 @font-face {
    font-family: 'DMSans';
    src: url('../fonts/DMSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'DMSans', sans-serif;

}
        body {
            background-color: #000;
            color: #fff;
        }
        body p{
            font-size: 17px;
        }
        .navbar {
            position: absolute;
            width: 100%;
            background: transparent;
            z-index: 10;
            border-radius: 12px
        }
.navbar-brand, .nav-link {
    color: #fff ;
    text-transform: uppercase;
    margin: 0px 20px;
    padding: 15px 0px;
}
/*        .active-nav  {
            color: #ff5036 !important;
            border-bottom: solid 5px;
        }*/
        .owl-carousel .item img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }
        .owl-nav button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.5) !important;
            color: #fff !important;
            border: none;
            font-size: 24px;
            padding: 10px 15px;
            cursor: pointer;
        }
        .owl-nav .owl-prev {
            left: 10px;
        }
        .owl-nav .owl-next {
            right: 10px;
        }
.hero-overlay {
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 5;
    width: 100%;
/*    background-image: linear-gradient(#21252900, #000000ba);*/
    padding-bottom: 179px;
}
        .mt-7{
            margin: 5rem 0rem;
        }
        .navbar-nav {
            background: #212121;
            font-size: 16px;
            font-weight: 100;
        }
        .image-container {
            position: relative;
            display: inline-block;
            width: 100%;
            border-radius: 10px;
            padding: 15px;
        }
        
        .image-container img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 10px;
        }

        .image-info {
            position: absolute;
            bottom: 15px;
            left: 0;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 10px;
            color: white;
            font-size: 18px;
            font-weight: bold;
        }

        .info-line {
            position: absolute;
            bottom: 10px;
            left: 10px;
            width: calc(100% - 20px);
            height: 2px;
            background-color: white;
        }

                .new-nav .navbar {
            position: absolute;
            width: 100%;
            background: transparent;
            z-index: 10;
        }
        .new-nav .navbar-brand, .nav-link {
/*            color: #fff !important;*/
            font-weight: bold;
            text-transform: none;
        }
.new-nav .nav-link:hover {
    /* color: #f39c12 !important; */
    background: #FE0F17 !important;
        padding: 12px 10px;
}
        .gallery-img {
            width: 100%;
            height: auto;
            border-radius: 5px;
        }
        .gallery-item {
            display: none;
        }
        .show {
            display: block;
        }
        .section-title {
            font-size: 2rem;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 20px;
        }
        .new-nav .nav-item .nav-link{
            background: none;
        }
/*        .new-nav .nav-pills .nav-link.active, .nav-pills .show>.nav-link {*/
    .new-nav .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #212121;
    padding: 12px 10px;
    background: #FE0F17;
/*}*/
}
        @font-face {
    font-family: 'SpaceGrotesk';
    src: url('../fonts/SpaceGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/*@font-face {
    font-family: 'SpaceGrotesk';
    src: url('/fonts/SpaceGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SpaceGrotesk';
    src: url('/fonts/SpaceGrotesk-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}*/

/* Apply to Titles */
h1, h2, h3 {
    font-family: 'SpaceGrotesk', sans-serif;
    font-weight: 700; /* Bold */
}

h4, h5 {
    font-family: 'SpaceGrotesk', sans-serif;
    font-weight: 400; /* Regular */
}

h6 {
    font-family: 'SpaceGrotesk', sans-serif;
    font-weight: 300; /* Light */
}
.titlemain{
    font-size: 4rem;
    font-weight: normal;
}

.client-carousel .owl-carousel .owl-item {
   padding: 5px 25px;
}

.client-carousel .owl-carousel{
   background-color: #fff;
   border-radius: 15px;
}



.border-bottom{
        border-bottom: solid 1px;
}
.oneP {
    position: absolute;
    top: 11rem;
    left: 10rem;
    animation: float 3s ease-in-out infinite;
    height: 100px;
        }

       
.twoP {
    position: absolute;
    top: -3rem;
    right: 12rem;
    animation: float 3s ease-in-out infinite;
    height: 100px;


}
        .threeP {
        position: absolute;
        top: 25rem;
        right: 12rem;
        animation: float 3s ease-in-out infinite;
        height: 100px;
        }
        .customBg img{
             height: 100px;
        }
.custom-btn {
    border-radius: 20px;
    padding: 8px 15px;
    background: #000;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: max-content;
    color: #fff;
    min-width: 250px;
    border: solid;
}

.custom-btn i {
    margin-left: auto;
    margin-left: 3rem;
    color: #FE0F17;
}
        /*#ff5036*/
 @keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-20px);
            }

            100% {
                transform: translateY(0);
            }
        }
       
       .social-icons {
    list-style: none;
    display: flex;
    justify-content: right; /* Centers the icons */
    gap: 15px; /* Space between icons */
    padding: 0;
}

.social-icons li {
    display: inline-block;
}

.social-icons a {
    text-decoration: none;
    font-size: 24px; /* Icon size */
    color: #333; /* Default color */
    transition: color 0.3s ease-in-out;
}

.social-icons a:hover {
    color: red; /* Change color on hover */
}

.hero-overlay-new {
position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #fff;
    z-index: 5;
    width: 100%;
}
.studio-h2{
    font-size: 45px!important;
    font-weight: 100!important;
}
.studioDivs {
    background: #1c1c1c;
    padding: 25px;
    border-radius: 15px;
    color: white; /* Ensures text is readable */
}
.studioDivs p {
    font-size: 14px;
    margin-bottom: 2rem;
}
.studioDivs i{font-size: 2rem;float: right;}
.studioDivs h4 {
    display: inline;
    margin-right: 5rem;
    text-transform: uppercase;
    font-size: 19px;
    color: #565151;
    margin-top: 1rem;
}

        .values-section {
            padding: 50px 0;
        }
        .values-heading {
            font-family: 'DMSans'!important;
            font-size: 24px;
            font-weight: bold;
            text-transform: uppercase;
            border-bottom: 2px solid white;
            display: inline-block;
             background: #fff;
                display: inline;
                padding: 10px 35px 0px 0px;
                color: #000;
                margin-bottom: 0rem !important;
        }
        .value-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            /*padding: 20px;*/
                width: 500px;
    margin-left: auto;
    margin-right: auto;
            /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
        }
        .value-text {
            flex: 1;
        }
        .value-title {
            font-size: 30px;
        }
        .value-description {
            font-size: 16px;
            opacity: 0.8;
        }
        .value-icon {
            font-size: 40px;
            color: white;
            background: rgba(255, 255, 255, 0.1);
            padding: 20px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 80px;
            height: 80px;
        }
        .active-nav a {
    color: #FE0F17;
}
.nav-link:focus, .nav-link:hover{
    color: #FE0F17;
}
.new-nav .nav-item .nav-link:hover{
    color: #fff;
}
.logo{
    height: 35px
}
.studio-header-text{
    background: #fff;
    display: inline;
    padding: 10px 10px 0px 0px;
    color: #000;
    margin-bottom: 0rem !important;
}
.studioh3 {
    font-weight: 100;
    font-size: 2rem;
    margin-top: 5rem;
}
.menu-round{
    border-radius: 15px;
}
.services-list{
    list-style: none;
}
.services-list li{
    margin: 2rem 0px;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2)*/
}
/*.value-item-inside{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}*/
.contact-section {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    height: 80vh; /* Full viewport height */
    text-align: center;
    color: white;
}

.contact-content {
    max-width: 600px; /* Restricts width for better readability */
}

.contact-section a,.custom-a a {
    color: #2a9df4!important;
    text-decoration: none !important;
}

.careers {
    margin-top: -30px;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2)*/
}
.footer-p {
    font-size: 14px !important;
    color: #ccd!important;
}
.mt-10{
    margin-top: 10rem!important;
}
.value-icon img {
    height: 80px;
}
.cta-btn a {
     color: none!important; 
     text-decoration: none!important; 
}
.contact-content h2{
    font-size: 3rem !important;
    font-weight: 100!important;
}
.explore-btn {
    text-align: right;
    width: 150px;
    float: right;
    background: white;
    color: black;
}
.explore-btn:hover{
    background:#FE0F17 !important
}
.text-right{
    text-align: right!important;
}
.hero-new-text{
        background: black;
    display: inline-block;
    padding: 10px 20px 0px 0px;
    font-family: 'DMSans';
}
.cff{
    font-family: 'DMSans'!important;
}
.std-img{
    max-width: 100%;
    width: 100%;
    height: 700px;
}
.gallery-img:hover::after {
    content: "Click to play";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}
.gallery-img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer; /* Default pointer cursor */
}

