body, html {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}

a, a:visited, a:active, a:link, a:focus {
    text-decoration: none;
    cursor: pointer;
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

.landing-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.landing-container .landing-col {
    width: 50%;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color:#fff;
    gap: 30px;
    position: relative;
}

.landing-container .landing-col.red {
    background: rgb(187,0,0);
    background: linear-gradient(90deg, rgba(187,0,0,1) 70%, rgba(93.5,85,92.5,0.70) 100%);
}

.landing-container .landing-col.aqua {
    background: rgb(0,170,185);
    background: linear-gradient(270deg, rgba(0,170,185,1) 70%, rgba(93.5,85,92.5,0.70) 100%);
}


.logo img {
    width: 100%;
    max-width: 200px;
    height: auto;
    transition: all 0.5s;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 26px -3px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 6px 26px -3px rgba(0,0,0,0.32);
    box-shadow: 0px 6px 26px -3px rgba(0,0,0,0.32);
}
.logo img:hover {
    scale: 1.15;
}

.title h1 {
    font-size: 2.5rem;
    margin: 0;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: start;
    margin-top:20px;
    overflow: hidden;
}

.contact-list .contact-list-item {
    display: none;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    transition: all 0.5s;
}

.contact-list .contact-list-item.active {
    display: flex;
    visibility: visible;
}

.btn.btn-sk {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    width: 100%;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    padding: 5px 40px 5px 5px;
    border-radius: 60px;
    text-align: left;
    max-width: 400px;
    transition: all 0.3s;
}

.btn.btn-sk>span {
    display: block;
    overflow:hidden;
    text-overflow: ellipsis;
    align-items: center;
    white-space: nowrap;
    justify-content: space-between;
    width: calc(100% - 60px);
}
.btn.btn-sk.place>span {
    display: flex;
}
.btn.btn-sk .icon {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    transition: all 0.3s;
}

.btn.btn-sk:hover {
    background-color: #000;
    color: #fff;
}

.btn.btn-sk.phone .icon {
    background-color: #0099FF;
}
.btn.btn-sk.whatsapp .icon {
    background-color: #25D366;
}
.btn.btn-sk.email .icon {
    background-color: #DA552F;
}
.btn.btn-sk.website .icon {
    background-color: #4C75A3;
}

.btn.btn-sk.place .icon {
    background-color: #F57D00;
}


.btn.btn-sk.phone:hover {
    background-color: #0099FF;
}

.btn.btn-sk.whatsapp:hover {
    background-color: #25D366;
}

.btn.btn-sk.email:hover {
    background-color: #DA552F;
}

.btn.btn-sk.website:hover {
    background-color: #4C75A3;
}

.btn.btn-sk.place:hover {
    background-color: #F57D00;
}


.contact-address {
    text-align: center;
    max-width: 460px;
    margin-top:20px;
    font-size: 16px;
    display: flex;
    gap: 10px;
    justify-content: center;
    text-align: center;
    line-height: 1.6;
    color: #fff;
}

.contact-address div.place {
    flex: 1;
}
.contact-address div.place span {
    font-size: 13px;
    font-weight: 300;
    display: block;
    margin-bottom: 8px;
}
.contact-address div.icon {
    font-size: 32px;
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom:20px;
}

.social-media a {
    display: flex;
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.25);
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.3s;
}

.social-media a.facebook:hover {
    background-color: #0061FF;
}

.social-media a.twitter:hover {
    background-color: #131418;
}

.social-media a.instagram:hover {
    background-color: #E4405F;
}

.social-media a.youtube:hover {
    background-color: #CD201F;
}

.social-media a.tiktok:hover {
    background-color: #000000;
}

.language-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    transform: rotate(90deg) translateY(-50%);
    top: 50%;
    right: -50px;
}

.language-box .language-btn {
    display: flex;
    padding:10px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
    color: #fff;
    position: relative;
    justify-content: center;
    align-items: center;gap: 10px;
    transition: all 0.3s;
    border:none;
    box-shadow: none;
    outline:none;
}

.language-box .language-btn.active {
    background-color: #fff;
    color: #000;
}

.language-box .language-btn.active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    bottom: -7px;
    left:50%;
    transform: translateX(-50%);
}

.language-box .language-btn img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.language-box .language-btn:not(.active):hover {
    background-color: rgba(0,0,0,0.1);
}

.mobile-company-list {
    width: 100%;
    display: none;
    position:absolute;
    top:0;
    left:0;
    z-index:4;
    flex-grow: 1;
}

.header-btn {
    width: calc(50% - 8px);
    height: 40px;
    margin:8px;
    border:none;
    outline:none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.1;
    background-image: linear-gradient(to right, #000000 0%, #53346D  51%, #000000  100%);
    background-size: 200% auto;
    box-shadow: 0 0 5px rgba(255,255,255,0.2);
    color:#fff;
    position: relative;
    border-radius:8px;
    transition:all 0.5s;
}

.header-btn.active {
    background-color: transparent;
    background-image: none !important;
    box-shadow:none;
    background-position: right center;
    color: #fff;
}

.mobile-company-list .header-btn strong {
    font-size: 14px;
}

.mobile-company-list .header-btn span {
    font-size: 11px;
}

@media (max-width: 1199px) {
    .language-box {
        top:60px;
        right: 20px;
        flex-direction: column;
        transform: none;
    }
    .language-box .language-btn {
        padding:0;
        width: 40px;
        height: 40px;
    }
    .language-box .language-btn span {
        display: none;
    }

    .language-box .language-btn.active:after {
        left: -18px;
        top:17px;
        bottom:0;
        transform: rotate(90deg) translateY(-50%);
    }
}

@media (max-width: 767px) {
    .mobile-company-list {
        display: flex;
    }
    .landing-container {
        height: 100vh;
        display: flex;
        position: relative;
    }

    .landing-container .landing-col {
        width: 100%;
        overflow: hidden;
        justify-content: center;
        gap:15px;
        padding: 25px;
        position: absolute;
        top: 0;
        padding-top: 48px;
        height: 100%;
        transition: all 0.3s;
    }

    .landing-container .landing-col.red {
        left:-100%
    }

    .landing-container .landing-col.aqua {
        right:-100%;
    }

    .landing-container .landing-col.red.active {
        left: 0;
    }

    .landing-container .landing-col.aqua.active {
        right: 0;
    }

    .logo img {
        max-width: 120px;
    }

    .contact-list {
        gap: 10px;
        margin-top:10px;
        padding: 0 20px;
    }

    .contact-list .contact-list-item {
        gap: 5px;
    }

    .btn.btn-sk {
        font-size: 15px;
        max-width: 300px;
        gap: 10px;
        padding: 5px 10px 5px 5px;
    }
    .btn.btn-sk .icon {
        width: 28px;
        height: 28px;
    }

    .btn.btn-sk>span {
        width: calc(100% - 38px);
    }

    .language-box {
        top:83px;
    }

    .social-media a {
        width: 40px;
        height: 40px;
    }

    .contact-address {
        font-size: 14px;
    }
}

