body {
  overflow-x: hidden !important;
  padding: 0px !important;
  font-family: inter !important;
}

a, a:hover {
  color: #098FF8;
}

.page_container {
  padding: 150px 20px 20px 20px;
  background: #fff;
}

.h1-section-bg {
  width: 100%;
  display: flex;
  align-items: center;
  background-position: center center;
  padding: 0px 50px;
}

.main_section_data {
  width: 55%;
}

.img-Section {
  text-align: center;
  width: 45%;
}

.h1-section-bg h1 {
  margin: 25px auto;
  text-align: left;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  color: #101010;
}

.h1-section-bg span {
  font-size: 16px;
  text-align: end;
  display: block;
}

.heading-h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  margin: 30px auto;
  color: #101010;
}

.paragraph-text {
  color: #101010;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin: 30px 0px;
}

.key-section-info p {
  text-align: left;
  color: #101010;
  font-size: 16px !important;
  line-height: 1.5;
  margin: 0;
  font-family: 'Inter';
  font-weight: 400;
}


.download-Btn {
  background: linear-gradient(180deg, #6E2CD8 0%, #098FF8 100%);
  padding: 12px;
  border-radius: 12px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  display: block;
  transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
  transform: translateY(0);
  border: none;
}

.download-Btn:hover {
  color: #fff;
  transform: translateY(calc(-1* var(--animation-depth, .375em)));
  box-shadow: 0 5px 0 #6436DB;
  animation: bounce 0.4s ease-out;
}

.download-Btn:active {
  color: #fff;
  transform: translateY(calc(-1* var(--animation-depth, .375em)));
  box-shadow: 0 5px 0 #6436DB;
  animation: bounce 0.4s ease-out;
}

.key-section-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.key-items {
  width: 33.33%;
  text-align: center;
}

.key-section-info,
.key-section-info-initial {
  padding: 20px;
  height: 400px;
  margin: 10px 0px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #93CEFB;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.key-section-info:hover {
  background-color: #F9FCFF;
}

.key-section-info-initial {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.key-section-info h4 {
  color: #101010;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}

.key-section-numerics {
  background: #7b68ee;
  padding: 10px 17px;
  color: #fff;
  border-radius: 6px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

footer {
  padding: 0px;
}

.modal-dialog {
  width: 600px;
  margin: auto;
  top: 25%;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  padding: 0px !important;
  background: #38373796;
}

.modal-content {
  position: relative;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / .5);
  box-shadow: 0 3px 9px rgb(0 0 0 / .5);
  padding: 20px 60px;
}

.success-info h4 {
  color: #101010;
  font-size: 22px;
  text-align: center;
  margin: 30px 0px;
  font-family: 'Inter';
  font-weight: 700;
}

.success-info p {
  color: #101010;
  font-size: 16px;
  text-align: center;
  margin: 10px 0px;
  line-height: 1.5;
  font-family: 'Inter';
}

.closeBtn {
  background-color: #101010;
  color: white;
  font-size: 14px;
  border-radius: 30px;
  padding: 12px;
  width: 30%;
  display: block;
  margin: 30px auto;
  border: 1px solid #f2f2f2;
}

#cookieWarnBox {
  transition: all 0.4s ease-in-out;
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0px;
  background-color: transparent !important;
}

.errormsgIname,
.errormsgMail,
.errormsgIname1 {
  font-size: 12px;
  color: #ee2828;
  text-align: left;
  display: none;
  padding: 0px !important;
}

.descriptionP {
  font-size: 12px;
  word-break: break-word;
  margin: 20px auto;
  line-height: 1.5;
  color: #101010;
  font-weight: 400;
  text-align: left;
}

.model {
  display: block;
  padding-left: 17px;
}

#formModalClose {
  position: absolute;
  right: 20px;
  top: 6px;
  font-size: 30px
}

.modal-content h5 {
  color: #101010;
  font-size: 20px;
  text-align: center;
  margin: 30px 0px;
  font-weight: 700;
}

.users-input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 400;
}

.input-field {
  margin: 10px;
}

.btnContainer {
  /* background: #038501; */
  color: #fff;
  font-size: 14px;
  padding: 10px;
  /* border-radius: 10px; */
  /* border: 1px solid #c3c3c3; */
  background: linear-gradient(180deg, #6e2cd8 0, #098ff8 100%);
  box-shadow: 0 12px 20px #7b68ED29;
  border: 1px solid #98a5df;
  border-radius: 10px;
}

#output {
  color: orange;
  letter-spacing: 2px;
}

#cookieWarnBox.loaded {
  opacity: 0.9;
  bottom: -17px;
}

.keySection {
  padding: 20px 50px;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

input {
  text-decoration: none !important;
  background: 0 0 !important;
  outline: 0 !important;
}

input:active,
input:focus,
input:hover {
  text-decoration: none !important;
  background: 0 0 !important;
  outline: 0 !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 767px) {
  .mobileversion {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .desktopversion {
    display: none;
  }

  .h1-section-bg {
    display: block;
    padding: 0px;
  }

  .h1-section-bg h1 {
    font-size: 35px;
    text-align: center;
  }

  .paragraph-text {
    text-align: center;
  }

  .heading-h2 {
    font-size: 30px;
  }

  .key-section-container {
    display: block;
  }

  .key-items {
    width: 100%;
  }

  .key-section-info,
  .key-section-info-initial {
    height: auto;
  }

  .modal-dialog {
    width: 100%;
  }

  .modal-content {
    padding: 20px;
  }

  .main_section_data {
    width: 100%;
  }

  .img-Section {
    width: 100%;
  }

  .img-Section img {
    width: 300px;
    height: auto;
  }

  .h1-section-bg span {
    margin: 20px 0px;
  }

  .key-section-info p {
    text-align: center;
    margin: auto;
  }

  .keySection {
    padding: 20px;
  }

  .page_container {
    padding: 120px 20px 20px 20px;
    background: #fff;
  }

  .download-Btn {
    margin: 30px auto;
  }

  .key-section-info h4 {
    margin: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .img-Section img {
    width: 300px;
    height: auto;
  }

  .h1-section-bg h1 {
    font-size: 36px;
  }

  .h1-section-bg {
    padding: 0px 20px;
  }

  .keySection {
    padding: 20px;
  }

  .download-Btn {
    font-size: 14px;
  }

  .img-Section {
    text-align: end;
  }

  .key-section-info p {
    font-size: 14px !important;
  }

  .key-section-info h4 {
    font-size: 18px;

  }

  .key-section-info, .key-section-info-initial {
    padding: 10px;
    height: 500px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1250px) {
  .key-section-info, .key-section-info-initial {
    padding: 10px;
    height: 480px;
  }
}
