@font-face {
    font-family: "gilroy";
    src: url("fonts/gilroy-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "gilroy";
    src: url("fonts/gilroy-extra-bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "gilroy";
    background-color: #7448FF;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
    font-size: 32px;
    line-height: 1.3;
}

.header {
    text-align: right;
    position: absolute;
    top: 50px;
    right: 50px;
}

.content-container {
    max-width: calc(100% - 40px);
    text-align: center;
    margin: 0px 20px 50px;
    display: flex;
    align-content: center;
    gap: 70px;
}

.content-container > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.titlecontent {
    position: relative;
}

.titlecontent:before {
    content: '“';
    font-size: 115px;
    position: absolute;
    top: -30px;
    left: -75px;
    color: #EA1276;
    font-weight: 700;
    line-height: 1;
}

.titlecontent:after {
    content: '„';
    font-size: 115px;
    position: absolute;
    bottom: -20px;
    right: -40px;
    color: #EA1276;
    font-weight: 700;
    line-height: 1;
}

.titleimage {
    max-width: 480px;
}

h1 {
    font-size: 58px;
    line-height: 0.95;
    margin: 0 0 6px;
}

.first-dot {
    color: #EA1276;
}

.second-dot {
    color: #E8C940;
}

h2 {
    color: #E8C940;
    font-size: 20px;
    margin: 0 0 28px;
    line-height: 1;
}

h3 {
    font-size: 80px;
    line-height: 0.95;
    color: #E8C940;
    margin: 0 0 24px;
    text-align: left;
}

.copy {
    display: inline-block;
    margin: 0;
    text-align: left;
    max-width: 620px;
    width: 100%;
}

.bottom-link {
    width: 100%;
    max-width: 1248px;
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-around;
    text-decoration: none;
    color: #ffffff;
}

.contact {
    width: 480px;
    display: flex;
    justify-content: center;
}

.contact a {
    text-decoration: none;
    color: #ffffff;
}

.contact a:hover {
    text-decoration: underline;
}

.contact p {
    position: relative;
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 4px;
}

.contact p:after {
    content: '';
    position: absolute;
    top: 9px;
    left: -26px;
    width: 14px;
    height: 14px;
    background: #EA1276;
    border-radius: 50px;
}

.social {
    display: flex;
    align-items: center;
    width: 620px;
}

.social a {
    text-decoration: none;
}

.in-logo {
    width: 52px;
    margin-right: 20px;
}

@media only screen and (max-height: 700px) {

    body {
        justify-content: flex-start;
    }

    .content-container {
        margin-top: 60px;
    }

}

@media only screen and (max-height: 560px) {

    .content-container {
        margin-bottom: 40px;
    }

    .bottom-link {
        bottom: 30px;
    }

}

@media only screen and (max-height: 500px) {

    body {
        justify-content: flex-start;
    }

    .content-container {
        margin-top: 30px;
    }

    .bottom-link {
        position: static;
        padding-bottom: 40px;
    }

}

@media only screen and (max-width: 1280px) {

    body {
        font-size: 24px;
    }

    h3 {
        font-size: 60px;
    }

    .titleimage {
        max-width: 400px;
    }

    .titlecontent:before {
        font-size: 95px;
        top: -10px;
        left: -55px;
    }

    .titlecontent:after {
        font-size: 95px;
        bottom: -10px;
        right: 0px;
    }

    .copy {
        padding-right: 32px;
    }

}

@media only screen and (max-width: 900px) {

    .titleimage {
        max-width: 320px;
        width: calc(100% - 100px);
    }

    .titlecontent:before {
        top: -30px;
    }

    .titlecontent:after {
        bottom: -40px;
    }

}

@media only screen and (max-width: 768px) {

    body {
        display: block;
    }

    .content-container {
        flex-direction: column;
        align-items: center;
        margin: 200px 0 64px;
        gap: 64px;
        width: 100%;
        max-width: 100%;
    }
    
    .titlecontent {
        width: 100%;
        max-width: 100%;
        padding: 0 50px;
        box-sizing: border-box;
    }

    .bottom-link {
        flex-direction: column;
        position: static;
        padding: 0 50px;
        box-sizing: border-box;
    }

    .contact {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 32px;
    }

    .social {
        width: 100%;
        margin-bottom: 50px;
    }

    .titlecontent:before {
        top: -60px;
        left: 28px;
    }

    .titlecontent:after {
        right: 28px;
    }

}

@media only screen and (max-width: 450px) {

    body {
        font-size: 20px;
    }

    h1 {
        font-size: 50px;
        margin-bottom: 0;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 50px;
        margin-bottom: 16px;
    }

    .content-container {
        margin-top: 170px;
        gap: 48px;
    }

    .titlecontent:before {
        font-size: 65px;
        top: -40px;
    }

    .titlecontent:after {
        font-size: 65px;
        bottom: -20px;
    }

    .contact p {
        font-size: 20px;
    }

    .copy {
        margin: 0 0;
    }

    .in-logo {
        width: 38px;
    }

}