body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    /*font-family: Averia Sans Libre;*/
    font-family: 'Mali', cursive;
}

a {
    text-decoration: none;
}

.display-block {
	display: block !important;
}

/* header area css*/

.nav {
    padding: 20px 0;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    position: fixed;
    width: 100%;
    left: 0px;
    right: 0;
    z-index: 9;

}

.page .nav {
	background-color: #f9cc39 !important;
	position: static;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
    background-color: #f9cc39 !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}
.page .sticky {
	position: fixed;
}

.navbar {
    width: unset;
    position: static;
    z-index: 9;
    border-top: 0;
    background-color: #f9cc39 !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar .navbar-brand img {
    width: 80px;
    border-radius: 50%;
}

.sticky .navbar-brand img {
    width: 70px;
}

.navbar li.nav-item {
    padding: 0 12px;
}



.navbar a.nav-link {
    color: #000;
    font-weight: 500;
    transition: all 0.2s;
    text-transform: uppercase;

}

.sticky a.nav-link {
    color: #333;
}


.sticky .navbar-brand {
    color: #333
}

/*
 border: solid 2px;
    border-radius: 15px 0 15px 0;
    padding: 8px 10px !important;
*/


.navbar a.nav-link:hover {
    color: #fff;
    transition: all 0.2s;
}


.navbar-nav {
    align-items: center;
}
 

.navbar-brand {
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
}

/*<!--   banner area start   -->*/

.btnn-one {
    padding: 12px 40px;
    background-color: transparent;
    border: none;
    border-radius: 10px;
    transition: all 0.3s;
    border: solid 2px #000;
    color: var(--bs-black);
    text-transform: uppercase;
}

.btnn-one:hover {
    transition: all 0.3s;
    background-color: #f9cc39;
    color: var(--bs-black);
    border: solid 2px #f9cc39;
}

.btnn-two {
    padding: 12px 40px;
    background-color: #f9cc39;
    border: none;
    border-radius: 10px;
    transition: all 0.3s;
    border: solid 2px #f9cc39;
    color: var(--bs-black);
    text-transform: uppercase;
}

.btnn-two:hover {
    transition: all 0.3s;
    background-color: #fff;
    color: #f9cc39;
    border: solid 2px #f9cc39;
}

h1 {
    color: #f9cc39;
    font-size: 100px;
    margin-bottom: 50px;
    font-weight: 700;
    text-transform: uppercase;

}

.h3 {
    color: #f9cc39;
    font-size: 30px;
    margin-bottom: 120px;
    font-weight: 100;

}



/*<!--    banner area end -->*/

/*service area start*/
.card-one img {
    border-radius: 10px 10px 0 0;
    transition: 0.4s;

}

.card-one img:hover {
    transform: scale(1.1);
    transition: 0.4s;

}

.card-one {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

/*service area end */



/*gallery area start*/

.bg-one {
    /*background: rgba(51, 49, 39, 0.45) url(/images/bg-photogallery.jpg?2);*/
    background: rgba(199, 197, 188, 0.39) url(/images/bg-park.jpg?2);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-size: cover;
}

.img-box {
    position: relative;
    transition: all 0.3s;
}

.img-box img {
    border-radius: 10px;
    transition: all 0.3s;

}

.img-box .overly a { 
   padding: 14px;
   color: #f9cc39;
   font-size: 30px;
   transition: all 0.3s;
   text-align: center;
   font-weight: 600;
}

.overly {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 10px;
    background-color: rgba(25, 21, 8, 0.5);
    transition: all 0.3s;
}

.img-box:hover .overly a {
    color: var(--bs-white);
    transition: all 0.3s;
}
.img-box:hover .overly {
    bottom: 10px
}

/*gallery area end*/

/*package area start*/
 

.package img {
    position: relative;
    border-radius: 10px;
}

.package h6 {
    position: absolute;
    padding: 8px 15px;
    background-color: #f9cc39;

    z-index: 9;
}

.tour-text {
    margin: auto;
    width: 90%;
    position: relative;
    border-top: none;
    margin-top: -40px;
    background: #fff;
    -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 23px -8px rgb(0 0 0 / 11%);
    z-index: 1;
    padding: 30px;
    border-radius: 10px;

}

.tour-text a {
    font-weight: 600;
    color: #f9cc39;
}

.tour-text i {
    font-weight: 600;
    color: #f9cc39;
}

/*package area end*/

/*blog area start*/
.card {
    border-radius: 10px 10px;

}

.card img {
    border-radius: 10px 10px 0 0;
}

.post-meta {
    margin-top: 5px;
    margin-bottom: 14px;
    font-size: 14px;
    overflow: hidden;
}

.post-meta span i {
    color: #f9cc39;
    padding-right: 3px;
}

/*blog area end*/


/*review area start*/

.card-c {
    position: relative;
    height: 300px;
    background-color: rgba(162, 153, 124, 0.2);
    border-radius: 10px;
}

.card-c img {
    position: absolute;
    margin-top: 20px;
    left: 130px;
    width: 80px;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;

}

.red-zone {
    position: absolute;
    bottom: 0;
}

.latham {
    color: #f9cc39;
}

.bg-two {
    background: rgba(199, 197, 188, 0.39) url(/images/src/banner-1.jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-size: cover;
}

.bg-gray {
    background-color: var(--bs-gray-100);
}

/*review area end*/

/*contact area start*/
.taklu {
    padding: 15px 25px!important;
}
.btn-two {
    padding: 12px 40px;
    background-color: #f9cc39;
    border: none;
    border-radius: 10px;
    border: solid 2px  #f9cc39;
}

.btn-two:hover {

    background-color: #fff;
    color: #f9cc39!important;
    border: solid 2px!important;
}
/*contact area end*/

.footer {
    padding: 40px 0 40px;
    background: #212121;
    color: #fff;
}

.footer a {
	color: #fff;
}

.foot_social_link {
    list-style-type: none;
    margin-top: 30px; 
    padding: 0;

}

.foot_social_link li {
    display: inline-block;
    margin-right: 10px;
    background-color: #f9cc39;
    height: 50px;
    width: 50px;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    transition:  all 0.3s;
}

.foot_social_link li:hover {
    background-color: #fff;
    color:  #f9cc39;
    transition:  all 0.3s;
}


.footer li a {
    color: #ddd;
    transition: all 0.3s;
}

.footer li a:hover {
    color: #f9cc39;
    transition: all 0.3s;
}

.footer .foot_social_link a {
    color: #212121;
    transition: all 0.3s;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

#contact iframe {
    width: 100%;
}

@media screen and (max-width: 900px) {

.navbar img {
    width: 50px;
    border-radius: 50%;
}
    
/*ul.navbar-nav {
        background-color: rgba(0, 0, 0, 0.95);
    }*/
    
    .sticky ul.navbar-nav {
        background-color:transparent;
    }
    
    .container:not(.no-overflow) {
        overflow-x: hidden;
    }
    
    .container-fluid {
        overflow-x: hidden;
    }
    .navbar .navbar-brand img {
        width: 50px;
    }
    
    .img-box img {
        width: 100%;
    }
    
    .card-one img {
        width: 100%;
    }
    
}