
body{
    margin: 0px;
    padding: 0px
}




#title{
   font-size: larger;
}




nav{
    position: fixed;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: -0px;
    padding-left: 3%;
    padding-right: 10%;
    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) { 


    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;
     }

     nav{
        padding-left: 3%;
       padding-right: 3%;
       

     }


     .menu-icon i{
        font-size: 22px;
     }
    
    }


button{
    border: none;
    /* background: #ea1538; */
    padding: 9px 12px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 15px;
    transition: .4s;
}

button:hover{
    transform: scale(1.3);
    cursor: pointer;
}



#container-flex-largegallery{
    display: flex;
    justify-items: center;
    flex-wrap: wrap;
    margin:100px;
    
}


/* ---------------------img slider---------------------- */

/* * {box-sizing: border-box;} */
/* body {font-family: Verdana, sans-serif;} */
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: 0px;

}

/* 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}
}





/*-------------------architectural ------------------- */


#architectural-div{
    display: flex;
    justify-items: center;
    display: flex;
    flex-wrap: wrap;

    /* background-color: rgb(112, 167, 244); */
    margin-top:50px;
    font-size: 20px;
    margin: 10px;

   
}




.site-address1{
        
        height:300px;
        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: 150px;
    width: 300px;
    margin-top: -26px;
    background-color: rgb(30, 201, 175);
    color: rgb(247, 241, 241);
    border-bottom-left-radius:20px ;
    border-bottom-right-radius:20px;
    

      
}


#fb1{
    margin: 50px;
}

#fb2{
    margin:50px;
}





/* ------------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{
    
        padding-bottom: 50px;
       
    }


}


