/**
* Responsive CSS - Mobile First
*/

#wrapper-navbar .navbar-toggler:focus {
    outline: 0;
    border: none;
    box-shadow: none;
}

.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
}

.line {
    fill: none;
    stroke: var(--text-light-gray);
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.mobile-product-search #search {
    border-radius: 50rem 0 0 50rem;
    border: none;
    background-color: var(--light-gray);
    height: 39px;
    font: normal normal normal 15px/18px Lato;
}

.mobile-product-search #search-wines {
    border: none;
    border-radius: 0 50rem 50rem 0;
    background-color: var(--light-gray);
}

@media (min-width: 1400px) {
    .home-hero-banner-img-wrapper .display-1 {
        font-size: 8.3rem;
    }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .feature-collection .c7-product {
        width: 25%;
    }

    /* .sub-wrapper-social-list, .top-bar-c7-wrapper #product-search {
        display: none;
    } */
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        text-align: center;
    }

    .top-bar {
        display: none;
    }

    #xeynergy_web_nav {
        justify-content: center !important;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .get-a-quote-button {
        font-size: 12px;
    }

    .sub-wrapper-contact-details {
        width: 90%;
    }

    .custom-logo-link .custom-logo {
        max-width: 100%;
        height: 60px;
    }

    .c7-cart.c7-visible .c7-cart__close {
        font-size: 25px;
        line-height: 24px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .c7-product__photo img {
        max-height: 200px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/15px var(--secondary-font);
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    footer .contact-location iframe {
        max-width: 100%;
    }

    .instagram-feeds-section,
    .newsletter-section {
        padding: 15px 0;
    }

    .collection-section .c7-product-collection {
        justify-content: center !important;
    }

    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }

    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }

    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }

    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }

    .c7-product-detail #custom-metadata-wrapper {
        justify-content: center;
    }

    .c7-product-detail .c7-product__variant {
        text-align: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }

    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 420px;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-image {
        text-align: center;
        margin-bottom: 20px;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button {
        margin: 0;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .solutions-services .solutions-services-title,
    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        font-size: 26px;
    }

    .about-us-section .about-us-heading {
        font-size: 26px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .btn-read-more {
        font-size: 12px;
    }

    .lets-talk-image {
        max-width: 275px;
    }

    .lets-talk-title {
        font-size: 18px;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        padding: 5px 10px;
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        padding: 5px 10px;
        font-size: 12px;
    }

    .project-count-section-width {
        height: 150px;
    }

    .project-count-description-text {
        font-size: 18px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .navbar-light .navbar-toggler {
        order: 0;
    }

    .top-bar-logo-wrapper-section {
        order: 2;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 5px;
    }

    .top-bar-logo-wrapper-section-get-quote {
        right: 10px;
        top: 12px;
        left: auto;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        text-align: left;
    }

    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .feature-collection .c7-product {
        width: 25%;
    }

    /* .sub-wrapper-social-list {
        display: none;
    } */
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        text-align: center;
    }

    .top-bar {
        display: none;
    }

    #xeynergy_web_nav {
        justify-content: center !important;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .get-a-quote-button {
        font-size: 12px;
    }

    .sub-wrapper-contact-details {
        width: 90%;
    }

    .custom-logo-link .custom-logo {
        max-width: 100%;
        height: 60px;
    }

    .c7-cart.c7-visible .c7-cart__close {
        font-size: 25px;
        line-height: 24px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .c7-product__photo img {
        max-height: 200px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/15px var(--secondary-font);
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    footer .contact-location iframe {
        max-width: 100%;
    }

    .instagram-feeds-section,
    .newsletter-section {
        padding: 15px 0;
    }

    .collection-section .c7-product-collection {
        justify-content: center !important;
    }

    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }

    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }

    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }

    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }

    .c7-product-detail #custom-metadata-wrapper {
        justify-content: center;
    }

    .c7-product-detail .c7-product__variant {
        text-align: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }

    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 420px;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-image {
        text-align: center;
        margin-bottom: 20px;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button {
        margin: 0;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .solutions-services .solutions-services-title,
    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        font-size: 26px;
    }

    .about-us-section .about-us-heading {
        font-size: 26px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .btn-read-more {
        font-size: 12px;
    }

    .lets-talk-image {
        max-width: 275px;
    }

    .lets-talk-title {
        font-size: 18px;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        padding: 5px 10px;
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        padding: 5px 10px;
        font-size: 12px;
    }

    .project-count-section-width {
        height: 150px;
    }

    .project-count-description-text {
        font-size: 18px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .navbar-light .navbar-toggler {
        order: 0;
    }

    .top-bar-logo-wrapper-section {
        order: 2;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 5px;
    }

    .top-bar-logo-wrapper-section-get-quote {
        right: 10px;
        top: 12px;
        left: auto;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        text-align: left;
    }

    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .feature-collection .c7-product {
        width: 25%;
    }

    /* .sub-wrapper-social-list {
        display: none;
    } */
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        text-align: center;
    }

    .top-bar {
        display: none;
    }

    #xeynergy_web_nav {
        justify-content: center !important;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .get-a-quote-button {
        font-size: 12px;
    }

    .sub-wrapper-contact-details {
        width: 90%;
    }

    .custom-logo-link .custom-logo {
        max-width: 100%;
        height: 60px;
    }

    .c7-cart.c7-visible .c7-cart__close {
        font-size: 25px;
        line-height: 24px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .c7-product__photo img {
        max-height: 200px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/15px var(--secondary-font);
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    footer .contact-location iframe {
        max-width: 100%;
    }

    .instagram-feeds-section,
    .newsletter-section {
        padding: 15px 0;
    }

    .collection-section .c7-product-collection {
        justify-content: center !important;
    }

    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }

    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }

    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }

    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }

    .c7-product-detail #custom-metadata-wrapper {
        justify-content: center;
    }

    .c7-product-detail .c7-product__variant {
        text-align: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }

    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 420px;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-image {
        text-align: center;
        margin-bottom: 20px;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button {
        margin: 0;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .solutions-services .solutions-services-title,
    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        font-size: 26px;
    }

    .about-us-section .about-us-heading {
        font-size: 26px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .btn-read-more {
        font-size: 12px;
    }

    .lets-talk-image {
        max-width: 275px;
    }

    .lets-talk-title {
        font-size: 18px;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        padding: 5px 10px;
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        padding: 5px 10px;
        font-size: 12px;
    }

    .project-count-section-width {
        height: 150px;
    }

    .project-count-description-text {
        font-size: 18px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .navbar-light .navbar-toggler {
        order: 0;
    }

    .top-bar-logo-wrapper-section {
        order: 2;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 5px;
    }

    .top-bar-logo-wrapper-section-get-quote {
        right: 10px;
        top: 12px;
        left: auto;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        text-align: left;
    }

    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .feature-collection .c7-product {
        width: 25%;
    }

    /* .sub-wrapper-social-list {
        display: none;
    } */
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        text-align: center;
    }

    .top-bar {
        display: none;
    }

    #xeynergy_web_nav {
        justify-content: center !important;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .get-a-quote-button {
        font-size: 12px;
    }

    .sub-wrapper-contact-details {
        width: 90%;
    }

    .custom-logo-link .custom-logo {
        max-width: 100%;
        height: 60px;
    }

    .c7-cart.c7-visible .c7-cart__close {
        font-size: 25px;
        line-height: 24px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .c7-product__photo img {
        max-height: 200px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/15px var(--secondary-font);
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    footer .contact-location iframe {
        max-width: 100%;
    }

    .instagram-feeds-section,
    .newsletter-section {
        padding: 15px 0;
    }

    .collection-section .c7-product-collection {
        justify-content: center !important;
    }

    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }

    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }

    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }

    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }

    .c7-product-detail #custom-metadata-wrapper {
        justify-content: center;
    }

    .c7-product-detail .c7-product__variant {
        text-align: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }

    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 420px;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-image {
        text-align: center;
        margin-bottom: 20px;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button {
        margin: 0;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .solutions-services .solutions-services-title,
    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        font-size: 26px;
    }

    .about-us-section .about-us-heading {
        font-size: 26px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .btn-read-more {
        font-size: 12px;
    }

    .lets-talk-image {
        max-width: 275px;
    }

    .lets-talk-title {
        font-size: 18px;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        padding: 5px 10px;
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        padding: 5px 10px;
        font-size: 12px;
    }

    .project-count-section-width {
        height: 150px;
    }

    .project-count-description-text {
        font-size: 18px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .navbar-light .navbar-toggler {
        order: 0;
    }

    .top-bar-logo-wrapper-section {
        order: 2;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 5px;
    }

    .top-bar-logo-wrapper-section-get-quote {
        right: 10px;
        top: 12px;
        left: auto;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        text-align: left;
    }

    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .feature-collection .c7-product {
        width: 25%;
    }

    /* .sub-wrapper-social-list {
        display: none;
    } */
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        text-align: center;
    }

    .top-bar {
        display: none;
    }

    #xeynergy_web_nav {
        justify-content: center !important;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .get-a-quote-button {
        font-size: 12px;
    }

    .sub-wrapper-contact-details {
        width: 90%;
    }

    .custom-logo-link .custom-logo {
        max-width: 190px;
        height: auto;
    }

    .c7-cart.c7-visible .c7-cart__close {
        font-size: 25px;
        line-height: 24px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .c7-product__photo img {
        max-height: 200px !important;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/15px var(--secondary-font);
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    footer .contact-location iframe {
        max-width: 100%;
    }

    .instagram-feeds-section,
    .newsletter-section {
        padding: 15px 0;
    }

    .collection-section .c7-product-collection {
        justify-content: center !important;
    }

    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        min-height: auto !important;
    }

    .collection-section .c7-product__variant__price {
        min-height: auto !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }

    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }

    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }

    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }

    .c7-product-detail #custom-metadata-wrapper {
        justify-content: center;
    }

    .c7-product-detail .c7-product__variant {
        text-align: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }

    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 420px;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-image {
        text-align: center;
        margin-bottom: 20px;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button {
        margin: 0;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .solutions-services .solutions-services-title,
    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        font-size: 26px;
    }

    .about-us-section .about-us-heading {
        font-size: 26px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .btn-read-more {
        font-size: 12px;
    }

    .lets-talk-image {
        max-width: 275px;
    }

    .lets-talk-title {
        font-size: 18px;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        padding: 5px 10px;
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        padding: 5px 10px;
        font-size: 12px;
    }

    .project-count-section-width {
        height: 150px;
    }

    .project-count-description-text {
        font-size: 18px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .navbar-light .navbar-toggler {
        order: 0;
    }

    .top-bar-logo-wrapper-section {
        order: 2;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 5px;
    }

    .top-bar-logo-wrapper-section-get-quote {
        right: 10px;
        top: 12px;
        left: auto;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        text-align: left;
    }

    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .feature-collection .c7-product {
        width: 25%;
    }

    /* .sub-wrapper-social-list {
        display: none;
    } */
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        text-align: center;
    }

    .top-bar {
        display: none;
    }

    #xeynergy_web_nav {
        justify-content: center !important;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .get-a-quote-button {
        font-size: 12px;
    }

    .sub-wrapper-contact-details {
        width: 90%;
    }

    .custom-logo-link .custom-logo {
        max-width: 100%;
        height: 60px;
    }

    .c7-cart.c7-visible .c7-cart__close {
        font-size: 25px;
        line-height: 24px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .c7-product__photo img {
        max-height: 200px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/15px var(--secondary-font);
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    footer .contact-location iframe {
        max-width: 100%;
    }

    .instagram-feeds-section,
    .newsletter-section {
        padding: 15px 0;
    }

    .collection-section .c7-product-collection {
        justify-content: center !important;
    }

    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price {
        min-height: auto !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }

    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }

    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }

    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }

    .c7-product-detail #custom-metadata-wrapper {
        justify-content: center;
    }

    .c7-product-detail .c7-product__variant {
        text-align: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }

    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 420px;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-image {
        text-align: center;
        margin-bottom: 20px;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .navbar-light .navbar-toggler {
        order: 0;
    }

    .top-bar-logo-wrapper-section {
        order: 2;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 5px;
    }

    .top-bar-logo-wrapper-section-get-quote {
        right: 10px;
        top: 12px;
        left: auto;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        text-align: left;
    }

    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .feature-collection .c7-product {
        width: 25%;
    }

    /* .sub-wrapper-social-list {
        display: none;
    } */
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        text-align: center;
    }

    .top-bar {
        display: none;
    }

    #xeynergy_web_nav {
        justify-content: center !important;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .get-a-quote-button {
        font-size: 12px;
    }

    .sub-wrapper-contact-details {
        width: 90%;
    }

    .custom-logo-link .custom-logo {
        max-width: 100%;
        height: 60px;
    }

    .c7-cart.c7-visible .c7-cart__close {
        font-size: 25px;
        line-height: 24px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .c7-product__photo img {
        max-height: 200px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/15px var(--secondary-font);
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    footer .contact-location iframe {
        max-width: 100%;
    }

    .instagram-feeds-section,
    .newsletter-section {
        padding: 15px 0;
    }

    .collection-section .c7-product-collection {
        justify-content: center !important;
    }

    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price {
        min-height: auto !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }

    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }

    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }

    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }

    .c7-product-detail #custom-metadata-wrapper {
        justify-content: center;
    }

    .c7-product-detail .c7-product__variant {
        text-align: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }

    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 420px;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-image {
        text-align: center;
        margin-bottom: 20px;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button {
        margin: 0;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .solutions-services .solutions-services-title,
    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        font-size: 26px;
    }

    .about-us-section .about-us-heading {
        font-size: 26px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .btn-read-more {
        font-size: 12px;
    }

    .lets-talk-image {
        max-width: 275px;
    }

    .lets-talk-title {
        font-size: 18px;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        padding: 5px 10px;
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        padding: 5px 10px;
        font-size: 12px;
    }

    .project-count-section-width {
        height: 150px;
    }

    .project-count-description-text {
        font-size: 18px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .navbar-light .navbar-toggler {
        order: 0;
    }

    .top-bar-logo-wrapper-section {
        order: 2;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 5px;
    }

    .top-bar-logo-wrapper-section-get-quote {
        right: 10px;
        top: 12px;
        left: auto;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        text-align: left;
    }

    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* Portrait */

/* Declare the same value for min- and max-width to avoid colliding with desktops */

/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .feature-collection .c7-product {
        width: 25%;
    }

    /* .sub-wrapper-social-list {
        display: none;
    } */
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        text-align: center;
    }

    .top-bar {
        display: none;
    }

    #xeynergy_web_nav {
        justify-content: center !important;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .get-a-quote-button {
        font-size: 12px;
    }

    .sub-wrapper-contact-details {
        width: 90%;
    }

    .custom-logo-link .custom-logo {
        max-width: 100%;
        height: 60px;
    }

    .c7-cart.c7-visible .c7-cart__close {
        font-size: 25px;
        line-height: 24px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .c7-product__photo img {
        max-height: 200px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/15px var(--secondary-font);
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    footer .contact-location iframe {
        max-width: 100%;
    }

    .instagram-feeds-section,
    .newsletter-section {
        padding: 15px 0;
    }

    .collection-section .c7-product-collection {
        justify-content: center !important;
    }

    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price {
        min-height: auto !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }

    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }

    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }

    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }

    .c7-product-detail #custom-metadata-wrapper {
        justify-content: center;
    }

    .c7-product-detail .c7-product__variant {
        text-align: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }

    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 420px;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-image {
        text-align: center;
        margin-bottom: 20px;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button {
        margin: 0;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .solutions-services .solutions-services-title,
    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        font-size: 26px;
    }

    .about-us-section .about-us-heading {
        font-size: 26px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .btn-read-more {
        font-size: 12px;
    }

    .lets-talk-image {
        max-width: 275px;
    }

    .lets-talk-title {
        font-size: 18px;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        padding: 5px 10px;
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        padding: 5px 10px;
        font-size: 12px;
    }

    .project-count-section-width {
        height: 150px;
    }

    .project-count-description-text {
        font-size: 18px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .navbar-light .navbar-toggler {
        order: 0;
    }

    .top-bar-logo-wrapper-section {
        order: 2;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 5px;
    }

    .top-bar-logo-wrapper-section-get-quote {
        right: 10px;
        top: 12px;
        left: auto;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        text-align: left;
    }

    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* Landscape */

/* Declare the same value for min- and max-width to avoid colliding with desktops */

/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .feature-collection .c7-product {
        width: 25%;
    }

    /* .sub-wrapper-social-list {
        display: none;
    } */
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        text-align: center;
    }

    .top-bar {
        display: none;
    }

    #xeynergy_web_nav {
        justify-content: center !important;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .get-a-quote-button {
        font-size: 12px;
    }

    .sub-wrapper-contact-details {
        width: 90%;
    }

    .custom-logo-link .custom-logo {
        max-width: 100%;
        height: 60px;
    }

    .c7-cart.c7-visible .c7-cart__close {
        font-size: 25px;
        line-height: 24px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .c7-product__photo img {
        max-height: 200px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/15px var(--secondary-font);
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    footer .contact-location iframe {
        max-width: 100%;
    }

    .instagram-feeds-section,
    .newsletter-section {
        padding: 15px 0;
    }

    .collection-section .c7-product-collection {
        justify-content: center !important;
    }

    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price {
        min-height: auto !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }

    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }

    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }

    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }

    .c7-product-detail #custom-metadata-wrapper {
        justify-content: center;
    }

    .c7-product-detail .c7-product__variant {
        text-align: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }

    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 420px;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-image {
        text-align: center;
        margin-bottom: 20px;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button {
        margin: 0;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .solutions-services .solutions-services-title,
    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        font-size: 26px;
    }

    .about-us-section .about-us-heading {
        font-size: 26px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .btn-read-more {
        font-size: 12px;
    }

    .lets-talk-image {
        max-width: 275px;
    }

    .lets-talk-title {
        font-size: 18px;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        padding: 5px 10px;
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        padding: 5px 10px;
        font-size: 12px;
    }

    .project-count-section-width {
        height: 150px;
    }

    .project-count-description-text {
        font-size: 18px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .navbar-light .navbar-toggler {
        order: 0;
    }

    .top-bar-logo-wrapper-section {
        order: 2;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 5px;
    }

    .top-bar-logo-wrapper-section-get-quote {
        right: 10px;
        top: 12px;
        left: auto;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        text-align: left;
    }

    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .feature-collection .c7-product {
        width: 25%;
    }

    /* .sub-wrapper-social-list {
        display: none;
    } */
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        text-align: center;
    }

    .top-bar {
        display: none;
    }

    #xeynergy_web_nav {
        justify-content: center !important;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .get-a-quote-button {
        font-size: 12px;
    }

    .sub-wrapper-contact-details {
        width: 90%;
    }

    .custom-logo-link .custom-logo {
        max-width: 100%;
        height: 60px;
    }

    .c7-cart.c7-visible .c7-cart__close {
        font-size: 25px;
        line-height: 24px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .c7-product__photo img {
        max-height: 200px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/15px var(--secondary-font);
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    footer .contact-location iframe {
        max-width: 100%;
    }

    .instagram-feeds-section,
    .newsletter-section {
        padding: 15px 0;
    }

    .collection-section .c7-product-collection {
        justify-content: center !important;
    }

    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price {
        min-height: auto !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }

    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }

    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }

    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }

    .c7-product-detail #custom-metadata-wrapper {
        justify-content: center;
    }

    .c7-product-detail .c7-product__variant {
        text-align: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }

    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 420px;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-image {
        text-align: center;
        margin-bottom: 20px;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button {
        margin: 0;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .solutions-services .solutions-services-title,
    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        font-size: 26px;
    }

    .about-us-section .about-us-heading {
        font-size: 26px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .btn-read-more {
        font-size: 12px;
    }

    .lets-talk-image {
        max-width: 275px;
    }

    .lets-talk-title {
        font-size: 18px;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        padding: 5px 10px;
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        padding: 5px 10px;
        font-size: 12px;
    }

    .project-count-section-width {
        height: 150px;
    }

    .project-count-description-text {
        font-size: 18px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .navbar-light .navbar-toggler {
        order: 0;
    }

    .top-bar-logo-wrapper-section {
        order: 2;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 5px;
    }

    .top-bar-logo-wrapper-section-get-quote {
        right: 10px;
        top: 12px;
        left: auto;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        text-align: left;
    }

    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* Portrait */

/* Declare the same value for min- and max-width to avoid colliding with desktops */

/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .feature-collection .c7-product {
        width: 25%;
    }

    /* .sub-wrapper-social-list {
        display: none;
    } */
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        text-align: center;
    }

    .top-bar {
        display: none;
    }

    #xeynergy_web_nav {
        justify-content: center !important;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .get-a-quote-button {
        font-size: 12px;
    }

    .sub-wrapper-contact-details {
        width: 90%;
    }

    .custom-logo-link .custom-logo {
        max-width: 100%;
        height: 60px;
    }

    .c7-cart.c7-visible .c7-cart__close {
        font-size: 25px;
        line-height: 24px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .c7-product__photo img {
        max-height: 200px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/15px var(--secondary-font);
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    footer .contact-location iframe {
        max-width: 100%;
    }

    .instagram-feeds-section,
    .newsletter-section {
        padding: 15px 0;
    }

    .collection-section .c7-product-collection {
        justify-content: center !important;
    }

    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price {
        min-height: auto !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }

    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }

    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }

    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }

    .c7-product-detail #custom-metadata-wrapper {
        justify-content: center;
    }

    .c7-product-detail .c7-product__variant {
        text-align: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }

    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 420px;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-image {
        text-align: center;
        margin-bottom: 20px;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button {
        margin: 0;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .solutions-services .solutions-services-title,
    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 26px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        font-size: 26px;
    }

    .about-us-section .about-us-heading {
        font-size: 26px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .btn-read-more {
        font-size: 12px;
    }

    .lets-talk-image {
        max-width: 275px;
    }

    .lets-talk-title {
        font-size: 18px;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        padding: 5px 10px;
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        padding: 5px 10px;
        font-size: 12px;
    }

    .project-count-section-width {
        height: 150px;
    }

    .project-count-description-text {
        font-size: 18px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .navbar-light .navbar-toggler {
        order: 0;
    }

    .top-bar-logo-wrapper-section {
        order: 2;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 5px;
    }

    .top-bar-logo-wrapper-section-get-quote {
        right: 10px;
        top: 12px;
        left: auto;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        text-align: left;
    }

    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* Landscape */

/* Declare the same value for min- and max-width to avoid colliding with desktops */

/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .feature-collection .c7-product {
        width: 25%;
    }

    /* .sub-wrapper-social-list {
        display: none;
    } */
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        text-align: center;
    }

    .top-bar {
        display: none;
    }

    #xeynergy_web_nav {
        justify-content: center !important;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .get-a-quote-button {
        font-size: 12px;
    }

    .sub-wrapper-contact-details {
        width: 90%;
    }

    .custom-logo-link .custom-logo {
        max-width: 100%;
        height: 60px;
    }

    .c7-cart.c7-visible .c7-cart__close {
        font-size: 25px;
        line-height: 24px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .c7-product__photo img {
        max-height: 200px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/15px var(--secondary-font);
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    footer .contact-location iframe {
        max-width: 100%;
    }

    .instagram-feeds-section,
    .newsletter-section {
        padding: 15px 0;
    }

    .collection-section .c7-product-collection {
        justify-content: center !important;
    }

    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price {
        min-height: auto !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }

    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }

    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }

    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }

    .c7-product-detail #custom-metadata-wrapper {
        justify-content: center;
    }

    .c7-product-detail .c7-product__variant {
        text-align: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }

    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 420px;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }

    .navbar-light .navbar-toggler {
        order: 0;
    }

    .top-bar-logo-wrapper-section {
        order: 2;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 5px;
    }

    .top-bar-logo-wrapper-section-get-quote {
        right: 10px;
        top: 12px;
        left: auto;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        text-align: left;
    }

    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/**
* Mobile Media Queries
*/

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .top-bar-contact-wrapper-section {
        display: none;
    }

    .custom-logo-link .custom-logo {
        width: 120px;
        height: auto;
    }

    .top-bar-c7-wrapper #product-search {
        display: none;
    }

    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }

    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .top-bar-c7-wrapper #c7-cart .c7-cart__total {
        display: none;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .accordion-collapse.show {
        display: initial !important;
        ;
    }

    .mobile-product-search {
        display: block !important;
    }

    .top-bar {
        display: none;
    }

    .top-bar-logo-wrapper-section {
        width: 66%;
    }

    .top-bar-logo-wrapper-section .top-bar-logo-wrapper {
        text-align: right !important;
    }

    .navbar-toggler.menu {
        position: absolute;
        top: 15px;
    }

    #content-on-slider {
        transform: scale(1.75) !important;
    }

    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }


    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .get-a-quote-button {
        font-size: 10px;
        display: block;
        position: absolute;
        top: 15px;
        right: 5px;
        padding: 3px 10px;
    }

    .project-count-description-text {
        font-size: 14px;
        text-align: center;
        padding: 20px;
        margin-bottom: -30px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .visit-banner,
    .feature-collection,
    .discover-more-section,
    .about-section,
    .keyholders-section,
    .latest-news-section,
    .instagram-feeds-section,
    .newsletter-section {
        padding: 50px 15px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line {
        display: block;
        margin: 15px auto;
        width: 40%;
    }

    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }

    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .featured-see-more {
        padding-top: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }

    .keyholders-section-wrapper,
    .discover-more-section-wrapper {
        padding-top: 0;
    }

    .about-section-wrapper {
        padding-bottom: 30px;
    }

    .visit-book-now,
    .discover-more-button,
    .keyholders-button,
    .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    footer {
        text-align: center;
    }

    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }

    footer .contact-adderss {
        margin: 30px auto;
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }

    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }

    #collectionTabs li {
        width: 45%;
        text-align: center;
    }

    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }

    .collection-section .py-sm-4 {
        padding: 30px;
    }

    .collection-section #tnh_our_wines {
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }

    .collection-section .c7-product__photo img {
        max-height: 200px;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }

    .collection-section .c7-product__variant__price {
        min-height: auto !important;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }

    .collection-section .c7-product {
        margin-bottom: 30px !important;
    }

    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }

    .c7-product-detail .c7-product-detail__photo {
        position: relative;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }

    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }

    .c7-product-detail {
        margin-top: 20px !important;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }

    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }

    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }

    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
        text-align: left;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }

    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }

    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }

    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }

    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }

    .shopping-cart-section .c7-cart-items>div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }

    .c7-cart-summary>div div:first-child {
        text-align: left;
        font-size: 14px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }

    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child,
    .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout,
    .top-bar-c7-wrapper #c7-login a.c7-login__logged-in {
        text-indent: -99999999px;
        color: transparent;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout {
        display: none;
    }

    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }

    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }

    .c7-checkout__content__buttons .c7-button {
        margin: auto !important;
    }

    .c7-checkout-template .c7-form .c7-button {
        margin: auto !important;
        margin-top: 15px;
    }

    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }

    .c7-icon--help {
        margin: 15px auto;
    }

    .c7-checkout-template .c7-checkout__main p,
    .c7-checkout-template .c7-checkout__main span {
        font-size: 14px;
    }

    .reservation-usp-section {
        padding: 30px 0;
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }

    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }

    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }

    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }

    .wine-flights-section {
        padding: 30px 0;
    }

    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 385px;
    }

    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-detail-section {
        margin-top: 0 !important;
    }

    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }

    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }

    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }

    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .privacy-policy-header-section h1 {
        font: normal normal bold 28px/30px var(--primary-font);
    }

    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }

    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-name {
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }

    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section img {
        text-align: center;
        margin: 30px auto;
    }

    .text-sm-center {
        text-align: center;
    }

    .background-section-wrapper {
        margin: 30px auto !important;
    }

    .about-section-header h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .c7-checkout-summary h2 {
        font-size: 16px;
    }

    .c7-checkout-summary h3 {
        font-size: 14px;
    }

    .c7-checkout-summary p,
    .c7-checkout-summary__reservation-items {
        font-size: 12px;
    }

    .mobile-gutter-y {
        --bs-gutter-y: 1rem;
    }

    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }

    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }

    .single-post-content p {
        font-size: 14px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button,
    .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button {
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt {
        font-size: 14px !important;
    }

    .c7-cart__wrapper .c7-cart-summary__total div:first-child {
        text-align: left;
    }

    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }

    .c7-cart__wrapper .c7-cart__buttons .c7-button {
        width: 100% !important;
        font-size: 14px !important;
    }

    .c7-checkout-template #c7-promoCode+.c7-button {
        width: 100%;
        margin-top: 10px !important;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .categories-news-section .categoy-page-news-title a {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .c7-form .c7-selectbox+.c7-selectbox {
        margin-left: 0;
    }

    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }

    .c7-modal__content a {
        margin: auto;
    }

    .c7-button,
    .c7-logout-message a {
        font-size: 14px !important;
        padding: 0.5rem 1.5rem !important;
    }

    .c7-visible .c7-cart-items__image {
        display: block;
        width: 10%;
        text-align: center;
    }

    .c7-visible .c7-cart-items__image img {
        max-height: 100px;
    }

    .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-reservation-widget .c7-button {
        width: 100%;
    }

    .c7-account__create-account #c7-create-account .c7-button {
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }

    .c7-account__order-detail__customer-details .c7-button {
        width: 100%;
    }

    .c7-form.c7-visible.c7-coupon-form .c7-button {
        width: 100%;
    }

    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }

    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }

    footer .credit-text li:after {
        margin: auto 7px;
    }

    .c7-account__clubs+#c7-modal .c7-button {
        right: 0;
        margin: 0 !important;
        position: absolute;
    }

    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }

    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }

    .newsletter-section .c7-subscribe .c7-form>div {
        margin: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }

    .home-slider-section #content-on-slider a {
        border-width: 1px !important;
        border-radius: 2px !important;
    }

    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }

    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }

    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }

    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .curret-opening-filters {
        display: flex;
        width: 100%;
        overflow-x: auto;
    }

    .curret-opening-filters .button {
        font-size: 14px;
        min-width: fit-content;
    }

    .job-desc-item-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }

    .element-item {
        width: 95% !important;
        text-align: center;
    }

    div.wpforms-container-full .wpforms-form .wpforms-one-third,
    div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
        width: 48% !important;
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }
}

/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .top-bar-contact-wrapper-section {
        display: none;
    }

    .custom-logo-link .custom-logo {
        width: 120px;
        height: auto;
    }

    .top-bar-c7-wrapper #product-search {
        display: none;
    }

    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }

    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .top-bar-c7-wrapper #c7-cart .c7-cart__total {
        display: none;
    }

    .top-bar-logo-wrapper-section {
        width: 66%;
    }

    .top-bar-logo-wrapper-section .top-bar-logo-wrapper {
        text-align: right !important;
    }

    .navbar-toggler.menu {
        position: absolute;
        top: 15px;
    }

    #content-on-slider {
        transform: scale(1.75) !important;
    }

    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }



    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .get-a-quote-button {
        font-size: 10px;
        display: block;
        position: absolute;
        top: 15px;
        right: 5px;
        padding: 3px 10px;
    }

    .project-count-description-text {
        font-size: 14px;
        text-align: center;
        padding: 20px;
        margin-bottom: -30px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
        padding: 15px;
    }

    .our-portfolio-heading {
        font-size: 26px;
    }

    .cloud-migration-detail-section .column-left {
        order: 7 !important;
        margin-top: 30px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .contact-us-button {
        margin: auto;
        display: block;
        width: 50%;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .about-us-section .about-us-heading {
        line-height: 32px;
        font-size: 24px;
    }

    .ProposeTypes {
        width: 100%;
        display: inline-flex;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        font-size: 12px;
        display: inline-grid;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .visit-banner,
    .feature-collection,
    .discover-more-section,
    .about-section,
    .keyholders-section,
    .latest-news-section,
    .instagram-feeds-section,
    .newsletter-section {
        padding: 50px 15px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line {
        display: block;
        margin: 15px auto;
        width: 40%;
    }

    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }

    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .featured-see-more {
        padding-top: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }

    .keyholders-section-wrapper,
    .discover-more-section-wrapper {
        padding-top: 0;
    }

    .about-section-wrapper {
        padding-bottom: 30px;
    }

    .visit-book-now,
    .discover-more-button,
    .keyholders-button,
    .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    footer {
        text-align: center;
    }

    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }

    footer .contact-adderss {
        margin: 30px auto;
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }

    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }

    #collectionTabs li {
        width: 45%;
        text-align: center;
    }

    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }

    .collection-section .py-sm-4 {
        padding: 30px;
    }

    .collection-section #tnh_our_wines {
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }

    .collection-section .c7-product__photo img {
        max-height: 200px;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }

    .collection-section .c7-product {
        margin-bottom: 30px !important;
    }

    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }

    .c7-product-detail .c7-product-detail__photo {
        position: relative;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }

    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }

    .c7-product-detail {
        margin-top: 20px !important;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }

    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }

    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }

    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
        text-align: left;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }

    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }

    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }

    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }

    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }

    .shopping-cart-section .c7-cart-items>div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }

    .c7-cart-summary>div div:first-child {
        text-align: left;
        font-size: 14px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }

    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child,
    .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout,
    .top-bar-c7-wrapper #c7-login a.c7-login__logged-in {
        text-indent: -99999999px;
        color: transparent;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout {
        display: none;
    }

    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }

    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }

    .c7-checkout__content__buttons .c7-button {
        margin: auto !important;
    }

    .c7-checkout-template .c7-form .c7-button {
        margin: auto !important;
        margin-top: 15px;
    }

    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }

    .c7-icon--help {
        margin: 15px auto;
    }

    .c7-checkout-template .c7-checkout__main p,
    .c7-checkout-template .c7-checkout__main span {
        font-size: 14px;
    }

    .reservation-usp-section {
        padding: 30px 0;
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }

    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }

    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }

    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }

    .wine-flights-section {
        padding: 30px 0;
    }

    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 385px;
    }

    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-detail-section {
        margin-top: 0 !important;
    }

    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }

    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }

    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }

    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .privacy-policy-header-section h1 {
        font: normal normal bold 28px/30px var(--primary-font);
    }

    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }

    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-name {
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }

    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section img {
        text-align: center;
        margin: 30px auto;
    }

    .text-sm-center {
        text-align: center;
    }

    .background-section-wrapper {
        margin: 30px auto !important;
    }

    .about-section-header h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .c7-checkout-summary h2 {
        font-size: 16px;
    }

    .c7-checkout-summary h3 {
        font-size: 14px;
    }

    .c7-checkout-summary p,
    .c7-checkout-summary__reservation-items {
        font-size: 12px;
    }

    .mobile-gutter-y {
        --bs-gutter-y: 1rem;
    }

    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }

    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }

    .single-post-content p {
        font-size: 14px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button,
    .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button {
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt {
        font-size: 14px !important;
    }

    .c7-cart__wrapper .c7-cart-summary__total div:first-child {
        text-align: left;
    }

    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }

    .c7-cart__wrapper .c7-cart__buttons .c7-button {
        width: 100% !important;
        font-size: 14px !important;
    }

    .c7-checkout-template #c7-promoCode+.c7-button {
        width: 100%;
        margin-top: 10px !important;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .categories-news-section .categoy-page-news-title a {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .c7-form .c7-selectbox+.c7-selectbox {
        margin-left: 0;
    }

    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }

    .c7-modal__content a {
        margin: auto;
    }

    .c7-button,
    .c7-logout-message a {
        font-size: 14px !important;
        padding: 0.5rem 1.5rem !important;
    }

    .c7-visible .c7-cart-items__image {
        display: block;
        width: 10%;
        text-align: center;
    }

    .c7-visible .c7-cart-items__image img {
        max-height: 100px;
    }

    .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-reservation-widget .c7-button {
        width: 100%;
    }

    .c7-account__create-account #c7-create-account .c7-button {
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }

    .c7-account__order-detail__customer-details .c7-button {
        width: 100%;
    }

    .c7-form.c7-visible.c7-coupon-form .c7-button {
        width: 100%;
    }

    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }

    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }

    footer .credit-text li:after {
        margin: auto 7px;
    }

    .c7-account__clubs+#c7-modal .c7-button {
        right: 0;
        margin: 0 !important;
        position: absolute;
    }

    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }

    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }

    .newsletter-section .c7-subscribe .c7-form>div {
        margin: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }

    .home-slider-section #content-on-slider a {
        border-width: 1px !important;
        border-radius: 2px !important;
    }

    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }

    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }

    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }

    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .curret-opening-filters {
        display: flex;
        width: 100%;
        overflow-x: auto;
    }

    .curret-opening-filters .button {
        font-size: 14px;
        min-width: fit-content;
    }

    .job-desc-item-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }

    .element-item {
        width: 95% !important;
        text-align: center;
    }

    div.wpforms-container-full .wpforms-form .wpforms-one-third,
    div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
        width: 48% !important;
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }
}

/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .top-bar-contact-wrapper-section {
        display: none;
    }

    .custom-logo-link .custom-logo {
        width: 120px;
        height: auto;
    }

    .top-bar-c7-wrapper #product-search {
        display: none;
    }

    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }

    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .top-bar-c7-wrapper #c7-cart .c7-cart__total {
        display: none;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .accordion-collapse.show {
        display: initial !important;
    }

    .mobile-product-search {
        display: block !important;
    }

    .top-bar {
        display: none;
    }

    .top-bar-logo-wrapper-section {
        width: 66%;
    }

    .top-bar-logo-wrapper-section .top-bar-logo-wrapper {
        text-align: right !important;
    }

    .navbar-toggler.menu {
        position: absolute;
        top: 15px;
    }

    #content-on-slider {
        transform: scale(1.75) !important;
    }

    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }



    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .get-a-quote-button {
        font-size: 10px;
        display: block;
        position: absolute;
        top: 15px;
        right: 5px;
        padding: 3px 10px;
    }

    .project-count-description-text {
        font-size: 14px;
        text-align: center;
        padding: 20px;
        margin-bottom: -30px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
        padding: 15px;
    }

    .our-portfolio-heading {
        font-size: 26px;
    }

    .cloud-migration-detail-section .column-left {
        order: 7 !important;
        margin-top: 30px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .contact-us-button {
        margin: auto;
        display: block;
        width: 50%;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .about-us-section .about-us-heading {
        line-height: 32px;
        font-size: 24px;
    }

    .about-us-section .about-us-heading {
        line-height: 32px;
        font-size: 24px;
    }

    .ProposeTypes {
        width: 100%;
        display: inline-flex;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        font-size: 12px;
        display: inline-grid;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .visit-banner,
    .feature-collection,
    .discover-more-section,
    .about-section,
    .keyholders-section,
    .latest-news-section,
    .instagram-feeds-section,
    .newsletter-section {
        padding: 50px 15px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line {
        display: block;
        margin: 15px auto;
        width: 40%;
    }

    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }

    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .featured-see-more {
        padding-top: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }

    .keyholders-section-wrapper,
    .discover-more-section-wrapper {
        padding-top: 0;
    }

    .about-section-wrapper {
        padding-bottom: 30px;
    }

    .visit-book-now,
    .discover-more-button,
    .keyholders-button,
    .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    footer {
        text-align: center;
    }

    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }

    footer .contact-adderss {
        margin: 30px auto;
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }

    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }

    #collectionTabs li {
        width: 45%;
        text-align: center;
    }

    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }

    .collection-section .py-sm-4 {
        padding: 30px;
    }

    .collection-section #tnh_our_wines {
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }

    .collection-section .c7-product__photo img {
        max-height: 200px;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }

    .collection-section .c7-product {
        margin-bottom: 30px !important;
    }

    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }

    .c7-product-detail .c7-product-detail__photo {
        position: relative;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }

    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }

    .c7-product-detail {
        margin-top: 20px !important;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }

    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }

    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }

    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
        text-align: left;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }

    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }

    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }

    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }

    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }

    .shopping-cart-section .c7-cart-items>div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }

    .c7-cart-summary>div div:first-child {
        text-align: left;
        font-size: 14px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }

    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child,
    .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout,
    .top-bar-c7-wrapper #c7-login a.c7-login__logged-in {
        text-indent: -99999999px;
        color: transparent;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout {
        display: none;
    }

    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }

    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }

    .c7-checkout__content__buttons .c7-button {
        margin: auto !important;
    }

    .c7-checkout-template .c7-form .c7-button {
        margin: auto !important;
        margin-top: 15px;
    }

    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }

    .c7-icon--help {
        margin: 15px auto;
    }

    .c7-checkout-template .c7-checkout__main p,
    .c7-checkout-template .c7-checkout__main span {
        font-size: 14px;
    }

    .reservation-usp-section {
        padding: 30px 0;
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }

    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }

    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }

    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }

    .wine-flights-section {
        padding: 30px 0;
    }

    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 385px;
    }

    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-detail-section {
        margin-top: 0 !important;
    }

    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }

    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }

    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }

    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .privacy-policy-header-section h1 {
        font: normal normal bold 28px/30px var(--primary-font);
    }

    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }

    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-name {
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }

    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section img {
        text-align: center;
        margin: 30px auto;
    }

    .text-sm-center {
        text-align: center;
    }

    .background-section-wrapper {
        margin: 30px auto !important;
    }

    .about-section-header h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .c7-checkout-summary h2 {
        font-size: 16px;
    }

    .c7-checkout-summary h3 {
        font-size: 14px;
    }

    .c7-checkout-summary p,
    .c7-checkout-summary__reservation-items {
        font-size: 12px;
    }

    .mobile-gutter-y {
        --bs-gutter-y: 1rem;
    }

    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }

    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }

    .single-post-content p {
        font-size: 14px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button,
    .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button {
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt {
        font-size: 14px !important;
    }

    .c7-cart__wrapper .c7-cart-summary__total div:first-child {
        text-align: left;
    }

    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }

    .c7-cart__wrapper .c7-cart__buttons .c7-button {
        width: 100% !important;
        font-size: 14px !important;
    }

    .c7-checkout-template #c7-promoCode+.c7-button {
        width: 100%;
        margin-top: 10px !important;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .categories-news-section .categoy-page-news-title a {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .c7-form .c7-selectbox+.c7-selectbox {
        margin-left: 0;
    }

    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }

    .c7-modal__content a {
        margin: auto;
    }

    .c7-button,
    .c7-logout-message a {
        font-size: 14px !important;
        padding: 0.5rem 1.5rem !important;
    }

    .c7-visible .c7-cart-items__image {
        display: block;
        width: 10%;
        text-align: center;
    }

    .c7-visible .c7-cart-items__image img {
        max-height: 100px;
    }

    .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-reservation-widget .c7-button {
        width: 100%;
    }

    .c7-account__create-account #c7-create-account .c7-button {
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }

    .c7-account__order-detail__customer-details .c7-button {
        width: 100%;
    }

    .c7-form.c7-visible.c7-coupon-form .c7-button {
        width: 100%;
    }

    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }

    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }

    footer .credit-text li:after {
        margin: auto 7px;
    }

    .c7-account__clubs+#c7-modal .c7-button {
        right: 0;
        margin: 0 !important;
        position: absolute;
    }

    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }

    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }

    .newsletter-section .c7-subscribe .c7-form>div {
        margin: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }

    .home-slider-section #content-on-slider a {
        border-width: 1px !important;
        border-radius: 2px !important;
    }

    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }

    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }

    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }

    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .curret-opening-filters {
        display: flex;
        width: 100%;
        overflow-x: auto;
    }

    .curret-opening-filters .button {
        font-size: 14px;
        min-width: fit-content;
    }

    .job-desc-item-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }

    .element-item {
        width: 95% !important;
        text-align: center;
    }

    div.wpforms-container-full .wpforms-form .wpforms-one-third,
    div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
        width: 48% !important;
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .top-bar-contact-wrapper-section {
        display: none;
    }

    .custom-logo-link .custom-logo {
        width: 120px;
        height: auto;
    }

    .top-bar-c7-wrapper #product-search {
        display: none;
    }

    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }

    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .top-bar-c7-wrapper #c7-cart .c7-cart__total {
        display: none;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .accordion-collapse.show {
        display: initial !important;
    }

    .mobile-product-search {
        display: block !important;
    }

    .top-bar {
        display: none;
    }

    .top-bar-logo-wrapper-section {
        width: 66%;
    }

    .top-bar-logo-wrapper-section .top-bar-logo-wrapper {
        text-align: right !important;
    }

    .navbar-toggler.menu {
        position: absolute;
        top: 15px;
    }

    #content-on-slider {
        transform: scale(1.75) !important;
    }

    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }

    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .get-a-quote-button {
        font-size: 10px;
        display: block;
        position: absolute;
        top: 15px;
        right: 5px;
        padding: 3px 10px;
    }

    .project-count-description-text {
        font-size: 14px;
        text-align: center;
        padding: 20px;
        margin-bottom: -30px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
        padding: 15px;
    }

    .our-portfolio-heading {
        font-size: 26px;
    }

    .cloud-migration-detail-section .column-left {
        order: 7 !important;
        margin-top: 30px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .contact-us-button {
        margin: auto;
        display: block;
        width: 50%;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .about-us-section .about-us-heading {
        line-height: 32px;
        font-size: 24px;
    }

    .ProposeTypes {
        width: 100%;
        display: inline-flex;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        font-size: 12px;
        display: inline-grid;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .visit-banner,
    .feature-collection,
    .discover-more-section,
    .about-section,
    .keyholders-section,
    .latest-news-section,
    .instagram-feeds-section,
    .newsletter-section {
        padding: 50px 15px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line {
        display: block;
        margin: 15px auto;
        width: 40%;
    }

    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }

    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .featured-see-more {
        padding-top: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }

    .keyholders-section-wrapper,
    .discover-more-section-wrapper {
        padding-top: 0;
    }

    .about-section-wrapper {
        padding-bottom: 30px;
    }

    .visit-book-now,
    .discover-more-button,
    .keyholders-button,
    .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    footer {
        text-align: center;
    }

    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }

    footer .contact-adderss {
        margin: 30px auto;
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }

    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }

    #collectionTabs li {
        width: 45%;
        text-align: center;
    }

    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }

    .collection-section .py-sm-4 {
        padding: 30px;
    }

    .collection-section #tnh_our_wines {
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }

    .collection-section .c7-product__photo img {
        max-height: 200px;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }

    .collection-section .c7-product {
        margin-bottom: 30px !important;
    }

    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }

    .c7-product-detail .c7-product-detail__photo {
        position: relative;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }

    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }

    .c7-product-detail {
        margin-top: 20px !important;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }

    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }

    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }

    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
        text-align: left;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }

    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }

    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }

    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }

    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }

    .shopping-cart-section .c7-cart-items>div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }

    .c7-cart-summary>div div:first-child {
        text-align: left;
        font-size: 14px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }

    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child,
    .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout,
    .top-bar-c7-wrapper #c7-login a.c7-login__logged-in {
        text-indent: -99999999px;
        color: transparent;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout {
        display: none;
    }

    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }

    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }

    .c7-checkout__content__buttons .c7-button {
        margin: auto !important;
    }

    .c7-checkout-template .c7-form .c7-button {
        margin: auto !important;
        margin-top: 15px;
    }

    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }

    .c7-icon--help {
        margin: 15px auto;
    }

    .c7-checkout-template .c7-checkout__main p,
    .c7-checkout-template .c7-checkout__main span {
        font-size: 14px;
    }

    .reservation-usp-section {
        padding: 30px 0;
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }

    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }

    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }

    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }

    .wine-flights-section {
        padding: 30px 0;
    }

    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 385px;
    }

    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-detail-section {
        margin-top: 0 !important;
    }

    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }

    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }

    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }

    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .privacy-policy-header-section h1 {
        font: normal normal bold 28px/30px var(--primary-font);
    }

    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }

    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-name {
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }

    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section img {
        text-align: center;
        margin: 30px auto;
    }

    .text-sm-center {
        text-align: center;
    }

    .background-section-wrapper {
        margin: 30px auto !important;
    }

    .about-section-header h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .c7-checkout-summary h2 {
        font-size: 16px;
    }

    .c7-checkout-summary h3 {
        font-size: 14px;
    }

    .c7-checkout-summary p,
    .c7-checkout-summary__reservation-items {
        font-size: 12px;
    }

    .mobile-gutter-y {
        --bs-gutter-y: 1rem;
    }

    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }

    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }

    .single-post-content p {
        font-size: 14px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button,
    .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button {
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt {
        font-size: 14px !important;
    }

    .c7-cart__wrapper .c7-cart-summary__total div:first-child {
        text-align: left;
    }

    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }

    .c7-cart__wrapper .c7-cart__buttons .c7-button {
        width: 100% !important;
        font-size: 14px !important;
    }

    .c7-checkout-template #c7-promoCode+.c7-button {
        width: 100%;
        margin-top: 10px !important;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .categories-news-section .categoy-page-news-title a {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .c7-form .c7-selectbox+.c7-selectbox {
        margin-left: 0;
    }

    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }

    .c7-modal__content a {
        margin: auto;
    }

    .c7-button,
    .c7-logout-message a {
        font-size: 14px !important;
        padding: 0.5rem 1.5rem !important;
    }

    .c7-visible .c7-cart-items__image {
        display: block;
        width: 10%;
        text-align: center;
    }

    .c7-visible .c7-cart-items__image img {
        max-height: 100px;
    }

    .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-reservation-widget .c7-button {
        width: 100%;
    }

    .c7-account__create-account #c7-create-account .c7-button {
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }

    .c7-account__order-detail__customer-details .c7-button {
        width: 100%;
    }

    .c7-form.c7-visible.c7-coupon-form .c7-button {
        width: 100%;
    }

    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }

    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }

    footer .credit-text li:after {
        margin: auto 7px;
    }

    .c7-account__clubs+#c7-modal .c7-button {
        right: 0;
        margin: 0 !important;
        position: absolute;
    }

    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }

    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }

    .newsletter-section .c7-subscribe .c7-form>div {
        margin: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }

    .home-slider-section #content-on-slider a {
        border-width: 1px !important;
        border-radius: 2px !important;
    }

    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }

    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }

    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }

    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
}

/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .top-bar-contact-wrapper-section {
        display: none;
    }

    .custom-logo-link .custom-logo {
        width: 120px;
        height: auto;
    }

    .top-bar-c7-wrapper #product-search {
        display: none;
    }

    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }

    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .top-bar-c7-wrapper #c7-cart .c7-cart__total {
        display: none;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .accordion-collapse.show {
        display: initial !important;
    }

    .top-bar-logo-wrapper-section {
        width: 66%;
    }

    .top-bar-logo-wrapper-section .top-bar-logo-wrapper {
        text-align: right !important;
    }

    .navbar-toggler.menu {
        position: absolute;
        top: 15px;
    }

    #content-on-slider {
        transform: scale(1.75) !important;
    }

    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }



    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .get-a-quote-button {
        font-size: 10px;
        display: block;
        position: absolute;
        top: 15px;
        right: 5px;
        padding: 3px 10px;
    }

    .project-count-description-text {
        font-size: 14px;
        text-align: center;
        padding: 20px;
        margin-bottom: -30px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
        padding: 15px;
    }

    .our-portfolio-heading {
        font-size: 26px;
    }

    .cloud-migration-detail-section .column-left {
        order: 7 !important;
        margin-top: 30px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .contact-us-button {
        margin: auto;
        display: block;
        width: 50%;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .about-us-section .about-us-heading {
        line-height: 32px;
        font-size: 24px;
    }

    .ProposeTypes {
        width: 100%;
        display: inline-flex;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        font-size: 12px;
        display: inline-grid;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .visit-banner,
    .feature-collection,
    .discover-more-section,
    .about-section,
    .keyholders-section,
    .latest-news-section,
    .instagram-feeds-section,
    .newsletter-section {
        padding: 50px 15px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line {
        display: block;
        margin: 15px auto;
        width: 40%;
    }

    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }

    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .featured-see-more {
        padding-top: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }

    .keyholders-section-wrapper,
    .discover-more-section-wrapper {
        padding-top: 0;
    }

    .about-section-wrapper {
        padding-bottom: 30px;
    }

    .visit-book-now,
    .discover-more-button,
    .keyholders-button,
    .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    footer {
        text-align: center;
    }

    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }

    footer .contact-adderss {
        margin: 30px auto;
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }

    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }

    #collectionTabs li {
        width: 45%;
        text-align: center;
    }

    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }

    .collection-section .py-sm-4 {
        padding: 30px;
    }

    .collection-section #tnh_our_wines {
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }

    .collection-section .c7-product__photo img {
        max-height: 200px;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }

    .collection-section .c7-product {
        margin-bottom: 30px !important;
    }

    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }

    .c7-product-detail .c7-product-detail__photo {
        position: relative;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }

    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }

    .c7-product-detail {
        margin-top: 20px !important;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }

    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }

    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }

    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
        text-align: left;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }

    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }

    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }

    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }

    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }

    .shopping-cart-section .c7-cart-items>div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }

    .c7-cart-summary>div div:first-child {
        text-align: left;
        font-size: 14px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }

    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child,
    .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout,
    .top-bar-c7-wrapper #c7-login a.c7-login__logged-in {
        text-indent: -99999999px;
        color: transparent;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout {
        display: none;
    }

    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }

    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }

    .c7-checkout__content__buttons .c7-button {
        margin: auto !important;
    }

    .c7-checkout-template .c7-form .c7-button {
        margin: auto !important;
        margin-top: 15px;
    }

    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }

    .c7-icon--help {
        margin: 15px auto;
    }

    .c7-checkout-template .c7-checkout__main p,
    .c7-checkout-template .c7-checkout__main span {
        font-size: 14px;
    }

    .reservation-usp-section {
        padding: 30px 0;
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }

    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }

    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }

    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }

    .wine-flights-section {
        padding: 30px 0;
    }

    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 385px;
    }

    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-detail-section {
        margin-top: 0 !important;
    }

    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }

    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }

    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }

    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .privacy-policy-header-section h1 {
        font: normal normal bold 28px/30px var(--primary-font);
    }

    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }

    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-name {
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }

    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section img {
        text-align: center;
        margin: 30px auto;
    }

    .text-sm-center {
        text-align: center;
    }

    .background-section-wrapper {
        margin: 30px auto !important;
    }

    .about-section-header h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .c7-checkout-summary h2 {
        font-size: 16px;
    }

    .c7-checkout-summary h3 {
        font-size: 14px;
    }

    .c7-checkout-summary p,
    .c7-checkout-summary__reservation-items {
        font-size: 12px;
    }

    .mobile-gutter-y {
        --bs-gutter-y: 1rem;
    }

    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }

    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }

    .single-post-content p {
        font-size: 14px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button,
    .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button {
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt {
        font-size: 14px !important;
    }

    .c7-cart__wrapper .c7-cart-summary__total div:first-child {
        text-align: left;
    }

    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }

    .c7-cart__wrapper .c7-cart__buttons .c7-button {
        width: 100% !important;
        font-size: 14px !important;
    }

    .c7-checkout-template #c7-promoCode+.c7-button {
        width: 100%;
        margin-top: 10px !important;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .categories-news-section .categoy-page-news-title a {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .c7-form .c7-selectbox+.c7-selectbox {
        margin-left: 0;
    }

    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }

    .c7-modal__content a {
        margin: auto;
    }

    .c7-button,
    .c7-logout-message a {
        font-size: 14px !important;
        padding: 0.5rem 1.5rem !important;
    }

    .c7-visible .c7-cart-items__image {
        display: block;
        width: 10%;
        text-align: center;
    }

    .c7-visible .c7-cart-items__image img {
        max-height: 100px;
    }

    .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-reservation-widget .c7-button {
        width: 100%;
    }

    .c7-account__create-account #c7-create-account .c7-button {
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }

    .c7-account__order-detail__customer-details .c7-button {
        width: 100%;
    }

    .c7-form.c7-visible.c7-coupon-form .c7-button {
        width: 100%;
    }

    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }

    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }

    footer .credit-text li:after {
        margin: auto 7px;
    }

    .c7-account__clubs+#c7-modal .c7-button {
        right: 0;
        margin: 0 !important;
        position: absolute;
    }

    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }

    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }

    .newsletter-section .c7-subscribe .c7-form>div {
        margin: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }

    .home-slider-section #content-on-slider a {
        border-width: 1px !important;
        border-radius: 2px !important;
    }

    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }

    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }

    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }

    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
}

/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .top-bar-contact-wrapper-section {
        display: none;
    }

    .custom-logo-link .custom-logo {
        width: 120px;
        height: auto;
    }

    .top-bar-c7-wrapper #product-search {
        display: none;
    }

    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }

    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .top-bar-c7-wrapper #c7-cart .c7-cart__total {
        display: none;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .accordion-collapse.show {
        display: initial !important;
    }

    .mobile-product-search {
        display: block !important;
    }

    .top-bar {
        display: none;
    }

    .top-bar-logo-wrapper-section {
        width: 66%;
    }

    .top-bar-logo-wrapper-section .top-bar-logo-wrapper {
        text-align: right !important;
    }

    .navbar-toggler.menu {
        position: absolute;
        top: 15px;
    }

    #content-on-slider {
        transform: scale(1.75) !important;
    }

    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }

    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .get-a-quote-button {
        font-size: 10px;
        display: block;
        position: absolute;
        top: 15px;
        right: 5px;
        padding: 3px 10px;
    }

    .project-count-description-text {
        font-size: 14px;
        text-align: center;
        padding: 20px;
        margin-bottom: -30px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
        padding: 15px;
    }

    .our-portfolio-heading {
        font-size: 26px;
    }

    .cloud-migration-detail-section .column-left {
        order: 7 !important;
        margin-top: 30px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .contact-us-button {
        margin: auto;
        display: block;
        width: 50%;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .about-us-section .about-us-heading {
        line-height: 32px;
        font-size: 24px;
    }

    .ProposeTypes {
        width: 100%;
        display: inline-flex;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        font-size: 12px;
        display: inline-grid;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .visit-banner,
    .feature-collection,
    .discover-more-section,
    .about-section,
    .keyholders-section,
    .latest-news-section,
    .instagram-feeds-section,
    .newsletter-section {
        padding: 50px 15px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line {
        display: block;
        margin: 15px auto;
        width: 40%;
    }

    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }

    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .featured-see-more {
        padding-top: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }

    .keyholders-section-wrapper,
    .discover-more-section-wrapper {
        padding-top: 0;
    }

    .about-section-wrapper {
        padding-bottom: 30px;
    }

    .visit-book-now,
    .discover-more-button,
    .keyholders-button,
    .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    footer {
        text-align: center;
    }

    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }

    footer .contact-adderss {
        margin: 30px auto;
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }

    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }

    #collectionTabs li {
        width: 45%;
        text-align: center;
    }

    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }

    .collection-section .py-sm-4 {
        padding: 30px;
    }

    .collection-section #tnh_our_wines {
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }

    .collection-section .c7-product__photo img {
        max-height: 200px;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }

    .collection-section .c7-product {
        margin-bottom: 30px !important;
    }

    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }

    .c7-product-detail .c7-product-detail__photo {
        position: relative;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }

    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }

    .c7-product-detail {
        margin-top: 20px !important;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }

    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }

    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }

    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
        text-align: left;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }

    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }

    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }

    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }

    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }

    .shopping-cart-section .c7-cart-items>div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }

    .c7-cart-summary>div div:first-child {
        text-align: left;
        font-size: 14px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }

    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child,
    .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout,
    .top-bar-c7-wrapper #c7-login a.c7-login__logged-in {
        text-indent: -99999999px;
        color: transparent;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout {
        display: none;
    }

    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }

    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }

    .c7-checkout__content__buttons .c7-button {
        margin: auto !important;
    }

    .c7-checkout-template .c7-form .c7-button {
        margin: auto !important;
        margin-top: 15px;
    }

    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }

    .c7-icon--help {
        margin: 15px auto;
    }

    .c7-checkout-template .c7-checkout__main p,
    .c7-checkout-template .c7-checkout__main span {
        font-size: 14px;
    }

    .reservation-usp-section {
        padding: 30px 0;
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }

    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }

    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }

    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }

    .wine-flights-section {
        padding: 30px 0;
    }

    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 385px;
    }

    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-detail-section {
        margin-top: 0 !important;
    }

    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }

    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }

    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }

    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .privacy-policy-header-section h1 {
        font: normal normal bold 28px/30px var(--primary-font);
    }

    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }

    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-name {
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }

    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section img {
        text-align: center;
        margin: 30px auto;
    }

    .text-sm-center {
        text-align: center;
    }

    .background-section-wrapper {
        margin: 30px auto !important;
    }

    .about-section-header h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .c7-checkout-summary h2 {
        font-size: 16px;
    }

    .c7-checkout-summary h3 {
        font-size: 14px;
    }

    .c7-checkout-summary p,
    .c7-checkout-summary__reservation-items {
        font-size: 12px;
    }

    .mobile-gutter-y {
        --bs-gutter-y: 1rem;
    }

    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }

    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }

    .single-post-content p {
        font-size: 14px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button,
    .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button {
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt {
        font-size: 14px !important;
    }

    .c7-cart__wrapper .c7-cart-summary__total div:first-child {
        text-align: left;
    }

    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }

    .c7-cart__wrapper .c7-cart__buttons .c7-button {
        width: 100% !important;
        font-size: 14px !important;
    }

    .c7-checkout-template #c7-promoCode+.c7-button {
        width: 100%;
        margin-top: 10px !important;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .categories-news-section .categoy-page-news-title a {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .c7-form .c7-selectbox+.c7-selectbox {
        margin-left: 0;
    }

    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }

    .c7-modal__content a {
        margin: auto;
    }

    .c7-button,
    .c7-logout-message a {
        font-size: 14px !important;
        padding: 0.5rem 1.5rem !important;
    }

    .c7-visible .c7-cart-items__image {
        display: block;
        width: 10%;
        text-align: center;
    }

    .c7-visible .c7-cart-items__image img {
        max-height: 100px;
    }

    .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-reservation-widget .c7-button {
        width: 100%;
    }

    .c7-account__create-account #c7-create-account .c7-button {
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }

    .c7-account__order-detail__customer-details .c7-button {
        width: 100%;
    }

    .c7-form.c7-visible.c7-coupon-form .c7-button {
        width: 100%;
    }

    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }

    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }

    footer .credit-text li:after {
        margin: auto 7px;
    }

    .c7-account__clubs+#c7-modal .c7-button {
        right: 0;
        margin: 0 !important;
        position: absolute;
    }

    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }

    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }

    .newsletter-section .c7-subscribe .c7-form>div {
        margin: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }

    .home-slider-section #content-on-slider a {
        border-width: 1px !important;
        border-radius: 2px !important;
    }

    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }

    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }

    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }

    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .curret-opening-filters {
        display: flex;
        width: 100%;
        overflow-x: auto;
    }

    .curret-opening-filters .button {
        font-size: 14px;
        min-width: fit-content;
    }

    .job-desc-item-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }

    .element-item {
        width: 95% !important;
        text-align: center;
    }

    div.wpforms-container-full .wpforms-form .wpforms-one-third,
    div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
        width: 48% !important;
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .top-bar-contact-wrapper-section {
        display: none;
    }

    .custom-logo-link .custom-logo {
        width: 120px;
        height: auto;
    }

    .top-bar-c7-wrapper #product-search {
        display: none;
    }

    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }

    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .top-bar-c7-wrapper #c7-cart .c7-cart__total {
        display: none;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .accordion-collapse.show {
        display: initial !important;
    }

    .mobile-product-search {
        display: block !important;
    }

    .top-bar {
        display: none;
    }

    .top-bar-logo-wrapper-section {
        width: 66%;
    }

    .top-bar-logo-wrapper-section .top-bar-logo-wrapper {
        text-align: right !important;
    }

    .navbar-toggler.menu {
        position: absolute;
        top: 15px;
    }

    #content-on-slider {
        transform: scale(1.75) !important;
    }

    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }

    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .get-a-quote-button {
        font-size: 10px;
        display: block;
        position: absolute;
        top: 15px;
        right: 5px;
        padding: 3px 10px;
    }

    .project-count-description-text {
        font-size: 14px;
        text-align: center;
        padding: 20px;
        margin-bottom: -30px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
        padding: 15px;
    }

    .our-portfolio-heading {
        font-size: 26px;
    }

    .cloud-migration-detail-section .column-left {
        order: 7 !important;
        margin-top: 30px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .contact-us-button {
        margin: auto;
        display: block;
        width: 50%;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .about-us-section .about-us-heading {
        line-height: 32px;
        font-size: 24px;
    }

    .ProposeTypes {
        width: 100%;
        display: inline-flex;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        font-size: 12px;
        display: inline-grid;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .visit-banner,
    .feature-collection,
    .discover-more-section,
    .about-section,
    .keyholders-section,
    .latest-news-section,
    .instagram-feeds-section,
    .newsletter-section {
        padding: 50px 15px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line {
        display: block;
        margin: 15px auto;
        width: 40%;
    }

    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }

    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .featured-see-more {
        padding-top: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }

    .keyholders-section-wrapper,
    .discover-more-section-wrapper {
        padding-top: 0;
    }

    .about-section-wrapper {
        padding-bottom: 30px;
    }

    .visit-book-now,
    .discover-more-button,
    .keyholders-button,
    .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    footer {
        text-align: center;
    }

    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }

    footer .contact-adderss {
        margin: 30px auto;
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }

    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }

    #collectionTabs li {
        width: 45%;
        text-align: center;
    }

    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }

    .collection-section .py-sm-4 {
        padding: 30px;
    }

    .collection-section #tnh_our_wines {
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }

    .collection-section .c7-product__photo img {
        max-height: 200px;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }

    .collection-section .c7-product {
        margin-bottom: 30px !important;
    }

    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }

    .c7-product-detail .c7-product-detail__photo {
        position: relative;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }

    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }

    .c7-product-detail {
        margin-top: 20px !important;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }

    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }

    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }

    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
        text-align: left;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }

    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }

    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }

    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }

    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }

    .shopping-cart-section .c7-cart-items>div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }

    .c7-cart-summary>div div:first-child {
        text-align: left;
        font-size: 14px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }

    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child,
    .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout,
    .top-bar-c7-wrapper #c7-login a.c7-login__logged-in {
        text-indent: -99999999px;
        color: transparent;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout {
        display: none;
    }

    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }

    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }

    .c7-checkout__content__buttons .c7-button {
        margin: auto !important;
    }

    .c7-checkout-template .c7-form .c7-button {
        margin: auto !important;
        margin-top: 15px;
    }

    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }

    .c7-icon--help {
        margin: 15px auto;
    }

    .c7-checkout-template .c7-checkout__main p,
    .c7-checkout-template .c7-checkout__main span {
        font-size: 14px;
    }

    .reservation-usp-section {
        padding: 30px 0;
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }

    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }

    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }

    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }

    .wine-flights-section {
        padding: 30px 0;
    }

    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 385px;
    }

    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-detail-section {
        margin-top: 0 !important;
    }

    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }

    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }

    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }

    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .privacy-policy-header-section h1 {
        font: normal normal bold 28px/30px var(--primary-font);
    }

    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }

    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-name {
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }

    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section img {
        text-align: center;
        margin: 30px auto;
    }

    .text-sm-center {
        text-align: center;
    }

    .background-section-wrapper {
        margin: 30px auto !important;
    }

    .about-section-header h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .c7-checkout-summary h2 {
        font-size: 16px;
    }

    .c7-checkout-summary h3 {
        font-size: 14px;
    }

    .c7-checkout-summary p,
    .c7-checkout-summary__reservation-items {
        font-size: 12px;
    }

    .mobile-gutter-y {
        --bs-gutter-y: 1rem;
    }

    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }

    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }

    .single-post-content p {
        font-size: 14px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button,
    .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button {
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt {
        font-size: 14px !important;
    }

    .c7-cart__wrapper .c7-cart-summary__total div:first-child {
        text-align: left;
    }

    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }

    .c7-cart__wrapper .c7-cart__buttons .c7-button {
        width: 100% !important;
        font-size: 14px !important;
    }

    .c7-checkout-template #c7-promoCode+.c7-button {
        width: 100%;
        margin-top: 10px !important;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .categories-news-section .categoy-page-news-title a {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .c7-form .c7-selectbox+.c7-selectbox {
        margin-left: 0;
    }

    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }

    .c7-modal__content a {
        margin: auto;
    }

    .c7-button,
    .c7-logout-message a {
        font-size: 14px !important;
        padding: 0.5rem 1.5rem !important;
    }

    .c7-visible .c7-cart-items__image {
        display: block;
        width: 10%;
        text-align: center;
    }

    .c7-visible .c7-cart-items__image img {
        max-height: 100px;
    }

    .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-reservation-widget .c7-button {
        width: 100%;
    }

    .c7-account__create-account #c7-create-account .c7-button {
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }

    .c7-account__order-detail__customer-details .c7-button {
        width: 100%;
    }

    .c7-form.c7-visible.c7-coupon-form .c7-button {
        width: 100%;
    }

    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }

    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }

    footer .credit-text li:after {
        margin: auto 7px;
    }

    .c7-account__clubs+#c7-modal .c7-button {
        right: 0;
        margin: 0 !important;
        position: absolute;
    }

    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }

    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }

    .newsletter-section .c7-subscribe .c7-form>div {
        margin: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }

    .home-slider-section #content-on-slider a {
        border-width: 1px !important;
        border-radius: 2px !important;
    }

    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }

    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }

    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }

    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
}

/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .top-bar-contact-wrapper-section {
        display: none;
    }

    .custom-logo-link .custom-logo {
        width: 120px;
        height: auto;
    }

    .top-bar-c7-wrapper #product-search {
        display: none;
    }

    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }

    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .top-bar-c7-wrapper #c7-cart .c7-cart__total {
        display: none;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .accordion-collapse.show {
        display: initial !important;
    }

    .top-bar-logo-wrapper-section {
        width: 66%;
    }

    .top-bar-logo-wrapper-section .top-bar-logo-wrapper {
        text-align: right !important;
    }

    .navbar-toggler.menu {
        position: absolute;
        top: 15px;
    }

    #content-on-slider {
        transform: scale(1.75) !important;
    }

    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }

   

    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .get-a-quote-button {
        font-size: 10px;
        display: block;
        position: absolute;
        top: 15px;
        right: 5px;
        padding: 3px 10px;
    }

    .project-count-description-text {
        font-size: 14px;
        text-align: center;
        padding: 20px;
        margin-bottom: -30px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
        padding: 15px;
    }

    .our-portfolio-heading {
        font-size: 26px;
    }

    .cloud-migration-detail-section .column-left {
        order: 7 !important;
        margin-top: 30px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .contact-us-button {
        margin: auto;
        display: block;
        width: 50%;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .about-us-section .about-us-heading {
        line-height: 32px;
        font-size: 24px;
    }

    .ProposeTypes {
        width: 100%;
        display: inline-flex;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        font-size: 12px;
        display: inline-grid;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .visit-banner,
    .feature-collection,
    .discover-more-section,
    .about-section,
    .keyholders-section,
    .latest-news-section,
    .instagram-feeds-section,
    .newsletter-section {
        padding: 50px 15px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line {
        display: block;
        margin: 15px auto;
        width: 40%;
    }

    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }

    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .featured-see-more {
        padding-top: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }

    .keyholders-section-wrapper,
    .discover-more-section-wrapper {
        padding-top: 0;
    }

    .about-section-wrapper {
        padding-bottom: 30px;
    }

    .visit-book-now,
    .discover-more-button,
    .keyholders-button,
    .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    footer {
        text-align: center;
    }

    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }

    footer .contact-adderss {
        margin: 30px auto;
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }

    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }

    #collectionTabs li {
        width: 45%;
        text-align: center;
    }

    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }

    .collection-section .py-sm-4 {
        padding: 30px;
    }

    .collection-section #tnh_our_wines {
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }

    .collection-section .c7-product__photo img {
        max-height: 200px;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }

    .collection-section .c7-product {
        margin-bottom: 30px !important;
    }

    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }

    .c7-product-detail .c7-product-detail__photo {
        position: relative;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }

    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }

    .c7-product-detail {
        margin-top: 20px !important;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }

    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }

    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }

    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
        text-align: left;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }

    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }

    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }

    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }

    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }

    .shopping-cart-section .c7-cart-items>div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }

    .c7-cart-summary>div div:first-child {
        text-align: left;
        font-size: 14px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }

    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child,
    .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout,
    .top-bar-c7-wrapper #c7-login a.c7-login__logged-in {
        text-indent: -99999999px;
        color: transparent;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout {
        display: none;
    }

    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }

    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }

    .c7-checkout__content__buttons .c7-button {
        margin: auto !important;
    }

    .c7-checkout-template .c7-form .c7-button {
        margin: auto !important;
        margin-top: 15px;
    }

    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }

    .c7-icon--help {
        margin: 15px auto;
    }

    .c7-checkout-template .c7-checkout__main p,
    .c7-checkout-template .c7-checkout__main span {
        font-size: 14px;
    }

    .reservation-usp-section {
        padding: 30px 0;
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }

    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }

    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }

    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }

    .wine-flights-section {
        padding: 30px 0;
    }

    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 385px;
    }

    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-detail-section {
        margin-top: 0 !important;
    }

    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }

    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }

    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }

    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .privacy-policy-header-section h1 {
        font: normal normal bold 28px/30px var(--primary-font);
    }

    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }

    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-name {
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }

    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section img {
        text-align: center;
        margin: 30px auto;
    }

    .text-sm-center {
        text-align: center;
    }

    .background-section-wrapper {
        margin: 30px auto !important;
    }

    .about-section-header h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .c7-checkout-summary h2 {
        font-size: 16px;
    }

    .c7-checkout-summary h3 {
        font-size: 14px;
    }

    .c7-checkout-summary p,
    .c7-checkout-summary__reservation-items {
        font-size: 12px;
    }

    .mobile-gutter-y {
        --bs-gutter-y: 1rem;
    }

    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }

    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }

    .single-post-content p {
        font-size: 14px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button,
    .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button {
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt {
        font-size: 14px !important;
    }

    .c7-cart__wrapper .c7-cart-summary__total div:first-child {
        text-align: left;
    }

    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }

    .c7-cart__wrapper .c7-cart__buttons .c7-button {
        width: 100% !important;
        font-size: 14px !important;
    }

    .c7-checkout-template #c7-promoCode+.c7-button {
        width: 100%;
        margin-top: 10px !important;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .categories-news-section .categoy-page-news-title a {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .c7-form .c7-selectbox+.c7-selectbox {
        margin-left: 0;
    }

    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }

    .c7-modal__content a {
        margin: auto;
    }

    .c7-button,
    .c7-logout-message a {
        font-size: 14px !important;
        padding: 0.5rem 1.5rem !important;
    }

    .c7-visible .c7-cart-items__image {
        display: block;
        width: 10%;
        text-align: center;
    }

    .c7-visible .c7-cart-items__image img {
        max-height: 100px;
    }

    .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-reservation-widget .c7-button {
        width: 100%;
    }

    .c7-account__create-account #c7-create-account .c7-button {
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }

    .c7-account__order-detail__customer-details .c7-button {
        width: 100%;
    }

    .c7-form.c7-visible.c7-coupon-form .c7-button {
        width: 100%;
    }

    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }

    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }

    footer .credit-text li:after {
        margin: auto 7px;
    }

    .c7-account__clubs+#c7-modal .c7-button {
        right: 0;
        margin: 0 !important;
        position: absolute;
    }

    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }

    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }

    .newsletter-section .c7-subscribe .c7-form>div {
        margin: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }

    .home-slider-section #content-on-slider a {
        border-width: 1px !important;
        border-radius: 2px !important;
    }

    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }

    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }

    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }

    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
}

/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .top-bar-contact-wrapper-section {
        display: none;
    }

    .custom-logo-link .custom-logo {
        width: 120px;
        height: auto;
    }

    .top-bar-c7-wrapper #product-search {
        display: none;
    }

    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }

    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .top-bar-c7-wrapper #c7-cart .c7-cart__total {
        display: none;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .accordion-collapse.show {
        display: initial !important;
    }

    .mobile-product-search {
        display: block !important;
    }

    .top-bar {
        display: none;
    }

    .top-bar-logo-wrapper-section {
        width: 66%;
    }

    .top-bar-logo-wrapper-section .top-bar-logo-wrapper {
        text-align: right !important;
    }

    .navbar-toggler.menu {
        position: absolute;
        top: 15px;
    }

    #content-on-slider {
        transform: scale(1.75) !important;
    }

    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }

 

    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .get-a-quote-button {
        font-size: 10px;
        display: block;
        position: absolute;
        top: 15px;
        right: 5px;
        padding: 3px 10px;
    }

    .project-count-description-text {
        font-size: 14px;
        text-align: center;
        padding: 20px;
        margin-bottom: -30px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
        padding: 15px;
    }

    .our-portfolio-heading {
        font-size: 26px;
    }

    .cloud-migration-detail-section .column-left {
        order: 7 !important;
        margin-top: 30px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .contact-us-button {
        margin: auto;
        display: block;
        width: 50%;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .about-us-section .about-us-heading {
        line-height: 32px;
        font-size: 24px;
    }

    .ProposeTypes {
        width: 100%;
        display: inline-flex;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        font-size: 12px;
        display: inline-grid;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .visit-banner,
    .feature-collection,
    .discover-more-section,
    .about-section,
    .keyholders-section,
    .latest-news-section,
    .instagram-feeds-section,
    .newsletter-section {
        padding: 50px 15px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line {
        display: block;
        margin: 15px auto;
        width: 40%;
    }

    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }

    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .featured-see-more {
        padding-top: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }

    .keyholders-section-wrapper,
    .discover-more-section-wrapper {
        padding-top: 0;
    }

    .about-section-wrapper {
        padding-bottom: 30px;
    }

    .visit-book-now,
    .discover-more-button,
    .keyholders-button,
    .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    footer {
        text-align: center;
    }

    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }

    footer .contact-adderss {
        margin: 30px auto;
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }

    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }

    #collectionTabs li {
        width: 45%;
        text-align: center;
    }

    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }

    .collection-section .py-sm-4 {
        padding: 30px;
    }

    .collection-section #tnh_our_wines {
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }

    .collection-section .c7-product__photo img {
        max-height: 200px;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }

    .collection-section .c7-product {
        margin-bottom: 30px !important;
    }

    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }

    .c7-product-detail .c7-product-detail__photo {
        position: relative;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }

    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }

    .c7-product-detail {
        margin-top: 20px !important;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }

    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }

    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }

    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
        text-align: left;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }

    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }

    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }

    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }

    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }

    .shopping-cart-section .c7-cart-items>div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }

    .c7-cart-summary>div div:first-child {
        text-align: left;
        font-size: 14px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }

    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child,
    .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout,
    .top-bar-c7-wrapper #c7-login a.c7-login__logged-in {
        text-indent: -99999999px;
        color: transparent;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout {
        display: none;
    }

    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }

    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }

    .c7-checkout__content__buttons .c7-button {
        margin: auto !important;
    }

    .c7-checkout-template .c7-form .c7-button {
        margin: auto !important;
        margin-top: 15px;
    }

    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }

    .c7-icon--help {
        margin: 15px auto;
    }

    .c7-checkout-template .c7-checkout__main p,
    .c7-checkout-template .c7-checkout__main span {
        font-size: 14px;
    }

    .reservation-usp-section {
        padding: 30px 0;
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }

    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }

    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }

    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }

    .wine-flights-section {
        padding: 30px 0;
    }

    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 385px;
    }

    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-detail-section {
        margin-top: 0 !important;
    }

    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }

    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }

    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }

    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .privacy-policy-header-section h1 {
        font: normal normal bold 28px/30px var(--primary-font);
    }

    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }

    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-name {
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }

    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section img {
        text-align: center;
        margin: 30px auto;
    }

    .text-sm-center {
        text-align: center;
    }

    .background-section-wrapper {
        margin: 30px auto !important;
    }

    .about-section-header h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .c7-checkout-summary h2 {
        font-size: 16px;
    }

    .c7-checkout-summary h3 {
        font-size: 14px;
    }

    .c7-checkout-summary p,
    .c7-checkout-summary__reservation-items {
        font-size: 12px;
    }

    .mobile-gutter-y {
        --bs-gutter-y: 1rem;
    }

    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }

    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }

    .single-post-content p {
        font-size: 14px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button,
    .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button {
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt {
        font-size: 14px !important;
    }

    .c7-cart__wrapper .c7-cart-summary__total div:first-child {
        text-align: left;
    }

    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }

    .c7-cart__wrapper .c7-cart__buttons .c7-button {
        width: 100% !important;
        font-size: 14px !important;
    }

    .c7-checkout-template #c7-promoCode+.c7-button {
        width: 100%;
        margin-top: 10px !important;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .categories-news-section .categoy-page-news-title a {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .c7-form .c7-selectbox+.c7-selectbox {
        margin-left: 0;
    }

    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }

    .c7-modal__content a {
        margin: auto;
    }

    .c7-button,
    .c7-logout-message a {
        font-size: 14px !important;
        padding: 0.5rem 1.5rem !important;
    }

    .c7-visible .c7-cart-items__image {
        display: block;
        width: 10%;
        text-align: center;
    }

    .c7-visible .c7-cart-items__image img {
        max-height: 100px;
    }

    .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-reservation-widget .c7-button {
        width: 100%;
    }

    .c7-account__create-account #c7-create-account .c7-button {
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }

    .c7-account__order-detail__customer-details .c7-button {
        width: 100%;
    }

    .c7-form.c7-visible.c7-coupon-form .c7-button {
        width: 100%;
    }

    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }

    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }

    footer .credit-text li:after {
        margin: auto 7px;
    }

    .c7-account__clubs+#c7-modal .c7-button {
        right: 0;
        margin: 0 !important;
        position: absolute;
    }

    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }

    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }

    .newsletter-section .c7-subscribe .c7-form>div {
        margin: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }

    .home-slider-section #content-on-slider a {
        border-width: 1px !important;
        border-radius: 2px !important;
    }

    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }

    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }

    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }

    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .curret-opening-filters {
        display: flex;
        width: 100%;
        overflow-x: auto;
    }

    .curret-opening-filters .button {
        font-size: 14px;
        min-width: fit-content;
    }

    .job-desc-item-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }

    .element-item {
        width: 95% !important;
        text-align: center;
    }

    div.wpforms-container-full .wpforms-form .wpforms-one-third,
    div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
        width: 48% !important;
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .top-bar-contact-wrapper-section {
        display: none;
    }

    .custom-logo-link .custom-logo {
        width: 120px;
        height: auto;
    }

    .top-bar-c7-wrapper #product-search {
        display: none;
    }

    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }

    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .top-bar-c7-wrapper #c7-cart .c7-cart__total {
        display: none;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .accordion-collapse.show {
        display: initial !important;
    }

    .mobile-product-search {
        display: block !important;
    }

    .top-bar {
        display: none;
    }

    .top-bar-logo-wrapper-section {
        width: 66%;
    }

    .top-bar-logo-wrapper-section .top-bar-logo-wrapper {
        text-align: right !important;
    }

    .navbar-toggler.menu {
        position: absolute;
        top: 15px;
    }

    #content-on-slider {
        transform: scale(1.75) !important;
    }

    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }


    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .get-a-quote-button {
        font-size: 10px;
        display: block;
        position: absolute;
        top: 15px;
        right: 5px;
        padding: 3px 10px;
    }

    .project-count-description-text {
        font-size: 14px;
        text-align: center;
        padding: 20px;
        margin-bottom: -30px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
        padding: 15px;
    }

    .our-portfolio-heading {
        font-size: 26px;
    }

    .cloud-migration-detail-section .column-left {
        order: 7 !important;
        margin-top: 30px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .contact-us-button {
        margin: auto;
        display: block;
        width: 50%;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .about-us-section .about-us-heading {
        line-height: 32px;
        font-size: 24px;
    }

    .ProposeTypes {
        width: 100%;
        display: inline-flex;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        font-size: 12px;
        display: inline-grid;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .visit-banner,
    .feature-collection,
    .discover-more-section,
    .about-section,
    .keyholders-section,
    .latest-news-section,
    .instagram-feeds-section,
    .newsletter-section {
        padding: 50px 15px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line {
        display: block;
        margin: 15px auto;
        width: 40%;
    }

    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }

    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .featured-see-more {
        padding-top: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }

    .keyholders-section-wrapper,
    .discover-more-section-wrapper {
        padding-top: 0;
    }

    .about-section-wrapper {
        padding-bottom: 30px;
    }

    .visit-book-now,
    .discover-more-button,
    .keyholders-button,
    .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    footer {
        text-align: center;
    }

    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }

    footer .contact-adderss {
        margin: 30px auto;
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }

    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }

    #collectionTabs li {
        width: 45%;
        text-align: center;
    }

    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }

    .collection-section .py-sm-4 {
        padding: 30px;
    }

    .collection-section #tnh_our_wines {
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }

    .collection-section .c7-product__photo img {
        max-height: 200px;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }

    .collection-section .c7-product {
        margin-bottom: 30px !important;
    }

    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }

    .c7-product-detail .c7-product-detail__photo {
        position: relative;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }

    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }

    .c7-product-detail {
        margin-top: 20px !important;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }

    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }

    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }

    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
        text-align: left;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }

    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }

    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }

    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }

    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }

    .shopping-cart-section .c7-cart-items>div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }

    .c7-cart-summary>div div:first-child {
        text-align: left;
        font-size: 14px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }

    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child,
    .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout,
    .top-bar-c7-wrapper #c7-login a.c7-login__logged-in {
        text-indent: -99999999px;
        color: transparent;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout {
        display: none;
    }

    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }

    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }

    .c7-checkout__content__buttons .c7-button {
        margin: auto !important;
    }

    .c7-checkout-template .c7-form .c7-button {
        margin: auto !important;
        margin-top: 15px;
    }

    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }

    .c7-icon--help {
        margin: 15px auto;
    }

    .c7-checkout-template .c7-checkout__main p,
    .c7-checkout-template .c7-checkout__main span {
        font-size: 14px;
    }

    .reservation-usp-section {
        padding: 30px 0;
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }

    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }

    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }

    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }

    .wine-flights-section {
        padding: 30px 0;
    }

    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 385px;
    }

    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-detail-section {
        margin-top: 0 !important;
    }

    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }

    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }

    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }

    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .privacy-policy-header-section h1 {
        font: normal normal bold 28px/30px var(--primary-font);
    }

    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }

    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-name {
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }

    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section img {
        text-align: center;
        margin: 30px auto;
    }

    .history-tabs-section img {
        text-align: center;
        margin: 30px auto;
    }

    .text-sm-center {
        text-align: center;
    }

    .background-section-wrapper {
        margin: 30px auto !important;
    }

    .about-section-header h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .c7-checkout-summary h2 {
        font-size: 16px;
    }

    .c7-checkout-summary h3 {
        font-size: 14px;
    }

    .c7-checkout-summary p,
    .c7-checkout-summary__reservation-items {
        font-size: 12px;
    }

    .mobile-gutter-y {
        --bs-gutter-y: 1rem;
    }

    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }

    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }

    .single-post-content p {
        font-size: 14px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button,
    .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button {
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt {
        font-size: 14px !important;
    }

    .c7-cart__wrapper .c7-cart-summary__total div:first-child {
        text-align: left;
    }

    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }

    .c7-cart__wrapper .c7-cart__buttons .c7-button {
        width: 100% !important;
        font-size: 14px !important;
    }

    .c7-checkout-template #c7-promoCode+.c7-button {
        width: 100%;
        margin-top: 10px !important;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .categories-news-section .categoy-page-news-title a {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .c7-form .c7-selectbox+.c7-selectbox {
        margin-left: 0;
    }

    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }

    .c7-modal__content a {
        margin: auto;
    }

    .c7-button,
    .c7-logout-message a {
        font-size: 14px !important;
        padding: 0.5rem 1.5rem !important;
    }

    .c7-visible .c7-cart-items__image {
        display: block;
        width: 10%;
        text-align: center;
    }

    .c7-visible .c7-cart-items__image img {
        max-height: 100px;
    }

    .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-reservation-widget .c7-button {
        width: 100%;
    }

    .c7-account__create-account #c7-create-account .c7-button {
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }

    .c7-account__order-detail__customer-details .c7-button {
        width: 100%;
    }

    .c7-form.c7-visible.c7-coupon-form .c7-button {
        width: 100%;
    }

    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }

    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }

    footer .credit-text li:after {
        margin: auto 7px;
    }

    .c7-account__clubs+#c7-modal .c7-button {
        right: 0;
        margin: 0 !important;
        position: absolute;
    }

    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }

    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }

    .newsletter-section .c7-subscribe .c7-form>div {
        margin: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }

    .home-slider-section #content-on-slider a {
        border-width: 1px !important;
        border-radius: 2px !important;
    }

    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }

    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }

    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }

    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
}

/* Portrait */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .top-bar-contact-wrapper-section {
        display: none;
    }

    .custom-logo-link .custom-logo {
        width: 120px;
        height: auto;
    }

    .top-bar-c7-wrapper #product-search {
        display: none;
    }

    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }

    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .top-bar-c7-wrapper #c7-cart .c7-cart__total {
        display: none;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .accordion-collapse.show {
        display: initial !important;
    }

    .top-bar-logo-wrapper-section {
        width: 66%;
    }

    .top-bar-logo-wrapper-section .top-bar-logo-wrapper {
        text-align: right !important;
    }

    .navbar-toggler.menu {
        position: absolute;
        top: 15px;
    }

    #content-on-slider {
        transform: scale(1.75) !important;
    }

    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }

  

    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .get-a-quote-button {
        font-size: 10px;
        display: block;
        position: absolute;
        top: 15px;
        right: 5px;
        padding: 3px 10px;
    }

    .project-count-description-text {
        font-size: 14px;
        text-align: center;
        padding: 20px;
        margin-bottom: -30px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
        padding: 15px;
    }

    .our-portfolio-heading {
        font-size: 26px;
    }

    .cloud-migration-detail-section .column-left {
        order: 7 !important;
        margin-top: 30px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .contact-us-button {
        margin: auto;
        display: block;
        width: 50%;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .about-us-section .about-us-heading {
        line-height: 32px;
        font-size: 24px;
    }

    .ProposeTypes {
        width: 100%;
        display: inline-flex;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        font-size: 12px;
        display: inline-grid;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .visit-banner,
    .feature-collection,
    .discover-more-section,
    .about-section,
    .keyholders-section,
    .latest-news-section,
    .instagram-feeds-section,
    .newsletter-section {
        padding: 50px 15px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line {
        display: block;
        margin: 15px auto;
        width: 40%;
    }

    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }

    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .featured-see-more {
        padding-top: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }

    .keyholders-section-wrapper,
    .discover-more-section-wrapper {
        padding-top: 0;
    }

    .about-section-wrapper {
        padding-bottom: 30px;
    }

    .visit-book-now,
    .discover-more-button,
    .keyholders-button,
    .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    footer {
        text-align: center;
    }

    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }

    footer .contact-adderss {
        margin: 30px auto;
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }

    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }

    #collectionTabs li {
        width: 45%;
        text-align: center;
    }

    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }

    .collection-section .py-sm-4 {
        padding: 30px;
    }

    .collection-section #tnh_our_wines {
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }

    .collection-section .c7-product__photo img {
        max-height: 200px;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }

    .collection-section .c7-product {
        margin-bottom: 30px !important;
    }

    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }

    .c7-product-detail .c7-product-detail__photo {
        position: relative;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }

    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }

    .c7-product-detail {
        margin-top: 20px !important;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }

    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }

    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }

    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
        text-align: left;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }

    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }

    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }

    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }

    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }

    .shopping-cart-section .c7-cart-items>div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }

    .c7-cart-summary>div div:first-child {
        text-align: left;
        font-size: 14px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }

    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child,
    .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout,
    .top-bar-c7-wrapper #c7-login a.c7-login__logged-in {
        text-indent: -99999999px;
        color: transparent;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout {
        display: none;
    }

    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }

    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }

    .c7-checkout__content__buttons .c7-button {
        margin: auto !important;
    }

    .c7-checkout-template .c7-form .c7-button {
        margin: auto !important;
        margin-top: 15px;
    }

    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }

    .c7-icon--help {
        margin: 15px auto;
    }

    .c7-checkout-template .c7-checkout__main p,
    .c7-checkout-template .c7-checkout__main span {
        font-size: 14px;
    }

    .reservation-usp-section {
        padding: 30px 0;
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }

    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }

    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }

    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }

    .wine-flights-section {
        padding: 30px 0;
    }

    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 385px;
    }

    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-detail-section {
        margin-top: 0 !important;
    }

    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }

    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }

    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }

    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .privacy-policy-header-section h1 {
        font: normal normal bold 28px/30px var(--primary-font);
    }

    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }

    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-name {
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }

    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section img {
        text-align: center;
        margin: 30px auto;
    }

    .text-sm-center {
        text-align: center;
    }

    .background-section-wrapper {
        margin: 30px auto !important;
    }

    .about-section-header h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .c7-checkout-summary h2 {
        font-size: 16px;
    }

    .c7-checkout-summary h3 {
        font-size: 14px;
    }

    .c7-checkout-summary p,
    .c7-checkout-summary__reservation-items {
        font-size: 12px;
    }

    .mobile-gutter-y {
        --bs-gutter-y: 1rem;
    }

    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }

    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }

    .single-post-content p {
        font-size: 14px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button,
    .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button {
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt {
        font-size: 14px !important;
    }

    .c7-cart__wrapper .c7-cart-summary__total div:first-child {
        text-align: left;
    }

    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }

    .c7-cart__wrapper .c7-cart__buttons .c7-button {
        width: 100% !important;
        font-size: 14px !important;
    }

    .c7-checkout-template #c7-promoCode+.c7-button {
        width: 100%;
        margin-top: 10px !important;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .categories-news-section .categoy-page-news-title a {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .c7-form .c7-selectbox+.c7-selectbox {
        margin-left: 0;
    }

    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }

    .c7-modal__content a {
        margin: auto;
    }

    .c7-button,
    .c7-logout-message a {
        font-size: 14px !important;
        padding: 0.5rem 1.5rem !important;
    }

    .c7-visible .c7-cart-items__image {
        display: block;
        width: 10%;
        text-align: center;
    }

    .c7-visible .c7-cart-items__image img {
        max-height: 100px;
    }

    .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-reservation-widget .c7-button {
        width: 100%;
    }

    .c7-account__create-account #c7-create-account .c7-button {
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }

    .c7-account__order-detail__customer-details .c7-button {
        width: 100%;
    }

    .c7-form.c7-visible.c7-coupon-form .c7-button {
        width: 100%;
    }

    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }

    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }

    footer .credit-text li:after {
        margin: auto 7px;
    }

    .c7-account__clubs+#c7-modal .c7-button {
        right: 0;
        margin: 0 !important;
        position: absolute;
    }

    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }

    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }

    .newsletter-section .c7-subscribe .c7-form>div {
        margin: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }

    .home-slider-section #content-on-slider a {
        border-width: 1px !important;
        border-radius: 2px !important;
    }

    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }

    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }

    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }

    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
}

/* Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .top-bar-contact-wrapper-section {
        display: none;
    }

    .custom-logo-link .custom-logo {
        width: 120px;
        height: auto;
    }

    .top-bar-c7-wrapper #product-search {
        display: none;
    }

    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }

    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .top-bar-c7-wrapper #c7-cart .c7-cart__total {
        display: none;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .accordion-collapse.show {
        display: initial !important;
    }

    .mobile-product-search {
        display: block !important;
    }

    .top-bar {
        display: none;
    }

    .top-bar-logo-wrapper-section {
        width: 66%;
    }

    .top-bar-logo-wrapper-section .top-bar-logo-wrapper {
        text-align: right !important;
    }

    .navbar-toggler.menu {
        position: absolute;
        top: 15px;
    }

    #content-on-slider {
        transform: scale(1.75) !important;
    }

    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }


    .get-a-quote-button {
        font-size: 10px;
        display: block;
        position: absolute;
        top: 15px;
        right: 5px;
        padding: 3px 10px;
    }

    .project-count-description-text {
        font-size: 14px;
        text-align: center;
        padding: 20px;
        margin-bottom: -30px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
        padding: 15px;
    }

    .our-portfolio-heading {
        font-size: 26px;
    }

    .cloud-migration-detail-section .column-left {
        order: 7 !important;
        margin-top: 30px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .contact-us-button {
        margin: auto;
        display: block;
        width: 50%;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .about-us-section .about-us-heading {
        line-height: 32px;
        font-size: 24px;
    }

    .ProposeTypes {
        width: 100%;
        display: inline-flex;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        font-size: 12px;
        display: inline-grid;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .visit-banner,
    .feature-collection,
    .discover-more-section,
    .about-section,
    .keyholders-section,
    .latest-news-section,
    .instagram-feeds-section,
    .newsletter-section {
        padding: 50px 15px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line {
        display: block;
        margin: 15px auto;
        width: 40%;
    }

    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }

    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .featured-see-more {
        padding-top: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }

    .keyholders-section-wrapper,
    .discover-more-section-wrapper {
        padding-top: 0;
    }

    .about-section-wrapper {
        padding-bottom: 30px;
    }

    .visit-book-now,
    .discover-more-button,
    .keyholders-button,
    .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    footer {
        text-align: center;
    }

    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }

    footer .contact-adderss {
        margin: 30px auto;
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }

    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }

    #collectionTabs li {
        width: 45%;
        text-align: center;
    }

    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }

    .collection-section .py-sm-4 {
        padding: 30px;
    }

    .collection-section #tnh_our_wines {
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }

    .collection-section .c7-product__photo img {
        max-height: 200px;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }

    .collection-section .c7-product {
        margin-bottom: 30px !important;
    }

    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }

    .c7-product-detail .c7-product-detail__photo {
        position: relative;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }

    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }

    .c7-product-detail {
        margin-top: 20px !important;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }

    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }

    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }

    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
        text-align: left;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }

    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }

    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }

    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }

    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }

    .shopping-cart-section .c7-cart-items>div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }

    .c7-cart-summary>div div:first-child {
        text-align: left;
        font-size: 14px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }

    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child,
    .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout,
    .top-bar-c7-wrapper #c7-login a.c7-login__logged-in {
        text-indent: -99999999px;
        color: transparent;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout {
        display: none;
    }

    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }

    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }

    .c7-checkout__content__buttons .c7-button {
        margin: auto !important;
    }

    .c7-checkout-template .c7-form .c7-button {
        margin: auto !important;
        margin-top: 15px;
    }

    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }

    .c7-icon--help {
        margin: 15px auto;
    }

    .c7-checkout-template .c7-checkout__main p,
    .c7-checkout-template .c7-checkout__main span {
        font-size: 14px;
    }

    .reservation-usp-section {
        padding: 30px 0;
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }

    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }

    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }

    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }

    .wine-flights-section {
        padding: 30px 0;
    }

    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 385px;
    }

    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-detail-section {
        margin-top: 0 !important;
    }

    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }

    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }

    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }

    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .privacy-policy-header-section h1 {
        font: normal normal bold 28px/30px var(--primary-font);
    }

    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }

    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-name {
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }

    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section img {
        text-align: center;
        margin: 30px auto;
    }

    .text-sm-center {
        text-align: center;
    }

    .background-section-wrapper {
        margin: 30px auto !important;
    }

    .about-section-header h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .c7-checkout-summary h2 {
        font-size: 16px;
    }

    .c7-checkout-summary h3 {
        font-size: 14px;
    }

    .c7-checkout-summary p,
    .c7-checkout-summary__reservation-items {
        font-size: 12px;
    }

    .mobile-gutter-y {
        --bs-gutter-y: 1rem;
    }

    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }

    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }

    .single-post-content p {
        font-size: 14px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button,
    .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button {
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt {
        font-size: 14px !important;
    }

    .c7-cart__wrapper .c7-cart-summary__total div:first-child {
        text-align: left;
    }

    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }

    .c7-cart__wrapper .c7-cart__buttons .c7-button {
        width: 100% !important;
        font-size: 14px !important;
    }

    .c7-checkout-template #c7-promoCode+.c7-button {
        width: 100%;
        margin-top: 10px !important;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .categories-news-section .categoy-page-news-title a {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .c7-form .c7-selectbox+.c7-selectbox {
        margin-left: 0;
    }

    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }

    .c7-modal__content a {
        margin: auto;
    }

    .c7-button,
    .c7-logout-message a {
        font-size: 14px !important;
        padding: 0.5rem 1.5rem !important;
    }

    .c7-visible .c7-cart-items__image {
        display: block;
        width: 10%;
        text-align: center;
    }

    .c7-visible .c7-cart-items__image img {
        max-height: 100px;
    }

    .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-reservation-widget .c7-button {
        width: 100%;
    }

    .c7-account__create-account #c7-create-account .c7-button {
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }

    .c7-account__order-detail__customer-details .c7-button {
        width: 100%;
    }

    .c7-form.c7-visible.c7-coupon-form .c7-button {
        width: 100%;
    }

    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }

    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }

    footer .credit-text li:after {
        margin: auto 7px;
    }

    .c7-account__clubs+#c7-modal .c7-button {
        right: 0;
        margin: 0 !important;
        position: absolute;
    }

    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }

    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }

    .newsletter-section .c7-subscribe .c7-form>div {
        margin: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }

    .home-slider-section #content-on-slider a {
        border-width: 1px !important;
        border-radius: 2px !important;
    }

    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }

    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }

    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }

    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .curret-opening-filters {
        display: flex;
        width: 100%;
        overflow-x: auto;
    }

    .curret-opening-filters .button {
        font-size: 14px;
        min-width: fit-content;
    }

    .job-desc-item-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }

    .element-item {
        width: 95% !important;
        text-align: center;
    }

    div.wpforms-container-full .wpforms-form .wpforms-one-third,
    div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
        width: 48% !important;
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .top-bar-contact-wrapper-section {
        display: none;
    }

    .custom-logo-link .custom-logo {
        width: 120px;
        height: auto;
    }

    .top-bar-c7-wrapper #product-search {
        display: none;
    }

    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }

    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .top-bar-c7-wrapper #c7-cart .c7-cart__total {
        display: none;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .accordion-collapse.show {
        display: initial !important;
    }

    .mobile-product-search {
        display: block !important;
    }

    .top-bar {
        display: none;
    }

    .top-bar-logo-wrapper-section {
        width: 66%;
    }

    .top-bar-logo-wrapper-section .top-bar-logo-wrapper {
        text-align: right !important;
    }

    .navbar-toggler.menu {
        position: absolute;
        top: 15px;
    }

    #content-on-slider {
        transform: scale(1.75) !important;
    }

    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }


    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .get-a-quote-button {
        font-size: 10px;
        display: block;
        position: absolute;
        top: 15px;
        right: 5px;
        padding: 3px 10px;
    }

    .project-count-description-text {
        font-size: 14px;
        text-align: center;
        padding: 20px;
        margin-bottom: -30px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
        padding: 15px;
    }

    .our-portfolio-heading {
        font-size: 26px;
    }

    .cloud-migration-detail-section .column-left {
        order: 7 !important;
        margin-top: 30px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .contact-us-button {
        margin: auto;
        display: block;
        width: 50%;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .about-us-section .about-us-heading {
        line-height: 32px;
        font-size: 24px;
    }

    .ProposeTypes {
        width: 100%;
        display: inline-flex;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        font-size: 12px;
        display: inline-grid;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .visit-banner,
    .feature-collection,
    .discover-more-section,
    .about-section,
    .keyholders-section,
    .latest-news-section,
    .instagram-feeds-section,
    .newsletter-section {
        padding: 50px 15px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line {
        display: block;
        margin: 15px auto;
        width: 40%;
    }

    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }

    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .featured-see-more {
        padding-top: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }

    .keyholders-section-wrapper,
    .discover-more-section-wrapper {
        padding-top: 0;
    }

    .about-section-wrapper {
        padding-bottom: 30px;
    }

    .visit-book-now,
    .discover-more-button,
    .keyholders-button,
    .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    footer {
        text-align: center;
    }

    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }

    footer .contact-adderss {
        margin: 30px auto;
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }

    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }

    #collectionTabs li {
        width: 45%;
        text-align: center;
    }

    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }

    .collection-section .py-sm-4 {
        padding: 30px;
    }

    .collection-section #tnh_our_wines {
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }

    .collection-section .c7-product__photo img {
        max-height: 200px;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }

    .collection-section .c7-product {
        margin-bottom: 30px !important;
    }

    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }

    .c7-product-detail .c7-product-detail__photo {
        position: relative;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }

    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }

    .c7-product-detail {
        margin-top: 20px !important;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }

    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }

    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }

    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
        text-align: left;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }

    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }

    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }

    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }

    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }

    .shopping-cart-section .c7-cart-items>div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }

    .c7-cart-summary>div div:first-child {
        text-align: left;
        font-size: 14px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }

    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child,
    .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout,
    .top-bar-c7-wrapper #c7-login a.c7-login__logged-in {
        text-indent: -99999999px;
        color: transparent;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout {
        display: none;
    }

    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }

    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }

    .c7-checkout__content__buttons .c7-button {
        margin: auto !important;
    }

    .c7-checkout-template .c7-form .c7-button {
        margin: auto !important;
        margin-top: 15px;
    }

    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }

    .c7-icon--help {
        margin: 15px auto;
    }

    .c7-checkout-template .c7-checkout__main p,
    .c7-checkout-template .c7-checkout__main span {
        font-size: 14px;
    }

    .reservation-usp-section {
        padding: 30px 0;
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }

    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }

    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }

    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }

    .wine-flights-section {
        padding: 30px 0;
    }

    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 385px;
    }

    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-detail-section {
        margin-top: 0 !important;
    }

    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }

    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }

    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }

    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .privacy-policy-header-section h1 {
        font: normal normal bold 28px/30px var(--primary-font);
    }

    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }

    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-name {
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }

    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section img {
        text-align: center;
        margin: 30px auto;
    }

    .text-sm-center {
        text-align: center;
    }

    .background-section-wrapper {
        margin: 30px auto !important;
    }

    .about-section-header h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .c7-checkout-summary h2 {
        font-size: 16px;
    }

    .c7-checkout-summary h3 {
        font-size: 14px;
    }

    .c7-checkout-summary p,
    .c7-checkout-summary__reservation-items {
        font-size: 12px;
    }

    .mobile-gutter-y {
        --bs-gutter-y: 1rem;
    }

    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }

    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }

    .single-post-content p {
        font-size: 14px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button,
    .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button {
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt {
        font-size: 14px !important;
    }

    .c7-cart__wrapper .c7-cart-summary__total div:first-child {
        text-align: left;
    }

    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }

    .c7-cart__wrapper .c7-cart__buttons .c7-button {
        width: 100% !important;
        font-size: 14px !important;
    }

    .c7-checkout-template #c7-promoCode+.c7-button {
        width: 100%;
        margin-top: 10px !important;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .categories-news-section .categoy-page-news-title a {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .c7-form .c7-selectbox+.c7-selectbox {
        margin-left: 0;
    }

    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }

    .c7-modal__content a {
        margin: auto;
    }

    .c7-button,
    .c7-logout-message a {
        font-size: 14px !important;
        padding: 0.5rem 1.5rem !important;
    }

    .c7-visible .c7-cart-items__image {
        display: block;
        width: 10%;
        text-align: center;
    }

    .c7-visible .c7-cart-items__image img {
        max-height: 100px;
    }

    .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-reservation-widget .c7-button {
        width: 100%;
    }

    .c7-account__create-account #c7-create-account .c7-button {
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }

    .c7-account__order-detail__customer-details .c7-button {
        width: 100%;
    }

    .c7-form.c7-visible.c7-coupon-form .c7-button {
        width: 100%;
    }

    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }

    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }

    footer .credit-text li:after {
        margin: auto 7px;
    }

    .c7-account__clubs+#c7-modal .c7-button {
        right: 0;
        margin: 0 !important;
        position: absolute;
    }

    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }

    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }

    .newsletter-section .c7-subscribe .c7-form>div {
        margin: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }

    .home-slider-section #content-on-slider a {
        border-width: 1px !important;
        border-radius: 2px !important;
    }

    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }

    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }

    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }

    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
}

/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .top-bar-contact-wrapper-section {
        display: none;
    }

    .custom-logo-link .custom-logo {
        width: 120px;
        height: auto;
    }

    .top-bar-c7-wrapper #product-search {
        display: none;
    }

    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }

    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .top-bar-c7-wrapper #c7-cart .c7-cart__total {
        display: none;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .accordion-collapse.show {
        display: initial !important;
    }

    .top-bar-logo-wrapper-section {
        width: 66%;
    }

    .top-bar-logo-wrapper-section .top-bar-logo-wrapper {
        text-align: right !important;
    }

    .navbar-toggler.menu {
        position: absolute;
        top: 15px;
    }

    #content-on-slider {
        transform: scale(1.75) !important;
    }

    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }


    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .get-a-quote-button {
        font-size: 10px;
        display: block;
        position: absolute;
        top: 15px;
        right: 5px;
        padding: 3px 10px;
    }

    .project-count-description-text {
        font-size: 14px;
        text-align: center;
        padding: 20px;
        margin-bottom: -30px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
        padding: 15px;
    }

    .our-portfolio-heading {
        font-size: 26px;
    }

    .cloud-migration-detail-section .column-left {
        order: 7 !important;
        margin-top: 30px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .contact-us-button {
        margin: auto;
        display: block;
        width: 50%;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .about-us-section .about-us-heading {
        line-height: 32px;
        font-size: 24px;
    }

    .ProposeTypes {
        width: 100%;
        display: inline-flex;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        font-size: 12px;
        display: inline-grid;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .visit-banner,
    .feature-collection,
    .discover-more-section,
    .about-section,
    .keyholders-section,
    .latest-news-section,
    .instagram-feeds-section,
    .newsletter-section {
        padding: 50px 15px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line {
        display: block;
        margin: 15px auto;
        width: 40%;
    }

    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }

    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .featured-see-more {
        padding-top: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }

    .keyholders-section-wrapper,
    .discover-more-section-wrapper {
        padding-top: 0;
    }

    .about-section-wrapper {
        padding-bottom: 30px;
    }

    .visit-book-now,
    .discover-more-button,
    .keyholders-button,
    .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    footer {
        text-align: center;
    }

    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }

    footer .contact-adderss {
        margin: 30px auto;
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }

    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }

    #collectionTabs li {
        width: 45%;
        text-align: center;
    }

    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }

    .collection-section .py-sm-4 {
        padding: 30px;
    }

    .collection-section #tnh_our_wines {
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }

    .collection-section .c7-product__photo img {
        max-height: 200px;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }

    .collection-section .c7-product {
        margin-bottom: 30px !important;
    }

    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }

    .c7-product-detail .c7-product-detail__photo {
        position: relative;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }

    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }

    .c7-product-detail {
        margin-top: 20px !important;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }

    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }

    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }

    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
        text-align: left;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }

    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }

    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }

    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }

    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }

    .shopping-cart-section .c7-cart-items>div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }

    .c7-cart-summary>div div:first-child {
        text-align: left;
        font-size: 14px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }

    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child,
    .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout,
    .top-bar-c7-wrapper #c7-login a.c7-login__logged-in {
        text-indent: -99999999px;
        color: transparent;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout {
        display: none;
    }

    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }

    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }

    .c7-checkout__content__buttons .c7-button {
        margin: auto !important;
    }

    .c7-checkout-template .c7-form .c7-button {
        margin: auto !important;
        margin-top: 15px;
    }

    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }

    .c7-icon--help {
        margin: 15px auto;
    }

    .c7-checkout-template .c7-checkout__main p,
    .c7-checkout-template .c7-checkout__main span {
        font-size: 14px;
    }

    .reservation-usp-section {
        padding: 30px 0;
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }

    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }

    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }

    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }

    .wine-flights-section {
        padding: 30px 0;
    }

    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 385px;
    }

    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-detail-section {
        margin-top: 0 !important;
    }

    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }

    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }

    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }

    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .privacy-policy-header-section h1 {
        font: normal normal bold 28px/30px var(--primary-font);
    }

    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }

    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-name {
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }

    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section img {
        text-align: center;
        margin: 30px auto;
    }

    .text-sm-center {
        text-align: center;
    }

    .background-section-wrapper {
        margin: 30px auto !important;
    }

    .about-section-header h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .c7-checkout-summary h2 {
        font-size: 16px;
    }

    .c7-checkout-summary h3 {
        font-size: 14px;
    }

    .c7-checkout-summary p,
    .c7-checkout-summary__reservation-items {
        font-size: 12px;
    }

    .mobile-gutter-y {
        --bs-gutter-y: 1rem;
    }

    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }

    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }

    .single-post-content p {
        font-size: 14px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button,
    .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button {
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt {
        font-size: 14px !important;
    }

    .c7-cart__wrapper .c7-cart-summary__total div:first-child {
        text-align: left;
    }

    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }

    .c7-cart__wrapper .c7-cart__buttons .c7-button {
        width: 100% !important;
        font-size: 14px !important;
    }

    .c7-checkout-template #c7-promoCode+.c7-button {
        width: 100%;
        margin-top: 10px !important;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .categories-news-section .categoy-page-news-title a {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .c7-form .c7-selectbox+.c7-selectbox {
        margin-left: 0;
    }

    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }

    .c7-modal__content a {
        margin: auto;
    }

    .c7-button,
    .c7-logout-message a {
        font-size: 14px !important;
        padding: 0.5rem 1.5rem !important;
    }

    .c7-visible .c7-cart-items__image {
        display: block;
        width: 10%;
        text-align: center;
    }

    .c7-visible .c7-cart-items__image img {
        max-height: 100px;
    }

    .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-reservation-widget .c7-button {
        width: 100%;
    }

    .c7-account__create-account #c7-create-account .c7-button {
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }

    .c7-account__order-detail__customer-details .c7-button {
        width: 100%;
    }

    .c7-form.c7-visible.c7-coupon-form .c7-button {
        width: 100%;
    }

    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }

    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }

    footer .credit-text li:after {
        margin: auto 7px;
    }

    .c7-account__clubs+#c7-modal .c7-button {
        right: 0;
        margin: 0 !important;
        position: absolute;
    }

    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }

    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }

    .newsletter-section .c7-subscribe .c7-form>div {
        margin: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }

    .home-slider-section #content-on-slider a {
        border-width: 1px !important;
        border-radius: 2px !important;
    }

    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }

    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }

    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }

    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .curret-opening-filters {
        display: flex;
        width: 100%;
        overflow-x: auto;
    }

    .curret-opening-filters .button {
        font-size: 14px;
        min-width: fit-content;
    }

    .job-desc-item-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }

    .element-item {
        width: 95% !important;
        text-align: center;
    }

    div.wpforms-container-full .wpforms-form .wpforms-one-third,
    div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
        width: 48% !important;
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }
}

/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .top-bar-contact-wrapper-section {
        display: none;
    }

    .custom-logo-link .custom-logo {
        width: 120px;
        height: auto;
    }

    .top-bar-c7-wrapper #product-search {
        display: none;
    }

    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }

    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }

    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img,
    .keyholders-section-wrapper img {
        width: 100%;
    }

    .top-bar-c7-wrapper #c7-cart .c7-cart__total {
        display: none;
    }

    .collapse:not(.show),
    .accordion-collapse:not(.show) {
        display: initial;
    }

    .collapse:not(.in),
    .accordion-collapse:not(.show) {
        display: none !important;
    }

    .accordion-collapse.show {
        display: initial !important;
    }

    .mobile-product-search {
        display: block !important;
    }

    .top-bar {
        display: none;
    }

    .top-bar-logo-wrapper-section {
        width: 66%;
    }

    .top-bar-logo-wrapper-section .top-bar-logo-wrapper {
        text-align: right !important;
    }

    .navbar-toggler.menu {
        position: absolute;
        top: 15px;
    }

    #content-on-slider {
        transform: scale(1.75) !important;
    }

    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }


    #xeynergy_web_nav {
        margin-top: 10px;
    }

    .get-a-quote-button {
        font-size: 10px;
        display: block;
        position: absolute;
        top: 15px;
        right: 5px;
        padding: 3px 10px;
    }

    .project-count-description-text {
        font-size: 14px;
        text-align: center;
        padding: 20px;
        margin-bottom: -30px;
    }

    .project-count-section .count {
        font-size: 34px;
    }

    .project-count-section .count-desc {
        font-size: 12px;
    }

    .usp-section .software-development-title,
    .solutions-services .solutions-services-title {
        font-size: 18px;
        padding: 15px;
    }

    .our-portfolio-heading {
        font-size: 26px;
    }

    .cloud-migration-detail-section .column-left {
        order: 7 !important;
        margin-top: 30px;
    }

    .digital-marketing-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-solutions-detail-section .accordion-body {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-desc {
        font-size: 12px;
    }

    .digital-marketing-solutions-detail-section .digital-marketing-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-solutions-detail-section .software_solutions-section-desc {
        font-size: 12px;
    }

    .software-solutions-detail-section .software_solutions-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .contact-us-button {
        margin: auto;
        display: block;
        width: 50%;
    }

    .cloud-migration-detail-section .cloud-migration-section-desc {
        font-size: 12px;
    }

    .cloud-migration-detail-section .cloud-migration-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .software-consultation-detail-section .accordion-body {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-desc {
        font-size: 12px;
    }

    .software-consultation-detail-section .software-consultation-section-title {
        line-height: 32px;
        font-size: 18px;
    }

    .about-us-section .description-wrapper {
        font-size: 12px;
    }

    .about-us-section .about-us-heading {
        line-height: 32px;
        font-size: 24px;
    }

    .ProposeTypes {
        width: 100%;
        display: inline-flex;
    }

    .proposal-request-wrapper input[type="radio"]:checked+span {
        font-size: 12px;
        display: inline-grid;
    }

    .proposal-request-wrapper input[type="radio"]+span {
        font-size: 12px;
        display: inline-grid;
    }

    .solutions-services .services-desc {
        font-size: 12px;
    }

    .solutions-services .services-title {
        font-size: 14px;
    }

    .usp-section .usp-title {
        font-size: 14px;
    }

    .usp-section .usp-desc {
        font-size: 12px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .visit-banner,
    .feature-collection,
    .discover-more-section,
    .about-section,
    .keyholders-section,
    .latest-news-section,
    .instagram-feeds-section,
    .newsletter-section {
        padding: 50px 15px;
    }

    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }

    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }

    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line {
        display: block;
        margin: 15px auto;
        width: 40%;
    }

    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }

    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }

    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }

    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }

    .feature-collection .featured-see-more {
        padding-top: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }

    .keyholders-section-wrapper,
    .discover-more-section-wrapper {
        padding-top: 0;
    }

    .about-section-wrapper {
        padding-bottom: 30px;
    }

    .visit-book-now,
    .discover-more-button,
    .keyholders-button,
    .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }

    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }

    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .news-post-wrapper img {
        max-height: 165px;
    }

    footer {
        text-align: center;
    }

    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }

    footer .contact-adderss {
        margin: 30px auto;
    }

    footer .credit-text li {
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }

    .feature-collection .c7-product__login-message button {
        padding: 5px 20px;
    }

    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }

    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }

    #collectionTabs li {
        width: 45%;
        text-align: center;
    }

    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }

    .collection-section .py-sm-4 {
        padding: 30px;
    }

    .collection-section #tnh_our_wines {
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }

    .keyholder-icon {
        right: 5px;
    }

    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }

    .collection-section .c7-product__photo img {
        max-height: 200px;
    }

    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }

    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }

    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }

    .collection-section .c7-product {
        margin-bottom: 30px !important;
    }

    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }

    .c7-product-detail .c7-product-detail__photo {
        position: relative;
    }

    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }

    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }

    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }

    .c7-product-detail {
        margin-top: 20px !important;
    }

    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }

    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }

    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }

    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }

    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }

    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
        text-align: left;
    }

    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }

    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }

    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }

    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }

    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }

    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }

    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }

    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }

    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }

    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }

    .shopping-cart-section .c7-cart-items>div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }

    .c7-cart-summary>div div:first-child {
        text-align: left;
        font-size: 14px;
    }

    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }

    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }

    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }

    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child,
    .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout,
    .top-bar-c7-wrapper #c7-login a.c7-login__logged-in {
        text-indent: -99999999px;
        color: transparent;
    }

    .top-bar-c7-wrapper #c7-login a.c7-login__logout {
        display: none;
    }

    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }

    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }

    .c7-checkout__content__buttons .c7-button {
        margin: auto !important;
    }

    .c7-checkout-template .c7-form .c7-button {
        margin: auto !important;
        margin-top: 15px;
    }

    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }

    .c7-icon--help {
        margin: 15px auto;
    }

    .c7-checkout-template .c7-checkout__main p,
    .c7-checkout-template .c7-checkout__main span {
        font-size: 14px;
    }

    .reservation-usp-section {
        padding: 30px 0;
    }

    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }

    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }

    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }

    .reservation-vale-section-wrapper img {
        width: 100%;
    }

    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }

    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }

    .wine-flights-section {
        padding: 30px 0;
    }

    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .wine-flight-wrapper {
        min-height: 385px;
    }

    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .keyholder-detail-section {
        margin-top: 0 !important;
    }

    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }

    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }

    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }

    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }

    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }

    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }

    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }

    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }

    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .privacy-policy-header-section h1 {
        font: normal normal bold 28px/30px var(--primary-font);
    }

    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }

    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }

    .privacy-policy-wrapper p,
    .privacy-policy-wrapper ul {
        font-size: 14px;
        line-height: 16px;
    }

    .even-column {
        flex-direction: column-reverse;
    }

    .history-tabs-section .profile-name {
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }

    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }

    .history-tabs-section p {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }

    .history-tabs-section img {
        text-align: center;
        margin: 30px auto;
    }

    .text-sm-center {
        text-align: center;
    }

    .background-section-wrapper {
        margin: 30px auto !important;
    }

    .about-section-header h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }

    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }

    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }

    .reservation-slots-section .c7-experience {
        width: 100%;
    }

    .c7-cart.c7-visible .c7-cart-items>div {
        align-items: flex-start;
    }

    .c7-checkout-summary h2 {
        font-size: 16px;
    }

    .c7-checkout-summary h3 {
        font-size: 14px;
    }

    .c7-checkout-summary p,
    .c7-checkout-summary__reservation-items {
        font-size: 12px;
    }

    .mobile-gutter-y {
        --bs-gutter-y: 1rem;
    }

    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }

    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }

    .single-post-content p {
        font-size: 14px;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button,
    .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button {
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }

    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt {
        font-size: 14px !important;
    }

    .c7-cart__wrapper .c7-cart-summary__total div:first-child {
        text-align: left;
    }

    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }

    .c7-cart__wrapper .c7-cart__buttons .c7-button {
        width: 100% !important;
        font-size: 14px !important;
    }

    .c7-checkout-template #c7-promoCode+.c7-button {
        width: 100%;
        margin-top: 10px !important;
    }

    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }

    .categories-news-section .categoy-page-news-title {
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .categories-news-section .categoy-page-news-title a {
        font: normal normal bold 16px/20px var(--primary-font);
    }

    .c7-form .c7-selectbox+.c7-selectbox {
        margin-left: 0;
    }

    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }

    .c7-modal__content a {
        margin: auto;
    }

    .c7-button,
    .c7-logout-message a {
        font-size: 14px !important;
        padding: 0.5rem 1.5rem !important;
    }

    .c7-visible .c7-cart-items__image {
        display: block;
        width: 10%;
        text-align: center;
    }

    .c7-visible .c7-cart-items__image img {
        max-height: 100px;
    }

    .c7-cart-items__quantity {
        width: 15%;
    }

    .c7-reservation-widget .c7-button {
        width: 100%;
    }

    .c7-account__create-account #c7-create-account .c7-button {
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }

    .c7-account__order-detail__customer-details .c7-button {
        width: 100%;
    }

    .c7-form.c7-visible.c7-coupon-form .c7-button {
        width: 100%;
    }

    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }

    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }

    footer .credit-text li:after {
        margin: auto 7px;
    }

    .c7-account__clubs+#c7-modal .c7-button {
        right: 0;
        margin: 0 !important;
        position: absolute;
    }

    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }

    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }

    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }

    .newsletter-section .c7-subscribe .c7-form>div {
        margin: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }

    .home-slider-section #content-on-slider a {
        border-width: 1px !important;
        border-radius: 2px !important;
    }

    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }

    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }

    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }

    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }

    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }

    .curret-opening-filters {
        display: flex;
        width: 100%;
        overflow-x: auto;
    }

    .curret-opening-filters .button {
        font-size: 14px;
        min-width: fit-content;
    }

    .job-desc-item-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }

    .element-item {
        width: 95% !important;
        text-align: center;
    }

    div.wpforms-container-full .wpforms-form .wpforms-one-third,
    div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
        width: 48% !important;
    }

    .freelncer-form-section .freelance-sec-desc {
        font-size: 12px;
    }

    .projects-section .projects-subheading {
        font-size: 12px;
    }

    .clients-section .clients-description {
        font-size: 12px;
    }

   

    .freelncer-form-section .careers-heading {
        font-size: 26px;
    }

    .clients-section .clients-heading {
        font-size: 26px;
    }

    .projects-section .projects-heading {
        font-size: 26px;
    }
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .home-hero-banner-img-wrapper .display-1 {
        position: relative;
        font-size: 5.3rem;
        z-index: 1;
    }

    .home-hero-banner-img-wrapper .btn {
        font-size: 1.05rem;
    }

    .empowering-text-wrapper p {
        font-size: calc(4.5rem);
    }

    .company-intro-heading {
        font-size: calc(2.3rem + .6vw) !important;
    }

    .company-intro-heading+.fs-3 {
        font-size: calc(0.7rem + .6vw) !important;
    }

    .why-sri-lanka-section .why-sri-lanka-img {
        max-width: 100%;
    }

    .what-we-do-section .what-we-do-item .what-we-do-item-img-wrapper .what-we-do-item-img {
        width: 2rem;
    }

    .what-we-do-section .what-we-do-item .what-we-do-item-img-wrapper {
        width: 5rem;
        height: 5rem;
    }

    .what-we-do-heading {
        font-size: 3.5rem;
    }

    .what-we-do-item-heading+p {
        font-size: 1rem !important;
    }

    .why-sri-lanka-heading {
        font-size: 3rem;
    }

    .why-sri-lanka-text {
        font-size: 1.45rem !important;
    }

    .why-sri-lanka-text+p {
        top: 88%;
    }

    .why-sri-lanka-section .link-warn {
        font-size: 1.45rem;
    }
    .x-factors-section .nav-link {
        font-size: 1.4rem;
    }
    .x-factors-section .tab-pane p{
        font-size: 1.45rem!important;
    }
    .x-factors-section .tab-pane h3 {
        font-size: 2.5rem!important;
    }
    .x-factors-section .tab-pane .x-factor {
        font-size: 3.5rem;
    }
    .referral-program-steps-section .nav-link {
        font-size: 1.4rem;
    }
    .referral-program-steps-section .tab-pane p{
        font-size: 1.45rem!important;
    }
    .referral-program-steps-section .tab-pane h3 {
        font-size: 2.5rem!important;
    }
    .referral-program-steps-section .tab-pane .x-factor {
        font-size: 3.5rem;
    }
}

/* 1.25 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.25), 
(min-resolution: 120dpi){ 
    .home-hero-banner-img-wrapper .display-1 {
        position: relative;
        font-size: 5.3rem;
        z-index: 1;
    }

    .home-hero-banner-img-wrapper .btn {
        font-size: 1.05rem;
    }

    .empowering-text-wrapper p {
        font-size: calc(4.5rem);
    }

    .company-intro-heading {
        font-size: calc(2.3rem + .6vw) !important;
    }

    .company-intro-heading+.fs-3 {
        font-size: calc(0.7rem + .6vw) !important;
    }

    .why-sri-lanka-section .why-sri-lanka-img {
        max-width: 100%;
    }

    .what-we-do-section .what-we-do-item .what-we-do-item-img-wrapper .what-we-do-item-img {
        width: 2rem;
    }

    .what-we-do-section .what-we-do-item .what-we-do-item-img-wrapper {
        width: 5rem;
        height: 5rem;
    }

    .what-we-do-heading {
        font-size: 3.5rem;
    }

    .what-we-do-item-heading+p {
        font-size: 1rem !important;
    }

    .why-sri-lanka-heading {
        font-size: 3rem;
    }

    .why-sri-lanka-text {
        font-size: 1.45rem !important;
    }

    .why-sri-lanka-text+p {
        top: 88%;
    }

    .why-sri-lanka-section .link-warn {
        font-size: 1.45rem;
    }
    .x-factors-section .nav-link {
        font-size: 1.4rem;
    }
    .x-factors-section .tab-pane p{
        font-size: 1.45rem!important;
    }
    .x-factors-section .tab-pane h3 {
        font-size: 2.5rem!important;
    }
    .x-factors-section .tab-pane .x-factor {
        font-size: 3.5rem;
    }
    
    .referral-program-steps-section .nav-link {
        font-size: 1.4rem;
    }
    .referral-program-steps-section .tab-pane p{
        font-size: 1.45rem!important;
    }
    .referral-program-steps-section .tab-pane h3 {
        font-size: 2.5rem!important;
    }
    .referral-program-steps-section .tab-pane .x-factor {
        font-size: 3.5rem;
    }
}

/* 1.3 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.3), 
(min-resolution: 124.8dpi){ 
    .home-hero-banner-img-wrapper .display-1 {
        position: relative;
        font-size: 5.3rem;
        z-index: 1;
    }

    .home-hero-banner-img-wrapper .btn {
        font-size: 1.05rem;
    }

    .empowering-text-wrapper p {
        font-size: calc(4.5rem);
    }

    .company-intro-heading {
        font-size: calc(2.3rem + .6vw) !important;
    }

    .company-intro-heading+.fs-3 {
        font-size: calc(0.7rem + .6vw) !important;
    }

    .why-sri-lanka-section .why-sri-lanka-img {
        max-width: 100%;
    }

    .what-we-do-section .what-we-do-item .what-we-do-item-img-wrapper .what-we-do-item-img {
        width: 2rem;
    }

    .what-we-do-section .what-we-do-item .what-we-do-item-img-wrapper {
        width: 5rem;
        height: 5rem;
    }

    .what-we-do-heading {
        font-size: 3.5rem;
    }

    .what-we-do-item-heading+p {
        font-size: 1rem !important;
    }

    .why-sri-lanka-heading {
        font-size: 3rem;
    }

    .why-sri-lanka-text {
        font-size: 1.45rem !important;
    }

    .why-sri-lanka-text+p {
        top: 88%;
    }

    .why-sri-lanka-section .link-warn {
        font-size: 1.45rem;
    }
    .x-factors-section .nav-link {
        font-size: 1.4rem;
    }
    .x-factors-section .tab-pane p{
        font-size: 1.45rem!important;
    }
    .x-factors-section .tab-pane h3 {
        font-size: 2.5rem!important;
    }
    .x-factors-section .tab-pane .x-factor {
        font-size: 3.5rem;
    }
    .referral-program-steps-section .nav-link {
        font-size: 1.4rem;
    }
    .referral-program-steps-section .tab-pane p{
        font-size: 1.45rem!important;
    }
    .referral-program-steps-section .tab-pane h3 {
        font-size: 2.5rem!important;
    }
    .referral-program-steps-section .tab-pane .x-factor {
        font-size: 3.5rem;
    }
}

/* 1.5 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){ 
    .home-hero-banner-img-wrapper .display-1 {
        position: relative;
        font-size: 5.3rem;
        z-index: 1;
    }

    .home-hero-banner-img-wrapper .btn {
        font-size: 1.05rem;
    }

    .empowering-text-wrapper p {
        font-size: calc(4.5rem);
    }

    .company-intro-heading {
        font-size: calc(2.3rem + .6vw) !important;
    }

    .company-intro-heading+.fs-3 {
        font-size: calc(0.7rem + .6vw) !important;
    }

    .why-sri-lanka-section .why-sri-lanka-img {
        max-width: 100%;
    }

    .what-we-do-section .what-we-do-item .what-we-do-item-img-wrapper .what-we-do-item-img {
        width: 2rem;
    }

    .what-we-do-section .what-we-do-item .what-we-do-item-img-wrapper {
        width: 5rem;
        height: 5rem;
    }

    .what-we-do-heading {
        font-size: 3.5rem;
    }

    .what-we-do-item-heading+p {
        font-size: 1rem !important;
    }

    .why-sri-lanka-heading {
        font-size: 3rem;
    }

    .why-sri-lanka-text {
        font-size: 1.45rem !important;
    }

    .why-sri-lanka-text+p {
        top: 88%;
    }

    .why-sri-lanka-section .link-warn {
        font-size: 1.45rem;
    }
    .x-factors-section .nav-link {
        font-size: 1.4rem;
    }
    .x-factors-section .tab-pane p{
        font-size: 1.45rem!important;
    }
    .x-factors-section .tab-pane h3 {
        font-size: 2.5rem!important;
    }
    .x-factors-section .tab-pane .x-factor {
        font-size: 3.5rem;
    }
    .referral-program-steps-section .nav-link {
        font-size: 1.4rem;
    }
    .referral-program-steps-section .tab-pane p{
        font-size: 1.45rem!important;
    }
    .referral-program-steps-section .tab-pane h3 {
        font-size: 2.5rem!important;
    }
    .referral-program-steps-section .tab-pane .x-factor {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 1366px) {
    .home-hero-banner-img-wrapper .display-1 {
        position: relative;
        font-size: 5.3rem;
        z-index: 1;
    }

    .home-hero-banner-img-wrapper .btn {
        font-size: 1.05rem;
    }

    .empowering-text-wrapper p {
        font-size: calc(4.5rem);
    }

    .company-intro-heading {
        font-size: calc(2.3rem + .6vw) !important;
    }

    .company-intro-heading+.fs-3 {
        font-size: calc(0.7rem + .6vw) !important;
    }

    .why-sri-lanka-section .why-sri-lanka-img {
        max-width: 100%;
    }

    .what-we-do-section .what-we-do-item .what-we-do-item-img-wrapper .what-we-do-item-img {
        width: 2rem;
    }

    .what-we-do-section .what-we-do-item .what-we-do-item-img-wrapper {
        width: 5rem;
        height: 5rem;
    }

    .what-we-do-heading {
        font-size: 3.5rem;
    }

    .what-we-do-item-heading+p {
        font-size: 1rem !important;
    }

    .why-sri-lanka-heading {
        font-size: 3rem;
    }

    .why-sri-lanka-text {
        font-size: 1.45rem !important;
    }

    .why-sri-lanka-text+p {
        top: 88%;
    }

    .why-sri-lanka-section .link-warn {
        font-size: 1.45rem;
    }
    .x-factors-section .nav-link {
        font-size: 1.4rem;
    }
    .x-factors-section .tab-pane p{
        font-size: 1.45rem!important;
    }
    .x-factors-section .tab-pane h3 {
        font-size: 2.5rem!important;
    }
    .x-factors-section .tab-pane .x-factor {
        font-size: 3.5rem;
    }
    .referral-program-steps-section .nav-link {
        font-size: 1.4rem;
    }
    .referral-program-steps-section .tab-pane p{
        font-size: 1.45rem!important;
    }
    .referral-program-steps-section .tab-pane h3 {
        font-size: 2.5rem!important;
    }
    .referral-program-steps-section .tab-pane .x-factor {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 980px) {
    .empowering-text-wrapper p {
        margin-top: 50px;
    }

    .nav-item.nav-cta-btn a {
        text-align: center;
    }

    .mobile-buttons {
        justify-content: center;
    }
    .contact-us-map-wrapper iframe{
        width: 100%;
        border-radius: 50px;
    }
    .mobile-flex{
        flex-direction: column!important;
    }
}

@media screen and (max-width: 560px) {
    .home-hero-banner-img-wrapper .display-1 {
        font-size: 2.5rem;
        margin: 50px auto;
    }
    .company-intro-heading {
        font-size: calc(1.6rem + .6vw) !important;
    }
    .empowering-text-wrapper p {
        font-size: calc(3.2rem);
    }

    .mobile-buttons {
        flex-direction: column;
        justify-content: space-around;
    }
    .what-we-do-heading {
        font-size: 2.5rem;
    }
    .why-sri-lanka-heading {
        font-size: 2rem;
    }
    .why-sri-lanka-text {
        font-size: 1rem !important;
    }
    .why-sri-lanka-section .link-warn {
        font-size: 1rem;
    }
    .our-team-model-item-text {
        font-size: 1rem!important;
    }
    .about-us-section .description-wrapper{
        font-size: 1rem!important;
    }
    .description-wrapper p{
        font-size: 1rem!important;
    }
    .mobile-flex{
        flex-direction: column!important;
    }
    .x-factors-section .nav-link {
        font-size: 0.9rem;
    }
    .x-factors-section .nav-link .x-factor {
        font-size: 2rem;
    }
    .x-factors-section .tab-pane p {
        font-size: 1.05rem!important;
    }
    .x-factors-section .tab-pane h3 {
        font-size: 2rem!important;
    }
    .x-factors-section .tab-pane .x-factor {
        font-size: 2.5rem;
    }
    .referral-program-steps-section .nav-link {
        font-size: 0.9rem;
    }
    .referral-program-steps-section .nav-link .x-factor {
        font-size: 2rem;
    }
    .referral-program-steps-section .tab-pane p {
        font-size: 1.05rem!important;
    }
    .referral-program-steps-section .tab-pane h3 {
        font-size: 2rem!important;
    }
    .referral-program-steps-section .tab-pane .x-factor {
        font-size: 2.5rem;
    }
}