@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
/* ----------------------------------------------------------
:: Mixin CSS
---------------------------------------------------------- */
.bg-banner-size, .bg-section-1, .bg-section-2, .home-slider {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.before-after, .home-slider .overlay {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* ----------------------------------------------------------
:: End Mixin CSS
---------------------------------------------------------- */
html {
  scroll-behavior: smooth; }

body {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #4a4a4a;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    body {
      font-size: .8rem; } }

/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
.darkred-color {
  color: #b8373e; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  color: #242424;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.5em;
  font-weight: normal; }

a {
  color: #242424;
  text-decoration: none; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #b8373e; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.text-justify {
  text-align: justify; }

.unit-spacing-xs > * {
  margin-bottom: 10px;
  margin-left: 10px; }

.unit {
  display: flex;
  flex: 0 1 100%; }
  .unit .unit-left, .unit .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
    margin-left: 0; }
  .unit .unit-body {
    flex: 0 1 auto; }
    .unit .unit-body a {
      text-decoration: none;
      color: inherit; }
      .unit .unit-body a:hover {
        color: #b8373e; }

@keyframes mover {
  0% {
    transform: translateY(0) scale(1); }
  100% {
    transform: translateY(-5px) scale(1.2); } }
/* Section CSS */
.section-sm {
  padding: 100px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 60px 0; } }

.section-xs {
  padding: 80px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-xs {
      padding: 60px 0; } }

.section-lg {
  padding: 60px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-lg {
      padding: 30px 0; } }

.section-md {
  padding: 30px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-md {
      padding: 30px 0; } }

.section-slightly-white {
  background-color: #f5f5f5; }

.section-slightly-gray {
  background-color: #fbf9f8; }

.section-slightly-red {
  background-color: #b8373e; }

/* ------:: background images----------- */
.bg-section-1 {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/zaika-que/bg-1.avif);
  z-index: 1;
  position: relative; }
  .bg-section-1::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, #ffffff00, white);
    left: 0;
    top: 0;
    z-index: -1; }

.bg-section-2 {
  background-image: url(../images/banner/bg-2.jpg);
  z-index: 1;
  position: relative; }
  .bg-section-2::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #242424;
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: -1; }

/* ------:: Buttons----------- */
.btn:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none; }

.button--effect-1 {
  background: #b8373e;
  color: #fff;
  padding: 8px 15px; }
  .button--effect-1 span {
    margin-left: 10px; }
  .button--effect-1:hover {
    color: #fff;
    background-color: #43121d; }

.button--effect-2 {
  background: #fff;
  color: #242424;
  padding: 8px 15px;
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19); }
  .button--effect-2 i {
    margin-left: 10px;
    color: #d7d7d7; }
  .button--effect-2:hover {
    color: #fff;
    background-color: #43121d; }
    @media only screen and (max-width: 600px) {
      .button--effect-2:hover {
        background: #fff; } }

/* ------:: title----------- */
.title-section h2 {
  font-size: 2rem;
  line-height: 45px;
  color: #43121d;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif; }
  @media screen and (max-width: 600px) {
    .title-section h2 {
      font-size: 1.5rem;
      line-height: 30px; } }
  @media (max-width: 1920px) and (min-width: 1400px) {
    .title-section h2 {
      font-size: 2.5rem;
      line-height: 55px; } }

.title-section--1 h2 {
  font-size: 2.3rem;
  font-weight: 600;
  color: #b8373e;
  font-family: 'Quicksand', sans-serif;
  line-height: 1.3; }
  @media screen and (max-width: 600px) {
    .title-section--1 h2 {
      font-size: 1.4rem; } }

/* ------:: list----------- */
.list-style-one {
  position: relative;
  margin-bottom: 30px; }
  .list-style-one li {
    position: relative;
    color: #666;
    font-weight: 400;
    margin-bottom: 0px;
    padding-left: 40px;
    list-style: none;
    text-align: left;
    color: #000;
    text-align: justify; }
    .list-style-one li:before {
      position: absolute;
      content: "\f00c";
      left: 0;
      top: -9px;
      font-size: 1.7rem;
      color: #b8373e;
      font-family: FontAwesome; }

.swiper-pagination .swiper-pagination-bullet {
  background: #000;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  opacity: .6; }
.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1; }

.sub-heading h3 {
  font-size: 1.5rem;
  line-height: 45px;
  color: #242424;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif; }

.focus-area-card {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 0px;
  transition: all ease .5s; }
  .focus-area-card::before {
    position: absolute;
    content: "";
    background: #43121d;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
  .focus-area-card::after {
    position: absolute;
    content: "";
    background: #343a40d6;
    display: inline-block;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all ease .5s; }
  .focus-area-card .focus-area-content {
    position: relative;
    text-align: center;
    padding-top: 45px;
    transition: all ease .5s;
    min-height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .focus-area-card .focus-area-content {
        padding-top: 30px; } }
    .focus-area-card .focus-area-content img {
      width: 70px;
      animation: mover 1s infinite alternate;
      padding-right: 0.8rem;
      filter: invert(1); }
    .focus-area-card .focus-area-content h3 {
      font-size: 1.3rem;
      color: #fff;
      /* margin-bottom: 15px; */
      font-weight: 600;
      line-height: 1.5; }
    .focus-area-card .focus-area-content span {
      display: none; }
    .focus-area-card .focus-area-content:hover {
      background: #b8373e; }
  .focus-area-card:hover .focus-area-content {
    padding-top: 0px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .focus-area-card:hover .focus-area-content span {
      display: block;
      color: #fff; }
    .focus-area-card:hover .focus-area-content h3, .focus-area-card:hover .focus-area-content .icon {
      display: none; }

.testi-bg {
  background-image: linear-gradient(to bottom, #ffffff8c, #ffffff75), url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/zaika-que/testi.avif); }

/* ----------------------------------------------------------
:: Classy Navbar
---------------------------------------------------------- */
.inner-page-bg-top .header-inner {
  position: relative; }

.page-bg-top {
  position: relative; }
  .page-bg-top header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1024;
    /*.container{
        background-color: $white-color;
    }*/
    /* ============ mobile view ============ */
    /* ============ mobile view .end// ============ */ }
    @media only screen and (max-width: 600px) {
      .page-bg-top header {
        position: static; } }
    @media only screen and (min-width: 600px) {
      .page-bg-top header {
        position: static; } }
    @media only screen and (min-width: 992px) {
      .page-bg-top header {
        position: static; } }
    @media only screen and (min-width: 1200px) {
      .page-bg-top header {
        position: absolute; } }
    .page-bg-top header .navbar {
      transition: 500ms ease;
      background-color: transparent;
      margin: 0; }
      @media screen and (max-width: 992px) and (min-width: 320px) {
        .page-bg-top header .navbar {
          background-color: #fff;
          padding: 10px 0; } }
      .page-bg-top header .navbar .navbar-brand .logo {
        width: 170px; }
        @media screen and (max-width: 600px) {
          .page-bg-top header .navbar .navbar-brand .logo {
            width: 150px; } }
      @media (max-width: 992px) {
        .page-bg-top header .navbar .navbar-collapse .navbar-nav {
          /*overflow-y: scroll;*/
          height: auto; } }
      @media only screen and (max-width: 600px) {
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .button-nav {
          margin-top: 20px; } }
      .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
        list-style: none;
        margin-right: 15px;
        position: relative;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 600px) {
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
            margin-right: 0; } }
        @media (min-width: 992px) {
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
            margin-right: 30px; } }
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
          margin-right: 0px !important; }
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          color: #b8373e;
          font-size: 1rem;
          display: block;
          line-height: 15px;
          font-weight: 600;
          padding: 15px 0;
          opacity: 1;
          text-align: center;
          text-transform: capitalize;
          position: relative;
          overflow: hidden;
          z-index: 1; }
          @media only screen and (max-width: 600px) {
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              line-height: 15px;
              /* padding: 1em 5% 13px;*/
              text-align: left;
              color: #677294;
              font-size: 1rem; } }
          @media only screen and (min-width: 992px) {
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              font-size: 0.7rem; } }
          @media only screen and (min-width: 1200px) {
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              font-size: 1rem; } }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:before {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 0%;
            content: '.';
            color: transparent;
            background: #b8373e;
            height: 1px;
            transition: all .5s; }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
            color: #242424; }
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
              width: 100%; }
    .page-bg-top header .navbar.scrolled {
      background: #ffffff;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
      padding: 0; }
      .page-bg-top header .navbar.scrolled .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #242424;
        font-weight: 400; }
      .page-bg-top header .navbar.scrolled .navbar-brand .logo {
        width: 150px; }
        @media screen and (max-width: 600px) {
          .page-bg-top header .navbar.scrolled .navbar-brand .logo {
            width: 150px;
            padding: 8px 0; } }
    @media (max-width: 991px) {
      .page-bg-top header .navbar-collapse {
        position: fixed;
        top: 73px;
        right: 0;
        min-width: 230px;
        height: 100%;
        background: #fff;
        box-shadow: 0 5px 10px 0 #0006;
        z-index: 9;
        padding: 20px; }
      .page-bg-top header .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease; }
      .page-bg-top header .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out; }
      .page-bg-top header .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 500ms ease-in-out; }
      .page-bg-top header .navbar-toggler {
        border: none;
        outline: none;
        background: transparent;
        color: #b8373e;
        box-shadow: none; } }
    @media (max-width: 991px) {
      .page-bg-top header .navbar.fixed-top .navbar-collapse, .page-bg-top header .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        /* margin-top:10px; */ } }

.navbar-toggler .icon-bar {
  display: block;
  width: 20px;
  height: 1px;
  margin-bottom: 4px;
  border-radius: 0px !important;
  background: #000 !important;
  transition: .4s; }
.navbar-toggler .icon-bar1 {
  display: block;
  width: 16px;
  height: 1px;
  border-radius: 0px !important;
  background: #000 !important;
  margin-bottom: 4px; }

/* ----------------------------------------------------------
:: Home
---------------------------------------------------------- */
.home-slider {
  height: 100vh;
  background-color: #1f1f1f;
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/namastay-hotel/images/zaika-que/banner-img.avif);
  z-index: 1;
  position: relative; }
  @media only screen and (max-width: 600px) {
    .home-slider {
      height: 50vh;
      background-position: 30%; } }
  @media only screen and (min-width: 600px) {
    .home-slider {
      height: 55vh; } }
  @media only screen and (min-width: 992px) {
    .home-slider {
      height: 47vh; } }
  @media only screen and (min-width: 1200px) {
    .home-slider {
      height: 100vh; } }
  .home-slider .overlay {
    background: #00082e;
    background: linear-gradient(45deg, #286090 0%, #4f5572 100%);
    opacity: .90;
    z-index: -1; }

.banner-caption {
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .banner-caption h1, .banner-caption h2, .banner-caption h3, .banner-caption h4, .banner-caption h5, .banner-caption h6 {
    color: #fff; }
  .banner-caption h1 {
    font-size: 3rem;
    font-weight: 700;
    text-transform: capitalize;
    line-height: initial;
    color: #43121d;
    width: 500px;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 15px; }
    @media screen and (max-width: 600px) {
      .banner-caption h1 {
        font-size: 1.8rem;
        line-height: 1.2;
        width: 300px; } }
    @media (max-width: 1920px) and (min-width: 1400px) {
      .banner-caption h1 {
        font-size: 3.5rem; } }
  .banner-caption h6 {
    font-size: 1rem;
    font-weight: 300;
    margin: 10px 0;
    width: 500px;
    color: #555555;
    line-height: 2; }
    @media only screen and (max-width: 600px) {
      .banner-caption h6 {
        font-size: 0.75rem;
        margin: 0;
        width: 200px;
        line-height: 1.9; } }
    @media (max-width: 1920px) and (min-width: 1400px) {
      .banner-caption h6 {
        font-size: 1.5rem; } }

.counter-section {
  background-color: #43121d; }

.about-us .about-img img {
  border-radius: 10px; }
  @media (max-width: 1920px) and (min-width: 1400px) {
    .about-us .about-img img {
      width: 100%; } }
.about-us .about-text p {
  padding: 30px 0px;
  margin-bottom: 0; }
  @media (max-width: 1920px) and (min-width: 1400px) {
    .about-us .about-text p {
      font-size: 1.5rem; } }

@media only screen and (max-width: 600px) {
  .about-us-img {
    margin-top: 40px; } }

.video-button a {
  display: flex;
  text-align: center;
  justify-content: center; }
  .video-button a h4 {
    font-size: 1rem;
    color: #43121d;
    padding-left: 10px; }
  .video-button a i {
    font-size: 1rem;
    color: #43121d;
    padding-top: 4px; }

.box-service-1 .box-img {
  position: relative; }
  @media screen and (max-width: 600px) {
    .box-service-1 .box-img {
      margin-top: 40px; } }
  .box-service-1 .box-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all 300ms ease; }
  .box-service-1 .box-img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0; }
  .box-service-1 .box-img:hover::before {
    animation: circle .95s; }
  .box-service-1 .box-img:hover img {
    opacity: 0.60;
    transform: scale(1.05, 1.05) rotate(2deg); }
.box-service-1 .box-text {
  border-bottom: 1px solid #eee;
  padding: 15px; }
  .box-service-1 .box-text h4 {
    color: #43121d;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.1px;
    font-size: 1.2rem; }
  .box-service-1 .box-text p {
    font-size: 1rem; }
  .box-service-1 .box-text .price span {
    font-size: 1.5rem;
    color: #b8373e;
    font-weight: 600; }
  .box-service-1 .box-text .price strike {
    font-size: 1.5rem;
    padding-left: 10px; }

@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0; } }
.testimonial-slide .testimonial-swiper-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
  text-align: center;
  margin-bottom: 60px; }
  .testimonial-slide .testimonial-swiper-box .testimonial-user-img img {
    max-width: 80px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    margin: -20px auto 30px; }
  .testimonial-slide .testimonial-swiper-box .testimonial-user-text p {
    margin-bottom: 30px; }
  .testimonial-slide .testimonial-swiper-box .testimonial-user-text span {
    color: #b8373e; }

.faq-box {
  margin-bottom: 25px; }
  .faq-box h4 {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-family: 'Quicksand', sans-serif;
    color: #43121d; }
    .faq-box h4 span {
      color: #f98169;
      font-size: 28px;
      font-family: ubuntu;
      font-weight: 300;
      vertical-align: middle;
      padding-right: 8px; }
  .faq-box p {
    font-size: 1rem;
    color: #555;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px; }

@media screen and (max-width: 600px) {
  .bakers-fresh {
    margin-bottom: 20px; } }
.bakers-fresh h4 {
  font-size: 1.6rem; }
  @media screen and (max-width: 600px) {
    .bakers-fresh h4 {
      text-align: center; } }

.subscribe-email {
  display: flex; }
  .subscribe-email input {
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 400;
    width: 100%;
    border: none;
    border-radius: 0px;
    background: transparent;
    border: 3px solid #e5e5e5;
    color: #000;
    font-weight: 700; }
  .subscribe-email button {
    width: 50%; }

input:focus {
  box-shadow: none;
  outline: 0;
  border: 1px solid #b8373e; }

.footer-section .footer-ul {
  text-align: center;
  justify-content: center; }
  .footer-section .footer-ul li {
    padding: 0 15px 0 0; }
    .footer-section .footer-ul li a {
      color: #fff; }
.footer-section .footer-social {
  text-align: center;
  margin-top: 25px; }
  .footer-section .footer-social a {
    font-size: 25px;
    margin-right: 20px;
    color: #fff; }
.footer-section .footer-bottom {
  margin-top: 25px; }
  .footer-section .footer-bottom p {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0; }
  .footer-section .footer-bottom a {
    color: #43121d; }
    .footer-section .footer-bottom a span {
      color: #000; }

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 100px;
  z-index: 98;
  width: 40px;
  text-align: center;
  height: 40px;
  color: #fff;
  background-color: #b8373e;
  text-decoration: none;
  transition: 0.6s ease-in-out;
  line-height: 2.8;
  border-radius: 50%; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .scroll-to-top {
      right: 30px;
      line-height: 3.8; } }
  .scroll-to-top i {
    font-size: 1.5rem; }
  .scroll-to-top:hover {
    transform: scale(1.25); }
    .scroll-to-top:hover i {
      color: #fff; }

/* ------:: LightBox Gallery----------- */
.lightBox--gallery .lightgallery > li {
  float: left;
  margin-bottom: 15px; }
  .lightBox--gallery .lightgallery > li .image-effect--img::before {
    content: "";
    background: #b8373e;
    width: 25%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: 0 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: 0.35s;
    opacity: 0.8; }
  .lightBox--gallery .lightgallery > li .image-effect--img::after {
    content: "";
    background: #b8373e;
    width: 25%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: 0 50%;
    position: absolute;
    left: 25%;
    top: 0;
    transition-duration: 0.35s;
    opacity: 0.8; }
  .lightBox--gallery .lightgallery > li a {
    /*border: 3px solid #FFF;*/
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left; }
    .lightBox--gallery .lightgallery > li a::before {
      content: "";
      background: #b8373e;
      width: 25%;
      height: 100%;
      transform: scaleX(0);
      transform-origin: 0 50%;
      position: absolute;
      left: 50%;
      top: 0;
      transition-duration: 0.35s;
      opacity: 0.8; }
    .lightBox--gallery .lightgallery > li a:after {
      content: "";
      background: #b8373e;
      width: 25%;
      height: 100%;
      transform: scaleX(0);
      transform-origin: 0 50%;
      position: absolute;
      left: 75%;
      top: 0;
      transition-duration: 0.35s;
      opacity: 0.6; }
    .lightBox--gallery .lightgallery > li a:hover:before {
      transform: scaleX(1); }
    .lightBox--gallery .lightgallery > li a:hover:after {
      transform: scaleX(1); }
    .lightBox--gallery .lightgallery > li a:hover img {
      opacity: 0.3;
      filter: grayscale(90%); }
    .lightBox--gallery .lightgallery > li a > img {
      transition: transform 0.15s ease 0s;
      transform: scale3d(1, 1, 1);
      width: 100%; }
    .lightBox--gallery .lightgallery > li a:hover > img {
      transform: scale3d(1.1, 1.1, 1.1); }
    .lightBox--gallery .lightgallery > li a:hover .light-gallery-poster i {
      opacity: 1;
      filter: none; }
    .lightBox--gallery .lightgallery > li a:hover .image-effect--img:before {
      transform: scaleX(1); }
    .lightBox--gallery .lightgallery > li a:hover .image-effect--img:after {
      transform: scaleX(1); }
    .lightBox--gallery .lightgallery > li a .light-gallery-poster {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: background-color .15s ease 0s; }
      .lightBox--gallery .lightgallery > li a .light-gallery-poster i {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        transition: opacity 0.3s ease 0s;
        font-size: 2rem;
        /*  width: 50px;*/ }
.lightBox--gallery .video-gallery {
  display: flex;
  justify-content: center; }
  .lightBox--gallery .video-gallery li {
    float: none; }
  .lightBox--gallery .video-gallery h4 {
    font-size: 1.2rem;
    padding-left: 40px;
    padding-top: 15px; }
  .lightBox--gallery .video-gallery .light-gallery-poster i {
    font-size: 1.2rem;
    transition: all 0.6s ease-in-out;
    top: 19px;
    position: absolute;
    left: 22px; }

.video-gallery li a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 86px;
  font-size: 1.5rem;
  color: #242424;
  border: 2px solid #242424;
  border-radius: 50%; }
.video-gallery li .ripple-effect {
  top: 0%;
  left: 36%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: -1px;
  margin-left: -1px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: ripple 3s infinite; }
.video-gallery h4 {
  margin: 1rem 0 1rem -7rem; }

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(253, 167, 0, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 167, 0, 0); } }
@media (min-width: 1600px) {
  .container {
    max-width: 80%; } }
.nav-link {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 23px;
  color: #242424;
  display: block;
  padding: 4px 0;
  opacity: 1;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.6s;
  font-family: "Gilda Display", Sans-serif; }
  @media screen and (max-width: 1920px) and (min-width: 1400px) {
    .nav-link {
      font-size: 1.3rem; } }
  .nav-link:hover {
    color: #b8373e; }
  @media (max-width: 992px) {
    .nav-link {
      padding: 1em 5% 13px;
      text-align: left;
      color: #242424; } }

.fa-play {
  position: relative;
  bottom: 13px; }

/*# sourceMappingURL=style.css.map */
