/*TODO: CUSTOM CSS*/
body {
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: normal;
    /*background-color: #d0d2cf;*/
}

main{
    margin-top: 0 !important;
    padding-top: 100px;
}

.form-control{
    margin-bottom: 10px;
    border: none !important;
    border-radius: 0 !important;
}

.form-control::placeholder{
    color: #acb4bf !important;
}

.icon-divider{
    width: 150px;
}

header{
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 10000;
}

.btn {
    border-radius: 0 !important;
}

.title-section{
    margin-bottom: 45px;
    font-size: 25px;
    color: #583735;
}

.title-section::before{
    display: inline-block;
    content: "";
    border-top: .3rem solid #583735;
    width: 100px;
    margin-right: 15px;
    transform: translateY(0rem);
}

.navbar-toggler{
    border: none !important;
}

.topheader{
    background-color: #664d03;
    color: #fff;
}

.close-menu{
    text-align: center;
    display: block;
    width: 100%;
}

.close-menu svg:hover{
    cursor: pointer;
}

.close-menu svg{
    width: 40px;
}

.icon-placeholder{
    width: 50px;
}

.navbar-brand{
    margin: 0 !important;
    width: 100%;
}

.navbar-nav{
    flex-direction: column !important;
}

.collapse{
    position: fixed;
    padding: 40px;
    background-color: #dedede;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.collapse ul li{
    float: none;
    width: 100%;
}

.collapse ul li a{
    font-size: 20px;
    padding: 15px 15px;
    text-align: center;
}

.collapse ul li a:hover, .collapse ul li a.active{
    color: #664d03 !important;
}

.section-home{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #002549;
    color: #fff;
    height: 700px;
}

.section-home video{
    width: 100%;
    float: left;
    position: relative;
}

.leading-home{
    text-align: left;
    width: 100%;
    position: absolute;
    bottom: 150px;
    padding: 0 150px 0 150px;
}

.leading-home h1{
    font-family: "Nunito Sans", sans-serif;
    font-size: 60px;
    font-weight: normal;
}

.layer{
    float: left;
    z-index:9999;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
}

/*TODO: inizio HOME*/
.fourth-section {
    margin-top: 100px;
    background-image: url("https://website.eospabenessere.it/wp-content/uploads/2024/04/piscina.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    height: 500px;
}

.text-over-image {
    position: absolute;
    bottom: 3%;
    left: 3%;
    color: black;
    padding: 2%;
    background-color:white;
    max-width: 30%;
    max-height: 30%;
    right: 40%;
}

.small-header {
    height: 100px;
    background-color: #604d2d;
    color: white;
}

.small-header {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link-social {
    text-decoration: none;
    color: #333;
}


.intro-img {
    width: 400px;
    height: auto;
}

.card-text {
    font-size: 40px;
    color: #fff;
}

.contact-info {
    font-size: 12px;
}

.link-social {
    font-size: 12px;
}

.page-section .title {
    margin-bottom: 20px;
}

.card-form{
    background-color: #f5f6f8;
    padding: 30px 20px 30px 20px;
}

.card {
    background-color: #333333;
    box-shadow: 0 8px 20px #0000007a;
    color: black;
}

.card-img, .card, .card-img-overlay{
    border-radius: 0 !important;
    border: none !important;
}

.card-img-overlay {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    z-index: 999;
}

.card-header {
    padding: 0;
    height: 100px;
}

.card-body {
    padding: 0 !important;
    color: black;
}

.intro {
    height: max-content;
}

.second-section .container {
    margin-top: 30px;
}

.second-section {
    height: max-content;
}

.page-section {
    height: min-content;
    background-color: #f7efed;
}

.page-section h1{
    color: #583735;
}

.link-social {
    text-decoration: none;
    color: inherit;
}

.paragraph{
    font-size: 25px;
}

.bg-icon{
    background-image: url("assets/images/icon.png");
    background-size: 400px;
    background-position: right 12% center;
    background-repeat: no-repeat;
}

.divider{
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 30px;
    border: 2px solid #583735;
    height: 0;
    opacity: 1;
    display: block;
    width: 100px;
}

.bg-brown{
    background-color: #4c3e3d;
}

.block-image{
    padding: 150px 50px 150px 50px;
    text-align: right;
    background-size: 100%;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }
}

.navbar-toggler {
    border: none;
}
/*TODO: fine HOME*/



/*TODO: inizio FOOTER*/

.footer{
    background: #604d2d;
}
.copyright {
    font-size: 13px;
}
/*TODO: fine FOOTER*/
/************************************************************************************************************************/