
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Kalam:wght@300;400;700&family=Pacifico&family=Press+Start+2P&display=swap');

@media only screen and (min-width:360px) and (max-width:1024px)
{
    .body {
        color: #fff;
        font-size: 16px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        background-image: url(https://i.postimg.cc/XvT12qdD/3.jpg);
        background-size: cover;
        height: 100%;
        width: 100%;
        text-align: center;
        z-index: 1000;
        /* display: none; */
      
      }


      .creative__text--animation-3 {
        font-size: 30px;
        font-weight: 200;
        /* padding: 0 100px; */
        color: var(--text-color);
        font-family:"pacifico";
        
      }

      .landing_1, .landing__2{
        /* height: 30vh; */
        text-align: center;
        align-items: center;
        padding-top: 35%;
      }

    .testimonial-section1
    {
      margin-top: 5%;
      display: block;
    }

      .testi-image
      {
        width: 100%;
        display: none;
      }

      .containerrr
      {
        display: block;
      }

      .for-mobi
      {
        margin-top: 50px;}


        .banner-img img {
          width: 100%;
          margin-bottom: 80px;
        }

    

      /*===================== FOOTER STARTS HERE======================*/
  .foot-nav {
    display: block;
    margin-left: 0px;
    margin-top: 0;
    justify-content: space-evenly;
    overflow: hidden;
  }
  .foot_main {
    height: 600px;
    background-image: url(../assets/moon2.jpg);
    background-size: cover;
  }
  .hom {
    margin: auto;
    justify-content: center;
    align-items: center;
  }
  .message {
    display: none;
  }
  .footer-box {
    box-shadow: none;
    text-align: center;
  }
  .type {
    margin-left: 16px;
  }
  .social-icon {
    margin-left: 5px;
  }
  /*===================== FOOTER ENDS HERE======================*/






  /*===================== About Section ======================*/


  .about-section .image-column .inner-column:before{
    display: none;
  }

  .line-head
{
    font-family: "pacifico";
    font-size: 18px;
}

/* .who
{
    width: 320px;
    padding: 20px;
    
} */

.container-change {
	position: relative;
	/* width: auto; */
	/* max-width: 100%; */
	height: 60vh;
  background-size: cover;
  object-fit: cover;
}

.image {
	position: absolute;
	width: 100%;
	opacity: 0;
   height: 60vh;
}

.abb
{
    position: absolute;
    top: 25%;
    left: 30%;
    z-index: 999;
    font-size: 40px;
    color: white;
    text-shadow: black 1px 1px 2px;
    font-family: "pacifico";
}

  /*===================== About Section ======================*/


  .contact-sec
{
    display: block;
    justify-content: space-around;
    background-color: white;
    box-shadow: lightgray 2px 2px 20px;
    /* width: 90%; */
    border-radius: 20px;
    margin: auto;
}

.form-container {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    /* max-width: 400px; */
    width: 300px;
    /* margin: auto; */
}

}