/* Navigation Bar Section */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Kumbh Sans', sans-serif;
}

body {
    background: linear-gradient(180deg, #ffffff, #bebebe);
    background-size: cover;
    height: 100%;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.navbar {
    background: #2578ec;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2 rem;
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}

#navbar__logo {
    background-color: #fff;
    background-image: linear-gradient(to top, #bebebe 0%, #fff 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    display: flex;
    cursor: pointer;
    align-items: center;
    text-decoration: none;
    font-size: 1.6rem;
}

img {
    max-inline-size: 100%;
    width: 70px;
    margin-right: 0.5rem;
}

.navbar__menu {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}

.navbar__item {
    height: 80px;
}

.navbar__links {
    color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height:100%;
    font-size: 1.2rem;
    position: relative;
}

.navbar__links:hover {
    color: #ffffff;
}

.navbar__links::after {
    content: '';
    height: 2px;
    width: 0;
    background: #f3f3f3;
    position: absolute;
    left: 0;
    bottom: 22px;
    opacity: 0;
    transition: all 0.2s;
    pointer-events: none;
}

.navbar__links:hover::after {
    opacity: 1;
    width: 100%;
}

@media screen and (max-width: 960px) {
    .navbar__container {
        display: flex;
        justify-content: space-between;
        height: 80px;
        z-index: 1;
        width: 100%;
        max-width: 1300px;
        padding: 0;
    }

    .navbar__menu {
        display:grid;
        grid-template-columns: auto;
        margin: 0;
        width: 100%;
        position: absolute;
        top: -1000px;
        opacity: 0;
        transition: all 0.5s ease;
        height: 50vh;
        z-index: -1;
        background: #2578ec;
    }

    .navbar__menu.active {
        background: #1d63c6;
        top: 100%;
        opacity: 1;
        transition: all 0.5s ease;
        z-index: 99;
        height: 50vh;
        font-size: 1.6rem;
    }

    #navbar__logo {
        padding-left: 20px;
    }

    .navbar__toggle .bar {
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background: #ffffff;
    }

    .navbar__item {
        width: 100%;
    }

    .navbar__links {
        text-align: center;
        padding: 2rem;
        width: 100%;
        display: table;
        font-size: 1.4rem;
    }

    .navbar__links:hover {
    color: #ffffff;
    background-color: #1753a6;
    transition: all .2s;
    }
    
    .navbar__links::after {
    content: '';
    }

    .navbar__links:hover::after {
    opacity: 0;
    }

    #mobile-menu {
        position: absolute;
        top: 20%;
        right: 5%;
        transform: translate(5%, 20%);
    }

    .navbar__toggle .bar {
        display: block;
        cursor: pointer;
    }

    #mobile-menu.is-active .bar:nth-child(2) {
        opacity: 0;
    }
    #mobile-menu.is-active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    #mobile-menu.is-active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}
/* End of Navigation Bar Section */

/* Hero Section */


.main {
    text-align: center;
    padding: 13rem;
    padding-bottom: 3rem;
    padding-top: 7rem;
}

.main__content {
    font-size: 2rem;
    background-color: #2578ec;
    background-image: linear-gradient(to top, #143f7a 0%, #2578ec 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.divider {
    height: 1px;
    background-color: #000000;
    width: 100%;
    margin: 10px 0;
}

.subtextdemo {
    line-height: 2;
    padding: 20px;
    font-size: 1.5rem;
    height: 10px;
}

.demovid {
    display: flexbox;
    justify-content: center;
    position: relative;
    overflow: relative;
    padding: 80px;
}

.video-bg {
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

#DemoReel {
    width: 50%;
    position: relative;
    height: auto;
    border: 5px solid #1753a6;
    border-radius: 5px;
}

#DemoReel, focus {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    display: block;
}

.divider__2 {
    height: 1px;
    background-color: #000000;
    width: 100%;
    margin: 20px 0;
    margin-top: 30px;
}

.featured__image {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    position: relative;
    /* border: 8px solid #000000; */
    aspect-ratio: 1 / 1;
    margin-top: 60px;
    margin-right: 50px;
    margin-left: 70px;
}

#digi__anim__face {
    width: 80%;
    object-fit: cover;
}

#digi__anim__face:hover {
    filter: brightness(75%);
    cursor: pointer;
}

#trad__ill__face {
    width: 80%;
    object-fit: cover;
}

#trad__ill__face:hover {
    filter: brightness(75%);
    cursor: pointer;
}

.gallerycontainer {
    max-width: 1224px;
    width: 90%;
    margin: auto;
    padding: 40px 0;
    display: flex;
    padding-top: 0;
}

.photo-gallery {
    display: flex;
    gap: 20px;
}

.column {
    flex-direction: column;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    margin: 50px;
    margin-top: 0;
}

.photo img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    display: block;
}

.photo img:hover {
    filter: brightness(75%);
    cursor: pointer;
}

.horizontalimage {
    width: 100%;
    height: 100%;
    display: flex;
}

.about__subtext {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
}

.about__text {
    text-indent: 2rem;
    margin: 200px;
    margin-top: 2px;
    line-height: 1.5rem;
}

.seperator {
    font-weight: 20;
}

.s-contain {
    justify-content: center;
    display: flex;
}

.socials__container {
    display: flex;
    gap: 20px;
}

.socials__container a {
    background-color: #ffffff;
    padding: 1em;
    border-radius: 50%;
    height: 64px;
    width: 64px;
    box-sizing: border-box;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    box-shadow: 0 5px 10px rgba(29, 99, 198, 1);
}

.socials__container a svg {
    height: 32px;
    fill: #1d63c6;
}

.socials__container a::before {
    content: attr(data-social);
    position: absolute;
    background-color: #1d63c6;
    color: white;
    text-decoration: none;
    padding: 0.5em 1em;
    border-radius: 100px;
    box-shadow: 0 5px 10px rgba(29, 99, 198, 1);
    transform: translateY(-30px) rotate(25deg);
    opacity: 0;
    transition: 200ms ease;
}

.socials__container a:hover {
    background-color: #1d63c6;
    fill: white;
}

.socials__container a:hover svg {
    fill: white;
}

.socials__container a::after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #1d63c6;
    transform: translateY(0) rotate(25deg);
    opacity: 0;
    transition: 200ms ease;
}

.socials__container a:hover::before{
    transform: translateY(-65px) rotate(0);
    opacity: 1;
}

.socials__container a:hover::after{
    transform: translateY(-42px) rotate(0);
    opacity: 1;
}

.v-contain {
    position: relative;
    min-height: 100vh;
}

.v-contain .video-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 10px;
}

.v-contain .video-container .video {
    height: 250px;
    width: 350px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}

.v-contain .video-container .video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .2s linear;
}

.v-contain .video-container .video:hover video {
    filter: brightness(75%);
}

.v-contain .popup-video {
    position: fixed;
    top: 0; left: 0;
    z-index: 1000;
    background: rgba(0,0,0,.8);
    height: 100%;
    width: 100%;
    display: none;
}

.v-contain .popup-video video {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    border-radius: 5px;
    object-fit: cover;
}

.v-contain .popup-video span {
    position: absolute;
    top: 5px; right: 20px;
    font-size: 50px;
    color: #fff;
    font-weight: bolder;
    z-index: 1000;
    cursor: pointer;
}

.email {
    text-align: center;
    line-height: 4rem;
}

@media screen and (max-width: 960px) {
    .main {
    padding: 5rem;
    padding-bottom: 2rem;
    }

    .main__content {
    font-size: 1.5rem;
    }

    .subtextdemo {
        font-size: 1rem;
        height: 100px;
    }

    .demovid {
        padding: 0px;
    }

    .divider__2 {
        margin-top: 75px;
    }

    .featured__image {
        flex-direction: column;
        display: block;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }

    #digi__anim__face {
        width: 100%;
        margin-top: 35px;
    }

    #trad__ill__face {
        margin-top: 40px;
        width: 100%;
    }

    .column {
        grid-template-columns: none;
    }

    .about__text {
        margin: 60px;
        margin-top: 2px;
    }

    .v-contain .popup-video video {
        width: 95%;
    }
}

