@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url("https://use.typekit.net/kxh3iir.css");
:root {
	--main-color: #3672e8;
	--accent-color: #EBE9EB;
	--font-color: #000000;
    --hover-main-color: #3671e8e2;
    --main-font: 'Roboto';
    --secundary-font: "amboy-black", sans-serif;
}

body{
    background-color: var(--accent-color);
    color: var(--font-color);
    font-family: 'Roboto';
    font-size: 14pt;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

#container{
    margin: 0 10% 124px;
}

#button{
    background-color: var(--main-color);
    color: var(--accent-color);
    padding: 18px 44px;
    border-radius: 50px;

    font-family: var(--secundary-font);
    font-weight: 200;
}
#btn{
    background-color: var(--main-color);
    color: var(--accent-color);
    padding: 18px 70px;
    border-radius: 50px;

    font-family: var(--secundary-font);
    font-weight: 200;
}
a#button:hover,
a#btn:hover{
    background-color: var(--hover-main-color);
}
h1{
    font-family: var(--secundary-font);
    font-size: 28pt;
}
a{
    text-decoration: none;
    color: var(--font-color);
}

section{
    margin-bottom: 124px;
}
.phone{
    display: none;
}
nav{
    margin: 15px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12pt
}
nav img{
    width: 150px;
}
nav .navigation-links a{
    margin-left: 45px;
}
section.hero-video-section{
    margin: 0;
}
section.hero-info-section .main-info{
    text-align: center;
    margin: 154px 0;
}
section.hero-info-section .main-info p{
    margin-bottom: 32px;
}

section.info-icons-wrapper{
    display: flex;
    justify-content: center;
    background-color: var(--main-color);
    padding: 52px 10%;
    margin: -10px 0 0;
}
.info-icon{
    width: 400px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}
.info-icon.border{
    border-right: 1pt solid var(--accent-color);
}
.info-icon img{
    width: 40px;
}
.info-icon p{
    font-size: 12pt;
    width: 50%;
    color: var(--accent-color);
}
section.about-us{
    /* background-color: var(--main-color); */
    padding: 64px 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: var(--accent-color);    
}
section.about-us img{
    width: 400px;
}
section.about-us p{
    width: 55%;
}
section.partnership{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section.partnership video{
   width: 50%;
}
.partnership-title{
    width: 80%;
    text-align: center;
    margin: 0 10% 32px;
}
.partnership-title h4{
    font-weight: 400;
    font-size: 18pt;
}
.cpc-padel-club{
    width: 30%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
}
.cpc-padel-club h3{
    font-size: 16pt;
    font-weight: 600;
    margin: 20px 0 10px;
}
.cpc-padel-club p {
    margin: 10px 0;
}
.cpc-padel-club img.CPC-logo{
    width: 175px;
    border-radius: 100px;
}
.cpc-padel-club p img#icon-location-pin{
    width: 30px;
    border-radius: none;
}
section.price-wrapper h3{
    font-family: var(--secundary-font);
    font-size: 42pt;
    color: var(--main-color);
    margin: 0;
}
section.price-wrapper h4{
    font-size: 16pt;
    font-style: italic;
    margin-bottom: 10px;
    color: var(--main-color);
    font-weight: 800;
}
section.price-wrapper{
    display: flex;
    justify-content: center;
    background-image: url(./assets/images/background-padel-3.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}
.price-section{
    background-color: var(--accent-color);
    box-shadow: 2px 2px 25px 2px #3671e885;
    padding: 120px 80px;
    border-radius: 20px;
}
#pricetag{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.price-wrapper p{
    font-size: 12pt;
    font-weight: 200;
    color: darkslategray;
    font-style: italic;
    margin: 0;
}
.price-wrapper p#inclusive{
    margin-top: 24px;
    text-decoration: underline;
}
.price-section ul{
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 52px;
    color: darkslategray;
    font-style: italic;
}
.price-section a#btn{
    margin-left: 15%;
}

section.stay-section{
    /* background-color: var(--main-color); */
    padding: 64px 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: var(--accent-color);
}

section.stay-section iframe{
    width: 400px;
    border-radius: 25px;
}
section.stay-section .info-stay{
    width: 55%;
}
section.stay-section h2{
    font-family: var(--secundary-font);
    font-size: 32pt;
}
.info-stay-title{
    display: flex;
    justify-content: space-between;
}
.verblijf-info-list{
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.verblijf-info-list img{
    width: 30px;
}
.verblijf-info-list p{
   text-align: center;
}
.gallery-homepage{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gallery-homepage a{
    margin-top: 32px;
}

section.footer{
    display: flex;
    justify-content: space-between;
    align-self: flex-end;

    background-color: var(--main-color);
    padding: 50px 10%;
    margin-bottom: 0;
}
section.footer .logo img{
    width: 45%;
    max-width: 300px;
}
section.footer a,
section.footer p{
    color: var(--accent-color);
    width: 300px;
}
section.footer p{
    text-align: center;
}

.footer-info{
    display: flex;
    flex-direction: column;
    text-align: end;
}
.footer-info a{
    padding: 10px 0;
}
.name{
    display: flex;
    align-items: flex-end;
}
.logo{
    display: flex;
    align-items: center;
}

section.contact-sheet{
    background-color: var(--main-color);
    padding: 64px 15%;
    color: var(--accent-color);
}
section.contact-sheet h2{
    font-family: var(--secundary-font);
    text-align: center;
    font-size: 26pt;
}
#form-row{
    display: flex;
    flex-direction: column;
    border-bottom: 1pt solid var(--accent-color);
    width: 45%;
    margin-bottom: 64px;
}

#form-row input,
#form-row textarea{
    background-color: var(--main-color);
    border: none;
    color: var(--accent-color);
    padding: 15px 5px 10px;
}
::placeholder {
    color: #ffffff;
    opacity: .75;
}
.alertbox{
    display: flex;
    justify-content: center; 
    z-index: 99999;
}
.alert{
    margin-top: 150px;
    position: fixed;
    text-align: center;

    background-color: var(--accent-color);
    color: var(--main-color);
    padding: 3rem 7rem;

    border-radius: 25px;
    z-index: 99999;
}
.status{
    display: flex;
    justify-content: center;
}
#succes{
    color: var(--main-color);
    font-size: 64pt;
    border: 2pt solid var(--main-color);
    width: 125px;
    height: 125px;
    border-radius: 100px;
    margin-bottom: 20px;
    margin-top: 0;

}
#close{
    margin-top: 20px;
    border: none;
    height: 40px;
    color: var(--accent-color);
    width: 100px;
    padding: 10px 0;
    border-radius: 25px;
    background-color: var(--main-color);
}

#contact-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
#submitbutton{
    width: 400px;
    margin: 0 auto;

    border: none;
    border-radius: 25px;
    background-color: var(--accent-color) ;
    color: var(--main-color);
    font-size: 16pt;
    font-family: var(--secundary-font);
    height: 50px;
}
#contact-form input:focus,
#contact-form textarea:focus{
    border: 1pt solid var(--main-color);
    outline: 1pt solid var(--main);
}
#contact-form textarea{
    min-height: 75px;
}

.fullscreen-gallery-wrapper{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    height: 120vh;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    backdrop-filter: blur(5px);
}

.row .column img{
    cursor: pointer;
}
.fullscreen-gallery{
    margin: 0 auto;
}
.fullscreen-gallery .fullscreen-image {
    position: relative;
}
.fullscreen-gallery .fullscreen-image img{
    object-fit: contain;
}
.fullscreen-image .close{
    position: absolute;
    right: 4%;

    color: var(--accent-color);
    font-weight: 600;

    cursor: pointer;
    transition: transform .5s ease;
}
.close p{
    font-size: 18pt;
}
.fullscreen-gallery .close:hover, .fullscreen-image .image-options p:hover{
    color: var(--font-color);
    font-weight: 600;
    transform: scale(1.1);  
}

.fullscreen-image .image-options{
    display: flex;
    justify-content: space-between;

    width: 100%;

    position: absolute;
    bottom: -100px;   
}
.fullscreen-image .image-options p{
    padding: 10px 20px;
    cursor: pointer;
    
    font-size: 18pt;
    color: var(--accent-color);
    font-weight: 600;

    transition: transform .5s ease;

    background-color: #3671e8c7;
    border-radius: 10px;
}

/* .fullscreen-image .image-options .previous{
    margin-left: -75px;
    
}
.fullscreen-image .next{
    margin-right: -75px;
} */


@media(max-width: 1024px){
    h1{
        font-size: 24pt;
    }
    p{
        font-size: 11pt;
    }
    section{
        margin-bottom: 64px;
    }
    #button{
        padding: 10px 20px;

    }
    #container{
        margin: 0 1%;
    }
    nav{
        margin: 15px 5% 32px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    nav img{
        width: 150px;
    }
    nav .navigation-links a{
        margin-left: 20px;
        font-size: 12pt;
    }
    .info-icon img{
        width: 30px;
    }
    .info-icon p{
        font-size: 10pt;
    }
    section.hero-info-section .main-info{
        text-align: center;
        width: 80%;
        margin: 0 auto;
        padding-top: 48px;
    }
    section.about-us-wrapper{
        margin-top: 64px;
        background-color: var(--main-color);
    }
    section.about-us{
        padding: 64px 1%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    
        color: var(--accent-color);    
    }
    section.about-us img{
        width: 60%;
        max-width: 400px;
        margin-bottom: 32px;
    }
    section.about-us p{
        width: 80%;
    }
    section.partnership{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    section.partnership video{
        margin-top: 32px;
       width: 90%;
    }
    .cpc-padel-club{
        width: 80%;
    }
    
    section.price-wrapper h3{
        font-size: 38pt;
    }
    section.price-wrapper h4{
        font-size: 14pt;
    }
    section.price-wrapper{
        margin-top: 64px;
        display: flex;
        justify-content: center;
        background-image: none;

    }
    .price-section{
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        width: 60%;
        max-width: 350px;
        padding: 52px 50px;
    }
    .price-section a#btn {
        text-align: center;
        margin-right: 0;
        margin-left: 0;
    }
    
    section.stay-section-wrapper{
        background-color: var(--main-color);
    }
    section.stay-section{
        padding: 64px 0%;
        flex-direction: column-reverse;
    }
    
    section.stay-section iframe{
        width: 100%;
        height: 300px;
        border-radius: 0;
    }
    section.stay-section .info-stay{
        width: 80%;
        margin-bottom: 32px;
    }
    .info-stay-title{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .info-stay-title h2{
        margin-bottom: 0px;
    }
    .gallery-homepage img{
        width: 80%;
    }
    .gallery-homepage a{
        margin-top: 32px;
    }
    
    section.footer{
        margin-top: 64px;
        flex-direction: column-reverse;
        align-self: center;
    }
    section.footer .logo img{
        max-width: 200px;

    }

    section.footer p, section.footer a{
        text-align: center;
        width: 100%;
    }
    .footer-info{
        margin-bottom: 32px;
    }
    #form-row{
        width: 100%;
    }
    section.contact-sheet h2{
        font-size: 20pt
    }
    .fullscreen-gallery .fullscreen-image img {
        /* max-height: 800px;  */
        /* object-fit: contain;  */
    }
    .fullscreen-image img.gallery-image{
        /* max-width: 700px; */
    }

    .fullscreen-image .close{
        font-size: 22pt;
    }
}
@media(max-width:1280px){
    section.about-us-wrapper{
       background-color: var(--main-color);
    }
    section.stay-section-wrapper{
        background-color: var(--main-color);
    }
    section.price-wrapper{
        background-color: var(--accent-color);
    }
}
@media(min-width:1280px){
    section.about-us-wrapper{
        background-image: url(./assets/images/background_padel_field.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    section.stay-section-wrapper{
        background-image: url(./assets/images/background_padel_field.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    section.price-wrapper{
        background-image: url(./assets/images/background-padel-3.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80%;
    }
     .fullscreen-gallery-wrapper{    
        height: 100vh;
        width: 100%;
        top: 50%;
    }
    .fullscreen-image .image-options{
        display: flex;
        justify-content: space-between;
        /* margin-left: -10%;
    
        width: 120%;
    
        position: absolute;
        top: 45%;    */
    
        width: 100%;
    
        position: absolute;
        top: 45%;   
    }

    .fullscreen-image .image-options .previous{
        margin-left: -75px;
        
    }
    .fullscreen-image .next{
        margin-right: -75px;
    }
}
@media(max-width:768px){
    .phone{
        display: inline;
    }
    .laptop{
        display: none;
    }
    section.info-icons-wrapper{
        display: flex;
        flex-direction: column;
        padding: 30px 0;
    }
    section.info-icons-wrapper img{
        width: 20px;
    }
    .info-icon{
        width: 100%;
    }
    .info-icon.border{
        border-right: none;
        height: 100px;
    }
    .verblijf-info-list{
        width: 190px;
    }
    .partnership-title{
        display: none;
    }
    section.contact-sheet h2{
        font-size: 16pt
    }
    #submitbutton{
        width: 200px;
        margin: 0 auto;
    
        border: none;
        border-radius: 25px;
        background-color: var(--accent-color) ;
        color: var(--main-color);
        font-size: 16pt;
        font-family: var(--secundary-font);
        height: 50px;
    }
}
