@font-face {
    font-family: "KumlienPro";
    src: url("/fonts/KumlienPro-Regular.otf");
}

body {
    color: white;
    font-family: 'KumlienPro', sans-serif;
    text-align: center;

}


.footer-hash {
    margin: 20px 20px 20px 20px;
    text-align: justify;
    text-align-last: center;
    font-size: 12px;
}



/* navbar  */

nav.navbar.navbar-expand-lg.bg-transparent {
    padding: 0;
    margin: 0;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 12px 12px 50px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    z-index: 100;
}

.icon {
    width: 22px;
    height: 22px;
    filter: invert(93%) sepia(100%) saturate(27%) hue-rotate(42deg) brightness(107%) contrast(107%)
}


.navbar-collapse {
    display: flex;

}

.logo {
    height: 85px;
    object-fit: cover;
}

.my-nv-h {

    width: 90%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
}

.nav-item a {
    font-size: 1.2rem;
    color: #f5f5f5 !important;
    text-shadow: 3px 3px 25px rgba(0, 0, 0, 1);
}



.navbar-brand,
.navbar-search {
    display: none;
}



.sub-gal-main {

    position: relative;
    height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}


.bg-img {
    background-color: rgba(0, 0, 0, 0.445);
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 2/.9;
}

.bg-image {

    position: absolute;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.bg-img {

    opacity: 50%;
}


.carousel-item {
    background-color: black;
    height: 850px;
}



.main-head {
    width: fit-content;
}

.content-main-h {
    margin-top: -30px;
}


.gal-image-3 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/2.5;
    box-shadow: 12px 12px 25px rgba(0, 0, 0, 0.4);

}


.first-content {

    top: 90% !important;
    color: rgb(0, 0, 0);
}

.content-col-h {
    margin-top: 60px;
}

.content-col-v {
    margin-top: -25px;
}


.bg-cont {
    width: 100%;
    /* background-color: sandybrown; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 300px;
    /* margin-bottom: 200px; */

}




.image-rows {
    width: 100%;
    background-color: black;
}




.controw-2 {
    flex-direction: row-reverse;
}

.bg-cont-2 {
    width: 100%;

    /* background-color: sandybrown; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;

}



.controw-3 {
    flex-direction: row-reverse;
}

.bg-cont-3 {
    width: 100%;
    /* background-color: sandybrown; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 300px;
    margin-bottom: 310px;

}




/* footer */

.foot-cont {
    height: 450px;
    color: rgb(255, 255, 255) !important;
    background: rgba(18, 17, 17, .9);
    text-shadow: -12px -12px 25px rgba(0, 0, 0, 0.3);
    box-shadow: -12px -12px 25px rgba(0, 0, 0, 0.3);
}

.foot-cont .footer-bottom {
    margin-top: 10px;
}

footer h1 {

    font-weight: 300;
    font-size: 2rem;
    text-align: center !important;
}

.foot-link-h {
    width: fit-content;
    font-size: 2rem;
    color: #f5f5f5;
    text-decoration: none;
    padding-top: 30px;
}

.foot-butn-h {
    background-color: #f5f5f5;
    color: #0f0f0f;
    border-radius: 1000px;
    border: 3px solid rgba(1, 1, 1, 0.4);
}

.foot-butn-h:hover {
    background-color: #0f0f0f;
    border: 3px solid rgba(1, 1, 1, 0.4);
}


.lower-foot-h {

    width: 100vw !important;
    height: 100px;
    background-color: #0f0f0f;
}

.text-white {
    padding-top: 30px !important;
}

.date {
    color: #fff;
}

@media (max-width: 768px) {

    .date {
        color: #000;
    }

    .navbar-toggler-icon {
        color: #f5f5f5;
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(35deg) brightness(101%) contrast(103%);
    }

    .carousel-item {
        background-color: black;
        height: 950px;
    }

    .car2 {
        background-color: #f5f5f5;
    }

    .logo {
        height: 40px;
        object-fit: cover;
        align-content: flex-end;
    }

    .bg-cont-2 {
        width: 100%;

        /* background-color: sandybrown; */
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-start;


    }

    .foot-cont {
        height: 500px;
        color: rgb(255, 255, 255) !important;
        background: rgba(18, 17, 17, .9);
        text-shadow: -12px -12px 25px rgba(0, 0, 0, 0.3);
        box-shadow: -12px -12px 25px rgba(0, 0, 0, 0.3);
    }

    .foot-cont .footer-bottom {
        font-size: 12px;
    }

    .bg-image {
        height: 120vh !important;

    }

    .nav-contain {
        justify-content: flex-end;

        box-shadow: 12px 12px 25px rgba(0, 0, 0, 0.3);
    }

    .navbar-toggler {
        margin-left: auto;
        border: 0px;
        color: #f5f5f500;
        margin-right: -10px;
    }


    ul.navbar-nav.me-auto.mb-2.mb-lg-0.my-nv-h {

        align-items: flex-end;
    }


    .navbar-brand,
    .navbar-search {
        display: block;
        padding-left: 5px;
    }


    .row.content-main-h {
        margin-top: 50px;
    }


    .pararow {
        margin-top: -30px !important;
    }

    .controw-2 {

        margin-top: 0px !important;
    }

    .row.controw {
        margin-top: 400px;
    }

    .main-head p {
        align-self: center;
    }

    .row.controw-3 {
        margin-top: -300px;
    }


    .content-main-h {

        flex-direction: column;

    }

    .content-col-v {
        margin-top: 3rem;
        color: #0f0f0f;
    }

    .content-col-h {
        color: #0f0f0f;
    }

    .bg-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 9/16;
    }


    .bg-img2 {
        display: none !important;
        height: 225vh !important;
    }


    .lower-foot-h {
        width: 100% !important;
        height: 100px;
        background-color: #0f0f0f;
    }

    footer .fab {
        font-size: 1rem;
    }

    footer h1 {
        font-size: 1rem;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }


    footer {
        width: 100%;
    }

}