@font-face {
  font-family: inter-regular;
  src: url(../fonts/Inter-Regular.ttf);
}

@font-face {
  font-family: inter-medium;
  src: url(../fonts/Inter-Medium.ttf);
}

@font-face {
  font-family: inter-bold;
  src: url(../fonts/Inter-Bold.ttf);
}

.main-bg {
  background-image: url("../img/BG.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 88px 0px;
}
.logo{
  width: 35%;
}

h1 {
  color: #FFF;
  font-family: inter-bold;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 55px;
  margin-bottom: 50px;
}

.sda-flayer-form {
  margin: 0px 0px 0px 40px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 0px 16px 20px rgba(0, 0, 0, 0.04);
}

.flayer-form {
  padding: 46px 40px;
}

h2 {
  color: #171717;
  font-family: inter-bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}

label {
  position: absolute;
  top: 0.2ex;
  z-index: 1;
  left: 7px;
  background-color: white;
  padding: 0 5px;
  color: #393939;
  font-family: inter-medium;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  z-index: 999;
  line-height: normal;
}

label span {
  color: #DE0505;
  font-family: inter-medium;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.input-wrapper {
  position: relative;
  margin-bottom: 33px;
}

input {
  position: relative;
  margin-top: 10px;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  width: 100%;
  padding: 16px 12px;
  color: #393939;
  font-family: inter-medium;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

input::placeholder {
  color: #959595;
  font-family: inter-medium;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

input:focus {
  outline: none;
  border: 1px solid #393939;
}



textarea {
  position: relative;
  margin-top: 10px;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  width: 100%;
  padding: 16px 12px;
  color: #393939;
  font-family: inter-medium;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

textarea::placeholder {
  color: #959595;
  font-family: inter-medium;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

textarea:focus {
  outline: none;
  border: 1px solid #393939;
}
.form-control:focus {
  border: 1px solid #393939;
  outline: 0;
  box-shadow: none;
}

.input-group input {
  height: 49px;
  font-family: inter-medium;
  font-size: 12px;
}

.input-group-text {
  height: 49px;
  margin-top: 10px;
  font-family: inter-medium;
  color: #393939;
  background: #ffffff;
  font-size: 12px;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.submit-btn {
  width: 100%;
  padding: 20px;
  color: #969696;
  font-family: inter-bold;
  font-size: 24px;
  font-style: normal;
  border-radius: 4px;
  font-weight: 700;
  line-height: normal;
  background: #EBEBEB;
  border: none;
}

.submit-btn:hover {
  background: #DE0505;
  color: #FFFFFF;
}

footer {
  padding: 62px 88px 88px 88px;
  background: #FFFFFF;
  margin-top: -213px;
}

footer .row {
  align-items: center;
}

.foot_sec p {
  color: #171717;
  font-family: inter-medium;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.facebook {
  margin-left: 16px;
}

.insta,
.youtube {
  margin-left: 8px;
}

.foot_sec .link {
  margin-bottom: 0px;
}

.foot_sec .link a {
  color: #DE0505;
  margin-left: 5px;
}

.modal-dialog {
  width: 300px;
  margin: auto;
}

.modal-header {
  border-bottom: none;
}

.btn-close:focus {
  box-shadow: none;
}

.modal-body {
  padding: 0px 77px 48px 77px;
}

.modal-body h3 {
  color: #171717;
  text-align: center;
  font-family: inter-bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0px 8px 0px;
}

.modal-body p {
  color: #393939;
  text-align: center;
  font-family: inter-medium;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
}


@media screen and (min-width: 320px) and (max-width: 480px) {

  .main-bg {
    padding: 30px 0px;
  }

  .hero-main-text {
    padding: 0px;
    margin-bottom: 60px;
  }

  h1 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .sda-flayer-form {
    margin: 30px 0px;
  }

  .flayer-form {
    padding: 30px;
  }

  footer {
    padding: 130px 12px 30px 12px;
    margin-top: -160px;
  }
}