@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
html{
    overflow-x: hidden !important;
}
body{
    font-family: "Open Sans", serif;
    color: #fff;
}
.steps i {
    opacity: 0;
    color: #5cb85d;
}
.secondStep.steps-step1, .steps-step2 {
    opacity: 0.5;
}

.secondStep.steps-step2, .secondStep.steps i {
    opacity: 1;
}
.grey-bg{
    background-color: transparent;
}
.winner{
    text-align:center;
}
.winner-text1{
    font-size:1.5em;
    font-weight: 500;
    color:#333;
}
.winner-text2{
    font-size:3em;
    font-weight: 800;
    color:#333;
    margin:5px;
    line-height:1;
    text-transform: uppercase;
}
.number { 
    width: 70px;
    height: 75px;
    margin: 10px;
    background: linear-gradient(#ffabfb, #f665ef 61.43%, #c303f8);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4em;
}
.product__logo{
    background: #fff;
    padding: 10px;
    width: 100%;
    max-width: 200px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
}
.product__text{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
}
.form-wrapper{
    color: #333;
    background-color: #fff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 .25rem .625rem #0003;
}
label{
    font-size: 14px;
}
.ui-input{
    border-radius: 3px;
    padding: 0.3rem;
    border: 1px solid #d1d5db;
    border-radius: .25rem;
    color: #333;
    background-color: #fff;
}
.payment2-content{
    background: url(../img/background.jpeg) no-repeat center;
    background-size: cover;
}
.header{
    color: #fff;
    text-align: center;
    padding-top: 15px;
}
.header p {
    display: inline-block;
    border-radius: 2rem;
    background: #fff;
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}
.header h1{
    color: #333;
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 5px;
}
#timer{
    color: #31b1fa;
    margin: 0px;
    font-size: 24px;
    font-weight: bold;
    display: block;
}
.product{
    position: relative;
}
.gift-card{
    position: relative;
}
.circle-price{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 10%;
    width: 100px;
    aspect-ratio: 1 / 1;
    background: radial-gradient(83.79% 83.79% at 82.42% 22.46%, #ffabfb, #f665ef 61.43%, #c303f8);
    color: #fff;
    border-radius: 50%;
    box-shadow: #110c2e26 0 3rem 6.25rem;
    animation: blink 3.5s ease-in-out infinite;

}
.product__img{
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}
.price-container{
    font-size: 18px;
    font-weight: 700;
}
.price{
    line-height: 1;
}
.price-title{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.currency{
    font-size: 20px;
    font-weight: 600;
}
.variations{
    text-align: center;
}
.variations p{
    font-weight: bold;
    font-size: 24px;
}
.variations-img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.specs-header{
    font-size: 24px;
}
.specs-text{
    font-size: 14px;
    color: #313131;;
}
.terms{
    background-color: #f2f2f2;
}
.payment2-footer {
    width: 237px;
    height: 31px;
    background: url(../img/card-footer.svg?rev=2) center center no-repeat;
}
.form-header {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 800;
}
.intl-tel-input, .iti {
    width: 100%;
    color: #000;
}
.card-pos{
    position: relative;
}
.form-cards {
    position: absolute;
    right: 5px;
    height: 23px;
    top: 50%;
    transform: translateY(-50%);
}
.cvv-img {
    transform: translateY(-54%);
}
@keyframes blink {
    0% {
        scale: 1;
    }
    50% {
        scale: 1.1;
    }
    100% {
        scale: 1;
    }
}
@media (max-width: 768px) {
    .variations-text {
        font-size: 18px;
        margin: 0 10px !important;
    }
    .phone-colors{
        text-align: center;
    }
    .winner-text1{
        font-size:1em;
    }
    .winner-text2{
        font-size:1.2em;
    }
    .number {
        width: 50px;
        height: 60px;
        margin: 5px 10px;
        box-shadow: 0 0 5px #0006;
    }
    .circle-price{
        right: 15%;
    }
    .form-wrapper{
        padding: 1rem 2rem;
    }
    .product__img{
        max-width: 190px;
    }
}