@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.body {
    font-family: "Roboto", sans-serif;
}

.payment2-content {
    min-height: 700px;
}

.header {
    background-color: #242222;
    min-height: 64px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
}

.logo {
    height: 16px;
    width: 173px;
}

.header-text {
    font-family: "Roboto", sans-serif;
    font-weight: lighter;
    font-style: normal;
    color: white;
    font-size: 12px;
    line-height: 16px;
}

.header-text-mobile {
    font-family: "Roboto", sans-serif;
    font-weight: lighter;
    font-style: normal;
    color: white;
    font-size: 12px;
    line-height: 16px;
    background-color: #1a1919;
    text-align: center;
    padding: 3px;
    height: 24px;
    padding: 4px 24px;
}

.header-wrapper {
    background-color: #242222;
}

.hero-left {
    background-color: white;
    text-align: center;
    position: relative;
    padding: 0;
}

.hero-left::after {
    background-image: linear-gradient(180deg,
            rgba(26, 25, 25, 0) 0%,
            #1a1919 100%);
    bottom: 0;
    content: "";
    height: 120px;
    left: 0;
    opacity: 0.24;
    position: absolute;
    width: 100%;
}

.hero-right {
    padding: 50px;
    background-color: #f1edea;
}

.hero-img {
    max-height: 550px;
    padding: 20px;
}

.hero-left-upper-text {
    padding-top: 50px;
}

.hero-left-upper-text h2 {
    font-family: "Merriweather", serif;
    font-size: 40px;
    margin: 0px;
    padding: 0px;
}

.hero-left-upper-text p {
    font-family: "Roboto";
    font-size: 25px;
    font-weight: lighter;
}

.hero-left-lower-text {
    padding-bottom: 20px;
}

.sostav {
    color: #626262;
    font-family: "Roboto", serif;
    font-weight: lighter;
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 24px;
    width: 60%;
    margin: 0 auto;
}

.hero-right-upper-text {
    text-align: center;
}

.hero-right-upper-text-p1 {
    font-family: "Roboto";
    font-size: 25px;
    font-weight: lighter;
    margin: 0px;
    padding: 0px;
}

.hero-right-upper-text-p2 {
    font-family: "Merriweather", serif;
    font-size: 30px;
}

.img-icons {
    height: 24px;
    width: 24px;
}

.small-text-icons {
    font-family: "Roboto";
    font-weight: lighter;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 24px;
}

.ui-input {
    border-radius: 0px !important;
    height: 50px;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ui-input:focus {
    color: #212529;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-input-field {
    margin-bottom: 20px;
}
.ui-form__submit {
    margin: 0;
}
.ui-form__submit-button {
    border-radius: 0px !important;
    height: 50px;
    border: none;
    line-height: initial;
}

input::placeholder {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.user-form {
    padding: 20px;
    background-color: white;
    max-width: 520px;
    margin: 0 auto;
}

.form-check-label {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
}

.delivery-section {
    height: 130px;
    background-color: white;
    display: flex;
    align-items: center;
}

.delivery-section-inside {
    margin: 0 auto;
    max-width: 1320px;
    width: 90%;
    border-bottom: 1px solid #d8d8d8;
    padding: 50px 0;
}

.description-wrapper {
    background-color: white;
}

.description {
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
}

.whats-inside-wrapper {
    background-color: white;
    padding-bottom: 30px;
}

.whats-inside {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.desc-title {
    font-family: "Merriweather", serif;
    font-weight: lighter;
    font-size: 25px;
    line-height: 40px;
}

.whats-inside-title {
    padding-top: 30px;
    font-size: 28px;
    line-height: 40px;
}

.whats-inside-small {
    font-family: "Roboto", serif;
    font-weight: lighter;
    font-size: 16px;
    letter-spacing: 0.6px;
}

.why-special ul {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.why-special li {
    font-size: 16px;
    line-height: 24px;
    font-weight: lighter;
}

.why-special span {
    font-family: "Merriweather", serif;
    font-weight: lighter;
    color: #9a7b69;
    line-height: 16px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.uppercase-gold-text {
    font-family: "Merriweather", serif;
    font-weight: lighter;
    color: #9a7b69;
    line-height: 16px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.lowercase-card-text {
    font-family: "Roboto", serif;
    font-weight: 100;
    font-style: italic;
    color: #626262;
    font-size: 14px;
}

.card {
    margin: 10px;
    background-color: #f1edea;
    border: none;
    border-radius: 0%;
    width: 19em;
    position: relative;
}

.card-text {
    font-family: "Merriweather", serif;
    font-weight: lighter;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0px;
    line-height: 1.7em;
}

.card-img-top {
    padding-top: 2em;
}

.card-number {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135.76deg, #a88c77 5%, #dfd1b1 95%);
    background-clip: border-box;
    background-clip: text;
    font-family: "Merriweather", serif;
    font-size: 4em;
    font-weight: lighter;
    opacity: 0.6;
    position: absolute;
    top: 0px;
    left: 15px;
}

.separator {
    background: rgba(26, 25, 25, 0.16);
    display: block;
    height: 1px;
    margin: 0 auto;
    width: 100px;
}

.footer-wrapper {
    background-color: #242222;
}

.footer {
    padding: 20px;
    background-color: #242222;
    color: #d8d8d8;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 24px;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.footer-copyright,
.footer-links {
    font-family: "Roboto", serif;
    font-weight: lighter;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 16px;
}

.footer-li {
    cursor: pointer;
    position: relative;
    margin-right: 15px;
}

.footer-li::after {
    content: "|";
    position: absolute;
    right: -11px;
    top: 0;
}

.payment-method {
    max-width: 48px;
    max-height: 24px;
    background-color: transparent;
}
.form-cards {
    position: absolute;
    right: 5px;
    height: 23px;
    top: 50%;
    transform: translateY(-50%);
}
.cvv-img {
    transform: translateY(-54%);
}
.product{
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%, #83817f, #403939 61.43%, #242222);
color: #fff;
border-radius: 50%;
box-shadow: #110c2e26 0 3rem 6.25rem;
animation: blink 3.5s ease-in-out infinite;
}
.price{
line-height: 1;
}
.price-title{
font-size: 16px;
font-weight: 500;
margin-bottom: 5px;
}
.cvv-img {
transform: translateY(-54%);
}
.terms{
    font-weight: lighter;
    font-size: 12px;
    letter-spacing: 0.5px;
    background-color: #242222;
    color: #d8d8d8;
}
@keyframes blink {
    0% {
        scale: 1;
    }
    50% {
        scale: 1.1;
    }
    100% {
        scale: 1;
    }
}
@media only screen and (max-width: 768px) {
    .hero-right {
        padding: 30px;
    }

    .sostav {
        font-size: 14px;
        width: 95%;
        display: none;
    }

    .hero-left-upper-text p {
        font-size: 18px;

    }
    .hero-left-upper-text {
        padding-top: 20px;
    }
    .hero-right-upper-text-p1 {
        font-size: 1.03em;
    }
    .hero-img {
        max-width: 300px;
    }
    .hero-right-upper-text-p2 {
        font-size: 1.4em;
    }

    .form-check-label {
        font-size: 0.8em;
        font-family: "Roboto", sans-serif;
        font-weight: 100;
    }

    .description-wrapper {
        padding: 20px 20px;
    }

    .whats-inside {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-around;
    }

    .card {
        width: 20em;
    }

    .description {
        padding: 0;
    }

    .desc-title {
        font-size: 20px;
        line-height: 35px;
    }

    .whats-inside-title {
        padding-top: 20px;
        text-align: center;
        font-size: 1.4em;
    }

    .whats-inside-small {
        text-align: center;
    }

    .delivery-section-inside {
        padding: 30px 0;
    }

    .delivery-section {
        display: none;
    }

    .why-special {
        text-align: center;
        padding-top: 20px;
    }

    .why-special li {
        font-size: 14px;
        line-height: 24px;
        font-weight: lighter;
    }

    .footer-copyright {
        padding-bottom: 10px;
    }

    .footer-links {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 1400px) {
    .hero-right-upper-text {
        text-align: unset;
    }

    .user-form {
        margin: unset;
        max-width: 440px;
    }

    .hero-right-upper-text-p1 {
        font-size: 22px;
    }

    .hero-left {
        padding-left: 300px;
    }

    .hero-img {
        max-width: 630px;
        padding: unset;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .description {
        position: relative;
    }

    .why-special {
        position: absolute;
        right: 0px;
    }
}
