@font-face {
  font-family: 'DM-Constitution';
  src: url('/fonts/DM-Constitution.ttf') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CG-Omega';
  src: url('/fonts/CG-Omega.ttf') format('woff2');
  font-weight: normal;
  font-style: normal;
}
/* Default (English or fallback) */
body:lang(en) {
  font-family: 'CG-Omega', sans-serif;
}

/* Georgian-specific */
body:lang(ka) {
  font-family: 'DM-Constitution', sans-serif;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: auto;
    scroll-behavior: smooth;
    touch-action: manipulation;
    width: 100%;
    height: 100%;
}

.bg-dark {
    background-color: #023522 !important;
}

.card-img-top:hover {
    transform: scale(1.1);
    transition: all .3s linear;
}

.card-wrapper {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    min-height: 40px;
}

.card-title {
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .0);
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.btn-secondary {
    color: #fff;
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
}

.dropdown-menu {
    min-width: 50px;
    background: none;
    left: -3px !important;
    margin-top: -9px !important;
}

.d-flex span {
    margin-left: 25px;
}

@media (min-width: 481px) and (max-width: 767px) {
    .card-wrapper {
        height: 100%;
        max-height: 200px;
        margin-bottom: 0;
        margin-top: 25px;
    }

    .nav {
      justify-content: end !important;  
    }

    .logo {
        width: 100%;
        max-width: 180px;
    }
}


@media (max-width: 480px) and (min-width: 320px){
    .card-wrapper {
        height: 100%;
    max-height: 61vw;
    margin-bottom: 8vw;
    margin-top: 0px;
    }
    
    .nav {
        justify-content: end !important;  
      }

      .logo {
        width: 100%;
        max-width: 180px;
    }
	.card-title {
   	height: 4vw;
	bottom: 0px;

}
}

.arrow-icon {
    position: absolute;
    background: #023522;
    margin-left: -4px;
    width: 35px;
    margin-top: 2px;
}