* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    background-color: white;
    margin: auto;
}
.wrapper{
    max-width: 1230px;
    margin: auto;
}
.content-container{
    flex: 1;
    width:100%;
}

/* ზოგადი სტილები */
section {
  max-width: 1440px;
  margin: auto;
}

a {
  text-decoration: none;
  color: inherit;
}
img {
  width: 100%;
}
section {
  margin: 10px auto;
}

/* სლაიდერის სტილები */

.slider {
  margin: 100px auto;
  padding: unset;
  max-width: 1278px;
  border-radius: 15px;
  overflow: hidden;
}

.swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  opacity: 0.5;
}

.swiper-slide-active {
  opacity: 1;
  transform: scale(1.03);
  z-index: 2;
}

.card {
  color: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 1rem;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  z-index: 1;
}

.card h3,
.card button {
  position: relative;
  z-index: 2;
}

.card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.card button {
  width: 100px;
  background: #f1c40f;
  border: none;
  padding: 0.5rem 1.2rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ffffff !important;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px !important;
  padding: 28px !important;
  background-color: #ffffffb1;
  border-radius: 50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: unset !important;
  color: black;
}

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

.h2-start {
  margin: 30px 0;
  font-size: 25px;
}

.card-startups {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 70px;
    justify-content:flex-start;
}

.startups-container {
    margin: 50px auto;
}

.article-startups {
  border: 1px solid #e8e6e6;
  transition:0.3s ease;
  max-width: 360px;
  max-height: 120px;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  border-radius: 15px;
  cursor: pointer;
  background-color: white;
  align-items:center;
  min-height: 100px;
}

.article-startups:hover {
  border: 1px solid #B2B2B2;
}

.img-startups {
    width: 100%;
    border-radius: 10px;
    max-width: 90px;
    max-height: 100px;
    object-fit: contain;
    padding: 10px 5px;
    background-color: #ffffff;
    min-height: 80px;
}
.descr-st{
    width:100%;
}
.h5-articles {
    margin-bottom: 5px;
    font-size: 16px;
}

.a-news {
  color: #000000;
  font-size: 20px;
  text-decoration: none;
}

.article-startups:hover .hover {
  display: flex;
}

.button-wrapper {
  text-align: center;
}

/* მეტის ნახვა */

.see-all-wrapper {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.see-all-a {
  display: inline-block;
}

.button{
    background-color: #f5c235;
    color: black;
    padding: 12px 18px;
    border: none;
    font-size: 20px;
    cursor: pointer;
    border-radius: 10px;
}

.button:hover {
  background-color: #fdba00;
}

.but-image {
    max-width: 6px;
    max-height: 14px;
}
/* ჩვენს შესახებ */

.breadcrumb {
  font-size: 16px;
  color: #444;
  padding-top: 100px;
  font-family: "HelveticaNeue";
  margin-bottom:20px;
}

.return {
  text-decoration: none;
  color: #000000;
}

.separator {
  margin: 0 10px;
}

.current {
  color: #757575;
}

.h1-about-us{
  font-size: 25px;
  color: #000000;
}

.about-us-img-container {
  text-align: center;
}

.about-us-img {
  max-width: 500px;
  width: 100%;
  height: 410px;
  border-radius: 24px;
  object-fit: cover;
}

.section-aboutus-layout {
  display: grid;  
  grid-template-columns: 1fr 500px;
  gap: 10px;
  margin: 40px auto;
}

.p-article {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 650px;
  line-height: 22px;
}

.a-aboutus-layout {
  font-size:16px;
  padding: 20px;
}

.article-aboutus-layout{
  background-color: #F5C235;
  border-radius: 12px;
  max-width: 175px;
  margin-bottom:40px;
  padding: 20px 20px 20px 0;
  transition: all 0.3s ease;
}

.article-aboutus-layout:hover {
    background-color: #fdba00
}

.p-friendus {
  color: #07102b;
  font-size: 16px;
  margin-bottom: 20px;
}

.p-contactus {
  color: #07102b;
  font-size: 16px;
}

.contact-aboutus-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.a-aboutus-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  border-radius: 12px;
  transition: all 0.3s ease;
  padding: 8px;
}

.a-aboutus-contact:hover {
  background-color: rgba(245, 194, 53, 0.38);
}

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

.p-aboutus-contact {
  font-size: 16px;
  color: #000000;
  transition: transform 0.3s ease;
}

.aboutus-social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

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

.icon-box:hover {
  border-color: #B2B2B2;
}

.icons-aboutus {
  width: 20px;
  height: 20px;
}

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

.contact-layout {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 30px auto;
  gap: 10px;
}

.article-contact {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  max-width: 400px;
  width: 100%;
  padding: 30px 40px;
  background-color: #ffffff;
}

.contact-img {
  max-width: 900px;
  width: 100%;
  max-height: 500px;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.social-contact{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.logo-contact {
  max-width: 130px;
  height: 30px;
  margin-bottom: 20px;
}

.h1-contact {
  font-size: 17px;
  color: #000000;
}

.h2-contact {
  font-size: 16px;
  color: #000000;
}

.icon-box-contact {
  background-color: #f1f1f1;
  border-radius: 6px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.icon-box-contact:hover {
  background-color: #e0e0e0;
}

.a-contact {
  max-width: 300px;
  height: 40px;
  background-color: #f1f1f1;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.a-contact:hover {
  background-color: #e0e0e0;
}

.img-contact-icons {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

.img-contact-icons-mail {
  width: 20px;
  height: 16px;
  margin-left: 15px;
}

.img-contact-icons-location {
  width: 20px;
  height: 23px;
  margin-left: 15px;
}

.p-contact {
  font-size: 16px;
  color: #000000;
}

.made-by{
    font-size: 16px;
    color:rgba(7, 16, 43, 0.7);
    margin-bottom:50px;
}

/* ხდკ */

.FAQ-layout {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 100px;
  gap: 10px;
}

.FAQ-introduction {
    height: 400px;
}

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

.FAQ-h1 {
  color: #07102b;
  font-size: 35px;
  margin-bottom: 20px;
}
.div-cu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.cu-img {
  width: 19px;
  height: 19px;
}

.FAQ-p {
  color: #07102b;
  font-size: 16px;
  white-space: nowrap;
}

.FAQ-a {
  text-decoration: underline;
}

.faq {
  max-width: 760px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
}

.qa {
  border-top: 1px solid #ddd;
  background: #ffffff;
  transition: background 0.3s ease;
}

.qa:first-child {
  border-top: none;
}

.qa:hover {
  background: #f5f5f5;
}

.question {
  padding: 20px;
  max-height: 70px;
  cursor: pointer;
  font-size: 18px;
  word-wrap: break-word;
  white-space: normal;
  color: #000000;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content: space-between;
}

.arrow-faq{
  width: 12px;
  height: 6px;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.qa.active .arrow-faq {
  transform: rotate(-180deg);
}

.answer {
  overflow: hidden;
  height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  transition: height 0.2s ease, opacity 0.2s ease, padding 0.2s ease;
}

.qa.active .answer {
  padding: 0 20px;
}

/* მთავარის სტარტაპები */

#startup-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-evenly;
  padding: 20px;
}

.startups-layout-container {
  margin: 50px auto;
}

/* logo slider */

.logo-slider {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: #f3d27700;
  padding: 20px 0;
  margin: 70px 0px;
}

.logo-slider::before,
.logo-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logo-slider::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}

.logo-slider::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, transparent);
}

.slider-track {
  display: flex;
  gap: 50px;
  position: relative;
  animation: scroll-left 20s linear infinite;
  align-items:center;
}

.slider-track img {
    object-fit: contain;
    max-width: 180px;
    max-height: 120px;
    margin: 0 30px;
    vertical-align: middle;
    padding: 10px 15px;
    background-color: #ffffff;
    min-height: 100px;
    min-width: 50px;
    border-radius: 10px;
}
.apple {
  max-width: 30px !important;
  max-height: 35px !important;
}

.logo-slider:hover .slider-track {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.star {
    display: flex;
    background-color: white;
    border-radius: 15px;
    width: 100%;
    min-height: 110px;
    gap: 10px;
    padding:10px;
}
.cover{
    padding-bottom:60px;
}
.cover-image{
    object-position: center;
    position: relative;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    max-height:500px;
    object-fit:cover;
}
.content-div{
    position: relative;
    margin-top: -60px;
}

.startup-profile {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  max-width: 1280px;
  margin: auto;
  align-items: start;
  width:98%;
 grid-template-areas:
"star data"
"des data"
"des funders"
"des funders"
"ach funders"
"ach funders"
"ach funders"
}

.star-tag{
    grid-area:star;
}

.description{
    max-width:740px;
    grid-area:des;
}

.achievements{
    max-width:740px;
    grid-area:ach;
    padding-left:20px;
}

.tags-box{
    grid-area:tags;
    padding-left:20px;
}

.funders{
    grid-area:funders;
}

.star-tag{
    display:flex;
    flex-direction:column;
    gap:50px;
    width: 100%
}

.visual-img {
    background-color: white;
    max-width: 130px;
    border-radius: 20px;
    max-height: 130px;
    object-fit: contain;
    padding: 10px;
    width: 100%;
    object-fit: contain;
}

.visual {
  display:flex;
  margin: 0px 50px;
  gap: 30px;
  justify-content: space-between;
}

.star h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.description {
 line-height: 22px;
 padding-left:10px;
}

.data {
    background-color: white;
    border: 1px solid #E3E3E3;
    border-radius: 12px;
    width: 100%;
    grid-area:data;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tags {
    min-width: 50px;
    background-color: #fc48a833;
    border-radius: 10px;
    min-height: 20px;
    padding: 10px;
    max-width: max-content;
}

.tag-flex{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.h4-cat{
    margin-bottom:20px;
    font-weight:bold;
    font-size: 22px;
}

.dt-1 {
  display:flex;
  justify-content: space-between;
  gap: 20px;
}

.data-icons {
  display: flex;
  gap: 10px;
}

.data-icon {
    width: 20px;
}

.data-gmail-icon{
    width: 28px;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1); 
  border-radius: 5px;
}

.h3-funders{
    font-size:20px;
    margin-bottom:10px;
}

.div-funders{
    display:flex;
    flex-direction:column;
    gap:15px;
    padding-right: 5px;
    /*max-height: 350px; */
    /*overflow-y: auto;*/
    /*scrollbar-width: none;*/
    /*-ms-overflow-style: none;*/
}

/*.div-funders::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/

.div-inner-funders{
    display:flex;
    flex-direction:row;
    align-items:center;
    border-radius:12px;
    padding:10px;
    gap:20px;
}

.funders-img{
  max-width:109px;
  width:100%;
  max-height:109px;
  height:100%;
  border-radius:8px;
}

.div-description-funders{
    display:flex;
    flex-direction:column;
    gap:10px
}

.h4-funders{
    font-size:15px;
}

.p-funders{
    font-size:12px;
}

.h3-achievements{
    font-size:24px;
    margin-bottom:20px;
}

.div-achievements{
    display:flex;
    flex-direction:column;
    gap:20px;
    font-size:16px;
}

.div-achievements p{
    font-size:16px;
    line-height:22px;
}

.div-achievements p::before {
  content: "•";   
  color: black; 
  font-weight: bold;
  margin-right:10px;
}

/* რუკა */

.map-1 {
  max-width: 700px;
  max-height: 400px;
  object-fit: fill;
}
.map-2 {
  max-width: 400px;
  max-height: 500px;
  object-fit: cover;
}

#container {
  overflow: hidden;
  max-width: 850px;
  height: 490px;
  width: 100%;
  border-right: 2px solid #e0e0e0;
}
.map {
  justify-content: space-around;
  justify-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  background-color: white;
  height: 500px;
  border-radius: 20px;
  max-width: 1150px;
  margin: auto;
}
.highcharts-text-outline {
 stroke: none !important;}
#startup-box {
  flex: 1 1;
  max-width: 380px;
  max-height: 490px;
  padding-left: 10px;
}
.startup-box {
  overflow-y: auto;
}
.startup-info p{
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.loading {
  margin-top: 10em;
  text-align: center;
  color: gray;
}
text.highcharts-title {
  display: none;
}
.highcharts-subtitle {
  display: none;
}
.highcharts-exporting-group {
  display: none;
}
#highcharts-iexqi4t-0 {
  width: 700px;
}
.highcharts-plot-border {
  width: 700px;
}
.highcharts-root {
  width: 800px;
  height: 500px;
  touch-action: none;
}
#highcharts-hq85opv-0 {
  height: 600px !important;
}
.startup-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    max-width: 350px;
    width: 100%;
}
.startup-card img {
    max-width: 90px;
    max-height: 80px;
    border-radius: 2px;
    margin-right: 16px;
    min-width: 90px;
    object-fit: contain;
    width: 100%;
    min-height: 80px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 5px;
}
.startup-info h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.startup-info p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #555;
}
.h2-map {
  margin-bottom: 30px;
}
#container {
  touch-action: none;
  -ms-touch-action: none;
  overscroll-behavior: none;
}
.region-title {
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
}
.startup-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  padding: 1rem;
}

.region-title {
  text-align: center;
  margin-bottom: 1rem;
}

/*შიდა სლაიდერი*/

.carousel-track-start {
    display: flex;        
    gap: 20px;         
    overflow-x: auto;
    padding-bottom: 10px;
}

.card-start {
  max-width: 360px;
  width:100%;
  flex-shrink: 0;
}

.h3-slider {
  margin-bottom:20px;
  font-size: 24px;
}

.article-startups-inner{
  transition:0.3s ease;
  max-width: 360px;
  max-height: 120px;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  border-radius: 15px;
  cursor: pointer;
  background-color: white;
  align-items:center;
  min-height: 100px;
}

/*ფორმის სტილები*/

.form-wrapper {
  max-width: 800px;
  padding: 0 20px 250px;
  margin: 10px auto;
  background: white;
  border-radius: 12px;
}

.form-wrapper h2 {
  font-size: 16px;
  margin-bottom: 20px;
}

.form-wrapper p {
  font-size: 14px;
  margin-bottom: 30px;
}

.form-wrapper input,
.form-wrapper textarea,
.form-wrapper select {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #828794;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
}

.form-control::placeholder {
  color: #07102B;
}

.form-control {
  outline: none;
  box-shadow: none;
  background-color: white;
}

.form-control:focus {
  border: 1px solid #EAEAEA;
  outline: none;
  box-shadow: none;
  background-color: #EAEAEA;
}

.form-wrapper textarea {
  min-height: 100px;
  resize: vertical;
}
 #terms,
 .terms{
    width:unset;
    color:rgba(7, 16, 43, 0.7);
    margin-right:5px;
}
.terms-a{
    color:#0962F7;
    text-decoration:underline;
}
.form-wrapper .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 20px;
}

.send-continue {
  background: #f7c324;
  border: none;
  padding: 12px;
  font-size: 16px;
  color: black;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.send-continue:hover {
  background: #e6b800;
}

.upload-layout{
    display:flex;
    flex-direction:row;
    justify-content:center;
    gap:20px;
    margin-bottom:20px;
}

.upload-container {
  border: 2px dashed #828794;
  width: 250px;
  height:180px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: sans-serif;
  cursor: pointer;
}

.div-upload-img-text{
    display:flex;
    flex-direction:column;
}

.upload-container input[type="file"] {
  display: none;
}

.upload-icon {
  margin-bottom: 10px;
  cursor:pointer;
}

.upload-icon img {
  width: 32px;
  height: 32px;
}

.upload-label-text {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #000;
  cursor:pointer;
}

/*//*/

    .dropdown-toggle {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 12px;
      margin-top:10px;
      font-size: 16px;
      cursor: pointer;
      border: 1px solid #828794;
      border-radius: 6px;
    }
    
    .dropdown-toggle.open {
      border: 1px solid #F5C235;
    }

    .dropdown-toggle p {
      margin: 0;
      font-size: 18px;
      color: #07102B;
    }
    
    .arrow-form {
        width: 12px;
        height: 6px;
        transition: transform 0.3s ease, filter 0.3s ease;
        pointer-events: none;
    }

    .dropdown-toggle.open .arrow-form {
      transform: rotate(180deg);
    }
    
    .dropdown-padding{
        padding:0 7px;
    }

    .dropdown-menu {
      display: none;
      background-color: #f9f9f9;
      padding: 10px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      width:100%;
    }

    .dropdown-title {
      margin-bottom:10px;
      font-size: 20px;
      font-weight: 300;
    }

    .dropdown-items {
      display: flex;
      flex-wrap: wrap;
    }

    .dropdown-item {
      padding: 8px 12px;
      border: 1px solid #e5e5e5;
      border-radius: 6px;
      cursor: pointer;
      display: inline-block;
      margin: 4px;
      transition: all 0.3s ease;
      border-radius: 15px;
      background-color: white;
      gap: 5px;
    }

    .dropdown-item:hover {
      border: 1px solid #fc48a880;
    }
    
    .dropdown-item.selected {
      background-color: #fc48a833;
      color: rgb(0, 0, 0);
    }
    
    .div-category{
        display:flex;
        flex-direction:column;
        gap:36px;
    }
    
    .dropdown-img-h3{
        display:flex;
        gap:12px;
        align-items:center;
        margin-bottom:12px;
    }
    
    .dropdown-h3{
        font-size:22px;
        font-weight:400;
    }
    
    .dropdown-img{
        width: 24px;
        height: 24px;
    }
    
    /*ფიფქები*/
    .required-dropdown,
    .required-wrapper,
    .optional-wrapper{
      display:flex;
      align-items: center;
      position: relative;
    }
    
    .required-dropdown::before{
      content: "*";
      color: red;
      position:absolute;
      top:17px;
      font-size: 29px;
      line-height: 1;
      transform: translatex(-27px);
      width:0.1px;
    }
    
    .editor-snowflake::before{
      content: "*";
      color: red;
      position:absolute;
      top:17px;
      font-size: 21px;
      line-height: 1;
      transform: translatex(-15px);
      width:0.1px;
    }
            
    .required-wrapper::before{
      content: "*";
      color: red;
      position:absolute;
      top:30px;
      font-size: 21px;
      line-height: 1;
      transform: translatex(-15px);
      width:0.1px;
    }
    
/*შიდა სლაიდერი*/

.carousel-track-start {
    display: flex;        
    gap: 20px;         
    overflow-x: auto;
    padding-bottom: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}

.carousel-track-start,
.carousel-track-start * {
  user-select: text;
}

.carousel-track-start.active,
.carousel-track-start.active * {
  user-select: none;
}

.card-start {
  max-width: 360px;
  width:100%;
  flex-shrink: 0;
}

.h3-slider {
  margin-bottom:30px;
  font-size: 24px;
}

.article-startups-inner{
  max-width: 360px;
  max-height: 120px;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  border-radius: 15px;
  cursor: pointer;
  background-color: white;
  align-items:center;
  min-height: 100px;
  flex: 0 0 auto;
}

.carousel-track-start::-webkit-scrollbar {
    display: none;
}
    
/*სიახლეები*/

.news{
    margin:50px 0;
}

.div-news-h3-a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.h3-news{
    font-size:24px;
}

.news-a{
    display:flex;
    align-items:center;
    gap:23px;
    font-size:18px;
    color:#F5C235;
}

.news-arrow{
    width: 8px;
    height: 16px;
}

.div-news-slider{
    display: flex;
    flex-wrap:wrap;
    gap: 15px;      
    /*overflow-x: auto;*/
    /*padding-bottom: 10px;*/
}

/*.div-news-slider.active {*/
/*    cursor: grabbing;*/
/*}*/

/*.div-news-slider::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

.div-news{
    display:flex;
    flex-direction:column;
    gap:15px;
    border-radius:10px;
    max-width: 296px;
    width:100%;
    /*flex: 0 0 auto;*/
}

.div-news-h3-p{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.h4-news{
    font-size:20px;
    color:#07102B;
}

.p-news{
   font-size:18px;
   color:#07102B;
}

.news-img{
  height: 185px;
  border-radius:10px;
  object-fit:cover;
  /*-webkit-user-drag:none;*/
  /*user-drag:none;*/
}

/*.div-news-slider,*/
/*.div-news-slider * {*/
/*  user-select: text;*/
/*}*/

/*.div-news-slider.active,*/
/*.div-news-slider.active * {*/
/*  user-select: none;*/
/*}*/

/*სიახლეების გვერდი*/

.section-news-page{
    display:flex;
    flex-wrap:wrap;
    gap:44px;
    margin:60px 0;
}

.div-news-page{
    display:flex;
    flex-direction:column;
    gap:15px;
    border-radius:10px;
    max-width: 380px;
    width:100%;
}

.news-img-page{
    border-radius:10px;
    object-fit:cover;
    height:230px;
}

/*სიახლეების შეიდა გვერდი*/

.div-other-inner-news{
    display:flex;
    flex-direction:column;
    gap:15px;
    border-radius:10px;
    max-width: 296px;
    width:100%;
}

.news-img-inner-page{
    border-radius:10px;
    object-fit:cover;
    height:185px;
}

.div-inner-right{
    margin-top: 50px;
}

.section-news-inner{
    margin:75px 0 190px;
}

.img-news-inner{
    max-width:800px;
    max-height:395px;
    border-radius:8px;
}

.h1-news-inner{
    color:#07102B;
    font-size:24px;
    margin:20px 0;
}

.news-inner-text{
    max-width:780px;
    font-size:16px;
    line-height: 22px;
}

.div-other{
    display:flex;
    gap:104px;
    align-items:center;
    margin-bottom:26px;
}

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

.div-other-news{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

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

.product-slider{
    margin:80px 0;
}

.product{
    margin-bottom:80px;
}

.h3-product{
    font-size:24px;
    margin-bottom:30px;
}

.div-product{
    display: flex;
    flex-wrap:wrap;
    gap: 15px;         
    padding-bottom: 10px;
}

.a-product{
    display:flex;
    flex-direction:column;
    gap:20px;
    max-width: 296px;
    width:100%;
}

.h4-product{
    font-size:20px;
}

.product-img{
    border-radius:10px;
}







.banana-wrapper {
  display: flex;
  justify-content:center;
  padding:0 20px 30px;
}
.mango-step {
    width: 200px;
    height: 70px;
}
.mango-filled polygon {
  fill: #f7c236;
}
.mango-filled text {
  fill: #fff;
 font-size: 20px;
  text-anchor: middle;
  dominant-baseline: middle;
}


.mango-outline polygon {
  fill: #fff;
  stroke: #f7c236;
  stroke-width: 4;
}
.mango-outline text {
  fill: #f7c236;
  font-size: 20px;
  text-anchor: middle;
  dominant-baseline: middle;
}
.mango-step {
  opacity: 0.6;
  transition: 0.3s;
  cursor: default;
}
.mango-filled {
  opacity: 1;
}
.mango-step {
  cursor: pointer;
}

/*დამფუძნებლის დამატება*/

.header-block {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.title-text {
    font-size: 18px;
    font-weight:400;
    color:#07102B;
}

.div-pluse-man {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.form-container {
    display: flex;
    justify-content:space-between;
    gap:10px;
    margin-top: 20px;
}

.foto-label{
    display:flex;
    gap:20px;
}

.upload {
    border: 2px dashed #828794;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    height: 126px;
}

.div-founder-img{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.iconphoto-founder{
    width: 47px;
    height:71px; 
}

.funder-inputes{
    margin-top:8px;
}

.input-container {
    width:360px;
}

.input-container input {
    padding: 12px 10px;
    font-size: 16px;
    border: 1px solid #C0C2C9;
    border-radius: 6px;
    outline: none;
}

.input-container input::placeholder {
  color: #000000;
}

.trash-gray{
    margin-top:20px;
    width: 24px;
    height:24px;
    cursor:pointer;
}

.linkedin-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #C0C2C9;
    border-radius: 6px;
    padding: 5px;
    gap:6px;
    width:360px;
}

.linkedin-wrapper input {
    margin:0px;
    padding: 5px 7px;
    font-size: 16px;
    border: none;
    outline: none;
}

.linkedin-wrapper input::placeholder {
  color: #000000;
}

/*ვრცელი აღწერა*/

.editor-wrapper {
    border: 1px solid #828794;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 10px;
}

.editor-wrapper:focus-within {
    border: 1px solid #FFC611;
}

.toolbar {
    display: flex;
    gap: 25px;
    padding: 5px;
}

.icons-toolbar {
    border: none;
    background: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: 1px solid transparent;
}

.icons-toolbar:hover {
    background: #F3F3F3;
}

.icons-toolbar.active {
    border: 1px solid #FFC611;
    border-radius: 8px;
}

.icons-toolbar.active img {
    filter: invert(69%) sepia(97%) saturate(1234%) hue-rotate(4deg) brightness(101%) contrast(102%);
}

.toolbar img {
    pointer-events: none;
}

.fake-textarea {
    width: 100%;
    min-height: 175px;
    padding: 30px 13px 15px;
    font-size: 18px;
    outline: none;
    position: relative;
}

.fake-textarea.placeholder:before {
    content: attr(data-placeholder);
    position: absolute;
    top: 30px;
    left: 13px;
    color: #07102B;
    pointer-events: none;
}

.fake-textarea ul {
    margin-left: 5px;
    padding-left: 5px;
}

.fake-textarea li {
    margin: 2px 0;
    display: list-item;
}

.fake-textarea li::before {
    content: "• ";
    color: #000;
}

.fake-textarea a {
    cursor:pointer;
    color: blueviolet;
    text-decoration: underline;
}

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

.terms-wrapper{
    margin: 100px 20px;
}

.terms-h1{
    font-size:24px;
    margin-bottom:30px;
}

.div-terms {
    font-size:16px;
    line-height: 22px;
}


div[id^="rc-anchor-container"],
div[id^="rc-anchor-container"] * {
  background: #fff !important;
  color: #000 !important;
}

/*დეველოპმენტ გუნდი*/

.team{
    margin-bottom:40px;   
}

.team-h2{
    font-size:22px;
    margin-bottom:25px;
}

.div-team{
    display:flex;
    flex-direction:column;
}

.team-profesion{
    font-size:18px;
    padding:10px;
}

.a-team{
    text-decoration:underline;
    color:#0962F7;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin:auto;
}

.pagination {
  display: flex;
  gap: 8px;
}

.page-btn {
  width: 35px;
  height: 35px;
  background-color: #fdd761;
  border: none;
  border-radius: 6px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
}

.page-btn:hover {
  background-color: #ffcc33;
}

.page-btn.active {
  background-color: #ffcc33;
  box-shadow: 0 0 0 2px #fdd761 inset;
}

.page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}