/* Global Component */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "AndaleMono";
  src: url("./fonts/andalemo.eot"); /* IE9 Compat Modes */
  src: url("./fonts/andalemo.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("./fonts/andalemo.otf") format("opentype"),
    /* Open Type Font */ url("./fonts/andalemo.svg") format("svg"),
    /* Legacy iOS */ url("./fonts/andalemo.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("./fonts/andalemo.woff") format("woff"),
    /* Modern Browsers */ url("./fonts/andalemo.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
  font-family: AvenirLTPro-Medium;
  font-weight: normal;
  font-style: normal;
}

p {
  font-family: "AndaleMono", "Courier New", Courier, monospace;
  font-size: 14px;
  color: #2f2f2f;
  line-height: 1.715;
  margin-bottom: 20px;
}

.menu {
  font-family: AvenirLTPro-Book;
  font-weight: normal;
  font-style: normal;
}

blockquote p {
  margin-bottom: 10px;
  font-family: AvenirLTPro-Medium;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 1.52;
  color: #000000;
}

blockquote cite {
  font-family: "AndaleMono", "Courier New", Courier, monospace;
  font-style: normal;
  font-size: 14px;
  color: #7e623b;
}

blockquote cite::before {
  content: "\2015  ";
}

img {
  max-width: 100%;
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 25px;
  padding-left: 25px;
}

.row {
  margin-right: -25px;
  margin-left: -25px
  
}

@media (max-width: 991.98px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

/* WELCOME */
#gradient {
  text-align: center;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  -webkit-animation-name: fadeIn; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
  animation-name: fadeIn;
  animation-duration: 3s;
}

.welcome {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 1;
  transition: opacity 0.5s ease-in;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  border: none;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

/* HEADER */

.mainnav-wrapper {
  display: flex;
  padding-top: 55px;
  padding-bottom: 25px;
}

.hamburger-wrapper {
  position: absolute;
  right: 50px;
  top: 42px;
}

.hamburger-nav {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  text-align: right;
}

.hamburger {
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
  outline: transparent;
}

.hamburger:focus{
  outline: none;
}

.hamburger:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 8px;
  width: 24px;
  height: 2px;
  background: #232323;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.hamburger:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 8px;
  width: 24px;
  height: 2px;
  background: #232323;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.hamburger span {
  text-indent: 100%;
  white-space: nowrap;
  display: block;
}

.hamburger-close {
  border: 1px solid #898989;
}

.menu .hamburger:before {
  top: 15px;
  left: 11px;
  width: 18px;
  height: 1px;
}

.menu .hamburger:after {
  bottom: 15px;
  left: 11px;
  width: 18px;
  height: 1px;
}

.menu .hamburger-close:before {
  transform: translateY(4px) rotate(135deg);
  background: #898989;
}

.menu .hamburger-close:after {
  transform: translateY(-5px) rotate(45deg);
  background: #898989;
}

.faded-background {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.faded-background.show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.menu {
  background-color: #ffffff;
  width: 700px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  padding: 120px 50px 50px;
  transform: translateX(100%);
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.menu.show {
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.menu nav a {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 12px;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.menu nav a:hover {
  padding-left: 10px;
  color: #7e623b;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.menu nav .dropdown-button {
  display: flex;
  justify-content: space-between;
}

.menu nav .dropdown-button a {
  width: 100%;
}

.menu nav .dropdown-button img {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}

.menu nav .dropdown-button img {
  padding-right: 5px;
}

.menu nav .dropdown-content {
  border-bottom: none;
  display: none;
}

.dropdown-content a {
  padding-left: 20px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}

.menu nav .dropdown-content a:hover {
  padding-left: 30px;
}

.menu .contact {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.menu .btn-join {
  padding: 10px 20px;
  border: 1px solid #898989;
  color: #898989;
}

.menu .btn-join:hover {
  color: #7e623b;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.menu .btn-join img {
  margin-left: 8px;
}

.menu .btn-ig {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #7e623b;
}

.menu .btn-ig img {
  margin-right: 6px;
}

.menu .btn-join:hover,
.menu .btn-ig:hover {
  text-decoration: none;
}

.product {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.product .overlay {
  opacity: 0;
  position: absolute;
  background-color: rgba(132, 109, 74, 0.68);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px;
  color: #fff;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  
}

.product .overlay h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
}

.product:hover .overlay {
  opacity: 1;
}
.textUnderImage {
  font-family: AvenirLTPro-Book;
  position: absolute;
  color: black;
  font-size: 18px;
  margin-top: 10px;
}
.textUnderImage:hover {
  color: black;
}

.homepage-blockquote p {
  color: #898989;
}

.inner-footer {
  border-top: 1px solid #e5e5e5;
  font-family: AvenirLTPro-Book;
  font-style: normal;
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.social-footer {
  text-align: right;
}

.social-footer a {
  color: #2f2f2f;
}

.social-footer span {
  margin-left: 6px;
  margin-right: 6px;
  color: #d1d1d1;
}

@media (max-width: 991.98px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hamburger-wrapper {
    right: 15px;
  }
  .homepage-blockquote {
    padding-left: 0;
  }
  .menu {
    width: 450px;
  }
  .product {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mainnav-wrapper .logo {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .social-footer {
    text-align: center;
    margin-bottom: 25px;
  }
  .copyright {
    text-align: center;
  }
  .product .overlay h2 {
    font-size: 22px;
  }
  blockquote p {
    font-size: 20px;
    line-height: 1.52;
  }
  .homepage-blockquote {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .product {
    margin-bottom: 40px;
  }
  blockquote cite {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .menu {
    width: 290px;
    padding: 120px 24px 50px;
    overflow-y: scroll;
  }
  .menu .contact {
    flex-direction: column;
    margin-top: 30px;
  }
  .menu .contact .btn-ig {
    margin-top: 20px;
    border: 1px solid #7e623b;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 378.98px) {
  .mainnav-wrapper .logo {
    max-width: 220px;
    margin-left: 0;
  }
}

/* 
************************************
          About Us
************************************
*/
.about {
  margin-top: 50px;
}

.about h1,
.about h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 0.12em;
}

.about-text {
  padding-right: 140px;
}

.read-more {
  color: #7e623b;
  cursor: pointer;
}

.myself-row {
  margin-top: 100px;
}

.services {
  margin-top: 100px;
}

.services h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 0.12em;
}

.scroll-well {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("images/bg-services.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  color: #ffffff;
}

.scroll-well h3 {
  font-size: 25px;
  margin-bottom: 50px;
  line-height: 1.35;
  padding-left: 50px;
  padding-right: 50px;
}

.scroll-well p {
  color: #ffffff;
  font-size: 16px;
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 1100px) {
  .about-text {
    padding-right: 70px;
  }
  .scroll-well {
    background-attachment: scroll;
  }
}

@media (max-width: 991.98px) {
  .scroll-well h3 {
    padding-left: 0;
    padding-right: 0;
  }
  .scroll-well p {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .about {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .about h1,
  .about h2 {
    font-size: 20px;
    text-align: center;
  }
  .about-text {
    padding-right: 15px;
  }
  .myself-row {
    margin-top: 50px;
  }
  .services {
    margin-top: 50px;
  }
  .scroll-well {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .scroll-well h3 {
    font-size: 20px;
  }
}

/* 
************************************
          Story
************************************
*/

.story {
  margin-top: 50px;
}

.story h1 {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.12em;
  color: #444444;
}

.text-by,
.content-by {
  text-align: center;
  font-family: AvenirLTPro-Book;
  font-size: 14px;
  color: #898989;
}

.chapter {
  margin-top: 80px;
  margin-bottom: 30px;
}

.chapter h2 {
  font-family: AvenirLTPro-Book;
  font-size: 20px;
  margin-bottom: 15px;
}

.chapter a {
  color: #2f2f2f;
  text-decoration: none;
}

.chapter-01,
.chapter-02,
.chapter-03 {
  width: auto;
  height: 100%;
  margin-bottom: 30px;
}

.chapter-hover {
  position: relative;
  display: block;
}

.chapter-hover .overlay {
  opacity: 0;
  position: absolute;
  background-color: rgba(132, 109, 74, 0.68);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px;
  color: #fff;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.chapter-hover .overlay h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
}

.chapter-hover:hover .overlay {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .story {
    margin-top: 20px;
  }
  .story h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .chapter {
    margin-top: 60px;
  }
  .chapter h2 {
    font-size: 16px;
    text-align: center;
  }
  .chapter-hover .overlay h3 {
    font-size: 22px;
  }
}

/* 
************************************
          Story Intro
************************************
*/

.masthead-story-intro {
  height: 400px;
  background-image: url("./images/masthead-story-intro-1.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
}

.opening-intro .container-fluid,
.opening-intro .container-fluid .col {
  padding-left: 0;
  padding-right: 0;
}

.opening-intro .container-fluid .row {
  margin: 0;
}

.intro-history {
  margin-top: 70px;
}

.intro-history h1 {
  font-size: 25px;
  text-transform: uppercase;
}

.intro-history p {
  margin-bottom: 0;
}

.intro-history .image-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

.chapter-blockquote {
  margin-top: 60px;
}

.intro-history .chapter-blockquote-mark {
  margin-top: 80px;
}

.intro-history .chapter-blockquote-mark blockquote cite {
  margin-top: 30px;
}

.intro-history .chapter-blockquote-mark p:first-child::after {
  content: none;
}

.intro-history .chapter-blockquote-mark p:nth-child(2)::before {
  content: none;
}

.chapter-blockquote blockquote p {
  font-family: "AndaleMono", "Courier New", Courier, monospace;
  font-size: 14px;
  line-height: 2;
  color: #4a4a4a;
}

.chapter-blockquote blockquote cite {
  font-family: AvenirLTPro-Medium;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin-top: 20px;
  display: block;
}

.next-chapter {
  margin-top: 50px;
  margin-bottom: 80px;
}

.next-chapter a {
  font-family: AvenirLTPro-Book;
  font-size: 14px;
  color: #000000;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.next-chapter a:hover {
  text-decoration: none;
}

.next-chapter img {
  margin-left: 5px;
}

.intro-history .col-12,
.intro-history .col-sm-11,
.intro-history .col-6,
.intro-history .col-4,
.intro-history .col-md-9 {
  padding-right: 15px;
  padding-left: 15px;
}

.intro-history .row {
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 1100px) {
  .masthead-story-intro {
    height: 360px;
    background-attachment: scroll;
  }
}

@media (max-width: 991.98px) {
  /* .intro-history {
    margin-top: 40px;
  } */
  .intro-history h1 {
    margin-bottom: 20px;
  }
  .next-chapter {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .chapter-blockquote blockquote cite {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .intro-history {
    margin-top: 40px;
  }
  .intro-history h1 {
    font-size: 20px;
  }
  .chapter-blockquote {
    margin-top: 30px;
  }
  .intro-history .chapter-blockquote-mark {
    margin-top: 70px;
  }
  .intro-history .image-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* 
************************************
          Kratip
************************************
*/

.opening-kratip .container-fluid,
.opening-kratip .container-fluid .col {
  padding-left: 0;
  padding-right: 0;
}

.opening-kratip .container-fluid .row {
  margin: 0;
}

.opening-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
}

.vertical-line {
  border-left: 2px solid #e0e0e0;
  height: 300px;
  margin-top: 3px;
  margin-bottom: 20px;
}

.chapter-number {
  font-family: AvenirLTPro-Medium;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  text-transform: uppercase;
}

.full-img-kratip {
  height: 560px;
  background-image: url("./images/full-img-kratip.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  margin-top: 60px;
}

.kratip-first-content {
  text-align: center;
  margin-top: 70px;
}

.kratip-second-content {
  margin-top: 80px;
}

.chapter-blockquote-mark {
  margin-top: 60px;
}

.chapter-blockquote-mark p {
  position: relative;
}

.chapter-blockquote-mark p:before {
  display: inline-block;
  content: " ";
  background-image: url("./images/quote-open.svg");
  background-size: 8px 8px;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 4px;
  left: -12px;
}

.chapter-blockquote-mark p:after {
  display: inline-block;
  content: " ";
  background-image: url("./images/quote-close.svg");
  background-size: 8px 8px;
  height: 8px;
  width: 8px;
  position: absolute;
  bottom: 12px;
}

.chapter-blockquote-mark blockquote p {
  font-family: "AndaleMono", "Courier New", Courier, monospace;
  font-size: 14px;
  line-height: 2;
  display: inline-block;
  color: #898989;
}

.chapter-blockquote-mark blockquote cite {
  font-family: AvenirLTPro-Medium;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin-top: 5px;
  display: block;
}

.kratip-third-content {
  margin-top: 80px;
}

.third-content-grid {
  display: grid;
  grid-template-columns: 460px 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 80px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.third-content-grid .div1 {
  grid-area: 1 / 1 / 3 / 2;
}

.third-content-grid .div1 img {
  object-fit: cover;
  max-height: 100%;
  height: 100%;
}

.third-content-grid .div2 img {
  object-fit: cover;
  max-height: 100%;
  height: 100%;
}

.third-content-grid .div2 {
  grid-area: 3 / 1 / 5 / 2;
}
.third-content-grid .div3 {
  grid-area: 5 / 1 / 7 / 3;
}
.third-content-grid .div4 {
  grid-area: 2 / 2 / 5 / 3;
  align-self: end;
}
.third-content-grid .div5 {
  grid-area: 2 / 3 / 3 / 4;
}
.third-content-grid .div6 {
  grid-area: 3 / 3 / 7 / 4;
}

.kratip-forth-content {
  margin-top: 50px;
}

.kratip-forth-content .width-control {
  max-width: 600px;
  align-self: flex-end;
}

.kratip-forth-content-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kratip-forth-content-text p {
  max-width: 600px;
}

.kratip-forth-content .chapter-blockquote-mark {
  padding-left: 70px;
}

.kratip-forth-content .chapter-blockquote-mark p {
  max-width: 1000px;
}

.kratip-fifth-content {
  margin-top: 100px;
  margin-bottom: 90px;
}

.kratip-fifth-content .left-text {
  margin-top: 50px;
  max-width: 430px;
}

.kratip-fifth-content .right-text {
  margin-top: 80px;
  margin-bottom: 200px;
  max-width: 650px;
}

@media (max-width: 1100px) {
  .full-img-kratip {
    height: 360px;
    background-attachment: scroll;
  }
  .vertical-line {
    height: 180px;
  }
  .third-content-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .third-content-grid .div4 {
    align-self: center;
  }
  .kratip-third-content {
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .kratip-first-content {
    margin-top: 40px;
  }
  .kratip-second-content {
    margin-top: 20px;
  }
  .full-img-kratip {
    margin-top: 40px;
  }
  .chapter-blockquote-mark blockquote cite {
    font-size: 14px;
  }
  .kratip-forth-content-text p {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .full-img-kratip {
    height: 260px;
  }
  .vertical-line {
    display: none;
  }
  .opening-text {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    text-align: center;
    margin-top: 40px;
    background-color: transparent;
  }
  .opening-text h1 {
    font-size: 24px;
  }
  .chapter-number {
    font-size: 16px;
  }
  .chapter-blockquote-mark {
    margin-top: 30px;
  }
  .kratip-second-content .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .kratip-second-content .col {
    padding-right: 15px;
    padding-left: 15px;
  }
  .kratip-third-content {
    margin-top: 20px;
  }
  .third-content-grid {
    display: flex;
    flex-direction: column;
  }
  .third-content-grid .div1 {
    width: 60%;
  }
  .third-content-grid .div1 img {
    max-width: 100%;
    height: auto;
  }
  .third-content-grid .div2 {
    width: 60%;
    margin-top: 30px;
    align-self: flex-end;
  }
  .third-content-grid .div2 img {
    max-width: 100%;
    height: auto;
    justify-self: flex-end;
  }
  .third-content-grid .div3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .third-content-grid .div4 {
    width: 40%;
  }
  .third-content-grid .div4 img {
    max-width: 100%;
    height: auto;
  }
  .third-content-grid .div5 {
    margin-top: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .third-content-grid .div6 {
    width: 40%;
  }
  .third-content-grid .div6 img {
    max-width: 100%;
    height: auto;
  }
  .kratip-forth-content {
    margin-top: 30px;
  }
  .kratip-forth-content .chapter-blockquote-mark {
    padding-left: 15px;
  }
  .kratip-forth-content .width-control {
    max-width: 100%;
  }
  .kratip-fifth-content {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .kratip-fifth-content .left-text {
    margin-top: 20px;
  }
  .kratip-fifth-content .right-text {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

/* 
************************************
          Space
************************************
*/

.space {
  margin-top: 50px;
}

.space h1 {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.12em;
  color: #444444;
}

.space-content {
  margin-top: 90px;
}

.side-img {
  margin-bottom: 60px;
}

.space-paragraph {
  margin-top: 50px;
  padding-right: 20px;
}

.space-rooms {
  margin-top: 50px;
  margin-bottom: 80px;
}

.space-rooms h2 {
  margin-top: 30px;
  font-size: 20px;
  text-align: right;
}

.space-rooms a {
  color: #000000;
  transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.space-rooms a:hover {
  color: #7e623b;
  text-decoration: none;
  transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1200px) {
  .container-space {
    max-width: 1200px;
  }
}

@media (max-width: 991.98px) {
  .side-img {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .space {
    margin-top: 20px;
  }
  .space h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .space-content {
    margin-top: 40px;
  }
  .space-rooms {
    margin-bottom: 0px;
  }
  .space-rooms h2 {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .space-paragraph {
    margin-top: 30px;
  }
}

/* 
************************************
          Room
************************************
*/

.room {
  margin-top: 50px;
  margin-bottom: 90px;
  overflow-x: hidden;
}

.room h1 {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 40px;
}

.marquee {
  width: 1500px;
  overflow: hidden;
}

.marquee img {
  max-height: 612px;
  margin-right: 20px;
}

.room nav {
  font-family: AvenirLTPro-Book;
  font-size: 14px;
  margin-bottom: 30px;
}

.room nav a {
  margin-right: 20px;
  color: #2f2f2f;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.room nav a:hover {
  border-bottom: 1px solid #2f2f2f;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.room nav a.active {
  border-bottom: 1px solid #2f2f2f;
}

@media (max-width: 990.98px) {
  .room {
    margin-bottom: 140px;
  }
}

@media (max-width: 767.98px) {
  .room {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .room h1 {
    font-size: 20px;
  }
  .room nav {
    text-align: center;
  }
  .marquee img {
    margin-right: 20px;
    max-height: 240px;
  }
}

/* 
************************************
          Blog Archive
************************************
*/

.blog-archive {
  margin-top: 50px;
  margin-bottom: 90px;
}

.blog-archive h1 {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: 0.12em;
  color: #444444;
}

.blog-bg {
  padding: 50px 70px !important;
}

.tag {
  color: #7e623b;
  font-size: 16px;
  font-family: AvenirLTPro-Book;
  margin-bottom: 30px;
  display: inline-block;
}

.bloglist {
  margin-bottom: 30px;
  background-color: #f5f5f5;
}

.bloglist h2 {
  font-size: 25px;
  line-height: 1.36;
}

.feature-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.readmore {
  margin-top: 20px;
  display: inline-block;
  color: #7e623b;
  font-size: 16px;
  font-family: AvenirLTPro-Book;
  border-bottom: 1px solid #7e623b;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.readmore:hover {
  color: #7e623b;
  text-decoration: none;
  border-bottom: 1px solid #7e623b;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 991.98px) {
  .blog-archive h1 {
    margin-bottom: 50px;
  }
  .bloglist h2 {
    font-size: 20px;
  }
  .bloglist {
    margin-bottom: 20px;
  }
  .tag {
    margin-bottom: 15px;
  }
  .readmore {
    margin-top: 10px;
  }
  .blog-bg {
    padding: 30px 50px !important;
  }
}

@media (max-width: 767.98px) {
  .blog-archive {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .blog-archive h1 {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .tag {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .readmore {
    margin-top: 0;
    font-size: 14px;
  }
}

/* 
************************************
          Blog Single
************************************
*/

.blog-single {
  margin-top: 50px;
  margin-bottom: 70px;
}

.blog-detail {
  color: #7e623b;
  font-size: 16px;
  font-family: "AndaleMono", "Courier New", Courier, monospace;
  margin-bottom: 40px;
}

.blog-single h1 {
  font-size: 35px;
  margin-bottom: 70px;
  line-height: 1.286;
}

.blog-single img {
  margin-bottom: 30px;
}

.blog-single .col,
.blog-single .col-1,
.blog-single .col-10,
.blog-single .col-11,
.blog-single .col-12,
.blog-single .col-2,
.blog-single .col-3,
.blog-single .col-4,
.blog-single .col-5,
.blog-single .col-6,
.blog-single .col-7,
.blog-single .col-8,
.blog-single .col-9,
.blog-single .col-auto,
.blog-single .col-lg,
.blog-single .col-lg-1,
.blog-single .col-lg-10,
.blog-single .col-lg-11,
.blog-single .col-lg-12,
.blog-single .col-lg-2,
.blog-single .col-lg-3,
.blog-single .col-lg-4,
.blog-single .col-lg-5,
.blog-single .col-lg-6,
.blog-single .col-lg-7,
.blog-single .col-lg-8,
.blog-single .col-lg-9,
.blog-single .col-lg-auto,
.blog-single .col-md,
.blog-single .col-md-1,
.blog-single .col-md-10,
.blog-single .col-md-11,
.blog-single .col-md-12,
.blog-single .col-md-2,
.blog-single .col-md-3,
.blog-single .col-md-4,
.blog-single .col-md-5,
.blog-single .col-md-6,
.blog-single .col-md-7,
.blog-single .col-md-8,
.blog-single .col-md-9,
.blog-single .col-md-auto,
.blog-single .col-sm,
.blog-single .col-sm-1,
.blog-single .col-sm-10,
.blog-single .col-sm-11,
.blog-single .col-sm-12,
.blog-single .col-sm-2,
.blog-single .col-sm-3,
.blog-single .col-sm-4,
.blog-single .col-sm-5,
.blog-single .col-sm-6,
.blog-single .col-sm-7,
.blog-single .col-sm-8,
.blog-single .col-sm-9,
.blog-single .col-sm-auto,
.blog-single .col-xl,
.blog-single .col-xl-1,
.blog-single .col-xl-10,
.blog-single .col-xl-11,
.blog-single .col-xl-12,
.blog-single .col-xl-2,
.blog-single .col-xl-3,
.blog-single .col-xl-4,
.blog-single .col-xl-5,
.blog-single .col-xl-6,
.blog-single .col-xl-7,
.blog-single .col-xl-8,
.blog-single .col-xl-9,
.blog-single .col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767.98px) {
  .blog-single {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .blog-detail {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .blog-single h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

/* 
************************************
          Contact
************************************
*/

.contact {
  margin-top: 50px;
  margin-bottom: 90px;
}

.contact h1 {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: 0.12em;
  color: #444444;
}

.email {
  text-align: center;
}

.email img {
  margin-bottom: 10px;
}

.email a {
  display: inline-block;
  font-family: AvenirLTPro-Book;
  font-size: 18px;
  color: #666666;
  padding-bottom: 2px;
  margin-bottom: 5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.email a:hover {
  text-decoration: none;
  color: #7e623b;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.phone,
.ig {
  text-align: center;
  margin-top: 40px;
}

.phone img,
.ig img {
  margin-bottom: 10px;
}

.phone a,
.ig a {
  display: inline-block;
  font-family: AvenirLTPro-Book;
  font-size: 18px;
  color: #666666;
  padding-bottom: 3px;
  margin-bottom: 5px;
}

.phone a:hover,
.ig a:hover {
  text-decoration: none;
  color: #7e623b;
}

.contact h2 {
  margin-top: 140px;
  font-size: 32px;
  text-align: center;
  margin-bottom: 80px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #444444;
}

.contact-form label {
  font-family: AvenirLTPro-Book;
  font-weight: normal;
  font-style: normal;
  color: #666666;
}

.contact-form input {
  height: 60px;
  border-radius: 0;
  border-color: #eaeaea;
  margin-bottom: 15px;
}

.contact-form textarea {
  border-radius: 0;
  border-color: #eaeaea;
  margin-bottom: 30px;
}

.contact-form button {
  padding: 12px 24px 9px;
  border-radius: 0;
  background: transparent;
  border-color: #898989;
  color: #898989;
  font-family: AvenirLTPro-Book;
  font-size: 16px;
  line-height: 1;
}

.contact-form button:hover {
  background-color: transparent;
  border-color: #7e623b;
  color: #7e623b;
}

@media (max-width: 767.98px) {
  .contact {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .contact h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .contact h2 {
    font-size: 25px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .email,
  .phone,
  .ig {
    margin-top: 20px;
  }
  .email a,
  .phone a,
  .ig a {
    font-size: 14px;
  }
  .contact-form button {
    padding: 10px 20px 8px;
  }
}

/* 
************************************
          Contact
************************************
*/

.object {
  margin-top: 50px;
  margin-bottom: 90px;
}

.object h1 {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.12em;
  color: #444444;
}

.masthead-object {
  height: 420px;
  background-image: url("./images/masthead-object.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
}

.object-intro {
  margin-top: 90px;
}

.object .position {
  display: block;
  font-family: AvenirLTPro-Medium;
  color: #898989;
  font-size: 14px;
  margin-bottom: 10px;
}

.object .name {
  display: block;
  font-size: 14px;
  font-family: AvenirLTPro-Medium;
  color: #898989;
}

.object-quote {
  margin-top: 70px;
}

.object-quote-02 {
  margin-top: 40px;
  justify-content: center;
  text-align: center;
  padding-left: 110px;
  padding-right: 110px;
}

.object-detail {
  margin-top: 40px;
}

.img-gallery {
  margin-top: 70px;
  text-align: center;
}

.img-gallery div img {
  margin-bottom: 90px;
}

.img-gallery div:last-child img {
  margin-bottom: 0;
}

.img-gallery .img-02,
.img-gallery .img-03,
.img-gallery .img-04,
.img-gallery .img-05,
.img-gallery .img-09,
.img-gallery .img-10,
.img-gallery .img-12 {
  max-width: 550px;
}

.img-gallery .img-01,
.img-gallery .img-06,
.img-gallery .img-07,
.img-gallery .img-08,
.img-gallery .img-11,
.img-gallery .img-13,
.img-gallery .img-14 {
  max-width: 784px;
}

@media (max-width: 1100px) {
  .masthead-object {
    height: 360px;
    background-attachment: scroll;
  }
}

@media (max-width: 991.98px) {
  .object-quote-02 {
    padding-left: 0;
    padding-right: 0;
  }
  .img-gallery div img {
    margin-bottom: 60px;
  }
  .img-gallery .img-02,
  .img-gallery .img-03,
  .img-gallery .img-04,
  .img-gallery .img-05,
  .img-gallery .img-09,
  .img-gallery .img-10,
  .img-gallery .img-12 {
    max-width: 350px;
  }

  .img-gallery .img-01,
  .img-gallery .img-06,
  .img-gallery .img-07,
  .img-gallery .img-08,
  .img-gallery .img-11,
  .img-gallery .img-13,
  .img-gallery .img-14 {
    max-width: 600px;
  }
}

@media (max-width: 767.98px) {
  .object h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .masthead-object {
    height: 260px;
  }
  .object {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .object-intro {
    margin-top: 30px;
  }
  .object-intro .name {
    margin-bottom: 30px;
  }
  .object-quote {
    margin-top: 20px;
  }
  .object-detail {
    margin-top: 20px;
  }
  .img-gallery {
    margin-top: 30px;
  }
  .img-gallery img {
    margin-bottom: 40px;
  }
  .img-gallery .img-02,
  .img-gallery .img-03,
  .img-gallery .img-04,
  .img-gallery .img-05,
  .img-gallery .img-09,
  .img-gallery .img-10,
  .img-gallery .img-12 {
    max-width: 220px;
  }

  .img-gallery .img-01,
  .img-gallery .img-06,
  .img-gallery .img-07,
  .img-gallery .img-08,
  .img-gallery .img-11,
  .img-gallery .img-13,
  .img-gallery .img-14 {
    max-width: 280px;
  }
}

/* 
************************************
          Manoon
************************************
*/

.opening-manoon .container-fluid,
.opening-manoon .container-fluid .col {
  padding-left: 0;
  padding-right: 0;
}

.opening-manoon .container-fluid .row {
  margin: 0;
}

.manoon-first-content {
  text-align: center;
  margin-top: 70px;
}

.manoon-second-content {
  margin-top: 50px;
}

.manoon-second-content .left-content {
  padding-top: 90px;
}

.manoon-second-content .right-content {
  display: flex;
  flex-direction: column;
}

.manoon-second-content .first-image {
  margin-bottom: 30px;
}

.manoon-second-content .second-image {
  margin-bottom: 50px;
  max-width: 422px;
}

.manoon-second-content .third-image {
  max-width: 450px;
  align-self: flex-end;
}

.manoon-second-content .third-image img {
  margin-bottom: 30px;
}

.manoon-third-content .container-fluid,
.manoon-third-content .container-fluid .col {
  padding-left: 0;
  padding-right: 0;
}

.manoon-third-content .container-fluid .row {
  margin: 0;
}

.manoon-third-content .chapter-blockquote-mark blockquote {
  padding-left: 80px;
  padding-right: 80px;
}

.manoon-third-content .chapter-blockquote-mark {
  margin-top: 0;
}

.manoon-forth-content {
  margin-top: 80px;
}

.manoon-forth-content img {
  margin-bottom: 40px;
}

.manoon-forth-content .right-content {
  margin-top: 50px;
}

.manoon-fifth-content .chapter-blockquote-mark {
  margin-top: 40px;
  margin-bottom: 80px;
}

.manoon-fifth-content .chapter-blockquote-mark p:before {
  left: -8px;
}

.manoon-sixth-content .container-fluid,
.manoon-sixth-content .container-fluid .col {
  padding-left: 0;
  padding-right: 0;
}

.manoon-sixth-content .container-fluid .row {
  margin: 0;
}

.manoon-sixth-content .chapter-blockquote-mark blockquote {
  padding-left: 80px;
  padding-right: 80px;
}

.manoon-sixth-content .chapter-blockquote-mark {
  margin-top: 20px;
}

.manoon-seventh-content {
  margin-top: 70px;
  margin-bottom: 50px;
}

.manoon-eighth-content img {
  margin-bottom: 50px;
}

.manoon-ninth-content {
  margin-top: 40px;
}

.manoon-ninth-content .chapter-blockquote-mark {
  margin-top: 0;
}

.manoon-ninth-content .chapter-blockquote-mark blockquote {
  padding-left: 32px;
  padding-right: 140px;
}

.manoon-ninth-content .container-fluid,
.manoon-ninth-content .container-fluid .col {
  padding-left: 0;
  padding-right: 17px;
}

.manoon-ninth-content .container-fluid .row {
  margin: 0;
}

.manoon-tenth-content {
  margin-top: 90px;
}

.manoon-tenth-content img {
  margin-bottom: 30px;
}

.manoon-eleventh-content {
  margin-top: 80px;
}

.manoon-eleventh-content .container-fluid,
.manoon-eleventh-content .container-fluid .col {
  padding-left: 0;
  padding-right: 0;
}

.manoon-eleventh-content .container-fluid .row {
  margin: 0;
}

.manoon-eleventh-content .chapter-blockquote-mark blockquote {
  padding-left: 80px;
  padding-right: 80px;
}

.manoon-eleventh-content .chapter-blockquote-mark {
  margin-top: 0;
}

.manoon-twelve-content {
  margin-top: 100px;
  margin-bottom: 60px;
}

.manoon-thirteen-content .col-6,
.manoon-thirteen-content .col-lg-6,
.manoon-thirteen-content .col-md-6,
.manoon-thirteen-content .col-sm-6,
.manoon-thirteen-content .col-xl-6 {
  padding-right: 15px;
  padding-left: 15px;
}

.manoon-thirteen-content img {
  margin-bottom: 30px;
}

.manoon-thirteen-content .chapter-blockquote-mark {
  margin-top: 0;
}

.manoon-fourteenth-content {
  margin-top: 50px;
  margin-bottom: 90px;
}

.manoon-fourteenth-content p {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1100px) {
  .full-img-manoon {
    height: 360px;
    background-attachment: scroll;
  }
  .manoon-third-content {
    margin-top: 30px;
  }
}

@media (max-width: 991.98px) {
  .manoon-forth-content {
    margin-top: 30px;
  }
  .manoon-fifth-content .chapter-blockquote-mark {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .manoon-tenth-content {
    margin-top: 10px;
  }
  .manoon-eleventh-content {
    margin-top: 40px;
  }
  .manoon-twelve-content {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .manoon-fourteenth-content {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .rellax {
    transform: translate3d(0, 0, 0) !important;
  }
}

@media (max-width: 767.98px) {
  .full-img-manoon {
    height: 260px;
  }
  .manoon-first-content {
    margin-top: 40px;
  }
  .manoon-second-content {
    margin-top: 0;
  }
  .manoon-second-content .left-content {
    padding-top: 20px;
  }
  .manoon-third-content {
    margin-top: 10px;
  }
  .manoon-third-content .container-fluid .col {
    margin-top: 30px;
  }
  .manoon-third-content .chapter-blockquote-mark blockquote {
    padding-left: 30px;
    padding-right: 30px;
  }
  .manoon-forth-content {
    margin-top: 20px;
  }
  .manoon-forth-content img {
    margin-bottom: 20px;
  }
  .manoon-forth-content .right-content {
    margin-top: 10px;
  }
  .manoon-fifth-content .chapter-blockquote-mark {
    margin-bottom: 10px;
  }
  .manoon-sixth-content .chapter-blockquote-mark blockquote {
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .manoon-seventh-content {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .manoon-eighth-content img {
    margin-bottom: 30px;
  }
  .manoon-ninth-content {
    margin-top: 10px;
  }
  .manoon-ninth-content .container-fluid .left-content {
    margin-top: 0;
  }
  .manoon-ninth-content .container-fluid .right-content {
    margin-top: 30px;
  }
  .manoon-ninth-content .chapter-blockquote-mark blockquote {
    padding-left: 30px;
    padding-right: 20px;
  }
  .manoon-tenth-content {
    margin-top: 20px;
  }
  .manoon-tenth-content .chapter-blockquote-mark {
    margin-top: 0;
  }

  .manoon-tenth-content .chapter-blockquote-mark blockquote {
    padding-left: 14px;
  }

  .manoon-eleventh-content {
    margin-top: 10px;
  }
  .manoon-eleventh-content .chapter-blockquote-mark blockquote {
    padding-left: 29px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .manoon-twelve-content {
    margin-top: 30px;
  }
  .manoon-thirteen-content .chapter-blockquote-mark blockquote {
    padding-left: 14px;
  }
}

.comingsoon {
  position: relative;
  height: 500px;
}

.comingsoon div {
  font-family: AvenirLTPro-Book;
  font-size: 30px;
  color: #898989;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
  .comingsoon div {
    font-size: 22px;
  }
}

/* SWIPER JS   */

.swiper-wrapper {
  align-items: center; /* add this will all relevant prefixes */
  cursor: grab;
  /* visibility: hidden; */
}

.swiper-slide {
  overflow: hidden;
}

.room .swiper-slide img {
  max-height: 90vh;
  max-width: 90vw;
  height: auto;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
}
.swiper-slide.swiper-slide-next {
  visibility: hidden;
}
.swiper-slide.swiper-slide-prev {
  visibility: hidden;
}
.swiper-slide.swiper-slide-active {
  visibility: visible;
}

/* @media screen and (max-width:768px) {
  .swiper-slide.swiper-slide-next{
    right:179.5px;
  }
}
@media screen and (max-width:425px) {
  .swiper-slide.swiper-slide-next{
    right:101.25px;
  }
}
@media screen and (max-width:375px) {
  .swiper-slide.swiper-slide-next{
    right:88.75px;
  }
}
@media screen and (max-width:320px) {
  .swiper-slide.swiper-slide-next{
    right:75px;
  }
} */
.room .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  top: auto;
  bottom: 0;
  background-image: url("./images/cursor-right.svg");
}

.room .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  top: auto;
  bottom: 0;
  right: 50px;
  left: auto;
  background-image: url("./images/cursor-left.svg");
}

@media (min-width: 993.98px) {
  .room .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    cursor: url("./images/cursor-right.svg"), auto;
    right: 0;
    top: 0;
    margin-top: 0;
    width: 50%;
    height: 100%;
    background-image: none;
  }

  .room .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    cursor: url("./images/cursor-left.svg"), auto;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 50%;
    height: 100%;
    background-image: none;
  }
}

@media (max-width: 993.98px) {
  .room .swiper-container {
    padding-bottom: 60px;
  }
}

/* Back to Top */

#back-to-top {
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  line-height: 30px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#back-to-top:hover {
  background: #e9ebec;
}
#back-to-top.show {
  opacity: 1;
}
#content {
  height: 2000px;
}

@media (max-width: 991.98px) {
  #back-to-top {
    bottom: 20px;
    right: 20px;
  }
}

.banner-section{
  height: 680px;
  width: 100vw;
  position: relative;
  margin-top: 10px;
  background-image: url("./images/Banner.jpg");
  background-size: cover;
  height: 680px;
  
}


.banner-section:hover .blurfilter{ 
  transition-duration: 0.5s;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  width: 100%;
  height: 100%;
  position:absolute;
  top: 0;
  left: 0;
}

.textbt{
  color:#7C633C;
}

.banner-bt{
  position: absolute;
  display: block;
  opacity: 0;
  transition: 0.5s;
  color: #7C633C;
  background-color: white;
  border: none;
  padding: 15px 50px;
  outline: none;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.banner-bt:focus{
  outline: none;
}


.banner-section:hover .banner-bt{
  transition: 0.5s ;
  opacity: 1;
}


.homepage-blockquote{
  margin-top: 180px;
  margin-bottom: 150px;
}

.banner-bg-img{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-bt .svggo{
  padding-left: 5px;
  padding-bottom: 5px;
}

.logo{
  padding-bottom: 30px;
}

.item-row1{
  margin-bottom: 20px;

}

.item-row2{
  margin-bottom: 20px;
  
}

.item-row3{
  margin-bottom: 20px;
  
}
@media screen and (max-width:1100px) {
  .banner-section:hover .blurfilter{ 
    transition-duration: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .logo{
    padding-top: 0px;
  }
  .banner-section{
    background-position: center center;
  }
  .banner-bg-img{
    display: block;
  }
  .banner-bt{
    opacity: 1;
    bottom: 0;
    right: 0;
    background-color:white;
    width: 100%;
    text-align: right;
  }
.homepage-blockquote{
    margin-top: 120px;
    margin-bottom: 120px;
  }  
}

@media screen and (max-width:991px) {

}

@media screen and (max-width:767px) {
  .homepage-blockquote{
    margin-top: 70px;
    margin-bottom: 70px;
  }  
  .item-row1{
    margin-bottom: 40px;
  }
  .item-row2{
    margin-bottom: 40px;
  }
  .item-row3{
    margin-bottom: 40px;
  }
  .textUnderImage{
    margin-top: 10px;
  }
  footer{
    margin-top: 50px;
  }
  .mainnav-wrapper{
    padding-top: 35px;
    padding-bottom: 0px;
  }
  .hamburger-wrapper{
    top: 27px;
  }
  .banner-bt{
    padding:15px 30px;
  }

}

@media screen and (max-width:375px) {
  footer{
    margin-top: 20px;
  }
}
