body {
    background-color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000000;
     animation: fadeInUp 1s ease-out forwards;

}



*{
    -webkit-tap-highlight-color: transparent;
   }
   



html {
    scroll-behavior: smooth;
}

#hero {
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;



    flex-direction: row;
    background-color: #ffffff;

}



#pre-image {
    display: flex;
    flex-direction: row;
    color: #000000;
    font-size: x-large;
    font-weight: bold;
    background-color: transparent;
    margin-left: 20px
}

.navlink {
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.3s ease;
    font-size: medium;


}

#icon {
    text-decoration: none;
}

.navlink:hover {
    font-weight: bold;
    font-size: large;
}

#space {
    width: 10px;
}

#pre-title {
    font-size: large;
}

#horiz {
    width: 300px;
}

#links {
    width: 400px;
    display: flex;
    justify-content: space-evenly;
}


#hero {
    height: 350px;
    width: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


#universal-margin {
    height: 100px;
}

#preview-showcase {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;

    font-size: 100px;
    height: 350px;
    width: 350px;
    border-radius: 12px;
    background-color: transparent;

}

#hero-image {
    max-width: 120%;
    height: 120%;
    border-radius: 1.45rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border: 2px solid #000;
}

#hero-image-feature {
    max-width: 110%;
    height: 110%;
    border-radius: 1.45rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border: 2px solid #000;
    z-index:10
}


#info {
    height: 100%;
    width: 400px;
    background-color: transparent;
    margin-left: 90px;
    margin-right: 90px;
}

#hero-image {
    animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


#sub {
    text-align: left;
    margin-left: 55px;
}


#cta {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 350px;
    margin-left: 55px;
    margin-top: 50px;
    font-size: medium;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #fff;
    background-color: #000000;
    text-decoration: none;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    z-index: 1;
}

#cta:hover {
    background-color: #252424;
    width: 355px;
}

#woow {
    height: 120px;
}

#header-sub-header {
    height: 100%;
    width: 600px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
}

#features {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 400px;
    width: 80%;
    background-color:transparent;
    border-radius: 12px;

}

#prefect-spacing {
    height: 110px;
}

#align {
    width: 200px;
}

#particles-js {
    position:absolute;
    height: 80%;
    width: 80%;
    background-color: transparent;
    
  }
  


@media only screen and (max-width: 600px) {

    #links {
        display: none;
    }

    #horiz {
        display: none;
    }

    #hero {
        height: 700px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #header-sub-header {
        height: 100%;
        width: 100%;
        background-color: transparent;
        display: flex;
        flex-direction: column;
    }

    #sub {
        text-align: left;
        font-size: medium;
        margin-left: 20px;
        margin-right:10px;
       
    }

    #cta {
        margin-left: 7px;
    }

    #preview-showcase {
        margin-top: 80px;
    }

    #features {
        flex-direction: column;
        height: 700px;

    }

    #hero-image-feature {
        max-width: 70%;
        height: auto;
        border-radius: 1.45rem;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        border: 2px solid #000;
    }

    #info {
        margin-left: 2px;
        margin-right:2px ;
    }
  
    #align{
        display: none;
    }
}
