*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

#container{
    width: 100%;
    /* border: 1px solid red; */
}
header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    
}
header div{
    width: 47%;
    text-align: right;
}
#logo img{
    width: 100%;
    padding: 17px;
}
#menu{
 display: none;
}
#icon{
    display: none;
}
#herosection{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#herosection div{
    width: 100%;
    text-align: center;
    margin: 26px 62px ;
}
#herosection div img{
    width: 100%;
   
}
#herosection div h1{
    font-size: 60px;
    margin: 10px;

}
#herosection div h1 span{
    /* margin-left: 15px; */
    color: #fac031;
    font-family: mv boli;
    line-height: 22px;
    font-size: 63px;
}
#herosection div p{
    font-style: italic;
    font-size: 9px;
}
#main_btn{
    background: #fac031;
    margin: 11px 85px;
    cursor: pointer;
    padding: 12px 25px;
}
#main_btn a{
  color: #fff;
  margin-right: 5px;
  text-decoration: none;
}
#main_btn i{
    color: #fff;
    transition: 0.3s;
}
#main_btn:hover{
    transform: translateX(7px);
}

#about{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#about div{
    width: 100%;
    /* margin: 10px; */
}
#about div img{
    width: 100%;
}
#about div h1 span{
    color: #fac031;
    font-family: mv boli;
    margin-right: 15px;
}
#about div h1{
    font-size: 55px;
}
#about div h3{
    font-size: 30px;
    margin: 0 0 7px 10px;
}
#about div p{
    text-align: justify;
    font-size: 13px;
    margin: 0px 10px;
}
#about div a{
    background: #fac031;
    color: #fff;
    margin: 11px 87px;
    cursor: pointer;
    padding: 12px 25px;
    text-decoration: none;
    text-align: center;
}
#demo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#our{
    width: 100%;
    margin: 10px;
}
.menu_box div{
    width: 100%;
    padding-bottom: 10px;
    /* margin: 10px; */
}

.menu_box div img{
    width: 100%;
    /* border: 1px solid red; */
    /* margin: 10px; */
    /* height: 134.94px; */
    object-fit: contain;
   
}
#boxes{
    margin: 10px;
}
#demo h1{
    font-size: 55px;
    text-align: center;
    margin: 30px 0 12px 0;
}
#demo h1 span{
    color: #fac031;
    font-family: mv boli;
    margin-left: 5px;
}
#demo h1 span::after{
    content: '';
    width: 100%;
}
.menu_box div p {
    text-align: center;
    font-size: 13px;
}
.menu_box div h2{
    text-align: center;
    color: #fac031;
}
.menu_box div h3,.menu_box div div,.menu_box div{
    text-align: center;
}
.menu_box div div{
    color: #fac031;
}
.menu_box div a{
    background: #131313;
    color: #fff;
    padding: 2px 7px;
    cursor: pointer;
    text-decoration: none;
}

#Gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#photos{
    width: 100%;
}
#newly{
    margin: 10px;
}
#new div{
    width: 100%;
    /* margin: 10px; */
}
#new div img{
    width: 100%;
    transition: 0.3s;
}
#new div img:hover{
    opacity: 0.4;
    background-color: black;
}
#Gallery div h1{
    font-size: 55px;
    text-align: center;
    margin: 30px 0 12px 0;
}
#Gallery div h1 span{
    color: #fac031;
    font-family: mv boli;
    margin-left: 5px;
}

#new div h3,#new div p,#new div{
    text-align: center;
}
#new div h3{
    position: absolute;
    font-size: 35px;
    margin: -167px 102px;
    color: #fac031;
    font-family: cursive;
    z-index: 5;
    opacity: 0;
    transition: 0.3s;
}
#new div h3:hover{
    opacity: 1;
}
#new div p{
    font-size: 6px;
    position: absolute;
    margin: -104px 10px;
    color: white;
    z-index: 5;
    opacity: 0;
    transition: 0.3s;
}
#new div p:hover{
    opacity: 1;
}
#new div a{
    background: #fac031;
    color: #fff;
    line-height: 34px;
    padding: 2px 7px;
    cursor: pointer;
    text-decoration: none;
}

#Review{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#user{
    width: 100%;
}
#first{
    margin: 10px;
    text-align: center;
}
.cust{
    margin: 25px 0px;
}
.cust div{
    width: 100%;
   
}
.cust div img{
    width: 100%;
    border-radius: 50%;
}
#Review div h1{
    font-size: 29px;
    text-align: center;
    margin: 30px 0 12px 0;
}
#Review div h1 span{
    color: #fac031;
    font-family: mv boli;
    margin-left: 5px;
}
.cust div img{
    transition: 0.3s;
}
.cust div img:hover{
    transform: translateY(-16px);
}
.cust div .icon{
    color: #fac031;
}

#order{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#order div{
    width: 100%;
    /* margin: 10px; */
}
#main{
    margin: 10px;
}
#main div{
    width: 100%;
    /* text-align: center; */
}

#main div img{
    width: 100%;
    border-radius: 50%;
}
#order h1{
    font-size: 34px;
    text-align: center;
    margin: 30px 0 12px 0;
}
#order h1 span{
    color: #fac031;
    font-family: mv boli;
    margin-right: 11px;
}
form{
    line-height: 28px;
}
#main form .input input{
   padding: 0 10px;
   border: 2px solid #cccccc;
   background: #eeeeee;
   outline: none;
   border-radius: 3px;
   height: 27px;

}
#main form a{
    background: #fac031;
    color: #fff;
    line-height: 78px;
    padding: 7px 9px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 8px;
}

#team{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#team div{
    width: 100%;
    /* margin: 10px; */
}
#profile{
    margin: 10px;
}
#profile div{
    width: 100%;
    margin: 0px 0 33px 0;
    text-align: center;
}
#profile div img{
    width: 100%;
    /* border-radius: 50%; */
}
#team h1{
    font-size: 34px;
    text-align: center;
    margin: 2px 0 12px 0;
}
#team h1 span{
    color: #fac031;
    font-family: mv boli;
    margin-left: 11px;
}
#profile div h2{
    color: #fac031;
}

footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    background-color: #eeeeee;
}
#footer_main{
    margin: 10px;
    /* text-align: left; */
}
#footer_main div{
    width: 100%;
}
#tag{
    width: 100%;
    margin: 10px;
}
#tag h2{
    margin: 10px;
}
#tag p{
    margin: 0 13px;
}
#tag i{
    margin: 0 0 0 10px;
}

@media only screen and (min-width:768px){
    #herosection div{
        width: 47%;
        margin: 10px;
        /* text-align: center; */
    }
    header div {
        width: 16%;
        text-align: right;
        margin-left: 465px;
    }
    #logo{
        margin-left: -15px;
    }
    #main_btn{
        padding: 12px 25px;
    }
    .menu_box div img {
        width: 100%;
        /* border: 1px solid red; */
        /* margin: 10px; */
        height: 134.94px;
        object-fit: contain;
    }
    #about div{
        width: 47%;
        margin: 10px;
    }
    #about div a {
        margin: 22px 115px;
        padding: 8px 25px;
    }
    #boxes{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #boxes .menu_box{
        width: 27%;
        margin: 10px;
    }
    

    #newly{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #new{
        width: 27%;
        margin: 10px;
    }
    #first{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cust{
        width: 18%;
        margin: 25px;
    }
    .cust div h2,.icon,.cust div div{
        text-align: center;
    }
    .cust div p{
        font-size: 11px;
        text-align: center;
    }
    #oro{
        display: flex;
        flex-wrap: wrap;
        width: 47%;
    }
    #profile div img {
        width: 30%;
        /* border-radius: 50%; */
    }
    #main div img {
        width: 39%;
        border-radius: 50%;
        margin: 0px 0px 0px 203px;
    }
    form {
        line-height: 28px;
        margin-left: 257px;
    }
}

@media only screen and (min-width:1200px){
   

    #about div a {
        margin: 22px 10px;
        padding: 8px 25px;
    }

    #main div img {
        width: 39%;
        border-radius: 50%;
        margin: 0px 0px 0px 444px;
    }
    form {
        line-height: 28px;
        margin-left: 611px;
    }
}