@charset "utf-8";
/* CSS Document */

html {
    height:100%;
}

body {
  height: 100%;
  min-width:1170px;
  margin: 0;
  font-family: ingiri;
  font-size: 12px;
  color: #2c3342;
  background: #ffffff;
}

.clear {
	clear: both;
}

*:focus {
    outline: none;
}

a {
	color: #3f51b5;
	text-decoration: none;
}

a:hover {
	color: #3f51b5;
	text-decoration: underline;
}

.nino {
	font-family: nino;
}

.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	padding-bottom: 100px;
	position: relative;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.container {
	max-width: 1200px;
}

.my_container {
	width: 1424px;
	text-align: left;
}

@media (max-width: 1500px) {
	.my_container {
		width: 1280px;
	}
}

@media (max-width: 1399px) {
	.my_container {
		width: 1160px;
	}
}

@media (max-width: 1199px) {
	.my_container {
		width: calc(100% - 20px);
		padding: 0px 10px;
	}
}

.pad0 {
	padding: 0px;
}

.pad01 {
	padding-left: 0px;
}

.pad10 {
	padding-right: 0px;
}

.mar0 {
	margin: 0px;
}

.footer {
	min-height: 600px;
	background: #53586c;
	font-family: ninobold;
	color: white;
}

.header {
	min-height: 1272px;
	background: #20303f url(../images/2025/header_bg.png) no-repeat center / cover;
	font-family: ninobold;
	margin-bottom: 100px;
	padding-bottom: 20px;
}

.header_top {
	min-height: 170px;
}

.logo {
	padding: 30px 0px 0px 0px;
}

.header_top_banner {
	padding: 30px 0px 0px 0px;
}

.header_menu_container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	margin: 30px 0px 0px 0px;
}

.header_menu_item {
	margin: 0px 20px 0px 0px;
}

.header_facebook_icon {
	margin: 0px 20px 0px 0px;
}

.header_menu_item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 50px;
	background: url(../images/2025/menu_bg.png) repeat;
	border-radius: 18px;
	font-size: 18px;
	font-style: italic;
	color: black;
	padding-top: 5px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

/* subtle gradient light sweep */
.header_menu_item a::after {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
	transform: skewX(-20deg);
	transition: all 0.5s ease;
}

.header_menu_item a:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.header_menu_item a:hover::after {
	left: 130%;
	transition: all 0.8s ease;
}

@media (max-width: 1500px) {
	.header_menu_item a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 120px;
		height: 50px;
		background: url(../images/2025/menu_bg.png) repeat;
		border-radius: 14px;
		font-size: 14px;
		font-style: italic;
		color: black;
		padding-top: 5px;
		text-decoration: none;
	}
}

.header_top {
	min-height: 170px;
}

.header_middle_1 {
	min-height: 120px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-start;
	color: white;
	font-size: 36px;
	line-height: 48px;
	text-shadow: 5px 5px 5px #a3238e;
}

.header_middle_2_wide {
	position: relative;
	min-height: 443px;
	background: url(../images/2025/header_middle_bg.png) repeat;
}

.header_middle_2_help_block {
	min-height: 48px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	color: white;
	font-size: 28px;
	font-style: italic;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25);
	background: #2a2a9a;
	padding: 4px 40px 0px 25px;
	border-radius: 16px 0px 0px 16px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.header_middle_2_text_1 {
	color: white;
	font-size: 32px;
	font-style: italic;
	padding: 50px 0px 0px 0px;
}

.header_middle_2_white_line {
	width: 340px;
	height: 8px;
	background: white;
}

.header_middle_2_text_2 {
	color: white;
	font-size: 32px;
	font-style: italic;
	padding: 50px 0px 40px 0px;
}

.header_middle_2_text_3 {
	color: white;
	font-size: 32px;
	line-height: 42px;
	font-style: italic;
	padding: 20px 0px 0px 0px;
	position: relative;
}

.header_middle_2_text_3_subtext_1 {
	color: #20e739;
}

.header_middle_2_text_3_subtext_2 {
	color: #a3238e;
	-webkit-text-stroke: 1px #ffffff;
	font-size: 36px;
}

.header_middle_2_icons {
	position: absolute;
	bottom: 0px;
	left: 450px;
}

.header_middle_3 {
	float: right;
	height: 76px;
	background: #2a2a9a;
	margin: 66px 0px 30px 0px;
	padding: 14px 36px 0px 33px;
	color: white;
	font-size: 32px;
	font-style: italic;
	border-radius: 28px 0px 0px 28px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.header_middle_3_subtext_1 {
	font-size: 36px;
	font-style: normal;
}

.header_bottom_tabs_container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.header_bottom_tabs_container a {
	color: #20e739;
	text-decoration: none;
}

.header_bottom_tabs_separator {
	background: #86e6f2;
	width: 3px;
	margin: 0px 10px 18px 10px;
}

.header_bottom_tabs_item {
	text-align: center;
	color: #20e739;
	font-size: 28px;
	font-style: italic;
	line-height: 36px;
	cursor: pointer;
	padding: 0px 20px;
	transition: all 0.3s ease;
	display: inline-block;
	position: relative;
}

/* hover effect */
.header_bottom_tabs_item:hover {
	transform: translateY(-4px);
	color: #00ff66;
}

/* green line positioned lower */
.header_bottom_tabs_item::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px; /* ჩამოსწევს ხაზს სურათის ქვემოთ */
	transform: translateX(-50%);
	width: 0%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #20e739, transparent);
	transition: all 0.4s ease;
}

.header_bottom_tabs_item:hover::after {
	width: 80%;
}

@media (max-width: 1500px) {
	.header_bottom_tabs_item {
		font-size: 20px;
		line-height: 30px;
	}
}

.header_bottom_menu_container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 80px;
}

.header_bottom_menu_item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 50px;
	background: #bdc1c6;
	border-radius: 18px;
	font-size: 18px;
	font-style: italic;
	color: black;
	padding-top: 5px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

/* default subtle shadow */
.header_bottom_menu_item a {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* hover animation */
.header_bottom_menu_item a:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
	color: #000;
}

/* smooth light sweep */
.header_bottom_menu_item a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	transform: skewX(-20deg);
	transition: all 0.7s ease;
}

.header_bottom_menu_item a:hover::before {
	left: 130%;
}

.news_item {
	margin: 0px 30px 100px 0px;
	font-family: ninobold;
	color: #2c3342;
	transition: all 0.3s ease;
}

.news_item a {
	color: #2c3342;
	text-decoration: none;
}

/* IMAGE */
.news_image {
	height: 320px;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* ოდნავ გამოკვეთილი hover */
.news_image:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* TITLE */
.news_title {
	text-align: center;
	background: #bdbec0;
	font-size: 24px;
	line-height: 30px;
	padding: 20px 10px 15px 10px;
	margin: 30px 0px 20px -30%;
	position: relative;
	overflow: hidden;
	transition: background 0.3s ease, color 0.3s ease;
}

/* subtle light sweep effect */
.news_title::after {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
	transform: skewX(-20deg);
	transition: all 0.6s ease;
}

.news_title:hover::after {
	left: 130%;
}

/* ოდნავ განათებული hover ფონი */
.news_title:hover {
	background: #c7c8ca;
	color: #000;
}

.news_desc {
	font-size: 20px;
	line-height: 26px;
}

@media (max-width: 1500px) {
	.news_title {
		font-size: 18px;
		line-height: 26px;
		padding: 20px 10px 15px 10px;
		margin: 30px 0px 20px 0px;
	}
}

.footer_left_container {
	height: 482px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	border-right: #ffffff 3px solid;
	margin: 50px 0px 0px 0px;
	padding-right: 20px;
}

.footer_left_text_big {
	font-size: 60px;
}

.footer_left_text_middle {
	font-size: 30px;
}

.footer_right_container {
	height: 482px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	margin: 50px 0px 0px 30px;
	font-size: 26px;
}

.footer_right_container a {
	color: white;
	text-decoration: none;
}

@media (max-width: 1500px) {
	.footer_right_container {
		font-size: 24px;
	}
}

.footer_right_container a:hover {
	text-decoration: underline;
}

.video {
	width: 100%;
	height: 720px;
}

@media (max-width: 1500px) {
	.video {
		height: 640px;
	}
}

.super_for_students {
	margin-top: -420px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.topic_menu_separator {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.super_for_students_separator {
	margin-top: -440px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}