/* Top Slider */
#topSlider {
    display: flex;
    justify-content: center;
    position: relative;
}

#topSlider,
#topSlider .carousel-inner,
#topSlider .carousel-item,
#topSlider .carousel-item.active {
    height: 80vh;
}


#topSlider .carousel-control-prev,
#topSlider .carousel-control-next {
    display: none;
}

#topSlider .carousel-item img {
    width: 100%;
    height: 100%;
}

#topSlider .carousel-item:nth-child(1) .carousel-caption {
    position: absolute;
    left: 3%;
    right: inherit;
}

#topSlider .carousel-item:nth-child(2) .carousel-caption,
#topSlider .carousel-item:nth-child(4) .carousel-caption {
    position: absolute;
    right: 0%;
    left: 0%;
    top: 0%;
    bottom: 0%;
    transform: translate(0%, 33%);
}

#topSlider .carousel-item:nth-child(3) .carousel-caption {
    position: absolute;
    right: 3%;
    left: inherit;
    top: 3%;
    bottom: inherit;
}

#topSlider .carousel-caption {
    position: absolute;
    text-align: center;
    align-self: center;
    justify-content: center;
}

#topSlider .carousel-caption h1 {
    letter-spacing: -5px;
    text-transform: uppercase;

}


#topSlider h1 a {
    text-decoration: none;
    color: transparent;
    -webkit-text-stroke: 3px #fff;
    font-stretch: expanded;
    color: rgba(255, 255, 255, 0.2);
    font-size: 11rem;
    font-weight: 900;
    padding: 0;
    margin: 0;
    font-family: Arial;
}

#topSlider h1 a:hover {
    color: transparent;
    transition: .5s;
}


#topSlider .carousel-indicators button {
    height: 60px;
    width: 60px;
    margin: 0 5px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    border: 3px solid transparent;
    transition: all 0.5s ease;
}

#topSlider .carousel-indicators button.active {
    border-color: #ffffff;
    transform: scale(1.1);
}

/* Gallery Section */
.gallery-section {
    padding-bottom: 3rem;
    padding-top: 1rem;
    text-align: center;
}
.gallery-section .gallery h3{
    text-align: center;
    margin: 2rem auto;
    margin-bottom: 10px;
}

.gallery-section h5 {
    margin-top: 1rem;
    text-align: center;
}

.gallery-section .row>* {
    padding-right: .25rem;
    padding-left: .25rem;
}

.gallery-section .gallery img {
    width: 100%;
    height: 275px;
    padding: 10px 5px;
    transition: 1s;
    vertical-align: middle;
}

.gallery-section .gallery .image:hover {
    filter: drop-shadow(4px 4px 6px gray);
    transform: scale(1.05);
    cursor: pointer;
    transition: 1s;
}

.see-more {
    text-decoration: none;
    color: #fff;
    background: #009bcd;
    padding: 7px 20px;
    border-radius: 7px;
    margin-top: 1rem;
    cursor: pointer;
    border: 2px solid #009bcd;
    transition: ease .7s;
}

.see-more:hover {
    color: #009bcd;
    background: transparent;
}


/* Gallery box */
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 94%;
    margin: 0 auto;
    padding: 10px;
}

.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 6px;
    opacity: .85;
    cursor: pointer;
}

.gallery-item:hover {
    opacity: 1;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-content {
    font-size: .8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    transition: ease-in-out 2s;
    z-index: 11;
}

.lightbox-content {
    position: relative;
    width: fit-content;
    height: inherit;
    max-height: 70%;
    max-width: 80%;
    overflow: hidden;
    margin: 5% auto;
    margin-top: 100px;
}

.lightbox-content img {
    border-radius: 5px;
    border: 7px solid white;
    border-top: 35px solid white;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 9px;
    top: 45%;
    cursor: pointer;
}

.lightbox-close {
    position: absolute;
    /* background-color: rgba(0, 0, 0, 0.8); */
    color: #333;
    padding: 10px 15px;
    padding-top: 7px;
    top: 0;
    right: 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 19px;
}

.lightbox-index {
    position: absolute;
    /* background-color: rgba(0, 0, 0, 0.8); */
    color: #333;
    padding: 10px;
    padding-top: 5px;
    top: 0;
    left: 0;
    cursor: pointer;
    font-weight: bold;
}

.lightbox-prev {
    left: 0;
}

.lightbox-next {
    right: 0;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}


/* Media Query */
@media only screen and (max-width: 1280px) {
    .video-section .row>*{
        padding: .5rem 1rem;
    }
    .video-section iframe{
        min-height: 300px;
        margin: 0.5rem auto;
    }
}
/* Media Query */
@media only screen and (max-width: 991px) {
    .top-section {
        height: 50vh;
    }
    #topSlider,
    #topSlider .carousel-inner,
    #topSlider .carousel-item,
    #topSlider .carousel-item.active {
        height: 60vh;
    }

}

@media only screen and (max-width: 768px) {

    #topSlider h1 a {
        font-size: 9rem;
    }

    #topSlider .carousel-item:nth-child(1) .carousel-caption,
    #topSlider .carousel-item:nth-child(2) .carousel-caption,
    #topSlider .carousel-item:nth-child(3) .carousel-caption {
        position: absolute;
        right: 0%;
        left: 0%;
        top: 20%;
        bottom: 0%;
        transform: translate(0%, 33%);
    }

}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }

    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }

    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }

    .lightbox-content img {
        border-top: 30px solid white;
    }

    .lightbox-index {
        padding-top: 7px;
    }

    .lightbox-close {
        padding: 6px 10px;
        font-size: 17px;
    }

    .video-section iframe{
        margin: 1rem auto;
        min-height: 250px;
    }

    .top-section {
        height: 25vh;
    }

    .top-section h1 {
        font-size: 2.5rem;
        padding-bottom: 0rem;
        padding-left: 1rem;
    }
}

@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .gallery-section .gallery h3{
        margin-top: 0;
    }

    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
    #topSlider,
    #topSlider .carousel-inner,
    #topSlider .carousel-item,
    #topSlider .carousel-item.active {
        height: 40vh;
    }

    #topSlider .carousel-indicators button {
        height: 40px;
        width: 40px;
    }

    .top-section h1 {
        font-size: 5rem !important;
    }

    #topSlider .carousel-item:nth-child(1) .carousel-caption,
    #topSlider .carousel-item:nth-child(2) .carousel-caption,
    #topSlider .carousel-item:nth-child(3) .carousel-caption {
        transform: translate(0%, 17%);
    }

    #topSlider h1 a {
        font-size: 7rem;
    }
}
