@charset "UTF-8";

/* Author       : Nissi
Version      : 1.0  */


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Miniver&display=swap');

/*-----------------
    1. Typography
-----------------------*/
h1 {
  font-weight: 700;
  font-size: 36px;
}

label {
  font-size: 16px;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 32px !important;
  }
}

h2 {
  font-weight: 700 !important;
  font-size: 32px !important;
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 24px !important;
  }

  label {
    font-size: 15px !important;
  }
}

h3 {
  font-weight: 600 !important;
  font-size: 24px !important;
}

@media (max-width: 991.98px) {
  h3 {
    font-size: 20px !important;
  }
}

@media (max-width: 767.98px) {
  h3 {
    font-size: 18px !important;
  }
}

h4 {
  font-weight: 600 !important;
  font-size: 20px !important;
}

@media (max-width: 991.98px) {
  h4 {
    font-size: 18px !important;
  }
}

h5 {
  font-weight: 600 !important;
  font-size: 18px !important;
}

@media (max-width: 991.98px) {
  h5 {
    font-size: 15px !important;
  }
}

h6 {
  font-weight: 500 !important;
  font-size: 16px !important;
}

@media (max-width: 991.98px) {
  h6 {
    font-size: 15px !important;
  }
}

/*-----------------
	2. General
-----------------------*/
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #141B22;
  font-weight: 400;
  line-height: 1.5;
  background: #131826;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
}

a {
  color: #E3E3E3;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  color: #E3E3E3;
}

a:focus {
  outline: 0;
}

p {
  color: #E3E3E3;
  font-size: 15px;
  line-height: 25px;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
list-style: none;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}


@media (max-width: 767.98px) {
  .py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .py-30 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.primary-text {
  color: #333333;
}

.container-fluid {
  padding: 0 40px;
}

#main-wrapper {
  float: left;
  width: 100%;
  overflow: clip;
}


/*======================================================
                          Navbar
  ======================================================*/
.header {
  background: transparent;
  z-index: 991;
  align-items: center;
  width: 100%;
  transition: all 0.4s ease 0s;
  display: flex;
  position: fixed;
  top: 0px;
  left: 0px;
}

.header .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.text-logo {
  color: #ffffff;
  margin-bottom: 0;
}

.header.header-space {
  background: #363c42;
}


.header.header-policy {
  background: #ffffff;
}

.header .navbar-header #mobile_btn {
  display: none;
  margin-right: 30px;
}

.header .navbar-header #mobile_btn .bar-icon {
  display: inline-block;
  width: 31px;
}

.header .navbar-header #mobile_btn .bar-icon span {
  background-color: #F6CF35;
  display: block;
  float: right;
  height: 3px;
  margin: 0 0 5px;
  width: 31px;
  border-radius: 2px;
}

.header .main-menu-wrapper {
  margin: 0 15px 0;
}

.header .main-menu-wrapper .menu-header {
  display: none;
}

.header .main-menu-wrapper .menu-header .menu-close {
  font-size: 20px;
  color: #F6CF35;
}

.header .main-menu-wrapper .main-nav:last-child {
  margin-right: 0;
}

.header .header-nav .main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .main-menu-wrapper .main-nav>li {
  display: block;
  position: relative;
  margin-right: 60px;
}

.header .header-nav .main-nav li a {
  position: relative;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
}

.main-nav li a:before {
  content: "";
  position: absolute;
  background-color: #F6CF35;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  height: 2px;
  bottom: -5px;
  opacity: 1;
  left: 0;
  width: 100%;
}

.main-nav a:hover:before, .main-nav li a.active:before, .main-nav li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header .header-nav .main-nav li a:hover,
.header .header-nav .main-nav li a.active {
  color: #F6CF35;
  text-shadow: none;
}


.header .main-nav .login-link {
  padding: 12px 30px;
  border: 1px solid #F6CF35;
  background: #F6CF35;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: .1rem;
  transition: all .3s;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  margin-right: 0 !important;
  border-radius: 24px;
}

.header .main-nav .login-link a {
  color: #131826 !important;
  
}

.header .header-navbar-rht .nav-item .contact-us:hover {
  color: #ffffff;
  border: 1px solid #242732;
  background: #242732;
  transition: all 0.5s;
}



/* Hero Section */

.hero-section {
  padding-top: 80px;
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-section-main {
  position: relative;
  z-index: 0;
}

.quick {
  font-family: "Great Vibes", cursive;
  color: #F6CF35;
  font-size: 32px;
  margin-bottom: 20px;
  display: inline-block;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.bg-img img {
  height: 680px;
}

.scrolldown {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
 
}

.scrolldown img {
  height: 70px;
}

.banner-left-main h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

.banner-btn1 {
  color: #131826;
    display: inline-block;
    padding: 12px 34px;
    background: #F6CF35;
    border-color: #F6CF35;
    transition: 0.2s;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    margin-top: 34px;
}

.show-btn {
  background: #F6CF35;
  color: #131826;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 40px;
  border: 1px solid #F6CF35;
}

.common-text {
  font-family: "Miniver", cursive;
  font-size: 18px;
  color: #F6CF35;
  margin-bottom: 10px;
  display: inline-block;
}

.commons-text {
  font-size: 18px;
  color: #F6CF35;
  margin-bottom: 10px;
  display: inline-block;
}

.restaurant-section {
  padding: 60px 0;
  background: #15202F;
}

.service-main {
  background: #333333;
  border: 1px solid #B6B6B6;
  border-radius: 24px;
  text-align: center;
  padding: 80px 20px;
}

.service-img {
  background: #F6CF35;
  border-radius: 50%;
  display: inline-block;
  padding: 20px;
  margin-bottom: 28px;
}

.accordian-faq .accordion-button::after {
  background-image: url("../img/plus.svg");
  transition: all 0.5s;
  background-size: 32px 32px; /* Set width and height */
  background-repeat: no-repeat;
  background-position: left center;
  width: 32px;
  height: 32px;
}
.accordian-faq .accordion-button:not(.collapsed)::after {
  background-image: url("../img/minus.svg");
  background-size: 32px 32px; /* Set width and height */
  background-repeat: no-repeat;
  background-position: left center;
  width: 32px;
  height: 32px;
}
.accordian-faq .accordion-button::after {
  transition: all 0.5s;
}

.accordian-faq .accordion-item {
  margin-bottom: 8px;
  border-radius: 10px;
  background: #333333;
  border: none;
}

.accordian-faq .accordion-item .accordion-header {
  border-radius: 10px;
}

.accordian-faq .accordion-header .accordion-button.collapsed {
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  background: #131826;
  border: 1px solid #44494c;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}

.accordian-faq .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 700;
  background: #333333;
  border: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
  border-radius: 6px;
}

.accordian-faq .accordion-body {
  padding: 0 20px 20px;
}

.footer {
  background: #333333;
}

.contact-form .input-data input, .contact-form .input-data textarea {
  width: 100%;
  padding: 10px 20px;
  background: #26262D;
  border: 1px solid #26262D;
  box-shadow: 1px 6px 10px #00000005;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #242732;
  font-size: 15px;
  line-height: 1.4em;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  margin: 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  color: #ffffff;
}

.contact-form .input-data input::placeholder, .contact-form .input-data textarea::placeholder {
  color: #ffffff;
}

#contact-btn {
  background: #F6CF35;
  color: #141B22;
  padding: 7px 20px;
  border: 1px solid #F6CF35;
  border-radius: 6px;
  width: 100%;
}

.terms {
  color: #A4A4A4;
  font-size: 12px;
  max-width: 250px;
  margin: 0 auto;
}

.patent {
  width: 46px;
}

.menu-card-points li {
  list-style: disc !important;
  color: #ffffff;
  margin-left: 15px;
}

.yt-video {
  padding-top: 120px;
}

.social-icons li {
  padding-right: 15px;
}

.social-icons li a:hover {
  color: #F6CF35;
}

.vd-inner-content {
  color: #E3E3E3;
}


/*======================================================
                    Mobile Menu Menu Icon
  ======================================================*/

  @media(min-width: 1499.99px) {
    .bg-img img {
      height: auto;
    }

    .banner-left-main h1 {
      font-size: 42px;
    }
  }

  @media(max-width: 1399.99px) {
    
    .banner-left-main h1 {
      font-size: 42px;
    }
  }


@media(max-width: 1199.99px) {

  #navbar li a {
    margin: 0 5px;
  }

  .bg-img img {
    height: 600px;
  }

}

@media(max-width: 991.99px) {

  .container {
    max-width: 100%;
  }

  .header .main-nav .login-link {
    padding: 0;
  }
  .menu-opened .header .main-menu-wrapper {
    transform: translateX(0);
    display: block;
  }

  .menu-opened .main-menu-wrapper body {
    overflow: hidden;
  }
  .typed-cursor { 
    position: relative ;
    top: -3px;
    font-weight: 400;
    font-size: 25px;
  }

  .header .header-nav {
    height: 70px;
  }

  .header .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .header .header-nav {
    padding: 0;
  }

  .header .navbar-header #mobile_btn {
    display: inline-block;
    padding-top: 6px;
  }

  .header .navbar-header #mobile_btn {
    margin-right: 0px;
    position: absolute;
    top: 20px;
    right: 20px;
}

  .header .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 11111;
    transform: translateX(260px);
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    margin: 0;
    background: #131826;
  }

  .header .main-menu-wrapper .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    background: #131826;
  }

  .header .header-nav .main-nav {
    display: block;
    height: auto;
    margin-top: 50px;
  }

  .header .main-menu-wrapper .main-nav>li a {
    display: block;
    line-height: 20px;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
  }

  .header .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }

  .header .main-menu-wrapper .main-nav>li {
    text-align: center;
  }

  .header .main-menu-wrapper .main-nav>li {
    margin-right: 0;
  }

  .sidebar-overlay.opened {
    display: block;
  }

  .menu-logo {
    width: 90px;
  }

  .menu-close {
    width: 24px;
  }



}

@media(max-width: 767.99px) {
 
  .overlay-menu li a {
    font-size: 17px;
  }

  .header-title {
    margin-bottom: 22px;
  }

  .printed-left, .banner-right-main {
    display: none;
  }

  .service-main {
    padding: 40px 20px;
    margin-bottom: 15px;
  }

  .show-btn {
    font-size: 14px;
    padding: 10px 30px;
}

.banner-btn1 {
  padding: 10px 30px;
  font-size: 16px;
  margin-top: 10px;
}

.quick {
  font-size: 18px;
}

.banner-left-main h1 {
  font-size: 26px !important;
}

.bg-img img {
  height: auto;
}

.hero-section {
      padding-top: 0px;
      width: 100%;
      height: 100vh;
}

.banner-section-main {
  text-align: center;
}

.vd-logo {
  width: 100px;
}


.yt-video {
  padding-top: 80px;
}

.video-contact {
  display: grid;
}

.video-contact a {
  display: grid;
}

.video-contact a {
  padding-bottom: 10px;
}
}
@media(max-width: 575.99px) {

  .header .navbar-header {
    width: 100%;
  }

  .header .header-navbar-rht {
    display: none;
  }

  .patent {
    width: 32px;
  }

  .yt-video-main iframe {
    height: 300px;
  }
   
}