a,
a:hover {
    text-decoration: none;
}

body {
    background-color: #F8F9FD;
}

.container.w-1280 {
	max-width: 80rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background: transparent !important;
}

@media (min-width: 640px) {
    .container.w-1280 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container.w-1280 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.join-the-apollo-elite-wapper .main-form .emailoctopus-form-row input{
    border-radius: 1rem;
    border: 1px solid rgb(255 255 255 / 0.3) !important;
    background-color: rgb(255 255 255 / 0.2) !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    font-family: Plus Jakarta Sans, sans-serif !important;
    box-sizing: none !important;
    outline: none !important;
    height: 54px !important;
    color: #FFF !important;
}
.join-the-apollo-elite-wapper .main-form input[type=submit]{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    color: rgb(90 95 147 / 1) !important;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 0.75rem !important;
    line-height: 1rem;
    font-weight: 900;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: rgb(255 255 255 / 1);
    border-radius: 16px;
    font-family: Plus Jakarta Sans, sans-serif;
}
.emailoctopus-success-message
{
     color: #FFF !important;
}


.section-a-wapper {
    padding-top: 16px;
}

/* section a css start */
.section-a-feature {
    position: relative;
    height: 592px;
    border-radius: 32px;
    overflow: hidden;
    border: 1px solid rgb(255 255 255);
    position: relative;
    box-shadow: 0 10px 30px -10px rgba(90, 95, 147, 0.1);
    background-color: #fff;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.section-a-feature::before {
    content: '';
    bottom: 0;
    width: 100%;
    height: 6px;
    background: transparent;
    position: absolute;
}

.section-a-feature:hover::before {
    background: linear-gradient(90deg, #FF0000, #FF7F00, #FFFF00, #00FF00, #0000FF, #4B0082, #8B00FF);
}

.section-a-feature:hover {}

.section-a-feature a {
    border-radius: 32px;
    display: block;
    width: 100%;
    height: 100%;
}

.section-a-img {
    height: 550px;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}

.section-a-feature .section-a-img img {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s;
}

.section-a-feature:hover .section-a-img img {
    transform: scale(1.1);
}

.section-a-overlay {
    position: absolute;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2), transparent);
}

.section-a-feature-content {
    position: absolute;
    bottom: 0;
    padding: 48px;
    color: white;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}

.section-a-feature--cate {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.section-a-feature--cate span {
    display: block;
    color: rgb(255 255 255);
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: rgb(255 78 136);
    border-radius: 9999px;
    font-family: Plus Jakarta Sans, sans-serif;
}

.section-a-feature--cate span+span {
    background-color: rgb(255 255 255 / 0.2);
}

.section-a-feature--cate span+span+span {
    background-color: transparent;
    opacity: 0.8;
}

.section-a-feature-content h1 {
    display: block;
    font-size: 60px;
    line-height: 1;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-weight: 900;
    font-family: 'Fraunces', serif;
    color: rgb(255 255 255);
    margin: 0;
    margin-bottom: 24px;
}

.section-a-feature-content p {
    color: rgb(255 255 255 / 0.8);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 32px;
    font-family: ' Plus Jakarta Sans', sans-serif;
}

.section-a-author-box {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    flex-wrap: wrap;
}

.section-a-author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.section-a-author-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.section-a-author-name {
    font-size: 12px;
    font-weight: 900;
    line-height: 16px;
    font-family: Plus Jakarta Sans, sans-serif;
    color: rgb(255 255 255);
}

.section-a-author-role {
    font-size: 10px;
    letter-spacing: 0.8px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Plus Jakarta Sans, sans-serif;
    letter-spacing: 1px;
    color: rgb(255 255 255 / 0.6);
}

.section-a-divider {
    opacity: 0.3;
    margin: 0 6px;
}

.section-a-author-date {
    font-size: 10px;
    color: rgb(255 255 255 / 0.6);
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.section-a-feature:hover .section-a-feature-content h1 {
    color: rgb(0 209 255);
}

/* right side css start */
.section-a-right-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-a-right-side-card {
    position: relative;
    overflow: hidden;
    background-color: rgb(255 255 255);
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    color: black;
    border: 1px solid rgba(149, 151, 191, 0.05);
    box-shadow: 0 10px 30px -10px rgba(90, 95, 147, 0.1);
    padding: 8px;
    position: relative;
    transition: all .3s;
}

.section-a-right-card a {
    display: block;
}

.section-a-right-image-box {
    height: 176px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.section-a-right-image-box img {
    object-fit: cover;
    transition-duration: 700ms;
    height: 100%;
    width: 100%;
}

.section-a-right-tag {
    position: absolute;
    left: 16px;
    top: 16px;
    width: max-content;
    height: auto;
    background-color: rgb(255 255 255 / 0.9);
    border-radius: 9999px;
    font-family: Plus Jakarta Sans, sans-serif;
    color: rgb(90 95 147);
    transition: opacity .3s;
    letter-spacing: 0.1em;
    font-size: 9px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
}

.section-a-right-content {
    padding: 18px;
}

.section-a-right-content h3 {
    font-family: 'Fraunces', serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
    transition-duration: 150ms;
    color: #2f2f2f;
    margin: 0;
}

.section-a-right-side-card:hover .section-a-right-image-box img {
	transform: scale(1.05, 1.05);
}

.section-a-right-side-card:hover .section-a-right-content h3 {
    color: rgb(255 78 136);
}

.section-a-right-side-card::before {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    background: transparent;
}

.section-a-right-side-card:hover::before {
    background: linear-gradient(90deg, #FF0000, #FF7F00, #FFFF00, #00FF00, #0000FF, #4B0082, #8B00FF);
}
.news-form{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition-property:all;
    transition-timing-function:cubic-bezier(0.4,0,0.2,1);
    transition-duration:150ms;
    box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 
               0 8px 10px -6px rgb(0 0 0 / 0.1);
    color:rgb(90 95 147 / 1);
    letter-spacing:0.2em;
    text-transform:uppercase;
    font-size:0.75rem;
    line-height:1rem;
    font-weight:900;
    padding-top:1rem;
    padding-bottom:1rem;
    background:rgb(255 255 255 / 1);
    border-radius:16px;
    font-family:'Plus Jakarta Sans',sans-serif;
    border:none;
    cursor:pointer;
}
.news-form:hover{
   background: rgb(0 0 0 / 1);
    color: rgb(255 255 255 / 1);
}

/* right side css end */
/* section a css end */

/* section b css start */
.sect-b-categories-wapper {
    padding-top: 48px;
    position: relative;
}

.sect-b-categories {
    padding: 16px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.sect-b-categories-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.sect-b-categories-inner::-webkit-scrollbar {
    display: none;
}

.sect-b-label {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(47 47 47 / 0.3);
    margin-right: 16px;
    white-space: nowrap;
}

.sect-b-categories-inner-list {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sect-b-categories-inner-list a {
    padding: 8px 24px;
    border-radius: 999px;
    border: 1px solid rgb(47 47 47 / 0.1);
    background: transparent;
    color: rgb(47 47 47 / 1);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Plus Jakarta Sans, sans-serif;
}

.sect-b-categories-inner-list a:hover {
    border-color: rgb(90 95 147);
    color: rgb(90 95 147);
    background-color: rgb(255 255 255);
}

/* section b css end */

/* section c css start */
.sect-c-bedside-wapper {
    position: relative;
    padding-top: 48px;
}

.sect-c-bedside-main {
    background: rgb(90 95 147 / 0.05);
    position: relative;
    border: 1px solid rgb(90 95 147 / 0.05);
    border-radius: 48px;
    overflow: hidden;
    padding: 64px;
    position: relative;
}

.sect-c-bedside-main::before{
    content: '';
    background-color: rgb(255 78 136 / 0.1);
        border-radius: 9999px;
        width: 24rem;
            height: 24rem;
            position: absolute;
            right: 0;
            top: 0;
                filter: blur(100px);
                    transform: translate(50%, -50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.sect-c-bedside-main::after{
    content: '';
        background-color: rgb(0 209 255 / 0.1);
        border-radius: 9999px;
        width: 24rem;
            height: 24rem;
            position: absolute;
            left: 0;
            bottom: 0;
                filter: blur(100px);
                    transform: translate(-50%, 50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.sect-c-bedside-title {
    position: relative;
    max-width: 768px;
    margin-bottom: 64px;
}

.sect-c-bedside-title h2 {
    margin: 0;
    display: inline-block;
    font-size: 48px;
    line-height: 1;
    position: relative;
    color: rgb(90 95 147 / var(--tw-text-opacity, 1));
    font-style: italic;
    font-weight: 900;
    font-family: 'Fraunces', serif;
    margin-bottom: 24px;
}

.sect-c-bedside-title h2::before {
    content: '';
    position: absolute;
    height: 8px;
    width: 100%;
    border-radius: 9999px;
    bottom: -12px;
    background: linear-gradient(90deg, #FF0000, #FF7F00, #FFFF00, #00FF00, #0000FF, #4B0082, #8B00FF);
}

.sect-c-bedside-title p {
    color: rgb(47 47 47 / 0.6);
    line-height: 1.625;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0;
}

.sect-c-bedside-card {
    background-color: rgb(255 255 255);
    padding: 32px;
    border-radius: 32px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: .3s;
    position: relative;
    border: 2px solid transparent;
}

.sect-c-bedside-badge {
    overflow: hidden;
    z-index: 20;
    position: absolute;
    right: -1rem;
    top: -1rem;
    transform: rotate(6deg);
    border-radius: 9999px;
    padding: 1px;
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, #FF0000, #FF7F00, #FFFF00, #00FF00, #0000FF, #4B0082, #8B00FF);
}

.sect-c-bedside-inner-span {
    color: rgb(90 95 147);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 9px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-radius: 9999px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.sect-c-bedside-image {
    overflow: hidden;
    padding: 16px;
    background-color: rgb(248 249 253);
    border-radius: 24px;
    aspect-ratio: 1 / 1;
    margin-bottom: 32px;
    position: relative;
}

.sect-c-bedside-image img {
    transition-duration: 700ms;
    object-fit: cover;
    border-radius: 16px;
    width: 100%;
    height: 100%;
}

.sect-c-bedside-a-icon {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    opacity: 0;
    z-index: 10;
    top: 16px;
    right: 16px;
    position: absolute;
}

.sect-c-bedside-a-sparkle {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.sect-c-bedside-card:hover .sect-c-bedside-a-icon {
    opacity: 1;
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.sect-c-bedside-label {
    color: rgb(0 209 255);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 10px;
    display: block;
    margin-bottom: 8px;
    font-family: Plus Jakarta Sans, sans-serif;
}

.sect-c-bedside-text h4 {
    margin: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: rgb(47 47 47);
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Fraunces', serif;
    margin-bottom: 12px;
}

.sect-c-bedside-text p {
    color: rgb(47 47 47 / 0.6);
    line-height: 1.625;
    font-size: 14px;
    margin-bottom: 32px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.sect-c-bedside-text .sect-c-bedside-review-btn {
    margin-top: 1.5rem;
    border: 1px solid rgb(149 151 191 / 0.05);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: rgb(255 255 255);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: rgb(90 95 147);
    border-radius: 16px;
    width: 100%;
    font-family: Plus Jakarta Sans, sans-serif;
    display: block;
    text-align: center;
}

.sect-c-bedside-text .sect-c-bedside-review-btn:hover {
    background-color: rgb(255 78 136);
    box-shadow:
        0 20px 25px -5px rgba(255, 78, 136, 0.3),
        0 8px 10px -6px rgba(255, 78, 136, 0.3);
}

.sect-c-bedside-card:hover {
    border-color: rgb(255 78 136 / 0.2);
    transform: translateY(-0.5rem);
    box-shadow: rgb(90 95 147 / 0.1);
}

.sect-c-bedside-card:hover .sect-c-bedside-image img {
    transform: scale(1.1, 1.1);
}

.sect-c-bedside-card:hover .sect-c-bedside-text h4 {
    color: rgb(90 95 147);
}

/* section c css end */

/* section d css start */
.sect-d-deals-wapper {
    position: relative;
    margin-top: 48px;
}

.sect-d-deals-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 4px solid rgb(149 151 191 / 0.1);
    padding-bottom: 16px;
}

.title-section {
    display: flex;
    flex-direction: column;
}

.sect-d-title-section h2 {
    font-size: 24px;
    font-weight: 900;
    font-family: serif;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-style: italic;
    margin: 0;
    font-family: 'Fraunces', serif;
}
.sect-d-deals-btn-center{
    text-align: center;
    margin-top: 35px;
}

/* .sect-d-deals-view-all{
    display: inline-block;
    padding: 12px 28px;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    border: 2px solid #000;
    transition: all 0.3s ease;
    cursor: pointer;
} */

.sect-d-deals-view-all:hover{
        color: rgb(255 78 136 / 1);
    border-color: rgb(255 78 136 / 1);
}
.sect-d-title-section h2 span {
    color: rgb(90 95 147);
}

.sect-d-title-section p {
    font-size: 14px;
    color: rgb(47 47 47 / 0.4);
    font-weight: 500;
    margin-top: 4px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.sect-d-deals-view-all{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem 0;
    border: 2px solid rgba(47,47,47,0.05);
    border-radius: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2F2F2F !important;
    text-decoration: none;
    cursor: pointer;
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.sect-d-deals-view-all:hover {
    color: rgb(90 95 147);
}

.sect-d-deals-main {
    margin-top: 48px;
    margin-bottom: 48px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sect-d-deals-card {
    padding: 24px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    flex-direction: row;
    background-color: rgb(255 255 255);
    gap: 24px;
    box-shadow: 0 10px 30px -10px rgba(90, 95, 147, 0.1);
    display: flex;
    align-items: center;
    border-radius: 16px;
    border: 1px solid transparent;
}

.sect-d-deals-logo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(90 95 147 / 1);
}

.sect-d-deals-content {
    flex-grow: 1;
    text-align: left;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: rgb(47 47 47);
}

.sect-d-deals-content h3 {
    margin-bottom: 4px;
    font-family: 'Fraunces', serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.sect-d-deals-content p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: rgb(47 47 47 / 0.5);
    text-align: left;
    font-family: Plus Jakarta Sans, sans-serif;
}

.sect-d-deals-actions {
    width: auto;
}

.sect-d-deals-actions a {
    display: block;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: rgb(255 255 255);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    background-color: rgb(47 47 47);
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 12px;
    white-space: nowrap;
    cursor: pointer;
}

.sect-d-deals-card:hover {
    border-color: rgb(90 95 147);
}

.sect-d-deals-card:hover .sect-d-deals-content h3 {
    color: rgb(90 95 147);
}

.sect-d-deals-actions a:hover {
    background-color: rgb(90 95 147);

}

/* section d css end */

/* section e html start */

.sect-e-deals-wapper .editorial-team-tital {
    padding: 48px 0 40px 0;
    /* border-top: 1px solid rgb(47 47 47 / 0.05); */
}

.sect-e-deals-wapper .editorial-team-tital h2 {
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    font-family: Fraunces, serif;
    margin: 0;
    padding: 0;
    color: #2F2F2F;
}

.our-team-wapper {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-bottom: 48px;

}

.our-team-wapper .our-team-item {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

.our-team-wapper .our-team-item .our-team-img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid transparent;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.our-team-wapper .our-team-item .our-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.our-team-wapper .our-team-item:hover .our-team-img {
    border-color: rgb(90 95 147 / 1);
}

.our-team-wapper .our-team-item:hover .our-team-img img {
    filter: grayscale(0);
}

.our-team-wapper .our-team-item .our-team-inner h4 {
    margin: 0;
    padding: 0;
    line-height: 16px;
}

.our-team-wapper .our-team-item .our-team-inner h4 a {
    color: rgb(47 47 47 / 1);
    font-weight: 700;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-size: 16px;
    cursor: pointer;
    font-family: Plus Jakarta Sans, sans-serif;
}

.our-team-wapper .our-team-item:hover .our-team-inner h4 a {
    color: rgb(90 95 147 / 1);
}

.our-team-wapper .our-team-item .our-team-inner span {
    letter-spacing: 0.1em;
    color: rgb(47 47 47 / 0.4);
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 0.25rem;
    font-family: Plus Jakarta Sans, sans-serif;
    display: flex;
}

/* section e html end */

/* section f html start */

.sect-f-deals-wapper {
    padding: 48px 0 80px 0;
}

.latest-reviews-title {
    width: 100%;
    margin-bottom: 16px;
}

.latest-reviews-title h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 900;
    font-family: Fraunces, serif;
    padding-bottom: 0.5rem;
    margin: 0;
    position: relative;
    width: fit-content;
}

.latest-reviews-title h2::before {
    content: '';
    position: absolute;
    top: auto;
    bottom: -0px;
    width: 100%;
    height: 4px;
    border-radius: 9999px;
    background: linear-gradient(90deg, #FF0000, #FF7F00, #FFFF00, #00FF00, #0000FF, #4B0082, #8B00FF);
}

.latest-reviews-list-wapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.latest-review-item-wapper a {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    cursor: pointer;
    color: inherit;
}

.latest-review-item-wapper a .latest-review-item-img {
    width: 33.333333%;
    background: rgb(255 255 255 / 1);
    border-radius: 1.5rem;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    box-shadow: 0 10px 30px -10px rgba(90, 95, 147, 0.1);
}

.latest-review-item-wapper a .latest-review-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.latest-review-item-wapper:hover a .latest-review-item-img img{
    transform: scale(1.1);
}

.latest-review-item-wapper a .latest-review-item-inner {
    width: 66.666667%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.latest-review-item-wapper a .latest-review-item-inner .latest-review-top-ct-wapper {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.latest-review-item-wapper a .latest-review-item-inner .latest-review-top-ct-wapper .latest-review-ct-wapper span {
    color: rgb(149 151 191 / 1);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    font-family: Plus Jakarta Sans, sans-serif;
    display: flex;
}

.latest-review-item-wapper a .latest-review-item-inner .latest-review-top-ct-wapper .latest-review-au-wapper span {
    background-color: rgb(90 95 147 / 0.05);
    border: 1px solid rgb(90 95 147 / 0.1);
    border-radius: 9999px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgb(90 95 147 / 1);
    font-family: Plus Jakarta Sans, sans-serif;
    display: flex;
}

.latest-review-item-wapper a .latest-review-item-inner h3{
    font-family: Fraunces, serif;
    font-size: 1.5rem;
        line-height: 1.25;
        font-weight: 700;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: #2F2F2F;
    margin: 0;
    padding-bottom: 12px;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.latest-review-item-wapper:hover a .latest-review-item-inner h3{
    color: rgb(90 95 147 / 1 );
}

.latest-review-item-wapper a .latest-review-item-inner p{
        color: rgb(47 47 47 / 0.6);
        line-height: 1.625;
        font-size: 0.875rem;
        margin: 0;
        padding-bottom: 16px;
        font-family: Plus Jakarta Sans, sans-serif;
        font-weight: 400;
}

.latest-review-item-wapper a .latest-review-item-inner .latest-review-author-date-wapper{
    display: flex;
    align-items: center;
    gap: 28px;
}

.latest-review-item-wapper a .latest-review-item-inner .latest-review-author-date-wapper .latest-review-author::after{
    content: '';
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(47 47 47 / 0.2);
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.latest-review-item-wapper a .latest-review-item-inner .latest-review-author-date-wapper .latest-review-author {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}
.latest-review-item-wapper a .latest-review-item-inner .latest-review-author-date-wapper .latest-review-author img{
    width: 32px;
    min-width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
}

.latest-review-item-wapper a .latest-review-item-inner .latest-review-author-date-wapper .latest-review-author .latest-review-author-name h6{
    color: rgb(47 47 47 / 1);
    font-weight: 900;
        font-size: 10px;
         font-family: Plus Jakarta Sans, sans-serif;
         margin: 0;
         padding: 0;
}

.latest-review-item-wapper a .latest-review-item-inner .latest-review-author-date-wapper .latest-review-author .latest-review-author-name span{
    color: rgb(47 47 47 / 0.4);
    letter-spacing: 0.1em;
        text-transform: uppercase;
    font-weight: 700;
        font-size: 9px;
         font-family: Plus Jakarta Sans, sans-serif;
         margin: 0;
         padding: 0;
         display: flex;
}

.latest-review-item-wapper a .latest-review-item-inner .latest-review-author-date-wapper .latest-review-date span{
    color: rgb(47 47 47 / 0.4);
    letter-spacing: 0.1em;
        text-transform: uppercase;
    font-weight: 700;
        font-size: 9px;
         font-family: Plus Jakarta Sans, sans-serif;
         margin: 0;
         padding: 0;
         display: flex;
}

.view-recent-reviews-btn{
    display: flex
}

.view-recent-reviews-btn a{
        transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
        letter-spacing: 0.1em;
            text-transform: uppercase;
                font-weight: 700;
                    font-size: 0.75rem;
    line-height: 1rem;
        padding-top: 1rem;
    padding-bottom: 1rem;
    border: 2px solid rgb(47 47 47 / 0.05);
    border-radius: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: Plus Jakarta Sans, sans-serif;
    color: #2F2F2F;
}
.view-recent-reviews-btn a:hover{
    color: rgb(255 78 136 / 1);
    border-color: rgb(255 78 136 / 1);
}



/* right */

.join-the-apollo-elite-wapper{
    padding: 40px;
    border-radius: 40px;
        background: linear-gradient(90deg, #FF0000, #FF7F00, #FFFF00, #00FF00, #0000FF, #4B0082, #8B00FF);
        box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(255 78 136 / 0.2);
        position: relative;
        margin-top: 20px;
}

.join-the-apollo-elite-wapper::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    background-color: rgb(0 0 0 / 0.1);
        inset: 0px;
        border-radius: 40px;
}

.join-the-apollo-elite-wapper:hover:before{
    z-index: -1;
}

.join-the-apollo-elite-wapper h3{
    font-style: italic;
        font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 900;
    font-family: Fraunces, serif;
    margin: 0;
    padding-bottom: 16px;
    filter:drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    color: #FFF;
    position: relative;
    z-index: 1;
}

.join-the-apollo-elite-wapper p{
    color: rgb(255 255 255 / 0.9);
    line-height: 1.625;
        font-weight: 600;
        font-size: 0.875rem;
        margin: 0;
        padding-bottom: 32px;
        font-family: Plus Jakarta Sans, sans-serif;
        position: relative;
        z-index: 1;
}

.join-the-apollo-elite-wapper form .form-group{
    margin-bottom: 16px;
}

.join-the-apollo-elite-wapper form .form-group input{
        border-radius: 1rem;
        border: 1px solid rgb(255 255 255 / 0.3);
        background-color: rgb(255 255 255 / 0.2);
        padding-left: 1.25rem;
    padding-right: 1.25rem;
        padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: Plus Jakarta Sans, sans-serif;
    box-sizing: none;
    outline: none;
    height: 54px;
    color: #FFF;
}

.join-the-apollo-elite-wapper form .form-group input:focus{
    border-color: rgb(255 255 255 / 1) !important;
    outline: none;
    box-shadow: none;
}
.join-the-apollo-elite-wapper form .form-group input::placeholder{
    color: #FFF;
    opacity: 0.7;
}

.join-the-apollo-elite-wapper form .sub-btn{
    display: flex;
}

.join-the-apollo-elite-wapper form .sub-btn a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
        transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    color: rgb(90 95 147 / 1);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 900;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: rgb(255 255 255 / 1);
    border-radius: 16px;
        font-family: Plus Jakarta Sans, sans-serif;
}

.join-the-apollo-elite-wapper form .sub-btn a:hover{
    background: rgb(0 0 0 / 1);
    color: rgb(255 255 255 / 1);
}


.editor-top-picks-main-wapper{
    margin-top: 48px;
}

.editor-top-picks-main-wapper .editor-top-picks-title{
    margin-bottom: 24px;
}

.editor-top-picks-main-wapper .editor-top-picks-title h3{
    letter-spacing: -0.025em;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: Fraunces, serif;
    padding-bottom: 0.25rem;
    margin: 0;
    color: #2F2F2F;
    position: relative;
    width: fit-content;
}

.editor-top-picks-main-wapper .editor-top-picks-title h3::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
        border-radius: 9999px;
        background: linear-gradient(90deg, #FF0000, #FF7F00, #FFFF00, #00FF00, #0000FF, #4B0082, #8B00FF);
}

.editor-top-picks-list-wapper{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.editor-top-picks-list-wapper .editor-top-picks-item-wapper{
    display: flex;
    align-items: center;
    gap: 16px;
        transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    padding: 12px;
    border-radius: 16px;
    cursor: pointer;
}

.editor-top-picks-list-wapper .editor-top-picks-item-wapper:hover{
    background: rgb(255 255 255 / 1);
}

.editor-top-picks-list-wapper .editor-top-picks-item-wapper .editor-top-picks-item-img {
	width: 80px;
	height: 80px;
	min-width: 80px;
	border-radius: 12px;
	overflow: hidden;
}

.editor-top-picks-list-wapper .editor-top-picks-item-wapper .editor-top-picks-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.editor-top-picks-list-wapper .editor-top-picks-item-wapper .editor-top-picks-item-inner span{
    color: rgb(255 78 136 / 1);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    margin-bottom: 4px;
    display: flex;
    font-family: Plus Jakarta Sans, sans-serif;
}

.editor-top-picks-list-wapper .editor-top-picks-item-wapper .editor-top-picks-item-inner h4{
        font-size: 0.875rem;
            font-weight: 700;
        line-height: 1.25;
        font-family: Plus Jakarta Sans, sans-serif;
        color: #2F2F2F;
        margin: 0;
        padding: 0;
        transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.editor-top-picks-list-wapper .editor-top-picks-item-wapper:hover .editor-top-picks-item-inner h4{
    color: rgb(90 95 147 / 1);
}

.editor-top-picks-list-wapper .editor-top-picks-item-wapper .editor-top-picks-item-inner p{
    font-style: italic;
        color: rgb(47 47 47 / 0.5);
        font-weight: 500;
            font-size: 0.75rem;
    line-height: 1rem;
     font-family: Plus Jakarta Sans, sans-serif;
     margin: 0;
     padding: 0;
}

.trending-now-main-wapper{
    margin-top: 48px;
        padding: 1.5rem;
        background: rgb(255 255 255 / 1);
        border-radius: 1.5rem;
            box-shadow: 0 10px 30px -10px rgba(90, 95, 147, 0.1);
}

.trending-now-main-wapper h3{
    color: rgb(47 47 47 / 0.3);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 900;
    margin: 0;
    padding-bottom: 24px;
    font-family: Plus Jakarta Sans, sans-serif;
}

.trending-now-main-wapper .trending-now-list{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.trending-now-main-wapper .trending-now-list .trending-now-item{
    display: flex;
    gap: 16px;
    cursor: pointer;
}

.trending-now-main-wapper .trending-now-list .trending-now-item span{
        color: rgb(149 151 191 / 0.2);
            font-size: 1.875rem;
        line-height: 1;
        font-weight: 900;
            font-family: Fraunces, serif;
            margin: 0;
            padding: 0;
            display: flex;
}
.trending-now-main-wapper .trending-now-list .trending-now-item p{
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    line-height: 1.375;
    font-weight: 700;
        font-size: 0.875rem;
        margin: 0;
        padding: 0;
        font-family: Plus Jakarta Sans, sans-serif;
        color: #2F2F2F;
}

.trending-now-main-wapper .trending-now-list .trending-now-item:hover p{
    color: rgb(255 78 136 / 1);
}
/* section f html end */






@media(max-width:1199px) {
    /* section b html start */

    .sect-b-categories-inner-list {
        flex-wrap: wrap;
    }



    /* section b html end */
}

@media(max-width:991px) {

    /* section e html start */
    .our-team-wapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* section e html end */
    /* section f html start */
    .sect-f-deals-wapper .row{
        row-gap: 40px;
    }
    /* section f html end */
}

@media(max-width:767px) {

    .container.w-1280 {
    padding-left: 20px;
    padding-right: 20px;
}
    /* section a html start */

    .section-a-img {
	height: 100%;
}

.section-a-feature {
	height: 500px;
}

    .section-a-wapper .row {
        row-gap: 30px;
    }

    .section-a-feature-content {
        padding: 20px;
    }

    .section-a-feature-content h1 {
        font-size: 36px;
    }

    .section-a-feature--cate {
        flex-wrap: wrap;
    }

    .section-a-author-box {
        gap: 5px;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    /* section a html start */
    /* section b html start */

    .sect-b-categories-inner {
        flex-wrap: wrap;
    }

    .sect-b-categories-inner-list {
        gap: 6px;
    }

    /* section b html start */
    /* section c html start */
    .sect-c-bedside-main {
	padding: 40px 20px 20px 20px;
}

    .sect-c-bedside-wapper .row {
        row-gap: 30px;
    }

    .sect-c-bedside-card {
        padding: 20px;
    }

    /* section c html start */
    /* section d html start */

    .sect-d-deals-card {
        flex-wrap: wrap;
    }

    /* section d html end */

    /* section e html start */
    .our-team-wapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    /* section e html end */

    /* section f html start */

    .latest-review-item-wapper a {
	flex-direction: column;
}
.latest-review-item-wapper a .latest-review-item-img {
	width: 100%;
}

.latest-review-item-wapper a .latest-review-item-inner {
	width: 100%;
}

    /* section f html start */
}