@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");

* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat" !important;
}

html,
body {
  overflow-x: hidden !important;
}

/* these are for small screen */
:root {
  --font-xs: 10px;
  --font-sm: 14px;
  --font-md: 18px;
  --font-2md: 20px;
  --font-lg: 24px;
  --font-2lg: 28px;
  --font-xl: 30px;
  --font-2xl: 36px;
  --font-3xl: 42px;
  --font-4xl: 48px;
  --font-5xl: 58px;
  --bg-black: #000000;
  --color-white: #ffffff;
  --extra-dim-orange: #fffcf5;
  --dim-orange: #fff6e5;
  --color-primary: #004aad;
  --color-sky-blue: #e6edf7;
}

@media (max-width: 575.98px) {
  :root {
    --font-sm: 12px;
    --font-md: 16px;
    --font-2md: 16px;
    --font-lg: 17px;
    --font-2lg: 22px;
    --font-xl: 22px;
    --font-2xl: 22px;
    --font-3xl: 26px;
    --font-4xl: 30px;
    --font-5xl: 34px;
  }
}

.bg-white {
  background-color: var(--color-white);
}

.bg-color-primary {
  background-color: var(--color-primary);
}

.bg-sky-blue {
  background-color: var(--color-sky-blue);
}

.bg-extra-dim-orange {
  background-color: var(--extra-dim-orange);
}

.fw-semibold {
  font-weight: 600;
}

.fs-xs {
  font-size: var(--font-xs) !important;
}
.fs-lg {
  font-size: var(--font-lg) !important;
}
.fs-md {
  font-size: var(--font-md) !important;
}
.fs-2md {
  font-size: var(--font-2md) !important;
}
.fs-2lg {
  font-size: var(--font-2lg) !important;
}
.fs-xl {
  font-size: var(--font-xl) !important;
}

.fs-2xl {
  font-size: var(--font-2xl) !important;
}

.fs-3xl {
  font-size: var(--font-3xl) !important;
}

.fs-4xl {
  font-size: var(--font-4xl) !important;
}
.fs-5xl {
  font-size: var(--font-5xl) !important;
}

.br-10 {
  border-radius: 10px;
}
.br-20 {
  border-radius: 20px;
}
.nav-logo-text {
  font-size: var(--font-lg);
  font-weight: 600;
}

.navbar-brand img {
  max-width: 200px;
}

.nav-link-text::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.3s;
}

.nav-link-text:hover::after {
  width: 100%;
}
.nav-link-text {
  font-size: var(--font-sm);
  font-weight: 600;
  color: var(--bg-black) !important;
}

.text-heading {
  font-weight: 600;
  font-size: var(--font-xl);
}

.common-btn {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: 600;
  border-radius: 14px;
  font-size: var(--font-md);
  white-space: nowrap;
}

.para-text {
  font-size: var(--font-md);
  font-weight: 500;
}

.common-btn:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: 600;
  opacity: 0.8;
}
.careers img {
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
}

/* TABS STYLES */
.nav-tabs * {
  border: none !important;
}
.nav-tabs .nav-link {
  font-weight: 600 !important;
  color: black !important;
  white-space: nowrap !important;
}
.nav-tabs .nav-link.active {
  font-weight: 600 !important;
  border: none !important;
  background-color: var(--color-primary);
  color: white !important;
  border-radius: 10px;
}
.tabs-section {
  background-color: #e6edf7;
}
.overflow-auto::-webkit-scrollbar {
  display: none !important;
}
.fw-bold {
  font-weight: 600;
}

.fw-bolder {
  font-weight: 700;
}
.fw-normal {
  font-weight: 500;
}

.rounded-10 {
  border-radius: 30px;
}

.br-bottom-1 {
  border-bottom: 3px solid black;
}
.hover-bg-white:hover {
  background-color: white;
}

.hover-bg-dim-blue:hover {
  background-color: #f0f4fa;
}

.hover-bg-white {
  transition: 0.3s ease;
}

.apply-form-wrapper input::placeholder {
  font-size: var(--font-2md);
  color: var(--bg-black);
}
.apply-form-wrapper input {
  font-size: var(--font-2md);
  background-color: #edf2f9;
  color: #606265 !important;
  border: unset;
  padding-left: 5px;
  border-radius: 5px;
  padding: 10px;
}

/* FOOTER   */
.max-w-whowerare-footer {
  max-width: 280px;
}

.max-w-whowerare-footer p {
  text-align: justify;
}

.footer-recognitiatons img {
  max-width: 140px;
  height: 50px;
  object-fit: contain;
}
.payment-footer-128bit {
  max-width: 300px;
}
.news-letter-footer-img {
  max-width: 350px;
}
.footer-links-hover li:hover {
  opacity: 0.8;
  cursor: pointer;
}
.stay-updated-input {
  background-color: #e6edf757;
  padding: 12px;
  width: 100%;
  border: 0;
  color: white;
  font-weight: 500;
  font-size: var(--font-md);
  border-radius: 10px;
  outline: 0;
}

.stay-updated-input::placeholder {
  color: white;
}

.testimonial-video video {
  border-radius: 20px;
}

.thumnail-of-testimonial-video {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
}

.thumnail-of-testimonial-video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  cursor: pointer;
}
.reques-call-back-input {
  background-color: var(--dim-orange);
  padding: 12px 14px;
  width: 100%;
  border: 0;
  color: #000000d3;
  font-weight: 500;
  font-size: var(--font-2md);
  border-radius: 10px;
  outline: 0;
}

.request-call-back-btn {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: 600;
  border-radius: 14px;
  font-size: var(--font-2md);
  padding: 20px 25px;
  border: 2px solid var(--color-primary);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.request-call-back-btn:hover {
  color: var(--color-primary);
  background-color: transparent;
}

.request-call-back-btn:hover svg path {
  fill: #004aad;
}

.blog-img-home {
  position: relative;
  border-radius: 20px;
}

.blog-img-home img {
  border-radius: 20px;
}

.blog-img-home p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-img-home-small {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.blog-img-home-small::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 0%;
  bottom: 0;
  border-radius: 20px;
  left: 0%;
  transition: all 0.3s ease;
}

.blog-img-home-small:hover::after {
  height: 100%;
}
.blog-img-home-small img {
  border-radius: 20px;
  max-height: 180px;
  object-fit: cover;
}

.blog-img-home-small p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.upcoming-trips-header {
  background-color: var(--color-primary);
  padding: 30px 0;
  text-align: center;
  position: relative;
}

.upcoming-trips-header::after {
  position: absolute;
  bottom: -140px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-primary);
  width: 160px;
  height: 100px;
  content: "";
  clip-path: polygon(100% 0, 0 0, 51% 73%);
}

.upcoming-trips-card img {
  max-width: 250px;
  height: 270px;
  object-fit: cover;
  border-radius: 20px;
  /* margin: auto; */
}

.follow-us-social-media img {
  max-width: 65px;
}

@media (max-width: 576.98px) {
  .max-w-whowerare-footer {
    max-width: 100%;
  }
}
