/* About hero section end */
/* count_place section end */
/* planned_sec section end */
/* Add custom styles for the thumbnail */
@keyframes bounceAndFade {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
/* .video-thumbnail:hover img {
    transform: scale(1.1);
  } */
/* vdo-content section end */
/* email section end */
/* .foot_place {
    display: flex;
    align-items: start;
    justify-content: space-between;

} */
.navbar_sec {
  background: var(--Primary-Color, #12182B) !important;
}

.bg-light {
  --bs-bg-opacity: 0;
  background: var(--Primary-Color, #12182B) !important;
}

.navbar {
  --bs-navbar-nav-link-padding-x: 49px;
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 21px;
}

.navbar-nav .nav-link.active {
  color: var(--Secondary-Color, #69FAB4);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 49px;
  padding-left: 0px;
}

.nav-link {
  color: var(--Neutral-Color, #FFF);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}
.nav-link:focus {
  color: #fff;
}
.nav-link:hover {
  color: #fff;
  color: var(--Secondary-Color, #69FAB4);
}

.btn-success {
  --bs-btn-color: #12182B;
  --bs-btn-bg: #69FAB4;
  --bs-btn-border-color: #69FAB4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: none;
  --bs-btn-hover-border-color: #69FAB4;
}

.btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 15px 30px;
  border-radius: 10px;
}
.btn:hover {
  transform: 0.4s ease-in-out;
}
.btn:hover .icon {
  color: #12182B;
}

.subscribe {
  padding: 10px 23px;
}
.subscribe:hover {
  color: var(--Primary-Color, #12182B);
}

.about_home_sec {
  padding: 85px 0 140px 0;
  background-image: url("../images/blur-1.png");
  background-repeat: no-repeat;
  background-position: right top;
}

.about_headline {
  padding-bottom: 23px;
  color: var(--Primary-Color, #12182B);
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}
.about_headline::after {
  position: absolute;
  background-image: url(../images/Rectangle-1.png);
  content: "";
  z-index: -1;
  top: 24%;
  left: 129px;
  width: 56%;
  height: 20px;
}

.about_msg {
  padding-bottom: 59px;
  color: var(--Text-Color-1, #5E5E5E);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}
.about_msg::after {
  position: absolute;
  background-image: url(../images/expert-design.png);
  background-repeat: no-repeat;
  content: "";
  z-index: 5;
  top: -60%;
  right: 148px;
  width: 8%;
  height: 50px;
}

.dark {
  color: var(--Neutral-Color, #FFF);
  background: var(--Primary-Color, #12182B);
  --bs-btn-hover-bg: #69FAB4;
  --bs-btn-hover-color: #12182B;
  --bs-btn-border-color: none;
  border-radius: 11px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 20px 32px;
}

.icon {
  color: #69FAB4;
}

.nav {
  gap: 52px;
}

.count_place {
  background-color: #12182B;
  padding: 98px 0;
}

.count_main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.counting_start {
  color: #FFF;
  font-size: 60px;
  font-weight: 600;
  line-height: 150%;
}

.counting_subtext {
  color: var(--Text-Color-3, #B9B9B9);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.col-lg-4:first-child {
  display: flex;
}
.col-lg-4:last-child {
  display: flex;
  justify-content: flex-end;
}

.planned_sec {
  margin: 140px 0px 140px 0;
}

.planned_headline {
  padding-bottom: 24px;
  color: var(--Primary-Color, #12182B);
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}
.planned_headline::after {
  position: absolute;
  background-image: url(../images/Rectangle-1.png);
  content: "";
  z-index: -1;
  top: 47%;
  left: 4px;
  width: 61%;
  height: 20px;
}

.planned_content {
  padding-bottom: 32px;
  color: var(--Text-Color-1, #5E5E5E);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.right-side {
  padding: 56px 48px 56px 69px;
  border-radius: 16px;
  border: 1px solid rgba(238, 238, 238, 0.93);
  background: #F2FFF9;
}

.icon-title {
  padding: 28px 0 12px 0;
  color: var(--Primary-Color, #12182B);
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
}

.icon-text {
  color: var(--Text-Color-1, #5E5E5E);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 32px;
}

.vdo-content {
  background: linear-gradient(180deg, transparent 55%, #12182B 0);
}

.vdo-context-one {
  color: var(--Primary-Color, #12182B);
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}
.vdo-context-one::after {
  position: absolute;
  background-image: url(../images/Rectangle-1.png);
  content: "";
  z-index: -1;
  top: 55%;
  left: 581px;
  width: 18%;
  height: 20px;
}

.video-title-two {
  color: var(--Primary-Color, #12182B);
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
  padding-bottom: 48px;
}
.video-title-two::after {
  position: absolute;
  background-image: url(../images/expert-design.png);
  background-repeat: no-repeat;
  content: "";
  z-index: 5;
  bottom: 36%;
  right: 373px;
  width: 8%;
  height: 50px;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.video-thumbnail img {
  border-radius: 8px;
  transition: transform 0.3s ease-out;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 3em;
  color: #1EFF92;
  background-color: #fff;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  animation: bounceAndFade 3s ease-in-out infinite;
}

.modal-lg {
  --bs-modal-width: 595px;
}

.modal-xl {
  --bs-modal-width: 595px;
}

.iframe {
  max-width: 600px;
  height: 400px;
  border: 0;
}

.mail_sec {
  margin-top: 140px;
}

.mail_place {
  border-radius: 77px;
  background-color: #12182B;
  padding: 130px 0;
}

.mail_frontline {
  color: var(--Neutral-Color, #FFF);
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 150%;
  padding-bottom: 30px;
}

.mail_texto {
  color: var(--Text-Color-2, #E6E6E6);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 48px;
}

.get-started:hover {
  color: #12182B;
}

.mail_area {
  background-color: white;
  border-radius: 14px;
  padding: 5px;
  display: flex;
  align-items: center;
  max-width: 460px;
  margin: auto;
}
.mail_area input {
  background-color: transparent;
  width: 100%;
  padding: 0 10px;
  border: 0;
}
.mail_area button {
  white-space: nowrap;
}

.foot_sec {
  padding: 140px 0 80px 0;
}

.foot_logo_testtt {
  color: var(--Text-Color-1, #5E5E5E);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-top: 24px;
}

.tito_company {
  color: var(--Primary-Color, #12182B);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.foot_meno {
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 15px;
  color: var(--Text-Color-1, #5E5E5E);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.foot_meno-2 .form-control {
  --bs-border-radius: 10px;
  border: 1px solid var(--Text-Color-3, #B9B9B9);
  background: var(--Other-Color-6, #F1F4FC);
  color: var(--Text-Color-1, #5E5E5E);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 10px 30px 10px 23px;
  margin: 12px 0;
  max-width: 284px;
}

.form-control:focus {
  box-shadow: none;
}

.secreat_sec {
  background-color: #12182B;
}

.secreat_priywo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.secreat_tito {
  color: var(--Neutral-Color, #FFF);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 22px 0;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 24px;
}

.iframeClass {
  width: 100%;
  height: 430px;
}
/*# sourceMappingURL=about.css.map */
