@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playwrite+US+Trad:wght@100..400&display=swap");
.dancing-script {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.playwrite-us-trad {
  font-family: "Playwrite US Trad", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*==== slid nav====*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgba(46, 46, 46, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 9999;
}

.sidenav .side-logo {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.sidenav .side-logo img {
  max-width: 150px;
}
.sidenav .side-logo p {
  padding: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  text-align: justify;
}
.sidenav .news-main {
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 25px;
}
.sidenav .news-main strong {
  color: #fff;
  font-size: 20px;
  display: block;
  padding: 0 0 10px 0;
}
.sidenav .news-main ul {
  position: relative;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  list-style: none;
}
.sidenav .news-main ul li span {
  font-size: 14px;
  color: #17f294;
}
.sidenav .news-main ul li p {
  margin: -18px 0 0 0;
  font-size: 16px;
}
/*.sidenav .news-main ul li:nth-child(1):before{position: absolute; content: ""; top:17px; left: -15px; height: 7px; width: 7px; border-radius: 50px;background-color: #fff}
.sidenav .news-main ul li:nth-child(2):before{position: absolute; content: ""; top:17px; left: -15px; height: 7px; width: 7px; border-radius: 50px;background-color: #fff}*/
.sidenav .follw-us {
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 25px;
}
.sidenav .follw-us ul {
  position: relative;
  list-style: none;
}
.sidenav .follw-us ul li {
  position: relative;
  float: left;
  color: #fff;
  padding: 0 15px 0 0;
}
.sidenav .follw-us ul li span {
  font-size: 22px;
  display: inline-block;
  padding: 0 30px 0 0;
  font-weight: 600;
}
.sidenav .follw-us ul li a {
  color: #fff;
  font-size: 24px;
  vertical-align: top;
}
.sidenav .follw-us ul li a .face-hover:hover {
  color: #3b5998;
}
.sidenav .follw-us ul li a .twit-hover:hover {
  color: #00acee !important;
}
.sidenav .follw-us ul li a .insta-hover:hover {
  color: #e2555b !important;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 45px;
  margin-left: 50px;
  color: #fff;
}
.sidenav .closebtn:hover {
  text-decoration: none;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
/*===== slide nav====*/

* {
  margin: 0;
  padding: 0;
}

.dancing-script {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.playwrite-us-trad {
  font-family: "Playwrite US Trad", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* homepage slider */
.homeSlider {
  position: relative;
}
.homeSlider .slide-item {
  position: relative;
}
.homeSlider .content {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  padding: 100px 120px 120px 200px;
  z-index: 2;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.homeSlider .content:before {
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.9) 10%,
    rgba(0, 0, 0, 0.3) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  z-index: -1;
}
.homeSlider .content .expl {
  font-family: "Playwrite US Trad", cursive;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}
.homeSlider .content .tour-name {
  font-family: "Dancing Script", cursive;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 700;
  /* color: #dca314; */
  color: #e3be00;
  margin: -16px 0px 10px 0px;
  text-shadow: 0px 5px 10px #2b2b2b2d;
}
.homeSlider .content .tour-name-sub {
  font-family: "Playwrite US Trad", cursive;
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: 400;
  margin: -10px 0px 10px 0px;
}
.homeSlider .content .tour-days {
  font-family: "Playwrite US Trad", cursive;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
  margin: 0px 0px 40px 0px;
}
.homeSlider .content .package {
  font-family: "Montserrat", sans-serif;
  padding: 20px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  width: 350px;
  margin: 20px auto 0px;
  position: relative;
  /* text-align: left; */
}
.homeSlider .content .package .package-title {
  font-size: 18px;
  font-weight: 500;
  /* top: 0%;
  right: 50%; */
  transform: translate(-50%, -50%);
  width: max-content;
  background: #121212;
  padding: 4px 12px;
  border-radius: 50px;
  border: 1px solid #ffffff;
  position: absolute;
  margin: 0px auto 15px;
  top: 0;
  left: 50%;
}
.homeSlider .content .package .package-amt {
  font-size: 36px;
  font-weight: 700;
  margin: 10px 0px 0px 0px;
}
.homeSlider .content .package .package-amt small {
  font-size: 16px;
}

/* homepage slider ends */

div#slideshow-banner {
  height: 770px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
div#slideshow-banner ul {
  width: 100%;
  height: 100%;
}
.slider ul li {
  list-style-type: none;
}

/* newsection strat*/

.newsection {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.newsection .sec-col {
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.newsection .newsection-img {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  transform-origin: center;
  transition: all 0.4s ease-in-out;
  height: 600px;
  /* background-size: 100%; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.newsection .newsection-img.img1 {
  background-image: url(../images/exclusive_tour_1.jpg) !important;
}
.newsection .newsection-img.img2 {
  background-image: url(../images/exclusive_tour_2.jpg) !important;
}
.newsection .newsection-img.img3 {
  background-image: url(../images/exclusive_tour_3.jpg) !important;
}
.newsection .newsection-img:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
  opacity: 0;
}
.newsection .newsection-img:hover:after {
  opacity: 1;
}
/* .newsection .newsection-img img {
  position: relative;
  transition: transform 0.3s;
} */
.newsection .newsection-img:hover {
  /* -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05); 
  transform: scale(1.05); 
  background-size: 105%;*/
  transform: scale(1.05);
}
.newsection .newsec-img-info {
  /* position: absolute;
  content: "";
  top: 40px;
  left: 0;right: 0;
  min-height: 126px; */
  text-align: center;
  padding: 20px 20px 100px 20px;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.newsection .newsec-img-info h3 {
  font-size: 37px;
  color: #fff;
  padding: 0;
  font-weight: 700;
}
.newsection .newsec-img-info h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
/* .newsection .newsec-img-info .tour-inof-main {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
} */
.newsection .newsec-img-info .tour-inof-main span {
  font-family: "Dancing Script", cursive;
  font-size: 44px;
  line-height: 48px;
  color: #e3be00;
  text-shadow: 2px 3px 5px #000000b3;
  margin: 0px 0px 20px 0px;
}
.newsection .newsec-img-info .tour-inof-main p {
  position: relative;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 3px 7px #000000b8;
  margin: 0px 0px;
}
.newsection .newsec-img-info .tour-inof-main p span {
  font-size: 18px;
  padding: 0 5px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
}
.newsection .newsec-img-info .tour-inof-main p svg {
  font-size: 18px;
}
/* .newsection .newsec-img-info .tour-inof-main p:before {
  position: absolute;
  content: "";
  bottom: 16px;
  left: 67px;
  width: 80px;
  height: 1px;
  background-color: #fff;
}
.newsection .newsec-img-info .tour-inof-main p:after {
  position: absolute;
  content: "";
  bottom: 16px;
  right: 65px;
  width: 80px;
  height: 1px;
  background-color: #fff;
} */
.newsection .newsec-img-info .tour-inof-main .read-more {
  position: relative;
  margin: 0 auto;
  padding: 7px 15px;
  background-color: #fff;
  border: none;
  color: #000;
  font-weight: 600;
  transition: background-color 0.5s ease;
  font-size: 14px;
  border-radius: 50px;
}
.newsection .newsec-img-info .tour-inof-main .read-more:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
/* newsection strat*/

/* retional-attraction strat*/
.retional-attraction {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.retional-attraction .regional-img {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
  transform-origin: center;
  transition: all 0.4s ease-in-out;
  height: 570px;
  /* background-size: 100%; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-flex;
  align-items: flex-end;
}
.retional-attraction .regional-img.img1 {
  background-image: url(../images/regional_asia.jpg) !important;
}
.retional-attraction .regional-img.img2 {
  background-image: url(../images/regional_southEast.jpg) !important;
}
.retional-attraction .regional-img.img3 {
  background-image: url(../images/regional_middleEast.jpg) !important;
}
.retional-attraction .regional-img.img4 {
  background-image: url(../images/regional_india.jpg) !important;
}
.retional-attraction .regional-hov {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.retional-attraction .regional-img:hover::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}
.retional-attraction .regional-img:hover {
  /* -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05); 
  transform: scale(1.05);
  background-size: 105%; */
  transform: scale(1.05);
}
/* .retional-attraction .regional-img img {
  position: relative;
  transition: transform 0.5s;
  margin: 0 auto;
  display: block;
} */
/* .retional-attraction .regional-img:hover img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
} */
.retional-attraction .img-info {
  min-height: 216px;
  z-index: 1;
  width: 100%;
  padding: 40px 25px 25px 25px;
  background: linear-gradient(
    0deg,
    rgba(10, 10, 10, 0.954) 0%,
    rgba(10, 10, 10, 0) 100%
  );
}
.retional-attraction .img-info h4 {
  font-size: 45px;
  color: #fff;
  font-family: "Dancing Script", cursive;
}
.retional-attraction .img-info ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.retional-attraction .img-info ul li {
  margin: 0px 0px 10px 0px;
}
.retional-attraction .img-info ul li a {
  color: #fff;
  font-size: 18px;
}
/* retional-attraction strat*/

/*======= why choose==========*/
.container-wd {
  max-width: 1470px;
}
.why-choose {
  position: relative;
  margin: 0 auto;
  padding: 50px 0px 100px 0px;
  background-image: url(../images/amazing-hospitality.jpg);
  background-position: center;
}
.why-choose .why-choose-info {
  position: relative;
  margin: 0 auto;
  padding: 0 0 55px 0;
  text-align: center;
}
.why-choose .why-one {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.why-choose .why-two {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.why-choose .why-three {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.why-choose .why-four {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.why-choose .why-choose-info h2 {
  font-size: 50px;
  color: #444;
  font-weight: 600;
}
.why-choose .why-choose-info span {
  font-size: 26px;
  padding: 20px 0;
  margin: 9px 0 39px 0;
  font-family: "PRISTINA", sans-serif;
  font-weight: 600;
  color: #04ccbd;
}
.why-choose .why-choose-point {
  position: relative;
  margin: 15px auto;
  padding: 15px; /*background-color: rgba(0,0,0, 0.8);*/
}
.why-choose .why-choose-point h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.why-choose .why-choose-point p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
}
.why-choose .why-choose-point svg {
  color: #fff;
  font-size: 70px;
  margin: 10px 110px;
  vertical-align: middle;
  padding: 15px;
}
/*======= why choose==========*/

/*====== scubscribe ======*/
.subcribe {
  position: relative;
  margin: 0 auto;
  padding: 250px 0;
  background-image: url(../images/subscribe-bg.jpg);
  background-position: center;
}
.subcribe .subcribe-info {
  position: relative;
  margin: 0 auto;
  padding: 0 0 35px 0;
  width: 85%;
  text-align: center;
}
.subcribe .subcribe-info h2 {
  font-size: 80px;
  color: #fff;
  font-weight: 700;
  line-height: 75px;
}
.subcribe .subcribe-info span {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 20px 0;
  margin: 9px 0 39px 0;
}

.subcribe .subcrib-frm {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 75%;
  text-align: center;
}
.subcribe .subcrib-frm input[type="text"] {
  height: 60px;
  width: 55%;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  padding: 0 10px;
}
.subcribe .subcribe-btn {
  position: relative;
  margin: 0 auto;
  padding: 18px 40px;
  background-color: #029f93;
  border: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.5s ease;
}
.subcribe .subcribe-btn:hover {
  background-color: #000;
  color: #fff;
}
/*====== scubscribe ======*/

/*========== testomonial ==============*/
.testomonial {
  position: relative;
  margin: 0 auto;
  background-image: url(../images/testomonial-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.headingt {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  margin-bottom: 70px;
  text-transform: capitalize;
  z-index: 999;
  font-family: "Montserrat", sans-serif;
}
.white-headingt {
  color: #333;
}
.headingt:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}
.white-headingt:after {
  background: url(../images/testo-head.png);
  background-repeat: no-repeat;
  background-position: center;
}

.headingt span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.white-headingt span {
  color: #ffffff;
}

/* .testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background: url(img/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
} */

.testimonial {
  min-height: 375px;
  position: relative;
  /* background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;*/
  background-position: center;
  background-size: cover;
}
#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}
.testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
  min-height: 350px;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px !important;
  height: 136px !important;
  margin: 0px auto 30px;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  /* border-radius: 50%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.23); */
}
.testimonial4_slide p {
  color: #464646;
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0 10px 0;
  font-weight: 400;
}
.testimonial4_slide .testm_tour {
  color: #16a2e1;
  font-size: 18px;
  margin: 0px;
}
.testimonial4_slide .testm_client {
  color: #111111;
  font-size: 16px;
  margin: 0px;
}

.testm-btn span {
  background: #ffffff94;
  opacity: 1;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #16a2e1;
  border-radius: 50%;
}

.testm-btn span svg {
  color: #16a2e1;
}
.testimonial .carousel {
  /*padding-bottom:50px;*/
}

.inner-testinomials {
  background: #ffffffd1;
  padding: 80px 0px 26px 0px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  /*    width: 35px;
    height: 35px;*/
}
/*========== testomonial ==============*/

@media screen and (max-width: 1279px) {
  .homeSlider .content {
    font-size: 24px;
    padding: 40px 50px 30px 150px;
  }
  .homeSlider .content .tour-name {
    font-size: 2.6em;
    line-height: 1.8em;
    margin: -16px 0px 10px 0px;
  }
  .homeSlider .content .tour-name-sub {
    font-size: 1em;
    line-height: 1.4em;
    margin: -30px 0px 10px 0px;
  }
  .homeSlider .content .tour-days {
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
  }
  .homeSlider .content .package {
    padding: 15px;
    width: 350px;
    margin: 0px auto 0px;
    position: relative;
    /* text-align: left; */
  }
  .homeSlider .content .package .package-title {
    font-size: 16px;
    font-weight: 500;
    /* top: 0%;
  right: 50%; */
    transform: translate(-50%, -50%);

    margin: 0px auto 15px;
    top: 0;
    left: 50%;
  }
  .homeSlider .content .package .package-amt {
    font-size: 24px;
    margin: 10px 0px 0px 0px;
  }
  .homeSlider .content .package .package-amt small {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .newsection .newsection-img {
    height: 400px;
  }

  .retional-attraction .regional-img {
    height: 540px;
  }
}
@media screen and (max-width: 767px) {
  .newsection .newsection-img {
    height: 300px;
  }
  .retional-attraction .regional-img {
    height: 480px;
  }

  .homeSlider .content {
    font-size: 24px;
    padding: 40px 50px 30px 100px;
  }
  .homeSlider .content .tour-name {
    font-size: 2em;
    line-height: 1em;
    margin: -6px 0px 10px 0px;
  }
  .homeSlider .content .tour-name-sub {
    font-size: 0.8em;
    line-height: 1.2em;
    font-weight: 400;
    margin: -10px 0px 10px 0px;
  }
  .homeSlider .content .tour-days {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
  }
  .homeSlider .content .package {
    padding: 10px;
    width: 230px;
    margin: 0px auto 0px;
    position: relative;
    /* text-align: left; */
  }
  .homeSlider .content .package .package-title {
    font-size: 14px;
    font-weight: 500;
    /* top: 0%;
  right: 50%; */
    transform: translate(-50%, -50%);

    margin: 0px auto 15px;
    top: 0;
    left: 50%;
  }
  .homeSlider .content .package .package-amt {
    font-size: 20px;
    margin: 10px 0px 0px 0px;
  }
  .homeSlider .content .package .package-amt small {
    font-size: 12px;
  }
}

@media screen and (max-width: 680px) {
  .retional-attraction .regional-img {
    height: 420px;
  }

  .homeSlider .slide-item {
    position: relative;
    height: 350px;
  }
  .homeSlider .slide-item img {
    width: auto !important;
    height: 100% !important;
  }
  .homeSlider .content {
    font-size: 20px;
    padding: 50px 10px 20px 10px;
    width: 100%;
    display: block;
    top: auto;
  }
  .homeSlider .content:before {
    background: linear-gradient(
      0deg,
      rgb(0 0 0) 0%,
      rgba(0, 0, 0, 0.9) 10%,
      rgb(0 0 0 / 31%) 80%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .homeSlider .content .expl {
    font-size: 0.8em;
    line-height: 0.8em;
    margin: 0px 0px 0px 0px;
    display: inline-block;
  }
  .homeSlider .content .tour-name {
    font-size: 2em;
    line-height: 1em;
    margin: -6px 0px 10px 5px;
    display: inline-block;
  }
  .homeSlider .content .tour-name-sub {
    display: none;
  }
  .homeSlider .content .tour-days {
    font-size: 0.8em;
    line-height: 1em;
    font-weight: 400;
    margin: 0px 0px 20px 10px;
    display: inline-block;
  }
  .homeSlider .content .package {
    padding: 8px;
    width: auto;
    margin: 0px auto 0px;
    position: relative;
    /* text-align: left; */
  }
  .homeSlider .content .package .package-title {
    font-size: 13px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    background: none;
    padding: 0;
    border-radius: 0;
    border: none;
  }
  .homeSlider .content .package .package-amt {
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
  }
  .homeSlider .content .package .package-amt small {
    font-size: 10px;
  }
}
