@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Shrikhand&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

input::-moz-placeholder {
  letter-spacing: 1px;
}

input:-ms-input-placeholder {
  letter-spacing: 1px;
}

input::placeholder {
  letter-spacing: 1px;
}

html,
body {
  height: 100%;
  font-family: "PT Sans", sans-serif;
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

a:hover {
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999;
  background: #fff;
}
#header .bottom {
  display: flex;
  padding: 0.4rem 3rem;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#header .bottom .logo {
  width: 6%;
}
#header .bottom .logo a img {
  width: 100%;
}
#header .bottom .links {
  width: 50%;
}
#header .bottom .links ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .bottom .links ul li {
  display: flex;
  margin: 0 1rem;
  position: relative;
}
#header .bottom .links ul li a {
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .bottom .links ul li:hover div {
  display: flex !important;
}
#header .bottom .contact_menu {
  width: 30%;
}
#header .bottom .contact_menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .bottom .contact_menu ul li {
  margin: 0 1rem;
  display: flex;
}
#header .bottom .contact_menu ul li a {
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}
#header .bottom .contact_menu ul li:nth-child(1) a {
  text-decoration: underline;
  color: #000;
  font-weight: 900;
}

.common_button {
  border-radius: 200px;
  color: #fff !important;
  background: linear-gradient(96deg, #53b2fe, #065af3);
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 1px;
  text-decoration: unset;
  display: flex;
  width: 150px;
  height: 45px;
  justify-content: center;
  align-items: center;
  font-weight: 800;
}

.basic_icon {
  width: 11px;
  margin-left: 5px;
  margin-top: 6px;
}

#destination {
  position: absolute;
  padding-top: 2.5rem;
  display: flex;
  display: none;
  width: 700px;
}
#destination ul {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  flex-flow: row wrap;
  justify-content: space-between !important;
  background-color: #fff;
  overflow: hidden;
  border-radius: 14px;
  padding: 16px !important;
  width: 100% !important;
}
#destination ul li {
  margin: 10px 0 !important;
  width: 48%;
  justify-content: center;
  align-items: center;
}
#destination ul li a {
  text-transform: capitalize;
  width: 100%;
  font-size: 15px !important;
  justify-content: flex-start !important;
  transition: 0.2s all ease;
}
#destination ul li a img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
#destination ul li a:hover {
  background: #f8f8f8;
  padding: 2px;
  border-radius: 10px;
}

#hero {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 3rem;
}
#hero video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#hero #hero_content {
  color: #fff;
}
#hero #hero_content h1 {
  color: inherit;
  font-size: 3.2rem;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  line-height: 4rem;
  font-weight: 800;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  text-shadow: 0px 0px 3px #030303;
  font-family: "Shrikhand", serif;
}
#hero #hero_content p {
  color: inherit;
  font-size: 17px;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 500;
}
#hero #hero_content form {
  width: 100%;
  background: #fff;
  border-radius: 15px;
  margin-top: 2rem;
  height: 170px;
  border: 1px solid #e7e7e7;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#hero #hero_content form .common_button {
  margin: auto;
  position: relative;
  top: -26px;
  width: 200px;
  height: 54px;
  border: none;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}
#hero #hero_content form .hero_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hero #hero_content form .hero_form .app_input {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  padding: 10px;
  border-right: 1px solid #e7e7e7 !important;
  height: 170px;
}
#hero #hero_content form .hero_form .app_input label {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000;
}
#hero #hero_content form .hero_form .app_input input,
#hero #hero_content form .hero_form .app_input select {
  width: 100%;
  height: 70px;
  border: none;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 10px;
  margin-top: 7px;
}
#hero #hero_content form .hero_form .app_input input:focus,
#hero #hero_content form .hero_form .app_input select:focus {
  outline: none !important;
}
#hero #hero_content form .hero_form .app_input {
  border-right: none;
}
#hero #hero_content form .hero_form .app_input:last-child {
  border-right: 1px solid #e7e7e7;
}

.blur {
  position: relative;
  width: 90%;
  margin: 1rem auto;
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.blur::after {
  content: "";
  background-size: cover;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6509803922);
  position: absolute;
  height: 600px;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  box-shadow: inset 0 0 300px 0px white;
  filter: blur(30px);
  z-index: -1;
}

.widget {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center {
  position: relative;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
}

.text {
  height: 200px;
  width: 340px;
}

.text h1 {
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  margin-top: 57px;
  font-weight: 700;
  font-size: 38px;
  margin-top: 20px;
}

.text p {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 22px;
}

#custom_body {
  background-size: cover;
  font-family: "Roboto", sans-serif;
  display: flex;
  width: 100%;
  height: 650px;
  position: relative;
  height: auto;
  margin-top: 100px;
}
#custom_body video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common_sec {
  padding: 2rem;
}

.common_heading h2 {
  color: inherit;
  font-size: 2rem;
  width: 100%;
  letter-spacing: 3px;
  line-height: 3rem;
  font-weight: 800;
  stroke-width: 1px;
  font-family: "Shrikhand", serif;
}

.card_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 2rem;
}
.card_wrapper .card_sec {
  width: 23%;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 1rem 0;
  transition: all 0.4s;
}
.card_wrapper .card_sec:hover {
  transform: translateY(-10px);
}
.card_wrapper .card_sec:hover .img_wrapper img {
  transform: scale(1.4);
}
.card_wrapper .card_sec:hover .img_wrapper ul li {
  transform: scale(1.1);
}
.card_wrapper .card_sec .img_wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.card_wrapper .card_sec .img_wrapper ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 1;
  flex-direction: column;
  padding: 10px;
}
.card_wrapper .card_sec .img_wrapper ul li {
  display: flex;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin: 5px 0;
  font-weight: 900;
  font-family: "Shrikhand", serif;
  transition: all 0.4s;
}
.card_wrapper .card_sec .img_wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
}
.card_wrapper .card_sec .img_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.card_wrapper .card_sec .card_content {
  padding: 15px;
}
.card_wrapper .card_sec .card_content h3 {
  font-size: 17px;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-family: "Archivo Black", sans-serif;
  height: 55px;
}
.card_wrapper .card_sec .card_content p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card_wrapper .card_sec .card_content .button_grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card_wrapper .card_sec .card_content .button_grid .price {
  font-size: 13px;
  letter-spacing: 1px;
}
.card_wrapper .card_sec .card_content .button_grid .price span {
  font-size: 12px;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-family: "Archivo Black", sans-serif;
  color: #000;
}
.card_wrapper .card_sec .card_content .button_grid a {
  border-radius: 200px;
  color: #fff !important;
  background: linear-gradient(96deg, #53b2fe, #065af3);
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 1px;
  text-decoration: unset;
  display: flex;
  width: 150px;
  height: 45px;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  letter-spacing: 1px;
}

.common_button_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  width: 100%;
}
.common_button_wrapper a {
  width: 200px;
  letter-spacing: 1px;
  font-weight: bold;
  height: 55px;
  font-size: 19px;
}

.left_right_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left_right_sec p {
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 29px;
  font-weight: 500;
}
.left_right_sec .left {
  width: 58%;
}
.left_right_sec .right {
  width: 38%;
}

.bg_gray {
  background: #f8f8f8;
}

.owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.owl-nav button {
  width: 50px;
  height: 50px;
  background: #fff !important;
  border-radius: 50%;
  border: 4px solid #1264f4 !important;
  font-size: 31px !important;
  color: #1264f4 !important;
  margin-right: 10px;
}
.owl-nav button i {
  position: relative;
  top: -5px;
}

.slider-card {
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(96deg, #53b2fe, #065af3);
  overflow: hidden;
}

.section5 {
  color: white;
  position: relative;
}
.section5 .section5Cont {
  display: flex;
  margin: 0px 10%;
  padding: 5% 0%;
}
.section5 .section5Cont .section5L {
  width: 45%;
}
.section5 .section5Cont .section5L .section5TopHead {
  padding: 7px;
  font-size: 20px;
}
.section5 .section5Cont .section5L .section5TopHead img {
  padding: 5px 10px;
  height: 60px;
}
.section5 .section5Cont .section5L .section5Head {
  width: 97%;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
}
.section5 .section5Cont .section5L .section5Head span {
  color: #bfef2d;
}
.section5 .section5Cont .section5L .section5Para {
  width: 93%;
  font-size: 18px;
  padding: 18px 0px;
}
.section5 .section5Cont .section5L .section5LBottom {
  display: flex;
  gap: 10px;
}
.section5 .section5Cont .section5L .section5LBottom .section5LText {
  display: flex;
}
.section5 .section5Cont .section5L .section5LBottom .section5LText p {
  font-weight: 600;
  margin-bottom: 0rem;
  font-size: 35px;
}
.section5 .section5Cont .section5L .section5LBottom .section5LText img {
  height: 36px;
  margin: auto;
  padding: 0px 10px;
}
.section5 .section5Cont .section5L .section5LBottom .section5LButton span i {
  rotate: -45deg;
  padding: 5px;
}
.section5 .section5Cont .section5R {
  display: flex;
  width: 50%;
}
.section5 .section5Cont .section5R .owl-nav {
  font-size: 30px;
  text-align: center;
  color: beige;
}
.section5 .section5Cont .section5R .owl-nav button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.section5 .section5Cont .section5R .owl-nav button span {
  display: block;
  height: auto;
  padding: 0px 8px;
}
.section5 .section5Cont .section5R .owl-nav button:hover {
  background: none;
}
.section5 .section5Cont .section5R .sectionRCardCont {
  width: 100%;
}
.section5 .section5Cont .section5R .sectionRCardCont .section5RCard {
  width: 92%;
  padding: 45px;
  background: #00071a;
  border-top-right-radius: 117px;
  border-bottom-left-radius: 117px;
  margin: auto;
  position: relative;
}
.section5 .section5Cont .section5R .sectionRCardCont .section5RCard .sec5RCardProfile {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px 0px 0px 40px;
}
.section5 .section5Cont .section5R .sectionRCardCont .section5RCard .sec5RCardProfile img {
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 0px 3px #858585;
}
.section5 .section5Cont .section5R .sectionRCardCont .section5RCard .section5RCardPara {
  margin: 10px auto;
  padding-bottom: 15px;
  word-spacing: 1px;
  line-height: 26px;
  width: 86%;
  border-bottom: solid 1px rgba(184, 184, 184, 0.3490196078);
}
.section5 .section5Cont .section5R .sectionRCardCont .section5RCard .review {
  margin: 0px 0px 0px 45px;
  display: flex;
}
.section5 .section5Cont .section5R .sectionRCardCont .section5RCard .review .author {
  font-size: 20px;
  font-weight: 700;
}
.section5 .section5Cont .section5R .sectionRCardCont .section5RCard .review .author span {
  font-weight: 200;
  font-size: 16px;
  color: gainsboro;
}
.section5 .section5Cont .section5R .sectionRCardCont .section5RCard .review .stars {
  margin: auto;
  color: yellow;
  font-size: 20px;
}
.section5 .section5Cont .section5R .sectionRCardCont .section5RCard::before {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 45px;
  right: 0px;
  background-image: linear-gradient(-76deg, #3b7bf7 1%, #47ff00 36%, #ffde00 71%, #eb0ef7 100%);
  border-top-right-radius: 117px;
  border-bottom-left-radius: 117px;
  rotate: 10deg;
  content: " ";
  z-index: -1;
  top: 0;
}

.section5::before {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-color: rgb(0, 7, 26);
  background-image: url(../images/tm_bg_shape.webp);
  background-size: 100%;
  background-repeat: no-repeat;
}

.feedback_inner {
  background: #fff;
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  align-items: center;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 13px;
  height: 450px;
}
.feedback_inner h4 {
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-family: "Archivo Black", sans-serif;
}
.feedback_inner p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
}
.feedback_inner img {
  width: 35% !important;
}

.avtar {
  background: url("../img/user.png");
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}

footer {
  position: relative;
  bottom: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px 0px;
  background: rgb(0, 0, 15);
  border-top: aliceblue 5px solid;
}
footer p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  border-top: 1px solid #353535;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  color: #fff;
}

.social {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.social p {
  font-family: "Shrikhand", serif;
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.wrapper .icon {
  position: relative;
  background: aliceblue;
  color: rgb(0, 0, 15);
  border-radius: 50%;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: aliceblue;
  color: aliceblue;
  font-family: "Poppins", sans-serif;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: aliceblue;
  top: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: 60px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .linkedin:hover,
.wrapper .linkedin:hover .tooltip,
.wrapper .linkedin:hover .tooltip::before {
  background: #0077b5;
  color: aliceblue;
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #4267b2;
  color: aliceblue;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #1da1f2;
  color: aliceblue;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  color: aliceblue;
}

.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
  background: #333;
  color: aliceblue;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#gallery {
  font-size: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
}
#gallery .panel {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  border-radius: 50px;
  color: #fff;
  text-shadow: 0px 2px 4px #000;
  cursor: pointer;
  flex: 0.5;
  margin: 10px;
  position: relative;
  transition: flex 0.7s ease-in;
}
#gallery .panel h3 {
  font-size: 24px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  opacity: 0;
}
#gallery .panel.active {
  background-size: 100% auto;
  flex: 5;
}
#gallery .panel.active h3 {
  opacity: 1;
  transition: opacity 1s ease-in 1s;
}

#breadcrumb {
  background: url("https://images.pexels.com/photos/19469039/pexels-photo-19469039/free-photo-of-krang-shuri-waterfalls-krang-suri-rd-umlarem-meghalaya-india-most-beautiful-falls-in-meghalaya.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2");
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
#breadcrumb h2 {
  font-size: 3.2rem;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  line-height: 4rem;
  font-weight: 800;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  text-shadow: 0px 0px 3px #030303;
  font-family: "Shrikhand", serif;
  color: #fff;
  margin: 0;
}
#breadcrumb::after {
  content: "";
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}

#deal_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#deal_list h3 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-family: "Archivo Black", sans-serif;
}
#deal_list ul {
  padding: 0;
  margin: 0;
  display: flex;
}
#deal_list ul li {
  margin: 0 5px;
  display: flex;
  font-size: 21px;
  cursor: pointer;
  padding: 10px;
}
#deal_list ul li.active {
  background: linear-gradient(96deg, #53b2fe, #065af3);
  border-radius: 10px;
  color: #fff;
}

.packageRating {
  width: 30%;
  margin-bottom: 1.3rem;
}

.gridView .card_sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 170px;
}
.gridView .card_sec .img_wrapper {
  width: 26%;
}
.gridView .card_sec .img_wrapper ul {
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
}
.gridView .card_sec .card_content {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gridView .card_sec .card_content .card_content_sec {
  width: 60%;
}
.gridView .card_sec .card_content .card_content_sec h3 {
  height: auto !important;
}
.gridView .card_sec .card_content .button_grid {
  flex-direction: column;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  width: 30%;
  height: 150px;
  justify-content: center;
}
.gridView .card_sec .card_content .packageRating {
  width: 13%;
  margin-bottom: 0.6rem;
}

#package_header, #package_header_to_hide {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  z-index: 9999;
}
#package_header .left .packageRating, #package_header_to_hide .left .packageRating {
  margin-bottom: 10px !important;
}
#package_header .left h2, #package_header_to_hide .left h2 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-family: "Archivo Black", sans-serif;
}
#package_header .left p, #package_header_to_hide .left p {
  margin: 0;
  font-size: 20px;
  letter-spacing: 1px;
}
#package_header .mid h4, #package_header_to_hide .mid h4 {
  font-size: 1.3rem;
  font-weight: bolder;
  margin-bottom: 4px;
  font-family: "Archivo Black", sans-serif;
  letter-spacing: 1px;
}
#package_header .mid p, #package_header_to_hide .mid p {
  font-size: 1rem;
  margin: 0;
  letter-spacing: 1px;
}
#packagebody {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#packagebody .left {
  width: 50%;
  height: 500px;
  overflow: hidden;
}
#packagebody .left img {
  width: 100%;
}
#packagebody .right {
  padding: 4rem;
  width: 50%;
  background: #f8f8f8;
  height: 500px;
}
#packagebody .right h3 {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.6rem;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-family: "Archivo Black", sans-serif;
}
#packagebody .right p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 500;
}
#packagebody .right ul {
  padding: 0;
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}
#packagebody .right ul li {
  display: flex;
  width: 32%;
  flex-direction: column;
  margin: 15px 0;
}
#packagebody .right ul li .content {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 600;
  opacity: 0.8;
}
#packagebody .right ul li .top_sec i {
  font-size: 17px;
  margin-right: 6px;
}
#packagebody .right ul li .top_sec strong {
  font-size: 17px;
  letter-spacing: 1px;
}

.fixedHeader {
  position: fixed !important;
  width: 100%;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.accordion {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  margin: 1.5rem 0;
  padding: 0;
}

.accordion-header {
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  padding: 8px;
}
.accordion-header span {
  font-size: 20px;
  letter-spacing: 1px;
}
.accordion-header span strong {
  padding: 10px;
  background: #f8f8f8;
  display: inline-block;
  border-radius: 10px;
  width: 118px;
  margin-right: 10px;
}

.accordion-header span {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.accordion-header span strong {
  background: linear-gradient(96deg, #53b2fe, #065af3);
  color: #fff;
}

.accordion-body {
  color: #444;
  font-size: 14px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s;
}
.accordion-body p {
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 27px;
}

.accordion-body.active {
  height: 100%;
  opacity: 1;
  padding: 1rem;
}

.arrow {
  transition: transform 0.2s linear;
}

.accordion:has(.active) .arrow {
  transform: rotate(180deg);
}

#request_sec form .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#request_sec form .form .form-row {
  flex-direction: column;
  margin: 1rem 0;
  width: 32%;
}
#request_sec form .form .form-row .form-left {
  font-size: 15px;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-family: "Archivo Black", sans-serif;
}
#request_sec form .form .form-row .form-right input, #request_sec form .form .form-row .form-right select {
  width: 100%;
  height: 49px;
  background: #f8f8f8;
  border: none;
  padding: 10px;
  border-radius: 10px;
}

.form-row-submit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-row-submit .common_button {
  width: 300px;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 900;
  border: none;
}

#snapshot img {
  height: 300px !important;
  border-radius: 10px;
}

.bars {
  display: none;
}

@media only screen and (max-width: 768px) {
  .bars {
    display: flex;
    background: #f8f8f8;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 4px;
  }
  .bars span {
    display: flex;
    width: 100%;
    height: 4px;
    background: #000;
    border-radius: 10px;
    position: relative;
    transition: all 0.4s;
  }
  .bars span::after, .bars span::before {
    content: "";
    display: flex;
    width: 100%;
    height: 4px;
    background: #000;
    border-radius: 10px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
  }
  .bars span::after {
    top: 10px;
  }
  .bars span::before {
    top: -10px;
  }
  .toggleMenu span {
    background: transparent;
  }
  .toggleMenu span::after {
    transform: rotate(45deg);
    top: 0;
  }
  .toggleMenu span::before {
    transform: rotate(-45deg);
    top: 0;
  }
  .showMenu {
    transform: translateX(0) !important;
  }
  .blur {
    height: auto;
  }
  #custom_body {
    height: auto;
  }
  #custom_body #hero {
    padding: 10px;
  }
  #custom_body #hero #hero_content {
    color: #fff;
    width: 100%;
  }
  #custom_body #hero #hero_content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  #custom_body #hero #hero_content form {
    margin-top: 1rem;
    height: auto;
  }
  #custom_body #hero #hero_content form .hero_form {
    flex-wrap: wrap;
  }
  #custom_body #hero #hero_content form .hero_form .app_input {
    width: 49% !important;
    height: auto;
  }
  #custom_body #hero #hero_content form .hero_form .app_input label {
    font-size: 13px;
    margin-bottom: 2px;
  }
  #custom_body #hero #hero_content form .hero_form .app_input input, #custom_body #hero #hero_content form .hero_form .app_input select {
    height: 45px;
    padding: 10px;
  }
  #custom_body #hero #hero_content form .common_button {
    top: 0px;
    font-size: 16px;
    height: 48px;
  }
  .common_heading h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .card_wrapper {
    padding: 0;
  }
  .card_wrapper .card_sec {
    width: 100%;
  }
  .common_sec {
    padding: 2rem 1rem;
  }
  .mb_none {
    display: none !important;
  }
  .left_right_sec {
    flex-direction: column;
  }
  .left_right_sec .left, .left_right_sec .right {
    width: 100% !important;
    padding: 10px;
  }
  #package_header, #package_header_to_hide {
    flex-wrap: wrap;
    position: relative !important;
  }
  #package_header .mid, #package_header_to_hide .mid {
    margin: 20px 0;
  }
  #package_header .left h2, #package_header_to_hide .left h2 {
    line-height: 30px !important;
    font-size: 20px;
  }
  #packagebody {
    flex-direction: column;
  }
  #packagebody .left, #packagebody .right {
    width: 100% !important;
    height: auto !important;
  }
  #packagebody .right {
    padding: 20px;
  }
  #packagebody .right ul li {
    width: 49%;
  }
  #request_sec form .form .form-row {
    width: 100% !important;
  }
  #request_sec form .form .form-row .form-left {
    font-size: 11px;
    line-height: 19px;
    font-weight: 400;
  }
  #header {
    position: fixed;
  }
  #header .bottom .logo {
    width: 25%;
  }
  #header .bottom .links {
    position: fixed;
    background: rgba(0, 0, 0, 0.8588235294);
    width: 100%;
    height: 100vh;
    top: 93px;
    left: 0;
    padding: 0;
    transition: all 0.4s;
    transform: translateX(-100%);
  }
  #header .bottom .links ul {
    background: #fff;
    width: 90%;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem;
  }
  #header .bottom .links ul li {
    margin: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  #header .bottom .links ul li a {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ccc;
  }
  #header .bottom .contact_menu {
    display: none;
  }
  #destination {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 10px;
  }
  #destination ul {
    height: auto !important;
  }
}/*# sourceMappingURL=style.css.map */