/*

Tooplate 2129 Crispy Kitchen

https://www.tooplate.com/view/2129-crispy-kitchen

*/

@font-face {
    font-family: 'Garamond Premiere Pro';
    src: url('../fonts/Garamond Premiere Pro-Regular.woff2') format('woff2'),
        url('../fonts/Garamond Premiere Pro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garamond Premiere Pro';
    src: url('../fonts/GaramondPremrPro.woff2') format('woff2'),
        url('../fonts/GaramondPremrPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #FFFFFF;
  --black-color:                  #0e0e0d;
  --primary-color:                #e4ac34;
  --secondary-color:              #f2d470;

  --body-font-family:             'Montserrat', sans-serif;

}

body {
    background: var(--white-color);
    font-family: var(--body-font-family);    
    position: relative;
    overflow-x: hidden;
}


/* new service */
img {
    max-width: 100%;
}
.title-big {
  font-size: 28px;
  line-height: 38px;
  font-weight:700;
  /*  padding: 0 0 16px 15px; */
  padding: 0 0 0 calc(var(--bs-gutter-x) * .5);
  color: var(--primary-color);
}
.title-small {
  color: var(--white-color);
  font-weight: 600;
  border-bottom: dotted 1px #3f3f3f;
}
.title-sub {
  font-size: 20px;
  line-height: 30px;
}
.line-dash {
    /* border: 1px solid rgba(255,255,255,0.05); */
    height: 0.5px;
    width: 100%;
    margin: 40px 0;
}
.description {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  padding-top: 8px;
  color: #eee;
  text-align: justify;
}

.color-price {
  padding-right: 0 !important;
  color: var(--primary-color);
  font-weight: 600;
}


.size{
	font-size: 22px !important;
}
.social-icon-link{
	font-size: 30px !important;
}



/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}


p,
.list .list-item {
  color: var(--p-color);
  font-size: 16px;
  font-weight: 500;
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

.form-label {
  color: var(--p-color);
  font-weight: var(--font-weight-semibold);
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--primary-color);
  color: var(--white-color);
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--white-color);
}

.section-padding {
  padding-top: 6rem;
  padding-bottom: 6rem;
}


.grid-service {
  justify-content: center;
}
/*---------------------------------------
  CUSTOM BUTTON              
-----------------------------------------*/
.custom-btn {
  border: 0;
  color: var(--black-color);
  font-size: 16px;
  padding: 10px 35px;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--primary-color);
  background: linear-gradient(45deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
}
.custom-btn:hover {
  color: var(--black-color); !important;
  background: rgb(236,95,60);
  background: var(--primary-color);
  background: linear-gradient(-45deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.navbar {
  background: url(../images/bg-header-01.jpg) no-repeat center;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgb(0 0 0 / 30%);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
/*
.navbar:before {
  content: "";
  background: rgb(255 255 255 / 88%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
*/

.navbar-brand {
  width: 19%;
  color: var(--dark-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
  margin-right: 0;
  padding: 0;
}

.navbar-expand-lg .nav-link {
  color: var(--white-color);
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  padding: 0 0 4px 0;
  border-bottom: solid 2px transparent;
}

.navbar-nav .nav-item {
  padding: 0 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:focus, 
.navbar-nav .nav-link:hover {
  color: var(--primary-color);
  border-bottom: solid 2px var(--primary-color);
}

.nav-link:focus {
  color: var(--p-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 100px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--primary-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--primary-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon:before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon:after {
  top: 8px;
}

#navbar {
  position: fixed;
  top: 0;
  display: block;
  transition: top 0.3s;
  height: 125px;
}

/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 13rem;
  padding-bottom: 7rem;
  text-align: center;
  position: relative;
}

.site-header .container {
  position: relative;
  z-index: 2;
}

.site-news-detail-header {
  background: transparent;
  text-align: left;
   padding-top: 6rem;
  padding-bottom: 6rem;
}
/*
.overlay {
  background: rgb(136 146 147 / 90%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
*/
.site-header {
  background-image: url(../images/bg-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 70%;
  background-blend-mode: overlay;
  background-color: rgb(0 0 0 / 30%);
}
.site-header h1 {
  margin-bottom: 0;
}

#BookingModal .modal-content::before {
  content: "";
  background-color: var(--white-color);
  background-image: url(../images/bg-header.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.BgImage {
  background-image: url(../images/bg-header.jpg), linear-gradient(0deg, rgba(71,71,69,1) 0%, rgba(125,125,125,1) 50%, rgba(71,71,69,1) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-blend-mode: overlay;
}
.BgImage .title h2 {
  font-size: 4rem;
  padding: 0;
  color: var(--white-color);
}
.BgImage p {
  text-align: center;
  font-size: 22px;
  line-height: 35px;
  color: var(--white-color);
  margin-bottom: 30px;
}
.BgImage .btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
}
#BookingModal .modal-content::before {
  background-image: url(../images/bg-header.jpg);
  background-position: bottom;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  transform: rotate(180deg);
}

.news .btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}

.site-footer {
  background: url(../images/bg-header-01.jpg) no-repeat center;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgb(0 0 0 / 30%);
  padding-top: 5rem;
  position: relative;
}
/*
.site-footer:before {
  content: "";
  background: rgb(255 255 255 / 88%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
*/


.action-book {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: auto;
  z-index: 99;
}
.action-book .booking-now-border {
    width: 45px;
    height: 45px;
    margin: 10px 0;
    text-align: center;
    text-transform: capitalize;
    background: var(--primary-color);
    color: #fff;
    border: solid 2px #fff;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: all .3s ease;
}
.action-book .booking-now-border i {
  line-height: 40px;
}
.action-book .booking-now-border span {
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  margin-left: 5px;
  transition: all .3s ease-in-out;
  color: #fff;
}

.action-book .booking-now-border:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.action-book .booking-now-border:hover span {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}
.action-book .promo,
.action-book .promo:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  line-height: 40px;
  animation: color-change 1s infinite;
  font-weight: 600;
}


/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero {
  position: relative;
  overflow: hidden;
  padding-top: 125px;
}

.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.carousel-item {
  height: 800px;
  width: 100%;
  position: relative;
}
.carousel-item:before {
  content: "";
  background: rgb(0 0 0 / 40%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.carousel-item-1 {
  background: url(../images/banner_1.jpg) no-repeat center;
  background-size: cover;
}

.carousel-item-2 {
  background: url(../images/banner_2.jpg) no-repeat center;
  background-size: cover;
}

.carousel-item-3 {
  background: url(../images/banner_3.jpg) no-repeat center;
  background-size: cover;
}

.carousel-caption p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

.carousel-caption h1 {
  font-family: 'Garamond Premiere Pro';
  color: var(--white-color);
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 500;
}
.carousel-caption h1 span {
  color: var(--secondary-color);
}
/*---------------------------------------
  HERO SLIDE               
-----------------------------------------*/
.carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-thumb {
  position: relative;
}

.carousel-caption {
  background: linear-gradient(to top, var(--dark-color), transparent 90%);
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 40px;
}

.hero-carousel .reviews-text,
.hero-text {
  color: var(--white-color);
}

.price-tag {
  background: var(--white-color);
  border-radius: 100px;
  color: var(--secondary-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-semibold);
  display: inline-block;
  width: 84px;
  height: 64px;
  line-height: 64px;
  text-align: center;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  position: absolute;
  top: auto;
  bottom: 0;
  opacity: 1;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 60px;
  height: 60px;
  text-align: center;
  transition: all .3s ease;
}

.hero-carousel .carousel-control-prev {
  left: auto;
  right: 60px;
  background: rgb(71, 71, 69);
  background: linear-gradient(45deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
}
.hero-carousel .carousel-control-prev:hover {
  background: rgb(71, 71, 69);
  background: linear-gradient(-45deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
}

.hero-carousel .carousel-control-next {
  background: rgb(71, 71, 69);
  background: linear-gradient(-45deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
  right: 0;
}
.hero-carousel .carousel-control-next:hover {
  background: rgb(71, 71, 69);
  background: linear-gradient(45deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  background-image: none;
  width: inherit;
  height: inherit;
  line-height: 60px;
}

.hero-carousel .carousel-control-prev-icon::before,
.hero-carousel .carousel-control-next-icon::before {
  font-family: bootstrap-icons;
  display: block;
  margin: auto;
  font-size: var(--h5-font-size);
  color: var(--black-color);
}

.hero-carousel .carousel-control-prev-icon::before {
  content: "\f13f";
}

.hero-carousel .carousel-control-next-icon::before {
  content: "\f144";
}

.reviews-icon {
  color: var(--secondary-color);
}

/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.section-about {
  padding-bottom: 170px;
  background: url(../images/bg-header-01.jpg) no-repeat center;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgb(0 0 0 / 50%);
}
.section-about .about-text {
  position: relative;
  background: var(--primary-color);
  padding: 10%;
}
.section-about .title h2 {
  font-size: 3rem;
}
.section-about .title p {
  color: var(--black-color);
  border-bottom: solid 2px var(--black-color);
}
.section-about .title h2,
.section-about .text-about {
  color: var(--black-color);
}
.section-about .about-img {
  position: absolute;
  width: 32%;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  border: solid 5px #fff;
}
.section-about .img-1 {
  left: -250px;
  top: 50px;
}
.section-about .img-2 {
  right: -50px;
  top: -50px;
}
.section-about .img-3 {
  right: 50px;
  bottom: -100px;
}

/*---------------------------------------
  MENU               
-----------------------------------------*/
.news {
  background: #04050c;
}

.menu {
  position: relative;
  background: #04050c;
}
.menu-home {
  background: #04050c;
}
.menu-home .container {
  position: relative;
}
/*
.menu-home:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg-menu.jpg) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}
*/
.menu-home .title h2 {
  color: var(--white-color);
}
.menu .box-service img {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.menu-thumb {
  position: relative;
  overflow: hidden;
  padding: 5px;
  background: var(--primary-color);
}

.menu-info {
  padding: 20px 20px 30px 20px;
}

.menu-image {
  display: block;
}

.menu-image-wrap {
  position: relative;
}

.menu-tag {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.newsletter-image {
  border-radius: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  max-width: 450px;
  max-height: 450px;
}
.menu-image-wrap a {
  cursor: pointer;
  position: relative;
}
.menu-image-wrap a:before {
  content: "\f002";
  font-family: Fontawesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  transition: all .4s ease;
  background: rgb(0 0 0 / 27%);
  width: 100%;
  height: 100%;
  padding: 60% 0;
  text-align: center;

}
.menu-image-wrap a:hover:before {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------
  NEWS               
-----------------------------------------*/
.news-thumb {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  transition: all .4s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.news-thumb > a {
  display: block;
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-out;
}

.news-thumb > a:hover {
  transform: scale(1.02);
}
.news-thumb h5 a:hover {
  color: var(--black-color);
}

.news-text-info {
  width: 50%;
  min-height: 100%;
  background: var(--primary-color);
  position: relative;
  z-index: 2;
  padding: 20px;
  transition: all 0.3s ease-out;
}
.news-text-info p {
  text-align: justify;
}

.related-news .news-text-info {
  background: var(--white-color);
}

.news-text-info-large {
  background: linear-gradient(to top, var(--dark-color), transparent 90%);
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}

.news-text-info-large .news-title-link {
  color: var(--white-color);
}

.news-title-link {
  color: var(--news-title-color);
}

.news-image {
  display: block;
  width: 100%;
  transition: all 0.3s ease-out;
}

.category-tag,
.menu-tag {
  background: var(--dark-color);
  border-radius: var(--border-radius-default);
  color: var(--white-color);
  font-size: var(--category-font-size);
  display: inline-block;
  padding: 4px 12px;
}

.category-tag {
  margin-bottom: 5px;
}

.comment-form {
  margin-bottom: 60px;
}

.pl-3 {
	padding-left: 3rem !important;
}

.news-author {
  border-bottom: 1px solid rgba(0,0,0,0.05);
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.news-author:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.news-author-image {
  border-radius: 100px;
  object-fit: cover;
  width: 70px;
  height: 70px;
}


/*---------------------------------------
  CUSTOM FORM            
-----------------------------------------*/
.custom-form .form-control {
  margin-bottom: 20px;
  padding: 14px 10px;
  transition: all 0.3s;
}

.custom-form button[type="submit"] {
  background: var(--dark-color);
  border: 0;
  color: var(--white-color);
  text-transform: uppercase;
}

.custom-form button[type="submit"]:hover {
  background: var(--primary-color);
}


/*---------------------------------------
  SUBSCRIBE FORM            
-----------------------------------------*/
.subscribe-form .form-control {
  margin-top: 20px;
  margin-bottom: 10px;
}


/*---------------------------------------
  BOOKING FORM            
-----------------------------------------*/
#BookingModal .modal-content {
  border: 0;
  overflow: hidden;
}



#BookingModal .modal-header {
  border-bottom: 0;
  position: relative;
  padding: 26px 32px 0 32px;
}

#BookingModal .modal-body {
  padding: 38px 32px;
  padding-right: 35%;
}

#BookingModal .modal-footer {
  border-top: 0;
  padding: 0;
}

.booking-form .form-control {
  font-weight: var(--font-weight-normal);
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 25px;
  transition: all 0.3s;
}

.booking-form button[type="submit"] {
  background: var(--dark-color);
  border: 0;
  font-weight: var(--font-weight-semibold);
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 0;
}

.booking-form button[type="submit"]:hover {
  background: var(--primary-color);
}

.contact {
  background: #04050c;
}
.contact h5 {
  color: var(--white-color);
}
.contact a {
  color: var(--white-color);
  font-size: 16px;
  width: calc(100% - 70px);
}
.contact a:hover {
  color: var(--primary-color);
}
.contact i {
  color: var(--black-color);
  font-size: 22px !important;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  background: var(--primary-color);
}

/*---------------------------------------
  FOOTER              
-----------------------------------------*/


/* .site-footer::before {
  content: "";
  background: linear-gradient(to top, var(--dark-color), transparent 200%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
} */

footer {
  position: relative;
}
footer h5 {
  text-transform: uppercase;
  color: var(--primary-color);
}

span {
	color: #AAA;
}

.column-left{
	width: 100px;
  padding-right: 0;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.list-style-none {
    list-style: none !important;
}

.site-footer .container {
  position: relative;
}

.tooplate-mt30 {
	margin-top: 30px;
}
.tooplate-mt60 {
	margin-top: 60px;
}

.tel-link {
  color: var(--p-color);
}

.site-footer .navbar-brand {
  display: block;
}
.site-footer a:hover {
  color: var(--primary-color);
}
.site-footer a {
  	color: var(--white-color);
}
.site-footer a i {
  margin-right: 5px;
}
.site-footer a.btn:hover {
  color: #dc3545;
  background: #fff;
}

.site-footer a.btn {
  	color: #fff;
  	background: #dc3545;
}
.site-footer p {
	color: var(--white-color);
}

.site-footer span {
  font-weight: 500;
  color: var(--white-color);
}

.copyright-text {
  text-align: center;
  border-top: solid 1px #ddd;
}
.copyright-text a {
  color: var(--primary-color);
  font-weight: 600;
}
.copyright-text a:hover {
  color: var(--secondary-color);
}
/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
}

.social-icon-link {
  color: var(--p-color);
  font-size: var(--p-font-size);
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 15px;
}

.social-icon-link:hover {
  color: var(--black-color);
}

.title p {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 18px;
  border-bottom: solid 2px var(--primary-color);
  margin-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}

.title h2 {
  font-size: 40px;
  font-family: 'Garamond Premiere Pro';
  font-weight: 500;
  color: var(--white-color);
  padding-top: 5px;
  line-height: 60px;
  text-transform: uppercase;
}

.text-about {
  text-align: justify;
  line-height: 26px;
  margin-bottom: 20px;
}

/*---------------------------------------
  RESPONSIVE STYLES               
----------------------------------------*/

@media screen and (min-width: 768px){
	 .border-right-img {
	    border-right: 1px solid rgba(0,0,0,0.1);
	}
	.border-right {
	    border-right: 1px solid rgba(0,0,0,0.1) !important;
	}
}
@media screen and (max-width: 1180px) {
  h1 {
    font-size: 62px;
  }
}

@media screen and (max-width: 1170px) {
  h1 {
    font-size: 56px;
  }
}


@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .site-header {
    padding-top: 10rem;
    padding-bottom: 3rem;
  }
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #navbar {
    height: auto;
  }
  .navbar .navbar-brand {
    width: 35%;
    margin: 0 auto;
  }
  .navbar .navbar-nav {
    padding-top: 20px;
  }
  .navbar-nav .nav-link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #BookingModal .modal-content {
    padding-bottom: 200px;
  }

  #BookingModal .modal-body {
    padding-top: 18px;
    padding-right: 32px;
  }

  .section-about .about-text {
    padding: 5%;
  }

  .section-about .about-img {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 15px 0;
  }
  .news-thumb > a,
  .news-text-info {
    width: 100%;
  }
  .news-text-info {
    min-height: 200px;
  }

  .site-footer .navbar-brand {
    width: 40%;
    margin-bottom: 20px;
  }

  .item-info {
    margin: 15px 0;
  }

}

@media screen and (max-width: 768px) {

  .navbar .navbar-brand {
    width: 47%;
  }
  .site-header h1 {
    font-size: 40px;
  }
  .carousel-item {
    height: 500px;
  }
  .carousel-caption h1 {
    font-size: 3.5rem;
  }
  .section-about .custom-btn {
    margin-bottom: 20px;
  }
  .carousel-caption {
    padding: 15px;
  }
  .carousel-caption .container {
    padding: 0;
  }
  .full-2nd {
    display: none;
  }
  /*
  .site-footer {
    padding-bottom: 50px;
  }
  */
  .action-book {
    left: 50%;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    transform: translateX(-50%);
  }
  .action-book .booking-now-border {
    width: calc(100% / 2 - 20px) !important;
    height: 40px;
    margin: 0 10px;
    text-align: center;
    font-size: 20px;
  }
  .action-book .booking-now-border span {
    display: none !important;
  }
  
}

@media screen and (max-width: 567px) {

  .navbar .navbar-brand {
    width: 50%;
  }
  .newsletter-image {
    max-width: 310px;
    max-height: 310px;
  }
  .navbar-toggler {
    width: 70px;
    position: absolute;
    top: 20px;
  }
  .site-header h1 {
    font-size: 32px;
  }
  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    width: 50px;
    height: 50px;
  }
  .hero-carousel .carousel-control-prev-icon, .hero-carousel .carousel-control-next-icon {
    line-height: 50px;
  }
  .carousel-caption {
    padding-bottom: 80px;
  }
  .carousel-caption h1 {
    font-size: 3.5rem;
  }
  .BgImage {
    background-image: url(../images/bg-header.jpg),
    linear-gradient(0deg, rgba(71, 71, 69, 1) 70%, rgba(125, 125, 125, 1) 70%, rgba(71, 71, 69, 1) 100%);
  }
  .title h2,
  .BgImage .title h2,
  .section-about .title h2 {
    font-size: 32px;
  }
  .call-mobile a.custom-btn {
    /*
    font-size: 14px;
    padding: 5px 10px !important;
    line-height: 20px;
    */
    display: none;
  }
  .news-text-info {
    min-height: auto;
  }
}

@media (max-width: 480px) {

  .navbar .navbar-brand {
    width: 55%;
  }
  .hero {
    padding-top: 100px;
  }
  .tooplate-mt30 {
    margin-top: 10px;
  }
  .title-big {
    font-size: 24px;
    line-height: 34px;
  }
  .carousel-item {
    height: 400px;
  }
}


@media (max-width: 375px) {
  .navbar-toggler {
    width: 50px;
  }
}