h1 h2 h3 h4 h5 h6{
  font-family:"Montserrat-Bold";
  text-align: center;
}

p{
  color: white;
}

body{
  font-family: "Montserrat";
  text-align: center;
  margin:0;
  padding:0;
  overflow-x: hidden;
}

*{
  margin: 0;
  padding: 0;
  font-family: "Montserrat-Bold";
  font-weight:bold;
}
.text-link-bottom{
  color:#000!important;
}
a:visited, a:link{
  color:white;
  text-decoration:none;
}

a:hover{
  color:gray !important;
  cursor: pointer;
}

a:link:active, a:visited:active{
  text-decoration:inherit !important;
}

nav{
  display: flex;
  justify-content: center;
  height: 130px;
  line-height: 75px;
  background: transparent;
}
.logo-img-top{
  margin-top: -126px;
  padding-bottom: 20px;
  position: relative;
}
nav .navbar-brand {
  display: flex;
  margin-top: -177px;
}

nav .nav-list .nav-item {
  cursor: pointer;
  height: 100%;
  padding: 0 30px;
  transition: .4s;
  margin: 0 0 -15px 0;
}

nav .nav-list .nav-item .nav-link:hover {
  font-size: 24px;
}

nav .nav-list .nav-item .nav-link {
  color: #f1f1f1;
  font-size: 32px;
  font-weight: 500;
}

nav .nav-list {
  display: grid;
  position: absolute;
  background: #D5B279;
  width: 25%;
  top: 90px;
  left: 67%;
  transition: .6s;
  list-style: none;
  display: none;
  z-index:2000000;
}

.nav-list:hover{
  background-color: #3d251e;
  color: #D5B279;
}

nav .nav-list .nav-item .nav-link:hover{
  color: #D5B279;
}

.menuTxt{
  font-size: 48px;
  font-style: 'Montserrat';
  font-weight: 600;
  height:120px;
  z-index: 200000;
  margin: 12px 0 0 80px;
}

.menuImg img{
  width:50px;
  height:50px;
  margin-top:25px;
  z-index: 200000;
}

.menuImg{
  height:130px;
}
  
.navbar-toggler{
  margin: 10px 0 0 -10px;
}

.navbar{
  width: 100vw ;
  height: 110px ;
}

.logo{
  width: 300px ;
  height: 120px ;
  display: block;
  margin: 0 auto 0 auto;
  padding-left: 0px;
}

.cart-icon{
  width: 74px;
}

.cart-box{
  position: relative;
  z-index: 1;
}

.cart-num {
  position: absolute;
  top: 4px;
  right: -36px;
  background: red;
  padding: 5px 12px 0px 12px;
  border-radius: 25px;
}

h4.cart-lable {
  position: absolute;
  right: -210px;
  top: -15px;
  font-size: 40px;
  font-weight: 600;
}

.custom-menu{
  position: absolute;
  right: 15px;
  top: 10px;
}
/* navbar */

.background{
  background-image: url("includes/images/wood.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width:100%;
  position: relative;
  background-position: center;
}

/* Headings */

#curtain{
  background-color:transparent;
  position:absolute;
  width:100%;
  height:100%;
  top:125px;
  left:0;
  padding-bottom:-100px;
  z-index:100;
  background-image:url(includes/images/curtain.png);
}

.devider-img{
  width: 90%;
  height: 50px;
  display: block;
  margin: -15px auto 0 auto;
}

.biggest-heading{
  font-family: "Montserrat-Black";
  font-size: 4rem;
  line-height:1.5;
  text-align: center;
  font-weight:bold;
}

.biggest-heading2{
  font-family: "Montserrat-Black";
  font-size: 3.5rem;
  line-height:1.5;
  text-align: center;
  font-weight:bold;
  color:black;
  text-decoration: underline;
}

.biggest-heading2:hover{
  color:gray !important;  
}

.sub-heading{
  font-family: "Montserrat-Black";
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}

.title-img{
  display: block;
  margin:  35px auto 0 auto;
  width: 60%;
  height: 140px;
}

.title-arrow{
  margin-left:50%;
}

.layer-1{
  position: absolute;
  top: 180px ;
  left: 0px;
  opacity: 0.8;
  margin-left: 0;
}

.layer-2{
  position: absolute;
  top: 160px ;
  right:0px;
  opacity: 0.8
}
/* container */

.container-fluid{
  padding-top: 7%;
  padding-bottom: 7%;
  padding-left: 10%;
  padding-right: 10%;
}

/* title section */

#title{
  color: #fff;
  text-align: left;
}

#title .container-fluid{
  padding: 3% 15% 7%;
}

/* Slider New */


#slider {
  position: relative;
  width: 75%;
  height: 30vw;
  margin: 50px auto 100px;
  perspective: 1400px;
  transform-style: preserve-3d;
}

#slider label {
  margin: auto;
  width: 60%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  transition: transform 0.5s ease;
}
input[type=radio]{
  position: relative;
  left:0;
  top: 110%;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  transform: translateX(0px);
  cursor: pointer;
  transition: 1s;
}

input[type=radio]:checked{
  opacity: 0.6;
}
#s1:checked~#slide5,
#s2:checked~#slide6,
#s3:checked~#slide7,
#s4:checked~#slide1,
#s5:checked~#slide2,
#s6:checked~#slide3,
#s7:checked~#slide4 {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
  transform: translate3d(-45%, 0, -300px);
}
#s1:checked~#slide6,
#s2:checked~#slide7,
#s3:checked~#slide1,
#s4:checked~#slide2,
#s5:checked~#slide3,
#s6:checked~#slide4,
#s7:checked~#slide5 {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
  transform: translate3d(-30%, 0, -200px);
}

#s1:checked~#slide7,
#s2:checked~#slide1,
#s3:checked~#slide2,
#s4:checked~#slide3,
#s5:checked~#slide4,
#s6:checked~#slide5,
#s7:checked~#slide6 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .3), 0 2px 2px 0 rgba(0, 0, 0, .2);
  transform: translate3d(-15%, 0, -100px);
}

#s1:checked~#slide1,
#s2:checked~#slide2,
#s3:checked~#slide3,
#s4:checked~#slide4,
#s5:checked~#slide5,
#s6:checked~#slide6,
#s7:checked~#slide7 {
  box-shadow: 0 13px 25px 0 rgba(0, 0, 0, .3), 0 11px 7px 0 rgba(0, 0, 0, .19);
  transform: translate3d(0, 0, 0);
}

#s1:checked~#slide2,
#s2:checked~#slide3,
#s3:checked~#slide4,
#s4:checked~#slide5,
#s5:checked~#slide6,
#s6:checked~#slide7,
#s7:checked~#slide1 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .3), 0 2px 2px 0 rgba(0, 0, 0, .2);
  transform: translate3d(15%, 0, -100px);
}

#s1:checked~#slide3,
#s2:checked~#slide4,
#s3:checked~#slide5,
#s4:checked~#slide6,
#s5:checked~#slide7,
#s6:checked~#slide1,
#s7:checked~#slide2 {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
  transform: translate3d(30%, 0, -200px);
}
#s1:checked~#slide4,
#s2:checked~#slide5,
#s3:checked~#slide6,
#s4:checked~#slide7,
#s5:checked~#slide1,
#s6:checked~#slide2,
#s7:checked~#slide3{
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
  transform: translate3d(45%, 0, -300px);
}

/* ballons page */
.pergament{
  display: flex;
  margin: 0 auto 0 auto;
  width: 100%;
  height: 1120px;
}

.birthday-greetings{
  color: #fff;
  background-color: #D5B279;
  height: 550px;
  width: 550px;
  padding: 10px 25px 10px 25px;
  text-align:center;
  font-size: 24px;
  line-height: 1.5;
  margin: auto;
}

.balloon_1{
  display:flex;
  top: 370px;
  position: absolute;
  left: 140px;
  height: 40%;
}

.balloon_2{
  top: 370px;
  position: absolute;
  right: 150px ;
  height: 40%;
}

.birthday-txt{
  position: absolute;
  top: 20%;
  /* left: 25%; */
  left: 1%;
  right: 1%;
  margin: auto;
  width: 50%;
  display: block;
  text-align: left;
  font-family: 'Courgette', serif;
  font-size: 48px;
}

.txt-sub{
  margin-top: 100px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #3d251e;
}

.happy-birthday{
  text-align: center;
  font-size: 48px;
  position: absolute;
  left: 1%;
  right: 1%;
  margin: auto;
  font-weight: bold;
  color: #966919;
}

/* footer */

#container{
  width: 100%;
  height: 200px;
}

#part1{
  width: 100%;
  height: 200px;
  background-color: #D5B279;
  opacity: 0.9;
}

#part2{
  width: 100%;
  height: 40px;
  background-color: #3d251e;
  position: relative;
  top: -15px;
}

.myFx{
  color:#3d251e;
  position: absolute;
  top: 6px;
  right: 20px;
}

.row-footer{
  padding: 30px 0 0 0;
  margin: 0;
}

#detail{
  color: #aaa7a7;
  font-size: 16px;
}

#explore{
  width: 14%;
  height: 200px;
  position: elative;
  top: -235px;
  left: 29%;
}

#txt1, #txt2, #txt3, #txt4{
  color: black;
  font-size: 22px;
}

#txt5{
  font-size: 17px;
  border-top: 1px;
  border-color: white;
  margin-top: 10px;
}

#txt6{
  padding-top: 10px;
}

.link{
  display: flex;
  height: 40px;
  color: #3d251e;
  background-color: transparent;
  position: relative;
  margin: -15px 0 -15px 280px;
}

#visit{
  width: 14%;
  height: 280px;
  position: relative;
}

.text{
  color: #3d251e;
  font-size: 14px;
  margin-top: -10px;
}

.fa-facebook-square{
  margin-top:-40px;
  color: #475993;
}

#perga-top, #perga-btn{
  display: block;
  margin: 0 auto 0 auto;
  width: 100%;
  height: 300px;
}

#perga-cnt{
  display: block;
  margin: 0 auto 0 auto;
  width: 100%;
  height:1700px;
  font-family: 'Courgette', serif;
}

.content-new, #content{
  position: relative;
  width:100%;
}

.inner-content table {
  border-collapse: collapse;
  position: relative;
  display: flex;
  justify-content: center;
}

.pergament-textbox{
  position: absolute;
  top:70px;
  left: 1%;
  right: 1%;
  width: auto;
  display: block;
  font-family: 'Courgette', serif;
}

button{
  background-color:#D5B279;
  color:black;
  border:2px solid white;
  border-radius:10px;
  font-size:32px;
  padding:2px;
  width:120px;
  margin:0 auto 0 auto;
}

table{
  border-collapse:collapse;
}

.gridbox table{
  border-collapse:separate;
}

.gridbox table{
  margin:auto !important;
  position:relative;
  display: table;
}

#dhtmlxGridBase{
  margin-top:20px;
  font-family:arial !important;
}

.Categories{
  font-size:42px;
  margin-left:20px;
}

.per-m{
  display: none!important;
}
.mobile-slider{
  display: none;
}
@media (max-width: 1200px) {
  .per-d{
    display: none!important;
  }
  .per-m{
    display: block!important;
  }
  .container-fluid{
    padding-top: 7%;
    padding-bottom: 7%;
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .pergament{
    height: 1250px;
  }
  .balloon_1{
    display:flex;
    top: 370px;
    position: absolute;
    left: 60px;
    height: 40%;
  }
  
  .balloon_2{
    top: 370px;
    position: absolute;
    right: 50px ;
    height: 40%;
  }
  nav .nav-list .nav-item .nav-link {
    color: #f1f1f1;
    font-size: 45px;
    padding-bottom: 12px!important;
    font-weight: 500;
  }
  
  nav .nav-list {
    display: grid;
    position: absolute;
    background: #D5B279;
    width: 42%!important;
    top: 120px!important;
    left: 52%!important;
    transition: .6s;
    list-style: none;
    display: none;
    z-index:2000000;
  }
  
  /* .mobile-slider{
    display: block;
    margin: 40px 40px;
    border: 6px solid #fff;
  } */
  .title-img {
    display: block;
    margin: 35px auto 0 auto;
    width: 44%;
    height: 100px;
  }
  
  .phone{
    color:black !important;
  }
  #cartCont{
    margin-left: 20%;
  }
  #btnFilter{
    margin-left:4%;
  }
  .Categories{
    font-size:42px;
    margin-left:10px;
  }
  #dhtmlxGridBase{
    margin-top:20px;
    margin-left:20px;
    font-family:arial !important;
  }
  #maps{
    position:absolute !important;
    left:620px !important;
  }
  .pK{
    padding-left: 100px !important;
  }
  
  .pN{
    padding-left: 150px !important;
  }
  .pL{
    padding-left: 240px !important;
  }
}

#btnFilter{
  margin-left:14%;
}

.Cat_Desc{
  font-size: 20px;
  font-style: italic;
  color: black;
}

.food_subcat_name{
  border-bottom: none !important;
}

#loader {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #444444;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.phone{
  color:black !important;
}

a[href^=tel] {
   color: inherit;
}

.brackets{
  font-size:15px;
  font-style:italic;
  font-family:arial;
  font-weight: normal;
}

#modalContainer {
  background-color:transparent;
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  z-index:10000;
  background-image:url(includes/images/cur.png);
  display:none;
}
#modalContent {
  position:relative;
  border:2px solid rgb(255,205,25);
  background:url(includes/images/wood.jpg);
  width:1100px;
  height:700px;
  border-radius:5px;
}
#modalContainer > #modalContent {
  position:fixed;
}

#ajaxLoading{
  background:url(includes/images/loading.gif);
  width: 100px;
  height: 100px;
  position:absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index:50000;
}

#idCategories{
  margin-top:30px;
  margin-left:15%;
}

#idCategories a{
  font-family:arial !important;
  font-size:24px;
  color:black;
}

#dhtmlxGridBase a{
  color:black !important;
  text-decoration:underline;
}

#dhtmlxGridBase a:hover{
  color:black !important;
  position: relative !important;
  top: 1px !important;
  left: 1px !important;
}


.scroll-button {
  position: fixed !important;
  right: 20px !important;
  padding: 10px 20px !important;
  font-size: 45px !important;
  cursor: pointer !important;
  z-index: 1000 !important; 
  display: block !important;
}
  
#scrollUp {
  bottom: 170px !important;
  width:120px !important;
  height:120px !important;   
  touch-action: manipulation !important;  
}

#scrollDown {
  bottom: 20px !important;
  width:120px !important;
  height:120px !important;
  touch-action: manipulation !important;  
}