.main_hamburger{
    display: none;
}
body{
    margin:0%;
    padding: 0%;
    background-color: #f8b24f;
    color: rgb(84, 88, 92);
}
.top{
    position: sticky;
    top: 0;
    z-index: 999;
}
.header{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    padding: 0px 40px;
    background-color: white;
}
.logo p{
    color: black;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Lexend Deca", sans-serif;
}
.desc {
    text-align: end;
    font-weight: 500;
    font-size: 20px;
    font-family: "Lexend Deca", sans-serif;
    color: rgb(110, 112, 112);
    line-height: 40%;
    text-transform: capitalize;
}
.nav{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    background-color: black;
    color: aliceblue;
    margin: 0%;
    padding: 0%;
    align-items: center;
}
.home{
    display: flex;
    justify-content: end;
    gap: 10%;
    text-transform: uppercase;
    font-family: "Lexend Deca", sans-serif;
    font-size: 14px;
}
.home a{
    text-decoration-line: none;
    text-decoration: none;
    color: aliceblue;
}
.home p::after{
    content: '';
    width: 0%;
    height: 3px;
    background: #f8b24f;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.home p:hover::after{
    width: 100%;

}
.icons{
    display: flex;
    justify-content: flex-end;
    gap: 5%;
    font-size: 18px;
    padding-right: 30px;
    margin: 0 10px;
    align-items: center;
}


.search-container {
    position: relative;
    width: 50px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    transition: width 0.4s;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 10px;
    margin-left: auto; 
    gap: 10%;
  }
  .search-container:hover,
  .search-container:focus-within {
    width: 250px;
  }
  .search-input {
    border: none;
    outline: none;
    background-color: #ddd;
    color: black;
    width: 0;
    opacity: 0;
    transition: width 0.4s, opacity 0.4s;
    font-size: 16px;
    margin-right: 10px;
    height: 30px;
    border-radius: 50px;
  }
  .search-container:hover .search-input,
  .search-container:focus-within .search-input {
    width: 100%;
    opacity: 1;
  }
  .search-icon {
    color: white;
    font-size: 20px;
    cursor: pointer;
    flex-shrink: 0;
  }
.main{
    margin: 0 40px;
}
.div{
    height: 70vh;
    margin-bottom: 30%;
}
.contact{
    height: 60vh;
    width: 100%;
    background-color: #050505;
    color: aliceblue;
    position: relative;
    align-content: center;
}
.contact p, h1{
    padding: 0 60% 0 10%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.contact p{
    font-size: 20px;
}
.contact_image{
    width: 30%;
    height: 180%;
    position: absolute;
    right: 15%;
    bottom: -90%;
}
.contact_image img{
    padding: 10px;
    height: 100%;
    width: 100%;
    border-radius: 250px 250px 0px 0px;
    /*box-shadow: 0px 0px 10px white;*/
    border: 3px solid #f8b24f;
}
.visitstore{
    margin-top: 10%;   
    width: 50%; 
}
.visitstore1{
    display: none;
}
.head{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: rgb(104, 54, 18);
}
.paragraph{
    font-size: 20px;
}
.visitstore p, .symbol{
    padding-left: 20%;
}
.symbol{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
}
.symbol i{
    font-size: 30px;
    color: #050505;
}
.form_container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    border: 2px black solid;
    border-radius: 52px;
}
.form_head{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 30px;
}
.form_para{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}
.formbox{
    background-color: #050505;
    color: aliceblue;
    padding: 2rem;
    min-width: 300px;
    border-radius: 50px;
}
.formbox input,
.formbox textarea {
  width: 100%;
  margin: 0.5rem 0;
  padding: 10px;
  border-radius: 50px;
  border: none;
}
.mapbox{
    padding: 2rem;
    line-height: 0%;
    text-align: center;
}
.maphead{
    font-size: 40px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.map_para{
    font-size: 20px;
}
.socialicons p{
    font-size: 20px;
}
.socialicons i{
    color: #050505;
    font-size: 30px;
    
}
.icons_map{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2%;
}
.newsletter{
    margin-top: 10%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.f1{
    text-align: center;
    align-content: center;
}
.f1 input{
    width: 80%;
    height: 40px;
    border: none;
    border-radius: 50px;
}
.newsletter h3{
    font-size: 40px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}
.f2 p{
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
}
footer{
    margin-top: 10%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    background-color: #050505;
    color: aliceblue;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-content: center;
    height: 400px;
}
.footer2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-transform: capitalize;
    padding-left: 30px;
}
.footer2 i{
    color: aliceblue;
}
.footer1{
    padding-left: 20px;
    text-transform: capitalize;
}
.footer1 h3{
    text-transform: capitalize;
    font-family: "Tangerine", serif;
    font-size: 28px;
}
.footer1 p, .footer2 p{
    color: rgb(216, 208, 208);
}
.formbox button{
    padding: 10px 15px;
    font-size: 20px;
    background-color:#f8b24f;
    border: none;
    border-radius: 20px;
    color: aliceblue;
    font-weight: 200;
}
.f1 button{
    padding: 10px 15px;
    font-size: 18px;
    background-color: #050505;
    color: aliceblue;
    border: none;
    border-radius: 20px;

}


@media screen and (min-width:1600px){

    .main{
        margin: 0% 20%;
    }
    .header, .nav, footer{
        padding: 0% 20%;
    }
    .div{
        padding: 0% 20%;
    }
}
@media screen and (max-width: 1100px){
    .footer2{
        grid-template-columns: 1fr 1fr;
    }
    .form_container{
        grid-template-columns: 1fr;
    }
    .contact_image{
        display: none;
    }
    .contact{
        background-image: url('prd35.jpg'); /* Set the image path here */
        background-size: cover; /* Makes sure the background covers the entire screen */
        background-position: center; /* Centers the image */
        background-attachment:scroll;
        text-align: center;
    }
    .visitstore{
        display: none;
    }
    .visitstore1{
        display: block;
        text-align: center;
        width: 100%;
        
    }
    .visitstore1 p, .symbol{
        padding: 0%;
    }
    .symbol1{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        text-align: center;
    }
    .symbol1 i{
        font-size: 30px;
        color: #050505;
    }

    .contact{
        height: 80vh;
        width: 100%;
        color: aliceblue;
        position: none;
        align-content: center;
    }
    .contact p, h1{
        padding: 0%;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    .contact p{
        font-size: 20px;
    }
    .head{
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: 500;
        font-size: 30px;
        color: rgb(104, 54, 18);
    }
    .paragraph{
        font-size: 20px;
    }
    .visitstore p, .symbol{
        padding-left: 20%;
    }
    .symbol{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        text-align: center;
    }
    .symbol i{
        font-size: 30px;
        color: #050505;
    }
    .newsletter{
        grid-template-columns: 1fr;
    }
    .home a{
        display: none;
    }

    .main_hamburger i{
        padding: 5% 0% 5% 5%;
      }
.main_hamburger *{
    margin: 0;
    padding: 0%;
  }
  .main_hamburger{
    display: block;
  }
  .home1 {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Space between links */
    text-align: center;
    font-size: 20px;
  }
  .hamburger a {
    text-decoration: none;
    color: inherit;
  }
  .main_hamburger i:hover {
    cursor: pointer;
  }
  .hamburger {
    position: absolute;
    top: 55%;
    left: -100%;
    padding: 0 10%;
    height: 100vh;
    width: 40%;
    background-color: black;
    opacity: 0.94;
    transition: left 1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hamburger i {
    position: absolute;
    top: 4%;
    right: 8%;
    border: 0.8px solid white;
    padding: 2%;
    border-radius: 50%;
  }
}
@media screen and (max-width:768px) {
    .logo p{
        font-size: 12px;
    }
    .desc{
        font-size: 11px;
    }
    .main{
        margin: 0px 20px;
    }
    .symbol1{
        grid-template-columns: 1fr;
    }
}