html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::after,
*::before{

    box-sizing: inherit;
}

body{
    color: #000;
    
    font-family: "Comfortaa", serif;   
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;

}

a{
text-decoration: none;
color: inherit;

}

ul{
    list-style: none;
}

button{
    padding: 18px 54px;
    background: #006666;
    color: azure;
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    font-weight: 600px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 10px 5px 5px black;   
}



.menu__btn{
    display: none;
    width: 30px;
    height: 25px;
    background-color: transparent; 
    flex-direction: column;
    justify-content: space-between;
}

.menu__btn span{
    height: 1px;
    background-color: black;
    width: 100%;
}

.container {
  max-width: 1180px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
 
}

.header__inner{
    padding: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    
}

header{
    background-color: white;
    
}
.menu__list{
    display: flex;
    gap: 20px;
}

.menu__list-link{
    text-transform: uppercase;
}

.phone{
    position: relative;
    font-size: 12px;
}

.phone::before{
    position: absolute;
    content: '';
    background-image: url(../images/phone.svg);
    width: 20px;
    height: 20px;
    left: -23px;
    top: -3px;
}

.logo__img{
    width: 50px;
    height: 50px;
    margin-left: 15px;
}

.main{
    background-image: url(../images/promo2.jpg);
    position: relative;
    background-repeat: no-repeat;
    

    /* background-size: cover; */
   
}

.nav-link:hover {
    background-color: #575757;
    border-radius: 5px;
}

.nav-link.active {
    background-color: #4c8eff;
    border-radius: 5px;
}

.top{
    padding: 5px 0 100px;
}

.top__inner{
    position: relative;
}

.top__title{
  font-family: 'Mukta', cursive;
  font-size: 120px;
  margin-bottom: 5px;
 

}

.top__titlea{
  font-family: 'Mukta', cursive;
  font-size: 55px;
  margin-bottom: 15px;
}

.slider__title1{
    font-family: 'Mukta', cursive;
    font-size: 80px;
    margin-bottom: 10px;
    text-align: center;
  }

.slider__title{
  font-family: 'Mukta', cursive;
  font-size: 45px;
  margin-bottom: 10px;
  text-align: center;
}

.top__lines{
  font-family: 'Mukta', cursive;
  font-size: 40px;

  margin: 10px 0;
  padding: 15px 20px;
  border-radius: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  animation: gradientAnimation 5s ease infinite;
  position: relative;
  overflow: hidden;
  
}

.top__buy{
    padding: 18px 54px;
    background: #006666;
    color: azure;
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    font-weight: 600px;
    margin-top: 20px;

}

.top__img{
    position: absolute;
    right: 0;
    margin-right: 50px;
  
}

.top__content{
    padding-top: 5px;
}

.footer{
    padding-top: 40px;
    padding-bottom: 35px;
}

.footer__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__contacts{
    display: flex;
    flex-direction: column;
    width: 230px;
}

.email{
    margin: 17px 0;
}

.footer__social{
    display: flex;
    gap: 15px;

}

.container__about{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    
}

.counter-wrapper{
    background: #006666;
    color: azure;
    font-family: 'Comfortaa', cursive;
    padding: 20px;
    border-radius: 10px;
    font-size: 1.2em;
    width: 200px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    margin: 20px;
    justify-content: center;
}

.counter:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.about{
    background-color: azure;
    padding: 50px 0 60px;
}

.container__middle{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.counter-middle{
    background: #006666;
    color: azure;
    font-family: 'Comfortaa', cursive;
    padding: 15px;
    border-radius: 10px;
    font-size: 1.2em;
    width: 200px;
    text-align: center;
    transition: all 0.3s ease;
    margin: 15px;
    justify-content: center;
    box-shadow: 10px 5px 5px black;
}

.counter-middle:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.middle{
  
    background-color: azure;
    padding: 50px 0 60px;
  
}

.slider{
    background-color: white;
    padding: 5px 0 60px;
   
    
}

.feedback__slider {
    width: 50%;
    height: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


.slider .swiper-pagination{
    bottom: -5px;   
    position: relative;
}

.swiper-pagination-bullet{
    background-color: #006666;
    width: 45px;
    height: 4px;
    border-radius: 0%;
}

.accordeon__item{
    background-color: white;
    margin-bottom: 10px;
    
}

.accordeon__title{
    font-family: 'Comfortaa', cursive;
    font-size: 16px;
    display: block;
    background-color: transparent;
    color: #006666;
    padding: 15px 50px 15px 5px;
    width: 90%;
    text-align: left;
}

.accordeon__title::after{
    content: '';
    background-image: url(../images/down.svg);
    
    height: 16px;
    position: absolute;
    right: 26px;
    top: 17px;
    /* добавь svg up*/
}

.accordeon__title.accordeon__title--active::after{
    transform: rotate(180deg);
}


.accardeon__text{
 padding: 10px 10px;
 opacity: 0;
 max-height: 0;
 transition: opacity .3s, max-height .3s;
}

.accardeon__text.accardeon__text--visible{
    opacity: 1;
}

.title{
    font-family: 'Mukta', cursive;
    font-size: 80px;
    margin-bottom: 10px;
    text-align: center;
}

.promo{
    background-image: url(../images/promo.jpg);
    background-repeat: no repeat;
    padding: 140px 0;
}

.promo__inner{
    display: flex;
    align-items: center;
}

.promo__text{
    font-family: 'Comfortaa', cursive;
    font-size: 55px;
    color: #006666;
    padding-left: 55px;
    max-width: 730px;
    margin-right: 110px;    
    
}

.promo__link{
    padding: 18px 54px;
    background: #006666;
    color: azure;
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    font-weight: 600px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 10px 5px 5px black;
    text-align: center;

}

.contacts{
    padding: 50px 0 30px;
    background-color: azure;
}

.contacts__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.form{
    background-color: white;
    width: 500px;
    padding: 5px 10px 20px;
    margin-right: 18px;
}



.form__title{
    font-family: 'Comfortaa', cursive;
    margin-bottom: 60px;
    font-size: 20px;
}

.resp{
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    padding: 15px;
    color: #006666;
}

.form__input{
    background-color: white;
    border: none;
    border-bottom: 1px  solid black;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 7px 10px;
    color: #000;
}

.form__input::placeholder{
    color: #006666;
    font-family: 'Comfortaa', cursive;
    margin-bottom: 60px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}


@media(max-width: 768px){
body{
    font-size: 10px;
}
.container{
    max-width: 640px;
}
.phone::before{
    position: absolute;
    content: '';
    background-image: url(../images/phone.svg);
    width: 14px;
    height: 14px;
    left: -23px;
    top: -3px;
    background-size: cover;
}
.footer__inner{
    flex-wrap: wrap;
}
.footer__contacts{
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
.footer__social{
    justify-content: center;
}

.promo__inner{
    display: flex;
    align-items: center;
    flex-direction: column;
}

}

@media(max-width: 480px){
    .container{
        padding-left: 10px;
        padding-right: 10px;
    }
    .header__menu-list{
      width: 153px;
      background-color: #006666;
      color: azure;
      flex-direction: column;
      gap: 20px 0;
      padding: 10px 15px 10px 15px;
      position: absolute;
      left: 0;
      top: 0;
      transform: translateY(-200%);
      transition: transform .5s ease;
      z-index: 5;
    }
    .header__menu-list.menu--open{
        transform: translateY(0%);
    }
    .menu__btn{
        display: flex;
    }
    .header__menu{
        order: 1;
    }
    .footer__inner{
        flex-direction: column;
    }
    .footer__menu{
        padding: 50px 0;
        text-align: center;
    }
    .footer__menu-list{
        flex-direction: column;
    }
    .footer{
        padding: 50px 0;
        font-style: 14pxs;
    }
    .top{
        padding: 5px 0 150px;
    }

    .top__title{
        font-family: 'Mukta', cursive;
        font-size: 75px;
        margin-bottom: 5px;
      }
    .top__titlea{
      font-family: 'Mukta', cursive;
      font-size: 35px;
      margin-bottom: 15px;
    }
    
    .top__lines{
      font-family: 'Mukta', cursive;
      font-size: 20px;
    }

    .top__img{
        position: absolute;
        right: 0;
        margin-top: 10px;
        margin-right: 50px;
    }
   .container__about{
            flex-direction: column;
            font-size: 2em;
            
    }
    .container__middle{
        flex-direction: column;
        font-size: 1,2em;     
    }

    .feedback__slider {
        width: 70%;
        height: 100%;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    .swiper-slide img {
        width: 270px;
        height: 310px;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;   
    }

    .promo__text{
        font-family: 'Comfortaa', cursive;
        font-size: 40px;
        color: #006666;
        padding-left: 15px;
        max-width: 730px;
        margin-right: 110px;
        margin-top: -50px;   
        
    }
    
    .container{
        align-items: center;
        padding: 10px;
    }
    .form {
        margin-right: 0;
        margin-bottom: 20px;
        width: 300px;
        height: 150px;
    }

    .form__title {
        font-size: 15px;
        text-align: center;
    }

    .map {
        padding-top: 15px;
        width: 300px;
    }
    .title{
        font-size: 30px;
        margin-top: 10px;
    }
    .slider{
        padding: 5px 0 60px;
    }

    .contacts__inner{
       
            width: 300px;
            height: 750px; 
            flex-direction: column;
            align-items: center;
            padding: 10px;

    }

  
}
