@font-face {
    font-family:"Salindia";
    src: url("../fonts/Salindia.ttf") format("truetype");
}
@font-face {
    font-family: "ProximanovaBlack";
    src: url("../fonts/FontsFree-Net-Proxima-Nova-Black.otf") format("truetype");
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: black;
    width: 100%;
    height: 100%;
    margin: 0;
}

.pageHeader {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.bashmirXhemajNameHolderHeaderDiv {
    margin-top: 30px;
    width: fit-content;
    height: 100%;
    margin-left: 5%;
    cursor: pointer;
}


.bashmirXhemajName {
    color: white;
    font-family: Salindia;
    font-weight: lighter;
    margin-top: 0;
}

.headerHomeButton {
    margin-top: 30px;
    background-color: #d93930;
    color: white;
    height: 40px;
    width: 80px;
    text-shadow: 0 0 7px white;
    font-size: larger;
    margin-left: -102px;
    transition: 0.3s;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
}
.headerHomeButton:hover {
    background-color: rgb(83, 83, 255);
}


.navigationHamburgerMenuHolderDiv {
    margin-top: 40px;
    width: fit-content;
    height: 100%;
    margin-right: 5%;
}

.botimiButtonTexts {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    transition: 0.3s;
}
.botimiButtonTexts:hover {
    color: #d93930;
}

.navigationHamburgerMenuIcon {
    color: white;
    font-size: xx-large;
}


/* leftNavigationColumnAndContentSeperatorArea */
.leftNavigationColumnAndContentSeperatorArea {
    display: grid;
    grid-template-columns: 20% 80%;
}


/* Navigation Column Area */
.leftNavigationColumnHolderArea {
    width: 100%;
    height: 100%;
}

.navigationColumn {
    width: 1px;
    height: 100%;
    margin-left: 25%;
    padding-bottom: 50px;
    background-color: gray;
    display: flex;
    flex-direction: column;
}

.singleNavigationColumnNavigationButton {
    margin-top: 100px;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    transition: 0.3s;
}

.singleNavigationColumnNavigationButtonActive {
    margin-top: 100px;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border-radius: 50%;
    background-color: #d93930;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    transition: 0.3s;
}

.singleNavigationColumnNavigationButtonTextRight {
    color: gray;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -3px;
    margin-left: 15px;
    transition: 0.3s;
}

.singleNavigationColumnNavigationButtonNumberTextLeft {
    color: gray;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -3px;
    transition: 0.3s;
}




/* mainContentHolderArea */
.mainContentHolderArea {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}



.njeShqiptarNeCiaAndVazhdoLeximinArea {
    display: flex;
    flex-direction: column;
    margin-right: 0;
}

.njeShqiptarNeCIAText {
    font-size: 90px;
    color: white;
    font-family: ProximanovaBlack;
}


.vazhdoLeximinTextArea {
    background-size: 200% 200%;
    background-image: linear-gradient(to right, black 25%, #d93930 25%, #d93930 75%);
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
    text-align: center;
    width: fit-content;
    height: fit-content;
    padding: 5px;
    margin-left: -70px;
    cursor: pointer;
}

.vazhdoLeximinTextArea:hover {
    background-position: 100% 0;
    
}

.vazhdoLeximinText {
    color: white;
    font-family: ProximanovaBlack;
    margin-top: 0;
    margin-bottom: 0;
}

/* Bashmir Xhemaj Image */

#bashmirXhemajNoBackgroundImageHolderDiv {
    width: 40%;
    height: auto;
}

#bashmirXhemajNoBackgroundImage {
    max-width: 100%;
    max-height: 100%;
}

.infoTextsAreaIndexPageBelowBashmirPhoto {
    width: 65%;
    height: fit-content;
    margin-left: 25%;
    margin-right: 10%;
    border-top:1px solid white;
    display: flex;
    flex-direction: row;
}

.singleInfoTextAreaInfoDiv {
    width: 33.3%;
    height: fit-content;
    text-align: center;
}

.singleInfoTextAreaInfoDivHeader {
    color: white;
    font-family: ProximanovaBlack;
    margin-bottom: 0;
}

.singleInfoTextAreaInfoDivParagraph {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 12px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}


/* Gallery Page */
#galleryPageMainContentArea {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
}


#promovimiLibritHeader {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
}


.actualGalleryPostsArea {
    display: flex;
    flex-direction: row;
}



#oneImageBackButton {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 2%;
    margin-top: 10%;
    background-color: #282828;
    color: white;
    font-size: x-large;
    font-weight: bolder;
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
}
#oneImageBackButton:hover {
    background-color: #404040;
}


#imageOneHolderDiv {
    width: 15%;
    height: auto;
    margin-right: 3%;
    margin-top: 5%;
}
#imageOneID {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    cursor: pointer;
}


#imageCenterHolderDiv {
    width: 30%;
    height: auto;
}
#imageCenterID {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}


#imageThreeHolderDiv {
    width: 15%;
    height: auto;
    margin-left: 3%;
    margin-top: 5%;
}
#imageThreeID {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    cursor: pointer;
}


#oneImageForwardButton {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 2%;
    margin-top: 10%;
    background-color: #282828;
    color: white;
    font-size: x-large;
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
}
#oneImageForwardButton:hover {
    background-color: #404040;
}


#imageOneUnderText {
    color: white;
    font-family: ProximanovaBlack;
}

#imageCenterUnderTextHeader {
    color: white;
    font-family: ProximanovaBlack;
    margin-bottom: 0;
}
#imageCenterUnderTextParagraph {
    color: lightgray;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 6px;
}

#imageThreeUnderText {
    color: white;
    font-family: ProximanovaBlack;
}



/* About Page */

.careerPhotosHolderDiv {
    width: 65%;
    height: fit-content;
    margin-left: 25%;
    margin-right: 10%;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}




.singleCareerPostHolderDiv {
    width: 30%;
    height: auto;
    padding: auto;
    padding-bottom: 12%;
    background-color: #d93930;
    cursor: pointer;
    text-align: center;
}

.singleCareerPostHolderDiv:hover .singleCareerPostImage {
    margin: 2%;
    max-width: 96%;
    opacity: 0.3;
}

.singleCareerPostHolderDiv:hover .singleCareerPostText {
    opacity: 1;
}

.singleCareerPostImage {
    margin: 10%;
    max-width: 80%;
    transition: 0.5s;
}


.singleCareerPostText {
    opacity: 0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -60%;
    display: hidden;
}




@media only screen and (max-width: 1080px) {
    .singleCareerPostHolderDiv {
        padding-bottom: 10%;
        margin-bottom: 40px;

    }
}
@media only screen and (max-width: 880px) {
    .singleCareerPostHolderDiv {
        padding-bottom: 8%;
        margin-bottom: 140px;
    }
}
@media only screen and (max-width: 680px) {
    .singleCareerPostHolderDiv {
        padding-bottom: 6%;
        margin-bottom: 180px;
    }
}
@media only screen and (max-width: 560px) {
    .singleCareerPostHolderDiv {
        padding-bottom: 35%;
        width: 90%;
        margin-bottom: 12px;
    }
    .careerPhotosHolderDiv {
        margin-top: 0px;
    }

    .careerPhotosHolderDiv {
        flex-direction: column;
    }
}

/* Responsiveness */

@media only screen and (max-width: 1096px) {
    .njeShqiptarNeCIAText {
        font-size: 70px;
    }

    .infoTextsAreaIndexPageBelowBashmirPhoto {
        margin-top: -50px;
    }
}


@media only screen and (max-width: 940px) {
    .njeShqiptarNeCIAText {
        font-size: 50px;
    }

    .infoTextsAreaIndexPageBelowBashmirPhoto {
        margin-top: -120px;
    }
    .singleCareerPostHolderDiv {
        margin-top: -70px;
    }
}


@media only screen and (max-width: 800px) {
    .njeShqiptarNeCIAText {
        font-size: 40px;
    }

    .infoTextsAreaIndexPageBelowBashmirPhoto {
        margin-top: -170px;
    }
    .singleCareerPostHolderDiv {
        margin-top: -170px;
    }
    

    .vazhdoLeximinText {
        font-size: small;
    }

    #promovimiLibritHeader {
        font-size: smaller;
    }
}


@media only screen and (max-width: 690px) {

    .njeShqiptarNeCIAText {
        margin-right: 0;
    }
    #bashmirXhemajNoBackgroundImageHolderDiv {
        margin: 0;
        padding: 0;
    }
    #bashmirXhemajNoBackgroundImage{
        margin: 0;
    }

    .infoTextsAreaIndexPageBelowBashmirPhoto {
        margin-top: -210px;
    }
    .singleCareerPostHolderDiv {
        margin-top: -210px;
    }

    .njeShqiptarNeCiaAndVazhdoLeximinArea {
        margin-left: 10%;
    }
}


@media only screen and (max-width: 650px) {

    .infoTextsAreaIndexPageBelowBashmirPhoto {
        margin-top: -220px;
    }
    .singleCareerPostHolderDiv {
        margin-top: -220px;
    }

    .njeShqiptarNeCiaAndVazhdoLeximinArea {
        margin-left: 10%;
    }
}


@media only screen and (max-width: 560px) {
    .infoTextsAreaIndexPageBelowBashmirPhoto {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .mainContentHolderArea {
        flex-direction: column;
    }
    .singleCareerPostHolderDiv {
        margin-top: -0px;
    }

    #oneImageBackButton {
        display: none;
    }
    #oneImageForwardButton {
        display: none;
    }
    .actualGalleryPostsArea {
        flex-direction: column;
    }


    #imageOneHolderDiv {
        width: 40%;
        margin-left: 30%;
    }
    #imageCenterHolderDiv {
        width: 70%;
        margin-left: 15%;
        display: flex;
        flex-direction: row;
    }
    #imageThreeHolderDiv {
        width: 40%;
        margin-left: 30%;
    }

    .navigationColumn {
        margin-left: 50%;

    }


    .vazhdoLeximinTextArea {
        margin-left: -0px;
    }

    #bashmirXhemajNoBackgroundImageHolderDiv {
        margin-top: 20px;
        width: 100%;
        margin-left: 0px;
    }


    .infoTextsAreaIndexPageBelowBashmirPhoto {
        margin-top: -0px;
    }

    .singleInfoTextAreaInfoDiv {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
    }
}

@media only screen and (min-width: 560px) {
    #oneImageForwardButtonCENTER {
        display: none;
    }
    
    #oneImageBackButtonCENTER {
        display: none;
    }
}




#oneImageForwardButtonCENTER {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 2%;
    margin-top: 40%;
    background-color: #282828;
    color: white;
    font-size: x-large;
    font-weight: bolder;
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
}
#oneImageForwardButtonCENTER:hover {
    background-color: #404040;
}

#oneImageBackButtonCENTER {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 2%;
    margin-top: 40%;
    background-color: #282828;
    color: white;
    font-size: x-large;
    font-weight: bolder;
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
}
#oneImageBackButtonCENTER:hover {
    background-color: #404040;
}






/* Index Page Read Topics */
.indexpagereadtopicssinglereadmoretext {
    color: #d93930;
    font-family:Arial, Helvetica, sans-serif;
    margin-top: 0px;
    cursor: pointer;
    transition: 0.3s;
}
.indexpagereadtopicssinglereadmoretext:hover {
    color: #4e67e3;
}

.mainAboutMeTextHolder {
    width: 100%;
    height: 100%;
    margin-left: -20%;
    padding-left: 25%;
    padding-right: 25%;
    text-align: center;
}
.mainAboutMeHeader {
    color: white;
    font-family: Salindia;
    font-weight: lighter;
    font-size: 48px;
}
.mainAboutMeText {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}