/**

 * Theme Name: Webdecorum Panel

 * Version: 1.0

 * License: Under Optimum Logic Private Limited

 * License URI: Webdecorum Copywrite

 */

@charset "UTF-8";

/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;1,400;1,500;1,600&display=swap');

/* Fonts */



*,

:after,

:before {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    text-rendering: optimizeLegibility;

    outline: 0
}



:focus,

:after:focus,

:before:focus {

    outline: 0
}



:after,

:before {

    -moz-osx-font-smoothing: grayscale;

    -webkit-font-smoothing: antialiased
}



.clear:before,

.clear:after {

    content: ' ';

    display: table
}



.clear:after {

    clear: both
}



.clear,

.clear-after:after,

.clear-before:before,

.row:after {

    *zoom: 1;

    content: '';

    display: table;

    clear: both
}

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #383838;
    font-size: 1rem;
    line-height: 1.625em;
}

header {
    position: sticky;
    top: 0px;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 7%);
    /*   padding-top: 20px;
      padding-bottom: 20px;*/
    transition: top 0.2s ease-in-out;
}

.nav-up {
    transform: translateY(-146px);
}

.dropdown-menu.dropdown-box {
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    border-top: 3px solid #822f92;
    border-radius: 0px !important;
    display: none;
    background-color: #fff !important;
    /* border-top: none; */
    /* transition: all 0.2s ease-in-out; */
    box-shadow: 0px 6px 10px rgb(0 0 0 / 10%);
    /* border-right: none; */
    /* border-left: none;*/


}

/*.dropdown-menu.dropdown-box li:first-child  a:hover  {
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
  }*/

/*.dropdown-menu.dropdown-box li:last-child a:hover {
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
  }*/

}

.purple-color {
    color: #822f92 !important;
}

.bg-purple-color {
    background: #822f92 !important;
}

li.nav-item.dropdown:hover .dropdown-menu.dropdown-box {
    display: block;

}

.dropdown-menu.dropdown-box .dropdown-link {
    font-weight: 500;
    color: #822f92;
    font-size: 17px;
    padding: 0.5rem 2rem !important;
    transition: all 0.3s ease-in-out;

}

.dropdown-menu.dropdown-box li:nth-child(2) {
    border-top: 1px solid #efefef;
}

.dropdown-link i {
    font-size: 13px;
    padding-left: 3px;
}

.dropdown-link.active,
.dropdown-link:active {
    color: #6b6b6b;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-link:focus,
.dropdown-link:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #873795;
    border-radius: 0 !important;


}

.dropdown-toggle-icon::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900 !important;
    content: "\f078" !important;
    font-size: 14px;
    padding-left: 4px;
}

/*login button*/
.login {
    background: #822f92;
    border-radius: 26px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    font-style: italic;

}

.login:hover {
    background: #651474;
    color: #fff;
}

.login-translate {
    transform: translateX(-20px);
}

/* search bar */
.search {
    position: absolute !important;
    top: 126% !important;
    min-width: 300px;
    width: 100%;
    right: 0px;
    border: 3px solid #822f92;
    border-radius: 0.25rem;
    padding: 8px;
    background: #fff;
    z-index: 1;
}

.search input {
    padding: 2px 20px;
    background: #fff !important;
    height: 45px;
    border-radius: 7px !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 18%);
}

.search input:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(186 141 173 / 12%);
}

.search .search-button {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 14px;
}

.search .search-button i {
    color: #8d3eab;
}

a {
    text-decoration: none;
    color: #404040;

}
a:hover {
    
    color: #8d3eab;

}

p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #383838;
    font-weight: normal;
}

img {
    width: 100%;
    height: auto;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.heading-style {
    color: #989590;
    font-size: 5rem;
    font-family: 'DM Serif Display', serif;
}

.sub-heading-style {
    font-size: 1.7rem;
    color: #989590;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
}

.d-grid {
    display: grid !important;
}

.justify-between {
    justify-content: space-between;
}

.gap-30 {
    gap: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.pt-80 {
    padding-top: 80px;
}

.social-icons {
    list-style: none;
    padding: 0px !important;
    margin-bottom: 0px;
}

.header-bg {
    background: #f6efe3;
}

.site-logo img {
    max-width: 180px;
    height: auto;
}

.padd-header {
    padding: 0px 100px;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 7%);
}

.dm-sans {
    font-family: 'DM Sans', sans-serif !important;
}

.dm-serif-dis {
    font-family: 'DM Serif Display', serif !important;
}

.open-sans {
    font-family: 'Open Sans', sans-serif !important;
}

.heading {
    font-size: 75px;
    color: #903bb1;
    position: relative;
    padding-top: 38px;
    top: 0px;
    left: 0px;
}

.pur {
    text-align: center;
    width: 60%;
    margin: 0 auto;

}

.heading::before {
    content: '';
    width: 52px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 48%;
    bottom: 0px;

}



.plr-100 {
    padding: 0px 100px;
}

.img2 img {
    text-align: center;
    width: 100%;
}


.banner {
    position: relative;
    height: 112vh;


    background-color: #ccaed8;


}

.tree-img img {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.content {
    text-align: center;
}

.text {
    padding: 20px 0px;
    color: #fff;
    font-size: 20px;
}

.unlimited-h {
    color: #fff;
    padding-bottom: 25px;
    padding-top: 25px;
}

/*how this works*/
.how-this-work {
    text-align: center;
}

.p-20 {
    padding: 30px 0px;
}

.p-100 {
    padding: 100px;
}

.p-50 {
    padding: 50px;
}

.p-80 {
    padding: 80px;
}

.p-70 {
    padding: 70px;
}

.purchase {
    padding: 20px;
    color: #903bb1;
    font-size: 33px;
    font-weight: 400;
    text-align: center;
}

.purchase span {
    color: #903bb1;
    font-size: 33px;
    font-weight: 600;
}

.btns {
    background: #903bb1;
    padding: 4px 25px;
    border: none;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    font-family: 'DM Sans';
    margin: 0px 10px;
}

.book-a {
    background: #ffde00;
    color: #903bb1;
    font-size: 26px;
    font-weight: 600;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 19%);
    text-align: center;
    width: 219px;
    height: 148px;
}

.footer-p {
    color: #404040;
    margin: 0px;
}

.booksec {
    padding-top: 61%;

}

/*blog page*/

.trend h1 {
    text-align: left;
    color: #989590;
    font-size: 5rem;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 0;
}

.ms-newsletter {
    background: #f3f4f6;
}

.trend p {
    font-size: 1.25rem;
}

.trend-left img {
    border-radius: 20px;
}

/*.trend-left h3 a {
      text-decoration: none;
      color: #404040;
      padding: 20px 0px;
  }*/

.ptb-80 {
    padding: 80px 0px;
}

.trend-meta img {
    border-radius: 50px;
    width: 30px;
    height: 30px;
}

.trend-meta .date,
.latest-meta .date {
    font-size: 12px;
    font-weight: 500;
    /* padding-left: 14px; */
    color: #6b7280;
}

.font-400 {
    font-weight: 400 !important;
}


.trending-posts-right img {
    border-radius: 20px;
}

.trending-posts-right h2 a {
    text-decoration: none !important;
    color: #404040;
    padding: 20px 0px;
}

.trending-posts-right p,
.trend-left p {
    margin-bottom: 5px;
}

.brdr-r {
    border-radius: 15px;
    max-width: 450px;
    height: auto;
}

.pb-80 {
    padding-bottom: 80px;
}

.ptb-10 {
    padding: 10px 0px;
}

.latest-article-items img {
    border-radius: 15px;
    min-height: 300px;
}

.latest-article-items {
    position: relative;
    margin-bottom: 30px;
}

.show-more-btn {
    text-align: center;
    margin-top: 30px;
    display: block;
    width: 100%;
}

.show-more-btn .btn {
    color: #fff;
    background-color: rgba(130, 47, 146, 0.85);
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 50px;
}

.show-more-btn .btn:hover {
    background-color: rgba(130, 47, 146, 1);
}

/*.artical-user img {
      border-radius: 50px;
  }
  */
.latest-article-item-content {
    margin-top: 15px;
}

.latest-article-item-content a {
    width: 100%;
    display: block;
}

.latest-article-item-content .text-sm {
    margin-bottom: 0;
}

.spn-heading {
    padding-left: 9px;
    font-size: 16px;
    font-weight: 500;
}

/* .spn1{
      padding-left: 43px;
   
      font-size: 14px;
      font-weight: 500;
  }
  .font-size-14{
      font-size: 14px;
  }
  */
.spn-p {
    padding-left: 43px;
    font-size: 14px;
    margin-top: -8px;
    font-weight: 500;
}

.latest-article-items .categories {
    position: absolute;
    left: 3%;
    top: 3%;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 4px;
}

.latest-article-items .categories-item {
    background: #822f92;
    color: #fff;
    padding: 2px 10px;
    border-radius: 18px;
    font-size: 12px;
}

/*.artical-user {
      position: relative;
  }*/

.dis-inline {
    display: inline-block !important;
}

.social-icons .header-icons {
    padding-right: 10px;
    color: #404040;
}

.social-icons li:last-child .header-icons {
    padding-right: 0px;
}

.bg {

    background-color: rgb(239 35 60);
    width: 24rem;
    height: 24rem;
    position: absolute;
    top: 9%;
    left: -2px;
    filter: blur(64px);
    opacity: .2;
    border-radius: 9999px;
    mix-blend-mode: multiply;
}

.bg2 {
    background-color: rgb(4 134 139);
    width: 24rem;
    height: 18rem;
    position: absolute;
    top: 46%;
    left: 2px;
    filter: blur(64px);
    opacity: .2;
    border-radius: 9999px;
    mix-blend-mode: multiply;
}

.box-bg {
    background-color: #f2f2f2;
    border-radius: 40px;
    padding: 90px
}

.mt-70 {
    margin-top: 70px;
}

.object-fit {
    object-fit: cover;
}

.mb-sc-icon {
    margin-bottom: 0px;
    padding: 0px 0px;
    text-align: center;
}

/*single blog */
.single-heading {
    width: 60%;
    margin: 0 auto;
}

.single-heading h1 {
    font-size: 3rem;
    font-weight: 600;
    border-bottom: 1px solid #d7d7d7;
}

.user-details img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    float: left;
}

.user-name {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0px 20px;
}

.user-date {
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0px 20px;
}

.user-view span {
    background-color: #f9fafb;
    padding: 5px 20px;
    border-radius: 30px;
}

.single-main-img {
    border-radius: 40px;
    margin-top: 30px;
    width: 100%;
}

.user-view {
    margin-top: -38px;
    float: right;
}

.user-view1 {
    margin-top: 36px;


}

.user-view1 span {
    background-color: #f9fafb;
    padding: 5px 20px;
    border-radius: 30px;
}

.single-text {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #545454;

}

.links ul {
    padding: 0px;
}

.links ul li {
    display: inline-block;
    text-decoration: none;
    list-style: none;
    margin-top: 20px;

}

.links ul li a {
    border: 1px solid #f3f4f6;
    padding: 5px 10px;
    border-radius: 0.5rem;
    margin-right: 8px;
}

.header-center.navbar .navbar-nav .nav-item .nav-link-a {
    font-size: 17px;
    font-weight: 400;
    padding: 35px 30px 35px 0px;
    color: #6b6b6b;
}

.header-center.navbar .navbar-nav .nav-item:last-child .nav-link-a {
    padding: 35px 30px 35px 0px;

}

.header-center.navbar {
    padding: 0px !important;
}

.header-center.navbar .navbar-nav .nav-item.active .nav-link,
.header-center.navbar .navbar-nav .nav-item:hover .nav-link,
.social-icons li:hover .header-icons {
    color: rgba(130, 47, 146, 1);
}

.trend-slider {
    position: relative;
}

.trend-right {
    display: grid;
    gap: 30px;
}

.trend-right-items {
    gap: 30px;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #f5f5f5;
    border-radius: 24px;
    padding: 9px;


}

.header-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;

}

.header-right {
    padding-right: 0px;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.overflow-hidden {
    overflow: hidden;
}

.flex-grow {
    flex-grow: 1;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.w-full {
    width: 100%;
}

.h-0 {
    height: 0px;
}

.block {
    display: block;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.relative {
    position: relative;
}

.aspect-w-4 {
    position: relative;
    padding-bottom: calc(3 / 4 * 100%);
}

.aspect-w-4>* {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.absolute {
    position: absolute;
}

.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.w-2\/5 {
    width: 40%;
}

.ml-3 {
    margin-left: 0.75rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.font-semibold {
    font-weight: 600;
}

.nc-card-title {
    overflow-wrap: break-word;
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 75ms;
    margin: 0;
}

.nc-card-title:hover a,
.nc-card-title a:hover {
    color: rgba(130, 47, 146, 1);
    text-decoration: none;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-2 p {
    overflow-wrap: break-word;
    margin: 0;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hidden {
    display: none;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.text-neutral-500 {
    color: rgba(107, 114, 128, 1);
}

.mt-auto {
    margin-top: auto;
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.leading-none {
    line-height: 1;
}

.text-neutral-800 {
    color: rgba(31, 41, 55, 1);
}

.items-center {
    align-items: center;
}

.inline-flex {
    display: inline-flex;
}

.ring-1 {
    box-shadow: 0 0 0 0 #fff, 0 0 0 calc(1px + 0) rgb(255 255 255 / 1), inset 0 2px 4px 0 rgb(0 0 0 / .05), 0 0 #0000;
}

.text-neutral-100 {
    color: rgba(243, 244, 246, 1);
}

.uppercase {
    text-transform: uppercase;
}

.font-semibold {
    font-weight: 600;
}

.rounded-full {
    border-radius: 9999px;
}

.justify-center {
    justify-content: center;
}

.font-medium {
    font-weight: 500;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.text-neutral-700 {
    color: rgba(55, 65, 81, 1);
}

.space-x-2>:not([hidden])~:not([hidden]) {
    margin-right: calc(0.5rem * 0);
    margin-left: calc(0.5rem * calc(1 - 0));
}

.mx-\[6px\] {
    margin-left: 6px;
    margin-right: 6px;
}

.pr-10 {
    padding-right: 2.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.aspect-w-9 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / 9 * 100%);
}

.aspect-h-7 {
    --tw-aspect-h: 7;
}

.aspect-w-9>* {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-opacity-20 {
    --tw-bg-opacity: .2;
}

.opacity-0 {
    opacity: 0;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.items-start {
    align-items: flex-start;
}

.inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
}

.top-3 {
    top: 0.75rem;
}

.flow-root {
    display: flow-root;
}

.flex-wrap {
    flex-wrap: wrap;
}

.-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
}

.text-yellow-800 {
    color: rgb(133 77 14 / 1);
}

.transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.duration-300 {
    transition-duration: .3s;
}

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.bg-yellow-100 {
    background-color: #f6efe3;
    /*background-color: rgb(254 249 195 / 1);*/
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mt-1\.5 {
    margin-top: 0.375rem;
}

.bg-orange-dim {
    background-color: #fff3e9 !important;
}

.user-avatar,
[class^="user-avatar"]:not([class*="-group"]) {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #798bff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    flex-shrink: 0;
    position: relative;
}

.user-avatar-sm,
.user-avatar.sm {
    height: 32px;
    width: 32px;
    font-size: 12px;
}

.user-avatar[class*="-orange-dim"] {
    color: #ffa353;
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

.group:hover a {
    text-decoration: none;
}

.group a:hover {
    text-decoration: none;
    color: rgba(130, 47, 146, 1);
}

/*Blog Single*/
.nc-CategoryBadgeList span {
    position: relative;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-right: 0.5rem;
    display: inline-flex;
    border-radius: 9999px;
    background-color: rgb(252 231 243 / 1);
    padding: 0.25rem 0.75rem;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    color: rgb(157 23 77 / 1);
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
}

.entry-title {
    overflow-wrap: break-word;
}

.space-y-5>:not([hidden])~:not([hidden]) {
    margin-top: calc(1.25rem * calc(1 - 0));
    margin-bottom: calc(1.25rem * 0);
}

.text-neutral-900 {
    color: rgba(17, 24, 39, 1);
}

.max-w-4xl {
    max-width: 56rem;
}

.divider-border {
    border-bottom: 1px solid rgba(243, 244, 246, 1);
}

.border-b {
    border-bottom-width: 1px;
    border-style: solid;
}

.border-neutral-100 {
    border-color: rgba(243, 244, 246, 1);
}

.text-left {
    text-align: left;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.w-10 {
    width: 2.5rem;
}

.h-10 {
    height: 2.5rem;
}

.mt-\[6px\] {
    margin-top: 6px;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.text-neutral-6000 {
    color: rgba(75, 85, 99, 1);
}

.pr-3 {
    padding-right: 0.75rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.bg-neutral-50 {
    background-color: rgba(249, 250, 251, 1);
}

.h-7 {
    height: 1.75rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.space-x-2\.5>:not([hidden])~:not([hidden]) {
    margin-right: calc(0.625rem * 0);
    margin-left: calc(0.625rem * calc(1 - 0));
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.ncmaz-button-like-post .simplefavorite-button {
    position: relative;
    display: flex;
    height: 1.75rem;
    cursor: pointer;
    align-items: center;
    border-radius: 9999px;
    padding-left: 0.5rem;
    padding-right: 0.75rem;
    font-size: .75rem;
    line-height: 1rem;
    line-height: 1;
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.ncmaz-button-like-post .simplefavorite-button:not(.active) {
    background-color: rgba(249, 250, 251, 1);
    color: rgba(55, 65, 81, 1);
    border: 0;
}

.ncmaz-button-like-post .simplefavorite-button:not(.active) .simplefavorite-button-count {
    color: rgba(17, 24, 39, 1);
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.nc-PostCardDropdownShare {
    border: 0;
}

.hover\:bg-blue-50:hover {
    background-color: rgb(239 246 255 / 1);
    cursor: pointer;
}

.hover\:text-blue-700:hover {
    color: rgb(29 78 216 / 1);
    cursor: pointer;
}

.ncmaz-button-like-post .simplefavorite-button:not(.active):hover {
    background-color: rgb(255 241 242 / 1);
    color: rgb(225 29 72 /1);
}

.hover\:text-teal-600:hover {
    color: rgb(13 148 136 / 1);
    text-decoration: none;
}

.hover\:bg-teal-50:hover {
    background-color: rgb(240 253 250 / 1);
}

#headlessui-menu-items-7 {
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(0 0 0 / .05), 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1) 0 0 #0000;
    border: 1px solid #e5e7eb;
    ;
}

.bg-white {
    background-color: rgb(255 255 255 / 1);
}

.rounded-2xl {
    border-radius: 1rem;
}

.overflow-y-auto {
    overflow-y: auto;
}

.origin-bottom-right {
    transform-origin: bottom right;
}

.w-52 {
    width: 13rem;
}

.max-h-80 {
    max-height: 20rem;
}

.z-40 {
    z-index: 40;
}

.right-0 {
    right: 0px;
}

.top-0 {
    top: 0px;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.\!px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.\!py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.space-x-3>:not([hidden])~:not([hidden]) {
    margin-right: calc(0.75rem * 0);
    margin-left: calc(0.75rem * calc(1 - 0));
}

.share-blog:hover {
    background-color: rgba(243, 244, 246, 1);
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.border-neutral-200 {
    border-color: rgba(229, 231, 235, 1);
}

.mt-10 {
    margin-top: 2.5rem;
}

.text-neutral-600 {
    color: rgb(82 82 82 / 1);
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.entry-footer ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.entry-footer ul li span {
    border: 1px solid rgba(243, 244, 246, 1);
    color: rgb(82 82 82 / 1);
    font-weight: 400;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.space-x-1>:not([hidden])~:not([hidden]) {
    margin-right: calc(0.25rem * 0);
    margin-left: calc(0.25rem * calc(1 - 0));
}

/* Relative Post  */
.nc-box-has-hover {
    border-radius: 1.5rem;
    border-width: 1px;
    border-color: rgba(229, 231, 235, .7);
    background-color: rgb(255 255 255 / 1);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.text-gray-800 {
    color: rgb(31 41 55 / 1);
}

.bg-gray-100 {
    background-color: rgb(243 244 246 / 1);
}

.p-4 {
    padding: 1rem !important;
}

.nc-Card11 .nc-card-title {
    overflow-wrap: break-word;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.nc-box-has-hover:hover {
    border-color: transparent;
    background-color: rgba(249, 250, 251, 1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}

.related-post {
    background-color: rgba(243, 244, 246, 1);
}

.mb-30 {
    margin-bottom: 30px !important;
}

button:focus {
    outline: none !important;
}

#headlessui-menu-items-7 a,
#headlessui-menu-items-7 a:hover {
    text-decoration: none;
}

footer {
    padding: 25px;
}

/* Sessions Page  */
.banner-section.sessions-page {
    padding: 0;
    position: relative;
    height: 90vh;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.private-coaching-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.private-coaching-box {
    position: absolute;
    right: 8%;
    z-index: 1;
    width: 682px;
    max-height: 650px;
    background: #fff;
    border-radius: 15px;
    /*overflow: auto;*/
    /*overflow-x: hidden;*/
    /*padding: 40px 0px;*/
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}

.private-coaching-box-inner {
    overflow: auto;
    width: 686px;
    max-height: 650px;
    padding: 20px 0px;
}

.private-coaching-h2 {
    text-align: center;
    font-size: 78px;
    letter-spacing: -1px;
    color: #787878;
    font-family: 'DM Serif Display', serif;
}

.pvt-coach p {
    padding: 0px 40px;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1.4;
    color: #545454;
    font-weight: 300;
}

.single-session a.nav-link {
    border-top-right-radius: 20px !important;

}

.multi-session a.nav-link {
    border-top-left-radius: 20px !important;

}

ul.nav .single-session .nav-link,
ul.nav .multi-session .nav-link {
    color: #fff;
    text-align: center;
    padding: 0px;
    border-radius: 0;
    height: 100%;
    font-family: 'DM Sans', sans-serif;
    font-size: 19px;
}

ul.nav .nav-link {
    background: #ad67c8;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #822f92;
    ;
}

.single-session-h1 {
    color: #787878;
    font-size: 28px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}

.session-item {
    margin: 30px 30px 0px 30px;
    padding: 10px 10px 0px 10px;
    color: #383838;
    border-top: 1px solid #cad2c6;
    font-size: 18px;
}

.session-item a img {
    width: 11px;
    height: auto;
}

.session-item p {
    font-size: 17px;
    padding-top: 7px;
    margin-bottom: 0px;
    line-height: 1.4;
    color: #545454;
}

.clr {
    color: #ffd200;
}

.multi-session-item {
    padding-top: 9px;
    color: #383833;
    border-top: 2.4px solid #7d7d77;
    font-size: 18px;
    margin: 19px 19px 0px 19px;
}

.multi-session-item a {
    font-family: 'DM Serif Display', serif;
}

.session-item a:hover,
.multi-session-item a:hover {
    text-decoration: none;
    color: rgba(130, 47, 146, 1);
}

.multi-session-item-p {
    margin-left: 19px;
    font-size: 15px;
    padding-top: 7px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
}

.session-item a {
    font-family: 'DM Serif Display', serif;
    color: #383838;
    vertical-align: middle;
    font-size: 26px;
}

.session-item .multi-session-item-a {
    font-size: 17px;
    color: #80349d;
    padding-top: 10px;
    display: block;
}

.sessions-page ul.nav {
    gap: 1%;
    width: 100%;
}

.sessions-page ul.nav .nav-item {
    width: 49.5%;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
}

ul.nav .single-session .nav-link:hover,
ul.nav .multi-session .nav-link:hover {
    text-decoration: none;
}

ul.nav .single-session .nav-link:not(.active):hover,
ul.nav .multi-session .nav-link:not(.active):hover {
    background-color: #80349d;
}

.session-type-btn {
    margin-top: 25px;
    margin-bottom: 25px;
}

.private-coaching-box-inner {
    scrollbar-color: #ffd200 #f2f2f2;
}

.private-coaching-box-inner::-webkit-scrollbar {
    width: 10px;
}

.private-coaching-box-inner::-webkit-scrollbar-track {
    background: #f2f2f2;
    border-radius: 15px;
}

.private-coaching-box-inner::-webkit-scrollbar-thumb {
    background: #ffd200;
    border-radius: 15px;
}

.private-coaching-box-inner::-webkit-scrollbar-thumb:hover {
    background: #f1c500;
}

/*=== Trigger  ===*/
.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*=== Animations start here  ===*/

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*=== FADE IN DOWN ===*/
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        multi-session -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*=== FADE IN UP Big ===*/
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=== FADE IN DOWN Big ===*/
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=== FADE IN LEFT Big ===*/
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=== FADE IN RIGHT Big ===*/
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.sessions-single-top {
    background-color: #ccaed8;
    position: relative;
    background-image: url('../images/default-tree-leaf1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
}

.heading-main {
    padding: 0;
    margin: 0;
    font-size: 75px;
    color: #903bb1;
    position: relative;
    font-family: 'DM Serif Display', serif;
}

.sessions-single-top .heading-main:after {
    content: '';
    width: 52px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.content-box {
    /*width: 50%;
      margin: 0 auto;*/
    text-align: center;
}

.sub-heading {
    color: #fff;
    padding-bottom: 40px;
    padding-top: 50px;
    font-family: 'DM Sans', sans-serif;
    margin: 0;
}

.featured-media {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.featured-media video {
    border-radius: 20px;
}

.para-text,
.para-block p {
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 0px;
    margin: 0;
    font-weight: 100;
}

.para-text {
    color: #fff;
}

.para-block p {
    color: inherit;
    text-align: center;
}

.w-760 {
    max-width: 760px;
    margin: 0 auto;
}

.w-925 {
    max-width: 925px;
    margin: 0 auto;
}

.how-this-work .work-heading {
    padding-top: 25px;
    margin: 0;
    padding-bottom: 45px;
    color: #545454;
    font-size: 50px;
}

.how-this-work .para-block p {
    color: #545454;
    font-size: 28px;
    padding: 0;
}

.price-section {
    text-align: center;
    padding-top: 40px;
    max-width: 700px;
    margin: 0 auto;
}

.price-section .price-heading {
    color: #903bb1;
    font-size: 33px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

.price-section .price-list {
    padding: 40px 0 0 0;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: flex;
    list-style-type: none;
    margin: 0;
    width: 100%;
    justify-content: center;
    gap: 30px;
    list-style-position: outside;
    max-width: 100%;
    flex-flow: row wrap;
}

.price-section .price-list .price-text {
    background: #903bb1;
    padding: 8px 30px;
    border: none;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    float: left;
    text-align: center;
}

.page-id-4 .price-text {
    background: #903bb1;
    padding: 8px 30px;
    border: none;
    border-radius: 25px;
    color: #545454 !important;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    float: left;
    text-align: center;
}

.booking-section {
    text-align: left;
    padding-top: 40px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.not-sure {
    text-align: center;
    position: absolute;
    bottom: 152px;

}

.not-sure h6 {
    font-weight: 600;
    font-size: 13px;
}

.not-sure a {
    background: #ffde00;
    color: #903bb1;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 14px;
    border-radius: 16px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 19%);
    text-align: center;
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

.not-sure a:hover {
    text-decoration: none;
}

.multi-info {
    margin: 0;
    padding: 50px 0 10px 0;
}

.multi-info li {
    list-style-type: none;
    display: inline;
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    color: #545454;
}

.multi-info li:not(:first-child):before {
    content: "|";
    padding: 0px 25px;
}

.no-sessions {
    margin-left: 30px;
    text-decoration: underline;
    padding-top: 30px;
}

/* =====hot topics======== */
.hot-topics-sec {
    padding-left: 15px;
    padding-right: 15px;
}

.hot-topic-box-bg {
    background: #f3f4f6;
    border-radius: 40px;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/*.xl\:rounded-\[40px\] {
      border-radius: 40px;
  }*/
/*.hot-topics-item img {
      position: relative;
      border-radius: 15px;
      object-fit: cover;
  }*/
.hot-topics-item a {
    text-decoration: none;
}

.hot-topics-item a:hover {
    text-decoration: none;
    color: inherit;
}

.hot-topics-item a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.aspect-h-4 {
    --tw-aspect-h: 4;
}

.aspect-w-5 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 5;
}

.aspect-w-5>* {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-opacity-10 {
    --tw-bg-opacity: .1;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.hot-topics-item .hot-topics-media {
    position: relative;
}

.hot-topics-item .hot-topics-media .overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 14px;
}

.hot-topics-item .hot-topics-media:hover .overlay {
    opacity: 0.2 !important;
}

.hot-topics-text {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-wrap: break-word;
    color: rgba(107, 114, 128, 1);
}

.owl-nav {
    position: absolute;
    top: -130px;
    right: 0;
    margin: 0 !important;
}

.owl-nav .nav-btn {
    background: #fff;
    border: 1px solid rgba(209, 213, 219, 1);
    padding: 20px;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.owl-nav .nav-btn:hover {
    border: 1px solid #c9c9c9;
    color: inherit;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: inherit !important;
    text-decoration: none !important;
}

.overflow-x-auto {
    overflow-x: auto;
}

.hiddenScrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

button {
    background: inherit;
    border: none;
    color: inherit;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bg-secondary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.capitalize {
    text-transform: capitalize;
}

.\!leading-none {
    line-height: 1 !important;
}

.text-secondary-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.mb-8 {
    margin-bottom: 2rem;
}

.hover\:bg-neutral-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    cursor: pointer;
}

.hover\:text-neutral-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
    cursor: pointer;
}

.hover\:bg-neutral-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.gap-6 {
    gap: 1.5rem;
}

.pt-\[100\%\] {
    padding-top: 100%;
}

.top-4 {
    top: 1rem;
}

.left-4 {
    left: 1rem;
}

.bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}

.text-purple-800 {
    --tw-text-opacity: 1;
    color: rgb(107 33 168 / var(--tw-text-opacity));
}

.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity));
}

.text-neutral-50,
.text-neutral-50 a {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.text-neutral-300,
.text-neutral-300 p {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.inset-x-0 {
    left: 0px;
    right: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-1 p {
    margin: 0;
}

.from-neutral-900 {
    --tw-gradient-from: rgb(17, 24, 39);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.top-1\/3 {
    top: 33.333333%;
}

.color-inherit:hover {
    color: inherit;
}

.sm\:pt-\[55\%\] {
    padding-top: 55%;
}

.text-white {
    color: rgb(255 255 255);
}

.dt-font {
    font-size: 14px;
    font-weight: 400;
}

.text-1 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.life-style-img-icon {
    position: absolute;
    top: 0;
    transform: translate(10px, 20px);
    background: rgb(17, 24, 39);
    opacity: 0.8;
    padding: 18px;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.life-style-img-icon {
    color: #fff;
}

.hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important;
}

.hover-bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}

.overlay-lifestyle {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.pt-69 {
    padding-top: 69%;
}

.pt-73 {
    padding: 73% 0;
}

.aspect-h-5 {
    --tw-aspect-h: 5;
}

.aspect-w-6 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 6;
}

.mt-30 {
    margin-top: 30px;
}

.mb-0 {
    margin-bottom: 0;
}

.text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.font-normal {
    font-weight: 400;
}

.small-text-color {
    color: rgb(209, 213, 219);
}

.left-3 {
    left: 0.75rem;
}

.bg-opacity-60 {
    --tw-bg-opacity: .6;
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border {
    border-width: 1px;
}

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

.w-7 {
    width: 1.75rem;
}

/* newslatter section */
.newslatter {
    padding: 100px 0px;
}

.newslatter h1 {
    font-size: 2.25rem;
}

.newslatter p {
    font-size: 16px;
    color: rgb(107, 114, 128);
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 30px;
}

.newslatter ul {
    padding: 0px;
    list-style: none;
}

.newslatter ul {
    padding: 0px;
}

.newslatter ul li {
    margin-bottom: 22px;
}

.newslatter ul span.bedge {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
}

.newslatter .p-newslatter {
    font-size: 1rem;
    font-weight: 600;
    margin-left: 13px;
}

.newslatter-form input {
    width: 100%;
    padding: 9px 22px;
    border-radius: 50px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.newslatter-form input:focus {
    border: 1px solid #822f92;
}

.newslatter-form button {
    background: #80349d;
    border: none;
    position: absolute;
    right: 4px;
    top: 4px;
    border-radius: 50px;
    height: 38px;
    width: 38px;
    text-align: center;
    cursor: pointer;
}

.newslatter-form button i {
    color: #fff;
}

.text-pink-800 {
    --tw-text-opacity: 1;
    color: rgb(157 23 77 / var(--tw-text-opacity));
}

.bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}

.mb-14 {
    margin-bottom: 3.5rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: 0 0 !important;
    padding: 0 !important;
}

.mt-6 {
    margin-top: 1.5rem;
}

.\!mt-10 {
    margin-top: 2.5rem !important;
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.max-w-sm {
    max-width: 24rem;
}

.es_subscription_message.success {
    color: green;
    font-size: 16px;
}

.nc-SectionSubscribe2 form.es_subscription_form {
    position: relative !important;
    max-width: 24rem !important;
    padding: 0 !important;
}

.nc-SectionSubscribe2 form.es_subscription_form:before {
    content: "\f061";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute !important;
    top: 0.25rem !important;
    right: 0.25rem !important;
    display: flex !important;
    height: 2.25rem !important;
    width: 2.25rem !important;
    transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1) !important;
    cursor: pointer !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 9999px !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
    line-height: 1 !important;
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
}

.es-field-wrap {
    margin-bottom: 0.6em;
}

.nc-SectionSubscribe2 form.es_subscription_form .es-field-wrap {
    width: 100%;
}

.nc-SectionSubscribe2 form.es_subscription_form .es-field-wrap label input {
    display: block;
    height: 2.75rem;
    width: 100%;
    border-radius: 9999px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.nc-SectionSubscribe2 form.es_subscription_form input[type=submit] {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    display: flex;
    height: 2.25rem;
    width: 2.25rem;
    transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1) !important;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
    opacity: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

.note-sec {
    background: #f5eee2;
}

.note-desc {
    padding: 15px 30px;
}

.note-desc h1 {
    text-align: center;
    color: #8d3eab;
    font-size: 50px;
    font-family: 'DM Serif Display', serif !important;
    padding: 35px 0px;
    text-transform: uppercase;
}

.note-desc p {
    font-size: 18px;
    color: #545454;
    line-height: 30px;
}

.treeimg-note-sec {
    position: absolute;
    bottom: 0%;
    width: 100%;
    left: 0%;
}

.treeimg-note-sec img {
    opacity: 0.4;
    width: 100%;
}

.brdr-container {
    position: relative;
    border: 2.5px solid #903bb1;
}

.react-loading-skeleton {
    background-color: #ebebeb;
    width: 100%;
    border-radius: 0.25rem;
    display: inline-flex;
    line-height: 1;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.react-loading-skeleton:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
    -webkit-animation-name: react-loading-skeleton;
    animation-name: react-loading-skeleton;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes react-loading-skeleton {
    to {
        -webkit-transform: translateX(100%);
        transform: translate(100%)
    }
}

@keyframes react-loading-skeleton {
    to {
        -webkit-transform: translateX(100%);
        transform: translate(100%)
    }
}

.h-2\/4 {
    height: 50%;
}

.max-w-\[50\%\] {
    max-width: 50%;
}

.bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.pt-menu-search-block {
    position: relative;
    margin: 0 0 0 30px
}

.pt-search-form {
    position: absolute;
    top: 59px;
    right: -30px;
    width: 350px;
    padding: 15px;
    z-index: 999;
    display: none;
    border-radius: 5px;
}

.cart-number {
    display: block;
    position: absolute;
    top: -4px;
    left: auto;
    right: -8px;
    font-size: 11px;
    color: #fff;
    width: 1.2rem;
    height: 1.2rem;
    /**

 * Theme Name: Webdecorum Panel

 * Version: 1.0

 * License: Under Optimum Logic Private Limited

 * License URI: Webdecorum Copywrite

 */

    @charset "UTF-8";

    /* Fonts */

    @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

    @import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

    @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

    @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;1,400;1,500;1,600&display=swap');

    /* Fonts */



    *,

    :after,

    :before {

        -webkit-box-sizing: border-box;

        -moz-box-sizing: border-box;

        box-sizing: border-box;

        text-rendering: optimizeLegibility;

        outline: 0
    }



    :focus,

    :after:focus,

    :before:focus {

        outline: 0
    }



    :after,

    :before {

        -moz-osx-font-smoothing: grayscale;

        -webkit-font-smoothing: antialiased
    }



    .clear:before,

    .clear:after {

        content: ' ';

        display: table
    }



    .clear:after {

        clear: both
    }



    .clear,

    .clear-after:after,

    .clear-before:before,

    .row:after {

        *zoom: 1;

        content: '';

        display: table;

        clear: both
    }

    body {
        overflow-x: hidden;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: #383838;
        font-size: 1rem;
        line-height: 1.625em;
    }

    header {
        position: sticky;
        top: 0px;
        z-index: 999;
        width: 100%;
        box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 7%);
        /*   padding-top: 20px;
     padding-bottom: 20px;*/
        transition: top 0.2s ease-in-out;
    }

    .nav-up {
        transform: translateY(-146px);
    }

    .dropdown-menu.dropdown-box {
        padding: 0 !important;
        margin: 0 !important;
        border: none;
        border-top: 3px solid #822f92;
        border-radius: 0px !important;
        display: none;
        background-color: #fff !important;
        /* border-top: none; */
        /* transition: all 0.2s ease-in-out; */
        box-shadow: 0px 6px 10px rgb(0 0 0 / 10%);
        /* border-right: none; */
        /* border-left: none;*/


    }

    /*.dropdown-menu.dropdown-box li:first-child  a:hover  {
     border-top-right-radius: 4px;
     border-top-left-radius: 4px;
 }*/

    /*.dropdown-menu.dropdown-box li:last-child a:hover {
     border-bottom-right-radius: 4px;
     border-bottom-left-radius: 4px;
 }*/

}

.purple-color {
    color: #822f92 !important;
}

.bg-purple-color {
    background: #822f92 !important;
}

li.nav-item.dropdown:hover .dropdown-menu.dropdown-box {
    display: block;

}

.dropdown-menu.dropdown-box .dropdown-link {
    font-weight: 500;
    color: #822f92;
    font-size: 17px;
    padding: 0.5rem 2rem !important;
    transition: all 0.3s ease-in-out;

}

.dropdown-menu.dropdown-box li:nth-child(2) {
    border-top: 1px solid #efefef;
}

.dropdown-link i {
    font-size: 13px;
    padding-left: 3px;
}

.dropdown-link.active,
.dropdown-link:active {
    color: #6b6b6b;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-link:focus,
.dropdown-link:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #873795 !important;


}

.dropdown-toggle-icon::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900 !important;
    content: "\f078" !important;
    font-size: 14px;
    padding-left: 4px;
}

/*login button*/
.login {
    background: #822f92;
    border-radius: 26px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    font-style: italic;

}

.login:hover {
    background: #651474;
    color: #fff;
}

.login-translate {
    transform: translateX(-20px);
}

/* search bar */
/*.search {
    position: absolute;
    top: 126%;
    min-width: 300px;
    width: 100%;
    right: 0px;
    border: 3px solid #822f92;
    border-radius: 0.25rem;
    padding: 8px;
    background: #fff;
    z-index: 1;
}*/

.search input {
    padding: 2px 20px;
    background: #fff !important;
    height: 45px;
    border-radius: 7px !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 18%);
}

.search input:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(186 141 173 / 12%);
}

.search .search-button {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 14px;
}

.search .search-button i {
    color: #8d3eab;
}

a {
    text-decoration: none;
    color: #404040;

}

p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #383838;
    font-weight: normal;
}

img {
    width: 100%;
    height: auto;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.heading-style {
    color: #989590;
    font-size: 5rem;
    font-family: 'DM Serif Display', serif;
}

.sub-heading-style {
    font-size: 1.7rem;
    color: #989590;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
}

.d-grid {
    display: grid !important;
}

.justify-between {
    justify-content: space-between;
}

.gap-30 {
    gap: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.pt-80 {
    padding-top: 80px;
}

.social-icons {
    list-style: none;
    padding: 0px !important;
    margin-bottom: 0px;
}

.header-bg {
    background: #f6efe3;
}

.site-logo img {
    max-width: 180px;
    height: auto;
}

.padd-header {
    padding: 0px 100px;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 7%);
}

.dm-sans {
    font-family: 'DM Sans', sans-serif !important;
}

.dm-serif-dis {
    font-family: 'DM Serif Display', serif !important;
}

.open-sans {
    font-family: 'Open Sans', sans-serif !important;
}

.heading {



    font-size: 75px;
    color: #903bb1;
    position: relative;
    padding-top: 38px;
    top: 0px;
    left: 0px;
}

.pur {
    text-align: center;
    width: 60%;
    margin: 0 auto;

}

.heading::before {
    content: '';
    width: 52px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 48%;
    bottom: 0px;

}



.plr-100 {
    padding: 0px 100px;
}

.img2 img {
    text-align: center;
    width: 100%;
}


.banner {
    position: relative;
    height: 112vh;


    background-color: #ccaed8;


}

.tree-img img {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.content {
    text-align: center;
}

.text {
    padding: 20px 0px;
    color: #fff;
    font-size: 20px;
}

.unlimited-h {
    color: #fff;
    padding-bottom: 25px;
    padding-top: 25px;
}

/*how this works*/
.how-this-work {
    text-align: center;
}

.p-20 {
    padding: 30px 0px;
}

.p-100 {
    padding: 100px;
}

.p-50 {
    padding: 50px;
}

.p-80 {
    padding: 80px;
}

.p-70 {
    padding: 70px;
}

.purchase {
    padding: 20px;
    color: #903bb1;
    font-size: 33px;
    font-weight: 400;
    text-align: center;
}

.purchase span {
    color: #903bb1;
    font-size: 33px;
    font-weight: 600;
}

.btns {
    background: #903bb1;
    padding: 4px 25px;
    border: none;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    font-family: 'DM Sans';
    margin: 0px 10px;
}

.book-a {
    background: #ffde00;
    color: #903bb1;
    font-size: 26px;
    font-weight: 600;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 19%);
    text-align: center;
    width: 219px;
    height: 148px;
}

.footer-p {
    color: #404040;
    margin: 0px;
}

.booksec {
    padding-top: 61%;

}

/*blog page*/

.trend h1 {
    text-align: left;
    color: #989590;
    font-size: 5rem;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 0;
}

.ms-newsletter {
    background: #f3f4f6;
}

.trend p {
    font-size: 1.25rem;
}

.trend-left img {
    border-radius: 20px;
}

/*.trend-left h3 a {
     text-decoration: none;
     color: #404040;
     padding: 20px 0px;
 }*/

.ptb-80 {
    padding: 80px 0px;
}

.trend-meta img {
    border-radius: 50px;
    width: 30px;
    height: 30px;
}

.trend-meta .date,
.latest-meta .date {
    font-size: 12px;
    font-weight: 500;
    /* padding-left: 14px; */
    color: #6b7280;
}

.font-400 {
    font-weight: 400 !important;
}


.trending-posts-right img {
    border-radius: 20px;
}

.trending-posts-right h2 a {
    text-decoration: none !important;
    color: #404040;
    padding: 20px 0px;
}

.trending-posts-right p,
.trend-left p {
    margin-bottom: 5px;
}

.brdr-r {
    border-radius: 15px;
    max-width: 450px;
    height: auto;
}

.pb-80 {
    padding-bottom: 80px;
}

.ptb-10 {
    padding: 10px 0px;
}

.latest-article-items img {
    border-radius: 15px;
    min-height: 300px;
}

.latest-article-items {
    position: relative;
    margin-bottom: 30px;
}

.show-more-btn {
    text-align: center;
    margin-top: 30px;
    display: block;
    width: 100%;
}

.show-more-btn .btn {
    color: #fff;
    background-color: rgba(130, 47, 146, 0.85);
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 50px;
}

.show-more-btn .btn:hover {
    background-color: rgba(130, 47, 146, 1);
}

/*.artical-user img {
     border-radius: 50px;
 }
 */
.latest-article-item-content {
    margin-top: 15px;
}

.latest-article-item-content a {
    width: 100%;
    display: block;
}

.latest-article-item-content .text-sm {
    margin-bottom: 0;
}

.spn-heading {
    padding-left: 9px;
    font-size: 16px;
    font-weight: 500;
}

/* .spn1{
     padding-left: 43px;
  
     font-size: 14px;
     font-weight: 500;
 }
 .font-size-14{
     font-size: 14px;
 }
 */
.spn-p {
    padding-left: 43px;
    font-size: 14px;
    margin-top: -8px;
    font-weight: 500;
}

.latest-article-items .categories {
    position: absolute;
    left: 3%;
    top: 3%;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 4px;
}

.latest-article-items .categories-item {
    background: #822f92;
    color: #fff;
    padding: 2px 10px;
    border-radius: 18px;
    font-size: 12px;
}

/*.artical-user {
     position: relative;
 }*/

.dis-inline {
    display: inline-block !important;
}


.social-icons li:last-child .header-icons {
    padding-right: 0px;
}

.bg {

    background-color: rgb(239 35 60);
    width: 24rem;
    height: 24rem;
    position: absolute;
    top: 9%;
    left: -2px;
    filter: blur(64px);
    opacity: .2;
    border-radius: 9999px;
    mix-blend-mode: multiply;
}

.bg2 {
    background-color: rgb(4 134 139);
    width: 24rem;
    height: 18rem;
    position: absolute;
    top: 46%;
    left: 2px;
    filter: blur(64px);
    opacity: .2;
    border-radius: 9999px;
    mix-blend-mode: multiply;
}

.box-bg {
    background-color: #f2f2f2;
    border-radius: 40px;
    padding: 90px
}

.mt-70 {
    margin-top: 70px;
}

.object-fit {
    object-fit: cover;
}

.mb-sc-icon {
    margin-bottom: 0px;
    padding: 0px 0px;
    text-align: center;
}

/*single blog */
.single-heading {
    width: 60%;
    margin: 0 auto;
}

.single-heading h1 {
    font-size: 3rem;
    font-weight: 600;
    border-bottom: 1px solid #d7d7d7;
}

.user-details img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    float: left;
}

.user-name {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0px 20px;
}

.user-date {
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0px 20px;
}

.user-view span {
    background-color: #f9fafb;
    padding: 5px 20px;
    border-radius: 30px;
}

.single-main-img {
    border-radius: 40px;
    margin-top: 30px;
    width: 100%;
}

.user-view {
    margin-top: -38px;
    float: right;
}

.user-view1 {
    margin-top: 36px;


}

.user-view1 span {
    background-color: #f9fafb;
    padding: 5px 20px;
    border-radius: 30px;
}

.single-text {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #545454;

}

.links ul {
    padding: 0px;
}

.links ul li {
    display: inline-block;
    text-decoration: none;
    list-style: none;
    margin-top: 20px;

}

.links ul li a {
    border: 1px solid #f3f4f6;
    padding: 5px 10px;
    border-radius: 0.5rem;
    margin-right: 8px;
}

.header-center.navbar .navbar-nav .nav-item .nav-link-a {
    font-size: 17px;
    font-weight: 400;
    padding: 35px 30px 35px 0px;
    color: #6b6b6b;
}

.header-center.navbar .navbar-nav .nav-item:last-child .nav-link-a {
    padding: 35px 30px 35px 0px;

}

.header-center.navbar {
    padding: 0px !important;
}

.header-center.navbar .navbar-nav .nav-item.active .nav-link,
.header-center.navbar .navbar-nav .nav-item:hover .nav-link,
.social-icons li:hover .header-icons {
    color: rgba(130, 47, 146, 1);
}

.trend-slider {
    position: relative;
}

.trend-right {
    display: grid;
    gap: 30px;
}

.trend-right-items {
    gap: 30px;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;

}

.header-right {
    padding-right: 0px;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.overflow-hidden {
    overflow: hidden;
}

.flex-grow {
    flex-grow: 1;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.w-full {
    width: 100%;
}

.h-0 {
    height: 0px;
}

.block {
    display: block;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.relative {
    position: relative;
}

.aspect-w-4 {
    position: relative;
    padding-bottom: calc(3 / 4 * 100%);
}

.aspect-w-4>* {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.absolute {
    position: absolute;
}

.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.w-2\/5 {
    width: 40%;
}

.ml-3 {
    margin-left: 0.75rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.font-semibold {
    font-weight: 600;
}

.nc-card-title {
    overflow-wrap: break-word;
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 75ms;
    margin: 0;
}

.nc-card-title:hover a,
.nc-card-title a:hover {
    color: rgba(130, 47, 146, 1);
    text-decoration: none;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-2 p {
    overflow-wrap: break-word;
    margin: 0;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hidden {
    display: none;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.text-neutral-500 {
    color: rgba(107, 114, 128, 1);
}

.mt-auto {
    margin-top: auto;
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.leading-none {
    line-height: 1;
}

.text-neutral-800 {
    color: rgba(31, 41, 55, 1);
}

.items-center {
    align-items: center;
}

.inline-flex {
    display: inline-flex;
}

.ring-1 {
    box-shadow: 0 0 0 0 #fff, 0 0 0 calc(1px + 0) rgb(255 255 255 / 1), inset 0 2px 4px 0 rgb(0 0 0 / .05), 0 0 #0000;
}

.text-neutral-100 {
    color: rgba(243, 244, 246, 1);
}

.uppercase {
    text-transform: uppercase;
}

.font-semibold {
    font-weight: 600;
}

.rounded-full {
    border-radius: 9999px;
}

.justify-center {
    justify-content: center;
}

.font-medium {
    font-weight: 500;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.text-neutral-700 {
    color: rgba(55, 65, 81, 1);
}

.space-x-2>:not([hidden])~:not([hidden]) {
    margin-right: calc(0.5rem * 0);
    margin-left: calc(0.5rem * calc(1 - 0));
}

.mx-\[6px\] {
    margin-left: 6px;
    margin-right: 6px;
}

.pr-10 {
    padding-right: 2.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.aspect-w-9 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / 9 * 100%);
}

.aspect-h-7 {
    --tw-aspect-h: 7;
}

.aspect-w-9>* {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-opacity-20 {
    --tw-bg-opacity: .2;
}

.opacity-0 {
    opacity: 0;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.items-start {
    align-items: flex-start;
}

.inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
}

.top-3 {
    top: 0.75rem;
}

.flow-root {
    display: flow-root;
}

.flex-wrap {
    flex-wrap: wrap;
}

.-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
}

.text-yellow-800 {
    color: rgb(133 77 14 / 1);
}

.transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.duration-300 {
    transition-duration: .3s;
}

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.bg-yellow-100 {
    background-color: #f6efe3;
    /*background-color: rgb(254 249 195 / 1);*/
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mt-1\.5 {
    margin-top: 0.375rem;
}

.bg-orange-dim {
    background-color: #fff3e9 !important;
}

.user-avatar,
[class^="user-avatar"]:not([class*="-group"]) {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #798bff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    flex-shrink: 0;
    position: relative;
}

.user-avatar-sm,
.user-avatar.sm {
    height: 32px;
    width: 32px;
    font-size: 12px;
}

.user-avatar[class*="-orange-dim"] {
    color: #ffa353;
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

.group:hover a {
    text-decoration: none;
}

.group a:hover {
    text-decoration: none;
    color: rgba(130, 47, 146, 1);
}

/*Blog Single*/
.nc-CategoryBadgeList span {
    position: relative;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-right: 0.5rem;
    display: inline-flex;
    border-radius: 9999px;
    background-color: rgb(252 231 243 / 1);
    padding: 0.25rem 0.75rem;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    color: rgb(157 23 77 / 1);
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
}

.entry-title {
    overflow-wrap: break-word;
}

.space-y-5>:not([hidden])~:not([hidden]) {
    margin-top: calc(1.25rem * calc(1 - 0));
    margin-bottom: calc(1.25rem * 0);
}

.text-neutral-900 {
    color: rgba(17, 24, 39, 1);
}

.max-w-4xl {
    max-width: 56rem;
}

.divider-border {
    border-bottom: 1px solid rgba(243, 244, 246, 1);
}

.border-b {
    border-bottom-width: 1px;
    border-style: solid;
}

.border-neutral-100 {
    border-color: rgba(243, 244, 246, 1);
}

.text-left {
    text-align: left;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.w-10 {
    width: 2.5rem;
}

.h-10 {
    height: 2.5rem;
}

.mt-\[6px\] {
    margin-top: 6px;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.text-neutral-6000 {
    color: rgba(75, 85, 99, 1);
}

.pr-3 {
    padding-right: 0.75rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.bg-neutral-50 {
    background-color: rgba(249, 250, 251, 1);
}

.h-7 {
    height: 1.75rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.space-x-2\.5>:not([hidden])~:not([hidden]) {
    margin-right: calc(0.625rem * 0);
    margin-left: calc(0.625rem * calc(1 - 0));
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.ncmaz-button-like-post .simplefavorite-button {
    position: relative;
    display: flex;
    height: 1.75rem;
    cursor: pointer;
    align-items: center;
    border-radius: 9999px;
    padding-left: 0.5rem;
    padding-right: 0.75rem;
    font-size: .75rem;
    line-height: 1rem;
    line-height: 1;
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.ncmaz-button-like-post .simplefavorite-button:not(.active) {
    background-color: rgba(249, 250, 251, 1);
    color: rgba(55, 65, 81, 1);
    border: 0;
}

.ncmaz-button-like-post .simplefavorite-button:not(.active) .simplefavorite-button-count {
    color: rgba(17, 24, 39, 1);
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.nc-PostCardDropdownShare {
    border: 0;
}

.hover\:bg-blue-50:hover {
    background-color: rgb(239 246 255 / 1);
    cursor: pointer;
}

.hover\:text-blue-700:hover {
    color: rgb(29 78 216 / 1);
    cursor: pointer;
}

.ncmaz-button-like-post .simplefavorite-button:not(.active):hover {
    background-color: rgb(255 241 242 / 1);
    color: rgb(225 29 72 /1);
}

.hover\:text-teal-600:hover {
    color: rgb(13 148 136 / 1);
    text-decoration: none;
}

.hover\:bg-teal-50:hover {
    background-color: rgb(240 253 250 / 1);
}

#headlessui-menu-items-7 {
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(0 0 0 / .05), 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1) 0 0 #0000;
    border: 1px solid #e5e7eb;
    ;
}

.bg-white {
    background-color: rgb(255 255 255 / 1);
}

.rounded-2xl {
    border-radius: 1rem;
}

.overflow-y-auto {
    overflow-y: auto;
}

.origin-bottom-right {
    transform-origin: bottom right;
}

.w-52 {
    width: 13rem;
}

.max-h-80 {
    max-height: 20rem;
}

.z-40 {
    z-index: 40;
}

.right-0 {
    right: 0px;
}

.top-0 {
    top: 0px;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.\!px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.\!py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.space-x-3>:not([hidden])~:not([hidden]) {
    margin-right: calc(0.75rem * 0);
    margin-left: calc(0.75rem * calc(1 - 0));
}

.share-blog:hover {
    background-color: rgba(243, 244, 246, 1);
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.border-neutral-200 {
    border-color: rgba(229, 231, 235, 1);
}

.mt-10 {
    margin-top: 2.5rem;
}

.text-neutral-600 {
    color: rgb(82 82 82 / 1);
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.entry-footer ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.entry-footer ul li span {
    border: 1px solid rgba(243, 244, 246, 1);
    color: rgb(82 82 82 / 1);
    font-weight: 400;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.space-x-1>:not([hidden])~:not([hidden]) {
    margin-right: calc(0.25rem * 0);
    margin-left: calc(0.25rem * calc(1 - 0));
}

/* Relative Post  */
.nc-box-has-hover {
    border-radius: 1.5rem;
    border-width: 1px;
    border-color: rgba(229, 231, 235, .7);
    background-color: rgb(255 255 255 / 1);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.text-gray-800 {
    color: rgb(31 41 55 / 1);
}

.bg-gray-100 {
    background-color: rgb(243 244 246 / 1);
}

.p-4 {
    padding: 1rem !important;
}

.nc-Card11 .nc-card-title {
    overflow-wrap: break-word;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.nc-box-has-hover:hover {
    border-color: transparent;
    background-color: rgba(249, 250, 251, 1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}

.related-post {
    background-color: rgba(243, 244, 246, 1);
}

.mb-30 {
    margin-bottom: 30px;
}

button:focus {
    outline: none !important;
}

#headlessui-menu-items-7 a,
#headlessui-menu-items-7 a:hover {
    text-decoration: none;
}

footer {
    padding: 25px;
}

/* Sessions Page  */
.banner-section.sessions-page {
    padding: 0;
    position: relative;
    height: 90vh;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.private-coaching-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.private-coaching-box {
    position: absolute;
    right: 8%;
    z-index: 1;
    width: 682px;
    max-height: 650px;
    background: #fff;
    border-radius: 15px;
    /*overflow: auto;*/
    /*overflow-x: hidden;*/
    /*padding: 40px 0px;*/
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}

.private-coaching-box-inner {
    overflow: auto;
    width: 686px;
    max-height: 650px;
    padding: 20px 0px;
}

.private-coaching-h2 {
    text-align: center;
    font-size: 78px;
    letter-spacing: -1px;
    color: #787878;
    font-family: 'DM Serif Display', serif;
}

.pvt-coach p {
    padding: 0px 40px;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1.4;
    color: #545454;
    font-weight: 300;
}

.single-session a.nav-link {
    border-top-right-radius: 20px !important;

}

.multi-session a.nav-link {
    border-top-left-radius: 20px !important;

}

ul.nav .single-session .nav-link,
ul.nav .multi-session .nav-link {
    color: #fff;
    text-align: center;
    padding: 0px;
    border-radius: 0;
    height: 100%;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
}

ul.nav .nav-link {
    background: #ad67c8;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #822f92;
    ;
}

.single-session-h1 {
    color: #787878;
    font-size: 28px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}

.session-item {
    margin: 30px 30px 0px 30px;
    padding: 10px 10px 0px 10px;
    color: #383838;
    border-top: 1px solid #cad2c6;
    font-size: 18px;
}

.session-item a img {
    width: 11px;
    height: auto;
}

.session-item p {
    font-size: 17px;
    padding-top: 7px;
    margin-bottom: 0px;
    line-height: 1.4;
    color: #545454;
}

.clr {
    color: #ffd200;
}

.multi-session-item {
    padding-top: 9px;
    color: #383833;
    border-top: 2.4px solid #7d7d77;
    font-size: 18px;
    margin: 19px 19px 0px 19px;
}

.multi-session-item a {
    font-family: 'DM Serif Display', serif;
}

.session-item a:hover,
.multi-session-item a:hover {
    text-decoration: none;
    color: rgba(130, 47, 146, 1);
}

.multi-session-item-p {
    margin-left: 19px;
    font-size: 15px;
    padding-top: 7px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
}

.session-item a {
    font-family: 'DM Serif Display', serif;
    color: #383838;
    vertical-align: middle;
    font-size: 26px;
}

.session-item .multi-session-item-a {
    font-size: 17px;
    color: #80349d;
    padding-top: 10px;
    display: block;
}

.sessions-page ul.nav {
    gap: 1%;
    width: 100%;
}

.sessions-page ul.nav .nav-item {
    width: 49.5%;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
}

ul.nav .single-session .nav-link:hover,
ul.nav .multi-session .nav-link:hover {
    text-decoration: none;
}

ul.nav .single-session .nav-link:not(.active):hover,
ul.nav .multi-session .nav-link:not(.active):hover {
    background-color: #80349d;
}

.session-type-btn {
    margin-top: 25px;
    margin-bottom: 25px;
}

.private-coaching-box-inner {
    scrollbar-color: #ffd200 #f2f2f2;
}

.private-coaching-box-inner::-webkit-scrollbar {
    width: 10px;
}

.private-coaching-box-inner::-webkit-scrollbar-track {
    background: #f2f2f2;
    border-radius: 15px;
}

.private-coaching-box-inner::-webkit-scrollbar-thumb {
    background: #ffd200;
    border-radius: 15px;
}

.private-coaching-box-inner::-webkit-scrollbar-thumb:hover {
    background: #f1c500;
}

/*=== Trigger  ===*/
.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*=== Animations start here  ===*/

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*=== FADE IN DOWN ===*/
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        multi-session -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*=== FADE IN UP Big ===*/
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=== FADE IN DOWN Big ===*/
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=== FADE IN LEFT Big ===*/
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=== FADE IN RIGHT Big ===*/
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.sessions-single-top {
    background-color: #ccaed8;
    position: relative;
    background-image: url('../images/default-tree-leaf1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
}

.heading-main {
    padding: 0;
    margin: 0;
    font-size: 75px;
    color: #903bb1;
    position: relative;
    font-family: 'DM Serif Display', serif;
}

.sessions-single-top .heading-main:after {
    content: '';
    width: 52px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.content-box {
    /*width: 50%;
     margin: 0 auto;*/
    text-align: center;
}

.sub-heading {
    color: #fff;
    padding-bottom: 40px;
    padding-top: 50px;
    font-family: 'DM Sans', sans-serif;
    margin: 0;
}

.featured-media {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.featured-media video {
    border-radius: 20px;
    filter: brightness(120%);
}

.para-text,
.para-block p {
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 0px;
    margin: 0;
    font-weight: 100;
}

.para-text {
    color: #fff;
}

.para-block p {
    color: inherit;
    text-align: center;
}

.w-760 {
    max-width: 760px;
    margin: 0 auto;
}

.w-925 {
    max-width: 925px;
    margin: 0 auto;
}

.how-this-work .work-heading {
    padding-top: 25px;
    margin: 0;
    padding-bottom: 45px;
    color: #545454;
    font-size: 50px;
}

.how-this-work .para-block p {
    color: #545454;
    font-size: 28px;
    padding: 0;
}

.price-section {
    text-align: center;
    padding-top: 40px;
    max-width: 700px;
    margin: 0 auto;
}

.price-section .price-heading {
    color: #903bb1;
    font-size: 33px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

.price-section .price-list {
    padding: 40px 0 0 0;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: flex;
    list-style-type: none;
    margin: 0;
    width: 100%;
    justify-content: center;
    gap: 30px;
    list-style-position: outside;
    max-width: 100%;
    flex-flow: row wrap;
}

.price-section .price-list .price-text {
    background: #903bb1;
    padding: 8px 30px;
    border: none;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    float: left;
    text-align: center;
}

.page-id-4 .price-text {
    background: #903bb1;
    padding: 8px 30px;
    border: none;
    border-radius: 25px;
    color: #545454 !important;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    float: left;
    text-align: center;
}

.booking-section {
    text-align: left;
    padding-top: 40px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.not-sure {
    text-align: center;
    position: absolute;
    bottom: 152px;

}

.not-sure h6 {
    font-weight: 600;
    font-size: 13px;
}

.not-sure a {
    background: #ffde00;
    color: #903bb1;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 14px;
    border-radius: 16px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 19%);
    text-align: center;
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

.not-sure a:hover {
    text-decoration: none;
}

.multi-info {
    margin: 0;
    padding: 50px 0 10px 0;
}

.multi-info li {
    list-style-type: none;
    display: inline;
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    color: #545454;
}

.multi-info li:not(:first-child):before {
    content: "|";
    padding: 0px 25px;
}

.no-sessions {
    margin-left: 30px;
    text-decoration: underline;
    padding-top: 30px;
}

/* =====hot topics======== */
.hot-topics-sec {
    padding-left: 15px;
    padding-right: 15px;
}

.hot-topic-box-bg {
    background: #f3f4f6;
    border-radius: 40px;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/*.xl\:rounded-\[40px\] {
     border-radius: 40px;
 }*/
/*.hot-topics-item img {
     position: relative;
     border-radius: 15px;
     object-fit: cover;
 }*/
.hot-topics-item a {
    text-decoration: none;
}

.hot-topics-item a:hover {
    text-decoration: none;
    color: inherit;
}

.hot-topics-item a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.aspect-h-4 {
    --tw-aspect-h: 4;
}

.aspect-w-5 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 5;
}

.aspect-w-5>* {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-opacity-10 {
    --tw-bg-opacity: .1;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.hot-topics-item .hot-topics-media {
    position: relative;
}

.hot-topics-item .hot-topics-media .overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 14px;
}

.hot-topics-item .hot-topics-media:hover .overlay {
    opacity: 0.2 !important;
}

.hot-topics-text {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-wrap: break-word;
    color: rgba(107, 114, 128, 1);
}

.owl-nav {
    position: absolute;
    top: -130px;
    right: 0;
    margin: 0 !important;
}

.owl-nav .nav-btn {
    background: #fff;
    border: 1px solid rgba(209, 213, 219, 1);
    padding: 20px;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.owl-nav .nav-btn:hover {
    border: 1px solid #c9c9c9;
    color: inherit;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: inherit !important;
    text-decoration: none !important;
}

.overflow-x-auto {
    overflow-x: auto;
}

.hiddenScrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

button {
    background: inherit;
    border: none;
    color: inherit;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bg-secondary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.capitalize {
    text-transform: capitalize;
}

.\!leading-none {
    line-height: 1 !important;
}

.text-secondary-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.mb-8 {
    margin-bottom: 2rem;
}

.hover\:bg-neutral-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    cursor: pointer;
}

.hover\:text-neutral-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
    cursor: pointer;
}

.hover\:bg-neutral-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.gap-6 {
    gap: 1.5rem;
}

.pt-\[100\%\] {
    padding-top: 100%;
}

.top-4 {
    top: 1rem;
}

.left-4 {
    left: 1rem;
}

.bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}

.text-purple-800 {
    --tw-text-opacity: 1;
    color: rgb(107 33 168 / var(--tw-text-opacity));
}

.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity));
}

.text-neutral-50,
.text-neutral-50 a {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.text-neutral-300,
.text-neutral-300 p {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.inset-x-0 {
    left: 0px;
    right: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-1 p {
    margin: 0;
}

.from-neutral-900 {
       --tw-gradient-from: rgb(0 0 0 / 66%);
    --tw-gradient-stops: rgb(0 0 0 / 69%), var(--tw-gradient-to, rgba(17, 24, 39, 0.4));
}


.bg-gradient-to-t {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.top-1\/3 {
    top: 33.333333%;
}

.color-inherit:hover {
    color: inherit;
}

.sm\:pt-\[55\%\] {
    padding-top: 55%;
}

.text-white {
    color: rgb(255 255 255);
}

.dt-font {
    font-size: 14px;
    font-weight: 400;
}

.text-1 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.life-style-img-icon {
    position: absolute;
    top: 0;
    transform: translate(10px, 20px);
    background: rgb(17, 24, 39);
    opacity: 0.8;
    padding: 18px;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.life-style-img-icon {
    color: #fff;
}

.hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important;
}

.hover-bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}

.overlay-lifestyle {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.pt-69 {
    padding-top: 69%;
}

.pt-73 {
    padding: 73% 0;
}

.aspect-h-5 {
    --tw-aspect-h: 5;
}

.aspect-w-6 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 6;
}

.mt-30 {
    margin-top: 30px;
}

.mb-0 {
    margin-bottom: 0;
}

.text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.font-normal {
    font-weight: 400;
}

.small-text-color {
    color: rgb(209, 213, 219);
}

.left-3 {
    left: 0.75rem;
}

.bg-opacity-60 {
    --tw-bg-opacity: .6;
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border {
    border-width: 1px;
}

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

.w-7 {
    width: 1.75rem;
}

/* newslatter section */
.newslatter {
    padding: 100px 0px;
}

.newslatter h1 {
    font-size: 2.25rem;
}

.newslatter p {
    font-size: 16px;
    color: rgb(107, 114, 128);
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 30px;
}

.newslatter ul {
    padding: 0px;
    list-style: none;
}

.newslatter ul {
    padding: 0px;
}

.newslatter ul li {
    margin-bottom: 22px;
}

.newslatter ul span.bedge {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
}

.newslatter .p-newslatter {
    font-size: 1rem;
    font-weight: 600;
    margin-left: 13px;
}

.newslatter-form input {
    width: 100%;
    padding: 9px 22px;
    border-radius: 50px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.newslatter-form input:focus {
    border: 1px solid #822f92;
}

.newslatter-form button {
    background: #80349d;
    border: none;
    position: absolute;
    right: 4px;
    top: 4px;
    border-radius: 50px;
    height: 38px;
    width: 38px;
    text-align: center;
    cursor: pointer;
}

.newslatter-form button i {
    color: #fff;
}

.text-pink-800 {
    --tw-text-opacity: 1;
    color: rgb(157 23 77 / var(--tw-text-opacity));
}

.bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}

.mb-14 {
    margin-bottom: 3.5rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: 0 0 !important;
    padding: 0 !important;
}

.mt-6 {
    margin-top: 1.5rem;
}

.\!mt-10 {
    margin-top: 2.5rem !important;
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.max-w-sm {
    max-width: 24rem;
}

.es_subscription_message.success {
    color: green;
    font-size: 16px;
}

.nc-SectionSubscribe2 form.es_subscription_form {
    position: relative !important;
    max-width: 24rem !important;
    padding: 0 !important;
}

.nc-SectionSubscribe2 form.es_subscription_form:before {
    content: "\f061";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute !important;
    top: 0.25rem !important;
    right: 0.25rem !important;
    display: flex !important;
    height: 2.25rem !important;
    width: 2.25rem !important;
    transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1) !important;
    cursor: pointer !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 9999px !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
    line-height: 1 !important;
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
}

.es-field-wrap {
    margin-bottom: 0.6em;
}

.nc-SectionSubscribe2 form.es_subscription_form .es-field-wrap {
    width: 100%;
}

.nc-SectionSubscribe2 form.es_subscription_form .es-field-wrap label input {
    display: block;
    height: 2.75rem;
    width: 100%;
    border-radius: 9999px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.nc-SectionSubscribe2 form.es_subscription_form input[type=submit] {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    display: flex;
    height: 2.25rem;
    width: 2.25rem;
    transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1) !important;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
    opacity: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

.note-sec {
    background: #f5eee2;
}

.note-desc {
    padding: 15px 30px;
}

.note-desc h1 {
    text-align: center;
    color: #8d3eab;
    font-size: 50px;
    font-family: 'DM Serif Display', serif !important;
    padding: 35px 0px;
    text-transform: uppercase;
}

.note-desc p {
    font-size: 18px;
    color: #545454;
    line-height: 30px;
}

.treeimg-note-sec {
    position: absolute;
    bottom: 0%;
    width: 100%;
    left: 0%;
}

.treeimg-note-sec img {
    opacity: 0.4;
    width: 100%;
}

.brdr-container {
    position: relative;
    border: 2.5px solid #903bb1;
}

.react-loading-skeleton {
    background-color: #ebebeb;
    width: 100%;
    border-radius: 0.25rem;
    display: inline-flex;
    line-height: 1;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.react-loading-skeleton:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
    -webkit-animation-name: react-loading-skeleton;
    animation-name: react-loading-skeleton;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes react-loading-skeleton {
    to {
        -webkit-transform: translateX(100%);
        transform: translate(100%)
    }
}

@keyframes react-loading-skeleton {
    to {
        -webkit-transform: translateX(100%);
        transform: translate(100%)
    }
}

.h-2\/4 {
    height: 50%;
}

.max-w-\[50\%\] {
    max-width: 50%;
}

.bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.pt-menu-search-block {
    position: relative;
    margin: 0 0 0 30px
}

.pt-search-form {
    position: absolute;
    top: 59px;
    right: -30px;
    width: 350px;
    padding: 15px;
    z-index: 999;
    display: none;
    border-radius: 5px;
}

.cart-number {
    display: block;
    position: absolute;
    top: -4px;
    left: auto;
    right: -8px;
    font-size: 11px;
    color: #fff;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.125rem;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
    background: #822f92;
}

.cart-items th {
    padding: 12px 15px !important;
    color: #555;
}

.cart-items td {
    padding: 12px 15px !important;
    vertical-align: middle !important;
    border-color: #e5e5e5 !important;
    color: #555;
    font-weight: 500;
}

.product-thumb img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.table thead th,
.table tbody td {
    border-top: none !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none;
}

.cart-items.table thead tr,
.cart-items.table tbody tr {
    border-top: none;
    border-bottom: 1px solid #ccc;
}

.input-qnt {
    width: 50%;
    margin: auto;

}

.btn-cart-shop {
    background: #822f92;
    display: inline-block;
    padding: 8px 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    border-radius: 25px;
    font-style: italic;
    transition: all 0.5s ease;
    margin-right: 10px;
}

.btn-cart-shop:hover {
    background: #651474;
    color: #fff;
    text-decoration: none;

}

.text-position {
    text-align: right;
}

@media (max-width: 767.98px) {

    .cart-items.table thead tr,
    .cart-items.table tbody tr {
        border: 1px solid #ccc;
    }

    .cart-thead {
        display: none;

    }

    .cart_item {
        display: block;
        position: relative;
        border: 1px solid #eee;
        border-top: 1px solid #eee;
        margin-bottom: 1.5rem;
        padding: 0.5rem;
    }

    .cart_item td {
        display: block;
        padding: 10px !important;
        padding-bottom: 1px !important;

    }

    .product-thumb {
        text-align: center;
    }

    .cart-product-title {
        text-align: center;
    }

    .cart-dlt {
        position: absolute;
        top: 0%;
        right: 0%;
    }

    .unit-price {
        display: none !important;
    }

    .text-position {
        text-align: center !important;
    }

    .subtotal-price {
        color: #822f92 !important;
        font-size: 22px;
    }

    .contact-info {
        padding-right: 0px !important;
        margin-top: 5px;
    }

    .contact-form {

        padding: 2rem !important;

    }
}

line-height: 1.125rem;
text-align: center;
border-radius: 50%;
z-index: 1;
overflow: hidden;
background: #822f92;
}

.cart-items th {
    padding: 12px 15px !important;
    color: #555;
}

.cart-items td {
    padding: 12px 15px !important;
    vertical-align: middle !important;
    border-color: #e5e5e5 !important;
    color: #555;
    font-weight: 500;
}

.product-thumb img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.table thead th,
.table tbody td {
    border-top: none !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none;
}

.cart-items.table thead tr,
.cart-items.table tbody tr {
    border-top: none;
    border-bottom: 1px solid #ccc;
}

.input-qnt {
    width: 50%;
    margin: auto;

}

.btn-cart-shop {
    background: #822f92;
    display: inline-block;
    padding: 8px 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    border-radius: 25px;
    font-style: italic;
    transition: all 0.5s ease;
    margin-right: 10px;
}

.btn-cart-shop:hover {
    background: #651474;
    color: #fff;
    text-decoration: none;

}

.text-position {
    text-align: right;
}

@media (max-width: 767.98px) {

    .cart-items.table thead tr,
    .cart-items.table tbody tr {
        border: 1px solid #ccc;
    }

    .cart-thead {
        display: none;

    }

    .cart_item {
        display: block;
        position: relative;
        border: 1px solid #eee;
        border-top: 1px solid #eee;
        margin-bottom: 1.5rem;
        padding: 0.5rem;
    }

    .cart_item td {
        display: block;
        padding: 10px !important;
        padding-bottom: 1px !important;

    }

    .product-thumb {
        text-align: center;
    }

    .cart-product-title {
        text-align: center;
    }

    .cart-dlt {
        position: absolute;
        top: 0%;
        right: 0%;
    }

    .unit-price {
        display: none !important;
    }

    .text-position {
        text-align: center !important;
    }

    .subtotal-price {
        color: #822f92 !important;
        font-size: 22px;
    }

    .contact-info {
        padding-right: 0px !important;
        margin-top: 5px;
    }

    .contact-form {

        padding: 2rem !important;

    }
}

.order-detal-table thead tr th {
    background: #c7c7c7;
    padding: 15px 20px;
    font-size: 16px;
    color: #383838;

}

.order-detal-table {
    margin: 0;
    width: 100%;
}

.order-detal-table tr td {
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #383838;
    background: #f1f1f1;
}

.text-capitalize {
    text-transform: capitalize;
}

.table-payment-methd {
    margin-top: 20px;
    border-top: 1px solid #ccc;

}

.table-payment-methd tbody tr td {
    padding: 15px 20px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #383838;
}

.payment-success-table tr td {
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #383838;
    border-bottom: 1px solid #f1f1f1;
}

.payment-success-table {
    width: 100% !important;
    background: #fbfbfb !important;
    border-radius: 10px;
    padding: 20px;
}

.payment-success-table ul li {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
    border-bottom: 1px solid #f2f2f2;
}

.payment-success-table ul li:last-child {

    border-bottom: none;
}

.payment-success-table ul li span {
    color: #383838;
    font-weight: 600;
    font-family: 'Open Sans';


}

.event-img a img {
    overflow: hidden;
    max-height: 245px;
    object-fit: cover;
}

.user-icon {
    padding-right: 20px;
}

.single-post-content a {
    color: #822f92 !important;

}

.single-post-content a:hover {
    color: #651474 !important;
}

.single-post-content p img {
    width: 70% !important;
}

.single-post-content p strong {
    color: #651474 !important;
}

.blog-all-cat li {
    padding: 10px 0px 0px 0px;
}

.blog-all-cat li a {
    color: rgba(107, 114, 128, 1);
    font-weight: 600;
    text-decoration: none;
}

.blog-all-cat li a:hover {
    color: #651474 !important;
    text-decoration: none;

}

.category-box-sin {
    border-radius: 0.75rem;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
}

.category-box-sin a img {
    height: 300px;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.cate-title {
    padding: 0px 10px 20px 10px;
}

.cate-title h3 a {
    text-decoration: none;
}

.cate-title h3 a:hover {
    color: #651474 !important;
}

.alert-title h2 {
    font-size: 1.4rem !important;

}

.alert-title button {
    font-size: 0.9rem !important;
    background: #822f92 !important;
    border: 1px solid #822f92 !important;
    outline: 0 !important;
    color: #fff !important;
}

.alert-title button:focus {
    box-shadow: 0 0 0 0.1rem #822f92ab !important;
}

.overflow-x-shop {
    display: flex;
    overflow: scroll;
    
}

.overflow-x-shop li {
    flex-shrink: 0;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.nc-Nav .nav-item .nav-link {
    font-size: 1rem !important;
    text-decoration: none !important;
    color: #404040;
    font-weight: 500 !important;
    background: #efefef4d;
    border-radius: 25px;

}

.nc-Nav .nav-item {

    margin-right: calc(0.5rem * 0);
    margin-left: calc(0.5rem * calc(1 - 0));
    margin-bottom: 12px;
}

.nc-Nav .nav-item .nav-link:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.blog-wrapper .img-wrap img {
    border-radius: 1rem;
    height: 395px;
    object-fit: cover;
}

.bg-over {
    background: #0000007d;
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0;
    width: 100%;
    border-radius: 1rem;
}

.content-wrap {
    position: absolute;
    bottom: 0;
    padding: 15px;
    border-radius: 1rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.content-wrap p {
    margin-bottom: 0;
}

.content-wrap h3 a {
    text-decoration: none;
}

.blog-wrapper {
    height: 100%;
}

.nc-Nav .nav .active {
    background-color: #822f92 !important;
    color: #fff !important;
}

.buyticket {
    text-decoration: none !important;
    padding: 2px 19px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #822f92;
    transition: all 0.2s ease-in-out;
    background: #822f92;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
}

.buyticket:hover {
    background: rgb(219 192 249);
    color: #822f92;
    border: 1px solid rgb(219 192 249);
    border-radius: 25px;
}

.view-all {
    font-size: 1rem;
    border: 1px solid #e1e1e1;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none !important;
    color: #404040;
    display: block;

}

.view-all:hover {
    text-decoration: none;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    color: #404040;

}
.trend-right-items:hover{
border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--c-neutral-50),var(--tw-bg-opacity));
    --tw-shadow: 0 10px 30px 10px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
.orange-backcolor{
    background-color: #f36f36 !important;
}

.offer-ul li{
font-size: 14px;
}
.contact-info li a{
text-decoration:none;
}
.contact-info li a:hover{
color:#8d3eab;

}
