@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
	--b-color-white: #fff;
	--b-color-black: #000;
	--b-color-main: #544f63;
	--b-transition: .2s;
}

body {
	font-family: 'Ubuntu', sans-serif;
   
	
}

main {
	padding-top: 80px;
}

.content {
	width: 100%;
	max-width: 1090px;
	margin: 0 auto;
}

/* Header */
header {
	position: fixed;
	width: 100vw;
	display: block;
	top: 0 !important;
	background-color: var(--b-color-white);
	box-shadow: 0px 1px 3px rgb(0 0 0 / 60%);
	z-index: 100;
}
.logged-in header {top:32px !important;}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}

.header .logo img {
	max-width: 100%;
	max-height: 80px;
	height: auto;
}

.header .info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

.header nav {
	display: flex;
	gap: 25px;
    margin-right: -200px;
}

.header nav a {
	color: #544f63;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	transition: var(--b-transition);
}

.header nav a:hover {
	color: #508593 !important;
}

.header .time {
	color: #544f63;
	font-size: 14px;
}

.header .social {
	display: flex;
	column-gap: 10px;
}

.header .number, .mobile_menu .number {
	font-size: 14px;
	color: var(--b-color-black);
	font-weight: 600;
	transition: var(--b-transition);
}

.header .number:hover, .mobile_menu .number {
	color: #508593 !important;
}
.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
  }
  .line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .mobile_menu {
    padding: 100px 20px 0px;
  }
  .mobile_menu .nav {
    display: flex;
    flex-direction: column;
    gap:10px;
    text-align: center;
  }
  .mobile_menu .nav a {
    color:var(--b-color-main);
    font-size: 20px;
    font-weight: 500;
  }
@media screen and (max-width:1550px) {
    .header nav {
        margin-right: 0;
    } 
}
@media screen and (max-width:1300px) {
    .header nav {
        display: none;
    } 
}
@media screen and (max-width:1300px) {

    .header {
        height: 60px !important;
        top:0 !important;
    }
    .header .logo img {
        height:50px;
    }
    main {
        padding-top: 50px;
    }

}
@media screen and (max-width:782px) {
		.logged-in header {top:46px !important;}
	.logged-in .nojq.mobile {
position:fixed !important;		
	}
}
@media screen and (min-width:1300px) {
.burger {
    display: none;
}
}
@media screen and (max-width:750px) {
    .header .info {
        display: none;
    }
    .wrapper, .slide {
        height: 500px !important; 
    }

    .slide .info .text h1 { 
        font-size: 30px !important;
        margin-bottom: 15px !important;
    }
    .slide .info .text p {
        font-size: 18px !important;
    }
    .btn_wrapper  {
        padding:15px 20px !important;
    }
}
@media screen and (min-width:750px) { 
.notdesc {
    display: none;
}    


}
@media screen and (max-width:992px) {
    .about .text h2 {
        display: flex;
        justify-content: center;
    }
}

/* Wrapper */
.wrapper {
	position: relative;
	width: 100%;
	height: 800px;
}

.slide .info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;

	color: var(--b-color-white);
	padding: 20px;
}

.slide .info .text {
	text-align: center;
	max-width: 735px;
	z-index: 98;
    padding:0px 20px;
}

.slide .info .text h1 {
	font-size: 46px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
}

.slide .info .text p {
	font-size: 24px;
	font-weight: 300;
}

.slide::after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(84, 79, 99, 0.5);
	z-index: 88;
}

.slide {
	width: 100%;
	height: 800px;
	position: relative;
}

.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.btn_wrapper {
	color: #ffffff;
	border: 2px solid #f2d2ec;
	background-color: #544f63;
	border-radius: 15px;
	text-transform: uppercase;
	padding: 20px 50px;
	transition: var(--b-transition);
	font-weight: 500;
}

.btn_wrapper:hover {
	background-color: #f2d2ec;
}

/* About */
.about {
	padding: 90px 0px;
}

.about h2 {
	font-size: 46px;
	color: var(--b-color-main);
	font-weight: 600;
	text-transform: uppercase;
}

.about p {
	font-size: 23px;
	font-weight: 400;
	text-align: center;
}

.arrow {
	padding: 80px 0px 0px 20%;
}

.arrow img {
	width: 30%;
}
@media screen and (max-width:992px) {
    .events .item img {
        max-width: 60px;
    }
    .events .item h5 {
        font-size: 20px !important;
    }
    .events h2, .about h2, .room h2, .service h2, .spaces h2, .contacts .item h2, .place h2 {
        font-size: 30px !important;
    }
    .about p {
        font-size: 17px;
        font-weight: 300;
    }
    .place__title {
        font-size: 20px !important;
    }
}
/* Events */
.events {
	padding-bottom: 50px;
}

.events h2 {
	text-align: center;
	font-size: 46px;
	color: var(--b-color-main);
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 100px;
}

.events .item {
	text-align: center;
}

.events .item h5 {
	margin-top: 18px;
	margin-bottom: 25px;
	font-size: 28px;
	line-height: 1.35;
	color: var(--b-color-main);
	font-weight: 600;
}

/* Room */
.room {
	background-color: #508593;
	padding: 80px 0px 50px;
}

.room h2 {
	font-size: 46px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
}

.gallery {
	max-height: 780px;
	overflow: hidden;
}

.gallery img {
	max-width: 100%;
}

.gallery .full a {
	display: block;
	width: 100%;
	height: 1150px;
}

.room .full img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}

/* Place */
.place__title {
	max-width: 945px;
	width: 100%;
	text-align: center;
	color: #3e3e3e;
	padding-top: 105px;
	padding-bottom: 60px;
	margin: 0 auto;
	font-size: 24px;
	line-height: 1.55;
	font-weight: 300;
}

.place {
	background-color: #508593;
	padding: 40px 0px;
}

.place h2 {
	color: var(--b-color-white);
	font-weight: 700;
	font-size: 46px;
}

.place p {
	color: var(--b-color-white);
	font-size: 24px;
	font-weight: 300;
}

.place .price {
	color: var(--b-color-white);
	font-weight: 700;
	font-size: 24px;
}
@media screen and (max-width:992px) {
    .place p {
        font-size: 19px;
    }
}
/* Service */
.service {
	padding: 80px 0px;
}

.service h2 {
	color: var(--b-color-main);
	text-align: center;
	font-weight: 600;
	font-size: 46px;
}

.service .item {
	text-align: center;
}

.service .item img {
	width: 100px;
	height: auto;
	max-width: 100%;
	margin-bottom: 25px;
}

.service .item h5 {
	font-size: 22px;
	font-weight: 600;
	color: var(--b-color-main);
}

.service .date {
	padding: 90px 0px 100px;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
}
@media screen and (max-width:992px) {
    .service {
        padding: 80px 0px 0px !important;
    }
}
/* Spaces */
.spaces h2 {
	color: var(--b-color-main);
	font-size: 46px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 70px;
}

.spaces .box {
	display: flex;
	flex-wrap: nowrap;
}

.spaces .box .item {
	width: 100%;
	height: 700px;
	overflow: hidden;
	position: relative;
}

.spaces .box .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.spaces .box .item::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60));
	transition: var(--b-transition);
}

.spaces .box .item:hover::before {
	opacity: .8;
}

.spaces .box .item .info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--b-color-white);
	z-index: 99;
}

.spaces .box .item .info h3 {
	font-size: 36px;
	font-weight: 600;
}

.spaces .box .item .info p {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.55;
	font-weight: 300;
}
@media screen and (max-width:992px) {
    .spaces .box, .contacts {
        
        flex-wrap: wrap !important;
    }
    .p-20 {
        padding: 30px !important;
    }
    .spaces .box .item {
        height: 450px !important;
    }
}
/* Contacts */
.contacts {
	padding-top: 100px;
	display: flex;
	flex-wrap: nowrap;
}

.contacts .item {
	width: 100%;
}

.p-20 {
	padding: 90px;
}

.contacts .item h2 {
	font-size: 46px;
	font-weight: 600;
	color: var(--b-color-main);
}

.contacts .contact {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 40px;
}
.contacts .contact a {
	max-width:max-content;
}
.contacts .contact a,
.contacts p {
	color: #544f63;
	font-size: 24px;
	font-weight: 300;
}


.contacts .social {
	display: flex;
	column-gap: 10px;
}
@media screen and (max-width:992px) {
    .contact a, .contacts p {
        font-size: 19px !important;
    }
    iframe {
        height: 400px !important;
    }
}
/* Footer */
footer {
	background-color: var(--b-color-black);
}

.footer {
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer span {
	font-size: 14px;
	color: var(--b-color-white);
	font-weight: 600;
}

.footer .social {
	width: 180px;
	display: flex;
	justify-content: end;
	column-gap: 10px;
}
@media screen and (max-width:992px) {
    footer .logo {
        max-height: 40px;
    }
}

/* Contact Form */
.contact_form {
	text-align:center;
	margin-bottom:40px;
}
.contact_form h2 {
	font-size:36px;
	font-weight:600;
	color:var(--b-color-main);
	margin-bottom:12px;
}
.contact_form p {
	font-size: 20px;
    line-height: 1.55;
	font-weight:300;
}
.btn_close {
	position:absolute;
	right:0px;
	top:0px;
	margin:60px;	
	color:var(--b-color-white);
	transition:var(--b-transition);
}
.btn_close:hover {
	opacity:.8;
}
