@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap");
@import url("../fonts/brittany-signature/brittany-signature.css");
@import url("../fonts/brush-script/brush-script.css");
@import url("../fonts/beyond-the-mountains/beyond-the-mountains.css");
@import url("../fonts/d-din/d-din-font.css");

@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&display=swap");

:root {
  --color-default: #0f6f77;
  --font-18: 18px;
  --font-20: 20px;
  --font-22: 22px;
  --font-26: 26px;
  --font-28: 28px;
  --font-32: 32px;
  --font-44: 44px;
  --font-56: 56px;
  --font-64: 64px;
  --font-70: 70px;
  --font-100: 100px;
}

html {
  color: #000000;
  font-size: 1em;
  line-height: 1.2;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

body {
  font-family: "d-din", sans-serif;
  font-size: var(--font-18);
  color: #000;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.color-theme {
  color: var(--color-default);
}
.fixed-top {
  /* position: absolute; */
  /* padding: 5px 0;   */
}
nav.navbar.fixed-top {
  padding: 5px 0;
}
header.sticky nav.navbar.fixed-top,
header.mob-sticky nav.navbar.fixed-top {
  background-color: #fff;
}
header.sticky nav.navbar.navbar-text-light,
header.mob-sticky nav.navbar.navbar-text-light {
  background-color: var(--color-default);
}
header a.navbar-brand img {
  max-width: 120px;
  transition: 0.3s;
}
body.body-index header a.navbar-brand img {
  max-width: 80px;
}
header.sticky a.navbar-brand img,
header.mob-sticky a.navbar-brand img {
  max-width: 60px;
  transition: 0.3s;
}
.nav-link {
  font-size: var(--font-22);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  padding: 4px 24px !important;
}
.navbar.navbar-text-light .nav-link {
  color: #d4d4d4;
}
.navbar.navbar-text-light .navbar-nav .nav-link.active,
.navbar.navbar-text-light .navbar-nav .nav-link.show,
.navbar.navbar-text-light .nav-link:focus,
.navbar.navbar-text-light .nav-link:hover {
  color: #fff;
}
.navbar .search-form {
  background-color: rgb(211 211 211 / 50%);
  border-radius: 40px;
  max-width: 500px;
  width: 100%;
  padding: 8px 18px 5px;
}
.navbar .search-form .form-control,
.navbar .search-form .form-control:focus {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  font-size: var(--font-22);
  padding: 0;
}

.navbar .search-form .btn.btn-search,
.navbar .search-form .btn.btn-search:hover,
.navbar .search-form .btn.btn-search:focus {
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: 0;
}

/* home page style  */
.home-sec {
  position: relative;
  padding: 140px 0 50px;
  min-height: 100vh;
}

.home-sec-title {
  padding-bottom: 35px;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.home-sec-title h2 {
  font-size: var(--font-64);
  font-weight: 900;
  text-align: center;
  margin-bottom: 0px;
}
.home-sec.main-sec {
  padding: 0 !important;
  background-color: #0f6f77;
  min-height: 100vh;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  position: relative;
}
/* .home-sec.main-sec:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
} */
.home-sec.living-spaces-sec {
  background-color: #fcbf49;
}

h3.living-spaces-signature {
  font-family: "Brittany Signature";
  color: #fff;
  font-size: 60px;
  line-height: 1.4;
  font-weight: normal;
}
.living-spaces-desc p {
  margin: 60px 0;
  text-align: center;
}

.living-spaces-footer h2 {
  font-size: var(--font-64);
}
.home-sec.uniqueness-sec {
  background-color: #ee964b;
}
.uniqueness-desc p {
  padding: 25px 0;
  margin: 0;
  color: #fff;
}
.uniqueness-round-btn {
  width: 240px;
  height: 48px;
  background-color: #fff;
  border-radius: 0 25px 25px;
  margin-bottom: 20px;
}
.home-sec.why-choose-sec {
  background-color: #f8ad9d;
}
.home-sec-title h2 .why {
  font-family: "beyond_the_mountainsregular";
  color: #fff;
  font-size: var(--font-100);
}

.why-choose-item {
  box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 10%);
  padding: 25px;
  max-width: 260px;
  margin: 0 auto;
  border-radius: 70px 0;
  height: 100%;
  width: 195px;
}
.why-choose-item .why-choose-caption p {
  margin: 0;
  font-size: var(--font-22);
  text-align: center;
  line-height: 1.2;
  padding: 25px 0 10px;
}
.home-sec.safe-paint-sec {
  background-color: #f07167;
}
.safe-paint-desc p {
  margin: 30px 0 0;
  color: #fff;
}
.home-sec.env-friendly-sec {
  background-color: #c5d86d;
}
.env-friendly-desc {
  text-align: center;
}
.env-friendly-desc img {
  margin: 30px 0;
}
.env-friendly-desc p {
  margin: 0;
}

.home-sec.home-insights-sec {
  background-color: #73d2de;
}

.home-insights-item {
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}
.home-insights-item .home-insights-caption {
  margin: 20px 0;
  box-shadow: 2px 4px 4px 2px #00000014;
  border-radius: 0 0 38px 0;
  padding: 4px;
}
.home-insights-item .home-insights-caption p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  color: #0f6f77;
}

.home-sec .rnd2 {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 5%;
  width: 176px;
  height: 185px;
  background-size: cover;
  background-repeat: no-repeat;
}
.section.active .home-sec.living-spaces-sec .rnd2 {
  background-image: url(../img/home/rnd2/lizard-1.png);
}
.section.active .home-sec.uniqueness-sec .rnd2 {
  background-image: url(../img/home/rnd2/lizard-2.png);
}
.section.active .home-sec.why-choose-sec .rnd2 {
  background-image: url(../img/home/rnd2/lizard-3.png);
}
.section.active .home-sec.safe-paint-sec .rnd2 {
  background-image: url(../img/home/rnd2/lizard-4.png);
}
.section.active .home-sec.env-friendly-sec .rnd2 {
  background-image: url(../img/home/rnd2/lizard-5.png);
}
.section.active .home-sec.home-insights-sec .rnd2 {
  background-image: url(../img/home/rnd2/lizard-6.png);
}
.home-sec.home-insights-sec footer.footer-sec {
  margin-top: 115px;
}

/* new css */
.uniqueness-thumb {
  margin-left: 20px;
}
.third-sec-img img {
  width: 270px !important;
}
.unique-img-sec img {
  width: 300px;
}
.unique-title {
  padding-bottom: 10px;
}
.why-title h2 {
  margin-top: -50px;
  margin-bottom: -20px !important;
}
.why-sub-title p {
  padding-bottom: 0px !important;
}
.home-footer {
  background-color: #0f6f77 !important;
  padding-top: 10px !important;
}
.safe-paint-thumb img {
  width: 400px !important;
}
.insights-desc p {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.col-10.why-choose-wrap {
  margin-left: 50px;
}
.col-10.paint-pro-sec {
  margin-left: 50px;
}
.mail-link-other {
  margin-right: 40px;
}

@media (max-width: 1604.98px) {
  .story-thumb img {
    top: -70px;
    right: -30px;
  }
  .web-link {
    padding-left: 0px !important;
  }
  .mail-link {
    margin-left: -12px;
  }
  .phone-sec {
    margin-left: -60px !important;
  }
  .footer-address h2 {
    font-family: "d-din", sans-serif;
    font-size: 55px;
  }
}

@media (max-width: 1280px) {
  .home-sec .rnd2 {
    width: 130px;
    height: 136px;
  }
  .third-sec-img img {
    width: 300px;
  }
  .why-choose-item {
    width: 100% !important;
  }
  .sec-uniq-thum img {
    width: 340px !important;
  }
  .footer-address h2 {
    font-family: "d-din", sans-serif;
    font-size: 55px;
  }
  .web-link {
    padding-left: 75px !important;
  }
  .mail-link {
    margin-left: 15px;
  }
  .why-choose-wrap {
    margin-left: 75px !important;
  }
  .paint-pro-sec {
    margin-left: 55px;
  }
  .living-spaces-desc p {
    margin: 60px 0;
    text-align: center;
    font-size: 18px;
  }
  .uniqueness-desc p {
    padding: 25px 0;
    margin: 0;
    color: #fff;
    font-size: 18px;
  }
  .why-sub-title p {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 18px;
  }
  .safe-paint-desc p {
    margin: 30px 0 0;
    color: #fff;
    font-size: 18px;
  }
  .env-friendly-desc p {
    font-family: "Barlow", sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .home-sec .rnd2 {
    width: 120px;
    height: 126px;
  }
  h3.living-spaces-signature {
    font-size: 50px;
  }
  .living-spaces-desc p {
    margin: 14px 0;
  }
  .third-sec-img img {
    width: 200px !important;
  }
  .why-choose-item {
    width: 100% !important;
  }
  .sec-uniq-thum img {
    width: 270px !important;
  }
  .footer-address h2 {
    font-family: "d-din", sans-serif;
    font-size: 55px;
  }
  .phone-sec {
    margin-left: -40px !important;
  }
  .mail-link {
    margin-left: -60px;
    margin-right: 40px;
  }
  .why-choose-wrap {
    margin-left: 10px !important;
  }
  .paint-pro-sec {
    margin-left: 0px;
  }
  .uniqueness-desc p {
    padding: 25px 0;
    margin: 0;
    color: #fff;
    font-size: 18px;
  }
  .why-sub-title p {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 18px;
  }
  .safe-paint-desc p {
    margin: 30px 0 0;
    color: #fff;
    font-size: 18px;
  }
  .env-friendly-desc p {
    font-family: "Barlow", sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px;
  }
  .col-10.paint-pro-sec {
    margin-left: 0px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 768px) {
  .paint-pro-sec {
    margin-left: 55px;
  }
}

@media screen and (max-width: 667px) and (max-height: 375px) {
  .safe-paint-thumb img {
    width: 300px !important;
    margin-left: 20%;
  }
  .env-friendly-thumb img {
    width: 400px;
    margin-top: 30px;
    margin-left: 43px;
  }
  .col-lg-8.envi-text {
    margin-left: 30px;
  }
  .safe-paint-thumb img {
    width: 400px;
    margin-left: 12%;
  }
  .env-friendly-desc {
    margin-left: 100px;
  }
}

@media (max-width: 912px) {
  .env-friendly-desc p {
    margin-bottom: 15px;
  }
  .env-friendly-thumb img {
    width: 800px;
    margin: 50px 0px;
  }
  .uniqueness-thumb,
  .living-spaces-footer {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .living-spaces-footer {
    margin-top: 60px;
  }
  .uniqueness-thumb {
    margin-top: 80px;
  }
  .living-spaces-footer {
    margin-top: 80px;
  }
  .third-sec-img img {
    width: 400px !important;
    margin-bottom: 30px !important;
  }
  .why-choose-item {
    width: 100% !important;
  }
  .sec-uniq-thum img {
    width: 500px !important;
  }
  .footer-address h2 {
    font-family: "d-din", sans-serif;
    font-size: 55px;
  }
  .footer-sec-md {
    margin-top: 307px !important;
  }
  .why-choose-wrap {
    margin-left: 25px !important;
  }
  .safe-paint-thumb img {
    width: 800px !important;
    margin: 50px 0px;
  }
  .paint-pro-sec {
    margin-left: 55px;
  }
  .living-spaces-desc p {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 18px;
  }
  .uniqueness-desc p {
    padding: 25px 0;
    margin: 0;
    color: #fff;
    font-size: 18px;
  }
  .why-sub-title p {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 18px;
  }
  .safe-paint-desc p {
    margin: 30px 0 0;
    color: #fff;
    font-size: 18px;
  }
  .env-friendly-desc p {
    font-family: "Barlow", sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px;
  }
  .col-10.paint-pro-sec {
    margin-left: 55px;
  }
  .foot-md {
    margin-left: 50px !important;
  }
}

@media (max-width: 820px) {
  .home-sec .rnd2 {
    width: 95px;
    height: 100px;
  }
  .env-friendly-thumb img {
    width: 500px;
    margin-top: 30px;
    margin-left: 43px;
  }
  .uniqueness-thumb,
  .living-spaces-footer {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .living-spaces-footer {
    margin-top: 30px;
  }
  .third-sec-img img {
    width: 370px !important;
    margin-top: -30px;
    margin-bottom: 20px;
  }
  .why-choose-item {
    width: 100% !important;
  }
  .why-choose-item-wrap {
    margin-bottom: 10px !important;
  }
  .sec-uniq-thum img {
    width: 320px !important;
  }
  .safe-title h2 {
    font-size: 70px !important;
  }
  .safe-paint-thumb img {
    width: 480px !important;
    margin-left: 20%;
  }
  .safe-paint-desc p {
    font-size: 26px;
  }
  .environ-title h2 {
    font-size: 60px !important;
  }
  .env-friendly-desc p {
    font-size: 18px;
  }
  .env-friendly-thumb img {
    width: 500px;
    margin-top: 30px;
  }
  .home-sec.home-insights-sec footer.footer-sec {
    margin-top: 170px !important;
  }
  .home-insights-item {
    margin-top: 50px !important;
  }
  .inshi-title h2 {
    font-size: 70px !important;
  }
  #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    height: 15px !important;
    width: 15px !important;
  }
  #fp-nav ul li a.active span,
  .fp-slidesNav ul li a.active span,
  #fp-nav ul li:hover a.active span,
  .fp-slidesNav ul li:hover a.active span {
    height: 16px !important;
    width: 16px !important;
  }
  .why-choose-wrap {
    margin-left: 25px !important;
  }
  .living-spaces-desc p {
    margin: 14px 40px 14px 0px;
  }
  .paint-pro-sec {
    margin-left: 55px;
  }
  .living-spaces-desc p {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 18px;
  }
  .uniqueness-desc p {
    padding: 25px 0;
    margin: 0;
    color: #fff;
    font-size: 18px;
  }
  .why-sub-title p {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 18px;
  }
  .safe-paint-desc p {
    font-size: 18px;
  }
  .col-10.paint-pro-sec {
    margin-left: 50px;
  }
  .foot-md {
    margin-left: 54px !important;
  }
}
@media (max-width: 768px) {
  .home-sec .rnd2 {
    width: 95px;
    height: 100px;
  }
  .third-sec-img img {
    width: 295px !important;
  }
  .safe-title h2 {
    font-size: 55px !important;
  }
  .env-friendly-thumb img {
    width: 480px;
    margin-top: 30px;
    margin-left: 43px;
  }
  .sec-uniq-thum img {
    width: 260px !important;
    margin-top: -20px;
  }
  .home-sec.home-insights-sec footer.footer-sec {
    margin-top: 45px !important;
  }
  .home-sec-title h2 {
    font-size: var(--font-64) !important;
  }
  .why-choose-wrap {
    margin-left: 10px !important;
  }
}
@media (max-width: 575px) {
  .home-sec .rnd2 {
    width: 60px;
    height: 63px;
  }
  h3.living-spaces-signature {
    font-size: 35px;
    text-align: center;
    margin-top: 0px;
  }
  .living-spaces-desc p {
    margin: 50px 0;
  }
  .uniqueness-thumb img {
    width: 145px;
    margin-bottom: 10px;
  }
  .uniqueness-thumb,
  .living-spaces-footer {
    display: flex;
    justify-content: center;
  }
  .living-spaces-footer img {
    width: 95px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .living-spaces-footer h2 {
    font-size: 20px;
  }
  .why-choose-item-wrap {
    margin-bottom: 20px !important;
  }
  #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    height: 13px !important;
    width: 12px !important;
  }
  #fp-nav ul li a.active span,
  .fp-slidesNav ul li a.active span,
  #fp-nav ul li:hover a.active span,
  .fp-slidesNav ul li:hover a.active span {
    height: 14px !important;
    width: 14px !important;
  }
  .web-link,
  .mail-link {
    padding-left: 12px !important;
  }
  .phone-sec {
    margin-left: 0px !important;
  }
  .safe-paint-thumb img {
    width: 220px !important;
    margin-left: 20%;
  }
  .safe-paint-desc p {
    font-size: 16px;
  }
  .mail-link {
    margin-left: 0px;
  }
}
@media (max-width: 540px) {
  .home-sec .rnd2 {
    width: 60px;
    height: 63px;
  }
  .env-friendly-thumb img {
    width: 438px;
    margin-top: 30px;
    margin-left: 5px;
  }
  h3.living-spaces-signature {
    font-size: 35px;
    text-align: center;
    margin-top: -80px;
  }
  .living-spaces-desc p {
    margin: 10px 10px -40px 10px;
  }
  .uniqueness-thumb img {
    width: 130px;
    margin-bottom: 10px;
  }
  .uniqueness-thumb,
  .living-spaces-footer {
    display: flex;
    justify-content: center;
  }
  .living-spaces-footer img {
    width: 95px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .living-spaces-footer h2 {
    font-size: 20px;
  }

  .third-sec-img img {
    width: 140px !important;
    margin-top: -95px;
  }
  .third-sec-img {
    margin-left: 0px !important;
  }
  .home-sec-title h2 {
    margin-top: -30px;
  }
  .unique-r-btn {
    display: none;
  }
  .sec-uniq-thum img {
    width: 200px !important;
  }
  .mail-link #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    height: 14px !important;
    width: 14px !important;
  }
  #fp-nav ul li a.active span,
  .fp-slidesNav ul li a.active span,
  #fp-nav ul li:hover a.active span,
  .fp-slidesNav ul li:hover a.active span {
    height: 14px !important;
    width: 14px !important;
  }
  .why-choose-wrap {
    margin-left: 30px !important;
  }
  .safe-paint-thumb img {
    width: 260px !important;
    margin-left: 24%;
  }
  .living-spaces-desc p {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 14px;
  }
  .uniqueness-desc p {
    padding: 25px 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
  }
  .why-sub-title p {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 14px;
  }
  .safe-paint-desc p {
    font-size: 14px;
  }
  .env-friendly-desc p {
    font-size: 14px;
  }
  .footer-address h2 {
    font-family: "d-din", sans-serif;
    font-size: 40px !important;
  }
}

@media (max-width: 415px) {
  .home-sec .rnd2 {
    width: 50px;
    height: 52px;
  }
  .envi-text {
    margin-left: 20px;
  }
  h3.living-spaces-signature {
    font-size: 24px;
    text-align: center;
    margin-top: -80px;
  }
  .living-spaces-desc p {
    margin: 15px 0;
  }
  .uniqueness-thumb img {
    width: 130px;
  }
  .uniqueness-thumb,
  .living-spaces-footer {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .living-spaces-footer img {
    width: 75px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .living-spaces-footer h2 {
    font-size: 24px;
  }
  .mail-link #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    height: 14px !important;
    width: 14px !important;
  }
  #fp-nav ul li a.active span,
  .fp-slidesNav ul li a.active span,
  #fp-nav ul li:hover a.active span,
  .fp-slidesNav ul li:hover a.active span {
    height: 14px !important;
    width: 14px !important;
  }
  .web-link {
    margin-left: 0px !important;
  }
  .why-choose-wrap {
    margin-left: 10px !important;
  }
  .safe-paint-thumb img {
    width: 250px !important;
    margin-left: 18%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .paint-pro-sec {
    margin-left: 12px;
  }
  .living-spaces-desc p {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 14px;
  }
  .uniqueness-desc p {
    padding: 25px 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
  }
  .why-sub-title p {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 14px;
  }
  .safe-paint-desc p {
    font-size: 14px;
  }
  .col-10.paint-pro-sec {
    margin-left: 14px;
  }
  .footer-address h2 {
    font-family: "d-din", sans-serif;
    font-size: 32px !important;
  }
  .foot-md {
    margin-left: 45px !important;
  }
}

@media (max-width: 412px) {
  .home-sec .rnd2 {
    width: 50px;
    height: 52px;
  }
  h3.living-spaces-signature {
    font-size: 35px;
    text-align: center;
    margin-top: -30px;
  }
  .living-spaces-desc p {
    margin-top: 20px;
    margin-bottom: -30px;
  }
  .uniqueness-thumb img {
    width: 135px;
    margin-bottom: 10px;
  }
  .uniqueness-thumb,
  .living-spaces-footer {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .living-spaces-footer img {
    width: 95px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .living-spaces-footer h2 {
    font-size: 20px;
  }
  .web-link {
    margin-left: 0px;
  }
}

@media (max-width: 390px) {
  .home-sec .rnd2 {
    width: 50px;
    height: 52px;
  }
  h3.living-spaces-signature {
    font-size: 24px;
    text-align: center;
    margin-top: -80px;
  }
  .living-spaces-desc p {
    margin-top: 10px;
    margin-bottom: -55px;
  }
  .uniqueness-thumb img {
    width: 130px;
  }
  .uniqueness-thumb,
  .living-spaces-footer {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .living-spaces-footer img {
    width: 75px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .living-spaces-footer h2 {
    font-size: 20px;
    margin: -20px 0px;
  }
}

@media (min-width: 414px) and (max-width: 540px) {
  .third-sec-img img {
    width: 200px !important;
  }
}

@media (min-width: 376px) and (max-width: 539px) {
  .third-sec-img img {
    width: 270px !important;
  }
}

@media (max-width: 375px) {
  .home-sec .rnd2 {
    width: 50px;
    height: 52px;
  }
  h3.living-spaces-signature {
    font-size: 24px;
    text-align: center;
  }
  .living-spaces-desc p {
    margin: 30px 0;
  }
  .uniqueness-thumb img {
    width: 150px;
  }
  .uniqueness-thumb,
  .living-spaces-footer {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .living-spaces-footer img {
    width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .living-spaces-footer h2 {
    font-size: 24px;
  }
}

@media (max-width: 360px) {
  h3.living-spaces-signature {
    font-size: 24px;
    text-align: center;
    margin-top: -80px;
  }
  .living-spaces-desc p {
    margin: 10px 10px -40px 10px;
  }
  .uniqueness-thumb img {
    width: 135px;
  }
  .uniqueness-thumb,
  .living-spaces-footer {
    display: flex;
    justify-content: center;
  }
  .living-spaces-footer img {
    width: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .living-spaces-footer h2 {
    font-size: 20px;
  }
  .why-choose-wrap {
    margin-left: 5px !important;
  }
  .safe-paint-thumb img {
    width: 215px !important;
    margin-left: 18%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .paint-pro-sec {
    margin-left: 5px;
  }
  .col-10.paint-pro-sec {
    margin-left: 5px;
  }
}

@media (max-width: 280px) {
  h3.living-spaces-signature {
    font-size: 20px;
    text-align: center;
    margin-top: -70px;
  }
  .envi-text {
    margin-left: -8px;
  }
  .env-friendly-desc p {
    font-size: 16px;
    margin-left: 50px;
  }

  .living-spaces-desc p {
    margin: 5px 0px -60px 0px;
  }
  .uniqueness-thumb img {
    width: 100px;
  }
  .uniqueness-thumb,
  .living-spaces-footer {
    display: flex;
    justify-content: center;
  }
  .living-spaces-footer img {
    width: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .living-spaces-footer h2 {
    font-size: 16px;
  }
  .the-un-title h2 {
    font-size: 30px !important;
  }
  .third-sec-img img {
    width: 95px !important;
  }
  .safe-paint-desc p {
    font-size: 14px;
  }
  .safe-paint-thumb img {
    width: 160px !important;
    margin-left: 20%;
  }
  .why-choose-wrap {
    margin-left: -5px !important;
  }
  .env-friendly-thumb img {
    width: 428px;
    margin-top: 30px;
    margin-left: 0px;
  }
  .paint-pro-sec {
    margin-left: -5px;
  }
  .env-friendly-desc p {
    font-family: "Barlow", sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px;
  }
  .col-10.paint-pro-sec {
    margin-left: -5px;
  }
}

@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
button#moveDown {
  border: 0;
  padding: 2px;
  position: fixed;
  color: #fff;
  right: 8px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  z-index: 1;
  background-color: transparent;
  font-size: 32px;
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation: fade_move_down 2s ease-in-out infinite;
  animation: fade_move_down 2s ease-in-out infinite;
}

section.page-sec {
  padding: 200px 0 70px;
}
section.page-sec.about-page-sec {
  background-color: var(--color-default);
  color: #fff;
  padding-bottom: 0px;
}

.page-title h2 {
  font-size: var(--font-70);
}
.story-content {
  padding: 40px 0px;
}
h2.story-title {
  font-size: var(--font-44);
}
h2.story-desc {
  font-size: var(--font-18);
}
.story-thumb {
  position: relative;
}
.story-thumb img {
  position: absolute;
  top: -85px;
  right: -80px;
}
.about-contact-sec h2.about-contact-title {
  font-size: var(--font-44);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
ul.about-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.about-contact-list li {
  display: grid;
  grid-template-columns: 44px auto;
  grid-column-gap: 15px;
  margin-bottom: 15px;
}
ul.about-contact-list li .about-c-icon {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background-color: #cfd1d2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #000;
}

ul.about-contact-list li .about-c-text {
  align-content: center;
  display: grid;
}
ul.about-contact-list li p {
  margin: 0;
  font-size: var(--font-20);
}
ul.about-contact-list li a,
ul.about-contact-list li a:hover,
ul.about-contact-list li a:focus {
  font-size: var(--font-20);
  color: #fff;
  text-decoration: none;
}
.insights-page-title h2 span:first-child,
.insights-page-title h2 span:nth-child(2) {
  color: #fff;
}
.insights-thumb {
  position: relative;
}
.insights-thumb img {
  margin-top: -85px;
  position: relative;
  z-index: -1;
  max-width: 582px;
}
.insights-desc {
  display: grid;
  height: 100%;
  align-content: end;
}
.insights-desc h3 {
  font-size: var(--font-22);
  font-family: "Dancing Script", cursive;
  margin-bottom: 30px;
  max-width: 320px;
  font-weight: bold;
}

.insights-btn {
  width: 170px;
  height: 46px;
  background-color: var(--color-default);
  border-radius: 55px 0;
  display: inline-block;
  margin-top: 15px;
}
.product-content {
  padding: 100px 0 0;
}
.product-content .product-sec-title h2 {
  font-size: var(--font-64);
  margin-bottom: 40px;
}

.product-item {
  background-color: #e6e6e6;
  padding: 10%;
  border-radius: 30px 0;
}
.product-item {
  background-color: #e6e6e6;
  padding: 50px 40px 40px;
  border-radius: 65px 0;
  text-align: center;
}
.product-item .product-title {
  font-size: var(--font-32);
  font-family: "d-din", sans-serif;
  color: var(--color-default);
}
.product-item .product-subtitle {
  font-family: "brush-script-mt-italic", sans-serif;
  color: var(--color-default);
  font-weight: 500;
}
.product-item .product-thumb {
  padding: 40px 0;
}
.product-item .product-thumb img {
  max-width: 220px;
}
.product-item .product-desc {
  font-size: 14px;
}

section.page-sec.color-page-sec {
  padding: 0;
}
.color-page-sec .color-desc {
  padding: 200px 0 100px;
  max-width: 610px;
}
.color-page-sec .color-desc h3 {
  font-family: "Brittany Signature";
  font-weight: 400;
  font-size: var(--font-56);
  margin-bottom: 40px;
}

/* contact page style  */
.contact-form h2.contact-form-title {
  text-align: center;
  font-size: var(--font-64);
  margin-bottom: 40px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group .form-label {
  display: block;
  margin-left: 15px;
  margin-bottom: 5px;
}
.form-group .form-control,
.form-group .form-control:focus {
  border-radius: 0;
  background-color: #ccc;
  border-color: #ccc;
  height: 44px;
  padding: 10px 15px;
  box-shadow: none;
}
.form-group textarea.form-control,
.form-group textarea.form-control:focus {
  border-color: #ccc;
  height: 200px;
}
.contact-form span.error {
  color: #dc3545;
}
.contact-form .hidden {
  display: none;
}
button.btn.btn-contact {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  border-radius: 0;
  font-size: var(--font-18);
  padding: 10px 32px;
}
button.btn.btn-contact:hover,
button.btn.btn-contact:active,
button.btn.btn-contact:focus {
  background-color: transparent;
  border: 2px solid #222;
  color: #000;
}

.contact-info-list .lli {
  margin-bottom: 25px;
}
.location-icon,
.phone-icon,
.mail-icon {
  margin-right: 10px;
  padding: 15px;
  background-color: #cfd1d2;
  border-radius: 50%;
}
.location-icon {
  font-size: 22px !important;
  padding: 14px 16px !important;
}
.follow-us-on {
  font-family: "d-din", sans-serif;
  font-size: var(--font-22);
  font-weight: bolder;
  margin-bottom: 20px !important;
}

.send-msg-box h3.send-msg-title {
  font-size: var(--font-44);
  font-family: "d-din", sans-serif;
  font-weight: bold;
}
.send-msg-box {
  margin-bottom: 70px;
}
.send-msg-box p {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: var(--font-28);
}

.contact-adds ul.contact-info-list {
  padding: 0;
  list-style: none;
}
.contact-info-list {
  margin: 0 !important;
}
.contact-adds ul.contact-info-list li {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: var(--font-22);
}
.mail-txt {
  font-family: "Barlow", sans-serif !important;
  font-weight: 500 !important;
}
.form-group .form-label {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}
.color-desc p {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}
.product-item .product-desc p {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}
.living-spaces-desc p {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}
.why-sub-title p {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}
.why-ch-cap p {
  font-family: "Barlow", sans-serif !important;
  font-weight: 500 !important;
}
.env-friendly-desc p {
  font-family: "Barlow", sans-serif !important;
  font-weight: 500 !important;
}
.contact-adds ul.contact-info-list li a,
.contact-adds ul.contact-info-list li a:hover,
.contact-adds ul.contact-info-list li a:focus,
.contact-adds ul.contact-info-list li a:active {
  color: #000;
  text-decoration: none;
}
.contact-adds p {
  font-family: "d-din", sans-serif;
  font-size: var(--font-22);
  margin-bottom: 2px;
}
.contact-adds p strong {
  display: block;
  font-size: var(--font-26);
}
.contact-adds p span {
  display: block;
  font-size: var(--font-22);
}
.contact-adds p a,
.contact-adds p a:hover,
.contact-adds p a:focus {
  color: #000;
  text-decoration: none;
}
ul.contact-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex !important;
  gap: 20px;
}
.contact-display {
  justify-content: start !important;
  margin-bottom: 10px !important;
}
.contact-margin {
  margin-bottom: 30px !important;
}

/* footer style  */
footer.footer-sec {
  background-color: #0f6f77;
  color: #fff;
  position: relative;
  padding: 50px 0;
  margin-top: auto;
}
/* footer.footer-sec:after{
  content: "";
  position: absolute;
  background-image: url(../img/footer/fish-img.png);
  background-repeat: no-repeat;
  background-position: right 5% top -30px;
} */
.footer-address {
  text-align: center;
}
.footer-address a.footer-logo img {
  max-width: 120px;
  margin-bottom: 15px;
}
.footer-address h2 {
  font-family: "d-din", sans-serif;
  font-size: 55px;
}
.footer-address p {
  font-size: 26px;
  margin-top: 10px;
}
footer.footer-sec a {
  color: #fff;
  text-decoration: none;
}
ul.footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: minmax(min-content, auto) minmax(min-content, auto) minmax(
      min-content,
      auto
    );
  max-width: 1050px;
  margin: 0 auto;
  gap: 10px;
  grid-template-areas: "a b c";
}
ul.footer-contact li:first-child {
  grid-area: a;
}
ul.footer-contact li:nth-child(2) {
  grid-area: b;
}
ul.footer-contact li:last-child {
  grid-area: c;
}

ul.footer-contact li {
  display: grid;
  grid-template-columns: 40px auto;
  gap: 5px;
  text-align: left;
}
ul.footer-contact li .footer-c-icon {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background-color: #cfd1d2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #0f6f77;
}
ul.footer-contact li img {
  max-width: 100%;
}
ul.footer-contact li p {
  margin: 0;
}

.footer-copyright {
  padding-top: 25px;
}
.footer-copyright p {
  margin-top: 20px;
  text-align: center;
  font-size: 26px;
}
.footer-c-text {
  font-size: 20px;
}
.phone-sec,
.mail-link,
.web-link {
  margin-top: 20px;
}

@media (max-width: 1399.98px) {
  :root {
    --font-18: 16px;
    --font-20: 18px;
    --font-22: 20px;
    --font-26: 24px;
    --font-28: 26px;
    --font-32: 30px;
    --font-44: 38px;
    --font-56: 48px;
    --font-64: 52px;
    --font-70: 56px;
    --font-100: 80px;
  }
  .navbar .search-form {
    max-width: 430px;
  }
  .story-thumb img {
    top: -70px;
    right: -30px;
  }

  .insights-thumb img {
    margin-top: -72px;
    max-width: 505px;
  }
}
@media (max-width: 1199.98px) {
  :root {
    --font-18: 16px;
    --font-20: 18px;
    --font-22: 20px;
    --font-26: 24px;
    --font-28: 26px;
    --font-32: 30px;
    --font-44: 38px;
    --font-56: 48px;
    --font-64: 52px;
    --font-70: 56px;
    --font-100: 74px;
  }
  .navbar .search-form {
    max-width: 350px;
  }
  .story-thumb img {
    top: 20px;
    right: -20px;
    max-width: calc(100% + 20px);
  }

  .insights-thumb img {
    margin-top: -72px;
    max-width: 415px;
  }
  .send-msg-box {
    margin-bottom: 70px !important;
  }
  .color-page-sec .color-desc {
    padding: 185px 0 100px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --font-18: 16px;
    --font-20: 18px;
    --font-22: 20px;
    --font-26: 22px;
    --font-28: 24px;
    --font-32: 28px;
    --font-44: 34px;
    --font-56: 40px;
    --font-64: 44px;
    --font-70: 48px;
    --font-100: 60px;
  }
  header a.navbar-brand img {
    max-width: 100px;
    transition: 0.3s;
  }
  header.sticky a.navbar-brand img,
  header.mob-sticky a.navbar-brand img {
    max-width: 60px;
    transition: 0.3s;
  }
  /* mobile menu start   */
  .main-menu .main-menu-toggler,
  .main-menu .main-menu-toggler:hover,
  .main-menu .main-menu-toggler:active,
  .main-menu .main-menu-toggler:focus {
    padding: 6px 10px;
    font-size: 24px;
    border-radius: 2px;
    border: 3px solid #333;
    color: #333;
    margin-left: auto;
    outline: 0;
    box-shadow: none;
  }
  .main-menu.navbar-text-light .main-menu-toggler,
  .main-menu.navbar-text-light .main-menu-toggler:hover,
  .main-menu.navbar-text-light .main-menu-toggler:active,
  .main-menu.navbar-text-light .main-menu-toggler:focus {
    border: 3px solid #fff;
    color: #fff;
  }
  .navbar-collapse {
    background-color: #000;
    color: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: scroll;
    width: 0;
    transition: width 0.3s;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    cursor: pointer;
  }
  .navbar-collapse.show {
    width: 250px;
  }
  .navbar-collapse ul.navbar-nav,
  .navbar-collapse .search-form {
    opacity: 0;
  }
  .navbar-collapse.show ul.navbar-nav,
  .navbar-collapse.show .search-form {
    opacity: 1;
    transition: opacity 0.2s 0.2s;
  }
  .navbar-collapse ul.navbar-nav {
    padding: 10px;
  }
  .navbar-collapse ul.navbar-nav li {
    border-bottom: 1px solid #ffffff3d;
    padding: 4px 0;
  }
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show,
  .navbar-nav .nav-link {
    color: #fff;
  }
  .navbar-collapse .search-form {
    max-width: 230px !important;
    margin: 0 10px 10px;
  }
  /* mobile menu style end  */

  section.page-sec {
    padding: 170px 0 70px;
  }
  .color-page-sec .color-desc {
    padding: 140px 0 100px;
  }

  .story-thumb img {
    top: 80px;
    right: -25px;
    max-width: calc(100% + 25px);
  }
  .insights-desc h3 {
    margin-top: 20px;
  }
  .insights-thumb img {
    margin-top: -60px;
    max-width: 302px;
  }

  .product-item {
    background-color: #e6e6e6;
    padding: 50px 40px 40px;
    border-radius: 65px 0;
    text-align: center;
    max-width: 450px;
    margin: 0 auto 50px;
  }
  .send-msg-box {
    margin-bottom: 60px;
  }

  ul.footer-contact {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: minmax(min-content, auto) minmax(min-content, auto);
    grid-template-areas:
      "a a"
      "b c";
    max-width: 470px;
  }
  .footer-address a.footer-logo img {
    max-width: 100px;
  }
}
@media (max-width: 767.98px) {
  .color-page-sec .color-desc {
    padding: 40px 0 100px;
  }
  .story-thumb img {
    position: static;
    max-width: 100%;
  }
  ul.about-contact-list li {
    grid-column-gap: 10px;
  }
  ul.about-contact-list.about-social-list {
    display: block;
  }
  ul.about-contact-list.about-social-list li {
    display: inline-block;
    margin-right: 10px;
  }

  .insights-page-title h2 span:first-child,
  .insights-page-title h2 span:nth-child(2) {
    color: #000;
  }
  .insights-desc h3 {
    margin-top: 30px;
  }
  .insights-thumb {
    margin-top: 30px;
  }
  .insights-thumb img {
    position: static;
    margin: 10px 0;
    max-width: 100%;
  }
  .contact-info {
    margin: 30px 0 40px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --font-18: 14px;
    --font-20: 16px;
    --font-22: 18px;
    --font-26: 20px;
    --font-28: 20px;
    --font-32: 24px;
    --font-44: 30px;
    --font-56: 34px;
    --font-64: 38px;
    --font-70: 40px;
    --font-100: 54px;
  }

  ul.footer-contact {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: auto;
    grid-template-areas:
      "a"
      "b"
      "c";
    max-width: 420px;
  }
  ul.footer-contact li {
    grid-template-columns: 32px auto;
  }
  ul.footer-contact li .footer-c-icon {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    font-size: 16px;
  }
}

/* .fp-scroll-down-arrow {
  left: calc(50% - 47px);
  top: calc(100% - 120px);
  cursor: pointer;
  animation: arrow .5s infinite ease-out alternate;
  position: absolute;
  z-index: 999999;
  transform: rotate(-90deg);
} */
