@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap');


body{
    font-family: 'Afacad', sans-serif;
    overflow: auto;
    height: 100%;
}
h1, h2, h3, h4, h5, h6, p{
    font-family: 'Afacad', sans-serif;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
.px-lg-100{
    padding-left: 100px;
    padding-right: 100px;
}
.left-section{
    padding-left: 115px;
    padding-right: 30px;
}
.left-section h1{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 35px;
    text-align: left;
}
.left-section h1 span{
    background: -webkit-linear-gradient(135deg, #E37B24 14.65%, #E57528 39.39%, #EC6637 69.79%, #F15C41 85.35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.left-section h2{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 35px;
    text-align: left;
}
.left-image img:first-child{
    position: absolute;
    top: 12%;
    left: 35%;
    width: 27%;
}
.left-image img:nth-child(3){
    position: absolute;
    bottom: 0px;
    left: 110px;
    top: auto;
    height: 670px;
}
.left-text{
    position: absolute;
    left: 43%;
    width: 50%;
    top: 30%;
    text-align: left;
}
.left-text h3{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 30px;
}

/* Right Section */
.right-text h3{
    color: #797979A6;  
    font-weight: 700;
    font-size: 24px;
    text-align: left;
}
.right-section .card{
    border: 1.35px solid #F07033; 
    border-radius: 16px;
}
.right-section .card .card-body{
    text-align: left;
}
.right-section .card .card-body h4{
    font-weight: 600;
    font-size: 19px;
    color: #1B1B1B;
    opacity: 60%;
}
.right-section .card .card-body p{
    font-weight: 600;
    font-size: 19px !important;
    color: #1B1B1B;
    margin-bottom: 0px;
}
.call{
    background-color: #191919EB;
    border: 0.94px solid #F8F2F2;
    border-radius: 12px;
    position: absolute;
    right: 18%;
    bottom: 15%;
    padding: 20px 30px;
}
.call p{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 19px;
    opacity: 60%;
    margin-bottom: 0px;
}
.call button{
    border: 0.47px solid #FF7443;
    border-radius: 6px;
    margin-top: 10px;
    margin-right: 0px;
    box-shadow: none;
}
.call button a{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}
.call button{
    padding: 5px 25px;
    background-color: transparent;
}
.social-links span{
    color: #1D1D1D;
    font-weight: 400;
    font-size: 20px;
    opacity: 60%;
    padding-right: 2px;
}
.social-links img:first-child{
    width: 35px;
    height: 35px;
    padding-right: 0px;
}
.social-links img:nth-child(3){
    width: 15px;
    height: 15px;
}
.buttons{
    margin-top: 50px;
}
.buttons .btn1{
    background-color: #FF7443;
    border: 0.58px solid #FF7443;
    color: #ffffff; 
    border-radius: 4px;
    border: none;
    padding: 10px 20px;
    width: 150px;
    margin-right:10px;
    box-shadow: none;
}
.buttons .btn2{
    background-color: transparent;
    color: #FF7443;
    border-radius: 4px;
    border: 0.58px solid #FF7443;
    padding: 10px 20px;
    width: 150px;
    margin-left:10px;
    box-shadow: none;
}
.buttons .btn1 a{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
}
.buttons .btn2 a{
    color: #FF7443;
    font-weight: 700;
    font-size: 18px;
}

/* AI Squad */
.bg-image{
    background-image: url(../img/squad-bg.jpg);
    object-fit: contain;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: auto;
    background-repeat: no-repeat;
}
.bg-image h1{
    background: radial-gradient(59.25% 669.37% at 50.75% 61.25%, #F9F9F9 0%, rgba(249, 249, 249, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 136px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}
.bg-image .container-fluid{
    height: 100%;
    overflow: auto;
}
.card-text h5{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 1px;
}
.card-text p{
    color: #CCCCCC;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.2;
}
.img-cont{
    top: 23px;
    left: 10%;
}
.img-cont:first-child{
    top: 12px;
}
.img-sec img{
    border-radius: 2px;
    padding-right: 10px;
    width: 65px;
    height: 65px;
    object-fit: cover;
    object-position: top;
}
.squad-box img:nth-child(2){
    left: 10%;
    top: 22px;
}
.squad-text img{
    width: 230px;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
     object-position: top; 
}
.squad-text{
    top: 31%;
    left: 49%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 250px;
    border-radius: 12px;
}
.squad-text h5{
    text-align: center;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 10px;
}
.squad-text h6{
    color: #CCCCCC;
    font-size: 18px;
    font-weight: 500;
}
.squad-text p{
    color: #CCCCCC;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 5px;
}
.squad-text .skills span{
    border: 0.3px solid #FFFFFF;
    border-radius:33px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    display: inline-block;
    margin: 4px 4px;
    padding: 2px 6px;
}
.card-text:last-child, .card-text:nth-child(2){
    width: 155px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: transparent;
}
.left-side-squad, .right-side-squad{
    height: 550px;
    overflow-y: auto;
    align-items: center;
    justify-content: flex-start;
}
.left-side-squad .team-card, .right-side-squad .team-card{
    opacity: 50%;
    transition: all 0.3s ease-in-out;
}
.left-side-squad .team-card:hover, .right-side-squad .team-card:hover{
    opacity: 100%;
}
.team-card.active, .team-card.active{
    opacity: 100% !important;
    stroke: #ED6224;
}
.left-side-squad .position-relative:hover svg, .right-side-squad .position-relative:hover svg{
    stroke: #ED6224;
}
.left-side-squad .position-relative.active svg, .right-side-squad .position-relative.active svg{
    stroke: #ED6224;
}
button{
   box-shadow: 0px 4px 4px 0px #EE772654;
   background-color: #E6722B;
   border-radius: 4px;
   border: none;
   padding: 5px 14px;
   margin-right: 20px
}
button a{
    color: #FFFFFF;
   font-size: 18px;
   font-weight: 600;
}
button a:hover{
    text-decoration: none;
    color: #FFFFFF;
}
.team-btn{
    box-shadow: none;
    background-color: #E6722B;
    border-radius: 4px;
    border: none;
    padding: 5px 14px;
    color: #fff;
    margin-right: 0px;
}
/* Laptop responsive */

@media screen and (min-resolution: 144dpi) and (max-resolution: 160dpi) {
     .bg-image h1{
        font-size: 100px !important; 
        margin-bottom: 0px;
    }
    .bg-image .vector-img{
        width: 700px;
    }
    .left-image img:first-child{
        width: 20%;
    }
    .left-text h3{
        font-size: 23px;
    }
    .social-links span{
        font-size: 12px;
    }
    .social-links img:first-child{
        width: 20px;
        height: 20px;
    }
    .social-links img:nth-child(3) {
        width: 12px;
        height: 12px;
    }
    .squad-box img:nth-child(2) {
        left: 4% !important;
        top: 17px !important;
        height: 465px !important;
        width: 350px !important;
    }
    .squad-box .center-box  .orange-box{
        height: 470px !important;
        width: 320px !important;
    }
    .squad-text p{
        font-size: 15px !important;
    }
    .left-side-squad, .right-side-squad {
        height: 500px !important;
    }
    .left-section {
        padding-left: 30px;
    }
    .left-image img:nth-child(3){
        left: 0px !important;
        height: 650px !important;
    }
    .call{
        right: 6%;
        bottom: 10%; 
    }
    [data-id="prabhu"] .left-section div:first-child {
        width: 75% !important;
    }
    .left-section h2{
        font-size: 22px;
    }
    .left-section button{
        margin-right: 0px;
        font-size: 16px;
    }
    .left-text{
        left: 45%;
    }
    /* [data-id="vignesh"] .left-text{
        left: 45%;
    } */
    [data-id="rajarajan"] .left-text, [data-id="navith"] .left-text{
        left: 50%;
    }
    [data-id="ragu"] .left-image img:nth-child(3){
        height: 720px !important;
    }
    [data-id="kirthiswaran"] .left-image img:nth-child(3){
        height: 625px !important;
    }
    [data-id="kiruthika"] .left-image img:nth-child(3){
        height: 615px !important;
    }
    [data-id="roshini"] .left-image img:nth-child(3){
        height: 600px !important;
    }
    #helpSection .card-body {
        height: 255px !important;
    }
    .right-section .card .card-body p{
        font-size: 14px !important;
    }
    .right-section .card .card-body h4{
        font-size: 15px !important;
    }
    .right-section.mt-lg-4.mt-0{
        margin-top: 0px !important;
    }
    .buttons {
        margin-top: 20px;
    }
    .pdf-style {
        height: 900px;
    }
    [data-id="rajarajan"] .left-image img:nth-child(3){
        height: 645px;
    }
    .card-text p{
        font-size: 14px !important;
    }
    .card-text h5{
        font-size: 18px;;
    }
    .img-cont {
        top: 26px;
        left: 13%;
    }
    #leftTeam .team-card#prabhu .img-cont {
        top: 20px !important;
    }
    .left-side-squad, .right-side-squad{
        justify-content: center;
    }
    .squad-text h5{
        font-size: 25px;    
    }
    .squad-text h6{
        font-size: 16px;
    }
    .squad-text img {
        width: 185px;
        height: 185px;
    }
}


@media (min-width: 1500px) and (max-width: 1550px)
  and (min-height: 680px) and (max-height: 720px){

    .bg-image h1{
        font-size: 100px !important; 
        margin-bottom: 0px;
    }
    .bg-image .vector-img{
        width: 700px;
    }

    .squad-box img:nth-child(2) {
    left: 10% !important;
    top: 17px !important;
    height: 502px !important;
    width: 350px !important;
}
.squad-box .center-box  .orange-box{
    height: 508px !important;
    width: 325px !important;
}
.squad-text p{
    font-size: 15px !important;
}
.left-side-squad, .right-side-squad {
    height: 500px !important;
}
.left-section {
    padding-left: 30px;
}
.left-image img:nth-child(3){
    left: 20px;
}
.call{
    right: 6%;
    bottom: 10%; 
}
[data-id="prabhu"] .left-section div:first-child {
    width: 75% !important;
}
.left-section h2{
    font-size: 30px;
}
.left-section button{
    margin-right: 0px;
    font-size: 16px;
}
#helpSection .card-body {
    height: 280px !important;
}
.right-section .card .card-body p{
    font-size: 17px !important;
}
.right-section .card .card-body h4{
    font-size: 18px !important;
}
[data-id="navith"] .left-image img:nth-child(3), [data-id="roshini"] .left-image img:nth-child(3), [data-id="kiruthika"] .left-image img:nth-child(3), [data-id="rajarajan"] .left-image img:nth-child(3) {
    left: 0px !important;
}
[data-id="kiruthika"] .left-text, [data-id="kirthiswaran"] .left-text, [data-id="prabhu"] .left-text, [data-id="gowrishankar"] .left-text{
    left: 47% !important;
}
[data-id="rajarajan"] .left-text{
    left: 50% !important;
}
.right-section.mt-lg-4.mt-0{
    margin-top: 0px !important;
}
.buttons {
    margin-top: 20px;
}
.pdf-style {
    height: 900px;
}
[data-id="rajarajan"] .left-image img:nth-child(3){
    height: 645px;
}
}

/* Mobile Responsive */

@media (max-width: 768px) {
    #mobileTeamList .position-relative[data-member-id="prabhu"] .img-cont {
        top: 8px;
    } 
    #helpSection {
        height: auto !important;
        overflow: hidden !important;
    }
    
    .left-image img:nth-child(2) {
        position: absolute;
        bottom: auto;
        left: 175px;
        top: 165px;
        width: 80px;
        height: auto;

}
.left-image img:nth-child(3){
    position: relative;
    height: 320px;
    text-align: right;
    right: 30px;
}
.left-section{
    padding-left: 25px;
    padding-right: 0px;
}
.mob img{
    width: 60px;
    height: 60px;
}
.left-section h1{
    font-size: 18px;
    font-weight: 500;
    box-shadow: 3px 3px 4px 0px #00010180;
}
.left-section h1 span{
    font-size: 20px;
    font-weight: 700;
}
.left-section h2 {
    font-weight: 700;
    font-size: 18px;
}
.call p {
    font-weight: 700;
    font-size: 14px;
}
.left-text {
    left: 2%;
    width: 55%;
    top: 42%;
}
.left-text h3{
    font-size: 18px;
}
.call{
    right: auto;
    bottom: 5%;
}
.px-lg-100{
    padding-left: 20px;
    padding-right: 20px;
}
.right-section .card .card-body h4, .right-section .card .card-body p{
    font-size: 18px;
}
.right-text h3{
    font-size: 18px;
}
.social-links img:nth-child(3) {
    width: 10px;
    height: 10px;
}
.social-links span{
    font-size: 12px;
}
.social-links img:first-child {
    width: 25px;
    height: 25px;
}
.mobile-btn{
    margin-top: 0px;
    text-align: center;
    padding: 25px 0px;
    background: #0000000D;
}
.web{
        display: none;
    }
    .mob{
        display: block;
    }
.squad-modal .modal-content{
    background-color: #3a2c26;
}
.modal-title{
    color: #000000;
}
.modal{
    top: 30%;
}
#shareModal .modal-body button{
    border: 1px solid #000000;
    box-shadow: none;
}
.modal-header .btn-close{
    --bs-btn-close-bg: url(<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x" viewBox="0 0 16 16">
  <path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708"/>
</svg>);
    width: 16px;
    height: 16px;
    opacity: 1;
    /* filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(93deg) brightness(200%) contrast(200%); */
    box-shadow: none;
}
.squad-modal .modal-body img:nth-child(2){
    left: 7%;
    top: 5%;
}
[data-id="prabhu"] .left-section div:first-child{
    width: 90% !important;    
}
.card-text h5{
    font-size: 20px;
    text-align: left;
}
.card-text p{
    font-size: 16px;
    text-align: left;
}

.img-cont{
    top: 20px;
    left: 20%;
}
.mobile-team-list{
            overflow: scroll;
        height: 700px;
}
.bg-image h1{
    font-size: 40px;    
    margin-top: 10px;
}
#mobileTeamModal .modal-body img:nth-child(2){
            left: 2%;
        top: 22px;
}
#mobileTeamModal{
    top: 0;
}
#mobileTeamModal .modal-body{
    position: relative;
}

.mobile-team-details{
            position: absolute;
        top: 70px;
        width: 75%;
        left: 12%;  
}
[data-id="prabhu"] .mob .img-cont{
    top: 8px;
}
[data-id="prabhu"] .left-image img:nth-child(3){
    left: 95px !important;
}
    
[data-id="rajarajan"] .left-image img:nth-child(3) {
    right: 0px;
    left: 95px !important;
}
[data-id="rajarajan"] .left-image img:nth-child(2) {
            top: 135px;
}
[data-id="raman"] .left-image img:nth-child(2) {
            top: 135px;
                    left: 150px;
}
[data-id="raman"] .left-image img:nth-child(3) {
    height: 285px;
}
[data-id="ragu"] .left-image img:nth-child(2) {
    left: 150px;
        top: 135px;
}
[data-id="ragu"] .left-image img:nth-child(3) {
    right: 0px;
    left: 107px !important;

}
[data-id="ragu"] .left-text{
    left: 3%;
}
[data-id="vignesh"] .left-image img:nth-child(2){
    top: 140px;
}
[data-id="kirthiswaran"] .left-image img:nth-child(2){
    top: 130px;
    left: 160px
}
[data-id="kirthiswaran"] .left-image img:nth-child(3){
    height:250px;
    right: 40px;
    left: 30%;
}
[data-id="kirthiswaran"] .call, [data-id="roshini"] .call{
    bottom: 1%;
}
[data-id="gowrishankar"] .left-image img:nth-child(2){
    top: 140px;
    left: 160px
}
[data-id="kiruthika"] .left-image img:nth-child(3){
    right: 40px;
    left: 30% !important;
}
[data-id="kiruthika"] .left-image img:nth-child(2), [data-id="varsha"] .left-image img:nth-child(2), [data-id="roshini"] .left-image img:nth-child(2), [data-id="rohith"] .left-image img:nth-child(2){
    top: 140px;
    left: 160px
}
[data-id="roshini"] .left-image img:nth-child(3){
    right: 40px;
    left: 30% !important;
    height: 250px;
}
[data-id="rohith"] .left-image img:nth-child(3){
    right: 10px;
    left: 35% !important;
}
[data-id="navith"] .left-image img:nth-child(3) {
    left: 100px !important;
    height: 290px !important;
}

[data-id="navith"] .left-image img:nth-child(2){
    top: 145px !important;
}
.mobile-team-list .position-relative.mb-2.active {
    opacity: 100%;
    stroke: #ED6224;
}

}

@media (min-width: 768px) { 
    .web{
        display: block;
    }
    .mob{
        display: none;
    }
}

#helpSection{
    height: 510px;
    overflow: auto;
}
#helpSection .card-body{
    height: 227px;
}
[data-id="prabhu"] .squad-text p{
    margin-bottom: 5px;
}
[data-id="prabhu"] #helpSection .card-body, [data-id="roshini"] #helpSection .card-body {
  height: auto;
}

[data-id="rajarajan"] .left-image img:nth-child(3) {
  left: 28px;
}

[data-id="kiruthika"] .left-image img:nth-child(3) {
  left: 28px;
}

[data-id="roshini"] .left-image img:nth-child(3) {
  left: 28px;
}
[data-id="ragu"] #helpSection .card-body,  [data-id="kiruthika"] #helpSection .card-body, [data-id="varsha"] #helpSection .card-body{
  height: 200px;
}
#leftTeam .team-card#prabhu .img-cont{
    top: 13px;
}
[data-id="prabhu"] .left-section div:first-child{
    width: 60%;    
}
[data-id="navith"] .left-image img:nth-child(3) {
  left: 28px;
}

::-webkit-scrollbar {
  width: 12px; /* Mostly for vertical scrollbars */
  height: 5px; /* Mostly for horizontal scrollbars */
}
::-webkit-scrollbar-thumb { /* Foreground */
  background: var(--scrollbar-foreground);
  background: #4d251082;
  border-radius: 999px;
  border: 3px solid transparent;
  background-clip: padding-box;
}
::-webkit-scrollbar-track { /* Background */
  background: var(--scrollbar-background);
  background: transparent;
}
#shareModal .modal-body img{
    width: 18px;
    padding-right: 5px;
}
   