*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.web-container{
    width: 100%;
    height: auto;
    overflow: hidden;
    /* background-color: black; */
}
.navbanner-container{
    width: 100%;
    height: 100vh;
    /* background-color: aqua; */
    background-image: url(luxoria-images/view-futuristic-light-lamp-design.jpg);
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-position: center;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 0.5s forwards;
}
.navbanner-container:is(:hover, :focus, :active) {
    animation-play-state: running;
}
@keyframes fadeIn {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* .............navbar...................... */

.navbar-container{
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: space-between;
    /* background-color: black; */
}
.navlogo-section{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: blue; */
}
.navlogo-section img{
    width: 200px;
    height: 100px;
}

.navbar-container label {
    display: none;

}
#checking{
    display: none;
}
.navbar-container label {
    display: none;
}

.nav-items {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.nav-items a{
    font-size: 18px;
    font-family: monospace;
    font-weight: 500;
    color: whitesmoke;
    text-decoration: none;
}

/* ...............banner....................... */
.banner-container{
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    padding-left: 23%;
}
.banner-container h1{
    color:whitesmoke;
    font-size: 70px;
    margin-bottom: 12%;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


/* .................about..................... */
.about-container{
    width: 100%;
    height: 120vh;
    display: flex;
    background-color: black;
}
.section-1{
    width: 50%;
    height: 100%;
    padding-left: 7%;
    display: flex;
    flex-direction: column;
    /* background-color: rgb(212, 212, 27); */
}
.about-title{
    width: 30%;
    height: 5%;
    display: flex;
    justify-content: center;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 600;
    justify-content: center;
    color:  rgb(245,132,31);
    border-bottom: 3px solid white;
    margin-top: 5%;
}
.section-1 p{
    font-size: 18px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    margin-top: 5%;
}
.section-1 img{
    width: 95%;
    height: 60%;
    border-radius: 5px;
    margin-top: 5%;
}
.section-2{
    width: 50%;
    height: 100%;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    /* background-color: aqua; */
}
.section-2 img{
    width: 50%;
    height: 30%;
    margin-top: 5%;
}
.section-2 p{
    font-size: 20px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    margin-top: 5%;
}
.features-list {
    width: 50%;
    height: 30%;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-around;
    /* background-color: rgb(19, 176, 50); */
    margin-top: 5%;
}
 
.features-list li {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: white;
}
 .features-list li img{
    width: 30px;
    height: 30px;
 }
 .section-2 button{
    width: 200px;
    height: 50px;
    margin-top: 3%;
    border-radius: 5px;
    background-color: rgb(245,132,31);
    border: 2px solid white;
}

/* ................why.................................... */

.why-choose-us {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color:black;
}
.why-title{
    width: 100%;
    height: 100px;
    display: flex;
    padding-left: 8%;
    align-items: center;
    font-size: 22px;
    color: rgb(245,132,31);
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
}


.stats-container {
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: aquamarine; */
}

.stat-box {
    width:30% ;
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5%;
    /* background-color: rgb(48, 63, 201); */
    /* border: 1px solid rgb(245,132,31); */
    background-image: url(luxoria-images/iphone\ wallpapered\ simple\ christmas\ aesthetic.jpeg);
    background-size: cover;
}
.stat-box img {
    width: 80px;
    margin-top: 20%;
}

.stat-box p {
    font-size: 42px;
    font-weight: bold;
    color: rgb(245,132,31);
    font-family: Arial, Helvetica, sans-serif;
}
.stat-box h3 {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color:white;
}

/* ...................services....................... */

.servicepage-container{
    width: 100%;
    height: 110vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    background-color: black;
    /* background-position: center; */
}
.service-title{
    width: 100%;
    height: 100px;
    display: flex;
    padding-left: 15%;
    align-items: center;
    font-size: 22px;
    color: rgb(245,132,31);
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
}
.service-card-container{
    width: 90%;
    height: 80%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    /* background-color: blue; */
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.service-card{
    width: 380px;
    height: 70%;
    display: flex;
    flex-direction: column;
    padding-left: 2%;
    /* background-color: rgb(42, 16, 192); */
    /* border: 1px solid  white; */
    box-shadow: 1px 3px 10px 5px rgba(240, 233, 233, 0.3);
}
.service-card:hover{
    box-shadow: 1px 3px 10px 5px rgb(245,132,31);
    transition:scaleY(1.04)
}
.service-card img{
    width: 100px;
}
.service-card h3{
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-top: 10%;
    margin-bottom: 5%;
}
.service-card p{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: 200;
    line-height: 25px;
}
.service-card button{
    width: 150px;
    height: 50px;
    font-size: 15px;
    font-family: sans-serif;
    background-color: rgb(247 148 29);
    color: white;
    border: none;
    border-radius: 5px;
    margin-top: 10%;
}
 /* ................footer............................... */

.footer-container{
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(18,18,18);
}
.footer-content{
    width: 90%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: rgb(18,18,18); */
    border-bottom: 1px solid white;
}
.footer-content img{
    margin-left: 5%;
}
.footer-contact{
    width: 20%;
    height: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-around;
    align-items: center;
    /* background-color: rgb(42, 30, 174); */
}
.footer-contact img{
    width: 50px;
}
.footer-bottom{
    width: 100%;
    height: 20%;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    align-items: center;
    justify-content: center;
    /* background-color: aqua;   */
}









@media (max-width:769px){
      
         /* nav */
         .nav-items {
            display: block;
            position: fixed;
            top: 0;
            right: -100%;
            background: rgba(255, 255, 255, 0.1); /* Transparent background */
            backdrop-filter: blur(10px); /* Frosted glass effect */
            -webkit-backdrop-filter: blur(10px); /* For Safari */
            border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle border */
            border-radius: 15px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            width: 60%;
            height: 50vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-evenly;
            z-index: 99;
            overflow: hidden;
          }
    
        .nav-items a {
            line-height: 10px;
        }
    
        .nav-items label {
            position: absolute;
            top: -1%;
            right: 5%;
        }
        .nav-items label img{
            margin-top: 50%;
        }
        .nav-items input {
            display: block;
        }
    
        #checking:checked~.nav-items {
            right: 0;
        }
    
    
        .navbar-container label {
            display: block;
            display: flex;
            align-items: center;
            justify-content: center;
            
        }
        .navbar-container label img{
            width: 60%;
        }
    /* ............service................. */

        .servicepage-container{
            height: 240vh;
        }
        .service-card-container{
            grid-template-columns: repeat(1,3fr);
            flex-direction: column;
            gap: 2%;
        }
        .service-card{
            width: 390px;
            height: 40%;
            padding-left: 5%;
        }
        .service-card p{
            font-size: 16px;
        }
        .service-card button{
            margin-top: 5%;
            margin-bottom: 5%;
        }
}


@media (max-width:426px){
.navbanner-container{
    height: 70vh;
}
    /* nav */
.navlogo-section img{
    width: 100px;
    height: 80px;
}
.navbar-container label img{
    padding: 8%;
}
  /* ...............banner..................... */
  .banner-container{
    padding-left: 17%;
}
.banner-container h1{
    font-size: 24px;
    margin-bottom: 25%;
}


    /* about */
.about-container{
    height: 250vh;
    flex-direction: column;
    /* background-color: aqua; */
}
.section-1{
    width: 100%;
    height: 100%;
}
.about-title{
    width: 48%;
    height: 50px;
}
.section-2{
    width: 100%;
    height: 50%;
    padding-left: 7%;
}
.section-2 img{
    width: 60%;
}
.features-list{
    width: 100%;
}
/* ..............why..................... */
    .why-choose-us{
        height: 150vh;
    }
    .stats-container{
        width: 100%;
        flex-direction: column;
    }
    .stat-box {
        background-position: center;
    }
    .stat-box img{
        width: 50px;
    }
    .stat-box p {
        font-size: 32px;
    }
    .stat-box h3 {
        font-size: 18px;
    }

/* ............service..................... */
    
     .service-card{
        width: 350px;
        height: 40%;
    }
    .service-card p{
        font-size:15px;
    }
/* ..............footer.................. */
       .footer-content img{
        width: 120px;
    }
    .footer-contact{
       display: flex;
       justify-content: space-evenly;
       flex-direction: column;
    }
    .footer-contact img{
        width: 30px;
    }
    .footer-bottom{
        font-size: 16px;
    }
}




@media (max-width:376px){

.about-container{
   height: 235vh;
}
.about-title{
    width: 50%;
    height: 50px;
}

/* ..............why..................... */
    .stat-box h3 {
        font-size: 16px;
    }
 /* ............service..................... */
    
    .service-card{
        width: 320px;
        height: 40%;
    }
    .service-card p{
        font-size:13px;
    }
/* ..............footer.................. */
    .footer-bottom{
        font-size: 12px;
    }
}



@media (max-width:321px){
    .navlogo-section img{
        padding: 6%;
    }
    .about-container{
        height: 235vh;
     }
     .about-title{
         width: 60%;
         height: 50px;
     }
/* ..............why..................... */
   .stat-box h3 {
    font-size: 13px;
}    
}
