@import url("header.css");
@import url("about-me.css");
@import url("info.css");
@import url("price.css");
@import url("booking.css");
@import url("footer.css");


:root {
    --first-color:#333;
    --second-color:#d88693;
    --third-color:#56422e;
    --fourth-color:#ffffff;
    --fifth-color:#000000;
    --sixth-color:#ecb98b;
}


/* Сброс для кросс-браузерности */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: 50px !important;
}





/* Обнуление отступов и padding */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;

}

/* Убираем стандартные стили для списков */
ul,
ol {
  list-style: none;
}

/* Убираем подчеркивание у ссылок */
a {
  text-decoration: none;
  color: inherit;
}

/* Наследование шрифтов для форм */
input,
button,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
}

/* Убираем стандартные стили кнопок */
button {
  cursor: pointer;
  background: none;
}

/* Изображения responsive по умолчанию */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Убираем стандартные стили таблиц */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* HTML5 display-role reset для старых браузеров */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Убираем стандартные стили заголовков */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}



/* Убираем стандартный скроллбар в Firefox */
html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* Убираем стандартный скроллбар в Webkit-браузерах */
::-webkit-scrollbar {
  display: none;
}

/* Гарантируем, что html и body занимают всю высоту */
html, body {
  height: 100%;
}

/* Сброс стилей для address */
address {
  font-style: normal;
}

/* Отключаем подсветку при тапе на мобильных */
* {
  -webkit-tap-highlight-color: transparent;
}



ul,
li,
h1,
h2,
h3,
h4,
h5{
margin: 0;
padding: 0;
}

body{
    margin: 0;
    padding:0;
    min-height: 150vh; /* Обеспечивает скролл */
    
}

.wrapper {
    position: relative; /* Это может помочь */
}






.contact{
 background: linear-gradient(100deg,rgba(216, 134, 147, 1) 0%, rgba(245, 223, 227, 0.98) 0%, rgba(255, 255, 255, 1) 65%);
padding: 2rem 0;
}


.contact__item{
    width: 100%;
    height: 23rem;
}

.subtitle__dark{
    color: var(--fifth-color);
    width: 15rem;
    margin: 0rem 0rem 2rem;
    padding: 1rem 0rem 0rem;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    background: url("/img/img/Decore.png") center bottom no-repeat;
    background-size: contain;
   
    
}

.contact__text{
    padding: 1rem 2rem;
}

.contact__info{
    background: #d88693;    
    padding: .5rem;
    border-radius: .5rem;
    display: flex;
    justify-content: space-between;
    gap: 1.7rem;
    color: var(--fourth-color);
    box-shadow: 1px 1px 5px var(--fifth-color);
}

.litle-title {
        font-weight: 900;
        font-size: 16px;
        
}
.middle-title {
        font-weight: 300;
        margin-bottom: 1rem;
}

.telephone__contact{
    font-weight: 600;
    color: var(--fourth-color);
    text-decoration: none;
}



.contatct__maps{
    width: 500px;
    height: 200px;
    border-radius: .5rem;

}







/* Адаптивность только для мобильных */
@media (max-width: 1024px) {
    .container {
        padding: 0 1rem;
    }
    
    .navigation__item {
        font-size: 14px;
    }
    
    .navigation__li {
        margin-right: 1rem;
    }
}

@media (max-width: 768px) {
     html{
    scroll-padding-top: 150px !important;
    }
    .header__nav {
        flex-wrap: wrap;
        height: auto;
        padding: 0.5rem 1rem;
        gap: 0.5rem;
        font-size: 12px;
    }
    

    .nav__time,
    .nav__tel {
        flex: 1;
        min-width: 45%;
        justify-content: center;
    }

    .social__item {
        gap: 0.5rem;

    }
    
    .navigation {
        flex-direction: column;
        height: auto;
        padding: 1rem;
        gap: 1rem;
    }
    
    .navigation__item {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
    }
    
    .navigation__li {
        margin-right: 0;
    }
    
    .link {
        padding: 0.3rem 0.6rem;
        font-size: 14px;
    }
    
    .info {
        height: 500px;
        position: relative;
    }
    
    .info__info {
        width: 100%;
        margin: 1rem auto;
        font-weight: 900;
        z-index: 2;
    }
    
    .info__blur{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 70%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: -1;
}
    
    .title {
        width: 100%;
        max-width: 20rem;
        font-size: 2rem;
        margin: 5rem auto 1rem;
    }

    .about-me{
        height: 108rem;
    }
    
    .subtitle{
        margin: 2rem auto 1rem;
    }

    .abotut-me__item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 52rem;
        margin-bottom: 1rem;
    }
    
    .about-me__info {
        width: 100%;
        max-width: 600px;
        margin-bottom: 2rem;

    }
    
    .about-me__me {
        width: 100%;
        max-width: 500px;
        margin: 0;
        height: 300px;
    }

    .about-me__me-two{
        width: 100%;
        max-width: 500px;
        margin: 0;
        height: 300px;
    }

    .subtitle__dark{
        margin: 0 auto 2rem;
    }
    
    .price__subtitle{
        padding-top: 2rem;
    }

    .contact{
        height: 42rem;
    }

    .contact__info {
        flex-direction: column;
        height: 30rem;
    }
    
    .contatct__maps {
        width: 400px;
        height: 200px;
        margin: 0 auto 2rem;
    }
    
    .footer__item {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
        align-items: center;
    }
    
    .fnav__item {
        flex-direction: column;
        gap: 1rem;
    }



  .platform-links {
    flex-direction: column;
    align-items: center;
  }
  
  .platform-link {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
  
  .reviews-stats {
    gap: 20px;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-button {
    width: 100%;
    max-width: 250px;
    text-align: center;
  }

      .booking-form {
        padding: 1rem;
    }
    
    .form-group {
        margin-bottom: 1rem;
    }
    
    .time-slot {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .calendar-day {
        padding: 0.5rem 0;
        font-size: 0.9rem;
    }

}

@media (max-width: 480px) {
         html{
          scroll-padding-top: 150px !important;
    }
    .header__nav {
        flex-direction: column;
        gap: 1rem;
    }
    
    .social__item {
        gap: 2rem;
    }

    .nav__place,
    .nav__time,
    .nav__tel {
        min-width: 100%;
        justify-content: center;
    }

    .navigation{
        padding: 1rem .5rem;
    }
    
    .info {
        height: 400px;
    }
    
    .title {
        font-size: 1.8rem;
        margin: 3rem auto 1rem;
    }
    
    .price__block {
        width: 100%;
        max-width: 250px;
    }
    .about-me{
        height: 108rem;
    }
    
    .about-me__me {
        height: 250px;
    }

    .price__block{
        width: 16rem;
    }

    .price__block:nth-child(6) .block-img{
        margin: 0;
    }

    .price__block:nth-child(7) .block-img{
        margin: 0;
    }

    .block-img{
        width: 100%;
    } 

    .contatct__maps {
        width: 250px;
        height: 200px;
        margin: 0 auto 1rem;
    }

    .booking-section{
        padding: 1.3rem;
    }
    .calendar-container{
        padding: .5rem;
    }
}

@media (max-width: 402px){


    .navigation {
        padding: 1rem .4rem;
    }
    .navigation__item{
        gap: 0.6rem;
    }

    .link{
        padding: 0.3rem 0.1rem;
    }

    .button{
        padding: 0.3rem .5rem;
    }

    .booking-section{
        padding-bottom: 1.3rem;
    }
        .link:hover{
    padding: .4rem .2rem;
    border: 0;
    border-radius: .5rem;
        border: 1px solid var(--sixth-color);
}

}



@media (max-width: 360px){

    html{
          scroll-padding-top: 140px !important;
    }
    .marquee-container{
        margin-bottom: 2rem;
    }
    .about-me{
        height:124rem;
    }
    .abotut-me__item{
        height: 60rem;
    }
    .marquee-container{
        margin: 0;
    }

    .navigation{
        padding: 1rem .1rem;
    }

    .navigation__item{
        gap: 0.6em;
    }
    
    .link:hover{
    padding: .4rem .2rem;
    border: 0;
    border-radius: .5rem;
    border: 1px solid var(--sixth-color);
    }
}