﻿/* ====================== # Section001 ============================= */
/* ====================== # Section001 ============================= */
/* ====================== # Section001 ============================= */




Section001 {
    
    
    padding: 120px 0 120px 0 !important;
    
    
    position: relative;
    background-color: #f3f3f3!important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
}
    Section001::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 28px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        z-index: 9;
        background-image: url('../img/new-image/image-1.svg');
    }
    Section001::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 28px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        z-index: 9;
        background-image: url('../img/new-image/image-2.svg');
    }

.Section001 :root {
    --Sec001-radius: 8px;
    --title-font: "Tajawal", sans-serif;
    --main-clr: #14254a;
    --sec-clr: #48a0d8;
}

.Section001 :is(h1, h2, h3, h4, h5, h6, p) {
    margin: 0;
}

.Section001 .list-unstyled {
    padding-right: 0;
}

.Section001 .BackgroundShape01 {
    position: absolute;
    bottom: 0;
    left: -50px;
    z-index: 1;
}

    .Section001 .BackgroundShape01 img {
        width: auto;
        opacity: 0.09;
        mix-blend-mode: luminosity;
    }

.Section001 .BackgroundShape02 {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1;
}

    .Section001 .BackgroundShape02 img {
        width: auto;
        filter: grayscale(1);
        opacity: 0.9;
    }



    /* ========== #Left-Section =========== */
    /* ========== #Left-Section =========== */
            /* #region === #Left-Section ===  */

            .Section001 .Left-Section {
                position: relative;
                display: block;
                visibility: visible;
                animation-duration: 2500ms;
                animation-delay: 100ms;
                animation-name: slideInLeft;
            }

                .Section001 .Left-Section .ImagesWrapper {
                    position: relative;
                    display: block;
                }

                    .Section001 .Left-Section .ImagesWrapper .ImgOne {
                        position: relative;
                        display: block;
                        overflow: hidden;
                        z-index: 2;
                    }

                        .Section001 .Left-Section .ImagesWrapper .ImgOne::before {
                            background: hsla(0, 0%, 100%, 0.5);
                            content: "";
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 0;
                            height: 100%;
                            opacity: 1;
                            pointer-events: none;
                            z-index: 3;
                        }

                        .Section001 .Left-Section .ImagesWrapper .ImgOne:hover:before {
                            width: 100%;
                            opacity: 0;
                            transition: all 0.6s linear;
                        }

                        .Section001 .Left-Section .ImagesWrapper .ImgOne img {
                            width: 100%;
                            height: 550px;
                            width: 470px;
                        }

                    .Section001 .Left-Section .ImagesWrapper .ImgTwo {
                        position: absolute;
                        bottom: -60px;
                        right: 30px;
                        overflow: hidden;
                        z-index: 3;
                        box-shadow: rgba(255, 255, 255, 0.589) 0 0 0 3.2px;
                    }

                        .Section001 .Left-Section .ImagesWrapper .ImgTwo::before {
                            background: hsla(0, 0%, 100%, 0.5);
                            content: "";
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 0;
                            height: 100%;
                            opacity: 1;
                            pointer-events: none;
                            z-index: 3;
                        }

                        .Section001 .Left-Section .ImagesWrapper .ImgTwo:hover:before {
                            width: 100%;
                            opacity: 0;
                            transition: all 0.6s linear;
                        }

                        .Section001 .Left-Section .ImagesWrapper .ImgTwo img {
                            height: 420px;
                            width: 370px;
                        }

                    .Section001 .Left-Section .ImagesWrapper .ShapeBounceWrapper {
                        position: absolute;
                        top: 90px;
                        right: -160px;
                        max-width: 265px;
                        width: 100%;
                        z-index: 3;
                    }

                        .Section001 .Left-Section .ImagesWrapper .ShapeBounceWrapper .ShapeInnerPart {
                            position: relative;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            gap: 15px;
                            background: #ffffff;
                            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
                            border-radius: 58px;
                            padding: 27px 20px 23px;
                            z-index: 1;
                        }

                            .Section001 .Left-Section .ImagesWrapper .ShapeBounceWrapper .ShapeInnerPart .ShapeIconWrapper {
                                position: relative;
                                display: flex;
                                align-items: center;
                            }

                                .Section001 .Left-Section .ImagesWrapper .ShapeBounceWrapper .ShapeInnerPart .ShapeIconWrapper span {
                                    transition: all 500ms linear;
                                    transition-delay: 0.1s;
                                    transform: scale(1);
                                    position: relative;
                                    display: inline-block;
                                    font-size: 48px;
                                    color: #14254a;
                                }

                            .Section001 .Left-Section .ImagesWrapper .ShapeBounceWrapper .ShapeInnerPart:hover .ShapeIconWrapper span {
                                transform: scale(0.9);
                            }

                    .Section001 .Left-Section .ImagesWrapper .ShapeLogoWrapper {
                        position: absolute;
                        top: 150px;
                        left: -110px;
                        height: 200px;
                        width: 220px;
                        background-color: rgba(20, 37, 74, 0.589);
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        flex-direction: column;
                        text-align: center;
                        clip-path: polygon( 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50% );
                        padding: 0 30px 0;
                        animation: topBottom 3s ease-in-out infinite;
                        z-index: 2;
                    }

                        .Section001 .Left-Section .ImagesWrapper .ShapeLogoWrapper .ShapeInnerWrapper {
                            position: relative;
                            height: 180px;
                            width: 200px;
                            background-color: rgb(255, 255, 255);
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            flex-direction: column;
                            text-align: center;
                            clip-path: polygon( 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50% );
                            padding: 0 30px 0;
                        }

                            .Section001 .Left-Section .ImagesWrapper .ShapeLogoWrapper .ShapeInnerWrapper img {
                                width: 120px;
                            }

                .Section001 .Left-Section .LeftSectionShape2 {
                    position: absolute;
                    bottom: -72px;
                    left: 140px;
                    animation: leftRight 4s ease-in-out infinite;
                    z-index: 1;
                }

                    .Section001 .Left-Section .LeftSectionShape2 img {
                        width: auto;
                    }

                /* #endregion */
    /* ========== #Left-Section End =========== */
    /* ========== #Left-Section End =========== */


    /* ========== #ShapeVideoLink =========== */
    /* ========== #ShapeVideoLink =========== */
            /* #region === #ShapeVideoLink ===  */

            .Section001 .Left-Section .ImagesWrapper .ShapeVideoLink {
                position: absolute;
                bottom: -40px;
                right: 160px;
                z-index: 3;
            }

                .Section001 .Left-Section .ImagesWrapper .ShapeVideoLink .ShapeVideoWrapper {
                    position: relative;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    width: 90px;
                    height: 90px;
                    line-height: 90px;
                    text-align: center;
                    font-size: 22px;
                    color: #000;
                    background-color: #fff;
                    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
                    border-radius: 50%;
                    transition: all 0.5s ease;
                    -moz-transition: all 0.5s ease;
                    -webkit-transition: all 0.5s ease;
                    -ms-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                }

                    .Section001 .Left-Section .ImagesWrapper .ShapeVideoLink .ShapeVideoWrapper .ripple,
                    .Section001 .Left-Section .ImagesWrapper .ShapeVideoLink .ShapeVideoWrapper .ripple:before,
                    .Section001 .Left-Section .ImagesWrapper .ShapeVideoLink .ShapeVideoWrapper .ripple:after {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        width: 90px;
                        height: 90px;
                        border-radius: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                        -ms-box-shadow: 0 0 0 0 rgba(20, 37, 74, 0.6);
                        -o-box-shadow: 0 0 0 0 rgba(20, 37, 74, 0.6);
                        -webkit-box-shadow: 0 0 0 0 rgba(20, 37, 74, 0.6);
                        box-shadow: 0 0 0 0 rgba(20, 37, 74, 0.6);
                        -webkit-animation: ripple 3s infinite;
                        animation: ripple 3s infinite;
                    }

                        .Section001 .Left-Section .ImagesWrapper .ShapeVideoLink .ShapeVideoWrapper .ripple:before {
                            -webkit-animation-delay: 0.9s;
                            animation-delay: 0.9s;
                            content: "";
                            position: absolute;
                        }

                        .Section001 .Left-Section .ImagesWrapper .ShapeVideoLink .ShapeVideoWrapper .ripple:after {
                            -webkit-animation-delay: 0.6s;
                            animation-delay: 0.6s;
                            content: "";
                            position: absolute;
                        }

                    .Section001 .Left-Section .ImagesWrapper .ShapeVideoLink .ShapeVideoWrapper:hover {
                        background-color: #14254a;
                        color: #fff;
                    }

            .Section001 .Left-Section .ImagesWrapper .active .ShapeVideoLink {
                opacity: 1;
                visibility: visible;
                transform: translateX(0);
                transition-delay: 500ms;
            }
        /* #endregion */   
    /* ========== #ShapeVideoLink End =========== */
    /* ========== #ShapeVideoLink End =========== */

    /* ========== #Right-Section =========== */
    /* ========== #Right-Section =========== */
            /* #region === #Right-Section ===  */

    .Right-Section {
        position: relative;
        display: block;
    }
        .Right-Section .MainSection {
            margin-bottom: 10px;
        }

    /* ===== ملغي ===== */
            .Right-Section .MainSection .TagWrapper {
                position: relative;
                display: block;
                line-height: 16px;
            }
                .Right-Section .MainSection .TagWrapper .TagLine {
                    position: relative;
                    display: inline-block;
                    font-size: 16px;
                    line-height: 16px;
                    font-family: var(--title-font);
                    color: var(--sec-clr);
                    font-weight: 600;
                    text-transform: capitalize;
                    letter-spacing: 1.5px;
                }
                    .Right-Section .MainSection .TagWrapper .TagLine:before {
                        content: "";
                        height: 2px;
                        background-color: var(--sec-clr);
                        position: absolute;
                        bottom: -4px;
                        left: 0;
                        right: 0;
                    }
                    .Right-Section .MainSection .TagWrapper .TagLine:after {
                        position: absolute;
                        left: 0;
                        bottom: -6px;
                        right: 0;
                        margin: auto;
                        width: 6px;
                        height: 6px;
                        content: "";
                        animation: l-r-zump 2s linear infinite;
                        background: var(--sec-clr);
                        border-radius: 50%;
                    }
    /* ===== ملغي نهاية ===== */

            .Right-Section .MainSection .TitleWrapper {
                font-family: var(--title-font);
                color: var(--black-color);
                font-size: 30px;
                line-height: 1.3em;
                font-weight: 700;
                text-transform: capitalize;
                margin: 10px 0 0;
                perspective: 400px;
            }
                .Right-Section .MainSection .TitleWrapper span {
                    color: var(--sec-clr);
                }
        .Right-Section .TitleParagraphs {
            margin-bottom: 15px;
        }
        .Right-Section .SectionBodyWrapper {
            position: relative;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-between;
        }
            .Right-Section .SectionBodyWrapper .SectionBody-ul {
                position: relative;
                display: flex;
            }
                .Right-Section .SectionBodyWrapper .SectionBody-ul .list {
                    position: relative;
                    display: flex;
                    align-items: center;
                    flex-wrap: wrap;
                    gap: 20px;
                    border-bottom: 1px solid grey;
                    padding-bottom: 33px;
                    margin-bottom: 33px;
                }
                    .Right-Section .SectionBodyWrapper .SectionBody-ul .list:nth-child(3),
                    .Right-Section .SectionBodyWrapper .SectionBody-ul .list:nth-child(4) {
                        border-bottom: 0;
                        padding-bottom: 0;
                        margin-bottom: 0;
                    }
                    .Right-Section .SectionBodyWrapper .SectionBody-ul .list:hover .List-Icon span {
                        -webkit-animation-name: wobble-horizontal-hover;
                        animation-name: wobble-horizontal-hover;
                        -webkit-animation-duration: 1s;
                        animation-duration: 1s;
                        -webkit-animation-timing-function: ease-in-out;
                        animation-timing-function: ease-in-out;
                        -webkit-animation-iteration-count: 1;
                        animation-iteration-count: 1;
                    }
                    .Right-Section .SectionBodyWrapper .SectionBody-ul .list .List-Icon {
                        position: relative;
                        display: flex;
                        align-items: center;
                    }
                        .Right-Section .SectionBodyWrapper .SectionBody-ul .list .List-Icon span {
                            position: relative;
                            display: inline-block;
                            font-size: 55px;
                            color: #14254a;
                            transition: all 500ms ease;
                        }
                    .Right-Section .SectionBodyWrapper .SectionBody-ul .list .List-content {
                        position: relative;
                        display: block;
                        flex: 1;
                    }
                    .Right-Section .SectionBodyWrapper .SectionBody-ul .list .List-content h4 {
                        font-size: 20px;
                        font-weight: 700;
                        line-height: 15px;
                        text-transform: capitalize;
                    }
                        .Right-Section .SectionBodyWrapper .SectionBody-ul .list .List-content p {
                            line-height: 25px;
                            margin-top: 5px;
                        }
                        .Right-Section .SectionBodyWrapper .SectionBody-ul .list .List-content a {
                            color: #48a0d8;
                            font-weight: 550;
                            display: flex;
                            justify-content: end;
                        }
                            .Right-Section .SectionBodyWrapper .SectionBody-ul .list .List-content a:hover {
                                color: #ffcd35;
                            }


    /* #endregion */
    /* ========== #Right-Section End =========== */
    /* ========== #Right-Section End =========== */


    /* ========== #Section-btn =========== */
    /* ========== #Section-btn =========== */
             /* #region === #Section-btn ===  */

    .Section-btn {
        position: relative;
        display: block;
        margin-top: 53px;
        text-align: center;
    }

        .Section-btn .thm-btn {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            vertical-align: middle;
            -webkit-appearance: none;
            appearance: none;
            outline: none !important;
            font-weight: 700;
            font-size: 14px;
            color: var(--black-color);
            border: 1px solid #14254a;
            padding: 7px 25px 7px;
            padding-left: 9px;
            border-radius: 30px;
            transition: 0.5s ease-in-out;
            text-transform: uppercase;
            overflow: hidden;
            letter-spacing: 1.4px;
            gap: 10px;
            z-index: 2;
            text-align: center;
        }

            .Section-btn .thm-btn .thm-btn-text {
                position: relative;
                display: block;
                z-index: 1;
            }

            .Section-btn .thm-btn::before {
                content: "";
                background-color: #14254a;
                position: absolute;
                top: 0;
                width: 100%;
                right: 0;
                left: 0;
                bottom: 0;
                clip-path: circle(0% at 50% 50%);
                transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
            }

            .Section-btn .thm-btn:hover::before {
                clip-path: circle(100% at 50% 50%);
                transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
                transition-delay: 300ms;
            }

            .Section-btn .thm-btn::after {
                content: "";
                background-color: rgba(20, 37, 74, 0.3);
                position: absolute;
                top: 0;
                width: 100%;
                right: 0;
                left: 0;
                bottom: 0;
                clip-path: circle(0% at 50% 50%);
                transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
                z-index: -1;
            }

            .Section-btn .thm-btn:hover:after {
                clip-path: circle(100% at 50% 50%);
                transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
            }

            .Section-btn .thm-btn .thm-btn-icon-box {
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 44px;
                height: 44px;
                background-color: #14254a;
                border-radius: 50%;
                font-size: 14px;
                color: var(--white-color);
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
            }

            .Section-btn .thm-btn:hover .thm-btn-icon-box {
                background-color: var(--white-color);
                color: #14254a;
                transition-delay: 200ms;
            }

                .Section-btn .thm-btn:hover .thm-btn-icon-box i {
                    -webkit-animation: bounceright 0.3s alternate ease infinite;
                    animation: bounceright 0.3s alternate ease infinite;
                }

            .Section-btn .thm-btn:hover {
                color: var(--white-color);
                border: 1px solid transparent;
            }

        /* #endregion */
    /* ========== #Section-btn End =========== */
    /* ========== #Section-btn End =========== */





/* =========================================== */
/* =========================================== */
/* =========================================== */


@keyframes l-r-zump {
    0%, 100% {
        transform: translateX(0);
    }

    25%, 75% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(-10px);
    }
}


@keyframes wobble-horizontal-hover {
    16.65% {
        transform: translateX(5px);
    }

    33.3% {
        transform: translateX(-3px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(0);
    }
}



@media (max-width: 1200px) and (min-width: 540px) {


    .Section001 .Left-Section {
        width: 100%;
    }
        .Section001 .Left-Section .BackgroundShape01 {
            left: 0;
        }
        .Section001 .Left-Section .ImagesWrapper {
            display: flex;
            text-align: center;
            justify-self: center;
        }
            .Section001 .Left-Section .ImagesWrapper .ImgOne {
                background-color: transparent;
                object-fit: cover;
                aspect-ratio: auto 4 / 3;
            }
                .Section001 .Left-Section .ImagesWrapper .ImgOne img {
                    height: 100%;
                }
            .Section001 .Left-Section .ImagesWrapper .ImgTwo {
                background-color: transparent;
                width: 60%;
                height: auto;
                object-fit: cover;
                aspect-ratio: 4 / 3;
                right: -35px;
                bottom: -40px;
            }
                .Section001 .Left-Section .ImagesWrapper .ImgTwo img {
                    width: 100%;
                    height: 100%;
                }
            .Section001 .Left-Section .ImagesWrapper .ShapeBounceWrapper {
                top: 50px;
                right: -80px;
            }
                .Section001 .Left-Section .ImagesWrapper .ShapeBounceWrapper .ShapeInnerPart {
                    gap: 7px;
                    padding: 8px 8px;
                }
            .Section001 .Left-Section .ImagesWrapper .ShapeVideoLink {
                bottom: -40px;
                right: 80px;
            }
            .Section001 .Left-Section .ImagesWrapper .ShapeLogoWrapper {
                top: -50px;
                left: -60px;
                height: 140px;
                width: 140px;
            }
                .Section001 .Left-Section .ImagesWrapper .ShapeLogoWrapper .ShapeInnerWrapper {
                    height: 120px;
                    width: 120px;
                }
        .Section001 .Left-Section .LeftSectionShape2 {
            display: none;
            bottom: 0px;
            left: 0px;
        }
            .Section001 .Left-Section .LeftSectionShape2 img {
                filter: grayscale(1);
                opacity: 0.09;
            }
    .Section001 .Right-Section {
        margin-top: 70px;
        margin-left: 0px;
        margin-right: 0px;
    }
        .Section001 .Right-Section .SectionBodyWrapper .SectionBody-ul .col-md-6 {
            width: 50%;
        }
        .Section001 .Right-Section .SectionBodyWrapper .SectionBody-ul .col-sm-12 {
            width: 50%;
        }
        .Section001 .Right-Section .SectionBodyWrapper .SectionBody-ul .list:nth-child(3),
        .Section001 .Right-Section .SectionBodyWrapper .SectionBody-ul .list:nth-child(4) {
            border-bottom: 1px solid transparent;
            margin-bottom: 25px;
            padding-bottom: 25px;
        }

}

@media (max-width: 549px) {

    .Section001 .Left-Section {
        width: 100%;
    }

        .Section001 .Left-Section .BackgroundShape01 {
            left: 0;
        }

        .Section001 .Left-Section .ImagesWrapper {
            display: flex;
            text-align: center;
            justify-self: center;
        }

            .Section001 .Left-Section .ImagesWrapper .ImgOne {
                background-color: transparent;
                object-fit: cover;
                aspect-ratio: auto 6 / 6;
            }

                .Section001 .Left-Section .ImagesWrapper .ImgOne img {
                    height: 100%;
                }

            .Section001 .Left-Section .ImagesWrapper .ImgTwo {
                background-color: transparent;
                width: 60%;
                height: auto;
                object-fit: cover;
                aspect-ratio: 2 / 2;
                right: -15px;
                bottom: -15px;
            }

                .Section001 .Left-Section .ImagesWrapper .ImgTwo img {
                    width: 100%;
                    height: 100%;
                }

            .Section001 .Left-Section .ImagesWrapper .ShapeBounceWrapper {
                top: 50px;
                right: -80px;
            }

                .Section001 .Left-Section .ImagesWrapper .ShapeBounceWrapper .ShapeInnerPart {
                    gap: 7px;
                    padding: 8px 8px;
                }

            .Section001 .Left-Section .ImagesWrapper .ShapeVideoLink {
                bottom: -40px;
                right: 80px;
            }

            .Section001 .Left-Section .ImagesWrapper .ShapeLogoWrapper {
                top: -60px;
                left: -20px;
                height: 140px;
                width: 140px;
            }

                .Section001 .Left-Section .ImagesWrapper .ShapeLogoWrapper .ShapeInnerWrapper {
                    height: 120px;
                    width: 120px;
                }

        .Section001 .Left-Section .LeftSectionShape2 {
            display: none;
            bottom: 0px;
            left: 0px;
        }

            .Section001 .Left-Section .LeftSectionShape2 img {
                filter: grayscale(1);
                opacity: 0.09;
            }

    .Section001 .Right-Section {
        margin-top: 50px;
        margin-left: 0px;
        margin-right: 0px;
    }

        .Section001 .Right-Section .SectionBodyWrapper .SectionBody-ul .col-md-6 {
            width: 100%;
        }

        .Section001 .Right-Section .SectionBodyWrapper .SectionBody-ul .col-sm-12 {
            width: 100%;
        }

        .Section001 .Right-Section .SectionBodyWrapper .SectionBody-ul .list:nth-child(3),
        .Section001 .Right-Section .SectionBodyWrapper .SectionBody-ul .list:nth-child(4) {
            border-bottom: 1px solid transparent;
            margin-bottom: 25px;
            padding-bottom: 25px;
        }
        .Section001 .Right-Section .SectionBodyWrapper .SectionBody-ul .list:nth-child(3) {
            border-bottom: 1px solid grey;
            margin-bottom: 25px;
            padding-bottom: 25px;
        }
        .Section001 .Right-Section .SectionBodyWrapper .SectionBody-ul .list:nth-child(1) {
            border-top: 1px solid grey;
            border-bottom: 1px solid grey;
            margin-bottom: 25px;
            padding-bottom: 25px;
            margin-top: 25px;
            padding-top: 25px;
        }

}

/* ====================== # Section001 END ============================= */
/* ====================== # Section001 END ============================= */
/* ====================== # Section001 END ============================= */


/*** 
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes leftRight {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes topBottom {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}
