@font-face {
  font-family: "Montserrat-700";
  src: url("../font/Montserrat/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat-400";
  src: url("../font/Montserrat/Montserrat-Regular.ttf");
}
body {
  background: black;
  height: 100vh;
}

.main-template {
  background: url(../images/idealComingSoon.webp) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 576px) {
  .main-template {
    background-position:60%;
    height: calc(100vh - 60px);
    box-shadow: 0px 100px 1px #0e0e10;
   
  }
}
.main-template .parent-temp {
  max-width: 1480px;
}
@media screen and (max-width: 1456px) {
  .main-template .parent-temp {
    max-width: 1244px;
  }
}
@media screen and (max-width: 1324px) {
  .main-template .parent-temp {
    max-width: 1214px;
  }
}
@media screen and (max-width: 1200px) {
  .main-template .parent-temp {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1270px) {
  .main-template .parent-temp {
    max-width: 1090px;
  }
}
@media screen and (max-width: 1100px) {
  .main-template .parent-temp {
    max-width: 1027px;
  }
}
@media screen and (max-width: 1026px) {
  .main-template .parent-temp {
    max-width: 945px;
  }
}
@media screen and (max-width: 992px) {
  .main-template .parent-temp {
    max-width: 840px;
  }
}
@media screen and (max-width: 768px) {
  .main-template .parent-temp {
    max-width: 710px;
  }
}
.main-template .parent-temp .main-logo {
  padding-top: 50px;
}
@media screen and (max-width: 990px) {
  .main-template .parent-temp .main-logo {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-top: 100px;
    margin-left:10px;
  }
}
@media screen and (max-width: 667px) {
  .main-template .parent-temp .main-logo {
    padding-top: 90px;
  }
}
@media screen and (max-width: 576px) {
  .main-template .parent-temp .main-logo {
    padding-top: 60px;
  }
}
.main-template .parent-temp .main-cnt {
  margin-top: 140px;
  
}
@media screen and (max-width: 1400px) {
  .main-template .parent-temp .main-cnt {
    margin-top: 70px;
   
  }
}
@media screen and (max-width: 990px) {
  .main-template .parent-temp .main-cnt {
   
    margin-left:10px;
  }
}

@media screen and (max-width: 576px) {
  .main-template .parent-temp .main-cnt {
    text-align: left;
    margin-top: 70px;
  }
}
.main-template .parent-temp .main-cnt .main-head {
  font-size: 40px;
  font-family: "Montserrat-700";
  color: #fff;
  line-height: 1.3em;
}
@media screen and (max-width: 667px) {
  .main-template .parent-temp .main-cnt .main-head {
    font-size: 30px;
  }
}
.main-template .parent-temp .main-cnt .subhead {
  color: #fff;
  font-weight: 400;
  line-height: 1.3em;
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 30px;
  font-family: "Montserrat-400";
}
@media screen and (max-width: 667px) {
  .main-template .parent-temp .main-cnt .subhead {
    font-size: 18px;
  }
}
.main-template .parent-temp .main-cnt .more-info {
  position: absolute;
  bottom: 8px;
  
}
@media screen and (max-width: 990px) {
  .main-template .parent-temp .main-cnt .more-info {
    margin-left:10px;
  }
}
.main-template .parent-temp .main-cnt .more-info .contact {
  color: #fff;
  font-weight: 400;
  line-height: 1.3em;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Montserrat-400";
}
@media screen and (max-width: 667px) {
  .main-template .parent-temp .main-cnt .more-info .contact {
    font-size: 16px;
  }
}/*# sourceMappingURL=index.css.map */