<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 350px) {}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    /* Header */
    .main-header .nav-items {
        max-width: 100% !important;
        width: 100% !important;
        border-right: none !important;
    }

    .navbar .nav-list {
        gap: 15px !important;
    }

    .navbar .nav-list .nav-item .nav-link {
        font-size: 14px !important;
    }

    /* button */
    .header-contact-us {
        gap: 10px;
    }

    .button {
        min-width: 100px;
        padding: 0 15px;
        gap: 5px !important;
        font-size: 13px !important;
    }

    /* Banner */
    .home-banner .hero-slider,
    .home-banner,
    .home-banner .slider-item .container {
        height: 500px !important;
    }

    .hero-slider-dots {
        right: 10px !important;
    }

    .hero-carousel-nav {
        display: none;
    }

    .info-banner h1 {
        font-size: 35px;
    }

    p.text-banner {
        font-size: 20px;
    }

    .about-conent {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    /* SEction Title */
    .section-title h2,
    .section-title-right h2,
    .section-contact-us .conent-contact h2 {
        font-size: 32px;
    }

    .more-info-section {
        gap: 5px;
        flex-direction: column;
    }

    .banner-show-text {
        max-width: 100%;
    }

    .box-item {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }

    footer.footer .footer-content {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }



    /* Footer */
    .copyright {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 80px;
        gap: 20px;
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }

    .copyright p {
        flex-direction: column;
    }

    .social-media .text {
        display: none;
    }

    .back-to-top {
        width: 100%;
        height: 40px;
        background: rgb(221 221 221 / 13%);
    }

    /* Inner PAge */
    .breadcrumb-title h1 {
        font-size: 28px !important;
    }

    .breadcrumb-title p {
        font-size: 16px;
        font-weight: 500;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: inherit !important;
        bottom: 24px !important;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        right: -20px !important;
        left: inherit !important;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: inherit !important;
        left: -20px !important;
    }

    /* Header Siidebar */
    .side-menu,
    .sidebar-listing-filter {
        width: 100% !important;
    }

    .header-filter {
        grid-template-columns: auto auto !important;
    }

    .header-filter .conainer-btn {
        order: 2 !important;
    }

    .header-filter .story-by-list {
        order: 3 !important;
        grid-column: 1/3 !important;
    }

    .header-filter .listing-count {
        order: 1 !important;
    }

    .btn-sort {
        padding: 5px 6px !important;
        font-size: 12px !important;
    }

    .pagination-btn.btn-prev,
    .pagination-btn.btn-next,
    .pagination-btn.next,
    .pagination-btn.previous {
        width: 38px;
    }

    .pagination-btn.btn-prev span,
    .pagination-btn.btn-next span,
    .pagination-btn.next span,
    .pagination-btn.previous span {
        display: none;
    }


    /* Single listing */
    .swiper-button-next,
    .swiper-button-prev {
        top: 39%;
        bottom: inherit;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: inherit;
        left: 0px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        right: 0;
        left: inherit;
    }

}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {



    /* SEction Title */
    .section-title h2,
    .section-title-right h2,
    .section-contact-us .conent-contact h2 {
        font-size: 32px;
    }

    .more-info-section {
        gap: 5px;
        flex-direction: column;
    }

    .section-contact-us .conent-contact {
        padding: 50px 30px !important;
        gap: 25px;
    }

    .copyright p {
        flex-direction: column;
    }




    .call-action-content,
    .call-to-action-item {
        padding: 50px;
    }

    /* Footer */
    .copyright {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 80px;
        gap: 20px;
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }

    .copyright p {
        text-align: center;
    }

    .back-to-top {
        width: 100%;
        height: 40px;
        background: rgb(221 221 221 / 13%);
    }

    /* Inner PAge */
    .breadcrumb-title h1 {
        font-size: 30px !important;
    }


}

/*  Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* All Small &amp; Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .main-header .container {
        grid-template-columns: 1fr;
    }

    .navbar.sticky {
        background: var(--techno-sea-white-color);
    }

    .navbar.sticky .toggle-menu span {
        background: var(--techno-sea-dark-color);
    }

    .main-header .nav-item&gt;.nav-link:before {
        display: none;
    }

    /* Logo */
    .logo-holder {
        position: relative;
        display: flex;
        align-items: center;
        gap: 25px;
        justify-content: space-between;
        padding: 0 15px;
        width: 100%;
    }

    .logo-holder .logo img {
        max-width: 170px;
    }

    /* navbar button toggle */
    .toggle-menu {
        display: grid;
        position: absolute;
        right: 0;
        top: 12px;
    }

    /* App Header */
    .app-header {
        padding: 0;
        display: flex;
        justify-content: flex-end;
        position: absolute;
        right: 70px;

    }

    .app-header .btn-header .item-app {
        width: 100%;
    }

    .btn-header .dropdown-menu {
        top: 22px;
    }

    /* Nav menu */
    .nav-items {
        padding-top: 0;
        position: fixed;
        width: 100%;
        min-height: 100%;
        height: calc(100vh - 0px);
        top: 0px;
        overflow: hidden;
        display: flex;
        align-items: flex-start;
        opacity: 0;
        z-index: 0;
        transition: var(--techno-sea-transition);
        background: var(--techno-sea-white-color);
        width: 400px;
        padding-bottom: 0;
        flex-flow: column;
        right: inherit !important;
        left: -100%;
        transform: translateX(-100%);
        border-right: 1px solid var(--techno-sea-line-color);
        padding-left: 0;
        padding-right: 0;
        border-radius: 0;
    }

    .nav-items.open {
        transform: translateX(0px);
        opacity: 1;
        z-index: 9999;
        left: 0px;
    }

    .nav-items .navbar-head {
        background: var(--techno-sea-of-white-color);
        font-size: 16px;
        font-weight: 600;
        color: var(--techno-sea-dark-color);
        padding: 15px;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .nav-items .navbar-head h6 {
        font-size: 18px;
        color: var(--techno-sea-dark-color);
        font-weight: 600;
    }

    .nav-items .close-navbar {
        width: 35px;
        height: 35px;
        border-radius: 4px;
        background-color: var(--techno-sea-dark-color);
        border: none;
        outline: none;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--techno-sea-white-color);
        cursor: pointer;
        position: relative;
        z-index: 5;
    }

    /* Navlinks */
    .main-header .nav-links {
        flex-flow: column;
        display: flex !important;
        width: 100%;
        position: relative;
        top: -40px;
        width: 100%;
        height: calc(100vh - 180px);
        max-height: calc(100vh - 150px);
        overflow-x: hidden;
        overflow-y: scroll;
        align-items: flex-start;
        z-index: 0;
        transition: all 330ms ease-in 0s;
        background: var(--techno-sea-white-color);
        right: 0;
        transition-delay: 0.3s;
        flex-flow: column;
        padding-bottom: 20px;
        padding-top: 20px;
        scrollbar-color: var(--techno-sea-gray-color) var(--techno-sea-white-color);
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        padding-left: 0;
        direction: rtl;
        gap: 10px;
    }

    .main-header .nav-links::-webkit-scrollbar {
        width: 5px;
        background-color: var(--techno-sea-white-color) !important;
    }

    .main-header .nav-links::-webkit-scrollbar-thumb {
        background-color: var(--techno-sea-gray-color) !important;
        border-radius: 0px;
        border: 5px solid var(--techno-sea-gray-color) !important;
    }

    .main-header .nav-links .nav-link {
        align-items: flex-start;
        gap: 5px;
        border-bottom: 1px solid var(--techno-sea-line-color);
        padding: 15px;
        font-size: 16px;
        border-radius: 5px;
    }

    .main-header .nav-links .nav-link.active {
        background: transparent;
    }

    .main-header .nav-links .nav-link:hover {
        color: var(--techno-sea-dark-color);
        background: transparent;
    }

    .nav-links&gt;.nav-item&gt;a,
    .nav-links&gt;.nav-item {
        display: flex;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        direction: ltr;
    }

    .nav-links li {
        display: block;
        width: 100%;
        padding: 0 15px;
    }

    .nav-links&gt;.nav-item {
        margin-left: 0;
        height: auto;
        flex-direction: column;
        width: 100%;
    }

    .nav-links li a {
        padding: 10px 0;
        margin-right: 0;
        height: auto;
        width: 100%;
        flex-direction: column;
    }

    .nav-item.has-dropdown&gt;ul.sub-menu li a {
        padding-bottom: 10px !important;
        text-align: left;
    }

    ul.nav-links&gt;li.has-dropdown&gt;a::before {
        top: 19px;
        font-size: 14px;
        left: 5px;
    }

    ul.nav-links&gt;li.has-dropdown:hover&gt;a::before {
        transform: none;
    }

    ul.nav-links&gt;li.has-dropdown&gt;a.rotetIcon::before {
        -webkit-transform: rotate(-180deg) !important;
        -moz-transform: rotate(-180deg) !important;
        -o-transform: rotate(-180deg) !important;
        transform: rotate(-180deg) !important;
    }

    .has-dropdown .icon-down {
        display: block;
        position: absolute;
        right: 4px;
        top: 0;
        text-align: center;
        background: transparent;
        z-index: -1;
        cursor: pointer;
        font-size: 15px;
        line-height: 50px;
    }

    .nav-links .nav-item.has-dropdown&gt;ul.sub-menu {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        display: none;
        margin: 0;
        transition: none;
    }

    ul.nav-links&gt;li&gt;ul.sub-menu&gt;li&gt;ul.sub-menu {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        position: relative;
        width: 100%;
        opacity: 1;
        top: 0;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.08);
        border-bottom: 3px solid #aaa;
        margin-right: 0px;
        display: none;
        margin: 0;
        transition: none;
        right: inherit;
        left: inherit !important;
    }

    .nav-item.has-dropdown .sub-menu.toggle {
        transform: translateY(0) !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
    }

    .sub-menu li {
        padding: 0px;
    }

    ul.nav-links&gt;li&gt;ul.sub-menu&gt;li&gt;ul.sub-menu&gt;li&gt;ul.sub-menu {
        margin: 0;
        right: 0;
    }



    /* Banner Header */
    /* .home-banner,
    .home-banner .container {
        padding: 0;
        margin: 0;
        border-radius: 0;
    }
    .home-banner .hero-slider, .home-banner .slider-item .container {
        height: 560px;
    }
    .info-banner h1 {
        font-size: 50px;
    } */



    .main-header-two {
        height: 90px;
    }

    .nav-items {
        padding-left: 0;
    }

    .navbar {
        top: 0;
        max-width: 100%;
    }

    .main-header-two .navbar {
        top: 0;
        position: relative;
        border-radius: 0;
    }

    /* Banner  */
    .home-banner {
        height: 670px;
    }

    .info-banner .img-left,
    .info-banner .img-right {
        display: none;

    }

    .info-banner h1 {
        font-size: 40px;
        margin-bottom: 0;
    }

    .info-banner p {
        font-size: 20px;
        margin-bottom: 0;
    }

    /* Section title */
    .section-title h2,
    .section-title-right h2,
    .section-contact-us .conent-contact h2 {
        font-size: 30px;
    }

    .section-title p {
        font-size: 17px;
        line-height: 30px;
    }

    /* About */
    .about-conent {
        margin-bottom: 50px;
    }

    .about-conent h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .about-img {
        max-width: 530px;
        margin: 0 auto;
    }

    /* Feauters Items */
    .feat-item p {
        min-height: 100px;
    }

    /* Banner Full Width */
    .banner-full-width {
        padding: 100px 0;
    }

    .banner-show-text {
        max-width: 80%;
    }

    .banner-full-width .img-banner-show {
        width: 80%;
    }



    /* Footer */
    .footer-widget.footer-text {
        max-width: 100%;
    }

    .copyright {
        flex-direction: column;
    }

    /* Inner Page */
    .inner-page {
        padding-top: 100px;
    }

    /* breadcrumb */
    .breadcrumb-content .breadcrumb-title {
        height: 70px;
    }

    .breadcrumb-content .icon-breadcrumb {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    .breadcrumb-content h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .grid-two-item {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .contact-us-page .entry-conent .widget-contacts {
        padding-left: 0;
    }

    /* NoteCard */
    .notecard {
        padding: 0 20px;
    }

    /* Error Page */
    .error-content {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .error-content h1 {
        line-height: 70px;
        color: var(--techno-sea-primary-color);
        margin-bottom: 10px;
        font-size: 100px;
    }


    /* Producat Page */
    .header-sidebar,
    .btn-show-filter {
        display: flex;
    }


    .sidebar-shop-filter {
        height: 100%;
        width: 400px;
        position: fixed;
        top: 0;
        left: -100%;
        background-color: var(--techno-sea-white-color);
        transition: var(--techno-sea-transition);
        z-index: -999;
        overflow: hidden;
        padding: 0;
    }

    .sidebar-shop-filter.open {
        left: 0px;
        z-index: 999;
        visibility: visible;
        opacity: 1;
    }

    .filter-products {
        box-shadow: none;
        border-radius: 10px;
        padding: 30px;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .overlay-fillter-menu {
        visibility: hidden;
        height: 100%;
        background-color: rgb(255 255 255 / 38%);
        position: absolute;
        right: 0;
        top: 0;
        z-index: -20;
        cursor: crosshair;
        opacity: 0;
        width: 0px;
        transition: var(--techno-sea-transition);
    }

    .overlay-fillter-menu.open {
        width: 100%;
        opacity: 1;
        visibility: visible;
        z-index: 19;
    }

    /* Contact Us page */
    .form-conent {
        padding: 50px 15px;
        margin-bottom: 200px;
    }

    /* Gate */
    .banner-gate {
        height: 450px;
    }

    .banner-gate h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .banner-gate p {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .btns-banner {
        gap: 10px;
        flex-direction: column;
    }

    .intro-gate {
        padding: 30px;
    }

    .website-link {
        height: 300px;
        margin-bottom: 30px;
    }

    .website-link h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .website-link p {
        font-size: 24px;
        line-height: 30px;
    }
}

/* larg small &amp; medium devices  (tablets, less than 992px)  */
@media (min-width: 992px) {}


/* All Small &amp; Medium devices (tablets, less than 1200px) */
@media (max-width: 1199.98px) {
    .container {
        max-width: 100%;
    }


}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1430px;
    }
}


/* x Large devices (desktops, less than 1400px) */
@media (min-width: 992px) and (max-width: 1300px) {

    .main-header-two {
        height: 90px;
    }

    .nav-items {
        padding-left: 0;
    }

    .navbar {
        top: 0;
        max-width: 100%;
    }

    .main-header-two .navbar {
        top: 0;
        position: relative;
        border-radius: 0;
    }

    /* Banner  */
    .home-banner {
        height: 670px;
    }

    .info-banner .img-left {
        top: 10%;
        right: 5%;
    }

    .info-banner .img-right {
        bottom: 10%;
        left: 5%;
    }

    .info-banner h1 {
        font-size: 50px;
        margin-bottom: 0;
    }

    /* Banner Full Width */
    .banner-full-width {
        padding: 100px 0;
    }

    .banner-show-text {
        max-width: 80%;
    }

    .banner-full-width .img-banner-show {
        width: 80%;
    }

    /* Geauters Items */
    .feat-item p {
        min-height: 100px;
    }

    /* Footer */
    .contacts-area .contact-item {
        gap: 10px;
    }

    /* Inner Page */
    .inner-page {
        padding-top: 100px;
    }

    .filter-products {
        max-width: 100%;
    }

    .contacts-area .contact-item .contact-icon {
        min-width: 50px;
        min-height: 50px;
        width: 50px;
        height: 50px;
    }

    .contacts-area .contact-item .contact-info .contact-email,
    .contacts-area .contact-item .contact-info .phone-number a,
    .contacts-area .contact-item .contact-info a.location {
        font-size: 17px;
    }

    .section-contact-us .conent-contact {
        padding: 100px 50px;

    }

}

/* X Large devices (desktops, less than 1400px) */
@media (min-width: 1300px) and (max-width: 1425px) {
    .main-header-two .navbar {
        max-width: 1270px;
    }
}</pre></body></html>