@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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');
/* 
font-family: "Plus Jakarta Sans", sans-serif;
font-family: "Poppins", sans-serif;
font-family: "Inter", sans-serif;
*/

/* global css */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #DDDDDD;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

.container {
    width: 100%;
    padding: 0px 50px;
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
}

h1 {
    font-family: "Inter", sans-serif;
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0%;
    color: #000000;
    font-weight: 600;
}

h2 {
    font-family: "Inter", sans-serif;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 0%;
    color: #000000;
    font-weight: 600;
}

h3 {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    letter-spacing: 0%;
    color: #000000;
    font-weight: 600;
}

h4 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #000000;
    font-weight: bold;
}

h5 {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #000000;
    font-weight: bold;
}

h6 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #000000;
    font-weight: 300;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
}

li {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    list-style: none;
}

.heading-sm {
    background-color: #D2E0FF;
    border-radius: 50px;
    width: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    padding: 8px 0px;
}

.main-Btn {
    background-color: #014AE5;
    width: 100%;
    max-width: 245px;
    border: 2px solid #014AE5;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    padding: 11px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    text-decoration: none;
    gap: 6px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.main-Btn:hover {
    background: #003BB7;
    transform: translateY(-2px);
    box-shadow:
        0 10px 25px rgba(0, 0, 0, .12),
        0 4px 12px rgba(1, 74, 229, .12);
    filter: brightness(1.08);
    ;
}

.main-Btn img {
    transition: transform .3s ease;
}

.main-Btn:hover img {
    transform: translateX(5px);
}

.secondary {
    background-color: transparent;
    color: #014AE5;
    max-width: 257px;
}

.secondary {
    background: transparent;
    border: 2px solid #014AE5;
    color: #014AE5;
}

.secondary:hover {
    background: #fff !important;
}

.cursive {
    font-family: 'Segoe Script';
    font-size: 20px;
    line-height: 28px;
    color: #014AE5;
    font-weight: bold;
    transform: rotate(-11deg);
    padding-left: 22px;
}

a {
    text-decoration: none;
    font-family: "Inter", sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.blue-back {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: rgb(1, 74, 229);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.lightblue {
    background-color: #D2E0FF;
}

.green-back {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #1F843E;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: bold;
}

/* global css */

/* header css */
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 28px;
}

.header-wrapper ul {
    display: flex;
    gap: 75px;
}

.header-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

header {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.header-wrapper nav ul a:hover {
    color: #014AE5;
}

.header-wrapper nav ul a {
    text-decoration: none;
    font-family: "Inter", sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.header-btns .blue-back:hover ,
.linkedin-footer .blue-back:hover{
    transform: translateY(-2px) !important;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, .08),
        0 4px 12px rgba(1, 74, 229, .08) !important;
}

.hamburger {
    width: 56px;
    height: 56px;
    background: #014AE5;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all .4s cubic-bezier(.22, 1, .36, 1);
    box-shadow: 0 10px 25px rgba(1, 74, 229, .25);
    display: none;
}

.hamburger:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(1, 74, 229, .35);
}

.hamburger-line {
    width: 24px;
    height: 2.5px;
    background: #fff;
    border-radius: 100px;
    transition: all .4s cubic-bezier(.22, 1, .36, 1);
    transform-origin: center;
}

.hamburger.active .hamburger-line:nth-child(1) {
    transform: translateY(8.5px) rotate(45deg);
}

.hamburger.active .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.hamburger.active .hamburger-line:nth-child(3) {
    transform: translateY(-8.5px) rotate(-45deg);
}

/* header css */

/* banner css */
.banner-portfolio {
    background: url('../images/hero.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 268px 0px 144px 0px;
}


.banner-portfolio .container {
    position: relative;
    z-index: 2;
}

.banner-content .heading-sm {
    max-width: 415px;
}

.banner-wrapper {
    display: flex;
    align-items: center;
    gap: 96px;
}

.banner-image {
    padding-top: 114px;
}

.banner-btns {
    display: flex;
    gap: 19px;
}

.banner-content {
    width: 100%;
    max-width: 892px;
}

.banner-content h1 {
    padding-top: 25px;
}

.banner-content h6 {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 136.57px;
}

.banner-content h1 span {
    color: #014AE5;
}

.curve-arrow {
    position: absolute;
    top: -80px;
    left: -6px;
}

.curve-arrow img{
    padding-left: 16.41px;
    padding-top: 14px;
}

.curve-arrow-2 {
    position: absolute;
    bottom: -40px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-end;
    left: -5px;
}

.curve-arrow-2 .cursive {
    transform: rotate(-2deg);
    padding-left: 6px;
    margin-bottom: -7px;
}

.curve-arrow-2 img {
    padding-left: 16.41px;
    padding-top: 14px;
}

/* banner css */

/* highlight css */
.box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    background-color: #D2E0FF;
    padding: 45px 54px;
    width: 100%;
    max-width: 429px;
}

.box h6 {
    font-weight: 600;
}

.highlights-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    padding-top: 125px;
    padding-bottom: 120px;
}

/* highlight css */

/* offer section */
section.offer-section {
    position: relative;
}

.offers-headings h2 span {
    color: #014AE5;
}

.wrapper-for-offers .heading-sm {
    width: 100%;
    max-width: 176px;
}

.offer-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 24px 24px 24px 24px;
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
}

.offer-card h5 {
    padding: 20px 0px;
}

.offer-card-icon {
    background-color: #D2E0FF;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-card ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.offer-card ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 38px;
}

.list-item-icon {
    width: 19px;
    height: 19px;
    background-color: #D2E0FF;
    border-radius: 100%;
    position: relative;
    flex-shrink: 0;
}

.list-item-icon img {
    position: absolute;
    left: 4px;
    bottom: 7px;
}

.learn-more a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #014AE5;
    font-weight: 300;
    transition: all 0.5s ease;
}

.learn-more a:hover{
    font-weight: 500;
}

.offers-headings {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding-bottom: 35px;
}

.offer-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    padding-bottom: 60px;
}

.learn-more {
    margin-top: auto;
}

.globe {
    background-color: #1F843E1A;
    max-width: 892px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #1F843E;
    padding: 24px 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.globe-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 120px;
}

.curve-arrow-offer {
    position: absolute;
    top: 36px;
    left: -5px;
}

.curve-arrow-offer img {
    padding-left: 16.41px;
    padding-top: 14px;
}

/* offer section */

/* process css */
.small {
    max-width: 122px;
    width: 100%;
}

.timeline {
    position: relative;
}

.green-line-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: absolute;
    top: 22px;
    z-index: -1;
}

.green-line {
    overflow: hidden;
}

.green-line img {
    max-width: 1650px;
}


.numberings-for-processes {
    display: flex;
    justify-content: space-around;
}

.white-back-process-cards {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px 33px;
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.white-back-process-cards p {
    text-align: center;
    line-height: 26px;
    width: 100%;
    max-width: 274px;
}

.white-back-process-cards img {
    width: 30px;
    height: 30px;
}

.process-card-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    padding-top: 35px;
}

.process-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
}

.wrapper-for-process .offers-headings {
    padding-bottom: 65px;
}

.process-section {
    position: relative;
    padding-bottom: 120px;
}

section.process-section .curve-arrow-offer {
    top: 180px;
}

.process-section .curve-arrow-offer img {
    padding-left: 16.41px;
    padding-top: 18px;
}

/* process css */


/* project and cases section */
section.project-cases-section {
    position: relative;
}

.slider-headings h2 {
    width: 100%;
    max-width: 460px;
    font-weight: bold;
}

.slider-headings .main-Btn {
    width: 100%;
    max-width: 293px;
}

.slider-headings {
    display: flex;
    flex-direction: column;
    gap: 70px;
    width: 100%;
}

.active-slider-image {
    display: flex;
    align-items: center;
    gap: 15px;
}

.slider-menu .active-slider-image .small {
    padding: 8px 20px;
    width: 100%;
    max-width: 148px;
}

.project-cases-slider-wrapper {
    display: flex;
    align-items: center;
    padding-top: 30px;
    gap: 96px;
}

.wrapper-for-project-cases .offers-headings .small {
    max-width: 210px;
}

.slider-menu {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    align-items: end;
}

section.project-cases-section .curve-arrow-offer {
    position: absolute;
    top: 0;
}

.project-cases-section{
    overflow:visible;
    position:relative;
}
.wrapper-for-project-cases{

    min-height:100vh;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

/* project and cases section */

/* what you can expect section */
.white-wrapper-for-wyce {
    background-color: #ffffff;
    border-radius: 20px;
    width: 100%;
    max-width: 540px;
    padding: 30px;
}

.wrappper-for-wyce {
    display: flex;
    gap: 35px;
    padding-bottom: 120px;
    padding-top: 120px;
}

.white-wrapper-for-wyce li {
    display: flex;
    gap: 18px;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.cross {
    display: flex;
    align-items: center;
}

.white-wrapper-for-wyce h4 {
    color: #014AE5;
    padding-bottom: 25px;
}

.white-wrapper-for-wyce ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tools-technologies-icons {
    width: 100%;
    max-width: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0px;
    border-radius: 12px;
    background-color: #D2E0FF;
}

.tools-technologies {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 20px;
}

.tools {
    width: 100%;
    max-width: 670px;
}

.tick ul li {
    align-items: flex-start;
}

.tick .list-item-icon {
    margin-top: 6px;
}

/* what you can expect section */

/* we should talk section */
.wrapper-for-wst {
    display: flex;
    gap: 36px;
}

.right-side-wst .heading-sm {
    max-width: 546px;
    width: 100%;
}

.right-side-wst h2 {
    padding-top: 25px;
    padding-bottom: 20px;
    max-width: 900px;
    width: 100%;
}

.right-side-wst h6 {
    padding-bottom: 35px;
    font-family: "Poppins", sans-serif;
}

.linkedin-profile-wst {
    background-color: #D2E0FF;
    border-radius: 20px;
    padding: 30px 84px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper-for-btn-wst {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 35px;
}

.linkedin-profile-wst h6 {
    padding: 15px 0px;
    text-align: center;
    font-family: "Inter", sans-serif;
    max-width: 376px;
    width: 100%;
}

.linkedin-profile-wst h4 {
    padding-top: 25px;
    line-height: 30px;
}

.we-should-talk {
    padding-bottom: 120px;
    position: relative;
}

.linkedin-profile-wst .secondary {
    max-width: 245px;
    gap: 10px;
}

.linkedin-profile-wst .main-Btn {
    height: 50px;
}

section.we-should-talk .curve-arrow-offer {
    top: -75px;
    position: absolute;
}

section.we-should-talk .cursive {
    padding-left: 20px;
    transform: rotate(-6deg);
}

section.we-should-talk .curve-arrow-offer img {
    padding-top: 22px;
}

/* we should talk section */

/* footer css */
.mail-wrapper h4,
.socials h4 {
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
}

.mail a {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
}

.mail-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.socials {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-left: auto;
}

.mail {
    display: flex;
    align-items: center;
    gap: 20px;
}

.linkedin-footer .blue-back {
    width: 35px;
    height: 35px;
}

.linkedin-footer .blue-back img {
    width: 17px;
    height: 17px;
}

.linkedin-footer h6 {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

.wrapper-for-footer {
    display: flex;
    gap: 469px;
    padding-top: 80px;
    padding-bottom: 90px;
}

footer {
    background-color: #000E28;
}

.linkedin-footer a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-copyright h6 {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    padding: 0 12px;
    background: #000E28;
    position: relative;
    z-index: 2;
}

.footer-copyright {
    text-align: center;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    position: relative;
}

.footer-copyright img {
    max-width: 670px;
}

.footer-copyright::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #D2E0FF;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 1;
    opacity: 0.1;
}

/* footer css */

/* slider css */
/* .project-cases-section {

    overflow: hidden;

} */

.slider-menu {

    display: flex;

    flex-direction: column;

    gap: 18px;

}

.thumb {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    opacity: .35;
    transition: .35s;
    width: 100%;
    justify-content: flex-end;
}

.thumb img {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    max-width: 120px;
    height: 80px;
}

.thumb-label {

    display: flex;

    align-items: center;

    gap: 12px;

    transform: translateX(20px);

    opacity: 0;

    transition: .35s;

}

.thumb.active {

    opacity: 1;

}

.thumb.active .thumb-label {
    opacity: 1;
    transform: none;
    width: 100%;
    justify-content: end;
}

.line-active {

    width: 50px;

    height: 2px;

    background: #014AE5;

}

.thumb-label .small {
    padding: 8px 20px;
    max-width: 200px;
}


.big-image-project {
    overflow: hidden;
    width: 100%;
    max-width: 700px;
    flex-shrink: 0;
}

.big-image-project img {

    width: 100%;

    display: block;

    border-radius: 20px;

}


/* slider css */




/* media query starts here */
@media(max-width:1919px) {
    .linkedin-profile-wst {
        padding: 30px 0;
    }

    .white-back-process-cards {
        padding: 30px 20px;
    }

    .green-line img {
        max-width: 1400px;
    }

    .wrapper-for-footer {
        gap: 365px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }
}

@media(max-width:1679px) {
    .header-wrapper ul {
        gap: 45px;
    }

    .header-btns {
        gap: 20px;
    }


    .box {
        padding: 30px 25px;
    }

    .offer-cards-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .offer-card {
        flex: 0 1 calc(25% - 23px);
        max-width: 340px;
    }

    .white-back-process-cards {
        padding: 30px;
    }

    .green-line img {
        max-width: 1180px;
    }

    .big-image-project img {
        max-width: 500px;
    }

    .project-cases-slider-wrapper {
        gap: 46px;
    }

    .white-wrapper-for-wyce li {
        font-size: 18px;
        line-height: 26px;
    }

    h4 {
        line-height: 30px;
    }

    .tools-technologies .tools-technologies-icons img {
        max-width: 75px;
        object-fit: cover;
    }

    .tools-technologies {
        gap: 10px;
    }

    .wrapper-for-wst {
        display: flex;
        gap: 36px;
        align-items: center;
    }

    .left-side-est {
        width: 50%;
    }

    .left-side-est img {
        max-width: 100%;
    }

    .right-side-wst h2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .right-side-wst h6 {
        padding-bottom: 25px;
    }

    .linkedin-profile-wst {
        padding: 20px 0;
    }

    section.we-should-talk .curve-arrow-offer {
        top: -45px;
    }

    .wrapper-for-footer {
        gap: 255px;
    }
    .big-image-project {
    max-width: 500px;
}
.thumb img {
max-width: 90px;
}
.thumb-label {
    width: 100%;
    justify-content: flex-end;
}
}

@media(max-width:1439px) {
    .banner-content {
        max-width: 800px;
    }

    .box {
        padding: 30px 20px;
    }

    .highlights-section-wrapper {
        gap: 25px;
    }

    .green-line img {
        max-width: 1119px;
    }

    .white-back-process-cards {
        padding: 20px;
    }

    .process-card-wrapper {
        gap: 15px;
    }

    section.process-section .curve-arrow-offer {
        top: 160px;
    }

    .green-back {
        width: 50px;
        height: 50px;
    }

    .green-line-wrapper {
        top: 16px;
    }

    .tools-technologies {
        grid-template-columns: repeat(2, 1fr);
    }

    .tools-technologies .tools-technologies-icons img {
        max-width: 85px;
    }

    h2 {
        font-size: 40px;
        line-height: 50px;
    }

    h6 {
        font-size: 18px;
    }

    .left-side-est {
        width: 60%;
    }
    
    .logo a img {
        max-width: 245px;
    }
    .heading-sm {
    font-size: 14px;
    }
}

@media(max-width:1365px) {
    h1 {
        line-height: 60px;
    }

    .banner-content h6 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .offer-card {
        flex: 0 1 calc(32% - 23px);
        max-width: 100%;
    }

    .green-line img {
        max-width: 1059px;
    }

    .project-cases-slider-wrapper {
        gap: 0px;
    }

    .project-cases-slider-wrapper {
        gap: 20px;
        justify-content: space-between;
    }

    .footer-logo img {
        max-width: 280px;
        width: 100%;
    }

    .mail a {
        font-size: 18px;
    }

    .wrapper-for-footer {
        gap: 215px;
    }
    .heading-sm {
    font-size: 12px;
}
}

@media(max-width:1279px) {
    .banner-portfolio {
        padding: 220px 0px 144px 0px;
    }

    .header-wrapper ul {
        gap: 25px;
    }

    .header-btns {
        gap: 15px;
    }

    .box {
        padding: 30px 15px;
    }

    .highlights-section-wrapper {
        gap: 10px;
    }

    .offer-card {
        flex: 0 1 calc(33.5% - 23px);
    }

    .green-line img {
        max-width: 969px;
    }

    .white-back-process-cards {
        padding: 16px;
    }

    .project-cases-slider-wrapper {
        gap: 40px;
        flex-wrap: wrap;
        justify-content: space-around;
    flex-wrap: wrap;
    }

    .slider-headings h2 {
        max-width: 100%;
        text-align: center;
    }

    .big-image-project img {
        max-width: 540px;
    }

    .slider-headings {
        gap: 20px;
        align-items: center;
    }

    .left-side-est {
        width: 70%;
    }

    .linkedin-profile-wst {
        padding: 20px 12px;
    }
    .slider-menu {
    width: 30%;
}

}

@media(max-width:1199px) {
    .banner-portfolio {
        padding: 180px 0px 104px 0px;
    }

    .banner-content {
        max-width: 550px;
    }

    .header-wrapper ul {
        gap: 12px;
    }

    .header-btns {
        gap: 5px;
    }

    .logo a img {
        max-width: 190px;
    }

    h1 {
        font-size: 34px;
        line-height: 50px;
    }

    .banner-wrapper {
        gap: 20px;
    }

    .banner-btns {
        flex-wrap: wrap;
        gap: 10px;
    }

    .banner-content h6 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .main-Btn {
        max-width: 227px;
    }

    .highlights-section-wrapper {
        gap: 25px;
        display: grid;
        grid-template-columns: repeat(2, 2fr);
    }

    .box {
        padding: 45px 54px;
        max-width: 100%;
    }

    h3 {
        font-size: 22px;
    }

    .green-line img {
        max-width: 829px;
    }

    .process-card-wrapper {
        padding-top: 25px;
    }

    section.process-section .curve-arrow-offer {
        top: 150px;
    }

    .white-back-process-cards {
        padding: 18px;
    }

    .big-image-project img {
        max-width: 520px;
    }

    .white-wrapper-for-wyce {
        flex: 0 1 calc(50% - 23px);
    }

    .wrappper-for-wyce {
        flex-wrap: wrap;
    }

    .tools {
        max-width: 100%;
        width: 100%;
        flex: 1;
    }

    .tools-technologies {
        grid-template-columns: repeat(3, 3fr);
        gap: 20px;
    }

    .tools-technologies-icons {
        max-width: 100%;
        padding: 30px 0px;
    }

    .tools-technologies .tools-technologies-icons img {
        max-width: 100%;
    }

    .wrapper-for-wst {
        flex-direction: column;
    }

    .left-side-est {
        width: 100%;
    }

    .left-side-est img {
        width: 100%;
    }

    section.we-should-talk .curve-arrow-offer {
        top: -75px;
    }

    .linkedin-profile-wst {
        padding: 25px 40px;
    }

    .wrapper-for-footer {
        gap: 125px;
    }

}

@media (max-width:1023px) {

    .hamburger {
        display: flex;
        z-index: 1001;
    }

    .header-btns {
        margin-left: auto;
        margin-right: 40px;
    }

    .header-wrapper nav {
        position: fixed;
        inset: 0;
        background: rgba(255, 255, 255, .97);
        backdrop-filter: blur(18px);

        display: flex;
        justify-content: center;
        align-items: center;

        opacity: 0;
        visibility: hidden;
        pointer-events: none;

        transform: translateY(-30px) scale(.98);

        transition:
            opacity .45s ease,
            transform .45s cubic-bezier(.22, 1, .36, 1),
            visibility .45s;
    }

    .header-wrapper nav ul {
        position: static;
        background: transparent;
        display: flex;
        flex-direction: column;
        gap: 35px;
        align-items: center;
        height: calc(100% - 272px);
        gap: 70px;
        width: 100%;
    }

    .header-wrapper nav li {
        opacity: 0;
        transform: translateY(20px);
        transition: all .35s ease;
    }

    .header-wrapper-active {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
        transform: translateX(0) scale(1);
    }

    .header-wrapper-active li {
        opacity: 1 !important;
        transform: translateX(0) !important;
    }

    .offer-card {
        flex: 0 1 calc(50% - 23px);
    }

    .curve-arrow-offer {
        top: 16px;
    }

    .slider-menu {
        flex-direction: row;
        gap: 15px;
        margin-left: 0px;
    }

    .active-slider-image {
        gap: 35px;
        flex-direction: column;
    }

    .line-active {
        transform: rotate(90deg);
    }

    .wrapper-for-footer {
        gap: 95px;
    }

    .heading-sm {
        font-size: 14px;
    }

    .banner-content .heading-sm {
        max-width: 375px;
    }
}

@media(max-width:979px) {
    .cursive {
        font-size: 16px;
    }

    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .banner-content {
        max-width: 480px;
    }

    .banner-content h6 {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 0;
    }

    .curve-arrow img,
    .curve-arrow-offer img {
        height: 70px;
        padding-top: 10px;
    }

    .curve-arrow {
        top: -65px;
    }

    .curve-arrow-2 img {
        height: 60px;
    }

    .main-Btn {
        max-width: 197px;
        font-size: 16px;
        padding: 8px 0px;
    }

    .header-btns {
        margin-right: 30px;
    }

    .box {
        padding: 35px 30px;
    }

    h6 {
        font-size: 16px;
        line-height: 25px;
    }

    h2 {
        font-size: 28px;
        line-height: 30px;
    }

    .globe {
        max-width: 100%;
        padding: 24px 26px;
    }
}


/* media query starts here */