/* CSS Document */

body {
    overflow-x: hidden;
}

h1 {
    font-size: 2vw;
}

    h1.text-center {
        color: var(--t-md);
    }

h3.text-center {
    color: var(--t-md);
}

h1.my-rows {
    background-color: var(--bg);
}

.r-color {
    background-color: var(--bg);
}

.bg-img1 {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    object-fit: cover;
}

.main-heading {
    position: relative;
    top: 50px;
    left: 0;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}

.main-img-p {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.top-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 7vw;
    color: white;
}

.sub-body {
    position: relative;
    z-index: 1;
    top: 50px !important;
    left: 0px !important;
    padding: 20px 0;
    background-color: var(--bg);
}

.sides h4 {
    margin-left: 10px;
    color: var(--t-md);
    font-size: 1.5vw;
}

.sides ul {
    padding: 0 7px;
}

    .sides ul li {
        text-decoration: none;
        height: auto;
        list-style: none;
        border-bottom: 1px solid #ccc;
        line-height: 3.4vw;
        padding-left: 10px;
        font-size: 1.2vw;
        color: var(--t-sm);
    }

        .sides ul li:hover {
            background-color: var(--hover);
            cursor: pointer;
        }

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.slider-p {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.vid-p h1 {
    color: var(--t-md);
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.vid-p {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    background-color: var(--bg);
}

    .vid-p p {
        text-align: center;
        color: var(--t-sm);
    }

.heading-transparent {
    line-height: 300px;
    position: relative;
    z-index: 1;
    font-size: 6vw;
    color: white;
    text-align: center;
    user-select: none;
}

.my-rows {
    position: relative;
    z-index: 1;
}

.set-row-img {
    display: block;
    position: relative;
    width: 100%;
    transition: all 1s;
    border-radius: 12px;
}

    .set-row-img:hover {
        cursor: pointer;
        opacity: 0.5;
    }

.heading-image {
    width: 60px;
    margin-top: -10px;
}

.bg-img {
    height: 50vh !important;
}

.hover-effect > div {
    position: absolute;
    background: #333;
    background: var(--index-overlay);
    width: 100%;
    height: 100%;
}

    .hover-effect > div.custom-hover-object {
        position: absolute;
        background: #333;
        background: rgba(255,255,255,0.7);
        width: 100%;
        height: 100%;
    }


.hover-effect {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.btn-hover {
    width: 150px;
}

    .btn-hover:after {
        content: 'View Event';
    }

.bg-body {
    background-color: var(--bg);
}
