body{
    margin: 0px;
}
.section-container{
    padding-inline: 106px;   
    max-width: 1720px;
    margin: auto;
}
/* ----------------------------------- Start First section ---------------------------------------- */
.first-section{
    position: relative;
    height: 100vh;
    max-height: 620px;
    background-color: #051226;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
}
.first-section .head{
    z-index: 10;
}
.first-section .head h1{
    color: white;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
}
.first-section .head h1 span{
    color: #f25d0d;
}
.first-section .head p{
    color: white;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
}
@media (max-width: 600px) {
    .first-section .head h2{
        font-size: 24px;
    }
    .first-section .head p{
        font-size: 20px;
        max-width: 260px;
        margin-inline: auto;
    }
}
.first-section img{
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    height: 620px;
    max-width: 100%;
    width: 100%;
}
/* ----------------------------------- End First section ---------------------------------------- */

/* ----------------------------------- start Second section ---------------------------------------- */
.background{
    background-color: #051226;
}
.second-section{
    width: 100%;
    padding-block: 30px;
}
.second-section .box-container{
    border-radius: 139.5px;
    border: 1px solid #F25D0D;
}
.second-section .box-container .box{
    color: white;
    padding: 50px 80px;
}
.second-section .box-container .box .inner-box{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.second-section .box-container .box .inner-box.first-box{
    justify-content: space-between;
    margin-bottom: 40px;
}
.second-section .box-container .box .inner-box p{
    max-width: 160px;
    font-size: 20px;
    margin-bottom: 0px;
    text-align: center;
}
.second-section .box-container .box .inner-box p.active{
    color: #F25D0D;
}
@media (max-width: 950px) {
    .second-section .box-container .box{
        padding: 40px 40px;
   }
}
@media (max-width: 800px) {
    .second-section .box-container .box{
        padding: 40px 27px;
   }
}
@media (max-width: 750px) {
    .second-section .box-container{
        border-radius:  0px;
        border: 0px;
    }
    .second-section .section-container{
        padding-inline: 25px 0px !important;
    }
    .second-section .box-container .box{
        padding: 0px;
   }
    .second-section .box-container .box .inner-box{
        gap: 30px;
        justify-content: safe;
        overflow: hidden;
        border: 1px solid #F25D0D;
        border-inline-end: 0px;
        border-radius: 0px 139.5px 139.5px 0px;
        border-end-end-radius: 0px;
        padding: 50px;

        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        scroll-behavior: smooth;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .second-section .box-container .box .inner-box.first-box{
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .second-section .box-container .box .inner-box p{
        min-width: fit-content;
        font-size: 20px;

    }
}

/*  */
/* ----------------------------------- End Second section ---------------------------------------- */

/* ----------------------------------- Start Repeated section ---------------------------------------- */
.repeated-section{
    padding-block: 30px;
}
.row{
    row-gap: 20px;   
}
.section{
    /* height: 300px; */
}
.section h4{
    font-size: 36px;
    color: white;
    font-weight: 700;
    margin-bottom: 46px;
}
.section .shared-btn {
    padding-inline: 60px;
    font-size: 20px;
    font-weight: 500;
}
@media (max-width: 992px) {
    .section .shared-btn {
        padding-inline: 43px;
    }
}
.section .info{
    color: white;
    font-weight: 300;
    font-size: 24px;
}
.section .sup-title{
    color: #F25D0D;
    font-weight: 700;
    font-size: 24px;
}
.languages-container{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.languages-container .language{
    font-weight: 500;
    font-size: 20px;
    padding: 15px 35px;
    color: white;
    border-radius: 20px;
    border: 1px solid #F25D0D;
    margin-bottom: 0px;
    min-width: 173px;
    text-align: center;
}
@media (max-width: 440px) {
    .languages-container .language{
        min-width: 130px;
        padding: 15px 25px;
    }
    .languages-container .language.small-padding{
        padding: 15px 14px;
    }
}
.section .img-container{
    border: 1px solid #F25D0D;
    background-clip: border-box;
    border-radius: 50px;
    padding-inline: 80px;
    padding-block: 70px;
    
    background-position: 100% 100%;
    background-size: cover;
    /* background-repeat: no-repeat;background: linear-gradient(90deg, rgba(5, 18, 38, 0.5) 0%, #12428C 100%); */

}



.img-1{
background-image: url('../images/Group\ 115.webp');
}
.img-2{
background-image: url('../images/Group 116.webp');
}
.img-3{
background-image: url('../images/Group 117.webp');
}

.section .img-container .title{
    font-weight: 700;
    font-size: 36px;
    color: white;
}
.section .img-container .sup-title{
    font-weight: 300;
    font-size: 24px;
    color: white;
    max-width: 600px;
    margin-bottom: 50px;
    text-align: end;
    direction: ltr;
}
@media (max-width: 600px) {
    
    .section h4{
        font-size: 32px;
    }
    .section .img-container{
        padding-inline: 20px;
        padding-block: 50px;
   }
   .section .img-container .title{
        font-size: 32px;
    }
    .section .img-container .sup-title{
        font-size: 16px;
    }
}
/* ----------------------------------- End Repeated section ---------------------------------------- */


.carousel-container {
    position: relative;
    /* width: 420px; */
    overflow: hidden;
    padding: 10px;
    padding-inline: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
@media (max-width: 950px) {
    .carousel-container{
        justify-content: center;
        padding-inline: 0px;
     }
}
@media (max-width: 380px) {
    .carousel-container{
        padding-inline: 0px;
   }
   .carousel-container button img{
        width: 30px;
   }
}
.carousel-wrapper {
    width: 400px;
    overflow: hidden;
}
.carousel {
    display: flex;
    align-items: center;
    transition: transform 0.5s ease-in-out;
    width: max-content;
}

.website {
    width: 200px;
    text-align: center;
    padding: 10px;
}

.website img {
    max-width: 100%;
    max-height: 44px;
    border-radius: 8px;
}
.prevBtn, .nextBtn{
    background-color: transparent;
    border: 0px;
}
@media (max-width: 700px) {
    .carousel-wrapper{
        width: 300px;
   }
   .website {
        width: 140px;
    }
}
@media (max-width: 410px) {
    .carousel-wrapper{
        width: 200px;
    }
   .website {
        width: 200px;
    }
}
