/*
Theme Name: Landing EuroSporting Theme
Author: Jessica Croce
Description: Tennis e Fitness
Version: 1.0
*/

* { margin: 0; padding: 0; }

body { font-family: 'Ubuntu', sans-serif;
    color: #767581;
    background-color: white; }

/*CONTENITORI*/

.container { min-width: 1200px;
    box-sizing: border-box;
    padding: 50px; }

.subcontainer { width: 1100px;
    margin: 0 auto; }

.flex { display: flex; }

.flexcenter { align-items: center;
    justify-content: center; }

.row { flex-direction: row;
    display: flex; }

.column { flex-direction: column;
    display: flex; }

.wrap { flex-wrap: wrap; }

.wh33 { width: 33.33333%; }

.wh50 { width: 50%; }

.wh100 { width: 100%; }

.wh25 { width: 25%; }

.wh75 { width: 75%; }

.wh66 { width: 66.66666%; }

.wh8 { width: 8.33333%; }

.wh16 { width: 16.66666%; }

.wh66 { width: 66.66666%; }

.wh83 { width: 83.33333%; }

.bold { font-weight: 700;}

.semibold { font-weight: 600; }

.regular { font-weight: 400; }

.light { font-weight: 300; }

.uppercase { text-transform: uppercase; }

.center { text-align: center; }

.right { text-align: right; }

.left { text-align: left; }

a { text-decoration: none; }

.vh100 { height: 100vh; }

.vh50 { height: 50vh; }

.vh70 { height: 70vh; }

.h100 { height: 100%; }

.h50 { height: 50%; }

.space-extra-sm { padding: 5px; }

.space-sm { padding: 10px; }

.space { padding: 20px; }

.space-big { padding: 40px; }

.padding-1 { padding: 1%;
    box-sizing: border-box; }

.padding-2 { padding: 2%;
    box-sizing: border-box; }

.padding-3 { padding: 3%;
    box-sizing: border-box; }

.padding-4 { padding: 4%;
    box-sizing: border-box; }

.padding-7 { padding: 7%;
    box-sizing: border-box; }

.space-between { justify-content: space-between; }

.space-around { justify-content: space-around; }

.space-evenly { justify-content: space-evenly; }

.justifycenter { justify-content: center; }

.aligncenter { align-items: center; }

li { list-style: none; }

/*TITOLI e PARAGRAFI*/

h1 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

h2 { font-weight: 700;
    letter-spacing: -0.03em;
    font-size: 45px; }

h3 { font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.03em;
    font-weight: 700; }

p { font-size: 20px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    line-height: 30px;
}

p.small { font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    line-height: 25px; }

a, button { width: max-content; }

/*COLORI e PULSANTI*/

.green { color: #6AA743; }

.orange { color: #f2712c; }

.bg-orange { background-color: #f2712c; }

.bg-white { background-color: #fff; }

.grey { color: #767581; }

.white { color: white; }

/*PULSANTI*/

.button { font-size: 13px;
    letter-spacing: 0.05em;
    pointer-events: auto;
    padding: 15px 30px;
    border: 1px solid white;
    text-transform: uppercase;
    color: white;
    border-radius: 6px;
}

.button:hover { background-color: white;
    transition: all 0.2s linear;
   color: #f2712c; }

.button-orange { background-color: #f2712c;
    border: 1px solid #f2712c; }

.button-orange:hover { background-color: transparent;
    border: 1px solid #fff;
    color: white;
    transition: all 0.2s linear;
    }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { width: 150px !important; }

/*GO TOP*/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    z-index: 11;
    cursor: pointer;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #f2712c;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* Overlay */

.overlay {
    background-color: rgba(0,0,0,0.3);
    bottom: 0;
    left: 0;
    z-index: 10;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0; }

/* Home */

.hero { height: calc(100vh - 75px); }

.desktop-menu { height: 150px;
    border-radius: 30px; }

.desktop-menu ul { justify-content: space-between; }

.desktop-menu ul li a { text-align: center;
    height: 110px;
    width: 110px;
    color: #000;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #5F9F44; }

.desktop-menu ul li a:hover {
    background-color: #8CC440;
    border: 2px solid #5F9F44;
    color: white;
    transition: all 0.2s linear;
}

.desktop-menu ul li:first-child { margin-left: 50px; }

.desktop-menu ul li:last-child { margin-right: 50px; }

.logo {
    margin: 0 auto;
    padding: 40px 0;
    display: inline-block;
    width: 200px;
    height: auto;
}

header nav { background-color: #fff;
    width: 850px; }

header nav .menu-items li { display: flex;
    align-items: center; }

/*VIMEO*/
.vimeo-wrapper { position: relative;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.vimeo-wrapper iframe { position: absolute;
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Content*/
.green-circle { background-color: rgba(95, 159, 68, 0.75);
    width: 400px;
    height: 400px;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    }

.card { width: 90%;
    background-color: white;
    border-radius: 18px;
    height: 600px; }

.card-title { background-color: #fff;
    padding: 10px 20px;
    border: 2px solid #79D856;
    border-radius: 12px;
    margin-top: auto;
    margin-bottom: -28px;
    }

.button-title-green { background-color: #fff;
    padding: 10px 20px;
    color: #79D856;
    border: 2px solid #79D856;
    border-radius: 12px; }

.button-title-yellow { background-color: #fff;
    padding: 10px 20px;
    color: #EDD418;
    border: 2px solid #EDD418;
    border-radius: 12px; }

.button-title-orange { background-color: #fff;
    padding: 10px 20px;
    color: #f2712c;
    border: 2px solid #f2712c;
    border-radius: 12px; }

.shadow { box-shadow: 0 3px 6px rgba(0,0,0,0.16); }

.border-radius-img { border-radius: 16px; }

.logo-color { border: 2px solid #1C3E75;
    border-radius: 16px;
    padding: 20px 50px;
    }

/*FORM*/

.form { align-items: flex-start; }

.form p { width: 100%; }

.form input[type=text], .form input[type=email], .form select, .form input[type=tel] {
    border: 2px solid #f2712c;
    background-color: white;
    border-radius: 12px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 17px;
    display: block;
    font-family: 'DM Sans', sans-serif;
    width: 100%;
}

.form .wpcf7-quiz-label { font-size: 17px; }

.form input[type=text]:focus, .form input[type=email]:focus, .form input[type=tel]:focus { outline: none;
    transition: all 0.2s linear;
    border: 2px solid #79D856; }

.form input[type=submit] {
    font-size: 22px;
    width: 100%;
    padding: 15px;
    background-color: #f2712c;
    color: white;
    border: 2px solid #f2712c;
    border-radius: 12px;
    font-family: 'DM Sans', sans-serif;
}

.wpcf7-list-item-label { font-size: 13px;
    line-height: 13px;
    color: #222222; }

.wpcf7-list-item-label a { color: #222;
    text-decoration: underline; }

.team { height: 500px; }

.recensioni { height: 500px; }

.recensioni .swiper-button-prev, .recensioni
.swiper-container-rtl .swiper-button-next {
    color: #000;
}

.recensioni .swiper-button-next, .recensioni
.swiper-container-rtl .swiper-button-prev {
    color: #000;
}

.recensioni .swiper-pagination-bullet-active {
    border: 1px solid #000;
}

.none-sm { display: block; }

.none-desktop { display: none; }

.height-fix { height: 70px;
    max-width: unset;
}

.height-fix-2 { height: 20px;
    max-width: unset;
}


.campo { margin-left: unset !important; }

/*RESPONSIVE TABLET*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {

    .container { min-width: 768px;
        padding: 30px 10px 30px 10px; }

    .subcontainer { width: 748px;
        margin: 0 auto; }

    h1 {
        font-size: 30px;
    }

    h2 { font-size: 25px; }

    h3 { font-size: 20px; }

    .space-extra-sm { padding: 4px; }

    .space-sm { padding: 7px; }

    .space { padding: 10px; }

    .space-big { padding: 30px; }

    a, button { font-size: 13px; }

    .none-tablet { display: none; }

    .none-sm { display: block; }

    .desktop-menu ul li a { width: 100px;
        height: 100px; }

}

/*RESPONSIVE MOBILE*/

@media only screen and (max-width: 767px) {

    /*ELEMENTS*/

    .container { min-width: 319px;
        padding: 20px 10px 20px 10px; }

    .subcontainer { width: 299px;
        margin: 0 auto; }

    h1 { font-size: 30px; }

    h2 { font-size: 25px; }

    h3 { font-size: 18px; }

    p { font-size: 16px; }

    p.small { font-size: 14px;
        line-height: 18px; }

    .sm-col { flex-direction: column; }

    .whs100 { width: 100%; }

    a, button { font-size: 13px; }

    .space-extra-sm { padding: 3px; }

    .space-sm { padding: 8px; }

    .space { padding: 11px; }

    .space-big { padding: 25px; }

    .one { order: 1; }

    .two { order: 2; }

    .three { order: 3; }

    .four { order: 4; }

    .five { order: 5; }

    .six { order: 6; }

    .none-desktop { display: block; }

    .none-sm { display: none; }

    .img-mobile { width: 100%; }

    .align-mobile { align-items: flex-start !important; }

    .h-sm { height: unset; }

    .form input[type=text], .form input[type=email], .form select, .form input[type=tel] {
        padding: 10px;
        font-size: 14px;
    }

    .form input[type=submit] {
        font-size: 16px;
        padding: 10px;
    }

    .hero { height: 100vh; }

    h1 { padding-top: 50px; }

    .green-circle { width: 300px;
        height: 300px; }

    .card { height: 400px; }

    .team { height: 400px; }

    .recensioni { height: 300px; }

    .campo-sm { width: 100% !important;
        height: 300px; }

    .flexcenter-sm { padding-left: 60px;
        box-sizing: border-box; }

    .padding-sm { padding: 0 40px; }

}