.logo-container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    /* Space between logos */
    transition: transform 0.1s ease;
    /* margin-top: 10px; */
    /* background-color: rgba(83, 81, 81, 0.062); */

}

.logo-item1 {
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.1s ease;
}

.logo-item1 a {
    text-decoration: none;
    color: black;
}

.logo-item1 img {
    width: 40px;
    /* Set a fixed width for logos */
    height: auto;
    /* Maintain aspect ratio */
    transition: transform 0.4s ease;
    padding-top: 40%;
}

.logo-item1:hover img {
    transform: scale(1.1);
    /* Scale up on hover */
}

.logo-item1:hover {
    transform: translateY(-5px);
    /* Move up on hover */
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); */
    /* Add shadow on hover */
}
















#t3 {
    font-size: 40%;
    /* text-align: center; */
    /* padding-top: 190%; */
}

.grid-container3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    /* margin-top: 9px; */
    /* background-color: rgba(213, 23, 23, 0.773); */
    height: 43vh;
    /* margin-top: -50%; */
}

/* .grid-item3 img {
    width: 100%;
    height: auto;
} */


.grid-item3 h1 {
    padding: 20%;
    color: rgb(1, 1, 1);
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    /* text-decoration: burlywood; */
    /* text-anchor: middle; */
    /* background-color: aquamarine; */
    height: 40vh;
    /* margin-bottom: 80%; */
    margin-top: -76px;

}


.grid-item3 {
    padding-top: 10%;
    /* color: black; */

}



.grid-item3 h2 {
    padding-left: 40%;
    padding-top: 10%;
}




#myVideo {
    /* position: fixed; */
    right: 0;
    bottom: 0;
    width: 90%;
    height: 50%;
    margin-left: 5%;
    border-radius: 10%;
    /* background-color: aqua; */
}

.nav8 {
    /* background-color: aquamarine; */
    width: 80%;
    margin: auto;
    height: 10vh;
    /* text-align: center; */
}

.nav8 h1 {
    /* background-color: brown ; */
    font-weight: 630;
    font-size: 50px;
    margin-top: 5%;
    padding-top: 3%;
}


.slider-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    overflow-x: scroll;
    /* background-color: aquamarine; */
    margin-top: 5%;
}

.image-slider {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    /* background-color: rgb(16, 67, 67); */
    height: 130vh;
}

.image-wrapper {
    display: flex;
    transition: transform 0.9s ease;
}

.image-wrapper img {
    width: 400px;
    /* Adjust based on your needs */
    height: 90vh;
    margin: 0 20px;
    margin-top: 1.5%;
    /* gap: 50px; */
    border-radius: 40px;
    transition: transform 0.9s ease;
    /* background-color: aqua; */
    margin-bottom: 2%;
}

.image-wrapper img:hover {
    transform: scale(1.1);
}

.nav-button {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
    transition: background-color 0.9s ease;
}

.nav-button:hover {
    background-color: rgba(255, 255, 255, 1);
}

.left {
    position: absolute;
    left: 10px;
}

.right {
    position: absolute;
    right: 10px;
}

.nav9 {
    background-color: rgba(225, 219, 219, 0.184);
    width: 100%;
    height: 125vh;
    /* margin: auto; */
}

.navbar9 {
    /* background-color: rgba(175, 13, 13, 0.037); */
    width: 80%;
    margin: auto;
}

.navbar9 h1 {
    font-weight: 500;
    font-size: 55px;
    padding-top: 10%;
}



.button-container {
    margin-bottom: 20px;
    /* border-radius: 80%; */
    /* background-color: #0056b3; */
    width: 80%;
    padding-top: 4%;
    margin: auto;
}

.product-button {
    /* background-color: #007BFF; */
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 12px;
    /* Slightly curved border */
    padding: 15px 30px;
    font-size: 18px;
    margin: 0 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.product-button:hover {
    /* background-color: #0056b3; */
    transform: scale(1.05);
    /* Slightly grow on hover */
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding-top: 4%;
    /* padding-right: -100%; */
    /* background-color: aqua; */
    width: 100%;
    margin: auto;
    /* margin-left: 10%; */

}

.image-container img {
    width: 350px;
    height: 70vh;
    border-radius: 12px;
    /* Slightly curved border for images */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.image-container img:hover {
    transform: scale(1.05);
    /* Slightly grow on hover */
}

.nav10{
    background-color: rgba(149, 150, 151, 0.066);
}

.nav10 h1{
    /* background-color: aqua; */
    width: 80%;
    margin: auto;
    padding-top: 5%;
    font-size: 350%;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;

}



.grid-container10 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background-color: rgba(159, 156, 156, 0.075);
    height: 90vh;
    width: 90%;
    margin: auto;
    border-radius: 10%;
}

.grid-item10{
    /* background-color: rgb(198, 110, 9); */
    height: 100vh;
    width: 90%;
    margin: auto;
    margin-top: 5%;
    /* border-radius: 90px; */
}




.grid-item10 img {
    width: 90%;
    height: auto;
    /* background-color: rgb(16, 107, 186); */
    border-radius: 10%;
    margin-left: 5%;
}

.grid-container10 {
    margin-top: 9px;
}

