/*Spin*/

.offer-spin-section{
    position: relative;
    overflow: hidden;
    padding-bottom: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;

}

.offer-spin-section .outer-circle{
    background: url('../images/circle.png');
    background-size: cover;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 440px;
    height: 440px;
    margin: 0 auto;
    padding: 30px;
}

.offer-spin-section .mainbox {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.offer-spin-section .mainbox:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url('../images/arrow-down.svg') no-repeat;
    background-size: 12%;
    left: 10%;
    top: 46%;
    transform: rotate(90deg);
}

.offer-spin-section .mainbox .box {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    border: 5px solid #f9df7b;
    overflow: hidden;
    transition: all ease-in-out 5s;
    transform: rotate(70deg);
}

.offer-spin-section .img-box{
    padding-top: 15px;
    position: absolute;
    bottom: -2%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.offer-spin-section .mainbox span {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
}

.offer-spin-section .mainbox .span1 {
    clip-path: polygon(0 0%, 0 50%, 50% 50%);
    background: rgb(190, 38, 7);
    background: linear-gradient(291deg, rgb(183 31 0) 60%, rgb(153 0 51) 80%);
}

.offer-spin-section .mainbox .span2 {
    clip-path: polygon(0 0%, 50% 0, 50% 50%);
    background: rgb(190, 38, 7);
    background: linear-gradient(334deg, rgb(149 25 0) 60%, rgb(203 0 68) 80%);
}

.offer-spin-section .mainbox .span3 {
    clip-path: polygon(50% 0, 100% 0, 50% 50%);
    background: linear-gradient(22deg, rgb(183 31 0) 60%, rgb(153 0 51) 80%);
}

.offer-spin-section .mainbox .span4 {
    clip-path: polygon(100% 0, 100% 50%, 50% 50%);
    background: linear-gradient(75deg, rgb(149 25 0) 60%, rgb(203 0 68) 80%);
}

.offer-spin-section .mainbox .box2 .span3 {
    background-color: #00ff04;
}

.offer-spin-section .mainbox .box2 {
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}

.offer-spin-section .mainbox .font {
    color: white;
    font-size: 18px;
}

.offer-spin-section .mainbox .box1 .span1 b {
    position: absolute;
    top: 34%;
    right: 64%;
    transform: rotate(205deg);
    text-align: center;
}

.offer-spin-section .mainbox .box1 .span2 b {
    position: absolute;
    top: 18%;
    right: 47%;
    transform: rotate(246deg);
}

.offer-spin-section .mainbox .box1 .span3 b {
    position: absolute;
    top: 18%;
    right: 25%;
    transform: rotate(290deg);
}

.offer-spin-section .mainbox .box1 .span4 b {
    position: absolute;
    top: 34%;
    right: 7%;
    transform: rotate(334deg);
}

.offer-spin-section .mainbox .box1 .span5 b {
    position: absolute;
    top: 38%;
    right: 10%;
    transform: rotate(-15deg);
    text-align: center;
}

.offer-spin-section .mainbox .box2 .span1 b {
    position: absolute;
    top: 34%;
    right: 65%;
    transform: rotate(200deg);
}

.offer-spin-section .mainbox .box2 .span2 b {
    position: absolute;
    top: 17%;
    right: 47%;
    transform: rotate(250deg);
    text-align: center;
}

.offer-spin-section .mainbox .box2 .span3 b {
    position: absolute;
    top: 18%;
    right: 23%;
    transform: rotate(115deg);
}

.offer-spin-section .mainbox .box2 .span4 b {
    position: absolute;
    top: 35%;
    right: 10%;
    transform: rotate(341deg);
}


.offer-spin-section .mainbox .spin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 4px solid white;
    background-color: #E91E63;
    color: #fff;
    box-shadow: 0 5px 20px rgb(111 0 38);
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
    z-index: 1000;
}

.offer-spin-section .mainbox .spin:active {
    width: 70px;
    height: 70px;
    font-size: 20px;
}

.offer-spin-section .mainbox.animate:after {
    animation: animateArrow 0.7s ease infinite;
}

audio {
    display: none;
}

@keyframes animateArrow {
    50% {
        right: -50px;
    }
}


@media (max-width: 1400px) { 
    .offer-spin-section .img-box {
        bottom: -15%;
    }
}

@media (max-width: 1200px) {
    .offer-spin-section .img-box {
        bottom: -35%;
    }
    
    .offer-spin-section{
        padding-bottom: 200px;
    }
}

@media (max-width: 991.98px) {
    .p-50 {
        padding: 18px;
    }

    .section-title .main-title {
        font-size: 38px;
    }
    
    .section-title .main-title.text-sm{
        font-size: 22px;
        text-align: center;
    }

    .section-title .short-content {
        margin-top: 12px;
        padding-bottom: 4px;
        font-size: 20px;
    }

    .banner-section .banner-item .content-box .title {
        font-size: 36px;
    }
    
    .white-btn{
        text-align: center;
    }
    
    .offer-spin-section .img-box {
        bottom: -70%;
    }
}

@media (max-width: 768px) {
    
    .offer-spin-section{
        padding-bottom: 150px;
    }
    
    .offer-spin-section .img-box {
        bottom: -50%;
    }
}
@media (max-width: 767.98px) {
    .offer-spin-section .img-box {
        bottom: -60%;
    }
}

@media (max-width: 576px) {
    .p-50 {
        padding: 18px;
    }

    .section-title .main-title {
        font-size: 32px;
    }

    .section-title .short-content {
        margin-top: 12px;
        padding-bottom: 4px;
        font-size: 20px;
        text-align: justify;
    }

    .banner-section .banner-item .content-box .title {
        font-size: 32px;
    }
    .offer-spin-section{
        padding-bottom: 130px;
    }
    
    .offer-spin-section .outer-circle {
        right: 0;
        width: 360px;
        height: 360px;
        margin: 0 auto;
    }
    
    .offer-spin-section .mainbox .spin{
        width: 56px;
        height: 56px;
        font-size: 15px;
    }
    
    .offer-spin-section .mainbox .font{
        font-size: 10px;
    }
 
    .offer-spin-section .img-box {
        bottom: -76%;
    }
}

.swal2-popup{
    border-radius: 0 !important;
}

.swal2-icon.swal2-success .swal2-success-ring{
    top: -6px !important;
    left: -6px !important;
    border: 6px solid rgb(67 185 0 / 90%) !important;
}

.swal2-icon.swal2-success [class^='swal2-success-line']{
    background-color: #43b900 !important;
}

.swal2-popup .swal2-content{
    font-weight: 500 !important;
}

.swal2-popup .swal2-content b{
    color: #008000 !important;
}

.swal2-popup .swal2-styled.swal2-confirm{
    background-color: #008000 !important;
    padding: 10px 50px !important;
}