@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    
}



body {
    margin: 0;
    font-family: 'Oswald', sans-serif;
}


nav {
    background-color: #abe6dc;
}

nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

nav a {
    color: #535050;
    text-decoration: none;
    font-size: 20px;

}

nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;

}

nav ul li {
    margin-left: 20px;

}

nav a:hover {
    font-size: 1.5rem;
}



nav ul li a {
    color: #535050;
    text-decoration: none;
    font-size: 16px;
}


#hero {
    background-color: #f2f2f2;
    text-align: center;
    padding: 100px 0;
}

#hero h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

#hero p {
    font-size: 18px;
    color: #0d3c42;
    margin-bottom: 0;
}


#slider {
    background-color:#f2f2f2 ;
    text-align: center;
    padding: 5rem 0;
}

.container {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

#slider img {
    width: 25rem;
    height: auto;
    border-radius: 1.5rem;
}


#services {
    background-color:#f2f2f2 ;
    text-align: center;
    padding: 100px 0;
}

#services h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.service {
    width: 30%;
    
    
    text-align: left;
    margin: 0 20px;
}

.service img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 1.5rem;
}

.service h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #a89696;
    display: flex;
    justify-content: center;
}

.service p {
    font-size: 18px;
    color: #0d3c42;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}
.counter {
    width: 25%;
    display: inline-block;
    margin: 0 50px;
}

.counter .number {
    font-size: 36px;
    margin-bottom: 20px;
}

.counter .text {
    font-size: 24px;
    margin-bottom: 0;
}


#footer {
    background-color: #abe6dc;
    text-align: center;
    color: #535050;
    padding: 40px 0;
}

#footer p {
    margin-bottom: 20px;
}

#footer ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

#footer ul li {
    margin-left: 20px;
}

#footer ul li a {
    color: #535050;
    text-decoration: none;
    font-size: 16px;
}

.fkf{
    display: flex;
    justify-content: center;
    gap: 3rem;
}