* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

*:not(i) {
    font-family: "SF Pro Display", sans-serif !important;
}

html {
    overflow-x: hidden !important;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: unset;
}

body.pages-body {}

body button {
    background-color: unset;
    border: unset;
    transition: all .4s ease-in-out;
}

body a {
    text-decoration: unset;
    color: inherit;
    transition: all .4s ease-in-out;
}

body svg {
    transition: all .4s ease-in-out;
}

body a:hover,
body button:hover {
    transition: all .4s ease-in-out;
}

body li {
    list-style: none;
}

body ul {
    padding-left: 0;
    margin-bottom: 0;
}

body img {
    width: 100%;
    display: block;
    position: relative;
}

body p {
    font-size: 16px;
    margin: 0;
}

input:focus,
textarea:focus,
select:focus {
    outline: 0 !important;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 0 !important;
}



/*** START HEADER **/

.letto-header {
    width: 100%;
    transition: all .4s ease;
    position: relative;
    background-color: #fff;
}

.letto-header::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -100%);
    transition: all .4s ease;
    z-index: -1;
}

.letto-header.sub-menu-active {
    transition: all .4s ease;
    z-index: 999;
}

.letto-header.sub-menu-active::before {
    transition: all .4s ease;
    transform: translate(0, 0);
}

.letto-header.pages-header {
    position: relative;
    z-index: 999;
}

.letto-header .letto-topbar {
    position: relative;
    z-index: 9;
    padding: 8px 0;
}

.pages-header.letto-header .letto-topbar {
    background-color: #F7F7F7;
}

.letto-header .letto-topbar .topbar-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.letto-header .letto-topbar .topbar-group .topbar-col {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
    line-height: 1;
}

.letto-header .letto-topbar .topbar-group .topbar-col.middle {
    justify-content: center;
}

.letto-header .letto-topbar .topbar-group .topbar-col.right {
    justify-content: end;
}

.letto-header .letto-topbar .topbar-group .topbar-col.left {}

.letto-header .letto-topbar .topbar-group .topbar-col .topbar-slider {
    display: flex;
    align-items: center;
}

.letto-header .letto-topbar .topbar-group .topbar-col .topbar-slider .swiper-navigation-button {
    width: auto;
    height: auto;
}

.letto-header .letto-topbar .topbar-group .topbar-col .topbar-slider .swiper-navigation-button img {
    width: 11px;
}

.swiper.swiper-topbar {
    width: 150px;
}

.swiper.swiper-topbar .swiper-slide {}

.swiper.swiper-topbar .swiper-slide .text {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Gilroy', sans-serif !important;
    color: #1858A5;
    font-size: 12px;
    font-weight: 500;
}

.letto-header .letto-topbar .topbar-group .topbar-col .topbar-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.letto-header .letto-topbar .topbar-group .topbar-col .topbar-links.language {}

.letto-header .letto-topbar .topbar-group .topbar-col .topbar-links.language a {
    border: unset !important;
    padding: 0 2px !important;
}

.letto-header .letto-topbar .topbar-group .topbar-col .topbar-links a {
    color: #b6b6b6;
    font-size: 13px;
    position: relative;
    font-weight: 400;
}

.letto-header .letto-topbar .topbar-group .topbar-col .topbar-links a:not(:first-child) {
    border-left: 1px solid #D4D4D8;
    padding: 0 0 0 10px;
}

.letto-header .letto-topbar .topbar-group .topbar-col .topbar-links a.active {
    color: #1858A5;
    padding: 0 5px;
    font-weight: 600;
}


.letto-header .letto-topbar .topbar-group .topbar-col .social-links {}

.social-links {}

.social-links .social-links-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-links .social-links-group a {
    border: 1px solid #D4D4D8;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D4D4D8;
    font-size: 12px;
}

.social-links .social-links-group a:hover {
    background-color: #1858A5;
    color: #fff;
    border-color: #1858A5;
}

.social-links .social-links-group a i {}

.letto-header .letto-head-main {
    border-width: 1px 0;
    border-style: solid;
    border-color: #D4D4D8;
    padding: 25px 0;
}

.pages-header.letto-header .letto-head-main {
    border-color: #EFEFEF;
}

.letto-header .letto-head-main .letto-head-main-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.letto-header .letto-head-main .letto-head-main-group .head-col {}

.letto-header .letto-head-main .letto-head-main-group .head-col.head-logos {
    flex: 1;
}

.letto-header .letto-head-main .letto-head-main-group .head-col .logo {}

.letto-header .letto-head-main .letto-head-main-group .head-col .logo a {}

.letto-header .letto-head-main .letto-head-main-group .head-col .logo a img {
    width: 100px;
}

.letto-header .letto-head-main .letto-head-main-group .head-col.head-menus {}

.letto-header .letto-head-main .letto-head-main-group .head-col.head-menus .menu-group {}

.letto-header .letto-head-main .letto-head-main-group .head-col.head-menus .menu-group ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.letto-header .letto-head-main .letto-head-main-group .head-col.head-menus .menu-group ul li {
    width: 100%;
}

.letto-header .letto-head-main .letto-head-main-group .head-col.head-menus .menu-group ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    height: 40px;
    align-items: center;
    transition: all .4s ease;
    width: max-content;
}

.letto-header .letto-head-main .letto-head-main-group .head-col.head-menus .menu-group ul li a:hover {
    color: #1858A5 !important;
}

.letto-header .letto-head-main .letto-head-main-group .head-col.head-menus .menu-group ul li a.active {
    color: #1858A5 !important;
}

.letto-header .letto-head-main .letto-head-main-group .head-col.head-menus .menu-group ul li a.active i {
    transform: rotate(180deg);
    transition: all .4s ease;
}

.letto-header .letto-head-main .letto-head-main-group .head-col.head-language {
}

.letto-header.sub-menu-active .letto-head-main .letto-head-main-group .head-col.head-menus .menu-group ul li a,
.letto-header.pages-header .letto-head-main .letto-head-main-group .head-col.head-menus .menu-group ul li a {
    color: #000;
}

.letto-header .letto-head-main .letto-head-main-group .head-col.head-actions {
    flex: 1;
    position: relative;
}

.letto-header .letto-head-main .letto-head-main-group .head-col.head-actions .actions-group {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.letto-header .letto-head-main .letto-head-main-group .head-col.head-actions .actions-group .search-action {}

.letto-header.pages-header .letto-head-main .letto-head-main-group .head-col.head-actions .actions-group .search-action svg {
    stroke: #000;
}

.letto-header .letto-head-main .letto-head-main-group .head-col.head-actions .actions-group .search-action img {}

.letto-header .letto-head-main .letto-head-main-group .head-col.head-actions .actions-group a {
    background-color: #ffffff52;
    height: 45px;
}

.letto-header.sub-menu-active .letto-head-main .letto-head-main-group .head-col.head-actions .actions-group a,
.letto-header.pages-header .letto-head-main .letto-head-main-group .head-col.head-actions .actions-group a {
    background-color: #E9E9E9;
    color: #000;
}



/*** START HOME HERO **/

.letto-hero {
    position: relative;
    background-color: #F3F8FC;
    padding: 50px 0;
}

.letto-hero .letto-hero-wrapper {}

.letto-hero .letto-hero-wrapper .letto-hero-media-slider {
    position: relative;
}

.letto-hero .letto-hero-wrapper .letto-hero-media-slider .swiper-navigation-button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-color: hsl(0deg 0% 100% / 50%);
    border-radius: 10px;
}

.letto-hero .letto-hero-wrapper .letto-hero-media-slider .swiper-navigation-button.next {
    right: 30px;
}

.letto-hero .letto-hero-wrapper .letto-hero-media-slider .swiper-navigation-button.prev {
    left: 30px;
}

.letto-hero .letto-hero-wrapper .letto-hero-media-slider .swiper-navigation-button i {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}

.swiper.swiper-hero-media {}

.swiper.swiper-hero-media .swiper-slide {
    position: relative;
}

.swiper.swiper-hero-media .swiper-slide .media {}

.swiper.swiper-hero-media .swiper-slide .media>img {
    border-radius: 20px;
}

.swiper.swiper-hero-media .swiper-slide .content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 120px;
}

.swiper.swiper-hero-media .swiper-slide .content .text {
    font-size: 50px;
    color: #fff;
}

.swiper.swiper-hero-media .swiper-slide .content .text .text-image {
    height: 150px;
    object-fit: contain;
    width: auto;
    position: relative;
    left: -20px;
}

.swiper.swiper-hero-media .swiper-slide .content .content-image {}

.swiper.swiper-hero-media .swiper-slide .content .content-image img {
    width: 70px;
}

.letto-hero .letto-hero-wrapper .letto-hero-content-slider {
    height: 100vh;
}


/*** START HOME PRODUCT **/

.letto-products {
    margin: 50px 0 0;
}

.letto-products .letto-products-head {
    position: relative;
}

.letto-products .letto-products-head .letto-head {
    margin: 0 0 40px;
}

.letto-products.hero-products .letto-products-head .letto-head::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #D4D4D8;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: -1;
}

.letto-products .letto-products-head .letto-head .letto-head-col {
    background-color: #fff;
    width: auto;
}

.letto-products .letto-products-head .letto-head .letto-head-col.navigation {
    padding-left: 20px;
}

.letto-products .letto-products-head .letto-head .letto-head-col.navigation .swiper-navigation-button {}

.letto-products .letto-products-head .letto-head .letto-head-col.navigation .swiper-navigation-button i {
    font-size: 16px;
}

.letto-products .letto-products-head .subtitle {
    margin: 0 0 15px 10px;
}

.letto-products .letto-products-head h3 {}

.letto-products .letto-products-head h2 {
    width: fit-content;
    margin: 0;
    line-height: 1;
}


.letto-products .letto-products-body {
    position: relative;
}

.letto-products.bottom .letto-products-body {}

.letto-products.bottom .letto-products-body::before {
    content: "";
    background: #fff;
    background: -moz-linear-gradient(90deg, #ffffff 0%, #ffffff00 100%);
    background: -webkit-linear-gradient(90deg, #ffffff 0%, #ffffff00 100%);
    background: linear-gradient(90deg, #ffffff 0%, #ffffff00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    position: absolute;
    height: 100%;
    width: 12%;
    left: 0;
    top: 0;
    z-index: 9;
}

.letto-products.bottom .letto-products-body::after {
    content: "";
    background: #fff;
    background: -moz-linear-gradient(270deg, #ffffff 0%, #ffffff00 100%);
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #ffffff00 100%);
    background: linear-gradient(270deg, #ffffff 0%, #ffffff00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    position: absolute;
    height: 100%;
    width: 12%;
    right: 0;
    top: 0;
    z-index: 9;
}

.letto-products .letto-products-body .letto-products-row {
    display: flex;
}

.letto-products .letto-products-body .letto-products-row .products-col {}

.letto-products .letto-products-body .letto-products-row .products-col.media {
    width: 40%;
}

.letto-products .letto-products-body .letto-products-row .products-col .media-vision {
    position: relative;
    height: 100%;
}

.letto-products .letto-products-body .letto-products-row .products-col .media-vision img.logo {
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
    object-fit: contain;
    height: auto;
}

.letto-products .letto-products-body .letto-products-row .products-col .media-vision img {
    border-radius: 30px;
    height: 100%;
    object-fit: cover;
}

.letto-products .letto-products-body .letto-products-row .products-col.slider {
    width: 60%;
    padding: 0 0 0 30px;
}

.letto-products .letto-products-body .letto-products-slider {
    transform: scale(1.08);
}

.swiper.swiper-products {}

.swiper.swiper-products .swiper-slide {
    position: relative;
    transition: all .4s ease;
}


.products-card {
    position: relative;
    border: 1px solid #F2F2F2;
    border-radius: 30px;
}

.letto-product-page .products-card {
    margin: 0 0 30px;
}

.products-card .card-image {
    position: relative;
}

.products-card .card-image img {
    z-index: 0;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
}

.products-card .card-content {
    line-height: 1;
    padding: 20px 25px;
}

.products-card .card-content .content-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #F7F7F7;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.products-card .card-content .content-group .content-col {
    width: 50%;
}

.products-card .card-content h3 {
    color: #333333;
    font-size: 18px;
}

.letto-product-page .products-card .card-content h3 {
    font-size: 20px;
    margin: 0;
}

/* Uyku Merkezleri: tek satır başlık + 3'lü görünüm */
.letto-product-page .prod-card-col .products-card .card-content .content-group .content-col {
    width: 100%;
}
.letto-product-page .prod-card-col .products-card .card-content h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    letter-spacing: -0.2px;
}

.products-card .card-content .tax {
    font-size: 11px;
    font-weight: 400;
    margin: 0 0 5px;
    display: block;
}

.letto-product-page .products-card .card-content .tax {
    font-size: 12px;
}

.products-card .card-content p {
    font-size: 13px;
    line-height: 18px;
}

.letto-product-page .products-card .card-content p {
    max-width: 50%;
}

.letto-product-page .products-card .card-content {
    padding: 18px 22px;
}

.letto-product-page .products-card .card-content .content-group {
    padding: 0 0 15px;
    margin: 0 0 15px;
}

.products-card .card-content a {
    height: 40px;
    padding: 0 8px;
    gap: 3px;
}

.products-card .card-content a i {}


.products-card .card-content a img {
    width: 20px;
}

/*** END HOME PRODUCT **/



/*** START HOME FEATURES ***/

.letto-features {
    position: relative;
    margin: 75px 0 0;
}

.letto-features .letto-head {}

.letto-features .letto-head h2 {
    font-weight: 400;
    margin: 0;
}

.letto-features .letto-features-group {
    position: relative;
}

.letto-features .letto-features-group .swiper-navigation-button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.letto-features .letto-features-group .swiper-navigation-button i {
    font-size: 16px;
}

.letto-features .letto-features-group .swiper-navigation-button.prev {
    left: -50px;
}

.letto-features .letto-features-group .swiper-navigation-button.next {
    right: -50px;
}

.features-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
    border: 1px solid #F2F2F2;
    height: 220px;
    border-radius: 30px;
}

.features-card:hover {
    border-color: transparent;
}

.features-card .icon {
    width: 50px;
    height: 50px;
    min-height: 50px;
    background-color: #fff;
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}

.features-card .icon::before {
    content: "";
    width: 66px;
    height: 66px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #F3F8FC;
    z-index: -1;
    border-radius: 100%;
}

.features-card .icon img {
    width: 24px;
}

.features-card h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
}

.features-card p {
    color: #C0C0C0;
    font-size: 11px;
    line-height: 14px;
}

/*** END HOME FEATURES **/



/*** START HOME GALLERY **/

.letto-gallery {
    background-color: #6ca7db14;
    padding: 50px 0;
    margin: 100px 0 0;
    position: relative;
}

.letto-gallery .gallery-lines {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.letto-gallery .gallery-lines span {
    height: 100%;
    width: 1px;
    display: block;
    background-color: #E0E0E0;
}

.letto-gallery .letto-head {
    position: relative;
    z-index: 9;
}

.letto-gallery .letto-head .letto-head-col {}

.letto-gallery .letto-head .letto-head-col .navigation-group {
    gap: 10px;
}

.letto-gallery .letto-head .letto-head-col .swiper-navigation-button {
    background-color: #E7F4FF;
    border-radius: 10px;
    width: 35px;
    height: 35px;
}

.letto-gallery .letto-head .letto-head-col .swiper-navigation-button i {
    font-size: 14px;
}

.letto-gallery .letto-head .letto-head-col h2 {
    font-weight: 400;
}

.letto-gallery .letto-gallery-wrapper {
    position: relative;
    z-index: 9;
}

.letto-gallery .letto-gallery-wrapper .letto-gallery-slider {}

.swiper.swiper-gallery {
    border-radius: 20px;
    overflow: hidden;
}

.swiper.swiper-gallery .swiper-wrapper {}

.swiper.swiper-gallery .swiper-wrapper .swiper-slide {
    position: relative;
}

.swiper.swiper-gallery .swiper-wrapper .swiper-slide .media {}

.swiper.swiper-gallery .swiper-wrapper .swiper-slide .media img {
    height: 450px;
    border-radius: 20px;
    object-fit: cover;
}

.swiper.swiper-gallery .swiper-wrapper .swiper-slide .content {
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0;
    transition: all .4s ease;
}

.swiper.swiper-gallery .swiper-wrapper .swiper-slide.swiper-slide-active .content {
    opacity: 1;
    transition: all .4s ease;
}

.swiper.swiper-gallery .swiper-wrapper .swiper-slide .content .text {
    color: #fff;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    max-width: 40%;
}

.swiper.swiper-gallery .swiper-wrapper .swiper-slide .content .text span {
    font-weight: 100;
}

.swiper.swiper-gallery .swiper-wrapper .swiper-slide .content .images {
    position: relative;
    left: -15px;
    top: -15px;
}

.swiper.swiper-gallery .swiper-wrapper .swiper-slide .content .images img {
    width: 200px;
}

/*** END HOME GALLERY **/



/*** START HOME PHOTOS **/

.letto-photos {
    margin: 100px 0 0;
}

.letto-photos .letto-photos-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.letto-photos .letto-photos-group .letto-photos-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.letto-photos .letto-photos-group .letto-photos-col .letto-photos-item {}

.letto-photos .letto-photos-group .letto-photos-col .letto-photos-item.h-33 {
    height: 33.33%;
}

.letto-photos .letto-photos-group .letto-photos-col .letto-photos-item.h-66 {}

.letto-photos .letto-photos-group .letto-photos-col .letto-photos-item .photo {
    height: 100%;
    display: block;
}

.letto-photos .letto-photos-group .letto-photos-col .letto-photos-item .photo img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.photos-card {
    border-radius: 20px;
    background-color: #6CA7DB;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    transition: all .4s ease-in;
}

.photos-card:hover {
    background-color: #1858A5;
    transition: all .4s ease-in;
}

.photos-card .title {
    font-size: 26px;
    font-family: 'Bongita', sans-serif !important;
    color: #fff;
    line-height: 30px;
    margin: 0 0 10px;
    max-width: 80%;
}

.photos-card .title *{
    font-family: 'Bongita', sans-serif !important;
}

.photos-card p {
    font-family: 'Gilroy', sans-serif !important;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    max-width: 80%;
}

/*** END HOME PHOTOS **/



/*** START WRITINGS **/

.letto-writings {
    margin: 50px 0 0;
}

.letto-writings .letto-head {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 25px;
    margin: 0 0 60px;
}

.letto-writings .letto-head .letto-head-col {}

.letto-writings .letto-head .letto-head-col h2 {
    margin: 0;
    line-height: 1;
}

.letto-writings .letto-head .letto-head-col .hashtag {}

.letto-writings .letto-writings-wrapper {}

.letto-writings .letto-writings-wrapper .letto-writings-group {
    display: none;
}

.letto-writings .letto-writings-wrapper .letto-writings-group.active {
    display: block;
}

.swiper.swiper-writings {}

.swiper.swiper-writings .swiper-wrapper {}

.swiper.swiper-writings .swiper-wrapper .swiper-slide {}

.writings-card {}

.writings-card .card-image {
    margin: 0 0 16px;
}

.writings-card .card-image img {
    border-radius: 10px;
}

.writings-card .card-content {}

.writings-card .card-content h3 {
    font-size: 17px;
    color: #333333;
    max-width: 30%;
    margin: 0 0 12px;
}

.writings-card .card-content p {
    font-size: 12px;
    line-height: 18px;
}

/*** END WRITINGS **/




/*** FOOTER ***/

.letto-footer {
    margin: 100px 0 0;
}

.letto-footer .letto-footer-logos {
    position: relative;
}

.letto-footer .letto-footer-logos .logos-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    border-top: 1px solid #EEEEEE;
    padding: 50px 0;
}

.letto-footer .letto-footer-logos .logos-group img {
    height: 50px;
    width: fit-content;
}

.letto-footer .letto-footer-logos .logos-group img:not(:last-child) {
    border-right: .5px solid #000;
    padding-right: 20px;
}

.letto-footer .letto-footer-logos img.shapes {
    position: absolute;
    left: 50%;
    top: -100%;
    transform: translate(-50%, 0);
    width: 120%;
    z-index: -1;
}

.letto-footer-main {
    background-color: #1858A5;
    position: relative;
    z-index: 9;
    padding: 100px 0;
}

.letto-footer-main .letto-footer-menus-group {
    padding: 75px 0 0;
}

.letto-footer-main .letto-footer-menus-group .row {}

.letto-footer-main .letto-footer-menus-group .row .col {}

.letto-footer-main .letto-footer-menus-group .row .col:first-child {
    flex: 2;
    padding-right: 100px;
}

.letto-footer-main .letto-footer-menus-group .row .col .footer-menu-item {}

.letto-footer-main .letto-footer-menus-group .row .col .footer-menu-item .title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 20px;
}

.letto-footer-main .letto-footer-menus-group .row .col .footer-menu-item .menu-content {}

.letto-footer-main .letto-footer-menus-group .row .col .footer-menu-item .menu-content ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.letto-footer-main .letto-footer-menus-group .row .col .footer-menu-item .menu-content ul li {}

.letto-footer-main .letto-footer-menus-group .row .col .footer-menu-item .menu-content ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    line-height: 16px;
    display: block;
}

.letto-footer-main .letto-footer-menus-group .row .col .footer-menu-item .menu-content ul li a:hover {
    opacity: .4;
}

.letto-footer-main .letto-footer-menus-group .row .col .footer-menu-item .catalog-group {
    display: flex;
    gap: 15px;
}

.letto-footer-main .letto-footer-menus-group .row .col .footer-menu-item .catalog-group a {}

.letto-footer-main .letto-footer-menus-group .row .col .footer-menu-item .catalog-group a img {
    height: 125px;
    width: auto;
    object-fit: cover;
}

.footer-contact {}

.footer-contact .address {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 40px;
}

.footer-contact .address .icon {}

.footer-contact .address .icon img {
    width: 25px;
}

.footer-contact .address .content {
    line-height: 1;
}

.footer-contact .address .content .text {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 6px;
}

.footer-contact .address .content .label {
    font-size: 12px;
    color: #fff;
    letter-spacing: .2px;
}

.footer-contact .footer-contact-button {
    display: flex;
    height: 50px;
    margin: 0 0 10px;
}

.footer-contact .footer-contact-button.help {
    background-color: #F2F2F2;
}

.footer-contact .footer-contact-button.help .icon {
    background-color: #fff;
}

.footer-contact .footer-contact-button.help .text {
    color: #1858A5;
}

.footer-contact .footer-contact-button.call {
    border: .5px solid #fff;
}

.footer-contact .footer-contact-button.call:hover {
    border-color: transparent;
}

.footer-contact .footer-contact-button.call .icon {
    border-right: .5px solid #fff;
}

.footer-contact .footer-contact-button.call .text {
    color: #fff;
}

.footer-contact .footer-contact-button .icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact .footer-contact-button .icon img {
    width: 24px;
}

.footer-contact .footer-contact-button .text {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.letto-footer-journal {
    border-bottom: 1px solid #6CA7DB;
    padding: 0 0 50px;
}

.letto-footer-journal .row {
    align-items: center;
}

.letto-footer-journal .journals-form {}

.letto-footer-journal .journals-form form {}

.letto-footer-journal .journals-form form .letto-input-group {
    display: flex;
    margin: 0;
}

.letto-footer-journal .journals-form form .letto-input-group input {
    background-color: rgb(255 255 255 / 10%);
    border: unset;
    color: #fff;
    font-size: 13px;
    height: 55px;
    padding: 0 20px;
    border-radius: 3px 0 0 3px;
}

.letto-footer-journal .journals-form form .letto-input-group input::placeholder {
    color: #fff;
    font-size: 15px;
}

.letto-footer-journal .journals-form form .letto-input-group button {
    background-color: #fff;
    color: #1858A5;
    font-size: 14px;
    font-weight: 400;
    width: 130px;
    border-radius: 0 5px 5px 0;
    border: 1px solid transparent;
}

.letto-footer-journal .journals-form form .letto-input-group button:hover {
    background-color: #1858A5;
    color: #fff;
    border-color: #fff;
}

.letto-footer-journal .journals-form .newsletter-msg {
    margin-bottom: 10px;
    font-size: 14px;
}

.letto-footer-journal .journals-form .newsletter-msg.success {
    color: #90EE90;
}

.letto-footer-journal .journals-form .newsletter-msg.error {
    color: #ffb3b3;
}

.letto-footer-journal .social-links {}

.letto-footer-journal .social-links .social-links-group {
    justify-content: flex-end;
}

.letto-footer-journal .social-links .social-links-group a {
    border-color: #fff;
    width: 35px;
    height: 35px;
    font-size: 16px;
    color: #fff;
}

.letto-footer-journal .social-links .social-links-group a:hover {
    background-color: #fff;
    color: #1858A5;
}

.letto-footer-journal .social-links .social-links-group a i {}

.letto-footer-copyright {
    background-color: #1858A5;
    padding: 0 0 50px;
}

.letto-footer-copyright .letto-footer-copyright-group {
    display: flex;
    justify-content: space-between;
}

.letto-footer-copyright .letto-footer-copyright-group .copyright-col {}

.letto-footer-copyright .letto-footer-copyright-group .copyright-col p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.letto-footer-copyright .letto-footer-copyright-group .copyright-col p strong {}

.letto-footer-copyright .letto-footer-copyright-group .copyright-col a.powered {}

.letto-footer-copyright .letto-footer-copyright-group .copyright-col a.powered img {
    height: 15px;
}

/** START PAGE HEAD  **/

.letto-page-head {
    background-color: #F7F7F7;
}

.letto-page-head .page-head-wrapper {}

.letto-page-head .page-head-wrapper .page-head-group {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 40px 0;
}

body .breadcrumb {
    margin: 0 0 10px;
}

body .breadcrumb ul {
    display: flex;
    gap: 5px;
}

body .breadcrumb ul li {
    color: #202020;
    font-size: 12px;
    font-weight: 400;
}

body .breadcrumb ul li a {
    color: #D2D2D2;
    font-weight: 100;
}

body .breadcrumb ul li a::after {
    content: "/";
}

.letto-page-head .page-head-wrapper .page-head-group .title {}

.letto-page-head .page-head-wrapper .page-head-group .title h1 {
    text-align: center;
    color: #333333;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}

/** END PAGE HEAD  **/


/** START PRODUCT PAGE  **/

.letto-product-page {
    margin: 50px 0 0;
}

.letto-product-page .product-category-sidebar .sub-head-menu-wrapper {
    background: #FAFAFA;
    border-radius: 16px;
    padding: 16px 14px;
}
.letto-product-page .product-category-sidebar .sub-head-menu-list ul {
    flex-direction: column;
    gap: 0;
}
.letto-product-page .product-category-sidebar .sub-head-menu-list ul li {
    width: 100%;
    border-bottom: 1px solid #eee;
}
.letto-product-page .product-category-sidebar .sub-head-menu-list ul li:last-child {
    border-bottom: none;
}
.letto-product-page .product-category-sidebar .sub-head-menu-list ul li a {
    color: #000 !important;
    display: flex;
    align-items: center;
    padding: 9px 0;
    font-size: 13px;
}
.letto-product-page .product-category-sidebar .sub-head-menu-list ul li a i {
    margin-right: 8px;
    font-size: 14px;
}
.letto-product-page .product-category-sidebar .sub-head-menu-list ul li a.active {
    color: #6CA7DB !important;
}
.letto-product-page .product-category-sidebar .sub-head-menu-list ul li a.active i {
    transform: rotate(90deg);
}
.letto-product-page .product-category-sidebar .sub-child-menu {
    margin: 0 0 5px 20px;
    display: none;
}
.letto-product-page .product-category-sidebar .sub-child-menu ul li a {
    color: #0000004d !important;
    font-size: 14px;
    padding: 8px 0;
}

.letto-product-page .letto-product-page-body {}

.letto-product-page .letto-product-page-body .letto-product-page-wrapper {}

/* ════════════════════════════════════════
   Global Scroll Animasyon Sistemi (lv-anim)
   ════════════════════════════════════════ */

@keyframes lv-fade-up {
    from { opacity:0; transform:translateY(48px) scale(.97); }
    60%  { opacity:1; transform:translateY(-5px) scale(1.005); }
    to   { opacity:1; transform:translateY(0) scale(1); }
}
@keyframes lv-fade-down {
    from { opacity:0; transform:translateY(-40px); }
    to   { opacity:1; transform:translateY(0); }
}
@keyframes lv-fade-left {
    from { opacity:0; transform:translateX(-50px); }
    to   { opacity:1; transform:translateX(0); }
}
@keyframes lv-fade-right {
    from { opacity:0; transform:translateX(50px); }
    to   { opacity:1; transform:translateX(0); }
}
@keyframes lv-fade-in {
    from { opacity:0; }
    to   { opacity:1; }
}
@keyframes lv-zoom-in {
    from { opacity:0; transform:scale(.88); }
    to   { opacity:1; transform:scale(1); }
}

[data-lv-anim] { opacity:0; }

[data-lv-anim].lv-visible {
    animation-fill-mode:both;
    animation-timing-function:cubic-bezier(.22,.68,0,1.18);
    animation-duration:.72s;
}
[data-lv-anim="fade-up"].lv-visible    { animation-name:lv-fade-up; }
[data-lv-anim="fade-down"].lv-visible  { animation-name:lv-fade-down; }
[data-lv-anim="fade-left"].lv-visible  { animation-name:lv-fade-left; }
[data-lv-anim="fade-right"].lv-visible { animation-name:lv-fade-right; }
[data-lv-anim="fade-in"].lv-visible    { animation-name:lv-fade-in; }
[data-lv-anim="zoom-in"].lv-visible    { animation-name:lv-zoom-in; }

/* Kademeli gecikme */
[data-lv-delay="1"].lv-visible { animation-delay:.06s; }
[data-lv-delay="2"].lv-visible { animation-delay:.14s; }
[data-lv-delay="3"].lv-visible { animation-delay:.22s; }
[data-lv-delay="4"].lv-visible { animation-delay:.30s; }
[data-lv-delay="5"].lv-visible { animation-delay:.38s; }
[data-lv-delay="6"].lv-visible { animation-delay:.46s; }
[data-lv-delay="7"].lv-visible { animation-delay:.54s; }
[data-lv-delay="8"].lv-visible { animation-delay:.62s; }
[data-lv-delay="9"].lv-visible { animation-delay:.70s; }

/* ── Ürünler Sayfası Animasyonlar ── */

@keyframes prod-card-in {
    0%   { opacity: 0; transform: translateY(50px) scale(.94); }
    60%  { opacity: 1; transform: translateY(-6px) scale(1.01); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes prod-sidebar-in {
    0%   { opacity: 0; transform: translateX(-40px); }
    100% { opacity: 1; transform: translateX(0); }
}
@keyframes prod-head-in {
    0%   { opacity: 0; transform: translateY(-20px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Başlangıç: gizli */
.prod-card-col,
.prod-sidebar-col {
    opacity: 0;
}

/* Sayfa başlığı anında çalışsın */
.prod-head-anim {
    animation: prod-head-in .6s cubic-bezier(.22,.68,0,1.2) both;
}

/* Sidebar */
.prod-sidebar-col.prod-entered {
    animation: prod-sidebar-in .6s cubic-bezier(.22,.68,0,1.1) .1s both;
}

/* Kart kolonları – CSS custom property ile gecikme */
.prod-card-col.prod-entered {
    animation: prod-card-in .7s cubic-bezier(.22,.68,0,1.15) var(--pd, 80ms) both;
}

/* Kart hover: yukarı kalk + gölge */
.letto-product-page .products-card {
    transition: transform .35s cubic-bezier(.22,.68,0,1.2),
                box-shadow .35s ease;
}
.letto-product-page .products-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0,0,0,.10);
}

/* Kart resim: hover zoom */
.letto-product-page .products-card .card-image {
    overflow: hidden;
    border-radius: 30px 30px 0 0;
}
.letto-product-page .products-card .card-image img {
    transition: transform .5s cubic-bezier(.22,.68,0,1.1);
    width: 100%;
}
.letto-product-page .products-card:hover .card-image img {
    transform: scale(1.06);
}

/* Sidebar link hover */
.letto-product-page .product-category-sidebar .sub-head-menu-list ul li a {
    transition: color .2s ease, padding-left .2s ease;
}
.letto-product-page .product-category-sidebar .sub-head-menu-list ul li a:hover {
    padding-left: 4px;
    color: #6CA7DB !important;
}

/** END PRODUCT PAGE  **/



/** START PRODUCT DETAIL  **/

.letto-product-detail {
    margin: 30px 0 0;
}

.letto-product-detail .detail-media {
    position: relative;
}

.letto-product-detail .detail-media .swiper-navigation-button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #ffffff80;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 8px;
}

.letto-product-detail .detail-media .swiper-navigation-button i {
    font-size: 18px;
}

.letto-product-detail .detail-media .swiper-navigation-button.prev {
    left: 80px;
}

.letto-product-detail .detail-media .swiper-navigation-button.next {
    right: 80px;
}

.letto-product-detail .detail-media .media {}

.letto-product-detail .detail-media .media img {
    border-radius: 50px;
}

.letto-product-detail .detail-media .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.letto-product-detail .detail-media .content .title {
    font-size: 100px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px;
}

.letto-product-detail .detail-media .content .subtitle {
    color: #fff;
    font-size: 24px;
    letter-spacing: 34px;
    font-weight: 600;
}

.letto-product-detail .detail-bar {
    padding: 50px 0;
    border-bottom: 1px solid #EFEFEF;
}

.letto-product-detail .detail-bar .detail-bar-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.letto-product-detail .detail-bar .detail-bar-group .bar-title {}

.letto-product-detail .detail-bar .detail-bar-group .bar-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    margin: 0;
}

.letto-product-detail .detail-bar .detail-bar-group .bar-button {}

.letto-product-detail .detail-bar .detail-bar-group .bar-button .letto-button {
    font-size: 11px;
    height: 40px;
    padding: 0 20px;
}

.letto-product-detail-content {
    margin: 40px 0 0;
}

.letto-product-detail-content .content-row {}

.letto-product-detail-content .content-row:not(:last-child) {
    margin: 0 0 100px;
}

.letto-product-detail-content .content-row .row {}

.letto-product-detail-content .content-row .content-main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.letto-product-detail-content .content-row .content-main h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
}

.letto-product-detail-content .content-row .content-main p {
    font-size: 15px;
    line-height: 28px;
    max-width: 70%;
}

.letto-product-detail-content .content-row .content-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.letto-product-detail-content .content-row .content-media img {
    border-radius: 30px;
    width: 100%;
}

.letto-product-detail-content .content-row:nth-child(even) {}

.letto-product-detail-content .content-row:nth-child(even) .content-main {
    text-align: end;
    align-items: flex-end;
}

.letto-product-detail-content .content-row:nth-child(even) .content-main .content-html {
    width: fit-content;
    display: contents;
}


.letto-product-detail-videos {
    margin: 80px 0 0;
}

.letto-product-detail-videos .videos-detail-wrapper {
    display: flex;
    justify-content: center;
}

/* Ürün detay video kartı */
#pdVideoCard {
    width: 80%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

#pdVideoCard #pdVideo {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
}

/* Tarayıcı varsayılan kontrol ve overlay butonlarını gizle */
#pdVideo::-webkit-media-controls                       { display: none !important; }
#pdVideo::-webkit-media-controls-enclosure             { display: none !important; }
#pdVideo::-webkit-media-controls-overlay-play-button   { display: none !important; }
#pdVideo::-webkit-media-controls-start-playback-button { display: none !important; }
#pdVideo::-webkit-media-controls-panel                 { display: none !important; }

/* Autoplay engellenince görünen overlay (Safari) */
#pdVideoOverlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    cursor: pointer;
    z-index: 20;
}

#pdVideoOverlay .pvo-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#pdVideoOverlay .pvo-inner i {
    font-size: 72px;
    color: #fff;
    opacity: .9;
    transition: transform .2s;
}

#pdVideoOverlay:hover .pvo-inner i {
    transform: scale(1.1);
}

.pd-video-control {
    position: absolute;
    bottom: 18px;
    right: 18px;
    z-index: 9;
    opacity: 0;
    transition: opacity .3s ease;
}

#pdVideoCard:hover .pd-video-control {
    opacity: 1;
}

.pd-video-control button {
    background: rgba(255,255,255,0.85);
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #222;
    transition: background .2s;
}

.pd-video-control button:hover {
    background: #fff;
}

.videos-card {
    width: 80%;
    position: relative;
}

.videos-card .videos-wallpaper {
    display: block;
}

.videos-card .videos-wallpaper img {
    border-radius: 30px;
    height: 400px;
    object-fit: cover;
}

.videos-card .videos-content {
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translate(0, -50%);
    z-index: 9;
}

.videos-card .videos-content .title {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
}

.videos-card .videos-content .title span {
    display: block;
    font-weight: 100;
}

.videos-card .videos-control {}

.videos-card .videos-control .videos-control-button {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.videos-card .videos-control .videos-control-button::before {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff2e;
    z-index: -1;
    border-radius: 100%;
}

.videos-card .videos-control .videos-control-button.active {
    opacity: 1;
    visibility: visible;
    transition: all .4s ease;
}

.videos-card .videos-control .videos-control-button i {}

.videos-card .videos-control .videos-control-button.videos-pause {
    display: none;
}

.videos-card.play .videos-control .videos-control-button.videos-pause {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Tarayıcı varsayılan ortadaki oynat butonunu gizle */
#productVideos::-webkit-media-controls-start-playback-button,
#productVideos::-webkit-media-controls-play-button {
    display: none !important;
}
#productVideos::-webkit-media-controls {
    display: none !important;
}

.videos-card .videos-control .videos-control-button.videos-play {}

.videos-card .videos-control .videos-play {}

.videos-card .videos-control .videos-play i {}

.videos-card .videos-main {
    display: none;
}

.videos-card .videos-main video {
    border-radius: 30px;
    height: 400px;
    object-fit: cover;
    display: block;
}

/** END PRODUCT DETAIL  **/



/** START ABOUT PAGE  **/

.letto-about-page {}

.letto-about-page .letto-about-page-wrapper {}

.about-content-card {
    background-color: #1858A5;
    position: relative;
}

.about-content-card .card-shapes {
    position: absolute;
    height: 100%;
    top: 0;
}

.about-content-card .card-shapes.right {
    right: -50%;
    transform: translate(-50%, 0);
}

.about-content-card .card-shapes.right img {
    transform: scaleX(-1);
}

.about-content-card .card-shapes.left {
    left: -50%;
    transform: translate(50%, 0);
}

.about-content-card .card-shapes.left img {}

.about-content-card .card-shapes img {
    height: 100%;
    object-fit: contain;
    width: auto;
}

.about-content-card .content-main {
    width: 50%;
    margin: auto;
    padding: 50px 0;
}

.about-content-card .content-main .logo {
    margin: 0 0 30px;
}

.about-content-card .content-main .logo img {
    height: 45px;
}

.about-content-card .content-main p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Gilroy', sans-serif !important;
    text-align: center;
}

.about-videos {
    margin: 75px 0 50px;
}

.about-videos .about-videos-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.about-videos .about-videos-wrapper h1 {
    color: #000000;
    font-size: 28px;
    font-family: 'Gilroy', sans-serif !important;
    font-weight: 600;
    width: 65%;
    text-align: center;
    line-height: 40px;
    letter-spacing: 3px;
    margin: 0;
}

.about-videos .about-videos-wrapper .videos-detail-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.about-videos .about-videos-wrapper .videos-detail-wrapper .videos-card {
    width: 80%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

#aboutVideoCard .videos-main video {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
}

#aboutVideo::-webkit-media-controls                       { display: none !important; }
#aboutVideo::-webkit-media-controls-enclosure             { display: none !important; }
#aboutVideo::-webkit-media-controls-overlay-play-button   { display: none !important; }
#aboutVideo::-webkit-media-controls-start-playback-button { display: none !important; }
#aboutVideo::-webkit-media-controls-panel                 { display: none !important; }

#aboutVideoOverlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    cursor: pointer;
    z-index: 20;
}

.about-content-button-bar {
    height: 45px;
}

.about-content-button-bar .container {}

.about-content-button-bar .container .button-bar-area {
    transition: all .4s ease;
}

.about-content-button-bar .container .button-bar-area.fixed-bar {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
    z-index: 9999;
    background-color: #ffffff;
    transition: all .4s ease;
}

.about-content-button-bar .container .button-bar-area .button-bar-group {
    display: flex;
    gap: 50px;
    justify-content: center;
}

.about-content-button-bar .container .button-bar-area .button-bar-group a {
    height: 45px;
    border: .5px solid #D0D0D0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 0 40px;
    line-height: 1;
}

.about-content-button-bar .container .button-bar-area .button-bar-group a.active {
    background-color: #F6F6F6;
    border-color: #F6F6F6;
}

.about-content-area {
    margin: 100px 0 0;
}

.about-content-area .content-row {
    width: 80%;
    margin: auto;
}

.about-content-area .content-row:nth-child(even) .content-main {
    padding: 0 0 0 75px;
}

.about-content-area .content-row:not(:last-child) {
    margin: 0 auto 50px;
}

.about-content-area .content-row .row {}

.about-content-area .content-row .content-main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-content-area .content-row .content-main h2 {
    color: #333333;
    font-size: 28px;
    font-weight: 600;
}

.about-content-area .content-row .content-main p {
    font-size: 17px;
    line-height: 30px;
    max-width: 80%;
}

.about-content-area .content-row .content-media {}

.about-content-area .content-row .content-media img {
    border-radius: 30px;
    width: 100%;
}

.about-content-historical {
    background-color: #1858A5;
    margin: 100px 0;
}

.about-content-historical .historical-card .row {}

.about-content-historical .historical-card .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 50px;
}

.about-content-historical .historical-card .card-content .title {
    position: relative;
    z-index: 9;
    margin: 0 0 15px;
}

.about-content-historical .historical-card .card-content h2 {
    background-color: #1858A5;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 10px;
    position: relative;
    width: fit-content;
    z-index: 9;
    margin: 0;
    padding: 0 20px 0 0;
}

.about-content-historical .historical-card .card-content .title::before {
    content: "";
    width: 100%;
    height: .5px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
}

.about-content-historical .historical-card .card-content p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 8px;
}

.about-content-historical .historical-card {
    padding: 60px 0 0;
}

.about-content-historical .historical-card .card-media {
    height: 100%;
    position: relative;
    width: 100%;
}

.about-content-historical .historical-card .card-media img {
    border-radius: 30px;
    height: 115%;
    object-fit: cover;
}

.about-content-production {}

.about-content-production .container {}

.about-content-production .container .production-wrapper {}

.about-content-production .container .production-wrapper .production-head {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-content-production .container .production-wrapper .production-head h2 {
    color: #333333;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 25px;
}

.about-content-production .container .production-wrapper .production-head p {
    font-size: 17px;
    line-height: 30px;
    max-width: 70%;
}

.about-content-production .container .production-wrapper .letto-production-middle {}

.about-content-production .container .production-wrapper .letto-production-middle .letto-production-middle-wrapper {}

.letto-production-slider {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}

.letto-production-slider .swiper-navigation-button {}

.letto-production-slider .swiper-navigation-button i {}

.letto-production-slider .swiper-navigation-button.prev {}

.letto-production-slider .swiper-navigation-button.next {}

.letto-production-slider .swiper {
    width: 100%;
    max-width: 1000px;
    perspective: 1200px;
    margin: 30px 0 0 !important;
    width: fit-content !important;
    padding: 0 0 35px !important;
}

.letto-production-slider .swiper .swiper-slide {
    width: 320px;
    height: 350px;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
    bottom: -20px;
}

.letto-production-slider .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.letto-production-slider .swiper .swiper-slide-active {
    z-index: 10;
    bottom: 0;
}

/** END ABOUT PAGE  **/



/** START FAIRS PAGE  **/

.letto-fairs-page {
    margin: 40px 0 0;
}

.letto-fairs-page .letto-fairs-wrapper {}

.letto-fairs-page .letto-fairs-wrapper .detail-media {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 95vw;
}

.letto-fairs-page .letto-fairs-wrapper .detail-media .swiper-navigation-button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #ffffff80;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 8px;
}

.letto-fairs-page .letto-fairs-wrapper .detail-media .swiper-navigation-button.prev {
    left: 50px;
}

.letto-fairs-page .letto-fairs-wrapper .detail-media .swiper-navigation-button.next {
    right: 50px;
}

.letto-fairs-page .letto-fairs-wrapper .detail-media .swiper-navigation-button i {
    font-size: 18px;
}

.swiper.swiper-fairs {}

.swiper.swiper-fairs .swiper-wrapper {}

.swiper.swiper-fairs .swiper-wrapper .swiper-slide {}

.swiper.swiper-fairs .swiper-wrapper .swiper-slide .media {
    overflow: hidden;
}

.swiper.swiper-fairs .swiper-wrapper .swiper-slide .media img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

body .letto-swiper-pagination {
    position: absolute;
    width: fit-content !important;
    z-index: 9;
    left: 50% !important;
    transform: translate(-50%, 0);
    top: unset !important;
    bottom: 20px !important;
}

body .letto-swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: 8px;
    height: 8px;
    transition: all .4s ease-in;
    border-radius: 8px;
}

body .letto-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 8px;
    background-color: #BABABA;
    transition: all .4s ease-in;
}

.letto-fairs-list {
    margin: 100px 0 0;
}

.letto-fairs-list .letto-fairs-list-wrapper {}

.letto-fairs-list .letto-fairs-list-wrapper .row {}

.fairs-card {
    margin: 0 0 50px;
}

.fairs-card .card-media {
    margin: 0 0 25px;
}

.fairs-card .card-media img {
    border-radius: 30px;
}

.fairs-card .card-content {}

.fairs-card .card-content h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 2px;
}

.fairs-card .card-content p {
    font-size: 13px;
    line-height: 23px;
    margin: 0 0 15px;
}

.fairs-card .card-content .letto-button {
    font-size: 11px;
    height: 40px;
}

.fairs-card .card-content .letto-button i {
    transform: scaleX(-1);
}


.letto-fairs-content {
    margin: 50px 0 0;
}

.letto-fairs-content .content-head {}

.letto-fairs-content .content-head .sub-image {
    height: 50px;
    width: auto;
    object-fit: contain;
    margin: 0 0 15px;
}

.letto-fairs-content .content-head h1 {
    font-size: 26px;
    color: #333333;
    line-height: 30px;
}

.letto-fairs-content .content-head .date {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
}

.letto-fairs-content .content-main {
    margin: 20px 0 0;
}

.letto-fairs-content .content-main p {
    font-size: 15px;
    line-height: 32px;
    margin: 0 0 10px;
}


.letto-fairs-gallery {
    margin: 75px 0 0;
}

.letto-fairs-gallery .letto-head {}

.letto-fairs-gallery .letto-head .letto-head-col {}

.letto-fairs-gallery .letto-head .letto-head-col h2 {
    margin: 0;
    line-height: 1;
}

.letto-fairs-gallery .letto-head .letto-head-col .hashtag {}

.letto-fairs-gallery .letto-fairs-gallery-wrapper {}

.swiper.swiper-fairs-gallery {
    border-radius: 7px;
}

.swiper.swiper-fairs-gallery .swiper-wrapper {}

.swiper.swiper-fairs-gallery .swiper-wrapper .swiper-slide {}

.swiper.swiper-fairs-gallery .swiper-wrapper .swiper-slide a {}

.swiper.swiper-fairs-gallery .swiper-wrapper .swiper-slide a img {
    border-radius: 7px;
}

/** END FAIRS PAGE  **/



/** START CONTACT PAGE  **/

.letto-contact-page {
    margin: 50px 0 0;
}

.letto-contact-page .contact-page-wrapper {}

.letto-contact-page .contact-page-wrapper .row {}

.letto-contact-page .contact-page-wrapper .contact-info-card {
    padding: 0 50px 0 0;
}

.letto-contact-page .contact-page-wrapper .contact-info-card .card-top {
    margin: 0 0 50px;
}

.letto-contact-page .contact-page-wrapper .contact-info-card .card-top p {
    font-size: 15px;
    line-height: 22px;
}

.letto-contact-page .contact-page-wrapper .contact-info-card .info-group {}

.letto-contact-page .contact-page-wrapper .contact-info-card .info-group .row {}

.letto-contact-page .contact-page-wrapper .contact-info-card .info-group .info-item {
    margin: 0 0 35px;
}

.letto-contact-page .contact-page-wrapper .contact-info-card .info-group .info-item .label {
    color: #ADADAD;
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 1;
    margin: 0 0 6px;
}

.letto-contact-page .contact-page-wrapper .contact-info-card .info-group .info-item a {
    font-size: 15px;
    display: block;
    line-height: 18px;
    margin: 0 0 5px;
}

.letto-contact-page .contact-page-form {
    width: 70%;
    float: right;
}

.letto-contact-map {
    margin: 50px 0 0;
}

.letto-contact-map .contact-map {}

.letto-contact-map .contact-map iframe {
    height: 350px;
    border-radius: 25px;
    display: block;
}

/** END CONTACT PAGE  **/


/** START BLOG PAGE  **/

.letto-blog-page {
    margin: 50px 0 0;
}

.letto-blog-page .letto-blog-page-body {}

.letto-blog-page .letto-blog-page-body .letto-blog-page-wrapper {}

.letto-blog-page .letto-blog-page-body .letto-blog-page-wrapper .row {}

.blog-card {
    border: 1px solid #E3E3E3;
    border-radius: 20px;
    display: block;
    margin: 0 0 30px;
    transition: all .4s ease-in;
}

.blog-card.out-scope {
    opacity: .5;
    transition: all .4s ease-in;
}

.blog-card .card-image {}

.blog-card .card-image img {
    border-radius: 20px 20px 0 0;
    object-fit: cover;
}

.blog-card .card-content {
    padding: 25px;
}

.blog-card .card-content .time {
    color: rgb(0 0 0 / 12%);
    font-size: 11px;
    margin: 0 0 5px;
}

.blog-card .card-content h3 {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.blog-card .card-content p {
    color: #0000004d;
    font-size: 13px;
    line-height: 20px;
}

.letto-blog-detail {
    margin: 50px 0 0;
}

.letto-blog-detail .letto-blog-detail-wrapper {}

.letto-blog-detail .letto-blog-detail-wrapper .blog-head {
    margin: 0 0 25px;
}

.letto-blog-detail .letto-blog-detail-wrapper .blog-head .breadcrumb {
    margin: 0 0 15px;
}

.letto-blog-detail .letto-blog-detail-wrapper .blog-head h1 {
    color: #333333;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    max-width: 75%;
}

.letto-blog-detail .letto-blog-detail-wrapper .blog-media {
    margin: 0 0 50px;
}

.letto-blog-detail .letto-blog-detail-wrapper .blog-media .main {
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}

.letto-blog-detail .letto-blog-detail-wrapper .blog-content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
}

.letto-blog-detail .letto-blog-detail-wrapper .blog-content>*:not(img) {
    width: 100% !important;
}

.letto-blog-detail .letto-blog-detail-wrapper .blog-content p {
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 10px;
}

.letto-blog-detail .letto-blog-detail-wrapper .blog-content img {
    width: 400px;
    border-radius: 10px;
    margin: 0 0 30px;
}

/** END BLOG PAGE  **/


.search-action {}

.search-action img {
    width: 24px;
}

.search-action svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
}

.search-action i {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
    position: relative;
    top: 5px;
    display: none;
}

.search-action svg path {}

.links-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

body .letto-button {
    height: 45px;
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border-radius: 10px;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    width: fit-content;
    gap: 5px;
    line-height: 1;
}

body .letto-button:hover {
    background-color: #1858A5 !important;
    color: #fff;
}

body .letto-button.transparent {
    background-color: #ffffff52;
}

body .letto-button img {
    width: 20px;
    margin: 0 0 3px;
}

body .letto-button i {
    font-size: 14px;
}

.letto-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px;
    width: 100%;
}

.letto-head .subtitle {
    color: #DC0024;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 15px;
    line-height: 1;
    width: fit-content;
}

.letto-head .subtitle::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(0, -60%);
    background-color: #DC0024;
    border-radius: 100%;
}

.letto-head h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    color: #555E7A;
    margin: 0 0 15px;
}

.letto-head h2 {
    color: #333333;
    font-size: 26px;
    font-weight: 600;
    display: block;
}

.letto-head .hashtag {
    font-family: 'Gilroy', sans-serif !important;
    color: #1858A5;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.letto-head p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    width: 25vw;
    display: block;
    margin: 10px 0 0;
}

.letto-head .letto-head-col {
    display: block;
}

.letto-head a {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 3px;
}

.letto-head a i {
    line-height: 1;
}

.head-filter {}

.head-filter .filter-group {
    display: flex;
    gap: 20px;
}

.head-filter .filter-group a {
    height: 40px;
    border: .5px solid #000;
    border-radius: 45px;
    font-size: 13px;
    font-weight: 400;
    padding: 0px 25px;
}

.head-filter .filter-group a:hover {
    background-color: #1858A5;
    border-color: #1858A5;
    color: #fff;
}

.head-filter .filter-group a.active {
    background-color: #1858A5;
    border-color: #1858A5;
    color: #fff;
}

.navigation-group {
    display: flex;
    align-items: center;
    gap: 0;
}

.swiper-navigation-button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.swiper-navigation-button.swiper-button-lock {
    display: block;
    opacity: .2;
}

.swiper-navigation-button img {
    width: 35px;
}

.swiper-navigation-button i {
    line-height: 1;
    font-size: 20px;
    font-weight: 100;
}

body .swiper {
    display: none;
}

body .swiper.swiper-horizontal,
body .swiper.swiper-vertical {
    display: block;
}



/** START HEAD SUB MENU  **/

.sub-head-menu {
    position: absolute;
    left: 50%;
    top: 80%;
    width: 60%;
    transform: translate(-50%, 0);
    display: none;
    z-index: 99;
}

.sub-head-menu.active {
    appearance: auto;
    opacity: 1;
    transform: translate(0, 0);
    display: block;
    transition: all .4s ease;
    z-index: 999;
}

.sub-head-menu .sub-head-menu-wrapper {
    background-color: #FAFAFA;
    margin: 27px 0 0;
    border-radius: 0 0 50px 50px;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: flex-start;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list {
    padding: 40px;
}

header.letto-header .letto-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li {
    display: block;
    width: 30%;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li:not(:last-child) {}

header.letto-header .letto-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li a {
    color: #000 !important;
    display: flex;
    align-items: center;
    font-weight: 400;
    height: auto;
    font-size: 15px;
}

header.letto-header .letto-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li a i {
    font-size: 15px;
    line-height: 1;
    margin: 0 6px 0 0;
}

header.letto-header .letto-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li a.active {
    color: #6CA7DB !important;
}

header.letto-header .letto-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li a.active i {
    transform: rotate(90deg);
}

header.letto-header .letto-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list .sub-child-menu {
    margin: 15px 0 5px 20px;
    display: none;
}

header.letto-header .letto-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list .sub-child-menu ul {
    gap: 3px;
}

header.letto-header .letto-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list .sub-child-menu ul li {
    margin: 0;
    padding: 0;
}

header.letto-header .letto-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list .sub-child-menu ul li a {
    color: #0000004d !important;
    font-weight: 400;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li a i {
    margin: 0 0 2px;
    font-size: 12px;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-menu-media {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding: 25px;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-menu-media .media-item {
    height: auto !important;
    width: fit-content !important;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-menu-media .media-item img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

/* Tümünü Gör - menü alt link */
.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li.menu-view-all {
    border-top: 1px solid #e0e0e0;
    margin-top: 8px;
    padding-top: 4px;
}
header.letto-header .letto-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li.menu-view-all a.menu-view-all-link {
    color: #6CA7DB !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}
header.letto-header .letto-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li.menu-view-all a.menu-view-all-link i {
    font-size: 16px;
    margin: 0;
}
header.letto-header .letto-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li.menu-view-all a.menu-view-all-link:hover {
    opacity: .75;
}

/** END HEAD SUB MENU  **/

.letto-input-group {
    margin: 0 0 20px;
}

.letto-input-group input,
.letto-input-group select,
.letto-input-group textarea {
    width: 100%;
    border: unset;
    background-color: #F9F9F9;
    height: 50px;
    font-size: 14px;
    color: #000;
    border-radius: 8px;
    padding: 0 20px;
}

.letto-input-group input::placeholder,
.letto-input-group select::placeholder,
.letto-input-group textarea::placeholder {
    color: #C9CACC;
}

.letto-input-group input {}

.letto-input-group select {}

.letto-input-group textarea {
    height: 120px;
    padding: 20px;
}

.form-action-buttons {
    display: flex;
    justify-content: center;
}

.form-action-buttons button {
    width: fit-content;
    border: unset;
    background-color: #F9F9F9;
    height: 40px;
    font-size: 13px;
    color: #000;
    border-radius: 8px;
    padding: 0 40px;
}

.form-action-buttons button i {}

.overlay {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #f3f8fc00;
    z-index: 99;
    backdrop-filter: blur(6px);
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
}

.overlay.active {
    transition: all .4s ease;
    opacity: 1;
    visibility: visible;
}

/* LANGUAGE SWITCHER */

body .letto-language-switcher {}

body .letto-language-switcher .letto-language-switcher-card {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

body .letto-language-switcher .letto-language-switcher-card .letto-language-switcher-flag {}

body .letto-language-switcher .letto-language-switcher-card .letto-language-switcher-flag i {
    color: #1858A5;
    font-size: 24px;
    font-weight: 100;
}

body .letto-language-switcher .letto-language-switcher-card .letto-language-switcher-flag img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

body .letto-language-switcher .letto-language-switcher-card .letto-language-switcher-content {
    line-height: 1;
}

body .letto-language-switcher .letto-language-switcher-card .letto-language-switcher-content .label {
    color: rgb(0 0 0 / 23%);
    font-size: 12px;
    line-height: 1;
    display: block;
    margin: 0 0 5px;
}

body .letto-language-switcher .letto-language-switcher-card .letto-language-switcher-content .language {
    display: flex;
    align-items: center;
    gap: 5px;
}

body .letto-language-switcher .letto-language-switcher-card .letto-language-switcher-content .language span {
    font-size: 14px;
    font-weight: 500;
    color: #1858A5;
}

body .letto-language-switcher .letto-language-switcher-card .letto-language-switcher-content .language i {
    color: #1858A5;
    font-size: 14px;
    line-height: 1;
}

body .letto-language-switcher .letto-language-dropdown {
    position: absolute;
    background-color: #e5ecf6;
    width: 150px;
    padding: 15px;
    border-radius: 5px;
    margin: 0;
    display: none;
    z-index: 999999;
}

body .letto-language-switcher .letto-language-dropdown ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    display: flex;
}

body .letto-language-switcher .letto-language-dropdown ul li {}

body .letto-language-switcher .letto-language-dropdown ul li .letto-language-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #000;
    gap: 10px;
    height: auto !important;
}

body .letto-language-switcher .letto-language-dropdown ul li .letto-language-item .flag {}

body .letto-language-switcher .letto-language-dropdown ul li .letto-language-item .flag img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

body .letto-language-switcher .letto-language-dropdown ul li .letto-language-item .text {
    color: #1858A5;
    font-weight: 500;
}