
/* active sidebar */
/*.sidebar li:nth-child(2) a {
    background-color: var(--white-color);
    color: #26443B !important;
    font-weight: var(--font-medium);
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}*/
/*==========  IMAGE SLIDER ==========*/

.popup-content {
    height:auto!important;
}

.section{
    margin: 0;
    padding: 0;
}

.main {
    margin-top: var(--nav_header_height);
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.wrapper, .slide {
    
    width: 100%;
    height: 100%;
}
.slide::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.slide .slide__image{
    height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slide .image-data{
    position: absolute;
    top: 38%;
    left: 50.5%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    z-index: 15;
}

.image-data span.text {
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--white-color);
    letter-spacing: 2px;
}

.image-data h2 {
    margin-bottom: 17px;
    font-size: 3.3rem;
    font-weight: 600;
    color: var(--white-color);
    letter-spacing: 1px;
}








/* swiper button css */

.nav-btn{
  width: 100px;
  height: 100px;
  opacity: 0.7;
}

.swiper-button-prev{
    left: 220px;
}

.swiper-button-next{
    right: 220px;
}






.swiper-button-next:after,
.swiper-button-prev:after {
  display: none; 
  position: absolute;
  z-index: 10;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 10rem;
  stroke-width: 3; 
}


.swiper-pagination-bullet{
    opacity: 1;
    height: 7px;
    width: 7px;
    border: 1px solid #ffff;
    background-color: #fff;
    visibility: hidden;
}

.swiper-pagination-bullet-active{
    background-color: var(--first-color);
}



@media (max-width: 1110px) {
  
    .swiper-pagination-bullet {
        visibility: visible;
    }

    .swiper-button-next,
    .swiper-button-prev{
        display: none;
    }

    .swiper-button-prev svg,
    .swiper-button-next svg {
        display: none; 
    }

    .image-data span.text {
        font-size: 0.9rem;
        font-weight: 400;
        color: var(--white-color); 
        letter-spacing: 0.5px; 
        text-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
    }
    
    .image-data h2 {
        margin-bottom: 0.1rem;
        font-size: 1.8rem;
        font-weight: 700; 
        color: var(--white-color); 
        letter-spacing: 0.5px;
        text-shadow: 0 0 3px rgba(255, 255, 255, 0.4);
    }
}

@media (max-width: 450px) {

    .main{
        margin-top: 16%;
    }


    .image-data span.text {
        font-size: 0.6rem;
        font-weight: 300;
        color: var(--white-color);
        letter-spacing: 0.5px;
        text-shadow: 0 0 2px rgba(255, 255, 255, 0.4); 
    }
    
    .image-data h2 {
        margin-bottom: 0.1rem;
        font-size: 0.8rem;
        font-weight: 700; 
        color: var(--white-color); 
        letter-spacing: 0.5px; 
        text-shadow: 0 0 2px rgba(255, 255, 255, 0.4); 
    }

    

}


/*==========  CUPS==========*/
.cup_body {
    overflow-x: hidden;
}

.cup_container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 60rem;
}

.cup_container .content {
    position: absolute;
    top: 76%;
    left: 50%;
    transform: translate(-50%, -40%);
    text-align: center;
    transition: transform 1s ease;
}

.cup, .cup_header, .cup_subheader {
    transition: transform 1s ease;
}

.content .cup_header {
    font-size: 24px;
    font-weight: 500;
    margin: 0.5rem;
}

.content .cup_subheader {
    margin-bottom: 7%;
    font-size: 40px;
    font-weight: 700;
}

.cups {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cup {
    display: grid;
    width: 200px; /* Sabit genişlik */
    height: 150px; /* Sabit yükseklik */
}

.cup img {
    width: 100%;
    height: auto;
    transition: transform 2s ease;
}

/* EQUALIZE */
.cups .cup .cup_effect {
    transform: translate(20%, 90%);
    width: 70%;
    opacity: 0;
    z-index: -1;
    transition: transform 2s ease;
}




.cups .cup1 .cup_img.move-up {
    transform: translate(0, -0.2%);
}

.cups .cup2 .cup_img.move-up {
    transform: translate(0, 5%);
}

.cups .cup3 .cup_img.move-up {
    transform: translate(-2%, -24.5%);
}

.cups .cup4 .cup_img.move-up {
    transform: translate(-4.7%, -24%);
}

.cups .cup5 .cup_img.move-up {
    transform: translate(-6.2%, -25.3%);
}

/* CUP BIRDS */
.cup_left-bird, .cup_right-bird {
    position: absolute;
    height: auto;
    transition: transform 2s cubic-bezier(0.47, -0.19, 0.71, 0.82);
    top: 80%;
    opacity: 0.1;
}

.cup_left-bird {
    max-width: 20%;
    left: -20%;
}

.cup_right-bird {
    max-width: 10%;
    right: -9%;
}

/* CUP ANIMATION */
.content.animate {
    transform: translate(-50%, -150%);
}

.move-up {
    transform: translateY(-100px); /* Elemanları yukarı taşı */
}

.cup_effect.move-up {
    opacity: 1 !important;
    transform: translate(20%, 0%) !important;
}

.cup_img.move-up {
    opacity: 1 !important; 
}

.cup_left-bird.move-up {
    transform: translate(100%, -110%);
}

.cup_right-bird.move-up {
    transform: translate(-90%, -100%);
}

/* Media Queries */
@media (max-width: 769px) {

    .cup_container{
        
            height: auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-top: 15rem;
    }

    .cups .cup .cup_effect {
        opacity: 0;
        width: 70%;
        z-index: -1;
    }

    .cups .cup1 .cup_img {
        transform: translate(0, -0.2%);
    }

    .cups .cup2 .cup_img {
        transform: translate(0, 5%);
    }

    .cups .cup3 .cup_img {
        transform: translate(-2%, -24.5%);
    }

    .cups .cup4 .cup_img {
        transform: translate(-4.7%, -24%);
    }

    .cups .cup5 .cup_img {
        transform: translate(-6.2%, -25.3%);
    }

    .cup_container .content {
        top: 30%; 
    }

    .content.animate {
        transform: translate(-50%, -10%);
    }

    .cup {
        width: 60px; 
        height: 100px; 
    }

    .move-up {
        transform: translateY(-40px); 
    }

    .cup_left-bird, .cup_right-bird {
        display: none;
    }

    .content .cup_header {
        font-size: 12px; 
        margin-bottom: 0;
    }

    .content .cup_subheader {
        font-size: 17px; 
    }

    /* Ensure card_body is immediately after cup_body */
    .card_body {
        margin-top: 0;
        padding-top: 0;
    }
}

@media (min-width: 770px) and (max-width: 1440px) {
   
    .cup_container{
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 38rem;
    }
    .cup_container .content {
        top: 40%; 
    }

    .cup {
        width: 130px; 
        height: 100px; 
    }

    .move-up {
        transform: translateY(100px); 
    }

    .cup_left-bird.move-up {
        transform: translate(100%, -120%);
    }

    .cup_right-bird.move-up {
        transform: translate(-90%, -140%);
    }

    .content .cup_header {
        font-size: 15px; 
    }

    .content .cup_subheader {
        font-size: 20px; 
    }
}




/*==========  CARDS ==========*/

.card_container{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 34rem;
}

.card_container .card_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-5%);
    text-align: center;
    transition: transform 2s ease;
}


.card_content.animate{
    transform: translate(-50%,-50%);
}

.card, .card_header, .card_subheader, .card_category, .card_title{
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: transform 2s ease;
}

.card_content .card_header{
    font-size: 24px;
    font-weight: 500;
    margin: 0.5;
}

.card_content .card_subheader{
    margin-bottom: 7%;
    font-size: 40px;
    font-weight: 700;
}

.cards{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
}




.card{
    margin: 0 16px; 
    max-width: 300px; 
    height: auto;
    background-color: transparent;
    position: relative;
    border-radius: 15px;
    transform: rotate(-19deg);
    overflow: hidden;
    transition: transform 1s ease;

}





.card.move-up{
    transform: rotate(0deg);
}



.card_image_container{
    position: relative;
}

.card .card_image{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card .card_text{
    background-color: var(--first-color);
    transform: translateY(-5%);
    border-radius: 12px;
    padding: 1rem;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card .card_bird{
    position: absolute;
    width: 30%;
    bottom: 0%;
    right: 0%;
    opacity: 0.1;
    height: auto;
}

.card .card_category{
    color: #dcdfe3;
    font-size: 12px;
}

.card .card_title{
    color: var(--white-color);
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0.2;

}





@media (max-width: 769px) {
    
    .card_container{
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .card_content.animate{
        transform: translate(-50%,-50%);
    }
    

    

    .cards{
        display: grid;
        grid-template-columns: 150px 150px;
        row-gap: 1rem;
    }

   

    .card_content .card_header {
        font-size: 12px; 
        margin-bottom: 0;
    }

    .card_content .card_subheader {
        font-size: 17px; 
    }


    .card_header.move-up{
        transform: translateY(-30px);
    }

    .card_subheader.move-up{
        transform: translateY(-30px);
    }


    .card .card_category{
        font-size: 7px;
    }

    .card .card_title{
        font-size: 10px;
    }
}


@media (min-width: 770px) and (max-width: 1440px) {
    .card_container{
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .card_content.animate{
        transform: translate(-50%,-50%);
    }
    


    .cards{
        display: grid;
        grid-template-columns: 250px 250px 250px 250px;
    }

   

    .card_content .card_header {
        font-size: 15px; 
        margin-bottom: 0;
    }

    .card_content .card_subheader {
        font-size: 20px; 
    }


    .card_header.move-up{
        transform: translateY(-50px);
    }

    .card_subheader.move-up{
        transform: translateY(-40px);
    }


    .card .card_category{
        font-size: 7px;
    }

    .card .card_title{
        font-size: 10px;
    }
}



/*==========  SPECIAL ==========*/


/* BODY */
.special_body{
    overflow-x: hidden;
}

.special_container {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
  
}

/* SPECIAL CONTENT */
.special_container .special_content {
    width: 100%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: transform 2s ease;
}

/* SPECIAL CONTENT ANIMATE*/
.special_content.animate{
    transform: translate(-50%, -50%);
}




.product, .special_header, .special_subheader, .product_p, .product_btn{
    transition: transform 1s ease;
    filter:blur(0)
}


/* TITLE */
.special_content .special_header {
    font-size: 24px;
    font-weight: 500;
    margin: 0.5rem;
}

.special_content .special_subheader {
    margin-bottom: 7%;
    font-size: 40px;
    font-weight: 700;
}


/* PRODUCTS  */

.products{
    display: grid;
    grid-template-columns: repeat(4,240px);
    justify-content: center;
    align-items: center;
    row-gap: 10%;
    text-align: center;
    height: auto;
    transition: transform 2s ease;
    transform: translate(-10%,-30%);

}

.special_img{
    z-index: -1;
    height: auto;
    transform: translate(-10%,-45%);
    transition: transform 2s ease;

}

.special_img, .products{
    position: absolute;
    left: 25%;
    top: 150%;
    width: 60%;
}


.product{
    text-align: center;
    color: white;
    font-weight: 600;
    transform: translateY(0%);
    max-width: 90%;
    height: auto;

}

.products  .product_img{
    max-width: 8vw;
    display: block;
    margin: 0 auto;
    margin-bottom:2rem;
    transition: transform 2s ease;

}


.product .product_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: transparent;
    border: none;
    gap: 8px;
    font-size: 17px;
    cursor: pointer;
    margin-top: 1vh;
    transition: transform 2s ease;
    font-weight: 400;
    margin-left: 33%;

}


.product .product_btn .plus-icon{
    display: flex;
    align-items: center;
    color: #fff;
    opacity: 1;
}


.product .product_p{
    font-size: 18px;
}



/* PRODUCTS ANIMATION */
.products.move-up{
    transform: translate(-10%,-60%);
}











.special_left, .special_right {
    position: absolute;
    height: auto;
    top: 110%;
    z-index: -2;
    transition: transform 2s cubic-bezier(0.47, -0.19, 0.71, 0.82);
    opacity: 0;
}

.special_left {
    max-width: 40%;
    left: 15%;
    top: 150%;
}

.special_left.move-up {
    opacity: 1;
    transform: translate(-30%,-56%);
}


.special_right {
    max-width: 56%;
    right: 16%;
    top: 40%;
}


.special_right.move-up {
    opacity: 1;
    transform: translate(25%,-10%);
}







@media (max-width: 700px) {
    .special_container{
        height: 40vh;
        display: grid;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }

    .special_content .special_header{
        font-size: 12px;
    }

    .special_content .special_subheader{
        font-size: 17px;
        margin-bottom: 13%;
    }

    .special_right {
        max-width: 60%;
        right: 2%;
        top: 50%;
        z-index: -44;
    }

    .special_right.move-up {
        opacity: 1;
        transform: translate(26%,-37%);
    }


    .special_content.animate {
        transform: translate(-50%, -55%);
    }



    .special_img{
        position: absolute;
        left: 10%;
        top: 125%;
        width: 100%;
    }

    .products{
        grid-template-columns: repeat(4, 85px);
        row-gap: 1%;
    }

    .product .product_p{
        font-size: 10px;
        margin-left: 0.5rem;
    }

    .product .product_btn{
        font-size: 8px;
        gap: 1px;
    }

    .product .product_btn .plus-icon{
        margin-left: 2px;
    }

    .product .plus-icon svg{
    width:  10px;
    height: 10px;

    }

    .products .product_img{
        max-width: 13vw;
        margin-left: 1rem;
        margin-bottom: 0.3rem;
    }

}



@media (min-width: 701px) and (max-width:999px){

    .special_container{
        height: 60vh;
        display: grid;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .products.move-up {
        /*transform: translate(-10%, -65%);*/
        transform: translate(-10%, -55%);
    }

    .special_content .special_header{
        font-size: 15px;
    }

    .special_content .special_subheader{
        font-size: 20px;
        margin-bottom: 14%;
    }

    .special_content .special_header.move-up{

        transform: translateY(-35%);

    }


    .special_content .special_subheader.move-up{

        transform: translateY(-50%);

    }

    .special_img{
        left: 15%;
        width: 80%;
    }

    .products{
        grid-template-columns: repeat(4, 140px);
    }

    .product .product_p{
        font-size: 12px;
    }

    .product .product_btn{
        font-size: 10px;
        gap: 1px;

    }


    .product .product_btn .plus-icon{
        transform: translateY(-0.2em);
        margin-left: 2px;
    }
    
    .product .product_btn .plus-icon svg{
        height: 10px;
        width: 15px;
    }

    .special_right.move-up{
        transform: translate(40%, -30%);
    }

    .special_left.move-up{
        transform: translate(-60%, -56%);
    }


    .products .product_img{
        margin-bottom: 0.5rem;
    }

}






@media (min-width: 1000px) and (max-width: 1440px){

    .special_container{
        height: 110vh;
        display: grid;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .products.move-up {
        /*transform: translate(-10%, -65%);*/
        transform: translate(-10%, -55%);
    }

    .special_content .special_header{
        font-size: 15px;
    }

    .special_content .special_subheader{
        font-size: 20px;
        margin-bottom: 14%;
    }

    .special_content .special_header.move-up{

        transform: translateY(-35%);

    }


    .special_content .special_subheader.move-up{

        transform: translateY(-50%);

    }

    .special_img{
        left: 15%;
        width: 80%;
        top: 140%;
    }

    .products{
        grid-template-columns: repeat(4, 165px);
    }

    .product .product_p{
        font-size: 14px;
    }

    .product .product_btn{
        font-size: 10px;
        gap: 1px;

    }


    .product .product_btn .plus-icon{
        transform: translateY(-0.2em);
        margin-left: 2px;
    }
    
    .product .product_btn .plus-icon svg{
        height: 10px;
        width: 15px;
    }

    .special_right.move-up{
        transform: translate(40%, -30%);
    }

    .special_left.move-up{
        transform: translate(-60%, -56%);
    }

    .products .product_img{
        margin-bottom: 1rem;
    }

}


/*==========  OFFER ==========*/

/* OFFER BASE */
.offer_container{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
}

.offer_container .offer_content{
    position: relative;
    display: grid;
    place-items: center;
    text-align: center;
}

.offer_content .offer_header{
    font-size: 1.5rem;
    font-weight: 500;
}

.offer_content .offer_subheader{
    margin-bottom: 7%;
    font-size: 2.5rem;
    font-weight: 700;
}

.offer_cards{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    flex-wrap: wrap;
    gap: 2rem;
}


/* MAKE CARD */

.offer_card{
    flex: 1 1 calc(50% - 1rem);
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 1rem;
    padding: 1.25rem;
    padding-right: 3.125rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}



.offer_photo_img{
    border-radius: 0.75rem;
    max-width: 100%;
    height: 9.375rem;
    object-fit: cover;
    margin-right: 1.25rem;
    z-index: 1;
}


.offer_base_title{
    color: #fff;
    z-index: 1;
}

.offer_base_title h2{
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: left;
}

.offer_base_title p{
    display: flex;
    cursor: pointer;
    align-items: center;
    margin-top: 1rem;
    color: #fff;
    font-size: 0.938rem;
}


.offer_base_title .offer_plus{
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
}

.offer_bird{
    position: absolute;
    max-width: 20%;
    height: auto;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.1;
    border-bottom-right-radius: 1rem;
}



.offer_rightbird{
    position: absolute;
    top: 0;
    left: 84%;
    width: 18%;
    opacity: 0.1;
    transition: transform 4s ease, top 6s ease;
}


.offer_down{
    transform: rotate(-90deg);
    top: 360px
}


.offer1{
    background-color: #F1C071;
}

.offer2{
    background-color: #D06070;
}

.offer3{
    background-color: #3498DB;
}

.offer4{
    background-color: #16A085;
}




@media (max-width: 700px) {
    .offer_rightbird{
        display: none;
    }
    .offer_container{
        height: auto;
        padding-top: 9%;
    }

    

    .offer_content .offer_subheader{
        font-size: 17px;
    }

    .offer_content .offer_header{
        font-size: 12px;
    }

    .offer_card {
        flex: 1 1 100%; /* Kartların tam genişlikte olmasını sağlar */
    }
    .offer_cards{
        width: 80%;
    }

    .offer_photo_img{
        height: 4.375rem;
    }

    .offer_base_title h2{
        font-size: 0.7rem;
    }

    .offer_base_title p{
        font-size: 0.638rem;
        margin-top: 0.4rem;
    }




}



@media (min-width: 701px) and (max-width: 1440px){

    .offer_rightbird{
        display: none;
    }
    .offer_container{
        height: auto;
        padding-top: 2%;
    }

    

    .offer_content .offer_subheader{
        font-size: 20px;
    }

    .offer_content .offer_header{
        font-size: 15px;
    }

    .offer_card {
        flex: 1 1 calc(50% - 1rem) /* Kartların tam genişlikte olmasını sağlar */
    }
    .offer_cards{
        width: 70%;
    }

    .offer_photo_img{
        height: 6.375rem;
    }

    .offer_base_title h2{
        font-size: 1rem;
    }

    .offer_base_title p{
        font-size: 0.888rem;
    }
    

}



 /*==========  Blog ==========*/
 


.blog_container{
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5%;
}

.blog_container .blog_content{
    position: relative;
    display: grid;
    place-items: center;
    text-align: center;
}

.blog_container .blog_header{
    font-size: 1.5rem;
    font-weight: 500;
}


.blog_container .blog_subheader{
    margin-bottom: 7%;
    font-size: 2.5rem;
    font-weight: 700;
}

.blog_cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center; 
}

/* MAKE CARD */
.blog_card {
    position: relative;
    display: flex;
    align-items: center;
    width: 300px;
    height: 600px;
    padding: 2rem;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.blog_image {
    text-align: center;
    width: 90%;
    height: 200px;
    object-fit: cover;
    position: absolute;
    border-radius: 20px;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
}

.blog_card_titles {
    padding-top: 170px; 
}

.blog-title {
    font-size: 17.8px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    color: #26443B;
}

.blog-description {
    font-size: 17px;
    color: #26443B;
    line-height:23px;
    margin-bottom: 2rem;
    font-weight: 400;
}


.blog-link {
    font-weight: 400;
    display: flex;
    align-items: center;
    text-align: left;
    color: #FDAE83;
    font-size: 1rem;
    text-decoration: none;
    padding: 10px 16px;
    position: absolute;
    bottom: 23px;
    left: 16px;
    width: calc(100% - 32px);
}

.blog-link img {
    margin-right: 8px;
}

.blog-link .blog_plus {
    color: #ff6600;
    width: 13px;
}


@media (max-width: 700px) {


    .blog_container{
        padding-top: 10%;
    }

    .blog_container .blog_header{
        font-size: 12px;
    }
    
    
    .blog_container .blog_subheader{
        font-size: 17px
    }

    .blog_cards{
        justify-content: center;
    }



}



@media (min-width: 701px) and (max-width: 1440px){

    .blog_container .blog_header{
        font-size: 15px;
    }


    
    .blog_container .blog_subheader{
        font-size: 20px
    }
    

}



/*==========  Comment ==========*/


/* Comments Base */

.comment_body{
    display: flex;
    height: 50vh;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.comment_container {
    position: relative;
    width: 100%;
    padding: 8rem;
    overflow: hidden;
}


.comment_header {
    position: absolute;
    left: 30%;
    transform: translate(30%,-60%);
    top: 4rem;
}

.comment_header h2{
    margin: 0;
    font-size: 1.2rem;
    color: #26443B;
}

.comment_header h1{
    font-size: 2rem;
    font-weight: bold;
    color: #26443B;
}

.comment_buttons{
    position: absolute;
    left: 51%;
    top: 20%;
    display: flex;
    gap: 0rem;
    z-index: 1;
    transform: translateY(-50%);
}

.comment_buttons button{
    background-color: transparent;
    color: #fff;
    padding: 0.2rem 0.5rem;
    cursor: pointer;
    font-size: 1rem;
    border: none;
    width: 20%;
}

.comment_background{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #26443B;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.comment_background img{
    position: absolute;
    top: 7%;
    left: 40%;
    transform: translate(-50%);
    max-width: 50%;
    opacity: 0.5;
}


.comment_background img[data-aos^=fade].aos-animate {
    opacity: 0.2; 
}


 /* sliders*/


 .comment_slider_container {
    position: relative;
    margin-top: 5rem;
    max-width: 1000px; /* İstediğiniz genişliği ayarlayabilirsiniz */
    margin: auto;
    overflow: hidden; /* Taşan içerikleri gizler */
}
.swiper-wrapper {
    display: flex;
}
.swiper-slide {
    box-sizing: border-box;
}
.review-card {
    box-sizing: border-box;
    background-color: #fff;
}





/* Comments card */
.review-card{
    background-color: #ffff;
    color: #26443B;
    border-radius: 25px;
    padding: 40px;
    max-width: 510px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.comment-image{
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.name-rating{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}


.name-rating h2{
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
}

.star-rating{
    display: flex;
    gap: 0.0rem;
    margin-bottom: 0.5rem;
}

.star-rating .star{
    font-size: 17px;
    color: #FDAE83;
}

.text-content p {
    text-align: left;
    font-size: 0.8rem;
    line-height: normal;
    margin-top: 1rem;
}

.date{
    font-size: 0.7rem;
    text-align: left;
    margin-top: 1rem;
    opacity: 0.7;
}




/* Media Queries */
@media (max-width: 1024px) {
    .comment_body {
        flex-direction: column;
        height: auto;
    }

    .comment_container {
        padding: 1rem;
    }

    .comment_header {
        text-align: center;
        position: relative;
        left: 0;
        transform: none;
        top: 0;
    }


    .comment_header h1{
        font-size: 20px;
    }

    .comment_header h2{
        font-size: 14px;
    }

    .comment_buttons {
        width: 70%;
        position: relative;
        left: 0;
        top: 2%;
        opacity: 0.7;
        transform: none;
        margin-bottom: 8px;
    }

    .comment_buttons button{
        width: 15%;
    }

    .comment_background {
        display: none;
    }

    .review-card {
        max-width: 100%;
        height: auto;
        padding: 20px;
    }

   
}

@media (min-width: 700px) and (max-width: 1300px){
    .comment_buttons button{
        width: 7.2%;
    }

}




@media (min-width: 1440px) and (max-width: 1700px){

    .comment_header{
        left: 23%;
    }

}



