html {
    scroll-behavior: smooth;
}

body {
    background-color: black;
    margin: 1%;
}

h1 {
    margin-top: 0;
    background-color: black;
    color: white;
    opacity: 0.8;
    text-align: center;
    font-size: 7vw;
    border-style: solid;
    border-color: white;
}

h2 {
    color: white;
    text-align: center;
    font-size: 3vw;
}

h3 {
    background-color: rgba(32, 32, 32, 1);
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 4vw;
    border-style: solid;
    border-color: white;
}

h4 {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 3vw;
    border-style: solid;
    border-color: white;
    margin-inline: auto;
    padding: 0.5%;
    width: fit-content;
}

p {
    color: white;
    font-size: 1vw;
}

ul {
    color: white;
    font-size: 1vw;
}

a {
    color: white;
}

iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

nav {
    width: 100%;
    height: fit-content;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.play-regular {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.play-bold {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.nav-button {
    background-color: black;
    color: white;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    height: inherit;
    font-size: calc(2vh + 2vw);
    flex: 1;
    transition-duration: 0.2s;
    padding: 10px;
}

.social-button {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    aspect-ratio: 1/1;
    height: 3vw;
}


.circle-image {
    border-radius: 50%;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 60%;
}

.grid-ltr {
    display: grid;
    grid-template-columns: 50% 50%;
    direction: ltr;
    padding: 2%;
    gap: 2%;
    justify-content: center;
}

.grid-rtl {
    display: grid;
    grid-template-columns: 50% 50%;
    direction: rtl;
    padding: 2%;
    gap: 2%;
}

.borderless-grid-item {
    padding: 3%;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    direction: ltr;
    align-content: center;
}

.project {
    background-size: contain;
    background-repeat: no-repeat;
    height: 56.25vw;
    width: 100%;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 1)
    )
}

#home {
    scroll-margin-top: 100px;
    background-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 1),
            rgba(0, 0, 0, 0)
    ),
    url(assets/img/VA_HEADER.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 41.841004184vw;
    align-items: top;
    justify-content: top;
    font-size: 2vw;
}
#about {
    scroll-margin-top: 100px;
    background-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 1),
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 1)
    ),
    url(assets/img/ada_lanka.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 56.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2vw;
}

#showreel {
    scroll-margin-top: 100px;
    background-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 1),
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 1)
    ),
    url(assets/img/lanka_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: vw;
}

#projects {
    scroll-margin-top: 100px;
}
