@import url(/assets/b1/css/variables.css);
@import url(/assets/common/common.css);
.front>.content {
    background-color: var(--front-bg-color);
}


.back>.content {
    background-color: var(--back-bg-color);
}




.front .block-positioned {
    position: absolute;
    text-align: center;
    bottom: 35%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.front .logo {
    max-width: 150px;
    max-height: 100px;
}

.front .business {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 30px;
}


.front .punchline {
    font-size: 18px;
  }
  
  .front .website {
    font-size: 12px;
  }

/* BACK ELEMENTS */

.back .email {
    top: 65px;
    font-size: 16px;
}

.back .email,.back .mobile,.back .designation,.back .name {
    position: absolute;
    right: 15px;
    color: #fff;
}

.back .mobile {
    top: 90px;
}
.back .name {
    font-weight: bold;
    top: 13px;
    font-size: 20px;
    margin: 0px;
    text-align: right;
}

.back .dp {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 40px;
    left: 20px;
    background-color: #fff;
    border-radius: 100%;
    overflow: hidden;
}

.back .dp > img {
    max-width: 100%;
    max-height: 100%;
}


.back  .designation {
    top: 40px;
    font-size: 18px;
}


.back .block-positioned {
    position: absolute;
    bottom: 40px;
    color: var(--back-bg-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 10%;
    width: auto;
}

.back .logo {
    max-width: 100px;
    max-height: 50px;
}

.back .business {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 20px;
}

.block-positioned-2 {
    position: absolute;
    top: 140px;
    padding: 20px;
}

.back .block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    padding: 5px 0px;
    align-items: center;
    text-decoration: none;
}

.back .block > .icon {
    display: inline-block;
    color: var(--color-1000);
    border-radius: 5px;
    font-size: 20px;
    background-color: var(--color-200);
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.back .block > .text {
    color: #fff;
}

.back .punchline {
    font-size: 12px;
  }
  
  .back .website {
    font-size: 12px;
  }


/* SOCIAL MEDIA BLOCK */
.social-media-block {
    display: flex;
    flex-direction: row;
    margin: 0px;
    padding: 0px;
    list-style: none;
    transform: rotate(-29deg);
    position: absolute;
    top: 18%;
}

.social-media-block > li {
    padding: 5px;
    transition: 0.5s all ease;
}

.social-media-block > li > a {
    width: 50px;
    height: 50px;
    background-color: var(--front-bg-color);
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}




/* PROMOTION CSS */

.front .promotion,.back .promotion {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.back .promotion{
    color: var(--back-bg-color);
}

.front .promotion{
    color: #fff;
}


.front .promotion > a,.back .promotion > a{
    color: inherit;
}

