﻿:root {
    --main-bg-color: #000080;
    --main-text-color: #fff;
}

html {
    scroll-behavior: smooth !important;
}



#scrollTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #d1c68f;
    color: #222;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #scrollTop:hover {
        background-color: #F1E5AC;
    }

.wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    max-width: 90%;
    margin: 0 auto;
}

    .wrapper .card {
        width: 100%;
        min-height: 500px;
        /*background: linear-gradient(to bottom, #3c3934 0%, #160d0d 100%);*/
        background: #242424;
        background-image: url("/img/cpa-elad/carbon-back.jpg");
        box-shadow: 5px 5px 10px #1f1f1f50, -5px -5px 10px #1f1f1f50;
        border: none;
        overflow: hidden;
    }

        .wrapper .card .bg-black {
            width: 100%;
            height: 300px;
            background-color: #F50057;
            animation: img-top 0.8s linear;
            background-image: url("/img/cpa-elad/back-top.jpg");
            background-size: cover;
            background-position: center -290px;
            background-repeat: no-repeat;
        }

        .wrapper .card .img-container {
            /*width: 100%;*/
            animation: img-top 0.8s linear;
        }

            .wrapper .card .img-container img {
                object-fit: cover;
                z-index: 5;
                /*border: 8px solid #F1E5AC;*/
                margin-top: calc((200px / 2)* -1);
            }




        .wrapper .card a {
            text-decoration: none;
            color: #fff;
        }

            .wrapper .card a:hover {
                color: #f1f1f1;
            }

        .wrapper .card .btn {
            font-size: 0.82rem;
            color: #fff;
            border-radius: 15px;
        }

            .wrapper .card .btn:hover,
            .wrapper .card .btn.following {
                background-color: #F50057;
            }

                .wrapper .card .btn.following:hover {
                    background-color: #f50056c0;
                }

        .wrapper .card .head {
            font-size: 0.8rem;
            color: #fff;
            font-weight: 600;
        }

        .wrapper .card .fs-08 {
            font-size: 0.8rem;
        }

        .wrapper .card .progress {
            height: 0.5rem;
            border-radius: 0px;
            background: inherit;
        }

            .wrapper .card .progress .progress-bar {
                background-color: #F50057;
            }

        .wrapper .card .p-html {
            width: 95%;
        }

        .wrapper .card .p-css {
            width: 90%;
        }

        .wrapper .card .p-js {
            width: 75%;
        }

        .wrapper .card .fab {
            font-size: 1rem;
            color: #F50057;
        }

        .wrapper .card .user {
            animation: op 1.5s ease-in;
        }


.font-16 {
    font-size: 16px;
}

.font26{
    font-size:26px;
}

.color-main {
    background-color: #F1E5AC;
}

.btm-link {
    color: #222 !important;
    text-decoration: none;
}

.color-main-txt {
    color: #F1E5AC;
}

.nav-link {
    font-size: 16px !important;
    font-weight: 600;
    color: #111 !important;
}

.border-top {
    border-top: 2px solid #d1c68f !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 7px 30px 7px 30px;
}

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #222 !important;
    }



.nav-item:hover {
    background-color: #F1E5AC;
    transition: 0.3s;
    border-radius: 5px;
}

.navbar-nav {
    padding-right: 0 !important;
}

#services {
    scroll-behavior: smooth;
}


.section-services {
    padding-top: 110px;
    padding-bottom: 120px;
    font-family: "Poppins", sans-serif;
    background-color: #fff;
    color: #fff;
}

.header-section {
    margin-bottom: 35px;
}

    .header-section .title {
        position: relative;
        margin-bottom: 40px;
        padding-bottom: 25px;
        text-transform: uppercase;
        font-weight: 700;
    }

        .header-section .title:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 140px;
            height: 1px;
            background-color: #d1c68f;
        }

        .header-section .title:after {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 50%;
            transform: translateX(-50%);
            width: 45px;
            height: 3px;
            background-color: #d1c68f;
        }

        .header-section .title span {
            color: #d1c68f;
        }

    .header-section .description {
        color: #6f6f71;
    }

.description p {
    color: #1a1a1a;
}


.section-services .single-service {
    margin-top: 40px;
    background-color: #f1f1f1;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border-radius: 10px;
}

    .section-services .single-service .part-1 {
        padding: 40px 40px 25px;
        border-bottom: 2px solid #d1c68f;
    }

        .section-services .single-service .part-1 i {
            margin-bottom: 25px;
            font-size: 50px;
            color: #f70037;
        }

        .section-services .single-service .part-1 .title {
            font-size: 17px;
            font-weight: 700;
            letter-spacing: 0.02em;
            color: #222;
        }

    .section-services .single-service .part-2 {
        padding: 30px 40px 40px;
    }

        .section-services .single-service .part-2 .description {
            margin-bottom: 22px;
            color: #333333;
            font-size: 14px;
            line-height: 1.8em;
        }

        .section-services .single-service .part-2 a {
            color: #fff;
            font-size: 14px;
            text-decoration: none;
        }

            .section-services .single-service .part-2 a i {
                margin-right: 10px;
                color: #f70037;
            }




.comment-item {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #333;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.comment-item:hover {
  
    border-color: #d1c68f;
    
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}


.qute {
    
    color: #d1c68f;
    font-family: Times New Roman, Times, serif;
    font-weight: 900;
    font-size: 50px;
    /* height: 80px; */
    text-align: center;
}

    /*.qute:after {
        height:100px;
        content: "“";
        font-size: 100px;
        color: #d1c68f;
        font-family: Times New Roman, Times, serif;
        font-weight: 900;
        line-height: 1;*/
        /*height: 0.6em;*/
    /*}*/
/*carosela */



.section-comments {
    color: #6f6f71;
    background:#f9f9f9;
}

.carousel-indicators [data-bs-target] {
    background-color: #d1c68f !important;
}

.comment-icon {
    color: #d1c68f;
    font-size: 50px;
    font-weight: bold;
}

.carousel-item .item {
    padding-bottom: 50px;
    width: 60%;
    margin: 0 auto;
}

.font-20 {
    font-size: 20px;
}


a.whatsapp-link-info {
    background-color: #f1e5ac;
    padding: 10px 15px 10px 15px;
    color: #222 !important;
    border-radius: 7px;
}

    a.whatsapp-link-info:hover {
        background-color: #d1c68f;
    }

.carousel-indicators {
    position: relative !important;
}

.color-black {
    color: #222 !important;
}

.item p {
    color: #f9f9f9;
}


.bg-about {
    background-image: url("/img/cpa-elad/office1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center -212px;
}


footer {
    background-image: url(/img/cpa-elad/footer.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center -212px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.navbar-toggler {
    background: #efefef !important;
    
}

.color-black{
    color:#111;
}

.text-align-right {
    text-align: right;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 30px;
    height: 10px;
    /* vertical-align: middle; */
    background-position: center;
    background-size: 100%;
    border-top: 1px solid;
}


.mobile-footer {
    z-index: 999999;
}
/*end carosela*/
@media(max-width:1023px) {
    .wrapper .card .bg-black {
        background-position: center;
    }

    .header-section{

        padding-top:50px;

    }

    .bg-about {
        background-position: center !important;
    }

    .footer-item {
        padding-bottom: 25px;
        border-bottom: 1px solid #4f4f4f;
        margin-bottom: 25px;
    }

    footer {
        background-position: center !important;
    }

    .wrapper {
        padding: 0;
        max-width: 100%;
    }

    .comment-item{
        margin-block:25px;
    }

    .wrapper .card .img-container img {
        /*width: 250px;*/
        /*height: 250px;*/
        left: 8%;
        position: relative;
    }

        .wrapper .card .img-container img {
            margin-top: calc((0px / 2)* -1);
        }

    .sm-text-center {
        text-align: center;
    }

    .visble-pc {
        display: none !important;
    }
    .section-about {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.top-strip-back{
    background:#222;
    color:#fff;
    font-size:14px;
    padding:10px;
}

.top-nav {
    box-shadow: 5px 0px 10px 2px rgba(0, 0, 0, 0.3);
}

.services-back{
    background-color:#222;

    
}


.section-comments {

}
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 1.5rem;
    }
    .services-back
    {
        padding-top:100px;
        padding-bottom:100px;
    }

    .section-comments {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.pl-0{
    padding-left:0!important;
}

.font60{
    font-size:60px;
}

.font36{
    font-size:36px !important;
}

.font42 {
    font-size: 42px !important;
}
.pt-7{
    padding-top:100px;
}
.font28 {
    font-size: 28px !important;
}

.back-blur {
    background-image: url("/img/cpa-elad/blur-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.float-left {
    float: left;
}

.wrap-main {
    background: #242424;
}


@media(min-width:1024px) {
    .wrapper {
        padding: 20px;
        max-width: 100%;
    }
    .section-about {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .pr-md-100 {
        padding-right:100px;
    }

        .wrapper .card .img-container img {
            /* width: 350px;
            height: 350px;*/
            width: 450px;
            /* height: 600px; */
            position: relative;
            top: 8px;
        }

    .img-container {
        padding-right: 40px;
    }

    h3 {
        font-size: 1.75rem !important;
    }

    .lg-text-center {
        text-align: center;
    }

    .visble-mobile {
        display: none !important;
    }
}

.width-100 {
    width: 100%;
}

.menu-bottom {
    height: 80px;
}

.menu-bottom-contact {
    height: 50px;
}

.pr-30 {
    padding-right: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.bottom-80 {
    bottom: 80px !important;
}


@media(min-width:898px) and (max-width:1300px) {
    .wrapper .card .bg-black {
        background-position: center -290px;
    }
}

@media(min-width:1301px) {

    .wrapper .card .bg-black {
        background-position: center -400px;
    }
}

@media(min-width:1500px) {

    .wrapper .card .bg-black {
        background-position: center -690px;
    }
}





@keyframes img-top {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}


@keyframes op {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.wrapper .card .details.snippets,
.wrapper .card .details.project,
.wrapper .card .details.post {
    transform: translateX(-500px);
    animation: fadeIn 1.5s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(-500px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.wrapper .card .details:nth-of-type(2) {
    animation-delay: 0.5s;
}

.wrapper .card .details:nth-of-type(1) {
    animation-delay: 1s;
}

.wrapper .card .skills {
    animation: moveTop 1.6s ease-in;
    overflow: hidden;
}

@keyframes moveTop {
    0% {
        transform: translateY(400px);
    }

    100% {
        transform: translateY(0px);
    }
}

.wrapper .card .p-html,
.wrapper .card .html {
    animation: level 1s;
    animation-delay: 0.5s;
}

.wrapper .card .p-css,
.wrapper .card .css {
    animation: level 2s;
    animation-delay: 0.5s;
}

.wrapper .card .p-js,
.wrapper .card .js {
    animation: level 2.5s;
    animation-delay: 0.5s;
}

@keyframes level {
    0% {
        transform: translateX(-500px);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}



/*share button*/

@keyframes pop-in {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pop-out {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

.speed-dial {
    text-align: center;
    display: inline-block;
}

    .speed-dial a,
    .speed-dial a:hover,
    .speed-dial a:active,
    .speed-dial a:visited,
    .speed-dial a:focus {
        color: #fafafa;
        display: inline-block;
        text-decoration: none;
    }

    .speed-dial .toggle {
        display: inline-block;
        border-radius: 50%;
        width: 75px;
        height: 75px;
        font-size: 32px;
        line-height: 75px;
        margin: 8px 0;
    }

    .speed-dial:hover .dials span {
        animation: pop-in 0.3s ease both;
    }

    .speed-dial .dials {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .speed-dial .dials span {
            display: inline-block;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            font-size: 24px;
            line-height: 50px;
            margin: 8px 0;
            transform: scale(0);
            animation: pop-out 0.3s ease both;
        }

            .speed-dial .dials span.pop-in {
                animation: pop-in 0.3s ease both;
            }

        .speed-dial .dials li:nth-child(0) a {
            animation-delay: 0s;
        }

        .speed-dial .dials li:nth-child(1) a {
            animation-delay: 0.1s;
        }

        .speed-dial .dials li:nth-child(2) a {
            animation-delay: 0.2s;
        }

        .speed-dial .dials li:nth-child(3) a {
            animation-delay: 0.3s;
        }

        .speed-dial .dials li:nth-child(4) a {
            animation-delay: 0.4s;
        }

        .speed-dial .dials li:nth-child(5) a {
            animation-delay: 0.5s;
        }

        .speed-dial .dials li:nth-child(6) a {
            animation-delay: 0.6s;
        }

.bg-share {
    background-color: #15B897;
}

.bg-twitter {
    background-color: #2daae2;
}

.bg-facebook {
    background-color: #3c5b9b;
}

.bg-google-plus {
    background-color: #f73e29;
}
