@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");

:root {
  --white: #fff;
  --black: #000;
  --primary: #66993b;
  --secondary: #005c32;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1410px;
  }
}

section {
  position: relative;
}

p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #828282;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

/* loader */

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.preLoader.black {
  background-color: var(--primary);
  z-index: 11113;
}

.preLoader.white {
  z-index: 11112;
  background-color: var(--theme-color);
}

/* loader */

/* btn css */

.themeBtn {
  background: var(--primary);
  font-size: 1.125rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 1rem 2em;
  border-radius: 50px;
  line-height: normal;
}

.themeBtn:hover {
  background: var(--secondary);
  color: var(--white);
}

.themeBtn1:hover {
  background: var(--primary);
}

/* btn css */

/* navigation css */

header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 111;
  top: 0;
  width: 100%;
  padding-top: 1.8rem;
  transition: 0.3s ease-in-out;
}

.navbar-nav {
  align-items: center;
  gap: 3rem;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1.125rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0;
  display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}

/* navigation css */

/* slider css */

.main-slider {
  height: 1080px;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-pagination {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  top: 50%;
  right: 8%;
  left: initial;
}

.homeSlider .swiper-pagination-bullet {
  width: 56px;
  display: inline-block;
  margin: 0 0.5rem !important;
  opacity: 1;
  border: 1px solid var(--white);
  border-radius: unset;
  height: 3px;
  background: var(--white);
}

.homeSlider .swiper-pagination-bullet-active {
  border: 1px solid var(--primary);
  position: relative;
  height: 3px;
  background: var(--primary);
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.mainHead {
  font-size: 7.5rem;
  text-transform: uppercase;
  color: var(--white);
  font-weight: bold;
  line-height: 0.9;
  margin-bottom: 1.5rem;
  text-shadow: 3px 9px rgb(0 0 0 / 50%);
}

.banArrow {
  position: absolute;
  bottom: 2rem;
  left: 7rem;
}

.banArrow a span {
  font-size: 1.125rem;
  writing-mode: tb;
  transform: scale(-1);
  color: var(--white);
}

.banArrow a {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

/* slider css */

/* Menu Sec Css Start */

.menuSec {
  background: url(../images/menuBg.webp) center/cover no-repeat;
  padding: 1rem 0 5rem 0;
}

.subHeading {
  font-size: 3.125rem;
  color: var(--black);
  font-weight: bold;
  text-transform: uppercase;
}

.heading {
  font-size: 1.875rem;
  color: var(--black);
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.menuContent p {
  width: 80%;
}

.themeBtn1 {
  background: var(--secondary);
}

.menuContent .btn-group .heading {
  color: var(--primary);
}

.menuContent .btn-group {
  gap: 1.5rem;
  margin-top: 10px;
}

/* Menu Sec Css End */

/* Services Sec Css Start */

.serviceSec {
  background: var(--primary) url(../images/srvBg.webp) center/auto no-repeat;
  padding: 24rem 0 6rem;
}

.serviceHeading h3 {
  color: var(--white);
}

.secHeading {
  font-size: 4.375rem;
  line-height: 1;
  color: var(--white);
  text-transform: uppercase;
  font-weight: bold;
}

.servicesBox {
  display: flex;
  justify-content: space-between;
  text-align: center;
  background: #eab529;
  padding: 2rem 0 1rem 0;
  margin-top: 1rem;
}

.servicesBox > .serviceWraps {
  width: auto;
  flex: 1;
  margin: 0 2rem;
}

.serviceWraps figure {
  background: var(--white);
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  border-radius: 100%;
  margin: auto;
}

.serviceContent h3 {
  text-transform: capitalize;
  margin: 0;
  color: var(--white);
}

.serviceContent a {
  font-size: 1.125rem;
  color: var(--white);
  font-weight: 500;
}

.serviceContent p {
  margin-bottom: 6px;
  color: var(--white);
}

.serviceContent {
  margin-top: 8px;
}

/* Services Sec Css End */

/* Drink Sec Css Start */

.drinksSec {
  background: url(../images/drinksBg.webp) center/cover no-repeat;
  padding: 5rem 0;
}

.drinksHeading h2 {
  color: var(--white);
}

.drinksHeading h4 {
  color: var(--white);
  line-height: 1.1;
}

.drinksHeading h4 span {
  display: block;
}

.drinksHeading h3 {
  margin-bottom: 0.8125rem;
}

.drinksContent p {
  font-size: 1.375rem;
  color: var(--white);
}

/* Drink Sec Css End */

/* Drink Menu Sec Css Start */

.drinkmenuSec {
  padding-top: 6rem;
}

.clrBlack {
  color: var(--black);
}

.menuWraps {
  position: relative;
}

.menusContents h3 {
  font-size: 2.375rem;
  color: var(--white);
  font-weight: 600;
  line-height: 1.1;
}

.menusContents {
  position: absolute;
  top: 0;
  bottom: 10px;
  right: 0;
  left: 2rem;
  display: flex;
  align-items: end;
}

.menuSlider .swiper-slide:nth-child(odd) {
  margin-top: 2.5rem;
}

/* Drink Menu Sec Css End */

/* Testimonial Sec Css Start */

.testimonialSec {
  background: #e8e8e8;
  margin-top: -3rem;
  padding: 5rem 0;
}

.testimonialBox {
  background: var(--white);
  padding: 3rem 2rem 1rem 2rem;
}

.testimonialBox ul {
  display: flex;
  margin-bottom: 1rem;
}

.testimonialBox ul li a {
  color: #eab529;
}

.testimonialBox p {
  font-size: 1rem;
  color: var(--black);
}

.quote {
  text-align: end;
  margin-top: -1rem;
}

.userWrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: -1rem;
}

.userWrap > img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
}

.userWrap h3 {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--black);
}

.userWrap h3 span {
  display: block;
  font-weight: 500;
  color: #eab529;
}

.swiper-slide.swiper-slide-next .testimonialBox {
  background: var(--secondary);
}

.swiper-slide.swiper-slide-next .testimonialBox p,
.swiper-slide.swiper-slide-next .testimonialBox .userWrap h3 {
  color: var(--white);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  font-size: 2rem;
  color: var(--secondary);
}

.swiper-button-prev {
  left: -14%;
}

.swiper-button-next {
  right: -14%;
}

/* Testimonial Sec Css End */

/* Video Sec Css Start */

.videoSec {
  padding: 6rem 0;
}

.videoSec .swiper {
  width: 100%;
  height: 100%;
}

.videoSec .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.videoSec .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoSec .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.videoSec .swiper-slide {
  background-size: cover;
  background-position: center;
}

.videoSec .mySwiper2 {
  height: 80%;
  width: 100%;
}

.videoSec .mySwiper {
  height: 20%;
  width: 75%;
  object-fit: cover;
  margin-top: 0rem;
  position: relative;
  z-index: 11;
}

.videoSec .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
}

.videoWraps {
  position: relative;
}

.videoBtn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
}

.videoBtn i {
  background: var(--white);
  width: 130px;
  height: 130px;
  display: grid;
  place-items: center;
  border-radius: 100%;
  font-size: 2rem;
  color: var(--black);
}

/* Video Sec Css End */

/* Insta Sec Css Start */

.swiper-slide-active .instaWraps {
  position: relative;
}

.swiper-slide.swiper-slide-next .instaLogo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  place-items: center;
}

.swiper-slide.swiper-slide-next .instaWraps:before {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 20%);
  width: 100%;
  height: 100%;
}

.swiper-slide.swiper-slide-next .instaLogo img {
  display: block;
}

.instaLogo img {
  display: none;
}

/* Insta Sec Css End */

/* Newsletter Sec Css Start */

.newsletterSec {
  background: #eab529;
  padding: 3rem 0;
}

.newsHead h2 {
  color: var(--white);
  font-size: 3.4375rem;
  text-align: center;
}

.newsForm {
  display: flex;
  justify-content: space-between;
}

.newsForm input {
  height: 70px;
  border-radius: 50px;
  background: transparent;
  width: 290px;
  border: 2px solid #ffffff;
}

.newsForm input::placeholder {
  color: rgb(255 255 255 / 50%);
  font-weight: 600;
}

.newsForm .themeBtn {
  border: unset;
  padding: 1rem 3em;
}

/* Newsletter Sec Css End */

/* Footer Css Start */

footer {
  background: #00140b;
  padding-top: 6rem;
}

footer p {
  color: var(--white);
}

.footLogo {
  padding-bottom: 10px;
  display: block;
}

footer ul li a {
  color: var(--white);
}

footer h4 {
  font-size: 1.375rem;
  color: var(--white);
  margin-bottom: 1.2rem;
}

.direction p {
  font-size: 0.9375rem;
  color: var(--white);
}

.direction a {
  font-weight: 600;
  color: var(--white);
  text-decoration: underline !important;
}

.contactInfo a span {
  display: block;
  font-size: 1rem;
  font-family: "Poppins";
  color: var(--white);
}

.contactInfo a {
  font-size: 1.875rem;
  font-family: "nicolas", sans-serif;
  color: var(--primary);
}

.links li a {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.links li a:hover {
  color: var(--primary);
}

.links li + li {
  padding-top: 7px;
}

.hours ul li a span {
  display: block;
}

.hours ul li a:hover {
  color: var(--secondary);
}

.hours {
  background: var(--primary);
  padding: 1rem 0rem 1rem 1.5rem;
}

.hours h4 {
  margin-bottom: 10px;
}

.footBottom p {
  margin: 0;
  color: var(--white);
}

.footBottom ul {
  display: flex;
  gap: 1rem;
  justify-content: end;
}

.footBottom {
  background: #000f08;
  padding: 1rem 0;
  margin-top: 2rem;
}

/* Footer Css End */

.main-slider video {
  height: 1080px;
}

/* Inner Pages Css Start */

.innerBanner {
  position: relative;
}

.innerBanner .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutInner {
  background: unset;
  padding-top: 4rem;
}

.aboutInner .menuContent h2 span {
  display: block;
  font-size: 1.5rem;
  font-family: "Poppins";
  font-weight: 400;
}

.galleryWrapsss {
  position: relative;
  margin-bottom: 2rem;
}

.galleryBtn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.8rem;
  border: 2px solid var(--white);
  width: 110px;
  height: 110px;
  border-radius: 100%;
  margin: auto;
}

.galleryBtn:before {
  content: "";
  position: absolute;
  border: 2px solid rgb(255 255 255 / 50%);
  width: 130px;
  height: 130px;
  border-radius: 100%;
}

.galleryBtn:after {
  content: "";
  position: absolute;
  border: 2px solid rgb(255 255 255 / 30%);
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

.galleryBtn1 {
  width: 65px;
  height: 65px;
  font-size: 1rem;
}

.galleryBtn1:before {
  width: 76px;
  height: 76px;
}

.galleryBtn1:after {
  width: 86px;
  height: 86px;
}

.galleryInner {
  padding: 5rem 0 3rem 0;
}

.contactInformations h4 {
  font-size: 1.9375rem;
  text-transform: uppercase;
  line-height: 1;
}

.contactInformations p,
.contactInformations a {
  font-size: 1.375rem;
  color: var(--black);
}

.contactBox figure {
  background: var(--primary);
  width: 140px;
  height: 140px;
  display: grid;
  place-items: center;
  border-radius: 100%;
  box-shadow: 0 0 0px 10px rgb(102 153 59 / 70%);
}

.contactBox {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.contactinfoWrapss {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9rem;
}

.contactInner {
  padding: 5rem 0;
}

.contactHeading h2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 1.5rem;
}

.contactHeading h2 span {
  display: block;
  font-size: 1.4375rem;
  text-transform: capitalize;
  font-weight: 400;
}

.contactForm .form-group .form-control {
  border-left: unset;
  border-radius: unset;
  border-right: unset;
  border-top: unset;
  border-bottom: 1px solid #707070;
  height: 60px;
}

.contactForm .form-group .form-control::placeholder {
  font-size: 1.4375rem;
  color: rgb(0 0 0 / 50%);
}

.contactForm .form-group {
  margin-bottom: 2.5rem;
}

.contactForm .themeBtn {
  border: unset;
}

.menuWrapsss {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 2px dashed rgb(102 153 59 / 40%);
  padding: 1.5rem 0 12px 0;
}

.menuWrapsss p {
  font-size: 14px;
}

.orderNow {
  text-align: center;
}

.orderNow h5 {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 1rem;
}

.orderNow a {
  font-size: 0.75rem;
  padding: 0.625rem 1.5rem;
  text-transform: capitalize;
}

.menuHeads h2 span {
  font-size: 1.5rem;
  display: block;
}

.menuHeads h2 {
  text-align: center;
}

.menuName h4 {
  font-size: 1.25rem;
}

.menuListSec {
  padding: 6rem 0;
}

.menuOne h5 {
  font-size: 1.375rem;
  color: var(--black);
  font-weight: 600;
  margin: 0;
  padding-top: 2rem;
}

.menuListss {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.menuOne a {
  display: block;
  font-size: 1.375rem;
  color: var(--secondary);
  font-weight: 600;
}

.menuOne .themeBtn {
  font-size: 0.75rem;
  width: fit-content;
  margin: auto;
  padding: 0.625rem 1.5rem;
  color: var(--white);
  text-transform: capitalize;
}

.menuInner {
  padding-top: 5rem;
}

/* Inner Pages Css End */

.navbar-brand img {
  width: 280px;
}

.galleryWrapsss video {
  width: 100%;
}

.menuSec .subHeading {
  font-size: 2.9rem;
}

.galleryWrapsss.glassImg img {
  height: 500px;
  object-fit: cover;
}

.menuBody header {
  position: unset;
}

.menuBody header .navbar-nav .nav-item .nav-link {
  color: #000;
}

.menuWraps figure img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
