body, html {
    margin: 0;
    padding: 0;
    font-family: 'Urbanist', sans-serif;
}
* {
    font-family: "Urbanist", sans-serif;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 5px;
    padding: 0 20px;
    z-index: 1000;
}
.mail a{
    text-decoration: none;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
}

.logo-container {
    display: flex;
    align-items: center;
}

#colab-logo {
    width: 150px;
    height: 100px;
    background: rgb(255, 255, 255);
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-right: 80px;
    text-decoration: none;
    padding: 0;
    margin-left: 900px;
}

.nav-links a {
    text-decoration: none;
    color: inherit;

}

.nav-links a:hover {
    color: #4f82ae;
    font-size: 20px;
    font-weight: bold;
}
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.3s;
}

.Mis-vis {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 150px 0 60px;
    margin: 0;
}



.Our {
    text-align: left;
    width: 500px;
    margin-left: 100px;
}

.Our h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 300px
}

.Our h2 {
    border-bottom: 5px solid #3e73a0;
    width: 300px;
    margin-bottom: 5px;
}

.Our h3 {
    border-top: 5px solid #7a9b51;
    width: 300px;
}
.colabcontact{
    display: flex;
    flex-direction: column;
    margin-top: -70px;
}

.Mission {
    display: flex;
    align-items: center;
    background-color: #7a9b51;
    color: white;
    padding-right: 20px;
    position: relative;
    width: 1200px;
    min-height: 200px;
    margin-left: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-top: 50px;
}


.Mission img {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    object-fit: cover;
    display: flex;
    justify-content: flex-start;
}

.Mission h1 {
    font-size: 35px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.Mission p {
    margin: 0;
    font-size: 20px;
    line-height: 1.6;
    margin-left: 20px;
    margin-bottom: 10px;
}
.Vision h1 {
    font-size: 35px;
    margin: 0;               
    margin-bottom: 10px;
    margin-right: 20px;
    text-align: right;
}

.Vision p {
    margin: 0;
    font-size: 20px;
    line-height: 1.6;
    margin-right: 20px;
    text-align: right;
}
.Vision img {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    object-fit: cover;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.Vision {
    display: flex;
    align-items: center;
    background-color: #5386b2;
    color: white;
    position: relative;
    width: 1000px;
    min-height: 200px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-top: 50px;
    justify-content: flex-end;
    padding-left: 20px;
    padding-top: 0px;
}
#Values {
    margin-left: 150px;

}
.Values h1{
    font-size: 47.5px;
    margin-top: 100px;
}
.Values h2{
    margin-top: -25px;
    border-bottom: 5px solid #3e73a0;
    width: 160px;
    margin-bottom: 5px;
    margin-left: 150px;
    
}
.Values h3{
    border-top: 5px solid #7a9b51;
    width: 160px;
    margin-left: 150px;
    margin-top: 2px;

}
.Letter{
    color: #243150;
}
.Core h1{
    color: #4f82ae;
    font-size: 25px;
}
.Core {
  list-style-type: disc; 
  color: #5386b2;         
  font-size: 24px;       
  font-weight: bold;
  margin: 0;
  padding-left: 20px;     
}
.Core li {
  margin: 0;
  margin-top: -60px;
}
.Core p{
    color: black;
    font-weight: normal;
    width: 500px;
    font-size: 20px;
}
.Val{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 100px;
}
.Val img{
    width: 450px;
    height: 350px;
    border: solid #80a158 10px;
    border-radius: 50px;
}
.sub-footer{
    margin-bottom: 50px;
}

.sub-footer img{
    width: 350px;
    height: 250px;
}
.sub-footer p{
    width: 500px;
    text-align: center;
}
.sub-footer h2{
    border: solid black 1px;
    max-width: 500px;
}
.foot{
    display: flex;
    flex-direction: column;
}
.footer-social{
    display: flex;
    margin-top: 20px;
    gap: 15px;
    margin-bottom: 15px;
    justify-content: flex-start;
}
.social-icon {
    font-size: 30px;
    color: #333;
    text-decoration: none;
}

.social-icon:hover {
    color: #007bff;
}
.contact{
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 80px;
    max-width: 500px;
    flex-wrap: wrap;
}
.mail{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    gap: 20px;
}
.mail img{
    width: 70px;
    height: 40px;
    display: flex;
}
.mail p{
    margin: 0;
    width: 10px;
}
footer{
    background-color: #3e73a0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
@media (max-width: 768px) {
              .navbar {
                height: 70px;
                padding: 0 15px;
            }
            
            #colab-logo {
                width: 100px;
                height: 70px;
            }
            .colabcontact{
                margin: 0;
            }
            
            .nav-links {
                position: fixed;
                top: 70px;
                right: -100%;
                width: 100%;
                height: calc(100vh - 70px);
                background: white;
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                gap: 30px;
                padding-top: 50px;
                margin-right: 0;
                transition: right 0.3s ease;
                box-shadow: -2px 0 5px rgba(0,0,0,0.1);

            }
                    .hamburger {
            display: block;
            cursor: pointer;
            position: absolute; 
            right: 30px;      
            top: 50%;            
            transform: translateY(-50%);
            z-index: 20;
        }
                .hamburger div {
            width: 25px;
            height: 3px;
            margin: 5px;
            background-color: #333;
            transition: 0.3s;
        }
            
            .nav-links.active {
                right: 0;
                height: 300px;
                margin-top: -10px;
            }
            
            .nav-links li {
                font-size: 18px;
            }
            
            .hamburger {
                display: flex;
            }
            
        .burger.open div:nth-child(1) {
            transform: rotate(-45deg);
            position: relative;
            top: 8px;
        }
    
        .burger.open div:nth-child(2) {
            opacity: 0;
        }
    
        .burger.open div:nth-child(3) {
            transform: rotate(45deg);
            position: relative;
            top: -8px;
        }
    .Our{
        display: flex;
        flex-direction: column;
        margin-left: 0;
        width: auto;

    }
    .Mis-vis{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .Mission{
        width: 300px;
        display: flex;
        flex-direction: column;
        border-radius: 25px;
        margin-left: 0;
    }
    .Mission h1{
        font-weight: bold;
    }
    .Mission p{
        font-size: 18px;
    }
    .Mission img{
        margin-top: 10px;
    }
    .Vision{
        width: 300px;
        display: flex;
        flex-direction: column-reverse;
        border-radius: 25px;
        margin-left: 30px;
    }
    .Vision h1{
        font-weight: bold;
    }
    .Vision p{
        font: 18px;
    }
    .Values{
        width: 100%;
        margin-left: 0;

    }
    #Values{
        margin-left: 100px
        
    }
    .Values h2{
        margin-left: 110px;
        width:200px;
    }
    .Values h3{
        margin-left: 110px;
        width:200px;

    }
    .Values h1{
        margin-top: 50px;
        font-size: 75px;

    }
    .Val {
        display: flex;
        flex-direction: column-reverse;
    }
    .Val img{
        width: 300px;
        height: 300px;
    }
    .Core{
        font-size: 20px;
        width: 300px;
        display: flex;
        flex-direction: column ;
        justify-content: center;
    }
    .Core b{
        font-size: 20px;
    }
    .Core p{
        width: 350px;
        font-size: 18px;
        width: 300px;
        margin-top: -15px;
        
    }
    .Core li{
        width: 300px;
    }
    .sub-footer{
        display: flex;
        flex-direction: column;
        width: auto;
    }
    .sub-footer p {
        width: auto;
    }
    .contact {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: center;
        margin-bottom: 20px;
    }
    
}