@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;500;600;700;800&display=swap');
/*font-family: 'Baloo Tamma 2', cursive;*/
@import url('https://fonts.googleapis.com/css2?family=Arapey&display=swap');
/*font-family: 'Arapey', serif;*/


@font-face {
    font-family:'chalalascript';
    src: 
        url('../fonts/chalala.ttf') format('ttf'),
        url('../fonts/chalala-webfont.woff2') format('woff2'),
        url('../fonts/chalala-webfont.woff') format('woff'),
        url('../fonts/chalala-webfont.svg#chalalascript') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    overflow-x: hidden;
}

p{
    font-size: 20px;
    line-height: 27px;
    font-family: 'Arapey', serif;
}

body{
	padding:0;
	margin: 0;
	font-family: 'Arapey', serif;
	font-size: 16px;
	line-height: 18px;
    overflow-x: hidden;
}
:hover{
    text-decoration: none;
}
input:hover, select:hover, a:hover{
    outline:none;
    text-decoration: none;
}
.pb-20 {
    padding-bottom: 20px;
}
/*----Destination----*/

.full-height-place{}
header{
    padding-top: 20px;
}
.logo {
    display: inline-block;
    height: 180px;
    margin-bottom: 20px;
}
.logo img {
	max-height: 100%;
}
.menu{
    padding: 0;
    margin: 0;
}
.menu li{
    display: inline-block;
}
.menu li a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #474747;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 16px;
    letter-spacing
}
.menu li a.active{
    background:#92bf38;
    color:#fff;
}
.menu li a.link {
    display: block;
    text-align: center;
    padding: 10px 16px;
}
.menu li a.link img {
    max-width: 100px;
}
.top-header--mod {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-header--mod .logo {
    height: 90px;
    margin: 0;
}
}
.destinations-slider-area{
    margin-top: 88px;
}
.grid-slider{
    text-align:center;
}
.slider-holder{
    position: relative;
}
.slider-box{
    min-height: 332px;
    text-align: center;
    background-size: cover !important;
}
.place-name{
    font-family: 'Arapey', serif;
    bottom: 0;
    background: #92bf38;
    color: #fff;
    font-size: 42px;
    display: inline-block;
    padding: 9px 23px;
    line-height: 1;
    margin: -25px 0 0;
}

.grid-slider .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    z-index: 9;
}
.grid-slider .slick-prev:before, .grid-slider .slick-next:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #92bf38;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.grid-slider .slick-prev {
    left: -49px;
}

.grid-slider  .slick-next {
    right: -49px;
}

.about-place{
    margin-top: 51px;
}

.page-heading{
    font-family: 'Arapey', serif;
    font-size: 54px;
    display: inline-block;
    /*border-bottom: 3px solid #92bf38;*/
    color: #000;
    line-height: 54px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.page-heading--mod {
    font-family: 'Arapey', serif;
}

footer{
    padding:65px 0 15px;
    }
.footer--mod {
    padding: 15px 0;
    border-top: 2px solid #7d7d7d;
}
.social-list{
    padding: 0;
    margin: 0;
    text-align: center;

}
.social-list li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
}
.social-list li a{
    width: 40px;
    height: 40px;
    background: #92bf38;
    display: block;
    border-radius: 50%;
    color: #fff;
    line-height: 40px;
    margin: auto;
}
.social-list-gray li a {
    background: #2a2a2a;
}


/*----About----*/
.about-section{
    /*height: 100vh;*/
}
.white-bg{
    background: rgba(255, 255, 255, 0.9);
}

/*-----team----*/

.team-image{
    width:300px;
    height:auto;
    /*border-radius: 50%;*/
    overflow:hidden;
    margin: auto;
    margin-bottom: 17px;
}
.team-image img {
    width:100%;
    height: 100%;
}

.member-name {
    color: #000;
    font-size: 45px;
    display: block;
    line-height: 1.5;
}
.member-designation {
    display: inline-block;
    font-size: 38px;
    font-weight: 800;
    font-family: 'Arapey', serif;
    margin-top: 10px;
    color: #92bf38;
}

/*---Contact---*/
.inner-contact {
    max-width: 492px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 44px 17px;
}

.inner-contact h2 {
    font-family: 'Arapey', serif;

}

/*---Gallery---*/
.grid-item{
    width: 50%;
}

.grid-item img{
    max-width:100%;
    width: 100%;
    height: auto;
}

/*.grid-item:nth-child(even) img {
    filter: grayscale(100%);
}*/

/*---services---*/
.tall-grid{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
}
.tall-grid li{
    padding: 0 3px;
    position: relative;
    max-width: 270px;
    width: 100%;
}
.tall-grid li .service-title {
    text-transform: uppercase;
    color: #fff;
    background: #92bf38;
    position: absolute;
    max-width: 227px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -38px;
    font-size: 21px;
    line-height: 27px;
    padding: 7px 12px;
    box-sizing: border-box;
    text-align: center;
}

.tall-grid li .box{
     width: 100%;
     min-height: 467px;
     position: relative;
}
.stare-style li:last-child{
    margin-top: 128px;
}
.readmore__btn {
    display: inline-block;
    background-color: #92bf38;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    color: #fff;
}
.readmore__btn:hover {
    color: #fff;
}
.section__wrapper {
    padding: 80px 0;
    background-color: #fff; 
}
.img__wrapper {
    height: 450px;
    width: 100%;
    overflow: hidden;
}
.img__wrapper img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.service__title {
    text-align: center;
    font-size: 100px;
    text-transform: capitalize;
    color: #7d7d7d;
    line-height: 1;
    font-family: 'Arapey', serif;
}
.service__title a, .service__title a:hover {
    color: #7d7d7d;
}
.service__title span {
    display: block;
    font-size: 50px;
    text-align: center;
}
.service__list__banner__wrapper {
    position: relative;
}
.service__list__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    width: 100%;
    filter: blur(8px);
  -webkit-filter: blur(8px);
}
.service__list__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
}
.service__list__title h1 {
    font-size: 90px;
    text-transform: capitalize;
    text-align: center;
}
.service__list__content {
    padding: 80px 0;
    background-color: #fff;
}
.content-style--mod {
    font-size: 30px;
    text-align: center;
    line-height: 45px;
}
@media(max-width: 768px) {
    .section__wrapper {
        padding: 25px 0;
    }
    .logo, .top-header--mod .logo {
        height: 100px;
    }
    .top-header--mod .logo {
        margin-bottom: 20px;
    }
    .img__wrapper {
        height: auto;
    }
    .img__wrapper img {
        height: auto;
    }
    .service__title {
        font-size: 65px;
        padding: 20px 0;
    }
    .service__title span {
        display: block;
        font-size: 40px;
        text-align: center;
    }
    .top-header--mod {
        flex-direction: column;
    }
    .service__list__wrapper {
        height: 270px;
    }
    .service__list__title h1 {
        font-size: 50px;
        padding: 0 15px;
    }
    .service__list__content {
        padding: 35px 0;
    }
    .content-style--mod {
        font-size: 25px;
        line-height: 32px;
    }
}