/*===========================
  01.COMMON CSS 
===========================*/
@font-face {
  font-family: "Billy Ohio";
  src: url("../fonts/Billy%20Ohio.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
::-moz-selection {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
::selection {
  background-color: var(--primary-color1);
  color: var(--white-color);
}

:root {
  --font-poppins: "Poppins", sans-serif;
  --font-roboto: "Roboto", sans-serif;
  --font-courgette: "Courgette", sans-serif;
  --font-billy-ohio: "Billy Ohio", sans-serif;
  --white-color: #fff;
  --white-color-opc: 255, 255, 255;
  --black-color: #110F0F;
  --black-color-opc: 17, 15, 15;
  --title-color: #110F0F;
  --title-color-opc: 17, 15, 15;
  --title-color2: #F6F3BC;
  --title-color2-opc: 246, 243, 188;
  --text-color: #525252;
  --white-text-color: #AAAAAA;
  --primary-color1: #1781FE;
  --primary-color1-opc: 23, 129, 254;
  --primary-color2: #0EA9D0;
  --primary-color2-opc: 14, 169, 208;
  --primary-color3: #285340;
  --primary-color3-opc: 40, 83, 64;
  --primary-color4: #1B2072;
  --primary-color4-opc: 27, 32, 114;
  --borders-color: #E8E8E8;
}

/*================================================
02. Mixins Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-roboto);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
body.experience-01 {
  /* Ball view
  ============= */
}
body.experience-01 #ball {
  border-color: var(--primary-color2);
  background-color: var(--primary-color2);
}
body.experience-01 #ball.ball-view {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color2-opc), 0.5);
}
body.experience-01 #ball .ball-drag::before,
body.experience-01 #ball .ball-drag::after {
  color: var(--primary-color2);
}
body.experience-01 #ball.magnetic-active {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color2-opc), 0.5);
}
body.experience-01 #ball .ball-close {
  color: var(--primary-color2);
}
body.experience-01 .progress-wrap svg.progress-circle {
  stroke: var(--primary-color2);
}
body.experience-01 .progress-wrap .arrow {
  fill: var(--primary-color2);
}
body.experience-01 .progress-wrap:hover {
  background-color: var(--primary-color2);
}
body.experience-01 .progress-wrap:hover .arrow {
  fill: var(--white-color);
}
body.experience-01 .daterangepicker td.active,
body.experience-01 .daterangepicker td.active:hover {
  background-color: var(--primary-color2);
}
body.experience-01 .daterangepicker td.in-range {
  background-color: rgba(var(--primary-color2-opc), 0.2);
}
body.experience-01 .daterangepicker td.active {
  background-color: var(--primary-color2);
}
body.experience-01 .daterangepicker .btn-primary {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
body.experience-01 .daterangepicker.single td.active,
body.experience-01 .daterangepicker.single td.active:hover {
  background-color: var(--primary-color2);
}
body.experience-01 .daterangepicker.single .btn-primary {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
body.experience-02 {
  /* Ball view
  ============= */
}
body.experience-02 #ball {
  border-color: var(--primary-color3);
  background-color: var(--primary-color3);
}
body.experience-02 #ball.ball-view {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color3-opc), 0.5);
}
body.experience-02 #ball .ball-drag::before,
body.experience-02 #ball .ball-drag::after {
  color: var(--primary-color3);
}
body.experience-02 #ball.magnetic-active {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color3-opc), 0.5);
}
body.experience-02 #ball .ball-close {
  color: var(--primary-color3);
}
body.experience-02 .progress-wrap svg.progress-circle {
  stroke: var(--primary-color3);
}
body.experience-02 .progress-wrap .arrow {
  fill: var(--primary-color3);
}
body.experience-02 .progress-wrap:hover {
  background-color: var(--primary-color3);
}
body.experience-02 .progress-wrap:hover .arrow {
  fill: var(--white-color);
}
body.visa-agency {
  /* Ball view
  ============= */
}
body.visa-agency #ball {
  border-color: var(--primary-color4);
  background-color: var(--primary-color4);
}
body.visa-agency #ball.ball-view {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color4-opc), 0.5);
}
body.visa-agency #ball .ball-drag::before,
body.visa-agency #ball .ball-drag::after {
  color: var(--primary-color4);
}
body.visa-agency #ball.magnetic-active {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color4-opc), 0.5);
}
body.visa-agency #ball .ball-close {
  color: var(--primary-color4);
}
body.visa-agency .progress-wrap svg.progress-circle {
  stroke: var(--primary-color4);
}
body.visa-agency .progress-wrap .arrow {
  fill: var(--primary-color4);
}
body.visa-agency .progress-wrap:hover {
  background-color: var(--primary-color4);
}
body.visa-agency .progress-wrap:hover .arrow {
  fill: var(--white-color);
}
body.package-details-page .daterangepicker .drp-calendar {
  min-width: 400px;
}
@media (max-width: 576px) {
  body.package-details-page .daterangepicker .drp-calendar {
    min-width: unset;
  }
}
body.package-details-page .daterangepicker .calendar-table th {
  padding: 4px;
  color: #aaa;
}
body.package-details-page .daterangepicker .calendar-table th.month {
  color: var(--title-color);
  font-size: 14px;
}
body.package-details-page .daterangepicker .calendar-table td {
  border-radius: 50%;
  padding: 5px;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-poppins);
  width: 50px;
  height: 50px;
}
@media (max-width: 576px) {
  body.package-details-page .daterangepicker .calendar-table td {
    width: 40px;
    height: 40px;
  }
}
body.package-details-page .daterangepicker td.active,
body.package-details-page .daterangepicker td.active:hover {
  background-color: var(--primary-color1);
}
body.package-details-page .daterangepicker .monthselect {
  outline: none;
}
body.package-details-page .daterangepicker td.in-range {
  background-color: rgba(var(--primary-color1-opc), 0.1);
}
body.package-details-page .daterangepicker td.active {
  background-color: var(--primary-color1);
}
body.package-details-page .daterangepicker button {
  outline: none;
}
body.package-details-page .daterangepicker .btn-primary {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
body.package-details-page .daterangepicker.single td.active,
body.package-details-page .daterangepicker.single td.active:hover {
  background-color: var(--primary-color1);
}
body.package-details-page .daterangepicker.single .monthselect {
  outline: none;
}
body.package-details-page .daterangepicker.single button {
  outline: none;
}
body.package-details-page .daterangepicker.single .btn-primary {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  line-height: 1.1;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 25px;
}
@media (max-width: 576px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 20px;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 576px) {
  p {
    font-size: 16px;
  }
}

.line-break {
  height: 10px;
  display: block;
}
@media (max-width: 767px) {
  .line-break {
    height: 8px;
  }
}

blockquote {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  blockquote {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  blockquote {
    gap: 20px;
  }
}
blockquote > svg {
  fill: var(--title-color);
  min-width: 28px;
  position: relative;
  z-index: 1;
}
blockquote .content {
  position: relative;
  z-index: 1;
}
blockquote .content .quote {
  position: absolute;
  top: 20px;
  left: -60px;
  z-index: -1;
}
@media (max-width: 991px) {
  blockquote .content .quote {
    top: 10px;
    left: -25px;
  }
}
@media (max-width: 767px) {
  blockquote .content .quote {
    top: 5px;
    left: -20px;
  }
}
blockquote .content p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  blockquote .content p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  blockquote .content p {
    font-size: 20px;
    line-height: 32px;
  }
}
blockquote .content .name-deg h5 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
}
blockquote .content .name-deg span {
  color: var(--title-color);
  font-family: var(--font-roboto);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}

input {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

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

a {
  text-decoration: none;
}

.pb-130 {
  padding-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-130 {
    padding-top: 90px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 70px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-90 {
    padding-top: 70px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-110 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-110 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-110 {
    margin-bottom: 60px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .mb-120 {
    margin-bottom: 70px;
  }
}

.mb-130 {
  margin-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-130 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-130 {
    margin-bottom: 90px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-50 {
  padding-top: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-50 {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .pt-50 {
    padding-top: 30px;
  }
}

.pt-40 {
  padding-top: 40px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}
@media (max-width: 1199px) {
  .mb-65 {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .mb-65 {
    margin-bottom: 45px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .mb-70 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

.mb-45 {
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .mb-45 {
    margin-bottom: 35px;
  }
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-20 {
  margin-bottom: 20px;
}

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

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-50 {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .mt-50 {
    margin-top: 40px;
  }
}

.mt-30 {
  margin-top: 30px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-65 {
  margin-top: 65px;
}
@media (max-width: 1199px) {
  .mt-65 {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .mt-65 {
    margin-top: 45px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .mt-70 {
    margin-top: 40px;
  }
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
}

body.tt-magic-cursor #magic-cursor {
  display: block;
}

#ball {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  pointer-events: none;
  border-style: solid;
  border-radius: 50%;
  border-color: var(--primary-color1);
  background-color: var(--primary-color1);
  /* Note: border width handled through JS */
}

/* Ball view
============= */
#ball.ball-view {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color1-opc), 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  font-size: 15px;
  font-weight: 600;
  color: var(--white-color);
  font-family: var(--font-roboto);
  line-height: 1.4;
  text-align: center;
}

#ball .ball-view-inner {
  padding: 0 5px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

#ball .ball-view-inner i {
  font-size: 24px;
}

/* Ball drag
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 16px;
  color: var(--primary-color1);
  height: 10px;
  line-height: 10px;
  /* Font Awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f060";
  /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f061";
  /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

#ball.magnetic-active {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color1-opc), 0.5);
  -webkit-backdrop-filter: blur(1.1px);
          backdrop-filter: blur(1.1px);
  border-color: transparent !important;
}

/* Ball close
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color1);
  line-height: 1;
  text-align: center;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}
.progress-wrap {
  position: fixed;
  left: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--borders-color);
  background-color: transparent;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap svg {
  fill: none;
  transition: 0.5s;
}
.progress-wrap svg.progress-circle {
  stroke: var(--primary-color1);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.progress-wrap .arrow {
  fill: var(--primary-color1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.progress-wrap:hover {
  background-color: var(--primary-color1);
}
.progress-wrap:hover .arrow {
  fill: var(--white-color);
}

.primary-btn1 {
  background-color: var(--primary-color1);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 15px;
  color: var(--white-color);
  letter-spacing: 0.48px;
  line-height: 1;
  padding: 20px 24px;
  border-radius: 10px;
  position: relative;
  align-items: center;
  display: inline-flex;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}
.primary-btn1 > span {
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.primary-btn1 > span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.primary-btn1 > span svg {
  fill: var(--white-color);
  transition: 0.5s;
}
.primary-btn1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 102% 102%;
  border-radius: inherit;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  z-index: -1;
}
.primary-btn1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(110%);
  background-color: var(--black-color);
  overflow: hidden;
  transition: opacity 0.5s, transform 0.5s;
  z-index: -1;
}
.primary-btn1:hover {
  color: var(--white-color);
}
.primary-btn1:hover .arrow {
  fill: rgba(255, 255, 255, 0.15);
}
.primary-btn1:hover > span {
  transform: translateY(-150%);
  opacity: 0;
}
.primary-btn1:hover > span:nth-child(2) {
  opacity: 1;
  transform: translate(0%, -50%);
}
.primary-btn1:hover::after {
  transform: translate(0);
  border-radius: 0;
}
.primary-btn1.white-bg {
  background-color: var(--white-color);
  color: var(--title-color);
}
.primary-btn1.white-bg::after {
  background-color: var(--primary-color1);
}
.primary-btn1.white-bg:hover {
  color: var(--white-color);
}
.primary-btn1.black-bg {
  background-color: var(--black-color);
  color: var(--white-color);
}
.primary-btn1.black-bg::after {
  background-color: var(--primary-color1);
}
.primary-btn1.black-bg:hover {
  color: var(--white-color);
}
.primary-btn1.transparent {
  background-color: transparent;
  border: 1px solid var(--borders-color);
  color: var(--title-color);
  padding: 16px 17px;
}
.primary-btn1.transparent::after {
  background-color: var(--primary-color1);
}
.primary-btn1.transparent span svg {
  fill: var(--title-color);
}
.primary-btn1.transparent:hover {
  color: var(--white-color);
  border-color: var(--primary-color1);
}
.primary-btn1.transparent:hover span svg {
  fill: var(--white-color);
}
.primary-btn1.two {
  border-radius: 100px;
}
.primary-btn1.three {
  background-color: var(--primary-color2);
}
.primary-btn1.three.white-bg {
  background-color: var(--white-color);
  color: var(--title-color);
}
.primary-btn1.three.white-bg::after {
  background-color: var(--primary-color2);
}
.primary-btn1.three.white-bg:hover {
  color: var(--white-color);
}
.primary-btn1.three.black-bg {
  background-color: var(--black-color);
  color: var(--white-color);
}
.primary-btn1.three.black-bg::after {
  background-color: var(--primary-color2);
}
.primary-btn1.three.black-bg:hover {
  color: var(--white-color);
}
.primary-btn1.three.transparent {
  background-color: transparent;
  border: 1px solid var(--borders-color);
  color: var(--title-color);
  padding: 16px 17px;
}
.primary-btn1.three.transparent::after {
  background-color: var(--primary-color2);
}
.primary-btn1.three.transparent span svg {
  fill: var(--title-color);
}
.primary-btn1.three.transparent:hover {
  color: var(--white-color);
  border-color: var(--primary-color2);
}
.primary-btn1.three.transparent:hover span svg {
  fill: var(--white-color);
}
.primary-btn1.four {
  background-color: var(--primary-color3);
  color: var(--title-color2);
}
.primary-btn1.four svg {
  fill: var(--title-color2);
}
.primary-btn1.four:hover {
  color: var(--white-color);
}
.primary-btn1.four:hover svg {
  fill: var(--white-color);
}
.primary-btn1.four.transparent {
  background-color: transparent;
  border: 1px solid var(--black-color);
  color: var(--title-color);
  padding: 16px 17px;
}
.primary-btn1.four.transparent::after {
  background-color: var(--primary-color3);
}
.primary-btn1.four.transparent span svg {
  fill: var(--title-color);
}
.primary-btn1.four.transparent:hover {
  color: var(--title-color2);
  border-color: var(--primary-color3);
}
.primary-btn1.four.transparent:hover span svg {
  fill: var(--title-color2);
}
.primary-btn1.four.white-bg {
  background-color: var(--white-color);
  color: var(--primary-color3);
}
.primary-btn1.four.white-bg svg {
  fill: var(--primary-color3);
}
.primary-btn1.four.white-bg::after {
  background-color: var(--primary-color3);
}
.primary-btn1.four.white-bg:hover {
  color: var(--title-color2);
}
.primary-btn1.four.white-bg:hover svg {
  fill: var(--title-color2);
}
.primary-btn1.four.black-bg {
  background-color: var(--black-color);
  color: var(--white-color);
}
.primary-btn1.four.black-bg svg {
  fill: var(--white-color);
}
.primary-btn1.four.black-bg::after {
  background-color: var(--primary-color3);
}
.primary-btn1.four.black-bg:hover {
  color: var(--title-color2);
}
.primary-btn1.four.black-bg:hover svg {
  fill: var(--title-color2);
}
.primary-btn1.five {
  background-color: var(--primary-color4);
}
.primary-btn1.five.transparent {
  background-color: transparent;
  border: 1px solid var(--borders-color);
  color: var(--title-color);
  padding: 16px 17px;
}
.primary-btn1.five.transparent::after {
  background-color: var(--primary-color4);
}
.primary-btn1.five.transparent span svg {
  fill: var(--title-color);
}
.primary-btn1.five.transparent:hover {
  color: var(--white-color);
  border-color: var(--primary-color4);
}
.primary-btn1.five.transparent:hover span svg {
  fill: var(--white-color);
}

.select {
  margin-bottom: 25px;
}

.nice-select {
  width: 100%;
  height: 56px;
  line-height: 56px;
  color: #AAAAAA;
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 500;
  background: var(--white-color);
  border-color: var(--borders-color);
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.nice-select:hover {
  border-color: var(--borders-color);
}
.nice-select:focus {
  border-color: var(--borders-color);
}
.nice-select.open {
  border-radius: 10px 10px 0 0;
}
.nice-select.open::after {
  transform: rotate(-180deg);
}
.nice-select:after {
  border-bottom: none;
  border-right: none;
  content: "";
  display: block;
  height: 7px;
  width: 10px;
  background-color: rgba(82, 82, 82, 0.6);
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: rotate(0);
}
.nice-select .list {
  width: 100%;
  background: var(--white-color);
  margin-top: 0;
  border-radius: 0 0 5px 5px;
}
.nice-select .list .option {
  color: var(--text-color);
  font-family: var(--font-roboto);
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid var(--borders-color);
}
.nice-select .list .option:last-child {
  border-bottom: unset;
}

.section-title h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title h2 {
    font-size: 37px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}
.section-title p {
  color: var(--text-color);
  font-family: var(--font-roboto);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding-top: 20px;
  max-width: 545px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-title p {
    padding-top: 15px;
  }
}
@media (max-width: 576px) {
  .section-title p {
    padding-top: 10px;
    font-size: 16px;
  }
}
.section-title.white h2 {
  color: var(--white-color);
}
.section-title.white p {
  color: #AAAAAA;
}
.section-title.two p {
  margin-left: 0;
}

.slider-btn-grp {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .slider-btn-grp {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .slider-btn-grp {
    gap: 30px;
  }
}
.slider-btn-grp .slider-btn {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid var(--black-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.slider-btn-grp .slider-btn svg {
  fill: none;
  stroke: var(--title-color);
  transition: 0.5s;
}
@media (max-width: 767px) {
  .slider-btn-grp .slider-btn {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }
  .slider-btn-grp .slider-btn svg {
    width: 12px;
  }
}
.slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.slider-btn-grp .slider-btn:hover svg {
  stroke: var(--white-color);
}
.slider-btn-grp .slider-btn.swiper-button-disabled {
  opacity: 0.5;
}
.slider-btn-grp.white .slider-btn {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.slider-btn-grp.white .slider-btn i {
  color: rgba(255, 255, 255, 0.4);
}
.slider-btn-grp.white .slider-btn:hover {
  border-color: var(--white-color);
  background-color: var(--white-color);
}
.slider-btn-grp.white .slider-btn:hover i {
  color: var(--title-color);
}
.slider-btn-grp.two .slider-btn {
  background-color: var(--white-color);
  border-color: var(--borders-color);
}
.slider-btn-grp.two .slider-btn svg {
  stroke: none;
  fill: var(--title-color);
}
.slider-btn-grp.two .slider-btn:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.slider-btn-grp.two .slider-btn:hover svg {
  fill: var(--white-color);
}
.slider-btn-grp.three .slider-btn {
  background-color: var(--white-color);
  border-color: var(--borders-color);
}
.slider-btn-grp.three .slider-btn svg {
  stroke: none;
  fill: var(--title-color);
}
.slider-btn-grp.three .slider-btn:hover {
  background-color: var(--primary-color3);
  border-color: var(--primary-color3);
}
.slider-btn-grp.three .slider-btn:hover svg {
  fill: var(--title-color2);
}

.paginations {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: unset;
  z-index: 9;
  gap: 8px;
}
@media (max-width: 576px) {
  .paginations {
    justify-content: center;
  }
}
.paginations .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: rgba(170, 170, 170, 0.5);
  opacity: 1;
  position: relative;
  border-radius: 50%;
}
.paginations .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 50px;
  background-color: var(--primary-color1);
}
.paginations.two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--black-color);
}
.paginations.three .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color3);
}

.form-inner {
  line-height: 1;
}
.form-inner label {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-bottom: 12px;
}
.form-inner input {
  width: 100%;
  background: transparent;
  color: var(--title-color);
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  height: 56px;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
}
@media (max-width: 576px) {
  .form-inner input {
    font-size: 15px;
    border-radius: 5px;
    height: 52px;
  }
}
.form-inner input::-moz-placeholder {
  color: #AAAAAA;
  font-weight: 400;
}
.form-inner input::placeholder {
  color: #AAAAAA;
  font-weight: 400;
}
.form-inner input:focus {
  border-color: var(--black-color);
}
.form-inner textarea {
  width: 100%;
  border-radius: 10px;
  background: transparent;
  color: var(--title-color);
  border: 1px solid rgba(var(--black-color-opc), 0.2);
  outline: none;
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 500;
  padding: 20px 25px;
  min-height: 170px;
  resize: none;
}
@media (max-width: 576px) {
  .form-inner textarea {
    padding: 20px 15px;
    border-radius: 5px;
    font-size: 15px;
  }
}
.form-inner textarea:focus {
  border-color: var(--black-color);
}
.form-inner textarea::-moz-placeholder {
  color: #AAAAAA;
  font-weight: 400;
}
.form-inner textarea::placeholder {
  color: #AAAAAA;
  font-weight: 400;
}

.form-inner2 .form-check {
  min-height: unset;
  margin-bottom: 0;
}
.form-inner2 .form-check .form-check-input {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin-top: 7px;
  background-color: transparent;
  border: 1px solid rgba(var(--black-color-opc), 0.2);
  border-radius: 5px;
}
.form-inner2 .form-check .form-check-input:focus {
  box-shadow: none;
}
.form-inner2 .form-check .form-check-input:checked {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.form-inner2 .form-check .form-check-label {
  cursor: pointer;
  color: var(--text-color);
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .form-inner2 .form-check .form-check-label {
    font-size: 15px;
  }
}

.daterangepicker td.start-date.end-date {
  border-radius: 50%;
}

.daterangepicker .drp-calendar {
  min-width: 270px;
}
.daterangepicker .calendar-table th {
  padding: 4px;
  color: #aaa;
}
.daterangepicker .calendar-table th.month {
  color: var(--title-color);
  font-size: 14px;
}
.daterangepicker .calendar-table td {
  border-radius: 50%;
  padding: 5px;
  font-size: 13px;
  font-family: var(--font-poppins);
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--primary-color1);
}
.daterangepicker .monthselect {
  outline: none;
}
.daterangepicker td.in-range {
  background-color: rgba(var(--primary-color1-opc), 0.1);
}
.daterangepicker td.active {
  background-color: var(--primary-color1);
}
.daterangepicker button {
  outline: none;
}
.daterangepicker .btn-primary {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.daterangepicker.single td.active,
.daterangepicker.single td.active:hover {
  background-color: var(--primary-color1);
}
.daterangepicker.single .monthselect {
  outline: none;
}
.daterangepicker.single button {
  outline: none;
}
.daterangepicker.single .btn-primary {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.hotel_cover {
	height: 326px!important;
	width: 100%;
}
.operators-section .operator-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
  height: auto;
  transition: all 0.3s ease;
  min-width: 0;
}

.operators-section .operator-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(17, 24, 39, 0.1);
}

.operators-section .operator-box__image {
  flex: 0 0 155px;
  max-width: 155px;
  min-width: 155px;
}

.operators-section .operator-box__image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.operators-section .operator-box__content {
  flex: 1 1 auto;
  min-width: 0;
}

.operators-section .operator-box__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #0d6efd;
  background: rgba(13, 110, 253, 0.08);
  border-radius: 30px;
  padding: 6px 12px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.operators-section .operator-box__content h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #101828;
  overflow-wrap: break-word;
}

.operators-section .operator-box__phone {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #111827;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.operators-section .operator-box__phone:hover {
  color: var(--primary-color1);
}

.operators-section .operator-box__subtitle {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #0f766e;
  overflow-wrap: break-word;
}

.operators-section .operator-box__content p {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.7;
  color: #667085;
  overflow-wrap: break-word;
}

.operators-section .operator-box__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.operators-section .operator-btn {
  min-width: 105px;
  height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #fff;
  white-space: nowrap;
}

.operators-section .operator-btn.whatsapp {
  background: #25d366;
}

.operators-section .operator-btn.telegram {
  background: #229ed9;
}

.operators-section .operator-btn.viber {
  background: #7360f2;
}

.operators-section .operator-btn:hover {
  transform: translateY(-2px);
  color: #fff;
}

@media (max-width: 1199px) {
  .operators-section .operator-box {
    gap: 16px;
    padding: 16px;
  }

  .operators-section .operator-box__image {
    flex: 0 0 140px;
    max-width: 140px;
    min-width: 140px;
  }

  .operators-section .operator-box__image img {
    height: 175px;
  }

  .operators-section .operator-box__content h3 {
    font-size: 22px;
  }

  .operators-section .operator-box__phone {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .operators-section .operator-box {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 14px;
    border-radius: 16px;
  }

  .operators-section .operator-box__image {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .operators-section .operator-box__image img {
    width: 100%;
    height: unset;
    object-fit: cover;
    object-position: top center;
    border-radius: 14px;
  }

  .operators-section .operator-box__content {
    width: 100%;
  }

  .operators-section .operator-box__badge {
    font-size: 11px;
    padding: 5px 10px;
    margin-bottom: 8px;
  }

  .operators-section .operator-box__content h3 {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 6px;
  }

  .operators-section .operator-box__phone {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 6px;
  }

  .operators-section .operator-box__subtitle {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 8px;
  }

  .operators-section .operator-box__content p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .operators-section .operator-box__actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .operators-section .operator-btn {
    min-width: 0;
    width: 100%;
    height: 38px;
    padding: 0 8px;
    font-size: 12px;
    border-radius: 10px;
  }
}

@media (max-width: 480px) {
  .operators-section .operator-box {
    padding: 12px;
  }

  .operators-section .operator-box__image img {
    height: unset;
  }

  .operators-section .operator-box__content h3 {
    font-size: 18px;
  }

  .operators-section .operator-box__phone {
    font-size: 15px;
  }

  .operators-section .operator-btn {
    height: 36px;
    font-size: 11px;
    padding: 0 6px;
  }
}
.review-wrap {
	display: flex;
	justify-content: center;
}

.yandex-rating-summary {
	width: 100%;
	max-width: 720px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px 24px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	text-decoration: none;
	transition: all 0.3s ease;
}

.yandex-rating-summary:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.1);
}

.yandex-rating-summary__left {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.yandex-rating-summary__logo img {
	width: 42px;
	height: 42px;
	object-fit: contain;
	display: block;
}

.yandex-rating-summary__meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.yandex-rating-summary__label {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #111;
}

.yandex-rating-summary__count {
	font-size: 14px;
	line-height: 1.4;
	color: #6b7280;
}

.yandex-rating-summary__right {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}

.yandex-rating-summary__score {
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	color: #111;
}

.yandex-rating-summary__stars {
	display: flex;
	align-items: center;
	gap: 4px;
}

.yandex-rating-summary__stars img {
	width: 18px;
	height: 18px;
	display: block;
}

@media (max-width: 767px) {
	.yandex-rating-summary {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding: 16px 18px;
	}

	.yandex-rating-summary__right {
		width: 100%;
		justify-content: space-between;
	}
}
.yandex-rating-summary__stars,
.rating-stars {
    display: flex;
    align-items: center;
    gap: 4px;
}

.yandex-rating-summary__stars img,
.rating-stars img {
    width: 18px;
    height: 18px;
    display: block;
}
.breadcrumb-section {
    background: linear-gradient(135deg, #0d1b2a 0%, #0f2238 60%, #1781fe 140%);
    padding: 90px 0 70px;
    position: relative;
    overflow: hidden;
}

.breadcrumb-section::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    right: -120px;
    top: -150px;
    background: rgba(23, 129, 254, 0.15);
    border-radius: 50%;
}

.breadcrumb-section::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -100px;
    bottom: -120px;
    background: rgba(23, 129, 254, 0.10);
    border-radius: 50%;
}

.breadcrumb-section .banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.breadcrumb-section .banner-content h1 {
    color: #fff;
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 15px;
}

.breadcrumb-section .breadcrumb-list {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-section .breadcrumb-list li {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    position: relative;
    padding-right: 18px;
}

.breadcrumb-section .breadcrumb-list li::after {
    content: "/";
    position: absolute;
    right: 0;
    color: rgba(255, 255, 255, 0.4);
}

.breadcrumb-section .breadcrumb-list li:last-child {
    color: #fff;
    font-weight: 600;
}

.breadcrumb-section .breadcrumb-list li:last-child::after {
    display: none;
}

.breadcrumb-section .breadcrumb-list li a {
    color: #fff;
    transition: 0.3s;
}

.breadcrumb-section .breadcrumb-list li a:hover {
    color: #1781fe;
}
ol, ul, dl {
	list-style: none;
    padding-left: 0;
}