@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", serif;
}

body{
    width: 100%;
    height: 100vh;
}

.top-header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 80px;
    background: #0C769A;
    color: #fff;
}
.top-header ul{
    display: flex;
    align-items: center;
}

.top-header ul li{
    list-style: none;
    margin-right: 10px;
}

.top-header ul li a{
    color: #Fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}

.top-header ul li a span{
    margin-left: 10px;
}

.top-header ul li a i{
    font-size: 18px;
}

header{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 80px;
}

header .logo{
    margin-right: 200px;
}

header .logo img{
    height: 40px;
}

header ul{
    display: flex;
    align-items: center;
}

header ul li{
    list-style: none;
}

header ul li a{
    color: #000;
    font-weight: 700;
    padding: 15px 20px;
    text-decoration: none;
    margin: 5px;
}

header ul li a.active,
header ul li a:hover{
    color: #fff;
    background: #0C769A;
}

.hero{
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
} 

.hero video{
    width: 100%;
    height: 400px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9;
}

.hero h1{
    color: #Fff;
    font-weight: 800;
    font-size: 42px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.hero p{
    color: #fff;
    font-weight: 500;
}

.hero a{
    text-decoration: none;
    padding: 10px 30px;
    color: #fff;
    background: #0C769A;
    font-weight: 500;
    margin-top: 20px;
}

.footer{
    width: 100%;
    background: #1C797E;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 30px 80px 10px 80px;
}

.footer h3{
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer ul{
    list-style: none;
}

.footer ul li a{
    color: #fff;
    text-decoration: none;
    padding: 5px;  
    display: block;
}

.footer p{
    color: #fff;
}

.footer h4{
    color: #fff;
    margin: 10px 0px;
}

.form{
    width: 100%;
    display: flex;
    align-items: center;
}

.form input{
    width: 100%;
    height: 30px;
    background: #fff;
    padding: 10px;
    font-size: 14px;
    border: 0;
    outline: 0;
}

.form button{
    height: 30px;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    padding-top: 5px; 
    border: 0;
    outline: 0;
    background: #0C769A;
    cursor: pointer;
}

footer{
    padding: 10px 80px;
    text-align: right;
    font-size: 14px;
    background: #0C6773;
    color: #fff;
}

footer a{
    color: #fff;
    text-decoration: none;
}

.page-header{
    width: 100%;
    padding: 20px 80px;
    background: #15596E;
}

.page-header h1{
    color: #fff;
    padding: 10px 40px;
    border-left: 4px solid #fff;
}

.contact{
    width: 100%;
    background: linear-gradient(90deg, #fff 65%, #0F5E77 35%);
    padding: 40px 80px;
}

.contact h1{
    font-weight: 800;
    font-size: 42px;
    text-decoration: underline;
}

.contact-info{
    display: flex;
    align-items: center;
    gap: 40px;
}

.contact-details{
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 20px;
}

.contact-details i{
    min-width: 50px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2088A8;
    border: 2px solid #2088A8;
    font-size: 32px;
    margin-right: 15px;
}

.contact-details h4{
    font-size: 26px;
    font-weight: 700;
    color: #2088A8;
    margin-bottom: 5px;
}

.contact-details p{
    color: #999;
}

.contact-form{
    width: 60%;
    background: #fff;
    padding: 40px;
    border: 1px solid #c4c4c4;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    padding: 20px;
}

.contact-form input,
.contact-form textarea{
    width: 100%;
    resize: none;
    padding: 10px;
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid #b8b8b8;
}

.contact-form button{
    display: block;
    padding: 10px;
    border: 0;
    outline: 0;
    background: #0C769A;
    color: #fff;
    display: block;
    width: 100%;
}


@media (max-width: 768px) {
    .top-header{
        padding: 10px;
    }

    .top-header ul li a span{
        font-size: 13px;
    }

    header{
        padding: 10px;
        flex-direction: column;
    }

    header .logo{
        margin: 0;
    }

    header ul{
        width: 100%;
        justify-content: center;
    }

    header ul li a{
        padding: 4px 10px;
        font-weight: 500;
        font-size: 13px;
    }

    .hero p{
        text-align: center;
    }

    .footer{
        padding: 15px;
        grid-template-columns: 1fr;
    }

    footer{
        padding: 10px;
        text-align: center;
    }

    .contact{
        padding: 20px;
        background: #fff;
    }
    
    .contact-info{
        flex-direction: column;
        
    }

    .contact-form{
        width: 100%;
    }

}









