.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  flex-direction: column;
}
.home-hero {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-sevenunits);
  padding-right: var(--dl-space-space-sevenunits);
  flex-direction: column;
  padding-bottom: 200px;
  background-color: #fbfbfb;
}
.home-menu {
  width: 100%;
  height: var(--dl-size-size-large);
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
}
.home-desktop-navigation {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-centered {
  width: 80%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  min-width: 100%;
  align-self: center;
  box-sizing: initial;
  align-items: center;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: row;
  justify-content: space-between;
  background-color: #ffffff;
}
.home-left {
  width: 60%;
  height: 75%;
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-oneandhalfunits);
  margin-right: 0px;
  flex-direction: row;
}
.home-brand-logo {
  width: auto;
  height: 100%;
}
.home-you-tube-logo {
  width: var(--dl-size-size-small);
  object-fit: cover;
}
.home-right {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  margin-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: flex-end;
}
.home-text {
  font-size: 20px;
  margin-right: var(--dl-space-space-threeunits);
  text-transform: capitalize;
}
.home-text1 {
  font-size: 20px;
  font-style: inherit;
  font-weight: 400;
  margin-right: 0px;
  text-transform: capitalize;
}
.home-header {
  width: 90%;
  height: 100%;
  display: flex;
  margin-top: 140px;
  align-items: center;
  flex-direction: column;
}
.home-text2 {
  color: #000000;
  width: 80%;
  height: 100%;
  font-size: 60px;
  font-style: normal;
  text-align: center;
  font-family: Ubuntu;
  font-weight: 700;
  line-height: 80px;
}
.home-text3 {
  color: #000000;
  width: 70%;
  height: 100%;
  font-size: 20px;
  max-width: auto;
  margin-top: 16px;
  text-align: center;
  font-family: Ubuntu;
  line-height: 30px;
}
.home-search-box {
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-search-bar {
  width: 100%;
  height: 100%;
  display: flex;
  align-self: center;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 50px;
  margin-bottom: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-halfunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: space-between;
  background-color: #efeaea;
}
.home-form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home-url-input {
  color: var(--dl-color-gray-500);
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0px;
  font-size: 16px;
  text-align: left;
  font-family: Ubuntu;
  border-width: 0px;
  background-color: #efeaea;
}
.home-button {
  color: #ffffff;
  font-size: 16px;
  font-family: Ubuntu;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-halfunit);
  background-color: #000000;
}
.home-footer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-sevenunits);
  padding-right: var(--dl-space-space-sevenunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sevenunits);
  justify-content: flex-end;
  background-color: var(--dl-color-gray-black);
}
.home-bottom {
  width: 90%;
  display: flex;
  max-width: 1200px;
  margin-top: var(--dl-space-space-threeunits);
  align-items: flex-start;
  user-select: none;
  flex-direction: column;
}
.home-brand-logo1 {
  width: 175px;
  height: 38px;
  object-fit: cover;
}
.home-text7 {
  color: rgb(104, 104, 104);
  font-size: 14px;
  line-height: 30px;
}
@media(max-width: 991px) {
  .home-hero {
    height: 100%;
    padding-left: var(--dl-space-space-fourunits);
    padding-right: var(--dl-space-space-fourunits);
    padding-bottom: 200px;
  }
  .home-menu {
    height: 120px;
    align-items: center;
    padding-top: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
    justify-content: center;
  }
  .home-desktop-navigation {
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .home-centered {
    height: 100%;
    min-width: 100%;
    align-self: center;
    align-items: center;
    justify-content: space-between;
  }
  .home-left {
    width: 60%;
    align-items: center;
    margin-left: var(--dl-space-space-oneandhalfunits);
    margin-right: 0px;
    justify-content: flex-start;
  }
  .home-brand-logo {
    width: 60%;
    height: 100%;
  }
  .home-you-tube-logo {
    width: 32px;
    height: auto;
  }
  .home-right {
    align-items: center;
    padding-top: 0px;
    margin-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: 0px;
    justify-content: flex-end;
  }
  .home-text {
    font-size: 18px;
    margin-right: var(--dl-space-space-twounits);
    text-transform: capitalize;
  }
  .home-text1 {
    font-size: 18px;
    margin-right: 0px;
    text-transform: capitalize;
  }
  .home-header {
    width: 90%;
    max-width: 1200px;
    margin-top: 140px;
  }
  .home-text2 {
    color: rgb(0, 0, 0);
    width: 80%;
    height: 100%;
  }
  .home-text3 {
    color: rgb(0, 0, 0);
    width: 70%;
    height: 100%;
    max-width: auto;
  }
  .home-search-box {
    width: 70%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .home-search-bar {
    height: 100%;
    margin-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-oneandhalfunits);
  }
  .home-url-input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-button {
    font-size: 16px;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-footer {
    height: 100%;
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-fourunits);
    padding-right: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-sevenunits);
    justify-content: flex-end;
  }
  .home-text7 {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 0px;
  }
}
@media(max-width: 767px) {
  .home-hero {
    height: 100%;
    position: relative;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    padding-bottom: 180px;
    background-color: #fbfbfb;
  }
  .home-menu {
    height: 110px;
    align-items: center;
    padding-top: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
    justify-content: center;
  }
  .home-desktop-navigation {
    height: 100%;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .home-centered {
    height: 100%;
    min-width: 100%;
    align-self: center;
    align-items: center;
    justify-content: space-between;
  }
  .home-left {
    width: 60%;
    height: 75%;
    align-items: center;
    margin-left: var(--dl-space-space-unit);
    margin-right: 0px;
    justify-content: flex-start;
  }
  .home-brand-logo {
    width: 100%;
    height: 100%;
  }
  .home-you-tube-logo {
    width: 25px;
    height: auto;
  }
  .home-right {
    width: 100%;
    align-items: center;
    margin-right: var(--dl-space-space-unit);
    justify-content: flex-end;
  }
  .home-text {
    font-size: 16px;
    margin-right: var(--dl-space-space-unit);
    text-transform: capitalize;
  }
  .home-text1 {
    font-size: 16px;
    font-style: inherit;
    font-weight: 400;
    margin-right: 0px;
  }
  .home-header {
    height: 100%;
    margin-top: var(--dl-space-space-fourunits);
    justify-content: center;
  }
  .home-text2 {
    color: rgb(0, 0, 0);
    width: 80%;
    height: 100%;
    font-size: 48px;
    font-style: normal;
    font-family: Ubuntu;
    font-weight: 700;
    line-height: 60px;
  }
  .home-text3 {
    color: rgb(0, 0, 0);
    width: 70%;
    height: 100%;
    font-size: 18px;
    max-width: auto;
    margin-top: var(--dl-space-space-unit);
    font-family: Ubuntu;
    line-height: 28px;
  }
  .home-search-box {
    width: 70%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .home-search-bar {
    width: 100%;
    height: 100%;
    margin-top: var(--dl-space-space-unit);
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-url-input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-button {
    font-size: 14px;
    padding-top: 5px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: 5px;
  }
  .home-footer {
    width: 100%;
    height: 316px;
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    justify-content: flex-end;
  }
  .home-bottom {
    width: 90%;
    height: 100%;
  }
}
@media(max-width: 479px) {
  .home-hero {
    height: 80%;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: 160px;
    background-color: #fbfbfb;
  }
  .home-menu {
    height: 60px;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: center;
  }
  .home-desktop-navigation {
    width: 90%;
    height: 100%;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .home-centered {
    height: 100%;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
  }
  .home-left {
    width: 60%;
    height: 75%;
    align-self: center;
    margin-left: var(--dl-space-space-unit);
    margin-right: 0px;
    justify-content: flex-start;
  }
  .home-brand-logo {
    width: 70%;
    height: 100%;
  }
  .home-you-tube-logo {
    width: 15px;
    height: auto;
  }
  .home-right {
    width: 50%;
    height: 100%;
    align-items: center;
    padding-top: 0px;
    margin-right: var(--dl-space-space-unit);
    flex-direction: row;
    padding-bottom: 0px;
    justify-content: flex-end;
  }
  .home-text {
    color: var(--dl-color-gray-black);
    font-size: 10px;
    margin-right: var(--dl-space-space-halfunit);
    text-transform: capitalize;
  }
  .home-text1 {
    width: auto;
    height: auto;
    font-size: 10px;
    font-style: inherit;
    text-align: right;
    font-weight: 400;
    margin-right: 0px;
    text-transform: capitalize;
  }
  .home-text2 {
    color: rgb(0, 0, 0);
    width: 90%;
    height: 100%;
    font-size: 36px;
    font-style: normal;
    font-family: Ubuntu;
    font-weight: 700;
    line-height: 50px;
  }
  .home-text3 {
    color: rgb(0, 0, 0);
    width: 70%;
    height: 100%;
    font-size: 12px;
    font-family: Ubuntu;
    line-height: 20px;
  }
  .home-search-box {
    width: 70%;
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .home-search-bar {
    width: 100%;
    height: 100%;
    margin-top: var(--dl-space-space-unit);
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-url-input {
    width: 100%;
    height: 100%;
    font-size: 8px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-button {
    height: 100%;
    font-size: 10px;
    padding-top: 4px;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: 4px;
  }
  .home-footer {
    height: 382px;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    justify-content: flex-end;
  }
  .home-bottom {
    height: 100%;
    margin-top: 0px;
    justify-content: flex-end;
  }
}
