/* === main-mobile.css === */
/* === main-mobile.css — generated === */
/*=============================
	03. Mobile Menu
===============================*/
.theme-legacy .nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: var(--tg-white);
	margin-right: 30px;
	top: 15px;
}
.theme-legacy .nav-logo img {
	width: 150px;
}
.theme-legacy .mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	z-index: 99;
	border-radius: 0px;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
	-o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.theme-legacy .mobile-menu .navbar-collapse {
	display: block !important;
}
.theme-legacy .mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.theme-legacy .mobile-menu-visible {
	overflow: hidden;
}
.theme-legacy .mobile-menu-visible .mobile-menu {
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.theme-legacy .mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.theme-legacy .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
}
.theme-legacy .mobile-menu-visible .menu-backdrop {
	opacity: 1;
	visibility: visible;
}
.theme-legacy .mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: var(--tg-white);
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.theme-legacy .mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}
.theme-legacy .mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #292b37;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.theme-legacy .mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.theme-legacy .mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}
.theme-legacy .mobile-menu .navigation ul {
	padding: 0;
	margin: 0;
}
.theme-legacy .mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.theme-legacy .mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.theme-legacy .mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.theme-legacy .mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 14px;
    font-weight: 700;
    color: var(--tg-heading-font-color);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    font-family: var(--tg-heading-font-family);
}
.theme-legacy .mobile-menu .navigation li ul li > a {
    font-size: 14px;
    margin-left: 20px;
    text-transform: capitalize;
}
.theme-legacy .mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.theme-legacy .mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.theme-legacy .mobile-menu .navigation li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.theme-legacy .mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 15px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: var(--tg-white);
	background: var(--tg-primary-color);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.theme-legacy .mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.theme-legacy .mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: var(--tg-primary-color);
}
.theme-legacy .mobile-menu .navigation li > ul,
.theme-legacy .mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.theme-legacy .mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.theme-legacy .mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}
.theme-legacy .mobile-menu .social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: var(--tg-heading-font-color);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid var(--tg-gray);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.theme-legacy .mobile-menu .social-links li a:hover {
	border-color: var(--tg-primary-color);
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.theme-legacy .menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: var(--tg-primary-color);
    display: none;
    margin-top: 0;
    margin-left: 25px;
}
.theme-legacy .mobile-search {
    padding: 0 20px 25px 25px;
}
.theme-legacy .mobile-search form {
    position: relative;
}
.theme-legacy .mobile-search input {
    display: block;
    width: 100%;
    border: 1px solid var(--tg-gray);
    padding: 10px 45px 10px 20px;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    background: transparent;
    color: var(--tg-secondary-color);
}
.theme-legacy .mobile-search input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #545E69;
}
.theme-legacy .mobile-search button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    padding: 0;
    right: 20px;
    line-height: 1;
    background: transparent;
    color: var(--tg-secondary-color);
}


/*=============================
	04. Search
===============================*/
.theme-legacy .search__popup {
    padding-top: 70px;
    padding-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--tg-white);
    backdrop-filter: blur(10px);
    z-index: 99;
    -webkit-transform: translateY(calc(-100% - 80px));
    -moz-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    -o-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition-delay: 0.5s;
}
.theme-legacy .search__input {
    position: relative;
    height: 80px;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: all 0.3s ease-in-out;
    transition-delay: 0.5s;
    opacity: 0;
}
.theme-legacy .search__input::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: var(--tg-primary-color);
    transition-delay: 0.3s;
    transition: all 0.3s ease-in-out;
}
.theme-legacy .search__popup.search-opened .search__input::after {
    width: 100%;
    transition-delay: 0.5s;
}
.theme-legacy .search__input input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 24px;
    color: var(--tg-heading-font-color);
    border-bottom: 1px solid transparent;
    padding: 0;
    padding-right: 30px;
}
.theme-legacy .search__input input::placeholder {
    font-size: 24px;
}
.theme-legacy .search__input .search-input-field~.search-focus-border {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--tg-primary-color);
    transition: all 0.5s;
}
.theme-legacy .search__input .search-input-field:focus~.search-focus-border {
    width: 100%;
    left: 0;
    right: auto;
    transition: all .5s;
}
.theme-legacy .search__input button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--tg-primary-color);
    border: none;
    padding: 0 0;
    background: transparent;
}
.theme-legacy .search__popup.search-opened {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0s;
    z-index: 99999999;
}
.theme-legacy .search__popup.search-opened .search__input {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}
.theme-legacy .search__close {
    position: absolute;
    top: 10%;
    right: 2%;
    z-index: 2;
}
.theme-legacy .search-close-btn {
    margin: 0;
    padding: 0;
    border: none;
	color: var(--tg-primary-color);
	cursor: pointer;
    background: transparent;
}
.theme-legacy .search-popup-overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.5s;
    opacity: 0;
    visibility: hidden;
    background: #000d25;
}
.theme-legacy .search-popup-overlay.search-popup-overlay-open {
    opacity: .55;
    visibility: visible;
    transition-delay: 0s;
}

/*=============================
	05. OffCanvas
===============================*/
.theme-legacy .offCanvas-wrap {
    position: fixed;
    overflow-y: auto;
    top: 0px;
    left: 0px;
    width: 395px;
    padding: 80px 58px 75px;
    transform: translateX(-100%);
    height: 100%;
    background-color: var(--tg-white);
    z-index: 1020;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.06) 16px 0px 32px 0px;
}
.theme-legacy .offCanvas-menu-visible .offCanvas-wrap {
    transform: translateX(0);
}
.theme-legacy .offCanvas-wrap::-webkit-scrollbar {
    width: 0px;
}
.theme-legacy .offCanvas-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.theme-legacy .offCanvas-logo {
    margin: 0 0 25px;
}
.theme-legacy .offCanvas-wrap .logo a.logo-light {
    display: none;
}
.theme-legacy .offCanvas-content p {
    margin: 0 0;
}
.theme-legacy .offCanvas-instagram {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 55px;
}
.theme-legacy .offCanvas-instagram li {
    width: 33.333%;
    flex: 0 0 33.333%;
    padding-left: 5px;
    padding-right: 5px;
}
.theme-legacy .offCanvas-instagram li a img {
    height: 70px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.theme-legacy .offCanvas-contact {
    margin: auto 0 0;
}
.theme-legacy .offCanvas-contact .title {
    margin: 0 0 28px;
    font-size: 24px;
    letter-spacing: -0.5px;
}
.theme-legacy .offCanvas-contact-list {
    margin: 0 0 60px;
}
.theme-legacy .offCanvas-contact-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 0 20px;
    color: var(--tg-secondary-color);
    margin: 0 0 8px;
}
.theme-legacy .offCanvas-contact-list li i {
    color: var(--tg-icon-color);
    line-height: 1;
    width: 16px;
    flex: 0 0 auto;
}
.theme-legacy .offCanvas-contact-list li a {
    color: var(--tg-secondary-color);
}
.theme-legacy .offCanvas-contact-list li a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .offCanvas-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 28px;
}
.theme-legacy .offCanvas-social li a {
    display: block;
    font-size: 18px;
    color: var(--tg-secondary-color);
}
.theme-legacy .offCanvas-social li a:hover {
    color: var(--tg-primary-color);
}
.theme-legacy .offCanvas-toggle {
    position: absolute;
    top: 30px;
    right: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--tg-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: var(--tg-primary-color);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.theme-legacy .offCanvas-toggle span {
    width: 25px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.theme-legacy .offCanvas-toggle span:nth-child(2) {
    transform: rotate(-90deg);
    left: 25%;
}
.theme-legacy .offCanvas-toggle:hover {
    background: var(--tg-secondary-color);
}
.theme-legacy .offCanvas-overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: #000;
}
.theme-legacy .offCanvas-menu-visible .offCanvas-overlay {
    opacity: 0.6;
    visibility: visible;
}


@media (max-width: 767px) {
    .theme-legacy .stories {
        display: flex;
    }
}

.theme-legacy .story {
    flex: 0 0 auto;
    width: 80px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}

    .theme-legacy .story img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 2px solid #ccc;
    }

    .theme-legacy .story p {
        margin-top: 5px;
        font-size: 12px;
    }

.theme-legacy .modal {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222222;
    color: white;
    z-index: 1000;
}

.theme-legacy .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    width: 90%;
    max-width: 800px;
    max-height: 100%;
    background: #222222;
    /* padding: 20px; */
    border-radius: 8px;
    overflow: hi
}

    .theme-legacy .modal-content img {
        max-width: 100%;
        max-height: 70vh;
        border-radius: 8px;
    }

    .theme-legacy .modal-content p {
        margin: 20px 0;
        text-align: center;
    }

    .theme-legacy .modal-content a {
        color: #1e90ff;
        text-decoration: underline;
        cursor: pointer;
    }

.theme-legacy .close {
    position: absolute;
    top: -10px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.theme-legacy .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

    .theme-legacy .nav-button.prev {
        left: 10px;
    }

    .theme-legacy .nav-button.next {
        right: 10px;
    }

.theme-legacy .story-modal-footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.theme-legacy .modal-footer img {
    width: 100px;
}


.theme-legacy .bighide {
    display: none;
   
}

@media (max-width: 767px) {
    .theme-legacy .bighide {
        display: flex;
    }
}


.theme-legacy .smallhide {
    display: flex;
}

@media (max-width: 767px) {
    .theme-legacy .smallhide {
        display: none;
    }
    .theme-legacy .menu-area.menu-style-three {
        background-color: rgb(197, 0, 0);
    }
    
}

@media (max-width: 767px) {
    .theme-legacy .mobile-scrolling-menu {
        background-color: #000; /* Arka plan siyah */
        white-space: nowrap; /* ��eleri tek sat�rda tutar */
        overflow-x: auto; /* Yatay kayd�rmay� etkinle�tirir */
        padding: 10px 0;
        display: flex;
        color: #ffffff;
    }

    .theme-legacy .mobile-menu-item {
        display: inline-block;
        color: #ffffff; /* Yaz� rengi beyaz */

        text-align: center;
        font-size: 16px;
        flex: 0 0 auto; /* Esnemeyi engeller, belirli geni�likte kal�r */
        padding-left: 20px;
    }

        .theme-legacy .mobile-menu-item a {
            color: #ffffff; /* Yaz� rengi beyaz */
        }
}


.theme-legacy .manset-slider {
    display: flex; /* Flex container yap */
    overflow-x: auto; /* Yatay kayd�rma �ubu�u (iste�e ba�l�) */
    scroll-snap-type: x mandatory; /* Kayd�rmada hizalamay� iyile�tirir */
    gap: 15px; /* Slide'lar aras� bo�luk */
    width: 100%;
    -webkit-overflow-scrolling: touch; /* Mobil kayd�rmay� yumu�at�r */
}

.theme-legacy .slide {
    flex: 0 0 auto; /* Slide'lar�n boyutunu sabitle */
    scroll-snap-align: start; /* Kayd�rmada hizalama */
    min-width: 80%; /* Slide geni�li�i (mobil i�in) */
}

