@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Aeonik TRIAL";
  src: url("./fonts/AeonikTRIAL-Bold.eot");
  src: url("./fonts/AeonikTRIAL-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/AeonikTRIAL-Bold.woff2") format("woff2"), url("./fonts/AeonikTRIAL-Bold.woff") format("woff"), url("./fonts/AeonikTRIAL-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik TRIAL";
  src: url("./fonts/AeonikTRIAL-Light.eot");
  src: url("./fonts/AeonikTRIAL-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/AeonikTRIAL-Light.woff2") format("woff2"), url("./fonts/AeonikTRIAL-Light.woff") format("woff"), url("./fonts/AeonikTRIAL-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik TRIAL";
  src: url("./fonts/AeonikTRIAL-BoldItalic.eot");
  src: url("./fonts/AeonikTRIAL-BoldItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/AeonikTRIAL-BoldItalic.woff2") format("woff2"), url("./fonts/AeonikTRIAL-BoldItalic.woff") format("woff"), url("./fonts/AeonikTRIAL-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik TRIAL";
  src: url("./fonts/AeonikTRIAL-LightItalic.eot");
  src: url("./fonts/AeonikTRIAL-LightItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/AeonikTRIAL-LightItalic.woff2") format("woff2"), url("./fonts/AeonikTRIAL-LightItalic.woff") format("woff"), url("./fonts/AeonikTRIAL-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik TRIAL";
  src: url("./fonts/AeonikTRIAL-RegularItalic.eot");
  src: url("./fonts/AeonikTRIAL-RegularItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/AeonikTRIAL-RegularItalic.woff2") format("woff2"), url("./fonts/AeonikTRIAL-RegularItalic.woff") format("woff"), url("./fonts/AeonikTRIAL-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik TRIAL";
  src: url("./fonts/AeonikTRIAL-Regular.eot");
  src: url("./fonts/AeonikTRIAL-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/AeonikTRIAL-Regular.woff2") format("woff2"), url("./fonts/AeonikTRIAL-Regular.woff") format("woff"), url("./fonts/AeonikTRIAL-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.main {
  height: 100vh;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 105px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .main {
    overflow: inherit;
  }
}
@media (max-width: 767px) {
  .main {
    padding-top: 88px;
  }
}
@media (max-width: 991px) {
  .main {
    flex-direction: column;
  }
}
.main .flex_box_1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .flex_box_1 .main_form {
  padding-bottom: 60px;
  width: auto;
}
@media (max-width: 991px) {
  .main .flex_box_1 .main_form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main .flex_box_1 .main_form {
    padding-bottom: 35px;
  }
}
.main .flex_box_1 .main_form .form-row-new {
  display: grid;
  grid-template-columns: 260px 145px;
  gap: 10px;
}
@media (max-width: 767px) {
  .main .flex_box_1 .main_form .form-row-new {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.main .flex_box_1 .main_form h5 {
  font-family: "Aeonik TRIAL";
  font-weight: bold;
  color: black;
}
.main .flex_box_1 .main_form p {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #b2b2b2;
  margin-bottom: 0;
  font-weight: 500;
}
.main .flex_box_1 .main_form button {
  background-color: #bc3744;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  white-space: nowrap;
}
.main .flex_box_1 .main_form button:hover {
  background-color: #bc3744;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
}
.main .flex_box_1 .main_form button:focus {
  background-color: #bc3744;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  outline: none;
  box-shadow: none;
}
.main .flex_box_1 .logo_content img {
  width: 200px;
}
.main .flex_box_1 .logo_content h1 {
  font-family: "Aeonik TRIAL";
  font-weight: bold;
  color: black;
  white-space: nowrap;
  font-size: 35px;
  letter-spacing: 2px;
  margin-top: 0;
  line-height: 42px;
  position: relative;
  top: -8px;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .main .flex_box_1 .logo_content h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .main .flex_box_1 .logo_content h1 {
    font-size: 26px;
    letter-spacing: 1px;
    margin-top: 0;
    line-height: 32px;
    margin-bottom: 5px;
  }
}
.main .flex_box_1 .logo_content p {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #b2b2b2;
  margin-bottom: 0;
  font-weight: 500;
}
.main .flex_box_2 {
  width: 100%;
}
.main .flex_box_2 .main_mockup {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .main .flex_box_2 .main_mockup {
    height: 400px;
    top: 2px;
  }
}
.main .flex_box_2 .main_mockup video {
  height: 100%;
  width: 100% !important;
  position: absolute;
}
.main .flex_box_2 .main_mockup .newvideo {
  height: 100%;
  width: 100% !important;
  position: absolute;
  scale: 1.15;
  top: -5%;
  z-index: -1;
}
@media (max-width: 767px) {
  .main .flex_box_2 .main_mockup .newvideo {
    height: 100%;
    width: 100% !important;
    position: absolute;
    scale: 1.1;
    top: -13px;
    z-index: -1;
  }
}
.main .flex_box_2 .main_mockup .main_mockup_img {
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: end;
  flex-direction: column;
  position: relative;
  padding-right: 50px;
  align-items: center;
}
@media (max-width: 767px) {
  .main .flex_box_2 .main_mockup .main_mockup_img {
    padding-right: 0px;
  }
}
.main .flex_box_2 .main_mockup .main_mockup_img img.imgmockup {
  height: auto;
  position: relative;
  top: -31px;
  width: 275px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1366px) {
  .main .flex_box_2 .main_mockup .main_mockup_img img.imgmockup {
    top: 0;
    width: 250px;
    right: -30px;
  }
}
@media (max-width: 991px) {
  .main .flex_box_2 .main_mockup .main_mockup_img img.imgmockup {
    top: 0;
    width: 285px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .main .flex_box_2 .main_mockup .main_mockup_img img.imgmockup {
    top: 0;
    width: auto;
    height: 350px;
  }
}
@media (max-width: 398px) {
  .main .flex_box_2 .main_mockup .main_mockup_img img.imgmockup {
    height: 300px;
  }
}
.main .flex_box_2 .main_mockup .main_mockup_img img.imgmockup.imgmockupnew {
  width: 25vw;
}
@media (max-width: 767px) {
  .main .flex_box_2 .main_mockup .main_mockup_img img.imgmockup.imgmockupnew {
    width: 100% !important;
  }
}
.main .flex_box_3 {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 991px) {
  .main .flex_box_3 {
    align-items: start;
  }
}
@media (max-width: 767px) {
  .main .flex_box_3 {
    display: block;
  }
}
.main .flex_box_3 .key_ponts {
  width: 100%;
}
@media (max-width: 991px) {
  .main .flex_box_3 .key_ponts {
    width: 100%;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 767px) {
  .main .flex_box_3 .key_ponts {
    grid-template-columns: 1fr;
    padding: 1px;
  }
}
@media (max-width: 767px) {
  .main .flex_box_3 .key_ponts.larg_key_ponts {
    display: none;
  }
}
.main .flex_box_3 .key_ponts .box {
  display: flex;
  align-items: start;
  padding: 11px;
  box-shadow: 0 0 45px -29px gray;
  border-radius: 10px;
  border: 1px solid rgba(210, 210, 210, 0.3803921569);
  width: 260px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .main .flex_box_3 .key_ponts .box {
    margin-bottom: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main .flex_box_3 .key_ponts .box {
    box-shadow: none;
    border: 1px solid #ccc;
  }
}
.main .flex_box_3 .key_ponts .box img {
  width: 45px;
  height: 36px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main .flex_box_3 .key_ponts .box p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #5a5a5a;
  margin-bottom: 0;
  font-weight: 400;
}
.main .flex_box_3 .appdownload {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .main .flex_box_3 .appdownload {
    margin-bottom: 90px;
  }
}
.main .flex_box_3 .appdownload p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: black;
  margin: 0 auto;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .main .flex_box_3 .appdownload p {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
.main .flex_box_3 .appdownload .appimg {
  display: flex;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .main .flex_box_3 .appdownload .appimg {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
.main .flex_box_3 .appdownload .appimg img {
  width: 120px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .main .flex_box_3 .appdownload .appimg img {
    width: 49%;
    margin-left: 0;
  }
}

.container {
  max-width: 90%;
}

.iti {
  width: 100%;
}

.mapimg {
  position: absolute;
  width: 62%;
  height: 100%;
  /* margin: 0 auto; */
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .mapimg {
    height: 100%;
    width: 100%;
    padding-bottom: 0px;
  }
}

.headerlink {
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  .headerlink {
    top: 0px;
  }
}
.headerlink a {
  color: #727272;
  text-decoration: none;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .headerlink a {
    margin-left: 12px;
    font-size: 12px;
  }
}

.new_header {
  background-color: white;
  padding: 13px 0 20px 0;
  background-color: white;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1030;
  box-shadow: 0 0 28px -11px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .new_header {
    padding: 16px 0 20px 0;
  }
}

.new_header img {
  width: 250px;
}
@media (max-width: 767px) {
  .new_header img {
    width: 140px;
  }
}

.footer-section {
  background-color: #e4e4e4;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-logo-text {
  font-size: 14px;
  color: #828282 !important;
  font-weight: 500;
}

@media (max-width: 767px) {
  .footer-logo-text {
    font-size: 11px;
  }
}
.counter_new {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .counter_new {
    margin: 30px 0;
  }
}
.counter_new p {
  font-family: "Aeonik TRIAL";
  font-weight: bold;
  color: black;
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .counter_new p {
    font-size: 11px;
  }
}
.counter_new img {
  width: 120px;
}
@media (max-width: 767px) {
  .counter_new img {
    width: 96px;
  }
}

.mainicon_menu {
  position: relative;
  width: 26px;
  top: 3px;
  height: 14.8px;
}

.menuicon {
  width: 26px !important;
  position: absolute;
  cursor: pointer;
}

.closicon {
  width: 15px !important;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  cursor: pointer;
}

.headerlinkmenu {
  position: fixed;
  z-index: 1030;
  background-color: #f7ebeb;
  width: calc(90% - 30px);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 65px;
  border-radius: 5px;
  padding: 10px;
  display: none;
}
@media (min-width: 768px) {
  .headerlinkmenu {
    display: none !important;
  }
}
.headerlinkmenu a {
  font-size: 14px;
  color: black;
  margin: 5px 0;
  font-weight: 500;
  display: block;
}

#modal_contact_us .close:active, #modal_contact_us .close:focus {
  box-shadow: none;
  outline: none;
}
#modal_contact_us .modal-content {
  border-radius: 15px;
}
@media (min-width: 576px) {
  #modal_contact_us .modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
  }
}
#modal_contact_us label {
  font-size: 13px;
  font-weight: 500;
}
#modal_contact_us input::-moz-placeholder {
  font-size: 13px;
}
#modal_contact_us input::placeholder {
  font-size: 13px;
}
#modal_contact_us textarea::-moz-placeholder {
  font-size: 13px;
}
#modal_contact_us textarea::placeholder {
  font-size: 13px;
}

#aboutus_modal .close:active, #aboutus_modal .close:focus {
  box-shadow: none;
  outline: none;
}
#aboutus_modal .aboutimg {
  width: 100%;
  padding-top: 15px;
}
#aboutus_modal .close {
  position: absolute;
  right: 8px;
  top: 8px;
  background-color: #e9e9e9;
  opacity: 1;
  color: #333333;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-size: 17px;
}
#aboutus_modal .close span {
  position: relative;
  top: -1px;
  text-shadow: none;
}
#aboutus_modal p {
  font-size: 14px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#aboutus_modal p:nth-child(1) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(204, 204, 204, 0.8);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #aboutus_modal p {
    height: 307px;
  }
}
#aboutus_modal p:hover::-webkit-scrollbar {
  width: 3px;
  opacity: 1;
}
#aboutus_modal p::-webkit-scrollbar {
  width: 3px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#aboutus_modal p::-webkit-scrollbar-track {
  background: white;
}
#aboutus_modal p::-webkit-scrollbar-thumb {
  background: rgba(204, 204, 204, 0.8);
}
#aboutus_modal p::-webkit-scrollbar-thumb:hover {
  background: rgba(204, 204, 204, 0.8);
}
#aboutus_modal .modal-content {
  border-radius: 15px;
}
#aboutus_modal .modal-dialog {
  position: relative;
}
#aboutus_modal label {
  font-size: 13px;
  font-weight: 500;
}
#aboutus_modal input::-moz-placeholder {
  font-size: 13px;
}
#aboutus_modal input::placeholder {
  font-size: 13px;
}
#aboutus_modal textarea::-moz-placeholder {
  font-size: 13px;
}
#aboutus_modal textarea::placeholder {
  font-size: 13px;
}

.grecaptcha-badge {
  display: none;
}

@media (min-width: 576px) {
  .modalerror .modal-dialog {
    max-width: 353px;
    margin: 1.75rem auto;
  }
}
.modalerror .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.modalerror .modal-body i {
  font-size: 48px;
  color: #34c38f;
  margin-bottom: 11px;
}

.modalerror .fa-circle-xmark {
  color: #f46a6a;
  font-size: 24px;
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 1;
}

.newlive a {
  display: inline-block;
  position: relative;
  padding: 3px 5px;
  background: #CC1919;
  border-radius: 0;
  font-size: 10px;
  color: #fff;
  line-height: 1;
  overflow: hidden;
  text-decoration: none;
  letter-spacing: 0.6px;
  top: 3px;
  padding-top: 4px;
  margin-right: 3px;
}

.newlive a:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -75px;
  width: 6px;
  height: 155px;
  background: #fff;
  opacity: 0.3;
  transform: rotate(35deg);
  animation: moveAcross 1s linear infinite; /* Adjust duration as needed */
}

@keyframes moveAcross {
  0% {
    left: -75px;
  }
  100% {
    left: 120%; /* Or adjust the value according to the width of your container */
  }
}
.main_from_img {
  display: block;
  width: 65px !important;
  margin-top: 35px;
  position: relative;
  top: -15px;
}
@media (max-width: 1366px) {
  .main_from_img {
    margin-top: 15px;
  }
}

.NewsTrust {
  width: 250px;
  margin: 0 auto;
  margin-top: 10px;
}

.digitnew {
  display: inline-flex;
  transition: transform 0.5s, opacity 0.5s;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  width: 18.5px;
  height: 21.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgb(219, 219, 219);
  background: linear-gradient(0deg, rgb(219, 219, 219) 0%, rgb(255, 255, 255) 100%);
  font-size: 11px;
}

.digit {
  display: inline-flex;
  transition: transform 0.5s, opacity 0.5s;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  width: 18.5px;
  height: 21.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgb(219, 219, 219);
  background: linear-gradient(0deg, rgb(219, 219, 219) 0%, rgb(255, 255, 255) 100%);
  font-size: 11px;
  overflow: hidden;
}

.slide-up {
  animation: flip 0.5s linear infinite; /* Adjust duration as needed */
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateX(0);
  }
  100% {
    transform: perspective(400px) rotateX(360deg);
  }
}
#modal_duplicate .close {
  position: absolute;
  right: 8px;
  top: 8px;
  background-color: #e9e9e9;
  opacity: 1;
  color: #333333;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-size: 17px;
  z-index: 1;
}
#modal_duplicate .close span {
  position: relative;
  top: -2px;
  text-shadow: none;
}
#modal_duplicate .description {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin: 20px 0;
}

.modalerror .close {
  position: absolute;
  right: 8px;
  top: 8px;
  background-color: #e9e9e9;
  opacity: 1;
  color: #333333;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-size: 17px;
  z-index: 1;
}
.modalerror .close span {
  position: relative;
  top: -2px;
  text-shadow: none;
}
.modalerror .counter {
  background-color: #e9e9e9;
  padding: 0;
  border-radius: 5px;
  padding: 5px 5px;
  margin-top: 6px;
  margin: 0 auto;
  width: 94px;
  padding-top: 4px;
  padding-bottom: 3px;
}
.modalerror .count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: black;
}
.modalerror .coountersubtext {
  font-size: 9px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.modalerror .title {
  font-family: "Aeonik TRIAL";
  font-weight: 600;
  color: black;
  font-size: 26px;
  margin-bottom: 0;
}
.modalerror .modal-content {
  min-height: 360px;
  border-radius: 15px;
}
.modalerror .description {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .modalerror .description {
    font-size: 12px;
  }
}
.modalerror img {
  width: 180px;
  margin-top: 20px;
}/*# sourceMappingURL=gp_style_v2.css.map */