@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto:wght@400;500;600;700&family=Tenor+Sans&display=swap');

:root {
    --black: #030303;
    --white: #FFFFFF;
    --pink: #DA8EEA;
    --gray: #6F6F6F;
    --gray-light: #929292;
    --font1: 'Tenor Sans', sans-serif;
    --font2: 'Montserrat', sans-serif;
    --font3: 'Roboto', sans-serif;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: var(--white);
}

::-webkit-scrollbar-thumb {
    background: var(--black);
    border: 4px solid var(--white);
    transition: 0.5s;
    border-radius: 200px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--pink);
}

a:hover {
    text-decoration: none;
}

.uk-section-secondary {
    background: var(--black);
}

.nav {
    gap: 30px;
}

.nav a {
    font-family: var(--font1);
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

.nav-link a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: var(--white);
    bottom: 0;
    transition: 0.2s;
}

.nav-link:hover a:before {
    width: 100%;
}

.nav-link a:hover {
    color: var(--white) !important;
}

h2 {
    font-family: var(--font1);
    font-size: 54px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--black);
}

.uk-section-secondary h2 {
    color: var(--white);
}

p {
    color: var(--black);
    font-family: var(--font3);
    font-size: 16px;
}

.divider {
    width: 90px;
    height: 4px;
    background: var(--pink);
}

.p2 {
    font-family: var(--font2);
    color: var(--black);
    font-size: 22px;
    font-weight: 700;
}

.img002 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36%;
}

.img003 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.img004 {
    position: absolute;
    top: 50px;
    right: -60px;
}

.img005 {
    position: absolute;
    right: 110px;
    bottom: 110px;
}

.au-num {
    font-family: var(--font2);
    font-size: 74px;
    color: var(--white);
    font-weight: 900;
}

.au-num span {
    font-size: 40px;
}

.au-txt {
    font-family: var(--font2);
    font-size: 16px;
    color: var(--white);
    font-weight: 400;
}

.inter {
    font-family: var(--font2);
    font-size: 28px;
    color: var(--white);
    font-weight: 700;
}

.tags {
    gap: 16px;
}

.tag {
    font-family: var(--font2);
    font-size: 18px;
    color: var(--white);
    font-weight: 500;
    box-shadow: 0 0 0 1px #333;
    border-radius: 1000px;
    padding: 10px 26px;
}

.soc .au-num {
    color: var(--black);
}

.soc {
    gap: 20px;
}

.in-border {
    width: 2px;
    height: 40px;
    background: var(--black);
}

.in-txt {
    font-family: var(--font2);
    color: var(--black);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.img007 {
    margin-bottom: -684px !important;
}

.in-button {
    background: var(--black);
    color: var(--white);
    font-family: var(--font2);
    font-weight: 800;
    font-size: 18px;
    padding: 14px 80px;
    border-radius: 100px;
    width: fit-content;
    margin: 20px auto;
    transition: .2s;
}

.in-button img {
    margin-right: 8px;
}

.contacts {
    gap: 40px;
}

.in-button-link:hover .in-button {
    background: var(--pink);
}

.contacts-border {
    width: 2px;
    height: 40px;
    background: var(--white);
}

.contacts h2 {
    margin-bottom: 0;
}

.contacts p {
    color: var(--white);
    font-size: 15px;
    font-family: var(--font2);
}

.contact p {
    font-family: var(--font2);
    font-size: 15px;
    color: rgb(255 255 255 / 60%);
    font-weight: 400;
    margin-top: 40px;
}

.contact h3 {
    font-family: var(--font2);
    font-size: 34px;
    color: var(--white);
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 6px;
}

.contact a {
    font-family: var(--font3);
    font-size: 16px;
    color: var(--pink) !important;
    font-weight: 600;

    transition: .2s;
}

.contact a:hover {
    text-decoration: underline;
}

.cosmo-link {
    color: var(--pink);
    transition: .2s;
}

.cosmo-link:hover {
    color: var(--pink);
    text-decoration: underline;
}

/*--FOOTER--*/
.footer .social a {
    background-color: var(--black) !important;
    color: var(--pink) !important;
    transition: .2s;
}

.footer .social a:hover {
    background-color: var(--white) !important;
    color: var(--black) !important;
}

.footer-nav,
.copyright p {
    font-family: var(--font2);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--white);
}

.footer-nav a {
    color: var(--white) !important;
    transition: .2s;
}

.footer-nav a:hover {
    opacity: 0.5;
}

.footer .uk-text-meta {
    font-family: var(--font2);
}

/*--END-FOOTER--*/
.uk-totop {
    position: fixed;
    z-index: 9;
    right: 20px;
    bottom: 20px;
    background: var(--black);
    color: var(--pink);
    padding: 10px 6px;
}

@media only screen and (max-device-width: 1599px) {
    .img002 {
        right: -10%;
        width: 40%;
    }

    .img005 {
        right: 30px;
        bottom: 40px;
    }
}

@media only screen and (max-device-width: 1199px) {
    .img002 {
        right: -20%;
        width: 50%;
    }

    .soc .au-num {
        font-size: 60px;
    }

    .img007 {
        margin-bottom: -654px !important;
    }
}

@media only screen and (max-device-width: 959px) {
    .img002 {
        right: -34%;
        width: 60%;
    }

    .img003 {
        top: -80px;
        width: 60%;
    }

    .img004 {
        width: 50%;
        top: 0;
        right: -30px;
    }

    .img005 {
        right: 0;
        bottom: 0;
        width: 80%;
    }

    .img006 {
        margin-left: -30px;
        margin-right: -30px;
        max-width: calc(100% + 60px);
    }

    .rml {
        margin-left: 0 !important;
    }

    .img007 {
        margin-bottom: -360px !important;
    }

    .img007-1 {
        margin-top: 280px;
    }

    .copyright {
        flex-direction: column;
        align-items: baseline;
    }

    .contact a {
        font-size: 14px;
    }
}

@media only screen and (max-device-width: 639px) {
    .nav {
        gap: 10px;
    }

    .nav a {
        font-size: 13px;
    }

    .logo {
        width: 300px;
    }

    h2 {
        font-size: 40px;
    }

    .img002 {
        right: -40%;
        width: 100%;
    }

    .img003 {
        top: 0;
    }

    .img004 {
        width: 50%;
        top: 0;
        right: -20%;
    }

    .img005 {
        bottom: 80px;
        width: 60%;
    }

    .img006 {
        margin-left: -15px;
        margin-right: -15px;
        max-width: calc(100% + 30px);
    }

    .soc {
        gap: 10px;
    }

    .soc img {
        width: 30px;
    }

    .in-border {
        height: 30px;
    }

    .soc .au-num {
        font-size: 58px;
    }

    .in-button {
        padding: 14px 40px;
    }

    .contacts {
        display: block;
    }

    .contacts-border {
        display: none;
    }
}

@media only screen and (max-device-width: 425px) {
    .nav {
        gap: 8px;
    }

    .nav a {
        font-size: 11px;
    }

    .logo {
        width: 260px;
    }

    .img001 {
        width: 60%;
    }

    .img002 {
        right: -40%;
        width: 100%;
    }

    .au-num {
        font-size: 40px;
    }

    .au-num span {
        font-size: 20px;
    }

    .in-txt {
        font-size: 16px;
    }

    .soc .au-num {
        font-size: 40px;
    }

    .tags {
        gap: 10px;
    }

    .tag {
        font-size: 16px;
        padding: 8px 20px;
    }

    .in-button {
        padding: 14px 20px;
        font-size: 16px;
    }

    .contact h3 {
        font-size: 26px;
        margin-top: 6px;
        margin-bottom: 0;
    }

    .contact p {
        margin-bottom: 6px;
        margin-top: 20px;
    }
}