@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

body{
    margin: 0;
    background-color: #FAFAFA;
    font-family: 'Roboto', sans-serif;
}

strong{
    font-weight: 500;
    color: #5ABC5F;
}

h1 {
    font-size: 92px;
  background: -webkit-linear-gradient(#5ABC5F, #243F70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.header{
    position: fixed;
    width: 100%;
    background-color: #FAFAFA;
    height: 60px;
    display: flex;
    justify-content: center;
    z-index: 1;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 15%), 0 4px 8px 0 rgb(0 0 0 / 15%);
}

.content{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.fullwidth{
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.header-center{
    width: 1140px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    position: relative;
    background-image: url("../smartcreative-logo-b.png");
    height: 44px;
    width: 100px;

    background-size: cover;
}

.menu-link a{
    color: #232323;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin-left: 16px;
}

.menu-link a:hover{
    color: #5fc75d !important;
}

#intro{
    position: relative;
    width: 1140px;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    /* mobile viewport bug fix */
    max-height: -webkit-fill-available;
    display: flex;
    margin: 60px 0px 0px 0px;
    padding-bottom: 50px;
    justify-content: space-between;
    align-content: center;
}

#our-games{
    width: 100%;
}

.game-image{
    width: 130px;
    border-radius: 15px;
}

.our-game-image{
    width: 340px;
    border-radius: 15px;
}

#our-games a{
    background-color: #FAFAFA !important;
    
    padding: 0 !important;
}

#gods{
    width: 1140px;
    height: 86vh;
    display: flex;
    padding: 0px 0px;
    justify-content: space-between;
    align-content: center;
}

#eternis{
    width: 1140px;
    height: 86vh;
    min-height: 720px;
    display: flex;
    padding: 0px 0px;
    justify-content: space-between;
    align-content: center;
}

#fishing{
    width: 1140px;
    height: 86vh;
    min-height: 720px;
    display: flex;
    padding: 0px 0px;
    justify-content: space-between;
    align-content: center;
}

#euquiz{
    width: 1140px;
    height: 86vh;
    min-height: 720px;
    display: flex;
    padding: 0px 0px;
    justify-content: space-between;
    align-content: center;
}

#game-jams{
    width: 1140px;
    display: flex;
    margin: 80px 0px;
    justify-content: space-between;
    align-content: center;
}

.gj-link{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 28px;
}

.gj-link a{
    padding: 6px 16px;
    background-color: #232323;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
}

.gj-link a:hover{
    padding: 6px 16px;
    background-color: #5fc75d;
}

.text-side{
    width: 400px;
    margin: 40px 0px;
    display: flex;
    align-items: center;
}

.text-side-header{
    width: 50%;
    margin: 40px 0px;
    display: flex;
    align-items: center;
}
.text-side h2{
    position: relative;
    font-size: 28px;
    color: #232323;
    font-weight: 500;
    margin-top: 0px;
    width: 420px;
}

.text-side h4{
    position: relative;
    margin-top: 10px;
    font-size: 18px;
    color: #232323;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1.5em;
    width: 390px;
}

.text-side p{
    position: relative;
    font-size: 16px;
    color: #696969;
    font-weight: 400;
    margin-top: 10px;
    line-height: 1.5em;
    width: 390px;
}



.gallery-side{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-end;
    align-content: center;
    text-align: center;
    overflow: hidden;
    width: 340px;
}

.gallery-gamejams{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-end;
    align-content: center;
    text-align: center;
    overflow: hidden;
}

.gallery-gamejams-bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 50%;
}

.gallery-image{
    width: 277px;
    border-radius: 15px;
    height: 156px;
}

#contact{
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 60px;
}

#contact h2{
    margin-top: 80px;
    font-size: 26px;
    color: #232323;
    font-weight: 500;
}

#contact p{
    margin: 90px 0px;
    font-size: 38px;
    color: #232323;
    font-weight: 500;
}

.footer{
    width: 100%;
    height: 40px;
    border-top: solid #EAEAEA 1px;
    display: flex;
    justify-content: center;
}

.footer-center{
    width: 1140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-center a{
    color: #232323;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.footer-center a:hover{
    color: #5fc75d !important;
}

.intro-image{
    width: 246px;
    border-radius: 25px;
}

.arrow-button{
    background-color: #FAFAFA !important;
    color: #232323 !important;
    padding: 6px;
    text-decoration: none;
    font-size: 24px !important;
    font-weight: 500;
    border-radius: 25px;
    display: flex;
    align-items: center;
}

.app-link-img{
    height: 40px;
}

.left-align{
    justify-content: flex-start !important;
}

.inline-logo{
    position: relative;
    display: inline-block;
    width: 30px;
    border-radius: 6px;
    top: -3px;
}
.carousel-indicators {
    margin-top: 10px;
    z-index: 0;
}


  .carousel-indicators [data-bs-target]{
    background-color: #232323;
    width: 12px;
    height: 12px;
    border-radius: 25px;
    border: 0px;

  }

  .carousel-inner {
    border-radius: 12px;
}

.explore{
    position: absolute;
    bottom: 10px;
    left: calc(50% - 20px);
    font-size: 50px;
    color:#243F70;
}

@media only screen and (max-width: 1216px){
    .flexible-width{
        width: 100% !important;
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
    .intro-image{
        width: 230px;
    }
}

@media only screen and (max-width: 940px){
    #intro{
        justify-content: center;
        text-align: center;
    }
    .text-side-header{
        width: 100%;
    }
    .header-icons{
        display: none;
    }
    .gallery-side{

    }
    .text-side{

        text-align: center;
    }
    #gods{
        flex-direction: column;
        align-items: center;
        height: auto;
        margin-bottom: 100px;
    }
    #fishing{
        flex-direction: column-reverse;
        align-items: center;
        height: auto;
        margin-bottom: 100px;
    }
    #eternis{
        flex-direction: column;
        align-items: center;
        height: auto;
        margin-bottom: 100px;
    }
    #euquiz{
        flex-direction: column-reverse;
        align-items: center;
        height: auto;
        margin-bottom: 20px;
    }
    #game-jams{
        flex-direction: column-reverse;
        align-items: center;
        height: auto;
        margin-bottom: 100px;
    }
    .gj-link{
        justify-content: center;
    }
    h2{
        width: 100% !important;
    }
    .gallery-gamejams {
        width: 50%;
        justify-content: center;

    }

    #contact h2 {
        margin-top: 0px;
    }

    #contact p {
        font-size:28px;
    }
    .gallery-gamejams-bottom{
        width: 90%;
    }
}

@media only screen and (max-width: 620px){
    .menu-link{
        display: none;
    }
    .header-center {
        justify-content: center;
    }
    .footer-center {
        justify-content: center;
    }
    .copyright{
        display: none;
    }
}

@media only screen and (max-width: 450px){
    h1{
        font-size: 70px;
    }
    .gallery-side{
        width: 100%;
        margin: 20px;
    }
    .text-side{
        width: 100%;
        margin: 20px;
    }
    .carousel {
        margin: 0px;
    }
    .text-side h4{
        width: 100%;
    }
    .text-side p{
        width: 100%;
    }
    #game-jams .carousel{
        margin: 0px;
    }
    .gallery-gamejams-bottom{
        width: 100%;
    }
    #contact p {
        font-size:24px;
    }
    .our-game-image{
        width: 100%;
    }
}