@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    color: #555555;
    font-size: 15px;
}

p {
    color: #555555;
    font-size: 15px;
}

.main-title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #0F0F0F;
    font-family: "Cormorant Infant", serif;
}

.sub-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #C47532;
}

.samana-banner-content h1 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    font-family: "Cormorant Infant", serif;
}

.samana-banner-content h1 span,
.main-title span {
    color: #C47532;
}

.samana-hero-banner {
    min-height: 96vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.key-count {
    height: 50px;
    width: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.samana-challenges-box {
    background: radial-gradient(46.95% 47.39% at 77.95% 73.15%, #FFFFFF 0%, #DEEDF4 100%);
    border-radius: 50px;
    padding: 50px 50px 0;
}

.challenges-content {
    padding: 20px 0;
    border-top: 1px solid #B1C0C7;
}

.samana-clientneed-box {
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 15px;
    height: 100%;
}

.samana-clientneed-box .sub-title {
    font-size: 16px;
    margin-bottom: 8px;
}

.samana-clientneed-box img {
    height: 168px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.samana-stacks-list li .stack-icon {
    height: 68px;
    min-width: 68px;
    width: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #000000;
}

.samana-stacks-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 50%;
}

.samana-stacks-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}

.samana-stacks-box {
    border: 4px solid #C47532;
    background: #FFF7E8;
    padding: 50px;
    border-radius: 50px;
}

.samana-stacks-list li p {
    line-height: normal;
}

.team-size-box {
    border: 1px dashed #000000;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.samana-solution-box {
    border: 1px solid #D0D0D0;
    background: #F6F6F6;
    padding: 20px;
    border-radius: 30px;
    height: 100%;
    max-width: 626px;

}

.progress-content {
    padding-top: 50px;
}

.progress-line .count-circle {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #fff;
    font-size: 24px;
    color: #C47532;
    font-weight: bold;
    margin-top: 50px;
}

.progress-line {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    height: 100%;
}

.progress-line .line::after {
    content: "";
    width: 2px;
    height: 100%;
    border-style: dashed;
    border-width: 2px;
    position: absolute;
    left: 40px;
    border-color: #C47532;
    z-index: -1;
}

.progress-content:nth-child(odd) .row {
    justify-content: end;
}

.progress-content:nth-child(odd) .samana-solution-box {
    margin-left: auto;
}

.smana-features-box {
    padding: 30px 15px;
    height: 100%;
    text-align: center;
}


.smana-features-box .features-icon {
    height: 98px;
    width: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin: 0 auto 30px;
}

.smana-features-box .sub-title {
    color: #FFC899;
}

.smana-features-box p {
    color: #fff;
    line-height: 24px;
}

.branding-left .main-title {
    color: #C47532;
}

.branding-font-img img {
    object-fit: contain;
    max-width: 451px;
    width: 100%;
}

.branding-font-img {
    border-top: 1px dashed #A1A1A1;
    padding-top: 40px;
    margin-top: 40px;
}

.branding-right {
    border-left: 1px dashed #A1A1A1;
}

.branding-right ul li {
    border-top: 1px dashed #A1A1A1;
    padding: 40px 0px 40px 80px;
}

.branding-right ul li:first-child {
    padding-top: 0;
    border-top: 0;
}

.branding-right ul li:last-child {
    padding-bottom: 0;
}

.flow-text-wtih-img {
    margin-top: 60px;
}

.flow-text-wtih-img:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.samana-process-list ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

.samana-process-list li {
    width: 240px;
    background: white;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%,
            0% 75%, 0% 25%);
    text-align: center;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: -30px;
}

.samana-process-list li:first-child {
    margin-left: 220px;
}

.samana-process-list li:nth-child(5) {
    margin-left: 86px;
}

.samana-process-list li h3 {
    font-size: 50px;
    color: #D7A747;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: normal;
}

.samana-process-list li .sub-title {
    color: #353434;
}

.samana-our-process .section-head {
    margin-bottom: 70px;
}

.maintenance-list .count {
    width: 85px;
    height: 85px;
    min-width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #FFF7E8;
    font-size: 30px;
    font-weight: 600;
    color: #C47532;
    font-family: "Cormorant Infant", serif;
}

.maintenance-list li {
    display: flex;
    gap: 30px;
    padding: 30px 0;
    border-top: 1px solid #4E4E4E;
}

.maintenance-list li:last-child {
    padding-bottom: 0;
}

.maintenance-list li p {
    color: #717171;
}

.smana-offer-box {
    background: #F2F2F2;
    border-radius: 30px;
    height: 100%;
    overflow: hidden;
}

.smana-offer-content {
    padding: 20px;
}

.smana-offer-box img {
    height: 100%;
}

.technology-items .iconn {
    height: 53px;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    margin-bottom: 10px;
}

.samana-technology-info {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 50px;
}

.technology-items li span {
    font-size: 14px;
    line-height: normal;
    color: #000000;
}

.technology-items ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.technology-items {
    width: 25%;
    padding-left: 50px;
    border-left: 1px solid #D3D3D3;
}

.technology-items:first-child {
    padding-left: 0;
    border-left: 0;
}

.testimonials-info .rating-wrap {
    margin-top: 30px;
}

.testimonials-info .rating-wrap .rating-point {
    width: 150px;
}

.testimonials-info .rating-wrap .rating-point:before,
.testimonials-info .rating-wrap .rating-show:before {
    letter-spacing: 8px;
    color: #FDCA13;
    font-size: 18px;
}

.testimonials-info .rating-wrap .rating-point:before {
    font-weight: 900;
    color: #D9D9D9;
}

.testimonials-content-box .testimonils-desc p {
    font-size: 26px;
    color: #fff;
    font-weight: 300;
    line-height: normal;
}

.testimonials-content-box {
    background-color: #323232;
    border-radius: 30px;
    padding: 40px 60px 40px;
    max-width: 1224px;
    margin-left: auto;
    display: flex;
    gap: 40px;
}

.tesmnl-icon {
    position: absolute;
    right: 100px;
    bottom: 10px;
}

.smana-client-profile img {
    width: 375px;
    object-fit: contain;
    min-width: 375px;
}

.smana-client-profile {
    margin-left: -212px;
}

.testimonials-content-box .testimonils-desc {
    margin: 50px 0 80px;
}

.testimonials-content-box p {
    color: #727272;
}


/* @media */
@media screen and (max-width:1399px) {
    .samana-banner-content h1 {
        font-size: 50px;
    }

    .main-title {
        font-size: 40px;
    }

    .samana-stacks-box {
        padding: 30px;
    }

    .samana-solution-box {
        max-width: 490px;
    }

    .progress-line .count-circle {
        height: 60px;
        width: 60px;
        font-size: 20px;
    }

    .progress-line .line::after {
        left: 28px;
    }

    .smana-features-box .features-icon {
        height: 70px;
        width: 70px;
    }

    .branding-right ul li {
        padding: 30px 0px 30px 50px;
    }

    .branding-font-img img {
        max-width: 390px;
    }

    .samana-process-list li h3 {
        font-size: 40px;
    }

    .samana-process-list li:first-child {
        margin-left: 150px;
    }

    .samana-process-list li:nth-child(5) {
        margin-left: 50px;
    }

    .samana-process-list li {
        width: 200px;
    }

    .technology-items {
        padding-left: 30px;
    }

    .testimonials-content-box .testimonils-desc p {
        font-size: 20px;
    }

    .testimonials-content-box {
        padding: 30px 40px 30px;
        gap: 30px;
    }

    .smana-client-profile img {
        width: 275px;
        min-width: 275px;
    }

    .smana-client-profile {
        margin-left: 0;
    }

    .tesmnl-icon {
        right: 50px;
    }

    .tesmnl-icon svg {
        width: 100px;
        height: auto;
    }
}


@media screen and (max-width:1199px) {
    .samana-challenges-box {
        padding: 30px 30px 0;
    }

    .samana-solution-box {
        max-width: 400px;
    }

    .features-column:nth-child(even) .smana-features-box {
        background-color: #373737 !important;
    }

    .features-column:nth-child(odd) .smana-features-box {
        background: none !important;
    }

    .sub-title {
        font-size: 16px;
    }

    .samana-process-list li {
        width: 174px;
        padding: 30px;
    }

    .samana-process-list li h3 {
        font-size: 34px;
        margin: 0;
    }

    .technology-items {
        width: 50%;
    }

    .technology-list {
        row-gap: 30px;
    }

    .technology-items:nth-child(3) {
        padding-left: 0;
        border-left: 0;
    }
}

@media screen and (max-width:991px) {
    .samana-hero-banner{
        min-height: 500px;
    }
    .samana-banner-content h1 {
        font-size: 45px;
    }

    .main-title {
        font-size: 35px;
    }

    .tablet-border {
        border-top: 1px solid #B1C0C7 !important;
    }

    .samana-solution-box {
        max-width: 290px;
    }

    .progress-content {
        padding-top: 40px;
    }

    .branding-font-img {
        padding-top: 30px;
        margin-top: 30px;
    }

    .branding-right {
        border: 0;
    }

    .branding-right ul li {
        padding: 30px 0;
    }

    .flow-text-wtih-img {
        margin-top: 40px;
    }

    .samana-process-list li:first-child {
        margin-left: 0px;
    }

    .samana-process-list li:nth-child(5) {
        margin-left: 0;
    }

    .samana-process-list ul {
        justify-content: center;
        gap: 30px;
    }

    .samana-process-list li {
        margin-top: 0;
    }

    .samana-our-process .section-head {
        margin-bottom: 20px;
    }

    .testimonials-content-box {
        padding: 30px;
    }

    .testimonials-content-box .testimonils-desc {
        margin: 0px 0 50px;
    }

    .smana-client-profile img {
        width: 240px;
        min-width: 240px;
    }
}

@media screen and (max-width:767px) {
    .samana-hero-banner{
        background-position: inherit;
    }
    .samana-solution-box {
        max-width: 100%;
    }

    .progress-line {
        left: 0;
        transform: unset;
    }

    .progress-content {
        padding: 40px 0px 0 70px;
    }

    .samana-process-list li {
        width: 155px;
        padding: 30px 15px;
    }

    .samana-process-list ul {
        gap: 20px;
    }

    .progress-line .count-circle {
        margin-top: 35px;
    }

    .smana-client-profile img {
        width: 150px;
        min-width: 150px;
    }

    .testimonials-content-box .testimonils-desc p {
        font-size: 18px;
    }

    .samana-challenges hr {
        margin: 0;
    }
}

@media screen and (max-width:575px) {
    .samana-hero-banner{
        min-height: 350px;
    }
    .samana-banner-content h1 {
        font-size: 35px;
    }

    .main-title {
        font-size: 27px;
    }

    .samana-challenges-box {
        padding: 15px 15px 0;
    }

    .challenges-content,
    .branding-right ul li {
        padding: 15px 0;
    }

    .sub-title {
        margin-bottom: 10px;
    }

    .key-count {
        width: 35px;
        height: 35px;
        font-size: 15px;
        min-width: 35px;
    }

    .samana-clientneed-box img {
        height: auto;
        margin-bottom: 15px;
    }

    .samana-stacks-box {
        padding: 20px 15px;
    }

    .samana-stacks-list li .stack-icon {
        min-width: 50px;
        height: 50px;
        width: 50px;
    }

    .maintenance-list .count {
        font-size: 18px;
        min-width: 40px;
        height: 40px;
        width: 40px;

    }

    .samana-stacks-list li .stack-icon svg {
        max-width: 30px;
        max-height: 30px;
    }

    .samana-stacks-list li {
        width: 100%;
    }

    .samana-stacks-list {
        row-gap: 15px;
    }

    .team-size-box {
        padding: 10px 15px;
    }

    .progress-line .count-circle {
        height: 40px;
        width: 40px;
        font-size: 15px;
        margin-top: 22px;
    }

    .progress-line .line::after {
        left: 20px;
    }

    .progress-content {
        padding: 30px 0px 0 50px;
    }

    .samana-solution-box,
    .smana-offer-content,
    .samana-technology-info,
    .testimonials-content-box {
        padding: 15px;
    }

    .smana-features-box {
        padding: 20px 10px;
    }

    .smana-features-box .features-icon {
        height: 50px;
        width: 50px;
        margin: 0 auto 20px;
    }

    .smana-features-box .features-icon svg {
        max-width: 30px;
        max-height: 30px;
    }

    .flow-text-wtih-img {
        margin-top: 30px;
    }

    .samana-process-list li {
        width: 138px;
        padding: 30px 15px;
    }

    .samana-process-list li h3 {
        font-size: 25px;
    }

    .samana-process-list li .sub-title {
        font-size: 14px;
    }

    .samana-process-list ul {
        gap: 15px;
    }

    .maintenance-list li {
        gap: 15px;
        padding: 15px 0;
    }

    .technology-items {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid #D3D3D3;
        padding: 15px 0;
        width: 100%;
    }

    .technology-items:first-child {
        padding-top: 0;
        border-top: 0;
    }

    .technology-list {
        row-gap: 0;
    }

    .technology-items ul {
        margin-top: 10px;
    }

    .testimonials-content-box {
        flex-wrap: wrap;
        gap: 20px;
    }

    .testimonials-content-box .testimonils-desc p {
        font-size: 16px;
    }

    .testimonials-content-box .testimonils-desc {
        margin-bottom: 30px;
    }

    .tesmnl-icon {
        right: 15px;
    }

    .tesmnl-icon svg {
        width: 60px;
    }

    .testimonials-info .rating-wrap {
        margin-top: 20px;
    }

    .smana-client-profile img {
        width: 120px;
        min-width: 120px;
    }

    .smana-client-profile {
        margin: auto;
    }
}