﻿@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
body {
    line-height: 30px;
    font-size: 16px;
    font-family: "Noto Sans", system-ui;
    font-weight: 900;
    background-color: #ffffff !important;
}

body {
    --pc: #ed1b24;
    --sc: #fff;
    --black: #000;
}

html {
    scroll-behavior: smooth;
}

p {
    font-weight: 400;
    color: var(--black);
    text-align: justify;
}

ul, ol {
    list-style: none;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}

a {
    color: var(--sc);
}

    a:hover, a:active, a:focus {
        text-decoration: none;
        color: var(--pc);
    }

::selection {
    color: #FFF;
    background: var(--pc);
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-auto {
    margin: auto;
}

.clr {
    clear: both;
}

.bg-styles {
    background-size: cover !important;
    background-position: center !important;
}

.inline {
    display: inline-block;
}

* {
    outline: none !important;
}

.left-md-center, .right-md-center {
    /* text-align: center; */
}

    .left-md-center img, .right-md-center img {
        margin: auto;
    }

.padding-0 {
    padding: 0;
}

.inline-img {
    float: none;
}

.text-center img {
    margin: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--pc);
    font-weight: 700;
}

.full-width {
    width: 100%;
}

.area {
    position: absolute;
    width: 100%; /* background: #00000091; */
    z-index: 99999;
}

.nav-con { /* padding-bottom:6px;*/
    display: block;
    z-index: 999; /* border-bottom:3px solid var(--pc); */
}

.top-bar {
    padding: 1px 0;
    background: var(--pc);
    color: var(--sc);
    border-bottom: 1px solid #FFFFFF50;
    font-weight: 400;
}

    .top-bar ul {
        margin: 0;
    }

.social-header li {
    display: inline-block;
    margin-right: 10px;
}

    .social-header li:last-child {
        margin-right: 0px;
    }

    .social-header li a {
        color: var(--sc);
        transition: color 0.5s ease;
    }


.social-header:hover li a {
    opacity: 0.3;
}


.social-header li a:hover {
    color: var(--sc);
    opacity: 1;
}


    .social-header li a:hover i {
        transform: rotate(360deg);
        transition: transform 0.5s ease, color 0.5s ease;
    }


.social-footer li a:active, .social-footer li a:focus {
    color: var(--sc);
    opacity: 1;
}


.languages {
    color: #FFF;
    display: inline-flex;
    /* background:#00000050; */
    /* border-radius:4px; */
    border-left: 1px solid var(--sc);
    font-size: 14px;
    line-height: 24px;
}

    .languages li {
        margin: 0 4px;
        color: var(--sc);
    }

    .languages a {
        display: block;
        margin-top: 4px;
    }

    .languages img {
        height: 16px;
    }

.navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    z-index: 9;
    border-radius: 0;
}

    .navbar-default.navbar-fixed-top {
        background-color: #ffffffee;
        border-bottom: 2px solid var(--pc);
    }

    .navbar-default .navbar-nav > li > a {
        color: var(--black);
        text-transform: uppercase;
        letter-spacing: 0;
        /* opacity: .8; */
        font-weight: 750;
        font-size: 14px;
    }

    .navbar-default .navbar-nav:hover > li > a { /* opacity:.3;*/
    }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: var(--pc);
        background-color: transparent;
        opacity: 1;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: var(--pc);
        background-color: transparent;
        opacity: 1;
    }

.navbar-brand {
    height: auto;
    padding: 0;
}

    .navbar-brand > img {
        max-height: 60px;
        margin: 4px 10px;
        transition: .3s;
    }

.navbar-default.navbar-fixed-top .navbar-brand > img {
    max-height: 57px;
}

.navbar-default .navbar-toggle {
    border: none;
    margin-top: 10px;
}

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: var(--pc);
        width: 26px;
        height: 4px;
        border-radius: 0;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: var(--pc);
    background-color: var(--sc);
    border-radius: 4px 4px 0 0;
}


.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    background: var(--pc);
    z-index: 1000;
}

    .dropdown-menu > li > a {
        color: var(--sc);
    }

        .dropdown-menu > li > a:focus,
        .dropdown-menu > li > a:hover {
            transform: translateX(2px);
            transition: 0.3s;
            color: var(--black);
            background-color: var(--pc);
        }

.navbar-nav > li > .dropdown-menu {
    padding: 10px;
    border-radius: 5px !important;
}


.navbar-default .navbar-nav > li:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}


.navbar-default .navbar-nav .dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(10px);
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > li:hover .dropdown-menu {
        display: block; 
        position: relative; 
        width: 100%; 
        opacity: 1; 
        transform: translateY(0); 
    }

    .dropdown-menu {
        width: 100%; 
        position: static; 
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: right;
        background-color: transparent;
        margin-top: 5px;
        margin-right: -15px;
        transition: .3s;
    }

        .navbar-nav > li > a {
            padding: 9px 7px 7px;
            border-radius: 4px;
        }

    .navbar-default.navbar-fixed-top .navbar-nav {
        margin-top: 18px;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-right: -15px;
        margin-left: 0;
    }

    .navbar-brand > img {
        margin: 7px 0;
        max-height: 36px;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: var(--pc);
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: var(--black);
            background-color: transparent
        }
}

@media(min-width:990px) {
    .navbar-brand > img {
        max-height: 65px;
    }

    .navbar-nav > li > a {
        padding: 9px 10px 10px;
    }

    .navbar-nav {
        margin-top: 20px;
    }
}

/* Add hover animation for navbar links */
.navbar-default .navbar-nav > li > a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: var(--pc);
    bottom: 0;
    left: 0;
    transition: width 0.4s ease;
}

.navbar-default .navbar-nav > li > a:hover::after {
    width: 100%;
}


.navbar-default .navbar-nav > li > a:hover {
    color: var(--pc);
    background-color: transparent;
    opacity: 1;
}


/*****************Slider*****************/
.slider-con {
    position: relative;
    z-index: 0;
}

.bs-slider {
    overflow: hidden;
    position: relative;
    background: #fff;
}

    .bs-slider:hover {
        cursor: -moz-grab;
        cursor: -webkit-grab
    }

    .bs-slider:active {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing
    }

.bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgb(255 255 255 / 30%); */
}

.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important
}

.item {
    background-image: url(../../images/background.jpg) !important;
    background-size: cover !important;
}

.fade {
    opacity: 1
}

    .fade .item {
        height: 100vh;
        top: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        position: absolute;
        left: 0 !important;
        display: block !important;
        -webkit-transition: opacity ease-in-out 1s;
        -moz-transition: opacity ease-in-out 1s;
        -ms-transition: opacity ease-in-out 1s;
        -o-transition: opacity ease-in-out 1s;
        transition: opacity ease-in-out 1s;
        background-size: cover;
        background-position: center;
    }

        .fade .item:first-child {
            top: auto;
            position: relative
        }

        .fade .item.active {
            opacity: 1;
            z-index: 2;
            -webkit-transition: opacity ease-in-out 1s;
            -moz-transition: opacity ease-in-out 1s;
            -ms-transition: opacity ease-in-out 1s;
            -o-transition: opacity ease-in-out 1s;
            transition: opacity ease-in-out 1s
        } .fade .item {
        height: 100vh;
        top: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        position: absolute;
        left: 0 !important;
        display: block !important;
        -webkit-transition: opacity ease-in-out 1s;
        -moz-transition: opacity ease-in-out 1s;
        -ms-transition: opacity ease-in-out 1s;
        -o-transition: opacity ease-in-out 1s;
        transition: opacity ease-in-out 1s;
        background-size: cover;
        background-position: center;
    }

        .fade .item:first-child {
            top: auto;
            position: relative
        }

        .fade .item.active {
            opacity: 1;
            z-index: 2;
            -webkit-transition: opacity ease-in-out 1s;
            -moz-transition: opacity ease-in-out 1s;
            -ms-transition: opacity ease-in-out 1s;
            -o-transition: opacity ease-in-out 1s;
            transition: opacity ease-in-out 1s
        }

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 72px;
    z-index: 100;
    color: var(--pc);
    display: block;
    font-size: 30px;
    cursor: pointer;
    overflow: hidden;
    line-height: 72px;
    text-shadow: none;
    position: absolute;
    font-weight: 400;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 4px
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%
}

.control-round .carousel-control.right {
    right: 1%
}

    .control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
        color: #b4afaf;
        background: transparent;
        border: 0 transparent
    }

.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%
}

.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%
}

.indicators-line > .carousel-indicators {
    right: 0;
    bottom: 3%;
    left: auto;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
    text-align: center
}

.carousel-indicators li {
    width: 25px;
    height: 6px;
    background-color: var(--pc);
    border: none;
    border-radius: 0;
    margin: 0 5px 0 0;
    transition: .3s;
}

.carousel-indicators .active {
    width: 25px;
    height: 6px;
    background-color: var(--pc);
    border: none;
    margin: 0 5px 0 0;
}

.slide_style_left {
    text-align: left !important
}

.slide_style_right {
    text-align: right !important
}

.slide_style_center {
    text-align: center !important
}

.slide-text {
    margin: auto;
    text-align: left;
    padding-top: calc(45vh - 42px)
}

    .slide-text h1 {
        padding: 0;
        color: var(--pc);
        font-size: 90px;
        font-style: normal;
        line-height: 84px;
        font-weight: 300 !important;
        margin-bottom: 40px;
        letter-spacing: 1px;
        display: inline-block;
        -webkit-animation-delay: .7s;
        animation-delay: .7s;
        text-shadow: 3px 2px 1px #000000d1;
        font-family: "Pacifico", cursive;
    }



@media (max-width:991px) {
    .slide-text h1 {
        font-size: 60px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .slide-text p {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .slide-text h1 {
        font-size: 42px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .slide-text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px
    }

    .control-round .carousel-control {
        /* display: none; */
    }
}

@media (max-width:480px) {
    .slide-text h1 {
        font-size: px;
        line-height: 25px;
        margin-bottom: 30px;
    }

    .slide-text p {
        /* font-size: 12px; */
        line-height: 18px;
        margin-bottom: 10px
    }

    .slide-text a.btn-default, .slide-text a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px
    }

    .indicators-line .carousel-indicators {
        display: none
    }
}


.inner-heading {
    padding: 150px 0 90px;
}

.section {
    padding: 90px 0
}

.heading {
    font-size: 28px;
    color: var(--pc); /* padding-bottom: 2px; */
    position: relative;
    text-transform: uppercase; /*background:url(../images/heading-bg.png) bottom left no-repeat;*/
}
/*.heading.text-center{background:url(../images/heading-bg.png) bottom center no-repeat;}*/

.title-line {
    margin-bottom: 10px;
}

.tl-1 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #d2d2d2;
}

.tl-2 {
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    position: relative;
    top: 5px;
    width: 12px;
    border: 1px solid var(--sc);
    border-radius: 50px;
}

.tl-3 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #d2d2d2;
}

.trans-btn {
    background: var(--pc);
    color: #FFF !important;
    padding: 12px 15px 11px; /* border-radius:30px; */
    text-transform: uppercase;
    position: relative;
    transition: .3s;
}

    .trans-btn:hover, .trans-btn:active, .trans-btn:focus {
        background: var(--sc);
    }

    .trans-btn.more-btn {
        padding-right: 48px;
    }

    .trans-btn::before {
        font: normal normal normal 14px/1 FontAwesome;
        text-align: center;
        position: absolute;
        top: 6px;
        right: 6px; /* border-radius:50%; */
        width: 30px;
        height: 30px;
        background: #00000050;
        line-height: 32px;
        transition: .3s;
    }

    .trans-btn.more-btn::before {
        content: "\f054";
    }

    .trans-btn.send-btn::before {
        content: "\f1d8";
    }

.carousel-inner .item .slide-text img {
    margin-top: -160px;
    height: 500px;
    margin-left: 100px;
}

.description {
    color: var(--pc);
}

@media (max-width: 767px) {
    .carousel-inner .item .slide-text img {
        margin-top: -25px;
        height: 300px;
        margin-left: 0px;
    }

    .control-round .carousel-control {
        width: 20px;
    }

        .control-round .carousel-control.left {
            left: 1%;
        }

        .control-round .carousel-control.right {
            right: 1%;
        }
}




/*********About************/
.about-section {
    padding: 75px 0px;
}

.about-section-img {
    background-position: center;
    background-size: cover;
    width: 100%; /* Full width for all devices */
    max-width: 100%; /* Ensures it doesn't exceed the container */
    max-height: 400px; /* Adjust this value as needed */
    animation: moveUpDown 4s ease-in-out infinite; /* Animation for movement */
    overflow: hidden;
}

/* Keyframes for the up and down movement */
@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px); /* Move up by 20px */
    }

    100% {
        transform: translateY(0); /* Return to original position */
    }
}

/* Mobile-specific styles */
@media (max-width: 767px) {
    .about-section-img {
        width: 100%; /* Full width on mobile */
        margin: 0 auto; /* Center the image */
        max-height: 250px; /* Set a maximum height for mobile */
    }

    .tab-links li a {
        padding: 10px 10px !important;
    }

    .product-image img {
        width: 350px !important;
    }

    .read-more {
        margin-left: 35% !important;
    }

    .games-section .read-more {
        margin-left: 0 !important;
    }

    .powered {
        padding-left: 15px !important;
        float: none !important;
    }

    .local-scroll {
        margin-right: 0px !important;
    }

    .modal-content {
        width: 370px !important;
        left: -10px !important;
    }

    .tab-links li {
        margin: 0px 5px !important;
    }
}

.about-section .btn-primary {
    margin-top: 30px;
}

.btn-primary {
    background-color: var(--pc);
    color: var(--sc);
    border-color: var(--pc);
    border-radius: 50px; /* Simplified radius */
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; /* Smooth transition */
}

    .btn-primary:hover {
        background-color: var(--sc);
        color: var(--pc);
        border-color: var(--pc);
    }

    .btn-primary:focus, .btn-primary:active {
        box-shadow: unset;
        border: unset;
    }

.about-section-img:hover {
    animation-play-state: paused; /* Pause animation on hover */
}

@media(max-width: 767px) {
    .about-section-img {
        /* width: 80%; */
        margin: auto;
        margin-top: 25px;
    }

    .about-section-data {
        text-align: center;
    }

    .btn-primary {
        border-radius: 50px; /* Retained rounded corners for mobile */
    }

    .about-section-data h3 {
        font-size: 40px;
    }

    .about-section {
        padding: 55px 15px;
    }
}


/****************Products*******************/
.product-section {
    padding: 20px;
    background-color: #f9f9f9;
    overflow: hidden;
}

.section-title {
    text-align: center;
    margin-bottom: 0px;
    animation: fadeIn 1s ease-in-out;
}

.tab-links {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

    .tab-links li {
        margin: 0 10px;
        animation: fadeInUp 1s ease-in-out;
    }

        .tab-links li a {
            text-decoration: none;
            padding: 10px 20px;
            background-color: var(--sc);
            border-radius: 50px;
            border: 1px solid var(--pc);
            transition: background 0.3s;
            color: var( --pc);
        }

            .tab-links li a:hover {
                background-color: var(--pc);
                color: var( --sc);
                transition: background 0.3s;
            }


        .tab-links li.active a {
            background: var(--pc); /* Active tab style */
            color: var(--sc);
            border-radius: 50px;
        }

.tab {
    display: none;
}

.tab-content .tab.active {
    display: block; /* Show active tab */
    animation: fadeIn 1.5s ease-in-out; /* Fade-in effect on active tab content */
}

.product-item {
    text-align: center;
    margin-bottom: 20px;
    animation: zoomIn 1s ease-in-out; /* Zoom-in animation for product items */
}

.product-image img {
    width: 250px;
    height: 300px;
    transition: transform 0.3s, opacity 0.3s;
    margin-top: 30px;
    border-radius: 10px;
    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards; /* Image fade-in */
    animation-delay: 0.5s;
}

.product-image:hover img {
    transform: scale(1.1); /* Scale on hover */
}

.read-more {
    display: inline-block;
    margin-top: 30px;
    padding: 6px 10px;
    background: var(--pc);
    color: var(--sc);
    text-decoration: none;
    border-radius: 50px;
    transition: background 0.3s;
    margin-left: 45%;
    margin-bottom: 60px;
    opacity: 0;
    animation: fadeInUp 2s ease-in-out forwards;
    animation-delay: 1s;
    border: 1px solid var(--pc);
}

    .read-more:hover {
        background: var(--sc);
        color: var(--pc);
    }

        .read-more:hover i {
            transform: translateX(5px);
            transition: 0.5s;
        }


/* Animations */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/*************Video****************/
.video {
    height: 350px;
    overflow: hidden;
    position: relative;
}

@media (min-width:992px) {
    .video video {
        width: 100%;
    }
}

@media(max-width:767px) {
    .video {
        margin-top: 0px;
        height: 250px
    }

    .video-data h1 {
        font-size: 28px !important;
    }

    .video-data {
        width: 100%;
    }
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-overlay {
    background-color: #00000075;
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;
}

.video-data {
    color: #fff;
    position: absolute;
    padding: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 6;
}

    .video-data h1 {
        font-size: 40px;
        margin-bottom: 45px;
    }

.video-a {
    padding: 10px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 555;
}

    .video-a i {
        color: var(--pc);
        font-size: 50px;
    }

.hvr-bounce-to-right:before {
    background-image: linear-gradient(to right, #05aa4e, #9bcc3c) !important;
}

.video-a:hover {
    border-color: #05aa4e;
    transition: 0.5s;
}

.video-a i {
    margin-right: 4px;
}

.video-box {
    margin-top: 30px;
    position: relative;
}

    .video-box:hover .video-title a, .video-box:focus .video-title a, .video-box:active .video-title a {
        color: #141414;
    }

    .video-box:hover .video-play, .video-box:active .video-play, .video-box:focus .video-play {
        opacity: .9;
    }

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
    outline: none;
    background-color: #000307;
    top: 40px;
}

    .modal-content iframe {
        border: none;
        padding: 0;
        margin: 0;
        height: 75vh;
    }

    .modal-content .close {
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: var(--sc);
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
        /* position: relative; */
        right: -45px;
        top: -10px;
        font-size: 35px;
        z-index: 1050;
    }

@media only screen and (max-width: 641px) {
    .video-box .modal-body {
        padding: 0;
        margin: 0;
    }

    .video-box .modal-content {
        padding: 0;
        margin: 0;
    }

    .video-box .modal-dialog {
        position: relative;
        width: auto;
        margin: 15px;
    }

    .video-box .close {
        margin: -12px 0 0 0;
    }
}

@media only screen and (min-width: 768px) {
    .video-box .close {
        font-size: 30px;
        color: white;
        margin: 30px -43px -20px 100px;
    }
}

@media only screen and (min-width: 992px) {
    .video-box .modal-dialog {
        width: 884px;
    }

    .video-box iframe {
        height: 100%;
    }
}

.modal-backdrop.show {
    z-index: 5;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 75%;
        margin: 1.5rem auto;
        height: 75vh !important;
    }
}

@media(max-width:767px) {
    .modal-content .close {
        right: 20px;
        top: 20px;
        color: #fff;
        font-size: 25px;
    }
}


@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


/*********Footer*********/
/*Footer*/
.mega-footer {
    background: var(--sc);
    padding: 60px 0 60px;
    position: relative;
}

.about-txt p {
    color: #000;
    margin: 0;
}

.mega-more {
    color: var(--pc);
    /* margin-top:20px; */
    display: block;
    font-size: 18px;
}

.footer-logo img {
    max-height: 110px
}

.mega-footer-heading {
    color: var(--pc);
    font-size: 24px;
    padding-bottom: 15px;
    position: relative;
    /* margin-bottom: 20px; */
}

    .mega-footer-heading::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        width: 48px;
        background: var(--sc);
    }

.contact-field {
    color: var(--pc);
    /* font-weight:400; */
    font-size: 18px;
}

    .contact-field span {
        color: #000;
        font-weight: 400;
    }

.quick-links a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

    .quick-links a i {
        color: var(--pc);
        margin-right: 10px;
    }

    .mega-more:hover, .quick-links a:hover {
        color: #757677
    }

.mega-footer .contact-field a span:hover {
    color: #757677
}

.mega-footer .social-header {
    margin: 10px 0 0;
}

    .mega-footer .social-header li a {
        color: var(--pc);
    }

footer {
    padding: 10px 0;
    background: #1d2d50;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

    footer a {
        color: #000;
    }

    /* Link to top */
    a.link-to-top,
    footer .text-gray a.link-to-top {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        color: var(--pc);
        font-size: 24px;
        text-decoration: none;
        transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }

.link-to-top:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #ddd;
    z-index: 1;
    transition: all 0.4s;
    );
}

.link-to-top svg {
    position: relative;
    width: 1em;
    height: 1em;
    z-index: 1;
}

.link-to-top i,
.link-to-top span {
    position: relative;
    transform: rotate(0.001deg) translateZ(0);
    z-index: 1;
}

.link-to-top:hover {
    text-decoration: none;
}

    .link-to-top:hover:before {
        transform: scale(1.25);
    }

.light-content a.link-to-top,
.light-content a.link-to-top:hover {
    color: var(--color-dark-1) !important;
}

a.link-to-top.gradient,
a.link-to-top.gradient:hover {
    color: #fff !important;
}

    a.link-to-top.gradient:before {
        background: var(--gradient-primary-1-b);
        box-shadow: none;
    }

a.link-to-top.color-light,
a.link-to-top.color-light:hover {
    color: var(--color-primary-1) !important;
}

    a.link-to-top.color-light:before {
        background: var(--color-primary-light-1);
        box-shadow: none;
    }

a.link-to-top.color,
a.link-to-top.color:hover {
    color: #fff !important;
}

    a.link-to-top.color:before {
        background: var(--color-primary-1);
        box-shadow: none;
    }

.a1 {
    color: var(--pc);
}

    .a1:hover {
        color: #757677;
    }

.local-scroll {
    float: right;
    margin-top: -50px;
}

.powered {
    /* padding-left: 170px; */
    float: right;
    text-align: left;
}



.about-box img {
    height: 65px;
    width: 100px;
    padding-bottom: 7px;
}

.contact-box {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .contact-box {
        margin-top: 20px;
    }
}

.left-md-center {
    /* margin-left: -190px; */
}

.right-md-center {
    /* margin-right: -70px; */
    /* margin-left: 220px; */
}

.a2:hover {
    color: var(--sc);
}

.languages i {
    margin-left: 10px;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .left-md-center {
        text-align: center;
    }

    .right-md-center {
        margin-right: 0px;
        margin-left: 0px;
        text-align: center;
    }
}

.banner-section {
    min-height: 450px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000078;
    left: 0px;
    top: 0px;
}

.banner-head {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 75%;
}

    .banner-head h4 {
        color: #fff;
        font-weight: 600;
        font-size: 40px;
    }

.about-list {
    list-style: disc;
    -webkit-padding-start: revert;
}

    .about-list li {
        font-weight: 400;
    }

    .about-list strong {
        font-weight: 600;
        color: var(--pc);
    }

.m-about {
    margin-left: 5%;
}



.product-item > a {
    color: unset;
    text-decoration: none;
}

.product-image {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    isolation: isolate;
    transform: translateZ(0);
}

    .product-image img {
        position: relative;
    }

.product-title {
    margin-bottom: 0;
    /* font-size: 24px; */
    /* font-weight: 500; */
    line-height: 1.3;
    letter-spacing: -0.02em;
    text-align: center;
}

.product-intro {
    padding-right: 12px;
    transition: all .5s var(--ease-out-short);
}

.product-descr {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}


.contact-us {
    margin-top: 80px;
    position: relative;
    padding: 50px 0px;
}

    .contact-us:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 65%;
        height: 100%;
        background-color: #f1f0fe;
        content: '';
        border-top-right-radius: 500px;
        border-bottom-right-radius: 500px;
    }


    .contact-us .section-heading {
        margin-right: 110px;
        margin-bottom: 0px;
    }

        .contact-us .section-heading p {
            margin-top: 50px;
        }

    .contact-us .special-offer {
        margin-top: 50px;
        background-color: #fff;
        border-radius: 25px;
        padding: 30px 120px;
        display: inline-block;
        position: relative;
    }

        .contact-us .special-offer span.offer {
            position: absolute;
            left: 0;
            top: 0;
            background-color: #7a6ad8;
            width: 80px;
            padding: 30px 8px;
            line-height: 25px;
            height: 120px;
            border-radius: 15px 60px 60px 15px;
            display: inline-block;
            text-align: center;
            color: #fff;
            font-size: 16px;
            text-transform: uppercase;
            text-align: left;
        }

            .contact-us .special-offer span.offer em {
                font-size: 28px;
                font-style: normal;
                font-weight: 600;
            }

        .contact-us .special-offer h6 {
            font-size: 15px;
            color: #4a4a4a;
            text-transform: uppercase;
            font-weight: 400;
            margin-bottom: 15px;
        }

            .contact-us .special-offer h6 em {
                font-style: normal;
                color: #7a6ad8;
                font-weight: 600;
            }

        .contact-us .special-offer h4 {
            font-size: 22px;
            font-weight: 600;
        }

            .contact-us .special-offer h4 em {
                font-style: normal;
                color: #7a6ad8;
            }

        .contact-us .special-offer a {
            position: absolute;
            right: 30px;
            top: 35px;
            width: 50px;
            height: 50px;
            display: inline-block;
            text-align: center;
            line-height: 50px;
            background-color: #7a6ad8;
            color: #fff;
            border-radius: 50%;
        }

    .contact-us .contact-us-content {
        border-radius: 25px;
        padding: 80px;
        background-color: var(--pc);
        position: relative;
        z-index: 1;
    }

        .contact-us .contact-us-content::before {
            background: url(../../images/contact-dec-01.png);
            position: absolute;
            left: 50%;
            transform: translateX(-149px);
            opacity: 0.5;
            top: 0;
            width: 318px;
            height: 119px;
            content: '';
            z-index: 2;
        }

        .contact-us .contact-us-content::after {
            background: url(../../images/contact-dec-02.png);
            position: absolute;
            right: 0;
            bottom: 0;
            width: 183px;
            height: 149px;
            content: '';
            z-index: 2;
        }

#contact-form input {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: #f5f2f233;
    border: none;
    outline: none;
    font-weight: 300;
    padding: 0px 20px;
    font-size: 14px;
    color: var(--black);
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}

    #contact-form input::placeholder {
        color: #fff;
    }

#contact-form textarea {
    width: 100%;
    height: 120px;
    border-radius: 25px;
    background-color: rgba(249, 235, 255, 0.15);
    border: none;
    outline: none;
    font-weight: 300;
    padding: 20px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}

    #contact-form textarea::placeholder {
        color: #fff;
    }

#contact-form button {
    border: none;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    padding: 0px 25px;
    border-radius: 25px;
    color: var(--pc);
    transition: all .4s;
    position: relative;
    z-index: 3;
}

    #contact-form button:hover {
        opacity: 0.8;
    }

.contact-us-content .more-info {
    text-align: center;
    background: rgb(85,0,227);
    background: linear-gradient(90deg, rgba(85,0,227,1) 0%, rgba(198,61,255,1) 100%);
    border-radius: 0px 0px 23px 23px;
    padding: 45px 30px 15px 30px;
}

    .contact-us-content .more-info .info-item {
        text-align: center;
        margin-bottom: 30px;
    }

    .contact-us-content .more-info i {
        font-size: 32px;
        color: #fff;
        margin-bottom: 15px;
    }

    .contact-us-content .more-info h4 a {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
    }
/* ==============================
   Contact 
   ============================== */

.contact-item {
    position: relative;
    padding: 0 0 0 74px;
    color: var(--color-dark-1);
}

    .contact-item a {
        color: currentColor;
        text-decoration: none;
        font-weight: 700;
    }

        .contact-item a:hover {
            color: var(--pc);
            text-decoration: none;
        }

.ci-icon {
    position: absolute;
    top: 4px;
    left: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

    .ci-icon:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: var(--pc);
        border-radius: 50%;
    }

    .ci-icon svg,
    .ci-icon img,
    .ci-icon i {
        position: relative;
        vertical-align: middle;
    }

    .ci-icon.ci-icon-grad:before {
        background: var(--gradient-primary-1-b);
        opacity: .15;
    }

    .ci-icon.ci-icon-grad i:before {
        background: var(--gradient-primary-1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.ci-title {
    margin-bottom: 7px;
    color: var(--pc);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.ci-text {
    font-size: 18px;
    line-height: 1.625;
    font-weight: 500;
    color: #5c5858;
    );
    );
    );
    );
}

    .ci-text.large {
        font-size: 21px;
        line-height: 1.467;
    }

.ci-link {
    margin-top: 11px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

    .ci-link a {
        position: relative;
        text-decoration: none;
        -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    }

        .ci-link a:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 1px;
            background-color: currentColor;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transform-origin: left center;
            transform-origin: left center;
            -webkit-transition: transform .25s ease-out;
            transition: transform .25s ease-out;
            opacity: .9;
        }

        .ci-link a:hover {
            text-decoration: none;
            opacity: .9;
        }

            .ci-link a:hover:after {
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transform-origin: right center;
                transform-origin: right center;
            }

.map-section iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

.details {
    font-weight: 500;
}

/******************/


@media (min-width: 768px) {
    .right-md-center {
        margin-right: 0px;
        margin-left: 350px;
        margin-top: -30px;
    }
}

@media (min-width: 1024px) {
    .right-md-center {
        margin-right: -100px;
        margin-left: 90px;
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    .right-md-center {
        margin-right: -70px;
        margin-left: 180px;
        margin-top: 0px;
    }
}

.games-section {
    position: relative;
    padding: 60px 0;
    background-color: #f9f9f9;
    text-align: center;
    background-image: url(../../images/4055.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; /* Ensure content stays above the overlay */
}

    .games-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 83%); /* Black overlay with 50% opacity */
        z-index: -1; /* Position overlay behind the content */
    }

    .games-section .read-more {
        margin-left: 0%;
    }

    .games-section .section-title {
        font-size: 36px;
        margin-bottom: 40px;
        color: var(--pc);
        text-transform: uppercase;
        font-weight: bold;
        animation: fadeIn 1s ease;
    }

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin: 0 auto;
}

.game-item {
    opacity: 0; /* Start hidden for animation */
    animation: fadeInUp 1s forwards; /* Fade in up animation */
}

    .game-item:hover {
        transform: scale(1.05); /* Slight zoom effect on hover */
    }

.game-image {
    overflow: hidden; /* To prevent the image from overflowing */
    border-radius: 20px;
}

    .game-image img {
        width: 100%;
        height: 250px; /* Height for larger images */
        object-fit: cover;
        border-radius: 20px;
        background-color: #ffffff;
        transition: transform 0.5s ease; /* Smooth transition for hover effect */
    }

        .game-image img:hover {
            transform: scale(1.1); /* Zoom in effect */
        }

.game-title {
    font-size: 24px;
    margin: 15px 0;
    color: var(--sc);
    opacity: 0; /* Start hidden for animation */
    transform: translateY(20px); /* Start slightly below */
    animation: fadeInDown 1s forwards; /* Fade in down animation */
}

.game-description {
    font-size: 16px;
    color: var(--sc);
    margin-bottom: 15px;
    opacity: 0; /* Start hidden for animation */
    transform: translateY(20px); /* Start slightly below */
    animation: fadeInDown 1s forwards; /* Fade in down animation */
}

/* Animation for images and text */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px); /* Move up from below */
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px); /* Move down from above */
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Delays for text animations */
.game-item:nth-child(1) .game-title,
.game-item:nth-child(1) .game-description {
    animation-delay: 1s; /* Delay for first item */
}

.game-item:nth-child(2) .game-title,
.game-item:nth-child(2) .game-description {
    animation-delay: 1.2s; /* Delay for second item */
}

.game-item:nth-child(3) .game-title,
.game-item:nth-child(3) .game-description {
    animation-delay: 1.4s; /* Delay for third item */
}

.download-category-section {
    padding: 100px 0;
    background: var(--sc); /* Gradient background */
    text-align: center;
    position: relative;
}

    .download-category-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('../../images/download-background.png') no-repeat center/cover;
        opacity: 0.15; /* Subtle image overlay */
        z-index: 1;
    }

.container {
    position: relative;
    z-index: 2; /* Ensure content is above the background */
}

.content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
}

.download-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--pc);
}

.download-description {
    font-size: 18px;
    margin-bottom: 30px;
    color: var(--pc);
}

.download-button {
    background: linear-gradient(135deg, var(--sc) 0%,var(--pc)100%);
    color: var( --pc);
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: background 0.5s ease, transform 0.5s ease;
}

    .download-button:hover {
        background: linear-gradient(135deg, var(--sc) 0%, var(--pc) 100%);
        color: var(--sc);
        transform: scale(1.05);
    }

@media (min-width: 1200px) {
    .indicators-line > .carousel-indicators {
        top: 83%;
    }
}

@media (max-width: 768px) {
    .slide-text {
        padding-top: calc(35vh - 42px);
    }
}

#pages .product-image img {
    width: 350px;
}

#pages .navbar-default {
    background-color: var(--sc);
}

@media (max-width: 767px){
    .navbar-default{
        background-color: var(--sc);
    }
}