/* christmas-greeting-section style start */

.christmas-greeting-section {
    background-color: var(--fv-main-bg);
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    padding: 100px 0 0 0;
}
.christmas-greeting-img-section {
    position: relative;
    right: -15%;
    width: 57%;
    display: flex;
}
.christmas-greeting-img-section svg {
    width: 100%;
    height: 100%;
}
.christmas-greeting-heading {
    width: 43%;
    position: relative;
    height: 100%;
}
.section-button,
.to-ask-btn {
    min-height: 40px;
    box-shadow: none;
    border: none;
    background-color: var(--fv-green-dark-color);
    padding: 8px 20px;
    color: var(--fv-white-color);
    margin-top: 42px;
    font-weight: bold;
    min-width: 180px;
}

.section-button:hover,
.to-ask-btn:hover,
.btn-box .to-ask-btn:hover {
    background-color: hsl(137.14deg 30.43% 65%);
}

.scrolling-btn {
    position: absolute;
    bottom: 5%;
    left: 100%;
    right: 0;
    /* transform: translateX(-50%); */
    width: max-content;
    z-index: 22;
}
.scrolling-btn.small-screen {
    display: none;
}
.scrolling-btn a {
    color: var(--fv-green-dark-color);
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* chosen-projects section style  */

.chosen-projects {
    padding: 300px 0 136px;
    position: relative;
    background-color: var(--fv-main-bg);
}
.chosen-projects .slider-section {
    margin-top: 100px;
    position: relative;
}
.chosen-projects .project-card-content {
    padding: 12px;
    min-height: 150px;
}
.chosen-projects .project-card-content p {
    text-align: center;
    color: var(--fv-white-color);
    font-size: 1.375rem;
    line-height: 32px;
    margin: 0;
    font-weight: normal;
}
.chosen-projects .yellow-box-color {
    background-color: #edb03f;
}
.chosen-projects .red-box-color {
    background-color: #d1655e;
}
.chosen-projects .blue-box-color {
    background-color: #456d8e;
}
.chosen-projects .orange-box-color {
    background-color: #dd823d;
}
.chosen-projects .green-box-color {
    background-color: #468B59;
}
.chosen-projects .purple-box-color {
    background-color: #6D4E7A ;
}
.chosen-projects .grey-box-color {
    background-color: #5D5955 ;
}
.slider-section .owl-carousel {
    position: relative;
}
.slider-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.slider-section .owl-nav .owl-next span,
.slider-section .owl-nav .owl-prev span {
    display: none;
}
.slider-section .owl-nav .owl-next::after {
    content: "";
    position: absolute;
    background-image: url("../../frontend/assets/images/arrow_forward.svg");
    top: 50%;
    transform: translate(0, -50%);
    width: 48px;
    height: 48px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    right: -100px;
}
.slider-section .owl-nav .owl-prev::after {
    content: "";
    position: absolute;
    background-image: url("../../frontend/assets/images/arrow_back.svg");
    top: 50%;
    transform: translate(0, -50%);
    width: 48px;
    height: 48px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    left: -100px;
}
.chosen-projects .single-items .project-card-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* five step section style  */
.five-step-section {
    padding-top: 136px;
    height: auto;
    padding-bottom: 60px;
    scroll-margin-top: 136px;
    background-color: rgb(80, 150, 100);
}
.five-step-section-content {
    margin-top: 154px;
    overflow: hidden;
}
.five-step-section .section-heading h2 {
    color: var(--fv-white-color);
}
.five-step-section-content-item {
    margin-left: 141px;
    display: flex;
    align-items: center;
    margin-bottom: 120px;
}
.five-step-section-content-item img {
    transform: translateX(-200%);
    transition: transform 0.6s ease-in-out;
}
.five-step-section-content-item:nth-of-type(even) img {
    transform: translateX(200%);
}
.five-step-section-content-item img.show {
    transform: translateX(0);
}
.five-step-section-content-item-text h3 {
    color: var(--fv-green-dark-color);
    font-weight: bold;
    font-size: 1.875rem;
}
.five-step-section-content-item-text p {
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 32px;
    color: var(--fv-white-color);
    max-width: 510px;
    margin: 0;
}
.five-step-section-content-item.item-even {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.five-step-section-content-item.item-even
    .five-step-section-content-item-text
    p,
.five-step-section-content-item.item-even
    .five-step-section-content-item-text
    h3 {
    text-align: right;
}
.five-step-section-content-item .five-step-section-content-item-text {
    margin-left: 110px;
}
.five-step-section-content-item.item-even .five-step-section-content-item-text {
    margin-right: 110px;
    margin-left: 0;
}
.btn-box .to-ask-btn {
    background-color: var(--fv-white-color);
    color: var(--fv-green-dark-color);
    margin-top: 0;
    margin-bottom: 80px;
}

/* statistic section style  */
.statistic-section {
    background-color: var(--fv-white-color);
    padding: 160px 0 80px;
}
.statistic-section-content {
    display: flex;
    justify-content: center;
}
.statistic-section-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.statistic-box:nth-child(1),.statistic-box:nth-child(2),.statistic-box:nth-child(3) {
    margin-bottom: 60px;
}

.statistic-section-content-item h5 {
    color: var(--fv-green-dark-color);
    font-weight: bold;
    font-size: 3.75rem;
}
.statistic-section-content-item span {
    color: var(--fv-black-color);
    font-size: 1.875rem;
    font-weight: 300;
    display: inline-block;
}

/* five-video-section style  */
.five-video-section .video-main {
    position: relative;
}
.five-video-section .video-main img {
    width: 100%;
    height: 100%;
}
.five-video-section .video-main::after {
    content: "";
    position: absolute;
    background-color: rgb(255 255 255 / 70%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.five-video-section .video-main .video-content {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
    margin: 0 auto;
}
.five-video-section .video-main .video-content h3 {
    margin-bottom: 58px;
    font-size: 4rem;
}
.five-video-section .video-main .video-content button {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    background-color: var(--fv-green-dark-color);
    border: 0;
}
.five-video-section .modal-body #five-youtube-video {
    width: 100%;
    height: 600px;
}
.five-video-section .modal-header {
    border-bottom: 0;
}
.five-video-section .modal-fullscreen .modal-content {
    background-color: #45413d;
    padding-bottom: 48px;
}
.five-video-section .modal-fullscreen .modal-body {
    background-color: var(--fv-main-bg);
    padding: 0;
}
.five-video-section .btn-close {
    --bs-btn-close-bg: none;
    position: relative;
    --bs-btn-close-opacity:1
}
.five-video-section .btn-close::after, .five-video-section .btn-close::before{
    position: absolute;
    left: 0;
    top:0;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}
.five-video-section .btn-close::after {
    transform: rotate(-45deg);
}
.five-video-section .btn-close::before {
    transform: rotate(45deg);
}

/* animation style for the main banner  */

.christmas-greeting-img-section #Globe {
    overflow: hidden;
}
.common-animation {
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation: float 12s ease-in-out infinite;
}

.delay-1 {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation: floatDown 12s ease-in-out infinite;
}

.delay-2 {
    animation-delay: 8s;
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-30px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}
@keyframes floatDown {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(30px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}

@keyframes redLife {
    0% {
        transform: translate(-20%, 0%);
    }
    20% {
        transform: translate(0%, 10%);
    }
    40% {
        transform: translate(20%, 0%);
    }
    60% {
        transform: translate(40%, 10%);
    }
    80% {
        transform: translate(60%, 0%);
    }
    100% {
        transform: translate(80%, 10%);
    }
}

@keyframes firstHand {
    0% {
        transform: translate(-60%, 0%);
    }

    17% {
        transform: translate(-40%, -10%);
    }

    34% {
        transform: translate(-20%, 0%);
    }

    51% {
        transform: translate(0%, 10%);
    }

    68% {
        transform: translate(20%, 0%);
    }

    85% {
        transform: translate(40%, -10%);
    }

    100% {
        transform: translate(60%, 0%);
    }
}

@keyframes blueHand {
    0% {
        transform: translate(-30%, 0%);
    }

    17% {
        transform: translate(-10%, 15%);
    }

    34% {
        transform: translate(10%, 0%);
    }

    51% {
        transform: translate(30%, 15%);
    }

    68% {
        transform: translate(50%, 0%);
    }

    85% {
        transform: translate(70%, 15%);
    }

    100% {
        transform: translate(100%, 0%);
    }
}

@keyframes yellowHand {
    0% {
        transform: translate(-60%, 0%);
    }
    17% {
        transform: translate(-40%, 20%);
    }

    34% {
        transform: translate(-20%, 0%);
    }

    51% {
        transform: translate(0%, 20%);
    }

    68% {
        transform: translate(20%, 0%);
    }

    85% {
        transform: translate(40%, 20%);
    }
    100% {
        transform: translate(60%, 0%);
    }
}

@keyframes blueHandRight {
    0% {
        transform: translate(-100%, 0%);
    }
    16.66% {
        transform: translate(-80%, 10%);
    }
    33.32% {
        transform: translate(-60%, 0%);
    }
    49.98% {
        transform: translate(-40%, 10%);
    }
    66.64% {
        transform: translate(-20%, 0%);
    }
    83.3% {
        transform: translate(0%, 10%);
    }
    100% {
        transform: translate(20%, 0%);
    }
}

@keyframes yellowLife {
    0% {
        transform: translate(-90%, 0%);
    }
    16.66% {
        transform: translate(-70%, 10%);
    }
    33.32% {
        transform: translate(-50%, 0%);
    }
    49.98% {
        transform: translate(-30%, 10%);
    }
    66.64% {
        transform: translate(-10%, 0%);
    }
    83.3% {
        transform: translate(10%, 10%);
    }
    100% {
        transform: translate(30%, 0%);
    }
}

@keyframes redHeart {
    0% {
        transform: translate(-70%, 0%);
    }
    16.66% {
        transform: translate(-50%, -10%);
    }
    33.32% {
        transform: translate(-30%, 0%);
    }
    49.98% {
        transform: translate(-10%, -10%);
    }
    66.64% {
        transform: translate(10%, 0%);
    }
    83.3% {
        transform: translate(30%, -10%);
    }
    100% {
        transform: translate(50%, 0%);
    }
}

@keyframes bigDrop {
    0% {
        transform: translate(-20%, 0%);
    }
    16.66% {
        transform: translate(0%, 10%);
    }
    33.32% {
        transform: translate(20%, 0%);
    }
    49.98% {
        transform: translate(40%, 10%);
    }
    66.64% {
        transform: translate(60%, 0%);
    }
    83.3% {
        transform: translate(80%, 10%);
    }
    100% {
        transform: translate(100%, 0%);
    }
}

@keyframes redDrop {
    0% {
        transform: translate(-90%, 0%);
    }
    16.66% {
        transform: translate(-70%, 10%);
    }
    33.32% {
        transform: translate(-50%, 0%);
    }
    49.98% {
        transform: translate(-30%, 10%);
    }
    66.64% {
        transform: translate(-10%, 0%);
    }
    83.3% {
        transform: translate(10%, 10%);
    }
    100% {
        transform: translate(30%, 0%);
    }
}

@keyframes greenPlus {
    0% {
        transform: translate(-40%, 0%);
    }
    25% {
        transform: translate(-10%, 10%);
    }
    50% {
        transform: translate(20%, 0%);
    }
    75% {
        transform: translate(50%, 10%);
    }
    100% {
        transform: translate(80%, 0%);
    }
}

@keyframes pulseBig {
    0% {
        transform: translate(-40%, 0%);
    }
    25% {
        transform: translate(-10%, 10%);
    }
    50% {
        transform: translate(20%, 0%);
    }
    75% {
        transform: translate(50%, 10%);
    }
    100% {
        transform: translate(80%, 0%);
    }
}

@keyframes pulseSmall {
    0% {
        transform: translate(-60%, 0%);
    }

    17% {
        transform: translate(-40%, -10%);
    }

    34% {
        transform: translate(-20%, 0%);
    }

    51% {
        transform: translate(0%, 10%);
    }

    68% {
        transform: translate(20%, 0%);
    }

    85% {
        transform: translate(40%, -10%);
    }

    100% {
        transform: translate(60%, 0%);
    }
}

@keyframes bluePlus {
    0% {
        transform: translate(-90%, 0%);
    }
    16.66% {
        transform: translate(-70%, 10%);
    }
    33.32% {
        transform: translate(-50%, 0%);
    }
    49.98% {
        transform: translate(-30%, 10%);
    }
    66.64% {
        transform: translate(-10%, 0%);
    }
    83.3% {
        transform: translate(10%, 10%);
    }
    100% {
        transform: translate(30%, 0%);
    }
}

@keyframes yellowLifeSmall {
    0% {
        transform: translate(-70%, 0%);
    }
    16.66% {
        transform: translate(-50%, -10%);
    }
    33.32% {
        transform: translate(-30%, 0%);
    }
    49.98% {
        transform: translate(-10%, -10%);
    }
    66.64% {
        transform: translate(10%, 0%);
    }
    83.3% {
        transform: translate(30%, -10%);
    }
    100% {
        transform: translate(50%, 0%);
    }
}

@keyframes yellowBigHeart {
    0% {
        transform: translate(-90%, 0%);
    }
    16.66% {
        transform: translate(-70%, 10%);
    }
    33.32% {
        transform: translate(-50%, 0%);
    }
    49.98% {
        transform: translate(-30%, 10%);
    }
    66.64% {
        transform: translate(-10%, 0%);
    }
    83.3% {
        transform: translate(10%, 10%);
    }
    100% {
        transform: translate(30%, 0%);
    }
}

@keyframes blueUpPlus {
    0% {
        transform: translate(-60%, 0%);
    }

    17% {
        transform: translate(-40%, -10%);
    }

    34% {
        transform: translate(-20%, 0%);
    }

    51% {
        transform: translate(0%, 10%);
    }

    68% {
        transform: translate(20%, 0%);
    }

    85% {
        transform: translate(40%, -10%);
    }

    100% {
        transform: translate(60%, 0%);
    }
}

@keyframes blueBigHeart {
    0% {
        transform: translate(-20%, 0%);
    }
    16.66% {
        transform: translate(0%, 10%);
    }
    33.32% {
        transform: translate(20%, 0%);
    }
    49.98% {
        transform: translate(40%, 10%);
    }
    66.64% {
        transform: translate(60%, 0%);
    }
    83.3% {
        transform: translate(80%, 10%);
    }
    100% {
        transform: translate(100%, 0%);
    }
}

@keyframes blueSmallLife {
    0% {
        transform: translate(-70%, 0%);
    }
    16.66% {
        transform: translate(-50%, -10%);
    }
    33.32% {
        transform: translate(-30%, 0%);
    }
    49.98% {
        transform: translate(-10%, -10%);
    }
    66.64% {
        transform: translate(10%, 0%);
    }
    83.3% {
        transform: translate(30%, -10%);
    }
    100% {
        transform: translate(50%, 0%);
    }
}

@keyframes greenHeart {
    0% {
        transform: translate(-60%, 0%);
    }

    17% {
        transform: translate(-40%, -10%);
    }

    34% {
        transform: translate(-20%, 0%);
    }

    51% {
        transform: translate(0%, 10%);
    }

    68% {
        transform: translate(20%, 0%);
    }

    85% {
        transform: translate(40%, -10%);
    }

    100% {
        transform: translate(60%, 0%);
    }
}

@keyframes yellowLeftLife {
    0% {
        transform: translate(-20%, 0%);
    }
    25% {
        transform: translate(10%, 10%);
    }
    50% {
        transform: translate(40%, 0%);
    }
    75% {
        transform: translate(70%, 10%);
    }
    100% {
        transform: translate(100%, 0%);
    }
}

@keyframes redHeartLeft {
    0% {
        transform: translate(-20%, 0%);
    }
    25% {
        transform: translate(10%, 10%);
    }
    50% {
        transform: translate(40%, 0%);
    }
    75% {
        transform: translate(70%, 10%);
    }
    100% {
        transform: translate(100%, 0%);
    }
}

@keyframes yellowSpoon {
    0% {
        transform: translate(-70%, 0%);
    }
    16.66% {
        transform: translate(-50%, -10%);
    }
    33.32% {
        transform: translate(-30%, 0%);
    }
    49.98% {
        transform: translate(-10%, -10%);
    }
    66.64% {
        transform: translate(10%, 0%);
    }
    83.3% {
        transform: translate(30%, -10%);
    }
    100% {
        transform: translate(50%, 0%);
    }
}

@keyframes spoonBottom {
    0% {
        transform: translate(-80%, 0%);
    }
    16.66% {
        transform: translate(-60%, -10%);
    }
    33.32% {
        transform: translate(-40%, 0%);
    }
    49.98% {
        transform: translate(-20%, -10%);
    }
    66.64% {
        transform: translate(0%, 0%);
    }
    83.3% {
        transform: translate(20%, -10%);
    }
    100% {
        transform: translate(40%, 0%);
    }
}

@keyframes yellowSpoonLeftTop {
    0% {
        transform: translate(-20%, 0%);
    }
    16.66% {
        transform: translate(0%, 10%);
    }
    33.32% {
        transform: translate(20%, 0%);
    }
    49.98% {
        transform: translate(40%, 10%);
    }
    66.64% {
        transform: translate(60%, 0%);
    }
    83.3% {
        transform: translate(80%, 10%);
    }
    100% {
        transform: translate(100%, 0%);
    }
}

@keyframes yellowFish {
    0% {
        transform: translate(-20%, 0%);
    }
    25% {
        transform: translate(10%, 10%);
    }
    50% {
        transform: translate(40%, 0%);
    }
    75% {
        transform: translate(70%, 10%);
    }
    100% {
        transform: translate(100%, 0%);
    }
}

@keyframes greenFish {
    0% {
        transform: translate(-40%, 0%);
    }
    25% {
        transform: translate(-10%, 10%);
    }
    50% {
        transform: translate(20%, 0%);
    }
    75% {
        transform: translate(50%, 10%);
    }
    100% {
        transform: translate(80%, 0%);
    }
}

@keyframes purpleFish {
    0% {
        transform: translate(-60%, 0%);
    }

    17% {
        transform: translate(-40%, -10%);
    }

    34% {
        transform: translate(-20%, 0%);
    }

    51% {
        transform: translate(0%, 10%);
    }

    68% {
        transform: translate(20%, 0%);
    }

    85% {
        transform: translate(40%, -10%);
    }

    100% {
        transform: translate(60%, 0%);
    }
}

@media (max-width: 1800px) {
    .slider-section .owl-nav .owl-prev::after {
        left: -50px;
    }
    .slider-section .owl-nav .owl-next::after {
        right: -50px;
    }
}

@media (max-width: 1440px) {
    .chosen-projects .project-card-content p {
        font-size: 1.125rem;
    }
    .christmas-greeting-img-section {
        right: -12.5%;
    }
}
@media (max-width: 1366px) {
    .chosen-projects .project-card-content p {
        line-height: 24px;
    }
    .slider-section .owl-nav .owl-prev::after {
        left: -80px;
    }
    .slider-section .owl-nav .owl-next::after {
        right: -80px;
    }
    .five-step-section-content-item {
        margin-left: 0;
    }
    .statistic-section-content-item h5 {
        font-size: 2rem;
    }
    .statistic-section-content-item span {
        font-size: 1.25rem;
    }
    .christmas-greeting-img-section {
        right: -18.5%;
    }
    .scrolling-btn {
        bottom: 0;
    }
}
@media (max-width: 1280px) {
    .christmas-greeting-img-section {
        right: -14.5%;
    }
    .slider-section .owl-nav .owl-prev::after {
        left: -50px;
    }
    .slider-section .owl-nav .owl-next::after {
        right: -50px;
    }
    .chosen-projects {
        padding-top: 80px;
    }
    .five-step-section {
        padding: 100px 0 60px;
    }
    .five-step-section-content {
        margin-top: 80px;
    }
    .five-step-section-content-item {
        margin-bottom: 80px;
    }
    .statistic-section {
        padding: 100px 0 80px;
    }
}

@media (max-width: 1024px) {
    .five-step-section-content-item {
        margin-left: 0;
    }
    .slider-section .owl-nav .owl-next::after {
        right: -40px;
    }
    .slider-section .owl-nav .owl-prev::after {
        left: -30px;
    }
    .christmas-greeting-section {
        padding: 0;
    }
    .five-step-section {
        padding: 60px 0;
    }
    .five-step-section-content {
        margin-top: 80px;
    }
    .five-step-section-content-item .five-step-section-content-item-text {
        margin-left: 20px;
    }
    .five-step-section-content-item.item-even
        .five-step-section-content-item-text {
        margin-right: 20px;
    }
    .statistic-section {
        padding: 60px 0;
    }
    .fiver-footer-left-content p,.fiver-footer-left-content a {
        font-size: 1rem;
        line-height: 30px;
    }
    .christmas-greeting-img-section {
        padding-top: 100px;
    }
    .five-step-section-content-item img {
        width: 50%;
    }
    .christmas-greeting-heading {
        padding: 40px 0 0 0;
    }
}

@media (max-width: 991px) {
    .five-step-section-content-item {
        flex-direction: column;
    }
    .five-step-section-content-item.item-even {
        flex-direction: column;
    }
    .five-step-section-content-item .five-step-section-content-item-text {
        margin-left: 0;
        text-align: center;
        margin-top: 30px;
    }
    .five-step-section-content-item.item-even
        .five-step-section-content-item-text {
        margin-right: 0;
        text-align: center;
    }
    .five-step-section-content-item.item-even
        .five-step-section-content-item-text
        p,
    .five-step-section-content-item.item-even
        .five-step-section-content-item-text
        h3 {
        text-align: center;
    }
    .statistic-section-content-item h5 {
        font-size: 2rem;
    }
    .slider-section .owl-nav .owl-next::after {
        right: -60px;
    }
    .slider-section .owl-nav .owl-prev::after {
        left: -60px;
    }
    .christmas-greeting-container {
        flex-wrap: wrap;
    }
    .christmas-greeting-heading {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .christmas-greeting-container .section-heading .section-description {
        max-width: 100%;
        margin: 20px 0;
    }
    .christmas-greeting-img-section {
        width: 40%;
        right: 0;
        margin: auto;
        padding-top: 0;
    }
    .christmas-greeting-heading .section-button {
        margin-top: 0;
    }
    .scrolling-btn {
        bottom: 11%;
    }
    .chosen-projects {
        padding-top: 0;
    }
    .project-section {
        padding: 80px 0;
    }
    .chosen-projects .slider-section {
        margin-top: 80px;
    }
    .scrolling-btn {
        display: none;
    }
    .scrolling-btn.small-screen {
        display: block;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        bottom: 0;
    }
    .chosen-projects .project-card-content {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 120px;
    }

}

@media (max-width: 820px) {
    .christmas-greeting-section {
        min-height: 100%;
        padding: 0 0 20%;
    }
}

@media (max-width: 768px) {
    .christmas-greeting-img-section {
        width: 50%;
    }
    .christmas-greeting-section {
        padding-bottom: 11%;
        min-height: 100%;
    }
    .scrolling-btn {
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .five-step-section-content-item img {
        width: 100%;
    }
    .christmas-greeting-heading {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .christmas-greeting-heading h2 {
        text-align: center;
    }
    .chosen-projects .slider-section,
    .five-step-section-content {
        margin-top: 40px;
    }
    .five-step-section-content-item {
        margin-bottom: 40px;
    }
    .five-video-section .video-main .video-content h3 {
        font-size: 2rem;
        margin-bottom: 10px;
        margin-top: 40px;
    }
    .five-video-section .video-main .video-content button {
        width: 50px;
        height: 50px;
    }
    .five-video-section .modal-body #five-youtube-video {
        height: 300px;
    }
    .statistic-section {
        padding: 40px 0;
    }
    .section-button,
    .to-ask-btn {
        margin-top: 0;
    }
    .chosen-projects {
        padding-top: 40px;
    }
    .project-section {
        padding: 80px 0;
    }
    .statistic-section-content-item {
        padding: 20px 0;
    }
    .statistic-box:nth-child(1),.statistic-box:nth-child(2),.statistic-box:nth-child(3) {
        margin-bottom: 0;
    }
    .christmas-greeting-section {
        padding: 20px 0 20%;
    }
    .christmas-greeting-img-section {
        padding: 20px 0;
    }
}
@media (max-width: 414px) {
    .christmas-greeting-container .section-heading .section-description {
        margin: 10px 0;
    }
    .christmas-greeting-section {
        padding: 10px 0 25%;
    }
    .scrolling-btn {
        bottom: -10px;
    }
    .scrolling-btn.small-screen {
        bottom: 11%;
    }
}

@media (max-width: 375px) {
    .christmas-greeting-section {
        align-items: flex-start;
        padding: 10px 0 0;
        flex-direction: column;
        min-height: 100vh;
        justify-content: center;
    }
    .scrolling-btn {
        bottom: 12%;
        left: 0;
        transform: inherit;
        margin: auto;
        position: relative;
    }
    .christmas-greeting-container .section-heading .section-description {
        margin-top: 10px;
    }
    .christmas-greeting-img-section {
        display: none;
    }
    .chosen-projects {
        padding: 40px 0;
    }
}
@media (max-width: 320px) {
    .christmas-greeting-heading h2 {
        font-size: 1.5rem;
        line-height: 30px;
    }
    .christmas-greeting-container .section-heading .section-description {
        margin: 0;
        font-size: 0.875rem;
    }
    .scrolling-btn {
        bottom: 30px;
    }
    .christmas-greeting-section {
        justify-content: flex-start;
    }
}
/* Move below css from home blade file*/
.st0 {
    fill: #456D8E;
}

.st1 {
    fill: #509664;
}

.st2 {
    fill: #D1655E;
}

.st3 {
    fill: #F1D1CF;
}

.st4 {
    fill: #DD823D;
}

.st5 {
    fill: #F5D9C5;
}

.st6 {
    fill: #C7D3DD;
}

.st7 {
    fill: #CADFD0;
}

.st8 {
    fill: #EDB03F;
}

.st9 {
    fill: #FAE7C5;
}

.st10 {
    fill: #62527C;
}

.st11 {
    fill: #D0CBD8;
}

.st12 {
    fill: #599287;
}

.st13 {
    fill: #CDDEDB;
}

/* END of  css from home blade file*/
