@media (max-width: 1250px) and (min-width: 320px){
    .container1.header {
      margin: 0px auto;  
    }
}

@media (max-width: 850px) and (min-width: 769px){
    
    .header-ul{
        font-size:14px;
    }
    
    .header-right{
        font-size:14px;
    }
}

@media (max-width: 1250px) and (min-width: 426px){
    .content-container{
        padding:0px 20px;
    }
    
    .header{
       padding:10px 20px; 
    }
    
    .footer{
        padding: 30px 20px;
    }
}

@media (max-width: 425px) and (min-width: 320px){
    .content-container{
        padding:0px 10px;
    }
    
    .header{
       padding: 10px; 
    }
    
    .footer{
        padding: 20px 5px 20px;
    }
}

@media (max-width: 375px) and (min-width: 320px){
    
    .contact-info {
      gap:7px;
    }
}

/* ტელეფონისთვის */

@media (max-width: 320px), (max-width: 375px), (max-width: 425px) {
  .head-nav {
    display: none;
  }

  .menu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
  }

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

  .breadcrumb {
    display: none;
  }

  .arrow {
    display: none;
  }

  /* footer */
  
  .div-footer {
    flex-direction: column;
    gap: 0px;
  }

  .logo {
    margin-bottom: 10px;
  }

  .footer-right {
    justify-content: space-between;
    gap: 0px;
  }

  .a-nav {
    font-size: 14px;
  }

  .a-FAQ-nav {
    font-size: 14px;
    max-width: 121px;
  }

  .title-h6 {
    font-size: 16px;
  }

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

  .line {
    margin: 10px 0;
  }

  .p-underline-footer {
    font-size: 12px;
  }

  .footer-icon-box {
    width: 28px;
    height: 28px;
  }

  .footer-link-img {
    width: 16px;
    height: 16px;
  }

  .footer-facebook-link-img {
    width: 12px;
    height: 17px;
  }
  
  .p-footer-contact {
    font-size: 12px;
  }
  
  .div-footer-links{
    gap:5px; 
  }

  /* კონტაქტი */

  .contact-layout {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin: 85px 0 20px;
  }

  /* ხდკ */

  .FAQ-layout {
    flex-direction: column;
    margin: 60px 0 10px;
    gap: 20px;
  }

  .FAQ-introduction {
    height: 210px;
  }

  .FAQ-img {
    max-width: 150px;
    max-height: 150px;
  }

  .FAQ-h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .FAQ-p {
    font-size: 14px;
  }

  .FAQ-a {
    font-size: 14px;
  }
  
  .question{
    font-size:14px;
  }
  .answer{
    font-size:14px;  
  }
}

@media (max-width: 768px) and (min-width: 320px) {
    
    .head-nav {
        display: none;
    }
    
    .add-startup-button {
        display: none;
    }
    
    .menu-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color:white;
    }
}

@media (max-width: 768px) and (min-width: 320px) {
  /* მთავარი გვერდი */
  .language-selector {
    padding: 6px;
  
  }

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

  /* რუკა */

  .map {
    flex-direction: column;
    height: unset;
    margin: 10px;
  }

 
  #container {
    height: 300px;
    flex: unset;
    border: unset;
    border-bottom: 2px solid #e0e0e0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .startup-info p {
    margin: 4px 0 0;
    font-size: 9px;
    text-wrap: nowrap;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  .startup-info h4 {
    margin: 0;
    font-size: 10px;
    font-weight: 600;
  }
  .startup-card img {
        min-width: 80px;
        min-height: 70px;
        margin-right: 10px;
        padding: 15px 5px;
        background-color: white;
        border-radius: 10px;
        object-fit: contain;
    }
  .highcharts-root {
    width: unset;
    height: unset;
    max-width: unset;
    max-height: unset;
  }
  .startup-info{
       white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  /* მთავარი გვერდის სტაარტაპები ტაბლეტისთვის*/
  
  .startup-card-container {
    flex-wrap: nowrap;
    max-width: 1000px;
    width: 100%;
  }
  .highcharts-root {
    max-width: unset;
    max-height: unset;
  }
  .map {
    max-width: 800px;
    height: unset;
    flex-direction: column;
    flex-wrap: unset;
  }
  #startup-box {
    max-width: 1000px;
    height: 400px;
    flex-direction: column;
    overflow: hidden;
  }
  .startup-card-container {
    flex-wrap: nowrap;
    justify-content: unset;
    overflow-y: auto;
    flex-direction:column;
  }
  #container {
    border-bottom: 2px solid #e0e0e0;
  }
  .startup-card img {
    margin-right: 10px;
  }
  /* .startup-card {
    padding: 5px;
    margin-bottom: unset; }*/
  .startup-card {
    display: flex;
    border-radius: 12px;
    padding: 5px;
    margin-bottom: unset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 767px;
  }
}
@media (max-width: 850px) and (min-width: 320px) {
  .hidden-title {
    display: flex;
  }
  .card {
    max-height: 250px;
  }
  .card h3,
  .card button {
    display: none;
  }
  .slider {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .card h3 {
    display: none;
  }
  .card::before {
    display: none; /*ეს დასაზუსტებელია*/
  }
  .logo-slider::after,
  .logo-slider::before {
    background: unset;
  }
  .logo-slider {
    padding: unset;
  }
  .slider-track img {
    max-width: 100px;
  }
  #startup-box {
    max-width: 767px;
    width: 100%;
    display: flex;
    gap: 10px;
    padding-top: 10px;
    margin:auto;
    padding:unset;
  }
  .startup-box {
    max-height: 70vh;
    overflow: hidden;
  }

  .region-title {
    flex-shrink: 0;
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 1;
    margin-top: 30px;
  }

  .startup-card-container {
    overflow-y: auto;
    flex: 1;
    flex-wrap: nowrap;
    justify-content: unset;
  }
  .swiper-button-next,
  .swiper-button-prev {
    padding: 18px !important;
  }
}

/* მთავარი გვერდის სტარტაპები */
@media (max-width: 850px) and (min-width: 320px) {
  .img-startups {
    max-width: 90px;
    max-height: 80px;
        padding: 10px 0px;
    background-color: white;
    min-height: 80px;
  }
  h5 {
    font-size: 15px;
  }
  .card-startups {
    gap: unset;
    row-gap: 15px;
    justify-content: space-around;
  }
  .desc {
    font-size: 13px;
  }
  .button {
    font-size: 13px;
  }
  .h2-start {
    font-size: 18px;
  }
  .h2-map {
    font-size: 18px;
  }
}

@media (max-width: 869px) and (min-width: 851px) {
     .article-startups {
    max-width: 290px;
    max-height: 110px;
    padding: 5px;
    gap: 10px;
  }
}

@media (max-width: 767px) and (min-width: 320px){
  .hidden-mobile-startup {
    display: none !important;
  }
}
@media (max-width: 550px) and (min-width: 430px) {
        .article-startups {
        max-width: 390px;}
}
@media (max-width: 429px) and (min-width:380 px) {
        .article-startups {
        max-width: 360px;}
}
@media (max-width: 550px) and (min-width: 650px) {
        .article-startups {
        max-width: 400px;}
}
@media (max-width: 450px) and (min-width: 400px) {
        .article-startups {
        max-width: 350px;}
}
@media (max-width: 400px) and (min-width: 380px) {
        .article-startups {
        max-width: 340px;}
}
@media (max-width: 689px) and (min-width: 320px) {
  .startup-card {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 767px;
    min-height:70px;
  }
  .startup-info p {
    margin: 4px 0 0;
    font-size: 12px;
  }
  .startup-info h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
  }
  #container {
    height: 300px;
    flex: unset;
    border: unset;
    border-bottom: 2px solid #e0e0e0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .highcharts-root {
    width: unset;
    height: unset;
    width: 100%;
  }
}

/* ფუტერი */

@media (max-width: 768px) and (min-width: 426px) {
  
  .div-footer {
    flex-direction: column;
    gap: 0px;
  }

  .logo {
    margin-bottom: 10px;
  }

  .footer-right {
    justify-content: space-around;
    gap: 0px;
  }

  .a-FAQ-nav {
    max-width: 138px;
  }

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

  .line {
    margin: 10px 0;
  }

  .footer-icon-box {
    width: 30px;
    height: 30px;
  }

  /* კონტაქტი */

  .contact-img {
    max-width: 700px;
    max-height: 300px;
  }

  .contact-layout {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin: 80px 0 20px;
  }
}


@media (max-width: 1024px) and (min-width: 320px) {

    .startup-profile{
        gap:20px;
    }
}

@media (max-width: 768px) and (min-width: 320px) {

    .startup-profile{
        display:flex;
        flex-direction:column;
    }
    
  .breadcrumb {
    display: unset;
  }

  .div-filter {
    display: flex;
    justify-content: flex-end;
    margin-top: 80px;
  }
  .slider-track{
    gap:20px;
  }
}

@media (max-width: 768px) and (min-width: 320px) {

    .tags-box{
        padding-left:0px;
    }
    
    .description{
        padding-left:0px;
    }
}

@media (max-width: 600px) and (min-width: 401px) {
  .cover{
      margin-top:15px;
  }
}

@media (max-width: 400px) and (min-width: 320px) {
  .cover{
      margin-top:25px;
  }
}

/* ფუტერი */

@media (max-width: 791px) and (min-width: 769px) {
  .footer-right {
    justify-content: space-between;
    gap: 70px;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {

  .filter-tag {
    margin-top: 60px;
  }
}

@media (max-width: 768px) and (min-width: 320px) {

    .footer-low-div-layout {
        flex-direction:column;
        gap:20px;
    }
    
    .contact-info {
        justify-content: space-evenly;
    }
}

@media (max-width: 500px) and (min-width: 426px) {
    
    .contact-info {
        gap:9px;
    }
}

@media (max-width: 425px) and (min-width: 376px) {
    
    .contact-info {
        gap:28px;
    }
}

@media (max-width: 375px) and (min-width: 351px) {
    
    .contact-info {
        gap:15px;
    }
}

@media (max-width: 350px) and (min-width: 320px) {
    
    .contact-info {
        gap:6px;
    }
}



/* ხდკ */

@media (max-width: 768px) and (min-width: 426px) {

  .FAQ-layout {
    flex-direction: column;
    margin: 70px 0 20px;
    gap: 20px;
  }
  
  .FAQ-introduction {
    height: 245px;
  }

  .FAQ-img {
    max-width: 175px;
    max-height: 175px;
  }

  .FAQ-h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .FAQ-p {
    font-size: 14px;
  }

  .FAQ-a {
    font-size: 14px;
  }
}

@media (max-width: 425px) and (min-width: 320px) {

  .FAQ-h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
}

@media (max-width: 768px) and (min-width: 476px) {
  .FAQ-introduction {
    height: 250px;
  }
}

@media (max-width: 476x) and (min-width: 425px) {
  .FAQ-introduction {
    height: 295px;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
    
    .FAQ-introduction {
      display:flex;
      flex-direction:column;
      align-items:center;
    }
}

/* კონტაქტი */

@media (max-width: 375px) and (min-width: 320px) {
  .article-contact {
    padding: 20px;
  }
}

@media (max-width: 1024px) and (min-width: 821px) {
  .contact-img {
    max-width: 700px;
    max-height: 350px;
  }
}

@media (max-width: 820px) and (min-width: 769px) {
  .contact-img {
    max-width: 600px;
    max-height: 300px;
  }
}

/* სტარტაპ პროფილის რესპონსიულობა */

@media (max-width: 768px) and (min-width: 320px) {
  .visual {
    margin: 10px;
    flex-direction: column;
  }
  .visual-img {
    max-width: 160px;
    max-height: 140px;
  }
  .tags-box {
    margin-top: 10px;
  }
  .data {
    max-width: 750px;
    width: 100%;
    margin-right: unset;
  }
}


@media (max-width: 425px) and (min-width: 320px) {
  .data {
    padding:10px;
  }
}

/* სტარტაპების ფილტრი */

@media (max-width: 768px) and (min-width: 320px){
    
  .onscreen {
    margin:80px 0 30px;
    display: flex;
    flex-direction:column;
    align-items:center;
  }
  
  .filter{
    width: 300px;
    order:1;
  }
  
  #selectedTags{
    order:2;
  }
}

@media (max-width: 768px) and (min-width: 320px){
  .drag-handle {
    display:block;
  }
  
  .modal-h{
      padding:0 0 15px;
  }
  
  .selectable,
  .modal-h5 {
    text-wrap: wrap;
  }

  .close-filter{
    display: none;
  }
  
  .filter-modal {
    align-items: flex-end;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .filter-modal-content {
    border-radius: 24px 24px 0 0;
    width: 100%;
    max-width: 100%;
    animation: slideUp 0.3s ease-in-out;
    padding: 0 20px;
    max-height: 100%;
  }

    @keyframes slideUp {
      0% {
        transform: translateY(100%) scale(0.98);
        opacity: 0;
      }
      60% {
        transform: translateY(-10px);
        opacity: 1;
      }
      100% {
        transform: translateY(0) scale(1);
        opacity: 1;
      }
    }
    
    @keyframes slideDown {
      0% {
        transform: translateY(200px) scale(1);
        opacity: 1;
      }
      40% {
        transform: translateY(190px);
        opacity: 1;
      }
      100% {
        transform: translateY(100%) scale(0.98);
        opacity: 0;
      }
    }
    
    .filter-modal-content.opening {
      animation: slideUp 0.3s ease-out forwards;
    }
    
    .filter-modal-content.closing {
      animation: slideDown 0.3s ease-in forwards;
    }
}

@media (max-width: 425px) and (min-width: 320px){

  .bottom-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .apply-filter {
    width: 280px;
    height: 50px;
  }

  .selectable,
  .modal-h5 {
    text-wrap: wrap;
  }

  .modal-h4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .modal-h5 {
    margin: 10px 0px;
  }
}

@media (max-width: 425px) and (min-width: 376px){
  
  .filter-group {
    padding: 15px;
  }
}

@media (max-width: 375px) and (min-width: 320px){
  
  .filter-group {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .startup-card-container {
    position: relative;
    /*padding-right: 35px;*/
    white-space: nowrap;
    overflow-x: unset;
  }
}
@media (max-width: 1023px) and (min-width: 690px) {
  .startup-card {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 5px;
    margin-bottom: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    width: 100%;
  
  }
  .startup-card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-height: 400px;
    padding: 10px;
  }
}
@media (max-width: 510px) and (min-width: 320px) {
  .startup-card-container {
    flex-wrap: wrap;
    padding-right: unset;
  }
}

/*404*/

@media (max-width: 768px) and (min-width: 376px){
    
    .img-404{
      max-width: 150px;
      max-height: 150px;
    }
    
    .h2-404{
      font-size: 18px;
    }
}

@media (max-width: 375px) and (min-width: 320px){
    
    .img-404{
      max-width: 120px;
      max-height: 130px;
    }
    
    .h2-404{
      font-size: 16px;
    }
}
@media (max-width: 1250px) and (min-width: 1100px){
    .article-startups {max-width:300px;
        
    }
}


@media (max-width: 1099px) and (min-width: 1000px){
    .article-startups {max-width:260px;
        
    }
}

@media (max-width: 999px)and (min-width: 851px){
    .card-startups {justify-content:center;}
}
@media  (min-width:1250px){
    .map{
        max-width:1200px;
    } 
    
}

/*ჩვენს შესახებ*/

@media (max-width: 1024px) and (min-width: 951px){
    
    .section-aboutus-layout {
      grid-template-columns: 1fr 425px;
      margin: 20px auto;
    }
    
    .about-us-img {
      height: 375px;
    }
    
}

@media (max-width: 950px) and (min-width: 901px){
    
    .section-aboutus-layout {
      grid-template-columns: 1fr 400px;
      margin: 20px auto;
    }
    
    .about-us-img {
      height: 350px;
    }
    
}

@media (max-width: 900px) and (min-width: 851px){
    
    .section-aboutus-layout {
      grid-template-columns: 1fr 375px;
      margin: 20px auto;
    }
    
    .about-us-img {
      height: 325px;
    }
    
}

@media (max-width: 850px) and (min-width: 801px){
    
    .section-aboutus-layout {
      grid-template-columns: 1fr 350px;
      margin: 20px auto;
    }
    
    .about-us-img {
      height: 300px;
    }
    
}

@media (max-width: 800px) and (min-width: 769px){
    
    .section-aboutus-layout {
      grid-template-columns: 1fr 325px;
      margin: 20px auto;
    }
    
    .about-us-img {
      height: 275px;
    }
    
}


@media (max-width: 768px) and (min-width: 320px){
    
    .section-aboutus-layout {
      display:flex;
      flex-direction:column;
      margin: 75px 0 30px;
    }
    
   .p-article {
      max-width: 768px;
      order:2;
    }
}

@media (max-width: 425px) and (min-width: 320px){
    
    .article-aboutus-layout{
        padding: 10px 20px 10px 0;
    }
    
    .a-aboutus-layout{
        padding: 10px 20px;
    }
    
}

@media (max-width: 768px) and (min-width: 320px){
    
    /*.article-aboutus-layout {*/
    /*  margin: 20px auto;*/
    /*}*/
}

@media (max-width: 768px) and (min-width: 600px){
    
    .about-us-img {
      max-width: 768px;  
      max-height: 250px;
    }
}

@media (max-width: 599px) and (min-width: 500px){
    
    .about-us-img {
      max-width: 768px;  
      max-height: 200px;
    }
}

@media (max-width: 499px) and (min-width: 426px){
    
    .about-us-img {
      max-width: 768px;  
      max-height: 150px;
    }
}

@media (max-width: 425px) and (min-width: 320px){
    
   .p-article {
      max-width: 425px;
      order:2;
    }
    
    .about-us-img {
      max-width: 425px;  
      height: 150px;
    }
}

@media (max-width: 375px) and (min-width: 320px){
    
    .section-aboutus-layout {
      display:flex;
      flex-direction:column;
      margin: 75px 0 20px;
    }
    
   .p-article {
      max-width: 425px;
      order:2;
    }
    
    .about-us-img {
      max-width: 425px;  
      height: 150px;
    }
}

/*ფორმა*/

@media (max-width: 768px) and (min-width: 320px){
    
    .form-wrapper {
      padding:0 10px 120px;
      margin: 60px auto;
    }
    
}

@media (max-width: 425px) and (min-width: 320px){
    
    .carousel-track-start {
        align-items:center;
        flex-direction:column;
    }
    
    .arrow-group-start {
        display:none;
    }
    
}

@media (max-width: 768px) and (min-width: 601px){
    
    .linkedin-wrapper {
        width: 300px;
    }
    
    .input-container {
        width:300px;
    }
    
}

@media (max-width: 600px) and (min-width: 501px){
    
    .linkedin-wrapper {
        width: 250px;
    }
    
    .input-container {
        width:250px;
    }
    
}

@media (max-width: 500px) and (min-width: 426px){
    
    .linkedin-wrapper {
        width: 200px;
    }
    
    .input-container {
        width:200px;
    }
    
}

@media (max-width: 425px) and (min-width: 376px){
    
    .linkedin-wrapper {
        width: 175px;
    }
    
    .input-container {
        width: 175px;
    }
}

@media (max-width: 375px) and (min-width: 351px){
    
    .linkedin-wrapper {
        width: 150px;
    }
    
    .input-container {
        width: 150px;
    }
}

@media (max-width: 350px) and (min-width: 320px){
    
    .linkedin-wrapper {
        width: 125px;
    }
    
    .input-container {
        width: 125px;
    }
}

@media (max-width: 425px) and (min-width: 376px){
    
    .toolbar{
        gap: 20px;
    }  
}

@media (max-width: 375px) and (min-width: 351px){
    
    .toolbar{
        gap: 15px;
    }  
}

@media (max-width: 350px) and (min-width: 320px){
    
    .toolbar{
        gap: 10px;
    }  
}


/*სტარტაპის პროდუქტი*/

@media (max-width: 768px) and (min-width: 320px){
    
    .h4-product{
        font-size:18px;
    }
    
    .p-product{
       font-size:16px;
    }
}

@media (max-width: 425px) and (min-width: 320px){
    
    .div-product-slider{
        flex-direction: column;
        gap: 10px;         
        overflow-y: auto;
        max-height: 800px;
    }
}

/*სიახლეები*/

@media (max-width: 768px) and (min-width: 320px){
    
    .h4-news{
        font-size:18px;
    }
    
    .p-news{
       font-size:16px;
    }
    
    .h3-news{
        font-size:20px;
    }
    
    .news-a{
        font-size:16px;
    }
}

@media (max-width:425px) and (min-width:320px){
    
    .div-news-slider{
        flex-direction:column;
        gap:10px;
        overflow-y:auto;
        max-height:800px;
    }
}


@media (max-width:425px) and (min-width:320px){
    .carousel-track-start{
        flex-direction:column;
        gap:10px;
        overflow-y:auto;
    }
}

/*სიახლეები*/

@media (max-width:768px) and (min-width:320px){
    .div-news-slider{
        justify-content: center;
    }
    
    .section-news-page{
        justify-content: center;
    }
}

/*წესები და პირობები*/

@media (max-width:768px) and (min-width:320px){
    .terms-wrapper{
        margin: 100px 10px;
    }
    
    .achievements{
        padding-left:0px;
    }
}