
.search-input {
    padding: 10px;
    font-size: 12px;
    border-radius: 15px;
    border: 2px ;
    outline: none;
    width: 100%;
    padding-right: 30px;
}

.search-btns {
    position: absolute;
    right: 140px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #ff1e3b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}


.search-btns:hover {
    background-color: #45a049;
}

.search-btns i {
    font-size: 18px;
}


header {
    background-color: #3498db;
    color: white;
    text-align: center;
    padding: 20px 10px;
    margin-top: -30px;
}

header h1 {
    font-size: 2.5rem;
    margin: 0;
    display: inline;
    color:white;
}

header h1 span.intelli {
    color:navy;
}

header h1 span.host {
    color: burlywood;
}


header p {
    font-size: 1.5rem;
    margin-top: 10px;
}


.nav-links a.active {
    color: #fff;
    background-color: #007BFF;
    border-radius: 5px;
}

.about-us {
    background-color:lightseagreen;
    padding: 50px 0;
    color: #fff;
    margin-top: 0;
    position: relative;
   
}


.container {
    width: 85%;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}



.about-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.about-left {
    width: 60%;
    text-align: justify;
}

.about-left h2 {
    font-size: 30px;
    font-weight: bold;
    color:wheat;
    margin-bottom: 10px;
}

.about-left h3 {
    font-size: 22px;
    color:wheat;
    margin-top: 30px;
}

.about-left p {
    font-size: 18px;
    color: #f2f2f2;
    line-height: 1.4;
}


.about-left ul {
    margin-top: 20px;
}

.about-left ul li {
    font-size: 18px;
    color: #f2f2f2;
    line-height: 1.6;
}

.about-right {
    width: 30%;
    
}

.about-right img {
    width: 100%;
    border-radius: 8px;
    max-height: 350px;
    object-fit: cover;
    
}

.name {
    color:palegoldenrod; /* Adjust this color as needed */
    font-size: 20px;
    font-weight: 900px;
}




.message {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}

.message-img-text {
    text-align: center;
    color: #f2f2f2;
    font-size: 16px;
    margin-top: 10px; 
   
}

.message-img-text strong {
    font-weight: bold;
}


.message-text {
    width: 60%;
}

.message-text h2 {
    font-size: 28px;
    font-weight: bold;
    color:wheat;
    margin-bottom: 10px;
}

.message-text p {
    font-size: 18px;
    color: #f2f2f2;
    line-height: 1.6;
    text-align: justify;
}

.message-img {
    width: 25%;
    margin-left: 15px;
    border-radius: 8px;
}

.message:nth-child(even) {
    flex-direction: row-reverse;
}

.message:nth-child(even) .message-img {
    margin-left: 0;
    margin-right: 10px;
}

.message:nth-child(even) .message-text {
    text-align: justify;
}


.message {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}

.message-text {
    width: 60%;
    margin-right: 80px;
}

.message-img {
    width: 25%;
    margin-left: 5px;
    border-radius: 8px;
}

.about-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.about-right img {
    width: 100%;
    border-radius: 8px;
    max-height: 350px;
    object-fit: cover;
    margin-bottom: 10px;
}




.community-heading {
    font-size: 30px;
    color: #00bcd4;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    background-color: wheat;
    padding: 10px 0;
    width: 100%;
}

.our-community {
    background-color: #00bcd4;
    padding: 40px 0;
    color: #ffffff;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    position: relative;
}

.our-community .community-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 0;
    padding: 0 10px;
    width: 100%;
    justify-items: center;
}

.our-community .community-images img {
    width: 110%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    margin-top: 60px;
}

.our-community .community-images img:hover {
    transform: translateY(-10px);
}


.our-community p {
    font-size: 18px;
    color: #ffffff;
    font-style: normal;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}


/*.............768pixel...............*/




   
@media (max-width: 768px) {
    .about-us {
        background-color: lightseagreen; 
        padding: 50px 8px; 
        color: #fff;
        margin-top: 0;
        position: relative;
        
    }

    .container {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
       
       
    }


    .about-content {
        flex-direction: column-reverse;  
        align-items: center;  
        display: flex;
        justify-content: space-between;
        align-items: center;
        
        
    }


    .about-right img {
        width: 100%;      
        object-fit: cover;
        margin-left: -10px;
        
       
          
    }

    
    .about-left {
        width: 100%;
        text-align: left;
        text-align: justify;
        margin-top: -300px;
        
       
           
    }

    .about-left h2 {
        text-align: center;
        font-size: 28px; 
        top: 40px;
    }

    .about-left h3 {
        font-size: 24px;
        margin-top: 20px;
    }

    .about-left p {
        font-size: 20px;
       
        
    }

    .about-left ul li {
        font-style: normal;
        font-size: 20px;
        line-height: 1.6; 
        margin-right: 10px;
        width: 100%;
        text-align:left;
        text-align: justify;
        word-spacing: 0;
    }

    .about-right {
        width: 60%;
        height: 700px;
       margin-left: 20px;
    }

   




    .message {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
    
    .message-text {
        width: 100%;
        margin-right: 0;
        align-items: center;
    }
    
    .message-img {
        width: 40%;
        margin-left: 0;
        margin-top: 15px;
    }
    
    .message-img-text {
        font-size: 20px;
        padding: 0 15px;
    }
    
    .message-text h2 {
        font-size: 24px;
        text-align: center;
    }
    
    .message-text p {
        font-size: 20px;
        text-align: center;
        text-align: justify;
    }
    
    .message:nth-child(even) {
        flex-direction: column-reverse;
    }
    
    .message:nth-child(even) .message-img {
        width: 40%;
        margin-right: 0;
        margin-left: 0;
    }
    
    .message:nth-child(even) .message-text {
        text-align: left;
    }
    

    .community-heading {
        font-size: 30px;
        padding: 15px 0;
    }

    .our-community .community-images {
        grid-template-columns: repeat(2, 1fr);
    }

    .our-community .community-images img {
        height: 420px;
        width: 350px;
    }

}



   