*{
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

:root{
    --white:#264960;
    --white-one:#e7efe7;
    --shadow:#000000;
    --primary-color:#000000;
    --secondary:#ffffff;
    --button: #264960;
}

/* Logo */
.navbar-brand span{
    width: 180px;
    font-size: 36px;
    font-weight: 600;
    color: var(--secondary);
}
.background-overlay {
    position: relative;
    height: 100vh; /* Set to your preferred height */
    background-image: url('your-image-url.jpg');
    background-size: cover;
    background-position: center;
  }
  
  .background-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Black overlay with opacity */
    z-index: 1;
  }
.title-large-one{
    font-size: 4rem;
}
.interactive-banners-box-image img{
    max-width: 100%;
    height: 400px;
    object-fit: cover;
}
.feature-box-icon img{
    max-width: 100%;
    height: 70px;
}
.pla-img-one img{
    max-width: 100%;
    height: 500px;
    object-fit: cover;
}
.image-abt-one {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin-bottom: 50px; /* Ensure enough spacing */
}
.image-abt-one img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}
.image-abt-one .image-abt-two {
    position: absolute;
    bottom: -100px; /* Adjust for better spacing */
    right: -20px;
    width: 60%;
    border: 4px solid white;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}
.sec-two{
    padding: 5rem 0rem !important;
}
@media (max-width: 992px) { /* Tablet screens */
    .image-abt-one {
        margin-bottom: 100px; /* Add more space for overlapping images */
    }
    .image-abt-one .image-abt-two {
        bottom: -80px;
        width: 65%;
    }
    .pla-img-one img{
        max-width: 100%;
        height: auto;
    }
}
@media (max-width: 768px) { /* Mobile screens */
    .image-abt-one .image-abt-two {
        position: relative; /* Change from absolute to relative */
        bottom: 0;
        right: 0;
        width: 80%;
        margin: 10px auto;
    }
    .image-abt-one {
        margin-bottom: 40px;
    }
}


/* media query */
@media (max-width: 1400px) {
   
}

@media (max-width: 1200px) {
  
}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
    
    
}

@media (max-width:576px) {


    
}
