#hero-home {
    padding: 87px 0;
    overflow: hidden
}

.hero-text h1 img {
    width: 99px;
    margin-left: 22px;
    color: #18191B;
}

.hero-text h1 {
    font-size: 56px;
    font-style: normal;
    font-weight: 900;
    display: flex;
    align-items: center;
}

.hero-subtext img:nth-child(1),
.hero-subtext img:nth-child(3) {
    position: absolute;
    right: 18px;
    top: 9px;
    width: 104px;
}

.hero-subtext {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 2.2;
}

.hero-subtext img:nth-child(2) {
    width: 70px;
    object-fit: contain;
}

.hero-subtext img:nth-child(3) {
    right: unset;
    bottom: 6px;
    left: 17px;
    top: unset;
}

@-moz-keyframes circleHeroAnim {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes circleHeroAnim {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes circleHeroAnim {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.hero-image .circle-hero {
    position: absolute;
    z-index: -5;
    left: -9%;
    top: -22%;
    -webkit-animation: circleHeroAnim 28s linear infinite;
    -moz-animation: circleHeroAnim 28s linear infinite;
    animation: circleHeroAnim 28s linear infinite;
}

.hero-image {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.hero-image .circle-bg {
    display: none;
}

.hero-desc {
    text-align: justify;
    color: var(--Surfaces-on-surface-var, #4C4D4F);
    /* text-align: right; */
    font-size: 20px;
}

.hero-buttons {
    gap: 24px;
    display: flex;
    z-index: 9;
}

.services-box {
    color: var(--Surfaces-on-surface, #18191B);
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px;
    border-radius: 16px;
    transition: 0.3s all;
}

.services-box svg {
    color: var(--prim-color);
    width: 32px;
    height: 32px;
}

.services-box>div {
    display: flex;
    align-items: center;
}

.services-box .image-label {
    margin-right: 22px;
    position: relative;
    font-size: 1.15rem;
}

.services-box .image-label:before {
    content: "";
    border-radius: 50px;
    background: #FFEDE8;
    position: absolute;
    right: -16px;
    width: 10px;
    height: 10px;
    z-index: -1;
    transition: 0.3s all;
}

#services {
    padding: 75px 0;
}

#services h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    font-size: 2.32rem;
}

.services-box:hover {
    background-color: #FFEDE8;

}

.services-box:hover .image-label:before {
    width: 45px;
    height: 45px;
    right: -60px;
    z-index: 1;
    background: rgba(255, 97, 54, 0.25);
}

section#price-list {
    background: var(--Surfaces-Surface-Dim, #F9FAFC);
    padding: 62px 0;
    width: 100%;
}

section#price-list span.card-price__price.sale-wrap del {
    color: #D63636;
    font-size: 24px;
    font-family: "Yekan Bakh FaNum";
    text-align: left;
}

section#price-list span.card-price__price.sale-wrap {
    display: flex;
    flex-direction: column;
}

section#price-list span.card-price__price.sale-wrap ins
{
    line-height:1;
}

section#price-list h2 {
    margin-bottom: 87px;
    font-size: 36px;
    font-weight: 700;
    line-height: 56px;
    color: #000000;
}

#price-list .swiper-slide {
    border-radius: 24px;
    border: 2px solid var(--Primary-90, #FFDDD3);
    overflow: hidden;
}

.package-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 32px;
}

span.card-price__price {
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    font-family: Yekan Bakh FaNum;
}

.card-price {
    justify-content: center;
    gap: 12px;
}

span.currency {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.48px;
    font-style: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

span.currency i {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

ul.price-list svg {
    display: inline;
    width: 24px;
    height: 24px;
}

ul.price-list i {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.price-list li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.16px;
}

ul.price-list {
    gap: 16px;
    display: flex;
    flex-direction: column;
}

ul.price-list li b {
    margin: 0px 0px 0 6px;
}

.card-image img {
    max-width: 130px;
    margin: 0 auto;
    display: block;
    height: 130px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

#price-list a {
    max-width: 168px;
    margin: 0 auto;
}

body.open-header-side-menu .hero-buttons {
    z-index: 0;
}

#price-list a.btn-site-main-outline svg {
    width: 20px;
    height: 20px;
    color: #ff6137;
}

.swiper-slide.highlight a {
    box-shadow: -11px 12px 32.6px -13px rgba(181, 39, 0, 0.25);
}

.swiper-slide.highlight {
    border: 2px solid var(--Primary-outline-primary, #FFDDD3);
    background: var(--Primary-98, #FFF8F6);
}

@keyframes move {

    0% {
        transform: translateX(0%) rotate(0deg);
    }

    25% {
        transform: translateX(50%) rotate(80deg);
    }

    70% {
        transform: translateX(-50%) rotate(-80deg);
    }

    100% {
        transform: translateX(0%) rotate(0deg);
    }
}

#price-list .swiper-slide {
    position: relative;
}

#price-list .swiper-slide:before {
    content: "";
    background-image: url("https://www.amootsms.com/wp-content/themes/amootsms/assets/images/packages/elips%20blur.png");
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    filter: blur(4px);
    z-index: -1;
    opacity: 0;
    transition: 1s all;
}

#price-list .swiper-slide:hover::before {
    animation: move 20s linear infinite;
    opacity: 1;
}

.achivments .achivment-item {
    overflow: hidden;
    padding: 3px;
    margin: 0;
    background: #ffffff29;
    border-radius: 10px;
    position: relative;
    transition: all 300ms ease-in-out;
    backdrop-filter: blur(4px);
    padding: 24px 20px;
}

.blob {
    filter: blur(40px);
    position: absolute;
    z-index: -1;
    top: 0;
    opacity: 0;
    left: 0;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgb(255 97 54 / 9%);
    transition: all 300ms ease-in-out;
}

.fakeblob {
    display: hidden;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.achivments {
    padding: 118px 0;
}

.achivments h2 {
    display: block;
    width: 100%;
    margin-bottom: 36px;
    color: var(--Surfaces-on-surface, #18191B);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: var(--peyda, 'Peyda');
}

.achivments .image-achivment {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}

.achivments .achivment-item:hover {
    box-shadow: 0px 7px 17.8px -4px rgba(0, 0, 0, 0.10);
}



.achivments .content p {
    color: var(--Surfaces-on-surface, #18191B);
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}


.banner-free-signup .container {
    border-radius: 36px;
    background: var(--Secondary-Secondary-Container, #EFFFFE);
    height: 172px;
    position: relative;
}


.banner-free-signup {
    padding-block: 120px 0;
    position: relative;
}

.banner-free-signup .row {
    flex-wrap: nowrap;
}

.banner-free-signup img {
    height: 206px;
    width: 179px;
    /* object-fit: cover; */
    position: absolute;
    top: -31px;
}

.banner-free-signup a {
    border-radius: 36px;
    background: var(--Secondary-On-Secondary-Container, #001312);
    display: inline-flex;
    padding: 12px 24px 12px 16px;
    align-items: center;
    gap: 8px;
    color: #fff;
    transition: 0.3s all;
}

.banner-free-signup a:hover {
    border-radius: 16px;
    background: #D93B10;
}

.banner-free-signup .container>div>div:nth-child(2) p:first-child {
    color: var(--Secondary-On-Secondary-Container, #001312);
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    margin: 0;
}

.banner-free-signup .container>div>div:nth-child(2) p:last-child {
    color: var(--Secondary-On-Secondary-Container, #001312);
    text-align: center;
    font-family: Peyda;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 16px 0 0;
}

.banner-free-signup .container>div>div {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.video-wrapper {
    max-width: 100%;
}

video {
    max-width: 100%;
    height: auto;
}

.video-wrapper {
    position: relative;
    box-shadow: 2px 2px 20px red;
    padding-bottom: 27px;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25), 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    padding-top: 33px;
    justify-content: center;
    display: flex;
    align-items: end;
}

.video-wrapper:before {
    content: "";
    width: 102%;
    height: 40px;
    background-image: var(--bg-video-top);
    display: block;
    top: 0;
    position: absolute;
    top: -6px;
    left: -5px;
}

/* .video-wrapper:after {
    content: "";
    width: 100%;
    height: 40px;
    background-image: var(--bg-video-bottom);
    display: block;
    bottom: 0;
    position: absolute;
    bottom: -32px;
} */

.video-playlist {
    position: absolute;
    /* display: none; */
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    gap: 10px;
    bottom: -44%;
}

.video-features {
    padding: 120px 0 250px;
    overflow: hidden;
}

.video-features .video-column {
    position: relative;
}

.video-features .video-column:before {
    content: "";
    background: var(--bg-star-side);
    position: absolute;
    left: -14%;
    width: 160px;
    height: 100%;
    top: 20%;
}


.video-features .video-item-playlist {
    border-radius: 10px;
    background: linear-gradient(0deg, rgb(255 255 255 / 58%) 0%, rgba(255, 255, 255, 0.61) 100%), #ffffffad 0% 0% / 40.625px 40.625px repeat;
    box-shadow: 0px 7px 22.7px -4px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(8px);
    padding: 16px;
}

.sms-badge {
    border-radius: 4px;
    display: inline-block;
    padding: 2px 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px;
}

span.h2 {
    width: 100%;
    display: block;
    margin: 20px 0 8px;
    color: var(--Surfaces-on-surface, #18191B);
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.green-badge {
    background: var(--Green-100, #DCFCE7);
    color: var(--Green-800, #166534);
}

.blue-badge {
    background: var(--Blue-100, #DBEAFE);
    color: var(--Blue-800, #1E40AF);
}

.red-badge {
    background: var(--Pink-100, #FCE7F3);
    color: var(--Pink-800, #9D174D);
}

.video-features .video-item-playlist p {
    color: var(--Surfaces-on-surface-var, #4C4D4F);
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    text-align: justify;
}

.btn-site-main-light {
    border-radius: 36px;
    background: var(--Primary-Primary-Container, #FFEDE8);
    display: flex;
    padding: 8px 16px 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Primary-Primary, #FF6137);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    transition: 0.3s all;
}

.btn-site-main-light svg {
    color: var(--Primary-Primary, #FF6137);
    width: 20px;
    height: 20px;
}

.btn-site-main-link:hover {
    border-radius: 16px;
    background: rgba(255, 237, 232, 0.44);
    box-shadow: 0px 7px 17.8px -4px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(16.25px);
}

a.btn-site-main-light:hover {
    border-radius: 12px;
    background: var(--Surfaces-Surface-Container-Highest, #FF6137);
    box-shadow: 0px 7px 17.8px -4px rgba(0, 0, 0, 0.10);
    color: #fff;
}

a.btn-site-main-light:hover svg {
    color: #fff;
}




.btn-site-main-link {
    border: none;
    display: inline-flex;
    padding: 8px 16px 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Primary-Primary, #FF6137);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    transition: 0.3s all;
}

.btn-site-main-link svg {
    color: var(--Primary-Primary, #FF6137);
    width: 20px;
    height: 20px;
}

.video-features .content-video {
    z-index: 5;
    margin-right: auto;
}

.play-button {
    position: absolute;
    left: auto;
    right: auto;
    top: 34%;
    background: transparent !important;
    width: 100px;
    border: none;
    height: 100px;
    cursor: pointer;
    z-index: 2;
}

.play-button svg {
    width: 100%;
    height: 100%;
    color: rgb(255 255 255);
}

.video-wrapper-inner {
    display: flex;
    justify-content: center;
}

section#karbord-section {
    background-image: linear-gradient(180deg, #008FA0 0%, #20BCCE 42%, rgba(255, 252, 253, 0.08) 92.3%) !important;
}

section#karbord-section .text-white {
    color: #fff !important;
}

.message-simple-item {
    display: flex;
    flex-direction: column;
    text-align: justify;
    color: var(--Surfaces-on-surface-var, #4C4D4F);
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: 30px;
    /* 187.5% */
    border-radius: 12px;
    background: var(--Surfaces-Surface, #FFF);
    box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.25);
    padding: 24px 32px 32px;
    margin-bottom: 10px;
}

.message-simple-item .badge-row {
    display: flex;
    justify-content: flex-end;
}

.message-simple-item .badge-row .badge {
    border-radius: 48px;
    background: var(--Surfaces-Surface-Dim, #F9FAFC);
    color: var(--Neutral-Variant-40, #656668);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 2px 12px;
}

.message-simple-item .highlight {
    color: #B52700;
}

div#simple-sms {
    background: #F9FAFC;
    box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.25);
    padding: 59px 0 100px;
    overflow: hidden;
}

.cta-simple-message {
    margin-bottom: 59px;
}

.message-simple-item .copybox {
    display: inline-flex;
    margin-right: auto;
    gap: 8px;
    font-size: 12px;
    opacity: 0;
    transition: 0.3s all;
}

.message-simple-item .copybox svg {
    width: 20px;
}

.message-simple-item:hover .copybox {
    opacity: 0.5;
}

.message-simple-item:hover .copybox.ok {
    opacity: 1;
}

div#webservice-capability {
    padding: 117px 0;
    overflow: hidden;
}

div#webservice-capability>div>div {
    align-items: center;
}

div#webservice-capability ul li {
    /* padding: 20px 30px 20px 24px; */
    position: relative;
}

li.webservice-list-item-link {
    position: relative;
}

li.webservice-list-item-link a {
    position: relative;
    display: inline-flex;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 36px;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border-color: #FF6137;
    background: #fffcfc00;
    color: #000000;
    /* border: 1px solid; */
    transition: 0.3s all;
    padding: 22px 42px 22px 36px;
    border-radius: 16px;
    width:212px;
}

li.webservice-list-item-link a:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    background: #FFEDE8;
    border-radius: 50px;
    line-height: 1;
    right: 23px;
    top: 23px;
    transition: 0.3s all;
    /* z-index: -1; */
}

li.webservice-list-item-link a:hover::before {
    background: #FF6136;
}

li.webservice-list-item-link a:hover {
    background: linear-gradient(90deg, rgba(255, 237, 232, 0.44) 0%, rgba(255, 222, 213, 0.44) 100%);
}

.orange-banner {
    border-radius: 16px;
    background: var(--Primary-Primary-Container, #FFEDE8);
    padding: 1rem;
    display: flex;
}

.center-banner {
    align-items: center;
    justify-content: center;
}

.orange-banner img {
    width: 160px;
    height: 160px;
    display: block;
    object-fit: contain;
    top: -26px;
    position: relative;
    left: -12px;
}

.orange-banner span,
.green-banner span {
    color: var(--Gray-1, #333);
    text-align: right;
    font-family: Peyda;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.orange-banner svg,
.green-banner span {
    margin: 12px;
}

.green-banner {
    border-radius: 16px;
    background: var(--Secondary-Secondary-Container, #EFFFFE);
    display: flex;
    width: 100%;
}

div#banner-grid {
    padding: 40px 0;
}


.accordion button {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    padding: 1em 0;
    color: #000;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

.accordion button .accordion-title {
    padding: 5px 0 5px 10px;
    font-family: "Yekan Bakh VF";
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion-item {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.25);
}

.faqs h4 {
    color: var(--On-Surface, #2A2A2A);
    text-align: right;
    /* Heading/medium */
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: var(--peyda, 'Peyda');
}

.faqs {
    padding: 50px 0 80px;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion button[aria-expanded=true] {
    color: var(--prim-color);
}

.accordion button {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.accordion button[aria-expanded=true] svg {
    transform: rotate(45deg);
}

.accordion button svg {
    transition: 0.3s all;
}

div#posts h3 {
    /* margin-bottom: 66px; */
    color: var(--Gray-1, #333);
    text-align: right;
    font-family: Peyda;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blog-post {
    display: flex;
    width: 443px;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.blog-post img {
    border-radius: 32px;
    background: lightgray -66.421px -29.071px / 136.46% 131.68% no-repeat;
    overflow: hidden;
}

.blog-post>a>p {
    overflow: hidden;
    color: var(--On-Surface, #2A2A2A);
    text-align: right;
    text-overflow: ellipsis;

    /* Title/medium */
    font-family: "Yekan Bakh VF";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blog-post>a>div {
    overflow: hidden;
    color: var(--On-Surface, #2A2A2A);
    text-align: justify;
    text-overflow: ellipsis;
    /* Body/medium */
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
}


@keyframes orbit {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes orbitReverse {
    0% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.circle-wrap-animation {
    padding: 0;
    position: relative;
    margin-right: auto;
    height: 100%;
    width: auto;
    height: 618px;
}

.deep-0-circle {
    width: 250px;
    height: 250px;
    border: 2px dashed rgba(0, 0, 0, 0.25);
    border-radius: 900px;
    position: absolute;
    top: 24%;
    left: 20%;
    border-radius: 50%;
    /* transform-style: preserve-3d; */
    animation-name: orbit;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 80s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.deep-1-circle {
    width: 350px;
    height: 350px;
    margin-top: -4.5em;
    margin-left: -5em;
    border: 2px dashed rgba(0, 0, 0, 0.25);
    border-radius: 900px;
    position: absolute;
    top: 26%;
    left: 23%;
    border-radius: 50%;
    transform-style: preserve-3d;
    animation-name: orbit;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 50s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.deep-2-circle {
    width: 468px;
    height: 468px;
    margin-top: -12em;
    margin-left: -12em;
    border: 2px dashed rgba(0, 0, 0, 0.25);
    border-radius: 900px;
    position: absolute;
    top: 33%;
    left: 30%;
    border-radius: 50%;
    transform-style: preserve-3d;
    animation-name: orbit;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 52s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.circle-small {
    width: 14px;
    height: 14px;
    border-radius: 200px;
    left: 8px;
    position: relative;
}

.circle-medium {
    width: 36px;
    height: 36px;
    border-radius: 200px;
    left: -15px;
    position: relative;
}

.circle-large {
    width: 48px;
    height: 48px;
    border-radius: 200px;
    left: -5%;
    position: relative;
    top: 74%;
}

.okhravi {
    background-color: #EAA800;
}

.sabzAvanak {
    background-color: #42BFB9;
}

.narengiSMS {
    background-color: var(--prim-color);
    top: 10px;
}

.circle-wrap-animation .relative {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 500px;
}

.circle-wrap-animation .relative>div:nth-child(1) {
    position: absolute;
    top: 50%;
    left: -7px;
    animation-name: orbitReverse;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 52s;

}

.circle-wrap-animation .relative>div:nth-child(2) {
    position: absolute;
    top: 6%;
    left: 86px;
    animation-name: orbitReverse;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 52s;
}

.bubble-pos-absolute {
    position: absolute;
    top: -39px;
    max-width: 200px;
    border-radius: 24px 24px 24px 0px;
    background: #FFF;
    box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.20);
    padding: 6px 36px;
    white-space: nowrap;
    left: 9px;
}

.circle-wrap-animation .relative>div:nth-child(3) {
    position: absolute;
    top: 12%;
    left: 83%;
    animation-name: orbitReverse;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 52s;
}

.circle-wrap-animation .relative>div:nth-child(4) {
    position: absolute;
    top: 73%;
    left: 89%;
    animation-name: orbitReverse;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 52s;
}

.circle-wrap-animation .relative>div:nth-child(5) {
    position: absolute;
    top: 96%;
    left: 46%;

    animation-name: orbitReverse;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 52s;
}

.circle-wrap-animation .deep-0-circle>div {
    animation-name: orbitReverse;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 80s;
}

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

    #hero-home {
        padding: 47px 0 0
    }

    .hero-image .circle-hero {
        left: 0%;
        top: -22%;
    }

    div#webservice-capability .row.nowrap.sm-wrap .content-inner .row.nowrap {
        flex-direction: column;
    }

    div#webservice-capability .row.nowrap.sm-wrap .content-inner .row.nowrap ul {
        margin: 0;
    }

    li.webservice-list-item-link a {
        padding: 5px 30px;
    }

    li.webservice-list-item-link a:before {
        right: 7px;
        top: 9px;
    }

    .hero-buttons {
        gap: 14px;
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        padding: 12px;
        border-radius: 24px 24px 0px 0px;
        background: rgba(255, 255, 255, 0.64);
        box-shadow: 0px -10px 18.6px -9px rgba(0, 0, 0, 0.16);
        backdrop-filter: blur(18px);
        justify-content: center;
    }

    .hero-buttons a {
        font-size: 0.8rem
    }

    .hero-text h1 {
        font-size: 32px;
    }

    .hero-text h1 img {
        width: 76px;
        margin-left: 14px;
    }

    .hero-image {
        display: flex;
        justify-content: center;
        position: relative;
    }

    .hero-image .circle-bg {
        display: block;
        position: absolute;
        z-index: -2;
        left: 0;
        width: 100%;
        bottom: 27%;
    }

    #hero-home {
        background-image: none !important;
    }

    .hero-subtext img:nth-child(1),
    .hero-subtext img:nth-child(3) {
        position: absolute;
        right: 6px;
        top: 9px;
        width: 52px;
    }

    .hero-subtext img:nth-child(3) {
        right: unset;
        bottom: 7px;
        left: 3px;
        top: unset;
    }

    .hero-subtext img:nth-child(2) {
        width: 42px;
        object-fit: contain;
    }

    .hero-subtext {
        font-size: 22px;
    }

    .hero-desc {
        font-size: 16px;
    }

    #services h2 {
        margin-bottom: 48px;
        font-size: 1.62rem
    }

    .services-box {
        flex-direction: column;
        justify-content: center;
        background: #F9FAFC;
        padding: 12px 0;
        border-radius: 16px;
        height: 100%;
    }

    


    .services-box:hover {
        background: #FFF8F6;
    }



    .services-box .image-label {
        justify-content: center;
        display: flex;
        text-align: center;
        margin: 0;
        font-size: 1rem;
    }

    .services-box .image-label:before {
        display: none;
    }

    .services-box .image-service {
        margin-bottom: 8px;
    }

    .services-box svg {
        background: #FFEDE8;
        border-radius: 50px;
        padding: 5px;
    }

    section#price-list {
        overflow: hidden;
    }

    button.price-list-toggle-mobile {
        display: flex;
        width: 36px;
        height: 36px;
        padding: 4px 4px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        flex-shrink: 0;
        border-radius: 36px;
        background-color: var(--Primary-outline-primary, #FFDDD3) !important;
        border: none;
        margin: 12px auto;
    }

    button.price-list-toggle-mobile svg {
        /* conflict for home price button */
        color: var(--prim-color);
        /* color: #fff !important; */
    }

    ul.price-list {
        transition: 0.3s all;
        max-height: 0px;
        overflow: hidden;
    }

    .card-image {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .card-image img,
    .card-image p {
        display: flex;
        max-width: 100px;
        aspect-ratio: 1/1;
        object-fit: contain;
        width: 100%;
        margin: 0;
        line-height: 1;
        align-items: center;
    }

    #price-list .swiper-slide {
        min-width: 260px;
        padding: 23px 10px 32px;
        overflow: visible;
    }

    #price-list span.card-price__price {
        font-size: 36px;
    }

    #price-list span.currency i {
        font-size: 20px;
    }

    #price-list .card-price {
        margin: 12px auto 20px;
    }

    #price-list .price-list-toggle-mobile {
        position: absolute;
        left: 45%;
        bottom: -31px;
    }

    #price-list .swiper-container {
        padding: 20px 0 30px;
    }

    #price-list .swiper-pagination.swiper-pagination-bullets {
        position: relative;
        margin: 0 auto;
        text-align: center;
        margin-top: 30px;
    }

    #price-list .swiper-pagination-bullet {
        background: var(--prim-color);
    }

    section#price-list h2 {
        margin-bottom: 30px;
    }

    .banner-free-signup .container {
        height: auto;
    }

    .banner-free-signup .row div:last-child {
        width: 100%;
        flex-basis: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;
        margin-right:5%;
    }


    .achivments .row:nth-child(2) {
        gap: 0;
    }

    .achivments .row:nth-child(2)>.achivment-item:nth-child(1),
    .achivments .row:nth-child(2)>.achivment-item:nth-child(2) {
        border-bottom: 1px solid;
        border-radius: 0;
        border-color: rgba(0, 0, 0, 0.25);
    }

    .achivments .row:nth-child(2)>.achivment-item:nth-child(1),
    .achivments .row:nth-child(2)>.achivment-item:nth-child(3) {
        border-left: 1px solid;
        border-radius: 0;
        border-color: rgba(0, 0, 0, 0.25);
    }

    .achivments .achivment-item {
        padding: 10px;
        text-align: center;
        justify-content: center;
    }

    .achivments .achivment-item .image-achivment,
    .achivments .content p {
        justify-content: center;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

    .achivments h2 {
        font-size: 20px;
    }

    section#price-list,
    #services,
    .achivments {
        padding: 30px 0;
    }

    .banner-free-signup {
        padding: 40px 0 40px;
    }

    .video-features {
        padding: 40px 0 50px;
    }

    div#simple-sms {
        padding: 40px 0 40px;
        display: none;
    }

    div#webservice-capability {
        padding: 40px 0;
    }

    div#banner-grid {
        padding: 0 0 40px;
    }

    .banner-free-signup .container {
        padding-block: 36px 0;
    }

    .banner-free-signup img {
        width: 100px;
        height: 80px;
        top: 0;
    }

    .banner-free-signup .container>div>div:nth-child(2) p:first-child {
        color: var(--Secondary-On-Secondary-Container, #001312);
        text-align: center;
        font-family: Peyda;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
    }

    .banner-free-signup .container>div>div:nth-child(2) p:last-child {
        color: var(--Secondary-On-Secondary-Container, #001312);
        text-align: center;
        font-family: "Yekan Bakh VF";
        font-size: 16px;
        font-style: normal;
        font-weight: 325;
        line-height: normal;
    }

    .video-wrapper-inner {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .video-playlist {
        position: relative;
        bottom: 0;
        margin-top: 1rem;
        width: 100%;
        flex-wrap: wrap;
    }

    .video-features .video-item-playlist {
        width: 100%;
    }

    .video-features .video-item-playlist:nth-child(1),
    .video-features .video-item-playlist:nth-child(2) {
        width: 48%;
    }

    .video-features .video-item-playlist p,
    .video-features .video-item-playlist a {
        display: none;
    }

    .video-playlist .h2 {
        font-size: 16px;
    }

    .sms-badge {
        font-size: 12px;
    }

    div#webservice-capability>div>div>div>div ul {
        width: 50%;
        font-size: 12px;
    }

    /* div#webservice-capability>div>div>div>div li {
        padding: 20px 20px 20px 10px;
    } */

    .circle-wrap-animation {
        width: 100%;
        height: 408px;
        overflow: hidden;
    }

    .deep-0-circle {
        width: 100px;
        height: 100px;
        top: 150px;
        left: 38%;
    }

    .circle-big {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .deep-1-circle {
        width: 150px;
        height: 150px;
        top: 31.5%;
        left: 48.5%;
        display: none;
    }

    .deep-2-circle {
        width: 250px;
        height: 250px;
        top: 242px;
        left: 62.5%;
    }

    .circle-wrap-animation .relative>div:nth-child(2) {
        left: 10%;
    }

    .orange-banner span,
    .green-banner span {
        font-size: 12px;
        font-weight: 600;
    }

    .orange-banner img,
    .green-banner img {
        width: 100px;
        height: 100px;
        margin-bottom: 14px;
        object-fit: contain;
        top: unset;
        position: relative;
        left: unset
    }

    .orange-banner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .orange-banner svg,
    .green-banner svg {
        display: none;
    }

    .green-banner {
        flex-direction: row-reverse;
    }

    .orange-banner,
    .green-banner {
        padding: 1.2rem;
    }


    .blog-post {
        border-radius: 32px;
        background: var(--Surfaces-Surface-Dim, #F9FAFC);
    }

    div#posts h3 {
        color: var(--Surfaces-on-surface, #18191B);
        text-align: right;
        font-family: Peyda;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 18px;
    }

    div#posts a.btn-site-main-link {
        padding: 8px 0 !important;
        gap: 3px !important;
    }

    div#posts .row {
        gap: 10px;
    }

    .top-row>div:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .top-row {
        padding: 0px 0 0px;
    }

    .top-row:last-child {
        margin-bottom: 80px;
    }

    .top-row:first-child {
        padding-top: 30px;
    }

    .video-features .video-column:before {
        display: none;
    }

}