/* START GENERAL */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #54565a;
}

::-webkit-scrollbar-thumb {
    background-color: #00ae42;
    border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #00c34f;
}
.fnp_header_container{
    padding-left: 100px!important;
    padding-right: 100px!important;
}

a:hover{
    color:#00ae42;
}
.theme-demos{
    display: none!important;
}

.theme-demos_ .demo-button-wrapper {
    width: auto;
    white-space: nowrap;
    position: absolute;
    right:52px;
    bottom: 50%;
    cursor: pointer;
    z-index: 10;
    -webkit-transform: rotate(90deg) translateY(-100%);
    -ms-transform: rotate(90deg) translateY(-100%);
    transform: rotate(90deg) translateY(-100%);
    -webkit-transform-origin: 100% 0 0;
    -ms-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    display: flex;
    transition: .3s ease-in-out;
}

.theme-demos_ .demo-button-wrapper:hover{
    bottom:52%;
}

.theme-demos_ .buy-theme {
    text-align: center;
    background-color: #00ae42;
    position: relative;
    z-index: 1;
    padding: 12px 15px;
    border-right: 1px solid #00ae42;
    margin:auto;

}

.theme-demos_ .buy-theme i{
    transform: rotate(90deg);
    font-size: 22px;
}

.theme-demos_ .all-demo_ {
    background-color: #54565a;
}

.theme-demos_ .all-demo_ a, .theme-demos .buy-theme a {
    color: var(--dark-gray);
    font-size: 11px;
    padding: 15px;
    display: block;
    font-weight: 500;
}

.theme-demos_ .all-demo_ .theme-wrapper {
    padding: 0 9px;
    position: relative;
    top: 0;
    opacity: 1;
    transition-delay: .3s;
    line-height: 0;
}

.theme-demos_ .all-demo_ .theme-wrapper>div {
    display: inline-block;
    vertical-align: middle;
    color: var(--white);
    font-size: 14px;
    text-transform: uppercase;
    line-height: 21px;
}

.theme-demos_ {
    /*width: 100%;*/
    /*height: 100%;*/
    /*min-height: 100%;*/
    position: fixed;
    top: 50%;
    left: 100%;
    -webkit-transition: all .5s cubic-bezier(.77,0,.175,1);
    transition: all .5s cubic-bezier(.77,0,.175,1);
    z-index: 99;
}
.scroll-progress.visible{
    display: none!important;
}
.fnp_title{
    font-size: 3.438rem;
    line-height: 3.438rem;
    margin-bottom: 20px
}

/* END GENERAL */

/* START HEADER */
header .navbar-brand img{
    max-height: 110px!important;
}
header .navbar-brand{
    padding: 0 15px 0 0!important;
}
header .navbar{
    padding: 45px 0 30px!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.logo_border{
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar>.container-fluid{
    justify-content: start;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu{
    border-radius: 0;
}
.language .dropdown-menu{
    padding: 0!important;
}
.language .dropdown-menu li a{
    font-size: 16px;
    color: var(--dark-gray);
    font-weight: 600;
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
    padding: 17px 20px;
}
.language .dropdown-menu li a:hover {
    background-color: #00ae42;
    color: #fff;
}
.language.navbar-nav .nav-link{
    padding: 0!important;
}
.language.navbar-nav .nav-link i {
    font-size: 16px;
    margin-left: 5px;
}
.dropdown-toggle::after{
    display: none;
}
.dropdown-toggle{
    margin-left: 5px;
    font-size: 16px;
}
header.sticky .navbar{
    padding:5px 0!important;
}
header.sticky .navbar-brand{
    padding: 20px 0!important;
}
header.sticky .logo_border{
    border-right: none;
}
header.sticky .language img{
    filter: invert(1);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu{
    width: max-content;
    min-width: 300px;
}
.navbar .navbar-nav .dropdown .dropdown-menu li:last-child > a{
    padding-bottom: 17px;
    padding-left: 20px;
}
.navbar .navbar-nav .dropdown .dropdown-menu li a:hover{
    padding-left: 20px;
    color: #fff!important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover, .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active:hover > a{
    background-color: #00ae42;
}
/* END HEADER */

/* START FOOTER */
footer{
    padding: 30px 0 15px;
}
.footer_middle{
    padding: 50px 0;
}
.footer_menu li {
    line-height: 2;
    list-style: none;
}
.footer_menu li:before {
    content: '\f105'; /* Font Awesome ikonu için Unicode */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 8px; /* İkon ile metin arasına boşluk */
}

.footer_menu li a {
    font-weight: 600;
}
footer a {
    color: #efefef;
    transition: .3s ease-in;
}
footer a:hover {
    color: #efefef;
    text-decoration: underline;
}
.footer_title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.footer_social {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 25px;
}
.footer_social li a {
    border: 1px solid #efefef;
    padding: 10px 12px;
    border-radius: 50%;
}
.footer_title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.footer_contact {
    font-size: 16px;
    font-weight: 600;
}
.footer_contact li {
    list-style: none;
    line-height: 1.8;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.footer_orta{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.line-2 {
    height: 1px;
    width: 100%;
    background: #efefef;
    margin: 10px auto;
}
/* END FOOTER */

/* START SLIDER VIDEO AREA */
.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.video-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    pointer-events: none;
    z-index: 1;
}
.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    pointer-events: none;
}
.video-caption {
    position: absolute;
    bottom: 5%;
    left: 0;
    color: #ffffff;
    text-align: center;
    z-index: 2;
    padding-left: 110px;
    padding-right: 110px;
    width: 100%;
}
.video-caption .title {
    font-size: 4rem;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    text-align: start;
}
.video-caption p {
    font-size: 1rem;
    margin: 0;
    opacity: 0.8;
}
.home_social{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}

.home_social li{
    margin-right: 20px;
}
.home_social li:last-child{
    margin-right: 0;
}
.home_social li a{
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.home_social li a:hover{
    color: #00ae42;
}

.center {
    position: relative;
    left: 75%;
}

.down {
    position: relative;
    width: 25px;
    height: 40px;
    border-radius: 25px;
    background: transparent;
    border: 2px solid #fff;
    overflow: hidden;
}

.down:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    top: 10px;
    transform: translate(-50%, 0);
    animation: animate 1s linear infinite;
}

.down:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 7.5px;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    top: 5px;
    transform: translate(-50%, 0);
    border-radius: 3px;
}

@keyframes animate {
    0% {
        transform: translate(-50%, 0px);
        opacity: 0;
    }
    50% {
        transform: translate(-50%, 40px);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, 80px);
        opacity: 0;
    }
}
/* END SLIDER VIDEO AREA */

/* START ABOUT US AREA */
.feature-box.feature-box-left-icon-middle{
    background-color: #00ae42;
}
/* START ABOUT US AREA */

/* START SERVICES AREA */
.services_content {
    position: relative;
    margin-bottom: 110px;
}
.services_content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("/files/services_bg.jpg") fixed center/cover;
    z-index: -1;
}
.services_content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(235, 243, 237, 0.6), rgba(235, 243, 237, 0.6));
    z-index: -1;
}
.services_content .gallery-image {
    position: relative;
}
.services_content .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(84, 86, 90, 0.6);
    color: white;
    transition: transform 0.3s ease;
    padding: 20px;
    transform: translateY(130px);
}
.services_content .title {
    margin: 0;
    font-size: 24px;
    padding: 10px 0 0;
    font-weight: 600;
    transition: transform 0.3s ease;
}
.services_content .description {
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services_content .gallery-image:hover .overlay {
    transform: translateY(0);
    background-color: rgba(84, 86, 90, 0.9);
}
.services_content .gallery-image:hover .title {
    transform: translateY(-10px);
}
.services_content .gallery-image:hover .description {
    opacity: 1;
}
.services_content .overlay .title {
    transform: translateY(0);
}
/* END SERVICES AREA */

/* START PARALLAX AREA */
.animated-section {
    height: 450px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0;
    margin: 0 0 110px;
}

.animated-section .content {
    position: relative;
    color: #fff;
    font-size: 2rem;
    transition: opacity 0.6s ease, transform 0.6s ease;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.animated-section .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/files/greenhouse.png');
    background-size: cover;
    background-position: center;
    transition: all 1s ease;
    transform: scale(1);
    z-index: -1;
}

.animated-section .content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.75);
    z-index: 0;
    transition: 2s ease;
}

.animated-section.active .content::after{
    background-color: rgba(0,0,0,0.25);
}

.animated-section.active .content::before {
    transform: scale(1.1);
}

.animated-section .content .title {
    position: relative;
    color: #fff;
    z-index: 2;
    font-size: 42px;
    text-align: center;
    opacity: 0;
    filter: blur(5px);
    transition: 1s ease;
    font-weight: 700;
}
.animated-section.active .content .title{
    opacity: 1;
    filter: blur(0);
}
/* END PARALLAX AREA */

/* START NEWS AREA */
.fnp_news img{
    border: 5px solid #2cb550;
}
.fnp_news {
    border-bottom: 1px solid #b9b5b5;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.fnp_news .detail{
    display: inline-block;
    padding-top: 25px;
}
.fnp_news_title {
    font-size: 24px;
    font-weight: 800 !important;
}

.emt-40 {
    margin-top: 40px;
}

.blog_tarih {
    font-size: 14px;
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1500px !important;
    }
}
/* END NEWS AREA */

/* START BANNER */
.banner .title{
    font-size: 54px;
    margin-bottom: 10px;
    line-height: 1;
}
/* END BANNER */

/* START CONTENT PAGE */
.contact_card{
    position: relative;
    padding: 35px 45px 45px;
    border-radius: 3px;
    margin-bottom: 20px;
    /* position: sticky; */
    /* top: 300px; */
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    color: #fff;
    overflow: hidden;
    z-index: 0;
    background-color: #f7f7f7;
}
.contact_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/files/contact.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.contact_card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(84, 86, 90, 0.50);
    z-index: 2;
}
.contact_card .yan_card_title {
    font-size: 18px;
    color: #fff;
    word-spacing: 2px;
    position: relative;
    z-index: 3;
    margin-bottom: 15px;
}
.contact_card ul{
    position: relative;
    z-index: 3;
    padding-left: 0;
}
.contact_card ul li{
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
.contact_card ul li a {
    padding: 10px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
}
.contact_card ul li a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
}
.content_page .title{
    color: #1f2220;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}
.left_menus li.active a{
    color: #00ae42;
}
.left_menus li.active i{
    color: #00ae42;
}
.left_menus li a:hover{
    color: #1f2220;
}
.btn_carousel {
    display: flex;
    gap: 10px;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.btn_carousel .btn {
    background-color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_carousel .btn i {
    font-size: 22px;
    transition: 0.3s ease-in-out;
}
/* END CONTENT PAGE */

/* START TEAM CONTENT */
.team-style-05 .team-content{
    opacity: 1;
    background:linear-gradient(to top, rgba(0, 174, 66, 0.5) 1%, transparent 100%);
}
.team-style-05 .social-icon a{
    opacity: 1;
    transform: translateY(0);
    font-size: 24px;
}
.team-style-05 .title{
    font-weight: 700;
}
/* END TEAM CONTENT */

/* START CONTACT PAGE */
.cover-background iframe{
    height: 100%;
}

.iframe_out{
    height: 285px;
}

.contact_page .title{
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}
.sozlesme input{
    width: max-content;
}
/* END CONTACT PAGE */

/* START BLOG DETAIL */
.blog_detail_page h3{
    font-size: 24px;
    color: #1f2220;
}
.blog_detail_page .image{
    margin-top: 40px;
}
.left_menus ul li .menu-item {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between icon and title */
    text-decoration: none;
}

.left_menus ul li .menu-icon {
    width: 100px; /* Adjust width as needed */
    height: 100px;
    object-fit: cover;
}
/* END BLOG DETAIL PAGE*/

/* START SERVICES PAGE */
.services_page .detail {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* END SERVICES PAGE */

/* START SERVICES DETAIL PAGE */
.services_detail_page .btn_carousel{
    justify-content: flex-end;
    margin-bottom: 40px;
}

.services_detail_page h1.title{
    font-size: 42px;
    font-weight: 700;
    color: #1f2220;
}
.services_detail_page .detail{
    margin: 40px 0;
}

.services_detail_page .image img{
    width: 100%;
    object-fit: cover;
}
.services_detail_page .image{
    position: relative;
}
.services_detail_page .image a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.services_detail_page .image a .play{
    width: 50px;
    height: 50px;
    transition: .3s ease-in;
    position: relative;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 0 0 rgba(255, 0, 0, 0.6);
    animation: pulse 1.5s infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 174, 66, 0.6);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(0, 174, 66, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 174, 66, 0);
    }
}
.services_detail_page .image a:hover .play{
    transform: scale(1.2);
}

.services_detail_page .left_menus{
    position: static;
}
/* END SERVICES DETAIL PAGE */

/* START PROJECT PAGE */
.project_page{
    padding-bottom: 0;
}
.project_page .title{
    font-size: 18px;
    font-weight: 600;
    color: #54565a;
}
.project_page .title:hover{
    color: #00ae42;
}
.project_page .grid-item{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/* END PROJECT PAGE */

/* START PROJECT DETAIL PAGE */
.project_detail_page h1.title{
    text-align: center;
    color: #1f2220;
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 40px;
}
.project_detail_page .alt_title{
    color: #1f2220;
    font-size: 24px;
    font-weight: 800;
}
.project_detail_page ul.project_detail_list{
    margin: 40px 0;
    padding-left: 20px;
}
.project_detail_page ul.project_detail_list li span{
    color: #1f2220;
    font-size: 20px;
    font-weight: 700;
}
.project_detail_page ul.project_detail_list li{
    color: #54565a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    list-style-type: circle;
}
.project_detail_page .detail{
    margin: 40px 0;
}
.tab-container {
    margin-top: 45px;
}

.tab-list {
    display: flex;
    border-bottom: 1px solid #5456;
    padding: 0;
    margin: 0 0 10px 0;
}

.tab {
    list-style-type: none!important;
    padding: 10px 20px;
    cursor: pointer;
    color: #5456;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.tab.active {
    color: white;
    background-color: #00ae42;
    border-radius: 5px 5px 0 0;
}
.tab:hover{
    color: #1f2220;
}

.tab.active:hover{
    color: white;
}

.tab-content {
    /*color: #1f2220;*/
    padding: 20px 0;
}
.tab-content h3{
    font-size: 24px;
    font-weight: 600;
}
.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}
/* END PROJECT DETAIL PAGE */
/* START PROJECT SECTION */
.project_section{
    padding-top: 0!important;
}
.project_box_shadow{
    box-shadow: rgba(84, 86, 90, 0.48) 6px 2px 16px 0px, rgba(84, 86, 90, 0.8) -6px -2px 16px 0px;
}

.project_box_shadow .spot {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* END PROJECT SECTION */

/* MCM PAGE START */
.mcm-ul{
    width: 80%;
    padding: 0;
    margin: 0;
}
.mcm-ul .first{
    color: #336ab1;
    font-size: 26px;
    font-weight: 700;
}
.mcm-ul li {
    color: #222222;
    margin: 10px 0;
}
/* MCM PAGE END */

/* KATALOG START */
.catalog-tab {
    background-color: #fff;
    border: 1px solid #00ae42;
    color: #00ae42;
    margin: 0 5px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.catalog-tab.active,
.catalog-tab:hover{
    border: 1px solid #00ae42;
    background-color: #00ae42;
    color: #fff;
}
.catalog-tab-content {
    margin-top: 30px;
}
.catalog_page .custom-card {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    text-align: center;
    padding-bottom: 15px;
    border: none;
}
.catalog_page .custom-card img {
    width: 100%;
    height: auto;
    display: block;
}
.catalog_page .catalog-title {
    font-size: 24px;
    font-weight: 600;
    padding: 10px 15px 0;
    color: #333;
    margin-bottom: 0;
}
.catalog_page .custom-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
/* KATALOG END */

.hakkimizda_alt .col:last-child{
    border-right: none!important;
}
.mcm_page .carousel.slide{
    width: 350px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a i, .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i{
    font-size: 16px;
    width: 16px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu .nav-item .dropdown-menu{
    left: auto;
    right: -100%;
    top: 50%;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02.open .dropdown-menu:hover{
    overflow: visible;
}
.animated-section.active .btn.btn-hover-animation-switch.btn-link{
    position: relative;
    z-index: 2;
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 13px 20px;
}
.submenu-third {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    min-width: 300px;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    padding: 0;
}
.nav-item:hover > .submenu-third {
    display: block;
}
.mcm_page .float-start{
    margin-right: 25px;
}

.mcm_page ul{
    padding-left: 0;
    color:#1f2220;
}