.logoOfEWW {
    background-image: url("/img/logo-EWW-light.png");
}

.mainOfAboutPage {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 98%;
    max-width: 2000px;
    padding-right: 1%;/*avoid scrollbar width*/
    margin-bottom: 30px;
}
.mainOfAboutPage > * {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 2000px;
    margin-top: 70px;
    margin-bottom: 10px;
    scroll-margin-top: 70px;
}
.mainOfAboutPage .aboutIntro {
    gap: 5%;
}
.mainOfAboutPage .aboutIntro .aboutIntroLeft,
.mainOfAboutPage .aboutIntro .aboutIntroRight {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.mainOfAboutPage .aboutIntro .logoEWWAnim {
    display: none;
}
.mainOfAboutPage .aboutIntro .logoEWWAnim svg path {
    stroke-width: 6;
}
 .mainOfAboutPage .aboutIntro .aboutIntroLeft > div {
    width: 30%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    padding: 5px;
    background-color: var(--table-color-light);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: skewX(-10deg);
    box-shadow: 7px 7px 0 var(--purpleCowButton-light);
    transition: all 0.3s ease;
}
.mainOfAboutPage .aboutIntro .aboutIntroLeft > div > svg {
    position: relative;
    width: 90%;
    height: 200px;
}
.mainOfAboutPage .aboutIntro .logoEWWAnim svg path,
.mainOfAboutPage .aboutIntro .aboutIntroLeft > div > svg path {
    stroke-dashoffset: 11660;
    stroke-dasharray: 11660;
    fill-opacity: 0;
    animation: draw 10s 1s forwards;
}
.mainOfAboutPage .aboutIntro .logoEWWAnim svg path:not(path:nth-child(1)),
.mainOfAboutPage .aboutIntro .aboutIntroLeft > div > svg path {
    stroke: var(--onHoverTextButton-light);
}
.mainOfAboutPage .aboutIntro .logoEWWAnim svg path:nth-child(1) {
    stroke: var(--table-color-light);
}
@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}
.mainOfAboutPage .aboutIntro .aboutIntroLeft .circuitCard {
    position: relative;
    align-self: flex-end;
}
.mainOfAboutPage .aboutIntro .aboutIntroLeft .diamondCard {
    position: relative;
    margin-right: 20%;
}
.mainOfAboutPage .aboutIntro .aboutIntroLeft .measureCard .measureSvg path,
.mainOfAboutPage .aboutIntro .aboutIntroLeft .circuitCard .circuitSvg path {
    stroke-width: 5;
}
.mainOfAboutPage .aboutIntro .aboutIntroLeft .diamondCard .diamondSvgAbout { 
    stroke-width: 10;
}
.mainOfAboutPage .aboutIntro .aboutIntroRight {
    justify-content: center;
    align-items: flex-start;
    height: 85%;
    width: 45%;
    align-self: center;
    margin-top: 30px;
}
.mainOfAboutPage .aboutIntro .aboutIntroRight h1 {
    font-size: 350%;
    color: var(--text-color-light);
    max-width: 70%;
    padding-bottom: 60px;
}
.mainOfAboutPage .aboutIntro .aboutIntroRight p {
    position: relative;
    color: var(--paragraphColor-light);
    font-size: 25px;
}
.mainOfAboutPage .aboutIntro .aboutIntroRight .discover {
    position: relative;
    width: 10%;
    aspect-ratio: 1;
    text-decoration: none;
    color: var(--codeCont-light);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    padding: 5px;
    background-color: var(--table-color-light);
    border-radius: 5px;
    transform: scale(1);
    transition: all 0.3s ease;
}
.mainOfAboutPage .discover .icon-arrow svg path {
    fill: var(--purpleCowButton-light);
}

/*↓↓START SECTIONS↓↓*/
.mainOfAboutPage .svgAppearScroll {
    margin-top: 50px;
}
.mainOfAboutPage #aboutEnginSection,
.mainOfAboutPage #aboutCraftSection,
.mainOfAboutPage #aboutValueSection,
.mainOfAboutPage #aboutConclusionSection {
    flex-wrap: wrap;
}
.mainOfAboutPage #aboutEnginSection h1,
.mainOfAboutPage #aboutCraftSection h1,
.mainOfAboutPage #aboutValueSection h1,
.mainOfAboutPage #aboutConclusionSection h1 {
    position: relative;
    width: fit-content;
    margin: 0 20%;
    text-align: center;
    white-space: nowrap;
    font-size: 300%;
    color: var(--text-color-light);
    border-bottom: var(--purpleCowButton-light) solid 5px;
    margin-bottom: 20px;
}
.mainOfAboutPage #aboutEnginSection h1 span,
.mainOfAboutPage #aboutCraftSection h1 span,
.mainOfAboutPage #aboutValueSection h1 span,
.mainOfAboutPage #aboutConclusionSection h1 span {
    display: inline-block;
    width: 15px;
    aspect-ratio: 1;
    background-color: #558CA0;
    margin-left: 10px;
    box-shadow: 2px 2px var(--purpleCowButton-light);
    transform: skewX(-10deg);
}
.mainOfAboutPage #aboutEnginSection .enginContainer,
.mainOfAboutPage #aboutCraftSection .craftContainer,
.mainOfAboutPage #aboutValueSection .valueContainer,
.mainOfAboutPage #aboutConclusionSection .valueContainer {
    position: relative;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 55%;
    min-width: 700px;
    aspect-ratio: 4 / 3;
    transition: all 0.3s ease;
    box-shadow: 5px 5px var(--purpleCowButton-light);
}
.mainOfAboutPage #aboutEnginSection .enginContainer {
    background-image: var(--about-engi-illu-light);
}
.mainOfAboutPage #aboutCraftSection .craftContainer {
    background-image: var(--about-craft-illu-light);
}
.mainOfAboutPage #aboutValueSection .valueContainer {
    background-image: var(--about-value-illu-light);
}
.mainOfAboutPage #aboutEnginSection .enginContainer::before,
.mainOfAboutPage #aboutCraftSection .craftContainer::before,
.mainOfAboutPage #aboutValueSection .valueContainer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #558CA0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}
.mainOfAboutPage #aboutEnginSection .enginContainer::before {
    background-image: var(--about-bg-engi-light);
}
.mainOfAboutPage #aboutCraftSection .craftContainer::before {
    background-image: var(--about-bg-craft-light);
}
.mainOfAboutPage #aboutValueSection .valueContainer::before {
    background-image: var(--about-bg-value-light);
}
.mainOfAboutPage .sectionText {
    position: absolute;
    top: 35%;
    right: -30%;
    width: 45%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    background-color: var(--purpleCowButton-light);
}
.mainOfAboutPage .sectionText p {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.3;
    font-size: 120%;
    padding: 5px;
    background-color: #558CA0;
    color: var(--bg-color-light);
    box-shadow: 5px 5px var(--purpleCowButton-light);
}
.mainOfAboutPage .sectionBtn {
    position: absolute;
    top: 35%;
    left: -30%;
    width: 45%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    background-color: var(--purpleCowButton-light);
    transition: all 0.3s ease;
}
.mainOfAboutPage .sectionBtn .leftTxt {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 120%;
    line-height: 1.3;
    padding: 5px;
    background-color: #558CA0;
    color: var(--bg-color-light);
    box-shadow: 5px 5px var(--purpleCowButton-light);
    text-decoration: none;
    transition: all 0.3s ease;
    /* box-shadow: 0px 7px 0 var(--purpleCowButton-light); */
}


/*↓↓CONCLUSION SECTION↓↓*/
.mainOfAboutPage #aboutConclusionSection .conclusionContainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 95%;
    aspect-ratio: 7 / 2;
    background-color: #558CA0;

    & > p {
        width: 25%;
        height: 70%;
        display: block;
        line-height: 1.3;
        font-size: 130%;
        padding: 60px 5px 5px 5px;
        color: var(--bg-color-light);
    }
    & .conclusionSvgAnim {
        width: 35%;
        height: 80%;
        background-image: var(--about-conclusion-illu-light);
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        transition: all 0.3s ease;
    }
    & .aboutCTA {
        position: absolute;
        display: flex;
        justify-content: center;
        width: max-content;
        font-size: 120%;
        font-weight: 700;
        text-decoration: none;
        color: #455A64;
        padding: 10px 30px;
        background-color: var(--purpleCowButton-light);
        bottom: 0;
        right: 0;
        transform: translate(-120%, -150%) skewX(-10deg);
        box-shadow: 5px 5px #455A64;
        transition: all 0.3s ease;
    }
    & .aboutCTA:hover {
        background-color: #455A64;
        color: var(--onHoverTextButton-light);
        box-shadow: 5px 5px var(--onHoverTextButton-light);
    }
}

/*↓↓START RESPONSIVE↓↓*/
@media only screen and (max-width: 1450px) {
    .mainOfAboutPage .aboutIntro .aboutIntroRight h1 {
        font-size: 50px;
        max-width: 100%;
    }
    .mainOfAboutPage #aboutEnginSection h1,
    .mainOfAboutPage #aboutCraftSection h1,
    .mainOfAboutPage #aboutValueSection h1,
    .mainOfAboutPage #aboutConclusionSection h1 {
        font-size: 40px;
    }
    
    .mainOfAboutPage #aboutConclusionSection .conclusionContainer {
        & > p {
            width: 30%;
            padding: 30px 5px 5px 5px;
        }
        & .aboutCTA {
            position: relative;
            font-size: 110%;
            padding: 5px 20px;
            transform: translate(0%, 30%) skewX(-10deg);
        }
    }
}
@media only screen and (max-width: 1200px) {
    .mainOfAboutPage .aboutIntro .aboutIntroLeft {
        width: 35%;
    }
    .mainOfAboutPage .aboutIntro .aboutIntroLeft > div {
        width: 50%;
    }
    .mainOfAboutPage .aboutIntro .aboutIntroRight {
        width: 60%;
    }
    .mainOfAboutPage .aboutIntro .aboutIntroRight p {
        font-size: 22px;
    }
    .mainOfAboutPage .aboutIntro .aboutIntroRight .discover {
        margin: 10px 0 0 80px;
    }
    .mainOfAboutPage #aboutEnginSection .enginContainer, 
    .mainOfAboutPage #aboutCraftSection .craftContainer, 
    .mainOfAboutPage #aboutValueSection .valueContainer {
        min-width: unset;
    }
    .mainOfAboutPage .sectionBtn {
        width: 40%;
    }
    .mainOfAboutPage .sectionText p,
    .mainOfAboutPage .sectionBtn .leftTxt {
        font-size: 16px;
    }

    .mainOfAboutPage #aboutConclusionSection h1 {
        margin-bottom: 20px !important;
    }
    .mainOfAboutPage #aboutConclusionSection .conclusionContainer {
        width: 75%;
        flex-direction: column;
        flex-wrap: nowrap;
        height: fit-content;
        aspect-ratio: unset;
        gap: 0;

        & > p {
            padding: 10px;
            width: 90%;
            display: flex;
            flex-direction: column;
            text-align: center;
            font-size: 20px;
        }
        & .conclusionSvgAnim {
            width: 55%;
            height: 400px;
            background-size: 100%;
        }
        & .aboutCTA {
            transform: unset;
            margin-top: 10px;
            align-self: center;
        }
    }
}
@media only screen and (max-width: 1050px) {
    .mainOfAboutPage {
        margin-top: 100px;
    }
    .mainOfAboutPage .aboutIntro {
        flex-direction: column;
        margin-top: 0;
    }
    .mainOfAboutPage .aboutIntro .aboutIntroLeft {
        flex-direction: row;
        width: 80%;
        gap: 20px;
    }
    .mainOfAboutPage .aboutIntro .aboutIntroLeft .diamondCard {
        margin-right: unset;
    }
    .mainOfAboutPage .aboutIntro .aboutIntroRight {
        width: 80%;
        align-self: unset;
    }
    .mainOfAboutPage .aboutIntro .aboutIntroRight h1 {
        font-size: 40px;
        padding-bottom: 10px;
    }
    .mainOfAboutPage .aboutIntro .aboutIntroRight .discover {
        align-self: center;
        margin: 10px 0 0 0;
        width: 8%;
    }
    .mainOfAboutPage .sectionText,
    .mainOfAboutPage .sectionBtn {
        transform: skewX(0deg) translateY(-50%);
        top: 50%;
    }
    .mainOfAboutPage #aboutConclusionSection .conclusionContainer .conclusionSvgAnim {
        width: 60%;
    }
}
@media only screen and (max-width: 900px) {
    .mainOfAboutPage {
        padding-right: 0;
    }
    .mainOfAboutPage .aboutIntro {
        height: 100dvh;
        min-height: 750px;
    }
    .mainOfAboutPage .aboutIntro .aboutIntroLeft > div > svg {
        height: 160px;
    }
    .mainOfAboutPage .aboutIntro .aboutIntroRight {
        height: unset;
    }
    .mainOfAboutPage .aboutIntro .aboutIntroRight p {
        font-size: 20px;
    }
    .mainOfAboutPage .aboutIntro .aboutIntroRight .discover .icon-arrow {
        width: 70%;
    }
    .mainOfAboutPage #aboutEnginSection, 
    .mainOfAboutPage #aboutCraftSection, 
    .mainOfAboutPage #aboutValueSection,
    .mainOfAboutPage #aboutConclusionSection {
        margin-bottom: 50px;
    }
    .mainOfAboutPage #aboutEnginSection h1, 
    .mainOfAboutPage #aboutCraftSection h1, 
    .mainOfAboutPage #aboutValueSection h1,
    .mainOfAboutPage #aboutConclusionSection h1 {
        font-size: 36px;
        margin-bottom: 70px;
    }
    .mainOfAboutPage #aboutEnginSection .enginContainer,
    .mainOfAboutPage #aboutCraftSection .craftContainer, 
    .mainOfAboutPage #aboutValueSection .valueContainer,
    .mainOfAboutPage #aboutConclusionSection .valueContainer {
        width: 80%;
        background-position: center;
        background-size: 50%;
    }
    .mainOfAboutPage #aboutEnginSection .enginContainer,
    .mainOfAboutPage #aboutValueSection .valueContainer,
    .mainOfAboutPage #aboutConclusionSection .valueContainer {
        background-position: center 70%;
    }
    .mainOfAboutPage .sectionText {
        top: 100%;
        right: 50%;
        transform: skewX(0deg) translate(50%, -50%);
        width: 85%;
    }
    .mainOfAboutPage .sectionBtn {
        position: relative;
        width: 60%;
        top: 0%;
        left: 50%;
        margin: 0;
        transform: skewX(0deg) translate(-50%, -50%);
    }
}
@media only screen and (max-width: 600px) {
    .mainOfAboutPage {
        margin-top: 70px;
    }
    .mainOfAboutPage .aboutIntro .logoEWWAnim {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
        height: 80px;
    }
    .mainOfAboutPage .aboutIntro .logoEWWAnim svg {
        width: 75%;
        height: 150px;
    }
    .mainOfAboutPage .aboutIntro .aboutIntroLeft,
    .mainOfAboutPage .aboutIntro .aboutIntroRight {
        width: 90%;
    }
    .mainOfAboutPage .aboutIntro .aboutIntroLeft > div > svg {
        height: 100px;
    }
    .mainOfAboutPage .aboutIntro .aboutIntroRight h1 {
        max-width: 100%;
        font-size: 32px;
    }
    .mainOfAboutPage .aboutIntro .aboutIntroRight p {
        font-size: 18px;
    }
    .mainOfAboutPage .aboutIntro .aboutIntroRight .discover {
        width: 45px;
    }
    .mainOfAboutPage #aboutEnginSection, 
    .mainOfAboutPage #aboutCraftSection, 
    .mainOfAboutPage #aboutValueSection {
        margin-bottom: 100px;
    }
    .mainOfAboutPage #aboutEnginSection h1, 
    .mainOfAboutPage #aboutCraftSection h1, 
    .mainOfAboutPage #aboutValueSection h1,
    .mainOfAboutPage #aboutConclusionSection h1 {
        font-size: 26px;
        margin: 0;
        margin-bottom: 120px;
    }
    .mainOfAboutPage #aboutEnginSection h1 span, 
    .mainOfAboutPage #aboutCraftSection h1 span, 
    .mainOfAboutPage #aboutValueSection h1 span,
    .mainOfAboutPage #aboutConclusionSection h1 span {
        width: 11px;
    }
    .mainOfAboutPage #aboutEnginSection .enginContainer, 
    .mainOfAboutPage #aboutCraftSection .craftContainer, 
    .mainOfAboutPage #aboutValueSection .valueContainer,
    .mainOfAboutPage #aboutConclusionSection .valueContainer {
        width: 90%;
        height: 300px;
        background-position: center 30%;
        background-size: 60%;
    }
    .mainOfAboutPage .sectionText {
        height: fit-content;
        width: 95%;
    }
    .mainOfAboutPage .sectionText p {
        padding-bottom: 10px;
        font-size: 16px;
    }
    .mainOfAboutPage .sectionBtn {
        width: 95%;
        top: -35px;
    }
    .mainOfAboutPage .sectionBtn .leftTxt,
    .mainOfAboutPage #aboutConclusionSection .conclusionContainer > p {
        font-size: 16px;
    }
    .mainOfAboutPage #aboutConclusionSection {
        margin-bottom: 10px;
    }
    .mainOfAboutPage #aboutConclusionSection .conclusionContainer {
        width: 90%;
    }
    .mainOfAboutPage #aboutConclusionSection .conclusionContainer .conclusionSvgAnim {
        width: 70%;
        height: 300px;
    }
}
@media only screen and (max-width: 400px) {
    .mainOfAboutPage #aboutConclusionSection .conclusionContainer > p {
        padding: 10px 0;
    }
    .mainOfAboutPage #aboutConclusionSection .conclusionContainer .conclusionSvgAnim {
        width: 80%;
        height: 250px;
    }
}
