/*
Theme Name: adorn 2023
Theme URI: 
Description: Custom Theme for Multiple
Author: MH
Version: 1.0
Tags: custom
*/

/* CSS Document */

html, body {
	height: 100%;
}

body {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	color: #111;
	background: #efecd6;
	margin: 0;
	padding: 0;
	text-align: center;
}

strong {
	font-weight: 700;
}

h1 {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
    font-size: 40px;
    letter-spacing: 1px;
	line-height: 46px;
	margin: 0;
}

h2 {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
    font-size: 30px;
    letter-spacing: 1px;
	line-height: 36px;
	margin: 0;
}

h3 {
	font-size: 16px;
	color: #312825;
}

h4 {
	font-weight: normal;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 20px;
    letter-spacing: 1px;
	line-height: 0;
}

hr {
	border: none;
	background-color: #f7adc3;
	color: #f7adc3;
	height: 1px;
	margin: 80px 0 80px 0;
}

a:link { color: #e06a4d; text-decoration: underline; }
a:visited { color: #e06a4d; text-decoration: underline; }
a:hover { color: #111; text-decoration: underline; }
a:active { color: #111; text-decoration: underline; }

/*-------------------------------------------
	header
-------------------------------------------*/

.skip-link {
	position: fixed;
	top: -200px;
	left: 20px;
	background-color: #fff;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 5px;
	z-index: 999;
}
.skip-link:focus {
    top: 0; /* Now the link will appear */
}


  

/*-------------------------------------------
	page structure
-------------------------------------------*/


#homeMainContainer { 
	width: 100%;
	height: auto;
	display:flex;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
}

#homeMain-L { 
	height: 100vh;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
}
#homeMain-R { 
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
	color: #fff;
}

.square {
  aspect-ratio: 1 / 1;
  height: 50vh;
  background-color: #07E0F0;
}
.square-b {
  aspect-ratio: 1 / 1;
  height: 50vh;
  background-color: #ccc;
}




#homeMain-R-text { 
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 120px 0 120px 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	color: #075384;
}
#homeTextMain { 
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-family: proxima-nova, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 60px;
	line-height: 64px;
}
#homeDifferent { 
	width: 600px;
	height: auto;
	margin: 0 auto;
	padding: 80px 0;
	position: relative; 
}
#homeDivider { 
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
	position: relative; 
}
#homeText { 
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-family: proxima-nova, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 24px;
	line-height: 28px;
}
#homeSubText { 
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-family: proxima-nova, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 24px;
	line-height: 28px;
}

.TextBold { 
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
}

#homeText p { 
	margin: 0 0 40px 0;
}

.TextIndent { 
	margin: 0 0 0 40px;
	padding: 0 0 0 40px;
}

.gallery-headline { 
	font-size: 45px;
	line-height: 47px;
    font-weight: 100;
	font-style: normal;
	margin: 0 0 40px;
}


#mainBTN {
	width: 350px;
    height: auto;
	padding: 0;
	margin: 10px auto;
	text-align: center;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#mainBTN a {
	display: block;
	height: auto;
	padding: 10px 30px 10px 30px;
}
#mainBTN a:link { color: #fff; background-color: #000; border: 1px solid #785c51; text-decoration: none; }
#mainBTN a:visited { color: #fff; background-color: #000; border: 1px solid #785c51; text-decoration: none; }
#mainBTN a:hover { color: #fff; background-color: #592e2c; border: 1px solid #592e2c; text-decoration: none; }
#mainBTN a:active { color: #fff; background-color: #592e2c; border: 1px solid #592e2c; text-decoration: none; }

#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #df485d;
	color: #efecd6;
}

#orniment-example { 
	width: 400px;
	height: 400px;
	margin: 40px;
	padding: 0px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	background-color: #efecd6;
	vertical-align: top;
}

.container {
	width: 25%;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	background-color: #efecd6;
	vertical-align: top;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
}

.container:hover .overlay {
  opacity: 0;
}

input[type=text], input[type=email], input[type=number] {
  background-color: #efecd6;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #075384;
}
input[type=text]:focus, input[type=email]:focus, input[type=number]:focus {
  background-color: #fff;
  border: 1px solid #075384;
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #075384;
  border: none;
  color: #efecd6;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-family: proxima-nova, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 24px;
}

.full {
  width: 100%;
}
.guests {
  width: 50%;
}


/*--- Clear ---*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*--- Footer ---*/


.footer {
	width: 100%;
	height: auto;
	padding: 50px;
	box-sizing: border-box;
	margin: 0;
	text-align: left;
	background-color: #111;
	color: #fff;
}


.footer a {
	display: inline-block;
	color: #fff;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;
	margin: 0 0 10px 0;
	text-decoration: none;
}

.footer a:hover { color: #666; }





/* tablet Wide
--------------------------------------------- */
@media (min-width: 1081px) and (max-width: 1300px) {

#homeMain-R-text { 
	width: 650px;
	height: auto;
	margin: 0 auto;
	padding: 100px 0 100px 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	color: #075384;
}
#homeTextMain { 
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-family: proxima-nova, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 50px;
	line-height: 54px;
}
#homeDifferent { 
	width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 60px 0;
	position: relative; 
}

.container {
	width: 33.33%;
    width: calc(100%/3);
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	background-color: #efecd6;
	vertical-align: top;
}

}




/* tablet Wide
--------------------------------------------- */
@media (min-width: 950px) and (max-width: 1080px) {

#homeMain-R-text { 
	width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 100px 0 100px 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	color: #075384;
}
#homeTextMain { 
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-family: proxima-nova, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 50px;
	line-height: 54px;
}
#homeDifferent { 
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 60px 0;
	position: relative; 
}

.container {
	width: 33.33%;
    width: calc(100%/3);
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	background-color: #efecd6;
	vertical-align: top;
}

}


/* tablet Wide
--------------------------------------------- */
@media (min-width: 500px) and (max-width: 949px) {

#homeMainContainer { 
	width: 100%;
	height: auto;
	display: inherit;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
}
#homeMain-L { 
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	float: none;
	position: relative;
}
#homeMain-R { 
	height: auto;
	width: 100%;
	margin: 0;
	padding: 100px 0 100px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}

.square {
  aspect-ratio: 1 / 1;
  width: 50%;
  height: auto;
  display: inline;
  float: left;
  vertical-align: top;
  font-size:0;
}
.square-b {
  aspect-ratio: 1 / 1;
  width: 50%;
  height: auto;
  display: inline;
  float: left;
  vertical-align: top;
  font-size:0;
}

#homeMain-R-text { 
	width: 600px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	color: #075384;
}
#homeTextMain { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-family: proxima-nova, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 50px;
	line-height: 54px;
}
#homeDifferent { 
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 60px 0;
	position: relative; 
}

.container {
	width: 50%;
    height: auto;
	margin: 0px;
	padding: 0px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	background-color: #efecd6;
	vertical-align: top;
}

}


/* wide mobile
--------------------------------------------- */
@media (max-width: 499px) {

#homeMainContainer { 
	width: 100%;
	height: auto;
	display: inherit;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
}
#homeMain-L { 
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	float: none;
	position: relative;
}
#homeMain-R { 
	height: auto;
	width: 100%;
	margin: 0;
	padding: 40px 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}

.square {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  display: inline;
  float: left;
  vertical-align: top;
  font-size:0;
}
.square-b {
  display: none;
}

#homeMain-R-text { 
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	color: #075384;
}
#homeTextMain { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-family: proxima-nova, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 40px;
	line-height: 44px;
}
#homeDifferent { 
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
	position: relative; 
}
#homeDivider { 
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
	position: relative; 
}

.container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	background-color: #efecd6;
	vertical-align: top;
}

}

.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #f9f9f9;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	z-index: 1000;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  
  .popup.show {
	display: flex;
  }
  
  .popup-content {
	text-align: center;
  }
  
  .close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
  }

  .lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #075384;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
	0% {
	  transform: scale(0);
	}
	100% {
	  transform: scale(1);
	}
  }
  @keyframes lds-ellipsis3 {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(0);
	}
  }
  @keyframes lds-ellipsis2 {
	0% {
	  transform: translate(0, 0);
	}
	100% {
	  transform: translate(24px, 0);
	}
  }

  #loadingAnimation{
	display: none;
  }

  #successMsg{
	display: none
  }
  