/* @font-face {
	font-family: 'Silverline';
	src: url('/wp-content/themes/msm/assets/font/Silverline-Script.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
<div class="form-row row-calc">17 - 9 = <input type="text" id="captcha-answer" placeholder="Відповідь"></div>
@font-face {
	font-family: 'Silverline';
	src: url('/wp-content/themes/msm/assets/font/SilverlineSans-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}



@font-face {
	font-family: 'Silverline';
	src: url('/wp-content/themes/msm/assets/font/SilverlineSans-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Silverline';
	src: url('/wp-content/themes/msm/assets/font/SilverlineSans-Black.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}


@font-face {
	font-family: 'Modoki';
	src: url('/wp-content/themes/msm/assets/font/modoki/OptimaModokiThai.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
} */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
}

* {
	scrollbar-color: #989898 #ffffff;
	scrollbar-width: thin;
}

html{
	scroll-behavior: smooth;
	scroll-behavior: auto;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Arimo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #f1f0ec;
	background: #efe8dc;
	background: #f8f9ff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
}

a:hover{
	opacity: .8;
}
a:hover,
a:focus,
a:active {
	/* color: #191970; */
	outline: 0;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	/* width: 100%; */
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-weight: 300;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 auto;
	overflow-x: hidden;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.swiper {
	width: 100%;
	height: 100%;
  }
  
  .swiper-slide {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	height: 500px;
	border-radius: 8px;
  }



  .container{
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
  }

  .container-2{
	max-width: 1920px;
	padding: 0 30px;
	margin: 0 auto;
  }
  /* .swiper.loop-rooms-swiper{
	overflow: visible;
  } */

 .section-title{
	text-align: center;
	font-weight: 200;
	font-family: 'Arimo';
	font-size: 50px;
    color: #5B7242;
    font-weight: 700;
	line-height: 1.2;
	margin: 30px 0;
  }
.section-subtitle{
	font-size: 20px;
	width: 768px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	font-weight: 200;
	/* color:#555555; */
  }

  .loop-rooms-swiper{
	margin: 50px 0;
  }

  .loop-rooms-content-wrapper{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
  }

  .loop-rooms-title h3{
	margin: 0;
	text-align: left;
  }

  .loop-rooms-title h3 a{
	text-decoration: none;
	color: inherit;
	font-weight: 400;
	font-size: 24px;
  }

  .loop-rooms-price{
	flex-direction: column;
		display: flex;
		justify-content: space-between;
  }

  .mphb-price{
	font-size: 24px;
	margin-top: 7px;
  }

  .m-100{
	/* margin: 100px 0; */
	padding: 50px 0;
  }
  .m-50{
	margin: 100px 0;
  }
  .thumbnai-wrap{
	margin: 50px auto;
  }
  .full-wrap{
	display: flex;
		gap: 30px;
  }

  .img-col{
	flex: 1;
  }
  .content-col{
	flex: 1;
	display: flex;
	/* align-items: center; */
  }
  .content-col h2{
	margin: 0;
	font-weight: 600;
	font-family: 'Arimo';
	font-size: 32px;
	color: #5B7242;
  }
  .content-col h3{
	font-weight: 600;
	font-size: 24px;
	color: #5B7242;
	margin: 20px 0 15px;
  }
.content-col-wrap h1{
	margin-top: 0;
}
.thumbnai-wrap img{
	width: 100%;
	display: block;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}
   .content-col-wrap{
padding-right: 50px;
  } 

  .img-col img{
	/* height: 80vh; */
	/* object-fit: cover; */
	/* width: 100%; */
  }

  .loop-rooms-attr-wrapper{
	margin-top: 10px;
  }

	.header-section{
		position: relative;
		background-image: url('/wp-content/uploads/2025/01/main-banner.png');
		height: 100vh;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		 background-attachment: scroll; 
	}

  .header-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
	background-image: linear-gradient(180deg, #0000001F 0%, #000000 100%);
	background-image: linear-gradient(180deg, #000000 0%, #000000 100%);
	opacity: 0.4;
	z-index: 0;
  }

  .header-wrap{
	display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 40px;
		border-bottom: 1px solid #ffffff7d;
		padding-bottom: 10px;
		padding-top: 20px;
		position: relative;

  }
  .header-black .header-wrap{
	border-bottom: 1px solid #41414169;
}
  header{
	color: #fff;
	position: relative;
  }

  .site-branding img{
	width: 250px;
	/* filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(65deg) brightness(108%) contrast(103%); */
  }

  .hero-section{
	position: relative;
  }

  .hero-title{
	text-align: center;
	color: #fff;
	font-weight: 200;
	
	font-family: 'Arimo';
	
	font-size: 50px;
	line-height: 1.2;
	/* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
  }
  .hero-text{
	color: #fff;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }
  .hero-wrap{
	height: 400px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		gap: 70px;
		padding: 150px 0;
		padding: 20vh 0;
  }

  .pt-50{
	padding: 50px 0;
  }

  .cta-book-title{
	text-align: center;
	font-weight: 200;
	font-family: 'Arimo';
	font-size: 75px;
	line-height: 1.2;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 800;
	font-size: 32px;
  }
  .cta-book{
	text-align: center;
  }

  .bg-1{
	background-color: #414141;
  }
.section-cta.bg-1{
color: #fff;
background-image: url(/wp-content/uploads/2025/01/CTA.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.section-cta.bg-1 input,
.section-cta.bg-1 textarea,
.section-cta.bg-1 input::placeholder,
.section-cta.bg-1 textarea::placeholder,
.section-cta.bg-1 .cta-mail{
	color: #fff;
	}
  .loop-services-swiper .loop-services-card img {
	aspect-ratio: 1 / 1;
	height: auto;
}

.m-50{
	margin: 50px 0;
}

.loop-services-title{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	border: 1px solid;
	padding: 10px 20px;
	z-index: 2;
	text-align: center;
	aspect-ratio: 1 / 1;
	align-content: center;
	line-height: 1.1;
	display: flex;
		align-items: center;

		border: 0;
		background-repeat: no-repeat;
		aspect-ratio: 16 / 10;
		padding: 10px 5px;
}
.loop-services-title::before {
	content: url(/wp-content/uploads/2025/01/cloud.svg);
	position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.loop-services-image::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
	background-image: linear-gradient(180deg, #0000001F 0%, #000000 100%);
	background-image: linear-gradient(180deg, #000000 0%, #000000 100%);
	opacity: 0.4;
}

.swiper-slide.loop-events-card img {
	aspect-ratio: 16 / 9;
	height: auto;
}

.loop-events-title{
	font-size: 20px;
	padding: 10px;
	font-weight: 500;
	text-align: center;
}

/* .loop-offers-image::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
	background-image: linear-gradient(180deg, #0000001F 0%, #000000 100%);
	background-image: linear-gradient(180deg, #000000 0%, #000000 100%);
	opacity: 0.4;
} */

.loop-offers-content{
	padding: 10px 20px 0;
	z-index: 2;
	text-align: center;
	/* width: 100%; */
}

.loop-offers-title{
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 20px;
	color:#5B7242;
}

.loop-offers-text{
	font-weight: 400;
	font-size: 14px;
	margin: 20px 0;
	width: 320px;
	max-width: 100%;
	margin: 20px auto;
	text-align: center;
}

.swiper-slide.loop-offers-card img {
	/* aspect-ratio: 1 / 1; */
	aspect-ratio: 9 / 16;
    height: auto;
}
.loop-offers-card img,
.loop-events-card img,
.loop-rooms-card img,
.loop-services-card img,
.loop-services-image::after,
.gallery-wrap img,
.thumbnai-wrap img{
	border-radius: 8px;
}
.swiper.swiper-horizontal{
padding-left: 10%;
}


.footer-title{
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 600;
}


.big-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.8); */
	background: rgb(219 204 187);
	z-index: 1000;
	overflow-y: auto;
	opacity: 0;
	transform: scale(0.5);
	transform-origin: center;
	transition: opacity 1s ease, transform 1s ease;
}

.big-menu.show {
	display: block;
	opacity: 1;
	transform: scale(1);
}

.big-menu-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: pointer;
}

.burger-menu, .burger-close {
	cursor: pointer;
}
.section-cta .cta-btn a{
	color: #fff;
	margin: 20px 0;
}

.big-menu.show{
	background: repeating-linear-gradient(135deg, #c0c0c0, #f8f9ff, #c0c0c0 20%);
	background: repeating-linear-gradient(135deg, #B8C477, #B8C477, #9FB6D8 20%);
	background: repeating-linear-gradient(135deg, #5B7242, #B8C477, #5B7242 20%);
	background-size: 400% 400%;
	animation: diagonalFlow 15s linear infinite;
}

@keyframes diagonalFlow {
	0% { background-position: 0% 0%; }
	50% { background-position: 100% 100%; }
	100% { background-position: 0% 0%; }
}


.big-menu .site-branding img{
filter: none;
}
.burger-menu img{
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(65deg) brightness(108%) contrast(103%);
	max-width: 25px;
	display: block;
}
.burger-close img{
	display: block;
	/* filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(65deg) brightness(108%) contrast(103%); */
	max-width: 25px;
}
.site-navigation-col{
	display: flex;
	align-items: center;
	gap: 25px;
}
.big-menu .site-navigation-col{
	min-width: 135px;
}
.btn{
	text-decoration: none;
	color: #5B7242;
	border: 1px solid;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 6px;
  }
  .big-menu .btn{
	color:#000000;
  }
  .btn-2{
	text-decoration: none;
	color: inherit;
	border: 1px solid #a1978f;
	padding: 10px 30px;
	display: inline-block;
	background-color: #a1978f;
	color: #fff;
	font-size: 12px;
  }

	.big-menu .header-wrap a{
		color: #fff;
		text-transform: uppercase;
	}

	.header-col-3{
		display: flex;
			align-items: center;
			gap: 25px;
	}

.big-menu .header-wrap{
	border-bottom: 1px solid #fff;
}


/* Footer Wrapper */
.footer-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px; /* Adds spacing between columns */
}

/* Footer Columns */
.footer-wrapper > div {
	flex: 1; /* Equal size columns by default */
	min-width: 200px; /* Prevent columns from being too narrow */
	max-width: 23%; /* Set a max width for better alignment */
}

/* Responsive Design for Mobile Devices */
@media screen and (max-width: 768px) {
	.footer-wrapper {
		flex-direction: row; /* Stack columns vertically */
		/*align-items: center;  Center align the columns */
	}
	.footer-wrapper > div {
		max-width: 100%; /* Full width for stacked columns */
	}
}

.footer-col-1 img{
	max-width: 200px;
}

footer ul,
footer ol{
margin: 0;
padding: 0;
list-style: none;
font-weight: 300;
}

.footer-col-4{
	font-weight: 300;
}

footer{
	background: #E7DDD3;
	background: #ffffff;
	padding: 50px 0;
	background: #5B7242;
	color: #fff;
	background-image: url(/wp-content/uploads/2025/01/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.rate-section img{
	max-width: 50px;
}

.adress{
	margin-bottom: 15px;
}

.adresstitle{
	font-weight: 700;
}

.rate-section{
	padding-top: 15px;
}

.footer-cop p{
	margin: 0 auto 0;
	font-size: 14px;
	text-align: center;
	font-weight: 200;
}
.footer-cop{
	border-top: 1px solid #fff;
	margin-top: 50px;
	padding-top: 50px;
}
.big-menu header{
	margin-bottom: 50px;
}

.big-menu-footer{
margin-top: 50px;
border-top: 1px solid #fff;
padding: 50px 0;
}
.big-menu-footer .adress{
color:#fff;
}
.big-menu .main-navigation-big a{
	font-size: 50px;
	/* font-weight: 700; */
	font-family: 'Arimo';
	color: #fff;
	font-weight: 700;
}

.big-menu-footer{
	font-weight: 300;
}

 .big-menu .main-navigation ul{
	/* flex-direction: column; */
	font-family: 'Arimo';
	font-weight: 300;
} 

.bigmenu-menu{
	display: flex;
		gap: 50px;
		justify-content: space-between;
}
.bigmenu-menu nav{
	flex: 1;
}

#primary-menu-2,
#primary-menu-3,
#primary-menu-4,
#primary-menu-5,
#primary-menu-6,
#primary-menu-7{
	gap: 15px;
}
#primary-menu-7{
	display: none;
}
footer nav ul{
	display: flex;
	flex-direction: column;
}

#primary-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; /* Ensure columns have space between */
	list-style: none; /* Remove bullet points */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margin */
}

#primary-menu li {
	flex: 0 0 calc(50% - 10px); /* 50% width for two columns, with spacing */
	margin-bottom: 10px; /* Add spacing between rows */
	box-sizing: border-box; /* Include padding in width calculation */
}

.rooms-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px; /* Space between cards */
	margin: 0 auto;
  }
  
  .rooms-wrap .loop-rooms-card {
	flex: 1 1 calc(50% - 30px); /* Two columns with a gap */
	flex: 1 1 calc(33.33% - 20px); /* Two columns with a gap */
	overflow: hidden; /* Prevent overflow of content */
  }
  .rooms-wrap  .loop-rooms-image img{
height: auto;
  }
  @media (max-width: 768px) {
	.rooms-wrap .loop-rooms-card {
	  flex: 1 1 100%; /* Single column on smaller screens */
	}
  }

  .loop-rooms-image img{
	height: 250px;
	width: 100%;
	object-fit: cover;
  }

  .section-breadcrumb{
	padding: 15px 0;
	font-size: 14px;
	font-weight: 300;
  }

  .section-page-title h1{
	font-weight: 700;
	color: #5B7242;
	font-family: 'Arimo';
	font-size: 50px;
	margin: 0;
	line-height: 1;
  }
.section-page-title{
	padding: 15px 0;
}
  .breadcrumb-active{
	opacity: .6;
  }

  .delimiter{
	opacity: .5;
  }

  .header-section.header-black{
background: transparent;
border-bottom: 0;
height: auto;
  }

  .header-section.header-black .header-overlay{
	display: none;
  }

  .header-section.header-black header{
	color: #404040;
  }

  .header-section.header-black .site-branding img {
	filter: none;
}
.header-section.header-black .burger-menu img{   
	 filter: none;
}
 .header-section.header-black .burger-menu img:hover{
 opacity: .7;
} 

.section-subtitle-2{
	font-size: 20px;
	width: 700px;
	max-width: 100%;
	font-weight: 200;
}

.services-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px; /* Space between cards */
	margin: 0 auto;
  }
  
  .services-wrap .loop-services-card {
	flex: 1 1 calc(50% - 30px); /* Two columns with a gap */
	flex: 1 1 calc(33.33% - 20px); /* Two columns with a gap */
	overflow: hidden; /* Prevent overflow of content */
	position: relative;
	max-width: 370px;

  }
  .services-wrap .loop-services-image img{
	display: block;
  }
  .section-loop-services .loop-services-card{
	overflow: hidden;
  }
  @media (max-width: 768px) {
	.services-wrap .loop-services-card {
	  flex: 1 1 100%; /* Single column on smaller screens */
	}
  }

  @media (min-width: 768px) {
	.services-wrap .loop-services-image img{
		height: 400px;
		width: 100%;
		object-fit: cover;
	  }
  }

  .events-wrap .loop-events-image img{
width: 100%;
height: 200px;
object-fit: cover;
display: block;
  }

  .events-wrap{
	display: flex;
		flex-wrap: wrap;
		gap: 30px;
		margin: 0 auto;
  }
  .events-wrap .loop-events-card {
	flex: 1 1 calc(50% - 30px);
	flex: 0 0 calc(33.333% - 20px);
}



@media (max-width: 768px) {
	.events-wrap .loop-events-card {
	  flex: 1 1 100%; /* Single column on smaller screens */
	  max-width: 100%;
	}
  }

  .offers-wrap .loop-offers-image img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	display: block;
	  }
	
	  .offers-wrap{
		display: flex;
			flex-wrap: wrap;
			gap: 30px;
			margin: 0 auto;
	  }
	  .offers-wrap .loop-offers-card {
		flex: 1 1 calc(50% - 30px);
		max-width: 49%;
		flex: 1 1 calc(24% - 20px);
		max-width: 23%;
		position: relative;
	}


	.offers-wrap .loop-offers-card img{
		height: 404px;
		object-fit: cover;
		display: block;
	}
	@media (max-width: 768px) {
		.offers-wrap .loop-offers-card {
		  flex: 1 1 100%; /* Single column on smaller screens */
		  max-width: 100%;
		}
	  }


	  .timeline {
		position: relative;
		margin: 0;
		padding: 0;
		list-style: none;
	  }
	  
	  .timeline::before {
		content: '';
		position: absolute;
		top: 0;
		left: 20px;
		width: 2px;
		height: 100%;
		background: #ccc;
	  }
	  
	  .timeline-item {
		position: relative;
		margin: 20px 0;
		padding-left: 50px;
	  }
	  
	  .timeline-item::before {
		content: '';
		position: absolute;
		top: 10px;
		left: 10px;
		width: 20px;
		height: 20px;
		background: #A1978F;
		border-radius: 50%;
		border: 2px solid #fff;
	  }
	  
	  .timeline-item h3 {
		margin: 0 0 5px;
		font-size: 18px;
		color: #A1978F;
	  }
	  
	  .timeline-item p {
		margin: 0;
	  }
	  /* <ul class="timeline">
	  <li class="timeline-item">
		<h3>01 gennaio 2024</h3>
		<p>Descrizione dell'evento accaduto in questa data.</p>
	  </li>
	  <li class="timeline-item">
		<h3>15 febbraio 2024</h3>
		<p>Descrizione di un altro evento accaduto in questa data.</p>
	  </li>
	  <li class="timeline-item">
		<h3>30 marzo 2024</h3>
	 <p>Descrizione del prossimo evento importante.</p>
	  </li>
	  <li class="timeline-item">
		<h3>20 aprile 2024</h3>
	 <p>Ultimo evento in questa sequenza temporale.</p>
	  </li>
	</ul> */

	.gallery-wrap {
		display: flex;
		margin: 50px 0;
		gap: 10px;
		flex-wrap: wrap;
	}

	.gallery-wrap a {
		flex-basis: calc(25% - 8px);
	}

	.gallery-wrap a img {
		display: block;
		object-fit: cover;
		height: 160px;
		width: 100%;
		transition: 1s;
		object-position: top;
	}
.section-review .gallery-wrap a img {
	object-position: top left;
}
	.featherlight .featherlight-content{
		background: transparent!important;
	}
.section-page-title .section-subtitle-2{
	margin-top: 30px;
}
	.booking-form {
		/* align-items: center; */
			gap: 15px;
			margin: 0 auto;
			background: #e7ddd3;
			padding: 30px;
			justify-content: center;
			display: inline-flex;
	  }
  
	  .booking-form .field-group {
		display: flex;
		flex-direction: column;
	  }
  
	  .booking-form label {
		font-size: 14px;
		color: #555;
		margin-bottom: 5px;
	  }

	  .booking-form input[type="date"],
	  .booking-form select {
		padding: 0.5rem;
		border-radius: 4px;
		font-size: 0.9rem;
		min-width: 100px;
	  }
  
	  .prenota-btn {
		background-color: #b27048;
		color: #fff;
		border: none;
		padding: 0.6rem 1.2rem;
		border-radius: 4px;
		font-size: 0.9rem;
		font-weight: 600;
		cursor: pointer;
	  }
  
	  .prenota-btn:hover {
		background-color: #a15e3a;
	  }
  
	  .modify-link {
		font-size: 0.85rem;
		color: #555;
		text-decoration: none;
	  }
  
	  .modify-link:hover {
		text-decoration: underline;
	  }
.cta-book-title{
	margin-bottom: 50px;
}
.field-group input{
	background-color: #efe8dc;
	border: 1px solid #a1978f;
	outline: 0;
}
.field-group select{
	background-color: #efe8dc;
	border: 1px solid #a1978f;
	outline: 0;
}
.phone{
	position: relative;
	font-size: 18px;
}
.phone::before{
	content: '';
	background-image: url(/wp-content/themes/msm/assets/images/phone.svg);
	width: 11px;
	height: 11px;
	display: inline-block;
	margin-right: 3px;
}
.mail{
	position: relative;
}
.mail::before{
	content: '';
	background-image: url(/wp-content/themes/msm/assets/images/email.svg);
	width: 11px;
	height: 11px;
	display: inline-block;
	margin-right: 3px;
}
.adress{
	position: relative;
}
.adress::before{
	content: '';
	background-image: url(/wp-content/themes/msm/assets/images/adress.svg);
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-right: 3px;
	filter: invert(77%) sepia(93%) saturate(0%) hue-rotate(78deg) brightness(110%) contrast(1207%);
}
.adress-section .adress::before{
	filter: none;
}
.content-col-wrap ul{
	margin: 20px 0 15px 0;
	padding-left: 20px;
}
.content-col-wrap ol{
	margin: 20px 0 15px 0;
	padding-left: 30px;
}
.room-wrap{
	display: flex;
	gap: 50px;
}
.room-description{
	flex:1;
}
.room-features{
	flex:1;
}

.room-features-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.room-feature{
	display: flex;
		gap: 10px;
		align-items: center;

		flex: 1 1 calc(50% - 10px);
		max-width: 49%;
		position: relative;
}

.section-room{
	background: #e7ddd3;
	padding: 50px;
}

.room-feature {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 10px;
	text-align: center;
	box-shadow: none;
  }

  /* Эффект при наведении: элемент выглядит более выпуклым */
  .room-feature:hover {
	transform: translateY(-2px);
	box-shadow: 0 3px 8px rgb(223 207 191), 0 2px 3px rgba(0, 0, 0, 0.1);
	cursor: pointer;
  }

  .room-icon-title{
	font-weight: 300;
  }
  .room-description .loop-rooms-content-wrapper{
	border-top: 1px solid;
	padding-top: 20px;
  }
  .room-icon img{
	width: 40px;
	display: block;
	min-width: 40px;
  }
  .room-icon-title{
	text-align: left;
  }
  .loop-rooms-price-from{
	text-align: right;
  }
  .facebook{
	display: block;
	background: url(/wp-content/themes/msm/assets/images/fb.svg);
	width: 20px;
	height: 20px;
	background-size: contain;
	filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(298deg) brightness(110%) contrast(101%);
  }
  .instagram{
	display: block;
	background: url(/wp-content/themes/msm/assets/images/inst.svg);
	width: 20px;
	height: 20px;
	background-size: contain;
	filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(298deg) brightness(110%) contrast(101%);
  }
  .social-links{
	margin-top: 20px;
		display: flex;
		gap: 15px;
  }
  /* .booking-form{
	opacity: .8;
  }
  .booking-form:hover{
	opacity: 1;
  } */
  .contact-wrap{
	display: flex;
		gap: 50px;
  }
  .contact-wrap > div{
	flex: 1;
  }
  .form-row input:not([type="submit"]),
  .form-row textarea{
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid;
	border-radius: 0;
	padding-bottom: 10px;
	font-weight: 200;
	outline: 0;
	max-height: 100px;
  }
  .form-row input:not([type="submit"]):focus,
  .form-row textarea:focus{
	border-bottom: 2px solid #000;
  }
  .form-privacy p{
	margin: 0;
	font-size: 12px;
	text-align: right;
	width: 70%;
	margin-left: auto;
	font-weight: 200;
  }
  .form-submit p{
	margin: 10px 0;
	text-align: right;
  }
  .form-submit input{
	text-decoration: none;
	color: inherit;
	border: 1px solid;
	padding: 10px 30px;
	display: inline-block;
	background: transparent;
	border-radius: 0;
	cursor: pointer;
	border-radius: 6px;
  }
  .form-submit input:hover{
	border: 1px solid #5c7342;
	background-color: #5c7342;
	      background-color: #b9c477;
	color: #fff;
  }
  .wpcf7-spinner{
	display: none;
  }
  .wpcf7-not-valid-tip {
	font-size: 8px;
	padding-top: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border: none;
	color: #6b7661;
}
.wpcf7 form.sent .wpcf7-response-output{
	border: none;
	color: #6b7661;
}
.cta-textss{
	margin-bottom:15px;
}
.press-wrap {
	display: flex;
	flex-wrap: wrap;
	/* margin: -10px; */
}

.press-wrap .loop-press-card {
	flex: 0 0 calc(33.333% - 20px);
}
.press-wrap .loop-events-image img {
	height: 490px;
}
.section-text ul{
	margin-left: 0;
}
.section-text{
	font-weight: 200;
}
.section-text h2,
.section-text h1{
	font-weight: 300;
}
.blog-loop-article .press-wrap .loop-events-image img{
	height: 200px;
}
.form-row p{
	margin-top: 0;
}
.single .section-cta{
margin-bottom: 0;
}

.section-gallery.section-review .section-title{
	color:#fff;
}

.section-gallery.section-review{
	background-image: url(/wp-content/uploads/2025/01/reviews.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.section-gallery{
	background-image: url(/wp-content/uploads/2025/01/gallery.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.loop-services-card img{
	filter: grayscale(100%); 
}
.services-wrap .loop-services-card img{
	height: auto;
}
.loop-services-swiper .loop-services-card img{
	height: 265px;
}
	@media (min-width: 768px) and (max-width: 1500px){
		.section-page-title h1,
		.section-title,
		.cta-book-title,
		.hero-title{
			font-size: 32px;
		}
		.content-col h2{
			font-size: 45px;
		}
		.section-subtitle{
			font-size: 14px;
		}
		.loop-services-title{
			font-size: 14px;
		}
		.loop-events-title{
			font-size: 18px;
			padding: 10px;
		}

		.site-branding img {
			width: 200px;
		}

	}
/* 
	.header-overlay{
		display: none;
	} */

	 .img-col img{
		display: block;
		border-radius: 8px;
	 }

	 .collumn-reverse .full-wrap{
		flex-direction: row-reverse;
	 }

	 .collumn-reverse .content-col-wrap {
/* 		padding-right: 50px;
		padding-left: 20%; */
		padding-right: 0;
	}
.section-loop-services-slider .section-title{
color:#fff;
}
.home header a.btn{
	color:#fff;
}
.cta-contact-wraps a{
	color:#000!important;
}
	@media (max-width: 767px) {
		.press-wrap .loop-press-card {
			flex: 0 0 calc(50% - 20px);
		}
		.press-wrap .loop-events-image img {
			height: 250px;
		}
		.press-wrap .loop-events-title {
			padding: 10px;
			font-size: 16px;
		}
	}
		@media (max-width: 768px){
	

			.swiper .loop-rooms-image img {
				height: 150px;
				width: 100%;
				object-fit: cover;
			}
			.swiper.swiper-horizontal {
				padding-left: 5%;
			}
			.section-subtitle {
				font-size: 14px;
				margin-top: 10px;
			}
			.section-title {
				font-size: 45px;
			}
			.cta-book-title {
				font-size: 45px;
			}
			.hero-title {
				font-size: 45px;
			}
			.big-menu .main-navigation-big a {
				font-size: 25px;
			}
			.btn {
				padding: 10px 20px;
			}
			.header-wrap {
			gap:0;
			padding: 10px 0;
			}
			.site-branding img {
				width: 100px;
			}
			/* .header-col-3{
				display: none;
			} */
			.big-menu .header-col-3{
				display: flex;
			}
			.big-menu  .site-branding{
				display: none;
			}
			.container-2.loop-offers{
				display: contents;
			}
			.loop-rooms-title h3 a {
				font-size: 20px;
			}
			.loop-rooms-attr-wrapper {
				font-size: 14px;
			}
			.mphb-price {
				font-size: 20px;
			}
			.loop-rooms-price-from{
				font-size: 14px;
				line-height: 23px;
			}
			footer nav.main-navigation ul{
				display: flex;
				flex-direction: column;
			}
			.footer-col-1{
				min-width: 100%;
				text-align: center;
			}
			.footer-wrapper{
				row-gap: 40px;
			}
			.loop-offers-title {
				font-size: 16px;
				padding: 0 15px;
			}
			.swiper.swiper-horizontal.loop-offers-swiper {
				padding-left: 5%;
			}
			.full-wrap{
				flex-direction: column;
			}
			.gallery-wrap a {
				flex-basis: calc(50% - 5px);
			}
			.booking-form{
				padding: 20px 10px;
				flex-wrap: wrap;
			}
			.section-room{
				padding: 15px 0;
			}
			.page-id-337 .gallery-wrap a img {
				height: 150px;
			}
			.room-wrap{
				flex-direction: column;
			}
			.room-icon-title {
				text-align: left;
				font-size: 14px;
			}
			#primary-menu-7{
				display: flex;
			}
			/* .header-col-3 a.btn{
				display: none;
			}*/
			.big-menu .header-col-3 a.btn{
				display: inline-block;
			}
			.site-navigation-col{
				width: 76px;
			}
			.contact-wrap{
				flex-direction: column;
			}
			.section-page-title h1{
				font-size: 32px;
			}
			.loop-offers-content{
				width: 100%;
			}
			.footer-wrapper .footer-col-1{
				min-width: 100%;
			}
			.footer-wrapper > div {
				min-width: 47%;
			}
			.hero-wrap{
				gap: 10px;
				padding-top: 50px;
			}
			.section-page-title h1,
			.section-title,
			.cta-book-title,
			.hero-title,
			.content-col h2{
				font-size: 32px;
			}
			.header-section{
				 background-attachment: scroll; 
			}
	.loop-offers-text {
		padding: 0 15px;
		width: auto;
	}

	.collumn-reverse .full-wrap {
		flex-direction: column-reverse;
	}
/* 	.collumn-reverse .content-col-wrap {
		padding: 15px;
	} */
	.collumn-reverse-mobile .full-wrap{
		flex-direction: column-reverse;
	}
	.collumn-reverse.collumn-reverse-mobile .full-wrap{
		flex-direction: column;
	}

		}
	



		/* .gallery-massonry .gallery-wrap {
			display: grid;
			grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
			gap: 10px;
			padding: 10px;
		} */

		.gallery-massonry .gallery-wrap a img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			transition: transform 0.3s ease;
		} 
		.gallery-massonry .gallery-wrap a:hover img {
			transform: scale(1.1);
		}

	

		/* .gallery-massonry .gallery-wrap a:nth-child(2n+1) {
			grid-column: span 2;
		}
		
		.gallery-massonry .gallery-wrap a:nth-child(6n) {
			grid-column: span 3;
			grid-row: span 2;
		} */

	

			
			.gallery-massonry .gallery-wrap a {
				display: block;
				position: relative;
				overflow: hidden;
				border-radius: 5px; 
				box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
			}
			


	 .gallery-massonry .gallery-wrap{
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	 }
	 .gallery-massonry .gallery-wrap a:nth-child(1) { grid-area: 1 / 1 / 3 / 4; }
	 .gallery-massonry .gallery-wrap a:nth-child(2) { grid-area: 1 / 4 / 2 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(3) { grid-area: 2 / 4 / 3 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(4) { grid-area: 3 / 1 / 4 / 3; }
	 .gallery-massonry .gallery-wrap a:nth-child(5) { grid-area: 4 / 1 / 5 / 3; }
	 .gallery-massonry .gallery-wrap a:nth-child(6) { grid-area: 3 / 3 / 5 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(7) { grid-area: 5 / 1 / 7 / 4; }
	 .gallery-massonry .gallery-wrap a:nth-child(8) { grid-area: 5 / 4 / 6 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(9) { grid-area: 6 / 4 / 7 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(10) { grid-area: 7 / 1 / 8 / 3; }
	 .gallery-massonry .gallery-wrap a:nth-child(11) { grid-area: 8 / 1 / 9 / 3; }
	 .gallery-massonry .gallery-wrap a:nth-child(12) { grid-area: 7 / 3 / 9 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(13) { grid-area: 9 / 1 / 11 / 4; }
	 .gallery-massonry .gallery-wrap a:nth-child(14) { grid-area: 9 / 4 / 10 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(15) { grid-area: 10 / 4 / 11 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(16) { grid-area: 11 / 1 / 12 / 3; }
	 .gallery-massonry .gallery-wrap a:nth-child(17) { grid-area: 12 / 1 / 13 / 3; }
	 .gallery-massonry .gallery-wrap a:nth-child(18) { grid-area: 11 / 3 / 13 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(19) { grid-area: 13 / 1 / 15 / 4; }
	 .gallery-massonry .gallery-wrap a:nth-child(20) { grid-area: 13 / 4 / 14 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(21) { grid-area: 14 / 4 / 15 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(22) { grid-area: 15 / 1 / 16 / 3; }
	 .gallery-massonry .gallery-wrap a:nth-child(23) { grid-area: 16 / 1 / 17 / 3; }
	 .gallery-massonry .gallery-wrap a:nth-child(24) { grid-area: 15 / 3 / 17 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(25) { grid-area: 17 / 1 / 19 / 4; }
	 .gallery-massonry .gallery-wrap a:nth-child(26) { grid-area: 17 / 4 / 18 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(27) { grid-area: 18 / 4 / 19 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(28) { grid-area: 19 / 1 / 20 / 3; }
	 .gallery-massonry .gallery-wrap a:nth-child(29) { grid-area: 20 / 1 / 21 / 3; }
	 .gallery-massonry .gallery-wrap a:nth-child(30) { grid-area: 19 / 3 / 21 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(31) { grid-area: 21 / 1 / 23 / 4; }
	 .gallery-massonry .gallery-wrap a:nth-child(32) { grid-area: 21 / 4 / 22 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(33) { grid-area: 22 / 4 / 23 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(34) { grid-area: 23 / 1 / 24 / 3; }
	 .gallery-massonry .gallery-wrap a:nth-child(35) { grid-area: 24 / 1 / 25 / 3; }
	 .gallery-massonry .gallery-wrap a:nth-child(36) { grid-area: 23 / 3 / 25 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(37) { grid-area: 25 / 1 / 27 / 4; }
	 .gallery-massonry .gallery-wrap a:nth-child(38) { grid-area: 25 / 4 / 26 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(39) { grid-area: 26 / 4 / 27 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(40) { grid-area: 27 / 1 / 28 / 3; }
	 .gallery-massonry .gallery-wrap a:nth-child(41) { grid-area: 28 / 1 / 29 / 3; }
	 .gallery-massonry .gallery-wrap a:nth-child(42) { grid-area: 27 / 3 / 29 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(43) { grid-area: 29 / 1 / 31 / 4; }
	 .gallery-massonry .gallery-wrap a:nth-child(44) { grid-area: 29 / 4 / 30 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(45) { grid-area: 30 / 4 / 31 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(46) { grid-area: 31 / 1 / 32 / 3; }
	 .gallery-massonry .gallery-wrap a:nth-child(47) { grid-area: 32 / 1 / 33 / 3; }
	 .gallery-massonry .gallery-wrap a:nth-child(48) { grid-area: 31 / 3 / 33 / 6; }
	 .gallery-massonry .gallery-wrap a:nth-child(49) { grid-area: 33 / 1 / 35 / 4; }
	 .gallery-massonry .gallery-wrap a:nth-child(50) { grid-area: 33 / 4 / 34 / 6; }




	 .gallery-2col .gallery-wrap a {
		flex-basis: calc(50% - 8px);
	}
	.gallery-2col .gallery-wrap a img {
		height: 350px;
		height: 100%;
	}
	
	@media (max-width: 768px) {
		.gallery-2col .gallery-wrap a img {
			height: 150px;
			height: 100%;
		}
	}

#captcha-answer{
	max-width: 120px;
	font-size: 14px;
	padding: 10px;
}

.row-calc p{
	display: flex;
		align-items: center;
		justify-content: end;
		gap: 10px;
}



.pricing-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
  }
  
  .pricing-card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	padding: 40px 20px 20px;
	max-width: 300px;
	width: 100%;
	transition: transform 0.3s, box-shadow 0.3s;
	position: relative;
	margin-top: 20px;
  }
  
  .pricing-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  }
  
  .package-title {
	font-size: 1.5rem;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
  }
  
  .package-details {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	text-align: left;
  }
  
  .package-details li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
  }
  
  .package-details li::before {
	content: "✔";
	position: absolute;
	left: 0;
  }
  
  .package-price {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 25px;
  }
  .package-top{
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	background: #000000;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
  }

  .package-price{
	text-align: center;
  }

  .advantages-section{
	display: flex;
		flex-wrap: wrap;
		gap: 40px;
		margin-top: 50px;
  }
  .features-card {
	flex: 1;
		/* padding: 25px 15px; */
		text-align: center;
		display: flex;
		flex-direction: column;
		gap: 25px;
}

.features-text{
	font-weight: 200;
	font-family: 'Arimo';
	font-size: 25px;
	line-height: 1.2;
}

@media (max-width: 768px){
	.features-text {
		font-size: 20px;
	}
}

.cta-phone{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff;
}

.cta-mail{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.cta-contact{
	margin-bottom: 20px;
}

.cta-book{
	display: flex;
		gap: 100px;
}

.cta-flex-col{
	flex: 1;
}


@media (max-width: 768px){
	.cta-book{
	flex-direction: column;
	gap: 50px;
}

}

.cta-texts{
	font-weight: 600;
}

.cta-texts-2{
	font-weight: 200;
	margin: 30px 0;
	font-size: 14px;
}

.title-left{
	text-align: left;
}

.single .section-cta{
	display: none;
}
.header-video video{
	    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 767px){
	.home .header-section {
    height: 52vh;
}
.loop-services-title::before {
    opacity: .4;
    transform: scale(.7);
}
.loop-services-title{
	font-size: 16px;
}
.hero-title{
	font-size: 25px;
}
.hero-text{
	font-size: 12px;
}
.hero-wrap{
	height: auto;
}
}


.section-page-title{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.more-wrap{
	text-align: center;
    margin: 40px 0;
}

@media (max-width: 768px){
	.header-col-3 .btn{
		font-size: 14px;
		padding: 10px;
	}
	#table-1 .text-wrapper{
		    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
	}
}
.navigation.post-navigation{
	display:none;
}
.section-text h2{
	    font-size: 32px;
}
.section-text h3{
	    font-size: 28px;
}
.section-text h4{
	    font-size: 22px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #000000;
    text-shadow: 1px 0px 6px #ffffff;
}

@media (min-width:1060px) and (max-width: 1500px){
	.loop-services-title::before {
		scale: .7;
	}
}