body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgba(248, 255, 222, 0.704);
    /* background-image: url("images/image1.png"); */
    width: 99%;
    
    
}

nav {
    background-color: rgb(221, 169, 0);
    color: #fff;
    padding: 0.5rem;
    height: 40px;
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%

}

.nav a {
    color: #3e01015d;
    margin-left: 1rem;
    font-size: 16px;
    align-items: center;
}

.nav a:hover {
    color: #bc1a1a;
}


.logo img {
    height: 40px; /* Adjust the size as needed */
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

nav a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
}

.slider {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 1px;
    border-color: black;
    margin-left: auto;
    margin-right: auto;
    /* From https://css.glass */
background: rgba(255, 255, 255, 0);
/* border-radius: 16px; */
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(0px);
-webkit-backdrop-filter: blur(0px);
border: 1px solid rgba(255, 255, 255, 0.34);

   

}

.slides {
    display: flex;
    transition: transform 5s ease-in-out;
    /* From https://css.glass */
/* background: rgba(255, 255, 255, 0);
border-radius: 10px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(0px);
-webkit-backdrop-filter: blur(0px);
border: 1px solid rgba(255, 255, 255, 0.34); */
}

.slides img {
    width: 100%;
    height: auto;
    flex-shrink: 0;

     /* From https://css.glass */
background: rgba(255, 255, 255, 0.09);
border-radius: 10px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(1.1px);
-webkit-backdrop-filter: blur(1.1px);
border: 1px solid rgba(255, 255, 255, 0.54);
   

}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 1em;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.feature {
    display: flex;
    flex-wrap: wrap;
    padding: 2em;
    
}

.feature img {
    width: 250px;  /* example width */
    height: 300px; /* example height */

    border: 1px solid rgb(114,116,118) ; /* black border of 5px thickness */
    border-radius: 1px; 
    /* From https://css.glass */
background: rgba(255, 255, 255, 0);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(0px);
-webkit-backdrop-filter: blur(0px);
border: 1px solid rgba(255, 255, 255, 0.34);
}

.description {
    padding: 2rem;
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    /* From https://css.glass */
background: rgba(255, 255, 255, 0);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(0px);
-webkit-backdrop-filter: blur(0px);
border: 1px solid rgba(255, 255, 255, 0.34);
}

.section {
    padding: 2rem 1rem;
    background-color: rgb(188, 185, 181);
    color: #000;
}

.testimonials {
    background-color: #fff;
    padding: 50px;
    max-width: 800px;
    margin: 50px auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* From https://css.glass */
background: rgba(255, 255, 255, 0);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(0px);
-webkit-backdrop-filter: blur(0px);
border: 1px solid rgba(255, 255, 255, 0.34);
}

.testimonials h2 {
    text-align: center;
    color: #333;
    margin-bottom: 40px;

}

.testimonial {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border-left: 5px solid #007BFF;
    border-radius: 5px;
    /* From https://css.glass */
background: rgba(255, 255, 255, 0);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(0px);
-webkit-backdrop-filter: blur(0px);
border: 1px solid rgba(255, 255, 255, 0.34);
}

.testimonial .quote {
    font-size: 1.1em;
    color: #555;
    margin: 0 0 10px;
    
}

.testimonial .client {
    font-weight: bold;
    color: #333;
    text-align: right;
    margin: 0;
}

.video-container {
    position: relative;
    margin: auto;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 75%;
    background: #000;
    background: rgba(255, 255, 255, 0);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(0px);
-webkit-backdrop-filter: blur(0px);
border: 1px solid rgba(255, 255, 255, 0.34);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: rgba(255, 255, 255, 0);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(0px);
-webkit-backdrop-filter: blur(0px);
border: 1px solid rgba(255, 255, 255, 0.34);
}


#chatbot {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 1000;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

#chatbot img {
    width: 100%;
    height: auto;
    border-radius: 10%;
}

footer {
    background-color:  rgb(246,246,246);
    color: rgb(114,116,118);
    padding: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* border-radius: 1px; */
    border:rgb(114,116,118) ;
    width: 100%;
}

footer a {
    color: rgb(114,116,118);
    text-decoration: none;
    margin: 0.5em;
}

.quick-links, .social-media, .contact-details {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (min-width: 600px) {
    .feature {
        flex-wrap: nowrap;
    }

    .description, .feature img {
        width: 50%;
    }
}
