/*new design home*/
html {
    direction: rtl;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.text-success {
    color: #22C47E !important;
}

.text-sm {
    font-size: 14px !important;
}

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

a:hover {
    text-decoration: none;
}

* {
    font-family: IRANSansX;
    scroll-behavior: smooth;
    scroll-padding-top: 130px !important;
}

a {
    text-decoration: none;
}

/*navbar*/
.navbar-nav .nav-item .nav-link {
    color: black;
    padding: 10px 20px;
    font-weight: 600;
}

.navbar-brand {
    color: black;
    font-weight: 300;
    display: flex;
    font-size: 30px;
}

.navbar-brand span {
    display: contents;
    color: #22C47E;
    font-weight: 900;
    font-size: 35px;
}

.mt-12 {
    margin-top: 120px;
}

#categorySideBar .modal-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 9999999999999 !important;
    box-shadow: 0 26px 25px 0 rgba(0, 0, 0, 0.35);
    transform: translate3d(0%, 0, 0);
}

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

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

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

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

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

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

/*navbar*/


.navbar-toggler {
    cursor: pointer;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.box__detailsHeader h1 {
    font-size: 35px;
    color: black;
    font-weight: 800;
}

.box__detailsHeader h1 strong {
    display: inline-flex;
    color: #22C47E;
    font-size: 40px;
    font-weight: 1000;
}

.box__detailsHeader p {
    font-weight: 200;
    color: black;
    margin: 50px 0;
    line-height: 2.2;
    text-align: justify;
}

.newCircle {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #6E3268;
    position: absolute;
    top: 30%;
    left: 3%;
}

.newCircle1 {
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #4014F1;
    position: absolute;
    top: 20%;
    display: none;
}

.newCircle2 {
    right: 17%;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #22C47E;
    position: absolute;
    top: 10%;
    display: none;
}

.newCircle3 {
    right: 45%;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #FFB800;
    position: absolute;
    top: 80%;
}

.bg-shape-header {
    position: relative;
}

.bg-shape-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../img/new/circleShapeBanner.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 129px;
    height: 104px;
}

.bg-shape-header:before {
    content: "";
    position: absolute;
    bottom: 100px;
    right: -80px;
    background-image: url("../img/new/circleShapeBanner.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 129px;
    height: 104px;
}

.box__btn-group {
    display: flex;
}

.box__btn-group :first-child {
    margin-left: 10px;
}

.new__carpets-item-layout-img {
    width: 130px !important;
    height: 130px !important;
    background-color: white;
    box-shadow: 0 0 8px #949494;
    border-radius: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.new__carpets-item-layout-img img {
    max-width: 70px !important;
    max-height: 70px !important;
}

.box__btn-group .btn-green-new {
    min-width: 140px;
    height: 68px;
    background: #22C47E;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: white;
    transition: all .3s ease-in-out;
    border: 1px solid #22C47E;
    text-decoration: none;
    padding: 0 10px;
}

.box__btn-group .btn-green-new:hover {
    background: white;
    color: #22C47E;
}


.box__btn-group .btn-outline-new {
    min-width: 140px;
    height: 68px;
    background: white;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #858585;
    transition: all .3s ease-in-out;
    border: 1px solid #858585;
    text-decoration: none;
}

.box__btn-group .btn-outline-new:hover {
    background: #e4e4e4;
    color: #858585;
}


.box__services-img {
    width: 81px;
    height: 81px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.box__services {
    display: flex;
    align-items: center;
    justify-content: right;
    flex-direction: column;
}

.box__services h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: black;
    margin-right: 10px;
    margin-top: 20px;
    text-align: center;
}

.box__services-img.item-1 {
    background-color: rgba(255, 235, 153, 1);
}

.box__services-img.item-2 {
    background-color: rgba(149, 189, 255, 1);
}

.box__services-img.item-3 {
    background-color: rgba(182, 226, 161, 1);
}

.box__services-img.item-4 {
    background-color: rgba(255, 120, 120, 1);
}

.mt-13 {
    margin-top: 130px;
}

.mt-15 {
    margin-top: 150px;
}

.bg-circle, .bg-circle1, .bg-circle2, .bg-circle3 {
    position: relative;
}


.bg-circle1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 875px;
    max-height: 875px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 100%;
    z-index: -1;
    background: rgba(34, 196, 126, 0.12);
    filter: blur(175px);
}

.bg-circle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: -1;
    background: rgba(110, 50, 104, 0.23);
    filter: blur(175px);
}

.bg-circle2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: rgba(255, 61, 166, 0.21);
    filter: blur(175px);
    z-index: -1;

}

.bg-circle3:before {
    content: '';
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: rgba(255, 184, 0, 0.11);
    filter: blur(175px);
    z-index: -1;

}

.box__detailsText h2, .box__detailsText-contactUs h2 {
    color: #000;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 30px;
}

.box__detailsText ul li {
    position: relative;
}

.box__detailsText ul li:before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 100%;
    position: absolute;
    background-color: #22C47E;
    top: 13px;
    right: -40px;
}

.box__detailsText ul li p {
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    color: black;
}

/*noinspection ALL*/
.box__detailsText P, .box__detailsText-contactUs p {
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    color: black;
    text-align: justify;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: white !important;
    border: 2px solid #22C47E !important;
    margin: 3px;
}

.owl-dots .owl-dot.active {
    background: #22C47E !important;
}

.btn-outline-original {
    min-width: 184px;
    height: 47px;
    background: white;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #000;
    transition: all .3s ease-in-out;
    border: 1px solid #D9D9D9;
    text-decoration: none;
}

.btn-outline-menu {
    min-width: 184px;
    height: 47px;
    background: white;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #000;
    transition: all .3s ease-in-out;
    border: 1px solid #D9D9D9;
    text-decoration: none;
}

.btn-outline-menu:hover {
    background-color: #22C47E;
    color: #fff;
}

.btn-outline-original:hover {
    background: #e4e4e4;
    color: #858585;
}

.new__card {
    min-height: 366px;
    background-color: white;
    border-radius: 30px;
    padding: 20px;
    position: relative;
}

.new__card.active {
    background-color: #6C4CD5;
}

.new__card .crown {
    position: absolute;
    top: -55px;
    left: 8%;
}

.new__card.active .price {
    color: #fff;
}


.new__card .price {
    position: relative;
    display: inline-flex;
    color: #6C4CD5;
    font-size: 25px;
    font-style: normal;
    font-weight: 1000;
    line-height: normal;
    padding-right: 20px;
}

.new__card.active .price:after {
    background-color: #fff;
}

.new__card .price:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 14px;
    height: 14px;
    background-color: #6C4CD5;
    border-radius: 100%;
}

.new__card.active .title {
    color: white;
}

.new__card .title {
    color: #858585;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 30px;
}

.new__card.active strong {
    color: white;
}

.new__card strong {
    color: #6C4CD5;
    font-size: 25px;
    font-style: normal;
    font-weight: 1000;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.new__card.active strong span {
    color: white;
}

.new__card strong span {
    display: inherit;
    color: #6C4CD5;
    font-size: 20px;
    font-weight: 300;
    margin-right: 10px;
}

.new__card.active p {
    color: white;
}

.new__card p {
    color: #858585;
    font-size: 14px;
    font-weight: 300;
    line-height: 2.5;
    text-align: justify;
}

.new-title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.new__carpets {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.new__carpets-item {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}


.new__carpets h3 {
    font-size: 18px;
    color: black;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

.new__carpets p {
    color: #858585;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
}

.box__contactUs-item span {
    font-size: 16px;
    display: inline-flex;
    font-weight: 300;
    margin-bottom: 12px;
}

.box__contactUs-item strong {
    font-size: 18px;
    display: inline-flex;
    font-weight: 700;
    letter-spacing: 2px;

}

.box__contactUs-item strong a {
    color: black;
    text-decoration: none;
}

.box__contactUs ul {
    padding-right: 100px;
    position: relative;
}

.box__contactUs ul:before {
    content: '';
    border-right: 1px dashed #BABABA;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    height: 100%;
    z-index: -2;
}

.box__contactUs ul > :nth-child(1):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -70px;
    margin: auto;
    width: 24px;
    height: 24px;
    background-image: url("../img/new/icon/white-phone.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.box__contactUs ul > :nth-child(2):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -70px;
    margin: auto;
    width: 24px;
    height: 24px;
    background-image: url("../img/new/icon/white-envelop.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.box__contactUs ul > :nth-child(3):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -70px;
    margin: auto;
    width: 24px;
    height: 24px;
    background-image: url("../img/new/icon/white-instagram.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}


.box__contactUs ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 70px 0;
}


.box__contactUs ul li:after {
    content: '';
    position: absolute;
    right: -100px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 81px;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #22C47E;
    border-radius: 100%;
    z-index: -1;
}

.box__form {
    border-radius: 49px;
    background: #6C4CD5;
    padding: 50px;
}

.box__form label {
    display: inherit;
    width: 100%;
}

.form__style {
    width: 100%;
    height: 56px;
    display: block;
    border: none;
    outline: none;
    background: white;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}

.form__style::placeholder {
    color: black;
    font-size: 14px;
}

.form__style.textArea {
    height: auto;
}

.btn__form {
    border-radius: 10px;
    background: #332C5C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 16px;
    color: white;
    border: 1px solid #332C5C;
    transition: all .3s ease-in-out;
    min-width: 170px;

}

.btn__form:hover {
    background: white;
    color: #332C5C;
}

.box__news {
    background-color: white;
    border-radius: 30px;
    padding: 20px;
    min-height: 459px;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
    margin: 40px 0;
}

.box__news img {
    border-radius: 17px;
}

.box__news p {
    font-size: 14px;
    color: black;
    font-weight: 300;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    word-break: break-word;
}

.box__news h2 {
    color: black;
    font-size: 18px;
    font-weight: 800;
    margin-top: 20px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box__news span {
    display: inline-flex;
    font-size: 15px;
    color: #6C4CD5;
    font-weight: 600;
}

.bg-footer {
    background-color: #F4F2F2;
    border-radius: 30px;
    padding: 30px;
}

.details__footer a {
    color: black;
}

.details__footer p {
    line-height: 2;
    font-size: 16px;
    color: black;
    font-weight: 300;
}

.details__footer strong {
    font-size: 18px;
    color: black;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-flex;
    line-height: 3;
}

.details__footer ul {
    padding-right: 0;
}

.details__footer ul li {
    padding: 5px 0;
}

.details__footer ul li a {
    font-size: 14px;
    font-weight: 300;
    color: black;
}

.card__carpet {
    background-color: #fff;
    border-radius: 30px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 0 0 10px #dadada;
    width: 100%;
    min-height: 316px;
    transition: all .3s ease-in-out;
    transform: scale(1);

}

.card__carpet:hover {
    transform: scale(1.07);
}

.card__carpet img {
    max-width: 150px;
    max-height: 150px;
}

.card__carpet h2 {
    color: black;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
}

.card__carpet span {
    color: #858585;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}

@media screen and (min-width: 576px) {
    /*.box__detailsHeader h1 {*/
    /*    font-size: 45px;*/
    /*}*/
    /*.box__detailsHeader h1 strong {*/
    /*    font-size: 65px;*/
    /*}*/
    .box__btn-group .btn-green-new {
        min-width: 190px;
    }

    .box__btn-group .btn-outline-new {
        min-width: 190px;
    }

    .box__services h2 {
        font-size: 18px;
    }

}

@media screen and (min-width: 992px) {
    .newCircle2 {
        display: block;
    }

    /*.box__detailsHeader h1 {*/
    /*    font-size: 45px;*/
    /*}*/
    /*.box__detailsHeader h1 strong {*/
    /*    font-size: 65px;*/
    /*}*/
    .newCircle1 {
        display: block;
    }

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


    .new__carpets h3 {
        font-size: 20px;
    }
}

@media screen and (min-width: 1200px) {
    /*.box__detailsHeader h1 {*/
    /*    font-size: 65px;*/
    /*}*/
    /*.box__detailsHeader h1 strong {*/
    /*    font-size: 75px;*/
    /*}*/

}

@media screen and (min-width: 1400px) {
    .box__services {
        flex-direction: row;
    }

    .box__services h2 {
        margin-top: 0;
        text-align: right;
    }

    .new__card {
        padding: 30px;
    }

    .new__card .price {
        font-size: 32px;
    }

    .new__card strong {
        font-size: 33px;

    }
}
