/********** Template CSS **********/ 
@import url("//cdn.web-fonts.ge/fonts/bpg-nino-mtavruli/css/bpg-nino-mtavruli.min.css");


h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6
{
font-family: "Oswald", "BPG Nino Mtavruli", sans-serif;}

.fut-text{
    font-family: "Oswald", "BPG Nino Mtavruli", sans-serif; 
}

.fut-text22{
    font-family: "Oswald", sans-serif; 
}
:root {
    --primary: #D81324;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free", "BPG Nino Mtavruli", sans-serif; 
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    outline: none;
    font-family: "roboto", "BPG Nino Mtavruli", sans-serif;
   
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #2ec4f1;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: #012362;
    font-weight: bold;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.095);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgb(1 35 98);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: #142446; 
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #012362b0;
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .85)), url(../img/carousel-bg-1.webp) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /***logosa ***/
  .logo_{
    max-width:65%;
    margin-left: 0%;
  }




  
  /* Медиа-запрос для мобильных устройств с разрешением до 767px */
@media (max-width: 767px) {
    /* Стили для мобильных устройств */
    
    .logo_{
        max-width: 50%;
        marign-left: 5%;
      }
    
    
}


 
.text-white2 {
    color: #fff;
    text-shadow: #000 1px 0 10px;
}

.text-white3 {
    color: #ffffff;
    text-shadow: #30ff00 1px 0 10px;
}



/* Стили для десктопного слайдера */
.desktop-slider {
    display: block;
}

/* Стили для мобильного слайдера */
.mobile-slider {
    display: none;
}

/* Медиа-запрос для мобильных устройств */
@media (max-width: 767px) {
    .desktop-slider {
        display: none;
    }

    .mobile-slider {
        display: block;
    }
}


.text-center-topa1 {
    text-align: center !important;
    margin-top: -35%;
 }



 table {
    /* border: 1px solid #ffffff; */
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-family: "roboto", "BPG Nino Mtavruli", sans-serif; 
  }
  
  table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
  }
  
  table tr {
    background-color: #ffffff00;
    border-bottom: 2px solid #2ec4f1;
    padding: .35em;
  }
  
  table th,
  table td {
    padding: .625em;
    text-align: center;
  }
  
  table th {
    font-size: 1.10em;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #174483;
    font-weight: 600;
  }
  
  @media screen and (max-width: 600px) {
    table {
      border: 0;
    }
  
    table caption {
      font-size: 1.3em;
    }
    
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      
    }
    
    table tr {
      border-bottom: 2px solid #3c8af7;
      display: block;
      margin-bottom: .625em;
    }
    
    table td {
        border-bottom: 2px solid #3c8af7;
        display: block;
        font-size: .8em;
        text-align: right;
        color: #174483;
        font-weight: 600;
    }
    
    table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  }
  

  .icon-color{
    color: #2ec4f1;

  }


  .border-radiusa{

    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    border-radius: 15px 15px 15px 15px;    
  }

   

  /* სპეციფიკაცია */

.car-specifications {
    max-width: 100%;
    margin: 0px auto;
    background-color: #fff;
    padding: 20px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #174483;  }
 
  
  .car-specifications h2{
    text-align: center;
    color: #174483;


  }
  .car-specifications ul {
    list-style: none;
    padding: 0;
    
  }
  
  
  .car-specifications li {
    position: relative;
    list-style: none;
    padding-top: 10px;
}

.car-specifications li::before {
    content: '';
    position: absolute;
    top: 102%;
    left: 0;
    transform: translateY(50%);
    width: 100%;
    height: 1.5px;
    background-color: #2ec4f1;
    margin-right: 10px;
    
    
}

.car-specifications li strong {
    display: inline-block;
    padding-right: 10px; /* Расстояние между strong и линией */
}
  
  .car-specifications i {
    margin-right: 10px;
    font-size: 24px;
    color: #2ec4f1;

  }

  /* გალერეია სლაიდშოუ */
  
  /* გადმოწერის ბათონი */
  .download-button {
    display: inline-block;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    background-color: #2ec4f1;
    color: #fff; 
    transition: background-color 0.3s, color 0.3s; 
    width: 100%;
}

.download-button i {
    margin-right: 10px;
    font-size: 24px;
    color: #ffffff;
}

.download-button:hover {
    background-color: #2980b9;
    color: #ffffff; 
}

.page-header-inner2 {
    background: rgb(1 35 98 / 97%);
}


/* Общие стили для хлебных крошек */
.breadcrumb {
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
}

.breadcrumb a {
    color: #2ec4f1;
     
}
 

.rent-item {
    padding: 30px;
    text-align: center;
    background: var(--light);
    transition: .5s;
    border-radius: 15px 15px 15px 15px;
}

.rent-item:hover,
.rent-item.active {
    background: var(--secondary);
}

.rent-item h4 {
    transition: .5s;
}

.rent-item:hover h4,
.rent-item.active h4 {
    color: var(--light);
}


.pl-2, .px-2 {
    padding-left: 0.5rem;
}

.pr-2, .px-2 {
    padding-right: 0.5rem;
}
.border-left {
    border-left: 1px solid #2ec4f1;
}
.border-right {
    border-right: 1px solid #2ec4f1;
}

/* стили для цвета текста и иконок */
.d-flex1 i {
    color: #2ec4f1; 
}

.d-flex1 span {
    color: #2ec4f1; 
}

.knopka {
    color: #fff;
    background-color: #2eccf1; 
    font-family: "Oswald", "BPG Nino Mtavruli", sans-serif;
}


.slaide-knopka{ 
        
     
        margin-bottom: -23rem;}


.btn2{

        display: inline-block;
        font-family: "Oswald", "BPG Nino Mtavruli", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 2px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;

}


.btn-primary2 {
    color: #fff;
    background-color: #14244600;
    border-color: #ffffff;
    border-width: 2px;}

/* mp4 ვიდეო ფონი */
.hero-section {
    position: relative;
    height: 705px;  
    overflow: hidden;
  }

  .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;  
  }

  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);  
  }

  .hero-text {
    position: absolute;
    
    left: 3%;
    margin-top: 50px !important;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;  
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  }

  .hero-text h1{
    font-size: 51px; 
    font-weight: bold;
    color: #228bc8;  
  }

  .hero-text h4{
    font-size: 27px; 
    font-weight: bold;

  }
  @media screen and (max-width: 768px)
  {
    .hero-text {
        left: 36px;
        top: 200px;
        padding: 10px !important;
        transform: none;
        text-align: left;
        color: #000;
        text-shadow: 02px 0px 4px rgba(0, 0, 0, 0.1);
    }
    
      .hero-text h1{
        font-size: 47px; 
        font-weight: bold;
    
      }

      .hero-text h4{
        font-size: 25px; 
        font-weight: bold;
    
      }

  }
   

  /* Видео для десктопов */
#video-desktop {
    display: block;
}

/* Видео для мобильных устройств */
#video-mobile {
    display: none;
}

/* Медиазапрос для мобильных устройств */
@media screen and (max-width: 768px) {
    #video-desktop {
        display: none;
    }
    #video-mobile {
        display: block;
    }
}

/* vatsapi */
@keyframes pulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 #49E670;
    }
    50% {
      transform: scale(1.1);
      box-shadow: 0 0 10px 5px #49e6703d;
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 #49E670;
    }
  }
  
  .whatsapp-icon {
    background-color: #49E670;
    transition: .5s;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 50%;
    animation: pulse 2s infinite;
  }
  
  .whatsapp-icon img {
    width: 35px;  
    height: 35px;  
   }
  
   /* Стили для иконки WhatsApp на мобильных и планшетных устройствах */
@media only screen and (max-width: 768px) {
    .whatsapp-icon {
      display: block;
      background-color: #49E670;
    transition: .5s;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 50%;
    animation: pulse 2s infinite;
      
    }
    
  }
  
  /* Стили для скрытия иконки WhatsApp на десктопе */
  @media only screen and (min-width: 769px) {
    .whatsapp-icon {
      display: none;
    }
  }
  