section#award {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #000914;
    background-color: black;
}

.mt-box {
    margin-left: 70px;
    margin-right: 70px;
}

.mt-trophy-animation {
    width: 100%;
    height: 165px;
    overflow: hidden;
    position: relative;
}

.mt-trophy-animation::before {
    content: "";
    position: absolute;
    inset: 0;
    top: 27px;
    left: 0px;
    background: radial-gradient(circle, #173a18a6 1.5px, transparent 1.5px);
    background-size: 18px 18px;
}

.mt-trophy-animation::after {
    content: "";
    position: absolute;
    inset: 0;
    top: 27px;
    left: 0px;
    background: radial-gradient(circle, rgb(70, 244, 70) 1.5px, transparent 1.5px);
    background-size: 18px 18px;
    mask-image: linear-gradient(45deg,
            transparent 0%,
            transparent 35%,
            rgba(255, 255, 255, .2) 42%,
            rgba(255, 255, 255, .7) 48%,
            #fff 50%,
            rgba(255, 255, 255, .7) 52%,
            rgba(255, 255, 255, .2) 58%,
            transparent 65%,
            transparent 100%);
    -webkit-mask-size: 250% 100%;
    mask-size: 250% 100%;
    animation: dotWave 10s linear infinite;
}

@keyframes dotWave {
    from {
        -webkit-mask-position: -150% 0;
        mask-position: -150% 0;
    }

    to {
        -webkit-mask-position: 150% 0;
        mask-position: 150% 0;
    }
}


#milestone-h5 {
    color: green !important;
    font-weight: 500 !important;
    font-size: 20px;
    font-size: 17px;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    word-spacing: 5px;
}

.milestone-h2 {
    margin-bottom: 50px;
}

.gr-word .letter {
    color: green;
}

#milestone-h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 1.5px;
    background: green;
    margin-top: 30px;
}

.mt-para {
    margin-top: 50px;
}

.mt-para p {
    font-size: 16px;
}

.award {
    position: relative;
    margin: auto;
    /* float: right; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.award img {
    width: 100%;
    max-width: 550px;
    height: auto;
    display: block;
    position: relative;
    z-index: 5;
}

.award-glow {
    position: absolute;
    width: 250px;
    height: 250px;
    background: #5EFF3B;
    border-radius: 50%;
    filter: blur(120px);
    opacity: .18;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.award-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 450px;
    max-width: 450px;
    border: 1px solid rgba(95, 255, 59, .25);
    border-radius: 50%;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 2;
    animation: rotateRing 18s linear infinite;
}

.award-ring::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #63ff3f;
    border-radius: 50%;
    box-shadow:
        0 0 12px #63ff3f,
        0 0 30px #63ff3f;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
}

@keyframes rotateRing {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

#gallery {
    margin-top: 150px;
    backdrop-filter: blur(20px);
    background: #080b12;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 15px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .55), 0 -2px 8px rgba(255, 255, 255, .03) inset;
    transition: .35s;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
}

#gallery::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 15, 69, 0.12), rgba(61, 213, 255, 0));
    opacity: 0;
    transition: .4s;
}

#gallery:hover {
    transform: translateY(-12px);
    box-shadow: inset 0px 0px 20px rgba(50, 100, 215, 0.26)
}

#gallery:hover::before {
    opacity: 1;
}

#gallery::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #004cff;
    transition: .4s;
}

#gallery:hover::after {
    width: 100%;
    left: 0;
}

#gallery h3 {
    transition: .35s;
}


#gallery-box .tf_milestone_text {
    padding: 25px 0 20px 30px;
}

.tf_milestone_text ul {
    list-style: none;
}

.tf_milestone_text ul li .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 30px);
    opacity: 0;
}

.tf_milestone_text ul li .top h3 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}
.wd{
    font-weight: bolder!important; 
    color: green; 
    display: inline-block;
}

.wd::after {
    content: "";
    display: block;
    width: 50px;
    height: 1.5px;
    background: green;
    margin-top: 30px;
}

.tf_milestone_text ul li p {
    font-weight: 500;
    line-height: 28px;
    margin-top: 15px;
    font-size: 16px;
}

#gallery-box .tf_milestone_img {
    margin: 50px 5px 50px 0;
}

.w-100 {
    width: 100% !important;
}

.tf_milestone_img img {
    border-radius: 10px !important;
    opacity: 10;
}

.milestone-img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.milestone-wrapper {
    padding: 0px 8%;
    margin-top: 150px;
    text-align: center;
}

.milestone-wrapper-heading {
    font-size: 18px;
    font-weight: 700;
    color: #63d14f;
    letter-spacing: 2px;
    margin-bottom: 70px;
    position: relative;
    display: inline-block;
}

.milestone-wrapper-heading::before,
.milestone-wrapper-heading::after {
    content: "";
    width: 220px;
    height: 1px;
    background: #dfe7df;
    position: absolute;
    top: 50%;
}

.milestone-wrapper-heading::before {
    right: 100%;
    margin-right: 40px;
}

.milestone-wrapper-heading::after {
    left: 100%;
    margin-left: 40px;
}

.milestone-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.mt-feature {
    padding: 20px;
    position: relative;
}

.mt-feature:not(:last-child) {
    border-right: 1px solid #ffffff2e;
}

.mt-feature-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: green;
    margin-bottom: 25px;
    box-shadow: 6px 4px 9px 0px rgba(0, 0, 0, .55), 11px 13px 15px 6px rgba(255, 255, 255, .05) inset;
    display: inline-block;
}

.mt-feature p {
    font-size: 16px;
    line-height: 1.8;
    color: #a2a2a2;
}


/* =============== internal header style =============== */
.tech-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tech-badge {
    padding: 5px 15px;
    border-radius: 50px;
    background: rgba(37, 45, 68, .9);
    backdrop-filter: blur(15px);
    color: #8EE7DA;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2px;
    border: 1px solid rgba(255, 255, 255, .06);
    transition: .35s;
    user-select: none;
}

.tech-badge:hover {
    color: #fff;
    background: linear-gradient(135deg,
            #2F7D1F,
            #4CAF50);
    transform: translateY(-5px);
    box-shadow:
        0 15px 35px rgba(76, 175, 80, .25);
}


.tf__single_skill_2 {
    transition: .35s;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
}

.tf__single_skill_2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(0, 53, 18, 0.12),
            rgba(61, 255, 126, 0));
    opacity: 0;
    transition: .4s;
}

.tf__single_skill_2:hover {
    transform: translateY(-12px);
    border-color: #32d74b38;
    box-shadow: inset 0px 0px 20px rgba(50, 215, 75, 0.26)
}

.tf__single_skill_2:hover::before {
    opacity: 1;
}

.tf__single_skill_2 h3 {
    transition: .35s;
}

.tf__single_skill_2:hover h3 {
    color: #32d74b;
}

.tf__single_skill_2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #32d74b;
    transition: .4s;
}

.tf__single_skill_2:hover::after {
    width: 100%;
    left: 0;
}
/* ==============x internal header style x============== */





@media (max-width:1281px){
    .main #banner {
        background-position: 40% !important;
    }
    .tf_banner_text h1,
    .tf_banner_text span {
        font-size: 50px !important;
    }
    .tf_section_heading h2 span {
        font-size: 40px;
        line-height: 31px;
    }
    .tf_banner_text ul {
        margin-left: 0;
        gap: 25px;
        margin-bottom: 0;
    }
    .tf_section_heading h2 span {
        line-height: 45px;
    }
    
    .tf_about_text ul li .top h3 {
        font-size: 22px;
    }
    .tf_single_service .text {
        padding: 40px 20px;
    }
    .tf_single_service .text {
        border-color: #32d74b38;
        box-shadow: inset 0px 0px 20px rgba(50, 215, 75, 0.26)
    }
    .tf_single_service .text h3 {
        color: #32d74b;
    }
    .tf_single_service .text::after {
        width: 100%;
        left: 0;
    }
    .tf__single_skill_2 {
        border-color: #32d74b38;
        box-shadow: inset 0px 0px 20px rgba(50, 215, 75, 0.26);
    }

    .tf__single_skill_2 h3 {
        color: #32d74b;
    }
    section#award {
        padding-left: 0;
    }
    .mt-box {
        margin: 0 20px 0 20px;
    }
    .award-glow {
        position: absolute;
        width: 200px;
        height: 200px;
    }
    .award-ring {
        width: 80%;
        height: 90%;
    }
    #gallery .top h3 {
        font-size: 40px !important;
    }
    .milestone-wrapper-heading {
        font-weight: 500;
        color: green;
    }
    .mt-feature:not(:last-child) {
        border-right: none;
    }
    .mt-feature {
        box-shadow: inset 0px 0px 20px rgba(50, 100, 215, 0.26);
        border-radius: 10px;
    }
    
    #portfolio {
        margin-top: 0 !important;
        padding-top: 120px !important;
        padding-bottom: 120px !important;
        background: #080b12;
    }
}

/* ===========================
   Laptop (992px - 1199px)
=========================== */
@media (max-width:1199px){
    #gallery .top h3 {
        font-size: 35px !important;
    }
}

/* ===========================
   Tablet (768px - 991px)
=========================== */
@media (max-width:991px){
    .main #banner {
        background-position: 0% !important;
    }
    .tf_banner_text h1,
    .tf_banner_text span {
        font-size: 42px !important;
    }
    .award{
        margin-top: 150px;
    }
    #gallery .top h3 {
        margin-top: 20px!important;
    }
    .milestone-wrapper-heading::before,
    .milestone-wrapper-heading::after {
        display: none;
    }
    .milestone-wrapper {
        padding: 0px 0%;
    }
}
/* ===========================
   Mobile (576px - 767px)
=========================== */
@media (max-width:767px){}

/* ===========================
   Small Mobile (<576px)
=========================== */
@media (max-width:575px) {
    .main #banner {
        background-position: 40% !important;
    }

    .tf_banner_text h1,
    .tf_banner_text span {
        font-size: 41px !important;
    }

    .tf_banner_text ul {
        margin-left: 0;
        gap: 25px;
        margin-bottom: 0;
    }

    .tf_banner_text ul li a {
        padding: 15px 15px;
        font-size: 14px;
        margin-right: 0;
    }

    .tf_section_heading h2 span {
        font-size: 27px;
        line-height: 31px;
    }

    .col-xl-6.col-lg-6 {
        padding-right: 12px !important;
    }

    .tf_about_text ul li .top h3 {
        font-size: 21px;
    }

    .tf_single_service .text {
        padding: 40px 20px;
    }

    .tf_single_service .text {
        border-color: #32d74b38;
        box-shadow: inset 0px 0px 20px rgba(50, 215, 75, 0.26)
    }

    .tf_single_service .text h3 {
        color: #32d74b;
    }

    .tf_single_service .text::after {
        width: 100%;
        left: 0;
    }

    .tf_section_heading h5 {
        font-size: 18px;
    }

    .tf__skills_2 .nav {
        justify-content: space-between;
    }

    .tf__skills_2 .nav .nav-item button {
        padding: 12px 12px;
        margin: 5px 5px;
    }

    .tf__single_skill_2 {
        padding-left: 40px;
    }

    .tech-stack {
        gap: 10px;
    }

    .tf__single_skill_2 {
        border-color: #32d74b38;
        box-shadow: inset 0px 0px 20px rgba(50, 215, 75, 0.26);
    }

    .tf__single_skill_2 h3 {
        color: #32d74b;
    }

    .tf__single_skill_2::after {
        width: 100% !important;
        left: 0 !important;
    }

    section#award {
        padding-left: 0;
    }

    .mt-box {
        margin: 0 10px;
    }

    .mt-trophy-animation {
        margin: 40px 0 50px 0;
        height: 200px;
    }

    .award {
        margin-top: 50px;
    }

    .award-glow {
        position: absolute;
        width: 200px;
        height: 200px;
    }

    .award-ring {
        width: 80%;
        height: 90%;
    }

    #gallery-box .tf_milestone_text {
        padding: 25px 0px 10px 10px;
    }

    #gallery {
        margin-top: 110px;
    }

    #gallery .top h3 {
        font-size: 30px !important;
    }

    .milestone-features {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .milestone-wrapper-heading {
        font-weight: 500;
        color: green;
    }

    .mt-feature:not(:last-child) {
        border-right: none;
    }

    .mt-feature {
        box-shadow: inset 0px 0px 20px rgba(50, 100, 215, 0.26);
        border-radius: 10px;
    }

    .milestone-wrapper-heading::before,
    .milestone-wrapper-heading::after {
        display: none;
    }

    #portfolio {
        margin-top: 0 !important;
        padding-top: 120px !important;
        padding-bottom: 120px !important;
        background: #080b12;
    }

    .contact_form_2 form button {
        width: 100%;
        padding: 15px 67px;
    }

    .tf__footer_copyright p {
        font-size: 12px;
    }
}