.slide-1 {
    height: 120vh;
    background: radial-gradient(ellipse at bottom, rgb(0, 0, 0) 0%, rgb(9, 9, 9) 100%);
}

.slide-2 {
    background: radial-gradient(ellipse at top, rgb(0, 0, 0) 0%, rgb(9, 9, 9) 100%);
    width: 100%;
}

.slide-1 .hdph img {
    position: absolute;
    height: 60vh;
    width: 40vw;
    top: 23vh;
    left: 6vw;
}

.slide-1 .jyst img {
    position: absolute;
    height: 48vh;
    width: 66vw;
    top: 65vh;
    left: 17vw;
}

.slide-1 .hdng img {
    position: absolute;
    width: 40vw;
    top: 18vh;
    left: 6vw;
}

.slide-1 .ptxt p {
    color: white;
    position: absolute;
    width: 50vw;
    top: 31vh;
    left: 46vw;
    font-size: 1.5vw;
    text-align: justify;
    background: #151515;
    padding: 45px 30px 30px;
}

* {
    box-sizing: border-box;
}
.video-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /*filter: grayscale(1);
    -webkit-filter: grayscale(1); 
    filter: grayscale(100%);*/
}

.video-container .caption {
    z-index: 1;
    position: relative;
    background: rgba(0, 0, 0, 0.7);
}

.column-a {
    float: left;
    width: auto;
    padding: 5px;
}

.row-a::after {
    content: "";
    clear: both;
    display: table;
}

.column-a img,
p {
    width: 590px;
}

.column-a p {
    text-align: justify;
    color: white;
    font-family: "Pilat Extended Light";
    padding: 50px;
    font-size: 1.5vw;
}

.row-a {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.row-a .column-a {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-100%,0%);
}

.column-a-text {
    height: 30vw;
}

.second-img img {
    position: relative;
}

.section-container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

.content-container p {
    color: #ffffff;
    font-family: "Pilat Extended Light";
    min-height: 250px;
    font-size: 2vw;
}

.section-container .columns {
    flex: 0 0 auto;
    width: 50%;
}

.section-container .columns.image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-container .columns.content .content-container {
    padding: 40px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-container .columns.content .content-container h5 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
}

.image1 {
    padding-top: 50px;
}

.image2 {
    padding-bottom: 50px;
}

.section-container .columns.content .content-container p {
    font-weight: 400;
    font-size: 150%;
    margin-bottom: 20px;
    margin-bottom: 15px;
    text-align: justify;
}

.columns.content .content-container p {
    width: 100%;
}

@media screen and (max-width:1024px) {
    .section-container {
        flex-flow: row wrap;
    }
    .section-container .columns.image {
        display: block;
        order: 1;
        width: 100%;
        height: 250px;
    }
    .section-container .columns.content {
        display: block;
        order: 2;
        width: 100%;
    }
    .section-container .columns.content .content-container {
        padding: 20px 35px;
    }
    .section-container .columns.content .content-container h5 {
        margin-bottom: 5px;
    }
}
@media screen and (max-width:1024px) {
    .slide-1 .hdph img {
        width: 500px;
        left: 0;
    }

    .slide-1 .jyst img {
        width: 984px;
        left: 0;
        height: 48vh;
    }

    .slide-1 .ptxt p {
        font-size: 150%;
        width: 100vw;
        left: 0;
        background: black;
    }
}
@media screen and (max-width:1200px) {
    .row-a .column-a {
        transform: translate(-50%,0%);
    }

    .column-a p {
        font-size: 3.2vw;
    }
}
