
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
	text-decoration: none
}
nav{
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 99;
}
#logo{
	margin-top: 20px;
	margin-left: 20px;
}
.leng{
	position: absolute;
	right: 25px;
	top: 60px;
	color: #fff;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;

}
.custom-select-wrapper,
.fields_wrapper {
	position: relative;
	width: 100%;
}
.error-message {
	color: #fb3d43;
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 10;
}
.leng>ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.leng>ul>li{
	width: 50px;
	height: 32px;
	background-color: transparent;
	border-radius: 5px;
	color: #000;
	cursor: pointer;
}
.leng>ul>li>a{
	color: #fff;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	font-size: 15px;

}
.leng a:hover{
	color: #bfbfbf;
}
.dropdown{
	display: none;
	list-style: none;
	margin-top: 1px;
}
.dropdown>li{
	background-color: #fff;
	width: 50px;
}
.dropdown>li>a{
	color: #000;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	font-size: 15px;
}
.menu{
	display: inline-block;
	cursor: pointer;
	position: absolute;
	margin-top: 14px;
	right: 20px;
	z-index: 99;
}

.bar1, .bar3 {
	width: 40px;
	height: 5px;
	background-color: #fff;
	margin: 8px 10px;
	transition: 0.4s;
	border-radius: 10px;
}
.bar2{
	width: 60px;
	height: 5px;
	background-color: #fff;
	margin: 8px 0;
	transition: 0.4s;
	border-radius: 10px;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-11px, 6px);
	transform: rotate(-45deg) translate(-11px, 6px);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-11px, -8px);
	transform: rotate(45deg) translate(-11px, -8px);
}
.Feedback{
	width: 140px;
	height: 30px;
	border-radius: 50px;
	margin-top: -63px;
	right: 120px;
	font-size: 22px;
	position: absolute;
	color: #fff;
	font-family: 'dejavu_sansbook';
	text-align: center;
	line-height: 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.Feedback>.fa-mobile-alt{
	font-size: 18px;
	position: absolute;
	margin-top: 5px;
	left: -9px;
}
footer{
	width: 100%;
	height: 200px;
	background-image: url('/img/background/163295451912.jpg');
	background-position: center center;
	background-size: cover;
	margin-top: 100px;
	position: relative;
}
#baner{
	width: 100%;
	height: 400px;
	background-image: url('../ფოტო4.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
}
.baner_rgba{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.Cont_us_alert{

	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(51,50,71,0.7);
	z-index: 9999999;
	display: flex;
	top: -120vh;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.Cont_us_alert div {
	font-family: none;
}
.Course_booking{
	width: 600px;
	height: 820px;
	border-radius: 10px;
	margin: auto;
	border-radius: 5px;
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 45px 0 rgba(0,0,0,0.15);
	background-size: 605px 400px;
	background-repeat: no-repeat;

}
.fa-window-close {
	position: absolute;
	right: 16px;
	top: 10px;
	font-size: 30px;
	color: #f26669;
	cursor: pointer;
	z-index: 1;
}
.fa-window-close:hover{
	opacity: 0.6
}
.alert_color{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.right-side-bottom {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translatex(-50%);
	display: none;
	background-color: #f4656b;
	color: #fff;
	font-size: 22px;
	font-family: 'dejavu_sansbook';
	border: none;
	border-radius: 30px;
	padding: 20px 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	z-index: 20;
}
.right-side-bottom:hover {
	background-color: #000;
}
.text_Cont{
	width: 100%;
	height: 45px;
	padding: 10px;
	border: 2px solid  #fff;
	border-bottom: 2px solid  #333247;
	outline: none;
	color: #000;
	margin-top: 15px;
	font-size: 16px;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
}
.text_Cont::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	font-family: 'dejavu_sansbold' !important;
	font-size: 13px; 
}

.text_Cont::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-family: 'dejavu_sansbold' !important;
	font-size: 13px; 
}

.text_Cont::-ms-input-placeholder {
	/* Microsoft Edge */
	font-family: 'dejavu_sansbold' !important;
	font-size: 13px; 
}

/* Style for the wrapper */
.custom-select-wrapper {
	position: relative;
	width: 100%;
	user-select: none; /* Prevents text selection */
}

/* Base style for custom select */
.custom-select {
	position: relative;
	display: flex;
	flex-direction: column;
	border: 2px solid #fff;
	border-bottom: 2px solid #333247;
	background-color: #fff;
	cursor: pointer;
	margin-top: 15px;
}

/* Trigger for the custom select */
.custom-select-trigger {
	width: 100%;
	height: 45px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	color: #333247;
	font-size: 13px;
	font-family: 'dejavu_sansbold' !important;
	position: relative;
}
.custom-select-wrapper.country_code .custom-select-trigger {
	padding-inline: 0px;
	padding-left: 8px;
}
.custom-select-wrapper.country_code {
	width: 20%;
}

/* Custom arrow inside the select */
/*
.arrow {
	width: 7px;
	height: 7px;
	border-left: 2px solid #333247;
	border-bottom: 2px solid #333247;
	transform: rotate(-45deg) translateY(-50%);
	transition: transform 0.3s ease;
	position: absolute;
	right: 10%;
	top: 50%;
}
*/

/* Rotate arrow when open */
.custom-select.open .arrow {
	transform: rotate(135deg);
}

/* Options container */
.custom-options {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	border: 1px solid #333247;
	font-family: 'dejavu_sansbold' !important;
	max-height: 150px;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 99;
}

/* Open state for options */
.custom-select.open .custom-options {
	opacity: 1;
	visibility: visible;
}

/* Open upwards when insufficient space */
.custom-select.open-up .custom-options {
	top: auto;
	bottom: 100%;
}

/* Individual options */
.custom-option {
	padding: 10px 6px;
	font-size: 12px;
	color: #333247;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.custom-option:hover {
	background-color: #f0f0f0;
}

.custom-option.selected {
	background-color: #e9e9e9;
}

/* Hide the real select */
.custom-select-wrapper select {
	display: none;
}

.custom-select-wrapper.country_code{
	width: 100px;
	padding: 0;
	font-family: 'dejavu_sansbold' !important;
}
.phone input {
	width: 100%;
}
.phone {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	width: 100%;
}
.Course_a_Cont>img{
	width: 250px;
	margin-left: 50px;
	margin-top: 100px;
}

.Course_a_Cont{
	width: 90%;
	height: 90%;
	position: relative;
	margin: auto;
	margin-top: 4%;
	border: 4px solid rgba(255,255,255,0.7)
}
.form{
	margin-top: 290px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.btn_call_Cont{
	cursor: pointer !important;
	width: 130px;
	margin-top: 50px;
	position: relative;
	z-index: 9999;
}
::placeholder {
	color: #333247;
	font-family: 'dejavu_sansbold';
	font-size: 14px;
}
.Course_booking_button{
	width: 533px;
	height: 43px;
	border-radius: 4px;
	background-color: #fb3d43;
	border: 2px solid #fb3d43;
	outline: none;
	font-family: 'dejavu_sansbold';
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	margin-top: 40px;
	margin-left: 4px;
	padding: 1px 30px;
	border-radius: 50px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.Course_booking_button:hover{
	color: #000;
	background-color: rgba(238,49,55,0.9);

}
.footer_rgba{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
}
.preloader{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	background-color: #fff;
	overflow: hidden;
	display: flex;
}

#Inquired {
	margin: auto;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #ee3037;
	cursor: pointer;
	font-family: 'dejavu_sansbook';
	text-decoration: none;
	background-image: url('../img/icons/logo_animation.png');
	background-repeat: no-repeat;
	background-size: 60% 60%;
	background-position: center center;
	box-shadow: 0 0 0 rgb(238 48 55 / 40%);
	animation: pulse 1.7s infinite;
	position: relative;
}
@-webkit-keyframes pulse{
	0%{
		-webkit-box-shadow: 0 0 0 0 rgba(238,48,55,0.9);
		opacity: 1;
	}
	70%{
		-webkit-box-shadow: 0 0 0 30px rgba(238,48,55,0);
		opacity: 0.8;
	}
	100%{
		-webkit-box-shadow: 0 0 0 0 rgba(238,48,55,0);
		opacity: 0.8;
	}
}
@keyframes pulse{
	0%{
		-moz-box-shadow: 0 0 0 0 rgba(238,48,55,0.9);
		box-shadow: 0 0 0 0 rgba(238,48,55,0.9)opacity: 1;
	}
	70%{
		-moz-box-shadow: 0 0 0 10px rgba(238,48,55,0);
		box-shadow: 0 0 0 30px rgba(238,48,55,0);
		opacity: 0.8;
	}
	100%{
		-moz-box-shadow: 0 0 0 0 rgba(238,48,55,0);
		box-shadow: 0 0 0 0 rgba(238,48,55,0);
		opacity: 0.8;
	}
}
#menu_top{
	width: 100%;
	height: 100%;
	top: -100vh;
	position: fixed;
	z-index: 9999;
	opacity: 0;
	background-color: rgba(51,50,71,0.9);
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.menu_image{
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center bottom;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.menu_image_rgba{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(51,50,71,0.7);
}
.menu_image_rgba>ul {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.menu_image_rgba>ul>li{
	display: inline-block;
	margin: 20px 25px;
	position: relative;
	height: 43px;

}
.star_1{
	display: none !important;
}
.menu_image_rgba>ul>li>a{
	color: #fff;
	font-size: 30px;
	font-family: 'dejavu_sansbook';
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu_image_rgba>ul>li>a:hover{
	color: #f26669;
}
.menu_image_rgba_logo{
	width: 360px;
	margin: 100px auto;

}
footer ul {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
footer ul li {
	display: inline-block;
	margin: 20px 25px;
}
footer ul li a{
	color: #fff;
	font-size: 30px;
	font-family: 'dejavu_sansbook';
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
footer ul li a:hover{
	color: #f26669;
}
.footer_icons{
	width: 300px;
	height: 30px;
	margin: auto;

}
.footer_icons a i{
	font-size: 30px;
	color: #fff;
}
.footer_icons a i:hover{
	font-size: 30px;
	color: #f4656b;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.footer_icons a{
	margin: 34px;
}
.footer_border{
	width: 1400px;
	border-top: 1px solid rgba(255,255,255,0.3);
	margin: 20px auto;
}
.footer_b_l{
	float: left;
	color: #fff;
	font-size: 15px;
	font-family: 'bpg_nino_medium_capsregular';
	margin-top: 5px;
}
.footer_b_r{
	float: right;
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
	font-family: 'bpg_nino_medium_capsregular';
}
#topBtn{
	position: fixed;
	bottom: 100px;
	right: 24px;
	font-size: 22px;
	width: 50px;
	height: 50px;
	z-index: 9999;
	border-radius: 50%;
	background: #f4656b;
	color: white;
	border: none;
	cursor: pointer;
	display: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#topBtn:hover{
	background: #000;
	color: #f4656b;
}