/*
Theme Name: Rituality Theme
Description: This is a theme for Rituality
Theme URI:   https://toastylabs.com/
Author: Toastylabs
Author URI:  https://toastylabs.com/
Template: salient
Version: 1.0
*/

h1, h2, h3, h4, h5, h6 {
	font-family: "annuario-variable", sans-serif!important;
	font-weight: 400;
	font-style: Extended Black;
	letter-spacing: 0%;
	font-variation-settings: "wght" 400, "wdth" 350;
}

.ucase {
	text-transform: uppercase;
}

.fs18 {
	font-size: 18px;
}

.fw500 {
	font-weight: 500;
}

.m0a {
	margin: 0 auto;
}

.img-border {
	border: 10px solid #1A1A19;
	border-bottom: none;
}

#header-outer header .nectar-menu-icon-img {
	margin-right: 0;
}

#header-outer #top .buttons.sf-menu a {
	padding-left: 5px!important;
    padding-right: 5px!important;
}

#slide-out-widget-area {
	background: #020202!important;
}

.img-middle {
	vertical-align: middle;
}

.m-0a {
	margin: 0 auto;
}

.hero-bg {
	overflow: hidden;
    width: 100.1%;
    height: 100vh;
    position: absolute;
    top: 50%;
	margin-left: -50vw;
    margin-left: calc(-50vw + var(--scroll-bar-w) / 2);
	margin-top: -50vh;
    left: 50%;
    width: 100vw;
    width: calc(100vw - var(--scroll-bar-w));
}

.hero-bg .wpb_wrapper {
	width: 100%;
	height: 100%;
	display: grid;
  	place-items: center;  
}

.hero-ripple {
	content: '';
	background: url(images/hero-ellipse.svg);
	grid-area: 1 / 1;
	  width: 100%;
	  height: 100%;
	  background-size: contain;
	  background-repeat: no-repeat;
	  background-position: center;
	  border-radius: 50%;
	animation: ripple 12s infinite ease-out;
	transform-origin: center;
	opacity: 0;
  animation-fill-mode: both;
}

.hero-ripple:first-child {
	animation-delay: 3s;
}

.hero-ripple:nth-child(2) {
	animation-delay: 6s;
}

.hero-ripple:nth-child(3) {
	animation-delay: 9s;
}

@keyframes ripple {
  /*0% {
    opacity: 1;
    transform: scale(0) rotate(0deg);
  }*/
  100% {
    opacity: 0;
    transform: scale(1) rotate(180deg);
  }
0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  70% {
    opacity: 0.5;
  }

  100% {
    transform: scale(1) rotate(180deg);
    opacity: 0;
  }
}

.rbtn .link_wrap {
	display: inline-block;
}

.rbtn .link_wrap:hover {
    transform: translateY(-3px);
}

.arrow-btn .link_text .text {
	line-height: 24px;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	justify-content: center;
}

.arrow-btn .link_text .text:after {
	content: '';
	background-image: url(images/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	transition: all .45s cubic-bezier(0.25,1,0.33,1);
}

.arrow-btn .link_text:hover .text:after {
	transform: translateX(5px);
}

.nectar-sticky-media-sections .nectar-sticky-media-section__content-section .nectar-sticky-media-section__content-section__wrap .nectar-sticky-media-content__media-wrap {
	border-radius: 0 50px;
	overflow: hidden;
}

.feature-badge {
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border: 1px solid #fff;
	gap: 10px;
	padding: 10px 20px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px!important;
	letter-spacing: 5%;
	margin-bottom: 40px!important;
}

.ritual-carousel .inner-wrap {
	border-radius: 40px 0;
	overflow: hidden;
}

.terracota {
	color: #C86757;
	border-color: #C86757;
}

.custom-carousel .marquee {
    overflow: hidden;
    width: 100vw;
}

.custom-carousel .item {
	padding: 15px 15px;
    display: inline-flex;
	width: auto;
	height: 280px;
}

.custom-carousel .left-rounded {
	border-radius: 50px 0;
}

.custom-carousel .right-rounded {
	border-radius: 0 50px;
}

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

.waitlist-form .field-wrap {
	margin-bottom: 30px;
}

.waitlist-form label {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
}

.waitlist-form input {
	border: none;
	border-bottom: 1px solid #F2F0EB;
	color: #fff;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}
.waitlist-form input::placeholder {
	color: #F2F0EB!important;
	opacity: 0.4;
}
.waitlist-form input {
	color: #F2F0EB!important;
}
.waitlist-form input:focus {
	background-color: transparent!important;
	color: #F2F0EB!important;
}
.waitlist-form .captcha-send-wrap {
	padding-top: 20px;
}
.waitlist-form .captcha-send-wrap p {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.waitlist-form .wpcf7-submit {
	color: #020202!important;
	font-weight: 400;
}
.waitlist-form .wpcf7-submit:focus {
	color: #020202!important;
	background: #F2F0EB!important;
}
.waitlist-form .wpcf7-submit:hover {
	transform: translateY(-3px);
}
.wpcf7-form .wpcf7-not-valid-tip {
	background-color: transparent;
	color: #C86757;
}
.wpcf7 form .wpcf7-response-output {
	background-color: transparent!important;
	border-color#C86757!important: 
}
.foot-social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
}
.foot-social li {
	list-style: none;
}
.foot-social a {
	padding-left: 5px;
	padding-right: 5px;
}
.foot-social li a img {
	max-width: 36px!important;
	margin-bottom: 0!important;
}
.foot-link {
	display: inline-flex;
	gap: 20px;
}
.foot-link a {
	color: #F2F0EB;
}

body[data-button-style*="rounded"] #to-top:hover i.fa-angle-up {
	color: #020202;
}

.pum-theme-290 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
	font-size: 0;
	width: 40px!important;
	height: 40px!important;
	right: 25px!important;
	top: 25px!important;
}

.pum-theme-content-only .pum-content + .pum-close:before {
	content: '';
	background: url(images/close.webp);
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
}

.wpcf7-form.sent .wpcf7-response-output {
	display: none!important;
}

@media only screen and (min-width: 1024px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        top: 50%;
		transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 30px!important;
		line-height: 1.16;
    }
	.hero-title br {
		display: none;
	}
	.lhl78 {
		line-height: 1.78!important;
	}
	.mob-br-none br {
		display: none;
	}
	.stacking-section h2 {
		font-size: 30px!important;
		line-height: 1.16;
	}
	.feature-badge {
		margin-bottom: 20px!important;
	}
	.stacking-section .nectar-sticky-media-section__content__wrap .nectar-sticky-media-section__content-section:first-child .nectar-sticky-media-section__media {
		background-image: url(/wp-content/uploads/2026/01/discover-mob.png)!important;
	}
	.stacking-section .nectar-sticky-media-section__content__wrap .nectar-sticky-media-section__content-section:nth-child(2) .nectar-sticky-media-section__media {
		background-image: url(/wp-content/uploads/2026/01/practice-mob.png)!important;
	}
	.stacking-section .nectar-sticky-media-section__content__wrap .nectar-sticky-media-section__content-section:nth-child(3) .nectar-sticky-media-section__media {
		background-image: url(/wp-content/uploads/2026/01/connect-mob.png)!important;
	}
	.foot-logo-wrap .img-with-aniamtion-wrap.custom-width-180px .inner {
		margin: 0 auto!important;
	}
	.sign {
		margin-left: 0 !important;
	}
	.custom-carousel .item {
		height: 200px;
	}
}