/*@Media Query Mixin*/
/*@Media Query Mixin End*/
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

p, li, label {
  font-size: 16px;
}

.bold {
  font-weight: 600;
}

.container {
  max-width: 90%;
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 96%;
  }
}

.mainbg {
  position: relative;
  text-align: center;
}
.mainbg .img {
  position: relative;
}
@media screen and (max-width: 999px) {
  .mainbg .img {
    overflow: hidden;
  }
}
.mainbg .img .maibg {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .mainbg .img .maibg {
    width: 142%;
    transform: translateX(-27%);
  }
}
@media screen and (max-width: 600px) {
  .mainbg .img .maibg {
    width: 210%;
    transform: translateX(-46%);
  }
}
.mainbg .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0;
}
.mainbg .img .overlay .logo {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1700px) {
  .mainbg .img .overlay .logo {
    width: 22%;
    margin: 0 auto 5rem;
  }
}
@media screen and (max-width: 999px) {
  .mainbg .img .overlay .logo {
    width: 29%;
    margin: 0 auto 2.9rem;
  }
}
@media screen and (max-width: 600px) {
  .mainbg .img .overlay .logo {
    width: 48%;
  }
}
.mainbg .img .overlay h1 {
  font-size: 60px;
  font-weight: 600;
  color: #f19363;
  letter-spacing: 2px;
}
@media screen and (max-width: 1700px) {
  .mainbg .img .overlay h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 600px) {
  .mainbg .img .overlay h1 {
    font-size: 31px;
  }
}
.mainbg .btmsize24 {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  bottom: 2%;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1700px) {
  .mainbg .btmsize24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1500px) {
  .mainbg .btmsize24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 999px) {
  .mainbg .btmsize24 {
    font-size: 18px;
    padding: 0 8%;
  }
}
@media screen and (max-width: 600px) {
  .mainbg .btmsize24 {
    font-size: 15px;
    padding: 0 4%;
  }
}

.formssec {
  padding: 2.5rem 0;
}
.formssec label {
  color: #2f333b;
  font-weight: 400;
}

.btn {
  font-size: 15px;
  background: #192a6c;
  color: #fff;
  padding: 0.7rem 2.9rem;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
  border: 1px solid #192a6c;
  z-index: 1;
  transition: all 0.6s ease;
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  z-index: -1;
  background: #fff;
  transition: all 0.6s ease;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.btn:hover {
  color: #192a6c;
}
.btn:hover::before {
  height: 100%;
  transition: all 0.6s ease;
}

input, select, textarea, button {
  resize: none;
}
input:focus, select:focus, textarea:focus, button:focus {
  outline: 0;
  box-shadow: unset;
}

#thank-you {
  text-align: center;
  height: 100vh;
  padding: 11% 0;
}

@media screen and (max-width: 999px) {
  #thank-you {
    padding: 27% 0 0;
  }
}
@media screen and (max-width: 500px) {
  #thank-you {
    padding: 30% 0 0;
  }
}
#thank-you .thank .img {
  width: 30%;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  #thank-you .thank .img {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  #thank-you .thank .img {
    width: 80%;
  }
}
#thank-you h3 {
  font-size: 3.5em;
  text-transform: uppercase;
  font-weight: 600;
  color: #2a2a51;
}

@media screen and (max-width: 999px) {
  #thank-you h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 500px) {
  #thank-you h3 {
    font-size: 2em;
  }
}
#thank-you p {
  font-size: 1.2em;
  color: #2a2a51;
}

@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}/*# sourceMappingURL=style.css.map */