@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    overflow-x: hidden !important;
}

body {
    font-family: "Barlow", sans-serif !important;
    color: #fff;
}

.grey-bg {
    background-color: transparent;
}

.winner-wrapper {
    margin-bottom: 50px;
}

.winner {
    text-align: center;
}

hr {
    margin: .5rem 0;
    border-top: #fff solid;
}

.winner-text1 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 4px;
    text-align: center;
    text-shadow: 0 5px 11px hsla(0, 0%, 100%, .5);
    text-transform: uppercase;
    padding-top: 30px;
}

.credit-text {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: .8em;
    padding: 7px 0;
    text-align: center;
    text-transform: none;
}

.ui-input {
    -webkit-appearance: none;
    background: #fff;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 26px !important;
    box-sizing: border-box;
    color: #000;
    font-weight: 400;
    height: auto;
    line-height: 1;
    padding: 15px 12px;
    width: 100%;
}

.ui-input__icon {
    right: 10px;
    bottom: 15px;
    font-size: 25px;
    color: green;
}

.ui-input:focus {
    border: none;
    box-shadow: none;
    outline: none
}
.ui-input:focus {
    border: 2px solid #228ffb;
    box-shadow: 0px 0px 14px 0px rgba(34,143,251,0.62);
}
.ui-input::placeholder {
    color: #c8c8c8;
}

.ui-form__submit-button {
    animation: pulse 1s infinite;
    border-radius: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto;
    padding: 1.25rem;
    text-align: center;
    width: 100%;
    height: auto;
}

.ui-form__submit {
    margin: 20px 0;
}

.number {
    align-items: center;
    background-color: #000;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .5);
    color: #fff;
    display: flex;
    height: 110px;
    justify-content: center;
    margin: 0 10px;
    padding: 0 18px 5px;
    text-align: center;
    width: 95px;
    font-size: 72px;
    font-weight: 700;
}

.product__logo {
    background: #fff;
    padding: 10px;
    width: 100%;
    max-width: 200px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
}

.product__text {
    text-wrap: balance;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    white-space: normal;
    color: #212529;
}

.form-wrapper {
    background: #6b6b6b;
    border-radius: 60px;
    box-shadow: none;
    color: #fff;
    max-width: 500px;
    overflow: hidden;
    padding: 15px 30px;
}

.payment2-content {
    background: url(../img/bg.png) 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: #212529;
    margin-bottom: 0;
}

.header h1 {
    color: #212529;
    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: 45%;
    right: 5%;
    width: 110px;
    aspect-ratio: 1 / 1;
    background: #000;
    color: #fff;
    border-radius: 50%;
}

.product__img {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

.below-img {
    color: #6b6b6b;
    font-size: 18px;
}

.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-cards {
    position: absolute;
    right: 10px;
    height: 23px;
    top: 50%;
    transform: translateY(-50%);
}

.cvv-img {
    transform: translateY(-54%);
}

select {
    padding-block: 10px !important;
}

@keyframes blink {
    0% {
        scale: 1;
    }

    50% {
        scale: 1.1;
    }

    100% {
        scale: 1;
    }
}

@media (max-width: 768px) {
    body {
        background-image: url(../img/mobile-bg.svg);
        background-position: unset;
        background-repeat: no-repeat;
    }

    .winner-wrapper {
        margin-bottom: 0;
    }

    .variations-text {
        font-size: 18px;
        margin: 0 10px !important;
    }

    .phone-colors {
        text-align: center;
    }

    .circle-price {
        top: 0;
        width: 90px;
    }

    .winner-text1 {
        color: #ffd900;
        font-size: 30px;
        letter-spacing: 1px;
        text-shadow: 0 5px 11px rgba(0, 0, 0, .5);
    }

    .product__text {
        font-size: 20px;
    }

    .number {
        height: 55px;
        width: 55px;
        font-size: 36px;
    }

    .product__img {
        width: 60%;
        z-index: -10;
        position: relative;
        margin-bottom: -30px;
    }

    .payment2-content {
        background: none;
    }

}

@keyframes pulse {
    0% {
        transform: scale(1.05);
    }

    50% {
        transform: scale(1);
    }

    to {
        transform: scale(1.05);
    }
}