 /* 

Theme Name:ULTRA TURIZM
Author:Obiziz Dijital İletişim;
Description:Bu tema ULTRA TURIZM için Obiziz Dijital İletişim tarafından hazırlanmıştır
Version:1.0
Text-domain:ultraturizm
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --broken-white: #f7fafc;
    --primary: rgba(246, 129, 30, 1);
    --primary-9: rgba(246, 129, 30, .9);
    --primary-8: rgba(246, 129, 30, .8);
    --primary-7: rgba(246, 129, 30, .7);
    --primary-6: rgba(246, 129, 30, .6);
    --primary-5: rgba(246, 129, 30, .5);
    --primary-4: rgba(246, 129, 30, .4);
    --primary-3: rgba(246, 129, 30, .3);
    --primary-2: rgba(246, 129, 30, .2);
    --primary-1: rgba(246, 129, 30, .1);
    --secondary: rgba(0, 48, 87, 1);
    --secondary-9: rgba(0, 48, 87, .9);
    --secondary-8: rgba(0, 48, 87, .8);
    --secondary-7: rgba(0, 48, 87, .7);
    --secondary-6: rgba(0, 48, 87, .6);
    --secondary-5: rgba(0, 48, 87, .5);
    --secondary-4: rgba(0, 48, 87, .4);
    --secondary-3: rgba(0, 48, 87, .3);
    --secondary-2: rgba(0, 48, 87, .2);
    --secondary-1: rgba(0, 48, 87, .1);
}

body {
    background-color: var(--broken-white);
}

html {
    scroll-behavior: smooth;
}

* {
    font-family: 'Montserrat';
}


.clamp-h1 {
    font-size: clamp(1.75rem, 1.0536rem + 2.4762vw, 3.375rem);
}

.clamp-h2 {
    font-size: clamp(1.5625rem, 0.9464rem + 2.1905vw, 3rem);
}

.clamp-h3 {
    font-size: clamp(1.375rem, 0.8929rem + 1.7143vw, 2.5rem);
}

.clamp-h4 {
    font-size: clamp(1.1875rem, 0.7857rem + 1.4286vw, 2.125rem);
}

.clamp-h5 {
    font-size: clamp(1rem, 0.7321rem + 0.9524vw, 1.625rem);
}

.clamp-p {
    font-size: clamp(0.8125rem, 0.6786rem + 0.4762vw, 1.125rem);
}


.swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 100%);
}

.play-button {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: var(--broken-white);
    outline: 1px solid black;
    outline-offset: -0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.play-button:hover {
    transform: scale(1.1);
    outline: 1px solid white;
    outline-offset: 0.35rem;
}

.play-icon {
    width: 0;
    height: 0;
    border-left: 20px solid #333;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 4px;
}

.category-tag {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 16px;
    border-radius: 20px;
    color: white;
    font-size: clamp(0.7rem, 0.6786rem + 0.2762vw, 0.7rem);
    margin-bottom: 8px;
    display: inline-block;
}

.swiper-pagination {
    bottom: 120px !important;

}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, .5);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: white;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    bottom: 80px !important;
    top: unset !important;
    margin-inline: 5rem;
    z-index: 21;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
}

.fade-transition {
    transition: opacity 0.8s ease-in-out;
}

.slide-tag {
    right: 0;
    color: white;
    font-size: 16px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(20px);
    pointer-events: none;
    position: absolute;
    text-align: right;
    white-space: nowrap;
}

.slide-tag.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    font-size: 24px;
}

.slide-tag.prev {
    opacity: 0.7;
    transform: translateY(-100%) translateX(0);
    pointer-events: auto;
    top: 0;
}

.slide-tag.next {
    opacity: 0.7;
    transform: translateY(100%) translateX(0);
    pointer-events: auto;
    bottom: 0;
}

.has-dropdown {
    position: relative;
    cursor: pointer;
}

.has-dropdown>p {
    color: #e2e8f0;
    transition: all ease .3s;
    padding: 20px 0;
}

.has-dropdown:hover>p {
    color: var(--primary);
}

.has-dropdown>ul {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, .7);
    padding: 100px 0 2rem 0;
    visibility: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.5s ease;
    backdrop-filter: blur(10px);
}

.has-dropdown:hover>ul {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.has-dropdown>ul::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
}

.has-dropdown>ul>li {
    padding: 0 2rem;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
    transition-delay: 0.2s;
}

.has-dropdown:hover>ul>li {
    opacity: 1;
    transform: translateY(0);
}

nav>div>ul>li:not(.has-dropdown) {
    display: flex;
    align-items: center;
}

nav>div>ul>li:not(.has-dropdown)>a {
    padding: 20px 0;
}

.projectSwiper .swiper-slide img {
    aspect-ratio: 16/9;
    transition: all .3s ease;
}

.projectSwiper .swiper-slide-active img,
.projectSwiper .swiper-slide-prev img {
    aspect-ratio: 1/1;
}

.projectSwiper .swiper-button-next,
.projectSwiper .swiper-button-prev {
    color: var(--primary);
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: none;
    width: 60px;
    height: 60px;
    bottom: 80px !important;
    top: unset !important;
    margin-inline: 5rem;
    z-index: 21;
    right: 2rem;
}

.projectSwiper .swiper-button-prev {
    left: unset;
    right: 7rem;
}

.projectSwiper .swiper-pagination-bullet {
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    outline: 1px solid rgba(0, 0, 0, .5);
    outline-offset: -1px;
    transition: all .3s ease;
}

.projectSwiper .swiper-pagination-bullet-active {
    background: var(--primary);
    outline: 1px solid var(--primary);
    outline-offset: .15rem;
}

@media (max-width: 767px) {
    .has-dropdown>ul {
        position: relative;
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
        box-shadow: none;
        transform: translateY(0);
        opacity: 0;
        backdrop-filter: none;
        transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }

    .has-dropdown.active>ul {
        max-height: 1000px;
        visibility: visible;
        opacity: 1;
    }

    .has-dropdown>p {
        cursor: pointer;
        user-select: none;
        padding: 0px !important;
    }

    .has-dropdown>p i {
        transition: transform 0.3s ease;
    }

    .has-dropdown.active>p i {
        transform: rotate(180deg);
    }

    .swiper-button-next, .swiper-button-prev
    {
        margin-inline: 1rem !important;
    }

    .has-dropdown ul li {
        width: 100% !important;
        padding-left: 1.5rem !important;
    }

    .has-dropdown ul li a {
        width: 100% !important;
        display: block !important;
        height: auto;
        min-height: 30px;
        padding: 8px 0 !important;
    }

    .has-dropdown>ul::before {
        display: none;
    }

    .has-dropdown>p {
        padding: 10px 0;
    }

    nav>div>ul>li:not(.has-dropdown)>a {
        padding: 0;
    }

    /* Mobil Menü Sosyal Medya İkonları */
    .mobile-social-icons {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        transform: translateX(100%);
        transition: transform 1s ease;
        z-index: 1002 !important;
        pointer-events: auto;
    }

    .projectSwiper .swiper-slide-active img,
    .projectSwiper .swiper-slide-prev img {
        aspect-ratio: 16/9;
    }

    .projectSwiper .swiper-button-next,
    .projectSwiper .swiper-button-prev,
    .projectSwiper .swiper-pagination {
        display: none;
    }

    .slide-tag {
        font-size: 18px;
    }

    .slide-tag.active {
        font-size: 24px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        margin-inline: 2.5rem;
    }

    .mySwiper .swiper-button-next,
    .mySwiper .swiper-button-prev {
        transform: translateY(-3rem);
    }
}

@media (max-width: 500px) {
    .slide-tag {
        font-size: 11px;
    }

    .slide-tag.active {
        font-size: 16px;
    }
}

/* Yeni Slider İçerik Stilleri */
.slider-content-wrapper {
    position: relative;
}

.slider-content-items-container {
    position: relative;
    min-height: 200px;
    text-align: right !important;
}

.slider-content-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.slider-content-item[data-slide-index="0"] {
    position: relative;
}

/* Slide Tag Inline Stilleri */
.slide-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .slide-tags-container {
        justify-content: center;
    }
}

.slide-tag-inline {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.6;
}

.slide-tag-inline:hover {
    opacity: 0.9;
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.slide-tag-inline.active {
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
    font-weight: 700;
    transform: translateY(-2px);
}

/* Mobil Responsive */
@media (max-width: 768px) {
    .slide-tag-inline {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .slider-content-item h1 {
        font-size: 1.75rem !important;
    }
    
    .slider-content-item p {
        font-size: 0.95rem !important;
    }
    
    .category-tag {
        font-size: 12px;
        padding: 6px 12px;
    }
}

.services-ticker-block {
    position: relative;
    display:flex; 
    align-items:center;
    overflow-x: hidden;
  }
  
  .stb_line_single {
    position: relative;
    white-space: nowrap;
    padding: 0;
    will-change: transform;
  }
  .stb-item {
    padding: 0;
    font-size: 6.4rem;
    display: inline-block;
    margin-right: 1.5rem;
  }
  .stb-item img {
    scale: 1;
    transition: all .3s ease;
  }
  .stb-item:hover img {
      scale: 1.2;
  }
  
/* Genel fade-up animasyonu */
.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.active {
    opacity: 1;
    transform: translateY(0);
}

/* Main element için özel durum - sayfa yüklendiğinde görünür olsun */
main.fade-up {
    opacity: 1;
    transform: translateY(0);
}

/* ****************** */
.logo{
    transition: all .3s ease;
}

.fixheader .logo {
    height: 60px!important;
}

@media (max-width: 767px) {
    header nav {
        position: relative;
    }
    
    header nav > a {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1002;
    }
    
    header nav .mainMenu {
        flex: 1;
    }
    
    header nav #burger {
        position: relative;
        z-index: 1001;
    }
}

/* Proje Detay Sayfası Stilleri */
.project-hero {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.timeline-item {
    position: relative;
    transition: all 0.3s ease;
}

.timeline-item:hover {
    transform: translateY(-5px);
}

.floating-stats {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.gallery-item {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.feature-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.scroll-indicator {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Form stilleri */
.form-input:focus {
    box-shadow: 0 0 0 3px rgba(246, 129, 30, 0.1);
    border-color: #f6811e;
}

/* Gradient text */
.gradient-text {
    background: linear-gradient(135deg, #f6811e 0%, #ff6b35 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Backdrop blur */
.backdrop-blur {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Smooth transitions */
.smooth-transition {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover effects */
.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Loading animation */
.loading-dots {
    display: inline-block;
}

.loading-dots::after {
    content: '';
    animation: dots 1.5s steps(5, end) infinite;
}

@keyframes dots {
    0%, 20% {
        content: '';
    }
    40% {
        content: '.';
    }
    60% {
        content: '..';
    }
    80%, 100% {
        content: '...';
    }
}

/* Timeline responsive */
@media (max-width: 768px) {
    .timeline-line {
        left: 20px !important;
    }
    
    .timeline-item {
        flex-direction: column;
        text-align: left;
    }
    
    .timeline-item > div:first-child,
    .timeline-item > div:last-child {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 1rem;
    }
}

#wpadminbar, #wpadminbar .menupop .ab-sub-wrapper, .ab-sub-secondary, #wpadminbar .quicklinks .menupop ul.ab-sub-secondary, #wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu
{
	background: #000 !important;
}