* {
    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-face {
    font-family: "Montserrat Regular";
    src: url("assets/fonts/montserrat-regular.ttf");
}

@font-face {
    font-family: "Montserrat Med";
    src: url("assets/fonts/montserrat-medium.ttf");
}

@font-face {
    font-family: "Montserrat Light";
    src: url("assets/fonts/montserrat-light.ttf");
}

.container {
    padding: 0 150px;
}

/* NAVBAR SECTION */

header {
    position: fixed;
    height: 92px;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: 92px;
    padding: 15px 150px;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 2;
}

.navbar-left {
    width: 55%;
    justify-content: space-between;
}

.navbar-right {
    width: 40%;
    justify-content: flex-end;
}

.navbar-right .call-us {
    margin-left: 20px;
}

.navbar-logo img {
    width: 80%;
}

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

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

.google-review .wrapper .row h4 {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #0166BC;
}

.google-review .wrapper .column p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: black;
}

.google-review .wrapper .column {
    padding-left: 15px;
}

.google-review .wrapper img {
    padding-left: 10px;
}

.google-review a {
    background: #FFFFFF;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 5px 5px;
}

.enquire a {
    background: #2C3135;
    border-radius: 8px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 20px 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}

.call-us a {
    background: #0166BC;
    border-radius: 8px;
    text-align: center;
    justify-content: center;
    padding: 12px 15px;
    font-size: 18px;
    line-height: 22px;
}

.call-us a:hover, .car-banner .banner-content .call-us a:hover {
    color: white;
    background: #2C3135;
}

.enquire a:hover {
    background: #0166BC;
}

.call-us img {
    height: 15px;
    margin-right: 5px;
}

.change-color {
    color: #FEFA00;
}

/* BANNER SECTION */

.banner {
    background-color: #0166BC;
    color: white;
    padding: 150px 150px 60px 150px;
}

.banner-content {
    width: 50%;
}

.banner-content .column h1 {
    font-weight: 900;
    font-size: 54px;
    line-height: 64px;
}

.banner-content .column p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
}

.banner-content .banner-services {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 20px 0;
}

.service {
    width: 50%;
    display: flex;
    flex-flow: row nowrap;
    margin: 20px 0;
}

.service h5 {
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
}

.banner-content .free-fee {
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.free-fee .row {
    position: absolute;
    background: #0166BC;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 15px 25px;
    bottom: -100px;
    left: 15%;
}

.free-fee h3 {
    font-weight: 900;
    font-size: 25px;
    line-height: 29px;
    color: #FEFA00;
    margin-left: 15px;
}

.banner-img {
    position: relative;
    margin-left: 5%;
}

.banner-img img {
    position: absolute;
    width: 500px;
    bottom: -80px;
}

/* CARD SECTION */

.offer-cards {
    padding: 100px 80px 280px 80px;
    align-items: center;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.offer-cards .card {
    width: 30%;
    position: relative;
}

.offer-cards .card .card-icon {
    position: relative;
    z-index: 1;
}
.offer-cards .card .card-icon img {
   width: 35%;
}

.offer-cards .card .card-content {
    background: #0166BC;
    border-radius: 14px;
    padding: 15% 10px 30px 10px;
    position: absolute;
    z-index: 0;
    margin-top: 25%;
    align-items: center;
    min-height: 230px;
 }

 .offer-cards .card .card-content h4 {
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    color: #FEFA00;
    width: 80%;
 }

 .offer-cards .card .card-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 10px;
 }


/* SPECIAL DEALS SECTION */

.special-deals .cards {
    width: 50%;
}

.special-deals .cards .card {
    margin-top: 30px;
}

.card-img {
    position: relative;
    z-index: 1;
}
.card-img img {
    width: 95%;
}

h2 {
    font-weight: 900;
    font-size: 34px;
    line-height: 40px;
    color: #2C3135;
}

.special-deals h4 {
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
}

.special-deals h5 {
    font-weight: 300;
    font-size: 22px;
    line-height: 25px;
    color: #FFFFFF;
}

.special-deals h3 {
    font-weight: bold;
    font-size: 56px;
    line-height: 70px;
    color: #FEFA00;
    margin-left: 5px;
}

.special-deals .card-deals {
    background: #0166BC;
    border-radius: 6px;
    padding: 30px 20px 20px 125px;
    margin-left: 125px;
    min-height: 180px;
    position: absolute;
    z-index: 0;
    margin-top: 3px;
}

.card-deals .row {
    margin-top: 20px;
}

.card-tb {
    margin-top: 15px;
}

.form-contact {
    width: 50%;
    margin-top: 30px;
}

.form-contact .phone-img {
    margin-left: 100px;
    z-index: 0;
}

.form-contact .phone-img img {
    position: absolute;
    width: 35%;
    max-width: 400px;
}

.phone-content {
    position: absolute;
    z-index: 1;
    margin-left: 100px;
    padding: 60px 35px;
    max-width: 420px;
}

.form-wrapper form {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.form-wrapper input[type=text] {
    background: #FFFFFF;
    border-radius: 5px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #A4AEB6;
    padding: 10px 0 10px 20px;
    margin: 10px 0;
    border: none;
    width: 100%;
  }

  .form-wrapper input[type=submit] {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    background: #0166BC;
    border-radius: 5px;
    margin: 8px 0;
    border: none;
    width: 50%;
    padding: 15px 0;
    cursor: pointer;
  }

  .form-wrapper input[type=submit]:hover {
    background-color: #272727;
  }

  .message {
    height: 100px;
    width: 100%;
  }

/* CAR BANNER SECTION */
.car-banner {
    background-color: #0166BC;
    color: white;
    margin-top: 100px;
    padding: 60px 0px 80px 150px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.car-banner .banner-content {
    width: 50%;
}

.car-banner .banner-content .content-text h3 {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
}

.car-banner .banner-content .content-text p {
    font-style: italic;
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    text-transform: capitalize;
}

.car-banner .banner-content .enquire a {
    border-radius: 7px;
    padding: 15px 50px;
    min-height: 75px;
    justify-content: center;
    align-items: center;
}

.call-us .column .row {
    justify-content: center;
}

.car-banner .banner-content .call-us a {
    background: #AC2A2A;
    border-radius: 7px;
    padding: 15px 50px;
    min-height: 75px;
}

.content-buttons {
    margin-top: 50px;
}

.content-buttons .call-us p {
  margin-top: 0px;
}

.content-buttons .call-us {
    margin-left: 10px;
}

.car-img {
    position: relative;
    width: 50%;
}

.car-img img {
    max-width: 90%;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: -80px;
}

/* SERVICES SECTION */

.services{
    padding: 60px 150px;
}

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

.services-card {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 30%;
    background: #0166BC;
    padding: 30px 30px 40px 30px;
    border-radius: 9px;
    margin-top: 25px;
}

.services-card .services-img {
    height: 80px;
    top: 0;
}

.services-text {
    height: 70px;
    margin-top: 15px;
}

.services-card .services-text p {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%;
}

/* REVIEW SECTION */
.reviews {
    background-color: #0166BC;
    padding-top: 40px;
}

.reviews-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 60px;
}

.review {
    border-radius: 15px;
    width: 30%;
    background: #F2F2F2;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.review-user {
    padding: 10px 20px 15px 20px;
}

.review-user img {
    width: 50%;
    padding-top: 5px;
}

.reviews-wrapper h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #484646;
}

.reviews-wrapper p {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #484646;
    margin-top: 10px;
}

.review-content {
    background: #FFFFFF;
    padding: 10px 20px 20px 20px;
}


/* FOOTER SECTION */
.footer-text {
    color: #2C3135;
    padding-top: 80px;
}

.footer-text h3 {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 10px;
}

.footer-text p {
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    text-transform: capitalize;
}

.footer-brands {
    padding: 50px 60px;
}

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

.footer-brands .row img {
    width: 100%;
    padding: 0 25px;
}

.footer-bottom {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #0166BC;
}

.footer-bottom .footer-logo {
    width: 60%;
}

.footer-bottom .footer-buttons {
    width: 40%;
    justify-content: flex-end;
}

.footer-bottom .footer-buttons .call-us {
   margin-left: 20px;
}

.footer-bottom .enquire a:hover, .car-banner .banner-content .enquire a:hover {
    background: #FEFA00;
    color: #272727;
}

.mont_reg {
    font-family: "Montserrat Regular";
}

.mont_med {
    font-family: "Montserrat Med";
}

.mont_lit {
    font-family: "Montserrat Light";
}

.white {
    color: white;
}

.footer__ostenpowers {
    background: #21201f;
    padding: 10px;
}

.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;
}
