.slides {
    /* width: 100% !important; */
    /* height: 100% !important; */
    /* zoom: 1 !important; */
}
.reveal img {
    /* margin: 0 !important; */
}
.reveal img, .reveal video, .reveal iframe {
    /* max-width: 100% !important; */
    /* max-height: 100% !important; */
}
.header {
    display: flex;
    letter-spacing: 13px;
    justify-content: space-between;
    flex: 1 1 600px;
    left: 75px;
}
.header a {
    margin-right: 195px;
    cursor: pointer;
    color: rgb(106,106,106) !important;
    height: 100%;
    padding-bottom: 20px;
}
.black .header a.active {
    color: #fff !important;
    border-color: #fff;
}
.header a.active {
    color: rgb(213,45,39) !important;
    border-bottom: 5px solid rgb(213,45,39);
}
.sidebar {
    display: flex;
    flex-direction: column;
    height: 100%;

}
.sidebar a {
    position: absolute;
    cursor: pointer;
    color: rgb(106,106,106) !important;
    text-align: left;
    line-height: 78px;
    /* height: 240px; */
    display: flex;
    align-items: center;
    /* height: 100%; */
    /* flex-grow: 1; */
    /* flex-basis: 100%; */
}

.sidebar a:nth-child(2) {
    top: 400px;
}
.sidebar a:nth-child(3) {
    top: 700px;
}
.sidebar a:nth-child(4) {
    top: 1000px;
}
.sidebar a:nth-child(5) {
    top: 1300px;
}

.sidebar.children-5 a:nth-child(2) {
    top: 400px;
}
.sidebar.children-5 a:nth-child(3) {
    top: 800px;
}
.sidebar.children-5 a:nth-child(4) {
    top: 1200px;
}
.sidebar.children-5 a:nth-child(5) {
    top: 1600px;
}

.sidebar.children-4 a:nth-child(2) {
    top: 400px;
}
.sidebar.children-4 a:nth-child(3) {
    top: 900px;
}
.sidebar.children-4 a:nth-child(4) {
    top: 1400px;
}
.sidebar.children-4 a:nth-child(5) {
    top: 1900px;
}

.sidebar a.active {
    color: rgb(213,45,39) !important;
    border-bottom: 5px solid rgb(213,45,39);
    font-size: 100px;
    line-height: 110px;
}

.black .sidebar a.active {
    color: #fff !important;
    border-color: #fff;
}
.black > section > div {
    background-color: #1c1f22;
}

.blue .sidebar a.active {
    color: #fff !important;
    border-color: #fff;
}
.blue .sidebar a,
.blue .header a {
    color: rgb(161,193,244) !important;
}
.blue .header a.active {
    color: #fff !important;
    border-color: #fff;
}
.blue > section > div {
    background-color: transparent;
}

.gray-text .header a {
    color: #6780ac !important;
}
.gray-text .header a.active {
    color: #000 !important;
    border: none;
}

.gray-text .sidebar a {
    color: #6780ac !important;
}
.gray-text .sidebar a.active {
    color: #000 !important;
    border: none;
}


.digital-projects__block {
    font-size: 25px;
    text-align: left;
    top: 255px;
    left: 500px;
    position: absolute;
    background-color: rgba(0,3,34,1);
    padding: 40px 50px;
    letter-spacing: 0.8px;
    color: #fff;
}
.digital-projects__block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px;

    background-image: linear-gradient(
    145deg,
    hsl(235deg 100% 7%) 0%,
    hsl(224deg 36% 22%) 25%,
    hsl(222deg 26% 40%) 36%,
    hsl(219deg 31% 58%) 43%,
    hsl(217deg 68% 77%) 50%,
    hsl(219deg 31% 58%) 57%,
    hsl(222deg 26% 40%) 64%,
    hsl(224deg 36% 22%) 75%,
    hsl(235deg 100% 7%) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.digital-projects__img {
    position: absolute;
    right: 1%;
    top: 400px;
    pointer-events: none;
}
.digital-projects__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slide-img {
    top: 0vh;
    position: absolute;
    width: 100%;
    left: 0;
    object-fit: contain;
    /* margin-left: 1230px !important; */
}
.link-img {
    position: relative !important;
    top: -21px;
    height: 130px !important;
    width: 620px;
    margin-left: 1520px;
}
.gray-background {
    background-image: url(../../../assets/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.gray-background .pf {
    background: transparent;
}