ul,
li {
	list-style: none;
}

body::-webkit-scrollbar {
	width: 5px;
}

body::-webkit-scrollbar-track {
	background: #dde4ec;
}

body::-webkit-scrollbar-thumb {
	background: #fa5a00;
	border-radius: 30px;
}

.wrapper {
	overflow: hidden;
	min-height: 100%;
	position: relative;
	color: #fff;
	font-family: Roboto;
	background-blend-mode: color;
	background-image: linear-gradient(to bottom, #002347, #002347);
}

.container {
	max-width: 1900px;
	width: 95%;
	margin: 0 auto;
}

.content {
	background: url("../img/bg_large.png") top center/ cover no-repeat;
	overflow: hidden;
	min-height: 100vh;
	position: relative;
}

.content__images {
	z-index: 9;
}

.img-one {
	object-fit: cover;
	left: 34px;
	bottom: 0px;
	position: absolute;
	z-index: 10;
	width: 745px;
	 
}

.img-two {
	object-fit: cover;
	left: 405px;
	bottom: 0px;
	position: absolute;
	z-index: 9;
	width: 600px;
	max-width: 700px;
}

.active {
	display: block;
}

.content__image-text {
	position: absolute;
	left: 610px;
	bottom: 582px;
}

.content__image-text-large {
	font-size: 78px;
	font-weight: 900;
	line-height: 0.88;
	letter-spacing: 1.96px;
}

.content__image-text-small {
	font-size: 37px;
	font-weight: 900;
	line-height: 0.88;
	letter-spacing: 0.93px;
}

.header {
	margin-top: 46px;
	margin-left: 140px;
	margin-right: 140px;
}

.header__container {
	display: flex;
	align-items: center;
	justify-content: start;
}

.header__logo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__logo-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	width: 208px;
}

.main__container {
	display: flex;
}

.main__desc {
	width: auto;
	z-index: 10;
	margin-top: 120px;
	margin-left: 48%;
	max-width: 560px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.main__title {
	font-size: 32px;
	font-style: italic;
	letter-spacing: 1.35px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	max-width: 475px;
}

.main__subtitle {
	font-size: 26px;
	margin-top: 5px;
	margin-left: 10px;
	font-weight: 500;
	position: relative;
	max-width: 500px;
	width: auto;
}

.main__subtitle:before {
	content: "";
	width: 168px;
	height: 2px;
	background-color: #fa5700;
	position: absolute;
	left: -85px;
	top: 17px;
}

.main__content-mob {
	display: none;
}

.main__text {
	margin-top: 30px;
	font-size: 24px;
	font-weight: 500;
	display: none;
}


h1{
	font-size: 32px;
    font-style: italic;
    letter-spacing: 1.35px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    max-width: 475px;

}


h2{
	    font-size: 50px;
    font-weight: 900;
    font-stretch: normal;
    font-style: italic;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
   

}