html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: hb;
    src: url('/typos/helveticaneuebold.ttf');
}

@font-face {
    font-family: hm;
    src: url('/typos/helveticaneue-medium.ttf');
}

@font-face {
    font-family: hl;
    src: url('/typos/helveticaneuelight.ttf');
}

@font-face {
    font-family: hr;
    src: url('/typos/helveticaneue-regular.ttf');
}

@font-face {
    font-family: latobb;
    src: url('/fonts/Lato-Black.ttf');
}

@font-face {
    font-family: latob;
    src: url('/fonts/Lato-Bold.ttf');
}

@font-face {
    font-family: latoh;
    src: url('/fonts/Lato-Heavy.ttf');
}

@font-face {
    font-family: latosb;
    src: url('/fonts/Lato-Semibold.ttf');
}

@font-face {
    font-family: latom;
    src: url('/fonts/Lato-Medium.ttf');
}

@font-face {
    font-family: lator;
    src: url('/fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: latol;
    src: url('/fonts/Lato-Light.ttf');
}

@font-face {
    font-family: latot;
    src: url('/fonts/Lato-Thin.ttf');
}

@font-face {
    font-family: latoha;
    src: url('/fonts/Lato-Hairline.ttf');
}

.hover-img {
    color: #fff;
    display: inline-block;
    margin: 8px;
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.hover-img * {
    box-sizing: border-box;
    transition: all 0.45s ease;
    background: rgb(60, 73, 178, .0);
}

.hover-img::before,
.hover-img::after {
    background: rgb(60, 73, 178);
    background: linear-gradient(352deg, rgba(60, 73, 178, 1) 8%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    transition: all 0.3s ease;
    z-index: 1;
    opacity: .1;
    transform: scaleY(2);
}

.hover-img img {
    vertical-align: top;
    max-width: 100%;
    backface-visibility: hidden;
}

.hover-img figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    color: #fff;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1em;
    opacity: 0;
    z-index: 2;
    transition-delay: 0.1s;
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hover-img:hover::before,
.hover-img:hover::after {
    transform: scale(1);
    opacity: 1;
}

.hover-img:hover>img {
    opacity: 0.9;
}

.hover-img:hover figcaption {
    opacity: 0;
}

.hover-me {
    background: #ffffff !important;
    color: #253e88 !important;
    transition: .3s !important;

}


/* Styles not related to the goal */
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.child img {
    filter: grayscale(0);
}




.swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    border-radius: 0px !important;
    color: #fff;
    opacity: 1;
    background: rgba(200, 200, 200, 0.6);
    font-family: cb;
    margin-bottom: 20px !important
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #fff;
    font-family: cb;
}


.swiper-button-next,
.swiper-button-prev {
    background-color: white;
    background-color: rgba(0, 0, 0, 0);
    right: 10px;
    padding: 0px;
    border-radius: 34px;
    color: rgba(0, 0, 0, 0) !important;
    fill: black !important;
    stroke: black !important;
}


.swiper-button-prev-01 {
    background-image: url(/img/arrow-circle-left.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px !important;
    height: 50px;
}

.swiper-button-prev-01:hover {
    background-image: url(/img/arrow-circle-left-01.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px !important;
    height: 50px;
}

.swiper-button-next-01 {
    background-image: url(/img/arrow-circle-right.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px !important;
    height: 50px;
}

.swiper-button-next-01:hover {
    background-image: url(/img/arrow-circle-right-01.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px !important;
    height: 50px;
}





.swiper-button-prev-02 {
    background-image: url(/img/angle-left.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px !important;
    height: 50px;
}

.swiper-button-prev-02:hover {
    background-image: url(/img/angle-left.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px !important;
    height: 50px;
}

.swiper-button-next-02 {
    background-image: url(/img/angle-right.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px !important;
    height: 50px;
}

.swiper-button-next-02:hover {
    background-image: url(/img/angle-right.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px !important;
    height: 50px;
}



#scrollUp {
    border-radius: 100px !important;
    background: #e20021 !important;
}

.cardInfo:hover p {
    color: #ffffff !important;
}



.video-background {
    /* class name used in javascript too */
    width: 100%;
    /* width needs to be set to 100% */
    height: 100%;
    /* height needs to be set to 100% */
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}


.video-header {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
}

.video-header,
.video-header video,
.video-header .viewport-header {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
}

.video-header video {
    background: rgba(0, 0, 0, 0);
    object-fit: cover;
    width: 100%;
    height: 100%;

}

.video-header .viewport-header {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    opacity: 1;
    transform: scale(1);
}

video::-webkit-media-controls {
    display: none !important;
}


.animateAll {
    opacity: 0 !important;
    filter: blur(5px) !important;
    transform: translateX(-100%) !important;
    transition: all 1s !important;
}

.show-me {
    opacity: 1 !important;
    filter: blur(0) !important;
    transform: translateX(0) !important;
}


.animateAllToo {
    opacity: 0 !important;
    filter: blur(5px) !important;
    transform: translateY(100%) !important;
    transition: all 1s !important;
}

.show-me-too {
    opacity: 1 !important;
    filter: blur(0) !important;
    transform: translateY(0) !important;
}


.skills2 {
    transition-delay: 200ms !important;
}

.skills3 {
    transition-delay: 400ms !important;
}

.skills4 {
    transition-delay: 600ms !important;
}

.skills5 {
    transition-delay: 800ms !important;
}

.skills6 {
    transition-delay: 1000ms !important;
}


.expert2 {
    transition-delay: 200ms !important;
}

.expert3 {
    transition-delay: 400ms !important;
}

.expert4 {
    transition-delay: 600ms !important;
}

.expert5 {
    transition-delay: 800ms !important;
}

.expert6 {
    transition-delay: 1000ms !important;
}
