body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.site-logo img {
	max-width: 225px;
    height: 39px;
    object-fit: cover;
    object-position: top;
    width: 200px;
}

:root {
    animation-duration: 1500ms;
}

.home-navbar {
	position: fixed;
	width: 100%;
    top: 0;
    z-index: 1000;
}

section {
    min-width: 100%;
    min-height: 100vh;
}

.about .container,
.we-work .container,
.teachnologie .container,
.newsletter_site_footer .container {
    align-items: center;
}

a {
    text-decoration: none;
}

#homeNavbar .nav-item .nav-link{
	font-size: 17px;
	font-weight: 400;
	color: #FFF;
    font-family: "Poppins",sans-serif;
}

.banner-layout {
	background: linear-gradient(90deg,#083c66 10%,#078ae2);
	min-height: 100vh;
    overflow: hidden;
}

.scroll {
    background: linear-gradient(90deg,#083c66 10%,#078ae2);
}

.banner-cont {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: unset;
    text-align: left;
    transform: translateY(-50%);
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 0;
}

.banner-cont h1 {
	font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.banner-cont p {
    font-size: 25px;
    font-weight: 500;
    width: 100%;
    max-width: 660px;
    line-height: 31px;
    color: #fff;
}

.banner-layout .image-banner {
    display: flex;
}

.banner-layout .left-bubble-img {
    width: 50%;
    text-align: left;
    height: 100vh;
    justify-content: left;
    align-items: center;
    display: flex;
}

.banner-layout .right-brain-img {
    display: flex;
    align-items: center;
    width: 50%;
    text-align: right;
    height: 100vh;
    justify-content: right;
}

.banner-layout .right-brain-img img {
    max-width: 100%;
    height: auto;
}

.banner-layout .left-bubble-img img {
    width: 40%;
    margin-left: -8%;
}

.banner-layout button {
    padding: 8px 30px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    transition: all .5s;
}

.about {
    text-align: center;
    background: #fff;
}

.about h3 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #212529;
    border-bottom: 4px solid #0f81dc;
    display: inline-block;
    padding-bottom: 5px;
}

.about h4 {
    font-weight: 900;
    color: #707070;
    max-width: 200px;
    margin: 0 auto;
}

.about .tech-box:after {
    content: " ";
    position: absolute;
    top: 32%;
    right: -180px;
    width: 100%;
    border: dashed #eaeaea;
    border-width: 0 0 4px;
}

.about .tech-box.lt-box:after {
    display: none;
}

.about p {
    font-size: 20px;
    color: #848484;
    font-weight: 400;
}

.about h4, we-work h3, .about p {
    font-family: "Source Sans 3", sans-serif;
}

.about .tech-box {
    margin-top: 50px;
    position: relative;
}

.about .tech-box .tech-icon {
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px 3px #dedede;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    transition: all .5s;
    position: relative;
    z-index: 99;
}

.about .tech-box .tech-icon img {
    width: 100%;
    max-width: 90px;
    margin: 0 auto;
    transition: all .5s;
}

.about .tech-box .tech-icon:hover {
    background: #0f81dc;
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
}

.about .tech-box .tech-icon:hover img {
    filter: brightness(100);
}

.we-work,
.newsletter_site_footer,
.about {
    padding: 160px 0 0;
}

.we-work {
    text-align: center;
}

.we-work h3 {
    font-size: 36px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #212529;
    border-bottom: 4px solid #0f81dc;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 60px;
}

.we-work .work-box h5 {
    font-weight: 900;
    font-family: "Source Sans Pro", sans-serif;
    color: #212529;
}

.we-work .work-box p {
    color: #848484;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 17px;
    max-width: 410px;
    margin: 0 auto;
}

.we-work .work-box img {
    width: 100%;
    margin-bottom: 20px;
}

.we-work .work-box a {
    color: #007bff;
    margin-top: 8px;
    display: block;
    transition: all .5s;
    text-decoration: none;
}

.we-work .work-box:hover {
    transform: scale(1.05);
    transition: transform .2s;
    transition-timing-function: ease-out;
}

.teachnologie {
    padding: 200px 0 0;
    background: #fff;
    text-align: center;
}

.teachnologie h3 {
    font-size: 36px;
    border-bottom: 4px solid #0f81dc;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 60px;
}

.teachnologie .techn-btn button {
    background: transparent;
    border: 1px solid #007bff;
    padding: 5px 55px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    transition: all .5s;
    color: #007bff;
}

.teachnologie .techn-box h4, .teachnologie h3 {
    font-weight: 600;
    color: #212529;
}

.teachnologie .techn-box h4 {
    margin: 15px 0 8px;
}


.teachnologie .techn-box p {
    color: #848484;
}

.site-footer {
    background: #0a5693;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    position: relative;
    height: inherit;
    min-height: 555px;
}

.site-footer .top-footer .footer-logo {
    padding: 36px 0;
    border-bottom: 1px solid #9ab9d3;
}

.site-footer .top-footer .footer-logo img {
    width: 100%;
    max-width: 300px;
    height: 57px;
    object-fit: cover;
    object-position: top;
}

.site-footer .bottom-footer {
    width: 100%;
    position: relative;
    height: inherit;
}

.site-footer .bottom-footer p {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    font-size: 19px;
    padding: 36px 15px;
}

.site-footer .color-light {
    background: #daedff;
    color: #0a5692;
    padding: 36px 0;
    text-align: center;
}

.site-footer .color-light ul {
    margin-bottom: 0;
}

.site-footer .color-light .light-clr-txt {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 6px 15px;
}

.site-footer .color-light a {
    color: #0a5692;
    font-size: 16px;
}

.site-footer .color-light p {
    font-size: 16px;
    margin: 0;
}

.newsletter {
    text-align: center;
    padding: 60px 0 40px;
}

.newsletter form {
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
}

.newsletter form .form-group {
    display: flex;
    margin: 0;
}

.newsletter h3 {
    font-size: 36px;
    margin-bottom: 24px;
    font-weight: 600;
    color: #212529;
    display: inline-block;
}

.newsletter form .form-group input {
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
    border-radius: 5px;
    margin-bottom: 24px;
    color: grey;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.newsletter form .form-group button {
    background: #007bff;
    border: 1px solid #007bff;
    font-size: 19px;
    font-weight: 600;
    transition: all .5s;
    width: 100%;
    max-width: 172px;
    height: 48px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.newsletter p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin: 0;
}

.newsletter p a {
    color: #007bff;
}

@media (max-width: 1200px) {
    #homeNavbar .nav-item .nav-link {
        font-size: 15px;
    }
  }

@media screen and (min-width: 992px) {
	#homeNavbar .nav-item .nav-link{
		padding: 0 15px;
	}
    .home-navbar {
        padding: 17px 0;
    }
}

@media only screen and (max-width: 767px) {
    .banner-layout .banner-cont p {
        font-size: 18px;
        line-height: normal;
    }

    #homeNavbar .nav-item .nav-link {
        font-size: 16px;
    }

    .we-work,
    .about {
        padding: 50px 0;
    }

    .newsletter_site_footer
    {
        padding: 50px 0 0;
    }

    .teachnologie {
        padding: 50px 0;
    }

    .about .tech-box:after {
        display: none;
    }

    .banner-layout .banner-cont {
        top: 60%;
        transform: translateY(-60%);
        padding: 0 15px;
        width: 100% !important;
    }

    .banner-layout .banner-cont h1 {
        font-size: 30px;
    }
    
    .newsletter h3 {
        font-size: 34px;
    }

    .techn-box {
        text-align: center !important;
    }

    .work-box {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1300px) {
    .banner-layout .banner-cont p {
        font-size: 20px;
    }
    .banner-layout .banner-cont {
        width: calc(100% - 230px) !important;
        max-width: 100%;
        position: absolute;
        top: 62%;
        transform: translateY(-62%);
    }
    .banner-layout .banner-cont h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-layout .banner-cont h1 {
        font-size: 28px;
    }
    .banner-layout .banner-cont {
        width: calc(100% - 10px) !important;
        max-width: 100%;
        top: 50%;
    }
    .banner-layout .image-banner .left-bubble-img {
        display: none;
    }
    .banner-layout .image-banner .right-brain-img {
        width: 80%;
        margin: 60% auto 0;
    }
    .we-work h3, .about h3, .teachnologie h3 {
        font-size: 28px;
    }
    .about p {
        font-size: 18px;
    }
    .we-work .work-box p {
        padding: 0 15px;
    }
    .we-work .work-box {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .we-work, .teachnologie, .about {
        padding: 50px 0;
    }
    .techn-box {
        text-align: center !important;
    }
    .light-clr-txt {
        width: 100%;
    }
    .home-navbar {
        background: linear-gradient(90deg,#083c66 10%,#078ae2);
    }
    .newsletter {
        padding: 40px 0;
    }
    .newsletter h3 {
        font-size: 28px;
    }

    .newsletter form .form-group {
        display: block;
    }

    .newsletter form .form-group button, .newsletter form .form-group input {
        margin-bottom: 10px;
        border-radius: 5px;
    }

    .newsletter form .form-group button {
        max-width: 100%;
    }

    .site-footer .bottom-footer p {
        font-size: 16px;
    }
}

.nav-dots {
    position: fixed;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1000;
  }

  /* Each dot */
  .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.6);
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    border: 1px solid #2679ce;
  }

  .dot.active {
    background: #0f81dc;
    transform: scale(1.3);
    &:first-child {
         background: #FFF;
    }
  }

  /* Allow normal scroll on mobile/tablets */
  @media (max-width: 1024px) {
    html, body {
      overflow: auto;
    }
    .nav-dots {
      display: none;
    }
  }