* {
  box-sizing: border-box;
}

html,
body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

li,
a {
  list-style: none;
  text-decoration: none;
  color: white;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
  padding: 0 100px;
}

.row {
  display: flex;
  flex-flow: row nowrap;
}

.column {
  display: flex;
  flex-flow: column nowrap;
}

.color-dark-blue {
  background: #072662;
}

.color-light-blue {
  color: #0098dd;
}

.color-blue {
  background: #366bd1;
}

.color-mid-blue {
  color: #0095da;
}

.color-grey {
  background: #6a7b9b;
}

/* NAVBAR SECTION */

header {
  position: fixed;
  height: 98px;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 4;
  padding: 0 100px;
  background: white;
}

.navbar .navbar-right {
  width: 70%;
  align-items: center;
  justify-content: flex-end;
}

.navbar .navbar-left {
  width: 30%;
  align-items: center;
}

.navbar .navbar-right a,
.why-choose .navbar-right a,
.about-us .about-text .btn-list a {
  padding: 10px 15px;
  border-radius: 5px;
  margin-left: 25px;
  justify-content: center;
  min-height: 56px;
  align-items: center;
}

.navbar .navbar-right p,
.why-choose .navbar-right p,
.about-us .about-text .btn-list p {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}

.navbar .navbar-right .call .row {
  align-items: center;
  justify-content: center;
}

.navbar .navbar-right img, .why-choose .navbar-right img, .about-us .about-text .btn-list img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.navbar .navbar-right h5, .why-choose .navbar-right h5, .about-us .about-text .btn-list h5 {
  font-weight: 500;
  font-size: 12px;
}

/* BANNER SECTION */

.banner {
  position: relative;
  padding: 150px 0 40px 100px;
  background: #e7f6ff;
}

.banner .banner-left {
  width: 50%;
}

.banner .banner-left h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  color: #312d2d;
  margin-bottom: 10px;
}

.banner .banner-left p,
.book-now .left-side p,
.footer p,
.about-us .about-text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #312d2d;
}

.banner .banner-left .tags p {
  font-size: 16px;
  line-height: 18px;
  margin-top: 8px;
}

.banner .banner-left .tags h5 {
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
}

.banner .banner-right {
  width: 50%;
  justify-content: flex-end;
}

.banner .banner-left .tags {
  margin-top: 25px;
  max-width: 520px;
}

.banner .banner-left .tags li {
  align-items: center;
  margin-bottom: 20px;
}

.banner .banner-left .tags .column {
  color: black;
}

.banner .banner-left .tags .img-wrapper {
  width: 80px;
  padding: 15px;
  height: 80px;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-right: 35px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.banner .banner-left .tags .img-wrapper:before {
  content: "";
  width: 70px;
  height: 0;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
  border-bottom: 35.5px solid #0064ba;
  border-right: 25px solid transparent;
}

.banner .banner-left .tags .img-wrapper:after {
  content: "";
  width: 70px;
  height: 0;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
  border-top: 35.5px solid #0064ba;
  border-right: 25px solid transparent;
}

.banner .banner-left .tags .img-wrapper img {
  height: 90%;
}

.banner .banner-right img {
  position: absolute;
  width: 45%;
  max-width: 500px;
  bottom: 0;
  right: 0;
}

.banner .banner-right .google-review {
  position: absolute;
  width: 16%;
  min-width: 170px;
  max-width: 200px;
  height: 200px;
  background: #b6cfff;
  padding: 10px;
  border-radius: 7px;
  bottom: 40px;
  left: 55%;
  z-index: 2;
}

.banner .banner-right .review-wrapper {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 10px solid #0095da;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
}

.banner .banner-right .review-wrapper h3 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 56px;
  line-height: 66px;
}

.banner .banner-right .review-wrapper p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

.banner .banner-right .google-review .google-logo {
  width: 25%;
  position: relative;
}

.banner .banner-right .google-review .rate {
  width: 85%;
  position: relative;
  margin-top: 5px;
}

/* BOOK NOW SECTION */
.book-now {
  padding: 40px 100px 80px 100px;
  justify-content: space-between;
}

.book-now .left-side {
  width: 55%;
}

.book-now .right-side {
  width: 42%;
}

.book-now .left-side h2,
.why-choose .left-side h2,
.services h2,
.about-us h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 10px;
}

.book-now .left-side .img-wrapper {
  position: relative;
  padding-top: 25px;
}

.book-now .left-side .img-wrapper img {
  position: absolute;
  width: 150%;
  left: 0;
}

.book-now .right-side .form-box .top-wrapper {
  background: #0097dc;
  border-radius: 6px;
  color: white;
  padding: 25px;
  justify-content: center;
}

.book-now .right-side .form-box .top-wrapper h3 {
  font-weight: 800;
  font-size: 22px;
  line-height: 28px;
}

.book-now .right-side .form-box h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.book-now .right-side .form-box {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  width: 100%;
  max-width: 450px;
  z-index: 3;
}

.book-now .right-side .form-box .form-wrapper {
  padding: 15px 30px 30px 30px;
  align-items: center;
}

.book-now .right-side .form-box .form-wrapper .form-fields {
  margin-top: 20px;
  width: 100%;
}

.book-now .right-side .form-box .form-fields li {
  display: flex;
  flex-flow: row;
  margin-bottom: 15px;
}

.book-now .right-side .form-box .form-wrapper .form-fields .img-wrapper {
  background: #0099dd;
  border-radius: 5px;
  align-items: center;
  z-index: 2;
}

.book-now .right-side .form-box .form-wrapper .form-fields img {
  background: #0099dd;
  border-radius: 5px;
  width: 64px;
  height: 64px;
  padding: 20px;
  z-index: 2;
}

.book-now .right-side .form-box .form-wrapper .form-fields .img-wrapper img {
  background: unset;
  width: 64px;
  height: 64px;
}

.book-now .right-side .form-box .form-wrapper .submit-btn {
  width: 100%;
}

.form-box input[type="text"], .form-box textarea[type="text"] {
  background: #f1ecec;
  border-radius: 5px;
  padding: 15px 15px 15px 74px;
  border: none;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #aca8a8;
  margin-left: -64px;
}

.form-box input[type="submit"] {
  width: 100%;
  border-radius: 5px;
  background: #062562;
  padding: 15px 20px;
  border: none;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}

/* WHY CHOOSE SECTION */

.why-choose {
  padding: 40px 0 40px 100px;
  background: #e7f6ff;
  position: relative;
}

.why-choose .left-side {
  width: 50%;
}

.why-choose .right-side {
  width: 50%;
}

.why-choose .left-side h2 {
  max-width: 500px ;
}

.why-choose .left-side .icons {
  flex-flow: row wrap;
  justify-content: space-between;
}

.why-choose .left-side .icons li {
  width: 45%;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.why-choose .left-side p {
  color: black;
  width: 80%;
  margin-left: 20px;
}

.why-choose .left-side .img-wrapper {
  width: 20%;
}

.why-choose .left-side .img-wrapper img {
  width: 90%;
}

.why-choose .navbar-right {
  margin-top: 40px;
}

.why-choose .left-side .navbar-right li {
  width: 35%;
  justify-content: flex-start;
  margin-right: 30px;
  min-width: 185px;
  max-width: 208px;
}

.why-choose .navbar-right a {
  margin-left: unset;
}

.why-choose .navbar-right p {
  margin-left: unset;
  color: white;
}

.why-choose .right-side img {
  position: absolute;
  height: 90%;
  bottom: 0;
  right: 0;
}

/* SERVICES SECTION */

.services {
  padding: 40px 100px;
  align-items: center;
}

.services .cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.services .cards .pipe-relining {
  display: none;
}

.services .cards li {
  width: 30%;
  min-width: 200px;
  margin-bottom: 40px;
  height: 30%;
  min-height: 300px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 7px;
}

.services .cards .text-wrapper {
  width: 100%;
  text-align: center;
  background-color: #0095da;
  border-radius: 7px;
  height: 20%;
  min-height: 75px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.services .cards .text-wrapper h3,
.services .house-card .column h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.services .house-card {
  width: 75%;
  min-height: 300px;
  justify-content: flex-end;
  max-width: 715px;
}

.services .house-card .column {
  width: 45%;
  background-color: #0095da;
  color: white;
  justify-content: center;
  padding: 0 25px;
  border-radius: 0 7px 7px 0;
}

.services .house-card .column p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin-top: 15px;
}

.services .house-card .img-wrapper {
  width: 55%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 7px 0 0 7px;
}

/* ABOUT US SECTION */

.about-us {
  padding: 80px 100px;
  background: #e7f6ff;
  justify-content: space-between;
  position: relative;
}

.about-us .map {
  width: 55%;
  z-index: 2;
}

.about-us .map img {
  position: absolute;
  z-index: -1;
  height: 90%;
  left: -50px;
  top: 20px;
}

.about-us .about-text {
  width: 40%;
}

.about-us .about-text p {
  margin-top: 10px;
}

.about-us h2 {
  max-width: 350px;
}

.about-us .about-text .btn-list li {
  width: 55%;
  max-width: 208px;
  margin-top: 25px;
}

.about-us .about-text .btn-list a {
  margin-left: unset;
}

.about-us .about-text .btn-list p {
  margin-top: unset;
  color: white;
}

/* REVIEW SECTION */
.reviews {
  padding: 40px 125px 80px 125px;
  background: #f0f0f0;
}

.reviews .cards {
  justify-content: space-around;
}

.reviews h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

.reviews h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 40px;
}

.reviews .cards li {
  width: 30%;
  min-height: 275px;
  max-width: 350px;
  color: #484646;
  background: #f2f2f2;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.reviews .cards .top-card {
  padding: 15px;
  height: 28%;
}

.reviews .cards .top-card img {
  width: 50%;
  margin-top: 5px;
  max-width: 130px;
}

.reviews .cards .top-card h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.reviews .cards .bottom-card {
  padding: 15px;
  background: #ffffff;
  border-radius: 13px;
  height: 72%;
}

.reviews .cards .bottom-card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

/* FOOTER SECTION */
.footer {
  padding: 0 100px;
  height: 98px;
  justify-content: center;
}

.footer ul {
  justify-content: space-between;
  align-items: center;
}

.footer li {
  display: flex;
  flex-flow: row;
}

.footer .logo img {
  height: 50px;
}

.footer li img {
  height: 60px;
}

.footer__ostenpowers {
  font-family: "Montserrat", sans-serif;
  background: #21201f;
  color: white;
  padding: 10px;
}

.footer__ostenpowers .text_light {
  font-weight: 300;
}

.footer__ostenpowers .text_medium {
  font-weight: 500;
}

.footer__ostenpowers_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__ostenpowers_item {
  padding: 0 5px;
}

.footer__ostenpowers-circle-container {
  display: flex;
}

.footer__ostenpowers-circle {
  height: 15px;
  width: 15px;
}

.footer__ostenpowers-text {
  font-size: 0.72rem;
  text-align: center;
}


