a 
{
    color: inherit;text-decoration: none;
}
#about_intro
{
    width: 100%;
    height: 80vh;
    background-image: url('../assets/img/back.jpg');
    background-position: bottom;;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: rgba(82, 6, 97, 0.99);;;
    color: white;
    background-blend-mode: soft-light;
}
#about_intro h1{
    font-family: Josefin Sans;
}

body{
    background-color: whitesmoke;
}
#about
{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 800px;
    overflow: hidden;
}

#cover
{
    position: absolute;;
    /* background-image: url('../assets/img/back.jpg'); */
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50%;
    filter: grayscale(80%);
    opacity: 0.3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

#about div:first-child
{
    height: 85%;
    width: 28%;
    display: flex;
    align-items: end;
    background-image: url('../assets/img/back.jpg');
    background-position: top;
    background-size: 150%;
    background-color: rgba(77, 1, 73, 0);;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    margin-right: 2%;
    margin-top: -6.5%;
}

#about div:first-child img
{
    width: 100%;
    height: 60%;;
    margin: 0;
}

#about div:first-child section
{
    width: 100%;
    height: 40%;
    display: grid;
    background-image: url('../assets/img/companyTower.jpg');
    background-position: bottom;
    background-size: 150%;
    background-color: rgba(0, 21, 44, 0.99);;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    color: white;
    margin-top: -.5%;;
    place-content: center;
}

#about div:first-child article
{
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: 1vw;;
}

#about div:first-child p
{
    margin-top: 2%;
    width: 100%;
    text-align: center;
}

#about div:last-child
{
    width: 40%;
    height: 70%;
    display: grid;
    place-content: center;
    place-items: center;
}

#about div:last-child section
{
    width: 80%;
    height: 100%;
}

#about div:last-child section span
{
    color: chocolate;
}
#about div:last-child section span:after,#about div:last-child section span::before
{
    content: " ~ ";
    color: inherit;

}

#about div:last-child section h1
{
    font-size: 3vw;
    color: var(--primary-color-100);
}

#about div:last-child section aside
{
    display: flex;;
    height: 80%;
    align-items: center;
    justify-content: center;
}

#about aside p
{
    width: 28%;;
    display: grid;
    padding: 3%;
    margin-inline: 2%;
    border-radius: 10px;;
    background-color: white;
    place-items: center;
    box-shadow: 0 0 32px 2px rgba(0, 0, 0, 0.199);
}

#about p i
{
    font-size: 2vw;
}

#about a
{
    display: grid;
    place-items: center;
    text-decoration: none;
    width: 30%;
    background: var(--primary-color-100);
    color: var(--accentColor);
    height: 60px;
    ;
}

#about_intro section span a:hover
{
    text-decoration: underline;
}

#about_intro div
{
    width: 50%;
    margin: 0 auto;;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#about_intro section
{
    text-align: center;
    width: 80%;;
}


#about_intro section h1
{
    padding: 2% 0;
    font-size: 5vw;
}

#about_intro nav
{
    width: 100%;
    height: 10%;
    border-top: .1px solid grey;
}

#about_intro ul
{
    margin: 0 auto;
    font-size: 1vw;
    justify-content: center;
}

#about_intro ul a {
    position: relative;
    margin: 0;
    height: 100%;
    overflow-x: hidden; 
}

#about_intro ul a::before
{
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--accentColor);
    position: absolute;
    transform: translateX(-100%);
    transition: .3s;
    top: 0%;;
}

#about_intro a:hover::before
{
    animation: enter .2s linear .1s both;
}

@keyframes enter {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes exit {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}


#about div:first-child
{
    overflow: hidden;
    background-image: url('../assets/img/companyTower.jpg');
    background-position: center;
    background-size: cover;
    background-color: transparent;
    background-blend-mode: normal;
    background-color: rgba(47, 2, 47, 0.64);
    background-blend-mode: soft-light;

    margin-right: 0;
    margin-top: 0;
}

#about div:first-child img
{
    width: 100%;
    height: 100%;;
    margin: 0;
}

#about div:first-child section
{
    background-image: none;
    height: 80%;
    width: 250%;
    transform: rotateZ(-25deg);
    opacity: 0.9;
    margin-bottom: -40%;
}

#about div:first-child p
{
    margin-top: 2%;
    width: 100%;
    text-align: center;
}

#about div:last-child article
{
    text-align: justify;
}

#vectors 
{
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#vectors div
{
    height: auto;
    padding-block: 0 2%;
    width: 40%;
    text-align: center;
    margin: 0 1%;
}

#vectors img
{
    width: 70%;
}

#vectors section
{
    width: 80%;
    margin: 0 auto;
    text-align: start;
}

#vectors h1
{
    font-variant: small-caps;
}

#history
{
    width: 100%;
    height: 70vh;
    color: var(--accentColor);
    padding: 2% 0;
    background: var(--dark-theme);
}

#history div
{
    width: 70%;
    margin: 0 auto;
    height: 25%;
    display: grid;
    place-items: center;
    border-bottom: 2px solid rgb(255, 255, 255);
}

#history div section
{
    width: 80%;
    height: 100%;
    text-align: center;
}

#history div section span
{
    font-size: .8vw;
    background-color: var(--accentColor);
    color: var(--dark-theme);
    padding: .5% 2%;
}
#history div section span::after, #history div section span::before
{
    content: " ~ "
}

#history div section h1
{
    font-size: 3vw;
    text-transform: capitalize;
}

#history div ~ section
{
    width: 100%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#history figure
{
    width: 40%;
    height: 90%;
    background-image: url('../assets/img/companyHand.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin:0 3%;
    background-blend-mode: normal;
    background-color: rgba(47, 2, 47, 0.64);
    background-blend-mode: soft-light;
}

#history article
{
    width: 30%;
    font-size: .9vw;
    line-height: 150%;
    text-align: justify;
}
#history article h3
{
    font-size: 2vw;
    padding: 3% 0;
}

#services
{
    width: 100%;
    height: 100vh;
    /* background-image: url('../assets/img/back.jpg');
    background-size: 100%;
    background-repeat: no-repeat; */
    /* background-color: rgba(19, 1, 19, 0.793); */
    background-color: whitesmoke;
    background-blend-mode: soft-light;
}

#services div:first-child
{
    height: 30%;
    width: 100%;
    display: grid;
    place-content: center;
}

#services div:first-child section
{
    text-align: center;
}

#services div:first-child section span
{
    color: chocolate;
}
#services div:first-child section span::after,#services div:first-child section:before
{
    content: " ~ ";
    color: inherit;
}

#services div:first-child section h2
{
    font-size: 2vw;
    text-transform: capitalize;
    padding: 2% 0;
    font-weight: 300;
}


#services div:last-child
{
    display: flex;
    height: 70%;align-items: center;
    justify-content: center;
    width: 100%;;
}


#services div:last-child section
{
    width: 25%;
    height: 80%;
    text-align: center;
    background-color: var(--accentColor);
    margin: 0 1%;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.329);
}

#services div:last-child figure
{
    width: 100%;
    margin: 0 auto;
    height: 65%;
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
}

#services div:last-child section h4
{
    font-size: 1.2vw;
    font-weight: 500;
    text-align: center;
    padding: 1% 0;;
}

#services div:last-child article
{
    width: 80%;
    height: 15%;
    margin: 0 auto;;
}

#services div:last-child p
{
    text-align: center;
    height: 10%;
    display: grid;
    place-items: center;
}

#services div:last-child p span
{
    padding: 2.5% 3%;
    color: var(--primary-color-100);
    border-radius: 50%;
    box-shadow: 0 0 24px 1px rgba(0, 0, 0, 0.199);
}

#services div:last-child section:first-of-type figure
{ 
    background-image: url('../assets/img/webDev.jpg');
}

#services div:last-child section:nth-of-type(2) figure
{
    background-image: url('../assets/img/graphhicDesign.jpg');
}
#services div:last-child section:last-of-type figure
{
    background-image: url('../assets/img/content.jpg');
}

#catchphrase
{
    width: 100%;
    height: 40vh;;
    display: grid;
    background-image: url('../assets/img/back.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-color: rgba(0, 0, 0, 0.349);;
    background-position: bottom;
    place-items: center;
    font-size: 3vw;
}

#catchphrase section
{
    width: 80%;
    text-align: center;
    margin: 0 auto;;
}

#catchphrase p
{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: white;
}
#catchphrase button
{
    width: 15%;;
    border: none;
    color: white;
    background-color: var(--primary-color-100);
    height: 60px;
}

#link
{
    width: 100%;
    height: 20vh;
    display: grid;
    place-items: center;
}

#link button
{
    width: 15%;
    margin: 0 auto;
    border: none;
    height: 80px;
    color: white;
    background-color: var(--primary-color-100);
}

#support
{
    width: 100%;
    height: 40vh;
    display: grid;
    place-items: center;
}
#support section
{
    height: 70%;
    text-align: center;
}

#support section span,
#support section span::after,
#support section span::before
{
    content: " ~ ";
}

#support section h1
{
    color: var(--primary-color-100);
    font-size: 2.5vw;
    text-transform: capitalize;
}
#support section article
{
    font-size: 1vw;
    width: 80%;
    height: 50%;
    margin: 0 auto;
}
#support section button
{
    width: 20%;
    height: 20%;
    border: none;
    background-color: var(--primary-color-100);
    color:  var(--accentColor);

}