body {font-family: 'Montserrat', sans-serif;background:#131313;line-height: normal;font-size:14px;overflow-x: hidden;}
::-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;
}
footer{background:#222222;color:white;padding:20px;text-align:center;margin-top:65px;font-size:14px}
@media(min-width:992px){footer{position:fixed;bottom:0;width:100%}}

a:hover {text-decoration: none;}
h1{font-weight:700;color:white;filter: drop-shadow(2px 2px 10px #00000045);}
.logo{max-width:220px}
.logo{filter: drop-shadow(2px 2px 10px #00000045);}
.ortala-1{display:flex;justify-content:center;}
.ortala-2{display: flex;flex-direction: column;align-items: center;}
.btn-menu{background:#fefefe;color:#222;padding:10px;border-radius:10px;text-align: center;letter-spacing:1px;font-weight:500;transition: all .5s ease;display: flex;align-items: center;}
.btn-menu i{padding:10px;background:#222;color:#fefefe;border-radius: 4px;float: left;}
.btn-menu span{text-align: center;width:75%}
.mw-300{width:305px;}
.mr-12{margin-right:12px}
.oval{border-radius:10px}

@media(min-width:992px){
.btn-menu:hover{background:#a3a3a3}
.mw-300{width:410px;}
.btn-menu span{text-align:center;width:80%}}