@charset "utf-8";
/* CSS Document */

.searchLine {
    display: none;
	text-align: right;
    margin-bottom: 5px;
}
.searchLine .btn {
	padding: 5px 20px 0px 20px;
}
.searchLine input  {
	outline: none;
	border: 1px solid #0003;
	width: 300px;
	max-width: calc(100% - 85px);
	line-height: 23px;
	border-radius: 5px;
	}
.searchLine input:focus  {	border: 1px solid #559a;}

.btn-primary {
    position: relative;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	}
.btn-primary:hover{
	padding-right: 30px;
    padding-left: 20px;
}
.btn-primary:hover:after {
    color: inherit;
    display: inline-block;
    opacity: 1;
    /*vertical-align: middle;*/
}
.btn-primary:after {
	content: "\E901";
	font-family: icomoon;
	font-size: 16px;
	width: 24px;
	vertical-align: top;
	opacity: 0;
	position: absolute;
	top: calc(50% - 13px);
	left: auto;
	height: 24px;
	line-height: 24px;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
} 
li.dropdown-submenu ul.dropdown-menu {
    left: 30px;
	}

@media (max-width: 767px) {
	.navbar.navbar-default.navbar-fixed-top:has(.navbar-collapse.collapse.in) {
		height: 100vh;
		}
	.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
		max-height:none;
		}
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 10px;
    	}
	ul.dropdown-menu {
		margin-left: 10px;
		}
	}
.lead {
    margin-bottom: 0;
}


/* 1. მთავარი კონტეინერი */
#mainCarousel {
    height: 500px !important;
    --f-carousel-spacing: 0px;
}

/* 2. სლაიდის სიგანის და სიმაღლის გასწორება */
#mainCarousel .f-carousel__slide {
    width: 100% !important; /* აიძულებს ერთ სლაიდს დაიკავოს მთელი სიგანე */
    height: 500px !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 3. ტექსტის ფონის (Overlay) გასწორება */
#mainCarousel .slider-content {
    color: #fff !important;
    text-align: center;
    max-width: 800px; /* რომ ტექსტი ძალიან არ გაიწელოს */
	width: calc(100vw - 100px);
	text-shadow: 1px 1px 5px #000;
}

/* 4. სათაურების სტილი */
#mainCarousel .slider-content h1 {
    font-size: 3.5rem !important;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff !important;
}

#mainCarousel .slider-content h3 {
    font-size: 2.2rem !important;
    font-weight: normal;
    color: #eee !important;
}
#mainCarousel .slider-content *{
	word-spacing: 0px!important;
	}
#mainCarousel .f-carousel h1 {
	margin-bottom: 30px;
	}
#mainCarousel .f-carousel .btn {
	text-shadow: none;
	}
#mainCarousel .f-carousel h3 {
    font-size: 25px;
    word-spacing: 0;
	margin-bottom: 30px;
}
#mainCarousel .Lang_ge .f-carousel h3 {
	font-family: "bpg_arial";
}	
#mainCarousel .f-carousel__dots {
    bottom:0;
	color: #fff;
	}
#mainCarousel .f-carousel__dots li {
    opacity: 0.4;
	}
#mainCarousel .f-carousel__dots li.is-current {
    opacity: 1;
}
#mainCarousel .f-carousel__dot {
    box-shadow: 1px 1px 5px #000;
	}
#mainCarousel .f-button svg path {
    stroke-width: 4px;
    stroke: white;
    stroke-linecap: round;
    text-shadow: 5px 5px 5px #000;
    filter: drop-shadow(0 0 1px black);
}

.f-carousel__dot {
    border-radius: calc(var(--f-carousel-dot-radius) / 2);
	}