/* Commom Css */
.pt-80 {
    padding-top: 5rem;
}

.mb-110 {
    margin-bottom: 6.875rem;
}

.pb-110 {
    padding-bottom: 6.875rem;
}

.pb-60 {
    padding-bottom: 3.75rem;
}

.pb-15 {
    padding-bottom: 0.9375rem;
}

.pb-15 {
    padding-bottom: 0.9375rem;
}

.fz-34-sb-black {
    font-size: 2.125rem;
    font-weight: 800;
    line-height: 3.75rem;
    color: #212534;
}

.fz-16-m-black-2 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    color: #676c7d;
}


/* Service Css */
.hire-us-content {
    max-width: 40rem;
}

.hire-us-content .title {
    font-size: 3.375rem;
    font-weight: 700;
    line-height: 4rem;
    color: #212534;
    padding-bottom: 1.25rem;
}

.hire-us-content .title span {
    color: #0a7efb;
}

.hire-us-content .sub-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.125rem;
    color: #212534;
    padding-bottom: 1rem;
}

.hire-us-content .info {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75rem;
    color: #676c7d;
    padding-bottom: 3.125rem;
}

.hire-us-content .hire-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    padding: 30px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgb(84, 29, 225) 0%, rgb(248, 153, 255) 100%);
}

.hire-us-content .hire-info .item {
    position: relative;
    text-align: center;
}

.hire-us-content .hire-info .item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -36px;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    max-height: 80px;
    background-color: rgba(255, 255, 255, 0.4);
}

.hire-us-content .hire-info .item:last-child::before {
    display: none;
}

.hire-us-content .hire-info .item h4 {
    font-size: 3.375rem;
    font-weight: 800;
    line-height: 4rem;
    color: #fff;
    padding-bottom: 2px;
}

.hire-us-content .hire-info .item p {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.75rem;
    color: #fff;
}

.hire-us-content .buttons {
    gap: 30px;
    flex-wrap: wrap;
}

.hire-us-content .buttons .bookMeeting {
    background-color: #0a7efb;
    border-radius: 5px;
    padding: 18px 30px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: #fff;
    transition: .3s;
}

.hire-us-content .buttons .bookMeeting:hover {
    color: #fff;
    background-color: #005ab9;
}

.hire-us-content .buttons .watchvideo {
    column-gap: 6px;
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375rem;
    color: #0a7efb;
}

.hire-us-content .buttons .watchvideo::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #0a7efb;
    transition: all 0.3s;
}

.hire-us-content .buttons .watchvideo:hover::before {
    width: 100%;
}

/* Form */
.submit-project {
    max-width: 31.46875rem;
    background-color: #fff;
    box-shadow: 0rem 0.625rem 1.5625rem rgba(103, 108, 125, 0.11);
    border-radius: 0.3125rem;
}

.submit-project .title {
    font-size: 1.625rem;
    font-weight: 800;
    line-height: 1rem;
    color: #0a7efb;
    padding: 1.875rem;
    border-bottom: 0.0625rem solid #e0e3eb;
}

.project-form {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    padding: 1.875rem;
}

.project-form-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}

.eForm-control {
    display: block;
    width: 100%;
    padding: 0.6875rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.625rem;
    background-clip: padding-box;
    border: 0.0625rem solid #d4dae6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.3125rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.project-form-wrap .eForm-control {
    background-color: #f1f5f9;
    border-color: #f1f5f9;
    color: #9095a1;
}

.project-form-wrap .eForm-control::placeholder {
    color: #9095a1;
}

.eForm-control:focus,
.eForm-control:hover {
    border: 0.0625rem solid #0a7efb;
    box-shadow: none;
}

.project-form-wrap textarea {
    min-height: 8.75rem;
}

.project-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    max-width: 7.8125rem;
    padding: 0.875rem 1.875rem;
    background-color: #0a7efb;
    border: 0.0625rem solid #0a7efb;
    border-radius: 0.3125rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375rem;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.project-submit::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: inherit;
    opacity: 1;
    z-index: -1;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    background-color: #005ab9;
}

.project-submit:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

/* Nice Select */
.project-form-wrap .nice-select {
    background-color: #f1f5f9 !important;
    width: 100%;
    border: none;
    font-size: 0.875rem;
    font-weight: 500;
    color: #9095a1;
    height: 50px;
    display: flex;
    align-items: center;
}

.project-form-wrap .nice-select .current {
    font-size: 0.875rem;
    color: #9095a1;
}

.project-form-wrap .nice-select .list {
    margin-top: 10px;
    border: none !important;
    border-radius: 10px !important;
    padding: 10px;
    box-shadow: 0 4px 20px rgba(103, 108, 125, 0.11);
    width: 100%;
}

.project-form-wrap .nice-select::after {
    font-size: 0;
    background-image: url(../img/icon/dropdown-down-arrow.svg);
    width: 8px;
    height: 8px;
    top: 50% !important;
    background-repeat: no-repeat;
    right: 20px;
}

.project-form-wrap .nice-select .option {
    font-size: 0.875rem;
    font-weight: 500;
    color: #9095a1;
}

/* File */
.eForm-control-file[type=file] {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #676c7d;
    background-clip: padding-box;
    border: 1px solid #e6eaee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #f1f5f9;
    padding: 15px 18px;
}

.eForm-control-file[type=file]:focus {
    box-shadow: none;
}

/* Our Service */
.hire-service-3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f2f6fa;
    border: 1px solid #d8dbdf;
    border-radius: 15px;
    padding: 11px 30px;
    height: 100%;
    min-height: 70px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.625rem;
    color: #212534;
}

/* New Work */
.hire-work-3 {
    /* --bg: #f8f5ff; */
    padding: 20px 20px 30px;
    border-radius: 10px;
    background-color: var(--bg);
    box-shadow: 0 10px 25px rgba(103, 108, 125, 0.11);
    height: 100%;
}

.hire-work-3 .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
}

.hire-work-3 .title h4 {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 1.625rem;
    color: #212534;
}

.hire-work-3 .title .icon {
    max-width: 85px;
}

.hire-work-3 .content h4 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.625rem;
    color: #212534;
    padding-bottom: 16px;
}

.hire-work-3 .content p {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6875rem;
    color: #676c7d;
}

/* Technology */
.hire-section-bg {
    background: linear-gradient(180deg, rgb(52, 60, 88) 0%, rgb(31, 35, 49) 100%);
    padding: 70px 0;
    border: 1px solid #707070;
}

/* New Service Css */
.eService {
    margin-bottom: 60px;
}

.btn-control {
    margin-top: 24px;
}

.btn-control a {
    padding: 12px 33px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #18181B;
}

.btn-control .active {
    background-color: #0A7EFB;
    color: #fff;
}

.tab-left h4 {
    font-size: 18px;
    font-weight: 600;
    color: #212534;
    margin-bottom: 16px;
}

.eNav {
    gap: 12px;
    align-items: center;
}

.motion {
    text-align: left;
}

.motion h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.motion span {
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;

}

.tab-left .nav-link {
    padding: 6px 14px;
    color: #18181B;
    border-radius: 8px;
    margin-bottom: 8px;
}

.tab-left .nav-link:last-child {
    margin-bottom: 0;
}

.tab-left .nav-link.active {
    color: #fff !important;
}

.package-title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #18181B;
}

.tab-right .tab-pane {
    padding: 10px 20px;
    background-color: #F2F7FF;
    border-radius: 16px;
    border: 1px solid #DCE9FF;
}

.package-plan h4 {
    font-size: 20px;
    font-weight: 700;
    color: #18181B;
    line-height: 32px;
    margin-bottom: 8px;
}

.package-plan span {
    display: inline-block;
    font-size: 32px;
    font-weight: 800;
    line-height: 32px;
    color: #18181B;
    display: inline-block;
    margin-bottom: 12px;
}

.plan li {
    font-size: 14px;
    color: #18181B;
    font-weight: 500;
    gap: 16px;
    margin-bottom: 14px;
}

.trash {
    color: #9095a1;
}

.trash svg path {
    fill: #9095a1;
}

.buy-btn {
    display: inline-block;
    padding: 9px 40px;
    border: 1.5px solid #18181B !important;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #18181B;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    transition: .5s;
}

.package-plan {
    transition: .5s;
    padding: 16px 12px;
    border: 1.5px solid transparent;
    border-radius: 12px;
}

.package-plan:hover {
    background-color: #ffff;
    border-color: #0A7EFB !important;
}

.package-plan:hover .need-text {
    visibility: visible;
    opacity: 1;
}

.package-plan:hover .buy-btn {
    background-color: #0A7EFB;
    border-color: #0A7EFB !important;
    color: #fff;
}

.most span {
    font-size: 10px;
    background-color: #F6A200;
    border-radius: 100px;
    padding: 2px 9px;
    color: #fff !important;
    line-height: 20px;
    position: absolute;
    left: 43px;
    top: 0;
    transition: .5s;
    /* width: 85px; */
}

.most {
    justify-content: space-between;
    position: relative;
}

.package-plan:hover .most span {
    visibility: visible;
    opacity: 1;
}

.epack {
    font-size: 16px;
    font-weight: 800;
    color: #18181B;
    margin-bottom: 15px;
}

.single-eCheck {
    margin-bottom: 12px;
}

/* .eCheck .single-eCheck:last-child{
    margin-bottom: 0;
} */
.plan {
    height: 350px;
}

.single-eCheck .form-check-input {
    height: 20px;
    width: 20px;
    margin-right: 8px;
    border-color: #EAEFF4;
    background-color: #EAEFF4;
}

.single-eCheck .form-check-input:checked {
    border-color: transparent;
    background-color: #0d6efd !important;
}

.single-eCheck .form-check-input:focus {
    box-shadow: none;
}

.single-eCheck label {
    font-size: 14px;
    font-weight: 600;
    color: #18181B;
    cursor: pointer;
}

.single-eCheck span {
    font-size: 14px;
    font-weight: 500;
    color: #18181B !important;
}

.eg_row {
    background-color: #fff;
    padding: 16px;
    border-radius: 16px;
    border: 1.5px solid #0A7EFB;
    margin-top: 12px;
    margin-bottom: 12px;
}

.eCheck-price p {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #18181B;
    margin-bottom: 4px;
}

.eCheck-price h5 {
    font-size: 32px;
    font-weight: 800;
    color: #18181B;
    margin-bottom: 8px;
}

.eCheck-price span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #18181B;
    line-height: 27px;
    margin-bottom: 12px;
}

.eCheck-price .buy-btn {
    border-color: #0A7EFB !important;
    background-color: #0A7EFB;
    color: #fff;
}

.right-border {
    position: relative;
}

.right-border:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(90deg, rgba(36, 0, 19, 0.11) 0%, rgba(211, 182, 96, 0) 35%, rgba(0, 212, 255, 0.37) 100%);
}

.support {
    padding: 18px 16px;
    border-radius: 12px;
    background: #F2F7FF;
    border: 1px solid #DCE9FF;
    margin-top: 30px;
}

.support ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.support ul li a {
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.support ul li a svg {
    height: 18px;
    width: 17px;
    margin-top: -2px;
}

.support ul li a svg path {
    fill: #fff;
}

.color-1 {
    background-color: #20B038 !important;
}

.color-2 {
    background-color: #2AABEE !important;
}

.color-3 {
    background-color: #FA8F21 !important;
}

.video-sup {
    gap: 20px;
    margin-top: 43px;
}

.video-sup span {
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    background-color: #0A7EFB;
    display: inline-block;
}

.video-sup span::before {
    position: absolute;
    content: "";
    top: -6px;
    left: -6px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #0a7efb35;
}

.video-sup h4 {
    margin-top: 7px;
}

.video-sup a svg {
    margin-top: -5px;
}

.Etop {
    background: #fff;
    box-shadow: 0rem 0.625rem 1.5625rem rgba(103, 108, 125, 0.11);
    padding: 16px;
    border-radius: 12px;
}

.package-plan .need-text {
    visibility: visible;
    opacity: 0;
    transition: .5s;
}

.need-text {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    font-weight: 600;
    color: #18181B !important;
    font-size: 12px;
}

.del_text {
    font-size: 14px;
    color: #676c7d !important;
}

/* Faq */
.faq {
    margin-bottom: 75px;
}

.faq-wrap .accordion-item {
    border: 0.0625rem solid #e6eaee !important;
    border-radius: 0.625rem !important;
    margin-bottom: 1.25rem;
    overflow: hidden;
}

.faq-wrap .accordion-button,
.faq-wrap .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 25px;
    color: #212534;
    padding: 1.5rem;
}

.faq-wrap .accordion-button::after {
    background-image: url(../img/icon/minus.svg);
}

.faq-wrap .accordion-button.collapsed::after {
    background-image: url(../img/icon/add.svg);
}

.faq-wrap .accordion-item:has(:not(.show)) .accordion-body {
    position: relative;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #010101e8;
}

.faq-wrap .accordion-item:has(:not(.show)) .accordion-body::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 91.25%;
    background-color: #e6eaee;
}

.small-show {
    display: none;
}

.service-modal .modal-header {
    padding: 0;
    border: none;
    position: absolute;
    right: 21px;
    top: 13px;
    z-index: 999;
    background: transparent;
}

.service-modal .modal-header .btn-close {
    background: transparent !important;
    color: #fff;
    font-size: 28px;
}

.service-modal .plyr--video {
    border-radius: 16px;
}

.service-modal .modal-body {
    padding: 0;
    border-radius: 16px;
}

.service-modal .modal-content {
    background: none;
    border: none;
}









/* Responsive Css */
@media screen and (max-width: 1024px) {
    .hire-us-content .hire-info .item::before {
        right: -25px;
    }
}

@media screen and (max-width: 991px) {
    .submit-project {
        margin: auto;
    }

    .hire-us-content {
        margin: auto;
    }

    .hire-us-content .hire-info .item::before {
        right: -35px;
    }

    .faq-img img {
        margin: auto;
        height: 300px;
        width: auto;
    }

    .faq-img {
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .hire-us-content .hire-info .item h4 {
        font-size: 40px;
        line-height: 50px;
    }

    .hire-us-content .title {
        font-size: 45px;
        line-height: 3.5rem;
    }

    .hire-us-content .hire-info .item::before {
        right: -25px;
    }

    .eCheck-price {
        text-align: center;
    }

    .small-show {
        display: block;
    }

    .large-show {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .hire-us-content .title {
        font-size: 40px;
    }

    .hire-us-content .hire-info {
        flex-direction: column;
        gap: 30px;
    }

    .hire-us-content .hire-info .item::before {
        top: auto;
        bottom: -15px;
        left: 50%;
        right: auto;
        transform: translateX(-50%) translateY(0);
        width: 100%;
        max-width: 80px;
        height: 1px;
    }

    .plan {
        height: auto;
    }
}
