@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display:swap;
}
.qi-demos-toolbar-holder {
  position: fixed;
  z-index: 999;
  width: 0;
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
  transform: scale3d(.96, .96, .96);
  transition: transform .33s ease-out, opacity .33s cubic-bezier(0.22, 0.61, 0.36, 1),visibility 0s .4s;
}

.qi-demos-toolbar-opened .qi-demos-toolbar-holder{
  opacity: 1;
  transform: scale3d(1, 1, 1);
  visibility: visible;
  transition-duration: .45s,.33s,0.1s;
  transition-delay: .01s, .01s, .01s;
}

.qi-demos-toolbar-tab  {
  position: absolute;
  z-index: 999;
  font-family: 'DM Sans';
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  height: 44px;
  width: 138px;
  left: -138px;
  top: 25%;
  transition: all .2s cubic-bezier(0.23, 1, 0.32, 1);
}
.qi-demos-toolbar-tab a {
  display: flex;
  align-items: center;
  height: 44px;
  width: 100%;1
  color: #fff;
  text-decoration: none;
}
.qi-demos-toolbar-demos {
  background-color: #343434;
}
.qi-demos-toolbar-purchase {
  top: calc( 25% + 51px );
  background-color: #ee2852;
}
.qi-demos-toolbar-icon {
  width: 44px;
  text-align: center;
}
.qi-demos-toolbar-icon svg {
  vertical-align: middle;
  position:relative;
}
.qi-demos-toolbar-text {
  position: relative;
  top: 1px;
}
.qi-demos-toolbar-demos .qi-demos-toolbar-icon svg {
  top: -1px;
  left: 2px;
}
.qi-toolbar-open .qi-demos-toolbar-tab:hover {
  transform: translateX(0);
}
.qi-toolbar-open .qi-demos-toolbar-tab {
  transform: translateX(94px);
}
.img-slider{ overflow:hidden; }
.aniGallery {
  position: relative;
  max-height: 675px;
  max-width: 500px;
  margin: 0 auto;
  display: block;
  height: 35vw;
}
.aniGallery.bgstyle{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%; 
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.aniGallery img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.aniGallery img:nth-of-type(2), .aniGallery img:nth-of-type(3) {
  opacity: 0;
}
.aniGallery img {
  animation: rotate-in-out 8s linear infinite;
}
.aniGallery img:nth-of-type(1) {
  animation-delay: 0s;
}
.aniGallery img:nth-of-type(2) {
  animation-delay: 1s;
}
.aniGallery img:nth-of-type(3) {
  animation-delay: 2s;
}
.aniGallery img:nth-of-type(4) {
  animation-delay: 3s;
}
.aniGallery img:nth-of-type(5) {
  animation-delay: 4s;
}
.aniGallery img:nth-of-type(6) {
  animation-delay: 5s;
}
.aniGallery img:nth-of-type(7) {
  animation-delay: 6s;
}
.text-blue{ color: #00b3b3; }
.text-blue-imp{ color: #00b3b3; }
#template{ display: none; visibility: hidden; height:0; width:0; }
#projects{ height: 100% !important; }
@keyframes rotate-in-out {
  16.5%, 33% {
    opacity: 1;
  }
  49.5% {
    opacity: 0;
  }
}

.img-slider .slide {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-size: cover;
 background-position: center;
 animation: slider 6.300000000000001s infinite;
}
.img-slider .slide:nth-child(1) {
   animation-delay: 0s;
}

.img-slider .slide:nth-child(2) {
   animation-delay: -2.1s;
}

.img-slider .slide:nth-child(3) {
   animation-delay: -4.2s;
}


@keyframes slider {
  0%, 31%, 100% {
    opacity: 1;
    animation-timing-function: ease;
    z-index: 0;
  }
  33% {
    opacity: 0;
    animation-timing-function: step-end;
    z-index: 0;
  }
  98% {
    opacity: 1;
    animation-timing-function: step-end;
    z-index: -1;
  }
}
.flex-end{ align-items: flex-end; }
.portolio-img-list-holder{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  column-gap: 10px;
}
@media screen and (orientation:portrait) {
}
@media screen and (orientation:landscape) {
    .portolio-img-list-holder > .elementor-widget-wrap.extra-padding{ padding-top: 30vh; }
    
}