html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    text-decoration: none;
}

:root {
    --main-color: #475778;
    --hover-color: #e2ebff;
    --link-color: rgba(191, 238, 255, 0.7);
}

body {
    line-height: 1;
    font-family: 'Dosis', sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.site-container {
    width: 100%;
    min-height: 100vh;
    background-color: var(--main-color);
}

.top-head {
    width: 100%;
}

.head-content {
    color: white;
    padding: 10px;
    margin: 10px;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
}

.head-content:Hover {
    color: var(--hover-color);
}

.head-content:Hover::before {
    width: 90%;
    background-color: #ffc107;
    transition: all 0.6s;
    box-shadow: 0 -1px 10px #ffc107;
}

.head-content::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 2px;
    transition: all 0.6s;
}

.site-container::before {
    background-image: url(../img/abstract.svg);
    background-size: cover;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
}

.logo-side {
    position: relative;
    z-index: 1;
}

.logo-img {
    width: 200px;
}

.duyurular {
    width: 350px;
}

.duyurular-title {
    color: white;
    margin-top: 10px;
    font-size: 20px;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
}

.duyuru-content {
    color: white;
}

.duyuru-img {
    width: 68px !important;
}

.main {
    position: relative;
    z-index: 1;
}

.first-row {
    min-height: 200px;
}



.cozumler {
    width: 50%;
    height: 200px;
}

@media only screen and (max-width: 600px) {
    .cozumler {
        width: 100%;
    }
}

.cozumler-content {
    height: 200px;
    text-align: center;
}

.cozumler-text {
    font-size: 40px;
    display: flex;
    flex-direction: column;
    color: white;
    font-weight: 600;
    line-height: 35px;
}

.cozumler-text>span {
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 2px;
}

.right-arrow {
    width: 40px;
    height: 40px;
    border: 4px solid white;
    border-radius: 50%;
    box-sizing: unset;
    padding: 12px;
}

.cozumler-content {
    border: 1px solid #ffc107;
    padding: 40px;
}

.cozumler-content::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    transform-origin: center left !important;
    height: 100%;
    width: 0%;
    background-color: #ffc107;
    transition: all 0.35s ease-in;
    z-index: -1;
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0 51%, 0% 0%);
}

.cozumler-content:hover::before {
    width: 100%;
}

.global-network-icon {
    filter: invert(1);

}

.kurumsal:hover>.global-network-icon {
    animation: lightning 0.4s cubic-bezier(0, 1, 1, 0) infinite alternate;
}

.kurumsal {
    background-color: #0064AC;
}

.kurumsal-img {
    z-index: -1;
}

.kurumsal.w-50.h-100.d-flex.flex-column.align-items-center.justify-content-center::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.4s;
    background-color: #0064AC;
}

.kurumsal.w-50.h-100.d-flex.flex-column.align-items-center.justify-content-center:hover::before {
    width: 200%;
}

.business-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kurumsal-inner-title {
    color: white;
    margin-top: 10px;
    font-size: 20px;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    position: relative;
    z-index: 2;
}

.kurumsal-p {
    position: absolute;
    left: 60%;
    top: 40%;
    color: white;
    display: none;
    pointer-events: none;
    font-size: 20px;

}

.kurumsal.w-50.h-100.d-flex.flex-column.align-items-center.justify-content-center:hover~.kurumsal-p {
    display: flex;
}

.otomasyon.w-50.h-100.d-flex.flex-column.align-items-center.justify-content-center:hover~.kurumsal-p {
    display: flex;
}


.otomasyon:hover>.global-network-icon {
    animation: lightning 0.4s cubic-bezier(0, 1, 1, 0) infinite alternate;
}

.otomasyon {
    background-color: orangered;
}

.otomasyon-img {
    z-index: -1;
}

.otomasyon.w-50.h-100.d-flex.flex-column.align-items-center.justify-content-center::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.4s;
    background-color: orangered;
}

.otomasyon.w-50.h-100.d-flex.flex-column.align-items-center.justify-content-center:hover::before {
    width: 200%;
}

.otomasyon-inner-title {
    color: white;
    margin-top: 10px;
    font-size: 20px;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    position: relative;
    z-index: 2;
}

.otomasyon-p {
    position: absolute;
    left: 60%;
    top: 40%;
    color: white;
    display: none;
    pointer-events: none;
    font-size: 20px;

}

.uretim-content {
    position: relative;
    background-color: #00B4EC;
}

.uretim-content::before {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.4s;
    background-color: #00B4EC;
}

.uretim-content:hover::before {
    right: 100%;
}

.uretim-p {
    position: absolute;
    left: 5%;
    top: 40%;
    color: white;
    display: none;
    pointer-events: none;
    font-size: 20px;

}

.uretim-content:hover~.uretim-p {
    display: flex;
}

@keyframes lightning {
    0% {
        filter: invt(1) drop-shadow(0 0 2px white);
    }

    25% {
        filter: invert(1) drop-shadow(0 0 4px white);
    }

    50% {
        filter: invert(1) drop-shadow(0 0 6px white);
    }

    75% {
        filter: invert(1) drop-shadow(0 0 8px white);
    }

    100% {
        filter: invert(1) drop-shadow(0 0 10px white);
    }
}

.footer-section {
    width: 100%;
    min-height: 50px;
}

.footer-link {
    color: white;
    padding: 10px;
}

.footer-menu-link {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 1.5rem;
    color: var(--link-color) !important;
    overflow: hidden;
}

.footer-link-container {
    border-bottom: 1px solid gray;
}

.footer-content {
    min-height: 80px;
    color: white;
}

.footer-logo-img {
    width: 100px;
}


.footer-menu-link::before {
    white-space: nowrap;
    content: attr(data-content);
    font-size: inherit;
    line-height: inherit;
    color: #fff;
    position: absolute;
    right: 100%;
    width: 0;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    overflow: hidden;
}

.footer-menu-link:hover::before {
    width: 100%;
    right: 0;
}

.footer-adres {
    color: var(--link-color);
    font-size: 15px;

}

.footer-adres>p {
    width: 60%;
    padding-left: 48px;
    line-height: 20px;
}

.copyright>p {
    font-size: 15px;
    color: var(--link-color);
    padding-left: 48px;
    line-height: 20px;
}

.first-row-kurumsal {
    width: 50%;
    height: 200px;
}

@media only screen and (max-width: 600px) {
    .first-row-kurumsal {
        width: 100%;
    }
}

.logo-side-container {
    min-height: 100px;
    height: 100px;
}

.top-menu {
    width: 100%;
    height: 100%;
}

.top-menu>li>a {
    font-size: 18px;
    color: #fff;
    padding: 10px;

}

.top-menu-link {
    position: relative;
}

.top-menu-link::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 2px;
    transition: all 0.6s;
}

.top-menu-link:hover::before {
    width: 90%;
    background-color: #53D3FF;
    transition: all 0.6s;
    box-shadow: 0 -1px 10px #2cc6fa;
}

.content-map-link {
    border-bottom: 2px solid white;
    letter-spacing: 2px;
}

.content-map-link:first-child {
    font-weight: 600;
}

.map-link {
    font-size: 20px;
    color: #fff;
    padding: 10px;
}

.map-link:nth-child(1) {
    padding: 10px 10px 10px 0px;
}

.map-link:hover {
    color: #fff;
}

.right-arrow-map {
    font-size: 20px !important;
    padding: 3px 0 0 0;
    color: white !important;
}

.content-row {
    padding: 0 54px 0 10px;
}

.aside-li {
    width: 250px;
    height: 62px;
    background-color: #617593;
    margin-bottom: 10px;
    position: relative;
}

.aside-li::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    background: #0064AC;
    z-index: 1;
}

.aside-li:hover::before {
    width: 100%;
}

.aside-li.active::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    background: #0064AC;
    z-index: 1;
}

.aside-li.active::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0;
    top: 45%;
    border-left: 15px solid #e9ecef;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    z-index: 2;
    right: -20px;
    transform: rotate(45deg);
}

.aside-icon {
    width: 30px;
    filter: invert();
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    z-index: 2;
}

.aside-menu {
    color: white;
    font-size: 22px;
    position: relative;
    z-index: 2;
}

.aside-menu:hover {
    color: white;
}

.kurumsal-content-img {
    width: 100%;
    object-fit: cover;
    margin-top: 10px;
    border: 2px solid white;
}

.text-content-container {
    color: white;
    font-size: 17px;
}

.text-content-container>p {
    padding: 10px;
}

.text-content-container>p:last-child {
    font-weight: 600;
}

.adress-content {
    margin-bottom: 10px;
    border-bottom: 1px solid white;
    position: relative;
    padding-bottom: 10px;
    width: 50%;
}

button.accordion-button {
    font-size: 17px;
    font-weight: 600;
    color: #0064ac;
}

.accordion-item{
    margin-bottom: 3px;
}