/*navigation*/

nav {
    padding: var(--section-padding);
    position: sticky;
    top:0;
    background:white;
    width:100%;
    z-index: 99;
    box-sizing: border-box;
}

.logo:hover {
    cursor: pointer;
}

.logo img {
    width: 100%;
}

nav .nav-items {
    width: 35%;
}

.nav-item:hover {
    color: var(--primary-color);
}

.toggle-button {
    position: absolute;
    top: 1.75rem;
    right: 2rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: var(--font-color);
    border-radius: 10px;
}

@media (max-width: 768px) {
    nav{
        padding-left:0 ;
        padding-right: 0;
        align-items: start !important;
    }

    nav .logo{
        margin-left: var(--md);
        width: 170px;
    }

    .toggle-button {
        display: flex;
    }

    nav {
        flex-direction: column;
    }

    nav .nav-items {
        margin-top: var(--md);
        display: none !important;
        width: 100%;
        background: #333333;
        color: var(--light-color);
        flex-direction: column;
        transition: display 0.2s;
    }

    nav .active {
        display: flex !important;
    }

    nav .nav-item a {
        margin: 0;
        width: 100%;
        position: relative;
        text-align: left;
        color: white;
        padding: var(--md);
        display: flex;
        align-items: center;
        border-top: 1px solid #333333;
    }

    nav .nav-item:hover {
        background-color: var(--primary-color);
        color: var(--light-color);
    }
}


/*background-section*/
.background{}

.background .introduction{
    width: 48%;
    min-width: 300px;
}

.introduction .title {
    font-size: 6.25rem;
    line-height: 4.56rem;
}

.introduction .sub-title {
    margin-top: var(--sm);
    font-size: 3.68rem;
    line-height: 3.5rem;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .background .introduction {
        width: 39%;
    }

    .introduction .title {
        font-size: 4.25rem;
        line-height: 3.56rem;
    }

    .introduction .sub-title {
        font-size: 2rem;
        line-height: 1.5rem;
    }
}

@media (max-width: 768px) {
    .introduction {
        width: 50%;
    }

    .introduction .title {
        font-size: 3.25rem;
        line-height: 2.56rem;
    }

    .introduction .sub-title {
        font-size: 1.7rem;
        line-height: 2rem;
    }
}

.background .detail {
    width: 48%;
    min-width: 275px;
}

.stats .stat {
    width: 97px;
}

.stat .number {
    font-size: 4.125rem;
    line-height: 5rem;
    color: var(--primary-color);
}

.description-area {
    width: 86%;
}

.description-area .description {
    padding-top: var(--xl);
}

.background .button-area {
    margin-left: var(--xl);
}

.getting-started {
    display: none;
}

@media (max-width: 1024px) {
    .background .detail {
        width: 61%;
    }
}

@media (max-width: 768px) {
    .background .detail {
        width: 100%;
        margin-top: var(--sm);
    }

    .description-area {
        width: 100%;
    }

    .background .button-area {
        width: 100%;
        margin: var(--sm) 0;
    }

    .getting-started {
        font-size: var(--xl);
        margin-right: var(--xl);
        display: block;
    }
}

/*vision*/
.vision {
    padding: var(--xxxl) 0 var(--xxxl) 7vw;
}

.vision .down-arrow {
    width: 10%;
}

.vision .down-arrow img{
    cursor: pointer;
}

.vision .content {
    width: 85%;
}

.right-find-image {
    width: 90.5%;
    min-width: 300px;
    position: relative;
    overflow: hidden;
}

.right-find-image img {
    width: 100%;
}

.right-overlay {
    position: absolute;
    width: 2409px;
    height: 385px;
    left: -60px;
    bottom: -28px;
    color: transparent;
    -webkit-text-stroke-width: 7px;
    -webkit-text-stroke-color: white;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: normal;
    font-size: 466px;
    line-height: 82px;
    display: flex;
    align-items: center;
    letter-spacing: 1.02459px;
}

.vision-content {
    position: relative;
    top: -166px;
}

.vision-content .architect-your-vision {
    width: 60%;
    margin-top: 180px;
}

.vision-content .side-image {
    width: 35%;
    position: relative;
}

.side-image .dots{
    width: 46%;
    float: right;
}

.side-image img {
    width: 100%;
    display: block;
}

.side-image .orange-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 202px;
    height: 167px;
}

@media (max-width: 768px) {
    .vision {
        padding: var(--section-padding);
    }

    .right-overlay {
        left: -27px;
        bottom: -124px;
        font-size: 191px;
        line-height: 52px;
    }

    .vision .down-arrow {
        display: none;
    }

    .right-find-image {
        width: 100%;
    }

    .vision .content {
        width: 100%;
    }

    .vision-content {
        margin-top: 0;
        position: static;
    }

    .vision-content .side-image {
        display: none;
    }

    .vision-content .architect-your-vision {
        width: 100%;
        margin-top: var(--xl)
    }
}

/* features */
.process .title-section .title {
    font-size: 3.68rem;
    line-height: 3.5rem;
    font-weight: normal;
}

.process-cards {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.process .process-cards .card-row {
    flex-wrap: wrap;
}

.process .process-cards .card {
    margin: 1%;
    width: 23%;
    border: 1px solid #F0F0F0;
    padding: var(--xxl);
    box-shadow: 0px 20px 24px 0px #1111110F;
}

.process .process-cards .card .title-section img {
    width: 80px;
    height: 80px;
}

.process .process-cards .card .title-section .text {
    font-weight: 600;
    font-size: 102px;
    line-height: 79px;
    letter-spacing: 0.75px;
    color: #FDF5E8;
}

.process .process-cards .card .description {
    padding: 20px 0;
}

@media (max-width: 960px) {
    .process .process-cards .card{
        margin: 1%;
        width: 31%;
    }
}

@media (max-width: 768px) {
    .process .process-cards .card{
        margin: 1%;
        width: 48%;
    }
}

@media (max-width: 568px) {
    .process .title-section .title {
        font-size: 1.68rem;
        line-height: 2.5rem;
        font-weight: normal;
    }

    .process .process-cards .card{
        width: 100%;
        padding: var(--xl);
    }
}

/* management */
.management {
    padding: var(--xxxl) 7vw var(--xxxl) 0;
}

.management .message-section {
    width: 100%;
    margin-top: var(--xl);
    position: relative;
}

.management .message-section .message-section-image{
    width: 70%;
    position: relative;
    overflow: hidden;
}

.message-section-image img{
    width: 100%;
    display: block;
}

.management .title-section {
    width: 80%;
    padding: var(--section-padding);
}

.management .text-section {
    justify-self: flex-end;
    display: flex;
    width: 40%;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    right: 0;
}

.management .beliefs {
    position: relative;
    top: -190px;
    left: 250px;
    width: 85%;
    background-color: #FFFFFF;
}

.management .beliefs .beliefs-title {
    padding: 60px 60px 10px 60px;
    width: 60%;
    font-weight: bold;
    color: #589805;
}

.management .beliefs .description {
    padding: 0 60px;
    width: 60%;
}

.management .beliefs .belief {
    padding: 60px 60px 0 60px;
}

.management .beliefs .information {
    width: 40%;
}

.message-section .side-image-2{
    width: 100%;
    position: relative;
}

.message-section .right-overlay-2{
    position: relative;
    width: 2409px;
    height: 385px;
    left: -60px;
    bottom: -23px;
    color: transparent;
    -webkit-text-stroke-width: 7px;
    -webkit-text-stroke-color: white;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: normal;
    font-size: 466px;
    line-height: 82px;
    display: flex;
    align-items: center;
    letter-spacing: 1.02459px;
}

.message-section .black-box {
    background-color: #3C3838;
    height: 45px;
    width: 45px;
    position: relative;
    top: -45px;
    left: 0;
}

.message-section .orange-box-2 {
    background: var(--secondary-color);
    position: absolute;
    bottom: 190px;
    right: 0;
    max-width: 139px;
    max-height: 118px;
    height: 20%;
    width: 20%;
    opacity: 0.7;
}

.message-section .dots{
    position: absolute;
}

.message-section .text-section .text-message .title{
    margin-bottom: var(--md);
}

.message-section .text-section .explore a {
    position: relative;
    margin-top: var(--md);
    left: 28%;
    color: #406C06;
    font-size: var(--xxl);
    text-decoration: none;
}

.management .beliefs .belief .belief-image{
    width: 40%;
}

.management .beliefs .belief .belief-image img{
    width: 100%;
}

@media (max-width: 1024px) {
    .management{
        padding: var(--section-padding);
    }

    .message-section-image{
        width: 100%;
    }

    .message-section .orange-box-2 {
        bottom: 0;
        right: 0;
    }

    .black-box{
        display: none;
    }

    .management .title-section{
        width: 100%;
        padding: 0;
    }

    .management .message-section .message-section-image{
        width: 100%;
    }

    .message-section .dots{
        display: none;
    }

    .management .text-section{
        margin-top: var(--md);
        width: 100%;
        position: static;
        transform: none;
    }

    .management .beliefs{
        margin-top: var(--xxl);
        width: 100%;
        position: static;
    }

    .management .beliefs .title{
        padding: 0;
        width: 100%;
    }

    .management .beliefs .description{
        padding: 0;
        width: 100%;
    }

    .management .beliefs .belief{
        padding: 0;
        flex-direction: column-reverse;
    }

    .management .beliefs .belief .belief-image{
        width: 100%;
        margin: var(--md) 0;
    }

    .management .beliefs .information {
        width: 100%;
    }

    .message-section .text-section .explore a {
        position: static;
        font-size: var(--md);
        text-decoration: none;
    }

}

/*candidate*/
.candidate {
    width: 100%;
    padding: var(--xxxl) 0 var(--xxxl) 7vw;
}

.candidate .content {
    width: 40%;
}

.candidate .content .description p {
    margin-top: var(--xl);
    width: 68%;
}

.candidate .content .button-area {
    margin-top: var(--xl);
}

.candidate .content .button-area .btn-text {
    margin-right: var(--md);
}

.candidate .side-image {
    width: 60%;
    height: fit-content;
    height: -moz-fit-content;
}

.candidate .side-image .left-image {
    width: 84%;
    float: right;
    position: relative;
}

.candidate .side-image .overlay-image {
    position: absolute;
    left: 0;
    bottom: 0;
}

.candidate .side-image .overlay-image .highlight-image {
    width: 24%;
    position: relative;
    z-index: 1;
}

.candidate .side-image .overlay-image .highlight-image .green-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    background: var(--primary-color);
}


.candidate .side-image .overlay-image .main-image {
    position: absolute;
    right: 76%;
    top: 0;
    width: 68%;
}

.candidate .side-image .overlay-image .dots {
    position: absolute;
    z-index: -1;
    width: 75%;
}

@media (max-width: 1024px) {
    .candidate {
        padding: 0;
        flex-direction: column-reverse;
    }

    .candidate .content {
        padding: var(--section-padding);
        width: 100%;
        margin-top: 36%;
    }

    .candidate .content .description p {
        margin-top: var(--xl);
        width: 100%;
    }

    .candidate .side-image {
        width: 100%;
        height: fit-content;
        height: -moz-fit-content;
    }

    .candidate .side-image .left-image{
        top: 0;
        width: 70%;
    }
}

/*our service*/
.our-services {
    position: relative;
}

.our-service-background {
    z-index: -1;
    height: 140%;
    width: 50%;
    top: -20%;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, #406C06, #406C06);
    background-blend-mode: multiply, normal;
    opacity: 0.05;
}

.service {
    width: 100%;
    text-align: right;
    font-size: var(--xl);
}

.service p {
    width: 65%;
}

.service .title {
    color: var(--primary-color);
}

.service-card-container{
    width: 100%;
}

.service-cards {
    width: 100%;
    max-width: 1980px;
    background-image: url("../images/serviceImgae.png");
    background-repeat: no-repeat;
    background-size: 33%;
    background-position: center;
    height: 550px;
    margin-top: var(--xxl);
}

.left-cards, .right-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: var(--xl);
    width: 45%;
}

.service-card {
    box-shadow: 20px 20px 20px 20px #1111110F;
    border-radius: 8px;
    background: white;
    padding: var(--md);
    color: var(--font-color);
    cursor: pointer;
    border: none;
    width: fit-content;
    width: -moz-fit-content;
    max-width: 450px;
    margin: 0 var(--xxl);
    height: fit-content;
    height: -moz-fit-content;
}

.service-card:hover {
    filter: brightness(0.8);
}

.service-card .service-indicator {
    height: var(--md);
    width: var(--md);
    max-height: var(--md);
    max-width: var(--md);
    min-height: var(--md);
    min-width: var(--md);
    background: var(--primary-color);
    border-radius: 50%;
    margin-right: var(--md);
}

@media (min-width: 1024px) {
    .right-cards li:nth-child(odd), .left-cards li:nth-child(odd) {
        margin-top: -10px;
        margin-right: 110px;
    }

    .our-services{
        margin-top: 16%;
    }
}

@media (max-width: 768px) {
    .service-card p {
        font-size: var(--sm);
    }

    .service-cards{
        background-image: none;
    }

    .service-card {
        padding: var(--sm);
        color: var(--font-color);
    }

    .our-service-background{
        height: 100%;
        top: 0;
    }
}

@media (max-width: 576px) {
    .service p {
        width: 100%;
    }

    .service-card {
        padding: var(--sm);
        color: var(--font-color);
        margin: var(--sm) var(--sm) 0 0;
    }

    .service-card .service-indicator {
        height: var(--sm);
        width: var(--sm);
        max-height: var(--sm);
        max-width: var(--sm);
        max-heighteight: var(--sm);
        max-width: var(--sm);
        background: var(--primary-color);
        border-radius: 50%;
        margin-right: var(--sm);
    }

    .service-cards {
        flex-wrap: wrap;
        height: fit-content;
        height: -moz-fit-content;
    }

    .left-cards, .right-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        margin-top: 0;
        width: 100%;
    }
}

/*slider-section*/
.slider-section{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.slider{
    width: 90%;
    margin-bottom: 2%;
    position: relative;
}

.swiper-container {
    height: fit-content;
    height: -moz-fit-content;
}

.swiper-container .navigation-btn{
    width: 10%;
    display: flex;
    top: -50px;
    left: 21px;
    position: relative;
    height: 10%;
}

.swiper-button-prev{
    background-image: url("../images/forward-arrow.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    transform: rotate(180deg);
}

.swiper-button-prev::after {
    display: none;
}

.swiper-button-next{
    background-image: url("../images/forward-arrow.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.swiper-button-next::after {
    display: none;
}

.slider .slider-image {
    width: 100%;
    position: relative;
}

.slider-image img {
    width: 100%;
}

.slider-section .overlay-title {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    right: var(--xl);
    width: calc(46% - var(--xl));
    height: fit-content;
    height: -moz-fit-content;
    padding: var(--xl) 48px;
    background: white;
    color: var(--font-color);
}

.slider-image .overlay-message {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40%;
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    color: white;
}

.overlay-message .message {
    margin: var(--md) 0;
    font-size: 2.8rem;
    line-height: 3.2rem;
}

.overlay-message .author .name {
    margin: var(--md);
}

.overlay-message .author .profile-image {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.overlay-message .author .profile-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.overlay-box {
    opacity: 0.7;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 4vw;
    width: 20%;
    height: 20%;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .slider{
        width: 100%;
        margin: 0;
    }

    .slider-section{
        flex-direction: column;
    }

    .slider-section .overlay-title {
        position: static;
        width: 100%;
        padding: var(--md);
        background: white;
        text-align: right;
        color: var(--font-color);
    }

    .swiper-button-next, .swiper-button-prev{
        display: none !important;
    }

    .overlay-box{
        display: none;
    }
}

@media (max-width: 768px) {
    .slider-section .title{
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
}

@media (max-width: 576px) {
    .slider-section .title{
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .overlay-message .author .profile-image {
        height: 40px;
        width: 40px;
        border-radius: 50%;
    }

    .slider-image .overlay-message {
        right: 20%;
        width: 70%;
    }
}

/*get in touch*/
.get-in-touch {
    padding: var(--section-padding);
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-image: linear-gradient(92.49deg, #333333 0%, rgba(0, 0, 0, 0.1) 100%), url("../images/get-in-touch-background.png");
    color: var(--light-color);
    background-size: cover;
    background-repeat: no-repeat;
}

.get-in-touch .description {
    padding: var(--md) 0;
    font-family: var(--secondary-font);
}

.get-in-touch input {
    border-radius: 10px;
    font-family: var(--primary-font);
    color: var(--font-color);
    width: 30vw;
    padding: var(--md);
    min-width: 165px;
    border: none;
}

.get-in-touch input::placeholder {
    font-family: var(--primary-font);
    color: var(--font-color);
}

.get-in-touch input:focus {
    outline: none;
}

.get-in-touch .btn {
    margin-left: var(--md);
}

@media (max-width: 768px) {
    .get-in-touch input {
        width: 40vw;
        padding: var(--sm);
        min-width: 165px;
        border: none;
    }
}

@media (max-width: 568px) {
    .get-in-touch input {
        width: 70vw;
        padding: var(--sm);
        min-width: 165px;
        border: none;
        font-size: var(--sm);
    }
}

/*our partners*/

.our-partners .logo {
    width: 20vw;
}

/*footer*/

.footer {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/office.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: fit-content;
    height: -moz-fit-content;
    color: var(--light-color);
}

.footer-overlay {
    padding: inherit;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    color: var(--light-color);
    background: #1C1C1C;
    width: 100%;
    opacity: 90%;
    z-index: 0;
}

.footer-content .logo {
    margin-top: var(--md);
}

.footer-col {
    width: 200px;
    margin-top: var(--md);
}

.footer-icon {
    height: 16px;
    width: 16px;
    margin-right: var(--md);
    display: flex;
    align-items: center;
}

.footer-icon img {
    height: 100%;
    width: 100%;
}

.footer-header {
    font-family: var(--primary-font);
    font-size: var(--xl);
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.75px;
    text-align: left;
}

.footer .nav-item, .footer .contact-item {
    margin-top: var(--sm);
    font-size: var(--sm);
}

.footer .nav-item a,.footer .nav-item a:visited{
    color: white;
}

.footer .nav-item a:hover {
    color: var(--primary-color);
}

.footer .terms-and-conditions{
    margin-top: var(--md);
}

/*contact*/
.contact-form .container{
    max-width: 1000px;
    min-width: 250px;
    width: 70%;
    margin: 0 auto;
}

.contact-form .container .hs-form-iframe{
    width: 100%;
}

p.title {
    margin: 15px 0;
}

ul {
    padding-left: 50px;   
}

h3 {
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}
