* {
    padding: 0;
    margin: 0;
    font-family: 'Roboto';
}

html {
  scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: inherit;
    opacity: 0.8;
    cursor: pointer;
}

a:hover {
    opacity: 1;
}

button {
    box-shadow: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

button:hover {
    font-weight: bolder;
}

ol,
ul {
    padding-left: 0;
}

li {
    list-style-type: none;
}

img {
    vertical-align: middle;
}

header {
    background: linear-gradient(100deg, #000000 0%, #121F2C 42%, #1E63AD 100%);
}

nav {
    height: 5.9375rem;
    margin: 0 5.9375rem;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation>.logo {
    margin: 0 2rem;
}

.navigation>ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.navigation>ul>li {
    float: left;
    padding: 0 1rem;
    cursor: pointer;
    position: relative;
    height: 100%;
}

.navigation>ul>li>a {
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}

.navigation>ul>li:hover>a {
    color: #FCD30B;
}

.navigation>ul>li.active>a {
    color: #FCD30B;
}

.navigation>ul>li:hover>a>img {
    transform: rotate(180deg);
}

.mobile-only {
    display: none;
}

.submenu {
    display: none;
    border-radius: 1rem;
    z-index: 999;
    background: #fff;
    position: absolute;
    top: 4rem;
    right: 0;
    transform: translate(45%, 0);
    border-radius: 2rem;
    overflow: hidden;
}

.submenu>.get-in-touch {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 15rem;
    padding: 1rem;
    background: rgba(217, 217, 217, 1);
}

.submenu>.get-in-touch>button {
    text-transform: uppercase;
    font-weight: bold;
    padding: 1rem;
    border-radius: 4rem;
    background: #FCD30B;

}

.submenu>.submenu-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem;
}

.submenu>.submenu-items>.submenu-item {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}

.submenu>.submenu-items>.submenu-item>.info>p {
    margin-bottom: 0.5rem;
    white-space: nowrap;
}

.submenu>.submenu-items>.submenu-item>.image-wrapper {
    background: #FCD30B;
    border-radius: 50%;
    padding: 1rem;
}

.submenu>.submenu-items>.submenu-item>.image-wrapper>img {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.submenu>li {
    padding: 0.5rem 0.6rem;
    white-space: nowrap;
}

.submenu>li:hover>a {
    font-weight: bold;
}

.has-submenu:hover>.submenu {
    display: flex;
}

.on-smallest-device {
    display: none;
}

/* Welcome */
.welcome-banner {
    background: linear-gradient(100deg, #000000 0%, #121F2C 40%, #1E63AD 100%);
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
    overflow: hidden;
}

.welcome-text {
    margin-left: 8rem;
    flex: 1 1 400px;
}

.welcome-text>h1 {
    background: linear-gradient(to right, #FCD30B 0%, #549CE9 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    white-space: nowrap;
}

.welcome-image {
    flex: 1 1 400px;
    display: flex;
    justify-content: end;
}

.welcome-text img,
.welcome-image svg {
    max-width: 100%;
    height: auto;
}

.welcome-image > img {
    width: 100%;
}

.home-welcome-image > img {
    width: 66vw;
}

.container {
    margin: 2rem 10rem;
}

/* Offerings */
.offerings {
    padding-top: 4rem;
    background: linear-gradient(to bottom, #1E2D3C 0%, #1E2D3C 50%, #FCD30B 50%, #FCD30B 100%);
}

.offerings>.offering-image-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 0rem;
}

.offering {
    position: relative;
    height: 12rem;
    width: 12rem;
    border-radius: 50%;
    background-color: #1F2022;
    color: #AEC3D9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
    padding: 1rem;
    margin: 0.5rem;
    overflow: hidden;
    opacity: 1 !important;
}

.offering:hover {
    background: linear-gradient(200deg, #7B8188 20%, #1F2022 50%);
    box-shadow: 0 4px 9px 9px rgba(0, 0, 0, 0.25);
}

.offering>img {
    width: 5rem;
    height: auto;
}

.offering>p {
    padding: 0 1.5rem;
}

.offerings>.marquee-wrapper {
    overflow: clip;
    position: relative;
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    mask-image: linear-gradient(to right, transparent, black 10rem, black calc(100% - 10rem), transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10rem, black calc(100% - 10rem), transparent);

}

.offerings>.marquee-wrapper>.trusters-image-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding-bottom: 0rem;
    width: max-content;
    animation: marquee 100s linear infinite;
}

.offerings>.marquee-wrapper>.trusters-image-row>div {
    flex: 0 1 auto;
    max-width: 100%;
}

.offerings>.marquee-wrapper>.trusters-image-row img {
    max-width: 80%;
    height: auto;
    display: block;
}

.trusters {
    margin: 1rem;
}

/* Explore */
.explore {
    background-image: url('../images/divider-offering.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-color: #1E2D3C;
    background-size: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 6rem;
    padding: 4rem 10rem 12rem 10rem;
}

.explore>.explore-info {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.explore>.explore-info>.explore-content>.heading {
    margin-bottom: 2rem;
}

.explore>.explore-info>.explore-content>.heading>img {
    width: 100%;
}

.explore>.explore-info>.explore-image {
    margin-top: 10rem;
}

.explore>.explore-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.explore>.explore-items>.explore-item {
    opacity: 1 !important;
    padding: 1.5rem;
    border-radius: 1rem;
    display: flex;
    gap: 1.5rem;
}

.explore>.explore-items>.explore-item:hover {
    border: 1px solid #41607F;
    box-shadow: 0px 4px 8px 0px rgba(27, 26, 26, 0.5);
}

.explore>.explore-items>.explore-item>.heading {
    display: flex;
    align-items: start;
    flex-direction: row;
    color: #fff;
}

.explore>.explore-items>.explore-item>.caption>h3 {
    margin-bottom: 1rem;
}

.explore>.explore-items>.explore-item>.caption,
.explore>.explore-info>.explore-content>.caption {
    color: #fff;
}

/* Semiconductor */
.semiconductor {
    border-radius: 1rem;
    background-image: url('../images/bg-semiconductor.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    margin: -10rem 4rem 2rem 4rem;
    padding: 4rem 12rem;
    gap: 10rem;
    z-index: 999;
    position: relative;
}

.semiconductor>.semiconductor-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.semiconductor>.semiconductor-img {
    display: flex;
    justify-content: end;
    align-items: center;
}

.semiconductor>.semiconductor-info>.heading {
    margin-bottom: 2rem;
}

.semiconductor-img {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.semiconductor-img svg {
    width: 100%;
    height: auto;
    display: block;
}

/* AI */
.ai {
    background-color: #121F2C;
    border-radius: 1rem;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    margin: 0 4rem;
    padding: 4rem 12rem;
    gap: 10rem;
    position: relative;
}

.ai:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 31.25rem;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='286' height='136' viewBox='0 0 286 136' fill='none'><path d='M147 1.5L1.5 68L147 134.5L284 66.5L147 1.5Z' stroke='olive' /></svg>");
    background-repeat: repeat;
    mask-image: linear-gradient(to top, #394A5B 0%, transparent 80%);
    -webkit-mask-image: linear-gradient(to top, #394A5B 0%, transparent 80%);
    mask-size: 100% 100%;
    opacity: 1;
    pointer-events: none;
}

.ai>.ai-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ai>.aiml-img {
    display: flex;
    justify-content: start;
    align-items: center;
}

.ai>.ai-info>.heading {


    margin-bottom: 2rem;
    color: #fff;
}

.ai>.ai-info>.caption {
    color: #fff;


}

.aiml-img svg {
    width: 100%;
    height: auto;
    display: block;
}


/* Sectors */
.sectors {
    background: #fff;
    padding: 4rem 12rem 0 12rem;
}

.sectors>.sectors-info {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 8rem;
}

.sectors>.sectors-image-row {
    padding: 4.5rem 0;
}

.sector-item {
    display: block;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.sector-item>span {
    position: absolute;
    top: 1rem;
    right: 1rem;

    text-transform: uppercase;
    padding: 0.3rem 0.6rem;
    border-radius: 2rem;
}

#sectors-splide li:nth-child(odd) span {
    background-color: #1E63AD;
    color: #fff;
}

#sectors-splide li:nth-child(even) span {
    background-color: #FCD30B;
    color: #000;
}

/* Engagements */
.engagements {
    background-color: #F8F8F8;
    padding: 4rem 12rem;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
}

.engagements>.engagements-info>.caption {
    padding-top: 1rem;
}

.engagement-item {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    background-color: #ccc;
    cursor: pointer;
}

.engagement-item>p {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #fff;
    font-weight: bold;
    z-index: 2;
}

.engagement-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.engagement-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(48, 38, 66, 0.4);
    z-index: 1;
}

.engagement-item:hover::before {
    background: transparent;
}

/* Digital transformation */
.digital-transformation-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
    flex-direction: column;
    gap: 2rem;
    background-color: #FCD30B;
}

.digital-transformation-banner>p {
    text-align: center;
}

.digital-transformation-banner>p>span {
    color: #1E63AD;
    font-weight: 600;
}

.digital-transformation-banner>button {
    font-size: 1.5rem;
    padding: 0.8rem 2rem;
    border-radius: 2rem;
    background: #1E63AD;
    color: #fff;
}

.digital-transformation-banner>button>span {
    background-color: #FCD30B;
    border-radius: 50%;
    padding: 0rem 0.4rem;
    margin-left: 1rem;
}

.digital-transformation-banner>button>span>img {
    width: 1rem;
}

.footer-divider {
    background-image: url('../images/footer-divider.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 3rem;
}

/* Footer */
footer {
    background-color: #1E2D3C;
    padding: 4rem 5rem 2rem 5rem;
    position: relative;
    overflow: hidden;
}

footer>.footer-content {
    color: #EAECF0;
    display: grid;
    grid-template-columns: 1fr 4fr;
}

footer .heading {
    color: #FCD30B;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

footer ul {
    line-height: 1.8;
}

footer ul>li {
    margin-bottom: 0.2rem;
}

footer>.footer-content>.footer-info>.address,
footer>.footer-content>.footer-info>.links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0.5rem;
}

footer>.footer-content>.footer-info>.address {
    margin-bottom: 2rem;
}

footer>.footer-content>.footer-info>.address>div>.content>p {
    color: #EAECF0;
    opacity: 0.8;
}

footer>.footer-copyrights {
    color: #EAECF0;
    opacity: 0.8;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 2rem;
}

footer>.footer-copyrights>.copyrights {
    text-align: center;
}

footer>.footer-copyrights>.media {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 0.5rem;
}

/* slider */
.slider-buttons {
    margin: 0 0.5rem;
    margin-top: 2rem;
}

.slider-icon {
    border-radius: 50%;
    border: 1px solid #B0B0B0;
    padding: 0.3rem;
    margin: 0.2rem;
}

.slider-icon:hover {
    background: #d8d8d8;
}

.slider-icon>img {
    vertical-align: text-bottom;
}

.splide__list {
    display: flex;
    gap: 1rem;
}

.splide__slide {
    flex-shrink: 0;
}

.splide__slide {
    margin-right: 1rem;
}

.splide__slide img {
    width: 100%;
}

/* Utils */

.flex-end {
    display: flex;
    justify-content: end;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Mobile menu */

.navigation>ul>li>button,
.mobile-only>.mobile-header>button {
    color: #292D32;
    background: #FCD30B;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    font-weight: 700;
    white-space: nowrap;
}

.mobile-header {
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.mobile-wrapper {
    position: relative;
}

.mobile-menu {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    top: 2rem;
    right: 0;
    z-index: 10;
}

.mobile-menu>ul>li>a {
    display: flex;
    width: 50vw;
    height: 50px;
    justify-content: start;
    align-items: center;
    padding-left: 1.5rem;
    border-bottom: 1px solid rgba(195, 186, 186, 1);
    position: relative;
    font-weight: bold;
}

.mobile-menu>ul>li.dropdown>a:after {
    content: '';
    position: absolute;
    right: 1rem;
    background-image: url('../images/icons/dropdown-icon-blue.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 6px;
}

.mobile-menu>ul>li.open>a:after {
    transform: rotate(180deg);
}

.mobile-menu.open {
    display: block;
}

.dropdown-menu {
    display: none;
    list-style: none;
}

.dropdown.open .dropdown-menu {
    display: block;
}

.dropdown-menu {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(195, 186, 186, 1);
}

.dropdown-menu>li {
    display: flex;
    gap: 1rem;
    padding-left: 2rem;
    height: 50px;
    align-items: center;
}

.dropdown-menu>li>.image-wrapper {
    background: #FCD30B;
    border-radius: 50%;
    padding: 0.5rem 0.8rem;
}

.dropdown-menu>li>.image-wrapper>img {
    width: 1rem;
    height: auto;
}

/* Animations */
@keyframes marquee {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}