*{
    margin:0;
    padding:0;
    font-family: 'Exo',sans-serif;
    --main-color: rgba(155, 175, 196, 0.5)
}

*:active,
*:focus{
    outline:none;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #d4d4d4 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #d4d4d4;
    border-radius: 10px;
    border: 5px groove #ffffff;
}

#map {
    height: 345px;
    /*shape-outside: polygon(0 0, 50% 0, 100% 100%, 10% 100%); */
    border-radius: 42px;
    position: relative; 
    z-index: 500;
}

body{
    overflow-x: hidden;
    background:#fff;
    text-align:center;
    left: 0px;
}
.clickable{
    cursor: pointer;
    color:#eee;
    text-decoration: none;
}
.title, .title-products, .title-skills, .title-clients {
    margin-top: 15px;
    font-size:40px;
    color:#ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
.subtitle {
    margin-top: 10px;
    font-size:30px;
    color:#eeeeee;
    text-decoration: none;
    text-transform: uppercase;
}
.text {
    font-size:20px;
    color:black;
    text-decoration: none;
}
.map{
    display: inline-flex;
    flex-direction: row;
    width:100%
}
.map-left {
    width: 30%;
    height: 0px;
    border-right: 50px solid transparent;
    border-bottom: 410px solid var(--main-color);
    z-index: 1;
    border-radius: 0;
    margin: 30px;
    position:relative;
}

.map-left:before{
    content:"";
    width:0px;
    height:0px;
    border-top:205px solid transparent;
    border-bottom:205px solid transparent;
    border-right:100px solid var(--main-color);
    position:absolute;
    right:100%;
    top:0px;
}

.map-middle {
    width: 30%;
    height: 0px;
    border-right: 50px solid transparent;
    border-bottom: 410px solid white;
    z-index: 1;
    margin: 30px;
    position:relative;
}

.map-right {
    width: 35%;
    height: 0px;
    border-right: 50px solid transparent;
    border-bottom: 410px solid var(--main-color);
    z-index: 1;
    margin: 30px;
    position:relative;
}

.map-right:before, .map-middle:before{
    content:"";
    width:0px;
    height:0px;
    border-top:410px solid var(--main-color);
    border-left:50px solid transparent;
    position:absolute;
    right:100%;
    top:0px;
}

.map-middle:before{
    border-top-color: white;
}

.map-right:after {
    content:"";
    width:0px;
    height:0px;
    border-top:410px solid var(--main-color);
    border-left:50px solid transparent;
    border-right:8px solid var(--main-color);
    position:absolute;
    transform: translateX(60px);
    left:100%;
    top:0px;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position:fixed;
    z-index: 8;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

h2 {
    margin-bottom: 10px;
}

.swiper-pagination{
    --swiper-pagination-bullet-horizontal-gap: 30px,
}

.homepage{
    width:100%;
    align-items: center;
}

.homepage-left {
    height: 0px;
    border-right: 40px solid transparent;
    border-bottom: 500px solid var(--main-color);
    z-index: 1;
    border-radius: 8px 0 0 8px;
    margin: 50px 30px 30px 30px;
    width: 55%;
}

.homepage-right {
    position: relative;
    height: 0px;
    border-left: 50px solid transparent;
    border-top: var(--right-height) solid var(--main-color);
    z-index: 1;
    border-radius: 0 8px 8px 0;
    margin: 30px;
    margin-left: 20px;
    width: 40%;
    --right-height: 500px
}

.homepage-right-content {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, calc(var(--right-height) * -1));
    margin-bottom: 10px;
}

.homepage-subtext-right {
    color:#333;
    font-size:18px;
    padding-bottom: 10px;
margin-left: 20px;
    text-align: start;
}

.homepage-text-left {
    margin-left: 30px;
    text-align: start;
}


@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@media screen and (max-width: 1200px) {
    .map{
        display: block;
        flex-direction: column;
        width:100%;
        margin: 0;
    }
    .map-left, .map-middle, .map-right {
        width: auto;
        border-right: 0;
        border-bottom: 410px solid var(--main-color);
        z-index: 1;
        border-radius: 8px;
        margin-bottom: 60px;
    }
    .map-middle {
        border-bottom-color: white;
    }
    .map-right:before, .map-right:after, .map-middle:before, .map-left:before{
        display: none;
    }
    .homepage-left {
        width: auto;
        border-right: 0;
        border-radius: 8px;
        margin: 30px;
        margin-bottom: 60px;
    }
    .homepage-right {
        width: auto;
        border-left: 0;
        border-radius: 8px;
        margin: 30px;
    }
    #map {
        margin: 0;
    }
}@media screen and (max-width: 770px) {
    .title {
        font-size:35px;
    }
    .subtitle {
        font-size:25px;
    }
    .text {
        font-size:20px;
    }
}
@media screen and (max-width: 420px) {
    .title {
        font-size:32px;
    }
    .subtitle {
        font-size:22px;
    }
    .text {
        font-size:17px;
    }
}
/*.list {
    width:100%;
    display: grid;
    justify-content:space-evenly;
    align-items:center;
    grid-template-columns: auto auto auto auto;
}

@media screen and (max-width: 1500px) {
    .list {
        grid-template-columns: auto auto auto;
    }
}*/


/*@media screen and (max-width: 1200px) {
    .list {
        grid-template-columns: auto auto;
    }
}*/