#home {
    background-color: white;
}

#home .btn {
    font-weight: 700;
    font-size: 14px;
    padding: 20px;
    border-radius: 30px;
    flex: 1 0 auto;
    width: 260px;
}

#home .btn.primary {
    background: #BACF11;
    color: #06100D;
    margin-right: 15px;
    position: relative;
}

#home .btn.secondary {
    background: #06100D;
    border: 1px solid #BACF11;
    color: #fff;
    position: relative;
}

#carouselExampleIndicators::before {
    content: "";
    position: absolute;
    background: url(../images/home/black-background.png);
    background-repeat: no-repeat;
    background-size: 100% 92%;
    width: 100%;
    height: 955px;
    z-index: -1;
}

#carouselExampleIndicators .carousel-item {
    height: 700px;
}

#carouselExampleIndicators .carousel-inner {
    color: #fff;
}

#carouselExampleIndicators .carousel-inner::before {
    background: #06100D;
    content: "";
    position: absolute;
    width: 100%;
    height: 418px;
}

.carousel-content {
    padding-bottom: 7.5rem;
    justify-content: center;
}

.carousel-content h1 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 60px;
    margin-top: 5rem;
}

.carousel-content p {
    color: #959692;
    font-weight: 500;
    font-size: 18px;
    margin: 24px 0;
}

.carousel-content .carousel-btn-groups {
    padding-top: 10px;
    padding-right: 100px;
}

.carousel-content .carousel-img {
    padding-left: 0.5rem;
    padding-right: 0rem;
}

.carousel-content .carousel-img.carousel_bg_2 {
    /* padding-left: 1rem; */
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.carousel-content .carousel-img.startLeft {
    padding-left: 0;
}

.carousel-content .carousel-img img {
    object-fit: contain;
}

.carousel-content .carousel-img .carousel_bg_1 {
    height: 550px;
    position: absolute;
    margin-top: -40rem;
}

.carousel-content .carousel-img .greenBackgroundImg {
    height: 660px;
    position: relative;
}

.carousel-indicators {
    justify-content: flex-start;
    align-items: center;
    margin-left: 120px;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 11px;
    border-radius: 50%;
    margin-right: 10px;
}

.carousel-indicators .active {
    width: 30px;
    border-radius: 15px;
    background-clip: border-box;
    box-sizing: border-box;
    border-top-width: 6px;
    border-bottom-width: 6px;
}

section {
    margin-top: 8.5rem;
    margin-bottom: 7.5rem;
}

.section-title {
    font-weight: 700;
    font-size: 52px;
    margin-bottom: 40px;
}

.section-subtitle {
    color: #959692;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 40px;
}

#solutionSummary {
    margin-top: 11rem;
}

#solutionSummary .relative {
    position: relative;
}

#solutionSummary .icon-circle-img {
    position: absolute;
    top: -68px;
    width: 250px;
    left: 0;
}

#solutionSummary .info-title {
    font-weight: 700;
    font-size: 30px;
    color: black;
}

#solutionSummary .info-desc1 {
    font-weight: 700;
    color: #959692;
    font-size: 22px;
}

#solutionSummary .info-desc2 {
    font-weight: 500;
    color: #06100D;
}

#solutionSummary .pyramid-img {
    width: 100%;
    height: 100%;
    margin-left: -65px;
    margin-top: 62px;
}

#solutionSummary .offliceSummary {
    margin-top: 40px;
}

#advantagesWrapper::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(247, 247, 246, 0) 0%, #F7F7F6 100%);
    width: 100%;
    height: 100px;
    margin-top: -6rem;
}

#advantagesWrapper {
    background-color: #F7F7F6;
    margin-top: 7.5rem !important;
}

#advantagesWrapper .mainRow {
    margin-bottom: 20px;
}

#advantagesWrapper .customCard {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    padding: 1.5rem 2.5rem;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

#advantagesWrapper .customCard img {
    width: 65px;
    height: 55px;
    margin-top: 1rem;
}

#advantagesWrapper .card-title {
    font-weight: 700;
    font-size: 1.75em;
}

#advantagesWrapper .card-desc {
    font-weight: 500;
    color: black;
}

#videoSection {
    background-color: white;
    margin-top: 9rem !important;
}

#videoSection::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #F7F7F6 0%, rgba(247, 247, 246, 0) 100%);
    width: 100%;
    height: 100px;
    margin-top: -9rem;
}

#videoSection .swiper {
    width: 100%;
    height: 100%;
}

#videoSection .swiper-slide {
    font-size: 14px;
    font-weight: 700;
    color: #06100D;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#videoSection .swiper-slide iframe {
    border-radius: 10px;
}

#videoSection .swiper-slide p {
    cursor: grab;
    margin-top: 16px;
    font-size: 22px;
}

#getStarted .wrapper {
    background: #06100D;
    color: #fff;
    text-align: center;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

#getStarted h1 {
    width: 55%;
    font-weight: 700;
    font-size: 52px;
    margin-bottom: 50px;
    position: relative;
}

#getStarted .wrapper button {
    flex: .07 auto;
}

.greenBackgroundGetStarted {
    background: url(../images/greenBackground3.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 1050px 300px;
    height: 486px;
    width: 1050px;
    position: absolute;
    margin-top: -7.5rem;
    margin-left: 6rem;
}

.pyramidDarkImg {
    position: absolute;
    margin-top: -13rem;
    margin-left: 22rem;
}

.pyramidGreenImg {
    position: absolute;
    margin-left: -40rem;
    margin-top: 2rem;
}

.line1 {
    position: absolute;
    margin-top: -7rem;
    margin-left: -11rem;
}

.line2 {
    position: absolute;
    margin-top: 23rem;
    margin-left: 13rem;
    width: 530px;
    height: 153px;
}

#solutionSummary .pyramid-Img {
    position: absolute;
    right: 0rem;
    margin-top: -13rem;
    width: 194px;
}

#advantagesWrapper .pyramid-dark-img {
    position: absolute;
    margin-top: -9rem;
    width: 255px;
    margin-left: 51rem;
}

#advantagesWrapper .pyramid-dark-img3 {
    position: absolute;
    margin-top: 18rem;
    width: 500px;
    margin-left: -17rem;
    transform: rotate(-18deg);
}

#videoSection .cube-empty {
    position: absolute;
    margin-top: -9rem;
    width: 166px;
}

@media only screen and (max-width: 1024px) {
    #carouselRight {
        order: 1;
    }

    #carouselLeft {
        order: 2;
    }

    .carousel-content .carousel-img .carousel_bg_1 {
        height: 300px;
        position: relative;
        margin: -25rem auto 0rem auto;
    }

    .carousel-content .carousel-img .greenBackgroundImg {
        height: 400px;
        position: relative;
        margin: auto;
    }

    .carousel-content h1 {
        font-size: 35px;
        margin-top: 1.5rem;
    }

    .carousel-content p {
        font-size: 16px;
        margin: 12px 0;
    }

    #carouselExampleIndicators .carousel-item {
        height: 890px;
    }

    #carouselExampleIndicators::before {
        content: "";
        position: absolute;
        background: url(../images/home/black-background.png);
        background-repeat: no-repeat;
        background-size: 156% 106%;
        width: 100%;
        height: 112%;
        z-index: -1;
        background-position: center;
    }

    .carousel-btn-groups {
        display: grid !important;
        padding-right: 1rem !important;
    }

    .carousel-btn-groups .btn {
        width: 100% !important;
    }

    .carousel-btn-groups .btn.primary {
        margin-bottom: 1rem;
    }

    .carousel-indicators {
        justify-content: center;
        top: 56rem;
        margin-bottom: 0rem;
    }

    .carousel_bg_2 img {
        height: 300px !important;
        width: 319px;
        margin: auto;
        position: relative;
    }

    .carousel-content .carousel-img.carousel_bg_2 img {
        object-fit: unset;
    }

    #solutionSummary .pyramid-img-2 {
        width: 250px;
        height: 250px;
        margin-left: -127px;
        display: block !important;
    }

    #solutionSummary .pyramid-img {
        display: none;
    }

    #solutionSummary {
        margin-bottom: 0rem;
    }

    #solutionSummary .icon-circle-img {
        position: relative;
        left: -6rem;
        top: -60px;
        width: 100%;
        width: 250px;
    }

    #solutionSummary .info-desc1 {
        font-size: 18px;
    }

    #solutionSummary .info-desc2 {
        font-size: 15px;
    }

    #solutionSummary .relative {
        height: 80px;
    }

    #solutionSummary .offliceSummary {
        margin-top: 0px !important;
    }

    #solutionSummary .pyramid-Img {
        margin-top: -10rem;
        width: 153px;
    }

    .section-title {
        font-size: 40px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    #advantagesWrapper .desktopView {
        display: none !important;
    }

    #advantagesWrapper .mobileView {
        display: block !important;
    }

    .swiper-pagination-bullet-active {
        width: 30px;
        border-radius: 15px;
        background-clip: border-box;
        box-sizing: border-box;
        border-top-width: 6px;
        border-bottom-width: 6px;
        background-color: #959692;
    }

    #advantagesWrapper .customCard img {
        margin-top: 0rem;
        margin-right: 5px;
    }

    #advantagesWrapper .card-title {
        margin-bottom: 0rem !important;
        font-size: 18px;
    }

    #advantagesWrapper .card-desc {
        font-size: 15px;
    }

    #advantagesWrapper .customCard {
        padding: 1rem 1.5rem;
        min-height: 280px;
    }

    #advantagesWrapper .pyramid-dark-img2 {
        display: block !important;
        position: absolute;
        margin-top: -8rem;
        width: 216px;
        margin-left: 0rem;
        right: 0;
    }

    #advantagesWrapper .pyramid-dark-img {
        position: absolute;
        margin-top: -8rem;
        width: 216px;
        margin-left: 0rem;
        right: 0;
        display: none;
    }

    #advantagesWrapper .pyramid-dark-img3 {
        display: none;
    }

    #advantagesWrapper {
        margin-top: 2rem !important;
    }

    #advantagesWrapper .mobileView .swiper {
        height: 372px;
    }

    #advantagesWrapper .mobileView .swiper-pagination {
        top: 18rem;
    }

    #getStarted h1 {
        font-size: 40px !important;
        width: 100%;
    }

    #getStarted .getStartedButton {
        justify-content: normal !important;
        display: grid !important;
    }

    #getStarted .btn.primary {
        margin-right: 0px !important;
        margin-bottom: 1rem;
    }

    #getStarted .btn {
        width: 100%;
    }

    .line2 {
        display: none;
    }

    .line3 {
        display: block !important;
        width: 174px;
        height: 153px;
        margin-left: auto;
        margin-top: 3rem;
    }

    #videoSection .cube-empty {
        position: absolute;
        margin-top: -7rem;
        width: 120px;
        right: 0;
    }

    #videoSection .custom-swiper-button-prev,
    .custom-swiper-button-next {
        display: none !important;
    }

    .greenBackgroundGetStarted {
        background: url(../images/greenBackground3.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 931px 300px;
        height: 486px;
        width: 100%;
        position: absolute;
        margin-top: -7.5rem;
        margin-left: 0rem;
        right: 0;
    }

    .pyramidDarkImg {
        position: absolute;
        margin-top: -13rem;
        right: 0;
    }

    .mySwiper .swiper-pagination.swiper-pagination-bullets {
        display: block !important;
        bottom: 0rem;
    }

}

@media only screen and (max-width: 600px) {
    .greenBackgroundGetStarted {
        background-size: 650px 300px;
        height: 486px;
        width: 500px;
        margin-left: 0rem !important;
        right: 0;
    }

    .pyramidGreenImg {
        position: absolute;
        margin-left: -18rem !important;
        margin-top: 28rem !important;
        width: 250px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .carousel-content h1 {
        font-weight: 700;
        margin-bottom: 0;
        font-size: 52px;
        margin-top: 5rem;
    }

    .carousel-content p {
        color: #959692;
        font-weight: 500;
        font-size: 16px;
        margin: 24px 0;
    }

    #solutionSummary .icon-circle-img {
        margin-left: -2.5rem;
    }
}

@media only screen and (max-width: 350px) {
    #carouselExampleIndicators .carousel-item {
        height: 1000px;
    }

    .carousel-indicators {
        top: 65rem;
    }

    #advantagesWrapper .customCard {
        min-height: 352px;
    }

    #advantagesWrapper .mobileView .swiper-pagination {
        top: 23rem;
    }

    #advantagesWrapper .mobileView .swiper {
        height: 390px;
    }
}