

@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: 31px 5px;
        width: 80px;

  }
  .logo2{
               width: 114px;
        height: auto;
        margin: 48px 5px;
  }
  .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;
  }
  .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: 0px;
    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: 60px;
        padding: 10px 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 #797979e0;
    background-color: rgb(0, 0, 0);
    background: linear-gradient(-45deg, #797979e0, rgb(0, 0, 0), #797979e0, 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 #7a7171;
    background: linear-gradient(to right, #e3daca, #fff);
    border-right: .5px solid #b4b4b496;
    /* 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(#000000, #706f6c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}
.config-wrap1 p{
  line-height: 30px;
color: black;
margin-top: 10px;
margin-bottom: 10px;
}
.config-wrap1 p span{
  font-size: 20px;
}
.config-wrap1 .detail{
color: #7a7171;
font-size: 27px;
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: #d5d5d5;
    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: #7a7171;
    width: 50px;
    margin: 0px auto;
    margin-top: 12px;
    margin-bottom: 12px;
}