/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
    position: relative;
    display: block;
    padding: 80px 0 120px;
    z-index: 1;
}

.why-choose-one.pdt120 {
    padding-top: 120px;
}

.why-choose-one__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.06;
    z-index: -1;
}

.why-choose-one__left {
    position: relative;
    display: block;
    margin-right: 100px;
}

.why-choose-one__left .section-title {
    margin-bottom: 20px;
}

.why-choose-one__text {
    margin-bottom: 27px;
}

.why-choose-one__list {
    position: relative;
    display: block;
}

.why-choose-one__list li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.why-choose-one__list li+li {
    margin-top: 40px;
}

.why-choose-one__list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.why-choose-one__list li:hover .icon {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.why-choose-one__list li .icon img {
    width: auto;
}

.why-choose-one__list li .content {
    position: relative;
    display: block;
}

.why-choose-one__list li .content p {
    font-size: 20px;
    color: var(--finris-black);
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 3px;
}

.why-choose-one__list li .content p a {
    color: var(--finris-black);
}

.why-choose-one__list li:hover .content p a {
    color: var(--finris-base);
}

.why-choose-one__right {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-one__circle {
    position: absolute;
    top: 48px;
    right: 100px;
    height: 448px;
    width: 448px;
    border-radius: 50%;
    border: 2px dashed var(--finris-base);
    transform: rotate(0deg);
    z-index: -1;
}

.why-choose-one__content-one {
    position: relative;
    display: block;
}

.why-choose-one__img-one {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    z-index: 1;
}

.why-choose-one__img-one::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.why-choose-one__img-one:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.why-choose-one__img-one img {
    width: 100%;
    border-radius: 16px;
    transition: .5s ease;
    transform: scale(1.05);
}

.why-choose-one__img-one:hover img {
    transform: scale(1);
}

.why-choose-one__content-two {
    position: relative;
    display: block;
    margin-top: 27px;
}

.why-choose-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    width: 68px;
    border: 2px solid rgba(var(--finris-base-rgb), .15);
    background-color: var(--finris-white);
    border-radius: 50%;
    margin-left: 38px;
    margin-bottom: 38px;
    animation: topBottom 3s ease-in-out infinite;
}

.why-choose-one__icon img {
    width: auto;
}

.why-choose-one__img-two {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    z-index: 1;
}

.why-choose-one__img-two::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.why-choose-one__img-two:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.why-choose-one__img-two img {
    width: 100%;
    border-radius: 16px;
    transition: .5s ease;
    transform: scale(1.05);
}

.why-choose-one__img-two:hover img {
    transform: scale(1);
}

.why-choose-one__round-text-box {
    position: relative;
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: var(--finris-base);
    margin-top: 20px;
    margin-left: 105px;
    z-index: 5;
}

.why-choose-one__round-text-box-inner {
    position: relative;
    display: block;
    width: 180px;
    height: 180px;
}

.why-choose-one__curved-circle {
    position: absolute;
    top: 4px;
    left: 0px;
    bottom: 0;
    right: 0;
    color: var(--finris-white);
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: -1px;
    transform: rotate(0deg);
    height: 170px !important;
    font-family: var(--finris-font-two);
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
    position: relative;
    display: block;
    padding: 120px 0 0;
    overflow: hidden;
    z-index: 1;
}

.why-choose-two__shape-bg {
    position: absolute;
    top: 116px;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .10;
    z-index: -1;
}

.why-choose-two__star {
    position: absolute;
    top: 150px;
    right: 83px;
    z-index: -1;
}

.why-choose-two__star img {
    width: auto;
}

.why-choose-two__left {
    position: relative;
    display: block;
    margin-top: 57px;
}

.why-choose-two__review {
    position: relative;
    display: block;
    margin-bottom: 28px;
    margin-left: 15px;
    z-index: 1;
}

.why-choose-two__review:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -15px;
    height: 70px;
    width: 70px;
    background-color: #FFFBF2;
    border-radius: 50%;
    z-index: -1;
}

.why-choose-two__review-shape {
    position: relative;
    display: block;
}

.why-choose-two__review-shape img {
    width: auto;
}

.why-choose-two__review-count-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}

.why-choose-two__review-count {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-two__review-count p {
    font-weight: 500;
}

.why-choose-two__count-letter {
    font-weight: 500;
}

.why-choose-two__review-count-text {
    font-weight: 500;
}

.why-choose-two__rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border: 1px solid var(--finris-bdr-color);
    border-radius: 8px;
    max-width: 185px;
    width: 100%;
    padding: 6px 15px 8px;
    background-color: var(--finris-white);
    margin-left: 15px;
    z-index: 2;
}

.why-choose-two__rating-count {
    position: relative;
    display: flex;
    align-items: center;
    top: 3px;
}

.why-choose-two__rating-count p {
    font-size: 30px;
    font-weight: 400;
    color: var(--finris-black);
    line-height: 30px;
    font-family: var(--finris-font-two);
    text-transform: uppercase;
}

.why-choose-two__rating-count-letter {
    font-size: 30px;
    font-weight: 400;
    color: var(--finris-black);
    line-height: 30px;
    font-family: var(--finris-font-two);
    text-transform: uppercase;
}

.why-choose-two__rating-content {
    position: relative;
    display: block;
}

.why-choose-two__star-rating {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    direction: rtl;
}

.why-choose-two__star-rating input[type="radio"] {
    display: none;
}

.why-choose-two__star-rating label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: var(--finris-primary);
    font-size: 24px;
    padding: 0 1px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.why-choose-two__star-rating input[type="radio"]:checked~label {
    color: var(--finris-base);
}

.why-choose-two__star-rating label:hover,
.why-choose-two__star-rating label:hover~label {
    color: var(--finris-base);
}

.why-choose-two__rating-text {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    position: relative;
    display: block;
    margin-top: -5px;
}

.why-choose-two__img-box {
    position: relative;
    display: block;
    margin-top: -125px;
}

.why-choose-two__img {
    position: relative;
    display: block;
}

.why-choose-two__img img {
    width: 100%;
    animation: leftRight 4s ease-in-out infinite;
}

.why-choose-two__shape-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 520px;
    height: 520px;
    background: rgba(122, 86, 250, 0.04);
    border-radius: 50%;
    top: 70px;
    left: 0;
}

.why-choose-two__shape-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 438px;
    height: 438px;
    background: rgba(122, 86, 250, 0.04);
    border-radius: 50%;
}

.why-choose-two__shape-2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 355px;
    height: 355px;
    background: rgba(122, 86, 250, 0.04);
    border-radius: 50%;
}

.why-choose-two__right {
    position: relative;
    display: block;
    margin-right: 100px;
}

.why-choose-two__right .section-title-two {
    margin-bottom: 23px;
}

.why-choose-two__points {
    position: relative;
    display: block;
    margin-top: 38px;
    margin-left: 110px;
}

.why-choose-two__points li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.why-choose-two__points li+li {
    margin-top: 34px;
}

.why-choose-two__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    border: 1px solid var(--finris-bdr-color);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.why-choose-two__points li .icon:before {
    content: "";
    position: absolute;
    bottom: -14px;
    right: -14px;
    height: 48px;
    width: 48px;
    background-color: rgba(var(--finris-base-rgb), .20);
    border-radius: 50%;
    z-index: -1;
}

.why-choose-two__points li .icon img {
    width: auto;
    -webkit-transition: all 0.90s ease;
    -o-transition: all 0.90s ease;
    transition: all 0.90s ease;
}

.why-choose-two__points li:hover .icon img {
    transform: scale(.9) translateX(2px);
}

.why-choose-two__points li .content {
    position: relative;
    display: block;
    max-width: 342px;
    width: 100%;
}

.why-choose-two__points li .content h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    font-family: var(--finris-font);
    margin-bottom: 2px;
}

.why-choose-two__points li .content h4 a {
    color: var(--finris-black);
}

.why-choose-two__points li .content h4 a:hover {
    color: var(--finris-base);
}

/*--------------------------------------------------------------
# Why Choose Three
--------------------------------------------------------------*/
.why-choose-three {
    position: relative;
    display: block;
    padding: 90px 0 180px;
    z-index: 1;
}

.why-choose-three__left {
    position: relative;
    display: block;
    margin-left: 48px;
    margin-right: 69px;
    margin-top: 35px;
}

.why-choose-three__img-box {
    position: relative;
    display: block;
}

.why-choose-three__review-box {
    position: absolute;
    top: -45px;
    left: -48px;
    height: 195px;
    width: 195px;
    background-color: var(--finris-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.why-choose-three__review-count {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

.why-choose-three__review-count h4 {
    font-size: 40px;
    font-weight: 700;
    color: var(--finris-white);
    line-height: 40px;
    font-family: var(--finris-font);
}

.why-choose-three__review-count-plus {
    font-size: 40px;
    font-weight: 700;
    color: var(--finris-white);
    line-height: 40px;
}

.why-choose-three__review-count-text {
    font-size: 14px;
    line-height: 14px;
    color: var(--finris-white);
}

.why-choose-three__complete-project-box {
    position: absolute;
    bottom: -60px;
    right: 0px;
    height: 245px;
    width: 245px;
    background-color: rgba(var(--finris-base-rgb), .80);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.why-choose-three__complete-project-count {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

.why-choose-three__complete-project-count h4 {
    font-size: 48px;
    font-weight: 700;
    color: var(--finris-white);
    line-height: 48px;
    font-family: var(--finris-font);
}

.why-choose-three__complete-project-count-plus {
    font-size: 48px;
    font-weight: 700;
    color: var(--finris-white);
    line-height: 48px;
}

.why-choose-three__complete-project-count-text {
    font-size: 16px;
    line-height: 16px;
    color: var(--finris-white);
}

.why-choose-three__shape-2 {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 1;
}

.why-choose-three__shape-2 img {
    width: auto;
}

.why-choose-three__shape-3 {
    position: absolute;
    top: 15px;
    right: -8px;
    z-index: 1;
}

.why-choose-three__shape-3 img {
    width: auto;
}

.why-choose-three__img {
    position: relative;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.why-choose-three__img::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
    border-radius: 50%;
}

.why-choose-three__img:hover::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.why-choose-three__img img {
    width: 100%;
    border-radius: 50%;
    transition: .5s ease;
    transform: scale(1.05);
}

.why-choose-three__img:hover img {
    transform: scale(1);
}

.why-choose-three__shape-1 {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 1;
}

.why-choose-three__shape-1 img {
    width: auto;
}

.why-choose-three__right {
    position: relative;
    display: block;
}

.why-choose-three__right .section-title-two {
    margin-bottom: 21px;
}

.why-choose-three__points-box {
    position: relative;
    display: block;
    margin-top: 33px;
}

.why-choose-three__single {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 48px;
}

.why-choose-three__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: rgba(5, 163, 221, .10);
}

.why-choose-three__icon img {
    width: auto;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.why-choose-three__single:hover .why-choose-three__icon img {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.why-choose-three__content {
    position: relative;
    display: block;
    width: 220px;
}

.why-choose-three__content-title {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
}

/*--------------------------------------------------------------
# Why Choose Four
--------------------------------------------------------------*/
.why-choose-four {
    position: relative;
    display: block;
    padding: 152px 0 164px;
    z-index: 1;
}

.why-choose-four__left {
    position: relative;
    display: block;
}

.why-choose-four__left .section-title-two {
    margin-bottom: 23px;
}

.why-choose-four__img-box {
    position: relative;
    display: block;
    margin-top: 47px;
    margin-right: 272px;
}

.why-choose-four__img {
    position: relative;
    display: block;
    padding: 2px;
}

.why-choose-four__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--finris-white);
    border-radius: 16px;
    clip-path: polygon(0 0, 75% 0%, 100% 25%, 100% 100%, 0 100%, 0% 50%);
}

.why-choose-four__img img {
    width: 100%;
    border-radius: 16px;
    clip-path: polygon(0 0, 75% 0%, 100% 25%, 100% 100%, 0 100%, 0% 50%);
}

.why-choose-four__img-2 {
    position: absolute;
    bottom: -132px;
    right: -218px;
    z-index: -1;
}

.why-choose-four__img-2 img {
    width: auto;
    border-radius: 16px;
}

.why-choose-four__img-shape-1 {
    position: absolute;
    bottom: -90px;
    left: 97px;
    z-index: -1;
}

.why-choose-four__img-shape-1 img {
    width: auto;
}

.why-choose-four__right {
    position: relative;
    display: block;
    margin-top: 52px;
}

.why-choose-four__right-title {
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
    color: transparent;
    -webkit-text-stroke: 2px rgba(var(--finris-base-rgb), 0.09);
    margin-bottom: 102px;
}

.why-choose-four__single {
    position: relative;
    display: block;
    margin-bottom: 28px;
}

.why-choose-four__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    z-index: 1;
}

.why-choose-four__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--finris-bdr-color);
    border-radius: 16px;
    transform: rotate(-45deg);
    filter: drop-shadow(1px 1px 8px rgba(187, 187, 187, 0.77));
    z-index: -1;
}

.why-choose-four__icon img {
    width: auto;
    -webkit-transition: all 0.90s ease;
    -o-transition: all 0.90s ease;
    transition: all 0.90s ease;
}

.why-choose-four__single:hover .why-choose-four__icon img {
    transform: scale(.9) translateX(2px);
}

.why-choose-four__single h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 33px;
    margin-bottom: 9px;
}




















/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/