/*
Theme Name: Component Blox Child Theme
Author: Component Blox
Description: Bootstrap Component Blox Child Theme
Version: 1.0
Template: bootstrap-component-blox
*/

body {
	background-color: #fdf4f2;
	font-family: 'Montserrat', sans-serif;
	color: #000;
}
body.modal-open {
	overflow: auto !important;
    padding-right: 0px !important;
}
.display-1 {
	position: relative;
	font-size: 36px;
	color: #c25450;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}
.display-2 {
	position: relative;
	font-size: 30px;
	color: #c25450;
	font-weight: 700;
	text-transform: uppercase;
	line-height: .9;
}
.display-2 small {
	font-size: 20px;
	color: #cf9257;
	font-weight: 400;
	text-transform: none;
}
.display-3 {
	font-size: 24px;
	color: #cf9257;
	font-weight: 400;
	text-transform: uppercase;
}
.display-3 small {
	font-size: 12px;
	color: #000;
	font-weight: 700;
}
.display-4 {
	font-size: 20px;
	color: #cf9257;
	font-weight: 600;
	text-transform: uppercase;
}
.display-5 {
	font-size: 20px;
	font-weight: 700;
}
p, li {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}
.lead {
    font-size: 18px;
    font-weight: 500;
	line-height: 1.3;
}
.btn {
	font-size: 12px;
    font-weight: 700;
	text-transform: uppercase;
    line-height: 20px;
    padding: 9px 20px;
	border-radius: 20px;
}
.btn-warning {
    color: #fff;
    background-color: #cf9257;
    border-color: #cf9257;
}
.btn-warning:hover, .btn-warning:focus {
    color: #fff;
    background-color: #c25450;
    border-color: #c25450;
}
.btn-danger {
    color: #fff;
    background-color: #c25450;
    border-color: #c25450;
}
.btn-danger:hover, .btn-danger:focus {
    color: #fff;
    background-color: #ae302c;
    border-color: #ae302c;
}

/* navbar */
.navbar-light {
	background-color: rgba(253,244,242,1);
	border-bottom: 1px solid #f1d4d2;
}
.navbar-nav.ms-auto {
    margin-left: 0!important;
}
.navbar-nav .nav-item {
    padding: 0px 7px;
}
.navbar-nav .nav-link {
    font-size: 18px;
    color: #cf9257;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 0px 7px !important;
	border-bottom: 3px solid transparent;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
    color: #c25450;
	border-bottom: 3px solid #c25450;
}
.navbar-nav .current-menu-item .nav-link {
    color: #c25450;
    border-bottom: 3px solid #c25450;
}
#nav-header .dropdown-menu {
    min-width: 250px;
	padding: 20px;
	border-width: 0px;
	border-radius: 0px;
}
#nav-header .dropdown-menu .nav-link {
	font-weight: 400;
    border-bottom: 1px solid #f1d4d2;
}
#nav-header .dropdown-toggle::after {
    vertical-align: top;
}
.phoneblock {
	padding-left: 35px;
	background: url(image/ico-phone.svg) no-repeat left center;
}
.emailblock {
	padding-left: 35px;
	background: url(image/ico-email.svg) no-repeat left center;
}
.phoneblock a, .emailblock a {
    font-size: 20px;
    color: #c25450;
    font-weight: 700;
    text-decoration: none;
	line-height: 24px;
}
.phoneblock a:hover, .emailblock a:hover {
	text-decoration: underline;
}
.social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    background-color: #cf9257;
	border-radius: 20px;
}
.social a:hover {
	background-color: #c25450;
}
.social a img {
    padding: 10px 10px;
}

/* group */
.group {
	position: relative;
	/* background: url(image/bg-group.png) no-repeat right bottom; */
	overflow: hidden;
}
.group:before {
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    left: -350px;
    top: -40px;
    background: url(image/round-red.svg) no-repeat center center;
    z-index: -1;
    filter: blur(130px);
}
.group:after {
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    right: -250px;
    top: -150px;
    background: url(image/round-red.svg) no-repeat center center;
    filter: blur(150px);
}
.group .description {
	position: relative;
	background: #fceae5 url(image/bg-group-description.png) no-repeat left center;
}
.group .description:before {
	content: "";
    display: block;
    width: 6rem;
    height: 250px;
    position: absolute;
    left: auto;
	right: -1.5rem;
    top: auto;
	bottom: -1.5rem;
	border-bottom: 1px solid #f1d4d2;
	border-right: 1px solid #f1d4d2;
	z-index: -1;
}
.group .photo {
	position: relative;
}
.group .photo:before {
	content: "";
    display: block;
    width: 250px;
    height: 150px;
    position: absolute;
    left: -1.5rem;
    top: -1.5rem;
	bottom: auto;
	border-top: 1px solid #f1d4d2;
	border-left: 1px solid #f1d4d2;
}

/* about */
.about {
}
.about .photo {
	position: relative;
}
.about .photo:before {
    content: "";
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    left: -1.5rem;
    top: -1.5rem;
    border-top: 1px solid #f1d4d2;
    border-left: 1px solid #f1d4d2;
}
.about .photo:after {
    content: "";
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    right: -1.5rem;
    top: -1.5rem;
    border-top: 1px solid #f1d4d2;
    border-right: 1px solid #f1d4d2;
}
.about .description {
	position: relative;
	background: #f8eae2 url(image/bg-about-description.png) no-repeat center center;
}
.about .description:before {
	content: "";
    display: block;
    width: 4.5rem;
    height: calc(100% + 3rem);
    position: absolute;
    left: -1.5rem;
    top: -1.5rem;
	bottom: -1.5rem;
	background-color: #fdf4f2;
	border-top: 1px solid #f1d4d2;
	border-left: 1px solid #f1d4d2;
	z-index: -1;
}
.about .description:after {
	content: "";
    display: block;
    width: 4.5rem;
    height: calc(100% + 3rem);
    position: absolute;
    right: -1.5rem;
    top: -1.5rem;
	bottom: -1.5rem;
	background-color: #fdf4f2;
	border-bottom: 1px solid #f1d4d2;
	border-right: 1px solid #f1d4d2;
	z-index: -1;
}

/* rooms */
.rooms .container {
	background-color: #fdf4f2;
}
.rooms .display-2:before {
	content: "";
    display: block;
    width: 50%;
    height: 1px;
    position: absolute;
    left: 25%;
    top: 32px;
	border-bottom: 1px solid #f1d4d2;
}
.room, .room a {
	position: relative;
}
.room:nth-child(1):before {
	content: "";
    display: block;
    width: calc(15% + 3rem);
    height: calc(50% + 3rem);
    position: absolute;
    left: 0px;
    top: 0px;
	border-top: 1px solid #f1d4d2;
	border-left: 1px solid #f1d4d2;
}
.room:nth-child(1):after {
	content: "";
    display: block;
    width: calc(15% + 3rem);
    height: 6rem;
    position: absolute;
    right: 0px;
    bottom: 0px;
	border-bottom: 1px solid #f1d4d2;
	border-right: 1px solid #f1d4d2;
}
.room:nth-child(2):before {
	content: "";
    display: block;
    width: calc(15% + 3rem);
    height: calc(50% + 3rem);
    position: absolute;
    right: 0px;
    top: 0px;
	border-top: 1px solid #f1d4d2;
	border-right: 1px solid #f1d4d2;
}
.room:nth-child(2):after {
	content: "";
    display: block;
    width: calc(15% + 3rem);
    height: 6rem;
    position: absolute;
    left: 0px;
    bottom: 0px;
	border-bottom: 1px solid #f1d4d2;
}
.room:nth-child(3):before {
	content: "";
    display: block;
    width: calc(15% + 3rem);
    height: calc(50% + 3rem);
    position: absolute;
    left: 0px;
    bottom: 0px;
	border-bottom: 1px solid #f1d4d2;
	border-left: 1px solid #f1d4d2;
}
.room:nth-child(3):after {
	content: "";
    display: block;
    width: calc(15% + 3rem);
    height: 6rem;
    position: absolute;
    right: 0px;
    top: 0px;
	border-right: 1px solid #f1d4d2;
}
.room:nth-child(4):before {
	content: "";
    display: block;
    width: calc(15% + 3rem);
    height: calc(50% + 3rem);
    position: absolute;
    right: 0px;
    bottom: 0px;
	border-bottom: 1px solid #f1d4d2;
	border-right: 1px solid #f1d4d2;
}
.room:nth-child(4):after {
	content: "";
    display: block;
    width: calc(30% + 6rem);
    height: 6rem;
    position: absolute;
    left: calc(-15% - 3rem);
    bottom: 0px;
	border-bottom: 1px solid #f1d4d2;
}
.room .title {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -60px;
}
.room .display-3 {
	line-height: .9;
}
.room .phoneblock {
	position: absolute;
    width: 90%;
    left: 5%;
    top: calc(50% - 105px);
	padding-left: 0px;
	background: url(image/ico-phone-white.svg) no-repeat center top;
}
.room .phoneblock p {
	color: #fff;
	line-height: 1.2;
}
.room .phoneblock a {
	font-size: 30px;
    color: #fff;
}

/* services */
.services {
	background: url(image/bg-services.png) no-repeat left top;
}
.services .display-2:before {
	content: "";
    display: block;
    width: 50%;
    height: 1px;
    position: absolute;
    left: 25%;
    top: 32px;
	border-bottom: 1px solid #f1d4d2;
}
.service {
	position: relative;
	background-color: #fdf4f2;
}
.service .photo .img-fluid {
    width: 100%;
}
.service:nth-child(1):before {
	content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0px;
    bottom: 0px;
	border-bottom: 1px solid #f1d4d2;
	border-left: 1px solid #f1d4d2;
}
.service:nth-child(4):before {
	content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0px;
    bottom: 0px;
	border-bottom: 1px solid #f1d4d2;
	border-right: 1px solid #f1d4d2;
}

/* restaurant */
.restaurant .description {
	position: relative;
	background: #f9dcd3 url(image/bg-restaurant-description.png) no-repeat center center;
}
.restaurant .description:before {
	content: "";
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    left: -1.5rem;
    top: -1.5rem;
	border-top: 1px solid #f1d4d2;
	border-left: 1px solid #f1d4d2;
	z-index: -1;
}
.restaurant .photo {
	position: relative;
}
.restaurant .photo .img-fluid {
	width: 100%;
}
.restaurant .photo:before {
	content: "";
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    right: -1.5rem;
    top: -1.5rem;
	border-top: 1px solid #f1d4d2;
	border-right: 1px solid #f1d4d2;
}
.restaurant .photo:after {
	content: "";
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    right: -1.5rem;
    bottom: -1.5rem;
	border-bottom: 1px solid #f1d4d2;
	border-right: 1px solid #f1d4d2;
}

/* form */
.form-control {
    padding: 15px 15px;
    font-size: 18px;
	font-weight: 400;
    line-height: 20px;
    background-color: #fdf4f2;
    border: 1px solid #fdf4f2;
    border-radius: 5px;
}
textarea.form-control {
    height: 150px;
}

/* footer */
.location {
	line-height: 24px;
	padding-left: 35px;
	background: url(image/ico-location.svg) no-repeat left center;
}
#footer-widgets ul {
    padding-left: 0;
    list-style: none;
}
#footer-widgets li a {
    color: #cf9257;
	font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.9;
}

.scrollToTopBtn {
    background-color: #c25450;
	border: 2px solid #c25450;
    cursor: pointer;
    line-height: 34px;
    width: 40px;
    border-radius: 20px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s ease;
}
.showBtn {
  opacity: 1;
  transform: translateY(0);
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.scrollToTopBtn.showBtn:focus, .scrollToTopBtn.showBtn:hover {
    background-color: #ae302c;
    outline: 0 dotted;
    outline: 0 auto -webkit-focus-ring-color;
    opacity: 1;
}

/* Modal */
body {
    &.modal-open {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
    }
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
	padding-right: 0px !important;
}
.modal {
	z-index: 2000000;
}
.modal-backdrop {
	background-color: rgba(194,84,80,.8);
}
.modal-dialog {
	min-width: 60%;
}
.modal-header {
    border-bottom: 0px solid #dee2e6;
}
.modal-content {
	position: relative;
	padding:10px 20px 0px;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0px;
}
.close {
	position: absolute;
	right: 0;
	bottom: -85px;
	margin: 0px !important;
    color: #f0c63d;
	background-color: #06276c !important;
    text-shadow: 0 0px 0 none;
    opacity: 1;
}
.close:hover, .close:focus {
    background-color: #7286ff !important;
	opacity: 1;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1 !important;;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.rooms {
		background: url(image/bg-rooms.png) repeat-x center center;
		background-size: 100% auto;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.group {
		background: url(image/bg-group.png) no-repeat right top;
		background-size: 100% auto;
	}
	.group .description:before {
		right: -3rem;
		bottom: -3rem;
	}
	.group .photo:before {
		left: -3rem;
		top: -3rem;
	}
	.about-carousel {
		width: 200%;
		margin-left: -50%;
	}
	.about .photo:before {
		width: 6rem;
		height: 6rem;
		left: -3rem;
		top: -3rem;
	}
	.about .photo:after {
		width: 6rem;
		height: 6rem;
		right: -3rem;
		top: -3rem;
	}
	.about .description:before {
		width: 6rem;
		height: calc(100% + 6rem);
		left: -3rem;
		top: -3rem;
		bottom: -3rem;
	}
	.about .description:after {
		width: 6rem;
		height: calc(100% + 6rem);
		right: -3rem;
		top: -3rem;
		bottom: -3rem;
	}
	.service:nth-child(1):before {
		left: auto;
		right: 0px;
		top: 0px;
		bottom: auto;
		border-top: 1px solid #f1d4d2;
		border-bottom: 0px solid #f1d4d2;
		border-left: 0px solid #f1d4d2;
		border-right: 1px solid #f1d4d2;
	}
	.service:nth-child(4):before {
		left: 0px;
		right: auto;
		border-bottom: 1px solid #f1d4d2;
		border-left: 1px solid #f1d4d2;
		border-right: 0px solid #f1d4d2;
	}
	.restaurant .description:before {
		width: 6rem;
		height: 6rem;
		left: -3rem;
		top: -3rem;
	}
	.restaurant .photo:before {
		width: 6rem;
		height: 6rem;
		right: -3rem;
		top: -3rem;
	}
	.restaurant .photo:after {
		width: 6rem;
		height: 6rem;
		right: -3rem;
		bottom: -3rem;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.btn {
		padding: 14px 30px;
		border-radius: 25px;
	}
	.group {
		background-size: auto 100%;
	}
	.group .description {
	    min-height: 300px;
	}
	.group .description:before {
		width: 6rem;
		height: 250px;
		left: -3rem;
		right: auto;
		top: -3rem;
		bottom: auto;
		border-top: 1px solid #f1d4d2;
		border-left: 1px solid #f1d4d2;
		border-right: 0px solid #f1d4d2;
		border-bottom: 0px solid #f1d4d2;
	}
	.group .photo:before {
		width: 250px;
		height: 150px;
		left: -3rem;
		top: auto;
		bottom: -3rem;
		border-top: 0px solid #f1d4d2;
		border-bottom: 1px solid #f1d4d2;
		border-left: 1px solid #f1d4d2;
	}
	.about-carousel {
		width: 300%;
		margin-left: -100%;
	}
	.about-carousel .carousel-indicators {
		margin-left: 52.5%;
	}
	.about {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		overflow: hidden;
		z-index: +1;
	}
	.about .photo:before, .about .photo:after {
		display: none;
	}
	.about .description {
	    min-height: 500px;
	}
	.room .title {
		bottom: -75px;
	}
	.restaurant .description {
	    min-height: 450px;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.display-1 {
		font-size: 48px;
	}
	.display-2 {
		font-size: 40px;
	}
	.display-2 small {
    	font-size: 24px;
	}
	.display-3 {
		font-size: 28px;
	}
	.display-4 {
    	font-size: 22px;
	}
	.btn {
		padding: 19px 30px;
		border-radius: 30px;
	}
	.navbar .phoneblock {
		margin-right: 10px;
	}
	.group:before {
		left: -7.5%;
		top: 20px;
	}
	.group:after {
		right: -5%;
		top: -100px;
	}
	.group .description {
	    min-height: 360px;
	}
	.about-carousel {
		width: 300%;
		margin-left: -100%;
	}
	.about-carousel .carousel-indicators {
		margin-left: 52.5%;
	}
	.rooms {
		background-size: auto;
	}
	.service:nth-child(1):before, .service:nth-child(4):before {
		display: none;
	}
	.service:nth-child(2):before {
		content: "";
		display: block;
		width: 100px;
		height: 100px;
		position: absolute;
		right: 0px;
		top: 0px;
		border-top: 1px solid #f1d4d2;
		border-bottom: 0px solid #f1d4d2;
		border-left: 0px solid #f1d4d2;
		border-right: 1px solid #f1d4d2;
	}
	.service:nth-child(3):before {
		content: "";
		display: block;
		width: 100px;
		height: 100px;
		position: absolute;
		left: 0px;
		bottom: 0px;
		border-bottom: 1px solid #f1d4d2;
		border-left: 1px solid #f1d4d2;
		border-right: 0px solid #f1d4d2;
	}
	.restaurant .description {
	    min-height: 500px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	.navbar-nav .nav-item {
		padding: 0px 10px;
	}
	.navbar-nav .nav-link {
    	font-size: 18px;
	}
	.social a {
		width: 50px;
		height: 50px;
		border-radius: 25px;
	}
	.social a img {
		padding: 15px 15px;
	}
	.group:before {
		left: 10%;
		top: 150px;
	}
	.group:after {
		right: 5%;
		top: -50px;
	}
	.group .description {
	    min-height: 460px;
	}
	.about-carousel {
		width: 140%;
		margin-left: -20%;
	}
	.about-carousel .carousel-indicators {
		margin-left: 17.5%;
	}
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.navbar-brand img {
		height: 40px;
	}
	.navbar-toggler {
		position: absolute;
		top: 3px;
		right: 10px;
		padding: 9px;
		line-height: 20px;
		color: #23b2e7;
		background-color: transparent;
		border: 0px;
		border-radius: 0px;
	}
	.navbar-toggler .navbar-toggler-icon {
		width: 30px;
		height: 30px;
		background: url(image/ico-menu.svg)no-repeat center center;
	}
	.navbar-toggler:focus .navbar-toggler-icon {
		background: url(image/ico-close.svg) no-repeat center center;
	}
	.navbar .social {
		position: absolute;
		top: 7px;
		right: 60px;
	}
	.navbar .phoneblock {
		position: absolute;
		top: 3px;
		right: 210px;
		line-height: 20px;
	}
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.services .photo {
		padding: 0px;
	}
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.navbar-toggler {
		right: 0px;
	}
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.navbar .phoneblock {
		top: 5px;
		right: 50px;
		line-height: 20px;
	}
	.navbar .phoneblock a {
    	font-size: 17px;
	}
	.navbar .social {
		position: relative;
		top: auto;
		right: auto;
	}
	#footer-widgets ul {
		padding-left: auto;
		text-align: center;
	}
}


@media (max-width: 991px) {
    .about-carousel .carousel-inner .carousel-item > div {
        display: none;
    }
    .about-carousel .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.about-carousel .carousel-inner .carousel-item.active,
.about-carousel .carousel-inner .carousel-item-next,
.about-carousel .carousel-inner .carousel-item-prev {
    display: flex;
}
.about-block {
		position: relative;
		min-height: 600px;
		overflow: hidden;
	}

/* medium and up screens */
@media (min-width: 992px) {
	.about-carousel {
		position: relative;
	}
	.about-carousel .carousel-control-prev {
		left: 5%;
		margin-left: -25px;
	}
	.about-carousel .carousel-control-next {
		right: 5%;
		margin-right: -25px;
	}
    .about-carousel .carousel-inner .carousel-item-end.active,
    .about-carousel .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .about-carousel .carousel-inner .carousel-item-start.active, 
    .about-carousel .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
	.about-carousel .carousel-indicators {
    	bottom: -50px;
		justify-content: start;
	}
	.carousel-indicators [data-bs-target] {
		background-color: #cf9257;
		opacity:1;
	}
	.carousel-indicators .active {
		background-color: #c25450;
	}
}

.about-carousel .carousel-inner .carousel-item-end,
.about-carousel .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}
.carousel-indicators [data-bs-target] {
		width: 15px;
	    height: 6px;
		border: 0px;
		border-radius: 3px;
		webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		-ms-transition: all .5s;
		transition: all .5s;
	}
	.carousel-indicators .active {
		width: 30px;
	}