:root {
    --primary-color: #003366;
    --secondary-color: #c9a96e;
    --accent-color: #d4a574;
}

body {
    font-family: "Inter", sans-serif;
    background: white;
}


header .navbar{
    padding: 1rem 0;
}

header .navbar .language-selector.dropdown{
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

header .navbar .language-selector.dropdown .dropdown-toggle{
    background: transparent;
    border: 0;
    color: black;
    display: flex;
    align-items: center;
}

header .navbar .language-selector.dropdown .dropdown-menu .dropdown-item{
    display: flex;
    align-items: center;
}

header .navbar .language-selector.dropdown .dropdown-menu.show{
    width: 100%;
    min-width: auto;
    left: auto;
    right: 0;
}

.hero-banner {
    padding: 4rem 0 1rem;
    margin: 2rem 0 0;
}

.hero-banner .hero-content h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.hero-banner .hero-content h1 span{
    color: #99745E;
}

.hero-banner .hero-content .subtitle {
    font-size: 24px;
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 30px;
}

.hero-banner .hero-content p{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.hero-banner .hero-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    border-radius: 31px;
}

.hero-banner .hero-image img {
    width: 100%;
    height: auto;
    border-radius: 31px;
}

.hero-banner .discount-badge {
    font-family: "Manrope", sans-serif;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #002856;
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 50%;
    max-width: 190px;
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 4px solid #99745E;
}

.hero-banner .discount-badge span{
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5;
    color: #fafafa;
}

.hero-banner .discount-badge sub{
    font-size: 52px;
    background: var(--Bronze-Radial, radial-gradient(143.26% 113.84% at 17.31% 28.26%, #F2B48F 0%, #99745E 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-banner .discount-badge img{
    position: absolute;
    top: 100%;
    left: 0;
}

/* kampanya alanı */

.campaign{
    font-family: "Manrope", sans-serif;
}

.campaign .section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: black;
    margin: 2.2rem 0;
}


.campaign .price-card {
    background: white;
    border-radius: 44px 44px 24px 24px;
    padding: 2rem;
    border: 2px solid #F2F4F7;
    height: 100%;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.campaign .price-card .discount-header {
    position: relative;
    background: radial-gradient(143.26% 113.84% at 17.31% 28.26%, #F2B48F 0%, #99745E 100%);
    color: white;
    padding: 2.5rem .75rem .75rem;
    border-radius: 44px 44px 0 0;
    margin: -2rem -2rem 1.5rem -2rem;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
}

.campaign .price-card .discount-header::before{
    content: "";
    position: absolute;
    background-color: white;
    border-radius: 50%;
    width: 70px;
    aspect-ratio: 1 / 1;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.campaign .price-card .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    border-bottom: 1px solid #F2F4F7;
    padding: .5rem 0 .75rem;
}

.campaign .price-card .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #7A7C93;
    margin-bottom: 0;
}

.campaign .price-card h4{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
}

.campaign .price-card .item .code{
    font-size: 22px;
    margin: 0;
}

.campaign .price-card .info-link {
    color: #232027;
    text-decoration: none;
    font-size: 15px;
    gap: 0.5rem;
    padding: .5rem;
    border-radius: 29.961px;
    background: #FFF;
    display: flex ;
    justify-content: flex-start;
    align-items: center;
    min-width: 140px;
}

.campaign .price-card .features-list {
    list-style: none;
    padding: 0;
    padding-left: .5rem;
    margin-bottom: 0;
}

.campaign .price-card .features-list li {
    font-family: "Inter", sans-serif;
    padding: 0.25rem 0;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.campaign .price-card .features-list li:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 14px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    transform: rotate(45deg);
    margin-right: 10px;
}

.campaign .price-card .features-list li.premium{
    color: #8F6A54;
    font-weight: 600;
}

.campaign .price-card .features-list li.premium:before{
    border-right: 2px solid #8F6A54;
    border-bottom: 2px solid #8F6A54;
}

.campaign .price-card .price-info {
    font-family: "Inter", sans-serif;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.campaign .price-card .price-info .old-price {
    position: relative;
    color: #4d4d4d;
    font-size: 21px;
    font-weight: 600;
    overflow: hidden;
}

.campaign .price-card .price-info .old-price:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #8F6A54;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(4deg);

}

.campaign .price-card .price-info .new-price {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.612px;
    color: #99745E;
}

.campaign .price-card .btn-buy {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: bold;
    width: 100%;
    transition: all 0.3s ease;
    display: flex ;
    align-items: center;
    justify-content: center;
}

.campaign .price-card .btn-buy:hover {
    background-color: #004d99;
    transform: scale(1.05);
}

.campaign-details {
    background: white;
    padding: 2rem 0;
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.campaign-details h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 1.5rem;
}

.campaign-details ul {
    list-style: none;
    padding: 0;
    padding-left: 10px;
}

.campaign-details li {
    padding: 0.5rem 0;
    color: #555;
    font-size: 0.9rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.campaign-details li:before {
    content: "•";
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.2rem;
}

.campaign-details li a{
    color: #555;
}

.campaign-scroll {
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.campaign-scroll.hidden {
    transform: translateY(150px);
    opacity: 0;
    pointer-events: none;
}

.campaign-scroll {
    transition: transform 0.6s ease, opacity 0.6s ease, bottom 0.6s ease;
    position: fixed;
    bottom: 1rem;
    left: 0;
    right: 0;
    z-index: 9;
}

.campaign-scroll.hidden {
    bottom: -6rem;
    opacity: 0;
    pointer-events: none;
}

.campaign-scroll .action-scroll{
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    color: black;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.campaign-scroll .action-scroll span{
    box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.25);
    border-radius: 56px;
    border: 1px solid rgba(0, 40, 86, 0.00);
    background: #FFF;
    width: 90%;
    padding: .5rem;
    margin-right: .5rem;
    text-align: center;
}

.campaign-scroll .action-scroll img{
    background-color: white;
    padding: 1rem;
    border-radius: 50%;
    box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.25);
}
/* footer */

.footer {
    background-color: var(--primary-color);
    color: white;
    padding: 2rem 0;
    text-align: center;
    margin-top: 3rem;
}

.footer .container{
    position: relative;
}

.footer img {
    height: 40px;
    margin-bottom: 1rem;
}

.footer .top{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .hero-banner{
        padding: 0;
    }

    .hero-banner .hero-content h1{
        font-size: 36px;
    }

    .hero-banner .hero-content .subtitle{
        font-size: 20px;
    }

    .campaign .price-card h2{
        font-size: 48px;
        line-height: 56px;  
    }

    .campaign .price-card h3{
        font-size: 20px;
        line-height: 32px;
    }

    .campaign .price-card h4{
        font-size: 18px;
        line-height: 19px;
        padding-bottom: 0.5rem;
        margin: 0;
    }

    .campaign .price-card h4.code{
        padding: 0;
    }

    .campaign .price-card .item{
        padding: .25rem 0;
        margin-top: 0;
    }

    .campaign .price-card .info-link{
        font-size: 15px;
        line-height: 37px;
        padding: .25rem 0;
    }

    .campaign .price-card{
        padding: 1rem;
    }

    .campaign .price-card .discount-header{
        padding: 2rem 1rem 1rem;
        margin: -1rem -1rem 1.5rem -1rem;
    }

    .campaign .price-card .discount-header::before{
        width: 50px;
    }

    .campaign .price-card .features-list li{
        padding: 0.15rem 0;
        font-size: 16px;
    }

    .campaign .price-card .price-info{
        gap: 0;
    }

}

@media screen and (max-width: 568px) {
    .hero-banner .discount-badge{
        width: 106px;
        height: 106px;
        right: auto;
        left: 20px;
    }

    .hero-banner .discount-badge span{
        font-size: 8px;
    }

    .hero-banner .discount-badge sub{
        font-size: 30px;
    }

    .campaign-details p{
        font-size: 14px;
    }

    .campaign-details li{
        padding: 0.25rem 0;
    }

    .footer .top{
        right: 15px;
    }
}