@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Manrope:wght@200..800&display=swap");
:root {
  scroll-behavior: auto;
  interpolate-size: allow-keywords;
  --primary: #196899;
  --primary-rgb: 230, 67, 37;
  --primary-dark: #bb260c;
  --primary-dark-rgb: 187, 38, 12;
  --green: #138808;
  --green-rgb: 19, 136, 8;
  --bs-body-color: #000000;
  --ff-garamond:"EB Garamond", serif;
}

::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  background-clip: content-box;
  border-radius: 0;
  border: 1px solid transparent;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary);
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
  background: #000;
  cursor: pointer;
  display: none;
}

::-webkit-scrollbar-track {
  background: #000;
}

body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-top: 92px;
}



/*Aside Enquire Button*/

.form-control, .form-select{
        border-radius: 0;
        background-color: rgba(217, 217, 217, 0.46);
        box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.25);
        height: 44px;
        font-size: 17px;
        &:focus{
            background-color: #fff;
            box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
        }
}
		
		
.enquire-button {
  position: fixed;
  width: 150px;
  height: 40px;
  background-color: #e30a1e;
  border: 1px solid #e30a1e;
  color: #ffffff;
  font-size: 17px;
  z-index: 10;
  top: calc(50% - 20px);
  right: -55px;
  transform: rotate(-90deg);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.5);
}
.enquire-button:hover {
  background-color: #e30a1e;
  border-color: #fff;
}
.enquire-button:active {
  background-color: #196899;
  border-color: #196899;
}

.float-form {
  width: 100%;
  max-width: 360px;
  padding: 20px;
  position: fixed;
  right: 0;
  z-index: 12;
  top: 10px;
  background: #ffffff;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.5);
  top: 50%;
  transform: translate(0, -50%) scaleX(0);
  transform-origin: right center;
  transition: 350ms;
}
.float-form.active {
  transform: translate(0, -50%) scaleX(1);
}

.float-form-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: 350ms;
}
.float-form-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.75;
}

@media screen and (max-width: 540px) {
  
  .enquire-button {
    width: 100%;
    height: 40px;
    top: auto;
    bottom: 0;
    right: 0;
    transform: rotate(0deg);
  }
  .float-form {
    width: 100%;
    max-height: calc(100% - 30px);
    overflow: hidden;
    overflow-y: auto;
    max-width: 480px;
    padding: 20px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
    transform: translate(0, 0) scaleX(0);
    transform-origin: center center;
  }
  .float-form.active {
    transform: translate(0, 0%) scaleX(1);
  }
  
  .logo-box img {
  width: 180px !important;
  transition: 400ms all;
}

header {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}
 
 
footer{
        text-align: center;
        span{
            display: block;
            font-size: 10px;
            opacity: 0;
        }
    }
  
}








.l {
  box-shadow: 0 0 0 1px red;
}

.icon {
  stroke: unset;
  stroke-width: 0px;
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.1em;
}

.text-primary {
  color: var(--primary) !important;
}

.link-primary:focus, .link-primary:hover {
  color: var(--primary-dark) !important;
  text-decoration-color: var(--primary-dark) !important;
}

.ts-0p7 {
  transform: scale(0.7);
}

.ts-0p8 {
  transform: scale(0.8);
}

.ts-0p9 {
  transform: scale(0.9);
}

.ts-1p1 {
  transform: scale(1.1);
}

.ts-1p2 {
  transform: scale(1.2);
}

.ts-1p3 {
  transform: scale(1.3);
}

.ts-1p4 {
  transform: scale(1.4);
}

.ts-1p5 {
  transform: scale(1.5);
}

.ts-1p6 {
  transform: scale(1.6);
}

.ts-1p7 {
  transform: scale(1.7);
}

.ts-1p8 {
  transform: scale(1.8);
}

.ts-1p9 {
  transform: scale(1.9);
}

.ts-2p0 {
  transform: scale(2);
}

.ts-3p0 {
  transform: scale(3);
}

.fs-18px {
  font-size: 1.125rem;
}

.ff-garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
}

.ratio-90 {
  --bs-aspect-ratio: 90%;
}

.ratio-160 {
  --bs-aspect-ratio: 160%;
}

.ratio-170 {
  --bs-aspect-ratio: 170%;
}

.ratio-180 {
  --bs-aspect-ratio: 180%;
}

.minw-180px {
  min-width: 180px;
}

.minw-190px {
  min-width: 190px;
}

.minw-200px {
  min-width: 200px;
}

.maxw-60px {
  max-width: 60px;
}

.maxw-70px {
  max-width: 70px;
}

.maxw-80px {
  max-width: 80px;
}

.maxw-90px {
  max-width: 90px;
}

.maxw-100px {
  max-width: 100px;
}

.maxw-120px {
  max-width: 120px;
}

.maxw-140px {
  max-width: 140px;
}

.maxw-380px {
  max-width: 380px;
}

.maxw-420px {
  max-width: 420px;
}

.maxw-430px {
  max-width: 430px;
}

.maxw-440px {
  max-width: 440px;
}

.maxw-450px {
  max-width: 450px;
}

.maxw-460px {
  max-width: 460px;
}

.maxw-470px {
  max-width: 470px;
}

.maxw-480px {
  max-width: 480px;
}

.maxw-720px {
  max-width: 720px;
}

.maxw-740px {
  max-width: 740px;
}

.maxw-840px {
  max-width: 840px;
}

.maxw-880px {
  max-width: 880px;
}

.maxw-900px {
  max-width: 900px;
}

.maxw-920px {
  max-width: 920px;
}

.maxw-940px {
  max-width: 940px;
}

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

.mt-6px {
  margin-top: 0.375rem;
}

.mt-10px {
  margin-top: 0.625rem;
}

.minh-340px {
  min-height: 340px;
}

.minh-370px {
  min-height: 370px;
}

.minh-400px {
  min-height: 400px;
}

.minh-420px {
  min-height: 420px;
}

.mmh-70px {
  min-height: 70px;
  max-height: 70px;
}

.mmwh-70px {
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.lh-md {
  line-height: 1.75 !important;
}

.btn-light {
  --bs-btn-color: var(--green);
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: var(--green);
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: var(--green);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: var(--green);
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: var(--green);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--green);
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-primary {
  --bs-btn-bg: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-bg: var(--primary-dark);
  --bs-btn-hover-border-color: var(--primary-dark);
  --bs-btn-focus-shadow-rgb: var(--primary-rgb);
  --bs-btn-active-bg: var(--primary);
  --bs-btn-active-border-color: var(--primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--green);
}

.btn-md {
  --bs-btn-padding-y: 0.65rem;
  --bs-btn-padding-x: 1.5rem;
  font-weight: 400;
}

.btn-lg {
  --bs-btn-padding-y: 0.625rem;
  --bs-btn-padding-x: 1.5rem;
  font-weight: 500;
}

.link-underline-primary {
  --bs-primary-rgb: var(--primary-rgb);
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}
header .menu-button {
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  width: 44px;
  height: 50px;
  transition: 400ms all;
}
header .menu-button .icon {
  width: 100%;
  height: 100%;
}
header .logo-box {
  text-decoration: none;
  cursor: pointer;
}
header .logo-box img {
  width: 220px;
  transition: 400ms all;
}

header .call-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  text-decoration: none;
  color: var(--bs-body-color);
  font-weight: 600;
}
header .call-box:hover {
  color: var(--primary);
}
header .vr {
  opacity: 1;
  align-self: center;
  height: 24px;
}
header .quote-box {
  font-family: "EB Garamond", serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  padding-left: 1rem;
  padding-right: 1rem;
}

.scroll-active header {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.125);
}
.scroll-active header .menu-button {
  width: 36px;
  height: 40px;
}
.scroll-active header .logo-box img {
  width: 130px;
}
.scroll-active .goto-top {
  transform: scale(1);
}

.dropdown-mainmenu .dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-width: 260px;
  min-height: 380px;
  height: 50vh;
}
.dropdown-mainmenu .dropdown-menu .dropdown-item {
  font-size: 1.25rem;
  --bs-dropdown-item-padding-y: 0.40rem;
  --bs-dropdown-item-padding-x: 1rem;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
}
.dropdown-mainmenu .dropdown-menu .dropdown-item.active, .dropdown-mainmenu .dropdown-menu .dropdown-item:active {
  color: var(--primary);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-mainmenu .dropdown-menu .dropdown-item:hover, .dropdown-mainmenu .dropdown-menu .dropdown-item.dropdown-toggle.show {
  color: var(--primary);
}
.dropdown-mainmenu .dropdown-menu .dropdown-menu, .dropdown-mainmenu .dropdown-hover > .dropdown-menu.dropend {
  margin-left: 1px !important;
}

.dropdown-submenu {
  position: static;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
}
.dropdown-submenu .dropdown-toggle {
  position: relative;
}
.dropdown-submenu .dropdown-toggle::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  opacity: 0.5;
}

.op-top {
  -o-object-position: top;
     object-position: top;
}

.op-center {
  -o-object-position: center;
     object-position: center;
}

.hero-pagebox {
  min-height: 55vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #000;
}
.hero-pagebox .hero-pagebanner {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: transparent;
  border: none;
  transform: scale(1);
}
.hero-pagebox .container {
  position: relative;
  z-index: 2;
}
.hero-pagebox .scroll-bottom {
  width: 70px;
  height: 70px;
  padding: 0;
  position: absolute;
  left: calc(50% - 35px);
  bottom: -35px;
  z-index: 3;
  border: none;
  background: url("../images/logo-orange-shape.svg");
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: 500ms;
}
.hero-pagebox .scroll-bottom:hover, .hero-pagebox .scroll-bottom:focus-visible {
  transform: rotate(180deg);
}
.hero-pagebox nav {
  --bs-link-color-rgb: 255,255,255;
  --bs-breadcrumb-divider: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8'><path d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%23fff'/></svg>");
  color: #ffffff;
}
.hero-pagebox nav .breadcrumb-item.active {
  color: #fff;
}
.hero-pagebox nav a {
  text-decoration: none;
}
.hero-pagebox nav a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero-video {
  min-height: calc(100vh - 92px);
  background-color: #000000;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.hero-video video {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: transparent;
  border: none;
  transform: scale(1.01);
  opacity: 0.7;
}
.hero-video .container {
  position: relative;
  z-index: 2;
}

.section-title {
  font-family: "EB Garamond", serif;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  gap: 6px;
  line-height: 1;
}
.section-title small {
  color: var(--primary);
  font-style: italic;
  font-weight: 400;
  font-size: 1.5rem;
}
.section-title .line {
  width: 100%;
  max-width: 100px;
  height: 2px;
  background-color: currentColor;
  opacity: 0.5;
  margin-top: 6px;
}

.manifesto-section {
  position: relative;
  overflow: hidden;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: top !important;
}
.manifesto-section::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.85);
}
.manifesto-section .container {
  position: relative;
  z-index: 1;
}

.anim-logo {
  min-width: 580px;
  pointer-events: none;
}
.anim-logo .logo-orangebg {
  width: 100%;
  animation: logobg 20s linear infinite;
}
.anim-logo .logo-indexploretext {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes logobg {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.card-destinations {
  display: block;
  aspect-ratio: 1/1.4;
  overflow: hidden;
  background: #000000;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.card-destinations .card-destibanner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 450ms;
  opacity: 0.6;
  position: relative;
  z-index: 0;
}
.card-destinations:hover .card-destibanner {
  transform: scale(1.1);
}
.card-destinations .card-desticontent {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 1.5rem 1rem;
}
.card-destinations .card-destiflag {
  background-color: #ffffff;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.card-destinations .card-desticity {
  font-family: var(--ff-garamond);
  font-weight: 800;
  margin: 0.25rem 0 1rem 0;
  text-transform: uppercase;
  font-size: 1.125rem;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  letter-spacing: 1px;
}
.card-destinations .card-desticity::before, .card-destinations .card-desticity::after {
  content: "";
  width: 40px;
  height: 1px;
  background: currentColor;
}
.card-destinations .card-destipara {
  font-size: 0.8125rem;
  margin: 0;
  min-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  line-clamp: 2;
  box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-inspire {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background-color: var(--bs-body-color);
  color: #fff;
}
.card-inspire img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 0;
  opacity: 0.65;
  transition: 400ms;
}
.card-inspire p {
  left: 0;
  top: auto;
  bottom: 1.5rem;
  font-size: 1.75rem;
  text-align: center;
  font-weight: 300;
  z-index: 2;
  height: auto;
  transition: 400ms;
  margin: 0;
}
.card-inspire:hover img {
  transform: scale(1.1);
  opacity: 0.4;
}
.card-inspire:hover p {
  bottom: calc(50% - 26px);
}

.card-blog {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.card-blog:hover img {
  transform: scale(1.1);
}
.card-blog img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: 450ms;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.card-blog span {
  background: #fff;
  border-radius: 4px;
  padding: 8px;
  z-index: 1;
  height: auto;
  width: auto;
  left: auto;
  right: 1rem;
  top: 1rem;
  font-size: 0.75rem;
  line-height: 1;
  color: var(--bs-body-color);
}
.card-blog p {
  z-index: 1;
  margin: 0;
  top: auto;
  height: auto;
  bottom: 0 !important;
  background: rgba(23, 23, 23, 0.8);
  color: #fff;
  font-size: 1.125rem;
  padding: 1rem 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brandtrust-section {
  padding: 50px 0;
  background-color: #f5f5f5;
  background-attachment: fixed;
  background-position: center !important;
  background-size: auto 90% !important;
  background-repeat: no-repeat !important;
}

.echo-section {
  padding: 50px 0;
  position: relative;
  min-height: 80vh;
  background-attachment: fixed;
  background-position: center bottom !important;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.echo-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(26, 25, 25, 0.38);
}
.echo-section .container {
  position: relative;
  z-index: 1;
}
.opacity-40{
	opacity:0.40 !important;
}

.subscribe-area {
  background-color: rgb(217, 217, 217);
  padding: 50px 0;
}
.subscribe-area h4 {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-size: 2.5rem;
  color: rgb(51, 51, 51);
}
.subscribe-area .input-group {
  max-width: 460px;
  margin: 0 auto;
}
.subscribe-area .input-group .form-control {
  padding-left: 24px;
  height: 50px;
  border-radius: 30px 0 0 30px;
}
.subscribe-area .input-group .btn-primary {
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 0 30px 30px 0;
}

.tooltip {
  --bs-tooltip-bg: var(--primary);
  --bs-tooltip-color: var(--bs-white);
  --bs-tooltip-opacity: 0.96;
  white-space: nowrap;
}

.card-inner {
  /*aspect-ratio: 1/1.4;*/
  overflow: hidden;
}
.card-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
	 border-radius:20px;
}

.card-tips {
  display: block;
  aspect-ratio: 1.46/1;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  border: 10px solid #fff;
  margin: 1px;
  color: #ffffff;
}
.card-tips:hover img {
  transform: scale(1.1);
}
.card-tips:hover .ct-inner {
  height: 100%;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  will-change: "transform";
  background: rgba(55, 55, 55, 0.75);
}
.card-tips:hover span {
  color: var(--primary);
}
.card-tips img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s all;
}
.card-tips .ct-inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%) translateZ(0);
  z-index: 2;
  padding: 20px;
  background: rgba(55, 55, 55, 0.5);
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 2rem;
  transition: 400ms ease-in-out;
  backface-visibility: visible;
  will-change: "transform";
}
.card-tips span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  font-style: italic;
  font-family: "EB Garamond", serif;
}

/*Start | .owl-carousel*/
.owl-carousel .owl-dots {
  display: flex;
  gap: 8px;
  padding-top: 24px;
  padding-bottom: 5px;
  justify-content: center;
}

.owl-carousel .owl-dots .owl-dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background: #d9d9d9;
}

.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:focus-visible {
  background: var(--primary);
  outline: none;
}

.carousel-same-height .owl-stage {
  display: flex;
}
.carousel-same-height .owl-item {
  min-width: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
.carousel-same-height .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.carousel-onarrow .owl-nav {
  position: absolute;
  left: 10px;
  top: calc(50% - 40px);
  width: calc(100% - 20px);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.carousel-onarrow .owl-prev, .carousel-onarrow .owl-next {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
  color: #fff !important;
  border-radius: 40px;
  pointer-events: all;
  transition: 400ms;
}
.carousel-onarrow .owl-prev:hover, .carousel-onarrow .owl-next:hover {
  background: var(--primary) !important;
  box-shadow: 0 0 0 1px var(--primary);
}
.carousel-onarrow .owl-next {
  transform: rotate(180deg);
}

.carousel-inarrow {
  width: calc(100% - 100px);
  margin: 0 auto;
}
.carousel-inarrow .owl-nav {
  position: absolute;
  left: -50px;
  top: calc(50% - 40px);
  width: calc(100% + 100px);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.carousel-inarrow .owl-prev, .carousel-inarrow .owl-next {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: var(--primary) !important;
  color: #fff !important;
  border-radius: 40px;
  pointer-events: all;
}
.carousel-inarrow .owl-next {
  transform: rotate(180deg);
}

.btn-owl-prev, .btn-owl-next {
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: var(--primary) !important;
  color: #fff !important;
  border-radius: 40px;
  pointer-events: all;
}
.btn-owl-prev:hover, .btn-owl-next:hover {
  background: var(--primary-dark) !important;
}

.btn-owl-next {
  transform: rotate(180deg);
}

.carousel-more .owl-nav {
  visibility: hidden;
  top: calc(50% - 20px);
  opacity: 0;
}
.carousel-more .owl-dots {
  position: absolute;
  width: 100%;
  padding-top: 6px;
  bottom: 6px;
  visibility: hidden;
  opacity: 0;
}
.carousel-more:hover .owl-nav, .carousel-more:hover .owl-dots {
  visibility: visible;
  opacity: 1;
}

/*End | .owl-carousel*/
.star-rating {
  display: inline-block;
  color: #ccc;
  font-family: Arial;
  vertical-align: top;
  position: relative;
  height: 32px;
  line-height: 34px;
}
.star-rating:before {
  content: "★★★★★";
  font-family: inherit;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 2px;
}
.star-rating span {
  display: block;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  z-index: 2;
}
.star-rating span:before {
  content: "★★★★★";
  position: relative;
  font-family: inherit;
  color: #ffc600;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.timeline-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
}
.timeline-wrapper::after {
  content: "";
  position: absolute;
  left: calc(50% - 2px);
  top: 7px;
  width: 2px;
  height: 100%;
  border-left: 2px dashed rgba(var(--primary-rgb), 0.7);
}
.timeline-wrapper .timeline-box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 50px;
}
.timeline-wrapper .timeline-box:nth-child(even) {
  flex-direction: row-reverse;
}
.timeline-wrapper .timeline-box:nth-child(even) .timeline-left {
  justify-content: flex-start;
}
.timeline-wrapper .timeline-box .timeline-left {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.timeline-wrapper .timeline-box .timeline-left .timeline-icon {
  width: 100%;
  height: auto;
  display: inline-flex;
  position: relative;
}
.timeline-wrapper .timeline-box .timeline-left .timeline-icon img {
  width: 100%;
  border-radius: 4px;
}
.timeline-wrapper .timeline-box .timeline-arrow {
  min-width: 140px;
  width: 140px;
  height: 10px;
  background-color: transparent;
  margin-top: 6px;
  z-index: 1;
  position: relative;
  text-align: center;
}
.timeline-wrapper .timeline-box .timeline-arrow::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--primary);
  display: inline-block;
  border-radius: 50px;
  transform: translateX(-1px) translateY(-10px);
}
.timeline-wrapper .timeline-box .timeline-right {
  flex: 1;
}

.goto-top {
  position: fixed;
  width: 44px;
  height: 44px;
  color: var(--primary);
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  bottom: 16px;
  right: 12px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  transition: 350ms;
  border: none;
  z-index: 100;
  outline: none;
  transform: scale(0);
}
.goto-top:hover {
  background-color: rgba(255, 255, 255, 0.9);
}


footer{
    background-color: #D9D9D9;
    padding: 12px 0;
    .footer-links{
        a{
            color: inherit;
            &:hover{
                color: $theme-light;
                text-decoration: none;
            }
        }
    }
    .footer-social{
        a{
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            background: #222222;
            color: #fff;
            border-radius: 40px;
            margin-top: 5px;
            font-size: 18px;
            &:hover{
                background: $theme-dark;
            }
        }
    }
}




.imgs-tildbox {
  position: relative;
  width: 200px;
  margin: 0 auto;
}
.imgs-tildbox img {
  width: 200px;
  height: 280px;
  position: absolute;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  -o-object-fit: cover;
     object-fit: cover;
  transition: 350ms;
  top: 0;
}
.imgs-tildbox img:nth-child(1) {
  rotate: -18deg;
  transform-origin: top right;
  top: 100%;
  left: -100%;
}
.imgs-tildbox img:nth-child(2) {
  z-index: 1;
}
.imgs-tildbox img:nth-child(3) {
  rotate: 18deg;
  transform-origin: top left;
  left: 100%;
}
.imgs-tildbox img:hover {
  z-index: 2;
  transform: scale(1.1);
}

@media screen and (min-width: 768px) {
  .maxw-md-280px {
    max-width: 280px;
  }
  .maxw-md-300px {
    max-width: 300px;
  }
  .maxw-md-320px {
    max-width: 320px;
  }
  
}/*# sourceMappingURL=style.css.map */