@font-face {
    font-family: 'Gilroy-Regular';
    src: url('assets/Gilroy/Gilroy-Regular.eot'); /* IE9 Compat Modes */
    src: url('assets/Gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('assets/Gilroy/Gilroy-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('assets/Gilroy/Gilroy-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('assets/Gilroy/Gilroy-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('assets/Gilroy/Gilroy-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
  }

  @font-face {
    font-family: 'Gilroy-SemiBold';
    src: url('assets/Gilroy/Gilroy-SemiBold.eot'); /* IE9 Compat Modes */
    src: url('assets/Gilroy/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('assets/Gilroy/Gilroy-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
         url('assets/Gilroy/Gilroy-SemiBold.woff') format('woff'), /* Pretty Modern Browsers */
         url('assets/Gilroy/Gilroy-SemiBold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('assets/Gilroy/Gilroy-SemiBold.svg#svgFontName') format('svg'); /* Legacy iOS */
  }

:root{
    --primary-blue: #2051FF;
    --primary-blue-dark: #0034EB;
    --blue-100: #F5F9FC;
    --blue-200: #EBF3F9;
    --blue-300: #9FBDFF;
    --blue-600: #2051FF;
    --supplementary-text: #999999;
    --nav-bar-height: 48px;
    --main-font: 'Gilroy-Regular', sans-serif;
}
#toggle-menu{
    visibility: hidden;
}

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

ul {
    list-style: none;
}

body{
    width:100%;
    height:100%;
    background: #fff;
    font-family: var(--main-font);
}

.wrapper{
    width:84%;
    max-width:1154px;
    margin: 0 auto;
}

button{
    background: transparent;
    outline:none;
    border:none;
    cursor: pointer;
}

h1{
    font-size:55px;
    line-height:60px;
    margin-bottom: 1rem;
    font-family: 'Gilroy-SemiBold', sans-serif;
}
img{
    width:100%;
}

a{
    text-decoration:none;
}

/************** HEADER ********************/
header{
    min-height: 1290px;
    padding: 2rem 0;
    width:100%;
    background: var(--primary-blue);
    position:relative;
    overflow: hidden;
    z-index:2;
}

header:before{
    content:"";
    position: absolute;
    width:80%;
    max-width:1081px;
    height:917px; 
    background:url('assets/Ellipse1.svg');
   right:0;
    top:0;
    z-index:-1;
}

/******************* NAV BAR ********************/

.nav-bar{
    margin-top: 45px;
    height:48px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.nav-bar .logo{
    width:110px;
    height:30px;   
}

.show-m{
    display:none;
}

/******************** HERO Section ****************/
.hero-section{
    padding: 80px 0;
    display:flex;
    z-index:100;
    padding-bottom:120px;
    /* height:820px; */

}
.hero-section .hero-image{
    width:50%;
}

.hero-section .hero-content{
    padding-top: 125px;
    color: white;
}



.hero-section .hero-content p{
    max-width:460px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom:0.75rem;
}

.hero-section .hero-content .btn-white-border{
    border: 2px solid white;
    border-radius: 14px;
    background: transparent;
    color:white;
    line-height: 48px;
    width: 187px;
    font-size:18px;
    font-family: inherit;
}

/**************** INTRO section (who we are) *****************/

.intro-section{
    z-index:100;
    color:white;
    padding: 20px 0;
    text-align: center;
    background: url('assets/intro-bg.svg');
    background-size:cover;
    background-position: center center;
    padding-top:80px;
    position:relative;
    width:100%;
    min-height:420px;
}


.intro-section p{
    width:80%;
    margin: 0 auto;
    max-width:683px;
    font-size:18px;
    line-height:28px;
}

/**************** WHAT WE DO Section *****************/

.what-we-do{
    /* min-height:px; */
    width:100%;
    background: white;
    position:relative;
    padding:20px 0;
    padding-bottom:-10px;
}

.what-we-do:before{
    content:"";
    position: absolute;
    background: url('assets/wave5.svg');
    background-size:cover;
    background-position:center;
    top:-99px;
    left:0;
    width:100%;
    height:100px;
    z-index:200;
}

.what-we-do::after{
    content:"";
    position:absolute;
    width:100%;
    height:150px;
    bottom:-50px;
    left:0;
    background: url('assets/wave4.svg') no-repeat;
    background-size:cover;
    background-position:center;
    z-index:100;
}

.what-we-do-inner{
    height:100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #263238;

}

.what-we-do-inner-image{
    width:100%;
    max-width:500px;
    flex:1;
}
.what-we-do-inner-image img{
    width:100%;

}

.what-we-do-inner-eli{
    width:100px;
    padding-top:200px;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    height:inherit;

}
.what-we-do-inner-eli .eli{
    content:"";
    background: #F5F9FC;
    width:10px;
    height:10px;
    border-radius: 50%;
    margin: 10px;
    position:relative;
}

.eli:nth-child(1):after{
    content:"";
    position: absolute;
    background:  rgba(32, 81, 255, 0.1);
    width:200%;
    height:200%;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index:1;
}
.eli:nth-child(1){
    background: var(--primary-blue);
}

.what-we-do-inner-content{
    flex:1;
    width:100%;
    max-width:450px;
    padding:100px 0;
}


.what-we-do-inner-content p{
    font-size:18px;
    line-height: 28px;
    margin-bottom:1.5rem;
}

.what-we-do-inner-content #text-box{
    max-width:100%;
    width: 370px;
    height: 170px;
    background: #F5F9FC;
    border-radius: 18px;
    padding:0.5rem 1.5rem;
}


.what-we-do-inner-content #text-box h3{
    font-size:24px;
    line-height:1.2;
    font-weight:700;
}

.what-we-do-inner-content #text-box p{
    font-size:14px;
    line-height:20px;
    font-weight:500;
}

/**************** Job BOARD / WE ARE HIRING *****************/

.we-are-hiring{
    width:100%;
    background: #F5F9FC;
    padding: 20px 0;
}

.we-are-hiring .inner-content{
    display:flex;
    align-items: center;
    flex-direction: column;
    padding: 2rem 0;
}

.we-are-hiring .inner-content h1{
    color: var(--primary-blue);
    font-size:55px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 2.75rem;
}

.we-are-hiring .inner-content .we-are-hiring-flex-container{
    /* display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; */
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    margin-bottom: 1.75rem;
    width:100%;
}

.job-card{
    width: 350px;
    height: 185px;
    border-radius: 16px;
    margin: 11px 10px;
    background: rgba(255,255,255,0.7);
    display:flex;
    flex-direction: column;
    cursor: pointer;
}

.job-card-top{
    padding-top: 20px;
    padding-left:33px;

    flex:1;
}

.job-card-top #job-title{
    color: #000;
    font-size:22px;
    line-height:27px;
    padding: 5px 0;
}


.job-card-top #job-location{
    font-size: 15px;
    line-height: 18px;
    color: #000;
    opacity:0.4;
    margin-bottom:0.75rem;
}

.job-card-top #job-type{
    width: 80px;
    height: 27px;
    border: 1px solid var(--primary-blue);
    border-radius:6px;
    text-align: center;
    text-transform: uppercase;
    font-size:12px;
    line-height: 27px;
    color: var(--primary-blue);

}

.job-card-bottom {
    border-radius: 0 0 16px 16px;
    padding: 12px 0;
    text-align: center;
    font-size:15px;
    border-top: 1px solid rgba(32, 81, 255, 0.1);
    color: #263238;
}

.job-card:hover .job-card-bottom{
    background: var(--primary-blue);
    color:white;
}

.job-card:hover{
    background: #fff;
}

.we-are-hiring .btn-gray-border{
    border: 1px solid #A9BBC9;
    color: #A9BBC9;
    font-size:16px;
    width: 155px;
    height: 44px;
    text-align: center;
    line-height:44px;
    border-radius: 16px;
    font-family: inherit;
}


/**************** FOOTER *****************/
footer {
    width:100%;
    padding: 2rem 0;
    background:  #F5F9FC;
}
footer .footer-content{
    border-top: 1px solid #A9BBC9;
    padding-top: 2rem;
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #385E7D;
}

footer .footer-content .footer-logo{
    height:30px;
    margin-right: 60px;
    width:110px;
}

footer .footer-content .footer-nav-links{
    display:flex;
    justify-content: flex-start;
    flex:1;
    height:20px;
}

footer .footer-content .footer-nav-links a{
    color:inherit;
    margin-right: 30px;
    text-decoration: none;
    opacity:0.4;
    transition: opacity 0.5s;
}

footer .footer-content .footer-nav-links a:hover{
    opacity:1;
}

footer .footer-copyright{
    opacity:0.4;
    height:20px;
}


@media (max-width:900px){
    .hero-section{
        flex-direction:column-reverse;
    }
    .hero-section .hero-image{
        width:100%;
    }
    .hero-section .hero-image img{
        width:100%;
    }
    header:before{
        max-height:45%;
        background-size:cover;
        width:100%;
        max-width:120%;

    }
    .hero-content, .hero-content p{
        text-align:center;
    }
    .hero-content p{
        margin: 0 auto;
    }
    .what-we-do-inner{
        flex-direction: column-reverse;
    }
    .what-we-do-inner .what-we-do-inner-image{
        width:100%;
    }

    .what-we-do-inner .what-we-do-inner-content{
        text-align: center;
        margin: 0 auto;
    }
    .what-we-do-inner .what-we-do-inner-content #text-box{
        margin: 0 auto;
    }
    .what-we-do-inner .what-we-do-inner-eli{
        flex-direction: row;
        width:100%;
        height:60px;
        padding-top:0;
        justify-content: center;
    }
    .job-card{
        width:300px;
    }
}

@media (max-width:768px){
    .show-m{
        display:block;
    }
    #mobile-menu-btn{
        position: fixed;
        z-index: 300;
        top:45px;
        right:8%;
        cursor: pointer;
    }
    #nav-links{
        background: rgba(255,255,255, 0.9);
        display:none;
    }
    .hamburger-menu{
        height: 45px;
        width: 48px;
        display:flex;
        justify-content: center;
        align-items: center;
        background: #fff;
    }
    .hamburger-btn{
        width:20px;
        height:20px;
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .hamburger-btn .btn-line{
        width:100%;
        height:3px;
        border-radius: 2px;
        background: var(--primary-blue);
    }
    #toggle-menu{
        visibility: hidden;
    }
    #toggle-menu:checked ~#nav-links{
        display:block;
        position:fixed;
        z-index: 300;
        top:90px;
        right:8%;
        padding: 2rem 1rem;
    }
    #toggle-menu:checked ~#nav-links .nav-links__item {
        margin-top: 1.5rem;
    }
    #toggle-menu:checked ~#nav-links .nav-links__item:first-child {
        margin-top: 0;
    }
    #nav-links li .btn-blue{
        background: transparent;
        margin:0;
        padding:0;
    }
    .we-are-hiring-flex-container{
        align-items: center !important;
        justify-content: center !important;
    }
    footer .footer-content{
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    footer .footer-content *{
        margin: 0.5rem 0;
    }

    .what-we-do:before{
    
        background: url('assets/wave5-m.svg') no-repeat;
        background-size:cover;
        background-position:center;
    }
    
    .what-we-do::after{
        background: url('assets/wave4-m.svg') no-repeat;
        background-size:cover;
        background-position:center;

    }
}

.nav-links {
    display: flex;
    align-items: center;
    column-gap: 2.5rem;
    font-family: 'Gilroy-Regular', 'Arial', sans-serif;
}

.nav-links__popup-item {
    position: relative;
}

.nav-links__link,
.nav-links__btn {
    color: black;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: inherit;
    display: block;
}

.nav-links__btn {
    display: flex;
    align-items: center;
}

.nav-links__btn-arrow {
    width: 0.625rem;
    margin-left: 0.375rem;
    transform: rotateZ(180deg);
    transition: transform 0.2s;
}

.nav-links__btn--active .nav-links__btn-arrow {
    transform: none;
}

.nav-links__link-blue {
    color: var(--primary-blue);
    background-color: var(--blue-100);
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
    transition:
        background-color 0.2s,
        color 0.2s;
}

.nav-links__link-blue:hover,
.nav-links__link-blue:active {
    color: var(--primary-blue-dark);
    background-color: var(--blue-200);
}

.products {
    position: absolute;
    inset: auto 0;
    top: calc(100% + 0.5rem);
    display: none;
    transform-origin: center;
}

.products::before {
    content: '';
    background-image: url('/assets/triangle-tip.svg');
    z-index: 2;
    display: block;
    width: 2.125rem;
    height: 0.6875rem;
    position: relative;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.products__list {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    padding: 1.5rem 1.25rem;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 0.625rem 2rem 0 rgb(0 0 0 / 25%);
}

@media (min-width: 769px) {
    .products__list {
        left: 0;
        right: auto;
    }
}

.products__product-item {
    margin-top: 1.5rem;
    border-radius: 0.625rem;
}

.products__product-item-prod {
    transition: background-color 0.150s;
}

.products__product-item-prod .product-item__arrow {
    transition: color 0.150s;
}

.products__product-item-prod:hover {
    background-color: var(--blue-100);
}

.products__product-item-prod:hover .product-item__arrow {
    color: var(--blue-600);
}

.products__product-item:first-child {
    margin-top: 0;
}

.product-item__content {
    display: flex;
    align-items: center;
}

.product-item__img-wrapper {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    overflow: hidden;
    border-radius: 0.625rem;
}

.product-item__img {
    width: 100%;
    height: 100%
}

.product-item__text {
    flex-shrink: 0;
    flex-grow: 1;
    margin-right: 1.375rem;
}

.product-item__text-main {
    display: block;
    margin-bottom: 0.125rem;
    color: black;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.375rem;
}

.product-item__text-secondary {
    display: block;
    width: max-content;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: var(--supplementary-text);
    max-width: 11em;
}

@media (min-width: 480px) {
    .product-item__text-secondary {
        max-width: none;
    }
}

.product-item__arrow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--blue-100);
    border-radius: 0.5rem;
    flex-shrink: 0;
}

.product-item__arrow {
    transform: rotateZ(-90deg);
    color: var(--blue-300);
}

.product-item__dev-container {
    background-color: var(--blue-100);
    border-radius: 0.5rem;
    padding: 0.3125rem 0.625rem;
}

.product-item__dev {
    display: block;
    color: var(--blue-600);
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    line-height: 0.875rem;
}