.header-main-menu{
    
    display: flex;
    justify-content: space-between !important;
}
.header-menu{
   
    display: flex;
    justify-content: space-between !important;
    
}

.header-menu-item{
    gap: 20px;
    display: flex;
    justify-content: space-between !important;
}
.header-menu-item nav{
    
    display: flex;
    justify-content: space-between !important;

}


.header-language img{
    width: 50px;
    height: 30px;
}
.main-insta{
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0;

}
.font-weight-lighter{
    font-weight: 300;
}

.instagram-media{
    width: 75%;
    
}
@media (max-width: 900px) {
    .main-insta {
        width: 80%;
        margin: 0 auto; /* Ortalamak için */
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center; /* Metinleri ortalamak için */
        padding-top: 10px;
    }
}
.icon-box-icon{
    
    height: 100px;
    display: flex;
    align-items: center;
    width: 200px;
    
}
.icon-box-icon img{
   
   width: 80px !important;
}
.cta-span{
    font-size: 100px;
    font-weight: 100;
    padding-left: 20px;
}

.rounded-5 div{
    border-radius: 30px !important;
    overflow: hidden;
}

.form-card {
    height: 100% !important;
    
}
 

.form-row .col input{
    
    width: 100%;
    text-align: start;
    padding: 10px 10px;
}

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

}

.testimonial{
    text-align: center;

}

.testimonial-title{
    width: 100%;
    background-color: #ecd1a7;
    
}
.testimonial-title *{
    font-weight: 300;
    padding-left: 5px;
}

.owl-carousel .owl-nav button {
    color: #2e3238 !important; /* Ok rengini değiştirir */
}

.tretment-desc{
    background-color: #ecd1a7;
    display: flex;
    align-self: center;

}
.tretment-desc *{
    font-weight: 300;

}
.tretment-desc .treatment-text {
    margin: 10px 10px;
    

}
.tretment-desc .treatment-text h3{
   margin: 0;
    

}
.tretment-desc .treatment-text p{
   margin: 0;
    

}

.tretment-desc img{
    width: 50px;
}

.treatment-icon{
    width: 50px;
    align-self: center;
    margin: 5px;
    margin-right: 10px;
    
}

.row-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

body, html {
    overflow-x: hidden;
}

/* footer{
    border: 1px solid red;
    justify-content: space-between;
}
footer .footer-logo{
    border: 1px solid red;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

footer .row {
    max-width: 100% !important;
    overflow-x: hidden;
}
 */
 .icon-bar-side {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5000;
  }
  
  .icon-bar-side a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 1s ease;
    color: #3e5789;
    font-size: 15px;
    background: #333333d7;
    color: #fff;
  }
  
  .icon-bar-side a:hover {
    background-color: #455554d7;
    color: #fff;
  }
  .bg-instagram{
    background: linear-gradient(45deg, #FEDA75, #FA7E1E, #D62976, #962FBF, #4F5BD5) !important;
}

.bg-facebook{
    background-color: #1877F2 !important;
}

.bg-whatsapp{
    background-color: #25D366 !important;
}

.bg-youtube{
    background-color: #FF0000 !important;
}
.bg-tiktok{
    background-color: #1e1d1d !important;
}
   
  
  .whatsapp-hover-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 5000;
  }
  
  .icon-box-terapi {
    font-size: 50px;
  }

  .cta-bground{
    background-color: #ecd1a7;
  }

  .position-fix{
    position: fixed;
    bottom: 50px;
    right: 0;
    width: 20%; 
    
  }

  @media screen and (max-width: 1400px) {

    .header-language img{
        width: 40px;
        height: 25px;
    }
    .header-logo img{
        width: 170px;
    }
    header nav{
        font-size: .8rem;
    }
  }


  @media screen and (max-width: 768px) {

    .position-fix{
        position: relative;
        width: 100%; 
    }
    .header-language img{
        width: 30px;
        height: 20px;
    }
    .header-logo img{
        width: 220px;
    }
  }

  .campaign-div{
    height: 600px;
  }

  .campaign .btn-primary{
    justify-content: center;
    align-self: center;
    width: 40%;
  }

 .btn-width{
    width: 30% !important;
 }

 .icon-box-icon{
    width: 50px !important;
 }