* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    max-height: 100vh;
}

.container_fnp {
    padding: 0 200px 0 100px;
}

.container-fnp {
    padding: 0 80px;
}

a {
    text-decoration: none;
}

/* FONT FAMILY */
@font-face {
    font-family: 'Bunken Tech Sans Pro';
    src: url('/t/intensis/assets/fonts/BunkenTechSansPro-Bold.eot');
    src: local('Bunken Tech Sans Pro Bold'), local('BunkenTechSansPro-Bold'),
    url('/t/intensis/assets/fonts/BunkenTechSansPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('/t/intensis/assets/fonts/BunkenTechSansPro-Bold.woff2') format('woff2'),
    url('/t/intensis/assets/fonts/BunkenTechSansPro-Bold.woff') format('woff'),
    url('/t/intensis/assets/fonts/BunkenTechSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bunken Tech Sans Pro Book';
    src: url('/t/intensis/assets/fonts/BunkenTechSansPro-Book.eot');
    src: local('Bunken Tech Sans Pro Book'), local('BunkenTechSansPro-Book'),
    url('/t/intensis/assets/fonts/BunkenTechSansPro-Book.eot?#iefix') format('embedded-opentype'),
    url('/t/intensis/assets/fonts/BunkenTechSansPro-Book.woff2') format('woff2'),
    url('/t/intensis/assets/fonts//BunkenTechSansPro-Book.woff') format('woff'),
    url('/t/intensis/assets/fonts//BunkenTechSansPro-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bunken Tech Sans Pro Med';
    src: url('/t/intensis/assets/fonts//BunkenTechSansPro-Med.eot');
    src: local('Bunken Tech Sans Pro Med'), local('BunkenTechSansPro-Med'),
    url('/t/intensis/assets/fonts//BunkenTechSansPro-Med.eot?#iefix') format('embedded-opentype'),
    url('/t/intensis/assets/fonts//BunkenTechSansPro-Med.woff2') format('woff2'),
    url('/t/intensis/assets/fonts//BunkenTechSansPro-Med.woff') format('woff'),
    url('/t/intensis/assets/fonts//BunkenTechSansPro-Med.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Bunken Tech Sans Pro ExBd';
    src: url('/t/intensis/assets/fonts//BunkenTechSansPro-ExBd.eot');
    src: local('Bunken Tech Sans Pro ExBd'), local('BunkenTechSansPro-ExBd'),
    url('/t/intensis/assets/fonts//BunkenTechSansPro-ExBd.eot?#iefix') format('embedded-opentype'),
    url('/t/intensis/assets/fonts//BunkenTechSansPro-ExBd.woff2') format('woff2'),
    url('/t/intensis/assets/fonts//BunkenTechSansPro-ExBd.woff') format('woff'),
    url('/t/intensis/assets/fonts//BunkenTechSansPro-ExBd.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Bunken Tech Sans Pro Ligh';
    src: url('/t/intensis/assets/fonts/BunkenTechSansPro-Light.eot');
    src: local('Bunken Tech Sans Pro Light'), local('BunkenTechSansPro-Light'),
    url('/t/intensis/assets/fonts//BunkenTechSansPro-Light.eot?#iefix') format('embedded-opentype'),
    url('/t/intensis/assets/fonts//BunkenTechSansPro-Light.woff2') format('woff2'),
    url('/t/intensis/assets/fonts//BunkenTechSansPro-Light.woff') format('woff'),
    url('/t/intensis/assets/fonts//BunkenTechSansPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
/* FONT FAMILY */

/* HEADER SECTION */
.header-intensis {
    height: 100px;
    background-color: transparent;
}

.header-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    z-index: 1;
}

.header-hidden {
    top: -250px!important;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.tr-icon {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border: 0 solid;
    border-radius: 50%;
}

.upper-lang {
    height: 60px;
    max-width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 15px;
}

.box-blog {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.upper-lang > .box {
    margin: 1rem 0;
    padding: 0 1rem;
    color: #fff;
    text-decoration: none;
}

.box-lang {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

header {

}

.header-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sliding-menu.change {
    right: 0;
}

.close-btn {
    position: absolute;
    right: 4%;
    top: 7%;
    background: none;
    border: none;
    font-size: 60px;
    color: #000;
}

.sliding-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    transition: top 0.5s ease;
    z-index: 9999;
}

.sliding-menu.change {
    top: 0;
}

.custom-close-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #000;
}

.custom-close-btn .close-line {
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #fff;
    transition: 0.4s;
}

.custom-close-btn .close-line:first-child {
    transform: rotate(45deg);
}

.custom-close-btn .close-line:last-child {
    transform: rotate(-45deg);
}

.toggle-btn-intensis {
    display: inline-block;
    cursor: pointer;
    z-index: 10000;
    margin-left: 50px;
}

.toggle-bar1, .toggle-bar2, .toggle-bar3 {
    width: 35px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    border-radius: 2px;
    transition: 0.4s;
}

.change .toggle-bar1 {
    transform: translate(0, 9px) rotate(-45deg);
    background-color: #000;
}

.change .toggle-bar2 {
    opacity: 0;
}

.change .toggle-bar3 {
    transform: translate(0, -9px) rotate(45deg);
    background-color: #000;
}

.ToggleMenuInfoItems li,
.TogglerMenuItems li {
    list-style: none;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 10px;
    position: relative;
    max-width: max-content;
}

.ToggleMenuInfoItems li a{
 color: #5e5e5e;
    text-transform: uppercase;
}

.ToggleMenuInfoItems li a:hover{
    color: #181818;

}

.ToggleMenuInfoItems {
    margin-top: 1rem;
}

.TogglerMenuItems li a {
    text-decoration: none;
    color: #313131;
}

.header-content {
    position: fixed;
    width: 100%;
    top: -100px;
    z-index: 999;
    transition: top 0.3s ease-in-out;
    background-color: #FFFFFF;
    border-bottom: 1px solid #bdd767;
    padding: 30px 0;
}

.sticky_link {
    color: #bdd767!important;
    transition: .3s ease-in-out;
    font-weight: 500!important;
}

.sticky_link:hover {
    color: #5e5e5e!important;
}

.header-content-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-visible {
    top: 0;
}

.link {
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.bottom-menu-items ul li:last-child a {
    padding-right: 0;
}

.t_menu_border{
    display: inline-block;
    border-bottom: 1px solid #bdd767;
    padding-bottom: 20px;
}
/* Ana menü stil */
.nav.nav-pills {
    position: relative;
}

.second_sub {
    background-color: #fff;
    list-style-type: none;
    margin-left: 0;
    padding: 20px;
    display: none;
    position: absolute;
    top: 100%;
    left: 10%;
    z-index: 1000;
}

.second_sub li {
    padding: 10px 0;
    text-align: start;
}

.second_sub li a {
    color: #bdd767;
    padding: 0 10px;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.second_sub li a:hover{
    color: #5e5e5e;
}

.nav-item:hover .second_sub {
    display: block;
}

.nav-item > a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
}

.has_submenu .second_sub{
    border: 1px solid #bdd766;
}
    /* END HEADER SECTION */

/* <-- SLIDER SECTION --> */
.slider {
    width: 100%;
    margin: auto;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slider-content {
    max-height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-img {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.slider-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.slider-camera {
    position: absolute;
    z-index: 1;
    max-width: 100%;
    max-height: 50vh;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
}

.slider-title .slider-spot,
.slider-title-ref .slider-spot {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-shadow: none;
    left: 0;
    padding: 0;
}

.slider-title {
    font-size: 64px !important;
    font-family: "Bunken Tech Sans Pro", sans-serif;
}


.slider-spot {
    font-size: 19px;
    color: #FFFFFF;
    font-family: 'Lato', "Segoe UI";

}

.slider-spot-name {
    font-family: 'Lato', "Segoe UI";
    font-size: 22px;
    color: #FFFFFF;
    margin: 10px 0;
}

.button-kesfet {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    width: 178px;
    height: 56px;
    font-size: 16px;
    color: #fff;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
    overflow: hidden;
}

.button-kesfet img {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    transition: opacity 0.3s ease-in-out;
}

.button-kesfet .svg-icon {
    fill: #bfd966;
}

.button-kesfet span {
    display: none;
    transition: display 0.3s ease;
}

.button-kesfet:hover {
    background-color: #bfd966;
}

.button-kesfet:hover span {
    display: inline-block;
    opacity: 1;
}

.button-kesfet:hover img {
    display: none;
}

.social-media-col {
    position: absolute;
    left: 0;
    bottom: 0;
    min-height: 25%;
    display: flex;
    align-items: end;
    z-index: 9;
}

.social-media li a {
    text-decoration: none;
    color: #fff;
    padding: 0;
}

.slider .slick-dots {
    display: flex;
    bottom: 0;
    top: 50%;
    left: 5%;
    width: auto;
    flex-direction: column;
}

.slider .slick-dots li button::before {
    width: 30px;
    background-color: #d0cbc7;
}

.slider .slick-dots li.slick-active button:before {
    opacity: 1;
    content: " ";
    color: #000;
    background-color: #fff;
    width: 30px;
    height: 3px;
    border-radius: 0;
}

.slider .slick-dots li button::before {
    width: 6px;
    background-color: #fff;
    height: 6px;
    border-radius: 50%;
    opacity: 1;
    content: " ";
}

/* ABOUT US AREA */
.about_right {
    padding: 0;
    height: 480px;
    position: relative;
}

.about_left {
    background-color: #bdd767;
    padding: 70px 160px 50px 100px;
}

.about_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.play-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: invert(1);
    width: 60px;
    transition: .3s ease-in-out;
}

.play-icon:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

.about_sub_title {
    font-family: "Bunken Tech Sans Pro Ligh";
    font-size: 36px;
    font-weight: 300;
    color: #FFFFFF;
}

.about_sub_title span {
    font-family: "Bunken Tech Sans Pro ExBd";
    font-size: 52px;
    font-weight: 700;
    display: block;
}

.about_title {
    font-size: 22px;
    color: rgba(255, 254, 254, 0.7);
}

.about_detail {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Lato', "Segoe UI";
}

.about_btn {
    margin: 10px 0;
}

.about_btn a {
    color: #5e5e5e;
    font-family: 'Bunken Tech Sans Pro', sans-serif;
}

.about_btn a:before {
    background-color: #5e5e5e;
}

.about_btn a:after {
    background-color: #000;
}

.general_btn {
    font-family: 'Lato', "Segoe UI";
    position: relative;
    display: inline-block;
    padding: 10px 45px;
    font-size: 17px;
    transition: .3s ease-in-out;
}

.general_btn:hover {
    padding-left: 50px;
}

.general_btn:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 13px;
    left: 1px;
    width: 20px;
    height: 20px;
}

.general_btn:after {
    content: "";
    position: absolute;
    top: 22px;
    left: 10px;
    width: 28px;
    height: 1px;
    transition: .3s ease-in-out;
}

.general_btn:hover:after {
    width: 33px;
    left: 10px;
}

/* ABOUT US AREA END */

/* SERVİCES AREA */
.services_section {
    padding: 80px 0 50px;
}

.services_s_title {
    color: #b2b2b2;
    font-family: 'Bunken Tech Sans Pro Book';
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 2px;
}

.services_s_title span {
    font-family: 'Bunken Tech Sans Pro ExBd';
    display: block;
    font-weight: 100;
    font-size: 48px;
    letter-spacing: 1px;
    color: #5E5E5E;
    margin-top: 10px;
}

.services_s_detail {
    font-family: 'Lato', "Segoe UI";
    color: #6E6E6E;
    margin-top: 15px;
}

.services_s_a {
    color: #5E5E5E;
    font-weight: 900;
}

.services_s_a:before {
    background-color: #BFD966;
}

.services_s_a:after {
    background-color: #000;
}

/*.services_c {*/
/*    margin: 50px 0 0;*/
/*}*/

.services_c .col-12:nth-child(1), .services_c .col-12:nth-child(3) {
    background-color: rgba(239, 239, 239, 0.25);
}

.services_c .col-12 {
    padding: 10px 40px;
}

.services_c .card-title {
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0;
    color: #5E5E5E;
}

.services_c_detail {
    text-align: center;
    font-family: 'Lato', "Segoe UI";
    font-weight: 400;
    font-size: 17px;
    color: #5E5E5E;
    margin: 20px 0 10px;
}

.feature-svg-icon {
    width: 82px;
    height: 82px;
}

/* SERVİCES AREA END*/

/* COUNT AREA*/
.count_section {
    padding: 80px 0;
}

.count-box {
    margin: 0 2.5rem;
    text-align: center;
}

.count-title {
    font-family: 'Lato', "Segoe UI";
    font-weight: 600;
    color: #fff;
    font-size: 48px;
    transition: transform 0.3s ease-in-out;
}

.count-box p {
    font-family: 'Lato', "Segoe UI";
    font-weight: 400;
    color: #fff;
    font-size: 24px;
}

/* COUNT AREA END*/

/* PROJECT AREA */
.slider-title-ref {
    font-family: "Bunken Tech Sans Pro Ligh", sans-serif;
    font-size: 72px;
}

.slider-title-ref span {
    color: #BFD966;
    font-family: "Bunken Tech Sans Pro ExBd", sans-serif;
    font-size: 78px;
    display: block;
}

.pl-5{
    padding-right: 100px;
}

.p_slider_btn {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', "Segoe UI";
}

.p_slider_btn:after {
    background-color: #fff;
}

.p_slider_btn:before {
    background-color: #BFD966;
}

.p_loc_time {
    font-size: 16px;
}

.referans-slider .slick-prev {
    left: calc(35% - 40px);
    top: 90%;
}

.referans-slider .slick-next {
    left: 35%;
    top: 90%;
}

.referans-slider {
    width: 100%;
    margin: auto;
}

.referans-slider-content {
    max-height: 100vh;
    width: 100%;
    position: relative;
}

.referans-image {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.referans-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.referans-slider-camera {
    position: absolute;
    width: 100%;
    height: auto;
    top: 10%;
    left: 0;
    color: #fff;
    text-align: center;
    z-index: 11;
}

.fade-bg-w40 {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 40%;
}

.referans-video-data {
    height: 14rem;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    margin: 20px 0;
}

.video-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.video-pop,
.video-pop-tek {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.video-pop-content,
.video-pop-tek-content {
    position: relative;
    width: 80%;
    max-width: 70rem;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    background-color: transparent;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-pop-content video,
.video-pop-tek-content video {
    width: 100%;
    height: auto;
}

.close-button {
    position: absolute;
    top: -5%;
    right: -5%;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.video-icon-wrapper h5 {
    font-size: 18px;
}

.video-play-btn-ref {
    background-color: transparent;
    border: none;
}

.video-icon {
    color: #fff;
    cursor: pointer;
}

.referans-slider .slick-prev::before,
.referans-slider .slick-next::before {
    display: none;
}

.referans-slider .slick-prev,
.referans-slider .slick-next {
    width: 40px;
    height: 40px;
    background-color: #bfd966;
    border: none;
    color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    transform: translate(-50%, -50%);

}

.referans-slider .slick-prev:hover,
.referans-slider .slick-next:hover {
    background-color: #a4be5c;
}

/* PROJECT AREA END*/

/* MAP AREA  */
.map_area {
    padding: 90px 0 40px;
}

.map_left {
    color: #5E5E5E;
    margin-top: 20px;
}

.map_left:after {
    background-color: #5E5E5E;
}

.map_left:before {
    background-color: #BFD966;
}

.map_right_btn {
    color: #000000;
    margin-top: 20px;
}

.map_right_btn:hover{
    padding-left: 45px!important;
}

.map_right_btn:hover:after{
    width: 28px!important;
}

.map_right_btn:after {
    background-color: #000000;
}

.map_right_btn:before {
    background-color: #BFD966;
}


.service-area-title {
    font-family: "Bunken Tech Sans Pro Ligh";
    font-size: 32px;
    color: #5E5E5E;
    margin: 20px 0;
    text-wrap: nowrap;
}

.service-area-title span {
    font-family: "Bunken Tech Sans Pro";
    display: block;
    font-size: 44px;
    color: #BFD966;
}

.service-area-hizmet-title {
    font-size: 16px;
    color: #b2b2b2;
    letter-spacing: 1px;
}


.map-circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #bfd966;
    cursor: pointer;
    transition: transform 0.3s, width 0.3s, height 0.3s;
    position: absolute;

}

.map-circle.active {
    width: 20px;
    height: 20px;
    transform: scale(1.2);
}

.map-detail {
    display: none;
    position: absolute;
    top: 46%;
    left: 54.5%;
    transform: translate(-50%, 10px); /* Adjust the translate value as necessary */
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-radius: 8px;
    color: white;
    text-align: center;
    z-index: 10;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.8);
    position: absolute;
    top: -10px;
    left: 50%;
}

.detail-image {
    width: 80px;
    height: 80px;
}

.detail-text {
    font-size: 16px;
    margin-bottom: 0;
    color: #bdd767;
    font-weight: 600;
}

.map_ddetail{
    width: 100%;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.map_year{
    font-size: 12px;
    color: #fff;
}

.map_detay{
    font-size: 8px;
    color: #fff;
}

.map_all_project{
    text-align: center;
    padding: 20px 0 10px;
}

.map_all_project a{
    font-size: 14px;
    color: #fff;
}

.map_all_project a:after{
    content: '\f054';
    font-family: FontAwesome;
    font-size: 12px;
    color: #fff;
    padding-left: 5px;
}
/* MAP AREA  END*/

/* BLOG AREA */
.blog_section {
    padding: 60px 0 50px;
}

.blog_a_title {
    color: #b2b2b2;
    font-family: 'Bunken Tech Sans Pro Book';
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 2px;
}

.blog_a_title span {
    font-family: 'Bunken Tech Sans Pro ExBd';
    display: block;
    font-weight: 100;
    font-size: 48px;
    letter-spacing: 1px;
    color: #5E5E5E;
    margin-top: 10px;
}

.blog_a_detail {
    margin-top: 20px;
    color: #6e6e6e;
}

.card-btn-blog {
    margin-left: 1rem;
    padding-left: 1rem;
    color: #000;
}

.blog_a_btn {
    font-size: 16px;
    color: black;
}

.blog_a_btn:after {
    background-color: #000;
}

.blog_a_btn:before {
    background-color: #BFD966;
}

.line-for-btn-blog {
    height: 1px;
    width: 28px;
    background-color: #000;
    position: absolute;
    left: 8%;
}

.card-title-blog {
    font-weight: 700;
    color: #5E5E5E;
    font-size: 28px;
    margin-bottom: 15px;
}

.blog_a_card-detail {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.scale-smooth, .scale-smooth-imgbox {
    overflow: hidden;
}

.scale-smooth .card-img-top {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.scale-smooth:hover .card-img-top {
    transform: scale(1.1);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.scale-smooth h5 {
    cursor: pointer;
}

.blog_card {
    background-color: #FFFFFF !important;
    border: none;
    -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.blog_a_card-body {
    padding: 40px 30px;
}

.blog_a_time {
    font-size: 18px;
    color: #6E6E6E;
    margin-bottom: 15px;
}

.blog_a_btn_out{
    margin: 10px 0;
}

/* BLOG AREA END */

/*dropdown content*/
.dropdown-content {
    display: none;
    max-width: 240px;
    max-height: 100%;
    position: absolute;
    top: 43%;
    left: 50%;
    background-color: #5e5e5e;
    border: 1px solid #5e5e5e;
    padding: 0.5rem;
    border-radius: 4px;
    z-index: 999;
}

.show {
    display: none;
}

.d-show {
    display: block;
}

.dropdown-content-box {
    max-height: 60px;
}

.dropdown-content img {
    max-width: 70px;
}

.detail-dropdown-title {
    font-size: 1rem !important;
    color: #bfd966;
}

.dropdown-content .date {
    text-align: center;
    margin: 0 !important;
    color: #ffffff;
}

.dropdown-content .proje-detay-btn {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 0.5rem;
}

.dropdown-content-detay-btn {
    text-decoration: none;
    color: #ffffff;
    font-size: 0.5rem;
    letter-spacing: 0.2cap;
}


/* FOOTER */

footer {
    padding: 100px 0 20px;
    background-color: #5e5e5e;
}

.footer_detail {
    margin: 50px 0;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
}

.social_btn {
    margin-right: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.footer_left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_title {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}

.footer_title_random {
    padding-left: 32px;
}

.footer_menu {
    margin-top: 40px;
}

.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer_menu ul li a {
    color: #fff;
}

.footer_menu ul li {
    margin-bottom: 30px;
}

.footer_contact {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.footer_contact div {
    margin-left: 10px;
}

.footer_contact a {
    color: #fff;
    font-size: 16px;
}

.footer_hr {
    margin: 30px auto;
    color: #FFFFFF;
}

.footer_end {
    margin-top: 20px;
}

.copyright {
    text-align: start;
    color: #fff;
}

.fnp_out {
    text-align: end;
}

.FNP {
    color: #fff;
}

/* END FOOTER */

/* BANNER */
.project_banner .banner-image {
    height: 30vh;
}

.banner-image {
    height: 40vh;
    background-position: bottom;
    background-size: cover;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.banner-position {
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -70%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-title {
    font-family: "Bunken Tech Sans Pro Med";
    color: #bfd966;
    font-size: 54px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}

.banner-spot {
    margin-top: 20px;
    color: #000;
    font-size: 18px;
    text-align: center;
}

.blog_banner{
    height: 45vh;
}

/* END BANNER */

/* Kariyer */
.career_pages {
    padding: 70px 0;
}

.img-box {
    margin-bottom: 20px;
}

.img-box img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    height: 400px;
}

.kariyer-title {
    font-family: "Bunken Tech Sans Pro ExBd";
    font-size: 46px;
    font-weight: 700;
    color: #5e5e5e;
}

.kariyer-spot {
    margin-top: 20px;
    color: #6e6e6e;
}

.kariyer-numbers {
    color: #bfd966;
    font-size: 54px;
    font-weight: 700;
}

.kariyer-number-spot {
    margin-top: 5px;
    color: #6e6e6e;
}


/*= Click Top =*/
.scroll-down,
.scroll-top {
    width: 150px;
    height: 30px;
    position: fixed;
    bottom: 20%;
    right: -2%;
    z-index: 99;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: none;
    cursor: pointer;
    border: none;
    background-color: transparent;
    rotate: -90deg;
}

.scroll-down::after,
.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 50%;
    left: -50%;
    height: 2px;
    width: 50%;
    opacity: 2;
    background: #f6f4fe;
}


.sticky {
    position: sticky;
    top: 0;
}


/* SUBSCRIBE */
.abone-olun {
    margin: 50px 0 100px;
}

.abone-banner {
    position: relative;
    padding: 40px 30px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 30px -10px rgba(0, 0, 0, 0.7);
    margin: 0;
}

.abone-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/files/orman-lake-bg.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.abone-banner.clicked::before {
    transform: scale(1.1);
}

.abone-ol-title {
    color: #fff;
    font-size: 36px;
    font-family: "Bunken Tech Sans Pro Med";
}

.abone-olun-label-title {
    color: #fff;
    font-family: "Bunken Tech Sans Pro Ligh";
}

.left-side-abone i,
.abone-olun p {
    color: #fff;
}

.abone-send-mail {
    padding: 0 0 0 2rem;
    min-height: 60px;
    border: none;
    border-radius: 2.5rem;
    background-color: rgba(255, 255, 255, 0.2);
}

.abone-send-mail input {
    border: none;
    max-height: 100%;
    background: transparent;
    color: #fff;
    outline: none;
}

.abone-send-mail input::placeholder {
    color: #fff;
}

.abone-banner .email-send-button {
    border: none;
    border-radius: 50%;
    background-color: #bfd966;
    color: #fff;
    width: 4rem;
    height: 4rem;
}

/* END SUBSCRIBE */

/* CAREER */
.pages {
    padding: 80px 0;
}

/* END CAREER */


/* BLOG PAGE*/

.blog_pages {
    padding: 30px 0;
}

.blog_p_title {
    font-size: 24px;
}

.blog_p_detail {
    color: #6e6e6e;
    font-family: 'Lato', 'Segoe UI';
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* END BLOG PAGE */

/* BLOG DETAIL PAGE */
.blog_pages-detail {
    padding: 100px 0;
}

.blog-detail-content{
    margin-top: 20px;
}

.blog-detail-content-title {
    color: #a4be5c;
    font-size: 1.75rem;
}

.blog-detail-content-spot {
    color: #5e5e5e;
}

.blog-detail-others-title {
    font-size: 24px;
    color: #000;
    margin-bottom: 0;
}

.next-blog-image-box {
    display: block;
}

.next-blog-image-box img {
    width: 100%;
    cursor: pointer;
}

.blog-detail-other-blog-title a{
    color: #a4be5c;
    font-size: 22px;
    cursor: pointer;
}

.blog-detail-other-blog-spot {
    font-size: 16px;
    color: #313131;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: calc(4 * 1.5em);
}

/* END BLOG DETAIL PAGE */

/* PROJECT PAGES */
.project_pages {
    padding: 60px 0;
}

.ref-cards {
    border-radius: 5px;
    border: none;
    position: relative;
    margin-bottom: 100px;
}

.ref-cards:hover .ref-cards_body p,
.ref-cards:hover .ref-cards_body:hover p {
    opacity: 1;
    padding: 10px 0;
    max-height: 300px;
}

/* Başlangıçta p öğesinin görünmemesi için */
.ref-cards .ref-cards_body p {
    opacity: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden; /* İçeriğin taşmasını engelle */
    transition: all 0.3s ease; /* Geçiş efekti */
}

.ref-cards img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.ref-cards_body {
    position: absolute;
    bottom: -10%;
    left: 10%;
    width: 80%;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.7s ease-in-out;
}

.ref-cards_body h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #5E5E5E;
}

.ref-cards_body p {
    text-align: center;
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 400;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}


.ref-cards_body:hover p {
    opacity: 1;
    padding: 10px 0;
    max-height: 300px;
}

.ref-cards_btn {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* END PROJECT PAGES */

/* PROJECT DETAIL */
.refDetailImage {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.project_detail_right {
    padding-left: 25px;
}

.project_detail_left {
    padding-left: 0;
    padding-right: 25px;
}

.refDetailImage img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.camera-title {
    font-size: 16px;
    color: #b2b2b2;
    letter-spacing: 1px;
}

.button-container {
    display: flex;
    justify-content: end;
    margin-top: 1rem;
}

.slide-button {
    margin: 0;
    padding: 10px 20px;
    background-color: #bfd966;
    color: white;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.slide-button:hover {
    background-color: #a4be5c;
}

.ref-detail-title {
    display: inline-block;
    color: #5e5e5e;
    font-size: 46px;
    padding-bottom: 20px;
    border-bottom: 2px solid #DADADA;
}


.ref-detail-spot,
.ref-detail-spots {
    color: #313131;
    font-weight: 400;
}

/*.p_d_info_title{*/
/*    margin-bottom: 40px;*/
/*    color: #636363;*/
/*    font-size: 14px;*/
/*}*/

/*.p_d_info_detail{*/
/*    font-size: 30px;*/
/*    color: #5e5e5e;*/
/*    margin-bottom: 15px;*/
/*    font-weight: 700;*/
/*}*/
.table_info {
    width: 75%;
}

.table_info_detail {
    margin-bottom: 20px;
}

.table_info_detail td {
    padding-bottom: 20px;
    vertical-align: top;
}

.table_info_detail td:nth-child(1) {
    color: #636363;
    font-weight: 400;
    font-size: 14px;
    width: 50%;
}

.table_info_detail td:nth-child(2) {
    color: #5e5e5e;
    font-weight: 600;
    font-size: 18px;
}


.ref-detail-nextProje {
    height: 38rem;
    position: relative;
}

.ref-detail-nextProje .img_a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-for-refDetail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    transition: background-color 0.3s ease-in-out;
    pointer-events: none;
}

.ref-detail-nextProje:hover .overlay-for-refDetail {
    background-color: rgba(0, 0, 0, 0);
}

.avm-name {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    display: none;
    z-index: 11;
}

.ref-detail-nextProje:hover .avm-name {
    display: block;
}

.locate-arrow-title {
    color: #fff;
    font-size: 21px;
}

.locate-arrowLeft {
    position: absolute;
    top: 5%;
    right: 0;
    z-index: 99;
}

.locate-arrowRight {
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 99;
}

/* END PROJECT DETAIL */

/* CONTACT PAGES */
.contact_section {
    padding: 50px 0;
}

.contact {
    margin-bottom: 40px;
}

.contact p {
    padding-left: 40px;
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.footer_img {
    filter: invert(1);
}

.contact a {
    font-size: 18px;
    color: #5e5e5e;
    padding-left: 15px;
    line-height: 1.5;
    transition: .3s ease-in-out;
}

.form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 75%;
    gap: 15px;
}

.form-wrapper .form-card {
    position: relative;
    width: 100%;
}

.form-wrapper .form-card .form-input {
    padding: 25px 25px 10px;
    width: 100%;
    border: 1px solid #5e5e5e;
    border-radius: 5px;
    background: transparent;
    outline: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    box-sizing: border-box;
}

.form-wrapper .form-card .form-input:valid,
.form-wrapper .form-card .form-input:focus {
    border: 1px solid #515151;
}

.form-wrapper .form-card .form-input:valid ~ .form-label,
.form-wrapper .form-card .form-input:focus ~ .form-label {
    color: #bfd966;
    top: 30%;
    transform: translateY(-70%);
    font-size: 13px;
    line-height: 23px;
}

.form-wrapper .form-card .form-input:-webkit-autofill,
.form-wrapper .form-card .form-input:-webkit-autofill:hover,
.form-wrapper .form-card .form-input:-webkit-autofill:focus,
.form-wrapper .form-card .form-input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
}

.form-wrapper .form-card .form-input::-webkit-outer-spin-button,
.form-wrapper .form-card .form-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-wrapper .form-card .form-label {
    font-family: "Bunken Tech Sans Pro";
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.3s;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.form-wrapper .form-card .form-textarea {
    padding: 25px 25px 10px;
    width: 100%;
    border: 1px solid #5e5e5e;
    border-radius: 5px;
    background: transparent;
    outline: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    resize: none;
    box-sizing: border-box;
}

.form-wrapper .form-card .form-textarea:valid,
.form-wrapper .form-card .form-textarea:focus {
    border: 1px solid #5e5e5e;
}

.form-wrapper .form-card .form-textarea:valid ~ .form-textarea-label,
.form-wrapper .form-card .form-textarea:focus ~ .form-textarea-label {
    font-family: "Bunken Tech Sans Pro";
    color: #bfd966;
    top: 18%;
    transform: translateY(-82%);
    font-size: 13px;
    line-height: 23px;
}

.form-wrapper .form-card .form-textarea:-webkit-autofill,
.form-wrapper .form-card .form-textarea:-webkit-autofill:hover,
.form-wrapper .form-card .form-textarea:-webkit-autofill:focus,
.form-wrapper .form-card .form-textarea:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
}

.form-wrapper .form-card .form-textarea-label {
    position: absolute;
    left: 25px;
    top: 30%;
    transform: translateY(-70%);
    pointer-events: none;
    transition: 0.3s;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: "Bunken Tech Sans Pro";

}

.btn-wrap {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 16px 0 0;
    width: 100%;

}

.btn-wrap button {
    padding: 0 32px;
    font-size: 18px;
    line-height: 48px;
    border: 1px solid transparent;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.5s ease;
    cursor: pointer;
    color: #5e5e5e;
    font-family:"Bunken Tech Sans Pro" ;
}

.btn-wrap button:hover {
    color: #bdd767;
}

.contact_map{
    margin-top: 30px;
    padding: 0;
}

.contact_info{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

}
.contact a:hover{
    color: #bdd767;
}
/* END CONTACT PAGE */

/* CONTENT PAGE */
.content_page{
    padding: 60px 0;
}

.content_detail{
    color: #5e5e5e;
    font-size: 18px;
}

.content_img{
    width: 100%;
    height: 450px;
}

.content_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content_card{
    padding: 30px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.content_card ul {
    list-style-type: none;
    padding-left: 0;

}

.content_card ul li {
    margin-bottom: 20px;
}

.content_card ul li a{
    font-size: 16px;
    color: #bdd767;
    padding: 10px 0;
    position: relative;
}

.content_card ul li:hover a:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #bdd767;
}

.content_card_out{
    margin-bottom: 40px;
}

.content_card ul li:last-child {
    margin-bottom: 0;
}

.content_card ul{
    margin-bottom: 0;
}

.sertfika_baslik{
    font-size: 28px;
    font-weight: 600;
    color: #5e5e5e;
    margin-bottom: 20px;
}

.sertfika_img {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    transition: .3s ease-in-out;
}

.sertfika_img img {
    width: 100%;
    transition: .3s ease-in-out;
}

.sertfika_img:hover img {
    transform: scale(1.1);
    object-fit: cover;
}
/* END CONTENT PAGE */

/* SERVICES PAGE */

.services_detail_img img{
    width: 100%;
}

/* END SERVICES PAGE */

/* LOADER*/
.preloader {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader-inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader-logo {
    position: absolute;
    width: 200px;
    height: auto;
    z-index: 10;
}

.spinner {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 8px solid transparent;
    border-top-color: #bdd767;
    border-bottom-color: rgba(189, 215, 103, 0);
    border-left-color: rgba(189, 215, 103, 0);
    border-right-color: rgba(189, 215, 103, 0);
    animation: spin 2s infinite linear;
    z-index: 0;
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

/* END LODAER */

.has_submenu > .link.no-click {
    pointer-events: none;
    cursor: default;
}

/* Mobil menü kapalı başlangıç */
.menu_item.has_dropdown .submenu {
    display: none;
}

/* Menü açıldığında */
.menu_item.has_dropdown.active .submenu {
    display: block;
}

/* Buton stili (opsiyonel) */
.menu_item.has_dropdown .dropd {
    cursor: pointer;
}

/* Alt menüsü olan menü öğeleri */
.menu_item.has_dropdown .submenu {
    display: none;
}

.menu_item.has_dropdown.active .submenu {
    display: block;
    margin-top: 30px;
}

.dropd {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.menu_item.has_dropdown.active .dropd {
    transform: rotate(180deg);
    right: 40px;
}

.menu_item.has_dropdown.active .submenu .menu_item{
    margin-bottom: 0;
}

.menu_item.has_dropdown span.dropd{
    position: absolute;
    top: -10px;
    right: -25px;
    height: 45px;
    text-align: right;
    padding:10px 0;
}

.build-section {
    padding: 0 0 80px;
    background-color: #ffffff;
}

.build-card {
    padding: 40px;
    text-align: center;
    background-color: #fff;
    transition: transform 0.3s ease-in-out;
}

.build-card h3 {
    font-family: 'Bunken Tech Sans Pro ExBd';
    display: block;
    font-weight: 100;
    font-size: 48px;
    letter-spacing: 1px;
    color: #5E5E5E;
    margin-bottom: 25px;
}

.build-card p {
    font-size: 16px;
    color: #5E5E5E;
    font-family: "Bunken Tech Sans Pro Ligh";
    text-align: center;
    max-width: 75%;
    margin: 0 auto 20px;
}

.build-card .general_btn{
    color: #5e5e5e;
    font-family: "Bunken Tech Sans Pro Ligh";
    font-weight: 600;
}

.build-card .general_btn:before {
    background-color: #BFD966;
}

.build-card .general_btn:after {
    background-color: #5e5e5e;
}

.build-section .col-lg-6 {
    border-left: 1px solid #BFD966;
}

.build-section .col-lg-6:first-child {
    border-left: none;
}

.build-card-two h3{
    color: #BFD966;
}

.build-card-two .general_btn{
    color: #BFD966;
}

.build-card-two .general_btn:after{
    background-color:  #BFD966;
}

.build-card-two .general_btn:before{
    background-color: #5e5e5e;
}

.map_area .col-lg-10{
    margin: 0 auto;
}
