/* Brand Portfolio start */

section.port-folio {
    background: #000;
    padding: 70px 0px;
}

.pro-jects h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
}

.pro-jects h2 span {
    color: #c0ff4d;
}

.pro-jects p {
    color: #fff;
    font-size: 21px;
    margin-bottom: 50px;
}

.xfinity h4 {
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
}

.xfinity h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 27px;
}

.xfinity p {
    color: #fff;
    font-size: 17px;
    text-align: center;
}

.xfinity img {
    width: 100%;
}

.xfinity img {
    width: 216px;
    margin-bottom: 27px;
}

.btn {
    display: block;
    background: #c0ff4d !important;
    padding: 10px 117px !important;
}

.btn:hover {
    background: #fff !important;
}

a.green-btn {
    color: #000000;
    text-decoration: none;
}

.xfinity {
    position: relative;
    padding: 40px;
    background: #111;
    color: #fff;
    overflow: hidden;
    border: 1px solid rgb(18, 19, 18);
    padding: 30px;
    text-align: center;
    margin-bottom: 22px;
}

.xfinity::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(90deg, transparent, #c0ff4d, transparent);
    background-size: 200% 100%;
    animation: borderRun 8s linear infinite;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    -webkit-animation: borderRun 8s linear infinite;
}

@keyframes borderRun {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}


/* Brand Portfolio end */


/* cta start  */

section.cta-creator {
    padding: 70px 0px;
    background: #000;
}

.cta-growth h3 {
    color: #fff;
}

.cta-growth h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    padding: 1px 0px 10px;
}

.cta-growth p {
    color: #fff;
}

.spon-sored {
    text-align: end;
}

.spon-sored img {
    border-radius: 20px;
}

.excellence-cta {
    display: flex;
    gap: 41px;
    padding: 10px 0px;
}

a.sche-dule:hover {
    background: #fff;
    color: #000;
}

a.sche-dule {
    color: #080808;
    text-decoration: none;
    padding: 15px 27px;
    border-radius: 10px;
    background: #c0ff4d;
}

a.cta-btn:hover {
    background: #c0ff4d;
    border: 1px solid #c0ff4d;
    color: #000;
}

a.cta-btn {
    border: 1px solid #fff;
    padding: 14px 19px;
    color: #000000;
    border-radius: 10px;
    text-decoration: none;
    background: #ffffff;
}

.cta-growth h2 span {
    color: #c0ff4d;
}

.your {
    border: 1px solid #3a3a3a;
    padding: 50px;
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
}


/* cta end  */