@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;
    /* brand palette */
    --base-color: #0E1A2B;          /* logo lacivert */
    --dark-gray: #1a2f51;           /* koyu gölge */
    --medium-gray: #5F6F83;         /* metin gri */
    --aluminium-grey: rgba(255, 255, 255, 0.65); /* açık gri (footer vb.) */
    --accent-color: #D9A441;        /* sıcak vurgu */
    --soft-background: #E8EEF6;     /* açık arka plan */
}   
/* reset */
body{
    font-size: 18px;
    line-height: 30px;
}

/* hero video */
.hero-video-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.hero-video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #000;
    pointer-events: none;
}

.hero-overlay {
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}
a:hover{
    color: var(--dark-gray);
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
}
.navbar .navbar-nav .dropdown.open .dropdown-menu {
    background-color: var(--dark-gray);
}
.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;
}

footer .footer-logo img {
    max-height: 60px;
}
/* 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;
    }
}

@media (max-width: 844px) {
    header .navbar [class*=col-] {
    padding: 0 9px !important;
    }
}

.footer-dark a:hover, .footer-light a:hover, .footer-navbar li a:hover {
    color: #1e4479;
}   

.bg-gradient-base-color-transparent {
    background-image: linear-gradient(to right, rgba(79, 88, 185, 0.1) 10%, rgba(255, 255, 255, 0.0) 95%)
}

.hakkimizda-icon img {
    max-width: 110px;
}

.portfolio-filter li {
    padding: 0 14px !important;
}

/* Gallery Styles */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    aspect-ratio: 4/3;
    background: #f5f5f5;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}



/* Gallery Responsive */
@media (max-width: 991px) {
    .gallery-item {
        aspect-ratio: 16/9;
    }
}

@media (max-width: 767px) {
    .gallery-item {
        aspect-ratio: 4/3;
    }
}

.separator-line-5px {
    height: 5px;
}
.w-60px {
    width: 60px;
}
.mb-10px {
    margin-bottom: 10px;
}
.mb-30px {
    margin-bottom: 30px;
}

.portfolio-boxed .portfolio-box:hover .portfolio-image img {
    opacity: 1 !important;
}
