@import url('https://fonts.googleapis.com/css2?family=Germania+One&family=Roboto:wght@300;400;700&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    font-family: 'Roboto', sans-serif;
}

img{
    vertical-align: bottom;
}

a{
    text-decoration: none;
}
.nav a:visited {
    text-decoration: none;
    color: #D5BA8C;
}
.navi-2 a:visited {
    text-decoration: none;
    color: #000000;
}
.service a:visited {
    text-decoration: none;
    color: #000000;
}

.btn{
    background-color: #D5BA8C;
    border: none;
    border-radius: 1px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 4px 2px;
    cursor: pointer;
    transition: 0.3s;
}
.btn:hover{
    background-color: #404449;
}
.btn-2{
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 1px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 4px 2px;
    cursor: pointer;
    transition: 0.3s;
}
.btn-2:hover{
    background-color: #D5BA8C;
}

#text-header{
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
}
#text-header-2{
    font-size: 1rem;
}


.nav{
    width: 100%;
    margin: auto;
    background-color: #214442;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.logo-section{
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}
.logo-section img{
    width: 150px;
    margin-right: 10px;
}

.menu-section{
    margin: auto;
}
.menu-section a{
    font-weight: 700;
    color: #D5BA8C;
    transition: 0.3s;
}
.menu-section a:hover{
    color: #A19C9C;
    
}
.menu-section li{
    display: inline;
    text-decoration: none;
    padding: 10px 30px;
}

.hamburger-menu {
    display: none;
    cursor: pointer;
}
.hamburger-menu div{
    width: 25px;
    height: 3px;
    background-color: #D5BA8C;
    margin: 5px;
    transition: 0.3s ease;
}

.banner{
    height: 50%;
    width: 100%;
    margin: auto;
}
.banner-image{
    height: 100%;
}
.banner img{
    width: 100%;
}
.slides{
    display: none;
}

.discription{
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.discription-header{
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.discription-text{
    width: 60%;
    margin: auto;
    margin-bottom: 35px;
    text-align: center;
}

.service{
    width: 100%;
    margin: auto;
    background-color: #004750;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service a{
    font-weight: 700;
    color: #000000;
    transition: 0.3s;
}
.service-header{
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.service-content{
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service-banner-row{
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.service-banner-gold{
    width: 350px;
    background-color: #D5BA8C;
    border-radius: 0px;
    padding: 40px 70px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    margin: 0px 2px;
    cursor: pointer;
}
.service-banner-aqua{
    width: 350px;
    background-color: #004750;
    border-radius: 1px;
    padding: 40px 70px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    margin: 0px 2px;
    cursor: pointer;
}
.service-button{
    margin: auto;
    margin-bottom: 20px;
}

.bottom-nav{
    width: 100%;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bottom-nav-content{
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.back-to-top{
    margin-bottom: 20px;
}
.back-to-top a{
    color: #000000;
}
.back-to-top a:hover{
    color: #D5BA8C;
}
.navi-section{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.navi-2 a{
    font-weight: 700;
    color: #000000;
    transition: 0.3s;
}
.navi-2 a:hover {
    color: #D5BA8C;
}
.navi-2 li{
    text-decoration: none;
    list-style-type: none;
    margin-bottom: 5px;
}
.navi-3{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.navi-3 p{
    font-weight: 400;
    font-size: 13px;
}

.footer{
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #214442;
}
.footer-section{
    width: 60%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.footer-text h5{
    color: #D5BA8C;
}
.footer-logo{
    width: 50%;
}
.footer-logo img{
    width: 15%;
}