.banner-section {
    position: relative;
    background-color: var(--ced-black-color);
    z-index: 1;
    overflow: hidden;
}

.banner-canvas {
    overflow: hidden;
    position: relative;
}

.banner-section #gradient-canvas {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 110%;
    z-index: -1;
    opacity: 1;
    --gradient-color-1: #0a0a0a;
    --gradient-color-2: #413bbc;
    --gradient-color-4: #66ed78;
    --gradient-color-3: #413bbc;
}

.banner-section h1 {
    color: var(--ced-white-color);
}

.banner-section h1 span {
    background-color: var(--ced-blue-60);
    border-radius: 50px;
    display: inline-block;
}

.banner-section::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, rgba(3, 3, 11, 1) 69%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
        right: -130px;
    }

    100% {
        transform: rotate(360deg);
        right: -00px;
    }
}

.banner-section::after {
    content: "";
    position: absolute;
    right: -200px;
    top: -50px;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--ced-blue-60), var(--ced-green-color), var(--ced-blue-60), var(--ced-green-color), var(--ced-blue-60), var(--ced-green-color), var(--ced-blue-60), var(--ced-green-color));
    background-size: 1000% 100%;
    /* animation: create-rainbow-gradient-shift 1s ease-in-out infinite; */
    z-index: -2;
    filter: blur(50px);
}

@keyframes create-rainbow-gradient-shift {
    0% {
        background-position: 0% 150%;
        top: -100px;
    }

    100% {
        background-position: 140% 150%;
        width: 140%;
        animation-direction: alternate;
        transform: rotate(360deg) translateX(-200px);
        right: -200px;
        transform-origin: top;
    }
}

.banner-section .img-sec video {
    width: 100%;
    height: 100%;
}


.left-bottom-gradient {
    position: absolute;
    height: 40%;
    background-image: url(/wp-content/uploads/2024/02/bgg-homees.png);
    background-repeat: no-repeat;
    background-size: 45% 120%;
    animation: gradient1 10s ease-in-out infinite;
    animation-direction: alternate;
}

/* Banner Responsisve start  */

@media screen and (min-width: 1400px) {
    .banner-section h1 {
        font-size: 65px;
        line-height: 80px;
    }

    .banner-section #gradient-canvas {
        left: -5%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-section h1 {
        font-size: 54px;
        line-height: 68px;
    }

    .banner-section .img-sec {
        max-width: 95%;
        margin: auto;
    }
}

@media screen and (min-width: 1200px) {
    .banner-section p {
        font-size: 18px;
        line-height: 34px;
    }

    @keyframes gradient1 {
        0% {
            left: -40px;
            transform: scale(1);
            bottom: -5%;
        }

        50% {
            left: -100px;
            transform: scale(0.8);
            bottom: -10%;
        }

        100% {
            left: -50px;
            transform: scale(1);
            bottom: -5%;
        }

    }
    .app-info-wrapper span.winner {
        font-size: 38px !important;
        line-height: 48px;
    }
    /* .b-img {
    transform: perspective(1000px) rotateX(24deg);
  } */
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
    .banner-section p {
        line-height: 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-section h1 {
        font-size: 45px;
        line-height: 60px;
    }
    .app-info-wrapper span.winner {
        font-size: 32px !important;
        line-height: 42px;
    }
    @keyframes gradient1 {
        0% {
            left: -70px;
            transform: scale(1);
            bottom: -20%;
        }

        50% {
            left: -80px;
            transform: scale(0.8);
            bottom: -15%;
        }

        100% {
            left: -70px;
            transform: scale(1);
            bottom: -18%;
        }
    }
}

@media screen and (min-width: 992px) {

    .banner-section #gradient-canvas {
        height: 60%;
    }

    .banner-section {
        padding: 240px 0px 120px;
    }


    .banner-section .img-sec video {
        margin-top: 90px;
    }

    .banner-section .img-sec video {
        border-radius: 22px;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .banner-section h1 {
        font-size: 40px;
        line-height: 55px;
    }

    .banner-section {
        padding: 170px 0px 80px;
    }

    .banner-section .img-sec video {
        margin-top: 70px;
    }

    .banner-section .img-sec video {
        border-radius: 18px;
    }

    .banner-section #gradient-canvas {
        height: 100vh;
        width: 150%;
        left: -50%;
    }
    .app-info-wrapper span.winner {
        font-size: 28px !important;
        line-height: 38px;
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {

    @keyframes gradient1 {
        0% {
            left: -5%;
            transform: scale(0.9);
            bottom: -240px;
        }

        50% {
            left: -20%;
            transform: scale(0.6);
            bottom: -190px;
        }

        100% {
            left: -5%;
            transform: scale(1);
            bottom: -250px;
        }
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .banner-section h1 {
        font-size: 32px;
        line-height: 46px;
    }

    .banner-section {
        padding: 140px 0px 80px;
    }

    .banner-section #gradient-canvas {
        height: 100vh;
        width: 100%;
        left: 0%;
    }

    .left-bottom-gradient {
        width: 550px;
    }
    .app-info-wrapper span.winner {
        font-size: 24px !important;
        line-height: 34px;
    }
}

@media screen and (min-width: 768px) {
    .banner-section h1 span {
        padding: 0px 15px;
    }

    .left-bottom-gradient {
        width: 570px;
    }
}

@media screen and (max-width: 767px) {
    .banner-section h1 span {
        padding: 0px 10px;
    }

    .banner-section .img-sec video {
        margin-top: 50px;
    }

    .banner-section .img-sec video {
        border-radius: 15px;
    }
}

@media screen and (min-width: 576px) {
    .banner-section::after {
        background-size: 1000px;
    }
}

@media screen and (max-width: 575px) {
    .banner-section h1 {
        font-size: 28px;
        line-height: 40px;
    }

    .banner-section {
        padding: 130px 0px 80px;
    }

    .banner-section p {
        line-height: 26px;
        font-size: 15px;
    }

    .banner-section #gradient-canvas {
        height: 100vh;
    }

    .banner-section::after {
        background-size: 530px;
    }

    .left-bottom-gradient {
        width: 500px;
    }

    @keyframes gradient1 {
        0% {
            left: -80px;
            transform: scale(0.9);
            bottom: -220px;
        }

        50% {
            left: -100px;
            transform: scale(0.6);
            bottom: -240px;
        }

        100% {
            left: -70px;
            transform: scale(1);
            bottom: -230px;
        }
    }
    .app-info-wrapper span.winner {
        font-size: 22px !important;
        line-height: 30px;
    }
}

.amazon-banner-badge {
    border-radius: 6px;
    overflow: hidden;
    background-color: rgb(255 255 255 / 17%);
    font-family: var(--ced-montserrat-m);
    margin-right: 15px;
}

.logo-sec-2 {
    background-color: rgb(255 255 255 / 17%);
    border-radius: 6px;
}

@media screen and (min-width: 1200px) {

    .partner-badge-img {
        max-width: 80px;
        margin-right: 18px;
    }

    .logo-sec-2 {
        width: 170px;
    }

    .amazon-banner-badge {
        width: 240px;
    }
}

@media screen and (min-width: 1400px) {}

@media screen and (min-width: 768px) {


    .amazon-banner-badge span {
        font-size: 14px;
        padding-right: 20px;
    }

}

/* @media screen and (min-width: 1200px) and (max-width: 1399px) {
    .amazon-banner-badge span {
      display: none;
    }
  } */

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .partner-badge-img {
        max-width: 70px;
        margin-right: 15px;
    }

    .amazon-banner-badge {
        width: 230px;
    }

    .logo-sec-2 {
        width: 150px;
    }
}

@media screen and (min-width: 576px) {
    .logo-sec-2 {
        margin-right: 22px;
    }
}

@media screen and (max-width: 767px) {
    .amazon-banner-badge span {
        font-size: 13px;
        line-height: 20px;
        padding-right: 10px;
    }

    .amazon-banner-badge {
        width: 200px;
    }

    .partner-badge-img {
        max-width: 60px;
        margin-right: 15px;
    }

    .logo-sec-2 {
        width: 125px;
    }
}

@media screen and (max-width: 575px) {
    .logo-sec-2 {
        margin-left: 15px;
    }
}