.blogscard.card {
    display: block !important;
}
.site-wrapper .blogs-wrapper.hblogs{
    background-color: #7e0202;
}
.contactform {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }
 .input{
    width: 100%;
    border-radius: 8px;
    background-color: #f1f1f1;
    color: #8f8f8f;
    outline: none;
    border: 1px solid black;
    padding: 10px;
    margin-bottom: 20px;
    font-size:15px;
    
}
.textarea{
    width: 100%;
    border-radius: 8px;
    background-color: #f1f1f1;
    color: #8f8f8f;
    outline: none;
    border: none;
    padding: 20px;
    height: 200px;
    resize: vertical;
    margin-bottom: 20px;
        border: 1px solid black;
}

.contacttitle {
    font-size: 64px;
        /*font-family: "Almendra", serif;*/
        font-family:"Tangerine";
    font-weight: 600;
    font-style: normal;
    margin-bottom:15px;
  }
@media (max-width: 800px) {
     .title {
      font-size: 32px;
    }
  }
  .map {
    width: 100%;
    height: auto;
    /* padding: 100px 30px; */
    min-height: 40vh;
  }
  .map iframe {
    width: 100%;
    height: auto;
    min-height: 40vh;
  }
  .button {
    background: url("../images/submit-btn.svg") no-repeat center;
    border: none;
    outline: none;
    text-align: right;
    cursor: pointer;
    color: transparent;
    height:90px;
    display:block;
    width: 276px;
    /* align-items: end; */
}

/* .submit-button::after {
    content: "";
   
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
} */

.filtercard .card, .filtercard {
    
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-left: 20px;
}
.map .opening-hours-wrapper .hours{
color: rgb(42, 42, 42);
font-size: 24px;
/* line-height: 26px; */
text-decoration: none;
line-height: 26px;
margin-bottom: 24px;
}
.map  .opening-hours-wrapper .title, .contact-wrapper .contact-content .map .opening-hours-wrapper .hours {
  font-size: 48px;
  font-family: "Hind Siliguri", serif;
  font-style: normal;
  color: #2a2a2a;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 24px;
}
.map .opening-hours-wrapper .title 
  {
   
    line-height: 60px;
    margin-bottom: 30px;
}
.map .socials-wrapper {
  margin-top: 64px;
  display: flex
;
  gap: 23px;
  row-gap: 0;
  flex-wrap: wrap;
}
.form-wrapper .map{
  margin-top: 10px;
}
.welcome-wrapper .left-parallex {
  position: absolute;
  left: 0;
}
.wpcf7-not-valid-tip{
 display: none;
}
.wpcf7-form.invalid .wpcf7-validates-as-required.input{
     border: solid red 1px;
}
.blogscard.card a{
  text-decoration: none;
}

.hero-wrapper .hero-img { max-width:500px;}
.contact-wrapper.contact-page {
  width: 100%;
  background-color: #f1f1f1;
  margin-top: -10px;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-wrapper .contact-content .contact-details .opening-hours-wrapper .title{
        font-family: "Almendra", serif;
}
.button:hover{
      transition: all 0.3s ease-in-out;
  transform: scale(1.05);
  transform-origin:center;
scale: 1.05;
}
.contact-wrapper.reservation{
    background-color: #f1f1f1;
        padding-left: 16px;
    padding-right: 16px;
}
.reservation-wrapper{
    /*display:flex;*/
    justify-content: space-between; 
    align-items: center; 
    width: 100%; 
    padding: 10px;
}
.reservation-left, .reservation-right {
   
    padding: 20px;
    /*background: lightblue;*/
    /*border: 1px solid #ccc;*/
    flex:1;
    width:100%;
     padding-top:0px;
}
.reservation-wrapper .reservation-container{
    display:flex;
}
.event-select{
    padding:20px;
    padding-bottom: 0px;
    padding-top:0px;
}
.contact-wrapper .hero-txt{
    color: #2a2a2a;
    font-size: 50px;
    /*font-family: "Almendra", serif;*/
    font-family:Tangerine;
    font-weight: 700;
    font-style: normal;
    user-select: none;
    text-transform: capitalize;
}
@media (max-width: 720px) {
   .reservation-wrapper .reservation-container{
    flex-direction:column;
     padding: 0px;
}
.reservation-left , .reservation-right{
   
    padding: 0px;
     
     
  }
  .event-select{
    padding:0px;
  }
   .reservation-wrapper{
       padding:0px;
   }
   .contact-wrapper .hero-txt{
    color: #2a2a2a;
    font-size: 35px;
    font-family: "Almendra", serif;
    font-weight: 600;
    font-style: normal;
    user-select: none;
    text-transform: uppercase;
}
}
.menu-item {
  color: #FFF;
  /*font-size: 20px;*/
  /*text-decoration: none;*/
  /*padding: 10px 20px;*/
  /*margin: 0 5px;*/
  position: relative;
  display: inline-block;
  
}

.menu-item::before,
.menu-item::after {
  content: "";
  position: absolute;
  background-color: #FFF;
  width: 0%;
  height: 2px;
  bottom: 0;
  transition: width 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menu-item::before {
  left: 0;
}

.menu-item::after {
  right: 0;
}

.menu-item:hover::after
 {
     
  width: 100%;
}
.current-menu-item{
    border-bottom:2px solid #FFF;
}
.current-menu-item:hover::after{
    width:0;
}
.border.bottom-border img{
    width:100%;
    /*margin-top: 15px;*/
}
.blog-single{
    background-color:#fff;
}
.serving-since {
  width: 150px; 
  position: absolute;
      left: 57px;
    top: 186%;
  transform: translateY(-50%);
         animation: serving 1s linear infinite;
    animation-delay: 0.4s;
}

@keyframes serving{
    0% {
    transform: translateX(0);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0px);
    }
}

@media (max-width: 768px) {
  
  .serving-since {
          top: 205px;
        /* position: static; */
        transform: none;
        left: auto;
  }
}

.contact-wrapper {margin-top:0px;}

@media (width >= 1200px) {
    .one-item {
        max-width: 1200px;
        margin-inline: auto;
        overflow-x: visible !important;
    }
}

.reservation p:has(.wpcf7-submit){
    display: grid;
    place-content: center;
}

.contact-wrapper.reservation .max-width{
    max-width: 1200px;
}

.page-template-template-gallery .site-wrapper .blogs-wrapper{
    /*background-color: #f1f1f1;*/
}

/*Masonry Effect*/
.page-template-template-gallery .blogs :is(.filtercard)[style*="flex"]{
    display: block !important;
    columns: 400px;
}
.page-template-template-gallery .blogs .filtercard a{
    display: contents !important;
}

.page-template-template-gallery .blogs :is(.filtercard .card, .filtercard){
    display: block;
    gap: 0px;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
    padding-left: 0px;
    width: auto !important;
}

.page-template-template-gallery .blogs-wrapper .blog-content .blogs{
    display: block !important;
}

.page-template-template-gallery .blogs-wrapper .blog-content .blogs .card .image{
    margin: 0px !important;
    margin-block: 0.5rem !important;
    height: auto !important;
    border-radius: 0px !important;
}

.page-template-template-gallery .blogs-wrapper .blog-content .blogs .card .image img {
	transform: rotate(15deg) scale(1.4);
	filter: grayscale(0%);
	transition: .3s all ease-in-out;
}
.page-template-template-gallery .blogs-wrapper .blog-content .blogs .card:hover .image img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	filter: grayscale(80%);
}
/*nav{*/
/*    position:fixed;*/
/*    top:0;*/
/*}*/
.video-wrapper {
        position: relative;
        margin-top: -106px;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex
;
    justify-content: center;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

   .enquiry-button {
    position: fixed;
    right: 0;
    top: 50%;
    rotate:180deg;
    background-color: #7e0202;
    color: white;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    writing-mode: vertical-rl;
    border-radius: 5px 5px 5px 5px;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 999999999999999999999999999;

}
.enquiry-button:hover {
    background-color: #fec400;
}
/*.welcome-wrapper,.blogs-wrapper, .contact-wrapper {*/
/*    padding-top: 95px;*/
/*}*/
.welcome-wrapper .bottom-border {
    /*margin-top: 12px;*/
    overflow: hidden;
}
.video-wrapper .video-text{
   position: absolute;
    top: 70%;
    z-index: 999999999999999;
    color: white;
    align-self: center;
    justify-self: center;
    font-size: 31px;
}

@media(max-width:768px){
    .video-wrapper .video-text{
        font-size:17px;
    }
}

.video-text h1,.video-text h3,.video-text h3{
        /*font-family: "Almendra", serif;*/
        font-family:Tangerine;
}
.contact-page-wrapper{
    display: flex;
}
.contact-page-wrapper .icon-and-detail img{
        height: 33px;
        width: 33px;
}
.contact-page-wrapper .icon-and-detail.phone img{
    height: 25px;
    width: 29px;
}
.footer-contact {
    display: flex;
    gap: 42px;
    flex-wrap: wrap; 
}


.footer-contact .contact-details, 
.footer-contact .map {
    flex: 1;
    min-width: 300px; 
}


@media (max-width: 768px) {
    .footer-contact {
        flex-direction: column;
        gap: 20px;
    }

    .footer-contact .contact-details, 
    .footer-contact .map {
        max-width: 100%; 
    }
}
.map .opening-hours-wrapper .title{
    font-family:Tangerine;
    font-size:64px;
}
.hero-txt span {
    font-family: 'Tangerine';
    color: #fec424;
}

.form-wrapper {
    /*background: #9DBF9F;*/
    /*padding: 19px;*/
    flex:1;
}
