.top {
  height: auto;
}
.top-content {
  display: flex;
  justify-content: center;
  width: 100%;
}
.top-content .search {
  height: auto;
}
.top-content .search__widget {
  width: unset;
  margin-top: unset;
}
.top-content .search__widget form {
  min-width: 480px;
}
.top-content .search__widget form > div {
  max-width: unset;
}
.top-content .search__widget form button {
  margin: 0;
  min-width: unset;
}
.top-content .search__widget .hotresSubmit {
  width: unset;
}
.top-heading {
  background-color: #1d3229d9;
  padding: 20px 40px;
}
.top-heading h2 {
  margin-bottom: 0;
}
.top video {
  width: 100%;
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 1380px) and (min-width: 1200px) {
  .top h2 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1200px) {
  .top {
    margin-top: 120px;
  }
  .top-content {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .top-content h2 {
    text-align: center;
  }
  .top-content .search {
    margin-top: 40px;
  }
  .top-content .search__widget {
    background-color: unset;
  }
  .top-heading {
    background-color: #1d3229;
    width: 100%;
  }
}
@media (max-width: 61.99em) {
  .top {
    margin-top: 80px;
  }
}
@media screen and (max-width: 575px) {
  .top {
    margin-top: 60px;
  }
}
@media screen and (max-width: 380px) {
  .top .search__widget form {
    flex-direction: column;
  }
  .top .search__widget form .hotresSubmit {
    min-width: 240px;
  }
}
@media screen and (min-width: 1201px) {
  .top {
    height: 100vh;
  }
  .top-content {
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .top video {
    height: 100vh;
    aspect-ratio: 1.7777777778;
    object-fit: cover;
    object-position: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
  }
  .top-player {
    height: 100vh;
    position: absolute;
    overflow: hidden;
    width: 100%;
  }
}
/*

.top {

    overflow: hidden;

    // width: 100%;

    // height:fit-content;
    
    }

    .hedaing{
        position: relative;
        z-index: 50;
        width: fit-content;
        bottom: 1%;
    }




    .top video {

    position: absolute;

    // top: 50%;

    left: 50%;

    transform: translateX(-50%) translateY(-50%);

    width: 100%;

    // min-width: 100vw;

    // min-height: 100vh;

    position: relative;

}

    .search{
        position: relative;
        z-index: 500;
    }

    */
