.top-div {
  height: 100px !important;
}

.navbar-white-container {
  width: 100%;
  height: 400px;
  display: contents;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.navbar-white-navbar {
  width: 100%;
  display: flex;
  position: relative;
  max-width: auto;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
}
.navbar-white-menu {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-white-links {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.navbar-white-navlink {
  text-decoration: none;
}
.navbar-white-link {
  text-decoration: none;
}
.navbar-white-navlink1 {
  text-decoration: none;
}
.navbar-white-link1 {
  text-decoration: none;
}
.navbar-white-root-class-name {
  width: 100%;
  height: auto;
  align-self: center;
}
@media(max-width: 1600px) {
  .navbar-white-navbar {
    justify-content: center;
  }
}
@media(max-width: 1200px) {
  .navbar-white-container {
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
  }
  .navbar-white-navbar {
    align-items: center;
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
    justify-content: center;
  }
  .navbar-white-menu {
    border-color: var(--dl-color-gray-black);
    border-width: 0x;
  }
  .navbar-white-links {
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
  }
  .navbar-white-navlink {
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
  }
}
@media(max-width: 767px) {
  .navbar-white-navbar {
    padding-top: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .navbar-white-menu {
    display: flex;
  }
  .navbar-white-links {
    display: contents;
  }
}
@media(max-width: 430px) {
  .navbar-white-navlink {
    font-size: 12px;
  }
  .navbar-white-link {
    font-size: 12px;
  }
  .navbar-white-navlink1 {
    font-size: 12px;
  }
  .navbar-white-link1 {
    font-size: 12px;
  }
}

.footer-footer {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-color: #352B2A;
}
.footer-content {
  gap: 120px;
  width: 100%;
  height: 247px;
  display: flex;
  position: relative;
  max-width: 1440px;
  align-self: center;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: flex-start;
}
.footer-main {
  width: 100%;
  height: 280px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.footer-branding {
  gap: var(--dl-space-space-threeunits);
  top: 0px;
  left: 0px;
  right: 0px;
  width: auto;
  margin: auto;
  display: flex;
  position: absolute;
  max-width: auto;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.footer-heading {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
.footer-caption {
  color: rgb(255, 255, 255);
  width: 80vh;
  font-size: 12px;
  align-self: center;
  text-align: left;
  line-height: 1;
}
.footer-links {
  gap: 100px;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.footer-copyright {
  color: rgb(118, 105, 104);
  font-size: 12px;
  align-self: center;
}


@media(max-width: 1600px) {
  .footer-caption {
    color: rgb(255, 255, 255);
    width: 80vh;
    font-size: 12px;
  }
}
@media(max-width: 1200px) {
  .footer-caption {
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1;
  }
}
@media(max-width: 767px) {
  .footer-caption {
    width: 100%;
  }
}
@media(max-width: 430px) {
  .footer-content {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .footer-caption {
    width: 100%;
    font-size: 10px;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  flex-direction: column;
  background-color: #6d7781;
}
.home-hero {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  flex-direction: column;
  background-color: #2d2929;
}
.home-main {
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  background-color: #6D7781;
}
.home-wallpaper {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: auto;
  margin: auto;
  display: flex;
  overflow: hidden;
  position: absolute;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  flex-direction: column;
  justify-content: center;
}
.home-wallpaper1 {
  width: 100%;
  height: auto;
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
}
.home-tint {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  flex-direction: column;
  justify-content: flex-end;
  background-color: rgba(15, 22, 25, 0.61);
}
.home-content {
  width: 100%;
  height: 85vh;
  display: flex;
  position: relative;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  flex-direction: column;
}
.home-center {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  height: 820px;
  display: flex;
  z-index: 100;
  position: relative;
  max-width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-container1 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 80%;
  height: auto;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
}
.home-header {
  color: rgb(255, 255, 255);
  width: 100%;
  height: 95px;
  font-size: 90px;
  text-align: center;
  font-family: "Lobster Two";
  line-height: 90px;
  text-shadow: 1px 1px 0px #ededed, 4px 4px 0px rgba(0,0,0,0.15);
}
.home-caption {
  color: rgb(255, 255, 255);
  font-size: 16px;
  max-width: 600px;
  align-self: center;
  text-align: center;
  font-family: "Karla";
  line-height: 27px;
  padding-bottom: var(--dl-space-space-halfunit);
}
.home-border {
  width: 80%;
  height: 100px;
  display: flex;
  max-width: 550px;
  align-self: center;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 40pxpx;
  border-radius: var(--dl-radius-radius-radius8);
  animation-name: pulse;
  flex-direction: row;
  animation-delay: 0s;
  justify-content: flex-start;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.home-textinput {
  width: 80%;
  height: 90px;
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: 0px;
}
.home-button {
  width: 20%;
  height: 90px;
  align-self: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-text02 {
  text-align: center;
}
.home-text05 {
  color: rgb(255, 255, 255);
  width: 60%;
  font-size: 30px;
  align-self: center;
  text-align: center;
  line-height: 0.98;
  padding-top: var(--dl-space-space-halfunit);
}
.home-text08 {
  color: #ffffff;
  font-size: 13px;
  align-self: center;
  padding-top: var(--dl-space-space-twounits);
}
.home-service {
  width: 100%;
  height: 20vh;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 0px;
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 0px;
  background-color: #1e1f21;
}
.home-text11 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 12px;
  align-self: center;
  text-align: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  border-color: var(--dl-color-gray-black);
  border-width: 0x;
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-unit);
}
.home-link {
  text-decoration: underline;
}
.home-container2 {
  align-self: center;
  padding-top: 0px;
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
}
.home-container3 {
  display: contents;
}
.home-text15 {
  color: rgb(255, 255, 255);
  height: 100%;
  font-size: 12px;
  align-self: center;
  text-align: center;
  padding-top: var(--dl-space-space-halfunit);
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  padding-bottom: var(--dl-space-space-halfunit);
}
.home-faq {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fourunits);
  background-color: #E8DED5;
}
.home-content1 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1440px;
  align-items: center;
  flex-direction: column;
}
.home-heading {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-header1 {
  color: rgb(53, 43, 42);
  font-size: 45px;
  font-style: normal;
  text-align: center;
  font-family: Cormorant Infant;
  font-weight: 700;
  line-height: 60px;
}
.home-accordion {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
}
.home-content2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  max-width: 700px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header2 {
  color: rgb(0, 0, 0);
}
.home-description {
  color: rgb(0, 0, 0);
  font-size: 14px;
  max-width: 800px;
  line-height: 20px;
}
.home-icon-container {
  padding-top: var(--dl-space-space-halfunit);
}
.home-icon {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  display: none;
}
.home-element1 {
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-content3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  max-width: 700px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header3 {
  color: rgb(0, 0, 0);
}
.home-description1 {
  color: rgb(0, 0, 0);
  font-size: 14px;
  max-width: 800px;
  line-height: 27px;
}
.home-icon-container1 {
  padding-top: var(--dl-space-space-halfunit);
}
.home-icon2 {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  display: none;
}
.home-element2 {
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-content4 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  max-width: 700px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header4 {
  color: rgb(0, 0, 0);
}
.home-description2 {
  color: rgb(0, 0, 0);
  font-size: 14px;
  max-width: 800px;
  line-height: 20px;
}
.home-icon-container2 {
  padding-top: var(--dl-space-space-halfunit);
}
.home-icon4 {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  display: none;
}
.home-element3 {
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-content5 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  max-width: 700px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header5 {
  color: rgb(0, 0, 0);
}
.home-description3 {
  color: rgb(0, 0, 0);
  font-size: 14px;
  max-width: 800px;
  line-height: 20px;
}
.home-link1 {
  text-decoration: underline;
}
.home-icon-container3 {
  padding-top: var(--dl-space-space-halfunit);
}
.home-icon6 {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  display: none;
}
@media(max-width: 1600px) {
  .home-container {
    background-color: #040303;
  }
  .home-hero {
    background-size: cover;
    background-image: url('https://play.teleporthq.io/static/svg/default-img.svg');
  }
  .home-wallpaper {
    width: auto;
    height: auto;
    align-items: flex-start;
  }
  .home-wallpaper1 {
    width: auto;
    height: auto;
    align-self: center;
    box-shadow: 5px 5px 10px 0px #d4d4d4;
  }
  .home-center {
    width: 1564px;
    max-width: 100%;
  }
  .home-container1 {
    width: 80%;
    height: 75vh;
  }
  .home-header {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 70px;
    font-style: normal;
    font-family: Lobster Two;
    font-weight: 500;
    line-height: 90px;
  }
  .home-caption {
    color: rgb(255, 255, 255);
  }
  .home-text {
    font-size: 12px;
  }
  .home-text05 {
    width: 70%;
    line-height: 0.98;
  }
  .home-service {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-text11 {
    width: 80%;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
  }
  .home-text15 {
    color: rgb(255, 255, 255);
    font-size: 12px;
  }
}
@media(max-width: 1200px) {
  .home-hero {
    height: 80vh;
  }
  .home-main {
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
  }
  .home-wallpaper {
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
  }
  .home-wallpaper1 {
    width: auto;
    height: auto;
  }
  .home-center {
    justify-content: center;
  }
  .home-container1 {
    top: 0px;
    left: 0px;
    right: 0px;
    width: 95%;
    height: 75vh;
    margin: auto;
    position: absolute;
    align-items: center;
  }
  .home-caption {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: Karla;
    line-height: 27px;
  }
  .home-text05 {
    width: 75%;
    text-align: center;
    line-height: 0.98;
  }
  .home-text08 {
    text-align: center;
  }
  .home-service {
    height: 25vh;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-description {
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 20px;
  }
  .home-description1 {
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 20px;
  }
  .home-description2 {
    color: rgb(0, 0, 0);
    font-size: 13px;
    line-height: 20px;
  }
  .home-header5 {
    color: rgb(0, 0, 0);
  }
  .home-description3 {
    color: rgb(0, 0, 0);
    font-size: 13px;
    line-height: 20px;
  }
  .home-link1 {
    text-decoration: underline;
  }
}
@media(max-width: 767px) {
  .home-container {
    border-width: 0px;
  }
  .home-main {
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
  }
  .home-wallpaper {
    width: 100%;
  }
  .home-content {
    height: 80vh;
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
  }
  .home-center {
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
  }
  .home-container1 {
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
  }
  .home-header {
    color: rgb(255, 255, 255);
    font-size: 50px;
    font-style: normal;
    font-family: Lobster Two;
    font-weight: 500;
    line-height: 90px;
  }
  .home-border {
    width: 100%;
  }
  .home-service {
    border-color: #1e1f21;
    border-style: solid;
    border-width: 1px;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
  }
  .home-text11 {
    width: 100%;
    font-size: 14px;
  }
}
@media(max-width: 430px) {
  .home-hero {
    height: 78vh;
  }
  .home-main {
    height: 70vh;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-wallpaper {
    width: 430px;
    height: 78vh;
  }
  .home-wallpaper1 {
    height: 78vh;
  }
  .home-tint {
    height: 78vh;
  }
  .home-content {
    width: 100%;
    height: 60vh;
  }
  .home-center {
    width: 100%;
  }
  .home-header {
    color: rgb(255, 255, 255);
    font-size: 45px;
    font-style: normal;
    font-family: Lobster Two;
    font-weight: 500;
    line-height: 90px;
  }
  .home-text05 {
    font-size: 25px;
  }
  .home-text08 {
    font-size: 12px;
  }
  .home-service {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-text11 {
    font-size: 12px;
    padding-top: var(--dl-space-space-halfunit);
  }
  .home-faq {
    padding: var(--dl-space-space-oneandhalfunits);
  }
  .home-header1 {
    color: rgb(53, 43, 42);
    font-size: 45px;
    font-style: normal;
    font-family: Cormorant Infant;
    font-weight: 700;
    line-height: 60px;
  }
}
@media(max-width: 390px) {
  .home-main {
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
  }
  .home-wallpaper {
    width: 100%;
    height: 100%;
  }
  .home-container1 {
    width: 100%;
    margin: 0px;
  }
  .home-caption {
    color: rgb(255, 255, 255);
    font-size: 10px;
    font-family: Karla;
    line-height: 27px;
  }
  .home-service {
    height: 22vh;
  }
  .home-text11 {
    font-size: 10px;
  }
  .home-text15 {
    height: auto;
    font-size: 10px;
  }
}
