p {
    font-size: 18px;

    line-height: 30px;
    opacity:
}

h1 {
    font-size: 45px;
    font-family: 'Cherry Swash', cursive;

}

h2 {
    font-family: 'Cherry Swash', cursive;
}


header {
    width: 100%;
    height: 80px;
    /*           border-bottom: 1px solid #3636364a;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    /*
           -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.03);
           -moz-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.03);
           box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.03);
*/
}
header_bg{
    background: white;
}

.logo {
    float: left;
    padding-top: 15px;
    color: white;
    font-family: 'PT Serif', serif;
}

.hamburger {
    height: 80px;
    width: 80px;
    float: right;
    padding: 18px;
    padding-top: 28px;
}

.hamburger span {
    display: block;
    width: 35px;
    height: 4px;
    background: white;
    margin: 4px;
    opacity: 0.7;
}

/*SIDEMENU   ---    Copy from here and past on your style sheet*/

.overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    z-index: 101;
}

.sidemenu {
    width: 250px;
    height: 100%;
    background: white;
    position: fixed;
    padding: 10px;
    box-sizing: border-box;
    transform: translateX(250px);
    right: 0;
}

.side_nav {
    padding: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: calc(100% - 10px);
    margin: 4px;
}

.side_nav li {
    list-style: none;
}

.side_nav li {
    display: block;
    padding: 5px;
    margin-top: 10px;
    font-size: 2.5rem;
    font-family: sans-serif;

}

.side_nav li a {
    text-decoration: none;
    color: black;
    font-weight: bolder;
}

.side_nav li a:hover {
    color: orange;
}

.active {
    position: relative;
    margin-left: 25px;
    color: orange!important;
    font-style: italic;
}

.active::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 4px;
    background: orange;
    left: -25px;
    transform: translateY(-50%);
    top: 50%;
}

/*banner section*/

.banner {
    height: auto;
    width: 100%;
    background-size: cover;
    float: left;
    position: relative;

}
/*

.slide1,
.slide2,
.slide3,
.slide4,
.slide5 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slide1 {
    background: url(../../images/new/banner.jpg)no-repeat center;
    background-size: cover;
    animation: fade 8s infinite;
    -webkit-animation: fade 8s infinite;

}

.slide2 {
    background: url(../../images/new/banner2.jpg)no-repeat center;
    background-size: cover;
    animation: fade2 8s infinite;
    -webkit-animation: fade2 8s infinite;
}

.slide3 {
    background: url(../../images/new/banner3.jpg)no-repeat center;
    background-size: cover;
    animation: fade3 8s infinite;
    -webkit-animation: fade3 8s infinite;
}

@keyframes fade {
    0% {
        opacity: 1
    }
    33.333% {
        opacity: 0
    }
    66.666% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade2 {
    0% {
        opacity: 0
    }
    33.333% {
        opacity: 1
    }
    66.666% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes fade3 {
    0% {
        opacity: 0
    }
    33.333% {
        opacity: 0
    }
    66.666% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
*/

.banner_con {
    position: absolute;
   left: 5%;
    transform: translateY(-50%);
    top: 70%;
    width: 70%;
    text-align: left;
    color: white;
    

}

.main_btn_center {
    display: block;
    margin: 0 auto;
    border: 2px solid #e8e104;

    color: white;
    width: 140px;
    padding: 8px;
    border-radius: 15px;
    text-transform: uppercase;
}

.btn_main_center {
    display: block;
    margin: 0 auto;
    background: #e8e104;
    color: white;
    width: 140px;
    border: 0px;
    padding: 8px;
    border-radius: 15px;
    text-transform: uppercase;
}

@media(max-width:768px) {
   
}



/*section about*/

.about {
    padding-top: 60px;
    float: left;
    width: 100%;

    padding-bottom: 60px;


}

/* service*/

.service {
    padding-top: 100px;
    float: left;
    width: 100%;
    padding-bottom: 100px;
    background: #eee;
}


/*facilities*/

.facilities {
    float: left;
    padding-top: 60px;
    width: 100%;
    background: #eee;
    padding-bottom: 60px;
}

.icon_container {
    text-align: center;
}

.icon {
    height: 130px;
    position: relative;
}

.icon img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}


/*galllery*/

.gallery {
    float: left;
    width: 100%;
    padding-top: 60px;
}

.picture_contianer {
    width: calc(100%/4 - 2px);
    float: left;
    height: 200px;
    background: blue;
    margin: 1px;

}

.picture_contianer img {
    height: 100%;
    object-fit: cover;
    object-position: center center;

}

@media(max-width:768px) {
    .picture_contianer {
        width: calc(100%/2 - 2px);
    }
}

/*contact*/

.contact {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.bean {}

.contact input[type="text"] {
    border: none;
    box-shadow: none;
    border-radius: 15px;
    border: 1px dashed;
    color: black;
    font-size: 13px;

}

.contact textarea {
    border: none;
    box-shadow: none;
    border-radius: 15px;
    border: 1px dashed;
    color: black;
    font-size: 13px;
}

.contact ::placeholder {
    color: black !important;
    font-size: 13px;
}

.package_btn {
    background: none;
    padding: 7px 25px;
    color: black;
    font-size: 13px;
    text-decoration: none !important;
    border-radius: 10px;
    border: 2px solid #ffcd00;
    position: relative;
    z-index: 5;


}

.package_btn:hover {
    color: white;
    transition: all 0.3s;
}

.package_btn::before,
.package_btn::after {
    background: #ffcd00;
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 8px;
    transition: all 0.3s;
    width: 0%;

}

.package_btn::after {
    height: 0;
    left: 0;
    top: 0;
    height: 100%;
}

.package_btn:hover::after {
    width: 100%;

}

/*footer*/

footer {
    width: 100%;
    background: #eee;
    padding: 80px;
    color: black;
    float: left;
    margin-top: 100px;
}

.footer_contact p {
    font-size: 13px;
    opacity: 0.6;
}

.footer_links ul {
    padding: 0;
}

.footer_links ul li {
    list-style: none;
    font-size: 13px;
    display: block;
    padding: 2px;
}

.footer_links ul li a {
    color: black;
    opacity: 0.7;
    text-decoration: none !important;
}
.love img{
    position: relative;
    top:-1px;
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
@keyframes bounce {
    from {transform: scale(0.8); }
    to   { transform: scale(1.2); }
  }

/*sightseeing*/
.sightseeing{
    float: left;
    width: 100%;
    padding-top: 100px;
    
}
.sightseeing_visuals{
    margin-top: 30px;
}

/*accomodation*/
.accomodation{
    float: left;
    width: 100%;
    padding-top: 100px;
}
.contact_page{
    float: left;
    width: 100%;
    margin-top: 80px;
    padding-top: 80px;
   

}
.contact_page input[type="text"] {
    border: none;
    box-shadow: none;
    border-radius: 15px;
    border: 1px dashed;
    color: black;
    font-size: 13px;

}

.contact_page textarea {
    border: none;
    box-shadow: none;
    border-radius: 15px;
    border: 1px dashed;
    color: black;
    font-size: 13px;
}

#overlayer {
  width:100%;
  height:100%;  
  position:fixed;
  z-index:500;
  background:white;
  left: 0;
    top: 0;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index:501;
  border: 4px solid orange;
  top: 50%;
  animation: loader 2s infinite ease;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: orange;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}







/*responsive*/

@media(max-width:768px) {
    h1 {
        font-size: 30px;
    }
    .contact_details{
        margin-bottom: 100px;
    }
    p {
        font-size: 16px;
    }
    .banner_con {
        width: 90%;
    }
    .time {
        position: relative;
        transform: translateX(-50%);
        left: 50%;
    }
    .clock {
        margin-top: 60px;
    }
    .bean {
        width: 70%;
        position: relative;
        transform: translateX(-50%);
        left: 50%;
    }
    .banner_con h1{
        font-size: 22px;
    }
    footer {
        padding: 15px;
        margin: 0;
       
    }
    .package_btn{
        padding: 5px 10px;
    }
    .about{
        padding-top: 30px;
    }
    .footers{
         margin-top: 80px;
    }
    .off_me {
        display: none;
    }
    .banner_con{
        top: 55%;
    }
    .contact_page{
        padding-top: 40px;
    }
}
