@charset "utf-8";

body{
	background: #2E303E;
	font-family: Fira Code;
	line-height: normal;
	padding: 0;
	margin: 0;
	font-size: 26px;
	overflow-x: hidden;
}

#main-logo {
	height: 17rem;
}


a:link { text-decoration: none !important; }
a:visited { text-decoration: none !important; }
a:hover { text-decoration: none !important; }
a:active { text-decoration: none !important; }

.element{
	position: absolute;
	z-index: -1;
}

.bg1{
	top: 170px;
	right: 0px;
}

.bg2{
	top: 390px;
	left: 0px;
}

.bg3{
	top: 924px;
	left: 0px;
}

.bg4{
	top: 845px;
	right: 0px;
}

.bg5{
	top: 4000px;
	right: 15px;
}

.bg6{
	top: 3500px;
	right: 0px;
}

.bg7{
	top: 2700px;
	left: -50px;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*Grids*/

.container{
	max-width: 1200px;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: hidden;
}

.row{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.col{
	width: 45%;
	min-width: 15rem;
}

header{
	text-align: center;
	padding: 30px;
}

.text-left{
	text-align: left;
}

.pt-100{
	padding-top: 100px;
}

.mt-100{
	margin-top: 100px;
}

.mt-50{
	margin-top: 50px;
}

.mb-30{
	margin-bottom: 30px;
}

/*Headings*/

h1{
	display: inline-block;
	font-size: 52px;
	font-weight: 600;
}

h2{
	font-weight: 500;
	font-size: 26px;
}

.flex{
	display: flex;
	gap: 30px;
	align-items: center;
}

.text_small{
	font-size: 18px;
}

.gap-30{
	gap: 30px;
}

.items-center{
	align-items: center;
}

.row img{
	max-width: 100%;
}

.programm_block{
	border-radius: 8px;
	background-color: #252A33;
	border: 1px solid #1D191F;
	display: flex;
	justify-content: space-around;
	padding: 15px;
	flex-wrap: wrap;
	gap: 20px;
}

.between{
	justify-content: space-between;
}

.blocks{
	display: flex;
	background-color: #252A33;
	border: 1px solid #1D191F;
	padding: 30px;
	padding-bottom: 20px;
	flex-direction: column;
	justify-content: space-between;
	height: 25rem;
	box-sizing: border-box;
	width: 30%;
	text-align: left;
}

.blocs-text {
	overflow: hidden;
}

.blockBtn{
	display: block;
	padding: 15px;
	width: 100%;
	color: #000;
	border-radius: 6px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none !important; 
}

.BtnSmall{
	display: inline-block;
	padding: 15px;
	border-radius: 6px;
	box-sizing: border-box;
	text-align: center;
	width: auto;
}

.imgAuto img{
	max-width: 1178px;
	width: 100%;
	height: auto;
}

.menu{
	display: none;
}

.humburger span{
	display: block;
	width: 40px;
	height: 2px;
	background-color: #f5c025;
}

.humburger:hover span,.close:hover span{
	background-color: #fff;
}

.humburger{
	display: flex;
	height: 40px;
	width: 40px;
	align-content: space-around;
	flex-direction: column;
	justify-content: space-evenly;
}

.close{
	display: none;
	margin-top: 8px;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 1;
	cursor: pointer;
}

.close span{
	display: block;
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #f5c025;
	rotate: 45deg;
}

.closeReverse{
	rotate: -45deg!important;
}



.min2mar {
	margin-top: -2em;
}

.slide-img {
	border: 1px solid #C9ECDC;
	border-radius: 3px;

}

.program-lang-img {
	height: 150px;
}


.icon1{
	background-image: url("../img/icon1.svg");
	background-repeat: no-repeat;
	background-position: center;
}
.icon2{
	background-image: url("../img/icon2.svg");
	background-repeat: no-repeat;
	background-position: center;
}
.icon3{
	background-image: url("../img/icon3.svg");
	background-repeat: no-repeat;
	background-position: center;
}
.icon4{
	background-image: url("../img/icon4.svg");
	background-repeat: no-repeat;
	background-position: center;
}
.icon5{
	background-image: url("../img/icon5.svg");
	background-repeat: no-repeat;
	background-position: center;
	height: 5rem;
}

.block_icons{
	display: block;
	width: 74px;
	height: 74px;
	border-radius: 8px;
	box-sizing: border-box;
	max-width: 100%;
}

.icon_purple{
	background-color: #C778DD;
}

.icon_orange{
	background-color: #EAB676;
}

.icon_pink{
	background-color: #E77260;
}

.icon_yellow{
	background-color: #FEF86B;
}


.faced-img {
	border-radius: 5px;
}
  
.footer {
	background-color: #252A33;
	font-size: 18px;
	border-top: 1px solid black;
	padding-top: 2em;
	padding-left: 6em;
	padding-right: 6em;
	padding-bottom: 4em;
}

/* For x-small mobile devices */
@media only screen and (max-width: 576px) {
	body {
		font-size: 16px;
	}
	.text_small {
		font-size: 16px;
	}
	.sec-logo {
		height: 10rem !important;
	}
	.element{
		display: none;
	}
	.card-head {
		display: none;
	}
	.col{
		width: 100%;
	}
	.blocks {
		width: 100%;
		height: 15rem;
	} 
	.sec-description {
		height: 10rem;
		overflow: hidden;
		margin-bottom: 1rem;
		text-overflow: ellipsis;
	}
}

/* For small mobile devices */
@media only screen and (min-width: 576px) and (max-width: 767px) {
	body {
		font-size: 16px;
	}
	.text_small {
		font-size: 16px;
	}
	.sec-logo {
		height: 12rem !important;
	}
	.element{
		display: none;
	}
	.card-head {
		display: none;
	}
	.col{
		width: 100%;
	}
	.blocks {
		width: 100%;
		height: 15rem;
	} 
}

/* For tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	body {
	  font-size: 20px;
	}
	.text_small {
		font-size: 18px;
	}
	.sec-logo {
		height: 12rem;
	}
	.element{
		display: none;
	}
	.col{
		width: 100%;
	}
	.blocks {
		width: 100%;
		height: 15rem;
	} 
}
/* For desktops */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	body {
	  font-size: 22px;
	}
	.text_small {
		font-size: 20px;
	}
	.element {
		display: block;
	}
}
/* For large desktops */
@media only screen and (min-width: 1200px) {
	body {
	  font-size: 24px;
	}
	.element {
		display: block;
	}
}