:root {
  --title-color: #0d6efd;
  --text-primary:#0d6efd;
  --theme-color: #0d3aad;
  --white-color: #fff;
  --secondary-color: #bb5b5b;
}
body {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  background-color: #ffff;
  color: #333333;
}
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}
p{color: #7A7A7A; font-size: 18px}

.topbar {
  background-color: #000;
  padding: 10px 0px;
  color: #fff;
}
.topbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
.topbar a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s linear;
}
.topbar .contact-info li {margin: 0 25px 0 0}
.topbar .social-media li {margin: 0 0 0 15px}
.social-media i {color: #fff}
.topbar a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s linear;
}
.topbar a:hover {opacity: 0.7}
.hero-section {
  position: relative;
  height: 75vh;
  background-image: url('../images/capetown-table-mountain.jpg');
  background-size: cover;
  background-position: center;
  padding: 50px;
  overflow: hidden;
}
.hero-section h1{
  font-size: 4rem;
  color: #fff;
  z-index: 10;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.pattern-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 1;
}
.navbar.fixed-top #logo {width: 200px; height: auto;}
.nav-link:focus, .nav-link:hover {color: var(--secondary-color)}
.text-justify {text-align: justify}
#backTop {
	position: fixed;
	bottom: 60px;
	right: 12px;
	font-size: 25px;
	color: #fff;
	background-color: #2196f3;
	padding: 3px 10px;
	cursor: pointer;
	border-radius: 50%;
	pointer-events: none;
	opacity: 0;
	transition: opacity .3s ease-in-out;
  z-index: 1000;
}
#backTop:hover {background-color: #333;transition: .5s}
.smoke-bg-color {background-color: #E9F6F9}
.nav-link {font-weight: 600;font-size: 18px; color: #333; cursor: pointer;}
.WhatsApp {width:200px;}
.card {border: 0 !important}
.card-title {color: #333 !important;font-weight: 600}
.card-footer {background-color: #fff; border: 0}
.book-btn {font-size: 15px;font-weight: 600}
.qty-selection {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.counter-btn {
  width: 30px;
  height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  color: #003162;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 7px 15px;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  min-height: 36px;
  min-width: 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.sub-title {
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  position: relative;
  margin-bottom: -4px;
}
.qty-selection input[type=number] {
  width: 50px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none;
  background: 0 0 !important;
  text-align: center;
}
.flatpickr .input-button {right: 12px;top: 15px}
.card-img-top {max-height: 200px; object-fit: cover;}.price {font-weight: bold; font-size: 18px;}
.stars {color: #f1971e;font-size: 20px}
.bg-light-gray {background-color: #f7f7f7;}
.shadow { box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08)}
.duration-txt {
  position: absolute;
  top: 15px;
  left: 10px;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 6px;
  background: #fff;
  color: #333;
}
.price-t {font-size: 1.6rem;font-weight: 600}
.price {color: #333; font-size: 18px}
.bg-light-blue{background-color: #fafeff}
.fa-phone {transform: rotate(92deg)}
.mb-20 {margin-bottom: 20px}
footer {background-color: #000000;color: #fff !important}
footer a , footer i{
  text-decoration: none !important;
  color: #fff !important;
}
footer .f-contact {background-image: url('../images/map-img.png'); background-repeat: no-repeat;}
.social-icons i {
  font-size: 30px;
  color: #1ca8cb;
}
footer .info-box .icon {color: #fff; background-color: rgba(255, 255, 255, 0.2)}
.info-box .icon {
  color: #e9f6f9;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 37px;
  background-color: #E9F6F9;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.info-box{margin-bottom: 10px; align-items: center;}
.mb-50 {margin-bottom: 200px !important}
.f-logo {width: 120px}
.border-20 {border-radius: 20px !important}
.navbar-nav {line-height: 50px}
.navbar-nav .nav-link.active {
  color: var(--secondary-color);
}
.stars {color: #f1971e;font-size: 20px}
.font-12 {font-size: 12px}
.flatpickr-input {height: 54px; padding: 14px; border-color: #dee2e6}
.bg-gray {background-color: #8d8d8f}.text-gray{color: #8d8d8f}
.tick li {
  background: url(../icons/check.png) no-repeat left 2px;
  padding-left: 20px;
  margin-bottom: 5px;
}
.swal-footer {text-align: center;}
.close li::before {
  content: "\f00d";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  margin-bottom: 5px;
  margin-right: 7px;
  color: #ff4d4d;
}
.text-yellow{color: #0d3aad}
.btn-color{background-color: #0d3aad; color: #fff; font-weight: 500}
.btn.secondary {
  background-color: #5c9ee6;
  color: #ffffff;
  border: none;
}

html .btn-secondary {
  color: #127055 !important;
  border-color: #127055 !important;
}
html .btn-secondary:hover, html .btn-secondary:focus, html .btn-secondary:active, html .btn-secondary.active, html .btn-secondary.disabled, html .btn-secondary[disabled] {
  color: #0c3d2e !important;
  border-color: #0c3d2e !important;
}

.brd-rad-20{border-radius: 20px !important}
.contact-form .btn-s3 {
 padding: 12px 30px;
}
/*BUTTON*/
.btn-s3 {
  color: #fff !important;
  text-decoration: none;
  background-color: #901C1E !important;
  *background-color: #901C1E !important;
  background-image: -moz-linear-gradient(top, #b32427, #901C1E) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b32427), to(#901C1E)) !important;
  background-image: -webkit-linear-gradient(top, #b32427, #901C1E) !important;
  background-image: -o-linear-gradient(top, #b32427, #901C1E) !important;
  background-image: linear-gradient(to bottom, #b32427, #901C1E) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b32427', endColorstr='#901C1E') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b32427', endColorstr='#901C1E')" !important;
  background-repeat: repeat-x !important;
}
/* Hover State */
.btn-s3:hover {
  background-color: #7a181a !important;
  background-image: -moz-linear-gradient(top, #a31e20, #7a181a) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a31e20), to(#7a181a)) !important;
  background-image: -webkit-linear-gradient(top, #a31e20, #7a181a) !important;
  background-image: -o-linear-gradient(top, #a31e20, #7a181a) !important;
  background-image: linear-gradient(to bottom, #a31e20, #7a181a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a31e20', endColorstr='#7a181a') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a31e20', endColorstr='#7a181a')" !important;
}

/* Active (Pressed) State */
.btn-s3:active {
  background-color: #5f1213 !important;
  background-image: -moz-linear-gradient(top, #901C1E, #5f1213) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#901C1E), to(#5f1213)) !important;
  background-image: -webkit-linear-gradient(top, #901C1E, #5f1213) !important;
  background-image: -o-linear-gradient(top, #901C1E, #5f1213) !important;
  background-image: linear-gradient(to bottom, #901C1E, #5f1213) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#901C1E', endColorstr='#5f1213') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#901C1E', endColorstr='#5f1213')" !important;
}
.btn-s3.btn-sm{padding: 10px 20px}

.btn-btm{
  position: absolute;
  bottom: -30px;
  z-index: 10;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
}
.btn-btm:before {
  content: "";
  position: absolute;
  background: url(../icons/bt_arr.png) no-repeat;
  width: 12px;
  height: 12px;
  top: 18px;
  right: 15px;
}
.btn-btm a {
  padding: 12px 40px 12px 20px;
}
.btn-s3:hover {
 color: #fff;
 background-color: #166e55 !important;
}
h1,h2,h3,h4,h5 {
 font-weight: 600;
}
.h1, .h2,.h3 { font-weight: 900}
.navbar-nav .nav-item {position: relative;}
.mt-120{margin-top: 120px}
.sticky-top {
  top: 20px;
}
.navbar-nav .nav-item::before {
 content: '';
 position: absolute;
 bottom: 0;
 left: 50%;
 width: 0;
 height: 2px;
 background-color: var(--secondary-color);
 transition: width 0.3s ease, left 0.3s ease;
}

.navbar-nav .nav-item:hover::before {
 width: 100%;
 left: 0;
}

.swal-button--danger:not([disabled]):hover {
  background-color: #03A9F4;
}
.swal-button--danger {
  background-color: #0d3aad;
}
.img-container {
  position: relative;
  overflow: hidden;
}
.img-container img {
 transition: transform 0.3s ease;
}
.img-container:hover img {
  transform: scale(1.1); 
}
/*Navbar toogler*/
.navbar-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
  position: relative;
}
.payments-logos img{width: 100px}
.navbar-toggler span {
  margin: 0;
  padding: 0;
}

.toggler-icon {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.middle-bar {
  margin-top: 0px;
}
/* State when the navbar is collapsed */
.navbar-toggler.collapsed .top-bar {
  position: absolute;
  top: 0px;
  transform: rotate(0deg);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  position: absolute;
  top: 10px;
  filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .bottom-bar {
  position: absolute;
  top: 20px;
  transform: rotate(0deg);
}
/* when navigation is clicked */
.navbar-toggler .top-bar {
  top: inherit;
  transform: rotate(135deg);
}
.navbar-toggler .middle-bar {
  opacity: 0;
  top: inherit;
  filter: alpha(opacity=0);
}
.navbar-toggler .bottom-bar {top: inherit;transform: rotate(-135deg)}
/* Color of 3 lines */
.navbar-toggler.collapsed .toggler-icon {background: #000;}

.architects-daughter {
  font-family: "Architects Daughter", cursive;
  font-weight: 400;
  font-style: normal;
}

.swiper-pagination-bullet {  background: #fdfdfd !important}
.swiper-pagination-bullet-active {background: #fff !important}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.text-light-blue{color: var(--secondary-color)}
.t-price {font-weight: bold; font-size: 20px}
.t-duration{position: absolute; top: 20px; left: 20px; background-color: #fff; padding: 5px; 
  border-radius: 5px;
  z-index: 10;
}

/*------------------------------------
  Box-shadows-v3-v4-v5
------------------------------------*/
.u-shadow-v3,
.u-shadow-v4,
.u-shadow-v5 {
  position: relative; }

  .u-shadow-v3::after,
  .u-shadow-v3::before{
    content: "";
    position: absolute;
    top: 80%;
    left: 0.35714rem;
    bottom: 1.07143rem;
    width: 50%;
    max-width: 21.42857rem;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1; }

    .u-shadow-v3::after,
    .u-shadow-v3::before {
      box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg); }

      .u-shadow-v3::after {
        left: auto;
        right: 0.35714rem;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg); 
      }
      .g-brd-around {
        border: solid 1px transparent !important;
      }
      .g-brd-gray {
        border-color: #eee !important;
      }

      @media (min-width: 1200px) {
        .container-lg {
          max-width: 1280px;
        }
        .h1 {
          font-size: 3.7rem;
        }
      }
      @media (min-width: 992px) {
       .intro-section h1 {font-size: 4.8rem}
       .intro-section p {font-size: 1.4rem}
       #navbarSupportedContent {line-height: 90px}
     }

     @media (max-width: 767px) {
      .hero-section {
        min-height: 50vh;
      }
      .hero-section h1{
        margin-top: 40px;
        font-size: 36px;
      }
      .nav-link {
        color: #fff;
      }
      .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000; 
        background-color: #000; 
        overflow-y: auto;
        text-transform: uppercase;
        padding: 15px;
        width: 290px;
        margin: 0px auto;
      }
      .navbar-collapse .nav-item {
        text-align: center;
      }
    }

    @media (max-width: 575.98px) {
      .topbar .contact-info li span {
        display: none;
      }
      .navbar.fixed-top #logo {
        width: 175px;
      }
      .pattern-bottom {height: 25%}
    }
