:root {
    --nav-color: #212124;
    --nav-color-light: #33333c;

    --nay: #FF4242;
    --text-color: #E7E9ED;
    --bg-color: rgba(244, 247, 250, 1);
    --warning:#ffb70a;

}
html{
    scroll-behavior: smooth;
}
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
a{
    color: var(--nay);
    text-decoration: none;
    transition: font-weight 0.2s ease ;
}
.h-container{
    background-color: var(--nav-color);
    color: var(--text-color);
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2rem;
}
.h-container .h-content{
    margin-inline: auto;
    width: 1000px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.h-container .h-content h2{
margin-bottom: 1rem;
    font-size: 3rem;
}
.h-container .info-box{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 3rem;
    border-left: 2px solid var(--nay);
    padding: 2rem;
}
.info-box .title{
    color: var(--text-color) !important;
}
.d-none{
    display: none;
}
.belge-category{
    padding: 2rem;
    box-shadow: -30px 30px 60px -22px rgba(123, 123, 123, 0.1) !important;
}
.belge-category .category-title{
    font-weight: 700;
    font-size: 1.3rem;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--nay);
}
.belge-category .list {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.belge-category .list a{
    color: var(--nav-color) !important;
    display: flex;
    justify-content: space-between;
    transition: 0.2s all ease;
}
.belge-category .list a:hover{
    color: var(--nay) !important;
}
.belge-category .list a img{
    aspect-ratio: 1/1;
    height: 11px;
    width: 16px;

}
body {
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    background-color: var(--bg-color);
}

nav.landing {
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, 0) !important;
}

nav {

    z-index: 999;
    background-color: var(--nav-color);
    width: 100%;
    height: 94px;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;

    align-items: center;
    justify-content: space-between;
    padding: 25px;
}

nav .logo {
    padding: 3px;
}

nav .logo img {
    height: 35px;

}

nav .links {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 2rem;
}

nav .links a {
    color: #E7E9ED;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 26px;
    letter-spacing: -0.1px;
    text-align: center;
    transition: 0.25s all ease;
}

nav .links a:hover {
    color: var(--nay);
}

nav .login-button {
    display: flex;
    justify-content: flex-end;

}

nav .login-button a {
    width: 200px;
    background-color: var(--nay);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    padding: 12px 36px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    text-align: center;

}

.hero {
    width: 100%;
    position: relative;
}

.hero .bg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1;
    object-fit: cover;
    object-position: bottom;
}

.hero .overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(22, 28, 45, 0.75);
    z-index: 2;
}

.hero .down {
    position: absolute;
    bottom: 50px;
    z-index: 30;
    height: 50px;
    width: 50px;
    left: 50%;
    animation: bounce 1.5s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) translateX(-50%);
    }

    40% {
        transform: translateY(-12px) translateX(-50%);
    }

    60% {
        transform: translateY(-6px) translateX(-50%);
    }
}

.hero .content {
    margin-inline: auto;
    height: 100vh;
    position: relative;
    width: 770px;
    max-width: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    color: #fff;
    text-align: center;
}

.hero .content .slogan {
    color: var(--text-color);
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 100%;
    letter-spacing: 1.63px;
    text-align: center;
    text-transform: uppercase;

}

.hero .content .title {
    margin-top: 1rem;
    font-weight: 700;
    font-size: 3rem;
    line-height: 65px;
    letter-spacing: -2px;
    text-align: center;

}

.search-container {
    margin-top: 1rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    box-shadow: 0px 54px 53px -23px rgba(22, 28, 45, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.15);

}

.search-container input[type="submit"],
.search-container .search-submit {
    background-color: var(--nay);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    padding: 12px;
    font-size: 1rem;
    outline: none;
    border: none;
    height: calc(70px - 1rem);
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    text-align: center;
    margin-right: 0.5rem;
}

.search-container input[type="text"] {
    background-color: transparent;
    outline: none;
    border: none;
    padding-left: 1rem;
    color: rgba(125, 129, 141, 1);
    height: 100%;
    flex-grow: 1;
    color: #000;
    font-weight: 500;
    font-size: 1.2rem;
}
.features-container{
    padding-inline: 2rem;
    margin-top: 7rem;
    margin-bottom: 7rem;
  width: 1200px;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
  display: flex;
  justify-content: space-around;
  gap: 2rem;
    flex-wrap: wrap;
}
.features-container .feature{
    max-width: 100%;
    width: 340px;
    display: flex;
    gap: 0.5rem;
}
.features-container .feature img{
    height: 50px;
    width: 50px;
}
.features-container .feature .details .title{
font-weight: 700;
font-size: 1.3rem;
line-height: 32px;
letter-spacing: -0.5px;

}
.features-container .feature .details .desc{
font-weight: 400;
font-size: 1rem;
line-height: 29px;
letter-spacing: -0.2px;

}
.center{
    align-items: center;
    justify-content: center;
    display: flex;
}
section{
    min-height: 100vh;
}
.showcase{
        padding-inline: 2rem;
  width: 1200px;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
  display: flex;
  justify-content: space-around;
  gap: 2rem;
  align-items: center;
  margin-bottom: 5rem;

}
.showcase .info{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.showcase .info .title{
font-weight: 700;
font-size: 3rem;
line-height: 3rem;
letter-spacing: -1.2px;

}
.showcase .info .desc{
    margin-top: 1rem;
font-weight: 400;
font-size: 1rem;
line-height: 32px;
letter-spacing: -0.2px;
}
.showcase .info .cta{
    margin-top: 1rem;
font-weight: 700;
font-size: 1.3rem;
line-height: 2rem;
letter-spacing: -1.2px;
color: var(--nay);
display: flex;
gap: 1rem;
align-items: center;
text-decoration: none;
}
.showcase .image{
    width: 520px;
    max-width: 100%;
    height: 670px;
    object-fit: cover;
    border-radius: 12px;
}
.showcase2{
            padding-inline: 2rem;
  width: 1200px;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
  display: flex;
  justify-content: space-around;
  gap: 5rem;
}
.showcase2 .c{
    width: calc(50% - 5rem);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.showcase2 .c .title{
font-weight: 700;
font-size: 3rem;
line-height: 58px;
letter-spacing: -1.8px;

}
.showcase2 .c .desc{
font-weight: 400;
font-size: 1rem;
line-height: 32px;
letter-spacing: -0.2px;
margin-top: 1rem;
margin-bottom: 1rem;
}

.showcase2 .c .image{
    max-width: 100%;
}
footer{
    margin-top: 3rem;
    padding: 1rem;
    padding-top: 5rem;
    width: 100%;
    background-color: var(--nav-color);
    color: #fff;
}
footer .faq-wrapper{
  width: 1200px;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-around;
  gap: 2rem;

}
footer .faq-wrapper .info .title{
font-weight: 700;
font-size: 2.5rem;
line-height: 3.5rem;
letter-spacing: -1.8px;

}
footer .faq-wrapper .info .desc{
font-weight: 400;
font-size: 1rem;
line-height: 32px;
letter-spacing: -0.2px;
color: var(--text-color);
margin-bottom: 2rem;

}
footer .faq-wrapper .info .feature-item{
    display: flex;
    gap: 1rem;
}
footer .faq-wrapper .info .feature-item .image{
    height: 30px;
    width: 30px;
}
footer .faq-wrapper .info .feature-item .details .title{
    font-size: 1.3rem;
    line-height: normal !important;
    font-weight: 600;
    margin-bottom: 0.4rem;
}
footer .faq-container{
    background-color: #fff;
    height: 100%;
    height: -webkit-fill-available;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    border-radius: 10px;
    color: var(--nav-color);
}
footer .faq-container .line{
    background-color: var(--nay);
    height: 6px;
    width: 220%;
    position: absolute;
    top: 0px;
    left: 50%;
transform: translateX(-50%);
    z-index: 2;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  flex-grow: 1;
  margin-block: auto;
  padding-bottom: 2rem;
}

.faq-question {
padding: 2rem;
font-weight: 700;
font-size: 1.7rem;
line-height: 32px;
letter-spacing: -0.5px;

}

.faq-question::after {
  content: "›";
  position: absolute;
  right: 16px;
  font-size: 22px;
  transition: transform 0.4s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 15px;
  color: #555;
  padding: 0rem 2rem;
  transition: all 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* yeterli bir yükseklik */
}
footer .links{
    max-width: 100%;
    margin-top: 3rem;
    margin-inline: auto;
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2rem;
    justify-items: center;
}
footer .links .link-wrapper{

}
footer .links .link-wrapper .title{
font-weight: 500;
font-size: 1.1rem;
line-height: 26px;
letter-spacing: -0.1px;
color: var(--text-color);
}
footer .links .link-wrapper .items{
    display: flex;
    margin-top: 1rem;
    flex-direction: column;
    gap: 0.5rem;
}
footer .links .link-wrapper .items a{
font-weight: 400;
font-size: 1rem;
text-decoration: none;
color: #fff;
letter-spacing: -0.2px;
transition: 0.2s all ease;
}
footer .links .link-wrapper .items a:hover{
color: var(--nay);
}
.footer-copy{
    width: 100%;
    color: var(--text-color);
    background-color: var(--nav-color);
    padding: 1rem 3rem;
    text-wrap: wrap;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.footer-copy a{
    text-decoration: none;
    color: var(--nay);
}
.footer-copy .socials{
    display: flex;
    gap: 1rem;
}
.footer-copy .socials .icon{
    width: 30px;
    height: 30px;
}
.container{
        margin-inline: auto;
    max-width: 100%;
    padding-inline: 1rem;
}
.container-700{
        width: 700px !important;
}
.container-1000{
        width: 1000px !important;
}
.container-1400{
    width: 1400px !important;
}
.updates-container{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
}
.updates-container .update{
    cursor: pointer;
    background-color: #fff;
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1rem;
}
.updates-container .update .title{
font-weight: 500;
font-size: 1rem;
line-height: 26px;
letter-spacing: -0.1px;

}
.updates-container .update .date{
font-weight: 700;
font-style: Bold;
font-size: 16px;
line-height: 26px;
letter-spacing: -0.1px;
text-align: center;
white-space: nowrap;

}
.mt-header{
    margin-top: 94px;
}
.tx-center{
    text-align: center;
}
.mt-3{
    margin-top: 3rem;
}
.mt-1{
    margin-top: 1rem;
}
.page-title{
font-weight: 700;
font-size: 2.5rem;
line-height: 65px;
letter-spacing: -2px;

}
.page-desc{
    font-family: Montserrat;
font-weight: 400;
font-size: 1rem;
line-height: 32px;
letter-spacing: -0.2px;

}
.card{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: -30px 30px 60px -22px rgba(123, 123, 123, 0.25);
}
.prices-container{
    display: grid;
grid-template-columns: repeat(4,1fr);
gap: 2rem;
margin-bottom: 3rem;
margin-top: 3rem;
}
.new-features-container{
       display: grid;
grid-template-columns: repeat(3,1fr);
gap: 3rem;
margin-bottom: 3rem;
margin-top: 3rem; 
}
.new-features-container .new-feature{
display: flex;
gap: 1rem;
}
.new-feature img{
    height: 50px;
    width: 50px;

}
.new-feature .title{
font-weight: 700;
font-size: 1.3rem;
line-height: 32px;
letter-spacing: -0.5px;

}
.new-feature .desc{
font-weight: 400;
font-size: 1rem;
line-height: 29px;
letter-spacing: -0.2px;

}
.prices-container .price-card{
    padding: 2rem;
}
.price-card.featured{
    transform: scale(1.07);
}
.price-card .desc{
    color: var(--nay);
font-weight: 700;
font-size: 0.9rem;
line-height: 100%;
letter-spacing: 1.63px;
text-transform: uppercase;
}
.price-card .price{
    margin-top: 1rem;
    font-weight: 700;
font-size: 3rem;
line-height: 65px;
letter-spacing: -2px;
}
.price-card .price span{
    font-size: 1.6rem;
    margin-right: 6px;
}
.price-card .packet-features{
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
}
.price-card .packet-features .feature{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.price-card .packet-features .feature img{
    width: 17px;
    height: 11px;
}
.price-card .packet-features .feature img.x{
    width: 12px;
    height: 12px;
}
.price-card .buy-button.selected{
    background-color: var(--nay) !important;
    color: #fff;
}
.price-card .buy-button{
    cursor: pointer;
    background-color: #fbe1e1;
    padding: 12px 24px;
font-weight: 700;
font-size: 1rem;
line-height: 32px;
letter-spacing: -0.6px;
border-radius: 8px;
margin-top: 3rem;
color: var(--nay);
display: flex;
align-items: center;
justify-content: space-between;
transition: 0.2s;

}
.packet{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.packet .buttons{
    display: flex;
    gap: 1rem;
}
.btn-success{
background-color: #2cab0c;
color: #fff;
}
.packet .name{
    font-size: 1.4rem;
    font-weight: bold;
}
.packet .stats{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.packet .stats .stat{
    background-color: #eeede9;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 1rem;
    border-radius: 12px;
}
.profile-form{
    background-color: var(--nav-color);
    color:#fff;
    padding: 1rem;
    border-radius: 6px;
    margin-top: 3rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.profile-form .form-item{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.profile-form .form-item label{
    font-size: 1.4rem;
    font-weight: bold;
}
.profile-form .form-item input{
    
    height: 50px;
    border: none;
    outline: none;
    border-radius: 6px;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 300 !important;
}
.btn-remove{
    background-color: var(--nay);
    color: #fff;
    border-radius: 6px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
}
.btn{
    gap: 5px;
        border-radius: 6px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-go{
        background-color: #1b7aff;
    color: #fff;
    border-radius: 6px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.favorite{
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.favorite p{
    font-size: 1.5rem;
    font-weight: 500;
}
.favorite .action-buttons{
    display: flex;
    gap: 0.5rem;
}

.price-card .buy-button:hover{
    background-color: var(--nay) ;
    color: var(--text-color);

}
.quick-access{
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 5rem;
margin-bottom: 3rem;
}
.quick-access .item{
    aspect-ratio: 1/1;
}
.hamburger {
    display: none;
    font-size: 28px;
    cursor: pointer;

}
.close-btn{
    display: none;
}
/* Overlay */
nav .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 999;
}

nav .overlay.active {
    opacity: 1;
    visibility: visible;
}


.contact {
    margin-top: 6rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;

}
.contact-info{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
/* Sol form */
.contact-form {
aspect-ratio: 1/1;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    overflow: hidden;
}
.contact-form iframe{
    height: 100%;
    width: 100%;
}

.contact-form label {
  font-size: 0.9rem;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  font-size: 0.9rem;
}

.contact-form textarea {
  resize: none;
  height: 80px;
}

.contact-form button {
  background: var(--nay);
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s ease;
}

.contact-form button:hover {
  background: var(--nay);
}

/* Sağ bilgi */
.contact-info h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.contact-info p, .contact-info a {
  font-size: 0.9rem;
  color: var(--nav-color);
  line-height: 1.5;
  text-decoration: none;
}

.contact-info a:hover {
  color: var(--nay);
}


@media (max-width: 1000px) {
    .contact-grid{
        grid-template-columns: 1fr;
    }
    .m-show{

        display: block !important;
    }
  nav .links {
        position: fixed;
        top: 0;
        right: -250px;
        width: 250px;
        height: 100%;
        background: var(--nav-color);
        color: #fff !important;
        flex-direction: column;
        align-items: start;
        padding: 60px 20px;
        transition: right 0.3s ease;
        box-shadow: -2px 0 8px rgba(0,0,0,0.1);
        z-index: 1001;
    }

    nav .links.active {
        right: 0;
    }

    nav .hamburger {
        display: block;
        z-index: 1000;
        position: absolute;
        right: 10px;
        color: #fff;
    }

    nav .close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 24px;
        cursor: pointer;
    }


    .quick-access{
        grid-template-columns: repeat(1,1fr);
        gap: 2rem;
    }
    .prices-container{
        grid-template-columns: repeat(1,1fr);
    }
.new-features-container{
        grid-template-columns: repeat(1,1fr);
        align-items: center;

}
    .quick-access .item{
        aspect-ratio: auto;
    }
    .m-destroy{
        display: none !important;
    }
    .showcase2 .c{
        width: auto !important;
        max-width: 100%;
    }
        .showcase2 .c .image{
        max-height: 40vh;
        object-fit: contain;
    }
    .footer-copy{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .links{
        grid-template-columns: repeat(3,1fr);
        font-size: 0.5rem !important;
    }
        footer .links .link-wrapper .items a {
        font-size: 0.7rem !important;
    }
    .showcase{
        flex-direction: column !important;
    }
    .faq-wrapper{
        flex-direction: column;
    }
    .faq-question{
        font-size: 1rem;
    }
.search-container input[type="text"] {
font-size: 1rem !important;
}
footer .faq-wrapper{
    grid-template-columns: 1fr;
}
}
