body {
  margin: 0;
  font-family: sans-serif;
  font-size: 14px;
  background-color: #fff;
  -ms-user-select: none;
  -moz-user-select: none; 
  -webkit-user-select: none; 
  user-select: none;
}

*,
*:befor,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main {
	display: block;
	width: 100%;
	max-width: 1300px;
	height: 100%;
	margin: 0 auto;
}

.header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1300px;
	height: 500px;
	background-image: url(img/img-webp-format/skyscraper-light.webp);
	background-position: center center;
	background-size: cover;
	margin-bottom: 50px;
}

.header_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	background-color: rgb(255, 255, 255, 20%);
	border:1px solid #fff;
	width: 90%;
	height: 80%;
}

.logo {
	position: absolute;
	top: -7.8%;
	z-index: 100;
}


/*----NAVIGATION----------------------*/
.navigation {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
.navigation-cliked {
	background: #fff;
	width: 300px;
	max-width: 100%;
	height: auto;
}

.burger {
	display: block;
	height: 40px;
	width: 40px;
	position: relative;
	background: none;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	margin: 10px;
}
  
.burger__item {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #615D5C;
	transition: all 0.3s ease;
}

.burger__item.second {
	margin: 5px 0;
	transform: scale(1);
}

#navToggle.clicked .burger__item.second {transform: scale(0); margin: 0;}
#navToggle.clicked .burger__item.first {
	top: 50%;
	position: absolute;
	transform: rotate(-45deg) translate(0, -50%);
}
#navToggle.clicked .burger__item.third {
	bottom: 50%;
	position: absolute;
	transform: rotate(45deg) translate(0, 50%);
}

#navToggle.clicked {
	background-color: #d9d9d9;
}
  
.nav {
	display: none;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	width: auto;
	height: 85vh;
	overflow-y: scroll;
	flex-direction: column;
	text-align: left;
	border-bottom: 2px solid red;
}

.nav__link {
	margin: 10px;
	padding: 10px;
	font-family: sans-serif;
	color: #615D5C;
	text-decoration: none;
	border: 1px solid red;
}
.nav__link:last-child {margin-bottom: 20px;}
  
.nav.show {
	display: flex;
}
/*-------NAVIGATION------------------*/


.header-heading {
	font-family: 'Jost',sans-serif;
	font-weight: 700;
	color: #1f98ff;
	text-transform: uppercase;
	font-size: 64px;
	margin: 100px 15px 0px 15px;
	text-shadow: 2px 2px 7px #fff, -2px -2px 7px #fff;
}

.header-heading-n2 {
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 40px;
	text-align: center;
	margin: 25px 15px;
	text-shadow: 2px 2px 7px #1f98ff, -2px -2px 7px #1f98ff;
}


/*----------------------------------------------------------------------*/
.main_conteiner {
  text-align: center;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.inside_container {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
    padding: 60px 15px;
}

.aboutcompany {
  text-align: center;
  margin: 0 0 100px 0;
  line-height: 1.2;
  font-size: 35px;
  font-family: sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #444140;
}


.contentaboutus{text-align: left;}

.card {
  padding: 0;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
}

.purposesh3 {
  margin: 0 auto 10px auto;
  border-bottom: 1px solid black;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 25px;
  line-height: 41px;
  color: #1f98ff;
}

.purposes {
  text-indent: 40px;
  word-spacing: 2px;
  margin: 0;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #4d434b;
}

.purposes9 {
  margin: 0 0 20px 0;
  padding-left: 5px;
}

.purposes10 {
  word-spacing: 2px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #4d434b;
}

.h3 {
  margin: 0 auto 10px auto;
  border-bottom: 1px solid black;
  padding: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #d92b00;
}
.ph3 {margin-bottom: 20px;}

.withrespect {
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.2;
  font-size: 22px;
  font-family: Roboto;
  font-style: italic;
  font-weight: 600;
  color: #615D5C;
}
/*----------------------------------------------------------------------*/

/* Footer
---------------------------------------- */
.footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 100%;
	margin: 0;
	height: 300px;
	background: radial-gradient(55% 827.35% at 50% 50%, rgba(255, 255, 255, 0.5) 50%, rgba(31, 152, 255, 0.70) 75%, rgba(51, 93, 135, .8) 90%);
	border-top: 3px solid #b7deff;
}

.footer_inner {
	margin: 0;
	padding: 0;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	max-width: 1000px;
	text-align: center;
}

.footer_text {
	margin: 0 20px;
	line-height: 25px;
	word-spacing: 5px;
	font-size: 20px;
	color: #505050;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.footer_text a {
	text-decoration: none;
	display: inline-block;
}
.footer_link {
	color: rgb(153, 153, 153);
} .footer_link:hover {
	color: rgb(145, 145, 145);
	text-decoration: underline;
}


/*-------MEDIA-------------
----------------------------------*/

@media (max-width: 700px) {
  .inside_container {padding: 40px 15px;}
  .aboutcompany {margin-bottom: 15px; font-size: 30px;}
  .purposesh3 {font-size: 25px;}
  .purposes {font-size: 16px; line-height: 20px;}
  .purposes9 {font-size: 16px; line-height: 20px;}
  .purposes10 {font-size: 16px; line-height: 18px;}
  .h3 {font-size: 18px;}
  .withrespect {font-size: 15px; margin-bottom: 30px;}
}

@media (max-width: 650px) {.footer_text {font-size: 16px; line-height: normal;}}

@media (max-width: 600px) {
    .header-heading {font-size: 50px; margin-top: 125px;}
    .header-heading-n2 {font-size: 32px;}
}

@media (max-width: 450px) {
    .navigation-cliked {width: 100%;}
	.header-heading {font-size: 32px;}
	.header-heading-n2 {font-size: 24px;}
  .card {padding: 10px;}
  .inside_container {padding: 30px 15px;}
  .aboutcompany {font-size: 25px;}
  .purposesh3 {line-height: 20px; margin-bottom: 10px; font-size: 20px;}
}





