@font-face {
  font-family: verdana;
  font-display:swap;
  src: url("../fonts/Verdana.ttf");
}
@font-face {
  font-family: Georgia;
  font-display:swap;
  src: url("../fonts/Georgia.ttf");
}
@font-face {
  font-family: roboto;
  font-display:swap;
  src: url("../fonts/Roboto-regular.ttf");
}

body,section,main{
font-family: verdana;
background: #FFFFFF;
padding: 0px;
margin: 0px;

}


p{
  font-size: 16px;
}
section{
  overflow: hidden;
  padding: 100px 0 200px 0;
}

.container{
width: 100%;
max-width: 1400px;
margin: 0px auto;
padding:0 20px;
box-sizing: border-box;
}

section{
  padding-top:80px;
}
h1{
  font-family: georgia sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 102%;
  letter-spacing: 1px;
  margin-bottom: 10px;
  }
h3.center{
  text-align: center;
}
.h3 span{
font-family: verdana,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #505358;
  letter-spacing: -0.48px;
}

.h3{
  margin-bottom: 40px;
  color: #000;
  font-family: Georgia;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4px;
}
.order_button{
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
   text-transform: uppercase;
   width: 200px;
   padding: 14px 0px;
   justify-content: center;
   align-items: center;
   border-radius: 16px;
   background: #FF3535;
   border:none;
  
}
.tel_button{
  padding-left: 20px;
  color:#574c44;
  text-align: center;
text-decoration: none;
background: url("../img/phone.png") 10px center no-repeat #D1CFCD;
}
.tel_button:hover{
  color:#47413c;
  background:url("../img/phone.png") 10px center no-repeat #DCDAD9 !important; 
}
.order_button:hover{
  background: #FF6363;
}
.pdf_button{
text-decoration: none;
text-align: center;
  color: #292420;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
   text-transform: uppercase;
   width: 200px;
   padding: 14px 0px;
   justify-content: center;
   align-items: center;
   border-radius: 16px;
   
   background: rgba(39, 41, 32, 0.18);
   border:none;


}
.pdf_button:hover{
  background: #DCDAD9;
  color:#292420
}

.cars .h3,.cars .h3 span,.rewards .h3,.rewards .h3 span,.taste .h3,.taste .h3 span{
  color:#FFFFFF;
}
.taste .h3 span,.rewards .h3 span{
  opacity: 0.7;
    }

.swiper-container2,.swiper-container{

position: relative; 

}


.swiper-button-next{

right:calc(50% - 60px) !important;
margin-top:200px !important;

}
.reviews .swiper-wrapper{
height:fit-content;

}
.reviews_slider .swiper-slide{
display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 420px;
}
.reviews .swiper-arrows{
  position: relative;
  bottom:0px;
}
.reviews .swiper-button-next,.reviews .swiper-button-prev{
margin-top: 25px !important;

}



.swiper-button-next,.swiper-button-prev{

  background: url("../img/arrow.png") center no-repeat ;
  background-size: contain;
  width:40px !important;
  height: 40px !important;
}
.swiper-button-next{
  transform: rotate(180deg);
}

.swiper-button-next:after, .swiper-button-prev:after{
content:"" !important;
}
.swiper-button-prev{
  
  left:calc(50% - 60px) !important;
  margin-top:200px !important;
  }
 
.header{
min-height: 884px;
background: url("../img/header.jpg") top center no-repeat;
background-size: cover;
color: #FFF;
position: relative;
}
.header_nav{
width: 100%;

  background: linear-gradient(180deg, #060402 0%, rgba(6, 4, 2, 0.00) 100%, rgba(6, 4, 2, 0.00) 100%);
padding-top:40px;

}
.header_row{
  display: flex;
}
.header_menu{
  display: flex;
  gap:2rem;
padding-left: 0px;
}
.header_menu li{
list-style-type: none;
}
.header_menu li a{
  padding-left: 0px;
  padding-right: 0px;
  color: #FFF;
 text-decoration: none;
  font-family: roboto,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; 
}
.header_menu li a:hover{
opacity: 0.8;
color: #FFF;
}

.header .container-fluid{
  display: flex;
  align-items: center;
  width:fit-content;

}
#navbarNav .navbar-nav{
  padding: 20px;

}


#navbarNav .btn-close{
  outline: none;
  float: right;
}
#navbarNav li a{
  color:#212529;

}
#navbarNav li a:hover{
 opacity: 0.8;

}
.header_menu{
margin-top:auto;

}
.header_right{
display: flex;
align-items: center;
gap:15px;
}
.header_right .order_button{
width:160px;
  }
  .header_right .navbar-nav{
text-align: center;
padding:40px 5%;
color:#060402;
text-decoration: none;
  }
.header_text{
margin-top: 200px;
  max-width: 800px;
}

.header_guru{
  margin-top:70px;
  font-size: 8px;
border-radius: 16px;
border: 1px solid rgba(0, 0, 0, 0.20);
background: #FFF;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
display: flex;
width:fit-content;
color: #000;
padding: 7px 18px 4px 15px;
align-items: center
}
.header_guru img{
margin-right: 10px;
}
.header_guru b{
  font-size: 16px;
  }
  .header_guru p{
    margin-bottom: 0px;
    font-size: 9px;
    }
    .header_bottom{
      position:absolute;
      bottom:0px;
      width: 100%;
      height: 100px;
      flex-shrink: 0;
      background: linear-gradient(180deg, rgba(6, 4, 2, 0.00) 0%, #060402 100%);
    }
    #navbarNav{
      transition: 0.5s;
    left: 100% ;
   
      transition: 0.5s;
    position: fixed;
    width: 100%;
    height: 100% !important;
    background: #FFF;
    top: 0px;
    z-index: 7;

    }
    .header_right .show{
      transition: 0.5s;
      left: 0% !important;

    }
.taste{

background:url("../img/flour1.png") left bottom no-repeat,url("../img/flour2.png") right bottom no-repeat #060402;

}
.taste_items{
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.taste_item{
   width: 196px;
 box-sizing: border-box;
 padding: 0 25px;
 color: #FFF;
 text-align: center;
 
 font-family: Verdana;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 145%; /* 23.2px */
 letter-spacing: -0.16px;
  }
  .taste_item p{
padding-top:17px;

  }
  .contacts{
padding:120px 11% 120px 11%;
background: #F6F4F3;
  }
  .contacts .order_button{
width:60%;
margin-top:20px;
  }
  .contacts_left{
    padding-top:20px;
  }

  .contacts iframe{
    max-width: 100%;
      }
      .contacts_right .order_button {
        width: 100%;
        display: none;
          }
  .produtslider{
    background: #FFF;
  }
  .produtslider__item{
//width:384px !important;
border-radius: 16px;
  }
  .produtslider__item__text{
position: absolute;
width: 100%;
height: 100%;
top:0px;
left: 0px;
color:#FFF ;
padding:40px 4% 10px 4%;
background: url("../img/back.png");
border-radius: 16px;
  }
  .produtslider__item__text .order_button{
   position: absolute;
   bottom:15px; 
   max-width: 100%;
  }
  .produtslider__item__text span{
font-size: 20px;
display: block;
padding-bottom: 10px;

  }
  .produtslider__item img{
    border-radius: 16px;
   max-width: 100%;
      }
.cars{
  padding:170px 0 180px 15%;
  color:#FFFFFF;
background: url(../img/cars.jpg) center top no-repeat;
background-size: cover;
}
.cars__content{

width:360px;

}
.produtslider__text{
text-align: center;
padding: 0 20% 30px 20%;

}
.products{
  padding: 100px 0 120px 0;
background: #F6F4F3;
}

.products__row{
  margin-top:60px;
display: flex;
justify-content: center;
gap:1.7rem;
position: relative;
}
.products__buttons{
  display: flex;
  justify-content: center;
  gap:20px;
  margin-top:40px;
  }
  .products__buttons a,  .products__buttons button{
max-width:calc(50%);
  }

  .products__item{
    border-radius: 16px;
    overflow: hidden;
    position: relative;

  }
  .products__item img{
   max-width: 100%;
   height: 100%;
  }
  .product_bottom{
position: absolute;
bottom:0px;
width: 100%;
overflow: hidden;
box-shadow: 0px 0px 90px #000;

  }
  .product_bottom p{
    padding:16px 10px 5px 10px;
    position: relative;
  z-index: 2;
    color: #FFF;
    text-align: center;
    font-family: verdana;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; 
    letter-spacing: -0.6px;
    text-align: center;
  }


  .product_bottom>div{
margin-top:-15px;
    position: absolute;
    display: block;
width: 100%;
height: 180px;
background: #000;
opacity: 0.4;

  }

  .rewards{
    position: relative;
    padding: 100px 0 130px 0;
color: #FFF;
background: url("../img/rewards.jpg") top center no-repeat;
background-size: cover;
text-align: center;
overflow: visible;
  }
  .rewards_img1{
    width:300px;
    height: 300px;
    position: absolute;
    bottom: -40px;
    left: 0px;
    background: url("../img/rewards_1.png") left bottom no-repeat;
    background-size: contain;
  }
  .rewards_img2{
    width:300px;
    height: 300px;
    position: absolute;
    bottom: -40px;
    right: 0px;
    background: url("../img/rewards_2.png") left bottom no-repeat;
    background-size: contain;
  }
  .rewards .order_button{

    margin-top: 20px;

  }
  .rewards .h3 span{
opacity: 0.7;
  }
  .reviews{
    padding: 100px 0 120px 0;


  }
  .reviews .h3{
margin-bottom:55px;
  }
  .reviews_items{
padding-top: 20px;
  }
  .reviews_slider{
overflow: hidden;
padding-bottom: 80px;
    max-width: 1200px;
    margin:0px auto;

  }
.reviews_item{
padding: 24px;
box-sizing: border-box;
width:50%;
color: #4C4F54;
border-radius: 16px;
background: #F6F4F3;
}
.reviews_avatar{
  display:flex;
  margin-bottom:20px;
  font-size:15px;
 
}
.reviews_avatar div{
 margin-left:20px;
 
}
.reviews_avatar b{
  font-size: 18px;
  color: #000;
}
.reviews_text{
padding-top: 15px;

}
.reviews_link {
  margin-top: 40px;
  padding-bottom:15px;
}
.reviews_link a{

text-decoration: none;
font-size: 16px;
color: #000;

}
.reviews_link svg{

  margin-right:5px;
  margin-top:-3px;
}

.catering{
 padding: 120px 0 150px 0;
}
.catering_left{
text-align: center;
overflow: hidden;
  text-align: right;
border-radius: 12px;
}


.catering_right{

 padding-left: 5%;
}

.catering_right .order_button{

margin-top: 30px;

}
.comunity{
padding:100px 0 120px 0;
  background: #F6F4F3;
}

.comunity__items{
padding-top: 20px;
  display: flex;
    justify-content: space-between;
    gap:15px;
}
.comunity__items div{
  align-items: center;
max-width: 25%;
display: flex;
flex-direction: column;
justify-content: center;
}
.comunity__items img{
height: auto;
  max-width: 100%;
}
.ourteam{
padding:100px 11% 120px 11%;
  background: #FFF;
}
.ourteam .row{

justify-content: center;
}
.ourteam_left{
padding-top: 40px;

}
.ourteam_left p{
  
  letter-spacing: 0.16px;
 
}
.ourteam_right{
  text-align: left;
display: flex;
justify-content: left;
overflow: hidden;
border-radius: 12px;
  }
 

.instslider{
  background: #F6F4F3;
padding:120px 0 210px 0;
}
.instslider .h3{
margin-bottom:60px;
}
.instslider .swiper-wrapper,.produtslider .swiper-wrapper{
 
}
.produtslider  .swiper-slide{
height:347px;
width:360px !important;
}

.produtslider  .swiper-slide img{
  height:100%;
  object-fit: fill;
  width: 100%;
  }
.instslider .swiper-slide img{
  height:100%;
  object-fit: fill;
  width: 100%;
 
}
.footer{
  padding:70px 8% 70px 8%;
  color: #FFF;
  width: 100%;
  min-height: 560px;
background: url("../img/footer.jpg") center top no-repeat;
background-size: cover;
}
.footer_left{
  padding-left: 0%;
}
.footer_mobile{display: none;margin-top: 20px;
text-align: center;margin-top: 20px;}
.footer_left li,.footer_mobile li{
list-style-type: none;
  margin-bottom: 5px;
  }
  .footer_left li a,.footer_mobile li a{
font-size: 16px;
color: #FFF;
text-decoration: none;
  }
.footer__icons{
  margin-top: 20px;
display: flex;
gap: 8px;
justify-content: center;

}
.footer_center{
text-align: center;

}
.footer_right{
  text-align: left;
  font-size: 15px;
  }
  .footer_right>div{
    width: fit-content;
    float:right;
  }
  .footer_right :nth-child(1){
    padding-top:0px;

  }
  .footer_right span{
   opacity: 0.7;
   display: inline-block;
    padding-top:15px;
    }

.footer_copyright{
  font-size: 12px;
text-align: center;
margin-top: 60px;
}
#popupModal{
  border-radius: 15px;
}
#popupModalLabel{
  font-weight: 500;
  width:100%;
font-size: 26px;
text-align: center;
}
.modal_fields{
gap: 1rem;
display: flex;
flex-wrap: wrap;
}
.modal-header{
  border-bottom: none !important;
}
.navbar-toggler{
  display: none;
}
.modal-footer{
  justify-content: center;
  border-top: none !important;
}
.modal-content{
  border-radius: 15px !important;
}
.modal_fields input{
  outline: none;
  border-radius: 48px;
  border: 1px solid var(--grayscale-cool-grays-800, #1E2226);
  font-size: 16px;
  width: calc(50% - 1rem);
  
  }
  .swiper-wrapper{
  
  }
  
  .rating {
    height:24px;
    background:url('/img/rating.png');
    margin:15px 0;
  }
  .rating.five {width:119px;}
  .rating.four {width:99px;}
  .rating.three {width:74px;}
  .rating.two {width:49px;}
  .rating.one {width:24px;}
