* {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, p, span {
    font-family: 'Nunito Sans' !important;
}

.navbar-toggler {
    border: none !important;
}
.navbar{
   --bs-navbar-toggler-focus-width: unset; 
}
.navbar-toggler-icon {
    width: 2.5em;
    height: 2.5em;
    background-image:url('/assets/default/media/menu.webp') !important;
    
}

.overlay-menu {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
background: linear-gradient(45deg, #0d0c0dcc, #040404e8);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .overlay-menu a {
        padding: 10px 20px;
        text-decoration: none;
        font-size: 34px;
        color: white;
        display: block;
        transition: 0.3s;
    }

        .overlay-menu a:hover {
            color: #f1f1f1;
        }

.close-btn {
    position: absolute;
   top: -9px;
    right: 65px;
    font-size: 60px;
    color: white;
    cursor: pointer;
    transition: transform 0.4s ease;
}

.menu-item-align {
    margin-left: 80px;
}

.close-btn.rotate {
    transform: rotate(180deg);
}

.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
   background: linear-gradient(308deg, #403c3c5e, #2f252530);
}
.let-bold{
    font-size:26px !important;
}
    .hero video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -1;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }

.hero-text {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: white;
    z-index: 1;
    text-align: left;
}

    .hero-text h2 {
        font-size: 3rem;
        margin-bottom: 24px;
    }
    
    .hero-text .btn a {
        color: #D20035;
        text-decoration:none;
    }

    .hero-text .btn {
        padding: 12px 20px;
    background: linear-gradient(45deg, #D20035, #D76639);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    }
 .hero-text .btn a {
                color: #fff !important;
            }
      
        .hero-text .btn span {
            position: relative;
            z-index: 1;
        }
 
.navbar-home {
    position: absolute;
    max-width: 100%;
    width: 100%;
    background: #00000000 !important;
    z-index: 2;
}

.get-qoute {
    background: linear-gradient(45deg, #D20035, #D76639);
    padding: 30px 0px 30px 0px;
}

    .get-qoute .transform p {
        color: #ffff;
        text-align: center;
        font-size: 20px;
        font-family: arial;
        margin-bottom: 0 !important;
    }

.qoute-btn .btn span a {
    background: #ffff;
    color: #D20035;
    font-size: 18px;
    font-family: arial;
    font-weight: 600;
    border: 0px !important;
    padding: 12px 40px;
    padding-bottom: 8px !important;
    text-decoration: none;
}

.footer {
    background: #070707;
    color: #fff;
    padding-top: 45px;
    /*padding-bottom: 0px !important;*/
}

    .footer a {
        color: #fff;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }

.custom-sty{
    max-width:500px;
    margin:0 auto;
}
.social-icons a {
    margin: 0 10px;
    color: #fff;
    font-size: 20px;
}

.footer a:hover {
    color: #D20035 !important;
}

.product-sec {
    position: relative;
    overflow: hidden;
}

    .product-sec img {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .product-sec .img-head {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* Centering the element */
        color: white;
        z-index: 2;
        font-size: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        text-align: center;
        width: 100%; /* Optional: if you want text to break and wrap inside a defined area */
    }

.engagement a {
    text-decoration: none !important;
}

.product-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #c47b6f5c;
    transition: left 0.5s ease;
    z-index: 1;
}

.product-sec:hover::before {
    left: 0;
}

.product-info h2 {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    margin-bottom: 0;
}

.product-info p {
    color: #989898;
    text-decoration: none;
}

.product-link {
    text-decoration: none !important;
}

.tech-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    /*max-width: 1300px !important;*/
}

.tech-nav li a {
    padding: 12px 15px !important;
    font-size: 16px !important;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    flex: auto !important;
    /* margin-right: 7px; */
    box-sizing: border-box;
    text-decoration: underline !important;
    color: #f15c3f !important;
    font-family: arial;
    cursor: pointer;
}

.tech-slide-nav a {
    color: #f15c3f !important;
    font-size: 18px;
    font-family: arial;
}

.project-slider .tech-slide-nav {
    animation: scroll 16s linear infinite !important;
    display: flex;
    width: calc(170px * 24) !important;
}

.qoute-btn .btn {
    background-color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .tech-nav li {
        flex: 0 0 30%; /* 3 items per row on smaller screens */
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 576px) {
    .tech-nav li {
        flex: 0 0 30%;
        margin-right: 5px;
    }
}

.Subscribe {
    display: flex;
    align-items: center;
}

    .Subscribe input[type="text"] {
        padding: 9px 15px;
        border: 1px solid #ccc;
        border-radius: 5px 0 0 5px;
        flex: 1;
    }

    .Subscribe button {
        padding: 10px 20px;
        background: linear-gradient(45deg, #D20035, #D76639);
        color: white;
        border: none;
        border-radius: 0 5px 5px 0;
        cursor: pointer;
    }
    .load-more-btn a{
         padding: 10px 20px;
        background: linear-gradient(45deg, #D20035, #D76639);
        color: white !important;
        border: none;
        border-radius:5px;
        cursor: pointer;
    }
     .load-more-btn a:hover{
        color: white !important;
    }

        .Subscribe button:hover {
            background: linear-gradient(45deg, #D20035, #D76639);
        }

.video-sec {
    position: relative;
    width: 100%;
    padding-bottom: 55%; /* (height will be 45% of the width) */
    height: 0;
    overflow: hidden;
}

    .video-sec iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.the-result .result-img img {
    width: 100%;
    aspect-ratio: 3/3;
    object-fit: cover;
}

.result-head h2 {
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 40px;
}

.related-event .img-head {
    font-size: 2rem !important;
}

.experiential-img img {
    width: 100%;
    aspect-ratio: 5/2;
    object-fit: cover;
}

.project-head .btn {
    border: 1px solid #00000069;
    color: #000000;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    transition: color 0.3s ease;
    padding: 8px 20px;
}

    .project-head .btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, #D20035, #D76639);
        transition: left 0.3s ease;
        z-index: 0;
    }

    .project-head .btn:hover::before {
        left: 0;
    }

    .project-head .btn:hover {
        color: #fff;
    }

    .project-head .btn span {
        position: relative;
        z-index: 1;
    }

.discoves-content {
    background-color: #050505;
    padding-bottom: 40px;
}

    .discoves-content p {
        font-size: 32px;
        font-weight: 700;
        line-height: 54.64px;
        letter-spacing: -0.02em;
        text-align: center;
        color: #fff;
        padding: 2rem 15rem;
    }

    .discoves-content .dis-btn {
        background: linear-gradient(45deg, #D20035, #D76639);
        color: #fff;
        border: none;
        padding: 10px 40px;
        text-align: center;
    }

@media only screen and (max-width:500px) {
    .discoves-content p {
        font-size: 20px;
        padding: 20px 19px;
    }

    .slide .link-img {
        bottom: -35px !important;
        right: 20px !important;
    }

    .menu-item-align {
        margin-left: 0px !important;
    }
}

.show-video {
    cursor: pointer;
}

.modal-header {
    border-bottom: none !important;
}

.modal.show .modal-dialog {
    max-width: 900px;
}

.slider {
    display: flex;
    height: 560px;
    max-height: auto;
    overflow: hidden;
    padding: 16px;
    position: relative;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    position: relative;
    flex: 0 0 280px;
    margin: 0 10px;
}

.slider-wrapper .slide a {
    text-decoration: none !important;
    color: #000 !important;
}

.slide img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: .25s ease-in-out;
}

.slide h5 {
    padding-left: 10px;
    margin-top: 5px;
}

.slide .dim-txt {
    color: #989898;
    margin-top: -1px;
    font-size: 18px;
}

.experiential-home-img a {
    text-decoration: none !important;
    color: #000;
}

.overlay-about {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .45);
    top: 0;
    display: none;
}

    .overlay-about.active {
        display: block;
    }

.control-prev-btn, .control-next-btn {
    position: absolute;
    top: 32%;
    background-color: rgba(8, 8, 8, 0.55);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 1px 3px #888;
    user-select: none;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    font-size: 1.5rem;
    z-index: 10;
}

.control-prev-btn {
    left: 0;
}

.control-next-btn {
    right: 0;
}

@media only screen and (max-width: 420px) {
    .slider {
        padding: 0;
    }

    .slide {
        padding: 16px 10px;
    }

        .slide img {
            margin: 0;
        }

    .control-prev-btn, .control-next-btn {
        top: 37%;
    }
}

.slide .team-img {
    position: relative;
}

.slide .link-img {
    width: 30px;
    position: absolute;
    bottom: -54px;
    right: 12px;
    cursor: pointer;
    object-fit: contain;
}

.team-name {
    font-weight: 600;
    margin-bottom: 0px !important;
}

.location .btn {
    border: 1px solid #00000069;
    color: #000000;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    transition: color 0.3s ease;
    padding: 8px 20px;
}

    .location .btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, #D20035, #D76639);
        transition: left 0.3s ease;
        z-index: 0;
    }

    .location .btn:hover::before {
        left: 0;
    }

    .location .btn:hover {
        color: #fff;
    }

    .location .btn span {
        position: relative;
        z-index: 1;
    }

.contact-form {
    background-color: #fff;
    padding: 0 60px 20px;
    color: #000;
}

    .contact-form input, .contact-form select {
        border-radius: 3px !important;
        height: 50px;
        padding: 10px;
        box-shadow: 0 1px 7px 0px #bfbfbf;
        margin: 10px 0 22px 0;
    }

        .contact-form input::placeholder {
            color: #000;
        }

.form-control:focus {
    border-color: none !important;
    box-shadow: none !important;
    background-color: transparent;
    color: #000 !important;
}

.contact-form .btn {
    background: linear-gradient(45deg, #D20035, #D76639);
    color: #fff;
    border: none;
    padding: 10px 30px;
    text-align: center;
    margin-top: 10px;
    width: 160px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-170px * 7));
    }
}

.project-slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

.project-imgs a {
    text-decoration: none !important;
}

.project-slider .slide-track {
    animation: scroll 26s linear infinite;
    display: flex;
    width: calc(190px * 14);
}

.project-slider .project-slide {
    height: 100px;
    width: 240px;
    text-align: center;
}

    .project-slider .project-slide img {
        object-fit: contain;
    }

.project-sub-detail h2 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 24px !important;
    color: #000 !important;
    padding: 0 8px;
}

.project-sub-detail .txt-dim {
    color: #000000;
    font-size: 18px;
    padding: 0 8px;
}

.project-sub-detail {
    margin-top: 20px;
    background: #5450500d;
    border-radius: 12px;
    padding-bottom: 5px;
}

    .project-sub-detail img {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

.view-more-btn .btn {
    border: 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(45deg, #D20035, #D76639);
    transition: color 0.3s ease;
    padding: 8px 20px;
}

    .view-more-btn .btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(130deg, #D20035, #D76639);
        transition: left 0.3s ease;
        z-index: 0;
    }

    .view-more-btn .btn:hover::before {
        left: 0;
    }

    .view-more-btn .btn {
        color: #fff;
    }

    .view-more-btn .btn span {
        position: relative;
        z-index: 1;
    }

.data .number h2 {
    background: -webkit-linear-gradient(100deg, #D20035, #D76639);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 600;
}

.project-relate img {
    width: 100%;
    aspect-ratio: 4/4;
    object-fit: cover;
}

.project-relate h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 8px;
}

.about-head h2 {
    font-weight: 600;
}

.team-head h2 {
    font-weight: 600;
}

.location-head h2 {
    font-weight: 600;
}

.location h2 {
    font-weight: 600;
    font-size: 20px;
}

.location a {
    color: #000;
    font-size: 18px;
    font-family: arial;
}

.location p {
    margin-bottom: 0;
    line-height: 1.5rem;
    font-size: 16px;
}

.project-head h2 {
    font-weight: 600;
}

.tech-detail-head h2 {
    font-weight: 600;
    padding-left:0px;
}

.Related-head h2 {
    font-weight: 600;
}

.result-head h2 {
    font-weight: 600;
}

.exp-right {
    float: right;
}

.engagement-head h2 {
    font-weight: 600;
}

.experiential-head h2 {
    font-weight: 600;
}

.tech-heading h2 {
    font-weight: 600;
}

.experiential-home-img h5 {
    font-weight: 600;
    margin-top: 8px;
}

.view-exp-all {
    padding: 12px 20px !important;
}

.footer a {
    font-family: arial;
    font-size: 16px;
    color:#fff !important;
}

.footer li a {
    padding-top: 0px !important;
    color:#fff !important;
}

.footer h5 {
    font-weight: 600;
}

.show-head h2 {
    font-weight: 600;
}

.show-main-img {
    position: relative;
}

.play-icon {
    max-width: 60px;
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.show-content h5 {
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 0px;
}

.show-content p {
    font-size: 14px;
    color: #050505;
    font-weight: 500;
}

.view-more-btn a {
    color: #fff;
    text-decoration: none !important;
}

.view-more-btn button:hover a {
    color: #fff !important;
}

.custom-head h5 {
    font-weight: 600;
    margin-top: 8px;
}

.customize-head h2 {
    font-weight: 600;
}

.well-service h5 {
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 0;
}

.well-service p {
    color: #989898;
}

.well-head h2 {
    font-weight: 600;
    margin-bottom: 50px;
    font-size: 40px;
}

.platform {
    background: #000;
}

    .platform .container {
        background: url('images/right-sec.png');
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        padding: 13rem 0;
        background-position: center;
    }

    .platform h2 {
        font-size: 50px;
        font-weight: 600;
        color: #fff;
    }

.started-txt h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 0;
}

.started-txt p {
    color: #D20035;
}

.infinite-head h2 {
    font-weight: 600;
}

.ai-head {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 30px;
}

    .ai-head span {
        color: #D20035;
    }

ul.dashed > li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #D20035;
    margin-right: 5px;
    vertical-align: middle;
}

.dashed li {
    list-style: none;
    line-height: 2.5;
}

.dashed {
    padding-left: 0px;
}

.play-img-show {
    position: relative;
}

.catch-head h2 {
    font-weight: 600;
}

.show-brand-info h5 {
    font-weight: 600;
    margin: 8px 0;
}

.challange-blog h5 {
    font-weight: 600;
}

.greatnes {
    background: #000;
    color: #fff;
    padding: 50px;
}

    .greatnes .great-txt {
        font-size: 24px;
        line-height: 2rem;
    }

    .greatnes h5 {
        color: #D20035;
    }

.related-head h2 {
    font-weight: 600;
}
/* web slide css */
.web-slide-right img {
    display: block;
    width: 100%;
    max-height: 540px;
}

.web-slide-right {
    width: 100%;
    overflow: hidden;
}

    .web-slide-right article {
        display: flex;
        width: 200%;
        animation: bannermove 15s linear infinite;
    }

        .web-slide-right article.paused {
            animation-play-state: paused;
        }

    .web-slide-right div {
        width: 100%;
    }

    .web-slide-right ul {
        display: flex;
        list-style-type: none;
        padding-left: 0;
        margin: 0;
    }

@keyframes bannermove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .web-slide-right img {
        width: 100%;
        height: auto;
    }

    .web-slide-right article {
        width: 400%;
        animation: bannermove 10s linear infinite;
    }

    @keyframes bannermove {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-75%);
        }
    }
}

.web-slide-left img {
    display: block;
    width: 100%;
    max-height: 540px;
}

.web-slide-left {
    width: 100%;
    overflow: hidden;
}

    .web-slide-left .left-right-article {
        display: flex;
        width: 200%;
        animation: leftRightMove 15s linear infinite;
    }

        .web-slide-left .left-right-article.paused {
            animation-play-state: paused;
        }

    .web-slide-left .left-right-div {
        width: 100%;
    }

    .web-slide-left ul {
        display: flex;
        list-style-type: none;
        padding-left: 0;
        margin: 0;
    }

@keyframes leftRightMove {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .web-slide-left img {
        width: 100%;
        height: auto;
    }

    .web-slide-left .left-right-article {
        width: 400%;
        animation: leftRightMove 10s linear infinite;
    }

    @keyframes leftRightMove {
        0% {
            transform: translateX(-75%);
        }

        100% {
            transform: translateX(0);
        }
    }
}

@media only screen and (min-width:1921px) and (max-width:3200px) {
    .web-slide-right img {
        display: block;
        width: 100%;
        max-height: 890px;
    }

    .web-slide-left img {
        display: block;
        width: 100%;
        max-height: 890px;
    }
}

.web-app-sec h5 {
    font-weight: 600;
    margin-top: 8px;
}

.web-head h2 {
    font-weight: 600;
}

.web-result h2 {
    font-weight: 600;
}

.dress-head h2 {
    font-weight: 600;
}

.drawing-head h2 {
    font-weight: 600;
}

.remarkable-head h2 {
    font-weight: 600;
}

.more-about h2 {
    font-weight: 600;
}

.feature h2 {
    font-weight: 600;
}

.feature-point ul {
    padding-left: 0px;
}

.feature-point li {
    list-style: none;
    font-weight: 600;
    line-height: 2rem;
    font-size: 18;
    font-family: arial;
}

.the-tech a {
    text-decoration: none !important;
}

@media only screen and (max-width:500px) {
    .for-web{
        display:none;
    }
    
    .for-mobile{
        display:block !important;
    }
    .qoute-btn {
        text-align: center;
        margin-top: 15px;
    }

    .control-prev-btn, .control-next-btn {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .location {
        margin-top: 20px;
    }

    .tech-detail-modal .modal-body {
        display: block;
    }

    .tech-detail-modal .modal-image {
        /*flex: 1;*/
        max-width: 50%; /* Ensures the image doesn't overflow */
    }

    .social-icons {
        text-align: left;
    }

    .greatnes {
        padding: 30px;
    }

        .greatnes .great-txt {
            font-size: 18px;
        }

    .amazzing-success img {
        margin-top: 12px;
    }

    .contact-form {
        padding: 34px 22px;
    }

    .location .btn {
        margin: 14px 0;
    }

    .customize .custom-head {
        margin: 15px 0;
    }
   .social-icons ul li {
    padding: 10px 5px !important;
}
    .platform .container {
        padding: 5rem 20px;
        background-position: left;
    }

    .platform h2 {
        font-size: 36px;
    }

    .well-head h2 {
        font-size: 32px;
    }

    .project-head {
        padding-bottom: 20px;
    }

    .experiential-home-img {
        margin: 15px 0;
    }

    .ai-head {
        font-size: 36px;
    }

    .ai-img {
        margin: 12px 0;
    }

    .dress-result {
        margin: 12px 0;
    }

    .beautifier img {
        margin: 10px 0;
    }

    .photo-video img {
        margin: 10px 0;
    }

    .data .number {
        text-align: center !important;
        margin: 12px 0;
    }

    .project-result .result-img {
        margin: 10px 0;
    }

    .project-relate {
        margin: 10px 0;
    }

    .project-sub-detail {
        margin: 15px 0;
    }

    .product-sec .img-head {
        /*top: 45%;*/
        /*left: 20%;*/
        font-size: 2.5rem;
    }

    .tech-nav {
        padding: 0 !important;
    }

    .navbar .container-fluid {
        padding: 0 15px !important;
    }
    .overlay-menu {
    padding-top: 70px;
    justify-content: flex-start;
    align-items: flex-start;
}
.close-btn {
    right: 33px;
}
.intercom-lightweight-app-launcher{
    bottom:50px !important;
    right:40px;
}
.overlay-menu a {
    font-size: 26px;
}

.tech-head{
    padding-bottom:0px !important;
}

}

#left-arrow,
#right-arrow {
    font-size: 18px;
    border: 1px solid gray;
    color: black;
    background-color: transparent;
    padding: 6px 0px;
    max-width: 120px;
}

#left-arrow {
    border-right: none;
}

#right-arrow {
    border-left: none;
    margin-left: -4px;
}

    #left-arrow.active,
    #right-arrow.active {
        background: linear-gradient(45deg, #D20035, #D76639);
        color: white;
    }

#left-arrow,
#right-arrow {
    border-radius: 0;
}

#left-arrow {
    border-right: 1px solid black;
}

.contact-form .custom-input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 0px;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    margin-top: 0;
}

    .contact-form .custom-input option {
        color: #000 !important;
    }

    .contact-form .custom-input::placeholder {
        color: white;
    }

    .contact-form .custom-input:focus {
        outline: none;
        box-shadow: none;
        border-bottom: 1px solid #000;
    }

.contact-form .custom-select {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    max-height: 400px;
    overflow-y: auto;
}

    .contact-form .custom-select option {
        color: black;
    }


.contact-form h2 {
    color: white;
    text-align: left;
    margin-bottom: 10px;
}
.location-para p{
    font-size:18px;
}
.term h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 10px 0;
}

.term p {
    font-size: 20px;
    margin: 5px 0;
}

.term li {
    font-size: 20px;
    margin: 5px 0;
}

.game-video video {
    max-height: 250px; /* Control the height */
    object-fit: cover; /* Ensure video maintains aspect ratio */
    width: 100%;
    transition: transform 0.3s ease; /* Smooth transition effect */
    cursor: pointer; /* Pointer cursor to indicate clickability */
}

    .game-video video:hover {
        transform: scale(1.05); /* Slight zoom effect on hover */
    }

/* Style for the modal video */
.modal-body video {
    max-height: 400px; /* Larger height for modal video */
    object-fit: cover;
    width: 100%;
}

    /* Ensure modal video is not affected by hover */
    .modal-body video:hover {
        transform: none;
    }

.modal-inputs input, .modal-inputs textarea {
    width: 100%;
    border-radius: 6px;
    padding: 12px;
    max-width: 430px;
}

.modal-inputs .btn {
    margin-top: 7px;
    padding: 12px 30px;
    background: linear-gradient(45deg, #D20035, #D76639);
    color: white;
    border: none;
    /*border-radius: 14px;  */
    cursor: pointer;
}
.for-mobile {
    display:none;
}
.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #E15962 !important;
    
}
.accordion-button:focus {
    box-shadow: 0 0 5px 0 #808080a8 !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('/assets/default/media/down-arrow.png')!important ;
}
 
.social-icons ul{
    list-style:none;
    padding-left:0px !important;
    
}
 
.footer li{
    padding:8px 0;
    text-align:center;
}
.copy-right-ul{
    list-style:none;
    padding-left:0px !important;
    margin-top:20px;
}
@media only screen and (max-width:1400px){
 .footer a {
    
    font-size: 13px !important;
 
}   
.copy-term{
      font-size: 13px !important;
}
}
@media only screen and (min-width:1600px) and (max-width:2400px){
    .slider {
    height: 750px !important;
    }
    .slide {
    flex: 0 0 390px;
}
.slide img {
    height: 590px;
}
}
