@charset "UTF-8";

* {
	scroll-behavior: smooth;
	
}
body, html {
	font-family:"Lato", sans-serif;
	background-color:rgba(55,57,60,1.00);
	margin: 0 auto;
	font-style: normal;
	font-weight: 100;
	width: 100vw;
    height: 100%;
	top: 0;


}
 h1 {
	font-size: 40px;
}
 h2 {
	font-size: 32px;
}

p {
	
	font-size: 18px;
}
li {
	list-style:url("../images/bullet.png");
	list-style-position: inside
}
	
.g-recaptcha {
	padding: 1vw 1vw .5vw 1.5vw;
}
.center-logo {
	display:none;
}

.hide-robot {
	display:none;
	visibility: hidden;
	opacity: 0;
	
		}


.nav {
	font-family: 'Lato', sans-serif;
	position: fixed;
	width: 100%;
	transition: .5s;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	box-sizing: border-box;
	align-content: center;
	background:rgba(27,28,31,1);
	top: 0;
	padding: 1vw 1vw;
	z-index:99;
	
}
.logoImg {
	width: 10%;
	height: auto;
	transition: .5s;
}
.small-logo {
	width: 6%;
}
.large-logo {
	width: 8%;
}
.large-padding {
	padding: 1vw 2vw;
}
.small-padding {
	padding: .5vw 1.5vw;
}
.borderBox {
	display: flex;
	background:linear-gradient(120deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	border-bottom-left-radius: 6px;

	margin-top: -1vw;

	padding: 0vw 1vw;
box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
	
}
.nav-links {
	align-self: center;

	top: 0;
	
}

.nav-links a {
	padding: 0 1vw;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	cursor:pointer;
	color:rgba(27,28,30,1.00);
	border:none;
	transition: .7s ease;
	align-self: center;
	

}
.nav-links a:hover {
	color:rgba(91,93,96,1.00);
		border-right: 1px solid rgba(33,31,36,1.00);
	border-left: 1px solid rgba(33,31,36,1.00);


}
.banner {
	width: 100%;
	height: 100vh;
	display: flex;
	background: url("../images/mainBkg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.letsGo {
	align-self:center;
	margin-top:18vw;
	padding: 1vw 2vw;
	background:linear-gradient(120deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	width: 46%;
	font-size: 18px;
	font-weight: 400;
	border-top-right-radius: 6px;
	color: rgba(27,28,30,1.00);
	}


.formBtn {
	background:rgba(27,28,30,1.00);
	border: none;
	border-radius: 4px;
	padding: 1.5vw;
	color: rgba(249,240,178,.8);
	font-size: 16px;
	transition: 1s ease;
}
.formBtn:hover {
	background: rgba(87,87,87,1.00);

}
.whyUS {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 5vw 2vw;
	justify-content: space-around;
	box-sizing: border-box;
	gap: 2vw;

	color:rgba(186,170,112,1.00); 



}
.chooseUs {
	
	box-sizing: border-box;
	padding: 1vw 2.5vw;
	align-self: center;
}
.imgBox {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-self: center;
	text-align: left;
}

.chooseUs p {

	font-weight: 300;
	line-height: 1.4;
}

.chooseUs li {
	font-size: 16.5px;
	font-weight: 700;
	line-height: 1.4;
	padding: 5px 0;
}
.imgBox img {
	width: 48%;
	height: auto;
	align-self: center;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;

}

.services {
	width: 100%;
	justify-content: space-around;
	padding: 7vw 2vw;
	border-top: 17px solid black;
	border-bottom: 17px solid black;
	box-sizing: border-box;
	background:rgba(27,28,30,1.00);
	color:rgba(186,170,112,1.00);
}
.expandServices {
	display:flex;
	justify-content: space-around;
	gap: 2vw;
}
.service {
	width: 25%;
	display: flex;
	flex-direction: column;
	border: 2px solid rgba(186,170,112,1.00);
	border-radius: 3px;
	padding: 0vw 1vw;
}
.service p {
	font-size: 15px;
	line-height: 1.3;
	font-weight: 500;
}
.service h4 {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 0;
	padding-top: 0;
	margin-top:2vw;

}
.line {
	width: 50%;
	height: 2px;
	background: rgba(205,200,152,1.00);
	margin-bottom: 2vw;
	align-self: center;
}
.service img {
	width: 50%;
	height: auto;
	align-self: center;
}
.secondSet {
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	box-sizing: border-box;
	margin-top: 3vw;
	gap: 2vw;
}
.servicesB {
	display:flex;
	justify-content: center;
	border: 2px solid rgba(186,170,112,1.00);
	gap: 1vw;
	border-radius: 4px;
	padding: 1vw;
}
.servicesB img {
	width: 15%;
	height: auto;
	align-self: center;
}
.servicesB p {
	align-self: center;
	font-weight: 600;
}
.about {
	width: 100%;
	height: 100vh;
	display:flex;
	justify-content: space-around;
	gap: 2vw;
	padding: 3vw 2vw;
	box-sizing: border-box;
	background-color:rgba(55,57,60,1.00);
background-image: linear-gradient(147deg, rgba(55,57,60,1.00) 0%, #000000 74%);

}
.aboutText {
	width: 45%;
	background:linear-gradient(120deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	background-clip: text;-webkit-background-clip: text;color: transparent;
	align-self: center;
	padding: 1vw 2vw;
	border-radius: 7px;
}
.about video {
	width: 50%;
	border-radius: 4px;
	align-self: center;

}

.location {
	Width: 100%;
	height: auto;
	display: flex;
	justify-content: space-around;
	gap: 2vw;
	box-sizing: border-box;
	padding: 3vw 2vw;
	background:linear-gradient(120deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
		border-top: 17px solid rgba(55,57,60,1.00);
	border-bottom: 17px solid rgba(55,57,60,1.00);
}
.map {
	display: flex;
	width: 94%;
	background-color:rgba(55,57,60,1.00);
    background-image: linear-gradient(147deg, rgba(55,57,60,1.00) 0%, #000000 74%);
	padding: 2vw;
	justify-content: center;
	border-radius: 4px;
}
.schedule {
	width: 50%;
	padding: 2vw;
	border-radius: 4px;

	display: flex;
	flex-direction: column;
	background-color:rgba(55,57,60,1.00);
    background-image: linear-gradient(147deg, rgba(55,57,60,1.00) 0%, #000000 74%);
}

input, textarea {
	padding: 1vw;
	width: 80%;
	align-self: center;
	margin: .5vw;
	border-radius: 4px;
	background:rgba(55,57,60,.7);
	color:rgba(226,226,226,1.00);
	border: none;
}
.formBtnA {
	background:linear-gradient(120deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	border:none;
	width: 50%;
	margin: 1vw 2vw 1vw 3.5vw;
	padding: 1vw;
	border-radius: 4px;
	color:rgba(35,37,38,1.00);
	font-weight: 600;
	cursor:not-allowed;
	transition: 1s ease;
}

.wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	
}
.footer {
	display: flex;
	
	justify-content:center;
	box-sizing: border-box;
	gap:2vw;
	padding: 3vw 2vw;
	background: rgba(27,28,30,1.00);
}
.company {
	display: flex; 
	width: 25%;

	flex-direction: column;
	align-self: flex-start;
		background:linear-gradient(120deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	background-clip: text;-webkit-background-clip: text;color: transparent;
	
}
.companyA {
	display: flex;
	width: 25%;
	box-sizing: border-box;
	gap: 1vw;
}

.company p {
	line-height: 1;
}
.company a {
	color: rgba(149,123,57,1.00);
	text-decoration: none;
	font-weight: 500;
}
.companyA img {
	width: 45%;
	height: auto;
	align-self: center;
	
}
.btmLogo img {
	width: 10%;
	padding: 2vw 4vw;
	
}
.btmLogo {
	align-self: left;
}
@media only screen and (max-width: 800px) {
	.banner {
		height: 100vh;
		background-size:cover;
		background-position: center;
	
	}
 .letsGo {
	
	margin-top:18vw;
	width: 86%;
	
	}

.expandServices {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 1vw;
}
	.service {
	width: 30%;
	display: flex;
	flex-direction: column;
	border: 2px solid rgba(186,170,112,1.00);
	border-radius: 4px;
	padding: 0vw 1vw;
}
	.about {
		height: 120vh;
		box-sizing: border-box;
		flex-direction: column-reverse;
		padding: 7vw 2vw;
	}
	.aboutText {
	width: 90%;
	background:linear-gradient(120deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	background-clip: text;-webkit-background-clip: text;color: transparent;
	align-self: center;
	padding: 1vw 2vw;
	border-radius: 7px;
}
.about video {
	width: 90%;
	border-radius: 4px;
	align-self: center;

}
	.location {
		flex-direction: column;
		
	}
	.map {
		width: 90%;
		align-self: center;
		margin: auto;
		justify-content: center;
	}
	.schedule {
		width: 90%;
		align-self: center;
	}
	input, textarea {
		padding: 2vw;
		margin: 1vw;
	}

	.formBtnA {
		margin-left: 6.5vw;
		margin-top: 2vw;
		padding: 2vw 0;
	}
	.formBtnA:hover {
		cursor:not-allowed;
		background: rgba(27,28,30,1.00);
		color:rgba(209,180,98,1.00);
	}
		.nav-toggle {

	border: none;
	box-shadow: 2px 2px 3px rgba(100,100,100,.4);
  	width: 35px;
  	height: 35px;
	align-self: center;
	margin-left: 1vw;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background:linear-gradient(120deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  gap: 6px;

}

.nav-toggle .line1,.line2 {
  width: 25px;
  height: 4px;
  background-color:rgba(4,4,8,1.00);
  border-radius: 3px;
  transition: 0.3s ease;
  transform-origin: center;

}

.open .line1 {
  transform: rotate(45deg) translateY(3px) translateX(4px);
}

.open .line2 {
  transform: rotate(-45deg) translateY(-3px) translateX(4px);
}

	.center-logo {
		display: flex;
		position: fixed;
		width: 100%;
	background-color:rgba(27,28,30,1.00);
		padding: 0 2vw;
		z-index: 99;

	}
	.center-logo img {
		display: block;
		width: 13%;
		margin: 0 auto;
		padding: 2vw 1vw;
	}

	.nav {
	display: none;
		width: 80vw;
		height: 50vh;
		margin-top: 12vw;
		box-shadow: 2px 2px 10px rgba(100,100,100,.3);
		border-radius:7px;
		background-color:rgba(27,28,30,1.00);
		

	}
	.nav-links {
	display:block;
	margin-top: 3.3vw;
		line-height: 2;
		width: 94%;
		

		
}
    .nav-links a {
	display: flex; 
	flex-direction: row;
	padding: 1vw;
		color:rgba(186,170,112,1.00); 
		box-shadow: 1px 2px 5px rgba(0,0,0,.4);
		transition: 500ms ease-in;
		
		

}
	.borderBox {
		background: rgba(27,28,30,1.00);
	}

.small-logo {
	width: 15%;
}
	.logo {
		width: 80%;
		margin: 1.5vw 1vw;
	}
	.dropdown {
		overflow: scroll;
	}
	.dropdown-content {
    display: none;
    position:absolute;
    background-color: #fff;
    top: 7vw;
	width: 400px;
	height: 500px;
	border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	left: 0;
	margin-left: 20vw;
	overflow: scroll;
		  
		
	
}
  }
@media only screen and (max-width: 900px) {
	.imgBox{
		flex-direction: column-reverse;
	}
	.imgBox img {
		width: 80%;
	}
  }
@media only screen and (max-width: 600px) {
	
.expandServices {
	display:flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-around;
	gap: 1vw;
}
	.service {
	width: 90%;
	display: flex;
	flex-direction: column;
		align-self: center;
	border: 2px solid rgba(186,170,112,1.00);
	border-radius: 4px;
	padding: 0vw 1vw;
}
	.servicesB {
		width: 90%;
		align-self: center;
	}
	.secondSet {
		flex-direction: column;
		justify-content: center;
	}
	.footer {
		flex-wrap: wrap;
		gap: 3vw;
		justify-content: space-between;
	}
	.company {
		width: 33%;
	}
	.companyA {
		width: 25%;
	}
  }
@media only screen and (max-width: 500px) {
		.center-logo {
		display: flex;
		position: fixed;
		width: 100%;
	background-color:rgba(27,28,30,1.00);
		padding: 0 2vw;
		z-index: 99;

	}
	.center-logo img {
		display: block;
		width: 15%;
		margin: 0 auto;
		padding: 3vw 1vw;
	}
}