@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;
}

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;
}
.d-flex{
    width: 1366px;
}
.flex_center{
    display: flex;
    justify-content: center;
}
.container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.header{
    height: 120px;
    width: 100%;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: end;
    background-color: #3245A4;
}
.header a{
    text-decoration: none;
    margin-right: 140px;
}
.body{
    width: 100%;
    height: auto;
    display: flex;
}
.body .left{
    width: 45%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.body .right{
    width: 45%;
}

.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: 341px;
    border-radius: 50%;
    /* background: #f0f0f0; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.name {
    font-size: 36px;
    font-weight: 700;
    color: #CC2116;
    text-align: center;
    /* margin-bottom: 1px; */

}

.name span{
    color: #1B34A0;
    font-weight: 400;
}

.title {
    font-size: 20px;
    color: #0D0D0D;
    opacity: 0.7;
    text-align: center;
    margin-bottom: 25px;
}
/* ul{
    list-style-position: inside;
} */
ul li::marker{
    color: #F03024;
    margin-right: 12px;
}
.left ul{
    display: flex;
    flex-direction: column;
    padding: 23px 0 33px 45px;
    list-style-position: outside;
    border-bottom: 1px solid #0000001F;
}
.left ul li{
    color: #11267E;
    margin-bottom: 12px;
    /* padding-left: 12px; */
    font-size: 20px;
}
.right ul li{
    margin-left: 20px;
    color: #0B184F;
    margin-bottom: 5px;
}

.card-body{
    width: 100%;
}

.card-body ul li span{
    font-weight: bold;
}

.bangalore-section{
    display: flex;
    padding: 20px 0;
    gap: 11px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #0000001F;
}
.bangalore-section p{
    color: #052C50;
    font-size: 20px;
}

.bangalore-section p span{
    font-weight: bold;
}

.upskill-section{
    height: 100%;
    padding: 30px 0 30px 0;
}

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

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

.card-contacts .contacts h3{
    font-size: 28px;
    color: #1B34A0;
    margin-bottom: 15px;
}

.card-contacts .contacts a{
    text-decoration: none;
    display: flex;
    gap: 12px;
    align-items: center;
}

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

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

.secondary-email-container{
    padding-left: 34px;
}
.card-contacts .contacts{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 0;
    border-bottom: 1px solid #0000001F;            
}
.download-section{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.download-section .left , .download-section .right{
    display: flex;
    justify-content: center;
    width: auto;
    height: 100%;
    align-items: center;
}
.download-section .left{
    gap: 15px;
}
.download-section .right{
    gap: 8px;
}
.download-section .left a{
    display: flex;
    height: 30px;
    width: 30px;
}
.download-section .right a{
    display: flex;
    height: 40px;
    width: auto;
}
.download-section .left a img, .download-section .right a img{
    height: 100%;
}

.card-links{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px 30px;
}

.card-links h3{
    font-size: 28px;
    color: #1B34A0;
    margin-bottom: 10px;
}

.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 a:last-child{
    margin-bottom: 25px;
}

.card-links a img{
    height: 34px;
    width: 34px;
}

.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;
}

.section-title{
    font-size: 28px;
    font-weight: bold;
    color: #CC2116;
    
}

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

.section-description{
    color: #11267E;
    font-size: 22px;
    margin-bottom: 14px;
}

.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";
}

.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: 40px;
    cursor: pointer;
    width:100%;
    
}


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

    .pb_1{
        padding: 30px ;
    }

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

@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 .right{
        padding-left: 30px;
    }

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

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

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

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

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

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

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


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

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

    br{
        display: none;
    }

    .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;
    }

    .card-links a img{
        height: 30px;
        width: 30px;
    }

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

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

    .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;
    }

    .card-links{
        gap: 12px;
    }

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

    .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;
    }

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

}

@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;
    }

    .bangalore-section{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .bangalore-section p{
        font-size: 18px;
    }

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

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

}

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

@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;
    }

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

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

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

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

    .banner{
        height: 85px;
    }

    .download-section {
        padding: 25px;
    }

    .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;
    }

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

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