.banner-section {

    /*max-height: 90vh;*/
    position: relative;
    padding: 0;
    height: 100%;
    background: #f5eee2;
}

.banner-section > div {
    height: 100%;
}

.banner-section video {
    height: 100%;
    width: 100%;
}

.caption {
    position: absolute;/*    float: right;
    top: 17%;*/
    right: 15%;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    animation-name: topFadeIn;
    animation-duration: 2s;
}

.caption h1 {
    font-family: 'DM Serif Display', serif !important;
    color: #fff;
    font-size: 70px;
    margin-bottom: 20px;
    line-height: 1;
}

.caption h1 span {
    display: block;
    letter-spacing: -2px;
}

.caption h1 span:nth-child(2) {
    color: #ffd200;
}

.caption h1 span:last-child {
    font-size: 58px;
}

.caption a {
    font-size: 22px;
    color: #fff !important;
    background: #822f92;
    border-radius: 20px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-family: 'DM Sans', sans-serif;
    transition: all 0.5s ease-in-out;
}

.caption a:hover {
    text-decoration: none;
    background: #651474 !important;
}

.overlay {
    background-color: rgb(0 0 0 / 46%);
    width: 40rem;
    height: 40rem;
    position: absolute;
    top: 7%;
    right: 12%;
    filter: blur(64px);    /* opacity: 1; */
    border-radius: 9999px;
    mix-blend-mode: multiply;
}

.work-with-me img {
    width: 100%;
}

.work-with-me {
    left: 0%;
    position: relative;
    background: #f5eee2;
    padding-bottom: 0px;
}

.work-with {
    padding-bottom: 50px;
}

.work-with h1 {
    text-align: center;
    color: #989590;
    font-size: 7.9rem;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 0;
}

.coaching-box {
    text-align: center;
    padding: 0px 15px;
    position: relative;
}

.coaching-box h4 {
    font-size: 29px;
    color: #8d3eab;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.coaching-box p {
    font-size: 18px;
    color: #545454;
    min-height: 86px;
}

.coaching-box a {
    font-size: 18px;
    background: #8d3eab;
    color: #fff !important;    /* padding: 6px 31px; */
    border-radius: 50px;
    font-family: 'DM Serif Display', serif !important;
    font-style: italic;
    display: block;
    width: 180px;
    margin: 0 auto;
    height: 34px;
    line-height: 32px;
}

.orange {
    color: #f36f36 !important;
}

.btn-orange {
    background-color: #f36f36 !important;
}

.blue {
    color: #43acd0 !important;
}

.btn-blue {
    background-color: #43acd0 !important;
}

.orange-back {
    background: #f36f36 !important;
}

.blue-back {
    background: #43acd0 !important;
}

.brdr::after {
    content: '';
    width: 2px;
    height: 100%;
    background: #d5d0c6;
    position: absolute;
    right: -4%;
    top: 0;
}

.treeimg-wrok-with {
    position: absolute;
    bottom: 0%;
    width: 100%;
    left: 0%;
}

.counter-section {
    position: relative;
    background: #ff773d;
    padding: 40px 0px;
}

.countries-box h1 {
    font-family: 'DM Serif Display', serif;
    font-size: 170px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.life-change-box {
    display: flex;
    align-items: center;
    justify-content: right;
    height: 100%;
}

.client-box {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-direction: column;
    height: 100%;
}

.countries-box {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
}

.countries-box h1 sub {
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    font-size: 30px;
    left: -18%;
    bottom: 0rem;
}

.client-box h1 {
    color: #fff;
    font-size: 110px;
    font-family: 'DM Serif Display', serif !important;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

.client-box p {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    margin: 0;
}

.life-change-box h1 {
    color: #fff;
    font-size: 63px;
    font-family: 'DM Serif Display', serif !important;
    text-transform: uppercase;
    line-height: 49.5px;
    margin: 0;
}

.client-testimonial {
    background: #e3f6f4;
    position: relative;
}

.inner-box {
    position: relative;
    width: 85%;
    overflow: hidden;
    margin: auto;
}

.client-testimonial-h {

    /*text-align: center;*/
    font-size: 26px;
    color: #616160;
    position: relative;
    font-family: 'DM Sans', sans-serif;
    padding-bottom: 8px;
}

.client-testimonial-h::after {
    content: '';    /*max-width: 260px;*/
    background-color: #616160;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 225%;
}

.client-float-r {
    float: right !important;
}

.client-r {
    padding: 20px 0px 0px 60px;
}

.client-r h1 {
    color: #7d7b77;
    font-size: 50px;
    margin-bottom: 1.2rem;
    text-transform: capitalize;
    font-family: 'DM Serif Display', serif !important;
}

.client-r p {
    font-size: 16px;
    margin: 0 0 10px 0
}

.quote {
    position: absolute;
    top: 30%;
    left: 37%;
    z-index: 0;
}

.quote img {
    margin-right: 15px;
    width: 32%;
}

.quote img:last-child {
    margin-right: 0px;
}

.dislay-inline {
    display: inline-block;
}

.wrk-w-m {
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrk-w-m li {
    list-style: none;
    width: 380px;
}

.mt-80 {
    margin-top: 80px !important;
}

.float-r {
    float: right;
    text-align: right;    /*border-top: 1px solid #7d7b77;*/
    width: 100%;
    position: relative;
}

.float-r:before {
    content: '';
    width: 400px;
    background-color: #7d7b77;
    height: 1px;
    position: absolute;
    right: 0;
    top: 7px;
}

.float-r h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'DM Serif Display', serif !important;
    font-style: italic;
    color: #7d7b77;
    padding: 23px 0px 10px;
    margin-bottom: 0px;
}

.float-r p {
    font-size: 18px;
    font-weight: 500;
    margin: 20px;
    float: right;
    max-width: 400px;
}

.p1 {
    font-size: 16px !important;
    margin: 0px !important;
    font-weight: 400 !important;
}

.abt-content h1 {
    color: #7d7b77;
    font-size: 70px;
    font-family: 'DM Serif Display', serif !important;
}

.abt-content h6 {
    color: #7d7b77;
    font-size: 18px;
    font-style: italic;
    margin-top: 21px;
    margin-bottom: 23px;
}

.welcome {
    font-weight: 700;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 12px;
    letter-spacing: -0.9px;
}

.abt-content p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1.5;
    margin-bottom: 12px;
}

.abt-content p a:hover {
    text-decoration: none;
    color: #822f92;
}

.aboutimg {
    max-width: 500px;
    margin: auto;
}

.aboutimg img {
    width: 100% !important;
    object-fit: cover;
    height: auto;
}

.h-100vh {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.testi-prev-icon {
    background-image: url('../images/angle-left.png');
    width: 15px;
    height: 30px;
    display: inline-flex;
    align-items: center;
}

.testi-next-icon {
    background-image: url('../images/angle-right.png');
    width: 15px;
    height: 30px;
    display: inline-flex;
    align-items: center;
}

.carousel-control-prev {
    justify-content: left;
}

.carousel-control-next {
    justify-content: right;
}

/*--------------- private coaching page-------------------------*/
.backgrnd {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 84vh !important;
}

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

.private-coaching-box {
    width: 58%;
    float: right;
    height: 560px;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    margin: 35px auto;
    overflow: auto;
    overflow-x: hidden;
}

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

/* Track */
.private-coaching-box::-webkit-scrollbar-track {
    background: #f2f2f2;
    border-radius: 10px;
}

/* Handle */
.private-coaching-box::-webkit-scrollbar-thumb {
    background: #ffd200;
    border-radius: 10px;
}

/* Handle on hover */
.private-coaching-box::-webkit-scrollbar-thumb:hover {
    background: #f1c500;
}

.private-coaching-h2 {
    text-align: center;
    font-size: 50px;
    padding: 35px 0px 0px 0px;
    color: #7d7b77;
}

.pvt-coach p {
    padding: 0px 40px;
    font-size: 16px;
    margin-bottom: 0px;
}

.signle-session {
    background: linear-gradient(45deg, #ad67c8, #ad67c878);
    color: #fff !important;
    text-align: center;
    border-top-right-radius: 20px !important;
    padding: 16px 0px;
}

.multi-session {
    background: linear-gradient(45deg, #ad67c8, #ad67c878);
    border-top-left-radius: 20px !important;
    padding: 4px 0px;
    text-align: center;
    color: #fff !important;
}

.multi-session a {
    color: #fff !important;
}

.signle-session-h1 {
    color: #7d7b77;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
}

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

.mt-3 {
    margin-top: 4px;
}

.signle-session {
    background-color: none !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #80349d !important;
}

.seeions {
    margin: 30px;
    margin-bottom: 0px;
    padding-top: 9px;
    color: #383833;
    border-top: 2.4px solid #7d7d77;
    font-size: 18px;
    text-align: center;
}

.clr {
    color: #ffd200 !important;
}

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

.multi-seeions a {
    font-family: 'DM Serif Display', serif !important;
}

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

.multi-seeions-a {
    margin-left: 19px;
    font-size: 15px;
    font-weight: 900;
    color: #80349d !important;
    font-family: 'Open Sans', sans-serif !important;
}

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

.w-277 {
    width: 277px;
}

/* shop page */
.shop-banner {
    min-height: 638px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-image {
    width: 100%;
    height: 210px;
    background-position: center;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.product-image i {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.page-title-area {
    height: 300px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.277;
    font-family: 'DM Serif Display', serif;
}

.breadcrumb-menu ul {
    display: flex;
    justify-content: center;
    padding: 0px;
}

.breadcrumb-menu li {
    position: relative;
    list-style: none;
}

.breadcrumb-menu li span {
    font-size: 21px;
    font-weight: 500;
    color: #000;
    padding: 0px 11px;
}

.breadcrumb-menu li:not(:last-child):after {
    display: inline-block;
    color: #000;
    content: "";
    position: absolute;
    right: -16px;
    top: 0px;
    font-family: "font-awesome";
}

.product-wrapper {
    transition: all 0.4s ease-in-out;
    box-shadow: 0 5px 45px 5px rgb(0 0 0 / 13%);
    border-radius: 6px;
}

.product-wrapper:hover {
    transform: translateY(-5px);
}

.product-info {
    padding: 20px 23px
}

.product-title h4 {
    color: #424242;
    font-family: 'DM Sans', sans-serif
}

.product-title h4 a {
    color: #7d7b77;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.3rem;
    text-decoration: none;
}

.product-image a img {
    height: 250px;
    object-fit: cover;
    text-decoration: none;
}

.product-desc p a {
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none !important;
}

.product-price span p {
    font-size: 20px;
    font-weight: 500;
    color: #424242;
    line-height: 1;
    margin-bottom: 0px;
}

.product-price span a {
    text-decoration: none !important;
    padding: 4px 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;
}

.product-price span a:hover {
    background: rgb(219 192 249);
    color: #822f92;
    border: 1px solid rgb(219 192 249);
    border-radius: 25px;
}

.w-h-3 {
    width: 3rem;
    height: 3rem;
}

.cursor-pointer {
    cursor: pointer;
}

.product-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

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

.products-heading h3 {
    font-family: 'DM Sans', serif;
    color: #7d7b77;
    font-weight: 600;
    font-size: 1.89rem;
    padding: 14px 0px;
    border-bottom: 1px solid #903bb1;
    margin-bottom: 40px;
}

/* single product page */
.inpt-styl input {
    width: 100%;
    padding: 2px 12px;
    line-height: 2;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #C7CFD8;
}

.inpt-styl select:focus-visible {
    outline: none;
    border: 1px solid #822f92;
}

.inpt-styl select {
    width: 100%;
    padding: 6px 8px;
    line-height: 2;
    font-size: 14px;
    margin-bottom: 4px;
    border-radius: 4px;
    border: 1px solid #C7CFD8;
    color: #9ca3af;
}

.inpt-styl input:focus-visible {
    outline: none;
    border: 1px solid #822f92;
}

.inpt-styl input::placeholder {
    text-transform: capitalize;
}

.frm-check {
    text-align: left;
    margin-bottom: 0px;
    padding-left: 1.9rem;
}

.frm-check .form-check-label .form-check-input {
    position: absolute;
    margin-top: 0.39rem;
    margin-left: -1.25rem;
}

.frm-check .form-check-label {
    font-size: 15px;
    font-weight: 400;
    color: #9fa3b9;
    width: 100%;
}

.payment-types {
    border: 1px solid #C7CFD8;
    border-radius: 4px;
    margin-bottom: 20px;
}

.card-pay {
    padding: 7px 1.9rem;
}

.paypal-pay {
    padding: 3px 1.9rem;
    /* border-bottom: 1px solid  #C7CFD8; */
}

.btn-purchase {
    color: #fff;
    background: #903bb1;
    font-size: 18px !important;
    border: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 10px 0px;
}

.btn-purchase:hover {
    background: #792f96;
}

.product-purchase {
    box-shadow: 0px 4px 8px 0px rgb(0 0 0/10%);
    padding: 20px 30px;
    text-align: center;
}

.product-purchase h2 {
    margin-bottom: 30px;
    color: #989590;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'DM Serif Display', serif !important;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}


.single-product-title h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'DM Serif Display', serif !important;
}

.single-product-title span p {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 1rem;
    font-family: 'Open Sans', sans-serif !important;
}

.single-image {
    width: 100%;
    height: 400px;
    border-radius: 6px;
    background-position: center;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
}

.single-image i {
    font-size: 64px;
    color: #fff;
}

/* thankyou page */
.thankyou-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 78.4vh;
}

.thankyou {
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0 0 0/10%);
    padding: 50px 0px;
}

.thankyou h1 {
    font-size: 4rem;
    font-weight: 500;
    color: #010101;
    font-family: 'DM Serif Display', serif !important;
}

.thankyou i {
    font-size: 5rem;
    color: green;
}

.thankyou p {
    font-size: 18px;
    text-transform: capitalize;
}

.continue {
    margin-top: 2rem;
}

.continue a {
    background: #903bb1;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 50px;
}

/* contact page*/

/* .get-in-touch-wrapper{
  transform: translateY(-25%);
 }
*/


.icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #903bb1;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    margin-bottom: 24px;
    position: relative;
    text-align: center;
}

.content-holder {
    background: #f7f9ff;
    opacity: 1;
    position: relative;
}

.content-holder p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif !important;
    color: #545454;
}

.get-in-touch-title h2 {
    font-size: 50px;
    font-family: 'DM Serif Display', serif !important;
    position: relative;
    color: #989590;
}

.get-in-touch-title p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif !important;
    color: #545454;
    text-align: center;
}

.contact-form {
    border-radius: 10px;
    background-color: #fff;
    border-radius: 40px;
    padding: 4rem;
    box-shadow: 0px 0px 10px rgb(0 0 0/8%);
}

.contact-info ul li h4 {
    font-size: 20px;
}

.contact-info ul li {
    margin-bottom: 25px;
}

.contact-info {
    padding-right: 50px;
    margin-top: 5px;
}

.contact-info ul li h4 i {
    font-size: 17px;
    color: #903bb1;
    padding-right: 12px;
}

.contact-info ul li  p {
    font-weight: 500;
}

.contact-info ul li  p a {
    text-decoration: none;
}

.contact-info ul li  p a:hover {
    text-decoration: none;
    color: #822f92;
}

.contact-info ul li  p a {
    font-weight: 500;
}

.contact-form   .form-group .form-control, .login-form   .form-group .form-control, .register-form  .form-group .form-control, .forget-password-form .form-group .form-control {
    display: block;
    width: 100%;
    height: 52px;
    outline: 0;
    border: 1px solid #ddd;
    border-radius: 34px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0.75rem 1rem;
    margin-bottom: 25px;
}

.contact-form .form-group textarea.form-control {
    display: block;
    width: 100%;
    height: 100px;
    outline: 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0.75rem 1rem;
    margin-bottom: 25px;
}

.contact-form .form-group label, .login-form .form-group label, .register-form .form-group label, .forget-password-form .form-group label {
    font-size: 17px;
    line-height: 29px;
    font-weight: 500;
}

.default-btn {
    background: #903bb1;
    color: #fff;
    width: 100%;
    padding: 10px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 21px;
    transition: all 0.4 ease-in-out;
}

.default-btn:hover {
    background: #8202b4;
}

.default-btn:focus-visible {
    outline: none;
}

.default-btn:focus {
    outline: none;
}

/* About page */
.about {
    position: relative;
    background-color: #ccaed8;
}

.about-content h1 {
    font-size: 50px;
    font-family: 'DM Serif Display', serif !important;
    color: #903bb1;
    position: relative;
    margin-bottom: 40px;
}

.about-content p {
    color: #fff;
    font-size: 19px;
    text-align: left;
    line-height: 32px;
}

.about-content {
    border: 3px solid #903bb1;
    padding: 20px;
    background: #b800ff14;
}

/* 
.abt-page-img {
height: 492px;

} */
.right-img-bx {
    display: flex;
    align-items: center;
    justify-content: center;
}

.abt-con-prl {
    padding: 0px 171px;
}

.testimonial-image {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 300px;
    height: 300px;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;  /*width: 32px;
    height: 44px;*/
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    cursor: pointer;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(130, 47, 146, 1);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(130, 47, 146, 1);
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: rgba(130, 47, 146, 1);
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }

}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }

}

.work-with-me .card {
    background-color: transparent;
    text-align: center;
    border: 0;
}

.work-with-me .card .card-footer {
    background-color: transparent;
    border: 0;
    padding: 1.25rem;
}

.work-with-me .card-body .card-title {
    font-size: 2.3rem;
    color: #8d3eab;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
}

.work-with-me .card-body .card-text {
    font-size: 20px;
    padding: 30px 31px;
}

.work-with-me .card .card-footer .btn {
    font-size: 1.13rem;
    background: #822f92;
    color: #fff;
    padding: 7px 34px;
    border-radius: 50px;
    font-family: 'DM Serif Display', serif;
    font-style: italic;
    border: 0;
}

/*.client-r h1:before{
  position: absolute;
  top: 0px;
  left: 37%;
  z-index: 0;
  content: url('https://techsupportcart.com/mahimashrestha/public/assets/includes/images/blockquote.png');
}*/
.banner-section .heading-video {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.banner-section .video-home {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

video {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    display: inline-block;
    object-fit: contain;
}

.banner-section .bg-video {   
 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    filter: brightness(120%);
}

/*.banner-section .bg-video {
    font-family: 'object-fit:cover;
}*/

.scroll-snap-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 32vh;
}

.scroll-snap-section .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    text-align: center;
}

@keyframes topFadeIn {
    0% {
        position: absolute;
        top: -3rem;
        opacity: 0;
    }

    75% {
        position: absolute;
        top: 50%;
        opacity: 1;
    }

    100% {
        opacity: 1;
    }

}

.work-with-me .card-deck .card:first-child {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.work-with-me .card-deck .card:nth-child(2) {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.work-with-me .card-deck .card:last-child {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.life-change-box h1.mobile-view {
    display: none;
}

.client-box h1 span {
    font-style: italic !important;
    font-family: 'Playfair Display', serif;
    margin-left: -24px;
}

/* This class is added on scroll */
.fixed {
    position: fixed !important;
    top: 89px;
    z-index: 998;
    left: 0;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    background: #ffffff;
    right: 0;
    padding: 0px;
    transition: all 0.4s ease-in-out;
}

/* Navigation Settings */
.shop-nav  li {
    display: inline-block;
    padding: 20px 25px 20px 0px;
}

.shop-nav  li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
}

.shop-nav  li a:hover {
    color: #903bb1;
}

.shop-nav {
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    padding-top: 0 !important;
}

.scroll-top {
    scroll-margin-top: 200px;
}

.active1 {
    color: #903bb1 !important;
}

.fade-in-image {
    animation: fadeIn s;
    -webkit-animation: fadeIn 4s;
    -moz-animation: fadeIn 4s;
    -o-animation: fadeIn 4s;
    -ms-animation: fadeIn 4s;
}

/*.fade-quote-image {
      animation: fadeIn 5s infinite;
      -webkit-animation: fadeIn 5s  infinite;
      -moz-animation: fadeIn 5s  infinite;
      -o-animation: fadeIn 5s  infinite;
      -ms-animation: fadeIn 5s  infinite;
      animation-delay: 5s;
}*/
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

/*event page*/
.event-title-sec {
    background: #f7f9ff;
}

.event-title-sec h2 {
    font-family: 'DM Serif Display', serif !important;
    color: #989590;
    font-size: 5rem;
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.event-wrapper {
    border: 1px solid #e5e7eb;
    transition: all 0.4s ease-in-out;
}

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

.date-time span {
    font-size: 14px;
    font-weight: 500;
    color: #989590;
}

.date-time span i {
    font-size: 18px;
    margin-right: 4px;
    color: #8d3eab;
}

.detail-btn a {
    padding: 6px 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #822f92;
    transition: all 0.2s ease-in-out;
    background: #822f92;
    color: #fff;
    border-radius: 25px;
    font-family: 'DM Serif Display', serif;
    font-style: italic;
    letter-spacing: 1px;
}

.detail-btn a:hover {
    background: rgb(219 192 249);
    color: #822f92;
    border: 1px solid rgb(219 192 249);
    border-radius: 25px;
}
.detail-btn-event a {
    padding: 6px 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #43acd0 ;
    transition: all 0.2s ease-in-out;
    background: #43acd0 ;
    color: #fff;
    border-radius: 25px;
    font-family: 'DM Serif Display', serif;
    font-style: italic;
    letter-spacing: 1px;
}

.detail-btn-event a:hover {
    background:#0986b1;
    color: #fff;
    border: 1px solid #0986b1;
    border-radius: 25px;
}
.event-wrapper:hover {
    box-shadow: 0px 16px 10px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
}

/*Event Detail Page*/
.event-detail-sec h2 {
    font-family: 'DM Serif Display', serif !important;
    color: #989590;
    font-size: 2rem;
}

.event-detail-sec {
    background: #f7f9ff;
}

.event-detail-text h2 {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'DM Sans';
    line-height: 1.4;
}

.date-time-detail span {
    font-size: 16px;
    font-weight: 500;
    color: #989590;
}

.about-event h2 {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'DM Sans';
}

.about-event p {
    line-height: 1.7;
    font-size: 18px;
    font-family: 'Open Sans';
}

.event-details-single p {
    margin-bottom: 0px !important;
}

.event-details {
    padding: 1.2rem 1.2rem 1.7rem !important;
}

.event-details h3 a {
    text-decoration: none;
}

.event-details h3 a:hover {
    color: #343a40;
}

.event-img-detail img {
    object-fit: cover;
    width: 100%;
    height: 500px;
}

.event-info {
    padding: 10px 20px;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
}

.get-ticket {
    margin: 0px 20px;
    text-align: center;
}

.get-ticket button {
    background: #43acd0;
    font-size: 18px;
    width: 100%;
    padding: 8px 0px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.event-info h5 {
    font-size: 27px;
    font-family: 'DM Serif Display';
    padding-bottom: 10px;
}

.event-info h5 {
    font-size: 27px;
    font-family: 'DM Serif Display';
    position: relative;
}

.event-info h5:after {
    content: "";
    position: absolute;
    max-width: 67px;
    width: 100%;
    height: 3px;
    background: #822f92;
    bottom: 0px;
    left: 0px;
}

.event-info ul {
    padding: 0px;
    margin-top: 30px;
}

.event-info ul li {
    list-style: none;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #903bb1;
}

.event-info ul li span {
    display: table-cell;
    padding-right: 15px;
    font-weight: 600;
}

.event-info ul li span i {
    background: #43acd0;
    padding: 22px;
    border-radius: 50px;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-detail-box {
    margin-top: 30px;
}

.event-detail-box ul li {
    list-style: none;
    margin-bottom: 13px;
}

.event-detail-box ul li span i {
    border-radius: 50px;
    color: #43acd0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
}

.event-detail-box ul li span {
    display: table-cell;
    padding-right: 12px;
    font-weight: 600;
}

.event-detail-box ul li p {
    display: table-cell;
    font-size: 16px;
    font-weight: 500;
}

.event-info:hover {
    box-shadow: 0px 0px 10px rgb(0 0 0/7%);
}

.event-info ul li p {
    display: table-cell;
    font-size: 16px;
}


/*@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
    }

}*/

/*@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }

}
*/

/*.event-single-detail{
 border: 1px solid #e5e7eb;
 border-radius: 12px;
}
.event-single-detail h2{
 font-size: 25px;
 padding: 1rem 1rem 0;
 font-family: 'Dm sans';
}
.location-d{
  background: #822f92ad;
  margin-right: 11px;
  height: 50px;
  width: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  padding: 20px;
}
.location-d i{
  color: #fff;
  font-size: 20px;
}
.address-text{
  font-size: 17px;
  font-weight: 400;
  font-family: 'Open sans';
  color: #383838;
}*/

.search-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #2f3640;
    height: 40px;
    padding: 10px;
    border-radius: 40px;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}
.search-btn {
    color: rgb(249, 105, 14);
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #2f3640;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s all;
    text-decoration: none;
}
.search-text {
    border: none;
    background: none;
    outline: none;
    padding: 0;
    color: white;
    font-size: 1em;
    line-height: 40px;
    width: 0;
    transition: .5s all;
}
.search-box:hover > .search-text {
    width: 250px;
    text-transform: capitalize;
}
.search-box:hover > .search-btn {
    background-color: white;
}
/*login form*/
.login-form, .register-form, .forget-password-form {
    border-radius: 10px;
    background-color: #fff;
    padding: 2.4rem;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
    max-width: 620px;
    margin: 0 auto;
}

.login-title h2, .register-title h2, .forget-password-title h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 2.4rem;
    padding-bottom: 2rem;
    margin-bottom: 0px;
    text-align: center;
}


.forget-pass {
    font-size: 16px;
    font-weight: 600;    
    margin-bottom: 25px;
    text-decoration: none !important;
    display: block;
    color: #822f92;
}

.forget-pass:hover {
    color: #822f92;
}

.register-now {
    font-size: 16px;
    font-weight: 600;
    color: #903bb1;
    text-decoration: none;
}

.register-now:hover {
    color: #903bb1;
    text-decoration: none;
}

.register-form .checkbox1 input[type="checkbox"] {
    margin-top: 8px;
    width: 15px;
    height: 15px;
    border: 1px solid #903bb1;
}

.home-abt-hi {
    font-size: 24px !important;
    margin: 20px 0px;
    margin-bottom: 10px !important;
    font-weight: 600;
    font-family: 'DM Serif Display', serif !important;
    letter-spacing: 2px;
    font-style: italic;
    color: #383838 !important;
}