/* #firstsec{
        background-image: url("./assets/images/southkablock/Destop/Microsite-destop-banner.jpg?1");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    } */
.spin-text-color {
    color: #FFF;
    padding: 0px 66px 0px 34px;
    font-size: 24px;
}

.quiz-text-position {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 10px 16px 0px !important;
    height: 68px !important;
    font-size: 16px;
    font-family: 'OpenSans-Regular';
    font-weight: 700 !important;
}

#spinwheelsec {
    /*background-image: url("./assets/images/southkablock/Wheel-Bg.png?1");*/
    background-image: url("/assets/images/southkablock/Destop/spin-win-desktop.png");
    /* background-size: cover; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 305px;
}

#secondsec {
    /*background-image: url("./assets/images/southkablock/Destop/Polls.png?1");*/
    background-image: url("/assets/images/southkablock/Destop/quizzes-and-ytmobile.jpg");
    /* background-size: cover; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* min-height: 380px; */
    min-height: 344px;
    padding-top: 33px;
}

#thirdsec {
    /* CSS ADD TODAY */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #000;
}

#fourthsec {
    background-image: url("/assets/images/southkablock/Destop/yt-section-desktop.png");
    /* CSS ADD TODAY */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 400px;
    background-color: #000;
}

.font-weight-bolder {
    font-weight: 900
}

button {
    background-color: #ff5b14;
    color: #fff;
}

.select {
    width: 75%;
    margin-block: 10px;
}

.iframepos {
    position: absolute;
    /* css add today */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 43%;
    height: 87%;
}

.awsome-background {
    background-image: url("/assets/images/southkablock/Destop/aom-desktop.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* 13-03-2024 */
    height: auto;
}

/* .poll-background {
    background-image: url("/assets/images/southkablock/Destop/polls-&-quizzies-desktop.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 800px;
} */

.awsome-meter img {
    width: 48%;
}

.awsome-meter .heading-title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'OpenSans-Regular';
    color: #000;
}

.awsome-meter .awsome-img-position {
    width: 100%;
    padding: 44px 10px 10px 10px;
}

.awsome-meter .awsome-card {
    background: #3d2420;
    border-radius: 10px;
}

.awsome-meter .title-headline {
    position: absolute;
    left: 10px;
    top: 5%;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    font-family: 'OpenSans-Regular';
}

.awsome-meter .vs-position {
    width: 75%;
    position: absolute;
    top: 25%;
    left: 10%;
}

.awsome-meter .aws-button-position {
    border: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 5px 30px;
    border-radius: 5px;
    cursor: pointer;
}

.awsome-meter .awsome-number {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'OpenSans-Regular';
    color: red;
    text-align: center;
    padding: 14px 0px 0px 0px;
}

.awsome-meter .awsome-wow {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'OpenSans-Regular';
    color: #000000;
    text-align: center;
    padding: 0px;
}

.awsome-meter .wow-align {
    font-size: 16px;
    line-height: 22px;
    font-family: 'OpenSans-Regular';
    color: #000;
    padding: 15px 0px;
}

.awsome-meter .percentage-align {
    font-size: 16px;
    line-height: 22px;
    font-family: 'OpenSans-Regular';
    color: #000;
    padding: 15px 8px 0px;
}

.modal-parent .vs-position {
    width: 75%;
    position: absolute;
    top: 22%;
    left: 10%;
}

.modal-parent .awsome-thanku {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'OpenSans-Regular';
    color: red;
    text-align: center;
    padding: 0px;
}

#awmsg {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'OpenSans-Regular';
    color: #FFF;
    text-align: center;
    padding: 0px;
}

.modal-dialog {
    max-width: 71%;
    margin: 2.75rem auto;
}

.modal-parent .modal-content {
    background-color: #fde5bf;
    border-top: 5px solid #784d02;
    border-bottom: 5px solid #784d02;
    border-right: none;
    border-left: none;
}

.modal-parent .score-position {
    width: 20%;
    position: relative;
    left: 40%;
}

.range-icon {
    width: 8% !important;
    position: absolute;
    right: 5%;
    bottom: -20%;
}

.range-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* margin-top: 2.5rem;
        margin-bottom: 2rem; */
}

#range {
    -webkit-appearance: none;
    width: 100%;
}

#range:focus {
    outline: none;
}

#range::before,
#range::after {
    position: absolute;
    top: 2rem;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 4px;
}

#range::-webkit-slider-runnable-track {
    /* width: 100%; */
    height: 1rem;
    cursor: pointer;
    animate: 0.2s;
    display: inline-block;
    background: linear-gradient(to right, #ffdf1e, #f99300, #f55a08, #e93d39, #cc0000 var(--range-progress), #dee4ec var(--range-progress));
    border-radius: 1rem;
}

#range::-webkit-slider-thumb {
    border: none;
    height: 30px;
    width: 30px;
    background-color: transparent;
    background-image: url("/assets/images/Fire-Icon.png?1");
    background-position: 0 0;
    background-size: cover;
    transform: scale(1.9) rotateZ(var(--thumb-rotate, 10deg));
    cursor: pointer;
    margin-top: -15px;
    -webkit-appearance: none;
}

#tooltip {
    position: absolute;
    bottom: 53px;
    right: 24px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'OpenSans-Regular';
    color: #000;
}

#tooltip span {
    position: absolute;
    bottom: -12px !important;
    right: 0px !important;
    color: #FFF;
}

#range {
    -webkit-appearance: none;
    width: 85%;
    background: none;
}

.range-sliders {
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* margin-top: 2.5rem;
        margin-bottom: 2rem; */
}

#ranges {
    -webkit-appearance: none;
    width: 100%;
}

#ranges:focus {
    outline: none;
}

#ranges::before,
#range::after {
    position: absolute;
    top: 2rem;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 4px;
}

#ranges::-webkit-slider-runnable-track {
    width: 100%;
    height: 1rem;
    cursor: pointer;
    animate: 0.2s;
    display: inline-block;
    background: linear-gradient(to right, #ffdf1e, #f99300, #f55a08, #e93d39, #cc0000 var(--ranges-progresss), #dee4ec var(--ranges-progresss));
    /* background: linear-gradient(90deg, #6BA132 var(--ranges-progresss), #dee4ec var(--ranges-progresss)); */
    border-radius: 1rem;
}

#ranges::-webkit-slider-thumb {
    border: none;
    height: 30px;
    width: 30px;
    background-color: transparent;
    background-image: url("/assets/images/Fire-Icon.png?1");
    background-position: 0 0;
    background-size: cover;
    transform: scale(1.9) rotateZ(var(--thumb-rotate, 10deg));
    cursor: pointer;
    margin-top: -15px;
    -webkit-appearance: none;
}

#tooltips {
    position: absolute;
    bottom: 53px;
    right: 24px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'OpenSans-Regular';
    color: #000;
}

#tooltips span {
    position: absolute;
    bottom: -12px !important;
    right: 0px !important;
    color: #FFF;
}

#ranges {
    -webkit-appearance: none;
    width: 85%;
    background: none;
}

.slider-pic {
    -webkit-appearance: none;
    appearance: none;
    width: 23px;
    height: 24px;
    border-radius: 50%;
    background: url('/assets/images/Fire-Icon.png');
    cursor: pointer;
}

@media (min-width: 600px) {
    .spnbtn-position {
        position: relative;
        top: 188px;
        left: 22px;
    }

    .whl-position {
        right: 55px;
    }

    .winner-content-position {
        color: #000000 !important;
        position: relative;
        top: 210px;
        left: 23px;
        font-size: 12px;
        font-weight: 700;
    }

    .quiz-img {
        /* object-fit: cover;
            aspect-ratio: 16/9; */
        width: 100%;
        height: 155px;
    }
}

@media (max-width: 768px) {
    .awsome-background {
        background-image: url("/assets/images/southkablock/Mobile/aom-mobile.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        /* 13-03-2024 */
        height: auto;
    }

    .poll-background {
        background-image: url("/assets/images/southkablock/Mobile/polls-&-quizzies-mobile.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        /* css change todage */
        height: 1000px;
    }

    /* ADD BY SHADAB  */
    /* .quiz-title-mobile {
        margin-top: -130px !important;
    } */
    /* ADD BY SHADAB  */
    .comment-section {
        margin-top: 0px !important;
    }

    .awsome-meter img {
        width: 100%;
    }

    .awsome-meter .vs-position {
        width: 20%;
        position: inherit;
        top: 0%;
        left: 40%;
    }

    .modal-parent .score-position {
        width: 50%;
        position: relative;
        left: 25%;
    }

    .range-icon {
        width: 8% !important;
        position: absolute;
        right: 5%;
        bottom: 0%;
    }

    #tooltip span {
        bottom: -12px !important;
    }

    #tooltips span {
        bottom: -12px !important;
    }

    .spin-text-color {
        padding: 24px 94px 0px 50px;
        font-size: 22px;
    }

    #spinwheelsec {
        /*background-image: url("./assets/images/southkablock/Mobile/Mobile-Spin-BG.png?1");*/
        background-image: url("/assets/images/southkablock/Mobile/spin-win-mobile.png");
        /* background-size: cover; */
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        min-height: 690px;
    }

    #secondsec {
        /*background-image: url("./assets/images/southkablock/Mobile/Choose-your-fav-BG.jpg?1");*/
        background-image: url("/assets/images/southkablock/Mobile/Choose-Your-Fav-BG-Mobile.jpg?5");
        /* background-size: cover; */
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        min-height: 785px;
    }

    /* #thirdsec {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        min-height: 1000px;
    } */

    #fourthsec {
        background-image: url("/assets/images/southkablock/Mobile/yt-section-mobile.png");
        background-size: 100% 100% !important;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .rj-title {
        font-size: 18px !important;
    }

    .iframepos {
        /* width: 75%;
            height: 75%; */
        width: 85%;
        height: 250px;
    }

    .iframepos {
        top: 155px;
        position: relative !important;
    }

    .wheel-mobile-position {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .arrow-mobile-position {
        position: relative;
        top: 188px;
    }

    #spinwheel {
        top: 186px !important;
        position: absolute !important;
    }

    .winner-content-position {
        color: #fff;
        position: relative;
        top: 495px;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        bottom: -10px;
    }
}

.fifthsec div {
    padding: 0px;
}

.coloronhover {
    filter: grayscale(100%);
    transition: all 0.7s ease-in-out;
    position: relative;
    transform: scale(1.0);
}

.coloronhover:hover {
    filter: grayscale(0%);
    transform: scale(1.02);
    z-index: 1;
    border-radius: 5px;
}

.contnopadd div {
    padding: 0px;
}

.contnopadd {
    padding: 0px;
    margin: 0px;
}

.contnomar {
    margin: 0px;
    padding: 0px;
}

.swiper-pagination-progressbar-fill {
    --swiper-theme-color: #ff5b14;
}

.swiper-pagination-progressbar {
    top: auto !important;
    bottom: -24px;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(4 13 22 / 66%);
    transform: scale(1.05);
}

.resultback {
    background-image: url("/assets/images/southkablock/Popupwindow.png?1");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* min-height: 478px; */
    min-height: 550px;
    padding-top: 100px;
    margin: 10px;
}

.cyf-position {
    color: #000000;
}

.OTT-Movies-Series {
    margin-top: 214px;
}

@media (max-width: 768px) {
    .OTT-Movies-Series {
        margin-top: 214px;
    }

    .resultback {
        background-image: url("/assets/images/southkablock/Popupwindowm.png?1");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        min-height: auto;
        padding-top: 80px;
        margin: 0px;
        margin-left: 0px;
    }

    .fa-times:before {
        content: "\f00d";
        position: absolute;
        top: -7px;
        right: 20px;
        font-size: 15px;
    }

    .awsome-meter .heading-title {
        font-size: 14px;
        padding-top: 0px;
        /* CSS ADD TODAY */
    }

    .mobile-banner-skb {
        margin-top: 125px;
    }

    .congra-text {
        font-size: 15px;
    }

    .fifth-pos-mobile {
        position: relative;
        bottom: -185px;
    }
}

.border-bottom-orange {
    border-bottom: 1px solid #ff5b14;
}

.swiper-slide-active .coloronhover {
    filter: grayscale(0%);
}

/* .imageborder{
        background-image: url("./assets/images/southkablock/window-Frame.png?1");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    } */
.absimag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#favmodal .modal-content {
    background-color: #f0f8ff00;
    border: none;
}

.closepos {
    right: 38px;
    top: 38px;
    z-index: 10;
    color: #ba0000;
    font-size: 24px;
}

.text-black-color {
    color: #000000;
}

@media (max-width: 768px) {
    .closepos {
        right: 21px;
        top: 21px;
    }

    .cyf-position {
        font-size: 20px;
        color: #FFF;
        font-weight: bold;
    }

    .spinbutimg {
        top: 170px !important;
    }

    .mobile-gallery-pos {
        height: 670px;
        margin-top: -201px;
        background-color: #000;
    }
}

#spinwheel {
    /* animation: mymove 3s ease-out; */
    -webkit-animation-fill-mode: forwards !important;
    /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards !important;
    top: 0px;
    position: absolute;
}


.stopwheel {
    animation-play-state: paused !important;
}



@keyframes award1 {
    from {
        transform: scale(1.2) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(1440deg);
    }
}

@keyframes noaward1 {
    from {
        transform: scale(1.2) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(1500deg);
    }
}

@keyframes award2 {
    from {
        transform: scale(1.2) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(1560deg);
    }
}

@keyframes noaward2 {
    from {
        transform: scale(1.2) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(1620deg);
    }
}

@keyframes award3 {
    from {
        transform: scale(1.2) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(1680deg);
    }
}

@keyframes noaward3 {
    from {
        transform: scale(1.2) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(1740deg);
    }
}



#spinbtn {
    background-color: #ff5b1400;
    border: none;
    width: 157px;
}

.modalback {
    background-image: url("/assets/images/southkablock/Form-BG.jpg?1");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.modalback .form-control {
    border-radius: 20px;
    box-shadow: 0 0.5rem 5rem rgba(0, 0, 0, 0.25) !important;
}

.submitform {
    background-color: #ff5b14;
    border: none;
    border-radius: 20px;
}

.spinbutimg {
    cursor: pointer;
    box-shadow: none !important;
    transition: all 0.1s ease-in-out;
    position: relative;
    top: 200px;
}

.spinbutimg:hover {
    transform: scale(1.02);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important;
}

.modalback .Error-shadow {
    border: 2px solid red;
    box-shadow: 0 0.5rem 1rem rgba(256, 0, 0, 0.25) !important;
}