@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(../fonts/montreal/style.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  object-fit: cover;
}

html {
  height: 100%;
}

body {

  background: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #222222;

}

input:focus,
button:focus,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: 'Montreal Regular';
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 60px;
  line-height: 75px;
}

h3 {
  font-size: 44px;
  line-height: 64px;
     
}

h4 {
  font-size: 40px;
  line-height: 54px;
}

h5 {
  font-size: 30px;
  line-height: 44px;
}

h6 {
  font-size: 20px;
  line-height: 34px;
}

a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #E0AA3E;
}




/* Default (desktop) */
.header-left img {
  width: 200px; /* Or your desired full size */
  max-width: 100%;
  height: auto;
}

/* Tablet (landscape) - up to 991px */
@media (max-width: 991px) {
  .header-left img {
    width: 180px;
  }
}

/* Tablet (portrait) - up to 768px */
@media (max-width: 768px) {
  .header-left img {
    width: 160px;
  }
}

/* Mobile (large) - up to 576px */
@media (max-width: 576px) {
  .header-left img {
    width: 140px;
     height:50px;
  }
}

/* Mobile (small) - up to 450px */
@media (max-width: 450px) {
  .header-left img {
    width: 120px;
    height:35px;
  }
}

/* Tiny screens - up to 360px */
/*@media (max-width: 360px) {*/
/* .header-left img {*/
/*    width: 120px;*/
/*    height:35px;*/
/*}*/



img {
  max-width: 100%;
}

.f-size-11 {
  font-size: 11px;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-14 {
  font-size: 14px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-18 {
  font-size: 18px;
}

.f-size-30 {
  font-size: 30px;
}

.f-weight-100 {
  font-weight: 100;
}

.f-weight-200 {
  font-weight: 200;
}

.f-weight-300 {
  font-weight: 300;
}

.f-weight-400 {
  font-weight: 400;
}

.f-weight-500 {
  font-weight: 500;
}

.f-weight-600 {
  font-weight: 600;
}

.f-weight-700 {
  font-weight: 700;
}

.f-weight-800 {
  font-weight: 800;
}

.f-weight-900 {
  font-weight: 900;
}

.f-weight-bold {
  font-weight: bold;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.b-r-10 {
  border-radius: 10px !important;
}

.b-r-15 {
  border-radius: 15px !important;
}

.b-r-20 {
  border-radius: 20px !important;
}

.b-r-25 {
  border-radius: 25px !important;
}

.b-r-30 {
  border-radius: 30px !important;
}

.f.general-r {
  font-family: 'GeneralSans-Regular';
}

.f-general-m {
  font-family: 'GeneralSans-Medium';
}

.f-general-s {
  font-family: 'GeneralSans-Semibold';
}

.f-urbanist {
  font-family: "Urbanist", sans-serif;
}

.navbar-dark .navbar-nav .nav-link {
  color: #222222;
  font-weight: 500;
  padding: 0px 15px;
}

.btn-fill {
  background-color: rgba(0, 0, 0, 1);
  padding: 10px 30px;
  display: inline-block;
  border-radius: 10px;
  color: #fff;
}

.header-right p {
  margin-bottom: 0;
}
.header-left{
    height:58px;
}

header.site-header {
  padding: 20px 0 10px;
}

.site-banner .width-sm {
  max-width: 1180px;
  text-align: center;
}

.site-banner h6.with-border {
  display: inline-block;
  border: 1px solid #c8c8c8;
  padding: 6px 26px;
  border-radius: 30px;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 0 20px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #f59c1d;
}

/* .owl-carousel.owl-drag .owl-item {
  display: flex;
  align-items: flex-end;

} */

.site-section {
  padding: 65px 0;
}

.text-orange {
  color: #C77704;
}

.slide-holder::after {
  float: right;
  background: #000000;
  content: "";
  width: 96%;
  height: 343px;
  display: block;
  margin-top: -315px;
  border-radius: 10px;
}



#package h6 {
  position: absolute;
  top: 50%;
  color: #fff;
  left: 35%;
}

#testimonial .owl-item img {
  display: block;
  width: 100%;
  max-width: 50px;
}

.item-holder-3 {
  border: 1px solid #979797;
  padding: 30px;
  border-radius: 10px;
  background: rgb(255 255 255 / 82%);
}

.testimonial {
  background: url(../img/testi-bg.png) no-repeat top right;
  padding-bottom: 150px;
}

.adventure {
  background-position: center bottom;
  background-size: cover;
  color: #fff;
  padding: 230px 0;
}

.c-dark {
  color: #000;
}

.site-footer {
  background: #BB4658;
  color: #fff;
  font-size: 15px;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu li {
  width: 50%;
}

.footer-menu li a {
  color: #fff;
}

.social-media li {
  margin-right: 15px;

}

.special {
  font-size: 120px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.w-70-px {
  width: 70px;
}

.special-img-1 {
  position: relative;
  left: 181px;
  top: 18px;
}

.special-img-2 {
  position: relative;
  right: 181px;
  top: -5px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.block-item.one {
  background: #FFC0CC;
}

.block-item.two {
  background: #A3E479;
}

.block-item {
  padding: 25px;
  border-radius: 10px;
  min-height: 350px;
}

.block-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* object-fit: contain; */
}

.block-overlay h2 {
  font-size: 110px;
  color: #fff;
}

body .gallery .owl-carousel .owl-dots.disabled {
  display: block !important;
  position: initial;
  display: flex !important;
  justify-content: center;
  margin-top: 40px;
}

body .gallery button.owl-dot {
  border-radius: 30px;
  width: 50px;
  height: 13px;
  background: #888888;
  display: block;
  z-index: 122;
  position: relative;
  margin: 10px;
}

button.owl-dot.active {
  background: #D9D9D9 !important;
  width: 90px !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
  position: absolute;
  right: 0;
  bottom: -5px;
}

.owl-next,
.owl-prev {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: url(../img/arrow-right.svg) no-repeat center !important;
  border: 1px solid #464646 !important;
  text-indent: -100px;
  overflow: hidden;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  margin: 10px;
}

button.owl-prev {
  transform: rotate(180deg);
}

.item-holder-4 {
  max-width: 500px;
}

.form-1 input[type="text"] {
  width: 500px;
  background: #fff;
  border: 1px solid #888888;
  padding: 15px 45px 15px 15px;
  border-radius: 20px;
}

.item-holder-4 button {
  position: absolute;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  right: 12px;
  top: 11px;
}

.text-gray {
  color: #777777;
}

.white-bg {
  background-color: #fff;
  color: #000;
}

.banner-with-height {
  min-height: 609px;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  object-fit: cover;
}

.plan-holder {
  background: #eded0f;
  padding: 21px;
  border-radius: 10px;
}

.red-bg {
  background-color: #FFE2E2;
}

.green-bg {
  background-color: #D8FFBF;
}

.blue-bg {
  background-color: #D9E9FF;
}

.height-auto {
  height: auto !important;
}

.form-control {
  border: 1px solid #888888;
  height: 50px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.form-holder {
  padding: 30px;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 37%);
  border-radius: 20px;
}

.row.align-items-center.service-item {
  box-shadow: 0 0px 10px 1px rgb(0 0 0 / 28%);
  border-radius: 15px;
  padding: 30px 15px;
}

.item {
  align-items: end;
}

.country {
  grid-template-columns: repeat(5, 1fr);
  display: flex !important;
  align-items: end;
  gap: 25px;
}

.package .owl-carousel .owl-dots.disabled,
.package .owl-carousel .owl-nav.disabled {
  bottom: -107px;
}

.services .owl-carousel .owl-dots.disabled,
.services .owl-carousel .owl-nav.disabled {

  top: -68px;
}

.testimonial .owl-carousel .owl-dots.disabled,
.testimonial .owl-carousel .owl-nav.disabled {
  display: block !important;
  position: absolute;
  right: 0;
  bottom: -65px;
}

section.site-section.service {
  padding-left: 15px;
  padding-right: 15px;
}

/*.float-menu {*/
/*  position: fixed;*/
/*  right: 11px;*/
/*  text-align: center;*/
/*  top: 150px;*/
/*  font-size: 14px;*/
/*  z-index: 999;*/
/*}*/
.float-menu {
    position: fixed;
    right: 7px;
    text-align: center;
    bottom: 50px;
    font-size: 13px;
    z-index: 999;
}

.float-menu img {
  max-width: 52%;
}










@media (max-width: 992px) {
  .navbar-dark .navbar-toggler-icon {
    filter: invert(1);
  }

  .navbar-collapse {
    position: absolute;
    right: -80px;
    top: 44px;
    z-index: 99;
    background: #ffffff;
    width: 180px;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 38%);
  }

  .navbar-dark .navbar-toggler {
    border: 1px solid #888888;
  }

  .country {
    flex-wrap: wrap;
  }

  .country div {
    text-align: center !important;
    width: 48%;
  }

  .slide-holder::after {
    display: none;
  }

  .owl-dots {
    display: none;
  }

  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    bottom: -70px;
  }
}

@media (max-width: 768px) {

  .country div {
    width: 47%;
  }

  .form-1 input[type="text"] {
    width: 350px;
  }

}

@media (max-width: 448px) {

  .country div {
    width: 46%;
  }

  .form-1 input[type="text"] {
    width: 100%;
  }
.site-header img {
    max-width: 70%;
}
.header-right .main-btn {
    width: 158px;
}
h2 {
    /*font-size: 45px;*/
    /*line-height: 60px;*/
            font-size: 23px;
        line-height: 36px;
}
h3 {
    font-size: 20px;
    line-height: 34px;
}
.special {
    font-size: 45px;
}
h4 {
    font-size: 28px;
    line-height: 33px;
}
.block-overlay h2

 {
    font-size: 43px;
    color: #fff;
}

.special-img-2 {
    position: relative;
    right: 11px;
    top: -5px;
}
.special-img-1 {
    position: relative;
    left: -11px;
    top: 0px;
}
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li + li {
  margin: 0 5px;
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li + li {
  margin: 0 5px;
}

.blog-pagination {
  display: block;
  width: 100%;
}

.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-pagination ul li a,
.blog-pagination ul li span {
  display: block;
  border: 1px solid #e2e2e2;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.blog-pagination ul li span.current,
.blog-pagination ul li a:hover {
  background-color: #cb908a;
  color: #000000;
}