body{
    margin: 0px;
    padding: 0px;
}




#title{
   font-size: larger;
}


.header{
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #e50e0e;
    top: 0;
    padding-top: 0px;
}

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) { 
    /* .header{
        position: fixed;
        width: 100%;
        z-index:9999;
        top:0;
    } */

   

    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: #ea1538; */
    padding: 9px 12px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 15px;
    transition: .4s;
}

button:hover{
    transform: scale(1.3);
    cursor: pointer;
}



/* ----------------------------------------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}
}
 */











/* --------------------------------floor plan pic----------------- */


.img1-1{

    height: 300px;
    width: 200px;
    border-radius: 5px;
    background-size: cover;
    background-position-x: center; 
    margin: 30px;
    /* image-rendering: -webkit-optimize-contrast; */
    
    
}


#scroll-view{
    justify-items: center;
    margin:20px;
    display: flex;
    overflow-x: scroll;

    
}


#scroll-view::-webkit-scrollbar{
    display: none;
}




/* --------------------------------3d elevation------------------------------ */


.img2-2{
    height: 200px;
    width: 300px;
    border-radius: 5px;
    background-size: cover;
    background-position-x: center; 
    margin: 30px;
}
















/* ------------contact------------------- */

#container-flex-contact{
        
    margin-left: 600px;

}



#social-1{
    /* margin: 100px; */
    padding-bottom: 50px;
}

.fa-brands{
    padding: 0px;
    font-size: 30px;
    width: 40px;
    height: 40px;
    margin: 50px 0px;
    
}


@media screen and (min-device-width: 300px) and (max-device-width:470px) { 

    #container-flex-contact{
        
        margin-left: 20px;

    }


    #social-1{
    
        padding-bottom: 50px;
    }


}


