*{
    padding: 0;
    margin: 0;
}
/***paralax***/
body{
    margin: 0;
    background-color: rgb(253, 253, 253);
  }
  #parallax {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(https://raw.githubusercontent.com/oscicen/oscicen.github.io/master/img/depth-3.png), url(https://raw.githubusercontent.com/oscicen/oscicen.github.io/master/img/depth-2.png), url(https://raw.githubusercontent.com/oscicen/oscicen.github.io/master/img/depth-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 50%;
  }
  h1 {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-family: "Arial";
    text-transform: uppercase;
    opacity: .2;
    font-size: 70px;
  }
  /****paralax end***/
    /****footer***/
    .footer{
        text-align: center;
        color:#fff;
        background: #000000;
        padding-top:2%;
        padding-bottom:2%;
    }
    .w{
        color: rgb(255, 245, 245);
        background: #ff0000;
        padding: 20px 45px;
    }
    .w:hover{
        background: #ff1414;
        padding:20px 45px ;
    }
a{
    color: #fff;
    text-decoration: none;
}/*&&&&&***banner***/
.banner{
  background-image:url(https://i.ibb.co/zSGg1Bb/winter-morning.jpg);
  background-repeat: no-repeat;
  background-size:cover;
height: 500px;
max-width: 100%;
position: relative;

}
.banner:before{
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(223, 214, 214, 0.739);
  }
.b{
  padding: 30px 50px;
  color: #581aaa;
  text-align:center;
  text-shadow: #ff1414;
  background: white;
}
.btn{
border-color: #7756b8;
color: orange;

}
.btn:hover{
  background: #7756b8;
  color:rgb(240, 240, 240);
}
span{
  color:#7756b8;
  text-shadow: papayawhip;
}
a{
  color:#f4d360;
  text-shadow: papayawhip;
}
a:hover{
  color:#66499e;
  text-shadow: papayawhip;
}
/****about button**/
.h{
  text-align: center;
  margin-top:20px ;

}
/****about button**/
.logof{
  height: 10px;
  width:10px;
}
.image{
  margin-left: 60px;
  box-shadow: 5px 10px 8px 10px #5816a31e;
}
#about{
  margin-top: 30px;
}
.map{
  margin-top: 100px;
}
.men{
  display: flex;
  text-decoration: none;
  list-style: none;
 
}
.men li{
  padding: 8px;
  margin-top: 30px;
}
/****responsive***/
@media (max-width:1200px) { 
  .men{
    max-width:100%;
  }
}
@media (max-width :970px) { 
  .men{
    max-width:50%;
  }
  .nav{
    max-width:50%;
  }

  .banner{
    max-width: 100%;
  }
}
@media (max-width :870px) { 
  .men{
    max-width:33%;
  }
  .nav{
    max-width:33%;
  }
  .banner{
  width: 100%;
  }
}
@media (max-width :900px) { 
  .banner{
    width: 100%;
  background-image: url(https://cdn4.buysellads.net/uu/1/3386/1525189943-38523.png);
  }
}
@media (max-width :889px) { 
  .banner{
    width: 100%;
  background-image: url(https://cdn4.buysellads.net/uu/1/3386/1525189943-38523.png);
  }
}
@media (max-width :879px) { 
  .banner{
    width: 100%;
  background-image: url(https://cdn4.buysellads.net/uu/1/3386/1525189943-38523.png);
  }
}
@media (max-width :828px) { 
  .banner{
    width: 100%;
    background-size: cover;
  background-image: url(https://cdn4.buysellads.net/uu/1/3386/1525189943-38523.png);
  }
}
@media (max-width :669px) { 
  .banner{
    width: 100%;
    background-size: cover;
  background-image: url(https://cdn4.buysellads.net/uu/1/3386/1525189943-38523.png);
  }
  .b{
    font-size:30px;
  }
}
@media (max-width :777px) { 
  .banner{
    width: 100%;
    background-size: cover;
  background-image: url(https://cdn4.buysellads.net/uu/1/3386/1525189943-38523.png);
  }
  .b{
    font-size:20px;
  }
  .men{
    max-width:33%;
  }
  .nav{
    max-width:33%;
  }
}
@media (max-width :403px) { 
  .banner{
    width: 100%;
    background-size: cover;
  background-image: url(https://cdn4.buysellads.net/uu/1/3386/1525189943-38523.png);
  }
  .b{
    font-size:20px;
  }
  .men{
    max-width:10%;
  }
  .nav{
  
    display: block;
  }
}
@media (max-width :361px) { 
  .banner{
    width: 100%;
    background-size: cover;
  background-image: url(https://cdn4.buysellads.net/uu/1/3386/1525189943-38523.png);
  }
  .b{
    font-size:20px;
  }
  .men{
    max-width:10%;
  }
  .men li{
    padding: 5px;
    margin-top: 2px;
  }
}
@media (max-width :300px) { 
  .banner{
    width: 100%;
    background-size: cover;
  background-image: url(https://cdn4.buysellads.net/uu/1/3386/1525189943-38523.png);
  }
  .b{
    font-size:20px;
  }
  .men{
    max-width:10%;
  }
  .men li{
    padding: 2px;
  }
}