* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-size: Times New Roman !important;
}

a {
    text-decoration: none;
}


#home {
    width: 100vw;
    height: 100vh;
    position: relative;
    text-align: center;
    overflow: hidden;
}

#home .intro-page {
    z-index: -1;
}

#home .home-page {
    z-index: 11111111;
}

#home picture {
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 0%;
    left: 0%;
}


#home picture:last-of-type {
    animation: spin 36s linear infinite;
}


@keyframes fadeinout {

    1% {
        opacity: 0;
        transform: scale(1);
    }

    40% {
        opacity: 1;
        transform: scale(1.3);
    }

    70% {
        opacity: 0;
        transform: scale(1);
    }
}



#home .home-page {
    width: 100%;
    height: 100vh;
    display: flex;
}

#home .home-page .side-menu {
    width: 15%;
    height: 100%;
    background-color: #eaedec;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1111111111111;
    box-shadow: 2px 2px 20px #000000b0;
}

#home .side-menu .logo-box {
    padding: 30px 25px 10px 25px;
}

#home .side-menu .logo-box img {
    width: 80%;
}

#home .side-menu .menu-items {
    padding: 10px 25px 5px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#home .side-menu .menu-text-1 {
    text-align: center;
    padding-bottom: 30px;
}

#home .side-menu .menu-text-1 img {
    width: 70%;
}

#home .side-menu .menu-text-2 {
    text-align: center;
    padding-bottom: 30px;
}

#home .side-menu .menu-text-2 img {
    width: 80%;
}

#home .side-menu .menu-text-3 {
    text-align: center;
    padding-bottom: 10px;
}

#home .side-menu .menu-text-3 img {
    width: 60%;
}

#home .side-menu .menu-text-3 p {
    font-size: 10px;
    padding: 2px 0px !important;
    margin: 0% !important;
}

#home .side-menu .menu-text-3 a {
    font-size: 10px;
    text-align: none;
    color: #000;
    /*font-weight: bold !important;*/
}

#home .side-menu .menu-text-3 a:hover {
    text-decoration: underline;
}

#home .web-pages-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

#home .home-page .main-page {
    width: 85%;
    background-color: #0000001c;
    position: relative;
    height: 100%;
}

#home .web-pages {
    width: 93%;
    position: absolute;
    top: 67%;
    left: 5%;
}

#home .web-page-dec h2 {
    font-size: 30px !important;
    text-transform: uppercase;
    color: #fff;
    /*font-family: Times New Roman;*/
    font-family:Calibri  !important;
    text-align: start !important;
    text-shadow: 2px 2px 10px #000000fa;
        font-weight: 700;
}

.web-card {
    display: flex;
    justify-content: center;
}

.screen-425-display {
    display: none;
}





    .web-card .box-item{
        width:230px !important;
    }
    #home .web-page-dec h2 {
    font-size: 30px !important;
    font-family:Calibri  !important;
        font-weight: 700;
}
.wb-c{
    display: flex;
        align-items: center;
        justify-content: center;
}

#home .text-overlay {
     position: absolute;
    top: 52%;
    left: 45%;
    /*box-shadow: 1px 5px 11px #fff;*/
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 7px;
    width: 52.5%;


}


#home .text-overlay h2 {

    font-size: 18px !important;
    padding: 5px 15px;
}

@media (max-width: 1600px) {
    #home .text-overlay h2 {
    /*width: fit-content;*/
    font-size: 20px !important;
    padding: 5px 15px;
}
#home .text-overlay {
    top: 54%;
 


}
}

/*======================================================  animation css  */


.menu-text-1 {
    margin-top: 30px;
}


.headi {
    position: relative;
    height: 100% !important;
    padding: 20px 0px;
    display: flex;
    align-items: center;font-family:Calibri  !important;
        font-weight: 500 !important;

}

.headi h2 {
    position: absolute;
    font-size: 32px;
    opacity: 0;
    
     font-family:Calibri  !important;
        font-weight: 500 !important;
}

.intro-proj-heading-1 {
    opacity: 0;
    animation-name: projrct-h-1;
    animation-iteration-count: infinite;
    animation-duration: 36s;
    animation-timing-function: linear;
}

.intro-proj-heading-2 {
    opacity: 0;
    animation-name: projrct-h-2;
    animation-iteration-count: infinite;
    animation-duration: 36s;
    animation-timing-function: linear;
}

.intro-proj-heading-3 {
    opacity: 0;
    animation-name: projrct-h-3;
    animation-iteration-count: infinite;
    animation-duration: 36s;
    animation-timing-function: linear;
}

.intro-proj-heading-4 {
    opacity: 0;
    animation-name: projrct-h-4;
    animation-iteration-count: infinite;
    animation-duration: 36s;
    animation-timing-function: linear;
}


.intro-proj-heading-5 {
    opacity: 0;
    animation-name: projrct-h-5;
    animation-iteration-count: infinite;
    animation-duration: 36s;
    animation-timing-function: linear;
}

.intro-proj-heading-6 {
    opacity: 0;
    animation-name: projrct-h-6;
    animation-iteration-count: infinite;
    animation-duration: 36s;
    animation-timing-function: linear;
}

@keyframes projrct-h-1 {

    1% {
        opacity: 0;
    }

    2% {
        opacity: 0;
    }

    3% {
        opacity: 1;
    }

    15% {
        opacity: 1;
    }

    16% {
        opacity: 0;
    }
}

@keyframes projrct-h-2 {

    1% {
        opacity: 0;
    }

    16% {
        opacity: 0;
    }

    18% {
        opacity: 1;
    }

    29% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }
}


@keyframes projrct-h-3 {
    1% {
        opacity: 0;
    }

    34% {
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    48% {
        opacity: 1;
    }

    49% {
        opacity: 0;
    }
}

@keyframes projrct-h-4 {
    1% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    51% {
        opacity: 1;
    }

    64% {
        opacity: 1;
    }

    65% {
        opacity: 0;
    }
}

@keyframes projrct-h-5 {

    1% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    67% {
        opacity: 1;
    }

    81% {
        opacity: 1;
    }

    82% {
        opacity: 0;
    }
}

@keyframes projrct-h-6 {
    1% {
        opacity: 0;
    }

    83% {
        opacity: 0;
    }

    84% {
        opacity: 1;
    }

    98% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



.pbm {
    font-weight: 800 !important;
}

.intro-page .pro-1 {
    opacity: 0;
    animation-name: projrct-1;
    animation-iteration-count: infinite;
    animation-duration: 36s;
    animation-timing-function: linear;
}

.intro-page .pro-2 {
    opacity: 0;
    animation-name: projrct-2;
    animation-iteration-count: infinite;
    animation-duration: 36s;
    animation-timing-function: linear;
}

.intro-page .pro-3 {
    opacity: 0;
    animation-name: projrct-3;
    animation-iteration-count: infinite;
    animation-duration: 36s;
    animation-timing-function: linear;
}

.intro-page .pro-4 {
    opacity: 0;
    animation-name: projrct-4;
    animation-iteration-count: infinite;
    animation-duration: 36s;
    animation-timing-function: linear;
}

.intro-page .pro-5 {
    opacity: 0;
    animation-name: projrct-5;
    animation-iteration-count: infinite;
    animation-duration: 36s;
    animation-timing-function: linear;
}

.intro-page .pro-6 {
    opacity: 0;
    animation-name: projrct-6;
    animation-iteration-count: infinite;
    animation-duration: 36s;
    animation-timing-function: linear;
}

@keyframes projrct-1 {
    1% {
        opacity: 0;
        transform: scale(1);
    }

    8.33% {
        opacity: 1;
        transform: scale(1.3);
    }

    20% {
        opacity: 0;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes projrct-2 {
    1% {
        opacity: 0;
        transform: scale(1);
    }

    17% {
        opacity: 0;
        transform: scale(1.1);
    }

    24.99% {
        opacity: 1;
        transform: scale(1.3);
    }

    35% {
        opacity: 0;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}


@keyframes projrct-3 {
    1% {
        opacity: 0;
        transform: scale(1);
    }

    34% {
        opacity: 0;
        transform: scale(1.1);
    }

    40.67% {
        opacity: 1;
        transform: scale(1.3);
    }

    53% {
        opacity: 0;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}


@keyframes projrct-4 {
    1% {
        opacity: 0;
        transform: scale(1);
    }

    48% {
        opacity: 0;
        transform: scale(1.1);
    }

    57.65% {
        opacity: 1;
        transform: scale(1.3);
    }

    68% {
        opacity: 0;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes projrct-5 {

    1% {
        opacity: 0;
        transform: scale(1);
    }

    66% {
        opacity: 0;
        transform: scale(1.1);
    }

    73.67% {
        opacity: 1;
        transform: scale(1.3);
    }

    85% {
        opacity: 0;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }

}

@keyframes projrct-6 {
    1% {
        opacity: 0;
        transform: scale(1);
    }

    82% {
        opacity: 0;
        transform: scale(1.1);
    }

    91% {
        opacity: 1;
        transform: scale(1.3);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

















/*  ========================== flip card  */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.text-center {
    text-align: center;
}

.color-white {
    color: #fff;
}

.box-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 35px 15px;
    width: 100%;
}

@media screen and (min-width:1380px) {
    .box-container {
        flex-direction: row
    }
}

.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 153px !important;
    height: 153x !important;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 160px;
    -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-top: 7px solid red;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 5px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flip-box .inner img {
    filter: invert(0%);
}

.flip-box-header-front {
    font-size: 16px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 4px 10px;
    width: fit-content;
    color: #000;
    text-transform: uppercase;
}

.flip-box-header-back {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.flip-box-img {
    margin-top: 15px;
    width: 35px;
}

.flip-box-button {
    background-color: transparent;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin-top: 1px;
    padding: 5px 10px;
    width: fit-content;
    background-color: #000;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.flip-box-button:hover {
    color: red;
    padding: 5px 10px;
    background-color: #fff;
}

@media (max-width: 1600px) {}

@media (max-width: 1366px) {}

@media (max-width: 1200px) {
    #home .web-page-dec h2 {
        font-size: 30px !important;
    }
}

@media (max-width: 1024px) {
    .box-item {
        position: relative;
        -webkit-backface-visibility: hidden;
        width: 145px !important;
        height: 145px !important;
    }

    .flip-box-front,
    .flip-box-back {
        border-radius: 8px;
        min-height: 145px;
        border-top: 7px solid red;
    }

    .flip-box-header-front {
        font-size: 15px;
        padding: 4px 10px;
        width: fit-content;
    }

    .flip-box-header-back {
        font-size: 15px;
    }

    #home .web-page-dec h2 {
        font-size: 26px !important;
    }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
    #home .home-page .side-menu {
        width: 30%;
    }

    #home .home-page .main-page {
        width: 70%;
        background-color: #0000001c;
        position: relative;
        height: 100%;
    }

    .web-page-dec {
        margin-bottom: 40px;
    }

    #home .web-pages-row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .web-card {
        display: flex;
        justify-content: start;
    }


    .flip-box-front,
    .flip-box-back {
        border-radius: 8px;
        min-height: 160px;
        border-top: 7px solid red;
    }

    .box-item {
        position: relative;
        -webkit-backface-visibility: hidden;
        width: 160px !important;
        height: 160px !important;
    }

}

@media (max-width: 425px) {
    
    
    .flip-box-button {
    font-size: 13px;
    margin-top: 1px;
    padding: 3px 6px;

}
    #home .text-overlay {
    position: absolute;
    top: 30%;
    left: 3.5%;
 right: 3.5%;
 width:93% ;
}
    
.flip-box-header-front{
        font-size:12px !important;
    }
.box-item {
        position: relative;
        -webkit-backface-visibility: hidden;
        width: 125px !important;
        height: 120px !important;
    }

    .flip-box-front,
    .flip-box-back {
        border-radius: 8px;
        min-height: 120px;
        border-top: 7px solid red;
    }
    
    .web-card .box-item{
        width:125px !important;
    }
    #home .home-page {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }

    #home .home-page .side-menu {
        width: 100vw;
        height: 10vh;
        overflow: hidden;
    }

    #home .side-menu .logo-box {
        padding: 15px 10px 10px 10px;
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }

    #home .side-menu .logo-box img {
        width: 150px;
    }


    #home .home-page .main-page {
        width: 100vw;
        background-color: #0000001c;
        position: relative;
        height: 100vh;
    }
    
  

        #home .web-pages {
        width: 93%;
        position: absolute;
        top: 48%;
        left: 3%;
    }

        .web-page-dec {
        margin-bottom: 20px;
        display: none;
    }

    #home .web-page-dec h2 {
        font-size: 22px !important;
        font-family:Calibri  !important;
    }

    .screen-425-display {
        display: block;
        height: 25vh;
        width: 100vw;
        background-color: #fff !important;
        position: relative;
        z-index: 111111111111111111111111111111111111111;
    }

    .menu-text-1 {
        display: none;
    }

    .menu-items {
        display: none !important;
    }
}

@media (max-width: 375px) {}

@media (max-width: 325px) {}