*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    
}
body{
    font-family: "Poppins", sans-serif;
}
.br{
    border:2px solid #000;
}
/*----- banner- section -------*/
.banner{
    background-image:url("explorist-img/slide3.png") ;
    height:100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}

/* ----menu---- */

.logo img{
    width:65%;
    padding:22px 25px;
    z-index: 999;
}
.menu ul{
    text-align: center;
    vertical-align: middle;
}
.menu ul li{
    display:inline-block;
}
.menu ul li a{
    display:block;
    text-decoration: none;
    padding:35px 15px;
    color:#ffffff;
    font-size: 18px;
    font-weight: 500;
}
.mobile_menu{
    display:none;
}
.dropdown{
    display:none;
 }
.login{
    text-align: right;
    padding:30px 0px
}
.login a{
    text-decoration: none;
    display:inline-block;
    padding:10px 80px;
    background-color: #39c7d1;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px 0px 0px 50px;
    color:#ffffff;
}

/* -----------banner_middle_area---------- */
.banner_left_text{
    padding:32% 0%;
}
.banner_left_text p{
    padding:10px 30px 10px 55px;
    color:#fff; 
}
.read_more{
    padding:10px 40px; 
}
.read_more a{
    text-align: center;
    width:40%;
    padding:12px 35px;
    margin-left: 20px;
    background-color:#ffffff; 
    border-radius: 30px;
    text-decoration: none;
    color:#000;
    transition: 0.5s;
}
.read_more a:hover{
    background-color:#ffffff6b;
    transition: 0.5s;
}
/* --------------form area ----------------*/
.banner_form{
    padding:25% 0%; 
}
.banner_form_background {
    width:55%;
    margin: auto;
    background-color: #ffffff7e;
    padding:20px 0px 0px; 
}
.banner_form_background form{
    padding:20px 0px 0px;
}
.banner_form_background input{
    display:block;
}
.banner_form_background h3{
   font-size: 25px;
   padding:20px 20px 5px;
   font-weight: 500;
}
.banner_form_background label {
    padding:6px 20px;  
  }
.banner_form_background input[type=text] {
    width: 90%;
    padding:10px 0px;
    margin: 10px 20px;
    background:none;
    border:none;
    border-bottom: 1px solid rgb(255, 255, 255);

  }
  .banner_form_background input[type=date] {
    width: 90%;
    padding: 10px 0px;
    margin:10px 20px;
    background:none;
    border:none;
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .banner_form_background input[type=submit] {
    width: 100%;
    padding: 10px 0px;
    margin-top:25px;
    background-color: #39c7d1;
    border:none;
    padding:12px;
    font-size: 18px;
    color:#ffffff;
    cursor:pointer;
  }
/* -------------- end of form area ----------------*/
.body_section_one{
    padding:6rem 1rem 3rem;
}
.body_text h4{
    font-size: 24px;
    font-weight: 500;
    color:#585858;
    padding:5px 0px;
}
.body_text h2{
    font-size: 60px;
    font-weight: 400;
    line-height: 4rem;
    padding:15px 0px;
}
.body_text h2>span{
    font-size: 50px;
    font-weight: 600;
    display:block;
}

.item{
    position:relative;
    margin:3px 3px;
    text-align: center;
    box-shadow: 0px 0px 6px 0px #00000092;
}
.item .offer{
    position:absolute;
    width: 40%;
    background-color: #39c7d1;
    text-align: center;
    color:#ffffff;
    padding:5px 8px;
}
.offer_head h3{
    padding:3px 8px;
}
.offer_text p{
    padding:3px 8px;
    font-size: 15px;
}
/* ------------body section 2-------- */
.body_sec_2{
    padding:3rem 1rem;
}
.body_text_2 h4{
    font-size: 24px;
    font-weight: 500;
    color:#585858;
    padding:0px 10px;
}
.body_text_2 h2{
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2rem;
    padding:8px 10px;
}
.box{
    width:90%;
    margin:5%;

}
.img1{
    background-image:url("explorist-img/img.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    height:500px;
    border-radius: 15px;
    display:flex;
    align-items:end;
}
.img2{
    background-image:url("explorist-img/2.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    height:500px;
    border-radius: 15px;
    display:flex;
    align-items:end;
}
.img3{
    background-image:url("explorist-img/5.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    height:500px;
    border-radius: 15px;
    display:flex;
    align-items:end;
}
.flex{
    background-color: #0000004c;
    width:100%;
    border-radius: 15px;
    padding: 10px;
    color:#fff;
}
/* <!------------------- slider Tour--------------------- --> */
.slider{
    padding:4rem 0rem;
    /* background-color: #39c7d1; */
}
.slider_tour{
    border:1px solid #ffffff00;
}
/* ------------Review-------- */
.review{
    padding:3rem 1rem;
}

.review_text p{
   text-align: left;
}
.icon{
    text-align: right;
}
.icon img{
    width:30%;
}
.name p{
 font-size: 20px;
 font-weight:500;
 text-align: left;
 padding-top: 20px;
}
  /* The dots/bullets/indicators */
  .doot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .activ {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 8s;
  }
  
  @keyframes fade {
    from {opacity: 1} 
    to {opacity: 1}
  }

/* ------------body section 3(blog area)-------- */
.body_sec_3{
    padding:3rem 1rem;
}
.body_text_3{
    text-align: center;
    padding:25px;
}
.body_text_3 h3{
    font-size: 24px;
    font-weight: 500;
    color:#585858;
}
.body_text_3 h2{
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2rem;
    padding:12px 0px;
}
.owl-two .item{
    width:70%;
    margin:auto;
    text-align: left;
    border-radius: 12px;
}
.owl-two .item img{
    border-radius: 12px 12px 0px 0px;
}
.owl-two .item p,h4{
  padding:5px 15px;
}
/* ------------Why choose us-------- */
.body_sec_4{
    padding:3rem 1rem;
}
.body_text_4 h4{
    font-size: 24px;
    font-weight: 500;
    color:#585858;
    padding:1px 0px;
}
.body_text_4 h2{
    font-size: 55px;
    font-weight: 600;
    line-height: 4rem;
    padding:10px 0px;
}
.body_text_4 h2>span{
    font-size: 40px;
    font-weight: 400;
    display:block;
}
.body_text_4 p{
    padding:2px 10px 2px 0px;
}
.box h3{
    font-size: 20px;
    font-weight: 600;
}
.box h5{
    font-size: 16px;
    font-weight: 500;
}
.guide .box p i{
    font-size: 100px;
    color:#39c7d1;
}
/* ------------footer-------- */
.footer-area{
    background-color: #39c7d1;
    padding: 0rem 3rem;
    color:#ffffff;
}
.footer_area .box{
 margin:0px 15px;
}
.footer-logo img{
    width:50%;
    padding-bottom: 10px;
}
.footer-menu a{
    text-decoration: none;
    color:#fff;
}
#button-addon2{
    background-color: #000;
    color:#ffffff;
}
.footer-social-icon{
    display:flex;
}
.footer-social-icon img{
    width:10%;
    padding: 2px 8px;
    
}   

.end-footer{
    padding-top:4rem;
    text-align: center;
}
.end-footer h4{
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 15px;
}

