/* Basic styling for body */
body {
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
  color: #333;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "amsterdam-four";
  src: url("fonts/amsterdam-four.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fontspringbold";
  src: url("fonts/Fontspring-DEMO-theseasons-bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
.mainblock {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.bgmainimg {
  background-image: url("bg.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  position: absolute;
  width: 100%;
}
.maintitle {
  font-family: "fontspringbold";
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  color: rgba(113, 19, 46, 0.4) !important;
}
.comingsoon {
  font-family: "amsterdam-four";
  font-size: 70px;
  font-weight: 400;
  color: #000;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.logoimg {
  margin-bottom: 65px;
}
.contactus, .address {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin-top: 80px;
}
.contactus a , .address a {
  font-weight: 500;
  color: #000;
}

.address {
  margin-top: 10px !important;
}

@media (max-width: 992px) {
  .bgmainimg {
    background-image: url("bgres.jpg");
  }
  .mainblock {
    position: static;
    margin-top: 50px;
    transform: unset;
  }
  .logoimg {
    margin-bottom: 20px;
  }
  .logoimg svg {
    height: 250px;
    width: 250px;
  }
  .maintitle {
    font-size: 30px;
  }
  .comingsoon {
    font-size: 40px;
    line-height: 112.73px;
    top: -25px;
  }
  .contactus, .address {
    font-size: 18px;
    margin-top: 60px;
    line-height: 24px;
  }
}

@media (max-width: 576px) {
  .mainblock {
    margin-top: 30px; 
  }
  .logoimg svg {
    height: 150px !important; 
    width: 150px !important;
  }
  .contactus {
    margin-top: 40px;
  }
}

@media (max-height: 800px) {
  .mainblock {
    margin-top: 30px; 
  }
  .logoimg svg {
    height: 200px;
    width: 200px;
  }

}