h1 {
    color: #000;
    font-family: "Roboto Serif";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}

h3 {
    color: #000;
    font-family: "Roboto Serif";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
}

h5 {
    color: #000;
    font-family: "Roboto Serif";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

p {
    color: #000;
    font-family: "Roboto Serif";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

a {
    color: #000;
    font-family: "Roboto Serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #114A7E;
}

a.btn {
    color: #fff;
}

.m-b-30 {
    margin-bottom: 30px;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.btn-primary {
    border-radius: 6px;
    background: #114A7E;
    border: 1px solid #114A7E;
    color: #FFF;
    text-align: center;
    font-family: "Roboto Serif";
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 32px;
}

.btn-primary:hover {
    background: #D8A728;
    border: 1px solid #D8A728;
}

h1.heading-border span {
    color: #C48D45;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    background: #fff;
    z-index: 99;
    position: relative;
    padding: 0 30px;
}

h1.heading-border::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 0;
    width: 80%;
    height: 4px;
    background: #C48D45;
    z-index: 1;
    left: 50%;
}

.splide__slide video {
    width: 100%;
    height: auto;
    aspect-ratio: 2.5 / 1;
    object-fit: cover;
}

.splide__slide img {
    width: 100%;
    height: auto;
}

.image-hover img {
    border-radius: 20px;
    transition: all 0.5s;
    border-bottom: 15px solid transparent;
}

.image-hover img:hover {
    transition: all 0.5s;
    border-bottom: 15px solid #D8A728;
}

.slide-section,
.golden-section,
.catch-section,
.video-section {
    font-family: 'Roboto Serif';
}

.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.num1 {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    background: #C48D45;
    border-radius: 50%;
}

.slide-content h1 {
    color: #FFF;
    text-align: center;
    font-family: "Roboto Serif";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.splide:not(.is-overflow) .splide__pagination {
    display: flex;
}

.splide__pagination {
    bottom: 60px;
}

.splide__pagination__page {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.60);
    height: 8px;
    width: 16px;
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: none;
    z-index: 1;
    width: 40px;
    opacity: 1;
}

.title-row p {
    width: 80%;
    line-height: 1.6em;
}

.golden-section h1 {
    font-size: 60px;
}

.golden-section h3 {
    color: #D8A728;
    font-size: 40px;
}

.golden-section h5 {
    font-size: 35px;
}

.click-ticket {
    width: 600px;
}

.catch-block {
    border-radius: 24px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.24);
    background: #FFF;
}

.catch-block h5 {
    min-height: 75px;
}

.catch-block p {
    min-height: 145px;
}

.catch-block img {
    border-radius: 24px 24px 0 0;
}

.read-more {
    color: #114A7E;
    font-family: "Roboto Serif";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.learn-more {
    color: #000;
    text-align: center;
    font-family: "Roboto Serif";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
}

#video2-section,
#video3-section,
#more2,
#more1 {
    display: none;
}

@media screen and (max-width: 1439px) {

    .catch-block h5 {
        min-height: 100px;
    }

    .catch-block p {
        min-height: 200px;
    }
}

@media screen and (max-width: 991px) {
    .w-md-100 {
        width: 100%;
    }

    .title-row p {
        width: 100%;
    }

    h1.heading-border span {
        font-size: 44px;
        display: block;
        width: 65%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .catch-block h3 {
        font-size: 22px;
    }

    .catch-block h5 {
        font-size: 12px;
    }

    .catch-block p {
        font-size: 10px;
    }

    .catch-block .read-more {
        font-size: 10px;
    }

    .slide-content h1 {
        font-size: 34px;
    }

    .learn-more {
        font-size: 16px;
    }

    .num1 {
        height: 80px;
        width: 80px;
        font-size: 30px;
    }

    .golden-section h1 {
        font-size: 40px;
    }

    .golden-section h3 {
        font-size: 30px;
    }

    .golden-section h5 {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    h1.heading-border span {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .splide__slide img {
        height: 100vh;
        object-fit: cover;
    }

    .click-ticket {
        width: 100%;
    }

    .golden-section h3 {
        font-size: 20px;
    }

    .golden-section h5 {
        font-size: 20px;
    }

    .image-hover img {
        border-bottom: 10px solid #C48D45;
    }

    .catch-block h3 {
        min-height: auto;
    }

    .catch-block h5 {
        min-height: auto;
    }

    .catch-block p {
        min-height: auto;
    }
}