:root {
    --firstColor : #222831;
    --secondColor : #FAFAFA;
    --thirdColor : #008a90;
    --fourthColor : #FFFFFF;
    --fifthColor : #818181;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

.continer {
    margin: 0 auto;
}

header {
    background-color: var(--firstColor);
}

header .continer {
    height: 59px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .Brand {
    width: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .Brand i {
    font-size: 24px;
    color: white;
}

header .Brand p {
    font-size: 14px;
    color: var(--secondColor);
}

header nav {
    display: flex;
    align-items: center;
}

header nav ul {
    list-style: none;
    display: flex;
}

header nav ul li{
    margin-right: 12px;
}

header .continer nav div {
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 12px;
    cursor: pointer;
}

header .continer nav div a {
    text-decoration: none;
    color: var(--secondColor);
}


header nav .box-one {
    width: 97px;
    border: 1px solid var(--secondColor);
}

header nav .box-tow {
    width: 135px;
    background-color: var(--thirdColor);
}

header nav ul li a {
    text-decoration: none;
    color: var(--secondColor);
    font-size: 12px;
}

.fa-solid.fa-bars {
    display: none;
}


/* Full-Size-Inverted section start */

.Full-Size-Inverted .continer {
    height: 725px;
    display: flex;
}

.Full-Size-Inverted .continer .lift-side {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.Full-Size-Inverted .continer .lift-side h1 {
    font-size: 67px;
    color: var(--firstColor);
}

.Full-Size-Inverted .continer .lift-side div .pp {
    margin-top: 16px;
    font-size: 22px;
    color: var(--fifthColor);
}

.Full-Size-Inverted .continer .lift-side .CTA-Button {
    margin-top: 40px;
    width: 65%;
    height: 47px;
    background-color: var(--thirdColor);
    color: var(--fourthColor);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    text-decoration: none;
}

.Full-Size-Inverted .continer .lift-side .CTA-Button:hover {
    cursor: pointer;
}

.Full-Size-Inverted .continer .right-side {
    width: 50%;
}

.Full-Size-Inverted .continer .right-side img {
    width: 100%;
    height: 100%;

}

/* Full-Size-Inverted section end */

/* Big-Cards section start */

.Big-Cards {
    padding: 120px 16px;
    background-color: var(--firstColor);
}

.Big-Cards .continer .Effortless {
    position: relative;
    height: 516px;
    padding-top: 23px;
    padding-left: 24px;
    color: var(--fourthColor);
    margin-bottom: 32px;
    z-index: 0;
}
.Big-Cards .continer .Effortless img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 18px
}

.Big-Cards .continer h3 {
    font-size: 39px;
    margin-bottom: 8px;
}

.Big-Cards .continer p {
    font-size: 14px;
}

.Big-Cards .continer > div:nth-child(2) {
    display: flex;
}

.Big-Cards .continer div:nth-child(2) div:nth-child(1), .Big-Cards .continer div:nth-child(2) div:nth-child(2) {
    position: relative;
    z-index: 1;
    width: 612px;
    height: 420px;
    padding-top: 23px;
    padding-left: 24px;
    color: var(--fourthColor);
}

.Big-Cards .continer div:nth-child(2) div:nth-child(1) img , .Big-Cards .continer div:nth-child(2) div:nth-child(2) img {
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 18px;
}

.Big-Cards .continer div:nth-child(2) div:nth-child(1) {
    margin-right: 35px;
}

/* Big-Cards section end */

/* aim section start  */

.aim .continer {
    padding: 144px 0px;
}


.aim .continer h2 {
    font-size: 28px ;
    color: #00ADB5;
}

.aim .continer p {
    font-weight: bold;
    font-size: 51px;
    color: var(--fifthColor);
}

/* aim section end  */

/* Progressive section start  */

.Progressive .continer {
    padding: 160px 0px;
}

.Progressive .continer > div:first-child {
    text-align: center;
}

.Progressive .continer h3 {
    font-size: 51px;
    color: var(--firstColor);
}

.Progressive .continer p {
    margin-top: 14px;
    margin-bottom: 40px;
    font-size: 14px;
    color: var(--fifthColor);
}

.Progressive .continer .all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Progressive .continer .feature {
    display: flex;
    width: 373px;
}

.Progressive .continer .feature i {
    font-size: 32px;
    color: #00ADB5;
    margin-right: 16px;
}


.Progressive .continer .feature div h4 {
    font-size: 18px;
    color: var(--firstColor);
}

.Progressive .continer .feature div p {
    font-size: 14px;
    color: var(--fifthColor);
    margin-top: 8px
}

/* Progressive section end  */

/* Pioneers section start  */

.Pioneers {
    background-color: var(--firstColor);
}

.Pioneers .continer {
    padding: 144px 0px;
}

.Pioneers .continer > div:first-child {
    text-align: center;
}

.Pioneers .continer > div:first-child h2 {
    font-size: 51px;
    color: var(--secondColor);
}

.Pioneers .continer > div:first-child p {
    font-size: 22px;
    color: var(--fourthColor);
    margin-top: 15px;
    margin-bottom: 40px;
}

.Pioneers .continer .all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Pioneers .continer .all .team-member {
    margin-bottom: 32px;
}

.Pioneers .continer .all .team-member img {
    width: 276px;
    height: 256px;
    border-radius: 16px;
    margin-bottom: 16px;

}

.Pioneers .continer .all .team-member p:nth-child(2) {
    font-size: 18px;
    color: var(--secondColor);
    margin-bottom: 5px;
}

.Pioneers .continer .all .team-member p:nth-child(3) {
    font-size: 14px;
    color: var(--secondColor);

}

/* Pioneers section end */

/* Innovation section start  */

.Innovation {
    background-color: var(--firstColor);
    padding: 80px 0px;
}

.Innovation .continer .first {
    display: flex;
    justify-content: space-around;
    margin-bottom: 56px;
}

.Innovation .continer .first img {
    width: 512px;
    height: 320px;
    border-radius: 16px;
    margin-right: 40px;
}

.Innovation .continer .first > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 458px;
}

.Innovation .continer .first > div:nth-child(2) h2 {
    font-size: 51px;
    color: var(--secondColor);
}

.Innovation .continer .first > div:nth-child(2) > p {
    font-size: 18px;
    color: var(--fourthColor);
    margin-bottom: 40px;
}

.Innovation .continer .first > div:nth-child(2) .button {
    width: 182px;
    height: 53px;
    background-color: var(--thirdColor);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: var(--fourthColor);
    border: none;
    cursor: pointer
}

.Innovation .continer .second {
    display: flex;
    justify-content: space-between;
}

.Innovation .continer .second .Step {
    width: 328px;
    margin-right: 40px;
}

.Innovation .continer .second .Step i {
    color: var(--thirdColor);
    font-size: 25px;
    margin-bottom: 8px;
}

.Innovation .continer .second .Step p:nth-child(2) {
    font-size: 18px;
    color: var(--secondColor);
    margin-bottom: 8px;
}

.Innovation .continer .second .Step p:nth-child(3) {
    font-size: 14px;
    color: var(--fourthColor);
}

footer {
    background-color: var(--firstColor);
    padding: 48px 0px;
}

footer .continer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .continer > div:first-child {
    text-align: center;
}

footer .continer > div:first-child i {
    font-size: 32px;
    color: var(--fourthColor);
    margin-bottom: 10px;
}

footer .continer > div:first-child p {
    font-size: 14px;
    color: var(--secondColor);
}

footer .continer ul {
    list-style: none;
}

footer .continer ul li {
    display: inline-block;
}

footer .continer ul li a {
    text-decoration: none;
    color: var(--secondColor);
    font-size: 12px;
    margin-right: 15px;
}

footer .continer > div:nth-child(3) i {
    font-size: 24px;
    margin-right: 10px;
    color: var(--fourthColor);
}

footer .continer > div:nth-child(3) i:hover {
    cursor: pointer;
}

/* Innovation section end  */

.up {
    display: none;
    z-index: 10000;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background-color: var(--thirdColor);
    color: var(--fourthColor);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


@media (max-width : 768px) {
    .continer {
        padding: 0px 25px;
    }
    header nav  {
        position: absolute;
        left: 0px;
        top: 59px;
        flex-direction: column;
        background-color: #222831;
        width: 100%;
        height: 0px;
        overflow: hidden;
        transition: 0.5s height;
        border-radius: 0px 0px 30px 30px;
    }
    header nav ul {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    header nav ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #008a90;
        height: 55px;
    }
    header nav div {
        width: 55% !important;
        margin: 20px 0 0 0;
    }
    header nav .box-tow {
        margin-bottom: 25px;
    }
    .fa-solid.fa-bars {
        display: block;
        color: var(--secondColor);
        font-size: 24px;
    }
    .Full-Size-Inverted .continer {
        display: block;
        height: fit-content;
    }
    .Full-Size-Inverted .continer .lift-side {
        width: 100%;
        height: 596px;
    }
    .Full-Size-Inverted .continer .lift-side div {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .Full-Size-Inverted .continer .right-side  {
        width: 100%;
        height: 725px;
    }
    .Big-Cards .continer > div:nth-child(2) {
        display: block;
    }
    .Big-Cards .continer div:nth-child(2) div:nth-child(1), .Big-Cards .continer div:nth-child(2) div:nth-child(2) {
        width: 100%;
    }
    .aim .continer {
        text-align: center;
    }
    .Progressive .continer .all {
        justify-content: center;
    }
    .Progressive .continer .all .feature {
        width: 320px;
    }
    .Pioneers .continer .all {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .Pioneers .continer .all .team-member img {
        width: 350px;
    }
    .Innovation .continer .second .Step {
        margin-right: 25px;

    }
    footer .continer > div:first-child i {
        font-size: 20px;
    }
    footer .continer > div:first-child p {
        font-size: 14px;
    }
    footer .continer ul li a {
        font-size: 12px;
        margin-right: 10px;
    }
    footer .continer > div:nth-child(3) i {
        font-size: 19px;
        margin-right: 5px;
    }
}

@media (min-width : 768px) {
    .continer {
        width: 750px;
    }
}
@media (min-width : 992px) {
    .continer {
        width: 970px;
    }
}
@media (max-width : 992px) {
    .Innovation .continer {
        flex-direction: column;
        align-items: center;
    }
    .Innovation .continer img {
        width: 100%;
        margin: 0;
        margin-bottom: 40px;
    }
    .Innovation .continer > div:nth-child(2) {
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .Innovation .continer .first {
        flex-wrap: wrap;
    }
    .Innovation .continer .first img {
        width: 100%;
    }
    .Innovation .continer .first > div:nth-child(2) {
        align-items: center;
        text-align: center;
    }

}
@media (min-width : 1200px) {
    .continer {
        width: 1170px;
    }
}
@media (max-width : 1200px) {
    .Full-Size-Inverted .continer .lift-side h1 {
        font-size: 50px;
    }
}
@media (min-width : 1400px) {
    .continer {
        width: 1320px;
    }
}