body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


.main-wrapper {
  position: relative;
  z-index: 0;
}

.for-sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  color: white;
  background-color: #000;
}

.full-screen-preview {
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden
}

.full-screen-preview__frame {
    width: 100%;
    background-color: white
}

.full-screen-preview__frame.-ios-fix {
    width: 10px;
    min-width: 100%;
    -webkit-overflow-scrolling: touch;
    height: 100% !important
}

.preview__header {
    font-size: 12px;
    height: 54px;
    background-color: #262626;
    z-index: 100;
    line-height: 54px;
    margin-bottom: 1px
}

.preview__envato-logo {
    float: left;
    padding: 0 20px
}

.preview__envato-logo a {
    display: inline-block;
    position: absolute;
    top: 18px;
    text-indent: -9999px;
    height: 18px;
    width: 152px;
    background: url(/assets/logos/envato_market-dd390ae860330996644c1c109912d2bf63885fc075b87215ace9b5b4bdc71cc8.svg);
    background-size: 152px 18px
}

@media (max-width: 568px) {
    .preview__envato-logo {
        padding: 0 10px
    }

    .preview__envato-logo a {
        position: absolute;
        top: 20px;
        left: 15px;
        height: 14px;
        width: 118px;
        background-size: 118px 14px
    }
}

.preview__actions {
    float: right
}

.preview__action--close,
.preview__action--buy {
    display: inline-block;
    padding: 0 20px
}

@media (max-width: 568px) {
    .preview__action--buy {
        padding: 0 10px
    }
}

.preview__action--purchase-form {
    display: inline-block
}

.preview__action--item-details {
    display: inline-block
}

.preview__action--close {
    border-left: 1px solid #333333
}

.preview__action--close a {
    color: #999999;
    text-decoration: none
}

.preview__action--close a:hover {
    color: white
}

.preview__action--close a i {
    color: white;
    font-size: 10px;
    margin-right: 10px
}

@media (max-width: 568px) {
    .preview__action--close a i {
        margin-right: 0
    }
}

@media (max-width: 568px) {
    .preview__action--close a span {
        display: none
    }
}

.screenshots {
    padding: 80px 10px 25px
}

.screenshots__thumbnail {
    display: inline-block;
    margin: 0 10px 20px 0;
    border: 1px solid #333333;
    line-height: 0
}

.screenshots__thumbnail:hover {
    border: 1px solid #666666
}

.screenshots__fullsize {
    display: inline-block;
    margin: 20px 0;
    border: 1px solid #333333;
    line-height: 0
}

.screenshots__fullsize>img {
    max-width: 100%
}

.screenshots__description {
    max-width: 1024px;
    margin-top: 20px;
    color: white
}

.header-bg {
    background: #EB0028;
    background: linear-gradient(0deg, rgba(235, 0, 40, 0.65) 0%, rgba(255, 255, 255, 0.31) 100%);
}

.booking-images {
    max-width: 100%;
}

.header-contact {
    padding: 100px 10px 26%;
    justify-items: center;
}

.image-header {
    /* position: relative;
    top: -324px;
    z-index: 2;
    border: 16px solid #e8e2e212;
    box-shadow: 0 0 39px 0 #ffffffb3;
    border-radius: 10px; */
    position: relative;
    z-index: 2;
    border: 16px solid #e8e2e212;
    box-shadow: 0 0 39px 0 #ffffffb3;
    border-radius: 10px;
    margin-top: -393px;
}

.header-h1 {
    text-align: center;
    font-size: 66px;
}

.p-text {
    font-size: 21px;
}

.service-content i {
    font-size: 29px;
    color: #eb0028bf;
    margin-bottom: 8px;
}


.provided-block-a {
    position: relative;
    height: 100vh;
    overflow: hidden;
    color: white;
}

.provided-block-a .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 80%;
    overflow: hidden;
}

.provided-block-a .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wshipping-content-block-a {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 80%;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    backdrop-filter: blur(3px);
}
p .ounter-block{
    font-size: 16px;
}

.service-image {
    margin-bottom: 20px;
    width: 90%;
    margin-left: 19px;
    animation: floatUpDown 7s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}
.img-fluid-a  {
  left: 0px;
    top: 45px;
    animation: rotate360 18s linear infinite;
    display: block;
    max-width: 100%;
    position: relative;
    width: 17%;
    height: auto;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.product_tabs{
    background-color: #3e6db1;
    border-color: #3e6db1;
    border-radius: 3px;
    color: white;
    padding: 3px 11px;
   box-shadow: 7px 6px 5px 0px rgba(188,188,188,0.75);
-webkit-box-shadow: 2px 2px 5px 0px rgba(181,188,188,0.75);
-moz-box-shadow: 7px 6px 5px 0px rgba(188,188,188,0.75);
}

.ounter-block{
    color: white;
}

.image-product{
    width: 73%;
    margin-top: -43px;
    animation: floatUpDown 7s ease-in-out infinite;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 9.75rem 22rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.25rem;
  font-size: 20px;
  color: white;
  background: linear-gradient(to right, #1a88b7, rgb(0 198 255 / 64%)); /* gradient example */
}


.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
      padding: 0 0.5rem;
    color: #ffffff;
    font-size: 26px;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #ffffff;
}

.breadcrumb-item.active {
        font-weight: 700;
  color: #ffffff;
}

.laptop-image{
    width: 108%;
    top: -20px;
    z-index: -1;
    left: -36px;
    position: relative;
    max-width: 115%;
    animation: floatUpDown 7s ease-in-out infinite;
}