.html {
    font-family: "Roboto", sans-serif;}

*,
*::before,
*::after {
  box-sizing: border-box;
}
ul, li {
  list-style: none;
  padding: 0; 
  margin: 0; 
}

h1, h2, h3, h4, h5, h6, p { margin: 0;
padding: 0;}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

  img {
    display: block;
    max-width: 100%;
  }

  address {
  font-style: normal;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #2c2c2c;
}

.container{
width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 320px) {
  .container {
    max-width: 320px;
    padding: 0 20px;
  }
  
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
    padding: 0 32px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding: 0 16px;
  }
}

/*--------------header-------------*/

.header-nav {
box-shadow: 0px 4px 24px 0px rgba(105, 105, 105, 0.10);
}

.heder-container{
  display: flex;
 justify-content: space-between;
  align-items: center;
}

.main-logo{
  padding: 10px 16px;
}

.nav-menu{
  display: flex;
}

@media screen and (max-width: 768px) {
  .nav-menu{
    display: none;
  }
}

.nav-header{
  display: flex;
  justify-content: space-between; 
  align-items: center;
  margin-right: 48px;
}



.nav-menu-list {
  display: flex;
  gap: 28px;
}


.nav-menu-list-item{
font-size: 14px;
}

.nav-menu-list-item.current{
 color: #BBF330;
font-weight: 700;
}

.nav-button{
display: inline-flex;
padding: 6px 18px;
justify-content: center;
align-items: center;
border-radius: 30px;
background-color: #BBF330;
text-align: right;
font-size: 13px;
font-weight: 500;
line-height: 1.5;
border: none;
cursor: pointer;
}

.nav-button:hover, .nav-button:active{
  background-color: #FFE450;
}

/*-----------hero------------*/

.hero {
  display: flex;
}

.hero-container{
position: relative;
}


@media screen and (max-width: 1280px) {
  .hero-descr{
    margin-top: 60px;
 
  }
}
@media screen and (max-width: 768px) {
    .hero-descr{
margin-top: 28px;
}
}

.hero-title {
font-size: 48px;
font-weight: 700;
line-height: 1.20;
width: 502.417px;
margin-top: 159px;
margin-bottom: 28px;
}


@media screen and (max-width: 1280px) {
  .hero-title{
    width: 537px;
    font-size: 42px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
    .hero-title{
      width: 280px;
font-size: 28px;
font-weight: 700;
    }
  }

.hero-text {
font-size: 16px;
line-height: 1.5;
width: 511px;
height: 69px;
margin-bottom: 46px;
}


@media screen and (max-width: 1280px) {
  .hero-text {
width: 336px;

  }
}

@media screen and (max-width: 768px) {
  .hero-text {
font-size: 14px;
line-height: 2;
width: 266px;
  }
}

.hero-button{
  display: inline-flex;
padding: 6px 18px;
justify-content: center;
align-items: center;
border-radius: 30px;
background-color: #BBF330;
text-align: right;
font-size: 13px;
font-weight: 500;
line-height: 1.5;
border: none;
cursor: pointer;
margin-bottom: 219px;
}

.hero-button:hover, .hero-button:active{
  background-color: #FFE450;
}

@media screen and (max-width: 1280px) {
  .hero-button{
    margin-top: 40px;
    margin-bottom: 115px;
  }
}

@media screen and (max-width: 768px) {
.hero-button{
   margin-top: 38px;
}
}

.img-plate{
  border-radius: 580px;
border: 26px solid  #FFE550;
background-color: #FEFEFE;
margin: 14px 0px 69px;
}



@media screen and (max-width: 1280px) {
  .img-plate{
width: 292px;
height: 292px;
border-radius: 148.414px;
border: 14px solid  #FFE550;
margin: 0 auto;
  }
}

.img-plate:hover, .img-plate:active{
  border: 26px solid #BBF330;
}

.main-dish{
    position: absolute;
    top: 14px;
    right: 30px;
}


@media screen and (max-width: 1280px) {
  .main-dish{
top: 149px;
right: 8px;

  }
}

.icon-left{
 transform: scaleX(-1);
}

.icon-right:hover{
  fill: #7EB101;
}

.icon-left:hover{
  fill: #7EB101;
}

.button-left
 {
     position: absolute;
    top: 46%;
    transform: scaleX(-1);
    transform: translateX(-5px);
    background-color: #FFF;
    border: none;
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    cursor: pointer;
}

.button-right{
     position: absolute;
      top: 45%;
    transform: translateX(1150%);
       background-color: #FFF;
    border: none;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    cursor: pointer;
}

@media screen and (min-width: 1280px) {
   .button-left, .button-right {
    display: none;}
   }

   @media screen and (max-width: 768px) {
.main-dish{
display: none;
}
   }


/*--------------offerings-----------------*/

.offerings{
  background-color: #FFE550;
  display: flex;
}

@media screen and (max-width: 1280px) {
  .offerings{
    background-color:#FEFEFE;
  }
}

.offerings-container{
  display: flex;
  justify-content: center;
  
}

@media screen and (max-width: 1280px) {
  .offerings-container{
  flex-direction: column;
}
}

.img-plate-apple{
     display: flex;
    justify-content: center;
    position: relative;
    width: 550px;
    height: 604px;
    margin-bottom: 124px;
    margin-top: 167px;
    
}

.apple{
    position: absolute;
}
@media screen and (min-width: 1281px) {
.mobile-img{
  display: none;
}

}

@media screen and (max-width: 1280px) {
  .apple{
   width: 257px;
height: 325px;
position: relative;
}
  }

@media screen and (max-width: 768px) {
  .apple{
  width: 201px;
height: 255px;
margin-left: 30px;
  }
}

@media screen and (max-width: 1280px) {
  .img-plate-apple{
    display: none;
  position: absolute ;
   margin: 0;}
  }


  
.apple-border {
  display: flex;
  margin-top: auto;
  width: 550px;
  height: 550px;
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.apple-background {
  margin: auto;
  width: 502px;
  height: 502px;
  background-color: #fefefe;
  border-radius: 50%;
}

@media screen and (max-width: 1280px) {
.apple-border {
  display: none;}
.apple-background {
  display: none;
}
}

.offerings-title{
  display: flex;
  flex-direction: column;
  margin-top: 196px;
margin-left: 90px;
}

@media screen and (max-width: 1280px) {
  .offerings-title{
    margin-top: 128px;
    margin-left: 0;
 
  }
  }

  @media screen and (max-width: 768px) {
      .offerings-title{
        margin-top: 113px;
        gap: 28px;
      }
    }

.offerings-header {
font-size: 42px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
.offerings-header {
     width: 526px;
     
}
}
 @media screen and (max-width: 768px) {
  .offerings-header {
 width: 280px;
font-size: 28px;

  }
}

.offerings-header-text {
font-size: 16px;
line-height: 1.5;
margin-bottom: 40px;
width: 500px;
}

@media screen and (max-width: 1280px) {
.offerings-header-text {
     width: 500px;
     margin-bottom: 25px;
}
}

  @media screen and (max-width: 768px) {
.offerings-header-text {
  margin-bottom: 0;
  width: 280px;
 font-size: 14px;
}
  }


.offerings-list{
  display: flex;
  flex-direction: row;
  gap: 67px;

}
  @media screen and (max-width: 768px) {
    .offerings-list{
      display: block;
    }
  }

.offerings-icon 
{width: 100%;
  height: 100%;
  background-color:  #FEFEFE; 
  border-radius:50%;
    display: flex;
  justify-content: center;
   align-items: center;
   width: 48px;
height: 48px;
margin-bottom: 16px;
}

.offerings-item {
font-size: 18px;
font-weight: 700;
line-height: 1.4;
margin-bottom: 16px;
}

.offerings-item-text {
font-size: 14px;
line-height: 1.5;
width: 253px;
margin-bottom: 32px;
}

.offering-button{
  display: inline-flex;
padding: 10px 22px;
justify-content: center;
align-items: center;
border-radius: 30px;
border: 2px solid  #7EB101;
background-color: #FFF;
cursor: pointer;
font-size: 13px;
font-weight: 500;
line-height: 1.5;
}

@media screen and (max-width: 1280px){
  .offering-button{
    margin-right: 24px;
  }
}

.button-text{
  margin-right: 4px;

}

 @media screen and (max-width: 1280px){
 .button-item{
  display: flex;
  align-items: center; 
  
 }
}

 @media screen and (min-width: 1280px)
 {
.button-text{
  display: none;
}
.read-icon{
  display: none;
}
 }

.offering-button:hover, .offering-button:active{
background-color: #BBF330;
border: none;
}

.favorites {
  display: flex;
}

.favorites-descr {

 text-align: center;
}

.favorites-header {
font-size: 42px;
font-weight: 700;
margin-top: 120px;
margin-bottom: 20px;
}

.favorites-text {
font-size: 16px;
margin-bottom: 40px;
}

@media screen and (max-width: 1280px) {
  .favorites-text {
    margin-bottom: 60px;
  }
}

.favorites-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
    margin-bottom: 101px;
}

@media screen and (max-width: 1280px) {
  .favorites-list {
margin-bottom: 160px;
  }
}

.favorites-list-item{
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 64px) / 3);
  border-radius: 197.5px;
  border: 16px solid #FFE550;
  background-color: #FEFEFE;
  height: 397px;
}

@media screen and (max-width: 1280px) {
  .favorites-list-item{
width: calc((100% - 32px) / 2);
border-radius: 167.59px;
border: 14px solid  #FFE550;
width: 336px;
height: 338px;
  }
}

@media screen and (max-width: 768px) {
    .favorites-list-item{
width: 280px;
height: 282px;
border-radius: 139.658px;
border: 11px solid  #FFE550;

    }
  }

  @media screen and (max-width: 768px) {
   .not-mobile{
      display: none;
   }
    }


.img-plates{
 border-radius: 164.5px;
  object-fit: cover; 

}

@media screen and (max-width: 1280px) {
  .img-plates{
width: 267px;
height: 268px;

  }
}

@media screen and (max-width: 768px) {
    .img-plates{
width: 223.291px;
height: 223.489px;
    }
  }

.favorites-list-item:hover, .favorites-list-item:active{
  border: 16px solid #BBF330;
}


.button-text{
font-size: 13.667px;
line-height: 1.5;
color:  #000;
}


/*------customers------*/


.customers {
  background-color: #FFE550;
}

@media screen and (max-width: 1280px) {
  .customers {
    background-color: #FEFEFE;
  }
}




.customers-descr{
padding-top: 140px;
}

@media screen and (max-width: 1280px) {
  .customers-descr{
    padding-top: 0;
  }
}

.customers-header {
font-size: 42px;
font-weight: 700;
margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .customers-header {
font-size: 28px;
  }
}

.customers-text {
font-size: 16px;
margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .customers-text {
    font-size: 14px;
  }
}

.reviews {
  display: flex;
  gap: 139px;

}

@media screen and (max-width: 768px) {
  .reviews {
    display: block;
  }
}

.customers-list{
  border-radius: 0px 30px 30px 30px;
background: #FEFEFE;
max-width:  501px;
height: 231px;
  margin-bottom: 126px;
 padding: 14px;
}

@media screen and (max-width: 1280px) {
  .customers-list{
    margin-bottom: 60px;
  }
}


@media screen and (max-width: 768px) {
    .customers-list{
      margin-bottom: 32px;
      padding: 0;
    }
  }

.icon-area{
  margin-bottom: 28px;
}

.reviews-text {
font-size: 18px;
font-weight: 700;
margin-bottom: 40px;
}

.customers-box{
  display: flex;
  gap: 25px;
}

.customers-about{
display: flex;
flex-direction: column;
gap: 2px;
padding-right: 16px;
border-right: 1px solid #7EB101;

;
}

.customers-name {
font-size: 14px;
font-weight: 500;
line-height: 1.5;
}

.customers-name-text {
font-size: 14px;
line-height: 1.5;
}

/*--------------offers-----------------*/


.offers-container {
  display: flex;
  
}

@media screen and (max-width: 1280px) {
  .offers-container {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
    .offers-container {
      align-items: baseline;
    }
  }

.offers-subscribe{
  margin: 222px 0 237px 0;
}

@media screen and (max-width: 1280px) {
  .offers-subscribe{
    margin: 0 0 112px 0;
  }
}


.offers-header {
font-size: 42px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 20px;
width: 656px;
}

@media screen and (max-width: 768px) {
  .offers-header {
font-size: 28px;
width: 280px;
  }
}

.offers-text {
font-size: 16px;
line-height: 1.5;
width: 532px;
margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .offers-text { 
font-size: 14px;
margin-bottom: 40px;
width: 280px;
    }
  }


.input-text{
font-size: 12px;
line-height: 1.5;
margin-right: 24px;
  border-radius: 30px;
border: 0.854px solid #FFE550;
background-color:  #FEFEFE;
height: 42px;
padding: 12px 57px 12px 12px;
align-items: center;
width: 394px;
}

@media screen and (max-width: 768px) {
  .input-text{
padding: 12px 0px 12px 12px;
width: 278px;
margin-bottom: 20px;
margin-right: 0;
  }
}


.subscribe-button{
  display: inline-flex;
padding: 11px 22px;
justify-content: center;
align-items: center;
border-radius: 30px;
background-color: #BBF330;
border: none;
cursor: pointer;
font-size: 13px;
font-weight: 500;
line-height: 1.5;
}

@media screen and (max-width: 768px) {
.subscribe-form{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
}

.subscribe-button:hover, .subscribe-button:active{
  background-color: #FFE450;
}

.banan{
  margin-top: 176px;
}

@media screen and (max-width: 1280px) {
  .banan{
    margin-top: 0;
    margin-bottom: 20px;
  }
}

/*-----------footer-----------*/


 .froot-footer {

  background-repeat: no-repeat;
background-size: cover;
background-image: url('../images/bac-m-min.jpg');
background-position: center;
box-shadow: 0px -4px 24px 0px rgba(105, 105, 105, 0.10);
}
  
 @media screen and (min-device-pixel-ratio: 2),
    (min-resolution: 2dppx),
    (min-resolution: 192dpi) {
   .froot-footer {
    background-image: url('../images/bac-m@2x-min.jpg');
   }
}


.footer-list-item{
display: flex;

}

.footer-nav {
  display: flex;
  align-items: center;
}

.footer-logo{
  margin-right: 148px;
}

.footer-list{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 28px;
}



.footer-nav-list {
font-size: 14px;
}



.footer-service {
  justify-content: flex-end;
}

.footer-form {
  margin-left: auto;
  margin-top: 100px;
}

.subscribe-text{
font-size: 14px;
font-weight: 500;
line-height: 1.5;
margin-bottom: 12px;

}


.footer-input{
  display: inline-flex;
height: 42px;
padding: 12px 61px 12px 12px;
align-items: center;
border-radius: 30px;
border: 0.854px solid  #FFE550;
background:  #FEFEFE;
margin-right: 13px;
margin-bottom: 12px;
}

.footer-button{
  display: inline-flex;
padding: 11px 22px;
justify-content: center;
align-items: center;
border-radius: 30px;
border: 0.854px solid #7EB101;
background: #FFF;
cursor: pointer;
}

.footer-button:hover, .footer-button:active{
  border: 2px solid #FFE450;
}

.footer-text {
font-size: 12px;
margin-bottom: 100px;
}


.footer-txt{
  font-size: 12px;
margin-bottom: 100px;
}

.footer-final-text{
font-size: 12px;
margin-bottom: 100px;
}

.footer-span {
  color:  #7EB101;
font-size: 12px;
text-decoration-line: underline;
}

.footer-service {
  display: flex;
  justify-content: space-between;
}



.footer-service-list-item{
  display: flex;
  gap: 20px;
}



.footer-service-list {
  color: #7EB101;
font-size: 12px;
text-decoration-line: underline;
}


    @media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}


 @media screen and (min-width: 768px) {
.froot-footer {

  background-repeat: no-repeat;
background-size: cover;
background-image: url('../images/bac-t-min.jpg');
background-position: center;
box-shadow: 0px -4px 24px 0px rgba(105, 105, 105, 0.10);
}


 @media screen and (min-device-pixel-ratio: 2),
    (min-resolution: 2dppx),
    (min-resolution: 192dpi) {
   .froot-footer {
    background-image: url('../images/bac-t@2x-min.jpg');
   }
}
 }

 @media screen and (max-width: 768px) {
  .footer-txt{
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
    .footer-list{
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .footer-nav-list {
        margin-bottom: 20px;
}
}

@media screen and (max-width: 768px) {
    .footer-text {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .footer-service {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .footer-service-list-item{
        gap: 32px;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 768px) {
    .footer-service-list {
font-size: 10px;
    }
}


@media screen and (max-width: 768px) {
.footer-frm{
margin-bottom: 24px;
}
}

@media screen and (max-width: 768px) {
        .footer-form {
            margin-top: 40px;
        }
    }

    @media screen and (max-width: 768px) {
        .footer-nav {
            margin-top: 60px;
        }
    }

  @media screen and (max-width: 768px) {
    .footer-final-text{
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
.footer-input{
    margin-bottom: 20px;
}
}

    
        @media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

     @media screen and (min-width: 1280px) {
.froot-footer {

  background-repeat: no-repeat;
background-size: cover;
background-image: url('../images/fruits.jpg');
background-position: center;
box-shadow: 0px -4px 24px 0px rgba(105, 105, 105, 0.10);
}
   

 @media screen and (min-device-pixel-ratio: 2),
    (min-resolution: 2dppx),
    (min-resolution: 192dpi) {
   .froot-footer {
    background-image: url('../images/fruit@2x.jpg');
   }
}
  }

@media screen and (max-width: 1280px) {
    .footer-list-item{
        flex-direction: column;
    }
}

@media screen and (max-width: 1280px) {
    .footer-form {
        margin-left: 0;
    }
}


@media screen and (max-width: 1280px) {
    .footer-nav {
        margin-top: 100px;
        align-items: normal;
    }
}

/*------------form----------------*/

.hiden-backdrop {
   position: fixed;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
pointer-events: none;
background-color: rgba(94, 99, 99, 0.70);

}
.is-hidden {
   visibility: visible;
  opacity: 1;
 pointer-events: auto;
}

.form-container {
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 408px;
  min-height: 449px;
  background: #FFE550;
 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  padding: 32px;
}

@media screen and (max-width: 768px) {
  .form-container {
  width: 320px;
}
}

.content-close {
   position: absolute;
  justify-content: center;
  display: flex;
width: 32px;
height: 32px;
border: none;
cursor: pointer;
padding: 0;
justify-content: center;
align-items: center;
border-radius: 30px;
top: 16px;
  right: 16px;
}


.form-title {
font-size: 24px;
font-weight: 700;
line-height: 1.2;
text-align: center;
margin-bottom: 20px;

}

.form-label-aria {

margin-bottom: 24px;

}
.form-label {
font-size: 16px;
font-weight: 500;
line-height: 1.4;
margin-left: 12px;
margin-bottom: 2px;

}

.form-label-aria-last{
margin-bottom: 32px;
}

.input-aria {
  width: 100%;
height: 48px;
  border-radius: 30px;
border: 1px solid rgba(18, 18, 18, 0.12);
background: #FFF;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15) inset;
padding-left: 12px;
}

.formbtn {
  display: block;
width: 106px;
padding: 10px 0px;
justify-content: center;
align-items: center;
border-radius: 30px;
border: 2px solid  #7EB101;
background: #FFF;
margin: 0 auto;
cursor: pointer;
font-size: 13px;
font-weight: 500;
line-height: 1.5;
}

  .formbtn:hover, .formbtn:active{
  border: 2px solid  #7EB101;
background:  #BBF330;
  }
  
/*-------mobile--------------*/

.mobile-button{
  padding: 22px 20px;
  border: none;
  background-color: #FEFEFE;


}
@media screen and (min-width: 768px) {
  .mobile-button{
    display: none;}
  }


.mobile-menu-nav{
  padding: 16px 0 0 16px;
  position: absolute;
width: 170px;
background-color: #BBF330;
min-height: 320px;
top: 0;
right: 0;
box-shadow: 0px 4px 24px 0px rgba(105, 105, 105, 0.10);
z-index: 100;
}

@media screen and (min-width: 768px) {
.mobile-menu-nav{
    display: none;}
  }

.mobile-nav-list{
  color: #000;
font-size: 16px;
margin-bottom: 32px;
}

.first{
  color: #2C2C2C;
font-size: 16px;
font-weight: 700;
}

.mobile-nav {
  padding: 16px 0 16px;
}

.mobile-nav-icon:active{
fill: #FFE550;
}

.button-close{
  background-color: #BBF330;
  border: none;
  cursor: pointer;
position: absolute;
top: 7px;
right: 9px;
}

