@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700,800,900|Barlow:300,400,500,600,700,800,900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Poppins, sans-serif;
    line-height: 1.6;
    background-color: black;
}
  .team{
    font-size: 8vh;
    height: 93vh;
    margin-bottom: 12vh;
    color: white;
    text-shadow: 2px 2px 10px rgb(0, 136, 255);
    font-family: revampedregular;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;  
}
.head-1 {
    position: absolute;
    text-align: center;
    color: #fff;
    margin: 50px 80px 30px 0px;
    text-shadow: 2px 2px 10px rgb(0, 136, 255);
    font-family: revampedregular;
    font-weight: 100;
    left: calc(100% / 2 - 100px);
    font-size: 2.2rem;
}

/* honey comb section */
.honey_comb ul {
    margin: auto;
    margin-top: 10px;
    width: 95vw;
    list-style: none;
    height: 100%;
}
.honey_comb li {
    width: 18vw;
    display: block;
    height: 16vw;
    clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
    float: left;
    margin-right: 12vw;
    margin-left: 1vw;
    margin-top: 1vw;
    margin-bottom: 2vw;
}
.honey_comb ul:after {
    content: '.';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.honey_comb li:nth-child(2n) {
    margin: -9vw -5vw 0 -15vw;
}
.honey_comb img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.honey_comb h1 {
    margin: 7vw 10vw 0;
    font-size: 3vw;
}
.honey_comb p {
    font-size: 80%;
    clear: both;
    margin: 0 5vw 0 0;
    text-align: right;
}
.honey_comb a {
    color: #888;
}

/* Scroll down */
.scrolldown {
    --color: white;
    --sizeX: 30px;
    --sizeY: 50px;
    position: relative;
    width: var(--sizeX);
    height: var(--sizeY);
    margin-left: var(sizeX / 2);
    border: calc(var(--sizeX) / 10) solid var(--color);
    border-radius: 50px;
    box-sizing: border-box;
    margin-bottom: 16px;
    left: calc(100% / 2 - 0px);
    bottom: 30vh;
    transform: translate(-50%, -50%);
}
.scrolldown p {
    position: absolute;
    width: 100px;
    bottom: 60px;
    transform: translate(-29%, -50%);
    color: #fff;
}

.scrolldown::before {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: var(--color);
    border-radius: 100%;
    animation: scrolldown-anim 2s infinite;
    box-sizing: border-box;
    box-shadow: 0px -5px 3px 1px #ffffff66;
}

@keyframes scrolldown-anim {
    0% {
        opacity: 0;
        height: 6px;
    }
    40% {
        opacity: 1;
        height: 10px;
    }
    80% {
        transform: translate(0, 20px);
        height: 10px;
        opacity: 0;
    }
    100% {
        height: 3px;
        opacity: 0;
    }
}
.chevrons {
    padding: 6px 0 0 0;
    margin-left: -3px;
    margin-top: 48px;
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.chevrondown {
    margin-top: -6px;
    position: relative;
    border: solid var(--color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}
.chevrondown:nth-child(odd) {
    animation: pulse 500ms ease infinite alternate;
}
.chevrondown:nth-child(even) {
    animation: pulse 500ms ease infinite alternate 250ms;
}
@keyframes pulse {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.5;
    }
}

@media screen and (max-width: 480px) {
    .team {
        margin-bottom: 10vh;
    }
    .scrolldown {
        bottom: 15vh;
    }
    .honey_comb ul {
        margin: auto;
        margin-top: 10px;
        width: 98vw;
        list-style: none;
    }
    .honey_comb li {
        width: 28vw;
        height: 24vw;
        margin-right: 12vw;
        margin-left: 1vw;
        margin-top: 1vw;
        margin-bottom: 1vw;
    }
}
.adv {
    background-color: #ffbe0b;
}
.cod {
    background-color: #118ab2;
}
.tech {
    background-color: #29a79a;
}
.asu {
    background-color: #000;
}
.org {
    background-color: #f26519;
}
.spons {
    background-color: #733adf;
}
.pub {
    background-color: #ef233c;
}
.acc {
    background-color: #4fadc5;
}
.hos {
    background-color: #ff7d00;
}
.disable {
    cursor: not-allowed;
}
.disable a {
    pointer-events: none;
}

/*Glitch Effect*/

.glitch {
    position: relative;
    margin: 0 auto;
    color: #fff;
    font-size: 80px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    transform: scale3d(1, 1, 1);
}
.glitch::before,
.glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgb(0, 0, 0);
    color: #fff;
    clip: rect(0, 900px, 0, 0);
}
.glitch::before {
    left: 7px;
    text-shadow: 1px 0 green;
    animation: glitch-effect 3s infinite linear alternate-reverse;
}
.glitch::after {
    left: 3px;
    text-shadow: -1px 0 red;
    animation: glitch-effect 2s infinite linear alternate-reverse;
}

@-webkit-keyframes glitch-effect {
    0% {
        clip: rect(65px, 9999px, 48px, 0);
    }
    5% {
        clip: rect(45px, 9999px, 14px, 0);
    }
    10% {
        clip: rect(46px, 9999px, 100px, 0);
    }
    15% {
        clip: rect(91px, 9999px, 97px, 0);
    }
    20% {
        clip: rect(89px, 9999px, 20px, 0);
    }
    25% {
        clip: rect(90px, 9999px, 92px, 0);
    }
    30% {
        clip: rect(7px, 9999px, 32px, 0);
    }
    35% {
        clip: rect(16px, 9999px, 78px, 0);
    }
    40% {
        clip: rect(10px, 9999px, 20px, 0);
    }
    45% {
        clip: rect(44px, 9999px, 24px, 0);
    }
    50% {
        clip: rect(43px, 9999px, 75px, 0);
    }
    55% {
        clip: rect(58px, 9999px, 87px, 0);
    }
    60% {
        clip: rect(67px, 9999px, 88px, 0);
    }
    65% {
        clip: rect(47px, 9999px, 61px, 0);
    }
    70% {
        clip: rect(69px, 9999px, 58px, 0);
    }
    75% {
        clip: rect(22px, 9999px, 20px, 0);
    }
    80% {
        clip: rect(75px, 9999px, 33px, 0);
    }
    85% {
        clip: rect(52px, 9999px, 61px, 0);
    }
    90% {
        clip: rect(12px, 9999px, 89px, 0);
    }
    95% {
        clip: rect(27px, 9999px, 30px, 0);
    }
    100% {
        clip: rect(58px, 9999px, 73px, 0);
    }
}

@keyframes glitch-effect {
    0% {
        clip: rect(65px, 9999px, 48px, 0);
    }
    5% {
        clip: rect(45px, 9999px, 14px, 0);
    }
    10% {
        clip: rect(46px, 9999px, 100px, 0);
    }
    15% {
        clip: rect(91px, 9999px, 97px, 0);
    }
    20% {
        clip: rect(89px, 9999px, 20px, 0);
    }
    25% {
        clip: rect(90px, 9999px, 92px, 0);
    }
    30% {
        clip: rect(7px, 9999px, 32px, 0);
    }
    35% {
        clip: rect(16px, 9999px, 78px, 0);
    }
    40% {
        clip: rect(10px, 9999px, 20px, 0);
    }
    45% {
        clip: rect(44px, 9999px, 24px, 0);
    }
    50% {
        clip: rect(43px, 9999px, 75px, 0);
    }
    55% {
        clip: rect(58px, 9999px, 87px, 0);
    }
    60% {
        clip: rect(67px, 9999px, 88px, 0);
    }
    65% {
        clip: rect(47px, 9999px, 61px, 0);
    }
    70% {
        clip: rect(69px, 9999px, 58px, 0);
    }
    75% {
        clip: rect(22px, 9999px, 20px, 0);
    }
    80% {
        clip: rect(75px, 9999px, 33px, 0);
    }
    85% {
        clip: rect(52px, 9999px, 61px, 0);
    }
    90% {
        clip: rect(12px, 9999px, 89px, 0);
    }
    95% {
        clip: rect(27px, 9999px, 30px, 0);
    }
    100% {
        clip: rect(58px, 9999px, 73px, 0);
    }
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
