@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto');
/*=============================================
Css Indexing
===============================================
1 Base CSS

===============================================*/





/*===========================================
Base CSS
============================================*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {


}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  height: 100%;
  font-family: 'Quicksand', sans-serif;
 color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  font-size: 14px;
  overflow: hidden;
  background: #fafafa;
}
label {
  padding: 0;
  margin: 0;
}
ul, li, ol {
  padding: 0;
  margin: 0;
}
li{
  list-style: none;
}
a, img {
  border: 0;
  outline: none;
  text-decoration: none;
}
input::-moz-focus-inner {
  border: 0;
}
bo {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
input, select, textarea, button{
  font-family: 'Muli', sans-serif;
}
input:focus, select:focus, textarea:focus, button:focus{
  outline: 0;
}

a {
  color: inherit;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }


p {
  margin-bottom: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0; }


i.material-icons {
  font-size: inherit;
  line-height: inherit;
}
::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar
{
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{

  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #777;
}

/*===========================================
Text Styles CSS
============================================*/
.t-title-size{
  font-size: 18px;
}
.t-bold{
  font-weight: 600;
}
.t-normal{
  font-weight: normal;
}
.t-center{
  text-align: center;
}
.t-right{
  text-align: right;
}



/*===========================================
Padding & Margins CSS
============================================*/
.p-5{
  padding: 5px;
}
.p-10{
  padding: 10px;
}
.p-15{
  padding: 15px;
}
.p-20{
  padding: 20px;
}
.p-25{
  padding: 25px;
}
.p-30{
  padding: 30px;
}
.p-35{
  padding: 35px;
}
.p-40{
  padding: 40px;
}
.p-45{
  padding: 45px;
}
.p-50{
  padding: 50px;
}

.p-right5{
  padding-right: 5px;
}
.p-right10{
  padding-right: 10px;
}
.p-right15{
  padding-right: 15px;
}
.p-right20{
  padding-right: 20px;
}
.p-right25{
  padding-right: 25px;
}
.p-right30{
  padding-right: 30px;
}

.p-left5{
  padding-left: 5px;
}
.p-left10{
  padding-left: 10px;
}
.p-left15{
  padding-left: 15px;
}
.p-left20{
  padding-left: 20px;
}
.p-left25{
  padding-left: 25px;
}
.p-left30{
  padding-left: 30px;
}

.m-5{
  margin:: 5px;
}
.m-10{
  margin: 10px;
}
.m-15{
  margin: 15px;
}
.m-20{
  margin: 20px;
}
.m-25{
  margin: 25px;
}
.m-30{
  margin: 30px;
}
.m-35{
  margin: 35px;
}
.m-40{
  margin: 40px;
}
.m-45{
  margin: 45px;
}
.m-50{
  margin: 50px;
}

/*===========================================
Display Styles
============================================*/
.d-flex{
  display: flex;
}
.d-flex-align-center{
  display: flex;
  align-items: center;
  flex-direction: row;
}
.d-flex-align-center-column{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.flex-1{
  flex: 1;
}
.flex-2{
  flex: 2;
}



/*===========================================
Page Styles
============================================*/

.wraper {
    width: 100%;
    height: 100%;
}


.container {
    height: 100%;
    display: flex;
    flex-direction: row;
}

.left-content {
    width: 300px;
    overflow-y: auto;
    height: 100%;
    background: #fff;
    border-right: 1px solid rgba(221, 221, 221, 0.38);
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
    overflow-y: auto;
    margin-left: 10px;
    background: #fff;
    border-left: 1px solid rgba(221, 221, 221, 0.38);
}
.logo {
    display: flex;
    justify-content: flex-end;
}

.logo a {
    color: #fff;
    text-align: right;
    background: #000;
    display: flex;
    flex-direction: column;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 30px;
    font-weight: 500;
}

.nav {
    flex: 1;
    /* display: flex; */
    justify-content: flex-end;
    margin: 50px 0px;
}

.nav ul li, .nav ul li a {
    display: flex;
    justify-content: flex-end;
}

.nav ul li a {
    padding: 8px 0px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
}

.nav ul li a:hover {
    color: #000;
}
.nav ul li a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nav ul li a:hover:after {
    width: 100%;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.left-footer {
    color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.foot-contact, .social-icons ul, .copy-rights {
    display: flex;
    justify-content: flex-end;
}

.social-icons ul li {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.foot-contact ul {
    display: flex;
    flex-direction: column;
}

.foot-contact ul li {
    justify-content: flex-end;
    display: flex;
    margin: 2px 0px;
}

.foot-contact {
   margin: 5px 0px;
}



.social-icons ul li a {
    padding: 5px 8px;
    font-size: 16px;
}


.social-icons ul li a:hover {
  color: #000;
  transform: scale(1.2) translateY(-5px);
}
.user-profile {
    padding-left: 50px;
}

.sm-text {
    letter-spacing: 2.1px;
    font-weight: normal;
    color: #222222;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.name {
    font-size: 40px;
    text-transform: uppercase;
    margin: 15px 0px;
    color: #222222;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.role {
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #222222;
}

.text {
   
    font-size: 15px;
}

.pr-list {
    margin: 30px 0px;
    
}

.pr-list ul li {
    margin-bottom: 8px;
}

.pr-list ul li i {
    width: 18px;
}
.social-icons-head {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2px;
}

.social-icons-head a {
    padding: 5px 10px;
    font-size: 22px;
    transition: all .3s;
    display: flex;
}

.social-icons-head a:nth-child(1) {
    padding-left: 0;
}

.social-icons-head a:hover {
    color: #000;
    transform: scale(1.2) translateY(-5px);
}
.sec-title {
    margin-bottom: 50px;
}

.pg-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1.8;
    color: #000;
}

.pg-sub-title {
    margin-bottom: 10px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 500;
    letter-spacing: 5px;
}

/*===========================================
Layout polish
============================================*/
.container {
    min-height: 100vh;
}

.left-content.p-30 {
    padding: 26px;
}

.main-content {
    border-radius: 0;
}

.section1 {
    border-bottom: 1px solid rgba(18, 24, 33, 0.08);
}

.main-content > .section1:last-of-type {
    border-bottom: 0;
}

.section1 ul {
    display: grid;
    gap: 10px;
}

.section1 li {
    line-height: 1.55;
}

.section1 .text {
    line-height: 1.7;
}

.section-split {
    display: flex;
    align-items: center;
    gap: 24px;
}

.section-copy {
    flex: 1 1 0;
    min-width: 0;
}

.section-media {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
}

.section-media img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    box-shadow: 0 14px 24px rgba(10, 14, 22, 0.14);
}

.section-subhead {
    margin: -26px 0 18px;
    color: rgba(12, 18, 28, 0.62);
    font-size: 14px;
    line-height: 1.65;
    max-width: 68ch;
}

.contact-cta {
    margin: -4px 0 16px;
    color: #111827;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
}

.section-copy .section-subhead {
    margin: 0 0 14px;
}

.section-copy .contact-cta {
    margin: 0 0 14px;
}

.contact-mail-form {
    margin-top: 14px;
    display: grid;
    gap: 10px;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 250, 252, 0.95) 100%);
}

.contact-mail-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.contact-mail-form__field {
    display: grid;
    gap: 6px;
    margin: 0;
}

.contact-mail-form__field > span {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(15, 23, 42, 0.74);
}

.contact-mail-form input,
.contact-mail-form textarea {
    width: 100%;
    border: 1px solid rgba(15, 23, 42, 0.18);
    border-radius: 10px;
    padding: 10px 11px;
    background: #fff;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.45;
    font-family: "Quicksand", sans-serif;
}

.contact-mail-form input::placeholder,
.contact-mail-form textarea::placeholder {
    color: rgba(30, 41, 59, 0.48);
}

.contact-mail-form textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-mail-form__submit {
    align-self: flex-start;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px 14px;
    background: #111827;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.contact-mail-form__submit:hover {
    background: #0f172a;
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.22);
}

.contact-mail-form__submit:active {
    transform: translateY(0);
}

.contact-mail-form__hint {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(30, 41, 59, 0.7);
}

.user-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
    box-shadow: 0 18px 28px rgba(10, 14, 22, 0.16);
}

.social-icons ul {
    flex-wrap: wrap;
    gap: 2px;
}

.social-icons-head a,
.social-icons ul li a {
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
}

.stack-grid {
    display: grid;
    gap: 14px;
}

.stack-grid--services,
.stack-grid--projects,
.stack-grid--clients {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stack-grid--testimonials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stack-card {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 16px;
    padding: 16px 15px;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

.stack-card[data-az-card-link],
.timeline-body[data-az-card-link] {
    cursor: pointer;
}

.stack-card h3 {
    margin: 0 0 6px;
    font-size: 17px;
    line-height: 1.35;
    color: #0f172a;
}

.stack-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.62;
    color: rgba(15, 23, 42, 0.8);
}

.stack-card-media {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin: 0 0 12px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(15, 23, 42, 0.06);
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16 / 10;
}

.stack-card-media--service {
    aspect-ratio: 16 / 10;
}

.stack-card-media--project {
    aspect-ratio: 16 / 10;
}

.stack-card-media--client {
    aspect-ratio: 16 / 10;
}

.stack-card-media--testimonial {
    aspect-ratio: 16 / 10;
}

.stack-role {
    margin-bottom: 5px !important;
    font-size: 13px !important;
    letter-spacing: 0.02em;
    color: rgba(30, 41, 59, 0.72) !important;
}

.stack-meta {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1f2937;
    background: rgba(14, 22, 38, 0.08);
    border: 1px solid rgba(14, 22, 38, 0.12);
}

.stack-points {
    margin-top: 9px;
    display: grid;
    gap: 5px;
}

.stack-points li {
    position: relative;
    padding-left: 13px;
    line-height: 1.55;
    font-size: 12px;
    color: rgba(30, 41, 59, 0.86);
}

.stack-points li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0.72em;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.52);
    transform: translateY(-50%);
}

.stack-points--timeline {
    margin-top: 8px;
}

.timeline-list {
    position: relative;
    display: grid;
    gap: 14px;
}

.timeline-list:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.26), rgba(15, 23, 42, 0.08));
}

.timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 12px;
}

.timeline-dot {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    border: 2px solid rgba(15, 23, 42, 0.42);
    background: #fff;
    margin-top: 4px;
    z-index: 1;
}

.timeline-body {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

.timeline-body:has(.timeline-media:not(.az-hidden):not([style*="display:none"]):not([style*="display: none"])) {
    display: grid;
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
}

.timeline-body:has(.timeline-media:not(.az-hidden):not([style*="display:none"]):not([style*="display: none"])) > :not(.timeline-media):not([data-az-media-overlay="true"]) {
    grid-column: 2;
}

.timeline-media {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: none;
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    overflow: hidden;
    background: rgba(15, 23, 42, 0.06);
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16 / 10;
}

.stack-card [data-az-auto-media="true"] img,
.timeline-body [data-az-auto-media="true"] img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
}

.stack-card [data-az-auto-media="true"],
.timeline-body [data-az-auto-media="true"],
.timeline-media [data-az-video-src],
.timeline-body [data-az-video-src],
.stack-card [data-az-video-src] {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.timeline-media img,
.timeline-media video,
.timeline-media picture,
.timeline-media [data-az-video-src] img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
}

.timeline-body:has(.timeline-media:not(.az-hidden):not([style*="display:none"]):not([style*="display: none"])) .timeline-media {
    grid-column: 1;
    grid-row: 1 / span 8;
    margin: 0;
    justify-self: start;
}

.timeline-body > [data-az-media-overlay="true"] {
    grid-column: 1;
    grid-row: 1 / span 8;
    width: 100%;
    max-width: 100%;
    margin: 0;
    justify-self: start;
}

.timeline-body > [data-az-media-overlay="true"] > .timeline-media {
    margin: 0;
}

.timeline-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.timeline-head h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    color: #0f172a;
}

.timeline-year {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(30, 41, 59, 0.64);
}

.timeline-role {
    margin: 4px 0 6px;
    font-size: 13px;
    color: rgba(30, 41, 59, 0.74);
    letter-spacing: 0.02em;
}

.timeline-body p {
    margin: 0;
    font-size: 14px;
    line-height: 1.62;
    color: rgba(15, 23, 42, 0.8);
}

.stack-card--testimonial {
    position: relative;
    padding-top: 20px;
}

.stack-card--testimonial:before {
    content: "\201C";
    position: absolute;
    left: 13px;
    top: 6px;
    font-size: 28px;
    line-height: 1;
    color: rgba(30, 64, 175, 0.24);
    font-family: Georgia, "Times New Roman", serif;
}

.quote {
    padding-left: 14px;
}

.quote-author {
    margin-top: 12px !important;
    padding-left: 14px;
    display: grid;
    gap: 2px;
}

.quote-author strong {
    color: #0f172a;
    font-size: 13px;
}

.quote-author span {
    font-size: 12px;
    color: rgba(30, 41, 59, 0.64);
}

.main-footer {
    display: none;
    padding: 14px 16px 20px;
    border-top: 1px solid rgba(14, 20, 30, 0.1);
    color: rgba(20, 20, 20, 0.62);
    font-size: 13px;
    line-height: 1.55;
}

.main-footer p {
    margin: 0;
}

@media screen and (min-width: 1400px) {
  body {
    font-size: 16px;
  }

  .section1.p-30 {
    padding: 34px 38px;
  }

  .name {
    font-size: 46px;
    line-height: 1.16;
  }

  .role {
    font-size: 21px;
    line-height: 1.45;
  }

  .pg-title {
    font-size: 21px;
    letter-spacing: 0.12em;
  }

  .pg-sub-title {
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .section-subhead {
    font-size: 16px;
    line-height: 1.7;
  }

  .text,
  .section1 li,
  .stack-card p,
  .timeline-body p,
  .pr-list ul li {
    font-size: 16px;
    line-height: 1.72;
  }

  .stack-card h3,
  .timeline-head h3 {
    font-size: 19px;
    line-height: 1.36;
  }

  .stack-role,
  .timeline-role {
    font-size: 14px !important;
  }

  .contact-cta {
    font-size: 17px;
    line-height: 1.75;
  }
}

/*===========================================
Responsive
============================================*/
@media screen and (max-width: 1180px) {
  .left-content {
    width: 278px;
  }

  .left-content.p-30 {
    padding: 22px;
  }

  .main-content {
    margin-left: 0;
  }

  .section1.p-30 {
    padding: 26px;
  }

  .user-profile {
    padding-left: 30px;
  }

  .name {
    font-size: 34px;
    line-height: 1.2;
  }

  .stack-grid--services,
  .stack-grid--projects,
  .stack-grid--clients,
  .stack-grid--testimonials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 980px) {
  html,
  body,
  .wraper,
  .container {
    height: auto;
  }

  body {
    overflow: auto;
    background: #f4f6f8;
    font-size: 16px;
  }

  .container {
    display: block;
  }

  .left-content {
    width: 100%;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(12, 18, 28, 0.12);
  }

  .left-content.p-30 {
    padding: 20px 16px 16px;
  }

  .logo {
    justify-content: flex-start;
  }

  .logo a {
    text-align: left;
    letter-spacing: 0.08em;
    line-height: 1.28;
    font-size: 16px;
    padding: 10px 12px 11px;
    border-radius: 12px;
  }

  .logo a img {
    width: 28px !important;
    margin: 0 0 8px !important;
  }

  .nav {
    margin: 16px 0 10px;
  }

  .nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .nav ul li,
  .nav ul li a {
    justify-content: flex-start;
  }

  .nav ul li a {
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    background: #ffffff;
    font-size: 13px;
    letter-spacing: 0.04em;
    color: rgba(0, 0, 0, 0.76);
    line-height: 1.2;
  }

  .nav ul li a:after {
    display: none;
  }

  .left-footer {
    display: none;
  }

  .foot-contact,
  .social-icons ul,
  .copy-rights,
  .foot-contact ul li {
    justify-content: flex-start;
    text-align: left;
  }

  .copy-rights {
    font-size: 13px;
    color: rgba(20, 20, 20, 0.56);
  }

  .main-content {
    margin: 0;
    border-left: 0;
    overflow: visible;
  }

  .main-footer {
    display: block;
    padding: 14px 16px 24px;
    text-align: left;
  }

  .section1.p-30 {
    padding: 22px 16px;
  }

  .sec-title {
    margin-bottom: 18px;
  }

  .section-subhead {
    margin: -8px 0 14px;
    font-size: 14px;
    line-height: 1.62;
  }

  .pg-title {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.42;
  }

  .pg-sub-title {
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
  }

  .d-flex-align-center {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .section-split {
    align-items: center;
    gap: 12px;
  }

  .section-media {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .section-copy {
    flex: 1 1 52%;
    min-width: 0;
  }

  .section-copy .section-subhead {
    margin: 0 0 12px;
  }

  .user-profile {
    padding-left: 0;
    width: 100%;
  }

  .user-img {
    width: 100%;
  }

  .user-img img {
    max-width: 420px;
  }

  .sm-text {
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .name {
    font-size: 32px;
    margin: 10px 0 8px;
    line-height: 1.18;
  }

  .role {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 12px;
  }

  .pr-list {
    margin: 14px 0;
  }

  .text,
  .section1 li,
  .pr-list ul li,
  .foot-contact ul li {
    font-size: 15px;
    line-height: 1.66;
  }

  .social-icons-head a {
    width: 38px;
    height: 38px;
    padding: 0;
    font-size: 19px;
    border: 1px solid rgba(22, 26, 38, 0.16);
    border-radius: 999px;
    background: #fff;
  }

  .stack-grid--services,
  .stack-grid--projects,
  .stack-grid--clients,
  .stack-grid--testimonials {
    grid-template-columns: 1fr;
  }

  .stack-card h3 {
    font-size: 18px;
  }

  .stack-card p,
  .timeline-body p {
    font-size: 15px;
  }

  .timeline-head h3 {
    font-size: 17px;
  }

  .timeline-body {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .timeline-body > :not(.timeline-media):not([data-az-media-overlay="true"]) {
    grid-column: 1;
  }

  .timeline-media {
    grid-column: 1;
    grid-row: auto;
    margin: 0 0 4px;
    max-height: none;
  }

  .contact-mail-form__row {
    grid-template-columns: 1fr;
  }

  .contact-mail-form__submit {
    width: 100%;
    justify-self: stretch;
  }
}

@media screen and (max-width: 980px) and (min-width: 741px) {
  .d-flex-align-center {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }

  .user-img {
    flex: 0 0 42%;
    width: auto;
    max-width: 320px;
  }

  .user-img img {
    width: 100%;
    max-width: 320px;
  }

  .user-profile {
    flex: 1 1 auto;
    width: auto;
    padding-left: 0;
  }

  .section-split {
    align-items: center;
    gap: 16px;
  }

  .section-media {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .section-copy {
    flex: 1 1 52%;
    min-width: 0;
  }
}

@media screen and (max-width: 640px) {
  .left-content.p-30,
  .section1.p-30 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .main-footer {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12.5px;
  }

  .logo a {
    width: 100%;
    max-width: 240px;
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: 0.06em;
  }

  .nav ul li a {
    font-size: 12px;
    padding: 8px 11px;
  }

  .section-split {
    align-items: center;
    gap: 10px;
  }

  .section-media {
    flex: 0 0 44%;
    max-width: 44%;
  }

  .section-copy {
    flex: 1 1 56%;
    min-width: 0;
  }

  .name {
    font-size: 28px;
    line-height: 1.16;
  }

  .role {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 10px;
  }

  .text,
  .section1 li,
  .pr-list ul li {
    font-size: 15px;
    line-height: 1.68;
  }

  .pr-list ul li i {
    width: 16px;
  }

  .section1 ul {
    gap: 10px;
  }

  .pg-title {
    font-size: 17px;
    letter-spacing: 0.04em;
  }

  .pg-sub-title {
    font-size: 12px;
    letter-spacing: 0.07em;
  }

  .user-img img {
    border-radius: 14px;
  }

  .section-media img {
    border-radius: 14px;
  }

  .stack-card {
    padding: 15px 13px;
    border-radius: 14px;
  }

  .timeline-body {
    padding: 12px;
    border-radius: 14px;
  }

  .timeline-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
