@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap');

:root {
    --orange: #FE7F38;
    --orange-light: #ff8a46;
    --orange-dark: rgb(255, 108, 25)
}

html,
body {
    margin: 0;
    padding: 0;
}

* {
    text-size-adjust: none;
    font-family: 'Poppins', sans-serif;
}

.main_img {
    display: none;
    width: 56.20vw;
    object-fit: cover;
    height: 100vh;
    margin-bottom: 0px !important;
    animation-name: opacityFade;
    animation-duration: 750ms;
    animation-fill-mode: forwards;
}

.secili_bas_img {
    display: block;
}

#icons {
    width: 60px;
    left: calc(56.20vw - 6.41vh);
    position: absolute;
    top: 0px;
}

#logo {
    position: absolute;
    top: 75px;
    left: 95px;
    width: 10.54vw;
    margin-left: -48px;
    margin-top: -48px;
    z-index: 99;
}

#logo.orange {
    filter: invert(42%) sepia(10%) saturate(7499%) hue-rotate(335deg) brightness(102%) contrast(99%);
    z-index: 999;
}

#icons {
    display: flex;
    padding-top: 35.5px;
    flex-direction: column;
}

#icons>.icon {
    cursor: pointer;
    background-color: #eeeeee30;
    padding: 1px 0px;
    display: flex;
    margin: 4.5px 0px;
    border-radius: 12px 0px 0px 12px;
    height: 6.41vh;
    width: 6.41vh;
    align-items: center;
    justify-content: center;
    transition: all 500ms;
}

#icons>.icon:hover {
    background-color: #eeeeee70;
}

#icons>.icon.secili {
    background-color: white;
    width: 9.47vw;
    margin-left: -5.5vw;
}

#icons>.icon.secili>img {
    filter: invert(42%) sepia(10%) saturate(7499%) hue-rotate(335deg) brightness(102%) contrast(99%);
    margin-right: 5px;
}

#icons>.icon.secili>span {
    width: 100px;
    display: block;
}

#icons>.icon>img {
    width: 2.08vw;
    height: 2.08vw;
    transform: scale(0.8);
    object-fit: scale-down;
}

#icons>.icon>span {
    display: none;
    color: var(--orange);
}

#toggler {
    border: 0px solid black;
    font-size: 1.5vw;
    color: Var(--orange);
    position: absolute;
    left: calc(100% - 3vw);
    top: 50px;
    background-color: transparent;
    cursor: pointer;
    transition: all 500ms;
}

#toggler:hover {
    text-shadow: 0px 0px 3px rgb(151, 151, 151);
    transform: scale(1.02);
}

#menu {
    background-color: white;
    box-shadow: 0px 0px 20px 2px rgb(124, 124, 124);
    border-radius: 10px;
    padding: 15px 25px;
    position: absolute;
    z-index: 992;
    width: 250px;
    display: none;
    flex-direction: column;
}

#menu_bg {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0px;
    top: 0px;
    z-index: 991;
    display: none;
}

#menu>.kategori {
    color: silver;
    font-weight: 600 !important;
    font-size: 22px;
    margin-bottom: 5px;
}

#menu>.item {
    margin-bottom: 5px;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 600 !important;
    color: Black;
    padding-bottom: 5px;
    border-bottom: 1px solid silver;
    cursor: pointer;
}

#menu>.item:last-child {
    border-bottom: 0px solid black !important;
}

#beyaz {
    position: absolute;
    left: 56.20vw;
    width: 42.9vw;
    margin: 0px;
    top: 100px;
}

.beyaz_item:first-child {
    height: 700px;

}

.beyaz_item {
    height: 679px;
    animation-name: opacityFade;
    animation-duration: 500ms;
    animation-fill-mode: forwards;

    display: none;
}

.beyaz_item.secili {
    display: block;
}

@keyframes opacityFade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


#banner1 {}

.banner>img:first-child {
    width: 300px;
    height: 70px;
    margin-left: calc(50% - 150px);
    margin-top: 10px;

}

.banner>h1 {
    color: var(--orange-light);
    width: 75%;
    margin-left: 12.5%;
    text-align: center;
    height: 100px;
}

.banner>h1>strong {

    color: var(--orange-dark) !important;

}

.banner p {
    width: 580px;
    margin-left: calc(50% - 290px);
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.banner>img.kopekler {
    width: 506px;
    margin-left: calc(50% - 253px);
}

.banner>h5 {
    color: #2a2a2a;
    font-weight: 600;
    margin-top: 0px;
    width: 100%;
    font-size: 24px;
    text-align: center;
}

.plays {
    width: 100%;
    display: flex;
    justify-content: center;
}

.plays .play {
    height: 45px;
    background-color: black;
    color: White;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    border-radius: 14px;
    width: 242px;
    margin: 0px 7.5px;

}

.plays .play img {
    margin-right: 10px;
}

.plays .play h3 {
    font-size: 24px;
    margin: 0px !important;
}

#copyr {
    color: #8C8C8C;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 7px;
}

.c-orange {
    color: var(--orange)
}

#banner2 p {
    width: 653px;
    margin-left: calc(50% - 326.5px);
    margin-top: 0px;
    margin-bottom: 72px;
}

#banner3 p {
    width: 653px;
    margin-left: calc(50% - 326.5px);
    margin-top: 0px;
    margin-bottom: 72px;
}

.img_tel {
    width: 170px;
    margin-bottom: 45px;
    margin-left: calc(50% - 100px);
}

.d-flex {
    display: flex;
    align-items: center;
    height: 175px;
    margin-top: -45px;
}

#buyuk_menu {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: white;
    display: none;
}

#buyuk_menu_bg {
    background-color: rgba(0, 0, 0, 0.404);
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0px;
    display: none;
    top: 0px;
    z-index: 993;
}

#buyuk_menu_kapat {}

#buyuk_menu_kapat {
    position: absolute;

    width: 63px;
    height: 63px;
    z-index: 994;
    border-radius: 50%;
    background-image: url('../images/Back\ Arrow.png');
    background-size: cover;
    background-color: transparent;
    border: 0px solid black;
    transition: all 500ms;
    cursor: pointer;
    left: 35px;
    bottom: auto;
    top: 35px;
    filter: invert(42%) sepia(10%) saturate(7499%) hue-rotate(335deg) brightness(102%) contrast(99%);
}

#buyuk_menu_kapat:hover {
    filter: invert(42%) sepia(10%) saturate(7499%) hue-rotate(335deg) brightness(102%) contrast(99%);
}

#buyuk_menu_footer {
    position: absolute;
    z-index: 995;
    background-color: var(--orange);
    top: calc(100vh - 2.34vw);
    width: 100%;
    height: 2.34vw;
    left: 0px;
    color: white;
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#buyuk_menu_img {
    position: absolute;
    left: calc(100% - 197px - 13.95vw);
    bottom: calc(2.34vw - 20px);
    width: 13.95vw;
    height: 11.15vw;
}

#buyuk_menu .grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    left: 18.07vw;
    top: 188px;
}

#buyuk_menu #menu {
    background-color: transparent;
    padding-right: 70px;
    /*border-right: 1px solid #2a2a2a;
    padding-bottom: 200px;*/
    border-radius: 0px;
    position: relative;
    display: flex;
    margin-right: 95px;
    box-shadow: none;
}

#menu_banner {
    width: 720px;
    height: 60vh;
    overflow-y: auto;
    top: 177px;
}

.menu_item {
    font-size: 15px;
    display: none;
}

.menu_item.secili {
    display: block;
}

.menu_item h1 {
    font-size: 36px;
    margin-top: 0px;
}

.solgun {
    color: #8B8B8B
}

.accordion__button {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    transition: 0.4s;
    font-size: 24px;
    transition: all 500ms;
}

.accordion__button::after {
    font: normal normal normal 22px/1 FontAwesome;
    float: right;
    margin-left: 5px;
    font-weight: 100 !important;
    content: "\f067";
    font-size: 28px;
    -webkit-text-stroke: 2px white;

}

.accordion__panel {
    animation-name: heightFade;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    transition: all 500ms;
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.active+.accordion__panel {
    display: block;
}

.accordion__button.active:after {
    content: "\f068";
    /* artı işareti */
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    -webkit-text-stroke: 2px white;

    float: right;
    font-size: 28px;
    margin-left: 5px;
}

.accordion__button {
    /* diğer stiller */
    position: relative;
    /* artı işareti pozisyonunu ayarlamak için */
}

.accordion__button.active:after {
    /* artı işareti stilleri */
}

.d-form {
    display: flex;
    flex-direction: column;
}

.d-form input {
    height: 38px;
    padding-left: 10px;
    width: 509px;
    margin-bottom: 10px;
    margin-top: 3px;
    border-radius: 5px;
    border: 1px solid #7B7B7B
}

.d-form button {
    height: 38px;
    width: 230px;
    border-radius: 12px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    background: linear-gradient(180deg, #FFA26E 0%, #FF7324 100%);
    mix-blend-mode: normal;
    border-radius: 12px;
    color: white;
    margin-top: 18px;
    border: 0px solid black;
    margin-bottom: 5px;
}

.d-form p {
    margin-top: 47px;
}

#mhizmetler a {
    text-decoration: none !important;
}

.menu_item h4 {
    height: 48px;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 0px;
    color: #FE7F38;
}

.menu_item a {
    color: var(--orange);
}

.w-75 {
    width: 70%;
}

#modal_bg {
    background-color: #000000c5;
    display: flex;
    z-index: 9999998;
    position: fixed;
    width: 100vw;
    justify-content: center;
    height: 100vh;
    top:0;
    left: 0;
    cursor: pointer; 
}

#modal_img { 
    display: flex;
    align-self: center;
    right:0; 
    z-index: 9999999;
    height: 95%;
    animation-name: topFade;
    animation-duration: 500ms;
    animation-fill-mode: forwards;
    bottom:0; 
    width: 50vw ;
}

@keyframes heightFade {
    from {
        height: 0px;
    }

    to {
        height: 100px;
    }
}
@keyframes topFade {
    from {
        top: -1000px;
    }

    to {
        top: 0px;
    }
}

@media(max-width:1680px) {
    #buyuk_menu .grid {
        top: 40px;
    }

    #buyuk_menu #menu {
        padding-top: 150px;
    }

    #buyuk_menu_footer {
        top: calc(100vh - 45px);

        height: 45px;
    }

    #icons>.icon.secili {
        margin-left: -6vw;
    }

    .plays .play {
        padding: 8px 17.5px;
        width: 200px;
        margin: 0px 7.5px;
    }

    .plays .play h3 {
        font-size: 18px;
        margin: 0px !important;
    }

    .banner>img:first-child {
        width: 284.4px;
        height: 117.6px;
        margin-left: calc(50% - 142.2px);
        margin-top: 10px;
    }

    .banner>h1 {
        color: var(--orange-light);
        width: 75%;
        margin-left: 12.5%;
        text-align: center;
        height: 100px;
        font-size: 26px;
    }

    .banner>p {
        font-size: 18px;
    }

    .banner>img.kopekler {
        width: 26.35vw;
        margin-left: calc(50% - 13.175vw);
    }

    .banner>h5 {
        font-size: 20px;
    }

    .beyaz_item:first-child {
        height: 600px;
    }

    .beyaz_item {
        height: 589px;
    }

    .img_tel {
        width: 150px;
        margin-bottom: 45px;
        margin-left: calc(50% - 90px);
    }

    .banner>h1 {
        height: 80px;
        font-size: 23px;
    }

    .banner p {
        width: 80%;
        margin-left: 10%;
        margin-top: 0px;
        margin-bottom: 72px;
    }

    #banner2 p {
        width: 80%;
        margin-left: 10%;
    }

    #banner3 p {
        width: 80%;
        margin-left: 10%;
    }

    p br {
        display: none;
    }

    #toggler {
        font-size: 1.7vw !important;
        top: 30px !important;
        left: calc(100% - 3.7vw);
    }

    #beyaz {
        top: 65px;
    }

    #icons>.icon.secili>span {
        font-size: 14px;
    }

    #icons>.icon>img {
        width: 1.9vw;
        margin-right: 5px;
        margin-left: 5px;
        height: 1.9vw;
    }

    #menu>.kategori {
        font-size: 20px;
    }

    #menu>.item {
        font-size: 16px;
    }

    #menu {
        padding: 25px 20px;
    }
}

@media(max-width:1580px) {
    #logo {

        width: 227px;
    }

    #buyuk_menu_img {
        left: calc(100% - 197px - 113.5px);

        width: 227px;
        height: 173px;
    }

    #icons>.icon.secili {
        margin-left: -5vw;
    }

    #buyuk_menu #menu {
        padding-right: 50px;
        margin-right: 15px;
    }

    #menu_banner {
        width: calc(100% - 400px);
        top: 177px;
    }

    #buyuk_menu .grid {
        left: 1vw;
    }

    .d-form input {
        width: 85%;
    }
}

@media(max-width:1300px) {
    #icons>.icon.secili {
        width: 10.47vw;
        margin-left: -6vw;
    }

    .plays .play {
        padding: 6px 15.5px;
        width: 180px;
        margin: 0px 7.5px;
    }

    .plays .play h3 {
        font-size: 18px;
        margin: 0px !important;
    }

    .plays .play img {
        margin-right: 10px;
        transform: scale(0.8);
    }
    #modal_img { 
        height: auto;
    }
}

@media(max-width:1100px) {
    #buyuk_menu_img {
        display: none !important;
    }

    .main_img {
        width: 50vw;
        object-fit: cover;
    }

    #icons {
        display: flex;
        padding-top: 5px;
        justify-content: center;
        padding-bottom: 5px;
        flex-direction: row;
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        top: auto !important;
        background-color: #FF7324;
        z-index: 999;
        overflow-x: auto;
    }

    #icons>.icon {
        cursor: pointer;
        background-color: #eeeeee30;
        padding: 1px 0px;
        display: flex;
        margin: 4.5px;
        border-radius: 12px;
        height: 6.41vh;
        width: 6.41vh;
        align-items: center;
        justify-content: center;
        transition: all 500ms;
    }

    #icons>.icon.secili>span {
        display: none;
    }

    #icons>.icon.secili {
        height: 6.41vh;
        width: 6.41vh;
        position: relative;
        margin-left: 0px;
    }

    #toggler {
        font-size: 32px !important;
        left: 93%;
    }

    .banner>img:first-child {
        width: 199px;
        height: 82px;
        margin-left: calc(50% - 99.5px);
        margin-top: 10px;
    }

    .banner>h1 {
        height: 80px;
        font-size: 21px;
    }

    .banner p {
        width: 90%;
        margin-left: 5%;
        margin-top: 0px;
        margin-bottom: 52px;
    }

    .beyaz_item:first-child {
        height: 500px;
    }

    .beyaz_item {
        height: 489px;
    }

    #beyaz {
        left: 50vw;
        width: 50vw;
    }

    .plays .play {
        height: 50px;
    }

    #copyr {
        margin-top: 10px;
    }

    .img_tel {
        width: 100px;
        margin-bottom: 45px;
        margin-left: calc(50% - 50px);
    }

    #logo {
        width: 30vw;
        top: 40px;
        left: 60px;
    }

    #icons>.icon>img {
        width: 3.5vw;
        height: 3.5vw;
    }
}

@media(max-width:930px) {
    .plays .play img {
        width: 25px;
        height: 25px;
    }

    .plays .play {
        width: calc(50% - 15px);
    }

    .plays .play h3 {
        font-size: 16px;
        margin: 0px !important;
    }

    .plays .play small {
        font-size: 12px;
    }

    #copyr {
        font-size: 18px;
    }

    .banner>h5 {
        width: 90%;
        margin-left: 5%;
        font-size: 18px;
    }

    .banner>img.kopekler {
        width: 33.35vw;
        margin-left: calc(50% - 16.175vw);
    }

    .banner>p {
        font-size: 16px;
    }

    .plays {
        width: 90%;
        margin-left: 5%;
    }

    .banner>h1 {
        height: 70px;
        font-size: 20px;
    }
}

#menu img {
    display: none;
    width: 50%;
    margin-left: 25%;
    margin-bottom: 50px;
    margin-top: 20px;
}

@media(max-width:796px) {
    #modal_bg {
        background-color: #000000af;
    }
    #modal_img {
        width: 80vw !important;
    }
    
    .img_tel {
        margin-top: 15px;
    }

    #buyuk_menu_img {
        display: none !important;
    }

    #menu img {
        display: block;
    }

    #menu:not(.menubuyuk) {
        position: fixed;
        animation-name: leftFade;
        animation-duration: 500ms;
        animation-fill-mode: forwards;
        padding: 15px 25px;
        top: 0px !important;
        left: 0px !important;
        width: 70vw !important;
        border-radius: 0px;
        height: calc(100vh - 30px);
    }

    #buyuk_menu #menu {
        display: none !important;
    }

    #menu:not(.menubuyuk) .kategori {

        animation-name: leftFade;
        animation-duration: 750ms;
        animation-fill-mode: forwards;
    }

    #menu:not(.menubuyuk)>.item {

        animation-name: leftFade;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }

    #buyuk_menu_kapat {
        width: 45px;
        height: 45px;
        left: calc(100vw - 65px);
        bottom: auto;
        top: 15px;
        filter: invert(42%) sepia(10%) saturate(7499%) hue-rotate(335deg) brightness(102%) contrast(99%);
    }

    .grid {
        display: block !important;
        top: 0px !important;
    }

    #buyuk_menu {
        border-bottom-left-radius: 0px !important;
    }

    #buyuk_menu_kapat {
        bottom: 8px;
    }

    #buyuk_menu #menu {
        padding-top: 20px;

        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        padding-bottom: 0px;
        width: 90%;
        padding-left: 5%;
    }

    #menu_banner {
        margin-top: 10vh;
        width: 90%;
        margin-left: 5%;
        height: 80vh;
        overflow-y: auto;
    }

    #buyuk_menu #menu .item {
        padding-left: 0px !important;
    }

    .menu_item h1 {
        margin-bottom: 15px;
        margin-top: 15px;
        font-size: 24px;
    }

    .menu_item p {
        font-size: 14px;
    }

    #buyuk_menu #menu>.kategori {
        display: none !important;
    }

    #buyuk_menu #menu>.item {
        border-bottom: 0px solid black;
        margin: 3px;
        margin-bottom: 10px;
        display: flex;
    }

    .d-form p {
        margin-top: 10px;
    }

    .menu_item h4 {
        margin-bottom: 5px;
    }

    #menu_banner {

        width: 90%;
        margin-left: 5%;
    }

    .main_img {
        position: fixed;
        width: 100%;
        height: calc(100vh - 6.41vh - 10px);
        left: 0px;
        top: 0px;

        filter: brightness(0.25) contrast(1) saturate(1);
    }

    #icons>.icon.secili {
        margin-left: 5px;
    }

    .banner>p {
        font-size: 16px;
        color: white;
    }

    .banner * {
        text-shadow: 0px 0px 5px black;
    }

    .banner>h5 {
        color: white;
    }

    body {
        overflow-y: hidden;
        background-color: black;
    }

    #beyaz {
        padding-top: 0vh;
        left: 5vw;
        height: calc(100vh - 5vh - 65px - 70px);
        width: 90vw;
    }

    #buyuk_menu_footer {
        display: none;
    }

    .banner>img.kopekler {
        position: absolute;
        bottom: -110px;
        width: 450px;
        margin-left: calc(50% - 225px);
    }

    .beyaz_item:first-child {
        height: 450px;
    }

    .beyaz_item {
        height: 450px;
    }


    #logo {
        display: none;
    }

    #toggler {
        font-size: 32px !important;
        left: 84%;
    }

    .plays .play {
        background: linear-gradient(to top, #000000, #222222);
    }

    #copyr {
        color: white;
    }

    #icons {
        display: flex;
        justify-content: start !important;
        flex-direction: row;
        overflow-x: auto;
        background-color: #FF7324;
        width: 100%;
        bottom: 0;
        top: auto;
    }

    .icon {
        min-width: 6.41vh;
        margin-right: 10px;
    }

    #icons>.icon>img {
        width: 25px;
        height: 25px;
    }

    .banner p {
        font-size: 18px;
        width: 80%;
        margin: 0px 0px 10px 10%;
    }

    .banner>h1 {
        height: 51px;
        width: 95%;
        margin: 15px 0px 15px 2.5%;
    }
}

@media(max-width:460px) {
    .accordion__button {
        margin-bottom: 30px;
        padding: 8px;
        font-size: 18px;
    }

    .accordion__panel {
        margin-top: -30px;
    }

    #biz_kimiz p {
        font-size: 11px;
    }

    #buyuk_menu #menu>.item {
        margin: 5px;
        margin-bottom: 0px;
        padding: 0px;
        display: inline-block;
        padding-left: 0px;
        margin-left: 0px;
    }

    .menu_item p {
        font-size: 13px;
    }

    .banner>img.kopekler {
        display: none !important;
    }

    #beyaz {
        padding-top: 1vh;
    }

    .beyaz_item:first-child {
        height: 65vh;
    }

    .beyaz_item {
        height: calc(65vh - 15px);
    }

    .plays .play h3 {
        font-size: 14px;
        margin: 0px !important;
    }

    .plays .play {

        margin: 0px 5px;

    }

    .plays .play small {
        font-size: 10px;
    }

    .plays .play img {
        transform: scale(1);
        width: 20px;
        height: 20px;
    }

    #beyaz {
        left: 0vw;
        width: 100vw;
    }

    .w-75 {
        width: 95%;
    }

    .banner>img:first-child {
        width: 160px;
        height: 65.6px;
        margin-left: calc(50% - 80px);
        margin-top: 10px;
    }

    #buyuk_menu_img {
        left: calc(100% - 75px - 113.5px);
        width: 150px;
        bottom: 20px;
        height: 110px;
    }
}

@media(max-width:350px) {
    .d-form input {
        height: 30px;
    }

    .menu_item p {
        font-size: 11px;
    }

    #buyuk_menu #menu {
        padding-top: 10px;
    }

    .accordion__button {
        padding: 3px;
        font-size: 14px;
    }



    .plays .play {
        padding: 3px 7.5px;
        margin: 0px 4px;
        height: 40px;
    }

    .plays .play h3 {
        font-size: 12px;
        margin: 0px !important;
    }

    .plays .play small {
        font-size: 8px;
        margin-top: 0px;
        display: block;
    }

    .plays .play img {
        width: 17px;
        height: 17px;
    }

    .plays .play div {
        align-self: center;
    }

    #toggler {
        left: 80%;
    }

    .banner p,
    #banner2 p,
    #banner3 p {
        width: 95%;
        margin-left: 2.5%;
        margin-bottom: 12px !important;
    }
}

@media(min-width:2700px) {
    .menu_item h1 {
        font-size: 1.24vw;
        margin-top: 0px;
    }

    .menu_item p {}

    #menu {
        border-radius: 0.2vw;
        padding: 1vw 1.5vw;
        z-index: 992;
        width: 10vw;
    }

    #menu>.kategori {
        font-size: 1.11vw;
    }

    #menu>.item {
        font-size: 0.9vw;
    }

    #icons>.icon.secili>span {
        font-size: .65vw;
        width: 60%;
    }

    #icons>.icon>img {
        object-fit: cover;
    }

    #icons>.icon {
        border-radius: 0.8vw 0px 0px 0.8vw;
    }

    .banner>h1 {
        font-size: 1.5vw;
        height: auto !important;
    }

    .img_tel {
        width: 8vw;
        margin-bottom: 4vw;
        margin-left: calc(50% - 4vw);
    }

    .beyaz_item {
        height: 30vw;
    }

    .beyaz_item:first-child {
        height: 30vw;
    }

    .banner>h5 {
        font-size: 1.22vw;
    }

    .banner p,
    #banner2 p,
    #banner3 p {
        width: 25vw;
        margin-left: calc(50% - 12.5vw);
        font-size: 1.11vw;
        line-height: inherit !important;
    }

    .banner>img:first-child {
        width: 15vw;
        height: 6vw;
        margin-left: calc(50% - 7.5vw);
        margin-top: 10px;
    }

    #copyr {
        margin-top: 1vw;
        font-size: 1.11vw;
    }

    .plays .play {
        height: 3vw;
        padding: 35px 55px;
        border-radius: 0.5vw;
        width: 15vw;
    }

    .plays .play img {
        width: 2vw;
        height: 2vw;
    }

    .plays .play h3 {
        font-size: 1.22vw;
    }

    .plays .play small {
        font-size: 0.5vw;
    }
}

@keyframes leftFade {
    from {
        margin-left: -1000px;
    }

    to {
        margin-left: 0px;
    }
}