@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


.spin-section {
    padding-top: 6%;
    padding-bottom: 120px;
    background: #ffe9dc;

}

.spin-comtainer {
    max-width: 75%;
    margin: 0 auto;
}

.wof-bg {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
}

.spin-row {
    display: flex;
    flex-direction: row;
    gap: 80px;
    justify-content: space-between;
    position: relative;

    height: 100%;

    align-items: center;
}

.spin-col-left {
    max-width: 500px;
    flex-direction: row;
    display: flex;
    flex-flow: column;

}

.spin-col-left .logo {
    margin-bottom: 25px;
    width: 208px;
    margin-left: auto;
    margin-right: auto;

}
.excon-img{
    width: 166px;
    margin: auto;
}
.right-img-sec {
    width: 424px;
}

.spin-title {
    font-size: 52px;
    font-weight: 900;
    line-height: normal;
    color: #000;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 20px;
    margin-top: 0;
    margin-bottom: 40px;
}

.spin-title span {
    font-size: 62px;
    font-weight: 300;
    color: #F36F21;
    letter-spacing: 9%;
}


.spin-col p {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 5%;
    color: #000;
}


.right-img-sec {

    position: relative;
}


.spin-form-popup {
    background: #F3B896F2;
    padding: 32px 64px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
}

.spin-form-popup .input-group {
    position: relative;
    margin-bottom: 20px;

}

.spin-form-popup .input-group:last-child {
    margin-bottom: 0;
}

.spin-form-popup .spin-terms {
    font-size: 7px;
    text-align: center;
    font-weight: 400;
    line-height: 9px;
    letter-spacing: 5%;
    margin-bottom: 0;
}

.spin-form-popup .input-group input,
.spin-form-popup .input-group select {
    width: 100%;
    padding: 13px 21px;

    border: 1px solid #ccc;
    border-radius: 10px;
    transition: border-color 0.3s, box-shadow 0.3s;
    height: 50px;
    font-size: 14px;
    font-weight: 300px;

}

.spin-form-popup .input-group input:focus,
.spin-form-popup .input-group select:focus {
    outline: 1px solid #EB6D24;
}

.spin-form-popup .input-group label {
    position: absolute;
    left: 21px;
    top: 15px;
    color: #898989;
    pointer-events: none;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 300;
}

.spin-submit-btn {
    background: #EB6D24;
    border-top: 2px solid #fff !important;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    min-width: 230px;

}

.form-img {
    position: absolute;
    z-index: 0;
    left: 0;
    transform: translateX(-170px);
    z-index: 0;
    top: 28%;
    width: 186px;
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(246, 182, 144, .9);

    display: none;
    z-index: 999;
}

.spin-form-popup .form-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 0;
    color: #000000;
}

/* Popup Box */
.popup {
    position: fixed;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);


    display: none;
    z-index: 1000;
    max-width: 720px;

    width: 100%
}

.stop-scroll {
    overflow: hidden;
}

.openPopup {
    cursor: pointer;
}

.popup-1 .popup-content {
    background: #F3B896;
    padding: 20px 94px;
    border-radius: 44px;
}


/* Focus Border Effect */
.spin-form-popup .input-group input:focus {
    border-color: #FFB589;
    /* your color */
    box-shadow: 0 0 5px rgba(255, 181, 137, 0.7);
    outline: none;
}


@keyframes spins {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(720deg);
    }
}


.pointer-wrapper {

    position: relative;
}

.pointer-wrapper .spin-arrow {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    z-index: 9;
    max-width: 60px;
        width: 100%;
}


.wheel {
    z-index: 1;
    position: relative;
}

.spin-btn {
    display: block;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #0F0F0F;
    border-radius: 10px;
    margin: 0 auto;
    width: 155px;
    padding: 10px 20px;
    margin-top: 20px;
    color: #ffffff;
    background: #F36F21;
    z-index: 9;
    position: relative;
}

.popup-3 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 50px 64px !important;
    border-radius: 30px;
    z-index: 99999;
    max-width: 900px;
    width: 100%;
    padding: 50px;
}

.overlay3 {
    position: fixed;
    /* fixed = full screen overlay */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    background-image: url("../images/spin/overlay-bg.png");
    background-size: cover;
    background-position: center;
    /* pure white background */
    z-index: 9999;
    /* above all main UI */
}

.overlay3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 181, 137, .5);


    opacity: 0.6;
    /* opacity ONLY applied on image */
    pointer-events: none;
    z-index: 1000;
    /* stay above white BG */
}

.stop-scroll {
    overflow: hidden;
}

.closePopup {
    position: absolute;
    top: 15px;
    right: 15px;

    cursor: pointer;
    font-weight: normal;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;

}

.home-icon{
        position: absolute;
            top: 15px;
            right: 15px;
        
            cursor: pointer;
            font-weight: normal;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
}
.popup-3 .success-img {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(80px);
    z-index: -1;
    width: 150px;
}

.popup-3 h4 {
    text-transform: uppercase;
        font-family: "Roboto", sans-serif;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #EB6D24;
    margin-bottom: 0;
    margin-top: 0;
}

.popup-3 .succes-msg {
        font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 5%;
    color: #898989;
    line-height: 100%;
    margin-bottom: 30px;
    margin-top: 20px;

}

.succes-msg span {
    color: #000;
    font-size: 36px;
    font-weight: 900;
    
}
.home-btn{
    font-size: 18px;
    line-height: normal;
    color: #000;
    border: 1px solid #EB6D24;
    border-radius: 9px;
    padding: 10px 20px;
    font-weight: 700;
        font-family: "Roboto", sans-serif;
        text-decoration: none;


}
.home-btn:focus,.home-btn:hover {
    color: #000;
    text-decoration: none;
}
.popup-3 .popup-content,
.popup-4 .popup-content {
    text-align: center;
}

.popup-4 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px 60px !important;
    border-radius: 30px;
    z-index: 99999;
    max-width: unset;
    width: 550px;

}

.popup-4 h4 {
    font-size: 42px;
    text-transform: uppercase;
    color: #EB6D24;
    font-weight: 300;
    letter-spacing: 5%;
        font-family: "Roboto", sans-serif;
            margin-bottom: 0;
                margin-top: 0;
}

.popup-4 .failed-img {
    position: absolute;
    bottom: -50px;
    right: 0;
    transform: translateX(80px);
    z-index: -1;
    width: 150px;
    
}

.popup-4 .fail-msg {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    letter-spacing: 5%;
        font-family: "Roboto", sans-serif;
}


@media (max-width: 1500px) {
    .popup {
        max-width: 600px;
    }


    .spin-price-img {
        width: 80%;
    }
}

@media (max-width: 1366px) {
    
    .popup {
        left: 60%;
    }

    .pointer-wrapper .spin-arrow {
        width: 50px;
    }

    .popup-4 {
        padding-left: 30px !important;
        left: 45%;
    }

    .popup-3 {
        padding-left: 30px !important;
        left: 50%;
    }

    .spin-title {
        font-size: 44px;
    }

    .spin-subtitle {
        font-size: 32px;
    }

    .spin-col p {
        font-size: 18px;
    }
}

@media (max-width: 1100px) {
    .popup {
        left: 65%;
    }


    .popup-3.popup {
        left: 55%;
    }

    .popup-4.popup {
        left: 40%;
    }

}

@media (max-width: 991px) {
    .spin-section {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .spin-row {
        margin-top: 30px;
        flex-direction: column;
        gap: 20px;
    }

    .pointer-wrapper .spin-arrow {
        width: 60px;
    }

    .spin-col {
        width: 100%;
    }

    .right-img-sec {
        align-items: center;
        text-align: center;
    }

    .spin-title {
        font-size: 32px;
    }

    .spin-subtitle {
        font-size: 28px;
        margin-bottom: 30px;
    }


    .popup-3.popup,
    .popup-4.popup {
        height: auto;
        width: 75%;
        left: 46%;
        max-width: unset;
    }

}

@media (max-width: 767px) {
   



    .popup-3 .success-img {
        bottom: -47px;
        width: 100px;
        transform: translateX(22px);
    }

    .popup-3.popup {
        width: 80%;
        left: 50%;
        right: unset;
        padding-right: 30px !important;
    }

    .popup-3 h4 {
        font-size: 30px;
    }

    .popup-4 {
        padding-right: 30px !important;
    }

    .popup-4 .failed-img {

        bottom: -77px;
        right: 0;
        transform: translateX(37px);

        width: 120px;
    }

    .popup-4.popup {
        width: 80%;
        left: 50%;
        right: unset;
    }

    .spin-btn {
        font-size: 22px;
    }
.excon-img {
    width: 115px;

}
}


@media (max-width: 580px) {


    .popup-3.popup {
        width: 90%;

    }

    .popup-4.popup {
        width: 90%;

    }
               
}

@media (max-width: 480px) {

    .pointer-wrapper .spin-arrow {
        width: 45px;
    }
}

@media (max-width: 420px) {
    .popup-3 h4 {
        font-size: 26px;
    }

    .pointer-wrapper .spin-arrow {
        width: 40px;
    }
}


.spin-sec {
    padding-top: 29px;
}

.spin-wheel-row {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}

.spin-img-left-col {
    width: 45%;
}

.spin-img-right-col {
    width: 40%;
}

.spin-img-right-col {
    position: relative;
}

.spin-img-left-col {
    text-align: center;

}

.h1Text h1 {

    font-size: 80px;

    color: #000;

    font-weight: 900;
    font-family: "Roboto", sans-serif;
        font-optical-sizing: auto;
       
        font-style: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
text-shadow:
        2px 2px 0 #F37021,
        -2px 2px 0 #F37021,
        2px -2px 0 #F37021,
        -2px -2px 0 #F37021,
        2px 0 0 #F37021,
        -2px 0 0 #F37021,
        0 2px 0 #F37021,
        0 -2px 0 #F37021;
}

.h1Text p {
    color: #F37021;
    font-size: 38px;
    letter-spacing: 22%;
    line-height: normal;
    text-align: center;
}

.spin-img-right-col .wheel {
    width: 100%;
    z-index: 8;


}

.form-img-mob {
    display: none;
}

.solution-img {

    width: 60% !important;
    position: absolute;

    bottom: 100px;
    left: 0;
    transform: translateX(-200px);
    z-index: 1;


}

.solution-img-mob {
    display: none;
}

@media (max-width: 1800px) {

    .solution-img {
        transform: translateX(-170px);
    }
}

@media (max-width: 1600px) {
    .spin-comtainer {
        max-width: 85%;
    }


        .pointer-wrapper .spin-arrow {width: 55px;}
}

@media (max-width: 1500px) {
    .solution-img {
        transform: translateX(-150px);
    }
}

@media (max-width: 1366px) {
    .spin-comtainer {
        max-width: 90%;
    }

                .h1Text h1 {
                    font-size: 71px;
                    
                }
                                .h1Text p {
                                 
                                    font-size: 30px;
                               
                                }
                                                                .pointer-wrapper .spin-arrow {
                                                                    width: 55px;
                                                                }
                                                                     
}

@media (max-width: 1200px) {
    .spin-col-left {
        width: 350px;
    }

    .right-img-sec {
        width: 400px;
    }

    .spin-form-popup {
        padding: 32px 35px;
    }

    .h1Text h1 {
        font-size: 60px;
        line-height: 100%;

    }

    .solution-img {
        transform: translateX(-125px);
    }
           .pointer-wrapper .spin-arrow {
               width: 50px;
           }
}

@media (max-width: 1100px) {
    .spin-comtainer {
        max-width: 89%;
    }

    .spin-col-left {
        width: 300px;
    }

    .right-img-sec {
        width: 350px;
    }

    .spin-title {
        font-size: 36px;
    }

    .spin-title span {
        font-size: 40px;
    }

    .h1Text h1 {
        font-size: 54px;
        line-height: 46px;
    }
        .pointer-wrapper .spin-arrow {
            width: 45px;
        }
}

@media (max-width: 991px) {
    .spin-comtainer {
        max-width: 70%;
    }
.pointer-wrapper .spin-arrow {
    width: 60px;
}
    .spin-col-left,
    .right-img-sec {
        width: 100%;
        max-width: 100%;
    }

    .spin-col-left {
        text-align: center;
    }

    .form-img {
        display: none;
    }

    .spin-form-popup {
        position: relative;
        overflow: hidden;
    }

    .form-img-mob {
        display: block;
        width: 70px;
        position: absolute;
        right: -5px;
        bottom: 30px;
    }

    .spin-form-popup .spin-terms {
        width: 90%;
    }

    .spin-wheel-row {
        flex-direction: column;
        gap: 150px;
    }

    .spin-img-left-col,
    .spin-img-right-col {
        width: 100%;
    }
.spin-img-left-col{
    margin-top: 30px;
}
    .h1Text h1 {
        font-size: 71px;
        

    }

    .succes-msg span {
        font-size: 30px;
        line-height: 110%;
    }

    .solution-img {
        display: none;
    }

    .solution-img-mob {
        display: block;
        transform: translateY(-140px);
        width: 260px !important;
        top: 0;
        bottom: unset;
        left: -11px;

        position: absolute;
        bottom: 100px;

    }
        .pointer-wrapper .spin-arrow{
            top: -20px;
        }
}

@media (max-width: 767px) {
        .h1Text h1 {
                font-size: 46px;
        margin-bottom: 10px;
        
            }
                        .spin-col-left .logo {
                            margin-bottom: 10px;
                            width: 150px;
                        }
    .spin-comtainer {
        max-width: 90%;
    }

    .spin-btn {
        width: 200px;
    }

    .popup-4 h4 {
        font-size: 30px;
    }

    .popup-4 .fail-msg {
        font-size: 14px;
        width: 90%;
        margin: auto;
    }

    .solution-img-mob {

        transform: translateY(-130px);

        left: 0px;

    }
                .pointer-wrapper .spin-arrow {
                    top: -20px;
                }
}

@media (max-width: 680px) {
    .solution-img-mob {
        left: -20px;
        transform: translateY(-160px);
    }
         .pointer-wrapper .spin-arrow {
             top: -25px;
         }
}
@media (max-width: 580px) {



    .pointer-wrapper .spin-arrow {
        top: -35px;
    }
}

@media (max-width: 480px) {


    .solution-img-mob {
        width: 190px !important;
        transform: translateY(-110px);
        left: -13px;
    }
          .pointer-wrapper .spin-arrow {
             
              width: 55px;
          }
}
@media (max-width: 430px) {.pointer-wrapper .spin-arrow {
        top: -40px;
    }}
@media (max-width: 390px) {
    .pointer-wrapper .spin-arrow {
        top: -45px;
    }
}
@media (max-width: 370px) {
    .h1Text h1 {
        font-size: 40px;
    }

    .succes-msg span {
        font-size: 22px;

    }
}