/*------------------------------------------------------------------//
//      RESPONSIVE SYSTEM                                                                                 //
//------------------------------------------------------------------*/
@media screen and (min-width: 1400px) {
  /* PC 1400+  */
  .menuAc {
    display: none !important;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1199px) {
  .menuAc {
    display: none !important;
  }
  .header-menu ul li a {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
  }
  .h-container {
    max-width: 100%;
  }
  .header-button a {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    width: 200px;
    font-size: 16px;
    background-color: #0091ac;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
    padding: 10px 30px 10px 21px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .header {
    position: absolute;
    height: auto;
    padding-left: initial;
    /* background: linear-gradient(to bottom ,#000000ab,#3b3b3b); */
    padding: 16px 0;
    padding-left: 11px;
  }
  .header-menu__nav {
    display: none;
  }
  .header-top {
    right: 10px;
  }
  .header-logo {
    max-width: 110px;
  }
  .header-inner {
    /* padding: 25px; */
    width: 100%;
  }
  .c-title {
    padding-bottom: 5px;
    border-bottom: 2px solid #0d4054;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 35px;
  }
  .c-title:before, .c-title:after {
    content: none;
  }
  .c-subtitle {
    font-size: 30px;
    color: #0d4054;
  }
  .c-description {
    font-size: 18px;
    line-height: 28px;
  }
  .slider .text strong {
    display: none;
  }
  .slider .text h3 {
    font-size: 22px;
    line-height: 1.4;
  }
  .slider .text p {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
  .slider__item {
    height: calc(40vh + 100px);
  }
  .slider__image {
    margin-bottom: 2rem;
  }
  .home-contact-form {
    margin: 50px auto;
  }
  .h-contact-form {
    width: 100%;
    height: auto;
  }
  .h-contact-form .c-title__ghost {
    display: none;
  }
  .h-contact-form .form-control {
    height: 52px;
    font-size: 16px;
  }
  .h-contact-form-btn {
    width: 100%;
    height: 53px;
    font-size: 22px;
    border: 0;
  }
  .card-salon {
    padding: 2rem;
    height: 430px;
  }
  .card-salon * {
    width: 100%;
  }
  .card-salon__title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .card-salon__description {
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 40px;
  }
  .card-salon__link {
    font-size: 20px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
  }
  .footer-logo {
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 200px;
  }
  .footer-copyright {
    font-size: 16px;
    color: #ffffff;
  }
  .footer-inner .row {
    /* flex-direction: column-reverse; */
  }
  .home-products .c-title-area {
    margin-bottom: 22px;
  }
  .home-products .c-title__ghost {
    display: none;
  }
  .header-top__social{
    display: none;
  }
  .aktif-hero{
    height: auto;
  }
  .single-title-inner{
    font-size: 18px;
    top: -4px;
    position: relative;
  }
  .single-product-slider .slick-next {
    right: 0;
    left: initial !important;
}
.single-product-slider .slick-prev {
  left: 0 !important;
}
.header-menu__right {
  display: flex;
  align-items: center;
  margin-left: 45px;
}
.header-menu-btn{
  display: block;
}
.header-menu {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #ffffff;
  max-width: 100;
  width: 100%;
  padding-left: 189px;
}
}
@media screen and (max-width: 639px) and (min-width: 0) {
  .header {
    position: absolute;
    height: auto;
    padding-left: initial;
    /* background: linear-gradient(to bottom ,#000000ab,#3b3b3b); */
    padding: 16px 0;
    padding-left: 11px;
  }
  .header-menu__nav {
    display: none;
  }
  .header-top {
    right: 10px;
  }
  .header-logo {
    max-width: 110px;
  }
  .header-inner {
    /* padding: 25px; */
    width: 100%;
  }
  .c-title {
    padding-bottom: 5px;
    border-bottom: 2px solid #0d4054;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 35px;
  }
  .c-title:before, .c-title:after {
    content: none;
  }
  .c-subtitle {
    font-size: 30px;
    color: #0d4054;
  }
  .c-description {
    font-size: 18px;
    line-height: 28px;
  }
  .slider .text strong {
    display: none;
  }
  .slider .text h3 {
    font-size: 22px;
    line-height: 1.4;
  }
  .slider .text p {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
  .slider__item {
    height: calc(40vh + 100px);
  }
  .slider__image {
    margin-bottom: 2rem;
  }
  .home-contact-form {
    margin: 50px auto;
  }
  .h-contact-form {
    width: 100%;
    height: auto;
  }
  .h-contact-form .c-title__ghost {
    display: none;
  }
  .h-contact-form .form-control {
    height: 52px;
    font-size: 16px;
  }
  .h-contact-form-btn {
    width: 100%;
    height: 53px;
    font-size: 22px;
    border: 0;
  }
  .card-salon {
    padding: 2rem;
    height: 430px;
  }
  .card-salon * {
    width: 100%;
  }
  .card-salon__title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .card-salon__description {
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 40px;
  }
  .card-salon__link {
    font-size: 20px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
  }
  .footer-logo {
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 200px;
  }
  .footer-copyright {
    font-size: 16px;
    color: #ffffff;
  }
  .footer-inner .row {
    flex-direction: column-reverse;
  }
  .home-products .c-title-area {
    margin-bottom: 22px;
  }
  .home-products .c-title__ghost {
    display: none;
  }
  .header-top__social{
    display: none;
  }
  .aktif-hero{
    height: auto;
  }
  .single-title-inner{
    font-size: 18px;
  }
  .single-product-slider .slick-next {
    right: 0;
    left: initial !important;
}
.single-product-slider .slick-prev {
  left: 0 !important;
}
.header-menu__right {
  display: flex;
  align-items: center;
  margin-left: 45px;
}
.header-menu-btn{
  display: block;
}
.header-menu {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #ffffff;
  max-width: 100;
  width: 100%;
  padding-left: 189px;
}
.single-product-title {
  font-size: 35px;
  padding-top: 35px;
}
.single-product-slider img{
  width: 100%;
}
}