body{
    margin: 0;
}
#spin-container {
    /* max-width: 600px; */
    height: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background-image: url(https://devavofoods.com/wp-content/uploads/2025/03/bg-desc-1024x533-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.spin-to-win {
    max-width: 600px;
}

.spin-to-win img {
    width: 85%;
    height: auto;
}

#spinner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-top: 3%;
}

#spin-btn {
    cursor: pointer;
    /* background:white; */
    background-size: 100% 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    animation: spinBtn 3s linear infinite;
    border: 5px solid transparent;
    text-align: center;
}

#spin-btn p span {
    position: absolute;
    top: 50%;
    left: -10px;
    left: -110px;
    transform: translate(16%, -52%);
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height: 28px;
    font-weight: 900;
}

/* #spin-btn p span{
    font-size:36px;
    font-weight:900
  } */

@keyframes spinBtn {
    0% {
        border: 10px solid #F5AE20;
    }

    25% {
        border: 10px solid #24D409;
    }

    50% {
        border: 10px solid red;
    }

    75% {
        border: 10px solid #F5AE20;
    }

    100% {
        border: 10px solid #24D409;
    }
}

#spin-btn,
#spin-arrow {
    max-width: 230px;
    width: calc(100vw* .3);
    max-height: 230px;
    height: calc(100vw * .3);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
}

#spin-img {
    transition-timing-function: ease-in-out;
    transition: 8s;
    width: 90%;
}

/* #spin-arrow:after {
    content:'';
    position:absolute;
    left: 50px;
    top: -15px;
    transform: rotate(45deg);
    width:calc(100vw * .14167);
    max-width:85px;
    height:calc(100vw * .14167);
    max-height:85px;
    background-color:rgb(36, 213, 9); 
    box-shadow:-2px -2px 10px rgba(0,0,0,.25);
  } */

/* btn styles */
#si-btn {
    max-width: 320px;
    background: white;
    color: black;
    text-align: center;
    font-family: sans-serif;
    border-radius: 15px;
    margin: 0 auto 25px auto;
    padding: 0px;
    transition: 1s;
    filter: invert(1);
    opacity: 0;
}

/* #si-btn:hover {
    background:#e81238;
  } */
#si-btn a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 20px 35px;
}

/* btn styles */

/* OFFER STYLES */
.spin-offer {
    max-width: 600px;
    padding: 100px;
    /*   border:10px solid lightgray; */
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
		font-weight: 600;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
		transform: translate(-50%, -50%);
    display: none;
    vertical-align: middle;
    animation: spin 2s linear forwards;
    color: #fff;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .25);
    margin-bottom: 30px;
		border: 2px solid #f7be68;
}

@keyframes spin {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* .spin-offer .item {
    padding: 10px;
}

.spin-title {} */

.spin-price {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 5px !important;
}

.spin-info {
    padding-top: 0px !important;
		font-size: 22px;
}

.spin-disc {
    font-size: 12px;
}

#email-form {
    margin: 0 auto;
		overflow: hidden;
}

#email-form input {
    padding: 16px 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px !important;
		font-weight: 600;
    width: 300px;
		box-sizing: content-box;
}
#email-form input::placeholder {
  color: #818181;
  opacity: 1; /* Firefox */
}

#email-form input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #818181;
}

button#submit-button {
    width: 50%;
    padding: 15px 10px;
    border: 1px solid transparent;
    border-radius: 0px;
    font-size: 16px;
}

@media screen and (max-width: 450px) {
    #spin-container {
        background-image: url(https://devavofoods.com/wp-content/uploads/2025/03/2.png);
        background-size: contain;
        background-repeat: no-repeat;
        height: 680px;
    }

    #spinner {
        margin-top: 55%;
    }

    #spin-btn p {
        font-size: 20px;
        line-height: 18px;
    }

    #spin-btn p span {
        font-size: 20px;
        line-height: 20px;
        left: -76px;
        transform: translate(20%, -52%);
    }

    #spin-arrow:after {
        left: 30px;
        top: -10px;
    }

    .spin-to-win img {
        width: 80%;
    }

    .spin-offer {
				padding: 80px 20px;
				left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
	#email-form input{
				font-size: 13px !important;
        font-weight: 600;
        line-height: 14px !important;
        width: 100%;
        text-transform: capitalize;
				font-family: Roboto;
	}
	.spin-price{
		 font-size: 30px;
		font-weight: 600;
        margin-bottom: 18px;
	}
	.spin-info{
		font-size: 20px;
		margin-top: -6px;
	}
	button#submit-button{
		    width: 315px;
        padding: 15px 10px;
				font-weight:700;
        border: 2px solid #f7be68;
}
}

@media screen and (max-width: 377px){
    #spin-container {
        background-image: url(https://devavofoods.com/wp-content/uploads/2025/03/2.png);
        background-size: contain;
        background-repeat: no-repeat;
        height: 600px;
    }
}
@media screen and (max-width: 335px){
    #spin-container {
        background-image: url(https://devavofoods.com/wp-content/uploads/2025/03/2.png);
        background-size: contain;
        background-repeat: no-repeat;
        height: 530px;
    }
}
