@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
@import url('https://fonts.cdnfonts.com/css/gilroy-bold');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins: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');
@import url('https://fonts.cdnfonts.com/css/sf-pro-display');

:root {
    --poppins: "Poppins", serif;
    --gilB: 'Gilroy-Bold', sans-serif;
    --gilH: 'Gilroy-Heavy', sans-serif;
    --title: "Oswald", sans-serif;
    --SF: 'SF Pro Display', sans-serif;

    --main: #8A9CFF;
    --dark: #1B1B1D;
    --light-blue: #ABD3FC;
    --orange: #EF8F2A;
    --yellow: #F5CC14;
    --light-yellow: #FFF19F;
    --green: #34C759;
    --secon: #B5B5B5;

    --shadow: 0 0 14px 4px #3838380c;
    --defaultTrans: all .3s ease;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    overflow-x: hidden;
}


body {
    font-family: var(--SF);
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    color: var(--dark);
    background-color: #fff;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1240px;
    }
}

.logo {
    width: 14rem;
}

header {
    position: relative;
    background-image: url(../img/bg/bg-slide.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
}

.menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 3rem;
}

.drop-menu {
    position: relative;
}

.drop-menu .dropdown-menus {
    display: block;
    opacity: 0 !important;
    position: absolute;
    left: 0;
    min-width: 15rem;
    top: -1rem;
    margin: 0;
    padding: 1rem 1rem;
    background-color: #fff;
    border-radius: .4rem;
    box-shadow: var(--shadow);
    z-index: -99;
    transition: all .3s ease;
    border-bottom: 3px solid var(--main);
}

.drop-menu .dropdown-menus li {
    border-bottom: .1px solid #42424217;
    padding: .5rem 0;
}

.drop-menu .dropdown-menus li a {
    color: var(--secon);
    font-size: 1rem;
    color: var(--dark);
    font-weight: 300;
    transition: all .3s ease;
}

.drop-menu .dropdown-menus li a:hover {
    color: var(--main);
}

.drop-menu .dropdown-menus li:last-child {
    border-bottom: none;
}

.drop-menu:hover .dropdown-menus {
    display: block;
    opacity: 1 !important;
    top: 1.5rem;
    z-index: 99;
    transition: all .3s ease-in;
}

.dropdown-menus:hover {
    display: block;
    opacity: 1 !important;
}

.menu-area a {
    color: var(--dark);
    font-weight: 500;
    font-size: 1.1rem;
}

.whatsapp-btn a {
    background-color: var(--green);
    color: #fff;
    font-weight: 100 !important;
    padding: .6rem 1.2rem;
    border-radius: .4rem;
    transition: var(--defaultTrans);
}

.whatsapp-btn a:hover {
    background-color: var(--main);
}

/* Genel düzen */
.product-showcase {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px;
    margin-top: 5.5rem;
    margin-bottom: 5rem;
}

.product-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #ffffff63;
    padding: .45rem;
    border-radius: .4rem;
    margin-top: 3rem;
}

.product-thumbnails img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: border 0.3s;
}

.product-thumbnails img.active {
    border: 2px solid #ffffffe1;
    background-color: #ffffffe1;
}

.product-content {
    flex: 1;
}

.content-item {
    position: relative;
    display: none;
    text-align: center;
    opacity: 0;
    transition: var(--defaultTrans);
}

.content-item .slide-img {
    width: 530px;
    height: 100%;
    opacity: 0;
    transition: var(--defaultTrans);
}

.content-item.active .slide-img {
    opacity: 1;
    transition: var(--defaultTrans);
}

.content-item.active {
    display: block;
    opacity: 1;
    transition: var(--defaultTrans);
}

.content-item .title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

}

.content-item .title h1 {
    color: #fff;
    font-style: italic;
    font-weight: 500;
    width: 100%;
    font-size: 2.9rem;
}

.content-item .title h1 .span-title {
    font-style: normal;
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--orange);
}

.right-dottet {
    position: absolute;
    top: 17rem;
    left: 12.5rem;
}

.dottet-content-right {
    text-align: start;
    position: absolute;
    left: 2rem;
    top: 16rem;
}

.dottet-content-right h2 {
    color: #fff;
    font-style: italic;
    font-weight: 600;
    font-size: 1.7rem;
}

.left-dottet {
    position: absolute;
    top: 18rem;
    right: 18.5rem;
}

.dottet-content-left {
    position: absolute;
    top: 21.5rem;
    right: 2.5rem;
    width: 22%;
    text-align: start;
}

.dottet-content-left p {
    color: #fff;
    font-weight: 100;
}

.left-dottet img {
    transform: rotateY(180deg) rotateX(180deg);
}

.discover-btn {
    margin-bottom: 2rem;
    transition: var(--defaultTrans);
}

.discover-btn a {
    background: linear-gradient(90deg, var(--orange), var(--yellow));
    color: #fff;
    padding: .8rem 1.2rem;
    border-radius: 10rem;
    font-size: 1.1rem;
    transition: var(--defaultTrans);
}

.discover-btn a:hover {
    background: var(--main);
    transition: var(--defaultTrans);
}

.discover-btn a i {
    transition: var(--defaultTrans);
}

.discover-btn a:hover i {
    padding-left: .7rem;
}

.order-s-area {
    margin-top: 4rem;
    position: relative;
}

.title-public h2 {
    font-weight: 600;
    margin-bottom: .2rem;
}

.title-public .bottom-line {
    width: 5rem;
    height: .25rem;
    border-radius: 1rem;
    background-color: var(--yellow);
    margin-bottom: .5rem;
}

.title-public p,
.title-public p a {
    font-style: italic;
    color: var(--secon);
    font-size: 1.2rem;
}

.absolute-cup1 {
    position: absolute;
    right: 0rem;
    top: 1rem;
    z-index: -1;
}

.absolute-cup2 {
    position: absolute;
    left: 0rem;
    top: 70rem;
    z-index: -1;
}

.absolute-cup2 img {
    width: 25rem;
}

.absolute-cup3 {
    position: absolute;
    left: -7.5rem;
    bottom: -18rem;
    width: 23rem;
    z-index: -1;
}

.absolute-cup3 img {
    transform: rotateZ(15deg);
}

.order-s-area .row img {
    height: auto;
    object-fit: contain;
}

.first-arrow {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.first-arrow img {
    width: 10rem;
}

.two-arrow {
    position: absolute;
    left: -5rem;
    top: 1rem;
}

.two-arrow img {
    width: 10rem;
}

.order-div {
    margin-top: 2rem;
}

.flexed-order-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 8rem auto;
    position: relative;
}

.flexed-order-start:first-child {
    margin-top: 2rem;
}

.flexed-order-start p {
    color: var(--secon);
    font-style: italic;
    font-size: 1.05rem;
}

.order-div h2 {
    font-size: 1.65rem;
}

.flexed-order-start .col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.flexed-img {
    width: 100%;
}

.absolute-arrow1 {
    position: absolute;
    right: 10rem;
    top: 7rem;
}

.absolute-arrow2 {
    position: absolute;
    left: 5rem;
    top: 6rem;
}

.absolute-arrow3 {
    position: absolute;
    right: 26rem;
    top: 11rem;
}


.absolute-arrow4 {
    position: absolute;
    right: 5rem;
    top: 18rem;
}

.absolute-arrow5 {
    position: absolute;
    left: 5rem;
    top: 18rem;
}

.product-area {
    margin-top: 18rem;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 3rem 0;
    padding-bottom: 8rem;
    background-color: var(--yellow);
}

.product-area .title-public .bottom-line {
    background-color: var(--main);
}

.product-area .title-public p {
    color: #fff;
    letter-spacing: .1rem;
    font-weight: 100;
}

#product-splide,
#product-splide .splide__track {
    position: relative;
}


#product-splide .card-prod {
    background-color: #fff;
    padding: 1rem;
    border-radius: .5rem;
}

#product-splide .content {
    margin-top: 1rem;
}

#product-splide .content h1 {
    font-size: 1.3rem;
}

#product-splide .content h2 {
    font-size: 1rem;
    color: var(--main);
}

#product-splide .content p {
    font-size: .8rem;
    color: var(--secon);
    font-weight: 100;
}

#product-splide .content .detail-btn {
    margin: .6rem 0;
}

#product-splide .content .detail-btn a {
    color: #fff;
    background-color: var(--dark);
    padding: .6rem 1rem;
    border-radius: .5rem;
}

#product-splide .splide__slide {
    filter: blur(2px);
    transition: all .4s ease-in;
    margin: 3rem 0;
}

#product-splide .splide__slide.is-active {
    transform: scale(1.15);
    filter: blur(0px);
    box-shadow: var(--shadow);
    z-index: 999;
}

#product-splide .splide__arrows.splide__arrows--ltr {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
}

#product-splide .splide__arrow--prev {
    left: -7rem;
}

#product-splide .splide__arrow--next {
    right: -6rem;
}



.product-area .slider {
    position: relative;
    width: 250px;
    height: 470px;
    left: 9rem;
    perspective: 1500px;
    margin-top: 4rem;
}

.product-area .card {
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: .7rem;
    padding: 0rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease, opacity 0.5s ease, z-index 0.5s ease;
    background: white;
    display: flex;
    padding: 1rem;
    opacity: 0.5;
    z-index: 1;
}

.product-area .card .rand-img {
    width: 100%;
    height: 13rem;
    border-radius: .4rem;
}

.product-area .card h2 {
    font-size: 1.6rem;
    margin-top: 1rem;
}

.product-area .card h3 {
    font-size: 1.2rem;
    color: var(--main);
}

.product-area .card p {
    color: var(--secon);
    font-size: .8rem;
}

.product-area .card .detail-btn {
    margin: .6rem 0;
}

.product-area .card .detail-btn a {
    color: #fff;
    background-color: var(--dark);
    padding: .6rem 1rem;
    border-radius: .5rem;
}

.product-area .controls {
    position: absolute;
    bottom: -6rem;
    left: 48%;
    transform: translateX(-50%);
}

.product-area .controls button {
    background-color: var(--dark);
    padding: .1rem .4rem;
    font-size: 1.5rem;
    color: #fff;
    border: 1px solid var(--dark);
    border-radius: .5rem;
}

.product-area .whatsapp-btn-prod {
    margin-top: 2.5rem;
}

.product-area .whatsapp-btn-prod a {
    background-color: var(--dark);
    padding: .6rem 1.2rem;
    border-radius: .5rem;
    color: #fff;
}

.product-area .content-prod h2 {
    font-weight: 600;
}

.product-area .content-prod p {
    font-style: italic;
    font-size: 1.1rem;
}

.absolute-img-prod {
    position: absolute;
    right: 0;
    bottom: -3rem;
}

.absolute-brand {
    position: absolute;
    top: -6.4rem;
    right: 4rem;
}

.order-steps-area {
    position: relative;
    margin-top: 4rem;
}

.cards-order {
    text-align: center;
    margin-top: 2rem;
    box-shadow: var(--shadow);
    padding: 1.3rem 1.2rem;
    padding-bottom: .2rem;
    border-radius: .5rem;
    height: 100%;
}

.cards-order .img-bg {
    background-color: #8a9cff5b;
    border-radius: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    padding: 1rem;
    text-align: center;
    margin: 1.5rem auto;
}

.cards-order h4 {
    font-size: 1.1rem;
}

.cards-order p {
    font-size: 1rem;
    margin-top: 1.8rem;
    font-style: italic;
}

.area-four-grid {
    margin-top: 6rem;
    position: relative;
}

.title-brand {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 65%;
    margin: 0 auto;
}

.title-brand h1 {
    color: var(--main);
    font-size: 3.5rem;
    font-weight: 600;
}

.brands-area {
    margin-top: 6rem;
}

.brands-splide {
    margin-top: 3.5rem;
    position: relative;
}

.brands-splide .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brands-splide .splide__slide img {
    width: 10rem;
    height: 10rem;
    object-fit: contain;
    border-radius: 1rem;
}

.brands-splide .splide__arrows.splide__arrows--ltr {
    display: none;
}

.blur-filter1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #ffffffef, #ffffffd3, #ffffff00);
    width: 14rem;
    height: 100%;
    z-index: 999999999;
}

.blur-filter2 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: linear-gradient(-90deg, #ffffffef, #ffffffd3, #ffffff00);
    width: 14rem;
    height: 100%;
    z-index: 999999999;
}

.contact-area {
    margin-top: 5rem;
    position: relative;
}

.contact-area img {
    border-radius: .5rem;
}

.contact-area .col-lg-5 {
    position: relative;
}

.absolute-card-content {
    background-color: #fff;
    box-shadow: var(--shadow);
    width: 12rem;
    padding: 1rem;
    padding-bottom: .3rem;
    border-radius: .5rem;
    position: absolute;
    right: 2.5rem;
    bottom: 0rem;
}

.absolute-card-content img {
    width: 100%;
}

.absolute-card-content h2 {
    font-size: 1rem;
    margin-top: 1rem;
}

.contant-form-area h3 {
    font-size: 2.5rem;
    color: var(--main);
    font-weight: 600;
}

.contant-form-area p {
    font-style: italic;
    color: var(--secon);
    font-size: 1.5rem;
    letter-spacing: .01rem;
    font-weight: 200;
    margin: 1.5rem 0;
}

.contant-form-area input {
    margin-top: 2rem !important;
}

.contant-form-area button {
    width: 100%;
    text-align: center;
    background-color: var(--yellow) !important;
    border: 1px solid var(--yellow) !important;
    margin-top: 1rem;
    margin-bottom: 0;
    padding: .6rem 0;
}

footer {
    width: 100%;
    padding: 5rem 0;
    padding-bottom: 1rem;
    background-color: var(--dark);
    background-image: url(../img/footer-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: border-box;
    margin-top: 4rem;
}

footer h5 {
    color: #fff;
}

footer ul {
    margin: 0;
    margin-top: 1.5rem;
    padding: 0;
}

footer ul li {
    margin-top: 1rem;
    font-weight: 100;
}

footer ul li a {
    color: #fff;
    font-weight: 100;
}

.footer-logo {
    width: 13rem;
}

.social-meidas {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-meidas a {
    font-size: 1.9rem;
    color: #fff;
}

.line-footer {
    height: .1px;
    background-color: #ffffff00;
    width: 100%;
    margin: 4rem 0;
    margin-bottom: 3rem
}

.sub-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.sub-footer .links a {
    color: #fff;
    margin-left: 1.5rem;
}

.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hamburger-menu {
    font-size: 1.5rem;
    border: 1px solid #535353a9;
    border-radius: .6rem;
    padding: .1rem .4rem;
    cursor: pointer;
}

.logo-area-mobile img {
    width: 9rem;
}

.whatsapp-btn-mobile a {
    background-color: #47CF69;
    color: #fff;
    font-size: 1.8rem;
    padding: .2rem .3rem;
    border-radius: .4rem;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    padding: 10px 0;
    background-color: var(--dark);
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu ul li a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.mobile-header {
    display: none;
}

/* Mobil cihazlara özel */
@media (max-width: 991.98px) {
    .menu-area {
        position: relative;
        display: block;
    }

    .mobile-header {
        display: flex;
    }

    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        left: -250px;
        /* Başlangıçta görünmesin */
        width: 250px;
        height: 100vh;
        background-color: var(--dark);
        z-index: 10;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        /* Uzun içerik için kaydırma */
        transition: left 0.3s ease;
        /* Animasyonlu geçiş */
    }

    .mobile-menu.open {
        left: -1px !important;
        display: block;
        /* Açıldığında sol tarafa hizalanır */
    }

    .mobile-menu ul {
        list-style: none;
        padding: 20px 0;
        margin: 0;
    }

    .mobile-menu ul li a {
        text-decoration: none;
        color: #333;
        display: block;
        padding: 15px 20px;
        border-bottom: 1px solid #ddd;
        font-size: 16px;
    }

}

.mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background-color: var(--dark);
    z-index: 10;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: left 0.3s ease;
    padding: 20px 15px;
}

.close-menu {
    font-size: 1.5rem;
    color: var(--orange);
    text-align: right;
    cursor: pointer;
    margin-bottom: 0;
}

.close-menu i {
    transition: color 0.2s ease;
}

.close-menu i:hover {
    color: #ff0000;
    /* Kapatma butonu için kırmızı hover */
}

.menu-logo {
    margin-bottom: 20px;
}

.menu-logo img {
    width: 9rem;
    margin-bottom: 1rem;
}

.social-media-area {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 1rem 0;
}

.social-media-area .social-icon {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.bg-mfooter h6 {
    color: #fff;
    font-weight: 100;
}

.social-media-area .social-icon:hover {
    color: #25d366;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu ul li {
    margin-bottom: 15px;
}

.mobile-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 100 !important;
    display: block;
    padding: .5rem 15px;
    transition: background-color 0.2s ease;
    border-bottom: none;
    padding-left: 0;
}

.mobile-menu ul li a:hover {
    background-color: #f5f5f5;
}

.menu-footer-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bg-mfooter {
    padding: .7rem 1rem;
    width: 100%;
    text-align: center;
}

.bg-mfooter a {
    color: #fff;
    font-size: .8rem;
    display: block;
}

.product-showcase .col-1 {
    display: none;
}

.order-s-area.mobile {
    display: none;
}

.flexed-prod {
    display: flex;
    align-items: center;
}

.prod-s-area {
    margin-top: 6rem;
}

.one-prod-colon {
    background-color: var(--light-blue);
    width: 100%;
    padding: 5rem 0;
    color: #fff;
}

.one-prod-colon:nth-child(2) {
    margin-top: 3rem;
}

.one-prod-colon .discover-btn-prod {
    margin: 3rem 0;
    margin-bottom: 1rem;
}

.one-prod-colon .discover-btn-prod a {
    background-color: var(--yellow);
    color: #fff;
    padding: .9rem 1.2rem;
    border-radius: .6rem;
}

.one-prod-colon:nth-child(3) {
    background-color: #FFE860 !important;
    color: var(--dark);
}

.one-prod-colon:nth-child(4) {
    background-color: #8A9CFF !important;
}

.one-prod-colon:nth-child(4) .discover-btn-prod a {
    background-color: #FFF19F !important;
    color: var(--dark);
}

.one-prod-colon:nth-child(4) .discover-btn-prod img {
    fill: #1B1B1D;
     filter: invert(1);
}

.one-prod-colon:nth-child(3) .discover-btn-prod a {
    background-color: var(--dark) !important;
}

.one-prod-colon .prod-img {
    width: 70%;
}

.product-card {
    box-shadow: var(--shadow);
    padding: 1.5rem 1.5rem;
    padding-bottom: .5rem;
    border-radius: .6rem;
    border: 1px solid #1b1b1d0e;
    text-align: center;
    margin: 1rem 0;
}

.product-card img {
    border-radius: .6rem;
}

.order-btn-cat {
    width: 100%;
    display: flex;
}

.order-btn-cat a {
    background-color: var(--yellow);
    width: 100%;
    padding: .5rem 1.2rem;
    border-radius: .5rem;
    color: #fff;
}

.detail-btn-cat {
    width: 100%;
    display: flex;
    margin: .5rem auto;
    margin-bottom: 0;
}

.detail-btn-cat a {
    background-color: var(--dark);
    width: 100%;
    padding: .5rem 1.2rem;
    border-radius: .5rem;
    color: #fff;
}

.products-section {
    margin-top: 5rem;
}

.p-cat-text {
    font-weight: 700;
    margin: 1rem 0;
    margin-bottom: .7rem;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0rem;
    overflow: visible;
    z-index: 999999999;
}

.swiper-pagination-bullet-active {
    background-color: var(--dark);
    width: 1.2rem;
    height: .35rem;
    border-radius: 10rem;
}

.product-detail-area {
    margin-top: 6rem;
}

.zoom-prod {
    margin-top: 2rem;
}

.zoom-prod .main-img {
    border-radius: 1rem;
}

.flexed-zoom-img {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.flexed-zoom-img img {
    border-radius: .3rem;
}

.flexed-zoom-img>div {
    margin: 0 .2rem;
}

.flexed-zoom-img>div:first-child {
    margin-left: 0;
}

.flexed-zoom-img>div:last-child {
    margin-right: 0;
}

.border-full-div {
    border: 1px solid #1b1b1d36;
    padding: 1.4rem;
    margin-bottom: 2rem;
    height: auto;
    border-radius: 1rem;
}

.border-full-div h5 {
    color: var(--main);
}

.flexed-div-prod {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .6rem 0;
}

.flexed-div-prod h6 {
    color: var(--secon);
}

.flexed-div-prod p i {
    color: var(--main);
}

.fast-order-btn {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.fast-order-btn a {
    background-color: var(--yellow);
    width: 100%;
    padding: .6rem 1rem;
    border-radius: .6rem;
    color: #fff;
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 1000px;
    }
}

.modal-header {
    border-bottom: none;
    text-align: center;
}

.modal-title {
    text-align: center !important;
}

.swiper.thumbnail-slider .swiper-slide img {
    width: 20rem !important;
    height: 100%;
    padding: 0px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border 0.3s;
}

.swiper-slide.swiper-slide-visible.swiper-slide-active {
    border: 2px solid var(--yellow);
    border-radius: .4rem;
}

.swiper.thumbnail-slider .swiper-slide img:hover {
    border: 2px solid var(--yellow);
    /* Hover'da mavi kenar */
}

.swiper.thumbnail-slider {
    padding-top: 10px;
}

.main-slider img {
    border-radius: 1rem;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--dark);
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 100rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.2rem;
}

.thumbnail-img {
    cursor: pointer;
    transition: transform 0.2s ease, border 0.3s ease;
}

.img-thumbnail {
    padding: 0;
}

.thumbnail-img:hover {
    transform: scale(1);
    /* Hover durumunda büyütme */
    border: 2px solid var(--yellow);
    /* Mavi çerçeve */
}

.modal-header {
    display: flex;
    justify-content: center;
    margin: 1rem auto;
}

.modal-title {
    font-weight: 600;
    font-size: 1.4rem;
}

.modal-header .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    border: 1px solid #1b1b1d34;
}

.about-area {
    margin-top: 6rem;
}

.about-area .title {
    margin-top: 3rem;
    text-align: center;
}

.about-area .title h1 {
    font-size: 3.4rem;
}

.about-area .descrip p {
    font-style: normal;
    font-size: 1.3rem;
    letter-spacing: .1rem;
    color: var(--secon);
    text-align: center;
    font-weight: 100;
    margin-top: 1rem;
}

.about-area .img-area {
    margin-top: 5rem;
}

.line-about-counter {
    text-align: center;
    border-top: 1px solid #1b1b1d2a;
    border-bottom: 1px solid #1b1b1d2a;
}

.line-about-counter .container {
    display: flex;
}

.line-about-counter .container .card-count {
    padding: 2.5rem 4.1rem;
}

.line-about-counter .container .card-count:nth-child(2) {
    border-left: 1px solid #1b1b1d2a;
    border-right: 1px solid #1b1b1d2a;

}

.card-count h3 {
    font-size: 2.8rem;
    font-weight: 600;
    color: var(--main);
}

.card-count:nth-child(2) h3 {
    color: var(--light-blue);
}

.card-count:nth-child(3) h3 {
    color: var(--orange);
}

.card-count p {
    color: var(--secon);
    font-style: italic;
    margin-top: .5rem;
    letter-spacing: .03rem;
}

.sub-about {
    margin-top: 5rem;
}

.sub-about img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    border-radius: 1rem;
    margin-bottom: 6rem;
}

.sub-about h1 {
    margin-bottom: 2.5rem;
    font-size: 3rem;
}

.sub-about p {
    color: var(--secon);
    font-style: italic;
    font-size: 1.15rem;
}

.container.menus.fixed-menu {
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    z-index: 999999999999999;
    top: .3rem;
    background-color: #ffffffd0;
    box-shadow: 0 0 14px 4px #24242415;
    padding: .7rem;
    border-radius: .7rem;
}

.fixed-menu .menu-area {
    padding: .6rem 1rem;
}

.fixed-menu .mobile-menu {
    left: -1000px;
    display: none !important;
}

.absolute-brand-sun {
    position: absolute;
    transform: rotateZ(-90deg);
    bottom: 16rem;
    right: -16rem;
}

.absolute-brand-sun h1 {
    font-size: 5.5rem;
    letter-spacing: .5rem;
    font-weight: 700;
    color: #1B1B1D;
    opacity: .05;
}

.geex-badge--success {
    background-color: #25d366;
    padding: .5rem 1.2rem;
    color: #fff;
    transition: all 1s ease;
}

.geex-badge--error {
    background-color: #f53224;
    padding: .5rem 1.2rem;
    color: #fff;
    transition: all 1s ease;
}

.xxx{
    position:absolute;
    top:-1000px;
}

.active-x.xxx{
    position:static;
}

