/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('assets/century-gothic-font/CenturyGothic.ttf') format('truetype'); /* Adjust the path as necessary */
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');
        
.netflix-watch-button {
display: inline-block;
padding: 12px 24px;
background-color: #e50914; /* Netflix red */
color: white;
text-decoration: none;
font-family: Arial, sans-serif;
font-weight: bold;
border-radius: 4px;
transition: background-color 0.3s;
}

.netflix-watch-button:hover {
background-color: #f40612; /* Slightly brighter red on hover */
text-decoration: none;
color: white;
transform: translateY(-2px);
}

.prime-video-full-button {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(135deg, #00A8E1 0%, #1F2D3D 100%);
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 168, 225, 0.25);
    color: white;
    font-family: Arial, sans-serif;
    font-weight: bold;

  }
  
  .prime-video-full-button:hover {
    background: linear-gradient(135deg, #0095C7 0%, #182532 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 168, 225, 0.35);
    text-decoration: none;
    color: white;
  }
  
  .fi img{
    width: 190.5px;
    height: 127px;    
  }

body {
    background-color: #0C0C0C;
    color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}
  
.navbar-toggler {
    padding: 0 !important; 
}

#google_translate_element select {
    width: 227px; 
    padding: 5px 15px 5px 15px;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Navbar */

/* Navbar */
/* Navbar */
.navbarr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
    position: relative;
}

.navbarr2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    background: #FFFFFF;
    position: relative;
}

/* Adjusting the left and right navigation */
.navbarr .nav-links {
    display: flex;
    list-style: none;
    gap: 37px; /* Controls the space between nav items */
    align-items: center;
}

.navbarr .nav-links li a {
    color: #0C0C0C;
    height: 13px;
    font-weight: 500;
}

.navbarr2 .nav-links {
    display: flex;
    list-style: none;
    gap: 37px; /* Controls the space between nav items */
    align-items: center;
}

.navbarr2 .nav-links li a {
    color: #111;
    height: 13px;
    font-weight: 500;
}

.navbarr .nav-links li a:hover {
    color: #EFCA00;
    text-decoration: none;
}

.navbarr2 .nav-links li a:hover {
    color: #EFCA00;
    text-decoration: none;
}

.nav-linkk.active {
    color: #EFCA00 !important;
    font-weight: bold;
  }


/* Left and right nav flex adjustments */
 .right-nav {
    display: flex;
    flex: 1;
}
.left-nav {
    display: flex;
    justify-content:right ;
    margin-left: 0;
    flex: 1;
}

/* Reduced space by removing flex-grow */

/* Center the logo with slight adjustments */
.navbarr .logo img{
    width: 90px;
    display: flex;
    justify-content: center;
    margin:0 80px; /* Adjust this to control the space between logo and nav */

}

.navbarr .lang-switch {
    color: #fff;
    cursor: pointer;
}


.navbarr2 .logo img{
    width: 80px;
    display: flex;
    justify-content: center;
    margin:0 80px; /* Adjust this to control the space between logo and nav */

}

.navbarr2 .lang-switch {
    color: #fff;
    cursor: pointer;
}


/* Hero Section */
.hero {
    text-align: center;
    padding: 80px 90px;
    background-color: #ffffff;
    height: 80vh;
}

.hero2 {
    text-align: center;
    padding: 40px 90px;
    background: #ffffff;
    height: auto;
}

.hero h1 {
    font-family: 'Open Sans';
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #0C0C0C;
}

.hero2 h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    font-style: open sans;
    font-weight:700;
    line-height: 72px;
    text-align:center;
    letter-spacing: -4%;
}


.hero p {
    font-size: 18px;
    margin-bottom: 10px;
    font-style: century gothic;
    font-weight:400;
    font-size:16px;
    text-align:center;
    color: #0C0C0C;
}

.hero2 p {
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
}


.shadow {
    /* Example text styles */
    font-size: 60px; /* Adjust as needed */
    color: #fff; /* Text color */
    background: linear-gradient(90deg, #44BCFF -0.55%, #44B0FF 22.86%, #FF44EC 48.36%, #FF44EC 73.33%, #FF675E 99.34%);
    background-clip: text; /* Clips the background to the text */
    -webkit-background-clip: text; /* For Safari compatibility */
    text-fill-color: transparent; /* For Safari compatibility */
    
    /* Text Shadow */
    text-shadow: 
        0 0 20px rgba(68, 188, 255, 0.6), /* Light blue shadow */
        0 0 30px rgba(68, 176, 255, 0.6), /* Medium blue shadow */
        0 0 40px rgba(255, 68, 236, 0.6), /* Pink shadow */
        0 0 50px rgba(255, 103, 94, 0.6); /* Light red shadow */
}

.cta-buttons .btnn{
    width:222px;
    height:50px;
    display: inline-block;
    border-radius: 10px ;
    opacity: 0px;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;
}


.explore-btn {
    background-color: #fbd23c;
    color: #000;
    font-weight: 700;
    padding: 13px;
}

.explore-btn:hover {
    color: #fff;
    font-weight: 700;
    padding: 11px;
    background-color: #000;
    border: 2px solid #000 !important;
}


.book-btn {
    border: 2px solid #fbd23c !important;
    background-color: transparent;
    color: #000;
    padding: 11px;
    font-weight: 700;
}

.book-btn:hover {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 11px;
}

/* storyteller Section */
.storyteller{
    display: flex;
    height: 100vh;
    padding: 80px 20px;
    align-items: center;
}

.move{
    display: flex;
    align-items: center;
}

.cube{
    background-color: #fafafa;
    width: 359px;
    height: 310px;
    border-radius: 20px;
    margin-left: 50px;
}

.cube img {
    max-width: 100%; /* Ensure image fits within the cube */
    max-height: 100%; /* Ensure image fits within the cube */
    object-fit: cover; /* Maintain aspect ratio and cover the container */
}

.move2{
    width: 582px;
    height: 458px;
    gap: 28px;
    margin-right: 150px;
}

.storyteller .btnn {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    height:50px;
    width: 260px;
    border-radius: 10px;
    padding: 11px;
}

.storyteller h1{
    font-family: Open Sans;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #0F172A;
}

.storyteller p{
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;    
    color: #4B5262;
}

.storyteller .red{
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: left;
}

/* Projects Section */
.projects {
    height: auto;
    padding: 50px 10px;
    background-color: #F5F5F5;
}

.projects h1{
    font-family: Open Sans;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: center;    
    color: #0F172A;
}

.projects p{
    font-family: Century Gothic;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #18181B;

}

 .title{
    width: 54;
    height: 22;
    border-radius: 16px;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    background-color: #F5F5F5;
}

.title .year{
    font-family: Century Gothic;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

.title .watch{
    font-family: Century Gothic;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}


.title{
    font-family: Century Gothic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    color: #414651;
}

.grid-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 130px;
    grid-gap: 15px;
    grid-auto-flow: dense;
}


.grid-container img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
 }

.horizontal{
    grid-row: span 2;
    position: relative; /* Set relative positioning so the layover can be positioned inside */
}
.vertical {
    grid-row: span 1;
    position: relative; /* Set relative positioning so the layover can be positioned inside */
}
.big {
    grid-column: span 1;
    grid-row: span 3;
    position: relative; /* Set relative positioning so the layover can be positioned inside */
    display: inline-block;
}

.last {
    grid-row: span 1;
    position: relative; /* Set relative positioning so the layover can be positioned inside */
}

.big2 {
    grid-column: span 1;
    grid-row: span 3;
    position: relative; /* Set relative positioning so the layover can be positioned inside */
    display: inline-block;
}


.layover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; /* Align to the bottom of the .big container */
    height: 40%; /* Set a fixed height for the overlay */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); /* Gradient from opaque to transparent */
    color: white; /* Text color */
    display: flex; /* Flexbox to align items */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center horizontally */
    justify-content: end; /* Center vertically */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s; /* Smooth transition effect */
    width: 100%; /* Make the layover span the entire width */
    color: #fff; /* Text color */
    box-sizing: border-box; /* Include padding in element width */
    border-radius: 20px;
}

.layover2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; /* Align to the bottom of the .big container */
    height: auto; /* Set a fixed height for the overlay */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); /* Gradient from opaque to transparent */
    color: white; /* Text color */
    display: flex; /* Flexbox to align items */
    flex-direction: column; /* Stack items vertically */
    align-items: left; /* Center horizontally */
    justify-content: end; /* Center vertically */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s; /* Smooth transition effect */
    width: 100%; /* Make the layover span the entire width */
    color: #fff; /* Text color */
    box-sizing: border-box; /* Include padding in element width */
    border-radius: 20px;
}


.big:hover .layover {
    opacity: 1; /* Show on hover */
}


.horizontal:hover .layover {
    opacity: 1; /* Show on hover */
}

.vertical:hover .layover2 {
    opacity: 1; /* Show on hover */
}

.last:hover .layover2 {
    opacity: 1; /* Show on hover */
}

.big2:hover .layover2 {
    opacity: 1; /* Show on hover */
}




.layover p {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #FFFFFF;
}

.layover small {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #D4D4D8;
}

.layover2 small{
    font-family: Century Gothic;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #FFFFFF;
}

.layover .play{
    width: 58px;
    height: 58px;
    top: 708px;
    left: 304px;
    gap: 0px;
    border: 2px 0px 0px 0px;
    opacity: 0px;
    border: 2px solid #FFFFFF;
    background-color: transparent;
    border-radius: 20px;
}

.layover2 i{
    width: 20px;
    height: 20px;
    top: 7px;
    left: 7px;
    gap: 0px;
    border: 2px 0px 0px 0px;
    opacity: 0px;
    color: #FFFFFF;
    font-size: 20px;
}

.layover .play-icon {
    color: #000; /* Change the color of the icon */
    opacity: 0.8; /* Adjust the icon opacity */
    font-size: 24px; /* Set the icon size */
    transition: opacity 0.3s; /* Smooth transition for hover effect */
    color:  #FFFFFF;
}

.project-card {
    width: 200px;
    text-align: center;
}

.project-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.button{
    display: flex;
    justify-content: center;
}

.view-projects-btn {
    margin-top: 30px;
    border: 2px solid #000;
    background-color: transparent;
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
    height:50px;
    width: 261px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    color: #000;
}


/* Clients Section */


.clients {
    position: relative;
    padding: 50px 0;
    text-align: center;
    background-color: #fffbea;
    display: flex;
    align-items: center;
}

.logo-wrapper {
    position: relative;
    width: 100%; /* 70% of the client's section */
    margin: 0 auto; /* Center the logo wrapper */
    overflow: hidden; /* Hide logos outside the wrapper */
}

.client-logos {
    display: flex; /* Horizontal alignment of the logos */
    align-items: center;
    justify-content: space-between;
    width: max-content; /* Allow the container to be as wide as necessary */
    animation: loop 100s linear infinite; /* Continuous sliding animation */
    height: 20vh;

}

.client-logos:hover {
    animation-play-state: paused; /* Pause the animation on hover */
}

.client-logos img {
    flex-shrink: 0; /* Prevent the logos from shrinking */
    width: 140px; /* Adjust based on your logo size */
    margin: 0 20px; /* Add some space between the logos */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Optional hover effect */
}

.client-logos img:hover {
    transform: scale(1.1); /* Zoom on hover */
    opacity: 1; /* Full opacity on hover */
}

.logo-wrapper::before,
.logo-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 2%; /* Width of the blurred edges */
    height: 100%;
    z-index: 1; /* Behind the content */
}

.logo-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #fffbea, rgba(255, 255, 255, 0)); /* Left blur */
}

.logo-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #fffbea, rgba(255, 255, 255, 0)); /* Right blur */
}
/* Keyframes for the infinite loop animation */
@keyframes loop {
    0% {
        transform: translateX(0); /* Start from the first logo */
    }
    100% {
        transform: translateX(-50%); /* Move the logos halfway (duplicated logos) */
    }
}


.clients h4 {
   font-family: century gothic;
   color: #111 !important;
   font-weight: 700;
   font-size: 20px;
   line-height: 34px;
}


/* Newsletter Section */
.newsletter {
    height: auto;
    padding: 50px 20px;
    text-align: center;
    background-color: #fff;
}

.newsletter .car {
    
    background-image: url('bg (1).png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 50vh;
    width:auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
}

.newsletter h1 {
    font-family: open sans;
    font-weight: 700;
    color: #fafafa !important;
    
}

.ca {
 position: absolute;
 left: 20%;
 right: 20%;
 margin-top: 50px;
}

.newsletter form input {
    padding: 10px;
    border: none;
    width: 320px;
    margin-top: 30px;
    padding: 10px 20px;
    border: 2px solid #000;
    height:50px;
    border-radius: 10px;
}

.newsletter form a {
    background-color: #fbd23c;
    color: #000;
    padding: 16px;
    font-weight: 700;
    height:50px;
    width: 211px;
    border-radius: 10px;
    margin-top: 5px;
    padding: 10px 20px;
    margin-left: 20px;


}

/* Footer */
footer {
    background: #F5F5F5;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer{
    padding: 50px 20px;
    color: #fff;
    height:60vh;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-links ul,
.footer-help ul {
    list-style: none;
    color: #4B5262;
    z-index: 2;

}

.social-icon {
    display: inline-flex; /* Align icons inline and center them */
    justify-content: center; /* Horizontally center the icon */
    align-items: center; /* Vertically center the icon */
    width: 40px; /* Circle width */
    height: 40px; /* Circle height */
    border: 1px solid #ccc; /* 1px border around the circle */
    border-radius: 50%; /* Makes it a perfect circle */
    background-color: transparent; /* Transparent background */
    margin-right: 10px; /* Space between icons */
    transition: background-color 0.3s ease; /* Optional hover effect */
    position: relative;
    z-index: 2;
}

.social-icon i {
    color: #000; /* Color of the icon */
    font-size: 18px; /* Icon size */
}

.footer .social-icon:hover {
    background-color: #C70039; /* Optional hover background effect */
    color: #FFFFFF !important;
    text-decoration: none;
}

.footer .social-icon:hover i{
    color: #FFFFFF !important;
}



.footer-links ul li a,
.footer-help ul li a{
    color: #4B5262;
    font-weight: 700;
    font-size: 16px;
    font-family: century gothic;
    line-height: 38px;
    z-index: 2;
    position: relative;

}

.footer-links p,
.footer-help p{
    color: #4B5262;
    font-weight: 400;
    font-size: 13px;
    font-family: century gothic;
    font-style: italic;
    line-height: 18px;
    letter-spacing: 1px;
}

.footer-image {
    position: absolute;
    left: 0;  /* Keep the image aligned to the left */
    bottom: 0;  /* Stick the image to the bottom of the footer */
    width: 100%;  /* Let the image width adjust to the screen size */
    max-width: 765px;  /* Optional: Set a maximum width to prevent it from becoming too large on big screens */
    height: auto;  /* Maintain the aspect ratio */
    z-index: 1;
}


.company-info p{
    color: #4B5262;
    font-weight: 400;
    font-size: 14px;
    font-family: century gothic;
    padding: 0;
}

.footer-language p{
    color: #4B5262;
    font-weight: 700;
    font-size: 14px;
    font-family: century gothic;
    padding: 0;
}


.footer-bottom {
    text-align: center;
    padding-top: 0;
    border-top: 1px solid #333;
    background: #111;
    margin-bottom: 0;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Projects */

.nav-fil{
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-fill{
    background: #FFFFFF;
    border-radius: 50px;
    height: 48px;
    margin-top: 0;
    width: 798px;
}

.nav-fill li a{
    color: #000000;
    font-family: century gothic;
    font-weight: 400;
    font-size: 13px;
    line-height: 32px;
    gap: 30px;
    margin: 0;
}


.nav-fill .active{
    background: #FDFAE6 !important;
    color: #EFCA00 !important;
    display: inline-flex;
    border-radius: 70px !important;
    padding: 3px 10px 3px 10px;
    margin-top: 5px;
}

.horiz{
    position: relative;
}
.horiz img{
   width: auto ;
   border-radius: 20px;
   gap: 30px;
   height: auto;
}

.horiz:hover .layover2 {
    opacity: 1; /* Show on hover */
}

.horiz .layover2 small{
    font-family: Century Gothic;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #FFFFFF;
}

.horiz .layover2 .play{
    width: 58px;
    height: 58px;
    top: 708px;
    left: 304px;
    gap: 0px;
    border: 2px 0px 0px 0px;
    opacity: 0px;
    border: 2px solid #FFFFFF;
    background-color: transparent;
    border-radius: 20px;
}

.horiz .layover2 i{
    width: 20px;
    height: 20px;
    top: 7px;
    left: 7px;
    gap: 0px;
    border: 2px 0px 0px 0px;
    opacity: 0px;
    color: #FFFFFF;
    font-size: 20px;
}

.horiz .layover2 .play-icon {
    color: #000; /* Change the color of the icon */
    opacity: 0.8; /* Adjust the icon opacity */
    font-size: 24px; /* Set the icon size */
    transition: opacity 0.3s; /* Smooth transition for hover effect */
    color:  #FFFFFF;
}


.jumbo{
    background: #F5F5F5;
    padding: 80px 20px;
    border-bottom: 1px solid white;
}

.tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transform: translateX(100px); /* Adjust the distance of sliding */
}

.tab-pane.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
}


/*.main img{
    width: 394px;
    height: 325.45px;
    gap: 0px;
    border-radius: 20px 0px 0px 0px;
    opacity: 0px;
} */


/* about */

.hero3 {
    text-align: center;
    background: #FFFFFF;
    height: auto;
}

.hero3 h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    font-style: open sans;
    font-weight:700;
    line-height: 72px;
    text-align:left;
    letter-spacing: -4%;
    color: #0F172A;

}

.hero3 h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-style: Open Sans;
    font-weight:700;
    line-height: 48px;
    text-align:left;
    letter-spacing: -4%;
    color: #0F172A;
    letter-spacing: -2%;
}


.hero3 p {
    font-size: 16px;
    margin-bottom: 10px;
    font-style: 'Century Gothic';
    font-weight:400;
    text-align:left;
    line-height: 25.6px;
    color: #4B5262;
}

/* services */

.body h2{
    font-family: 'Open sans';
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -2%;
    color: #0F172A;
}

.body h3{
    font-family: 'Open sans';
    font-weight: 700;
    font-size: 40px;
    line-height: 72px;
    letter-spacing: -2%;
}


.body p{
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #4B5262;
}

.body{
    display: flex;
    height: auto;
    align-items: center;
}
.body a{
    text-align: center;
    text-decoration: none;
}

.body .btnn {
    padding: 10px 49px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    height:44px;
    width: 202px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.services{
    display: flex;
    height: auto;
    padding: 20px 20px;
    align-items: center;
    background: #FFFFFF;	;

}

.services h2{
    font-family: 'Open sans';
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    color: #101828;
    text-align: center;
}
.offers{
    margin-top: 0;
}

.card-body .h7{
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
}

.con {
    position: relative; /* Establish stacking context */
}

.heading {
    background-color: #F8E996; /* Background color for heading */
    position: absolute; /* Positioned absolutely */
    height: 17px; /* Height of the heading */
    top: 15px; /* Position it at the top of the container */
    left: 0; /* Align it to the left */
    right: 0; /* Ensure it stretches to the right */
    z-index: -1; /* Lower z-index */
}



  .roww {
    position: relative; /* Positioned relative to stack above */
    z-index: 2; /* Higher z-index */
    color: black; /* Text color */
    display: inline-block; /* Display as block to stretch the full width */
    padding: 0 2px; /* Optional padding */
  }

  .card-text{
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
  }

.read{
    position: relative;
}

.read:hover .hov {
    opacity: 1; /* Show on hover */
}

.hov {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; /* Align to the bottom of the .big container */
    height: 100%; /* Set a fixed height for the overlay */
    color: white; /* Text color */
    display: flex; /* Flexbox to align items */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center horizontally */
    justify-content: center; /* Center vertically */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s; /* Smooth transition effect */
    width: 100%; /* Make the layover span the entire width */
    color: #fff; /* Text color */
    box-sizing: border-box; /* Include padding in element width */
}


.read .btnn{
    width: 186px;
    height: 44px;
    border-radius: 8px;
    opacity: 0px;
}

.read a{
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    background: #0C0C0C;
    color: #fff;
    padding: 8px;
    text-decoration: none;
}

.image-con {
    width: 307px;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .image-con img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1; /* Make the image fully visible */
  }

  .image-con2 {
    width: 346px;
    height: 339px;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .image-con2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 1; /* Make the image fully visible */
    border-radius: 20px;
  }


/* press-release */

.press{
    height: auto;
}


.press .btnn{
    background: #0C0C0C;
    width: 186px;
    height: 44px;
    border-radius: 8px;
    color:  #FFFFFF;
    font-family: 'Century Gothic';
    font-weight: 700px;
    font-size: 16px;
    line-height: 28px;
}

.press .search{
    width: 339px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #ECECEC;
    font-family: 'Century Gothic';
    font-weight: 400px;
    font-size: 14px;
    line-height: 17px;
}

.news .card{
    width: auto; 
    height: 496px; 
    border: none; 
}

.news h5{
    font-family: 'Century Gothic';
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-decoration: underline;
}

.news p{
    color: #6D6D6D;
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}


.news .social-icon {
    display: inline-flex; /* Align icons inline and center them */
    justify-content: center; /* Horizontally center the icon */
    align-items: center; /* Vertically center the icon */
    width: 50px; /* Circle width */
    height: 50px; /* Circle height */
    border: 1px solid #ccc; /* 1px border around the circle */
    border-radius: 50%; /* Makes it a perfect circle */
    background-color: transparent; /* Transparent background */
    margin-right: 10px; /* Space between icons */
    transition: background-color 0.3s ease; /* Optional hover effect */
    box-shadow: 0px 2px 10px 0px #00000040;

}


.news .card-body.no-padding {
    padding: 0; /* Removes all padding inside the card body */
}

.news .card-body h5 {
    padding-left: 0; /* Removes padding from the title */
    margin-right: 10px; /* Optional: adjust the gap between the title and icon */
    margin-top: 16px;
}

.news .card-body p {
    padding-left: 0;
    padding-right: 0;
}

.news .social-icon {
    margin-right: 0;
}

.news .date{
    font-family: 'Century Gothic', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #A8A8A8;
    margin-top: 14px;
}

.news .tag{
    width: 145px;
    height: 24px;
    gap: 0px;
    opacity: 0px;
    padding: 2px 10px 5px 10px;
    gap: 0px;
    border-radius: 16px ;
    opacity: 0px;
    background: #E6EFF9;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #007AFF;
    margin-top: 14px;
}

.news .button{
    width: 186px;
    height: 44px;
    top: 1797px;
    left: 627px;
    gap: 10px;
    border-radius: 8px ;
    border: 1px 0px 0px 0px;
    opacity: 0px;
    display: flex;
    align-items: center;
}

.news .butt{
    display: flex;
    justify-content: center;
}

.news .mid{
    display: flex;
    justify-content: center;
}


/* contact-us */
.body .form{
    width: auto;
    height: auto;
    gap: 0px;
    border-radius: 4px 0px 0px 0px;
    opacity: 0px;
    box-shadow: 1px 1px 40px -10px #00000040;
    color: #181818;

}

.contact h1{
    font-family: 'Open Sans';
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #0F172A;
}

.contact p{
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #4B5262;
}

.contact label{
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #181818;
}
.contact .form-control::placeholder {
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #667085;
}

.contact .custom-select option[selected] {
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #667085;
}

.contact .btnn{
    width: Fixed (186px)px;
    height: Fixed (44px)px;
    padding: 5px ;
    gap: 10px;
    border-radius: 8px;
    opacity: 0px;
    background: #0C0C0C;
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}

.contact .header{
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #C70039;
}

.contact .bottom{
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #272727;
}

.contact2 iframe {
    width: 100% !important; /* Make the iframe fill the width of the parent container */
    height: 408px !important; /* Adjust height as per your design */
    top: 68px;
    left: 0; /* Remove unnecessary left margin */
    gap: 0; /* No gap needed */
    opacity: 1; /* Set opacity to make it visible */
    border: none; /* Optional: remove iframe borders */
    max-width: 100%; /* Ensure it does not exceed the parent container */
    box-sizing: border-box; /* To include padding and borders in the element's total width and height */
}




/* Scroll to Top Button */
#scrollToTopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    bottom: 20px; /* 20px from the bottom */
    right: 30px; /* 30px from the right */
    z-index: 99; /* Make sure it stays on top */
    border: none; /* No border */
    outline: none; /* No outline */
    background: #FFFFFF;
    color: #0C0C0C; /* Text color */
    cursor: pointer; /* Pointer cursor */
    border-radius: 100px; /* Rounded button */
    font-size: 18px; /* Icon size */
    transition: opacity 0.3s; /* Smooth transition */
    width: 46px;
    height: 46px;
    box-shadow: 0px 4px 24px 1px #00000040;
    font-size: 20px;
  }
  
  #scrollToTopBtn:hover {
    background-color: #fbbf3d; /* Darker on hover */
  }
  .button i{
    font-size: 16px;
  }

  /* Project */
  .hero2 span{
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: bold;
    line-height: 22.4px;
    text-align: center;
    color: #7C7C7C;
    text-decoration: none;
  }

  .hero2 span a{
    text-decoration: none;
    font-weight: 700;
    color: #7C7C7C;
  }

  .video .award{
    display: flex;
    justify-content: center;
  }

  .video .blockquote{
    width: auto;
    height: 146px;
    top: 1593px;
    left: 340px;
    gap: 0px;
    opacity: 0px;
    background: #ECECEC;
    border-left: 3px solid #272727;
  }

  .blockquote p{
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #000000;
    padding: 20px;
  }

  hr{
    border: 1px solid #7C7C7C !important;
  }

  .video .img{
    display: flex;
    justify-content: center;
  }

  .video p{
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #000000;
  }

  .video .btnn{
    width: 186px;
    height: 44px;
    padding: 8px;
    gap: 10px;
    border-radius: 8px;
    opacity: 0px;
    background: #0C0C0C;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .video .span{
    width: 83px;
    height: 24px;
    padding: 2px 10px 2px 10px;
    gap: 0px;
    border-radius: 16px;
    opacity: 0px;
    background: #EEF4FF;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #3538CD;
  }

  .blockquote{
    width: auto;
    height: 146px;
    top: 1593px;
    left: 340px;
    gap: 0px;
    opacity: 0px;
    background: #ECECEC;
    border-left: 3px solid #272727;
  }

  .jaru{
    width: auto;
    height: 511px;
    opacity: 0px;
  }

  .jaru img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .video iframe{
    width: 688px;
    height: 480px;
    border-radius: 8px ;
    opacity: 0px;
  }

.sl{
    display: none;
}

.ll{
    display: block;
}


  
/* Responsive Styles */
@media (max-width: 1024px){
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    @font-face {
        font-family: 'Century Gothic';
        src: url('assets/century-gothic-font/CenturyGothic.ttf') format('truetype'); /* Adjust the path as necessary */
        font-weight: normal;
        font-style: normal;
    }  
    
    .navbarr {
        display: none;
    }

    .navbarr2 {
        display: none;
    }

    .navbar {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        background-color: #0C0C0C;
        position: relative;
        border: none !important;
    }

    .navbar img{
        width: 80px;
        display: flex;
        justify-content: start;
    
    }
    
    .navbar .lang-switch {
        color: #fff;
        cursor: pointer;
    }

    .navbar a{
        color: #fff !important; 
    }


    .navbar2 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background-color: #FFFFFF;
        position: relative;
        border: none !important;
    }

    .navbar2 img{
        width: 80px;
        display: flex;
        justify-content: start;
    
    }
    
    .navbar2 .lang-switch {
        color: #fff;
        cursor: pointer;
    }



    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.9);
        overflow-x: hidden;
        transition: 0.5s;
      }
      
      .overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
      }
      
      .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #818181;
        display: block;
        transition: 0.3s;
      }
      
      .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
      }
      
      .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
      }
    
      .hero {
        text-align: center;
        padding: 60px 30px;
        background-color: #ffffff;
        height: 50vh;
        width: auto;
        border: none !important;
    }

    .hero h1 {
        font-family: Open Sans;
        font-size: 40px;
        font-weight: 700;
        line-height: 56px;
        letter-spacing: -0.04em;
        text-align: center;
        color: #0C0C0C;
    }

    .hero p{
        font-family: Century Gothic;
        font-size: 16px;
        font-weight: 400;
        line-height: 25.6px;
        text-align: center;
        color: #FFFFFF;
    }

    .shadow {
        /* Example text styles */
        font-size: 40px; /* Adjust as needed */
        color: #fff; /* Text color */
        background: linear-gradient(90deg, #44BCFF -0.55%, #44B0FF 22.86%, #FF44EC 48.36%, #FF44EC 73.33%, #FF675E 99.34%);
        background-clip: text; /* Clips the background to the text */
        -webkit-background-clip: text; /* For Safari compatibility */
        text-fill-color: transparent; /* For Safari compatibility */
        
        /* Text Shadow */
        text-shadow: 
            0 0 20px rgba(68, 188, 255, 0.6), /* Light blue shadow */
            0 0 30px rgba(68, 176, 255, 0.6), /* Medium blue shadow */
            0 0 40px rgba(255, 68, 236, 0.6), /* Pink shadow */
            0 0 50px rgba(255, 103, 94, 0.6); /* Light red shadow */
    }

    .explore-btn {
        margin-bottom: 20px;
    }

    .storyteller{
        height: auto !important;
        width: auto;
        display: flex;
    }
    
    /* storyteller */
    .storyteller h1{
        font-family: Open Sans;
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        text-align: left;
        color: #0F172A;
        width: 100%;
    }

    .cube{
        background-color: #fafafa;
        width: auto;
        height: auto;
        border-radius: 20px;
        margin-left: 0;
    }
    
    .cube img {
        object-fit: cover; /* Maintain aspect ratio and cover the container */
    }
    
    .move2{
        width: auto;
        height: auto;
        gap: 28px;
        margin-right: 0;
    }

    .storyteller .red{
        font-family: Century Gothic;
        font-size: 14px;
        font-weight: 700;
        line-height: 25.6px;
        text-align: center;
        margin-top: 50px;
    }

    .storyteller p{
        font-family: Century Gothic;
        font-size: 16px;
        font-weight: 400;
        line-height: 25.6px;
        text-align: center;
    }

    .storyteller .btnn {
        padding: 10px 20px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        height:50px;
        width: 100%;
        border-radius: 10px;
    }
    
    .projects h1{
        font-family: Open Sans;
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: -0.02em;
        text-align: center;
    }

    .projects p{
        font-family: Century Gothic;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
    }

    .projects {
        height: auto;
        padding: 50px 10px;
        background-color: #fff;
    }


    .newsletter {
        height: auto;
        padding: 50px 20px;
        text-align: center;
        background-color: #fff;
    }
    
    .newsletter .car {
        
        background-image: url('bg (1).png');
        background-size: cover;
        background-repeat: no-repeat;
        height: auto;
        width:auto;
        border-radius: 20px;
        display: flex;
        justify-content: center;
    }
        
    .newsletter h1 {
        font-family: open sans;
        font-weight: 700;
        color: #fafafa !important;
        
    }
    
    .ca {
     position: absolute;
     left: 20%;
     right: 20%;
     margin-top: 50px;
    }
    
    .newsletter form input {
        padding: 10px;
        border: none;
        width: 320px !important;
        padding: 10px 20px;
        border: 2px solid #000;
        height:50px;
        border-radius: 10px;
    }
    
    .newsletter form a {
        background-color: #fbd23c;
        color: #000;
        font-weight: 700;
        height:50px;
        width: 211px !important;
        border-radius: 10px;
        padding: 10px 20px;
        margin-left: 20px
    }

    .projects p{
        font-family: Century Gothic;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
    }


    .hero2 {
        text-align: center;
        padding: 40px 20px;
        background: #FFFFFF;
        height: auto;
    }
    
    .horiz{
        position: relative;
    }
    
    .horiz img{
       width: auto;
       border-radius: 20px;
       gap: 50px;
       height: auto;
    }
    
    
    /* Footer */
    footer {
        background: #F5F5F5;
        color: #fff;
        position: relative;
        overflow: hidden;
    }
    
    .footer{
        padding: 50px 20px;
        color: #fff;
        height:auto;
}

  .video iframe{
    width: 688px;
    height: 480px;
    border-radius: 8px ;
    opacity: 0px;
  }

.sl{
    display: none;
}

.ll{
    display: block;
}


}

@media (max-width: 540px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    @font-face {
        font-family: 'Century Gothic';
        src: url('assets/century-gothic-font/CenturyGothic.ttf') format('truetype'); /* Adjust the path as necessary */
        font-weight: normal;
        font-style: normal;
    }   
    body {
        background-color: #0C0C0C;
        color: #fff;
        width: 100%;
    }  
    
    body {
        background-color: #0C0C0C;
        width: 100%;
    }

    .navbarr {
        display: none;
    }

    .navbarr2 {
        display: none;
    }

    .navbar {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        background-color: #ffffff;
        position: relative;
        border: none !important;
    }

    .navbar img{
        width: 80px;
        display: flex;
        justify-content: start;
    
    }
    
    .navbar .lang-switch {
        color: #fff;
        cursor: pointer;
    }

    .navbar a{
        color: #fff !important; 
    }


    .navbar2 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background-color: #FFFFFF;
        position: relative;
        border: none !important;
    }

    .navbar2 img{
        width: 80px;
        display: flex;
        justify-content: start;
    
    }
    
    .navbar2 .lang-switch {
        color: #fff;
        cursor: pointer;
    }


    
    
    .hero {
        text-align: center;
        padding: 60px 30px;
        background-color: #ffffff;
        height: 90vh;
        width: auto;
        border: none !important;
    }

    .hero h1 {
        font-family: Open Sans;
        font-size: 40px;
        font-weight: 700;
        line-height: 56px;
        letter-spacing: -0.04em;
        text-align: center;
        color: #0C0C0C;
    }

    .hero p{
        font-family: Century Gothic;
        font-size: 16px;
        font-weight: 400;
        line-height: 25.6px;
        text-align: center;
        color: #0C0C0C;
    }

    .shadow {
        /* Example text styles */
        font-size: 40px; /* Adjust as needed */
        color: #fff; /* Text color */
        background: linear-gradient(90deg, #44BCFF -0.55%, #44B0FF 22.86%, #FF44EC 48.36%, #FF44EC 73.33%, #FF675E 99.34%);
        background-clip: text; /* Clips the background to the text */
        -webkit-background-clip: text; /* For Safari compatibility */
        text-fill-color: transparent; /* For Safari compatibility */
        
        /* Text Shadow */
        text-shadow: 
            0 0 20px rgba(68, 188, 255, 0.6), /* Light blue shadow */
            0 0 30px rgba(68, 176, 255, 0.6), /* Medium blue shadow */
            0 0 40px rgba(255, 68, 236, 0.6), /* Pink shadow */
            0 0 50px rgba(255, 103, 94, 0.6); /* Light red shadow */
    }

    .explore-btn {
        margin-bottom: 20px;
    }

    .storyteller{
        height: auto !important;
        width: auto;
        display: flex;
    }
    
    /* storyteller */
    .storyteller h1{
        font-family: Open Sans;
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        text-align: center;
        color: #0F172A;
        width: 100%;
    }

    .cube{
        background-color: #fafafa;
        width: auto;
        height: auto;
        border-radius: 20px;
        margin-left: 0;
    }
    
    .cube img {
        object-fit: cover; /* Maintain aspect ratio and cover the container */
    }
    
    .move2{
        width: auto;
        height: auto;
        gap: 28px;
        margin-right: 0;
    }

    .storyteller .red{
        font-family: Century Gothic;
        font-size: 14px;
        font-weight: 700;
        line-height: 25.6px;
        text-align: center;
        margin-top: 50px;
    }

    .storyteller p{
        font-family: Century Gothic;
        font-size: 16px;
        font-weight: 400;
        line-height: 25.6px;
        text-align: center;
    }

    .storyteller .btnn {
        padding: 10px 20px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        height:50px;
        width: 100%;
        border-radius: 10px;
    }
    
    .projects h1{
        font-family: Open Sans;
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: -0.02em;
        text-align: center;
    }

    .projects p{
        font-family: Century Gothic;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
    }

    .projects {
        height: auto;
        padding: 50px 10px;
        background-color: #F5F5F5;
    }
        
    .grid-container{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(auto, 1fr));
        grid-auto-rows: auto;
        grid-gap: 15px;
        grid-auto-flow: dense;
    }
    
    
    .grid-container img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
     }
    
    .horizontal{
        grid-row: span 2;
        position: relative; /* Set relative positioning so the layover can be positioned inside */
    }
    .vertical {
        grid-row: span 1;
        position: relative; /* Set relative positioning so the layover can be positioned inside */
    }
    .big {
        grid-column: span 1;
        grid-row: span 3;
        position: relative; /* Set relative positioning so the layover can be positioned inside */
        display: inline-block;
    }
    
    .last {
        grid-row: span 1;
        position: relative; /* Set relative positioning so the layover can be positioned inside */
    }
    
    .layover {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; /* Align to the bottom of the .big container */
        height: 40%; /* Set a fixed height for the overlay */
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); /* Gradient from opaque to transparent */
        color: white; /* Text color */
        display: flex; /* Flexbox to align items */
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center horizontally */
        justify-content: end; /* Center vertically */
        opacity: 0; /* Initially hidden */
        transition: opacity 0.3s; /* Smooth transition effect */
        width: 100%; /* Make the layover span the entire width */
        color: #fff; /* Text color */
        box-sizing: border-box; /* Include padding in element width */
        border-radius: 20px;
    }
    
    .layover2 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; /* Align to the bottom of the .big container */
        height: auto; /* Set a fixed height for the overlay */
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); /* Gradient from opaque to transparent */
        color: white; /* Text color */
        display: flex; /* Flexbox to align items */
        flex-direction: column; /* Stack items vertically */
        align-items: left; /* Center horizontally */
        justify-content: end; /* Center vertically */
        opacity: 0; /* Initially hidden */
        transition: opacity 0.3s; /* Smooth transition effect */
        width: 100%; /* Make the layover span the entire width */
        color: #fff; /* Text color */
        box-sizing: border-box; /* Include padding in element width */
        border-radius: 20px;
    }
    
    
    .big:hover .layover {
        opacity: 1; /* Show on hover */
    }
    
    .horizontal:hover .layover {
        opacity: 1; /* Show on hover */
    }
    
    .vertical:hover .layover2 {
        opacity: 1; /* Show on hover */
    }
    
    .last:hover .layover2 {
        opacity: 1; /* Show on hover */
    }
    
    
    
    
    .layover p {
        font-family: Poppins;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.5px;
        text-align: left;
    }
    
    .layover small {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: #D4D4D8;
    }
    
    .layover2 small{
        font-family: Century Gothic;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: #FFFFFF;
    }
    
    .layover .play{
        width: 58px;
        height: 58px;
        top: 0;
        left: 0;
        gap: 0px;
        border: 2px 0px 0px 0px;
        opacity: 0px;
        border: 2px solid #FFFFFF;
        background-color: transparent;
        border-radius: 20px;
    }
    
    .layover2 i{
        width: 20px;
        height: 20px;
        top: 7px;
        left: 7px;
        gap: 0px;
        border: 2px 0px 0px 0px;
        opacity: 0px;
        color: #FFFFFF;
        font-size: 20px;
    }
    
    .layover .play-icon {
        color: #000; /* Change the color of the icon */
        opacity: 0.8; /* Adjust the icon opacity */
        font-size: 24px; /* Set the icon size */
        transition: opacity 0.3s; /* Smooth transition for hover effect */
        color:  #FFFFFF;
    }
    
    .project-card {
        width: 200px;
        text-align: center;
    }
    
    .project-card img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    
    .button{
        display: flex;
        justify-content: center;
    }
    
    .view-projects-btn {
        margin-top: 30px;
        padding: 10px 20px;
        border: 2px solid #000;
        background-color: transparent;
        cursor: pointer;
        padding: 10px 20px;
        font-size: 16px;
        height:50px;
        width: 261px;
        border-radius: 10px;
    
    }

    .newsletter {
        height: auto;
        text-align: center;
        background-color: #fff;
        background-image: url('bg (2).png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom; /* Center the image */
        margin-top: 50px;
        margin-bottom: 50px;
        border-radius:20px ;
    }
        
    .newsletter .car {
        background: transparent;
        height: auto;
        width:auto;
        border-radius: 20px;
        
    }
    
    .newsletter h1 {
        font-family: Open Sans;
        font-size: 30px;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: -0.04em;
        text-align: center;      
    }

    
    .ca {
     position: absolute;
     left: 20%;
     right: 20%;
     margin-top: 50px;
    }
    
    .newsletter form input {
        width: 316.05px;
        height: 44px;
        padding: 10px ;
        gap: 8px;
        border-radius: 8px ;
        border: 1px;
        opacity: 0px;        
    }
    
    .newsletter form a {
        width: 316px;
        height: 44px;
        top: 384px;
        left: 30px;
        padding: 10px;
        gap: 10px;
        border-radius: 8px;
        opacity: 0px;
        margin-left: 0;
    }

.overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }


.what-we-doo {
    text-align: center;
    background: #FFFFFF;
    height: auto;
    padding: 80px 20px !important;
}


.hero3 h1 {
    font-family: Open Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.04em;
    text-align: center;    
}

.hero3 h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-style: Open Sans;
    font-weight:700;
    line-height: 48px;
    text-align:left;
    letter-spacing: -4%;
    color: #0F172A;
    letter-spacing: -2%;
}

.hero3 p {
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #4B5262;
    margin-bottom: 60px;
}

.about-us-section{
    height: auto;
}



.conn{
    margin: 0;
}

.rowww{
    margin-top: 0;
}

.hero2 {
    text-align: center;
    padding: 40px 20px;
    background: #FFFFFF;
    height: auto;
}

.hero2 h1 {
    font-family: Open Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: center;
}


.hero p {
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
}

.hero2 p {
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
}

.dropdown{
    display: flex;
    justify-content: end;
}

#categoryDropdown{
    width: auto;
    height: 40px;
    gap: 0px;
    border-radius: 100px;
    opacity: 0px;
    background: #FFFFFF;
    border: none;
    margin-top: 0;
    padding: 5px;
}

.jumbo{
    background: #F5F5F5;
    padding: 30px 20px;
    border-bottom: 1px solid white;
}

#selectedCategory{
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #EFCA00;
}

.dropdown-menu a{
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #111;
}

.filter{
    width: 24px;
    height: 24px;
    top: 10px;
    left: 9px;
    gap: 0px;
    opacity: 0px;
}

.dropdown .dropdown-toggle::after{
    display: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #EFCA00 !important;
    background-color: transparent !important;
}

.video .blockquote{
    width: 341px;
    height: 253px;
    top: 1504px;
    left: 14px;
    gap: 0px;
    opacity: 0px;
}

.body h2{
    font-family: Open Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
}

.services h2{
    font-family: Open Sans;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
}

.services{
    display: flex;
    height: auto;
    padding: 20px 20px;
    align-items: center;
    background: #FFFFFF;
}

.card-body .h7 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
}

.card-text {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.press .btnn{
    background: #0C0C0C;
    width: 86px;
    height: 44px;
    border-radius: 8px;
    color:  #FFFFFF;
    font-family: 'Century Gothic';
    font-weight: 700px;
    font-size: 16px;
    line-height: 28px;
}

.press .search{
    width: 339px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #ECECEC;
    font-family: 'Century Gothic';
    font-weight: 400px;
    font-size: 14px;
    line-height: 17px;
}

.contact h1{
    font-family: 'Open Sans';
    font-size: 40px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #0F172A;
}

.contact p{
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #4B5262;
}

.contact label{
    font-family: Century Gothic;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #181818;
}
.contact .form-control::placeholder {
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #667085;
}

.contact .custom-select option[selected] {
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #667085;
}

.contact .btnn{
    width: Fixed (186px)px;
    height: Fixed (44px)px;
    padding: 6px ;
    gap: 10px;
    border-radius: 8px;
    opacity: 0px;
    background: #0C0C0C;
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}

.contact .header{
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #C70039;
}

.contact .bottom{
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #272727;
}

.contact2 iframe {
    width: 100% !important; /* Make the iframe fill the width of the parent container */
    height: 408px !important; /* Adjust height as per your design */
    top: 68px;
    left: 0; /* Remove unnecessary left margin */
    gap: 0; /* No gap needed */
    opacity: 1; /* Set opacity to make it visible */
    border: none; /* Optional: remove iframe borders */
    max-width: 100%; /* Ensure it does not exceed the parent container */
    box-sizing: border-box; /* To include padding and borders in the element's total width and height */
}

.footer{
    height: auto;
}

.video iframe{
    width: 336px;
    height: 249px;
    border-radius: 8px ;
    opacity: 0px;
  }

.sl{
    display: block;
    width: 100% !important;
}

.ll{
    display: none;
}

.services-list {
    width: 100%;
    height: auto;
    border-width: 1px;    
}

.services-info {
    width: 0 !important;
}

}
