body {font-family: 'Montserrat', sans-serif;background:#f2f2f2;line-height: normal;font-size: 16px;overflow-x: hidden;padding-bottom: 100px}
::-webkit-scrollbar{width:18px;}
::-webkit-scrollbar-track {background: #f1f1f1;}
::-webkit-scrollbar-thumb{background:#333;transition: all 2s ease;}
::-webkit-scrollbar-thumb:hover{background:#111;}
img{max-width:100%}
a {
    color: inherit;
    padding: 0;
    margin: 0;
    text-decoration: none;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none;
}
.logo{max-width: 240px}
.ortala-1{display:flex;justify-content:center;}
.ortala-2{display: flex;flex-direction: column;align-items: center;}
.btn-menu{background:#e0c379;padding:20px;border-radius:20px;text-align: center;letter-spacing:2px;font-weight:500;transition: all .5s ease;}
.mr-12{margin-right:12px}

@media(min-width:992px){
.btn-menu:hover{background:#a3a3a3}}