@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@300&display=swap");
.fs-10px {
  font-size: 10px !important;
}

.fs-11px {
  font-size: 11px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-13px {
  font-size: 13px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-15px {
  font-size: 15px;
}

.fs-16px {
  font-size: 16px;
}

.fs-17px {
  font-size: 17px;
}

.fs-26px {
  font-size: 26px;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-150px {
  width: 150px;
}

.text-link {
  color: #0d6efd;
}

.main-color {
  color: #0890ab;
}

.color-222 {
  color: #6a6969;
}

.color-777 {
  color: #777;
}

.p-10px {
  padding: 10px;
}

.rounded-10px {
  border-radius: 10px;
}

.won-hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #aba9a9;
}

.bg-grey {
  background-color: #f5f5f5;
}

.border-b {
  border-bottom: 1px solid #e7e5e5;
}

.color-555 {
  color: #555;
}

.bg-light-gray {
  background-color: #9e9e9e;
}

.color-9190 {
  color: #919090;
}

.green-color {
  color: #3bc100;
}

.h-30px {
  height: 28px;
}

.h-27px {
  height: 27px;
}

.h-33px {
  height: 33px;
}

.h-35px {
  height: 35px;
}

.h-190px {
  height: 190px;
}

.m--15px {
  margin-top: -15px;
}

.btn-padding {
  padding: 7px 16px !important;
}

.border-b-gray {
  border-bottom: 1px solid #e0dcdc;
}

.remover-dropdown-arrow button::after {
  border: none;
}

.collapse-btn .arrow {
  transition: 0.3s;
  color: #777;
}
.collapse-btn[aria-expanded=false] .arrow {
  transition: 0.3s;
  transform: rotate(180deg);
}

body {
  font-family: "El Messiri", sans-serif !important;
  background-color: #fff;
  color: black;
  font-size: 14px;
  scroll-behavior: smooth;
  direction: rtl;
}

/* start scroll bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #f6f6f6;
  box-shadow: 0 0 5px 0px #ddd inset;
}

::-webkit-scrollbar-thumb {
  background-color: #09b6d8;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #09adce;
}

/* end scroll bar */
.form-select {
  font-size: 14px;
}
.form-select:lang(ar) {
  background-position: left 0.75rem center !important;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #333;
}

button {
  border: none;
  outline: none;
}

.form-control {
  font-size: 14px !important;
  border: 1px solid #ddd !important;
}
.form-control::-moz-placeholder {
  font-size: 11px !important;
}
.form-control::placeholder {
  font-size: 11px !important;
}

.form-select {
  font-size: 13px !important;
  color: #666;
}

.main-section {
  padding: 1.5rem 0;
  min-height: calc(100vh - 41.88px - 54px - 69px);
}

.dr-main-section {
  min-height: calc(100vh - 41.88px - 54px - 185px);
}

.modal-header .modal-title {
  font-size: 15px !important;
}
.modal-header .btn-close {
  margin: unset !important;
}

.section-service,
.section-reviews {
  padding: 50px 0;
  background-color: #f8f8f8;
}

.section-partners {
  padding: 50px 0;
}
.section-partners .img {
  width: 100%;
  height: auto;
}

.section-about .about-text {
  margin: 100px 0;
}
.section-about .about-text h6 {
  font-size: 32px;
  font-weight: 500;
  line-height: 50.02px;
}
.section-about .about-text p {
  line-height: 25.01px;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}
.section-about .about-img {
  position: relative;
}
.section-about .about-img img {
  width: 100%;
  height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-about .about-img .sub-title-img {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 56.27px;
  color: #0db5d7;
}
@media (max-width: 991.98px) {
  .section-about .about-img .sub-title-img {
    line-height: 28.27px;
    left: -10px;
    font-size: 16px;
  }
}

.service-slider {
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 50px;
}
.service-slider .swiper-button-prev,
.service-slider .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  color: #0890ab;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.service-slider .swiper-button-prev::after,
.service-slider .swiper-button-next::after {
  font-size: 18px !important;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .service-slider .swiper-button-prev,
  .service-slider .swiper-button-next {
    display: none;
  }
}
.service-slider .swiper-button-prev {
  inset-inline-start: 1rem !important;
}
.service-slider .swiper-button-prev::after {
  content: "\f054";
  font-family: "FontAwesome";
}
.service-slider .swiper-button-next {
  inset-inline-end: 1rem !important;
}
.service-slider .swiper-button-next::after {
  content: "\f053";
  font-family: "FontAwesome";
}

.section-contact .img-holder img {
  width: 100%;
  height: auto;
}

.contact-holder {
  display: flex;
}
.contact-holder .box-contact {
  background-color: #0db5d7;
  padding: 50px 200px 0 30px;
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: baseline;
}
.contact-holder .form-holder {
  padding: 50px 100px;
  background-color: #0db5d7;
}
@media (max-width: 1199.98px) {
  .contact-holder .box-contact {
    padding: 50px;
  }
}
@media (max-width: 991.98px) {
  .contact-holder {
    flex-direction: column;
  }
  .contact-holder .box-contact {
    padding: 20px;
    width: 100%;
    justify-content: center;
  }
}

.top-nav {
  background-color: #0890ab;
  color: #fff;
  font-size: 14px;
  padding: 12px 0;
}
.top-nav .items {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.top-nav .items .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-nav .icon-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: white;
  transition: 300ms ease-in-out;
}
.top-nav .icon-nav > * {
  font-size: 15px;
}
.top-nav .icon-nav:hover {
  background-color: white;
  color: #0db5d7;
}
.top-nav .icon-nav.social {
  background-color: #0890ab;
  border-color: rgba(13, 181, 215, 0.8);
}
.top-nav .icon-nav.social i,
.top-nav .icon-nav.social svg {
  background-color: #fff;
  border-radius: 50%;
  color: #0890ab;
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 3px;
}
.top-nav .inp-search {
  border-inline-end: 1px solid #fff;
  padding: 0 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.top-nav .inp-search input {
  width: 150px;
  background-color: transparent;
  outline: none;
  border: 0 !important;
  color: #fff;
}
.top-nav .inp-search input:focus {
  outline: none;
}
.top-nav .inp-search input::-moz-placeholder {
  color: #0db5d7;
}
.top-nav .inp-search input::placeholder {
  color: #0db5d7;
}

.bottom-nav {
  position: relative;
  z-index: 111;
  background-color: white;
  filter: drop-shadow(0px 1px 4.5px rgba(18, 72, 107, 0.13));
  padding: 20px 0;
}
.bottom-nav h1 .navbar-brand {
  margin-left: 0%;
}
.bottom-nav h1 .navbar-brand img {
  width: auto;
  max-width: 100%;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform ease-out 0.3s;
}
.bottom-nav .navbar-toggler {
  padding: 0;
  border: 0px;
}
.bottom-nav .navbar-toggler:focus {
  box-shadow: none;
}
.bottom-nav .navbar-toggler i,
.bottom-nav .navbar-toggler svg {
  font-size: 31px;
}
.bottom-nav .navbar-collapse .navbar-nav {
  flex: 1;
  justify-content: center;
}
.bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 700;
  color: #18617c !important;
}
.bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link .arrow {
  transform: translateY(3px);
  font-size: 13px;
  transition: 0.3s;
}
.bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #0db5d7 !important;
}
@media (max-width: 767.98px) {
  .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    transform: scale(0.8);
    background-color: #0db5d7;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active::after {
    transform: scale(1);
  }
}
@media (max-width: 767.98px) {
  .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active::before {
    content: none;
  }
}
@media (max-width: 767.98px) {
  .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    transition: 300ms;
    transform: scale(0);
    background-color: #0db5d7;
  }
}
.bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #0db5d7;
}
.bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  background-color: #0db5d7;
  transform: scale(0.8);
}
@media (max-width: 767.98px) {
  .bottom-nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
    transform: scale(1);
  }
}
.bottom-nav .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link[aria-expanded=true] .arrow {
  transform: rotate(180deg);
}

.swiper-landing-2 {
  width: 100%;
  height: 79vh;
  position: relative;
}
.swiper-landing-2 .swiper-wrapper .swiper-slide {
  position: relative;
}
.swiper-landing-2 .swiper-wrapper .swiper-slide .container {
  position: relative;
  height: 100%;
}
.swiper-landing-2 .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-landing-2 .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(8, 144, 171, 0.5), hwb(189.94deg 0.45% 91.65%/28%), rgba(8, 144, 171, 0.5));
  top: 0;
  left: 0;
  z-index: 1;
}
.swiper-landing-2 .swiper-button-prev,
.swiper-landing-2 .swiper-button-next {
  color: #fff;
  transition: 0.3s;
}
.swiper-landing-2 .swiper-button-prev::after,
.swiper-landing-2 .swiper-button-next::after {
  font-size: 28px;
}
.swiper-landing-2 .swiper-button-prev:hover,
.swiper-landing-2 .swiper-button-next:hover {
  background-color: #0890ab;
}
.swiper-landing-2 .swiper-button-prev {
  inset-inline-end: 50px !important;
}
.swiper-landing-2 .swiper-button-next {
  inset-inline-start: 50px !important;
}
@media (max-width: 767.98px) {
  .swiper-landing-2 .swiper-button-prev,
  .swiper-landing-2 .swiper-button-next {
    display: none;
  }
}

.box-intro-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 700px;
  max-width: 100%;
  z-index: 1;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
}
.box-intro-2 span {
  color: #fff;
}
.box-intro-2 .title {
  font-size: 52px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: center;
}
.box-intro-2 .des {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0;
  text-align: center;
  padding: 20px;
}
@media (max-width: 575.98px) {
  .box-intro-2 {
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .box-intro-2 .title {
    font-size: 34px;
  }
  .box-intro-2 .des {
    font-size: 22px;
    line-height: 45px;
  }
}

/* main color: #0e54ae */
/* color-dig: from  #030a32 to #321d3b*/
:root {
  --bg-color: #f1f1f1;
  --color: #0890ab;
}

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

.color-main-blue {
  color: var(--color) !important;
}

.border-blue {
  border-color: var(--color) !important;
}

.bg-main-blue {
  background-color: var(--color) !important;
}

@media (max-width: 991px) {
  .reverse {
    flex-direction: column-reverse;
  }
}
.main-h {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.main-h h3 {
  font-weight: bold;
  font-size: 32px;
  text-transform: capitalize;
}

.main-h h3:first-of-type {
  border-bottom: 3px solid var(--color);
}

.main-table {
  border: 1px solid var(--color) !important;
}

.main-table tr,
.main-table tbody {
  border: 0 !important;
}

.main-table thead {
  border-bottom: 1px solid var(--color);
}

.main-table th {
  background-color: var(--color) !important;
  color: white;
}

.main-table td {
  font-weight: 500;
  font-size: 16px;
  color: black;
}

.stars-rating {
  display: flex;
  align-items: center;
}

.stars-rating .rating-label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 1.5rem;
}

.stars-rating .rating-label .rating-icon {
  color: orange;
}

.stars-rating .rating-input {
  opacity: 0;
  width: 0;
}

.stars-rating .rating-input:checked ~ .rating-label .rating-icon {
  color: #ddd;
}

.nav-fixed {
  z-index: 1002;
}

.nav-list ul li a {
  border-radius: 5px;
  margin-right: 5px;
  transition: 300ms;
  display: block;
}

.nav-list ul li a:hover,
.nav-list ul li a.active {
  background-color: white;
  color: var(--color) !important;
  font-weight: bold;
}

@media (max-width: 1156px) {
  .nav-list ul li a {
    padding: 5px;
    font-size: 15px;
    margin-right: 3px;
  }
}
.navbar-brand img {
  width: 85px;
}

ul.social-list {
  margin-bottom: 0 !important;
}

ul.social-list > li {
  display: inline-flex;
  min-width: 30px;
  border-radius: 100%;
  text-align: center;
}

ul.social-list > li > a {
  padding: 7px;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

ul.social-list > li > a > i {
  color: black;
}

.logo {
  width: 256px;
  height: 100px;
  background: url(/assets/images/logo.JPG) top right no-repeat;
}

.appointment,
.main-nav-bg {
  background-color: #0890ab !important;
}

.obj-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-link {
  font-weight: 500;
  font-size: large;
  color: white !important;
}

.overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.overlay-white {
  background-color: rgba(255, 255, 255, 0.7);
}

.overlay-blue {
  background-color: rgba(13, 82, 173, 0.4);
}

.wide-img {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

/* .headinImg {
    background-image: url(../images/slide-1.jpg);
    background-position-y: bottom;
    background-position-x: left;
} */
.swiper-landing {
  width: 100%;
  height: 60vh;
  position: relative;
}

.swiper-landing .swiper-wrapper .swiper-slide {
  position: relative;
}

.swiper-landing .swiper-wrapper .swiper-slide .container {
  position: relative;
  height: 100%;
}

.swiper-landing .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-landing .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(8, 144, 171, 0.5), hwb(189.94deg 0.45% 91.65%/28%), rgba(8, 144, 171, 0.5));
  top: 0;
  left: 0;
  z-index: 1;
}

.swiper-landing .swiper-button-prev,
.swiper-landing .swiper-button-next {
  width: 40px;
  height: 35px;
  color: #fff;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.7215686275);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.631372549);
}

.swiper-landing .swiper-button-prev::after,
.swiper-landing .swiper-button-next::after {
  font-size: 19px;
}

.swiper-landing .swiper-button-prev:hover,
.swiper-landing .swiper-button-next:hover {
  background-color: #0890ab;
}

@media (max-width: 767.98px) {
  .swiper-landing .swiper-button-prev,
  .swiper-landing .swiper-button-next {
    display: none;
  }
}
.swiper-landing .swiper-button-prev {
  right: 100px !important;
}

.swiper-landing .swiper-button-next {
  left: 100px !important;
}

.box-intro {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 700px;
  max-width: 100%;
  z-index: 1;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
}

.box-intro span {
  color: #fff;
}

.box-intro .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0px;
  margin-bottom: 0;
  text-align: center;
}

.box-intro .des {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0px;
  text-align: center;
  padding: 20px;
}

@media (max-width: 575.98px) {
  .box-intro {
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .box-intro .title {
    font-size: 34px;
  }
  .box-intro .des {
    font-size: 22px;
    line-height: 45px;
  }
}
.servicesImg {
  background-image: url(../images/slide-2.jpg);
  background-position: end;
}

.offers {
  background-image: url(../images/wide-3.JPG);
  background-color: rgba(92, 66, 38, 0.9215686275);
}

.footer {
  background-position-y: bottom;
  background-position-x: left;
  background-image: url(../images/footer-wide.jpg);
}

.text-slide {
  height: 100%;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.reserveing {
  position: relative;
  margin-top: -5%;
  z-index: 1;
}

.slide-img {
  margin: auto;
  width: 150px !important;
  height: 150px !important;
}

.offer-img {
  height: 170px;
}

.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
  padding: 30px;
}

.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
}

.quote-card.blue-card {
  background: var(--color);
  color: #ffffff;
  box-shadow: 2px 2px 2px rgba(34, 34, 34, 0.5), 0 2px 4px rgba(34, 34, 34, 0.5);
}

.quote-card.blue-card:before,
.quote-card.blue-card:after {
  color: #5faaff;
}

.qoute {
  font-weight: 900;
  font-size: 3em;
}

.qoute-to-top {
  margin-top: -30px;
}

.slideBtn {
  background-color: gray !important;
  height: 8px !important;
  width: 50px !important;
}

.slideBtn.active {
  background-color: var(--color) !important;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 450px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 450px;
  width: 100%;
}

.contact-icon {
  color: white;
  font-size: 2em;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-top: 14px;
}

.contact-icon-mail {
  background-color: #e0ac0e;
}

.contact-icon-whatsapp {
  background-color: #049225;
}

.contact-icon-location {
  background-color: #0e54ae;
}

@media (min-width: 940px) {
  .qoute-section {
    height: 70vh !important;
  }
}
@media (max-width: 940px) {
  .qoute-section {
    height: 85vh !important;
  }
}
@media (max-width: 770px) {
  .qoute-section {
    height: 120vh !important;
  }
}
.footer-list > li > a > i {
  color: white !important;
  background-color: var(--color);
  padding: 10px;
  margin-left: 0 !important;
}

.footer-list > li > a {
  padding: 0 !important;
}

#toTopBtn {
  display: none;
  position: fixed;
  cursor: pointer;
  bottom: 20px;
  left: 30px;
  z-index: 9999;
  background-color: var(--color);
}

.footer-img {
  margin-right: 5px;
  height: 50px;
  width: 50px;
  margin-top: -20px;
}

.btn-whatsapp {
  position: fixed;
  left: 25px;
  bottom: 109px;
  width: 50px;
  height: 50px;
  z-index: 9999;
}

/* Start Services */
.services .box {
  box-shadow: #bbb 0 0 7px 0;
  border-radius: 5px;
}

.services .box h4 {
  border-right: 4px solid var(--color);
  padding: 0 5px;
  margin-bottom: 1rem;
}

.services .box p {
  border-left: 4px solid var(--color);
  padding: 0 5px;
  margin-bottom: 1rem;
}

.services .box img {
  width: 70%;
  border-radius: 5px;
  height: auto;
  margin-bottom: 1rem;
}

.services .box a {
  display: block;
  background-color: var(--color);
  color: white;
  padding: 0.5rem 1rem;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  margin: auto;
  margin-top: 1.5rem;
  z-index: 1;
  overflow: hidden;
  transition: 300ms;
  position: relative;
}

.services .box a::before {
  position: absolute;
  content: "";
  background-color: #ddd;
  left: 0;
  transition: 300ms;
  top: 0;
  bottom: 0;
  transform: translateX(100%);
  z-index: -1;
  right: 0;
}

.services .box a:hover:before {
  transform: translateX(0);
}

.services .box a:hover {
  color: var(--color);
  font-weight: bold;
}

/* End Services */
/* start contact */
.contact form .label {
  color: #555;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: block;
}

.contact form input[type=text],
.contact form input[type=email],
.contact form textarea {
  width: 100%;
  outline: none;
  border: none;
  padding: 0.9rem;
  font-weight: bold;
  box-shadow: #bbb 0 0 7px 0;
  border-radius: 4px;
}

.contact form textarea {
  height: 120px;
}

.contact form input[type=submit] {
  background-color: var(--color);
  color: white;
  padding: 0.7rem 5rem;
  border-radius: 5px;
  margin: auto;
  font-weight: bold;
  display: block;
  z-index: 1;
  border: 0;
  outline: 0;
  overflow: hidden;
  transition: 300ms;
  position: relative;
}

.contact form input[type=submit]:hover {
  color: var(--color);
  background-color: white;
}

/* end contact */
.landing-slider {
  position: relative;
  width: 100%;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-image: url("../images/slide-1.jpg");
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(92, 66, 38, 0.6352941176);
}

.landing-slider .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.landing-slider .container .title {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}

.border-content {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.landing-slider .container .des {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}

.btns-check {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.btns-check .btn-item {
  padding: 7px 10px;
  border: 1px solid #d8e1e3;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  transition: 300ms;
  text-align: center;
  width: calc(25% - 4.5px);
  cursor: pointer;
}

.btns-check .btn-item:hover {
  background-color: var(--color);
  color: #fff;
}

.btns-check input {
  position: absolute;
  z-index: -999;
  opacity: 0;
}

.btns-check input:checked + .btn-item {
  background-color: var(--color);
  color: #fff;
  font-weight: bold;
}

.partners-swiper {
  height: -moz-fit-content;
  height: fit-content;
}

.partner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 5px;
  text-align: center;
  background-color: #fff;
}

.partner-box img {
  max-width: 200px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-btn {
  background-color: #0db5d7;
  border: 1px solid #0db5d7;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 3px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-btn:hover {
  color: #0db5d7;
  background-color: #fff;
}

.btn-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  border: 1px solid #fff;
  padding: 16px 42px;
  font-size: 14px;
  border-radius: 3px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}
.btn-white:hover {
  color: #0db5d7;
  background-color: #fff;
}

.main-title {
  margin-bottom: 50px;
}
.main-title h6 {
  color: #0db5d7;
  font-size: 32px;
  line-height: 37.51px;
  font-weight: 400;
  text-align: center;
}
.main-title h4 {
  font-size: 30px;
  line-height: 46.89px;
  font-weight: 700;
  text-align: center;
}
.main-title p {
  color: #817f7f;
  font-size: 14px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
  width: 684px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .main-title p {
    width: 100%;
  }
}

.reservation-holder {
  width: 85%;
  display: flex;
  align-items: end;
  margin: 0 auto;
  transform: translateY(-80px);
  z-index: 9999;
  position: relative;
}
.reservation-holder .box-reservation {
  background-color: #0db5d7;
  padding: 30px 50px;
}
.reservation-holder .box-reservation .title {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.reservation-holder .box-reservation input,
.reservation-holder .box-reservation select {
  border: 1px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
  border-radius: 3px !important;
  padding: 10px;
}
.reservation-holder .box-reservation input::-moz-placeholder, .reservation-holder .box-reservation select::-moz-placeholder {
  color: #fff;
  font-weight: 700;
}
.reservation-holder .box-reservation input::placeholder,
.reservation-holder .box-reservation select::placeholder {
  color: #fff;
  font-weight: 700;
}
.reservation-holder .box-reservation input option,
.reservation-holder .box-reservation select option {
  color: #333;
}
.reservation-holder .box-reservation input[type=date]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}
.reservation-holder .box-reservation button {
  width: 100%;
  padding: 10px;
  background-color: #222222;
  color: white;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .reservation-holder {
    flex-direction: column;
    transform: translateY(0px);
    width: 100%;
  }
}

.reservation-info {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  color: #fff;
  width: 300px;
}
.reservation-info h6 {
  font-size: 20px;
  font-weight: 400;
}
.reservation-info p {
  font-size: 14px;
}
.reservation-info.light {
  background-color: #0db5d7;
}
.reservation-info.dark {
  background-color: #18617c;
}
@media (max-width: 991.98px) {
  .reservation-info {
    width: 100%;
  }
}

.box-product {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px;
}
.box-product .img-product {
  width: 100%;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
.box-product .text {
  text-align: center;
  position: relative;
}
.box-product .text .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26.4px;
  color: #363636;
  padding: 10px;
}
.box-product .text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #0db5d7;
}

.offer-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px #ddd;
  overflow: visible;
  width: 100%;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 100px;
}
.offer-box .offer-content {
  padding: 20px;
  min-height: 240px;
  padding-bottom: 0;
}
.offer-box .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.offer-box h2 {
  margin: 0 0 10px 0;
  color: #0890ab;
  font-size: 22px;
  line-height: 34.39px;
  font-weight: 700;
}
.offer-box p {
  color: #131313;
  font-size: 14px;
  line-height: 21.88px;
  margin-bottom: 20px;
  font-weight: 400;
}
.offer-box .offer-image {
  width: 90%;
  margin: 0 auto;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-5%, 32px);
  border-radius: 10px 10px 30px 30px;
}

.form-container {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.form-container h1 {
  color: #131313;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 37.51px;
  text-align: right;
}
.form-container .form-group {
  margin-bottom: 20px;
}
.form-container .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #131313;
}
.form-container .form-group input[type=text],
.form-container .form-group input[type=email],
.form-container .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 16px;
}
.form-container .form-group input[type=text]:focus,
.form-container .form-group input[type=email]:focus,
.form-container .form-group textarea:focus {
  border: 1px solid #0db5d7 !important;
  outline: 1px solid #0db5d7 !important;
}
.form-container .form-group textarea {
  height: 200px;
  resize: vertical;
}

@media (max-width: 600px) {
  .form-container {
    padding: 20px;
  }
}
.swiper-reviews {
  height: -moz-fit-content;
  height: fit-content;
}
.swiper-reviews .swiper-wrapper {
  padding-bottom: 54px;
}
.swiper-reviews .swiper-pagination {
  bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.swiper-reviews .swiper-pagination .swiper-pagination-bullet {
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 19px !important;
  color: #000000 !important;
  width: 24px !important;
  height: 24px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white !important;
  opacity: 1 !important;
}
.swiper-reviews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0890ab !important;
  color: white !important;
}
.swiper-reviews .box {
  height: 100%;
  position: relative;
  background: linear-gradient(to left, #0890ab 30px, white 30px);
  padding: 22px 52px 22px 22px;
}
.swiper-reviews .box .quot {
  position: absolute;
  font-size: 65px;
  inset-inline-end: 10px;
  top: 15px;
  line-height: 58px;
  color: #0890ab;
}
.swiper-reviews .box .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 2px;
}
.swiper-reviews .box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .swiper-reviews .box {
    padding: 16px;
  }
  .swiper-reviews .box .name {
    font-size: 18px;
  }
  .swiper-reviews .box .text {
    font-size: 14px;
  }
}

.main-select {
  border-radius: 4px;
  padding: 0.2rem;
  font-size: 13px;
  transition: 300ms;
  border: 1px solid #ddd;
}
.main-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.25) !important;
  outline: none;
}

.active-radius {
  border: 1px solid rgba(153, 153, 153, 0.6);
  border-radius: 3px;
  padding: 2px 7px;
  background-color: #ddd;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.25) !important;
}

.section-footer {
  background-color: #18617c;
  padding: 25px 0;
}
.section-footer .container {
  margin: 0 auto;
  padding: 0 15px;
}
.section-footer .text {
  line-height: 26.24px;
  font-size: 14px;
  color: #fff;
}
.section-footer .logo-2 {
  display: flex;
  align-items: center;
}
.section-footer .logo-2 img {
  height: 40px;
  margin-right: 10px;
}
.section-footer .logo-2 span {
  color: #fff;
  font-size: 18px;
}
.section-footer .social-nav {
  display: flex;
}
.section-footer .social-nav .social-icon {
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
  text-decoration: none;
  background-color: #0db5d7;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 3px;
  padding-top: 3px;
}
.section-footer .social-nav .social-icon:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .site-header .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-header .social-nav {
    margin-top: 10px;
  }
}/*# sourceMappingURL=main.css.map */