@import url("valid.css");

/* *{
    box-sizing: border-box;
} */

.navigation {
    /* position: relative !important; */
    position: absolute !important;
}

.MaskT {
    height: fit-content;
    overflow: hidden;
}

.item3 {
    /* margin-left: -200px; */
    transform: translateX(-100%);
    animation: translate 1s linear infinite;
    animation-play-state: paused;
    /* animation-delay: -.8s; */
    animation-delay: calc(var(--scroll2) * 1s);
    /* animation-delay: 1s; */
    animation-iteration-count: 1;
    animation-fill-mode: both;
    /* transform: translate(100%); */
}

@keyframes translate {
    to {
        /* transform: translateX(100%); */
        transform: translate(0%);
    }
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--Colorlite);
    font-family: Roboto;
}

body>header {
    width: 100%;
    height: calc(100vh - 48px);
    display: flex;
    justify-content: center;
    align-items: center;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#navigation {
    margin: 0 !important;
    transition: .3s;
}

.headerContainer {
    /* width: 50vw;
    height: 60vh; */
    width: fit-content;
    height: fit-content;
    text-align: center;
    /* overflow: hidden; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 500 !important;
}

.headerContainer img {
    transform-origin: center;
    width: 400px;
    height: 400px;
    max-width: 60vh;
    max-height: 60vh;
    border-radius: 50%;
    transform: rotate(-45deg);
    shape-outside: circle();
}

.headerContainer>*:not(img) {
    position: absolute;
}

.L_Logo {
    top: 0;
    left: 0;
}

.RightSide {
    bottom: 0;
    right: 0;
    text-align: left;
    transform: translateX(95%);
    font-size: 20px;
}

.LeftSide {
    top: 0;
    left: 0;
    text-align: right;
    transform: translateX(-95%);
    font-size: 30px;
}

.LeftSide strong {
    font-size: 40px !important;
}

.headerContainer .R_Logo:nth-child(1) {
    /* transform: translateX(4vw) */
    /* margin-left: 50px; */
}

.headerContainer .R_Logo:nth-child(2) {
    margin-left: 30px;
}

.headerContainer .L_Logo:nth-child(1) {
    text-transform: uppercase;
}

.headerContainer .L_Logo:nth-child(2) {
    margin-right: 40px;
}

.headerContainer #logo svg {
    width: 100%;
    /* height: 400px;  */
    margin: auto;
}

.headerContainer p {
    /* font-weight: 400; */
    text-transform: capitalize;
    margin: 4px 0;
}

.headerContainer .left {
    text-transform: uppercase;
    font-size: 20PX;
    direction: rtl;
    text-align: right;
}

.headerContainer strong {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22PX;
}

.right {
    text-align: left;
    line-height: 44px;
    font-size: 16PX !important;
    bottom: 0;
}

body>main {
    width: 100%;
    background: var(--Colorlite);
    margin-top: calc(100vh - 48px);
    position: relative;
    z-index: 1;
}

body>main>.FSEC {
    padding-top: 14vh
}

body>main>section {
    width: 62vw;
    height: fit-content;
    height: -moz-fit-content;
    min-height: 32px;
    min-width: 300px;
    margin: 64px auto;
    margin-bottom: 128px;
    color: var(--ColorDark);
}

main>section>article p {
    font-size: 24px;
}

main>section>article #ArtiBox {
    width: 100%;
    height: fit-content;
}

main>section>article #ArtiBox .ArtiBoxRow {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
}

main>section>article #ArtiBox .ArtiBoxRow:not(:last-child) {
    border-bottom: 3px solid var(--ColorDark);
}

main>section>article #ArtiBox .ArtiBoxRow>* {
    width: calc(25% - 8px);
}

.projThum {
    /* box-sizing: border-box; */
    /*border:solid ;*/
    display: flex;
    color:#000;
    /* background-size: cover !important;
    background-position: center !important; */
    z-index: 1;
}

.projThum>img {
    width: 100% !important;
}

.linkContent {
    /* position: absolute; */
    border: 2px solid var(--Colorlite);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 0 !important;
    height: 100% !important;
}

.linkContent.L {
    direction: rtl;
}


/* .linkContent > .A_target{
    width: 100% ;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
} */

.anime {
    animation: anime1 1s forwards;
}

.animeL {
    animation: anime1L 1s forwards;
}

@keyframes anime1 {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}

@keyframes anime1L {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0%);
    }
}

.linkContent .Title {
    font-size: 24px;
    margin: 0;
    /* border-bottom: 1.5px solid var(--ColorDark); */
    text-decoration: underline;
}

#contactLinkSec {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;
}

#contactLinkSec>div {
    text-align: center;
}

.SocialLinks {
    display: flex;
    justify-content: space-between;
}

.soLink {
    width: 32px;
    height: 32px;
}

.soLink>img {
    max-width: 100%;
    max-height: 100%;
}

@media(max-width:860px) {
    .SecTitle {
        margin-left: 0 !important;
        font-size:xx-large !important;
    }
    /* article #ArtiBox {
        justify-content: space-between !important;
    } */
    article #ArtiBox {}
    article #ArtiBox>*:not(hr) {
        width: calc(50% - 8px);
        margin: 0;
        margin-bottom: 16px;
    }
    article #ArtiBox>hr {
        width: 100%;
        margin-top: 0;
        margin-bottom: 16px;
    }
    #Nav {
        position: fixed;
        overflow: hidden;
    }
    /* article #ArtiBox > *:nth-child(1){order:1}
    article #ArtiBox > *:nth-child(2){order:2}
    article #ArtiBox > *:nth-child(3){order:3}
    article #ArtiBox > *:nth-child(4){order:4}
    article #ArtiBox > *:nth-child(5){order:5}
    article #ArtiBox > *:nth-child(6){order:9}
    article #ArtiBox > *:nth-child(7){order:6}
    article #ArtiBox > *:nth-child(8){order:7}
    article #ArtiBox > *:nth-child(9){order:8}
    article #ArtiBox > *:nth-child(10){order:10}
    article #ArtiBox > *:nth-child(11){order:11}
    article #ArtiBox > *:nth-child(12){order:12}
    article #ArtiBox > *:nth-child(13){order:13}
    article #ArtiBox > *:nth-child(14){order:14} */
    #header {
        position: static;
        z-index: auto;
        height: 100vh;
    }
    body>main {
        margin-top: 0;
    }
    .headerContainer {
        width: fit-content;
        margin: 0 64px;
        flex-direction: column;
        align-items: flex-start;
    }
    .headerContainer * {
        position: relative !important;
        text-align: left;
        direction: ltr;
        transform: translate(0);
        margin-left: 0 !important;
    }
    .headerContainer>* {
        order: 2;
    }
    .headerContainer>img {
        order: 1 !important;
        max-width: 68vw;
        max-height: 68vw;
    }
    .headerContainer p {
        font-size: 16px;
        margin: 0;
    }
    .LeftSide {
        margin: 32px 0 8px;
    }
    .headerContainer strong {
        font-size: 30px !important;
    }
    main>section>article #ArtiBox .ArtiBoxRow {
        flex-wrap: wrap;
        margin-bottom: 4px;
    }
    main>section>article #ArtiBox .ArtiBoxRow>* {
        width: calc(50% - 8px);
        margin-bottom: 8px;
    }
    .linkContent.L {
        order: 4;
        direction: ltr;
    }
    /*.projThum {*/
   
    /*border:3px solid var(--ColorDark) ;}*/
    body>main>.FSEC {
    padding-top: 0 !important;
   }
header{
    height:calc(100vh - 84px) !important;
}

}