
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body{
    background-color:black;
    
}

@keyframes bg-images {
    0%{
        background-image: url("../images/bg.png");
    }
    25%{
        background-image: url("../images/bg-2.png");
    }
    50%{
        background-image: url("../images/bg-3.png");
    }
    100%{
        background-image: url("../images/bg-4.png");
    }
}
.section1{
    background-size: cover;
    animation-name: bg-images;
    animation-duration: 8s; 
    animation-timing-function: linear; 
    animation-fill-mode: both;
    animation-delay: 1s; 
    animation-iteration-count: infinite;
    margin-left:5%;
    margin-right:5%;
}
.nav-and-symbole{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    overflow-x: hidden;
    overflow-y: hidden;
}
.extra-space-remove{
    margin-top:-18%;
}
.white {
    width:500px;
    height:300px;
    border-radius:50%;
    text-align: center;
    background-color: 
    #F5F5F5;
    padding:10px;
    transform: translateX(-35%) translateY(-55%);
}
.header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    left:568px;
    margin:0;
    margin-bottom: 17%;
    margin-right:5%;
}
.mobile-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    left:568px;
    margin:0;
    margin-bottom: 17%;
    margin-right:5%;
    display: none;
}

.nav-items{
    font-size:12px;
    font-family:"Poppins";
    color:
    #EDF6ED;
    font-weight:500;
    line-height:30px;
    margin:20px;
}
.heading{
    font-family:"Poppins";
    font-size:70px;
    font-weight:700;
    color:#ffffff;
    letter-spacing: 4%;
    line-height: 105px;
    text-align: center;
    margin-bottom:-5%;
   }
.it-heading{
    font-family:"Poppins";
    font-size:70px;
    font-weight:700;
    color:#ffffff;
    letter-spacing: 4%;
    line-height: 105px;
    text-align: center;
    
}
.arrow{
    padding-left:7px;
    height:13px;
    width:13px;
}

.compoent {
    padding-top: 57px;
    padding-right: 15px;
    width: 200px;
    height: 200px;
    transform: rotate(-360deg); 
    transition-property: transform;
    transition-duration:1s;
    transition-delay: 1s;
    transition-timing-function: easy-in-out;
}

.contact-btn{
    font-size:20px;
    font-family:"Poppins";
    width:142px;
    height:50px;
    border-radius:16px;
    background-color:#082E95;
    padding:10px;
    margin:2px;
    color:
    #EDF6ED;
    border-width:0;
    line-height: 30px;
}
.explore-btn{
    font-size:20px;
    font-family:"Poppins";
    width:210px;
    height:50px;
    border-radius:16px;
    background-color:#082E95;
    align-self: center;
    color:#ffffff;
    border-width:0;
    line-height: 30px;
    font-weight:500;
    margin-right:600px;
}

.heading-firm{
    font-family:"Inria Serif";
    font-size:70px;
    color:#ffffff;
    line-height:83.93px;
    letter-spacing: 4%;
    text-align: center;
    margin:0;
}
.para1{
    font-family:"Poppins";
    color:#ffffff;
    font-size:12px;
    line-height: 18px;
    letter-spacing: 4%;
}
.start-btn{
        font-size:20px;
        font-family:"Poppins";
        font-weight:500;
        width:auto;
        height:50px;
        border-radius:16px;
        background-color:#082E95;
        padding:10px;
        color:
        #EDF6ED;
        border-width:0;
        line-height: 30px;
}
.logo-img{
    width:200px;
    height:200px;
}
.head-align{
    display:flex;
    flex-direction:row;
    align-items: right;
    justify-content: right;
    margin-bottom:5%;
    margin-right:14%;
    margin-top:-3.5%;

}
.spacing{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
   }
.line-width{
    width:100px;
    height:100px;
}
@media screen and (max-width:500px){
    .section1{
        background-size: cover;
        animation-name: bg-images;
        animation-duration: 8s; 
        animation-timing-function: linear; 
        animation-fill-mode: both;
        animation-delay: 1s; 
        animation-iteration-count: infinite;
    }
    .nav-and-symbole{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .extra-space-remove{
        margin-top:-18%;
    }
    .white {
        width:100px;
        height:100px;
        border-radius:50%;
        text-align: center;
        background-color: 
        #F5F5F5;
        padding:10px;
        transform: translateX(-120px) translateY(-55%);
    }
    .header{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        left:568px;
        margin:0;
        margin-bottom: 17%;
        margin-right:5%;
        display: none;
    }
    .mobile-header{
        display: flex;
        flex-direction: row;
        left:568px;
        margin:0;
       
    }
    
    .nav-items{
        font-size:10px;
        font-family:"Poppins";
        color:
        #EDF6ED;
        font-weight:500;
        line-height:30px;
    }
    .heading{
        font-family:"Poppins";
        font-size:25px;
        font-weight:700;
        color:#ffffff;
        letter-spacing: 4%;
        line-height: 105px;
        text-align: center;
        margin-bottom:-80px;
       }
    .it-heading{
        font-family:"Poppins";
        font-size:25px;
        font-weight:700;
        color:#ffffff;
        letter-spacing: 4%;
        line-height: 105px;
        text-align: center;
        margin-bottom:-30px;
        
    }
    .arrow{
        padding-left:7px;
        height:10px;
        width:10px;
    }
    .contact-btn{
        font-size:12px;
        font-family:"Poppins";
        width: auto;
        height:auto;
        border-radius:16px;
        background-color:#082E95;
        padding:10px;
        margin:2px;
        color:
        #EDF6ED;
        border-width:0;
        line-height: 30px;
    }
    .heading-firm{
        font-family:"Inria Serif";
        font-size:25px;
        color:#ffffff;
        line-height:83.93px;
        letter-spacing: 4%;
        text-align: center;
        margin:0;
        margin-bottom:50px;
        margin-top:-10px;

    }
    .para1{
        font-family:"Poppins";
        color:#ffffff;
        font-size:12px;
        line-height: 18px;
        letter-spacing: 4%;
    }
    .start-btn{
            font-size:12px;
            font-family:"Poppins";
            font-weight:500;
            width:120%;
            height:50px;
            border-radius:16px;
            background-color:#082E95;
            padding:10px;
            color:
            #EDF6ED;
            border-width:0;
            line-height: 30px;
    }
    .compoent{
        width:100px;
        height:100px;
        margin-top:-200px;
    }
    .head-align{
        display:flex;
        flex-direction:row;
        align-items: right;
        justify-content: right;
        margin-bottom:5%;
        margin-right:14%;
        margin-top:-3.5%;
    
    }
    .spacing{
        display: flex;
        flex-direction: column;
        justify-content:space-around;
        margin-top:-20%;
       }

}
/* section */
.section2 {
    background-color: #000000;
    background-size: cover;
    background-image: url("../images/Background.png");
    margin-left: 5%;
    margin-right: 5%;
    opacity: 0.5;
    overflow: hidden; /* Changed from overflow-x and overflow-y */
    position: relative;
}


.aboutus{
    font-family:"Inria Serif";
    font-size:70px;
    font-weight:300;
    color:#ffffff;
    letter-spacing: 4%;
    line-height: 105px;
    margin:0;
   
    line-height: 83.93%;
    letter-spacing: 4%;
    
    transform:translateX(0);
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: easy-in-out;
    transition-delay: 0s;
}
.line-connect{
    display:flex;
    flex-direction: row;
    align-items: left;
    justify-content: left;
    margin:0;
    padding:0;
}
.align-img-para{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.curve{
    padding-top:50px;
    transform:translateX(0); 
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: easy-in-out;
    transition-delay: 0s;
    visibility: hidden;
}
.section2:hover .curve{
    transform:translateX(+100px);
    visibility:visible;
    
}
.right-side {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0%;
   
}

.heading2{
    padding-top:+20px;
    font-family:"Poppins";
    font-size:70px;
    text-align: center;
    align-self: center;
    font-weight:700;
    color:#ffffff;
    letter-spacing: 4%;
    line-height: 105px;
    margin:0;
    padding-bottom:0;
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: easy-in-out;
    transition-delay: 0s;
}
.mobile-view-align{
    display: none;

}
.para2{
    color:#ffffff;
    font-size:20px;
    font-family:"Poppins";
    transform:translateX(+800px);
    transition-property: transform;
    transition-duration:1s;
    transition-timing-function: easy-in-out;
    padding-bottom:8%;
}
.para-section{
    padding-left:5%;
    padding-bottom:2%;
    margin-left:10%;
    margin-bottom:5%;
    margin-top:-10%;
}
.profile{
    width:380px;
    height:300px;
    margin-left:8%;
    transform:translateY(+200px);
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: easy-in-out;
    transition-delay: 0s;
}
.section2:hover .profile{
    transform:translateY(0)
}
.section2:hover .para2{
    transform:translateX(-5px);
    
    
}
.section2:hover .heading2{
    transform: translateX(-300px) translateX(0);
}

.section2:hover .aboutus{
    transform:translateX(+100px);
   
}
.section2:hover{
    opacity: 2;
}
@media only screen and (max-width: 500px) {
    .mobile-view-align{
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .aboutus{
        font-family:"Inria Serif";
        font-size:25px;
        font-weight:300;
        color:#ffffff;
        letter-spacing: 4%;
        line-height: 105px;
        margin:0;
        line-height: 83.93%;
        letter-spacing: 4%;
        transform:translateX(-100px);
        transition-property: transform;
        transition-duration: 1s;
        transition-timing-function: easy-in-out;
        transition-delay: 0s;
    }
    .section2:hover .aboutus{
        transform:translateX(+5px);
       
    }
    .mobile-view-curve{
        display:flex;
        flex-direction: column;
    }
    .line-connect{
        display:none;
        flex-direction: column;
        align-items: left;
        justify-content: left;
        margin:0;
        padding:0;
    }
    .right-side {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        margin: 0%;
    }
    .heading2{

        font-family:"Poppins";
        margin-bottom:-10%;
        margin-top:-10%;
        font-size:25px;
        text-align: center;
        align-self: center;
        padding-bottom:-100px;
        font-weight:700;
        color:#ffffff;
        letter-spacing: 4%;
        line-height: 105px;
        transition-property: transform;
        transition-duration: 1s;
        transition-timing-function: easy-in-out;
        transition-delay: 0s;
    }
    .mobile-explore-btn{
        font-size:12px;
        font-family:"Poppins";
        width:150px;
        height:50px;
        align-self: flex-start;
        border-radius:16px;
        background-color:#082E95;
        align-self: center;
        color:#ffffff;
        border-width:0;
        line-height: 30px;
        font-weight:500;
        margin-right:60%;
    }
    .section2:hover .heading2{
        transform: translateX(-50px) translateX(0);
    }
    .para2{
        color:#ffffff;
        font-size:12px;
        text-align: justify;
        text-wrap:nowrap;
        font-family:"Poppins";
        transform:translateX(+800px);
        transition-property: transform;
        transition-duration:1s;
        transition-timing-function: easy-in-out;
        padding-bottom:3%;
        margin: 2%;
    }
    .section2:hover .para2{
        transform:translateX(0);
    }
    .profile{
        width:280px;
        height:200px;
        margin-left:8%;
        transform:translateY(+200px);
        transition-property: transform;
        transition-duration: 1s;
        transition-timing-function: easy-in-out;
        transition-delay: 0s;
    }
    .section2:hover .profile{
        transform:translateY(0)
    }
    .curve{
        display: none;
        transform:translateX(0); 
        transition-property: transform;
        padding-bottom:5%;
        transition-duration: 1s;
        transition-timing-function: easy-in-out;
        transition-delay: 0s;
        visibility: hidden;
        width:130px;
        height:50px;
        transform:rotate(50deg);
        margin-left:-5%;
    }
    .section2:hover .curve{
        transform:translateX(+50px);
        visibility:visible;
        
    }
}
    
/* section3 */
.img-container{
    display: flex;
    width:70px;
    height: 70px;
    border-radius:50%;
    background-color:rgba(255, 255, 255, 0.27);
    align-items: center;
    justify-content: center;
    margin: 20px;
}
.inifinity{
    width:45px;
    height:45px;
}

.card-heading{
    font-family: "Poppins";
    color:#ffffff;
    font-size:36px;
    font-weight:500;
    line-height: 50px;
    margin:20px;
}
.card{
    width: 362px;
    height:387px;
    background-color:
    rgba(123, 123, 123, 0.12);
    opacity:0.5;
    border-radius:16px;
    display: flex;
    flex-direction: column;
    align-items:start;
    justify-content: space-between;
    margin:0.5%;

}
.para3{
    color:#ffffff;
    font-size:20px;
    font-weight:300;
    font-family:"Poppins";
    margin:20px;
    padding-bottom:20px;

}
.heading3{
    font-family:"Poppins";
    font-size:70px;
    font-weight:700;
    color:#ffffff;
    letter-spacing: 4%;
    line-height: 105px;
    margin-top:-20%;
}

.Launch{
    font-family: "Poppins";
    color:#ffffff;
    font-size:36px;
    font-weight:500;
    line-height: 50px;
    text-align:right;
    text-align: justify;
}
.con1 {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    z-index: -1; /* Ensure the background rotates behind other content */
    filter: blur(150px);
    background: #082E95;
    animation: rotateClockwise 20s linear infinite; /* Adjust animation duration */
}

.con2 {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    z-index: -1; /* Ensure the background rotates behind other content */
    filter: blur(150px);
    background: #082E95;
    animation: rotateCounterClockwise 20s linear infinite; /* Adjust animation duration */
}

@keyframes rotateClockwise {
    0% {
        transform: rotate(0deg) translateX(500px) translateY(500px); /* Adjust translation */
    }
    100% {
        transform: rotate(360deg) translateX(500px) translateY(500px); /* Adjust translation */
    }
}

@keyframes rotateCounterClockwise {
    0% {
        transform: rotate(0deg) translateX(-200px) translateY(-500px); /* Adjust translation */
    }
    100% {
        transform: rotate(-360deg) translateX(-200px) translateY(-500px); /* Adjust translation */
    }
}

.card-align{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden; 
    margin:2%;
}
.first-three{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.second-three{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.head-para-align3{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-right:5%;
    margin-bottom:2%;
    padding-right:2%;
}
.section3{
    background-size: cover;
    background-image: url("../images/Background.png");
    margin-left:5%;
    margin-right:5%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
@keyframes flow {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
        
    }
}
@media screen and (max-width:500px){
    .img-container{
        display: flex;
        width:70px;
        height: 70px;
        border-radius:50%;
        background-color:rgba(255, 255, 255, 0.27);
        align-items: center;
        justify-content: center;
        margin: 20px;
        padding:10px;
    }
    .inifinity{
        width:45px;
        height:45px;
    }
    
    .card-heading{
        font-family: "Poppins";
        color:#ffffff;
        font-size:20px;
        font-weight:500;
        line-height: 50px;
        margin:20px;
    }
    .head-para-align3{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    .card{
        width: auto;
        height:50%;
        background-color:
        rgba(123, 123, 123, 0.12);
        
        border-radius:16px;
        display: flex;
        flex-direction: column;
        align-items:start;
        justify-content: space-between;
        margin:2%;
    
    }
    .para3{
        color:#ffffff;
        font-size:12px;
        font-weight:300;
        text-wrap: nowrap;
        font-family:"Poppins";
        margin:20px;
        padding-bottom:20px;
    
    }
    .heading3{
        font-family:"Poppins";
        font-size:25px;
        font-weight:700;
        color:#ffffff;
        letter-spacing: 4%;
        line-height: 105px;
        margin-top:-5%;
    }
    
    .Launch{
        font-family: "Poppins";
        color:#ffffff;
        font-size:20px;
        font-weight:500;
        line-height: 50px;
        text-align:right;
        text-align: justify;
        margin-bottom:-10px;
        margin-top:-10px;
    }
    .con2 {
        width: 100vw;
        height: 100vh;
        border-radius: 50%;
        position: absolute;
        z-index: -1;
        filter: blur(100px);
        background: #082E95;
        animation: rotateCounterClockwiseMobile 20s linear infinite;
    }
    
    @keyframes rotateCounterClockwiseMobile {
        0% {
            transform: rotate(0deg) translateX(-50%) translateY(-50vh);
        }
        100% {
            transform: rotate(-360deg) translateX(-50%) translateY(50vh);
        }
    }
    
    .card-align{
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        overflow: hidden; 
        margin:1%;
    }
    .first-three{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .second-three{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .head-para-align3{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        margin-right:5%;
        margin-bottom:2%;
        padding-right:2%;
    }
    .section3{
        background-size: cover;
        background-image: url("../images/Background.png");
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
    }
    @keyframes flow {
        0% {
            background-position: 0 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0 50%;
            
        }
    }

}
/* section4 */
.section4 {
    background-size: cover;
    background-image: url("../images/Background.png");
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
    background-color: #000000;
    overflow-x: hidden;
    overflow-y: hidden;
}

.learn-btn4 {
    font-size: 20px;
    font-family: "Poppins";
    width: 163px;
    height: 50px;
    border-radius: 16px;
    background-color: #082e95;
    margin-bottom: 10px;
    color: #ffffff;
    border-width: 0;
    line-height: 30px;
    font-weight: 500;
    margin-top: -1%;
    margin-right: 3%;
}

.headAndBtn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: -3%;
    margin-bottom: 0; /* Add this line to remove space below "WE ARE" */
}


.heading4 {
    font-family: "Poppins";
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 4%;
    line-height: 105px;
    transform: translateX(75%);
    margin-bottom:-20%;
}
.mobile-section4-head{
    display: none;
flex-direction: row;
align-items: center;
justify-content: space-between;
margin-top: -3%;
margin-bottom: 0; /* Add this line to remove space below "WE ARE" */

}
.expert-at {
    font-family: "Inria Serif";
    font-size: 70px;
    font-weight: 300;
    color: #ffffff;
    line-height: 83.93px;
    letter-spacing: 4%;
    padding-left: 110px;
    margin-left: -20px;
    margin-bottom: 0; /* Remove space below "WE ARE" */
}

.responsive{
    display: flex;
    flex-direction: column;
    margin-left:2% !important;
    
}
.card2{
    width: 300px!important;
    height:400px !important;
    background-color:
    rgba(123, 123, 123, 0.12)!important;
    opacity:0.9 !important;
    border-radius:16px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items:start !important;
    justify-content: space-between !important;
    margin:1% !important;
    position: relative;
}
.carousel-img{
    width:125px;
    height:125px;
    margin:20px;
}
.para-arrow{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.arrow-size{
    width:13px;
    height:13px;
    margin-left:15px;
}
.para4{
    color:#ffffff;
    font-size:14px;
    font-weight:300;
    font-family:"Poppins";
    margin:20px;
    display: flex;
    flex-direction: row;
    padding-bottom:20px;
}
.arrow-con {
    display: flex;
    justify-content: flex-end; 
    align-items: center; 
    position: relative;
    transform: translateY(-50%);
    
}

.arrow-for,
.arrow-back {
    width: 40px;
    height: 40px;
    background-color: #082E95;
    border-radius: 100%;
    padding:5px;
}

.arrow-back {
    margin-left: 10px; 
    margin-right: 10px;/* Remove margin from the second arrow button */
}


.responsive .slick-prev:before {
    font-family: 'slick' !important;
    font-size: 60px !important;
    line-height: 1 !important;
    opacity: .75;
    color: #082E95 !important;
    visibility: hidden;
}


.responsive .slick-next:before {
    font-family: 'slick' !important;
    font-size: 60px !important;
    line-height: 1 !important;
    opacity: .75;
    color: #082E95 !important;
    padding-right:80px;
    visibility: hidden;
}


.slick-dots {
    text-align: start !important;
   padding-bottom: 5px !important;
    padding-top:20px !important;
}

.slick-dots li button::before {
    font-size: 25px !important;
    text-align: center !important; /* This line can be removed */
    line-height: 0;
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    cursor: pointer !important;
    color: #082E95 !important;
    border-radius: 100% !important;
    text-align: start;
    margin-top:22px;
}
@media screen and (max-width:500px){
    .section4 {
        background-size: cover;
        background-image: url("../images/Background.png");
        position: relative;
        background-color: #000000;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .mobile-heading{
        font-family: "Poppins";
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 4%;
    line-height: 105px;
    transform: translate(+20px);
   
    }
    .mobile-expert-at{
        font-family: "Inria Serif";
        font-size:25px;
        font-weight: 300;
        margin-bottom:-10%;
        margin-top:-80px;
        color: #ffffff;
        line-height: 83.93px;
        letter-spacing: 4%;
        transform: translate(+50px);
        
    }
    .mobile-section4-head{
        display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0; /* Add this line to remove space below "WE ARE" */

    }
    .headAndBtn{
        display: none;
    }
    .learn-btn4 {
        font-size: 12px;
        font-family: "Poppins";
        padding:5px;
        width: auto;
        height: 40px;
        border-radius: 16px;
        background-color: #082e95;
        color: #ffffff;
        border-width: 0;
        line-height: 30px;
        font-weight: 500;
        margin-bottom:15%;
       
    }
    .para4{
        color:#ffffff;
        font-size:12px;
        font-weight:300;
        font-family:"Poppins";
        margin:20px;
        display: flex;
        flex-direction: row;
        padding-bottom:20px;
    }
    .arrow-for,
.arrow-back {
    width: 30px;
    height: 30px;
    background-color: #082E95;
    border-radius: 100%;
    padding:5px;

}
.arrow-back {
    margin-left: 5px; 
    margin-right: 5px;/* Remove margin from the second arrow button */
}
    
}
/* section 5 */
.section5{
    background-color:#000000;
    background-size: cover;
    background-image: url("../images/Background.png");
    margin-left:5%;
    margin-right:5%;
    
    overflow-x: hidden;
    overflow-y: hidden;
    
    position: relative;
}
.study{
    font-family:"Inria Serif";
    font-weight: 500;
    font-size: 70px;
    margin-bottom:-40px;
    line-height: 83.93px;
    letter-spacing: 4%;
    color:#ffffff;
    transition-property: transform;
    transition-duration:1s;
    transition-timing-function: easy-in-out;
    transition-delay: 0s;
    transform:translateX(-250px) 
}
.section5:hover .study{
    transform:translateX(90px);

}
.para5{
    color:#ffffff;
    font-size:20px;
    font-family:"Poppins";
    padding-top:5%;
    padding-bottom:15%;
    text-align: justify;
    
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: easy-in-out;
    
    transition-delay: 0s;
    transform: translateX(-600px);
}
.section5:hover .para5{
    transform:translateX(100px);
}
.learn-btn5{
    font-size:20px;
    font-family:"Poppins";
    width:163px;
    height:50px;
    border-radius:16px;
    background-color:#082E95;
    padding:10px;
    color:#ffffff;
    border-width:0;
    line-height: 30px;
    font-weight:500;
    margin-left:80px;
    margin-bottom:12%;
}
.image-bg{
    background-image: url('../images/Rectangle\ 14.png');
    width:625px;
    height: 750px;
    background-size: cover;
    margin: 0;
    padding:0;
    border-radius:16px;
    animation-name: images-move;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    transition-property:transform;
    transition-duration: 1s;
    transition-delay: 0s;
    transform: translateX(+700px);
   
}
.section5:hover .image-bg{
    transform:translateX(-5%);
}
@keyframes images-move{
    0%{
        background-image: url('../images/Rectangle\ 14.png');
    }
    50%{
        background-image: url("../images/Rectangle\ 14\ \(1\).png");
    }
    100%{
        background-image: url("../images/Rectangle\ 14\ \(2\).png");
    }
}
.align-section5{
    display: flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
    justify-content:space-between;
}
.heading5{
    font-family:"Poppins";
    font-size:70px;
    font-weight:700;
    color:#ffffff;
    letter-spacing: 4%;
    line-height: 105px;
    margin-bottom:-80px;
    transform:translateX(-250px);
    transition-property:transform;
    margin-left:20px;
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: easy-in-out;
    
    transition-delay: 0s;
   
}
.section5:hover .heading5{
    transform:translateX(+240px)


}
@media screen and (max-width:500px){
    .align-section5{
        display: flex;
        flex-direction:column;
        align-items: center;
        justify-content:space-around;
    }
    .study{
        font-family:"Inria Serif";
        font-weight: 500;
        font-size: 20px;
        margin-top:-20%;
        line-height: 83.93px;
        letter-spacing: 4%;
        color:#ffffff;
        transition-property: transform;
        transition-duration:1s;
        transition-timing-function: easy-in-out;
        transition-delay: 0s;
        transform:translateX(-150px) 
    }
    
    .section5:hover .study{
        transform:translateX(50px);
    
    }
    .para5{
        color:#ffffff;
        font-size:12px;
        font-family:"Poppins";
        text-align: justify;
        text-wrap: nowrap;
        transition-property: transform;
        transition-duration: 1s;
        transition-timing-function: easy-in-out;
        transition-delay: 0s;
        transform: translateX(-400px);
       
        margin-top:-30px;
    }
    .section5:hover .para5{
        transform:translateX(+30px);
    }
    .learn-btn5{
        font-size:12px;
        font-family:"Poppins";
        width:150px;;
        height:auto;
        align-self:flex-start;
        border-radius:16px;
        background-color:#082E95;
        padding:10px;
        color:#ffffff;
        line-height: 30px;
        font-weight:500;
        margin-right:150px;
        
    }
    .image-bg{
        background-image: url('../images/Rectangle\ 14.png');
        width:500px;
        height: 600px;
        background-size: cover;
        margin: 0;
        padding:0;
        border-radius:5%;
        animation-name: images-move;
        animation-duration: 4s;
        animation-timing-function: linear;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
        animation-delay: 0s;
        transition-property:transform;
        transition-duration: 1s;
        transition-delay: 0s;
        transform: translateX(+700px);
       
    }
    .section5:hover .image-bg{
        transform:translateX(-5%);
    }
    @keyframes images-move{
        0%{
            background-image: url('../images/Rectangle\ 14.png');
        }
        50%{
            background-image: url("../images/Rectangle\ 14\ \(1\).png");
        }
        100%{
            background-image: url("../images/Rectangle\ 14\ \(2\).png");
        }
    }
    .heading5{
        font-family:"Poppins";
        font-size:20px;
        margin-top:-10px;
        font-weight:700;
        color:#ffffff;
        letter-spacing: 4%;
        line-height: 105px;
        transform:translateX(-250px);
        transition-property:transform;
        transition-property: transform;
        transition-duration: 1s;
        transition-timing-function: easy-in-out;
        transition-delay: 0s;
       
    }
    .section5:hover .heading5{
        transform:translateX(+80px)
    
    
    }

}
/* Section6 */
.section6{
    background-color:#000000;
    background-size: cover;
    background-image: url("../images/Background.png");
    margin-left:5%;
    margin-right:5%;
    overflow-x: hidden;
    overflow-y: hidden;
    
    position: relative;
}

.career-heading{
    font-family:"Poppins";
    font-size:70px;
    font-weight:500;
    color:#082E95;
    letter-spacing: 4%;
    line-height: 105px;
    transform: translateX(-100px);
    margin:0;
    visibility: hidden;
    transition-property: transform;
    transition-duration: 1s;
    transition-delay: 0s;
    transition-timing-function: linear;
}
.vector-img{
    padding-top:0px;
    width:48px;
    height:38px;
    padding-top:50px;
}
.section:hover .vector-img{
    visibility: visible;
}
.cards-flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.section3-head{
    width:400px;
    height:500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}


.vector-align{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}
.section6-align:hover .career-heading{
    transform:translateX(+15px);
    visibility: visible;
}
.para6{
    color:#ffffff;
    font-size:20px;
    font-family:"Poppins";
    text-wrap:nowrap;
    margin-left:8%;
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: easy-in-out;
    transition-delay: 0s;
    transform:translateX(-500px)

}
.para7{
    color:#ffffff;
    font-size:20px;
    margin-left:8%;
    text-wrap: nowrap;
    font-family:"Poppins";
    visibility: hidden;

}
.side1{
    margin-bottom:5%;
}
.section6:hover .para7{
    transform: translateX(0);
    visibility: visible;
}
.section6:hover .para6{
    transform: translateX(0);
}
.explore-btn6{
        font-size:20px;
        font-family:"Poppins";
        width:210px;
        height:50px;
        border-radius:16px;
        background-color:#082E95;
        align-self: center;
        margin-top:50px;
        margin-left:10%;
        color:#ffffff;
        border-width:0;
        line-height: 30px;
        font-weight:500;
        transform: translateY(+200px);
        transition-property: transform;
        transition-duration: 1s;
        transition-timing-function: easy-in-out;
        transition-delay: 0s;
}
.section6:hover .explore-btn6{
    transform: translateY(0);

}
.career-arrow{
    margin-left:10px;
    width:48px;
    height: 38px;
}
.side-picture{
    width:300px;
    height:auto;
}
.career{
    display: flex;
    flex-direction:row;
    align-items: flex-start;
    justify-content: flex-start;
}
.images-align{
    display: flex;
    flex-direction: row;
    transform: translateX(+100%);
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: easy-in-out;
    transition-delay: 0s;
}
.section6:hover .images-align{
    transform: translateX(0);
}
.section6-align{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}
@media screen and (max-width:500px){
    .section6-align{
        display: flex;
        flex-direction: column;
        align-items:center;
        justify-content:space-around;
    }
    .images-align{
        display: flex;
        flex-direction: row;
        transform: translateX(+100%);
        transition-property: transform;
        transition-duration: 1s;
        transition-timing-function: easy-in-out;
        transition-delay: 0s;
        background-size: cover;
    }
    .side-picture{
        width:130px;
        height:auto;
    }
    .section6:hover .images-align{
        transform: translateX(0);
    }
    .career-heading{
        font-family:"Poppins";
        font-size:25px;
        font-weight:500;
        color:#082E95;
        letter-spacing: 4%;
        line-height: 105px;
        transform: translateX(-100px);
        margin-top:-8%;
        margin:0;
        visibility: hidden;
        transition-property: transform;
        transition-duration: 1s;
        transition-delay: 0s;
        transition-timing-function: linear;
    }
    .section6-align:hover .career-heading{
        transform:translateX(+30px);
        visibility: visible;
    }
    .para6{
        color:#ffffff;
        font-size:12px;
        font-family:"Poppins";
        margin-top:-5%;
        text-align: center;
        text-align: justify;
        transition-property: transform;
        transition-duration: 1s;
        transition-timing-function: easy-in-out;
        transition-delay: 0s;
        transform:translateX(-400px);
    
    }
    .para7{
        color:#ffffff;
        font-size:12px;
        text-wrap: nowrap;
        font-family:"Poppins";
        visibility: hidden;
    
    }
    .section6:hover .para7{
        transform: translateX(0);
        visibility: visible;
    }
    .section6:hover .para6{
        transform: translateX(0);
    }
    .explore-btn6{
        font-size:14px;
        font-family:"Poppins";
        width:210px;
        height:50px;
        border-radius:16px;
        background-color:#082E95;
        align-self: center;
        margin-top:50px;
        margin-left:10%;
        color:#ffffff;
        border-width:0;
        line-height: 30px;
        font-weight:500;
        transform: translateY(+200px);
        transition-property: transform;
        transition-duration: 1s;
        transition-timing-function: easy-in-out;
        transition-delay: 0s;
    }
    .vector-img{
        padding-top:0px;
        width:28px;
        height:18px;
        padding-top:50px;
    }
   
}
/* section 7*/
.headAndBtn2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.clintes{
    font-family:"Inria Serif";
    font-weight: 300;
    font-size: 70px;
    line-height: 83.93px;
    letter-spacing: 4%;
    color:#ffffff;
    margin-left:2%;
   margin-bottom:-2px;
}
/* section 7 */
.section7{
    background-color:#000000;
    background-size: cover;
    background-image: url("../images/Background.png");
    margin-left:5%;
    margin-right:5%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding:30px;
    position: relative;
}
.logo {
    width: 219px;
    height: 180px;
    border-width: 5px;
    border-style: solid;
    text-align: center;
    padding-top: 40px;
    border-image: linear-gradient(to top, rgba(8, 46, 149, 1), rgba(0, 0, 0, 0)) 1;
    text-align: center;
    margin: 20px;
    animation-name: borderTransition;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes borderTransition {
    0% {
        border-image: linear-gradient(to top, rgba(8, 46, 149, 1), rgba(0, 0, 0, 0)) 1;
    }
    100% {
        border-image: linear-gradient(to bottom, rgba(8, 46, 149, 1), rgba(0, 0, 0, 0)) 1;
    }
}

.heading6{
    font-family:"Poppins";
    font-size:70px;
    font-weight:700;
    color:#ffffff;
    letter-spacing: 4%;
    line-height: 105px;
    margin-left:15%;
    margin-bottom:-15%;
    margin-top:-8%;
   }


.logo-head{
    font-family: "Poppins";
    font-weight:800;
    font-size:40px;
    line-height: 60px;
    color:#ffffff;
    text-align:center;

}
.logo-con{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.learn-btn7{
    font-size:20px;
    font-family:"Poppins";
    width:163px;
    height:50px;
    border-radius:16px;
    background-color:#082E95;
    padding-top:10px;
    color:#ffffff;
    border-width:0;
    line-height: 30px;
    font-weight:500;
    margin-right: 20px;
    
}
@media screen and (max-width:500px){
    .headAndBtn2{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .clintes{
        font-family:"Inria Serif";
        font-weight: 300;
        font-size: 25px;
        margin-top:-15%;
        line-height: 83.93px;
        letter-spacing: 4%;
        color:#ffffff;
        margin-left:2%;
      
    }
    .heading6{
        font-family:"Poppins";
        font-size:25px;
        font-weight:700;
        color:#ffffff;
        letter-spacing: 4%;
        line-height: 105px;
        margin-left:15%;
        margin-bottom:-20px;
       }
    
    .logo {
        width: 219px;
        height: 180px;
        border-width: 5px;
        border-style: solid;
        text-align: center;
        padding-top: 40px;
        border-image: linear-gradient(to top, rgba(8, 46, 149, 1), rgba(0, 0, 0, 0)) 1;
        text-align: center;
        margin: 20px;
        animation-name: borderTransition;
        animation-duration: 4s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }
    
    @keyframes borderTransition {
        0% {
            border-image: linear-gradient(to top, rgba(8, 46, 149, 1), rgba(0, 0, 0, 0)) 1;
        }
        100% {
            border-image: linear-gradient(to bottom, rgba(8, 46, 149, 1), rgba(0, 0, 0, 0)) 1;
        }
    }    
    .logo-head{
        font-family: "Poppins";
        font-weight:800;
        font-size:14px;
        line-height: 60px;
        color:#ffffff;
        text-align:center;
    
    }
    .logo-con{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
    .learn-btn7{
        font-size:16px;
        font-family:"Poppins";
        width:auto;
        border-radius:16px;
        background-color:#082E95;
        padding-top:10px;
        color:#ffffff;
        border-width:0;
        line-height: 30px;
        font-weight:500;
        padding-bottom:8px;
        margin-left:40px;
        padding:10px;
    }

}
/* footer part */
.list-item{
    font-family: "Poppins";
    font-size:20px;
    font-weight:500;
    line-height: 30px;
    letter-spacing: 4%;
    color:#082E95;
    padding-left:40px;
}
footer{
    background-color: rgba(8, 46, 149, 1);
    margin-left:5%;
    margin-right:5%;
    display: flex;
    flex-direction: row;

}
.sidebar{
    background-color: #ffffff;
    width:20%;
    height:50%;
    padding-top:2.5%;


}
.get-btn{
    font-size:20px;
    font-family:"Poppins";
    width:auto;
    margin-left:30px;
    height:50px;
    border-radius:16px;
    background-color:#082E95;
    padding:10px;
    color:#ffffff;
    border-width:0;
    line-height: 30px;
    font-weight:500;
}
.footer-con{
    width:90%;
    height: 448px;
    background-color:#082E95;

}
.footer-heading{
    font-family: "Poppins";
    font-size:32px;
    font-weight:700;
    line-height: 48px;
    letter-spacing: 4%;
    color:#ffffff;
    text-align: center;
    
}
.item-heading{
    font-family: "Poppins";
    font-size:24px;
    font-weight:600;
    line-height: 48px;
    letter-spacing: 4%;
    color:#ffffff;
    margin-left:5px;
   
}
.footer-head2{
    font-family: "Inria Serif";
    font-size:32px;
    font-weight:300;
    line-height: 38.37px;
    letter-spacing: 4%;
    color:#ffffff;
    text-align: center;
    margin-top:-2%;

}
.footer-item{
    font-family: "Poppins";
    font-size:15.4px;
    font-weight:300;
    line-height: 23.1px;
    letter-spacing: 4%;
    color:
    rgba(255, 255, 255, 1);
    margin:5px;
}
.footer-para{
    font-family:"Poppins";
    font-size:14px;
    font-weight:300px;
    line-height:21px;
    letter-spacing: 4%;
    color:#ffffff;
}
.footer-align{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top:-2%;
}
.footer-side{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.footer-pics{
    width:30px;
    height:30px;
    margin:10px;
}
.face{
    width:10px;
    height:10px;
    
    
}
.facebook{
    width:26px;
    height:25px;
    border-width:2px;
    padding-top:6px;
    border-style:solid;
    border-color: #ffffff;
    border-radius:50%;
    text-align: center;
    
}
.footer-img-con{
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
    margin:10px;
}
.bg{
    background-color:#082E95;
    background-size: cover;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}
.enter-btn{
    width:255px;
    height:42px;
    border-radius:8px;
    border-width: 1px;
    color: #ffffff;
    border-style:solid;
    border-color: #ffffff;
    font-family: "Poppins";
    font-size:16px;
    line-height:24px;
    text-align: center;
    background-color: #082E95;

}
.footer-para-under{
    font-family:"Poppins";
    font-size:14px;
    font-weight:300px;
    line-height:21px;
    letter-spacing: 4%;
    color:#ffffff;
    text-decoration: underline;
}
.social-icons{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;

}.icon-img{
    margin:15px;
}
.implify{
    width:200px;
    height:60px;
    padding-bottom:20%;
    padding-left:10px;
}
.footer-para-last{
    font-family:"Poppins";
    font-size:14px;
    font-weight:300px;
    line-height:21px;
    letter-spacing: 4%;
    color:#ffffff;
    text-align: center;
    padding-top:1.5%;
    margin-right:20%;
    height:100px;
}
.mobile-footer-con{
    display: none;

}
@media screen and (max-width:500px){
    .mobile-footer-con{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }
    .footer-heading{
        font-family: "Poppins";
        font-size:25px;
        text-align: center;
        font-weight:700;
        line-height: 48px;
        letter-spacing: 4%;
        color:#ffffff;
        text-align: center;
        
    }
    .footer-con{
        display: none;
    }
    footer{
        background-color: rgba(8, 46, 149, 1);
       margin:0;
       padding:0;
       background-size:cover;
       background-position: center;
       background-repeat: no-repeat;
    }
    .footer-align{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
    .sidebar{
        background-color: #ffffff;
        width:20%;
        height:50%;
        padding-top:2.5%;
        display: none;
    
    
    }
    .get-btn{
        font-size:20px;
        font-family:"Poppins";
        width:auto;
        margin-left:30px;
        height:50px;
        border-radius:16px;
        background-color:#082E95;
        padding:10px;
        color:#ffffff;
        border-width:0;
        line-height: 30px;
        font-weight:500;
    }
   
    .item-heading{
        font-family: "Poppins";
        font-size:16px;
        font-weight:600;
        line-height: 48px;
        letter-spacing: 4%;
        color:#ffffff;
       
    }
    .item-head-mobile{
        margin-left:15px;
    }
    .footer-head2{
        font-family: "Inria Serif";
        font-size:25px;
        font-weight:300;
        line-height: 38.37px;
        letter-spacing: 4%;
        color:#ffffff;
        text-align: center;
    }
    .footer-item{
        font-family: "Poppins";
        font-size:12px;
        font-weight:300;
        line-height: 23.1px;
        letter-spacing: 4%;
        color:
        rgba(255, 255, 255, 1);
        margin:5px;
    }
    .footer-para{
        font-family:"Poppins";
        font-size:12px;
        font-weight:300px;
        line-height:21px;
        letter-spacing: 4%;
        color:#ffffff;
    }
    .face{
        width:10px;
        height:10px;
        
        
    }
    .facebook{
        width:26px;
        height:25px;
        border-width:2px;
        padding-top:6px;
        border-style:solid;
        border-color: #ffffff;
        border-radius:50%;
        text-align: center;
        
    }
    .footer-img-con{
        display:flex;
        flex-direction:row;
        align-items: center;
        justify-content: center;
        margin:10px;
    }
    .enter-btn{
        width:auto;
        height:auto;
        border-radius:8px;
        border-width: 1px;
        color: #ffffff;
        border-style:solid;
        border-color: #ffffff;
        font-family: "Poppins";
        font-size:12px;
        line-height:24px;
        text-align: center;
        background-color: #082E95;
    
    }
    .footer-para-under{
        font-family:"Poppins";
        font-size:14px;
        font-weight:300px;
        line-height:21px;
        letter-spacing: 4%;
        color:#ffffff;
        text-decoration: underline;
    }
    .social-icons{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        background-color: #ffffff;
        opacity: 0.5;
        border-radius: 10px;
        border-width:2px;
        border-style:solid;
    
    }
    .footer-para-last{
        font-family:"Poppins";
        font-size:14px;
        font-weight:300px;
        line-height:21px;
        letter-spacing: 4%;
        color:#ffffff;
        text-align: center;
        padding-top:5%;
    }
    .icon-img{
        margin:15px;
        width:20px;
        height:20px;
    }
}