@font-face {
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/regola-light.woff2) format("woff2");
    font-family: regola-light;
    font-display: block;
}
@font-face {
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/regola-book.woff2) format("woff2");
    font-family: regola-book;
    font-display: block;
}
@font-face {
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/regola-regular.woff2) format("woff2");
    font-family: regola-regular;
    font-display: swap;
}
@font-face {
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/regola-medium.woff2) format("woff2");
    font-family: regola-medium;
    font-display: swap;
}

.image-container {
    border-radius: 1.5rem;
}


.hero {
    font-family: regola-book,sans-serif;
    font-weight: 300;
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(251, 224, 218) 95%, rgba(255,255,255,1) 100%);
}

.hero h1 {
    font-family: regola-regular,sans-serif;
    font-weight: 300;
}


/*Infinite Carousel Slider*/
.header h1,
.products-section {
    font-family: regola-light, sans-serif;
    font-size: 60px;
}

.logos {
    overflow: hidden;
}
.logos h4 {
    font-weight: 300;
    font-family: regola-light,sans-serif;
}
.slider {
    overflow: hidden;
    white-space: nowrap;
}
  
.slide-logo {
    display: inline-flex;
}
 
.slide-logo img {
    height: 50px;
    margin: 0 40px;
}

/*Products Section */
.products-section .title {
    font-family: regola-regular,sans-serif;
}
.products-section .subheading {
    letter-spacing: -0.14rem;
    font-family: regola-regular,sans-serif;
}

.products-section h1 {
    font-family: regola-medium,sans-serif;

}

.modern-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
  
  .modern-grid .doorway-item {
    position: relative;
    margin: 15px;
    overflow: hidden;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Add a decent shadow effect */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Add transition for smooth effect */
  }
  
  .modern-grid .doorway-item:hover {
    transform: scale(1.05); /* Add a slight zoom effect on hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Adjust shadow on hover */
  }
  
  .modern-grid .doorway-item-background {
    display: block;
    width: 100%;
    height: auto;
  }

  .service {
    background-color: #fff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFFFFF'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23FF90A8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FF90A8' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.4'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
background-size: contain;

  }

  .portfolio h2 {
    letter-spacing: -0.1rem;
  }

  .imgslider h1 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Text shadow */
}


.aboutyhd {
    background-size: 100% auto;
    margin: 12px;
    border-radius: 14px;
}

.aboutitle {
    background: rgb(255,75,75);
    background: linear-gradient(90deg, rgba(255,75,75,1) 0%, rgba(171,0,54,1) 51%, rgba(181,0,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Achievments {
    background: linear-gradient(90deg, rgba(255,214,214,1) 0%, rgba(255,255,255,1) 51%, rgba(246,224,255,1) 100%);
}

.glass-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    -webkit-backdrop-filter: blur(30px) saturate(1.5);
    backdrop-filter: blur(30px) saturate(1.5);
    box-sizing: border-box;
    box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.2);
    border: 0.5px solid rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.3);
    padding: 24px 24px 36px;
    min-height: 200px;
}

.glass-card-icon svg {
    width: 24px;
    height: 24px;
    fill: #000; /* Adjust the color as needed */
}

.glass-card-content {
    flex: 1;
}

@media (min-width: 992px) {
    .rotate-lg-6 {
        transform: rotate(6deg);
    }
}

/* These are the KEY styles - you can add them directly to any object you want in your project */
.fancy-border-radius {
    border-radius: 53% 47% 52% 48% / 36% 41% 59% 64%;
}


.border-bo {
    border-left: 1px solid #e5e7eb;
 /* Change color as needed */
}

@media screen and (max-width: 767px) {
    .showroom-map iframe {
      width: 90vw !important; 
      height: 65vh;
    }

    .show2 iframe{
        border-radius :20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.303), 0 1px 3px rgba(0, 0, 0, 0.08);
        width: 90vw !important;
        height:600px;
      }
    
      .testicard {
        margin: 0 20px;
    }
}

@media screen and (min-width: 768px) {
    .showroom-map iframe {
      width: 460px; /* Set your desired width */
      height: 600px; /* Set your desired height */
    }

    .testicard {
        margin: 0;
    }
  }

  .show2 iframe{
    border-radius :20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.303), 0 1px 3px rgba(0, 0, 0, 0.08);
    width: 30vw;
    height:600px;
  }

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px; /* Adjust the gap between images */
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.curtain-r {
    box-shadow: 0px 6px 10px rgba(255, 169, 169, 0.814);
    transition: transform .5s ease-in-out;
    
}
.curtain-r:hover {
    transform: scale(1.15);
    transition: transform 1s ease-in-out;
}


.videoportfolio {
    position: relative;
    width: 100%;
    max-width: 100%; /* Adjust max-width as needed */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(1, 1, 1, 0.317);
}











  










  
 
  
 
  
  





  