@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root{
    --cr-color-one:#000;
    --cr-color-two:#fff;
    --cr-color-three:#324598;
    --cr-color-four:#335663;
    --cr-color-five:#5b5b5b;  
}
body p,span{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 23px;
  line-height: 1.45;
}
a{
    text-decoration: none;
    font-family: "Lato", sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Lato", sans-serif;
}
/*navbar start*/
.nav-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    /* background: #fff; */
}
.nav-logo{
  width:200px;
}
.nav-menu .navbar {
    padding: 15px 45px;
    background: #ffffff00; 
}
.nav-item{
    padding: 0px 8px;
}
.nav-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: var(--cr-color-one);
}
.nav-link:hover{
    color: var(--cr-color-three)!important;
    
}
.dropdown-menu{
    background: #ffffffc4;
    border-radius: 1px;
}
.dropdown-item{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}
.dropdown-item:hover{
    color: var(--cr-color-three);
    background: transparent
}
.menu-bar{
    height: 25px;
    width: 25px;
    margin-left: 20px;
}
.menu-bar:hover .menu-bar{
    content: url('../img/icon/menu-green.png')!important;
}
.dropdown-menu{
  background-color: var(--cr-color-one);
}
.dropdown-item{
  color: var(--cr-color-two);
}
.dropdown-item:hover{
  color: var(--cr-color-two);
  margin-left:5px;
}

/*navbar end*/

/*form start*/
.banner-caraosal{
  position: relative;
}
.main-form{
  background-color: #0006;
  padding: 20px;
  position: absolute;
  width: 30%;
  right: 10%;
  top: 15%;
  z-index: 9;
}
.enquiry-btn{
  background-color: #fff;
  color: #000;
  border: 0px;
  border-radius: 0px;
}
.enquiry-btn:hover{
  background-color: #fff;
  color: #000;
  border: 0px;
  border-radius: 0px;
}
.btn {
  font-weight: 700;
  background: #fff;
  border-radius: 0px;
}


.form-btn2{
  rotate: 90deg;
  display: flex;
  position: fixed;
  right: -42px;
  top: 272px;
  z-index: 1;
  background-color: var(--gl-color1);
  border: 1px solid var(--gl-color1);
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
  border-radius: 1px;
  font-weight: 600;
}

.banner-caraosal{
  position: relative;
}
.banner-caraosal::before{
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 z-index: 1;
 background: linear-gradient(180deg, #ffffff 0%, transparent 50%);
 opacity: 0.7;
}

.footer-form{
  background-color: #000;
  padding: 20px;
}

/*form end*/

  /*sticky-header start*/
  .sticky-header.fixed-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 99;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    background-color: var(--cr-color-two);
    animation: slideDown 0.70s ease-out;
    margin-top: 0px;
  } 
  @keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
  
    to {
        transform: translateY(0);
    }
  }

  .fixed-header #menu-bar .menu-bar {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 13px;
    left: -239px;
    cursor: pointer;
    margin: 10px;
    display: block;
}
.fixed-header #sidebar.active .menu-bar{
  display: none;
}
.fixed-header #sidebar{
  height: 100%; 
}

.sticky-header.fixed-header #top-header {
    margin-top: 0px !important;
}
    /*sticky-header end*/
    /*about start*/
    .about-part{
      padding-top: 60px;
    }
    .heading-1 h2{
    font-weight: 600;
    letter-spacing: -3.6px;
    font-size: 80px;
    }

    .hero-text p{
      font-size: 17px;
      font-weight: 400;
      line-height: 30px;
      margin-bottom: 0px;
  }
  .btn-1{
    background-color: var(--cr-color-one);
    padding: 15px 30px;
    color: var(--cr-color-two);
    margin: 10px 0px;
    font-weight: 600;
  }
  .svg{
    display: flex;
    align-items: center;
    padding: 45px 0px;
  }
    /*about end*/
    /*versatile start*/
    .versatile-tile-section{
      padding: 45px 0px;
      background-color: #f5f6fa;
    }
    .sec-title {
      font-size: 35px;
      line-height: 1.2;
      font-weight: 600;
  }
  .sec-title span {
    font-size: 35px;
    font-weight: 300;
}
.main-img{
  width: 90%;
}

.main-img img {
  width: 100%;
  transition: all .8s ease-in-out;
}

.main-img img:hover {
  transform: scale(1.09);
}
.txt-1{
  margin: 15px 0px;
  text-align: center;
}
.txt-1 h4{
  font-weight: 600;
  
}
.ceramic-inspired-img img{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/*versatile end*/
/*craftsmanship start*/
.craftsmanship{
  padding: 45px 0px;
}
.craft-icn{
  height: 80px;
  width: 80px;
}
.craftsmanship-card{
  border: 0px;
  padding: 20px;
}
.craftsmanship-card-1{
  padding: 20px;
  border-radius: 0px;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 0px;
  border-top: 0px;
}
.craftsmanship-title{
  font-size: 35px;
  font-weight: 600;
}
.craftsmanship-title2{
  font-size: 25px;
  font-weight: 600;
}
.custom_hr_gradnt {
  background: linear-gradient(90deg, transparent, #0a0c00, transparent);
  height: 2px;
  opacity: 1;
  margin: 45px 0px;
}
hr:not([size]) {
  height: 1px;
}
.craftsmanship-card-body{
  padding: 10px 0px;
}
/*craftsmanship end*/
/*quality-inovation start*/
.quality-section{
  padding: 45px 0px;
}
.quality-icn{
  height: 50px;
  width: 50px;
}
.quality-card{
  padding: 15px;
  margin: 10px 0px;
  border-radius: 0px;
  border: 0px;
  height: 220px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.quality-title{
  font-size: 25px;
    font-weight: 600;
}
.quality-card:hover{
  box-shadow: rgba(50, 30, 30, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
/*quality-inovation end*/
/*why start*/
.why-partner-section{
  padding: 45px 0px;
}
.why-title{
    color: var(--cr-color-one);
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0px;
}
/*why end*/
/*footer start*/
.footer-section{
  background-color: var(--cr-color-three);
  padding: 60px 0px 10px;
}
.footer-title h2{
  font-size: 60px;
  font-weight: 600;
  color: var(--cr-color-two);
}
.footer-title p{
  color: var(--cr-color-two);
}
.round-enquiry{
  float: right;
  height: 180px;
  width: 180px;
  line-height: 180px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--cr-color-one);
  color: #fff;
}
.footer-txt{
  padding: 25px 0px;
}
.footer-txt p {
  padding-right: 63px;
  line-height: 1.75;
  color: #cbcfe1;
}
.footer-title h3{
    border-bottom: none;
    margin: -0.3em 0 32px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    color: var(--cr-color-two);
}
.footer-list ul{
  padding: 0px;
}
.footer-list ul a{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #cbcfe1;
    margin: 7px 0px;
    text-decoration: none;
}
.footer-info ul li{
  font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #cbcfe1;
    margin: 7px 0px;
}
.footer-info ul{
  padding: 0px;
}
/*footer end*/

    



/*responsive css*/

@media only screen and (max-width:600px) {
  .nav-menu .navbar {
    padding: 3px 10px;
    margin-top: 0px;
    background: #ffffffc4;
}
.nav-logo{
  width:150px;
}
.heading-1 h2 {
  font-weight: 600;
  letter-spacing: -3.6px;
  font-size: 60px;
}
.craftsmanship-card-1 {
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-top: 0px;
}
.main-img{
  width: 100%;
}
.main-form{
  background-color: rgb(0, 0, 0);
  padding: 20px;
  position: static;
  width: 100%;
  right: 0px;
  top: 30%;
}
}

@media screen and (min-width: 625px) and (max-width: 768px) {
  .quality-card{
    height:300px;
  }
}
 
@media screen and (min-width: 1020px) and (max-width: 1024px) {
  #menu-bar .menu-bar{
    left: -120px;
  }
 
  .fixed-header #menu-bar .menu-bar{
    left: -113px
  }
  .quality-card{
    height:230px;
  }
}