label.text-bold{
	font-weight: bold;
	display: inline;
}
.form-row{
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.share-abboras{
	 width: 100%;
    font-size: clamp(36px, 6vw, 56px);
    font-weight: 750;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    text-align: center;
    height: auto;
    line-height: 70px;
    color:#fff;
}
.share-hapiness{
	width: 100%;
    font-size: clamp(18px, 2.4vw, 22px);
    text-align: center;
    height: auto;
    font-weight: 400;
    color: #cfcfcf;
    margin-top: 40px;
    margin-bottom: 30px;
}
.share-abboras-gray{
	 width: 100%;
    font-size: clamp(36px, 6vw, 56px);
    font-weight: 750;
    letter-spacing: -0.02em;
    margin: 0 0 32px;
    text-align: center;
    height: auto;
    line-height: 70px;
    color:#0b0b0c;
}
.share-abboras-gray-space{
	 width: 100%;
    font-size: clamp(36px, 6vw, 56px);
    font-weight: 750;
    letter-spacing: -0.02em;
    margin: 150px 0px 32px 0px;
    text-align: center;
    height: auto;
    line-height: 70px;
    color:#0b0b0c;
}
.share-hapiness-gray{
	width: 100%;
    font-size: clamp(18px, 2.4vw, 22px);
    text-align: center;
    height: auto;
    font-weight: 400;
    color: #1b1b1b;
    margin-top: 40px;
    margin-bottom: 90px;
}
.share-hapiness-right{
	width: 100%;
    font-size: clamp(18px, 2.4vw, 22px);
    text-align: right;
    height: auto;
    font-weight: 400;
    color: #cfcfcf;
    margin-bottom: 50px;
}
.share-line{
	width: 100%;
	text-align: center;
	height: 50px;
	display: inline-block;
}
.about-abbora-head-img{
	width: 500px;
	display: inline-block;
	text-align: center;
}
.about-abbora-head-img img{
	margin: auto;
	width: 400px;
	margin-top: -100px;
}
.about-margin-head{
	margin-top: 50px;
}
.why-abbora{
	width: 100%;
    font-size: clamp(36px, 6vw, 56px);
    font-weight: 750;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    text-align: left;
    height: auto;
    margin-bottom: 20px;
    line-height: 70px;
    margin-top: 50px;
    display: none;
}
.why-abbora-text{
	width: 60%;
    margin: auto;
    text-align: center;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    padding: 10px 0px 50px 0px;
    color: #9e9e9e;
}
.about-button{
	display: flex;
  	justify-content: center; /* centers horizontally */
  	margin-top: 24px; /* add breathing space from text */
}
.about-btn{
	margin: auto 0;
    margin-top: 0px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: 12px 18px;
    border-radius: 480px;
    font: 400 16px / 1.1 system-ui, -apple-system, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    text-decoration: none;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
    user-select: none;
    border: 1px solid transparent;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
    margin-bottom: 50px;
    margin-top: 50px;
}
.about-btn:hover{
	transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .10);
}
.about-btn:focus{
	transform: translateY(0); 
	box-shadow: 0 4px 12px rgba(0,0,0,.10);
	border: 1px solid rgba(0,0,0,.08);
}
.about-box-right{
	float: right;
	width: 70%;
	margin: 10px;
	text-align: right;
}
.about-abbora-img{
	float: right;
}
.about-abbora-img img{
	width: 80px;
}
.aboutclearfix{
	width: 100%;
	height: 1px;
	border: unset;
	padding: 0px;
	margin: 0px;
	background: none;
	margin-bottom: 30px;
}
.about-abbora-experience{
	text-align: right;
    width: 100%;
    font-size: clamp(36px, 6vw, 56px);
    font-weight: 750;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    height: auto;
    line-height: 80px;
    margin-bottom: 40px;
    margin-top: 80px;
}
.about-text{
	margin-bottom: 40px !important;
    font: 400 clamp(15px, 2.5vw, 17px) / 1.6 system-ui, -apple-system, "SF Pro Text", Arial, sans-serif;
    color: #9e9e9e;
    margin: 0;
}
.about-text-main{
	width: 100%;
    font-size: clamp(36px, 6vw, 56px);
    font-weight: 750;
    letter-spacing: -0.02em;
    margin: 100px 0px 50px 0px;
    text-align: center;
    height: auto;
    line-height: 70px;
}
.img1{
	width: 50%;
	float: left;
}
.img1 img{
	width: 700px;
}
.img2{
	width: 50%;
	float: right;
}
.img2 img{
	width: 500px;
}
.iconhow{
	width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: #f6f6f7;
    color: #000;
    margin-bottom: 14px;
    transition: background-color .22s ease, color .22s ease;
}
.iconhow:hover{
  background: #f1f1f2;
}
.share-left{
	float: left;
    width: 100%;
    color: #fff;
    text-align: left;
    border: 1px solid #212121;
    border-radius: 22px;
    padding: clamp(18px, 3.2vw, 26px);
    background: #212121;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    will-change: transform, box-shadow, border-color;
    margin-bottom: 20px;
}
.share-left:hover{
	transform: translateY(-2px);
	 border-color: #272727;
	 box-shadow:
    0 10px 30px rgba(0,0,0,.06),
    0 2px 8px rgba(0,0,0,.04);
    background: #212121;
}
.share-left-head{
	width: 100%;
    padding: 20px 0px;
    text-align: left;
    font: 600 clamp(18px, 2.8vw, 20px) / 1.2 system-ui, -apple-system, "SF Pro Text", Arial, sans-serif;
    margin: 2px 0 8px;
    letter-spacing: -.01em;
}
.share-dot{
	background: url(../images/send/dot.svg) no-repeat center;
	width: 32px;
	height: 32px;
	display: inline-block;
}
.share-right{
	width: 100%;
	text-align: center;
}
.share-right img{
	display: block;
    max-width: 100%;
    width: min(88vw, 820px);
    margin-inline: auto;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12), 0 8px 24px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(0, 0, 0, 0.06) inset;
    transform: translateZ(0);
    transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
    margin-top: 50px;
    margin-bottom: 70px;
}
.share-right img:hover{
	transform: translateY(-4px);
    box-shadow: 0 36px 110px rgba(0, 0, 0, .16), 0 14px 36px rgba(0, 0, 0, .12), 0 1px 0 rgba(0, 0, 0, .06) inset;
    filter: saturate(1.02);
}
.margic-left{
	width: 50%;
	float: left;
}
.margic-left img{
	width: 600px;
}
.margic-right{
	width: 100%;
    text-align: center;
}
.margic-right-head{
	width: 100%;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    height: 80px;
}
section.py-5.thecup-container.startblack{
	position: relative;
    overflow: clip;
    padding: clamp(56px, 7vw, 96px) 24px;
    isolation: isolate;
    color: #F5F5F7;
    background: linear-gradient(to bottom, #0b0b0c 0%, #f8f8f8 70%, #111111 100%);
    transition: background 1s ease-in-out;
    animation: fadeIn 1.5s ease forwards;
}
section.py-5.thecup-container.blackend{
	background:linear-gradient(to bottom, #111111 0%, #000000 100%);
}
.abbora-payment{
	--bs-gutter-x:unset!important;
}
.might-as-well{
	font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    margin: 150px auto 30px;
}
.might-as-well2{
	font-size: 1rem;
    color: #cfcfcf;
    margin-bottom: 100px;
}
.ready-for-a-refill{
	color:#cfcfcf;
	margin-top: 50px;
}
.ready-for-a-refill-head{
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	height: 80px;
}
.ready-for-a-refill-right{
}
.ready-for-a-refill-right img{
	display: block;
    max-width: 100%;
    width: min(88vw, 500px);
    margin-inline: auto;
    transform: translateZ(0);
    transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
}
.ready-for-a-refill-right img:hover{
	transform: translateY(-4px);
    filter: saturate(1.02);
}
.our-payment{
	width: 100%;
	float: right;
	text-align: right;
	color: #ffffff;
}
.our-payment-head{
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	height: 80px;
}
.our-payment-img{
	width: 50%;
	margin: auto;
}
.our-payment-img img{
	width: 520px;
    margin: auto;
    opacity: 0.5;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .36), 0 2px 8px rgba(0, 0, 0, .04);
    isolation: isolate;
    transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease, border-color .35s ease;
    margin-top: 40px;
}
.our-payment-img img:hover{
	transform: translateY(-4px);
    filter: saturate(1.02);
}
.where-and-how{
	width: 70%;
    color: #ffffff;
    margin: auto;
    padding-top: 300px;
}
.where-and-how-head{
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	height: 80px;
}
.about-search{
	text-align: center;
	width: 100%;
}
.about-search img{
	width: 500px;
}
.form-send{
	margin-top: 50px;
}
.about-message{
	width: 50%;
	margin:auto;
}
.form-submit{
	margin:auto;
	width: 60%;
}
@media (max-width: 600px) {
	.how-to-send{
		padding-left: 20px;
		padding-right: 20px;
	}
	.about-abbora-head-img{
		width: 100%;
	}
	.img1 img,
	.img2 img,
	.share-right img,
	.margic-left img,
	.ready-for-a-refill-right img,
	.our-payment-img img,
	.about-search img,
	.about-abbora-head-img img{
		width: 100%;
	}
	.why-abbora,
	.why-abbora-text,
	.about-box-right,
	.about-text-main,
	.img1,
	.img2,
	.share-left,
	.share-right,
	.margic-left,
	.margic-right,
	.ready-for-a-refill,
	.where-and-how,
	.about-message,
	.form-submit,
	.ready-for-a-refill-right{
		width: 100%;
	}
	.margic-right-headm,
	.ready-for-a-refill-head,
	.where-and-how-head,
	.margic-right-head{
		margin-bottom: 100px;
	}
}
@media (max-width: 990px) {
	.about-video iframe,
	.about-video-margic iframe{
		margin: auto;
		margin-top: 30px!important;
		margin-bottom: 30px!important;
		width: 100%!important;
		height: 300px!important;
	}
	.about-video-payment iframe{
		width: 100%!important;
		height: 300px!important;
	}
	
}
.about-video{
	height: auto;
    display: inline-block;
    border-radius: 16px;
    padding: 28px 32px;
    background: #111111;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    width: 92% !important;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 50px;
}
.about-video iframe{
	text-align: center;
    width: 80%;
    height: auto;
    display: flex;
    padding: 55px 0px 55px 0px;
    min-height: 500px;
    margin: 0 auto;
    place-items: center;
    background: #0b0b0b;
}
.about-video-margic{
	height: auto;
    display: inline-block;
    border-radius: 16px;
    padding: 28px 32px;
    background: #111111;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    width: 92% !important;
    margin: 0 auto;
    margin-top:80px;
    margin-bottom: 50px;
}
.about-video-margic iframe{
	text-align: center;
    width: 80%;
    height: auto;
    display: flex;
    padding: 55px 0px 55px 0px;
    min-height: 500px;
    margin: 0 auto;
    place-items: center;
    background: #0b0b0b;
}
.about-video-payment{
	eight: auto;
    display: inline-block;
    border-radius: 16px;
    padding: 28px 32px;
    background: #111111;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    width: 92% !important;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 300px;
}
.about-video-payment iframe{
	text-align: center;
    width: 80%;
    height: auto;
    display: flex;
    padding: 55px 0px 55px 0px;
    min-height: 500px;
    margin: 0 auto;
    place-items: center;
    background: #0b0b0b;
}
.step-card{
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06), 0 2px 8px rgba(0,0,0,.04);
    border: 1px solid #e9eaec;
    padding: clamp(20px, 2.5vw, 28px);
    isolation: isolate;
  	margin-top: 40px;
    color: #fff;
    border: 1px solid #272727;
    border-radius: 22px;
    padding: clamp(18px, 3.2vw, 26px);
    background: #272727;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    will-change: transform, box-shadow, border-color;
    margin-bottom: 20px;
  }
.step-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .10), 0 4px 14px rgba(0, 0, 0, .06);
    border: 1px solid #272727
  }

.step-number{
    position: absolute;
    top: clamp(10px, 1.2vw, 14px);
    right: clamp(12px, 1.4vw, 16px);
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1;
    font-weight: 760;
    letter-spacing: -0.04em;
    color: rgba(0,0,0,.06);
    pointer-events: none;
    user-select: none;
  }
.steps-h3{
    font-size: clamp(18px, 2.3vw, 20px);
    line-height: 1.2;
    margin: 0 0 8px;
    letter-spacing: -.01em;
    font-weight: 700;
    color:#fff;
    text-align: left;
  }
.steps-p{
    margin: 0;
    color: #cfcfcf;
    font-size: clamp(15px, 2vw, 17px);
    line-height: 1.55;
    text-align: left;
  }
  .step-icon{
    width: 56px; height: 56px;
    display: grid; place-items:center;
    border-radius: 14px;
    background: linear-gradient(180deg,#fafbfc,#f0f2f4);
    color: #2b2f33;
    border: 1px solid #eff0f2;
    box-shadow: 0 6px 14px rgba(0,0,0,.05);
    margin-bottom: 18px;
  }
