@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@font-face {
  font-family: "Blessed Day";
  src: url('../fonts/blessedday_regular.ttf');
}

.img-responsive {
  width: 100%;
  height: 100%; 
  object-fit: contain;
}

.page {
  font-family: "Open Sans", "Roboto", "Noto Sans", "Arial", "Tahoma", "Verdana", sans-serif;
}

body {
  min-height: 100vh;
  word-break: break-word;
}

.wrapper {
  box-sizing: content-box;
  max-width: 1500px;
  margin: 0 auto;
}

.intro {
  background-image: url("../images/hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  color: #ffffff;
  padding: 3.5rem 0;
}

.logo-link {
  text-decoration: none;
}

.header-title {
  font-family: 'Blessed Day';
  font-size: 72px;
  color: #ffffff;
}

.nav {
  text-align: center;
}

.nav-list {
  padding-left: 0;
}

.nav-item {
  display: inline-block;
}

.nav-link {
  border-bottom: 2px solid transparent;
  transition: border 0.1s linear;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 0 0.39rem;
}

.login-link {
  font-weight: 500;
}

.nav-link:hover {
  border-bottom: 2px solid #1abc9c;
  color: #ffffff;
}

.hero {
  color: #ffffff;
  padding: 7.4rem 0;
  position: relative;
}

.tablet {
  width: 91%;
  height: auto;
  position: relative;
  z-index: 2;
}

.hero-header {
  font-size: 1.9rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

.hero-text {
  color: #ced1d4;
  font-size: 1.2rem;
  font-weight: 400;
}

.hero-buttons {
  margin: 4rem 0;
}

.btn {
  border-radius: 5px;
  border: 0;
  color: #ffffff;
  font-size: 1.2rem;
}

.btn:hover {
  color: #ffffff;
}

.purchase-btn {
  background-color: #1abc9c;
  padding: 0.9rem 1.6rem;
}

.btn-separator {
  display: inline-block;
  border-radius: 100%;
  padding: 0.5rem;
  background-color: #ffffff;
  color: #34495e;
  line-height: 1;
}

.learn-btn {
  background-color: #3498db;
  padding: 0.9rem 2.3rem;
}

.wave {
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.about {
  color: #34495e;
  padding: 0.3rem 0 4.5rem 0;
}

.about-header {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.1rem;
}

.about-text {
  font-size: 1.2rem;
}

.about-img-sm {
  width: 75px;
  height: auto;
  vertical-align: bottom;
}

.service {
  color: #2c3e50;
  background-color: #f6f6f6;
  padding: 4.7rem 0 3.9rem 0;
}

.service-header {
  font-size: 1.3rem;
  font-weight: 400;
}

.service-text {
  font-weight: 400;
}

.features {
  color: #ffffff;
  background-image: url("../images/features-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 3.5rem 0 0 0;
  position: relative;
}

.features::after {
  content: "";
  width: 100%;
  height: 138px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.features-info {
  margin-bottom: 7rem;
}

.features-header {
  font-weight: 400;
}

.features-text {
  font-weight: 400;
}

.features-slider {
  display: flex;
  z-index: 999;
}

.slider-item {
  height: 415px;
  width: auto;
  padding: 0 1.2rem;
}

.arrow-btn {
  border: 0;
  background: transparent;
}

.arrow-right {
  transform: rotate(180deg);
}

.testimonials {
  color: #34495e;
  padding: 3rem 0 7.5rem 0;
}

.testimonials-header {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 4rem;
}

.opinion-header {
  font-size: 1.6rem;
}

.contact {
  background-color: #34495e;
  color: #ffffff;
  padding: 6rem 0 7rem 0;
  position: relative;
}

.contact-header {
  font-weight: 400;
  color: #f1f3f4;
  margin-bottom: 1rem;
}

.contact-text {
  font-weight: 400;
  color: #c9ced4;
  line-height: 1.3;
}

.address {
  text-decoration: none;
}

.icon {
  display: inline-block;
  margin-right: 1rem;
  width: 14px;
}

.map {
  text-decoration: none;
  color: #c9ced4;
}

.tel {
  color: #c9ced4;
  text-decoration: none;
}

.tel:hover {
  color: #c9ced4;
}

.email {
  color: #c9ced4;
  text-decoration: none;
}

.email:hover {
  color: #c9ced4;
}

.input {
  background-color: #5d6d7e;
  color: #ffffff;
  border: 0;
  outline: none;
  padding: 0.5rem 1rem;
}

.input::placeholder {
  color: #a4adb7;
}

.input-name {
  width: 100%;
}

.input-email {
  width: 100%;
}

.subject {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}

.input-subject {
  width: 100%;
  padding-right: 3.5rem;
}

.subject-expand-btn {
  width: 36px;
  height: 32px;
  border: 0;
  background-color: #48c9b0;
  color: #ffffff;
  border-radius: 7px;
  position: absolute;
  right: 5px;
}

.message {
  resize: none;
  width: 100%;
  height: 9.5rem;
}

.reset-btn {
  background-color: #1abc9c;
  font-size: 1.2rem;
  padding: 1rem 3.9rem;
}

.submit-btn {
  background-color: #3498db;
  font-size: 1.2rem;
  padding: 1rem 3.5rem;
}

.triangle {
  width: 0;
  height: 0;
  border-width: 0 15px 25px 15px;
  border-color: transparent transparent #2c3e50 transparent;
  border-style: solid;
}

.footer {
  background-color: #2c3e50;
  color: #ffffff;
  padding: 4rem 0 3rem 0;
}
