/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Jomolhari&display=swap');

h1, h2, h3, h4, h5, h6, p, a, div, li, p, i, b {
	 font-family: "Jomolhari", serif !Important;
}
.parallax-video-section {
  scroll-snap-align: start;
}

.parallax-video-section {
  position: relative;
  width: 100%;
  height: 120vh;
  overflow: hidden;
}

.parallax-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.parallax-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  padding: 20px;
}

.parallax-content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.8);
}

.parallax-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}

.scroll-btn {
  display: inline-block;
  padding: 12px 24px;
  background: white;
  color: black;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.scroll-btn:hover {
  background: #ddd;
}

header#top {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

div#header-outer {
    background-color: transparent !important;
}

div#sec1 {margin-top: -110px;}

div#header-outer {
    box-shadow: none !important;
}

body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>.slide-out-widget-area-toggle {
    position: absolute;
    left: -1200px;
    top: 44px;
}

body #header-outer .icon-salient-search:before, body.material #header-outer .icon-salient-search:before {
    color: #fff !important;
}

#top .slide-out-widget-area-toggle a .lines-button:after {
    background-color: #fff !important;
}

#top nav ul .slide-out-widget-area-toggle a .lines:after {
    background-color: #fff !important;
}

#top nav ul .slide-out-widget-area-toggle a .lines:before {
    background-color: transparent !important;
}
/*  */

#app_blocker,
body {
    background: var(--bg-color);
    width: 100%;
}

#app_blocker {
    display: block;
    inset: 0;
    min-height: 100lvh;
    opacity: 1;
    pointer-events: auto;
    position: fixed;
    transition: opacity .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 999;
}

#app_blocker.hide {
    opacity: 0;
    pointer-events: none;
}
.parallax-content h1 {
    color: #fff !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    text-align: left !important;
    width: 70%;
}

.parallax-content {left: 37%;top: 81%;}

.scroll-btn {
    background-color: transparent !important;
    color: #fff !important;
    float: left !important;
    left: -22px;
    position: relative;
    font-size: 20px !important;
    font-weight: 400 !important;
}

section#section2 .parallax-content {
    left: 38%;
    top: 81%;
}


section#section3 .parallax-content {
    left: 35%;
    top: 81%;
}
/*  */

.horizontal-section {
    height: 100vh;
    overflow: hidden;
    position: relative;
  }

  .slides-container {
    display: flex;
    height: 100%;
    width: max-content;
  }

  .slide {
    width: 100vw;
    height: 100vh;
    flex-shrink: 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .slide h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 2;
    pointer-events: none;
    text-align: center;
  }

  .slide.active h2 {
    opacity: 1;
  }
/*  */
.slide h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3rem;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
  pointer-events: none;
  text-align: center;
}

.slide.active h2 {
  opacity: 1;
}
.slide {
    margin: 0 30px !important;
    width: 100% !important;
	height:80% !important;
}

.slides-container {
    margin-left: 510px;
}

section.horizontal-section {
    padding: 30px 0 30px  !important;
}

.slide h2 {
    z-index: 9999;
   color: #000 !important;
    font-size: 181px !important;
}
section.horizontal-section {
    background-color: #000000 !important;
    /* margin-top: 50px !important; */
    padding-bottom: 0px !important;
}

.slide h2 {
    z-index: 9999;
    color: #ffffff !important;
    font-size: 134px !important;
}

.slides-container {
    margin-top: 100px !important;
}

div#dfdvcw .row-bg-wrap {
    background-color: #000000 !important;
}

div#dfdvcw h3 {
    font-size: 40px !important;
    color: #fff !important;
    padding-top: 90px !important;
}

div#dfdvcw p {
    color: #fff;
    font-size: 16px !important;
    font-weight: 400 !important;
}

section.horizontal-section {
    padding: 0 0 !important;
}

.slides-container {
    margin-top: 87px !important;
}
#header-space {
    height: 109px !important;
}

/*  */

.full-height-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease;
}

.menu-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-item {
  font-size: 24px;
  color: white;
  cursor: pointer;
  padding: 10px 20px;
  background-color: rgba(0,0,0,0.4);
  transition: all 0.3s ease;
}

.menu-item:hover,
.menu-item.active {
  background-color: rgba(0,0,0,0.8);
}
#custom-lock-section {
  background-color: black;
  height: 100vh;
}
#custom-lock-section h2 {
    font-size: 40px !important;
    color: #fff !important;
    padding-top: 40px !important;
}

.menu-item {
    padding: 0 0  !important;
    border-bottom: 2px solid #fff;
    padding-bottom: 7px !important;
    background-color: transparent !important;
}

.menu-items {
    gap: 3px;
    /* top: 53% !important; */
}
#custom-lock-section h2 {
    position: relative;
    top: 20px;
}
.menu-items {
    gap: 13px;
}


a.menu-item {
    font-size: 30px !important;
    border: none !important;
    text-decoration: underline;
    color: #ffffffb3 !important;
}

a.menu-item.active {
    color: #fff !important;
}

/*  */
#custom-lock-section {
    background: fixed;
}

.img-with-aniamtion-wrap {
    margin: 110px 20px  !important;
}



#custom-lock-section {
    height: 130vh !important;
}
a.kll-secs {
    color: #000000cc !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    margin: -40px 0  !important;
    position: relative;
    top: -100px;
}

.nectar-flickity.not-initialized.nectar-carousel.instance-0.flickity-enabled.is-draggable {
    margin-bottom: 0px !IMPORTANT;
}
/*  */
div#footer-outer {
    background-color: #F1F0EE !important;
    border-top: 1px solid #0000001f;
}

#footer-outer h4 {
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #000 !important;
}

#footer-outer h3 {
    margin-top: 82px;
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #000 !important;
    padding-bottom: 11px;
}

#footer-outer img.dvd3 {
    position: relative;
    top: -30px;
    left: -9px;
}

h3 {}

.material #footer-outer #footer-widgets .col ul li {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000;
}

#footer-outer h5 {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000 !important;
}

#footer-outer .es-name {
    background-color: transparent !important;
    border-bottom: 1px solid #000 !important;
}

#footer-outer .es-email {
    background-color: transparent !important;
    border-bottom: 1px solid #000 !important;
}

#footer-outer #footer-widgets .col input[type=submit] {
    background-color: transparent !important;
    font-family: "Jomolhari", serif !Important;
    color: #000 !important;
    float: right;
}

#footer-outer h6 {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000 !important;
    position: relative;
    top: 20px !important;
}
img.sgsd3 {
    width: 100% !important;
}

#footer-outer .col.span_5 {
    width: 72% !important;
}
div#copyright h6 {
    position: absolute;
    right: -339px;
    top: 50px !important;
}

body #footer-outer #copyright {
    padding-bottom: 0px !important;
}

#footer-outer #copyright p {
    padding-bottom: 0px !important;
}
.page-id-121 header#top {
    background-color: #000 !important;
}

.page-id-121 h1 {
    text-align: center !important;
    padding-bottom: 50px !important;
    color: #000 !important;
    font-size: 40px !important;
    padding-top: 60px !important;
}

.page-id-121 .section-title span {
    display: block;
    line-height: 33px !important;
    font-size: 18px !important;
    color: #000000c4 !important;
    width: 80% !important;
    margin: 0px auto !important;
}


div#gff2 h3 {
    padding-bottom: 13px !important;
    color: #000 !important;
    font-size: 40px !important;
    padding-top: 30px !important;
}

div#gff2 h3 {
    padding-bottom: 13px !important;
    color: #000 !important;
    font-size: 40px !important;
    padding-top: 215px !important;
}

div#gff23 h3 {
    padding-bottom: 13px !important;
    color: #000 !important;
    font-size: 40px !important;
    padding-top: 215px !important;
}
div#gff2  p {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}
div#gff23 p {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

div#gff23 {
    margin: -170px 0 0 !important;
}
.slide h2 {
    font-size: 103px !important;
}

video.parallax-video {
    filter: brightness(0.5);
}