/* || GENERAL STYLES */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --main-font: 'Montserrat', sans-serif;
    --main-font-color-light: #FFFFFF;
    --main-font-color-dark: #333333;
    --main-color: #12ABC5;
}

html{
    font-size: 10px;
    scroll-behavior: smooth;
    font-family: var(--main-font);
    color: var(--main-font-color-light);
    overflow-x: hidden;
}

img{
    width: 100%;
    max-width: 100%;
}

a{
    text-decoration: none;
}

p{
    font-size: 1.6em;
}

.container{
    width: 100%;
    max-width: 122rem;
    margin: 0 auto;
    padding: 0 2.4rem;
}

/* HERO SECTION */

#hero {
    background-image: url('photos/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding-bottom: 15rem;
}

.logo {
    height: 2rem;
    width: 23rem;
    padding-top: 2rem;
}

#hero h3 {
    font-weight: 100;
    font-size: 3em;
    padding-top: 10rem;
}

#hero h1 {
    font-size: 4.5em;
}

#hero button {
    background-color: var(--main-color);
    color: var(--main-font-color-light);
    width: 19rem;
    height: 5rem;
    font-size: 2em;
    border: none;
    border-radius: 4px;
    letter-spacing: 2px;
}

/* ABOUT SECTION */

#about {
    color: var(--main-font-color-dark);
    width: 100%;
    max-width: 62rem;
    margin: 0px auto;
    text-align: center;
    font-size: 1.6em;
    padding: 9rem 0rem;
}

#location {
    display: flex;
    width: 100%;
    max-width: 90rem;
    margin: 0px auto;
}

.map {
    flex-basis: 35%;
}

.location-text {
    color: var(--main-font-color-dark);
    display: flex;
    flex-basis: 65%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0rem 3rem;
    font-size: 1.4em;
}

/* CHOICE SECTION */

#choice {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.div-choice {
    flex-basis: 50%;
}

.top-choice {
    height: 54rem;
    background-size: cover;
    background-position: center;
    font-size: 6em;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 5px;
    font-weight: 300;
}

.choice-bussines {
    background-image: url('photos/consulting.jpg');
    background-position: left;
}

.choice-influenser {
    background-image: url('photos/influencer.jpg');
    background-position: center;
}

.bottom-choice {
    height: 54rem;
    font-size: 1.6em;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 5px;
    font-weight: 300;
    color: var(--main-font-color-light);
    flex-direction: column;
    padding: 0rem 14rem;
    background: linear-gradient(90deg, #12ABC5 0%, #016A88 96.13%);
}

/* TIME SECTION */

#time {
    text-align: center;
    color: var(--main-font-color-dark);
    font-size: 2em;
    padding: 1rem 0rem;
}

.work-time h3 {
    font-weight: 300;
}

.work-time h2 {
    font-weight: 400;
    padding: 1rem 0rem;
}

.work-time h1 {
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 4px;
}

#time ul {
    width: 30rem;
    margin: 0px auto;
    text-align: left;
    padding: 1rem 0rem 7rem 0rem;
}

#time ul li {
    padding: 1rem 0rem;
}

.time-on-mobile {
    font-weight: 400;
    display: none;
    padding: 0rem 1rem 3rem;
}

#time button {
    background-color: var(--main-color);
    color: var(--main-font-color-light);
    width: 19rem;
    height: 5rem;
    font-size: 0.7em;
    border: none;
    border-radius: 4px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ME SECTION */

#me {
    display: flex;
    background: linear-gradient(180deg, #12ABC5 0%, #8AE2CD 100%);
    flex-direction: column;
    padding-bottom: 4rem;
}

.me-top {
    display: flex;
    width: 100%;
    max-width: 100rem;
    margin: 0px auto;
    padding: 8rem 1rem;
}

.me-photo {
    flex-basis: 50%;
}

.me-photo img {
    padding: 1rem;
}

.me-text {
    flex-basis: 50%;
    padding: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 2rem;
}

.me-bottom {
    font-size: 2em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 90rem;
    margin: 0px auto;
}

.me-left {
    flex-basis: 50%;
    text-align: right;
}

.me-right {
    flex-basis: 50%;
    display: flex;
    justify-content: space-evenly;
}

.me-icon {
    width: 7rem;
    height: 7rem;
}

.icon-tiktok {
    background-image: url('photos/icon-sprite.png');
    background-position-x: 0rem;
}

.icon-insta {
    background-image: url('photos/icon-sprite.png');
    background-position-x: -7rem;
}

.icon-youtube {
    background-image: url('photos/icon-sprite.png');
    background-position-x: -14rem;
}

/* FOOTER SECTION */

#footer {
    display: flex;
    color: var(--main-font-color-dark);
    max-width: 90rem;
    width: 100%;
    margin: 0px auto 0px;
    font-size: 2em;
    padding: 6rem 1rem;
    color: #007090;
}

.left-footer {
    flex-basis: 50%;
    letter-spacing: 3px;
}

.left-footer h1 {
    margin-bottom: 4rem;
}

.right-footer {
    flex-basis: 50%;
}

.contacts h4 {
    font-weight: 400;
}

.contacts h5 {
    padding-top: 1.3rem;
    font-weight: 300;
}

.right-footer h1 {
    text-align: center;
    font-weight: 400;
    letter-spacing: 4px;
    margin-top: 5rem;
}

.right-footer img {
    margin: 6rem 0rem;
}

.right-footer p {
    color: gray;
    font-size: 1.5rem;
    text-align: center;
}

/* MEDIA TAGS */

@media screen and (min-width: 700px) and (max-width: 1030px){
    .bottom-choice {
        padding: 0rem 2rem;
    }
}

@media screen and (max-width: 700px){
    #choice {
        flex-direction: column;
    }

    #location {
        flex-direction: column;
    }

    .location-text {
        padding: 2rem 3rem;
    }

    .bottom-choice {
        padding: 0rem 3rem;
        text-align: center;
    }

    .time-on-mobile {
        display: block;
    }

    .me-top {
        flex-direction: column;
        padding: unset;
    }

    .me-photo img {
        padding: 0rem;
    }

    .me-bottom {
        flex-direction: column;
    }

    .me-left {
        text-align: center;
        padding: 2rem 0rem;
    }

    #footer {
        flex-direction: column;
    }

    .left-footer {
        padding: 0rem 3rem;
    }

    .right-footer h1 {
        font-size: 1em;
    }

    .right-footer img {
        padding: 0rem 5rem;
    }

    .right-footer img {
        padding: 0rem 1rem;
    }
}