/* --- FONT START --- */
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Light.otf') format('truetype');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Medium.otf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Bold.otf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Black.otf') format('truetype');
    font-weight: 900;
    font-display: swap;
}
/* --- FONT END --- */









/*--- SAVT ICON PACK START ---*/
.icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
}

    .icon svg {
        width: 35px;
        height: 35px;
        fill: currentColor;
    }

/*- LANGUAGE START -*/
.dropdown-lang {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    padding-right: 0;
    padding-left: 0;
    margin-top: 10px;
}

/*- LANGUAGE END -*/
/*--- SAVT ICON PACK END ---*/











* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    list-style: none;
}

/* --- DARK / LIGHT MODE END */
body,
nav,
.bannerPhoto,
.modernBox,
.carbon,
.topHr,
.bottomHr,
.contact,
button,
iframe,
.hamburgerMenu svg,
.hamburgerOpenBg {
    transition: all 0.3s ease-in-out;
}

/* --- DARK / LIGHT MODE END */

/* --- ROOT START --- */
:root {
    --themeColor: #000882;
    --themeColorDark: #151821;
    --themeColorBoom: #ce672d;
    --themeWhite: #eee;
    --themeWhiteDark: #ddd;
}

/* --- ROOT START --- */










/* --- NAVBAR START --- */
nav {
    width: 100%;
    height: 57px;
    background-color: var(--themeWhite);
}

    /* - logo start - */
    nav .logo {
        position: relative;
        display: flex;
        justify-content: end;
        align-items: center;
        top: 40%;
        z-index: 2;
    }

    nav .logoBorder {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: var(--themeWhite);
        display: flex;
        justify-content: center;
        align-items: center;
    }

        nav .logoBorder img {
            width: 86px;
            height: 86px;
            border-radius: 50%;
            object-fit: contain;
        }

    /* - logo end - */

    /* - links start - */
    nav .links {
        display: flex;
        justify-content: start;
        align-items: center;
        height: 100%;
        padding-left: 57px;
    }

        nav .links a {
            padding: 0 15px 0 15px;
            color: var(--themeColorDark);
            font-size: 18px;
            font-weight: 500;
            transition: all 0.15s ease-in-out;
        }

            nav .links a:hover {
                color: var(--themeColorBoom);
            }

    /* - links end - */

    /* - social media start - */
    nav .socialMedia {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        nav .socialMedia svg,
        nav .socialMedia i {
            width: 60px !important;
            height: 60px !important;
            padding: 0 15px 0 15px;
            color: var(--themeColorDark);
            transition: all 0.15s ease-in-out;
        }

            nav .socialMedia svg:hover {
                color: var(--themeColorBoom);
            }

/* - social media end - */




/* - nav pc line start - */
.navPcLine {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 43px;
    background-color: var(--themeColorDark);
}

    .navPcLine > ul {
        height: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
    }

        .navPcLine > ul > li > a {
            color: var(--themeWhite);
            margin: 15px;
            display: flex;
            justify-content: center;
            transition: all 0.13s ease-in-out;
        }

        .navPcLine > ul > li a:hover {
            color: var(--themeColorBoom);
        }

        .navPcLine > ul li a p {
            margin-left: 5px;
        }
/* - nav pc line end - */






/* - search start - */
.searchInput {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.search {
    position: relative;
    background: var(--themeWhite);
    height: 40px;
    border-radius: 10px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--themeColor);
}

    .search:hover > .search-txt {
        width: 100%;
        padding: 0 10px;
        color: var(--themeColorBoom);
        font-family: 'Pangolin', cursive;
    }

    .search:hover > .search-btn {
        background: var(--themeWhite);
    }

.search-btn {
    color: var(--themeColor);
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--themeWhiteDark);
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-txt {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: var(--themeColor);
    font-size: 16px;
    transition: ease-in-out 0.4s;
    line-height: 40px;
    width: 110px;
    font-family: 'Pangolin', cursive;
}
#searchModal {
    display: none;
    position: absolute;
    top: 45px;
    left: -50%;
    background: white;
    border: 1px solid #ccc;
    z-index: 1000;
    width: 600px;
    max-height: 500px;
    overflow-y: auto;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.2);
    padding: 10px;
}
/* - search end - */










/* -- Scroll Down Menu Start -- */
.menu ul .dropdown {
    position: absolute;
    /*top: 100px;*/
    left: 250px;
    padding-top: 10px;
    width: 357px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: 300ms all;
    z-index: 2;
}

    .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 {
        background: var(--themeWhite);
        border-radius: 10px;
        padding: 7px 0;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 12px;
        text-align: start;
    }

        .menu ul .dropdown ul li a {
            display: block;
            font-size: 15px;
            font-weight: 700;
            line-height: 34px;
            padding: 0 15px;
            border-radius: 10px;
            color: black;
        }

        .menu ul .dropdown ul li {
            position: relative;
            padding: 0 7px;
        }

            .menu ul .dropdown ul li:hover > a {
                background: var(--themeColorBoom);
                color: var(--themeWhite);
            }

.menu > ul > li:hover > a::after {
    transform: rotate(180deg);
}

.menu > ul > li:hover > a + .dropdown {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.menu ul .dropdown .dropdown {
    left: 225px;
    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);
}
/* -- Scroll Down Menu End -- */
/* --- NAVBAR END --- */





/*--- NAVBAR MOBILE START ---*/
.mobileMargin {
    display: none;
    margin-bottom: 57px;
}

.navMobile {
    display: none;
}

.mobile-menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
}

.mobileMenu {
    display: none;
    width: 100%;
    background: #f9f9f9;
}

    .mobileMenu ul {
        list-style: none;
        background-color: var(--themeWhiteDark);
    }

    .mobileMenu li {
        border-bottom: 1px solid #ddd;
        position: relative;
    }

    .mobileMenu > ul > li {
        background: #eee;
        font-weight: 700;
    }

    .mobileMenu a {
        display: block;
        padding: 17px 16px;
        text-decoration: none;
        color: #333;
    }

    .mobileMenu .submenu-toggle {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        cursor: pointer;
        font-size: 30px;
    }

.submenu {
    display: none;
    background: #fff;
}

    .submenu li {
        border: none;
    }

    .submenu a {
        padding-left: 32px;
        background: #f4f4f4;
    }

    /* Açık alt menü */
    .submenu.show {
        display: block;
    }

/* Mobil görünüm */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }

    .mobileMenu {
        display: none;
        position: fixed;
        top: 50px;
        left: 0;
        z-index: 10;
    }

        .mobileMenu.show {
            display: block;
        }
}
/*--- NAVBAR MOBILE legend ---*/









/* --- CLASS START --- */


/* --- CLASS END --- */










/* --- FOOTER START --- */
footer {
    position: relative;
    bottom: 0;
}

    footer .up {
        height: 50px;
        background-color: var(--themeWhite);
        display: flex;
        align-items: center;
        /* margin-top: 100px; */
    }

        footer .up h1 {
            color: var(--themeColorDark);
            letter-spacing: 15px;
            text-align: center;
        }

        footer .up h4 {
            color: var(--themeColorBoom);
            font-size: 13px;
        }

        footer .up .location {
            width: 100%;
            display: flex;
            justify-content: end;
            align-items: center;
            margin-right: 10px;
        }

    footer .mid {
        height: 300px;
        background-color: var(--themeColorBoom);
        box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 12px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 57px 130px 57px 130px;
    }

        footer .mid .column1 {
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: start;
            flex-direction: column;
            flex-wrap: wrap;
            gap: 10px;
            color: black;
        }
            footer .mid .column1 h1 {
                color: var(--themeColorDark);
                font-size: 16px;
            }

            footer .mid .column1 a {
                color: var(--themeWhite);
                transition: all 0.2s ease-in-out;
                font-size: 13px;
            }

                footer .mid .column1 a:hover {
                    color: var(--themeColor);
                }

        footer .mid .column3 {
            display: flex;
            justify-content: start;
            align-items: start;
            flex-direction: column;
            height: 100%;
            gap: 10px;
        }
            footer .mid .column3 .hrefContact {
                color: var(--themeColorDark);
                font-size: 16px;
            }
            footer .mid .column3 .contactList {
                color: var(--themeWhite);
                transition: all 0.2s ease-in-out;
            }

                footer .mid .column3 .contactList:hover {
                    color: var(--themeColor);
                }
        footer .mid .column3 a {
            font-size: 13px;
            color: var(--themeWhite);
            font-weight: 500;
            transition: all 0.2s ease-in-out
        }
            footer .mid .column3 a:hover {
                color: var(--themeColor);
            }

        footer .mid .column3 div {
            color: var(--themeColorDark);
            margin-bottom: 20px;
        }

        footer .mid .column2{
            display: flex;
            justify-content: center;
            align-items: center;
        }

    footer .down {
        height: 50px;
        background-color: var(--themeWhite);
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* --- FOOTER END --- */




















/* --- RESPONSIVE START --- */
@media all and (max-width: 1400px) and (min-width: 30px) {
    .navPcLine > ul > li > a{
        font-size: 13px;
    }
    }

    @media all and (max-width: 1250px) and (min-width: 30px) {

        /* --- NAVBAR START --- */
        .mobileMargin {
            display: block;
            margin-bottom: 57px;
        }

        .navPc {
            display: none;
        }

        .navMobile {
            display: flex;
            position: fixed;
            z-index: 5;
            top: 0;
        }

        nav .logo {
            top: 0;
            justify-content: center;
        }

        nav .logoBorder {
            width: 100px;
            height: 100px;
            background-color: transparent;
        }

        .navPcLine {
            display: none;
        }

        /* --- NAVBAR END --- */

        /* --- FOOTER START --- */
        footer .up h1 {
            font-size: 20px;
            letter-spacing: 10px;
        }

        footer .up h4 {
            font-size: 13px;
        }

        footer .mid {
            height: auto;
            padding: 30px;
        }

        /* --- FOOTER END --- */
    }


    @media all and (max-width: 550px) and (min-width: 30px) {
        footer .up h4 {
            font-size: 11px;
        }

        footer .mid {
            flex-direction: column;
            padding: 57px;
        }

            footer .mid .column1 {
                margin-bottom: 50px;
            }

            footer .mid .column3 {
                margin-bottom: 50px;
            }
    }

    /* --- RESPONSIVE END --- */
