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

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  overflow-wrap: break-word;
}

html,
body {
  height: 100%;
  line-height: 1;
}

button,
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}

button {
  cursor: pointer;
  background-color: inherit;
}

textarea,
select,
input,
button {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Wrapper and container */
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}

[class*=-container] {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px 20px;
}

.main {
  flex: 1 1 auto;
}

.navbar {
  background-color: rgb(240, 240, 240);
  position: relative;
  height: 60px;
}
.navbar-full-width-background {
  background-color: rgb(240, 240, 240);
}
.navbar-hamburger-button {
  height: 40px;
  width: 40px;
  background-color: rgb(218, 222, 223);
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: calc(50% - 20px);
  cursor: pointer;
  z-index: 10;
}
.navbar-menu-list {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(240, 240, 240);
}
.navbar-menu-item {
  position: relative;
  padding: 22px;
  flex-basis: 100%;
  text-align: center;
  z-index: 0;
  cursor: pointer;
}
.navbar-dropdown-list {
  color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 60px;
  right: 17%;
  text-align: right;
  white-space: nowrap;
  background-color: rgb(240, 240, 240);
}
.navbar-dropdown-list.hidden {
  display: none;
}
.navbar-dropdown-item {
  padding: 20px 25px;
}
.navbar-dropdown-item:hover {
  background-color: rgb(235, 235, 235);
  color: rgb(67, 211, 105);
  cursor: pointer;
}

@media only screen and (min-width: 676px) {
  .navbar-menu-item.active {
    background-color: rgb(232, 42, 1);
  }
  .navbar-menu-item:not(.active):hover {
    color: rgb(255, 255, 255);
  }
  .navbar-menu-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgb(232, 42, 1);
    z-index: -1;
    transition: all 0.4s ease;
    transform-origin: left;
  }
  .navbar-menu-item:hover::before {
    width: 100%;
    transform: scaleX(-1);
  }
  [dir=rtl] .navbar-menu-item::before {
    left: auto;
    right: 0;
    transform-origin: right;
  }
  [dir=rtl] .navbar-menu-item:hover::before {
    transform: scaleX(1);
  }
}
@media only screen and (max-width: 676px) {
  .navbar-hamburger-button {
    display: flex;
  }
  .navbar-menu-list {
    flex-direction: column;
    padding-top: 60px;
    height: 100%;
    margin-left: -20px;
    margin-right: -20px;
  }
  .navbar-menu-item {
    width: 100vh;
  }
  .navbar-menu-item.active {
    background-color: rgb(235, 235, 235) !important;
  }
  .navbar-menu-item:hover {
    background-color: rgb(235, 235, 235) !important;
    color: rgb(67, 211, 105) !important;
  }
  .navbar-dropdown-list {
    position: static;
    width: 100vh;
    text-align: center;
  }
  .hidden {
    display: none;
  }
}
.fa-bars {
  font-size: 3rem;
  line-height: 0;
  padding: 0;
  font-weight: 900;
  color: rgb(255, 255, 255);
}
.fa-bars:hover {
  color: rgb(231, 19, 19);
}

.fa-xmark {
  font-size: 3rem;
  line-height: 0;
  padding: 0;
  font-weight: 900;
  color: rgb(255, 255, 255);
}
.fa-xmark:hover {
  color: rgb(231, 19, 19);
}

.fa-caret-down {
  padding: 0px;
  padding-right: 8px;
  line-height: 0px;
  margin: 0px;
}

.header-logo {
  height: 79px;
  width: 79px;
}
.header-phone {
  font-size: 1.6rem;
  line-height: 2.9rem;
  color: rgb(2, 0, 0);
}
.header-phone i {
  padding-right: 5px;
}
.header .fa-phone-alt {
  font-size: 1.4rem;
  color: rgb(231, 19, 19);
}
.header-email {
  font-size: 16px;
  line-height: 29px;
  color: rgb(2, 0, 0);
}
.header-email i {
  padding-right: 5px;
}
.header .fa-mail-bulk {
  font-size: 1.4rem;
  line-height: 2.9rem;
  color: rgb(231, 19, 19);
}
.header-search {
  display: flex;
}
.header-search-input {
  color: rgb(84, 89, 95);
  min-height: 43px;
  min-width: 153px;
  background-color: rgb(236, 238, 239);
  text-indent: 14px;
  font-weight: 300;
}
.header input:focus:valid {
  background-color: #fff;
  color: rgb(231, 19, 19);
}
.header-search-button {
  min-height: 43px;
  min-width: 43px;
  background-color: rgb(232, 42, 1);
}
.header .fa-search {
  font-size: 1.6rem;
  font-weight: 900;
  color: rgb(255, 255, 255);
}
.header-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 180px;
}
.header-top-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

@media only screen and (max-width: 676px) {
  .header-top {
    margin-top: 30px;
    flex-direction: column;
  }
  .header-top-right {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px;
  }
  .header-search {
    display: none;
  }
  .header-logo {
    margin-bottom: 20px;
  }
}
.hero-full-width {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../assets/img/container-house.jpg");
  background-size: cover;
  background-position: center;
  height: 90vh;
}
.hero-content {
  margin-top: 40%;
  text-align: right;
}
.hero-heading {
  font-size: 8.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 10rem;
}
.hero-caption {
  margin-top: 10rem;
  margin-bottom: 3rem;
}
.hero-location-text {
  color: #fff;
  line-height: 29px;
}
.hero-social {
  margin-top: 30px;
}

.fa-location-dot {
  padding-right: 10px;
}

.fa-brands {
  color: #fff;
  margin: 0 8px;
}

.contact-form {
  margin-top: 100px;
  margin-bottom: 100px;
}
.contact-form-header-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.contact-form-header {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}
.contact-form-header-icon {
  font-size: 50px;
  text-align: center;
  color: rgb(240, 37, 68);
}
.contact-form-form {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  width: 920px;
  margin: 0 auto;
}
.contact-form-input-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.contact-form-textarea {
  height: 100px;
}
.contact-form-input, .contact-form-textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
}
.contact-form-submit-button {
  color: white;
  padding: 13px 40px;
  cursor: pointer;
  margin-top: 15px;
  background: rgb(240, 37, 68);
}
.contact-form-submit-button:hover {
  background: rgb(63, 206, 26);
}
.contact-form-submit-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .contact-form-input-group {
    grid-template-columns: 1fr;
  }
}
.contact-form-section {
  margin-bottom: 200px;
}

.form-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-gap: 15px;
  grid-template-areas: "a b" "c d" "e e";
  width: 960px;
}

@media (max-width: 960px) {
  .form-container {
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c" "d" "e";
    width: 100%;
  }
}
.item-a {
  grid-area: a;
}

.item-b {
  grid-area: b;
}

.item-c {
  grid-area: c;
}

.item-d {
  grid-area: d;
}

.item-e {
  grid-area: e;
}

.swiper-button-prev {
  color: black !important;
}

.swiper-button-next {
  color: black !important;
}

.slider-heading {
  font-size: 5.5rem;
  text-align: center;
  margin-bottom: 115px;
  margin-top: 30px;
}

.slider {
  margin-bottom: 100px;
}

.card {
  position: relative;
  max-width: 270px;
  height: 368px;
  border-radius: 8px;
  border: 1px solid rgb(218, 222, 223);
  display: inline-block;
  vertical-align: top;
}

.card img {
  width: 100%;
  height: 268px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  object-fit: cover;
}

.card-content {
  position: relative;
  height: 100px;
  padding-top: 30px;
  background: rgb(245, 247, 253);
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transform: translateY(-2px);
}

.card-title {
  font-weight: 400;
  margin: 0;
  top: 10px;
  left: 60px;
}

.fa-star {
  font-size: 14px;
  margin-top: 15px;
  color: orange;
}

@media (max-width: 767px) {
  .card {
    width: 100%;
    margin: 10px 0;
  }
}
.card-popup {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: inherit;
  height: 50px;
  background-color: rgb(241, 23, 24);
  display: none;
}

.card-popup-read-more-text {
  color: white;
  cursor: pointer;
}

.card-popup-icon-1 {
  border-left: 2px solid white;
  border-right: 2px solid white;
  color: white;
  height: inherit;
  cursor: pointer;
}
.card-popup-icon-1 i {
  margin-top: 20px;
}

.card-popup-icon-2 {
  color: white;
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Oxygen", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  color: rgb(0, 0, 0);
}

/*# sourceMappingURL=style.css.map */
