body {
    margin: 0px;
    padding-top: 0px;
  
}

#title{
   font-size: larger;
}

.header{
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #e50e0e;
    top: 0;
    padding-top: 0px;
}


/* -------------------------nav bar-------------------------- */

nav{
    position: fixed;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: -0px;
    padding-left: 3%;
    padding-right: 3%;
    height: 80px;
    z-index: 2;
    width:94%;

    row-gap: 10px;
}



#anjana{
    color: white;
    font-size: 25px;

    
}

span{
    color: #ea1538;
}

nav ul{
    display: flex;
    gap:100px;
    align-items: center;
    
}

nav ul li{
    list-style-type: none;
    
}

nav ul li a{
    color: white;
    text-decoration: none;
    font-weight: bold;


}

nav ul li a:hover{
    color: #ea1538;
    transition: .5s;
}

.menu-icon{
    display: none;
}



.menu-icon i{
    color: #f8f3f3;
    font-size: 30px;
    
}

/* @media screen and (max-width:600px){ */

    @media screen and (min-device-width: 300px) and (max-device-width:470px) { 
        /* STYLES HERE */
    
    
    
    /* nav{
    position:fixed;
    width:92%;
    height:80px;
    padding: auto;
    gap: 0px;
    font-size:15px;

    } */

    
    nav{
        position: fixed;
        width: 93%;
        
    }


     nav ul{
         position:absolute;
         top:64px;
         left:0;
         right: 0;
         flex-direction: column;
         text-align: center;
         background: #ff0000;
         gap:15px;
         overflow: hidden;
         height: 105px;
         z-index: 2;
        


         
     }

     


     nav ul li{
        padding: 20x;
     }

     .menu-icon{
        display: block;

     }

     #menuList{
        transition: all 0.5s;

     }

     #anjana{
        font-size: 15px;
        padding-left: 5px;
     }

     button{
        
        font-size: 8px;
        border-radius: 15px;
        margin-right: 0px;
        
        

     }

     nav img{
        height: 35px;
        width: 35px;
        padding-left: -100px;
     }

    


     .menu-icon i{
        font-size: 22px;
     }
    







     
    


    }


    button{
        border: none;
        /* background: #1559ea; */
        padding: 9px 12px;
        border-radius: 30px;
        font-weight: bold;
        font-size: 15px;
        transition: .4s;
    }


    button:hover{
        transform: scale(1.3);
        cursor: pointer;
    }









/* ------------------------------slider-image--------------------- */




@media screen and (min-device-width: 300px) and (max-device-width: 470px) { 


    /* .slideshow-container{
        width: 100%;
    } */


}








/* * {box-sizing: border-box;} */
/* body {font-family: Verdana, sans-serif;} */
.mySlides {
    display: none;
}
img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100vw;
  position: relative;
  margin-top: 0px;
  right:0;

}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 70%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #ffffff;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
/* @media only screen and (max-width: 300px) {
  .text {font-size: 11px}
} */









/* #photo-click{
    height:70vh;
    width: 100%;
    margin-top: 0px;
    background-position-x: center;
    background-size:cover;

} */

/* ------------------service------------ */

#service-head{
    margin-left: 100px;
}

#service{
    font: 1em sans-serif;
    justify-items: center;
    display: flex;
    overflow-x: scroll;
    
}

#service::-webkit-scrollbar{
    display: none;
}



#tile-box{
    background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(./image/tileimg.jpeg);
    width:200px;
    height:250px;
    border-radius: 15px; 
    text-align: center;  
    margin: 30px;
    background-position-x: right;
    background-size:cover;
}

#tile{
    background-color: #ff0000;
    font-size: 20px;
    height: 25px;
    width: 150px;
    border-radius: 5px;
    margin: 30px;
    color: aliceblue;
    margin-top:200px;
    
}




#Electrical-box{
    background-image:linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.8)),url(./image/electrical-img.jpg);
    background-position-x: right;
    background-size:cover;
    width:200px;
    height:250px;
    border-radius: 15px;
    text-align: center;
    margin: 30px;
    
}


#Electrical{
    background-color: #ff0000;
    font-size: 20px;
    height: 25px;
    width: 150px;
    border-radius: 5px;
    margin: 30px;
    color: aliceblue;
    margin-top:200px;

}

#plumbing-box{
    background-image:linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.8)),url(./image/plumbing-img.jpg);
    width:200px;
    height:250px;
    border-radius: 15px;
    text-align: center;
    margin: 30px;
    background-position-x:center;
    background-size:cover;
}   


#plumbing{
    background-color: #ff0000;
    font-size: 20px;
    height: 25px;
    width: 150px;
    border-radius: 5px;
    margin: 30px;
    color: aliceblue;
    margin-top:200px;  
}

#renovation-box{
    background-image:linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.8)),url(./image/renovation-img1.jpg);
    width:200px;
    height: 250px;
    border-radius: 15px;
    text-align: center;
    margin: 30px; 
    background-position-x:center;
    background-size:cover;
    
}

#renovation{
    background-color: #ff0000;
    font-size: 20px;
    height: 45px;
    width: 150px;
    border-radius: 5px;
    margin: 30px;
    color: aliceblue;
    margin-top:185px;  


}

#paver-box{
    background-image:linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.8)),url(./image/interior-work/IMG-20230605-WA0004.jpg);
    width:200px;
    height:250px;
    border-radius: 15px;
    text-align: center;
    margin: 30px; 
    background-position-x:center;
    background-size:cover;  
}

#paver{
    background-color: #ff0000;
    font-size: 20px;
    height: 45px;
    width: 150px;
    border-radius: 5px;
    margin: 30px;
    color: aliceblue;
    margin-top:185px;  


}
    
#masonary-box{
    background-image:linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.8)),url(./image/brick-img1.jpg);
    width:200px;
    height:250px;
    border-radius: 15px;
    text-align: center;
    margin: 30px; 
    background-position-x:center;
    background-size:cover;   
    
    
}

#masonary{
    background-color: #ff0000;
    font-size: 20px;
    height: 25px;
    width: 150px;
    border-radius: 5px;
    margin: 30px;
    color: aliceblue;
    margin-top:200px;  

}

#painting-box {
    background-image:linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.8)),url(./image/painting-img.jpg);
    width:200px;
    height:250px;
    border-radius: 15px;
    text-align: center;
    margin: 30px; 
    background-position-x:center;
    background-size:cover;   
}

#painting{
    background-color: #ff0000;
    font-size: 20px;
    height: 25px;
    width: 150px;
    border-radius: 5px;
    margin: 30px;
    color: aliceblue;
    margin-top:200px;  

}

#Elevation-box{
    background-image:linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.8)),url(./image/elevation-img2.jpg);
    width:200px;
    height:250px;
    border-radius: 15px;
    text-align: center;
    margin: 30px; 
    background-position-x:center;
    background-size:cover;  
    

}

#Elevation{
    background-color: #ff0000;
    font-size: 20px;
    height: 25px;
    width: 150px;
    border-radius: 5px;
    margin: 30px;
    color: aliceblue;
    margin-top:200px;  

}

#compound-box{
    background-image:linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.8)),url(./image/compondwall-img.jpg);
    width:200px;
    height:250px;
    border-radius: 15px;
    text-align: center;
    margin: 30px; 
    background-position-x:right;
    background-size:cover;  
    
    

}
#Compound{
    background-color: #ff0000;
    font-size: 20px;
    height: 45px;
    width: 175px;
    border-radius: 5px;
    margin: 15px;
    color: aliceblue;
    margin-top:185px;
    

}




/* -------------------------------------------------- */

#architectural-head{
    padding-left: 40px;
    background-color: rgb(112, 167, 244);
    color: white;
    margin: 0px;
    
}

/*-------------------architectural ------------------- */


#architectural-div{
    display: flex;
    justify-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-top:50pxpx;

   
}




#floorplan-photo{
        background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(image/floorplan-pic.jpg);
        height:150px;
        width: 300px;
        border-top-left-radius:20px ;
        border-top-right-radius:20px;
        background-size: cover;
        background-position-x: center;   
    

}


#Elevation-photo{
    background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(image/elevation-21.jpg);
    height:150px;
    width: 300px;
    border-top-left-radius:20px ;
    border-top-right-radius:20px;
    background-size: cover;
    background-position-x: center;   


}

#video-Exterior{
    
    border-top-left-radius:20px ;
    border-top-right-radius:20px;
    background-size: cover;


}

#structural-Drawing{
    background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(image/structural-drawing.jpg);
    height:150px;
    width: 300px;
    border-top-left-radius:20px ;
    border-top-right-radius:20px;
    background-size: cover;
    background-position-x: center; 

}




.fb1{

    margin-left: 90px;
    margin-top: 60px;
    position: absolute;
    color: rgb(250, 248, 248);
    font-size: 25px;
    width: 150px;   

}




.fb2{
    margin-left: 90px;
    margin-top: 60px;
    position: absolute;
    color: rgb(245, 240, 240);
    font-size: 25px;
    width: 150px;     
    
}

.fb3{
    margin-left: 90px;
    margin-top: 60px;
    position: absolute;
    color: rgb(245, 240, 240);
    font-size: 25px;
    width: 150px;  
}

.fb4{
    margin-left: 90px;
    margin-top: 60px;
    position: absolute;
    color: rgb(245, 240, 240);
    font-size: 25px;
    width: 150px;  
}


#floorplan-details{
    height: 100px;
    width: 300px;
    margin-top: -26px;
    background-color: rgb(20, 76, 205);
    color: rgb(247, 241, 241);
    border-bottom-left-radius:20px ;
    border-bottom-right-radius:20px;
    

      
}


#fb1{
    margin: 50px;
}

#fb2{
    margin:50px;
}


/* ---------------construction---------------------- */

#construction-head{
    padding-left:30px;
    
}





/* -----------------construction-step---------------- */


#container-flex-construction{
    /* background-color:rgba(164, 164, 162, 0.685); */
    display: flex;
     justify-items: center;
     flex-wrap: wrap;
     margin: 0px;
     padding: 20px;
     

}


#choose{
background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(./image/choosing.jpg);
color: rgb(241, 244, 248);
height: 150px;
width: 300px;
margin: 20px;
background-size: cover;
background-position-x: center; 
border-radius:5px; 
text-align: center;
overflow: hidden;



}
#get{
background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(./image/approved.jpg);
color: rgb(251, 244, 244);
height: 150px;
width: 300px;background-size: cover;
background-position-x: center; 
margin: 20px;
border-radius:5px;
text-align: center;
}
#sign{
background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(./image/contract.jpg);
color: rgb(244, 248, 248);
height: 150px;
width: 300px;
background-size: cover;
background-position-x: center; 
margin: 20px;
border-radius:5px;
text-align: center;
}
#payment{

background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(./image/payment.jpg);
color: rgb(245, 247, 250);
height: 150px;
width: 300px;
margin: 20px;
background-size: cover;
background-position-x: center; 
border-radius:5px;
text-align: center;

}
#process{

background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(./image/constructionpro1.jpg);
color: rgb(246, 248, 251);
height: 150px;
width: 300px;
background-size: cover;
background-position-x: center; 
margin: 20px;
border-radius:5px;
text-align: center;

}



/* ---------------------project info--------------------------------------- */

#container-flex{
    display: flex;
    justify-items: center;
    flex-wrap: wrap;
    margin: 0px;
    padding: 20px;
    
    
    
    
}
 #completed{
    background-color: rgb(248, 245, 241);
    color: #000;
    height: 200px;
    width: 300px;
    margin:20px;
    border-radius:30px;
    
    

}
#ongoing{
    background-color: rgb(10, 206, 3);
    color: aliceblue;
    height: 200px;
    width: 300px;
    margin: 20px;
    border-radius:30px;
    

}
#upcoming{
    background-color: rgb(31, 28, 34);
    color: aliceblue;
    height: 200px;
    width: 300px;
    margin: 20px;
    border-radius:30px;
    

}


.cp1 {
    color: #ff0000;
    margin-left:100px;
    font-size: 50px;
    font-family: sans-serif;

}

.cp2 {
    color: #ff0000;
    margin-left:100px;
    font-size: 50px;
    font-family: sans-serif;

}

.cp3 {
    color: #ff0000;
    margin-left:100px;
    font-size: 50px;
    font-family: sans-serif;

}





/* -------------------completed projects-------------- */

#container-flex-gallery{
    display: flex;
    justify-items: center;
    flex-wrap: wrap;
    padding-bottom: 100px;
    
}



.img-1{
    
    height: 250px;
    width: 200px;
    border-radius: 5px;
    background-size: cover;
    background-position-x: center; 
    margin: 30px;
    margin-bottom: 0px;

    
}


#build-text{
    height: 70px;
    width: 200px;
    margin-top: -20px;
    background-color: rgb(20, 205, 168);
    color: rgb(247, 241, 241);
    border-bottom-left-radius:20px ;
    border-bottom-right-radius:20px;
    margin-left: 30px;
    margin-top: -25px;
    
}

/* @media screen and (max-width:600px){ */

@media screen and (min-device-width: 320px) and (max-device-width:470px) { 
    .img-1{
        height: 390px;
        width: 320px;

    }
    #build-text{
        height: 80px;
        width: 320px;
        font-size: 20px;

    }


}




/* ----------------------profile-------------- */


#container-flex-profile{
    display: flex;
    justify-items: center;
    flex-wrap: wrap;
    margin-top: 100px;
    padding-top: 70px;
     padding-left: 350px;
      padding-bottom: 50px;

    
    
}




.img-01{
    background-color: #d3ded8;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: 35px;
    background-position-x: center; 
    border: 5px solid cyan;
}


@media screen and (max-width:600px){

    #container-flex-profile{
        padding-left: 70px;
        justify-items: center;
        margin-top: 30px;
    }

}



/* ------------contact------------------- */

#container-flex-contact{
        
    /*margin-left: 600px;*/

}


.fa-brands{
    padding: 0px;
    font-size: 30px;
    width: 40px;
    height: 40px;
    margin: 50px 0px;
    
}




/* @media screen and (min-width:400px){ */
@media screen and (min-device-width: 300px) and (max-device-width: 470px) { 
    #container-flex-contact{
        
        margin-left: 20px;

    }


    #social-1{
        /* margin-right: 0; */
        
        
        padding-bottom: 50px;
    }


}





/* ----------------------------index1.html------------------------------------- */













