*{
    font-family: Futura,sans-serif;
    -ms-overflow-x: hidden;
}


body{
    overflow-x: hidden;
}

.navbar{
    z-index: 1050;
}

nav{
    background-color: #A3EDEC ;
}

ul{
    list-style: none;

}
ul li{
    display: inline-block;
    position: relative;
}

ul li a{
    display: flex;
    padding: 20px 25px;
    color: black;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}

.overskrift{
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 5rem;
    font-weight: bold;
    transform: rotate(-5deg);
}

.container{
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 35%;
    position: relative;
    background-image: linear-gradient(to bottom, #A3EDEC, #C3F866);
    left: 0;
    right: 0;
    padding-top: 50px;
}

.juice{
    position: relative;
    width: 675px;
    height: 575px;
    left:0;
    right:0;
    padding: 20px;
    transition: transform 0.8s ease;
}
.juice:hover{
    transform: scale(1.2);
}

.bølger{
    align-items: center;
   max-height:50px;
    width:100%;
    object-fit: fill;
    margin: auto;
}
.container1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 35%;
    position: relative;
}

.abonnement{
    position: relative;
    width: 350px;
    height: 300px;
    left:0;
    right:0;
    padding: 20px;
    border-radius: 20px;
}

.container3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35%;
    padding: 0 10%  ;
}

.con {
    text-align: center;
    position: relative;
    border-radius: 10px;
    display: flex;
    justify-content:center;
    transition: transform 0.5s ease;

}
.con img{
    display: block;
    margin: 0 auto;
    padding-top: 50px;
}


.container1 {
    margin-top: 100px;
    padding: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.flex-box {
    display: flex;
    width: 80%;
    border-radius: 10px;
    overflow: hidden;
}


.flex-box.green {
    background-color: #C3F866;
    box-shadow: #40C632 3px 3px 3px;
}


.flex-box.pink {
    background-color: #F5A0BC;
    box-shadow: #F16996 3px 3px 3px;
}


.flex-box.reverse {
    flex-direction: row-reverse;
}

.text-box,
.image-box {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.text-box h4{
    text-align: center;
    margin:30px;
}
.text-box button{
    width: fit-content;
}
.abonnement {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.con:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.space{
    padding: 3%;
}

.diagonal-text{
    display: flex;
    text-align: center;
justify-content: center;
    transform: rotate(-5deg);
    font-size: 6rem;
    font-weight: bold;
    background: linear-gradient(to right, #F16996, #FFA500) ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: transform 0.5s ease;
}

.diagonal-text:hover{
    transform: scale(1.2);
}


button, .button{
    display: flex;
    position: relative;
    border: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 100px;
    background-image: linear-gradient(to bottom,#61DEDC, #1392BC);
    color: white;
    transition: transform 0.5s ease;
    margin: 0 auto 10px auto;
    text-decoration: none;
}

button:hover{
    transform: scale(1.1);
}

img {
    object-fit: contain;
    width: 80%;
    margin-bottom: -10px;
}

.col-7, .col-5, .col-8, .col-3, .col-6 {
    display: block;
    position: relative;
 margin: auto;
}

.col-7, .col-5, .col-8, .col-3, .col-6 p {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 0;
    padding: 2%;
    margin-bottom: -15px;
}

.container3 .col-8 {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.col-3{
    justify-content: center;
    margin: auto;
}
.container2{
    display: flex;
    height: 35%;
text-align: center;
justify-content: space-evenly;
align-items: center;
position: relative;
background-image: linear-gradient(to bottom, #FFA500, #F16996);
left: 0;
right: 0;
padding-top: 50px;
}

.vælgBtn{
    display: flex;
    position: relative;
    border: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 100px;
    background-image: linear-gradient(to bottom,#61DEDC, #1392BC);
    color: white;
    transition: transform 0.5s ease;
   margin-top: 30px;
text-decoration: none;
}

.vælgBtn:hover{
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .container, .container1, .container3 {
        flex-direction: column;
        padding: 20px;
    }

    .juice, .abonnement, .con img {
        width: 100%;
        height: auto;
    }

    .col, .col1 {
        width: 90%;
        margin-top: 50px;
    }
}