*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

ul,li{
    list-style: none;
}



.logo{
    color: #111111;
    font-size: 20px;
}

.logo:hover{
    color: #a8cecc;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #a8cecc;
}

.header {
    background: url(../images/background-img.png);
}

.header-item__1 {
    padding: 30px;
}
.header-h1 {
    font-size: 5rem;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: 700;
    animation-duration: 1000ms;
    font-family: 'Lato', sans-serif;
    margin: 0;
    color: #ffff;
    padding-top: 100px;
}
.herader-p {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0;
    color: #ffff;
    margin-bottom: 50px;
}
.herader-p__small {
    font-size: 1.25rem;
    color: #ffff;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 50px;
}
.header-item__1 a, .btn-v2 {
    color: #111111;
    background-color: #daebea;
    background-image: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1rem;
    font-weight: 700;
    border-style: none;
    animation-duration: 1000ms;
    margin: 46px auto 0 0;
    padding: 10px 52px 10px 51px;
}


.header-item__2 {
    padding: 30px;
}
.header-img {
    width: 400px;
}
.product-item img {
    width: 249px;
    /* height: 420px; */
}


.about-item img{
    width: 500px;
}



.categories {
    margin: 100px 0;
}

.categories-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.cat-h3 {
    font-size: 60px;
    font-family: 'Lato',  sans-serif;
    font-weight: 600;
    color: #a8cecc;
}


.cat-p{
    font-size: 1.25rem;
    font-style: normal;
    margin: 20px auto 0;
    color: whitesmoke;
    font-weight: bold;
    font-family: 'Montserrat', serif;
    background-color: #7d9a99;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0px 0px  10px 10px #daebea;
}



i{
    color: #a8cecc;
    font-size: 60px;
}

.col-md-4 {
    padding: 30px 0;
}
.service-item__1 {
    display: flex;
    
}

.service-texts{
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}


.service-p {
    text-transform: uppercase;
    font-size: 1.25rem;
    letter-spacing: 2px;
    font-weight: 700;
    color: #a8cecc;
}
.service-p__small {
    color: #111111;
}




.product {
    background-color: #a8cecc;
}

.product-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background-color: #f5fafa98;
    border-top: 20px solid #7d9a99;
    border-bottom: 20px solid transparent;
    border-radius: 20px;
    margin: 30px;
    height: 550px;
}

.product-item:hover{
    background-color: #fff;
    transition: 0.5s;
    border-color: #7d9a99;
}


.another{
    background-color: #fff;
}

.big{
    max-width: 144px !important;
}

.ver-2 {
    color: #111111;
}


.contact {
    padding: 50px 0;
    background-color: #7d9a99;
}


.des-p__1 , .des-h3 {
    color: #ffff;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
}
.des-p__2{
    color: #ffff;
    font-size: 20px;
    font-weight: bold;
}
.des-p__3,.des-p__3 a{
    color: #ffff;
}

.des-h5, label {
    color: #ffff;
    font-size: 20px;
    font-weight: bold;
}

.form-control {
    margin-bottom: 20px;
}

.btn-v2 {
    margin: 20px 0 0 0 !important;
}
.btn-v2:hover {
    color: #ffff;
    background-color: #111111;
    transition: 0.5s;
}