@font-face {
    font-family: 'Montserrat-Bold';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Bold.woff2') format('woff2'), url('fonts/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat-Bold.ttf') format('truetype'), url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('fonts/Montserrat-SemiBold.eot');
    src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-SemiBold.woff2') format('woff2'), url('fonts/Montserrat-SemiBold.woff') format('woff'), url('fonts/Montserrat-SemiBold.ttf') format('truetype'), url('fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html {
    margin: 0;
}

body {
    position: relative;
    background-image: url("images/white-textured-concrete.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0;
    overflow: hidden;
    font-family: 'Montserrat-Bold';
}


.logo {
    width: 280px;
}


h1 {
    padding-top: 60px;
    font-size: 38px;
}


h2 {
    padding-top: 10px;
    padding-bottom: 120px;
    font-size: 58px;
}


.image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 730px;
}

.container {
    max-width: 1300px;
    margin: auto;
    position: relative;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    height: 100vh;
}

.container2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    /*position: relative;*/
    font-size: 32px;
    display: flex;
    align-items: center;
    max-width: 1300px;
    margin: auto;
}

.box {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #03a9f5;
    text-align: center;
    align-items: center;
    color: white;
    max-width: 320px;
    width: 100%;
    font-size: 30px;
    line-height: 35px;
    font-family: Montserrat-SemiBold;
}

    .box .box-text {
        display: block;
    }

    .box.box2 {
        background-color: #00ca8e;
    }

#wtsp {
    border-radius: 50px;
    background-color: white;
    color: #03a9f5;
    padding-top: 10px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


#inst {
    border-radius: 50px;
    background-color: white;
    color: #00ca8e;
    padding-top: 10px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


#face {
    border-radius: 50px;
    background-color: white;
    color: #00ca8e;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


#tiktok {
    border-radius: 50px;
    background-color: white;
    color: #03a9f5;
    padding-top: 10px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


a {
    color: white;
    text-decoration: none;
}

.shadow-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #777, transparent);
    height: 90px;
}

@media only screen and (max-width: 1100px) {
    .comming-soon {
        width: 250px;
    }

    .image {
        width: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .box {
        font-size: 20px;
        line-height: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .image {
        width: 470px;
    }

    .container2 {
        position: relative;
    }

    body {
        overflow: auto;
    }

    .container {
        height: auto;
    }
}

@media only screen and (max-width: 576px) {
    .image {
        width: 460px;
    }
}

@media only screen and (max-width: 530px) {
    .container2 {
        flex-wrap: wrap;
    }

    .box {
        max-width: initial;
        display: flex;
        /*align-items: center;*/
        /*justify-content: center;*/
    }


    #inst, #face {
        margin-bottom: 0;
    }

    .box .box-text {
        padding-left: 10px;
    }

    .comming-soon {
        font-size: 40px;
        padding-top: 10px;
        margin-top: 10px;
    }

    .image {
        width: 410px;
        bottom: 80px;
        right: -6px;
    }

    .box:not(.box2) a {
        width: 130px;
    }

    .box2 .social-media-items {
        width: 130px;
        text-align: right;
    }

    .box2 .box-text {
        text-align: left;
    }

    .box:not(.box2) a:nth-child(1) {
        text-align: right;
    }

    .box:not(.box2) a:nth-child(2) {
        width: Calc(100% - 130px);
        text-align: left;
    }


    h1 {
        padding-top: 10px;
        font-size: 26px;
    }


    h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 410px) {
    .image {
        width: 100%;
        bottom: 60px;
        right: 0;
    }

    .box {
        font-size: 17px;
    }
}

@media only screen and (max-width: 375px) {
    .image {
        bottom: 60px;
        /*right: -40px;*/
    }
}
