@font-face {
    font-family: "KumlienPro";
    src: url("/fonts/KumlienPro-Regular.otf");
}

body {
    color: white;
    font-family: 'KumlienPro', sans-serif;
    background-image: url('images/gallery-8.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;

}

.logo {
    height: 85px;
    object-fit: cover;
}

.sub-gal-main {
    margin-bottom: 100px;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.navbar-brand,
.navbar-search {
    display: none;
}



/* 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;
}


.navbar-collapse {
    display: flex;

}

.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);
}

.bg-img {
    width: 520px;
    object-fit: cover;
    aspect-ratio: 1.5/1;
    opacity: 50%;
}

.bg-image {

    position: absolute;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.carousel-item {
    background-color: black;
}




.main-tray {

    top: 10%;
    padding: 10px;
    background: rgba(217, 217, 217, 0.5);
    border: 1px solid rgba(217, 216, 216, 0.4);
    box-shadow: 12px 12px 25px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15.9413px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 10px;

    justify-content: space-between;
}




.address-row {
    /* background-color: aquamarine;    */
    align-items: center;
    justify-content: space-around;
    display: flex;

    margin-left: 100px;
}


.magsmen-head {
    font-weight: 350;
    text-shadow: 6x 6px 25px rgba(0, 0, 0, .5);
}

.magsmen-para {
    font-weight: 300;
    text-shadow: 6px 6px 25px rgba(0, 0, 0, .5);
}

.icono-col {

    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.icono-row {
    padding-top: 30px !important;
    width: 100%;
    padding: 0px;
    margin: 0px;
    /* background-color: violet; */
}


/* 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);
}

.icon {
    width: 22px;
    height: 22px;
    filter: invert(93%) sepia(100%) saturate(27%) hue-rotate(42deg) brightness(107%) contrast(107%)
}



.footer-hash {
    margin: 20px 20px 20px 20px;
    text-align: justify;
    text-align-last: center;
    font-size: 12px;
}

.foot-cont .footer-bottom {
    margin-top: 10px;
}

footer h1 {

    font-weight: 300;
    font-size: 2rem;
    text-align: center !important;
}

.icon {
    width: 22px;
    height: 22px;
    filter: invert(93%) sepia(100%) saturate(27%) hue-rotate(42deg) brightness(107%) contrast(107%)
}

.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;
}

.main {
    position: block;

}

.carousel-item {
    background-color: black;
    height: 132vh;
}


@media (max-width: 768px) {

    .navbar-toggler-icon {
        color: #f5f5f5;
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(35deg) brightness(101%) contrast(103%);
    }


    .navbar-brand,
    .navbar-search {
        display: block;
        padding-left: 5px;
    }


    .logo {
        height: 40px;
        object-fit: cover;
        align-content: flex-end;
    }

    .sub-gal-main {
        margin-bottom: 100px;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .carousel-item {

        background-color: black;
        height: 132vh;
    }

    .bg-img {
        height: 100vh;
        object-fit: cover;
        aspect-ratio: 1.5/1;
        opacity: 50%;
    }


    .address-row {

        margin-left: 0px;
    }

    .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 {

        position: absolute;
        height: 100vh;

        object-fit: cover;
        z-index: -1;
    }



    .sub-gal-main {

        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;


    }

    .contact-us {
        margin-top: 50px;


    }



    .carousel {
        height: 100vh;
    }


    .main-tray {
        width: 90%;
        top: 20%;
        text-align: center;
        color: #ffffff;
        background: rgba(96, 95, 95, .5);
    }

    .magsmen-para {
        display: flex;
        flex-direction: column;
    }

    .icono-row {
        flex-direction: column;
        width: 100%;
        padding: 0px;
        margin: 0px;
        align-items: center;
        justify-content: center;

    }

    .icono-col {
        display: flex;
        align-items: center;
        justify-self: center;
        margin-left: auto;
        margin-right: auto;
    }


    .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;
    }




    .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%;
    }


    /* .container-fluid.d-flex.justify-content-center.align-items-center.foot-cont {
        margin-top: 130rem !important;
    } */

}