@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Semibold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Extrabold.ttf");
  font-weight: 800;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Gilroy", sans-serif !important;
  color: #121212 !important;
  background-color: #fff !important;
  font-size: 18px !important;
  max-width: 1920px !important;
  margin: 0 auto !important;
}

.color-primary {
  color: #e52982 !important;
}

.backward {
  z-index: -1 !important;
}

.forward {
  z-index: 9999 !important;
}

.FS-12 {
  font-size: 12px !important;
}

.FS-14 {
  font-size: 14px !important;
}

.FS-16 {
  font-size: 16px !important;
}

.FS-18 {
  font-size: 18px !important;
}

.PY-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.text-justify {
  text-align: justify !important;
}

h1 {
  font-size: 38px !important;
  font-weight: 700 !important;
}

h3 {
  font-size: 28px !important;
  font-weight: 700 !important;
}

label {
  font-size: 20px;
  font-weight: 600 !important;
}

.Button {
  display: inline-flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #e52982;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: none !important;
  outline: none !important;
  box-shadow: 0px 4px 14px #e529817c;
}

.navbar-nav a {
  color: #121212 !important;
  text-align: center;
}

.navbar-nav a.active,
.navbar-nav a:active,
.navbar-nav a:focus {
  color: #e52982 !important;
  font-weight: 500;
}

.bannerForm {
  max-width: 1145px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}

.imageBB {
  position: absolute;
  top: 0;
  /* z-index: -1; */
}

.bannerForm>div>div {
  padding: 20px;
  margin: 20px;
}

.bannerForm>div>div>div>ul:first-child {
  overflow-x: auto;
  flex-wrap: nowrap !important;
  padding-bottom: 1px !important;
}

.nav-pills .nav-link {
  color: #E52A82 !important;
  font-size: 14px !important;
  font-weight: 500;
}

.nav-pills .nav-item:first-child .nav-link {
  border-radius: 10px 10px 0 10px !important;
  box-shadow: none !important;
}

.nav-pills .nav-item:not(:first-child):not(:last-child) .nav-link {
  border-radius: 10px 10px 0px 0px !important;
  box-shadow: none !important;
}

.nav-pills .nav-item:last-child .nav-link {
  border-radius: 10px 10px 10px 0 !important;
  box-shadow: none !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #e52982 !important;
  color: #fff !important;
}

.tabInputField {
  width: 100% !important;
  border: none !important;
  border-radius: 0px !important;
  outline: none !important;
  border-bottom: 1px solid #12121240 !important;
  font-size: 22px !important;
  padding: 0px !important;
  padding-bottom: 5px !important;
  box-shadow: none !important;
}

.tabInputField:focus {
  border-bottom: 1px solid #e52982 !important;
}

.contactform .form-control {
  font-size: 18px !important;
  border-radius: 10px !important;
  padding: 16px !important;
}

.contactform .form-control:focus {
  box-shadow: none !important;
  border-color: #12121220 !important;
}

.stats-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.stats-container>div {
  width: 200px;
  flex: 1;
  text-align: center;
  padding: 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.194);
  backdrop-filter: blur(4px);
  border: 1px solid transparent;
}

.stats-container>div>h3 {
  padding-bottom: 0px !important;
  margin-bottom: -5px !important;
}

.stats-container>div>span {
  color: #fff;
}

.stats-container>div:first-child {
  border-color: white;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-radius: 20px 0 0 20px;
}

.stats-container>div:not(:first-child):not(:last-child) {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.stats-container>div:last-child {
  border-color: white;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-radius: 0 20px 20px 0;
}

.icoDivParent {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.icoDiv {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #12121240;
  border-radius: 20px;
  padding: 10px;
}

.amazing .icoDiv img {
  margin: -20px;
  width: 100px;
}

.partner .icoDiv img {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}

.partner .icoDiv:hover img {
  filter: grayscale(0%);
}

/*============ responsive =============  */

@media screen and (max-width: 767px) {
  .formGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
  }

  .tabInputField {
    font-size: 14px !important;
  }

  .formGrid label {
    font-size: 14px !important;
  }

  .Button {
    max-height: 40px;
    margin: auto;
  }

  .bannerForm {
    z-index: 9999 !important;
    width: 100%;
    margin-top: -150px;
    margin-bottom: 250px;
  }

  .imageBB {
    display: none;
  }

  .bannerForm>div>div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    border: none !important;
    margin: 0px auto !important;
    padding: 20px !important;
  }

  .bannerForm>div>div>div:nth-child(1) {
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
    width: fit-content;
    box-shadow: 0px 14px 14px #37373726;
  }

  .bannerForm>div>div>div:nth-child(2) {
    background-color: #fff;
    border-radius: 0px 10px 10px 10px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 20px;
    box-shadow: 0px 14px 14px #37373726;
  }
}

/* min-width : 768px  */

@media screen and (min-width: 768px) {
  .Button {
    padding: 14px 34px;
    font-size: 18px;
  }

  .formGrid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .stats-container {
    display: flex;
    gap: 20px;
    align-items: center;
    position: absolute;
    bottom: 30px;
    right: 30px;
  }

  .stats-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: unset;
    transform: translateX(0);
  }

  .icoDivParent {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .icoDiv {
    height: 200px;
    border-radius: 20px;
  }

  .amazing .icoDiv img {
    margin: -30px;
    width: 120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .bannerForm {
    z-index: 9999 !important;
    width: 100%;
    max-width: 750px;
    margin-top: -100px;
    margin-bottom: 300px;
  }

  .imageBB {
    display: none;
  }

  .bannerForm>div>div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 700px;
    border: none !important;
    margin: 0px auto !important;
    padding: 0px !important;
  }

  .bannerForm>div>div>div:nth-child(1) {
    background-color: #fff;
    border-radius: 20px 20px 0px 0px;
    width: fit-content;
    box-shadow: 14px 14px 14px #37373726;
  }

  .bannerForm>div>div>div:nth-child(2) {
    margin-top: -10px;
    background-color: #fff;
    border-radius: 0px 20px 20px 20px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 20px;
    box-shadow: 14px 14px 14px #37373726;
  }

  .nav-pills .nav-link {
    color: #E52A82 !important;
    font-size: 20px !important;
    font-weight: 500;
  }

  .nav-pills .nav-item:first-child .nav-link {
    border-radius: 20px 20px 0 20px !important;
    box-shadow: none !important;
  }

  .nav-pills .nav-item:not(:first-child):not(:last-child) .nav-link {
    border-radius: 20px 20px 0px 0px !important;
    box-shadow: none !important;
  }

  .nav-pills .nav-item:last-child .nav-link {
    border-radius: 20px 20px 20px 0 !important;
    box-shadow: none !important;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    background-color: #e52982 !important;
    color: #fff !important;
  }
}

/* max-width : 991px  */

@media screen and (max-width: 991px) {
  .Container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
  }

  .row {
    --bs-gutter-x: 0px !important;
  }

  .imageBB {
    display: none;
  }
}

/* min-width : 992px  */

@media screen and (min-width: 992px) {
  .Container {
    max-width: 950px;
    margin: 0 auto;
    padding: 30px;
  }

  label {
    font-size: 28px !important;
    font-weight: 700 !important;
  }

  .bannerForm {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 900px;
  }

  .imageBB {
    z-index: -1;
    width: 900px;
  }

  .bannerForm>div>div {
    position: absolute;
    top: -5px;
    left: -2px;
    width: 100%;
    padding: 0px;
    border: none !important;
  }

  .bannerForm>div>div>div:nth-child(2) {
    margin: 0px 80px 0px 25px;
  }

  .nav-pills .nav-link {
    color: #E52A82 !important;
    font-size: 24px !important;
    font-weight: 500;
  }

  .nav-pills .nav-item:first-child .nav-link {
    border-radius: 20px 20px 0 20px !important;
    box-shadow: none !important;
  }

  .nav-pills .nav-item:not(:first-child):not(:last-child) .nav-link {
    border-radius: 20px 20px 0px 0px !important;
    box-shadow: none !important;
  }

  .nav-pills .nav-item:last-child .nav-link {
    border-radius: 20px 20px 20px 0 !important;
    box-shadow: none !important;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    background-color: #e52982 !important;
    color: #fff !important;
  }
}

/* min-width : 1200px  */

@media screen and (min-width: 1200px) {
  .Container {
    max-width: 1145px;
    margin: 0 auto;
    padding: 50px;
  }

  .bannerForm {
    position: absolute;
    left: 50%;
    bottom: 150px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1145px;
    padding: 0px !important;
  }

  .imageBB {
    width: 100%;
  }

  .bannerForm>div>div {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 3px;
    padding: 0px;
    border: none !important;
  }

  .bannerForm>div>div>div:nth-child(2) {
    margin: 35px 80px 0px 25px;
  }

  .nav-pills .nav-link {
    padding: 20px 48px;
    color: #E52A82 !important;
    font-size: 24px !important;
    font-weight: 500;
  }

  .nav-pills .nav-item:first-child .nav-link {
    border-radius: 20px 20px 0 20px !important;
    box-shadow: none !important;
  }

  .nav-pills .nav-item:not(:first-child):not(:last-child) .nav-link {
    border-radius: 20px 20px 0px 0px !important;
    box-shadow: none !important;
  }

  .nav-pills .nav-item:last-child .nav-link {
    border-radius: 20px 20px 20px 0 !important;
    box-shadow: none !important;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    background-color: #e52982 !important;
    color: #fff !important;
  }

  h1 {
    font-size: 58px !important;
  }

  .discover {
    margin-top: -50px !important;
  }

  h2 {
    font-size: 58px !important;
    font-weight: 700 !important;
  }

  h3 {
    font-size: 48px !important;
    font-weight: 700 !important;
  }

  h4,
  label {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #121212d9;
  }

  .contactform label,
  h5 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }

  .amazing .icoDiv img {
    width: fit-content;
  }
}

h4,
label {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #121212d9;
}

/* min-width : 1360px  */

@media screen and (min-width: 1360px) {
  .Container {
    max-width: 1256px;
    margin: 0 auto;
    padding: 60px;
  }

  h1 {
    font-size: 68px !important;
    font-weight: 700 !important;
  }

  .icoDivParent {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .icoDiv {
    height: 250px;
    border-radius: 20px;
  }
}

/* min-width : 1400px  */

@media screen and (min-width: 1400px) {
  .Container {
    max-width: 1340px;
    padding: 70px;
  }
}

/* min-width : 1500px  */

@media screen and (min-width: 1500px) {
  .Container {
    max-width: 1440px;
    padding: 80px;
  }
}

/* min-width : 1600px  */

@media screen and (min-width: 1600px) {
  .Container {
    max-width: 1540px;
    padding: 80px;
  }

  .icoDivParent {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .icoDiv {
    height: 250px;
    border-radius: 20px;
  }
}

/* min-width : 1700px  */

@media screen and (min-width: 1700px) {
  .Container {
    max-width: 1640px;
    padding: 90px;
  }
}