@font-face {
    font-family: "Roboto-Regular";
    src: url("../Assets/Roboto/Roboto-Regular.ttf");
}

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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    height: 100%;
}

img {
    width: auto;
    height: 100%;
}

body {
    font-family: "Roboto-Regular";
    background-color: #f5f7fa;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    outline: none;
}

a{
    outline: none;
}

.d-flex{
    width: 1366px;
}
.flex_center{
    display: flex;
    justify-content: center;
}
.container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.header{
    height: 130px;
    width: 100%;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: end;
    background-color: #0049AD;
    border-bottom: 10px solid #08244B;
}
.header a{
    text-decoration: none;
    margin-right: 140px;
}
.body{
    width: 100%;
    height: auto;
    display: flex;
}
.body .left{
    width:47%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.body .right{
    width: 53%;
}

.righttextdesk{
    padding-top: 20px;
}

.card-section{ 
    display: flex;
    width: 100%;
    max-width: 500px;
    height: auto;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    position: absolute;
    top: -80px;
    border-radius: 20px;
    z-index: 1;
}


.card {
    width: 100%;
}

.card-br{
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000001F;
    border-radius: 20px;
    padding: 0 30px;
}

.card-header {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.profile-image {
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #0000001F;
}

.banner{
    position: absolute;
    top: 0;
    height: 118px;
    width: 100%;
}

.profile-image-placeholder {
    font-size: 50px;
    color: #8f94fb;
    /* width: 370px; */
    height: 297px;
    border-radius: 50%;
    /* background: #f0f0f0; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.name { 
    font-size: 40px;
    color: #0049AD;
    text-align: center;
    margin-bottom: 10px;
}

#firstname, #lastname{
    font-family: "Roboto";
    font-weight: bold;
}

#middlename{
    font-family: "Roboto";
    font-weight: normal;
}


.name span{
    color: #0049AD;
    /* font-weight: 400; */
}

.title {
    font-size: 18px;
    color: #0D0D0D;
    opacity: 0.7;
    text-align: center;
    margin-bottom: 20px;
    /* padding: 0 20px; */
}
/* ul{
    list-style-position: inside;
} */
ul li::marker{
    color: #1964CC;
    margin-right: 12px;
}

.left ul{
    display: flex;
    flex-direction: column;
    padding: 0px 0 40px 35px;
    list-style-position: outside;
    border-bottom: 1px solid #0000001F;
}

.left ul li{
    color: #052C50;
    margin-bottom: 12px;
    /* padding-left: 12px; */
    font-size: 20px;
    line-height: 26px;
}

.right ul li{
    margin-left: 20px;
    color: #0B184F;
    margin-bottom: 5px;
}

.card-body{
    width: 100%;
}

.left ul li span{
    font-family: "Roboto-Bold";
}

.card-body .download-section{
    padding: 25px 0;
}

.download-leftSection{
    display: flex;
    gap: 12px;
}

.download-leftSection a{
    height: 50px;
}

.downloadlinksection{
    display: flex;
    gap: 10px;
}

.card-contacts{
    display: flex;
    flex-direction: row;
    /* gap: 8px; */
    /* padding: 0 30px; */
}

.card-contacts .contactsleft{
    width: 33%;
}

.card-contacts .contactsleft p{
    font-size: 20px;
    color: #08244B;
    font-family: "Roboto-Bold";
}

.card-contacts .contactsright{
    width: 67%;
    display: block;
    
}

.card-contacts .contacts a{
    text-decoration: none;
    display: flex;
    flex: 1;
    align-items: center;
    color: #052C50;
    overflow-wrap: anywhere;
}

.card-contacts .contacts a img{
    height: 20px;
    opacity: 0.4;
}

.card-contacts .contacts a span{
    color: #052C50;
    font-size: 18px;
    
}

.secondary-email-container, .third-email-container{
    padding-left: 34px;
}

.contactsdetailsleft{
    margin-left: 12px;
}

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

#oneemail, #threeemail, #twowebsite, #secondfirstemail, #secondthreeemail, #secondtwowebsite{
    font-family: "Roboto-Bold";
}

.card-contacts .contacts{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 0;
    border-bottom: 1px solid #0000001F;            
}
.download-section{
    padding: 20px 0;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.downloadwhatapp-section{
    /* position: unset;
    padding-bottom: 20px; */
    padding: 20px 0;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-section .left{
    display: flex;
    justify-content: center;
    width: auto;
    height: 100%;
    align-items: center;
}

.downloadwhatapp-section .left{
    display: flex;
    justify-content: center;
    width: 100% !important;
    height: 100%;
    align-items: center;
    gap: 18px;
}

.downloadwhatapp-section .left a {
    display: flex;
    height: 35px;
    width: 35px;
}

.download-section .right{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center;
}

.download-section .left{
    gap: 15px;
}
.download-section .right{
    gap: 8px;
}
.download-section .left a{
    display: flex;
    height: 40px;
    width: 40px;
}
.download-section .right a{
    display: flex;
    height: 46px;
    width: auto;
}
.download-section .left a img, .download-section .right a img{
    height: 100%;
}

.card-links{
    display: flex;
    flex-direction: column;
    padding: 0px 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000001F;
    border-radius: 20px;
}

.card-links p{
    display: flex;
}

.card-links a{
    display: flex;
    align-items: center;
    gap:  15px;
    text-decoration: none;
    color: #052C50;
    width: 100%;
    overflow-wrap: anywhere;
}


.card-links p:last-child{
    margin-bottom: 30px;
}

.card-links img{
    height: 100%;
}

.body .right .section{
    padding: 30px 0;
    border-bottom: 1px solid #0000001F;
}

.body .right .section:last-child{
    border-bottom: unset;
}

.imgcontent-section{
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000001F;
    border-radius: 20px;
}

.upskill-section{
    width: auto;
    height: 100%;
    /* padding: 30px 0 30px 0; */
}

.upskill-section img{
    /* width: 100%; */
    height: 100%;
}

.exp-contentblock{
    padding: 0 30px;
}

.section-title{
    font-size: 28px;
    font-family: "Roboto-Bold";
    color: #052C50;   
}

.section-maintitle{
    margin-bottom: 15px;
}

.section-description{
    color: #1965CC;
    font-size: 20px;
    margin-bottom: 14px;
    font-family: "Roboto-Bold";
    padding-left: 15px;
}

.section-description b{
    font-family: "Roboto-Bold";
}

.right .section ul{
    padding-left: 20px;
}

.right .section ul li{
    font-size: 20px;
    line-height: 26px;
}

.right .section ul li:last-child{
    margin-bottom: 0;
}

.right ul li span{
    font-weight: bold;
    font-family: "Roboto-Bold";
}

.bj-Kannancontent li{
    margin-bottom: 20px !important;
    line-height: 50px;
    font-family: "Roboto-regular";
}

.bj-Kannancontent li b{
    color: #1965CC;
    font-family: "Roboto-Bold";
}

.righttextmobile{
    display: none;
}

.AddtoContactsmobile{
    display: none;
}

.social-media-links-right{
    display: flex;
    gap: 15px;
    align-items: center;
    /* width:100%; */
}
.social-media-links-right a{ 
    display: flex;
    height: 50px;
    cursor: pointer;
    /* width:100%; */
}

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

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

.card-section.preview .card-header {
    height: auto;
    position: relative;
    aspect-ratio: 25 / 8;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #261604; */
    display: flex;
    align-items: center;
    flex-direction: column;
}
.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.5px solid rgba(112, 112, 112, 0.5);

}

@media screen  and (max-width:1440px){
    .d-flex{
        width: 100%;
    }

    .pb_1{
        padding: 30px ;
    }

    .header a{
        height: 35px;
        margin-right: 80px;
        display: block;
    }

    .righttextdesk{
        padding-top: 0;
    }
}

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


    .body .left{
        width: 50%;
    }   

    /* .card-br{
        padding: 0px 40px;
    } */

}

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

    

    .name {
        font-size: 32px;
    }

    .card-section{
        max-width: 450px;
    }

    .body .card-body .download-section .right{
        padding-left: 0px;
    }

    .section-title{
        font-size: 24px;
    }

    .section-description{
        font-size: 18px;
    }

    /* .right .section ul li {
        font-size: 18px;
        line-height: 24px;
    } */

    .card-links a{
        gap: 12px;
    }

    .card-links a p{
        font-size: 14px;
    }

    .upskill-section{
        width: 100%;
        height: auto;
    }

    .upskill-section img{
        width: 100%;
        height: auto;
    }

    .card-links img{
        height: 100%;
    }
    
    .card-links img{
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width:1080px) {
    .body .right{
        padding-left: 30px;
    }

    .right .section ul li{
        font-size: 18px;
    }
}

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

    .header a{
        margin-right: 40px;
    }


    .profile-image-placeholder{
        height: 250px;
    }

    .card-br {
        padding: 0px 25px;
    }

    .exp-contentblock{
        padding: 0 25px;
    }

    .card-links{
        gap: 15px;
    }

    .section-title {
        font-size: 24px;
    }


    .download-section .right a {
        height: 35px;
    }

    /* .right .section ul li {
        font-size: 16px;
        line-height: 22px;
    } */

    .card-links h3{
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .card-contacts .contacts h3{
        font-size: 26px;
        /* margin-bottom: 15px; */
    }

    .card-links h3{
        font-size: 24px;
        margin-bottom: 15px;
    }

    .card-links a{
        font-size: 14px;
    }

    .download-section .left{
        justify-content: flex-start;
    }

    .card-contacts .contactsleft{
        width: 27%;
    }

    .card-contacts .contactsright{
        width: 73%;
    }

    .card-contacts .contactsleft p {
        font-size: 18px;
    }

    .card-contacts .contacts a span {
        font-size: 16px;
    }
}

@media screen and (max-width:850px){
    .social-media-links-right a, .download-leftSection a {
        height: 40px;
    }
}

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

    br{
        display: none;
    }

    .header{
        height: 140px;
    }

    .profile-image-placeholder{
        height: 341px;
    }

    .name {
        font-size: 30px;
    }

    /* .card-br{
        padding: 0px 25px;
    } */

    .card-links a {
        gap: 10px;
    }

    /* .body .right {
        padding-left: 20px;
    } */

    .left ul{
        border-bottom: unset;
    }

    .card-links{
        gap: 12px;
    }

    .body .right .section{
        padding-bottom: 0;
    }

    .card-section:not(.preview) .card{
        width: 450px;
    }

    /* .body .right .section:first-child{
        border-top: 1px solid #0000001F;
        
    } */

    .download-section .right a {
        height: 40px;
    }
    
    .card-contacts .contacts h3{
        font-size: 24px;
    }

    .card-contacts .contacts a span{
        font-size: 18px;
    }

    .card-links h3{
        font-size: 22px;
    }

    .body .left{
        width: 100%;
    }

    .card-section{
        max-width: 100%;
        top: -120px;    
    }
    
    .righttextdesk{
        display: none;
    }

    .righttextmobile{
        display: block;
    }

    .body .right{
        width: 100%;
        /* padding-left: 0; */
    }

    .download-section .left{
        justify-content: flex-start;
    }

    .download-section .right{
        justify-content: flex-end;
    }

    .AddtoContactsmobile{
        display: flex;
        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: 3;
    }

    .download-section{
        position: fixed;
        padding: 30px;
    }

    .AddtoContactsdesk{
        display: none;
    }

    .social-media-links-right a:last-child{
        justify-content: flex-end;
    }

    .card-links{
        margin-bottom: 120px;
    }

    .righttextmobile {
        display: block;
        background-color: #ffffff;
        box-shadow: 0px 0px 15px #0000001F;
        border-radius: 20px;
        padding: 30px;
    }
    
}

@media screen and (max-width:550px) {
    
    .name {
        font-size: 28px;
    }

    .title{
        font-size: 16px;
        margin-bottom: 20px;
    }

    .left ul{
        padding: 23px 0 33px 30px;
    }

    .left ul li{
        font-size: 18px;   
    }

    .right .section ul li{
        font-size: 18px; 
    }

    .img-section{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .download-section{
        padding: 25px 30px;
    }
    
    .card-section{
        gap: 20px;
    }

    .card-contacts .contacts a span {
        font-size: 16px;
    }

    .body .right{
        padding-left: 20px;
    }

    .righttextmobile {
        padding: 20px;
    }
        

}

@media screen and (max-width:480px) {
    .profile-image-placeholder {
        height: 280px;
    }

    .bj-Kannancontent{
        padding-bottom: 0 !important;
    }
}

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

    .pb_1 {
        padding: 20px;
    }

    /* img {
        width: 100%;
        height: 100%;
    } */

    .profile-image-placeholder {
        height: 250px;
    }

    .banner{
        height: 100px;
    }

    /* .download-section .right a{
        height: 30px;
    } */

    .right .section ul {
        padding-left: 10px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .righttextmobile ul{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .download-section .left{
        gap: 10px;
    }

    .card-contacts .contacts a span {
        font-size: 16px;
    }

    .card-contacts{
        flex-direction: column;
    }

    .card-contacts{
        padding-top: 20px;
    }

    .card-contacts .contacts{
        padding: 0;
    }

    .card-secondcontact{
        padding-bottom: 20px;
    }

    .card-contacts .contactsleft, .card-contacts .contactsright{
        width: 100%;
    }

    .card-contacts .contactsright{
        padding-top: 20px;
    }

    /* .card-contacts .contactsleft:nth-child(1){
        padding-top: 20px;
    } */

    .card-contacts .contacts{
        border-bottom: unset;
    }

    .card-secondcontact:nth-child(2){
        border-bottom: 1px solid #0000001F;            
    }
    
}

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

    .left ul li {
        font-size: 16px;
    }

    .banner{
        height: 85px;
    }

    .download-section {
        padding: 20px;
    }

    .name {
        font-size: 26px;
    }

    .title {
        font-size: 14px;
    }

    .section-title {
        font-size: 20px;
    }

    .section-description {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 22px;
    }

    .body .right .section{
        padding: 25px 0;
    }

    .card-br {
        padding: 0px 20px;
    }

    .exp-contentblock{
        padding: 0 20px;
    }

    .card-contacts .contacts a span {
        font-size: 14px;
    }
}

@media screen and (max-width:350px) {
    .left ul {
        padding: 23px 0 33px 25px;
    }
}

