@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --mmai-lilita: "Raleway", sans-serif;
  --mmai-parafont: "Raleway", sans-serif;
  --mmai-headcolor: #010606;
  --mmai-paracolor: #757575;
  --mmai-lightbg: #f8f4f1;
  --mmai-white: #ffffff;
  --mmai-tan: #906e50;
  --mmai-lightshadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  --mmai-darkshadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  --mmai-fullradius: 60px;
  --mmai-normalradius: 8px;
  --mmai-tranistion: all 300ms ease-in-out;
}
@font-face {
  font-family: "chicavenue";
  src: url("../font/Mollie\ Glaston.ttf");
}
:hover {
  cursor: pointer;
}
body,
html {
  overflow-x: hidden;
  font-family: var(--mmai-parafont);
}
p {
  font-family: var(--mmai-parafont);
  color: var(--mmai-paracolor);
  font-size: 15px;
  margin: 0;
}
h1,
h2,
h3 {
  font-family: "chicavenue";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--mmai-headcolor);
  margin-bottom: 0;
  font-family: "chicavenue";
}
a {
  text-decoration: none;
  font-family: var(--mmai-paracolor);
  color: var(--mmai-paracolor);
}
img {
  max-width: 100%;
  object-fit: cover;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}
.section {
  padding: 60px 20px;
}
.pt {
  padding-top: 60px;
}
.pb {
  padding-bottom: 60px;
}
.ptb {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.relative {
  position: relative;
}
.centerdiv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.enddiv {
  display: flex;
  align-items: center;
  justify-content: end;
}
textarea {
  resize: none;
  height: 120px;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--mmai-darkblue);
}
button {
  outline: none;
  border: none;
}
.arrow-button {
  background: var(--mmai-tan);
  padding: 10px 10px 10px 15px;
  color: var(--mmai-white);
  border-radius: 8px;
  height: 50px;
  min-width: 160px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.arrow-button:hover {
  color: var(--mmai-white);
}
.arrow-button span {
  margin-right: 10px;
}
.arrow-button i {
  font-size: 22px;
  background: var(--mmai-white);
  height: 35px;
  width: 35px;
  border-radius: 8px;
  color: var(--mmai-tan);
  text-align: center;
  line-height: 35px;
}
.text-center {
  text-align: center;
  color: var(--mmai-headcolor);
  margin-bottom: 30px;
}
.text-center-span {
  color: var(--mmai-tan);
}
.white-text {
  text-align: center;
  color: var(--mmai-white);
  margin-bottom: 30px;
}
.white-text span {
  color: var(--mmai-tan);
}

.tophead {
  background: url("../img/modulardoors.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

footer {
  background-image: url("../img/footerbg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  z-index: 5;
}
.footer-logo img {
  max-width: 170px;
}
.footer-para p {
  color: var(--mmai-white);
}
.footer-links ul li a {
  position: relative;
  color: var(--mmai-white);
  display: block;
  padding: 0 0 8px 25px;
  transition: var(--mmai-tranistion);
}
.footer-links ul li a:hover {
  color: var(--mmai-tan);
}
.footer-links ul li a::after {
  content: "\2b";
  position: absolute;
  top: 3px;
  left: 0;
  color: var(--mmai-white);
  font-size: 12px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
.footer-head h5 {
  color: var(--mmai-white);
}
.hidden {
  visibility: hidden;
  opacity: 0;
}
.footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0.93;
  z-index: -1;
}
.footer-item {
  display: flex;
  align-items: start;
  gap: 20px;
  margin: 20px 0;
}
.footer-detail-icon i {
  color: var(--mmai-tan);
}
.footer-detail-head h6 {
  color: var(--mmai-white);
}
.copyright-design {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-social-links a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: var(--mmai-white);
  border: 1px solid var(--mmai-white);
  display: inline-block;
  margin-right: 20px;
  transition: var(--mmai-tranistion);
  font-size: 14px;
}
.footer-social-links a:hover {
  color: var(--mmai-tan);
  border: 1px solid var(--mmai-tan);
}

.spandesign {
  color: var(--mmai-tan);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}
.text-50 {
  font-size: 50px;
}
.text-50-span {
  color: var(--mmai-tan);
}
.about-right img {
  border-radius: 120px 0;
  box-shadow: var(--mmai-lightshadow);
  border: 5px solid var(--mmai-tan);
}
.about-left1 img {
  border-radius: 80px 0 0 0;
  box-shadow: var(--mmai-darkshadow);
  border: 5px solid var(--mmai-tan);
}
.about-left2 img {
  border-radius: 0 80px 0 0;
  box-shadow: var(--mmai-darkshadow);
  border: 5px solid var(--mmai-tan);
}
.about-number-box h3 {
  color: var(--mmai-tan);
}

.product-card {
  position: relative;
  overflow: hidden;
}
.product-card:hover .product-overlay {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s height linear;
}
.product-desc h3 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: var(--mmai-white);
  visibility: hidden;
  opacity: 0;
}
.product-card:hover .product-desc h3 {
  visibility: visible;
  opacity: 1;
  transition: 1s opacity linear;
}

.mission-card {
  height: 100%;
  border: 1px solid var(--mmai-tan);
  padding: 30px;
}
.blackbg {
  background: var(--mmai-tan);
}
.blackbg .mission-icon img {
  filter: invert(1);
}
.blackbg .mission-head h3 {
  color: var(--mmai-white);
}
.blackbg .mission-para p {
  color: rgba(255, 255, 255, 0.9);
}
.mission-icon img {
  max-width: 80px;
}

.breadcrumb-section {
  background: var(--mmai-headcolor);
  padding: 200px 0 150px 0;
  position: relative;
  z-index: 5;
}
.breadcrumb-section::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.breadcrumb-page-name h1 {
  color: var(--mmai-white);
  font-size: 50px;
  z-index: 5;
  position: relative;
}

.breadcrumb-para p {
  color: var(--mmai-white);
  font-size: 20px;
  z-index: 5;
  position: relative;
}
.breadcrumb-ul ul {
  display: flex;
  gap: 10px;
  z-index: 5;
  position: relative;
}
.breadcrumb-ul ul li.active {
  color: var(--mmai-tan);
}
.breadcrumb-ul ul li {
  color: var(--mmai-white);
}
.breadcrumb-ul ul li a {
  color: #e9e9e9;
}

.kitchen-masonary-gallery {
  width: 100%;
  margin: 20px auto;
  columns: 4;
  column-gap: 10px;
}
.kitchen-masonary-gallery .kitchen-gallery {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  background-color: #fff;
  break-inside: avoid;
}
.kitchen-masonary-gallery .kitchen-gallery img {
  max-width: 100%;
}

.contact-details-box {
  display: flex;
  align-items: start;
  gap: 30px;
  padding: 20px;
  background: #f8f4f1;
  height: 100%;
  border: 1px solid var(--mmai-tan);
}
.contact-detail-icon i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--mmai-tan);
  text-align: center;
  color: var(--mmai-white);
  font-size: 30px;
}
.contact-social-links a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: var(--mmai-tan);
  display: inline-block;
  color: var(--mmai-white);
  font-size: 30px;
  margin-right: 10px;
}
.contact-form {
  background: var(--mmai-white);
  box-shadow: var(--mmai-darkshadow);
  padding: 20px;
}

.home-banner {
  position: relative;
}
.banner-content-design::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(
    88deg,
    black,
    black,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.2196078431),
    rgba(255, 255, 255, 0)
  );
  pointer-events: none;
}
.banner-content-design {
  padding: 250px 0;
  position: relative;
  z-index: 11;
}
.banner-content-design::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -4;
}
.banner1 {
  background: url("../img/banner1.jpg");
  background-size: cover;
  background-position: center;
}
.banner2 {
  background: url("../img/banner2.jpg");
  background-size: cover;
  background-position: center;
}
.banner3 {
  background: url("../img/banner3.jpg");
  background-size: cover;
  background-position: center;
}
.banner-content h2 {
  color: var(--mmai-white);
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 50px;
}
.banner-content h2 span {
  color: var(--mmai-white);
}
.banner-content p {
  color: var(--mmai-white);
  font-size: 20px;
}

.why-choose-us {
  background: var(--mmai-lightbg);
}
.why-choose-content {
  padding: 30px 30px 0 30px;
}
.why-choose-box {
  display: flex;
  align-items: start;
  gap: 30px;
  margin-top: 20px;
}
.why-choose-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  text-align: center;
  background: var(--mmai-tan);
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-icon img {
  width: 50px;
  filter: invert(1);
}

.service-ul {
  display: grid;
}
.service-item-icon img {
  max-width: 80px;
}
.service-item-box {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.bb {
  border-bottom: 1px solid var(--mmai-tan);
}
.br {
  border-right: 1px solid var(--mmai-tan);
}
.service-item-para h3 {
  text-align: center;
  color: var(--mmai-tan);
}
.service-item-para p {
  text-align: center;
}

.testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: url("../img/testimonialbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}
.testimonial::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.testimonial-card {
  background: var(--mmai-white);
  box-shadow: var(--mmai-darkshadow);
  padding: 30px;
  border: 1px solid var(--mmai-tan);
  margin: 20px 5px;
  height: 100%;
}
.testimonial-quote i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--mmai-white);
  background: var(--mmai-tan);
  position: absolute;
  top: -20px;
  left: 30px;
  font-size: 30px;
}
.testimonial-star i {
  color: #ffba03;
}
.testimonial-slider .slick-next,
.testimonial-slider .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 35px;
  height: 35px;
  background-color: var(--mmai-tan);
  color: var(--mmai-white);
  text-align: center;
  line-height: 35px;
}
.testimonial-slider .slick-next {
  right: 0;
}
.testimonial-slider .slick-prev {
  left: 0;
}

@keyframes blink {
  0%,
  49% {
    color: var(--mmai-white);
  }
  100%,
  50% {
    color: var(--mmai-tan);
  }
}
#quickenquiry {
  animation: blink 1s infinite;
}
#quickenquiryform {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--mmai-headcolor);
  z-index: 9999;
  padding: 100px 0;
  visibility: hidden;
  opacity: 0;
}
#quickenquiryform.showform {
  visibility: visible;
  opacity: 1;
}
.quickenquiryhead h2 {
  color: var(--mmai-white);
  text-align: center;
}
.quickenquiryhead p {
  color: var(--mmai-white);
  text-align: center;
  font-size: 18px;
}
#quicksubmit {
  background: none;
  color: var(--mmai-white);
  font-size: 20px;
}
.quickenquiryform-details input,
.quickenquiryform-details select,
.quickenquiryform-details textarea {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--mmai-white);
}
.quickenquiryform-details input:focus,
.quickenquiryform-details select:focus,
.quickenquiryform-details textarea:focus {
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--mmai-white);
}
.quickenquiryform-details input::placeholder,
.quickenquiryform-details textarea::placeholder {
  color: var(--mmai-white);
  font-size: 18px;
}
#quickclosebtn {
  position: absolute;
  top: 30px;
  right: 30px;
  color: var(--mmai-white);
  font-size: 25px;
}

.project-box {
  position: relative;
}
.project-grid-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: minmax(200px, 1fr);
  grid-auto-flow: dense;
  column-gap: 10px;
  row-gap: 10px;
}
.project-grid1 {
  grid-column: span 2;
  grid-row: span 2;
}
.project-grid4 {
  grid-row: span 2;
}
.project-name {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 20px;
  z-index: 10;
  color: var(--mmai-white);
}
.project-name h6 {
  color: var(--mmai-white);
  text-transform: capitalize;
}
.project-box .slick-prev,
.project-box .slick-next,
.product-slider .slick-prev,
.product-slider .slick-next,
.home-banner .slick-next,
.home-banner .slick-prev {
  display: none !important;
}

#download-bro{
  position: fixed;
  right: -160px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  transition: var(--mmai-tranistion);
}
#download-bro:hover{
  right: 0;
}
.download-icon{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--mmai-tan);
  color: var(--mmai-white);
  display: inline-block;
  text-align: center;
  line-height: 50px;
}
.download-text{
  background: var(--mmai-tan);
  color: var(--mmai-white);
  padding: 12px 10px 12px 20px;
  z-index: -1;
  margin-left: -20px;
  position: relative;
}

.manufacturing-info-box{
  margin: 20px 0;
  display: flex;
  align-items: start;
  gap: 30px;
}
.manufacturing-icon img{
  max-width: 50px;
}
.manufacturing-image,
.manufacturing-image img{
  
}

@media (max-width: 991px) {
  .footer-head {
    margin-top: 30px;
  }
  .copyright-design {
    flex-wrap: wrap;
  }
  .text-50 {
    font-size: 30px;
  }
  .contact-details-content {
    margin-bottom: 40px;
  }
  .contact-detail-info {
    overflow-wrap: anywhere;
  }
  .contact-form,
  .about-right {
    margin-top: 20px;
  }
  .about-left1,
  .about-left2 {
    display: none;
  }
  .br {
    border-right: none !important;
  }
  .bb {
    border-bottom: none !important;
  }
  .kitchen-masonary-gallery {
    columns: 2;
  }
}

@media (max-width: 650px) {
  .hidden {
    visibility: visible;
    opacity: 1;
    display: none;
  }
  .contact-social-links a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-right: 10px;
  }
  .contact-detail-icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--mmai-tan);
    text-align: center;
    color: var(--mmai-white);
    font-size: 18px;
  }
  .breadcrumb-page-name h1 {
    font-size: 30px;
  }
  .breadcrumbbg {
    padding-bottom: 20px;
  }
  .breadcrumb-section {
    padding: 60px 0 70px 0;
  }
  .why-choose-box {
    flex-wrap: wrap;
    gap: 15px;
  }
  .why-choose-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .why-choose-icon img {
    width: 40px;
  }
  .why-choose-content {
    padding: 30px;
  }
  .banner-content-design {
    padding: 100px 0 70px 0;
  }
  .banner-content h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .kitchen-masonary-gallery {
    columns: 1;
  }
}
