/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat+Subrayada:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat+Subrayada:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Lora:ital,wght@0,400..700;1,400..700&family=Mochiy+Pop+P+One&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat+Subrayada:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Kalam:wght@300;400;700&family=Lora:ital,wght@0,400..700;1,400..700&family=Mochiy+Pop+P+One&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat+Subrayada:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
/* Cover Image */
.cover_image {
    margin-top: 70px;
    width: 100%;
    height: 800px;
    border-radius: 20px;
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.9);
}

.cover_message1 {
    position: absolute;
    top: 40%;
    left: 30%;
    text-align: center;
    color: white;
    font-size: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;

}
.cover_image-container {
    position: relative;
    width: 100%;
    max-height: auto; /* Limit the height of the image */
    overflow: hidden;
}

.cover_image-container img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.cover_centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 15px;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 45px;
    text-align: center;
    font-weight: bold;
    font-family: "Montserrat Subrayada", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Adds a subtle shadow for better visibility */
}

/* Text-Lines Services */
.services-main {
    background-color: #c1c6c9;
    border-radius: 15px;
}
.text-lines {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    padding: 80px;
}

.text-image {
    width: 100%;
    height: auto;
}

.product-links {
    text-decoration: none;
    color: #fff;
}

.services-button {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-size: 25px;
    border: 2px solid black;
    padding: 10px;
    border-radius: 15px;
    color: #000;
    text-decoration: none;
}

.services-button:hover {
    letter-spacing: 2px;
    transition: ease-out 0.5s;
}

/* Maps */
.image-container {
    position: relative;
    display: inline-block;
    width: 100%; /* Ensures the container is responsive */
}

.image-container img {
    width: 100%; /* Makes the image responsive */
    height: auto;
    border-radius: 15px;
    opacity: 0.9;
}

.centered-button {
    position: absolute;
    top: 50%;
    left: 50%;
    letter-spacing: 2px;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5); /* Optional: Semi-transparent background */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}

/* Brands Carousel */

.brands_header p {
    font-family: "Arvo", serif;
    font-weight: 500;
    font-size: 30px;
    font-style: normal;
    text-align: center;
    margin-bottom: 10px;
}

.brands {
    margin-top: 30px;
	overflow: hidden;
}

.carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    width: max-content; /* Ensures the container grows to fit content */
    animation: scroll 20s linear infinite; /* Infinite scroll animation */
}

.carousel-slide {
    flex: 0 0 auto;
    width: 5%; /* Adjust based on the number of images */
    box-sizing: border-box;
}

.carousel-slide img {
    width: 55%;
    display: block;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-60%); /* Adjust based on number of images */
    }
}

/*Product Cards */
.product-card {
    margin: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.product-image {
    position: relative;
}

.product-image img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-name-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 25px;
    padding: 10px;
    border-radius: 15px;
    font-weight: 400;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
}

.product-card:hover .product-name-overlay {
    opacity: 1;
}
/* Under line Design */
.line.left {
    left: 25%;
    position: absolute;
    width: 0;
    height: 6px;
    background: linear-gradient(90deg, #0094ff, #00f5ff);
    border-radius: 50px 0 0 50px;
    transition: width 2s ease;
    margin-bottom: 10px;
}

.line.right {
    right: 25%;
    position: absolute;
    width: 0;
    height: 6px;
    background: linear-gradient(90deg, #00f5ff, #0094ff);
    border-radius: 0 50px 50px 0;
    transition: width 2s ease;
    margin-bottom: 10px;
}

.animate .left {
    width: 25%;
}

.animate .right {
    width: 25%;
}

/* highlighted-text */
.highlighted-text {
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    height: 15vh;
    background-color: #eeeeee;
    font-family: "Montserrat", sans-serif;
}

.flowing-text {
    font-size: 100px;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    background-image: url('/static/images/water_storm.jpg');
    background-size: cover;
    background-repeat: repeat;
    -webkit-background-clip: text;
    color: transparent;
    animation: flow 10s linear infinite;
}

@keyframes flow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@media (max-width: 991px) {
    .flowing-text {
        font-size: 70px;
        font-weight: 700;
    }
    @keyframes flow {
        0% {
            background-position: 0 0;
        }
        100% {
            background-position: 1000px 0;
        }
    }
}

/* Testimonila Section */
.testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 10px;
}
.testimonial img {
    border-radius: 50%;
    width: 70px !important;
    height: 70px !important;
    margin-bottom: 10px;
    justify-content: center !important;
}
.owl-carousel {
    margin: 20px auto;
    max-width: 600px;
}
@media (max-width: 768px) {
    .testimonial img {
        width: 40px !important; /* Size remains 10px for smaller devices */
        height: 40px !important; /* Size remains 10px for smaller devices */
    }
}

.parallax {
  /* The image used */
  background-image: url("/static/images/main/maps.png");
  height: 400px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}