/*
[--------------------------------------------------------------------------------------]
                        To       :   <[ DIVINE INTERNATIONAL EXIM ]>
                        version  :   1.0.0.0
                        Owner    :   <[--|| @L3>< ||--]>
[--------------------------------------------------------------------------------------]
*/


/*
[-----------------------------------------------------------------]
                        [ navigation link ]
[-----------------------------------------------------------------]

*/
.text-brand {
    color: #000000;
    font-weight: 600;
}

@media (max-width: 767px) {
    .text-brand {
    }
}

.navbar-brand {
    color: #000000;
}

.navbar-default {
    transition: all 0.5s ease-in-out;
    background-color: #ffffff;
    box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

    .navbar-default.navbar-trans .nav-item {
        position: relative;
        padding-right: 10px;
        padding-bottom: 8px;
        margin-left: 0;
    }

@media (min-width: 768px) {

    .navbar-default.navbar-trans .nav-item {
        margin-left: 15px;
    }
}

.navbar-default.navbar-trans .nav-link {
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: all 0.1s ease-in-out;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

    .navbar-default.navbar-trans .nav-link:before {
        content: "";
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 2px;
        z-index: 0;
        background-color: #2eca6a;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
    }

    .navbar-default.navbar-trans .nav-link:hover {
        color: #000000;
    }

        .navbar-default.navbar-trans .nav-link:hover:before {
            transform: scaleX(1);
            transform-origin: left;
        }

    .navbar-default.navbar-trans .show > .nav-link:before,
    .navbar-default.navbar-trans .active > .nav-link:before,
    .navbar-default.navbar-trans .nav-link.show:before,
    .navbar-default.navbar-trans .nav-link.active:before {
        transform: scaleX(1);
    }

    .navbar-default.navbar-trans .nav-link:before {
        background-color: #2eca6a;
    }

    .navbar-default.navbar-trans .nav-link:hover {
        color: #000000;
    }

    .navbar-default.navbar-trans .show > .nav-link,
    .navbar-default.navbar-trans .active > .nav-link,
    .navbar-default.navbar-trans .nav-link.show,
    .navbar-default.navbar-trans .nav-link.active {
        color: #000000;
    }

/*--------------------------
  Header top
---------------------------*/
.neon-text {
    font-family: 'Arial', sans-serif;
    font-size: 4em;
    text-align: center;
    margin: 0;
    color: white;
    letter-spacing: 5px;
    position: relative;
    z-index: 2;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 255, 0, 0.8), 0 0 20px rgba(0, 255, 0, 0.8), 0 0 30px rgba(0, 255, 0, 0.8);
    animation: glow 2s infinite alternate;
}

@keyframes glow {
    to {
        text-shadow: 0 0 20px rgba(0, 255, 0, 0.8), 0 0 40px rgba(0, 255, 0, 0.8), 0 0 60px rgba(0, 255, 0, 0.8);
    }
}

.custom-overlay-carousel .carousel-item {
    position: relative;
}

.custom-overlay-carousel .carousel-image {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.custom-overlay-carousel .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


/*
[-----------------------------------------------------------------]
                            [ Image Gallary ]
[-----------------------------------------------------------------]

*/

couI {
    position: relative;
    min-height: 100vh;
}

.couI .itemcontI {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    justify-content: center;
}

    .couI .itemcontI .itemtypesI {
        height: 250px;
        width: 400px;
        border: 5px solid #ffffff;
        border-radius: 5px;
        box-shadow: 0 5px 15px black;
        cursor: pointer;
        overflow: hidden;
    }

        .couI .itemcontI .itemtypesI img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            transition: .2s linear;
        }

            .couI .itemcontI .itemtypesI img:hover {
                transform: scale(1.1);
            }

.couI .PopItemI {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0,0,0,.8);
    height: 100%;
    width: 100%;
    display: none;
}

    .couI .PopItemI img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 5px;
        border: 3px solid white;
        object-fit: contain;
        max-width: 90%;
        max-height: 80%;
    }

    .couI .PopItemI span {
        position: absolute;
        top: 100px;
        left: 100px;
        font-size: 40px;
        font-weight: bold;
        color: #7dec66;
        cursor: pointer;
    }


    .couI .PopItemI .caption {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 24px;
        color: white;
        text-align: center;
    }

@media only screen and (max-width: 768px) {
    .couI .PopItemI img {
        max-width: 100%;
        max-height: 70%;
    }
}

@media only screen and (max-width: 480px) {
    .couI .PopItemI img {
        max-height: 60%;
    }
}

@media only screen and (max-width: 320px) {
    .couI .PopItemI img {
        max-height: 50%;
    }
}


/*
[-----------------------------------------------------------------]
                            [ You Tube Video Gallary ]
[-----------------------------------------------------------------]

*/


couYV {
    position: relative;
    min-height: 100vh;
}

.couYV .itemcontYV {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    justify-content: center;
}

    .couYV .itemcontYV .itemtypesYV {
        height: 250px;
        width: 400px;
        border: 5px solid #ffffff;
        border-radius: 5px;
        box-shadow: 0 5px 15px black;
        cursor: pointer;
        overflow: hidden;
    }

        .couYV .itemcontYV .itemtypesYV img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            transition: .2s linear;
        }

            .couYV .itemcontYV .itemtypesYV img:hover {
                transform: scale(1.1);
            }

.PopItmYV {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

    .PopItmYV iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
    }

    .PopItmYV .close {
        position: absolute;
        top: 100px;
        left: 100px;
        font-size: 40px;
        font-weight: bold;
        color: #7dec66;
        cursor: pointer;
    }
/*  [-----------------------------------------------------------------]  */