/* size sm */
@media (max-width: 576px) {
    .custom-w {
        width: 100%;
    }

    .events-hero-banner {
        background: url("../img/Banner-Web-Event-GSJA---Desktop-3.jpg");
        background-position: center;

        background-size: cover;
        background-repeat: no-repeat;
        height: 50vh;
        transition: all .3s ease;
        overflow-y: scroll !important;
    }

    .about-hero-banner {
        background: url("../img/Banner-Web-About-GSJA---Desktop-3.jpg");
        background-position: center;
        background-size: cover;

        background-repeat: no-repeat;
        height: 50vh;
        transition: all .3s ease;
        overflow-y: scroll !important;
    }

    .yearly-theme-logo {
        width: 50%;
    }

    .yearly-theme-verse {
        font-size: 15px;
    }
}

/* size md */
@media (min-width: 576px) and (max-width: 778px) {
    .custom-w {
        width: 75%;
    }

    .events-hero-banner {
        background: url("../img/Banner-Web-Event-GSJA---Desktop-3.jpg");
        background-position: center;

        background-size: cover;
        background-repeat: no-repeat;
        height: 50vh;
        transition: all .3s ease;
        overflow-y: scroll !important;
    }

    .about-hero-banner {
        background: url("../img/Banner-Web-About-GSJA---Desktop-3.jpg");
        background-position: center;
        background-size: cover;

        background-repeat: no-repeat;
        height: 50vh;
        transition: all .3s ease;
        overflow-y: scroll !important;
    }

    .yearly-theme-logo {
        width: 75%;
    }

    .yearly-theme-verse {
        font-size: 15px;
    }
}

/* size lg */
@media (min-width: 778px) {
    .custom-w {
        width: 50%;
    }

    .events-hero-banner {
        background: url("../img/Banner-Web-Event-GSJA---Desktop-3.jpg");
        background-position: center;

        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
        transition: all .3s ease;
        overflow-y: scroll !important;
    }

    .about-hero-banner {
        background: url("../img/Banner-Web-About-GSJA---Desktop-3.jpg");
        background-position: center;
        background-size: cover;

        background-repeat: no-repeat;
        height: 100vh;
        transition: all .3s ease;
        overflow-y: scroll !important;
    }

    .yearly-theme-logo {
        width: 50%;
    }

    .yearly-theme-verse {
        font-size: 22px;
        padding-right: 50px !important;
    }
}

/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

.wow,
.animated {
    animation-duration: 2s !important;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF8F;
    color: #000;
    transition: 0.5s;
    z-index: 99;
}

.back-to-top:hover {
    background: #301E7C;
    color: #fff;
    border-color: #301E7C;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: 700 !important;
    font-family: 'Open', sans-serif !important;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600 !important;
    font-family: 'Open', sans-serif !important;
}


.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.text-pink {
    color: #FC89C9;
}

.bg-dark-gray {
    background: #222222;
}

/*** Button Start ***/

.btn {
    font-weight: 600;
    transition: .5s;
    border-radius: 10px;
}

.btn:active, .btn:focus {
    box-shadow: none;
}

.btn-radius-50 {
    border-radius: 50% !important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary:hover {
    color: var(--bs-primary) !important;
    background: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
}

.btn.btn-light:hover {
    color: var(--bs-light) !important;
    background: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
}

.btn.btn-dark:hover {
    color: var(--bs-dark) !important;
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.btn.btn-pink {
    color: var(--bs-dark);
    background: #FC89C9;
    border-color: #FC89C9;
}

.btn.btn-pink:hover {
    color: #FC89C9;
    background: var(--bs-dark);
    border-color: var(--bs-dark);
}

.btn.btn-purple {
    color: #FFFFFF;
    background: #301E7C;
    border-color: #301E7C;
}

.btn.btn-purple:hover {
    color: #301E7C;
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.btn.btn-white {
    color: #000000;
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.btn.btn-white:hover {
    color: #FFFFFF;
    background: #301E7C;
    border-color: #301E7C;
}

.btn.btn-campuses {
    color: #301E7C;
    background: #FFFFFF;
    border-color: #000000;

    border-radius: 25px;

    height: 70px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-campuses:hover, .btn.btn-campuses.active {
    color: #FFFFFF;
    background: #301E7C;
    border-color: #301E7C;
}

@media (max-width: 576px) {
    .btn.btn-campuses {
        font-size: 0.75rem;
        height: 50px;
    }
}

.btn.btn-circle {
    color: var(--bs-dark);
    background: #FFFFFF;
    border-color: #FFFFFF;

    border-radius: 50%;
    padding: 15px 19px;
}

.btn.btn-circle:hover {
    color: #FFFFFF;
    background: var(--bs-dark);
    border-color: var(--bs-dark);
}

/*** Button End ***/


/*** Topbar Start ***/
.topbar .topbar-inner {
    height: 45px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, .5);
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-primary) !important;
}

/*** Topbar End ***/


/*** Navbar Start ***/
.fixed-top {
    backdrop-filter: blur(10px);
    transition: .5s;
}

.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.navbar-brand img {
    width: 150px;
}

.navbar .navbar-nav .nav-link {
    padding: 12px;
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 600;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ffffff;
    background-color: #FFFFFF40;
    border-radius: 5px;
}

.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: #301E7C;
    background-color: #F0ECFF;
    border-radius: 5px;
}

.fixed-top.bg-white .navbar .navbar-nav .nav-link {
    color: var(--bs-dark);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .btn-watch {
    color: #000;
    background-color: #fff;
    border-radius: 0;
}

.navbar .btn-watch:hover {
    color: #ffffff;
    background-color: #FFFFFF40;
}

.fixed-top.bg-white .navbar .btn-watch {
    color: #fff;
    background-color: #301E7C;
    border-radius: 0;
}

.fixed-top.bg-white .navbar .btn-watch:hover {
    color: #301E7C;
    background-color: #F0ECFF;
}

@media (min-width: 992px) {
    .navbar-collapse {
        background: transparent !important;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        background: var(--bs-light) !important;
        transition: .5s;
        opacity: 1;
    }
}

.navbar-toggler {
    color: #301E7C !important;
    padding: 10px 20px;
    border: 2px solid #F0ECFF !important;
    background-color: #F0ECFF;
    box-shadow: none !important;
}

/*** Navbar End ***/


/*** Hero Header ***/
.hero-header {
    margin-bottom: 3rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
    background-color: #171218 !important;
}

.home-hero-banner {
    background: url("../img/hero.png"), center center no-repeat;
    background-size: cover;
}

.event-banner-paralax3 {
    background: linear-gradient(
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.1)
    ),
    url("../img/hero.png");
    background-position: center;

    background-size: cover;
    background-repeat: no-repeat;
}

.event-banner-paralax5 {
    background: linear-gradient(
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.5)
    ),
    url("../img/hero.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.community-hero-banner {
    background: url("../img/Divider Homepage.png"), center center no-repeat;
    background-size: cover;
}

.contact-hero-banner {
    background: #fff !important;
    margin-bottom: 3rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.hero-header .hero-header-inner {
    padding: 3rem;
    background: rgba(255, 255, 255, .5);
}

@media (max-width: 992px) {
    .hero-header {
        padding-top: 12rem;
    }
}

.hero-header .breadcrumb-item {
    font-size: 18px;
}

.hero {
    padding: 0;
}

.hero .carousel-img {
    height: 100vh;
    /* max-width: 100%;
    max-height: 100%; */
    object-fit: cover;
}

/*** Hero Header ***/

/*** Our Campuses Start ***/
.our-campuses {
    background-color: #F5F5F5;
}

.campus-right-col {
    border-left: solid 1px #b0b0b0;
}

.campus-address {
    text-decoration: none;
    color: #666666;
}

.campus-address:hover {
    color: #000;
}

@media (max-width: 992px) {
    .campus-right-col {
        border-left: 0;
    }
}

/*** Our Campuses End ***/

/* Gembala sidang start */
.gembala-sidang {
    width: 100%;
    height: auto;
    background-color: #301E7C;
    color: white;
}
.bg-gembala-sidang {
    width: 500px;
    height: 600px;
}
.bg-gembala-sidang img {
    position: absolute;
}
.text-gembala-sidang {
    width: 50%;
    text-align: justify;
    text-justify: inter-word;
    line-height: 35px;
}
.text-border-b  {
    padding-bottom: 5px;
    border-bottom: 0px solid white;
}

.bg-gembala-sidang h1 {
    font-family: 'Open Sans' !important;
}

/* size sm */
@media screen and (max-width: 500px) {
    .gembala-sidang {
        padding-top: 10px;
        padding-bottom: 50px;
        height: auto !important;
        padding-inline: 30px;
        gap: 10px;
    }
    .bg-gembala-sidang {
        width: 100%;
        padding-top: 0 !important;
        height: auto !important;
    }
    .bg-gembala-sidang img {
        bottom: -100px;
        width: 300px !important;
        height: auto !important;
        position: relative;
        margin-right: 30px;
    }
    .bg-gembala-sidang div {
        margin-top: 30px;
        /* position: absolute;
        bottom: 0; */
    }
    .text-gembala-sidang {
        width: 100% !important;
        font-size: 16px;
        line-height: 30px;
        /* background: #000 !important; */
    }

    .text-border-b  {
        padding-bottom: 5px;
        border-bottom: 2px solid white;
    }
}

/* size md */
@media screen and (min-width: 500px) and (max-width: 750px) {
    .gembala-sidang {
        padding-top: 10px;
        padding-bottom: 50px;
        height: auto !important;
        padding-inline: 30px;
        gap: 10px;
    }
    .bg-gembala-sidang {
        width: 100%;
        padding-top: 0 !important;
        height: auto !important;
    }
    .bg-gembala-sidang img {
        bottom: -100px;
        width: 400px !important;
        height: auto !important;
        position: relative;
        margin-right: 30px;
    }
    .bg-gembala-sidang div {
        margin-top: 30px;
        /* position: absolute;
        bottom: 0; */
    }
    .text-gembala-sidang {
        width: 100% !important;
        font-size: 16px;
        line-height: 30px;
        /* background: #000 !important; */
    }
    .text-border-b  {
        padding-bottom: 5px;
        border-bottom: 2px solid white;
    }
}

/* size md */
@media screen and (min-width: 750px) and (max-width: 1024px) {
    .gembala-sidang {
        padding-top: 10px;
        padding-bottom: 50px;
        height: auto !important;
        padding-inline: 30px;
        gap: 10px;
    }
    .bg-gembala-sidang {
        width: 100%;
        padding-top: 0 !important;
        height: auto !important;
    }
    .bg-gembala-sidang img {
        bottom: -100px;
        width: 400px !important;
        height: auto !important;
        position: relative;
        margin-right: 30px;
    }
    .bg-gembala-sidang div {
        margin-top: 30px;
        /* position: absolute;
        bottom: 0; */
    }
    .text-gembala-sidang {
        width: 100% !important;
        font-size: 16px;
        line-height: 30px;
        /* background: #000 !important; */
    }
    .text-border-b  {
        padding-bottom: 5px;
        border-bottom: 2px solid white;
    }
}
/* Gembala sidang end */

/*** Our Events Start ***/
.our-events {
    background-color: #222222;
}

.our-events .our-events-title {
    color: rgba(0, 0, 0, 0);
    background: linear-gradient(92.08deg, #FFFFFF, #D0B1DB);
    background-clip: text;
    display: inline-block;
}

.our-events .our-events-swiper .our-events-card {
    height: 300px;
}

.our-events .our-events-swiper .our-events-card img {
    width: 550px;
    object-fit: cover;
}

.our-events .our-events-swiper a {
    color: #FFFFFF;
}

.our-events .our-events-swiper a:hover {
    color: #F0ECFF;
}

.our-events .our-events-swiper a:hover img {
    color: #F0ECFF;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.05);
}

/*** Our Events End ***/

/*** Our Community Start ***/
.our-community {
    background-color: #FFFFFF;
}

.our-community .our-community-title {
    color: rgba(0, 0, 0, 0);
    background: linear-gradient(92.08deg, #0D0D0D, #65207D);
    background-clip: text;
    display: inline-block;
}

.our-community .our-community-card {
    height: 160px;
    background-color: #F6F3FF;
}

.our-community .our-community-card .btn-purple {
    border-radius: 0;
}

.our-community .btn.btn-circle {
    border: 1px solid #301E7C;
}

.our-community .btn.btn-circle:hover {
    border: 1px solid #301E7C;
    background-color: #301E7C;
}

/* .our-community .our-community-swiper .our-community-card img {
    height: 100%;
    width: 550px;
    object-fit: cover;
}

.our-community .our-community-swiper a {
    color: #FFFFFF;
}

.our-community .our-community-swiper a:hover {
    color: #F0ECFF;
}

.our-community .our-community-swiper a:hover img{
    color: #F0ECFF;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.05);
} */
/*** Our Community End ***/

/*** Next Gen Start ***/
.next-gen .next-gen-title {
    color: rgba(0, 0, 0, 0);
    background: linear-gradient(92.08deg, #0D0D0D, #65207D);
    background-clip: text;
    display: inline-block;
}

.next-gen .next-gen-kids {
    background-image: url('../img/Life Kids.png');
}

.next-gen .next-gen-youth {
    background-image: url('../img/Life Youth.png');
}

.next-gen .next-gen-name {
    width: fit-content;
}

.next-gen .next-gen-name {
    background-color: #FFFFFF8F;
    color: #301E7C;
}

.next-gen .next-gen-card .btn-white {
    border-radius: 0;
    width: fit-content;
}

/*** Next Gen End ***/

/*** Vision and Mission Start ***/
.vision-mission a:hover {
    color: #FC89C9 !important;
    transition: .5s;
}

/*** Vision and Mission End ***/

/*** About Start ***/
.about a.btn.btn-light:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
    border: 0;
}

.about .sr-pastor-img {
    width: 400px;
    height: 300px;
}

.about .pink-a {
    text-decoration: none;
    color: #FC89C9;
}

/*** About End ***/

/*** Baptism Start ***/
/*** Baptism End ***/

/*** LIFE Group Start ***/
/*** LIFE Group End ***/

/*** Our event and Our program/past event Start ***/
.our-events {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    background: linear-gradient(
        0deg,
            /* #171717,*/ #202020,
        #212121
    );
    width: 100%;
    height: auto;
    padding-block: 50px;
}

.event-title {
    background: -webkit-linear-gradient(
        0deg,
        #fff,
            /*  #885468, */ #A28BA8
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.event-desc-title {
    background: -webkit-linear-gradient(
        0deg,
        #262626,
        #875CB0
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800 !important;
}

.past-events {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    width: 100%;
    height: auto;
    padding-block: 50px;
    background: linear-gradient(
        0deg,
        #0D0D0D,
        #171717
    );
}

.con-box-events {
    width: 90%;
}

/*.manupulate-paralax-event {
    width: 100%;
    height: 10000px;
    background: transparent;
}*/

.box-event-out {
    transition: all .6s ease;
    transform: translateX(200%);
}

.box-event-in {
    transition: all .6s ease;
    transform: translateX(0);
}


/* size sm */
@media screen and (max-width: 368px) {
    .our-programs-box {
        /* padding-left: 0rem !important;
        padding-right: 0rem !important;*/
        text-align: center;
    }

    .con-cta-desc-event {
        width: 100%;
    }

    .con-desc-event {
        padding-block: 50px;
    }

    .img-event-desc {
        margin: 0 !important;
    }

    .img-event-desc img {
        width: 100% !important;
    }

    .introduction, .paragraph {
        font-size: .8em;
    }

    .cst-border-end {
        border-right: 0;
    }

    .next-gen .next-gen-card {
        height: 500px;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/* size md */
@media screen and (min-width: 368px) {
    .our-programs-box {
        padding-inline: 0rem !important;
        /* padding-left: 3rem !important;
        padding-right: 3rem !important;*/
        text-align: center;
    }

    .con-desc-event {
        padding-block: 100px;
    }

    .con-cta-desc-event {
        width: 40%;
    }

    .introduction, .paragraph {
        font-size: 1.1em;
    }

    .cst-border-end {
        border-right: 0;
    }

    .next-gen .next-gen-card {
        height: 500px;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/* size lg */
@media screen and (min-width: 768px) {
    .our-programs-box {
        padding-inline: 0rem !important;
        /*padding-left: 6rem !important;
        padding-right: 6rem !importantz*/
    }

    .con-item-event {
        width: 300px !important;
        height: 250px !important;
    }

    .con-item-event div img {
        background-position: center;
        object-fit: cover;
        width: 100%;
        height: 200px !important;
    }

    .con-desc-event {
        padding-block: 100px;
    }

    .con-cta-desc-event {
        width: 40%;
    }

    .introduction, .paragraph {
        font-size: 1.1em;
    }

    .cst-border-end {
        border-right: 1px solid #dee2e6 !important;
    }

    .next-gen .next-gen-card {
        height: 700px;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.con-item-event {
    width: 100%;
    height: 250px !important;
}

.con-item-event div img {
    background-position: center;
    object-fit: cover;
    width: 100%;
    height: 250px;
}

.con-item-event {
    gap: 10px !important;
}

.our-programs-box {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.our-programs-item img {
    transition: 0.5s;
}

.our-programs-item:hover img {
    transform: scale(1.05)
}

.our-programs-item .our-programs-meta a:hover,
.our-programs-item .our-programs-meta a i:hover {
    color: var(--bs-primary) !important;
}

.our-programs-item a:hover {
    color: #9B2446;
}

.con-desc-event {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
}

.img-event-desc {
    margin-right: 50px;
}

.img-event-desc img {
    width: 400px;
    height: 350px;
    object-fit: cover;
}

.btn-register-event {
    background: #2F1E7C;
    border: 1px solid #004AFF;
    padding-block: 10px;
    padding-inline: 25px;
}

.btn-share-event {
    background: transparent;
    border: 2px solid #321E7D;
    padding-block: 10px;
    padding-inline: 25px;
}

.btn-show-more-events:hover {
    border: 1px solid #fff !important;
    background: white !important;
    color: #321E7D !important;
}

/*** Our Programs and Our program/past event End ***/


/*** Activities Start ***/
.activities .activities-item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 45px rgba(12, 18, 20, .08);
    transition: 0.5s;
}

.activities .activities-item:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-dark) !important;
}

.activities .activities-item:hover a {
    background: var(--bs-light) !important;
    color: var(--bs-dark) !important;
}

.activities .activities-item:hover a:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

/*** Activities End ***/


/*** Events Start ***/
.life-group-item img {
    transition: 0.5s;
}

.life-group .life-group-item a {
    transition: 0.5s;
}

.life-group-item:hover img {
    transition: 0.5s;
    transform: scale(1.2)
}

.life-group-item a:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
    opacity: 0.5s;
}

/*** Events End ***/


/*** Blog Start ***/
.blog-item {
    height: 100%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.blog-item img {
    transition: 0.5s;
}

.blog-item:hover img {
    transform: scale(1.2)
}

.blog-item .blog-meta a,
.blog-item .blog-meta a i {
    transition: 0.5s;
}

.blog-item .blog-meta a:hover,
.blog-item .blog-meta a i:hover {
    color: var(--bs-primary) !important;
}

/*** Blog End ***/


/*** Team Start ***/
.team .team-img {
    height: 100%;
    padding: 25px;
    background: var(--bs-white);
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team .team-item {
    position: relative;
    overflow: hidden;
}

.team .team-item img {
    transition: 0.5s;
}

.team .team-item:hover img {
    transform: scale(1.2);
}

.team .team-item .team-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px;
    transform: translateX(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.team .team-item:hover .team-content {
    opacity: 1;
    background: rgba(241, 193, 82, .7);
}

/*** Team End ***/


/*** testimonial Start ***/
.testimonial-item {
    background: var(--bs-light);
    padding: 40px;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 40px;
    background: var(--bs-primary);
    color: var(--bs-dark);
    font-size: 22px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

/*** testimonial End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item p {
    font-size: 16px;
    line-height: 35px;
}

.footer .border-top,
.footer .border-bottom {
    border-color: rgba(255, 255, 255, .08) !important;
}

.footer button {
    border: 0;
    transition: 0.5s;
}

.footer button:hover {
    background: var(--bs-dark);
    color: #301E7C;
}

.footer-item a.btn.btn-light:hover {
    background: #301E7C;
    color: var(--bs-dark) !important;
    border: #301E7C;
}

.footer-item a,
.footer-item a i {
    transition: 0.5s;
}

.footer-item a:hover,
.footer-item a i:hover {
    color: #9B2446 !important;
}

/*** Footer End ***/

/*** About Us Start ***/

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 0px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 8px;
}

.container {
    padding: 0 16px;
}

.borderRadius1 {
    border-radius: 10px;
}

.borderRadius2 {
    border-radius: 10px;
}

.borderRadius3 {
    border-radius: 10px;
}

.container::after, .row::after {
    content: "";
    clear: both;
    display: table;
}

@media screen and (max-width: 650px) {
    .column {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .column2 {
        width: 100%;
        display: block;
    }
}

.title {
    color: grey;
}

.community {
    float: left;
    width: 50%;
    padding: 50px;
}

.sec1 {
    background-color: #F6F6F6;
    color: #000;
}

.sec2 {
    background: #13000D;
}

.sec3 {
    background-color: #F6F6F6;
    color: #000;
}


.text-pink {
    font-weight: 100;
    transition: .5s;
    color: #FC89C9;
}

/* redesign by justine */
.boxValue {
    width: 250px;
    height: 260px;
    background: linear-gradient(
        #77001C,
        #30000B
    );
    border-radius: 10px;
}

.scroll-bar-hide::-webkit-scrollbar {
    scroll-behavior: smooth;
    height: 0;
    width: 0;
}

.accordion-button:hover, .collapsed:hover,
.accordion-button:active, .collapsed:active,
.accordion-button:focus, .collapsed:focus {
    box-shadow: 0 0 0 !important;
}

.accordion-item-value, .accordion-button {
    border: 0 !important;
    background: linear-gradient(
        #77001C,
        #30000B
    ) !important;
    border-radius: 10px !important;
    margin-block: 5px !important;
    color: #fff !important;
}

.arrow-chrunch {
    background: -webkit-linear-gradient(
        0deg,
        #FF4D00,
        #CCCCCC
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

/* size sm */
@media (max-width: 576px) {
    .desc-value {
        display: none;
    }
}

/* size md */
@media (min-width: 576px) and (max-width: 778px) {
    .desc-value {
        display: none;
    }
}

/* size lg */
@media (min-width: 778px) {
    .desc-value {
        display: block;
    }
}

.text-purple {
    color: #301E7C;
    transition: .5s;
}

.comm {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.comm::before,
.comm::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
}

.comm::before {
    background-color: #ffffff;
    height: 2px;
    bottom: 0;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.comm::after {
    content: attr(data-replace);
    height: 100%;
    top: 0;
    transform-origin: 100% 50%;
    transform: translate3d(200%, 0, 0);
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
    color: #ffffff;
}

.comm:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.comm:hover::after {
    transform: translate3d(0, 0, 0);
}

.comm {
    display: inline-block;
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.comm:hover span {
    transform: translate3d(-200%, 0, 0);
}

.comm {
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    vertical-align: top;
}

.geeks {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.geeks img {
    transition: 0.5s all ease-in-out;
}

.geeks:hover img {
    transform: scale(0.9);
}

/*** About Us End ***/


/*** Contact us start  ***/

.contact-title {
    font-size: 2.5rem;
    background: -webkit-linear-gradient(
        0deg,
        #882D50,
        #2D35B0,
        #2D35B0
    ) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.contact-subtitle {
    color: #000 !important;
    font-weight: 500 !important;
}

.email-wa-resp {
    gap: 10px;
}

.desk-box-c {
    margin-left: 5px;
}

/* size sm */
@media (max-width: 576px) {
    .email-wa-resp {
        flex-direction: column;
    }

    .box-contact {
        padding-inline: 5px;
        padding-block: 15px;
    }
}

/* size md */
@media (min-width: 576px) and (max-width: 992px) {
    .email-wa-resp {
        gap: 2px;
        flex-direction: row;
    }

    .box-contact {
        padding-inline: 50px;
    }
}

/* size lg */
@media (min-width: 992px) {
    .email-wa-resp {
        gap: 2px;
        flex-direction: row;
    }

    .box-contact {
        padding-inline: 50px;
    }
}

/*** Contact us start  ***/


/*** Custom Iframe Responsive Start ***/
.custom-embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.custom-embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.custom-embed-responsive .custom-embed-responsive-item, .custom-embed-responsive embed, .custom-embed-responsive iframe, .custom-embed-responsive object, .custom-embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*** Custom Iframe Responsive End ***/


/*** Carousel Start ***/

.carousel-container {
    height: 100vh;
}

.home-carousel .carousel-item {
    background-size: cover;
    background-position: center;

    background-repeat: no-repeat;
    height: 100vh;
    transition: all .7s ease;
}

.carousel-text {
    height: 100vh;
    padding-left: 100px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.content-box {
    text-align: left;
    color: #000;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    /* Rounded corners for the box */
    width: 50%;
    /* Adjust the width as needed */
    max-width: 600px;
    /* Set a maximum width for responsiveness */
}

.h1-item {
    font-size: 2.5em;
}

.h2-item {
    font-size: 1.5em;
    margin-top: 10px;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

/* Adjust positioning of carousel control buttons */
.carousel-control-prev {
    left: 5px;
    width: 5% !important;
    margin-left: 5px;
    /* Add a margin for gap */
}

.carousel-control-next {
    right: 5px;
    width: 5% !important;
    margin-right: 5px;
    /* Add a margin for gap */
}

.carousel-control-icon {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 15px 19px;
}

.content-box img {
    max-width: 100%;
    /* Ensure images don't overflow the content box */
    border-radius: 5px;
    /* Optional: Rounded corners for images */
    margin-bottom: 10px;
    /* Optional: Add some space below the image */
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .h1-item {
        font-size: 2.0em;
    }

    .h2-item {
        font-size: 1.0em;
        margin-top: 10px;
    }

    .carousel-text {
        padding-left: 50px;
    }

    .content-box {
        width: 75%;
    }
}

@media (max-width: 992px) {
    .carousel-control-icon {
        display: none;
    }
}

/* Skeleton Loader Styles */
.carousel-skeleton {
    position: relative;
    width: 100%;
    background-color: #b0b0b0;
    overflow: hidden;
}

.skeleton-banner {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #b0b0b0 25%, #d0d0d0 50%, #b0b0b0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

.skeleton-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.skeleton-control {
    width: 40px;
    height: 40px;
    background-color: #909090;
    border-radius: 50%;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/*** Carousel End   ***/
