header{
    min-height: 100vh;
    height: auto;
    width: 100%;
    background: url("../img/bg1.jpg");
    background-size: cover;
    background-position: right;
}
h1 span{
    color: red;
    display: block;
}
h1{
    color: white;
    font-size: 40px;
    font-weight: bolder;
    margin: 20px auto;
    text-align: center;
    margin-top: 0;
}
.menu {
    text-align: center;
    margin: 40px 0;

}
.menu a:hover{
    color: white;
    text-decoration: none;
}
.menu a{
    color: orange;
    margin: 0 30px ;
    font-size: 22px;
}

.icons span{
    line-height: 1.2;
    display: block;
    float: left;
    padding: 0 10px;
margin-top: -10px;
    font-size: 20px;
    font-weight: bolder;
    color: white;
    width: calc(100% - 40px);
}
.icons {
    margin: 60px 0;
}
.icons img{
    width: 40px;
    height: auto;
    float: left;

}
.call:hover{
    color: #ffc107;
    text-decoration: none;
}
.call{
    background: red;
    padding: 20px;
    width: 90%;
    color: white;
    font-size: 30px;
    font-weight: bolder;
    margin: 30px;
    border-radius: 20px;
    max-width: 100%;
    width: 600px;
    text-align: center;
}
.why img{
    margin: 100px 0;
}
.why b{
    display: block;
    margin-top: 30px;
    font-size: 28px;
}
img{
    max-width: 100%;
}
.white-bl{
    background: white;
    padding: 30px;border-radius: 10px;
    text-align: center;
       border-radius:0 30px;
    width: 90%;
    font-size: 36px;
    margin-top: 30px;
    max-width: 100%;
    width: 600px;
}
.white-yel{
    display: inline-block;
    background: #ffc107;
    color: white;
    font-weight: bolder;
    border-radius: 30px;
    padding: 20px 30px;
}
h2{
    text-align: center;
    margin: 60px 0;
    margin-bottom: 20px;
font-size: 36px;
    font-weight: bolder;
}
@media (max-width: 991px) {
    .white-bl,.call{
        width: 100%;
    }
}

.cat .container:not(:first-child){
    margin: 120px auto;
}
input[type=submit]{
    background: red;
    color: white;
    font-size: 20px;
    font-weight: bolder;
}
.galeri .col-sm-3{
    padding: 0;
}
 input{
    height: 60px;
    padding: 12px;

    color: #0b2e13;
    display: block;
    border-radius: 10px;
    margin: 30px auto;
    width: 350px;
    max-width: 100%;
    border: none;
    box-shadow: none;
}
#adaptive p{
    margin-top: 30px;
    font-size: 18px;
}


.elem {
    animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
}
@keyframes trambling-animation {
    0%, 50%, 100% {
        transform: rotate(0deg);
    }
    10%, 30% {
        transform: rotate(-10deg);
    }
    20%, 40% {
        transform: rotate(10deg);
    }
}
@media (max-width: 767px) {
    .why img{
        margin: 50px 0;
    }
    h1 {
        color: white;
        font-size: 20px;
        font-weight: bolder;
        margin: 0;
        text-align: center;
        margin-top: 0;
    }
    .menu a {
        color: orange;
        margin: 0px 10px;
        font-size: 16px;
    }
    .icons div{
        margin: 10px 0;

    }
    .icons{
        margin: 10px 0;

    }
    .white-bl {
        background: white;
        padding: 5px;
        border-radius: 10px;
        text-align: center;
        border-radius: 0 40px;
        width: 90%;
        font-size: 20px;
        margin-top: 30px;
        max-width: 100%;
        width: 600px;
    }
    .call {
        background: red;
        padding: 9px;
        width: 90%;
        color: white;
        font-size: 18px;
        font-weight: bolder;
        margin: 30px;
        border-radius: 20px;
        max-width: 100%;
        width: 600px;
        text-align: center;
    }
    .menu {
        text-align: center;
        margin: 10px 0;
    }
}