 .stacked_portfolio_wrapper {
     max-width: 1280px;
     width: 100%;
     margin: 0 auto;
 }

 .stacked_portfolio_wrapper .main_wrapper {
     display: flex;
     justify-content: start;
     gap: 90px;
     width: 100%;
 }

 .stacked_portfolio_wrapper .side_div {
     height: 400px;
     display: flex;
     flex-direction: column;
     justify-content: start;
     color: #fafafa;
     gap: 30px;
     width: 32%;
     max-width: 383px;
     position: sticky;
     top: 25%;
 }

 .stacked_portfolio_wrapper .side_div__title {
     font-size: 48px;
     line-height: 60px;
     font-weight: 400;
     margin-bottom: 48px;
 }

 .stacked_portfolio_wrapper .main_wrapper .link {
     width: max-content;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 22px 24px;
     background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
     color: #fff !important;
     gap: 20px;
     border-radius: 100px;
     background-size: 200% auto;
     transition: all .2s ease-in-out;
     font-size: 18px;
     line-height: 16px;
     font-weight: 600;
 }

 .stacked_portfolio_wrapper .main_wrapper .link:hover {
     transition: all .2s ease-in-out;
     background-position: right center;
 }

 .stacked_portfolio_wrapper .arch {
     display: flex;
     gap: 30px;
     justify-content: space-between;
     color: #fafafa;
     width: 70%;
 }

 .stacked_portfolio_wrapper .arch__Right {
     display: flex;
     flex-direction: column;
     max-width: 317px;
     width: 45%;

     .arch__info {
         max-width: 356px;
         /* height: 500px; */
         height: 700px;
         display: flex;
         align-items: center;

         .card-title {
             margin: 0px 0;
             font-family: var(--e-global-typography-2f003b0-font-family), Sans-serif;
             font-weight: 400;
             font-size: 30px;
             line-height: 40px;
             letter-spacing: 0%;
             vertical-align: middle;
             color: #FAFAFA;
         }

         .desc {
             color: #90A1B9;
             font-family: var(--e-global-typography-2f003b0-font-family), Sans-serif;
             font-size: var(--e-global-typography-2f003b0-font-size);
             font-weight: var(--e-global-typography-2f003b0-font-weight);
             line-height: var(--e-global-typography-2f003b0-line-height);
             margin: 0px;
             margin-top: -20px;
         }

         .card-btn {
             position: relative;
             overflow: hidden;
             border-top: 1px solid #FAFAFA3B;
             background: #080c1d;
             display: inline-flex;
             align-items: center;
             justify-content: center;
             text-decoration: none;
             cursor: pointer;
             transition: all 0.2s ease;
             padding: 22px 24px;
             border-radius: 100px;
             gap: 10px;
             font-size: 18px;
             line-height: 16px;
             font-weight: 600;
             color: #FAFAFA;
             width: max-content;
         }

         .card-btn:focus {
             outline: none;
         }

         .card-btn::after {
             content: "";
             position: absolute;
             top: 0;
             left: -100%;
             width: 100%;
             height: 100%;
             background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
             transition: 0.5s;
         }

         .card-btn:hover::after {
             left: 100%;
         }
     }
 }

 .stacked_portfolio_wrapper .arch__info:first-child {
     align-items: start;
 }

 .stacked_portfolio_wrapper .arch__info:last-child {
     align-items: end;
 }

 .stacked_portfolio_wrapper .img-inner {
     position: relative;
 }

 .stacked_portfolio_wrapper .img-inner::before {
     position: absolute;
     content: '';
     top: 10px;
     z-index: 1;
     left: 0;
     right: 0;
     background: url('../images/blue-line.svg');
     background-repeat: no-repeat;
     height: 1px;
     opacity: 0.5;
     width: 100%;
     background-size: cover;
     background-position: center center;
 }

 .stacked_portfolio_wrapper .arch__Left::before {
     position: absolute;
     content: '';
     top: 100px;
     z-index: 1;
     left: -220px;
     right: 0;
     background: url('../images/center-dots.webp');
     background-repeat: no-repeat;
     height: 552px;
     width: 630px;
     background-position: center center;
 }

 .stacked_portfolio_wrapper .side_div::before {
     position: absolute;
     content: '';
     bottom: -100px;
     z-index: 1;
     left: -135px;
     right: 0;
     background: url('../images/light-blue-ellips.png');
     background-repeat: no-repeat;
     height: 400px;
     width: 500px;
     background-position: center center;
 }

 .stacked_portfolio_wrapper .arch__Left {
     height: 480px;
     width: 55%;
     max-width: 460px;
     position: sticky;
     top: 25%;
     display: flex;
     flex-direction: column;
     flex-shrink: 0;

     .img-wrapper {
         position: absolute;
         top: 50%;
         left: 0;
         transform: translateY(-50%);
         height: max-content;
         min-height: 480px;
         display: flex;
         flex-direction: column;
         justify-content: center;
         width: 100%;
         border-radius: 32px;
         overflow: hidden;

         img {
             border-radius: 26px;
             width: 100%;
             height: 480px;
             min-height: 480px;
             object-fit: cover;
             object-position: center;
             padding: 10px;
             background-image: url("../images/stacked-portfolio-bg.png");
             background-repeat: no-repeat;
             background-position: center center;
             background-size: cover;
         }
     }
 }

 .stacked_portfolio_wrapper .arch__Right .badge-wrapper {
     display: flex;
     flex-wrap: wrap;
     gap: 5px;
     flex-direction: column;
     align-items: flex-start;
 }

 .stacked_portfolio_wrapper .arch__Right .badge {
     display: inline-block;
     font-family: var(--e-global-typography-2f003b0-font-family), Sans-serif;
     font-weight: 400;
     font-size: 14px;
     line-height: 20px;
     letter-spacing: 0px;
     color: #FAFAFA;
     padding: 6px 16px;
     border-radius: 12px;
     border: 1px solid #FAFAFA14;
     background: linear-gradient(0.22deg, rgba(3, 0, 21, 0.7) 0%, rgba(3, 0, 21, 0.5) 100%);
     backdrop-filter: blur(20px);
 }

 .stacked_portfolio_wrapper .arch__Right .content {
     display: flex;
     flex-direction: column;
     gap: 30px;
     width: 100%;
     height: 500px;
     justify-content: center;
 }

 .stacked_portfolio_wrapper .mob_link {
     display: none !important;
 }

 .stacked_portfolio_wrapper .side_div__desc {
     color: #90A1B9;
     font-family: var(--e-global-typography-2f003b0-font-family), Sans-serif;
     font-size: var(--e-global-typography-2f003b0-font-size);
     font-weight: var(--e-global-typography-2f003b0-font-weight);
     line-height: var(--e-global-typography-2f003b0-line-height);
 }

 @media (max-width: 1366px) {
     .stacked_portfolio_wrapper .main_wrapper {
         gap: 60px;
     }

     .stacked_portfolio_wrapper .side_div__title {
         font-size: 40px;
         line-height: 50px;
         margin-bottom: 30px;
     }
 }

 @media (max-width: 1024px) {
     .stacked_portfolio_wrapper .arch__Left::before {
         content: none;
     }

     .stacked_portfolio_wrapper .side_div::before {
         content: none;
     }

     .stacked_portfolio_wrapper .mob_link {
         display: flex !important;
         margin: 0 auto !important;
     }

     .stacked_portfolio_wrapper .desk_link {
         display: none !important;
     }

     .stacked_portfolio_wrapper .main_wrapper {
         flex-direction: column;
         gap: 40px;
     }

     .stacked_portfolio_wrapper .side_div {
         height: 100%;
         gap: 10px;
         width: 100%;
         max-width: unset;
         position: relative;
         align-items: center;
         text-align: center;
     }

     .stacked_portfolio_wrapper .side_div__title {
         font-size: 34px;
         line-height: 43px;
         margin-bottom: 0px;
     }

     .stacked_portfolio_wrapper .arch {
         width: 100%;
     }

     .stacked_portfolio_wrapper .arch__Left {
         display: none;
         height: auto;
         max-width: 100%;
     }

     .stacked_portfolio_wrapper .arch__Right {
         max-width: unset;
         width: 100%;
         gap: 30px;
     }

     .stacked_portfolio_wrapper .arch__info {
         max-width: unset !important;
         height: 100% !important;
         flex-direction: row-reverse;
         gap: 20px;
     }

     .stacked_portfolio_wrapper .responsive-img {
         border-radius: 26px !important;
         width: 50%;
         height: 100%;
         object-fit: cover;
         object-position: center;
         padding: 10px;
         background-image: url("../images/stacked-portfolio-bg.png");
         background-repeat: no-repeat;
         background-position: center center;
         background-size: cover;
         min-height: 440px;
     }

     .stacked_portfolio_wrapper .arch__Right .content {
         height: 100%;
         max-height: unset;
         gap: 20px;
         width: 50%;
     }

     .stacked_portfolio_wrapper .arch__info .desc {
         margin-top: -10px !important;
     }

     .stacked_portfolio_wrapper .card-btn {
         border: 1px solid #FAFAFA3B;
     }

     .stacked_portfolio_wrapper .card-title {
         font-size: 26px !important;
         line-height: 35px !important;
     }

     .stacked_portfolio_wrapper .arch__Right .badge-wrapper {
         flex-direction: row;
     }
 }

 @media (max-width: 767px) {
     .stacked_portfolio_wrapper .arch__info {
         flex-direction: column-reverse;
         gap: 15px;
     }

     .stacked_portfolio_wrapper .responsive-img {
         min-height: unset;
     }

     .stacked_portfolio_wrapper .side_div__title {
         font-size: 30px;
         line-height: 40px;
         margin-bottom: 0px;
     }

     .stacked_portfolio_wrapper .main_wrapper {
         gap: 30px;
     }

     .stacked_portfolio_wrapper .main_wrapper .link {
         padding: 10px 24px;
         gap: 10px;
         font-size: 14px;
         line-height: 20px;
         margin: 0 auto;
     }

     .stacked_portfolio_wrapper .arch__Right .content {
         width: 100%;
         height: max-content !important;
     }


     .stacked_portfolio_wrapper .responsive-img {
         width: 100%;
         padding: 5px;
     }

     .stacked_portfolio_wrapper .card-title {
         font-size: 22px !important;
         line-height: 28px !important;
     }
 }