@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@100;200;300;400;500;600;700;800&display=swap&subset=latin-ext');


*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body
{
    line-height: 1.2;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
}
p
{
    margin: 0;
}
ol,
ul {
    padding-left: 0;
    list-style: none;
}
a
{
    text-decoration: none;
}

ol,
ul,
dl {
    margin-bottom: 0;
}
img
{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.pl-0
{
    padding-left: 0 !important;
}
.pr-0
{
    padding-right: 0 !important;
}
.mobile-menu-active
{
    overflow-y: hidden;
}
@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1650px;
    }
}
@media (min-width: 2560px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 2200px;
    }
}

@media (min-width: 3840px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 3000px;
    }
}

::selection {
    background-color: #006cbd;
    color: #fff;
}
body::-webkit-scrollbar
{
    width: 16px;
}

body::-webkit-scrollbar-thumb {
    background-color: #006cbd;
    /* border-radius: 12px; */
    border: 3px solid #000;
}


body::-webkit-scrollbar-track{
    background-color: #000;
}
#header
{
    position: absolute;
    left: 0;
    top: 0;
    /*background-color: rgba(4, 12, 20, 0.15);*/
    z-index: 1000;
    overflow-x: clip;
    transition: all .4s ease-in-out;
    /*border-bottom: 1px solid;*/
    /*border-image: linear-gradient(to right, transparent, transparent, #fff, transparent, transparent) 1;*/
}
/*.contact-page #header*/
/*{*/
/*    background-color: #000b23;*/
/*}*/
#header.dropdownmenu-open
{
    background-color: #fff;
}

#header .navbar .nav-link
{
    color: #fff;
    padding: 22px 22px;
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 700;
    transition: height 0.3s ease-in-out, color .2s ease-in-out;


}
.dropdown-image-bg {
    display: none;
}
@media screen and (min-width: 992px){
    /*.dropdown-image-bg {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background-color: #202d3e;
        margin: 0;
        z-index: -1;
    }
    .dropdown-image-bg::after {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        width: 170px;
        height: 170px;
        background-color: #202d3e;
        -webkit-mask-image: radial-gradient(circle at bottom right, transparent 25px, black 30px);
        mask-image: radial-gradient(circle at bottom right, transparent 170px, black 171px);
    }*/

    #header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;

        /*background-color: rgba(255, 255, 255);*/
        background-color: #202d3e;
        backdrop-filter: saturate(30%) blur(20px);
        transition: height 0.3s ease-in-out;
        z-index: -1;
    }
    #header.active::before {
        height: 100%;
    }
    /*#header.active .navbar .nav-link,
    #header.sticky .navbar .nav-link
    {
        color: #08182d;
    }*/
    #header.active .navbar .nav-link.show
    {
        position: relative;
    }
    #header.active .navbar .nav-link.show:before
    {
        /*content: "";*/
        position: absolute;
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%);
        width: 90%;
        height: 2px;
        /*background-color: #006cbd;*/
        background-color: #fff;
    }
}
#header.sticky {
    top: 0;
    z-index: 1000;
    width: 100%;
    position: fixed;
    background-color: transparent !important;
    transition: margin-top .7s ease-in-out;

}
#header.active
{
    background-color: transparent;
    backdrop-filter: unset;
}
.hide
{
    margin-top: -200px !important;
}
.dark-bg
{
    background-color: #000;
}

/*#header.active .header-foundation,
.sticky .header-foundation
{
    background: #acbcc4;
}*/
.navbar .mega-menu{ padding: 30px; }

.megamenu-list.wrap
{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
}
.megamenu-list li a
{
    color: #202d3e;
    font-size: 16px;
    font-weight: 600;
    /* text-transform: capitalize; */
    display: flex
;
    transition: all .2s;
    line-height: 30px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border-bottom: 1px solid rgba(32, 67, 133, 0.18);

}
#header.sticky .navbar-toggler i,
#header:hover .navbar-toggler i
{
    color: #000 !important;
}
.lang-btn
{
    position: relative;
    width: fit-content;
    height: fit-content;
    padding: 10px 25px;
    /*background-color: #006cbd;*/
    /*border: 1px solid #006cbd;*/
    /*border-radius: 20px;*/
}
.dropbtn {
    background-color: transparent;
    color: #fff;
    border-radius: 10px;
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x) !important;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all .2s ease;
}
#header:hover .lang-btn .dropbtn
{
    color: #0b1a2c;
}
.dropbtn img,
.lang-content a img
{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.lang-content {
    display: none;
    position: absolute;
    right: 0;
    width: 80px;
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 7px;
}
.lang-content a {
    color: black;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all .2s ease;
}
.lang-content a:hover
{
    background-color: #ddd;
}
.show {display:block;}

.navbar
{
    position: unset;
}
.navbar-toggler
{
    border: none;
    border-radius: 0;
    outline: none !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: none !important;
}
.dropdown-menu
{
    border-radius: 0;
    border: none;
}
@media all and (max-width: 991px){
    .navbar {
        position: unset;
    }
    .navbar .navbar-collapse
    {
        position: absolute;
        top: 100%;
        left: -100%;
        width: 50%;
        opacity: 0;
        visibility: hidden;
        background-color: #006cbd;
        transition: left .1s ease-in-out;
    }
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .col-megamenu {
        padding: 20px;
    }
    /*.navbar .dropdown {*/
    /*    position: unset;*/
    /*}*/
    .megamenu-list li {
        width: 48%;
    }
    .navbar .nav-item
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-nav .nav-item {
        opacity: 0;
        transform: translateY(-20px);
        transition: all 0.5s ease;
    }

    .navbar-nav .nav-item.animated-in {
        opacity: 1;
        transform: unset;
    }

    .navbar .mega-menu{left:0; right:0; width:100%; margin-top:0;  }


    .navbar-nav .nav-item
    {
        z-index: 10;
        /*position: relative;*/
    }

    .pos-l-end
    {
        right: 0;
    }
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */

@media(max-width: 991px){
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
        overflow-y: auto;
        max-height: 90vh;
        margin-top:10px;
    }
}

/* ============ mobile view .end// ============ */
.lang-btn .dropbtn
{
    padding: 0 !important;
}
.sticky .lang-btn .dropbtn
{
    color: #0b1a2c;
}
.navbar .dropdown .dropdown-menu
{
    background-color: transparent;
}
#header::before
{
    display: none;
}


.navbar .fullscreen-menu .dropdown-item
{
    padding: 20px !important;
}

.sticky .navbar .dropdown .dropdown-menu
{
    border-top-right-radius: 0;
    box-shadow:  0 5px 10px -5px #555;
}
#logo
{
    width: 210px ;
    padding: 10px 0 !important;
    transition: all .4s ease-in-out;
    transform-origin: left center;
}

.sticky #logo
{
    width: 150px ;
    padding: 10px 0 !important ;
}


#header.sticky .navbar .navbar-nav .nav-link
{
    color: #222;
}
/*@media screen and (max-width: 1400px) {*/
/*    .navbar-expand-lg .navbar-collapse {*/
/*        justify-content: center !important;*/
/*    }*/
/*}*/
@media screen and (max-width: 1280px){
    .dropdown-item{
        font-size: 12px;
    }
    .page-header .wrapper
    {
        height: 250px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-toggler i
    {
        color: #fff !important;
    }
}

@media screen and (min-width: 992px){

    #header .navbar .nav-link {

        color: #000;
    }
    #header .navbar .navbar-nav .nav-link
    {
        color: #fff;
        z-index: 10;
        padding: 35px 30px;
        /*border-radius: 25px;*/
        transition: all 0.2s ease-in-out;
    }
    #header:hover .navbar .navbar-nav .nav-link
    {
        color: #0b1a2c;
    }

    #header .navbar .nav-item:hover .nav-link{
        color:#088cf7 !important;
        transition: .2s all;
    }
    .dropdown-item.active,
    .dropdown-item:hover
    {
        color: #fff;
        background-color: #006cbd;
    }

    #header.active .navbar .nav-link
    {
        color: #fff;
    }
    .navbar .dropdown .dropdown-menu {
        background-color: #fff;
        min-width: 250px;
        left: 0;
        padding: 12px;
        display: block !important;
        overflow: hidden;
        top: 100%;
        transform-origin: top;
        transform: scaleY(0);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    }

    .navbar .dropdown .dropdown-menu.show {
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
    .dropdown-item
    {
        font-size: 16px;
        font-weight: 600;
        padding: 15px 10px !important;
    }
}
@media screen and (max-width: 1900px)
{
    #header .navbar .navbar-nav .nav-link,
    .dropbtn,
    .lang-content a,
    .lang-btn
    {
        font-size: 15px;
        padding: 15px 12px;
    }
    .navbar-nav
    {
        display: flex;
        align-items: center;
        gap: 0;
    }
}
@media screen and (max-width: 1400px)
{
    #header .navbar .navbar-nav .nav-link,
    .dropbtn,
    .lang-content a
    {
        font-size: 15px;
    }
    .megamenu-list li a
    {
        font-size: 15px !important;
    }
}


/*@media screen and (min-width: 1800px){*/
/*    #header .navbar .nav-link,*/
/*    #header .navbar .navbar-nav .nav-link    {*/
/*        padding: 20px 20px;*/
/*    }*/
/*}*/
/*
.slider {
    height: 100vh;
    width: 100%;
    position: relative;
    visibility: hidden;
    overflow: hidden;
}

.slick-slide {
    position: relative;
    height: 100vh;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #000;
    visibility: hidden;
}
.slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(13, 26, 51, 0.94), rgba(0, 0, 0, 0));
    width: 100%;
    height: 30%;
    pointer-events: none;
    z-index: 2;
}
.slick-slide img {
    position: absolute;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    z-index: 0;
    transform: scale(1);
    transition: none;
}*/
.zooming {
    animation: slowZoom 7s ease-in-out forwards;
}
@keyframes slowZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}
/*.slider.slick-initialized img {
    visibility: visible;
}*/
.main-slider .subtitle
{
    font-size: 17px;
    font-weight: 600;
    color: #0b1a2c;
    padding: 8px 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    display: flex;
    width: fit-content;
    background-color: #ffffff6e;
}
.main-slider .slider-buttons
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 24px;

}
.button-typex
{
    background-color: #006cbd;
    border: 2px solid #006cbd;
    color: #fff;
    padding: 25px 35px;
    font-weight: 500;
    border-radius: 0;
    transition: all .2s ease-in-out;
    z-index: 5;
    font-size: 20px;
}
.slider-buttons .button-typex
{
    border-radius: 7px;
}
.button-typey
{
    background-color: #eee;
    border: 2px solid #eee;
    color: #006cbd;
    padding: 25px 35px;
    font-weight: 600;
    font-size: 20px;
    border-radius: 0;
    transition: all .2s ease-in-out;
    z-index: 5;
}
.button-typex:hover,
.button-typey:hover
{
    color: #fff !important;
    background-color: #006cbd;
    border-color: #006cbd;
}
.slide-content {
    border-radius: 10px;
    opacity: 0;
    filter: blur(8px);
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.slide-title,
.slide-desc,
.slide-btn {
    opacity: 0;
}

.slide-title {
    transform: translateY(-150px);
}

.slide-desc,
.slide-btn {
    transform: translateX(500px);
}

.animate-text .slide-title {
    animation: titleDrop 0.8s ease-out forwards;
}

.animate-text .slide-desc {
    animation: descSlide 0.6s ease-out forwards;
    animation-delay: 0.2s;
}

.animate-text .slide-btn {
    animation: btnSlide 0.6s ease-out forwards;
    animation-delay: 0.5s;
}

@keyframes titleDrop {
    0% { opacity: 0; transform: translateY(-150px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes descSlide {
    0% { opacity: 0; transform: translateX(400px); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes btnSlide {
    0% { opacity: 0; transform: translateX(400px); }
    100% { opacity: 1; transform: translateX(0); }
}
.slide-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.animate-text{
    visibility: visible;
    opacity: 1 !important;
    filter: blur(0px);
    left: 50%;
    transform: scale(1)  translateX(-50%) translateY(-50%);
}

.slick-current .slide-content {
    opacity: 1;
    text-align: start;
}
.slide-content h2 {
    margin: 0 0 30px 0;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
    transition: all 1s ease-in-out;
}

.animate-text h2 {
    letter-spacing: 0;
}

.slide-content p {
    position: relative;
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0 0 6px rgba(0,0,0,0.6);
}
/*.slide-content p:before
{
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 230px;
    height: 2px;
    background-color: #eee;
}*/
.main-slider .slider-buttons
{
    padding-left: 250px;
}


.slick-dots {
    bottom: 25px;
}
.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.15);
    border: 2px solid white;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 20;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-prev:hover,
.custom-next:hover {
    background-color: white;
    color: black;
}

.custom-prev {
    left: 20px;
}
.custom-next {
    right: 20px;
}

.top-menu {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background-color: #006cbd;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    font-size: 14px;
}
.top-menu .contact-info i,
.top-menu .contact-info span {
    color: white;
    margin-right: 6px;
}
.top-menu .social-icons a {
    color: #d3f915;
    margin-left: 5px;
    font-size: 25px;
    padding: 5px;
    transition: all 0.3s ease;
}
.top-menu .social-icons a:hover {
    color: #fff;
    scale:1.3;
}
@media (max-width: 767.98px) {
    .top-menu .contact-info,
    .top-menu .social-icons {
        justify-content: center;
        text-align: center;
        margin-bottom: 5px;
    }
}



.about-image-wrapper
{
    height: -webkit-fill-available;
}
.about-image-wrapper img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-badge {
    display: inline-block;
    background: transparent;
    border: 1px solid #ccc;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    color: #000;
    margin-top: 50px;
    margin-left: 100px;
}
.about-content-area
{
    height: -webkit-fill-available;

}
.about-content
{
    height: 100%;
    background-image: url("../images/paper.webp");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.about-title {
    font-size: 50px;
    font-weight: 600;
    color: #222;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: 100px;
}

.about-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 50px;
    margin-left: 100px;
}

.about-cards
{
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.about-card {
    position: relative;
    background: #fff;
    padding: 60px 40px 40px 40px;
    border-radius: 0;
    border-right: 1px solid #ccc;
    overflow: hidden;
    height: 100%;
}

.about-card .card-number {
    position: absolute;
    top: 10px;
    left: 40px;
    font-size: 64px;
    font-weight: 800;
    color: rgba(0,0,0,0.1);
    pointer-events: none;
}

.about-card h3 {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
    position: relative;
    z-index: 1;
}

.about-card p {
    font-size: 17px;
    color: #666;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/*

.home-content {
    z-index: 5;
    margin: 30px 0;
    user-select: none;
}

.about-box {
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 10;
    position: relative;
}

.about-title {
    font-size: 35px;
    font-weight: 700;
    color: #001f3f;
    padding-left: 15px;
    border-left: 10px solid #006cbd;
}

.about-text {
    font-size: 17px;
    color: #001f3f;
    line-height: 1.6;
    letter-spacing: 1px;
}*/
.highlight-box {
    background: #006cbd;
    border-radius: 16px;
    color: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    line-height: 1.8;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.highlight-box:hover {
    transform: translateY(-4px);
}

.highlight-title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 6px;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}

.highlight-text {
    font-size: 16px;
    position: relative;
    z-index: 2;
    font-weight: 100;
}

.highlight-bg-text {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 56px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.2);
    letter-spacing: 2px;
    pointer-events: none;
    white-space: nowrap;
    z-index: 1;
}

@media (max-width: 767.98px) {

    .about-box {
        padding: 20px;
    }

    .about-title {
        font-size: 20px;
    }

    .highlight-box {
        margin-top: 20px;
    }
}

/*WORKING AREAS*/
.working-areas
{
    position: relative;
    padding: 50px 0 70px 0;
    background: #EAEEEF;
    background: linear-gradient(180deg, #f7f7f7 0%, #c4c4c4 86%);
}

/*.working-areas:after,
.working-areas:before
{
    content: "";
    position: absolute;
    background-size: contain;
    max-width: 300px;
    height: 590px;
    width: 300px;
    background-repeat: no-repeat;
    z-index: 1;
}
.working-areas:before
{
    top: 0;
    left: 0;
    background-image: url("../images/left-waves.png");
}
.working-areas:after
{
    right: 0;
    bottom: 0;
    background-image: url("../images/right-waves.png");
}*/
.working-areas>div
{
    z-index: 8;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1C1C1E;
}
.owl-theme .owl-dots .owl-dot span
{
    background-color: #fff;
}
.overflow-hidden {
    overflow: hidden;
}
.wrapper-title
{
    font-size: 40px;
    color: #333;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}
.working-areas .section-subtitle
{
    color: #006cbd;
    border-radius: 4px;
    padding: 6px 12px;
    display: flex;
    width: fit-content;
    justify-self: center;
}
.working-areas .wrapper-title
{
    padding: 40px 0;
}
.working-areas .wrapper-title:before
{
    content: "FERNAS";
    letter-spacing: 2px;
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    font-size: 150px;
    opacity: 0.5;
    z-index: -1;
    -webkit-text-stroke: 2px rgb(216, 216, 216);
    color: rgb(240, 240, 240);
    width: 100%;
}
.working-areas ul
{
    /*display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;*/
    margin: 24px 0;
    grid-row-gap: 24px;
}
.working-areas .card
{
    border: none;
    background-color: transparent;
    border-radius: 14px;
}
.working-areas .card .card-img-top
{
    object-fit: cover;
    border-radius: 0;
    height: 350px;
    width: 100%;
    transition: all 400ms linear;
}
.working-areas .intro-box p
{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: #444;
}
.working-areas .card picture:hover .card-img-top
{
    transform: scale(1.1);
}
.working-areas picture
{
    position: relative;
    overflow: hidden;
    border-radius: 0;
}
.working-areas picture:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)) !important;
    z-index: 2;
}
/*.working-areas picture:after
{
    background-image: unset;
    transition: all .2s ease-in-out;
}
.working-areas .card:hover picture:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(7, 16, 26, 0.7) 0%, rgba(7, 16, 26, 0.7) 100%);
}*/
.working-areas .icon img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.working-areas picture:hover .icon
{
    opacity: 0;
}
.working-areas .card-body {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 57px;
    transition: all .2s ease-in-out;
    z-index: 5;
}
/*
.working-areas .card-body:before
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 86px;
    z-index: -1;
    background-color: rgba(0, 25, 45, 0.52);
    opacity: 1;
    visibility: visible;
    transition: all .2s ease-in-out;
}
.working-areas .card:hover .card-body:before
{
    opacity: 0;
    visibility: hidden;
}*/
.working-areas .card {
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.working-areas .card-body {
    pointer-events: none;
}

.working-areas .card-text button {
    pointer-events: auto;
}
.working-areas .card-title
{
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    text-align: start;
}
.working-areas .card-description
{
    line-height: 1.5;
    font-size: 15px;
    color: #eee;
    font-weight: 400;
margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s ease-in-out;
}

@media screen and (max-width: 2000px)
{

    .working-areas .card-text
    {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px;
    }

}
@media screen and (max-width: 1600px){

    .working-areas .card .card-img-top
    {
        height: 300px;
    }
}
@media screen and (max-width: 1400px)
{

    .working-areas .card-text
    {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px;
    }

    /*.working-areas .card-title*/
    /*{*/
    /*    font-size: 14px;*/
    /*}*/
    /*.working-areas .card-text*/
    /*{*/
    /*    font-size: 14px;*/
    /*}*/

}
.working-areas .card-text>button
{
    padding: 12px 35px !important;
    outline: none;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    float: right;
    border: 2px solid #FFF;
    border-radius: 0;
    outline: 0 !important;
    margin-top: 10px;
    transition: all .4s ease-in-out;

}
.working-areas  .card-text>button:hover
{
    background-color: #006cbd;
    border: 2px solid #006cbd;
    color: #fff;
}
.custom-arrow {
    position: absolute;
    top: 62%;
    transform: translateY(-62%);
    background-color: rgba(255, 255, 255, 0.15);
    border: 2px solid white;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 20;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    font-size: 1.8rem;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.custom-arrow>span
{
    margin-top: -5px;
}
.working-prev {
    left: 20px;
}

.working-next {
    right: 20px;
}

.custom-arrow:hover {
    background-color: #006cbd;
    color: #fff;
    border-color: #006cbd;
}

.advantages-section {
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0.1), #0075cf);*/
    background: linear-gradient(to right, #1C1C1E, #1C1C1E, #2C3E50);
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.advantages-content h3 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #ffffff;
}

.advantages-content h3 span {
    color: #eee;
    font-weight: 100;
}

.advantages-content p.lead {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    color: #e6f3fb;
}

.advantage-box {
    position: relative;
    padding-left: 70px;
    margin-bottom: 3rem;
}
.advantage-box:last-child
{
    margin-bottom: 0;
}
.advantage-box .number {
    position: absolute;
    left: 0;
    top: -30px;
    font-size: 4rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.15);
}

.advantage-box h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.advantage-box p {
    font-size: 0.95rem;
    color: #eaf6ff;
    margin: 0;
}

@media (max-width: 767px) {
    .advantages-section {
        flex-direction: column;
    }

    .advantages-content {
        padding: 2rem 1rem;
    }

    .image-col {
        height: 300px;
    }

    .image-col img {
        height: 100%;
        object-fit: cover;
    }
}


.stats-section {
    background: linear-gradient(to right, #191a1c, #081d2d, #0075cf);
}

.stat-box {
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}

.stat-box .icon i {
    font-size: 30px;
    color: #006cbd;
    opacity: .3;
}

.stat-box .counter {
    font-size: 2.6rem;
    font-weight: 900;
    color: #fff;
    margin: 0 0 5px;
}

.stat-box p {
    color: #ccc;
    font-size: 1.2rem;
    font-weight: 100;
    margin: 0;
}

@media (max-width: 767px) {
    .stat-box {
        padding: 10px;
    }

    .stat-box .icon i {
        font-size: 32px;
    }

    .stat-box h2 {
        font-size: 2rem;
    }

    .stat-box p {
        font-size: 0.9rem;
    }
}

.values .head
{
    margin-bottom: 2rem;
}
.values .head .title
{
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.values .head p
{
    font-size: 1.3rem;
    color: #999;
    font-weight: 100;
}
.values .card
{
    z-index: 5;
    border: 7px solid #fff !important;
    box-shadow: none !important;
    border-radius: 0;
}
.values .card-dif
{
    right: 0;
    top: 0;
    z-index: 0;
}
.values .card img
{
    max-height: 400px;
    object-fit: cover;
    width: 100%;
    border-radius: 0;
}
.values .card-body
{
    padding-left: 0;
    padding-right: 0;
}
.values .card-dif .card-body
{
    padding-left: 120px;
}
.values .card-title
{
    font-size: 1.5rem;
    color: #000;
    font-weight: 900 !important;
}

.nnv-section {
    position: relative;
    color: black;
    overflow: hidden;
}

.nnv-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/paper.webp);
    background-size: cover;
    background-repeat: no-repeat;
    filter: invert(0.9);
    z-index: 0;
}

.nnv-section > * {
    position: relative;
    z-index: 1;
}

.nnv-section .nnv-content h3 {
    font-weight: 900;
    font-size: 50px;
    color: #eee;
}


.nnv-section .nnv-content p {
    color: #999;
    font-size: 1.05rem;
    line-height: 1.7;
}

.button-typez {
    background-color: transparent;
    border: 2px solid #999;
    color: #ccc;
    padding: 12px 24px;
    font-weight: 500;
    border-radius: 20px;
    transition: all .2s ease-in-out;
}

.button-typez:hover {
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
}

.nnv-section .image-col img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


/*NEWS*/



.news img,
.news .card
{
    border-radius: 0 !important;
}
.news .card
{
    background-color: #fff;
    border: none;
}
.news picture
{
    width: 100%;
    /*height: 450px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.news picture img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .card-title
{
    text-align: start;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-top: 12px;
    transition: all .2s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .card-text
{
    margin-bottom: 12px;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 54px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}
.news .news-date {
    position: absolute;
    left: 0;
    top: 12px;
    padding: 7px 18px !important;
    outline: none;
    background-color: #006cbd;
    color: #fff;
    font-size: 14px;
    float: right;
    border: none;
    outline: 0 !important;
    transition: all .4s ease-in-out;
}
.news .card:hover .card-title
{
    color: #006cbd;
}


.news .item:not(.main-news) .card
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.news .item:not(.main-news) .card picture
{
    flex: 1;
    height: 120px;
}
.news .item:not(.main-news) .card .card-body
{
    flex: 1.5;
    padding-top: 0;
}
.news .item.main-news .card .card-body
{
    padding-left: 0;
    padding-right: 0;
}
.news .item:not(.main-news) .card-title
{
    margin-top: 0;
}
.section-subtitle {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin-bottom: 5px;
}
.section-title {
    font-size: 55px;
    font-weight: 900;
    color: #444;
    margin: 0;
    line-height: 60px;
    position: relative;
    z-index: 5;
}

.news .card-link {
    font-size: 14px;
    font-weight: 600;
    color: #006cbd;
    opacity: .6;
    text-decoration: underline;
}
.news .button-typex
{
    background: linear-gradient(to left, rgba(0, 130, 212, 0.4), #0075cf);
    border: none !important;
    color: #fff;
    border-radius: 0;
    padding: 12px 30px;
}
.contact-banner {
    min-height: 500px;
    background-repeat: no-repeat;
    background-image: url("../images/contact.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-banner .overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-banner .title {
    font-size: 3rem;
    max-width: 1000px;
    font-weight: 900;
}

.contact-banner p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 400;
}



/*FOOTER*/

.footer {
    color: #0b1a2c;
    padding: 0 ;
    position: relative;
    overflow: hidden;
}
.footer:after
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #121a1d;
}
.footer>*
{
    z-index: 5;
    position: relative;
}
.footer a {
    text-decoration: none;
}
.footer .scroll-top-btn {
    position: fixed;
    bottom: 70px;
    right: 20px;
    display: none;
    font-size: 18px;
    z-index: 100;
    color: #fff;
    background-color: #08182d;
    border: 2px solid #fff;
}
.footer-title
{
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 24px;
    position: relative;
}
.footer-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #fff;
}
.footer p
{
    margin-bottom: 12px;
    font-size: 15px;
    color: #ccc !important;
}
.footer ul
{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer ul li a
{
    color: #bbb;
    font-weight: 500;
    font-size: 16px;
    transition:  all .1s ease-in-out;
}
.footer ul li a:hover
{
    color: #fff;
}
.footer ul.social-media li a
{
    color: #006cbd;
}
.footer ul.social-media li a i
{
    color: #fff;
}
.footer>.container>.row>div>.row>div
{
    margin: 20px 0;
}
.footer-top-right
{
    background-color: #006cbd;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
}
.footer-top-right:before
{
    position: absolute;
    content: "";
    width: 10000px;
    height: 100%;
    background-color: #006cbd;
    top: 0;
    left: 100%;
}
.footer>.container>.row>div>.row>div:last-child
{
    border-right: none;
}
.footer-top-title
{
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    line-height: 1.5;
}
.footer .hr-form
{
    background-color: #08182d;
    padding: 12px 24px;
    color: #fff;
    font-size: 14px;
    display: block;
    width: fit-content;
    font-weight: 600;
}
.copyrights
{
    /*border-top: 1px solid #3f6381;*/
    background-color: #006cbd;
}
.copyrights *
{
    color: #fff;
    font-size: 12px !important;
}
.social-media i
{
    font-size: 30px;
}
.footer-contact
{
    position: relative;
    z-index: 2;
}
.footer-logo img
{
    padding: 20px 0;
}


.menu-close-btn
{
    display: none;
}

#menuOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    z-index: -5;
}

#menuOverlay.active {
    display: block;
}
#main_nav
{
    display: none !important;
}
@media screen and (max-width: 991px) {
    .nav-item.dropdown .dropdown-menu
    {
        padding: 20px;
        background: transparent;
        border: none;
    }
    #main_nav
    {
        display: flex !important;
    }
    button
    {
        outline: none !important;
        box-shadow: none !important;
    }

    .menu-close-btn {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 50px;
        width: 50px;
        height: 50px;
        color: white;
        background: transparent;
        cursor: pointer;
        display: flex;
        border: none;
        outline: none;
        align-items: center;
        justify-content: flex-end;
        z-index: 999;
    }

    .navbar .navbar-collapse.fullscreen-menu {
        position: fixed !important;
        top: 0 !important;
        left: -100%;
        width: 400px !important;
        max-width: 100%;
        height: 100vh !important;
        background: #0b1a2c;
        display: flex;
        justify-content: flex-start !important;
        align-items: flex-start;
        flex-direction: column;
        opacity: 1;
        visibility: visible;
        overflow-y: auto;
        z-index: 10000;
        transition: left 0.2s ease-in-out;
    }
    .fullscreen-menu::-webkit-scrollbar
    {
        width: 12px;
    }

    .fullscreen-menu::-webkit-scrollbar-thumb {
        background-color: #006cbd;
        /* border-radius: 12px; */
        border: 3px solid #fff;
    }


    .fullscreen-menu::-webkit-scrollbar-track{
        background-color: #fff;
    }
    .fullscreen-menu.show {
        left: 0 !important;
    }

    .fullscreen-menu .navbar-nav
    {
        width: 100%;
        padding-top: 20px;
    }
    .fullscreen-menu .navbar-nav li,
    .fullscreen-menu .navbar-nav li a
    {
        width: 100%;
        text-align: center;
    }
    .fullscreen-menu .navbar-nav>li>a
    {
        border-bottom: 1px solid  #2b353e;
    }
    .sticky .navbar .dropdown .dropdown-menu
    {
        box-shadow: none;
    }
    .nav-tabs .nav-link
    {
        font-size: 16px;
    }

    .navbar .fullscreen-menu .nav-link:not(.header-foundation)
    {
        padding: 20px !important;
        font-weight: 600 !important;
    }
    .navbar .fullscreen-menu .nav-link.mobile-lang
    {
        padding: 12px 24px !important;
    }
    .navbar .fullscreen-menu .header-foundation
    {
        padding: 10px 20px !important;
        margin: 12px 0;
    }
    .navbar .megamenu {
        padding: 20px;
        background: transparent;
        border: none;
    }
    .navbar .header-foundation {
        background-color: #ba8430;
        color: #fff !important;
    }
    .megamenu-list
    {
        flex-direction: column;
    }
    .megamenu-list li a
    {
        font-size: 16px;
        text-transform: capitalize;
        color: #fff;
        padding-left: 12px;
    }
    .megamenu-list li a svg
    {
        background-color: #fff;
        padding: 5px;
        border-radius: 100%;
    }
    .navbar .fullscreen-menu .dropdown-item
    {
        padding: 12px 0 12px 10px!important;
        font-size: 15px;
        text-transform: capitalize;
        color: #fff;
        background-color: transparent !important;
    }

    .mobile-lang-btn,
    .mobile-menu-logo
    {
        display: block !important;
    }


    .main-slider .slider-buttons {
        padding-left: 0;
    }
    .lang-switcher a {
        color: #fff;
        font-size: 14px;
    }
    .lang-switcher a:first-child {
       margin-right: 3px;
        margin-left: 0;
    }
    .lang-switcher a:last-child {
        margin-left: 3px;
        margin-right: 0;
    }
    .slick-slide img
    {
        transform: none;
    }
    .slick-slide img.zooming
    {
        animation: none;
    }
    .contact-banner .title
    {
        font-size: 25px;
    }
    .stat-box .counter
    {
        font-size: 20px;
    }
    .stat-box {
        padding: 5px;
    }
    .about-content
    {
        padding: 0 12px;
    }
    .about-badge,
    .about-text,
    .about-title
    {
        margin-left: 0;
    }
    .about-title
    {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .about-cards {
        height: 100%;
        display: grid
    ;
        margin-bottom: 12px;
        grid-template-columns: repeat(1, 1fr);
    }
    .about-card h3 {
        font-size: 20px;
    }
    .about-card p {
        font-size: 16px;}
    .about-card {
        position: relative;
        background: #fff;
        padding: 40px 30px 20px 30px;
    }
    .working-areas
    {
        height: auto;
    }
    .section-title {
        font-size: 40px;
    }
    .working-areas .card-body:before
    {
        height: 64px;
    }
    .working-areas .card-title {
        font-size: 22px;
    }
    .section-subtitle {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .advantages-content h3 {
        font-size: 2rem;
    }
    .values .card-dif{
        position: relative !important;
    }
    .values .head .title {
        font-size: 25px;}
    .values .head p {
        font-size: 16px;
    }
    .values .card-title {
        font-size: 18px;}
    .values .card-dif .card-body {
        padding-left: 0px;
    }
    .news .item.main-news .card {
        display: flex
    ;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        margin: .5rem 0;
    }
    .news .item .card picture {
        flex: 1;
        height: 120px;
    }
    .news .item .card .card-body {
        flex: 1.5;
        padding-top: 0;
    }
    .news .item.main-news .card .card-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .footer>.container>.row>div>.row>div
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .nnv-section .nnv-content h3 {
        font-weight: 900;
        font-size: 2rem;
    }

}

.sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 15px rgba(0,0,0,0.15);
    z-index: 2000;
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 2rem 1.5rem;
}

.sidebar.open {
    right: 0;
}

#menuOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.55);
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

#menuOverlay.active {
    opacity: 1;
    visibility: visible;
}

.sidebar .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 3rem;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #222;
    transition: transform 0.2s ease;
}
.sidebar .close-btn:hover {
    color: #006cbd;
}

.sidebar-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin: 2rem 0 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.sidebar-title
{
    font-size: 40px;
    font-weight: 600;
    color: #006cbd;
    text-align: center;

}
.sidebar-slogan {
    font-size: 1rem;
    font-weight: 500;
    color: #222;
    margin-bottom: 2rem;
    letter-spacing: .5px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}
.sidebar-contact {
    background: #f0f0f0;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.sidebar-contact h5 {
    font-weight: 500;
    margin-bottom: 1rem;
    color: #222;
    font-size: 20px;
    position: relative;
}

.sidebar-contact .contact-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 14px;
    color: #444;
    transition: all 0.2s ease;
}

.sidebar-contact .contact-item:hover {
    color: #006cbd;
}

.sidebar-contact .contact-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 1.1rem;
    color: #006cbd;
    flex-shrink: 0;
}

.sidebar-contact a {
    color: inherit;
    text-decoration: none;
}
.sidebar-contact a:hover {
    text-decoration: underline;
}

.sidebar-lang {
    margin: 2rem 0;
    text-align: center;
    font-weight: 600;
}
.sidebar-lang a,
.lang-switcher a{
    color: #444;
    margin: 0 8px;
    text-decoration: none;
    transition: color 0.2s ease;
}
.lang-switcher
{
    color: #ccc;
    font-weight: 600;
}
.lang-switcher a
{
    color: #fff;
}
#header:hover .lang-switcher,
.sticky .lang-switcher
 {
     color: #555;
 }
#header:hover .lang-switcher a,
.sticky .lang-switcher a
{
    color: #222;
}
.sidebar-lang a:hover,
.lang-switcher a:hover {
    color: #006cbd !important;
}

.sidebar-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}
.sidebar-links a {
    text-decoration: none;
    color: #555;
    font-size: 0.95rem;
    transition: color 0.2s ease;
    padding-left: 12px;
}
.sidebar-links a:first-child{
    padding-left: 0;
}
.sidebar-links a:not(:last-child){
    padding-right: 12px;
    border-right: 1px solid #ccc;
}
.sidebar-links a:hover {
    color: #006cbd;
}

/* Sosyal medya */
.sidebar-social {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
}
.sidebar-social a {
    color: #555;
    font-size: 1.3rem;
    transition: color 0.2s ease;
}
.sidebar-social a:hover {
    color: #006cbd;
}

/* CTA */
.sidebar-cta {
    text-align: center;
    margin-top: auto;
}
.sidebar-cta .btn {
    border-radius: 30px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

#header:hover #openSidebar i,
.sticky #openSidebar i
{
    color: #000 !important;
    transition: all .2s ease-in-out;
}
#openSidebar
{
    padding: 16px !important;
    border-radius: 100%;
    border: 2px solid #fff !important;
    width: 60px;
    height: 60px;
    transition: all .2s ease-in-out;
}
#header:hover #openSidebar,
.sticky #openSidebar
{
    border: 2px solid #000 !important;
}
.sticky #openSidebar
{
    padding: 10px !important;
    width: 50px;
    height: 50px;
}

.mobile-menu #logo
{
    width: 170px;
    padding: 25px 0 !important;
}
@media screen and (max-width: 1900px)
{
    #openSidebar {
        padding: 10px !important;
        width: 50px;
        height: 50px;
        margin-left: 12px;
    }
}


.fernasslider, .fernasslider .slide {
    height: 100vh; /* fullscreen */
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.fernasslider .slide:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9)) !important;
    z-index: 2;
}
.fernasslider .slide .slide-content
{
    z-index: 5;
}
.fernasslider .slick-slide>div
{
    width: 100% !important;
    height: 100% !important;
}
.fernasslider .slide {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}


.fernasslider-nav {
    position: absolute;
    bottom: 70px;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.fernasslider-nav-wrap
{
    border-top: 2px solid #009df9;

}
.fernasslider-nav span {
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
    padding: 20px 15px;
    font-weight: 400;
    margin-top: -3px;
    cursor: pointer;
    color: #fff;
    position: relative;
}

.fernasslider-nav span.active {
    border-top: 5px solid #009df9;
    color: #009df9;
}
/* Header */
#header {

    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
}
.menu-active
{
    overflow-y: hidden;
}
.fernas-logo {
    background-color: #006cbd;
    padding: 20px 30px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.menu-btn
{
    position: fixed;
    top: 25px;
    right: 25px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
    font-size: 18px;
    min-width: 60px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 1px;
}


.menu-btn span {
    display: block;
    height: 4px;
    width: 100%;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #bbb;
    box-shadow: 0 2px 3px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}
.menu-btn.active span
{
    border: none;
    box-shadow: none;
}
.menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
}

.menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(10px, -10px);
}
.menu-btn i
{
    display: block;
    font-size: 30px;
}

.foundation-menu-item li a
{
    background: #006cbd;
    color: #fff;
    border: 1px solid #006cbd;
    padding: 8px 35px;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
    font-size: 18px;
    height: 40px;
    cursor: pointer;
    border-radius: 20px;
}/* Language Switcher */
.lang-switcher,
.mobile-lang-switcher {
    position: relative;
    display: inline-block;
    width: fit-content;
}

.lang-switcher.active button,
.mobile-lang-switcher.active button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.lang-switcher button,
.mobile-lang-switcher button {
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    font-weight: 500;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 180px;
    border-radius: 20px;
    padding-left: 15%;
    position: relative;
    transition: background 0.3s;
}

.lang-switcher button .arrow,
.mobile-lang-switcher button .arrow {
    display: inline-block;
    margin-left: 10px;
    padding: 10px 15px;
    width: 50px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: transform 0.2s;
}

.lang-switcher button:before,
.mobile-lang-switcher button:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.lang-switcher.active button:before,
.mobile-lang-switcher.active button:before {
    border-bottom-right-radius: 0;
}

.lang-switcher.active button .arrow,
.mobile-lang-switcher.active button .arrow {
    border-bottom-right-radius: 0;
}

.lang-switcher ul,
.mobile-lang-switcher ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    min-width: 180px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 999;
}

.lang-switcher ul li,
.mobile-lang-switcher ul li {
    padding: 10px 15px !important;
    cursor: pointer;
    color: #333;
    font-size: 15px;
    transition: background 0.2s;
}

.lang-switcher ul li:hover,
.mobile-lang-switcher ul li:hover {
    background-color: #f0f0f0;
}

/* Açık durum */
.lang-switcher.active ul,
.mobile-lang-switcher.active ul {
    display: block;
}

.lang-switcher.active button .arrow,
.mobile-lang-switcher.active button .arrow {
    transform: rotate(180deg);
}

#fullscreenMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 900;
    pointer-events: none;
    clip-path: circle(0% at 100% 0);
    transition: clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    overflow: hidden;
}

#fullscreenMenu.active {
    clip-path: circle(150% at 100% 0);
    pointer-events: auto;
}
#fullscreenMenu nav.menu-items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px;
    opacity: 0;
    position: relative;
    z-index: 2;
    transform: translateX(20px);
    transition: opacity 0.3s 0.1s ease-in-out, transform 0.3s 0.2s ease-in-out;
}

#fullscreenMenu.active nav.menu-items {
    transform: translateX(0);
}

#fullscreenMenu.active nav.menu-items {
    opacity: 1;
}

 .menu-column .menu-item-title{
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 30px;
     padding-bottom: 10px;
     position: relative;
}
.menu-column .menu-item-title:after
{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 120px;
    height: 4px;
    background-color: #006cbd;
}
.menu-column h4 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.menu-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-column ul li {
    margin-bottom: 10px;
    display: flex;
}

.menu-column ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    margin-left: 30px;
    transition:  color 0.3s, margin-left 0.3s 0.2s ease-in-out;
}

#fullscreenMenu.active .menu-column ul li a {
    margin-left: 0px;
}
.menu-column ul li a:hover,
.menu-column .menu-item-title>a:hover {
    color: #0075bf !important;
}

/* Responsive: mobilde sütunlar alt alta */
@media (max-width: 991px) {
    #fullscreenMenu nav.menu-items {
        flex-direction: column;
        align-items: center !important;
        gap: 30px;
    }

    .menu-column .menu-item-title {
        border-left: none;
        margin: 12px 0  !important;
        font-size: 20px;
        font-weight: 900;
        position: relative;
    }

   /* .menu-column .menu-item-title:before
    {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 3px;
        width: 40px;
        background-color: #006cbd;
    }*/
    .menu-column ul li a{
        font-size: 16px;
    }
    #fullscreenMenu nav.menu-items
    {
        padding: 0 0 100px;
        overflow-y: auto;
        height: 100vh;
        width: 100% !important;
        /*margin: 0 !important;
        max-width: unset !important;*/
        justify-content: start !important;
    }
   /* .menu-column
    {
        display: flex
    ;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }*/
    #fullscreenMenu nav.menu-items::-webkit-scrollbar
    {
        width: 16px;
    }

    #fullscreenMenu nav.menu-items::-webkit-scrollbar-thumb {
        background-color: #006cbd;
        /* border-radius: 12px; */
        border: 3px solid #000;
    }


    #fullscreenMenu nav.menu-items::-webkit-scrollbar-track{
        background-color: #000;
    }
    #fullscreenMenu
    {
        padding-top: 250px;
    }

}


.home-content
{
    color:  #525252;
}
.home-content h1
{
    font-size: 40px;
    font-weight: 900;

}
.home-content p
{
    color:  #666;
    font-size: 20px;
    line-height: 1.8;
}

.st-item
{
    border-left: 5px solid #0075bf;
    padding: 20px 30px;

}
.st-title
{
    font-size: 40px;
    color: #555;
    font-weight: 900;
    margin-bottom: 12px;
}
.st-desc
{
    font-size: 25px;
    color: #999;
}

.foundation-section
{
    background-color:  #111;
    padding: 50px 0;
}


.foundation-section  .title {
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
}


.foundation-section p {
    color: #999;
    line-height: 1.7;
    font-size: 20px;
}
.vakif-slider .slick-slide {
    padding: 0 15px;
    box-sizing: border-box;
}

.vakif-slider .card {
    margin: 0;
}
.vakif-slider .card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: none;
    background-color:  #111;
}

.vakif-slider .card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

.vakif-slider .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    line-height: 1.5;
    padding: 15px;
    color: #ccc;
}

.vakif-slider .card-content p
{
    font-size: 15px;

}
.vakif-slider .card-content h3 {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
.vakif-slider .slick-slide {
    opacity: 0.4;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.vakif-slider .slick-center {
    opacity: 1 !important;
    transform: scale(1);
}
.vakif-slider .slick-next:before,
.vakif-slider .slick-prev:before
{
    font-size: 50px;
}
.vakif-slider .slick-next,
.vakif-slider .slick-prev
{
    width: 50px;
    height: 50px;
}

/*.sticky .fernas-logo,
.sticky .foundation-menu-item,
.sticky .lang-switcher
{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s ease-in-out;
}
.fullscreen-active .fernas-logo,
.fullscreen-active .foundation-menu-item,
.fullscreen-active .lang-switcher
{
    opacity: 1;
    visibility: visible;
}*/

@media screen and (max-width: 1400px)
{
    .footer-top-title
    {
        font-size: 25px;
    }
    .fernasslider-nav span
    {
        padding: 20px 10px;
        font-size: 16px;

    }

    .footer-title {
        font-size: 18px;
    }
    .footer ul li a {
        font-size: 14px;
    }

}

@media screen and (max-width: 1200px)
{

    .fernasslider-nav span
    {
        padding: 20px 5px;
        margin: 0 10px;
        letter-spacing: 0;

    }
    .home-content h1,
    .foundation-section .title{
        font-size: 40px;
    }
    .slider-buttons .button-typex
    {
        padding: 15px 25px;
    }

}
    @media screen and (max-width: 991px) {

        .foundation-menu-item li a {
            font-size: 16px;
        }
        .st-item:first-child
        {
            margin-top: 20px;
        }
        .foundation-section p
        {
            font-size: 13px;
        }
        .footer-top-right:before
        {
            display: none;
        }
        .footer>.container>.row>div>.row>div.footer-top-right
        {
            padding: 20px !important;
            padding-top: 20px !important;
            padding-bottom: 20px !important;
        }
        .footer-top-title {
            font-size: 16px;
        }
        .fernas-logo img
        {
            width: 100px !important;
        }
        .home-content h1, .foundation-section .title {
            font-size: 30px;
        }
        .st-item
        {
            margin: 0 12px;
            padding: 10px 30px;
        }
        .fernasslider-nav span {
            font-size: 15px;
            margin: 0 5px;
        }
        /*.menu-column .menu-item-title
        {
            padding-bottom: 0;
            cursor: pointer;
            text-align: center;
        }
        .menu-column .menu-item-title:after
        {
            display: none;
        }*/
        .menu-column ul li {
            padding: 0;
            margin-bottom: 0;
        }
        .menu-column ul li a
        {
            padding: 5px 0;
        }
        .st-title {
            font-size: 25px;
        }
        .st-desc {
            font-size: 20px;
        }
    }
@media screen and (max-width: 768px) {
    .menu-btn
    {
        width: 35px;
        min-width: 35px;
        top: 18px;
    }
    .foundation-menu-item
    {
        display: none !important;
    }
    .menu-btn,
    .lang-switcher button
    {
        font-size: 13px;
    }
    .fernasslider-nav span {
        padding: 15px 5px;
        font-size: 13px;
        margin-top: -3px !important;
    }

    .menu-column .menu-item-title
    {
        font-size: 17px;
    }

    .menu-column ul li a{
        font-size: 14px;
    }
    .button-typex,
    .button-typey
    {
        padding: 20px 35px;
        font-size: 18px;
    }
}


/*PAGES*/

.page-header
{
    background-image: url("../images/services.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 90%;
    user-select: none;
}
.page-header:before
{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)) !important;
    z-index: 2;
    width: 100%;
    height: 70vh;
}
.page-header .wrapper
{
    height: 70vh;
    z-index: 7;
    position: relative;
}
.page-title
{
    color: #fff;
    font-size: 65px;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
    width: 100%;
    text-align: start;
    padding-left: 20px;
    border-left: 10px solid #006cbd;
    text-shadow: 1px 1px 3px #333;
}

.breadcrumb ul
{
    padding: 7px 25px;
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 12px;
}
.breadcrumb-item,
.breadcrumb-last-item {
    display: inline
}

.breadcrumb-item a,
.breadcrumb-last-item {
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.breadcrumb-item span:after {
    content: "";
    border: solid #eee;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    margin: 0 10px;
    top: -1px;
    position: relative;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.services-bar
{
    background-color: #006cbd;
}
.services-bar ul
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.services-bar ul li
{
    flex: 1;
}
.services-bar ul li a
{
    display: block;
    width: 100%;
    text-align: center;
    padding: 40px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    transition: all .2s ease-in-out;
}
.services-bar ul li a:hover,
.services-bar ul li a.active
{
    background-color: #008be4;
}
.solutions-list {
    list-style: none;
    padding: 0;
}

.solutions-list li {
    margin: 12px 0;
    padding-left: 20px;
    position: relative;
    font-weight: 500;
}

.solutions-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #006cbd;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.solutions,
.services,
.values
{
    font-size: 20px;
    line-height: 1.6;
    color: #555;
}

.solutions h2,
.services h2,
.values h3
{
    font-size: 40px;
    font-weight: 600;
    color: #444;
}
.service-box {
    background: transparent;
    border-radius: 0;
    padding: 40px 0;
}
.service-box h3 {
    padding-top: 20px;
    width: fit-content;
    border-top: 4px solid #008be4;
}

.value-box {
    border-radius: 10px;
    background: #fff;
}

.projects
{
    background-color: #f1f1f1;
}
.project-card {
    background-color: #f9f9f9;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.2s;
    padding-top: 20px;
    border-top: 4px solid #008be4;
}

.project-card img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    padding: 10px;
}

.project-card p
{
    font-size: 17px;
    line-height: 1.5;
    color: #444;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 128px;
}

.project-card  .btn {
    display: inline-block;
    margin-top: 1rem;
    background-color: #006cbd;
    color: white!important;
    font-size: 17px;
    padding: .7rem 1rem;
    border-radius: 4px;
    text-decoration: none;
    transition: all .2s ease-in-out
}

.project-card  .btn:hover {
    background-color: #000
}

@media screen and (max-width: 1400px) {
    .solutions h2, .services h2, .values h3 {
        font-size: 30px;
        font-weight: 600;
        color: #444;
    }
    .solutions, .services, .values {
        font-size: 18px;
    }
    .services-bar ul li a {
        padding: 40px 5px;
    }
    .service-box h3
    {
        font-size: 20px;
    }
    .project-card p {
        font-size: 14px;
        line-height: 1.5;
        color: #444;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 126px;
    }
    .nnv-section .nnv-content p {
        font-size: 15px;
    }
    .nnv-section .nnv-content h3 {
        font-size: 35px;
    }
    .nnv-content
    {
        gap: 0 !important;
    }
    .button-typez {
        padding: 8px 24px;
        margin-top: 5px !important;
    }
}

@media screen and (max-width: 1200px) {
    .services-bar ul li a
    {
        font-size: 16px;
    }
    .values .head .title {
        font-size: 2rem;
    }
    .slide-content h2 {
        font-size: 20px;
    }
    .slide-content p {
        padding-left: 0;
        position: relative;
        font-size: 16px;
    }

    .slide-content
    {
        top: 60%;
    }

    .slide-desc,
    .fernasslider-nav
    {
        display: none;
    }
}


@media screen and (max-width: 991px) {
    .services-bar ul li a,
    .project-card .btn
    {
        font-size: 13px;
    }
    .page-title {
        font-size: 45px;
    }
    .page-header .wrapper,
    .page-header:before{
        height: 50vh;
    }
    .project-card img {
        height: 100px;
    }
    .solutions, .services, .values {
        font-size: 16px;
    }
    .services-bar ul {
        justify-content: start;
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
    }
    .services-bar ul::-webkit-scrollbar
    {
        width: 12px;
        height: 10px;
    }

    .services-bar ul::-webkit-scrollbar-thumb {
        background-color: #006cbd;
        /* border-radius: 12px; */
        border: 2px solid #fff;
    }


    .services-bar ul::-webkit-scrollbar-track{
        background-color: #fff;
    }
    .services-bar ul li a
    {
        padding: 15px 20px;
        margin: 5px 0;
        border-right: 1px solid;
        border-image: linear-gradient(to bottom, transparent, #eee, transparent) 1;
    }

}

@media screen and (max-width: 991px) {
    .services-bar ul li a,
    .project-card .btn
    {
        font-size: 13px;
    }
    .page-title {
        font-size: 45px;
    }
    .page-header .wrapper,
    .page-header:before{
        height: 50vh;
    }
    .project-card img {
        height: 100px;
    }
    .solutions, .services, .values {
        font-size: 16px;
    }
    .project-card img {
        width: 300px;
    }
}

@media screen and (max-width: 768px) {

    .page-title {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .project-card p {
        font-size: 14px;
        -webkit-line-clamp: 4;
        height: unset;
    }
    .services-bar ul li a:hover, .services-bar ul li a.active {
        background-color: #006cbd;
    }
    .solutions h2, .services h2, .values h3 {
        font-size: 25px;
    }
    .service-box {
        padding: 15px 0;
    }
    .project-card img {
        width: 200px;
    }
    .fernas-logo {
        background-color: #006cbd;
        padding: 25px 40px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .fernas-logo img {
        width: 140px !important;
    }

    .mobile-lang-switcher ul
    {
        padding: 0;
        min-width: 130px;
    }
    .mobile-lang-switcher button .arrow {
        padding: 7px 15px;
    }
    .mobile-lang-switcher button
    {
        min-width: 130px;
        font-size: 14px;
    }

}