* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    width: 100%;
    height: auto;
}
a{
    cursor: pointer;
    text-decoration: none;
}
body {
    font-family: 'Archivo', 'Roboto';
    background: transparent linear-gradient(180deg, #FEF5F200 0%, #FEF5F2 100%) 0% 0% no-repeat padding-box;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;    
}
.content{
    width: 100%;
    height: 100%;
    min-height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card-section:not(.preview){
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
}
.card-section.preview{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: -9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
.card-section.preview .card{
    width: 400px;
    border-radius: 0px;
    border: none;
    position: relative;
    overflow: hidden;
}

.ClosebtnBlock{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    cursor: pointer;
}  

.Closebtn{
    width: 30px;
}

.Closebtn #Path_183441{
    fill: rgb(247, 113, 34);
}
.card-section.preview .card-header {
    height: auto;
    width: 100%;
    background-color: #261604;
}
/* .card-section.preview  .card-body {
    padding: 60px 30px 0 30px;       
} */
.card-section.preview .qrcode{ 
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 0.5px solid rgba(0,0,0,0.1);
}
.bg-container{ 
    width: 100%;
    min-height: 120px;
    position: relative;
}
.bg-container img{
    position: absolute;
    /* width: 100%; */
    bottom: 0;
    left: 0;
}
.card-section:not(.preview) .card {
    background: white;
    box-shadow: 0px 0px 15px #0000001F;
    border: 0.1px solid rgba(0,0,0,0.1);
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-top: 100px;
    margin-top: 300px;
}
.card-section:not(.preview) .card-header {
    height: auto;
    width: 100%;
    /* width: 500px; */
    position: absolute;
    top: 130px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-section .lottie-container{
    width:100%;
    height:300px;
    position: absolute; 
    top: 0;
}


.card-section:not(.preview) .profile-imagemaincontainer{
    width: 100%;
    /* position: absolute; */
    /* bottom: -50px; */
    /* left: 0px; */
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-left: 20px; */
}

.profile-image-container { 
    width: 145px;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
    /* margin-right: 20px; */
}

.profile-image {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}
.profile-image img { 
    width: 100%;
}

.card-body {
    padding: 25px 30px 0 30px;
}
.loading-container { 
    position: relative;
    background-color: #ffffff; 
    width: 100%; 
    height: 100%;
}
/* .after-content {
    visibility: hidden;
} */
.name {
    font-family: 'Roboto';
    font-size: 32px;
    font-weight: bold;
    color: #190C01;
    margin-bottom: 1px;
    text-align: center;
}
.title {
    font-family: 'Roboto';
    color: #DD5E28;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}
.description {
    font-family: 'Roboto';
    color: #2E2E2E;
    line-height: 24px;
    margin-bottom: 25px;
    font-size: 18px;
}
.contact-section {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    border-top: 0.5px solid rgba(0,0,0,0.1) ;
}
.contact-section .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;

}
.contact-section .left .icon{
    margin-right: 12px;
    width: 22px;
    height: 22px;
    opacity: 0.4;
}
.contact-section .left a {
    text-decoration: none;
    color: #190C01;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: 'Roboto';
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    font-weight: bold;
}
.contact-section .right {
    display: flex;
    gap: 15px;
}
.contact-section .right .qr-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-section .right .qr-container img { 
    width: 100%;
    height: auto;
}
.contact-section .right a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.contact-section .right a img{
    width: 100%;
    height: auto;
}
.share-container{
    display: flex;
    gap: 10px;
    padding: 25px 0;
    border-top: 0.5px solid rgba(112, 112, 112, 0.5);
}
.message-section{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 0.5px solid rgba(112, 112, 112, 0.5);
}
.video-section{
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-top: 0.5px solid rgba(112, 112, 112, 0.5); */
    /* padding: 25px 0; */
    /* margin-bottom: 25px; */
}
video{
    width: 100%;
    border-radius: 10px;
}
.AddtoContactsmobile{
    display: none;
}
.company-section {
    text-align: center;
    padding: 25px 0;
    /* border-top: 0.5px solid rgba(112, 112, 112, 0.5); */
}
.company,.services{
    color: #2E2E2E;
    opacity: 0.35;
    font-family: 'Montserrat';
    font-size: 12px;
    margin-bottom: 12px;
}
.company-name{
    color: #DD5E28;
    font-family: 'Roboto';
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}
.company-address{
    color: #190C01;
    font-family: 'Roboto';
    font-size: 20px;
    padding: 0 35px;
}

.company-social-media-section{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 25px 0;
    border-top: 0.5px solid rgba(112, 112, 112, 0.5);
}
.company-social-media-section a{
    display: flex;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.company-website{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    border-top: 0.5px solid rgba(112, 112, 112, 0.5);
}
.company-website a{
    color: #151515;
    font-family: 'Roboto';
    font-size: 24px;
}

.services-section{ 
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    border-top: 0.5px solid rgba(112, 112, 112, 0.5);
}
.services-section ul{
    list-style-type: disc;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.services-section li{
    font-family: 'Roboto';
    font-size: 16px;
    color: #2E2E2E;
}
.social-media-section{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-top: 0.5px solid rgba(112, 112, 112, 0.5);
}
.social-media-links-left{
    display: flex;
    gap: 15px;
    
}
.social-media-links-left a{
    display: flex;
    height: 30px;
    cursor: pointer;
}
.social-media-links-right{
    display: flex;
    gap: 15px;
    align-items: center;
}
.social-media-links-right a{ 
    display: flex;
    height: 30px;
    cursor: pointer;
}
.social-media-section img{ 
    width: 100%;
}
/* #facebook,#youtube{
    display: none;
} */
.footer-section{
    display: flex;
    justify-content: space-between;
    /* padding: 25px 0; */
    border-top: 0.5px solid rgba(112, 112, 112, 0.5);
}
.footer-section a{
    display: flex;
    cursor: pointer;
}
.footer-section img{
    width: 100%;
    height: auto;
}
.footer-section a:nth-child(2){
    justify-content: flex-end;
}
svg{
    width: 100%;
}


@media screen and (max-width: 768px) {   
    /* .card-section:not(.preview) .card{
        width: 450px;
    } */
    .card-section:not(.preview) .card-header{
        background-size: contain;
        background-repeat: no-repeat;
    }
    .card-section:not(.preview) .name{
        font-size: 24px;
    }
    .card-section:not(.preview) .title{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .card-section:not(.preview) .description{
        line-height: normal;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .card-section:not(.preview) .contact-section{
        padding: 20px 0;
    }
    .card-section:not(.preview) .contact-section .left{
        gap: 5px;
    }
    .card-section:not(.preview) .contact-section .left .icon {
        margin-right: 10px; 
    }
    .card-section:not(.preview) .contact-section .left a {
        font-size: 18px;
    }
    .card-section:not(.preview) .company-name {
        font-size: 18px;
    }
    .card-section:not(.preview) .company-address,.services-section li{
        font-size: 16px;
    }
    .card-section:not(.preview) .services-section ul{
        gap: 5px;
    }
    .company-website a {
        font-size: 20px;
    }
}

@media screen and (max-width: 550px) {
    .content{
        padding: 0 15px;
    }
    .card-section .lottie-container {
        height: auto;
    }
    .card-section:not(.preview) .card {
        width: auto;
        margin-top: 60%;
        padding-top: 95px;
        margin-bottom: 80px;
    }
    .card-section{
        width: 100%;
    }
    .card-section:not(.preview) .card-header{
        /* aspect-ratio: 25/8;  */
        width: 100%;  
        height: auto;
        top: 8%;
    }

    .card-section:not(.preview) .card-body {
        padding: 20px 20px 0 20px;
    }
    .card-section:not(.preview) .name {
        font-size: 22px;
    }
    .card-section:not(.preview) .title{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .card-section:not(.preview) .description {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .card-section:not(.preview) .contact-section .left .icon {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
    .card-section:not(.preview) .contact-section .left .icon img {
        width: 100%;
    }
    .card-section:not(.preview) .contact-section .left a {
        font-size: 16px;
    }
    .company-section{
        padding: 20px 0;
    }
    .social-media-section {
        padding: 20px 0;
    }
    .company-social-media-section,.company-website{
        padding: 20px 0;
    }
    .bg-container { 
        min-height: 72px;
        margin-bottom: 90px;
    }
    .bg-container img{
        width: 60%;
        height: auto;
    }

    .share-container{
        display: none !important;
    }

    .AddtoContactsmobile{
        display: flex !important;
        justify-content: center;
        position: fixed;
        bottom: 0px;
        left: 0px;
        gap: 10px;
        background-color: #fff;
        box-shadow: 0px 0px 15px #0000001F;
        width: 100%;
        padding: 20px 15px;
        border-top: unset;
        z-index: 1;
    }

/* 
    .profile-imagemaincontainer{
        bottom: -60px;
    } */

    .profile-image-container{
        width: 105px;
        height: 105px;
    }

    .card-section:not(.preview) .profile-image{
        width: 100px;
        height: 100px;
    }

    .download-leftSection{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .download-leftSection a{
        margin-right: 10px;
    }

    .social-media-links-right a{
        height: 35px;
    }
}


@media screen and (max-width:500px) {
    .card-section:not(.preview) {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
   
    .card-section:not(.preview) .card {
        margin-top: 62%;
        padding-top: 80px;
    }
    .AddtoContactsmobile{
        gap: 5px;
    }

    
    .company-address{
        padding: 0 20px;
    }

}

@media screen and (max-width:390px) {
    
    .card-section:not(.preview) .card {
        margin-top: 64%;
        padding-top: 70px;
    }
    .Closebtn {
        width: 25px;
    }
    .company-section,.company-social-media-section,.company-website{
        padding: 15px 0;
    }
    .company-social-media-section{
        gap: 10px;
    }
}

@media screen and (max-width: 350px) { 
    .card-section:not(.preview) .card-body {
        padding: 20px 15px 0 15px;
    }
    /* .card-section:not(.preview) .profile-image {
        left: 17%;
    } */
    
    .card-section:not(.preview) .card {
        margin-top: 66%;
        padding-top: 65px;
    }
}


 /* exchange from ->start */

 .container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}
form {
    width: 400px;
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 25px;
    background-color: #ffffff;
}
form p {
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
    font-family: "Roboto";
    color: #000;
    font-weight: bold;
}
input, textarea {
    width: 100%;
    padding: 20px 10px;
    /* margin-bottom: 10px; */
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Roboto';
    font-size: 20px;
    outline: none;
}
.err {
    width: 100%;
    height: 25px;
    font-size: 14px;
    /* margin: 10px 0; */
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease;
}
.formbtn {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.formbtn button {
    font-size: 20px;
    font-family: "Roboto";
    font-weight: bold;
}
button {
    width: 50%;
    background-color: #000000;
    padding: 20px 30px;
    border-radius: 8px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    outline: none;
}
#formclosebtn{
    opacity: 0.5;
}
@media screen and (max-width: 550px) {
    .container {
        padding: 30px;
    }
    form p {
        font-size: 22px;
    }
    input, textarea {
        font-size: 18px;
        padding: 15px 10px;
    }
    .err {
        width: 100%;
        height: 20px;
        font-size: 12px;
    }
    .formbtn button {
        font-size: 18px;
        padding: 20px 0;
    }
}
@media screen and (max-width: 480px) {
    form p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    input, textarea {
        font-size: 16px;
    }
    .formbtn button {
        font-size: 16px;
        padding: 15px 0;
    }
}
@media screen and (max-width: 420px) {
    form p {
        font-size: 18px;
    }
}
@media screen and (max-width: 390px) {
    form p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    input, textarea {
        padding: 12px 10px;
        font-size: 14px;
    }
   .formbtn button {
        font-size: 14px;
        padding: 12px 0;
    }
}
/* end */


/* Qr Preview section css */

    .card-section.preview{
        width: 100%;
        height: 100%;
        position: fixed;
        top: -9999px;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
    }
    .card-section.preview .card{
        width: 400px;
        border-radius: 20px;
        border: none;
        background-color: white;
    }
    .card-section.preview .profile-image {
        width: 100px;
        height: 100px;
    }
    .card-section.preview .card-body {
        padding: 0px 25px 0 25px;
    }
    .card-section.preview .name-container{
        padding: 28px 0 25px 0;
        display: flex;
        flex-direction: column;
    }
    .card-content{
        width: 100%;
    }
    .card-section.preview .name{
        width: 100%;
        font-size: 24px;
        font-family: 'Archivo';
        font-weight: bold;
        text-align: left;
        color: #151515;
        margin-bottom: 5px;
    }
    .card-section.preview .title {
        font-size: 16px;
        color: #151515;
        font-family: 'Roboto';
        font-weight: 500;
        width: 100%;
        text-align: left;
        opacity: 0.7;
        margin-bottom: 0;
    }

    /* .ClosebtnBlock{
        right: 15px;
        top: 15px;
    } */

    .card-section.preview .card-header {
        position: relative;
        /* top: 0; */
        /* top: unset; */
        width: 100%;
        /* display: flex; */
        /* align-items: center; */
        z-index: unset;
    }
    .card-section.preview .profile-imagemaincontainer {
        bottom: -20px;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        position: absolute;
        padding: 0 20px;
    }
    .card-section.preview    .profile-image-container{
        width: auto;
        height: auto;
    }
    .card-section.preview .card-banner{
        width: 100%;
        display: flex;
    }
    .card-section.preview  .card-body {
        padding: 0px 20px 0 20px;       
        width: 100%;
    }
    .card-section.preview .qrcode{ 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-top: 0.5px solid rgba(112, 112, 112, 0.3);
    /* border-top: 0.5px solid rgba(0,0,0,0.1); */
    }
    /* .card-section.preview .footer-section a{
    height: 30px;
    } */

    .card-section.preview .loading-container{
        background-color: transparent;
    }

    #footer-link{
        display: none;
    }

    .card-section.preview .footer-section {
        justify-content: center;
        padding: 20px 10px;
        border-top: 0.5px solid rgba(112, 112, 112, 0.3);
    }

    .copyurl-section{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
        border-top: 0.5px solid rgba(112, 112, 112, 0.3);
    }
    .copyLink{
        width: 205px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .card-section.preview .imgdownloadBtn{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 40px;
    }
    .card-section.preview .share-section , .shareon{
        display: flex;
        align-items: center;
    }
    .card-section.preview .share-section{
        justify-content: space-between;
        width: 100%;
    }
    .card-section.preview .downloadbtn{
        height: 30px;
    }

    .share-text{
        font-family: 'Roboto';
        color: #04312B;
        font-weight: bold;
        font-size: 16px;
    }

    /* shareon related */
    .shareon>* {
        padding: 0 !important;
        margin: 0 0 0 12px !important;
    }
    .shareon a {
        width: 30px;
        height: 30px;
    }
    .shareon a::before {
        width: 30px;
        height: 30px;
    }
    .shareon>:before {
        top: 0 !important;
        left: 0 !important;
        background-size: 30px 30px !important;
    }
    .shareon>.whatsapp ,.shareon>.linkedin ,.shareon>.facebook, .shareon>.twitter{
        background-color: transparent !important;
    }
    .shareon .whatsapp::before {
        background-image: url(../Assets/whatsapp_icon.svg) !important;
    }
    .shareon .linkedin::before {
        background-image: url(../Assets/linkedin_icon.svg) !important;
    }
    .shareon .facebook::before {
        background-image: url(../Assets/facebook_icon.svg) !important;
    }
    .shareon .twitter::before {
        background-image: url(../Assets/xcom_icon.svg) !important;
    }


@media screen and (max-width:550px){
    .card-section.preview .profile-imagemaincontainer{
        bottom: -20%;
    }
    .card-section.preview .card{
        width: 100%;
    }
}


@media screen and (max-width:480px){
    .card-section.preview .name {
        font-size: 22px;
    }
}

@media screen and (max-width:420px){
    .card-section.preview .name {
        font-size: 20px;
    }
    .card-section.preview .profile-imagemaincontainer{
        bottom: -25%;
    }
    .shareon>* {
        margin: 0 0 0 5px !important;
    }
}

@media screen and (max-width:390px){
    .card-section.preview .card-body {
        padding: 0px 15px 0 15px;
    }
    .card-section.preview .profile-imagemaincontainer{
        padding: 0 15px;
    }
    .ClosebtnBlock{
        right: 5px;
        top: 5px;
    }
}

@media screen and (max-width:350px){
    .card-section.preview .profile-imagemaincontainer{
        bottom: -30%;
    }
}

