/* -------------------------------------------------------

Project Name: ---
Author: a1simplesolution
Author URI: a1simplesolution.com
Version: 1.0
Created: 2023

---------------------------------------------------------*/
/*--------------------------------------------------------
  1. Config Template  /  ...
--------------------------------------------------------*/
/*	RESET DEFAULT STYLES	*/
html {
  box-sizing: border-box;
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

:focus {
  outline: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr {
  border: none;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

button,
input,
optgroup,
select,
textarea {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio,
video,
canvas,
picture,
iframe,
object {
  display: block;
  max-width: 100%;
}

img {
  display: block;
  border: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/*	To be continued	 */
:root {
  /*	BACKGROUND COLORS	*/
  --bg-main: #262b35;
  --bg-light: #fff6f1;
  --bg-accent: #ECAC8A;
  --bg-accent-1: #ffc1a0;
  /*	COLORS	*/
  --c-main: #262b35;
  --c-dark: #1a1e28;
  --c-light: #525660;
  --c-lighter: #9196a4;
  --c-lightest: #cdd2e1;
  --c-accent: #ECAC8A;
  /*	EVENTS COLORS	*/
  --c-success: #198754;
  --c-info: #0dcaf0;
  --c-warning: #ffc107;
  --c-danger: #dc3545;
}

/*	PRESET BASE STYLES	*/
body {
  position: relative;
  background-color: #fff;
  color: var(--c-light);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1;
}

body.lock {
  overflow-y: hidden;
}

.page {
  overflow-x: hidden;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/*	Containers ( if not bootstrap grid )	*/
.container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-1200 {
  position: relative;
  width: 100%;
  max-width: 1230px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-1320 {
  position: relative;
  width: 100%;
  max-width: 1350px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-1540 {
  position: relative;
  width: 100%;
  max-width: 1570px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-1720 {
  position: relative;
  width: 100%;
  max-width: 1750px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-1920 {
  position: relative;
  width: 100%;
  max-width: 1950px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-1950 {
  position: relative;
  width: 100%;
  max-width: 1950px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
}

.container-fluide {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 15px;
}

.site-wrapper {
  max-width: 1950px;
  min-width: 350px;
}

/* Images and other tags */
img.respo {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}

img.respo-simple {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*	Sections	*/
section {
  position: relative;
}

.fix-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--bg-main);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.parallax {
  background-attachment: fixed;
}

/*  Preloader   */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #fff;
  z-index: 1001;
}

.preloader-img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 128px;
  margin-top: -64px;
  margin-left: -64px;
  background: url("../img/preloader/Rounds_128.gif") no-repeat 50% 50%;
}

/*	All Sections General Styles	*/
.section {
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}

.section.no-header {
  padding-top: 0;
  padding-bottom: 0;
}

.section-inner {
  position: relative;
}

/* ALL Sections Header */
.section-header {
  max-width: 620px;
  line-height: 1.15;
  text-align: center;
  padding-bottom: 30px;
  margin: 0 auto;
}
.section-header-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 52px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--c-main);
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .section-header-title {
    font-size: 32px;
  }
}

/*	Typography Styles	*/
p {
  line-height: 1.8;
}
p:not(:last-child) {
  margin-bottom: 20px;
}

.accent {
  color: var(--c-accent);
}

/*--------------------------------------------------------
  2. Elements  /  ...
--------------------------------------------------------*/
/*	Buttons with postfix-sv and effects - buttons with padding	*/
.btn-sv {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: none;
  outline: none;
  padding: 22px 32px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.045em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--c-accent);
  border: 1px solid var(--c-accent);
  cursor: pointer;
  transition: all 0.3s;
}

.btn-sv--inverse {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: none;
  outline: none;
  padding: 22px 32px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.085em;
  text-align: center;
  text-transform: uppercase;
  color: var(--c-accent);
  background-color: transparent;
  border: 1px solid var(--c-accent);
  cursor: pointer;
  transition: all 0.3s;
}

.btn-sv-small {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: none;
  outline: none;
  width: 150px;
  height: 48px;
  line-height: 46px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.085em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--c-accent);
  border: 1px solid var(--c-accent);
  cursor: pointer;
  transition: all 0.3s;
}

.btn-sv-small--inverse {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: none;
  outline: none;
  width: 150px;
  height: 48px;
  line-height: 46px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.085em;
  text-align: center;
  text-transform: uppercase;
  color: var(--c-accent);
  background-color: transparent;
  border: 1px solid var(--c-accent);
  cursor: pointer;
  transition: all 0.3s;
}

/*	buttons with fix width	*/
.btn-sv-fix {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: none;
  outline: none;
  width: 190px;
  height: 56px;
  line-height: 54px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.085em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--c-accent);
  border: 1px solid var(--c-accent);
  cursor: pointer;
  transition: all 0.3s;
}

.btn-sv-fix--inverse {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: none;
  outline: none;
  width: 190px;
  height: 56px;
  line-height: 54px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.085em;
  text-align: center;
  text-transform: uppercase;
  color: var(--c-accent);
  background-color: transparent;
  border: 1px solid var(--c-accent);
  cursor: pointer;
  transition: all 0.3s;
}

.btn-sv::after,
.btn-sv--inverse::after,
.btn-sv-small::after,
.btn-sv-small--inverse::after,
.btn-sv-fix::after,
.btn-sv-fix--inverse::after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}

.btn-effect-1:hover,
.btn-effect-1:active {
  background-color: #fff;
  color: var(--c-accent);
}

.btn-effect-2:after {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background-color: #fff;
}

.btn-effect-2:hover:after,
.btn-effect-2:active:after {
  height: 100%;
}

.btn-effect-2:hover,
.btn-effect-2:active {
  color: var(--c-accent-2);
}

.btn-effect-3:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.btn-effect-3:hover:after,
.btn-effect-3:active:after {
  width: 100%;
}

.btn-effect-3:hover,
.btn-effect-3:active {
  color: var(--c-accent-2);
}

.btn-effect-4 {
  overflow: hidden;
}

.btn-effect-4:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-effect-4:hover:after {
  height: 400%;
  opacity: 1;
}

.btn-effect-4:active:after {
  height: 400%;
  opacity: 1;
}

.btn-effect-4:hover,
.btn-effect-4:active {
  color: var(--c-accent);
}

.btn-sv--inverse.btn-effect-1:hover, .btn-sv--inverse.btn-effect-1:active,
.btn-sv-small--inverse.btn-effect-1:hover,
.btn-sv-small--inverse.btn-effect-1:active,
.btn-sv-fix--inverse.btn-effect-1:hover,
.btn-sv-fix--inverse.btn-effect-1:active {
  background-color: var(--c-accent);
  color: var(--c-accent);
}
.btn-sv--inverse.btn-effect-2::after, .btn-sv--inverse.btn-effect-2:hover, .btn-sv--inverse.btn-effect-2:active, .btn-sv--inverse.btn-effect-3::after, .btn-sv--inverse.btn-effect-3:hover, .btn-sv--inverse.btn-effect-3:active, .btn-sv--inverse.btn-effect-4::after, .btn-sv--inverse.btn-effect-4:hover, .btn-sv--inverse.btn-effect-4:active,
.btn-sv-small--inverse.btn-effect-2::after,
.btn-sv-small--inverse.btn-effect-2:hover,
.btn-sv-small--inverse.btn-effect-2:active,
.btn-sv-small--inverse.btn-effect-3::after,
.btn-sv-small--inverse.btn-effect-3:hover,
.btn-sv-small--inverse.btn-effect-3:active,
.btn-sv-small--inverse.btn-effect-4::after,
.btn-sv-small--inverse.btn-effect-4:hover,
.btn-sv-small--inverse.btn-effect-4:active,
.btn-sv-fix--inverse.btn-effect-2::after,
.btn-sv-fix--inverse.btn-effect-2:hover,
.btn-sv-fix--inverse.btn-effect-2:active,
.btn-sv-fix--inverse.btn-effect-3::after,
.btn-sv-fix--inverse.btn-effect-3:hover,
.btn-sv-fix--inverse.btn-effect-3:active,
.btn-sv-fix--inverse.btn-effect-4::after,
.btn-sv-fix--inverse.btn-effect-4:hover,
.btn-sv-fix--inverse.btn-effect-4:active {
  background-color: var(--c-accent);
  color: #fff;
}

.btn-sv--inverse:focus,
.btn-sv--inverse:visited,
.btn-sv-small--inverse:focus,
.btn-sv-small--inverse:visited,
.btn-sv-fix--inverse:focus,
.btn-sv-fix--inverse:visited {
  color: var(--c-accent);
}

/*	Form Section	*/
.bookink-form-inner {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .bookink-form-inner {
    flex-wrap: wrap;
  }
}

.form-img {
  width: 50%;
  padding-right: 55px;
}
@media only screen and (max-width: 992px) {
  .form-img {
    width: 100%;
    order: 2;
  }
}
.form-img img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}

.form-box {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .form-box {
    width: 100%;
    order: 1;
  }
}

/*	Form	*/
.booking-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
}
.booking-form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  line-height: 40px;
  color: var(--c-main);
  padding-left: 15px;
  border: 1px solid #bac5cc;
  background-color: #fff;
  transition: all 0.3s ease;
  margin-bottom: 25px;
}
.booking-form input::-moz-placeholder {
  color: var(--c-main);
}
.booking-form input::placeholder {
  color: var(--c-main);
}
.booking-form input:focus {
  border-color: var(--c-accent);
}
.booking-form input[type=text] {
  width: 100%;
}
.booking-form input[type=email] {
  width: 100%;
}
.booking-form input.calendar {
  background-image: url("../img/svg/calendar-2.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-position: calc(100% - 12px) 9px;
  background-size: 22px;
}
.booking-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #9EA9B7;
  padding-left: 15px;
  border: 1px solid #bac5cc;
  background-color: #fff;
  transition: all 0.3s ease;
  margin-bottom: 25px;
}
.booking-form select:focus {
  border-color: var(--c-accent-2);
}
.booking-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 218px;
  color: #586070;
  padding: 15px 0 0 15px;
  border: 1px solid #bac5cc;
  background-color: #fff;
  transition: all 0.3s ease;
  margin-bottom: 25px;
}
.booking-form textarea:focus {
  border-color: var(--c-accent-2);
}
.booking-form button {
  display: block;
  margin: 0 0 0 auto;
}

/*--------------------------------------------------------
  3. Layout  /  ...
--------------------------------------------------------*/
/*	Header	*/
.header {
  width: 100%;
  height: 88px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.header-inner {
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.logo h1 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 100;
  letter-spacing: 0.25em;
  color: var(--c-accent-2);
}
.logo span {
  font-size: 11px;
  color: #767980;
  padding-left: 1px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/*	Navigation	*/
.nav {
  font-family: "Roboto", sans-serif;
}
.nav-list {
  display: flex;
  align-items: center;
  line-height: 88px;
}
.nav-item:not(:last-child) {
  margin-right: 56px;
}
.nav-item--current .nav-link {
  color: var(--c-accent);
}
.nav-link {
  display: block;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.075em;
  transition: all 0.3s ease;
}
.nav-link:hover {
  color: var(--c-accent);
}
.nav-link.active {
  color: var(--c-accent);
}
.nav-link .plus {
  display: inline-block;
  height: 8px;
  width: 8px;
  position: relative;
  margin-left: 8px;
  pointer-events: none;
}
.nav-link .plus:before, .nav-link .plus:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 100%;
  background-color: var(--c-light);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 992px) {
  .nav-link .plus:before, .nav-link .plus:after {
    background-color: var(--c-lightest);
  }
}
.nav-link .plus:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.header.scroll .nav-link .plus:before,
.header.scroll .nav-link .plus:after {
  background-color: var(--c-main);
}
@media only screen and (max-width: 992px) {
  .header.scroll .nav-link .plus:before,
  .header.scroll .nav-link .plus:after {
    background-color: #fff;
  }
}

.nav-link:hover .plus:before,
.nav-link:hover .plus:after {
  background-color: var(--c-accent);
}

.header.scroll .nav-link:hover .plus:before,
.header.scroll .nav-link:hover .plus:after {
  background-color: var(--c-accent);
}

.has-child {
  position: relative;
}

/*	Sub-menu	*/
.sub-menu {
  width: 240px;
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  background-color: #fff;
  padding: 15px 0 18px 0;
  border-top: 2px solid var(--c-accent);
  transform: translateY(10px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.sub-menu .nav-item {
  margin-right: 0;
}
.sub-menu .nav-link {
  line-height: 1;
  color: var(--c-main);
  padding: 18px 0 18px 18px;
}
.sub-menu .nav-link:hover {
  color: var(--c-accent);
}
.sub-menu .nav-link.active {
  color: var(--c-accent);
}

.header.scroll .sub-menu {
  top: calc(100% - 9px);
}

.header.scroll .nav {
  color: var(--c-dark);
}

@media (min-width: 992px) {
  .has-child:hover > .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .has-child:hover > a .plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
/*	Button Booking	*/
.btn-item {
  display: flex;
  color: var(--c-accent);
}
@media only screen and (max-width: 992px) {
  .btn-item {
    padding: 20px;
  }
}

/*	Header open-nav-menu burger	*/
.open-nav-menu {
  display: none;
  position: relative;
  width: 26px;
  height: 20px;
  cursor: pointer;
  z-index: 20;
  margin-right: 10px;
}

.open-nav-menu::before,
.open-nav-menu::after {
  content: " ";
  background-color: var(--c-main);
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.3s ease;
}

.open-nav-menu span {
  content: " ";
  background-color: var(--c-main);
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.open-nav-menu::before {
  transition: all 0.3s ease;
  top: 0;
}

.open-nav-menu::after {
  transition: all 0.3s ease;
  bottom: 0;
}

.open-nav-menu:hover.open-nav-menu::before,
.open-nav-menu:hover.open-nav-menu::after,
.open-nav-menu:hover.open-nav-menu span {
  background-color: var(--bg-accent);
}

.header .scroll .open-nav-menu span,
.header.scroll .open-nav-menu::before,
.header.scroll .open-nav-menu::after {
  background-color: var(--c-dark);
}

/*	Header close-nav-menu burger	*/
.close-nav-menu {
  display: none;
  position: relative;
  width: 26px;
  height: 20px;
  cursor: pointer;
  z-index: 20;
  margin-left: 15px;
}

.close-nav-menu::before,
.close-nav-menu::after {
  content: " ";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.3s ease;
}

.close-nav-menu span {
  transform: scale(0);
}

.close-nav-menu::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.close-nav-menu::after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.close-nav-menu:hover.close-nav-menu::before,
.close-nav-menu:hover.close-nav-menu::after {
  background-color: var(--bg-accent);
}

/*	Menu overlay	*/
.menu-overlay {
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.75);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

/*	Responsive navigation	*/
@media (max-width: 991px) {
  .header.scroll .nav {
    color: #fff;
  }
  .header .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  .header-nav {
    position: fixed;
    right: -290px;
    visibility: hidden;
    width: 290px;
    height: 100%;
    top: 0;
    overflow-y: auto;
    background-color: var(--bg-main);
    z-index: 1000;
    padding: 35px 0;
    transition: all 0.5s ease;
  }
  .header-nav.open {
    visibility: visible;
    right: 0px;
  }
  .close-nav-menu,
  .open-nav-menu {
    display: flex;
  }
  .nav-list {
    display: block;
    margin-top: 36px;
    border-top: 1px solid var(--c-light);
    color: var(--c-lightest);
  }
  .nav-item:not(:last-child) {
    margin-right: 0px;
    line-height: 1;
  }
  .nav-item:last-child {
    margin-right: 0px;
    line-height: 1;
  }
  .nav--current .nav-link {
    color: var(--c-accent);
  }
  .nav-link {
    padding: 20px;
    border-bottom: 1px solid var(--c-light);
  }
  .header.scroll .header-nav {
    padding-top: 26px;
  }
  .header.scroll .nav-list {
    margin-top: 26px;
  }
  .has-child.active > a .plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .nav-item > .sub-menu {
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    border: none;
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
    padding: 0px;
    left: auto;
    top: auto;
    max-height: 0;
    overflow: hidden;
  }
  .sub-menu .nav-link {
    color: var(--c-lighter);
    padding: 20px 0 20px 20px;
  }
}
/*	Hero styles	*/
.section-hero {
  padding-top: 112px;
  padding-bottom: 70px;
  position: relative;
  width: 100%;
  background-image: url("../img/deco/flower_left_top.png"), url("../img/deco/flower_left_bottom.png"), url("../img/deco/flower_right_top.png");
  background-position: left 50px, left bottom, right 50px;
  background-repeat: no-repeat;
}
.section-hero .hero-inner {
  padding-top: 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .section-hero .hero-inner {
    flex-wrap: wrap;
    padding-top: 0;
  }
}
.section-hero .hero-content {
  width: 50%;
  padding-right: 32px;
}
@media only screen and (max-width: 992px) {
  .section-hero .hero-content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.section-hero .hero-content .hero-subtitle {
  color: var(--c-accent);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-bottom: 36px;
}
.section-hero .hero-content .hero-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 54px;
  font-weight: 600;
  color: var(--c-main);
  margin-bottom: 30px;
}
.section-hero .hero-content .hero-descr {
  margin-bottom: 35px;
}
.section-hero .hero-img {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .section-hero .hero-img {
    width: 100%;
  }
}
.section-hero .hero-img img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}

/*	About Section	*/ /*	Services Section 	*/
.services-section {
  background-color: #f5fdfb;
}

/*	Section Services	*/
.services-inner {
  position: relative;
}
.services-inner .services-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media only screen and (max-width: 992px) {
  .services-inner .services-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .services-inner .services-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-inner .services-item {
  position: relative;
  width: 100%;
  padding: 15px;
  text-align: center;
}
.services-inner .services-item .item-icon i {
  color: var(--c-accent-2);
  font-size: 48px;
  font-weight: 500;
}
.services-inner .services-item .item-icon {
  margin: 0px 0 40px 0;
}
.services-inner .services-item .item-img {
  text-align: center;
  margin-bottom: 40px;
}
.services-inner .services-item .item-img img {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.services-inner .services-item h2 {
  color: var(--c-accent-1);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
}
.services-inner .services-item p {
  font-size: 15px;
  margin-bottom: 36px;
}
.services-inner .services-item:nth-child(even):after {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  background: #fabd6f;
  background: linear-gradient(to right, #fabd6f 0%, #e13c3b 100%);
}
.services-inner .services-item:nth-child(odd):after {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  background: #fabd6f;
  background: linear-gradient(to right, #0db6df 0%, #18b6b0 100%);
}

/*	Gallery Section	*/
.gallery-section {
  background-color: var(--bg-light);
}
.gallery-section .grid-list {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-auto-rows: 300px;
  grid-auto-flow: dense;
}
.gallery-section .gallery-item {
  position: relative;
  overflow: hidden;
}
.gallery-section .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.gallery-section .gallery-item img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
.gallery-section .gallery-item:hover .img-descr-wrapper {
  visibility: visible;
  opacity: 1;
}
.gallery-section .v-stretch {
  grid-row: span 2;
}
.gallery-section .h-stretch {
  grid-column: span 2;
}
.gallery-section .big-stretch {
  grid-row: span 2;
  grid-column: span 2;
}
@media (max-width: 576px) {
  .gallery-section .v-stretch {
    grid-row: span 1;
  }
  .gallery-section .h-stretch {
    grid-column: span 1;
  }
  .gallery-section .big-stretch {
    grid-row: span 1;
    grid-column: span 1;
  }
}

/*	Img Card Styles	*/
.img-card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-card {
  width: 50%;
}
.left-card img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}

.right-card {
  width: 50%;
}
.right-card img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}

/*	Footer	*/
.footer {
  width: 100%;
  text-align: center;
}

.footer-bottom {
  background-color: var(--bg-main);
  color: #fff;
  padding: 45px 0 40px 0;
  text-align: center;
}

.copyright {
  line-height: 1.8;
  font-size: 13px;
  letter-spacing: 0.055em;
  font-style: normal;
}

/*   FOOTER Scroll up  */
#scrollup {
  background-color: var(--c-accent-1);
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  position: fixed;
  bottom: 14px;
  right: 12px;
  z-index: 999;
}

#scrollup i {
  font-size: 20px;
  line-height: 40px;
  transition: all 0.3s ease;
}

#scrollup.none {
  display: none;
}

/*--------------------------------------------------------
  4. Pages  /  ...
--------------------------------------------------------*//*# sourceMappingURL=style.css.map */