@import url(/style/bpg-arial-caps.min.css);
@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid&family=EB+Garamond:ital,wght@0,400;1,400&display=swap');
@import url("//cdn.web-fonts.ge/fonts/alk-tommaso/css/alk-tommaso.min.css");

/* Global */
body {
  background-color: beige;
  font-family: 'BPG Arial Caps';
}

html {
  filter: saturate(1.3) contrast(1.15) brightness(1.05) hue-rotate(-2deg);
}
a {
  text-decoration: none;
  outline: none !important;
}
img, video, svg {
  filter: none !important;
}
/*  scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #064d4d;
}
::-webkit-scrollbar-thumb {
  background: #ffc107; 
}
::-webkit-scrollbar-thumb:hover {
  background: #a5791d;
}
:root {
  --lang-bg: linear-gradient(135deg, #012b3b, #064d4d, #021d1d);
  --lang-collapse: linear-gradient(180deg, #012a3b, #064d4dd9, #021d1d, #000000d9);
  --navbar-bg: linear-gradient(145deg, #012b3b 0%, #064d4d 50%, #021d1d 100%);
  --tophead-bg :linear-gradient(-45deg, #0b0b0b, #111111, rgba(0, 0, 0, 0.79), #111111, #0b0b0b);
  --logoblock: linear-gradient(145deg, #012b3b 0%, #064d4d 50%, #021d1d 100%);
  --preloader: radial-gradient(circle at center, #064d4d 0%, #022020 100%);
  --preloaderautmn: radial-gradient(circle at center, #8f510b 0%, #1f0f02 100%);
  --sectiontitle: linear-gradient(180deg, #a67519 0%, #b8860b 20%, #e0c56c 50%, #b8860b 80%, #7b651f 100%);
}
  /* Preloader overlay */
  #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--preloader);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 9999;
  transition: opacity 1s ease, filter 1s ease;
}
/* scrollbar დამალვა როცა preloader ჩართულია */
body.preloader-active {
  overflow: hidden;
}
#preloader.fade-out {
  opacity: 0;
  filter: blur(10px);
}

.logo-container .prelogo {
  width: 420px;
  animation: logoPulse 2s ease-in-out infinite;
  z-index: 10;
  position: relative;
}

@keyframes logoPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
}
canvas {
  position:absolute;
  top:0; left:0;
  width:100%;
  height:100%;
  display:block;
}
/* Top Head */
.top-head {
  position: relative;
  z-index: 1030;
  padding: 10px 0;
  background: linear-gradient(-45deg, #0b0b0b, #111111, rgba(0, 0, 0, 0.79), #111111, #0b0b0b);
  background-size: 300% 300%;
  animation: subtleMove 6s ease-in-out infinite;
  box-shadow: inset 0 -1px 0 rgba(212, 175, 55, 0.15);
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
  transition: transform 0.3s ease;
}
@keyframes subtleMove {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 50% 50%; }
}
.tophead-txt {
  color: #f0c040;
  text-shadow: 0 0 4px rgba(212, 175, 55, 0.3);
}
.top-head.hidden {
  transform: translateY(-100%);
}
:root {
  --lang-bg: linear-gradient(135deg, #012b3b, #064d4d, #021d1d);
}
.lang-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: var(--lang-bg);
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.lang-menu {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 10px;
  background: var(--lang-bg);
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1000;
}
.lang-menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.lang-menu img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.lang-menu img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 6px rgba(240, 192, 64, 0.5);
}
.lang-dropdown {
  position: relative;
}
.lang-dropdown.active .lang-btn {
  box-shadow: 0 0 8px rgba(240, 192, 64, 0.5);
  transform: scale(1.05);
}
.social {
  display: flex;
}
.social-icon {
  color: #f0c040;
  font-size: 18px;
  transition: 0.3s ease;
}
.social a {
  font-size: 30px;
  color: #f0c040;
  transition: 0.3s ease;
}
.social a.fa-facebook-square:hover {
  color: #1877f2;
}
.social a.fa-instagram-square:hover {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #feda77);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.social a.fa-youtube-square:hover {
  color: #ff0000;
}
/* Logo */
.logo {
  width: 150px;
  height: 140px;
  margin: 0 auto 5px;
  background-image: url('../images/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.logoMobile {
  display: none;
}
.logo-block {
  align-items: center;
  background: var(--logoblock);
  padding: 20px 30px;
  border-radius: 2px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.5);
  position: relative;
  top: 80px;
  display: inline-block;
}
.logo-subtext {
  font-family: 'ALK Tommaso', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 12px;
  background: linear-gradient(180deg, #a67519 0%, #b8860b 20%, #e0c56c 50%, #b8860b 80%, #7b651f 100%);
  background-size: 200%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease-in-out;
}
.logo-divider {
  width: 140px;
  height: 2px;
  margin: 10px auto;
  background: linear-gradient(90deg, #f7e98c, #e4c17d, #d4af37, #b8860b);
  box-shadow: 0 0 4px rgba(212, 175, 55, 0.4);
  border-radius: 2px;
}
.divideroff {
  display: none;
}
/* Navbar */
.bg-custom {
  background: linear-gradient(145deg, #012b3b 0%, #064d4d 50%, #021d1d 100%);
  height: 110px;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
/* Navbar shrink */
#mainNavbar.shrink .logo-block {
  display: flex;
  flex-direction: row;
  text-align: center;
  top: 0;
  height: 60px;
  width: 550px;
  padding: 20px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0);
  background: transparent !important;
}
#mainNavbar.shrink .logo {
  height: 100px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
#mainNavbar.shrink .logo-subtext {
  font-size: 50px;
  margin-top: 0;
  transition: all 0.3s ease-in-out;
} 
/* Navlink */
.navbar-light .navbar-nav .nav-link {
  position: relative;
  padding: 10px 20px;
  margin: 0 6px;
  font-size: 14px;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "BPG Arial Caps";
  color: #fff;
  border: 2px solid transparent;
  border-radius: 0;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}
.navbar-light .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 0;
  background: linear-gradient(135deg,  #d4af37, #b8860b);
  background-size: 400% 400%;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.navbar-light .navbar-nav .nav-link:focus {
  background-color: #fdf6e3;
  color: #000;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
  background-color: #fdf6e3;
}
.navbar .dropdown-menu {
  background: var(--lang-bg);
  border: 2px solid #044343;
  border-radius: 2px;
  padding: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  min-width: 220px;
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
  transform: translateY(17px);
  will-change: opacity, transform;
}
.dropdown-divider {
  background: #11a1a1;
}
.navbar .dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
}
.navbar .dropdown-item {
  color: #f0c040;
  font-weight: 500;
  position: relative;
  padding: 8px 16px;
  border-radius: 1px;
  transition: background 0.25s ease, color 0.25s ease;
}
.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
  background: rgba(240, 192, 64, 0.1);
  color: #fff;
}
.navbar .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 6px 0;
}
/* Carousel */
.carousel-item img {
  width: 100%; 
  object-fit: cover;
}
.carousel-caption {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(0 0 0 / 26%);
  backdrop-filter: blur(8px);
  padding: 20px 30px;
  border-radius: 4px;
  color: #fff;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #064d4d;
    height: 100px;
    width: 50px;
    border-radius: 3px;
}
.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}
.carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    background-color: #064d4d;
    border: 2px solid #bc9834;
    border-radius: 50%;
    margin: 20px 10px;
}
.carousel-caption .btn {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 2px;
  transition: .3s ease-in-out;
}
.carousel-caption .btn:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  transition: .3s ease-in-out;
}

/* About Us */
.aboutus {
  background: #021d1d;
  background-image: url(../images/soft-kill.png);
}

/* Section */
section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100dvh;
  padding: 100px 0;
}
section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
  background-color: #003333;
}
.section_title{
  font-family: "ALK Tommaso";
  background: var(--sectiontitle);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.103);
  font-size: 70px;
  padding: 60px 0;

}
p.section {
  font-family: 'BPG Classic';
  font-size: 1.2rem;
  color: #ffc300;
  text-shadow: 0 0 3px #ffc107;
}
.btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 50px;
}
.btn_start {
  background-color: #d4af37;
  border: 1px solid transparent;
  font-size: 18px;
  padding: 15px 20px;
  color: #fff;
  text-shadow: 0px 0px 3px black;
  border-radius: 3px;
  transition: 0.3s ease;
}
.btn_start:hover {
  background-color: transparent;
  border: 1px solid #d4af37;
  color: #d4af37;
}
.btn_signup {
  border: 1px solid #d4af37;
  font-size: 18px;
  padding: 15px 20px;
  color: #d4af37;
  text-shadow: 0px 0px 3px black;
  border-radius: 3px;
  transition: 0.3s ease;
  background-color: transparent;
}
.btn_signup:hover {
  color: #fff;
  background-color: #d4af37;
  border: 1px solid transparent;
}

/* How To */
.howto {
  background: #064d4d;
  background-image: url(../images/cartographer.png);
}
.steps-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

.step {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  padding: 45px 25px;
  width: 280px;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.step::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.15), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.step:hover::before {
  opacity: 1;
}

.step:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f0c040, #b8860b);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step:hover .icon-box {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.step-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffc107;
}

.step-text {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  font-family: 'BPG Arial';
}

/* CTA area */
.contact-cta {
  margin-top: 60px;
}

.cta-text {
  font-size: 1.1rem;
  color: #ffc107;
  font-family: BPG Classic;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.cta-btn {
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.cta-btn:hover {
  color: #fff;
}
.cta-btn.phone {
  background: transparent;
  border: 1px solid;
}
.cta-btn.messenger {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
}
.cta-btn.whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
}
.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
/* Service */
.service {
  background: #003333;
  background-image: url(../images/inspiration-geometry.png);
}
.service-card {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    border-radius: 2px;
    padding: 50px 25px;
    border: 1px solid rgb(39 8 8 / 41%) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    color: #fff;
}

.service-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.service-card i {
  font-size: 2.2rem;
  background: var(--sectiontitle);
  padding: 20px;
  border-radius: 50%;
  color: #fffbe6;
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
}
.iconpadd {
  padding: 20px 17px !important;
}
.service-card:hover i {
  background: var(--navbar-bg);
  color: #fff;
  transform: scale(1.1);
}
h5.card-title {
  font-size: 21px;
  color: #212529;
}
p.card-text {
  color: #ffc107;
  font-family: 'BPG Arial';
}
#services h2 {
  font-size: 3.5rem;
  padding-top: 80px;
}
#services .section-title {
  position: relative;
  display: inline-block;
  padding-top: 80px;
}

#services .section-title::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, #f0c040, #fffbe6, #f0c040);
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(240, 192, 64, 0.4);
}
.card-body {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#services .card.service-card {
  background: linear-gradient(135deg, rgba(1,43,59,0.9) 0%, rgba(2,29,29,0.9) 100%);
  border-radius: 2px;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
#services .card.service-card .fa-2x {
  color: #f0c040;
}
#services .card.service-card .card-title {
  margin-top: 8px;
  font-weight: 600;
}
#services .card.service-card .card-text {
  font-size: 0.9rem;
  margin-top: 6px;
  color: rgba(255,255,255,0.85);
}
#services .card.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px -5px rgba(212,175,55,0.5);
}
/* Schedule */
 .schedule-table {
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  }

  .schedule-table th, .schedule-table td {
    padding: 1rem;
    font-size: 16px;
  }

  .schedule-table tbody tr:hover {
    background-color: rgba(0, 123, 255, 0.05);
    transition: background-color 0.3s ease;
  }

  #schedule h2 {
  font-size: 3.5rem;
  }
/* მასწავლებლების სექცია */
#teachers {
  background: rgba(255,255,255,0.02);
}
#teachers h2 {
  font-family: 'Londrina Solid', sans-serif;
  font-size: 2.5rem;
  color: #f7e98c;
}
#teachers .text-muted {
  color: rgba(255,255,255,0.7);
}

/* ბარათები */
.teacher-card {
  background: linear-gradient(135deg, rgba(1,43,59,0.85) 0%, rgba(2,29,29,0.85) 100%);
  border-radius: 12px;
  color: #fff;
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative;
  overflow: hidden;
}
.teacher-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -5px rgba(212,175,55,0.5);
}
.teacher-card .card-title {
  font-weight: 600;
}
.teacher-card .text-warning {
  font-weight: 500;
}
.teacher-card .card-text {
  font-size: 0.9rem;
  margin-top: 6px;
  color: rgba(255,255,255,0.85);
}

/* ფოტო გარშემო */
.teacher-photo img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 3px solid rgba(240,192,64,0.8);
  box-shadow: 0 0 12px rgba(212,175,55,0.6);
}

/* ღილაკი */
.teacher-card .btn-outline-light {
  border-color: #f0c040;
  color: #f0c040;
  transition: background .25s ease, color .25s ease;
}
.teacher-card .btn-outline-light:hover {
  background: #f0c040;
  color: #111;
}
/* ფასების სექცია */
#pricing {
  background: rgba(255,255,255,0.01);
}
#pricing h2 {
  font-family: 'Londrina Solid', sans-serif;
  font-size: 2.5rem;
  color: #f7e98c;
}
#pricing .text-muted {
  color: rgba(255,255,255,0.7);
}
.pricing-card {
  background: linear-gradient(135deg, rgba(1,43,59,0.85), rgba(2,29,29,0.85));
  border-radius: 14px;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 1px; /* იმიტომ რომ შიდა ბორდერი გამოიყურებოდეს სუფთად */
  transition: transform .3s ease, box-shadow .3s ease;
}
.pricing-card .card-body {
  background: #0f1f2b;
  border-radius: 12px;
}
.pricing-card .price {
  font-weight: 700;
  color: #f0c040;
}
.pricing-card ul li {
  margin-bottom: 6px;
}
.pricing-card a {
  border-radius: 6px;
}
.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 45px -5px rgba(212,175,55,0.4);
}

/* ყველაზე პოპულარული */
.pricing-card.popular {
  box-shadow: 0 20px 60px -5px rgba(212,175,55,0.5);
}
.badge-popular {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f7e98c, #d4af37);
  color: #111;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-outline-light {
  border: 1px solid #f0c040;
  color: #f0c040;
  background: transparent;
  transition: background .25s ease, color .25s ease;
}
.btn-outline-light:hover {
  background: #f0c040;
  color: #111;
}
/* Contact Section */
.contact {
  background: #064d4d;
  background-image: url(../images/skulls.png);
}
/* Footer */
.site-footer {
  background: linear-gradient(145deg, #021d1d 0%, #064d4d 70%);
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
}
.site-footer a {
  color: #f0c040;
  text-decoration: none;
  transition: color .2s ease;
}
.site-footer a:hover {
  color: #fff;
}
.footer-title {
  font-family: 'Londrina Solid', sans-serif;
  font-size: 1.3rem;
  color: #f7e98c;
  margin-bottom: 10px;
}
.footer-desc {
  line-height: 1.5;
}
.footer-links li {
  margin-bottom: 6px;
}
.social-footer a {
  color: #f0c040;
  transition: transform .2s ease, color .2s ease;
}
.social-footer a:hover {
  transform: scale(1.1);
  color: #fff;
}
hr {
  border-color: rgba(255,255,255,0.1);
}
@media (max-width: 992px) {
/* Preloader */
  .logo-container .logo {
    width: 150px;
  }
/* Fixed */
  .containerBox {
    width: 270px;
    height: 60px;
    margin: auto;
    bottom: 30px;
    left: 0;
  }
/* TopHead*/
  .top-head {
    font-size: 0.9rem;
    text-align: center;
    padding: 10px 0;
  }
  .top-head .col-sm-6 {
    justify-content: center !important;
  }
  .langsoc {
    display: none;
  }
  .social {
    display: none;
  }
  /* Logo */
  .logoLG {
    display: none;
  }
  .logoMobile {
    display: block;
  }
  .logoMobile-block {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .logosm {
    width: 85px;
  }
  .logo-text {
    font-family: 'ALK Tommaso', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: linear-gradient(180deg, #a67519 0%, #b8860b 20%, #e0c56c 50%, #b8860b 80%, #7b651f 100%);
    background-size: 200%;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  /* Burger menu */
  .navbar-light .navbar-toggler {
    color: rgb(0 0 0);
    border-radius: 2px;
    border: 2px solid #82811e;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2382811e' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22 M4 15h22 M4 23h22'/%3E%3C/svg%3E");
  }
  .navbar-toggler:focus {
      text-decoration: none;
      outline: 0;
      box-shadow: 0 0 5px 1px #82811e;
      transition: 0.15s ease-in-out;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 20px;
    height: 30px;
    background-size: 170%;
}
  .navbar {
    position: relative;
    z-index: 1040;
  }
.navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--lang-collapse);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.1s ease;
  }

  .navbar-collapse.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    padding: 1rem;
  }

  /* ანიმაცია გახსნისას */
  .navbar-collapse.collapse {
    display: block !important;
    height: 0;
    overflow: hidden;
  }

  .navbar-collapse.collapse.show {
    height: auto;
  }

  /* მენიუს ელემენტები */
  .navbar-nav .nav-link,
  .navbar-nav .dropdown-item {
    font-size: 13px;
    font-family: 'BPG Arial';
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .dropdown-item:hover {
    color: #ffc107;
  }
  .navbar .dropdown-menu.show {
    transform: translateY(5px);

  }
  .ms-lg-3 {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* Carousel */
  .carousel-control-next {
    right: 10px;
  } 
  .carousel-control-prev {
    left: 10px;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: #064d4dc2;
  }
    /* Section */
  .btn_box {
  flex-direction: column;
  margin: 0px;
}
.section_title {
  font-size: 60px;
}

}