/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2025 | 09:37:46 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html {
  scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
p, a, button {
	font-family: 'Poppins', sans-serif;
}
img {
    max-width: 100%;
}

section {
    padding: 100px 0;
}

.navbar-toggler {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.section-title {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    color: #20206B;
	font-family: 'Poppins',sans-serif;
}

.section-title .titleLine {
    text-align: center;
    display: inline-block;
    min-width: 120px;
}

.section-title .titleLine span {
    position: relative;
    display: flex;
	justify-content: center;
    line-height: 0;
    margin-top: 10px;
    z-index: 2;
}

.section-title .titleLine>span::before {
    content: "";
    width: calc(50% - 23px);
    height: 2px;
    left: 0;
    background: #20206B;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
}

.section-title .titleLine>span::after {
    content: "";
    width: calc(50% - 23px);
    height: 2px;
    right: 0;
    background: #20206B;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
}

.section-title .titleLine>span.white-line:before {
    background: #ffffff;
}

.section-title .titleLine>span.white-line:after {
    background: #ffffff;
}

.section-subtitle {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
}

/* Buttons */
.btn {
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    border: none;
    transition: .3s ease;
	
}

.btn-primary-custom {
    background: #EE7DFF;
    color: #20206B;
    box-shadow: 0px 3px 5.3px 0px #FFA8F9;
}

.btn-primary-custom:hover,
.btn-primary-custom:focus,
.btn-primary-custom:active {
    background: #EE7DFF !important;
    color: #20206B !important;
    box-shadow: none;
    transform: translateY(-5px);
}

.btn-secondary-custom {
    background: #F9B14F;
    color: #20206B;
    box-shadow: 0px 3px 5.3px 0px #2C202B;
}

.btn-secondary-custom:hover,
.btn-secondary-custom:focus,
.btn-secondary-custom:active {
    background: #F9B14F !important;
    color: #20206B !important;
    box-shadow: none;
    transform: translateY(-5px);
}

/* Header / Navbar */
header.sm-header {
    box-shadow: 0px 2px 3px 0px #00000040;
}

.navbar {
    background-color: #20206B;
    padding: 15px 0;
}

.navbar-brand img {
    height: 45px;
}

.navbar-nav {
    margin-left: 145px;
}

.navbar-nav .nav-link {
    font-size: 16px;
    line-height: 1;
    color: #FEFEFE;
    font-weight: 500;
    margin: 0 15px;
    padding: 10px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #EE7DFF;
}

/* Hero Section */
.hero-section {
    background-color: #F0EBFE;
    padding: 85px 0 100px;
}

.hero-section img {
    width: 100%;
}

.hero-title {
    font-size: 60px;
    font-weight: 700;
    color: #20206B;
    line-height: 1.13;
    margin-bottom: 11px;
    max-width: 488px;
	font-family: 'Poppins', sans-serif;
	hyphens: none;
  	word-break: break-word;
  	overflow-wrap: normal;
}

.hero-text {
    font-size: 18px;
    line-height: 1.55;
    margin: 0 0 20px;
    color: #313131;
    font-weight: 400;
    max-width: 613px;
}

/* Games Section */
.games-section {
    background-color: #ffffff;
    padding: 75px 0 0;
    overflow: hidden;
}

.games-section .games-wrapper {
    background: url('/wp-content/uploads/2025/07/our-games-bg.png'), linear-gradient(241.13deg, #2A2695 1.72%, #5C2694 77.46%);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 37px 53px 48px;
}

.games-section .section-title {
    color: #ffffff;
}

.games-section .section-subtitle {
    margin-bottom: 46px;
}

.games-section .section-divider {
    background-color: white;
}

.games-section .games-showcase {
    width: auto;
    position: relative;
    margin: 0px -191px;
}

.games-section .games-showcase .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 490px;
    height: auto;
    transition: transform 0.5s ease-in-out;
}

.games-section .games-showcase .game-slide-img {
    display: block;
    width: 100%;
    transition: all 0.5s ease-in-out;
    scale: .87;
    box-shadow: 0px 6px 6px 0px #00000040;
}

.games-section .games-showcase .swiper-slide-active .game-slide-img {
    border: 5px solid #F9B14F;
    border-radius: 30px;
    scale: 1;
    box-shadow: none;
}
.games-section .games-showcase .swiper-wrapper {
	max-height: 460px;
}
.games-section .games-showcase .swiper-button-prev::after,
.games-section .games-showcase .swiper-button-next:after {
    display: none;
}

.games-section .games-showcase .swiper-button-next,
.games-section .games-showcase .swiper-button-prev {
    top: 0;
    width: 23%;
    height: 80%;
}

.games-section .games-showcase .dwnBtn {
    opacity: 0;
    margin-bottom: 10px;
    width: 192px;
    margin: 0 auto 10px;
    transition: .5s ease;
}

.games-section .games-showcase .swiper-slide-active .dwnBtn {
    opacity: 1;
}

/* Show Reel Section */
.show-reel-section {
    padding: 38px 0 40px;
}

.show-reel-section .video-thumbnail-wrapper {
    position: relative;
    cursor: pointer;
    margin: 0 0 30px;
    padding: 10px 0 0;
}

.show-reel-section .video-thumbnail-wrapper .play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    transition: transform 0.3s;
}

.show-reel-section .video-thumbnail-wrapper .video {
    border-radius: 30px;
    height: 675px;
    width: 100%;
    display: block;
    object-fit: cover;
}

.show-reel-section .video-thumbnail-wrapper:hover .play-button-overlay {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Services Section */
.services-section {
    background: url('/wp-content/uploads/2025/07/our-service-bg.png');
    background-size: 100% 100%;
    padding: 47px 0 72px;
}

.services-section:after {
    content: "";

    background: linear-gradient(41.91deg, #7B78FF 1.84%, #997DFC 12.43%, #C184F8 27.85%, #D988F6 40.37%, #E38AF6 48.07%, #E48BEE 54.82%, #E690DA 63.49%, #EB99B8 75.04%, #F1A48A 87.57%, #F8B05C 98.16%);

}

.services-section .section-subtitle {
    color: #ffffff;
    max-width: 1019px;
    text-align: center;
}

.services-section .section-title {
    margin-bottom: 14px;
    color: #ffffff;
}

.services-section .service-card {
    background-color: #F0EBFE;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.services-section .service-card img {
    width: 100%;
}

.services-section .service-card .card-body {
    padding: 14px 20px 30px;
    display: flex;
    flex-direction: column;
}

.services-section .service-card h5 {
    font-size: 18px;
    line-height: 1.1;
    color: #20206B;
    font-weight: 600;
    margin-bottom: 10px;
}

.services-section .service-card p {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.services-section .service-card a {
    color: #20206B;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin-top: auto;
}

.services-section .service-card a i {
    font-size: 13px;
    margin-left: 2px;
}

/* Tech Stack Section */
.tech-stack-section {
    padding: 60px 0 60px;
}

.tech-stack-section .tech-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 43px 30px;
    max-width: 965px;
    margin: 50px auto 0;
	justify-content: center;
	align-items: center;
}

.tech-stack-section .tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: calc(100% / 5 - 24px);
}

.tech-stack-section .tech-item img {
    height: 90px;
    width: 90px;
    object-fit: contain;
    transition: 0.3s ease;
}

.tech-stack-section .tech-item img:hover {
    transform: translateY(-10px);
}

.tech-stack-section .tech-item span {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
    color: #04106B;
}

/* Why Choose Section */
.why-choose-section {
    background: url('/wp-content/uploads/2025/07/services-bg.png');
    background-size: 100% 100%;
    padding: 60px 0;
    position: relative;
}

.why-choose-section::after {
    background: url('/wp-content/uploads/2025/07/whychoose-pattern.png') no-repeat;
    background-size: cover;
    content: "";
    width: 100%;
    height: 188px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.why-choose-section .container {
    position: relative;
    z-index: 2;
}

.why-choose-section .section-title {
    color: #fff;
    text-align: center;
}


.why-choose-section .section-divider {
    margin-left: 0;
    background-color: white;
}

.why-choose-section .section-divider::before,
.why-choose-section .section-divider::after {
    border-color: white;
}

/* Custom Accordion */
.custom-accordion .accordion-item {
    background-color: #EFE6FF;
    border: none;
    border-radius: 30px !important;
    margin-bottom: 21px;
    overflow: hidden;
}

.custom-accordion .accordion-button {
    background-color: #F0F4F9;
    color: #20206B;
    font-weight: 600;
    font-size: 18px;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    box-shadow: none;
    padding-top: 18px;
    padding-bottom: 18px;
    gap: 5px;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: #E5D9FF;
    color: #20206B;
}

.custom-accordion .accordion-body {
    padding-top: 4px;
    padding-bottom: 50px;
    background-color: #E5D9FF;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #000;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}

.custom-accordion .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* content: "\2b"; */
    /* plus icon */
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: url("/wp-content/uploads/2025/07/plus-icon.svg") no-repeat;
    background-size: cover;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    background: none;
    width: 24px;
    height: 24px;
    border: 2px solid #20206B;
    border-radius: 50%;
    line-height: 0;
}

/* Founders Section */
.founders-section {
    padding: 68px 0 55px;
}

.founders-section .section-title {
    color: #20206B;
    margin-bottom: 63px;
}

.founders-section .founder-card {
    width: 264px;
    margin: 0 auto;
}

.founders-section .founder-card .founder-img {
    width: 205px;
    height: 205px;
    overflow: hidden;
    margin: 0 auto 21px;
	 position: relative;
}

.founders-section .founder-card .founder-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
	position: absolute;
  	top: 0;
  	left: 0;

  	
}
.founders-section .founder-card img.main {
    /*display: none;*/
	animation-delay: 3s;
	opacity: 1;
}
.founders-section .founder-card img.hover {
    /*display: none;*/
	animation-delay: 2s;
	opacity: 0;
}

.founders-section .founder-card:hover img.hover {
    animation: fadeAnim 2s forwards;
}

@keyframes fadeAnim {
  0%   { opacity: 0; }
  50%  { opacity: 1; }
  100% { opacity: 0; }
}

.founders-section .founder-card h5 {
    color: #20206B;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}

.founders-section .founder-card .founder-title {
    color: #000000;
    min-height: 39px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.founders-section .founder-card .desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    margin-bottom: 0;
}

.founders-section .btn-primary-custom {
    padding-left: 55px;
    padding-right: 55px;
}

/* Testimonials Section */
.testimonials-section {
    background-color: #EFE6FF;
    position: relative;
    overflow: hidden;
    padding: 62px 0 70px;
}

.testimonials-section .testimonialCarousel {
    position: relative;
    padding: 0 0;
}

.testimonials-section .testimonialCarousel::before,
.testimonials-section .testimonialCarousel::after {
    position: absolute;
    z-index: 0;
    width: 144px;
    height: 121px;
}

.testimonials-section .testimonialCarousel::before {
    content: '';
    bottom: 94%;
    left: 20px;
    background: url('/wp-content/uploads/2025/07/Isolation_Mode.png') no-repeat;
    background-size: cover;
}

.testimonials-section .testimonialCarousel::after {
    content: '';
    bottom: 0px;
    left: 97%;
    background: url('/wp-content/uploads/2025/07/Isolation_Mode1.png') no-repeat;
    background-size: cover;
}

.testimonials-section .section-title {
    color: #20206B;
}

.testimonials-section .testimonial-swiper {
    padding: 30px 80px;
    position: static;
}

.testimonials-section .testimonial-swiper .swiper-slide {
    height: auto;
    border-radius: 30px;
    box-shadow: 0px 12px 20px 0px #15151526;
}

.testimonials-section .testimonial-card {
    background-color: #ffffff;
    padding: 35px 25px 28px;
    border-radius: 30px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #F1F1FA;

}

.testimonials-section .testimonial-card p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 32px;
}

.testimonials-section .testimonial-author-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-section .testimonial-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-section .testimonial-prev,
.testimonials-section .testimonial-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.3s;
}

.testimonials-section .testimonial-prev {
    left: 0px;
    background-color: #20206B;
    color: #ffffff;
}

.testimonials-section .testimonial-next {
    right: 0px;
    background-color: #20206B;
    color: #ffffff;
}

.testimonials-section .testimonial-prev::after,
.testimonials-section .testimonial-next::after {
    display: none;
}

.testimonials-section .testimonial-prev.swiper-button-disabled {
    background: #B8CAFF;
    opacity: 1;
}

.testimonials-section .testimonial-next.swiper-button-disabled {
    /* background: #B8CAFF; */
    opacity: 1;
}

.testimonials-section .author-details {
    padding: 6px 19px 6px 0;
    border-top: 0.5px solid #C5C5C5;
    min-height: 70px;
}

.testimonials-section .author-details h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 4px;

}

.testimonials-section .author-details a {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0%;
    color: #505050;
    display: block;
    text-decoration: none;
}

/* FAQ Section */
.faq-section {
    background: linear-gradient(26.27deg, #7B78FF 0%, #997DFC 11%, #C184F8 27%, #D988F6 40%, #E38AF6 48%, #E48BEE 55%, #E690DA 64%, #EB99B8 76%, #F1A48A 89%, #F8B05C 100%);
    padding: 43px 0 72px;
}

.faq-section .section-title {
    color: #20206B;
}

.faq-section .custom-accordion .accordion-button:not(.collapsed) {
    padding-bottom: 0;
}

.faq-section .custom-accordion .accordion-collapse {
    /* margin-top: -16px; */
    z-index: 1;
    /* position: relative; */
}

.faq-section .custom-accordion .accordion-body {
    font-size: 18px;
    padding-bottom: 32px;
}

/* Partners Section */
.partners-section {
    padding: 45px 0;
}

.partners-section .section-title {
    margin-bottom: 45px;
}

.partners-section .partnerListWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
}

.partners-section .partnerList {
    width: 200px;
    display: flex;
    flex-direction: column;
}

.partners-section .partner-logo {
    height: 132px;
    margin-bottom: 16px;
}

.partners-section .partner-logo img {
    max-width: 100%;
	margin: auto;
}

.partners-section .partnerList p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0%;
    text-align: center;
    color: #04106B;
    margin-top: auto;
    margin-bottom: 0;
}

/* Contact Section */
.contact-section {
    background-image: url('/wp-content/uploads/2025/07/contact-bg.png');
    background-size: cover;
    padding: 37px 0 52px;
}

.contact-section .contact-form-wrapper {
    background-color: #20206B;
    padding: 41px 100px;
    border-radius: 30px;
    color: white;
}

.contact-section .contact-form-wrapper .section-title {
    color: white;
}

.contact-section .contact-form-wrapper .section-divider {
    background-color: white;
}

.contact-section .contact-form-wrapper .section-divider::before,
.contact-section .contact-form-wrapper .section-divider::after {
    border-color: white;
}

.contact-section .contact-form-wrapper .form-label {
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #ffffff;
}

.contact-section .contact-form-wrapper .form-label span {
    color: #FF0000;
}

.contact-section .contact-form-wrapper .form-control,
.contact-section .contact-form-wrapper .form-select {
    background-color: #000043 !important;
    border: none;
    color: white;
    padding: 21px 34px;
    border-radius: 30px;
    height: 64px;
    color: #9F9C9C;
}

.contact-section .contact-form-wrapper textarea.form-control {
    height: 179px;
    resize: none;
}

.contact-section .contact-form-wrapper .form-control::placeholder {
    color: #9F9C9C;
}

.contact-section .contact-form-wrapper .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.select_container:after {
    right: 34px;
    font-size: 25px;
	color: #AA9E9E;
}

/* Footer Section */
.moon-footer-section {
    background-color: #20206B;
    color: #d3cde0;
    padding: 49px 0 0;
}

.moon-footer-section h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 22px;
}

.moon-footer-section p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #FFFEFE;
    opacity: 80%;
}

.moon-footer-section ul {
    padding-left: 0;
}

.moon-footer-section ul li {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #FFFEFE;
    opacity: 80%;
}

.moon-footer-section a {
    color: #FFFEFE;
    text-decoration: none;
}

.moon-footer-section a:hover {
    color: #EE7DFF;
}

.moon-footer-section .social-icons {
    display: flex;
    margin-bottom: 15px;
    gap: 8px;
}

.moon-footer-section .social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
    color: #ffffff;
    flex-shrink: 0;
    border: 1px solid #FFFFFF40;
}

.moon-footer-section .linkIcons {
    display: flex;
    margin-top: 24px;
    margin-bottom: 15px;
    gap: 5vmin;
}

.moon-footer-section .linkIcons a {
    width: 70px;
    height: 70px;
    background-color: transparent;
    flex-shrink: 0;
    /* padding: 10px; */
    /* border: 0.5px solid #FFF1D4; */
    /* border-radius: 50%; */
    flex-shrink: 0;
}

.moon-footer-section .linkIcons a img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.moon-footer-section .social-icons a:hover {
    background-color: #EE7DFF;
}

.moon-footer-section .footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #020238;
    margin-top: 10px;
}

.moon-footer-section .footer-bottom p,
.moon-footer-section .footer-bottom a {
    opacity: 80%;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FFFEFE;

}

.hero-section .video-thumbnail-wrapper {
    height: 407px
}

.hero-section .video-thumbnail-wrapper video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    /* border: 1px solid black; */
}
@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1280px;
    }
}

@media (min-width: 1260px) {
    .hero-section img {
        margin-left: -40px;
        max-width: 556px;
        width: auto;
    }

    .hero-section .video-thumbnail-wrapper video{
        margin-left: -40px;
        max-width: 556px;
        width: auto;
    }

    .why-choose-section .charImage {
        max-width: 97%;
    }

    .why-choose-section .custom-accordion {
        margin-left: 0;
    }

    .why-choose-section .custom-accordion .accordion-body {
        padding-right: 30px;
    }
}

@media (max-width: 1200px) {
    .moon-footer-section .social-icons a {
        width: 30px;
        height: 30px;
    }

    .games-section .games-showcase .swiper-button-next,
    .games-section .games-showcase .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        margin: 0;
        padding-top: 15px;
    }

    .navbar-nav .nav-link {
        margin-left: 0;
    }

    .contact-section .contact-form-wrapper {
        padding: 40px;
    }

    .moon-footer-section .linkIcons {
        flex-wrap: wrap;
    }

    .moon-footer-section .social-icons {
        flex-wrap: wrap;
    }

    .moon-footer-section .social-icons a {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        margin-left: 10px;
    }

    .section-title {
        font-size: 25px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .hero-section {
        padding: 30px 0 35px;
    }

    .hero-title {
        font-size: 40px;
        margin: 0 auto 20px;
        max-width: 325px;
		text-align: center;
    }

    .hero-text {
        font-size: 16px;
        margin: 0 auto 20px;
        max-width: 398px;
		text-align: center;
    }

    .games-section {
        padding: 47px 0 0;
    }

    .games-section .container {
        max-width: 100%;
        padding: 0
    }

    .games-section .games-wrapper {
        padding: 38px 0 45px;
        border-radius: 0;
    }

    .games-section .section-subtitle {
        padding: 0 20px;
    }

    .games-section .games-showcase .swiper-slide {
        width: 345px;
    }

    .show-reel-section {
        padding: 25px 0 47px;
    }

    .show-reel-section .video-thumbnail-wrapper .video {
        height: 230px;
    }

    .services-section {
        padding: 36px 10px 65px;
        background: url('/wp-content/uploads/2025/07/our-service-mobile-bg.png') no-repeat;
        background-size: 100% 100%;
    }

    .tech-stack-section {
        padding: 37px 0 26px;
    }

    .tech-stack-section .tech-item span {
        font-size: 14px;
    }

    .tech-stack-section .tech-item {
        width: calc(100% / 3 - 24px);
    }

    .why-choose-section {
        padding: 30px 0 44px;
    }

    .why-choose-section .section-title {
        padding: 0 10%;
    }

    .custom-accordion .accordion-item {
        margin-bottom: 25px;
    }

    .custom-accordion .accordion-button {
        font-size: 16px;
    }

    .custom-accordion .accordion-button:not(.collapsed)::after {
        border-width: 2px;
    }

    .custom-accordion .accordion-body {
        font-size: 14px;
    }

    .founders-section {
        padding: 34px 0 54px;
    }

    .founders-section .section-title {
        margin-bottom: 27px;
    }

    .testimonials-section {
        padding: 26px 0 84px;
    }

    .testimonials-section .testimonialCarousel::before,
    .testimonials-section .testimonialCarousel::after {
        display: none;
    }

    .testimonials-section .testimonial-swiper {
        padding: 30px 20px;
    }

    .testimonials-section .testimonial-prev,
    .testimonials-section .testimonial-next {
        display: flex;
    }

    .faq-section {
        padding: 24px 0 48px;
    }

    .faq-section .section-title {
        margin-bottom: 0;
    }

    .faq-section .custom-accordion .accordion-body {
        font-size: 14px;
    }

    .partners-section {
        padding: 30px 0;
    }

    .partners-section .partnerListWrap {
        flex-wrap: wrap;
    }

    .partners-section .partnerList {
        margin-bottom: 20px;
    }

    .contact-section {
        background: transparent;
        padding: 0;
        border-bottom: 1px solid #ffffff;
    }

    .contact-section .container {
        max-width: 100%;
        padding: 0;
    }

    .contact-section .contact-form-wrapper {
        border-radius: 0;
        padding: 50px 20px 60px;
    }

    .moon-footer-section {
        padding: 49px 20px 0;
    }

    .moon-footer-section .linkIcons a {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 470px) {
    .games-section .games-showcase .swiper-slide {
        width: 300px;
    }
	.hero-title {
		font-size: 34px;
		
	}
	.section-title .titleLine {
		word-break: break-word;
	}
}
@media (max-width: 360px) {
	.hero-title {
		font-size: 30px;
	}
}
/*Custom checkbox in contact form*/

input[type="checkbox"]:checked+.wpcf7-list-item-label:before,
input[type="checkbox"]:hover+.wpcf7-list-item-label::before {
	color: white !important;
	border-color: white !important;
}
.elementor-26137 .elementor-element.elementor-element-d4e73e7 .wpcf7-form-control:not(.wpcf7-submit) {
	background-color: #00004300
}
input[type="checkbox"]+.wpcf7-list-item-label {
	font-size: 15px
}


