
        :root {
            --primary: #0066b3;
            --secondary: #e74c3c;
            --light: #f8f9fa;
            --dark: #343a40;
            --accent: #ffc107;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f5f7fa;
            color: #333;
        }


        /*.................chemi chamatebuli............*/
@font-face {
   font-family: bpg_nino_mtavruli_normal;
   src: url(css/bpg_nino_mtavruli_normal.ttf);
}
.main-header-area .classynav ul li a{
  font-family: bpg_nino_mtavruli_normal !important;
}

.tituli{
  font-family: bpg_nino_mtavruli_normal !important;
  font-size: 14px !important;
  letter-spacing: 0.08em;
  font-weight: 700 !important;
     line-height:16px !important;
}
/*.................chemi chamatebuli..end..........*/

        .bg-primary {
            background-color: var(--primary) !important;
        }

        .bg-accent {
            background-color: var(--accent) !important;
        }

        .text-primary {
            color: var(--primary) !important;
        }

        .btn-primary {
            background-color: var(--primary);
            border-color: var(--primary);
        }

        .btn-outline-primary {
            color: var(--primary);
            border-color: var(--primary);
        }

        .btn-outline-primary:hover {
            background-color: var(--primary);
            color: white;
        }

        .btn-accent {
            background-color: var(--accent);
            color: var(--dark);
            border: none;
        }

        .btn-accent:hover {
            background-color: #e0a800;
            color: var(--dark);
        }

        .section-title {
            position: relative;
            padding-bottom: 15px;
            margin-bottom: 2rem;
        }

        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--secondary);
        }

        .feature-icon {
            font-size: 3rem;
            color: var(--primary);
            margin-bottom: 1rem;
        }

        .event-card, .news-card {
            transition: transform 0.3s;
            height: 100%;
        }

        .event-card:hover, .news-card:hover {
            transform: translateY(-5px);
        }

        .event-date {
            background-color: var(--accent);
            color: var(--dark);
            display: inline-block;
            padding: 0.25rem 1rem;
            border-radius: 20px;
            font-weight: 600;
        }

        .benefit-box {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(5px);
            border-radius: 10px;
            padding: 1.5rem;
            height: 100%;
        }

        .hero-section {
            background: linear-gradient(rgba(0, 102, 179, 0.8), rgba(0, 102, 179, 0.9)), url('https://images.unsplash.com/photo-1532094349884-543bc11b234d?ixlib=rb-4.0.3') no-repeat center center/cover;
            padding: 6rem 0;
        }

        .membership-section {
            background: linear-gradient(rgba(0, 102, 179, 0.9), rgba(0, 102, 179, 0.9)), url('https://images.unsplash.com/photo-1518998053901-5348d3961a04?ixlib=rb-4.0.3') center center/cover;
            padding: 5rem 0;
        }

        .top-header {
            background-color: var(--primary);
            padding: 0.5rem 0;
            font-size: 0.9rem;
        }

        .logo-img {
            width: 70px;
            height: 70px;
            background-color: var(--primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 0.8rem;
            text-align: center;
            line-height: 1.2;
            margin-right: 15px;
        }

        .navbar-nav .nav-link {
            font-weight: 600;
            position: relative;
            padding: 0.5rem 0;
        }

        .navbar-nav .nav-link:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: var(--primary);
            transition: width 0.3s;
        }

        .navbar-nav .nav-link:hover:after {
            width: 100%;
        }

        .footer-title {
            position: relative;
            padding-bottom: 10px;
            margin-bottom: 1.5rem;
        }

        .footer-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 2px;
            background: var(--accent);
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 0.75rem;
        }

        .contact-icon {
            margin-right: 10px;
            color: var(--accent);
        }

          .dropdown-item:hover {
            background-color: var(--primary);
            color: white;
        }

        .dropdown-menu {
            border-radius: 0 0 8px 8px;
            border: none;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .dropdown-toggle::after {
            margin-left: 5px;
            vertical-align: middle;
        }

        .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
            display: block;
        }

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

@media only screen and (max-width: 575px) {

  .mynews{
      display: flex;
  flex-direction: column !important;
  }

  .mtavari{
   display: none;


  }

}