header, footer {
    display: none !important;
}
.landing-wrapper .container {
    width: 1200px;
    margin: 0 auto;
}
.landing-wrapper .flex-slide.online {
    background-size: cover !important;
    background-position: top center !important;
    transition: all ease 0.6s;
}
.landing-wrapper .flex-slide.online:hover {
    transition: all ease 0.6s;
    background-position: top !important;
}
img.whiteLogos {
    filter: brightness(0) invert(1);
    height: 100px;
    width: 250px;
    object-fit: contain;
}
.flex-container {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  overflow: hidden;
}
.bg-videolpg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.flex-title {
  color: #f1f1f1;
  position: relative;
  font-size: 6vw;
  margin: auto;
  text-align: center;
  transform: rotate(90deg);
  top: 15%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 768px) {
  .flex-title {
    transform: rotate(0deg) !important;
  }
}
.flex-about {
  opacity: 0;
  color: #f1f1f1;
  position: relative;
  width: 70%;
  font-size: 2vw;
  padding: 5%;
  top: 20%;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  line-height: 1.3;
  margin: auto;
  text-align: left;
  transform: rotate(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 768px) {
  .flex-about {
    padding: 0%;
    border: 0px solid #f1f1f1;
  }
}
.flex-slide {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 768px) {
  .flex-slide {
    overflow: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .flex-slide p {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  .flex-slide ul li {
    font-size: 2em;
  }
}
.flex-slide:hover {
  -webkit-flex-grow: 3;
  flex-grow: 3;
}
@media screen and (min-width: 768px) {
  .axsys {
    -moz-animation: aboutFlexSlide;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 0s;
    -webkit-animation: aboutFlexSlide;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation: aboutFlexSlide;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-delay: 0s;
  }
}

@keyframes aboutFlexSlide {
  0% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  50% {
    -webkit-flex-grow: 3;
    flex-grow: 3;
  }
  100% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 768px) {
  .flex-title-home {
    transform: rotate(90deg);
    top: 15%;
    -moz-animation: homeFlextitle;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 0s;
    -webkit-animation: homeFlextitle;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation: homeFlextitle;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-delay: 0s;
  }
}

@keyframes homeFlextitle {
  0% {
    transform: rotate(90deg);
    top: 15%;
  }
  50% {
    transform: rotate(0deg);
    top: 15%;
  }
  100% {
    transform: rotate(90deg);
    top: 15%;
  }
}
.flex-about-home {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .flex-about-home {
    -moz-animation: flexAboutHome;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 0s;
    -webkit-animation: flexAboutHome;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation: flexAboutHome;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-delay: 0s;
  }
}

@keyframes flexAboutHome {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.axsys {
  height: 600px;
  background-size: cover;
  background-position: 100% 15%;
  background-attachment: fixed;
}
.online {
  background-size: cover;
  background-position: 100% 15%;
  background-attachment: fixed;
}
.industrial {
  background-size: cover;
  background-position: 100% 15%;
  background-attachment: fixed;
}
.spinner {
  position: fixed;
  top: 0;
  left: 0;
  background: #222;
  height: 100%;
  width: 100%;
  z-index: 11;
  margin-top: 0;
  color: #fff;
  font-size: 1em;
}
.landing-wrapper {
    background: url(https://www.axsysdental.com/wp-content/uploads/2025/04/landingmainbg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 0 40px;
	position: relative;
	height: 100%;
}
.landing-wrapper .text-center {
    text-align: center;
    position: relative;
    z-index: 9;
}
.flex-slide {
    display: flex;
    /* align-items: end; */
    padding-top: 15rem;
}
.landing-head {
    padding-bottom: 10px;
}
.landing-head img {
    height: 100px;
}
.flex-slide h4 {
    font-size: 17px;
    display: inline-block;
    border-radius: 10px;
    padding: 5px;
    width: 190px;
}
.axsys h4 {
    background: #97FF7F;
    color: #166305;
}
.online h4 {
    background: #A9D8FF;
    color: #0F69B2;
}
.industrial h4 {
    background: #FFC471;
    color: #684009;
}
.flex-slide h2 {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    margin: 0;
	margin-top: 30px;
}
.flex-slide p {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 7px 0;
	max-width: 300px;
    margin: 0;
}
.flex-slide-front {
    display: flex;
    flex-direction: column;
/*     justify-content: center; */
    align-items: center;
    width: 85%;
    margin: 0 auto;
    z-index: 1;
}
.flex-slide a {
    font-size: 15px;
    font-weight: 500;
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    width: 220px;
}
.axsys a {
/*     color: #A9D8FF; */
    background: #0f69b2;
}
.online a {
/*     color: #FFC471; */
    background: #684009;
}
.industrial a {
/*     color: #97FF7F; */
	background: #166305
}
.flex-slide {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
	transition: all ease 0.6s;
}
.flex-slide:hover .flex-slide-front {
    width: 300px;
    margin: 0 auto;
	opacity: 0;
	transition: all ease 0.6s;
}
.axsys:before {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    background: url(https://www.axsysdental.com/wp-content/uploads/2025/04/layer01.png) no-repeat;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.online:before {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    background: url(https://www.axsysdental.com/wp-content/uploads/2025/04/layer02.png) no-repeat;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.industrial:before {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    background: url(https://www.axsysdental.com/wp-content/uploads/2025/04/layer03.png) no-repeat;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.flex-slide-back {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    width: 360px;
    opacity: 0;
    transition: all ease 0.6s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flex-slide:hover .flex-slide-back {
    opacity: 1;
    z-index: 1;
    transition: all ease 0.6s;
}
.online:hover .flex-slide-back {
    width: 500px;
}
.online:hover .flex-slide-back h2 {
    width: 300px;
}
video.hover-video {
    width: 145%;
    transform: translateY(-1rem);
}
@media only screen and (min-width: 1600px) {
.landing-wrapper {
    background: url(https://www.axsysdental.com/wp-content/uploads/2025/04/landingmainbg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 0 40px;
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
}
@media only screen and (max-width: 767px) {
.flex-container {
    flex-direction: column;
    gap: 20px;
}
.landing-wrapper .container {
    width: 95%;
}
.flex-slide {
    min-height: 490px;
}
.online:hover .flex-slide-back {
    width: auto;
}
.flex-slide:hover .flex-slide-back {
    padding: 0 20px;
}
.landing-wrapper .text-center {
    background-size: cover !important;
}
}