:root {
    --bs-orang: #EFD110;
    --bs-blue: #3D3BF3;
    --bs-light-orange: #FFF9EC;
    --bs-light-green: #F1FDFB;
    --fs-sm: 1.2rem;
    --fs-md: 1.4rem;
    --fs-lg: 1.6rem;
    --fs-xl: 1.8rem;
    --fs-xxl: 2rem;
}


* {
    font-family: vazir !important;
}

html {
    box-sizing: border-box;
    direction: rtl;
    font-size: 62.5%;
    font-family: vazir !important;
}

a {
    text-decoration: none;
}

ul li {
    list-style-type: none;
}

/*navbar*/

#categorySideBar .modal-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 28rem;
    height: 100%;
    background: #fff;
    z-index: 9999999999999 !important;
    box-shadow: 0 26px 25px 0 rgb(0 0 0 / 35%);
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal-dialog .modal-body {
    height: 100vh;
    padding-top: 20px;
    overflow: auto !important;
    padding-bottom: 50px;
    z-index: 9999999;
    background: #fff;

}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}


.fixed__top {
    width: 100%;
    top: 0;
    background-color: #fff;
    animation: nav ease .5s;
    box-shadow: 0 0 .6rem #908E8A;
}

@keyframes nav {
    from {
        transform: translateY(-200px);
    }
    to {
        transform: translateY(0px);
    }
}

.logo {
    width: 5rem;
    height: auto;
}

.navbar-nav .nav-item .nav-link {
    font-size: var(--fs-md);
}

.navbar-nav .nav-item .active {
    font-weight: 1000;
}



.btn-gray {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: var(--fs-md);
    color: #E9E9E9;
    font-weight: 500;
    border-radius: 1rem;
    height: 5.1rem;
    padding: 1rem 2rem;
    border: .1rem solid #E9E9E9;
    transition: all .3s ease-in-out;
}
.btn-blue-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/home/bg-blue-btn.svg");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 6.5rem;
    min-width: 12rem;
    font-size: var(--fs-md);
    color: #fff;
    font-weight: 500;
    padding: 1rem 2rem;
    transition: all .3s ease-in-out;
}

.btn-blue-header img {
    transition: all .3s ease-in-out;
    width: 40px;
}



.img_badgeHeader{
    width: 10rem;
    height: auto;
}
.btn-blue-header:hover{
    color: #fff;
}
.btn-blue-header img {
    transition: all .3s ease-in-out;
}

.btn-blue-header:hover img {
    transform: translateX(-1rem);
}



.btn-gray-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F1F1F1;
    font-size: var(--fs-md);
    color: #000;
    font-weight: 500;
    border-radius: 1rem;
    padding: 1rem 2rem;
    border: .1rem solid #F1F1F1;
    transition: all .3s ease-in-out;
}


.btn-gray-header:hover {
    background: #fff;
    border: .1rem solid #d8d8d8;
}

.btn-green:hover {
    background: #fff;
    color: var(--bs-success);
}



.navbar-toggler {
    border: .1rem solid #000;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    border: .1rem solid #000;
}

/*navbar*/

/*header*/
.mt-header {
    margin-top: 5rem;
}

.pt-header {
    padding-top: 5rem;
}

.header-text h1 {
    font-size: 5.5rem;
    color: var(--bs-blue);
    font-weight: 1000;
    margin:3rem 0 2rem 0;

}

.header-text p {
    font-size: var(--fs-lg);
    color: #000;
    font-weight: 500;
    line-height: 2;
    margin: 2rem 0;
}


.btn-gray:hover {
    background: #E9E9E9;
    color: #fff;
}

/*end header*/
/*services*/
.title {
    color: #000;
    font-size: 3.2rem;
    font-weight: 900;
    text-align: center;
}

.mt-13 {
    margin-top: 7rem;
}


.services :nth-child(2n-1) .box-services {
    background: var(--bs-light-orange);
}

.services :nth-child(2n) .box-services {
    background: var(--bs-light-green);
}

.box-services h3 {
    color: #000;
    font-size: var(--fs-lg);
    font-weight: 900;
    margin: 2rem 0;
}

.box-services img {
    width: 50px;
}

.box_serviceRight {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: none;
    background-repeat: no-repeat;
    background-color: #f3f3f3;
    border-radius: 3rem;
    background-size: 100% 100%;
    height:100%;
    background-position: top;
    padding:3rem 2rem;
}

.box_serviceLeft{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../images/home/left-shape-service.png");
    background-color:#f3f3f3;
    border-radius: 3rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    padding:3rem 2rem;
}

.box_service{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:3rem 2rem;
    background: #F3F3F3;
    border-radius: 3rem;
}
.left-xl{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image:none;
    background-color:#f3f3f3;
    border-radius: 3rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    padding:3rem 2rem;
}

.box_serviceRight h2 , .box_service h2 ,.box_serviceLeft h2 {
    font-size: 2.4rem;
    font-weight: 1000;
    color: black;
    margin-bottom: 2rem;
}

.box_serviceRight P , .box_service p , .box_serviceLeft p{
    font-size: var(--fs-lg);
    font-weight: 300;
    color: black;
    text-align: justify;
    word-spacing: 1px;
    line-height: 2;
}


.box_serviceRight .arrow {
    width: 5rem;
    margin: 2rem;
}

.box-services p {
    font-weight: 300;
    font-size: var(--fs-md);
    text-align: center;
    color: #000;
    line-height: 2;
}


.fs-20 {
    font-size: var(--fs-md);
    line-height: 2;
}

.counter {
    display: flex;
    justify-content: space-between;
}

.box-counter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-counter span {
    display: inline-flex;
    font-weight: 1000;
    color: var(--bs-success);
    font-size: 2.8rem;
}

.box-counter p {
    font-size: 1.4rem;
    font-weight: 900;
    color: #000;
}

/*end services*/

/*about*/


.box__services-aboutUs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box__services-aboutUs .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2rem auto;
}

.box__services-aboutUs .item h3 {
    font-weight: 700;
    font-size: var(--fs-lg);
    margin-top: 2rem;
    text-align: center;
}
.box__services-aboutUs .item .img-icon {
    width: 14rem;
    height: 10rem;
    display: flex
;
    align-items: flex-start;
    justify-content: center;
}

.box__services-aboutUs .item img {
    width: 100px;
}



.box-price-item {
    padding: 4rem 2rem 2rem 2rem;
    border-radius: 3rem;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    background-color: #F3F3F3;
    height: 100%;
    transform: none;
}
.box-price-item.left{
    background-color: #f3f3f3;
    background-image:none;
    background-position: top;
    background-size: cover;
    border-radius: 3rem;
    background-repeat: no-repeat;
    transform:none;
    height:100%;
}
.box-price-item.right{
    background-color: #f3f3f3;
    background-image:none;
    border-radius: 3rem;
    background-position: top;
    background-size:cover;
    background-repeat: no-repeat;
    transform:none;
    height:100%;
}
.box-price-item h3 {
    font-size: 2.4rem;
    font-weight: 900;
    color: black;
    display: inline-flex;
    position: relative;
    z-index: 12;
}


/*end about*/


/*customer comment*/

.text-price {
    font-weight: 200;
    font-size: var(--fs-md);
    color: #000;
    margin-bottom: 2rem;
}



.comments-item {
    background-image:url("../images/home/box-right-price.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 3rem;
    padding: 3rem 2rem;
    direction: rtl;
    height: 100%;
    display: block;
}

.comments-item strong {
    display: inline-flex;
    font-size: var(--fs-lg);
    font-weight: 900;
    color: black;
}

.comments-item p {
    font-size: var(--fs-md);
    color: #000;
    margin: 2rem 0;
    line-height: 2.2;
    text-align: justify;
}

.footer-comment {
    display: flex;
    align-items: center;
}

.footer-comment-item {
    display: flex;
    align-items: center;
}

.footer-comment-item span {
    font-size: var(--fs-sm);
    color: black;
    margin-right: 1rem;
    display: inline-flex;
}

/*end customer comment*/

/*form*/
.bg-form:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--bs-light-orange);
    border-radius: 5rem;
    width: 97%;
    z-index: -1;
    height: 100%;
    margin: 0 auto;
}

.bg-form .padding {
    padding: 3rem 3rem 3rem 3rem;
}

.input_style {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.input_style label {
    font-size: var(--fs-lg);
    font-weight: 700;
    color: black;
    margin-bottom: 1rem;
}

.input_style span {
    color: #F60C0C;
    display: inline-flex;
}

.input_style input {
    border: .1rem solid #E9E9E9;
    border-radius: .8rem;
    padding: 1em;
    width: 100%;
    height: 4.7rem;
}

.input_style input:focus, .input_style textarea:focus {
    border: .1rem solid var(--bs-orang) !important;
    box-shadow: none;
    outline: none;
}

.input_style textarea {
    border: .1rem solid #E9E9E9;
    border-radius: .8rem;
    padding: 1em;
    width: 100%;
    resize: none;
}

/*end form*/
/*news*/
.box-news-item {
    padding: 3rem;
    border-radius: 3rem;
    min-height: 23rem;
}

.box-news-item span {
    display: flex;
    align-items: center;
    font-size: var(--fs-sm);
}

.box-news-item p {
    font-size: var(--fs-lg);
    font-weight: 800;
    color: #000;
    line-height: 2;
    margin: 2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    min-height: 6.5rem;
    -webkit-box-orient: vertical;
}

/*end news*/

/*footer*/
.logo-footer-text h2{
    color: #fff;
    font-weight: 1000;
    margin-bottom: 2rem;
    font-size: 2rem;
}
.logo-footer-text h3{
    color: #fff;
    font-weight: 400;
    font-size: 1.8rem;
}
.bg-footer {
    background: #3D3BF3;
    padding: 3rem 0;
}

.text-footer strong {
    font-weight: 900;
    font-size: var(--fs-xl);
    display: inline-flex;
    margin-bottom: 2rem;
}

.text-footer ul {
    padding: 0;
    margin: 0;
}

.text-footer ul li {
    margin-bottom: 1rem;
}

.text-footer p {
    font-size: var(--fs-md);
    color: #fff;
    margin-bottom: 0;
    line-height: 2;
}

.text-footer ul li p {
    font-size: var(--fs-md);
    color: #fff;
    margin-bottom: 0;
    line-height: 2;
}

.text-footer ul li a {
    font-size: var(--fs-md);
    color: #fff;
    line-height: 2;
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.social a {
    display: inline-flex;
    margin: .2rem;
}

/*end footer*/

/*price*/
.header-price h1 {
    font-size: 4rem;
    color: #000;
    font-weight: 1000;
    margin-top: 2rem;

}

.header-price p {
    font-size: var(--fs-lg);
    color: #000;
    font-weight: 400;
    line-height: 2;
    margin: 2rem 0;
}

/*end price*/


/*faq*/
.accordion {
    --bs-accordion-border-color: none !important;
}

.accordion-button::after {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 2rem !important;
    height: 2rem !important;
    background-size: cover !important;

}

.accordion-button strong {
    display: flex;
    font-size: var(--fs-md);
    font-weight: 900;
    text-align: right;
    line-height: 1.5;
    padding-left: 2rem;
}

.accordion-body p {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 2;
    color: black;
    font-size: var(--fs-sm);

}

.accordion-body {
    padding: 0 !important;
}

.accordion-button:not(.collapsed) {
    color: black !important;
    background-color: #F6F6F6 !important;
    box-shadow: none !important;
    padding: 3rem 7rem 3rem 2rem !important;
    border-radius: 2rem 2rem 0 0 !important;
}

.accordion-button {
    padding: 3rem 7rem 3rem 2rem;
    border-radius: 2rem !important;
    background-color: #F6F6F6 !important;
}

.p-accordion {
    padding: 2rem 2rem;
}

.accordion-button strong {
    display: block;
}

.accordion-button strong:after {
    content: '?';
    position: absolute;
    top: 28%;
    margin: auto 0;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    background:var(--bs-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: var(--fs-md);
}

/*.accordion-button:not(.collapsed) strong:after {
    content: '?';
    position: absolute;
    top: 28%;
    margin: auto 0;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    background:var(--bs-orange);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: var(--fs-md);
}*/

.accordion-collapse.show {
    background-color: #F6F6F6 !important;
    border-radius: 0 0 2rem 2rem;
}

.accordion-collapse {
    background-color: #F6F6F6 !important;
    border-radius: 0 0 2rem 2rem !important;
}

.accordion-item {
    margin-bottom: 2rem;
}

/*end faq*/

.white-logo-footer{
    width: 11rem;
}
@media screen and (min-width: 576px) {
    .white-logo-footer{
        width: 12rem;
    }
    .header-price h1 {
        font-size: 4.8rem;
        color: #000;
        font-weight: 1000;
        margin-top: 2rem;

    }

    .header-price p {
        font-size: var(--fs-xxl);
        color: #000;
        font-weight: 400;
        line-height: 2;
        margin: 2rem 0;
    }

    .fs-20 {
        font-size: var(--fs-xl);
        line-height: 2;
    }

    .box-counter span {
        display: inline-flex;
        font-weight: 1000;
        color: var(--bs-success);
        font-size: 3.8rem;
    }

    .box-counter p {
        font-size: 2rem;
        font-weight: 900;
        color: #000;
    }


}

@media screen and (min-width: 768px) {
    .white-logo-footer{
        width: 15rem;
    }
    .p-accordion {
        padding: 2rem 7rem;
    }

    .accordion-button strong:after {
        content: '?';
        position: absolute;
        top: 28%;
        margin: auto 0;
        right: 1.5rem;
        width: 4rem;
        height: 4rem;
        background:var(--bs-blue);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        font-size: var(--fs-lg);
    }

/*    .accordion-button:not(.collapsed) strong:after {
        content: '?';
        position: absolute;
        top: 28%;
        margin: auto 0;
        right: 1.5rem;
        width: 4rem;
        height: 4rem;
        background:var(--bs-orange);
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        font-size: var(--fs-lg);
    }*/

    .accordion-button strong {
        display: flex;
        font-size: var(--fs-lg);
        font-weight: 900;
        text-align: right;
        line-height: 1.5;
        padding-left: 2rem;
    }

    .accordion-body p {
        margin-bottom: 0;
        font-weight: 300;
        line-height: 2;
        color: black;
        font-size: var(--fs-md);

    }

    .fs-20 {
        font-size: var(--fs-xxl);
        line-height: 2;
    }

    .header-text h1 {
        font-size: 6rem;
        color: var(--bs-blue);
        font-weight: 1000;
        margin-top: 2rem;

    }

    .box-counter span {
        display: inline-flex;
        font-weight: 1000;
        color: var(--bs-blue);
        font-size: 4.8rem;
    }

    .title {
        color: #000;
        font-size: 3.2rem;
        font-weight: 900;
        text-align: center;
    }

    .box-counter p {
        font-size: 2.4rem;
        font-weight: 900;
        color: #000;
    }

    .header-text p {
        font-size: 2rem;
        color: #000;
        font-weight: 500;
        line-height: 2;
        margin: 2rem 0;
    }

    .pt-header {
        padding-top: 10rem;
    }

    .mt-header {
        margin-top: 8rem;
    }

    .mt-13 {
        margin-top: 13rem;
    }

    .box-services h3 {
        color: #000;
        font-size: var(--fs-xl);
        font-weight: 900;
        margin: 2rem 0;
    }

    .box-services {
        min-height: 27rem;
    }

    .box-services img {
        width: 70px;
    }

    .box__services-aboutUs .item h3 {
        font-weight: 700;
        font-size: var(--fs-xl);
        margin-top: 2rem;
        text-align: center;
    }

}

@media screen and (min-width: 992px) {
    .img_badgeHeader{
        width: 10rem;
        height: auto;
    }
    .btn-gray {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        font-size: var(--fs-md);
        color: #E9E9E9;
        font-weight: 500;
        border-radius: 1rem;
        height: 5.1rem;
        padding: 1rem 2rem;
        border: .1rem solid #E9E9E9;
        transition: all .3s ease-in-out;
    }
    .btn-blue-header {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-image: url("../images/home/bg-blue-btn.svg");
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 6.5rem;
        min-width: 12rem;
        font-size: var(--fs-md);
        color: #fff;
        font-weight: 500;
        padding: 1rem 2rem;
        transition: all .3s ease-in-out;
    }

    .btn-blue-header img {
        transition: all .3s ease-in-out;
        width: 40px;
    }
    .box-price-item {
        padding: 4rem 2rem 2rem 2rem;
        border-radius: 3rem;
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: column;
        background-color: #F3F3F3;
        height: 100%;
        transform: translateY(13px);
    }
    .box-price-item.left{
        background-color: transparent;
        background-image: url("../images/home/box-left-price.png");
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        transform: translateY(-10px);
        height:calc(100% + 23px);
    }
    .box-price-item.right{
        background-color: transparent;
        background-image: url("../images/home/box-right-price.png");
        background-position: top;
        background-size:cover;
        background-repeat: no-repeat;
        transform: translateY(-10px);
        height:calc(100% + 23px);
    }
    .left-xl{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-image: url("../images/home/left-shape-service.png");
        background-color:transparent;
        border-radius: 3rem;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top;
        padding:6rem 2rem;
    }
    .box_serviceRight {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-image: url("../images/home/right-shape-service.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: transparent;
        border-radius: unset;
        height:100%;
        background-position: top;
        padding:6rem 2rem;
    }
    .accordion-button strong {
        display: flex;
        font-size: var(--fs-xl);
        font-weight: 900;
    }

    .accordion-body p {
        margin-bottom: 0;
        font-weight: 300;
        line-height: 2;
        color: black;
        font-size: var(--fs-md);
    }

    .header-text h1 {
        font-size: 4rem;
        color: var(--bs-blue);
        font-weight: 1000;
        margin-top: 2rem;

    }

    .box__services-aboutUs .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin: 0 0;
    }

    .header-text p {
        font-size: 1.8rem;
        color: #000;
        font-weight: 500;
        line-height: 2;
        margin: 2rem 0;
    }

    .box-services h3 {
        color: #000;
        font-size: var(--fs-md);
        font-weight: 900;
        margin: 2rem 0;
    }

    .box-services img {
        width: 50px;
    }

    .box-services {
        min-height: 25rem;

    }


    .bg-form:before {
        content: '';
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        bottom: 0;
        background: var(--bs-light-orange);
        border-radius: 5rem;
        width: 80%;
        z-index: -1;
        height: 100%;
    }

    .bg-form .padding {
        padding: 8rem 6rem 8rem 0;
    }

}

@media screen and (min-width: 1200px) {
    .logo-footer-text h2{
        color: #fff;
        font-weight: 1000;
        margin-bottom: 2rem;
        font-size: 3rem;
    }
    .logo-footer-text h3{
        color: #fff;
        font-weight: 400;
        font-size: 2.4rem;
    }
    .box_service{
        padding:6rem 2rem;
    }
    .btn-gray {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        font-size: var(--fs-lg);
        color: #E9E9E9;
        min-width: 16rem;
        font-weight: 500;
        border-radius: 1rem;
        height: 5.5rem;
        padding: 1rem 2rem;
        border: .1rem solid #E9E9E9;
        transition: all .3s ease-in-out;
    }
    .btn-blue-header {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-image: url("../images/home/bg-blue-btn.svg");
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 6.7rem;
        min-width: 15rem;
        font-size: var(--fs-lg);
        color: #fff;
        font-weight: 500;
        padding: 1rem 2rem;
        transition: all .3s ease-in-out;
    }
    .btn-blue-header img {
        transition: all .3s ease-in-out;
        width: 50px;
    }

    .left-xl{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-image:none;
        background-color:#f3f3f3;
        border-radius: 3rem;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top;
        padding:6rem 2rem;
    }
    .box_serviceLeft{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-image: url("../images/home/left-shape-service.png");
        background-repeat: no-repeat;
        background-color: transparent;
        border-radius: unset;
        background-size: 100% 100%;
        background-position: top;
        padding:6rem 2rem;
    }

    .accordion-button strong {
        display: flex;
        font-size: var(--fs-xxl);
        font-weight: 900;
    }

    .accordion-body p {
        margin-bottom: 0;
        font-weight: 300;
        color: black;
        font-size: var(--fs-lg);
    }

    .header-text h1 {
        font-size: 6rem;
        color: var(--bs-blue);
        font-weight: 1000;
        margin-top: 2rem;

    }

    .header-text p {
        font-size: 2rem;
        color: #000;
        font-weight: 500;
        line-height: 2;
        margin: 2rem 0;
    }


}

@media screen and (min-width: 1400px) {
    .img_badgeHeader{
        width: 14rem;
        height: auto;
    }
    .header-text h1 {
        font-size: 10rem;
        color: var(--bs-blue);
        font-weight: 1000;
        margin-top: 2rem;

    }

    .header-text p {
        font-size: 2.7rem;
        color: #000;
        font-weight: 300;
        line-height: 2;
        margin: 2rem 0;
    }

    .box-services h3 {
        color: #000;
        font-size: var(--fs-xxl);
        font-weight: 900;
        margin: 2rem 0;
    }

    .box-services p {
        font-weight: 300;
        font-size: var(--fs-lg);
        text-align: center;
        color: #000;
        line-height: 2;
    }

    .box-services img {
        width: 97px;
    }

    .box-services {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 5rem;
        transition: all .3s ease-in-out;
        min-height: 35rem;
        padding: 2rem;
    }


}





