
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --alt-font: "Urbanist", sans-serif;
    --primary-font: "Urbanist", sans-serif;
    --base-color: #ffc700;
    --dark-gray: #141414;
    --medium-gray: #707070;
    --aluminium-grey: rgba(255, 255, 255, 0.4);
}
body{
    font-size: 18px;
    line-height: 30px;
}
a:hover{
    color: var(--dark-gray);
}
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
}
.navbar .navbar-nav .dropdown.open .dropdown-menu {
    background-color: #638D3D;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .navbar-brand img {
    max-height: 30px;
}
.header-top-bar div>a {
    color: var(--light-gray);
}
.header-top-bar div>a:hover {
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 30px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a i {
    width: 35px;
}
header .btn.btn-box-shadow.btn-base-color,
.btn.btn-base-color {
    color: var(--dark-gray);
}
header .btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);
}
header .btn.btn-small {
    font-size: 15px;
    padding: 10px 18px;
}
/* btn */
.btn.btn-hover-animation-switch.btn-link {
    padding-top: 0;
}
.btn {
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0;
}
.btn.btn-extra-large {
    font-size: 18px;
    padding: 16px 32px;
}
.btn.btn-large {
    font-size: 17px;
    padding: 14px 28px;
}
.btn.btn-medium {
    font-size: 16px;
    padding: 12px 24px;
}
.btn.btn-small {
    font-size: 15px;
}
.btn.btn-very-small {
    font-size: 14px;
    padding: 9px 20px;
}

/* counter style */
.counter-style-04 .vertical-counter:after {
    color: var(--base-color);
}
.review-star-icon i {
    color: var(--base-color);
}

/* footer style */
footer ul li {
    margin-bottom: 1px;
}
footer p {
    line-height: 28px;
}
/* page title */
.page-title-double-large h1 {
    font-size: 4.375rem;
    line-height: 4.688rem;
}
.page-title-double-large h2 {
    font-size: 16px;
    line-height: 28px;
}

/* top bottom left right class */
.right-12 {
    right: 12%;
}

.bg-jungle-green {
    background-color: #2ebb79;
}
/* Outside box */
.outside-box-top-205px {
    margin-top: -205px;
}
/* Transparent background color */
.bg-gradient-gray-light-dark-transparent {
    background-image: linear-gradient(to top, #f7f7f7 0%, transparent 100%);
}
@media (max-width: 1399px) {
    .xl-h-180px {
        height: 180px;
    }
    .xl-w-180px {
        width: 180px;
    }
}
@media (max-width: 1199px) {
    .outside-box-top-200px {
        margin-top: -150px;
    }
}
@media (max-width: 991px) {
    .outside-box-top-200px {
        margin-top: 0;
    }
    .navbar .navbar-nav .dropdown.open .dropdown-menu {
        padding-bottom: 15px;
    }
}
.fnp-bg-1 {
    background: #638D3D;
}
.fnp-bg-2 {
    background: #55565B;
}
.fnp-color-1 {
    color: #638D3D;
}
.fnp-color-2 {
    color: #55565B;
}
header .navbar-brand img {
    max-height: 44px;
}

.swiper-slide{
    position: relative;
}
.slider-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.35);
    z-index: 0;
}
.swiper-slide .container{
    position: relative;
    z-index: 1;
}

.fnp_title {
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 2.375rem;
    line-height: 2.375rem;
    color: #363639!important;
    margin: 15px 0 ;
}
.fnp_subtitle {
    color: #55565B!important;
    border-color: #638D3D!important;
    margin: 0;
}
.parallax_section {
   padding: 180px 0;
}
.product_section .btn-dark-gray, .blog_section .btn-dark-gray{
    background-color: #638D3D !important;
}
.product_section .btn-dark-gray:hover, .blog_section .btn-dark-gray:hover {
    border-color: #638D3D !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
button.language {
    border: none;
    background: transparent;
    position: relative;
}

button.language img.world{
    width: 80px;
}
button.language span{
    font-size: 18px;
    font-weight: 600;
    color: #55565B;
}
button.language i {
    font-size: 16px;
    color: #55565B;
}
button.language ul {
    display: none;
    position: absolute;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    width: 100%;
    border: 0;
    top: 100%;
    background-color: #efefef;
    box-shadow: 0 45px 45px 0 rgb(0 0 0 / .05);
}

button.language:hover ul {
    display: block;
    -webkit-animation: show-animation 0.5s;
    animation: show-animation 0.5s;
}
button.language ul li a {
    display: block;
    padding: 10px;
}
.fnp_detail_hx, .fnp_detail_hx ul li{
    color: #55565B;
}
.fnp_detail_hx ul li {
    list-style: disc;
}
.fnp_tabs_bootstrap.nav-tabs{
    justify-content: flex-start !important;
    gap: 6px;
}
.fnp_tabs_bootstrap.nav-tabs .nav-link{
    border: 1px solid transparent;
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
    color: #0d6efd;
    background: transparent;
    margin-bottom: -1px;
    font-weight: 500;
    padding: 7px 14px!important;
}
.fnp_tabs_bootstrap.nav-tabs .nav-link:hover{
    border-color: #e9ecef #e9ecef #dee2e6;
    color: #0a58ca;
}
.fnp_tabs_bootstrap.nav-tabs .nav-link.active,
.fnp_tabs_bootstrap.nav-tabs .nav-item.show .nav-link{
    color: #638D3D !important;
    background-color: #fff;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}
.fnp_tabs_bootstrap .tab-border{
    display: none !important;
}
.product-image-slider img, .product-image-thumb .swiper-slide, .product-image-thumb .swiper-slide img {
    border-radius: 4px;
}
.sozlesme input {
    max-width: max-content;
}
.sozlesme a {
    color: #0c0c0b;
}
.product_section .outside-box-right-50{
    position: relative;
}
.product_section .fnp_swiper_nav{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-160px, -50%);
    display: flex;
    flex-direction: row;
    gap: 10px;
    z-index: 10;
}
.product_section .fnp_swiper_nav .swiper-button-prev,
.product_section .fnp_swiper_nav .swiper-button-next{
    position: static;
    width: 60px;
    height: 60px;
    margin: 0;
    border-radius: 99px;
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
    border: 1px solid rgba(0,0,0,.08);
    background: #55565B;
}
.product_section .fnp_swiper_nav .swiper-button-prev i,
.product_section .fnp_swiper_nav .swiper-button-next i{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
@media (max-width: 768px){
    .product_section .fnp_swiper_nav{
        transform: translate(0, -50%);
        left: 10px;
    }
}
.product_section .fnp_swiper_nav.fnp_swiper_2 {
    left: auto!important;
    right: 0!important;
    transform: translate(160px, -50%) !important;
}
.about_us_detail ul{
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
}
.about_us_detail ul li{
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 12px;
    padding: 0;
    color: var(--fnp-color-2, #2b2b2b);
    font-weight: 600;
}
.about_us_detail ul li::before{
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eee;
    color: #638D3D;
    font-size: 14px;
}
.about_us_detail ul li{
    line-height: 1.35;
}
.about_us_detail ul li strong{
    font-weight: 700;
}
.text_kisa {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modal {
    display: block;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 0.7);
}
.modal .modal-content {
    position: relative;
    padding: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.2);
}
.modal .close {
    position: absolute;
    z-index: 999999;
    top: 10px;
    right: 10px;
    font-size: 38px;
    color: #efefef;
    cursor: pointer;
    background: rgb(0 0 0 / 0.5);
    border: none;
    transition: 0.3s ease-in-out;
}
.modal .close:hover {
    color: #fff;
    background: rgb(0 0 0 / 0.8);
}
.modal .modal-body {
    padding: 10px;
}
.modal .close {
    line-height: 1;
}

.blog-image {
    position: relative;
}

.yeni-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 90px;
    height: 80px;
    background: #007BFF;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    clip-path: polygon(
            50.0% 0.0%,
            62.1% 24.8%,
            89.1% 18.8%,
            77.3% 43.8%,
            98.7% 61.1%,
            71.9% 67.5%,
            71.7% 95.0%,
            50.0% 78.0%,
            28.3% 95.0%,
            28.1% 67.5%,
            1.3% 61.1%,
            22.7% 43.8%,
            10.9% 18.8%,
            37.9% 24.8%
    );

    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.floating_btn, .tel_btn {
    position: fixed;
    bottom: 10px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.contact_icon, .tel_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: wp-pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: wp-pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: wp-pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: wp-pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}
@keyframes wp-pulsing {
    100% {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}
