/* ALGEMEEN */

h1, h2, h3, h4 {
    font-family: "rubik", sans-serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
    color: #5687C0 !important;
}

h1 { font-size: 72px !important; }
h2 { font-size: 60px !important; }
h3 { font-size: 48px !important; }
h4 { font-size: 30px !important; }

p {
    font-family: "fuzzy-bubbles", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 120%;
}

.bold {
    font-weight: bold;
}

html {
    scroll-behavior: smooth;
}

/* REPEATED ITEMS */
.overlayColor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #87ADDB;
    opacity: 0.8;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    text-align: center;
    line-height: 1.2;
}

.recentProjectItem:hover,
.galleryProject:hover,
.detailImageGalleryContainer:hover,
.detailImageGalleryContainerRow:hover {
    transform: scale(0.9);
}


.recentProjectItem:hover h4, .recentProjectItem:hover .overlayColor, .galleryProject:hover h4, .galleryProject:hover .overlayColor, .detailImageGalleryContainer:hover h4, .detailImageGalleryContainer:hover .overlayColor, .detailImageGalleryContainerRow:hover h4, .detailImageGalleryContainerRow:hover .overlayColor{
    display: block !important;
}

.recentProjectItem {
    transition: transform .2s;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.buttonBlue {
    text-decoration: none;
    font-family: "fuzzy-bubbles", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #87ADDB;
    border-radius: 15px;
    color: #fff;
}

.buttonBlue:hover {
    background-color: #e2a681;
}

.bluePatternBackground::before, #coverImageProject::before, #homepageOverMij::before, #CTAcontact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bluePatternBackground > *, #coverImageProject > * {
    position: relative; 
    z-index: 1;
}

.contactSocialCircle, .CTASocialCircle, .ankerCircle {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #87ADDB;
}

/* HEADER */
header {
    display: flex;
}
#headerNav {
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#logoHeader {
    margin: 0px 40px;
}

#headerNav .buttonBlue {
    padding: 20px;
}

.active {
    background-color: #e2a681 !important;
}

/* FOOTER */
#footerSection {
    background-color: #FFDDC8;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0px;
}

#footerContact {
    display: flex;
} 

#footerNavigatie {
    padding: 20px 0px;
}

#footerNavigatieA  {
    margin: 0px 20px;
}

#footerNavigatie a {
    text-decoration: none;
    font-family: "fuzzy-bubbles", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #000;
}

#footerNavigatie a:hover {
    color: #fff;
}

.footerContactSocials {
    text-decoration: none; 
}

.contactSocialCircle {
    height: 50px;
    width: 50px;
    margin-right: 20px;
}

.contactSocialCircle:hover {
    background-color: #5687C0;
}

.socialIcon {
    color: #fff;
    font-size: 24px;

}

/* index.html */
.bluePatternBackground {
    position: relative; 
    background-color: #CBE3FF;
}

.homeHero {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px 0px;
}

#homepageAnker {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 176px;
}

.ankerCircleA {
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}

.ankerCircle {
    height: 100px;
    width: 100px;
}

.ankerCircle:hover {
    background-color: #e2a681;
}

.arrowDown {
    font-size: 60px !important;
    color: #fff;
}

#homepageRecentProjects {
    background-color: #FFDDC8;
}

#recentProjectsTitle {
    padding-top: 20px;
    padding-left: 50px;
}

#recentProjectsItems {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}

#recentProjectsItemMiddle {
    margin: 0px 40px;
}

#recentProjectsButton {
    display: flex;
    justify-content: center;
}

#recentProjectsButton .buttonBlue {
    width: 210px;
    height: 50px;
    margin-bottom: 50px;
}

#homepageOverMij {
    position: relative; 
    overflow: hidden; 
}

#homepageOverMij::before {
    background-image: url(../images/DoodlyThemedPatternHome.png);
    background-size: cover;
    background-position: center;
    opacity: 0.3; 
    z-index: -1; 
}

#homeOverMij {
    display: flex;
    align-items: center;
    padding: 40px 0px;
    position: relative; 
}

#overmijFoto {
    width: 50%;
    display: flex;
    justify-content: end;
    padding-right: 40px;
}

#overmijText {
    width: 30%;
    background-color: #fff;
}

.pTitle {
    font-size: 60px;
}

/* overmij.html */

header {
    background-color: #CBE3FF;
}

#overmijpageStructuur, #overmijpageTop {
    display: flex;
    background-color: #CBE3FF;
}

#overmijpageMain {
    width: 50%;
    margin-left: 50px;
    padding: 20px 0px 100px 0px;
}

#overmijpageAside, #overmijpageText {
    width: 50%;
}

#overmijTextHi {
    font-family: "fuzzy-bubbles", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 120%;
}

#overmijSterkePunten, #overmijpageSoftware {
    margin-top: 20px;
}

#overmijpageLists {
    width: 40%;
    display: flex;
    align-items: end;
    flex-direction: column;
}

#overmijpageAside {
    display: flex;
    justify-content: center;
    align-items: center;
}

.overmijList {
    list-style-type: disc;
    padding-left: 20px;
}

.overmijList > li {
    font-family: "fuzzy-bubbles", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 120%;
}

#overmijSoftware {
    display: flex;
}

.softwareIcon {
    width: 60px;
    height: 60px;
}

.softwareIcons:nth-child(n+2) { 
    margin-left: 20px;
}

#CTAcontact {
    position: relative; 
    display: flex;
    height: 180px;
    background-color: #5687C0;
}

#CTAcontact::before {
    background-image: url(../images/DoodlyThemedPatternOverMij.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #5687C0; 
    opacity: 0.5; 
    z-index: 1; 
}

#CTAtext, #CTAsocialIcons {
    position: relative; 
    z-index: 2;
    color: #fff
}

#CTAtext {
    width: 50%;
    margin-left: 50px;
}

#CTAtext .buttonBlue {
    margin-bottom: 50px;
    height: 50px;
    width: 260px;
}

#CTAsocialIcons {
    width: 50%;
    display: flex;
    align-items: center;
}

.CTAsocials {
    text-decoration: none;
}

.CTAsocials:nth-child(2) {
    margin-left: 80px;
}

#CTAh2 {
    color: #fff !important;
    margin-top: -25px;
}

.CTASocialCircle {
    height: 125px;
    width: 125px;
}

.CTAsocialIcon {
    font-size: 80px;
    color: #fff;
}

.CTASocialCircle:hover {
    background-color: #e2a681
}

/* PROJECTEN */
#projectenHero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
}

#projectenpageAnker {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 176px;
}

#projectGallery {
    display: flex;
    gap: 20px; 
    margin-bottom: 20px;
}

#gallerySectionOne, #gallerySectionTwo, #gallerySectionThree {
    display: flex;
    flex-direction: column;
    gap: 20px; 
    width: 33.33%; 
}

.galleryProject img {
    width: 100%;
    height: auto; 
}

.galleryContainer {
    position: relative;
}

.galleryContainer img {
    display: block;
    width: 100%;
    height: auto;
}

.galleryProject {
    transition: transform .2s;
}

/* PROJECT DETAIL ALGEMEEN*/
#coverImageProject header {
    background-color: transparent;
}
#detailpageHero {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 680px;
} 

#detailpageHero h1 {
    text-align: center;
    margin-top: 20px;
}

#coverImageProject {
    position: relative; 
    background-color: #FFDDC8;
}

#coverImageProject::before {
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/projectDetailPattern.png);
    z-index: 0; 
    opacity: 0.5;
}

.detailTagsContainer {
    width: 100%;
    background-color: #FFDDC8;
    display: flex;
    padding: 20px 0px;
    align-items: center;
    margin-top: -50px;
}

#detailpageIcon {
    display: flex;
    justify-content: center;
    background-color: #FFDDC8;
    margin-top: -50px;
    gap: 20px;
}

#detailpageIcon img {
    z-index: 2; 
    width: 80px;
}

#detailTagsLeft {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#detailTagsRight {
    width: 40%;
    margin: 20px;
}

#detailTagsRight h2, #detailTagsRight p {
    text-align: center;
}

#detailGalleryContainer {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

#detailGalleryFirstSection {
    align-items: end;
}

#detailGallerySecondSection {
    align-items: start;
}

#detailGalleryFirstSection, #detailGallerySecondSection{
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    gap: 20px;
}

#galleryDetailimage {
    width: 80%;
}

.detailProcesContainer {
    padding: 40px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#detailProcesText {
    width: 80%;
    text-align: center;
}

.detailImageGalleryContainer, .detailImageGalleryContainerRow {
    transition: transform .2s;
    position: relative;
}

.galleryDetailimage {
    width: 100%; 
}

.detailImageGalleryContainerRow {
    width: 80%; 
    height: auto; 
} 

.marginInBetween {
    margin-right: 20px;
}

/* PROJECT COLUMN */

.detailGallerySection {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 20px
}

.detailImageGalleryContainer {
    width: 25%;
    height: 543px;
}

.schouwImages {
    height: 573px;
}

#detailpageHero {
    flex-direction: column;
}

.optionsPoster, .galleryDetailimage {
    height: 543px;
}
