html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  background-image: url(../../assets/img/background/background-contact.jpg);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body {
    background-image: url(../img/background/background-4-mobile.jpg);
  }
  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.banner-header {
  background-color: none;
  height: 38vw;
  width: 100vw;
}
.banner-header-button {
  height: 4vw;
}
.banner-header-content {
  width: 100%;
  height: 38vw;
  object-fit: cover;
}
.button-arrow-content {
  margin: 2.5vw 0;
}
.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.font-oswald-extralight {
  font-family: "Oswald-ExtraLight";
}
.font-oswald-bold {
  font-family: "Oswald-SemiBold";
}
.content-header {
  font-family: "Oswald-SemiBold";
  font-size: 3vw;
  margin-bottom: 20px;
}
.content-left {
  margin-top: 60px;
  float: left;
}
.content-left-header {
  padding: 2vw 3vw;
  font-size: 2.5vw;
  margin-top: 16px;
}
.content-left-sub {
  padding: 0vw 3vw;
  font-size: 1.5vw;
  font-weight: 700;
  letter-spacing: 1px;
}
.content-bottom {
  margin: 60px 0;
  text-align: center;
  font-family: "Oswald-ExtraLight";
}
.content-bottom-header {
  font-size: 2vw;
  font-family: "Oswald-ExtraLight";
  font-weight: 700;
  letter-spacing: 1px;
}
.content-bottom-sub {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.bottom-end {
  font-size: 3vw;
  font-family: "Oswald-SemiBold";
}
.sosmed-logo {
  height: 3vw;
}
#content-left-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .content-left {
    margin-top: 0;
  }
  .content-header {
    font-size: 4vw;
  }
  .content-left-header {
    text-align: center;
    font-size: 5vw;
  }
  .content-left-sub {
    text-align: center;
    font-size: 3.3vw;
  }
  .content-bottom-header {
    font-size: 3vw;
  }
  .bottom-end {
    font-size: 4vw;
    font-family: "Oswald-SemiBold";
  }
  .sosmed-logo {
    height: 6vw;
  }
  #content-left-web {
    display: none;
  }
  #content-left-mobile {
    display: inline;
  }
}
.input {
  border-radius: 0;
  font-weight: bolder;
  margin: 30px 0;
}
.submit-button {
  border-radius: 0;
}
.image-ratio {
  width: 100%;
  object-fit: cover;
}
.image-header {
  width: 100vw;
  height: 38vw;
  object-fit: cover;
}
.remove-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.footer {
  width: 100% !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
