/*---------- Imports -------------*/
@import url(imports.css);


/*---------- Styles -------------*/
header .logo {
    text-align: left;
}

header {
    padding: 70px 0;
    position: relative;
}

header::after {
    position: absolute;
    content: "";
    width: calc(100% - 60px);
    height: 1.5px;
    background: #C0C0C0;
    transform: translateX(-50%);
    min-width: 329px;
    left: 50%;
    bottom: 0;
}

.intro {
    padding: 30px 0 30px;
    text-align: right;
}

.intro h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 41px;
}

.intro h2 span {
    color: #4541F1;
}

.teams_logo {
    display: flex;
    position: relative;
    margin-bottom: 36px;
}

.teams_logo .item img {
    border: 2px solid #E2E2E2;
    border-radius: 100%;
    width: 100%;
}

.teams_logo .item {
    position: absolute;
}

.teams_logo .item:nth-child(1) {
    right: 0;
}

.teams_logo .item:nth-child(2) {
    right: 32px;
}

.teams_logo .item:nth-child(3) {
    right: 62px;
}

.stragy {
    padding: 40px 0;
}

.stragy h2 {
    font-size: 29px;
    font-weight: 700;
}

.land_btn {
    font-size: 15px;
    font-weight: 800;
    border-radius: 47px;
    background: #FF3829;
    padding: 11px 32px;
    color: #fff;
}

.land_btn span {
    font-size: 20px;
    /* display: inline-block; */
    padding-inline-start: 2px;
}

.fields {
    padding: 40px 0;
    text-align: center;
}

.land_heading {
    position: relative;
    display: inline-block;
}

.land_heading::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 16px;
    border: 2px solid #FF382980;
    margin-left: 16px;
}

.land_heading::before {
    position: absolute;
    content: "";
    left: calc(50% - 40px);
    transform: translateX(-50%);
    width: 100%;
    bottom: 16px;
    border: 2px solid #FF3829;
    margin-left: 30px;
}

.fields .items {
    
     /* Two equal-width columns */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(146px, 1fr));
    gap: 20px;
    margin-top: 50px;
}

.fields .items .item:nth-child(1) {background: #FFC974;}

.items .item h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
}

.fields .items .item:nth-child(2) {
    background: #FF9B70;
}

.fields .items .item:nth-child(3) {
    background: #E4EE8F;
}

.fields .items .item:nth-child(4) {
    background: #B692FD;
}

.fields .items .item {
    border-radius: 15px;
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients_results {
    background: #131313;
    color: #fff;
    text-align: center;
    padding: 20px 0 50px;
    max-width: 375px;
    margin: 0 auto;   
}

.clients_results .im_items {
    /* display: flex;
    gap: 10px; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(89px, .3fr));
    gap: 11px;
    margin-bottom: 45px;
    justify-content: center;
}

.clients_results .im_items img {
    width: 100px;
}

.clients_results .land_btn {
    background: #FF3829;
}

.clients_results .land_heading {
    margin-bottom: 25px;
}

.partners_success {
    padding: 20px 0;
    text-align: center;
}

.partners_success .pt_items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(143px, 1fr));
  gap: 0px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.partners_success .pt_items .item {
  display: flex;
  align-items: center;
  justify-content: center;
    height: 86px;
    /* padding-top: 39px; */
  border: 1px solid #0000000D;
  background: #fff;
  /* border-radius: 6px; */
}

.partners_success .pt_items img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}



.partners_success .pt_items .item img {display: block;margin: auto;/* width: 66px; *//* height: 51px; *//* object-fit: contain; */}

.partners_success .land_btn {
    margin-top: 36px;
    display: inline-block;
}

.clients_reviews {
    text-align: center;
    padding: 20px 0;
}

.clients_reviews .clients {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(83px, 1fr));
    column-gap: 10px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.clients_reviews .clients .client {
    position: relative;
}

.clients_reviews .clients .client .txt_card {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.clients_reviews .clients .client img {
    width: 100%;
}

.clients_reviews .clients .client .txt_card .logo img {
    max-width: 100%;
    height: 31px;
    width: 53px;
    margin-top: 8px;
    object-fit: contain;
}

.clients_reviews .clients .client .txt_card .bot_txt h4 {
    font-size: 8px;
    color: #fff;
    font-weight: 700;
}

.clients_reviews .land_btn {
    background: #4541F0;
}

.prev_projects {
    padding: 40px 0;
    text-align: center;
}

.prev_projects .achvs {
    display: grid;
    column-gap: 25px;
    margin-top: 50px;
    grid-template-columns: repeat(auto-fit, minmax(143px, 1fr));
    margin-bottom: 40px;
}

.prev_projects .achvs .achv .ach_wrap {
    text-align: right;
}

.prev_projects .achvs .achv .icon {
    width: 100%;
    margin: auto;
    height: 70px;
}

.prev_projects .achvs .achv .ach_wrap .count {
    display: flex;
    align-items: center;
    gap: 1px;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    flex-direction: row-reverse;
    justify-content: center;
    height: 53px;
}


.prev_projects .achvs .achv .ach_wrap p {
    font-size: 14px;
    line-height: 16px;
    color: #7B7B7B;
    text-align: center;
}

.prev_projects .achvs .achv .ach_wrap p span {
    color: #4541F0;
}

.prev_projects .achvs .achv {
    margin-bottom: 31px;
}

.features {
    padding: 40px 0;
}

.features .items .item {
    /*display: grid;*/
    /*grid-template-columns: 57% 43%;*/
    /* align-items: flex-start; */
    /*margin-bottom: 20px;*/
    /*background: #F2F0F1;*/
    /*border-radius: 13px 13px 13px 13px;*/
  display: flex;
  /*flex-direction: row-reverse;  For RTL */
  align-items: stretch;
  gap: 0;
  margin-bottom: 20px;
  background: #F2F0F1;
  border-radius: 13px;
  overflow: hidden;

    
    
}

.features .items .item .im_wrap {
  width: 43%; /* or 50% if you want */
  flex-shrink: 0;
}



.features .items .item .im_wrap img {
    width: 100%;
    border-radius: 13px 13px 13px 13px;
    height: 100%;
    margin-right: 0px;
    
    
    
}

.features .items .item .txt_wrap {
    /* background: #F2F0F1; */
    padding: 10px 6px;
    /* background: #F2F0F1; */
    /* border-radius: 0px 0px 13px 13px; */
    margin-left: 0px;
  width: 57%;
  padding: 10px;    
}

.features .items .item .txt_wrap h2 {
    font-size: 13px;
}

.features .items .item .txt_wrap p {
    font-size: 9px;
    line-height: 14px;
}

.footer {
    padding: 40px 0;
    background: #C9D0D6;
    max-width: 375px;
    margin: 0 auto; 

}

.footer .logo {
    text-align: left;
    padding-left: 15px;
}

.footer h2 {
    text-align: center;
    font-size: 24px;
    line-height: 33px;
    font-weight: 800;
    padding: 30px 0;
}

.footer .land_btn {
    display: flex;
    max-width: 280px;
    background: #FFFFFF;
    color: #000000;
    padding: 11px 21px;
    margin: 0 auto;
}

.footer .land_btn img {
    padding-inline-start: 10px;
    display: inline-block;
    object-fit: contain;
    padding-top: 3px;
}

a.play_icon {
    background: #4541F0;
    padding: 7px;
    border-radius: 100%;
}

.animate_num {
    direction: ltr;
}

.footer .land_btn:hover {
    color: #000 !important;
}