@import 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css';

/* Home Img Box */
.home_cat_grid{
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(6, 6vw);
  grid-gap: 1.5rem;
}

.home_cat_grid .home_cat_item:nth-child(1){
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}

.home_cat_grid .home_cat_item:nth-child(2){
  grid-column-start: 4;
  grid-column-end: 7;
  /* grid-row-start: 1; */
  grid-row-start: 5;
  grid-row-end: 7;
}

.home_cat_grid .home_cat_item:nth-child(3){
  grid-column-start: 7;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 3;
}

.home_cat_grid .home_cat_item:nth-child(4){
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 5;
}

.home_cat_grid .home_cat_item:nth-child(5){
  grid-column-start: 7;
  grid-column-end: 10;
  grid-row-start: 3;
  grid-row-end: 5;
}

.home_cat_grid .home_cat_item:nth-child(6){
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 5;
  grid-row-end: 7;
}

.home_cat_grid .home_cat_item:nth-child(7){
  grid-column-start: 7;
  grid-column-end: 10;
  grid-row-start: 5;
  grid-row-end: 7;
}
 .home_cat_grid .home_cat_item:nth-child(8) {
  grid-column-start: 7;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 5;
}
.home_cat_grid .home_cat_item:nth-child(9) {
  /* grid-column-start: 7;
  grid-column-end: 10;
  grid-row-start: 5;
  grid-row-end: 7; */
  grid-column-start: 7;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 1;
}
.home_cat_item{
  position: relative;
  height: 100%;
  width: 100%;
}

.home_cat_item img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home_cat_item .text-box{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
  padding: 10px 10px;
  transition: .5s;
  background:linear-gradient(to top, #080808,#f0f8ff00);
}
.home_cat_item a:hover .text-box{
  box-shadow: rgba(0, 0, 0, 0.24) 40px 40px 140px 20px;
  
}
.home_cat_item h5{
  color: white;
  width: 100%;
}

.home_cat_item h6{
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.733);
  transform: scale(0);
  transition: .3s;
}
.home_cat_item a:hover h6{
  transform: scale(1);
}

@media (min-width: 0) and (max-width: 767px){
  .home_cat_grid{
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
  }
}


/* Ishani */

.home-banner1{
    display: flex;
  align-items: center;
  height: 250px;
  width: 100%;
  background-image: url("../img/home/banner.jpg");
  background-position: center;
  background-size: cover;
}
.discover-heading{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-p{
  color:#fff;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 0px;
  text-align: center;
}
.btn_discover {
  background: 
#fff;
margin: 10px;
padding: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
font-size: 22px;
color:
  #202042 !important;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.btn_discover:hover{
  color: #fff !important;
  background:#3fced3;
  transition-duration: 2s,2s;
transition-timing-function: ease,ease-out;
transition-delay: 0s,1s;
}
.slick-dots{
  margin-top: 50px;
}
/* .special-tour .trending-tour-item__info{
  height: 120px;
} */


.trending-tour-item {
    margin-bottom: 0;
    border-radius: 5px;
    -ms-box-shadow: unset;
    box-shadow: unset;
    -o-box-shadow: unset;
    /* width: 100%; */
    width: auto;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.trending-tour-item__info {
    padding: 25px 20px;
    position: relative;
    background-color: 
    #ffffff;
    /* display: flex;
    justify-content: center; */
}
.excursin-row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: unset;
    margin: 10px;
}
/* .excursin-row p{
  width: 60%;
}
.excursin-row a{
  width: 40%;
} */
.ex-border{
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
    /* padding: 0;*/
    margin-bottom: 25px; 
    border-radius: 3%;
    margin: 25px;
    height: 450px;
    background: #fff;
}

.review-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.drop-us-box{
    display: flex;
    justify-content: center;
    align-items: center;
  }


  /* caerd design start */
  
/* Transistion both your normal and hovered elements to allow for smooth flow when unhovered */

.card {
    background: white;
    /* margin-top: 40px; */
    height: 370px;
    width: 100%;
    transition: 0.6s all ease;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
  }
  
  /* I used background url to allow me to change the height and width without needing extra css */
  
  .cardTop {
    transition: 0.4s all ease;
    height: 75%;
    background: url("https://i.ytimg.com/vi/lt0WQ8JzLz4/maxresdefault.jpg")
      no-repeat;
  }
  
  .cardBottom {
    height: 25%;
    text-wrap: normal;
    transition: 0.4s all ease;
  }
  
  .cardText {
    min-height: auto;
    padding: 10px;
    border-radius: 5px;
  }
  
  .cardTitle {
    font-size: 24px;
    font-weight: 700;
  }
  
  .cardInfo {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: orange;
  }
  
  /* Hidding the entire so anything we put in will only show on hover */
  
  .cardHoverText {
    visibility: hidden;
  }
  
  /* Hover affects */
  
  .card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  }
  
  /* Using className + hover followed by child element allows you to change child elements when parent is hovered */
  
  .card:hover .cardHoverText {
    visibility: visible;
    transition: 0.4s all ease;
    transition-delay: 0.1999s;
  }
  
  .card:hover .cardBottom {
    transition: 0.4s all ease;
    height: 65%;
    opacity: 1;
  }
  
  .card:hover .cardTop {
    height: 35%;
    opacity: 0.8;
    transition: 0.4s all ease;
  }
  
  .travel-review {
    margin: 60px 0;
    padding: 0px;
    display: inline-flex !important;
    flex-direction: column;
    text-align: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 5px;
    -ms-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
  }

  

.tour-small-box{
  display: flex;
  align-items: center;
}
.travel-review__name {
  text-transform: uppercase;
  text-shadow: 0px 1px 
#a3a3a3;
font-family: 'Poppins', sans-serif;
font-size: 17px;
color:
  black;
  font-weight: normal;
  width: 50%;
  margin: 0;
  text-align: left;
}
.tour-hover-p{
  font-family: 'Poppins', sans-serif;
letter-spacing: 0;
line-height: 18px;
font-size: 13px;
text-align: left;
color:
#4f4d4d;
}
.itinerary_btn{
  color:
#000;
border: 1px solid
#3fced3;
background:
#fff;
border-radius: 16px;
font-family: 'Poppins', sans-serif;
font-size: 1rem;
padding: 1px;
    
padding-left: 15px;
padding-right: 15px;
cursor: pointer;
}
.tour-des-col{
  display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.tour-des-p{
  font-family: 'Poppins', sans-serif;
font-size: 15px;
letter-spacing: 0;
color:
#353434;
margin-top: 20px;
}
.section-tittle__line-under {
  position: absolute;
  width: 100px;
  border-top: 5px solid 
  #3fced3;
  /* margin-top: 10px; */
}

.ex-small-box{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 15px;
  padding-right: 20px;
  height: auto;
  /* background: #fff; */
  flex-direction: column;
}
.ex-link{
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 16px;
  color:#3fced3;
  cursor: pointer;

}
.ex-link:hover{
  color: gray;
}
.ex-link i{
  margin-left: 10px;
}
.ex-small-box .trending-tour-item{
  width: 100%;
text-align: center;
}
.ex-small-box .ex-link{
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.ex-name{
  margin-bottom: 0px;
  /* width: 70%; */
  font-family: 'Poppins', sans-serif;
font-size: 15px;
color:
black;
font-weight: 700;
line-height: 23px;
letter-spacing: 1px;
}



.destination-4__choices__tittle p{
  bottom: -33px;
  top: unset;
}



/* travel tip design start */
.travel-tip-1 {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.travel-tip-1__btn--location1 {
  bottom: 31%;
  left: 33%;
}
.travel-tip-1__tip--location1 {
  top: 89%;
  left: 34%;
}
.travel-tip-1__btn--location2 {
  top: 90%;
  left: 44%;
}
.travel-tip-1__tip--location2 {
  top: 100%;
  left: 27%;
}
.travel-tip-1__btn--location3 {
  top: 74%;
  right: 51%;
}
.travel-tip-1__tip--location3 {
  top: 94%;
  left: 52%;
}
.travel-tip-1__tip--location4 {
  top: 90%;
  left: 55%;
}
.travel-tip-1__btn--location4 {
  bottom: 33%;
  left: 56%;
}
.travel-tip-1__btn--location5 {
  bottom: 43%;
  right: 47%;
}
.travel-tip-1__tip--location5 {
  top: 70%;
  left: 70%;
}
.travel-tip-1__btn--location6 {
  bottom: 55%;
  right: 38%;
}
.travel-tip-1__tip--location6 {
  top: 69%;
  left: 70%;
}
.travel-tip-1__btn--location7 {
  bottom: 75%;
  right: 60%;
}
.travel-tip-1__tip--location7 {
  top: 28%;
  left: 57%;
}
.travel-tip-1__btn--location8 {
  bottom: 58%;
  right: 52%;
}
.travel-tip-1__tip--location8 {
  top: 35%;
  left: 65%;
}
.travel-tip-1__btn--location9 {
  bottom: 54%;
right: 64%;
}
.travel-tip-1__tip--location9 {
  top: 42%;
  left: 53%;
}



.travel-tip-1__tip h3 {
  font-size: 20px;
  font-family: Lato-700;
  margin-bottom: 10px;
}


.contact-home-title{
  font-family: 'Poppins', sans-serif !important;
font-size: 41px !important;
font-weight: unset !important;
}
.contact-home-title span{
  font-size: 41px !important;
}
.drop_line_para{
  margin-bottom: 5px !important;
font-family: Lato-regular !important;
font-size: 14px !important;
letter-spacing: 1px;
}

.drop-line-box{
  display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.section-tittle .popular-title{
  font-size: 38px;
}
.destination-4__choices__item span {
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: normal !important;
}
.destination-4__choices__item {
  overflow: hidden;
  color: black !important;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.img-set-mobile-read{
  display: none;
}
.subsriber-form-tittle {
  text-align: center;
  margin-bottom: 0px;
}

/* section space start */
.who-title-mar{
  margin-top: 50px;
}
.about-des{
  margin-bottom: 50px;
}
.travel-tip-1__tittle {
  margin: 100px 0 15px !important;
}


/* map design style start */
.map-section{
  position: relative;
}
.map-paragrph{
  position: absolute;
  top: 28px;
  padding-right: 50px;
  z-index: 99999;
}
.map-paragrph p{
  margin-top: 25px;
font-size: 15px;
letter-spacing: 1px;
color:
#999999;
font-family: Lato-regular;
}


@media (max-width: 576px) {
  .covid-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .covid-banner-section {
    display: flex;
    align-items: center;
    height: auto !important;
    width: 100%;
    /* background-image: url("../img/home/banner.jpg"); */
    background-position: center;
    background-size: cover;
    background-color: #F7665E;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .travel-tip-close{
    position: absolute;
  right: 0;
  top: 0;
  padding: 8px;
  cursor: pointer;
  display: block !important;
  }
  .travel-tip-1__btn--location7 {
    bottom: 77%;
    right: 70%;
}
.travel-tip-1__btn--location9 {
  bottom: 54%;
  right: 75%;
}
.travel-tip-1__btn--location1 {
  bottom: 31%;
  left: 22%;
}
  .excursion-back {
    background: unset !important;
    padding-top: unset !important;
    padding-bottom: unset !important;
}
  .destination-4__choices__item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.ex-name {
  margin-bottom: 0px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color:
  black;
  font-weight: 600;
  line-height: 16px;
  display: block;
}
.travel-tip-1__tittle {
  margin: 50px 0 30px !important;
}
.ex-small-box {
  display: flex;
  justify-content: unset;
  align-items: center;
  padding-left: 8px !important;
  padding-bottom: 20px;
  padding-top: 15px;
  height: auto;
  /* padding-right: 2px !important;
  height: 10vh; */
}
.ex-link {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: 
  #3fced3;
  cursor: pointer;
  margin-right: 2px;
}

.ex-border {
  box-shadow: 0px 4px 10px 1px 
  rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
  border-radius: 3%;
  margin: 25px;
  margin-right: 25px;
  margin-left: 25px;
  margin-left: 0;
  margin-right: 0;
}

  .discover-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
  .trending-tour-item img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .special-tour .trending-tour-item__info {
    height: unset !important;
    overflow: hidden;
    padding: 30px 20px 28px;
    transition: all 0.5s;
  }
  .special-tour .trending-tour-item__group-infor__lasting img{
    width: auto;
    margin-top: 3px;
    float: left;
  }
  .special-tour .trending-tour-item:hover .trending-tour-item__info{
    margin-top: 0px;
  }
  #col-3-tours .trending-tour-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
}
@media only screen and (max-width: 767px) and (min-width: 576px){

  .destination-item-aside__item--picture {
    padding: 5px 0 5px;
  }
  .discover-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ex-border {
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin-bottom: 25px;
  border-radius: 3%;
  margin: 0;
  height: 400px;
  background: #fff;
}
}
.special-tour .trending-tour-item__info{
  height: 130px;
}
@media only screen and (max-width: 991px) and (min-width: 768px){
  .btn_discover {
    background: 
#fff;
margin: 10px;
padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 20px;
color:
    #202042 !important;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
}
@media (min-width: 1400px) {
  input{
    font-size: 0.7375rem;
  }
  /* .ex-small-box {
    display: flex;
    justify-content: unset;
    align-items: center;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 15px;
    padding-right: 20px;
    height: unset;
} */
}
.travel-tip-close{
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px;
  cursor: pointer;
}
@media only screen and (min-width: 991px) and (max-width: 1200px){
  .ex-border{
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
    border-radius: 3%;
    margin: 25px;
    height: 400px !important;
    background: #fff;
}
}

.covid-banner-section{
  display: flex;
  align-items: center;
  height: 100px;
  width: 100%;
  /* background-image: url("../img/home/banner.jpg"); */
  background-position: center;
  background-size: cover;
  background-color:#F7665E;
}

.covid-banner{
  display: flex;
  justify-content: center;
  align-items: center;
}

.covid-p{
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 0px;
  text-align: center;
}

.covid-btn{
  color: #f7665e !important;
  background: #fff;
  transition-duration: 2s,2s;
  transition-timing-function: ease,ease-out;
  transition-delay: 0s,1s;
  padding: 10px;
  margin-left: 10px;
  border-radius: 6px;
}