﻿* {
    box-sizing: border-box;
}

:root {
    font-family: 'Poppins', sans-serif;
}

.navbar {
    background-color: #32005b;
    padding: 20px;
    color: white;
    margin: 0 auto;
    max-width: 1920px;
    text-align: center;
}

.content {
    background-image: url("img/back_hero_uk.svg");
    min-height: calc(100vh - 60px);
    max-width: 1920px;
    margin: 0 auto;
    padding: 50px 16px 40px 16px;
    background-size: cover;
    
    @media (min-width: 1024px) {
        padding: 80px 0;
    }
}

.content__main {
    flex-direction: column;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;

    @media (min-width: 1024px) {
        flex-direction: row;
    }
}

.content__main-logo {
    width: 130px;
    object-fit: contain;

    @media (min-width: 1024px) {
        width: 165px;
    }
}

.content__main-title{
    max-width: 768px;
    margin-top: 32px;
    color: #150034;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;

    @media (min-width: 1024px) {
        margin-top: 56px;
        font-size: 40px;
        line-height: 50px;
    }
}

.text-pink {
    font-family: "Caveat Brush", cursive;
    text-wrap: nowrap;
    color: #E2017F;
    font-size: 30px;
    font-weight: 400;
    position: relative;
    
    @media (min-width: 1024px) {
        font-size: 42px;
    }
}

.text-pink:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    transform: translateY(100%);
    bottom: 0;
    left: 0;
    right: 0;
    background: url("img/underline_vector_uk.svg") top center no-repeat;
}

.content__main-description {
    max-width: 720px;
    margin-top: 48px;
    text-align: justify;
    color: #212B36;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    vertical-align: baseline;

    @media (min-width: 1024px) {
        margin-top: 56px;
        font-size: 20px;
        line-height: 28px;
    }
}

.content__main-windows {
    margin-top: 40px;
    width: 100%;
    max-width: 400px;

    @media (min-width: 1024px) {
        margin-top: 20px;
    }
}

.content__main-trustpilot {
    margin: 40px auto 0 auto;
    flex-direction: column;
    display: flex;
    align-items: end;
    font-size: 22px;
    font-weight: 600;
    gap: 8px;
    cursor: pointer;
    width: fit-content;
    position: relative;

    @media (min-width: 1024px) {
        margin: 20px 0;
        flex-direction: row;
    }
}

.content__main-trustpilot:after {
    height: 1px;
    width: 100%;
    bottom: -12px;
    position: absolute;
    background-color: transparent;
    content: "";
    background-image: linear-gradient(90deg, #FFFFFF00 0%, #00B67A 100%);
}

.content__main-subtitle {
    margin-top: 10px;
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #2A2A33;
    line-height: 26px;
    max-width: 220px;
    
    @media (min-width: 1024px) {
        font-size: 20px;
    }
}

.content__main-icon {
    width: 50px;
    object-fit: contain;

    @media (min-width: 1024px) {
        width: 70px;
    }
}

.content__main-products {
    flex-direction: column;
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    
    @media (min-width: 1024px) {
        gap: 40px;
        flex-direction: row;
    }
}

.content__main-card {
    flex-direction: column;
    display: flex;
    max-width: 400px;
    height: 100%;
    width: 100%;
    border: 3px solid #2f0147;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    padding: 10px 15px 20px;
}


.content__main-card-image {
    width: 50%;
}

.content__main-card-heading {
    white-space: pre-wrap;
    text-align: center;
    margin: 10px 0;
    font-size: 24px;
    font-weight: 600;
}

.content__main-card-options {
    width: 100%;
    margin-top: 20px;
}

.content__main-card-option {
    padding: 12px 8px 12px 30px;
    color: #2f0147;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    background-size: 15px !important;
    background: url("img/pakcge_check_40x30.png") no-repeat 5px 18px;
}

.content__main-card-option:not(:last-child) {
    border-bottom: 1px solid #e94480;
}

.content__main-card-option.disabled {
    color: #AAAA;
    background: url("img/pakcge_cross_15x15.png") no-repeat 5px 18px;
}

.content__main-card-price {
    font-size: 32px;
    line-height: 32px;
    color: #2f0147;
    font-weight: 800;
    margin-top: 20px;
}

.content__main-card-old-price {
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
    color: #2A2A33;
    text-decoration-color: #e94480;
    text-decoration-line: line-through;
}

.content__main-card-button {
    background: url("img/pkgbtn_bg_line_467x73.webp") no-repeat center center;
    padding: 7px 5px;
    width: 100%;
    height: 75px;
    background-size: contain
}

.content__main-card-link {
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    background-color: #00ad21;
    width: 100%;
    font-weight: 800;
    height: 95%;
    text-decoration: none;
}

.content__footer-top {
    background-image: url("img/footer.svg");
    background-size: cover;
    height: 85px;
    margin: 40px auto 0 auto;
    max-width: 1920px;
}

.content__footer {
    flex-direction: column;
    display: flex;
    background-color: #150034;
    color: white;
    justify-content: center;
    padding: 20px;
    text-align: center;
    align-items: center;
    margin: -1px auto 0 auto;
    max-width: 1920px;
    
    @media (min-width: 1024px) {
        padding: 90px 20px 60px 20px;
        text-align: start;
        align-items: start;
        flex-direction: row;
    }
}

.content__footer-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.content__footer-heading {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}

.content__footer-link {
    transition: color 300ms ease-in-out;
    color: white;
    text-decoration: none;
}

.content__footer-link:hover {
    color: #E2017F;
}

.under-footer {
    flex-direction: column;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 1920px;
    
    @media (min-width: 1024px) {
        padding: 20px;
    }
}

.checkout-types {
    height: auto;
    width: 150px;
    
    @media (min-width: 1024px) {
        width: 250px;
    }
}

.current-year {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #2A2A33;
    line-height: 18px;

    @media (min-width: 1024px) {
        margin-top: 20px;
    }
}

.content__main-reviews {
    width: calc(10 * 400px);
    display: flex;
    animation: scroll 60s linear infinite;
}

.content__main-carousel-item {
    user-select: none;
    width: 400px;
    display: inline-block;
    height: auto;
    background: white;
    padding: 25px 40px;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.content__main-tooltip-image {
    width: 75px;
}

.content__main-tooltip-review {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #505050;
}

.content__main-tooltip-review-name, .content__main-tooltip-review-stars {
    display: inline-block;
    vertical-align: middle; 
}

.content__main-feedback {
    color: #2A2A33;
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
    
    @media (min-width: 1024px) {
        margin-bottom: 60px;
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.content__main-product-information {
    flex-direction: column;
    margin: 40px auto 0 auto;
    gap: 20px;
    justify-content: center;
    display: flex;
    max-width: 840px;
    
    @media (min-width: 1024px) {
        margin: 60px auto 0 auto;
        gap: 40px;
        flex-direction: row;
    }
}

.content__main-product-information-heading {
    font-size: 18px;
    color: #150034;
    font-weight: 600;
}

.content__main-product-information-content {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #2A2A33;
    font-weight: 300;
}

select {
    margin-top: 20px;
    width: 100%;
    max-width: 180px;
    padding: 5px;
    border: 1px solid #150034;
    border-radius: 5px;
    background-color: #fff;
    color: #2A2A33;
    outline: none;
    transition: border-color 0.3s ease-in-out;
}

select option {
    padding: 4px;
}
