* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --MAIN-COLOR: #189dfd;
    /* Ana renk mavi */
    --MAIN-TEXT: #121620;
    /* Ana metin rengi */
    --PRIMARY-TEXT: #12131b;
    /* Birincil metin rengi */
    --SUB-TEXT: #5c6377;
    /* Alt metin rengi */
    --GREEN-INFO: #47ce5d;
    /* Yeşil bilgi rengi */
    /* Eşittir işareti eklendi */
    --WHITE: #ffffff;
    /* Ana renk mavi */
}

body {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    font-family: "DM Sans", sans-serif;
    background: #FFFFFF;
}

.mobile-nav {
    display: none;
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.product-header {
    gap: 2.5rem;
    margin: 0 auto;
    padding: 0rem 9.375rem;
    max-width: 1440px;
    width: 100%;
}

.yat-title {
    width: 100%;
    padding: 1rem 0.375rem;
    padding-top: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.desktop__title {
    display: none;
}

.yat-title .yat-name-wrapper {
    flex-direction: row;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0.5rem 0rem;
}

.yat-name-cost .yat-rezerv-tilte {

    display: flex;
    align-items: center;
    width: 100%;
}

.yat-name-cost .yat-rezerv-tilte .yat-rezerv-cost {
    color: var(--text, #111419);
    font-family: "DM Sans", sans-serif;
    font-size: 1.3125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.02625rem;
}

.yat-name-cost .yat-rezerv-tilte .yat-rezerv-type {
    color: var(--SUB-TEXT);
    font-family: "DM Sans", sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01625rem;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;

}

.breadcrumbs a {
    color: var(--Text-primary, #004157);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 400;
    text-decoration: underline;
}

.svgBreadCrumb {
    color: var(--Text-primary, #2c4a5f);
}

.breadcrumbs p {
    color: var(--Text-primary, #004157);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 400;
    text-decoration: underline;
}


.bread-yat-name {
    color: var(--Text-primary, #000);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 1.3125rem */
}

.yat-name-p {
    width: 100%;
    color: var(--text, #111419);
    font-family: "DM Sans", sans-serif;
    font-size: 2rem;
    font-style: normal;
    text-align: start;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.07rem;
}

.yat-title-buttons {
    display: flex;
    align-items: center;
    position: relative;
}

.yat-title-buttons .yat-button {
    margin-left: 0.75rem;
    cursor: pointer;
}

.yat-title-buttons .yat-button svg {
    transition: color 0.3s ease-in-out;
}

.yat-title-buttons .yat-button:hover svg path {
    stroke: #137ac5;
}


.yat-title-buttons .add-fav {

    margin-left: 0.75rem;
    cursor: pointer;
}

.yat-title-buttons .add-fav svg {

    transition: transform 0.3s ease, stroke 0.3s ease, fill 0.3s ease;
}

.already-fav {
    filter: drop-shadow(0px 0px 0.5px #FF6160);
    stroke: #FF6160;
    fill: #FF6160;
}

.yat-title-buttons .add-fav:hover svg path {
    transform: scale(1.1);
    transform-origin: center;
    filter: drop-shadow(0px 0px 0.5px #FF6160);
    stroke: #FF6160;
    fill: #FF6160;
    transition: transform 0.3s ease, stroke 0.3s ease, fill 0.3s ease;
}



.yat-location {
    color: var(--text, #111419);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.125rem */
}

.singleYat-content {
    padding: 2rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 2.5rem; */
    align-self: stretch;
}

.yat {

    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex-shrink: 0;
    align-self: stretch;
}

.yat-img-content-wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
}

.choosen-yat-img-wrapper {
    position: relative;
    background: #FFF;
    /* small shadow */
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
}

.choosen-img-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
}

.choosen-img-wrapper .img-button {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 1rem;
}

.close-button {
    display: none;
    gap: 1rem;
}


.favorite-btn {
    cursor: pointer;
    background-color: var(--WHITE);
    border: 1px solid var(--WHITE);
    box-shadow: 0 -4px 10px -4px rgba(0, 0, 0, 0.3);
    padding: 5px;
    border-radius: 50%;
}

.share-wrapper {
    padding: 0.625rem 0rem;
    margin-top: 150px;
    margin-left: -70px;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.3);
    /* width: 200px; */
    background-color: var(--WHITE);
    display: none;
    flex-direction: column;
    align-items: start;
    justify-content: start;

}

.share-item {
    width: 100%;
    display: flex;
    padding: 6px 40px 6px 10px;
    align-items: center;
    justify-content: start;
    transition: 200ms ease-in-out;
}

.share-item:hover {
    background-color: #F1F9FF;
    cursor: pointer;
}

.share-icon {
    width: 16px;
    height: 16px;
}

.share-text {
    padding-left: 0.5rem;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.choosen-img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.choosen-img:hover {
    cursor: pointer;
}

.choosen-img-mobile {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yat-other-img-wrapper {
    padding: 0.5rem 0rem;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 0rem;
    height: 125px;
    width: 702px;
    display: flex;
    align-items: center;
    scrollbar-width: thin;
    scrollbar-color: #f0f0f0;
}

.yat-other-img-wrapper::-webkit-scrollbar {
    background: #f0f0f0;
}

.yat-other-img-wrapper::-webkit-scrollbar-thumb {
    background: #f0f0f0;
    border-radius: 10px;

}

.yat-other-img-wrapper::-webkit-scrollbar-thumb:hover {
    background: #f0f0f0;
}

.yat-other-img:first-child {
    margin-left: 0rem;
}

.yat-other-img {
    margin-left: 1rem;
    width: 100px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.yat-other-img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.yat-confirmed-mobile {
    background: var(--blue, #189DFD);
    display: flex;
    padding: 0.625rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.yat-confirmed {
    background: var(--blue, #189DFD);
    display: flex;
    padding: 0.625rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.yat-confirmed .yat-confirmed-title {
    display: flex;
    align-items: center;
}

.yat-confirmed-title .confirmed-title {
    margin-right: 0.25rem;
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.yat-confirmed .yat-confirmed-content p {
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    /* 1.3125rem */
}

/* .yat-info-wrapper {
    display: flex;
    width: 40%;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  } */

.yat-info {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
}

.yat-location-info p {
    font-size: 1rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: var(--MAIN-COLOR);
}

/* 
  .yat-price-info {
    display: flex;
    align-items: center;
    align-self: stretch;
  }
  
  .yat-price-info p {
    color: var(--MAIN-COLOR);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    
  }*/

.yat-location-info {
    display: flex;
    padding: 0.625rem 0rem;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    flex-wrap: wrap;
}

.yat-feature-item-wrapper {
    width: 100%;
}


.feature-item {
    display: flex;
    padding: 0.625rem 0.5rem;
    justify-content: space-between;
    align-items: center;
}

.feature-item-bg {
    background: #F8F9FC;
}
.sahibi-pad {
    padding-top: 0.625rem !important;
    padding-bottom: 0px !important;
}

.feature-title {
    color: var(--SUB-TEXT, #5C6377);
    font-feature-settings: 'liga'off, 'clig'off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 550 !important;
    line-height: 1.25rem;
    /* 142.857% */
    /* 142.857% */
}

.feature-desc {
    color: var(--text, #111419);
    font-feature-settings: 'liga'off, 'clig'off;
    font-family: "DM Sans", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    /* 142.857% */
}

*/ .yat-desc {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    flex: 1 0 0;
}

.avatar {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 0.50rem;
}

.avatar-img {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 2.25rem;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.avatar-content {
    align-items: center;
    display: flex;
    gap: 0.25rem;
}

.avatar-content p {
    color: var(--Text-primary, #000);
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.captain-name {
    color: var(--Text-primary, #000);
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;

}



.yat-name-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.yat-name-header {
    color: var(--text, #111419);
    font-family: "DM Sans", sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.05rem;
}

.yat-hourly-cost {
    display: flex;
    align-items: center;
}

.price {
    color: var(--text, #111419);
    font-family: "DM Sans", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.03rem;
}

.hourly {
    color: var(--SUB-TEXT);
    font-family: "DM Sans", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0175rem;
}

.yat-review-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stars-total {
    color: var(--Text-primary, #000);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.3125rem */
}

.customer-totals {
    color: var(--Text-primary, #000);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.3125rem */
}

.yat-capacity-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.food-capacity {
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
}

.casual-capacity {
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
}

.singleYat-capacity-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.singleYat-capacity-wrapper p {
    font-size: 14px;
}

.capacity-wrapper {
    display: flex;
    gap: 1rem;
}

.yat-disclaimer {
    color: var(--SUB-TEXT);
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
}

.form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    align-self: stretch;
}

.yat-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    flex: 1 0 0;
    align-self: stretch;
}

.variant {
    color: var(--text, #111419);
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


label {
    color: var(--text, #111419);
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
}

select {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    background: var(--Color-Neutral-white, #FFF);
    color: var(--PRIMARY-TEXT, #1A2228);
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* 1.5rem */
}

.option {
    padding: 1rem;
}

option {
    cursor: pointer;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* Sağdaki boşluk */
}

input {
    display: flex;
    padding: 0.75rem;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
}

.input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    flex: 1 0 0;
    align-self: stretch;
}

.number-input {
    width: 200px;
}

.submit-button {
    width: 100%;
    border: 1px solid var(--blue, #189DFD);
    background: var(--blue, #189DFD);
    display: flex;
    padding: 0.75rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    align-self: stretch;
    color: var(--Text-alternate, #FFF);
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.5rem */
}

/* 
  .yat-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    flex: 1 0 0;
  } */

.yat-accordion {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.yat-table-content {
    display: flex;
}

.accordion-item {
    background: #FFF;

    /* small shadow */
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem;
}

.accordion-title {
    display: flex;
    padding: 1rem 0.625rem;
    align-items: center;
    align-self: stretch;
    background: #FBFBFD;

    /* small shadow */
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.accordion-title p {
    color: var(--text, #111419);
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 1.5rem */
    /* 1.6875rem */
}

.acordion-content-icon-sart {
    margin-top: auto;
    margin-right: 10px;
}

.yat-content-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.accordion-desc {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.accordion-desc p {
    color: var(--text, #111419);
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
}

.accordion-content-bottom {
    display: flex;
    padding-bottom: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    align-self: stretch;
}

.accordion-content-wrapper .accordion-content {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex: 1 0 0;
    flex-wrap: wrap;
}

.accordion-content-wrapper .accordion-content-rent {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
}

.accordion-content-wrapper .accordion-content p {


    color: var(--SUB-TEXT);
    font-family: "DM Sans", sans-serif;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.confirmed-btn {
    margin-left: 0.25rem;
}

.rent-p {
    margin: 0.25rem 0rem;
    display: flex;
    align-items: center;

    color: var(--SUB-TEXT);
    font-family: "DM Sans", sans-serif;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    display: flex;
    align-items: center;
    /* margin: 0.25rem 0rem */
}

.rent-p a {

    color: var(--SUB-TEXT);
    font-family: "DM Sans", sans-serif;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    display: flex;
    align-items: center;
    /* margin: 0.25rem 0rem */
}

.rent-p-icon {
    margin-right: 0.5rem;

}

.accordion-content-rent-contact {
    display: flex;
    padding: 0.625rem 0rem;
    align-items: flex-start;
    align-self: stretch;
}

.accordion-content-rent-contact .yat-owner-img {
    height: 100%;
    width: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.accordion-content-rent-contact .captain-info-wrapper {
    margin-left: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.accordion-content-rent-contact .yat-owner-img img {
    width: 4rem;
    height: 4rem;
}

.captain-title {
    color: var(--text, #111419);
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 1.5rem */
    margin-right: 0.25rem;
}

.accordion-content-wrapper {
    display: flex;
    padding: 0.375rem 1rem;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.accordion-content-wrapper .accordion-content {
    display: flex;
    flex-direction: column;
    padding: 0.375rem 1rem;
    align-items: flex-start;
    align-content: flex-start;
    flex: 1 0 0;
    flex-wrap: wrap;
    background-color: #FFF;
    border: none;
}

.accordion-content li {
    margin-top: 0.625rem;
    /* margin-right: 1rem; */
    text-decoration: dotted;
    width: 100%;
    color: var(--SUB-TEXT);
    font-family: "DM Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
    /* 1.3125rem */
}

.captain-note {
    text-align: start;
}

.accordion-content-item {
    display: flex;
    align-items: flex-start;
    margin-top: 0.625rem;
}

.accordion-content-item-close {
    display: none;
}

.accordion-content-item p {
    color: var(--text, #111419);
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
}

.accordion-content-item .acordion-content-icon {
    display: flex;
    /* width: 0.875rem; */
    padding: 0.25rem 0rem;
    align-items: flex-start;
    align-self: stretch;
}

.acordion-content-text {
    padding-left: 0.625rem;
    width: 100%;
}

.acordion-content-text p {
    color: var(--SUB-TEXT);
    font-family: "DM Sans", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.3125rem */
}

.accordion-see-more {
    width: 100%;
    display: flex;
    padding: 0.50rem 2rem;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(251, 251, 253, 0.50)
}

.accordion-see-moretel {
    width: 100%;
    display: flex;
    padding: 0.50rem 2rem;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(251, 251, 253, 0.50)
}

.accordion-see-moretel .see-more-button {

    display: flex;
    align-items: center;
    margin-right: 0.25rem;

    padding: 0.25rem 0.50rem;
    color: var(--blue, #189DFD);
    font-family: "DM Sans", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: color 0.3s ease
}

.accordion-see-moretel .see-more-button:hover {
    cursor: pointer;
    color: #137ac5;

}

.accordion-see-moretel .see-more-button:hover svg {
    color: #137ac5;
}

.accordion-see-moretel .see-more-button svg {
    margin: 0rem 0.25rem;
}

.accordion-see-more .see-more-button {

    display: flex;
    align-items: center;
    margin-right: 0.25rem;

    padding: 0.25rem 0.50rem;
    color: var(--blue, #189DFD);
    font-family: "DM Sans", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: color 0.3s ease
}

.accordion-see-more .see-more-button:hover {
    cursor: pointer;
    color: #137ac5;

}

.accordion-see-more .see-more-button:hover svg {
    color: #137ac5;
}

.accordion-see-more .see-more-button svg {
    margin: 0rem 0.25rem;
}

.yat-content-wrapper {

    width: 60%;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    /* gap: 1rem; */
    align-self: stretch;
}

.yat-table-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.625rem;
    background: var(--Background-color-primary, #FFF);
    box-shadow: 0 0 0.8px #000
}

.yat-rezerv {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    background: #FFF;

    /* small shadow */
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.yat-rezerv-close-btn {
    display: none;
}

.yat-rezerv .yat-rezerv-tilte {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
    background: #F8F9FC;
    display: flex;
    padding: 1rem;
    align-items: flex-end;
    align-self: stretch;
}

.yat-rezerv .yat-rezerv-tilte .yat-rezerv-cost {
    color: var(--text, #111419);
    font-family: "DM Sans", sans-serif;
    font-size: 1.3125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.02625rem;
}

.yat-rezerv .yat-rezerv-tilte .yat-rezerv-type {
    color: var(--SUB-TEXT);
    font-family: "DM Sans", sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01625rem;
}

.yat-cost {
    display: flex;
    padding: 0.625rem;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.yat-cost-wrapper {
    display: flex;
    align-items: center;
}

.yat-review-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.yat-review-wrapper p {
    color: var(--text, #111419);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.3125rem */
}

.rezerv-inputs {
    position: relative;
    display: flex;
    padding: 0.625rem;
    align-items: flex-start;
    flex-direction: column;
    align-self: stretch;
}

.inputs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}


.choosen-img-wrapper-mobile {
    display: none;
}

.choosen-img-wrapper-mobile .all-img-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 25px;

    bottom: 8vh;
}

.choosen-img-wrapper-mobile .all-img-nav-wrapper .all-img-nav-mobile {
    display: flex;
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0.25rem 1rem;
    border-radius: 100px;
}

.all-img-nav-mobile .all-img-nav-active {
    width: 0.625rem;
    height: 0.625rem;
    background-color: #FFFFFF;
    border-radius: 100%;
    margin-left: 0.25rem;
}

.all-img-nav-notActive {
    width: 0.625rem;
    height: 0.625rem;
    background-color: rgba(251, 251, 253, 0.50);
    border-radius: 100%;
    margin-left: 0.25rem;
}


.all-img-notActive {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 100%;
    margin-left: 0.25rem;
    background-color: rgba(251, 251, 253, 0.50);
}

.input-items {
    /*position: relative;*/
    display: flex;
    align-items: flex-start;
    align-self: stretch;
}

.single-input-item {
    margin: 0.75rem 0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.inputs hr {
    margin: 0.75rem 0rem;
}

.single-input-item-radio {
    width: 100%;
    display: flex;
    padding: 0.625rem;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.single-input-title {
    display: flex;
    padding: 0rem 0.25rem;
    align-items: center;
    align-self: stretch;
}

.single-input-title p {
    margin-left: 0.375rem;
    color: var(--SUB-TEXT);
    font-family: "DM Sans", sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-input {
    cursor: pointer;
    display: flex;
    padding: 0rem 0.25rem;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.single-input-radio {
    display: flex;
    padding: 10px 40px 10px 40px;
    justify-content: start;
    align-items: center;
    align-self: stretch;
}

.radio-item {
    /* background-color: red; */
    display: flex;
    padding-left: 16px;
    align-items: center;
    justify-content: center;
    height: 16px;
}

.radio-item input[type="radio"] {
    padding: 0px;
    appearance: none;
    /* Varsayılan stil iptali */
    width: 18px;
    height: 18px;
    border: 2px solid var(--SUB-TEXT);
    /* Mavi border */
    border-radius: 50%;
    /* Yuvarlak şekil */
    background-color: white;
    /* Beyaz arka plan */
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.radio-item input[type="radio"]:checked {
    background-color: white;
    /* Seçili durumda da beyaz arka plan */
    border-color: var(--MAIN-COLOR);
    /* Mavi border */
}

.radio-item input[type="radio"]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--MAIN-COLOR);
    /* İç yuvarlak mavi */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio-item>p {
    padding-left: 6px;
    color: var(--MAIN-TEXT);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.single-input select {
    font-size: 14px;
    width: 100%;
    outline: none !important;
    padding: 6px 20px 6px 10px;
    border: none;
    padding: none;
}

.single-input select:hover {
    cursor: pointer;
}

.date-picker svg {
    /* width: 30px; */
    height: 24;
    /* padding-left: 0.75rem; */
}

.date-picker-date {
    margin-right: 0.5rem;
}

.not__desktop {
    display: none;
}



.date-input,
.time-input {
    text-transform: uppercase;
    text-align: center;
    color: #374151;
    border: 1px solid #d1d5db;
    border-radius: 6px;
}

.date-input::placeholder,
.time-input::placeholder {
    color: #6b7280;
}

.date-input:focus,
.time-input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 5px rgba(37, 99, 235, 0.5);
}

.date-time-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.date-wrapper,
.time-wrapper {
    flex: 1;
}

.date-input,
.time-input {
    padding: 6px 10px;
    font-size: 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    box-sizing: border-box;
}

.info-icon img {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    vertical-align: middle;
    cursor: pointer;
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}

.feature-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    flex: 1;
}

.info-icon {
    margin-right: 8px;
    color: #189dfd;
    display: flex;
    align-items: center;
}

.info-icon img {
    fill: #189dfd;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
}

.feature-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip {
    display: inline-block;
    background-color: #189dfd;
    color: white;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 9999;
    white-space: normal;
    word-wrap: break-word;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(10px);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.info-icon:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}



.date-picker {
    align-items: center;
    display: flex;

    color: var(--PRIMARY-TEXT, #1A2228);
    text-align: right;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    /* margin-right: 0.25rem; */
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* 1.5rem */
}

.date-picker-hour {
    align-items: center;
    display: flex;

    color: var(--PRIMARY-TEXT, #1A2228);
    text-align: right;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    margin-right: 0.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* 1.5rem */
}

.date-picker:hover {
    cursor: pointer;
}

.filters-date {
    z-index: 9999;
    display: none;
    top: 180px;
    left: 0;
    position: absolute;
    width: 100%;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0.625rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 -4px 10px -4px rgba(0, 0, 0, 0.3);
}


.calendar {
    z-index: 99;
    display: flex;
    padding: 0.625rem 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex: 1 0 0;
}

.month {
    width: 100%;
    display: flex;
    padding: 0rem 0.625rem;
    justify-content: space-between;
    align-items: flex-start;
}

.month p {
    color: var(--MAIN-TEXT);
    font-family: "DM Sans", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}



.week {
    display: flex;
    padding: 0.625rem;
    align-items: flex-start;
    gap: 0.625rem;

}

.day {
    display: flex;
    padding: 0.625rem;
    align-items: flex-start;
    gap: 0.625rem;

}

.day-item-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
}

.fullscreen {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.9);
display: flex;
justify-content: center;
align-items: center;
z-index: 998;
overflow: hidden; /* Arka plan kaydırmasını engelliyoruz */
}

.fullscreen img {
max-width: 100%;
max-height: 100%;
cursor: zoom-in;
transition: transform 0.2s ease;
user-drag: none;
user-select: none;
position: absolute;
z-index: 999;
}

body.fullscreen-active {
overflow: hidden; /* Fotoğraf açıkken body kaydırmayı engelle */
}

.nav-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
background:transparent;
border: none;
padding: 10px 15px;
font-size: 32px;
cursor: pointer;
z-index: 99999;
}

.prev-btn { left: 10px; }
.next-btn { right: 10px; }

.day-item-past {
    cursor: none;
    display: flex;
    width: 1.875rem;
    height: 1.875rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
}

.day-item-future {
    display: flex;
    width: 1.875rem;
    height: 1.875rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;

}

.day-item-future:hover {
    background-color: var(--MAIN-COLOR);
    transition: 500ms;
}

.past {
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.future {
    color: var(--MAIN-TEXT);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.week-item {
    display: flex;
    width: 1.875rem;
    height: 1.875rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
}

.week-item p {
    color: var(--MAIN-TEXT);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.day {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
}

.hour {

    display: flex;
    width: 15.9375rem;
    padding: 2.5rem 0.625rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
}

.tour-hour-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.tour-minus {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: var(--MAIN-COLOR, #189DFD);
    padding: 0.25rem 0.5rem;
    justify-content: center;
    align-items: center;

    cursor: pointer;

    display: flex;
    padding: 0.5625rem 0.5rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tour-number {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tour-number p {
    padding: 0rem 0.25rem;
    color: var(--PRIMARY-TEXT);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.yat__confirmed-mobile {
    display: none;
    margin-top: 1rem;
}

.tour-plus {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: var(--MAIN-COLOR, #189DFD);
    padding: 0.25rem 0.5rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    display: flex;
    padding: 0.25rem 0.5rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.guest-number-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.guest-minus {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: var(--MAIN-COLOR, #189DFD);
    display: flex;

    padding: 0.5625rem 0.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    cursor: pointer;
}

.guest-number {
    display: flex;
    padding: 0rem 1.375rem;
    margin: 0rem 0.25rem;
    justify-content: center;
    width: 25px;
    align-items: center;
}

.tour-number {
    display: flex;
    padding: 0rem 1.375rem;
    margin: 0rem 0.25rem;
    justify-content: center;
    width: 25px;
    align-items: center;
}

.guest-number p {
    padding: 0rem 0.25rem;
    color: var(--PRIMARY-TEXT);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.guest-plus {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: var(--MAIN-COLOR, #189DFD);
    display: flex;
    padding: 0.25rem 0.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    cursor: pointer;
}

.hours {
    display: flex;
    width: 7.4375rem;

    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    flex-shrink: 0;
    align-self: stretch;
}

.hour-title {
    color: var(--text, #12131B);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.125rem */
}

.yat-hour-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    flex: 1 0 0;
    align-self: stretch;
    overflow-y: scroll;
}

.yat-hour-item-wrapper .hour-item {
    display: flex;
    /* height: 1.125rem; */
    align-items: center;
    gap: 0.25rem;
    align-self: stretch;
    padding: 1rem 0.5rem;

    color: var(--MAIN-TEXT);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.125rem */
}



.rezerv-buttons {
    display: flex;
    padding: 0rem 0.625rem;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.food-serv-button {
    background-color: var(--WHITE);
    display: flex;
    height: 3rem;
    padding: 0.75rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    align-self: stretch;
    border: 1px solid var(--blue, #189DFD);

    color: #189DFD;
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    /* 1.5rem */
}

#contactModal {
    position: fixed;
    bottom: -100%; /* Başlangıçta görünmez */
    left: 0;
    width: 100%;
    background: white;
    z-index: 1000;
    height: auto;
    text-align: center;
    transition: bottom 0.3s ease-in-out;
}

#contactModal.active {
    bottom: 0; /* Açıldığında yukarı çıksın */
}

.modal-content {
    text-align: center;
}

.button-group {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
}

.whatsapp-btn, .call-btn {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.whatsapp-btn {
    background-color: #25D366;
}

.call-btn {
    background-color: #333;
}


.modal-content h4{
    text-align: left;
    font-family: "DM Sans";
    font-size: 20px;
    color: #000;
}

.modal-content p{
    text-align: left;
    font-family: "DM Sans";
}

.whatsapp-btn {
    background-color: #25D366;
}

.call-btn {
    background-color: #333;
}

.close-btn {
    width: 100%;
    background-color: rgb(207, 31, 31);
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 16px;
}


.food-serv-button:hover {
    background-color: var(--MAIN-COLOR);
    color: var(--WHITE);
}

.rezerv-button {
    margin-top: 1rem;
    display: flex;
    height: 3rem;
    padding: 0.75rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    align-self: stretch;
    border: 1px solid var(--blue, #189DFD);
    background: var(--blue, #189DFD);

    color: var(--Text-alternate, #FFF);
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    cursor: pointer;
    transition: background-color 0.3s ease
}

.rezerv-button:hover {
    background-color: #137ac5;
}


.disclaimer {
    margin-top: 3px;
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
}

.disclaimer p {
    color: var(--text, #111419);
    text-align: start;
    font-family: "DM Sans", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.125rem */
}

.total-cost-wrapper {
    display: flex;
    padding: 0rem 0.625rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.625rem;
    align-self: stretch;
}

.total-cost {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.total-cost p {
    color: var(--SUB-TEXT);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.3125rem */
}

.total-calculator {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.total-calculator p {
    color: var(--text, #111419);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.125rem */
}

.total-calculator-cost p {
    color: var(--text, #111419);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.125rem */
}

.total-calculator-cost {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.cost-disclaimer-wrapper {
    width: 100%;
    display: flex;
    padding: 0.625rem 0rem 1.25rem 0rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
}

/*SIMLAR*/

.similar {
    max-width: 1440px;
    display: flex;
    width: 100%;
    padding: 4rem 9.375rem;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}

.single-yat-cta {
    max-width: 1440px;
    display: flex;
    width: 100%;
    padding: 4rem 9.375rem;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}

.single-yat-cta .cta-row {
    width: 100%;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    height: 16rem;
}

.yat-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.tours {
    display: flex;
    flex-direction: column;
    gap: 1.625rem;
    align-items: flex-start;
}

.similar .section-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.similar .section-title h5 {
    color: var(--MAIN-COLOR, #189DFD);
    font-family: "DM Sans", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.12rem;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.section-see-all {
    display: flex;
    align-items: center;
    hanging-punctuation: 0.125rem;
}

h2 {
    color: var(--MAIN-TEXT, #121620);
    font-family: "DM Sans", sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.18rem;
}

h3 {
    color: var(--text, #111419);
    font-family: "DM Sans", sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 3rem */
}

.title-desc {
    color: var(--SUB-TEXT);
    font-family: "DM Sans", sans-serif;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.see-all {
    color: var(--MAIN-COLOR, #189DFD);
    font-family: "DM Sans", sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.see-all:hover {
    text-decoration: underline;
    cursor: pointer;
}

.section-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1.25rem;
}

.row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    align-items: center;
    gap: 1rem;
}

.yat-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.yat-img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
}

.img-nav {
    align-items: center;
    height: 0%;
    top: 50%;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    position: absolute;
    display: flex;
    padding: 0.25rem 0rem;
    gap: 0.25rem;
}

.img-nav-item-true {
    border-radius: 50%;
    background-color: var(--WHITE);
    width: 0.375rem;
    height: 0.375rem;
}

.img-nav-item-false {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.50);
    width: 0.375rem;
    height: 0.375rem;
}

.yat-content-wrapper>.yat-feature {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.625rem;
    align-items: flex-start;
}

.info {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
}

.yat-name-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.125rem;
}

.yat-location {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
}

.location {
    color: var(--SUB-TEXT);
    font-family: "DM Sans", sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01625rem;
}

.yat-name {
    color: var(--PRIMARY-TEXT, #12131B);
    font-family: "DM Sans", sans-serif;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.01875rem;
}

.yat-capacity {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.single-yat-capacity-item {
    align-items: flex-start;
    display: flex;
    /* flex-direction: column; */
    gap: 0.25rem;
}

.yat-capacity-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.125rem;
}

.capacity-icon-wrapper {
    display: flex;
    gap: 0.25rem;
    align-items: center;
}

.img-capacity-item-img {
    width: 1rem;
    height: 1rem;
}

.img-capacity-item-img>img {
    width: 100%;
    height: 100%;
}

.capacity-icon-desc {
    color: var(--PRIMARY-TEXT, #12131B);
    font-family: "DM Sans", sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.01625rem;
}

.capacity-title {
    color: var(--PRIMARY-TEXT, #12131B);
    font-family: "DM Sans", sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.01625rem;
}

.yat-hourly-pay {
    display: flex;
    align-items: flex-end;
}

.yat-price {
    color: var(--PRIMARY-TEXT, #12131B);
    font-family: "DM Sans", sans-serif;
    font-size: 1.3125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.02625rem;
}

.yat-payment-method {
    color: var(--SUB-TEXT);
    font-family: "DM Sans", sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01625rem;
}

.extra-pop-up {
    padding: 5rem;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    flex-direction: column;
    gap: 1.5rem;
}

.back-svg {
    cursor: pointer;
    padding: 0.5rem;
}

.more-title {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    background-color: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 10;
}

.back-button {
    cursor: pointer;
    color: #007BFF;
    font-size: 16px;
}

.extra-description p {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}

.extra-description p:first-child {
    margin-top: 0;
}


#extraPopupContent {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 10px;
}

.extra-description p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.extra-description p:first-child,
.extra-description p:nth-child(5n+1) {
    font-weight: bold;
    font-size: 14px;
    color: #007BFF;
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 4px;
    border-left: 4px solid #007BFF;
    margin-bottom: 15px;
}

.see-more-popup {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    flex-direction: column;
    gap: 1.5rem;
}

.detail-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.25rem;
    align-self: stretch;
}

.p-detail-title p {
    color: var(--MAIN-TEXT);

    /* Text/Regular/Normal */
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
}

.p-detail-item {
    color: var(--SUB-TEXT);
    font-family: "DM Sans", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


.extra-pop-up-wrapper {
    overflow-y: auto;
    background: var(--WHITE);
    width: 43.75rem;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pop-up-close {
    padding: 1rem 0.625rem;
    display: flex;
    width: 100%;
    height: 1.5rem;
    justify-content: flex-end;
    align-items: center;

}

.pop-up-close-btn {
    cursor: pointer;
    margin-top: 5px;
}

.pop-up-column {
    display: flex;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding: 1rem 1rem;
    flex-direction: column;
    align-items: flex-start;

    /* gap: 1.5rem;
  }
    
  
  .pop-up-title-row {
    display: flex;
    align-items: center;
    align-self: stretch;
  
    color: var(--text, #111419);
  
  
    font-family: "DM Sans", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 2.1rem */
}

.more-title {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    align-self: stretch;
}

.extras-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    align-self: stretch;
}

.extras-category {
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    align-self: stretch;
}

.category-button {
    display: flex;
    padding: 0.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.active {
    color: var(--WHITE);
    border: 1px solid var(--MAIN-COLOR);
    background: var(--MAIN-COLOR);
}

.pasive:hover {
    color: var(--MAIN-COLOR);
    border: 1px solid var(--MAIN-COLOR);
}

.pasive {
    transition: background-color 0.3s ease, color 0.3s ease;
    color: var(--MAIN-TEXT);
    border: none;
    background-color: var(--WHITE);
}

.category-button {
    cursor: pointer;
    width: 100px;
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.5rem */
}

.extras {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.extra-item {
    display: flex;
    padding: 0.5rem 0rem;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.extra-item-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.extra-item-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.singleYat-checkbox {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.extra-item-checkbox {
    position: relative;
    width: 24px;
    height: 24px;
    border: 2px solid var(--MAIN-COLOR);
    /* İlk başta ana rengin border'ı */
    /* appearance: none; */
    /* Tarayıcı varsayılan stilini kaldır */
    cursor: pointer;
}

.extra-item-checkbox:checked {
    content: '✔';
    color: white;
    font-size: 1rem;
    background-color: var(--MAIN-COLOR);
    display: flex;
}



.extra-see-more {
    cursor: pointer;
    display: flex;
    padding: 0rem 1.625rem;
    align-items: center;
    gap: 0.5rem;
    align-self: stretch;
}

.extra-see-more {
    display: flex;
    padding: 0rem 2.3rem;
    align-items: center;
    gap: 0.5rem;
    align-self: stretch;

    color: var(--SUB-TEXT);
    font-family: "DM Sans", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.125rem */
    text-decoration-line: underline;
}

.extra-cost-wrapper {
    display: flex;
    align-items: center;
}

.extra-price {
    color: var(--text, #111419);
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.02rem;
}

.extra-hourly {
    color: var(--SUB-TEXT);
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.02rem;
}

.bigger-img-popup {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    flex-direction: column;
    gap: 1.5rem;
}

.biggestImg {
    width: 100%;
    max-height: 90vh;
    height: fit-content;
    display: flex;
    background-repeat: no-repeat;
    background-size: fill;
}

.bigger-img-buttons-wrapper {
    width: 100%;
    padding: 1rem;
    position: absolute;
    top: 20px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.bigger-img-container {
    position: relative;
    width: 700px;
    /* height: 600px; */
}


.bigger-img-container .img-button {
    top: 20px;
    right: 20px;
    display: flex;
    gap: 1rem;
}

.bigger-img-container .nav-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.bigger-img-container .nav-buttons .nav-button {
    background-color: var(--WHITE);
    padding: 0.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bigger-img-container .nav-buttons .nav-button img {
    width: 1rem;
    height: 1rem;
}

.bigger-img-popup .all-img-nav-wrapper {
    position: absolute;
    bottom: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bigger-img-popup .all-img-nav {
    background-color: rgb(82, 102, 117, 0.25);
    backdrop-filter: blur(10px);
    display: flex;
    gap: 10px;
    padding: 5px 10px;
}

.bigger-img-popup .all-img-nav-active {
    width: 12px;
    height: 12px;
    background-color: var(--WHITE);
    border-radius: 50%;
}

.bigger-img-popup .all-img-nav-notActive {
    width: 12px;
    height: 12px;
    opacity: 50%;
    background-color: var(--WHITE);
    border-radius: 50%;
    margin-left: 0rem;
}

.yat-content-filter-buttons {
    display: none;
}

.mobile-yat-name-wrapper {
    display: none;
}

.mobile-yat-basic-info {
    display: none;
}

.yat-accordion-mobile {
    display: none;
}

.yat-accordion-mobile-desc {
    display: none;
}

@media (max-width: 1268px) {

    .cta .cta-row {
        padding: 0rem 4rem;
    }

    .product-header {
        padding: 0rem 4.688rem;
        max-width: 1268px;
        width: 100%;
    }

    .row {
        display: flex;
        justify-content: space-between;
        gap: 2rem;
        overflow-x: auto;
        /* Daha iyi tarayıcı desteği için 'scroll' yerine 'auto' kullanıldı */
        width: 100%;
        align-items: center;
        scroll-snap-type: x mandatory;
        /* Kutu kutu kaydırma efekti için eklendi */
        padding-bottom: 1rem;
        /* Kaydırma çubuğunun içerikle çakışmaması için boşluk eklendi */
    }

    .yat-item {
        width: 24%;
    }

    .single-yat-cta {
        padding: 0rem 4rem;
        max-width: 1268px;
        width: 100%;
    }

    .similar {
        padding: 0rem 4rem;
        max-width: 1268px;
        width: 100%;
    }

    .accordion-content-wrapper {
        flex-direction: column;
        gap: 0.625rem;
        align-items: start;
    }

    /* .accordion-content-item {
        width: 100%;
    } */
}

@media (max-width: 1135px) {

    .single-yat-cta {
        width: 100%;
        padding: 0rem 1rem;
        max-width: 1268px;
    }

    .similar {
        padding: 0rem 1rem;
        max-width: 1024px;
        width: 100%;
    }

    .product-header {
        padding: 0rem 1rem;
        max-width: 1024px;
        width: 100%;
    }
}

@media (max-width: 991px) {

    .cta .cta-row {
        padding: 0rem 1rem;
    }

    .feature-item  {
        box-shadow: 0px 0.1px 0px black;
    }

    .yat-title {
        display: none;
    }

    .verMarg {
        margin-left: 5px !important;
    }

    .yat-content-filter-buttons {
        margin-bottom: 10px;
        display: flex;
        width: 100%;
        align-items: flex-start;
    }

    .yat-table-wrapper {
        border-radius: 10px;
        margin-top: 11.73px !important;
    }

    .mobile-yat-basic-info {
        margin-top: 0.5rem;
        background: #FBFBFD;

        /* small shadow */
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);

        display: flex;
        width: 100%;
        padding: 0.5rem 0.375rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .yat-table-wrapper {
        margin-top: 0.5rem;
    }

    .yat-basic-captain-wrapper {
        padding: 0.5rem 0.375rem;
        display: flex;
    }

    .yat-basic-captain-photo {
        margin-right: 0.5rem;
        width: 2rem;
        height: 2rem;
    }

    .mobile-yat-rezerv-tilte {
        display: flex;
        width: 100%;
        /* padding: 0.5rem 0rem; */
        align-items: flex-start;
    }

    .not__mobile {
        display: none;
    }

    .mobile-yat-rezerv-cost {
        color: var(--text, #111419);
        font-family: "DM Sans", sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.02rem;
    }

    .mobile-yat-rezerv-type {
        color: var(--SUB-TEXT);
        font-family: "DM Sans", sans-serif;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.015rem;
    }

    .content-filter-button-active {
        display: flex;
        padding: 5px 10px;
        width: 32%;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 1px black;
        color: #FFF;
        font-family: "DM Sans", sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.5rem */
    }



    .content-filter-button-close {
        display: flex;
        padding: 5px 10px;
        width: 32%;
        border-radius: 10px;
        justify-content: center;
        box-shadow: 0 0 1px black;
        align-items: center;
        background-color: transparent;
        border: none;

        color: var(--text, #111419);
        font-family: "DM Sans", sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.5rem */
    }

    .choosen-img-wrapper-mobile {
        transition: transform 0.5s ease-in-out;
        display: flex;
        height: 300px;
        width: 100%;
        overflow: hidden;
    }

    .yat-info {
        width: 100%;
        margin-top: 0rem;
    }

    .yat-accordion-mobile {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }

    .yat-accordion-mobile-desc {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }

    .yat-accordion {
        display: none;
    }

    .yat-table-content {
        display: flex;
    }

    .extra-pop-up-wrapper {
        width: 90%;

    }

    .close-button {
        display: flex;
    }

    .bigger-img-buttons-wrapper {
        justify-content: space-between;
    }


    .yat-rezerv-close-btn {
        display: flex;
        position: fixed;
        top: 10px;
        width: fit-content;
        align-items: center;
        justify-content: end;
        padding: 0rem 0.625rem;
        font-size: 2rem;
    }

    .yat-name-p {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 2rem;
    }

    .bigger-img-popup .all-img-nav-wrapper {
        bottom: 19px;
    }

    .bigger-img-container .nav-buttons {
        display: none;
    }

    .product-header {
        padding: 0rem 1rem;
        max-width: 768px;
        width: 100%;
    }

    .yat-img-content-wrapper {
        flex-direction: column;
    }

    .choosen-yat-img-wrapper {
        width: 100%;
        padding: 0rem;
        align-items: center;
        /* height: 25rem; */
    }

    .choosen-img-wrapper {
        display: none;
    }

    .yat-other-img-wrapper {

        display: none;
        /* overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 1rem;
        scrollbar-width: none;
        -ms-overflow-style: none; */
    }

    .choosen-yat-img-wrapper .yat-confirmed {
        display: none;
    }

    .yat-other-img-wrapper::-webkit-scrollbar {
        display: none;
    }

    .yat-other-img {
        height: 125px;
    }

    .yat-content-wrapper {
        width: 100%;
        align-items: center;
    }

    /* .yat-info-wrapper {
        width: 100%;
    } */

    .similar {
        padding: 0rem 1rem;
        margin-bottom: 5rem;
        max-width: 1024px;
        width: 100%;
    }

    .single-yat-cta {
        padding: 0rem 1rem;
        margin-bottom: 5rem;
        max-width: 1024px;
        width: 100%;
    }

    .row {
        gap: 1rem;
    }

    .yat-item {
        width: 300px;
    }

    /* .breadcrumbs p {
        color: var(--Text-primary, #000);
        text-align: center;
  font-family: "DM Sans", sans-serif;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        
    } */

    .yat-rezerv {
        display: none;
        position: fixed;
        width: 100%;
        overflow: auto;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }

    .yat-imgs-wrapper {
        display: none;
    }

    .mobile-yat-name-wrapper {
        display: flex;
        padding: 0.5rem 0rem 0.875rem 0rem;
        align-items: center;
        gap: 0.375rem;
        align-self: stretch;
        justify-content: space-between;
    }

    .mobile-yat-name-wrapper h1 {
        text-align: start;
        color: #595b72;
        font-family: "DM Sans", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.025rem;
    }

    .yat {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0rem;
        align-self: stretch;
    }

    .yat-desc {
        width: 100%;
    }

    .accordion-item {
        /* display: flex; */
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }

    .accordion-content-bottom {
        display: flex;
        padding-bottom: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        align-self: stretch;
    }

    .accordion-content-wrapper {
        flex-direction: column;
        gap: 0.625rem;
    }

    .accordion-content-item {
        width: 100%;
        /* height: 100%; */
    }

    .mobile-nav {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0rem auto;
        box-shadow: 0 0 1px black;
        background: #FFF;
        z-index: 1000;
    }

    .yat__confirmed-mobile {
        display: flex;
    }

    .mobile-nav-info-wrapper {
        max-width: 768px;
        display: flex;
        width: 100%;
        padding: 1rem;
        justify-content: space-between;
        align-items: center;
        z-index: 999;

    }

    /* .mobile-nav-info-wrapper>.yat-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    } */

    .see-price-btn {
        margin: 0rem 0.25rem;
        display: flex;
        min-width: 126px;
        padding: 0.45rem 15px;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        border: 1px solid var(--blue, #189DFD);
        border-radius: 15px;
        background: var(--blue, #189DFD);
        color: var(--WHITE);
        font-family: "DM Sans", sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.5rem */
    }
    
    .sahibi {
        display: flex;
    }

    .sahibi-wrap {
        border-radius: 10px;
        margin-top: 3px !important;
    }

    .sahibi > span:first-child {
        font-weight: 600;
        font-size: 13.5px;
    }

    .sahibi > span:nth-child(2) {
        font-weight: 600;
        color: var(--SUB-TEXT);
        font-size: 13.5px;
    }

    .see-price-btn-call {
        margin: 0rem 0.25rem;
        display: flex;
        padding: 0.45rem 1.125rem;
        min-width: 109px;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        border: 1px solid var(--blue, #189DFD);
        border-radius: 15px;
        background: rgb(255, 255, 255);

        color: var(--MAIN-COLOR);
        font-family: "DM Sans", sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 1.5rem */
    }

    #svgPhone {
        color: var(--blue, #189DFD) !important;
    }
}

.extralar-cost {
    width: 100%;
}

@media(max-width: 768px) {
    .bigger-img-container {
        width: 80%;
        height: 70%;
    }

    .single-yat-cta .cta-row {
        height: 28rem;
    }

    .logo {
        display: none;
    }
}


@media (max-width: 650px) {
    .extra-pop-up {
        padding: 0rem;
    }
}

@media (max-width: 528px) {

    .single-input-radio {
        padding: 10px 0px;
        flex-wrap: wrap;
    }

    .radio-item {
        margin-top: 12px;
    }

    .inputs {
        width: 100%;
    }

    .input-items {
        flex-direction: column;
    }

    .single-input-item {
        width: 100%;
    }

    .filters-date {
        top: 181px;
    }
}

@media(max-width: 425px) {

    .extra-pop-up-wrapper {
        justify-content: start;
        align-items: start;
        width: 100%;
        height: 100%;

    }

    .choosen-img-wrapper {
        height: 300px;
    }

    .bigger-img-container {
        width: 100%;
        height: 40%;
    }

    .product-header {
        padding: 0rem 1rem;
        max-width: 1024px;
        width: 100%;
    }

    /* 
    .yat-feature-item-wrapper {
        padding: 1rem 0rem;
    } */

    .row {
        gap: 2rem;
    }


    .yat-content {
        padding: 0.75rem 0rem;
    }

    .yat {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }

    .yat-desc {
        width: 100%;
    }

    .accordion-item {
        /* display: flex; */
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }

    .accordion-content-bottom {
        display: flex;
        padding-bottom: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        align-self: stretch;
    }

    .accordion-content-wrapper {
        flex-direction: column;
        gap: 0.625rem;
    }

    .accordion-content-item {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .mobile-nav-info-wrapper>.yat-info {
        flex-wrap: wrap;
        width: 50%;
        z-index: 999;
    }
}

@media(max-width : 363px) {
    .capacity-wrapper {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media(max-width: 320px) {
    /* .single-input-item {
        overflow: hidden;
        padding: 0.625rem 0rem;
    }
  
    .single-input-item-radio {
        display: flex;
        padding: 0.625rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.375rem;
        flex: 1 0 0;
        border: 1px solid rgba(0, 0, 0, 0.25);
    } */
}





  .row>.column {
    padding: 0 8px;
  }

  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .column {
    float: left;
    width: 25%;
  }

  /* The Modal (background) */
  .modal2 {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
    padding: 0;
    touch-action: none;
  }

  /* Modal Content */
  .modal-content2 {
    position: relative;
    background-color: black;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: none;
  }

  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: 1000;
    padding: 10px;
  }

  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }

  .mySlides {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
  }

  .mySlides img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .cursor {
    cursor: pointer;
  }

  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .prev {
    left: 0;
  }

  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  /* Mobile specific styles */
  @media (max-width: 768px) {
    .prev, .next {
      padding: 12px;
      height: 50px;
      font-size: 18px;
    }
    
    .close {
      font-size: 30px;
      right: 15px;
    }
    
    .mySlides {
      padding: 30px 0;
    }
    
    .numbertext {
      font-size: 11px;
      padding: 6px 10px;
    }
  }

  .demo {
    opacity: 0.6;
  }

  .active,
  .demo:hover {
    opacity: 1;
  }

  img.hover-shadow {
    transition: 0.3s;
  }