* {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    box-sizing: border-box;
}
.hero {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(68, 131, 123, 0.7), rgba(0,0,0,0.7)),url(img/bgr.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 8% 0 8%;
}
.logo {
    color: #fafafa;
    font-size: 35px;
    letter-spacing: 1px;
    cursor: pointer;
}
span {
    color: aqua;
}
nav ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 25px;
}
nav ul li a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
nav ul li a:hover {
    color: rgb(0, 38, 39);
    transition: -4s;
}
.content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
}
h1 {
    color:#fff;
    font-size: 75px;
    margin: 10px 0px 10px;
}
h3{
    color: #fff;
    font-size: 25px;
    margin-bottom: 50px;
}
h4{
    color: aquamarine;
    letter-spacing: 2px;
    font-size: 20px;
}
.news form{width: 380px;
    max-width: 100%;
    position: relative;

}
.news form input:first-child{
    display: inline-block;
    width: 100%;
    padding: 14px 130px 14px 15px;
    border: 2px solid #20b2aa;
    outline: none;
    border-radius: 30px;
}
.news form input:last-child{
    position: absolute;
    display: inline-block;
    outline: none;
    padding: 10px 30px;
    border: none;
    border-radius: 30px;
    background-color: cadetblue;
    box-shadow: 0px 0px 5px #000, 0px 0px 15px #858585;
    top: 6px;
    right: 6px;
}
.about {
    width: 100%;
    padding: 100px 0px;
    background: linear-gradient(rgba(68, 131, 123, 0.7), rgba(0,0,0,0.7));
}
.about img {
    height: auto;
    width: 430px;
}
.about text {
    width: 550px;
}

.main{
    width: 1130px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.about-text h2{
    color: #fff;
    letter-spacing: 2px;
    font-size: 75px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.about-text h5 {
    columns: #fff;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.about-text p{
    color: #fcfcfc;
    letter-spacing: 1px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 45px;
}
button {
    background-color: #258b86;
    color: #fff;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 30px;
    border-radius: 30px;
    transition: -4s;
}
button:hover{
    background-color: transparent;
    border: 2px solid #20b2aa;
    cursor: pointer;
}
.service{
    background: linear-gradient(rgba(68, 131, 123, 0.7), rgba(0,0,0,0.7));
    width: 100%;
    padding: 100px 0;
}
.title h2{
    color: #fff;
    font-size: 75px;
    width: 1130px;
    text-align: center;
    margin: auto;
}
.box{
    display: flex;
    justify-content: center;
    min-height: 400px;
}
.card {
    height: 365px;
    width: 335px;
    pad: 20px 35px;
    background: #496b6b;
    border-radius: 20px;
    margin: 15px;
    position: relative;
    text-align: center;
}
.card i{
    font-size: 50px;
    display: block;
    text-align: center;
    margin: 25px 0;
    color: #191f1e;
}
.h5{
    color: #fff;
    font-size: 23px;
    margin-bottom: 15px;
}
.pra p{
    color: #fcfcfc;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 25px;
}
.card .button{
    background-color: #258b86;
    color: #fff;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 9px 22px;
    border-radius: 30px;
}
.card .button:hover {
    background-color: transparent;
    border: 2px solid #20b2aa;
    cursor: pointer;
}
.contact{
    width: 100%;
    background: linear-gradient(rgba(68, 131, 123, 0.7), rgba(0,0,0,0.7));
    height: 290px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.contact p{
    color: #fff;
    font-size: 50px;
    font-weight: 50px;
    margin-bottom: 25px;
}
.contact .button-dua{
    background-color: #258b86;
    color: #fff;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 30px;
    border-radius: 30px;
    transition: -4s;
}
.contact .button-dua:hover{
    background-color: transparent;
    border: 2px solid #258b86;
    cursor: pointer;
}
footer{
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(rgba(68, 131, 123, 0.7), rgba(0,0,0,0.7));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
footer p:nth-child(1){
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
}
footer p:nth-child(2){
    font-size: 17px;
    color: #fff;
    text-align: center;
    width: 500px;
    line-height: 26px;
}
.sosial{
    display: flex;
}
.sosial a{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #258b86;
    border-radius: 50%;
    margin: 22px 10px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}
.sosial a:hover{
    transform: scale(1.2);
    transition: -3s;
}
.end{
    position: relative;
    color: #20b2aa;
    bottom: 35px;
}