* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: rubik;
}

section {
    position: relative;
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-ExtraBold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: rubik;
    src: url(../fonts/Rubik-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: rubik;
    src: url(../fonts/Rubik-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: rubik;
    src: url(../fonts/Rubik-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: rubik;
    src: url(../fonts/Rubik-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: rubik;
    src: url(../fonts/Rubik-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: rubik;
    src: url(../fonts/Rubik-ExtraBold.ttf);
    font-weight: 900;
}

/* all  */
.py-150 {
    padding-block: 150px;
}

.top-heading h2 {
    font-size: 54px;
    line-height: 74px;
    font-weight: 700;
    color: #FFFF33;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 20px;
}

h1,
h2,
h3 {
    font-family: Raleway !important;
    line-height: 66px;
}

/* header start ============= */
.menu-list a {
    position: relative;
    transition: all 0.4s ease-in-out;
}

.menu-list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0%;
    height: 3px;
    background-color: #FFFF33;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

.menu-list a:hover {
    color: #FFFF33;
}

.menu-list a:hover::after {
    width: 100%;
}

/* hero-section */
.hero-section {
    background-image: url(../images/hero-bg.jpg);
}

.tab-slider--trigger a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0%;
    height: 3px;
    background-color: #FFFF33;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

.tab-slider--trigger a:hover::after {
    width: 100%;
}

.tab-slider--trigger a.active::after {
    width: 100%;
}

.CGI-slide-content {
    transition: all 0.5s ease-in-out;
}

.CGI-slide a img {
    width: 100%;
}

.tab-slider--body .swiper-slide video {
    width: 100%;
}

.CGI-slide:hover .CGI-slide-content {
    height: 100%;
    opacity: 1;
    top: 0;
}

.review-section-box {
    background-image: url(../images/review-bg.png);
}

.brands-box,
.brands-box::after {
    transition: all 0.5s ease-in-out;
}

.brands-box:hover::after {
    background-color: #282828;
}

.brands-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFFF33;
    width: 0;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.brands-box:hover::before {
    width: 100%;
}

.our-experience {
    animation: round 4s infinite;
    animation-direction: inherit;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

@keyframes round {
    0% {
        transform: rotate3d(0);
    }

    33% {
        transform: rotate(10deg) translateY(8px);
    }

    66% {
        transform: rotate(-10deg) translateY(-8px);
    }

    100% {
        transform: rotate(0);
    }
}

.confused-section {
    background-image: url(../images/confused-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.arrow {
    animation: updown 4s infinite;
    animation-direction: inherit;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

@keyframes updown {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(16deg);
    }

    100% {
        transform: rotate(0);
    }
}

/* FOOTER START ================= */
.footer-icon a i {
    transition: all 0.5s ease-in-out;
}

.footer-icon a {
    transition: all 0.5s ease-in-out;
}

.footer-icon a:hover i {
    color: #282828;
}

.footer-menu__list a {
    transition: all 0.5s ease-in-out;
}

.footer-content-links a {
    transition: all 0.5s ease-in-out;
}

/* FOOTER END */
.mobile_menu:before {
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
    margin: -14px 3px;
}

.mobile_menu nav ul .slide a {
    opacity: 1;
    animation: hidecolor 0.8s ease;
}

.mobile_menu nav ul li a {
    opacity: 0;
}

.mobile_menu nav ul .slide a:before {
    content: "";
    position: absolute;
    background: #3F51B5;
    width: 0%;
    height: 35px;
    animation: slide 0.8s ease;
}

.mobile_menu nav ul .slide a:before {
    content: "";
    position: absolute;
    background: #F4EC14;
    width: 0%;
    height: 35px;
    animation: slide 0.8s ease;
}

.tab-slider--trigger a {
    font-size: 18px;
}

.black-btn::before {
    position: absolute;
    top: 0px;
    left: 100%;
    right: -50px;
    content: "";
    background: #F4EC14;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-radius: 0%;
    transition-duration: 800ms;
    z-index: -1;
    bottom: 0;
}

.black-btn::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    transform: scaleX(1);
    transition-duration: 800ms;
    background-color: #000;
    z-index: -2;
}

.black-btn:hover:before {
    left: 0px;
    right: 0px;
    transform: translateX(0);
}

.black-btn:hover:after {
    transform: scaleX(0);
    transition-duration: 1500ms;
}

.black-btn {
    border: 1px solid #000;
    z-index: 5;
    transition: all 0.5s ease-in-out;
}

.black-btn:hover {
    color: #000;
}
/* video btn */
button.mute-btn {
    position: absolute;
    right: 16px;
    top: 16px;
}

button.mute-btn i {
    font-size: 20px;
}
.tabsSwiper{
    padding: 10px 0 !important;
}
.tabsSwiper .swiper-slide {
    width: max-content !important;
}
.tabsSwiper .swiper-button-next, .tabsSwiper .swiper-button-prev {
    top: 50% !important;
    color: #000 !important;
    background: #fff !important;
}
.tabsSwiper .swiper-button-next{
    right: 0;
}
.tabsSwiper .swiper-button-prev{
    left: 0;
}
.tabsSwiper .swiper-button-next:after, .tabsSwiper .swiper-button-prev:after {
    font-size: 24px !important;
    font-weight: 900 !important;
}
.tabsSwiper .swiper-wrapper{
    margin-inline: 40px !important;
}
.hero-section-video .mute-btn{
    top: unset;
    right: 30px;
    bottom: 220px !important;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-section-video .mute-btn i{
    font-size: 20px;
    color: #000;
}

/* videoadsSwiper slider btn */
.videoadsSwiper{
    padding: 0 25px !important;
}
.videoadsSwiper .swiper-button-prev{
    left: 0px;
}
.videoadsSwiper .swiper-button-next{
    right: 0px;
}
.videoadsSwiper .swiper-button-next, .videoadsSwiper .swiper-button-prev{
    background-color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 100%;
}
.videoadsSwiper .swiper-button-next::after, .videoadsSwiper .swiper-button-prev::after{
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

/* tabs slider */
.tabSwiper .swiper-button-next:after, .tabSwiper .swiper-button-prev:after {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: bold;
}

.tabSwiper .swiper-button-next, .tabSwiper .swiper-button-prev {
    background-color: #fff;
    width: 30px;
    height: 30px;
    top: unset;
    bottom: 10px;
    border-radius: 100%;
}
.tabSwiper {
    padding-block: 10px !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0 !important;
}
/* testimonial-review  */
.testimonial-review{
    padding : 40px;
}

/* video tabs changes */
.wrapper {
    padding: 30px;
    position: relative;
    overflow-x: hidden;
    max-width: 100%;
    background: #212121;
    border-radius: 13px;
}

.wrapper .icon {
    position: absolute;
    top: 0;
    height: 100%;
    width: 120px;
    align-items: center;
    display: none;
}

.icon i {
    width: 55px;
    height: 55px;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    color: #fff;
}

.icon i:hover {
    color: #212121;
    background: #efedfb;
}

.icon:first-child i {
    margin-left: 10px;
}

.icon:last-child i {
    margin-right: 10px;
}

.wrapper .tabs-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.tabs-box.dragging {
    scroll-behavior: auto;
    cursor: grab;
}

.tabs-box .tab {
    cursor: pointer;
    font-size: 20px;
    white-space: nowrap;
    background: #f5f4fd;
    padding: 12px 30px;
    border-radius: 30px;
    border: 1px solid #d8d5f2;
    user-select: none;
    width: 100%;
    text-align: center;
}

.tabs-box .tab:hover {
    background: #efedfb;
}

.tabs-box.dragging .tab {
    user-select: none;
    pointer-events: none;
}

.tabs-box .tab.active {
    color: #282828;
    background: #FFFF33;
    border-color: transparent;
}


@keyframes slide {
    0% {
        width: 0;
        padding: 0px 10px;
        margin: 0px -5px;
    }

    80% {
        width: 105%;
        padding: 0px 10px;
        margin: 0px -5px;
    }

    100% {
        width: 0;
        padding: 0 0;
    }
}

header.mobile_nav {
    margin: 1px 10px 0;
    display: none;
}

header .mobile_nav .burger .mobile_nav__label {
    margin: -10px 5px;
    width: 135px;
    position: absolute;
}

@keyframes hidecolor {
    0% {
        color: #fff;
    }

    75% {
        color: #fff;
    }

    100% {
        color: white;
    }
}

/* MEDIA QUERY START */
@media (max-width:1399px) {
    .hero-section-video .mute-btn{
        bottom: 100px !important;
    }
    .wrapper .icon{
        display: flex;
    }
    .icon:first-child {
        left: 0;
        display: none;
        background: linear-gradient(90deg, #212121 50%, transparent);
    }
    
    .icon:last-child {
        right: 0;
        justify-content: flex-end;
        background: linear-gradient(-90deg, #212121 50%, transparent);
    }
}
@media (max-width:1279px) {
    .top-heading h2 {
        font-size: 44px;
        line-height: 60px;
        margin-top: 10px;
    }
    .testimonial-review {
        padding: 30px;
    }
}

@media (max-width:860px) {
    .brands-box {
        max-width: unset;
    }
}

@media (max-width:767px) {
    .top-heading h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .py-150 {
        padding-block: 100px;
    }

    .footer-post-content {
        padding-left: 10px;
    }
    .tab-slider--trigger a{
        font-size: 16px;
    }
    .hero-section-video .mute-btn{
        width: 30px;
        height: 30px;
    }
    .hero-section-video .mute-btn i{
        font-size: 16px;
    }
    .icon i{
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .tabs-box .tab{
        font-size: 18px;
        padding: 10px 30px;
    }
    .wrapper .tabs-box{
        gap: 14px;
    }
    .wrapper .icon{
        width: 80px;
    }
    .videoadsSwiper .swiper-button-next, .videoadsSwiper .swiper-button-prev{
        width: 45px;
        height: 45px;
    }
    .videoadsSwiper .swiper-button-next::after, .videoadsSwiper .swiper-button-prev::after{
        font-size: 16px;
    }
}

@media (max-width:640px) {
    .footer-content-links a {
        font-size: 14px;
    }

}

@media (max-width:575px) {
    .top-heading h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .footer-content-links a {
        font-size: 16px;
    }

    .footer-subscribe p {
        margin-block: 20px;
    }
    .wrapper{
        padding: 20px;
    }
    .wrapper .tabs-box{
        gap: 10px;
    }
    .tabs-box .tab{
        font-size: 16px;
        padding: 8px 24px;
    }
    .icon:first-child i{
        margin-left: 5px;
    }
    .icon:last-child i{
        margin-right: 5px;
    }
}

@media (max-width:480px) {
    .top-heading h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .py-150 {
        padding-block: 80px;
    }
    .videoadsSwiper .swiper-button-next, .videoadsSwiper .swiper-button-prev{
        width: 40px;
        height: 40px;
    }
    .videoadsSwiper{
        padding: 0 12px !important;
    }
    .hero-section-video .mute-btn{
        right: 20px;
        bottom: 90px !important;
    }
    .hero-section-video .mute-btn{
        width: 24px;
        height: 24px;
    }
    .hero-section-video .mute-btn i{
        font-size: 14px;
    }
    .tab-slider--trigger{
        width: 50%;
        margin-bottom: 20px;
        text-align: start;
    }
    .tabs-box .tab{
        padding: 8px 20px;
    }
    .wrapper .icon {
        width: 60px;
    }
    .tab-slider--nav{
        padding-inline: 12px;
    }
    .icon i{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 390px){
    .tab-slider--trigger{
        width: 100%;
        text-align: center;
    }  
    /* .tab-slider--trigger a{
        font-size: 18px;
    }   */
}

@media (max-width: 360px) {
    /* .videoadsSwiper .swiper-button-next{
        right: 34%;
    }
    .videoadsSwiper .swiper-button-prev{
        left: 34%;
    } */
    .testimonial-review {
        padding: 20px;
    }
    .tab-slider--trigger{
        width: 100%;
    }
}

.error {
    color: red;
}
