



:root{
    --color-primary : #28485a;
    --color-primary-dark : #183343;
    --color-secondary : #806f68;
    --color-primary-light: #28485a;
    --color-secondary-dark : #24929c;
}
div,a, h1, h2, h3, h4, h5, h6 span, hgroup, select, input, textarea, button, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, p, input, figure, figcaption, header, footer, nav, section, article, aside, main, menu, video, canvas, progress, summary, details, dialog, menuitem, button , span {
    font-family:   'Noto Kufi Arabic', sans-serif !important;
    }



.input-item {
    margin-bottom: 1rem;
}

.input-item span {
    margin-bottom: .5rem;
}


.primary-button {
    display: inline-block;
    margin-bottom: 1rem;
}


.primary-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: var(--color-primary) !important;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.action-icon {
    display: inline-block;
    padding: 6px 12px;
    background: var(--color-primary-light) !important;
    color: #fff;
    margin-left: .4rem;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    font-size: 15px;
}

.action-icon.red {
    background: #ef4848 !important;
}
.action-icon.yellow {
    background: #e0a63e !important;
}

.action-icon.green {
    background: #4CAF50 !important;
}

img.table-thubmnail {
    width: 32px;
    object-fit: contain;
}

.badge {
    background: #555;
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    border-radius: 4px;
    font-size: 11px;
}

.badge.badge-active {
    background: green;
    /* color: #045b04; */
}

.badge.badge-pending {
    background: orange;
}

.badge.badge-inactive , .badge.badge-banned , .badge.badge-blocked {
    background: red;
}

.show-records-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.show-record-item {
    width: 33%;
    /* flex: 1; */
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 16px 10px;
    flex: 1 0 calc(33.333% - 1.5rem);
}

.show-record-item h3 {
    font-size: 14px;
    margin-bottom: .5rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: .5rem;
}

.show-record-item p {
    font-size: 18px;
}

.tab-container {
    margin: 2rem 0px;
}

.tab-container button {
    color: var(--color-primary);
    transition: all 0.3s ease;
}

.tab-container button:hover {
    background: #eee;
    /* color: #fff; */
}

.show-record-item p form {
    display: inline-block;
}

[dusk="slideover-dialog"] h1 {
    padding-bottom: 2rem;
    font-size: 20px;
}

.error-message {
    background-color: #f8d7da; /* Light red */
    border-color: #f5c6cb; /* Red border color */
    color: #721c24;
    padding: 16px 14px;
    margin: 1rem;
    border-radius: 6px;
}



.item-list-item img {
    width: 128px;
    height: 128px;
    margin: 0px auto;
    object-fit: contain;
}

.item-list-item {
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 12px 20px;
    flex: 0 1 calc(33% - 1rem);
}

.item-container {
    display: flex;
    flex-wrap: wrap;
    gap:  1rem;
}

.item-list-item h4 {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
}

.item-list-item i {
    margin-left: .5rem;
    position: relative;
    top: 3px;
}

.success-message {
    background-color: #b8f0d1; /* Light red */
    border-color: #c6f5ce; /* Red border color */
    color: #1c7235;
    padding: 16px 14px;
    margin: 1rem;
    border-radius: 6px;
}

.item-list-item .success-message , .item-list-item  .error-message {
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
}
.qr-code-wrapper {
    text-align: center;
}

.qr-code-wrapper > * {
    margin: 0px auto;
    max-width: 256px;
    height: auto;
}



.item-list-item .item-detials {
    height: 63%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.item-list-item .item-detials .item-offer-name {
    flex: 1;
}


.item-list-item {
    --border-size: 3px;
    --border-angle: 0turn;
    /* width: 60vmin;
    height: 50vmin; */

    background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), cover;
    background-position: center center;
    background-repeat: no-repeat;
    animation: bg-spin 3s linear infinite;
    

}


.item-list-item.active{
    background-image: conic-gradient(from var(--border-angle), #fff, #fff 50%, #fff), conic-gradient(from var(--border-angle), transparent 20%, rgb(3, 189, 68), rgb(149, 193, 18));

}
.item-list-item.redeemed{
    background-image: conic-gradient(from var(--border-angle), #fff, #fff 50%, #fff), conic-gradient(from var(--border-angle), transparent 20%, rgb(189, 3, 6), rgb(193, 18, 178));

}
@keyframes bg-spin {
    to {
        --border-angle: 1turn;
   }
}
.box:hover {
    animation-play-state: paused;
}
@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}


img.header-logo {
    width: 64px;
}

td , td {
    text-align: center;
}

td span.uppercase , th span.uppercase {
    text-align: center;
    line-height: 21px;
}


.show-sta-item {
    flex: 1 0 calc(33% - 1.5rem);
    box-shadow: 4px  6px 10px  #eee , -4px  -6px 10px  #f8f8f8;
    border-radius: 6px;
    padding: 12px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.show-sta-item p {
    font-size: 50px;
    color: #222;
}

.show-sta-item h3 {
    font-size: 13px;
    color: #333;
}

.show-sta-item i {
    font-size: 35px;
    position: relative;
    background: #491976;
    color: #fff;
    padding: 6px  12px;
    padding-bottom: 0px;
    border-radius: 8px;
    line-height: 54px;
    top: 8px;
}

.dir-rtl {
    direction: rtl;
}

.dashborad-home-charts > div {
    flex: 0 1 calc(33% - 1rem);
    border: 1px solid #f3f3f3;
}

.dashborad-home-charts {display: flex;gap: 1rem;}


.dashborad-home-charts i {
    position: relative;
    font-size: 25px;
    top: -4px;
    color: #666;
}


.loading_dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffffd6;
    top: 0px;
    left: 0px;
    text-align: center;
    z-index: 99;
    transition: all 0.4s ease 0s;
    font-size: 18px;
    visibility: hidden;
    opacity: 0;
  }
  
  .loading_dialog .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  
  .loading_dialog img {
    max-width: 128px;
  }
  
  .loading_dialog.shown {
    visibility: visible;
    opacity: 1;
  }




  /*  frontend  */

  :root {
    --blur-size: 200px;
    --shape-1-size: 520px;
    --shape-3-size: 580px;
    --shapes-opacity: 40%;
}

html,
body {
    margin: 0;
    overflow-x: hidden;
}

.animated-bg{
    overflow-x: hidden;
    /* position: absolute; */
    width: 100vw;
    height: auto;
    z-index: -1;
}

.shape-1 {
    width: var(--shape-1-size);
    height: var(--shape-1-size);
    background-color: #25898e;
    border-radius: 50%;
    position: absolute;
    left: -1rem;
    top: 0;
    mix-blend-mode: multiply;
    filter: blur(var(--blur-size));
    opacity: var(--shapes-opacity);
    animation: blob ease-in 7s infinite;
}

.shape-2 {
    width: var(--shape-1-size);
    height: var(--shape-1-size);
    background-color: #25898e;
    border-radius: 50%;
    position: absolute;
    right: -1rem;
    top: 0;
    mix-blend-mode: multiply;
    filter: blur(var(--blur-size));
    opacity: var(--shapes-opacity);
    animation: blob ease-in 7s infinite;
    animation-delay: 2s;
    animation-direction: reverse;
}

.shape-3 {
    width: var(--shape-3-size);
    height: var(--shape-3-size);
    background-color: #a9b096;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - calc(var(--shape-1-size) / 2));
    bottom: 0;
    mix-blend-mode: multiply;
    filter: blur(var(--blur-size));
    opacity: var(--shapes-opacity);
    animation: blob ease-in 7s infinite;
    animation-delay: 4s;
}

@keyframes blob {
    0% {
        transform: translate(0px, 0px) scale(1);
    }
    33% {
        transform: translate(30px, -50px) scale(1.1);
    }
    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
    100% {
        transform: translate(0px, 0px) scale(1);
    }
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 5%;
    margin: 0px auto;
    width: 100%;
    transition: .4s;
    position: fixed;
    z-index: 10;
    top: 0px;
}

.site-header li {
    display: inline-block;
    margin-left: .5rem;
    font-size: 16px;
}

img.front-logo {
    /* width: 96px; */
    max-height: 96px;
}

.site-header li a {
    transition: all 0.3s ease 0s;
    position: relative;
    padding: 12px;
    color: #111;
}

.site-header li a:after {
    content: "";
    width: 100%;
    height: 4px;
    background: var(--color-primary-light);
    position: absolute;
    left: 0px;
    bottom: -4px;
    opacity: 0;
    transition: 0.3s;
}

.site-header li a:hover:after {
    bottom: 0px;
    opacity: 1;
}



.words-fade-effect {
    direction: rtl;
    /* font-size: clamp(5rem, 16vw, 16.5rem); */
    /* color: #fff; */
    text-align: center;
    text-transform: uppercase;
    transform-origin: 50% 50%;
    padding-top: .5em;
  
    
  }
  
  .words-fade-effect >   div {
    transform-origin: 50% 100%;
    overflow: hidden;
    /* color: #fff; */
  }

*, *::before, *::after {
	box-sizing: border-box;
}
@keyframes rotate {
	100% {
		transform: rotate(1turn);
   }
}
.main-button {
	position: relative;
	z-index: 0;
	/* width: 400px; */
	/* height: 300px; */
	border-radius: 10px;
	overflow: hidden;
	padding: 1rem  2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: sans-serif;
	font-weight: bold;
	/* max-width: 200px; */
	width: 160px;
	height: 60px;
}
.main-button::before {
	content: '';
	position: absolute;
	z-index: -2;
	left: -50%;
	top: -50%;
	width: 200%;
	height: 200%;
	background-color: var(--color-primary-light);
	background-repeat: no-repeat;
	background-size: 50% 50%, 50% 50%;
	background-position: 0 0, 100% 0, 100% 100%, 0 100%;
	background-image: linear-gradient( var(--color-primary-light), var(--color-primary-light)),  linear-gradient(transparent , transparent) ,linear-gradient(var(--color-primary), var(--color-primary)) , linear-gradient(transparent,transparent); 
	animation: rotate 4s linear infinite;
}
.main-button::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 4px;
	top: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background: white;
	border-radius: 5px;
}



/* frontend main  style  */

.intro-wrapper {
    /* height: 100vh; */
    /* display: flex; */
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    position: relative;
    z-index: 10;
}

.site-intro {
    flex: 1;
    display: flex;
    align-items: center;
    /* height: 100vh; */
}


.site-intro .intro-content {
    width: 100%;
    text-align: center;
}

.site-intro h1 {
    font-size: 80px;
}

.site-intro h3 {
    font-size: 36px;
    margin-top: 2rem;
}

.site-intro .hero-link {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 3rem;
}

 a.secondary-button {
    padding: 1rem 2rem;
    background: #fff;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    box-shadow: 3px 4px 40px #44147173;
    color: #333;
}

.sta-container {
    display: flex;
    /* background: #fff; */
    position: relative;
    /* padding: 1rem 5%; */
    gap: 1.5rem;
    text-align: center;
}

.sta-container .sta-item {
    flex: 1 0 20%;
    text-align: center;
    background: #f9f9f9;
    border-radius: 16px;
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr auto;
    text-align: right;
    align-items: center;
    /* box-shadow: 1px 3px 20px #eee; */
    border: 1px solid #ddd;
}

.sta-item h4 {
    font-size: 12px !important;
    color: #555;
}

.sta-item h2 {
    color: #333;
    font-size: 28px;
}
.sta-container .sta-item i {
    font-size: 30px;
    background: #25b1b3;
    padding: 12px 16px;
    border-radius: 50%;
    padding-bottom: 5px;
    color: #fff;
}
.sta-item.attended i {
    background: #0dc729;
}

.sta-item.not-attended i {
    background: #ffb74a;
}

.sta-item.withdrawed i {
    background: #ff4a55;
}

.sta-item {}

.sta-container .sta-item p {
    font-size: 51px;
}

.sta-container .sta-item p {}

.sta-container .sta-item  h4 {
    font-size: 14px;
}

.how-it-works {
    padding: 8rem 5%;
    overflow-x: hidden;
}

.main-title {
    font-size: 29px;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.how-it-works-content {
    display: flex;
    align-items: center;
    overflow-x: hidden !important;
}

.how-it-works-content > * {
    flex: 1;
}

.how-it-works-content img {
    max-height: 400px;
    display: block;
    margin: 1rem auto;
}

.inst-item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 1rem;
    margin-bottom: 2rem;
    font-size: 20px;
    align-items: center;
}

.inst-item p {
    background: var(--color-primary-light);
    padding: 10px 20px;
    border-radius: 50%;
    color: #fff;
}

.inst-item:last-child {
    margin: 0px;
}

footer {
    background: linear-gradient(to top, #1a8e90, #51b7b8);
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 12px 5%;
    color: #fff;
    margin-top: 2rem;
    position: relative;
    /* min-height: 200px; */
    /* padding-top: 4rem; */
}

footer:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 20px;
    filter: blur(10px);
    background-color: #fff;
    display: none;
}
footer li {
    /* display: inline-block; */
    margin-left: 1rem;
    font-size: 14px;
    color: #fff;
}

footer img.footer-logo {
    height: 64px;
    position: relative;
}

.site-header.fixed {
    /* background: #fff; */
    /* position: fixed; */
    /* box-shadow: 0px 1px 5px #eee; */
    /* z-index: 999; */
    /* border-bottom: 1px solid #ccc; */
    transition: .4s;
}

.page-container {
    background: #ffffff;
    position: relative;
    width: 90%;
    margin: 2rem auto;
    border-radius: 10px;
    z-index: 1;
    margin-top: 8rem;
}


.p-description {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 19px;
}


.modal-confirm {		
	color: #434e65;
	width: 525px;
}
.modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	background: #e85e6c;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
	color: #fff;
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	/* border: 5px solid #fff; */
	padding: 15px;
	text-align: center;
}
.modal-confirm .icon-box i {
	font-size: 68px;
	margin: -2px 0 0 -2px;
	position: relative;
	top: -10px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #444 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	min-width: 150px;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #222 !important;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

.modal-confirm .modal-header.success {
    background: #4CAF50;
}

footer ul {
    margin: 0px;
}

@media screen and (max-width:580px) {


	body .site-section{
		margin:2rem 0px;
	}
body .features-list .feature-item {
    flex: 45% !important;
}

body .whatsapp-fixed {
    left: 20px;
}

a.video-vemo-icon.btn-whatsapp {}

body .btn-whatsapp {
    width: 50px !important;
    height: 50px !important;
    line-height: 60px !important;
}

body div#hover-message {
    max-width: 200px;
    height: auto;
    line-height: 20px !important;
}

    body .large-flex-3{
        display: block;
    }
    body div#word-container {
        margin-top: 0px;
    }


    body .flats-list{
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    
    }
    



    body #word-body span {
        font-size: 1.5rem;
    }
	body h5.footer-title{
		margin-bottom:1rem;
	}

    body .home-services-container .guarantee-item:nth-child(2n) {
        transform: translateY(40px);
    }
    body .home-services-container .guarantee-item {
        font-size: 14px;
    }
    body img.block-img {
        max-width: 100%;
    }
	body .machine-info-container img {
    max-width: 50% !important;
}

	body .main-features  img.block-img{
		max-width:100% !important;
	}
	
	body .main-features {
    display: block;
}

body .main-feature-item:last-child {
    border-bottom: 0px;
}
body .main-feature-item {
    border-bottom: 1px solid #eee;
    border-left:0px;
}

	body .only-mobile{
		display :block;
	}

    body .only-desktop{
        display: none !important;
        }

body .site-section {
    display: block;
    text-align: center;
    margin: 6rem auto;
}
	body .site-section.contact-section{

		margin-bottom:0px
	}

body .container {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

body h2.block-title {
    font-size: 20px;
    margin-top: .5rem;
}

body p.block-description {
    font-size: 15px;
}

body .wave.flipped-y {margin-top: -32px;}

body .wave-bg-color {
    top: 0px;
    padding: 2rem 0px;
    padding-bottom: 0px;
}

body .figure-title h2 {
    font-size: 22px;
}

body .home-services-container {
    margin-top: 1rem !important;
    display: block;
}

body section.site-section.contact-section {
    margin-top: 2rem;
}

body .flex-grow-con {
    display: block;
}

.flex-grow-con .radio-btn {
    margin-bottom: 1rem;
}

body footer .footer-content {
    /* display: block; */
    /* text-align: right; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body footer img.footer-logo {
    margin: 0px auto;
}

body p.footer-site-description {
    text-align-last: center;
}

body .copyright {
    margin-top: 0px;
}
	body  .filters .inner {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow: auto;
    /* display: block; */
    flex-basis: fit-content;
    align-items: flex-start;
    align-self: flex-start;
    max-width: 70vw;
    flex: 1;
    flex-shrink: 1;
    min-width: 0px;
    flex: 1 1 auto;
}

body .filters .inner > * {
    flex: 1 1 100%;
    width: 100%;
    display: inline-block;
    /* min-width: 120px; */
    align-self: flex-start;
    font-size: 13px;
    min-width: fit-content;
    font-size: 11px;
    margin: .5rem .3rem;
}
	body .speakers-container {
    grid-template-columns: 1fr 1fr;
}
		body .partners-container {
			gap:1rem;
			align-items: center;
		}
	body .topics-container  {
    grid-template-columns:  1fr 1fr;
}


.topic-item:nth-child(3){
	border-left: 1px solid #eee;
}
 .topic-item:nth-child(2){
	border-bottom: 1px solid #eee;
}

.topic-item:nth-child(1){
	    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}


    
    body .main-title {
        font-size: 16px;
        margin-bottom: 1.5rem;
    }

    body .dashborad-home-charts {
        display: block;
    }
    body .business-sta-form fieldset{
        display: block;
    }

    :root {
        --blur-size: 100px;
        --shape-1-size: 120px;
        --shape-3-size: 180px;
        --shapes-opacity: 40%;
    }

    body .item-container {
        display: block;
    }
    
    body .item-list-item {
        margin-bottom: 1.2rem;
        /* display: grid; */
        /* grid-template-columns: auto 1fr; */
    }
    
    body .item-list-item img {
    }
    
    body .item-list-item h4 {
        font-size: 15px;
    }
    
    body .item-list-item p {
        font-size: 13px;
    }
    body .shape-1 {
        left: 100px;
        top: 101px;
    }
    body .shape-2 {
        top: 100px;
        right: 100px;
    }
    body .mobile-menu-icon {
        display: block;
      }

    body .sta-container {
        display: block;
        margin: 0px 5%;
    }
    
    body .sta-container .sta-item {
    /* background: #fff; */
    margin-bottom: 2rem;
    border-radius: 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    text-align: right;
    padding: 16px;
    grid-column-gap: 1rem;
    align-items: center;
    /* box-shadow: 3px 4px 20px #cccccc61; */
}
    
    body {
    }
    
    body .how-it-works-content img {
        width: 128px;
        max-width: 100%;
        margin-bottom: 2rem;
    }
    
    body .inst-item {
        font-size: 16px;
    }
    
    body footer {
        flex-direction: column-reverse;
    }
    
    body ul {
        margin-bottom: 1rem;
    }
    
    body .site-header nav.site-nav {
        display: none;
    }

	body .sta-container .sta-item i {
    font-size: 60px;
    position: relative;
    top: 8px;
}

body .sta-container .sta-item p {
    font-size: 40px;
}

body .how-it-works-content {
    flex-direction: column-reverse;
}
	

body .site-intro h1 {
    /* font-size: 55px; */
}

body .site-intro h3 {
    font-size: 30px;
}
}

#text-anim div {
    display: inline-block;
    margin: 0.3rem;
}


/*  mobile menu */


.site-header.scrolled .burger-bar {
    background-color: #333 !important;
}

.menu-content-close {
    position: absolute !important;
    left: 20px;
    top: 20px;
    color: #fff;
}

.menu-content-close .burger-bar {
    background: #333;
}
.mobile-menu-icon {
    position: relative;
    z-index: 10000;
    display: none;
}

ul.menu-items .menu-item {
  margin-bottom: 1rem;
  font-size: 16px;
}

.burger-menu {
  cursor: pointer;
  padding: 20px;
  position: relative;
  z-index: 10000;
}

.burger-bar {
  /* width: 30px; */
  /* height: 3px; */
  /* background-color: #222; */
  margin: 6px 0;
  transition: 0.4s;
  /* transition-delay: 1.5s; */
  transition: all .4s ease;
  /* background: #fff; */
}

.overlay-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-primary-light);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9999;
}

.overlay-1-menu {
  animation: slideDown 0.5s ease-out 0.3s forwards;
}

.overlay-2-menu {
  background-color: #f4f4f4;
  animation: slideDown 0.5s ease-out 0.6s forwards;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
}

.menu-items {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  opacity: 0;
  transform: translateX(20px);
  animation: fadeIn 0.5s ease-out forwards;
  animation-delay: 1.1s;
  cursor: pointer;
  color: #333;
}


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


/* mobile menu end */


.clients-carousel img {
    object-fit: contain;
    width: 128px;
    aspect-ratio: 1.5/1;
}

.clients-carousel {
    margin-bottom: 5rem;
}


.p-4.pointer-events-auto.border-l-4.shadow-md.min-w-\[240px\].bg-green-50.border-green-400 {
    direction: rtl;
}

.business-sta-form fieldset {
    gap: .5rem;
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: flex-end;
    margin-bottom: 1.5rem;
}

.business-sta-form fieldset .input-item {
    margin-bottom: 0px;
}

.business-sta-form fieldset .primary-button {
    margin-bottom: 0px;
}

.copyright {
    padding: 12px;
    text-align: center;
    background: #3d1068;
    color: #fff;
    display: none;
}

.copyright a {
    text-decoration: underline;
}

.offer-count label {
    margin-bottom: 0.5rem;
    display: block;
}

.offer-count {
    margin-bottom: 1rem;
    display: none;
}

.offer-count input {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 5px;
}

.reader-pause{
    display: none;
    position: absolute;
    
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    
}
.reader-pause  > *{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* font-size: 100px; */
    /* color: #ccc; */
}
.reader-container{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dotlottie-container dotlottie-player {
    margin: 0px auto;
}


.v-field__overlay {
    background: transparent !important;
}

.v-field__input {
    position: relative;
    top: 10px;
}

.input-container {
    margin-bottom: 1rem;
  
}

.attended-item {
    border-radius: 20px;
    padding: 16px 20px;
    /* background: #f9f9f9; */
    /* box-shadow: 1px 2px 10px #f3f3f38f; */
    margin: 1rem 0pc;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    /* border: 1px solid #eee; */
    flex-wrap: wrap;
}

.badge.badge-default {
    background: var(--color-primary);
    color: #fff;
    padding: 8px 8px !important;
    display: inline-block;
    border-radius: 8px !important;
}



.badge.badge-default:first-child {
    margin-right: 0px;
}

.status.pending {
    background: #ffb74a;
    padding: 8px 16px;
    border-radius: 16px;
    color: #563d17;
    text-align: center;
    width: fit-content;
    margin: 0px auto;
    font-size: 14px;
}

.status.attended {
    background: #39dc5c;
    padding: 8px 16px;
    border-radius: 16px;
    color: #175617;
    text-align: center;
    width: fit-content;
    margin: 0px auto;
    font-size: 14px;
}

.attended-item .name p {
    color: #666;
    font-size: 12px;
}

.attended-item > * {
    flex: 1;
}

h2.sub-title {
    font-size: 22px;
    margin: 2rem 0px;
}

.attended-item .options {
    /* text-align: left; */
}

.attended-item .name {
    text-align: right;
}

.attended-item .options i {
    margin: 6px;
}

a.btn-circle {
    padding: 8px 16px;
    border-radius: 16px;
    border: 1px solid #ddd;
    display: inline-block;
    margin: .5rem;
}

a.btn-circle.active {
    background: #816e67;
    color: #fff;
    border-color: transparent;
}

.filters {
    margin: .5rem 0px;
    margin-top: 0px !important;
}

a.btn-circle i {
    position: relative;
    top: 2px;
}

.filters {
    display: grid;
    grid-template-columns: 1fr auto;
}

i.fi {
    position: relative;
    top: 3px;
}

.attended-item .expandable {
    grid-column: -1/1;
    /* width: 100%; */
    /* flex: 1 1 100%; */
    transition: opacity 0.3s ease 0s;
    /* max-height: 0px; */
    /* overflow: hidden; */
    opacity: 0;
    display: none;
    /* visibility: hidden; */
    flex-grow: 1;
    flex-basis: 100%;
    width: 100%;
    flex-wrap: wrap;
}

.attended-item .expandable.expanded {
    /* max-height: 500px; */
    opacity: 1;
    visibility: visible;
    /* transition: max-height 0.3s ease 0.3s ,opacity 0.3s ease 0.4s; */
}

a.expandd {}

a.rotated {
    transition: all 0.3s ease 0s;
    transform: rotate(180deg);
    display: inline-block;
}

.attended-item .options a {
    display: inline-block;
    transition: all 0.3s ease 0s;
}


/*  custom radio */


.radio-buttons 
{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.custom-radio input 
{
  display: none;
}

.radio-btn 
{
  margin: 0px;
  /* width: 220px; */
  /* height: 240px; */
  border: 3px solid transparent;
  display: inline-block;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px #c3c3c367;
  cursor: pointer;
  padding: 4px;
  width: 100%;
  color: #333 !important;
  border-radius: 6px;
}

.radio-btn > i {
  color: #ffffff;
  background-color: var(--color-primary);
  font-size: 15px;
  position: absolute;
  top: -18px;
  right: -10px;
  transform: scale(1.3);
  border-radius: 50px;
  padding: 8px 12px;
  pointer-events: none;
  opacity: 0;
  background: #358f91;
  /* filter: blur(10px); */
  transition: all 0.2s ease 0s;
}

.radio-btn .hobbies-icon 
{
  /* width: 150px; */
  /* height: 150px; */
  /* position: absolute; */
  /* top: 40%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* display: none; */
}
.radio-btn .hobbies-icon img
{
  display:block;
  width:100%;
  /* margin-bottom:20px; */
  border-radius: 8px;
}
.radio-btn .hobbies-icon i 
{
  color: #FFDAE9;
  line-height: 80px;
  font-size: 60px;
}

.radio-btn .hobbies-icon h3 
{
  color: #333;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  /* font-weight: bold; */
  padding: 8px;
}

.custom-radio input:checked + .radio-btn 
{
  border: 2px solid var(--color-primary-light);
}

.custom-radio input:checked + .radio-btn > i 
{
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
}
.flex-2 {
    display: flex;
    gap: 1rem;
}

.flex-2 > * {
    flex: 0 1 100%;
}

.radio-btn > i:before {
    position: relative;
    top: 3px;
}

.submit-button button {
    background: #16868a;
    letter-spacing: 0px !important;
    transition: all 0.3s ease 0s;
}

.submit-button button:hover {
    /* padding-left: 30px; */
    background: #125658 !important;
}



div,a, h1, h2, h3, h4, h5, h6 span, hgroup, select, input, textarea, button, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, p, input, figure, figcaption, header, footer, nav, section, article, aside, main, menu, video, canvas, progress, summary, details, dialog, menuitem, button , span {
    font-family:   'Noto Kufi Arabic', sans-serif !important;
    }



.input-item {
    margin-bottom: 1rem;
}

.input-item span {
    margin-bottom: .5rem;
}


.primary-button {
    display: inline-block;
    margin-bottom: 1rem;
}


.primary-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: var(--color-primary) !important;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.action-icon {
    display: inline-block;
    padding: 6px 12px;
    background: var(--color-primary-light) !important;
    color: #fff;
    margin-left: .4rem;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    font-size: 15px;
}

.action-icon.red {
    background: #ef4848 !important;
}
.action-icon.yellow {
    background: #e0a63e !important;
}

.action-icon.green {
    background: #4CAF50 !important;
}

img.table-thubmnail {
    width: 32px;
    object-fit: contain;
}

.badge {
    background: #555;
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    border-radius: 4px;
    font-size: 11px;
}

.badge.badge-active {
    background: green;
    /* color: #045b04; */
}

.badge.badge-pending {
    background: orange;
}

.badge.badge-inactive , .badge.badge-banned , .badge.badge-blocked {
    background: red;
}

.show-records-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.show-record-item {
    width: 33%;
    /* flex: 1; */
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 16px 10px;
    flex: 1 0 calc(33.333% - 1.5rem);
}

.show-record-item h3 {
    font-size: 14px;
    margin-bottom: .5rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: .5rem;
}

.show-record-item p {
    font-size: 18px;
}

.tab-container {
    margin: 2rem 0px;
}

.tab-container button {
    color: var(--color-primary);
    transition: all 0.3s ease;
}

.tab-container button:hover {
    background: #eee;
    /* color: #fff; */
}

.show-record-item p form {
    display: inline-block;
}

[dusk="slideover-dialog"] h1 {
    padding-bottom: 2rem;
    font-size: 20px;
}

.error-message {
    background-color: #f8d7da; /* Light red */
    border-color: #f5c6cb; /* Red border color */
    color: #721c24;
    padding: 16px 14px;
    margin: 1rem;
    border-radius: 6px;
}



.item-list-item img {
    width: 128px;
    height: 128px;
    margin: 0px auto;
    object-fit: contain;
}

.item-list-item {
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 12px 20px;
    flex: 0 1 calc(33% - 1rem);
}

.item-container {
    display: flex;
    flex-wrap: wrap;
    gap:  1rem;
}

.item-list-item h4 {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
}

.item-list-item i {
    margin-left: .5rem;
    position: relative;
    top: 3px;
}

.success-message {
    background-color: #b8f0d1; /* Light red */
    border-color: #c6f5ce; /* Red border color */
    color: #1c7235;
    padding: 16px 14px;
    margin: 1rem;
    border-radius: 6px;
}

.item-list-item .success-message , .item-list-item  .error-message {
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
}
.qr-code-wrapper {
    text-align: center;
}

.qr-code-wrapper > * {
    margin: 0px auto;
    max-width: 256px;
    height: auto;
}



.item-list-item .item-detials {
    height: 63%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.item-list-item .item-detials .item-offer-name {
    flex: 1;
}


.item-list-item {
    --border-size: 3px;
    --border-angle: 0turn;
    /* width: 60vmin;
    height: 50vmin; */

    background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), cover;
    background-position: center center;
    background-repeat: no-repeat;
    animation: bg-spin 3s linear infinite;
    

}


.item-list-item.active{
    background-image: conic-gradient(from var(--border-angle), #fff, #fff 50%, #fff), conic-gradient(from var(--border-angle), transparent 20%, rgb(3, 189, 68), rgb(149, 193, 18));

}
.item-list-item.redeemed{
    background-image: conic-gradient(from var(--border-angle), #fff, #fff 50%, #fff), conic-gradient(from var(--border-angle), transparent 20%, rgb(189, 3, 6), rgb(193, 18, 178));

}
@keyframes bg-spin {
    to {
        --border-angle: 1turn;
   }
}
.box:hover {
    animation-play-state: paused;
}
@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}


img.header-logo {
    width: 64px;
}

td , td {
    text-align: center;
}

td span.uppercase , th span.uppercase {
    text-align: center;
    line-height: 21px;
}


.show-sta-item {
    flex: 1 0 calc(33% - 1.5rem);
    box-shadow: 4px  6px 10px  #eee , -4px  -6px 10px  #f8f8f8;
    border-radius: 6px;
    padding: 12px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.show-sta-item p {
    font-size: 50px;
    color: #222;
}

.show-sta-item h3 {
    font-size: 13px;
    color: #333;
}

.show-sta-item i {
    font-size: 35px;
    position: relative;
    background: #491976;
    color: #fff;
    padding: 6px  12px;
    padding-bottom: 0px;
    border-radius: 8px;
    line-height: 54px;
    top: 8px;
}

.dir-rtl {
    direction: rtl;
}

.dashborad-home-charts > div {
    flex: 0 1 calc(33% - 1rem);
    border: 1px solid #f3f3f3;
}

.dashborad-home-charts {display: flex;gap: 1rem;}


.dashborad-home-charts i {
    position: relative;
    font-size: 25px;
    top: -4px;
    color: #666;
}


.loading_dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffffd6;
    top: 0px;
    left: 0px;
    text-align: center;
    z-index: 99;
    transition: all 0.4s ease 0s;
    font-size: 18px;
    visibility: hidden;
    opacity: 0;
  }
  
  .loading_dialog .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  
  .loading_dialog img {
    max-width: 128px;
  }
  
  .loading_dialog.shown {
    visibility: visible;
    opacity: 1;
  }




  /*  frontend  */

  :root {
    --blur-size: 200px;
    --shape-1-size: 520px;
    --shape-3-size: 580px;
    --shapes-opacity: 40%;
}

html,
body {
    margin: 0;
    overflow-x: hidden;
}

.animated-bg{
    overflow-x: hidden;
    /* position: absolute; */
    width: 100vw;
    height: auto;
    z-index: -1;
}

.shape-1 {
    width: var(--shape-1-size);
    height: var(--shape-1-size);
    background-color: #25898e;
    border-radius: 50%;
    position: absolute;
    left: -1rem;
    top: 0;
    mix-blend-mode: multiply;
    filter: blur(var(--blur-size));
    opacity: var(--shapes-opacity);
    animation: blob ease-in 7s infinite;
}

.shape-2 {
    width: var(--shape-1-size);
    height: var(--shape-1-size);
    background-color: #25898e;
    border-radius: 50%;
    position: absolute;
    right: -1rem;
    top: 0;
    mix-blend-mode: multiply;
    filter: blur(var(--blur-size));
    opacity: var(--shapes-opacity);
    animation: blob ease-in 7s infinite;
    animation-delay: 2s;
    animation-direction: reverse;
}

.shape-3 {
    width: var(--shape-3-size);
    height: var(--shape-3-size);
    background-color: #866aac;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - calc(var(--shape-1-size) / 2));
    bottom: 0;
    mix-blend-mode: multiply;
    filter: blur(var(--blur-size));
    opacity: var(--shapes-opacity);
    animation: blob ease-in 7s infinite;
    animation-delay: 4s;
}

@keyframes blob {
    0% {
        transform: translate(0px, 0px) scale(1);
    }
    33% {
        transform: translate(30px, -50px) scale(1.1);
    }
    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
    100% {
        transform: translate(0px, 0px) scale(1);
    }
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 5%;
    margin: 0px auto;
    max-width: 90%;
    transition: .4s;
    position: fixed;
    z-index: 10;
    top: 0px;
    /* background: #fff; */
    /* position: absolute; */
/* From https: //css.glass */
    background: rgba(30, 29, 29, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin: 1rem 5%;
    border: 1px solid #2c2a2a;
}

.site-header li {
    display: inline-block;
    margin-left: .5rem;
    font-size: 16px;
}

img.front-logo {
    /* width: 96px; */
    max-height: 64px;
    max-width: 192px;
}

.site-header li a {
    transition: all 0.3s ease 0s;
    position: relative;
    padding: 12px;
    color: #fff;
}

.site-header li a:after {
    content: "";
    width: 100%;
    height: 4px;
    background: var(--color-primary-light);
    position: absolute;
    left: 0px;
    bottom: -4px;
    opacity: 0;
    transition: 0.3s;
}

.site-header li a:hover:after {
    bottom: 0px;
    opacity: 1;
}



.words-fade-effect {
    direction: rtl;
    /* font-size: clamp(5rem, 16vw, 16.5rem); */
    /* color: #fff; */
    text-align: center;
    text-transform: uppercase;
    transform-origin: 50% 50%;
    padding-top: .5em;
  
    
  }
  
  .words-fade-effect >   div {
    transform-origin: 50% 100%;
    overflow: hidden;
    /* color: #fff; */
  }

*, *::before, *::after {
	box-sizing: border-box;
}
@keyframes rotate {
	100% {
		transform: rotate(1turn);
   }
}
.main-button {
	position: relative;
	z-index: 0;
	/* width: 400px; */
	/* height: 300px; */
	border-radius: 10px;
	overflow: hidden;
	padding: 1rem  2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: sans-serif;
	font-weight: bold;
	/* max-width: 200px; */
	width: 160px;
	height: 60px;
}
.main-button::before {
	content: '';
	position: absolute;
	z-index: -2;
	left: -50%;
	top: -50%;
	width: 200%;
	height: 200%;
	background-color: var(--color-primary-light);
	background-repeat: no-repeat;
	background-size: 50% 50%, 50% 50%;
	background-position: 0 0, 100% 0, 100% 100%, 0 100%;
	background-image: linear-gradient( var(--color-primary-light), var(--color-primary-light)),  linear-gradient(transparent , transparent) ,linear-gradient(var(--color-primary), var(--color-primary)) , linear-gradient(transparent,transparent); 
	animation: rotate 4s linear infinite;
}
.main-button::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 4px;
	top: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background: white;
	border-radius: 5px;
}



/* frontend main  style  */

.intro-wrapper {
    /* height: 100vh; */
    /* display: flex; */
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    position: relative;
    z-index: 10;
}

.site-intro {
    display: flex;
    /* height: 100vh; */
    /* padding: 5%; */
    gap: 2rem;
    overflow: hidden;
    position: relative;
}

.site-intro h1 {
    width: 100%;
}

.site-intro .intro-content {
    width: 100%;
    text-align: center;
}

.site-intro h1 {
    font-size: 80px;
}

.site-intro h3 {
    font-size: 36px;
    margin-top: 2rem;
}

.site-intro .hero-link {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 3rem;
}

.site-intro a.secondary-button {
    padding: .5rem 1.5rem;
    background: #eee;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    box-shadow: 3px 4px 40px #44147173;
    color: #333;
    /* line-height: 42px; */
    font-size: .9rem !important;
    /* padding-bottom: 0.2rem; */
}

.sta-container {
    display: flex;
    /* background: #fff; */
    position: relative;
    /* padding: 1rem 5%; */
    gap: 1.5rem;
    text-align: center;
}

.sta-container .sta-item {
    flex: 1 0 15%;
    text-align: center;
    background: #f9f9f9;
    border-radius: 16px;
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr auto;
    text-align: right;
    align-items: center;
    /* box-shadow: 1px 3px 20px #eee; */
    border: 1px solid #ddd;
/* From https: //css.glass */
    background: rgba(80, 78, 78, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(80, 78, 78, 0.3);
    color: #fff;
}

.sta-item h4 {
    font-size: 12px !important;
    color: #ccc;
}

.sta-item h2 {
    color: #fff;
    font-size: 28px;
}
.sta-container .sta-item i {
    font-size: 30px;
    background: #25b1b3;
    padding: 12px 16px;
    border-radius: 50%;
    padding-bottom: 5px;
    color: #fff;
}
.sta-item.attended i {
    background: #0dc729;
}

.sta-item.not-attended i {
    background: #ffb74a;
}

.sta-item.withdrawed i {
    background: #ff4a55;
}

.sta-item {}

.sta-container .sta-item p {
    font-size: 51px;
}

.sta-container .sta-item p {}

.sta-container .sta-item  h4 {
    font-size: 14px;
}

.how-it-works {
    padding: 8rem 5%;
    overflow-x: hidden;
}

.main-title {
    font-size: 29px;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.how-it-works-content {
    display: flex;
    align-items: center;
    overflow-x: hidden !important;
}

.how-it-works-content > * {
    flex: 1;
}

.how-it-works-content img {
    max-height: 400px;
    display: block;
    margin: 1rem auto;
}

.inst-item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 1rem;
    margin-bottom: 2rem;
    font-size: 20px;
    align-items: center;
}

.inst-item p {
    background: var(--color-primary-light);
    padding: 10px 20px;
    border-radius: 50%;
    color: #fff;
}

.inst-item:last-child {
    margin: 0px;
}

footer {
    background: linear-gradient(to top, #92807b47, transparent);
    color: #555;
    padding-top: 4rem;
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: end;
    margin: 0px !important;
}

footer:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 20px;
    filter: blur(10px);
    background-color: #fff;
    display: none;
}
footer li {
    /* display: inline-block; */
    margin-left: 1rem;
    font-size: 14px;
    color: #fff;
    margin-bottom: .5rem;
    color: #222 !important;
}

footer li a{
	color: #fff;
	font-size: 18px;
}

footer img.footer-logo {
    height: 128px;
    position: relative;
    width: auto;
    object-fit: contain;
    margin: 0px auto;
}

.site-header.fixed {
    /* background: #fff; */
    /* position: fixed; */
    /* box-shadow: 0px 1px 5px #eee; */
    z-index: 999;
    /* border-bottom: 1px solid #ccc; */
    /* transition: .4s; */
}

.page-container {
    background: transparent;
    position: relative;
    width: 90%;
    margin: 2rem auto;
    border-radius: 10px;
    z-index: 1;
    margin-top: 6rem;
}


.p-description {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 19px;
}


.modal-confirm {		
	color: #434e65;
	width: 525px;
}
.modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	background: #e85e6c;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
	color: #fff;
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	/* border: 5px solid #fff; */
	padding: 15px;
	text-align: center;
}
.modal-confirm .icon-box i {
	font-size: 68px;
	margin: -2px 0 0 -2px;
	position: relative;
	top: -10px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #444 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	min-width: 150px;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #222 !important;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

.modal-confirm .modal-header.success {
    background: #4CAF50;
}

footer ul {
    margin: 0px;
}

@media screen and (max-width:580px) {

	body .attended-item .name , body .attended-item .contact {
    width: 100%;
    flex: 1 1 100%;
    margin: .5rem;
    text-align: right;
}

	body .attended-item .contact i {
			display:inline-block !important;
		margin-left:6px;
		color:#666;
		
	}

body .attended-item {
    /* display: grid; */
    flex-wrap: wrap;
}


.flat-button {
    padding: 12px 16px;
    border-radius: 16px;
    background: #816e67;
    color: #fff;
    font-size: 14px;
    margin: 8px 16px;
    display: inline-block;
}

.expandable-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.expandable-options .flat-button {
    margin: 8px 0px;
}

body .expandable-options{
    display:  grid !important;
}

body .attended-item .date {
    /* position: absolute; */
    left: 0px;
    top: 0px;
    padding: 8px;
    color: #eee;
    text-align:right;
}

	body .attended-item .options {
    text-align: left;
    color: #eee;
}

	body .attended-item .date,body .attended-item .status{
		font-size:13px !important;
	}

.attended-item .contact {
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1rem !important;
}
    
    body .main-title {
        font-size: 16px;
        margin-bottom: 1.5rem;
    }

    body .dashborad-home-charts {
        display: block;
    }
    body .business-sta-form fieldset{
        display: block;
    }

    :root {
        --blur-size: 100px;
        --shape-1-size: 120px;
        --shape-3-size: 180px;
        --shapes-opacity: 40%;
    }

    body .item-container {
        display: block;
    }
    
    body .item-list-item {
        margin-bottom: 1.2rem;
        /* display: grid; */
        /* grid-template-columns: auto 1fr; */
    }
    
    body .item-list-item img {
    }
    
    body .item-list-item h4 {
        font-size: 15px;
    }
    
    body .item-list-item p {
        font-size: 13px;
    }
    body .shape-1 {
        left: 100px;
        top: 101px;
    }
    body .shape-2 {
        top: 100px;
        right: 100px;
    }
    body .mobile-menu-icon {
        display: block;
      }

    body .sta-container {
        display: block;
        margin: 0px 5%;
    }
    
    body .sta-container .sta-item {
    /* background: #fff; */
    margin-bottom: 2rem;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr auto;
    text-align: right;
    padding: 20px;
    grid-column-gap: 1rem;
    align-items: center;
    /* box-shadow: 3px 4px 20px #cccccc61; */
    padding-bottom: 2rem;
}
    
    body {
    }
    
    body .how-it-works-content img {
        width: 128px;
        max-width: 100%;
        margin-bottom: 2rem;
    }
    
    body .inst-item {
        font-size: 16px;
    }
    
    body footer {
        flex-direction: column-reverse;
    }
    
    body ul {
        margin-bottom: 1rem;
    }
    
    body .site-header nav.site-nav {
        display: none;
    }

	body .sta-container .sta-item i {
    font-size: 30px;
    position: relative;
    top: 8px;
}

body .sta-container .sta-item p {
    font-size: 40px;
}

body .how-it-works-content {
    flex-direction: column-reverse;
}
	

body .site-intro h1 {
    /* font-size: 25px; */
    text-align: center;
    margin: 0px auto;
}

	body .site-intro p{
		font-size: 18px;
		text-shadow: 1px 10px 30px #fff;
	}

body .site-intro h3 {
    font-size: 30px;
}
}

#text-anim div {
    display: inline-block;
    margin: 0.3rem;
}


/*  mobile menu */


.site-header.scrolled .burger-bar {
    background-color: #333 !important;
}

.menu-content-close {
    position: absolute !important;
    left: 20px;
    top: 20px;
}

.menu-content-close .burger-bar {
    background: #fff !important;
}
.mobile-menu-icon {
    position: relative;
    z-index: 10000;
    display: none;
}

ul.menu-items .menu-item {
  margin-bottom: 1rem;
  font-size: 16px;
}

.burger-menu {
  cursor: pointer;
  padding: 20px;
  position: relative;
  z-index: 10000;
}

.burger-bar {
  width: 20px;
  height: 2px;
  background-color: #ddd;
  margin: 6px 0;
  transition: 0.4s;
  /* transition-delay: 1.5s; */
  transition: all .4s ease;
}

.overlay-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-primary-light);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9999;
}

.overlay-1-menu {
  animation: slideDown 0.5s ease-out 0.3s forwards;
}

.overlay-2-menu {
  /* background-color: #f4f4f4; */
  animation: slideDown 0.5s ease-out 0.6s forwards;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
/* From https: //css.glass */
  background: rgb(44 42 42 / 68%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 1;
}

.menu-items {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  opacity: 0;
  transform: translateX(20px);
  animation: fadeIn 0.5s ease-out forwards;
  animation-delay: 1.1s;
  cursor: pointer;
  color: #fff;
}

@keyframes slideDown {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


/* mobile menu end */


.clients-carousel img {
    object-fit: contain;
    width: 128px;
    aspect-ratio: 1.5/1;
}

.clients-carousel {
    margin-bottom: 5rem;
}


.p-4.pointer-events-auto.border-l-4.shadow-md.min-w-\[240px\].bg-green-50.border-green-400 {
    direction: rtl;
}

.business-sta-form fieldset {
    gap: .5rem;
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: flex-end;
    margin-bottom: 1.5rem;
}

.business-sta-form fieldset .input-item {
    margin-bottom: 0px;
}

.business-sta-form fieldset .primary-button {
    margin-bottom: 0px;
}

.copyright {
    padding: 1rem;
    text-align: center;
    /* background: #3d1068; */
    color: #fff;
    display: block;
    flex: 0 1 100% !important;
    background: transparent;
    border-top: 1px solid #333;
    margin-top: 1rem;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.copyright a {
    text-decoration: underline;
}

.offer-count label {
    margin-bottom: 0.5rem;
    display: block;
}

.offer-count {
    margin-bottom: 1rem;
    display: none;
}

.offer-count input {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 5px;
}

.reader-pause{
    display: none;
    position: absolute;
    
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    
}
.reader-pause  > *{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* font-size: 100px; */
    /* color: #ccc; */
}
.reader-container{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dotlottie-container dotlottie-player {
    margin: 0px auto;
}


.v-field__overlay {
    background: transparent !important;
}

.v-field__input {
    position: relative;
    top: 10px;
}

.input-container {
    margin-bottom: 1rem;
  
}

.attended-item {
    border-radius: 20px;
    padding: 16px 20px;
    /* background: #f9f9f9; */
    /* box-shadow: 1px 2px 10px #f3f3f38f; */
    margin: 1rem 0pc;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    /* border: 1px solid #eee; */
    flex-wrap: wrap;
    position: relative;
/* From https: //css.glass */
    background: rgba(80, 78, 78, 0.43);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(80, 78, 78, 0.3);
}

.status.not-attended {
    background: #ffb74a;
    padding: 8px 16px;
    border-radius: 16px;
    color: #563d17;
    text-align: center;
    width: fit-content;
    margin: 0px auto;
    font-size: 14px;
}

.attended-item .name p {
    color: #eee;
    font-size: 12px;
}

.attended-item > * {
    flex: 1;
}

h2.sub-title {
    font-size: 22px;
    margin: 2rem 0px;
}

.attended-item .options {
    /* text-align: left; */
}

.attended-item .name {
    text-align: right;
}

.attended-item .options i {
    margin: 6px;
}

a.btn-circle {
    padding: 8px 16px;
    border-radius: 16px;
    border: 1px solid #ddd;
    display: inline-block;
    margin: .5rem;
}

a.btn-circle.active {
    background: #816e67;
    color: #fff;
    border-color: transparent;
}

.filters {
    margin: .5rem 0px;
    margin-top: 0px !important;
}

a.btn-circle i {
    position: relative;
    top: 2px;
}

.filters {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: self-start;
    align-items: center;
}

i.fi {
    position: relative;
    top: 3px;
}

.attended-item .expandable {
    grid-column: -1/1;
    /* width: 100%; */
    /* flex: 1 1 100%; */
    transition: opacity 0.3s ease 0s;
    /* max-height: 0px; */
    /* overflow: hidden; */
    opacity: 0;
    display: none;
    /* visibility: hidden; */
    flex-grow: 1;
    flex-basis: 100%;
    width: 100%;
    flex-wrap: wrap;
}

.attended-item .expandable.expanded {
    /* max-height: 500px; */
    opacity: 1;
    visibility: visible;
    /* transition: max-height 0.3s ease 0.3s ,opacity 0.3s ease 0.4s; */
}

a.expandd {}

a.rotated {
    transition: all 0.3s ease 0s;
    transform: rotate(180deg);
    display: inline-block;
}

.attended-item .options a {
    display: inline-block;
    transition: all 0.3s ease 0s;
}


/*  custom radio */


.radio-buttons 
{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.custom-radio input 
{
  display: none;
}

.radio-btn 
{
  margin: 0px;
  /* width: 220px; */
  /* height: 240px; */
  border: 3px solid transparent;
  display: inline-block;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px #c3c3c367;
  cursor: pointer;
  padding: 4px;
  width: 100%;
  color: #333 !important;
  border-radius: 6px;
}

.radio-btn > i {
  color: #ffffff;
  background-color: var(--color-primary);
  font-size: 15px;
  position: absolute;
  top: -18px;
  right: -10px;
  transform: scale(1.3);
  border-radius: 50px;
  padding: 8px 12px;
  pointer-events: none;
  opacity: 0;
  background: #358f91;
  /* filter: blur(10px); */
  transition: all 0.2s ease 0s;
}

.radio-btn .hobbies-icon 
{
  /* width: 150px; */
  /* height: 150px; */
  /* position: absolute; */
  /* top: 40%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* display: none; */
}
.radio-btn .hobbies-icon img
{
  display:block;
  width:100%;
  /* margin-bottom:20px; */
  border-radius: 8px;
}
.radio-btn .hobbies-icon i 
{
  color: #FFDAE9;
  line-height: 80px;
  font-size: 60px;
}

.radio-btn .hobbies-icon h3 
{
  color: #333;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  /* font-weight: bold; */
  padding: 8px;
}

.custom-radio input:checked + .radio-btn 
{
  border: 2px solid var(--color-primary-light);
}

.custom-radio input:checked + .radio-btn > i 
{
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
}
.flex-2 {
    display: flex;
    gap: 1rem;
}

.flex-2 > * {
    flex: 0 1 100%;
}

.radio-btn > i:before {
    position: relative;
    top: 3px;
}

.submit-button button {
    background: #16868a;
    letter-spacing: 0px !important;
    transition: all 0.3s ease 0s;
}

.submit-button button:hover {
    /* padding-left: 30px; */
    background: #125658 !important;
}


.shape-section-title {
    text-align: center;
}

.shape-section-title img {
    max-width: 74px;
    margin: 0px auto;
}

.shape-section-title .the-title {
    width: fit-content;
    position: relative;
    margin: 0px auto;
    margin-top: -24px;
    font-size: 30px;
    position:relative;
    /* text-shadow: 1px 2px 30px #fff; */
    z-index: 10;
    margin-bottom: 30px;
}

.shape-section-title .the-title span {
    position: relative;
    z-index: 10;
    color: #036b7e;
}

.shape-section-title .the-title:before , .shape-section-title .the-title:after{
	content: "";
	/* position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -34px;
	width: 24px;
	height: 24px;
	background: url("../images/shape-side.png");
	background-size: 24px; */
 position: absolute;
		width: 100%;
	height: 24px;
	background:#fff;
	left:0px;
	top:0px;
	z-index:1;filter:blur(10px);
}



.speakers-container , .topics-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* gap: 1rem; */
    margin: 2rem 0px;
}

.topic-item {
    text-align: center;
    padding: 1rem;
}



.topic-item .count {
    font-size: 80px;
    color: #1b8688;
}

.topic-item h4 {
    margin-top: -36px;
    /* text-shadow: 1px 0px 12px #222; */
    position: relative;
    font-size: 17px;
    z-index: 10;
}

.topic-item h4:before {
    content: "";
    bottom: 1px;
    left: 0px;
    width: 100%;
    height: 50px;
    background: #fffffff5;
    position: absolute;
    filter: blur(10px);
}

.topic-item p {
    margin-top: 1rem;
    font-size: 14px;
    color: #444;
    /* text-align: justify; */
}

.topic-item h4 span {
    position: relative;
    z-index: 10;
    color: #333;
    font-size: 22px;
}

.secondary-color {
    color: #0f5e71;
}

.default-container{
    margin: 4rem auto;
}

.about-section p {
    color: #444;
    text-align: justify;
    font-size: 16px;
    line-height: 23px;
    -moz-text-align-last: center;
    text-align-last: center;
}

.goals-container .goal-item {
    background: linear-gradient(0deg, #1f8083, #045c6f);
    margin: 1rem;
    padding: 16px;
    border-radius: 16px;
    color: #fff;
    text-align: center;
}

.goal-item p {
    text-align: justify;
    line-height: 29px;
    -moz-text-align-last: center;
    text-align-last: center;
}

.goals-container .goal-item img {
    max-width: 48px;
    margin: .5rem auto;
    filter: brightness(100);
}


video.fullscreen {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
video.fullscreen::-webkit-media-controls {
    display: none !important;
}
.video-container {
    position: relative;
    display: grid;
    place-items: center;
    height: 90vh;
    width: 100vw;
    margin: 0 auto;
    background: #ccc;
}
.video-container  .content {
    z-index: 1;
    text-align: center;
}


.video-container .content h3 {
    font-size: 30px;
    margin-bottom: 2rem;
}

.video-container .content .date {position: relative;width: 100%;margin: 1rem auto;padding: 16px 24px;color: #fff;margin-bottom: 0px;}

.video-container .content .date:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #027a8f;
    transform: skew(24deg);
    left: 0px;
    top: 0px;
}
.video-container .content .place {position: relative;width: 90%;margin: 1rem auto;padding: 16px 24px;color: #fff;margin-top: 0px;}

.video-container .content .place:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #01c6a2;
    transform: skew(-24deg);
    left: 0px;
    top: 0px;
}
.video-container .content .date span  , .video-container .content .place span {
    position: relative;
    z-index: 10;
}
section.video-container:before {
    content: "";
    background: #fdfdfdd1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.info {
    max-width: 640px;
    width: 90%;
    margin: 0px auto;
}


.video-container .content .main-button {
    margin: 1rem auto;
}



.btn {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: sans-serif;
    box-sizing: border-box;
    background: linear-gradient(90deg, #037a8f, #01c6a2, #afb59b, #208b8e);
    background-size: 400%;
    border-radius: 30px;
    z-index: 1;
    animation: animate 8s linear infinite;
    margin-top: 2rem;
  }
   

  @keyframes animate {
    0% {
      background-position: 0%;
    }
    100% {
      background-position: 400%;
    }
  }
   
  .btn:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: -1;
    background: linear-gradient(90deg, #037a8f, #01c6a2, #afb59b, #208b8e);
    background-size: 400%;
    border-radius: 40px;
    opacity: 0;
    transition: .5s;
    margin-top: 2rem;
  }
   
  .btn:hover:before {
    filter: blur(20px);
    opacity: 1;
    animation: animate 8s linear infinite;
  }

  .partners-container img {
    max-width: 128px !important;
    object-fit: contain !important;
    height: auto;
    max-height: 98px;
    /* object-fit: contain; */
    aspect-ratio: 3/2;
}


/* .choices__item.choices__item--selectable {
    background: #18868a !important;
    border: 1px solid #18868a !important;
    padding: 8px !important;
} */


.speaker-radio-item {
    margin: 1.5rem 1rem;
}

.speaker-radio-item h3 {
    color: #01657a !important;
    font-weight: bold;
}

.speaker-radio-item p {
    color: #09ab8c;
}

.speaker-radio-item .hobbies-icon {
    padding: 1rem;
}


.question-item {
    border-radius: 20px;
    padding: 16px 20px;
    /* background: #f9f9f9; */
    box-shadow: 1px 2px 10px #f3f3f38f;
    margin: 1rem 0pc;
    /* display: flex; */
    align-items: rig;
    vertical-align: middle;
    text-align: right;
    border: 1px solid #eee;
    flex-wrap: wrap;
    position: relative;
}

.question-item h3 {
    font-size: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #043c48;
}

.question-item i {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 10px;
    color: #333;
}

.question-item p {
    color: #034539;
}

.choices__list {
    /* position: relative; */
    z-index: 99 !important;
}

.change-sesison-status-section {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: end;
    margin: 1.5rem 0px;
    background: #f8f8f8;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px dashed #ccc;
}

.change-sesison-status-section .primary-button {
    margin-bottom: 0px;
}



.rating-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    padding: .3em 2em .3em 1em;
    gap: 5px;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border: none;
    position: relative;
    background: #fff;
    box-shadow: 1px 4px 20px #eee;
    max-width: 120px !important;
    margin: 1rem;
    border: 1px solid #ccc;
    margin-right: 32px;
}
.rating-container .rating-value {
    position: absolute;
    top: -3px;
    right: -32px;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    background: #016377;
    /* box-shadow: 0 1px 1px #ddd, 0 2px 2px #ddd, 0 4px 4px #ddd, 0 8px 8px #ddd, 0 16px 16px #ddd, inset 0 0 10px #ddd, 0 0 10px #ddd; */
}
.rating-container .rating-value:before {
    position: absolute;
    top: -6px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 64px;
    font-size: 1.7em !important;
    color: #fff;
    content: "0";
    transform-origin: "center center";
    transition: all 0.25s ease 0s;
}
.rating-container .rating-value:after {
    content: "";
    position: absolute;
    height: 48px;
    width: 48px;
    top: -1px;
    left: -1px;
    margin: auto;
    border: 1px solid #006d82;
    border-radius: 50%;
    transition: all 0.4s ease-in;
}
.rating-container input {
    display: none;
}
.rating-container label {
    height: 32px;
    width: 32px;
    transform-origin: "center center";
}
.rating-container label svg {
    transition: transform 0.4s ease-in-out;
    opacity: 0.5;
}
.rating-container label:hover svg {
    transform: scale(1.25) rotate(10deg);
}
input:checked ~ label svg {
    opacity: 1;
    transform: scale(1.15) rotate(10deg);
    /* color: #fff; */
}
label:hover svg, label:hover ~ label svg {
    opacity: 1;
    transform: scale(1.25) rotate(10deg);
}
input:checked + label:hover svg {
    opacity: 1;
}
input:checked ~ label:hover svg, input:checked ~ label:hover ~ label svg {
    opacity: 1;
}
label:hover ~ input:checked ~ label svg {
    opacity: 1;
}
.rate1:checked ~ .rating-value:before {
    content: "1";
    font-size: 2.75em;
}
label.rate1-label:hover ~ .rating-value:before {
    content: "1" !important;
    font-size: 2.75em !important;
}
.rate2:checked ~ .rating-value:before {
    content: "2";
    font-size: 2em;
}
label.rate2-label:hover ~ .rating-value:before {
    content: "2" !important;
    font-size: 3em !important;
}
.rate3:checked ~ .rating-value:before {
    content: "3";
    font-size: 2.25em;
}
label.rate3-label:hover ~ .rating-value:before {
    content: "3" !important;
    font-size: 3.25em !important;
}
.rate4:checked ~ .rating-value:before {
    content: "4";
    font-size: 3.5em;
}
label.rate4-label:hover ~ .rating-value:before {
    content: "4" !important;
    font-size: 3.5em !important;
}
.rate5:checked ~ .rating-value:before {
    content: "5";
    font-size: 3.75em;
}
@keyframes pulse {
    0% {
        height: 138px;
        width: 138px;
        top: -1px;
        left: -1px;
        opacity: 1;
   }
    100% {
        height: 170px;
        width: 170px;
        top: -16px;
        left: -16px;
        opacity: 0;
   }
}
.rate5:checked ~ .rating-value:after {
    animation: pulse 0.4s ease-out 1;
}
label.rate5-label:hover ~ .rating-value:before {
    content: "5" !important;
    font-size: 3.75em !important;
}



.rating-input {
    /* display: grid; */
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: center;
    margin: 2rem 0px;
    text-align: right;
    border-bottom: 1px solid #eeeeee70;
    padding-bottom: 1rem;
}

.rating-input > label {
    margin-bottom: 1rem;
    display: block;
}

.rating-input:last-child {
    border: 0px;
}

.cls-1{fill: #147e94;}.cls-2{fill: #036377;}.cls-3{fill: #036377;}

.primary-button {
    letter-spacing: 0px !important;
}
.primary-button  span{
    letter-spacing: 0px !important;
}




.transfer-info {
    box-shadow: 0px 20px 20px #00000010;
    padding: 24px;
    margin: 2rem auto;
    max-width: 700px;
    width: 95%;
    border-radius: 16px;
    text-align: center;
    border: 1px dotted #ddd;
}

.transfer-grid {
    margin-top: 1rem;
    border-top: 1px dashed #ddd;
}

.transfer-grid div {
    margin-bottom: .5rem;
    text-align: right;
    margin-top: 1.5rem;
}

.transfer-grid div p {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-top: .3rem;
    /* border-bottom: 1px solid #eee; */
    /* padding-bottom: .5rem; */
}

.transfer-grid div h4 {
    color: #555;
}

.transfer-info > p {
    text-align: justify;
    text-align-last: center;
}
.site-intro h1 {
    font-size: 2.488rem;
    /* color: var(--color-primary); */
    margin: 0px auto;
}

.site-intro p {
    color: #e0dbdb;
    margin-top: .8rem;
    font-size: 30px;
    margin-right: auto;
    margin-left: auto;
}

.pulse-animation{

    animation: shadow-pulse 1s infinite;
}


@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}
.main-features {
    display: flex;
    gap: 1rem;
    margin: 0px 5%;
    background: #fff;
    position: relative;
    padding: 32px 16px;
    border-radius: 16px;
    /* top: -80px; */
    box-shadow: 1px -20px 30px #eeeeee94, -1px 20px 30px #eeeeeed9;
    border-bottom: 1px solid #ddddddb0;
    /* transform: translateY(-100px); */
    margin-bottom: 6rem;
    z-index: 20;
}

.main-feature-item {
    border-left: 1px solid #eee;
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 1rem .5rem;
    padding-left: 1rem;
    align-items: center;
    flex: 1;
    gap: 1rem;
}
.main-feature-item:last-child {
    border-left: 0px;
}

.main-feature-item h3 {
    color: var(--color-primary-dark);
    font-size: 18px;
    font-weight: bold;
}

.main-feature-item p {
    color: #444;
    font-size: 14px;
    margin-top: .3rem;
    text-align: justify;
    text-align-last: right;
}

.main-feature-item img {
    width: 74px;
}

.site-intro img {
    height: 100%;
    /* width: 400%; */
    object-fit: cover;
    max-width: none;
}

.site-intro > div {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    flex: 1;
}


.site-section {
    margin: 6rem auto;
    align-items: center;
}

.site-section p {
    text-align: center;
}
.block-slung {
    font-size: 16px;
    color: var(--color-secondary-dark);
    padding-right: 8px;
    display: inline-block;
    position: relative;
}

.block-slung:after {
    content: "";
    width: 24px;
    height: 2px;
    background: var(--color-secondary-dark);
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    opacity: .5;
}

.flex-2-3 {
    display: flex;
}

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

h2.block-title {
    color: #333;
    font-size: 32px;
}

p.block-description {
    color: #fff;
    font-size: 18px;
    margin-top: .5rem;
}

img.block-img {
    max-height: 500px;
    margin: 0px auto;
    margin: 2rem auto;
}

.site-section.reverse {
    flex-direction: row-reverse;
}

.wave-bg-color {
    background: #e7f9f5;
    position: relative;
    top: -60px;
    z-index: 5;
}

.wave-bg-color .site-section {
    margin: 0px  auto !important;
}


.flipped-y {
    transform: rotate(180deg);
}

.container {
    margin-right: auto;
    margin-left: auto;
    
}

.figure-title {
    text-align: center;
    margin: 1rem;
}

.figure-title .image-container {
    position: relative;
    width: fit-content;
    margin: 0px auto;
    text-align: center;
    padding: 0px 32px;
}

.figure-title .image-container img {
    width: 32px;
    animation: rotateSwing 4s ease-in-out infinite;
    transform-origin: center;
}
@keyframes rotateSwing {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(70deg);
    }
    75% {
        transform: rotate(110deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.figure-title h2 {
    font-size: 30px;
    color: #444;
}

.figure-title .image-container:before {
    content: "";
    background: #ccc;
    height: 2px;
    width: 28px;
    position: absolute;
    right: 0px;
    top: 50%;
}

.figure-title .image-container:after {
    content: "";
    background: #ccc;
    height: 2px;
    width: 28px;
    position: absolute;
    left: 0px;
    top: 50%;
}

.home-services-container {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 3rem;
    padding-bottom: 20px;
    flex-wrap: wrap;
    /* display: block !important; */
}

.home-services-container .guarantee-item {
    padding: 16px;
    text-align: center;
    border-radius: 16px;
    text-align: center;
    aspect-ratio: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    margin-bottom: 1.5rem;
/* From https: //css.glass */
    background: rgba(30, 29, 29, 0.37);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.8px);
    -webkit-backdrop-filter: blur(8.8px);
    width: 100% !important;
}



.home-services-container .guarantee-item:nth-child(2n) {
    /* transform: translateY(100px); */
}

.home-services-container .guarantee-item img {
    margin: 0px auto;
    width: 78px;
}
footer .footer-content {
    align-items: start;
    justify-content: space-between;
    padding: 12px 0%;
    width: 100%;
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
    text-align: center;
}

h5.footer-title {
    margin-bottom: 3rem;
    font-size: 22px;
    color: #ddd;
}
.flex-grow-con {
    display: flex;
    gap: 1rem;
}

.flex-grow-con > * {
    flex-grow: 1;
}

.title-icon {display: grid;grid-template-columns: auto 1fr;text-align: right;align-items: center;color: #444;padding: 8px 16px;gap: .5rem;}

.title-icon img {
    width: 48px !important;
}

.btn-xl {
    font-size: 22px;
    padding: 10px 24px;
}

section.site-section.contact-section {
    margin-top: 8rem;
}
footer .footer-content > * {
    flex-grow: 1;
    flex: 1;
    z-index: 100 !important;
    position: relative;
}

p.footer-site-description {
    text-align: justify;
    text-align-last: center;
    font-size: 15px;
    margin-top: 12px;
    color: #fff;
    line-height: 32px;
}

ul.footer-social li {
    display: inline-block;
}

a.footer-social-icon {
    background: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 1px 2px 10px #eee;
    display: inline-block;
}

.wave.flipped-y {
    position: relative;
    /* top: -260px; */
    z-index: 4;
    margin-top: -200px;
}

.machine-info-container{
    position: relative;
    top: -90px;
}


img.mobile-menu-fig {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 168px;
    opacity: .5;
}

.overlay-menu .front-logo {
    margin-bottom: 1rem;
}
.container {
    width: 90% !important;
    margin-right: auto;
    margin-left: auto;
}
.input-container {
    text-align: right;
}

body .title-icon img {
    width: 32px !important;
}

body .title-icon p {
    font-size: 14px;
}

img.header-tabby-banner {
    height: auto;
    width: 200px;
    background: #fff;
    filter: none;
    border: 1px solid #fff;
    border-radius: 16px;
    position: relative;
    z-index: 100;
}

.z-30{
    position: relative;
    z-index: 30;
}

.r-50 {
    border-radius: 50px;
}


body {
    background: #333;
}

/* .animated-title {

    position: relative;
    cursor: pointer;
    text-align: center;
    width: fit-content !important;
    color: transparent;
    background-image: linear-gradient(      91.1deg,      #28485a,      #806f68,      #28485a,      #806f68    );
    background-image: linear-gradient(      91.1deg,      #28485a,      #806f68,      #28485a,      #806f68    );
    background-image: linear-gradient(91.1deg, #1a323f, #c4bdba, #1a323f, #806f68);
   
    background-size: 200% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    animation: move 5s linear infinite;
   
  }
   */
  
  @-webkit-keyframes move {
    0% {
      background-position: 0% center;
    }
    100% {
      background-position: 200% center;
    }
  }
  @-moz-keyframes move {
    0% {
      background-position: 0% center;
    }
    100% {
      background-position: 200% center;
    }
  }
  @keyframes move {
    0% {
      background-position: 0% center;
    }
    100% {
      background-position: 200% center;
    }
  }

.site-intro > div.image {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: none;
    /* height: 100%; */
}

.site-intro > div.image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(-90deg, #000000c9 30% ,  transparent);
}

.site-intro .intro-text{
    position: relative;
    z-index: 10;
    max-width: 90% !important;
    margin: 0px auto;
    text-align: center !important;
}


@layer properties {
    @property --shadow-scale {
        syntax: "<number>";
        inherits: true;
        initial-value: 0;
   }
    @property --halo-scale {
        syntax: "<number>";
        inherits: true;
        initial-value: 0;
   }
    @property --halo-offset {
        syntax: "<number>";
        inherits: true;
        initial-value: 0;
   }
}


*, *::before, *::after {
    box-sizing: border-box;
}
body {
    margin: 0;
    background: #0d0d0d;
}
.ball {
    --delay: 0s;
    --size: 0.4;
    --speed: 20s;
    aspect-ratio: 1;
    width: calc(150% * var(--size));
    background: linear-gradient(259.53deg, #806f68 6.53%, #28485a 95.34%);
    filter: blur(10vw);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: loop var(--speed) infinite linear;
    animation-delay: var(--delay);
    transform-origin: 50% 50%;
    opacity: 0.6;
}
@keyframes loop {
    0% {
        transform: translate3D(0%, 51%, 0) rotate(0deg);
   }
    5% {
        transform: translate3D(8%, 31%, 0) rotate(18deg);
   }
    10% {
        transform: translate3D(22%, 13%, 0) rotate(36deg);
   }
    15% {
        transform: translate3D(40%, 2%, 0) rotate(54deg);
   }
    20% {
        transform: translate3D(46%, 21%, 0) rotate(72deg);
   }
    25% {
        transform: translate3D(50%, 47%, 0) rotate(90deg);
   }
    30% {
        transform: translate3D(53%, 80%, 0) rotate(108deg);
   }
    35% {
        transform: translate3D(59%, 98%, 0) rotate(125deg);
   }
    40% {
        transform: translate3D(84%, 89%, 0) rotate(144deg);
   }
    45% {
        transform: translate3D(92%, 68%, 0) rotate(162deg);
   }
    50% {
        transform: translate3D(99%, 47%, 0) rotate(180deg);
   }
    55% {
        transform: translate3D(97%, 21%, 0) rotate(198deg);
   }
    60% {
        transform: translate3D(80%, 7%, 0) rotate(216deg);
   }
    65% {
        transform: translate3D(68%, 25%, 0) rotate(234deg);
   }
    70% {
        transform: translate3D(59%, 41%, 0) rotate(251deg);
   }
    75% {
        transform: translate3D(50%, 63%, 0) rotate(270deg);
   }
    80% {
        transform: translate3D(38%, 78%, 0) rotate(288deg);
   }
    85% {
        transform: translate3D(21%, 92%, 0) rotate(306deg);
   }
    90% {
        transform: translate3D(3%, 79%, 0) rotate(324deg);
   }
    100% {
        transform: translate3D(0%, 51%, 0) rotate(360deg);
   }
}
.glow-container {
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    width: 100%;
    min-height: 100vh;
    z-index: 1;
    left: 0px;
    top: 0px;
}



:root {
    --debug: 0;
    --bg-color: #141414;
    --svg-animation: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 122 116'%3E%3Cpath id='b' stroke='%23fff' stroke-linecap='round' stroke-width='0' d='M17.9256 115C17.434 111.774 13.1701 104.086 13.4282 95.6465C13.6862 87.207 18.6628 76.0721 17.9256 64.3628C17.1883 52.6535 8.7772 35.9512 9.00452 25.3907C9.23185 14.8302 16.2114 5.06512 17.9256 1'%3E%3C/path%3E%3Cpath id='d' stroke='%23fff' stroke-linecap='round' stroke-width='0' d='M84.1628 115C85.2376 112.055 94.5618 98.8394 93.9975 91.1338C93.4332 83.4281 82.5505 73.2615 84.1628 62.5704C85.775 51.8793 96.4803 35.4248 95.9832 25.7826C95.4861 16.1404 87.9113 4.71163 84.1628 1'%3E%3C/path%3E%3Cpath id='f' stroke='%23fff' stroke-linecap='round' stroke-width='0' d='M37.0913 115C37.9604 111.921 44.4347 99.4545 45.3816 92.9773C48.9305 68.7011 35.7877 73.9552 37.0913 62.7781C38.3949 51.6011 47.3889 36.9895 46.9869 26.9091C46.585 16.8286 40.1222 4.88034 37.0913 1'%3E%3C/path%3E%3Cpath id='h' stroke='%23fff' stroke-linecap='round' stroke-width='0' d='M112.443 115C111.698 112.235 108.25 106.542 107.715 93.7582C107.241 82.4286 107.229 83.9543 112.443 66.1429C116.085 44.0408 100.661 42.5908 101.006 33.539C101.35 24.4871 109.843 4.48439 112.443 1'%3E%3C/path%3E%3Cg%3E%3Ccircle r='1.5' fill='%23D9D9D9'%3E%3CanimateMotion dur='12s' repeatCount='indefinite'%3E%3Cmpath href='%23b'%3E%3C/mpath%3E%3C/animateMotion%3E%3C/circle%3E%3C/g%3E%3Cg%3E%3Ccircle r='1' fill='%23fff' fill-opacity='1' shape-rendering='crispEdges'%3E%3CanimateMotion dur='8s' repeatCount='indefinite'%3E%3Cmpath href='%23d'%3E%3C/mpath%3E%3C/animateMotion%3E%3C/circle%3E%3C/g%3E%3Cg%3E%3Ccircle r='.5' fill='%23fff' fill-opacity='1' shape-rendering='crispEdges'%3E%3CanimateMotion dur='10s' repeatCount='indefinite'%3E%3Cmpath href='%23f'%3E%3C/mpath%3E%3C/animateMotion%3E%3C/circle%3E%3C/g%3E%3Cg%3E%3Ccircle r='.8' fill='%23fff' fill-opacity='1' shape-rendering='crispEdges'%3E%3CanimateMotion dur='6s' repeatCount='indefinite'%3E%3Cmpath href='%23h'%3E%3C/mpath%3E%3C/animateMotion%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    --btn-radius: 12;
    --animation-timing-function: ease-in-out;
    --transitions: --shadow-scale 0.3s var(--animation-timing-function), --halo-scale 0.3s var(--animation-timing-function), --halo-offset 0.3s var(--animation-timing-function), transform 0.2s var(--animation-timing-function);
    --color-a: #000;
    --color-b: #000;
    --color-c: #000;
}
@supports (color: color(display-p3 0 0 0)) {
    body {
        --color-a:  var(--color-primary);
        --color-b: var(--color-secondary);
        --color-c:  var(--color-primary);
   }
}


.glowing-button-container button {
    --halo-scale: 1;
    --shadow-scale: 1;
    --halo-offset: -70;
    all: unset;
    font-family: "Inter", sans-serif;
    cursor: pointer;
    color: white;
    max-height: 46px;
    font-size: 22px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: calc(var(--btn-radius) * 1px);
    background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    position: relative;
    transition: var(--transitions);
}
.glowing-button-container button > div {
    overflow: hidden;
    position: relative;
    border-radius: calc(var(--btn-radius) * 1px);
}
.glowing-button-container button .inner {
    display: block;
    background: #000;
    position: relative;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    top: 1px;
    left: 1px;
    border-radius: calc(var(--btn-radius) * 1px);
}
.glowing-button-container button .inner:before, .glowing-button-container button .inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 70%;
    height: 1px;
    top: -1px;
    left: 50%;
    background: linear-gradient(90deg, var(--color-primary) 0%, rgba(255, 255, 255, 0.25) 50%, var(--color-primary) 100%);
    transform: translateX(-50%);
    opacity: 0.6;
}
.glowing-button-container button .inner:before {
    mix-blend-mode: overlay;
}
.glowing-button-container button .inner:after {
    top: calc(100% - 2px);
    opacity: var(--halo-scale);
    background: linear-gradient(90deg, var(--color-primary) 0%, #000, var(--color-primary) 100%);
    filter: brightness(200%) opacity(0.3);
}
.glowing-button-container button .particles {
    background-image: var(--svg-animation), var(--svg-animation);
    background-repeat: no-repeat, repeat;
    background-position: center, center top 100%;
    background-size: 100% 100%, 50%;
    -webkit-mask-image: linear-gradient(to top, transparent, black, transparent);
    border-radius: calc(var(--btn-radius) * 1px);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: var(--halo-scale);
   /* Since having the blurry filter creates a weird artefact on safari I decided to doulbe the particles background in a pseudo-element And apply the blur filter on it. */
}
.glowing-button-container button .particles:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: var(--svg-animation), var(--svg-animation), var(--svg-animation);
    background-repeat: no-repeat, repeat, repeat;
    background-position: center, center top 100%, center center;
    background-size: 100% 100%, 50%, 120%;
    filter: blur(1px);
    border-radius: calc(var(--btn-radius) * 1px);
    will-change: filter;
}
.glowing-button-container button .text {
    position: relative;
    z-index: 2;
    padding: 0.545em 1.455em;
    width: max-content;
    display: block;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 1rem;
}
.glowing-button-container button .halo {
    border-radius: calc(calc(var(--btn-radius)+1) * 1px);
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: calc(var(--btn-radius) * 1px);
}
.glowing-button-container button .halo:before {
    content: "";
    display: block;
    width: 80%;
    height: 60%;
    position: absolute;
    top: 80%;
    left: 50%;
    background: linear-gradient(180deg, var(--color-a) 0%, var(--color-b) 39.33%, var(--color-c) 59%);
    filter: blur(12px) saturate(1.2);
    transform: translateX(-50%) translateY(calc(var(--halo-offset) * 1%)) scale(var(--halo-scale));
    will-change: filter;
}
.glowing-button-container button:hover {
    --halo-scale: 1;
    --shadow-scale: 1;
    --halo-offset: -70;
}
.glowing-button-container button:active {
    --halo-scale: 1.1;
    --halo-offset: -80;
    --shadow-scale: 1.2;
    transform: translateY(calc(var(--halo-scale) * 1px));
}
.glowing-button-container .shadow {
    position: absolute;
    width: 60%;
    height: 20%;
    bottom: -26%;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 1e 5%;
   /* let's reuse the same variable */
    transform: scale(var(--shadow-scale));
    opacity: calc(var(--halo-scale) / 2);
    background: linear-gradient(to bottom, var(--color-c), var(--color-b), var(--color-a));
    filter: blur(8px) opacity(0.7);
    will-change: filter;
}
/* Fallback for browsers who do not support registerProperty. ( Which cannot use variables transitions ) */
body.registerProperty-not-supported button .inner:after {
    transition: opacity 0.3s ease;
}
body.registerProperty-not-supported button, body.registerProperty-not-supported button .halo:before {
    transition: transform 0.3s ease;
}
body.registerProperty-not-supported button .shadow {
    transition: transform 0.3s ease, opacity 0.3s ease;
}


.intro-text .glowing-button-container {
    margin: 0rem auto;
}
.content-container {
    position: relative;
    z-index: 10;
}

.feature-item img {
    width: 48px;
    object-fit: contain;
    margin: .5rem auto;
}


.features.content-container {
    display: flex;
    gap: 1rem;
    justify-content: space-around;
}

.distance-item {
    min-width: 200px;
}
.feature-item  , .distance-item , .guarantee-item{
    color: #eee;
    background: #3a434885;
    padding: 1.5rem;
    border-radius: 1rem;
    font-size: 20px;
    border: 1px solid #444;
    /* box-shadow: 1px 2px 3px #222; */
    /* min-width: 200px; */
}


.distance-item .time h4 , .guarantee-item .time h4   {
    font-size: 4rem;
    color: #fff;
    min-width: 100px;
}

.distance-item .time , .guarantee-item .time {
    position: relative;
    /* display: flex; */
    align-items: end;
    direction: rtl;
    justify-content: center;
    text-align: center;
    /* margin-bottom: 1rem; */
}
.distance-item h3  , .guarantee-item h3 {
    color: #ccc;
    text-align: center;
}

.distance-item .time span , .guarantee-item .time span {
    position: absolute;
    left: 6px;
    font-size: 13px;
    color: #93989f;
    bottom: .6rem;
}
.scroller {
    max-width: 90vw !important;
    margin: 0px auto;
    direction: ltr;
  }
  
  .scroller__inner {
    padding-block: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  
  .scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(
      90deg,
      transparent,
      white 20%,
      white 80%,
      transparent
    );
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  }
  
  .scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s)
      var(--_animation-direction, forwards) linear infinite;
  }
  
  .scroller[data-direction="right"] {
    --_animation-direction: reverse;
  }
  
  .scroller[data-direction="left"] {
    --_animation-direction: forwards;
  }
  
  .scroller[data-speed="fast"] {
    --_animation-duration: 8.5s;
  }
  
  .scroller[data-speed="slow"] {
    --_animation-duration: 60s;
  }
  
  @keyframes scroll {
    to {
      transform: translate(calc(-50% - 0.5rem));
    }
  }
  
  /* general styles */
  
  :root {
    --clr-neutral-100: hsl(0, 0%, 100%);
    --clr-primary-100: hsl(205, 15%, 58%);
    --clr-primary-400: hsl(215, 25%, 27%);
    --clr-primary-800: hsl(217, 33%, 17%);
    --clr-primary-900: hsl(218, 33%, 9%);
  }
  
  html {
    color-scheme: dark;
  }
  
  body {
    display: grid;
    min-block-size: 100vh;
    place-content: center;
    font-family: system-ui;
    font-size: 1.125rem;
    background-color: var(--clr-primary-800);
  }
  
  .tag-list {
    margin: 0;
    padding-inline: 0;
    list-style: none;
    margin-top: 1rem;
  }
  
  .tag-list li {
    padding: 1rem;
    background: var(--clr-primary-400);
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
  }
  



  #word-body span {
    opacity: 0;
    font-size: 20px;
    margin: .3rem;
    font-size: 2.5rem;
  }

  div#word-container {
    width: 90%;
    text-align: center;
    margin: 5rem auto;
}
.animated-title.section-title {
    text-align: center;
    margin: 1rem auto;
    font-size: 2rem;
}

.flats-list > * {
    flex: 1;
}


.features-list {
    display: flex;
    gap: 1rem;
    text-align: center;
    margin: 2rem 0px;
    flex-wrap: wrap;
}

.feature-item {
    overflow: hidden;
    position: relative;
    flex: auto;
    flex-grow: 1;
    flex: 1 1 0px;
}

.feature-item:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: -70%;
    background: -webkit-radial-gradient(center, ellipse cover, var(--color-secondary),  transparent 60%);
    position: absolute;
    z-index: 1;
}

.bg-glass {/* From https: //css.glass */
    background: rgba(30, 29, 29, 0.7);
    /* border-radius: 16px; */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.8px);
    -webkit-backdrop-filter: blur(8.8px);
}

.input-container .block > span {
    color: #ccc;
}

.input-container .block input , .input-container .block textarea {
    background: #f2f2f2;
    color: #333;
}

.feature-item h3 {
    font-size: 16px;
}

.guarantee-item h3 {
    font-size: 18px;
    color: #fff;
}

.flats-list {
    flex-wrap: wrap;
    gap: 1rem .5rem;
    display: flex;
    justify-content: center;
}

.flat-item {/* From https: //css.glass */
    background: rgba(93, 92, 92, 0.44);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: .5rem;
    /* margin: 1rem; */
    /* width: 42%; */
    flex-grow: 1;
    flex: 1;
    position: relative;
}

.flat-item h3 {
    font-size: 1.6rem;
    padding: .5rem;
    text-align: center;
}

.flat-meta {
	align-items:top;
    display: grid;
    justify-content: space-between;
    max-width: 90%;
    margin: 0px auto;
    margin-top: 1rem;
    color: #ddd;
    font-size: .8rem;
    gap: 0px .5rem;
    margin-bottom: .5rem;
    text-align: center;
    grid-template-columns: 1fr 1fr;
}

.flat-meta i {
    display: block;
    /* margin-left: .4rem; */
    margin-bottom: .2rem;
}

.flex-apart {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .5rem;
    /* width: 100%; */
}

.first-section {
    margin-top: 10rem !important;
}

.flat-page h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.block-title-container {/* From https: //css.glass */
    background: rgba(62, 61, 61, 0.35);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 1rem;
    border: 1px solid #333;
    margin: 2rem 0px;
}

.view-flat-meta-item img {
    height: 24px;
    display: inline-block;
    margin-left: .5rem;
    object-fit: contain;
}

.view-flat-meta-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: .8rem;
    color: #bbb;
    font-size: 1rem;
    border-bottom: 1px solid #555555c2;
    padding-bottom: .8rem;
}

.block-title-container h2 {
    font-size: 1.4rem;
    padding-bottom: 1rem;
    /* border-bottom: 1px solid #555; */
    /* margin-bottom: 1rem; */
}

.view-flat-meta-item span {
    color: #fff;
}

.view-flat-meta-item:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
}

.animated-title {
    text-align: center;
    background: linear-gradient(91.1deg, #1a323f, #c4bdba, #1a323f, #806f68);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 5s linear infinite;
}
@keyframes shine {
     to {
        background-position: 200% center;
   }
}

img.view-flat-banner {
    border-radius: 16px;
    margin-bottom: 1.5rem;
}

.large-flex-3 {
    display: flex;
    gap: 1rem;
}

.large-flex-3 > div {
    flex-grow: 1;
}




.whatsapp-fixed {
    position: fixed;
    bottom: 40px;
    left: 62px;
    z-index: 90;
}

.btn-whatsapp {
    background-color: #30bf39;
    color: #fff;
    border-radius: 100%;
    transition: background-color .5s;
    width: 60px!important;
    height: 60px!important;
  line-height: 70px;
    position: relative!important;
    display: block;
    transform: none!important;
    z-index: 9;
    text-align: center;
  box-shadow:
            0 1px 2px rgba(0,0,0,0.07),
            0 2px 4px rgba(0,0,0,0.07),
            0 4px 8px rgba(0,0,0,0.07),
            0 8px 16px rgba(0,0,0,0.07),
            0 16px 32px rgba(0,0,0,0.07),
            0 32px 64px rgba(0,0,0,0.07);
}

.btn-whatsapp:hover {
  background-color: #53ca5b;
}

.whatsapp-fixed a.video-vemo-icon.btn-whatsapp i {
    font-size: 30px;
    color: #fff;
    animation: sm-shake-animation linear 1.5s infinite;
    animation-delay: 3s;
    top: -1px;
}

.rs-video .animate-border .video-vemo-icon:before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
  opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.rs-video .animate-border .video-vemo-icon:after {
    content: "";
    border: 2px solid #fff;
    position: absolute;
  opacity: 0;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.btn-whatsapp:after, .btn-whatsapp:before {
    border: 2px solid #30bf39 !important;
    width: 130px!important;
    height: 130px!important;
}

.sm-red-dot {
    position: absolute;
    right: 4px;
    top: 4px;
  width: 12px; height: 12px;
  margin: 0 auto;
    background: red;
  transform: scale(0);
    border-radius: 50%;
  animation-name: notificationPoint;
animation-duration: 300ms;
  animation-fill-mode: forwards;
    animation-delay: 3s;
}

.quick-message {
    position: absolute;
    top: 50%;
    left: 88px;
    width: max-content;
    border-radius: 0;
    background: #393b39;
    height: auto;
    transform: translateY(-50%);
}

.line-up {
  opacity: 0;
    animation-name: anim-lineUp;
    animation-duration: 0.75s;
  animation-fill-mode: forwards;
    animation-delay: 5s;
}

.quick-message p {
  line-height: 40px;
  font-size: 15px;
  padding: 4px 16px;
  height: auto;
  position: relative;
  color: #fff;
  margin: 0;
  padding-bottom: 8px !important;
  text-align: center;
}

.quick-message .seta-direita:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #393b39;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

#hover-message {
  display: none;
}

.whatsapp-fixed:hover #hover-message {
  display: block;
}

@keyframes zoomBig{
  0%{transform:translate(-50%,-50%) scale(.5);opacity:1;border-width:3px}
  40%{opacity:.5;border-width:2px}
  65%{border-width:1px}100%{transform:translate(-50%,-50%) scale(1);opacity:0;border-width:1px}}

@keyframes sm-shake-animation {
 0% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
 25% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
 35% {
  transform:rotate(-0.3rad) scale(1) skew(0.017rad)
 }
 45% {
  transform:rotate(0.3rad) scale(1) skew(0.017rad)
 }
 55% {
  transform:rotate(-0.3rad) scale(1) skew(0.017rad)
 }
 65% {
  transform:rotate(0.3rad) scale(1) skew(0.017rad)
 }
 75% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
 100% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
}

@keyframes notificationPoint {
  from {transform: scale(0)}
  to {transform: scale(1)}
}

@keyframes anim-lineUp {
  from {
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}


.index-first-section {
    margin-top: 0px !important;
}

.only-mobile {
    display: none;
}
.only-desktop{
display: block;
}
.only-mobile .secondary-button {
    padding: 6px 12px;
    font-size: 14px;
    width: 60%;
}

.gap-2 {
    gap: 2rem !important;
}

.distances-list {
    height: 260px;
    overflow: hidden;
}

img.fal-logo {
    width: 128px;
    background: #eee;
    padding: 2rem 1rem;
    border-radius: 50%;
    display: block;
    margin: 0px auto;
    margin-bottom: 1rem;
}

.pd-50 {
    padding-bottom: 50px;
}
.policyTitle {
   line-height: .9;
   font-size: 25px;
   margin-bottom:20px;
   text-align: right;
}

.policyDescription {
    text-align: right;
}


footer a {
    color: #fff;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 1rem auto;
    margin-top: 2rem;
    border-bottom: 1px solid #444;
    padding-bottom: 1rem;
    border-top: 1px solid #444;
    padding-top: 1rem;
}

label.block span {
    color: #fff;
}


.inner {
    
    padding-bottom:.5rem ;
            
    margin-bottom:.5rem ;
        border-bottom:1px solid #374352
    }



@-webkit-keyframes cf4FadeInOut {
    0% {
      opacity:1;
    }
    17% {
      opacity:1;
    }
    25% {
      opacity:0;
    }
    92% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
   }
   
   @-moz-keyframes cf4FadeInOut {
    0% {
      opacity:1;
    }
    17% {
      opacity:1;
    }
    25% {
      opacity:0;
    }
   
    92% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
   }
   
   @-o-keyframes cf4FadeInOut {
    0% {
      opacity:1;
    }
    17% {
      opacity:1;
    }
    25% {
      opacity:0;
    }
    92% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
   }
   
   @keyframes cf4FadeInOut {
    0% {
      opacity:1;
    }
    17% {
      opacity:1;
    }
    25% {
      opacity:0;
    }
    92% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
   }
   
   #cf4a {
     position:relative;
     /* height: 50vh; */
     width: 100%;
     margin:0 auto;
     text-align: center;
     margin-bottom: 2rem;
     max-width: 90%;
     aspect-ratio: 1/.5;
   }
   #cf4a img {
     position:absolute;
     left: 50%;
     top: 0px;
     transform: translateX(-50%);
     border-radius: 20px;
     width: 100%;
   }
   
   #cf4a img {
     -webkit-animation-name: cf4FadeInOut;
     -webkit-animation-timing-function: ease-in-out;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-duration: 8s;
   
     -moz-animation-name: cf4FadeInOut;
     -moz-animation-timing-function: ease-in-out;
     -moz-animation-iteration-count: infinite;
     -moz-animation-duration: 8s;
   
     -o-animation-name: cf4FadeInOut;
     -o-animation-timing-function: ease-in-out;
     -o-animation-iteration-count: infinite;
     -o-animation-duration: 8s;
   
     animation-name: cf4FadeInOut;
     animation-timing-function: ease-in-out;
     animation-iteration-count: infinite;
     animation-duration: 8s;
   }
   #cf4a img:nth-of-type(1) {
     -webkit-animation-delay: 6s;
     -moz-animation-delay: 6s;
     -o-animation-delay: 6s;
     animation-delay: 6s;
   }
   #cf4a img:nth-of-type(2) {
     -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
     -o-animation-delay: 4s;
     animation-delay: 4s;
   }
   #cf4a img:nth-of-type(3) {
     -webkit-animation-delay: 2s;
     -moz-animation-delay: 2s;
     -o-animation-delay: 2s;
     animation-delay: 2s;
   }
   #cf4a img:nth-of-type(4) {
     -webkit-animation-delay: 0;
     -moz-animation-delay: 0;
     -o-animation-delay: 0;
     animation-delay: 0;
   }


.general-slidshow-item img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 6px;
    object-fit: cover;
  }
  
  .gallery-container {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: 1rem 0px;
  }
  
  .general-slidshow-item {
    flex: 0 1 31%;
    flex-grow: 1;
  }
  
  
  .gallery-container.show-property .general-slidshow-item {
      flex-grow: 0;
  }
  .fancybox__caption .btn-primary {
    background: #d9d9d9 !important;
    color: #333 !important;
    min-width: fit-content;
  }
  
  .fancybox__caption .flex-apart {
    width: 330px;
    align-items: center;
    flex-direction: row-reverse;
    gap: 1rem;
    text-align: center;
  }
  
  a.link-underline {
    text-decoration: underline;
    /* border-bottom: 1px dashed #fff; */
    /* padding-bottom: 0px; */
}

.button-sm {
    font-size: 12px;
    padding: 6px 12px !important;
}

/* .flat-item.done {
    opacity: .5;
} */

.flat-item.done:after {
    content: "محجوز";
    border: 3px dashed #F44336;
    padding: 12px 30px;
    position: absolute;
    z-index: 10;
    top: 30%;
    left: 50%;
    transform: translate(-50%) rotate(-45deg);
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    /* height: 100%; */
    background: #ff00002e;
}


.opacity-50{
    opacity: .5 !important;
}
.flat-item-links {
    margin: .5rem;
    position: relative;
    z-index: 100;
}

.footer-icons {
    display: flex;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 2rem;
    /* border-bottom: 1px dashed #888; */
    /* padding-bottom: 1rem; */
}


.license-section {
    text-align :center;
    /* max-width: 300px; */
}
.license-section span {
    color: #fff;
    font-size: 11px;
}

.license-section img{
    max-width :128px;
    margin: 0px auto;
    background: #fff;
    border-radius:12px;
}


select {
    color: #333 !important;
}