@font-face {
    font-family: 'PenzilFont';
    src: url(websiteAssets/font/SEGOE-UI/01-Light-font.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PenzilFont';
    src: url(websiteAssets/font/SEGOE-UI/02-Light-Italic-font.ttf) format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'PenzilFont';
    src: url(websiteAssets/font/SEGOE-UI/03-Semilight-font.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PenzilFont';
    src: url(websiteAssets/font/SEGOE-UI/04-Semilight-Italic-font.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'PenzilFont';
    src: url(websiteAssets/font/SEGOE-UI/05-Regular-font.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PenzilFont';
    src: url(websiteAssets/font/SEGOE-UI/06-Italic-font.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'PenzilFont';
    src: url(websiteAssets/font/SEGOE-UI/07-Semibold-font.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PenzilFont';
    src: url(websiteAssets/font/SEGOE-UI/08-Semibold-Italic-font.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'PenzilFont';
    src: url(websiteAssets/font/SEGOE-UI/09-Bold-font.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PenzilFont';
    src: url(websiteAssets/font/SEGOE-UI/10-Bold-Italic-font.ttf) format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'PenzilFont';
    src: url(websiteAssets/font/SEGOE-UI/11-Black-font.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PenzilFont';
    src: url(websiteAssets/font/SEGOE-UI/12-Black-Italic-font.ttf) format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* ------------------------------------------------------------------------------------------------- */
body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    border: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr) 12vh;
    font-size: 24px;
    font-family: 'PenzilFont', sans-serif;
    overflow: hidden;
}
/* ------------------------------------------------------------------------------------------------- */
                                                                    /*-- HEADER SECTION --*/
/* ------------------------------------------------------------------------------------------------- */
header {
    grid-column: 1 / 6;
    grid-row: 1 / 3;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr 1fr;
}
/*    LOGO    */
#logo {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
}
#homeButton {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(servicePageAssets/logoAnimationSequence/F_00.png) no-repeat center/cover;
    cursor: pointer;
}
/*    HEADLINE    */
#servicesSectionHeadline {
    grid-column: 3 / 6;
    grid-row: 1 / 2;
    width: 90%;
    height: 100%;
    margin: auto;
    border-bottom: 3px solid #002727;
    display: flex;
    justify-content: center;
    align-items: end;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transform: translateX(-100%);
    animation: normalslideIn 1s ease-out forwards;
}
#servicesSectionHeadline h1 {
    color: #800066;
    font: normal 900 4rem/1 'PenzilFont', sans-serif;
    text-shadow: 3px 3px 3px #002727;
    text-align: center;
    margin: 0;
    padding: 0 0 1% 0;
    margin: 0;
    opacity: 0;
    transform: translateY(100%);
    animation: normalslideIn 0.3s ease-out 1s forwards;
}
/*    SELECTION MENU    */
#servicesSectionSlectionMenu {
    grid-column: 3 / 6;
    grid-row: 2 / 3;
    width: 90%;
    height: 50%;
    margin: 0;
    padding: 0;
    border: 0;
    justify-self: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    opacity: 0;
    animation: normalslideIn 0s ease-out 1s forwards;
}
.servicesSelectorButton {
    width: 20%;
    aspect-ratio: 4/1;
    margin: 0;
    padding: 0;
    border-radius: 15px 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    z-index: 3;
    opacity: 0;
    transform: translateY(-100%) skewX(-19.573deg);
    animation: skewSlideIn 0.2s ease-out 1s forwards;
}
.servicesSelectorButton p {
    display: block;
    width: 80%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    font: normal 800 1.3rem/0.9 'PenzilFont', sans-serif;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
}
.servicesSelectorButton div {
    position: absolute;
    width: 90%;
    height: 55%;
    border-radius: 10px 35px;
    z-index: 0;
}
#brandVisualIdentityButton {
    border: 3px solid #FAA543;
}
#brandVisualIdentityButton p {
    color: white;
    text-shadow: 3px 2px 3px #C02700;
}
#brandVisualIdentityButton div{
    background: #F26722;
    box-shadow: 0 0 10px 10px #F26722;
}
#brandVisualIdentityButton:hover {
    border: 3px solid #FAA543;
}
#brandVisualIdentityButton:hover div {
    background: #FAA543;
    box-shadow: 0 0 10px 8px #FAA543;
}
#brandVisualIdentityButton:active {
    border: 3px solid #C02700;
}
#brandVisualIdentityButton:active div {
    background: #C02700;
    box-shadow: 0 0 10px 8px #C02700;
}
#digitalDesignsAndArtButton {
    border: 3px solid #ccff00;
}
#digitalDesignsAndArtButton p {
    color: white;
    text-shadow: 3px 2px 3px #4D8000;
}
#digitalDesignsAndArtButton div{
    background: #8DC000;
    box-shadow: 0 0 10px 10px #8DC000;
}
#digitalDesignsAndArtButton:hover {
    border: 3px solid #CCFF00;
}
#digitalDesignsAndArtButton:hover div {
    background: #CCFF00;
    box-shadow: 0 0 10px 8px #CCFF00;
}
#digitalDesignsAndArtButton:active {
    border: 3px solid #4D8000;
}
#digitalDesignsAndArtButton:active div {
    background: #4D8000;
    box-shadow: 0 0 10px 8px #4D8000;
}
#cgiVfxAndAnimationProductionButton {
    border: 3px solid #929497;
    cursor: not-allowed;
}
#cgiVfxAndAnimationProductionButton p {
    color: #929497;
    font: normal 800 1.2rem/0.9 'PenzilFont', sans-serif;
    text-shadow: 3px 2px 3px #58595b;
}
#cgiVfxAndAnimationProductionButton div{
    background: #6d6e70;
    box-shadow: 0 0 10px 10px #6d6e70;
}

#tradeShowAndPrintingDesignsButton {
    border: 3px solid #929497;
    cursor: not-allowed;
}
#tradeShowAndPrintingDesignsButton p {
    color: #929497;
    text-shadow: 3px 2px 3px #58595b;
}
#tradeShowAndPrintingDesignsButton div{
    background: #6d6e70;
    box-shadow: 0 0 10px 10px #6d6e70;
}

#illustrationsPaintingAndArtButton {
    border: 3px solid #929497;
    cursor: not-allowed;
}
#illustrationsPaintingAndArtButton p {
    color: #929497;
    text-shadow: 3px 2px 3px #58595b;
}
#illustrationsPaintingAndArtButton div{
    background: #6d6e70;
    box-shadow: 0 0 10px 10px #6d6e70;
}
/* ------------------------------------------------------------------------------------------------- */
                                                                    /*-- SERVICES SECTION --*/
/* ------------------------------------------------------------------------------------------------- */

#servicesSection {
    grid-column: 1 / 6;
    grid-row: 2 / 5;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;   
    opacity: 0;
    animation: normalslideIn 1s ease-out 1.3s forwards; 
}
.services {
    width: 100%;
    height: 100%;
    display: none;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr);
}
.services.active {
    display: grid;
}
/*    TITLE    */
.servicesTitle {
    grid-column: 3 / 6;
    grid-row: 1 / 2;
    display: block;
    width: 90%;
    height: 30%;
    margin: 8% 0 0 0;
    padding: 0;
    border: 0;
    align-self: center;   
    justify-self: center;
    font: normal 900 4rem/1 'PenzilFont', sans-serif;
    text-transform: uppercase;
    text-align: center;
}
/*    INDEX    */
.servicesIndex {
    grid-column: 1 / 3;
    grid-row: 2 / 6;
    width: 70%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    justify-self: center;
    align-self: center;
    position: relative;
}
.servicesIndexHeadline {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    color: #800066;
    font: normal 900 3rem/1 'PenzilFont', sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
    text-shadow: 3px 3px 3px #002727;
    text-align: center;
}
.servicesIndexItems {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 5%;
    overflow-x: hidden;
    overflow-y: auto;
}
.servicesIndexItems li {
    margin: 0 0 0 15%;
    font: normal 300 1.5rem/1.5 'PenzilFont', sans-serif;
    text-align: start;
}
.servicesIndexItems a {
    text-decoration: none;
    cursor: pointer;
}
/*    CONTENT    */
.servicesContent {
    grid-column: 3 / 6;
    grid-row: 2 / 6;
    width: 90%;
    height: 100%;
    margin: 0;
    padding: 0;
    justify-self: center;
    align-self: center;
    overflow-x: hidden;
    overflow-y: auto;
}
.serviceContentItem {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.serviceContentItem h2:nth-of-type(1) {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    margin: 0;
    padding: 2%;
    border: 0;
    font: normal 800 5rem/1 'PenzilFont', sans-serif;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
    transition: color 1s ease, transform 2s ease;
}
.serviceContentItem h2:nth-of-type(2) {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    font: normal 900 25rem/1 'PenzilFont', sans-serif;
    text-transform: uppercase;
    z-index: 1;
    transition: color 1s ease, transform 2s ease;
}
.serviceContentItem:has(h2:hover) h2:nth-of-type(1) {
    transform: scale(1.2) translateX(5%) translateY(5%);
    z-index: 9;
}
.serviceContentItem:has(h2:hover) h2:nth-of-type(2) {
    transform: scale(1.2) translateX(15%) translateY(5%);
    z-index: 8;
}
.serviceContentItem h3 {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    font: normal 800 2rem/1 'PenzilFont', sans-serif;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
}
.serviceContentItem p {
    display: block;
    position: absolute;
    width: 70%;
    bottom: 2%;
    margin: 0;
    padding: 2%;
    border: 0;
    border-radius: 25px;
    color: #0D4040;
    font: normal 500 1rem/1.1 'PenzilFont', sans-serif;
    text-align: justify;
    text-align-last: center;
    background-color: transparent;
    box-shadow: none;
    z-index: 2;
    transition: background-color 1.5s ease, transform 2s ease, box-shadow 2s ease, color 2s ease, font-size 1s ease;
}
.serviceContentItem p:hover {
    color: white;
    font: normal 500 1.1rem/1.1 'PenzilFont', sans-serif;
    background-color: #00272775;
    transform: scale(1.05);
    box-shadow: 0 10px 10px #00272775;
    z-index: 9;
}
.serviceContentItem h4 {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    color: #800066;
    font: normal 900 20rem/1 'PenzilFont', sans-serif;
    text-shadow: 5px 5px 10px #002727;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
}
.serviceContentItem sup {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    color: #800066;
    font: normal 700 10rem/1 'PenzilFont', sans-serif;
    text-shadow: 3px 3px 5px #002727;
    text-decoration: underline;
    text-align: center;
    z-index: 2;
}
.serviceContentItem ul {    
    display: block;
    position: absolute;
    width: 30%;
    height: auto;
    top: 17%;
    left: 6%;
    margin: 0;
    padding: 5% 0 0 5%;
    border: 0;
    font: normal 800 2rem/1.1 'PenzilFont', sans-serif;
    text-transform: uppercase;
    text-align: start;
    z-index: 2;
}
.serviceContentItem ul li {
    display: block;
    list-style: disc inside;
    margin: 0 0 0 5%;
    padding: 0;
    border: 0;
    font: normal 300 1rem/1.5 'PenzilFont', sans-serif;
    text-transform: none;
    text-align: start;
    z-index: 2;
}
.serviceContentItem img {
    width: auto;
    height: 70%;
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 1;
    transition: transform 2s ease;
}
.serviceContentItem img:hover {
    transform: scale(1.1) translateY(10%);
    z-index: 9;
}
/* ------------------------------------------------------------------------------------------------- */
                                                        /*-- BRAND VISUAL IDENTITY SERVICE --*/
/* ------------------------------------------------------------------------------------------------- */
/*    TITLE    */
#brandVisualIdentityTitle {
    color: #F26722;
    text-shadow: 1px 5px 5px #C02700;
}
/*    INDEX    */
#brandVisualIdentityIndex li:nth-child(n+5) {
    margin: 0 0 0 20%;
}
#brandVisualIdentityIndex li {
    color: #F26722;
}
#brandVisualIdentityIndex a {
    color: #F26722;
}
#brandVisualIdentityIndex a:hover {
    color: #FAA543;
}
/*    CONTENT    */
#whatIsBrandVisualIdentity h2:nth-of-type(1) {
    width: 33%;
    height: auto;
    top: 0;
    left: 2%;
    color: #F26722;
    text-shadow: 5px 5px 10px #C02700;
    text-align: start;
}
#whatIsBrandVisualIdentity h2:nth-of-type(2) {
    top: -5%;
    left: 17%;
    color: #80006650;
    text-shadow: 5px 5px 10px #00272750;
}
#whatIsBrandVisualIdentity p {
    width: 70%;
    height: auto;
    bottom: 2%;
    left: auto;
    text-align: justify;
    text-align-last: center;

}
#whatIsBrandVisualIdentity img {
    z-index: 1;
}
/* -------------------- */
#whyYouNeedVisulIdentity h2:nth-of-type(1) {
    width: 33%;
    height: auto;
    top: 0;
    right: 2%;
    color: #F26722;
    text-shadow: 5px 5px 10px #C02700;
    text-align: start;
}
#whyYouNeedVisulIdentity h2:nth-of-type(2) {
    top: -5%;
    right: 7%;
    color: #80006650;
    text-shadow: 5px 5px 10px #00272750;
}
#whyYouNeedVisulIdentity p {
    width: 50%;
    height: auto;
    bottom: 2%;
    right: 2%;
    text-align: justify;
    text-align-last: center;
}
#whyYouNeedVisulIdentity img {
    z-index: 1;
}
/* -------------------- */
#benifitsOfBrandIdentity h2:nth-of-type(1) {
    width: 33%;
    height: auto;
    left: 0;
    color: #F26722;
    text-shadow: 5px 5px 10px #C02700;
    text-align: start;
}
#benifitsOfBrandIdentity h2:nth-of-type(2) {
    left: 22%;
    color: #80006650;
    text-shadow: 5px 5px 10px #00272750;
}
#benifitsOfBrandIdentity ul {
    display: block;
    width: 65%;
    height: auto;
    position: absolute;
    right: 0;
    margin: 0;
    padding: 2%;
    border: 0;
}
#benifitsOfBrandIdentity ul li {
    display: block;
    width: fit-content;
    height: auto;
    margin: 0;
    padding: 0.5%;
    border: 0;
    border-radius: 25px;
    color: #0D4040;
    font: normal 500 1rem/1.1 'PenzilFont', sans-serif;
    text-align: start;
    background-color: transparent;
    z-index: 2;
    transition: background-color 1.5s ease, transform 2s ease;
}
#benifitsOfBrandIdentity ul li:hover {
    padding: 1% 2% 1% 2%;
    font: normal 500 1.2rem/1.1 'PenzilFont', sans-serif;
    background-color: #F2672250;
    transform: scale(1.05);
    z-index: 9;
}
/* -------------------- */
#designElementsOfTheVisualIdentity {
    height: 17%;
}
#designElementsOfTheVisualIdentity h2:nth-of-type(1) {
    width: auto;
    height: auto;
    top: 0;
    padding: 0;
    color: #F26722;
    text-shadow: 0px 5px 5px #C02700;
    text-align: center;
}
#designElementsOfTheVisualIdentity:has(h2:hover) h2:nth-of-type(1) {
    transform: none;
}
#designElementsOfTheVisualIdentity h3 {
    bottom: 0;
    color: #800066;
    text-shadow: 0 5px 5px #002727;
}
/* -------------------- */
#designElementsOfTheVisualIdentityElement01 h4 {
    top: 0;
    left: 0;
}
#designElementsOfTheVisualIdentityElement01 sup {
    top: 0;
    left: 10%;
}
#designElementsOfTheVisualIdentityElement01 ul {    
    top: 15%;
    left: 6%;
    color: #F26722;
    text-shadow: 2px 2px 2px #C02700;
}
#designElementsOfTheVisualIdentityElement01 ul li {
    color: #C02700;
    text-shadow: none;
}
/* -------------------- */
#designElementsOfTheVisualIdentityElement02 h4 {
    top: 0;
    left: 0;
}
#designElementsOfTheVisualIdentityElement02 sup {
    top: 0;
    left: 13%;
}
#designElementsOfTheVisualIdentityElement02 ul {
    width: 20%;
    top: 15%;
    left: 9%;
    color: #F26722;
    text-shadow: 2px 2px 2px #C02700;
}
#designElementsOfTheVisualIdentityElement02 ul li {
    color: #C02700;
    text-shadow: none;
}
/* -------------------- */
#designElementsOfTheVisualIdentityElement03 h4 {
    top: 0;
    left: 0;
}
#designElementsOfTheVisualIdentityElement03 sup {
    top: 0;
    left: 13%;
}
#designElementsOfTheVisualIdentityElement03 ul {
    width: 18%;
    top: 15%;
    left: 9%;
    color: #F26722;
    text-shadow: 2px 2px 2px #C02700;
}
#designElementsOfTheVisualIdentityElement03 ul li {
    color: #C02700;
    text-shadow: none;
}
/* -------------------- */
#designElementsOfTheVisualIdentityElement04 h4 {
    top: 0;
    left: 0;
}
#designElementsOfTheVisualIdentityElement04 sup {
    top: 0;
    left: 13%;
}
#designElementsOfTheVisualIdentityElement04 ul {
    width: 18%;
    top: 15%;
    left: 11%;
    color: #F26722;
    text-shadow: 2px 2px 2px #C02700;
}
#designElementsOfTheVisualIdentityElement04 ul li {
    color: #C02700;
    text-shadow: none;
}
/* -------------------- */
#designElementsOfTheVisualIdentityElement05 h4 {
    top: 0;
    left: 0;
}
#designElementsOfTheVisualIdentityElement05 sup {
    top: 0;
    left: 13%;
}
#designElementsOfTheVisualIdentityElement05 ul {
    width: 18%;
    top: 15%;
    left: 11%;
    color: #F26722;
    text-shadow: 2px 2px 2px #C02700;
}
#designElementsOfTheVisualIdentityElement05 ul li {
    color: #C02700;
    text-shadow: none;
}
/* -------------------- */
#designElementsOfTheVisualIdentityElement06 h4 {
    top: 0;
    left: 0;
}
#designElementsOfTheVisualIdentityElement06 sup {
    top: 0;
    left: 13%;
}
#designElementsOfTheVisualIdentityElement06 ul {
    width: 18%;
    top: 15%;
    left: 11%;
    color: #F26722;
    text-shadow: 2px 2px 2px #C02700;
}
#designElementsOfTheVisualIdentityElement06 ul li {
    color: #C02700;
    text-shadow: none;
}
#designElementsOfTheVisualIdentityElement06 p {
    width: 50%;
    bottom: 2%;
    right: 10%;
    padding: 1%;
    border-radius: 25px;
    text-align-last: center;
}
#designElementsOfTheVisualIdentityElement06 img {
    width: 45%;
    height: auto;
    position: absolute;
    top: 0;
    right: 16%;
    z-index: 1;
    transition: transform 2s ease;
}
/* ------------------------------------------------------------------------------------------------- */
                                                        /*-- DIGITAL DESIGN AND ART SERVICE --*/
/* ------------------------------------------------------------------------------------------------- */
/*    TITLE    */
#digitalDesignAndArtTitle {
    color: #8DC000;
    text-shadow: 1px 5px 5px #4D8000;
}
/*    INDEX    */
#digitalDesignAndArtIndex li:nth-child(n+4) {
    margin: 0 0 0 20%;
}
#digitalDesignAndArtIndex li {
    color: #8DC000;
}
#digitalDesignAndArtIndex a {
    color: #8DC000;
}
#digitalDesignAndArtIndex a:hover {
    color: #ccff00;
}
/*    CONTENT    */
#whatIsDigitalDesignAndArt h2:nth-of-type(1) {
    width: 33%;
    height: auto;
    top: 5%;
    left: 2%;
    color: #8DC000;
    text-shadow: 5px 5px 10px #4D8000;
    text-align: start;
}
#whatIsDigitalDesignAndArt h2:nth-of-type(2) {
    top: 0;
    left: 22%;
    color: #80006650;
    text-shadow: 5px 5px 10px #00272750;
}
#whatIsBrandVisualIdentity img {
    z-index: 1;
}
/* -------------------- */
#whyYouNeeddigitalDesigns h2:nth-of-type(1) {
    width: 33%;
    height: auto;
    top: 5%;
    right: 2%;
    color: #8DC000;
    text-shadow: 5px 5px 10px #4D8000;
    text-align: start;
}
#whyYouNeeddigitalDesigns h2:nth-of-type(2) {
    top: -5%;
    right: 7%;
    color: #80006650;
    text-shadow: 5px 5px 10px #00272750;
}
#whyYouNeeddigitalDesigns img {
    z-index: 1;
}
/* -------------------- */
#designElementsOfDigitalDesignAndArt {
    height: 17%;
}
#designElementsOfDigitalDesignAndArt h2:nth-of-type(1) {
    width: auto;
    height: auto;
    top: 0;
    padding: 0;
    color: #8DC000;
    text-shadow: 0 5px 5px #4D8000;
    text-align: center;
}
#designElementsOfDigitalDesignAndArt:has(h2:hover) h2:nth-of-type(1) {
    transform: none;
}
#designElementsOfDigitalDesignAndArt h3 {
    bottom: 0;
    color: #800066;
    text-shadow: 0 5px 5px #002727;
}
/* -------------------- */
#designElementsOfDigitalDesignAndArtElement01 h4 {
    top: 0;
    left: 0;
}
#designElementsOfDigitalDesignAndArtElement01 sup {
    top: 0;
    left: 10%;
}
#designElementsOfDigitalDesignAndArtElement01 ul {    
    top: 17%;
    left: 6%;
    color: #8DC000;
    text-shadow: 2px 2px 2px #4D8000;
}
#designElementsOfDigitalDesignAndArtElement01 ul li {
    color: #4D8000;
    text-shadow: none;
}
#designElementsOfDigitalDesignAndArtElement01 p {
    width: 60%;
    right: 5%;
}
/* -------------------- */
#designElementsOfDigitalDesignAndArtElement02 h4 {
    top: 0;
    left: 0;
}
#designElementsOfDigitalDesignAndArtElement02 sup {
    top: 0;
    left: 13%;
}
#designElementsOfDigitalDesignAndArtElement02 ul {
    left: 9%;
    color: #8DC000;
    text-shadow: 2px 2px 2px #4D8000;
}
#designElementsOfDigitalDesignAndArtElement02 ul li {
    color: #4D8000;
    text-shadow: none;
}
/* -------------------- */
#designElementsOfDigitalDesignAndArtElement03 h4 {
    top: 0;
    left: 0;
}
#designElementsOfDigitalDesignAndArtElement03 sup {
    top: 0;
    left: 13%;
}
#designElementsOfDigitalDesignAndArtElement03 ul {
    width: 20%;
    left: 9%;
    color: #8DC000;
    text-shadow: 2px 2px 2px #4D8000;
}
#designElementsOfDigitalDesignAndArtElement03 ul li {
    color: #4D8000;
    text-shadow: none;
}
#designElementsOfDigitalDesignAndArtElement03 P {
    width: 60%;
    right: 5%;
}
/* -------------------- */
#designElementsOfDigitalDesignAndArtElement04 h4 {
    top: 0;
    left: 0;
}
#designElementsOfDigitalDesignAndArtElement04 sup {
    top: 0;
    left: 13%;
}
#designElementsOfDigitalDesignAndArtElement04 ul {
    left: 11%;
    color: #8DC000;
    text-shadow: 2px 2px 2px #4D8000;
}
#designElementsOfDigitalDesignAndArtElement04 ul li {
    color: #4D8000;
    text-shadow: none;
}
/* -------------------- */
#designElementsOfDigitalDesignAndArtElement05 h4 {
    top: 0;
    left: 0;
}
#designElementsOfDigitalDesignAndArtElement05 sup {
    top: 0;
    left: 13%;
}
#designElementsOfDigitalDesignAndArtElement05 ul {
    width: 20%;
    left: 11%;
    color: #8DC000;
    text-shadow: 2px 2px 2px #4D8000;
}
#designElementsOfDigitalDesignAndArtElement05 ul li {
    color: #4D8000;
    text-shadow: none;
}
/* ------------------------------------------------------------------------------------------------- */
                                                                    /*-- FOOTER --*/
/* ------------------------------------------------------------------------------------------------- */
#last {
    grid-column: 1 / 6;
    grid-row: 5 / 6;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: white;
}
/* -------------------- */
#firstDiv {
    position: absolute;
    width: 28%;
    height: 80%;
    top: 10%;
    left: 6%;
    margin: 0;
    padding: 0;
    border-top: 3px solid #002727;
    border-bottom: 3px solid #002727;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
#firstDiv p {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 1%;
    border: 0;
    color: #002727;
    font: normal 100 1rem/1 'PenzilFonr', sans-serif;
    text-decoration: none;
    text-align: center;
    z-index: 1;
}
#firstDiv a {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 1%;
    border: 0;
    color: #002727;
    font: normal 700 1rem/1 'PenzilFonr', sans-serif;
    text-decoration: none;
    text-align: center;
    z-index: 2;
}
#firstDiv a:hover {
    color: #ff00e6;
}
/* -------------------- */
#secondDiv {
    position: absolute;
    width: 54%;
    height: 80%;
    top: 10%;
    right: 3%;
    margin: 0;
    padding: 0;
    border-top: 3px solid #002727;
    border-bottom: 3px solid #002727;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
/* -------------------- */
#secondDiv1 {
    width: 25%;
    height: 80%;
    margin: 0 2.5% 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: end;
}
#secondDiv1 p {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 2% 0;
    padding: 0;
    border: 0;
    color: #002727;
    font: normal 100 1.2rem/1 'PenzilFonr', sans-serif;
    text-decoration: none;
    text-align: start;
    z-index: 1;
}
#secondDiv1 a {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 1%;
    border: 0;
    color: #002727;
    font: normal 700 1rem/1 'PenzilFonr', sans-serif;
    text-decoration: none;
    text-align: center;
    z-index: 2;
}
#secondDiv1 a:hover {
    color: #ff00e6;
}
/* -------------------- */
#secondDiv2 {
    width: 60%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
#secondDiv2 p {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 1% 0;
    padding: 0;
    border: 0;
    color: #002727;
    font: normal 100 1.2rem/1 'PenzilFonr', sans-serif;
    text-decoration: none;
    text-align: start;
    z-index: 1;
}
#secondDiv2 div {
    width: 80%;
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
}
.footerSocailmediaButtons {
    height: 100%;
    aspect-ratio: 1.4;
    margin: 0;
    padding: 0;
    border: 2px solid #002727;
    border-radius: 9px 37px;
    transform: skewX(-19.573deg);
}
#footerSocailmediaButton1 {
    background: transparent url(servicePageAssets/socailmediaButton1-normal.png) no-repeat center/contain;
}
#footerSocailmediaButton1:hover {
    border: 2px solid #800066;
    background: transparent url(servicePageAssets/socailmediaButton1-hover.png) no-repeat center/contain;
}
#footerSocailmediaButton2 {
    background: transparent url(servicePageAssets/socailmediaButton2-normal.png) no-repeat center/contain;
}
#footerSocailmediaButton2:hover {
    border: 2px solid #800066;
    background: transparent url(servicePageAssets/socailmediaButton2-hover.png) no-repeat center/contain;
}
#footerSocailmediaButton3 {
    background: transparent url(servicePageAssets/socailmediaButton3-normal.png) no-repeat center/contain;
}
#footerSocailmediaButton3:hover {
    border: 2px solid #800066;
    background: transparent url(servicePageAssets/socailmediaButton3-hover.png) no-repeat center/contain;
}
#footerSocailmediaButton4 {
    background: transparent url(servicePageAssets/socailmediaButton4-normal.png) no-repeat center/contain;
}
#footerSocailmediaButton4:hover {
    border: 2px solid #800066;
    background: transparent url(servicePageAssets/socailmediaButton4-hover.png) no-repeat center/contain;
}
#footerSocailmediaButton5 {
    background: transparent url(servicePageAssets/socailmediaButton5-normal.png) no-repeat center/contain;
}
#footerSocailmediaButton5:hover {
    border: 2px solid #800066;
    background: transparent url(servicePageAssets/socailmediaButton5-hover.png) no-repeat center/contain;
}
#footerSocailmediaButton6 {
    background: transparent url(servicePageAssets/socailmediaButton6-normal.png) no-repeat center/contain;
}
#footerSocailmediaButton6:hover {
    border: 2px solid #800066;
    background: transparent url(servicePageAssets/socailmediaButton6-hover.png) no-repeat center/contain;
}
/* ------------------------------------------------------------------------------------------------- */
                                                                    /*-- ANIMATION MEDIA --*/
/* ------------------------------------------------------------------------------------------------- */
@keyframes normalslideIn {
    to {
        opacity: 1;
        transform: translateX(0) translateY(0) scale(1);
    }
}
@keyframes skewSlideIn {
    to {
        opacity: 1;
        transform: translateX(0) translateY(0) scale(1) skewX(-19.573deg);
    }
}
@keyframes scalePop {
    0% {
        opacity: 0;
        transform: translateX(0) translateY(0) scale(0);
    }
    66.666% {
        opacity: 0.667;
        transform: translateX(0) translateY(0) scale(1.2);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0) scale(1);
    }
}
@keyframes skewScalePop {
    0% {
        opacity: 0;
        transform: translateX(0) translateY(0) scale(0) skewX(-19.573deg);
    }
    66.666% {
        opacity: 0.667;
        transform: translateX(0) translateY(0) scale(1.2) skewX(-19.573deg);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0) scale(1) skewX(-19.573deg);
    }
}