body {
    color: white;
    font-family: 'Lato', sans-serif;
    margin: auto;
}

#cover {
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

#profile {
    opacity: 0;
    transition: opacity 4s ease-in-out;
}

#downArrows {
    animation: fadeEffect 3s infinite;
    opacity: 0;
  }

@keyframes fadeEffect {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
  }

.fixed-background {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: -1;
}

.fixed-background-image {
    height: 100vh;
    width: 100vw;
}

@media (min-width: 1081px) {
    .mobile-fixed-background-image {
    display: none;
    }
}

@media (min-width: 1081px) {
    .mobile-fixed-cover-image {
    display: none;
    }
}

@media (min-width: 1081px) {
    .mobile-fixed-background-image {
    display: none;
    }
}

@media (min-width: 1081px) {
    .mobile-fixed-cover-image {
    display: none;
    }
}

.fixed-cover {
    left: 20%;
    position: fixed;
    top: 0;
    width: 60%; 
    z-index: 2;
}

.fixed-cover-image {
    box-shadow: 0px 0px 20px black;
    width: 100%;
}

.content {
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px black;
    margin: auto;
    margin-top: 15%;
    padding-bottom: 3%;
    padding-top: 1%;
    width: 60%;
    position: relative;
    z-index: 1;
}

.fade-in {
    opacity: 0;
    transition: opacity 3s ease-in-out;
}

.profile {
    margin: auto;
    margin-top: 5%;
    padding-bottom: 3%;
    position: relative;
    width: 100%;
}

.profile-image {
    box-shadow: 0px 0px 30px black;
    border-radius: 400px;
    float: right;
    margin-left: 3%;
    margin-bottom: 3%;
    margin-right: 5%;
    width: 25%;
}

.h1-profile {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2%;
    margin-left: 2%;
}

.text-profile {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-left: 2%;
}

.company-slogan {
    color: #4E4FEB;;
    font-weight: bold;
}

.down-arrows {
    margin-left: 85%;
    margin-top: 5%;
    width: 8%;
}

.preview-images {
    display: flex;
    flex-wrap: wrap;
}

.preview-heading {
    margin-top: 10%;
}

.h1-preview {
    color: #4E4FEB;
    font-size: 5rem;
    font-weight: bold;
    text-align: center;
}

.h3-preview {
    color: #4E4FEB;
    font-size: 1.5rem;
    font-weight: lighter;
    text-align: center;
}

.photo-2 {
    box-shadow: 0px 0px 15px black;
    margin: auto;
    margin-top: 5%;
    width: 22%;
}

.photo-2:hover {
    box-shadow: 0px 0px 20px #4E4FEB;
  }

.photo-3 {
    box-shadow: 0px 0px 15px black;
    margin: auto;
    margin-top: 5%;
    width: 28.5%;
}

.photo-3:hover {
    box-shadow: 0px 0px 20px #4E4FEB;
  }

.btn {
    color: #4E4FEB;
    box-shadow: 0px 0px 8px #4E4FEB;
    font-size: 2rem;
    font-weight: bold;
    margin: auto;
    margin-top: 8%;
    width: 20%;
}

.modal-container {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
  }
  
.modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px;
  }
  
  
.modal-image {
    max-width: 100vw;
    max-height: 100vh;
  }
  
@keyframes modal-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

.close-button {
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 50px;
    font-weight: bold;
    color: #C8C6C6;
    cursor: pointer;
  }

.overflow-hidden {
    overflow: hidden;
  }

.footer-container {
    margin: auto;
    margin-bottom: 1%;
    margin-top: 3%;
    text-align: center;
}

.copyright-text {
    color: #4E4FEB;
    margin: 0;
}

.link-footer {
    color: #4E4FEB;
    font-size: 1.2rem;
}

.link-footer:hover {
    font-weight: bold;
  }

.logo-facebook {
    margin-bottom: 0.8%;
    margin-right: 1%;
    width: 10%;
}

.logo-instagram {
    margin-left: 1%;
    margin-top: 0%;
    width: 10%;
}







@media (min-width: 1081px) and (max-width: 1440px) {

    .down-arrows {
        margin-top: 0;
    }

    .btn {
        width: 30%;
    }
}








@media only screen and (max-device-width: 1080px) {

    body {
        color: black;
    }

    .fixed-background-image {
        display: none;
    }

    .fixed-cover-image {
        display: none;
    }

    .mobile-fixed-background-image {
        width: 100%;
    }

    .fixed-cover {
        left: 0;
        width: 100%;
    }

    .mobile-fixed-cover-image {
        box-shadow: 0px 0px 80px black;
        width: 100%;
    }

    .content {
        background-color: rgba(0, 0, 0, 0);
        backdrop-filter: blur(0px);
        box-shadow: 0px 0px 0px black;
        margin-top: 40%;
        width: 100%;
    }

    .profile-image {
        box-shadow: 0px 0px 50px black;
        margin-left: 2%;
        margin-top: 5%;
        width: 45%;
    }

    .h1-profile {
        font-size: 2rem;
    }

    .down-arrows {
        margin-left: 75%;
        margin-top: 0;
        rotate: 180deg;
        width: 15%;
    }

    .preview-heading {
        margin-top: 10%;
    }

    .h1-preview {
        font-size: 2.5rem;
    }

    .h3-preview {
        font-size: 1rem;
    }

    .text-profile {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-right: 3%;
    }

    .photo-2 {
        box-shadow: 0px 0px 30px black;
        width: 45%;
    }
    
    .photo-3 {
        box-shadow: 0px 0px 15px black;
    }

    .btn {
        font-size: 1.2rem;
        width: 35%;
    }

    .logo-facebook {
        margin-bottom: 2.5%;
        width: 30%;
    }

    .logo-instagram {
        width: 30%;
    }

    .copyright-text {
        font-size: 1rem;
    }

    .link-footer {
        font-size: 1.2rem;
    }

}