
:root {
    --color-primary: rgb(169, 223, 219);
    --color-primary-rgb: 169, 223, 219;
}

.hamburger-menu-close {
  color: white;
}

.footer-five.section .footer-shape {
  background-color: var(--color-primary);
}

.hero-thumb video {
  border-radius: 20px;
}

.header__logo {
  width: 80px;
}

.hero-one__content.left-content .hero-info {
  margin-top: 50px;
}

.process-5__item .item-content p {
  text-transform: initial;
}

.hero-one__content.right-content {
  margin-right: 0px!important;
}

.contact-btn img {
  animation: 6s linear 0s infinite normal none running rotate;
  width: 100%;
}

.contact-btn {
  position: absolute;
  width: 180px;
  right: 10%;
  top: -50px;
}

.hero-one__content.left-content .hero-title img {
  max-width: 100%!important;
}

.title-containers {
  inset: 0;
  color: var(--color-2);
  background: var(--color-3);
  font-family: "PP Valve", sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  mix-blend-mode: lighten;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
}

.about-2__content.left-content {
  gap: 0;
}

.multi-marginneg-top {
  margin-top: -70px;
}

.video-first-abouts {
  pointer-events: none;
  border-radius: 20px;
}

.orvio-btn.btn-blacks.v2 {
  border: 1px solid black;
  color: black;
}

.orvio-btn.btn-blacks.v2 .text {
  color: black!important;
}


.breadcrumb__nav .circle-shape {
  color: var(--color-primary)!important;
}

.only-key-feature .service-title {
  font-size: 40px!important;
}


.orvio-btn6 div {
  background: url(../images/diagram-minus.svg) no-repeat center;
  width: 25px;
  height: 35px;
  background-size: 13px;
  cursor: pointer;
}

.collapsed .orvio-btn6 div {
  background: url(../images/diagram-plus.svg) no-repeat center;
  width: 25px;
  height: 35px;
  background-size: 17px;
}

.box {
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
}

.second-sections {
    transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.col-md-6.col-xl-3:hover .item-icon {
  background: black;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.roadmap-accordion {
  display: flex;
  justify-content: space-between;
}

.roadmap-accordion .orvio-btn6 {
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.roadmap-accordion .orvio-btn6 div {
  background-size: 9px;
}


.main-containerss {
  height: 100%;
  align-items: center;
  z-index: 99;
  top: auto; 
  bottom: auto; 
  left: 0; 
  right:0; 
  opacity: 0;
}
  

.slider-container {
  position: relative;
  width: 29px;
  height: 315px;
}

.slider-track {
  width: 2px;
  margin-left: 13px;
  height: 315px;
  background: #1F1F1F;
}

.slider-bar {
  position: absolute;
  top: 0;
  left: 9px;
  width: 10px;
  height: 0;
}

.slider-bar.blue {
  background: linear-gradient(0deg, rgb(20, 123, 255) 0%, rgba(0, 0, 0, 0) 101.59%);
  filter: blur(30px);
}

.slider-bar.orange {
  background: linear-gradient(0deg, rgba(255, 127, 65, 0.8) 0.03%, rgba(0, 0, 0, 0) 100%);
  filter: blur(5px);
}

.slider-bar.gradient {
  left: 13px;
  width: 2px;
  background: linear-gradient(
    rgb(26, 29, 32) 0%,
    rgb(42, 129, 238) 58.85%,
    rgb(219, 177, 213) 79.17%,
    rgb(253, 214, 119) 100%
  );
}

.slider-star {
  position: absolute;
  top: -20px;
  left: 0;
  width: 29px;
  height: 29px;
}

.pointt1,
.pointt2,
.pointt3,
.pointt4 {
  position: absolute;
  right: 0;
  width: 100%;
}

.pointt1 video,
.pointt2 video,
.pointt3 video,
.pointt4 video {
  max-width: 400px; 
  width: 400px; 
  min-width: 400px;
  border-radius: 50%;
  margin-top: 18.5%;
  margin-left: 18.2%;
}

.point-2,
.point-1,
.point-3,
.point-4 {
  width: 100%;
  opacity: 1!important;
}

.bg-dark {
  background: black!important;
}

.box {
  width:60%; 
  height:60%; 
  transform:scale(0.8); 
  opacity:0.6; 
  border-radius:20px;
  margin-bottom: -300px;
}

#main-scroll-viewer {
  height: 100vh;
}

.main-containerss video {
  max-width: 400px; 
  width: 400px; 
  min-width: 400px;
}

.second-sections {
  opacity: 0; 
  width: 100%; 
  position: absolute; 
  right: 0;
}

.second-section-sm {
  min-height: 80vh;
}


.team__item .team-thumb .thumb-shape {
  display: none;
}

.main-containerss video {
  border-radius: 50%;
}

.roadmap-titles {
  font-size: 30px;
  color: white;
  margin-bottom: 20px;
}

.orvio-btn.v2 {
  border: 1px solid var(--color-primary);
}

.introduction__video video {
  width: 100%!important;
}

.footer-logo {
  opacity: 0.5;
}

.dropdown-menu.show {
  display: flex!important;
}

.dropdown-menu {
  display: none!important;
}

.is-only-login {
  background: black;
  color: white!important;
}

.service_single .service-title a {
  line-height: 111%!important;
}

@media only screen and (max-width: 1400px) { 

  .container, .container-lg, .container-md, .container-sm {
    max-width: 100%!important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .contact-btn {
    right: -17%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1400px) {

  .container {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
}

@media only screen and (min-width: 1400px) { 

  .container {
    padding-left: 45px!important;
    padding-right: 45px!important;
  }
}

@media only screen and (min-width: 992px) {

  .header__main {
    justify-content: flex-start;
  }

  .header__main-menu {
    margin-left: auto;
  }

  .header__menu-btns {
    display: none;
  }

  h1 {
    font-size: 100px;
  }

  .work-process__item .work-process-header .work-process-number {
    font-size: 45px!important;
  }

}

@media only screen and (min-width: 992px) {
  .second-section-sm {
    pointer-events: none;
  }
}

@media only screen and (max-width: 992px) {

  .box {
    margin-bottom: 100px;
    margin-top: 100px;
  }

  .second-sections {
    display: block;
  }

  .second-sections,
  .point-1,
  .point-2,
  .point-3,
  .point-4 {
    opacity: 1;
  }

  .video-rights {
    margin-top: 0vh;
  }

  .second-section-sm {
    min-height: auto;
  }

  .pointt1, .pointt2, .pointt3, .pointt4 {
    position: static;
  }

  .slider-bar.blue,
  .slider-bar.gradient {
    height: 285px;
  }

  .slider-star {
    top: 285px;
  }


  .pointt1 video,
  .pointt2 video,
  .pointt3 video,
  .pointt4 video {
    width: 100%;
    border-radius: 50%;
    min-width: 100%;
    margin-top:0px;
    margin-left: 0px;
  }

  .box {
    width:100%; 
    height:100%; 
    transform:scale(1); 
    opacity:1; 
    border-radius:20px;
  }

  .second-sections {
    position: static;
  }

  #main-scroll-viewer {
    height: auto;
    padding-bottom: 50px;
  }

  .main-containerss {
    width: 100%;
    height: 100%;
    align-items: center;
    top: auto;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    opacity: 1;
  }

  .main-containerss video {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {

  .box {
    transform: scale(1.5);
    margin-bottom: -20px;
  }

  .main-containerss video {
    max-width: 200px;
    width: 200px;
    min-width: 200px;
  }

  .service-2__item .service-title a .green_bold {
    transition-delay: 0.5s; 
    font-weight: 600 !important;
    color: #00E2D1;

  }

  .service-2__item .service-title a::before {
    width: 0px;
  }

  .service-2__item .service-title a,
  .service-2__item .service-title a:hover {
    color: black;
    word-break: break-word!important;
  }

  .service_single .service-title a .green_bold {
    display: inline-block;
  }

  .is-only-login {
    background: black;
    color: white !important;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 7px 0px;
    margin-top: 20px;
  }
}



@media only screen and (max-width: 576px) {

  .title-containers {
    font-size: 50px;
    top: 9px;
  }
}

.orvio__nav-link,
.orvio__submenu .orvio__submenu-link {
  text-transform: uppercase;
}