@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@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;

}

p{  
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
}

body{
	padding:0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
}
:hover{
    text-decoration: none;
}
input:hover, select:hover, a:hover{
    outline:none;
    text-decoration: none;
}

/*----Destination----*/

.banner__wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.banner__wrapper a {
    display: block;
}

.full-height-place{}
header{
    padding-top: 20px;
}
.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: inline-block;
    margin-bottom: 20px;
}
.logo img {
	max-width: 197px;
	width: 100%;
}
.morpheous img {
    max-height: 210px;
    max-width: 100%;
    height: 100%;
}
.kanasa img {
	max-width: 280px;
	width: 100%;
}
.menu{
    padding: 0;
    margin: 0;
}
.menu li{
    display: inline-block;
    margin: 0 16px;
}
.menu li a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fafafa;
    font-size: 18px;
    line-height: 41px;
    font-weight: 600;
    padding: 0;
    letter-spacing: 2.16px;
}
.menu li a.active{
    border-bottom: 5px solid #e1bc43;
}

.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: 'chalalascript';
    bottom: 0;
    background: #e1bc43;
    color: #000;
    font-size: 38px;
    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(225, 188, 67, 0.8);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.7);
    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: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: rgba(225, 188, 67, 0.8);
}

.grid-slider .slick-prev {
    left: -49px;
}

.grid-slider  .slick-next {
    right: -49px;
}

/*.about-place{
    margin-top: 51px;
}*/

.page-heading {
    text-transform: capitalize;
    font-family: 'chalalascript';
    font-size: 54px;
    display: inline-block;
    color: #e1bc43;
    line-height: 54px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
footer{
    padding:65px 0 15px;
}
.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: #e1bc43;
    display: block;
    border-radius: 50%;
    color: #000;
    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:300px;
    border-radius: 50%;
    overflow:hidden;
    margin: auto;
    margin-bottom: 17px;
}
.team-image img {
    width:100%;
    height: 100%;
}

.member-name {
    color: #000;
    font-size: 25px;
    display: block;
    line-height: 35px;
}
.member-designation {
background: #92bf38;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 11px 11px;
}

/*---Contact---*/
.contact-content {
    background-color: rgba(0, 0, 0, .75);
}
.inner-contact {
    margin: auto;
    text-align: center;
    padding: 44px 17px;
}

.inner-contact h2 {
    font-family: 'Roboto', sans-serif;
    color: #fafafa;

}

/*---Gallery---*/
.grid-item{
    width: 50%;
}

.grid-item img{
    max-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;
}
.service__list {
    padding: 0;
    margin: 0;
    margin-top: 45px;
    list-style-type: none;
    text-align: center;
}
.service__list li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    color:  #fafafa;
    padding-left: 20px;
    margin-bottom: 30px;
}
.service__list li:before {
    position: absolute;
    content: "";
    background-color: #e1bc43;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 3px;
    left: 0;
}
.service__list li a, .service__list li a:hover {
    color: #fff;
}
.gallery-content {
    margin: 150px 0;
}
.gallery__btn {
    width: 386px;
    height: 101px;
    max-width: 100%;
    line-height: 101px;
    background-color: #000;
}
.gallery__btn:hover {
    color: #e1bc43;
}
.team__header {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 51%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 51%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 51%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
}
.team-place {
    min-height: 1000px;
}
.member__details {
    position: absolute;
    display: inline-block;
    background-color: #000;
    padding: 10px 24px 5px;
}
.member__details h3 {
    color: #e1bc43;
    font-family: Roboto;
    font-size: 31px;
    font-weight: 300;
}
.member__details h3 a, .member__details h3 a:hover {
    color: #e1bc43;
}
.team__footer {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 66%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 66%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 66%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
    position: absolute;
    bottom: 0;
    width: 100%;
}
.service__modal .modal-content {
    background-color: rgb(225, 188, 67);
}
.service__modal .modal-content .page-heading {
    color: #000;
}