/* POPPINS FONTS */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800&display=swap");
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}

.form-field-style {
  width: 100% !important;
}
.content {
  margin: 0;
  padding: 0;
  display: none;
  opacity: 0;
  transition-delay: 1500ms;
  transition: all 1s ease-out;
}
.row {
  margin: 0%;
}
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 2s ease-out;
}

.loader-wrapper .spinner-grow {
  color: #26bac6;
}
.fade-out {
  opacity: 0;
  z-index: -1;
  display: none;
}
.fade-in {
  opacity: 1;
  display: block;
}

.body-container {
  margin: 0 10%;
}
.mynav {
  background-color: rgb(255, 255, 255) !important;
  padding: 0;
}

.right-align {
  margin-left: 10%;
  margin-bottom: 0;
  padding-right: 0;
}
.left-align {
  margin-right: 10%;
  margin-bottom: 0;
  padding-right: 0;
}

@media (max-width: 740px) {
  .right-align {
    margin: auto;
  }
  #intoSection div {
    text-align: center;
  }
  .test-btn {
    margin-top: 20px;
  }
}

.navbar {
  padding: 0.5rem 0;
}
.mynav ul {
  align-items: center;
}

.nav-link {
  font: normal normal 500 12px/18px Poppins !important;
  letter-spacing: 0px;
  color: #060606fa !important;
  text-transform: uppercase !important;
  text-align: center;
  transition: 300ms all ease-out;
  border: 1px solid #ffffff;
  border-radius: 26px;
  width: 120px;
}

.nav-link:hover {
  background: transparent linear-gradient(73deg, #4db16d 0%, #26bac6 100%) 0% 0%
    no-repeat padding-box;
  color: #ffffff !important;
}
.custom-btn,
.demo-btn:hover {
  width: 138px;
  height: auto;
  padding: 10px 0 !important;
  background: transparent linear-gradient(73deg, #4db16d 0%, #26bac6 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 26px;
  font: normal normal 500 14px/21px Poppins !important;
  text-transform: uppercase !important;
  letter-spacing: 0px;
  color: #ffffff;
  transition: 300ms all ease-out;
}
.demo-btn,
.custom-btn:hover {
  width: 138px;
  height: auto;
  padding: 10px 0 !important;
  background: white;
  border: 1px solid #2eb8b4;
  border-radius: 26px;
  color: #2dbec0;
  font: normal normal 500 14px/21px Poppins !important;
  text-transform: uppercase !important;
  letter-spacing: 0px;
  transition: 300ms all ease-out;
}

.collapse,
.navbarSupportedContent {
  transition: all 300ms ease-out;
}
@media (max-width: 740px) {
  .navbar-container {
    margin: 5% !important;
  }
  .navbarSupportedContent {
    /* height: 60vh; */
    position: absolute;
    background-color: white;
    z-index: 99;
    top: -100px;
    width: 100%;
    transition: all 1s ease-out;
    opacity: 0;
  }
  /* .collapse {
    height: 30vh;
  } */
  .collapse ul {
    justify-content: space-around;
    height: 25vh !important;
    /* transition: all 1s ease-out; */
    /* display: none; */
  }
  .navbarSupportedContent ul li {
    padding: 0%;
  }
}
.slide {
  top: 80px;
  opacity: 1;
  display: block;
}
.main-container {
  margin-top: 50px !important;
}
.main-container .banner {
  width: 100% !important;
}

@media (max-width: 740px) {
  .main-container .banner {
    display: none;
  }
  .right-align {
    margin: 10%;
  }
}

.main-container .row {
  align-items: center;
  margin-left: 0;
}
.main-container .row div {
  padding: 0;
}
.main-container #intoSection p:first-child {
  font: normal normal 400 24px/73px Poppins;
  letter-spacing: 0px;
  color: #000000;
}

.main-container p span {
  font: normal normal 600 58px/73px Poppins;
  letter-spacing: 0px;
  color: #2dbec0;
  line-height: 0;
}

.main-container .logo-text {
  font: normal normal 400 58px/73px Poppins;
  letter-spacing: 0px;
  color: #000000;
  line-height: 0;
}
.small-text {
  font: normal normal 400 14px/21px Poppins !important;
  letter-spacing: 0px !important;
  color: #757575 !important;
  line-height: 0;
}
.tag-line {
  font: normal normal bold 50px/60px Poppins !important;
  letter-spacing: 0px !important;
  color: #000000 !important;
  line-height: normal;
  margin-top: 30px;
}

.meet-alden {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 20px 0;
  background: #e2efef81 0% 0% no-repeat padding-box;
  opacity: 1;
}

.meet-alden p {
  font: normal normal 800 42px/56px Poppins !important;
  letter-spacing: 0px;
  line-height: normal !important;
  color: #000000;
  margin: 1rem 0 0 0 !important;
  padding: 0 !important;
}
.meet-alden span {
  font: normal normal 500 18px/27px Poppins !important;
  letter-spacing: 0px;
  color: #575757;
  margin-bottom: 0.5rem;
}

.video-title {
  width: 100%;
  text-align: center;
  font: normal normal 500 18px/27px Poppins;
  letter-spacing: 0px;
  color: #2eb8b3;
}

.video-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  opacity: 1;
}
.video-container iframe {
  position: absolute;
  top: 10%;
  left: 10%;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  border-radius: 30px;
}

@media (max-width: 740px) {
  .meet-alden {
    margin: auto;
  }
  .video-title {
    top: -2%;
    z-index: 99;
  }
  .video-container iframe,
  .video-container video {
    top: 5%;
    left: 5%;
    bottom: 0;
    right: 0;
    width: 90%;
    height: 90%;
  }
}

.integration-section {
  background: #ffffff;
  margin: 0%;
  padding: 0;
}
.integration-section .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.integration-section .main-script-tag-container {
  width: 100%;
  padding: 30px;
  min-height: 308px;
  background: #232b79 0% 0% no-repeat padding-box;
  border-radius: 0px 60px;
  align-items: center;
}

.integration-section .main-script-tag-container .sub-container {
  width: 100%;
  height: 205px;
  background: #1a205f 0% 0% no-repeat padding-box;
  border-radius: 18px;
  margin: auto;
}

.integration-section .main-script-tag-container .test-btn {
  width: 100%;
  height: 50px;
  background: #11a0db 0% 0% no-repeat padding-box;
  border-radius: 8px;
  text-align: center;
  font: normal normal 500 18px/27px Poppins;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 2;
  transition: 300ms ease-out;
}

#embed {
  color: rgb(0, 173, 52);
  height: 100%;
}
#embed span:nth-child(1) {
  color: #00a555;
}
#embed span {
  color: #e05822;
}
.test-btn-hover:hover {
  transform: scale(1.1);
}
/* .disabled{
  
} */
.test-btn-hover:active {
  transform: scale(0.8);
}

.features-section {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 50px 0 0 0;
}

.features-section p {
  font: normal normal 800 42px/56px Poppins !important;
  letter-spacing: 0px;
  line-height: normal !important;
  color: #000000;
}

.features-section .row {
  margin-top: 100px;
  justify-content: space-around;
}

.feature-container {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 14px;
  text-align: left;
  height: 300px;
  transition: all 300ms ease-out;
  cursor: pointer;
  box-shadow: 0px 4px 14px #9898981f;
  opacity: 1;
}

.feature-container:hover {
  transform: scale(1.1);
}
.feature-container:active {
  transform: scale(0.9);
}
.feature-container div {
  font: normal normal 600 18px/24px Poppins;
  letter-spacing: 0px;
  color: #000000;
}

.medium-text {
  font: normal normal 600 18px/24px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.contact-form-section {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 469px;
  background: transparent linear-gradient(73deg, #4db16d 0%, #26bac6 100%) 0% 0%
    no-repeat padding-box;
  position: relative;
}
@media (max-width: 740px) {
  .contact-form-section {
    min-height: 569px;
  }
}

.contact-form-section .title {
  text-align: center;
  font: normal normal 800 42px/56px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}
.contact-form-section .custom-btn2 {
  width: 271px;
  height: 51px;
  border: 2px solid #ffffff;
  border-radius: 26px;
  font: normal normal 500 18px/27px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  transition: 300ms ease-out;
}
.custom-btn2:hover {
  transform: scale(1.1);
}
.custom-btn2:active {
  transform: scale(0.8);
}
.contact-form-section .form-row input {
  height: 50px;
  border-radius: 0;
}
.contact-form-section .form-graphic {
  position: absolute;
  bottom: 0;
  left: 150px;
  display: block;
}
@media (max-width: 992px) {
  .contact-form-section .form-graphic {
    display: none;
  }
}
.contact-form-section .form-space {
  width: 100%;
  height: 100%;
}
.contact-form-section form {
  margin: 50px;
}
.footer-spacing {
  height: 50px;
  width: 100%;
}
.custom-footer {
  width: 100%;
  min-height: 395px;
  background: #121212 0% 0% no-repeat padding-box;
}

.custom-footer .title {
  text-align: left;
  font: normal normal 600 18px/27px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  justify-content: space-around;
}
.custom-footer p {
  text-align: left;
  font: normal normal 500 14px/21px Poppins;
  letter-spacing: 0px;
  color: #b1b1b1;
}
.footer-copyright {
  font: normal normal 500 14px/21px Poppins;
  letter-spacing: 0px;
  color: #b1b1b1;
  width: 95%;
}

@media (max-width: 740px) {
  .collapse ul {
    height: 46vh;
  }
  .demo-btn {
    padding: 5px 40px !important;
    margin-bottom: 27px;
  }
}

@media (max-width: 740px) {
  .footer-copyright {
    flex-direction: column;
    /* / text-align: center; / */
  }
  /* .footer-copyright p, .custom-footer{
text-align: center;
} */
  /* .footer-block {
    align-items: center!important; 
  } */
  .footer-block .title {
    /* / text-align: center; / */
    width: 100%;
  }
  /* .footer-block ul li{
justify-content: center;
} */
  .footer-spacing:nth-child(2) {
    display: none;
  }
  #footerSection .container:nth-child(1) {
    padding-left: 3rem;
  }
}

.footer-copyright span {
  font: normal normal 500 14px/21px Poppins;
  letter-spacing: 0px;
  color: #11a0db;
}
.custom-footer li a,
.footer-copyright a {
  text-decoration: none;
  text-align: left !important;
  font: normal normal 500 14px/21px Poppins !important;
  letter-spacing: 0px;
  color: #11a0db !important;
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: start;
}
.footer-block {
  display: flex;
  flex-direction: column;
  /* / justify-content: space-around; / */
  align-items: flex-start;
}
.footer-block .row .footer-desc {
  justify-content: space-around;
}

.footer-block ul {
  width: 100%;
}
.footer-block .small-hor-spacing {
  width: 20px;
  height: 100%;
}
.custom-footer li .contact-section {
  color: #ffffff !important;
}

.loader {
  display: none;
}
.display-content {
  display: block;
}
.price-container {
  background: #f0f7f7a3 0% 0% no-repeat padding-box;
  padding-bottom: 120px;
  text-align: center;
}

.price-container p.title {
  text-align: center;
  font: normal normal 800 42px/56px Poppins;
  letter-spacing: 0px;
  line-height: 70px;
  color: #000000;
}
.price-container .sub-title {
  font: normal normal 500 18px/27px Poppins;
  letter-spacing: 0px;
  color: #575757;
}
.card {
  background-color: white;
  padding: 1rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 13px 42px #0000000b;
  border-radius: 14px;
}

.card .title p {
  font: normal normal 600 49px/136px Poppins;
  letter-spacing: 0px;
  line-height: 100px;
  color: #48b179;
  opacity: 1;
  margin: 0px;
  padding-right: 0px;
}
.card .title span {
  color: #48b179 !important;
  padding: 0%;
  text-align: left;
  font: normal normal 500 16px/59px Poppins !important;
  letter-spacing: 0px;
  color: #48b179;
}
.card-size {
  height: 386px;
}
.line-color {
  color: #dddddd;
}
.msg-text {
  font: normal normal 500 18px/27px Poppins;
  letter-spacing: 0px;
  color: #46b37e;
  opacity: 1;
  width: 100%;
}
.card ul {
  height: 180px;
  font: normal normal 500 16px/24px Poppins !important;
  padding-left: 3rem;
}
#platform-feature p.title {
  text-align: left;
  font: normal normal 600 30px/43px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
#platform-feature {
  padding-left: 3rem;
}
@media (max-width: 740px) {
  .card ul {
    padding-left: 0;
  }
  #platform-feature {
    padding-left: 0;
  }
  .price-container {
    padding-bottom: 0%;
  }
  .price-container .right-align {
    margin-bottom: 0;
  }
  .card .title span {
    font: normal normal 500 14px/40px Poppins !important;
  }
}
.faq-container {
  background: transparent linear-gradient(73deg, #51dece 0%, #a2eeaa 100%) 0% 0%
    no-repeat padding-box;
  height: 39vh;
  display: flex;
  justify-content: center;
}

.form-control {
  width: 44%;
}
.has-search {
  display: flex;
  justify-content: center;
}
.more-faq-container {
  height: 90vh;
  background-color: white;
  padding-top: 47px;
  margin-bottom: 0px;
}
.video-tutorial {
  margin: 50px 66px;
  font-size: 20px;
  font-weight: 700;
  font-size: 25px;
}
.video-content-text {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
}
.video-play-content-text {
  font-weight: 700;
}
.video-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 13px 42px #0000000b;
  border-radius: 14px;
  /* width: 648px; */
  width: 42.2vw;
  /* height: 447px; */
  height: 57vh;
  border-radius: 45px 45px 0px 0px;
}
.video-icon-container {
  display: flex;
  align-items: center;
  height: 50px;
  border: 2px solid;
  border-radius: 34px;
  justify-content: space-around;
}
.video-text {
  align-items: center;
  margin-top: 10px;
}
.video-iframe {
  /* width: 648px;
  height: 354px; */
  width: 42.2vw;
  height: 94vh;
  height: 354px;
  border-radius: 45px 45px 0px 0px;
}
.question-container {
  width: 70%;
  align-self: center;
  margin-left: 5%;
}

.question-text {
  font-size: 20px;
  padding-left: 0px;
  font-weight: 600;
}

.accordion {
  /* background-color: #eee; */
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

/* .active, .accordion:hover {
  background-color: #ccc; 
} */

.view-more-text {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  text-decoration: underline;
  /* color: lightblue;*/
  cursor: pointer;
}

.border-line {
  border-bottom-style: solid;
  color: lightgray;
  width: 60vw;
  padding: 0px;
  margin-left: 18px;
  margin-top: 10px;
}
.panel {
  padding: 0 18px;
  display: none;

  /* background-color: white; */
  overflow: hidden;
  width: 61vw;
}
.answer-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media (max-width: 740px) {
  .more-faq-container {
    height: 141vh;
  }
  .faq-container {
    height: 71vh;
  }
  .video-iframe {
    width: 71vw;
    height: 24vh;
  }
  .video-content {
    width: 50vh;
    height: 47vh;
  }
  .video-icon-container {
    height: 7vh;
  }
  .video-padding {
    padding: 2rem !important;
  }
  .video-tutorial {
    padding: 50px;
    margin: 0px;
  }
  .panel,
  .question-container {
    /* position: absolute; */
    right: 0;
    width: 96%;
    margin-right: 5px;
    background-color: white;
    z-index: 99;
    transition: all 1s ease-out;
    opacity: 1;
  }
  .border-line {
    width: 80vw;
    margin-left: 7px;
  }
  .v-padding {
    padding-bottom: 48px;
  }
}
.video-padding {
  padding: 50px;
}

.arrow-styling {
  display: flex;
  justify-content: space-between;
}

.each-item {
  text-align: left;
}
