@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Licorice&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Licorice&display=swap');

@font-face {
  font-family: "Avenir LT Std 95 black";
  src: url("../fonts/Avenir_LT_Std_95_Black.otf");
}


html {
  scroll-behavior: smooth;
}
*,
body {
  outline: 0;
}
:root {
  --white-color: #fff;
  --heading-color: #1e1e1e;
  --paragraph-color: #999999;
  --primary-color: #006138;
  --secondary-color: #edd86b;
  --golden-color: #efe0a7;
  --heading-font-size: 56px;
  --subheading-font-size: 48px;
}





html {
  overflow: scroll;
  overflow-x: hidden !important;
}
::-webkit-scrollbar {
  width: 0;  /* Remove scrollbar space */
  background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background: #000;
}





*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-os-font-smoothing: grayscale;
  box-sizing: border-box;
  vertical-align: baseline;
}
body {
  /* font-family: "Jost", sans-serif; */
  font-family: "Avenir LT Std 95 black" !important;
  color: var(--heading-color);
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 14px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  /* font-size: 18px; */
  color: #1e1e1e;
  /* font-family: "Marcellus"; */
  font-family: "Avenir LT Std 95 black" !important;

}

ul {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
button:focus {
  outline: 0 !important;
}
.banner {
  background: url("../images/black-gold-marble-texture_new.webp");
  height: 650px;
  position: relative;
  background-size: cover;
  padding: 25px 0px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.banner-text {
  position: relative;
  padding: 16px 36px;
  margin-top: 10%;
  
}
.banner-text h1 {
  /* color: #F1E7B1 !important; */
  font-weight: 600;
  /* margin-bottom: 15px; */
  font-size: 4rem !important;
  /* font-family: 'Licorice', cursive !important;  */
  font-family: "Avenir LT Std 95 black" !important;




  padding: 1rem;
  text-align: center !important;
  /* font-family: "Avenir LT Std 95 black" !important; */
  background: linear-gradient(to right, #AB7500, #F0ED5E, #AB7500, #F0ED5E);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.header-logo img {
  height: 80px;
  width: auto;
  /* border-radius: 4px; */
}
.header-logo img:hover {
  height: 80px;
  width: auto;
  border-radius: 4px;
  /* border: 4px double #ffb500; */
  /* transition: 0.2s; */

}
.banner-text p {
  color: #fff;
  line-height: 25px;
}
.banner-text {
  margin-top: 35%;
  /* From https://css.glass */
/* background-color: rgba(0, 0, 0, 0.2); */
/* border-radius: 16px; */
/* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px); */
/* border: 1px solid #ffb500; */
/* border-radius: 3px 34px 3px 34px; */
}
.banner-form h3 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 22px;
}
.banner-form p {
  margin-bottom: 15px;
  color: #666;
}
.banner-form {
  margin-top: 35%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  position: relative;
  padding: 20px;
  border-radius: 8px;
}
.banner-form .form-group {
  margin-bottom: 20px;
}
.mt-0 {
  margin-top: 0px !important;
}
.btn-blue {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #ffb500;
  background-color: #000;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  border: 0;
  width: 250px;
  min-width: 200px;
  outline: 0;
  cursor: pointer;
  padding: 15px 15px 18px;

  transition: all ease 0.5s;
  display: inline-block;
  border-radius: 7px;
}

.btn-blue:hover {
  color: #000;
  background-color: #ffb500;
}
.banner-form .form-control:focus {
  color: #212529;
  background-color: rgb(255, 255, 255);
  border-color: #cea548;
  outline: 0;
  box-shadow: none;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-100 {
  padding-bottom: 95px;
}
.about {
  background: #eee;
}
.main-services-content p {
  font-size: 1rem;
  line-height: 30px;
  color: #1b1b1b;
}
.about-content h3 {
  color: #0c263c;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
}
.about-image img {
  height: 500px;
  width: auto;
}
.about-content h5 {
  color: #636b73;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.about-content p {
  color: #636b73;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.21px;
  font-weight: 400;
  margin-bottom: 50px;
}
.blue {
  color: #ffb500;
  font-family: MTCORSVA;
  font-size: 24px;
  border: 0;
  font-weight: 500;
}
.about-content {
  padding-top: 5%;
}
.main-category-img img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
}
.main-category-img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.category-content {
  padding: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
}
.category-content h4 {
  text-align: center;
}
.category {
  background: #f1f1f1;
}
.enquiry {
  text-align: center;
  padding-top: 10px;
}
.btn-enquire {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: var(--heading-color);
  background-color: var(--golden-color);
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 5px;
  outline: 0;
  cursor: pointer;
  padding: 10px 15px 10px 10px;

  transition: all ease 0.5s;
  display: inline-block;
}
.btn-enquire:hover {
  color: #fff;
  background-color: var(--heading-color);
  border: 1px solid #B88732;
}
.sec-heading {
  text-align: center;
}
.sec-heading h3 {
  color: #091d2f;
  font-size: 40px;

  font-weight: 500;
  margin-bottom: 10px;
}
.sec-heading p {
  font-weight: 400;
  color: #636b73;
  font-size: 15px;
  line-height: 25px;
  margin: 0 auto 60px;
}
.project-image img {
  max-width: 100%;
  border-radius: 8px;
}
.project-image {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background: #fff;
}
.project-content {
  padding: 15px;
  text-align: center;
}
.project-content span {
  color: #ff6f11;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.project-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
}
.header {
  padding: 10px 20px;
  background: #000;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  position: fixed;
  z-index: 999;
  width: 100%;

  top: 0;
}
.header-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 40px;
}
.project-image {
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.category-content p {
  line-height: 25px;
}
.client-logo img {
  max-width: 100%;
}
.press-image img {
  max-width: 100%;
}
.press-content {
  text-align: center;
}
.press-content p {
  line-height: 25px;
}
.press-image {
  margin-top: 20px;
  padding: 10px 20px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.press-image img {
  border-radius: 10px;
  height: 350px;
  width: 340px;
  padding: 0;
  transition: all ease 0.5s;
  max-width: 100%;
  cursor: zoom-in;
  margin-bottom: 10px;
}
.press-image h3 {
  font-size: 0.9rem;
  text-align: center;
}
.press-image img:hover {
  cursor: pointer;
}
.testimonial-box p {
  line-height: 25px;
  margin-bottom: 10px;
}
.testimonial-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background: #fff;
  padding: 20px 20px;
  border-radius: 8px;
}
.get-in-image img {
  max-width: 100%;
  width: 100%;
}
.footer {
  padding: 20px 20px;
  background: #000;
}
.footer p {
  color: #000;
  text-align: center;
}
.owl-prev {
  width: 30px !important;
  height: 30px !important;
  background: #ffb500 !important;
  top: 40%;
  position: absolute;

  margin-left: -20px;
  display: block !important;
  color: #fff !important;
  border: 0px solid black;
}

.owl-next {
  width: 30px !important;
  height: 30px !important;

  position: absolute;
  background: #ffb500 !important;
  top: 40%;

  color: #fff !important;
  right: -5px;
  display: block !important;
  border: 0px solid black;
}
.owl-prev i,
.owl-next i {
  transform: scale(1, 6);
  font-size: 2rem !important;
  display: block;
  color: #ccc;
}
.owl-prev,
.owl-next,
span {
  font-size: 1.2rem;
}
.close {
  text-align: right;
}
.modal-content.banner-form {
  margin-top: 0% !important;
}
.testimonial {
  background: #f1f1f1;
}
.ptb-120 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.thankyou-content {
  text-align: center;
}
.thankyou-content img {
  height: 180px;
}
.thankyou-content h2 {
  text-align: center;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  font-size: 45px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}
.thankyou-content p {
  line-height: 30px;
}
.thankyou-content img {
  margin-bottom: 20px;
  object-fit: contain;
}
.service-images img {
  max-width: 100%;
  border-radius: 5px;
  height: 300px;
  margin-top: 10%;
}
.main-services-content {
  display: flex;
  align-items: center;
  margin-top: 7%;
}
.main-services-content h2 {
  margin-bottom: 20px;
  font-weight: 600;
}
.main-services-content li {
  line-height: 25px;
  margin-bottom: 10px;

  position: relative;
}
.main-services-content li i {
  color: #e69472;
  margin-right: 10px;
}

.main-services-content li:before {
  background-color: var(--primary-color);
  border-radius: 50px 50px 50px 50px;
  content: "";
  height: 10px;
  margin: 7px 0 0 -16px;
  position: absolute;
  width: 10px;
}
.main-services-content {
  margin-left: 40px;
}
.services-btn-m-40 {
  margin: 10px 0px 15px 40px;
}
.why-choose-content-section {
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
  padding: 20px;
}
.section-content {
  font-weight: 400;
  color: #636b73;
  font-size: 15px;
  line-height: 25px;
  margin: 0 auto 60px;
}
.section-title {
  /* text-align: center; */
  padding: 5px 0px;
}
.section-title h4 {
  color: var(--secondary-color) !important;
}
.counter {
  /* padding-top: 30px; */
  padding: 30px 0px;
  display: flex;
  justify-content: space-around;
}
.stats-card {
  padding: 20px;
  background: var(--golden-color);

  /* box-shadow: 0 10px 50px rgba(178, 89, 89, 0.25); */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 20px;
  text-align: center;
}
.stats-number h2 {
  font-size: 40px;
}
.stats-text p {
  font-size: 18px;
}
.stats-content p {
  font-weight: 400;
  color: #636b73;
  font-size: 15px;
  line-height: 25px;
  margin: 0 auto 60px;
}
.main-services-heading-text p {
  text-align: center;
  padding: 30px 0px;
}
.top-services-bg-img{
  background-image: url("../images/arte-bg.PNG");
}
.top-services-content p {
  font-weight: 400;
  /* color: #636b73; */
  font-size: 20px;
  line-height: 25px;
  margin: 0 auto 25px;
  /* color: #fff !important; */

  /* font-family: "Avenir LT Std 95 black" !important; */
  background: linear-gradient(to right, #AB7500, #F0ED5E, #AB7500, #F0ED5E);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;

}
.top-services-content-footer p {
  font-weight: 400;
  /* color: #636b73; */
  font-size: 22px;
  line-height: 25px;
  margin: 0 auto 25px;
  color: #505050 !important;

  /* font-family: "Avenir LT Std 95 black" !important;
  background: linear-gradient(to right, #AB7500, #F0ED5E, #AB7500, #F0ED5E);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; */

}
.top-services-content li::before {
  background-color: #e69472;
  border-radius: 50px 50px 50px 50px;
  content: "";
  height: 10px;
  margin: 7px 0 0 -16px;
  position: absolute;
  width: 10px;
}
.mt-25-6 {
  margin: 25px 0px 4px 0px;
}
.mt-20-0 {
  margin: 20px 0px;
}

.top-services-title h2 {
  margin-bottom: 20px;
 color: #fff !important;

}
.top-services-content li {
  line-height: 25px;
  margin-bottom: 10px;
  position: relative;
}
.main-services-heading-text {
  padding: 25px 0px;
}
.top-services-card {
  /* box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  padding: 25px;
  text-align: center;
  /* border: 1px double #ffb500; */
  /* background-color: #000; */
  background-color: #000;
   /* background-image: url("../images/1473.jpg"); */
   /* opacity: 80%;
   backdrop-filter: blur(4px);
   -webkit-backdrop-filter: blur(5px); */
/* border: 1px solid rgba(255, 255, 255, 0.3); */

/* From https://css.glass */
/* background: rgba(255, 255, 255, 0.2); */
/* border-radius: 16px; */
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
/* border: 1px solid rgba(255, 255, 255, 0.3); */
}
.bg-FDF5F2 {
  background-color: #fdf5f2;
}
.bg-D9E6EE {
  background-color: #d9e6ee;
}
.reverse-direction {
  flex-direction: row;
  margin-bottom: 5%;
}
.mt-5px {
  margin-top: 5px !important;
}
.mt-100 {
  margin-top: 100px;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.contact-number h2{
  padding: 1rem;
  text-align: center !important;
  font-family: "Avenir LT Std 95 black" !important;

  background: linear-gradient(to right, #AB7500, 
  #F0ED5E, #AB7500, 
  #F0ED5E); 
-webkit-text-fill-color: transparent; 
-webkit-background-clip: text; 

}

.social-link i{
  font-size: 1.8rem;
  background: linear-gradient(to right, #AB7500, 
  #F0ED5E, #AB7500, 
  #F0ED5E); 
-webkit-text-fill-color: transparent; 
-webkit-background-clip: text; 
padding: 2px 0;
}


.contact-number a{
  text-decoration: none;
  background-color: transparent;
background: rgba(255, 255, 255, 0.07);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(12.9px);
-webkit-backdrop-filter: blur(12.9px);
}
.text-center{
  text-align: center;
  margin: 0 auto;
}
.ptb-7{
  padding: 7px 0px;
}
.copyright p{
  color: #fff;
}

.box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 10%;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1)
}

img {
  width: 100%;
  height: 100%;
}

.box:before {
  content: '';
  position: absolute;
  top: 0;
  left: -300px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-30deg);
  transition: 0.3s;
} 

.box:hover:before {
  left: 250px;
  background: rgba(255, 255, 255, 0.2);
}

.featured-product-img img{
  border-radius: 50%;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */

}
.featured-product-img img:hover{
  border-radius: 50%;
  /* border: 2px solid  #ffb500; */
  /* transition: 0.3s; */
  /* backface-visibility: hidden; */
  /* transform: scale(1.15, 1.15); */
  /* opacity: 1; */
  transform: translateY(-5%);
  cursor: pointer;
  transition-duration: 1s;
}





.featured-product-name p{
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px;
  line-height: 0.8rem;
}

/* banner-text-animation-starts */
.line {
  width: 100%;
  height: auto;
  overflow: hidden;
  /* border: 1px solid black; */
  padding: 0;
  margin-bottom: 16px;
  text-align: center;
}
.lineUp {
  animation: 2s anim-lineUp ease-out infinite;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
/* banner-text-animation-ends */

.header-modal-btn{
  float: right;
  margin-top: -52px;
}
/* .top-services-title h2{
color: #ffb500 !important;
} */
.footer-contact-no{
 margin: 7px 0;

}
.footer-contact-no a{
  font-size: 1.6rem;
  background: linear-gradient(to right, #AB7500, #F0ED5E, #AB7500, #F0ED5E);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;

}


