@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");

:root {
  --font-default: "Mulish", sans-serif;
  --color-default: #58595bd9;
  --color-primary: #fff;
  --color-green: #13a538;
  --color-navy: #005aa9;
  --color-navy-premium: #121040;
  --color-gold: #c59030;
  --color-yellow: #e6ce7f;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-default);
  color: var(--color-default);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  color: var(--color-navy);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  line-height: 140%;
  margin-bottom: 0;
  color: var(--color-default);
}

h2 {
  text-align: center;
  color: var(--color-navy);
  font-size: 36px;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 1rem;
  color: var(--color-default);
}

section {
  margin-bottom: 100px;
}

img {
  width: 100%;
}

/* Navbar */

header .navbar .navbar-nav .nav-item a {
  color: var(--color-default);
  font-size: 16px;
}

header .navbar .navbar-nav .nav-item a:hover {
  text-decoration: none;
  color: var(--color-navy);
}

header .navbar .navbar-icons {
  gap: 10px;
}

@media only screen and (min-width: 1200px) {
  header .navbar .navbar-icons {
    margin-left: 50px;
  }
}

header .navbar .navbar-collapse {
  flex-grow: unset;
}

header .navbar .navbar-icons .nav-item .nav-link {
  padding: 0;
  margin: 0;
}

header .navbar img {
  max-width: 250px;
}

@media only screen and (max-width: 1200px) {
  header .navbar img {
    max-width: 200px;
  }
}

/* Fixed button */

.fixed-button {
  background: #2485ff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  position: fixed;
  right: -102px;
  top: 50%;
  z-index: 9999;
  transform: rotate(-90deg);
  border-radius: 40px 40px 0 0;
  padding: 10px 30px;
}

.fixed-button a {
  color: #fff;
}

/* Hero */

.hero {
  min-height: 90vh;
  background-image: url(https://brandwise.cloud/dev/luxmed_lp/new/assets/img/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 900px) {
  .hero {
    min-height: 400px;
  }
}

.hero::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color-navy);
  mix-blend-mode: multiply;
  top: 0;
  z-index: -1;
}

.hero .gr-box {
  background-color: var(--color-green);
  border-radius: 40px;
  padding: 40px;
}

.hero .gr-box h1 {
  color: var(--color-primary);
  font-size: 38px;
}

.hero video#videoplayer {
  border-radius: 40px;
  max-width: 80%;
}

.hero video {
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .hero .gr-box h1 {
    font-size: 24px;
  }

  .hero .gr-box {
    padding: 20px;
  }
}

/* Carousel - Courses */

.carousel-course {
  gap: 5%;
}

.single-carousel-course {
  border-radius: 40px;
  padding: 0;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 2px 20px;
  border: 1px solid #dfefff;
  box-sizing: border-box;
}

.image-course img {
  border-radius: 40px 40px 0px 0px;
}

.content-course {
  padding: 25px 25px 25px 25px;
}

.content-course h3 {
  font-size: 20px;
}

.content-course .btn {
  background-color: var(--color-green);
  border: none;
  border-radius: 40px;
  padding: 10px 25px;
  transition: all 0.4s ease-in-out;
}

.content-course .btn:hover {
  background-color: var(--color-navy);
}

/* Carousel - Modal */
.modal-dialog {
  max-width: 80%;
}

.modal-dialog img {
  border-radius: 80px;
}

.modal-dialog .row {
  padding: 20px;
}

.modal-dialog h4 {
  padding-top: 25px;
}

/* Benefits */

.benefits {
  background-color: #f7fafd;
  padding-top: 50px;
}

.benefits .col-3 {
  margin: 0;
  padding: 0;
}

.benefits .row:nth-child(odd) {
  flex-direction: row-reverse;
}

/* Opinions */

.opinions-content {
  padding-left: 40px;
}

.carousel-control-prev-icon {
  margin-right: 50px;
}

.carousel-control-next-icon {
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .opinions-content {
    padding: 30px 0 0 0;
    width: 100%;
  }

  .carousel-control-prev-icon {
    margin-right: 0;
  }

  .carousel-control-next-icon {
    margin-left: 0;
  }

  .carousel .row {
    flex-direction: column;
    margin: 0;
  }

  .carousel .col-3 {
    width: 110px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    align-items: flex-start;
    padding: 30px 0 0 0;
  }
}

.carousel-control-prev, .carousel-control-next {
  width: fit-content;
}

/* Adventure */

.adventures-container {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 50px;
}

.adventures .single-adventure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 17%;
  padding: 10px 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #dfefff;
  border-radius: 40px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  min-height: 220px;
  text-align: center;
}

.adventures .single-adventure p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .adventures .single-adventure {
    max-width: 33%;
  }
}

@media only screen and (max-width: 767px) {
  .adventures .single-adventure {
    max-width: 70%;
  }
}

.adventures .single-adventure:hover {
  background-color: var(--color-green);
}

.adventures .single-adventure:hover img {
  display: none;
}

.adventures .single-adventure:hover p,
.adventures .single-adventure:hover h6 {
  display: flex;
  color: var(--color-primary);
}

.adventures .single-adventure img {
  max-width: 93px;
}

.adventures .single-adventure h6 {
  font-weight: 700;
}

.adventures .single-adventure p {
  display: none;
  font-size: 14px;
}

/* Search job */

.bg-blue {
  background-color: #005aa9;
}

.bg-blue h2 {
  color: #fff;
}

.bg-blue input {
  border-radius: 20px;
  border: none;
  height: 40px;
  border-radius: 99px;
  padding: 28px;
  width: 100%;
}

.input-city {
  position: relative;
}

.input-city > div {
  display: none;
}

.input-city div div {
  padding: 10px;
  border-radius: 10px;
}

.input-city div div:hover {
  background: #f1f1f1;
  cursor: pointer;
}

.input-city div.show {
  position: absolute;
  background-color: #fff;
  width: calc(100% - 29px);
  left: 15px;
  top: calc(100% + 10px);
  border-radius: 20px;
  padding: 10px;
  z-index: 999;
  border: 1px solid #005aa9;
  display: grid;
  gap: 10px;
}

.offer-results {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.offer-results .job-box {
  display: none;
  grid-template-columns: 3fr 1fr max-content;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  padding: 20px 30px 20px 30px;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 5px 16px;
  min-height: 90px;
  border: 1px solid #dfefff;
  border-radius: 99px;
}

.offer-results .job-box h3 {
  color: #005aa9;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  line-height: 23px;
}

.offer-results .job-box span {
  color: #000;
}

.offer-results .job-box button {
  color: #fff;
  background-color: #00ac35;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-top: 0px;
  transition: all 0.4s ease-in-out;
  display: block;
  text-align: center;
  float: right;
  padding: 10px 40px !important;
  border-radius: 99px;
  border: none;
}

.offer-results .job-box button:hover {
  background-color: #1059a9;
}

.offer-more button {
  text-align: center;
  display: block;
  padding: 10px 30px;
  border-bottom: none;
  background: #1059a9;
  color: #fff;
  border-radius: 99px;
  border: none;
  margin: 30px auto 0px auto;
  transition: all 0.4s ease-in-out;
}

.offer-more button:hover {
  opacity: 0.9;
}

@media only screen and (max-width: 767px) {
  .offer-results .job-box {
    grid-template-columns: 1fr;
    border-radius: 30px;
  }
}

/* Adventure guide */

.adventure-guide .row {
  background: #fff;
  padding: 30px;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 5px 16px;
  min-height: 90px;
  transition: all 0.4s ease-in-out;
  border: 1px solid #dfefff;
  border-radius: 40px;
  max-width: 1330px;
  margin: 0 auto !important;
}

.adventure-guide .row .col-12:first-child {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .adventure-guide .row {
    padding: 20px;
  }

  .adventure-guide .row .col-12:last-child {
    padding: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .adventure-guide .container .row div:nth-child(2) {
    padding-left: 50px;
  }
}

.adventure-guide h3 {
  color: var(--color-navy);
  font-size: 30px;
}

.adventure-guide p strong {
  font-size: 18px;
}

/* Footer */

footer {
  background-color: #f7fafd;
}

footer .row {
  min-height: 150px;
}

footer .footer-logo img {
  max-width: 50%;
}

footer .navbar-nav {
  gap: 10px;
  justify-content: center;
}

footer .privacy-section {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  footer .container .row {
    gap: 20px;
    padding: 40px 0;
  }

  footer .container .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer .privacy-section {
    flex-direction: column;
  }
}
