﻿@font-face {
    font-family: GraublauWeb;
    src: url("/fonts/AvenirLTStd-Book.otf") format("opentype");
}
@font-face {
    font-family: GraublauWeb;
    src: url("/fonts/AvenirLTStd-Black.otf") format("opentype");
}
@font-face {
    font-family: GraublauWeb;
    src: url("/fonts/AvenirLTStd-Roman.otf") format("opentype");
}
body {
    overflow-x: hidden;
    font-family: Helvetica !important;
    color: white;
}
@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('Helvetica.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Oblique'), url('Helvetica-Oblique.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Compressed';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Compressed'), url('helvetica-compressed-5871d14b6903a.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Rounded Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Rounded Bold'), url('helvetica-rounded-bold-5871d05ead8de.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('Helvetica-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Bold Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Bold Oblique'), url('Helvetica-BoldOblique.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Light';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Light'), url('helvetica-light-587ebe5a59211.woff') format('woff');
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}

#abc {
    width: 100%;
    background-color: #0005;
}

nav {
    width: 100%;
    line-height: 50px;
}

    nav ul {
        float: right;
        margin-right: 30px;
        margin-top: 50px
    }

        nav ul li {
            list-style-type: none;
            display: inline-block;
            transition: 0.7s all;
        }

            nav ul li a {
                text-decoration: none;
                color: #fff;
                padding: 30px;
                font-size: 15px;
                /*font-weight: bold;*/
            }

            nav ul li:hover, nav ul li a:hover {
                text-decoration: underline !important;
            }


.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
    .dropdown-content a {
        text-decoration: none;
        display: block;
    }
#logo-img {
    width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Mobil cihazlar için stil */
@media (max-width: 768px) {
    #logo-img {
        width: 150px; /* Mobil cihazlar için daha küçük boyut */
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
    #logo-img {
        width: 100px; /* Daha küçük ekranlar için daha da küçük boyut */
        padding-top: 20px;
        padding-bottom: 20px;
    }
}