@font-face {
	font-family: "Gotham Bold";
	src: url('../font/Gotham-Bold\ 2.otf')
	}

@font-face {
	font-family: "Gotham Book";
	src: url('../font/Gotham-Book.ttf')
	}

@font-face {
	font-family: "Gotham Light";
	src: url('../font/Gotham-Light.otf')
	}
	
@font-face {
	font-family: "Gotham Medium";
	src: url('../font/Gotham-Medium.ttf')
	}

@font-face {
	font-family: "Caveat";
	src: url('../font/Caveat-VariableFont_wght.ttf')
	}

main .content {
	background-size: 100% auto !important;
}

main.cont-full {
	min-width:100%;
	min-height:100%;
	background-image: url(../images/bg-image.jpg);
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: cover;
}

.banner {
	background-image: url(../images/bg-image.jpg);
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: cover;
	min-width:100%;
	min-height:200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.bg {
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	opacity: 1;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	align-self: center;
	margin: 20px 0;
	padding:0 30px;
	max-width: 500px;
}

.h100 {
	min-height:100vh
}

h4.text-primary,
span.text-primary {
	color: #dbc3a3 !important;
}

.small {
	color:#fff
}

.slogan-parent {
	display: flex;
	align-items: flex-end;
	margin-bottom: 3%;
	padding-left: 0;
	padding-right: 0;
}

.logo {
	margin: 20px 10px;
	height:80px
}

.wrapper {
	margin-right:30px
}
.slogan {
	position: relative;
	padding: 35px 35px 0 20%;
	font-size: 103px;
	font-family: orpheuspro,serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	line-height: 80px;
	margin-bottom: 20px;
}

.slogan::after {
	content:  " ";
	bottom: -25px;
	left: 20%;
	position: absolute;
	border-radius: 1px;
	width: 300px;
	height:2px;
	background-color: #B6A79E ;
}

@media screen and (max-width:767px) {
	h1.slogan::after {
		bottom: -13px;
		left: 37px;
		width:30vw
	}

	.bg {
		margin: 20px auto;
    max-width: 90vw;
	}
}

.subslogan {
	padding: 20px 35px 35px 20%;
	font-family: 'Gotham Book', sans-serif;
	font-size: 30px
}
@media screen and (max-width: 1400px) {
		.slogan {
			font-size: 7vw;
			line-height: 5vw;
	}
}


@media screen and (max-width: 767px) {
	.sec-slogan {
		margin-top:20px
	}
	.sec-slogan.big {
		margin-top:0
	}
}


@media screen and (max-width: 1200px) {
	.slogan::after {
		width:calc(300px - 10vw);
	}
	
	.subslogan {
		font-size: 2vw
	}
}
.sec-slogan.big {
	font-size: 47px;

}

.sec-slogan {
	font-size: 31px;
	font-family: 'Gotham Bold',sans-serif;
	letter-spacing: 0;
	color:#fff
}
.text-deco::after {
	content: " ";
	bottom: -12px;
	left: 20px;
	position: absolute;
	width: 330px;
	height: 22px;
	background: url('../images/wave.svg') no-repeat;
}
.text-deco {
	position: relative;
	font-size: 38px;
	font-family: 'Caveat',sans-serif;
	letter-spacing: 0;
	color:#fff
}

@media only screen and (max-width: 767px) {
	.sec-slogan.big {
		font-size: 7.4vw;
	}
	
	.sec-slogan {
		font-size: 5vw
	}
}

@media only screen and (min-width: 768px) and (max-width:1550px) {
	.sec-slogan.big {
		font-size: 2.5vw;
	}
	
	.sec-slogan {
		font-size: 1.65vw
	}
}

form .form-check-label.small {
	font-family: 'Gotham Light', sans-serif;
	letter-spacing: 0.23px;
	color:#D6D6D6;
	font-size: 8px;
	line-height: 9px;
}

form .form-check-label.small a {
	color:#ffffff;
}

form .form-group.transp .form-control {
	background: #ffffff00;
	border-top:transparent;
	border-right:transparent;
	border-left:transparent;
	border-bottom:1px solid #D6D6D6;
	color:#D6D6D6;
	font-family: 'Gotham Light', sans-serif;
	letter-spacing: 0.9px;
	font-size: 18px;
	padding: 0 10px;
	height: 30px;
	margin-bottom:15px
}
form .form-group.transp {
	height: 35px;
}


form .form-group.transp .form-control::placeholder {
	color:#D6D6D6;
	text-transform: lowercase;
	letter-spacing: 0.9px;
	font-size: 18px;
}

.column{
	/* background-color: #ffffffaa; */
	width: 100%;
	color:#fff;
	filter: drop-shadow(2px 2px 3px #333);
}
/* 
.subtext {
	font-size:8px;
	padding: 0 35px 5px 20%;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
} */

.ml {
	margin-left: 19%
}

.mac-cc {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 768px) {
	.subtext {
		padding: 0 35px 5px 35px;
	}
	.subslogan {
		padding: 0 35px 5px 35px;
		font-size: 4vw;
	}
	.slogan {
		padding: 0 35px 5px 35px;
    font-size: 10vw;
    line-height: 8vw;
	}
	.slogan-parent {
		margin-bottom:0;
	}
	.ml {
		margin-left: 0%
	}
	.column {
		background-color: #ffffffee;
		color:#000;
		filter: none;
    padding: 30px;
	}
}

body.body {
	height:auto
}

.flex-c-c {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.send-btn {
	width: 212px;
	height: 49px;
	border: 2px solid #fff;
	border-radius: 5px;
	color: #d6d6d6;
	font-size: 19px;
	align-self: center;
	font-family: 'Gotham Medium', sans-serif;
	margin:15px
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: rgb(0, 110, 42);
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 6.5s;
  animation: fadein 0.5s, fadeout 0.5s 6.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}