@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v15-latin-ext-300.eot");
  src: local(""), url("../fonts/poppins-v15-latin-ext-300.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext-300.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext-300.woff") format("woff"), url("../fonts/poppins-v15-latin-ext-300.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext-300.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v15-latin-ext-600.eot");
  src: local(""), url("../fonts/poppins-v15-latin-ext-600.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext-600.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext-600.woff") format("woff"), url("../fonts/poppins-v15-latin-ext-600.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext-600.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/poppins-v15-latin-ext-800.eot");
  src: local(""), url("../fonts/poppins-v15-latin-ext-800.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext-800.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext-800.woff") format("woff"), url("../fonts/poppins-v15-latin-ext-800.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext-800.svg#Poppins") format("svg");
}
body, html {
  scroll-behavior: smooth;
  font-family: "Poppins";
  scroll-padding-top: 0px;
}

section {
  max-width: 2600px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
}

.text-link {
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.navbar {
  transition: 1s;
  background-color: #F5F5F5;
}
.navbar-nav {
  justify-content: end;
}
.navbar-brand img {
  height: 50px;
}
.navbar .nav-item {
  padding: 10px 15px;
}
.navbar .nav-link {
  color: #30221F !important;
  font-size: 16px;
  font-weight: 600;
}
.navbar .nav-link:hover {
  color: #FEDA00 !important;
}

.navbar-active {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 15px;
  transition: 1s;
  z-index: 1030;
}

.container-sm {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 64px;
  color: #30221F;
  font-weight: 600;
}

h2 {
  font-size: 34px;
  color: #30221F;
}

h3, .title-h3 {
  font-size: 28px;
  color: #30221F;
  margin: 0;
}

.btn-check:focus + .btn-primary, .btn-primary:active:focus, .btn-primary:focus, .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  color: #FFF;
  box-shadow: none;
}

.btn {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 0px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.btn-primary {
  background-color: #FEDA00;
  border: 1px solid #FEDA00;
  color: #FFF;
}
.btn-primary:hover {
  background-color: #d5b500;
  border: 1px solid #d5b500;
}

.btn-secondary {
  background-color: #30221F;
  border: 1px solid #30221F;
  color: #FFF;
}
.btn-secondary:hover {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #30221F;
}

p {
  font-size: 18px;
  line-height: 2;
  color: #908683;
  margin-bottom: 0;
}

.special-list {
  margin-top: 30px;
  padding-left: 0px;
}
.special-list li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.special-list li:before {
  content: "~";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 0px;
  font-size: 25px;
  color: #FEDA00;
}
.special-list .con {
  display: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background: #d5b500;
  color: #FFF;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  font-size: 20px;
}

.services {
  padding-top: 10px;
  background-color: #F5F5F5;
}
.services .container {
  position: relative;
}
.services .mySwiper {
  max-width: 860px;
}
.services .mySwiper .swiper-wrapper {
  max-width: 600px;
}
.services a {
  text-decoration: none;
}
.services .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #FEDA00;
  padding: 20px;
  height: auto;
  text-align: center;
}
.services .swiper-slide-img img {
  height: 80px;
}
.services .swiper-slide-content {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.services .swiper-slide-content h2 {
  font-size: 22px;
  font-weight: 600;
  color: #30221F;
}
.services .arrows {
  position: relative;
  width: 200px;
  bottom: -40px;
  margin-left: auto;
  margin-right: auto;
}

header {
  background-color: #F5F5F5;
  position: relative;
  overflow: hidden;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
}
header .container {
  z-index: 1;
  position: relative;
  padding: 60px 15px;
}
header .container h1 {
  color: #30221F;
}
header .container p {
  margin-bottom: 30px;
}

.header-img {
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  height: 450px;
  width: 100%;
  background-image: url("/img/4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.subpage .swiper-container {
  overflow: hidden;
  position: relative;
}
.subpage .swiper-container .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

.about {
  background-color: #F5F5F5;
  padding-bottom: 0px;
}
.about-img-absolute {
  z-index: 1;
  position: relative;
}
.about-img-absolute img {
  position: absolute;
  top: -200px;
  right: -250px;
  height: 300px;
}
.about-in {
  padding-right: 20px;
}

.pricelist {
  background-color: #F5F5F5;
}
.pricelist h2 {
  text-align: center;
  margin-bottom: 80px;
}
.pricelist h3 {
  margin-bottom: 30px;
}
.pricelist .swiper-container {
  position: relative;
  overflow: hidden;
}
.pricelist .swiper-container .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.pricelist td {
  font-weight: 500;
}

.methods {
  background-color: #908683;
}
.methods h2 {
  color: #FFF;
  text-align: center;
}
.methods a {
  text-decoration: none;
}
.methods a:hover .methods-in {
  background-color: #FEDA00;
}
.methods a:hover .methods-in h3 {
  color: #FFF;
}
.methods-in {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  display: flex;
  align-items: center;
}
.methods-in h3 {
  font-size: 18px;
}

.order {
  background-color: #F5F5F5;
}

.contact {
  background-color: #F5F5F5;
}
.contact h2 {
  text-align: center;
  margin-bottom: 30px;
}
.contact h3 {
  text-align: center;
}
.contact p {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contact-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.contact-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-list-item-icon {
  height: 65px;
  width: 65px;
  border-radius: 50px;
  background-color: #FEDA00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.contact-list-item-icon img {
  height: 25px;
}
.contact-list-item a {
  color: #30221F;
  font-size: 26px;
  text-decoration: none;
}
.contact-list-item a:hover {
  color: #FEDA00;
}
.contact-list-item:first-child {
  margin-right: 100px;
}
.contact-list-item:last-child {
  margin-left: 100px;
}

.conditions {
  padding: 0px;
}
.conditions-link {
  font-size: 18px;
  color: #FEDA00;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}
.conditions-link:hover {
  color: #FEDA00;
}
.conditions-link:hover svg {
  fill: #FEDA00;
}
.conditions-link svg {
  transform: rotate(180deg);
  transition: 0.3s;
  margin-left: 10px;
  fill: #FEDA00;
}
.conditions .collapsed svg {
  transform: rotate(0deg);
  transition: 0.3s;
}
.conditions-in {
  background-color: #908683;
  border-radius: 10px;
}
.conditions-in .accordion-item {
  background-color: transparent;
}
.conditions-in .accordion-item .accordion-body {
  padding: 30px 0;
}
.conditions-in .accordion-item p {
  color: #FFF;
  margin-bottom: 20px;
}

footer {
  padding: 30px 0;
  background-color: #30221F;
  color: #FFF;
}
footer .footer-box {
  display: flex;
  align-items: center;
}
footer .footer-box-in {
  font-size: 14px;
}
footer .footer-box-in span {
  display: block;
}
footer .footer-right {
  text-align: right;
  font-size: 14px;
}
footer .footer-right span {
  display: block;
}
footer .footer-right span a {
  color: #FFF;
  text-decoration: underline;
}
footer .footer-right span a:hover {
  text-decoration: none;
}

.boking_information {
  padding-top: 25px;
}
.boking_information .location-milage {
  padding: 20px 0px;
  border-bottom: 1px solid #F5F5F5;
  align-items: center;
}
.boking_information .location-milage .media-body h4 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 5px;
}
.boking_information .location-milage .media-body p {
  margin-bottom: 0px;
}
.boking_information .location-milage .mile {
  font-size: 28px;
  color: #FEDA00;
  font-weight: 600;
  text-align: right;
}
.boking_information .location-milage .mile span {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 992px) {
  body, html {
    scroll-padding-top: 106px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  .navbar {
    background-color: #F5F5F5;
  }
  .navbar .col-xl-3 {
    display: flex;
    align-items: center;
  }
  .navbar .col-xl-3 .navbar-toggler {
    height: 40px;
  }
  .navbar-brand img {
    height: 40px;
  }
  .pricelist .swiper-container {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact p {
    margin-bottom: 40px;
  }
  .contact-list {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .contact-list-item {
    justify-content: start;
  }
  .contact-list-item a {
    font-size: 20px;
  }
  .contact-list-item:first-child {
    margin: 0;
  }
  .contact-list-item:last-child {
    margin: 0;
    margin-top: 30px;
  }
  footer .footer-right {
    text-align: left;
    margin-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */