

*{
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
}

.burger-shop{
    height: auto;
    /* border: 1px solid black; */
}

.navbar{
    height: 13%;
    /* border: 1px solid red; */
    background-color: #0f0f0f;
    display: flex;
}
.navbar .navbar-left{
    width: 40%;
    height: 100%;
    /* border: 1px solid black; */
    
    display: flex;
    align-items: center;
    justify-content: center;
}
 .navbar .navbar-left img{
    width: 50px;
    height: 50px;
}
 .navbar .navbar-left h3{
    font-family: 'Pacifico', cursive;
    /* font-family: Brush Script MT; */
    font-size: 24px;
    color: #fff;
}
 .navbar .navbar-left span{
    font-family: Lucida Handwriting;
    /* font-family: Brush Script MT; */
    font-size: 20px;
    color:#fcbc00;
}
.navbar .navbar-right{
    width: 60%;
    height: 100%;
    display: flex;
   
}
dl{
  display: flex;
}
dl dt{

  margin: 30px 0px;

}
dl dt a{
  text-decoration: none;
  color: #ededed;
  font-weight: 600;
  transition: 0.7s;
}
.login{
  font-family: 'Pacifico', cursive;
}
dl dt a i{
  color: #fcbc00;
  font-size: 25pxpx;
}
dl dt a:hover{
  color: #fcbc00;
  transition: 0.6s;
}
@keyframes slideDown {
  to {
    transform: translateY(0%);
  }
}
.navbar .navbar-right ul{
    display: flex;
}
.navbar .navbar-right ul li .active{
    color: #fcbc00;
}
.navbar .navbar-right ul li{
    list-style-type: none;
    margin: 30px 25px;
    font-size: 16px;
    font-weight: 600;
    
    font-family: 'Inter', sans-serif;
}
.navbar .navbar-right ul li a{
    text-decoration: none;
    color: #fff;
    position: relative;
}
.navbar .navbar-right ul li a::after{
    content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 0%;
  background-color: #fcbc00;
  transition: width 0.3s ease-in-out;
}
.navbar .navbar-right  li a:hover::after {
  width: 60%;
}

.navbar .navbar-right i a:hover {
  color: #00aaff;
}
.shop-btn{
   border: none;
    outline: none;
    padding:10px 20px;
    position: relative;
    border-radius: 12px;
    background-color: #fcbc00;
    color: #222;
    z-index: 111;
    height: 45px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Pacifico', cursive;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 30px;
    text-align: center;
}
.shop-btn::before {
    content: "";
    position: absolute;
    width: 92%;
    right: -8px;
    border: 3px solid #fcbc00;
    height: 53px;
    border-radius: 12px;
    top: -6px;
    z-index: -1;
    transition: 0.8s all ease-in-out ; 
}
.shop-btn:hover::before {
  width: 30%;
  transition: 0.8s all ease-in-out ;
}





.footer-design{
    position: relative;
    margin-top: 100px;
}
.footer-side1-image{
  position: absolute;
  background-image: url(side-img-dwonload-7.png);
  width: 500px;
  height: 400px;
  background-size: cover;
  top: -210px;
  z-index: 8;
  animation: smoothMotion 8s ease-in-out infinite alternate;
}
.footer-side2-image{
  position: absolute;
  background-image: url(side-img-dwonload-5.png);
   width: 250px;
  height: 250px;
  background-size: cover;
  right: 20px;
  top: 380px;
  z-index: 8;
  animation: smoothMotion 8s ease-in-out infinite alternate;
}
@keyframes smoothMotion {
      0% {
        transform: scale(1) rotate(0deg);
      }
      50% {
        transform: scale(1.05) rotate(2deg);
      }
      100% {
        transform: scale(1.1) rotate(-2deg);
      }
    }
.footer-background-img{
  position: absolute;
  background-image: url(background-2.jpg);
  height: 750px;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  top: -100px;
}
.footer-background-color{
  background-color: rgba(0, 0, 0, 0.536);
  position: absolute;
  width: 100%;
  height: 750px;
  top: -100px;
}
.down-footer{
    height: 400px;
    width: 90%;
    top: 200px;
    left: 80px;
    border-radius: 5px;
    position: absolute;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
}
.down-footer-container{
    height: 300px;
    width: 80%;
    margin-top: 80px;
    
}
.down-footer-container-top{
    height: 350px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.down-footer-container .div-1{
    width: 33%;
    height: 70%;
}

.div-1 .navbar-left{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.div-1 .navbar-left img{
    width: 50px;
    height: 50px;
}
.div-1 .navbar-left h3{
    font-family: 'Pacifico', cursive;
    font-size: 24px;
    color: #fff;
}
.div-1 .navbar-left span{
    font-family: Lucida Handwriting;
    font-size: 20px;
    color:#fcbc00;
}
.down-footer-container .div-1 p{
    font-family: 'Pacifico', cursive;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
}

.down-footer-container .div-2{
    width: 20%;
    height: 70%;
}
.div-2 h3{
    margin-top: 30px;
     font-family: Lucida Handwriting;
     color: #fff;
     font-size: 17px;
     margin-left: 30px;
     margin-bottom: 18px;
}
.div-2 ul li{
    list-style-type: none;
    padding: 5px 35px;
    color: #e6eaee;
    font-family: 'Pacifico', cursive;
    font-size: 14px;
    display: flex;
}
.div-2 ul li i{
  padding: 5px 5px;
}
.div-2 ul li span{
    font-size: 19px;
     padding: 0px 5px;
    
}
.down-footer-container-middle{
    position: absolute;
    background-color: #6f7073;
    height: 1.5px;
    width: 100%;
    left: 0;
    bottom: 70px;
}
.down-footer-container-down{
    position: absolute;
    width: 75%;
    right: 200px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-copy{
    display: flex;
}
.left-copy span{
    display: flex;
    color: #fcbc00;
    padding: 10px;
    font-family: 'Pacifico', cursive;
    font-size: 14px;
    border-right: 2px solid #fff;
}
.left-copy span i{
    margin: 5px 5px;
}
.left-copy h2{
    font-family: 'Pacifico', cursive;
    color: #e6eaee;
    font-size: 17px;
    margin: 10px 10px;
}
.right-icons ul{
    display: flex;
}
.right-icons ul li{
    list-style-type: none;
    padding: 25px 5px;
   
}
.right-icons ul li a{
    font-size: 18px;
    color: #fff;
}
.top-footer{
    height: 280px;
    top: 0px;
    left: 310px;
    background-color: #fcbc00;
    border-radius: 10px;
    width: 60%;
    position: absolute;
    display: flex;
}
.top-footer-left{
    width: 40%;
}
.top-footer-left img{
    position: absolute;
    top: -100px;
    width: 370px;
    height: 380px;
     animation: burgerPop 3s ease-in-out infinite alternate;
}

@keyframes burgerPop {
  0% {
    transform: scale(0.9) translateY(20px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
.top-footer-right{
    width: 50%;
    margin-left: 50px;
}
.top-footer-right h2{
    /* font-family: 'Pacifico', cursive; */
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    margin-top: 30px;
    font-size: 17px;
    text-align: justify;
    color: #fff;
}
.search-bar input{
    padding: 15px;
    outline: none;
    border: none;
    border-radius: 30px;
    background-color: #dda70594;
    margin-top: 20px;
    color: #fff;
}
.search-bar input::placeholder{
    color: #fff;
}
.search-bar .btn5{
    border: none;
    outline: none;
    padding: 10px 10px;
    position: relative;
    border-radius: 12px;
    background-color:#e6eaee;
    color: #222;
    z-index: 111;
    height: 45px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Pacifico', cursive;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 30px;
}
.search-bar .btn5::before {
    content: "";
    position: absolute;
    width: 92%;
    right: -8px;
    border: 3px solid #e6eaee;
    height: 53px;
    border-radius: 12px;
    top: -6px;
    z-index: -1;
    transition: 0.8s all ease-in-out ; 
}
.search-bar .btn5:hover::before {
  width: 30%;
  transition: 0.8s all ease-in-out ;
}





.burger-shop-middle{
    height: auto;
    background-color: #0f0f0f;
    display: flex;
}
.burger-shop-middle .burger-shop-middle-left{
    width: 20%;
    /* border: 1px solid red; */
    height: 700px;
}
.burger-shop-middle .burger-shop-middle-right{
    width: 88%;
    /* border: 1px solid red; */
    height: 700px;
    
}
.burger-shop-middle .burger-shop-middle-right .burger-shop-middle-right-top{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
.burger-shop-middle-right  .burger-shop-middle-right-top .burger-shop-card{
    /* border: 1px solid #e6eaee; */
    width: 270px;
    height: 370px;
    border-radius: 5px;
    justify-content: center;
    position: relative;
}
.burger-shop-middle-right .burger-shop-card img{
    height: 100%;
    width: 100%;
     border-radius: 5px;
}
.burger-shop-middle-right .burger-shop-card .burger-card-img{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    /* border: 1px solid red; */
     top:22px;
     left: 58px;
}
.burger-shop-middle-right .burger-shop-card .burger-card-img img{
    width: 160px;
    height: 160px;
   
}
.burger-shop-middle-right .burger-shop-card .burger-card-content{
    position: absolute;
    top: 200px;
    left: 45px;
}
.burger-shop-middle-right .burger-shop-card .burger-card-content h3{
    color: #fcbc00;
    font-size: 25px;
    font-family: 'Pacifico', cursive;
    margin-left: -40px;
}
.burger-shop-middle-right .burger-shop-card .burger-card-content h4{
    color: #e6eaee;
    font-family: 'Pacifico', cursive;
        font-size: 20px;
    margin-top: -226px;
    margin-left: -28px;

}
.burger-shop-middle-right .burger-shop-card .burger-card-content p{
    color: #e6eaee;
    margin-top: 200px;
    font-family: 'Pacifico', cursive;
    text-align: justify;
    font-size: 14px;
    width: 230px;
    margin-left: -24px;
}
.burger-shop-card .btn-img i{
    font-size: 13px;
}
.burger-shop-card .btn-img{
        width: 122px;
    height: 40px;
    position: absolute;
    top: 322px;
    left: 20px;
    border-radius: 5px;
    border: none;
    outline: none;
    background:linear-gradient(135deg,#fcbc00,rgba(255, 69, 0, 0.7));
    /* color:white; */
    /* background-color: #dda705; */
    /* background: lightblue; */
    color: #ffffff;
    font-size: 13px;
    font-family: 'Pacifico', cursive;
    transition:0.4s;
}
.burger-shop-card .btn-img:hover{
    transform:translateY(-4px);
    box-shadow:0 0 20px rgba(255, 69, 0, 0.7);
}
.burger-shop-card .btn-img2{
        width: 80px;
    height: 40px;
    position: absolute;
    top: 322px;
    left: 156px;
    border-radius: 5px;
    border: none;
    outline: none;
    background:linear-gradient(135deg,#fcbc00,rgba(255, 69, 0, 0.7));
    /* color:white; */
    /* background-color: #dda705; */
    /* background: lightblue; */
    color: #ffffff;
    font-size: 13px;
    font-family: 'Pacifico', cursive;
    transition:0.4s;
}
.burger-shop-card .btn-img2:hover{
    transform:translateY(-4px);
    box-shadow:0 0 20px rgba(255, 69, 0, 0.7);
}
.burger-shop-middle-right .burger-shop-card .burger-shop-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.burger-shop-middle-right .burger-shop-card .burger-shop-img img{
    width: 200px;
    height: 200px;
}
.burger-shop-middle-right .burger-shop-card h2{
    color: #ffffff;
    font-family: 'Pacifico', cursive;
    text-align: center;

}
.burger-shop-middle-right .burger-shop-card h3{
    color: #fcbc00;
    font-family: 'Pacifico', cursive;
    text-align: center;

}

.sidebar{
    width:90%;
    /* background:#222; */
    color:#ffffff;
    padding:20px;
}
.sidebar h2{
    font-family: 'Pacifico', cursive;
}
.sidebar ul{
    width:100%;
    list-style:none;
    padding:0;
    margin-top: 10px;
}

.sidebar li{
    padding:10px;
    cursor:pointer;
    background:#333;
    margin-bottom:10px;
    font-family: 'Pacifico', cursive;
}

.sidebar li:hover{
    background:#fcbc00;
}





.burger-details{
    width:100%;
    height:100vh;
    background-color: #0f0f0f;
    position:fixed;
    top:0;
    left:0;
    display:none;
    align-items:center;
    justify-content:center;
    z-index:999;
}

.details-container{
    width:80%;
    height:80%;
    display:flex;
    background:white;
    border-radius:20px;
    overflow:hidden;
        filter: drop-shadow(0 0 20px rgba(255, 69, 0, 0.7));
}

.details-left{
    width:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
     background: #0f0f0f;
}

.small-images{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.small-images img{
    width:80px;
    height:80px;
    cursor:pointer;
    border-radius:10px;
}

.main-image img{
    width:350px;
}

.details-right{
    width:50%;
    background: #0f0f0f;
    color:white;
    padding:40px;
}

.details-right h2{
    font-size:40px;
}

.details-btn,
.buy-btn{
    padding:12px 25px;
    margin-top:20px;
    border:none;
    border-radius:10px;
    cursor:pointer;
}

.details-btn{
    background:white;
    color:#ff6a00;
}

.buy-btn{
    background:black;
    color:white;
}
