body {
	min-height: 100vh;
	min-width: 100vh;
	background: #42423c;
	background-size: cover;
	padding: 0;
	margin: 0;
	
}

html {
	scroll-behavior: smooth;
}

h1{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
	font-size: 3.80em;
	padding: inherit;
	
}

h2,h4{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
	font-size: 3.40em;
	text-align: center ;
	position: relative;
	
	
}

h3{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
	
}

h5{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
	font-size: 3.80em;
	text-align: center;
	padding: 30px;
}

h6{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
	font-size: 1.8em;
	padding: 15px;
}

h7{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
	font-size: 1.2em;
}

p{
	font-family: 'adobe-garamond-pro', serif;
	font-size: 1.30em;
	color: white;
	
}

b{
	color: yellow;
}

a{
	color: #d7ac01;
}

.carousel-item{
	height: 55rem;
	background: #000000;
	color: white;
	position:relative;
}

.bg1{
	background-image: url("image/main-cover-01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg2{
	background-image: url("image/main-cover-02.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg3{
	background-image: url("image/main-cover-03.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg4{
	background-image: url("image/main-cover-04.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title{
	position: absolute;
	width: 100%;
	top: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
}

.header{
	position: absolute;
	z-index: 1;
	top: 30px;
}

.header-continer{
	display: flex;
	align-items: center;
	justify-content: center;
}

.background-5{
	background-image: url("image/main-cover-01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	padding-bottom:50px;
	
}

.overlay-image{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	background-position: center;
	background-size: cover;
	opacity: 0.5;
}

.top-left{
    position: absolute;
    top: 15px;
    left: 25px;
	font-size: 60px;
	text-align: center;
	
}

.main{
	min-height: 300px;
	justify-content: center;
	align-content: center;
    padding:auto;
    overflow: auto;
}

.aside-left{
	min-width: auto;
    min-height: 20px;
	justify-content: center;
	float: left;
    margin: 7% ;


}

.aside-right{
    min-width: auto;
    min-height: 20px;
	float: right;
	padding: 10%;
	box-sizing: border-box;
	text-align: left;

}

.nav{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
    min-height: 100px;
    list-style: none;
    display: flex;
    column-gap: 6rem;
    justify-content: center;
    align-items: center;
	font-size: 2.5em;
	margin: 1%;
}

.row{
	justify-content: center;
	text-align: center;
	column-gap: 15%;
	padding: 20px;
	
}

.contact-section{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

}

.contact-info{
	min-width: 500px;
	line-height: 70px;
	font-size: 25px;
	font-family: 'adobe-garamond-pro', serif;
	color: white;
	margin-right: 10px;
	
}

.contact-info i{
	margin-right: 20px;
	font-size: 25px;
}

.contact-form{
	max-width: 730px;
	margin-right: 50px;
}

.contact-info .contact-form{
	flex: 1;
}

.contact-form .text-box{
	backround-color: #42423c;
	color: #fff;
	width: calc(60%-20px);
	height: 50px;
	padding: 22px;
	font-size: 15px;
	border-radius: 7px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	opacity: 0.9;
}

.contact-form .some-margin{
	margin-right: 15px;
}

.contact-form textarea{
	color: #fff;
	width: 100%;
	padding: 12px;
	font-size: 15px;
	min-height: 200px;
	max-height: 400px;
	resize: vertical;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	opacity: 0.9;
}

.contact-form .send-btn{
	float: right;
	background: black;
	color: #d7ac01;
	border: none;
	width: 730px;
	height: 40px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 5px;
	font-family: 'Trajan-color', serif;
	cursor: pointer;
	transition: 0.3s;
	transition-property: background;
	margin-bottom: 20px;
	
}

.contact-form .send-btn:hover{
	background: #232222; 
}

.contact-form input[type=text] ,input[type=email] ,textarea{   
	background-color: #42423c;   
	border: 5px solid #c4c4c4; 
}



.footer{
	background-color: #c4c4c4;
	font-family: 'adobe-garamond-pro', serif;
	justify-content: center;
	text-align: center;
	column-gap: 15%;
	padding: 20px;
}

@media (max-width:992px) {
	
body {
	min-height: 100vh;
	min-width: 130vh;
	background: #42423c;
	background-size: cover;
	padding: 0;
	margin: 0;
	
}

html {
	scroll-behavior: smooth;
}

h1{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
	font-size: 3.80em;
	padding: inherit;
	
}

h2,h4{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
	font-size: 3.40em;
	text-align: center ;
	position: relative;
	margin: 2px 1px 3px;
	
	
}

h3{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
	
}

h5{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
	font-size: 3.80em;
	text-align: center;
	padding: 30px;
}

h6{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
	font-size: 1.8em;
	padding: 15px;
}

h7{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
	font-size: 1.2em;
}

p{
	font-family: 'adobe-garamond-pro', serif;
	font-size: 1.30em;
	color: white;
	
}

b{
	color: yellow;
}

a{
	color: #d7ac01;
}

.carousel-item{
	height: 55rem;
	background: #000000;
	color: white;
	position:relative;
}

.bg1{
	background-image: url("image/main-cover-01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg2{
	background-image: url("image/main-cover-02.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg3{
	background-image: url("image/main-cover-03.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg4{
	background-image: url("image/main-cover-04.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title{
	position: absolute;
	width: 100%;
	top: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
}

.header{
	position: relative;
	z-index: 1;
	top: 20px;
}

.header-continer{
	display: flex;
	align-items: center;
	justify-content: center;
}

.background-5{
	background-image: url("image/main-cover-01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	padding-bottom:50px;
	
}

.overlay-image{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	background-position: center;
	background-size: cover;
	opacity: 0.5;
}

.top-left{
    position: absolute;
    top: 15px;
    left: 25px;
	font-size: 60px;
	text-align: center;
	
}

.main{
	min-height: 300px;
	justify-content: center;
	align-content: center;
    padding:auto;
    overflow: auto;
}

.aside-left{
	min-width: auto;
    min-height: 20px;
	justify-content: center;
	float: left;
    margin: 7% ;


}

.aside-right{
    min-width: auto;
    min-height: 20px;
	float: right;
	padding: 12%;
	box-sizing: border-box;
	text-align: left;

}

.nav{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
    min-height: 100px;
    list-style: none;
    display: flex;
    column-gap: 2rem;
    justify-content: center;
    align-items: center;
	font-size: 1.5em;
	margin: 1%;
}

.row{
	justify-content: center;
	text-align: center;
	column-gap: 15%;
	padding: 20px;
	
}

.contact-section{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

}

.contact-info{
	min-width: 500px;
	line-height: 70px;
	font-size: 25px;
	font-family: 'adobe-garamond-pro', serif;
	color: white;
	margin-right: 10px;
	
}

.contact-info i{
	margin-right: 20px;
	font-size: 25px;
}

.contact-form{
	max-width: 730px;
	margin-right: 50px;
}

.contact-info .contact-form{
	flex: 1;
}

.contact-form .text-box{
	backround-color: #42423c;
	color: #fff;
	width: calc(60%-20px);
	height: 50px;
	padding: 22px;
	font-size: 15px;
	border-radius: 7px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	opacity: 0.9;
}

.contact-form .some-margin{
	margin-right: 15px;
}

.contact-form textarea{
	color: #fff;
	width: 100%;
	padding: 12px;
	font-size: 15px;
	min-height: 200px;
	max-height: 400px;
	resize: vertical;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	opacity: 0.9;
}

.contact-form .send-btn{
	float: right;
	background: black;
	color: #d7ac01;
	border: none;
	width: 730px;
	height: 40px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 5px;
	font-family: 'Trajan-color', serif;
	cursor: pointer;
	transition: 0.3s;
	transition-property: background;
	margin-bottom: 20px;
	
}

.contact-form .send-btn:hover{
	background: #232222; 
}

.contact-form input[type=text] ,input[type=email] ,textarea{   
	background-color: #42423c;   
	border: 5px solid #c4c4c4; 
}



.footer{
	background-color: #c4c4c4;
	font-family: 'adobe-garamond-pro', serif;
	justify-content: center;
	text-align: center;
	column-gap: 15%;
	padding: 20px;
}
}


