@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url(../fonts/stylesheet.css);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    text-wrap: pretty;

}


#payment-main-box, #dedicate-box, #paymentwrapper {scroll-margin-top:133px;}
.dedication_popup_overlay{position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); padding:30px;
    z-index: 99; overflow:auto; display:none; align-items:center; justify-content:center;}
	.dedication_popup .close{    position: absolute;
    right: 30px;
    top: 30px;
    width: 20px;
	cursor:pointer; opacity:0.6;
    height: 20px; background:url(../images/x.svg) center center no-repeat;}
	.dedication_popup .close:hover{opacity:1;}
	.dedication_popup{
    width: 100%;
    max-width: 550px;
	margin:30px 0;
 }
	
	.dedication_popup_inner{background:#ffffff; padding:50px; position:relative;}
	
.font-main{
    font-family: "Bethany Elingston", sans-serif;
}
.font-2{
    font-family: "Fb Astrobol", sans-serif;
}
html {
    scroll-behavior: smooth;
}

ul,
li,
ol {
    list-style: none;
}

img {
    max-width: 100%;
}

button,
a {
    cursor: pointer;
}
section{
    /* scroll-margin-top: 127px; */

}
.swiper-wrapper {
    transition-timing-function: linear !important;
}
label.error{
    font-size: 12px;
    color: #d50c0c;
}


input:focus,
input:focus-visible,
input:focus-within,
button:focus,
button:focus-visible,
button:focus-within,
textarea:focus,
textarea:focus-visible,
textarea:focus-within {
    outline: unset;
    box-shadow: unset;
}

.container {
    margin: auto;
    padding: 0 20px;
}

header.scrolled {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background: #1E2A3C;
    
}
.dropdown-div> div{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
header.scrolled nav{
   padding: 20px 0;
    
}
.banner-section .video-div{
    transform: rotateY(180deg);
}


/* Animate the horizontal line */
.heart-main-list::after {
    content: "";
    position: absolute;
    width: 0;
    /* Start hidden */
    height: 2px;
    background: linear-gradient(90deg, #8FC3FF 82.25%, rgba(143, 195, 255, 0) 92.53%);
    top: 0;
    left: 0;
    transition: width 3s ease;
    /* Slower */
}
.heart-main-list::before {
    content: "";
    position: absolute;
    width: 100%;
    /* Start hidden */
    height: 2px;
    background: linear-gradient(90deg, #ccc 82.25%, rgba(143, 195, 255, 0) 92.53%);
    top: 0;
    left: 0;
    /* transition: width 5.2s ease; */
    /* Slower */
}

.heart-main-list.line-active::after {
    width: 100%;
    /* Animate to full width */
}

/* Bullet initial state */
.heart-list::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #ccc;
    /* Initial bullet color */
    border-radius: 50%;
    top: -3px;
    left: 0;
    transition: background-color 0.5s ease;
}

/* Bullet active state */
.heart-list.bullet-active::before {
    background-color: #8FC3FF;
    /* Target color */
}

/*  STYLING START */
/*  STYLING FINISHED */

@keyframes animate {
    0% {
        transform:
            translate(-50%, -75%) rotate(0deg);
    }

    100% {
        transform:
            translate(-50%, -75%) rotate(360deg);
    }
}
.dedication_confirmation_message{text-align:center; display:none;}
.dedication_confirmation_message h6{font-family: "Bethany Elingston", sans-serif;  font-size: 30px; line-height:40px;}
.dedication_confirmation_message h6 small{display:block; font-size:18px; line-height:22px; margin-top:5px; color:#333333;}


.dedication_confirmation_message.failed_message h6{color:#a90f0f;}
.dedication_confirmation_message.success_message h6{color:#116d11;}
.donation_thankyou{background: #1E2A3C;
    border-radius: 10px;
	    max-width: 1098px !important;
		margin:0 auto;
    padding: 25px;
    justify-content: center;
    align-items: center; text-align:center;}
	
	
.donation_thankyou h5{color: #ffffff;  font-family: "Bethany Elingston", sans-serif; font-size: 30px; margin-top: 25px;}
.donation_thankyou svg{width:50px; height:50px;}
.donation_thankyou svg path{stroke:#f7d0b4;}
#monthly-description{margin-left:10px;}