/* Start fontfaces */
@font-face {
  font-family: landingPageBoldFont;
  src: url(../assets/fonts/helvetica-neue-lt-pro-2-cufonfonts/HelveticaNeueLTProBdEx.otf);
}

@font-face {
    font-family: landingPageLightFont;
    src: url(../assets/fonts/helvetica-neue-lt-pro-2-cufonfonts/HelveticaNeueLTProLtEx.otf);
}

@font-face {
    font-family: landingPageRomanFont;
    src: url(../assets/fonts/helvetica-neue-lt-pro-2-cufonfonts/HelveticaNeueLTProRoman.otf);
}
/* End fontfaces */

/* Start shared css*/
* {
    box-sizing: border-box;
}
html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
}

.wide-container {
    max-width: 600px;
    margin: 0 auto;
}

.normal-container {
    max-width: 1040px;
    margin: 0 auto;
}

/* End shared css */

/* Start header */

/* Start upper yellow note container */
.upper-yellow-note-container {
    background-color: #F1E300;
    width: 100%;
    height: auto;
    color: #000000;
    text-align: center;
    font-family: landingPageLightFont;
}

.upper-yellow-note-container p {
    margin: 0 auto;
    padding: 0;
    font-size: 0.81rem;
    line-height: 27px;
}
/* End upper yellow note container */

/* End header */

/* Start upper sections with the blackground */
.upper-sections-with-black-background {
    background-image: url(../assets/images/black_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 18.34rem;
}

.upper-sections-with-black-background header {
    padding-top: 27px;
    text-align: center;
}

.upper-sections-with-black-background .we-talk-in-number-section {
    margin-top: 10rem;
    display: grid;
    grid-auto-flow: column;
    gap: 2rem;
    grid-template-columns: repeat(2, [col] 50%);
    grid-template-rows: repeat(2, [row] auto);
}

/* Start we talk in numbers section */
    /* Start we talk in numbers details */
.upper-sections-with-black-background .we-talk-in-number-section {
    grid-column: col / span 1;
    grid-row: row;
}

.upper-sections-with-black-background .we-talk-in-number-section .we-talk-in-numbers-details h1 {
    font-family: landingPageBoldFont;
    font-weight: 700;
    font-size: 4rem;
    margin-bottom: 16px;
    color: #ffffff;
}

.upper-sections-with-black-background .we-talk-in-number-section .we-talk-in-numbers-details aside p {
    font-family: landingPageLightFont;
    font-size: 1.25rem;
    color: #CCCCCC;
    line-height: 24px;
    margin: 0;
}
    /* End we talk in numbers details */
    /* Start we talk in numbers clients slider */

.we-talk-in-number-section .we-talk-in-numbers-clients-samples {
    grid-column: col 2 / span 1;
    grid-row: row;
    text-align: center;
    margin: auto 0;
}

.we-talk-in-number-section .splide .splide__slide img{
    max-width: 400px;
    max-height: 400px;
}

    /* End we talk in numbers clients slider */

    /* Start lets talk about you potential container*/
.we-talk-in-number-section .lets-talk-about-your-potenial-link-container  {
    grid-column: col;
    grid-row: row 2;
}

.we-talk-in-number-section .lets-talk-about-your-potenial-link-container a {
    text-decoration: none;
    background: #F0E300;
    padding: 17px;
    color: black;
    font-family: landingPageLightFont;
    font-weight: 400;
    margin: 0 auto;
    font-size: 1rem;
    width: auto;
}
    /* End lets talk about you potential container*/
/* End we talk in numbers section */

/* Start our process section */
.our-process-section-container {
    margin-top: 24.68rem;


}

.our-process-section-container .our-process-heading h2{
    text-align: center;
    color: #ffffff;
    font-family: landingPageBoldFont;
    font-size: 4rem;
}

.our-process-section-container .our-process-content {
    margin-top: 6.18rem;
    display: grid;
    grid-auto-flow: row;
    grid-gap: 10px;
}

.our-process-section-container .our-process-content .our-process-row {
    display: grid;
    grid-auto-flow: column;
    gap: 2.25rem;
    justify-content: center;
}

.our-process-section-container .our-process-content .our-process-row .circle {
    width: 300px;
    height: 310px;
    border-radius: 50%;
    border: 5px solid #F1E300;
    display: grid;
    grid-auto-flow: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #222224;
    position: relative;
}

.our-process-section-container .our-process-content .our-process-row .circle p {
    margin: 0 auto;
    font-size: 2rem;
    color: #F1E300;
    font-family: landingPageRomanFont;
}

.our-process-section-container .our-process-content .our-process-row .circle img {
    margin: 0 auto;
}

.our-process-section-container .our-process-content .our-process-row .circle .arrow-of-first-circle {
    position: absolute;
    bottom: 0;
    left: 94%;
}

.our-process-section-container .our-process-content .our-process-row .circle .arrow-of-second-circle {
    position: absolute;
    top: 64%;
    right: 91%
}

.our-process-section-container .our-process-content .our-process-row .circle .arrow-of-third-circle {
    position: absolute;
    bottom: 0;
    left: 90%;
}

.our-process-section-container .our-process-content .our-process-row .deatils-of-circle {
    display: grid;
    align-items: center;
    color: #CCCCCC;
    font-size: 1.25rem;
    font-weight: 300;
    justify-content: center;
    font-family: landingPageLightFont;
}
/* End our process section */
/* End upper sections with the blackground */

/* Start impact that stings section */
.impact-that-stings-section {
    background-image: url('../assets/images/white_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10.62rem;
    padding-bottom: 3.75rem;
    margin: 0 auto;
    text-align: center;
}

.impact-that-stings-section h3 {
    font-size: 4rem;
    margin: 0;
    font-family: landingPageBoldFont;
    color: #222224;

}

.impact-that-stings-section p {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 24px;
    font-family: landingPageLightFont;
}

.impact-that-stings-section .impact-that-stings-clients-slider {
    padding-top: 4rem;
    padding-bottom: 9.68rem;
}

.impact-that-stings-section .impact-that-stings-clients-slider .splide__slide img {
    width: 100%;
}

.impact-that-stings-section .impact-that-stings-clients-slider .splide__arrow {
    width: 44px;
    height: 44px;
    border-radius: 0;
    color: black;
    background-color: #F0E300;
    opacity: 1;
}

.impact-that-stings-section .lets-talk-about-your-potenial-link-container a {
    text-decoration: none;
    background: #F0E300;
    padding: 17px;
    color: black;
    font-family: landingPageLightFont;
    font-weight: 400;
    margin: 0 auto;
    font-size: 1rem;
    width: auto;
}
/* End impact that stings section */

/* Start what they about us section */
.what-they-say-about-us {
    background-image: url(../assets/images/testimonials_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7.5rem 0;
}

.what-they-say-about-us .what-they-say-about-us-content {
    border: 3px solid #F0E300;
    padding: 6.25rem 4rem;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 40% 60%;
    /* gap: 24px; */
    height: 30.62rem;
}

.what-they-say-about-us .what-they-say-about-us-content h4 {
    font-size: 4rem;
    font-family: landingPageBoldFont;
    color: #ffffff;
    margin: 0;
}
    /* Start what they say about us slider*/
.what-they-say-about-us .testimonial-card {
    width: 32.37rem;
    height: 14rem;
    background-color: #F0E300;
    padding: 36px 32px;
    display: grid;
    grid-auto-flow: row;
    gap: 1rem;
}

.what-they-say-about-us .testimonial-card p {
    margin: 0;
    font-family: landingPageLightFont;
    font-size: .9rem;
}

.what-they-say-about-us .testimonial-authour-details {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 4.37rem auto;
}

.what-they-say-about-us .testimonial-authour-image {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;

}

.what-they-say-about-us .testimonial-authour-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.what-they-say-about-us .testimonial-authour-details .testimonial-authour-name {
    display: grid;
    grid-auto-flow: row;
    align-items: center;
    grid-template-rows: 1fr;
    margin: auto 0;
}

.what-they-say-about-us .testimonial-authour-details .testimonial-authour-name p {
    margin: 0;
    text-align: start;
    font-family: landingPageLightFont;
    color: black;
}

.what-they-say-about-us .splide-testimonials {
    width: 32.5rem;
    height: 18.75rem;
}

.what-they-say-about-us .testimonials .splide__arrow {
    top: 114%;
}

.what-they-say-about-us .testimonials .splide__arrow--prev {
    left: 25rem;
}

.what-they-say-about-us .testimonials .splide__arrow--next {
    right: 1.7rem;
}

.what-they-say-about-us .testimonials .splide__arrow {
    width: 44px;
    height: 44px;
    border-radius: 0;
    color: black;
    background-color: #F0E300;
    opacity: 1;
}
    /* Start what they say about us slider*/
/* End what they about us section */

/* Start somd of our clients */
.some-of-our-clients .normal-container {
    padding: 12.5rem 0;
    display: grid;
    grid-auto-flow: row;
    gap: 3.75rem;
}

.some-of-our-clients .some-of-our-clients-heading {
    text-align: center;
}

.some-of-our-clients .some-of-our-clients-heading h5 {
    font-size: 4rem;
    font-family: landingPageBoldFont;
    color: #1F2028;
    margin: 0;
}

/* End somd of our clients */

/* Start meet our team section */
.bottom-sections-with-same-bg-container {
    background-color: #222324;
}


.bottom-sections-with-same-bg-container .meet-our-team-content-container {
    padding: 12.5rem 0;
}

.bottom-sections-with-same-bg-container .meet-our-team-content-container .meet-our-team-content {
    background-color: #2F2F2F;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 50% 50%;
    padding: 2rem;
}

.bottom-sections-with-same-bg-container .meet-our-team-content-container .meet-our-team-content .team-tabs {
    display: grid;
    grid-auto-flow: row;
}

.bottom-sections-with-same-bg-container .meet-our-team-content-container .meet-our-team-content .team-tabs .meet-our-team-heading {
    width: 20.93rem;
    position: relative;
}

.bottom-sections-with-same-bg-container .meet-our-team-content-container .meet-our-team-content .team-tabs .meet-our-team-heading h6 {
    font-size: 4rem;
    font-family: landingPageBoldFont;
    color: #F1E300;
    margin: 0;
    position: absolute;
    bottom: -2.5rem;
}

.bottom-sections-with-same-bg-container .meet-our-team-content-container .meet-our-team-content .team-tabs .tabs {
    margin: 2rem 0 0;
}


ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tabs li {
    color: #FFFFFF;
    display: block;
    padding: 0.9rem 1.5rem 0.9rem 0;
    cursor: pointer;
    border-bottom: 0.5px solid #222224;
    width: 95%;
    font-family: landingPageLightFont;
}

ul.tabs li.current {
    color: #F1E300;
}

.tab-content {
    display: none;
    background: #ededed;
    padding: 1rem;
}

.tab-content.current {
    display: inherit;
    height: 23.87rem;
}

.tabs-value {
    margin: -4.68rem auto 0 auto;
    width: 100%;
}
/* End meet our team section */

/* Start ready to grow section */
.ready-to-grow {
    background-image: url('../assets/images/ready-to-grow-bg.svg');
    height: 44.37rem; 
    text-align: center   
}

.ready-to-grow .ready-to-grow-heading h6 {
    font-family: landingPageBoldFont;
    font-size: 4rem;
    padding-top: 25rem;
    margin: 0;
}

.ready-to-grow .ready-to-grow-sub-heading p {
    font-family: landingPageLightFont;
}

.ready-to-grow .ready-to-grow-call-to-action-button {
    margin-top: 4rem;
    text-align: center;
}

.ready-to-grow .ready-to-grow-call-to-action-button a {
    color: #F1E300;
    font-weight: 400;
    font-size: 1rem;
    font-family: landingPageRomanFont;
    background-color: #222224;
    padding: 1rem 2rem;
    text-decoration: none;
}
/* End ready to grow section */

/* Start footer */
footer {
    background-color: #F1E300;
    padding: 2rem 0;
    width: 100%;
}

footer .footer-content {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 50% 50%;
    align-items: center;
}

footer .footer-content .copy-rights p {
    font-family: landingPageLightFont;
    font-size: 1rem;
}

footer .footer-content .social-links {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 3rem 3rem 3rem;
    justify-content: end;
}

footer .footer-content .social-links a {
    text-decoration: none;
}

.mobile-view {
    display: none;
}

/* End footer */

