/*
Theme Name: Stadnina Hnatkowice
Author: Paweł Delinowski
Description: Strona stadniny w Hnatkowicach. Umów się na jazdę kono
Version: 0.0.1
*/


:root {
    --primary-color: #3F4238;
    --secondary-color: #FFE8D6;
    --primary-font:  'Sansita', sans-serif;
    --secondary-font: 'Nunito Sans', sans-serif;
}

* {
    font-family: 'Sansita', sans-serif;
}

body p {
    margin-bottom: 0 !important;
}

.margins-50 {
    margin-top: 50px;
    margin-bottom: 25px;
}

.margins-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.container-fluid {
    padding: 0;
    margin: 0;   
    overflow: hidden;
}
.custom-baner h1::before {
    background-image: url('http://stadnina-hnatkowice.pl/wp-content/uploads/2023/09/spacer-header-1.webp');

}

.navbar {
    padding: 0px 25px;
}

.navbar {
    background-color: #3F4238 !important;
    z-index: 99;
}

.nav-link {
    color: #FFE8D6 !important;
}

.nav-item {
    text-align: center;
    padding: 10px;
}

.nav-item:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.1)
}

.navbar-toggler-icon {
    color:#FFE8D6                                   
}

.n2-ss-button-container {
    margin: 100px;
}

.nav-logo {
    width: 200px;
}


.button-baner {
    margin-top: 50px;
    background-color: #988F2A;
    border: none;
    font-family: var(--secondary-font);
    padding: 20px 30px;
    font-family: var(--secondary-font);
    font-weight: 600;
}

.custom-baner {
    font-family: var(--primary-font);
    color: var(--secondary-color);
    text-align: center;
    max-width: 100%;
    padding: 0;
    background-image: url('http://stadnina-hnatkowice.pl/wp-content/uploads/2023/09/baner1.jpg');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-baner h1 {
    font-size: 2rem;
    font-size: 12vmin;
}
.akapit-baner {
    font-size: 8vmin;
}
.akapit-2-baner {
    font-size: 5vmin;
}


.short-nav h2 {
    text-align: center;
}

.icon-div div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon i {
    font-size: 2.2rem;
}

.icon-div a {
    text-decoration: none;
    color: inherit;
}

.short-nav {
    background-color: #3F4238;
    color: #FFE8D6;
    display: flex;
    flex-direction: column;
    height: 80vh;
    align-items: center;
    justify-content: space-evenly;
}



.icon-div {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    transition: 0.2s;
    
}

.icon i {
    margin-bottom: 0.5rem;
}

.divider-2  {
    transform: rotate(180deg);
}

.divider, .divider-2 {
    text-align: center;
}


.wstep h2, .wstep p {
    text-align: center;
    font-family: var(--primary-font);
}

.header_color { 
    color: #a7a7a7 !important;
}

.header-center {
    text-align: center;
}


.akapit p {
    
    text-align: center;
    line-height: 1.8rem;
}



.oferta-blok {
    width: 100%;
    overflow: hidden;;
}



.oferta-1, .oferta-3 {
    background-color: #3F4238;
}

.oferta-1 p, .oferta-1 h2 {
    color: #fff;
}
.oferta-3 p, .oferta-3 h2 {
    color: #fff;
}

.oferta div img {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
   
}

.oferta h2 {
    font-family: var(--primary-font);
}

.oferta p {
    font-family: var(--secondary-font);
}
.oferta p {
    font-weight: 100;
}


form {
    width: 100%;
    margin-top: 50px;
    
}

.oferta-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.oferta-1 button {
    background:transparent;
    text-decoration: none;
    border: 3px solid #fff;
    padding: 15px;
    border-radius: 15px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 1rem;
    
}

.ti-reviews {
    justify-content: center;
}

.user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.user .fa-user {
    font-size: 80px;
    text-align: center;
}

.user-icon {
    fill: #fff;
    width: 20px;
}
.wf_field {
    width: 100%;
}

.usluga-img {
    border-radius: 25px;
    
}

.usluga-img {
    border: 5px solid white;
}
.usluga-img-2  {
    border: 5px solid #3F4238;
}

.opinie {
    width: 100%;
    overflow: hidden;
}



.kontakt {
    width: 100%;    
    overflow: hidden;
}
.text-small {
    font-size: 0.9rem;
  }



  
  
  a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
  }
  
  a:hover, a:focus {
    text-decoration: none;
  }
  
  .form-control {
    background: #212529;
    border-color: #545454;
  }
  
  .form-control:focus {
    background: #212529;
  }
  
  footer {
    background: #3F4238;
  }
  

  .kontakt_end {
    height: 200px;
    background-color: #fdf3a4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  
  .left-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .left-form h2 {
    margin-bottom: 50px;
  }

  .fa-phone, .fa-location-dot {
    font-size: 3rem;
    margin-bottom: 20px;
  }

  .nf-form-title {
    text-align: center;
    display: none;
  }
.ninja-forms-field {
    width: 100% !important;
}

.icon-div:hover {
    transform: scale(1.2);
}

.oferta button:hover {
background-color: #fff;
color: #000;
}
    
  /* ==========================================
      CUSTOM UTILS CLASSESŚ
    ========================================== */
    body, html {
      height: 100%;
    }

    #button-addon2 {
        color: #000;;
    }
    #button-addon2 {
        background-color: #fff;
    }
    
    .short-nav-items {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        height: 80%;
    }

    footer li {
        color: var(--secondary-color);
    }
        

    /*media*/

    @media (min-width: 768px) { 
        
        .oferta {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .oferta div h2 {
            font-size: 2rem;
        }
        
        .short-nav {
            flex-direction: column;
            height: 15rem;
        }
        .short-nav-items {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            
        }

        .icon-div {
            padding: 50px;
        }

        .nav-header {
            margin-top: 1rem;
        }

        .kontakt {
            background-image: url('https://stadnina-hnatkowice.pl/wp-content/uploads/2022/06/horse2-1536x1024-1.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 40rem;
  
        }

        .kontakt-form {
            background-color: #ffffff;
            color: rgb(0, 0, 0);
            padding: 20px;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
            box-shadow: 0px 0px 11px -7px rgba(66, 68, 90, 1);

        }

        .left-form  {
            background-color: #3F4238;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: center;
            text-align: center;
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
        }

        .left-form h2 {
            color: #fff;
            margin-bottom: 50px;
        }

       .left-form p {
            color: #fff;
            font-size: 1.4rem;
       }
       .left-form i {
        font-size: 2rem;
        color: #fff;
        margin-bottom: 15px;
       }

        .left-form p {
            font-size: 1.4rem;
            color: #fff;
        }

      



    }

    @media (min-width: 992px) {
        .nav-item:nth-child(even) {
            background-color: transparent;
        }

        .navbar-collapse  {
            justify-content: flex-end;
        }

        .wstep h2 {
            font-size: 2.5rem;
        }

        .wstep p {
            font-size: 2rem;
        }
        .oferta div h2 {
            font-size: 3rem;
        }

        .akapit p {
            font-size: 1.8rem;
            line-height: 3rem;
        }

        .header-center {
            font-size: 2.5rem;
        }

        .oferta {
            font-size: 1.6rem;
            
    }
    }

    @media (min-width: 1200px) {

        .navbar-collapse {
            font-size: 1.2rem;
        }
        

        .short-nav {
            height: 30rem;
        }

        .short-nav-items {
            justify-content: space-evenly;
            width: 100%;
        }

        .icon i {
            font-size: 4rem;
            
        }

        .icon-div p {
            font-size: 2rem;            
        }
        .wstep h2 {
            font-size: 3.5rem;
        }

        .wstep p {
            font-size: 3rem;
        }
        .header-center {
            font-size: 3.5rem;
        }

        .oferta div p{
            font-size: 2rem;
    }

        .oferta div h2 {
            font-size: 5rem;
        }

    .margins-50 {
        margin-top: 150px;
        margin-bottom: 75px;
    }
    
    .margins-25 {
        margin-top: 75px;
        margin-bottom: 25px;
    }

   

    .divider {
        margin-bottom: 100px;

    }

    .divider-2 {
        margin-top: 100px;
    }
    .akapit p {
        font-size: 2.2rem;
        line-height: 3.4rem;
    }

    .map iframe {
        height: 900px;
    }

    .kontakt {
        height: 70rem;
    }

    

    .oferta div img {
        width: 60%;
        
    }

    .navbar {
        position: fixed;
        width: 100%;
    }

    .baner_h1 {
        font-size: 1rem !important;
    }
    
    .baner_h2 {
        font-size: 1rem !important;
        margin-bottom: 50px !important;
    }
    .baner_button {
        font-size: 20px !important;
    }

    .nav-header h2 {
        padding-top: 50px;
    }

    .oferta-1 div img,.oferta-3 div img {
        
        transform: translate(0, -400px), rotate(6deg);
        transform: rotate(6deg);
    }
    .oferta-2 div img,.oferta-4 div img {
        transform: rotate(-6deg);
    }

    
}