* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
    background-color: #f07167;
}

header {
    top: 0;
    position: sticky;
    padding: 1rem;
    background-color: #0081A7;
    display: flex;
    align-items: center;
    gap: 3rem;
    z-index: 1;
    box-shadow: 0 2px 10px #00000088;
}

header img {
    height: 5rem;
}

header ul {
    display: flex;
    list-style: none;
    gap: 2rem;
}

header ul li {
    display: flex;
    list-style: none;
}

header a {
    text-decoration: none;
    color: #FDFCDC;
    font-weight: bold;
    font-size: 1.2rem;
    text-shadow: 2px 2px 4px black;
}

/* ---------------------------------------------------------------------------------------- */

#hero-main{
    background-image: url(../images/hero.jpg);
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-size: 1rem;
    color: white;
    flex-direction: column;
    padding: 3rem;
    gap: 1rem;
    border-radius: 0 0 100% 100% / 0 0 20% 20%;
    box-shadow: inset 0 2px 10px #00000088;
}

#hero-main h1 {
    font-weight: bold;
    font-size: 4rem;
    text-align: center;
    text-shadow: 2px 2px 4px black
}

#hero-main article {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

#hero-main article p{
    background-color: #00afb9dd;
    backdrop-filter: blur(5px);
    padding: 2rem;
    box-shadow: 0 2px 10px #00000088;
}

#hero-main .rounded-top {
    border-radius: 2rem 2rem 0 0;
   
}

.normal-border{
    border-radius: 0;
}   

#hero-main .rounded-bottom {
    border-radius: 0 0 2rem 2rem;
}

/* ---------------------------------------------------------------------------------------- */


#pakke-sec {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-inline: 2rem;
    gap: 2rem;
}

.container{
    font-weight: bold;
    font-size: 4rem;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px black
}


.container p{
    display: flex;
    text-align: center;
    justify-content: stretch;
    gap: 1rem;
    width: 100%;

}

.container{
    background-color: #FED9B7;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-shrink: 0;
    flex-grow: 1;
    box-shadow: 0 2px 10px #00000088;
}

.container{
    font-size: 5rem;
}

.container {
    font-size: 3rem;
}

.container {
    text-align: left;
}

#pakke-sec ul li a{
    content: '✔';
    padding-right: .3rem;
    color: #00AFB9;
}

/* ---------------------------------------------------------------------------------------- */

body>div:nth-child(2)>div:nth-child(3) {
    background-image: url(../images/contact.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100% 100% 0 0 / 20% 20% 0 0;
    box-shadow: inset 0 2px 10px #00000088;
}

body>div:nth-child(2)>div:nth-child(3)>div:nth-child(1) {
    font-weight: bold;
    font-size: 4rem;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px black;
}

body>div:nth-child(2)>div:nth-child(3)>div:nth-child(2) {
    background-color: #FED9B7;
    padding: 3rem;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 50% 20% / 10% 40%;
    color: #F07167;
    box-shadow: 0 2px 10px #00000088;
}

body>div:nth-child(2)>div:nth-child(3)>div:nth-child(2) a {
    color: #00AFB9;
}

/* ---------------------------------------------------------------------------------------- */

body>div:nth-child(3) {
    padding: 2rem;
    background-color: #FDFCDC;
    color: #0081A7;
    text-align: center;
}