:root {
   --color-red-500: oklch(63.7% .237 25.331);
    --color-red-700: oklch(50.5% .213 27.518);
    --color-green-100: oklch(96.2% .044 156.743);
    --color-green-400: oklch(79.2% .209 151.711);
    --color-green-700: oklch(52.7% .154 150.069);
    --color-gray-100: oklch(96.7% .003 264.542);
    --color-gray-200: oklch(92.8% .006 264.531);
    --color-gray-300: oklch(87.2% .01 258.338);
    --color-gray-400: oklch(70.7% .022 261.325);
    --color-gray-700: oklch(37.3% .034 259.733);
    --color-gray-800: oklch(27.8% .033 256.848);
    --color-black: var(--color-black);
    --color-white: #fff;
--spacing: .25rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --ease-in-out: cubic-bezier(.4,0,.2,1);
    --animate-bounce: bounce 1s infinite;
    --blur-sm: 8px;
    --blur-md: 12px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4,0,.2,1);
    --default-font-family: var(--font-geist-sans);
     --default-mono-font-family: var(--font-geist-mono);
    --color-primary: var(--color-primary);
    --color-secondary: var(--color-secondary);
    --color-accent: var(--color-accent);
    --color-accent-light: var(--color-accent-light);
}

.queue{
  padding: 10px;
  background-color: var(--color-red-500);
  color: white;
}
.marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: 30s linear infinite marquee;
}
@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-30%);
    }
}

.marquee.micro-site {
    width: 100vw;
    max-width: 100%;
    height: 32px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
}
.queue p{
  line-height: 10px;
    margin-bottom: 0px;
}
@media (min-width: 1300px) {
  .container{max-width: 1240px;}
}
@media (min-width: 1900px) {
  .container{max-width: 1800px;}
  .title .brush-mark{width:150px;}
}

@media (min-height: 1024px) {
}
/* Designed & Developed by Sami from ECIS */

@media (min-height: 1280px) {
}

@media (max-width: 991.9px) {
  html {
    font-size: 87.5%;
  }
  .logo {width: 133px;}
}
@media (min-width: 768px) {
  .section-one-overlay {
    width: 40%;
    height: auto;
    color: white;
    background-color: #000000;
    opacity: 0.9!important;
    }
    .section-one-overlay .readmore .button{
      background-color: #121111;
    }
  .flooromage{
    object-fit:fill;
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
  }
  .m-banner{
    display: none!important;
  }
  .d-banner{
    display: block;
  }
  .bannerText {
    position: absolute;
     bottom: 10rem;
     left: .5rem;
     max-width: 400px;
     width: 98%;
     z-index: 9;
     background: #00000082;
     padding: 30px 20px;
     border-radius: 10px;
     color: #fff;
     font-weight: bold;
     text-transform: uppercase;
   }
.charSlide .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
  -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, #0006);
}
  .fixed .logo2{
          filter: invert(0);
  }
  .logo1{
              margin: 37px 5px;
        width: 173px;
        /* height: 50px; */

  }
  .logo2{
                 width: 90px;
        height: auto;
        margin:44px 5px;
                filter: invert(0);
  }
  .logo3{
    width: 60px;
    height: auto;
    margin: 20px 5px;
  }
}
@media (max-width: 767.9px) {
  .section-one-overlay {
    width: 100%;
    height: auto;
    color: white;
    background-color: #000000;
    opacity: 0.9!important;
    }
    .section-one-overlay .readmore .button{
      background-color: #121111;
    }
  .flooromage{
    object-fit: cover;
    width: 100%;
            height: 200px;
    margin-bottom: 10px;
  }
  table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .m-banner{
    display: block;
  }
  .d-banner{
    display: none;
  }
  .pt-50 {
    padding-top: 15px!important;
}
.pb-50 {
    padding-bottom: 15px!important;
}
  .inner .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.inner .col-sm-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.fptypes{
  width: 100%;
}
.fpContainer .fbBox .img-fluid {
  border: 0px solid rgb(0 0 0 / 10%);
}
.fpContainer .fbBox img {
  filter: blur(3px);
  width: 50%;
  display: block;
  margin: 0 auto;
}
  .bannerText {
    position: absolute;
    bottom: 92px;
    left: 0px;
    width: 100%;
    z-index: 9;
    background: #0000008f;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.header{
  max-height: 65px;
}
  .logo1{
              width: 120px;
        padding: 22px 0px;
        margin: 20px 0px;
        
  }
  .fixed .logo2{
            filter: invert(0);
  }
  .logo2{
           width: 68px;
        margin: 46px 3px;
           filter: invert(0);
  }
  .logo3{
    width: 35px;
    margin: 30px 0px;
  }
  .button-top {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 575.9px) {
	.nn{display:none;}
	.bannerText h1{
  font-size: 21px;
  text-transform: uppercase;
}
.heading h3 {
  font-weight: 500;
  font-size: 4vw;
}

	
  .banner{height: 410px;}
  .heading h2{font-size: 2rem;}
  .stickyForm {
    position: static;
    width: calc(100% - (10px + .5rem) * 2);
    margin: 1rem auto 0;
  }
  .modal-content button.close{right: 10px; top: -20px; box-shadow: 0 0 0 2px var(--body-color);}
  .button-top {
    bottom: 50px;
  }
}

@media (max-width: 480px) {
}

@media (max-width: 425px) {
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}

.whatsapp-pop {
  position: fixed;
  top: 87%;
  left: 30px;
  z-index: 9;
}
.whatsapp-pop a {
  border-radius: 50%;
  text-align: center;
  padding: 6px 10px;
  background-color: #2db742;
  transition: 0.5s all;
  display: inline-block;
}
.whatsapp-pop a img {
  max-width: 46px;
  margin-bottom: 5px;
}
.whatsapp-mini-text-img span {
  background-color: #ECC37E;
    top: 20%;
      left: 73px;
    width: 162px;
    position: absolute;
  color: black;
  padding: 15px;
  font-size: 12px;
  border-radius: 5px;
  z-index: 8;
}
.banner img{
  height: 100vh;
   width: 100%;
  position: relative;
  background: var(--primary-color);
  z-index: 1;
  object-fit: cover;
    animation: zoom-out 10s linear infinite;
    transform: scale(1.2);
}

@keyframes zoom-out {
100%{transform:unset}
}

.gradient,
.gradient:hover {
    text-shadow: 0 3px 6px #ed1c29;
    background-color: rgb(0, 0, 0);
    background: linear-gradient(-90deg, #ed1c29 0%, rgb(214, 118, 69) 14.67%, rgb(207, 112, 65) 21%, #ed1c29 43%, rgb(188, 102, 54) 56%, rgb(158, 83, 38) 74%, #ed1c29 89%, rgb(134, 68, 24) 100%);
  
    /* background: linear-gradient(-45deg, #ed1c29, rgb(0, 0, 0), #ed1c29, rgb(0, 0, 0)); */
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3sease infinite, rocking 3sease infinite;
    border: white;
}
.effectScale {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.effectScale:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
@keyframes rocking {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(2deg);
    }
    75% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0);
    }
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
@keyframes Gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
.config-wrap1 {
    text-align: center;
    border-top: 5px solid rgb(214, 118, 69);
    background: linear-gradient(to right, #e3daca, #fff);
    border-right: .5px solid #f0eeee8e;
    /* border-right: 5px solid #ffffff; */
    padding: 20px 0px;
    height: 270px;
    border-radius: 60px;
    margin-bottom: 20px;
    transition: easeall 0.5s;
    position: relative;
    margin-bottom: 40px;
}
.config-wrap1 h3{
    background: -webkit-linear-gradient(#ed1c29, #df4747);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    line-height: 27px;
}
.config-wrap1 h3 span{
   font-size: 20px;
   color: #4b4a4a;
}
.config-wrap1 p{
  line-height: 28px;
color: black;
margin-top: 5px;
margin-bottom: 5px;
}
.config-wrap1 p span{
  font-size: 28px!important;
  font-weight: 500;
}
.config-wrap1 .detail{
color: #ed1c29;
font-size: 22px;
display: block;
}
.config-wrap1 a:hover{
color: white;
}
.mobEqNow{
position: absolute;
top: 101%; /* Moves button to the middle vertically */
  left: 50%; /* Moves button to the middle horizontally */
  transform: translate(-50%, -50%);
  width: 200px;
     display: table;
    font-size: 15px;
    padding: 12px 10px;
    border-radius: 15px 0;
    color: #fff;
    background-color: #0a0402;
    border: 1px solid #fff;
    text-align: center;
    transition: allease-in-out 0.3s;
    cursor: pointer;
}
.config-wrap .pricing_btn, .config-wrap1 .pricing_btn {
    background: rgb(214, 118, 69);
    border: 2px solid #fff;
    font-size: 17px;
    padding: 30px;
    color: #000;
    /* width: 72%; */
    padding: 7px 16px;
    border-radius: 20px;
    margin: 5px 0px;
    font-weight: 600;
    outline: none;
}
.config-line {
    height: 3px;
    background: rgb(196, 76, 16);
    width: 50px;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.priceboxesdiv .absolute{
  opacity: 0;
      --tw-duration: .3s;
    transition-duration: .3s;
}
.priceboxesdiv:hover .absolute{
  opacity: 1;
}
.blur:hover 
{
  opacity: .8;
}
.relative{
  position: relative;
      --tw-duration: .3s;
    transition-duration: .3s;
}
.absolute{
  position: absolute;
}
.gap-1 {
    gap: calc(var(--spacing)* 1);
}
.text-white {
    color: white;
}
.justify-center {
    justify-content: center;
}
.fl-det{
  padding: 10px;
  background-color: #000;
  color: white;
}