h1 {
	font-size: 3.7rem;
	font-weight: 400;
	color: #fffffe;
	text-align: center;
	text-shadow: 1.5px 0.9px 0.9px rgba(255, 255, 255, 0.1);
}

h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	max-width: 70%;
	margin: 0 auto;
	padding-bottom: 2em;
}

h2:before,
h2:after {
	content: "";
	border-top: 1px solid rgb(121, 91, 17);
	margin: 0 30px 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 20px;
	flex: 1 0 20px;
}

h2:after {
	margin: 0 0 0 30px;
}

p {
	text-align: justify;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.back-subtitle {
	font-weight: 600;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	font-family: "Montserrat", sans-serif;
	color: #dfdfdf;
	background-color: #212529;
}

main {
	overflow-x: hidden;
	overflow-y: hidden;
}

.navbar.navbar-expand-lg.light-nav.navbar-dark {
	background-color: rgba(33, 37, 41, 0.7);
}

section {
	height: 100%;
	padding: 5em 0;
}

.top-btn {
	font-size: 3rem;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	background-color: transparent;
	color: goldenrod;
	cursor: pointer;
	transition: all 0.3s;
}

.top-btn:focus {
	outline: none;
}

.top-btn:hover {
	color: gold;
}

header {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

header .navbar {
	position: fixed;
	width: 100%;
	z-index: 100;
}

header .navbar .nav-item .nav-link {
	color: #dcdeee;
	text-shadow: 1.5px 0.9px 0.9px rgba(255, 255, 255, 0.1);
}

header .navbar .navbar-nav .nav-item {
	position: relative;
}

header .navbar .navbar-nav .nav-item .nav-link {
	text-transform: uppercase;
	line-height: 1rem;
	font-weight: 700;
	font-size: 0.85rem;
	position: relative;
	margin: 1em;
}

header .navbar .navbar-nav .nav-item .nav-link:after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #b59823;
	-webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

header .navbar .navbar-nav .nav-item .nav-link:hover:after {
	width: 100%;
	left: 0;
}

header .landing {
	font-family: "Poppins", sans-serif;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 2em;
}

header .landing .start-btn {
	color: goldenrod;
	position: relative;
	-webkit-animation: arrow 1s infinite;
	animation: arrow 1s infinite;
	font-size: 2.1rem;
	transition: all 0.2s;
}

header .landing .start-btn:hover {
	color: gold;
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

header .landing .sub-heading {
	font-weight: 500;
	font-size: 2rem;
	color: #fffffe;
	overflow: hidden;
	padding-bottom: 1em;
	text-align: center;
}

.landing h3 {
	text-shadow: 0 0 10px #f7ef8a;
}

.landingLogo {
	width: 80%;
	max-width: 600px;
}

.landingRings {
	position: absolute;
	z-index: -1;
	bottom: 20px;
	left: 20px;
	opacity: 0.6;
	width: 40%;
	max-width: 500px;
	min-width: 170px;
}

.landingWatch {
	position: absolute;
	z-index: -2;
	top: 0;
	right: 0;
	opacity: 0.6;
	width: 80%;
	max-width: 400px;
}

.photo-base img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 3%;
	height: 430px;
	width: 430px;
	margin-bottom: 2em;
}

.contact .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.contact .container .row {
	width: 80%;
	padding: 2.5em 0 3em 0;
}

.contact .container .row i {
	font-size: 3.5rem;
	margin-top: 0.3em;
	color: goldenrod;
	transition: all 0.4s;
}
.contact .container .row i:hover {
	color: gold;
}

.contact .container .row .under-text {
	margin: 0.5em 0;
	font-weight: 600;
}

.contact .icon-section div div {
	transition: all 0.3s;
}

.swiper {
	width: 700px;
	height: 400px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	color: white;
}

@media only screen and (max-width: 800px) {
	.landingWatch {
		width: 50%;
		min-width: 180px;
	}
}
