﻿nav{
  z-index: -1;
  width: 100%;
  position: relative;
}
nav .menuwrapper{
  position: relative;
  padding: 12px 30px;
  margin: auto;
}
.menuwrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.menuwrapper .nav-links{
  display: flex;
  justify-content: center;
  margin-left: 7%;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding:9px 5px 9px 15px;
  /*border-radius: 5px;*/
  transition: all 0.3s ease;
}
/*.nav-links li a:hover{
  background: #3A3B3C;
}*/
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu {
    position: absolute;
    background: #fff;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    border-bottom: 2px solid #8e003a;
}
.drop-menu li a:hover {color: #8e003a;}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 45px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.mega-box {
    position: absolute;
    left: 0;
    right: 0px;
    margin: 0px auto;
    width: 95%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}
.mega-box .content{
  background: #ffffff;
  padding: 10px 20px;
  display: flex;
  width: 100%;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  border-bottom: 2px solid #8e003a;
}
.mega-box .content .megarow{
  /*width: calc(25% - 30px);
  line-height: 45px;*/
  width: 30%;
  padding-right: 40px;
}
.content .elementor-image {/*margin-top: 40px;*/display: flex;}
.content .megarow img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .megarow header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .megarow .mega-links{
  margin-left: -20px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.megarow .mega-links li{
  padding: 0 20px;
}
    .megarow .mega-links li a {
        display: block;
        color: #444;
        font-size: 14px;
        border-radius: 0px;
        font-weight: 400;
        padding: 8px 0;
        text-transform: capitalize;
        border-bottom: 1px solid #e5e5e5;
    }
.megarow .mega-links li a:hover{
  color: #8e003a;
}
.menuwrapper .btn {
    color: #8e003a;
    cursor: pointer;
    display: none;
    position: absolute;
    top: -56px;
    padding: 6px 6px 4px;
    border-radius: 1px;
    left: 8px;
    background-color: #8e003a2b;
}
.menuwrapper .btn .fa-bars {
    font-size: 20px;
}
    .menuwrapper .btn.close-btn {
        position: absolute;
        top: 0px;
        font-size: 25px;
        right: 6px;
        left: auto;
        background-color: transparent;
    }

@media screen and (max-width: 991px) {
    nav {
        z-index: 0;
    }
    nav .menuwrapper {padding: 0px;}
  .menuwrapper .btn{
    display: block;
  }
  .menuwrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    top: 0;
    /*left: -100%;*/
    left: -100vh;
    background: #ffffff;
    display: inline-table;
    padding: 40px 0px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background: #e72272;
  }
  ::-webkit-scrollbar-thumb {
    background: #8e003a;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 0px;border-bottom: 1px solid #ccc;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 16px;
    font-weight: 500;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 0px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
    background: #ffe6f0;
     border-bottom: none;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box,
  #showMega1:checked ~ .mega-box{
    max-height: 100vh;
  }
   
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
 
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 14px;
  }
    .mega-box {
        padding: 0px;
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        width: 100vw;
        max-height: 0px;
        overflow-y: auto;
        box-shadow: none;
        transition: all 0.3s ease;
        background: #ffe6f0;
        border-bottom: none;
    }
    #showMega:checked ~ .mega-box {
        height: 350px;
    }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 0;
    background: #ffe6f0;
  }
  .mega-box .content .megarow{
    width: 100%;
    margin-bottom: 0px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .megarow:nth-child(1),
  .mega-box .content .megarow:nth-child(2){
    border-top: 0px;
  }
  .content .megarow .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .megarow .mega-links li{
    margin: 0;
  }
  .content .megarow header{
    font-size: 19px;
  }
  .menuwrapper .nav-links {margin-left: 0;}
  .menuitem:after {display: none !important;}
  .rotate .fa-chevron-down {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    margin-right: 15px;
    margin-top: 18px;
    font-size: 12px;
    color: #8e003a;
    float: right;
}
.rotate .fa-chevron-down.down {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
    .first-li {
        border-top: 1px solid #c5c5c5;
        margin-top: 15px !important;
    }
    .megarowimg {display: none;}
    .megarow-heading {display: none !important;}
    .mega-box .content .megarow {padding-right: 0;}
    .megarow .mega-links li a {padding: 0px !important;}
    .elementor-image.mt-40 {display: none;}
    .menucategory-heading {display: none;}
    .megarow.mt-30 {
        margin-top: 0px;
    }
}
nav input{
  display: none;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}
.img_sec {display: flex;}
.menuitem:after {
    background-color: rgba(0,0,0,0)!important;
    margin-right: 5px;
    transition: transform .5s ease;
    content: "";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.menuitem:hover:after {
    transform: rotate(180deg);
    background-position: 15% 20%;
}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.megarow a, .megarowimg a {
    border-bottom: 2px solid black;
    width: 100%;
    display: block;
    padding: 9px 5px 9px 0px !important;
}
.megarowimg {
    padding-right: 20px;
}
.elementor-image a {
    border: none;padding-top: 0px !important;
}
