

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    /* This text is in Candara */
	font-family: Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif; 
}

body{
    background: rgb(239, 239, 239);
    font-family: Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif; 
}

a, a:hover {
    text-decoration: none;
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    background: rgb(57, 35, 62);
}

.top-bar span {
    color: rgb(239, 239, 239);
}

.top-bar ul {
    list-style: none;
    display: flex;

}

.top-bar li {
    margin: 0px 5px;
}

.top-bar a {
    color: rgb(239, 239, 239);
}

.top-bar a:hover {
    color: rgb(255, 191, 0)
}

.top-bar-contact span{
    padding: 0 10px;
}

nav {
    background: rgb(255, 191, 0);
    padding: 5px 20px;
    display: flex;
    align-items: center;
}

nav a {
    color: rgb(57, 35, 62);
    font-weight: bolder;
}

nav a:hover {
    color: rgb(57, 35, 62);
}

.logo_1 {
    flex: 1; 
    display: flex;
}

.logo a {
    /* display: flex; */
    align-items: center;
    font-size: 30px;
}

.logo a:hover {
    color: rgb(239, 239, 239);
}

.menu #target a {
    background: rgb(57, 35, 62);
    border-radius: 5px;
    color: rgb(239, 239, 239);
}

.menu #target a:hover {
    background: rgb(239, 239, 239);
    border-radius: 5px;
    color: rgb(57, 35, 62);
}


.logo img {
    width: 180px;
    margin-left: 50px;
    margin-top: 10px;
}

.logo_1 {
    float: left;
    align-items: center;
    margin-left: 30px;
    margin-top: 20px;
}

.logo_1 img {
    height: 50px;
}

.menu {
    display: flex;
    align-items: center;
    list-style: none;

}

.menu li {
    padding: 15px 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.menu li a {
    padding: 5px;
    font-weight: bolder;
}

.menu li a:hover {
    background-color: rgb(57, 35, 62);
    color: rgb(239, 239, 239);
    border-radius: 3px;
}

.toggle {
    font-size: 30px;
    display: none;
}
/* nav {
    position: relative;
    width: 100%;
    line-height: 0px;
    background: rgb(255, 191, 0);
    z-index: 1;
}

nav .wrapper {
    background: rgb(255, 191, 0);
    padding: 10px 10px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper .logo {
    left :300px;
}

.wrapper .logo img {
    height: 130px;
    cursor: pointer;
}

.wrapper .nav-links {
    display: inline-flex;
}

.nav-links li {
    list-style: none;
    padding:10px;    
}

.nav-links li a {
    color: rgb(239, 239, 239);;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    padding: 9px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.nav-links li a:hover {
    background: rgb(239, 239, 239);;
    color: rgb(57, 35, 62);

}

.nav-links li#plati_active a {
    background: rgb(57, 35, 62);
    color: rgb(239, 239, 239)
}

.nav-links li#plati_active a:hover {
    background: rgb(239, 239, 239);
    color: rgb(57, 35, 62); 
}

.wrapper .btn {
    color: rgb(239, 239, 239);;
    font-size: 20px;
    cursor: pointer;
    display: none;

}

.wrapper .btn.cancel-btn{
    position: absolute;
    right: 30px;
    top: 10px;
}

#menu-btn, #cancel-btn {
    display: none;
} */
/* start service card */
.services-area {
    max-width: 1400px;
    margin: 0 auto;
    padding: 150px 0;
    /* display: flex; */

}

.container {
    margin: 0 auto;
}

.row {
    display: flex;
}

.col-lg-4 {
    display: flex;
    width: 30%;
    margin-right: 50px;
}
.single-service {
    padding: 40px 30px;
    max-width: 100%;
    position: relative;
    background: rgb(239, 239, 239);;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5s);
    transition: all .5s ease-in-out 0s;
}

.single-service h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;
}

.single-service::before {
    content: '';
    left: 0;
    top: 0;
    height: 5px;
    width: 100%;
    background: rgb(255, 191, 0);
    position: absolute;
    transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
}

.single-service >* {
    position: relative;
}

.single-service:hover {
    box-shadow: 0 10px 20px rgb(57, 35, 62)
}
.single-service:hover::before {
    height: 100%;
}
.icon-box {
    width: 80px;
    height: 80px;
    background: rgb(57, 35, 62);
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 15px;
}
.icon-box i {
    color: rgb(239, 239, 239);;
    font-size: 40px;
    padding: 20px 0;
}
.single-service:hover h2,
.single-service:hover p {
    color: rgb(239, 239, 239);;
    transition: 0.7s;
}

.single-service a {
    text-decoration: none;
    /* text-transform: uppercase; */
    /* background: rgb(57, 35, 62); */
    color: rgb(57,35,62);
    font-weight: bold;
    font-size: 14px;
    border: 1px solid rgb(57,35,62);
    border-radius: 20px;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 20px;
}

.single-service a:hover {
    background: rgb(57,35,62);
    color: rgb(239, 239, 239);
}
/* End service card */

.container-services {
    height: 85vh;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 8%;
}

.container-services h1 {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}
.container-services h1::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-87%);
    width: 135px;
    height: 5px;
    background: rgb(255, 151, 0);
}
.container-services .row-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}
.container-services .row-services .service {
    padding: 25px 10px;
    text-align: center;
    border-radius: 5px;
    transition: transform .5s;
    cursor: pointer;
    font-size: 14px;
}
.container-services .row-services .service:hover {
    transform: scale(1.1);
    /* background: rgb(255, 151, 0); */
    border: 1px solid rgb(255, 191, 0);
    border-radius: 20px;
    color: rgb(57,35,62)
}
.container-services .row-services .service i {
    font-size: 40px;
    color: rgb(57, 35, 62);
    margin-bottom: 10px;
}
.container-services .row-services .service:hover i {
    color: rgb(57, 35, 62);
}
.container-services .row-services .service h2 {
    margin-bottom: 8px;
    font-size: 22px;
}

/* Gallery style */

.container-gallery {
    max-width: 1400px;
    min-height: 80vh;
    /* display: flex; */
    margin: 100px auto 0 auto;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}

.gallery img {
    width: 100%;
    cursor: pointer;
    transition: 0.4s;   
}

.gallery img:hover {
    transform: scale(0.8) rotate(-15deg);
    border-radius: 20px;
    box-shadow: 0 32px 75px rgba(68, 77, 136, 0.2);
}

/* Navigation bar end */
    /* Footer start */

    footer {
        position: relative;
        width: 100%;
        background: rgb(255, 191, 0);
        min-height: 100px;
        padding: 20px 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    footer .social_icon,
    footer .menu {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 0;
        flex-wrap: wrap;
    }
    
    footer .social_icon li,
    footer .menu li
     {
        list-style: none;
    }
    
    footer .social_icon li a {
        font-size: 2em;
        color: rgb(57, 35, 62);
        margin: 0 10px;
        display: inline-block;
        transition: 0.5s;
    }
    
    footer .social_icon li a:hover {
        transform: translateY(-10px);
    }
    
    footer .menu li a {
        font-size: 1.2em;
        color: rgb(57, 35, 62);
        margin: 0 10px;
        display: inline-block;
        transition: 0.5s;
        text-decoration: none;
        opacity: 0.75;
    }
    
    footer .menu li a:hover {
        opacity: 1;
    }
    
    footer p {
        color: rgb(57, 35, 62);
        text-align: center;
        margin: 15px 0;
        font-size: 1.1em;
    }
    
    footer .wave {
        position: absolute;
        top: -100px;
        left: 0;
        width: 100%;
        height: 100px;
        background: url("../img/wave_zolto.png");
        background-size: 1000px 100px;
    }
    
    footer .wave#wave1 {
        z-index: 1000;
        opacity: 1;
        bottom: 0;
        animation: animateWave 4s linear infinite;
    }
    
    footer .wave#wave2 {
        z-index: 999;
        opacity: 0.5;
        bottom: 10px;
        animation: animateWave_02 4s linear infinite;
    }
    
    footer .wave#wave3 {
        z-index: 1000;
        opacity: 0.2;
        bottom: 15px;
        animation: animateWave 3s linear infinite;
    }
    
    footer .wave#wave4 {
        z-index: 999;
        opacity: 0.7;
        bottom: 20px;
        animation: animateWave_02 3s linear infinite;
    }

    @keyframes animateWave {
        0% {
            background-position-x: 1000px ;
        }
        100% {
            background-position-x: 0px ;
        }
    }
    
    @keyframes animateWave_02 {
        0% {
            background-position-x: 0px ;
        }
        100% {
            background-position-x: 1000px ;
        }
    }

    /* Footer end */


@media(max-width: 1190px){
    /* Navigation bar start */

    nav {
        display: block;
        position: relative;
        padding: 15px 20px;
    }

    .menu {
        margin-top: 15px;
        display: none;
    }

    .menu.active, .toggle {
        display: block;
    }

    .top-bar .top-bar-contact span{
        display: block;
    }
    
    .toggle {
        position: absolute;
        top: 15px;
        right: 20px;
    }

    .logo img {
        width: 200px;
        margin-left: 10px;
    }
    .logo img {
        width: 200px;
        margin-left: 10px;
    }
    .logo_1 {
        display: none;

    }

   
    .container {
        margin: 0 auto;
    }
    
    .row {
        display: block;
    }
    
    .col-lg-4 {
        display: block;
        width: 100%;
        margin-right: 50px;
    }
    .single-service {
        padding: 40px 30px;
        max-width: 100%;
        position: relative;
        background: rgb(239, 239, 239);;
        text-align: center;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5s);
        transition: all .5s ease-in-out 0s;
    }
    .container-services {
        margin-bottom: 100px;
    }
     .row-services{
        margin: 10px 10px;
    }

   .container-services {
    min-height: 180vh;
   }

   .container-services h1::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-95%);
    width: 135px;
    height: 5px;
    background: rgb(255, 151, 0);
}

.container-gallery {
    margin: 100px auto 100px auto;
 
}

    /* Footer start */
    footer {
        margin-top: 50px;

    }
 footer .menu li {
       width: 100%;
       margin: 0px auto;
    }

    .menu li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }
footer .wave {
    /* background-color: #333; */
    z-index: -99999;
}

footer .wave#wave4 {
    z-index: -1001;
  
}
footer .wave#wave1 {
    z-index: -1001;
  
}
footer .wave#wave2 {
    z-index: -1001;
  
}
footer .wave#wave3 {
    z-index: -1001;
  
}
    /* Footer end */



}


