:root {
    --primary-clr1: #F6F7EB;
    --primary-clr2: #393E41;
    --primary-clr3: #E94F37;
}

html {

    @media(max-width: 1050px) {
        width: 100vw;
    }

}

body {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: "Instrument Sans", sans-serif;

    @media(max-width: 1050px) {
        width: 100vw;
    }
}

#webHeadEle {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    width: 100vw;
    height: 60px;
    box-shadow: 0px 2px 4px 2px rgba(73, 73, 73, 0.466);
    background-color: white;
    font-family: "Jost", sans-serif;
    visibility: visible;

    @media(max-width: 600px) {
        left: 0px;
        width: 100%;
        height: 50px;
        visibility: visible;
    }

}

#ViewPromt {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    background: url(Img/sec1Bckgrd.jpg);
    color: white;
    visibility: hidden;
    text-align: center;

    @media(max-width: 1050px) {
        visibility: hidden;
        width: 0px;
        height: 0px;
    }

}

#heroDiv {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 98.8vw;
    z-index: 999;
    visibility: visible;

    @media(max-width: 1050px) {
        height: calc(100vh - 50px);
        width: 100vw;
        margin: 0px;
        margin-top: 10%;
        visibility: visible;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

#webHeadEle div {
    float: left;
}

#webHdDiv1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: 100%;
}

#webHdDiv2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80vw;
    height: 100%;
}

#webHdDiv3 {
    position: relative;
    display: flex;
    align-items: center;
    width: 10vw;
    height: 100%;
}

#mobMenuIcon {
    width: 35px;
    height: 35px;
    visibility: hidden;

    @media(max-width: 1050px) {
        visibility: visible;
    }

}

#webHdDiv1SubDiv1 {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 4px;
    margin-left: 20px;
    color: white;
    background-color: var(--primary-clr2);

    @media(max-width: 1050px) {
        position: absolute;
        top: 0px;
        left: 0px;
    }

}

#webHdDiv1SubDiv1 div {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;

    @media(max-width: 1050px) {
        position: relative;
        float: left;
    }

}

#navListHld {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 100%;
    height: 100%;

    @media(max-width: 1050px) {
        visibility: hidden;
    }

}

#navListHld li {
    position: relative;
    float: left;
    width: 10%;
    cursor: default;
}

#webHdDiv4 {
    position: absolute;
    z-index: 999999;
    top: 0px;
    right: 0px;
    width: 150px;
    margin: 0px;
    margin-right: -150px;
    height: auto;
    background-color: white;
    transition-duration: 0.5s;
}

#closeMneNav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: black;
    color: white;
    margin-top: 10px;
    margin-left: 20px;
    border-radius: 5px;
}

#mobNavSpacer {
    width: 100%;
    height: 30px;
}

#navListHld2 {
    position: relative;
    width: 100%;
    height: 100%;

    @media(max-width: 1050px) {
        visibility: visible;
    }

}

.inlineMneDash {
    display: inline-block;
    position: absolute;
    top: 84px;
    right: -4px;
    width: 40px;
    margin: 0px;
    border: 2px solid black;
}

#inlineMneDash1 {
    top: 84px;
    width: 40px;
    transition-duration: 0.5s;
}

#inlineMneDash2 {
    top: 126px;
    width: 0px;
    transition-duration: 0.5s;
}

#inlineMneDash3 {
    top: 168px;
    width: 0px;
    transition-duration: 0.5s;
}

#inlineMneDash4 {
    top: 211px;
    width: 0px;
    transition-duration: 0.5s;
}

#inlineMneDash5 {
    top: 251px;
    width: 0px;
    transition-duration: 0.5s;
}

#navListHld2 p {
    position: relative;
    z-index: 99999;
    width: 100px;
    margin: 10px 10px;
    margin-left: 20px;
    padding: 5px;
    cursor: default;
    color: black;
    font-size: 1.2em;
    font-weight: 500;
}

.heroSubDiv {
    position: relative;
    width: 100%;
    height: 100vh;

    @media(max-width: 1050px) {
        position: relative;
        width: 100vw;
        height: 100vh;
    }
}

#divSec1 {
    height: calc(100vh);
    color: white;
    background: url(Img/sec1Bckgrd.jpg);
    background-size: 100% 100%;

    @media(max-width: 1050px) {
        height: auto;
        background: none;
        background-color: black;
        overflow: hidden;
    }

}

#divSec2 {

    @media(max-width: 1050px) {
        height: 100vh;
    }

}

#divSec3 {
    @media(max-width: 1050px) {
        height: 900px;
    }
}

#Sec2SubDiv2 {
    visibility: visible;

    @media(max-width: 1050px) {
        visibility: hidden;
    }
}

#Sec2SubDiv3 {
    visibility: hidden;

    @media(max-width: 1050px) {
        position: absolute;
        top: 260px;
        left: 0px;
        width: calc(100vw - 40px);
        height: 50%;
        margin: 0px;
        margin-left: 20px;
        visibility: visible;
    }
}

#Sec2SubDiv3BtnHlder {
    visibility: hidden;

    @media(max-width: 1050px) {
        position: relative;
        width: 100%;
        height: 60px;
        margin: 10px 0px;
        visibility: visible;
    }
}

#Sec2SubDiv3DesHlder {
    visibility: hidden;

    @media(max-width: 1050px) {
        position: relative;
        width: calc(100% - 50px);
        height: calc(100% - 60px);
        margin: 0px;
        margin-top: 20px;
        margin-left: 30px;
        visibility: visible;

    }

}

#Sec2SubDiv3DesHlder h3 {
    font-size: 1.3em;
    margin: 0px;
    margin-top: 30px;
}

#Sec2SubDiv3DesHlder p {
    width: 95%;
    height: auto;
    padding: 15px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    font-size: 1.3em;
}

#faceImgHld {

    position: absolute;
    top: 10px;
    left: calc(50% - 300px);
    height: 600px;
    width: 600px;
    border-radius: 300px;

    @media(max-width: 1050px) {
        top: -50px;
        left: calc(50% - 140px);
    }

}

#faceTrigger {
    position: absolute;
    z-index: 999999;
    top: 100px;
    left: 150px;
    width: 300px;
    height: 490px;
    border-radius: 150px;
}

#faceTrans {
    position: absolute;
    top: 0;
    left: -130px;
    height: 600px;
    width: 850px;
    opacity: 1;
    transition-duration: 1s;
}

#faceTrans1 {
    position: absolute;
    top: 0;
    left: -130px;
    height: 600px;
    width: 850px;
}

.heroSubDivTtlDiv {
    position: absolute;
    top: 30vh;
    left: 40px;
    width: 12px;
    height: auto;
    margin: 0px;

    @media(max-width: 1050px) {
        left: 15px;
    }

}

.heroSubDivTtlLetter {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Jost", sans-serif;
    font-size: 0.9em;

}

.heroSubDivTtlLne {
    width: 0px;
    height: 50px;
    margin: 0px;
    margin-left: 3px;
    border-left: 3px solid black;
}

.heroSubDivTtlLneAlt1 {
    width: 0px;
    height: 50px;
    margin: 0px;
    margin-left: 3px;
    border-left: 3px solid var(--primary-clr3);
}

.heroSubDivTtlLneAlt2, .heroSubDivTtlLneAlt3 {
    position: absolute;
    top: 13px;
    left: -70px;
    width: 50px;
    margin: 0px;
    margin-left: 3px;
    border-bottom: 3px solid var(--primary-clr3);

    @media(max-width: 1050px) {
        visibility: hidden;
    }

}

.heroSubDivTtlLneAlt3 {
    left: 415px;
    margin-left: 3px;

}

#myExpIconTtl {
    position: absolute;
    top: 13px;
    left: 800px;

    @media(max-width: 1050px) {
        top: 120px;
        left: calc(100vw - 300px);
        width: 400px;
        text-align: right;
    }

}

#myExpIconTtlHd3 {
    margin: 0px;
    margin-top: 5px;
    font-size: 1.2em;
    visibility: hidden;
}

#heroSubDivImgNdNameHld {
    position: relative;
    float: left;
    width: 50%;
    height: 95%;
    margin: 0px;
    margin-top: 1%;
    margin-left: 60px;
    font-family: "Jost", sans-serif;
    font-weight: 300;

    @media(max-width: 1050px) {
        position: absolute;
        top: -140px;
        left: -70px;
        width: 100vw;
        height: 130%;
        margin: 0px;
        transform: scale(59%);
    }

}

#contMeSec1Btn {
    position: absolute;
    bottom: 200px;
    left: 120px;
    width: 150px;
    height: 50px;
    border-radius: 25px;
    border-style: none;
    color: white;
    background-color: var(--primary-clr3);
    text-transform: uppercase;
    font-size: 0.9em;
    visibility: visible;

    @media(max-width: 1050px) {
        visibility: hidden;
    }

}

#contMeSec1Btn2 {
    position: relative;
    width: 150px;
    height: 50px;
    margin: 0px;
    margin-top: 50px;
    margin-left: 50px;
    border-radius: 25px;
    border-style: none;
    color: white;
    background-color: var(--primary-clr3);
    text-transform: uppercase;
    font-size: 0.9em;
    visibility: hidden;

    @media(max-width: 1050px) {
        z-index: 999999;
        transform: scale(140%);
        visibility: visible;
    }

}

#heroSubDivHmeDesExp {
    position: absolute;
    bottom: -40px;
    left: -48vw;
    width: 230%;
    height: 100px;
    margin: 0px;
    margin-top: 70px;
    margin-bottom: 50px;
    margin-left: 5%;

    @media(max-width: 1050px) {
        position: relative;
        left: 0px;
        bottom: 0px;
        width: calc(120%);
        margin: 0px;
        margin-top: 50px;
    }

}

#heroSubDivHmeDesExp h3 {
    letter-spacing: 0.3em;
}

#myExpIconDiv {
    position: absolute;
    top: 15px;
    left: 315px;

    @media(max-width: 1050px) {
        display: flex;
        align-items: center;
        width: 100%;
        top: 60px;
        left: 0px;
    }

}

.sec1MyExpIcon {
    position: relative;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    margin: 0px 5px;
    transition-duration: 0.15s;

    @media(max-width: 1050px) {
        width: 43px;
        height: 40px;
        margin: 0px calc((100% - (40px * 9)) / 18);
    }

}

#myExpIcon1:hover, #myExpIcon2:hover, #myExpIcon3:hover, #myExpIcon4:hover,
#myExpIcon5:hover, #myExpIcon6:hover, #myExpIcon7:hover, #myExpIcon8:hover, #myExpIcon9:hover {
    transform: scale(150%);
}

#heroSubDivHmeDes {
    position: relative;
    float: right;
    width: 35%;
    height: 90%;
    margin: 0px;
    padding: 15px;
    margin-top: 1%;
    margin-right: 60px;

    @media(max-width: 1050px) {
        float: left;
        width: 100%;
        height: 100%;
        margin: 0px;
        margin-top: 30px;
        margin-left: -50px;
        transform: scale(70%);
    }

}

#heroSubDivHmeDesHd {
    width: 90%;
    height: auto;
    margin: 0px 5%;
    margin-top: 120px;
    margin-bottom: 30px;
    font-size: 2em;
    color: var(--primary-clr3);
}

#sec1MyName {
    position: absolute;
    top: 80px;
    left: 50px;
    font-size: 4em;
}

#sec1MySurname {
    position: absolute;
    top: 150px;
    left: 90px;
    font-size: 4em;
}

#heroSubDivHmeDes p {
    width: 90%;
    margin: 0px 5%;
    margin-bottom: 30px;
    color: var(--primary-clr1);
}

#Sec2SubDiv1 {
    position: relative;
    float: left;
    width: 40%;
    height: 90%;
    margin: 0px;
    padding: 20px;
    margin-top: 5%;
    margin-left: 5%;

    @media(max-width: 1050px) {
        position: relative;
        float: none;
        width: calc(100vw - 40px);
        height: 250px;
        margin: 0px;
        margin-top: 60px;
        margin-left: 20px;
        padding: 5px 25px;
        padding-bottom: 0px;
    }

}

#Sec2SubDiv2 {
    position: relative;
    float: right;
    width: 45%;
    height: 96%;
    margin: 0px;
    margin-top: 5%;
    margin-right: 5%;
    visibility: visible;

    @media(max-width: 1050px) {
        visibility: hidden;
    }

}

#Sec2SubDiv1 h2 {
    font-size: 2em;
    text-transform: uppercase;
}

.Sec2SubDiv2Div {
    position: relative;
    width: 90%;
    height: calc(95% / 3 - 40px);
    margin: 30px 5%;
    box-shadow: 0px 0px 0.5px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-radius: 10px;
}

.Sec2SubDiv2Icons {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    left: 25px;
    width: 40px;
    height: 40px;
    margin: 0px;
    color: white;
    background-color: black;
    border: 1px solid black;
    border-radius: 5px;
    font-weight: 900;

    @media(max-width: 1050px) {
        position: relative;
        float: left;
        margin: 0px 10px;
    }

}

.Sec2SubDiv2Icons1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    margin: 0px;
    color: white;
    background-color: black;
    border: 1px solid black;
    border-radius: 5px;
    font-weight: 900;
}

.Sec2SubDiv2Div1 {
    position: relative;
    float: left;
    width: 100px;
    height: 100%;
}

.Sec2SubDiv2Div2 {
    position: relative;
    float: left;
    width: calc(100% - 120px);
    height: 100%;
    overflow: hidden;
}

.Sec2SubDiv2Div2 h3 {
    margin: 10px 0;
    margin-top: 20px;
}

.Sec2SubDiv2Div2 p {
    width: 95%;
    margin: 0px;
}

#divSec4 {

    @media(max-width: 1050px) {
        height: auto;
        margin-bottom: 20px;
    }

}

#divSec4Div1 {
    position: relative;
    float: left;
    width: 42%;
    height: 99%;
    margin: 0px;
    margin-left: 6%;
    border: 1px solid rgba(0, 0, 0, 0);

    @media(max-width: 1050px) {
        float: none;
        width: calc(100% - 40px);
        height: auto;
    }

}

#divSec4Div1HeadHld h3 {
    margin-top: 150px;
    margin-left: 10px;

    @media(max-width: 1050px) {
        margin: 10px 10px;
        margin-top: 50px;
    }

}

#divSec4Div1HeadHld1 {
    margin: 0px;
    margin-left: 10px;
    font-size: 2em;
}

#divSec4Div1HeadHld4 {
    font-size: 1.5em;
    margin: 0px;
}

#divSec4Div1 p {
    width: 90%;
    margin: 30px 0px;
    margin-left: 10px;
}

#divSec4Div2 {
    position: relative;
    float: left;
    width: 45%;
    height: 99%;
    padding: 0px;

    @media(max-width: 1050px) {
        float: none;
        width: calc(100% - 60px);
        height: auto;
        margin: 0px;
        margin-left: 30px;
    }

}

#divSec4Div2TopSpacer {
    position: relative;
    width: 100%;
    height: 80px;

    @media(max-width: 1050px) {
        height: 0px;
    }

}

#divSec4Div2 h3 {
    width: 200px;
    margin: 30px 0px;
    margin-left: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--primary-clr3);
}

.divSec4Div2SkillHlder {
    position: relative;
    display: flex;
    align-items: center;
    width: 95%;
    height: 30px;
    margin-bottom: 5px;
    margin-left: 20px;
}

.divSec4Div2SkillHlder p {
    display: inline-block;
    width: 35%;
    text-align: center;
}

.divSec4Div2SkillBarHld {
    position: relative;
    display: inline-block;
    width: 40%;
    height: 100%;
}

.divSec4Div2SkillImg {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0px 20px;
}

.divSec4Div2SkillBar {
    position: absolute;
    top: 50%;
    width: 95%;
    height: 1px;
    border: 1px solid black;
    border-radius: 2px;
    background-color: black;
}

.divSec4Div2SkillCircle {
    position: absolute;
    z-index: 9999;
    top: calc(50% - 16px);
    left: -20px;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    border: 3px solid black;
    background-color: white;
    transform: scale(50%);
}

.divSec4Div2SkillCircleInner {
    position: relative;
    width: 60%;
    height: 60%;
    margin: 20%;
    background-color: black;
    border-radius: 50%;

}

#bar1 {
    margin-left: 90%;
}

#bar2 {
    margin-left: 85%;
}

#bar3 {
    margin-left: 75%;
}

#bar4 {
    margin-left: 70%;
}

#bar5 {
    margin-left: 80%;
}

#bar6 {
    margin-left: 70%;
}

#bar7 {
    margin-left: 75%;
}

#bar8 {
    margin-left: 60%;
}

#bar9 {
    margin-left: 65%;
}

#bar10 {
    margin-left: 90%;
}

#bar11 {
    margin-left: 80%;
}

#divSec5 {
    height: calc(100vh - 50px);
    background: url(Img/sec1Bckgrd.jpg);
    background-size: 100% 100%;

    @media(max-width: 1050px) {
        height: auto;
        padding: 0px;
        padding-top: 20px;
    }

}

#divSec5 .heroSubDivTtlDiv {
    color: white;
}

.divSec5SubDiv {
    position: relative;
    float: left;
    width: 45%;
    height: 95%;
    margin: 0;
    margin-top: 2%;

    @media(max-width: 1050px) {
        float: none;
        width: calc(100% - 60px);
        margin-top: 20px;
        margin-left: 30px;
    }

}

#divSec5SubDiv1 {
    margin-left: 6%;
}

#divSec5SubDiv2 {
    margin-left: 2%;
}

#divSec5SendEmailDiv {
    position: relative;
    width: 95%;
    height: 95%;
    margin: 0%;
    margin-top: 2%;
    margin-left: 5%;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.247);
    background-color: rgba(19, 19, 19);
    border-radius: 20px;

    @media(max-width: 1050px) {
        padding-bottom: 20px;
    }

}

#divSec5SendEmailDiv h3 {
    margin: 5px 0px;
    margin-left: 7%;
    margin-top: 20px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.6);
}

#divSec5SendEmailDiv h1 {
    margin: 5px 0px;
    margin-left: 7%;
    margin-bottom: 25px;
}

#sec5EmailPrptTxt {
    width: 86%;
    margin: 5px 0px;
    margin-left: 7%;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.6);
}

.sec5SubDivFltDiv {
    position: relative;
    float: left;
    z-index: 99999;
    width: 40%;
    margin-bottom: 20px;
}

.sec5SubDivFltDiv p {
    margin: 0px;
    margin-bottom: 10px;
}

#sec5SubDivFltDiv1 {
    margin-left: calc(50% - 42.5%);
    margin-right: 5%;
}

.sec5SubDivFltDiv input {
    width: 97%;
    height: 35px;
    border-style: none;
    color: white;
    background-color: #252525;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}

.sec5SubDivStylDiv {
    position: relative;
    width: 85%;
    margin-left: calc(50% - 42.5%);
    margin-bottom: 20px;
}

.sec5SubDivStylDiv p {
    margin: 0px;
    margin-bottom: 15px;
}

.sec5SubDivStylDiv input, .sec5SubDivStylDiv textarea {
    width: 99%;
    color: white;
}

.sec5SubDivStylDiv input {
    height: 35px;
    border-style: none;
    background-color: #252525;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}

.sec5SubDivStylDiv textarea {
    border-style: none;
    background-color: #252525;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}

#sec5DivSndMsgBtn {
    position: relative;
    width: 85%;
    height: 35px;
    margin: 0px;
    margin-left: calc(50% - 42.5%);
}

.sec5CntDivHld {
    position: relative;
    width: 100%;
    height: 100px;
    margin: 0px;
    margin-bottom: 20px;
    color: white;
}

.sec5CntDivHldIcon {
    position: relative;
    float: left;
    width: 100px;
    height: 100%;
    margin: 0px;
    margin-left: 15%;
    margin-right: 10px;
}

.sec5CntDivHldIconImgHld {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-left: calc(50% - 35px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.247);
    background-color: rgba(19, 19, 19);
}

.sec5CntDivHldIconImg {
    width: 30px;
    height: 30px;
    opacity: 1;
}

.sec5CntDivHldDtl {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

.sec5CntDivHldDtl h2 {
    margin: 0px;
}

.sec5CntDivHldDtl p {
    margin: 0px;
}

#sec5CntDivEndStmt {
    position: relative;
    width: 80%;
    height: auto;
    margin: 0px;
    margin-top: 10px;
    margin-left: 15%;
    color: white;
}

#sec5CntDivEndStmtH1 {
    display: inline;
    font-size: 3.5em;
}

#sec5CntDivEndStmtH2 {
    display: inline;
    font-size: 2.3em;
    margin-left: 10px;
}

#sec5CntDivEndStmt p {
    width: 80%;
    height: auto;
}

#divSec3ComingSn {
    position: absolute;
    top: calc(50% - 210px);
    left: calc(50% - 400px);
    width: 800px;
    height: 500px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.815);
    background-color: #00000077;
    background: url(Img/mapsSite.jpg);
    background-size: 100% 100%;
    font-family: "Jost", sans-serif;
    font-size: 3em;
    border-radius: 50px;

    @media(max-width: 1050px) {
        left: 0px;
        width: calc(100vw - 60px);
        height: 400px;
        margin: 0px 30px;
        background-size: 180% 100%;
    }

}

#pjtCnt {
    position: absolute;
    top: 15%;
    left: 7%;
    width: 90%;
    height: 80%;
    overflow: hidden;

    @media(max-width: 1050px) {
        top: 80px;
        width: 100vw;
    }
}

.pjtCntSubDiv {
    height: 100%;
    width: 100%;
    margin: 0px;
    transition-duration: 0.7s;
}

#moz-mapsCnt {
    position: absolute;

    @media(max-width: 1050px) {
        position: relative;
        width: calc(100vw - 45px);
        height: 450px;
        margin: 0px;
    }
}

#logoPrjDiv {
    position: absolute;
    margin: 0px;
    margin-left: 100%;

    @media(max-width: 1050px) {
        position: relative;
        top: 0;
        left: 0;
        width: calc(100vw - 45px);
        height: 450px;
        margin: 0px;
        margin-top: -60px;
    }
}

#pjtArrowLft {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    top: calc(50% - 20px);
    left: 40px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    color: black;
    font-size: 1.3em;
    border: 2px solid rgba(0, 0, 0, 0.719);
    opacity: 0;
    transition-duration: 0.5s;
    cursor: pointer;

    @media(max-width: 1050px) {
        top: calc(100% - 50px);
        left: calc(50% - 25px);
        visibility: hidden;
    }

}

#pjtArrowRgt {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    top: calc(50% - 20px);
    right: 40px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    color: black;
    font-size: 1.3em;
    border: 2px solid rgba(0, 0, 0, 0.719);
    opacity: 1;
    transition-duration: 0.5s;
    cursor: pointer;

    @media(max-width: 1050px) {
        top: calc(100% - 50px);
        left: calc(50% - 25px);
        visibility: hidden;
    }
}

.pjtCntSubImg {
    position: absolute;
    top: 8%;
    left: 10%;
    width: 65%;
    height: 78%;
    border-radius: 50px;
    box-shadow: 1px 2px 6px black;

    @media(max-width: 1050px) {
        top: 10%;
        left: 10px;
        width: calc(100% - 20px);
        height: 50%;
        border-radius: 20px;
    }

}

#pjtCntSubLogoImg {
    top: 4%;
    left: 16%;
    height: 90%;
    width: 55%;

    @media(max-width: 1050px) {
        top: 5%;
        left: 10px;
        width: calc(100% - 20px);
        height: 50%;
        border-radius: 20px;
    }
}

#mozMapsImgHld {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 160px;
    height: 75%;

    @media(max-width: 1050px) {
        top: 65%;
        left: 20px;
        width: calc(100% - 40px);
    }

}

#logoPrjImgHld {
    position: absolute;
    top: 5%;
    right: 13%;
    width: 160px;
    height: 75%;

    @media(max-width: 1050px) {
        top: 60%;
        left: 20px;
        width: calc(100% - 40px);
    }
}

.mozMapsWinSel {
    position: relative;
    width: 140px;
    height: 70px;
    margin: 4px 10px;
    box-shadow: 1px 2px 4px black;
    transition-duration: 0.5s;

    @media(max-width: 1050px) {
        width: calc(19% - 6px);
        height: 50px;
        max-width: 55px;
        max-height: 50px;
        margin: 0px 3px;
    }

}

.logoPrjWinSel {
    position: relative;
    width: 120px;
    height: 70px;
    margin: 4px 10px;
    box-shadow: 1px 2px 4px black;
    transition-duration: 0.5s;

    @media(max-width: 1050px) {
        width: calc(15.5% - 4px);
        height: 50px;
        margin: 0px 2px;
    }
}

#webLinkHld {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 10%;
    z-index: 99999;
    width: 150px;
    height: 30px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    background-color: none;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    text-decoration: none;

    @media(max-width: 1050px) {
        position: relative;

    }

}

#webLinkHld:hover {
    color: white;
    background-color: var(--primary-clr3);
    border: 0px;
}

#mapsImg1, #logoImg1 {
    transform: scale(115%);
}