body {
    font-family: "Raleway", sans-serif, Arial, Helvetica, sans-serif;
    min-height: 100vh;
    height: 1px;
}

h2 {
    font-weight: lighter;
    font-size: xx-large;
    margin-top: 0;
}

.page {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper {
    aspect-ratio: 4 / 3;
    width: 60rem;
    --padding: 3rem;
}

.swiper-slide {
    border-radius: 5px;
    background-image: url("assets/kiwihug-zGZYQQVmXw0-unsplash.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 0px 20px -15px rgba(0, 0, 0, 0.75);
    padding: var(--padding);
    position: relative;
    box-sizing: border-box;
}

.swiper-pagination-vertical {
    --swiper-pagination-bottom: 50%;
    --swiper-pagination-bullet-size: 10px;
}

.swiper-pagination-bullet-active {
    background-image: url("assets/Dot.svg");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1;
    width: 40px;
    height: auto;
    --swiper-pagination-color: rgb(255, 162, 0);
}

:root {
    --color: rgb(45, 255, 0, 0);
}

#intro::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255, 162, 0, 0.3);
    mix-blend-mode: multiply;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}


#intro {
    display: flex;
}

#intro .pic {
    position: absolute;
    bottom: var(--padding);
    width: 25%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    left: var(--padding);
    object-position: bottom;
}

#intro .ani {
    width: 50%;
    height: 50%;
    top: 0;
    right: 0;
    position: absolute;
}

#intro h2 {
    align-self: flex-end;
    position: absolute;
    right: calc(0px + var(--padding));
    bottom: calc(0px + var(--padding));
    margin: 0px;
}

#page2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--color);
    mix-blend-mode: overlay;
    clip-path: polygon(100% 83%, 0% 100%, 100% 100%);
}

#page3::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255, 162, 0, 0.3);
    mix-blend-mode: multiply;
    clip-path: polygon(0 50%, 0 0, 100% 0, 100% 50%);
}




a {
    color: black;
    text-decoration: none;
}

a:hover {
    font-size: 150%;
}

.table {
    text-align: left;
}

.table th {
    border-width: 1px;
    padding: 15px;
    padding-left: 2px;
    padding-top: 0px;
    padding-bottom: 5px;
    font-weight: lighter;
    font-size: larger;
}

.table td {
    border-width: 5px;
    padding: 10px;
    padding-left: 10px;
}

#page4 p {
    line-height: 170%;
    padding-right: 10%;
    padding-left: 50px;
    padding-top: 5px;
}

#page4::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--color);
    mix-blend-mode: overlay;
    clip-path: polygon(100% 83%, 0% 100%, 100% 100%);
}

#page3 .ani {
    aspect-ratio: 1;
    object-fit: contain;
    width: 25%;
    position: absolute;
    left: var(--padding);
    top: 100px;
}

.video_wrapper {
    margin-top: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: 864px;
    height: 557.2px;
}

.video-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* background-color: blue; */
    width: 100%;
}

#video-player {
    max-width: 100%;
    margin: auto;
    position: relative;
}

video {
    width: 100%;
    height: auto;
}

#video-controls {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    display: flex;
    justify-content: space-between;
}


button {
    cursor: pointer;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    padding-top: calc(var(--padding)/4);
    padding-bottom: calc(var(--padding)/4);
}

#play-pause img {
    aspect-ratio: 1;
    width: 40px;
    object-fit: contain;
}

#fs-container {
    width: 40px;
    aspect-ratio: 1;
    display: flex;
}

#fullscreen_open img {
    aspect-ratio: 1;
    width: 40px;
    padding-top: calc(var(--padding)/2);
    padding-bottom: calc(var(--padding)/2);

}

#exitfullscreen img {
    aspect-ratio: 1;
    width: 40px;
    padding-bottom: calc(var(--padding)/2);
    padding-top: calc(var(--padding)/2);
}


progress[value] {
    -webkit-appearance: none;
    position: absolute;
    border: none;
    margin: var(--padding);
    background: rgb(255, 174, 0);
    width: 200%;
    /*visibility: hidden;*/
}

progress[value]::-webkit-progress-value {
    background: rgb(255, 174, 0);
}

progress[value]::-moz-progress-bar {
    background: rgb(255, 174, 0);
}

.video-progress {
    position: relative;
    width: 300px;
    display: flex;
    justify-content: center;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    height: 13.7%;
    border: none;
    margin: var(--padding);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: opacity .2s;
    width: 200%;
}



.slider:hover {
    opacity: 1;
}



#page5::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--color);
    mix-blend-mode: overlay;
    clip-path: polygon(100% 83%, 0% 100%, 100% 100%);
}

#page6 iframe {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
}

#page6::before {
    content: '';
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--color);
    mix-blend-mode: overlay;
    clip-path: polygon(100% 83%, 0% 100%, 100% 100%);
}

#page6 .ani {
    object-fit: contain;
    width: 25%;
    position: absolute;
    right: 0%;
    bottom: 0%;
}

#page6 .DdeB{
    padding-left: 10px;
}


#page6 p a { 
    color: rgb(255, 174, 0);
    text-decoration: underline;
}