:root {
    /*default*/
    --boxed: #5f758d;
    --body: #e8f5e9;
    --colors: #000;
    --color2: #ecc02c;
    --primtext: "Raleway", sans-serif;
    --subtext: "Inter";
    --gold:radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
            radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  }

  i.fas.fa-chevron-down {
    display: none;
  }

  @media (min-width: 768px) {
    #header .header-nav.header-nav-stripe nav > ul > li.open > a,
    #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
      border-radius: 5px !important;
    }
  }

  .header-body {
    background-color: transparent !important;
    border: unset !important;
    transition: all ease 500ms;
  }

  html:not(.sticky-header-active) .header-body {
    margin-top: 10px !important;
    transition: all ease 1000ms !important;
  }

  html:not(.sticky-header-active)
    #header.header-transparent
    .header-nav-main:not(.header-nav-main-dark)
    nav
    > ul
    > li
    > a {
    color: #fff;
  }

  html:not(.sticky-header-active)
    #header.header-transparent
    .header-nav-main:not(.header-nav-main-dark)
    nav
    > ul
    > li
    > a.dropdown-toggle:after {
    border-color: #111 transparent transparent transparent;
  }

  @media (max-width: 768px) {
    html:not(.sticky-header-active) .header-body {
      margin-top: 0px !important;
    }
  }

  #header .header-nav.header-nav-stripe nav > ul > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1px;
    font-family: var(--primtext);
    text-transform: capitalize;
    padding: 0 10px;
  }

  html.sticky-header-active #header.header-transparent .header-body {
    transition: all ease 1000ms !important;
  }

  html.sticky-header-active #header.header-transparent .header-body:before {
    opacity: 1;
    background-color: var(--colors) !important;
    border: unset !important;
    transition: all ease 500ms !important;
  }

  @media (min-width: 768px) {
    #header .header-nav.header-nav-stripe nav > ul > li > a {
      padding: 0 10px !important;
      min-height: 50px;

      height: 50px;
    }

    #header .header-nav.header-nav-stripe nav > ul > li.open > a,
    #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
      background-color: var(--colors);
    }
  }

  @media (max-width: 768px) {
    #menu-button {
      border-color: #111;
      color: #111;
      margin-left: 10px;
      border: unset !important;
    }

    .menu-tour a {
      font-family: var(--subtext);
    }

    #menuWrapper.show-box {
      opacity: 1;
      visibility: visible;
    }
    #menuWrapper {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #fff;
      z-index: 99999;
      opacity: 0;
      visibility: hidden;
      transition: all ease 0.5s;
    }

    #menuWrapper #close {
      color: #222;
      position: absolute;
      top: 15px;
      right: 20px;
      width: 42px;
      height: 35px;
      font-size: 20px;
      background: 0 0;
      z-index: 1;
      border: none;
    }

    #menuWrapper .container {
      height: 100%;
    }

    .menu-tour ul {
      position: relative;
      padding: 0;
      top: 2%;
      left: 0;
      right: 0;
      text-align: left;
      list-style: none;
    }

    .menu-tour li {
      padding: 10px;
      border-bottom: 1px solid #a3a0a05c;
      margin: unset;
    }

    .menu-tour a {
      color: #222;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px;
    }
  }

  @media (max-width: 768px) {
    .logo-menu {
      align-items: flex-start !important;
    }

    .menu-andro {
      justify-content: center !important;
    }

    .menu-andro {
      justify-content: flex-end !important;
      margin-right: 10px;
    }

    .header-logo {
      margin-left: 10px !important;
    }

    #menuWrapper {
      overflow: scroll;
    }
  }

  .bg-primarypage {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 300px;
  }

  .bg-primarypage:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.5;
  }

  .title-product {
    font-family: var(--primtext);
    font-weight: 300;
    margin-bottom: 30px;
  }

  .title-primarypage {
    position: absolute;
    left: 0;
    right: 0;
    top: 33%;
    z-index: 1;
  }

  .title-primarypage h1 {
    font-family: var(--primtext);
    color: white;
    font-weight: 800;
    font-size: 45px;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 18px;
  }

  .title-primarypage p {
    font-family: var(--subtext);
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 200;
    margin-left: 6px;
  }

  @media (max-width: 768px) {
    .bg-primarypage {
      height: 250px;
    }

    .title-primarypage {
      text-align: center;
    }

    .title-primarypage h1 {
      font-family: var(--primtext);
      color: white;
      font-weight: 800;
      font-size: 40px;
      text-transform: capitalize;
      letter-spacing: 0px;
      margin-bottom: 8px;
    }

    .title-primarypage p {
      font-family: var(--primtext);
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px;
      margin-bottom: 0px;
      font-weight: 200;
      margin-left: 0px;
    }
  }

  @media (max-width: 768px) {
    .col-6.col-md-3.mb-3 {
      padding: 0px 5px;
    }

    .display-pc-share {
      display: none;
    }

    .header-logo img {
      height: 45px !important;
    }
  }

  @media (min-width: 768px) {
    .display-pc-share {
      display: flex;
    }
  }

  @media (min-width: 768px) {
    .container {
      max-width: 1140px;
    }
  }

  @media (min-width: 1340px) {
    .container {
      max-width: 1240px;
    }
  }

  @media (max-width: 768px) {
    .display-pc-share {
      display: none;
    }
  }

  span.text-wid {
    font-family: var(--primtext);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
  }
  .title-header {
    /* radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), */
    /* background-image: linear-gradient(to right,#FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 0%); */
    background:linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .btn-book-top {
    font-family: var(--primtext);
    background: var(--gold);
    color: white;
    border-radius: 3px;
    margin-left: 15px;
    padding: 8px 25px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: 5px;
    transition: all ease 500ms;
  }

  .btn-book-top:hover {
    background: #1a1a1a;
    color: white;
  }

  .smooth-slide {
    position: relative;
    bottom: 10px;
  }

  * {
    scroll-behavior: smooth;
  }

  a {
    text-decoration: unset !important;
  }
 /* ====================== Profile =================== */
 .profile {
    font-family: var(--primtext);
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
  .profile img {
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: center;
    transition: 0.3s;
    border-radius: 5px;
  }
  .profile .text h6 {
    font-weight: 700;
    letter-spacing: 0.2px;
    font-size: 18px;
  }
  .profile .text h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 1.2rem;
    letter-spacing: 0.5px;
  }
  .profile .text p {
    color: #3d3d3d;
    letter-spacing: 1px;
  }
  .profile .button .btn {
    background: var(--gold);
    color: #fff;
    border-radius: 0;
    font-size: 17px;
    letter-spacing: 0.3px;
    padding: 10px 20px;
    font-weight: 600;
    /* border: 2px solid var(--colors); */
    margin-right: 1.5rem;
    transition: 0.3s;
    margin-top: 15px;
  }
  .profile .button .btn-tr {
    background-color: transparent;
    color: #1ec3d9;
  }

  @media (max-width: 768px) {
    .profile .text h2 {
      font-size: 30px;
    }
  }
  /* ====================== Profile =================== */

  /* FB START */
  .fb_hidden {
    position: absolute;
    top: -10000px;
    z-index: 10001;
  }
  .fb_reposition {
    overflow: hidden;
    position: relative;
  }
  .fb_invisible {
    display: none;
  }
  .fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
  }
  .fb_reset > div {
    overflow: hidden;
  }
  @keyframes fb_transform {
    from {
      opacity: 0;
      transform: scale(0.95);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  .fb_animate {
    animation: fb_transform 0.3s forwards;
  }
  .fb_hidden {
    position: absolute;
    top: -10000px;
    z-index: 10001;
  }
  .fb_reposition {
    overflow: hidden;
    position: relative;
  }
  .fb_invisible {
    display: none;
  }
  .fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
  }
  .fb_reset > div {
    overflow: hidden;
  }
  @keyframes fb_transform {
    from {
      opacity: 0;
      transform: scale(0.95);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  .fb_animate {
    animation: fb_transform 0.3s forwards;
  }
  .fb_dialog {
    background: rgba(82, 82, 82, 0.7);
    position: absolute;
    top: -10000px;
    z-index: 10001;
  }
  .fb_dialog_advanced {
    border-radius: 8px;
    padding: 10px;
  }
  .fb_dialog_content {
    background: #fff;
    color: #373737;
  }
  .fb_dialog_close_icon {
    background: url(https://z-p3-static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png)
      no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 15px;
    position: absolute;
    right: 18px;
    top: 17px;
    width: 15px;
  }
  .fb_dialog_mobile .fb_dialog_close_icon {
    left: 5px;
    right: auto;
    top: 5px;
  }
  .fb_dialog_padding {
    background-color: transparent;
    position: absolute;
    width: 1px;
    z-index: -1;
  }
  .fb_dialog_close_icon:hover {
    background: url(https://z-p3-static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png)
      no-repeat scroll 0 -15px transparent;
  }
  .fb_dialog_close_icon:active {
    background: url(https://z-p3-static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png)
      no-repeat scroll 0 -30px transparent;
  }
  .fb_dialog_iframe {
    line-height: 0;
  }
  .fb_dialog_content .dialog_title {
    background: #6d84b4;
    border: 1px solid #365899;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
  }
  .fb_dialog_content .dialog_title > span {
    background: url(https://z-p3-static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif)
      no-repeat 5px 50%;
    float: left;
    padding: 5px 0 7px 26px;
  }
  body.fb_hidden {
    height: 100%;
    left: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: -10000px;
    transform: none;
    width: 100%;
  }
  .fb_dialog.fb_dialog_mobile.loading {
    background: url(https://z-p3-static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif)
      white no-repeat 50% 50%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 10001;
  }
  .fb_dialog.fb_dialog_mobile.loading.centered {
    background: none;
    height: auto;
    min-height: initial;
    min-width: initial;
    width: auto;
  }
  .fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
    width: 100%;
  }
  .fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
    background: none;
  }
  .loading.centered #fb_dialog_loader_close {
    clear: both;
    color: #fff;
    display: block;
    font-size: 18px;
    padding-top: 20px;
  }
  #fb-root #fb_dialog_ipad_overlay {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  #fb-root #fb_dialog_ipad_overlay.hidden {
    display: none;
  }
  .fb_dialog.fb_dialog_mobile.loading iframe {
    visibility: hidden;
  }
  .fb_dialog_mobile .fb_dialog_iframe {
    position: sticky;
    top: 0;
  }
  .fb_dialog_content .dialog_header {
    background: linear-gradient(from(#738aba), to(#2c4987));
    border-bottom: 1px solid;
    border-color: #043b87;
    box-shadow: white 0 1px 1px -1px inset;
    color: #fff;
    font: bold 14px Helvetica, sans-serif;
    text-overflow: ellipsis;
    text-shadow: rgba(0, 30, 84, 0.296875) 0 -1px 0;
    vertical-align: middle;
    white-space: nowrap;
  }
  .fb_dialog_content .dialog_header table {
    height: 43px;
    width: 100%;
  }
  .fb_dialog_content .dialog_header td.header_left {
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
    width: 60px;
  }
  .fb_dialog_content .dialog_header td.header_right {
    font-size: 12px;
    padding-right: 5px;
    vertical-align: middle;
    width: 60px;
  }
  .fb_dialog_content .touchable_button {
    background: linear-gradient(from(#4267b2), to(#2a4887));
    background-clip: padding-box;
    border: 1px solid #29487d;
    border-radius: 3px;
    display: inline-block;
    line-height: 18px;
    margin-top: 3px;
    max-width: 85px;
    padding: 4px 12px;
    position: relative;
  }
  .fb_dialog_content .dialog_header .touchable_button input {
    background: none;
    border: none;
    color: #fff;
    font: bold 12px Helvetica, sans-serif;
    margin: 2px -12px;
    padding: 2px 6px 3px 6px;
    text-shadow: rgba(0, 30, 84, 0.296875) 0 -1px 0;
  }
  .fb_dialog_content .dialog_header .header_center {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
  }
  .fb_dialog_content .dialog_content {
    background: url(https://z-p3-static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif)
      no-repeat 50% 50%;
    border: 1px solid #4a4a4a;
    border-bottom: 0;
    border-top: 0;
    height: 150px;
  }
  .fb_dialog_content .dialog_footer {
    background: #f5f6f7;
    border: 1px solid #4a4a4a;
    border-top-color: #ccc;
    height: 40px;
  }
  #fb_dialog_loader_close {
    float: left;
  }
  .fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
    visibility: hidden;
  }
  #fb_dialog_loader_spinner {
    animation: rotateSpinner 1.2s linear infinite;
    background-color: transparent;
    background-image: url(https://z-p3-static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
  }
  @keyframes rotateSpinner {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .fb_iframe_widget {
    display: inline-block;
    position: relative;
  }
  .fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
  }
  .fb_iframe_widget iframe {
    position: absolute;
  }
  .fb_iframe_widget_fluid_desktop,
  .fb_iframe_widget_fluid_desktop span,
  .fb_iframe_widget_fluid_desktop iframe {
    max-width: 100%;
  }
  .fb_iframe_widget_fluid_desktop iframe {
    min-width: 220px;
    position: relative;
  }
  .fb_iframe_widget_lift {
    z-index: 1;
  }
  .fb_iframe_widget_fluid {
    display: inline;
  }
  .fb_iframe_widget_fluid span {
    width: 100%;
  }
  .fb_mpn_mobile_landing_page_slide_out {
    animation-duration: 200ms;
    animation-name: fb_mpn_landing_page_slide_out;
    transition-timing-function: ease-in;
  }
  .fb_mpn_mobile_landing_page_slide_out_from_left {
    animation-duration: 200ms;
    animation-name: fb_mpn_landing_page_slide_out_from_left;
    transition-timing-function: ease-in;
  }
  .fb_mpn_mobile_landing_page_slide_up {
    animation-duration: 500ms;
    animation-name: fb_mpn_landing_page_slide_up;
    transition-timing-function: ease-in;
  }
  .fb_mpn_mobile_bounce_in {
    animation-duration: 300ms;
    animation-name: fb_mpn_bounce_in;
    transition-timing-function: ease-in;
  }
  .fb_mpn_mobile_bounce_out {
    animation-duration: 300ms;
    animation-name: fb_mpn_bounce_out;
    transition-timing-function: ease-in;
  }
  .fb_mpn_mobile_bounce_out_v2 {
    animation-duration: 300ms;
    animation-name: fb_mpn_fade_out;
    transition-timing-function: ease-in;
  }
  .fb_customer_chat_bounce_in_v2 {
    animation-duration: 300ms;
    animation-name: fb_bounce_in_v2;
    transition-timing-function: ease-in;
  }
  .fb_customer_chat_bounce_in_from_left {
    animation-duration: 300ms;
    animation-name: fb_bounce_in_from_left;
    transition-timing-function: ease-in;
  }
  .fb_customer_chat_bounce_out_v2 {
    animation-duration: 300ms;
    animation-name: fb_bounce_out_v2;
    transition-timing-function: ease-in;
  }
  .fb_customer_chat_bounce_out_from_left {
    animation-duration: 300ms;
    animation-name: fb_bounce_out_from_left;
    transition-timing-function: ease-in;
  }
  .fb_invisible_flow {
    display: inherit;
    height: 0;
    overflow-x: hidden;
    width: 0;
  }
  @keyframes fb_mpn_landing_page_slide_out {
    0% {
      margin: 0 12px;
      width: 100% - 24px;
    }
    60% {
      border-radius: 18px;
    }
    100% {
      border-radius: 50%;
      margin: 0 24px;
      width: 60px;
    }
  }
  @keyframes fb_mpn_landing_page_slide_out_from_left {
    0% {
      left: 12px;
      width: 100% - 24px;
    }
    60% {
      border-radius: 18px;
    }
    100% {
      border-radius: 50%;
      left: 12px;
      width: 60px;
    }
  }
  @keyframes fb_mpn_landing_page_slide_up {
    0% {
      bottom: 0;
      opacity: 0;
    }
    100% {
      bottom: 24px;
      opacity: 1;
    }
  }
  @keyframes fb_mpn_bounce_in {
    0% {
      opacity: 0.5;
      top: 100%;
    }
    100% {
      opacity: 1;
      top: 0;
    }
  }
  @keyframes fb_mpn_fade_out {
    0% {
      bottom: 30px;
      opacity: 1;
    }
    100% {
      bottom: 0;
      opacity: 0;
    }
  }
  @keyframes fb_mpn_bounce_out {
    0% {
      opacity: 1;
      top: 0;
    }
    100% {
      opacity: 0.5;
      top: 100%;
    }
  }
  @keyframes fb_bounce_in_v2 {
    0% {
      opacity: 0;
      transform: scale(0, 0);
      transform-origin: bottom right;
    }
    50% {
      transform: scale(1.03, 1.03);
      transform-origin: bottom right;
    }
    100% {
      opacity: 1;
      transform: scale(1, 1);
      transform-origin: bottom right;
    }
  }
  @keyframes fb_bounce_in_from_left {
    0% {
      opacity: 0;
      transform: scale(0, 0);
      transform-origin: bottom left;
    }
    50% {
      transform: scale(1.03, 1.03);
      transform-origin: bottom left;
    }
    100% {
      opacity: 1;
      transform: scale(1, 1);
      transform-origin: bottom left;
    }
  }
  @keyframes fb_bounce_out_v2 {
    0% {
      opacity: 1;
      transform: scale(1, 1);
      transform-origin: bottom right;
    }
    100% {
      opacity: 0;
      transform: scale(0, 0);
      transform-origin: bottom right;
    }
  }
  @keyframes fb_bounce_out_from_left {
    0% {
      opacity: 1;
      transform: scale(1, 1);
      transform-origin: bottom left;
    }
    100% {
      opacity: 0;
      transform: scale(0, 0);
      transform-origin: bottom left;
    }
  }
  @keyframes slideInFromBottom {
    0% {
      opacity: 0.1;
      transform: translateY(100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes slideInFromBottomDelay {
    0% {
      opacity: 0;
      transform: translateY(100%);
    }
    97% {
      opacity: 0;
      transform: translateY(100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /* FB END */
  /* SLIDE */
  .slideshow {
    position: relative;
    z-index: 1;
    height: 100vh;
    overflow: hidden;
  }

  @keyframes moveRight {
    0% {
      background-position: -1920px 100%;
    }

    100% {
      background-position: 0 100%;
    }
  }

  .slider .item {
    height: 100%;
    position: relative;
    z-index: 1;
    background: #000;
  }

  .slider .item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    opacity: 0.6;
  }

  .slider .item:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 180px;
    transform: rotate(180deg);
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    opacity: 0.7;
  }

  .img-slide {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 1;
  }

  .slider-tt {
    position: absolute;
    top: 29%;
    left: 0;
    width: 60%;
    right: 0;
    text-align: center;
    margin: auto;
    z-index: 100;
  }

  .slider-tt h1,
  .slider-tt h2 {
    font-family: var(--primtext);
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0px;
    font-size: 50px;
    line-height: 70px;
    /* text-shadow: 0 0 15px rgba(0, 0, 0, 0.3607843137); */
    /* outline: 1px solid #fff; */
    /* -webkit-text-stroke-width: 0.5px; */
    /* -webkit-text-stroke-color: #5d4a1f; */
    margin: auto;
    margin-bottom: 10px;
  }

  .slider-tt p {
    font-family: var(--primtext);
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 300 !important;
  }

  .slider-tt .btn-slide1 {
    background: var(--gold);
    color: #fff;
    border-radius: 0;
    padding: 12px 30px;
    margin-top: 30px;
    font-family: var(--primtext);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    transition: all ease 500ms;
  }

  .slider-tt .btn-slide1:hover {
    background: white;
    color: black;
    border-color: #fff;
  }

  .slider-tt .btn-slide2 {
    background: var(--gold);
    color: #fff;
    border-radius: 0;
    padding: 12px 30px;
    margin-top: 30px;
    font-family: var(--primtext);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    transition: all ease 500ms;
  }

  .slider-tt .btn-slide2:hover {
    background: white;
    color: black;
    border-color: #fff;
  }

  @media (min-width: 768px) {
    .slider-tt h1,
    .slider-tt h2 {
      width: 95%;
    }
  }

  @media (min-width: 1340px) {
    .slider-tt h1,
    .slider-tt h2 {
      width: 87%;
    }
  }

  @media (max-width: 768px) {
    .img-slide {
      height: 80vh;
      opacity: 0.7;
    }

    .slideshow {
      height: 100%;
      margin-top: 0;
    }

    .slider-tt {
      top: 23%;
      width: 95%;
    }

    .slider-tt h1,
    .slider-tt h2 {
      font-weight: 800;
      letter-spacing: 1px;
      font-size: 28px;
      line-height: 43px;
      margin-bottom: 5px;
    }

    .slider-tt .btn-slide1 {
      display: none;
    }

    .slider-tt .btn-slide2 {
      border-radius: 100px;
      padding: 10px 20px;
      margin-top: 20px;
      font-size: 12px;
    }

    .slider-tt a {
      padding: 10px 25px;
      margin-top: 10px;
      font-size: 13px;
    }

    .slider-tt p {
      font-size: 16px;
      font-weight: 400 !important;
    }
  }
  /* SLIDE */
  /* ================= Product ===================  */
  .product {
    font-family: var(--primtext);
    padding-top: 10vh;
    padding-bottom: 8vh;
  }
  .product h6 {
    font-weight: 400;
    letter-spacing: 0.2px;
    font-size: 18px;
  }
  .product h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 1.2rem;
    letter-spacing: 0.5px;
    margin-bottom: 3rem;
  }
  .product .card {
    overflow: hidden;
    border-radius: 0;
    position: relative;
  }

  .product .card:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 380px;
    transform: rotate(180deg);
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    opacity: 0.7;
  }

  .product .card img {
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: all ease 500ms;
  }
  .product .card .card-img-overlay .text {
    width: 80%;
    padding-bottom: 2rem;
    position: relative;
    z-index: 1;
  }

  .product .card h5 {
    font-weight: 700;
    text-transform: none;
    font-size: 30px;
    letter-spacing: 0.5px;
    line-height: 40px;
  }

  .product .card p {
    color: #f1f1f1;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    font-weight: 300;
  }

  .product .btn {
    /* background-color: #f1f1f1; */
    background: var(--gold);
    border-radius: 0;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    transition: all ease 500ms;
  }

  .product .btn:hover {
    background: black;
    color: white;
  }

  .product .card:hover img {
    transform: scale(1.1);
    transition: 0.3s;
  }
  @media screen and (max-width: 1025px) {
    .product .card .card-img-overlay .text {
      width: 95%;
    }
    .product .card h5 {
      font-weight: 700;
      text-transform: none;
      font-size: 24px;
      letter-spacing: 0.5px;
    }
    .product .card p {
      font-size: 15px;
    }
  }

  @media (max-width: 768px) {
    .product h2 {
      font-size: 30px;
    }
  }
  /* ================= Product ===================  */
   /* ================= Why Us ====================  */
   .why-us {
    font-family: var(--primtext);
    padding-bottom: 5vh;
  }
  .why-us h6 {
    font-weight: 00;
    letter-spacing: 0.2px;
    font-size: 18px;
  }
  .why-us h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 1.2rem;
    letter-spacing: 0.5px;
    margin-bottom: 3rem;
  }
  .why-us .card {
    box-shadow: 10px 10px 10px #00000009, -10px -10px 10px #00000005;
    border: none;
  }
  .why-us .card img {
    aspect-ratio: 6/1;
    object-fit: contain;
    margin-top: 1.5rem;
    filter: grayscale(100%);
  }
  .why-us .card h5 {
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.5px;
  }
  .why-us .card p {
    letter-spacing: 1px;
    font-weight: 300;
  }

  @media (max-width: 768px) {
    .why-us h2 {
      font-size: 30px;
    }
  }
  /* ================= Why Us ====================  */
  /* ================= Contact ===================  */
  .contact {
    min-height: 70vh;
    position: relative;
    font-family: var(--primtext);
  }
  .contact .background {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.55);
    position: absolute;
  }
  .contact .container {
    z-index: 5;
    height: 100%;
    position: relative;
  }
  .contact h6 {
    font-weight: 400;
    letter-spacing: 0.2px;
    font-size: 18px;
    color: #f1f1f1;
    margin-bottom: 20px;
  }
  .contact h2 {
    font-weight: 800;
    font-size: 38px;
    margin-bottom: 1.2rem;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    color: #ffffff;
  }
  .contact p {
    color: #f1f1f1;
    font-size: 17px;
    letter-spacing: 0.8px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 2rem;
  }
  .contact .btn {
    background: var(--gold);
    border-radius: 0;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    transition: all ease 500ms;
  }

  .contact .btn:hover {
    background-color: black;
    color: white;
  }

  @media (max-width: 768px) {
    .contact h2 {
      font-size: 30px;
    }
  }
  /* ================= Contact ===================  */
  .wrap-review {
    padding: 1.8em 2em 2.6em;
    box-shadow: 0 0 14px 5px rgb(220 230 237 / 75%);
    position: relative;
    text-align: center;
    background-color: white;
    font-family: var(--primtext);
  }

  .title-product span {
    font-weight: 00;
    letter-spacing: 0.2px;
    font-size: 18px;
    font-family: var(--primtext);
    display: block;
    margin-bottom: 15px;
  }

  .title-product h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 1.2rem;
    letter-spacing: 0.5px;
    margin-bottom: 3rem;
    font-family: var(--primtext);
  }

  @media (max-width: 768px) {
    .title-product h2 {
      font-size: 30px;
    }
  }

  .wrap-review p {
    font-family: var(--primtext);
    color: #777;
    font-size: 15px;
    line-height: 29px;
    font-weight: 400;
    letter-spacing: 0.1px;
  }

  .wrap-guest {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: -40px;
  }

  .wrap-guest i {
    height: 55px;
    width: 55px;
    background: var(--colors);
    color: white;
    font-size: 27px;
    line-height: 2;
    margin-bottom: 15px;
    border-radius: 100px;
  }

  .wrap-guest h3 {
    font-family: var(--primtext);
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--colors);
  }

  .wrap-guest span {
    font-family: var(--primtext);
    font-size: 13px;
    letter-spacing: 0.5px;
  }

  .wrap-guest img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    padding: 0.25em;
    border: 1px solid #ddd;
    object-fit: cover;
    margin: auto;
    margin-bottom: 10px;
  }

  .slide-fix {
    padding-top: 10px;
  }

  .wrap-why {
    padding: 35px 18px 28px;
    background: white;
    box-shadow: 0 0 87px 5px rgb(220 230 237 / 75%);
    border-radius: 5px;
    margin-bottom: 15px;
  }

  .col33 {
    text-align: center;
    align-self: center;
  }

  .wspan {
    font-family: var(--primtext);
    font-size: 17px;
    font-weight: 500;
    color: #444;
    display: block;
    margin-bottom: 15px;
  }

  .wsub {
    font-family: var(--primtext);
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    color: #444;
  }

  .wtit {
    font-family: var(--primtext);
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.1px;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    color: var(--colors);
  }

  @media (max-width: 768px) {
    .slide-fix {
      position: relative;
      z-index: 99;
      overflow-y: scroll;
    }

    .wspan {
      font-size: 13px;
      font-weight: 500;
      color: #444;
      display: block;
      margin-bottom: 8px;
    }

    .wrap-review p {
      color: #555;
      font-size: 13px;
      line-height: 27px;
      font-weight: 400;
      letter-spacing: 0.1px;
    }

    .wtit {
      text-transform: capitalize;
      font-weight: 700;
      letter-spacing: 0.1px;
      font-size: 35px;
      line-height: 45px;
      margin-bottom: 15px;
      color: var(--colors);
    }

    .wsub {
      font-size: 13px;
      line-height: 24px;
      color: #444;
    }
  }

  .wrap-slidelide.slick-slide {
    margin: 10px 20px !important;
  }

  .wrap-review h3 {
    font-family: "Raleway";
    text-transform: unset;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 21px;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  /* ==================== Footer =================== */
  .footer {
    padding: 3rem 0 0 !important;
    position: relative;
    font-family: var(--primtext);
}

.footer .background {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.04;
    background-size: cover;
    background-position: bottom;
}

.footer .logo-footer {
    height: 90px;
    margin-top: 2rem;
}

.footer .container {
    z-index: 5;
    position: relative;
}

.footer h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 18px;
    letter-spacing: 0.8px;
    font-weight: 800;
}

.footer p {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.footer a {
    text-decoration: none !important;
    transition: 0.3s;
}

.footer .text-foot a {
    letter-spacing: 1px;
    color: #f1f1f1;
}

.footer .menu-ft p {
    margin-bottom: 0.8rem;
}

.foot {
    padding: 1.4rem;
    background-color: #000;
    position: relative;
    z-index: 5;
}

.foot p {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
}

html .scroll-to-top.visible {
    display: none;
}

/* ==================== Footer =================== */
/* .gold {
    background: var(--gold) !important;
} */
