/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* @font-face {
  font-family: Lato;
  src: url(/font/myriad_sv/Lato-Regular.ttf);
}

@font-face {
  font-family: 'Adobe Garamond Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Adobe Garamond Pro Regular'), url('/font/garamond-pro/AGaramondPro-Regular.woff') format('woff');
} */

@font-face {
  font-family: "Arkhip Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Arkhip Regular"),
    url("../font/arkhip/Arkhip_font.woff") format("woff");
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0a2d52;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: "Lato";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0 0 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-family: "Arkhip Regular", sans-serif;
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 1.5rem;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Lato", sans-serif;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr
    /* rtl:ignore */
  ;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

a {
  color: #ac7f55;
}

td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

iframe {
  border: 0;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  line-height: 1.3;
  font-size: 18px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container,
.container-fluid,
.container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.container-welcome {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.logo-mobile {
  width: 80%;
  /* height: 100px; */
  /* left: 0; */
  /* justify-content: center; */
  /* align-items: center; */
  overflow: hidden;
  display: none;
}

.logo-mobile img {
  width: 60%;
  /* height: 60px; */
  /* object-fit: cover; */
}

@media (min-width: 0px) {
  .container-xl.navbar-full {
    padding: 0 0.5rem 0 0;
    height: 100px;
    margin-top: -1rem;
    margin-bottom: 0.7rem;
  }

  .logo-mobile {
    display: flex;
    width: 80%;
  }
}

@media (min-width: 390px) {
  .container-xl.navbar-full {
    padding: 0 0.5rem 0 0;
    height: 100px;
    margin-top: -1rem;
    margin-bottom: 0.7rem;
  }

  .logo-mobile {
    display: flex;
    width: 60%;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .container-xl.navbar-full {
    max-width: 100%;
    padding: 0 1.5rem 0 0;
  }

  .logo-mobile {
    display: flex;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .container-xl.navbar-full {
    max-width: 100%;
    padding: 0 3rem 0 3rem;
  }

  .container {
    max-width: 720px;
  }

  .logo-mobile {
    display: flex;
    width: 40%;
  }
}

@media (min-width: 992px) {
  .container-xl.navbar-full {
    max-width: 100%;
    padding: 2rem 3rem 0 3rem;
  }

  .container {
    max-width: 960px;
  }

  .logo-mobile {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container-xl.navbar-full {
    max-width: 100%;
    padding: 2rem 3rem 0 3rem;
  }

  .container,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1300px) {
  .container-xl.navbar-full {
    max-width: 100%;
    padding: 0 0 3rem 0 3rem;
  }

  .container {
    max-width: 1320px;
  }

  .container-xl {
    max-width: 100%;
  }
}

.row {
  /* --bs-gutter-x: 1.5rem; */
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.row-img-gallery {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row-img-gallery>* {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  /* padding-right: 0.75rem;
  padding-left: 0.75rem; */
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.g-0 {
  --bs-gutter-x: 0;
}

.g-0 {
  --bs-gutter-y: 0;
}

.g-3 {
  --bs-gutter-x: 1rem;
}

.g-3 {
  --bs-gutter-y: 1rem;
}

@media (min-width: 400px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .g-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

/* @media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
} */

@media (min-width: 1355px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  line-height: 2;
}

.table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--bs-table-accent-bg)),
      to(var(--bs-table-accent-bg)));
  background-image: -webkit-linear-gradient(var(--bs-table-accent-bg),
      var(--bs-table-accent-bg));
  background-image: -o-linear-gradient(var(--bs-table-accent-bg),
      var(--bs-table-accent-bg));
  background-image: linear-gradient(var(--bs-table-accent-bg),
      var(--bs-table-accent-bg));
  border-bottom-width: 1px;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: currentColor;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  /* background-color: #fff; */
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  -webkit-transition: background-color 0.15s ease-in-out,
    background-position 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out,
    background-position 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out,
    background-position 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out,
    background-position 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out,
    background-position 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  opacity: 0.5;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu[style] {
  right: auto !important;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* .navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
} */

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 20px;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-collapse {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
  box-shadow: 0 0 0 0.25rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast:not(.showing):not(.show) {
  opacity: 0;
}

.toast.hide {
  display: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0
    /* rtl:ignore */
  ;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg)
      /* rtl:ignore */
    ;
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg)
      /* rtl:ignore */
    ;
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.border-0 {
  border: 0 !important;
}

.border-0 {
  border-width: 0 !important;
}

.w-100 {
  width: 100% !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 2.5rem !important;
}

.me-6 {
  margin-right: 3.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.my-5 {
  margin-top: 1rem !important;
  margin-bottom: 1.5rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-6 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.mr-2 {
  margin-right: 1 !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mr-3 {
  margin-right: 1.5 !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.text-center {
  text-align: center !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-white {
  background-color: #fff !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.rounded {
  border-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}

body {
  font-family: "Lato", sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #929291;
}

a,
button {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* color: #ac7f55; */
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}

span,
p,
li {
  font-family: "Lato", sans-serif;
}

a:hover,
a:focus,
button:hover,
button:focus {
  text-decoration: none;
  color: #fff;
  outline: none !important;
}

.thailife-navbar-light {
  background: transparent !important;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0;
}

.text-navbar-toggle {
  color: #fff !important;
  margin-right: 1rem;
}

.text-nowrap{
  white-space: nowrap !important;
}

@media (max-width: 991.98px) {
  .thailife-navbar-light {
    background: #222222 !important;
    position: relative;
    top: 0;
  }
}

.thailife-navbar-light .navbar-brand {
  color: #fff;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.thailife-navbar-light .navbar-brand:hover,
.thailife-navbar-light .navbar-brand:focus {
  color: #000000 !important;
}

@media (max-width: 767.98px) {
  .thailife-navbar-light .navbar-brand {
    color: #fff;
  }

  .thailife-navbar-light .navbar-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 0;
  }
}

.thailife-navbar-light .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.thailife-navbar-light .navbar-nav>.nav-item>.nav-link {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.thailife-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.thailife-navbar-light .navbar-nav>.nav-item>.nav-link span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}

@media (max-width: 991.98px) {
  .thailife-navbar-light .navbar-nav>.nav-item>.nav-link span {
    display: inline-block;
  }
}

@media (max-width: 991.98px) {
  .thailife-navbar-light .navbar-nav>.nav-item>.nav-link {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1rem;
    margin-top: 20px;
    padding-top: 0;
    color: #fff;
  }
}

.thailife-navbar-light .navbar-nav>.nav-item>.nav-link.active {
  color: #fff !important;
}

@media (max-width: 767.98px) {
  .thailife-navbar-light .navbar-nav>.nav-item.active>a {
    color: #fff;
    background: transparent;
  }
}

.thailife-navbar-light .btn-custom {
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 10px;
  color: #fff;
  border-radius: 2px;
}

.thailife-navbar-light .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, 0.9) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.thailife-navbar-light .navbar-toggler:hover,
.thailife-navbar-light .navbar-toggler:focus {
  text-decoration: none;
  color: #c89f2f;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.carousel-testimony span,
.carousel-testimony p {
  font-family: "Lato", sans-serif !important;
}

.hero-wrap {
  height: 100vh;
  min-height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 0;
  -webkit-background-size: cover;
  -webkit-background-attachment: fixed;
}

.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background: #222222;
  z-index: -1;
}

.hero-wrap.hero-wrap-2 {
  min-height: auto;
  height: 600px;
}

.hero-wrap.hero-wrap-2 .overlay {
  opacity: 0.4;
}

.hero-wrap.hero-wrap-2 .slider-text {
  min-height: auto;
  /* height: 500px; */
}

.hero-wrap .slider-text {
  /* height: 100vh; */
  min-height: 500px;
  color: rgba(255, 255, 255, 0.8);
  z-index: 3;
}

.hero-wrap .slider-text .subheading {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
}

.hero-wrap .slider-text h1,
.hero-wrap .slider-text .h1 {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  line-height: 1.2;
}

@media (max-width: 767.98px) {

  .hero-wrap .slider-text h1,
  .hero-wrap .slider-text .h1 {
    font-size: 40px;
  }
}

@media (max-width: 575.98px) {
  .hero-wrap .slider-text .btn {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}

.hero-wrap .slider-text .breadcrumbs {
  font-size: 14px;
  margin-bottom: 10px;
  z-index: 99;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.hero-wrap .slider-text .breadcrumbs span {
  color: rgba(255, 255, 255, 0.8);
}

.hero-wrap .slider-text .breadcrumbs span i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.hero-wrap .slider-text .breadcrumbs span a {
  color: rgba(255, 255, 255, 0.8);
}

.hero-wrap .slider-text .breadcrumbs span a:hover,
.hero-wrap .slider-text .breadcrumbs span a:focus {
  color: #c89f2f;
}

.hero-wrap .slider-text .breadcrumbs span a:hover i,
.hero-wrap .slider-text .breadcrumbs span a:focus i {
  color: #c89f2f;
}

.hero-wrap .slider-text .bread {
  font-weight: 400;
  color: #fff;
  font-size: 70px;
}

@media (min-width: 390px) {
  .hero-wrap {
    background-attachment: scroll;
  }

  .hero-wrap.hero-wrap-2 {
    height: 60vh;
    min-height: 100%;
  }
}

@media (min-width: 1200px) {
  /* .hero-wrap {
    background-attachment: fixed;
  } */
}

.bg-light {
  background: #f8f8f8 !important;
}

.bg-darken {
  background: #222222 !important;
}

.btn {
  padding: 13px 25px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.418);
  color: rgba(255, 255, 255, 0.658);
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s ease;
  /* border-radius: 6px; */
  text-transform: uppercase;
}

.container-welcome-text .btn-discovery {
  color: #323232;
}

.container-welcome-text a {
  text-decoration: underline !important;
  text-underline-offset: 8px;
  font-weight: 600;
}

.container-welcome-text a:hover {
  color: #c6aa77;
  cursor: pointer;
}

.text-primary {
  color: #caad7a;
}

.btn-primary {
  background: #caad7a !important;
  border: 1px solid #caad7a !important;
  color: #fff !important;
}

.btn-primary span {
  color: #fff !important;
  font-size: 16px;
  line-height: 1;
  margin-left: 10px;
  letter-spacing: 50;
}

.btn-primary:hover {
  background: #ab8545 !important;
  border: 1px solid #ab8545 !important;
  color: #fff !important;
  text-transform: uppercase;
}

.btn-white {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #000000 !important;
}

.btn-white:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-white.btn-outline-white {
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  background: transparent !important;
  color: #fff !important;
}

.btn.btn-white.btn-outline-white:hover {
  border: 1px solid transparent !important;
  background: #fff !important;
  color: #000000 !important;
}

.form-control {
  height: 45px;
  /* background: #fff; */
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-ms-input-placeholder {
  /* IE 0+ */
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:focus,
.form-control:active {
  border-color: #c6aa77 !important;
}

textarea.form-control {
  height: inherit !important;
}

.thailife-booking {
  margin-top: -80px;
}

.img-wrap {
  padding: 20px;
}

.thailife-section-welcome .front-img {
  border-radius: 30px 0px 30px 0px;
  position: absolute;
  width: 50%;
  transform: translateX(-5.2rem);
  -webkit-transform: translateX(-5.2rem);
  -moz-transform: translateX(-5.2rem);
  -ms-transform: translateX(-5.2rem);
  -o-transform: translateX(-5.2rem);
  transition: all 0.2s ease-in-out;
}

.thailife-section-welcome .front-img:hover {
  transform: scale(1.01) translateX(-5.3rem);
  -webkit-transform: scale(1.01) translateX(-5.3rem);
  -moz-transform: scale(1.01) translateX(-5.3rem);
  -ms-transform: scale(1.01) translateX(-5.3rem);
  -o-transform: scale(1.01) translateX(-5.3rem);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.1);
}

.thailife-section-welcome .overlay-img {
  border-radius: 0 0 0 30px;
  position: absolute;
  width: 48%;
  transform: translateX(-7.2rem) translateY(2.2rem);
  -webkit-transform: translateX(-7.2rem) translateY(2.2rem);
  -moz-transform: translateX(-7.2rem) translateY(2.2rem);
  -ms-transform: translateX(-7.2rem) translateY(2.2rem);
  -o-transform: translateX(-7.2rem) translateY(2.2rem);
}

.home-img .image-container .fix {
  border-radius: 30px 0 30px 0;
  position: absolute;
  transform: translateX(-50.5em) translateY(-11em);
  border: 20px solid #fbf8f3;
  width: 30%;
  transition: all 0.2s ease-in-out;
}

.home-img .image-container .fix:hover {
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.1);
  /* opacity: .9; */
}

.home-img .image-container .full {
  transition: all 0.2s ease-in-out;
}

.home-img .image-container .full:hover {
  opacity: 0.9;
}

@media (max-width: 1400px) {
  .home-img .image-container .fix {
    transform: translateX(-30.5em) translateY(-11em);
  }
}

@media (max-width: 430px) {
  .home-img .image-container .fix {
    display: none;
  }

  .image-container {
    margin: 0;
  }
}

@media (max-width: 1200px) {
  .home-img .image-container .fix {
    display: none;
  }
}

@media (max-width: 768px) {
  .img-wrap {
    padding-bottom: 23rem;
  }

  .thailife-section-welcome .front-img {
    transform: translateX(-9.2rem);
    width: 46%;
    -webkit-transform: translateX(-9.2rem);
    -moz-transform: translateX(-9.2rem);
    -ms-transform: translateX(-9.2rem);
    -o-transform: translateX(-9.2rem);
  }

  .thailife-section-welcome .overlay-img {
    border-radius: 0 0 0 30px;
    width: 45%;
    transform: translateX(-10.5rem) translateY(1.2rem);
    -webkit-transform: translateX(-10.5rem) translateY(1.2rem);
    -moz-transform: translateX(-10.5rem) translateY(1.2rem);
    -ms-transform: translateX(-10.5rem) translateY(1.2rem);
    -o-transform: translateX(-10.5rem) translateY(1.2rem);
  }
}

@media (max-width: 430px) {
  .img-wrap {
    padding-bottom: 27rem;
  }

  .thailife-section-welcome .front-img {
    transform: translateX(-8.2rem);
    width: 75%;
    -webkit-transform: translateX(-8.2rem);
    -moz-transform: translateX(-8.2rem);
    -ms-transform: translateX(-8.2rem);
    -o-transform: translateX(-8.2rem);
  }

  .thailife-section-welcome .overlay-img {
    border-radius: 0 0 0 30px;
    width: 73%;
    transform: translateX(-9.5rem) translateY(1.2rem);
    -webkit-transform: translateX(-9.5rem) translateY(1.2rem);
    -moz-transform: translateX(-9.5rem) translateY(1.2rem);
    -ms-transform: translateX(-9.5rem) translateY(1.2rem);
    -o-transform: translateX(-9.5rem) translateY(1.2rem);
  }
}

.img-wrap .img {
  width: 100%;
  height: 600px;
  z-index: 0;
}

.room-wrap .slider-item {
  border-radius: 50px 0 50px 0;
}

@media (max-width: 575.98px) {
  .room-wrap .img {
    height: 45vh !important;
  }

  .room-wrap-detail .img {
    height: 25vh;
  }
}

.thailife-room-section {
  position: relative;
  z-index: 0;
}

.thailife-room-section .tns-outer {
  position: relative;
  padding-bottom: 3em !important;
}

.thailife-room-section .tns-ovh {
  padding: 2em 0 0 0;
}

.thailife-room-section .tns-controls {
  text-align: center;
  margin-bottom: 10px;
}

.thailife-room-section .tns-nav {
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.thailife-room-section .tns-nav>[aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

.thailife-room-section .tns-outer [aria-controls],
.thailife-room-section .tns-outer [data-action] {
  cursor: pointer;
}

.thailife-room-section .tns-nav>.tns-nav-active {
  background: #999;
}

.about-developer {
  padding: 6rem 20rem 1.5rem 20rem !important;
}

.about-developer-2 {
  padding: 5rem 27rem 5rem 27rem !important;
}

.about-developer img {
  width: 50%;
  /* width: 90%; */
  transition: all 0.2s ease-in-out;
}

.about-developer-2 .building {
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.about-developer img:hover {
  opacity: 0.95;
  box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.1);
}

.about-developer-2 .building:hover {
  opacity: 0.95;
  box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1366px) {
  /* .about-developer img {
    width: 95%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  } */

  .about-developer {
    padding: 6rem 2rem 2rem 2rem !important;
  }

  .about-developer-2 {
    padding: 0 2rem 2rem 2rem !important;
  }

  .about-developer .container {
    margin-top: 2rem;
  }
}

@media (max-width: 430px) {

  .about-developer,
  .about-developer-2 {
    padding: 0 2rem 2rem 2rem !important;
  }

  .about-developer img {
    width: 100%;
  }

  .about-developer .container {
    margin-top: 0;
  }
}

.img-cuisine {
  position: relative;
  z-index: 0;
}

.img-cuisine:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.4;
  background: #222222;
  z-index: -1;
}

.img-cuisine .icon {
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  height: 120px;
  border-radius: 5px;
  background: #c89f2f;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
}

.img-cuisine .icon span {
  color: #fff;
  font-size: 60px;
}

@media (max-width: 1199.98px) {
  .img-cuisine {
    height: 300px;
    width: 100%;
  }

  .img-cuisine .icon {
    right: 50%;
    margin-right: -50px;
  }
}

.list {
  padding: 0;
}

.list li {
  list-style: none;
}

.list li span {
  color: #222222;
}

.rate i {
  color: #c89f2f;
  margin: 0 4px;
}

.thailife-section {
  padding: 4em 8em 4em 8em;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fbf8f3;
}

.thailife-section-villa-plan {
  padding: 6em 8em 2em 8em;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fbf8f3;
}

.thailife-section-plan {
  padding: 0 8em 4em 8em;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fbf8f3;
}

.location {
  padding: 8em 8em 4em 8em;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fbf8f3;
}

.location-home {
  padding: 8em 8em 4em 8em;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fbf8f3;
}

.features {
  padding-top: 6rem;
}

.master-plan {
  padding-top: 1rem;
  /* padding-top: 6rem; */
}

.location-home .map {
  width: 100%;
  margin-right: 3rem;
  transition: all 0.2s ease-in-out;
  border-radius: 80px 0 80px 0;
  -webkit-border-radius: 80px 0 80px 0;
  -moz-border-radius: 80px 0 80px 0;
  -ms-border-radius: 80px 0 80px 0;
  -o-border-radius: 80px 0 80px 0;
}

.location-home .map:hover {
  opacity: 0.95;
  box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.1);
}

.location .map {
  width: 100%;
  margin-right: 3rem;
  transition: all 0.2s ease-in-out;
  border-radius: 80px 0 80px 0;
  -webkit-border-radius: 80px 0 80px 0;
  -moz-border-radius: 80px 0 80px 0;
  -ms-border-radius: 80px 0 80px 0;
  -o-border-radius: 80px 0 80px 0;
}

.location .map:hover {
  opacity: 0.95;
  box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.1);
}

.thailife-section-welcome {
  padding: 8em 8em 20em 8em;
  justify-content: center;
  width: 100%;
}

@media (max-width: 992px) {
  .thailife-section-welcome {
    padding: 6em 3em 6em 3em;
  }

  .thailife-section {
    padding: 3em 3em 1em 3em;
  }

  .thailife-section-villa-plan {
    padding: 3em 3em 1em 3em;
  }

  .thailife-section-plan {
    padding: 0 3em 3em 3em;
  }

  .location .map {
    padding-right: 0;
  }

  .location-home .map {
    padding-right: 0;
  }
}

@media (max-width: 430px) {
  .thailife-section-welcome {
    padding: 4rem 2rem 6rem 2rem;
  }

  .features {
    padding-top: 0;
    padding-bottom: 0;
  }

  .thailife-section .master-plan {
    padding-top: 0;
    padding-bottom: 0;
  }

  .thailife-section .faciltiies {
    margin-top: 0;
  }
}

.location p {
  color: #929291;
}

.location-home p {
  color: #929291;
}

.master-plan p {
  color: #929291;
  padding-bottom: 3rem;
}

.location .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 2rem 0 2rem 0;
  padding: 20px;
  max-width: 800px;
}

.location-home .grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 2rem 0 2rem 0;
  padding: 20px;
  /* max-width: 800px; */
}

@media (max-width: 1200px) {
  .location .grid-container {
    padding: 0 0 0 10rem;
    max-width: auto;
    margin: 1rem 0 0 0;
  }
}

@media (max-width: 430px) {
  .location .grid-container {
    display: block;
    margin: 0;
    padding: 2rem 0 2rem 0;
  }

  .location p {
    padding-bottom: 0;
  }

  .location-home .grid-container {
    display: block;
    margin: 0;
    padding: 2rem 0 2rem 0;
  }

  .location-home p {
    padding-bottom: 0;
  }

  .master-plan p {
    padding-bottom: 0;
  }

  .location .icon-left {
    padding-top: 2rem;
  }

  .location .icon-right {
    padding-bottom: 2rem;
  }

  .location-home .icon-left {
    padding-top: 2rem;
  }

  .location-home .icon-right {
    padding-bottom: 2rem;
  }
}

.location .grid-item {
  display: flex;
  /* align-items: center; */
  padding: 15px;
  border-radius: 10px;
}

.location .icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  padding: 8px 8px 8px 8px;
  border-radius: 10px 0 10px 0;
  color: #fff;
  background: linear-gradient(90deg,
      rgba(215, 185, 145, 1) 0%,
      rgba(195, 166, 110, 1) 100%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.location .info {
  display: flex;
  flex-direction: column;
}

.location .info h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #3a3a3a;
}

.location .info p {
  margin: 0;
  font-size: 16px;
  color: #a08760;
  line-height: 1;
}

.location .info p strong {
  font-size: 36px;
  color: #b48b5b;
}

.location-home .grid-item {
  display: flex;
  /* align-items: center; */
  padding: 15px;
  border-radius: 10px;
}

.location-home .icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  padding: 8px 8px 8px 8px;
  border-radius: 10px 0 10px 0;
  color: #fff;
  background: linear-gradient(90deg,
      rgba(215, 185, 145, 1) 0%,
      rgba(195, 166, 110, 1) 100%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.location-home .info {
  display: flex;
  flex-direction: column;
}

.location-home .info h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #3a3a3a;
}

.location-home .info p {
  margin: 0;
  font-size: 16px;
  color: #a08760;
  line-height: 1;
}

.location-home .info p strong {
  font-size: 36px;
  color: #b48b5b;
}

.master-plan img {
  border-radius: 80px 0 80px 0;
  width: 70%;
  /* padding-right: 3rem; */
  transition: all 0.2s ease-in-out;
}

.master-plan img:hover {
  opacity: 0.95;
  box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 430px) {
  .master-plan img {
    padding-right: 0;
    border-radius: 40px 0 40px 0;
  }

  .location {
    padding: 0 2rem 3rem 2rem;
  }

  .location-home {
    padding: 0 2rem 3rem 2rem;
  }
}

.thailife-section-step {
  padding: 0;
  max-width: 100%;
  justify-content: center;
  width: 100%;
}

.thailife-section-gallery {
  padding: 2em 3em 4em 3em;
  position: relative;
  width: 100%;

  /* overflow-x: hidden; */
  background-color: #f3eee8;
}

.thailife-map-detail-section {
  padding: 2em 3em 4em 3em;
  position: relative;
  width: 100%;
  background-color: #f3eee8;
}

@media (max-width: 575.98px) {
  .thailife-section-gallery {
    padding: 2em 0 4em;
  }

  .thailife-map-detail-section {
    padding: 2em 0 4em;
  }
}

.thailife-map-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.thailife-no-pt {
  padding-top: 0 !important;
}

.thailife-no-pb {
  padding-bottom: 0 !important;
}

.thailife-intro {
  color: rgba(255, 255, 255, 0.8);
  z-index: 0;
  position: relative;
  padding: 6em 0;
}

.thailife-intro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.9;
  background: #222222;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .thailife-intro {
    background-position: center center !important;
  }
}

.thailife-intro .subheading {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  color: #c89f2f;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.thailife-intro h1,
.thailife-intro .h1 {
  color: #fff;
  font-weight: 400;
}

.thailife-intro h2,
.thailife-intro .h2 {
  color: #fff;
  font-weight: 400;
  font-size: 40px !important;
}

@media (max-width: 575.98px) {

  .thailife-intro h2,
  .thailife-intro .h2 {
    font-size: 20px;
  }
}

.thailife-intro h2 span,
.thailife-intro .h2 span {
  background: #c89f2f;
}

.thailife-gallery {
  position: relative;
  background-color: #fbf8f3;
  padding: 6em 8em 5em 8em;
  /* z-index: 100; */
}

.thailife-footer {
  padding: 5em 0 0 0;
  background: #c6aa77;
  /* background-image: linear-gradient(180deg, #c69a2d 100%, #dbac35 0%); */
  color: rgba(255, 255, 255, 0.7);
}

.thailife-footer .logo a {
  position: relative;
  text-decoration: none;
}

.thailife-footer .thailife-footer-widget h2,
.thailife-footer .thailife-footer-widget .h2 {
  color: #fff;
  /* margin-bottom: 40px; */
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

/* .thailife-footer .thailife-footer-widget ul li {
  margin-bottom: 10px;
} */

.thailife-footer .thailife-footer-widget ul li a,
.thailife-footer .thailife-footer-widget ul li p,
.thailife-footer .thailife-footer-widget ul li span {
  color: rgba(255, 255, 255, 0.7);
}

.thailife-footer .thailife-footer-widget ul li a span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.thailife-footer .thailife-footer-widget ul li a:hover {
  color: #fff;
}

.thailife-footer .thailife-footer-widget ul li a:hover span {
  color: #c89f2f;
}

.thailife-footer .thailife-footer-widget .btn-primary {
  background: #fff !important;
  border: 2px solid #fff !important;
}

.thailife-footer .thailife-footer-widget .btn-primary:hover {
  background: #fff;
  border: 2px solid #fff !important;
}

.thailife-footer .block-23 ul {
  padding: 0;
}

.thailife-footer .block-23 ul li {
  /* font-size: 15px; */
}

.thailife-footer .block-23 ul li,
.thailife-footer .block-23 ul li>a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
  /* font-size: 15px; */
}

.thailife-footer .block-23 ul li span {
  color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.thailife-footer .block-23 ul li .icon,
.thailife-footer .block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.8) !important;
}

.thailife-footer .block-23 ul li .icon {
  width: 40px;
  font-size: 15px;
  padding-top: 2px;
  color: #fff !important;
}

.thailife-footer .bg-gold {
  background: #a78021 !important;
}

.bg-main {
  background-color: #f3eee8;
}

.thailife-footer-social li {
  list-style: none;
  margin: 0 5px 0 0;
  display: inline-block;
}

.thailife-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  color: #c89f2f;
  border-radius: 2px;
  position: relative;
  background: rgba(255, 255, 255, 0.05);
}

.thailife-footer-social li a span {
  position: absolute;
  font-size: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #c89f2f !important;
}

.thailife-footer-social li a:hover {
  color: #c89f2f;
}

#map {
  width: 100%;
}

@media (max-width: 767.98px) {
  #map {
    height: 300px;
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(197, 168, 128, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(197, 168, 128, 0.4);
    box-shadow: 0 0 0 0 rgba(197, 168, 128, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 30px rgba(197, 168, 128, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(197, 168, 128, 0);
    box-shadow: 0 0 0 30px rgba(197, 168, 128, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(197, 168, 128, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(197, 168, 128, 0);
    box-shadow: 0 0 0 0 rgba(197, 168, 128, 0);
  }
}

.heading-section .subheading {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  color: #c89f2f;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.heading-section h2,
.heading-section .h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  color: #c6aa77;
  font-family: "Arkhip Regular", sans-serif;
}

.heading-section h2 span,
.heading-section .h2 span {
  font-weight: 400;
}

@media (max-width: 575.98px) {

  .heading-section h2,
  .heading-section .h2 {
    font-size: 38px;
  }
}

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimony-section {
  position: relative;
  z-index: 0;
}

.testimony-section .tns-outer {
  position: relative;
  padding-bottom: 3em !important;
}

.testimony-section .tns-ovh {
  padding: 2em 0 0 0;
}

.testimony-section .tns-controls {
  text-align: center;
  margin-bottom: 10px;
}

.testimony-section .tns-nav {
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.testimony-section .tns-nav>[aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

.testimony-section .tns-outer [aria-controls],
.testimony-section .tns-outer [data-action] {
  cursor: pointer;
}

.testimony-section .tns-nav>.tns-nav-active {
  background: #999;
}

.testimony-wrap {
  display: block;
  position: relative;
  background: white;
  border-radius: 4px;
  width: 98%;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 5px 12px -9px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 5px 12px -9px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 5px 12px -9px rgba(0, 0, 0, 0.17);
}

.testimony-wrap .icon {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #c89f2f;
}

.testimony-wrap .icon span {
  color: #fff;
}

.testimony-wrap .tx {
  width: calc(100% - 80px);
}

.testimony-wrap .user-img {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
}

.testimony-wrap .name {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
  color: #222222;
}

.testimony-wrap .position {
  font-size: 13px;
  text-transform: uppercase;
  color: #c89f2f;
  font-weight: 600;
}

.thailife-about-section .img {
  height: 230px;
}

.thailife-about-section .f-services {
  width: 100%;
  padding: 0;
}

.thailife-about-section .f-services .icon {
  margin-bottom: 8px;
}

.thailife-about-section .f-services .icon span {
  font-size: 60px;
  line-height: 1.2;
  color: #c89f2f;
}

.thailife-about-section .f-services .text {
  background: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
}

.thailife-about-section .f-services .text h3,
.thailife-about-section .f-services .text .h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

.thailife-about-section .f-services:hover .text {
  background: #222222;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
}

.thailife-about-section .f-services:hover .text h3,
.thailife-about-section .f-services:hover .text .h3 {
  color: #fff;
}

.thailife-section-counter {
  background: #222222;
}

.section-counter .counter-wrap {
  width: 100%;
  text-align: center;
  padding: 90px 40px;
  position: relative;
  z-index: 0;
}

.section-counter .counter-wrap:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 1px;
  height: 40%;
  background: rgba(255, 255, 255, 0.05);
  z-index: -1;
}

.section-counter .number {
  font-size: 40px;
  font-weight: 700;
  color: #c89f2f;
  line-height: 1;
  display: inline-block;
  margin-bottom: 5px;
  display: block;
}

.section-counter .caption {
  display: block;
  color: rgba(255, 255, 255, 0.8);
}

.wrapper {
  width: 100%;
}

.wrapper .social-media h3,
.wrapper .social-media .h3 {
  font-size: 20px;
  font-weight: 400;
}

.wrapper .social-media p a {
  color: black;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.wrapper .social-media p a:hover {
  color: #000000;
}

.contact-wrap h3,
.contact-wrap .h3 {
  color: #000000;
  font-weight: 400;
  font-size: 30px;
}

/* Blog*/

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #222222;
  font-size: 11px;
  background: #fff;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 10px;
  font-size: 15px;
  width: 100%;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3,
.sidebar-box .h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.categories {
  padding: 0;
}

.categories li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.categories li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a {
  display: block;
  color: #1a1a1a;
}

.categories li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a {
  color: #000000;
  font-style: italic;
}

.icon-social-footer {
  font-size: 32px;
  color: #fff;
}

.icon-social-footer:hover {
  color: rgba(255, 255, 255, 0.7);
}

.phone-footer {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

#back-to-top-btn {
  position: fixed;
  bottom: 10px;
  right: 0;
  /* padding: .375rem .75rem; */
  transform: translateY(-50%);
  display: flex;
  z-index: 99;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #ac7f55;
  border: none;
  font-size: 40px;
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
}

#back-to-top-btn:hover {
  color: #c6aa77;
  transition: color 0.5s ease;
}

.navbar-btn-toggler {
  background-color: transparent;
}

#sidebar {
  width: 270px;
  height: 100%;
  /* background-color: #343a40; */
  background-image: linear-gradient(1800deg,
      rgba(215, 185, 145, 1) 0%,
      rgba(195, 166, 110, 1) 100%);
  color: white;
  position: fixed;
  left: -270px;
  top: 0;
  transition: left 0.3s;
  z-index: 2000;
}

#sidebar .main-font {
  font-family: "Lato", sans-serif;
}

#sidebar.active {
  left: 0;
}

#sidebar .nav-link {
  color: rgb(255, 255, 255, 0.7);
}

#sidebar .nav-link:hover {
  background-color: #ffffff18;
}

#sidebar .close-btn {
  position: absolute;
  /* top: 5px; */
  right: 15px;
  color: white;
  background: none;
  border: none;
  font-size: 1.5rem;
}

#sidebar .close-btn:hover {
  color: #495057;
}

#sidebarToggle.active {
  display: none;
}

#sidebar .sidebar-title {
  padding: 15px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #495057;
  color: #fff;
}

.sidebar header {
  font-size: 28px;
  line-height: 70px;
  text-align: center;
  /* background-color: #343a40; */
  user-select: none;
  backdrop-filter: blur(5px);
}

.sidebar a {
  display: block;
  /* height: 65px; */
  width: 100%;
  color: #ffffffb3;
  line-height: 50px;
  padding-left: 30px;
  box-sizing: border-box;
  border-left: 5px solid transparent;
  transition: all 0.5s ease;
}

.sidebar a.active,
.sidebar a:hover {
  color: #fff !important;
}

.sidebar a i {
  font-size: 23px;
  margin-right: 16px;
}

.sidebar a span {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.card img {
  width: 100%;
  /* height: 300px; */
  object-fit: cover;
}

.card:hover img {
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.08);
  background: #222222;
  opacity: 0.9;
}

.card-title {
  font-size: 1.5em;
  margin: 0 0 10px;
}

.card-text {
  font-size: 1em;
  color: #fff;
}

.card-body {
  padding: 20px 15px 20px 40px;
  background-image: radial-gradient(circle, #d7b990, #c6aa77);
}

.font-weight-bold {
  font-weight: 600;
}

.text-white {
  color: #fff !important;
  /* font-size: 1.3em; */
  /* font-weight: 800; */
}

.overlay-text-gallery {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  padding: 10px 20px;
  border-radius: 3px;
}

.overlay-text-gallery-v2 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 24px;
}

.overlay-text-gallery-detail-left {
  position: absolute;
  bottom: 0;
  left: 50px;
  color: white;
  padding: 20px 50px;
  border-radius: 3px;
}

.overlay-text-gallery-detail-right {
  position: absolute;
  bottom: 20px;
  /* left: 10px; */
  right: 30px;
  color: white;
  padding: 10px 20px;
  border-radius: 3px;
}

.container-text {
  display: flex;
  align-items: center;
  background-size: cover;
  padding: 0;
  color: white;
  height: 200px;
}

.number-gallery-detail {
  font-family: "Lora", serif;
  font-size: 10rem;
  margin-right: 20px;
}

.text {
  display: flex;
  flex-direction: column;
}

.title {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.description {
  font-size: 1.5rem;
}

.button-instagram {
  margin: 10px;
  padding: 5px 5px;
  text-align: center;
  transition: 0.5s;
  background-size: 130% auto;
  color: white;
  border-radius: 50px;
  border: 0px;
  font-weight: 600;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg,
      rgba(112, 23, 255, 1) 0%,
      rgba(197, 0, 233, 1) 22%,
      rgba(237, 0, 192, 1) 37%,
      rgba(248, 2, 97, 1) 55%,
      rgba(255, 27, 144, 1) 69%,
      rgba(254, 59, 54, 1) 80%,
      rgba(255, 105, 48, 1) 90%,
      rgba(255, 208, 0, 1) 100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-instagram:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.button-instagram:active {
  transform: scale(0.95);
}

.button-white {
  margin: 10px;
  padding: 5px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  color: white;
  border-radius: 50px;
  border: 0px;
  font-weight: 600;
  box-shadow: 0px 0px 14px -7px #fff;
  border: solid 0.5px;
  background: transparent;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.button-white:hover {
  background-color: #e8bd4f;
  text-decoration: none;
  transform: translateY(-2px);
}

.line-gold {
  width: 15%;
  border: none;
  border-top: 3px solid #c79c2e;
}

.subheading-contact {
  text-transform: uppercase;
  letter-spacing: 5px;
}

.container-card {
  height: 600px;
  /*height: 500px;
  */
  padding: 0 4rem 0 4rem;
  /*background-image: linear-gradient(125deg, rgba(230, 187, 78, 1) 0%, rgba(196, 153, 43, 1) 100%);
  */
  background-color: #fff;
  color: #333 !important;
  overflow: hidden;
  border-radius: 0 50px 0 50px;
  -webkit-border-radius: 0 50px 0 50px;
  -moz-border-radius: 0 50px 0 50px;
  -ms-border-radius: 0 50px 0 50px;
  -o-border-radius: 0 50px 0 50px;
}

@media (max-width: 440px) {
  .container-card {
    padding: 0 2rem 0 2rem !important;
  }
}

.container-card .type-detail {
  font-size: 16px;
}

.container-card li::marker {
  color: #c6aa77;
  font-size: 16px;
}

.container li::marker {
  color: #c6aa77;
  font-size: 16px;
  line-height: 60px;
}

.container-card li {
  font-size: 16px;
  line-height: 24px;
}

.container-card .img {
  padding: 4rem 0 0 0;
  line-height: 2;
}

.container-card .img h2 {
  font-family: "Arkhip Regular", sans-serif;
  color: #c6aa77;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 28px;
}

.container-card .img .sub-title {
  color: #c6aa77;
  font-size: 18px;
  margin-right: 1rem;
}

.container-card .img .btn-sale {
  /* background-color: #c6aa77; */
  background-image: radial-gradient(circle, #e0c28c, #c6aa77);
  border-radius: 0 55px 0 55px;
  height: 70px;
  -webkit-border-radius: 0 55px 0 55px;
  -moz-border-radius: 0 55px 0 55px;
  -ms-border-radius: 0 55px 0 55px;
  -o-border-radius: 0 55px 0 55px;
  padding: 10px;
  line-height: 20px;
}

.container-card .img .badge-sale-small {
  font-size: 12px;
}

.container-card .img .badge-sale {
  font-family: "Arkhip Regular";
  color: #c6aa77;
  font-weight: 500;
  font-size: 20px;
}

/* .container-card .img p,
.container-card .img span {
  color: #fff;
} */

.container-card .img button {
  appearance: none;
  background-color: transparent;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-width: 0;
  outline: none;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
}

.container-card .img button:disabled {
  pointer-events: none;
}

.container-card .img button:hover {
  color: #cea335;
  background-color: #fff;
  box-shadow: rgb(229, 186, 77, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.container-card .img button:active {
  box-shadow: none;
  transform: translateY(0);
}

.container-product {
  width: 100%;
  object-fit: cover;
}

.container-product img {
  /* width: 55%; */
  width: 100%;
  /* padding-left: 3rem; */
  /* padding: 1.5rem 0 1.5rem 0; */
}

.container-product img.img-type-4 {
  width: 50%;
}

.villa-type {
  background-color: #c6aa77;
}

.contract {
  padding: 0 0 6rem 0;
}

.contract .heading-section {
  margin-bottom: 3rem;
}

/* .card-1,
.card-2,
.card-3 {
  overflow: hidden;

} */

/* .card-1 .container-product,
.card-2 .container-product,
.card-3 .container-product {
  width: 85%;
} */

.container-product {
  width: 85%;
}

@media (max-width: 430px) {
  .contract {
    padding: 0 2rem 3rem 2rem;
  }

  .contract .heading-section {
    margin-bottom: 0;
  }

  .contract h2 {
    font-size: 24px;
  }

  .villa-type {
    padding: 0 2rem 5rem 2rem;
  }

  .master-plan {
    padding: 0 2rem 5rem 2rem;
  }

  .container-card {
    /* padding: 0 2rem 0 2rem;
    width: fit-content; */
    block-size: fit-content;
    padding: 0 2rem 0 2rem;
  }

  .container-product img {
    padding-left: 0;
  }

  .container-product {
    margin: 1rem 0 1rem 0;
  }

  .container-product {
    width: 100% !important;
  }

  /* .card-1 .container-product {
    margin: 1rem 0 1rem 0; */

  /* position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 135%);
    -webkit-transform: translate(-50%, 135%);
    -moz-transform: translate(-50%, 135%);
    -ms-transform: translate(-50%, 135%);
    -o-transform: translate(-50%, 135%); */
  /* } */

  /* .card-2 .container-product {
    margin: 1rem 0 1rem 0;
    
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 190%);
    -webkit-transform: translate(-50%, 190%);
    -moz-transform: translate(-50%, 190%);
    -ms-transform: translate(-50%, 190%);
    -o-transform: translate(-50%, 190%);
  }

  .card-3 .container-product {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 120%);
    -webkit-transform: translate(-50%, 120%);
    -moz-transform: translate(-50%, 120%);
    -ms-transform: translate(-50%, 120%);
    -o-transform: translate(-50%, 120%);
  } */
}

@media (min-width: 575.98px) {
  .container-card {
    padding: 0 2rem 0 2rem;
  }

  .container-product {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .container-card {
    padding: 0 2rem 0 2rem;
  }

  .container-product {
    width: 100% !important;
  }

  .container-product img {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .container-card {
    padding: 0 2rem 0 2rem;
  }

  .container-product img {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .container-product img {
    width: 80%;
  }

  .container-card {
    padding: 0 2rem 0 2rem;
  }
}

@media (min-width: 1300px) {
  .container-card {
    padding: 0 4rem 0 4rem;
  }

  .container-product img {
    width: 80%;
  }
}

@media (min-width: 1600px) {
  .container-card {
    padding: 0 4rem 0 4rem;
  }

  .container-product img {
    width: 80%;
  }
}

.thailife-gallery .gallery-wrap {
  width: 100%;
  height: 250px;
  display: block;
  position: relative;
  z-index: 0;
  /* margin-bottom: 15px; */
  /* margin-top: 15px; */
}

.thailife-gallery .gallery-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: #000000;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.thailife-gallery .gallery-wrap .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #c6aa77;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.thailife-gallery .gallery-wrap .icon span {
  color: #fff;
}

.thailife-gallery .gallery-wrap:hover:after {
  opacity: 0.3;
}

.thailife-gallery .gallery-wrap:hover .icon {
  opacity: 1;
}

.subheading-header {
  text-transform: uppercase;
  letter-spacing: 5px;
}

.btn-collapse {
  font-family: "Lato", sans-serif;
  margin: 10px 0 0 0;
  padding: 10px 30px;
  letter-spacing: 1px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #444;
  border: 0px;
  font-weight: 600;
  background-color: transparent;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  /* color: #858796; */
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.container-table-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

@media (min-width: 390px) {
  .container-table-center {
    padding-top: 3rem;
    height: 80vh;
  }
}

@media (min-width: 1300px) {
  .container-table-center {
    height: 80vh;
  }
}

.hamburger-icon {
  display: inline-block;
  width: 20px;
  height: 30px;
  position: relative;
}

.hamburger-icon .hamburger-icon-line1,
.hamburger-icon .hamburger-icon-line2,
.hamburger-icon .hamburger-icon-line3 {
  background-color: #c6aa77;
  height: 3px;
  transition: width 0.3s ease;
}

.hamburger-icon-line1,
.hamburger-icon-line3 {
  width: 30px;
}

.hamburger-icon-line2 {
  width: 25px;
}

.hamburger-icon-line1 {
  position: absolute;
  top: 5px;
}

.hamburger-icon-line2 {
  position: absolute;
  top: 15px;
}

.hamburger-icon-line3 {
  position: absolute;
  top: 25px;
}

.hamburger-icon:hover .hamburger-icon-line2 {
  width: 30px;
}

.hamburger-icon:hover .hamburger-icon-line1,
.hamburger-icon:hover .hamburger-icon-line3 {
  width: 20px;
}

.container-dot {
  padding: 0 0 0 0.5rem;
}

.submenu.side {
  margin-top: -13px;
}

.submenu {
  margin: 0 0 0 0.5rem;
}

.dot {
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
  margin: 10px 1.5px 0;
}

.tns-controls {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  justify-content: center;
  background-color: transparent;
  width: 116%;
  top: 47%;
  display: flex;
  align-items: center;
  justify-content: space-between;

  &:focus {
    outline: none;
  }

  button {
    border: 1px solid transparent;
    font-size: 40px;
    background-color: transparent;
    color: #c6aa77;
  }

  button:hover {
    color: #b89554;
  }

  li:hover {
    cursor: pointer;
  }
}

@media (min-width: 575.98px) {
  .tns-controls {
    margin: 0 -50px;
  }
}

@media (min-width: 900px) {
  .tns-controls {
    margin: 0 -51px;
  }
}

@media (min-width: 1200px) {
  .tns-controls {
    margin: 0 -85px;
  }
}

@media (min-width: 1400px) {
  .tns-controls {
    margin: 0 -100px;
  }
}

.sidebar header.btn-close {
  padding-bottom: 5rem;
}

.anchor-offset {
  position: relative;
  top: -7rem;
  visibility: hidden;
}

.navbar {
  background-color: #faf8f2;
  color: #80807d;
  font-size: 14px;
  padding: 0px 100px 0px 100px;
  transition: background-color 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 1;
  -webkit-transition: background-color 0.5s ease-in-out,
    opacity 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.navbar.scrolled {
  opacity: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #c7ae78 !important;
  color: #fff !important;
}

.navbar-container {
  display: flex;
  /* align-items: center; */
  width: 100%;
  /* justify-content: space-between; */
}

.navbar-logo {
  height: 100%;
  width: 100%;
}

.navbar-logo .brand-logo {
  width: 50%;
  transform: translateY(0.5rem);
}

@media (min-width: 1515px) {
  .navbar-logo .brand-logo {
    width: 40%;
    transform: translateY(0.5rem);
  }
}

@media (min-width: 1700px) {
  .navbar-logo .brand-logo {
    width: 45%;
    /* width: 35%; */
    transform: translateY(0.5rem);
  }
}

@media (min-width: 1980px) {
  .navbar-logo .brand-logo {
    width: 35%;
  }
}

@media (min-width: 400px) {
  .navbar-logo-mb {
    transform: translateX(4.3rem) translateY(1rem);
    -webkit-transform: translateX(4.3rem) translateY(1rem);
    -moz-transform: translateX(4.3rem) translateY(1rem);
    -ms-transform: translateX(4.3rem) translateY(1rem);
    -o-transform: translateX(4.3rem) translateY(1rem);
  }
}

@media (min-width: 450px) {
  .navbar-logo-mb {
    transform: translateX(7.3rem) translateY(0rem);
    -webkit-transform: translateX(7.3rem) translateY(0rem);
    -moz-transform: translateX(7.3rem) translateY(0rem);
    -ms-transform: translateX(7.3rem) translateY(0rem);
    -o-transform: translateX(7.3rem) translateY(0rem);
  }
}

@media (min-width: 646px) {
  .navbar-logo-mb {
    transform: translateX(8.3rem) translateY(0rem);
    -webkit-transform: translateX(8.3rem) translateY(0rem);
    -moz-transform: translateX(8.3rem) translateY(0rem);
    -ms-transform: translateX(8.3rem) translateY(0rem);
    -o-transform: translateX(8.3rem) translateY(0rem);
  }
}

/* 
@media (min-width:764px) {
  .navbar-logo-mb {
    transform: translateX(8.3rem) translateY(0rem);
    -webkit-transform: translateX(8.3rem) translateY(0rem);
    -moz-transform: translateX(8.3rem) translateY(0rem);
    -ms-transform: translateX(8.3rem) translateY(0rem);
    -o-transform: translateX(8.3rem) translateY(0rem);
  }
} */

.navbar-right,
.navbar-left {
  flex-direction: column;
  width: 100%;
}

.navbar-top {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: -10px;
  /* padding-bottom: 0px; */
  width: 100%;
}

/* .navbar-top span {
  margin-right: 20px;
} */
/* .navbar-top span {
  margin-left: 30px;

} */

.navbar-left .navbar-top {
  padding-left: 3.5rem !important;
  text-decoration: none;
  font-size: 16px;
}

.navbar-right .navbar-top {
  padding-right: 3.5rem !important;
  text-decoration: none;
  font-size: 16px;
}

.navbar-top a {
  color: #80807d;
  margin-left: 30px;
  text-decoration: none;
  font-size: 16px;
}

.navbar-top .icon-mb {
  color: #c6aa77;
  margin-left: 30px;
  text-decoration: none;
  font-size: 16px;
}

.navbar-top .icon-mb:hover {
  color: #ad8f59;
  margin-left: 30px;
  text-decoration: none;
  font-size: 16px;
}

.navbar-top .scrolled {
  color: #fff !important;
}

.hamburger-icon .hamburger-icon-line1 .scrolled {
  background-color: #fff !important;
}

.navbar-menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  /* margin-bottom: 10px; */
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbar-left .navbar-menu {
  padding-left: 3.5rem !important;
}

.navbar-menu li {
  margin-right: 40px;
}

.navbar-menu li a {
  color: #80807d;
  text-decoration: none;
  font-size: 16px;
  padding: 5px 0;
  transition: border-bottom 0.3s ease-in-out;
}

.navbar-menu li a.active {
  color: #c6aa77;
}

.sidebar-primary .nav-link {
  font-size: 16px !important;
}

.nav-link {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #c6aa77;
  display: inline-block;
  position: relative;
}

.nav-link:hover {
  color: #c6aa77;
}

.nav-link::before {
  transition: 300ms;
  height: 5px;
  content: "";
  position: absolute;
  background-color: #c6aa77;
}

.navbar-menu li a.active::before {
  width: 100%;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: -0.7rem;
}

/* @media (max-width:1570px) {
  .nav-link-ltr::before {
    bottom: -0.7rem;
  }
}

@media (max-width:1700px) {
  .nav-link-ltr::before {
    bottom: -0.8rem;
  }
} */

.nav-link-ltr:hover::before {
  width: 100%;
}

.navbar-menu-scrolled li a {
  color: #fff !important;
}

.navbar-menu-scrolled li a.active {
  color: #ffe8bf !important;
}

.nav-link-scrolled {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff !important;
  display: inline-block;
  position: relative;
}

.nav-link-scrolled:hover {
  color: #ffe8bf !important;
}

.nav-link-scrolled::before {
  transition: 300ms;
  height: 5px;
  content: "";
  position: absolute;
  background-color: #fff;
}

.navbar-menu-scrolled li a.active::before {
  width: 100%;
}

@media (max-width: 1375px) {
  .navbar {
    padding: 0px 50px 0px 50px;
  }

  .navbar-left .navbar-top,
  .navbar-left .navbar-menu {
    padding-left: 0rem !important;
  }

  .navbar-right .navbar-top,
  .navbar-menu {
    padding-right: 0rem !important;
  }

  .navbar-menu {
    margin-right: -40px !important;
  }
}

@media (max-width: 767.98px) {
  .navbar {
    padding: 0px 10px 0px 10px;
  }

  .text-navbar-toggle {
    margin-top: 15px;
  }

  /* .navbar-logo .brand-logo {
    width: 100px;
  } */

  .navbar-logo .brand-logo {
    display: none !important;
  }
}

@media (max-width: 430px) {
  .navbar {
    padding: 0px 10px 0px 10px;
  }
}

.list-unstyled li a.active,
.list-unstyled li a:hover {
  color: #fff !important;
}

.navbar-toggle-menu {
  display: none;
}

.button-primary {
  display: inline-block;
  padding: 10px 25px 10px 25px;
  background-color: #0a2d52;
  border: 2px solid rgba(255, 255, 255, 0.418);
  /* color: rgba(255, 255, 255, 0.658); */
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  border-radius: 6px;
  letter-spacing: 1px;
}

.button-primary:hover {
  background-color: white;
  color: #0a2d52;
  border-color: #0a2d52;
}

@media (max-width: 1300px) {
  .hero-text h2 {
    font-size: 30px;
  }

  .hero-text h1 {
    font-size: 80px;
  }
}

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

  .navbar-right {
    display: none;
  }

  .navbar-container {
    justify-content: space-between;
  }

  .navbar-toggle-menu {
    display: contents;
  }

  .navbar-logo img {
    /* height: 58px; */
    /* height: 100px; */
  }

  .hero-text h2 {
    font-size: 30px;
  }

  .hero-text h1 {
    font-size: 80px;
  }
}

.container-welcome-text {
  padding: 40px 300px 0 0;
}

.container-welcome-text h1 {
  font-size: 40px;
  font-weight: 500;
  color: #c6aa77;
  letter-spacing: 3px;
  text-transform: capitalize;
}

@media (max-width: 430px) {
  .thailife-section-welcome h1 {
    font-size: 30px;
    letter-spacing: 0;
  }

  .thailife-section-welcome p {
    font-size: 18px;
  }
}

.container-welcome-text .counter-container {
  margin-top: -10px;
  margin-bottom: 30px;
}

.container-welcome-text .counter {
  font-size: 60px;
  color: #be9b41;
  font-family: "Adobe Garamond Pro Regular";
}

.container-welcome-text .counter-title {
  margin-top: -30px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}

/* .image-container { */
/* position: relative; */
/* width: fit-content; */
/* margin: 20px 20px 20px 130px; */
/* } */

.large-image {
  width: 100%;
  height: auto;
  display: block;
  margin-left: 200px !important;
}

@media (max-width: 1680px) {
  .container-welcome-text {
    padding: 50px 100px 0 0;
  }
}

@media (max-width: 1300px) {
  .large-image {
    width: 100%;
    padding-left: 70px !important;
  }

  .container-welcome-text .counter {
    font-size: 40px;
  }

  .container-welcome-text .counter-title {
    font-size: 13px;
    margin-top: -15px;
  }
}

@media (max-width: 992px) {
  .image-container {
    margin: 0 20px 50px 20px;
  }
}

@media (max-width: 768px) {
  .large-image {
    padding-left: 0 !important;
  }
}

@media (max-width: 430px) {
  .image-container {
    margin: 0;
  }

  .hero-text h1 {
    font-size: 50px;
  }

  .hero-text h2 {
    font-size: 24px;
  }

  .owl-carousel.home-slider .owl-dots {
    left: 0;
    right: 0;
    text-align: center;
  }

  .large-image {
    padding-left: 0 !important;
    height: 300px !important;
  }

  .container-welcome-text {
    padding: 0;
  }

  .col-sm-3 {
    width: 50%;
  }

  .col-sm-5 {
    width: 40%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 60%;
  }

  .thailife-footer img {
    position: relative;
    width: 50%;
    text-align: center;
  }
}

.container-director-text {
  padding: 100px 50px 50px 50px;
}

.container-director-text h1 {
  font-family: "Adobe Garamond Pro Regular";
  font-weight: bold;
  font-size: 46px;
  color: #c6aa77;
}

.container-director-text h5 {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  color: #ac7f55;
}

.container-director-text p {
  font-family: "Lato", sans-serif;
  color: black;
  font-size: 18px;
}

/* .thailife-section-director img {
  position: relative;
  margin: 100px 0 0 0;
  width: 120%;
  left: -100px;
}

@media (max-width: 992px) {
  .thailife-section-director img {
    display: none;
  }
} */

.bg-primary {
  background-color: #0a2d52;
}

.container-step .row>* {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  --bs-gutter-x: 12.5rem;
}

.container-step-detail {
  margin: 30px;
}

.container-step-detail .step-number {
  position: relative;
  font-family: "Marcellus", serif;
  font-size: 160px;
  color: #163b58;
  top: -60px;
  left: -90px;
  margin-bottom: -140px;
}

.container-step-detail .step-title {
  color: #fff;
  font-size: 36px;
  font-family: "Adobe Garamond Pro Regular";
  font-weight: bold;
}

.container-step-detail .step-description {
  font-family: "Lato", sans-serif;
  color: #ffffffc0;
  font-size: 16px;
}

.container-step-detail .step-more {
  font-family: "Lato", sans-serif;
  margin: 20px 0 50px 0;
  color: #ac7f55;
  font-size: 14px;
  font-weight: bold;
}

.container-step-detail .step-more a:hover {
  color: #967a35;
}

.container-step-detail .step-more a i {
  font-size: 12px;
}

.fit-image {
  opacity: 1;
  max-width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  width: 70%;
  backface-visibility: hidden !important;
}

.thailife-section-step .fit-image:hover {
  opacity: 0.5;
}

.thailife-gallery .heading-section h1 {
  font-size: 30px;
}

@media (max-width: 430px) {
  .thailife-gallery .heading-section h1 {
    font-size: 30px;
  }
}

.thailife-footer .thailife-heading-2 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.thailife-footer .list-unstyled {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 2em;
}

.thailife-footer .list-unstyled li p {
  line-height: 2em;
}

.thailife-footer .footer-text {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 16px;
}

.thailife-footer .footer-text a {
  color: #fff;

  &:focus {
    outline: none;
  }

  a:hover {
    color: #ab8545;
  }
}

.thailife-footer .footer-text a:hover {
  color: #ab8545;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000073;

  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  z-index: 9999;
}

.slide-out {
  transform: translateX(-100%);
  opacity: 0;
}

#loading-logo {
  width: 300px;
  height: auto;
}

.aboutus {
  padding-top: 50px;
  padding-bottom: 70px;
}

.aboutus-content {
  padding-bottom: 50px;
}

.aboutus h1 {
  color: #0a2d52;
  font-weight: bold;
}

.aboutus p {
  color: #000;
}

.aboutus-card-padding {
  padding-right: 60px;
}

@media (max-width: 576px) {
  .aboutus-card-padding {
    padding: 20px;
  }

  .aboutus-content {
    padding-bottom: 0;
  }
}

.aboutus-director {
  padding-top: 60px;
  padding-bottom: 100px;
}

.aboutus-director p {
  font-size: 16px;
  color: #fff;
}

.aboutus-director h1 {
  color: #fff;
  font-weight: bold;
}

.aboutus-director h5 {
  color: #c7af70;
}

.aboutus-director-card-padding {
  padding-right: 60px;
}

@media (max-width: 576px) {
  .aboutus-director-card-padding {
    padding: 20px;
  }
}

.contactus-body {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contactus-body h1 {
  font-size: 36px;
  color: #c6aa77;
  font-weight: bold;
}

.contactus-body h3 {
  font-family: "Lato", sans-serif;
  color: #c6aa77;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.contactus-body p {
  font-family: "Lato", sans-serif;
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
}

.contactus-body span {
  font-family: "Lato", sans-serif;
  color: #000;
  font-size: 16px;
}

.contactus-body .detail {
  color: #000;
  font-size: 16px;
}

.contactus-body label {
  margin-top: 10px;
  color: #000;
}

.contactus-body textarea {
  border: #00000046 solid 1px;
}

@media (max-width: 768px) {
  .contactus-body {
    padding: 0 20px 50px 20px;
  }
}

@media (max-width: 576px) {
  .contactus-body {
    padding: 0 20px 20px 20px;
  }
}

.thailife-map-section .container-map {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.container-map {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.container-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.container-map iframe {
  width: 100%;
  height: 850px;
  border: 0;
}

.thailife-map-section .form-group {
  margin-bottom: 150px;
}

@media (max-width: 576px) {
  .thailife-map-section .form-group {
    margin-bottom: 50px;
  }
}

.container-gallery {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.container-gallery li {
  list-style-type: none;
  display: inline-block;
  margin: 5px 10px;
}

.container-gallery li>a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.container-gallery li>a::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.3s;
}

.container-gallery li>a:hover::after,
.container-gallery li>a.active::after {
  width: 100%;
  background: #dec279;
}

@media (max-width: 1200px) {
  .thailife-gallery {
    padding: 6rem 2rem 3rem 2rem;
  }

  .tns-controls {
    display: none;
  }
}

@media (max-width: 440px) {
  .thailife-gallery {
    padding: 1rem 0 3rem 0;
  }

  .thailife-gallery ul {
    padding: 0;
    margin: 0;
    padding-top: 2rem;
  }

  .thailife-gallery li {
    width: 25%;
  }

  .thailife-gallery .btn-collapse {
    padding: 0;
  }
}

.contact-us {
  padding-top: 6rem;
}

.contact-us .card-icon {
  padding: 5rem 0 5rem 0;
}

.contact-us .card-icon h3 {
  color: #c6aa77;
  font-family: "Lato", "san-serif";
  text-transform: uppercase;
  font-size: 20px;
}

.contact-us .contact-card-icon {
  width: 60px;
  height: 60px;
  border: 2px solid #c6aa77;
  background-color: transparent;
  border-radius: 100%;
  font-size: 24px;
  color: #c6aa77;
  transition: all 0.2s ease-in-out;
}

.contact-us .contact-card-icon:hover {
  background-color: #c6aa77;
  color: #fff;
  box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.1);
}

.contact-us span {
  color: #000;
}

.contact-us-form .heading-section h1 {
  color: #c6aa77;
}

.contact-us-form button {
  padding: 7px 50px 7px 50px;
}

@media (max-width: 430px) {
  .contact-us {
    padding: 0 2rem 0 2rem;
  }

  .contact-us-form {
    padding: 1rem 2rem 2rem 2rem;
  }

  .contact-us-form .px-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .contact-us .card-icon {
    padding: 2rem 2rem 2rem 2rem;
  }

  .contact-us .card-icon .container-card-icon {
    padding: 0 0 2rem 0;
  }
}

.features .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin: 5rem 0 5rem 0;
  padding: 20px;
  max-width: 750px;
}

@media (max-width: 430px) {
  .features {
    padding: 0 2rem 0 2rem;
  }

  .features .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.features .grid-item {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}

.features .icon {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  padding: 8px;
  justify-content: center;
  border-radius: 10px 0 10px 0;
  color: #fff;
  background: linear-gradient(90deg,
      rgba(215, 185, 145, 1) 0%,
      rgba(195, 166, 110, 1) 100%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faciltiies {
  padding-top: 4rem;
}

@media (max-width: 430px) {
  .faciltiies {
    padding: 2rem 2rem 2rem 2rem;
  }
}

.instagram {
  padding: 0 0 0 3rem 0;
}

.instagram .mb-5 {
  margin-bottom: 0 !important;
}

@media (max-width: 760px) {
  .thailife-footer .copyright {
    text-align: center;
  }

  .thailife-footer .copyright .float-right {
    display: block;
    float: none !important;
  }
}

.copyright span,
.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: #f0d9ac;
}

.dropdown-content {
  visibility: hidden;
  top: 129%;
  left: -76px;
  position: absolute;
  background-color: #c6aa77;
  min-width: 230px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0s 1s;
}

.dropdown-content a {
  float: none;
  color: #f2ede1 !important;
  padding: 12px 16px !important;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown-content a:hover {
  background-color: #cab184;
  color: #fff !important;
}

.dropdown-item-border {
  position: relative;
  text-align: center;
}

.dropdown-item-border::after {
  content: "";
  display: block;
  width: 70%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.dropdown:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease, visibility 0s 0s;
}