@font-face {
    font-family: "Helvetica Neue";
    src: url("../font/helveticaneue-medium.eot");
    src: url("../font/helveticaneue-medium.eot?#iefix") format("embedded-opentype"), url("../font/helveticaneue-medium.woff") format("truetype"), url("../font/helveticaneue-medium.woff2") format("woff"), url("../font/helveticaneue-medium.ttf") format("woff2"), url("../font/helveticaneue-medium.ttf") format("svghelveticaneue-medium");
    font-weight: 500;
    font-style: "normal";
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../font/helveticaneue.eot");
    src: url("../font/helveticaneue.eot?#iefix") format("embedded-opentype"), url("../font/helveticaneue.woff") format("truetype"), url("../font/helveticaneue.woff2") format("woff"), url("../font/helveticaneue.ttf") format("woff2"), url("../font/helveticaneue.ttf") format("svghelveticaneue");
    font-weight: 400;
    font-style: "normal";
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../font/helveticaneue-thin.eot");
    src: url("../font/helveticaneue-thin.eot?#iefix") format("embedded-opentype"), url("../font/helveticaneue-thin.woff") format("truetype"), url("../font/helveticaneue-thin.woff2") format("woff"), url("../font/helveticaneue-thin.ttf") format("woff2"), url("../font/helveticaneue-thin.ttf") format("svghelveticaneue-thin");
    font-weight: 100;
    font-style: "normal";
}

@font-face {
    font-family: "Helvetica Neue LT Std 47 Light Condensed";
    src: url("../font/Helvetica\ Neue\ LT\ Std\ 47\ Light\ Condensed.eot");
    src: url("../font/Helvetica\ Neue\ LT\ Std\ 47\ Light\ Condensed.eot?#iefix") format("embedded-opentype"), url("../font/Helvetica\ Neue\ LT\ Std\ 47\ Light\ Condensed.woff") format("truetype"), url("../font/Helvetica\ Neue\ LT\ Std\ 47\ Light\ Condensed.woff2") format("woff"), url("../font/Helvetica\ Neue\ LT\ Std\ 47\ Light\ Condensed.ttf") format("woff2"), url("../font/Helvetica\ Neue\ LT\ Std\ 47\ Light\ Condensed.ttf") format("svghelveticaneue-thin");
}
/*# sourceMappingURL=styles.css.map */
* {
    font-family: "Helvetica Neue";
}

.radial-gradient {
    position: relative;
    ;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(62deg, rgba(0, 0, 0, 1) 0%, rgb(1 13 26) 45%, rgb(0 23 47) 100%);
}

.radial-gradient_main {
    position: relative;
    ;
    top: -1px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(62deg, rgba(0, 0, 0, 1) 0%, rgb(1 13 26) 45%, rgb(0 23 47) 100%);
}


.bg-black {
    position: relative;
    ;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(87deg, rgba(7,7,14,1) 0%, rgba(9,9,23,1) 100%);
}

.bg-footer .container {
    max-width: 1370px;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
}

@media (min-width: 768px) {
    .cadres {
        margin-top: 180px;
    }


    .fullheight {
        height: calc(100vh - 25px) !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .fullheight_full {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .footerfull {
        width: 100%;
        background-color: rgba(0, 0, 0, 1);
        position: absolute;
        bottom: 0;
    }
}

body {
    overflow-x: hidden;
    color: #fff;
    /* background: linear-gradient(145deg, rgba(0, 0, 0, 1) 0%, rgba(0, 9, 54, 1) 45%, rgba(0, 212, 255, 1) 100%);*/
}




.card {
    border-radius: 0;
    transition: all 0.5s ease;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    overflow: hidden;
    margin: 15px;
    background-color: transparent
}


    .card:hover {
        color: #fff;
    }

    .card .pic {
        position: relative
    }

        .card .pic img {
            width: 100%;
            object-fit: cover
        }

    .card .text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        /*width: 125px;
            height: 125px;*/
        width: 154px;
        height: 154px;
        background-color: #1b9de3a5;
        color: white;
        position: absolute;
        transition: all ease;
        font-weight: 500;
        letter-spacing: 1.2px;
        font-size: 19px;
        line-height: 22px;
    }

        .card .text.p1 {
            top: 30%;
        }

        .card .text.p2 {
            top: 60%;
            left: 0;
        }

        .card .text.p3 {
            top: 10%;
            right: 0;
        }

        .card .text.p4 {
            bottom: 15%;
            right: 0;
        }

        .card .text.p5 {
            top: 20%;
            right: 0;
        }

        .card .text.p6 {
            bottom: 15%;
            left: 0;
        }

        .card .text.p7 {
            top: 10%
        }

        .card .text.p8 {
            bottom: 20%;
            left: 0;
        }

        .card .text.p9 {
            top: 10%;
            right: 0;
        }




    .card img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: all .6s ease;
    }

        .card img:hover {
            -webkit-filter: grayscale(0%);
            -moz-filter: grayscale(0%);
            -o-filter: grayscale(0%);
            -ms-filter: grayscale(0%);
            filter: grayscale(0%);
            transition: all .6s ease;
        }

        .card img.sepia:hover {
            -webkit-filter: grayscale(100%) brightness(120%) sepia(90%) hue-rotate(5deg) saturate(500%) contrast(0.7);
            filter: grayscale(100%) brightness(120%) sepia(90%) hue-rotate(5deg) saturate(500%) contrast(0.7);
        }

.hoover img.sepia {
    -webkit-filter: grayscale(100%) brightness(120%) sepia(90%) hue-rotate(5deg) saturate(500%) contrast(0.7) !important;
    filter: grayscale(100%) brightness(120%) sepia(90%) hue-rotate(5deg) saturate(500%) contrast(0.7) !important;
}

.hoover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%) !important;
    transition: all .6s ease;
}



*,
::before,
::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.home {
    height: 100vh;
    position: relative;
    width: 100%;
}

.homemobil {
    display: none;
}


video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-content {
    position: relative;
    padding-top: 150px;
    color: #fff;
    text-align: center;
}



    .home-content button {
        display: block;
        font-size: clamp(14px, 1.5vw, 18px);
        border: 1px solid #f1f1f1;
        border-radius: 5px;
        background: transparent;
        color: #fff;
        margin: 50px auto 0;
        padding: 12px 20px;
        cursor: pointer;
    }

#audio-control {
    cursor: pointer;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    ;
}

.great {
    padding-top: 150px;
    padding-bottom: 200px;
}

@media (max-width: 768px) {
    .home {
        display: none;
    }

    .homemobil {
        height: 100vh;
        position: relative;
        display: block;
    }

    .radial-gradient_main {
        position: relative;
        ;
        top: -1px;
        left: 0px;
        height: 100%;
        width: 100%;
        background: linear-gradient(259deg, rgb(1 33 68) 0%, rgb(2 28 59) 45%, rgb(2 28 59) 100%);
    }

    .great {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

footer {
    font-size: 12px !important;
}

.footerlogo {
    height: 45px;
}


#socialmedia img {
    height: 25px;
    ;
}

.menu {
    max-width: 415px;
}

.eelogo {
    height: 25px;
}

.bg-dark {
    background-color: #000 !important;
}

.dropdown-menu {
    border-radius: 0;
    background-color: #000;
}

.dropdown-item {
    color: #fff;
    font-size: 12px;
}

.nav-link {
    color: #fff;
    font-size: 12px;
}

.nav-item {
    margin-left: 10px;
    margin-right: 10px;
}

#textcontent {
    font-size: 19px;
    color: rgb(216, 211, 211);
    font-weight: normal;
}

    #textcontent p {
        margin-bottom: 30px;
    }

    #textcontent span {
        color: #278ec5
    }

.textleft {
    padding: 0 50px;
    max-width: 500px;
    text-align: right;
}

.textright {
    padding: 70px 50px;
    max-width: 550px;
    text-align: left;
}

.eegrouptext {
    max-width: 523px !important;
}

.bordercol {
    border-right: 1px solid #278ec5
}

    .bordercol h1 {
        font-size: 40px;
        color: #278ec5;
        font-weight: 300;
    }

@media (max-width: 768px) {
    .bordercol h1 {
        font-size: 32px;
        color: #278ec5
    }

    footer {
        font-size: 9px !important;
        padding: 0 15px;
    }

    .bordercol {
        border-right: 0px;
        margin-bottom: 0px;
        margin-top: 20px !important;
    }

    #textcontent {
        font-size: 19px;
        max-width: 420px;
    }

        #textcontent p {
            margin-bottom: 20px;
        }

    .textleft {
        padding: 0 30px;
        max-width: 100%;
        text-align: left;
    }

    .textright {
        padding: 0 30px;
        text-align: left;
        max-width: 400px;
    }

    .eegrouptext {
        max-width: 400px !important;
    }
}


/*.bg-footer{background-color: rgba(0, 0, 0, 1);}*/
.bg-footer {
    background-color: #ffff
}

.bg-header {
    background-color: rgba(0, 0, 0, 1);
    padding: 5px;
}



.navbar-toggler-icon {
    width: 1.3em;
    height: 1.3em;
}

.navbar-toggler {
    padding: 5px 8px;
}

    .navbar-toggler:focus {
        box-shadow: none
    }

h3 {
    font-size: 16px;
}


/*sektor*/
.sektorcard {
    /*max-width:1000px;*/
    margin: auto;
}

.sektorcard-part1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sektorcard-part2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sektorcard h3 {
    font-size: 14px;
    margin-bottom: 10px !important;
    display: block;
}

figcaption {
    display: flex;
    align-items: center;
    color: black;
    text-align: center;
    font-size: 14px;
    justify-content: center;
}

    figcaption p {
        color: black !important
    }

    figcaption hr {
        width: 100%;
        display: block;
    }

.imghvr-shutter-out-horiz {
    margin: 15px !important;
}

figcaption div {
    width: 100%;
    display: block;
    padding: 5px;
}

.logo {
    padding: 20px;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .logo .imgbg {
        background-color: rgba(255, 255, 255, 0.8);
        height: 140px;
        width: 140px;
        text-align: center;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .logo .imgbg img {
            display: inline-block;
        }

[class^="imghvr-shutter-out-"]:hover .logo {
    opacity: 0;
}


/*eegroup*/
#tablecontent {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.548);
    width: 100%;
    margin-bottom: 150px;
    color: #fff;
}

#eegrouptable b {
    font-size: 22px;
    max-width: 1500px;
    display: block;
}

#eegrouptable {
    max-width: 1500px;
}

.plazaimg {
    max-width: 600px;
    width: 100%;
}

#footeradres {
    padding-right: 15px;
    padding-left: 15px;
    color: #000000;
}

@media (max-width: 768px) {
    .border-bottom {
        border: none !important;
    }

    .plazaimg {
        max-width: 450px;
        width: 80%;
    }

    .cadres {
        padding: 1.6rem !important;
    }

    .navbar-expand .navbar-collapse {
        justify-content: center;
    }

    .nav-item {
        margin-right: 5px;
        margin-left: 5px;
    }

    #tablecontent {
        position: relative;
        background-color: transparent;
        width: 100%;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-bottom: 0px;
        display: block;
    }

    #yonetimflex {
        padding-bottom: 0px;
    }

    #eegrouptable b {
        font-size: 18px;
        max-width: 1500px;
    }

    #eegrouptable .kurul b {
        font-size: 18px;
        max-width: 1500px;
        margin-top: 25px;
        display: block
    }
}

.dropdown-toggle::after {
    content: none;
}

[class*=" imghvr-"] figcaption, [class^="imghvr-"] figcaption {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}



.flex-container {
    display: flex;
    height: 100%;
    gap: 0px;
}

    .flex-container > div {
        padding: 8px;
    }


.item1 {
    /* flex:1 1 300px; */
    flex-grow: 1;
}

.item2 {
    /* flex:0 1 100px; */
    flex-basis: 620px;
    margin-top: 80px;
}



[class*=" imghvr-shutter-out-"] figcaption,
[class^="imghvr-shutter-out-"] figcaption {
    visibility: hidden;
}


[class*=" imghvr-shutter-out-"]:hover figcaption,
[class^="imghvr-shutter-out-"]:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    visibility: visible;
    cursor: pointer;
}


@media (max-width: 393px) {
    #textcontent p {
        font-size: 17px;
    }

    .nav-item {
        margin-right: 2px;
        margin-left: 2px;
    }
}



.social {
    z-index: 9999999999999999;
    position: fixed;
    top: 50px;
    right: 25px;
    transition: transform 0.5s ease-in-out;
}

.hidden-social {
    transform: translateY(-250px);
    transition: transform 1s ease-in-out;
}

.visible-social {
    transform: translateY(0);
    transition: transform 1s ease-in-out;
    /*transition-delay: 0.5s; */
}



.social ul > li {
    list-style: none;
}


.hidden-navbar {
    transform: translateY(-100%);
    transition: transform 0.5s ease-in-out;
}


.visible-navbar {
    transform: translateY(0);
    transition: transform 0.5s ease-in-out;
    /*transition-delay: 0.5s; */
}



figcaption div h3 {
    font-size: 14px !important;
}

figcaption div p {
    font-size: 12px !important;
    padding: 0 30px !important;
}

@media (max-width: 587px) {
    .sektorcard-part1, .sektorcard-part2 {
        flex-direction: column;
    }

    .radial-gradient {
        min-height: 90vh !important;
    }
}


@media (min-width: 1200px) {
    .radial-gradient {
        height: 110vh !important;
    }

    .bg-footer {
        /*position: absolute;*/
        width: 100%;
        /* bottom: 0;*/
    }
}

@media (min-width: 768px) {

    .bg-footer {
        position: fixed;
        bottom: 0;
        z-index: -1;
        width: 100%;
    }

    .radial-gradient, .radial-gradient_main, #yonetimflex {
        margin-bottom: 160px;
    }
}

#sektorler {
    padding-bottom: 20px;
}

.social_media img {
    width: 25px;
    margin: 0 5px;
}
.social_media a {
    text-decoration:none;
}


.navbar .text-muted {
    font-weight: 900;
    color: white !important;
    text-decoration: none !important;
    letter-spacing: 0.8px;
}

@media (max-width: 578px) {
    .navbar .text-muted {
        margin-bottom: 12px;
        margin-left: -13px;
    }
    .navbar-nav {
        margin-left: -15px;
    }
    #footeradres{
        text-align: left;
        margin-bottom:10px !important;
    }
}

