@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Satisfy&display=swap');


main {
    margin-top: 100px;
}

.main {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.left {
    display: flex;
    flex-direction: column;
    font-size: 3rem;
    font-family: 'Raleway';


}

.right {
    width: 50%;
    display: flex;
    justify-content: center;
    padding-left: 50px;

}

.link {
    text-decoration: none;
    color: black;
}

.cen {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

main hr {
    border: 0;
    background: #f4c503;
    height: 2px;
    margin: 40px 80px 40px 40px;
}

.divider {
    border: 0;
    background: #f4c503;
    height: 2px;
    margin: 100px 80px 40px 40px;
}

.about-sec,
.gal,
.review {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 1000px;
}

.about {
    font-family: 'Raleway';
    width: 90vw;
    text-align: justify;
    font-weight: 1000px;
    font-size: 1.3rem;
    margin-top: 30px;
    text-indent: 40px;
}

.about-sec,
.gal,
.review>p {
    font-family: 'Montserrat';
    font-size: 2rem;
    font-weight: 600;
}

.bold {
    font-weight: bold;
    color: #000;
}

.swiper {
    width: 80%;
    max-width: 900px;
    height: 60vh;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.gal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 1000px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background: #007aff;
    border-radius: 10px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.marquee-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    background: none;
    padding: 10px;
    gap: 100px;
    width: 100vw;
    height: 30vh;
}

.marquee {
    display: flex;
    gap: 20px;
    animation: marquee 25s linear infinite;
    will-change: transform;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.review-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    min-height: 20vh;
    width: 30vw;
    background: rgb(255,255,255);
    background: linear-gradient(344deg, rgba(255,255,255,1) 38%, rgba(227,237,40,1) 71%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1), -4px -4px 10px rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    gap: 15px;
    padding: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.2), -6px -6px 15px rgba(255, 255, 255, 0.9);
}

.review-img {
    border-radius: 10px;
    width: 8vw;
    height: 18vh;
    background: linear-gradient(145deg, #d9d9d9, #f2f2f2);
    overflow: hidden;
}

.review-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-para {
    flex-grow: 1;
    height: auto;
    display: flex;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    line-height: 1;
}



.review-img {
    border-radius: 5px;
    width: 10vw;
    height: 18vh;
    background-color: #fff;
}

.review-img>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review-para {
    font-family: 'Raleway';
    font-size: 1rem;
    width: 20vw;
    height: 100px;
    overflow: hidden;
    word-wrap: break-word;
    white-space: normal;
    padding: 10px;

}

.btn-conteiner {
    display: flex;
    justify-content: flex-start;
    --color-text: #ffffff;
    --color-background: #f4c503;
    --color-outline: #ff145b80;
    --color-shadow: #00000080;
    padding: 5px;
    font-size: 0.9rem;
    gap: 5px;
}

.btn-content {
    display: flex;
    align-items: center;
    padding: 5px 30px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: var(--color-text);
    background: var(--color-background);
    transition: 1s;
    border-radius: 100px;
    box-shadow: 0 0 0.2em 0 var(--color-background);
}

.btn-content:hover,
.btn-content:focus {
    transition: 0.5s;
    -webkit-animation: btn-content 1s;
    animation: btn-content 1s;
    outline: 0.1em solid transparent;
    outline-offset: 0.2em;
    box-shadow: 0 0 0.4em 0 var(--color-background);
}

.btn-content .icon-arrow {
    transition: 0.5s;
    margin-right: 0px;
    transform: scale(0.6);
}

.btn-content:hover .icon-arrow {
    transition: 0.5s;
    margin-right: 25px;
}

.icon-arrow {
    width: 20px;
    margin-left: 15px;
    position: relative;
    top: 6%;
}

/* SVG */
#arrow-icon-one {
    transition: 0.4s;
    transform: translateX(-60%);
}

#arrow-icon-two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.btn-content:hover #arrow-icon-three {
    animation: color_anim 1s infinite 0.2s;
}

.btn-content:hover #arrow-icon-one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.btn-content:hover #arrow-icon-two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}


@keyframes color_anim {
    0% {
        fill: white;
    }

    50% {
        fill: var(--color-background);
    }

    100% {
        fill: white;
    }
}

@-webkit-keyframes btn-content {
    0% {
        outline: 0.2em solid var(--color-background);
        outline-offset: 0;
    }
}

@keyframes btn-content {
    0% {
        outline: 0.2em solid var(--color-background);
        outline-offset: 0;
    }
}

@keyframes marquee {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.container {
    display: flex;
    flex-direction: row;
}

@media (max-width: 768px) {
    .review-card {
        flex-direction: column;
        text-align: center;
    }

    .review-img img {
        height: auto;
        width: 50%;
        margin-bottom: 10px;
    }

    .review-para {
        margin-left: 0;
    }
}

/* Mobile devices (max-width: 576px) */
@media (max-width: 576px) {
    .marquee-container {
        flex-direction: column;
        height: auto;
        padding: 20px;
    }

    .marquee {
        flex-direction: column;
        animation: none; /* Disable animation for better readability */
    }

    .review-card {
        width: 90vw;
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 15px;
    }

    .review-img {
        width: 80%; /* Increased width */
        height: auto;
        margin: 0 auto;
    }

    .review-img img {
        width: 100%;
        height: auto;
    }

    .review-para {
        width: auto;
        padding: 10px;
    }
}

/* Tablet devices (max-width: 768px) */
@media (max-width: 768px) {
    .marquee-container {
        gap: 50px;
        padding: 15px;
    }

    .marquee {
        gap: 10px;
    }

    .review-card {
        width: 70vw;
        gap: 10px;
    }

    .review-img {
        width: 60%; /* Increased width */
        height: auto;
    }

    .review-para {
        width: auto;
        font-size: 0.9rem;
    }
}

/* Landscape tablets and small desktops (max-width: 1024px) */
@media (max-width: 1024px) {
    .marquee-container {
        gap: 75px;
    }

    .review-card {
        width: 60vw;
        gap: 15px;
    }

    .review-img {
        width: 50%; /* Increased width */
        height: auto;
    }

    .review-para {
        width: auto;
        font-size: 1rem;
    }
}


@media (min-width: 768px) {
    .swiper {
        width: 80%;
        max-width: 900px;
        height: auto; /* Let the height adjust to the images */
    }

    .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ddd;
        border-radius: 10px;
        overflow: hidden;
    }

    .swiper-slide img {
        width: 100%;
        height: auto; /* Maintain aspect ratio */
        object-fit: contain; /* No cropping, image fully visible */
    }
}

@media (max-width: 767px) {
    .swiper {
        width: 100%;
        height: auto; /* Automatically adjusts for mobile */
    }

    .swiper-slide {
        background: #f3f3f3; /* Neutral background for mobile */
    }

    .swiper-slide img {
        width: 100%;
        height: auto; 
        object-fit: cover; /* Ensures the image fills the slide */
    }
}
