body {
    margin: 0;
}

.af-view {
    margin: 0;
}

.af-class-photo-block {
    z-index: 0 !important;
}

.af-class-dot {
    z-index: 1000 !important;
}

.cursor-dot,
.cursor-dot-outline {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.cursor-dot {
    width: 5px;
    height: 5px;
    background-color: #f3f3f3;
    /* background-color: red; */
    z-index: 2000;
}

.cursor-dot-outline {
    width: 30px;
    height: 30px;
    /* background-color: rgba(12, 12, 12); */
    backdrop-filter: invert(100%);
    z-index: 2000;
}


.af-class-_2lines {
    z-index: 15;
}


.af-class-_3lines {
    z-index: 1;
}

.af-class-loop {
    display: inline-block;
    -webkit-animation: scrolling-left1 25s linear infinite;
    animation: scrolling-left1 25s linear infinite;
    /* margin-left: 30px; */
    margin: 0 !important;
    padding-right: 10px;
}

@keyframes scrolling-left1 {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes scrolling-left1 {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

.af-class-logo-roll {
    min-height: 145px
}

a:-webkit-any-link,
.w-button {
    cursor: none !important
}

.af-class-work {
    width: 100% !important
}

.af-class-home-top {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

.af-class-nav-container {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

.af-class-controls {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

.af-class-image-cover {
    border-radius: 0vw !important;
}

.af-class-image-cover:hover {
    border-radius: 2vw !important;
}

.af-class-image-cover-2 {
    border-radius: 0vw !important;
}

.af-class-image-cover-2:hover {
    border-radius: 2vw !important;
}

@media screen and (max-width: 1100px) {
    .af-class-div-block-25 {
        flex-direction: column-reverse !important;
    }
}

@media screen and (max-width: 767px) {
    .af-class-div-block-25 {
        flex-direction: row !important;
    }
}


/* .af-class-div-block-25 {
    max-width: 20vw !important;
} */

.af-class-project-name {
    /* overflow: hidden !important; */
    white-space: nowrap !important;
    /* text-overflow: ellipsis !important; */
}

.af-class-grid>* {
    min-width: 0px;
}