﻿
.my-custom-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url(images/slide-bg.jpg);
    background-size: cover;
    background-position: center;
}

    .my-custom-slider .slide {
        padding: 10px 30px;
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        color: #000;
        opacity: 0;
        transform: translateX(100%);
        transition: all 1s ease;
    }

        .my-custom-slider .slide.active {
            opacity: 1;
            transform: translateX(0);
            z-index: 1;
        }

    .my-custom-slider .left-content {
        flex: 1;
        opacity: 0;
        transform: translateX(-40px);
        transition: all 1s ease;
    }

    .my-custom-slider .slide.active .left-content {
        opacity: 1;
        transform: translateX(0);
        transition-delay: 0.3s;
    }


   

    .my-custom-slider .btn {
        font-size:13px;
        background: #00bcd4;
        padding: 15px 20px;
        text-decoration: none;
        color: white;
        font-weight: bold;
        border-radius: 5px;
    }

    .my-custom-slider .right-image {
        flex: 1;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transform: translateX(40px);
        transition: all 1s ease;
    }

    .my-custom-slider .slide.active .right-image {
        opacity: 1;
        transform: translateX(0);
        transition-delay: 0.5s;
    }

    .my-custom-slider .slider-img {
        position: relative;
        z-index: 1;
        max-width: 100%;
        height: auto;
    }

    .my-custom-slider .icon {
        position: absolute;
        animation: float 6s infinite ease-in-out;
    }

    .my-custom-slider .icon1 {
        top: 0;
        left: 0;
        animation-delay: 0s;
    }

    .my-custom-slider .icon2 {
        bottom: 0;
        left: 0;
        animation-delay: 1s;
    }

    .my-custom-slider .icon3 {
        bottom: 0;
        right: 0;
        animation-delay: 2s;
        z-index: 1;
        max-width: 60px;
    }

    .my-custom-slider .icon4 {
        bottom: 20%;
        right: 10%;
        animation-delay: 3s;
    }

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.my-custom-slider .nav-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 12px;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
    transition: background 0.3s;
}

    .my-custom-slider .nav-arrow:hover {
        background-color: rgba(255, 255, 255, 0.4);
    }

.my-custom-slider .prev {
    left: 20px;
}

.my-custom-slider .next {
    right: 20px;
}

@media (max-width: 768px) {
    .my-custom-slider .slide {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .my-custom-slider .left-content {
        margin-bottom: 20px;
    }

    .my-custom-slider .right-image {
        margin-top: 20px;
        width: 100%;
    }

    .my-custom-slider .nav-arrow {
        font-size: 1.5rem;
        padding: 8px 12px;
    }

 

    .my-custom-slider .icon2 {
        top: 0;
    }
}




/*** 

====================================================================
		About Section Three
====================================================================

***/
.about-section-three {
    position: relative;
    padding: 70px 0 70px;
}

    .about-section-three .icon-percent {
        left: -110px;
        top: -30px;
        z-index: 2;
    }

    .about-section-three .icon-star-1 {
        top: -50px;
        left: 420px;
    }

    .about-section-three .icon-dots-4 {
        left: 510px;
        top: 40px;
    }

    .about-section-three .icon-wave {
        left: -70px;
        bottom: 20px;
    }

    .about-section-three .icon-idea {
        left: 530px;
        top: 400px;
        z-index: 1;
    }

    .about-section-three .icon-dots-3 {
        top: -80px;
        right: -25px;
    }

    .about-section-three .icon-dots-5 {
        top: 160px;
        right: -400px;
    }

    .about-section-three .icon-star-2 {
        right: -130px;
        top: 190px;
    }

    .about-section-three .content-column {
        position: relative;
        margin-bottom: 50px;
        z-index: 1;
    }

        .about-section-three .content-column .inner-column {
            position: relative;
        }

        .about-section-three .content-column .sec-title {
            margin-bottom: 40px;
        }

        .about-section-three .content-column .btn-box {
            position: relative;
            padding-right: 200px;
            margin-top: 40px;
        }

            .about-section-three .content-column .btn-box .float-icon {
                position: absolute;
                right: 100%;
                top: 100%;
                -webkit-transform: translateX(75px) translateY(-10px);
                transform: translateX(75px) translateY(-10px);
            }

        .about-section-three .content-column .info-box {
            position: absolute;
            right: 0;
            bottom: -40px;
            border-radius: 0 50px 0 50px;
            border: 1px solid #dbe6e6;
            -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
            padding: 30px 40px;
        }

            .about-section-three .content-column .info-box .icon-box {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                margin-bottom: 15px;
            }

                .about-section-three .content-column .info-box .icon-box .icon {
                    font-size: 78px;
                    line-height: 1em;
                    color: var(--theme-color2);
                    position: relative;
                    top: 15px;
                }

                .about-section-three .content-column .info-box .icon-box .count-box {
                    font-size: 48px;
                    color: var(--theme-color1);
                    font-weight: 700;
                }

            .about-section-three .content-column .info-box .counter-title {
                color: #7d8185;
                font-weight: 400;
                font-size: 20px;
                text-align: center;
                letter-spacing: 0.01em;
                margin-bottom: 0;
            }

    .about-section-three .image-column {
        position: relative;
        margin-bottom: 50px;
    }

        .about-section-three .image-column .inner-column {
            position: relative;
            padding-right: 60px;
            margin-left: -180px;
        }

            .about-section-three .image-column .inner-column::before {
                position: absolute;
                left: -25%;
                top: -40%;
                width: 1306px;
                height: 1232px;
                background-image: url(../images/icons/shadow.png);
                content: "";
            }

            .about-section-three .image-column .inner-column .image {
                position: relative;
                margin-bottom: 0;
            }

        .about-section-three .image-column .author-info {
            position: absolute;
            left: -70px;
            bottom: 60px;
            padding: 25px 50px 20px;
            background-color: #fff;
            border-radius: 0 50px 0 50px;
            -webkit-box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
            text-align: right;
        }

            .about-section-three .image-column .author-info .name {
                font-size: 30px;
                line-height: 1em;
                margin-bottom: -3px;
            }

            .about-section-three .image-column .author-info .designation {
                font-size: 20px;
                color: var(--theme-color5);
            }
/*** 

====================================================================
  Anim Icons
====================================================================

***/
.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

    .anim-icons.full-width {
        max-width: 100%;
    }

    .anim-icons .icon {
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

.icon-dotted-map {
    width: 415px;
    height: 576px;
    background-image: url(../images/icons/icon-dotted-map.png);
}

.icon-dotted-map-2 {
    width: 623px;
    height: 576px;
    background-image: url(../images/icons/icon-dotted-map-2.png);
}

.icon-dotted-map-3 {
    width: 1492px;
    height: 723px;
    background-image: url(../images/icons/icon-dotted-map-3.png);
}

.icon-dotted-map-4 {
    width: 758px;
    height: 700px;
    background-image: url(../images/icons/icon-dotted-map-4.png);
}

.icon-dotted-line {
    width: 150px;
    height: 215px;
    background-image: url(../images/icons/icon-dotted-line.png);
}

.icon-paper-plan {
    width: 278px;
    height: 317px;
    background-image: url(../images/icons/icon-paper-plan.png);
}

.icon-e {
    width: 292px;
    height: 288px;
    background-image: url(../images/icons/icon-e.png);
}

.icon-group-1 {
    width: 433px;
    height: 696px;
    background-image: url(../images/icons/icon-group-1.png);
}

.icon-group-2 {
    width: 412px;
    height: 689px;
    background-image: url(../images/icons/icon-group-2.png);
}

.icon-paper-clip {
    width: 243px;
    height: 201px;
    background-image: url(../images/icons/icon-paper-clip.png);
}

.icon-pencil-line {
    width: 970px;
    height: 387px;
    background-image: url(../images/icons/icon-pencil-line.png);
}

.icon-calculator {
    width: 336px;
    height: 332px;
    background-image: url(../images/icons/icon-calculator.png);
}

.icon-pin-clip {
    width: 188px;
    height: 178px;
    background-image: url(../images/icons/icon-pin-clip.png);
}

.icon-percent {
    width: 214px;
    height: 213px;
    background-image: url(../images/icons/icon-percent.png);
}

.icon-idea {
    width: 194px;
    height: 194px;
    background-image: url(../images/icons/icon-idea.png);
}

.icon-dots {
    width: 214px;
    height: 214px;
    background-image: url(../images/icons/icon-dots.png);
}

.icon-dots-2 {
    width: 196px;
    height: 266px;
    background-image: url(../images/icons/icon-dots-2.png);
}

.icon-dots-3 {
    width: 113px;
    height: 60px;
    background-image: url(../images/icons/icon-dots-3.png);
}

.icon-dots-4 {
    width: 141px;
    height: 145px;
    background-image: url(../images/icons/icon-dots-4.png);
}

.icon-dots-5 {
    width: 135px;
    height: 139px;
    background-image: url(../images/icons/icon-dots-5.png);
}

.icon-dots-6 {
    width: 109px;
    height: 108px;
    background-image: url(../images/icons/icon-dots-6.png);
}

.icon-dots-7 {
    width: 253px;
    height: 246px;
    background-image: url(../images/icons/icon-dots-7.png);
}

.icon-line-1 {
    width: 125px;
    height: 126px;
    background-image: url(../images/icons/icon-line-1.png);
}

.icon-line-2 {
    width: 86px;
    height: 85px;
    background-image: url(../images/icons/icon-line-2.png);
}

.icon-line-3 {
    width: 129px;
    height: 88px;
    background-image: url(../images/icons/icon-line-3.png);
}

.icon-star-1 {
    width: 38px;
    height: 39px;
    background-image: url(../images/icons/icon-star-1.png);
}

.icon-star-2 {
    width: 38px;
    height: 39px;
    background-image: url(../images/icons/icon-star-2.png);
}

.icon-wave {
    width: 77px;
    height: 17px;
    background-image: url(../images/icons/icon-wave.png);
}

.icon-triangle {
    width: 28px;
    height: 24px;
    background-image: url(../images/icons/icon-triangle.png);
}

.icon-square {
    width: 58px;
    height: 57px;
    background-image: url(../images/icons/icon-square.png);
}

.icon-arrow {
    width: 223px;
    height: 105px;
    background-image: url(../images/icons/icon-arrow.png);
}

.icon-arrow-2 {
    width: 311px;
    height: 124px;
    background-image: url(../images/icons/icon-arrow-2.png);
}

.icon-shape-1 {
    width: 557px;
    height: 557px;
    background-image: url(../images/icons/icon-shape-1.png);
}

.icon-shape-2 {
    width: 751px;
    height: 850px;
    background-image: url(../images/icons/icon-shape-2.png);
}

.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

.bounce-x {
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear;
}

.spin-one {
    -webkit-animation: fa-spin 10s infinite linear;
    animation: fa-spin 10s infinite linear;
}

.zoom-one {
    -webkit-animation: zoom-one 5s infinite linear;
    animation: zoom-one 5s infinite linear;
}

.zoom-two {
    -webkit-animation: zoom-two 10s infinite linear;
    animation: zoom-two 10s infinite linear;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@-webkit-keyframes zoom-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.overlay-anim {
    position: relative;
}

    .overlay-anim:after {
        background: rgba(255, 255, 255, 0.3);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        opacity: 1;
        z-index: 9;
        pointer-events: none;
    }

    .overlay-anim:hover:after {
        height: 100%;
        opacity: 0;
        -webkit-transition: all 400ms linear;
        transition: all 400ms linear;
    }


/* MyPopup Container */
/* Trigger Button */
.theme-btn2 {
    margin: 100px auto;
    padding: 14px 32px;
    font-size: 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    background: var(--primary);
    color: white;
    display: block;
    transition: background 0.3s ease;
}

    .theme-btn2:hover {
        background: #362cb0;
    }

/* Popup Overlay */
#mypopup {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 95vh;
    background: var(--bg-dark);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    
}

    #mypopup.active {
        display: flex;
    }

.popup-box {
    background: #fff;
    padding: 30px;
    margin:10px;
    border-radius: 16px;
    max-width: 1500px;
    width: 100%;
    height:96vh;
   overflow-y:auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    transform: scale(0.95);
    opacity: 0;
    transition: all 0.3s ease;
}
#mypopup .close {
    position: absolute;
    right: 50%;
    transform: translateX(-20px);
    top: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}
    .popup-box.show {
    
        opacity: 1;
    }

    .popup-box h2 {
        margin-top: 0;
        color: var(--primary);
    }

    .popup-box p {
        color: #444;
        font-size: 16px;
        line-height: 1.6;
    }

.close-btn {
    margin-top: 25px;
    padding: 12px 28px;
    background: var(--danger);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

    .close-btn:hover {
        background: #c2212f;
    }

@media (max-width: 600px) {
    .popup-box {
        padding: 20px;
        border-radius: 12px;
    }

        .popup-box h2 {
            font-size: 20px;
        }

        .popup-box p {
            font-size: 15px;
        }

    .close-btn {
        font-size: 15px;
        padding: 10px 20px;
    }
}

 