@import url('https://fonts.googleapis.com/css2?family=BIZ+UDMincho&family=Cutive+Mono&family=Hurricane&family=Josefin+Sans:ital,wght@1,100&family=Kdam+Thmor+Pro&family=Merriweather:wght@300&family=Neucha&family=Odibee+Sans&family=Satisfy&family=Ubuntu:wght@300&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    /* background-color: rgb(0, 0, 0); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    align-items: center;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 8vh;
    font-family: 'Odibee Sans', cursive;
    /* background-color: rgb(0, 0, 0); */
}

nav a {
    width: 40px;
}

.logo img {
    width: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.nav-links {
    display: flex;
    justify-content: space-around;
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-shadow: 10px 10px 50px black;
}

.nav-links li {
    list-style: none;
}

.nav-links a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-size: 16px;
}

.btn img {
    width: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.home {
    width: 80%;
    align-items: center;
    margin: auto;
}

.home img {
    width: 100%;
    align-items: center;
    margin: auto;
    margin-top: 50px;
    filter: drop-shadow(50px 20px 30px black);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.ourservices {
    width: 80%;
    align-items: center;
    margin: auto;
}

.ourservices img {
    width: 100%;
    align-items: center;
    margin: auto;
    margin-bottom: 50px;
    filter: drop-shadow(50px 20px 30px black);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.ourservices h1 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-family: 'Odibee Sans', cursive;
    font-weight: 500;
    letter-spacing: 1.5px;
    /* margin-bottom: 20px; */
    margin-top: 100px;
    margin-bottom: 10px;
    text-align: right;
}

.aboutus {
    width: 80%;
    align-items: center;
    margin: auto;
}

.aboutus img {
    width: 100%;
    align-items: center;
    margin: auto;
    margin-top: 10px;
    filter: drop-shadow(50px 20px 30px black);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.aboutus h1 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-family: 'Odibee Sans', cursive;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: right;
}

.backdrop {
    width: 80%;
    align-items: center;
    margin: auto;
}

.backdrop h1 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-family: 'Odibee Sans', cursive;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    margin-top: 80px;
    text-align: right;
}

.backdrop img {
    width: 100%;
    align-items: center;
    margin: auto;
    margin-bottom: 50px;
    filter: drop-shadow(50px 20px 30px black);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.social h3 {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    letter-spacing: 1.5px;
    text-align: center;
}

.social h3 img {
    width: 25px;
    height: auto;
    margin-top: 10px;
}

.ar {
    width: 80%;
    align-items: center;
    margin: auto;
}

.ar h1 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-family: 'Odibee Sans', cursive;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    margin-top: 50px;
    text-align: right;
}

.ar img {
    width: 100%;
    align-items: center;
    margin: auto;
    margin-bottom: 50px;
    filter: drop-shadow(50px 20px 30px black);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.photobooth {
    width: 80%;
    align-items: center;
    margin: auto;
}

.photobooth h1 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-family: 'Odibee Sans', cursive;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    margin-top: 50px;
    text-align: right;
}

.photobooth img {
    width: 100%;
    align-items: center;
    margin: auto;
    margin-bottom: 50px;
    filter: drop-shadow(50px 20px 30px black);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.roamingphotobooth {
    width: 80%;
    align-items: center;
    margin: auto;
}

.roamingphotobooth h1 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-family: 'Odibee Sans', cursive;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    margin-top: 50px;
    text-align: right;
}

.roamingphotobooth img {
    width: 100%;
    align-items: center;
    margin: auto;
    margin-bottom: 50px;
    filter: drop-shadow(50px 20px 30px black);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.videobooth {
    width: 80%;
    align-items: center;
    margin: auto; 
}

.videobooth h1 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-family: 'Odibee Sans', cursive;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    margin-top: 50px;
    text-align: right;
}

.videobooth img {
    width: 100%;
    align-items: center;
    margin: auto;
    margin-bottom: 50px;
    filter: drop-shadow(50px 20px 30px black);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px; 
}

.onsitereg {
    width: 80%;
    align-items: center;
    margin: auto; 
}

.onsitereg h1 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-family: 'Odibee Sans', cursive;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    margin-top: 50px;
    text-align: right;
}

.onsitereg img {
    width: 100%;
    align-items: center;
    margin: auto;
    margin-bottom: 50px;
    filter: drop-shadow(50px 20px 30px black);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px; 
}

.digitalluckydraw {
    width: 80%;
    align-items: center;
    margin: auto; 
}

.digitalluckydraw h1 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-family: 'Odibee Sans', cursive;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    margin-top: 50px;
    text-align: right;
}

.digitalluckydraw img {
    width: 100%;
    align-items: center;
    margin: auto;
    margin-bottom: 50px;
    filter: drop-shadow(50px 20px 30px black);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px; 
}

.eventactivities {
    width: 80%;
    align-items: center;
    margin: auto;
}

.eventactivities h1 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-family: 'Odibee Sans', cursive;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    margin-top: 50px;
    text-align: right;
}

.eventactivities img {
    width: 100%;
    align-items: center;
    margin: auto;
    margin-bottom: 50px;
    filter: drop-shadow(50px 20px 30px black);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.ourpassion {
    width: 80%;
    align-items: center;
    margin: auto;
}

.ourpassion h1 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-family: 'Odibee Sans', cursive;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    margin-top: 50px;
    text-align: right;
}

.ourpassion img {
    width: 100%;
    align-items: center;
    margin: auto;
    margin-bottom: 50px;
    filter: drop-shadow(50px 20px 30px black);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.ourmission {
    width: 80%;
    align-items: center;
    margin: auto;
}

.ourmission h1 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-family: 'Odibee Sans', cursive;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    margin-top: 50px;
    text-align: right;
}

.ourmission img {
    width: 100%;
    align-items: center;
    margin: auto;
    margin-bottom: 50px;
    filter: drop-shadow(50px 20px 30px black);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.ourvision {
    width: 80%;
    align-items: center;
    margin: auto;
}

.ourvision h1 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-family: 'Odibee Sans', cursive;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    margin-top: 50px;
    text-align: right;
}

.ourvision img {
    width: 100%;
    align-items: center;
    margin: auto;
    margin-bottom: 50px;
    filter: drop-shadow(50px 20px 30px black);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.ourgallery {
    width: 80%;
    align-items: center;
    margin: auto;
}

.ourgallery h1 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-family: 'Odibee Sans', cursive;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    margin-top: 50px;
    text-align: right;
}

.ourgallery img {
    width: 100%;
    align-items: center;
    margin: auto;
    margin-bottom: 50px;
    filter: drop-shadow(50px 20px 30px black);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

footer {
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, #000000, #131212);
    color: #fff;
    padding: 80px 0 30px;
    border-bottom-right-radius: 125px;
    font-size: 15px;
    line-height: 20px;
}

.row {
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.col {
    flex-basis: 25%;
    padding: 10px;
}

.col h3 {
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
}

.col p{
    margin-bottom: 10px;
}

.whats {
    width: 40px;
    margin-top: 10px;
}

.fb{
    width: 40px;
    margin-top: 10px; 
}

.insta{
    width: 40px;
    margin-top: 10px; 
}

.logo {
    width: 70px;
    margin-bottom: 20px;
}

.email {
    width: fit-content;
    border-bottom: 1px solid white;
}

ul li {
    list-style: none;
    margin-bottom: 12px;
}

ul li a {
    text-decoration: none;
    color: white;
}

.underline {
    width: 100%;
    height: 5px;
    background: #767676;
    border-radius: 3px;
    position: absolute;
    top: 25px;
    left: 0;
    overflow: hidden;
}

.underline span {
    width: 15px;
    height: 100%;
    background: white;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite;
}

@keyframes moving {
    0% {
        left: -20px;
    }

    100% {
        left: 100%;
    }
}

@media (max-width: 700px) {
    footer {
        bottom: unset;
    }

    .col {
        flex-basis: 100%;
    }

    nav {
        justify-content: center;
        align-items: center;
        min-height: 8vh;
        text-align: center;
    }

    .logo img {
        margin-left: 20px;
        margin-top: 30px;
    }

    nav a img {
        width: 40px;
        margin-left: -50px;
    }

    .nav-links a {
        display: none;
    }

    .btn img {
        width: 40px;
        margin-top: 20px;
    }

    .home img {
        filter: drop-shadow(10px 10px 10px black);
    }

    .ourservices img {
        filter: drop-shadow(10px 10px 10px black);
        margin-bottom: 0px;
    }
    
    .ourservices h1 {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .aboutus img {
        filter: drop-shadow(10px 10px 10px black);
    }
    
    .aboutus h1 {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .backdrop h1 {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    
    .backdrop img {
        filter: drop-shadow(10px 10px 10px black);
    }
    
    .social h3 {
        font-size: 13px;
        width: 250px;
        margin: auto;
        margin-top: -10px;
    }
    
    .social h3 img {
        width: 25px;
    }

    .ar h1 {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    
    .ar img {
        filter: drop-shadow(10px 10px 10px black);
    }

    .photobooth h1 {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    
    .photobooth img {
        filter: drop-shadow(10px 10px 10px black);
    }

    .roamingphotobooth h1 {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    
    .roamingphotobooth img {
        filter: drop-shadow(10px 10px 10px black);
    }

    .videobooth h1 {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    
    .videobooth img {
        filter: drop-shadow(10px 10px 10px black);
    }

    .onsitereg h1 {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    
    .onsitereg img {
        filter: drop-shadow(10px 10px 10px black);
    }

    .digitalluckydraw h1 {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    
    .digitalluckydraw img {
        filter: drop-shadow(10px 10px 10px black);
    }

    .eventactivities h1 {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    
    .eventactivities img {
        filter: drop-shadow(10px 10px 10px black);
    }

    .ourpassion h1 {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    
    .ourpassion img {
        filter: drop-shadow(10px 10px 10px black);
    }

    .ourmission h1 {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    
    .ourmission img {
        filter: drop-shadow(10px 10px 10px black);
    }
    
    .ourvision h1 {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    
    .ourvision img {
        filter: drop-shadow(10px 10px 10px black);
    }
    
    .ourgallery h1 {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    
    .ourgallery img {
        filter: drop-shadow(10px 10px 10px black);
    }

}