* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Heebo";
}

.heading {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Oswald";
}

.sub-heading,
.nav-text {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Oswald";
}

.small-heading {
  font-family: "Oswald";
}

.small-heading,
p,
a,
input {
  font-size: 1.1rem;
  font-weight: 400;
}

p {
  margin: 0;
}

a:link,
a:hover,
a:active,
a:visited {
  color: inherit;
}
a:link {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

#check {
  display: none;
}

#check:checked ~ * .mobile-list {
  top: 110px;
}

hr {
  border-top: 1px solid #222;
}

#reviews,
#quote {
  height: 150px;
}
#about {
  height: 50px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 10;
}
header .navigation {
  background-color: white;
}
@media (max-width: 1000px) {
  header .navigation {
    display: none;
  }
}
header .navigation .navbar {
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1400px;
}
header .navigation .navbar img {
  padding: 10px 0;
}
header .navigation .navbar ul {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 50px;
  list-style: none;
  padding: 1rem;
}
header .navigation .navbar ul .nav-text {
  color: rgb(65, 65, 65);
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.25s ease;
}
header .navigation .navbar ul .nav-text:hover {
  font-size: 1.7rem;
  color: #222;
}
header .navigation-mobile {
  background-color: white;
  display: none;
}
@media (max-width: 1000px) {
  header .navigation-mobile {
    display: block;
  }
}
header .navigation-mobile .navbar-mobile {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1400px;
}
header .navigation-mobile img {
  padding: 10px 0;
}
header .navigation-mobile label {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
header .navigation-mobile label i {
  font-size: 40px;
  transition: all 0.2s ease;
}
header .navigation-mobile label i:hover {
  font-size: 43px;
}
header .mobile-list {
  display: flex;
  justify-content: center;
  gap: 50px;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  background-color: white;
  top: 0px;
  z-index: -1;
  box-shadow: 1px 4px 4px 0px rgba(48, 48, 48, 0.76);
  transition: top 0.5s ease;
}
@media (max-width: 768px) {
  header .mobile-list {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    top: -180px;
  }
  header .mobile-list a {
    padding: 10px;
  }
}
header .mobile-list .nav-text {
  color: rgb(65, 65, 65);
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.25s ease;
}
header .mobile-list .nav-text:hover {
  font-size: 1.7rem;
  color: #222;
}

.banner-title {
  height: 800px;
  background-image: url("../images/banners/home-hero-background.jpg");
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .banner-title {
    height: 700px;
  }
}
@media (max-width: 340px) {
  .banner-title {
    height: 500px;
  }
}
.banner-title .white-fade {
  position: absolute;
  top: 110px;
  height: 200px;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(249, 249, 249, 0) 100%);
}
.banner-title .banner-content {
  position: relative;
  width: 90%;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
}
.banner-title .banner-content .left-img {
  position: absolute;
  left: 0;
  bottom: -110px;
  max-width: 100%;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 480px) {
  .banner-title .banner-content .left-img {
    bottom: -70px;
  }
}
@media (max-width: 340px) {
  .banner-title .banner-content .left-img {
    bottom: -50px;
  }
}
.banner-title .banner-content .right-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
}
@media (max-width: 768px) {
  .banner-title .banner-content .right-img {
    transform: translateY(-71%);
  }
}
@media (max-width: 480px) {
  .banner-title .banner-content .right-img {
    transform: translateY(-80%);
  }
}

.wrapper {
  width: 85%;
  margin: 0 auto;
  max-width: 1500px;
}
@media (max-width: 768px) {
  .wrapper {
    width: 99%;
  }
}
.wrapper .services {
  width: 100%;
  position: relative;
  padding: 100px 30px 0;
}
.wrapper .services .small-heading {
  color: rgb(129, 129, 129);
  width: 100%;
}
.wrapper .services ul {
  list-style: none;
  margin-top: 20px;
}
.wrapper .services ul li {
  margin: 0 20px 20px 0;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem;
  background: url("../images/thumbs/black-paint-stroke.svg") no-repeat center;
  background-size: 100% auto;
  color: white;
}
.wrapper .img-w-text {
  margin: 0;
}
@media (max-width: 1000px) {
  .wrapper .img-w-text .text-section-left {
    margin: 20px 0;
  }
}
.wrapper .img-w-text .text-section-left .small-heading {
  color: rgb(129, 129, 129);
}
.wrapper .img-w-text .text-section-left .text-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem;
  background-image: url("../images/thumbs/black-paint-stroke.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: white;
}
.wrapper .img-w-text .image-section {
  display: flex;
  justify-content: center;
}
.wrapper .img-w-text .image-section .swiper-wrapper {
  position: relative;
}
.wrapper .img-w-text .image-section .swiper-wrapper .swiper-slide {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.wrapper .img-w-text .image-section .swiper-wrapper .swiper-slide .black-fade {
  position: absolute;
  height: 300px;
  width: 100%;
  max-width: 629px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.822) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
  bottom: 0;
}
.wrapper .img-w-text .image-section .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  min-width: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 480px) {
  .wrapper .img-w-text .image-section .swiper-wrapper .swiper-slide img {
    min-width: unset;
  }
}
.wrapper .img-w-text .image-section .swiper-pagination-bullet {
  background: rgb(255, 255, 255);
  opacity: 0.5;
  margin: 0 8px;
  width: 8px;
  height: 8px;
}
.wrapper .img-w-text .image-section .swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
  width: 10px;
  height: 10px;
}
@media (max-width: 1000px) {
  .wrapper .img-w-text .text-section-right {
    margin-bottom: 40px;
  }
}
.wrapper .img-w-text .text-section-right .small-heading {
  color: rgb(129, 129, 129);
}
.wrapper .img-w-text .text-section-right .text-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem;
  background-image: url("../images/thumbs/black-paint-stroke.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: white;
}
.wrapper .img-w-text .text-section-right .reviews {
  position: relative;
}
.wrapper .img-w-text .text-section-right .reviews .scroll-reviews {
  background-color: rgb(236, 236, 236);
  padding: 1rem;
  overflow-y: scroll;
  height: 300px;
}
@media (max-width: 991px) {
  .wrapper .img-w-text .text-section-right .reviews .scroll-reviews {
    height: auto;
  }
}
.wrapper .img-w-text .text-section-right .reviews .scroll-reviews p {
  margin-bottom: 20px;
}
.wrapper .img-w-text .text-section-right .reviews .scroll-reviews::-webkit-scrollbar {
  display: none;
}
.wrapper .review-link {
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Oswald";
  background: white;
  margin-top: 20px;
  padding: 7px 20px;
  border: 1px solid #222;
  border-radius: 5px;
  color: #222;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.wrapper .review-link:hover {
  background-color: #222;
  color: white;
}
.contact-background {
  position: relative;
  background-image: url("../images/banners/home-quote-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 700px;
}
.contact-background .wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .contact-background .wrapper {
    width: 99%;
  }
}
.contact-background .wrapper .white-paintbrush-stroke img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contact-background .wrapper .small-heading {
  color: rgb(129, 129, 129);
}
.contact-background .wrapper .quote-row {
  height: 700px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .contact-background .wrapper .quote-row {
    margin: 0 15px;
  }
}
.contact-background .wrapper .quote-row .img-col {
  display: flex;
}
@media (max-width: 768px) {
  .contact-background .wrapper .quote-row .img-col {
    display: none;
  }
}
.contact-background .wrapper .quote-row .img-col .KVN-quote-img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.contact-background .wrapper .text-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  background-image: url("../images/thumbs/black-paint-stroke.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: local;
  color: white;
  font-size: 2.5rem;
  font-weight: 600;
}
.contact-background .wrapper .grid-row-1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin: 10px 0;
}
@media (max-width: 480px) {
  .contact-background .wrapper .grid-row-1 {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  }
}
.contact-background .wrapper .grid-row-1 input {
  font-size: 1.1rem;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: rgb(236, 236, 236);
  transition: padding 0.25s ease-in-out;
}
.contact-background .wrapper .grid-row-1 input:hover {
  padding-left: 20px;
}
.contact-background .wrapper .grid-row-1 input::-moz-placeholder {
  color: #222;
}
.contact-background .wrapper .grid-row-1 input:-ms-input-placeholder {
  color: #222;
}
.contact-background .wrapper .grid-row-1 input::placeholder {
  color: #222;
}
.contact-background .wrapper .grid-row-2 {
  display: flex;
  flex-direction: column;
}
.contact-background .wrapper .grid-row-2 input {
  font-size: 1.1rem;
  margin: 10px 0;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: rgb(236, 236, 236);
  transition: padding 0.25s ease-in-out;
}
.contact-background .wrapper .grid-row-2 input:hover {
  padding-left: 20px;
}
.contact-background .wrapper .grid-row-2 input::-moz-placeholder {
  color: #222;
}
.contact-background .wrapper .grid-row-2 input:-ms-input-placeholder {
  color: #222;
}
.contact-background .wrapper .grid-row-2 input::placeholder {
  color: #222;
}
.contact-background .wrapper .submit-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  margin-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid rgb(65, 65, 65);
  font-size: 1.5rem;
  font-weight: 500;
  color: #222;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.contact-background .wrapper .submit-btn:hover {
  background-color: #222;
  color: white;
}

footer {
  position: relative;
  background-color: #222;
  padding: 1rem;
}
footer .f-container {
  width: 85%;
  margin: 0 auto;
  max-width: 1500px;
  gap: 25px;
  padding-top: 25px;
}
@media (max-width: 1200px) {
  footer .f-container {
    width: 99%;
  }
}
@media (max-width: 1000px) {
  footer .f-container {
    flex-direction: column;
  }
}
footer .f-container img {
  max-width: 100%;
}
footer .f-container .f-info {
  display: flex;
  justify-content: center;
  gap: 50px;
  width: 100%;
}
@media (max-width: 768px) {
  footer .f-container .f-info {
    gap: 20%;
  }
}
@media (max-width: 480px) {
  footer .f-container .f-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
  }
}
footer .f-container .f-info .top-row,
footer .f-container .f-info .bottom-row {
  display: flex;
  justify-content: center;
  gap: 45px;
}
@media (max-width: 768px) {
  footer .f-container .f-info .top-row,
footer .f-container .f-info .bottom-row {
    flex-direction: column;
    gap: 25px;
  }
}
footer .f-container .f-info .f-section {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 768px) {
  footer .f-container .f-info .f-section {
    width: 100%;
  }
}
@media (max-width: 480px) {
  footer .f-container .f-info .f-section {
    align-items: center;
  }
}
footer .f-container .f-info .f-section .footer-nav-title {
  margin-bottom: 20px;
  font-weight: 400;
}
footer .f-container .f-info .f-section .instagram-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  margin-bottom: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: white;
  border-radius: 12px;
  gap: 10px;
  transition: scale 0.25s ease;
}
footer .f-container .f-info .f-section .instagram-link p {
  color: #222;
}
footer .f-container .f-info .f-section .instagram-link:hover {
  scale: 1.05;
}
footer .f-container .f-info .sub-heading, footer .f-container .f-info a, footer .f-container .f-info p {
  color: white;
}
footer .redding-logo {
  color: white;
  display: flex;
  justify-content: center;
  width: 210px;
  margin: 40px auto;
  transition: scale 0.25s ease;
}
footer .redding-logo img {
  max-width: 100%;
}
footer .redding-logo:hover {
  scale: 1.05;
}
footer .policy-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  footer .policy-row {
    text-align: center;
    gap: 15px;
  }
}
footer .policy-row p {
  color: white;
}
footer .policy-row a {
  text-decoration: none;
  color: white;
  transition: scale 0.25s ease;
}
footer .policy-row a:hover {
  scale: 1.1;
}
footer .redding-logo {
  color: white;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  width: 210px;
  max-width: 100%;
  transition: scale 0.25s ease;
}
footer .redding-logo img {
  max-width: 100%;
}
footer .redding-logo:hover {
  scale: 1.05;
}

/* OUR WORKS PAGE CONTENT */
.our-works-wrapper {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(245, 245, 245) 100%);
}
.our-works-wrapper .our-works-banner {
  margin: 110px auto;
  max-width: 1500px;
  width: 85%;
}
@media (max-width: 768px) {
  .our-works-wrapper .our-works-banner {
    flex-direction: column-reverse;
  }
}
.our-works-wrapper .our-works-banner .our-works-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .our-works-wrapper .our-works-banner .our-works-title {
    text-align: center;
    margin: 20px 0;
  }
}

/* CONTACT US PAGE CONTENT */
.contact-wrapper {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(245, 245, 245) 100%);
}
.contact-wrapper .contact-banner {
  margin: 110px auto;
  max-width: 1500px;
  width: 85%;
}
@media (max-width: 768px) {
  .contact-wrapper .contact-banner {
    flex-direction: column-reverse;
  }
}
.contact-wrapper .contact-banner .contact-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .contact-wrapper .contact-banner .contact-title {
    text-align: center;
    margin: 20px 0;
  }
}

.contact-content,
.work-content {
  margin: 110px auto;
  max-width: 1500px;
  width: 85%;
}
@media (max-width: 768px) {
  .contact-content {
    width: 99%;
  }
}
@media (max-width: 768px) {
  .contact-content .contact-links {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.contact-content .contact-links .text-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  background-image: url("../images/thumbs/black-paint-stroke.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: local;
  color: white;
  margin-bottom: 20px;
}
.contact-content .contact-links .links {
  margin-bottom: 20px;
}
.contact-content .contact-links a,
.contact-content .contact-links p {
  color: black;
  margin: 5px 0;
}
.contact-content .quote-form .text-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  background-image: url("../images/thumbs/black-paint-stroke.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: local;
  color: white;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .contact-content .quote-form .text-title {
    display: flex;
    justify-content: center;
  }
}
.contact-content .quote-form .grid-row-1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin: 10px 0;
}
@media (max-width: 480px) {
  .contact-content .quote-form .grid-row-1 {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }
}
.contact-content .quote-form .grid-row-1 input {
  font-size: 1.1rem;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: rgb(236, 236, 236);
  transition: padding 0.25s ease-in-out;
}
.contact-content .quote-form .grid-row-1 input:hover {
  padding-left: 20px;
}
.contact-content .quote-form .grid-row-1 input::-moz-placeholder {
  color: #222;
}
.contact-content .quote-form .grid-row-1 input:-ms-input-placeholder {
  color: #222;
}
.contact-content .quote-form .grid-row-1 input::placeholder {
  color: #222;
}
.contact-content .quote-form .grid-row-2 {
  display: flex;
  flex-direction: column;
}
.contact-content .quote-form .grid-row-2 input {
  font-size: 1.1rem;
  margin: 10px 0;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: rgb(236, 236, 236);
  transition: padding 0.25s ease-in-out;
}
.contact-content .quote-form .grid-row-2 input:hover {
  padding-left: 20px;
}
.contact-content .quote-form .grid-row-2 input::-moz-placeholder {
  color: #222;
}
.contact-content .quote-form .grid-row-2 input:-ms-input-placeholder {
  color: #222;
}
.contact-content .quote-form .grid-row-2 input::placeholder {
  color: #222;
}
.contact-content .quote-form .submit-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  margin-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid rgb(65, 65, 65);
  font-size: 1.5rem;
  font-weight: 500;
  color: #222;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.contact-content .quote-form .submit-btn:hover {
  background-color: #222;
  color: white;
}

/*PRIVACY POLICY PAGE CONTENT*/
.wrapper-policy {
  margin: 210px auto 100px;
  width: 75%;
}
@media (max-width: 1000px) {
  .wrapper-policy {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .wrapper-policy {
    width: 90%;
  }
}
.wrapper-policy h1 {
  font-size: 4rem;
}
.wrapper-policy h2 {
  font-size: 3rem;
}
.wrapper-policy .text-title {
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  padding: 10px 40px;
  background-image: url("../images/thumbs/black-paint-stroke.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: local;
}
@media (max-width: 1000px) {
  .wrapper-policy .text-title {
    padding: 10px 20px;
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  :root {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  :root {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  :root {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */