h1.typewriter {
    font-size: 2.4rem;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-word;
    position: relative;
    min-height: 1em;
    /* will be set dynamically */
}

h1.typewriter::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 1em;
    margin-left: 3px;
    background: black;
    vertical-align: -0.2em;
    animation: blink 1s steps(2, start) infinite;
}

.gray {
    color: #b3b3b3;
}

.gradient-text {
  background: linear-gradient(90deg, #F20505, #8A048C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  /* for better support */
  background-clip: text;
  color: transparent;

}

#overlay-photo {
width:100%;
    max-width:100%;
    overflow-y: scroll;
}
#clone {
    visibility: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
    white-space: pre-wrap;
    font-size: 2.4rem;
}

@media (min-width: 768px) {
  h1.typewriter, #clone {
    font-size: calc(4.375rem + 1.5vw);
  }
}

body {
    font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
}

header {
    backdrop-filter: blur(40px);
    background-color: #ffffff90;
    position: sticky;
    z-index: 10000000000000000;
    top: 0
}

.brdr {
    border: 1px solid #000;
}

.radius-30 {
    border-radius: 30px;
}

.radius-full {
    border-radius: 60px;
}

.button {
    padding: 12px;
    color: #000;
    text-decoration: none;
}

.button:hover {
    color: #000;
    text-decoration: none;
}

.arrow-icon {
    background-image: url(/assets/images/arrow-icon.svg);
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

.arrow-icon-white {
    background-image: url(/assets/images/arrow-icon-white.svg);
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

.arrow-top-icon {
    background-image: url(/assets/images/arrow-up.svg);
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

.arrow-bottom-icon {
    background-image: url(/assets/images/arrow-bottom.svg);
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

.arrow-active-icon {
    background-image: url(/assets/images/arrow-active.svg);
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

.arrow-up-icon {
    background-image: url(/assets/images/arrow-up-icon.svg);
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

.arrow-icon-48 {
    background-image: url(/assets/images/arrow-icon-white.svg);
    background-size: 48px;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center center;
}

.arrow-icon-alt-48 {
    background-image: url(/assets/images/arrow-icon-white.svg);
    background-size: 48px;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.menu-icon {
    background-image: url(/assets/images/menu-icon.svg);
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

h1 {
    font-size: calc(4.375rem + 1.5vw);
}

h1 span {
    color: #AEB2BA;
}

h2 {
    font-size: 32px
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: underline;
}

.button-large {
    padding: 12px 24px;
    background-color: #F20505;
    border:none;
    text-decoration:none;
    color: #FFF;
    text-decoration: none;
}

.button-large:hover {
    color: #FFF;
    background-color:#BF047E;
    text-decoration: none;
}

.lh {
    line-height: 64px;
}

h3 {
    font-size: 48px
}

h3 span {
    font-weight: 100;
}


.gallery {
    min-height: 460px;
    display: flex;
    flex-grow: 1;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}


.gallery::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.round {
    border-radius: 30px;
}

.cursor {
    cursor: pointer;
}

.gallery>div {
    display: inline-flex;
    flex-grow: 1;
    min-width: 100% !important;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 400px;
    background-color: #EBEBEB;
    scroll-snap-align: start;
}

.arrow-next {
    background-image: url(/assets/images/arrow-next.svg);
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

.arrow-prev {
    background-image: url(/assets/images/arrow-prev.svg);
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

.dash {
    background-image: url(/assets/images/dash.svg);
    background-size: contain;
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    animation: dash infinite 3s;
}

@keyframes dash {
    0% {
        min-height: 200px;
    }

    50% {
        min-height: 230px;
    }

    100% {
        min-height: 200px;
    }

}

h4 {
    font-weight: 400;
}

.hr {
    height: 1px;
    background-color: #EBEBEB;
}

h5 span {
    font-weight: 100;
}

h3 span.color {
    font-weight: 700;
    color: #AEB2BA
}

.blogs h4 {
    font-weight: 700;
}

.blogs .time {
    color: #AEB2BA;
}

.contact,
.client {
    font-size: 24px;
    font-weight: 700;
}

.contact .color,
.client .color {
    color: #AEB2BA;
}

.arrow-up {
    background-image: url(/assets/images/arrow-up.svg);
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

.gutter {
    --bs-gutter-x: 5rem;
}

@media only screen and (max-width:992px) {
    .gutter {
        --bs-gutter-x: 1.5rem
    }
}

.close-icon {
    background-image: url(/assets/images/close-icon.svg);
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

#menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000000000000000000;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(40px);
    background-color: #ffffff90;
}

#menu-overlay a {
    color: #000;
    text-decoration: none;
}

#menu-overlay a:hover {
    color: #000;
    text-decoration: none;
}

#menu-overlay.visible {
    display: flex
}

section {
    scroll-margin-top: 100px;
}

.design {
    overflow: hidden;
    width: 100vw;
    display: inline-block;
    height: 300px;
    white-space: nowrap;
}

.design div {
    width: 4650px;
    display: flex;
    flex-wrap: nowrap;
    animation: move 25s infinite linear;
    /* set the time to what you want of course */
}

@keyframes move {
    to {
        transform: translateX(-50%);
    }
}

.design span {
    font-size: 150px;
    line-height: 1.5;
    margin: 0;
    color: #AEB2BA;
    padding-left: 0px;
    width: 2325px;
}

.rotate {
    transition: transform 1s;
    transform: rotate(0deg);
}

.rotate:hover {
    transform: rotate(90deg);
}

:root {
    --row_increment: 10px;
    --card_border_radius: 30px;
    --card_small: 10;
    --card_medium: 13;
    --card_large: 16;
}

.pin-container {
    margin: 0;
    padding: 0;
    width: 100%;
    gap: 1.5rem;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(33.333333% - (1.5rem * (2/3))));
    grid-auto-rows: var(--row_increment);
}

.pin-container.hidden {
    display: none;
}

.pin-card {
    padding: 0;
    border-radius: var(--card_border_radius);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #EBEBEB;
}

.pin-card .button-large {
    display: none !important;
}

.pin-card:hover .button-large {
    display: flex !important;
}


.card-small {
    grid-row-end: span var(--card_small);
}

.card-medium {
    grid-row-end: span var(--card_medium);
}

.card-large {
    grid-row-end: span var(--card_large);
}

@media only screen and (max-width:575px) {
    .pin-container {
        grid-template-columns: repeat(auto-fill, 100%);
    }

}

@media only screen and (min-width:576px) and (max-width:768px) {
    .pin-container {
        grid-template-columns: repeat(auto-fill, calc(50% - (1.5rem * (1/2))));
    }
}

@media only screen and (min-width:769px) and (max-width:992px) {
    .pin-container {
        grid-template-columns: repeat(auto-fill, calc(33.333333% - (1.5rem * (2/3))));
    }
}

@media only screen and (min-width:993px) and (max-width:1199px) {
    .pin-container {
        grid-template-columns: repeat(auto-fill, calc(33.333333% - (1.5rem * (2/3))));
    }
}

.v-gallery {

    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}


.v-gallery::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.v-gallery>div {
    display: inline-flex;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 300px;
    background-color: #EBEBEB;
    scroll-snap-align: start;
    scroll-margin-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.v-gallery>div:last-of-type {
    scroll-margin-bottom: 0;
    margin-bottom: 0;
}

.overlay-gallery.visible {
    display: block
}

.overlay-gallery {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    overflow-y: scroll;
    background-color: #FFF;
    display: none;
    z-index: 10000000000000000000;
}

.overlay-gallery .close {
    background: #ffffff30;
    border-radius: 100%;
    color: #FFF;
    position: fixed;
    z-index: 100000000000000000000;
    right: 1rem;
    top: 1rem;
    text-decoration: none
}

.testimonials-gallery {
    display: flex;
    flex-grow: 1;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}


.testimonials-gallery::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}


.testimonials-gallery>div {
    display: inline-flex;
    flex-grow: 1;
    min-width: 100% !important;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    scroll-snap-align: start;
}

.pagin a {
    background: #00000010;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    padding: 4px 14px;
}

.pagin a:not(.dots):hover {
    background: #000;
    color: #FFF
}

.pagin a.dots {
    background: none;
    cursor: auto;
}

.mobile-pagin span.sel {
    background: #000;
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
}

.mobile-pagin span {
    background: #00000010
}

.pagin a.sel {
    background: #000;
    color: #FFF;
}

.tutorial-list a .button-large {
    display: none !important
}

.tutorial-list a:hover .button-large {
    display: flex !important
}

.tutorial {
    min-height: 460px;
    display: flex;
    flex-grow: 1;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}

.tutorial>div {
    display: inline-flex;
    flex-grow: 1;
    min-width: 100% !important;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 480px;
    background-color: #EBEBEB;
    scroll-snap-align: start;
}