

*, html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
}

*, ::before, ::after {
    box-sizing: border-box;
}

@font-face {
    font-family: Bruce Forever;
    src: url('../fonts/BruceForeverRegular.ttf') format("truetype");
}

.navbar .navbar-brand{color: #fff; font-size: 25px; font-weight: 600;}
.sticky-top .navbar .navbar-brand{color: #000;}
.header-menu ul.navbar-nav  li a{color: #fff; font-size: 16px;}
.sticky-top .header-menu ul.navbar-nav  li a{color: #000;}
.navbar-nav .nav-link.active{color: #fff;}
.sticky-top .navbar-nav .nav-link.active{color: #000;}
.hamburger .toggle-bar {
    width: 30px;
    height: 2px;
    border-radius: 20px;
    background-color: #000000;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#hamburger.active {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#hamburger.active .toggle-bar:nth-child(1) {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
}
#hamburger.active .toggle-bar:nth-child(2) {
    width: 0px;
}
#hamburger.active .toggle-bar:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(90deg);
    transform: translateY(-9px) rotate(90deg);
}
#hamburger.active .toggle-bar:nth-child(1), 
#hamburger.active .toggle-bar:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.navbar-toggler{border: none;}
.navbar-toggler:focus{border: none; box-shadow: none;}
.body-wrapper{position: relative;}
.body-wrapper{
    background-image: url('../image/wrap-bg.jpg');
    background-size: 100% 100vh;
    backdrop-filter: blur(1vw);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.banner-section{ padding: 140px 0px; position: relative; }
.font-bruce {
    font-family: Bruce Forever;
    font-size: 40px;
    color: #2e03b5;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 1.4);
}

.banner-card {
    padding: 30px 15px;
    background-color: #fff;
    background: linear-gradient(45deg, #fffafa87 39%, #ffffff26 22%, #ffffff85 45%, #ffffff80 65%, #ffffff63 65%);
    background-color: #ffffff21;
    margin-bottom: 30px;
}
.banner-card h2 {
    font-size: 45px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    color: #000;
}
.banner-section p{font-size: 40px; color: #fff; text-align: center; font-family: "Teko", sans-serif;}
.steps-section{ position: relative; padding: 50px 0; }
.section-wrapper{
    padding: 45px 80px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(19px);
}

.highlight-text{
    display: inline-grid;
    padding: 0 15px;
    align-items: center;
    justify-items: start;
    height: 50px;
    overflow: hidden;
    background-color: #fff;
}

.highlight-text span {
    transition: all .3s;
    color: #21aafb;
    text-shadow: -2px 2px 1px #000;
    font-family: "Teko", sans-serif;
    font-size: 40px;
    font-weight: 600;
}
.text-transform{ transform: translate(0, -100%); }
.card-image img{width: 100px;}
.card-content p{font-size: 20px; color: #000;font-family: "Teko", sans-serif; margin-bottom: 0;}
.section-wrapper .card{ min-height: 432px;}
.content-section h2{color: #fff; font-size: 30px; font-weight: 600; margin-bottom: 12px;}
.content-section p{color: #fff; font-size: 16px; margin-bottom: 0;}
.game-section{padding: 35px 0;}
.card-item{
    position: relative; 
    box-shadow: rgb(0 0 0) 0px 2px 8px 0px;
    border-radius: 6px;
}
.card-item img{width: 100%; border-radius: 6px;}
.card-image-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    border: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 6px;
}
.card-image-content h2{color: #fff; font-size: 40px; font-weight: 700; text-align: center; margin-bottom: 6px; font-family: "Teko", sans-serif;}
.card-item:hover .card-image-content{opacity: 1; backdrop-filter: blur(1vw);}
.btn-custom{
    background-color: #2e03b5;
    color: #fff;
    width: 50%;
    border: #2e03b5;
}

.testimonial-section{padding: 70px 0;}
.testimonial .testimonial-author {
    display: flex;
    margin: 12px 0 0 0;
    margin-left: 30px;
    align-items: center;
}
.testimonial-author h4{margin-bottom: 13px; font-size: 18px; font-weight: 600; color: #000;}
.testimonial-style-2 p{font-size: 15px; color: #000; margin-bottom: 0;}
.testimonial-slider .card{ min-height: 375px;}
.footer{background-color: #1d1b30;  border-top: 2px solid #fff;}
.footer-content p{font-size: 16px; color: #fff; margin-bottom: 10px; text-align: center;}
.footer-widget ul{list-style: none; margin: 0; padding: 0; text-align: center;}
.footer-widget ul li{margin: 0; padding: 0; display: inline-block;}
.footer-widget ul li a{text-decoration: none; color: #fff; font-size: 16px; padding: 0 12px;}
.footer-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}
.link-item img{width: 155px;}
.link-item:nth-child(2) img{width: 100px;}
.link-item:nth-child(3) img{width: 150px;}
.link-item:nth-child(4) img{width: 60px;}
.generic-content h1{font-size: 25px; color: #fff; font-weight: 600; margin-bottom: 12px;}
.generic-content p{font-size: 16px; color: #fff; margin-bottom: 5px;}
.form-group{margin-bottom: 16px; margin-bottom: 1rem;}
.contact-area h3{font-size: 25px; color: #fff; margin-bottom: 12px; font-weight: 600; text-align: center;}
.iframe-card{padding: 20px 20px;}
.footer-copyright{background-color: #2b0c47; color: #fff;}
.form-group:last-child{margin-bottom: 0;}
.footer-copyright p{font-size: 0.870rem;}
.btn:hover{border-color: #460a60; background-color: #460a60;}
.header{transition: 0.5s all;}
.sticky-top{background: #fff;}

/* ======= Responsive ===== */

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 8px 18px;
    }
    .testimonial-slider .card {
        min-height: 415px;
    }
    .w-lg-25{width: 25% !important;}
}

@media only screen and (max-width: 991px) {
    .section-wrapper {
        background: none;
        padding: 0;
        border: none;
    }
    .header-menu { background-color: #fff; }
    .navbar .navbar-brand{color: #000;}
    .navbar-nav .nav-link.active{color: #000;}
    .header-menu ul.navbar-nav li a{color: #000;}
    .section-wrapper .card {  min-height: auto; }
    .testimonial-slider .card { min-height: auto; }
    .highlight-text{height: 35px;}
    .highlight-text span{font-size: 25px;}
    .banner-section p{font-size: 25px; margin-bottom: 0;}
    .banner-section{padding: 25px 0;}
    .steps-section{padding-top: 0 !important; padding: 30px 0;}
    .testimonial-section{padding: 20px 0;}
    .footer-content p{font-size: 14px;}
    .banner-card h2{font-size: 25px;}
    .font-bruce{font-size: 25px;}
}

    

@media only screen and (max-width: 768px) {
    .section-wrapper {
        background: none;
        padding: 0;
        border: none;
    }
    .header-menu { background-color: #fff; }
    .navbar .navbar-brand{color: #000;}
    .navbar-nav .nav-link.active{color: #000;}
    .header-menu ul.navbar-nav li a{color: #000;}
    .section-wrapper .card {  min-height: auto; }
    .testimonial-slider .card { min-height: auto; }
    .highlight-text{height: 35px;}
    .highlight-text span{font-size: 25px;}
    .banner-section p{font-size: 25px; margin-bottom: 0;}
    .banner-section{padding: 25px 0;}
    .steps-section{padding-top: 0 !important; padding: 30px 0;}
    .testimonial-section{padding: 20px 0;}
    .footer-content p{font-size: 14px;}
    .banner-card h2{font-size: 25px;}
    .font-bruce{font-size: 25px;}

}