/* FONTS */
@import url('https://fonts.cdnfonts.com/css/chakra-petch');

@font-face {
  font-family: Bahnschrift;
  src: url('../fonts/BAHNSCHRIFT.TTF');
}

body {
    background-color: #041017;
    color: #fff;
    font-family: Bahnschrift;
    font-weight: 300;
    line-height: 1.5;
}

.link {
    color: #f7eb27;
    cursor: pointer;
}

/* NAVIGATION */
.navigation {
    position: fixed;
    width: 100%;
    z-index: 100;
    /*background: linear-gradient(0deg, rgba(4, 16, 23, 0) 0%, rgba(4, 16, 23, .8) 30%, rgba(4, 16, 23, 1) 40%, rgba(4, 16, 23, 1) 100%);*/
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 20px;
}

.navbar-brand-landscape {
    display: none;
}

.navbar-brand-landscape img {
    height: 40px;
}

.navbar-toggler-icon {
    color: #fff;
}

.navigation .nav-link {
    padding: 10px 15px !important;
    color: #fff !important;
    border-bottom: 1px solid transparent;
}

.navigation .nav-link:hover {
    /*color: #f7eb27 !important;*/
    text-decoration: none;
    border-bottom: 1px solid #fff;
    background-image: linear-gradient(to top, rgb(255, 255, 255, .2), rgb(255, 255, 255, 0));
}

.navigation .nav-link.active {
    /*color: #f7eb27 !important;*/
    text-decoration: none;
    border-bottom: 1px solid #f7eb27;
    background-image: linear-gradient(to top, rgb(247, 235, 39, .2), rgb(247, 235, 39, 0));
}

@media (max-width: 768px) {
    .navbar-collapse {
        background-color: rgb(4, 16, 23, .7);
        margin-top: 10px;
    }

    .navigation .nav-link {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        align-items: flex-start;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}

/* MAIN BANNER - HOME, CAREER, BLOG, CONTACT */
/*#home .main-banner,*/
#blog .main-banner {
    background-image: url('../images/bg-header-home.jpg');
    background-size: cover;
    height: 100vh;
    text-align: center;
}

#home .main-banner {
    height: 100vh;
    text-align: center;
}

#contact .main-banner {
    height: 100vh;
}

#career .main-banner {
    background-image: url('../images/bg-header-career.png');
    background-size: cover;
    height: 100vh;
    text-align: center;
}

#home .main-banner .overlay,
#blog .main-banner .overlay,
#career .main-banner .overlay {
    background-image: url('../images/bg-filter.png');
    height: 100%;
}

#home .main-banner .overlay-dot-pattern,
#blog .main-banner .overlay-dot-pattern,
#career .main-banner .overlay-dot-pattern {
    background-image: url('../images/bg-dot-pattern.png');
    height: 100%;
}

#blog .main-banner .overlay-gradient {
    /*background-image: linear-gradient(to top, 
        rgb(4, 16, 23, 1), rgb(4, 16, 23, .65), rgb(4, 16, 23, .16), rgb(4, 16, 23, 0),
        rgb(4, 16, 23, 0), rgb(4, 16, 23, 0), rgb(4, 16, 23, 0), rgb(4, 16, 23, .6)
    );*/
    background: linear-gradient(0deg, rgba(4, 16, 23, 1) 0%, rgba(4, 16, 23, .7) 20%, rgba(4, 16, 23, .2) 32%, rgba(4, 16, 23, 0) 43%, rgba(4, 16, 23, 0) 85%, rgba(4, 16, 23, .6) 100%);
    height: 100%;
}

#career .main-banner .overlay-gradient {
    /*background-image: linear-gradient(to top, 
        rgb(4, 16, 23, 1), rgb(4, 16, 23, .65), rgb(4, 16, 23, .16), rgb(4, 16, 23, 0),
        rgb(4, 16, 23, 0), rgb(4, 16, 23, 0), rgb(4, 16, 23, 0)
    );*/
    background-image: linear-gradient(to top, 
        rgb(4, 16, 23, 1), rgb(4, 16, 23, .65), rgb(4, 16, 23, .16), rgb(4, 16, 23, 0),
        rgb(4, 16, 23, 0), rgb(4, 16, 23, 0), rgb(4, 16, 23, 0), rgb(4, 16, 23, .6)
    );
    height: 100%;
}

#home .main-banner .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 0;
}

#home .main-banner .main-banner-content {
    font-family: Bahnschrift;
    font-size: 24px;
    line-height: 1;
    width: 100%;
}
    /*text-shadow: 0px 0px 40px rgba(0,0,0,.70), 0px 0px 40px rgba(0,0,0,.70), 0px 0px 8px rgba(0,0,0,1), 
        0px 0px 15px rgba(0,0,0,.75), 0 0 30px rgba(0,0,0,.70), 0 0 15px  rgba(0,0,0,.70);*/
    /*text-shadow: 0px 0px 50px rgba(0,0,0,1), 0px 0px 50px rgba(0,0,0,1), 0px 0px 50px rgba(0,0,0,1),
        0px 0px 50px rgba(0,0,0,1), 0px 0px 50px rgba(0,0,0,1), 0px 0px 50px rgba(0,0,0,1)*/

#home .main-banner .main-banner-content .text-box {
    position: relative;
}

#home .main-banner .main-banner-content .text-shadow {
    position: absolute;
    top: 0;

    /* must be explicit, for contrast */
    /*background: white;*/
    
    /* weirdness happens when edges hit */
    /*padding-top: 5px;*/
    
    /* autoprefixer helping here */
    /*filter: contrast(20);*/

    background: rgba(4,16,24,.70);
    backdrop-filter: blur(36px);
    width: 100%;
    padding: 30px 15px;
    color: transparent;
    filter: none;
}

#home .main-banner .main-banner-content .text-shadow h1,
#home .main-banner .main-banner-content .text-shadow p {
    /*background-color: rgba(0,0,0,.75);*/
    filter: blur(40px);
    /*display: inline;*/
    display: block;
    background-color: transparent;
}

#home .main-banner .main-banner-content .text-shadow p {
    filter: blur(10px);
}

#home .main-banner .main-banner-content .text {
    /*padding: 5px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);*/
    position: absolute;
    top: 0;
}

#home .main-banner .main-banner-content .text-dummy {
    color: transparent
}

#home .main-banner .main-banner-content .text,
#home .main-banner .main-banner-content .text-dummy {
    width: 100%;
    padding: 30px 15px;
}

#home .main-banner .main-banner-content h1 {
    font-family: 'Chakra Petch SemiBold', sans-serif;
    font-size: 48px;
    line-height: 1;
}

#home .main-banner .main-banner-content p {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    #home .main-banner .main-banner-content h1 {
        font-size: 64px;
    }
}

#home .main-banner .main-banner-content .button {
    margin-top: 60px;
}

/* MAIN BANNER - GAMES, EXPERIENCES, ABOUT, CAREER */
#home .main-banner video,
#games .main-banner video,
#experiences .main-banner video,
#about .main-banner video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
}

#home .main-banner .overlay,
#games .main-banner .overlay,
#experiences .main-banner .overlay,
#about .main-banner .overlay {
    background-image: url('../images/bg-filter.png');
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#home .main-banner .overlay-dot-pattern,
#games .main-banner .overlay-dot-pattern,
#experiences .main-banner .overlay-dot-pattern,
#about .main-banner .overlay-dot-pattern {
    background-image: url('../images/bg-dot-pattern.png');
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#home .main-banner .overlay-gradient,
#games .main-banner .overlay-gradient,
#experiences .main-banner .overlay-gradient,
#about .main-banner .overlay-gradient {
    /*background-image: linear-gradient(to top, 
        rgb(4, 16, 23, 1), rgb(4, 16, 23, .65), rgb(4, 16, 23, .16), rgb(4, 16, 23, 0),
        rgb(4, 16, 23, 0), rgb(4, 16, 23, 0), rgb(4, 16, 23, 0)
    );*/
    background-image: linear-gradient(to top, 
        rgb(4, 16, 23, 1), rgb(4, 16, 23, .65), rgb(4, 16, 23, .16), rgb(4, 16, 23, 0),
        rgb(4, 16, 23, 0), rgb(4, 16, 23, 0), rgb(4, 16, 23, 0), rgb(4, 16, 23, .6)
    );
    background-size: cover;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#about .main-banner .container,
#career .main-banner .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#about .main-banner .main-banner-image,
#about .main-banner .main-banner-description,
#career .main-banner .main-banner-image,
#career .main-banner .main-banner-description {
    width: 50%;
    position: relative;
    color: #b6b6d3;
}

#about .main-banner .main-banner-image img,
#career .main-banner .main-banner-image img {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

#about .main-banner .main-banner-content,
#career .main-banner .main-banner-content {
    font-family: Bahnschrift;
    font-size: 18px;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-top: 150px;
    text-shadow: 0px 0px 40px rgba(0,0,0,.70), 0px 0px 40px rgba(0,0,0,.70), 0px 0px 8px rgba(0,0,0,1), 0px 0px 15px rgba(0,0,0,.75), 0 0 30px rgba(0,0,0,.70), 0 0 15px  rgba(0,0,0,.70);
}

#about .main-banner .main-banner-content h2,
#career .main-banner .main-banner-content h2 {
    font-family: 'Chakra Petch SemiBold', sans-serif;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
}

#about .main-banner .main-banner-content h4,
#career .main-banner .main-banner-content h4 {
    font-family: 'Chakra Petch SemiBold', sans-serif;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #about .main-banner .main-banner-content,
    #career .main-banner .main-banner-content {
        flex-direction: column-reverse;
        padding-top: 0;
    }

    #about .main-banner .main-banner-image,
    #about .main-banner .main-banner-description,
    #career .main-banner .main-banner-image,
    #career .main-banner .main-banner-description {
        width: 100%;
        position: unset;
    }

    #about .main-banner .main-banner-description,
    #career .main-banner .main-banner-description {
        z-index: 10;
    }

}

/* SECTION */
section a {
    color: #f7eb27;
}

section a:hover {
    color: #f7eb27;
}

.section-title {
    text-align: center;
    font-family: Bahnschrift;
    font-size: 20px;
    line-height: 1;
    margin: 50px 0;
}

.section-title h2 {
    font-family: 'Chakra Petch SemiBold', sans-serif;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
}

.section-content .title,
.subsection .title {
    position: relative;
    margin-bottom: 20px;
}

.section-content .title:before,
.subsection .title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid rgba(217,217,217,0.5);
  width: 100%;
  /*transform: translateY(-50%);*/
}

.section-content .title .title-distribute,
.subsection .title .title-distribute {
  padding: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.section-content .title h3 {
    color: #f7eb27;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-right: 20px;
    background-color: #041017;
}

.subsection .title h4 {
    color: #f7eb27;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-right: 20px;
    background-color: #041017;
    text-transform: uppercase;
}

.section-content .title .title-button {
    padding-left: 20px;
    background-color: #041017;
}

.section-content .title img {
    height: 24px;
}

.section-content img,
.subsection input[type="image"] {
    max-width: 100%;
}

.section-content .content-list {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(217,217,217,0.5);
}

.subsection .content-list {
    margin-bottom: 10px !important;
    padding-bottom: 10px;
    border-bottom: 0;
}

.section-cta {
    width: 100%;
    margin: 50px 0;
    text-align: center;
}

.overlay-gradient-card {
    background: linear-gradient(0deg, rgba(4, 16, 23, 1) 0%, rgba(4, 16, 23, .5) 30%, rgba(4, 16, 23, 0) 100%);
    background-size: cover;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* SECTION - GAMES, EXPERIENCES, BLOG, CONTACT */
#games .featured-games,
#experiences .featured-projects,
#blog .featured-post,
#contact .contact-title {
    margin-top: calc(100px - 100vh);
    text-shadow: 0px 0px 40px rgba(0,0,0,.70), 0px 0px 40px rgba(0,0,0,.70), 0px 0px 8px rgba(0,0,0,1), 0px 0px 15px rgba(0,0,0,.75), 0 0 30px rgba(0,0,0,.70), 0 0 15px  rgba(0,0,0,.70);
}

#games .featured-games .section-content .title:before,
#experiences .featured-projects .section-content .title:before,
#blog .featured-post .section-content .title:before {
  border: 0;
}

#games .featured-games .section-content .title-line,
#experiences .featured-projects .section-content .title-line,
#blog .featured-post .section-content .title-line {
  border-top: 1px solid rgba(217,217,217,0.5);
  flex: 1;
  transform: translateY(50%);
}

#games .featured-games .section-content .title h3,
#experiences .featured-projects .section-content .title h3,
#blog .featured-post .section-content .title h3 {
    background-color: transparent;
}

#games .featured-games .description-box {
    background-color: rgba(4, 16, 23, .65);
    backdrop-filter: blur(36px);
}

.featured-games .cards .image,
.coming-soon-games .cards .image,
.featured-projects .cards .image,
.upcoming-projects .cards .image,
.featured-post .cards .image {
    height: 340px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.featured-games .cards .game-title,
.coming-soon-games .cards .game-title,
.featured-projects .cards .project-title,
.upcoming-projects .cards .project-title,
.featured-post .cards .post-title {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
}

.featured-games .cards h3,
.coming-soon-games .cards h3,
.featured-projects .cards h3,
.upcoming-projects .cards h3,
.featured-post .cards h3 {
    font-family: 'Chakra Petch SemiBold', sans-serif;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 20px;
    color: #b6b6d3;
}

.featured-games .cards .description,
.coming-soon-games .cards .description,
.featured-projects .cards .description,
.upcoming-projects .cards .description,
.featured-post .cards .description {
    font-size: 16px;
    line-height: 1.5;
    color: #b6b6d3;
}

.featured-games .cards .button img,
.coming-soon-games .cards .button img,
.featured-projects .cards .button img,
.upcoming-projects .cards .button img,
.featured-post .cards .button img {
    max-width: 100%;
}

.coming-soon-games .section-content .title h3,
.upcoming-projects .section-content .title h3 {
    font-size: 20px;
    color: #c9c9c9;
    text-transform: uppercase;
    margin-inline: auto;
    padding: 0 20px;
}

.coming-soon-games .cards h4,
.upcoming-projects .cards h4 {
    color: #f7eb27;
    font-size: 20px;
    text-align: center;
}

.recent-post .section-content .title h3 {
    font-size: 20px;
    color: #c9c9c9;
    text-transform: uppercase;
    padding-right: 20px;
}

.all-games .section-content .content-list,
.all-projects .section-content .content-list,
.recent-post .section-content .content-list {
    border: 0;
    margin-bottom: 60px;
}

.all-games .cards,
.all-projects .cards {
    margin-top: 30px;
    text-align: center;
}

.recent-post .cards {
    margin-bottom: 30px;
    text-align: left;
}

.all-games .cards .image,
.all-projects .cards .image,
.recent-post .cards .image {
    height: 220px;
    background-size: cover;
    background-position: center;
}

.all-games .cards h3,
.all-projects .cards h3,
.recent-post .cards h3 {
    font-family: 'Chakra Petch SemiBold', sans-serif;
    font-size: 24px;
    line-height: 1;
}

.all-games .cards .description,
.all-projects .cards .description,
.recent-post .cards .description {
    font-size: 16px;
    line-height: 1.5;
    color: #b6b6d3;
}

.all-games .cards .button img,
.all-projects .cards .button img,
.recent-post .cards .button img {
    width: 100%;
}

.recent-post .subsection ul {
    list-style: none;
    padding-left: 10px;
}

.recent-post .subsection ul li {
    position: relative;
    margin-bottom: 10px;
}

.recent-post .subsection ul li input[type="checkbox"] {
    margin-right: 10px;
}

.recent-post .subsection .social-media {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: 100%;
}

.recent-post .subsection .social-media-distribute {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 70%;
}

.recent-post .category-list li {
    padding: 8px 20px;
    color: #fff;
}

.recent-post .category-list li.active {
    background-image: linear-gradient(to right, rgb(247, 235, 39, .4), rgb(247, 235, 39, .1));
    border: 1px solid rgb(247, 235, 39, .8);
}

.detail-info {
    color: #f7eb27;
    font-size: 14px;
    line-height: 1.4;
}

#games .detail-info,
#games-preview .detail-info,
.featured-games .detail-info {
    text-transform: uppercase;
}

#experiences .detail-info span {
    color: #c9c9c9;
}

/* SECTION - TEAM */
.team .section-content .content-list .row {
    justify-content: center;
}

.team .cards .image {
    height: 320px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 30px 0;
}

.team .cards .team-name {
    position: absolute;
    bottom: 0;
    left: 20px;
    font-size: 16px;
    line-height: 1.2;
}

.team .owl-nav {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.team .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: -22px;
}

.team .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background-color: rgb(247, 235, 39, .4);
}

.team .owl-dots .owl-dot.active {
    background-color: rgb(247, 235, 39, 1);
}

/* SECTION - ADVANTAGES */
.advantages .section-content .content-list {
    border: 0;
}

.advantages .cards .image {
    height: 220px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center; /* Vertical alignment */
    justify-content: center; /* Horizontal alignment (optional) */
    border: 1px solid rgb(247, 235, 39, .4);
}

.advantages .cards .image img {
    max-height: 90%;
    max-width: 80%;
}

.advantages .cards .description {
    font-size: 14px;
    text-align: center;
    margin: 20px 0 80px;
}

.advantages .cards .description h4 {
    font-family: 'Chakra Petch SemiBold', sans-serif;
    font-size: 24px;
}

/* SECTION - NEWS */
.news .section-content .content-list {
    border: 0;
}

.news .section-title .title-distribute {
  padding: 0;
  display: flex;
  align-items: center; /* Vertical alignment */
  justify-content: space-between;
  position: relative;
  text-align:left;
}

.news .section-title h2 {
    padding: 20px 20px 20px 0;
    margin-right: 20px;
    margin-bottom: 0;
    white-space: nowrap;
    border-right: 1px solid rgba(217,217,217,0.5);
}

.news .section-title p {
    margin-bottom: 0;
}

.news .section-title .title-button {
    padding: 10px 0 10px 10px;
    white-space: nowrap;
}

.news .section-content .image {
    height: 160px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.news .section-content .description {
    font-size: 14px;
    color: #b6b6d3;
}

.news .section-content .description h4 {
    font-family: 'Chakra Petch SemiBold', sans-serif;
    font-size: 24px;
    margin: 20px 0;
    color: #b6b6d3;
}

.news .cards .button {
    display: flex;
}

.news .cards .button a {
    max-width: 80%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .news .section-title .title-distribute { 
        display: block;
        text-align: center;
    }

    .news .section-title h2 {
        padding: 0;
        margin-right: 0;
        margin-bottom: 30px;
        border: 0;
    }

    .news .section-title p {
        margin-bottom: 1rem;
    }

    .news .section-title .title-button {
        padding-left: 0;
    }

    .news .section-content img {
        width: 100%;
    }
}

/* SECTION - CLIENTS */
.clients .section-content .content-list {
    border-top: 1px solid rgba(217,217,217,0.5);
    padding: 30px 0;
}

.clients .section-content .content-list .client-logo {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 768px) {
    .clients .section-content .content-list .client-logo {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
}

/* SECTION - HIRING */
.hiring .section-content .content-list {
    border: 0;
}

.hiring .cards {
    margin-top: 30px;
    text-align: center;
}

.hiring .cards h2 {
    font-family: 'Chakra Petch SemiBold', sans-serif;
    font-size: 30px;
    background-color: #f7eb27;
    display: inline-block;
    padding: 5px 15px;
    color: #041017;
}

.hiring .cards .description {
    font-size: 14px;
    text-align: left;
    margin: 10px 0 80px;
    border: 1px solid #f7eb27;
    padding: 20px;
    height: 160px;
}

.hiring .cards .description h4 {
    font-family: 'Chakra Petch SemiBold', sans-serif;
    font-size: 20px;
    color: #f7eb27;
}

/* SECTION - POSITION */
.position .cards {
    margin-bottom: 30px;
}

.position .cards .card-border {
    border: 1px solid rgba(217,217,217,0.3);
    padding: 20px;
}

.position .cards h3 {
    font-family: 'Chakra Petch SemiBold', sans-serif;
    font-size: 20px;
    background-color: #f7eb27;
    text-align: center;
    padding: 5px 15px;
    color: #041017;
}

.position .cards h4 {
    font-size: 1rem;
    color: #f7eb27;
}

.position .cards ul {
    padding-inline-start: 20px;
}

/* SECTION - APPLY */
.apply .section-title .title-distribute {
  padding: 0;
  display: flex;
  align-items: center; /* Vertical alignment */
  justify-content: space-between;
  position: relative;
  text-align:left;
}

@media (max-width: 768px) {
    .apply .section-title .title-distribute { 
        display: block;
        text-align: center;
        padding: 0 !important;
    }
}

/* SECTION - PITCH, CONTACT-FORM */
.pitch {
    margin-top: 50px;
    line-height: 0;
    position: relative;
}

.contact-form {
    line-height: 0;
    position: relative;
}

.contact-form .section-title {
    display: flex;
    column-gap: 20px;
    justify-content: center;
    margin: 20px 0;
}

.contact-form .contact-tab {
    width:190px;
    padding: 8px 30px;
    font-size: 16px;
    text-align: center;
    background: rgb(255, 255, 255, .1);
    color: #fff;
}

.contact-form .contact-tab.active {
    background-color: #f7eb27;
    color: #041017;
}

.contact-form .form-project-inquiry {
    display: none;
}

.contact-form .alert-message {
    display: none;
}

.pitch video,
.contact-form video {
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.pitch .overlay-square-pattern,
.contact-form .overlay-square-pattern {
    background-image: url('../images/bg-filter.png');
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.pitch .overlay-gradient,
.contact-form .overlay-gradient {
    background: linear-gradient(0deg, rgba(4, 16, 23, 1) 0%, 
        rgba(4, 16, 23, 0) 14%, 
        rgba(4, 16, 23, 0) 20%, 
        rgba(4, 16, 23, 1) 100%);
    background-size: cover;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pitch .container {
    background-image: url('../images/bg-pitch-character.png');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    height:680px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-inline: auto;
}

.pitch .section-title {
    text-shadow: 0px 0px 40px rgba(0,0,0,.70), 0px 0px 40px rgba(0,0,0,.70), 0px 0px 8px rgba(0,0,0,1), 0px 0px 15px rgba(0,0,0,.75), 0 0 30px rgba(0,0,0,.70), 0 0 15px  rgba(0,0,0,.70);
}

.contact-form .container {
    height: 830px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-inline: auto;
}

.contact-form .section-title img {
    max-height: 30px;
}

.contact-form .section-content .contact-form-box {
    background: rgba(4, 16, 23, 0.5);
    padding: 30px;
    line-height: 1.2;
}

.contact-form .section-content .contact-form-box .form-recaptcha {
    display: flex;
}

.contact-form .section-content .contact-form-box .form-recaptcha .g-recaptcha {
    margin-inline: auto;
}

.contact-form .section-content .contact-form-box .form-submit {
    margin-top: 20px;
    text-align: center;
}

/* CALENDAR - DATE PICKER */
div[role="calendar"] {
    color: #041017;
}

div.gj-datepicker button {
    background-color: buttonface;
}

div.gj-datepicker button:hover {
    background-color: #fff !important;
}

/* SECTION - NEWSLETTER */
.newsletter .top-border {
    border-top: 1px solid rgba(217,217,217,0.5);
}

.newsletter .bottom-border {
    border-bottom: 1px solid rgba(217,217,217,0.5);
}

.newsletter .section-title {
    text-align: left;
    margin-bottom: 20px;
}

.newsletter .section-title h2 {
    margin-bottom: 10px;
}

.newsletter .section-content {
    margin-bottom: 50px;
}

.newsletter .section-content .button {
    height: 38px;
}

.newsletter .section-content small {
    color: rgba(255,255,255,0.5);
}

.newsletter .social-media {
    padding: 50px 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    /*height: 100%;*/
}

.newsletter .social-media-distribute {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 60%;
}

.newsletter .contact-address {
    padding: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /*height: 100%;*/
}

/* FOOTER */
footer {
    text-align: center;
    margin: 20px 0;
}

footer .container {
    display: flex;
    flex-direction: column; /* For vertical arrangement */
    gap: 20px; /* Provides consistent spacing between flex items */
}

footer a,
footer span.link {
    color: #fff;
    padding: 10px 10px;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

footer a:hover,
footer span.link:hover {
    color: #f7eb27;
    text-decoration: none;
    border-bottom: 1px solid #f7eb27;
}

footer a.navbar-brand {
    border-bottom: 0;
}

footer .footer-copyright {
    color: rgba(255,255,255,0.5);
}


/* MODAL */
.modal-content {
    background-color: #041017;
    color: #b6b6d3;
    font-family: Bahnschrift;
    font-weight: 300;
    line-height: 1.5;
    border: 5px solid rgba(255, 255, 255, .2);
}

.modal-border {
    border: 1px solid rgba(247, 235, 39, .7);
}

.modal-header {
    border-bottom: 0;
    padding: 0;
    background: linear-gradient(to bottom, rgb(247, 235, 39, .3) 0px, rgb(247, 235, 39, 0) 50px);
    /*background: linear-gradient(0deg, rgba(4, 16, 23, 1) 0%, rgba(4, 16, 23, .7) 20%, rgba(4, 16, 23, .2) 32%, rgba(4, 16, 23, 0) 43%, rgba(4, 16, 23, 0) 85%, rgba(4, 16, 23, .6) 100%);*/
}

.modal-header .image {
    text-align: center;
    border-bottom: 1px solid rgba(217,217,217,0.5);
    padding: 0;
    width: 100%;
}

.modal-header .image img{
    width: 100%;
    max-height: 550px;
    object-fit: contain;
}

.modal-header button {
    color: #fff;
    line-height: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    /*box-shadow: 0px 0px 50px rgba(0,0,0,1), 0px 0px 50px rgba(0,0,0,1), 0px 0px 50px rgba(0,0,0,1);*/
}

.modal-body {
    padding: 0;
}

.modal-body a {
    color: #f7eb27;
}

.modal-body a:hover {
    color: #f7eb27;
}

.modal-body .image {
    text-align: center;
    border-bottom: 1px solid rgba(217,217,217,0.5);
    padding: 0 30px 30px 30px;
}

.modal-body .image img {
    max-width: 70%;
}

.modal-body .description {
    padding: 30px;
    color: #b6b6d3;
}

.modal-body h3 {
    font-family: 'Chakra Petch SemiBold', sans-serif;
    font-size: 32px;
    margin-top: 0 !important;
    color: #b6b6d3;
}

.modal-body .detail-info {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.modal-body .preview-button {
    display: flex;
    gap: 20px;
    justify-content: center;
    border-top: 1px solid rgba(217,217,217,0.5);
    padding: 30px;
}

.modal-body .preview-button img {
    max-height: 40px;
}

.modal-footer {
    border-top: 0;
    padding: 0;
}


/* MODAL: EXPERIENCES */
#experiences-preview .detail-info .preview-category {
    color: #f7eb27;
}





/* MODAL: TERMS & PRIVACY */
#terms-privacy-preview .modal-title {
    font-family: 'Chakra Petch SemiBold', sans-serif;
    font-size: 32px;
    flex: 1;
    text-align: center;
    padding: 30px;
    color: #b6b6d3;
}

#terms-privacy-preview .modal-body {
    padding: 30px;
    color: #b6b6d3;
}

#terms-privacy-preview .modal-body .preview-description > h4 {
    font-family: 'Chakra Petch SemiBold', sans-serif;
    text-align: center;
    color: #b6b6d3;
}

#terms-privacy-preview .modal-body .preview-description > div {
    background-color: #22242f;
    margin-bottom: 20px;
    padding: 15px;
}

