/* Fonts  */
@font-face {
  font-family: "Helvetica";
  src: url("../font/Helvetica.ttf");
}

@font-face {
  font-family: "data-guard-regular";
  src: url("../fonts/Gilroy-Regular.woff");
}

@font-face {
  font-family: "data-guard-semi";
  src: url("../fonts/Gilroy-SemiBold.woff");
}

@font-face {
  font-family: "data-guard-bold";
  src: url("../fonts/Gilroy-Bold.woff");
}

@font-face {
  font-family: "data-guard-heavy";
  src: url("../fonts/Gilroy-Heavy.woff");
}

/* colours  */

:root {
  --primary: #000000;
  --secondary: #e8151b;
  --ternary: #243d6e;
  --sec-btn: #ffffff;
  --primary-font: #5c5c5c;
}

/* Basic css */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "poppins-regular", sans-serif;
  color: var(--primary-font);
}

ul li {
  list-style: none;
}

/* Spaces */
.space-top {
  margin-top: 127px;
}

.space-left {
  margin-top: 149px;
}

.space-between {
  margin-top: 59px;
}

.main-banner {
  width: 100%;
  height: 50vh;
  background: #ff7942;
  position: relative;
}

.banner-ovarlay {
  width: 100%;
  height: 100%;
  background: #ff7942;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.banner-ovarlay {
  opacity: 0.3;
}

.main-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-content {
  position: absolute;
  z-index: 1111;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.banner-content h2 {
  color: #ffffff;
  font-size: 60px;
  text-align: left;
  font-family: "data-guard-bold";
  text-transform: uppercase;
  
}
.banner-content h2 span
{
  color: #ff7942;
  font-family: "data-guard-bold";
}

.banner-content h4 {
  color: #ffffff;
  font-size: 42px;
  font-family: "data-guard-regular";
}

/* .banner-content {
  display: grid;
  place-items: center;
} */

.landing-bg {
  position: absolute;
  right: 0;
  bottom: -157px;

  margin-right: 10rem;
}

.landing-bg img {
  height: 40rem;
}

.data-logo img {
  height: 3rem;
}

.data-logo {
  display: grid;
  place-items: center;
}

.data-logo {
  margin: 10rem 0 1rem 0rem;
}

.abt-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.abt-content p {
  text-align: center;
  max-width: 668px;

  font-family: "data-guard-regular";
  padding: 1rem 0 0 0;
  margin-bottom: 0;
}

.abt-content h6 {
  font-size: 18px;
  font-family: "data-guard-bold";
  color: #ff7942;
  margin-top: 0.5rem;
}

.form-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.form-sec {
  padding: 5rem 0 5rem 0;
}

.form-sec h2 {
  font-family: "data-guard-bold";
  color: #160a44;
  
}
.form-sec h2 span
{
  color: #ff7942;
}



.form-sec h3 {
  font-family: "data-guard-bold";
  color: #160a44;
  font-size: 22px;
  padding: 1rem 0;
}

.form-sec ol {
  margin-left: 1rem;
  margin-top: 1rem;
}

.form-sec ol li {
  margin-bottom: 1rem;
  font-family: "data-guard-semi";
  color: #383737;
  font-size: 18px;
}

.lets-talk-button a {
  padding: 0.8rem 2.5rem;
  background: #231a64;
  color: #ffffff;
  font-family: "data-guard-bold";
  margin-top: 3rem;
  border-radius: 0.5rem;
}

.lets-talk-button a:hover {
  text-decoration: none;
  background: #2d2275;
  transition: 0.5s;
  color: #ff7942;
}

.main-forms {
  width: 80%;
    background: #160a44;
    padding: 1rem 1rem;
    border-radius: 1rem;
    min-height: 442px;
    float: right;
}

.main-forms h6 {
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  padding: 0.5em 0;
}

.form-control {
  background: #261b51;
  border: none;
  height: 45px;
  font-size: 12px;
  color: #ffffff !important;
  font-family: "data-guard-regular";
  padding: 0px 20px;
}

.form-control:focus {
  background: none;
  outline: none;
}

.form-control::placeholder {
  color: #ffffff !important;
  font-family: "data-guard-regular";
}
.footer-bar
{
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
}
.form-datas {
  margin-top: 3rem;
}

@media (max-width: 1500px) {
  .landing-bg img {
    height: 34rem;
  }
}

.form-btn {
  padding: 8px 20px;
    background: #fa445e;
    border: none;
    color: #ffffff;
    display: grid;
    place-items: center;
    transition: 0.5s;
    border: none;
    border-radius: 5px;
    margin: auto;
}

.form-btn:hover {
  background: #442aa9;
}

.footer-bar {
  width: 100%;
  padding-top: 90px;
  border-bottom: 15px solid #160a44;
 
  
}
.footer-bar img  
{
  margin-top: 48px;
}
.footer-bar ul li 
{
  color: #ffffff;
  font-size: 20px;
  font-family: "data-guard-bold";
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  padding-left: 18px;
  background-position: 0px 6px;
  padding-bottom: 16px;
  line-height: 30px;
}

.footer-bar button
{
  background-color: #160a44;
  color: #ffffff;
  padding: 10px 20px;
  border: 0px;
  border-radius: 4px;
  margin-bottom: 70px;
}


@media (max-width: 1173px) {
  .landing-bg img {
    height: 30rem;
  }

  .landing-bg {
    margin-right: 6rem;
    margin-top: 4rem;
  }
}

@media (max-width: 990px) {
  .landing-bg {
    position: static;
    display: none;
  }

  .data-logo {
    margin: 3rem 0 1rem 0rem;
  }

  .abt-content h6 {
    text-align: center;
  }

  .form-sec {
    padding: 0rem 0 5rem 0;
  }
}

@media (max-width: 840px) {
  .form-wrapper {
    grid-template-columns: 1fr;
  }

  .main-forms {
    margin-top: 2rem;
    width: 100%;
  }

  .banner-content h2 {
    font-size: 28px;
  }

  .banner-content h4 {
    font-size: 28px;
  }

  .main-banner {
    height: 39vh;
  }

  .form-sec h2 {
    font-size: 22px;
  }

  .form-sec h3 {
    font-size: 18px;
  }

  .form-sec ol li {
    font-size: 16px;
  }

  .form-datas {
    margin-top: 2rem;
  }
}

.error-message {
  color: #c40000;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.error-message.show {
  display: block;
}

.thank-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #00000063;
  left: 0;
  top: 0;
  z-index: 1223;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.thank-popup img {
  max-width: 32rem;
}

@media (max-width: 990px) {
  .thank-popup img {
    max-width: 18rem !important;
  }
}

.onactive {
  opacity: 1;
  visibility: visible;
}


.thanking-img {
  position: absolute;
  /* bottom: -257px; */
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}

/* Thanks page */

.main-banner-thanking {
  width: 100%;
  height: 70vh;
  background: #ff7942;
  position: relative;
}

.banner-ovarlay-thanking {
  width: 100%;
  position: absolute;
  height: 100% !important;
  background: #654c5f;
  opacity: 0.5;
}
.main-banner-thanking .banner-mani-img {
  height: 100%;
}
.main-banner-thanking .banner-mani-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.thankyou-tag {
  position: absolute;
  z-index: 11119898;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
}
.thankyou-tag h5 {
  color: #f1803e;
  font-size: 54px;
  text-align: center;
  font-family: "data-guard-bold";
}

@media (max-width: 880px) {
  .main-banner-thanking {
    height: 40vh;
  }
  .thanking-img img {
    max-width: 532px;
  }
}
