@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;

}
 body {
  overflow-x: hidden;
 
}

.hero-press-release {
    /* width: calc(100% - 100px);
    margin-left: 50px;
    margin-right: 100px; */
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    /* border-radius: 40px; */

}
.hero-press-release img{
     width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.image-container-press-release::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)) !important;
    z-index: 2;
}

.hero-content-press-release {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    z-index: 2;
}

.animated-text-press-release {
    font-family: "Poppins", serif;
    font-size: 60px;
    text-transform: none;
    margin: 0;
    padding: 0 60px;
}

.animated-text2-press-release {
    font-family: "Poppins", serif;
    font-size: 30px;
    font-weight: 200;
    text-transform: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .hero-press-release{
        height: 80vh;

    }
}

@media (max-width: 768px) {
    .hero-press-release{
        height: 70vh !important;
        width: 100%;
        border-radius: 0;
    }

    .animated-text-press-release {
        font-size: 5vw !important;
        margin-bottom: 10px;
    }

}

@media (max-width: 480px) {
    .hero-press-release {
        height: 50vh !important;

    }
}


.section1 {
    margin-top: 150px;
}

.section2,
.section3 {
    margin-top: 50px;

}

.section4 {
    margin-top: 50px;
    margin-bottom: 150px;
}

.card {
    height: 500px;
    /* Adjust this value as needed */
    border-radius: 15px;
    /* Adjust the value for desired roundness */
}

.card-img-top {
    /* width: 100%; */
    height: 300px;
    object-fit: cover;
}

/* Card container */
.card-main {
    overflow: hidden;
    position: relative;
}

/* Image wrapper */
.image-container {
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoom-effect {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease-in-out;
    transform: scale(1.1);
    /* Start zoomed in */
}

.card-main:hover .zoom-effect,
.zoom-effect:hover {
    transform: scale(1);
    filter: grayscale(100%);
}

.filteryear {
    display: flex;
    align-items: baseline;
    padding: 1rem;
    gap: 1rem;
    width: calc(100% - 60px);
    justify-content: flex-end;
    position: relative;
}
.form-label {
    align-items: center;
}
.form-control {
    max-width: 200px;
    position: relative;
    border-color:#333;
}
.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 200px;
}

.select-wrapper select {
    appearance: none; /* Removes default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}

/* Custom dropdown arrow */
.select-wrapper::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none; /* Prevents interaction with the arrow */
}
.otherLinks {
    background: rgb(218,218,220);
    background: linear-gradient(-90deg, rgba(218,218,220,1) 0%, rgba(140,140,140,1) 100%);
    padding: 1.5rem; 
    width: 100%;
    display: flex;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.link-ai-bi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.link-ai-bi h2 {
    font-weight: 600;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .hero-press-release {
        
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
    .animated-text-press-release {
        font-size: 2rem;
    }
    .card {
        width: 100%;
        margin-bottom: 1rem;
    }
    .link-ai-bi {
        flex-direction: column;
    }
    .link-ai-bi h2 {
        margin-bottom: 1rem;
    }
    .otherLinks {
        margin-top: 2rem;
    }
    .banner {
         flex-direction:  column;
    }
    .banner h2 {
        font-size: calc(1.325rem + .9vw) !important; 
        margin-bottom: 1rem;
    }

    .navbar-collapse{
        position: fixed;
        transform: translateX(-100%);
        top: 60px;
        height: max-content;
        padding-bottom: 30px;
        width: 100%;
        background-color: #fff;
        transition: all 350ms ease-in-out;
    }
    .navbar-collapse.show {
        position: fixed;
        transform: translateX(0);
        top: 60px;
        left: 0;
    }
    .nav-item, .dropdown-item {
        width: 100%;
        padding: 0;
    }
    .connectButton {
        width: calc(100% - 32px);
        margin: 0 auto;
        padding: .75rem 0;
    }
    .hamburger {
    cursor: pointer;
    }
    
    .bar {
    display: block;
    background-color: #101010;
    width: 24px;
        height: 2px;
    margin: 6px auto; 
    transition: all 300ms ease-in-out;
    }
    
    .hamburger.active .bar:nth-child(2) {
    opacity: 0
    }
    
    .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
    
    .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }
}