@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

html{
	scroll-behavior: smooth;
}

body{
	font-family: 'Poppins', sans-serif;
}

h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5{
	font-family: 'Playfair Display', serif;
}

nav{
	background-color: #363333 !important;
	position: relative;
	z-index: 1;
}


.nav-link{
	text-align: center;
	color: white !important;
}

.navbar-brand{
	font-family: 'Playfair Display', serif;
	color: white !important;
}

@media(min-width: 992px){
	nav{
		background-color: transparent;
		position: relative;
		z-index: 1;
	}
}

.hero-section{
	margin-top: -55px;
	background-size: cover;
	height: auto;
	padding-top: 10rem;
	padding-bottom: 10rem;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-section .container{
	position: relative;
	z-index: 1;
}

.hero-section{
	color: rgba(255, 255, 255, 0.562)
}

.hero-section h1{
	color: white
}

.hero-section span{
	color: #ffa45b
}

.bg-dark{
	background-color: #363333 !important;
}

.bg-black{
	background-color: #272121 !important;
}

.text-secondary{
	color: rgba(255, 255, 255, 0.562) !important;
}

.text-white{
	color: white !important;
}

.hero-section::after{
	content: '';
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
}

.btn-primary{
	background-color: #ffa45b;
	border-color: #ffa45b;
	border-radius: 10px;
	transition: .4s;
}

.btn-primary:hover{
	background-color: transparent;
	border-color: #ffa45b;
	color: #ffa45b;
	border-radius: 10px;
	transition: .4s;
}

.btn-primary:focus{
	background-color: #ffa45b !important;
	border-color: #ffa45b !important;
	border-radius: 10px;
	box-shadow: none !important;
}

.hero-section-1 .card img{
	border-radius: 25px;
}

.hero-section-1 span{
	color: #ffa45b
}

.hero-section-2{
	background-size: cover;
	height: auto;
	padding-top: 10rem;
	padding-bottom: 10rem;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-section-2 .container{
	position: relative;
	z-index: 1;
}

.hero-section-2 h1{
	color: #14274e
}

.hero-section-2::after{
	content: '';
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
}

.hero-section-2 .card span{
	color: #ffa45b
}

footer{
	background-color: #ffa45b !important;
	color: white
}

footer a{
	color: white;
	font-weight: 500
}

footer a:hover{
	color: white;
	font-weight: 500
}

.asdasd{
	display: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	color: black;
	background-color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 20px;
}