/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 10, 2022, 4:10:38 PM
    Author     : vijay
*/

#svg-gradient-background {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -99;
    /* display: none; */
}

#home-svg-gradient-background {
    overflow: hidden;
    width: 50%;
    height: 100vh;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: -99;
}

#wrapper {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    /* filter: blur(0px); */
    /* overflow: hidden; */
    width: 120%;
    -webkit-transform: translateX(-15%) translateY(30%);
    -moz-transform: translateX(-15%) translateY(30%);
    -ms-transform: translateX(-15%) translateY(30%);
    -o-transform: translateX(-15%) translateY(30%);
    transform: translateX(-15%) translateY(30%);
}

#animation-container {
    /* transform: translateY(20vh); */
    /* filter: blur(5vw); */
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@-webkit-keyframes move {
    0%,
    100% {
        cx: 85vw;
    }
    50% {
        cx: 80vw;
    }
}

@-moz-keyframes move {
    0%,
    100% {
        cx: 85vw;
    }
    50% {
        cx: 80vw;
    }
}

@-o-keyframes move {
    0%,
    100% {
        cx: 85vw;
    }
    50% {
        cx: 80vw;
    }
}

@keyframes move {
    0%,
    100% {
        cx: 85vw;
    }
    50% {
        cx: 80vw;
    }
}

@-webkit-keyframes move2 {
    0%,
    100% {
        cx: 40vw;
    }
    50% {
        cx: 50vw;
    }
}

@-moz-keyframes move2 {
    0%,
    100% {
        cx: 40vw;
    }
    50% {
        cx: 50vw;
    }
}

@-o-keyframes move2 {
    0%,
    100% {
        cx: 40vw;
    }
    50% {
        cx: 50vw;
    }
}

@keyframes move2 {
    0%,
    100% {
        cx: 40vw;
    }
    50% {
        cx: 50vw;
    }
}

@-webkit-keyframes move3 {
    0%,
    100% {
        cx: 0vw;
    }
    50% {
        cx: 10vw;
    }
}

@-moz-keyframes move3 {
    0%,
    100% {
        cx: 0vw;
    }
    50% {
        cx: 10vw;
    }
}

@-o-keyframes move3 {
    0%,
    100% {
        cx: 0vw;
    }
    50% {
        cx: 10vw;
    }
}

@keyframes move3 {
    0%,
    100% {
        cx: 0vw;
    }
    50% {
        cx: 10vw;
    }
}

circle {
    /* mix-blend-mode: saturation; */
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    transition: all ease 500ms;
    /* filter: url(#blur); */
    -webkit-filter: blur(100px);
    filter: blur(100px);
    mix-blend-mode: multiply;
}

/* .image_our_initiatives{
    position: absolute;
} */

#slider {
    /*    display: flex;*/
    position: absolute;
    width: 900px;
    /* width: 100%; */
    /*    height: 640px;*/
    /*    justify-content: space-between;*/
    /* position: absolute; */
    z-index: 3;
    top:100px;
}

#images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    /* width: 100px; */
}

#images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 896px;
    height: 640px;
    z-index: 0;
    /* display: none; */
    opacity: 0;
}

#pagination {
    width: 100%;
    height: 640px;
    transform: translateX(100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#pagination h1 {
    cursor: pointer;
    font-size: 2.5rem;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0.4;
    color: #333333;
}

#pagination div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

#pagination .pagination_arrow {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    position: absolute;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    opacity: 0;
    border-left: 50px solid #333333;
    border-bottom: 25px solid transparent;
}

canvas {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 99.2% !important;
}

@media (min-width: 1920px) {
    /*    html, body{   zoom: 1.1; }*/
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100%;
        padding-right: var(--bs-gutter-x, 5.75rem);
        padding-left: var(--bs-gutter-x, 5.75rem);
        margin-right: auto;
        margin-left: auto;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1800px;
    }
}

@media screen and (max-width: 1440px) {
    #slider {
        width: 840px;
    }

    canvas {
        /* -webkit-transform: translateY(56px);
        -moz-transform: translateY(56px);
        -ms-transform: translateY(56px);
        -o-transform: translateY(56px);
        transform: translateY(56px); */
    }

    /* #images img {
        width: 856px;
        height: 600px;
    } */

    #pagination {
        height: 600px;
        -webkit-transform: translateX(100%) translateY(56px);
        -moz-transform: translateX(100%) translateY(56px);
        -ms-transform: translateX(100%) translateY(56px);
        -o-transform: translateX(100%) translateY(56px);
        transform: translateX(100%) translateY(56px);
        /* font-size: 24px; */
        /* transform: translateY(50%) translateX(10%); */
    }

    #pagination h1 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 1280px) {
    #slider {
        width: 780px;
    }

    canvas {
        /* -webkit-transform: translateY(132px);
        -moz-transform: translateY(132px);
        -ms-transform: translateY(132px);
        -o-transform: translateY(132px);
        transform: translateY(132px); */
    }

    #images img {
        /* display: none;ssss */
        width: 780px;
        height: 524px;
    }

    #pagination {
        height: 524px;
        -webkit-transform: translateX(100%) translateY(56px);
        -moz-transform: translateX(100%) translateY(56px);
        -ms-transform: translateX(100%) translateY(56px);
        -o-transform: translateX(100%) translateY(56px);
        transform: translateX(100%) translateY(56px);
        /* font-size: 24px; */
        /* transform: translateY(50%) translateX(10%); */
    }

    #pagination h1 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1180px) {
    #slider {
        width: 700px;
    }

    canvas {
        -webkit-transform: translateY(170px);
        -moz-transform: translateY(170px);
        -ms-transform: translateY(170px);
        -o-transform: translateY(170px);
        transform: translateY(170px);
    }

    #images img {
        /* display: none;ssss */
        width: 700px;
        height: 474px;
    }

    #pagination {
        height: 474px;
        -webkit-transform: translateX(100%) translateY(100px);
        -moz-transform: translateX(100%) translateY(100px);
        -ms-transform: translateX(100%) translateY(100px);
        -o-transform: translateX(100%) translateY(100px);
        transform: translateX(100%) translateY(100px);
        /* font-size: 24px; */
        /* transform: translateY(50%) translateX(10%); */
    }

    #pagination h1 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 1080px) {
    #slider {
        width: 650px;
    }

    canvas {
        -webkit-transform: translateY(162px);
        -moz-transform: translateY(162px);
        -ms-transform: translateY(162px);
        -o-transform: translateY(162px);
        transform: translateY(162px);
    }

    #images img {
        /* display: none;ssss */
        width: 650px;
        height: 394px;
    }

    #pagination {
        height: 394px;
        -webkit-transform: translateX(100%) translateY(50px);
        -moz-transform: translateX(100%) translateY(50px);
        -ms-transform: translateX(100%) translateY(50px);
        -o-transform: translateX(100%) translateY(50px);
        transform: translateX(100%) translateY(50px);
        /* font-size: 24px; */
        /* transform: translateY(50%) translateX(10%); */
    }

    #pagination h1 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 992px) {
    #slider {
        width: 100%;
        padding-left: 90px;
    }
    /*    canvas {
            transform: translateY(-10vh);
        }*/
    canvas {
        -webkit-transform: translateY(0vh);
        -moz-transform: translateY(0vh);
        -ms-transform: translateY(0vh);
        -o-transform: translateY(0vh);
        transform: translateY(0vh);
        width: 65% !important;
    }

    #images img {
        /* display: none;ssss */
        /* max-width: ; */
        width: auto;
        height: auto;
    }
    .initiatives-about {
        min-height: auto;
    }
    #pagination {
        /*        height: 40vh;*/
        font-size: 24px;
        /*        transform: translateY(50%) translateX(10%);*/
        height: 300px;
        -webkit-transform: translateY(0%) translateX(0%);
        -moz-transform: translateY(0%) translateX(0%);
        -ms-transform: translateY(0%) translateX(0%);
        -o-transform: translateY(0%) translateX(0%);
        transform: translateY(0%) translateX(0%);
    }

    #pagination h1 {
        font-size: 29px;
    }

    #pagination h1::before {
        content: "";
        -webkit-transform: translateX(-100%) translateY(75%);
        -moz-transform: translateX(-100%) translateY(75%);
        -ms-transform: translateX(-100%) translateY(75%);
        -o-transform: translateX(-100%) translateY(75%);
        transform: translateX(-100%) translateY(75%);
        position: absolute;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 25px solid #555;
        border-bottom: 10px solid transparent;
        opacity: 0;
        -webkit-transition: all ease 500ms;
        -o-transition: all ease 500ms;
        -moz-transition: all ease 500ms;
        transition: all ease 500ms;
    }

    #animation-container {
        width: 100%;
    }
    #svg-gradient-background {
        height: 600px;
    }
}

@media screen and (max-width: 576px) {
    canvas {
        /*        transform: translateY(-10vh);*/
        width: 100% !important;
        height: auto !important;
        /*        padding: 0% 10% !important;*/
        padding: 0% 0% !important;
        position: relative;
    }
    .initiatives-about.space-80 {
        padding-left: 15px;
    }
    #images img {
        /* display: none;ssss */
        width: auto;
        height: auto;
    }

    /*    #pagination{
            height: 40vh;
            font-size: 24px;
            transform: translateY(50%) translateX(0%);
            align-items: center;
        }*/
    #pagination {
        height: 200px;
        font-size: 24px;
        -webkit-transform: translateY(0%) translateX(0%);
        -moz-transform: translateY(0%) translateX(0%);
        -ms-transform: translateY(0%) translateX(0%);
        -o-transform: translateY(0%) translateX(0%);
        transform: translateY(0%) translateX(0%);
        margin-bottom: 34px;
    }

    #pagination h1 {
        font-size: 1.25rem;
    }

    #pagination h1::before {
        content: "";
        -webkit-transform: translateX(-100%) translateY(75%);
        -moz-transform: translateX(-100%) translateY(75%);
        -ms-transform: translateX(-100%) translateY(75%);
        -o-transform: translateX(-100%) translateY(75%);
        transform: translateX(-100%) translateY(75%);
        position: absolute;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 25px solid #555;
        border-bottom: 10px solid transparent;
        opacity: 0;
        -webkit-transition: all ease 500ms;
        -o-transition: all ease 500ms;
        -moz-transition: all ease 500ms;
        transition: all ease 500ms;
    }
}

.owl-height {
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

#menu-home-menu li a {
    position: relative;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    transition: all ease 500ms;
}

#menu-home-menu li a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: black;
    left: 0;
    bottom: 0;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    transition: all ease 500ms;
}

#menu-home-menu li a:hover::after {
    width: 100%;
}
