@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/* variable */
:root {
    --alt-font: 'Montserrat', sans-serif;
    --primary-font: 'Montserrat', sans-serif;
    --base-color: #153c35;
    --green: #195828;
    --dark-gray: #1f2220;
    --medium-gray: #828282;
    --very-light-gray: #f7f7f7;
}

p {
    font-family: 'Roboto', sans-serif;
}

.mt-115px {
    margin-top: 115px;
}

.swiper.full-screenn.swiper-number-pagination-style-01.md-h-auto.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    height: calc(100vh - 115px);
}


.blog-page .card .card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-grid .card .blog-image img {
    min-height: 270px;
    object-fit: cover;
}


.base-color {
    color: var(--base-color);
}

.md-h-600px {
    height: 600px;
}

.video-icon-extra-large.video-icon-box .video-icon i {
    margin-left: 0;
}

body {
    font-size: 16px;
    line-height: 28px;
}

.flats-circle {
    width: 70px;
    height: 70px;
    position: relative;
    object-fit: contain;
}

.team-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: top;
    filter: grayscale(1);
}

.modal-img img {
    filter: grayscale(1);
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer-menu li {
    width: 50%;
    margin-bottom: 10px;
    list-style: none;

    @media (max-width: 767px) {
        width: 100%;
    }
}

.white-popup-block li {
    list-style: disc;
}

@media (max-width: 575px) {
    .white-popup-block img {
        display: none;
    }
}

.dropdown-menu {
    min-width: 6rem;
}

/* header */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: 300px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 16px;
    color: var(--dark-gray);
    font-weight: 600;
}

.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: var(--base-color);
    color: var(--white);
}

.navbar .navbar-nav .dropdown .dropdown-menu a i,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 40px;
    margin-right: 10px;
    width: 40px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover i {
    color: var(--white);
}

header .navbar-brand img {
    max-height: 55px;
}

.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 16px;
}

/* button */
.btn {
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0px;
}

.btn.btn-switch-text.btn-extra-large>span {
    padding: 17px 38px;
    font-size: 17px;
}

.btn.btn-switch-text.btn-large>span {
    padding: 13px 32px;
    font-size: 15px;
}

.btn.btn-switch-text.btn-medium>span {
    padding: 12px 26px;
    font-size: 14px;
}

/* heading */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

/* Text gradient color */
.text-gradient-light-green-white {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #ebf6ee 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Background color */
.bg-light-green {
    background-color: #c4e7cc;
}

.bg-very-light-green {
    background-color: #ebf3ed;
}

/* Transparent background color */
.bg-gradient-green-transparent {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #ebf3ed 100%);
}

.right-210px {
    right: 210px;
}

/* page title */
.page-title-large h1 {
    font-size: 4.2rem;
    line-height: 4rem;
}

.page-title-large h2 {
    font-size: 18px;
}

/* Border color */
.border-color-dark-green {
    border-color: var(--green);
}

/* Subcribe style 02 */
.newsletter-style-02 .btn:hover {
    background-color: var(--green);
}

.newsletter-style-02 .btn {
    height: 85%;
    margin: 4px;
    padding: 5px 20px 5px;
}

.newsletter-style-02 input {
    padding-right: 75px !important;
}

/* Will change */
.animation-rotation {
    -webkit-animation: rotation 2.5s infinite linear;
}

/* footer */
footer .footer-logo img {
    max-height: 43px;
    width: auto;
}

footer a:hover {
    color: var(--white);
}

footer ul li {
    margin-bottom: 2px;
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

@media (max-width: 1600px) {

    /* Font size */
    .fs-80 {
        font-size: 4rem;
        line-height: 4rem;
    }
}

@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 10px;
    }
}

@media (max-width: 991px) {

    /* Background image */
    .md-background-position-top-center {
        background-position: top center !important;
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {

    .sm-background-position-top-center {
        background-position: top center !important;
    }
}

.bullet-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    align-items: center;
    display: flex;
}


.bullet-icon-small {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    align-items: center;
    display: flex;
}

@media (max-width: 575px) {
    .bullet-icon {
        width: 18px;
        height: 18px;
    }

    .bullet-icon-small {
        width: 14px;
        height: 14px;
    }

    .mobil-hide {
        display: none;
    }
}

.aspect-ratio-1 {
    aspect-ratio: 1;
}

.storage-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 575px) {
    .sm-h-aspect-ratio-4-3 {
        aspect-ratio: 4 / 3;
    }
    .storage-img{
        height: 250px;
    }
    .team-card img{
        height: 250px;
    }
}

.timeline-section {
    padding: 60px 20px;
    background-color: #F8F9FA;
    position: relative;
}

.timeline-wrapper {
    overflow-x: auto;
    padding-bottom: 20px;
    scrollbar-width: thin;
    scrollbar-color: #25ac48 #e0e0e0;
}

/* Timeline Ana Şerit */
.timeline-about {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    padding: 20px 0;
    transition: transform 0.3s ease-in-out;
}

/* Her Timeline Kartı */
.timeline-item {
    background-color: white;
    box-shadow: 0 4px 12px #00000014;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    min-width: 260px;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-left: 3px solid #25ac48;
}

.timeline-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

/* Kart İçeriği */
.timeline-content img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    filter: grayscale(1);
}

.timeline-text {
    padding: 18px;
    font-size: 14px;
    color: #555;
    height: auto;
    min-height: 200px;
}

.timeline-text h3 {
    font-size: 19px;
    font-weight: bold;
    color: #163c35;
    margin-bottom: 10px;
    line-height: 1.2;
}

.timeline-text p {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    padding: 0 4px;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .timeline {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .timeline-item {
        min-width: 220px;
    }
}

.timeline-wrapper::-webkit-scrollbar {
    height: 4px;
}

.timeline-wrapper::-webkit-scrollbar-thumb {
    background-color: #25ac48;
}

.timeline-wrapper::-webkit-scrollbar-track {
    background-color: #e0e0e0;
}

.aspect-16-9 {
    aspect-ratio: 16/9;
}

@media (min-width: 1900px){
    .extra-small-screen{
        height: 450px!important;
    }
}

.extra-small-screen .h-100.position-relative.cover-background.sm-pt-50px.appear.anime-child.anime-complete {
    background-position: right!important;
}

@media (max-width: 992px) {
    .spp-grid {
        grid-template-columns: 120px 150px 180px 170px!important;
    }
}