.about-banner-wrapper{
    /*background-image: url('../images/images/about-us/about-banner-bg.png');*/
    background-image: url('../images/images/about-us/about-banner-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 40px 0px;
}

.about-banner-wrapper p{
    color: #FFFFFF;
    font-family: "DM Sans", serif !important;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.about-banner-wrapper h2{
    font-family: "Roboto", serif;
    font-size: 52px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
/*/----- About Banner End's Here -----/*/

/*/----- About Lux Section Start's Here -----/*/
.about-lux-wrapper{
    padding: 40px 0px;
}

.about-desc p{
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #6D6E76;
}

.about-desc-img{
    position: relative;
}

.about-desc-img img{
    width: 100%;
    height: 100%;
}

.shape-icon{
    position: absolute;
    top: -15px;
    right: -25px;
    width: 60px !important;
    height: 70px !important;
}

.round-corner-img{
    border-top-left-radius: 140px;
    border-bottom-right-radius: 140px;
}

.side-vector-img{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 100px;
    height: 110px;
}

.about-video{
    height: 500px;
    overflow: hidden;
    border-top-left-radius: 140px;
    border-bottom-right-radius: 140px;
}

.about-video video,
.about-video .about-video-img{
    border-top-left-radius: 140px;
    border-bottom-right-radius: 140px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #000000;
}

.how-to-play-container{
    padding-top: 60px;
}

.how-to-play-container p{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #232536;
}

.how-to-play-container ul{
    list-style: none;
    padding-left: 0;
}

.how-to-play-container li{
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #050B20;
    margin-top: 15px;
    position: relative;
    padding-left: 30px;
}


.how-to-play-container li::before{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url('../images/images/home/Overlay.svg');
    background-repeat: no-repeat;
}
/*/----- About Lux Section End's Here -----/*/

/*/----- FAQ's Section Start's Here -----/*/
.faq-wrapper .accordion{
    background-color: transparent !important;
    border-radius: 12px;
}

.faq-wrapper .accordion .accordion-button{
    box-shadow: none !important;
    background-color: #B6B6B61C !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.faq-wrapper .accordion .accordion-button.collapsed{
    background-color: #FFFFFF !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.faq-wrapper .accordion .accordion-body{
    background-color: #B6B6B61C !important;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.faq-wrapper .accordion .accordion-button .q-num{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.30508485436439514px;
    color: #1A2D34;
    padding-right: 35px;
}

.faq-wrapper .accordion .accordion-button .q-desc{
    padding-right: 20px;
}

.faq-wrapper .accordion .accordion-button .q-desc p{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}

.faq-wrapper .accordion-item{
    border: 0px !important;
    background: transparent !important;
    border-bottom: 2px solid #f9fbfc !important;
}

.faq-wrapper .accordion-button::after{
    background-image: url('../images/images/about-us/plus-icon.svg');
    background-repeat: no-repeat;
}

.accordion-button:not(.collapsed)::after{
    background-image: url('../images/images/about-us/close.svg') !important;
    background-size: 60% 60%;
    background-position: center;
    background-color: #1A2D34 !important;
    border-radius: 50% !important;
    width: 1.7rem;
    height: 1.7rem;
}
/*/----- FAQ's Section End's Here -----/*/

/*/----- Testimonials Section Start's Here -----/*/
.testimonials-wrapper{
    padding: 60px 0px;
}

.swiper-container{
    overflow: hidden;
    position: relative;
}

.testimonial-card{
    background-color: #FFFFFF;
    border-radius: 33px;
    box-shadow: 10.54px 4.22px 42.16px 0px #00000029;
    text-align: center;
    padding: 30px;
    transition: all 0.5s ease-in-out;
}

.testimonial-img{
    width: 210px;
    height: 250px;
    border-radius: 16px;
    border: 8px solid #FFFFFF;
}

.testimonial-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-info{
    margin-top: 20px;
}

.testimonial-info h4{
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    color: #1A2D34;
    transition: all 0.3s ease-in-out;
}

.testimonial-info p{
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    color: #1A2D34;
    transition: all 0.3s ease-in-out;
}

.testimonial-msg{
    margin-top: 15px;
}

.testimonial-msg p{
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #1A2D34;
    transition: all 0.3s ease-in-out;
}

.testimonials-wrapper .swiper-slide{
    background-color: transparent !important;
    background: transparent !important;
}

.testimonial-card:hover{
    background-color: #357B83;
}

.testimonial-card:hover .testimonial-msg p,
.testimonial-card:hover .testimonial-info p,
.testimonial-card:hover .testimonial-info h4{
    color: #FFFFFF;
}

.testimonials-wrapper .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}

.testimonials-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #1A2D34 !important;
}
/*/----- Testimonials Section Start's Here -----*/
