* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    background-color: black;
    color: white;
    font-family: "Inter", sans-serif;
  }
  
  .navbar {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 3% 5%;
    z-index: 10;
  }
  
  .navbar__brand {
    width: 100%;
    height: 100%;
  }
  
  .brand__logo {
    width: 100%;
    height: 100%;
  }
  
  
  .signin__button {
    background-color: #ffffff;
    border: 1px solid #000000;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
  }
  .signin__button a {
    color: #E730CA;
  } 

  .navbar__nav__items {
    display: flex;
    gap: 10px;
  }
  
  .hero__bg__image__container {
    width: 100%;
    height: 80vh;
  }
  
  .hero__bg__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .hero__bg__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 80vh;
    background: rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(to top,
        rgba(0, 0, 0, 0.8) 0,
        rgba(0, 0, 0, 0) 60%,
        rgba(0, 0, 0, 0.8) 100%);
  }
  
  .hero__card {
    position: absolute;
    top: 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .hero__title {
    font-weight: 600;
    font-size: 2rem;
  }
  
  .hero__subtitle,
  .hero__description {
    font-weight: 400;
    font-size: 1rem;
  }
  
  .hero__description {
    margin: 0 50px;
  }
 
  
  .search {
    width: 100%;
    position: relative;
    display: flex;
  }
  #resultBox{
    height: 300px;
    background-color: #006eff;
    max-height: 300px;
    overflow-y: auto;
  }
  #resultBox a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1.5px dotted #4393fc;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }

  #resultBox a:hover {
    background-color: #fff;
    color: #006eff;
  }
  .matching{
    font-size: smaller;
    text-align: justify;
    padding: 4px;
    align-items: center;
  }
  .no-match{
    padding: 24px;
    text-align: center;
    font-family: "Inter", sans-serif;
  }
  .searchTerm {
    width: 100%;
    border: 1.5px solid #00000000;
    border-right: none;
    padding: 20px;
    height: 50px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
  }
  
  .searchTerm:focus{
    color: #006eff;
  }
  
  .searchButton {
    width: 40px;
    height: 51,5px;
    border: 4px solid #ffffff;
    background: #fff;
    text-align: center;
    color: #333;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
  }

  input {
    font-size: medium;
    font-family: "Inter", sans-serif;
  }

  input::placeholder {
    font-size: medium;
    font-family: "Inter", sans-serif;
  }


  .feature {
    border-top: 8px solid #222;
    padding: 2rem 1rem;
  }
  
  .feature__details {
    text-align: center;
  }
  
  .feature__title {
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0;
  }
  
  .feature__sub__title {
    font-size: 15px;
    font-weight: 400;
  }
  
  .feature__image__container {
    width: 100%;
    position: relative;
  }
  
  .feature__image {
    width: 100%;
  }
  
  .feature__backgroud__video__container {
    position: absolute;
    width: 100%;
    top: 20%;
    left: 13%;
    height: 100%;
    max-width: 73%;
    max-height: 54%;
    z-index: -2;
  }
  
  .feature__backgroud__video {
    width: 100%;
  }
  
  .feature__2__poster__container {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 16em;
    display: flex;
    align-items: center;
    background-color: black;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    height: 60px;
    padding: 0.25rem 0.6rem;
    gap: 15px;
  }
  
  .poster__container {
    width: 20%;
  }
  
  .poster {
    width: 100%;
    height: 100%;
  }
  
  .poster__details {
    width: 60%;
  }
  
  .poster__details&gt;h4 {
    font-size: 13px;
    font-weight: 500;
  }
  
  .poster__details&gt;h6 {
    font-size: 12px;
    font-weight: 400;
    color: rgb(63, 63, 246);
  }
  
  .download__gif__container {
    width: 20%;
    height: 100%;
  }
  
  .gif {
    width: 100%;
    height: 100%;
  }
  
  .feature__3__backgroud__video__container {
    max-width: 63%;
    max-height: 47%;
    z-index: -2;
    top: 9%;
    left: 19%;
  }
  

  
  
  
  footer {
    width: 100%;
    border-top: 8px solid #333;
    color: #757575;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 2rem 2rem;
  }
  
  .footer__row__2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    display: flex; gap: 20px;
    color: wheat;
  }
  
  .footer__row__1&gt;h4 {
    font-size: 15px;
    font-weight: 500;
  }
  
  .footer__row__3&gt;.dropdown__container {
    width: fit-content;
    border: 1px solid #757575;
    color: #757575;
  }
  
  .footer__row__3&gt;.dropdown__container&gt;.language__drop__down {
    color: #757575;
  }
  
  @media (min-width: 768px) {
    .navbar__brand {
      width: 100px;
    }
    .hero__bg__image__container {
      height: 100vh;
    }
  
    .hero__bg__overlay {
      height: 100vh;
    }
  
    .hero__card {
      top: 40%;
      left: 30%;
      transform: translate(-20%, -20%);
    }
  
    .hero__title {
      font-size: 3rem;
    }
  
    .hero__subtitle,
    .hero__description {
      font-size: 1.3rem;
    }
  
    .feature {
      padding: 4rem;
    }
  
    .feature__title {
      font-size: 35px;
    }
  
    .feature__sub__title {
      font-size: 20px;
    }
  
    .feature__2__poster__container {
      max-width: 26em;
      height: 85px;
    }
  
    .poster__container {
      width: 15%;
    }
  
    .download__gif__container {
      width: 3rem;
      height: 3rem;
    }
  
    .poster__details&gt;h4 {
      font-size: 18px;
    }
  
    .poster__details&gt;h6 {
      font-size: 14px;
    }
  }
  
  @media (min-width: 1024px) {
    .navbar {
      padding: 2% 5%;
    }
  
    .navbar__brand {
      width: 180px;
    }
  
    .signin__button {
      padding: 10px 20px;
      font-size: 18px;
    }
  
    .dropdown__container {
      padding: 10px 5px;
    }
  
    .navbar__nav__items {
      gap: 30px;
    }
  
    .hero__card {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  
    .form__container {
      width: 50%;
    }
  
    .email__form__container {
      flex-direction: row;
      align-items: center;
      gap: 1px;
    }
  
    .primary__button {
      height: 50px;
    }
  
    .feature {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }
  
    .feature__details {
      text-align: left;
      padding: 0 6rem;
    }
  
    .feature__title {
      font-size: 50px;
    }
  
    .feature__sub__title {
      font-size: 25px;
    }
  
    .feature__image__container {
      max-width: 500px;
    }
  
    .feature:nth-child(even) {
      flex-direction: row-reverse;
    }
  
    .feature__2__poster__container {
      max-width: 20em;
      height: 100px;
      padding: 1rem;
    }
  
    .poster__container {
      width: 20%;
    }
  
    .FAQ__list {
      padding: 1rem 25rem;
    }
  
    .FAQ__get__started__email {
      transform: translateX(16%);
    }
  
    footer {
      padding: 1rem 1rem;
      justify-content: flex-start;
      text-align: left;
    }
  
    .footer__row__2 {
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: nowrap;
    }
  
    .footer__row__1,
    .footer__row__3,
    .footer__row__4 {
      align-self: flex-start;
    }
  }
  
  @media (min-width: 1254px) {}
  @media (max-width: 768px) {
    .wrap{
      margin: 5px 30px;
    }
    .brand__logo {
      width: 45%;
    }
    .signin__button {
      width: 90px;
      height: 30px;
      border-radius: 4px;
    }
      
    input::placeholder {
      font-size: small;
      font-family: "Inter", sans-serif;
    }
  }

  .column__4 .uzbek{
    color: white;
  }
  a{
    text-decoration: none;
    color: #757575;
  }

  a:hover {
    color: #8b8a8a;
  }
  .smedia {
    font-size: 25px;
    padding-right: 10px;
  }