body {
	background-color: rgb(40 41 41 / 5%);
	color: var(--color1);
}
p {
	margin-bottom: 10px;
}
.s-about {
	padding: 50px 0;
}
.s-about .b_title {
	color: var(--color3);
  font-weight: bold;
}
.s-about .b_desc {
	font-weight: normal;
	line-height: 1.6;
}
.s-about .item {
	position: relative;
}
.s-about .item::before {
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -25px;
    bottom: -25px;
    background-image: linear-gradient(to bottom, #ae7522 0, var(--color3) 100%);
    z-index: -1;
    border-radius: 20px;
}
.s-about .item img {
	border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.s-gallery {
	background-color: var(--color1);
	padding: 50px 0 20px;
}
.s-gallery img {
	border-radius: 20px;
}
.c-headline-1 {
	text-align: center;
	margin-bottom: 30px;
}
.c-headline-1 .c_name {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase
}
.s-services {
	padding: 50px 0;
	background-color: var(--color2);
}
.s-services .service {
	display: block;
    border: none;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    padding: 0;
}
.s-services .service .b_title {
	font-weight: 500;
    font-size: 18px;
    margin-top: 15px;
    text-transform: capitalize;
}
.s-services .service:hover .b_title {
	color: var(--color3);
}
.s-services .service:hover .menu-img::before {
	opacity: 1;
}
.s-services .service:hover img {
	transform: scale(1.1)
}
.c-headline-2 {
	text-align: center;
	margin-bottom: 30px;
}
.c-headline-2 .c_name {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase
}
.c-headline-2 span {
	margin-top: 5px;
	font-style: italic;
	display: block;
	color: #888;
}

.footer_bottom {
	padding: 12px 0;
	color: #fff;
	background-color: var(--color1);
	font-size: 14px
}
.footer_bottom a {
	color: var(--color3);
}
.footer_bottom a:hover {
	color: #eee;
}
.s-contact {
	padding: 50px 0;
	position: relative;
	font-size: 15px;
}
.s-contact .ft_title {
	color: var(--color3);
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 15px;
}
.s-contact  p > i {
	color: var(--color3);
}
.s-contact  p > a {
	color: var(--color1);
}
.s-contact  p > a:hover {
	color: var(--color3);
}
.s-contact .social-icon {
	margin: 20px 0;
}
.s-contact .ft_hour {
	    border-top: 1px solid #999;
    color: var(--color3);
    padding-top: 15px;
    font-size: 22px;
    margin-bottom: 15px;
}
.s-contact ul {
	padding:  0 20px 0 0;
}
.s-contact ul li span {
	display: block;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
.s-contact ul li span::before {
	position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: 2px;
    top: 50%;
    background-color: var(--color3);
    transform: translateY(-50%);
    border-radius: 50%;
}
.s-contact iframe{
	display: block;
	height: 395px;
	border-radius: 5px;
	border: 2px solid rgb(40 41 41 / 10%) !important;
}
.navbar.fixedTop {
    animation: smoothScroll 1s forwards;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all .3s;
   	padding: 5px 15px;

}
.navbar.fixedTop img {
	height: 50px;
}
.navbar.fixedTop .social-icon li a {
	font-size: 14px
}

@keyframes smoothScroll {
    0% {
        top: -10%;
    }
    100% {
        top: 0;
    }
}

@media (min-width: 1260px) {
	.container {
		max-width: 1200px;
	}
}
@media (max-width: 991px) {
	.nav-item .nav-link::before {
		display: none
	}
	.social-icon {
		margin-top: 20px;
	}
	.s-about .item::before {
		bottom: auto;
		top: -25px;
	}
	.s-about .b_title {
		margin: 30px 0 10px !important;
	}
}
@media (max-width: 767px) {
	.s-services .service .b_title {
		font-size: 20px;
		font-weight: bold
	}
}
@media (max-width: 575px) {
	.s-contact {
		padding: 30px 0;
	}
	.s-about .item::before {
		display: none
	}
	.s-about {
		padding: 30px 0 10px !important;
	}
	.class-thumb.image {
	    margin-bottom: 15px !important;
	    height: calc(100% - 15px);
	  }
	 .s-gallery {
	 	padding: 30px 0 20px;
	 }
	 .hero {
		min-height: 33vh;
	}

}
@media (max-width: 479px) {

	.s-services .service {
		margin-bottom: 20px;
		height: calc(100% - 20px);
	}
	.s-about .b_title, .c-headline-1 .c_name, .c-headline-2 .c_name {
	 	font-size: 25px
	 }
	 .c-headline-1, .c-headline-2  {
	 	margin-bottom: 15px;
	 }
	 .c-headline-2 span {
	 	font-size: 14px
	 }
	.footer_bottom {
		display: none
	}
	.s-contact .ft_title {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.bg-booking h2 {
		font-size: 25px
	}
	.s-services .service .b_title {
		margin: 10px 0 0;
	}
}