@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'Kotori';
    src: url('/assets/fonts/Kotori_Rose_2/KotoriRose-Regular.otf');
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    font-family: 'Kotori';
    margin: 0;

    scroll-behavior: smooth;
}


body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    background-color: #4d0000;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

a {
    color: white;
    text-decoration: none;
    text-align: center;
}

ol li {
    display: list-item;
    list-style-type: decimal;
    font-size: 2em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-left: 0.5em;
}

ol div p {
    color: white;
    font-size: 1.5em;
}

li {
    list-style: none;
    color: white;
    font-size: 1.3rem;
}

#root,
#__next {
    isolation: isolate;
}


/* GENERAL */

/* TOP */
.intro {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.intro-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.intro-bg .slick-slide {
    margin: 0;
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-text {
    width: 50%;
    position: absolute;
    top: 25%;
    left: 15%;
}

.banner-text img {
    width: 100%;
    max-height: 40vh;
    object-fit: contain;
}

.banner>img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.home-banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 45vw;
    height: 50%;
    position: absolute;
    top: 20%;
    right: 5%;
}

.home-banner-text-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;

    width: 100%;
    height: 100%;
}

.home-banner-text-dl {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;

    width: 100%;
    height: 100%;
}

.home-banner-text-title img {
    width: 100vw;
    max-height: 100%;
    object-fit: contain;
}

.home-banner-text-dl img {
    width: 27vw;
    max-height: 100%;
    object-fit: contain;
}


.intro-banner-container,
.intro-banner-container img {
    width: 100%;
    height: 100%;
}

.intro-banner {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

header {
    position: fixed;

    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: transparent;
    background-image: linear-gradient(180deg, #5e1205 0%, #00052300 100%);

    width: 100%;

    z-index: 999;
}

#header-logo {
    display: flex;
    flex-direction: row;

    height: 10vh;

    padding: 1%;
    margin: 0 1%;
}

#header-logo img {
    max-width: 100%;
    height: 3em;
}

.mobile-menu-btn {
    display: none;
}

#header-menu-mobile {
    display: none;
}

#header-menu {
    display: block;
    flex: 1;
    text-align: right;

    padding: 1% 2%;
    margin: 0 2%;

    font-size: 1em;
    font-weight: 700;
}

#header-menu>ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

#header-menu>ul>li {
    list-style: none;

    padding: 1%;
}

#header-menu a {
    font-size: 1vw;

    color: white;
    text-decoration: none;
    text-align: center;

    transition: all 1s ease;
}

#header-menu a img {
    width: 0.5em;
    margin-left: 0.5em;
}

#header-menu a:hover {
    text-decoration: underline 3px;
}

.topnav .icon {
    display: none;
}

.dropbtn {
    display: flex;
    justify-content: center;
    cursor: pointer;
    border: none;
}

.dropbtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dropdown {
    position: relative;
    display: inline-block;
    padding: 1%;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: -5%;
    background-color: #5d1104;
    width: 8vw;
    z-index: 1;
    font-size: 80%;
}

.dropdown-content a {
    padding: 10%;
    text-decoration: none;
    display: block;
}


.dropdown:hover .dropdown-content {
    display: block;
}

#intro-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 18vh;
    background-image: url(/assets/images/rr-assets/TransparentTransition2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position-y: 100%;
    align-self: flex-end;
    display: flex;
}

#intro-footer-transition {
    width: 100vw;

    display: flex;
    align-self: flex-end;

    justify-content: center;

    padding-bottom: 3%;
}

#intro-footer-transition a {
    color: white;
    text-decoration: none;
}

#arrow-button>img {
    width: 1.5vw;
}


/* MAIN */
/* HOME */
#main {
    min-height: 100vh;
    background-color: #4d0000;
    padding-bottom: 1vh;
}

.main-container {
    padding: 3% 0;
}

.main-title {
    font-size: 2vw;
    color: white;
    font-weight: 700;
    text-align: center;

    padding: 3% 0;
    padding-bottom: 0;
}

.main-content-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;

    max-width: 50%;

    padding: 2% 0;
}

#short-desc h1,
#short-desc p {
    color: white;
    font-size: 1.3vw;
    text-align: center;
}

#service-content-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 3%;
    grid-row-gap: 3%;

    padding: 5%;
    padding-top: 1%;
}

.service-content {
    width: 100%;
    background-color: transparent;

    color: white;
}

.service-content img {
    width: 100%;
}

.service-content span {
    padding: 5%;
}

#works-video-container {
    float: none;
    clear: both;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 25%;

}

#works-video {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 100%;
}

#client-content-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 1%;
    grid-row-gap: 1%;

    padding: 3%;
    padding-top: 0.5%;
}

.slider {
    width: 50%;
    margin: 1%auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}


/* FOOTER */
footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    padding: 2% 5%;
    background-color: #060001;

    color: white;
}

.footer-section {
    flex-basis: 50%;
}

.footer-pages ul li {
    margin: 1% 0;
}

.footer-pages ul li a {
    color: white;
    text-decoration: none;
    text-align: center;
}

.footer-content {
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: flex-end; */
    text-align: center;
    width: 100%;
    margin: 1% 1%;
}


.footer-content a i,
.footer-content a i::before,
.footer-content a i::after {
    font-family: 'Font Awesome 6 Brands';
}

.socmed-icon {
    font-size: 1.5vw;
    margin: 0 1%;
}

#footer-logo {
    width: 30%;
}

#footer-text {
    font-size: 1vw;
}

.card-content {
    display: flex;

    aspect-ratio: 2/1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    border: 2px solid white;
    margin: 5% 0;
    padding: 5%;
}

.card-content-title,
.card-content-desc {
    color: white;
    font-size: 1.2vw;
}

.card-content-title {
    font-size: 1.5vw;
}

.card-content-button img {
    width: 10vw;
}

.button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: white;
    padding: 0.5vw 1vw;

    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1vw;

    cursor: pointer;
    border: 0.1vw solid white;
    border-radius: 0.5vw;
}

/* SERVICE PAGE */
.service-card-content {
    justify-content: space-between;
    align-items: center;
}


.service-card-content-a {
    flex-basis: 50%;
}

.service-card-content-a>div {
    margin: 5%;
}

#get-in-touch {
    width: 100%;
    height: 30vh;

    background-color: #6a2c2c;
    color: white;
}

.get-in-touch-container {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 100%;
}

.get-in-touch-text-container {
    padding: 0 2%;
}

.get-in-touch-text-container>h3 {
    font-size: 2vw;
}

.get-in-touch-text-container>h1 {
    font-size: 3vw;
}

.get-in-touch-btn-container {
    display: flex;
    align-items: center;

    border-style: solid;
    border-width: 0px 0px 0px 0.2vw;
    border-color: white;
    height: 30%;

    padding: 0 2%;
}

.steps-container {
    margin: 10% 0;
}

/* GAMES PAGE */
.games-card-content {
    justify-content: space-between;
    align-items: center;
}


.games-card-content-a {
    flex-basis: 50%;
}

.games-card-content-a>div {
    margin: 5%;
}



/* PORTOFOLIO PAGE*/
.portofolio-card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;

    aspect-ratio: 2/1;

    /* width: 100%; */
    /* height: 100%; */

    background-size: cover;
    background-repeat: no-repeat;

    border: 2px solid white;
    margin: 5% 0;
    padding: 5%;
}

.portofolio-card-content-title {
    color: white;
}

.portofolio-card-content-desc {
    color: white;
}

.portofolio-card-content-a {
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-evenly; */
    /* align-items: flex-end; */

    flex-basis: 50%;
}



/* CONTACT PAGE */

/*---CONTACT FORM---*/
.contact-title {
    color: white;
    font-size: 1.5vw;
}

.contact-subtitle {
    color: white;
    font-size: 1vw;
}


.main-contact {
    padding: 20% 20%;
}



#contact-form {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    /* align-items: center; */
}

.form-input {
    display: flex;
    flex-direction: column;
    width: 50%;

    padding: 2% 1%;
    font-size: 1vw;
}

.form-input select {
    padding: 2%;
}

.form-input input {
    padding: 2%;
}

.form-input.submit-btn {
    width: 20%;
    /* padding: 10%; */
}

.form-input.submit-btn button {
    padding: 5%;
    background-color: #f9f9f9;
}

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


.contact-card-content {
    flex-direction: column;
    justify-content: flex-end;
}

.contact-card-content p {
    padding: 5% 0;
    width: 50%;
}

/* TABLET LANDSCAPE & DESKTOP LOW 16/9 */

@media only screen and (max-width: 1280px) {
    #header-menu a {
        font-size: 1em;
    }

    .banner>img {
        height: 100vh;
        object-fit: cover;
    }

    .banner-text {
        width: 35rem;
        position: absolute;
        top: 15rem;
        left: 4rem;
    }
}


/* TABLET PORTRAIT */
@media only screen and (max-width: 900px) {
    #header-logo {
        padding: 2%;
        margin: 0 2%;

        height: 5vh;
    }

    .intro {
        position: relative;
        height: 27rem;
    }

    .intro-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home-banner-text {
        display: flex;
        flex-direction: column;
        justify-content: center;

        width: 40vw;
        height: 50%;
        position: absolute;
        top: 25%;
        right: 5%;
    }

    .home-banner-text-title img {
        width: 100vw;
        max-height: 100%;
        object-fit: contain;
    }

    .home-banner-text-dl img {
        width: 30vw;
        max-height: 100%;
        object-fit: contain;
    }


    .banner-text {
        width: 25rem;
        position: absolute;
        top: 9rem;
        left: 4rem;
    }

    #intro-footer {
        height: 5em;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position-y: 100%;
        align-self: flex-end;
        display: flex;

    }

    #arrow-button>img {
        width: 1em;
    }

    .main-content-container {
        position: relative;
        margin-left: auto;
        margin-right: auto;

        max-width: 95%;

        padding: 0;
    }

    #works-video-container {
        padding-bottom: 60%;
    }

    .main-container {
        margin-top: 1%;
    }

    .main-title {
        font-size: 1.3em;
    }

    #short-desc h1,
    #short-desc p {
        font-size: 0.8em;
    }

    #header-menu {
        display: none;
    }

    #header-menu-mobile {
        display: none;
        text-align: center;

        position: absolute;
        background-color: #5d1104;
        right: 0;
        top: 3em;
        width: 100vw;

        margin-top: 1em;
    }

    #header-menu-mobile a img {
        width: 0.7em;
        margin-left: 0.2em;
    }

    .menu-mobile ul {
        margin: 0;
        padding: 0;
    }

    .mobile-menu-btn {
        color: white;
        display: block;
        position: absolute;
        right: 1em;
        top: 0.5em;
        font-size: 1.5rem;
    }

    .mobile-menu-btn a {
        font-size: 1.5em;
    }

    #service-mobile {
        display: none;
        position: relative;
        left: 0;
        background-color: #3b0b02;
        width: 100vw;
        font-size: 1em;
    }

    .menu-mobile ul li {
        padding: 3% 0;
    }

    .dropdown {
        padding: 0;
    }

    .dropdown-content a {
        padding: 3%;
        text-decoration: none;
        text-align: center;
        display: flex;
        justify-content: center;
        font-size: 1.1rem;
    }

    #header-logo img {
        height: 3em;
    }

    #intro-footer-transition {
        display: none;

    }

    .slider {
        width: 100%;
        margin: 1% auto;
    }

    .button {
        padding: 0.3em;
        font-size: 1em;
    }

    .card-content {
        background-position: center;
    }


    .card-content-title {
        font-size: 1em;
    }

    .card-content-button img {
        width: 7em;
    }

    .card-content-desc {
        font-size: 1em;
    }

    ol li {
        font-size: 1.5em;
    }

    ol div p {
        color: white;
        font-size: 1em;
    }

    .main-contact {
        padding: 20% 5%;
    }

    .form-input.submit-btn {
        width: 30%;
    }

    #get-in-touch {
        height: 5em;
    }

    .get-in-touch-text-container>h3 {
        font-size: 0.7em;
    }

    .get-in-touch-text-container>h1 {
        font-size: 1.2em;
    }

    .contact-title {
        font-size: 1.5rem;
    }

    .contact-subtitle {
        font-size: 1rem;
    }

    label {
        font-size: 1rem;
    }

    .form-input {
        font-size: 1rem;
    }


    #footer-logo {
        width: 50%;
    }


    .socmed-icon {
        font-size: 1.5em;
        margin: 0 1%;
    }

    #footer-text {
        font-size: 0.5em;
    }
}

/* MOBILE */
@media only screen and (max-width: 600px) {
    #header-logo {
        padding: 2%;
    }

    .intro {
        position: relative;
        height: 11.5rem;
    }


    .intro-bg img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

    .banner-text {
        width: 10rem;
        position: absolute;
        top: 4rem;
        left: 1rem;
    }

    .banner {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .home-banner-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 40vw;
        height: 40%;
        position: absolute;
        top: 25%;
        right: 5%;
    }

    .home-banner-text-title img {
        width: 100vw;
        max-height: 100%;
        object-fit: contain;
    }

    .home-banner-text-dl img {
        width: 25vw;
        max-height: 100%;
        object-fit: contain;
    }

    #intro-footer {
        height: 1.5em;
        background-size: 100% 100%;
    }

    #arrow-button>img {
        width: 1em;
    }

    #header-logo img {
        height: 2em;
    }

    .mobile-menu-btn a {
        font-size: 1.2em;
    }


    .card-content-title {
        font-size: 0.6em;
    }

    .card-content-desc {
        font-size: 0.5em;
    }

    .button {
        font-size: 0.6em;
    }

    .get-in-touch-text-container>h3 {
        font-size: 0.5em;
    }

    .get-in-touch-text-container>h1 {
        font-size: 1em;
    }

    .socmed-icon {
        font-size: 1.2em;
        margin: 0 2%;
    }
}