

/*banner*/

.banner-novin{
    padding-top: 90px;
    position: relative;
}

.banner-novin::before{
    position: absolute;
    content: "";
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, #f6cfbb, transparent 65%);
    top: -120px;
    left: -140px;
    border-radius: 50%;
    filter: blur(2px);
    z-index: 0;
    opacity: .75;
}

.banner-novin::after{
    position: absolute;
    content: "";
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, #c9dcc0, transparent 65%);
    bottom: -120px;
    right: -140px;
    border-radius: 50%;
    filter: blur(2px);
    z-index: 0;
    opacity: .75;
}





.banner-image{
    border-radius: 220px 220px 30px 30px;
    overflow: hidden;
    aspect-ratio: 4 / 4.7;
    position: relative;
    box-shadow: 0px 7px 20px 0px rgba(46, 43, 34, .35);
    border: 6px solid #fff;
}

.banner-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-row{
    align-items: center;
}

.col-banner-image{
    padding-inline: 42px;
}

.col-banner-image{
    position: relative;
    z-index: 2;
}

.col-banner-image::before{
    z-index: 1;
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    animation: floaty 3s infinite ;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.9996 2C25.5996 14.4 32.9996 21.8 45.3996 23.4C32.9996 25 25.5996 32.4 23.9996 44.8C22.3996 32.4 14.9996 25 2.59961 23.4C14.9996 21.8 22.3996 14.4 23.9996 2Z" fill="%23F6CFBB" stroke="%23E0A583" stroke-width="1.4"/></svg>')
}


@keyframes floaty {

    40% {
        transform: translateY(-8px) rotate(-4deg);
    }
    90% {
        transform: translateY(8px) rotate(5deg);
    }
}


.col-banner-image::after{
    z-index: 1;
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    left: 11px;
    bottom: 65px;
    animation: floaty02 9s infinite;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28 35C31.866 35 35 31.866 35 28C35 24.134 31.866 21 28 21C24.134 21 21 24.134 21 28C21 31.866 24.134 35 28 35Z" fill="%23C4653B"/><path d="M28 22C31.3137 22 34 17.5228 34 12C34 6.47715 31.3137 2 28 2C24.6863 2 22 6.47715 22 12C22 17.5228 24.6863 22 28 22Z" fill="white" stroke="%23D8CDBB"/><path d="M28 54C31.3137 54 34 49.5228 34 44C34 38.4772 31.3137 34 28 34C24.6863 34 22 38.4772 22 44C22 49.5228 24.6863 54 28 54Z" fill="white" stroke="%23D8CDBB"/><path d="M12 34C17.5228 34 22 31.3137 22 28C22 24.6863 17.5228 22 12 22C6.47715 22 2 24.6863 2 28C2 31.3137 6.47715 34 12 34Z" fill="white" stroke="%23D8CDBB"/><path d="M44 34C49.5228 34 54 31.3137 54 28C54 24.6863 49.5228 22 44 22C38.4772 22 34 24.6863 34 28C34 31.3137 38.4772 34 44 34Z" fill="white" stroke="%23D8CDBB"/><path d="M28 35C31.866 35 35 31.866 35 28C35 24.134 31.866 21 28 21C24.134 21 21 24.134 21 28C21 31.866 24.134 35 28 35Z" fill="%23C4653B"/></svg>');
}


@keyframes floaty02 {

    40% {
        transform:  rotate(100deg);
    }
    90% {
        transform:  rotate(300deg);
    }
}




.marquee {
    background: var(--extra-color);
    color: #F5F1E8;
    overflow: hidden;
    padding: 18px 0;
    transform: rotate(0deg) scale(1.02);
    margin-block: -24px;
    position: relative;
    z-index: 5;
    border-block: 1px solid rgba(246, 241, 232, .1);
}

.marquee-track {
    display: flex;
    gap: 56px;
    width: max-content;
    animation: slide 30s linear infinite;
}

.marquee-track span {
    display: flex;
    align-items: center;
    gap: 56px;
    font-weight: 800;
    font-size: 1rem;
    white-space: nowrap;
}

.marquee-track i {
    font-style: normal;
    color: var(--secondary-color);
}


/* ---------- marquee ---------- */

.marquee-track{
    display:flex;
    gap:56px;
    width:max-content;
    animation:slide 30s linear infinite
}


@keyframes slide{
    to {
        transform:translateX(50%)
    }
}




/*banner*/



/*why us*/

.why-us{
    padding-block: 90px;
}

.philo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 84px;
    border-top: 1px solid #cecece;
}

.philo-item {
    padding: 40px 32px 8px;
    position: relative;
    border-bottom: 1px solid #cecece;
}

.philo-item::before {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    height: 1px;
    width: 0;
    background: #cecece;
    transition: width .6s;
}

.philo-item .num {
    font-size: .85rem;
    font-weight: 800;
    color: #cecece;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.philo-item {
    padding: 40px 32px 8px;
    position: relative;
    border-bottom: 1px solid #cecece;
}

.philo-item h3 {
    font-size: var(--title-size);
    font-weight: 800;
    margin-bottom: 8px;
}

.philo-item p {
    font-size: .9rem;
    line-height: 2;
}

.reveal.in {
    opacity: 1;
    transform: none;
}

.philo-item:hover::before {
    width: 100%;
    background: var(--primary-color);
}

.philo-item:hover .num{
    color: var(--primary-color);
}

.philo-item + .philo-item {
    border-right: 1px solid #cecece;
}

/*why us*/




/*about*/

.col-about-image{
    padding-right: 50px;
}

.about-image{
    position: relative;
}

.about-image::before{
    position: absolute;
    content: "";
    inset: -8% -10%;
    z-index: 0;
    background: #d5e2e5;
    border-radius: 58% 42% 55% 45% / 48% 55% 45% 52%;
    animation: blobMorpher 12s ease-in-out infinite alternate;
    opacity: .7;
}

.about-us-image {
    position: relative;
    z-index: 1;
    border-radius: 180px 180px 26px 26px;
    overflow: hidden;
    aspect-ratio: 4 / 4.6;
    border: 6px solid #fff;
    box-shadow: 0 34px 64px -24px rgba(46, 43, 34, .35);
}

.about-us-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.about-comments{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.each-comment{
    background-color: var(--white-color);
    border-radius: 25px;
    border: 1px solid #e3e3e3;
    padding: 30px;
    font-size: var(--text-size);
}

.comment-text p{
    color: var(--secondary-color);
}

.comment-name span{
    font-weight: 600;
    font-size: var(--small-size);
}

.comment-po span{
    font-weight: 400;
    font-size: var(--small-size);
    color: var(--secondary-color);
}

.about-row{
    padding-top: 40px;
}

.about-us{
    padding-block: 0 80px;
}



/*about*/




/*portfolio*/


.portfolio{
    padding-block: 20px 90px;
}

.portfolio-row{
    padding-top: 50px;
}

.each-portfolio{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 20px;
    height: 300px;
    border-radius: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    cursor: pointer;
}

.each-portfolio::before{
    position: absolute;
    content: "";
    border-radius: 20px;
    background-color: rgba(40, 37, 36, 0.71);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
}

.portfolio-content{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.portfolio-category span{
    color: var(--white-color);
    font-size: var(--text-size);
}

.portfolio-title *{
    color: var(--white-color);
    font-size: var(--title-size);
}


.each-portfolio:hover::before{
    background-color: rgba(40, 37, 36, 0.34);
    transition: .5s;
}


.work-arrow {
    width: 52px;
    height: 52px;
    flex: none;
    border-radius: 50%;
    border: 1.5px solid rgba(246, 241, 232, .35);
    display: grid;
    place-items: center;
    transition: all .45s cubic-bezier(.22, 1, .36, 1);
    transform: translateY(8px);
    opacity: 0;
    left: 20px;
    position: absolute;
}

.each-portfolio:hover .work-arrow {
    transform: none;
    opacity: 1;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

.work-arrow svg path{
    stroke: #fff;
}


/*portfolio*/

/*category*/


.pro_category{
    margin-block: 0 90px;
}


.all-cats{
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.each-cat{
    background: var(--white-color);
    border: 1px solid #cecece;
    border-radius: 24px;
    padding: 40px 28px 34px;
    position: relative;
    overflow: hidden;
    transition: transform .5s , box-shadow .5s , border-color .5s;
    display: flex;
    flex-direction: column;
}

.cat-icon{
    background-color: #f0e7dc;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: .5s;
}

.cat-icon svg path{
    stroke: var(--primary-color);
    transition: .5s;
}

.cat-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cat-title *{
    font-family: "VZ-Bold";
    font-size: var(--text-size);
}

.cat-text *{
    font-size: var(--small-size);
    color: #626262;
}

.cat-items{
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.each-cat-item{
    padding: 4px 15px;
    font-size: 11px;
    border-radius: 30px;
    border: 1px solid #cecece;
    transition: .5s;
}

.each-cat::after {
    content: '';
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    height: 4px;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s cubic-bezier(.22,1,.36,1);
}

.each-cat:hover::after {
    transform: scaleX(1);
}

.each-cat:hover{
    border: 1px solid var(--primary-color);
    transition: .5s;
}


.each-cat:hover .each-cat-item{
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    transition: .5s;
}


.each-cat:hover .cat-icon {
    background: var(--primary-color);
    color: #fff;
    transform: rotate(-8deg) scale(1.06);
    transition: .5s;
}

.each-cat:hover .cat-icon svg path{
    stroke: var(--white-color);
    transition: .5s;
}


/*category*/


















/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/

@media screen and (max-width: 1399px){
    .whole-experience{
        padding-inline: 113px;
    }
}

@media screen and (max-width: 1199px) {


    .philo-grid {
        grid-template-columns: 1fr;
    }

    .philo-item + .philo-item {
        border-right: unset;
    }


    .all-cats {
        flex-wrap: wrap;
    }

    .each-cat {
        width: 48%;
    }

    .small-title * {
        font-size: 14px;
    }

    .large-title * {
        font-size: 25px;
    }

    .banner-titles {
        display: flex;
        flex-direction: column;
        gap: 38px;
    }

    /*.bahar-title * {*/
    /*    font-size: 19px;*/
    /*    line-height: 34px;*/
    /*    margin-bottom: 25px;*/
    /*}*/

    /*.additional-title * {*/
    /*    font-size: 13px;*/
    /*}*/

    .ex-number {
        font-size: 27px;
    }

    .each-experience {
        gap: 18px;
    }

    .titles .baby-title h6 {
        font-size: 14px;
    }

    .titles .main-title h4 {
        font-size: 17px;
    }

    .each-project {
        /*padding-block: 87px;*/
        padding-inline: 80px;
        height: 305px;
    }

    .titles .baby-title h6 {
        font-size: 13px;
        margin-bottom: 24px;
        line-height: 24px;
    }

    .my-link .mylink * {
        font-size: 13px;
    }

}


@media screen and (max-width: 991px){


    .about-image::before {
        inset: -5% 16%;
    }

    .banner-image {
        height: 400px;
    }

    .col-banner-image {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .col-banner-image::after {
        width: 59px;
        height: 59px;
    }

    .col-banner-image::before {
        right: 45px;
    }

    .banner-novin {
        padding-top: 20px;
    }

    .novin-btn1 {
        padding: 8px 21px;
        font-size: var(--text-size);
    }

    .novin-btn2 {
        padding: 8px 21px;
        font-size: var(--text-size);
    }

    .banner-row {
        gap: 40px;
    }

    .each-project::before {
        opacity: 1;
    }

    .service-name h3 {
        font-size: 16px;
    }

    .service-p *{
        font-size: 14px;
    }

    .my-link .mylink * {
        font-size: 12px;
    }

    .whole-experience {
        padding-inline: 50px;
    }

    .large-title * {
        font-size: 22px;
    }

    .about-us-image {
        height: 400px;
    }

    .about-image {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media screen and (max-width: 767px){

    .philo-grid {
        margin-top: 24px;
    }

    .all-cats {
        margin-top: 20px;
    }

    .portfolio-row {
        padding-top: 18px;
    }

    .about-row {
        padding-top: 16px;
    }

    .col-about-image {
        padding-right: 15px;
    }

    .about-image::before {
        inset: -6% 9%;
    }


    .each-cat {
        width: 100%;
    }

    .large-title * {
        font-size: 19px;
        line-height: 27px;
    }

    .all-experiences {
        gap: 49px;
        flex-direction: column;
    }

    .whole-experience {
        padding-inline: 0;
    }

    .bahar-title * {
        /*font-size: 16px;*/
        margin-bottom: 14px;
    }

    .additional-title * {
        font-size: 12px;
    }

    .bahar-text p {
        font-size: 13px;
    }

    .ex-item * {
        font-size: 12px;
    }

    .ex-number {
        font-size: 22px;
    }

    .ex-icon svg{
        width: 36px;
        height: 36px;
    }

    .experience {
        padding-block: 45px;
    }

    .each-experience {
        gap: 9px;
    }

    .whole-feature {
        padding-block: 109px;
    }

    .products {
        padding-block: 45px;
    }

    .banner-novin::before{
        display: none;
    }

}

@media screen and (max-width: 575px){

    .cat-text * {
        margin-bottom: 0;
    }

    .cat-title * {
        margin-bottom: 0;
    }

    .banner-novin::after {
        width: 200px;
        height: 200px;
    }

    .philo-item .num {
        color: var(--primary-color);
    }

    .each-cat .cat-icon {
        background: var(--primary-color);
        color: #fff;
        transform: rotate(-8deg) scale(1.06);
        transition: .5s;
    }

    .each-cat {
        border: 1px solid var(--primary-color);
        transition: .5s;
    }

    .each-cat .cat-icon svg path {
        stroke: var(--white-color);
        transition: .5s;
    }

    .each-cat {
        background: #ede0d3;
    }

    .each-portfolio {
        padding: 24px 20px;
    }

    .each-cat::after {
        transform: scaleX(1);
    }

    .each-portfolio {
        height: 213px;
    }

    .about-us {
        padding-block: 0 45px;
    }

    .each-portfolio .work-arrow {
        transform: none;
        opacity: 1;
        background: var(--secondary-color);
        border-color: var(--secondary-color);
    }

    .work-arrow {
        width: 38px;
        height: 38px;
    }

    .work-arrow svg{
        width: 20px;
        height: 20px;
    }


    .about-image::before {
        inset: -2% 8%;
    }

    .portfolio {
        padding-block: 20px 34px;
    }

    .each-comment {
        padding: 19px;
    }

    .about-us-image {
        height: 300px;
    }

    .about-image{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }


    .about-row {
        padding-top: 10px;
    }

    .cat-icon svg{
        width: 26px;
        height: 26px;
    }

    .pro_category {
        margin-block: 0 40px;
    }

    .portfolio-row {
        padding-top: 17px;
    }


    .philo-grid {
        margin-top: 6px;
        border-top: unset;
    }

    .philo-item {
        padding: 16px 15px 8px;
    }

    .cat-icon {
        width: 55px;
        height: 55px;
    }

    .each-cat {
        padding: 26px 24px 28px;
    }

    .why-us {
        padding-block: 67px;
    }

    .all-cats {
        margin-top: 19px;
    }

    .banner-image {
        height: 322px;
    }

    .marquee {
        padding: 11px 0;
    }

    .each-project {
        padding-block: 0;
        padding-inline: 20px;
        height: 260px;
    }

    .titles .main-title h4 {
        font-size: 15px;
        line-height: 25px;
    }

    .titles .baby-title h6 {
        font-family: 'Darvish';
    }

    .products {
        padding-block: 45px 0;
    }

    .large-title * {
        font-size: 17px;
        line-height: 27px;
    }

    .video-banner video {
        height: 613px;
    }

    .experience .row{
        margin: 0;
    }

    .bahar-title * {
        /*font-size: 15px;*/
        margin-bottom: 14px;
        line-height: 28px;
    }

    .line-title {
        height: 44px;
        margin-block: 30px 30px;
    }


}


@media screen and (max-width: 425px){

    .each-project {
        height: 221px;
    }
    .col-project {
        margin-bottom: 13px;
    }


}


/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/









