html {
  cursor: none;
  scroll-behavior: smooth;
}

body {
  background: #000000;
  scroll-behavior: smooth;
}

p {
  font-family: var(--manreg);
}

:root {
  --ani: all 0.5s;
}

@font-face {
  font-family: "ManropeMedium";
  src: url("../fonts/ManropeMedium.eot");
  src: url("../fonts/ManropeMedium.eot") format("embedded-opentype"),
    url("../fonts/ManropeMedium.woff2") format("woff2"),
    url("../fonts/ManropeMedium.woff") format("woff"),
    url("../fonts/ManropeMedium.ttf") format("truetype"),
    url("../fonts/ManropeMedium.svg#ManropeMedium") format("svg");
}

@font-face {
  font-family: "ManropeRegular";
  src: url("../fonts/ManropeRegular.eot");
  src: url("../fonts/ManropeRegular.eot") format("embedded-opentype"),
    url("../fonts/ManropeRegular.woff2") format("woff2"),
    url("../fonts/ManropeRegular.woff") format("woff"),
    url("../fonts/ManropeRegular.ttf") format("truetype"),
    url("../fonts/ManropeRegular.svg#ManropeRegular") format("svg");
}

@font-face {
  font-family: "PlayfairDisplayItalic";
  src: url("../fonts/PlayfairDisplayItalic.eot");
  src: url("../fonts/PlayfairDisplayItalic.eot") format("embedded-opentype"),
    url("../fonts/PlayfairDisplayItalic.woff2") format("woff2"),
    url("../fonts/PlayfairDisplayItalic.woff") format("woff"),
    url("../fonts/PlayfairDisplayItalic.ttf") format("truetype"),
    url("../fonts/PlayfairDisplayItalic.svg#PlayfairDisplayItalic") format("svg");
}

@font-face {
  font-family: "BiotifRegular";
  src: url("../fonts/BiotifRegular.eot");
  src: url("../fonts/BiotifRegular.eot") format("embedded-opentype"),
    url("../fonts/BiotifRegular.woff2") format("woff2"),
    url("../fonts/BiotifRegular.woff") format("woff"),
    url("../fonts/BiotifRegular.ttf") format("truetype"),
    url("../fonts/BiotifRegular.svg#BiotifRegular") format("svg");
}

@font-face {
  font-family: "BiotifBold";
  src: url("../fonts/BiotifBold.eot");
  src: url("../fonts/BiotifBold.eot") format("embedded-opentype"),
    url("../fonts/BiotifBold.woff2") format("woff2"),
    url("../fonts/BiotifBold.woff") format("woff"),
    url("../fonts/BiotifBold.ttf") format("truetype"),
    url("../fonts/BiotifBold.svg#BiotifBold") format("svg");
}

@font-face {
  font-family: "BiotifMedium";
  src: url("../fonts/BiotifMedium.eot");
  src: url("../fonts/BiotifMedium.eot") format("embedded-opentype"),
    url("../fonts/BiotifMedium.woff2") format("woff2"),
    url("../fonts/BiotifMedium.woff") format("woff"),
    url("../fonts/BiotifMedium.ttf") format("truetype"),
    url("../fonts/BiotifMedium.svg#BiotifMedium") format("svg");
}

@font-face {
  font-family: "BiotifSemiBold";
  src: url("../fonts/BiotifSemiBold.eot");
  src: url("../fonts/BiotifSemiBold.eot") format("embedded-opentype"),
    url("../fonts/BiotifSemiBold.woff2") format("woff2"),
    url("../fonts/BiotifSemiBold.woff") format("woff"),
    url("../fonts/BiotifSemiBold.ttf") format("truetype"),
    url("../fonts/BiotifSemiBold.svg#BiotifSemiBold") format("svg");
}

@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/RobotoBold.eot");
  src: url("../fonts/RobotoBold.eot") format("embedded-opentype"),
    url("../fonts/RobotoBold.woff2") format("woff2"),
    url("../fonts/RobotoBold.woff") format("woff"),
    url("../fonts/RobotoBold.ttf") format("truetype"),
    url("../fonts/RobotoBold.svg#RobotoBold") format("svg");
}

@font-face {
  font-family: "RobotoMedium";
  src: url("../fonts/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium.eot") format("embedded-opentype"),
    url("../fonts/RobotoMedium.woff2") format("woff2"),
    url("../fonts/RobotoMedium.woff") format("woff"),
    url("../fonts/RobotoMedium.ttf") format("truetype"),
    url("../fonts/RobotoMedium.svg#RobotoMedium") format("svg");
}

@font-face {
  font-family: "RobotoLight";
  src: url("../fonts/RobotoLight.eot");
  src: url("../fonts/RobotoLight.eot") format("embedded-opentype"),
    url("../fonts/RobotoLight.woff2") format("woff2"),
    url("../fonts/RobotoLight.woff") format("woff"),
    url("../fonts/RobotoLight.ttf") format("truetype"),
    url("../fonts/RobotoLight.svg#RobotoLight") format("svg");
}

:root {
  --breg: "BiotifRegular";
  --bmed: "BiotifMedium";
  --bsmbd: "BiotifSemiBold";
  --bbold: "BiotifBold";
  --robbold: "RobotoBold";
  --robmed: "RobotoMedium";
  --roblight: "RobotoLight";
  --italic: "PlayfairDisplayItalic";
  --manmedium: "ManropeMedium";
  --manreg: "ManropeRegular";
}

/* scroll bar */
/* Firefox */
* {
  scrollbar-width: none;
  scrollbar-color: #323232 #5c5c5c;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: none;
}

*::-webkit-scrollbar-track {
  background: #5c5c5c;
}

*::-webkit-scrollbar-thumb {
  background-color: #323232;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

/* scroll bar */

/* Back To Top */
.scrollToTopBtn {
  background: #000;
  border: none;
  color: #fff;
  opacity: 0;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 92;
  opacity: 2;
  transform: translateY(200px);
  transition: all 0.5s ease;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.scrollToTopBtn img {
  width: 30px;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
  opacity: 1;
}

.scrollToTopBtn:hover {
  background-color: #f00;
}

.scrollToTopBtn:hover i {
  color: #fff;
  top: 5px;
}

.scrollToTopBtn:focus,
.scrollToTopBtn:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}

.scrollToTopBtn img {
  width: 20px;
}

/* Lenis */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* Lenis */

/* Header */
header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  transition: var(--ani);
  z-index: 100;
  background-color: transparent;
  background-color: #000000;
}

header.smaller {
  background-color: #000000;
}

header .nav-logo img {
  width: 90px;
  transition: var(--ani);
}

.nav-logo img {
  padding-top: 5px;
}

header.smaller .nav-logo img {
  width: 88px;
  transition: var(--ani);
  padding: 5px 0;
}

/* Menu */
.drp-div {
  position: relative;
}

.drp-bx {
  position: absolute;
  background: #000;
  box-shadow: 0 0 10px #afafaf8e;
  color: #fff !important;
  transition: var(--ani);
  visibility: hidden;
  opacity: 0;
  top: 53px;
  border-radius: 5px;
  left: 0;
}

.drp-bx ul li a {
  color: #fff !important;
  white-space: nowrap;
  margin: 0;
  padding: 5px 20px;
  display: block;
  padding-right: 35px;
  font-size: 15px;
  text-transform: capitalize;
}

.drp-bx ul li a::after {
  background-color: transparent !important;
}

.drp-bx ul li a::before {
  display: none !important;
}

.drp-div:hover .drp-bx {
  visibility: visible;
  opacity: 1;
}

.drp-bx ul {
  display: block !important;
}

.drp-bx ul li {
  padding: 0;
  display: block;
}

.drp-bx ul li a:hover {
  background-color: #333 !important;
}

.drp-bx ul li a i {
  font-size: 12px;
}

.drp-nest {
  position: relative;
}

.drp-nest:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 13px;
  font-size: 12px;
  color: #fff;
  bottom: 7px;
}

.drp-nest-bx {
  position: absolute;
  background: #000;
  box-shadow: 0 0 10px #afafaf8e;
  left: 100%;
  top: 0;
  transition: var(--ani);
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
}

.right-nest-bx {
  left: inherit !important;
  right: 100%;
}

.drp-nest:hover .drp-nest-bx {
  opacity: 1;
  visibility: visible;
}

/* header.smaller .nav-logo{

} */
.header-container {
  padding: 0 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: var(--ani);
}

.nav-logo a h5 {
  margin-bottom: 0;
  font-size: 19px;
}

.nav-logo a h5 span {
  color: #5c5c5c;
}

.enq-btn {
  display: none;
}

.nav-links nav ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links nav ul li a {
  font-size: 14px;
  font-family: var(--manreg);
  position: relative;
  transition: var(--ani);
}

.nav-links nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 10%;
  display: inline-block;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  transition: var(--ani);
}

.nav-links nav ul li a:hover::before {
  width: 100%;
  opacity: 1;
}

header.smaller .header-container {
  padding: 5px 3%;
  transition: var(--ani);
}

/* Banner */
.header-strip {
  background-color: #1e1e1e;
  transition: var(--ani);
  margin-top: 0;
}

.strip-flex {
  align-items: center;
  justify-content: space-between;
  padding: 2px 0;
}

.strip-contact a {
  color: #ffffff;
  font-size: 14px;
  transition: var(--ani);
}

.strip-contact a i {
  color: #646464;
}

.strip-contact a span {
  margin-left: 5px;
}

.banner--mobimg {
  display: none;
}

.strip-contact {
  display: flex;
  align-items: center;
  gap: 30px;
}

.strip-contact a:hover {
  color: #6f6f6f;
}

.strip-contact a:first-child i {
  color: #c2a328;
}

.strip-contact a:last-child i {
  color: rgb(99, 185, 185);
}

.strip-media {
  align-items: center;
  gap: 15px;
}

.strip-media a {
  font-size: 16px;
  color: #ffff;
  transition: var(--ani);
}

.strip-media a:hover {
  color: #919191;
}

.strip-media a:nth-child(1) i {
  color: #e60523;
}

.strip-media a:nth-child(2) i {
  color: #018d90;
}

.strip-media a:nth-child(3) i {
  color: #d2997a;
}

.strip-media a:nth-child(4) i {
  color: #d1c69b;
}

header.smaller .header-strip {
  margin-top: -30px;
  background-color: #000000;
}

.video-bx {
  background-color: #ffffff;
  padding: 5% 0;
}

.banner-video video {
  width: 70%;
  margin: auto;
  display: block;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 0px 20px #0000007e;
}

.img-banner {
  padding-top: 105px;
}

/* Banner Hover Effect */
.banner-content {
  height: 110vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
  position: relative;
  /* margin-top: 95px; */
}

.content__img {
  max-width: 250px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: none;
}

.content__title {
  position: relative;
  z-index: 90;
}

.content__title h2 {
  font-size: 100px;
  text-align: center;
  font-family: var(--breg);
  position: relative;
  color: #d3d3d3;
  display: flex;
  align-items: center;
  gap: 30px;
  text-transform: lowercase;
}

.content__title h2 span {
  font-size: 16px;
  font-family: var(--breg);
  text-decoration: underline;
}

.content__title h2:first-child {
  left: -200px;
}

.content__title h2:nth-child(2) {
  margin: 10px 0;
}

.content__title h2:last-child {
  left: 420px;
}

/* Recent Works */
.main-container {
  padding: 0 3%;
}

section {
  padding: 5% 0;
  overflow: hidden;
}

.works-head h2 {
  font-family: var(--bmed);
  font-size: 12rem;
  color: transparent;
  background: linear-gradient(to right, #ffffff 50%, #252525 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 90px;
  position: relative;
}

#recnt-head {
  left: -50px;
}

#recnt-second-head {
  left: 100px;
}

.works-head p {
  font-family: var(--manreg);
  font-size: 2.5rem;
  margin-bottom: -8px;
  width: 319px;
  line-height: 25px;
}

.works-head {
  padding-bottom: 5%;
}

.recent-para {
  padding-top: 30px;
}

.explore a {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 15px;
  font-family: var(--manreg);
  font-weight: lighter;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  transition: all 0.5s;
}

.explore a:hover {
  background-color: #fff;
  color: #252525;
}

.explore-flex {
  display: flex;
  align-items: end;
  justify-content: end;
}

.border-img {
  border-radius: 30px;
}

.work-two-bx {
  padding: 5% 0;
}

.work-content-one,
.work-content-three {
  transform: translate(0%, 200%);
}

.work-content h3 {
  font-size: 7rem;
  font-family: var(--bmed);
  text-transform: uppercase;
  margin-bottom: 5px;
  background: linear-gradient(90deg,
      #f4e02b,
      #f42303,
      #13f52d);
  /* Gradient colors */
  background-size: 200% 200%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  animation: gradientAnimation 3s ease infinite;
}

.work-content-one h3 {
  background: linear-gradient(90deg, #830ae6, #ffd35a, #4535c1);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 200%;
  animation: gradientAnimation 3s ease infinite;
}

.work-three-bx h3 {
  background: linear-gradient(90deg, #ff8343, #f1dec6, #179bae);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 200%;
  animation: gradientAnimation 3s ease infinite;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.work-content p {
  font-size: 3rem;
}

.work-content a {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 2rem;
  font-family: var(--manreg);
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  transition: all 0.5s;
  display: inline-block;
  margin-top: 30px;
}

.work-content a:hover {
  background-color: #fff;
  color: #252525;
}

.work-right-one img,
.img-gsap-3 {
  transform: translate(401.5px) rotate(10deg);
}

.work-content-two {
  text-align: right;
  transform: translate(0%, 160%);
}

.img-gsap-2 {
  transform: translate(-401.5px) rotate(-10deg);
}

.works-banner {
  position: relative;
  z-index: 2;
}

.works-banner img {
  height: 700px;
  object-fit: cover;
  object-position: top left;
}

.work-banner-text {
  width: 570px;
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  z-index: 100 !important;
}

.work-banner-text h4 {
  font-size: 40px;
  margin-bottom: 20px;
  font-family: var(--manreg);
  font-weight: bold;
  color: #000;
}

.work-banner-text h4 span {
  letter-spacing: -7px;
}

.work-banner-text p {
  font-size: 18px;
  color: #000000;
}

.work-banner-text a {
  font-size: 17px;
  padding: 3px 20px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 15px;
  transition: var(--ani);
  color: #fff;
  box-shadow: 0 0 15px #00000027;
  background: linear-gradient(90deg, #06402a, #ffc816, #ff651e);
  background-size: 200% 200%;
  animation: gradientAnimation 3s ease infinite;
}

.work-banner-text a:hover {
  background-color: #000;
  color: #fff;
}

.work-banner-text h4 span:nth-child(1) {
  color: #180161;
}

.work-banner-text h4 span:nth-child(2) {
  color: #4f1787;
}

.work-banner-text h4 span:nth-child(3) {
  color: #d21312;
}

.work-banner-text h4 span:nth-child(4) {
  color: #fb773c;
}

.work-banner-text h4 span:nth-child(5) {
  color: #0c0c0c;
}

.work-banner-text h4 span:nth-child(6) {
  color: #481e14;
}

.work-banner-text h4 span:nth-child(7) {
  color: #9b3922;
}

.work-banner-text h4 span:nth-child(8) {
  color: #183d3d;
}

.work-banner-text h4 span:nth-child(9) {
  color: #352f44;
}

.work-banner-text h4 span:nth-child(10) {
  color: #005b41;
}

.card-1 {
  background-color: #179bae;
}

.card-2 {
  background-color: #aeae17;
}

.card-3 {
  background-color: #de700f;
}

.wrk-banner-main {
  padding-top: 0;
  padding-bottom: 0;
}

/* clients  */
.clients-main {
  background-color: #fff;
  padding-bottom: 0;
}

.client-cont-com h3 {
  font-size: 42px;
  font-family: var(--breg);
  font-weight: 400;
}

.client-cont-com h3 span {
  color: #d21312;
}

.client-cont-com {
  padding: 40px;
  height: 100%;
}

.here-content {
  background-color: #181818;
}

.here-content-second {
  background-color: #ff651e;
}

.client-cont-com h2 {
  font-family: var(--manreg);
  font-weight: 600;
  color: #000;
  font-size: 52px;
  margin-bottom: 20px;
}

.client-cont-com h2 span {
  margin-left: -8px;
}

.prg-count {
  font-size: 43px;
  font-family: var(--bmed);
  color: #000;
}

.count-k {
  font-family: var(--breg);
  font-size: 28px;
  color: #000;
}

.count-plus {
  font-family: var(--breg);
  font-size: 28px;
  color: #000;
}

.client-cont-com p {
  color: #000000b3;
  font-size: 20px;
  line-height: 27px;
  font-family: var(--manreg);
  font-weight: 400;
}

.here-imgs {
  padding: 0;
}

.here-content-third {
  background-color: rgb(255, 200, 22);
}

.here-content-fourth {
  background-color: rgb(195, 195, 255);
}

.second-clients-img {
  height: 100%;
  object-fit: cover;
}

/*  Colour Catalogue */
.color-main {
  padding-bottom: 0;
  position: relative;
  z-index: 50;
}

.accordion-content .title h3 {
  font-size: 37px;
  line-height: 1.1;
  padding-bottom: 0.4em;
  color: #000;
  font-family: var(--bmed);
}

.color-content h3 {
  color: #fff !important;
}

.color-content p {
  color: #fff !important;
}

.accordion-content .text p {
  font-size: 18px;
  overflow: hidden;
  padding-bottom: 20px;
  color: #000;
  font-family: var(--manreg);
  font-weight: 400;
}

.accordion-content .text img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 0 15px #00000069;
}

.accordion-content {
  background-color: #06402a;
  padding: 30px 5%;
  padding-bottom: 60px;
  border-radius: 60px 60px 20px 20px;
  margin-bottom: -10px;
  width: 100%;
}

.accordion-content:nth-child(2) {
  background-color: rgb(255, 200, 22);
  position: relative;
  z-index: 12;
}

.accordion-content:last-child {
  background-color: #ff651e;
  position: relative;
  z-index: 15;
  margin-bottom: 0 !important;
  border-radius: 60px 60px 0 0;
}

.accordion-content:last-child .text {
  opacity: 1 !important;
  height: auto !important;
}

.accordion-content:last-child .title h3,
.accordion-content:last-child .text p {
  color: #fff !important;
}

.w-dflex {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  padding-right: 25%;
}

.w-dflex div {
  box-shadow: 0 0 10px #0000002c;
  padding: 30px;
  border-radius: 20px;
}

.accordion-content .text a {
  color: #fff;
  display: inline-block;
  padding: 15px 30px;
  font-size: 17px;
  border-radius: 20px;
  box-shadow: 0 0 10px #00000048;
  transition: var(--ani);
  text-transform: capitalize;
  background: linear-gradient(90deg, #f00, #5341b2, #109212);
  background-size: 200% 200%;
}

.accordion-content .text a:hover {
  color: #fff;
  animation: gradientAnimation 3s ease infinite;
}

.color-main .pin-spacer {
  height: auto !important;
}

.accordion-works {
  height: auto !important;
}

.text-contents-bx {
  box-shadow: 0 0 10px #0000002c;
  padding: 30px;
  border-radius: 20px;
}

/* Color Combo */

.color-combo-main {
  position: relative;
  width: 100%;
  height: 100vh;
}

.color-combo-mobile-main {
  display: none;
}

.drag-bx {
  bottom: 60px;
}

.drag-bx span {
  color: #000;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #a14905;
  padding: 5px 15px;
  border-radius: 12px;
  background-color: #ff651e;
  color: #ffffff;
}

.drag-bx span i {
  animation: drag 6s ease-in-out infinite;
  color: #ffffff;
  font-size: 22px;
}

@keyframes drag {
  0% {
    margin-left: 0;
  }

  50% {
    margin-left: 15px;
  }

  100% {
    margin-left: 0;
  }
}

.color-combo-main div {
  position: absolute;
  transform-style: preserve-3d;
}

.ring-bx {
  perspective: 2000px;
  width: 300px;
  height: 300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.vignette {
  width: 130%;
  left: 50%;
  transform: translateX(-50%);
  /* background: linear-gradient(
    to left,
    rgba(0, 0, 0, 1) 12%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 1) 88%
  ); */

  /* background-color: transparent; */
}

#dragger,
#ring,
.img-combo,
.vignette {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.color-combo-main {
  text-align: center;
  background-color: #fff;
}

.color-combo-main h3 {
  font-size: 33px;
  margin-bottom: 15px;
  font-family: var(--bbold);
  color: #000;
}

.color-combo-main p {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
  font-family: var(--manreg);
}

/* Blogs */
.blogs-main {
  background-image: url("../images/blogs-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* border-radius: 30px; */
}

.blogs-main h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: var(--bbold);
  text-align: center;
  color: #000;
}

.blogs-main p {
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
  color: #000;
  width: 640px;
  margin: auto;
}

.blog-bxss {
  padding: 60px 3% 0 3%;
}

.blog-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 30px;
  padding-top: 0;
  margin-top: 40px;
  transform: rotate(2deg);
  transition: var(--ani);
}

.blog-item-one {
  background-image: url("../images/blog-item-1.webp");
}

.blog-item-two {
  background-image: url("../images/blog-item-2.webp");
}

.blog-item-three {
  background-image: url("../images/blog-item-3.webp");
}

.owl-blogs .owl-item.center .blog-item {
  transform: rotate(-2deg);
  transition: var(--ani);
}

.blog-item img {
  margin: auto;
  display: block;
  position: relative;
  top: -19px;
  transform: rotate(-3deg);
}

.blog-content h4 {
  font-size: 23px;
  margin: 15px 0;
  color: #ffffff;
  font-family: var(--manreg);
  font-weight: bold;
}

.blog-content p {
  font-size: 16px;
  text-align: left;
  color: #ffffff;
  width: auto;
}

.blog-content a {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  background-color: #cd1a20;
  padding: 5px 20px;
  border-radius: 5px;
}

.blog-item-one h4 {
  color: #5e5e5e;
}

.blog-item-one p {
  color: #5e5e5e;
}

/* Testimonial */
.testi-main {
  background-color: #f5f2ef;
  padding-bottom: 3%;
}

.testi-left-col {
  padding-right: 40px;
}

.testi-left-col h3 {
  font-size: 38px;
  font-family: var(--bmed);
  color: #000;
  text-align: right;
}

.testi-card {
  padding: 40px 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px #0000001a;
  color: #000;
  margin-bottom: 30px;
}

.owl-testi .item,
.owl-testi-two .item {
  padding: 0 20px;
}

.owl-testi .owl-nav,
.owl-testi .owl-dots,
.owl-testi-two .owl-nav,
.owl-testi-two .owl-dots {
  display: none;
}

.testi-card p {
  font-size: 16px;
}

.head-hamburg {
  display: none;
}

.testi-card div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.testi-card img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center center;
  border-radius: 50px;
}

.testi-card h4 {
  font-size: 19px;
}

.testi-card h4 span {
  font-size: 15px;
  display: block;
  margin-top: 3px;
}

/* Footer */
footer {
  background-color: #f2f2f2;
  color: #000;
}

footer section {
  padding-bottom: 0;
}

.quicklinks h3 {
  font-family: var(--manreg);
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 70px;
  text-transform: uppercase;
}

.quicklinks ul {
  padding-left: 0;
  margin-bottom: 0;
}

.quicklinks ul li a {
  font-family: var(--manmedium);
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  padding-left: 0;
  transition: var(--ani);
  color: #000000c2;
}

.quicklinks ul li a:hover {
  padding-left: 10px;
}

.quicklinks p {
  font-size: 15px;
  font-family: var(--manreg);
  font-weight: 500;
  color: #000000c2;
}

.quicklinks .ft-sub-head {
  font-size: 18px;
  font-family: var(--manreg);
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #000000c2;
}

.contact a {
  text-decoration: underline;
}

.quicklinks .ft-sub-head:first-child {
  margin-top: 0;
}

.quicklinks h5 {
  font-size: 45px;
  color: #000;
  font-family: var(--manreg);
  line-height: 44px;
}

.quicklinks h5 span {
  display: block;
}

.quicklinks h5 .form-under {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #f42303;
}

.address-pad {
  padding-right: 80px;
}

.form-pad {
  padding-left: 60px;
}

.follow-media {
  padding: 6% 0;
  padding-top: 14%;
}

.follow-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ft-media ul {
  display: flex;
  gap: 30px;
}

.ft-media ul li a {
  font-size: 13px;
  font-family: var(--manreg);
  font-weight: 400;
}

.news-letter-col {
  position: relative;
}

.news-bx {
  position: absolute;
  background-color: #fff;
  width: 530px;
  height: 250px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  top: -130px;
  box-shadow: 0 70px 60px #0000003b;
}

.news-bx div {
  border-bottom: 1px solid #000;
}

.news-bx input {
  width: 260px;
  background-color: transparent;
  border: none;
  color: #000;
  padding-bottom: 12px;
  font-size: 14px;
}

.news-bx input::placeholder {
  color: #000;
  opacity: 1;
  font-size: 12px;
}

.news-bx a i {
  transform: rotate(-15deg);
}

.footer-strip {
  background-color: #0f0f0f;
  padding: 15px 0;
}

.ft-strip-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ft-logo img {
  width: 80px;
  object-fit: cover;
}

.ft-strip-bx {
  color: #ffffffca;
}

.copyright {
  display: inline-block;
  margin-left: 30px;
}

.designed-p {
  color: #ea1f27;
}

.designed-p a {
  color: #0069ff;
}

/* About us */
.about-main {
  background-color: #fff;
  color: #000;
}

.about-main h3 {
  color: #000;
  font-family: var(--bmed);
  font-size: 24px;
  margin-bottom: 4%;
}

.about-main h5 {
  font-family: var(--manreg);
  font-size: 30px;
  width: 530px;
  line-height: 39px;
  margin-bottom: 30px;
}

.about-para p {
  font-family: var(--manreg);
  font-size: 20px;
}

.about-right-img {
  height: 100%;
}

#circle {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

.rotate-bx {
  position: relative;
  width: 100%;
}

.rotate-animation {
  position: absolute;
  width: 90%;
  top: -100px;
  left: 0;
}

#circle text {
  font-family: var(--manreg);
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4px;
}

#circle svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;

  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
  }

  to {
    -moz-transform: rotate(0);
  }
}

@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(360deg);
  }

  to {
    -ms-transform: rotate(0);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(360deg);
  }

  to {
    -o-transform: rotate(0);
  }
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

.rotete-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rotete-arrow i {
  font-size: 30px;
  transform: rotate(-20deg);
  color: #f00;
}

footer {
  padding-bottom: 0 !important;
}

.footer-media-strip {
  display: none;
}

/* ------------------- Listing page ------------------- */
.sub-banner-text {
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: 20;
  width: 580px;
}

.sub-banner-text h2 {
  font-size: 40px;
  font-family: var(--manmedium);
}

.sub-banner-text p {
  font-size: 18px;
}

.pr-des-right {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.pr-des-right h3 {
  font-size: 34px;
  font-family: var(--manreg);
  margin-bottom: 30px;
}

.pr-des-right p {
  font-size: 18px;
}

.pr-des-left img {
  float: right;
  padding-right: 50px;
}

.pr-container {
  padding: 0 7%;
}

.pr-bxs {
  margin: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.pr-black {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.55) 0%,
      rgba(255, 255, 255, 0) 100%);
}

.pr-bxs img {
  transition: var(--ani);
  transform: scale(1);
}

.pr-bxs:hover img {
  transform: scale(1.1);
}

.pr-bxs h4 {
  font-size: 22px;
  font-family: var(--manmedium);
  color: #fff;
  position: absolute;
  z-index: 11;
  bottom: 5%;
  left: 5%;
}

/* ---------------------------- Detail ---------------------------- */
.detail-banner-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  text-align: center;
  padding: 30px;
  background-color: #0000006d;
  border-radius: 12px;
}

.detail-banner-text p {
  font-size: 16px;
  margin-bottom: 10px;
}

.detail-banner-text h2 {
  font-size: 40px;
}

.det-desc {
  overflow: visible !important;
  position: relative;
}

.paint-product {
  z-index: 40;
  width: 300px;
  margin: auto;
  display: block;
  margin-top: -250px;
  position: relative;
  z-index: 90;
}

.det-bxss p {
  font-size: 19px;
  width: 70%;
  margin: auto;
  display: block;
}

.need-help {
  background-color: #fff;
  color: #000;
}

.need-help h3 {
  font-size: 33px;
  margin-bottom: 20px;
}

.need-help p {
  font-size: 16px;
  font-family: var(--manreg);
}

.need-form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 10px;
  color: #000 !important;
  font-size: 15px;
}

.need-form input::placeholder {
  color: #404040 !important;
  font-family: var(--roblight);
  font-family: 16px;
}

.det-desc {
  padding: 8% 0;
}

.enq-form-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 30px;
  background-color: #cd1a20;
  color: #fff;
  font-family: var(--manreg);
  font-size: 14px;
  transition: var(--ani);
}

.enq-form-btn:hover {
  background-color: #7a0d11;
}

.det-left img {
  width: 200px;
}

.product-round {
  background-color: #ededed;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  box-shadow: 0 20px 40px #00000030;
}

.det-left h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 30px;
  color: #000;
  font-family: var(--italic);
  text-transform: uppercase;
}

.det-left h5 {
  font-size: 19px;
  color: #000;
}

.det-right p {
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 0 15%;
  margin-bottom: 0;
}

.second {
  padding: 0;
}

.owl-second-bg img {
  height: 650px;
  object-fit: cover;
}

.second-left {
  width: 70%;
  padding: 40px;
  box-shadow: 0 70px 60px #0000003b;
  position: absolute;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  animation: float 10s ease-in-out infinite;
}

/* @keyframes float {
  0% {
    transform: translatey(-50%);
  }
  50% {
    transform: translatey(-53%);
  }
  100% {
    transform: translatey(-50%);
  }
} */
.second-left h3 {
  font-size: 20px;
  font-family: var(--manmedium);
  margin-bottom: 30px;
  color: #000;
}

.second-left-content {
  color: #000;
}

.second-left-content h6 {
  font-size: 13px;
  margin-bottom: 15px;
  background-color: #cd1a20;
  display: inline-block;
  color: #fff;
  padding: 10px 14px;
  border-radius: 20px;
}

.second-left-content h3 {
  font-family: var(--italic);
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.4;
}

.second-left-content a {
  color: #000;
  font-size: 15px;
  background-color: transparent;
  border: 1px solid #cd1a20;
  padding: 5px 15px;
  border-radius: 12px;
}

.second-left-content a:hover {
  background-color: #cd1a20;
  color: #fff;
}

.second-right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.second-right p {
  color: #000;
  font-size: 16px;
}

.second-right img {
  width: 250px;
  margin-top: -20px;
}

.stain-bx {
  text-align: center;
  color: #000;
  border: 1px solid #00000032;
  padding: 20px;
  border-radius: 12px;
  min-height: 172px;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.stain-main h2 {
  font-size: 30px;
}

.stain-bx img {
  width: 45px;
}

.stain-bx h5 {
  font-size: 18px;
  font-family: var(--manmedium);
  margin: 10px 0;
}

.stain-bx p {
  font-size: 14px;
  font-family: var(--manreg);
  margin-bottom: 0;
}

.sub-banner {
  height: 650px;
  object-fit: cover;
}

.cal-shadow {
  box-shadow: 0 0 20px #00000032;
  padding: 30px;
  border-radius: 12px;
}

.cal-shadow .main-btn-cal {
  font-size: 18px;
  padding: 9px 15px;
  border-radius: 12px;
  color: #000;
  border: 1px solid #00000040;
  margin-right: 10px;
}

.cal-shadow .main-btn-cal.active {
  background-color: #ea1f27;
  border: 1px solid #00000040;
  color: #fff;
}

.pain-name-cal-btn {
  padding: 15px;
  background-color: transparent;
  border: none !important;
  font-size: 16px;
  color: #000;
}

.pain-name-cal-btn.active {
  border-bottom: 1px solid #000 !important;
}

.paint-productss {
  box-shadow: 0 0 20px #00000032;
  border-radius: 12px;
}

.paint-productss h4 {
  font-size: 16px;
  margin-top: 10px;
}

.luxury-content,
.basic-content {
  padding-top: 30px;
}

.basic-content .nav-link {
  font-size: 17px;
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  padding: 10px 30px;
  border: 1px solid #0000002c;
  margin-right: 14px;
}

.basic-content .nav-link.active {
  background-color: #ea1f27;
  color: #fff;
}

.pack-bg {
  background-color: #f1f1f1;
  padding: 50px 20%;
  border-radius: 5px;
}

.pack-bg h3 {
  font-size: 28px;
  color: #000;
  font-family: var(--robmed);
  text-align: center;
  margin-bottom: 10px;
}

.paint-imges {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}

.paint-size-1 img {
  height: 190px;
}

.paint-size-2 img {
  height: 220px;
}

.paint-size-3 img {
  height: 250px;
}

.paint-size-4 img {
  height: 288px;
}

.dow-catl {
  border: 1px solid #0000;
}

.dow-catl {
  color: #000;
  font-size: 16px;
  text-align: center;
  border: 1px solid #cd1a20;
  padding: 7px 50px;
  color: #810f13;
  transition: var(--ani);
}

.dow-catl:hover {
  background-color: #cd1a20;
  color: #fff;
}

.download-div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5%;
}

.basic-tab-content h3 {
  font-size: 20px;
  margin: 30px 0;
}

.basic-input input {
  width: 300px;
  padding: 10px;
  color: #000;
  font-size: 17px;
  border-radius: 12px;
  border: 2px solid #810f13;
}

.basic-input h6 {
  color: #4c4c4c;
  font-size: 16px;
  margin-bottom: 10px;
}

.calc-result-bx {
  box-shadow: 0 0 20px #00000032;
  border-radius: 20px;
  border: 0.5px solid #b7b7b7;
  padding: 30px;
  height: 100%;
}

.calc-result-bx h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.calc-result-bx h2 {
  font-size: 45px;
}

.calc-result-bx h2 span {
  font-size: 25px;
  position: relative;
  top: -15px;
}

.cal-container {
  padding: 0 7%;
}

.contact-xpbtn {
  padding: 15px 30px;
  border: none;
  border-radius: 10px;
  margin-top: 50px;
  font-size: 18px;
  background-color: #cd1a20;
}

.model-result {
  padding: 10px;
}

.model-result .modal-header h4 {
  font-size: 22px;
  color: #000000d4;
  margin-top: 20px;
  font-family: var(--roblight);
}

.model-result .modal-body input {
  background-color: transparent;
  border: 0.5px solid #d3d3d3;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
}

.model-result .modal-body input::placeholder {
  color: #00000095;
}

.model-result .modal-body .form-select {
  font-size: 16px;
  background-color: transparent;
  border: 0.5px solid #d3d3d3;
  border-radius: 8px;
  color: #00000095;
  padding: 10px;
  box-shadow: none;
  outline: none;
}

.sbmt-modal a {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  background-color: #d21312;
  border-radius: 12px;
  color: #fff;
  margin-top: 20px;
  transition: var(--ani);
}

.sbmt-modal a:hover {
  background-color: #000;
}

.trollright .form-select {
  padding: 7px 10px;
  font-size: 14px;
  box-shadow: none;
  outline: none;
}

.trollright label {
  font-size: 14px;
  padding-bottom: 5px;
}

.trollleft h5 {
  font-size: 20px;
}

.trollleft a {
  font-size: 15px;
}

.trollwrapper::before {
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(203, 52, 50);
  width: 800px;
  height: 100%;
  content: "";
}

.trollwrapper {
  background-color: rgb(43, 27, 53);
  position: relative;
}

.trollright {
  z-index: 1;
  position: relative;
}

.submitbtn {
  text-align: center;
  margin-top: 20px;
}

.submitbtn a {
  background: #000;
  border: none;
  font-size: 15px;
  text-align: center;

  border-radius: 0;
  padding: 5px 20px;
}

.yellow {
  background: rgb(234, 222, 0);
}

.orange {
  background: rgb(251, 142, 81);
}

.butter {
  background: rgb(255, 242, 174);
}

.grape {
  background: #d8dbbd;
}

.blue {
  background: #fff0dc;
}

.red {
  background: #9acbd0;
}

.grey {
  background: #ffcce1;
}

.brown {
  background: #a9c46c;
}

.lightgrey {
  background: rgb(197, 196, 163);
}

.nude {
  background: #ff885b
}

.lightgreen {
  background: #6cbec7;
}

.trollnumberwrap {
  z-index: 1;
  padding: 40px 30px;
  position: relative;
}

.trollnumberwrap h5 {
  position: relative;
  color: #000;
  font-size: 20px;
  padding-bottom: 30px;
}

.trollnumberwrap h5::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  bottom: 10px;
  background-color: #000;
}

.trollnumberwrap a {
  color: #000;
  font-size: 20px;
}

.trollnumbers {
  padding-top: 70px;
}


.trollnumbers h3 {
  font-size: 20px;
  padding-bottom: 30px;
  text-align: left;
  z-index: 1;
  position: relative;
}

.exmobiletext {
  background: #000000ad;
  padding: 40px 40px;
  border-radius: 10px;
}


/* Responsive */

@media (max-width: 991.5px) {
  .sub-banner-text p {
    font-size: 16px;
  }

  .trollnumberwrap a {
    font-size: 16px;
  }

  .trollnumberwrap h5 {
    font-size: 16px;
    padding-bottom: 25px;
    height: 55px;
    margin: 0;
  }

  .trollnumberwrap {
    padding: 15px 15px;
  }

  .trollnumbers h3 {
    font-size: 16px;
    padding-bottom: 15px;
  }

  .trollnumbers {
    padding-top: 20px;
  }

  .trollleft {
    position: relative;
    z-index: 1;
  }

  .banner--img {
    display: none;
  }

  .banner--mobimg {
    display: block;
  }

  header.smaller {
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent !important;
    margin-top: 10px;
  }

  header.smaller .header-strip {
    margin-bottom: 10px;
  }

  header.smaller .header-container {
    background-color: #000;
    border-radius: 30px;
    padding: 5px 20px;
  }

  header.smaller .nav-logo img {
    width: 60px;
  }

  header .nav-logo img {
    width: 80px;
  }

  .img-banner {
    padding-top: 115px;
  }

  .work-two-bx {
    padding: 0;
  }

  .nav-links {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .enq-btn {
    display: block;
  }

  .enq-btn a {
    font-size: 11px;
    background-color: #f00;
    padding: 11px 13px;
    border-radius: 11px;
    position: relative;
    top: -3px;
  }

  .banner--mobimg {
    border-radius: 20px;
    width: 90% !important;
    margin: auto;
    margin-bottom: 30px;
  }

  .banner--img {
    height: 500px;
    object-fit: cover;
    width: 90% !important;
    margin: auto;
    display: none;
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .video-bx {
    border-radius: 20px;
  }

  .works-head h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .works-head p {
    resize: 2rem;
  }

  .head-hamburg {
    display: block;
    height: 35px;
  }

  .nav-links nav {
    display: none;
  }

  .works-head p {
    font-family: var(--manreg);
    font-size: 25px;
    margin-bottom: -8px;
    width: 373px;
    line-height: 33px;
  }

  .border-img {
    width: 50% !important;
  }

  .img-gsap {
    float: right;
  }

  .work-content h3 {
    font-size: 28px;
  }

  .accordion-content .title h3 {
    font-size: 26px;
  }

  .accordion-content .text p {
    font-size: 15px;
  }

  .accordion-content .text img {
    width: 70%;
    display: block;
    margin: auto;
  }

  .w-dflex {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }

  #dragger,
  #ring,
  .img-combo,
  .vignette {
    width: 90%;
    height: 100%;
    cursor: pointer !important;
  }

  .color-combo-main {
    height: 90vh;
  }

  .color-combo-main div {
    top: 125px;
  }

  .client-cont-com h3 {
    font-size: 26px;
    text-align: center;
  }

  .blogs-main h3 {
    font-size: 26px;
  }

  .owl-blogs .owl-item.center .blog-item {
    transform: none;
  }

  .blog-item {
    width: 60%;
    margin: auto;
    display: block;
  }

  .testi-main {
    padding-bottom: 5%;
  }

  .testi-left-col h3 {
    text-align: left;
    font-size: 26px;
  }

  .about-main h3 {
    margin-bottom: 2%;
  }

  .about-main h5 {
    width: auto;
    font-size: 22px;
    margin-bottom: 5px;
  }

  .owl-testi-two {
    display: none !important;
  }

  .owl-testi .item,
  .owl-testi-two .item {
    padding: 0;
  }

  .owl-testi {
    margin-top: 30px;
  }

  .rotate-animation {
    display: none;
  }

  .about-right-img {
    border-radius: 12px;
  }

  .color-combo-main {
    display: none;
  }

  .color-combo-mobile-main {
    background-color: #fff;
    display: block;
  }

  .colorcombo-mob-bx {
    padding: 20px;
    box-shadow: 0 0 10px #00000057;
    border-radius: 12px;
    margin-top: 5%;
  }

  .color-combo-mobile-main h3 {
    font-size: 33px;
    margin-bottom: 15px;
    font-family: var(--bbold);
    color: #000;
    text-align: center;
  }

  .color-combo-mobile-main p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
    text-align: center;
  }

  .quicklinks h3 {
    margin-bottom: 25px;
    font-size: 16px;
    margin-top: 20px;
  }

  .form-pad {
    padding-left: 0;
  }

  .od-1 {
    order: 1;
  }

  .od-2 {
    order: 2;
  }

  .video-bx {
    margin: 0 5%;
  }

  .banner-video video {
    width: 95%;
  }

  .video-bx {
    padding: 3% 0;
  }

  .news-bx {
    position: static;
    transform: none;
    margin-bottom: 30px;
    width: 100%;
    box-shadow: 0 0px 60px #0000003b;
    border: 5px;
    height: 100px;
  }

  .follow-media {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .follow-bx h4 {
    font-size: 15px;
  }

  footer {
    padding-bottom: 0;
  }

  .ft-logo img {
    width: 50px;
  }

  .copyright span {
    font-size: 14px;
  }

  .designed-p {
    font-size: 12px;
  }

  .footer-strip {
    padding: 5px 0;
  }

  .blogs-main p {
    width: auto;
  }

  .footer-media-strip {
    display: block !important;
    position: fixed !important;
    bottom: 0px;
    width: 100%;
    z-index: 90;
    left: 0;
    padding: 8px 5px;
    /* background-color: red !important;  */
  }

  .strip-contact a i {
    color: #fff !important;
  }

  .strip-contact a span {
    font-size: 13px;
  }

  .strip-contact {
    gap: 10px;
  }

  .strip-contact a:first-child {
    border-right: 1px solid #ffffff93;
    padding-right: 10px;
  }

  .header-strip {
    display: none;
  }

  .footrer-med-strip-bx {
    height: 44px;
  }

  .sub-banner-text h2 {
    font-size: 21px;
  }

  .sub-banner-text {
    background-color: #0000003c;
    border-radius: 12px;
    left: 40px;
    padding: 20px;
    right: 40px;
    width: auto;
  }

  .pr-des-right h3 {
    font-size: 33px;
  }

  .pr-des-right p {
    font-size: 16px;
  }

  .det-desc {
    margin-top: 30px;
  }

  .det-right p {
    padding: 0 5%;
  }

  .det-left img {
    width: 170px;
  }

  .second-left-content h3 {
    margin-bottom: 30px;
  }

  .owl-second-bg img {
    height: 750px;
  }

  .stain-bx {
    margin-top: 20px;
  }

  .paint-imges {
    margin-bottom: 30px;
  }

  .paint-size-1 img {
    height: 150px;
  }

  .paint-size-2 img {
    height: 180px;
  }

  .paint-size-3 img {
    height: 210px;
  }

  .paint-size-4 img {
    height: 240px;
  }

  .pack-bg h3 {
    font-size: 23px;
  }

  .need-help h3 {
    font-size: 23px;
  }

  .stain-main h2 {
    font-size: 23px;
  }

  .basic-input div:nth-child(2) {
    margin-top: 20px;
  }

  .calc-result-bx {
    height: auto;
    padding: 20px;
    margin-top: 20px;
  }

  .calc-result-bx h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .cal-container {
    padding: 0 5%;
  }
}

@media (max-width: 767.5px) {
  header .nav-logo img {
    width: 75px;
  }

  .img-banner {
    padding-top: 130px;
  }

  .header-container {
    padding-top: 8px;
  }

  .toggle img {
    width: 25px;
  }

  .banner-video video {
    width: 90%;
  }

  .quicklinks h5 {
    font-size: 30px;
  }

  .quicklinks h5 span {
    display: inline;
  }

  .blog-item {
    width: 100%;
  }

  .accordion-content .title h3,
  .color-combo-main h3,
  .blogs-main h3,
  .quicklinks h5,
  .color-combo-mobile-main h3 {
    font-size: 23px;
  }

  .prg-count {
    font-size: 33px;
  }

  .about-main h5 {
    font-size: 21px;
    line-height: 1.2;
    font-family: var(--manreg);
  }

  .about-para p {
    font-family: var(--manreg);
    font-size: 17px;
    color: #000;
  }

  .work-content-one,
  .work-content-three {
    transform: translate(0%, 35%);
  }

  .works-head p {
    font-size: 19px;
  }

  .work-content h3 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .work-content p {
    font-size: 19px;
  }

  .work-content a {
    padding: 7px 23px;
    font-size: 15px;
    margin-top: 9px;
  }

  .od-7-1 {
    order: 1;
  }

  .od-7-2 {
    order: 2;
  }

  .border-img {
    width: 100% !important;
  }

  .work-content-one,
  .work-content-three,
  .work-content-two {
    transform: translate(0) !important;
    padding: 30px 0;
    text-align: left;
  }

  .work-content-three {
    padding-bottom: 0;
  }

  .works-main {
    padding-bottom: 0;
  }

  .works-head h2 {
    font-size: 31px;
    line-height: 38px;
  }

  .mousefollower {
    display: none;
  }

  .color-combo-main {
    height: 500px;
  }

  .banner-main {
    padding-bottom: 5%;
  }

  .recent-para {
    padding-top: 5px;
  }

  .pr-des-left img {
    float: none;
    padding-right: 0;
    margin: auto;
    display: block;
    width: 30%;
    margin-bottom: 40px;
  }

  .product-round {
    width: 250px;
    height: 250px;
  }

  .det-left img {
    width: 150px;
  }

  .second-left {
    left: 5%;
    width: 90%;
    padding: 20px;
    animation: none;
  }

  .second-left-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .cal-shadow {
    padding: 20px;
  }

  .cal-shadow .main-btn-cal {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .calc-result-bx h2 {
    font-size: 35px;
  }

  .calc-result-bx h3 {
    font-size: 20px;
  }

  .contact-xpbtn {
    padding: 14px 30px;
    border: none;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 17px;
  }

  .calc-result-bx h2 span {
    font-size: 15px;
  }
}

@media (max-width: 600.5px) {
  .strip-contact {
    gap: 10px;
  }

  .strip-contact a span {
    font-size: 12px;
  }

  .strip-contact a i {
    font-size: 12px;
  }

  .strip-media a {
    font-size: 13px;
    color: #ffffff;
  }

  .strip-contact a i {
    color: #fff;
  }

  .banner--mobimg {
    /* height: 700px; */
    object-fit: cover;
  }

  .header-container {
    padding-top: 10px;
  }

  .img-banner {
    padding-top: 100px;
  }

  .enq-btn a {
    padding: 8px 13px;
  }

  .follow-bx h4 {
    font-size: 10px;
  }

  .ft-media ul li a {
    font-size: 9px;
  }

  .copyright {
    display: block;
    margin-left: 0px;
  }

  .copyright span {
    font-size: 10px;
  }

  .quicklinks h5 {
    line-height: 1.4;
    font-size: 19px;
  }

  .quicklinks h3 {
    margin-bottom: 10px;
  }

  .follow-media {
    padding-top: 15px;
  }

  .sub-banner-text {
    width: 350px important;
  }

  .sub-banner-text h2 {
    font-size: 21px;
  }

  .pr-container {
    padding: 0 4%;
  }

  .pr-des-left img {
    width: auto;
  }
}

@media (max-width: 500.5px) {
  .sub-banner-text {
    width: 270px important;
  }

}

@media (max-width: 400.5px) {
  .header-container {
    padding-top: 10px;
  }

  .img-banner {
    padding-top: 80px;
  }

  /* .banner--mobimg {
    height: 600px;
  } */
  header .nav-logo img {
    width: 60px;
  }

  header.smaller .header-container {
    padding: 0px 20px;
  }

  .enq-btn a {
    padding: 7px 12px;
    font-size: 11px;
    top: -4px;
  }

  header.smaller .header-strip {
    margin-bottom: 22px;
  }

  .toggle img {
    width: 21px;
  }

  .banner-video video {
    width: 94%;
    height: 300px;
    object-fit: cover;
  }

  header.smaller .nav-logo img {
    width: 60px;
  }

  .owl-second-bg img {
    height: 820px;
  }
}