* {
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
}

@media screen and (min-width:1190px) {
    .mobile-menu {
        display: none;
    }
     ::-webkit-scrollbar {
        width: 10px;
        background-color: rgb(0, 132, 209);
        border-radius: 5px;
    }
     ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, .3);
        background-color: #f5f5f5;
    }
     ::-webkit-scrollbar-thumb {
        background-color: #444;
        border-radius: 5px;
    }
    .menu-full-computer,
    #UstTaraf {
        z-index: 999 !important;
    }
    #UstTaraf {
        width: 100%;
        height: 100px;
        display: block;
        margin: 0px;
        padding: 0px;
        float: left;
        position: fixed;
        z-index: 99 !important;
        background: #dddedf9a;
        -webkit-box-shadow: 0px 7px 10px 0px rgba(40, 40, 40, 0.3);
        -moz-box-shadow: 0px 7px 10px 0px rgba(40, 40, 40, 0.3);
        box-shadow: 0px 7px 10px 0px rgba(40, 40, 40, 0.3);
        backdrop-filter: blur(3px);
    }
    #UstTaraf_Ortala {
        width: 1190px;
        display: block;
        margin: 0 auto;
        padding: 0px;
        height: 80px;
    }
    #Logo a {
        width: 300px;
        height: 75px;
        margin: 0px;
        float: left;
        padding: 0px;
        background: url(../img/LogoBanner.png) no-repeat center;
        margin-top: 7px;
    }
    .menu {
        background: transparent;
        border-radius: 10px;
        margin-bottom: 20px;
        width: auto;
        float: right;
        z-index: 10!
    }
    .menu>ul {
        display: flex;
        align-items: center;
        height: 79px;
        padding: 0 10px;
    }
    .menu>ul>li {
        position: relative;
        height: 60px;
        display: flex;
        align-items: center;
    }
    .menu>ul>li>a {
        display: block;
        height: 40px;
        font-family: "Hind", "Source Sans Pro";
        line-height: 40px;
        font-size: 21px;
        font-weight: 900;
        padding: 0 25px;
        color: #253046;
        border-radius: 40px;
    }
    .menu ul .dropdown {
        position: absolute;
        top: 60px;
        left: 50%;
        padding-top: 10px;
        width: 200px;
        margin-left: -100px;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transform: scale(0);
        transition: 300ms all;
    }
    .menu ul .dropdown::before {
        content: '';
        border: 8px solid transparent;
        border-bottom-color: #f5f5f5;
        position: absolute;
        top: -6px;
        left: 50%;
        margin-left: -12px;
    }
    .menu ul .dropdown ul {
        border-radius: 10px;
        padding: 7px 0;
        background-color: #ffffff77;
        z-index: 7;
        transition: 1s all ease-in-out;
    }
    .menu ul .dropdown ul li a {
        display: block;
        font-size: 16px;
        font-weight: 900;
        font-weight: 500;
        line-height: 40px;
        padding: 0 15px;
        border-radius: 34px;
        color: #253046;
    }
    .menu ul .dropdown ul li {
        position: relative;
        padding: 0 7px;
    }
    .menu ul .dropdown ul li:hover>a {
        transition: 1s all ease-in-out;
    }
    .menu>ul>li:hover>a::after {
        transform: rotate(180deg);
    }
    .menu>ul>li:hover>a {
        background: #fff;
    }
    .menu>ul>li:hover>a+.dropdown {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    .menu ul .dropdown .dropdown {
        left: 190px;
        top: 0;
        padding-left: 20px;
        margin-left: 0;
        padding-top: 0;
    }
    .menu ul .dropdown ul li:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    .menu ul .dropdown .dropdown::before {
        border-bottom-color: transparent;
        border-right-color: #f5f5f5;
        top: 10px;
        left: 4px;
        margin-left: 0;
    }
    .menu ul .dropdown li[data-dropdown]>a::after {
        content: "\f0da";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 10px;
        color: #999;
        display: inline-block;
        transition: 300ms all;
    }
    .menu ul .dropdown li[data-dropdown]:hover>a::after {
        transform: rotate(-180deg);
    }
    section.body-content {
        width: 100%;
        height: 100vh;
        border-radius: 25px;
    }
    .content-header {
        background-image: url("../img/bg_2.jpg");
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .phone-mail {
        width: 100% !important;
        height: 25px;
        border-bottom: 1px solid grey;
        border-image: linear-gradient(to right, rgba(0, 0, 0, 0), grey, rgba(247, 0, 0, 0)) 1;
    }
    .phone-mail .left {
        float: left;
        border-right: grey 1px solid;
        border-right-style: dotted;
        padding-left: 10%;
    }
    .phone-mail .left a {
        color: rgb(255, 145, 0);
        text-decoration: none;
        float: left;
    }
    .phone-mail .right {
        float: right;
        border-left: grey 1px solid;
        border-left-style: dotted;
        padding-right: 10%;
    }
    .phone-mail .right a {
        color: rgb(209, 134, 35);
        text-decoration: none;
        float: right;
    }
}

@media screen and (min-width:250px) and (max-width:1190px) {
    .menu-full-computer {
        display: none;
    }
}