*{
    margin: 0;
    padding: 0;
   
}
#main{
    width: 100%;
    height: 600px;
    background-image: url(https://img.freepik.com/premium-photo/sewing-threads_987032-199833.jpg?w=740);
    background-size: cover;
    opacity: 0.9;

}

#about{
    width: 100%;
    height: 600px;
    background-image: url(./Images/abou.jpg);
    /* background: #4e7c9b; */
    background-size: cover;
    opacity: 0.8;

}
#gallery{
    width: 100%;
    height: 600px;
    background-image: url(./Images/im.avif);
    background-size: cover;
    opacity: 0.8;

}
#conn{
    width: 100%;
    height: 600px;
    background-image: url(./Images/conn.avif);
    background-size: cover;
    opacity: 0.8;

}


nav{
  width: 100%;
  height: 80px;
  background-color: #0009;
  opacity: 0.9;
  line-height: 80px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
nav ul{
    float: right;
    margin-right: 30px;
}
nav ul li{
    list-style-type: none;
    display: inline-block;
}
nav ul li a{
    text-decoration: none;
    color: #fff;
    padding: 30px;
}
nav ul li a:hover{
    color: skyblue;  
    padding: 30px;
}

pre{
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
h1{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
}
.bg{
    width: 100%;
    height: 80vh;
    background-image: url(./Images/22.jpg);
    background-size: cover;
    opacity: 0.8;
}
.bg1{
    background-image: url(./Images/bg2.jpg);
    background-size: cover;

}
.col-lg-3{
    margin-bottom: 20px;

}
.loca{
    opacity: 0.6;
}
.gal{
    width: 100%;
    height: 70vh;
    background-image: url(./Images/bg1.jpg);
    background-size: cover;
    opacity: 0.8;
}
.gal1{
    width: 100%;
    height: 40vh;
    background-image: url(./Images/bg3.jpg);
    background-size: cover;
    opacity: 0.8;
}
.bg5{  
    background-image: url(./Images/bg5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 2800px;
  }
  .bgimg{  
    background-image: url(./Images/bg5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
  }
  
  

