body {
  font-family: "Montserrat", sans-serif;
  color: white;
  margin: 0;
}

#notification {
  display: none;
  z-index: 9999;
  position: fixed;
  right: 10px;
  top: 8px;
  color: white;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
#notification div {
  display: flex !important;
  align-items: center;
}
#notification div span {
  display: inline-block;
  padding-right: 10px;
}
#notification div h6 {
  font-family: Arial, Helvetica, sans-serif !important;
}
#notification.success {
  background: #25c1a0;
}
#notification.error {
  background: #cf4044;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .content-area .content .logo-container {
    height: 240px !important;
    margin: 0 !important;
  }
  .content-area .content .middle-text #text {
    font-size: 29px !important;
  }
  .content-area .content .middle-text #text b {
    font-size: 45px !important;
    font-weight: bold;
  }
  .content-area .bottom-area p {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .frame-bottom {
    display: block !important;
  }
  .frame-right {
    display: none !important;
  }
  .social-nav {
    bottom: 0 !important;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .social-nav ul {
    display: flex;
  }
}
@media (min-width: 769px) {
  #notifiction div {
    padding-left: 32px;
    padding-right: 42px;
  }
  .d-lg-block {
    display: block !important;
  }
  .bottom-area p {
    margin-top: 80px;
    margin-bottom: 36px;
  }
  .bottom-area .subscribe {
    width: 480px !important;
  }
  .frame-bottom {
    display: none !important;
  }
  .frame-right {
    display: block !important;
  }
  .social-nav {
    right: 0 !important;
    top: calc(50% - 100px);
  }
}
.shadow-9 {
  box-shadow: 0 0 54px rgba(0, 0, 0, 0.12);
}

.global-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  backface-visibility: hidden;
}

.opacity-75 {
  opacity: 0.75;
}

.bg-gradient-3 {
  background-color: #ff4136;
  background-image: linear-gradient(45deg, #ff4136 0%, #ff851b 100%);
}

.overlay-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.bg-cover,
.bg-contain {
  background-repeat: no-repeat;
  background-position: center;
}

.bg-cover {
  background-size: cover;
}

/* frame area */
.frame {
  background: #fff;
}
.frame > * {
  position: fixed;
  overflow: hidden;
  background: inherit;
  opacity: 0.07;
  backface-visibility: hidden;
}
.frame .frame-right {
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
}
.frame .frame-top {
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
}
.frame .frame-bottom {
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
}
.frame .frame-left {
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
}

/* Contents */
.content-area {
  position: absolute;
  color: inherit;
  font-size: 14px !important;
  width: 100%;
  height: 100vh;
}
.content-area .content {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 150px;
}
.content-area .content .logo-container {
  display: flex;
  justify-content: center;
  height: 300px;
  box-sizing: border-box;
}
.content-area .content .logo-container img {
  height: 120px;
  width: auto;
  margin-top: 80px;
}
.content-area .content .middle-text {
  text-align: center;
  line-height: 1.2;
  height: 150px;
}
.content-area .content .middle-text #text {
  font-size: 54px;
}
.content-area .content .middle-text #text b {
  font-size: 72px;
  font-weight: bold;
}
.content-area .content ::-moz-placeholder {
  color: white;
  font-size: 14px !important;
}
.content-area .content ::placeholder {
  color: white;
  font-size: 14px !important;
}
.content-area .content .bottom-area {
  box-sizing: border-box;
  height: 176px;
  text-align: center;
  font-size: 14px !important;
}
.content-area .content .bottom-area * {
  width: 100%;
}
.content-area .content .bottom-area p {
  font-size: 18px;
}
.content-area .content .bottom-area .subscribe {
  margin: auto;
}
.content-area .content .bottom-area input {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.125);
  border: none !important;
  font-weight: 300;
}
.content-area .content .bottom-area input:focus,
.content-area .content .bottom-area button:focus {
  outline: none;
}
.content-area .content .bottom-area button {
  font-weight: 500;
}

.social-nav {
  position: fixed;
}
.social-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  list-style-type: none;
}
.social-nav ul li {
  width: 50px;
}
.social-nav ul li:hover {
  background-color: lightblue;
}
.social-nav ul li a {
  width: 50px;
  height: 50px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=home.css.map */