body {
  scroll-behavior: smooth;
  margin: 0%;
  padding: 0%;
}

header {
  position: relative;
  height: 18vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #2f677e;
  font-family: sans-serif;
}

header .header-logo {
  height: 100px;
  width: 100px;
}

header .header-logo img {
  height: 100px;
  width: 100px;
}

/* Banner styling  */
.home-banner {
  position: relative;
  height: 80vh;
  width: 100%;
}

.home-banner img {
  position: absolute;
  height: 80vh;
  width: 100%;
}

.home-banner span{
  position: absolute;
  display: flex;
  top: 10%;
  right: 5%;
  margin: 0%;


}

#desktop{
  width: 500px;
   height: 500px;
}

#fire{
  margin: 45px -250px 0px 0px;
  width: 300px; height: 300px;
  z-index: 2;
}

/* About section styling  */

.about {
  position: relative;
  height: auto;
  width: 70vw;
  margin: 5vh 15vw;
  text-align: center;
}

.about h2 {
  font-family: sans-serif;
  font-size: 1.8em;
  color: #2f677e;
}

.home-about {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.home-about p {
  max-width: 600px;
  text-align: justify;
  line-height: 1.5;
  font-size: 1.2em;
}

.home-about dotlottie-player {
  max-width: 300px;
  height: 300px;
}

/* Gallery section stylig  */

.gallery {
  position: relative;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
}

.gallery-img {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0px 40px 0px;
}

.gallery-img img {
  height: 250px;
  width: 350px;
  border-radius: 10px;
  margin: 10px 15px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 20px -8px;
}

.gallery-info p {
  text-align: justify;
  margin: 10px 13vw;
  line-height: 1.5;
  font-size: 1.1em;
}

.lnct-info {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.lnct-info ol li {
  line-height: 1.8;
  font-size: 1em;
  font-weight: bold;
}
.lnct-info img {
  height: 350px;
  width: 800px;
  border-radius: 10px;
}

/* Bottom styling  */

.bottom {
  position: relative;
  margin: 50px 7vw;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.bottom p {
  text-align: justify;
  margin: 10px 5vw;
  font-size: 1.2em;
  line-height: 1.5;
}

.bottom h3 {
  text-align: left;
  margin: 10px 5vw;
  text-decoration: underline;
}

/* Footer styling  */
footer {
  position: relative;
  height: 15vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

footer img {
  height: 12vh;
  width: auto;
}

@media screen and (max-width: 426px) {
  header {
    position: relative;
    height: 15vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    color: #2f677e;
    font-family: sans-serif;
  }

  header .header-logo {
    height: 50px;
    width: 50px;
  }

  header .header-logo img {
    height: 50px;
    width: 50px;
  }

  header h1 {
    font-size: 0.8em;
    max-width: 200px;
  }

  /* Banner styling  */
  .home-banner {
    height: 40vh;
    width: 100%;
  }

  .home-banner img {
    height: 40vh;
    width: 100%;
    position: absolute;
  }
  
  .home-banner span{
    position: absolute;
    display: flex;
    top: 15%;
    right: 0%;
    margin: 0%;
  
  }

  #desktop{
    width: 150px;
     height: 150px;
  }
  
  #fire{
    margin: 5px -80px 0px 0px;
    width: 100px; height: 100px;
    z-index: 2;
  }
  
  

  /* About section styling  */

  .about {
    /* display: none; */
    position: relative;
    height: auto;
    width: 100vw;
    margin: 5vh 0vw;
  }

  .about h2 {
    font-family: sans-serif;
    font-size: 0.8em;
    color: #2f677e;
  }

  .home-about {
    display: flex;
    flex-direction: column;
  }

  .home-about p {
    max-width: 280px;
    text-align: justify;
    line-height: 1.5;
    font-size: 0.8em;
  }

  .home-about dotlottie-player {
    max-width: 280px;
    height: 200px;
  }

  /* Gallery section stylig  */

  .gallery {
    /* display: none; */
    position: relative;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
  }

  .gallery-info {
    width: 100vw;
  }

  .gallery-img {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 40px 0px;
  }

  .gallery-img img {
    height: 200px;
    width: 270px;
    border-radius: 5px;
    margin: 10px 15px;
    margin-bottom: 0%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 20px -8px;
  }

  .gallery-info p {
    max-width: 280px;
    text-align: justify;
    line-height: 1.5;
    font-size: 0.8em;
    margin: auto;
  }

  .lnct-info {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }

  .lnct-info ol li {
    line-height: 1.5;
    font-size: 0.9em;
    font-weight: 550;
  }

  .lnct-info ol {
    margin-bottom: 20px;
  }
  .lnct-info img {
    height: 200px;
    width: 270px;
    border-radius: 2px;
  }

  /* Bottom styling  */

  .bottom {
    /* display: none; */
    position: relative;
    margin: 50px 7vw;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }

  .bottom p {
    max-width: 280px;
    text-align: justify;
    line-height: 1.5;
    font-size: 0.8em;
    margin: auto;
  }

  .bottom h3 {
    /* text-align: left; */
    margin: 10px auto;
    font-size: 1em;
    text-decoration: underline;
  }

  /* Footer styling  */
  footer {
    /* display: none; */
    position: relative;
    width: 100vw;
    height: 8vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  footer img {
    /* display: none; */
    height: 8vh;
    width: 90vw;
  }
}
.sub-heading{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sub-heading h1{
  margin-bottom:0;
}