*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #2b2b2b;
    padding: 25px 50px;
}

.logo
{
    width: 60px !important;
}
.navigation 
{
    display: flex;
    align-items: center;
}
.navigation li
{
   margin-left: 30px;
    list-style: none;
    display: flex;
    align-items: center;
}
.navigation li img
{
    width:25px;
    object-fit: cover;
    margin-right: 15px;
}
.navigation li a
{
    text-decoration: none;
    color: #F6B485;
    font-size: 18px;
}
.menuToggle
{
    display: none;
}
section
{
    padding: 30px 100px;
    overflow: hidden;
}
.opening
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column !important;
}
.open
{
    background: rgb(39, 36, 36);
    color: #F6B485;
    border:  1px solid transparent;
    border-radius: 20px;
    padding: 3px 9px;
    font-size: 12px !important;
    box-shadow:  0px 5px 20px rgba(0,0,0,0.05);
    -webkit-box-shadow: inset 0px 31px 13px -32px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 31px 13px -32px rgba(255,255,255,1);
box-shadow: inset 0px 31px 13px -32px rgba(255,255,255,1);
}

.banner

{
    
    position: relative;
    width:100%;
    margin-top: 70px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #2b2b2b;
}
.menu
{
    width: 100%;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #2b2b2b;
    overflow-y: hidden;
}
.menu_page
{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #2b2b2b;
    overflow-y: hidden;
    text-align: center;
}
.menu-content img
{
    width: 50%;
    object-fit: cover;
}
.menu-content h1 
{
    color: #D3D6C5;
    font-size: 65px;
    font-weight: 500;
    letter-spacing: 2px;
}
.menu-content h1 span
{
    color: rgb(248, 197, 101);
    font-size: 65px;
    font-weight: 500;
    margin-right: 5px;
    letter-spacing: 2px;
}
.menu-content h5
{
    color: #D3D6C5;
    font-size: 25px;
    font-weight: 450;
}
.menu-content h5 span
{
    color: rgb(248, 197, 101);
    font-size: 25px;
    font-weight: 450;
    margin-right: 5px;

}
.main-banner
{
    max-width: 900px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main-banner img
{
    width: 100%;
    object-fit: cover;
    margin-top: 40px;
}
.pop
{
    position: absolute;
    top:8%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgb(39, 36, 36);
    color: #F6B485;
    border:  1px solid transparent;
    border-radius: 20px;
    padding: 3px 20px;
    font-size: 17px !important;
    text-align: center;
    box-shadow:  0px 5px 20px rgba(0,0,0,0.05);
    -webkit-box-shadow: inset 0px 31px 13px -32px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 31px 13px -32px rgba(255,255,255,1);
box-shadow: inset 0px 31px 13px -32px rgba(255,255,255,1);
text-decoration: none;
display: none;
transition: 1s;
}
.more
{
    display: flex;
    align-items: center;
    margin: 30px 0;
    text-decoration: none;
    color: #F6B485;
    font-size: 22px;
}
.more img{
    width: 22px;
    margin-left: 10px;
}
.work
{
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
       background: #2b2b2b;
    color: #D3D6C5;
}
.work-title
{
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    font-family: 'Times New Roman', Times, serif;
    color: #F6B485;
}
.row
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0 auto;
}
.row h4
{
    margin: 0 auto;
    color: #F6B485;
    font-weight:420;
    text-align: left;
    font-size: 22px;
}
.row span
{
    color: #F6B485;
    font-weight: 420;
    text-align: left;
    font-size: 22px;
    margin-left: 14px;
}
.row img
{
    max-width: 400px;
    margin: 0 auto;
}
.reverse
{
    flex-direction: row-reverse;
}
.work-delivery
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:30px auto;
    gap: 60px;
    flex-direction: column;
}
.work-delivery h4
{
    margin: 0 auto;
    color: #F6B485;
    font-weight:420;
    text-align: left;
    font-size: 22px;
}
.work-delivery img
{
    width: 120px;
}
.work img
{
    width: 50%;
    object-fit: cover;
    margin: 50px auto;
}
.work h3
{
    display: flex;
    align-items: center;
text-align: center;
  font-size: 35px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  color: #F6B485;
}
.work h3 img
{
    width: 70px;
}
.work h5
{
    text-align: center;
  font-size: 25px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  color: #F6B485;
}
.explore
{
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 37px;
    letter-spacing: 1px;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    color: #F6B485;
}
.explore img
{
    margin-left: 20px;
    width: 60px;
    object-fit: cover;
}
hr
{
  border: 1px solid #F6B485 !important;
  width: 100%;
  margin: 40px 0;

}
.menu
{
    background:#2b2b2b ;
    text-align: center;
}
.menu h2
{
    color: #F6B485;
    font-size: 37px;
    font-family:'Times New Roman', Times, serif;
    font-weight: 400;
    margin-bottom: 50px;
}
.slider
{
  display:flex;
  align-items: center;
  justify-content:space-evenly;
  flex-wrap: wrap;
margin: 0 auto;
}

.card
{
    position: relative;
    width: 350px;
    height: 350px;
margin: auto;
    border-radius: 2px;
    box-shadow:  0px 5px 20px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: transform 1s;
}
.card h3
{
    font-size: 22px;
    color: #F6B485 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.card img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card.active
{
    border: 3px solid #F6B485;
}


.story
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
   color: #D3D6C5;
   background: url('../img/home/Storybg.png');
   background-repeat: no-repeat;
background-size: cover;
}

.king-image

{
    
    flex-basis: 30%;
}
.king-image img{
    width: 250px;
    object-fit: cover;
}
.text
{
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.text h2
{
    margin: 50px 0;
  font-weight: 400;
    font-size:30px;
    text-align: center;
}
.text p
{
    margin:20px 0;
    font-weight: 400;
    font-size: 18px;
    text-align:center;
    line-height: 2.4rem;
}
.read
{
    margin-top: 40px;
    border: transparent;
    display: flex;
    color: black;
    background:rgb(199, 197, 197) ;
    padding: 5px 30px;
    border-radius: 20px;
    box-shadow:  0px 5px 20px rgba(0,0,0,0.05);
    cursor: pointer;
    font-size: 18px;
}
.read img
{
    margin-left: 10px;
}
.delivery
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background:#2b2b2b ;
    color: #D3D6C5;
    box-shadow:  0px 5px 20px rgba(0,0,0,0.05);
}
.delivery h3 
{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #F6B485;
    font-weight: 400;
}
.delivery h3 img
{
    width: 60px;
    object-fit: cover;
}
.sponser
{
    display: flex;
    margin: 70px 0;
}
.sponser img
{
    width: 140px;
    padding: 0 5px;
    object-fit: contain;

}
.sponser hr
{
    transform:rotate(90deg);
    width: 60px;
}


.footer
{
    color:#F6B485;
       background: #2b2b2b;
    position: relative;
    width: 100%;
}
.footer-links
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.footer-links h4
{
    font-weight: 410;
    font-size: 22px;
}
.footer-links ul li
{
    list-style: none;
}
.footer-links ul li a
{
    text-decoration: none;
    font-weight: 400;
    color: #F6B485;
    line-height: 2.5rem;
}
.copyrights
{
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.copyrights span
{
    color: #F6B485;
    font-size: 20px;
    font-weight: 300;
}
.copyrights h4
{
    font-size: 20px;
    font-weight: 400;
}
.signature
{
    position: absolute;
    bottom: 20px;
    right: 10px;
}
.signature img
{
    width: 30px;
    object-fit: cover;
}



@media only screen and (max-width: 1024px) {
    html,body
    {
        overflow-x:hidden !important;
    }
    .navigation 
    {
        display:none;
    }
    section
{
    padding:40px;
    overflow: hidden;
}
    .menuToggle{
        position: relative;
        width: 30px;
        height: 30px;
        background-image: url('../img/home/hamc.svg');
        background-size: 30px;
        background-repeat: no-repeat;
        cursor: pointer;
        display: block;

    }
    .menuToggle.active{
        width: 30px;
        height: 30px;
        background: url('../img/home/close.png');
        background-size: 30px;
        background-repeat: no-repeat;
        cursor: pointer;
z-index: 100;
    }
    header{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #2b2b2b;
        padding: 20px 100px;
    }
    header .navigation.active
    {
        position:fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: #2b2b2b ;
        color: #F6B485;
    }
    .navigation li
{
   margin-top: 30px;
    list-style: none;
}
.pop
{
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgb(39, 36, 36);
    color: #F6B485;
    border:  1px solid transparent;
    border-radius: 20px;
    padding: 3px 20px;
    font-size: 17px !important;
    width: 80%;
    text-align: center;
    box-shadow:  0px 5px 20px rgba(0,0,0,0.05);
    -webkit-box-shadow: inset 0px 31px 13px -32px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 31px 13px -32px rgba(255,255,255,1);
box-shadow: inset 0px 31px 13px -32px rgba(255,255,255,1);
text-decoration: none;
display: none;
transition: 2s;
}
.open
{
    display: none;
}
.opening
{
    margin-top: 30px !important;
}
.item
{
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 8px;
    box-shadow:  0px 5px 20px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: transform 1s;
}
hr
{
  border: 1px solid #F6B485 !important;
  width: 100%;
  margin: 40px auto;
}
.menu-content img
{
    width: 90%;
    object-fit: cover;
}
.main-banner img
{
    width: 100%;
    margin:0 auto;
    display: block;
    object-fit: cover;
}
.row img
{
    max-width: 600px;
    width: 100%;
    margin: 100px auto;
}
.row h4
{
    margin: 0 auto;
    color: #F6B485;
    font-weight:420;
    text-align: left;
    font-size: 30px;
}
.row span
{
    color: #F6B485;
    font-weight: 420;
    text-align: left;
    font-size: 30px;
    margin-left: 14px;
}
.work-delivery h4
{
    margin: 0 auto;
    color: #F6B485;
    font-weight:420;
    text-align: left;
    font-size: 30px;
}
.work-delivery img
{
    width: 150px;
}
}


@media only screen and (max-width: 500px) {
    html,body
    {
        overflow-x:hidden !important;
    }
    .banner

    {
        width:100%;
       padding-top: 100px;
       min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .main-banner
{
    max-width: 800px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 50px;
    flex-direction: column;
}
.main-banner img
{
    width: 100%;
    margin:0 auto;
    display: block;
    object-fit: cover;
}
.menu-content img{
    width: 100%;
    object-fit: cover;
}
.menu-content h1 
{
    color: #D3D6C5;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 2px;
}
.menu-content h1 span
{
    color: rgb(248, 197, 101);
    font-size: 40px;
    font-weight: 500;
    margin-right: 5px;
    letter-spacing: 2px;
}
    header{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #2b2b2b;
        padding: 10px 20px;
    }
 
    .logo
    {
        width: 50px;!important
    }
    .navigation 
{
    display:none;
}
  section{
      padding:30px;
      overflow: hidden;
  }

    .king-image
    {
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .king-image img{
        width:69%;
        object-fit: cover;
    }

    .text
    {
        flex-basis: 100%;
    }
    hr
{
  border: 1px solid #F6B485 !important;
  width: 100%;
  margin: 30px auto;
}
.work-delivery h4
{
    margin: 0 auto;
    color: #F6B485;
    font-weight:420;
    text-align:center;
    font-size: 23px;
}
.work-delivery img
{
    width: 120px;
}
.work img
{
    width: 100%;
    object-fit: cover;
    margin: 50px auto;
}
.work h3
{
    display: flex;
    align-items: center;
text-align: center;
  font-size: 35px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  color: #F6B485;
}
.work h3 img
{
    width: 70px;
}
.work h5
{
    text-align: center;
  font-size: 20px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  color: #F6B485;
  line-height: 2rem;
}
.more
{
    display: flex;
    align-items: center;
    margin: 30px 0;
    text-decoration: none;
    color: #F6B485;
    font-size: 23px;
}
.more img{
    width: 21px;
    margin-left: 10px;
    margin-top: 4px;
}
.menu h2
{
    color: #F6B485;
    font-size: 25px;
    font-family:'Times New Roman', Times, serif;
    font-weight: 400;
    margin-bottom: 50px;
}
#load
{
    font-size: 27px;
}
#load img{
    width: 23px;
    margin-top: 4px;
}
.row h4
{
    margin: 0 auto;
    color: #F6B485;
    font-weight:420;
    text-align: left;
    font-size: 23px;
}
.row span
{
    color: #F6B485;
    font-weight: 420;
    text-align: left;
    font-size: 23px;
    margin-left: 14px;
}
.row img
{
    max-width: 300px;
    width: 100%;
    margin-top: 50px;
}
.work h3
{
    display: flex;
    align-items: center;
text-align: center;
  font-size: 25px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  color: #F6B485;
}
.work h3 img
{
    width: 40px;
}
.explore
{
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 25px;
    letter-spacing: 1px;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    color: #F6B485;
}
.explore img
{
    margin-left: 20px;
    width: 40px;
    object-fit: cover;
}
.work-delivery img
{
    width: 100px;
}
.delivery h3 
{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #F6B485;
    font-weight: 400;
}
.delivery h3 img{
    width: 50px;
}
.sponser hr
{
    transform:rotate(90deg);
    width: 50px;
    color: #F6B485;
    background: #F6B485;
}
.copyrights
{
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 2rem;
}
.copyrights span
{
    color: #F6B485;
    font-size: 16px;
    font-weight: 300;
}
.copyrights h4
{
    font-size: 14px;
    font-weight: 400;
}
.signature img
{
    width: 25px;
    object-fit: cover;
}
.pop
{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgb(39, 36, 36);
    color: #F6B485;
    border:  1px solid transparent;
    border-radius: 20px;
    padding: 3px 20px;
    font-size: 12px !important;
    text-align: center;
    box-shadow:  0px 5px 20px rgba(0,0,0,0.05);
    -webkit-box-shadow: inset 0px 31px 13px -32px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 31px 13px -32px rgba(255,255,255,1);
box-shadow: inset 0px 31px 13px -32px rgba(255,255,255,1);
text-decoration: none;
display: none;
transition: 1s;
}
.card
{
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 30px !important;
    border-radius: 2px;
    box-shadow:  0px 5px 20px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: transform 1s;
}

  }