@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Grape+Nuts&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins: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");
@import url("https://fonts.googleapis.com/css2?family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Paprika&display=swap");

:root {
  --main-bg-color: #3cb371;
  --main-color: #3cb371;
  --main-dark: #272727;
  --font-family: "Montserrat";
  --font-grape: "Grape Nuts", cursive;
  --font-poppins: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: var(--font-family);
}

header {
  border: 1px solid #80808024;
}

section {
  width: 100%;
  /* padding: 50px 0px; */
}

.hd-ul li>a {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: black;
}

.logo img {
  width: 222px;
}

.hd-ul li>.active {
  color: var(--main-color);
}

.login-btn {
  color: black;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 14px;
}

.signUp-btn {
  background-color: var(--main-bg-color);
  color: black;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 14px;
}

.signUp-btn:hover {
  background-color: var(--main-bg-color) !important;
}

.login-btn:hover {
  background-color: var(--main-bg-color);
}

section.hero {
  padding: 50px 0px;
  background: url(../images/blob.png);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}

img.person-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.child {
  height: 100%;
}

.parent {
  height: 600px;
  background: url(../images/parent-bg.png);
  width: 90%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  margin: 0 auto;
  border-radius: 15px;
}

.latest-sec {
  padding-bottom: 100px;
}

.adress {
  margin-top: -65px;
}

h1 {
  font-weight: 600;
  font-size: 60px;
}

.parent p {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.input-style {
  padding: 18px 15px;
  border: 1px solid #79747e;
  border-radius: 6px;
}

#date[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

span.input-group-text {
  border: 1px solid #79747e;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.top-label {
  position: absolute;
  top: -8px;
  left: 12px;
  z-index: 99;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  background-color: white;
}

.search-btn {
  background-color: var(--main-bg-color);
  padding: 16px 43px;
}

.locate-parent {
  padding: 0px 50px;
}

.locate {
  text-align: center;
  box-shadow: 0px 0px 9px 0px #3cb3717d;
  /* border: 1px solid #3CB371; */
  padding: 43px 44px;
  border-radius: 13px;
  background-color: white;
}

.filter-2 li {
  padding: 0px 14px;
  list-style: none;
}

.filter-2 li>a {
  font-family: var(--font-family);
  font-style: normal;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  text-decoration: none;
  border-radius: 0px 25px 25px 0px;
  width: 114px;
  display: block;
  padding: 6px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #495560;
  border: 1px solid var(--main-bg-color);
  border-radius: 31px;
}

.filter-2 .active {
  background-color: var(--main-bg-color);
  color: white;
}

.massionary {
  padding: 100px 0px;
  background: url(../images/Frame-1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.multi-plane {
  position: absolute;
  top: 0px;
  left: 0;
}

h3 {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  position: relative;
}

.border-style::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 84%;
  background: var(--main-bg-color);
  bottom: 0;
  left: 28px;
}

h3 span {
  color: var(--main-bg-color);
}

.grid-parent {
  padding: 1rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 200px 200px;
  /* grid-gap: 1rem; */
}

.grid-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.item-a {
  grid-row: 1 / 3;
  grid-column: 1 / 3;
}

.item-b {
  grid-column: 4 / 4;
  grid-row: 1 / 3;
}

.item-c {
  grid-column: 5 / 5;
  grid-row: 1 / 3;
}

.item-d {
  grid-column: 1 / 2;
  grid-row: 3 / 5;
}

.item-e {
  grid-column: 2 / 5;
  grid-row: 3 / 5;
}

.item-f {
  grid-column: 5 / 5;
  grid-row: 3 / 4;
}

.item-g {
  grid-column: 5 / 6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-h {
  grid-column: 5 / 5;
  grid-row: 3 / 5;
}

.item-i {
  grid-row: 5 / 5;
  grid-column: 6 / 3;
}

.item-j {
  grid-row: 5 / 5;
  grid-column: 1 / 1;
}

.item-k {
  grid-row: 5 / 5;
  grid-column: 2 / 3;
}

.more-btn {
  background-color: var(--main-bg-color);
  font-family: var(--font-family);
  color: white;
  height: 88px;
  width: 100%;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 16px 50px; */
  border-radius: 15px;
  width: 100%;
  border: 1px solid #000000;
}

.class-sub {
  font-family: var(--font-poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: rgba(25, 24, 37, 0.5);
}

.choose-text {
  font-family: "Grape Nuts";
  font-style: normal;
  font-weight: 900;
  font-size: 23px;
  line-height: 120%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #3cb371;
}

.choose-sec {
  background: url(../images/Frame-1.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.choose-sec h2 {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  color: #272727;
}

.theme-style {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 23px;
  color: var(--main-color);
  text-transform: uppercase;
}

.icon {
  height: 55px;
  width: 55px;
  background-color: var(--main-bg-color);
  border-radius: 50%;
  box-shadow: 0px 0px 0px 8px #3cb3715c;
}

.p-icon h6 {
  font-family: var(--font-poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #272727;
}

.p-icon p {
  font-family: var(--font-poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #272727;
}

.c-slider {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
}

.owl-one_slide {
  border-radius: 16px;
  overflow: hidden;
}

.slider-sec {
  background: url(../images/blob.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

img.layer {
  right: -60px;
  top: 80px;
  position: absolute;

}

.slider2-sec {
  background: url(../images/blob.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
}

.latest-sec {
  background: url(../images/Frame-2.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}

img.dotted-map {
  position: absolute;
  width: 50%;
  top: 0;
}

.slider-sec h2 {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  color: #272727;
}

.slide-h6 {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 49px;
  margin-top: 10px;
}

.custom-slide {
  height: 472px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 19px;
}

.content-box {
  padding: 0px 50px 29px 41px;
}

.travel-btn {
  background-color: #ffc759;
  border-radius: 100px;
  font-size: 12px;
  padding: 0px 10px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  font-weight: 500;
}

.slider-p {
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  margin: 0;
}

.news-letter {
  margin-bottom: -64px;
  padding: 0px 0px;
  z-index: 9999;
}

.news-parent {
  background: #caead8;
  padding: 15px 30px 0px 30px;
  border-radius: 18px;
}

.news-parent h5 {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #272727;
  opacity: 0.8;
}

.news-parent p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #112211;
  opacity: 0.7;
}

.letter-img img {
  width: 311px;
}

.c-input {
  padding: 12px 10px;
}

.subs-color {
  background-color: var(--main-dark);
}

img.arrows {
  position: absolute;
  left: -104px;
  top: 28px;
}

footer {
  background: url(../images/frame-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
}

.footer {
  padding: 150px 0px;
  background: var(--main-bg-color);
}

footer h4 {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.footer-ul li {
  list-style: none;
  padding: 7px 0px;
}

.footer-ul li>a {
  list-style: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

.bottom-bar {
  height: 75px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: calc(100% - 350px);
  padding: 15px 193px 15px 15px;
  border-radius: 10px 0px 0px 0px;
}

.footer-icon-box {
  background-color: #3cb37124;
  height: 40px;
  width: 45px;
  border-radius: 9px;
}

.top-icon {
  background-color: var(--main-bg-color);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 30px;
}

.copy-right {
  font-family: var(--font-poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3cb371;
}

.view-btn {
  border: 1px solid var(--main-bg-color);
  color: var(--main-bg-color);
  font-weight: 600;
}

.mobile-nav {
  position: fixed;
  background: #caead8;
  height: calc(100vh + 100%);
  z-index: 5;
  top: 0;
  left: 0;
  width: 200px;
}

/* .mobile-nav::after {
  content: "";
  position: absolute;
  background-color: red;
  height: 100%;
  width: calc(100% + 100vw);
  top: 0;
  left: 0;
z-index: 0;
} */
.mobile-nav ul {
  padding: 10px 20px;
}

.mobile-nav div {
  padding: 10px 20px;
}

.mobile-nav .custom-responsive {
  width: 50%;
  flex-direction: column;
}

.mobile-nav {
  display: none;
}

.box {
  max-width: 550px;
}

@media screen and (max-width: 1366px) {
  .letter-img img {
    width: 340px;
  }

  .subscribe-section {
    margin-bottom: 10px;
  }

  .custom-slide {
    height: 472px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 19px;
  }

  .multi-plane {
    position: absolute;
    top: 0px;
    left: 0;
    height: 200px;
  }
}

@media screen and (max-width: 1280px) {
  .custom-slide {
    height: 360px;
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 19px;
  }
}

@media screen and (max-width: 1024px) {
  .custom-slide {
    height: 360px;
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .responsive-card {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .slider2-sec .c-owl-btn #customNav3 .owl-next {
    right: 0px !important;
  }

  .slider2-sec .c-owl-btn #customNav3 .owl-prev {
    left: 0px !important;
  }

  .custom-slide2 img {
    width: 100% !important;
  }

  img.layer {
    right: 0px;
  }

  .categories {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .parent-2 {
    height: 200px !important;
  }

  .child p {
    font-size: 10px;
  }

  .tags {
    flex-wrap: wrap;
    justify-content: center;
  }

  h1 {
    font-weight: 600;
    font-size: 33px;
    line-height: 0;
  }

  .client-sec {
    padding-top: 500px !important;
  }

  .grid-parent {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
  }

  .item-a,
  .item-b,
  .item-c,
  .item-d,
  .item-e,
  .item-f,
  .item-g,
  .item-h,
  .item-i,
  .item-j,
  .item-k {
    grid-column: auto;
    grid-row: auto;
  }

  .item-g {
    grid-column: auto;
  }

  .resp {
    display: none !important;
  }

  .bottom-bar {
    width: 100%;
    padding: 33px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: unset;
  }

  .locate-parent {
    padding: 0px 0px;
  }

  .bottom-bar nav {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 10px;
  }

  .parent h1 {
    font-weight: 600;
    font-size: 33px;
    line-height: 44px;
  }

  .parent p {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
  }

  .video-sec2,
  .video-content {
    height: 600px !important;
  }
}

@media screen and (max-width: 768px) {
  .search-btn {
    background-color: var(--main-bg-color);
    padding: 14px 43px;
    margin-top: 15px;
    width: 100%;
  }
}

@media only screen and (max-width: 667px) {
  .parent {
    height: 350px;
  }

  .parent-3,
  .parent-2 {
    height: 156px !important;
  }
}

.parent-2 {
  height: 500px;
  background: url(../images/about-sec.png);
  width: 90%;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  background-position: center !important;
  margin: 0 auto;
  border-radius: 15px;
}

.about-sec1 {
  background: url(../images/Frame-1.png);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.about-sec1 h2 {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  color: #272727;
}

.bar {
  width: 100%;
  background: #d9d9d9;
  border-radius: 17px;
  height: 14px;
}

.range {
  background: var(--main-bg-color);
  width: 70%;
  height: 100%;
  border-radius: 17px;
}

.tooltip-1 {
  position: absolute;
  right: -21px;
  top: -41px;
}

.tooltip-2 {
  position: absolute;
  right: -21px;
  top: -41px;
}

.range-2 {
  background: var(--main-bg-color);
  width: 40%;
  height: 100%;
  border-radius: 17px;
}

.c-tooltip h3 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}

.trip-book {
  background: url(../images/bg.png);
}

.testimonils {
  background: url(../images/group.png);
  padding: 100px 0px;
}

.testimonial-box {
  background: white;
  padding: 29px 50px;
  border-radius: 26px;
}

.testimonial-box img {
  max-width: 350px;
  width: unset !important;
}

.testimonial-box p {
  font-weight: 600;
  font-size: 12.2244px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
}

.comma::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 161px;
  background: url(../images/Vector.png);
  background-repeat: no-repeat;
  top: -20px;
  left: 0;
  z-index: 0;
}

.video-sec {
  background: url(../images/video.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 0px 0px;
  height: 850px;
}

.counter {
  margin-top: -95px;
  position: relative;
}

.video-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 850px;
  gap: 12px;
}

.video-content img {
  cursor: pointer;
}

.video-content p {
  margin-bottom: 0 !important;
}

.trp-p {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #272727;
}

.choose-text2 {
  font-family: "Grape Nuts";
  font-style: normal;
  font-weight: 900;
  font-size: 47px;
  line-height: 120%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #3cb371;
}

.client-sec {
  background: url(../images/curve.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 200px 0px;
}

.client-sec h3 {
  color: #3cb371;
}

.c-card {
  /* max-width: 280px; */
  background: white;
  padding: 32px 27px;
  border-radius: 19px;
  width: 307px;
}

hr {
  background: grey;
  width: 100%;
}

.client-links {
  padding: 10px 30px;
}

.custom-body {
  gap: 9px;
}

.c-card .team-porfile {
  max-width: 150px;
}

.choose-place-heading {
  font-family: "Volkhov", serif;
  font-size: 22px;
}

.btn_viewmore {
  border-radius: 5px;
  border: 1px solid #3cb371;
  padding: 10px;
  text-align: center;
  background-color: #ffffff;
  width: 150px;
}

@media only screen and (max-width: 667px) {
  .parent-2 {
    height: 300px;
  }

  h1 {
    font-weight: 600;
    font-size: 25px;
    line-height: 26px;
    margin: 0;
  }
}

@media only screen and (max-width: 425px) {
  .login_img_hide {
    display: none !important;
  }
}

@media screen and (max-width: 370px) {
  .arrows {
    display: none !important;
  }

  .letter-img img {
    width: 240px;
  }

  .subs-color {
    width: 100%;
    height: 40px;
  }

  .subscribe-section {
    display: flex;
    flex-wrap: wrap;
  }

  .search-btn {
    background-color: var(--main-bg-color);
    padding: 14px 43px;
    margin-top: 15px;
    width: 100%;
  }

  .multi-plane {
    position: absolute;
    top: -50px;
    left: 0px;
  }

  .parent p {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 70px;
  }

  .choose-text {
    font-size: 21px;
  }

  .latest_news_cards {
    margin-top: 15px;
  }

  .main_web {
    display: none !important;
  }

  .main_mob {
    display: block;
  }

  .video_title_first {
    font-size: 15px !important;
  }

  .video_title {
    font-size: 10px !important;
  }

  .locate {
    margin-top: 325px !important;
  }
}

#customNav {
  display: flex;
  gap: 24px;
  justify-content: flex-start;
}

/* .owl-one_slide .owl-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  position: relative;
  z-index: 9999;
  top: -196px;
  left: 0;
} */
.owl-next {
  background: white;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0;
}

#customNav .owl-next,
#customNav .owl-prev {
  width: 80px;
  height: 80px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#customNav2 .owl-next,
#customNav2 .owl-prev {
  width: 66px;
  height: 66px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.slider2-sec .c-owl-btn #customNav3 .owl-next {
  right: -17px;
  position: absolute;
}

.slider2-sec .c-owl-btn #customNav3 .owl-prev {
  left: -17px;
  position: absolute;
}

#customNav3 .owl-next,
#customNav3 .owl-prev {
  width: 60px;
  height: 60px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.owl-prev {
  background: white;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0;
  /* position: relative;
  left: -48px; */
}

.contact-form {
  background-color: white;
  padding: 50px 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 20px 0px #80808029;
}

.contact-form input {
  background-color: #f3f9f6;
  padding: 12px 10px;
  border: 0;
}

.contact-form label {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}

.search-btn2 {
  background-color: var(--main-bg-color);
  padding: 12px 45px;
}

.contact-box h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;

  color: #2c2f24;
}

.slider2-sec .c-owl-btn {
  position: absolute;
  z-index: 999;
  width: 100%;
  justify-content: space-between;
  display: flex;
  top: 39%;
}

.slider2-sec #customNav3 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contact-box p {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.6);
  text-align: start;
  margin: 0;
}

.contact-box {
  border: 1px solid #3cb371ad;
  border-radius: 7px;
  padding: 33px 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.map-sec {
  padding-top: 0;
  padding-bottom: 80px;

}

.gmap_canvas {
  width: 100% !important;
}

.page-link {
  color: #2c2f24b5;
  padding: 7px 18px;
  font-weight: 600;
  border: 1px solid #80808047 !important;
}

.page-item a {
  border: 1px solid #f3f3f3;
}

.page-item.active .page-link {
  background-color: #3cb3718f;
  color: #696969b5;
  border: none !important;
  border-radius: 5px;
}

.parent-3 {
  background: url(../images/parent-3.png);
  width: 90%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin: 0 auto;
  border-radius: 15px;
  height: 500px;
}

.parent-3 .child {
  height: 100%;
}

.child h1 {
  margin-bottom: 0 !important;
}

.video-sec2 {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center !important;
  padding: 0px 0px;
  height: 1000px;
  position: relative;
  top: 38px;
}

.latest-page {
  background: url(../images/Frame-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.filter-head {
  background: var(--main-bg-color);
  padding: 12px 22px;
  border-radius: 4px;
}

.filter-head P {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
}

.filter {
  padding: 30px;
  width: 100%;
}

.filter>div {
  padding-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.filter>div>div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.filter .slider {
  margin-top: 10px;
  position: relative;
  height: 8px;
  background: #cfebd1;
}

.filter .color-range {
  position: absolute;
  background: var(--background-range, var(--main-bg-color));
  width: 95%;
  border: none;
  height: 6px;
  left: 15px;
}

.filter .block-min,
.block-max {
  width: 15px;
  height: 16px;
  position: absolute;
  left: 0;
  top: -6.5px;
  background: var(--main-bg-color);
  border: 2px solid white;
  border-radius: 4px;
  z-index: 1;
  border-radius: 50%;
}

.filter .block-max {
  left: 95%;
}

number {
  display: none;
}

.accordion-body {
  padding: 1rem 1.25rem;
  border-top: 1px solid #80808000;
}

.accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: 0px 0px transparent;
  border: 0;
}

.min-max>div {
  background: #f4f4f5;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px 10px;
  margin-left: 5px;
}

.min-max>div>p {
  margin: 0;
}

button.accordion-button {
  color: #1c2b38;
  font-size: 17px;
  font-weight: 600;
  font-family: "Montserrat";
}

.accordion-button:not(.collapsed) {
  color: var(--main-color);
}

.accordion-body h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  /* identical to box height, or 100% */
  text-transform: capitalize;
  color: #1c2b38;
}

.apply-btn {
  background-color: var(--main-bg-color);
  padding: 3px 13px;
}

.accordion-item {
  margin-bottom: 15px;
}

.accordion-body label {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #495560;
}

.show-more {
  color: var(--main-bg-color);
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #3cb371;
}

.filter-sec {
  background: url(../images/Frame-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.accordion-item {
  border: 0;
  box-shadow: 0px 0px 4px 1px #8080805c;
  border-radius: 6px;
}

button.accordion-button.collapsed {
  border-radius: 10px;
}

.tags li {
  list-style: none;
}

.tags li>a {
  background-color: #e3e5e6;
  color: #272727;
  font-style: normal;
  font-weight: 800;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #272727;
  padding: 8px 34px;
  border-radius: 25px;
}

.true {
  color: #ffa432;
  font-size: 12px;
}

.false {
  color: #cfd9de;
  font-size: 12px;
}

.tags li>.c-border>span {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #778088;
}

.c-border {
  border-left: 2px solid #80808078;
  padding: 0px 10px;
}

.cat-img img {
  width: 200px;
  border-radius: 10px;
}

.categories h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #1c2b38;
}

.bottom-ul li {
  list-style: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #495560;
}

.left {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.bord {
  position: relative;
}

.bord::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #80808078;
  top: 0;
  left: -12px;
}

.style-2 {
  font-family: "Volkhov", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: right;
  color: var(--main-color);
  margin: 0;
}

.per {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #778088;
  margin: 0;
}

.categories {
  background: white;
  box-shadow: 0px 0px 1px 0px #80808063;
  padding: 0px 19px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.specials-sec {
  background: url(../images/Frame-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.load-more {
  background: white;
  color: var(--main-color);
  border: 1px solid var(--main-bg-color);
  font-weight: 700;
  padding: 12px;
  border-radius: 34px;
}

.card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #1c2b38;
  padding: 0px 7px;
  margin-top: 16px;
}

.card-body {
  padding: 10px 10px;
}

.card-footer {
  background: white;
}

.b-card {
  border: 0;
  box-shadow: 0px 0px 1px 2px #8080800f;
  border-radius: 3px;
}

.style-content {
  position: absolute;
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #00000099;
  bottom: -100%;
  transition: 0.5s ease-in-out;
}

.style-content h4 {
  font-weight: 600;
  font-size: 35px;
  line-height: 43px;
  text-align: center;
  color: #ffffff;
}

.style-content p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

.explore-btn {
  color: white;
  border: 1px solid white;
  border-radius: 8px;
  font-weight: 600;
  padding: 9px 24px;
  font-size: 20px;
}

.c-slider:hover .style-content {
  bottom: 0;
}

.c-group input,
.c-group select {
  padding: 12px 15px;
  border-radius: 24px !important;
}

.c-group input:focus {
  box-shadow: 0px 0px transparent;
  border: 0;
}

.c-group {
  border: 1px solid red;
  overflow-x: clip;
  border: 1px solid #79747e;
  border-radius: 6px;
}

.c-label {
  font-size: 15px;
  font-weight: 500;
}

.c-danger {
  color: #ff8682;
}

.c-danger:hover {
  color: #ff8682;
}

.log-btn {
  background-color: var(--main-bg-color);
  padding: 12px 43px;
  font-weight: 600;
}

.form-parent {
  padding: 0px 33px;
}

.log-img {
  max-height: 800px;
}

.fw-medium {
  font-weight: 500;
}

/* Booking page */

.radio-buttons input[type="radio"] {
  display: none;
}

.text-green {
  color: #3cb371;
}

.radio-buttons label {
  cursor: pointer;
  position: relative;
  font-size: 1rem;
}

.radio-buttons label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #404040;
  border-radius: 50%;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.radio-buttons label::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3cb371;
  border: 2px solid #3cb371;
  border-radius: 50%;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

.radio-buttons input[type="radio"]:checked+label::before {
  border-color: #3cb371;
}

.radio-buttons input[type="radio"]:checked+label::after {
  transform: translateY(-50%) scale(0.55);
}

.travel_pagination a {
  color: #807d7e;
  text-decoration: none;
  font-weight: 500;
}

.travel_pagination i {
  color: #807d7e;
  text-decoration: none;
}

.travel_pagination a.active {
  color: #3c4242;
}

.pagination {
  gap: 30px;
  flex-wrap: wrap;
}

.book_heading {
  font-family: "Volkhov", serif;
  font-weight: 400;
  font-style: normal;
}

.travel_count .counter_icon {
  display: flex;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(0 0 0 / 60%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.traveller_list span {
  background-color: #e3e5e6;
  color: #272727;
  font-weight: 600;
  border-radius: 4px;
  padding: 8px 18px;
  text-transform: capitalize;
}

/* travel checkbox */

.travel_checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.travel_checkbox label {
  position: relative;
  cursor: pointer;
}

.travel_checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #272727;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 6px;
  margin-right: 16px;
}

.travel_checkbox input:checked+label:before {
  background-color: #272727;
}

.travel_checkbox input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* travel checkbox */

/* Booking page */

/******************************   Booking page CSS  ****************************/
.booking-main {
  height: calc(100vh - 110px);
}

.custome-dropdown::after {
  display: none;
}

.custom-dropdown-menu {
  top: 60px !important;
  width: 209px;
  border-radius: 12px;
  box-shadow: 0px 6px 10px 0px #57575726;
  border: none;
  padding: 0px;
}

.custom-dropdown-menu li a {
  border: 1px solid #efefef;
  padding: 14px 24px 14px 24px;
  border-radius: 12px 12px 0px 0px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 18px;
}

.custom-dropdown-menu li a:hover {
  background-color: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
  color: #333333;
}

.wishlist-icon {
  font-size: 20px;
  background-color: #f6f6f6;
  color: #807d7e;
}

.user-msg h2 {
  font-size: 32px;
  font-weight: 700;
  font-family: var(--font-poppins);
}

.user-msg-para p {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-poppins);
}

.return-btn a {
  padding: 16px 32px 16px 32px;
  border: 1px solid #3cb371;
  color: #3cb371;
  border-radius: 50px;
}

/******************************   Booking page CSS  ***************************/

/******************************   Tour Details CSS  ***************************/

.slider .slick-prev:before,
.slider-vertical .slick-next:before {
  display: none;
}

.slider .slick-prev,
.slider .slick-next {
  width: 28px;
  height: 28px;
  border-style: solid;
  margin: 10px;
  display: inline-block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}

.slider .slick-prev:before,
.slider .slick-next:before {
  display: none;
}

.slider .slick-prev {
  border-width: 14px 14px 14px 0px;
  border-color: transparent #ffffff;
  left: 0px;
  right: auto;
}

.slider .slick-next {
  border-width: 14px 0px 14px 14px;
  border-color: transparent #ffffff;
  right: 0px;
  left: auto;
}

.slider .slick-prev:hover,
.slider .slick-next:hover {
  border-color: transparent #ffd200;
}

.slider .slick-prev.slick-disabled,
.slider .slick-next.slick-disabled,
.slider .slick-prev.slick-disabled:hover,
.slider .slick-next.slick-disabled:hover {
  opacity: 0.1;
  cursor: default;
  border-color: transparent #000000;
}

.slider div {
  text-align: center;
  font-size: 75px;
  color: #ffffff;
}

.slider-thumb div {
  font-size: 25px;
}

.slider-thumb .slick-slide.slick-current {
  border: 1px solid green;
}

.feedback_comments-filter {
  background-color: #f8fafc;
  border: 1px solid #16527d2f;
}

/******************************   Tour Details CSS  ***************************/

/******************************   Booking History CSS  ***************************/

.booking-list li a {
  color: #3cb371;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat";
}

.booking-list li .booking-active {
  border-bottom: 3px solid #3cb371;
}

.booking-table tbody,
.booking-table td,
.booking-table tfoot,
.booking-table th,
.booking-table thead,
.booking-table tr {
  border: none;
}

.booking-table tr th,
.booking-table tr td {
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-poppins);
  margin-bottom: 20px;
}

.booking-table tr td {
  font-weight: 400;
}

.booking-status,
.booking-detial a {
  font-size: 10px !important;
  font-weight: 500 !important;
  color: #3cb371;
  background-color: #3cb3711a !important;
  border-radius: 2px;
  padding: 10px 16px !important;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
}

.booking-status {
  color: #f83333;
  background: #fff0f0 !important;
  width: 90px;
  display: block;
}

.hover-after-effect:hover {
  background-color: var(--main-color);
  color: white;
}

.owl-prev:hover {
  background-color: var(--main-color);
  color: white;
  transition: background-color 0.3s ease;
}

.owl-next:hover {
  background-color: var(--main-color);
  color: white;
  transition: background-color 0.3s ease;
}

/* .fa-solid:hover,
.fa-arrow-left:hover {
  color: white !important;
} */

/******************************   Booking History CSS  ***************************/

/* Video section */

.video_title {
  font-family: "Paprika", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 55px !important;
  margin-bottom: 20px;
}

.video_title_first {
  font-family: "Montserrat", system-ui;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 55px !important;
}

/* End Video section */

/* checkout payment section */
.checkouth1 {
  font-size: 36px;
  color: #1c2b38;
}

.chechkoutbox {
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 18px 30px;
  background-color: #ffffff;
}

.checkoutboxh2 {
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  margin: 0;
}

.decrement:disabled {
  cursor: not-allowed;
}

.increment {
  background: transparent;
  color: #3cb371;
  border: 1px solid rgba(0, 0, 0, 60%);
  border-radius: 50%;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
}

.counterValue {
  font-size: 30px;
  color: #272727;
  font-weight: 600;
}

.decrement {
  font-weight: 500;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 60%);
  border-radius: 50%;
  color: #404040;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.traveldetail h3 {
  font-size: 16px;
  color: #272727;
  font-weight: bold;
  line-height: 26px;
}

.traveldetail h4 {
  font-size: 14px;
  margin: 0;
  color: rgba(39, 39, 39, 60%);
  font-weight: 500;
}

.did-floating-label-content {
  position: relative;
  margin: 10px 0;
  width: 41%;
}

.did-floating-input {
  width: 100%;
  border: 1px solid #79747e;
  border-radius: 4px;
  font-size: 16px;
  outline: none;
  padding: 18px 23px;
}

.did-floating-label {
  position: absolute;
  left: 23px;
  top: -8px;
  border-radius: 4px;
  padding: 2px;
  background-color: #ffffff;
  transition: 0.2s ease all;
  color: #1c1b1f;
  font-size: 14px;
  pointer-events: none;
  font-weight: 500;
}

.gender h4 {
  margin: 0;
  color: #272727;
  font-size: 14px;
  font-weight: 500;
}

.gender input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

/* Style for unchecked state */
.gender input[type="radio"]:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
}

/* Style for checked state */
.gender input[type="radio"]:checked {
  border-color: #3cb371;
}

.gender input[type="radio"]:checked:before {
  background-color: #3cb371;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 3px;
}

.travelbtn {
  background: #e3e5e6;
  border-radius: 10px;
  color: #272727;
  font-weight: bold;
  font-size: 16px;
  border: none;
  padding: 12px 20px;
}

.tripdetail h2 {
  font-weight: bold;
  font-size: 30px;
  color: #272727;
  margin: 0;
}

.tripdetail h5 {
  font-size: 18px;
  font-weight: bold;
  color: #1c2b38;
  margin: 0;
}

.tripdetail p {
  font-size: 16px;
  font-weight: 600;
  color: #778088;
  margin: 10px 0px;
}

@media (max-width: 480px) {
  .did-floating-label-content {
    width: 100% !important;
  }

  .did-floating-label {
    top: -14px;
  }

  .checkouth1 {
    font-size: 28px;
    line-height: 30px;
  }

  .chechkoutbox {
    padding: 18px;
  }

  .checkoutboxh2 {
    font-size: 16px;
  }

  .decrement,
  .increment {
    width: 34px;
    height: 34px;
  }

  .did-floating-input {
    padding: 18px 8px;
  }

  .travel_pagination a {
    font-size: 15px;
  }
}

@media (min-width: 481px) and (max-width: 991px) {
  .did-floating-label {
    top: -18px;
  }


  .checkouth1 {
    font-size: 32px;
    line-height: 34px;
  }

  .chechkoutbox {
    padding: 18px 20px;
  }

  .checkoutboxh2 {
    font-size: 18px;
  }

  .decrement,
  .increment {
    width: 38px;
    height: 38px;
  }

  .did-floating-input {
    padding: 18px 8px;
  }

  .did-floating-label-content {
    width: 40% !important;
  }

  .travel_pagination a {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .did-floating-label {
    top: -18px;
  }

  .checkouth1 {
    font-size: 26px;
    line-height: 32px;
  }

  .checkoutboxh2 {
    font-size: 16px;
  }

  .did-floating-input {
    padding: 18px 8px;
  }

  .tripdetail h2 {
    font-size: 22px;
  }
}

.plane-img {
  width: 35px;
  height: 31px;
}

.destinationtext {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.destinationtext h2 {
  text-align: center;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
}

.overlay {
  background-color: rgba(0, 0, 0, 40%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.destinationtextend {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.destinationtextend h2 {
  text-align: center;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
}

.search-input {
  background: rgba(60, 179, 113, 10%);
  border: none;
  height: 84px;
  padding: 0px 20px;
  border-radius: 10px;
}

.search-input input {
  color: rgba(0, 0, 0, 40%);
  font-size: 20px;
}

.form-control:focus {
  background: rgba(60, 179, 113, 10%);
  border: none;
  border-color: transparent;
  box-shadow: none;
}

.editicon {
  position: absolute;
  bottom: 0;
  right: 65px;
}

.editicon img {
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.btnSave {
  height: 54px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
}

.inputFeild{
  height: 54px;
  padding: 0px 15px;
  background: rgba(60, 179, 113, 10%);
  border: none;
  border-radius: 4px;
}