@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeue.ttc") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueGeoCaps";
  src: url("../fonts/helvetica-neue-lt-geo-55-roman-caps.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.swiper-button-next, .swiper-rtl, .swiper-button-prev{
    right: 15px !important;
    top:55% !important;
}

.font {
    font-family: "HelveticaNeue"; 
}

.font-up{
   font-family: "HelveticaNeueGeoCaps"; 
}

.add-startup-button{
  color:#02287E
}

.active-link {
  color: #C49000;
}

.footer-right a.a-nav,
.footer-right a.a-FAQ-nav {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease;
}

.footer-right a.a-nav.active-link,
.footer-right a.a-FAQ-nav.active-link {
  color: #C49000;
}

/*404*/

.main-404{
  margin-top: 50px;
  background-color: #FFFFFF;
  padding:50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  font-family: "HelveticaNeueGeoCaps"; 
}

.img-404{
  max-width: 360px;
  max-height: 360px;
}

.h2-404{
  font-size: 24px;
}

.button-404{
  background-color: #F5C235;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 50px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.button-404:hover {
  background-color: #FFDA74;
}

.p-404{
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  background-color: white;
  position: fixed; 
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.container1.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px auto;  
}
.header-ul{
    display:flex;
    flex-direction:row;
    gap:25px;
}

.header-ul li a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.header-ul li a:hover {
  color: #C49000;
}

.add-startup-button:hover {
  color: #C49000;
}

.header-right{
    display:flex;
    flex-direction:row;
    gap:15px;
}

.search-icon {
  max-width: 30px;
  background-color: #f6b913;
  padding: 5px;
  border-radius: 6px;
}

.flag-icon {
  max-width: 28px;
  height: 21px;
  object-fit: cover;
  background-color: #fff;
  border-radius: 3px;
  border: .2px solid #c8c8c8;
}

.switch-icon {
  max-width: 18px;
}

li {
  list-style: none;
}

.header-ic {
  gap: 10px;
  align-items: center;
}

.language-selector {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  font-size: 20px;
}

.p-language{
    font-size: 16px;
}

.lan-selector{
  display: flex;
    align-items: center;
    gap: 5px;
}
.menu-toggle {
  display: none;
  border-radius: 10px;
  cursor: pointer;
  padding: 5px;
  border:1px solid #cacacc;
}

.menu-toggle img {
  width: 28px;
}

.mobile-menu {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: white;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  transition: bottom 0.3s ease;
  z-index: 999;
}

.mobile-menu.open {
  bottom: 0;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 998;
}

#overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.drag-handle {
  width: 40px;
  height: 5px;
  background-color: #ccc;
  border-radius: 2px;
  margin: 10px auto;
}

.div-nav-modul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 0 40px 20px;
}

.mobile-menu a {
  font-size: 16px;
}

.hidden-nav-a {
  background-color: #ECEAEA;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  color: black;
  margin-left: 0px;
}

.hidden-nav-a:hover {
  background-color: #F5C235;
}

.mobile-menu.active {
  max-height: 300px;
}

.modal-title {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-bottom: 10px;
}

.custom-radio {
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.custom-radio.active {
  border-color: #0a1930;
  background-color: #0a1930;
}

.custom-radio.active::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
}

.language-label {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.hidden {
  display: none;
}
.custom-radio {
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.custom-radio.active {
  border-color: #0a1930;
  background-color: #0a1930;
}

.custom-radio.active::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
}

/* ფუტერი */

footer {
  background-color: #07102b;
}
.footer {
  padding: 30px 0px;
  color: #fff;
  margin: 0 auto;
}

.div-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-logo {
  width: 124px;
}

.contact {
  margin: 20px 0;
}

.contact-info {
  display: flex;
  flex-direction: row;
  gap:25px;
  align-items:center;
}

.footer-low-div-layout{
    display:flex;
    justify-content:space-between;
    margin-top:25px;
}

.a-footer-contact {
  display:inline-block;
  border-radius: 6px;
  text-decoration: none;
  transition: color 0.3s ease;
  background-color: transparent;
  color: white;
  width: max-content;
}

.a-footer-contact:hover {
  color: #C49000;
}
.a-nav:hover {
  color: #C49000;
}
.a-FAQ-nav:hover {
  color: #C49000;
}

.footer-icons-contact {
  width: 20px;
  height: 20px;
}

.p-footer-contact {
  font-size: 16px;
}

.footer-right {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.a-nav {
  font-size: 16px;
  transition: color 0.3s ease;
}

.a-FAQ-nav {
  font-size: 16px;
}

.title-h6 {
  margin-bottom: 10px;
  font-size: 18px;
}

.div-footer-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.p-underline-footer {
  color:rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-top:10px;
}

.footer-icon-box {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.footer-link-img {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.footer-facebook-link-img {
  width: 14px;
  height: 20px;
  transition: transform 0.3s ease;
}

.footer-icon-box:hover {
  background-color: white;
}

.footer-icon-box:hover .footer-link-img,
.footer-icon-box:hover .footer-facebook-link-img {
  filter: brightness(0) saturate(100%);
}

.underline-footer{
    display:flex;
}