* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.navigation1 {
    height: 15vh;
    background-color: rgba(243, 244, 239, 0.829);
}

.nab1icon {
    width: 50%;
    margin-left: 420px;
}

.nab1icon i {
    margin-top: 10px;
    font-size: 30px;
    margin-left: 40px;
}

.nab1icon i:hover {
    color: #010000 !important;
}

.nab1icon button {
    float: right;
    width: 20%;
    height: 7vh;
    font-size: 20px;
    border-radius: 15px;
    font-weight: bold;
    border: none;
}

.nab1icon button:hover {
    color: rgb(0, 0, 0);
    background-color: gold;
}

.nabphoto img {
    display: block !important;
    margin-left: 80px;
}

.navigation2 {
    width: 100%;
    margin: auto;
    height: 6vh;
    background-color: black;
    border-bottom: 2px solid white;
    /* position: sticky; */
    /* top: 0%; */
}



.menu {
    font-weight: bold !important;
    font-family: 'Noto Serif', serif;
    display: inline;
}
.menu2 a {
    margin-left: 130px;
    color: rgb(255, 255, 255) !important;
    font-size: 23px;
    text-decoration: none;

}

.menu2 a:hover {
    color: rgb(255, 225, 0) !important;
}
.menu4{
    margin-left: 150px;
}
.menu4 a {
    font-weight: bold !important;
    font-family: 'Noto Serif', serif;
    margin-left: 1px;
    color: black !important;
}

.menu4 a:hover {
    color: rgb(230, 23, 0) !important;
}















/* Banner */
.carousel-item {
    position: relative;
    height: 75vh;
}

.carousel-item img {
    object-fit: cover;
    height: 75vh;
    width: 100%;
}

.carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.572);
    /* Adjust the overlay color and opacity as needed */
}

.carousel-item .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 80%;
}

.caption h2 {
    font-size: 80px !important;
    font-weight: bolder;
}

.caption i {
    /* margin-right: 100px!important; */
    color: gold;
}

.caption p {
    font-size: 20px !important;
    font-weight: bold;
}






.midraptext h1 {
    margin-left: 90px;
    font-weight: bolder;
    font-size: 45px !important;
    padding-top: 50px;
    width: 70%;
}

.photo-container {
    position: relative;
    overflow: hidden;
}

.photo-container img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.photo-container:hover img {
    transform: scale(1.1);
}

.photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-container:hover .photo-overlay {
    opacity: 1;
    border: 2px solid white;
}

.text h1 {
    font-family: 'Geologica', sans-serif;
    font-weight: bolder;
    margin-left: 5px;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

.photo-overlay i {
    color: #e8d801;
    font-size: 50px;
}




/* Mid 2 */
.mid2 {
    width: 100%;
    height:75vh;
    /* border: 2px solid red; */
}

.midrap2 {
    width: 100%;
    height: 70vh;
}

.midrap2 h1 {
    font-family: 'Vina Sans', cursive;
    padding-top: 100px;
    text-align: center;
    font-size: 50px;
    color: rgb(248, 177, 92);
}

.midrap2 h2 {
    font-weight: bolder;
    text-align: center;
    font-size: 60px;
}

.midrap2 i {
    margin-left: 780px;
    font-size: 30px;
    color: rgb(60, 60, 60);
}

.midrap2 i:hover {
    color: rgb(6, 22, 244);
}

.midrap2 p {
    text-align: justify;
    /* text-align: center; */
    font-size: 20px;
    width: 65%;
    margin: auto;
}



/*  */
.marquee-content {
    display: flex;
    animation: scrolling 30s linear infinite;
}

.marquee-item {
    flex: 0 0 16vw;
    margin: 0 1vw;
}

.marquee-item img {
    display: block;
    width: 100%;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-144vw);
    }
}




/* MID 3 */
.mid3 {
    width: 100%;
    height: 20vh;
    background-color: #010000;
}

.midrap3 h1 {
    text-align: center;
    padding-top: 20px;
    font-weight: bolder;
    color: #fff;
    font-size: 70px;
}



/* MID 4 */
.photo-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    /* gap: 20px; */
}

.photo-grid-item {
    position: relative;
    overflow: hidden;
}

.photo-grid-item img {
    transition: transform 0.3s ease;
}

.photo-grid-item:hover img {
    transform: scale(1.1);
}

.photo-grid-item .photo4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 1.0s ease;
}

.photo-grid-item:hover .photo4 {
    opacity: 1;
}

.photo-grid-item .photorap4 {
    text-align: center;
    color: #fff;
}




/* mid 5 */
.mid5 {
    background-color: rgba(248, 245, 238, 0.823);
    width: 100%;
    height: 100vh;
    display: grid;
    place-items: center;
    text-align: center;
    /* height: 50vh; */
    padding-top: 50px;
}

.midrap5 {
    width: 100%;
    height: 100vh;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 50px;
    text-transform: uppercase;
}

.midrap5 h1 {
    text-align: center;
    padding-top: 50px;
    font-size: 80px;
    font-weight: bolder;
}

.photo5 {
    margin-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 5px;
    grid-row-gap: 10px;
}

.images5 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 32vh;
}

.title-word {
    animation: color-animation 4s linear infinite;
}

.title-word-1 {
    --color-1: #dd5c16;
    --color-2: #1098ed;
    --color-3: #d61512;
}

.title-word-2 {
    --color-1: #e920f8;
    --color-2: #06d7be;
    --color-3: #0fc816;
}

.title-word-3 {
    --color-1: #1248f9;
    --color-2: #cb110e;
    --color-3: #00ed08;
}

.title-word-4 {
    --color-1: #1f96ca;
    --color-2: #ff6f22;
    --color-3: #ff3936;
}

.title-word-5 {
    --color-1: #bd0404;
    --color-2: #b44002;
    --color-3: #010000;
}

@keyframes color-animation {
    0% {
        color: var(--color-1)
    }

    32% {
        color: var(--color-1)
    }

    33% {
        color: var(--color-2)
    }

    65% {
        color: var(--color-2)
    }

    66% {
        color: var(--color-3)
    }

    99% {
        color: var(--color-3)
    }

    100% {
        color: var(--color-1)
    }
}





/* mid 6 */
.mid6 {
    width: 100%;
    height: 118vh;
    background-color: rgba(248, 245, 238, 0.823);
}

.midrap6 {
    width: 100%;
    height: 118vh;
}

.grid6 {
    display: grid;
    grid-template-columns: auto auto;
}

.text6 h1 {
    margin-left: 170px;
    padding-top: 50px;
    color: orangered;
    font-size: 20px;
    font-weight: bolder;
}

.text6 h2 {
    font-family: 'Bodoni Moda', serif;
    font-weight: bold;
    width: 70%;
    margin-left: 170px;
    font-size: 60px;
}

.text6 p {
    width: 45%;
    margin-left: 170px;
    margin-top: 10px;
}

.text6 button {
    width: 17%;
    font-weight: bolder;
    margin-left: 170px;
}

.text6 button:hover {
    background-color: #e65c11;
    color: white;
}

.text6 img {
    margin-top: 40px;
    height: 50vh;
    margin-left: 170px;
}

.image6 img {
    height: 90vh;
    margin-top: 123px;
    margin-right: 200px;
}




/* mid 8 */
.mid8 {
    width: 100%;
    height: 70vh;
    background-color: #010000;
}

.midrap8 {
    width: 100%;
    height: 70vh;
}

.grid8 {
    display: grid;
    grid-template-columns: auto auto;
}

.image8 img {
    height: 70vh;
}

.text8 h1 {
    color: rgb(255, 231, 20);
    font-size: 70px;
    margin-top: 30px;
    text-align: center;
}

.text8 h2 {
    color: rgb(41, 206, 0);
    font-size: 60px;
    text-align: center;
}











/* footer */
.footheadline li {
    margin-left: 20px;
    list-style-type: none;
    margin-top: 30px;
}

.footheadline a {
    color: white;
    font-size: 20px;
    text-decoration: none;
    font-weight: bolder;
}