#v3d-container div a {
  display: none !important;
}

.v3d-simple-preloader-container {
  display: none !important;
}

.v3d-simple-preloader-background,
.v3d-simple-preloader-container {
  background-color: linear-gradient(229.43deg, #095acd -11.51%, #2b3992 65.05%) !important;
}

.content_main {
  position: absolute;
  z-index: 999;
  left: 5%;
  top: 40%;
  width: 400px;
  transform: translate(-5%, -50%);
}

@media screen and (max-width: 1200px) {
  .content_main {
    top: 25%;
  }
}

#v3d-container {
  text-align: center;
  position: absolute !important;
  right: 0 !important;

  top: 200px;
}

.v3d-simple-preloader-background {
  background-color: transparent !important;
}

.videos-sec {
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .videos-sec {
    margin: 0 !important;
    width: 100%;
  }

  .v3d-canvas {
    pointer-events: none;
  }
}

.videos-sec-wrapper {
  background-color: #f6f9fc;
}

.videos-sec h3 {
  font-family: "visby";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

.videos-sec h2 {
  color: #3e4051;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
}
.videos-sec p {
  font-family: "visby";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
}

.videos-sec .nav {
  flex-wrap: nowrap;
  height: 350px;
  width: 100%;
  overflow-y: auto;
}

.videos-sec .nav-link.active {
  color: #3e4051;
  background-color: #ddd;
  transition: all 0.5s;
}
.videos-sec .nav-link.active p {
  color: #2b3992;
}

.videos-sec .video-card {
  overflow-x: hidden;
}

.videos-sec a {
  color: inherit;
}

.videos-sec a.btn {
  color: #fff;
}

.videos-sec h1 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  color: #3e4051;
}

.videos-sec span {
  color: #747584;
  font-family: "visby";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}

.videos-sec .video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.videos-sec .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videos-sec .video-facade {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.videos-sec .video-facade {
  border-radius: 10px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.videos-sec .video-facade-placeholder-img {
  display: inline-block;
  height: 135%;
  margin: -10% 0;
}

.videos-sec .video-facade .yt-play-button {
  height: 48px;
  width: 68px;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: grayscale(1);
  opacity: 0.8;
  transition: all 0.5s;
}

.videos-sec .video-facade:hover {
  cursor: pointer;
}

.videos-sec .video-facade:hover .yt-play-button {
  cursor: pointer;
  opacity: 1;
  filter: grayscale(0);
}

.videos-sec .img-thumb-wrapper {
  border-radius: 10px;
  display: inline-block;
  min-width: 120px;
  height: 75%;
  overflow: hidden;
}
.videos-sec .img-thumb-wrapper img {
  display: inline-block;
  width: 100%;
  height: 75%;
  margin: -10% 0;
}

.community-help-sec {
  padding: 50px;
  margin: 20px;
  background-color: #f6f9fc;
}

.community-help-sec .btn {
  margin-top: 60px;
}
.community-social-sec {
  background-color: #f6f9fc;
  padding: 50px;
  margin: 20px;
}

.community-social-sec > a {
  color: #0a8eed;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}

.ecosystem-sec {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  padding: 50px;
  position: relative;
}

.ecosystem-sec h1 {
  font-family: "visby";
  margin: 80px auto;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #3e4051;
}

.ecosystem-sec .bg-icon-bottom {
  bottom: -100px;
}
/* @media screen and (max-width: 450px) {
  .ecosystem-sec h1 {
    margin: 80px ;
  }
} */

.ecosystem-sec-wrapper {
  position: relative;
  background-color: #f6f9fc;
}

.ecosystem-sec-wrapper .double-vector-img {
  position: absolute;
  top: 0;
  right: 0;
}

.ecosystem-sec .card-header {
  position: relative;
  background-color: #fff;
  padding: 120px 100px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.live-icon {
  position: absolute !important;
  height: 20px;
  width: 20px;
  right: 40px;
  top: 2px;
  animation: live-pulse 1s infinite;
}

.offline-icon {
  position: absolute !important;
  height: 20px;
  width: 20px;
  right: 105px;
  top: 1px;
}

.status-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.status-icon img {
  height: 20px;
}
.status-icon img::before,
.status-icon img::after {
  transition: all linear 0.2s 0s;
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
  animation: live-pulse 1.5s infinite;
}
.ecosystem-sec .card-header img {
  height: 150px;
}

.ecosystem-sec .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
  background: #0a4aa5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  white-space: wrap;
}

.ecosystem-sec .btn.visit-btn {
  font-family: "visby";
  padding-right: 10px;
  padding-left: 10px;
  /* padding: 5px 10px; */
  background: #ffffff;
  font-weight: 600;
  font-size: 14px;
  color: #2b3992;
  border: 1px solid #f6f9fc;
  border-radius: 6px;
}

.ecosystem-sec .btn.readmore-btn {
  background: rgba(246, 249, 252, 0.17);
  border-radius: 6px;
  border-color: #0a4aa5;
}

.ecosystem-sec .card-text {
  color: #f6f9fc;
  font-family: "visby";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.ecosystem-sec .card {
  border-width: 2px;
  border-color: #0a4aa5;
  border-radius: 8px;
  transition: all 0.2s;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .ecosystem-sec .card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 10px #0080f0;
  }
}

.ecosystem-slider-wrapper {
  min-width: 0;
  min-height: 0;
  width: 100%;
}
.slick-track {
  display: flex !important;
  padding: 30px 0;
}

@media screen and (max-width: 526px) {
  .slick-track {
    padding: 40px 0;
  }
  .slick-track .slick-slide > div {
    margin: 0;
  }
  .ecosystem-sec .card {
    height: 600px;
  }
}

@media screen and (max-width: 348px) {
  .slick-track {
    padding: 40px 0;
  }
  .slick-track .slick-slide > div {
    margin: 0;
  }
  .ecosystem-sec .card {
    height: 700px;
  }
}

.slick-track .slick-slide {
  height: auto;
}

.slick-track .slick-slide > div {
  margin: 0 10px;
}

.ecosystem-sec .slider-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  top: 50%;
  height: 35px;
  width: 35px;
  background-color: #2b3992 !important;
  border-radius: 8px;
  color: #fff;
  transform-origin: center;
}

.slider-arrow.arrow-next {
  right: -60px;
  justify-self: start;
  padding-left: 12px;
  transform: translateY(-50%);
}
.slider-arrow.arrow-prev {
  left: -60px;
  justify-self: end;
  padding-left: 12px;
  transform-origin: center;
  transform: translateY(-50%) rotate(180deg);
}

/* .arrow-prev {
  transform: rotate(90deg);
} */

.movetotop-icon {
  position: fixed;
  z-index: 99999;
  bottom: 150px;
  right: 150px;
}
@media screen and (max-width: 768px) {
  .movetotop-icon {
    bottom: 100px;
    right: 80px;
  }
}

.movetotop-icon:hover .arrow-down {
  animation-play-state: paused;
}
.movetotop-icon .general-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  top: 50%;
  height: 35px;
  width: 35px;
  background-color: #4a87de !important;

  border-radius: 8px;
  color: #fff;
  transform-origin: center;
}

.general-arrow.arrow-down {
  padding-left: 12px;
  justify-self: end;
  transform: rotate(-90deg);
  animation: alternate-updown 1s infinite;
}

@keyframes live-pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes live-pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes alternate-updown {
  0% {
    transform: translateY(0px) rotate(-90deg);
  }
  50% {
    transform: translateY(5px) rotate(-90deg);
  }
  100% {
    transform: translateY(0px) rotate(-90deg);
  }
}

.contact-form-modal-success .modal-content {
  background-color: #00a8f1;
  border: none;
  color: #f6f9fc;
  box-shadow: 0px 0px 10px #0080f0;
  padding: 20px;
}
.contact-form-modal-error .modal-content {
  background-color: #a50031;
  border: none;
  color: #f6f9fc;
  box-shadow: 0px 0px 10px #f00000;
  padding: 20px;
}

.contact-form-sec input,
.contact-form-sec textarea {
  border: none;
  box-shadow: 0px 0px 10px #f6f9fc;
  padding: 10px;
  font-size: 16px;
  border-radius: 15px;
  margin-bottom: 5px;
}
