@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: #010101;
    background-color: #000;
}
.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;
}
.modal-form-title {
    font-size:14px;
    font-weight:500;
}

.winner-text1{
    font-size:1.5em;
    font-weight: 500;
    color:#333;
    text-transform: capitalize;
}
.winner-text2{
    font-size:3em;
    font-weight: 800;
    color:#333;
    margin:5px;
    line-height:1;
}

.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 {

}

.wrapper-top-section {
    background: url(../img/background_f.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: 50%;
    right: 30%;
    width: 100px;
    aspect-ratio: 1 / 1;
    background: radial-gradient(83.79% 83.79% at 82.42% 22.46%, #000000, #000000 61.43%, #000000);
    color: #fff;
    border-radius: 50%;
    box-shadow: #a5431c 0px 0rem 6px 4px;
    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;
}
.title-md {
    width: 535px;
}

.currency{
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-size:33px;
    font-weight: 700;
}
.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;
}
.specs{
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 20px auto;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.badges{
    display: block;
    margin: 0 auto;
    max-width: 300px;
}
.secure{
    margin-top: 30px;
    font-size: 14px;
    color: #989797;
    text-align: center;
    font-weight: 500;
}
.form-header {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 800;
}
.form-desc {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 800;
    text-transform: lowercase;
    text-align: center;
    margin-top: 30px;
}
.form-desc::first-line {
    text-transform: capitalize;
}
.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%);
}

.lmp-text {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    margin-bottom: 0;
    color: rgb(157, 157, 157);
    text-align: center;
    font-style: normal;
    color: #797979;
    line-height: 24px;
}

.bg-checkDark {
    background-color: #050505;
}

.colp {
    width: 50px;
    height: 50px;
    padding: 3px;
    border: 2px solid transparent; /* default: no border */
    border-radius: 50%;
    cursor: pointer;
}

.number {
    font-family: 'DM Sans', sans-serif;
    font-size: 22px;
    color: #050505;
    font-weight: normal;
    text-align: center;
    padding-top: 0px;

}

.form-header {
    font-family: 'DM Sans', sans-serif;
    font-size: 22px;
    padding-bottom: 0px;
}

.form-desc {
    background: rgba(255, 255, 255, 0);
    color: #000000;
    font-size: 22px;
    text-align: left;
    font-family: 'DM Sans', sans-serif;
    padding-top: 10px;
}

.radio-colp {
    display: none; /* hide the actual radio */
}

.radio-colp:checked + label .colp {
    border: 2px solid black;
}

.offersContainer {
    padding-top: 50px;
    background: #f6f5f8;
    padding-bottom: 50px;
}
.img_cap {
    font-size: 50px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    color: #fff;line-height: 60px;
    padding-top: 0px; 
    margin-top: -40px;
}

.topup-header {
    font-size: 50px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    line-height: 70px;
}

.all-time {
    background: url("../img/wide.webp") center / contain no-repeat;
    height: 650px;
}

.btn-close{
    position: absolute;
    top: 5px;
    right: 5px;
}

@keyframes blink {
    0% {
        scale: 1;
    }
    50% {
        scale: 1.1;
    }
    100% {
        scale: 1;
    }
}


@media (max-width: 575px) {
        .title-small {
        width: auto;
        margin-bottom: -45px;
    }
        .circle-price {
        position:static;
        width:70px;
        height:70px;
    }
     .wrapper-top-section {
    background: rgb(250, 250, 250);
    }
     .colp {
        width:20px;
        height:20px;
    }
}
@media (min-width: 576px) {
    .title-small {
        margin-bottom:-230px !important;
    }
    .circle-price {
        position:absolute;
        width:150px;
        height:150px;
        right:0;
    }
}

@media (max-width: 768px) {
  
   
    .all-time {
        height: 350px;
    }
    .topup-header {
    font-size: 31px;
    line-height: 40px;
    }

    .img_cap {
    font-size: 20px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    color: #fff;
    line-height: 30px;
    padding-top: 0px;
    }

    .currency {
        font-size:21px;
    }
    .price-title {
        font-size:11px;
    }
    .payment2-content {
        background:#F6F5F8;
    }

    .number {
        font-size:14px;
    }
    .payment2 {
        padding-top:0px !important;
    }

   
    .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;
    }
    .circle-price{
        right: 15%;
    }
    .form-wrapper{
        padding: 1rem 2rem;
    }
    .product__img{
        max-width: 190px;
    }
    .specs{
        font-size:1em;
        font-weight: 400;
    }
    .number {
        font-size:14px;
    }

    .form-desc {
        font-size: 15px;
    }
}

