*{
  margin:0; 
  padding:0; 
  outline:none;
}
html {
  overflow-x: hidden;
}
body{
  background: #FAFAFA !important;
  padding: 0 !important;
  overflow: hidden;

}

img{
  margin:0; 
  padding:0; 
  border:none; 
  max-width:100%; 
  height:auto;  
}

h1,
h2,
h3,
h4,
h5,
h6{ 
  margin:0;
  padding:10px 0;

}
p{
  margin:0 0 15px; 
  padding:0;
  font-size:15px;
  font-weight:300;
}

a{
  text-decoration: none !important;
}

.header-wrap {
  padding: 14px 0;
    position: relative;
}


/* Banner */
.banner-bottom-svg svg {
  width: 100%;
  height: 100%;
}
#banner {
  padding: 60px 0;
  position: relative;
  height: 890px;
  display: flex ;
      align-items: center;
  z-index: 1;
  overflow: hidden;
}
.banner-main-heading h1 {
  font-family: Italiana;
  font-weight: 400;
  font-size: 80px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
  padding: 0;
}
.banner-right-image img {
  border: 15px solid #FFFFFF;
  border-radius: 50%;
  width: 620px;
  height: 620px;
  object-fit: cover;
  animation: rotation 80s infinite;

}


.rotate {
}

.linear {
  animation-timing-function: linear;
}

.infinite {
  animation-iteration-count: infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


.banner-buttons a {
  font-family: Roboto;
  font-weight: 700;
  font-size: 25px;
  line-height: 145%;
  letter-spacing: 0%;
  padding: 16px;
  margin-right: 20px;
  color: #fff;
  position: relative;
  background: #09574A;
  border-radius: 10px;
}
.banner-bottom-svg {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.banner-buttons a:hover::before{
  width: 100%;
}
.banner-buttons a:hover{
  color: #fff;
}
.banner-sub-heading h3 {
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #000000;
}


.banner-buttons a:hover {
  border: unset;
}



.banner-buttons {
  padding-top: 80px;
}
.banner-main-heading{
  position:relative  ;
}




.counter_box {
  background: #09574A;
  border: 8px solid #FFFFFF;
  width: 155px;
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  position: absolute;
  top: 0;
}
.counter_box h4 {
  display: flex;
      align-items: center;
      justify-content: center;
      font-family: Roboto;
      font-weight: 700;
      font-size: 48px;
      line-height: 145%;
      letter-spacing: 0%;
      color: #FFFFFF;
      margin: 0;
      padding: 0;
}
.text-counter h6 {
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
}
.banner-right-contents {
  position: absolute;
  right: -100px;
  top: 0;
  width: 48%;
  height: 100%;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.banner-right-image{
  position: relative;
}

.counter_box.bg_3 {
  position: absolute;
  bottom: 60px;
  top: unset;
  left: 38px;
}
.counter_box.bg_1 {
  top: 60px;

}
.counter_box.bg_2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -56px;
}


/* About us */
#about {
  padding: 60px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
.about-us-contents h2 {
  font-family: Italiana;
  font-weight: 400;
  font-size: 60px;
  line-height: 145%;
  letter-spacing: 0%;
  margin: 0;
  padding: 0;
}
.about-us-contents h3 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 40px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #09574A;
}
.about-us-contents p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #000000;
}
.about-view-more-button {
  margin-top: 44px;
}
.about-view-more-button a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  background: #09574A;
  color: #fff;
  padding: 12px 22px;
  border-radius: 6px;
}
.about-view-more-button a:hover {
  background: #000;
  color: #fff;
  transition: 0.6s ease-in-out;
} 
.about-left-image img {
  width: 100%;
  height: 100%;
}



/* EVents */
#events {
  padding: 60px 0;
  position: relative;
  background: #E3C2A01A;
  background-size: 100% 100%;
  background-position: center;
}
.events-heading-center h2 {
  margin: 0;
  padding: 0;
  font-family: Italiana;
  font-weight: 400;
  font-size: 60px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  color: #09574A;
}
.events-heading-center p {
  color: #000000;
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  width: 86%;
}
.events-heading-center {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#events .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.events-image img {
  width: 100%;
  height: 100%;
  border-radius: 31px;
  object-fit: cover;
}

.events-image {
  width: 100%;
  height: 301px;

  
}


.events-title a:hover {
  color: #09574A;
}
.events-title a {
  font-family: Roboto;
  font-weight: 700;
  font-size: 40px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #000000;
}
.events-content p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 0;
}






/* Single Gallery Page */
#single-gallery-page {
  padding: 60px 0;
}
#single-gallery-page  .gallery-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
#single-gallery-page .gallery-image {
  height: 100%;
  height: 300px;
  position: relative;
}










/* Why Choose us */
#why-choose-us {
  padding: 60px 0;
  position: relative;
}
.why-choose-us-headings h2 {
  margin: 0;
  padding: 0;
  font-family: Italiana;
  font-weight: 400;
  font-size: 60px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  color: #09574A;
}
.why-choose-us-headings p {
  color: #000000;
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  width: 93%;
}
.why-choose-us-headings {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-us-points h6 {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 56px;
  letter-spacing: 0%;
  margin: 0;
  padding: 0;
  color: #000;
  position: relative;
  padding-left: 32px;
}
.choose-learn-more-button a {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFF;
  background: #0092C5;
  padding: 18px 30px;
  position: relative;
  z-index: 1;
}
.choose-learn-more-button a:hover::before{
  width: 100%;
}
.choose-learn-more-button a:hover{
  color: #fff;
}

.choose-learn-more-button a::before{
  background: #000000;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
    transition: all 0.6s ease;
  width: 0%;
  height: 100%;
}


.choose-learn-more-button {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 20px;
}
.why-choose-us-points h6::before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #0092C5;
  position: absolute;
  left: 0;
  font-size: 32px;
}
#topabr i {
  color: #fff;
  font-size: 12px;
}


#why-choose-us .why-choose-us-images {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(21, 24px);
  position: relative;
}
.why-choose-us-images img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#why-choose-us .why-choose-us-images .choose-us-image-one {
  grid-column-start: 1;
  grid-column-end: 15;
  grid-row-start: 4;
  grid-row-end: 22;
  position: relative;
  z-index: 1;

}
.why-choose-us-experience-box {
  background: #09574A;
  height: 100%;
  width: 100%;
  border: 8px solid #FFFFFF;
  grid-column-start: 12;
  grid-column-end: 18;
  grid-row-start: 13;
  grid-row-end: 21;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 147px;
  height: 147px;
}
.why-choose-us-experience-box h6 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 48px;
  line-height: 103%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.why-choose-us-experience-box p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;

}
#why-choose-us .why-choose-us-images .choose-us-image-two {
  grid-column-start: 10;
  grid-column-end: 20;
  grid-row-start: 3;
  grid-row-end: 16;
  position: relative;
  z-index: 1;
}
.why-choose-us-details h3 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 40px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #09574A;
}
.choose-us-image-two img {
  border: 15px solid #FFFFFF;
}

.choose-view-more-button a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  background: #09574A;
  color: #fff;
  padding: 14px 30px;
  border-radius: 6px;
  text-decoration: underline !important;
}
.choose-view-more-button a:hover {
  background: #000;
  color: #fff;
  transition: 0.6s ease-in-out;
}
.why-choose-us-details h6 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 0;
  padding: 0;
}
.why-choose-us-details p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0;
  color: #000000;
}
.why-choose-us-points-flex span:nth-child(1){
  font-family: Roboto;
  font-weight: 500;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 0;
  padding: 0;
}
.choose-view-more-button {
  margin-top: 38px;
}
.why-choose-us-points-flex span:nth-child(2){
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0;
  color: #000000;
}

/* GAllery */

#gallery {
  padding: 60px 0;
  background: #E3C2A01A;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.gallery-heading h2 {
  margin: 0;
  padding: 0;
  font-family: Italiana;
  font-weight: 400;
  font-size: 60px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  color: #09574A;
}
.gallery-heading h6 {
  color: #000000;
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
}
.book-seat-image img {
  width: 100%;
  height: 100%;
}
.view-all-gallery a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  background: #09574A;
  color: #fff;
  padding: 10px 26px;
  border-radius: 6px;
}
.view-all-gallery a:hover {
  background: #000;
  color: #fff;
  transition: 0.6s ease-in-out;
}
.view-all-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 54px;
}
#gallery .gallery-image-box {
  display: grid;
  grid-template-columns: repeat(32, 1fr);
  grid-template-rows: repeat(19, 8px);
  position: relative;
  gap: 14px;
}

#gallery .gallery-image-box .items-gallery:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 10;
  position: relative;
  z-index: 1;
}
#gallery .gallery-image-box .items-gallery:nth-child(2) {
  grid-column-start: 6;
  grid-column-end: 12;
  grid-row-start: 1;
  grid-row-end: 10;
  position: relative;
  z-index: 1;

}

#gallery .gallery-image-box .items-gallery:nth-child(3) {
  grid-column-start: 18;
  grid-column-end: 12;
  grid-row-start: 1;
  grid-row-end: 10;
}


#gallery .gallery-image-box .items-gallery:nth-child(4) {
  grid-column-start: 24;
  grid-column-end: 18;
  grid-row-start: 1;
  grid-row-end: 10;
}


#gallery .gallery-image-box .items-gallery:nth-child(5) {
  grid-column-start: 24;
  grid-column-end: 30;
  grid-row-start: 1;
  grid-row-end: 10;
}
#gallery .gallery-image-box .items-gallery:nth-child(6) {
  grid-column-start: 33;
  grid-column-end: 29;
  grid-row-start: 10;
  grid-row-end: 20;

}

#gallery .gallery-image-box .items-gallery:nth-child(7) {
  grid-column-start: 30;
  grid-column-end: 33;
  grid-row-start: 1;
  grid-row-end: 10;
}
#gallery .gallery-image-box .items-gallery:nth-child(8) {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 10;
  grid-row-end: 20;
}
#gallery .gallery-image-box .items-gallery:nth-child(9) {
  grid-column-start: 7;
  grid-column-end: 12;
  grid-row-start: 10;
  grid-row-end: 20;
}
#gallery .gallery-image-box .items-gallery:nth-child(10) {
  grid-column-start: 18;
  grid-column-end: 23;
  grid-row-start: 10;
  grid-row-end: 20;
}
#gallery .gallery-image-box .items-gallery:nth-child(11) {
  grid-column-start: 29;
  grid-column-end: 23;
  grid-row-start: 10;
  grid-row-end: 20;
}
#gallery .gallery-image-box .items-gallery:nth-child(12) {
  grid-column-start: 12;
  grid-column-end: 18;
  grid-row-start: 10;
  grid-row-end: 20;
}
#gallery .gallery-image-box .items-gallery img{
  width: 100%;
  height: 100%;
}
.gallery-image a {
  width: 100%;
  height: 100%;
}
.gallery-image {
  height: 100%;
  height: 100%;
  position: relative;
}
/* .items-gallery{
  position: relative;
}
.gallery-image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
} */

.gallery-image:hover .overlay-plus-icon {
  opacity: 1;
  transition: 0.8s ease-in-out;
}


.overlay-plus-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.modal {
  position: absolute !important;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);

}
.pagination-button {
  display: none;
}
#close-button {
  position: absolute;
  right: 30px;
  color: #fff;
  font-size: 35px;
  top: 4px;
  cursor: pointer;
}
.overlay-plus-icon i {
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #09574A;
  border-radius: 50%;
  font-size: 16px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}









/* how it works */
#how-it-work {
  padding: 60px 0;
}
.work-steps-box {
  border: 1px solid #000000;
  background: #FFFFFF;
  padding: 60px 20px 50px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.work-steps-box:before {
  content: "\f054";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  left: -26px;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-steps-box::after {
  content: "";
  position: absolute;
  width:100%;
  height: 0%;
  background: #E3C2A0;
  z-index: -1;
  right: 0;
  opacity: 0;
  border-top-left-radius: 50px;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  bottom: 0;
  left: 0;
  border-radius: 20px;
}


.work-steps-box:hover::after {
  opacity: 1;
  transition: 0.5s ease-in-out;
  right: 0%;
  width: 100%;
  height: 100%;
  bottom: 0;
}


.work-steps-box span {
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #000000;
  position: absolute;
  right: 24px;
  top: 14px;
}
.work-steps-box h2 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #09574A;
  margin: 0;
  padding: 70px 0 8px;
}
.work-steps-box p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: 0%;
  margin-bottom: 0;
}
.work-heading h2 {
  margin: 0;
  padding: 0;
  font-family: Italiana;
  font-weight: 400;
  font-size: 60px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  color: #09574A;
}
.work-heading h6 {
  color: #000000;
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  padding: 0;
    margin: 0;
}


/* Menus HIghlights */

#menu-highlights {
  padding: 60px 0;
  position: relative;
  padding: 60px 0;
  position: relative;
  background-size: cover;
  background-position: center;  
}
.menu-highlights-heading h2 {
  margin: 0;
  padding: 0;
  font-family: Italiana;
  font-weight: 400;
  font-size: 60px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: left;
  color: #09574A;
}
.menu-highlights-heading p {
  color: #000000;
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: left;
}

.menus-points-box p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #5C6574;
  padding-left: 38px;
  position: relative;


}
.menus-catering-image img {
  width: 100%;
  height: 100%;
}
.menus-catering-image::after {
  content: "";
  width: 100%;
  height: 76%;
  background: #09574A;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  border-radius: 50%;
  z-index: -1;
  overflow: hidden;
  transform: rotate(-20deg);
}
.menus-catering-image {
  position: relative;
  animation: shake 16s linear infinite;
}
.menus-points-box {
  position: relative;
}
.menus-points-box p::before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #fff;
  width: 24px;
  height: 24px;
  background: #09574A;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 0;
}
.menus-highlights-buttons a {
  font-family: Roboto;
  font-weight: 500;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: center;
  background: #09574A;
  border-radius: 7px;
  box-shadow: 0px 15px 30px 0px #00000026;
  color: #fff;
  padding: 14px 36px;
  margin-right: 12px;
}
.menus-highlights-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 60px;
}

.menus-highlights-buttons a:hover {
  background: #000;
  color: #fff;
  transition: 0.6s ease-in-out;
}






/* OUr Dish */
#our-dishes {
  padding: 60px 0;
  position: relative;
  background: #E3C2A01A;
  background-size: cover;
  background-position: right;
}
.our-dishes-heading h2 {
  margin: 0;
  padding: 0;
  font-family: Italiana;
  font-weight: 400;
  font-size: 60px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  color: #09574A;
}
.our-dishes-heading p {
  color: #000000;
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  width: 84%;
  margin-bottom: 50px;
}

.our-dishes-heading{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.product-title a {
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: #09574A;
}
.products-content p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: #5C6574;
  margin: 0;
}
.product-title {
  text-align: center;
  padding: 38px 0 24px;
}
.product-image {
  width: 266px;
  height: 266px;

}
.header-button-contact {
  display: flex
;
  align-items: center;
  justify-content: flex-end;
}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: tada 16s linear infinite;
    border-radius: 50%;
}
.header-button-box a:hover {
  color: #09574A;
  transition: 0.6s ease-in-out;
  background: #E3C2A0;

}

.banner-buttons a:hover {
  background: #000;
  color: #fff;
  transition: 0.6s ease-in-out;
}
.header-button-box a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #E3C2A0;
  border: 1px solid #E3C2A0;
  border-radius: 50px;
  padding: 14px 24px;
  position: relative;
  z-index: 1;
}
.bg-media {
  align-items: center;
}
.products-content-box {
  border: 2px solid #09574A;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  margin-top: 150px;
  padding: 60px 25px 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;

}
.products-content-box:hover .product-title a {
  color: #E3C2A0;
}
.products-content-box:hover .products-content p {
  color: #FFF;
}


.products-content-box::after {
  opacity: 1;
  transition: 0.5s ease-in-out;
  width: 100%;
  height: 0%;
  content: "";
  background: #09574A;
  position: absolute;
  border-top-left-radius: 51px;
  border-bottom-right-radius: 60px;
}

.products-content-box:hover::after {
  opacity: 1;
  transition: 0.5s ease-in-out;
  right: 0%;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.dishes-view-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 46px;
}
.dishes-view-more-button a:hover {
  color: #fff;
  background: #000;
  transition: 0.5s ease-in-out;
}
#single-book-event-page .book-events-form h3 {
  text-align: center;
  margin-bottom: 38px;
}
#single-book-event-page {
  padding: 60px 0;
}

.dishes-view-more-button a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  background: #09574A;
  color: #fff;
  padding: 14px 24px;
  border-radius: 6px;
  text-decoration: underline !important;
}
.product-price {
  position: absolute;
  top: 76px;
  right: -26px;
}
.product-price h5 {
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  background: #101A24;
  width: 67px;
  height: 67px;
  display: flex
;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}
.product-image {
  width: 232px;
  height: 232px;
  margin-top: -190px;
  position: relative;

}






/* Book YOur Seat */
#book-your-seat {
  padding: 60px 0 0;
  position: relative;
}
.book-seat-contents h2 {
  text-align: center;
  font-family: Italiana;
  font-weight: 400;
  font-size: 60px;
  line-height: 145%;
  color: rgb(9, 87, 74);
  margin: 0px;
  padding: 0px;
}
.book-seat-contents h6 {
  color: #000000;
  text-align: center;
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
}


.single-page-menus {
  padding: 60px 0;
}

/* single Venus page */

.venues-single-page {
  padding: 60px 0;
  position: relative;
}
.venues-single-page .row:nth-child(even) {
  flex-direction: row-reverse;
}

.venues-title a {
  font-family: Roboto;
  font-weight: 700;
  font-size: 40px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #09574A;
}
.venues-overview-right-content h5 {
  padding: 0;
}
.venues-content p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #000000;
}
.venues-overview-heading h2 {
  font-family: Italiana;
  font-weight: 700;
  font-size: 40px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #09574A;
  text-align: left;
  
}
.venues-featured-points p::before{
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #fff;
  width: 24px;
  height: 24px;
  background: #09574A;
  font-size: 14px;
  display: flex
;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 0;
}
.row.venues-featured-points p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #5C6574;
  padding-left: 38px;
  position: relative;
}
.venues-overview-details p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #000000;
}
.venues-overview-right-content p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #000000;
}
.venues-overview-right-content h5 {
  padding: 0;
  font-family: Roboto;
  font-weight: 800;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #09574A;
}

















/* TEStimonial */
.owl-nav {
  display: none;
}
#testimonial .owl-dots{
  text-align: center;

}
#testimonial .owl-dots .owl-dot{
  width: 7px;
  height: 7px;
  background: #101A24;
  opacity: 0.2;
  border-radius: 50%;
  margin: 4px;

}
#testimonial .owl-dots .owl-dot.active{
  background: #09574A !important;
  opacity: 1 !important;
  
}
#testimonial {
  position: relative;
  padding: 60px 0;
  background-size: cover;
  background-position: top;
}

.testimonial-heading h2 {
  margin: 0;
  padding: 0;
  font-family: Italiana;
  font-weight: 400;
  font-size: 60px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  color: #09574A;
}
.testimonial-heading p {
  color: #000000;
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  width: 64%;

}
.testimonial-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.testimonial-content p {
  color: #5C6574;
  margin-bottom: 0;
  padding: 21px 0;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: center;
}
#testimonial  .owl-carousel.owl-drag .owl-item {

  margin: 10px 0;
}
.testi-title a {
  color: #101A24;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: center;
}
.testimonial-box {
  background: #FFFFFF;
  padding: 62px 90px;
  border-top-left-radius: 80px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px 0px #00000012;
  border-bottom-right-radius: 80px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;

}
.testidetails .img {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
}
.testimonial-stars span i {
  color: #F5BF00;
  font-size: 14px;
}
.testi-title {
text-align: center;
}


.about-widget-nail-phone-box {
  display: flex;
  align-items: center;
  justify-content: left;
}
.about_me .phone {
  margin-left: 28px;
}
.services-page .row:nth-child(even) {
  flex-direction: row-reverse;
}

.test {
  padding: 60px 0;
}
.single-page-content p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #000000;
  margin-top: 24px;
}

/* Event Single page */
.book-events-form {
  background: #FFFFFF;
  box-shadow: 0px 4px 13.7px 6px #00000012;
  border-radius: 34px;
  padding: 50px;
  margin-top: 50px;

}


.book-events-form input[type="text"], input[type="email"], input[type="tel"], input[type="date"], select, textarea {
  width: 100%;
  height: 100%;
  height: 65px;
  padding: 12px;
  border-radius: 17px;
  border: 2px solid #DEDEDE;
  background: unset;
  margin-bottom: 16px;
  font-family: Roboto;
  font-weight: 400;
    font-size: 16px;
  line-height: 140%;
  letter-spacing: 2%;
  color: #000000;
}
.book-events-form select {
  word-wrap: normal;
  font-family: Roboto;
  font-weight: 400;
    font-size: 16px;
  line-height: 140%;
  letter-spacing: 2%;
  color: #000000;
  margin-bottom: 16px;

}

.book-events-form textarea {
  height: 151px;
}

.book-events-form ::placeholder{
  font-family: Roboto;
  font-weight: 400;
    font-size: 16px;
  line-height: 140%;
  letter-spacing: 2%;
  color: #000000;
}


.book-events-form [type=submit]{
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  background: #09574A;
  border: 2px solid #DEDEDE;
  border-radius: 20px;
  color: #FFFFFF;
  padding: 16px 36px;
}
.book-events-form h3 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 40px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #09574A;
}



























/* Newsletter */
#newsletter {
  position: relative;
  padding: 100px 0;
  border-radius: 40px;
  z-index: 1;
  background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
section#newsletter::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0.3;
  border-radius: 40px;

}
.newsletter-heading h2 {
  color: #FFF;
  font-family: Roboto;
  font-weight: 700;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: center;
  width: 60%;
  padding-bottom: 80px;
}
.newsletter-heading.wow.fadeInUp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-heading p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
  padding: 26px 0;
}


#newsletter input[type="text"] {
  background: #fff;
  height: 93px;
  border: unset;
  padding: 16px;
  width: 100%;
  border-radius: 20px;
}
#newsletter input[type="text"]::placeholder {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: #101A24;
  
}
#newsletter input[type="submit"]:hover {
  background: #000;
  transition: 0.6s ease-in-out;
}
#newsletter input[type="submit"] {
  letter-spacing: 0%;
  color: #FFFFFF;
  background: #09574A;
  border: unset;
  text-align: left;
  padding: 0px 33px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 20px;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: left;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 18px;

}
form.wpcf7-form {
  position: relative;
}
.wpcf7-spinner {

  position: absolute !important;
  right: 0;
}





/* teams */
.team-heading h2 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #0092C5;
  margin: 0;
  padding: 0;
  text-align: center;
}
.team-member img{
  width: 100%;
}
.team-social-icons a i:hover {
  color: #0092C5;
  transition: 0.8s all;
}
.team-social-icons a i {
  color: #FF685B;
  font-size: 20px;
  margin: 4px;
}
.team-social-icons {
  text-align: center;
  margin: 8px 0 0;
}
.team-box:hover {
  transform: translate(0px, -20px);
  transition: 1s ease;
}
.team-heading p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000;
  text-align: center;
}

#team {
  position: relative;
  padding: 60px 0;
}
.team-title a h5 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #252B42;
  padding: 0;
  margin: 0;
}
.team-box {
  box-shadow: 0px 0px 8.7px 0px #00000017;
}
.team-details-box {
  background: #FFF;
  padding: 16px;
}
.team-designation h6 {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #737373;
  margin: 0;
  padding: 8px 0px 0;
}
#team .owl-carousel .owl-item {
  margin: 10px 0;
}

/* OUr Services */
#services {
  position: relative;
  padding: 60px 0;
}
.services-heading h2 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #0092C5;
  margin: 0;
  padding: 0;
}
.services-heading p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000;
  width: 62%;
}
.services-see-more-button a {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #0092C5;
  text-decoration: underline !important;
  margin-right: 9px;
}
.services-heading-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.services-title a h5 {
  font-family: IBM Plex Sans;
  font-weight: 700;
  font-size: 24px;
  line-height: 113%;
  letter-spacing: 0%;
  color: #021526;
  margin: 0;
  padding: 21px 0;
}
.services-content p {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 119%;
  letter-spacing: 0%;
  color: #163048;
  margin: 0;
}
.services-image {
  width: 110px;
  height: 110px;
  background: #E6F5FC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.services-box {
  border: 1px solid #0215265C;
  padding: 48px 20px;
  position: relative;
  z-index: 1;
}


.services-box:hover .services-title a h5{
  color: #fff;
}
.services-box:hover .services-content p{
  color: #fff;

}
.services-box:hover::after {
  opacity: 1;
  transition: 0.5s ease-in-out;
  right: 0%;
  width: 100%;
  height: 100%;
  bottom: 0;

}
.services-box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 0%;
  background: #0092C5;
  z-index: -1;
  left: 0;
  opacity: 0;
}
.dishes-post-stars  span i {
  color: #FFE605;
  font-size: 14px;
}

.testimonial-designation h6 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: center;
  color: #5C6574;
  margin: 0;
  padding: 0;
}
.testimonial-box:hover h6{
  color: #fff;
}


.testimonial-box:hover::after {
  opacity: 1;
  transition: 0.5s ease-in-out;
  right: 0%;
  width: 100%;
  height: 100%;
  bottom: 0;

}
.testimonial-box::after{
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  background: #09574A;
  z-index: -1;
  right: 0;
  opacity: 0;
  border-top-left-radius: 50px;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;

}
.testimonial-box:hover .testi-title a{
  color: #fff;
}
.banner-post-title a {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2C2C2C;

}
.header-phone-number a p:hover {
  color: #E3C2A0;
  transition: 0.8s ease-in-out;
}
.banner-post-details {
  padding-left: 19px;
}
.testimonial-box:hover .testimonial-content p{
  color: #fff;
}
.banner-dishes-content-box {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 7px 35px 51px 0px #00000024;
  width: 349px;
  position: absolute;
  bottom: 75px;
  right: -70px;
  border-radius: 25px;
  padding: 14px;
}
.banner-container {
  position: relative;
  width: 1920px;
  height: 709px;
}
.banner-dish-image img {
  animation: unset;
  width: 114px;
  height: 108px;
  border-radius: 15px;
  border: unset;
  object-fit: cover;
  margin: 4px;
}

.banner-container svg {
  width: 100%;
  height: 100%;
}

.banner-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white; /* Adjust based on design */
}


/* Faq */
#faqs {
  background: #F4B03E1A;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
}
.faqs-heading{
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-direction: column;
}

.faqs-heading h2 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: Italiana;
  font-weight: 400;
  font-size: 60px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #09574A;
}
.faqs-heading p {
  color: #000000;
  text-align: center;
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
}

.accordion-button {
  color: #000000;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: Inter;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.accordion-button:not(.collapsed) {
  color: unset !important;
  background-color: unset !important;
  box-shadow: unset !important;
}
.faq-left-image img {
  width: 100%;
  height: 100%;
  border-radius: 11px;
  animation: shake 16s linear infinite;
}
.faq-view-more-button a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  background: #09574A;
  padding: 10px 20px;
  border-radius: 6px;
}

.faq-view-more-button a:hover {
  background: #000;
  transition: 0.6s ease-in-out;
  color: #fff;
}
.faq-view-more-button {
  margin-top: 34px;
}
.faq-card {
  background: #FFFFFF;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 25px 10px;
  border-radius: 5px;
}
.accordion-header {
  padding: 0 !important;
}
.accordion-item {
  background-color: unset !important;
  border: unset !important;
  width: 100%;
}
.panel-body p {
  text-align: left;
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: 2%;
  color: #696984;
}
#faqs .panel-body p {

  padding-top: 14px;
}
.accordion-button:focus {
  border-color: unset !important;
  box-shadow: unset !important;
}
.accordion-body {
  padding: 0rem 1.25rem 1rem !important;
}
.accordion-question-icon i {
  background: #0092C5;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
}

/* Fleet INFORMATION */
#fleet-information {
  background: #F6FDFF;
  padding: 60px 0;
}

.fleet-information-details h2 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #0092C5;
  margin: 0;
  padding: 0;
}
.fleet-information-details h3 {
  font-family: Nunito Sans;
  font-weight: 800;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0%;
  color: #000;
}
.information-points h6 {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #000;
  margin: 0;
  padding: 0;
}
.information-learn-more-button a {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFF;
  background: #0092C5;
  padding: 14px 24px;
  position: relative;
  z-index: 1;
}
.information-learn-more-button a:hover::before{
  width: 100%;
}
.information-learn-more-button a:hover{
  color: #fff;
}

.information-learn-more-button a::before{
  background: #000000;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
    transition: all 0.6s ease;
  width: 0%;
  height: 100%;
}


.information-learn-more-button {
  display: flex;
  margin-top: 20px;
}
.information-points h6 {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #000;
  margin: 0;
  padding: 0;
    padding-left: 0px;
  padding-left: 26px;
  position: relative;
}
.information-points h6::before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #0092C5;
  position: absolute;
  left: 0;
}



#fleet-information .information-images-box {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: repeat(15, 24px);
        gap: 14px;
  position: relative;
}

#fleet-information .information-images-box .information-image1 {
  grid-column-start: 2;
  grid-column-end: 9;
  grid-row-start: 4;
  grid-row-end: 14;
  position: relative;
  z-index: 1;

}

#fleet-information .information-images-box .information-image2 {
  grid-column-start: 4;
  grid-column-end: 14;
  grid-row-start: 1;
  grid-row-end: 12;
}

#fleet-information .information-images-box .information-image3 {
  grid-column-start: 6;
  grid-column-end: 13;
  grid-row-start: 6;
  grid-row-end: 16;
  position: relative;
  z-index: 1;

}
.information-images-box img {
  width: 100%;
  height: 100%;
}
.information-image1 img {
  border: 10px solid #FFFFFF;
}
.information-image3 img {
  border: 10px solid #FFFFFF;
}


/* process */
#process {
  background: #0092C5;
  padding: 60px 0 100px;
  position: relative;
}
.process-heading h2 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
  width: 64%;
}
.process-points h6 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
  padding-left: 28px;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.process-points span {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 100px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #FFF;
}
.process-points {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 90px;
}
.blogs-bottom-image {
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: -1;
}
/* OUR bLOGS */
#our-blogs {
  background: #F6FDFF;
  position: relative;
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 1;
}
.blog-heading h2{
  color: #09574A;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Italiana;
  font-weight: 400;
  font-size: 60px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
}
.blog-heading p {
  width: 81%;
  text-align: center;
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}
.view-more-blogs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.blog-title a {
  font-family: Inter;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
}
.view-more-blogs a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  color: #09574A;
  padding: 10px 26px;
  border-radius: 6px;
  border: 1px solid #09574A;
}

.view-more-blogs a:hover {
  background: #000;
  color: #fff;
  transition: 0.6s ease-in-out;
}
.blogs-inner-box {
  padding: 10px 44px;
}
.blog-title {
  text-align: center;
}
.blogs-image img {
  width: 100%;
  height: 100%;
  border-radius: 13px;
}
.blogs-content p {
  color: #5A5A5A;
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;

}
.blog-contents-box {
  background: #E3C2A01A;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.blogs-left-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.blogs-left-contents .blogs-image-box img {
  height: 275px;
    object-fit: cover;
}
.blogs-image-box img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.blog-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.blog-contents-box::after {
  content: "";
  position: absolute;
  width:100%;
  height: 0%;
  background: #09574A;
  z-index: -1;
  right: 0;
  opacity: 0;
  border-top-left-radius: 50px;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  bottom: 0;
  left: 0;
  border-radius: 13px;
}
.blog-contents-box:hover .blog-title a {
  color: #fff !important;
}
.blog-contents-box:hover .blogs-content p {
  color: #fff !important;
}

.blog-contents-box:hover::after {
  opacity: 1;
  transition: 0.5s ease-in-out;
  right: 0%;
  width: 100%;
  height: 100%;
  bottom: 0;
}


.blog-right-posts .blog-post-tag {
  position: absolute;
  bottom: 0px;
  right: 20px;
}
.blogs-image-box {
  position: relative;
}
.blog-post-tag h6 a {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 2%;
  background: #0092C5;
  color: #FFF;
  padding: 3px 12px;
  border-radius: 80px;
}
.single-page-metaimage img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.metabox span {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #252B42;
  margin-right: 30px;
}
.metabox span a {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #252B42;
}
.metabox {
  margin-bottom: 18px;
}
.meta-box-question {
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
  color: #09574A;
}

/* Medical Assistance */

#medical-assistance {
  padding: 60px 0;
  position: relative;
}
.assistance-heading h2 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #000;
}
.assistance-heading p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 41px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #000;
}
.assistance-heading p span {
  font-weight: 700;

}
.assistance-right-image img {
  width: 100%;
  height: 598px;
  object-fit: contain;
  animation: shake 16s linear infinite;

}
.assistance-learn-more-button a {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFF;
  background: #0092C5;
  padding: 16px 26px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
      width: 180px;

}


.assistance-learn-more-button a:hover::before{
  width: 100%;
}
.assistance-learn-more-button a:hover{
  color: #fff;
}

.assistance-learn-more-button a::before{
  background: #000000;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
    transition: all 0.6s ease;
  width: 0%;
  height: 100%;
}



.assistance-heading h3 {
  font-family: Nunito Sans;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #0092C5;
  margin-bottom: 0;
  margin: 0 10px;
}
.assistance-heading h6 {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 123%;
  letter-spacing: 4px;

  color: #0092C5;
  width: 50%;
  margin: 0;
  padding: 0;
}
.assistance-skilled-text {
  display: flex;
  align-items: center;
  justify-content: left;
}
.assistance-button-box {
  display: flex;
  align-items: center;
  justify-content: left;
}
.available-text-services {
  background: #0092C5;
  width: 168px;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 82px;
  position: absolute;
  top: 28px;
  left: 18px;
  box-shadow: 0px 4px 20px 0px #00000033;
  animation: tada 16s linear infinite;

}
.available-text-services h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  color: #FFF;
}
.available-text-services h6 {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: #FFF;
  margin: 0;
  padding: 0;
}



/* Banner IMage */
.banner-image .card {
  background-color: unset !important;
  padding: 60px !important;
  border: unset;

}
.banner-image::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  z-index: -1;
}
.banner-image {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  padding: 60px 0;
  ;

}
.venues-book-venues-button a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  background: #09574A;
  color: #fff;
  padding: 12px 22px;
  border-radius: 6px;
}
.venues-book-venues-button {
  text-align: center;
  margin-top: 16px !important;
}
.banner-image .entry-title {
  font-family: Nunito Sans;
  font-weight: 800;
  font-size: 38px;
  line-height: 127%;
  letter-spacing: 2%;
  color: #fff;
}
.banner-image .bradcrumbs span {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 15px;
  line-height: 127%;
  letter-spacing: 2%;
  color: #fff;
  padding-left: 18px;
}
.bradcrumbs {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 15px;
  line-height: 127%;
  letter-spacing: 2%;
  color: #fff;
}
.bradcrumbs a {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 15px;
  line-height: 127%;
  letter-spacing: 2%;
  color: #E3C2A0;
  padding-right: 10px;

}
.bradcrumbs a:hover {
  color: #fff;
}

/* Services Single page */
#singleService .nav-pills .nav-link {
  border-radius: .25rem;
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 127%;
  letter-spacing: 0%;
  border: 1px solid #0092C5 !important;
  padding: 16px;
  margin-right: 20px;
  color: #0092C5;
  position: relative;
  text-align: left;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.postbox {
  position: relative;
}
#singleService {
  padding: 60px 0;
  position: relative;
}
#singleService .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #0092C5 !important;
  color: #fff;
}
#singleService .service-image {
  background: #E6F5FC;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  border-radius: 80px;
  margin-right: 20px;
}
.service-para {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000;
}
.service-paragraph {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000;
}
.service-heading {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #0092C5;
  margin-top: 25px;
}
.single-srevice-title a {
  font-family: Nunito Sans;
  font-weight: 800;
  font-size: 32px;
    line-height: 54px;
  letter-spacing: 0%;
  color: #000;
}
.single-srevice-title {
  margin-bottom: 12px;
}
.services-page {
  position: relative;
  padding: 60px 0;
}

/* Faq page*/
.faq-page {
  padding: 60px;
}
.faq-page .card-header {
  background-color: unset !important;
  border-bottom: unset !important;
}
.accordion-body {
  padding: 0 17px !important;
}
.faq-page .panel-body p {
  text-align: left;
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: 2%;
  color: #696984;
  margin: 0;
  padding: 17px 0 0;
}



/* Blog Single pages */
#full-width-blog {
  padding: 60px 0;
}
#sidebar {
  background: #09574A;
  padding: 24px 15px;
}
.wp-block-search__label {
  width: 100%;
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
  margin-bottom: 12px;
}
#sidebar ul li a {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
}

#sidebar ul li {
  padding: 6px 0;
  list-style: none;
}
#sidebar ul {
  padding-left: 0;
}
#blog-left-sidebar {
  padding: 60px 0;
}
#sidebar h2 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
  padding: 26px 0 10px;
}
.no-comments.wp-block-latest-comments {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
}
.main-single-div h1 {
  color: #09574A;
  text-align: center;
  font-family: Italiana;
  font-weight: 400;
  font-size: 60px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: left;
}
.socila_share a i {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  background: #101A24;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  margin-left: 6px;
}
.post_tag a {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 2%;
  background: #0092C5;
  color: #FFF;
  padding: 3px 12px;
  border-radius: 80px;
}
.socila_share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#commentform textarea {
  resize: vertical;
  width: 100%;
  height: 150px;
}
#commentform .form-submit [type="submit"]{
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  background: #09574A;
  color: #fff;
  padding: 10px 26px;
  border-radius: 6px;
  border: unset;
}
.middle-align .blogs-content p {
  font-size: 14px;
  line-height: 158%;
}
.middle-align .blog-post-tag h6 a{
  font-size: 12px;
}
.middle-align .blog-title a h5 {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 15px;
}
.feature-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.wp-block-search__button {
  margin-left: 10px;
  word-break: normal;
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
  background: #000;
  height: 52px;
  border: unset;
  text-align: center;
  padding: 8px 25px;
  margin-left: 10px;
}
.wp-block-search__input{
  background: #F4F4F4;
  border: 1px solid #CFCFCF;
  width: 100%;
}
#single-about-page {
  padding: 100px 0 60px;
}
#blog-right-sidebar {
  padding: 60px 0;
}
.content_page p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: left;
  color: #000000;
}
.middle-align {
  padding: 60px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* terms and services */
#tandc {
  padding: 60px 0;
}
#tandc p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #000000;
}
#tandc h2 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 22px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #09574A;
  text-align: left;
  margin: 0;
}
#tandc h1 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 40px;
  line-height: 145%;
  color: rgb(0, 0, 0);
}

#privacy-policy {
  padding: 60px 0;
}
#newsletter .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #fff !important;
  text-align: center;
  color: #fff;
  font-family: "Nunito Sans";
}
.venues-title a:hover {
  color: #000;
  transition: 0.8s ease-in-out;
}

.top-content h2 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 40px;
  line-height: 145%;
  color: rgb(0, 0, 0);
}
.top-content p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #000000;

}
.top-content ul li {
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #000000;

}
#disclaimer {
  padding: 60px 0;
}
#privacy-policy h3 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 22px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #09574A;
  text-align: left;
}
.top-content ul li span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #000000;
}

/* Contact Us */
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #09574A !important;
}
.wpcf7-response-output {
  color: #000;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  letter-spacing: 0%;
}
/*------------------ Contact Page -----------------*/
.contact-page-details {
  padding-bottom: 30px;
}

h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}

.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color: transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #C9AF86;
  background-color: transparent;
  width: 100%;
}

.contact-box .wpcf7 input[type="text"],
.contact-box .wpcf7 input[type="email"] {
  border: unset;
  background: #FFF;
  height: 48px;
  border-radius: 30px;
  width: 100%;
  padding: 24px;
  margin: 0px 0 18px;
    background: unset;
  border: unset;
  padding: 13px 16px;
  width: 100%;
  border-radius: unset;
  border: 1px solid #0215265C;
}

.contac_form p {
  margin-bottom: 0;
}

.contact-box .contac_form input[type="submit"]:hover {
  background: #010F1C !important;
  color: #fff !important;
  transition: 0.8s ease-in-out;
}

.contact-box a:hover {
  color: #000000;
}

.contact-box .contac_form input[type="submit"] {
  margin-top: 16px;
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFF;
  background: #0092C5;
  padding: 18px 30px;
  position: relative;
  z-index: 1;
  border: unset;
}

.contact-color-bg {
  background: #F6FDFF;
  padding: 60px 0;
    margin-bottom: 34px;
}

.c_content span {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #000;
}

.contact-page-details a {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000;
}

.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
  width: 100%;
}

.contac_form h3 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #0092C5;
  text-align: center;

}

.contac_form label {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

div#single-teams {
  padding: 60px 0;
}
.view-all-teams{
  margin-top: 15px;
}
.our-team-head-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.view-all-teams a {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: right;
  color: #182226;
  border: 0.5px solid #FE7700;
  padding: 15px 30px;
  border-radius: 30px;
  overflow: clip;
  z-index: 1;
  position: relative;
  text-decoration: underline !important;
  overflow: clip;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  
  }
  
  .view-all-teams a:hover {
  color: #fff;
  border: 1px solid #FE7700;
  
  }
  .view-all-teams a:after{
  position: absolute;
  content: "";
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(45deg) scale(0, -1);
    background: #FE7700;
  transition: all 0.65s;
  z-index: -1;
  }
  
  
  .view-all-teams a:hover::after {
  transform: skewX(45deg) scale(1, -1);
  }
  

.contact-box .wpcf7 input[type="text"]::placeholder {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  color: #828282;
}

.contact-info .head {
  color: #000;
}

.contact-address,
.contact-email,
.contact-phone {
  margin: 7px 0;
}


.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  max-width: fit-content;
  background: #FF7F0B;
  padding: 8px 29px;
}

span.post-title {
  font-size: 18px;
  color: #000000 !important;
  padding-left: 14px
}

.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color: transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #cccccc;
  background-color: transparent;
  width: 100%;
  background: #fff;
  border: unset;
  border-radius: 15px;
  padding: 18px;
  height: 150px;
  margin: 0px 0 18px;
    padding: 13px 16px;
  width: 100%;
  border-radius: unset;
  border: 1px solid #0215265C;
    background: unset;
}

.c_content {
  color: #ffffff;
}

.contact-page-details .contact-address {
  text-align: center;
  border: none;
  padding: 11px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0215265C; 
  padding: 12px;
  margin-bottom: 18px;
  position: relative;
}

.contact-us-form input::placeholder {
  font-family: 'Nunito Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  color: #000;
}

.contact-us-form textarea::placeholder {
  font-family: 'Nunito Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  color: #000;
}

.wpcf7-form-control.wpcf7-textarea::placeholder {
  font-family: 'Nunito Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  color: #000;
}

.textwidget p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #333;
}

.contact-page-details .contact-email {
  text-align: center;
  border: none;
  padding: 11px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0215265C; 
  padding: 12px;
  margin-bottom: 18px;
  position: relative;


}

.contact-page-details .contact-phone {
  text-align: center;
  border: none;
  padding: 11px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0215265C; 
  padding: 12px;
  margin-bottom: 18px;
  position: relative;
}

.search-field {
  width: 80%;
  border: unset;
}

.contact-box .wpcf7 input[type="text"]::placeholder,
.contact-box .wpcf7 input[type="email"]::placeholder {
  font-family: 'Nunito Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  color: #000;
}

.contact-box {
  padding: 60px 0;
}

.contact-page-details .inner-cont i {
  color: #0092C5;
  font-size: 25px;
  padding: 14px 0px;
}

.contac_form span.wpcf7-form-control-wrap input {
  margin: 0 6px 12px 0;
  border: 2px solid #cccccc;

}



/* Single Shop page*/
.shop {
  padding: 60px;
}
.summary p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #000000;
}
.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  font-family: Roboto;
  font-weight: 700;
  font-size: 32px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
  color: #09574A;
}
#tab-description p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #000000;
}

.woocommerce .star-rating::before {
  content: "sssss";
  color: #FFE605;
}
.woocommerce .star-rating span::before{
  color: #FFE605;

}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;

  display: flex
;
  align-items: center;
  justify-content: left;
  color: #101A24;
  border-radius: 50%;
}
.woocommerce-product-rating a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #5C6574;

}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0;
}

.woocommerce .quantity .qty {
  width: 58px;
  text-align: center;
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  text-decoration-skip-ink: auto;
  background: #09574A;
  color: #fff;
  padding: 8px 0px;
  border-radius: 6px;
  border: unset;
  height: 56px;

}

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  background: #09574A;
  color: #fff;
  padding: 14px 30px;
  border-radius: 6px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  background: #09574A;
  color: #fff;
  padding: 14px 30px;
  border-radius: 6px;
}
.woocommerce span.onsale{
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  background: #101A24;
  width: 67px;
  height: 67px;
  display: flex
;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}
.woocommerce p.stars a{
  color: #FFE605;
}


/* Book Your Seat */
.book-your-seat-form {
  background: #FFFFFF;
  box-shadow: 0px 4px 13.7px 6px #00000012;
  border-radius: 34px;
  padding: 80px;
}

.book-your-seat-form input[type="date"], .book-your-seat-form select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  border: 2px solid #DEDEDE !important;
  background: unset;
  height: 96px;
  padding: 23px;
  border-radius: 17px;
  font-family: Roboto;
font-weight: 400;
font-size: 20px;
line-height: 140%;
letter-spacing: 2%;
color: #000000;

}
.venues-contact-address p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: rgb(92, 101, 116);
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #E3C2A0;
}
.book-your-seat-form select{
  border: unset !important;
}

.book-your-seat-form .select-input-left p {
  padding: 0px 23px 0px 0px;
  border: 2px solid #DEDEDE;
  border-radius: 17px;
}


.book-your-seat-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  font-family: Roboto;
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  background: #09574A;
  border: 2px solid #DEDEDE;
  border-radius: 20px;
  color: #FFFFFF;
  width: 100%;
  padding: 22px;
}


/* Single Event Page */
#single-event {
  background: #E3C2A01A;
  padding: 0 0 60px;
}
.view-more-events {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
}

.view-more-events a:hover {
  background: #000;
  color: #fff;
  transition: 0.6s ease-in-out;
}
.view-more-events a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  background: #09574A;
  color: #fff;
  padding: 14px 30px;
  border-radius: 6px;
  text-decoration: underline !important;
}
#single-event .nav-pills .nav-link {
  background: #FFFFFF !important;
  width: 100%;
  padding: 24px;
  border-radius: 5px;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  text-align: left;
  position: relative;
  padding-left: 39px;


}
#single-event .nav-item {
  width: 100%;
  margin: 4px 0;
}
#single-event .nav-pills .nav-link.active{
  color: #000000 !important;

}
#single-event 
.nav {
  position: sticky;
  top: 90px;
}

.single-event-title a:hover {
  color: rgb(9, 87, 74);
}
.single-event-title a {
  font-family: Italiana;
  font-weight: 400;
  font-size: 60px;
  line-height: 145%;
  text-align: center;
  color: rgb(9, 87, 74);
  margin: 0px;
  padding: 0px;
}

#single-event .nav-pills .nav-link::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #E3C2A01A;
  position: absolute;
  left: 20px;
  margin: auto;
  bottom: 0;
  top: 0;
  border-radius: 50%;
}


/* Gallery */

.modal-content {
  width: 400px !important;
  height: 300px !important;
  background: unset !important;
  border: unset !important;
  box-shadow: unset !important;
}



/* Venus */
.single-venues-page-overview-box {
  background: #FFFFFF;
  padding: 60px 20px 50px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  margin-top: 48px;
}
#single-venues embed {
  filter: grayscale(1);
  border-radius: 17px;
}
#single-venues{
  position: relative;
  padding: 60px 0;
  background: #E3C2A01A;
}
#single-venues .venues-image {
  height: 501px;
  object-fit: cover;
}
.venues-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#single-venues .owl-dots{
  text-align: center;
  margin-top: 28px;


}
#single-venues .owl-dots .owl-dot{
  width: 7px;
  height: 7px;
  background: #101A24;
  opacity: 0.2;
  border-radius: 50%;
  margin: 4px;

}
.venues-box-bottom-border {
  border-bottom: 2px solid #D9D9D9;
  padding: 37px 0;
}
#single-venues .owl-dots .owl-dot.active{
  background: #09574A !important;
  opacity: 1 !important;
  
}
.venues-book-venues-heading h2 {
  font-family: Italiana;
  font-weight: 700;
  font-size: 40px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #09574A;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  margin-top: 48px;
}
.venues-book-venues-content p {
  color: rgb(0, 0, 0);
  text-align: center;
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 145%;
}


/* Single dishes page */
section#singledishes {
  background: #E3C2A01A;
  padding: 60px 0;
}
.single-dishes-box {
  background: #fff;
  padding: 0;
}
#singledishes #pills-tab {
  background: #09574A;

}

.inner-product-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#singledishes .product-title {
  text-align: left;
}

#singledishes #pills-tabContent {
  padding: 50px 0;
}

#singledishes .nav-pills .nav-link {
  font-family: Roboto;
  font-weight: 700;
  font-size: 23px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #fff;
  padding: 48px 42px;
  border-radius: unset;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #000000 !important;
  background-color: #E3C2A0 !important;
}

.single-product-price h5 {
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  align-items: center;
  color: #E3C2A0;
  border-radius: 50%;
}

.banner-post-title a:hover {
  color: #09574A;
  transition: 0.6s ease-in-out;
}

/* 404 page */
.error404 .content_page {
  padding: 60px 0;
}

.page-content h3 {
  margin: 0;
  padding: 0;
  font-family: Italiana;
  font-weight: 400;
  font-size: 60px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  color: #09574A;
}
.page-content p {
  color: #000000;
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
}
.read-moresec a {
  font-family: Roboto;
  font-weight: 700;
  font-size: 25px;
  line-height: 145%;
  letter-spacing: 0%;
  padding: 16px 28px;
  margin-right: 20px;
  color: #fff;
  position: relative;
  background: #09574A;
  border-radius: 10px;
}
.read-moresec a:hover{
  background: #000;
  color: #fff;
  transition: 0.8s ease-in-out;

}
.read-moresec {
  display: flex
;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
}