/* =================================================================
Escape page */

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero-escape {
  width: 100%;
  height: 842px;

  background-size: cover;
  object-fit: cover;
  position: relative;
  display: flex;
  align-items: center;
}

#hero-escape:before {
  content: "";
  background: linear-gradient(
    180deg,
    #4378ff 23.4%,
    rgba(68, 106, 203, 0.26) 66.17%,
    rgba(69, 114, 229, 0) 84.09%
  );
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero-escape .col-lg-12 {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
#hero-escape .typography {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 30%);
  width: 1116px;
}

#hero-escape .typography h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 81%; /* 51.84px */
}
#hero-escape .typography h3 {
  color: #fbfbfb;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 81%; /* 51.84px */
}
#hero-escape .typography h1 {
  color: #fff;
  font-family: Poppins;
  font-size: 86px;
  font-style: normal;
  font-weight: 700;
  line-height: 81%; /* 69.66px */
}
#hero-escape .typography p {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  width: 334px;
  margin: 27px 0 0 120px;
}
#hero-escape img {
  width: 704px;
  right: 0;
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  mix-blend-mode: luminosity;
}

#hero-escape h1 {
  color: #fff;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 81%; /* 51.84px */
  text-align: center;
  z-index: 5;
}
#hero-escape h1 span {
  color: #fff;
  font-family: Poppins;
  font-size: 86px;
  font-style: normal;
  font-weight: 700;
  line-height: 74.5px;
}

#hero-escape .typography p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  width: 334px;
  margin: 27px 0 0 400px; /* Adjust margin as needed */
}
#hero-escape .destination-box .row {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: 30px;
}

#hero-escape .col-lg-4 h5 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  padding-top: 10px;
  padding-right: 17px;
}
#hero-escape .btn-group button {
  background: none;
  border: none !important;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

#hero-escape nav {
  margin-top: 20px; /* Adjust as needed */
}

#hero-escape .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #fff;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#hero-escape .breadcrumb-item {
  display: inline-block;
  color: #fff;
  font-family: Poppins;
}

#hero-escape .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

#hero-escape .breadcrumb-item.active {
  font-weight: bold;
}

#con-image-mobile {
  display: block; /* Display the mobile image on mobile */
}

#con-image-mobile {
  display: none; /* Display the mobile image on mobile */
}

#hero-escape .hero-line {
  width: 100px;
  height: 100%;
  position: absolute;
  right: 100px;
}
#hero-escape .hero-line .menu-search {
  margin-top: 25px;
  gap: 10px;
  align-items: center;
  padding: 5px;
  z-index: 1500;
}
#hero-escape .hero-line .slash {
  width: 1px;
  height: 27px;
  background: #fff;
}

#hero-escape .hero-line .social-icon svg {
  margin: 13px 0 13px 0;
}

@media (max-width: 768px) {
  #hero-escape .typography {
    left: auto !important;
    width: auto;
    padding: 20px;
    text-align: left;
  }
  #hero-escape .typography h1 {
    width: auto;
    font-size: 50px;
    text-align: left !important;
  }
  #hero-escape .typography h3 {
    font-size: 40px;
  }
  #hero-escape .typography h2 {
    font-size: 40px;
  }
  #hero-escape .typography p {
    text-align: left;
    margin-left: 0;
  }
  #hero-escape img {
    right: 0;
  }

  #hero-escape .hero-line {
    right: 5px;
  }

  #hero-escape .hero-line .menu-icon {
    width: 25px;
    height: 25px;
  }

  #hero-escape .hero-line .slash {
    height: 25px;
  }
  #hero-escape .hero-line .search-icon {
    width: 25px;
    height: 25px;
  }

  #hero-escape .hero-line .line-v svg {
    height: 75px;

    margin-right: 6px;
  }
  #hero-escape .hero-line .social-icon {
    margin-right: 18px;
  }
  #hero-escape .hero-line .social-icon svg {
    margin: 13px 0 13px 0;
    padding: 3px;
  }
  #hero-escape .hero-line .menu-search {
    margin-top: 20px;
  }
  #hero-escape .hero-line .menu-search {
    margin-top: 30px;
  }
}

@media (max-width: 998px) {
  #hero-escape .typography {
    width: 80%; /* Adjust the width as needed */
    transform: translate(-0%, 50%);
  }

  #hero-escape .typography h1 {
    font-size: 50px;
    width: 100%;
  }

  #hero-escape .typography h3 {
    font-size: 40px;
    width: 100%;
  }

  #hero-escape .typography h2 {
    font-size: 40px;
    width: 100%;
  }

  #hero-escape .typography p {
    margin-left: 0;
    width: auto;
  }

  #hero-escape img {
    right: 0;
    width: 100%; /* Make the image responsive */
  }
}

/* =================================================================
  #escape card section
  ========================================================================*/
#escape-card {
  background: linear-gradient(
    180deg,
    #feffff -23.89%,
    #f0fef6 -14.96%,
    #f7fdf9 0.34%,
    rgba(255, 255, 255, 0.54) 17.02%,
    #d6f6e4 46.06%,
    #cee9ff 92.83%
  );
  margin-top: -300px;
  height: auto;
}

#escape-card .card {
  border: none !important;
  background: none !important;
}

#escape-card .container .row {
  padding: 50px; /* Adjust padding for smaller screens */
}

#escape-card .card img {
  width: 100%; /* Make the image responsive */
  max-width: 264px; /* Set maximum width if needed */
  height: auto; /* Maintain aspect ratio */
  flex-shrink: 0;
  border-radius: 19px;
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0) 71.35%,
    #202020 100%
  );
}

#escape-card .card-title a {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 17.92px */
}

#escape-card #escape-card .card-text p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Add this to your existing CSS */

#escape-card .card:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

#escape-card .expert-contact {
  position: absolute;
  left: 35%;

  bottom: 100px;
  z-index: 5;
  top: 1700px;
}

#escape-card .expert-contact h3 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  flex-shrink: 0;
}

#escape-card .expert-contact h2 {
  color: #fff;
  text-align: center;
  font-family: "just lovely regular";
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
}
#escape-card .expert-contact p {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#escape-card .expert-contact svg {
  margin-left: 200px;
}

@media (max-width: 768px) {
  #escape-card .container .card {
    flex: 0 0 calc(50% - 20px); /* Two cards in a row with margin */
    margin: 10px;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  #escape-card .expert-contact {
    top: 3450px;
    left: 43%;
  }
  #escape-card .expert-contact h3 {
    font-size: 10px;
  }
  #escape-card .expert-contact h2 {
    font-size: 30px;
  }
  #escape-card .expert-contact P {
    font-size: 10px;
    margin-bottom: 5px;
  }

  #escape-card .expert-contact svg {
    margin-left: 100px;
    width: 30px;
  }
}
