@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;700&display=swap');


html{
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    background-color: #000;
    font-family: 'DM Sans', sans-serif;
    margin: 0 auto;
    color: #ffffff;
    overflow-x: hidden;
    box-sizing: border-box;
    letter-spacing: 0.2px;
}
.container {
    width: 100%;
    padding-top: -50px;
    text-align: center;
  }
  
  
  .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 0; 
    margin: 0;
  }
  
  .logo {
    width: 1600px;
    height: auto;
    margin: 0; 
    margin-bottom: 5rem;
    margin-top: 4rem;
  }
  .logo-wrapper {
  position: relative;
  display: inline-block;
    }

    @keyframes showQuotes {
    0%, 16.66%, 100% { opacity: 0; }
    2.5%, 14% { opacity: 1; }
    }


    .quote {
    position: absolute;
    color: white;
    font-size: 18px;
    opacity: 0;
    animation: showQuotes 30s infinite ease-in-out;
    }
    .quote1 {
    top: 40px;
    left: 100px;
    animation-delay: 0s;
    }

    .quote2 {
    top: 30px;
    right: 120px;
    animation-delay: 5s;
    }

    .quote3 {
    top: 100px;
    left: 120px;
    animation-delay: 10s;
    }

    .quote4 {
    top: 400px;
    right: 100px;
    animation-delay: 15s;
    }
    .quote5 {
    top: 40px;
    left: 100px;
    animation-delay: 20s;
    }
    .quote6 {
    top: 500px;
    left: 150px;
    animation-delay: 25s;
    }








  
  
  
nav{
    display: flex;
    z-index: 1000;
    padding: 0.5% 6%;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: #000;
}
.nav-links{
    flex: 1;
    text-align: center;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    font-size: 20px;
}
.nav-links ul li a{
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 30px;
}
.nav-links ul li::after{
    content:'';
    height: 3px;
    width: 0;
    border-radius: 50px;
    background: #9c1818;
    display: block;
    transition:0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
nav .fa-solid{
    display: none;
}
.content p{
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.content h1{
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 0;
}


.concept{
    margin-left: 23%;
    margin-right: 23%;
    justify-content: center;
    align-items: center;
    text-align: justify;
    margin-bottom: -6;
    line-height: 1.2;
    margin-top: 0;
    display: flex;
}
.concept-video video {
    margin-top: 0rem;
    margin-bottom: -5rem;
    position: relative;
    z-index: 0;
}
.concept h1{
    text-align: center;
    font-size: 60px;
}
.concept p{
    text-align: justify;
    font-size: 20px;
    letter-spacing: 0.5px;
    
}
.concept-gallery {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 3rem auto;
  width: 58%; 
  position: relative;
  z-index: 1;
}

.concept-item {
  flex: 1;
  text-align: center;
}

.concept-item h3 {
  margin-bottom: -1rem;
  font-size: 2rem;
}

.concept-item img {
  width: 100%;
  max-width: 300px;
  border-radius: 8px;
  display: block;
  margin: 0 auto 1rem auto;
}

.concept-item p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 6rem;
}



.column {
  float: left;
  width: 50%;
  padding: 2%;
  box-sizing: border-box;
}

.column img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.column h4{
    letter-spacing: 0.5px;
}

.row{
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 0;
    margin-top: 2%;
}

.row::after{
    content: '';
    display: table;
    clear: both;

}



/* Main */

main {
    text-align: center;
}

main section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 4%;
}
h2 {
    font-size: 2em;
}

a {
    text-decoration: none;
}


#imgViewer, #control {
    width: 100%;
    text-align: center;
}
#imgViewer img {
    border: 6px ridge #fff;
    width: 380px;
    max-width: 100%;
}
#imgViewer figcaption {
    font-style: italic;
}
#control button {
    background-color: #FFF;
    margin: 0 20px;
    font-size: 1em;
    border: 1px solid rgb(139, 139, 139);
}

/* Footer */

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0% 0% 2% 0%;
}

footer h1 {
    width: 80%;
    margin-bottom: 3%;
    margin-top: 5%;
    font-size: 60px;
}
.placeholder {
    width: 200px;
    aspect-ratio: 1 / 1;       /* håller cirkeln kvadratisk */
    object-fit: cover;
    border-radius: 50%;
    display: block;
}
.team-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  padding: 2rem 0;
}

.profile {
  position: relative;
  text-align: center;
  width: 180px;
}
.icon-badge {
  position: absolute;
  top: 60px;   
  right: -3rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}


.icon-badge a {
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.icon-badge i {
  color: #9c1818;
  font-size: 18px;
  transition: color 0.3s;
}

.icon-badge a:hover {
  background-color: #9c1818;
}
.icon-badge a:hover i {
  color: white;
}
.profile h3 {
  margin-top: 1,5rem;
  text-align: center;
}





@media screen and (max-width: 800px) {
    nav{
        position: sticky;
        top: 0;
        background-color: #252525;
    }
    .nav-links ul li::after {
        content:'';
        height: 3px;
        width: 0;
        border-radius: 50px;
        background: #9c1818;
        display: block;
        transition:0.5s;
    }

    .nav-links ul li:hover::after {
        width: 100%;
    }

    .nav-links{
        position: absolute;
        background: #252525;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -300px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa-solid{
        display: block;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
    nav img{
        width: 100%;
        height: auto;
    }
    .logo{
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10%;

    }
    .quote {
        display: none;
    }
    .content{
        margin-left: 10%;
        margin-right: 10%;
    }
    .content p{
        font-weight: 100;
        font-size: 16px;
        letter-spacing: 0.5px;
        margin-top: 20px;
    }
    
    .content h1{
        font-weight: 800;
        font-size: 32px;
        margin-bottom: 0;
    }
    .title h1{
        margin-bottom: 10%;
        margin-top: 5%;
        font-size: 48px;
    }  
    .placeholder {
        width: 40%;
    }

    h3 {
        font-size: 1.5em;
    }

    .extra {
        display: inline-block;
    }
    .team-section {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }

    .profile {
        width: 210px;
    }

    .placeholder {
        width: 210px;
    }
    .profile .name h3 {
    white-space: nowrap;
    font-size: 18px;
    margin-top: 0.5rem;
    }
   .team-section .profile h3 {
    font-size: 16px;
    white-space: normal;
    text-align: center;
    margin-top: 0.5rem;
    }
 



    html, body {
        overflow-x: hidden;
    }

    body {
    position: relative
    }

    .images .col {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        margin-bottom: 5%;
    }

    .box4 {
        max-width: 100%; 
    }

    .concept {
        flex-direction: row;
        margin: 10%;
    }

    .box4 p {
        max-width: 100%; 
        padding: 0%;
        font-size: 16px;
        line-height: 1.2;
    }

    .box4 h1{
        font-size: 60px;
    }
    .concept-image{
        width: 200%;
        margin-top: 5%;
        margin-left: -200px;
    }
        video{
        width:100%;
        height: auto;
        justify-content: center;
    }

    .row {
        flex-direction: column; 
    }

    .column {
        width: 100%;
        padding: 0;
    }
    .col .name h3{
        font-size: 14px;
    }
    .concept-gallery {
    flex-direction: column;
    align-items: center;
    margin-top: 7rem; 
    }

    .concept-item {
    width: 100%;
    max-width: 300px;
    }
    .concept-item h3 {
    margin-bottom: -1rem;
    font-size: 2.5rem;
    }

    .concept-item img {
    margin-bottom: -1rem;
    }

    .concept-item p {
    margin-bottom: 2rem;
    font-size: 14px;
    line-height: 1.3;
    }



	
 }
 

