@font-face {
    font-family: 'feedback-font';
    src: url('./assets/fonts/CharlemagneStd-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }
  
  * {
    scroll-behavior: smooth;
  }

.nav-container {
    background-image: url("./assets/section-one/Menu\ bar.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    /* min-width: 500px; adjust this value based on your needs */
    padding: 20px;
    color: black;
    
}

@media screen and (max-width: 768px) {
    section[style*="background-image"] {
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
    }
}

.rippy-bg {
    background-image: url("./assets/section-one/Menu\ bar.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    /* min-width: 500px; adjust this value based on your needs */
    /* padding: 20px; */
    color: black;
}
.rippy-bg-1 {
    background-image: url("./assets/border/ripple-border.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    min-width: 500px; /* adjust this value based on your needs */
    padding: 20px;
    color: black;
}

.rippy-bg-2 {
    background-image: url("./assets/border/border-2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    min-width: 500px; /* adjust this value based on your needs */
    padding: 20px 48px;
    color: black;
}

.rippy-video-bg {
    background-image: url("./assets/border/rippy-border-video.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    /* min-width: 500px; adjust this value based on your needs */
    padding: 20px 16px;
    color: black;
}


.parallax {
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform-style: preserve-3d;
    transform: translateZ(0);
    perspective: 1000px;
}

/* For mobile devices */
@media only screen and (max-width: 768px) {
    .parallax {
        background-attachment: scroll;
    }
}

.masked-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    mask-image: radial-gradient(ellipse at center, black 60%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 60%, transparent 100%);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
  }

  .hero-mask {
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  }
  

  /* For section overlapping and blending */
.blend-section {
    position: relative;
    overflow: hidden;
    margin-top: -100px; /* Creates overlap with previous section */
  }
  
.section-1 {
    background-image: url('./assets/section-one/Home.png');
    aspect-ratio: 16/9;
    /* clip-path: polygon(0 0, 100% 0, 100% 88%, 0 95%); */
    /* mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, transparent 100%); */
    /* mask-repeat: no-repeat;
    mask-size: 100% 20%;
    mask-position: top; */
    /* background-attachment: fixed; */
    background-position:bottom;
    background-size: 100% 100%;

    /* background-size: cover; */
    /* min-height: 100vh; */
    z-index: 1;
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0 95%);
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 250%;
    -webkit-mask-position: top; */
    /* overflow-x: hidden; */
    
}


/* Tablet */
@media (max-width: 1024px) {
    .section-1 {
        background-position: right top;

        /* clip-path: polygon(0 0, 100% 0, 100% 92%, 0 98%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 98%);

        mask-size: 100% 30%;
        -webkit-mask-size: 100% 300%; */
        overflow-x: hidden;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .section-1 {
        background-position: right top;
/* 
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%); */
         /* clip-path: none;
        mask-size: 100% 40%;
        -webkit-mask-size: 100% 350%; */
        overflow-x:hidden ;

    }
}



.section-2 {
    background-image: url('./assets/section-four/home.png');
    /* mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1,) 70%, transparent 100%); */
    /* mask-repeat: no-repeat; */
    /* mask-size: 100% 20%; */
    /* mask-position: top; */
    /* background-attachment: fixed; */
    background-position: bottom;
    background-size: cover;
    /* min-height: 100vh; */
    /* margin-top: -100px; */
    z-index: -4;
    /* clip-path: polygon(0 0, 100% 0, 100% 88%, 0 95%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0 95%); */
    /* -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 75%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: top; */
}

@media (max-width: 1024px) {
    .section-2 {
        background-position: center top;

        /* clip-path: polygon(0 0, 100% 0, 100% 92%, 0 98%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 98%); */

        /* mask-size: 100% 30%;
        -webkit-mask-size: 100% 300%; */
        overflow-x: hidden;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .section-2 {
        background-position: top;
/* 
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%); */
         /* clip-path: none;
        mask-size: 100% 40%;
        -webkit-mask-size: 100% 350%; */
        overflow-x:hidden ;

    }
}

.section-3 {
    background-image: url('./assets/section-two/home.png');
    /* mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1,) 70%, transparent 100%); */
    /* mask-repeat: no-repeat; */
    /* mask-size: 100% 20%; */
    /* mask-position: top; */
    /* background-attachment: fixed; */
    background-position: bottom;
    background-size: cover;
    /* min-height: 100vh; */
    margin-top: -100px;
    /* clip-path: polygon(0 0, 100% 0, 100% 88%, 0 95%); */
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0 95%);
    -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 75%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: top; */
    z-index: -1;
}

@media (max-width: 1024px) {
    .section-3 {
        background-position: center top;
/* 
        clip-path: polygon(0 0, 100% 0, 100% 92%, 0 98%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 98%); */

        /* mask-size: 100% 30%;
        -webkit-mask-size: 100% 300%; */
        overflow-x: hidden;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .section-3 {
        background-position: right top;
/* 
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%); */
         clip-path: none;
        mask-size: 100% 40%;
        -webkit-mask-size: 100% 350%;
        overflow-x:hidden ;

    }
}

.section-4 {
    background-image: url('./assets/section-three/home.png');
    /* mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1,) 70%, transparent 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 20%;
    mask-position: top; */
    /* background-attachment: fixed; */
    background-position: top;
    background-size: cover;
    /* min-height: 100vh; */
    /* margin-top: -170px; */
    z-index: -2;
    /* clip-path: polygon(0 0, 100% 0, 100% 88%, 0 95%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 95%); */
    /* -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 75%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: top; */
}
@media (max-width: 1024px) {
    .section-4 {
        background-position: center top;

        /* clip-path: polygon(0 0, 100% 0, 100% 92%, 0 98%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 98%);

        mask-size: 100% 30%;
        -webkit-mask-size: 100% 300%; */
        overflow-x: hidden;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .section-4 {
        background-position: top left;
/* 
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%); */
         clip-path: none;
        mask-size: 100% 40%;
        -webkit-mask-size: 100% 350%;
        overflow-x:hidden ;

    }
}

.section-5 {
    background-image: url('./assets/section-five/home.png');
    /* mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1,) 70%, transparent 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 20%;
    mask-position: top; */
    /* background-attachment: fixed; */
    background-position: bottom;
    background-size: cover;
    /* min-height: 100vh; */
    margin-top: -100px;
    z-index: -5;
    /* clip-path: polygon(0 0, 100% 0, 100% 88%, 0 95%); */
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 95%);
    -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 75%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: top; */
}
@media (max-width: 1024px) {
    .section-5 {
        background-position: center top;

        clip-path: polygon(0 0, 100% 0, 100% 92%, 0 98%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 98%);

        mask-size: 100% 30%;
        -webkit-mask-size: 100% 300%;
        overflow-x: hidden;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .section-5 {
        background-position: top;
/* 
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%); */
         clip-path: none;
        mask-size: 100% 40%;
        -webkit-mask-size: 100% 350%;
        overflow-x:hidden ;

    }
}

.section-6 {
    background-color: gainsboro;
    /* mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1,) 70%, transparent 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 20%;
    mask-position: top; */
    /* background-attachment: fixed; */
    background-position: center;
    background-size: cover;
    /* min-height: 100vh; */
    /* margin-top: -100px; */
    z-index: -7;
    /* -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 75%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: top; */
}
@media (max-width: 1024px) {
    .section-6 {
        background-position: center top;

        clip-path: polygon(0 0, 100% 0, 100% 92%, 0 98%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 98%);

        mask-size: 100% 30%;
        -webkit-mask-size: 100% 300%;
        overflow-x: hidden;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .section-6 {
        background-position: top;
/* 
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%); */
         clip-path: none;
        mask-size: 100% 40%;
        -webkit-mask-size: 100% 350%;
        overflow-x:hidden ;

    }
}

/* Add this media query to handle mobile devices */
@media only screen and (max-width: 768px) {
    .section-1, .section-2 {
        background-attachment: scroll;
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* this creates the black transparent overlay */
    z-index: 1;
  }

  .content {
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 2; /* make sure content is above the overlay */
    text-align: center;
  }

  .screenshots_carousel {
    /* width: 60rem;
    height: 30rem; */
    position: relative;
    margin: 24px auto;
    overflow: hidden;
    border: 0.25rem solid #5D563D;
}
.slide {
    position: absolute;
    width: 100%; 
    height: 100%;
    display: grid;
    place-items: center;
    z-index: 0;
}

.sun-meter {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .sun {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.3); /* muted color */
  }

  .sun.active {
    color: #f5e6c4; /* brighter for active */
    text-shadow: 0 0 10px #f5e6c4;
  }
  .about-us-section  {
    
    height: 70%;
    position: relative;
    margin: 24px auto;
    overflow: hidden;
    /* border: 0.25rem solid #5D563D; */
    background-image: url("./assets/section-six/Text\ Box.png");
    background-size: 100% 100%;
    background-position: center;
    border-image-slice: 1;
  }
  .theme-font {
    font-family: 'fee';
  }