  

    *::-webkit-scrollbar {
        display: none;
        ,
    }

    body {
        font-family: "Lato", sans-serif;
    }

    .font-gilroy {
        font-family: "Gilroy", sans-serif !important;
    }

    .font-mont {
        font-family: "Montserrat", sans-serif !important;
    }

    .font-lato {
        font-family: "Lato", sans-serif !important;
    }

    .font-royal {
        font-family: "RoyalWedding", sans-serif !important;
    }

    .searchInput:focus {
        outline: none;
    }

    .header-image {
        height: 850px;
    }

    .reservation-box {
        bottom: 10%
    }

    .filter {
        width: 750px;
    }

    .popularBoats {
        background-image: url("../uploads/popular-boat-map.png");
    }

    .boatCard {
        width: 100%;
        border-radius: 12px !important;
        box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.10), -2px -2px 4px 0px rgba(0, 0, 0, 0.10) !important;
    }

    .owl-stage-outer {
        padding: 0 0 20px !important;
    }

    .title {
        font-family: "Montserrat", sans-serif;
    }

    .subtitle {
        font-family: "RoyalWedding", sans-serif;
        font-size: 128px;
    }

    .popularBoats .subtitle {
        top: 13%;
    }

    .regions .subtitle {
        font-size: 64px;
    }

    .owl-carousel .owl-item img {
        width: auto !important;
    }

    .owl-item {
        opacity: 0.5;
    }

    .owl-item.active {
        opacity: 100%;
    }

    .parent {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .w-max {
        width: max-content
    }

    .h-max {
        height: max-content;
    }

    .list-unstyled {
        list-style: none;
    }

    .ssl256-left {
        background-color: #7AF566 !important;
        width: 165px;
        height: 73px;
    }

    .ssl256-right {
        background-color: #49ED2E !important;
        width: 113px;
        height: 73px;
    }

    .boat-types-bg {
        background-color: #132B33E6 !important;
        position: relative;
        z-index: 3;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .regions-title {
        font-size: 32px !important;
    }

    .regions-subtitle {
        font-size: 64px !important;
    }

    .dropdown-toggle::after {
        display: none !important;
    }

    .fs-11 {
        font-size: 11px !important;
    }

    .fs-12 {
        font-size: 12px !important;
    }

    .fs-13 {
        font-size: 13px !important;
    }

    .fs-15 {
        font-size: 15px !important;
    }

    .fs-18 {
        font-size: 18px !important;
    }

    .fs-20 {
        font-size: 20px !important;
    }

    .fs-24 {
        font-size: 24px !important;
    }

    .fs-26 {
        font-size: 26px !important;
    }

    .fs-32 {
        font-size: 32px !important;
    }

    .fs-48 {
        font-size: 48px !important;
    }

    .fs-128 {
        font-size: 128px !important;
    }


    @media screen and (max-width: 991px) {
        .filter{
            width: 600px;
        }
        .fs-128 {
            font-size: 64px !important;
        }

        .boat-types-header {
            font-size: 20px !important;
        }

        .boat-types-int {
            font-size: 12px !important;
        }

        .boat-types-container {
            height: 100% !important;
        }

        .regions-title {
            font-size: 16px !important;
        }

        .regions-subtitle {
            font-size: 32px !important;
        }

        .comments-title-bar {
            align-items: start !important;
        }

        .comment-subtitle {
            font-size: 64px !important;
            margin: 0 !important;
        }

    }

    .header-bar .menubar {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        align-self: center;
        align-items: center;
    }

    .menubar ul.nav {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        align-items: center;
        flex: 2;
    }

    .menubar ul > li {
        margin-left: 5px;
        letter-spacing: .05em;
        position: relative;
    }

    .menubar ul > li:first-child {
        margin-left: 0px;
    }

    .menubar ul li a {
        text-transform: uppercase;
        transition: all 300ms ease;
        position: relative;
        display: block;
        font-size: 15px;
    }

    .header-bar .menubar ul > li > a::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -9px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        pointer-events: none;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        will-change: transform;
    }

    .header-bar .menubar ul > li:first-child > a::before {
        display: none;
    }

    .under-section {
        position: absolute;
        top: calc(100% - 10px);
        left: 0px;
        min-width: 300px;
        padding: 20px 12px 20px 25px;
        opacity: 0;
        transition: all 300ms;
        visibility: hidden;
    }

    .menubar ul > li:hover ul.under-section {
        top: calc(100% + 10px);
        opacity: 1;
        visibility: visible;
        border-radius: 5px;
        background-color: white;
    }

    .under-section li a {
        color: var(--aqua-primary-color-1);
        padding: 8px 0px;
    }

    .under-section li a:hover {
        color: var(--grey-primary-color-1);
    }




    @media screen and (max-width: 767px) {
        .reservation-box {
            position: relative !important;
            transform: unset !important;
            width: 100% !important;
            left: 0 !important;
            z-index: 9;
            flex-direction: column;
        }

        .filter {
            width: 100% !important;
        }

        .search-button {
            width: 120px;
            height: 38px;
            border: 1px solid #dee2e6 !important;
            border-radius: 10px !important;
            font-size: 14px !important;
            padding: 0 !important;
            margin: auto;
            background-color: #fff !important;
            color: #000 !important;
        }

        .filter-comps {
            flex-direction: column !important;
            gap: 1rem !important;
        }

        .filter-comps div {
            width: 100% !important;
        }

        .filter-comps div div {
            align-items: center !important;
        }
    }

    @media screen and (max-width: 575px) {
        .input-header {
            justify-content: center !important;
        }
    }
    li{
        list-style-type: none !important;
    }

    .parent {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .div1 {
        grid-area: 1 / 1 / 3 / 2;
    }

    .div2 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .div3 {
        grid-area: 2 / 2 / 3 / 3;
    }

    .div4 {
        grid-area: 1 / 3 / 2 / 4;
    }

    .div5 {
        grid-area: 2 / 3 / 3 / 4;
    }

    /*.item {*/
    /*    width: max-content !important;*/
    /*}*/

    .yachtDetail .parent {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .yachtDetail .parent .div1 {
        grid-area: 1 / 1 / 3 / 3;
    }

    .yachtDetail .parent .div2 {
        grid-area: 1 / 3 / 2 / 4;
    }

    .yachtDetail .parent .div3 {
        grid-area: 2 / 3 / 3 / 4;
    }

    .yachtDetail .parent .div4 {
        grid-area: 1 / 4 / 3 / 5;
    }

    .bg-comnents {
        background-image: url("../uploads/google.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        object-fit: contain;
        min-height: 431px;
    }

    .comments-pfp {
        background-color: #D9D9D9;
        width: 48px;
        height: 48px;
    }

    .comments-card {
        border-radius: 20px;
        background-color: #F9F9F9E6;
        box-shadow: 0px 4px 10.7px 0px rgba(0, 0, 0, 0.10), 0px -1px 13px 0px rgba(0, 0, 0, 0.10);
    }

    .bg-filter-blur {
        filter: blur(32px);
    }

    .headerBlog-image {
        width: 100%;
        height: 405px;
    }

    .ticaret-logo {
        width: 85px;
        height: 85px;
    }

    .dto-logo {
        width: 101px;
        height: 101px;
    }

    .tursab-logo {
        width: 202px;
        height: 74px;
    }

    .headerList-image {
        width: 100%;
        height: 405px;
    }

    .owl-dot {
        width: 25px !important;
        height: 25px !important;
    }

    .owl-dot span {
        width: 7px !important;
        height: 7px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        background: #D6D6D6;
    }

    .owl-dot.active {
        border: 2px solid #02ACE4 !important;
        border-radius: 25px !important;
    }

    .owl-dot.active span {
        background: #02ACE4 !important
    }

    .pageBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
    }

    @media screen and (max-width: 767px) {
        .boatCard .result-image{
            height: 240px;
        }
        .ticaret-logo {
            width: 42px !important;
            height: 42px !important;
        }

        .dto-logo {
            width: 54px !important;
            height: 54px !important;
        }

        .tursab-logo {
            width: 115px !important;
            height: 42px !important;
        }

        .headerList-image {
            height: 90px !important;
        }

        .pageBtn{
            width: 30px;
            height: 30px;
        }
    }


    .look-yachting-sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1032;
        top: 0;
        right: -350px;
        overflow-x: hidden;
        transition: 0.2s;
        background-color: rgba(27, 26, 29, 0.6);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    .body-shadow {
        background-color: #000;
        width: 100%;
        position: fixed;
        opacity: 0;
        transition: 250ms;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1031;
        visibility: hidden;
    }

    .body-shadow.show {
        opacity: .4;
        visibility: visible;
    }

    .page-active{
        background-color: #142b33;
        border: 1px solid #a6a6a6;
        color: #FFFFFF !important;
    }

    .availability-calendar .ui-icon {
        width: 0px !important;
        height: 0px !important;
        background: none !important;
    }