*{
    font-family: 'Times New Roman', Times, serif;
    padding: 0;
    margin: 0;
}

html,
body{
    height: 100%;
    background-color: black !important;
    color: white !important;
    background-image: url("../img/kitchen-7870212_1920.jpg");
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}

.wrapper{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    
}


.header{
    
}

.navbar{
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.nav-link{
    color: white !important;
    font-size: 20px;
    transition: 0.2s;
}

.nav-link:hover{
    color: orange !important;
    scale: 1.05;
    text-decoration: underline !important;
    text-decoration-color: orange !important;
}





.main{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.container{
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.753);
    padding-bottom: 3%;
}


.sectionHeaderMain {
    height: 80vh;
    overflow: hidden;
}

.boxH1{
    position: relative;
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 700px;
    overflow: hidden;
    -webkit-box-reflect: below -80px linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.boxH1 h1{
    position: absolute;
    font-size: 65px;
    text-align: center;
    /* transform: translateY(-100px); */
    top: 0;
    z-index: 20;
    pointer-events: none;
    text-shadow: 
        0 0 5px black,
        0 0 25px black,
        0 0 50px black,
        0 0 100px white   
    ;
}

.boxForImageM {
    position: relative;
    display: flex;
    justify-content: center;
    transform-style: preserve-3d;
}

@media (max-width: 1200px) {
    .sectionOnePr{
        display: none;
    }
    .sectionOne1Pr{
        display: none;
    }
    .subText{
    margin-top: 20%;
    }
}

@media (max-width: 787px) {
    .boxForImageM1{
        display: none;
    }
    .boxForImageM{
        margin-left: -100px;
        transform: translateX(100px);
        
    }
    .boxForImageM{
        scale: 0.7;
    }
    .navbar-brand{
        box-shadow: unset;
        background-color: unset;
    }
    .navbar-brand img{
        position: relative;
        width: 90px;
        left: -30px;
        top: 4px;
    }
    .header_info h1{
        font-size: 30px !important;
        
    }
    .header_info p{
        font-size: 20px !important;
    }
    #learnMore{
        margin-top: 50px;
        max-width: 250px;
    }
    .subText{
        padding-top: 20% !important;
        }
}



.boxForImageM1 {
    object-fit: contain;
}

.imgBoxCover1{
    position: relative;
    transform: rotateY(-10deg) translateZ(-20px) translateX(-45px);
    z-index: -1;
    transition: all 0.5s linear;
}

.imgBoxCover2{
    position: relative;
    transform: rotateY(-15deg) translateZ(-25px) translateX(-52px);
    z-index: -1;
    transition: all 0.5s linear;
}

.imgBoxCover3{
    position: relative;
    transform: rotateY(-20deg) translateZ(-30px) translateX(-50px);
    z-index: -1;
    transition: all 0.5s linear;
}

.imgBoxCover4{
    max-width: 250px;
    position: relative;
    transform: rotateY(-27deg) translateZ(-30px) translateX(-17px);
    z-index: -1;
    transition: all 0.5s linear;
    overflow: hidden;
}

.imgBoxCover1::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    transform: rotateY(80deg) translateX(175px);
    background-image: url('./img/img1M.jpg');
    z-index: 10;
    transition: all 0.5s linear;
}

.imgBoxCover2::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    transform: rotateY(80deg) translateX(175px);
    background-image: url('./img/img2M.jpg');
    z-index: 10;
    transition: all 0.5s linear;
}

.imgBoxCover3::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    transform: rotateY(80deg) translateX(175px);
    background-image: url('./img/img3M.jpg');
    z-index: 10;
    transition: all 0.5s linear;
}
.imgBoxCover4::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    transform: rotateY(80deg) translateX(140px);
    background-image: url('./img/img4M.jpg');
    z-index: 10;
    transition: all 0.5s linear;
}

.imgBoxCover1:hover {
    transform: rotateY(0deg) translateZ(0px) translateX(-20px);
    transition: all 0.5s linear;
}

.imgBoxCover1:hover::after {
    transform: rotateY(80deg) translateX(-20px);
    width: 0px;
    transition: all 0.5s linear;
}

.imgBoxCover2:hover {
    transform: rotateY(0deg) translateZ(0px) translateX(-30px);
    transition: all 0.5s linear;
}

.imgBoxCover2:hover::after {
    transform: rotateY(80deg) translateX(-30px);
    width: 0px;
    transition: all 0.5s linear;
}

.imgBoxCover3:hover {
    transform: rotateY(0deg) translateZ(0px) translateX(-30px);
    transition: all 0.5s linear;
}

.imgBoxCover3:hover::after {
    transform: rotateY(80deg) translateX(-30px);
    width: 0px;
    transition: all 0.5s linear;
}

.imgBoxCover4:hover {
    transform: rotateY(0deg) translateZ(0px) translateX(-30px);
    transition: all 0.5s linear;
}

.imgBoxCover4:hover::after {
    transform: rotateY(80deg) translateX(-30px);
    width: 0px;
    transition: all 0.5s linear;
}



.imgM21 {
   position: absolute;
   height: 160px;
   width: 160px;
   bottom: 30px;
   box-shadow: 5px 5px 3px rgb(0, 0, 0);
   border-radius: 50%;
   transform: translateX(-20px);
   /* animation-name: rotHed;
   animation-duration: 10s;
   animation-iteration-count: infinite; */
   z-index: 2;
}

/* @keyframes  rotHed{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
} */

.boxForImageM2 {
    
}
.imgM22 {
    position: absolute;
   height: 160px;
   width: 160px;
   bottom: 30px;
   box-shadow: 5px 5px 3px rgb(0, 0, 0);
   border-radius: 50%;
   transform: translateX(-20px);
   z-index: 2;
}
.boxForImageM3 {
}
.imgM23 {
    position: absolute;
   height: 160px;
   width: 160px;
   bottom: 30px;
   box-shadow: 5px 5px 3px rgb(0, 0, 0);
   border-radius: 50%;
   transform: translateX(-20px);
   z-index: 2;
}
.boxForImageM4 {
}
.imgM24 {
   position: absolute;
   height: 160px;
   width: 160px;
   bottom: 30px;
   box-shadow: 5px 5px 3px rgb(0, 0, 0);
   border-radius: 50%;
   transform: translateX(-20px);
   z-index: 2;
}



.sectionHeader{
    
}

.sectionHeaderBorder{
    /* border: 10px double silver;  */
    border-top: 1px solid white;
}

.sectionHeaderContent{
    height: 60vh;
}

.sectionHeaderContent:hover{
}

.boxColorLeft {
    
    min-height: 100%;
    height: 60vh;
    background-size: cover;
}
.boxColorRight {
    
    background-color: white;
    min-height: 100%;
    background-size: cover;
}



.boxLeft1, .boxLeft2, .boxLeft3{
    
    position: relative;
    display: inline-block;
    width: 500px;
    height: 550px;
    padding: 0px !important;
    transition: all 0.5s linear;
    overflow: hidden;
}



.boxLeft1 img, .boxLeft2 img, .boxLeft3 img{
    width: 100%;
    display: block;
    object-fit: cover;
    height: 550px;

}



.mask{
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url('./img/Macchia-Vecchia_web.jpg') ;
    /* background-image: url('../logo/164506997_286883852822703_686567278011464477_n.jpg') ; */
    background-size: 500px 550px;
    border-radius: 50%;
    pointer-events: none;
    display: none;
    scale: 2;
}

.mask2{
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url('./img/calacattaGaia.jpg') ;
    background-size: 500px 550px;
    border-radius: 50%;
    pointer-events: none;
    display: none;
    scale: 2;
}

.mask3{
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url('./img/GRANITE-WHITE-PITAYA-1024x490.jpeg') ;
    background-size: 500px 550px;
    border-radius: 50%;
    pointer-events: none;
    display: none;
    scale: 2;
}

.boxRight1{
    background-image: url("./Projects/Kelvin/202420412_5.jpg");
    background-position: center;
}

.boxRight2{
    background-image: url("./Projects/Sandra/IMG_6778.jpg");
    background-position: right;
}

.boxRight3{
    background-image: url("./Projects/Reich/Reich.jpeg");
    background-position: right;
}



.sectionHeaderContentText{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    position: relative;
    color: unset !important;
    background-color: white;
    mix-blend-mode: difference;
    padding-top: 20px;
    font-size: 55px;
    background-clip: text;
    /* transform: translateX(38%) translateY(20%); */
    z-index: 10;
    text-shadow: 4px 4px black;
}


.subText{
    position: relative;
    top: 85px;
    
    max-width: 100%;
    padding: 2% 0 10%;
    text-align: left;
    background-color: black;
    background-clip: text;
    font-style: normal;
    font-size: 16.5px;
}

.sectionOnePr{
    height: 55vh;
    position: relative !important;
}

.sectionOne1Pr{
    height: 55vh;
    position: relative !important;
}

@media (max-width: 787px) {
    .sectionOnePr{
        height: 35vh;
    }
    .sectionOne1Pr{
        height: 35vh;
    }
}

.sectionOneHeaderText{
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 3% 0; */
    font-size: 32px;
    /* border-top: 1px solid white; */
}



.row1{
    position: relative !important;
    max-height: 500px;
}

.row1 :nth-child(1){
    transform: translateY(0px) translateX(0px);
    transition: all 1s;
}

.row1 :nth-child(2){
    transform: translateY(0px) translateX(0px);
    transition: all 1s;
}

.row1 :nth-child(3){
    transform: translateY(0px) translateX(0px);
    transition: all 1s;
}





.sectionOneFirstDiv{
    position: absolute !important;
}

.sectionOneFirstDiv img{
    width: 100%;
    /* max-height: 430px; */
    object-fit: cover;
    border-radius: 10px;
}


/* #img1{
    border: 4px solid red;
}

#img2{
    border: 4px solid rgb(4, 0, 255);
}

#img3{
    border: 4px solid rgb(0, 255, 106);
} */

.imgB{
    max-height: 180px;
    overflow: hidden;
}

.boxIngB{
    width: 100%;
    height: 100%;
    overflow: hidden;
    
}

.imgB .boxIngB img{
    padding-top: 2%;
    padding-bottom: 2%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgB .boxIngB img:hover{
    scale: 1.05;
}



.footer{
    padding: 2% 0 1% 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Stylish", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.footer a{
    color: white;
    font-family: "Stylish", serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

.messag{
    position: fixed;
    right: 1.1%;
    bottom: .9%;
}

.messag a img{
    margin-left: 5px;
    width: 35px;
    height: 35px;
}

.messag a img:hover{
    scale: 1.2;
}

/* ----------------- */

.modal{
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal-content{
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    object-fit: cover;
}

.close-modal{
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.close-modal:hover{
    color: red;
}

/* ----------- */

.modal2{
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal-content2{
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    object-fit: cover;
}

.close-modal2{
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.close-modal2:hover{
    color: red;
}

/* -------------- */

.modal3{
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal-content3{
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    object-fit: cover;
}

.close-modal3{
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.close-modal3:hover{
    color: red;
}

/* ---------------- */

.modal4{
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal-content4{
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    object-fit: cover;
}

.close-modal4{
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.close-modal4:hover{
    color: red;
}

/* ---------------- */

#prom_disabled{
    pointer-events: none;
    color: grey !important;
    cursor: default;
}

@media (max-width: 580px) {
    
    .boxForImageM2{
        transform: translateX(220px);
    }
    .boxForImageM3{
        transform: translateX(70px);
    }
    .boxForImageM4{
        transform: translateX(-70px);
    }

    .subText{
        padding: 28% 0 20% !important;
        }

    .subText1{
        padding: 30% 0 20% !important;
    }  
    .imgM22{
        transform: translateX(-70px);
    }  
    .imgM23{
        transform: translateX(-70px);
    }  
    .imgM24{
        transform: translateX(-19px);
    }  
    .boxH1{
        -webkit-box-reflect: below -180px linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    }
    .sectionHeaderContentText{
        font-size: 38px;
    }
}


#log{
    animation-name: svgLogo;
    animation-duration: 1.6s;
    animation-iteration-count: 1;
    scale: 1.1;
    
}

@keyframes svgLogo {
    0%{transform: scale(0.4);}
    100%{transform: scale(1);} 
}