/* Styles for LAPTOPS and LARGER screens */
@media only screen and (min-width: 768px) {
    /* Add your laptop-specific styles here */
    header{
        position: fixed;
        z-index: 10;
        top:0px;
        left:12.5%;
        display: flex;
        justify-content: space-between;
        width:75%;
        height:75px;
        pointer-events: none;
        overflow: hidden;
        transition: top 0.1s ease-in;
    }
    menu-icon{
        position: fixed;
        right:20px;
        top:-20px;
        width: 50px;
        height:10px;
        z-index: 16;
        display: flex;
        justify-content: space-between;
        transition: top 0.1s ease-in;

    }
    menu-icon:hover{
        cursor: pointer;
    }
    menu-icon div.dot{
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: black;
        pointer-events: none;
        transition: background-color 0.1s ease-in-out;
    }
    #my-cal-inline{
        width:100%;overflow:scroll;
    }
    .general-info .lead-text, .slide .lead-text{
        color: #000;
        font-family: Lora;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
        letter-spacing: -0.52px;
        max-width: 900px;
    }
    .slide  .lead-text.highlight{
        font-size:32px;
    }
    .plain-text{
        color: #000;
        font-family: Lora;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin:0;
        letter-spacing: -0.36px;
    }
    .slide .lead-title{
        position:absolute;
        text-align: center;
        width:580px;
        font-family: Lora ;
        top:70px;
        font-size:48px;
        font-weight: 700;
    }


    .lead-section-title {
        font-family: Lora;
        font-size: 26px;
        font-weight: 700;
        margin:0;
        line-height: 30px;
    }
    .arrow {
        position: absolute;
        top: 50%; 
        border: solid black;
        border-width: 0 3px 3px 0;
        transform: translateY(calc(-50%  - 24px) ); 
        z-index: 1; 
    }

    .left,.right{
        width: 24px;
        height:24px;
    }
    .left {
        left: 20px;
        transform: rotate(135deg);
        transition: left 0.1s ease-in;
    }
    .right {
        right: 20px;
        transform: rotate(-45deg);
        transition: right 0.1s ease-in;
    }

    .hidden-l{
        left: -50px;
    }
    .hidden-r{
        right:-50px;
    }
    .slide {
        overflow: hidden;
        position: relative;
        font-weight: 700;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin:0;
        padding-top:80px;
        padding-bottom:80px;
        padding-left:80px;
        padding-right:80px;
        width: calc(100% - 160px);
        height: calc(100% - 160px);
    }

    .section .title{
        color: #000;
        font-family: Lora;
        font-size: 64px;
        font-style: normal;
        font-weight: 700;
        line-height: 64px;
        margin:0;
        position: absolute;
        top:60px;
        left:20px;
        z-index: 10;
    }

    .lead-section{
        width: 50%;
        height:auto;
        max-width:525px;
    }

    /* project */ 
    .project-card{
        position:relative;
        margin:auto;
        display:flex; 
        justify-content: space-between;
        align-items:center;
    }

    .project-img-wrapper{
        width:100%; 
        max-height:600px;
        margin-top:auto;
        margin-bottom:auto;
        padding:0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
    }

    .img-mask{
        width:75%;
        height:520px;
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        cursor:pointer;

    }
    .img-mask:hover{
       transition: rotate('');
    }
    .img-mask:hover img{
        transform: translate(-50%,-50%) scale(1.2); 
    }
    .img-mask img{
        transition: transform 0.1s;
    }
    h3.project-title{
        font-size: 28px;
        line-height: 28px;
        /* margin:0px; */
        margin: 0 10px 0 10px;
         /* margin-left:10px; */
        font-family: Lora, serif;
        font-weight: 600;
        color:black;
        cursor: pointer;
        transition: color 0.15s ease-in-out;
        max-width: 450px;
        
    }
    h3.project-title:hover{
        /* color:#68d1b7;     */
    }

    .project-content-wrapper{
        position: relative;
        width:100%;
        height:500px;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: center;
    }
    .project-content-wrapper .plain-text{
        margin: 15px 10px 0 10px;
        color:black;
        cursor: pointer;
        font-size: 24px;
        line-height: normal;
        max-width: 85%;
        transition: color 0.15s ease-in-out;
       
    }
    .project-content-wrapper .plain-text:hover{
        /* color: #68d1b7; */
    }
    
    .project-explore-button{
        width: 276px;
        height: 72px;
        border-radius: 37px;
        border: solid 2px black;
        background-color: black;
        color:white;
        position:absolute;
        bottom:0px;
        left:calc(60%);
        display: flex;
        transition: background-color 0.1s ease-in;
    }
    .project-explore-button p{
        color: #FFF;
        font-family: Lora;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 0;
        text-align: center;
        margin:auto;
        pointer-events: none;
        transition: color 0.1s ease-in;
    }


    .project-explore-button:hover{
        cursor: pointer;
        background-color: white;
    }
    .project-explore-button:hover p{
        color: black;
    }
    .cta-button{
        width: 276px;
        height: 72px;
        border-radius: 38px;
        background-color: black;
        border: solid 2px black;
        color:white;
        position:absolute;
        bottom:60px;
        left:calc(50% - 138px);
        display: flex;
        transition: background-color 0.1s ease-in;
    }

    .cta-button.focus{
        bottom:75px;
        left:calc(50% - 110px);

    }
    .cta-button p{
        color: #FFF;
        font-family: Lora;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 0;
        text-align: center;
        margin:auto;
        pointer-events: none;
        transition: color 0.1s ease-in;
    
    }


    .project-credits{
        margin-bottom: 100px;
    }
    .project-credits p{
        margin:0;
        line-height: 18px;
    }
    
    .project-popup h2{
        font-family: Lora,serif;
        text-align: left;
        font-size:42px;
        line-height: 42px;
        font-weight: 700;
        margin-top:20px;
        margin-bottom:20px;
        margin-left:50px;
        max-width: calc(100% - 125px);
        /* border-bottom: solid 2px black; */
    }
    .project-popup .description{
        font-family: Lora,serif;
        text-align: left;
        max-width: 700px;
        font-size:24px;
        line-height: normal;
        margin-left:50px;
        font-weight: 400;
    }
    .project-popup p{
        font-family: Lora,serif;
        text-align: left;
        max-width: 700px;
        font-size:18px;
        line-height: normal;
        margin-left:50px;
        font-weight: 400;
    }
    .project-text-container{
        position: relative;
        width: 50%;
        height: auto;
        margin:0;
        left: 0;
        overflow-y: scroll;
        
    }
    .project-text-container::-webkit-scrollbar{
        display: none;
    }
    .project-popup{
        display: flex;
    flex-direction: column; 
        position:fixed;
        overflow-y:scroll;
        width: 100%;
        height: 100%;
        background-color:white;
        color:black;
        z-index: 10;
        left:-100%;
        top:0;
        opacity: 0;
        transition: left 0.15s ease-in, opacity 0.15s ease-in;
    }
    
    .project-popup-open{
        left:0%;
        opacity:1;
    }
    
    /* THREE-D Carousel */
    .carousel {
        perspective: 1000px;
        position:absolute;
        top:calc(50% - 240px);
        /* 100px is a quarter of 400px and since we are centering at a quarter of the screen somehow this calculatin makes sense*/
        left:calc(75% + 100px);
        transform: translate(-75%,-50%);
    }

    .project-popup div.close-project-button{
        position:fixed;
        z-index: 16;
        right:25px;
        top:80px;
        width:auto;
        height: auto;
        /* font-family: Lora, serif; */
        /* font-size:48px; */
        margin:0;
        /* line-height: 0; */
    }
    .close-project-button:hover{
        cursor:pointer;
    }
      
    .carousel-viewport {
        width: 450px;
        height: 400px;
        position: relative;
        margin: 0 auto;
        transform-style: preserve-3d;
    }
    
    .carousel-image {
        position: absolute;
        width: 100%;
        height: 360px;
        line-height: 300px;
        color: white;
        text-align: center;
        font-size: 3em;
        opacity: 1.0;
        border-radius: 12px;
        transition: transform 0.15s ease-in-out;
        overflow: hidden;
    }
    .car3d-controls{
        position: absolute;
        width: 75px;
        height: 20px;
        margin: auto;
        margin-bottom: 0px;
        left: calc(75% - 37.5px);
        bottom: 50px;
    }

    .previous {
        position: absolute;
        top: 50%;
        left: calc(50% - 12px);
        transform: translate(-50%, -50%) rotate(135deg);
        width: 24px;
        height: 24px;
        border: solid black;
        border-width: 0 3px 3px 0;
        text-align: center;
        margin: 0;
        z-index: 500;
        cursor: pointer;
    }
    
    .next {
        position: absolute;
        top: 50%;
        left: calc(50% + 12px);
        transform: translate(-50%, -50%) rotate(-45deg);
        width: 24px;
        height: 24px;
        border: solid black;
        border-width: 0 3px 3px 0;
        text-align: center;
        margin: 0;
        z-index: 500;
        cursor: pointer;
    }
    
    .open-menu{
        width:380px
    }

    menu-overlay a, menu-overlay p{
        text-decoration: none;
        color:#FFF;
        font-family: Lora, serif;
        font-weight: 400;
        font-size:64px;
        pointer-events: auto;
        margin-left:70px;
        padding: 4px 4px;
    }

    menu-overlay a:hover{
        /* background-color: #E7FFF9; */
        background-color:#E7FFF9;
        color:black;
        /* padding: 12px 24px; */
        padding: 4px 4px;
        border-radius: 8px;
        transition: all 0.2s ease;
    }

    /* contact */

    .contact-card{
        position: absolute;
        left:50%;
        top:50%;
        transform: translate(0,-50%);
    }

    /* footer */

    .general-info{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 50%;
    }
    
    .general-info .copyright,
    .general-info .location-card,
    .general-info .social-links{
        position:relative;
        margin-left: calc(50% - 100px);
        margin-top: 20px;
    }
    
    .copyright .lead-title{
        font-family: Lora ;
        font-size:26px;
        line-height: 26px;
        margin: 0;
        font-weight: 700;
    }
    .social-links{
        height:auto;
        overflow: hidden;
        width: auto;
        margin:0;
    }
    

    /* pricing section */
    .price-card{
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    .price-card div:nth-child(1){
        width: 50%;
        height:auto;
        max-width:425px;
        margin: auto 25px auto 0;
    }
    
    .price-card div:nth-child(2){
        width:50%;
        height: auto;
        max-width: 700px;
        margin: auto 0 auto 0;
        /* background-color: red; */
    }
    
    .price-card div:nth-child(2) .plain-text{
        font-size: 26px;
        line-height: normal;
    }
    .price-text.big{
        font-size: 48px;
        line-height: 48px;
    }
    
    .price-text{
        font-size: 26px;
        line-height:26px;
        margin:12px;
        text-align: right;
        font-family: Lora, serif;
    }
    .price-conditions-text{
        color: #000;
        font-family: Lora;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin:0;
        letter-spacing: -0.36px;
    }
}

/****** END RESPONSIVE DESKTOP STYLES ******/