@font-face {
    font-family: 'Roboto';
    src: url("https://goodconnext.com/card/investwithlokesh/Assets/Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("https://goodconnext.com/card/investwithlokesh/Assets/Roboto/Roboto-Bold.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    height: 100%;
}

::-webkit-scrollbar{
    display: none;
}
body {
    font-family: 'Roboto';
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #fcf2e7 100%) 0% 0% no-repeat padding-box;
    background-repeat: repeat-y;
    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;
}
img{
    width: 100%;
}

/* .mySlider img { 
    width: 150px;
} */

.mySlider img {
    width: auto;
    /* max-width: 150px; */
    height: auto;
    display: block;
    margin: 0 auto;
}

.content{
    width: 100%;
    height: 100%;
    min-height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.cardbgcolorblock{
    width:100%;
    height: 100%;
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: -2;
    background-color:#fff;
}

.card-section{
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    position: relative;
    z-index: 4;
}


.card-section.preview{
    width: 100%;
    height: 100%;
    position: fixed;
    top: -9999px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 6;
}
.card-section.preview .card{
    width: 450px;
    /* border-radius: 0px; */
    border: none;
    /* padding-top: 60px; */
}

.card-section.preview .card .name{
    text-align: left;
    margin-top: 20px;
}

.card-section.preview .card .title{
    text-align: left;
    margin-bottom: 20px;
}

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


.card-section.preview .card-header {
    /* height: 220px; */
    position: relative;
    /* aspect-ratio: 25 / 8; */
    width: 100%;
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-color: #261604; */
    display: flex;
    align-items: center;
}
.card-section.preview  .card-body {
    padding: 0px 30px 0 30px;       
}
.card-section.preview .qrcode{ 
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 0.1px 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 {
    background: white;
    box-shadow: 0px 0px 15px #0000001F;
    border-radius: 20px;
    width: 500px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.card-header {
    /* height: 220px; */
    position: relative;
}

.profile-border{
    width: 80%;
    height: 1px;
    display: flex;
    justify-self: center;
    border-bottom: 0.5px solid rgba(0,0,0,0.1);
}

.profile-imagemaincontainer{
    /* width: 100%; */
    position: absolute;
    bottom: -40px;
    right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* padding-left: 20px; */
    /* padding: 0 30px; */
    z-index: 1;
}

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

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

#banner-image-preview {
    margin-top: 10px;
}

.logo-container{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.logo-container-image{
    width: 180px;
    position: absolute;
    background-color: #ffffff;
    padding: 0 10px;
}
.logo-border{
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
}

.card-body {
    padding: 0 40px 0 40px;
}
.name-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 0;
}

.Brand_section{
    padding-bottom: 25px;
}

.Brand_block{
    width: 328px;
}

.loading-container { 
    position: relative;
    background-color: #ffffff; 
    width: 100%; 
    height: 100%;
}

.card-section:not(.preview) .after-content {
    display: flex;
    flex-direction: column;
    opacity: 1;
}

.name {
    font-family: 'Roboto-Bold';
    font-size: 34px;
    /* font-weight: bold; */
    color: #07335A;
    text-align: center;
    /* margin-bottom: 5px; */
}
.title {
    font-family: 'Roboto';
    font-weight: 500;
    color: #07335A;
    opacity: 0.8;
    font-size: 18px;
    text-align: center;
    
    /* margin-bottom: 20px; */
}
.description {
    font-family: 'Roboto';
    color: #052C50;
    line-height: 24px;
    margin-bottom: 25px;
    font-size: 20px;
}
.contact-section {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding: 25px 0;
    border-top: 0.1px solid rgba(0, 0, 0, 0.1);
    gap: 5px;
    position: relative;
}
.contact-section .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 10px;

}
.contact-section .left .icon{
    margin-right: 12px;
    width: 22px;
    height: 22px;
    opacity: 0.4;
}
.contact-section .left a {
    text-decoration: none;
    color: #052C50;
    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;
}

.contact-section .right{
    display: flex;
    height: 100%;
}


.phone-container {
    display: flex;
    align-items: center;
}
.phone-numbers{
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

#country{
    margin-right: 5px;
}

#mobile{
    font-family: "Roboto-Bold";
}

#oneemail, #threeemail{
    font-family: "Roboto-Bold";
}

#secondfirstemail, #secondthreeemail {
    font-family: "Roboto-Bold";
}

.social-media-section{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-top: 0.1px solid rgba(0, 0, 0, 0.1);
}

.social-media-bottomsection{
    justify-content: center;
}

.social-media-links-left{
    display: flex;
    gap: 15px;
}
.social-media-links-left a{
    display: flex;
    height: 30px;
    width: 30px;
}

.download-section{
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 0.5px solid rgba(112, 112, 112, 0.5);
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #0000001F;
    width: 100%;
    padding: 20px 0; */

    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 25px 0;
    border-top: 0.1px solid rgba(0, 0, 0, 0.1);
}

.AddtoContactsmobile{
    display: none !important;
}

.download-text{
    font-family: 'Montserrat';
    font-size: 12px;
    color: #2E2E2E;
    opacity: 0.4;
}

.download-leftSection{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.download-leftSection a{
    display: flex;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
}

.download-leftSection a:last-child{
    margin-right: 0;
}

.social-media-links-right{
    display: flex;
    gap: 15px;
    align-items: center;
}
.social-media-links-right a{ 
    display: flex;
    height: 44px;
    cursor: pointer;
}

/* .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: 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.services-section li{
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 26px;
    color: #0B184F;
}

.services-section li::marker{
    color: #909EFD;
} */

.service-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border-top: 0.1px solid rgba(0, 0, 0, 0.1); */
    /* padding-top: 30px; */
}

.service-header{
    width: 335px;
    padding: 30px 0;
}

/* .service-contents{
    display: flex;
    overflow-y: scroll;
    gap: 10px;
} */

.service-contents {
    display: block;
    width: 100%;
}

.mySlider .slick-slide {
    margin: 0 5px 0 0; /* horizontal gap between slides */
    width: 420px !important;
}

.financial-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    border-top: 0.1px solid rgba(0, 0, 0, 0.1);
}

.financial-block{
    width: 75%;
}

.happyclient-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 0.1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 0;
}

.happyclient-section{
    width: 100%;
}

.company-section {
    padding: 25px 0;
    border-top: 0.1px solid rgba(0, 0, 0, 0.1);
}
.company,.services{
    color: #06174A;
    opacity: 0.4;
    font-family: 'Montserrat';
    font-size: 14px;
    margin-bottom: 12px;
}
.company-name{
    color: #06174A ;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
    text-align: center;
}
.company-address{
    color: #06174A;
    font-family: 'Roboto';
    font-size: 18px;
    /* margin-bottom: 25px; */
    padding: 0 60px;
    text-align: center;
}
/* .company-description{
    color: #06174A;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 20px;
} */
.company-contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.company-website{
    display: none;
    text-decoration: none;
    color: #06174A;
    font-family: 'Roboto';
    font-size: 18px;
    cursor: pointer;
}
.company-contact a{
    text-decoration: none;
    color: #06174A;
    font-family: 'Roboto';
    font-size: 18px;
    cursor: pointer;
}

.AddtoContactsdesk .company{
    margin-bottom: 0;
}

/* .card_companywebsite{ */
    /* padding: 25px 0; */
    /* border-top: 0.5px solid rgba(112, 112, 112, 0.5); */
    /* display: flex; */
    /* align-items: center; */
/* } */


.card_companywebsite a{
    color: #00529B;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto';
    font-size: 24px;
    word-break: break-all;
}

.branches-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0;
    border-top: 0.1px solid rgba(0, 0, 0, 0.1);
}
.branches-heading{
    font-family: 'Montserrat';
    font-size: 14px;
    color: #2E2E2E;
    opacity: 0.35;
    margin-bottom: 15px;
}

.branches-list{
    text-align: center;
    font-family: 'Roboto';
    font-size: 18px;
    color: #06174A;
    padding: 0 30px;
    line-height: 24px;
}


.card-section.preview .footer-section {
    justify-content: space-between;
}

.website-section{
    padding: 25px 0;
    border-top: 0.1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-section{
    display: flex;
    justify-content: center;
    padding: 25px 0;
    border-top: 0.1px solid rgba(0, 0, 0, 0.1);
}
.footer-section a{
    display: flex;
    cursor: pointer;
    justify-content: center;
}

.footer-section a {
    height: 50px;
}

.footer-section img{
    width: auto;
    height: 100%;
}
.footer-section a:nth-child(2){
    justify-content: flex-end;
}
svg{
    width: 100%;
}

.card-bg-img{
    position: fixed;
    right: 0;
    bottom: 0;
}


@media screen and (max-width: 1900px) {
    .cardbgcolorblock{
        width: 100%;
        /* height: 100%; */
    }
}


@media screen and (max-width: 768px) {   


    /* .profile-image-container{
        margin-right: 10px;
    } */

    /* .card-section:not(.preview) .card{
        width: 450px;
    } */
    .card-section .name{
        font-size: 30px;
    }
    .card-section .title{
        font-size: 18px;
        /* margin-bottom: 15px; */
    }
    .card-section .description{
        line-height: normal;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .card-section .name-container {
        padding: 20px 0;
    }

    .card-section .Brand_section{
        padding-bottom: 20px;
    }

    .card-section   .contact-section{
        padding: 20px 0;
    }
    .card-section .contact-section .left{
        gap: 5px;
    }
    .card-section .contact-section .left .icon {
        margin-right: 10px; 
    }
    .card-section .contact-section .left a {
        font-size: 18px;
        /* margin-bottom: 5px; */
    }

    .card-section .service-section{
        padding-top: 20px;
    }

    .card-section .financial-section{
        padding: 20px 0;    
    }

    .card-section .happyclient-section{
        padding: 20px 0;    
    }

    .card-section .company-section{
        padding: 20px 0;
    }
    .card-section .website-section {
        padding: 20px 0;
    }
    .branches-section {
        padding: 20px 0;
    }
    .footer-section {
        padding: 20px 0;
    }

    /* .card-section:not(.preview) .company-name {
        font-size: 26px;
    } */

    .card-section:not(.preview) .services-section ul{
        gap: 5px;
    }

    /* .card-section{
        padding: 70px 30px;
    } */

    /* .services-section li{
        font-size: 18px;
    } */

    .company-address{
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 550px) {

    /* .card-section{
        padding: 0;
    } */

    .card-section:not(.preview) .card {
        width: 100%;
    }


    /* .card-section:not(.preview) .card-header{
        aspect-ratio: 25/8; 
        width: 100%;  
        height: auto;
    } */
    /* .card-bg-img {
        display: none;
    } */

    /* .card-header > img{
        position: unset;
    } */

    /* .profile-imagemaincontainer {
        padding: 0 20px;
    } */

    .card-section:not(.preview) .card-body {
        padding: 0 20px 0 20px;
    }

    .Brand_block{
        width: 80%;
    }

    .company-address {
        padding: 0;
    }

    /* .card-section:not(.preview) .profile-imagemaincontainer{
        left: 20px;
        bottom: -70px;
        justify-content: flex-start;
    } */

    .company-website{
        display: block;
    }
    .card_companywebsite a {
        font-size: 22px;
    }
    /* .card-section:not(.preview) .profile-image { */
        /* width: 33%; */
        /* height: auto; */                
        /* aspect-ratio: 1/1; */
        /* background-repeat: no-repeat; */
        /* background-position: center; */
        /* background-size: cover; */
    /* } */
    .card-section:not(.preview) .description {
        font-size: 15px;
        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) .company-contact{
        flex-direction: column;
        gap: 5px;
    }

    .branches-list {
        padding: 0;
    }

    /* .card-section:not(.preview) .social-media-section {
        padding: 20px 0;
    } */
    .card-section:not(.preview) .footer-section img{
        width: 80%;
    }
    /* .bg-container { 
        min-height: 72px;
    } */
    /* .bg-container img{
        width: 60%;
        height: auto;
    } */

    /* .download-section{
        position: fixed;
    } */

    /* .content{
        width: 100%;
        height: auto;
    } */

    /* .card{
        box-shadow: unset;
        border: unset;
        border-radius: 0px;
        width: 100%;
    } */

    /* .AddtoContactsdesk{
        display: none !important;
    } */

    .social-media-section{
        display: none !important;
    }

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

    .download-section{
        padding: 20px 30px;
    }
    .mySlider .slick-slide {
        width: 320px !important;
    }

    /* .footer-section{
        padding-bottom: 100px;
    } */

    /* .card-section {
        padding: 30px 30px 100px 30px;
    } */

    .card-section {
        padding: 30px 15px 100px 15px;
        
    }

    .card-section.preview .card{
        width: 90%;
    }

    
    /* .card-section.preview .card .name{
        font-size: 26px;
    } */

    .social-media-links-left {
        gap: 5px;
    }

    /* .card-section.preview .card .footer-section {
        padding-bottom: 30px;
    } */
    
}

@media screen and (max-width:480px) {

    /* .card-section:not(.preview) .profile-image-container {
        width: 130px;
        height: 130px;
    } */

    .profile-imagemaincontainer{
        right: 30px;
    }

    .card-section .profile-image {
        width: 110px;
        height: 110px;
    }
    .card-section:not(.preview) .card-body {
        padding: 0 20px 0 20px;
    }

    /* .card-section:not(.preview) .profile-imagemaincontainer {
        bottom: -80px;
    } */

    .card-section .name {
        font-size: 26px;
    }

    .card-section:not(.preview) .description {
        /* font-size: 15px; */
        margin-bottom: 15px;
    }

    .card-section .company-name {
        font-size: 22px;
    }

    .card-section:not(.preview) .company-description{
        font-size: 16px;
    }
    
    .card_companywebsite a {
        font-size: 20px;
    }
    .service-header {
        width: auto;
    }

    /* .card-section:not(.preview) .profile-imagemaincontainer {
        top: 110px;
    } */

    /* .card-section.preview .card .name{
        font-size: 22px;
    } */
}

@media screen and (max-width:420px) {
    
    .mySlider .slick-slide {
        width: 280px !important;
    }
    
    /* .card-section .profile-image {
        width: 135px;
        height: 135px;
    } */

    .contact-section .right{
        position: absolute;
        top: 15px;
        right: 0;
        height: auto;
    }

    .card-section .contact-section .left a {
        font-size: 16px;
        /* margin-bottom: 5px; */
    }

    .phone-container{
        margin-bottom: 5px;
    }

    .email-container{
        margin-bottom: 5px;
    }
}


@media screen and (max-width:390px) {
    
    .profile-imagemaincontainer {
        /* padding: 0 15px; */
        /* top: -40px; */
    }
        /* .card-section:not(.preview) .profile-imagemaincontainer {
        top: 80px;
    } */
    .card-section:not(.preview) .card-body {
        padding: 0 15px 0 15px;
    }
    /* .card-section:not(.preview) .card-header {
        height: 150px;
    } */
    /* .card-section.preview .card .name{
        font-size: 18px;
    } */

    /* .card-section.preview .card .title {
        font-size: 16px;
    } */
        
    .download-section{
        padding: 20px 15px;
    }

    .mySlider .slick-slide {
        width: 250px !important;
    }

    
    /* .card-section .profile-image {
        width: 125px;
        height: 125px;
    } */

        .profile-imagemaincontainer {
        right: 20px;
    }

        .card-section .profile-image {
        width: 100px;
        height: 100px;
    }
}

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

    /* .card-section:not(.preview) .profile-imagemaincontainer{
        left: 10px;
    } */    

    .card-section .name {
        font-size: 24px;
    }

    .card-section .profile-image {
        width: 90px;
        height: 90px;
    }

    /* .card-section.preview .card-header {
        height: 180px;
    } */
}

