*{
    margin: 0;
    padding: 0;
}
body{
    background-color: rgb(36, 33, 33);
    font-family: "Merienda", cursive;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
nav{
    background-color: black;
    color: white!important;
    opacity: 0.7;
}
nav ul li a{
    color: white!important;
}
nav ul li a:hover{
  color: #CDA45E!important;
}
span{
    color: white;
}
.slider{
    width: 100%;
    height: 650px;
    background-image: url(img/hero-bg.jpg);
    background-size: 100% 100%;
    background-repeat:no-repeat ;
}
.slider-dark{
    width: 100%;
    height: 650px;
    background-color: rgba(0, 0, 0, .5);
}
.slider h1{
    font-size: 36pz;

}
.circle{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: rgba(255, 199, 126, 0.5);
    margin-top: 250px;
   
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.circle1{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 162, 40, 0.5);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.rectangle-right:after {
    display: block;
    width: 0px;
    height: 0px;
    content:"";
    border-left: 15px solid rgb(255, 252, 252);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  .circle:hover .circle1 .rectangle-right {
    transform: scale(10.8);
    transition: .5s all;
    
  }
.btn{
    border-color:#CDA45E  ;

}
.btn:hover{
    background-color: #CDA45E;
    border-color:#CDA45E  ;
    
}
.bolupt{
  width: 100%;
  height: 100vh;
  background-image: url(img/about-bg.jpg);
  background-attachment: fixed;
}
.Bolupts{
  width: 49%;
  float: left;
}
.boluptss{
  width: 48%;
  height: 450px;
  background-image: url(img/about.jpg); background-size: 100% 100%;
  float: right;
  
}

p{
    color: white;
}
.card{
    width: 100%;
    height: 270px;
}
.card:hover{
    background-color: #CDA45E;
    color: white;
}
.menu{
    justify-content: center;
    text-align: center;
}
.menu li{
    list-style: none;
    display: inline;
    margin: 20px;
}
.menu li a{
    text-decoration: none;
    color: white;

}
.menu li a:hover{
    color: #CDA45E;
}
.menu-card{
    width: 80px;
    height: 80px;
    background-color: red;
    background-image: url(img/menu/bread-barrel.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 2px solid white;
    float: left;
}
.menu-card:hover{
    transition: .3s;
    transform: rotate(360deg);
}

.menu-content h1{
    color: white;
    margin-left: 100px;
    font-size: 22px;
}
.menu-content p{
    margin-left: 100px;
    color: gray;
}
.one{
    background-image: url(img/menu/caesar.jpg);
}
.one:hover{
    transition: .3s;
    transform: rotate(360deg);
}
.two{
    background-image: url(img/menu/cake.jpg);
}
.two:hover{
    transition: .3s;
    transform: rotate(360deg);
}
.three{
    background-image: url(img/menu/greek-salad.jpg);
}
.three:hover{
    transition: .3s;
    transform: rotate(360deg);
}
.four{
    background-image: url(img/menu/lobster-roll.jpg);
}
.four:hover{
    transition: .3s;
    transform: rotate(360deg);
}
.five  {
    background-image: url(img/menu/lobster-bisque.jpg);
}
.five:hover{
    transition: .3s;
    transform: rotate(360deg);
}
.six{
    background-image: url(img/menu/mozzarella.jpg);
}
.six:hover{
    transition: .3s;
    transform: rotate(360deg);
}
.seven{
    background-image: url(img/menu/spinach-salad.jpg);
}
.seven:hover{
    transition: .3s;
    transform: rotate(360deg);
}
.eight{
    background-image: url(img/menu/tuscan-grilled.jpg);
}
.eight:hover{
    transition: .3s;
    transform: rotate(360deg);
}
.special-cantent{
    width: 100%;
    height: 250px;
    border-right: 5px solid #CDA45E;
}
.special-cantent h1{
    font-size: 18px;
    color: #CDA45E;
    margin-top: 30px;
    cursor: pointer;
}
.special-cantent h1:hover{
    background-color: #CDA45E;
    color: white;
}
.pic{
    width: 250px;
    height: 250px;
    background-image: url(img/specials-1.png);
    background-size: 100% 100%;
    float: left;
    
}
.pic:hover{
  transform: scale(1.2);
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.special-contents h1{
    font-size: 28px;
    color: white;
    margin-top: 20px;
    float: left;
}
.special-contents p{
    color: gray;
    float: left;
}
 input{
    width: 100%;
    height: 40px;
    margin-top: 15px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    color:white ;
    border-radius: 25px;
    border-color: #CDA45E;
    padding: 10px ;
 }
 input:focus{
    outline: none;
 }


 .parent {
    width: 290px;
    height: 300px;
    perspective: 1000px;
  
  }
  
  .card {
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(135deg,#ffd48a 0%, rgb(252, 172, 0) 100%);
    transition: all 0.5s ease-in-out;
    transform-style: preserve-3d;
    box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
  }
  
  .glass {
    transform-style: preserve-3d;
    position: absolute;
    inset: 8px;
    border-radius: 55px;
    border-top-right-radius: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.349) 0%, rgba(255, 255, 255, 0.815) 100%);
    /* -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); */
    transform: translate3d(0px, 0px, 25px);
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    transition: all 0.5s ease-in-out;
  }
  
  .content {
    padding: 100px 60px 0px 30px;
    transform: translate3d(0, 0, 26px);
  }
  
  .content .title {
    display: block;
    color: black;
    font-weight: 900;
    font-size: 20px;
  }
  
  .content .text {
    display: block;
    color: rgba(0, 137, 78, 0.7647058824);
    font-size: 15px;
    margin-top: 20px;
  }
  
  .bottom {
    padding: 10px 12px;
    transform-style: preserve-3d;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translate3d(0, 0, 26px);
  }
  
  .bottom .view-more {
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: flex-end;
    transition: all 0.2s ease-in-out;
  }
  
  .bottom .view-more:hover {
    transform: translate3d(0, 0, 10px);
  }
  
  .bottom .view-more .view-more-button {
    background: none;
    border: none;
    color: gray;
    font-weight: bolder;
    font-size: 10px;
  }
  
  .bottom .view-more .svg {
    fill: none;
    stroke: black;
    stroke-width: 3px;
    max-height: 15px;
  }
  
  .bottom .social-buttons-container {
    display: flex;
    gap: 10px;
    transform-style: preserve-3d;
  }
  
  .bottom .social-buttons-container .social-button {
    width: 30px;
    aspect-ratio: 1;
    padding: 5px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    border: none;
    display: grid;
    place-content: center;
    box-shadow: rgba(5, 71, 17, 0.5) 0px 7px 5px -5px;
  }
  
  .bottom .social-buttons-container .social-button:first-child {
    transition: transform 0.2s ease-in-out 0.4s, box-shadow 0.2s ease-in-out 0.4s;
  }
  
  .bottom .social-buttons-container .social-button:nth-child(2) {
    transition: transform 0.2s ease-in-out 0.6s, box-shadow 0.2s ease-in-out 0.6s;
  }
  
  .bottom .social-buttons-container .social-button:nth-child(3) {
    transition: transform 0.2s ease-in-out 0.8s, box-shadow 0.2s ease-in-out 0.8s;
  }
  
  .bottom .social-buttons-container .social-button .svg {
    width: 15px;
    fill: rgb(252, 172, 0);
  }
  
  .bottom .social-buttons-container .social-button:hover {
    background: black;
  }
  
  .bottom .social-buttons-container .social-button:hover .svg {
    fill: white;
  }
  
  .bottom .social-buttons-container .social-button:active {
    background: rgb(255, 234, 0);
  }
  
  .bottom .social-buttons-container .social-button:active .svg {
    fill: black;
  }
  
  .logo {
    position: absolute;
    right: 0;
    top: 0;
    transform-style: preserve-3d;
  }
  
  .logo .circle {
    display: block;
    position: absolute;
    aspect-ratio: 1;
    border-radius: 50%;
    top: 0;
    right: 0;
    box-shadow: rgba(100, 100, 111, 0.2) -10px 10px 20px 0px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(0, 249, 203, 0.2);
    transition: all 0.5s ease-in-out;
  }
  
  .logo .circle1 {
    width: 170px;
    transform: translate3d(0, 0, 20px);
    top: 8px;
    right: 8px;
  }
  
  .logo .circle2 {
    width: 140px;
    transform: translate3d(0, 0, 40px);
    top: 10px;
    right: 10px;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    transition-delay: 0.4s;
  }
  
  .logo .circle3 {
    width: 110px;
    transform: translate3d(0, 0, 60px);
    top: 17px;
    right: 17px;
    transition-delay: 0.8s;
  }
  
  .logo .circle4 {
    width: 80px;
    transform: translate3d(0, 0, 80px);
    top: 23px;
    right: 23px;
    transition-delay: 1.2s;
  }
  
  .logo .circle5 {
    width: 50px;
    transform: translate3d(0, 0, 100px);
    top: 30px;
    right: 30px;
    display: grid;
    place-content: center;
    transition-delay: 1.6s;
  }
  
  .logo .circle5 .svg {
    width: 20px;
    fill: white;
  }
  
  .parent:hover .card {
    transform: rotate3d(1, 1, 0, 30deg);
    box-shadow: rgba(5, 71, 17, 0.3) 30px 50px 25px -40px, rgba(5, 71, 17, 0.1) 0px 25px 30px 0px;
  }
  
  .parent:hover .card .bottom .social-buttons-container .social-button {
    transform: translate3d(0, 0, 50px);
    box-shadow: rgba(5, 71, 17, 0.2) -5px 20px 10px 0px;
  }
  
  .parent:hover .card .logo .circle2 {
    transform: translate3d(0, 0, 60px);
  }
  
  .parent:hover .card .logo .circle3 {
    transform: translate3d(0, 0, 80px);
  }
  
  .parent:hover .card .logo .circle4 {
    transform: translate3d(0, 0, 100px);
  }
  
  .parent:hover .card .logo .circle5 {
    transform: translate3d(0, 0, 120px);
  }

  button {
    border: none;
    display: block;
    position: relative;
    padding: 0.7em 2.4em;
    font-size: 18px;
    background: transparent;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    color: #CDA45E;
    z-index: 1;
    font-family: inherit;
    font-weight: 500;
  }
  
  button span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    border: 4px solid #CDA45E;
  }
  
  button span::before {
    content: "";
    display: block;
    position: absolute;
    width: 8%;
    height: 500%;
    background: var(--lightgray);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-60deg);
    transition: all 0.3s;
  }
  
  button:hover span::before {
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 100%;
    background: #CDA45E;
  }
  
  button:hover {
    color: black;
    border-radius: 20px;
    transition: all .5s ease-out;
  }
  
  button:active span::before {
    background: #CDA45E;
  }
  .cards{
    width: 100%;
    height: 200px;
    padding: 15px;
    background-color: #CDA45E;
    border-radius: 5px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;

  }
  .cards:hover{
    background: linear-gradient(75deg, #CDA45E, #fdeca6);
    cursor: pointer;
    transition: .3s ;
    
  }
  .cards:hover p{
    color: black;
  }
  .cards .box{
    width: 80px;
    height: 80px; 
    background-color: #fff;
    border-radius: 50px;
    margin-top: 50px;
    margin-left: 120px;
    border: 5px solid gray;
    overflow: hidden;

  }
  .cards .box:hover{
    transform: scale(1.2);
    transition:  .3s;
  }
  .cards .box img{
    width: 100%;
    height: 100%;
  }
  .cards h1{
    font-size: 22px;
    color: white;

  }
  .gallery-img img:hover{
    transform: scale(1.5);
    transition: .5s;
    
  }
  .gallery-img .scale{
    overflow: hidden;
  }
  .chefs1{
    width: 100%;
    height: 350px;
    background-image: url(img/chefs/chefs-1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    
  }
  .chefs2{
    width: 100%;
    height: 350px;
    background-image: url(img/chefs/chefs-2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;

    
  }
  .chefs3{
    width: 100%;
    height: 350px;
    background-image: url(img/chefs/chefs-3.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
   
    
  }
  .chefs{
    overflow: hidden;
    cursor: pointer;
  }
  
  .chef-content{
    width: 100%;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    float: left;
    transform: translateY(350px);
    
   

  }
  .chefs:hover .chef-content{
    transform: translateY(0);
    background-color: rgba(0, 0, 0, .5);
    transition: .5s;
  }
  .chef-content h1{
    font-size: 24px;
    color: white;

  }
  .chef-content p{
    color: rgb(190, 184, 184);
  }
  .chef-content .social-icons{
    margin: 5px;
    float: left;
  }
  .chef-content .social-icons li{
    list-style: none;

  }
  .chef-content .social-icons li i{
    color: white;
    margin-left: 10px;
    margin-bottom: 20px;

  }
  .chef-content .social-icons li i:hover{
    color: #CDA45E;
    transform: scale(1.5);
    transition: .3s;
    cursor: pointer;
  }

  .contacts .icons{
    width: 100%;
    height: 40px;
    background-color: #CDA45E;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contacts .icons i{
    font-size: 24px;
    color: white;
  }
  .contacts h1{
    font-size: 24px;
    color: white;
  }
  .contacts p{
    font-size: 12px;
  }
  .footer p{
    font-size: 12px;
  }
  .footer .footer-icons li{
    list-style: none;
  }
  .footer .footer-icons{
    font-size: 24px;
    color: white;

  }
  .footer .footer-icons i{
    margin-left: 10px;
  }
.footer li{
  margin-top: 10px;
  list-style: none;

}
.footer li a{
  text-decoration: none;  
  color: white;
}
.footer li a:hover{
  color: #CDA45E;
}
.footer .btn-box{
  width: 100%;
  height: 40px;
  background-color: gray;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.footer .btn-box button{
  width: 40%;
  height: 40px;
  background-color: #CDA45E;
  color: white;
  border-radius: 20px;
}
.menue{
  width: 100%;
  background-image: url(img/events-bg.jpg);
  background-attachment: fixed;
}
.menue .menue-dark{
  background-color: rgba(0, 0, 0, 0.9);
  
}

@media screen and (max-width:769px) {

  .s-content{
    width: 100%;
    margin-bottom: -200px;
  }
  .bolupt{
    height: 1000px;
  }
  .Bolupts{
    width: 100%;
  }
  .bolupt .boluptss{
    width: 100%;
    float: left;
    
  }
  .parent{
    width: 160px;
    height: 180px;
  }
  .content .title{
    font-size: 12px;
    margin-top: -70px;
  }
  .content .text{
    font-size: 10px;
    width: 80px;
    margin-top: 2px;
  }
  .menu-content h1{
    font-size: 16px;
  }
  .menu-content p{
    font-size: 12px;
  }
  .special-cantent{
    width: 100%;
  }
  .chefs{
    height: 156px;
  }
  .chef-content{
    height: 156px;
  }
  .chef-content h1{
    font-size: 17px;
  }
  .contacts .icons{
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-left: -20px;
  }
  .contacts .btn{
    font-size: 12px;
    float: left;
  }
  .collapse .btn{
    width: 50px;
    height: 40px;
  }
 
}