*{
    margin: 0;
    padding: 0;
}

.top-menu{
    display: flex;
    justify-content: space-between;
    background-color: azure;
    padding: 5px;
}
.top-menu span{
    font-size: 11px;
}

.top-menu a img{
    height: 20px;
    margin-right:10px;
}


header h1{
    text-transform: uppercase;
    font-family: poppins;
    text-align: center;
    font-size: 20px;
}

header img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
}

nav{
  background-color: #0B192C;
  height: 26px;
}

nav ul{
  list-style-type: none;
  display: flex;
  justify-content: space-around;
}

nav ul li{
  width: 150px;
  text-align: center;
  color: white;
  border-radius: 5px;
}

nav ul li a{
  text-decoration: none;
  color: #FFFECB;
}

nav ul li a:hover{
  color: orangered;
}

.carousel-caption{
    color: black !important;
    font-weight: bolder;
}

.animate h1{
    color: rgb(255, 0, 157);
    margin-left: 80px;
    position: absolute;
    margin-top: -200px;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 3px;
    border-radius: 5px;
}

.animate h1 span{
    color:#ffffff;
    font-weight: bolder;
}

.chat{
    display: flex;
    justify-content: space-between;
    margin-top: -100px;
    position: relative;
}

.chat p{
    display: flex;
    position: sticky;
}

.chat p a img{
    height: 50px;
   margin: 15px;
}

.aboutus h3,.gallery h3,.contacts h3{
    text-align: center;
    background-color: rgb(13, 13, 13);
    box-shadow: 10px 5px 50px 0px  rgb(180, 217, 14);
    color: white;
}

.about-des{
    display: flex;
    justify-content: space-around;
    padding-top: 80px;
    /* background-image: url(images/about_background.png);
    background-position: center;
    background-size: 750px;
    background-repeat: no-repeat; */
    height: 520px;
    
}

.about-des img{
    height: 420px;
    border-radius: 50px 150px 50px 150px;
    border: 2px inset black;
    box-shadow: 2px 2px 10px 0px black;
}

.about-des img:hover{
    height: 430px;
}

.about-des p{
    height: 410px;
    width: 550px;
    color: white;
    background-color: rgba(0, 0, 0, 1);
    padding: 10px;
    background-size: contain;
    border-radius: 25px;
    text-align: justify;
    box-shadow: 2px 2px 15px black;
}

.about-des p:hover{
    background-color: rgb(255, 255, 255);
    color: black;
}

.scroll{
    margin-top: 40px;
}

.scroll marquee img{
    height: 250px;
    width: 200px;
    margin-right: 40px;
    border-radius: 25px;
    border: 2px solid black;
}

.focusimg img{
    height: 300px;
    width: 700px;
    margin: 20px;
    margin-left: 30px;
    border: 2px solid black;
    box-shadow: 5px 2px 10px black;
    border-radius: 15px;
}

.contact{
    display: flex;
    margin: 120px 40px 10px 40px;
    justify-content: space-around;
}

.add img,.email img,.mobile img{
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 20px;
}

.add{
    padding-bottom: 160px;
}

.add address{
    text-align: center;
}

footer{
    height: 60px;
    background-color: blue;
    text-align: center;
}

footer span{
    text-align: center;
    color: white;
}



 @media screen and  (max-width: 320px) {
  nav{
    height: auto;
  }

  nav ul{
    display: block;
    margin: 0;
    padding: 0;
  }
  nav ul li{
    text-align: center;
    padding: 0;
    width: auto;
    margin: 0;
  }

  nav ul li:nth-child(1n){
    border-bottom: 2px solid white;
  }

  .carousel-item  img{
    height: 250px;
  }

  .animate h1{
    font-size: 12px;
    margin-top: -30px;
  }

  .chat p a img{
    height: 25px;
  }

  .aboutus{
    margin-top: 40px;
  }

  .about-des{
    display: block;
    margin-top: -40px;
  
  }

  .about-des img{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-des p{
    height: auto;
    width: auto;
    margin-top: 25px;
  }

  .gallery{
    margin-top: 740px;
  }

  .focusimg{
    display: block;
  }

  .focusimg img{
    height: 150px;
    width: 300px;
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .contact{
    display: block;
    text-align: center;
    margin: 0;
  }

  .add{
    padding: 0;
    margin: 0;
  }

  footer{
    height: auto;
  }

 }

 @media screen and (min-width: 321px) and (max-width:375px) {
  nav{
    height: auto;
  }

  nav ul{
    display: block;
    margin: 0;
    padding: 0;
  }
  nav ul li{
    text-align: center;
    padding: 0;
    width: auto;
    margin: 0;
  }

  nav ul li:nth-child(1n){
    border-bottom: 2px solid white;
  }

  .carousel-item  img{
    height: 250px;
  }

  .animate h1{
    font-size: 12px;
    margin-top: -30px;
  }

  .chat p a img{
    height: 25px;
  }

  .aboutus{
    margin-top: 40px;
  }

  .about-des{
    display: block;
    margin-top: -40px;
  
  }

  .about-des img{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-des p{
    height: auto;
    width: auto;
    margin-top: 25px;
  }

  .gallery{
    margin-top: 740px;
  }

  .focusimg{
    display: block;
  }

  .focusimg img{
    height: 150px;
    width: 300px;
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .contact{
    display: block;
    text-align: center;
    margin: 0;
  }

  .add{
    padding: 0;
    margin: 0;
  }

  footer{
    height: auto;
  }

 }

 @media screen and (min-width: 376px) and (max-width:425px) {
  nav{
    height: auto;
  }

  nav ul{
    display: block;
    margin: 0;
    padding: 0;
  }
  nav ul li{
    text-align: center;
    padding: 0;
    width: auto;
    margin: 0;
  }

  nav ul li:nth-child(1n){
    border-bottom: 2px solid white;
  }

  .carousel-item  img{
    height: 250px;
  }

  .animate h1{
    font-size: 12px;
    margin-top: -30px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .chat p a img{
    height: 25px;
  }

  .aboutus{
    margin-top: 40px;
  }

  .about-des{
    display: block;
    margin-top: -40px;
  
  }

  .about-des img{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-des p{
    height: auto;
    width: auto;
    margin-top: 25px;
  }

  .gallery{
    margin-top: 570px;
  }

  .focusimg{
    display: block;
  }

  .focusimg img{
    height: 180px;
    width: 400px;
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .contact{
    display: block;
    text-align: center;
    margin: 0;
  }

  .add{
    padding: 0;
    margin: 0;
  }

  footer{
    height: auto;
  }

 }


 @media screen and (min-width: 426px) and (max-width:768px){

  .animate h1{
    margin-top: -60px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    margin-left: 110px;
  }

  .about-des p{
      height: auto;
      width: 500px;
  }

  .contact{
    display: block;
    margin: 0;
    text-align: center;
  }
  .add{
    margin: 0;
    padding: 0;
  }
 }

 @media screen and (min-width: 769px) and (max-width:1024px){

  .focusimg{
    display: block;
  }
  .focusimg img{
    width: 450px;
  }

 }

 @media screen and (min-width: 1025px) and (max-width:1440px){

  .focusimg img{
    width: 660px;
  }
 }

 @media screen and (min-width: 1441px) and (max-width:2560px){

  .focusimg img{
    width: 1200px;
    height: 600px;
  }


 }
