/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@import url(../fonts/stylesheet.css);

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  list-style: none;
}

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

p,
h1,
h2,
h3 {
  line-height: 1;
}

b {
  font-family: "Montserrat-Bold";
}

p {
  line-height: 1.5;
  margin-top: 0;
}
p.small {
  font-size: 16px;
}

/* ================================================
/// @Pre-defined
================================================ */
.clearfix:after,
.review-item:after,
.contact-info:after,
.inner-wrap:after,
.small-inner-wrap:after,
#main-nav:after,
.social-links li:after,
ul:after,
#site-navigation:after,
.menu-main-menu-container:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.clearfix {clear: both;}
.inner-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.flex {
  display: flex;
}

.base-bg {
  background-image: url(../img/pattern.webp);
  background-position: center;
  background-repeat: repeat;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.h-100 {
  height: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1em;
}

.mbx-20 {
  margin-bottom: 20px;
}

.mbx-25 {
  margin-bottom: 25px;
}

.mbx-30 {
  margin-bottom: 30px;
}

.mtx-25 {
  margin-top: 25px;
}

.mtx-30 {
  margin-top: 30px;
}

.relative {
  position: relative;
}

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

.mobile-only {
  display: none;
}

/* ==========================================================================
   AirDucts
========================================================================== */
h1 {
  font-size: 60px;
  color: #a48028;
  font-family: "Montserrat-ExtraBold";
  margin: 10px 0;
}

h2 {
  font-size: 40px;
  margin-bottom: 23px;
  margin-top: 0;
  font-family: "Montserrat-ExtraBold";
  color: #8f6e29;
}
h2.alt {
  color: #daac5d;
}

h3 {
  font-size: 24px;
  font-family: "Montserrat-ExtraBold";
}

h4 {
  font-size: 24px;
  font-family: "Montserrat-ExtraBold";
	color: #daac5d;
}

body {
  font-family: "Montserrat-Medium";
  background-color: #0d0d0d;
  font-size: 18px;
}

.divider {
  background-image: url(../img/divider.webp);
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

img {
  max-width: 100%;
  object-fit: contain;
}




button,
input[type="submit"] {
  font-family: "Montserrat-Bold";
  background-color: #dd323f;
  width: 100%;
  max-width: 310px;
  height: 84px;
  font-size: 23px;
  color: #fff;
  border: none;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.5s;
}

button:hover,
input[type="submit"]:hover {
  background-color: #8f6e29;
}

button img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

button.small,
input[type="submit"].small {
  height: 62px;
  max-width: 255px;
  font-size: 20px;
}

button.alt,
input[type="submit"].alt {
  background-color: #daac5d;
}

section,
#header {
  background-repeat: no-repeat;
  background-position: top center;
		
}

.section-header {
  text-align: center;
}
.section-header h2 {
  color: #8f6e29;
  margin: 0 0 30px;
}
.section-header p {
  max-width: 530px;
  margin: 25px auto;
  color: #fff;
  font-size: 16px;
}

.white {
  color: #fff;
}

.wood-bg {
  /*background-image: url("../img/wood-bg-old.webp"); */

	background-image: url("../img/flower.webp");
	background-repeat: no-repeat;
	background-position: right;
	background-color: #eee1d1;
	
	max-width: 1800px;
margin: 0 auto;
}

.wood-bg2 {
  /*background-image: url("../img/wood-bg-old.webp"); */
  background-repeat: repeat-y;
	background-image: url("../img/flower.webp");
	background-repeat: no-repeat;
	background-position: left;
	background-color: #eee1d1;
	
	max-width: 1800px;
margin: 0 auto;
}

/* ========================================
   Header
======================================== */
#header {
  background-image: url(../img/header-bg.webp);
}

.wrapper {
  overflow-x: hidden;
}

#mobile-btn {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
	padding-top: 10px;
}

.sidebar {
  font-family: "Montserrat-Medium";
}

.sidebar,
#close-mobile-menu {
  display: none;
}

#close-mobile-menu {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}

#close-mobile-menu.isOpen {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu {
  display: none;
}

.main-menu {
  text-align: center;
  padding: 25px 0;
}

.logo {
  margin-bottom: 30px;
}

.nav-menu {
  display: flex;
  justify-content: center;
}

.nav-menu li a {
  padding: 10px 25px;
  color: #fff;
  border-radius: 5px;
  transition: color 0.5s;
}
.nav-menu li a:hover {
  color: #8f6e29;
}
.nav-menu li:last-child a {
  background-color: #dd323f;
  transition: background-color 0.5s;
}

.nav-menu li:last-child a:hover {
  background-color: #8f6e29;
  color: #fff;
}

/* ========================================
   Pre-Content
======================================== */
.pre-content {
  display: flex;
  padding-bottom: 270px;
}

.col-2 {
  flex-basis: 50%;
}

.pre-content-title {
  display: flex;
}

.pre-content-description {
  color: #fff;
}

.pre-content-description h3 {
  margin: 40px 0;
}

.pre-content-description ul {
  list-style-image: url(../img/bullet.webp);
  padding-left: 30px;
}
.pre-content-description li {
  padding: 10px;
}

.pre-content-book-now {
  position: relative;
}

.book-now-arrow {
  position: absolute;
  right: 0;
  bottom: 25px;
}

/* ========================================
   Welcome
======================================== */
#welcome {
  margin-top: -145px;
  height: 1000px;
  position: relative;
  padding-top: 33px;
  z-index: -1;
}

.welcome-wrap {
  display: flex;
  height: 100%;
  justify-content: space-between;
  /* align-items: center; */
}

.welcome-wrap > .col-2 {
  display: flex;
  align-items: center;
}

.welcome-wrap > .col-2:first-child {
  margin-right: 30px;
  position: relative;
}

/* ========================================
   Our Services
======================================== */
#our-services-top {
  background-image: url(../img/services-top.webp);
  height: 197px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -145px;
}

#our-services-bottom {
  background-image: url(../img/services-bottom.webp);
  height: 352px;
  background-repeat: no-repeat;
  background-position: center;
  /* margin-top: -260px; */
}

.items {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.item-container-full {
  flex-basis: 100%;
  padding: 20px;

}

.item-container {
  flex-basis: 50%;
  padding: 20px;
}

.item-container3 {
  flex-basis: 33.3333%;
  padding: 20px;
}



.item-img-mobile {
  display: none;
}

.item {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  transition: background-color 0.4s;
}

.item:after {
  content: "";
  display: block;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border: 5px solid #8f6e29;
  opacity: 0;
  transition: 0.3s;
  border-radius: 10px;
}
.item:hover:after {
  opacity: 1;
}

.item:hover {
  background-color: #eee1d1;
}

.item-body {
  padding: 30px 25px;
  font-size: 15px;
	height: 230px;
}

.item-body-mem {
  padding: 30px;
  font-size: 15px;
}

.item-mem {
  background-color: #eee1d1;
  border-radius: 10px;
  position: relative;
  transition: background-color 0.4s;
}

.item-mem:after {
  content: "";
  display: block;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border: 5px solid #8f6e29;
  opacity: 0;
  transition: 0.3s;
  border-radius: 10px;
}
.item-mem:hover:after {
  opacity: 1;
}

.item-mem:hover {
  background-color: #eee1d1;
}

.item-body2 {
  padding: 30px 25px;
  font-size: 15px;
	height: 280px;
}



.item-name {
  color: #8f6e29;
  font-family: "Montserrat-Black";
	font-size: 18px;
}

.item-name.big {;
	font-size: 24px;
}

.item-name,
.item-description {
  margin-bottom: 20px;
}

.section-book-now.section-header h2 {
  margin-bottom: 25px;
}

.section-book-now.section-header h3 {
  margin-bottom: 30px;
}

/* ========================================
   About
======================================== */
#about {
  height: 1000px;
  margin-top: -145px;
  position: relative;
  z-index: -1;
  padding-top: 125px;
}

.about-wrap {
  display: flex;
  /* align-items: center; */
  height: 100%;
  justify-content: space-between;
}

.about-wrap > .col-2 {
  display: flex;
  align-items: center;
}

.about-wrap > .col-2:last-child {
  margin-left: 30px;
  position: relative;
}

.about-wrap .message-container {
  margin-bottom: 100px;
}

/* ========================================
   Contact
======================================== */
#contact-top {
  background-image: url(../img/services-top.webp);
  height: 197px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -145px;
}

.contact-header {
  text-align: center;
  color: #daac5d;
}

form {
  max-width: 980px;
  margin: 25px auto 0;
}

input[type="text"],
input[type="email"],
input[type="phone"],
textarea {
  height: 54px;
  width: 100%;
  padding: 10px 10px 10px 30px;
  font-size: 18px;
  outline: 0;
  border-radius: 8px;
  border: none;
}

textarea {
  height: 100%;
  padding: 20px 30px;
}

.form-field {
  margin: 0 14px 25px;
}

.form-field:last-child {
  margin-bottom: 0;
}

.form-row {
  display: flex;
  margin: 0 -14px 45px;
}

.form-col {
  flex-basis: 50%;
}

.form-footer {
  display: flex;
  justify-content: center;
}

.or-message {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.location {
  display: flex;
  color: #fff;
}

.address h2 {
  color: #daac5d;
  margin-bottom: 40px;
}

.address p {
  font-size: 16px;
}

.social-media {
  display: flex;
  margin-bottom: 40px;
}

.social-media li {
  margin-right: 13px;
}

.map {
  padding-right: 30px;
}


.address {
  padding-left: 30px;
}

.footer-logo {
  text-align: center;
  padding: 70px 0;
}

#contact-bottom {
  background-image: url(../img/contact-bg.webp);
  height: 281px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  /* margin-top: -260px; */
}

/* ========================================
   Footer 
======================================== */
#footer {
  background-color: #eee1d1;
  padding-top: 150px;
  padding-bottom: 50px;
  color: #333;
  margin-top: -145px;
  position: relative;
  max-width: 1800px;
  margin: -145px auto 0;
}

.copyright {
  text-align: center;
  font-size: 14px;
}

.footer-menu {
  display: flex;
  font-size: 16px;
  justify-content: center;
  margin-bottom: 30px;
}
.footer-menu li {
  margin: 0 20px;
}
.footer-menu li a {
  transition: color 0.5s;
}
.footer-menu li a:hover {
  color: #8f6e29;
}

/* ========================================
   Image Cluster 
======================================== */
.pre-content {
  display: flex;
  justify-content: space-between;

}

.pre-content .col-2:first-child {
  margin-right: 50px;
}

.img-cluster {
  position: relative;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.img-cluster img {
  position: absolute;
  max-width: none;
}

/* CLUSTER 1 */
#cluster-1 .img-1 {
  right: -38px;
  top: -135px;
	z-index: 999999;
}

/* CLUSTER 2 */
.welcome-wrap .col-2 {
}

#cluster-2 .img-1 {
  top: 12%;
	z-index: 999999;
}

#cluster-2 .img-2 {
  top: 10%;
  right: -47%;
}

#cluster-2 .img-3 {
  bottom: 19%;
  left: 5%;
}

/* CLUSTER 3 */
#cluster-3 .img-1 {
  left: -28%;
  top: 3%;
}

#cluster-3 .img-2 {
  bottom: 11%;
  right: -7%;
}

#cluster-3 .img-3 {
  right: 0;
}

.img-separated-1 {
  position: absolute;
  top: -15%;
  left: -10.5%;
}

.img-separated-2 {
  position: absolute;
  top: 25%;
  right: -10.5%;
}

.img-separated-3 {
  position: absolute;
  top: -130%;
  left: 15%;
}

/*----------------------
## @hidden
----------------------*/
 #object_01, #object_02, #object_03, #object_04, #object_05, #object_06, #object_07, #object_08, #object_09, #object_10, #object_11, #object_12, #object_13
{
visibility: hidden;
}

/*
==============================================
slideUpmain
==============================================
*/

.slideUpmain{
	animation-name: slideUpmain;
	-webkit-animation-name: slideUpmain;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important;	
	
	transition: ease-in;
}

@keyframes slideUpmain {
	0% {
		transform: translateY(20%); opacity: 0.4;
    filter: alpha(opacity=0);
	}
	
	70%{
		transform: translateY(-1%);
	}			
	100% {
		transform: translateY(0%);
	}	
}

@-webkit-keyframes slideUpmain {
	0% {
		-webkit-transform: translateY(20%); opacity: 0.4;
    filter: alpha(opacity=0);
	}
	
	70%{
		-webkit-transform: translateY(-1%);
	}
		
	100% {
		-webkit-transform: translateY(0%);
	}	
}


/*
==============================================
slideUpObject
==============================================
*/


.slideUpobject{
	animation-name: slideUpobject;
	-webkit-animation-name: slideUpobject;	

	animation-duration: 2s;	
	-webkit-animation-duration: 2s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important;	
	
	transition: ease-in;
}

@keyframes slideUpobject {
	0% {
		transform: translateY(10%); opacity: 0;
    filter: alpha(opacity=0);
	}
	
	20%{
		transform: translateY(-10%);
	}			
	40% {
		transform: translateY(0%);
	}	
}

@-webkit-keyframes slideUpobject {
	0% {
		-webkit-transform: translateY(10%); opacity: 0;
    filter: alpha(opacity=0);
	}
	
	20%{
		-webkit-transform: translateY(-1%);
	}
		
	40% {
		-webkit-transform: translateY(0%);
	}	
}

/*
==============================================
pulse
==============================================
*/

/*
==============================================
pulse
==============================================
*/

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}

.circle {
  list-style-type: disc;
  margin: 0;
  padding: 20px;
}

	.col-3 {
  width: 33.3333%;
	float: left;
  padding: 20px;
}
.open { width: 100%;}

.lang {color: #ffffff; float: right;}

.menu-mobile {
  display: none;
}
.menu-desk {
    visibility: visible;
  }


/* unvisited link */
.goldl:link {
  color: #daac5d;
}

/* visited link */
.goldl:visited {
  color: #daac5d;
}

/* mouse over link */
.goldl:hover {
  color: #ffffff;
}

/* selected link */
.goldl:active {
  color: #daac5d;
}

.arrow {
  border: solid #daac5d;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
