@charset "utf-8";
/* CSS Document */
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("stellarnav.css");
@import url("aos.css");
body {
  font-family: "Montserrat", sans-serif;
  background: #ffffff;
  font-size: 14px;
}
/* HERO */
.hero {
  width: 100%;
  height: 135vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  overflow: hidden;
  position: relative;
}
/*section.hero:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 500px;
  background: url(../images/overlay-slide@2x@2x.png);
  bottom: 20px;
  background-size: cover;
  background-position: center bottom;
  z-index: 2;
}*/
.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inside-slide {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: left;
}
.hero-slide img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  position: relative;
}
.hero h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}
/* SLIDER */
.slider-container {
  display: flex;
  overflow-x: auto;
  gap: 25px;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}
.slider-container::-webkit-scrollbar {
  display: none;
}
.card {
  min-width: 320px;
}
.card-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  border-radius: 12px;
  overflow: hidden;
}
.card-images img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.steps-wrapper {
  padding: 40px 20px;
}
.steps-container {
  max-width: 1350px;
  margin: auto;
}
.steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr 0.8fr;
  gap: 28px;
  align-items: start;
}
/* IMAGES */
.small-img img, .center-img img, .right-img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}
.small-img img {
  height: 230px;
}
.center-img img {
  height: 245px;
}
.right-img {
  height: 180px;
  margin-bottom: 18px;
}
.photographer-card {
  border-radius: 20px;
  padding: 20px 20px 40px;
  background: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.photo-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 3px;
  height: 210px;
  border-radius: 10px;
  overflow: hidden;
}
.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-grid .big {
  grid-row: span 2;
}
.avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 190px;
  right: 35px;
}
.see-btn {
  border-radius: 50px;
  padding: 10px 22px;
  border: 1.8px solid #d9d9d9;
  font-weight: 500;
  transition: 0.3s;
}
.see-btn:hover {
  background: #f6f6f6;
}
a.navbar-brand.fw-bold img {
  width: 90px;
  transition: .2s ease-in-out;
}
nav.pink-dark.fixed img {
  width: 60px;
}
.pink-dark {
  background: #ea244f;
}
.montaga-regular {
  font-family: "Montaga", serif;
  font-weight: 400;
  font-style: normal;
}
.ms-auto button.rounded-pill {
  font-size: 13px !important;
  font-weight: bold;
}
.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  justify-content: right;
  gap: 40px;
  width: 100%;
  align-items: center;
}
a.nav-link.hero-sign-in, nav.pink-dark.fixed a.nav-link.hero-sign-in {
  background: #fff;
  padding: 4px 13px !important;
  color: #000000 !important;
  border-radius: 5px;
  line-height: 24px !important;
}
a.nav-link.hero-sign-in:before, a.nav-link.hero-sign-in:after, nav.pink-dark.fixed a.nav-link.hero-sign-in:before, nav.pink-dark.fixed a.nav-link.hero-sign-in:after {
  display: none;
}
.navbar-expand-lg .navbar-nav li.nav-item a {
  font-size: 14px;
  color: #fff;
  transition: .2s ease-in-out;
  position: relative;
}
.navbar-expand-lg .navbar-nav li.nav-item a:before {
  content: "[";
  position: absolute;
  left: 50%;
  top: 7px;
  transition: .2s ease-in-out;
}
.navbar-expand-lg .navbar-nav li.nav-item a:before {
  content: "[";
  position: absolute;
  left: 50%;
  top: 7px;
  transition: .2s ease-in-out;
  opacity: 0;
}
.navbar-expand-lg .navbar-nav li.nav-item a img {
  width: 14px;
  margin-right: 4px;
}
.navbar-expand-lg .navbar-nav li.nav-item a:hover:before {
  left: -10px;
  opacity: 1;
}
.navbar-expand-lg .navbar-nav li.nav-item a:after {
  content: "]";
  position: absolute;
  right: 50%;
  top: 7px;
  transition: .2s ease-in-out;
  opacity: 0;
}
.navbar-expand-lg .navbar-nav li.nav-item a:hover:after {
  right: -10px;
  opacity: 1;
}
nav.pink-dark.fixed .navbar-nav li.nav-item a {
  padding: 5px 0;
  line-height: 0;
}
.why-circle-block {
  width: 100px;
  height: 100px;
  background: #00b8d9;
  border-radius: 100px;
  text-align: center;
  line-height: 100px;
  margin: 0px auto;
}
.popular-photographers {
  background: #F3F3F3;
}
section.testimonial-outer {
  background: #e82750;
}
.textimonial-blocks h4 {
  display: block;
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 600;
}
.textimonial-blocks {
  background: #fff;
  padding: 80px 30px 30px;
  text-align: center;
  border-radius: 30px;
  transition: .2s ease-in-out;
  position: relative;
  height: 360px;
}
.textimonial-blocks p {
  text-align: left;
  margin-bottom: 30px;
}
span.testimonial-client-name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
span.testimonial-company-name {
  color: #00B8D9;
  font-size: 15px;
}
.rating i {
  font-size: 24px;
  cursor: pointer;
  color: #ccc;
}
.rating i.active {
  color: #f4c150;
}
footer {
  background: #202122;
}
footer .col-md-3 p, .footer-copy .col-md-6 p {
  color: #fff;
  display: block;
  margin-top: 30px;
  margin-bottom: 0;
}
footer .col-md-3 h5 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
footer .col-md-3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .col-md-3 ul li {
  list-style: none;
  display: block;
  line-height: 30px;
}
footer .col-md-3 ul li a, .footer-copy .col-md-6 a {
  color: #fff;
  text-decoration: none;
}
footer .col-md-3 img {
  width: 170px;
}
.footer-copy {
  background: #202122;
  padding-bottom: 40px !important;
}
.footer-copy .col-md-12 hr {
  background: #fff;
  height: .5px;
  opacity: .20;
  border-top: none;
}
.testimonial-slider {
  padding: 15px;
}
.testimonial-slider .owl-stage-outer .owl-stage .item {
  padding: 15px;
}
.testimonial-slider .owl-dots.disabled, .testimonial-slider .owl-dots, .popular-photographers .owl-dots.disabled, .popular-photographers .owl-dots {
  display: block;
  text-align: center;
}
.testimonial-slider .owl-dots button.owl-dot.active, .popular-photographers .owl-dots button.owl-dot.active {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 8px;
  margin: 0px 8px;
  border: transparent solid 1px;
}
.testimonial-slider .owl-dots button.owl-dot, .popular-photographers .owl-dots button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: #fff solid 1px;
}
.float-panel {
  width: 100%;
  z-index: 300;
  transform: translateZ(0);
  transition: all .5s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.float-panel .content-area {
  margin: 10px auto
}
.float-panel .fa-gg {
  color: #f0595c;
  font-size: 30px;
  vertical-align: middle;
  transition: all 1s
}
.fixed {
  animation: slide-down .7s;
  opacity: 1;
  /* backdrop-filter: blur(5px); */
  z-index: 999 !important;
  top: 0;
  box-shadow: rgb(0 0 0 / 2%) 0px 5px 10px;
}
.fixed .fa-gg {
  transform: rotate(360deg)
}
.search-btn img {
  width: 22px;
}
.font-40 {
  font-size: 40px !important;
}
section.about-group .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.trending-destination .col-md-12 a, section.tour-package .col-md-12 a, .testimonial-outer .col-md-12 a {
  float: right;
  margin-top: 30px;
  color: #e82750;
  padding: 16px 60px;
  background: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  transition: .2s ease-in-out;
  border: transparent solid 1px;
}
section.trending-destination .col-md-12 a:hover, section.tour-package .col-md-12 a:hover, .testimonial-outer .col-md-12 a:hover {
  color: #fff;
  border: #fff solid 1px;
  background: none;
}
.testimonial-outer .col-md-12 a {
  float: inherit;
  margin-top: 10px;
  color: #e82750;
  padding: 16px 60px;
  background: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  margin-right: 30px;
}
section.testimonial-outer .col-md-12 {
  justify-content: right;
  display: flex;
}
section.trending-destination .col-md-12 h1, section.tour-package .col-md-12 h1 {
  color: #fff;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.tour-package-title span {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -25px;
  transition: .2s ease-in-out;
}
.tour-package-cards:hover a .tour-package-title span {
  transform: rotate(35deg);
  scale: 1 !important;
}
.tour-package-cards:hover a .tour-package-title span img {
  scale: 1;
}
.textimonial-blocks:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  width: 30px;
  height: 28px;
  background: url(../images/testim-arrow-a.svg);
  background-size: cover;
}
.textimonial-blocks:after {
  content: "";
  position: absolute;
  bottom: 110px;
  right: 50px;
  width: 30px;
  height: 28px;
  background: url(../images/testim-arrow-b.svg);
  background-size: cover;
}
.footer-copy {
  background: #fff;
  padding: 40px !important;
}
.footer-copy.py-3 .col-md-12 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-copy.py-3 .col-md-12 ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 12px;
}
.footer-copy.py-3 .col-md-12 ul li {
  list-style: none;
  display: inline-flex;
  max-width: 40px;
}
.footer-copy.py-3 .col-md-12 ul li img {
  width: 100%;
}
.footer-copy.py-3 .col-md-12 span {
  font-weight: 600;
  font-size: 20px;
}
/* MOBILE */
@media (max-width: 992px) {
  .cta-wrapper {
    padding: 22px;
  }
  .cta-wrapper::before, .cta-wrapper::after {
    display: none;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%)
  }
  100% {
    opacity: .9;
    transform: translateY(0)
  }
}
.slideanim {
  visibility: hidden
}
.slideanim.slide {
  visibility: visible;
  animation: slide 1s
}
.slideanim::after {
  content: "";
  display: table;
  clear: both
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(50%)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
#rig {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  list-style: none;
  background-color: none
}
#rig li {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
.rig-cell {
  margin: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
  padding: 16px;
  border: none;
  color: #555;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden
}
.rig-cell h3 {
  font-size: 18px;
  font-family: Oswald, sans-serif;
  font-weight: 400
}
.rig-img {
  display: block;
  border: none;
  width: 100%;
  height: 0;
  padding-top: 83.461538%;
  background-size: cover;
  background-color: #fff;
  background-image: url(imgs/web-ui.jpg);
  background-repeat: no-repeat;
  position: relative
}
.rig-img:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '+';
  color: #fff;
  padding-top: 14%;
  font-size: 30px;
  opacity: 0;
  transition: all .3s;
  transform: scale(0)
}
#rig li:hover .rig-img:after {
  opacity: 1;
  transform: scale(1)
}
.rig-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fff;
  background-size: 50px 50px;
  opacity: 0;
  transition: all .3s
}
#rig li:hover .rig-overlay {
  opacity: .5
}
/*why*/
section.about-group .col-md-9 h1, section.plan-home.py-5 .col-md-12 h1 {
  color: #e82750;
  font-weight: 600;
  font-size: 44px;
}
section.plan-home.py-5 .col-md-4 h2 {
  color: #e82750;
  font-weight: 600;
  font-size: 34px;
}
section.about-group .col-md-9 p, section.plan-home.py-5 .col-md-4 p {
  font-size: 15px;
  color: #231f20;
}
section.about-group .col-md-9 a, section.plans-block a, section.why-choose-block a {
  background: #e82750;
  padding: 16px 60px;
  display: inline-block;
  border-radius: 8px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: .2s ease-in-out;
  border: transparent solid 1px;
}
section.about-group .col-md-9 a:hover, section.plans-block a:hover, section.why-choose-block a:hover {
  background: #fff;
  border: #e82750 solid 1px;
  color: #e82750;
}
section.contact-us .col-md-6 label button, section.contact-us .col-md-12 label button {
  background: #e82750;
  padding: 16px 60px;
  display: inline-block;
  border-radius: 8px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border: none;
  transition: .2s ease-in-out;
  border: transparent solid 1px;
}
section.contact-us .col-md-6 label button:hover, section.contact-us .col-md-12 label button:hover {
  background: none;
  border: #fff solid 1px;
  color: #fff;
}
section.plans-block a, section.why-choose-block a {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
section.about-group .col-md-3 img {
  width: 100%;
  border-radius: 10px;
}
section.trending-destination {
  background: url(../images/trending-bg.png);
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}
.trending-cards {
  border-radius: 80px 80px 0 0;
  overflow: hidden;
  height: 350px;
  position: relative;
}
.trending-cards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .2s ease-in-out;
}
.trending-cards:hover img {
  transform: scale(1.5) rotate(5deg);
}
.trending-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
}
.trending-details h4 {
    color: #fff;
    font-size: 32px;
    text-transform: capitalize;
}
.trending-details a {
  background: red;
  padding: 4px 8px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
section.tour-package {
  background: url(../images/tour-package.png);
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}
.tour-package-cards {
  position: relative;
  border-radius: 80px 80px 0 0;
  display: block;
  overflow: hidden;
  height: 375px;
}
.tour-package-cards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .2s ease-in-out;
}
.tour-package-cards:hover a img {
  scale: 1.2;
  transform: rotate(5deg);
}
.tour-package-cards:hover a img {
  scale: 1.2;
}
.tour-package-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: #e82750;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
section.plans-block {
  background: url(../images/plans-bg.png);
  position: relative;
  background-size: cover;
  min-height: 100vh;
  align-items: center;
  display: flex;
  background-attachment: fixed;
}
section.why-choose-block {
  display: flex;
  position: relative;
  min-height: 100vh;
  align-items: center;
}
section.why-choose-block .col-md-6 img {
  width: 90%;
  text-align: center;
  display: block;
  margin: 0px auto;
}
section.download-app {
  background: url(../images/platforms-bg.png);
  position: relative;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-attachment: fixed;
}
section.plans-block .col-md-6 h2, section.download-app .col-md-12 h2, section.contact-us .col-md-6 h2, section.contact-us .col-md-12 h2, section.testimonial-outer h2 {
  color: #fff;
  font-size: 34px;
}
section.why-choose-block .col-md-6 h2 {
  color: #ea244f;
  font-size: 34px;
}
section.plans-block .col-md-6 p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: 20px;
}
section.why-choose-block .col-md-6 p {
  color: #231f20;
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.plan-title {
  display: block;
  margin-bottom: 20px;
}
.plan-title span, section.why-choose-block span {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
.plan-title span.plan-icons, section.why-choose-block span.plan-icons {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
section.why-choose-block .col-md-4 h2 {
  color: #ea244f;
}
section.why-choose-block .col-md-4 p {
  color: #231f20;
  font-size: 15px;
}
section.why-choose-block span {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 18px;
}
section.download-app .col-md-12 p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 25px 0;
}
section.download-app .col-md-6 p span {
  font-size: 34px;
}
section.why-choose-block .col-md-4 img {
  width: 100%;
}
.download-platforms {
  display: block;
}
.download-platforms span {
  display: inline-block;
  max-width: 200px;
}
.download-platforms span img {
  width: 100%;
}
.testimonial-client-name {
  display: flex;
  align-items: center;
}
.testimonial-client-name span.testimonail-img {
  width: 70px;
  height: 70px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
}
span.testimonail-name {
  color: #000000;
  font-weight: 600;
}
.testimonial-client-name span.testimonail-img img {
  width: 100%;
}
section.contact-us {
  background: url(../images/contact-bg.png);
  position: relative;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-attachment: fixed;
}
section.contact-us .col-md-6 label, section.contact-us .col-md-12 label {
  width: 100%;
  margin-bottom: 25px;
}
section.contact-us .col-md-6 label input[type="text"], section.contact-us .col-md-12 label input[type="text"] {
  width: 100%;
  outline: navajowhite;
  padding: 12px 15px;
  background: none;
  border: #fff solid 1px;
  color: #fff;
}
section.contact-us .col-md-6 label textarea, section.contact-us .col-md-12 label textarea {
  width: 100%;
  outline: navajowhite;
  padding: 12px 15px;
  background: none;
  border: #fff solid 1px;
  color: #fff;
  height: 120px;
}
.inside-slide {
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: left;
}
.inside-slide .col-md-6 h1, .inside-slide .col-md-12 h1 {
  text-align: left;
  font-size: 3em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.inside-slide .col-md-6 p, .inside-slide .col-md-12 p {
  text-align: left;
  font-size: 1.2em;
  position: relative;
  display: block;
  padding-bottom: 10px;
}
.inside-slide .col-md-6 p:before, .inside-slide .col-md-12 p:before {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 30%;
  background: #ea244f;
  left: 0;
  height: 5px;
}
.inside-slide .col-md-6 a:before, .inside-slide .col-md-12 a:before {
  content: "";
  position: absolute;
  width: 65px;
  height: auto;
  background: #FFF;
  right: 0;
  top: 0;
  border-radius: 0 6px 6px 0;
  bottom: 0;
}
.inside-slide .col-md-6 a, .inside-slide .col-md-12 a {
  background: #ea244f;
  margin-top: 40px;
  display: inline-block;
  padding: 15px 86px 15px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  POSITION: relative;
  border-radius: 6px;
}
.inside-slide .col-md-6 a:after, .inside-slide .col-md-12 a:after {
  content: '';
  position: absolute;
  width: 65px;
  height: auto;
  z-index: 99;
  font-size: 20px;
  right: 0;
  color: #000;
  text-align: center;
  top: 0;
  bottom: 0;
  background: url(../images/hero-arrow.png);
  background-position: center;
  background-size: 30%;
  background-repeat: no-repeat;
}
/*product lisitng*/
.inside-product-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.inside-pro-lisitng {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 60px 60px 0 0;
  transition: .2s ease-in-out;
}
.inside-pro-lisitng img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inside-pro-details {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  background: rgba(234, 36, 79, 0.8);
  transition: .2s ease-in-out;
  height: auto;
}
section.inside-hero {
  max-height: 500px;
  overflow: hidden;
  position: relative;
}
section.inside-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inside-hero-text {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  z-index: 5;
}
.inside-hero-text h1 {
    margin: 0;
    padding: 0;
    font-size: 48px;
    color: #fff;
    padding: 15px 0;
    text-shadow: rgba(0, 0, 0, 0.8) 0px 8px 15px;
}
.inside-hero-text p {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 15px;
  margin: 20px 20%;
  border-radius: 8px;
  color: #fff;
}
.inside-hero-text ul {
  margin: 20px 0 0;
  padding: 0;
}
.inside-hero-text ul li {
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin: 0px 10px;
  position: relative;
  padding-left: 15px;
}
.inside-hero-text ul li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  left: 0;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
}
.inside-hero-text ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.inside-pro-details h4 {
  color: #fff;
  font-weight: 600;
  display: block;
}
.inside-pro-details .ins-pack-location {
  display: flex;
  gap: 8px;
  color: #fff;
  align-items: flex-start;
  opacity: 0;
  transition: .2s ease-in-out;
  height: 0;
}
.inside-pro-lisitng:hover .inside-pro-details .ins-pack-location {
  opacity: 1;
  height: auto;
}
.inside-pro-details .ins-pack-location span {
  color: #fff;
}
.inside-pro-details a {
  background: #fff;
  padding: 10px 18px;
  position: relative;
  color: red;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
}
span.hot-deals {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #ea244f;
  padding: 5px 8px;
  border-radius: 5px;
  color: #fff;
}
section.product-listing h2 {
  font-size: 36px;
  display: block;
  margin-bottom: 25px;
}
.inside-pro-details .ins-pack-location span {
  color: #fff;
}
.ins-pack-location span {
  width: 15px;
  height: 17px;
}
.ins-pack-location span img {
  width: 100%;
  object-fit: inherit;
}
footer.py-5 {
  background: #fff;
  border-bottom: #e82750 solid 1px;
}
footer.py-5 .col-md-3 img {
  width: 80%;
}
footer.py-5 .col-md-9 {
  text-align: right;
}
footer.py-5 .col-md-9 .footer-subscription {
  display: block;
}
footer.py-5 .col-md-9 .footer-nav {
  margin-top: 25px;
}
footer.py-5 .col-md-9 .footer-nav ul {
  margin: 0;
  padding: 0;
}
footer.py-5 .col-md-9 .footer-nav ul li {
  list-style: none;
  display: inline-block;
  padding-left: 35px;
  text-decoration: none;
}
footer.py-5 .col-md-9 .footer-nav ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #e82750;
  transition: .2s ease-in-out;
  text-transform: uppercase;
}
footer.py-5 .col-md-9 .footer-nav ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.footer-subscription label {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  gap: 10px;
}
.footer-subscription label input[type="text"] {
  background: none;
  border: #e82750 solid 1px;
  padding: 13px 25px;
  min-width: 35%;
  outline: none;
}
.footer-subscription label button {
  background: #e82750;
  border: 0;
  padding: 14px 15px;
  color: #fff;
  font-weight: 600;
  border: transparent 1px solid;
  transition: .2s ease-in-out;
}
.footer-subscription label button:hover {
  border: #e82750 solid 1px;
  background: #fff;
  color: #e82750;
}
footer.py-5 .row {
  align-items: center;
}
section.product-listing.py-5 {
  border-bottom: #ccc solid 1px;
}
.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/logo-animation.gif) center no-repeat #fff;
  background-size: 6%;
}
section.about-sep-detail-block .col-md-4 h2, section.plans-payment.py-5 .col-md-4 h2 {
  color: #e82750;
  display: block;
  margin-bottom: 20px;
}
section.about-sep-detail-block .col-md-4 p {
  color: #000;
  font-size: 15px;
}
section.about-sep-detail-block .plan-title span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
section.about-sep-detail-block .col-md-4 img, section.plans-payment.py-5 .col-md-4 img {
  width: 100%;
  border-radius: 8px;
}
.inside-page-destin, section.page-details-main, section.destination-details.py-5 {
  border-bottom: #edecec solid 1px;
}
section.plans-payment.py-5 .col-md-6 ul {
  margin: 0;
  padding: 0;
}
section.plans-payment.py-5 .col-md-4 ul li {
  list-style: none;
  padding: 5px 0px 5px 15px;
  position: relative;
}
section.plans-payment.py-5 .col-md-4 ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: #000;
  border-radius: 50%;
}
section.zero-debt .col-md-12 {
  display: flex;
  justify-content: left;
  align-items: center;
}
section.zero-debt .col-md-12 h2 {
  text-align: right;
  font-size: 36px;
  width: 60%;
}
section.zero-debt .col-md-12 h2 span {
  display: block;
  font-size: 46px;
  font-weight: 600;
}
section.zero-debt .col-md-12 p {
  text-align: left;
  padding-left: 60px;
  font-size: 18px;
  line-height: 32px;
  width: 100%;
}
/*.details-inside-outer {
  min-height: 650px;
}*/
.page-details-descr, .tour-features {
  display: block;
  padding: 20px 30px 20px;
  background: #f6f6f6;
  margin-top: 10px;
  border-radius: 8px;
}
.tour-features {
  margin-top: 25px;
}
.page-details-descr h2, .destinations-covered h2, .tour-features h2, .page-details-itenery h2 {
  color: #ea244f;
  font-size: 28px;
  margin-bottom: 20px;
}
.destinations-covered, .page-details-itenery {
  display: block;
  padding: 20px 30px 20px;
  background: #f6f6f6;
  margin-top: 25px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.tour-features h3 {
  font-size: 24px;
  font-weight: 600;
}
.tour-features ul, .destinations-covered ul {
  margin: 0;
  padding: 0;
}
.tour-features ul li, .destinations-covered ul li {
  list-style: none;
  padding-left: 24px;
  line-height: 28px;
  position: relative;
}
.tour-features ul.inclusion li:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/tick-svg.svg) left center no-repeat #fff;
  width: 16px;
  height: 16px;
  display: block;
  top: 50%;
  margin-top: -8px;
}
.tour-features ul.exclusion li:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/close-svg.svg) left center no-repeat #fff;
  width: 16px;
  height: 16px;
  display: block;
  top: 50%;
  margin-top: -8px;
}
.destinations-covered ul li:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/destination-svg.svg) left center no-repeat #fff;
  width: 16px;
  height: 16px;
  display: block;
  top: 50%;
  margin-top: -8px;
}
.page-details-itenery .accordion {
  border: #000 solid 1px;
}
.details-schedule {
  padding: 30px;
  background: #fff2f2;
  border-radius: 8px;
  margin-top: 10px;
}
.details-schedule h2 {
  font-size: 34px;
  margin-bottom: 20px;
  font-weight: 600;
}
.details-schedule ul {
  margin: 0 0 25px;
  padding: 0;
}
.details-schedule ul li {
  list-style: none;
  line-height: 34px;
  font-size: 14px;
}
.details-schedule ul li label input[type="radio"] {
  width: 16px;
  height: 16px;
}
.details-schedule button.btn-book-now {
  display: block;
  width: 100%;
  border: none;
  background: red;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 8px;
}
.about-dep-dt-outer {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 30px;
  display: flow;
  height: 100%;
}
.hero-overlap-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.hero-overlap-img img {
  width: 100%;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 75px;
  height: 75px;
  z-index: 999;
}
.whatsapp-float img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: transform 0.2s ease;
}
.whatsapp-float:hover img {
  transform: scale(1.1);
}
@media (max-width:9000px) {
  #rig li {
    width: 25%
  }
}
@media (max-width:800px) {
  #rig li {
    width: 33.33%
  }
}
@media (max-width:500px) {
  #rig li {
    width: 50%
  }
}
@media (max-width:350px) {
  #rig li {
    width: 100%
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.hero
	{
		height: auto;
	}
	.hero-overlap-img {
        bottom: 8px !important;
    }
	.textimonial-blocks {
    min-height: 450px;
    height: auto;
}
	.se-pre-con {
    /*background-size: 9%;*/
}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	section.why-choose-block {
    height: auto;
    min-height: auto;
}
	section.download-app h2, section.download-app p {
    text-align: center;
}
	.se-pre-con {
    /*background-size: 9%;*/
}
}
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .hero
	{
		height: auto;
	}
	.hero-overlap-img {
        bottom: 8px !important;
    }
	.textimonial-blocks {
    min-height: 450px;
    height: auto;
}
	section.why-choose-block {
    height: auto;
    min-height: auto;
}
	section.download-app h2, section.download-app p {
    text-align: center;
}
	.se-pre-con {
    /*background-size: 9%;*/
}
}
@media (min-width: 912px) and (max-width: 1368px) and (orientation: portrait) {
	.hero
	{
		height: auto;
	}
	.hero-overlap-img {
        bottom: 8px !important;
    }
	.textimonial-blocks {
    min-height: 450px;
    height: auto;
}
	section.why-choose-block {
    height: auto;
    min-height: auto;
}
	section.download-app h2, section.download-app p {
    text-align: center;
}
	.se-pre-con {
    /*background-size: 9%;*/
}
}
@media (min-width: 912px) and (max-width: 1368px) and (orientation: landscape) {
	.hero
	{
		height: auto;
	}
	.hero-overlap-img {
        bottom: 8px !important;
    }
	.textimonial-blocks {
    min-height: 450px;
    height: auto;
}
	section.why-choose-block {
    height: auto;
    min-height: auto;
}
	section.download-app h2, section.download-app p {
    text-align: center;
}
	.se-pre-con {
    /*background-size: 9%;*/
}
}
/* ========================
     RESPONSIVE
=========================== */
@media (min-width: 800px) and (max-width: 900px) and (orientation: portrait)  {
	.hero
	{
		height: auto;
	}
	.hero-overlap-img {
        bottom: 8px !important;
    }
	.textimonial-blocks {
    min-height: 450px;
    height: auto;
}
	section.why-choose-block {
    height: auto;
    min-height: auto;
}
	section.download-app h2, section.download-app p {
    text-align: center;
}
	.download-platforms {
    justify-content: center;
    text-align: center;
}
	section.download-app, section.contact-us {
        height: auto;
        min-height: auto;
    }
	.se-pre-con {
    /*background-size: 9%;*/
}
}
@media (max-width: 1100px) {
  .steps-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .right-col {
    display: flex;
    gap: 15px;
    justify-content: space-between;
  }
  .right-img {
    height: 160px;
    width: 32%;
  }
	.hero-overlap-img {
    bottom: -4px;
}
}
@media (min-width: 820px) and (max-width: 1180px) and (orientation: portrait) {
	.hero
	{
		height: auto;
	}
	.hero-overlap-img {
        bottom: 8px !important;
    }
	.textimonial-blocks {
    min-height: 450px;
    height: auto;
}
	section.why-choose-block {
    height: auto;
    min-height: auto;
}
	section.download-app h2, section.download-app p {
    text-align: center;
}
	.se-pre-con {
    /*background-size: 9%;*/
}
}
@media (max-width: 768px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .center-img img {
    height: 420px;
  }
  .right-col {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .right-img {
    width: 33%;
    height: 140px;
  }
  .small-img img {
    height: 200px;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    gap: 15px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .float-panel {
    padding-bottom: 15px;
  }
  nav.pink-dark.fixed .navbar-nav li.nav-item a {
    padding: 5px 0;
    line-height: 16px;
  }
  .testimonial-slider .owl-dots button.owl-dot, .popular-photographers .owl-dots button.owl-dot {
    margin: 0px 8px;
  }
  footer.py-5 .col-md-3 img {
    width: 60%;
    display: block;
    margin: 0px auto 40px;
  }
  footer.py-5 .col-md-9 .footer-nav {
    margin-top: 25px;
    text-align: center;
  }
  footer.py-5 .col-md-9 .footer-nav ul li {
    padding: 0px 15px 10px;
  }
  section.why-choose-block .col-md-6 img {
    width: 60%;
    margin: 20px auto 40px;
  }
  section.about-group .col-md-9 a:hover, section.plans-block a:hover, section.why-choose-block a:hover {
    background: #fff;
    border: #e82750 solid 1px;
    color: #e82750;
    justify-content: center;
  }
  .hero-slide img {
    min-height: 800px;
  }
  .inside-slide .col-md-6 h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .inside-slide {
    top: 20%;
  }
  section.about-group .col-md-3 img {
    margin: 40px auto 0;
  }
  .tour-package-cards {
    margin: 0 0 40px 0;
    border-radius: 20px 20px 0 0;
  }
  section.why-choose-block .col-md-6 .plan-title img {
    width: 80%;
  }
  section.trending-destination .col-md-12, section.tour-package .col-md-12, .testimonial-outer .col-md-12 {
    text-align: center;
  }
  section.testimonial-outer .col-md-12 {
    justify-content: center;
    display: flex;
  }
  section.trending-destination .col-md-12 a, section.tour-package .col-md-12 a, .testimonial-outer .col-md-12 a {
    float: none;
  }
  .footer-subscription label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  section.inside-hero img {
    min-height: 500px;
  }
  .inside-product-listing {
    grid-template-columns: repeat(1, 1fr);
  }
  section.zero-debt .col-md-12 {
    display: block;
  }
  section.zero-debt .col-md-12 h2 {
    display: block;
    width: 100%;
    text-align: center;
  }
  section.zero-debt .col-md-12 p {
    text-align: center;
    padding: 0;
  }
  section.plans-payment.py-5 .col-md-4 img {
    margin-bottom: 30px;
  }
  section.contact-us.py-5 .col-md-6 {
    text-align: center;
  }
  .se-pre-con {
    /*background-size: 9%;*/
  }
  section.download-app .col-md-6 {
    text-align: center;
  }
  section.why-choose-block .col-md-6:first-child {
    order: 1;
  }
  section.hero:after {
    height: 251px;
  }
  section.about-sep-detail-block.py-5 {
    padding-top: 0 !important;
  }
  .about-dep-dt-outer {
    margin-bottom: 30px;
    display: block !important;
    height: auto;
  }
  section.about-sep-detail-block .col-md-4 img {
    width: 70%;
    display: block;
    margin: 0px auto;
  }
  .inside-hero-text h1 {
    font-size: 32px;
  }
  .footer-copy.py-3 .col-md-12 {
    display: block;
  }
  .footer-copy.py-3 .col-md-12 span {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-policy {
    text-align: center;
  }
  .footer-copy.py-3 .col-md-12 ul {
    display: flex;
    justify-content: center;
  }
  nav.pink-dark.fixed img {
    width: 70px;
  }
  .download-platforms {
        display: flex;
        gap: 20px;
        justify-content: center;
    }
  .download-platforms span img {
    width: auto;
    height: 50px;
  }
  .testimonial-slider .owl-stage-outer .owl-stage .item {
    padding: 0;
  }
	.tour-features .col-md-6 {
    margin-bottom: 60px;
    display: block;
}
	section.download-app, section.contact-us {
    height: auto;
    min-height: auto;
}
	.trending-cards {
    margin-bottom: 30px;
}
	section.plans-block a, section.why-choose-block a
	{
		margin-top: 0px;
	}
	.hero
	{
		height: auto;
	}
	.hero-overlap-img {
    bottom: 20px;
}
	.destination-content {
    margin-bottom: 30px;
}
	section.plans-payment.py-5 {
    padding-top: 0 !important;
}
}