.navbar{
    background-color: rgb(151 151 91 / 97%);
}

a{
    text-decoration: none;
    color: #fbfd68;
}

a:hover{
    color: #fbff00;
}

.text-light-2{
    color: #fff0ce;
}

.phone-icon{
    margin: 4px;
    width: 40px;
    transition: 0.3s;
}

.phone-icon:hover{
    margin: 2px;
    width: 44px;
}


.header-block{
    background-repeat: no-repeat;
    background-image: url(../img/bg-header-block.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.header-block > div{
    padding: 20px;
    background-color: rgb(0 0 0 / 39%);
    border-radius: 25px;
    min-width: 300px;
    max-width: 600px;
}

.separator{
    height: 80px;
}

.copter-card{
    padding: 20px 20px;
    max-width: 350px;
}

.copter-img{
    height: 150px;
    display: flex;
    align-items: center;
}

.parallax{
    background-image: url(../img/03_img.jpg);
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer{
    background-color: rgb(151 151 91 / 97%);
    padding: 30px 0px;
}

footer p{
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 0;
    
}

footer li{
    color: #fff;
    font-size: 1.2em;
    /* margin-bottom: 0; */
    
}

footer ul{
    padding-left: 50px;
}

.h4{
    color: #fff085!important;
}

#scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 200;
    background: url(../img/icon_top.png) no-repeat;
}

.docs{
    max-width: 900px;
}

.docs a{
    margin: 15px;
    color:black;
    font-size: 1.2em;
}

.docs a:hover{
    color:#e9c235;
}

.docs img{
    margin-right: 10px;
}

.form_info{
    color: red;
    text-align: center;
}

@media (max-width: 600px){
    footer p, footer li{
        font-size: 1em;
    }

    .about{
        padding: 20px 5px!important;
    }

    .fs-4{
        font-size: 1.1em!important;
    }
    .logo-mg{
        top: 65px;
    }
}

@media (max-width: 1300px){
   .main-title{
        margin-top:160px!important;
        margin-bottom: 70px!important;
    } 
}

