html,
body {
    margin: 0;
    padding: 0;
}
* img {
    transition-duration: 0.5s;
    ;
}

* img:hover {
    transform: scale(1.05);
}

html {
    scroll-behavior: smooth;
}

.relative {
    position: relative;
    ;
}

.navbar * {
    transition-duration: 0.2s;
}

.navbar button:hover,
.navbar .submenu a:hover {
    background-color: rgba(255, 255, 255, 0.9);
/*    transform: scale(1.05);*/
}

#hero {
    height: 70vh;
    background-image: url('img/bg-black_1.jpg');
    background-size: cover;
    background-position-y: 80%;
    display: flex;
    align-items: center;
}

.hero-2 {
    height: 40vh;
    background-size: cover;
    background-position-y: 100%;
    display: flex;
    align-items: center;
}

.hero-about-us {
    background-image: url('img/bg-about.jpg');
    background-position-y: 60%;

}

.hero-brands {
    background-image: url('img/bg-brands-2.png');
    background-position-y: 50%;

}

.hero-contact {
    background-image: url('img/bg-contact-2.png');
    background-position-y: 70%;

}

.hero-directors {
    background-image: url('img/bg-directors.jpg');

}

.hero-explore {
    background-image: url('img/bg-explore.jpg');
    background-position-y: 30%;

}

.hero-distribution_map {
    background-image: url('img/bg-network-2.jpg');
    background-position-y: 60%;
}

.hero-warehouses {
    background-image: url('img/hero.png');
}

.hero-shop {
    background-image: url('img/bg-shop2.png');
    background-position-y: 80%;

}

.hero-news {
    background-image: url('img/bg-news2.png');
    background-position-y: 60%;

}

.logo {
    margin: 0 20px;
}

.hero-content {
    width: 70%;
    max-width: 100%;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.col-3 {
    flex: 25%;
}
.col-3.col-lg-2 {
    margin-bottom: 50px;
    text-align: center;
    padding: 4px;
}
.col-3.col-lg-2 img{
    padding: 2px;
}
/* Hover effects only for devices with a mouse or trackpad */
@media (pointer: fine) {
    .col-3.col-lg-2:hover {
        outline: 2px solid gold;
        background-color: #343434;
    }
}
.col-9 {
    flex: 75%;
}
.col-md-10{
flex: 80%;
}
.company-name {
    font-size: 85px;
    margin-left: 12px;
    display: block;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: white;
    text-shadow: 2PX 3PX #333;
}
/* Styles for devices with hover capability (PCs, laptops, etc.) */
@media (hover: hover) and (pointer: fine) {
    span.company-name {
        -webkit-text-fill-color: black; /* Make the text black */
        -webkit-text-stroke: 1px gold; /* Add a gold outline with a smaller stroke */
    }
    span.company-name:hover {
        width: 100%;
        -webkit-text-fill-color: black; /* Maintain the black text */
        -webkit-text-stroke: 2px gold; /* Increase the stroke to 2px on hover */
    }
}

/* Styles for devices without hover capability (touchscreens, smartphones, etc.) */
@media (hover: none) and (pointer: coarse) {
    span.company-name {
        -webkit-text-fill-color: black; /* Make the text black */
        -webkit-text-stroke: 1px gold; /* Add a gold outline with a smaller stroke */
    }
}
.navbar {
/*    position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 100;
    height: 40px;
    background-color: #000;
    display: flex;
    padding: 5px 0;
}

.navbar button a {
    text-decoration: none;
    color: white;

}

.navbar button {
    height: 40px;
    max-width: 93%;
    width: 96%;
    background-color: transparent;
    border: solid 1px #fff2;
    font-size: 16px;
    cursor: pointer;
    font-weight: 300;
    margin-left: 3px;
    position: relative;
    display: block;
    padding: 0 15px;

}

.navbar button:hover a {
    color: gold;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.hero-button {
    padding: 20px 20px;
    background-color: transparent;
    border: solid 3px rgba(219, 219, 219, 0.267);
    color: white;
    font-size: 16px;
    cursor: pointer;
    font-weight: 300;
    transition-duration: 0.5s;
    min-width: 300px;

}

/* Hover effects only for devices with a mouse or trackpad */
@media (pointer: fine) {
    .hero-button:hover {
        background-color: #343434;
        color: white;
        border: inset 3px gold;
    }
}

/* Default styles for devices without precise input methods */
@media (pointer: coarse) {
    .hero-button {
        color: white; /* Text color for non-precise input devices */
        background-color: #343434; /* Background color for non-precise input devices */
        border: 3px solid gold; /* Border style for non-precise input devices */
    }
}

.text-center {
    text-align: center;
}

.topic-1 {
    font-size: 44px;
    color: #000;
}

.hr-dark-25 {
    height: 3px;
    background-color: #000;
    width: 25%;
    margin: 20px auto;
}

.dot-dark-hr {
    height: 30px;
    width: 30px;
    border-radius: 100px;
    background-color: #000;
}

.col-6 {
    flex: 50%;
}

.flex-cols {
    flex-direction: column;
}

.overview-img {
    border-radius: 5px;
    box-shadow: 2px 1px 5px #333;
}

.overview-text {
    font-size: 22px;
    padding-right: 50px;
    color: #000;
}

.justify-between {
    display: flex;
    justify-content: space-between;
}

footer {
    height: 50px;
    border-top: solid 2px #aaa2;
    color: #000;
    margin-top: 80px;
    padding: 0 20px;
}

.submenu {
    display: none;
    position: absolute;
    background-color: #333;
    margin-top: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    min-width: 260px;
}

.submenu a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
}

.submenu a:hover {
    background-color: #575757;
}

.navbar button:hover .submenu {
    display: block;
}

.submenu:hover {
    display: block;
}

#about {
    margin-top: 50px;
}

.about-text {
    font-size: 22px;
    padding-right: 50px;
    color: #000;
    line-height: 35px;
}

#vision div {
    width: 60%;
    margin: 0 auto;
    gap: 10%;
}

.vision-mission-item {
    padding: 15px;
    position: relative;
    border: solid 3px #553;
    background: linear-gradient(316deg, #1e0096, #0008ff85);

}

.vision-mission-item h3 {
    font-size: 33px;
    font-family: sans-serif;
    margin: 0;
    color: white;
}

.vision-mission-item p {
    background-color: #1e0096;
    padding: 15px 10px;
    color: white;
}

.vision-mission-item img {
    position: absolute;
    right: 15px;
    top: 5px;


}

#gallery {
    margin-top: 50px;
    padding: 10px;
}

.product_blur_overlay {
    background-image: radial-gradient(#ffffff00, #00000000);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition-duration: 1s;

}

.product_blur_overlay:hover {
    background-image: radial-gradient(#dddddd00, #000000a1);
}

.product_blur_overlay:hover .love_share {
    display: flex;
}


@media (max-width: 768px) {
    .col-3 {
        flex: 1 1 48%;
    }
}

@media (max-width: 480px) {
    .col-3 {
        flex: 1 1 100%;
    }
}

#gallery * img {
    width: 100%;
    height: 348px;
/*    display: block;*/
/*border: 2px solid red;*/
}

.love_share_imgs {
    height: 30px !important;
    width: 30px !important;
    ;
    cursor: pointer;
}

.love_share {
    position: absolute;
    width: 80%;
    display: none;
    bottom: 40px;
    left: 10%;
}

#product_share_div {
    position: fixed;
    z-index: 10;
    width: 40%;
    height: 250px;
    background-color: white;
    left: 30%;
    top: 35%;
    padding: 20px;
    display: none;

}

#product_share_div_close {
    height: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.share_medias {
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-top: 50px;
}

.share_medias img {
    height: 55px;
    width: 55px;
    cursor: pointer;
}

.share_medias img:hover {
    opacity: 0.7;
}

.share_link_div {
    display: flex;
    margin: 40px auto;
    width: 90%;
}

.share_link_div input {
    flex: 90%;
    padding: 5px;
    ;
}

.share_link_div img {
    cursor: pointer;
}

.share_link_div img:hover {
    opacity: 0.8;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

#brands {
    overflow-x: auto;
    padding: 0 20px;
    position: relative;
    scroll-behavior: smooth;
}

#brands div {
    padding: 0 20px;
    height: 200px;
}

#brands::-webkit-scrollbar {
    height: 10px;
}

#brands::-webkit-scrollbar-thumb {
    background-color: #320781;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

#brands::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#brands {
    scrollbar-width: thin;
    scrollbar-color: #320781 #f1f1f1;
}

#brands {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

#brands * img:hover {
    filter: blur(2px);
    cursor: pointer;
}

#brands .flex {
    gap: 15px;

}

#brand_preview {
    display: none;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #23232399;

}

#brand_img {
    position: absolute;
    top: 25%;
    min-width: 60%;
    background-color: #fff;
    left: 20%;
    max-height: 60%;
}

#close_brand {
    position: absolute;
    top: 60px;
    right: 20px;
    cursor: pointer;
}

.brands_scroll_btn {
    height: 200px !important;
    position: absolute;
    width: 180px;
    z-index: 10;

}

#prev_brands {
    top: 0;
    left: 0;
    background-image: linear-gradient(273deg, transparent, #00000061);
    display: flex;
    align-items: center;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-around;
}

#next_brands {
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-around;
    background-image: linear-gradient(273deg, #00000061, transparent);
    justify-content: space-around;
}

.brands_scroll_btn img {
    cursor: pointer;
    opacity: 0.7;
}

.brands_scroll_btn img:hover {
    opacity: 1;
}


.col-4 {
    flex: 33.333%;
}

.address {
    font-family: sans-serif;
    color: #787878;

}

.address h4,
.address h5 {
    margin: 0;
    font-weight: 600;
    line-height: 45px;
}

.address h4 {
    font-size: 28px;
    color: rgb(201, 172, 12);


}

.address h5 {
    font-size: 26px;
    color: #565656;

}

#contact {
    margin-top: 80px;
}

.contact-buttons {
    margin-top: 120px;
    gap: 20px
}

.contact-button {
    padding: 20px 20px;
    background-color: transparent;
    border: solid 2px #45454545;
    color: rgb(68, 68, 68);
    font-size: 18px;
    width: 30%;
    cursor: pointer;
    font-weight: 700;

}

.contact-button:hover {
    background-color: #35353522;

}

.hero-directors {
    height: 60vh;
}

#management {
    margin: -80px auto 50PX;
    width: 90%;
}

.management_items {
    padding: 50px 20%;
    background-color: #000;
    gap: 15px;
}

.management_item {
    background-color: white;
    padding: 15px;
    font-family: sans-serif;
    height: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: solid 3px gold;
}

.management_item h4 {
    font-size: 28px;
    margin: 0;
}


.management_item h5 {
    font-size: 18px;
    margin: 0;
    color: #565656;
}

#organization_chart {
    margin-top: 50px;
}


.organization_chart_content {
    background-color: #000;
    padding: 80px 20%;
}

#explore {
    margin-top: 80px;
}

.explore_div {
    width: 90%;
    margin: 0 auto 50px;
}

#distribution_map {
    margin-top: 80px;
    position: relative;
}

#distribution_map_img {
    height: auto;
    max-width: 85%;
}

.map_div {
    margin-top: 80px;
}

.map-legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Space between items */
    white-space: nowrap; /* Prevent text wrapping */
}

.map-legend-item div.color-box {
    flex-shrink: 0; /* Prevent box from shrinking */
}

.color-box {
    display: inline-block;
    width: 45px; /* Adjust width */
    height: 45px; /* Adjust height */
    margin-right: 10px; /* Spacing between box and text */
}

@media (max-width: 600px) {
    .color-box {
        width: 15px; /* Adjust width for smaller screens */
        height: 15px; /* Adjust height for smaller screens */
    }
    
    .map-legend-item {
        font-size: 14px; /* Adjust font size for smaller screens */
        white-space: normal; /* Allow text wrapping on smaller screens */
    }
}

.table-stratergy {
    width: 60%;
    border-collapse: collapse;
    margin: 0px auto;

}

.table-stratergy tr th {
    background-color: #1e0096;
    color: white;
}

.table-stratergy tr th,
.table-stratergy tr td {
    padding: 6px;
    font-size: 18px;
}

#office {
    margin-top: 60px;
}

.offices_div {
    justify-content: center;
    padding: 20px 20%;
    gap: 80px;
    background-color: #1e0096;
}

.border-r-2 {
    border-right: solid 2px #56565656;
}

.shop_content {
    height: 400px;
}

.groups {
    justify-content: center;
    padding: 20px 20%;
    gap: 80px;
    background-color: #1e0096;
    min-height: 300px;
}

.group-item img {
    width: 180px;
}

.group-item {
    color: white;
    font-size: 33px;
    ;
    font-family: sans-serif;
}

#social_media {
    position: fixed;
    right: 10px;
    bottom: 55px;
    width: 120px;
    gap: 10px
}

#social_media img {
    width: 40px;
    height: 40px;
}

.graph div {
    padding: 20px 0 20px;
    margin-top: 48px;
}

.graph-item h4 {
    margin-left: -58px;
}

/*RESPONSIVE*/

@media (max-width: 992px) {
    #contact .flex {
        flex-direction: column;
    }

    .flex {
        flex-wrap: wrap;
    }

    .hr-dark-25 {
        flex-wrap: nowrap !important;
    }

    #vision div {
        width: 100%;
    }

    .shop_content .flex {
        flex-direction: column;
    }

    .navbar {
        position: relative;
        top: 0;
        width: 100%;
        z-index: 100;
        height: auto;
        background-color: #454545c4;
        display: flex;
        padding: 5px 0;
        flex-direction: column;
    }

    .logo {
/*        margin: 0 auto;*/
        width: 40px;
    }

    .hero-content {
        width: 80%;
    }

    .company-name {
        font-size: 50px;
        text-align: center;
    }

    .navbar button {
        font-size: 14px;
        
        min-width: 42%;
        margin-bottom: 8px;
    }

    .hero-button {
        padding: 15px;
        font-size: 14px;
    }

    .topic-1 {
        font-size: 30px;
    }

    .overview-text,
    .about-text {
        ont-size: 18px;
        padding-right: 20px;
        max-width: 80%;
        display: inline-block;
        margin: 0px auto;
    }

    .vision-mission-item h3 {
        font-size: 25px;
    }

    .vision-mission-item p {
        font-size: 14px;
        padding: 10px 8px;
    }

    .address h4 {
        font-size: 24px;
    }

    .address h5 {
        font-size: 20px;
    }

    .contact-button {
        font-size: 16px;
        width: 80%;
    }

    .management_item h4 {
        font-size: 24px;
    }

    .management_item h5 {
        font-size: 16px;
    }

    .table-stratergy {
        width: 90%;
    }

    .table-stratergy tr th,
    .table-stratergy tr td {
        font-size: 16px;
    }
    .col-3.col-lg-2{
        margin-bottom: 0px;
    }
    .shop_content{
        height: auto;
    }
    #hero{
        height: auto;
    }
    #brands .flex img {
        width: 100%;
        height: 100%;
        margin: 0px auto;
    }
    #brands div{
        height: auto;
    }
    .brands_scroll_btn img{
        display: none;
    }
    .brands_scroll_btn{
        height: auto !important;
    }
}

@media (max-width: 480px) {
    #contact .flex {
        flex-direction: column;
    }

    .flex {
        flex-wrap: wrap;
    }

    #vision div {
        width: 100%;
    }

    .hr-dark-25 {
        flex-wrap: nowrap !important;
    }

    .shop_content .flex {
        flex-direction: column;
    }

    .navbar {
        position: relative;
        top: 0;
        width: 100%;
        z-index: 100;
        height: auto;
        background-color: #454545c4;
        display: flex;
        padding: 5px 0;
        flex-direction: column;
    }

    .logo {
/*        margin: 0 auto;*/
        width: 40px;
    }

    .hero-content {
        width: 90%;
    }

    .company-name {
        font-size: 26px;
    }

    .navbar button {
        font-size: 12px;
        
        min-width: 42%;
        margin-bottom: 8px;
    }

    .hero-button {
        padding: 10px;
        font-size: 12px;
    }

    .topic-1 {
        font-size: 24px;
    }

    .overview-text,
    .about-text {
        font-size: 16px;
        padding-right: 10px;
    }

    .vision-mission-item h3 {
        font-size: 20px;
    }

    .vision-mission-item p {
        font-size: 12px;
        padding: 8px 6px;
    }

    .address h4 {
        font-size: 20px;
    }

    .address h5 {
        font-size: 18px;
    }

    .contact-button {
        font-size: 14px;
        width: 90%;
        margin: 0px auto;
    }

    .management_item h4 {
        font-size: 20px;
    }

    .management_item h5 {
        font-size: 14px;
    }

    .table-stratergy {
        width: 92%;
    }

    .table-stratergy tr th,
    .table-stratergy tr td {
        font-size: 14px;
    }

    #social_media {
        width: 80px;
        right: 5px;
        bottom: 40px;
    }

    #social_media img {
        width: 30px;
        height: 30px;
    }

}



/*...New css...*/
.new-sh img{
max-width: 100%;
}
navbar {
    display: flex;
    align-items: center;
    background-color: #333;
    padding: 10px;
}

/*.logo {
    margin-right: auto;
}*/

.nav-menu {
    display: flex;
    align-items: center;
/*    flex-wrap: wrap;*/
    width: 92%;
}

.submenu-container .submenu {
    display: none;
    position: absolute;
    background-color: #333;
    top: 100%;
    left: 0;
    z-index: 1;
    min-width: 200px;
}

.submenu-container:hover .submenu {
    display: block;
}

.submenu-item {
    color: white;
    text-decoration: none;
    padding: 10px;
    display: block;
}

.submenu-item:hover {
    background-color: #575757;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .nav-menu.active {
        display: flex;
    }

    .navbar-toggle {
        display: block;
        font-size: 1.5em;
        cursor: pointer;
        color: white;
        margin-left: auto;
        position: absolute;
        right: 20px;
    }

    .nav-button a, .submenu-item {
        padding: 10px 20px;
    }
    .management_items{
        padding: 2px 0%;
    }
}
#gallery .relative{
width: 100%;
}
.address.flex.graph-item.flex-cols img{
    margin-left: -21px;
}
#brand_preview {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    text-align: center;
}

#brand_preview img#brand_img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#close_brand {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 101; /* Ensure it stays above the image */
	
}  /* This is for Distribution Brands page */

/* Layout for medium-sized screens like iPad Mini */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-buttons {
    flex-direction: column;
    align-items: center;
  }
}

/* Layout for smaller screens like smartphones */
@media only screen and (max-width: 767px) {
  .contact-buttons {
    flex-direction: column;
    align-items: center;
  }
}  /* Contact Page button adjustment */

/* Base styles for the hero section */
#hero {
    display: flex;
    align-items: center;
    justify-content: center; /* Center align content horizontally */
    padding: 20px; /* Space inside the hero section */
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Space between elements */
}

/* Medium screens (tablets, iPad Mini) */
@media (max-width: 768px) {
    #hero {
        padding: 20px; /* Ensure padding is consistent */
    }

    .hero-content {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items */
    }

    .hero-button {
        margin: 10px 0; /* Space between the button and other content */
        font-size: 16px; /* Adjust font size for better readability */
    }

    .company-name {
        margin-bottom: 10px; /* Space below the company name */
    }
}

/* Large screens (iPad Air, Surface Pro 7, Asus Zenbook Fold) */
@media (min-width: 769px) and (max-width: 1024px) {
    #hero {
        padding: 20px; /* Ensure consistent padding */
    }

    .hero-content {
        flex-direction: row; /* Ensure horizontal alignment */
        align-items: center; /* Center items vertically */
        justify-content: center; /* Center items horizontally */
        text-align: center; /* Center text inside hero-content */
    }

    .hero-button {
        margin: 10px; /* Space around the button */
        font-size: 18px; /* Adjust font size for readability */
    }

    .company-name {
        font-size: 24px; /* Larger font size for better readability */
        margin-bottom: 20px; /* Space below the company name */
    }
}

/* Small screens (smartphones) */
@media (max-width: 480px) {
    #hero {
        padding: 15px; /* Adjust padding for smaller screens */
    }

    .hero-content {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items */
    }

    .hero-button {
        margin: 10px 0; /* Space between the button and other content */
        font-size: 14px; /* Adjust font size for smaller screens */
    }

    .company-name {
        font-size: 20px; /* Adjust font size for better readability on small screens */
        margin-bottom: 10px; /* Space below the company name */
    }
}  /* Fixing Check Us Out Button Size */

/* Media queries for different screen sizes */

/* Medium screens (tablets, iPad Mini) */
@media (max-width: 768px) {
    #hero {
        height: 50vh; /* Adjust height for medium screens */
        background-position-y: center; /* Adjust background position for consistency */
    }

    .hero-2 {
        height: 30vh; /* Adjust height for medium screens */
        background-position-y: center;
    }

    /* Adjust background positions for other hero sections if necessary */
    .hero-about-us {
        background-position-y: 50%;
    }

    .hero-brands {
        background-position-y: 40%;
    }

    .hero-contact {
        background-position-y: 60%;
    }

    .hero-explore {
        background-position-y: 20%;
    }

    .hero-distribution_map {
        background-position-y: 50%;
    }

    .hero-shop {
        background-position-y: 70%;
    }

    .hero-news {
        background-position-y: 50%;
    }
}

/* Small screens (smartphones) */
@media (max-width: 480px) {
    #hero {
        height: 40vh; /* Adjust height for smaller screens */
        background-position-y: center; /* Adjust background position for consistency */
    }

    .hero-2 {
        height: 20vh; /* Adjust height for smaller screens */
        background-position-y: center;
    }

    /* Adjust background positions for other hero sections if necessary */
    .hero-about-us {
        background-position-y: 40%;
    }

    .hero-brands {
        background-position-y: 30%;
    }

    .hero-contact {
        background-position-y: 50%;
    }

    .hero-explore {
        background-position-y: 10%;
    }

    .hero-distribution_map {
        background-position-y: 40%;
    }

    .hero-shop {
        background-position-y: 60%;
    }

    .hero-news {
        background-position-y: 40%;
    }
}

/* Base styles for hero sections */
.hero-directors {
    background-image: url('img/bg-directors.jpg');
    background-size: cover; /* Ensures the background covers the element */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents repeating the background image */
    display: flex;
    align-items: center; /* Centers content vertically */
    height: 60vh; /* Adjust height as needed */
}

/* Media queries for different screen sizes */

/* Medium screens (tablets, iPad Mini) */
@media (max-width: 768px) {
    .hero-directors {
        height: 50vh; /* Adjust height for medium screens */
        background-position: center; /* Ensure background is centered */
    }
}

/* Small screens (smartphones) */
@media (max-width: 480px) {
    .hero-directors {
        height: 40vh; /* Adjust height for smaller screens */
        background-position: center; /* Ensure background is centered */
    }
}

/* Additional CSS for fade-in effect */
    body {
      opacity: 0;
      animation: fadeIn 0.5s ease-in forwards;
    }

    @keyframes fadeIn {
      to {
        opacity: 1;
      }
    }

@keyframes tvOn {
    0% {
        opacity: 0;
        transform: scale(0.9);
        filter: brightness(0);
    }
    30% {
        opacity: 0.7;
        transform: scale(1.05);
        filter: brightness(0.3);
    }
    60% {
        opacity: 0.9;
        transform: scale(1.02);
        filter: brightness(0.7);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        filter: brightness(1);
    }
}

.tv-on-effect {
    animation: tvOn 1s ease-out;
}