@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
a {
    text-decoration: none;
    color: #57a800;
}
.small-padding {
    padding: 75px 0;
}
.header-section {
    position: relative;
}
.header-section nav {
    position: absolute;
    width: 100%;
}
.header-section .logo-img img {
    max-width: 200px;
}
.btn-success {
    padding: 10px 45px !important;
    background: linear-gradient(180deg, #468f73 0, #57a800 100%);
    border-radius: 6px;
    border: none;
}
.btn-success:hover {
    transition: all 2s ease;
    background: linear-gradient(291deg, #57a800 0, #468f73 100%);
}
.main-banner {
    background-image: url(../images/landing/bg-img.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}
.header-section .nav-link {
    font-weight: 500;
    line-height: 22px;
    color: #616161 !important;
}
.banner-content span {
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #212121;
}
.banner-content h2 {
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
    text-align: center;
    color: #212121;
}
.banner-content p {
    letter-spacing: 4px;
    line-height: 28px;
    text-align: center;
    color: #616161;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.25rem;
}
.banner-images {
    max-width: 1024px;
    width: 100%;
    margin: auto;
}
.heading-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #212121;
    margin-bottom: 1rem;
}
.most-games-box {
    display: flex;
    margin: auto;
    text-align: center;
    height: 277px;
    width: 276px;
    border-radius: 100%;
    box-shadow: 0 0 14px rgba(70, 143, 115, 0.5);
}
.most-games-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 80px;
    top: -20px;
    left: 5px;
    background-image: url(../images/landing/top-line-vector.png);
    background-repeat: no-repeat;
}
.most-games-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 80px;
    bottom: -20px;
    left: 5px;
    background-image: url(../images/landing/bottom-line-vector.png);
    background-repeat: no-repeat;
    float: left;
}
.most-games-box {
    transform: rotate(0);
    animation: rotate3 10s ease infinite;
}
@keyframes rotate3 {
    0% {
        transform: rotate(0);
    }
    33% {
        transform: rotate(10deg);
    }
    66% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0);
    }
}
.game-info {
    position: relative;
}
.game-details {
    padding: 100px 0;
    background: #ebfcf5;
    overflow: hidden;
}
.most-games-box img {
    max-width: 130px;
    margin-bottom: 24px;
}
.most-games-box h5 {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    color: #212121;
}
.game-details-text h2 {
    font-size: 44px;
    line-height: 55px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 20px;
}
.features-box p {
    font-size: 19px;
    color: #757575;
    line-height: 27px;
    font-weight: 400;
}
.features-box {
    position: relative;
    margin-bottom: 50px;
}
.features-images {
    max-width: 380px;
    margin: auto;
}
.features-box .icon {
    padding: 16px;
    background-color: #fff;
    box-shadow: 19px 17px 10px rgba(0, 0, 0, 0.01),
        11px 10px 9px rgba(0, 0, 0, 0.03), 5px 4px 6px rgba(0, 0, 0, 0.05),
        1px 1px 3px rgba(0, 0, 0, 0.06), 0 0 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 24px;
}
.features-box h4 {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 24px;
}
.features-box p {
    font-size: 18px;
    color: #757575;
    line-height: 27px;
}
.testimonial-section {
    position: relative;
    background-color: #f3fdf9;
}
.book-sports {
    padding: 100px 0;
    background: #fff;
    overflow: hidden;
}
.cl-carousel-controls {
    display: flex;
    justify-content: space-between;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 1;
    position: absolute;
}
.cl-round-button {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 69px;
    justify-content: center;
    min-width: 48px;
    outline: 0;
    padding: 0;
    position: relative;
    width: 69px;
    color: #000;
    font-size: 22px;
}
.cl-round-button:before {
    border-radius: 50%;
    box-shadow: 0 0 14px rgb(70 143 115 / 50%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: box-shadow 0.3s ease-in-out;
    width: 100%;
}
.cl-round-button:after {
    content: "";
    height: calc(100% + 8px);
    left: -4px;
    position: absolute;
    top: -4px;
    width: calc(100% + 8px);
}
.slider-box {
    width: 820px;
    height: 400px;
    top: 4446px;
    background: #fff;
    box-shadow: 0 0 14px rgba(70, 143, 115, 0.5);
    border-radius: 20px;
}
.testimonials-section .shapes-container {
    position: absolute;
    max-width: 1400px;
    max-height: 1200px;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.testimonials-section .bg-svg-shapes {
    height: 20px;
    width: 20px;
    z-index: 0;
}
.testimonials-section .bg-svg-shapes.shape-1 {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50px;
    left: 50px;
}
.testimonials-section .bg-svg-shapes.shape-2 {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 50%;
}
.testimonials-section .bg-svg-shapes.shape-3 {
    height: 19px;
    width: 19px;
    position: absolute;
    top: 170px;
    left: auto;
    right: 0;
}
.testimonials-section .bg-svg-shapes.shape-4 {
    height: 20px;
    width: 20px;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 300px;
    right: 60px;
}
.testimonials-section .bg-svg-shapes.shape-5 {
    height: 16px;
    width: 16px;
    position: absolute;
    top: auto;
    left: 40%;
    bottom: 0;
    opacity: 0.7;
}
.testimonials-section .bg-svg-shapes.shape-6 {
    height: 18px;
    width: 18px;
    position: absolute;
    top: auto;
    left: 40px;
    bottom: 360px;
}
.testimonials-section .main-title-wrapper {
    max-width: 550px;
    width: 100%;
}
.testimonials-section .main-title-wrapper .pre-img {
    text-align: center;
}
.testimonials-section .main-title-wrapper .pre-img span {
    height: 85px;
    width: 85px;
    margin-bottom: 10px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    background-image: url(assets/images/testimonials-pre-title-img.png);
    background-position: center;
    background-size: contain;
}
.testimonials-section .main-title-wrapper .title {
    font-size: 48px;
    line-height: 60px;
}
.client-img {
    display: flex;
    justify-content: center;
    position: absolute;
    text-align: center;
    top: -35px;
    left: 0;
    right: 0;
}
.client-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.testimonials-section .testimonial-slider {
    background-image: url(../images/landing/slider-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    padding: 0;
    max-width: 900px;
    width: 100%;
    background-position: center;
}
.testimonials-section .slick-list {
    position: relative;
    padding: 50px 50px 100px 50px !important;
    margin-bottom: 60px;
}
.testimonials-section .slick-slide {
    transition: all 0.5s;
    z-index: 0;
    opacity: 0;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.testimonials-section .slick-slide.slick-current.slick-active {
    z-index: 3;
    position: relative;
    background: #fff;
    opacity: 1;
    border-radius: 15px;
    box-shadow: 0 0 14px rgb(70 143 115 / 50%);
    position: relative;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.testimonials-section .slick-slide.nextSlide1 {
    z-index: 2;
    position: relative;
    background: #fff;
    opacity: 1;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 14px rgba(70, 143, 115, 0.5);
    position: relative;
    -ms-transform: scale(0.9, 1);
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
}
.testimonials-section .slick-slide.nextSlide2 {
    z-index: 1;
    position: relative;
    background: #fff;
    opacity: 1;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 14px rgba(70, 143, 115, 0.5);
    position: relative;
    -ms-transform: scale(0.8, 1);
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1);
}
.testimonials-section .slick-slide .client-testimonial-content {
    padding: 40px 68px;
    font-size: unset;
    height: 300px;
    overflow: hidden;
}
.testimonials-section .slick-slide.nextSlide1 .client-testimonial-content {
    padding: 0;
    font-size: 0;
    height: 30px;
}
.testimonials-section .slick-slide.nextSlide2 .client-testimonial-content {
    padding: 0;
    font-size: 0;
    height: 30px;
}
.testimonials-section .slick-slide .client-testimonial-content {
    transition: transform 0.5s;
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.testimonials-section
    .slick-slide.slick-current.slick-active
    .client-testimonial-content {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.testimonials-section
    .slick-slide
    .client-testimonial-content
    .client-infomation {
    text-align: center;
}
.slick-slider .test .client-infomation .client-name {
    font-size: 18px;
    line-height: 25px;
    font-family: Roboto, sans-serif;
    color: #212121;
    letter-spacing: 1px;
    font-weight: 500;
}
.testimonials-section
    .slick-slide
    .client-testimonial-content
    .client-infomation
    .client-designation {
    font-size: 14px;
    line-height: 24px;
    font-family: Roboto, sans-serif;
    color: #9e9e9e;
    letter-spacing: 0;
    font-weight: 400;
}
.testimonials-section .slick-arrow {
    position: absolute;
    bottom: -50px;
    border: none;
    height: 40px;
    width: 50px;
    font-size: 0;
    background: 0 0;
    padding: 0;
}
.slick-slider .slick-arrow {
    left: 50%;
    transform: translate(-50%, 0);
    display: none !important;
}
.testimonials-section .slick-arrow.slick-prev::before {
    background-color: #56a702;
    mask-image: url(../images/landing/Arrow-1.svg);
    -webkit-mask-image: url(../images/landing/Arrow-1.svg);
    -webkit-mask-size: 40px;
    -webkit-mask-position: center left;
    -webkit-mask-repeat: no-repeat;
    content: "";
    position: absolute;
    height: 40px;
    width: 30px;
    background-size: contain;
    background-position: center;
    left: 50%;
    transition: all 0.2s;
    top: 100%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
}
.slick-slider .slick-arrow.slick-next {
    left: 50%;
    transform: translate(-50%, 0);
}
.slick-slider .slick-arrow::before {
    background-color: #56a702;
    mask-image: url(../images/landing/Arrow-2.svg);
    -webkit-mask-image: url(../images/landing/Arrow-2.svg);
    -webkit-mask-size: 40px;
    -webkit-mask-position: center right;
    -webkit-mask-repeat: no-repeat;
    content: "";
    position: absolute;
    height: 40px;
    width: 30px;
    background-size: contain;
    background-position: center;
    left: 50%;
    transition: all 0.2s;
    top: 100%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
}
.slick-slider .slick-arrow.slick-prev:hover::before {
    -webkit-mask-size: 50px;
    width: 50px;
    opacity: 1;
}
.slick-slider .slick-arrow.slick-next:hover::before {
    -webkit-mask-size: 50px;
    width: 50px;
    opacity: 1;
}
.testimonials-section .custom-navigation .client-img.testimonial-1 {
    position: absolute;
    top: -240px;
    left: 110px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 7px 13px 14px rgba(0, 0, 0, 0.1);
    height: 90px;
    width: 90px;
}
.testimonials-section .custom-navigation .client-img.testimonial-2 {
    position: absolute;
    top: -170px;
    right: 100px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
    height: 55px;
    width: 55px;
}
.testimonials-section .custom-navigation .client-img.testimonial-3 {
    position: absolute;
    top: 170px;
    right: 0;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: -10px 12px 14px rgba(0, 0, 0, 0.1);
    height: 110px;
    width: 110px;
}
.testimonials-section .custom-navigation .client-img.testimonial-4 {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 110px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
    height: 55px;
    width: 55px;
}
.testimonials-section .custom-navigation .client-img.testimonial-5 {
    position: absolute;
    top: auto;
    left: 60px;
    bottom: -10px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 12px 14px 14px rgba(0, 0, 0, 0.1);
    height: 85px;
    width: 85px;
}
.testimonials-section .custom-navigation .client-img.testimonial-6 {
    position: absolute;
    top: 150px;
    left: 0;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
    height: 45px;
    width: 45px;
}
.testimonials-section .custom-navigation .client-img {
    cursor: pointer;
}
.testimonials-section .custom-navigation .client-img img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all 0.2s;
}
.testimonials-section .custom-navigation .client-img::before {
    content: "";
    border: 0 solid #0095d5;
    height: 100%;
    width: 100%;
    display: table-cell;
    position: absolute;
    z-index: 1;
    border-radius: 100%;
    transition: border 0.2s;
}
.testimonials-section .custom-navigation .client-img.active img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.testimonials-section .custom-navigation .client-img.active::before {
    border: 3px solid #0095d5;
}
@media (min-width: 320px) and (max-width: 767px) {
    .testimonials-section {
        padding: 0 0 50px 0;
    }
    .testimonials-section .custom-navigation .client-img.testimonial-1 {
        display: none;
    }
    .testimonials-section .custom-navigation .client-img.testimonial-2 {
        display: none;
    }
    .testimonials-section .custom-navigation .client-img.testimonial-3 {
        display: none;
    }
    .testimonials-section .custom-navigation .client-img.testimonial-4 {
        display: none;
    }
    .testimonials-section .custom-navigation .client-img.testimonial-5 {
        display: none;
    }
    .testimonials-section .custom-navigation .client-img.testimonial-6 {
        display: none;
    }
    .testimonials-section .slick-list {
        padding: 20px 20px 100px 20px !important;
    }
    .testimonials-section .ast-container {
        padding-left: 0;
        padding-right: 0;
    }
    .testimonials-section .slick-slide .client-testimonial-content {
        padding: 20px !important;
        height: 280px;
    }
    .testimonials-section
        .slick-slide
        .client-testimonial-content
        .client-feedback {
        margin-bottom: 10px;
    }
    .testimonials-section
        .slick-slide
        .client-testimonial-content
        .client-feedback
        p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .testimonials-section
        .slick-slide
        .client-testimonial-content
        .client-infomation
        .client-name {
        font-size: 16px;
    }
    .testimonials-section
        .slick-slide
        .client-testimonial-content
        .client-infomation
        .client-designation {
        line-height: normal;
        font-size: 14px;
    }
    .testimonials-section .main-title-wrapper .title {
        padding: 0 15px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .testimonials-section {
        padding: 0px;
    }
    .testimonials-section .main-title-wrapper {
        margin-bottom: 0 !important;
    }
    .testimonials-section .custom-navigation .client-img.testimonial-1 {
        display: none;
    }
    .testimonials-section .custom-navigation .client-img.testimonial-2 {
        display: none;
    }
    .testimonials-section .custom-navigation .client-img.testimonial-3 {
        display: none;
    }
    .testimonials-section .custom-navigation .client-img.testimonial-4 {
        display: none;
    }
    .testimonials-section .custom-navigation .client-img.testimonial-5 {
        display: none;
    }
    .testimonials-section .custom-navigation .client-img.testimonial-6 {
        display: none;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .testimonials-section {
        padding: 100px 0 80px 0;
    }
    .testimonials-section .main-title-wrapper {
        margin-bottom: 0 !important;
    }
}
.slick-slider {
    padding: 100px 0;
    background: #ebfcf5;
    overflow: hidden;
    position: relative;
}
.slick-slider .testimonial-slider {
    padding: 0;
}
.slick-list {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
    background-image: url(../images/landing/slider-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.slick-slider .test .client-feedback {
    font-size: 16px;
    line-height: 22px;
    font-family: Roboto, sans-serif;
    color: var(--bs-gray);
    text-align: center;
}
.slick-slider .test .client-infomation .client-name {
    font-size: 18px;
    line-height: 25px;
    font-family: Roboto, sans-serif;
    color: #212121;
    letter-spacing: 1px;
    font-weight: 500;
}
.slick-slider .test .client-infomation .client-designation {
    font-size: 14px;
    line-height: 24px;
    font-family: Roboto, sans-serif;
    color: #9e9e9e;
    letter-spacing: 0;
    font-weight: 400;
}
.slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}
.slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}
.slick-snext,
.slick-sprev {
    display: block;
}
.slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 0, 20px);
    z-index: 2;
}
.slick-snext {
    opacity: 1;
    transform: translate3d(20%, 0, 0);
    z-index: 1;
}
.slick-sprev {
    opacity: 1;
    transform: translate3d(-20%, 0, 0);
}
.test {
    display: block;
    height: 300px;
    background: #fff;
    opacity: 1;
    border-radius: 15px;
    box-shadow: 0 0 14px rgb(70 143 115 / 50%);
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 40px 24px;
    max-width: 600px;
    width: 100%;
}
.contact-form {
    padding: 100px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.food-review {
    border-radius: 8px;
    border-color: #afafaf70;
}
.form-control {
    border-radius: 5px;
}
.faq-quection {
    padding: 100px 0;
    background: #ebfcf5;
    overflow: hidden;
}
.accordion .accordion-item .accordion-button {
    background: linear-gradient(
        90deg,
        var(--gradient_1) 0,
        var(--gradient_2) 100%
    );
}
.accordion .accordion-item .accordion-button:focus {
    box-shadow: unset;
    border-color: unset;
}
.accordion .accordion-item {
    margin-bottom: 30px;
    border-radius: 5px;
    background-color: unset;
    border: 1px solid #616161;
}
.accordion .accordion-item .accordion-button::after {
    color: #616161;
}
.accordion-button:not(.collapsed)::after {
    color: #616161 !important;
}
.accordion .accordion-item .accordion-button {
    color: #616161;
    padding: 15px 20px 15px 25px;
    font-weight: 500;
    font-size: 18px;
    font-family: Roboto;
}
.accordion .accordion-item .accordion-button:focus {
    box-shadow: unset;
    border-color: unset;
}
.accordion .accordion-item .accordion-body {
    background: linear-gradient(
        90deg,
        var(--gradient_1) 0,
        var(--gradient_2) 100%
    );
    padding: 12px 25px 12px 25px;
    border-radius: 0 0 8px 8px;
    text-align: left;
    color: #757575;
    font-size: 16px !important;
    font-family: Roboto;
    font-weight: 400;
    border-top: 1px solid #616161;
}
.accordion-button:focus {
    border-color: unset;
}
.faq-frequently-one img {
    margin-left: -180px;
    margin-top: -50px;
}
.faq-frequently img {
    margin-left: 70px;
}
.footer-section {
    background-image: url(../images/landing/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    z-index: 1;
}
.footer-section .share-link-icon ul.social-icon li.socail-space {
    border-radius: 100%;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-box p {
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.38px;
    text-align: justify;
}
a.footer-link {
    color: #fff;
}
.fw-Medium {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 0.38px;
}
.footer-bottom-section {
    background-color: #57a800;
}
.text-copyright {
    color: #fff !important;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.38px;
    text-decoration: none;
}
a.social {
    color: #57a800;
}
img.footer-logo {
    width: 30%;
}
.form-group {
    margin-bottom: 1rem;
}
.header-section-contact nav {
    width: 100%;
}
.header-section-contact .logo-img img {
    max-width: 200px;
}
.header-section-contact .nav-link {
    font-weight: 500;
    line-height: 22px;
    color: #616161 !important;
}
.contact-us {
    box-shadow: 19px 17px 10px rgba(0, 0, 0, 0.01),
        11px 10px 9px rgba(0, 0, 0, 0.03), 5px 4px 6px rgba(0, 0, 0, 0.05),
        1px 1px 3px rgba(0, 0, 0, 0.06), 0 0 0 rgba(0, 0, 0, 0.06);
    padding: 3rem;
    border-radius: 6px;
}
.partial-pill {
    color: rgba(94, 53, 177, 1) !important;
    background-color: #ede7f6 !important;
}
.complete-pill {
    color: rgba(33, 150, 243, 1) !important;
    background-color: #e3f2fd !important;
}
.stripe-payment-form {
    align-self: center;
    box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.1),
        0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
    margin: auto;
}
#payment-message {
    color: #697386;
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
}
#payment-element {
    margin-bottom: 24px;
}
#mysubmit,
.my-spinner,
.new-payment {
    display: none;
}
@media only screen and (max-width: 600px) {
    .stripe-payment-form {
        width: 80vw;
        min-width: initial;
    }
}
.success-card {
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #c8d0d8;
    margin: 0 auto;
    display: none;
}
.success-card h1 {
    color: #88b04b;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 10px;
}
.success-card p {
    color: #404f5e;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    margin: 0;
}
.success-card i {
    color: #9abc66;
    font-size: 50px;
    line-height: 150px;
    margin-left: -15px;
}
.custom-popover {
    border-color: #57a800;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
    border-right-color: #57a800;
}
