* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

html,
body {
  width: 100%;
  min-height: 100%;
  font-style: normal;
  color: #FFFFFF;
  background-color: #0d3b46;
  background-image: url(../img/homeb.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Questrial", serif;
}

p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 1.3px;
}

input:focus-visible,
input {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 300;
  letter-spacing: 1.3px;
  outline: 0px !important;
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

#bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlayer {
  position: absolute;
  background-color: #0000005d;
  background-image: linear-gradient(100deg, #000000a6 0%, #00000073 45%, #0000002e 100%);
  inset: 0;
  z-index: 1;
}

.container {
  position: relative;
  z-index: 5;
}

body {
  display: flex;
  flex-direction: column;
}

body > header {
  flex: 0 0 auto;
}

/* the content container takes the space the header leaves */
body > .container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 2rem 2rem;
  z-index: 1;
  margin-bottom: 25px;
}

.logo img {
  width: 25%;
}

.content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 2rem;
}

.coming-soon-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  text-align: left;
}

.coming-soon-content p:first-child {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  margin-left: .5rem;
  font-weight: 300;
}

h1,
h2 {
  font-size: 9rem;
  font-weight: 400;
  line-height: .8;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.5rem;
  margin: 5px 0 15px;
  letter-spacing: 1.5px;
}

p {
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.hotline,
.hotline_m {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 25px;
    margin-bottom: 1.75rem;
}

.hotline .d-flex,
.hotline_m .d-flex {
  align-items: center;
}

.hotline h2,
.hotline_m h2 {
  margin: 0;
  white-space: nowrap;
}

.hotline_m {
  display: none;
}

.hotline .number,
.hotline_m .number {
  font-size: 1.15rem;
  margin-left: 15px;
}

.number a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color ease-in-out 0.3s;
}

.number a:hover {
  color: #56C389;
}

.icons a {
  border: 3px solid #fff;
  border-radius: 38%;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  margin-left: 10px;
  transition: all ease-in-out 0.3s;
}

.icons a:hover {
  transform: scale(1.1);
}

.icons a img {
  width: 20px;
  margin: 6px;
}

.icons a:nth-child(3) img {
  width: 17px;
  margin: 7px 8px;
}

.icons a:last-child img {
  margin: 4px 6px;
}

.coming-soon-content > p:nth-of-type(2) {
  margin-bottom: 2.5rem;
  font-weight: 300;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  width: 75%;
}

.newsletter-form label {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: .9rem;
  letter-spacing: 1.3px;
  font-weight: 300;
  margin-bottom: 0.5rem;
}

.newsletter-form input[type="email"] {
  padding: 0.5rem;
  margin-bottom: 1.5rem;
  border: none;
  border-radius: 25px;
  width: 100%;
  background-color: #6262624a;
  border: 1px solid #c6c6c6;
}

.checkbox-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.checkbox-container input[type="checkbox"] {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  filter: sepia(100%) brightness(80%) hue-rotate(170deg) saturate(70%) contrast(300%);
}

input[type="checkbox"]:focus-visible,
input[type="checkbox"]:focus {
  filter: sepia(100%) brightness(80%) hue-rotate(170deg) saturate(70%) contrast(300%);
}

.newsletter-form button {
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400 !important;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 25px;
  border: 1px solid #fff;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.newsletter-form button:hover {
  background-color: #2DAAD2;
  color: #FFFFFF;
  border: 1px solid #fff;
}

footer {
  flex: 0 0 auto;
  text-align: end;
  font-size: 0.9rem;
  margin-top: 1.5rem;
}

footer p {
  font-size: .9rem;
  font-weight: 300;
  margin-bottom: 0;
}

footer p img {
  width: 22px;
  margin-bottom: 5px;
}

@media (max-width: 992px) {

  .logo img {
    width: 37%;
  }

  h1 {
    font-size: 7rem;
  }



  footer {
    text-align: start;
    margin-top: 1.5rem;
  }

  .hotline {
    display: none;
  }

  .hotline_m {
    display: flex;
    margin-top: 15px;

  }

}

@media (max-width: 768px) {

  .logo img {
    width: 45%;
  }

  h1 {
    font-size: 4rem;
    line-height: 1;
  }

  h2 {
    font-size: 1.2rem;
  }

  .newsletter-form {
    width: 100%;
  }

}

@media (max-width: 575px) {

  header {
    padding: 2rem .5rem .5rem;
  }

  .logo img {
    width: 50%;
  }

  p br {
    display: contents;
  }

  .coming-soon-content p:first-child {
    margin-bottom: 1rem;
  }

  .newsletter-form label {
    font-size: 1rem;
  }

  .hotline,
  .hotline_m {
    flex-wrap: wrap;
    gap: 20px;
  }

}


@media (max-width: 480px) {

  .logo img {
    width: 75%;
  }

  h1 {
    display: ruby-text;
    font-size: 3rem;
    margin-bottom: 1.25rem;
    margin-top: 1rem;
  }

  .checkbox-container {
    flex-wrap: wrap;
    gap: 20px 0px;
  }

  footer {
    margin-top: 1.25rem;
  }

  .icons a {
    border: 2px solid #fff;
    width: 33px;
    height: 33px;
  }

  .icons a img {
    width: 17px;
  }

  .icons a:nth-child(3) img {
    margin: 6px 6.2px;
  }

}

@media (max-width: 400px) {

  header {
    padding: 2rem .5rem 0rem;
  }

  .logo img {
    width: 70%;
  }

  .newsletter-form input[type="email"] {
    margin-bottom: 1rem;
  }

  h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    margin-top: 0rem;
  }

  h2 {
    font-size: 1.1rem;
  }

  .hotline,
  .hotline_m {
    gap: 8px;
    margin-bottom: 10px;
  }

  .hotline .number,
  .hotline_m .number {
    font-size: .9rem;
    margin-left: 8px;
  }

  .icons a {
    width: 30px;
    height: 30px;
  }

  .icons a img {
    margin: -1px 4.5px 0;
  }

  .icons a:nth-child(3) img {
    margin: -2px 4.2px 0;
  }

  .icons a:last-child img {
    margin: -3px 5px 0;
  }

}