* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1300px;
}
@font-face {
  font-family: "Avenir LT Pro 65";
  src:
    url("../fonts/AvenirLTPro-Black.woff2") format("woff2"),
    url("../fonts/AvenirLTPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.brand_logo img {
  width: 33%;
}
@font-face {
  font-family: "Avenir LT Pro";
  src:
    url("../fonts/AvenirLTPro-Book.woff2") format("woff2"),
    url("../fonts/AvenirLTPro-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro 65";
  src:
    url("../fonts/AvenirLTPro-BlackOblique.woff2") format("woff2"),
    url("../fonts/AvenirLTPro-BlackOblique.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro 45 Book";
  src:
    url("../fonts/AvenirLTPro-BookOblique.woff2") format("woff2"),
    url("../fonts/AvenirLTPro-BookOblique.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro 55 Roman";
  src:
    url("../fonts/AvenirLTPro-Heavy.woff2") format("woff2"),
    url("../fonts/AvenirLTPro-Heavy.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro";
  src:
    url("../fonts/AvenirLTPro-Medium.woff2") format("woff2"),
    url("../fonts/AvenirLTPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro 55 Roman";
  src:
    url("../fonts/AvenirLTPro-HeavyOblique.woff2") format("woff2"),
    url("../fonts/AvenirLTPro-HeavyOblique.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro 35";
  src:
    url("../fonts/AvenirLTPro-LightOblique.woff2") format("woff2"),
    url("../fonts/AvenirLTPro-LightOblique.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro 55 Roman";
  src:
    url("../fonts/AvenirLTPro-Oblique.woff2") format("woff2"),
    url("../fonts/AvenirLTPro-Oblique.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro";
  src:
    url("../fonts/AvenirLTPro-Light.woff2") format("woff2"),
    url("../fonts/AvenirLTPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro";
  src:
    url("../fonts/AvenirLTPro-Roman.woff2") format("woff2"),
    url("../fonts/AvenirLTPro-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro 65";
  src:
    url("../fonts/AvenirLTPro-MediumOblique.woff2") format("woff2"),
    url("../fonts/AvenirLTPro-MediumOblique.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
img.pb-4.pb-lg-5 {
  max-width: 185px;
}
.header_bar .btn-contact {
  border-radius: 30px;
  padding: 12px 32px;
}
.header_bar .brand img {
  /* max-width: 90px; */
  max-width: 80px;
}
.header_bar ul li a {
  font-size: 18px;
  font-family: "Avenir LT Pro";
  font-weight: 400;
  color: #000 !important;
}
.header_bar ul li a.active {
  font-family: "Avenir LT Pro 55 Roman";
  border-bottom: 3px solid #000;
}
.hero_sec {
  background-image: url(/public/admin/assets/images/hero_banner.jpg);
  background-size: cover;
  background-position: center;
  min-height: 700px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
.hero_sec .hero_textbg {
  max-width: 700px;
}
.hero_sec h1 {
  font-size: 68px;
  line-height: 90px;
  font-family: "Avenir LT Pro";
  font-weight: 900;
}
.hero_sec p {
  font-size: 22px;
  line-height: 40px;
  font-family: "Avenir LT Pro";
  font-weight: 400;
}
.category_section {
  padding: 60px 0;
  text-align: center;
}
.category_section h2 {
  font-size: 48px;
  font-family: "Avenir LT Pro 65";
  font-weight: 900;
}
.category_section p {
  font-size: 16px;
  color: #777;
  font-family: "Avenir LT Pro";
  font-weight: 400;
  max-width: 38%;
  margin: 0 auto 20px;
}
.category_section .category_lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.category_section .category_lists .category_list {
  padding: 11px 38px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Avenir LT Pro";
  font-size: 19px;
}
.category_section .category_lists .category_list.active {
  background-color: #000;
  color: #fff;
}
.category_section .category_lists .category_list:hover {
  background-color: #000;
  color: #fff;
}
.category_card h3 {
  font-size: 34px;
  font-weight: 700;
  font-family: "Avenir LT Pro 55 Roman";
}
.category_card p {
  font-size: 16px;
  color: #777;
  font-family: "Avenir LT Pro";
  font-weight: 400;
  margin: 0 auto 30px;
}
.category_card .activity_card {
  position: relative;
  border-radius: 40px;
  height: 473px;
  cursor: pointer;
  transition: transform 0.3s;
  margin-bottom: 20px;
  overflow: hidden;
}
.category_card .activity_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.category_card .activity_card .card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 40px 30px 30px;
  color: #fff;
}
.category_card .activity_card .card-overlay h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "Avenir LT Pro 55 Roman";
  text-transform: uppercase;
}
.category_card .activity_card .card-overlay p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Avenir LT Pro";
  color: #fff;
}
.category_card .activity_card .card-overlay button {
  background-color: #fff;
  color: #000;
  padding: 12px 40px;
  border-radius: 30px;
  border: none;
  font-size: 18px;
  font-weight: 500;
  font-family: "Avenir LT Pro";
}

.app_section .footer_outer {
  background-image: url(/public/admin/assets/images/footer_upperbanner.jpg);
  background-position: bottom;
  background-size: cover;
  padding: 65px;
  border-radius: 32px;
  margin-bottom: 90px;
  min-height: 580px;
}
.app_section .footer_outer h6 {
  font-size: 16px;
  font-family: "Avenir LT Pro 55 Roman";
  font-weight: bold;
  margin-bottom: 20px;
}
.app_section .footer_outer h3 {
  font-family: "Avenir LT Pro 65";
  font-size: 46px;
  font-weight: 900;
  line-height: 62px;
}
.app_section .footer_outer p {
  font-size: 20px;
  font-family: "Avenir LT Pro";
  line-height: 32px;
  color: #000;
  font-weight: 600;
  max-width: 80%;
  padding: 12px 0 40px;
}
.tour-offer {
  padding: 100px 0;
  /* background-image: url(/public/admin/assets/images/plan.png);
  background-repeat: no-repeat;
  background-position: 45% 14%;
  background-size: 33%; */
}
.tour-offer .tour-images {
    row-gap: 25px;
    display: flex;
    flex-direction: column;
  position: relative;
}
.tour-offer .tour-images .img-box {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  height: 273px;
}
img.single_planeleft {
    margin-left: -42px;
    z-index: -1;
    position: relative;
}
/* .tour-offer .tour-images .img-box:nth-child(2) {
  margin-top: 70px;
}
.tour-offer .tour-images .img-box:nth-child(3) {
  margin-top: -70px;
} */
.tour-offer .tour-images .img-box .tour-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
.tour-offer .tour-images .img-box .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.tour-offer .tour-images .img-box .play-icon i {
  font-size: 40px;
}
.tour-offer .tour-content {
  margin-top: 25px;
}
img.single_planeright {
    margin-left: -30px;
}
.tour-offer .tour-content .label {
  display: inline-block;
  padding: 8px 20px;
  background: #f2f4f7;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 20px;
}
.tour-offer .tour-content h3 {
  font-size: 52px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 70px;
  font-family: "Avenir LT Pro 65";
  text-transform: capitalize;
}
.tour-offer .tour-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}
.tour-offer .tour-content button {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-family: "Avenir LT Pro";
  font-weight: 400;
  border-radius: 50px;
  padding: 14px 30px;
}
.footer {
  background-image: url(/public/admin/assets/images/footer_banner.png);
  color: #fff;
  padding: 90px 0 20px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Avenir LT Pro";
  font-weight: 300;
  max-width: 80%;
}
.footer h5 {
  margin-bottom: 20px;
  font-size: 25px;
  font-family: "Avenir LT Pro";
  font-weight: 500;
  position: relative;
}
.footer h5:before {
  content: "";
  background-color: #fff;
  height: 30px;
  width: 4px;
  border-radius: 30px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -12px;
}
.footer ul {
  list-style: none;
}
.footer ul li {
  margin-bottom: 10px;
  font-family: "Avenir LT Pro";
  font-weight: 400;
  font-size: 18px;
  display: flex;
  gap: 8px;
}
.footer ul li a {
  color: #fff;
  text-decoration: none;
}
.footer .social-icons {
  display: flex;
  gap: 8px;
}
.footer ul li span {
  background-color: #282828;
  padding: 2px 8px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  text-align: center;
}
.footer ul li span i {
  font-size: 14px;
  line-height: 0;
}
.footer .social-icons a {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
}
.footer .instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.footer .instagram-grid img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.copy_write {
  padding-top: 20px;
  margin-top: 65px;
}
.copy_write p {
  color: #989898;
  font-size: 16px;
}
.signup_page {
  height: 100vh;
}
.signup_page #leftCarousel h2 {
  font-size: 40px;
  font-family: "Avenir LT Pro 65";
  font-weight: 900;
}
.signup_page #leftCarousel p {
  font-size: 16px;
  font-family: "Avenir LT Pro";
  font-weight: 300;
}
.signup_page .right_signup {
  background-color: #fff;
  border-radius: 24px;
  padding: 40px;
}
.signup_page .carousel-indicators {
  bottom: -70px;
  margin-left: 0;
  right: unset;
}
.signup_page .right_signup h6 {
  font-size: 13px;
  font-family: "Avenir LT Pro";
  font-weight: 400;
}
.signup_page .right_signup h4 {
  font-size: 25px;
  font-family: "Avenir LT Pro";
  font-weight: 500;
}
.signup_page .right_signup form input {
  color: #979797;
  font-family: "Avenir LT Pro";
  font-weight: 400;
  padding: 10px 15px;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 0;
}
.signup_page .right_signup form .toggle-password {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #777;
}
.signup_page .right_signup form .toggle-password h6 {
  color: #424242;
  font-size: 13px;
  font-family: "Avenir LT Pro";
  font-weight: 500;
}
.signup_page .right_signup form .reg_btn {
  background-color: #212121;
  color: #fff;
  border-radius: 30px;
  padding: 15px;
  font-family: "Avenir LT Pro";
  font-weight: 500;
}
.signup_page .right_signup form .google-btn {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  font-family: "Avenir LT Pro";
  font-weight: 500;
  font-size: 18px;
  color: #616161;
  border: 1px solid #eee;
  border-radius: 30px;
  padding: 15px;
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-bottom: 70px !important;
}
.signup_page .right_signup form .small {
  font-size: 13px;
  color: #212121;
  font-family: "Avenir LT Pro";
  font-weight: 500;
}
.signup_page .right_signup form .or_divider {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 7px auto;
  color: #212121;
  font-family: "Avenir LT Pro 55 Roman";
  font-size: 13px;
  gap: 15px;
}
.signup_page .right_signup form .or_divider:after,
.signup_page .right_signup form .or_divider:before {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}
.top_banner {
  min-height: 230px;
}
.top_banner h1 {
  font-size: 38px;
  font-family: "Avenir LT Pro 65";
  font-weight: 900;
}
.profile_card {
  max-width: 864px;
  background-color: #fefbfb;
  border-radius: 25px;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.25);
  margin: 100px auto;
  padding: 100px 60px 40px;
}
.profile_card .profile-avatar {
  width: 150px;
  height: 150px;
  background-color: #212121;
  border-radius: 50%;
}
.profile_card .profile-avatar .avatar-text {
  font-weight: 900;
  color: #fff;
  font-family: "Avenir LT Pro 65";
  font-size: 48px;
}
.profile_card h2 {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  font-family: "Avenir LT Pro 65";
  letter-spacing: 3px;
}
.profile_card .custom-input-group {
  position: relative;
  margin-bottom: 1.5rem !important;
}
.profile_card .custom-input-group label {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: #fefbfb;
  padding: 0 5px;
  font-size: 16px;
  color: #757575;
  z-index: 10;
  font-family: "Avenir LT Pro";
}
.profile_card .custom-input-group input {
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  padding: 15px 18px;
  font-size: 16px;
  font-family: "Avenir LT Pro";
  font-weight: 400;
  color: #979797;
  background-color: rgba(0, 0, 0, 0);
}
.profile_card .custom-input-group .custom-input-icon {
  border-color: #bdbdbd !important;
  color: #000;
  cursor: pointer;
}
.profile_card .update-btn {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-family: "Avenir LT Pro";
  font-weight: 500;
  max-width: 50%;
  padding: 15px;
  border-radius: 30px;
  margin: 10px auto;
  display: block;
  width: 100%;
  font-size: 18px;
}
.profile_card .logout-btn {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  border: 1px solid #eee;
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  max-width: 50%;
  margin: 0 auto;
  font-family: "Avenir LT Pro";
  font-weight: 500;
  font-size: 18px;
}
.heart-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.heart-icon i {
  font-size: 20px;
  padding-top: 2px;
}
.heart-icon i::before {
  font-weight: 600 !important;
}
.single_page .single_content {
  max-width: 864px;
  margin: 0 auto;
  padding: 100px 0;
}
.single_page .single_content h2 {
  font-size: 24px;
  font-family: "Avenir LT Pro 55 Roman";
  font-weight: bold;
  text-transform: uppercase;
}
.single_page .single_content ul li,
.single_page .single_content p {
  color: #4b5563;
  font-family: "Avenir LT Pro";
  font-weight: 400;
  line-height: 26px;
  font-size: 16px;
}
.single_page .single_content .single_btn button {
  background-color: #000;
  padding: 15px 40px;
  color: #fff;
  font-size: 18px;
  font-family: "Avenir LT Pro 55 Roman";
  border-radius: 30px;
}
.single_page .map-box {
  border-radius: 20px;
  overflow: hidden;
}
.single_page .map-box iframe {
  border: 0;
  width: 100%;
  height: 362px;
}
.single_page .single_content .carousel-item img {
  height: 100%;
  object-fit: cover;
}
.single_page .single_content .carousel-item {
  height: 575px;
  object-fit: cover;
}
.category_card .activity_card button span, 
.single_page .single_content .activity_card button span {
  background-color: #000;
  padding: 25px !important;
  display: inline-block;
  background-size: 60%;
  border-radius: 5px;
  pointer-events: all !important;
  cursor: pointer;
}
.category_card .activity_card button,
.single_page .single_content .activity_card button {
  opacity: 1;
  pointer-events: none;
}
/* forget password start */

.forget_screen .right_signup p {
  color: #5c5c5c;
  font-size: 16px;
  line-height: 26px;
}
/* forget password end */
/* verify otp start */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.signup_page.verify_otp .right_signup form .form-control {
  width: 40px;
  height: 40px;
  border: 1px solid #bdbdbd;
  padding: 0px;
  text-align: center;
  box-shadow: none;
}
/* verify otp start */
