 @font-face {
    font-family: mrgvlovaniMT;
    src: url(https://yoga.ge/fonts/bpgmrgvlovanicaps.ttf);
}

	  
	  @font-face
{
font-family: yogafont;
src: url(https://yoga.ge/fonts/bpg_boxo.ttf);
}
.navbar {
    background: rgba(255, 255, 255, 0.3); /* Adjust transparency */
    backdrop-filter: blur(5px); /* Adds a slight blur effect */
	z-index: 1000;
	border: none;
}
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
	  
	  .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
	  .notify-badge {
    position: absolute;
    right: -2px;
    top: 0px;
    background: red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 2px 3px;
    font-size: 7px;
    z-index: 10;
}
	  li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
	  .notify-badge2 {
    position: absolute;
    left: -8px;
    bottom: -1px;
    background: blue;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 2px 3px;
    font-size: 8px;
    z-index: 10;
}
.navbar .navbar-nav .nav-link,
.navbar .navbar-brand,
.navbar .sm-icons .nav-link {
    color: white !important; /* Ensures white text */
    font-size: 1.1em;
    font-family: mrgvlovaniMT;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .sm-icons .nav-link:hover {
    color: #f8f9fa !important; /* Slightly lighter white on hover */
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5); /* White border for toggler */
}

.navbar-toggler-icon {
    filter: invert(1); /* Makes the toggler icon white */
}

.sm-icons {
    flex-direction: row;
}

@media only screen and (max-width: 960px) {
    .sm-icons .nav-item {
        padding-right: 1em;
    }
}


	  
/* Search bar styling */
.form-control {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid white;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
	font-family: mrgvlovaniMT;
}

.btn-outline-success {
    color: white;
    border-color: white;
}

.btn-outline-success:hover {
    background-color: white;
    color: black;
}

	  
	 
	.list-unstyled.d-flex li {
    font-size: 1.6rem; /* Increase icon size */
    margin-right: 20px; /* Add spacing between icons */
}

.list-unstyled.d-flex li:last-child {
    margin-right: 0; /* Remove margin from last icon */
}  
	
	  
.yoga-card {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.yoga-card img {
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}

.text-content {
    padding: 15px;
}

.text-content h4 {
    margin: 0;
}

.yoga-card:hover {
    transform: scale(1.05);
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}
	  a {
		   color: #444444;
	  }
	  .panel-heading {
		  font-family: yogafont;
		  padding: 15px;
		  text-decoration: none;
		  font-weight: bold;
		  color: #444444;
		  font-size: 16px;
			
	  }
	  
	  
	  
	  .search-input {
    height: 50px;
    border-radius: 30px;
    padding-left: 35px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
}
	  
	  
	  
	  
	.lihover:hover { 
    background-color:#edf2fa; 
}
.item {
    position:relative;
    display:inline-block;
}
.notify-badge {
    position: absolute;
    right:-2px;
    top:0px;
    background:red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:2px 3px;
    font-size:7px;
    z-index:10;
}
.notify-badge2 {
    position: absolute;
    left:-8px;
    bottom:-1px;
    background:blue;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:2px 3px;
    font-size:8px;
    z-index:10;
}

:root {
    --vake-color: #82aeda;
    --didube-color: #f07c2d;
    --gldani-color: #9ec33b;
    --kerdzo-color: #616162;
}

@media (max-width: 768px) {
    #burst-12 span {
        display:block;
        height:40px;
        position:absolute;
        top:55%;
        margin-top:-20px;
        left:10px;
        z-index:10;
        color:white;
        font-family:font2018; 
    }

    #burst-12 {
        background: red;
        width: 100px;
        height: 100px;
        position: relative;
        text-align: center;
        margin-top:60px;
        margin-left:60px;
    }
    #burst-12:before, #burst-12:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100px;
        width: 100px;
        background: red;
    }
    #burst-12:before {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
    }
    #burst-12:after {
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        -o-transform: rotate(60deg);
    }
}

/* General Navbar Styling */
.navbar {
    background-color: #fff;
    border: none;
    font-family: 'font2018', sans-serif;
}

.navbar-brand img {
    max-height: 40px;
    padding: 5px;
}

.navbar-default .navbar-nav > li > a {
    color: grey;
    padding: 15px 20px;
    font-family: 'font2018', sans-serif;
	 
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    background-color: #fff;
    color: grey;
	 
}
	

.navbar-default .navbar-toggle {
    border-color: white ;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: grey;
}

.navbar-form .form-control {
    width: 250px;
    border-radius: 0;
}

.navbar-form .btn {
    border-radius: 0;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .navbar-form {
        margin-top: 10px;
    }
    .navbar-nav {
        margin-top: 10px;
    }
}

/* CSS for the Search Form */
.navbar-form .input-group {
    display: flex;
    align-items: center;
}

.navbar-form .form-control {
    border-radius: 50px;
    padding: 6px 20px;
    border: 1px solid #ccc;
    height: 34px;
    box-shadow: none;
    outline: none;
}

.navbar-form .input-group-btn .btn {
    border-radius:  0px 50px 50px 0px ;
    margin-left: -2px;
    background-color: #f5f6f7;
    border: 1px solid #ccc;
    color: #666;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'font2018', sans-serif;
}

.navbar-form .input-group-btn .btn:hover,
.navbar-form .input-group-btn .btn:focus {
    background-color: #e9ebee;
    border-color: #ccc;
    color: #333;
}

.navbar-form .form-control:focus {
    border-color: #aaa;
    box-shadow: none;
}

/* START Ensuring proper alignment and spacing */
.navbar-form .input-group {
    flex-wrap: nowrap;
}

.navbar-form .input-group-btn {
    display: flex;
    align-items: center;
}

.navbar-form {
    padding: 6px 0;
}

 
.dropdown-toggle::after {
    display: none !important;
}
 

/* Base styles for the dropdown menu */
#results {
    max-width: 300px; /* Set your desired max-width for larger screens */
    margin: 0 auto; /* Center the dropdown on larger screens */
    padding: 0;
    list-style: none;
    border: 1px solid #ccc; /* Optional: Border for the dropdown */
    background-color: white; /* Background color for the dropdown */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional: Shadow for the dropdown */
}

/* Style for the dropdown items */
#results li {
    border-bottom: 1px solid #ccc; /* Optional: Divider between items */
    box-sizing: border-box; /* Ensure padding and border are included in the width calculation */
    white-space: nowrap; /* Prevent text from wrapping to a new line */
    overflow: hidden; /* Hide overflow text */
    text-overflow: ellipsis; /* Add ellipsis for overflow text */
}

/* Media query for mobile devices */
@media (max-width: 767px) {
    #results {
        max-width: none; /* Remove max-width for mobile */
        width: 100%; /* Full width on mobile */
        position: relative; /* Ensure proper alignment */
        left: 0; /* Align to the left */
        padding: 0;
    }
}

/* Ensure the logo image is centered vertically within the navbar */
.navbar-brand img {
    display: block; /* Ensures the image is treated as a block element */
    margin: auto; /* Centers the image horizontally within the parent element */
    max-height: 50px; /* Ensures the image does not exceed the navbar height */
}

/* Adjustments for the navbar brand container */
.navbar-brand {
    padding: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
    height: 50px; /* Ensures the navbar brand container is tall enough for the image */
    display: flex; /* Uses flexbox for vertical alignment */
    align-items: center; /* Centers the image vertically */
    margin-top: auto; /* Align the top margin of the image with the top of the container */
    margin-bottom: auto;
}

.navbar3 {
    display: none;
    justify-content: space-around;
    align-items: center;
    background-color: #83aed8;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.nav2-item {
    text-align: center;
    color: #fff;
}

.nav2-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

.nav2-item a i {
    font-size: 20px;
    margin-bottom: 5px;
}

.nav2-item a span {
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .nav-item {
        flex-grow: 1;
        flex-basis: 0;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .navbar {
        display: flex; /* Show the navbar for devices smaller than 768px */
    }
}

#kerdzo:hover { 
    background:none;
}
.online { 
    background:#FFE900;
}

.slideanim {
    visibility: hidden;
}
.slide2 {
    animation-name: slide2;
    -webkit-animation-name: slide2;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
@keyframes slide2 {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slide2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.amasra {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.yoga-card {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.yoga-card img {
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}

.text-content {
    padding: 15px;
}

.text-content h4 {
    margin: 0;
}

.yoga-card:hover {
    transform: scale(1.05);
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}

a {
    text-decoration: none;
    color: inherit;
	 
	
}

a:hover .text-content h4 {
    color: #007BFF;
}

@media (max-width: 767px) {
    .text-content h4 {
        font-size: 1em;
    }
}

@media (max-width: 576px) {
    .text-content h4 {
        font-size: 2em;
    }
	
	.navbar3 {display: flex;}
}

@media screen and (min-width: 140px) {
    a.facebook_div {
        position: fixed;
        top: 110px;
        right: -46px;
        z-index: 15;
        color: #fff;
        text-decoration: none;
        background: #4267b2;
        transform: rotate(-90deg);
        padding: 5px 20px;
        font-size: 18px;
        border-radius: 15px 5px 0px 0px; 
    }
    a.instagram_div {
        position: fixed;
        top: 260px;
        right: -46px;
        z-index: 15;
        color: #fff;
        text-decoration: none;
        background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
        transform: rotate(-90deg);
        padding: 5px 20px;
        font-size: 18px;
        border-radius: 15px 5px 0px 0px; 
    }
    a.youtube_div {
        position: fixed;
        top: 410px;
        right: -41px;
        z-index: 15;
        color: #fff;
        text-decoration: none;
        background: #FF0000;
        transform: rotate(-90deg);
        padding: 5px 20px;
        font-size: 18px;
        border-radius: 15px 5px 0px 0px; 
    }
    a.tiktok_div {
        position: fixed;
        top: 540px;
        right: -33px;
        z-index: 15;
        color: #fff;
        text-decoration: none;
        background: #000000;
        transform: rotate(-90deg); 
        padding: 5px 20px;
        font-size: 18px;
        border-radius: 15px 5px 0px 0px; 
        text-shadow: -1px -1px 0 #2943d1, 1px 1px 0 #f00;
    }  
}

@media screen and (max-width: 140px) {
    a.youtube_div, a.instagram_div, a.facebook_div { 
        display: none;
    }
}

	.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}