html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

div, p, input, button, form, span, a, ul, li {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.nav-section li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #fff;
	margin-right: 60px;
	font-family: 'Exo', sans-serif;
	font-weight: 400;
	font-size: 12px;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
}

.header {
	background: url(../img/header.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
}

.header-transparent {
	width: 100%;
	height: 60px;
	background: linear-gradient(90.06deg, rgba(255, 255, 255, 0.005) 0%, rgba(255, 255, 255, 0) 100%);
	filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.05));
	backdrop-filter: blur(5px);
	padding-top: 15px;
	box-shadow: -1px 3px 9px 0px rgba(255,255,255,0.4);
}

.desc {
	color: #fff;
	display: inline-flex;
	padding-left: 15px;
	display: inline-block;
  line-height: 0.3em;
}

.edu {
	font-family: 'Exo', sans-serif;
	font-weight: 900;
	font-size: 13px;
}

.edu-desc {
	font-family: 'Exo', sans-serif;
	font-weight: 400;
	font-size: 13px;
}

.nav-section {
	display: inline-flex;
	position: absolute;
	left: 790px;
	margin: 0 auto;
	padding-top: 10px;
}

.title {
	font-family: 'Comfortaa', cursive;
	font-weight: 700;
	font-size: 45px;
	color: #fff;
	max-width: 1200px;
	margin: 200px auto 0px 80px;
	line-height: 3.3em;
	text-transform: uppercase;
	position: absolute;
}

.title h1:last-child {
	margin-left: 100px;
}

.header-carusel {
	float: right;
	margin-right: 100px;
}

.position1 {
	margin-top: 320px;
}

.position2 {
	margin-top: 350px;
}

.position3 {
	margin-top: 400px;
	margin-right: 30px;
}

.flex-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.slider-wrapper {
  max-width: 800px;
  width: 100%;
  height: 490px;
  position: relative;
}

.slide {
  width: 100%;
  height: 100%;
  display: none;
}

.slide.active {
  display: block;
}

.about {
	padding-top: 100px;
}

.sect-title {
	color: #A84238;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 25px;
	padding-bottom: 40px;
}

.about-container {
	display: flex;
	justify-content: space-between;
}

.rectangle {
	display: block;
	width: 370px;
	height: 220px;
	background: linear-gradient(146.2deg, rgba(168, 66, 56, 0.49) 0.13%, rgba(168, 66, 56, 0.07) 100%);
	backdrop-filter: blur(30px);
	border-radius: 10px;
	margin-bottom: 100px;
	color: #fff;
	text-align: center;
	padding-top: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.rectangle p {
	color: #A84238;
	text-align: left;
	max-width: 350px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	padding-left: 25px;
	padding-top: 5px;

}

.rectangle h3 {
	text-transform: uppercase;
}

.course1, .course2, .course3 {
	margin-bottom: 50px;
}

.eng, .ielts, .math {
	position: relative;
}

.blur {
	filter: blur(10px);
}

.math, .eng, .ielts {
  border-radius: 2px;
	position: absolute;
  -webkit-transition: all .2s;
  transition: all .2s;
  outline-offset: 1rem;
  padding-bottom: 40px;	
}

.eng1:hover, .eng2:hover, .eng3:hover, .ielts1:hover, .ielts2:hover, .ielts3:hover, .math1:hover, .math2:hover, .math3:hover {
	z-index: 1;
}

.eng-position, .math-position, .ielts-position {
	position: absolute;
}

.eng2, .math2 {
  left: 200px;
  top: 3rem;
}

.eng3, .math3 {
  left: 100px;
	top: 6rem;
}

.card:hover, .blur:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.course-desc1 {
	padding-left: 560px;
	padding-top: 5px;
}

.course-desc h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 20px;
	color: #B9273C;
}

.course-paragraph {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #000;
	line-height: 1.5em;
	max-width: 610px;
}

.course2 {
	width: 100%;
	height: 355px;
	background: rgba(215, 215, 215, 0.2);
	padding-top: 50px;
}

.ielts1 {
	left: 200px;
}

.ielts2 {
  top: 3rem;
}

.ielts3 {
	top: 6rem;
	left: 100px;
}

.course2-container {
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
}

.ielts {
	margin-left: 687px;
}

.course-desc {
	padding-top: 30px;
}

.team {
	margin-top: 100px;
	background: url(../img/team.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 765px;
	width: 100%;
}

.team-img {
  margin-top: 20px;
  margin-left: 200px;
}

.team-title {
  color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 25px;
  display: flex;
  justify-content: center;
}


.team-slider {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
	margin-bottom: 25px;
}

.tutor {
  width: 270px;
  height: 320px;
  position: absolute;
}

.team-name-holder {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 5px 5px;
  width: 270px;
  height: 50px;
  position: relative;
  display: block;
  margin-top: 270px;
  padding: auto;
}

.team-name, .team-name-title {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  word-spacing: 1px;
  letter-spacing: 0.5px;
}

.team-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 7px;
}

.team-name-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.team-dot-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.team-dot-wrapper div {
	display: flex;
	justify-content: space-around;
}

.dot {
  width: 70px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1.5px;
}

.dot.active {
	background: #FFF;
}

.figures {
	margin-top: 100px;
	margin-bottom: 100px;
}

.numbers {
	font-weight: 900;
	font-size: 50px;
}

.numbers-desc {
	font-weight: 400;
	font-size: 13px;
	margin-left: 24px;
}

.numbers, .numbers-desc {
	font-family: 'Montserrat', sans-serif;
	color: #A84238;
}

.number1, .number2, .number3, .number4{
	text-align: center;
	display: flex;
	align-items: center;
}

.figures-block {
	display: flex;
	justify-content: space-between;
}

.footer {
	padding-top: 70px;
	width: 100%;
	height: 600px;
	background: #320505;
}

.footer-nav-section {
	display: inline-flex;
	position: absolute;
	left: 600px;
	margin: 0 auto;
	padding-top: 10px;
}

.footer-nav-section li {
	list-style: none;
}

.arrow-to-header {
	float: right;
	margin-top: 8px;
}

.info-section {
	margin-top: 95px;
	display: flex;
}

.info-title {
	font-weight: 700;
	font-size: 13px;
}

.info-desc {
	max-width: 240px;
	line-height: 1.4em;
}

.info-desc, .footer-list {
	font-weight: 400;
	font-size: 12px;
}

.footer-list {
	line-height: 3em;
	margin-bottom: 50px;
}

.info-title, .info-desc, .footer-list {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}


.info-left {
	margin-right: 70px;
}

.copyright {
	margin-top: -30px;
}

.icons, .social-media {
	color: #fff;
	margin-right: 3px;
}

.tel {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 12px;
	color: #fff;
}

.contacts {
	line-height: 1.5em;
	margin-bottom: 40px;
}

.social-media {
	letter-spacing: 0.5em;
	margin-top: 15px;
}

.instagram, .telegram, .youtube, .facebook-link {
	margin-right: -60px;
}

.map {
	height: 420px;
  width: 620px;
	border-radius: 5px;
	border: 0;
	margin-left: 85px;
	margin-top: -20px;
}


/* Responsive */

/* 992px - 1200px */
@media screen and (max-width: 1200px) {

}

/* 768px - 992px */
@media screen and (max-width: 992px) {

}

/* 576px - 768px */
@media screen and (max-width: 768px) {

}

/* 0 - 576px */
@media screen and (max-width: 576px) {

}
