body {
    font-family: "Effra";
    margin: 0px;
}
.text-section {
    border-radius: 50px;
    background-image: url("../images/Group\ 118.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    margin-top: 223px;
    height: 100vh;
    max-height: 705px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.text-container{
    padding-top: 30px;
    padding: 50px;
}
span {
    color: #f25d0d;
}
.text-section h1 {
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 25px;
}
.text-section p {
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 113px;
    max-width: 496px;
}
.text-section button {
    background-color: #f25d0d;
    border-radius: 46px;
    border: 0px;
    padding: 15px 20px 15px 20px;
    width: 330px;
    color: #ffffff;

    font-weight: 500;
    font-size: 20px;
}
@media (max-width: 600px) {
    .text-section p {
        margin-bottom: 25px;
    }
    .text-section {
        height: 367px;
        margin-top: 176px;
    }
    .text-section h1 {
        font-size: 32px;
    }
    .text-section p {
        font-size: 20px;
    }
    .text-section button {
        width: 248px;
    }
    .section-container {
        padding-inline: 18px !important;
    }
}
/* -------------------------------------------------------------------- */
.test{
    display: flex;
    justify-content: center;
}
.logo-section .slide1{
    max-width: 70px;
    height: 62px;
}

.logo-section .slide2{
    width: 196px;
    height: 52px;
    
 }
 .logo-section .slide3{
    width: 68px;
    height: 63px;
    
 }
 .logo-section .slide4{
    width: 125px;
    height: 63px;
   
 }
 .logo-section .slide5{
    width: 89px;
    height: 54px;
    
 }
.logo-section {
    overflow: hidden;
    padding-top: 50px;
    width: 864px; 
    flex-shrink: 0;
    
    margin: auto;
    display: inline-block;
}

.logo-section .carousel-container {
    display: flex;
    margin: auto;

    align-items: center;
    gap: 75px;

    cursor: grab;
    scroll-behavior: smooth;
    overflow-x: auto;
    scrollbar-width: none;
   height: 70px;
   
    cursor: grab;
    scroll-behavior: smooth;
    overflow-x: scroll;
    width: 100%;
    color: white;

    user-select: none;
    -webkit-overflow-scrolling: touch;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.logo-section  img{
   
    max-height: 63px;
}
@media (max-width: 767px) {
    .logo-section {
        width: 400px;
    }
    .logo-section .carousel-container {
        gap: 22px;
    }
    .text-container{
        padding-top: 5px;
        padding: 20px;
    }
    .text-container button{
        width: 248px;
        height: 54px;
        border-radius: 46px;
    }
}
/* ------------------------------------- Start Third section --------------------------------------  */
.third-section {
    margin-bottom: 50px;
    margin-top: 90px;
}
.third-section .gray-box {
    background-image: url("../images/gray-div.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-inline-end: 75px;
    width: 100%;
    min-height: 710px;
}
.third-section .gray-box .meeing-image {
    width: 100%;
    max-width: 730px;
    position: relative;
    top: -50px;
    inset-inline-start: 0px;
}
.third-section .gray-box .txt-section {
    padding-block: 123px;
}
.third-section .gray-box .head {
    color: #f25d0d;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 22px;
}
.third-section .gray-box .info {
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 400;
}
@media (max-width: 767px) {
    .third-section {
        margin-top: 80px;
        margin-bottom: 30px;
    }
    .third-section .gray-box {
        padding-inline: 0px;
    }
    .third-section .gray-box .head {
        font-size: 24px;
    }
    .third-section .gray-box .txt-section{
        padding-top: 0px;
    }
    .third-section .gray-box{
        background-image: url("../images/gray-small-div.png");
    }
}
/* ------------------------------------- End Third section --------------------------------------  */
.carousal-card {
    background-image: url(../images/intercard.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}
.lenniar {
    padding: 50px;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(5, 18, 38, 0.5) 0%, #12428c 100%);
    border-radius: 50px;
}
.inter-sport .carousel {
    overflow: hidden;
}
.inter-sport .carousel {
    display: flex;
    justify-content: center;
}
.inter-sport .carousel .carousel-container {
    display: flex;
    gap: 10px;
    cursor: grab;
    scroll-behavior: smooth;
    overflow-x: scroll;
    width: 100%;
    color: white;

    user-select: none;
    -webkit-overflow-scrolling: touch;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.inter-sport .carousel.right .carousel-container {
    margin-top: 30px;
    flex-direction: row-reverse;
}
.inter-sport .carousel .carousel-container::-webkit-scrollbar {
    display: none;
}
.inter-sport .carousel .carousel-container .slide {
    min-width: 718px;
    height: 419px;
    max-width: 100%;
    border-radius: 50px;
    padding: 50px;
}
.slider-image{
    width: 262px;
    height:73px;
}
.inter-sport .carousel .carousel-container .title{
    font-weight: 700;
    font-size: 36px;
    margin: 12px;
}
.inter-sport .carousel .carousel-container .sub-title{
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 50px;
}
@media (max-width: 600px) {
    .lenniar {
        padding: 25px 35px 15px 25px;
    }
    .inter-sport .carousel .carousel-container .slide {
        min-width: 401px;
        height: 273px;
    }
    .inter-sport .carousel .carousel-container .title{
        margin: 0px;
        font-size: 32px;
        margin-bottom: 20px;
    }
    .inter-sport .carousel .carousel-container .sub-title{
        font-weight: 300;
        font-size: 16px;
        margin-bottom: 30px;
    }
    .slider-image{
        width: 186px;
        height: 51.82px;
    }
}
@media (max-width: 420px) {
    .inter-sport .carousel .carousel-container .slide {
        min-width: 400px;
        min-height: 250px;
        padding-bottom: 0px;
    }
    .lenniar{
        padding: 30px;
    }
}
/*----------------------------------------------------------------------------------------------------*/
.working-mechanism h2{
    margin-bottom: 37px;
    font-weight: 700;
    font-size: 48px;
}
.working-mechanism .bulb-image{
    position: absolute;
    inset-inline-end: 85px;
    top: -130px;
}
@media (max-width: 992px) {
    .working-mechanism .bulb-image{
        display: none;
    }
}
.working-mechanism .carousel {
    overflow: hidden;
}
.working-mechanism .carousel {
    display: flex;
    justify-content: center;
}
.working-mechanism .carousel .carousel-container {
    display: flex;
    gap: 10px;
    cursor: grab;
    scroll-behavior: smooth;
    overflow-x: scroll;
    width: 100%;

    color: white;
    user-select: none;
    -webkit-overflow-scrolling: touch;

    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.working-mechanism .carousel.right .carousel-container {
    margin-top: 30px;
    flex-direction: row-reverse;
}
.working-mechanism .carousel .carousel-container::-webkit-scrollbar {
    display: none;
}
.working-mechanism .carousel .carousel-container .slide {
    background-color: #27197b;
    min-width: 270px;
    /* height: 104px; */
    max-width: 100%;
    border-radius: 23px;
    padding: 32px 30px;
}
.working-mechanism .carousel .carousel-container .slide p{ 
    margin-bottom: 0px;
}
.six-section{
    margin-top: 37px;
}
.six-section-text {
    width: 100%;
    max-width: 957px;
    padding-inline: 43px 27px;
    margin: auto;
    font-weight: 400; 
    font-size: 20px;
}
 
.six-section h2{
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 37px;
}
.last-section {
    border-radius: 50px;
    border: 1px solid #f25d0d;
    padding: 50px 80px;
    margin-block: 39px;
    /* margin-inline: 5px; */
}
.last-section1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.last-section p {
    font-family: Effra;
    font-weight: 700;
    font-size: 32px;
    text-align: right;
    color: #051226;
}
.last-section button {
    background-color: #f25d0d;
    border-radius: 46px;
    border: 0px;
    padding: 15px 20px 15px 20px;
    width: 330px;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
}

@media (max-width: 1240px){
    .last-section1{
        justify-content: center;
    }
    .last-section p{
        text-align: center;
    }
}
@media (max-width: 600px){
    .working-mechanism h2{
        font-size: 36px;
    }
    .six-section-text {
        font-size: 16px 
    }
    .last-section{
        padding: 30px;
    }
    .six-section h2{
        font-size: 36px;
        padding-top: 50px;
    }
    .last-section p {
        font-size: 24px;
    }
}
@media (max-width: 420px) {
    .six-section-text {
        padding-inline: 23px 17px;
    }
}
/* ------------------------------------- Start fifth section --------------------------------------  */
.fifth-section {
    position: relative;
    margin-top: 90px;
    margin-bottom: 20px;
}
.fifth-section .row {
    --bs-gutter-x: 0px;
}
.fifth-section .icon-container {
    border-radius: 50%;
    padding: 20px;
    background-color: white;
    box-shadow: 0px 13px 26.7px 0px #f25d0d42;
    width: fit-content;
    position: absolute;
    inset-inline-start: 60px;
    z-index: 100;
    top: -45px;
}
.fifth-section .icon-container img {
    width: 100px;
}
.fifth-section .orange-box {
    background-image: url("../images/orange-div.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 115px;
    
    padding-inline-start: 230px;
    width: 100%;
}
.fifth-section .orange-box p {
    color: white;
}
.fifth-section .orange-box .head {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 24px;
}
.fifth-section .orange-box .info {
    font-weight: 400;
    font-size: 16px;
}
.fifth-section .code-img {
    position: relative;
    inset-inline-start: -100px;
    top: 10%;
    width: 100%;
    max-width: 430px;
}
.fifth-section .end-line {
    position: absolute;
    bottom: -135px;
    inset-inline-start: -340px;
    height: 551px;
    width: 730px;
    border-radius: 300px;
    border: #eb6f2d solid 1px;
}
@media (max-width: 1100px) {
    .fifth-section .orange-box {
        padding-inline-start: 130px;
    }
}
@media (max-width: 800px) {
    .fifth-section .orange-box {
        padding-inline-start: 70px;
    }
}
@media (max-width: 767px) {
    .fifth-section {
        margin-top: 130px;
    }
    .fifth-section .code-img {
        top: -120px;
        inset-inline-start: unset;
        width: 350px;
        max-width: 100%;
        margin: auto;
    }
    .fifth-section .end-line {
        display: none;
    }
    .small-height{
        height: 195px;
        display: flex;
    }
}
@media (max-width: 500px) {
    .fifth-section .orange-box {
        padding: 100px 40px;
    }
    .fifth-section .icon-container {
        inset-inline-start: 20px;
        top: -55px;
    }
    .fifth-section .code-img {
        top: -110px;
    }
}
/* ------------------------------------- End fifth section --------------------------------------  */

/* ------------------------------------- Start eighty section --------------------------------------  */
.eighty-section {
    margin-bottom: 37px;
}

.eighty-section h2{
    font-weight: 700;
    font-size: 48px;
    color: #F25D0D;
    width: fit-content;
}
.eighty-section .carousel {
    overflow: hidden;
    margin: auto;
}
.eighty-section .carousel-container {
    display: flex;
    gap: 45px;
    margin: auto;
    
    cursor: grab;
    scroll-behavior: smooth;
    overflow-x: auto;
    scrollbar-width: none;
}
.eighty-section .carousel-container::-webkit-scrollbar {
    display: none;
}
.eighty-section .carousel-container div {
    max-height: 95px;
    /* max-width: 180px; */
    width: fit-content;
    object-fit: cover;
    user-select: none;
    display: flex;
    align-items: center;
}
.eighty-section .carousel-container img {
    max-height: 100%;
    max-width: 180px;
    margin: auto;
}
@media (max-width: 800px){
    .eighty-section .carousel-container{
        gap: 30px;
    }
}
@media (max-width: 500px){
    .eighty-section .carousel-container{
        gap: 20px;
    }
    .eighty-section h2{
        font-size: 36px;
    }
    .last-section{
        text-align: center;
        padding: 35px 26px;
        max-width: 380px;
        font-size: 15px;
        margin: auto;
    }
    .last-section button{
        margin: auto;
        width:190px;
        height: 54px;
        border-radius: 46px;
    }
}

/* ------------------------------------- End eighty section --------------------------------------  */
.big-section{
    padding-inline: 106px;
}
.eighty-section h2
.section-container {
    padding-inline: 50px;
}
.main-container{
    max-width: 1763px;
    margin-inline: auto;
}

.working-mechanism.section-container,
.eighty-section.section-container{
    padding-inline-end: 0px !important; 
}