body {
    margin: 0;
    background: linear-gradient(185.91deg, #111A29 32.46%, #202631 45.09%, #202631 77.5%, #131925 92.55%);
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
* {
    box-sizing: inherit;
    font-family: 'Poppins', sans-serif;
}
img {
    height: auto;
    max-width: 100%;
    border-style: none;
}
p {
    margin: 0;
}
h1, h2, h3, h4, h5, a, p {
    color: #fff;
    margin: 0;
}
a {
    text-decoration: none;
}
h1 {
    font-size: clamp(3.2rem, 6vw, 7rem);
    line-height: clamp(3.3rem, 6vw, 7rem);
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}
h2 {
    font-size: clamp(2.2rem, 4vw, 7rem);
    line-height: clamp(2.8rem, 4vw, 7rem);
    font-weight: 600;
}
h3 {
    font-size: 40px;
    line-height: 55px;
}
h4 {
    font-size: clamp(1.5rem, 2.5vw, 1.85rem);
    line-height: 30px;
}
h5 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
}
hr {
    height: 1px;
    background-color: #9D9E9E;
    opacity: 0.5;
    width: calc(100% + 80px);
    margin-left: -40px;
    border: 0;
}
.triangle {
    position: absolute;
    z-index: -5;
}
.triangle:nth-of-type(n) {
    animation: floatX 5s ease-in-out infinite;
}
.triangle:nth-of-type(2n) {
    animation: floatY 5s ease-in-out infinite;
}
@keyframes floatX {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(-20px);
	}
	100% {
		transform: translateX(0px);
	}
}
@keyframes floatY {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0px);
	}
}
.move {
    transform: translateX(-10px);
}
.triangle-one {
    top: 28%;
    left: 15%;
}
.triangle-two {
    right: 0;
    top: 41%;
}
.triangle-three {
    left: 9%;
    top: 43.5%;
}
.triangle-four {
    right: 27%;
    top: 51%;
}
.triangle-five {
    right: 8%;
    top: 66%;
}
.triangle-six {
    left: 61%;
    top: 70.5%;
}
.triangle-seven {
    top: 74%;
    left: 0;
}
.triangle-eight {
    top: 74%;
    right: 16%;
    display: none;
}
.triangle-nine {
    top: 81%;
    right: 5%;
}
.triangle-ten {
    top: 89%;
    left: 22%;
}
.mobile {
    display: none;
}
.button, .email-button {
    padding: 25px 0;
    font-size: 20px;
    line-height: 24.2px;
    border: 1px solid #fff;
    border-radius: 15px;
    text-align: center;
    font-family: 'Inter', sans-serif;
}
.button:hover, .email-button:hover {
    background-color: #fff;
    color: #A2BD30;
    transition: all 0.5s ease;
} 
.email-button::before {
    content: attr(data-website) "\0040" attr(data-user);
    unicode-bidi: bidi-override;
    direction: rtl;
}
header {
    position: fixed;
    z-index: 10;
    display: flex;
    width: calc(100% - 100px);
    align-items: center;
    padding: 0 50px;
    height: 89px;
    background-color: #fff;
    transition: all 0.5s ease;
}
header > a:first-of-type {
    max-height: 40px;
}
header.sticky {
    padding: 0 50px;
    height: 76px;
}
header.sticky .desktop-menu a {
    font-size: 18px;
    padding: 25px 0;
}
.desktop-menu {
    display: flex;
    height: 89px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.desktop-menu > div {
    display: flex;
    gap: 50px;
    padding-left: 50px;
    height: 100%;
}
header.sticky .desktop-menu {
    height: 76px;
}
.desktop-menu a {
    color: #8F9090;
    font-family: 'Inter', sans-serif;
    transition: font-size 0.5s ease;
    padding: 32.5px 0;
    font-size: 20px;
}
.desktop-menu a:hover {
    color: #A2BD30;
    border-bottom: 3px solid #A2BD30;
}
.burger, .mobile-menu {
    display: none;
}
.section-header div {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.section-header hr {
    margin-top: 38.5px;
    margin-bottom: 32px;
}
.section-header h5 {
    font-family: 'Inter', sans-serif;
}
.home-page, .sap-services-page, .smart-warehouses-page, .iot-page, .careers-page, .contact-page {
    padding-bottom: 190px;
    position: relative;
}
.site-padding {
    padding-left: 11vw;
    padding-right: 11vw;
}
/* Hero */
.home-page .hero-section video {
    position: absolute;
    top: 89px;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100vh;;
    z-index: -5;
}
.hero-section {
    background-color: rgba(32, 38, 49, 0.45);
    height: 100vh;
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding-top: 89px;
}
.hero-helper-wrapper {
    height: 42vh;
}
.sap-services-page .hero-section {
    background: linear-gradient(rgba(32, 38, 49, 0.45), rgba(32, 38, 49, 0.45)), url(img/sap-services-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.smart-warehouses-page .hero-section {
    background: linear-gradient(rgba(32, 38, 49, 0.45), rgba(32, 38, 49, 0.45)), url(img/smart-warehouse-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.iot-page .hero-section {
    background: linear-gradient(rgba(32, 38, 49, 0.45), rgba(32, 38, 49, 0.45)), url(img/iot-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.careers-page .hero-section {
    background: linear-gradient(rgba(32, 38, 49, 0.45), rgba(32, 38, 49, 0.45)), url(img/careers-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hero-section h1 {
    text-transform: uppercase;
}
.hero-section h1 span:first-of-type {
    color: #F5D800;
}
.hero-section h1 span {
    color: #0299DA;
}
.hero-section h1 span:last-of-type {
    color: #B00051;
}
.hero-section hr {
    margin-top: 45px;
    margin-bottom: 40px;
}
.hero-section h5 {
    font-family: 'Inter', sans-serif;

}
/* Services */
.intro-section {
    border-radius: 75px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.35);
    margin-top: -110px;
    height: 950px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.services-section {
    background: linear-gradient(180deg, rgba(162, 189, 48, 0.5) 1.33%, #A2BD30 11.1%, #6B8C0B 100.31%);
}
.services-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minMax(0, 1fr));
    grid-column-gap: 25px;
    margin-top: 60px;
}
.service {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    transition: all 0.5s ease;
}
.service:hover {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.35);
    background: linear-gradient(212.94deg, rgba(245, 216, 0, 0) 0%, rgba(245, 216, 0, 0.45) 100%);
}
#lottie-1, #lottie-2, #lottie-3 {
    width: 220px;
    /* height: 140px; */
}
.service:hover .button {
    background-color: #fff;
    color: #A2BD30;
}
.service * {
    font-family: 'Inter', sans-serif;
}
.service h4 {
    white-space: nowrap;
    font-weight: 800;
}
.service p {
    font-size: clamp(0.87rem, 2.5vw, 1rem);
    line-height: 25px;
    text-align: center;
}
.service a {
    padding: 25px 0;
    width: calc(100% - 50px);
    white-space: nowrap;
}
/* Reasons */
.reasons-section {
    padding-top: 190px;
    padding-bottom: 190px;
}
.reasons-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minMax(0, 1fr));
    grid-gap: 60px 56px;
    margin-top: 70px;
}
.reasons-section .section-header br {
    display: none;
}
.circles-wrapper {
    position: relative;
    width: 137px;
    height: 124.5px;
}
.circle {
    background-color: transparent;
    border: 2px solid;
    border-radius: 50%;
    position: absolute;
    transition: all 0.5s ease;
}
.circle-red {
    border-color: #B00051;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    z-index: 4;
}
.circle-red:hover {
    top: -10px;
    left: -10px;
    width: 75px;
    height: 75px;
}
.circle-green {
    border-color: #A2BD30;
    top: 0;
    right: 0;
    width: 112px;
    height: 112px;
    z-index: 0;
}
.circle-green:hover {
    top: -20px;
    right: -20px;
    width: 140px;
    height: 140px;
}
.circle-blue {
    border-color: #0299DA;
    bottom: 0;
    left: 0;
    width: 93.5px;
    height: 93.5px;
    z-index: 2;
}
.circle-blue:hover {
    bottom: -15px;
    left: -15px;
    width: 117px;
    height: 117px;
}
.circle-yellow {
    border-color: #F5D800;
    bottom: 0;
    right: 0;
    width: 53px;
    height: 54.5px;
    z-index: 4;
}
.circle-yellow:hover {
    bottom: -10px;
    right: -10px;
    width: 66.5px;
    height: 68px;
}
.reason {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-column-gap: 25px;
    padding: 97px 46px 94.5px 46px;
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    position: relative;
    align-items: center;
}
.reason h3 {
    font-weight: 600;
}
.reason::before {
    content: "";
    position: absolute;
    top: -44px;
    right: 46px;
    width: 115px;
    height: 115px;
    background: linear-gradient(225deg, #0299DA -0.29%, #0265DA 100.11%);
    border-radius: 50%;
}
.reasons-wrapper .reason:nth-child(2):before {
    background: linear-gradient(225deg, #A2BD30 0.07%, #6B8C0B 99.85%);
}
.reasons-wrapper .reason:first-of-type::before {
    background: linear-gradient(225deg, #B00051 0.11%, #710F3C 99.89%);
}
.reasons-wrapper .reason:last-of-type::before {
    background: linear-gradient(224.82deg, #F5D800 -0.11%, #A89505 99.97%);
}
.reason p {
    color: #9D9E9E;
    font-size: 20px;
    line-height: 27px;
    margin-top: 10px;
    font-family: 'Inter', sans-serif;
}
.open-positions-section {
    background-image: url(img/workplace-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 920px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 75px;
}
.open-positions-section hr {
    background-color: #fff;
}
.open-positions-section a {
    padding: 25px 0px;
    width: 324px;
    margin-top: 70px;
}
.highlights-section {
    padding-top: 190px;
    padding-bottom: 190px;
}
.highlights-section .section-header hr {
    margin-top: 52px;
    margin-bottom: 98px;
}
.highlights-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minMax(0, 1fr));
    grid-column-gap: 26px;
}
.highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1 / 1;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15);
    background: linear-gradient(43.9deg, #2C799A 16.91%, #0299DA 85.61%);
}
.highlight hr {
    width: 85%;
    background-color: #fff;
    opacity: 0.5;
    margin: 21px 0 11px 0;
}
.highlights-wrapper .highlight:first-of-type {
    background: linear-gradient(43.9deg, #8E0745 16.91%, #B00051 85.61%);
}
.highlights-wrapper .highlight:nth-child(2) {
    background: linear-gradient(43.9deg, #76961A 16.91%, #A1BC2F 85.61%);
}
.highlights-wrapper .highlight:last-of-type {
    background: linear-gradient(43.9deg, #B6A20B 16.91%, #F5D800 85.61%)
}
.highlight h3 {
    font-size: clamp(1rem, 2vw, 4rem);
    line-height: clamp(1rem, 2vw, 2.1rem);
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}
.highlight p {
    font-size: 17px;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
} 
/* @property --num {
    syntax: '<integer>';
    initial-value: 0;
    inherits: false;
} 
.projects-counter, .meetings-counter, .lines-counter, .coffee-counter {
    counter-set: num var(--num);
    animation-fill-mode: forwards !important;
}
.projects-counter {
    animation: counterProject 5s ease-in-out;
}
.meetings-counter {
    animation: counterMeetings 6s ease-in-out;
}
.lines-counter {
    animation: counterLines 8s ease-in-out;
}
.coffee-counter {
    animation: counterCoffee 7s ease-in-out;
}
@keyframes counterProject {
    from {
      --num: 0;
    }
    to {
      --num: 68;
    }
}
@keyframes counterMeetings {
    from {
      --num: 0;
    }
    to {
      --num: 124;
    }
}
@keyframes counterLines {
    from {
      --num: 0;
    }
    to {
      --num: 85000;
    }
}
@keyframes counterCoffee {
    from {
      --num: 0;
    }
    to {
      --num: 1856;
    }
}
.projects-counter::after, .meetings-counter::after, .lines-counter::after, .coffee-counter::after {
    content: counter(num);
} */

/* Contact us */
.contact-us-section {
    background: linear-gradient(180deg, #0299DA 0%, rgba(2, 153, 218, 0.3) 100%);
    margin: 0 11vw;
    padding: 104px 10% 94px;
    text-align: center;
    border-radius: 30px;
}
.contact-us-section hr {
    background-color: #fff;
    opacity: 0.5;
}
.contact-us-section .section-header h2 br {
    display: none;
}
.contact-us-section h5 {
    opacity: 0.7;
}
.contact-us-section .button {
    display: inline-block;
    margin-top: 50px;
    text-transform: uppercase;
    letter-spacing: 6.5px;
    max-width: 376px;
    width: 100%;
}
footer {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
footer a, footer p {
    color: #9D9E9E;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-top hr {
    display: none;
}
.footer-top p {
    font-size: 15px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
}
.footer-top p:first-of-type {
    margin-top: 34px;
}
.footer-menu-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minMax(0, 1fr));
    grid-column-gap: 60px;
}
.footer-menu-wrapper a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Inter', sans-serif;
}
.footer-menu-wrapper a:not(:first-of-type) {
    margin-top: 16px;
}
footer hr {
    margin-top: 54px;
    margin-bottom: 27px;
}

/* SAP Services */
.sap-services-page .hero-section h1 span {
    color: #0299DA;
}
.sap-services-page .intro-section {
    background: linear-gradient(180deg, rgba(2, 153, 218, 0.5) 2.7%, #0299DA 10.95%, #0265DA 100%);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.35);
    border-radius: 75px;
    margin-top: -110px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(2, minMax(0, 1fr));
    grid-column-gap: 30px;
}
.sap-services-page .intro-section h1 {
    font-size: clamp(3.2rem, 6vw, 7rem);
    line-height: clamp(3.3rem, 6vw, 7rem);
    text-transform: uppercase;
}
.sap-services-page .intro-section h1 span {
    -webkit-text-stroke: 2px #fff;
    color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}
.services-desc-section {
    padding-top: 311px;
}
.services-desc-section hr {
    margin-top: 95px;
    margin-bottom: 110px;
    position: relative;
    z-index: -6;
}
.service-wrapper {
    position: relative;
}
.service-wrapper:nth-of-type(2n) img.desktop {
    margin-left: auto;
    display: block;
}
.service-wrapper h3 {
    font-size: 50px;
    line-height: 65px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-top: 50px;
}
.service-wrapper:nth-of-type(2n) h3 {
    margin-top: 4px;
}
.service-wrapper p {
    font-size: 26px;
    line-height: 35px;
    font-family: 'Inter', sans-serif;
    margin-top: 25px;
}
.service-wrapper::before {
    content: "";
    position: absolute;
    width: 800px;
    aspect-ratio: 1 / 1;
    top: -160px;
    left: -290px;
    background: linear-gradient(225deg, #A2BD30 0%, #76961A 100%);
    border-radius: 50%;
    z-index: -5;
}
.services-desc-section .service-wrapper:nth-of-type(2n)::before {
    left: unset;
    right: -305px;
    top: -205px;
} 
.services-desc-section .service-wrapper:first-of-type::before {
    background: linear-gradient(225deg, #B00051 0%, #710F3C 100%);
}
.services-desc-section .service-wrapper:nth-of-type(3)::before {
    background: linear-gradient(225deg, #0299DA 0%, #0265DA 100%), no-repeat;
}
.services-desc-section .service-wrapper:last-of-type::before {
    background: linear-gradient(225deg, #F5D800 0%, #A89505 100%), no-repeat;
}
.sap-services-page .contact-us-section {
    margin-top: 25vw;
}
/* Smart Warehouses */
.smart-warehouses-page .intro-section {
    background: linear-gradient(180deg, rgba(245, 216, 0, 0.5) 0%, #F5D800 10.42%, #A89505 100%);
}
.smart-warehouses-page .intro-section h4 {
    font-family: 'Poppins', sans-serif;
    line-height: 45px;
    font-weight: 300;
}
.smart-warehouses-page .intro-section hr {
    background-color: #fff;
}
.smart-warehouses-page .hero-section h1 span {
    color: #F5D800;
}
.benefits-section {
    padding-top: 190px;
    padding-bottom: 190px;
}
.benefits-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minMax(0, 1fr));
    grid-gap: 100px 56px;
    margin-top: 168px;
}
.benefit {
    padding: 200px 50px 115px;
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    position: relative;
}
.benefit::before {
    content: url(img/scalability.svg);
    position: absolute;
    top: -57.5px;
    width: 215px;
    height: 215px;
    background: linear-gradient(225deg, #0299DA -0.29%, #0265DA 100.11%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.benefits-wrapper .benefit:nth-child(2):before {
    content: url(img/management.svg);
    background: linear-gradient(225deg, #A2BD30 0.07%, #6B8C0B 99.85%);
}
.benefits-wrapper .benefit:first-of-type::before {
    content: url(img/efficiency.svg);
    background: linear-gradient(225deg, #B00051 0.11%, #710F3C 99.89%);
}
.benefits-wrapper .benefit:last-of-type::before {
    content: url(img/adaptability.svg);
    background: linear-gradient(224.82deg, #F5D800 -0.11%, #A89505 99.97%);
}
.benefit h3 {
    font-size: 45px;
    height: 125px;
}
.benefit p {
    font-size: 22px;
    line-height: 25px;
    margin-top: 10px;
    font-family: 'Inter', sans-serif;
}
.smart-warehouses-page .contact-us-section {
    background: linear-gradient(180deg, #F5D800 0%, rgba(245, 216, 0, 0.3) 100%);
}
/* IoT */
.iot-page .intro-section {
    background: linear-gradient(180deg, rgba(176, 0, 81, 0.5) 0%, #B00051 11.46%, #710F3C 100%);
}
.iot-page .intro-section h4 {
    line-height: 45px;
    font-weight: 300;
}
.iot-section {
    padding-top: 250px;
}
.iot-wrapper {
    display: grid;
    grid-template-columns: 1fr 30%;
    grid-column-gap: 10vw;
    align-items: center;
}
.iot-wrapper:last-of-type {
    grid-template-columns: 30% 1fr;
}
.iot-wrapper h3 {
    font-size: 50px;
    line-height: 65px;
}
.iot-wrapper p {
    margin-top: 50px;
    font-size: 26px;
    line-height: 35px;
    font-family: 'Inter', sans-serif;
}
.iot-section hr {
    margin-top: 200px;
    margin-bottom: 110px;
}
.iot-page .contact-us-section {
    margin-top: 315px;
    background: linear-gradient(180deg, #B00051 0%, rgba(176, 0, 81, 0.3) 100%);
}
/* Careers */
.careers-page .hero-section h1 span {
    color: #A2BD30;
}
.careers-page .intro-section {
    background: linear-gradient(180deg, rgba(162, 189, 48, 0.5) 0%, #A2BD30 8.61%, #6B8C0B 100%);
}
.careers-page hr {
    background-color: #fff;
}
.open-positions-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minMax(0, 1fr));
    grid-column-gap: 25px;
    margin-top: 70px;
}
.open-position {
    border: 1px solid #fff;
    text-align: left;
    padding: 75px 50px 70px;
    border-radius: 30px;
    position: relative
}
.open-position h4 {
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
}
.open-position p {
    margin-top: 30px;
}
.open-position a {
    display: flex;
    justify-content: center;
    margin: 45px 0 0;
    width: 100%;
}
.open-position::before {
    content: "";
    position: absolute;
    top: -57.5px;
    right: 46px;
    width: 115px;
    height: 115px;
    background: url(img/developer-icon.svg), #A2BD30;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 1px solid #fff;
    background-position: center;
}
.open-positions-wrapper .open-position:first-of-type:before {
    background: url(img/consultant-icon.svg), #A2BD30;
    background-repeat: no-repeat;
    background-position: center;
}
.open-positions-wrapper .open-position:last-of-type:before {
    background: url(img/automation-developer-icon.svg), #A2BD30;
    background-repeat: no-repeat;
    background-position: center;
}
/* Contact us */
.contact-page .hero-section {
    background: linear-gradient(rgba(32, 38, 49, 0.45), rgba(32, 38, 49, 0.45)), url(img/contact-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#map {
    aspect-ratio: 1 / 1;
    border-radius: 50px;
}
.contact-page h5, .contact-page a {
    font-family: 'Inter', sans-serif;
}
.contact-page .intro-section {
    background: linear-gradient(180deg, rgba(162, 189, 48, 0.5) 0%, #A2BD30 8.61%, #6B8C0B 100%);
}
.helper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minMax(0, 1fr));
    grid-column-gap: 20px;
}
.contact-page .intro-section hr {
    display: none;
}
.contact-page .intro-section h5 {
    margin-top: 60px;
}
textarea, .contact-form input {
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #57585A;
    font-family: 'Inter', sans-serif;
    border-radius: 15px;
    border: none;
    display: block;
    outline: none;
    padding: 25px 55px;
}
.contact-form input {
    margin-top: 15px;
}
.contact-form .button {
    color: #fff;
    background-color: transparent;
    margin-top: 50px;
    width: 45%;
    min-width: 200px;
    cursor: pointer;
}
.contact-form .button:hover {
    color: #A2BD30;
    background-color: #fff;
}
.map-section {
    display: grid;
    grid-template-columns: repeat(2, minMax(0, 1fr));
    align-items: start;
    margin-top: 13vw;
}
.map-section h2 {
    margin-bottom: 35px;
}
.map-section a {
    font-size: 25px;
    line-height: 35px;
}
.map-section hr {
    display: none;
}
@media only screen and (max-width: 1800px) {
    .benefit h3 {
        height: 170px;
    }
}
@media only screen and (max-width: 1400px) {
    .open-position {
        padding: 55px 35px 45px;
    }
    .open-position::before {
        width: 95px;
        height: 95px;
        right: 40px;
        top: -47.5px;
    }
}
@media only screen and (max-width: 1300px) {
    .reasons-wrapper {
        grid-template-columns: 1fr;
        grid-row-gap: 50px;
        margin-top: 90px;
    }

    /* Smart Warehouse */
    
    .benefits-section {
        padding-top: 100px;
        padding-bottom: 120px;
    }
    /*
    .benefits-section .section-header {
        display: none;
    }
    */
    .benefits-wrapper {
        margin-top: 120px;
        grid-template-columns: 1fr;
        grid-row-gap: 120px;
    }
    .benefit::before {
        width: 200px;
        height: 200px;
        top: -105px;
        right: 70px;
    }
    .benefit {
        padding: 75px 34px 50px;
    }
    .benefit h3 {
        font-size: 40px;
        line-height: 50px;
        height: auto;
    }
    .benefit p {
        font-size: 18px;
        line-height: 20px;
        margin-top: 30px;
    }

    .benefit::before {
        /* content: url(img/scalability-mobile-icon.svg); */
        transform: scale(0.8); 
    }
    /* 
    .benefits-wrapper .benefit:nth-child(2):before {
        content: url(img/management-mobile-icon.svg); 

    }
    .benefits-wrapper .benefit:first-of-type::before {
        content: url(img/efficiency-mobile-icon.svg);
    }
    .benefits-wrapper .benefit:last-of-type::before {
        content: url(img/adaptability-mobile-icon.svg);
    }
    */

}
@media only screen and (max-width: 1050px) {
    .desktop {
        height: 32px;
        width: auto;
    }
    hr {
        width: calc(100% + 70px);
        margin-left: -35px;
    }
    .desktop-menu {
        display: none;
    }
    header.sticky {
        padding: 0px 60px;
    }
    .mobile-menu {
        transition: all 0.5s ease;
        height: 100vh;
        width: 100%;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        position: fixed;
        z-index: 25;
        background: linear-gradient(193.98deg, #A2BD30 0%, #6B8C0B 100%);
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.35);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        overflow-y: scroll;
    }
    .mobile-menu.closed {
        display: flex;
        opacity: 0;
        transform: translateY(-100%);
    }
    .mobile-menu-inner-wrapper {
        padding-top: calc(10vh - 15px);
    }
    .mobile-menu-logo {
        display: flex;
        background-color: #fff;
        align-items: center;
        justify-content: space-between;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .mobile-menu-footer {
        text-align: center;
        position: fixed;
        bottom: calc(10.5vh - 20px);
        width: calc(100% - 120px);
    }
    .mobile-menu-footer a {
        border-bottom: 1px solid #fff;
    }
    .mobile-menu-footer hr {
        margin-top: 5.3vh;
        margin-bottom: 6.2vh;
        background-color: #fff;
    }
    .mobile-menu nav {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 2.5vh;
    }
    .mobile-menu nav a {
        text-transform: uppercase;
        font-size: 20px;
    }
    header {
        padding: 0 60px;
        height: 65px;
        width: calc(100% - 120px);
    }
    header.sticky {
        height: 65px;
    }
    header a {
        max-height: 34px;
    }
    header a img {
        width: 40px;
    }
    .home-page .hero-section video {
        top: 65px;
    }
    .burger {
        display: block;
        position: fixed;
        right: 60px;
        z-index: 26;
        width: 35px;
        height: 35px;
        border-radius: 50px;
    }
    .bar1 {
        margin-top: 10px !important;
    }
    .bar1, .bar2, .bar3 {
        width: 23px;
        height: 2px;
        background-color: #000;
        margin: 5px auto;
        border-radius: 1px;
        transition: .4s;
    }
    .change.bar1 {
        transform: translateY(13px) rotateZ(45deg);
    }
    .change.bar2 {
        opacity: 0;
        visibility: hidden;
    }
    .change.bar3 {
        transform: translateY(-1px) rotateZ(-45deg);
    }
    h3 {
        font-size: 30px;
        line-height: 40px;
    }
    h5 {
        font-size: 23px;
        line-height: 30px;
    }
    .site-padding {
        padding-left: 60px;
        padding-right: 60px;
    }
    .hero-section {
        padding-top: 65px;
    }
    .hero-helper-wrapper {
        height: 30vh;
    }
    .intro-section {
        height: 100%;
        padding-top: 100px;
        padding-bottom: 125px;
        text-align: center;
        border-radius: 35px;
    }
    .section-header img {
        width: 100px;
    }
    .open-positions-section {
        height: 100%;
        padding-top: 150px;
        padding-bottom: 150px;
        border-radius: 35px;
    }
    .careers-page .intro-section {
        text-align: left;
    }
    .open-positions-section .section-header {
        text-align: center;
    }
    .open-positions-section .section-header h5 br {
        display: none;
    }
    .open-positions-section a {
        margin: 55px auto 0;
        width: calc(100% - 150px);
    }
    .services-wrapper {
        grid-template-columns: 1fr;
        grid-row-gap: 50px;
    }
    /* Reasons */
    .reasons-section {
        padding-top: 140px;
        padding-bottom: 125px;
    }
    .reasons-section .section-header br {
        display: block;
    }
    .reason {
        padding: 70px 25px;
        border-radius: 20px;
    }
    .reason::before {
        width: 70px;
        height: 70px;
        top: -27px;
        right: 40px;
    }
    .reason p {
        font-size: 17px;
        line-height: 22px;
    }
    /* Highlights */
    .highlights-wrapper {
        grid-template-columns: repeat(2, minMax(0, 1fr));
        grid-row-gap: 35px;
        grid-column-gap: 12px;
    }
    .highlight {
        width: 100%;
        aspect-ratio: 1 / 1;
        height: auto;
    }
    .highlights-wrapper .highlight:nth-child(2) {
        margin-top: 40%;
    }
    .highlights-wrapper .highlight:nth-child(3) {
        margin-top: -40%;
    }
    .highlight h3 {
        font-size: 45px;
        line-height: 45px;
    }
    .highlight hr {
        margin: 12px 0 8px 0;
    }
    .highlights-section {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    .contact-us-section {
        width: calc(100% - 120px);
        margin: 0;
    }
    .contact-us-section hr {
        width: 100%;
        margin-left: 0;
    }
    .contact-us-section .button {
        margin: 35px auto 0;
        width: calc(100% - 240px);
        max-width: 100%;
        letter-spacing: normal;
        text-transform: capitalize;
    }
    .home-page, .sap-services-page, .smart-warehouses-page, .iot-page, .careers-page, .contact-page {
        padding-bottom: 180px;
    }
    .footer-top {
        flex-direction: column;
    }
    .footer-menu-wrapper {
        grid-template-columns: 1fr;
    }
    .footer-top div {
        text-align: center;
    }
    .footer-top p:first-of-type {
        margin-top: 40px;
    }
    .footer-top hr {
        display: block;
        height: 1px;
        background-color: #8F9090;
        margin-bottom: 40px;
    }
    footer hr {
        width: 100%;
        margin: 40px 0 27px;
    }
    footer {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .footer-menu-wrapper a:not(:first-of-type) {
        margin-top: 30px;
    }
    .footer-menu-wrapper {
        grid-row-gap: 30px;
    }

    /* SAP Services */
    .sap-services-page .intro-section {
        grid-template-columns: 1fr;
        grid-row-gap: 90px;
        border-radius: 35px;
    }
    .sap-services-page .intro-section h1 {
        font-size: 50px;
        line-height: 55px;
        order: 2;
    }
    .sap-services-page .intro-section img {
        order: 1;
    }
    .service-wrapper:nth-of-type(2n) img {
        margin-left: auto;
    }
    .services-desc-section .service-wrapper::before {
        width: 358px;
        top: -82px;
        left: -89px;
    }
    .services-desc-section .service-wrapper:nth-of-type(2n)::before {
        left: unset;
        top: -82px;
        right: -109px;
    }
    .service {
        border-radius: 20px;
    }
    .service-wrapper h3 {
        font-size: 45px;
        line-height: 55px;
        margin-top: 29px;
    }
    .service-wrapper p {
        font-size: 20px;
        line-height: 29px;
        margin-top: 40px;
    }
    .services-desc-section {
        padding-top: 100px;
    }
    .services-desc-section hr {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .sap-services-page .contact-us-section {
        margin-top: 175px;
    }

    /* Smart Warehouse */
    .smart-warehouses-page .intro-section .section-header, .iot-page .intro-section .section-header {
        text-align: left;
    }
    .section-header hr {
        margin-top: 34px;
        margin-bottom: 34px;
    }
    .benefits-section {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    /*
    .benefits-section .section-header {
        display: none;
    }
    */
    .benefits-wrapper {
        margin-top: 110px;
        grid-template-columns: 1fr;
        grid-row-gap: 120px;
    }
    .benefit::before {
        right: 10px;
        transform: scale(0.7);
        /*
        width: 210px;
        height: 210px;
        top: -75px;
        right: 70px;
        */
    }
    .benefit {
        padding: 75px 34px 50px;
    }
    .benefit h3 {
        font-size: 40px;
        line-height: 50px;
        height: auto;
    }
    .benefit p {
        font-size: 18px;
        line-height: 20px;
        margin-top: 30px;
    }
/*
    .benefit::before {
        content: url(img/scalability-mobile-icon.svg);
    }
    .benefits-wrapper .benefit:nth-child(2):before {
        content: url(img/management-mobile-icon.svg);
    }
    .benefits-wrapper .benefit:first-of-type::before {
        content: url(img/efficiency-mobile-icon.svg);
    }
    .benefits-wrapper .benefit:last-of-type::before {
        content: url(img/adaptability-mobile-icon.svg);
    }
*/
    /* IoT */
    .iot-page .intro-section {
        padding-top: 85px;
        padding-bottom: 110px;
    }
    .iot-page .intro-section h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .iot-section {
        padding-top: 160px;
    }
    .iot-wrapper {
        flex-direction: column-reverse;
        gap: 40px;
    }
    .iot-section .iot-wrapper:nth-of-type(2n) {
        flex-direction: column;
        margin-top: 170px;
    }
    .iot-page .contact-us-section {
        margin-top: 250px;
    }
    .iot-section hr {
        display: none;
    }
    .iot-wrapper h3 {
        font-size: 43px;
        line-height: 55px;
    }
    .iot-wrapper p {
        font-size: 20px;
        line-height: 30px;
        margin-top: 40px;
    }
    .careers-page .intro-section .section-header h5 {
        font-size: 22px;
        line-height: 30px;
    }
    .open-positions-wrapper {
        grid-template-columns: 1fr;
        grid-row-gap: 120px;
    }
    .open-position {
        padding: 65px 30px 45px;
        text-align: left;
    }
    .open-position h4 {
        font-size: 30px;
        line-height: 30px;
    }
    .open-position a {
        font-size: 18px;
        line-height: 22px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .open-position p {
        padding: 0 0px;
    }

    /* Contact */
    .map-section {
        grid-template-columns: 1fr;
        grid-row-gap: 37px;
    }
    .map-section > div {
        margin-bottom: 0;
    }
    #map {
        min-height: 450px;
    }
    .map-section h5, .map-section a {
        font-size: 21px;
        line-height: 30px;
    }
    .map-section h2 {
        margin-bottom: 0;
    }
    .map-section hr {
        display: block;
        margin-top: 22px;
        margin-bottom: 28px;
        background-color: #fff;
    }
    .contact-page .intro-section h2 br {
        display: none;
    }
    .contact-page .intro-section {
        padding-top: 95px;
    }
    .contact-page .intro-section {
        text-align: left;
    }
    .contact-page .intro-section h5 {
        margin: 0;
    }
    .contact-page .intro-section .helper-wrapper {
        grid-template-columns: 1fr;
    }
    .contact-form {
        margin-top: 60px;
    }
    .contact-form .button {
        width: 100%;
        padding: 15px 0;
    }
    textarea, .contact-form input {
        font-size: 17px;
        line-height: 25px;
        padding: 24px 35px;
    }
    .contact-page .intro-section hr {
        display: block;
        background-color: #fff;
        margin-top: 22px;
        margin-bottom: 28px;
    }
}

@media only screen and (max-width: 680px) {
    img.mobile {
        display: block;
    }
    .desktop {
        display: none !important;
    }

    .home-page, .sap-services-page, .smart-warehouses-page, .iot-page, .careers-page, .contact-page {
        padding-bottom: 175px;
    }
    header {
        padding: 0 30px;
        width: calc(100% - 60px);
    }
    header.sticky {
        padding: 0px 30px;
    }
    .burger {
        right: 30px;
    }
    .change.bar1 {
        transform: translateY(9px) rotateZ(45deg);
    }
    .change.bar3 {
        transform: translateY(-5px) rotateZ(-45deg);
    }
    .mobile-menu-footer {
        width: calc(100% - 60px);
    }
    hr {
        width: calc(100% + 50px);
        margin-left: -25px;
    }
    h1 {
        font-size: 50px;
        line-height: 55px;
    }
    h2 {
        font-size: 35px;
        line-height: 45px;
    }
    h3 {
        font-size: 20px;
        line-height: 25px;
    }
    h4 {
        font-size: 25px;
        line-height: 30px;
    }
    h5 {
        font-size: 18px;
        line-height: 25px;
    }
    hr {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .site-padding {
        padding-left: 30px;
        padding-right: 30px;
    }
    .button, .email-button {
        font-size: 17px;
        line-height: 20.5px;
        padding: 20px 0;
    }
    .hero-section {
        height: calc(100vh - 186px);
        padding-bottom: 186px;
        justify-content: end;
    }
    .hero-section hr {
        margin-top: 25px;
        margin-bottom: 17px;
    }
    .home-page h1 br:last-of-type {
        display: none;
    }
    .circles-wrapper {
        width: 82.5px;
        height: 75px;
    }
    .circle-red {
        width: 36.5px;
        height: 36.5px;
    }
    .circle-red:hover {
        width: 45.5px;
        height: 45.5px;
    }
    .circle-green {
        width: 67.5px;
        height: 67.5px;
    }
    .circle-green:hover {
        width: 84.5px;
        height: 84.5px;
    }
    .circle-blue {
        width: 56.25px;
        height: 56.25px;
    }
    .circle-blue:hover {
        width: 70px;
        height: 70px;
    }
    .circle-yellow {
        width: 40px;
        height: 40.5px;
    }
    .circle-yellow:hover {
        width: 66.5px;
        height: 68px;
    }
    .section-header hr {
        margin-top: 26px;
        margin-bottom: 26px;
    }
    .services-wrapper {
        grid-row-gap: 35px;
    }
    /* Reasons */
    .reasons-wrapper {
        grid-row-gap: 35px;
        margin-top: 60px;
    }
    .reason p {
        font-size: 14px;
        line-height: 18px;
    }
    .reason {
        padding: 46.5px 17px;
        grid-template-columns: 100px 1fr;
    }
    .reason::before {
        width: 50px;
        height: 50px;
        top: -20px;
        right: 30px;
    }
    .open-positions-section {
        padding-top: 115px;
        padding-bottom: 115px;
    }
    .open-positions-section a {
        margin: 41px auto 0;
        width: calc(100% - 80px)
    }
    .intro-section { 
        padding-top: 80px;
        padding-bottom: 105px;
    }
    /* Services */
    .services-wrapper {
        margin-top: 40px;
    }
    .service {
        padding: 40px 40px 50px;
    }
    .service p {
        font-size: 14px;
        line-height: 22px;
    }
    .service a {
        font-size: 17px;
        line-height: 20.5px;
        padding: 25px;
        width: calc(100% - 100px);
    }
    /* Reasons */
    .reasons-section {
        padding-top: 115px;
        padding-bottom: 100px;
    }
    .reasons-section .section-header hr {
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .highlights-section {
        padding-top: 125px;
        padding-bottom: 125px;
    }
    .highlight h3 {
        font-size: 35px;
        line-height: 45px;
    }
    .highlight hr {
        margin: 6px 0 5px 0;
    }
    .contact-us-section {
        width: calc(100% - 60px);
    }
    .contact-us-section .section-header h2 br {
        display: block;
    }
    .contact-us-section .button {
        width: calc(100% - 100px);
    }
    footer {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .footer-menu-wrapper a:not(:first-of-type) {
        margin-top: 25px;
    }
    .footer-menu-wrapper {
        grid-row-gap: 25px;
    }
    .sap-services-page .intro-section {
        grid-row-gap: 75px;
    }
    .service-wrapper h3 {
        font-size: 35px;
        line-height: 45px;
        margin-top: 24px;
    }
    .service-wrapper p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 30px;
    }
    .sap-services-page .contact-us-section {
        margin-top: 130px;
    }
    
    /* Smart Warehouses */
    .smart-warehouses-page .intro-section {
        padding-bottom: 117px;
    }
    .smart-warehouses-page .intro-section h3 {
        font-size: 18px;
    }
    .benefits-wrapper {
        grid-row-gap: 100px;
    }
    .benefit::before {
        /*
        width: 100px;
        height: 100px;
        top: -50px; */
        right: 10px;
        transform: scale(0.6);
    }
    .benefit {
        padding: 75px 34px 50px;
    }
    .benefit h3 {
        font-size: 35px;
        line-height: 45px;
        height: auto;
    }
    .benefit p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 30px;
    }
    .benefits-section {
        padding-top: 50px;
        padding-bottom: 130px;
    }
    .section-header hr {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    /* IoT */
    .iot-page .intro-section h4 {
        font-size: 18px;
        line-height: 25px;
    }
    .iot-page .intro-section {
        padding-top: 70px;
        padding-bottom: 90px;
    }
    .iot-page .intro-section h4 {
        font-size: 18px;
        line-height: 25px;
    }
    .iot-section {
        padding-top: 105px;
    }
    .iot-page .contact-us-section {
        margin-top: 180px;
    }
    .iot-section .iot-wrapper:nth-of-type(2n) {
        margin-top: 146px;
    }
    .iot-wrapper h3 {
        font-size: 35px;
        line-height: 45px;
    }
    .iot-wrapper p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 30px;
    }
    
    /* Careers */
    .careers-page .intro-section .section-header h5 {
        font-size: 18px;
        line-height: 25px;
    }
    .open-positions-wrapper {
        grid-row-gap: 90px;
    }
    .open-position h4 {
        font-size: 30px;
        line-height: 30px;
    }
    .open-position::before {
        width: 100px;
        height: 100px;
    }
    .open-position a {
        font-size: 17px;
        line-height: 21px;
    }
    .careers-page .intro-section {
        padding-bottom: 120px;
    }

    /* Contact */
    .map-section h5, .map-section a {
        font-size: 18px;
        line-height: 25px;
    }
    #map {
        min-height: 300px;
    }
    .contact-page hr {
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .contact-page .intro-section {
        padding-top: 87px;
    }
    .contact-form {
        margin-top: 40px;
    }
    textarea, .contact-form input {
        font-size: 14px;
        line-height: 20px;
        padding: 24px 27px;
    }
}