@media screen and (max-width:1300px) {
    .hero-title {
        top: 250px !important;
    }

    .owl-carousel .owl-item .box img {
        max-width: 130px !important;
        max-height: 8vh !important;
    }

    .service-card {
        height: 90vh !important;
    }
}

@media screen and (min-width: 1200px) {
    .hero-title {
        font-size: 180px;
    }

    .client-heading {
        font-size: 180px;
    }

.iconBar a {
  font-size: 15px !important;
  padding: 5px !important;
}
}

@media screen and (max-width: 600px) {
    .slogan {
        height: unset;
    }

    .service-card {
        width: 150% !important;
        padding: unset !important;
        overflow: hidden;
    }

    .clients-desktop {
        display: none;
    }

    .clients-mobile {
        display: block !important;
    }

    .services-title-carousel {
        margin-bottom: 5vh;
    }
    .services-title {
    font-size: 13vw !important;
}

.iconBar a {
  font-size: 15px !important;
  padding: 5px !important;
}
}

.clients-mobile {
    display: none;
}

.section {
    height: 100vh !important;
    width: 100% !important;
}

.robot {
    height: 100vh;
    width: 100%;
    position: absolute;
    bottom: 0;
}

body {
    background-color: #050505;
    overflow-x: scroll;
}

.hero-background {
    position: absolute;
    max-width: 100vw;
    margin:
        auto;
    left: 0;
    right: 0;
    height: 100vh;
    color: #f00000;
    fill: #f00;
    filter: invert(100%) sepia(3%) saturate(841%) hue-rotate(210deg) brightness(115%) contrast(88%);
}

.hero-title {
    position: absolute;
    color: white;
    margin:
        auto;
    text-align: center;
    font-size: 15vw;
    width: 90%;
    top: 150px !important;
    right: 0;
    left: 0;
}


.client-heading {
    width: 100%;
    text-align: center;
    font-size: 10vw;
    color: #f0f0f0;
    margin-top: 17vh;
}

.sub-client-heading {
    width: 100%;
    text-align: center;
    color: #f0f0f0;
    display: block;
}

.row.clients {
    margin-top: 5vh;
}

.owl-carousel .owl-item .box img {
    display: block;
    max-height: 6vh;
    width: unset !important;
    max-width: 200px;
    margin: auto;
}

.services-title {
    font-size: 7vw;
    margin: auto;
    color: #f0f0f0;
}

.outline {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.services-title-carousel {
    max-height: 20vh;
}



.circle {
    position: absolute;
    top: 10vw;
    z-index: -1;
    width: 70vw;
    height: 70vw;
    margin-right: auto;
    margin-left: auto;
    border-style:
        solid;
    border-width:
        1px;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
    border-radius:
        100%;
    opacity: 0.2;
    transform: rotate(180deg);
    left: 0;
    right: 0;
}

.hero-overlay {
    position: absolute;
    inset:
        95% 0% 0%;
    z-index: 10;
    background-image: linear-gradient(180deg, transparent, black);
}

.service-container {
    overflow: scroll;
    height: 80vh;
    scroll-snap-type: y mandatory;
    overflow-x: hidden;
}

.service-card {
    position: sticky;
    top: 0;
    height: 80vh;
    display: block;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    z-index: 10;
    color: white;
    width: 70%;
    padding: 5vh;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    scale: 1.1;
}

.service-card.visible {
    opacity: 1;
    scale: 1;
    transform: translateY(0);
}

.slide-up-animation {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

#logo {
    display: none !important;
}

.slogan {
    height: 100vh;
    width: 100%;
}

.service_image {
    width: 100%;
    text-align: center;
    margin:
        auto;
    align-content: center;
    display: flex;
    max-height: 90%;
    border-radius: 20px;
    max-width: 1024px;
}

.service-heading {
    text-align: left;
    padding-top: 15px;
    background-color: #050505;
}

.iconBar {
  position: absolute;
  z-index: 999999999;
  top: 30vh;
  right: 0;
}

.iconBar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.5s ease;
  font-size: 35px !important;
  /* From https://css.glass */
color: rgba(255, 255, 255, 0.63);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(8.6px);
-webkit-backdrop-filter: blur(8.6px);
}


.card{
    background: #222529;
  direction: rtl;
}

.card-title a{
    color: white !important;
    text-decoration: unset !important;
}

.blog-desc{
    color: white !important;
}

.avatar{
    max-width: 50px;
}

.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.duration{
    color: #17191c;
}