@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,700;0,900;1,600&family=Bellefair&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Barlow Condensed', sans-serif;
    font-family: 'Bellefair', serif;*/
}

:root {
    --clr-black: hsl(230, 35%, 7%);
    --clr-purple: hsl(231, 77%, 90%);
    --clr-bege: hsl(0, 0%, 100%)
}

body {
    display: block;
    background: url(../assets/crew/background-crew-desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 900px;
    justify-content: center;

}

.navbar {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.navbar img {
    margin: 64px 55px;
}

.navbar .fas {
    display: none;
}

.navbar .line {
    position: absolute;
    width: 475px;
    left: 110px;
    z-index: 1;
}

.navbar ul {
    list-style: none;
    width: 930px;
    padding-left: 80px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(40.7742px);
    /* Note: backdrop-filter has minim */
}

.navbar li {
    display: inline-block;
    margin: 35px 35px;
}

.navbar ul li a span {
    font-weight: 700;
}

.navbar ul li a {
    font-family: 'Barlow Condensed', sans-serif;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
}

.navbar ul li a::after {
    content: '';
    width: 0;
    height: 4px;
    background: #ffffff;
    mix-blend-mode: normal;
    opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: -35px;
    transition: 0.5s ease;
}

.navbar ul li a:hover::after {
    width: 100%;
}

.navbar .active-link::after {
    width: 100%;
    background: #ffffff;
    opacity: 1;
}

@media only screen and (max-width: 1440px) {
    .navbar ul {
        width: 840px;
        padding-left: 70px;
    }

    .navbar .line {
        width: 440px;
    }

    .navbar li {
        margin: 35px 25px;
    }
}

/* --------------content crew ----------------*/

main .description h3 {
    position: absolute;
    height: 34px;
    left: 165.5px;
    right: 1.4%;
    top: 210px;

    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    /* identical to box height */

    letter-spacing: 4.725px;
    text-transform: uppercase;

    color: #FFFFFF;
}

main .description h3 span {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    /* identical to box height */

    letter-spacing: 4.725px;
    color: #FFFFFF;

    mix-blend-mode: normal;
    opacity: 0.25;
}

main .description h2 {
    position: absolute;
    width: 214px;
    height: 37px;
    left: 165.5px;
    top: 400px;

    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    /* identical to box height */

    text-transform: uppercase;

    color: #FFFFFF;

    mix-blend-mode: normal;
    opacity: 0.5;
}

main .description h1 {
    position: absolute;
    width: 488px;
    height: 64px;
    left: 165.5px;
    top: 452px;

    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    text-transform: uppercase;

    color: #FFFFFF;
}

main .description p {
    position: absolute;
    width: 444px;
    height: 128px;
    left: 165px;
    top: 543px;

    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    /* or 178% */


    color: #D0D6F9;
}


main img {
    position: absolute;
    width: 503.07px;
    height: 712px;
    left: 734.93px;
    top: 188px;
}

.dots-page {
    display: flex;
    position: absolute;
    width: 132px;
    height: 15px;
    left: 167px;
    top: 791px;
    justify-content: space-between;
}

.dots-page .dot {
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    background: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.17;
    cursor: pointer;
}

.dots-page .dot:hover {
    background: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.5;
}

.dots-page .dot.active-link {
    background: #ffffff;
    opacity: 1;
}

.tab-content {
    display: none;
}

.tab-content.active-tab {
    display: block;
}


/* ---------style mark -------------*/


main .mark .description h2 {
    position: absolute;
    width: 309px;
    height: 37px;
    left: 165.5px;
    top: 400px;

    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    /* identical to box height */

    text-transform: uppercase;

    color: #FFFFFF;

    mix-blend-mode: normal;
    opacity: 0.5;
}

main .mark .description h1 {
    position: absolute;
    position: absolute;
    width: 614px;
    height: 64px;
    left: 165.5px;
    top: 452px;

    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;

    color: #FFFFFF;
}

main .mark img {
    position: absolute;
    width: 453.44px;
    height: 654px;
    left: 800px;
    top: 246px;
}

/* ---------style victor -------------*/


main .victor .description h2 {
    position: absolute;
    width: 309px;
    height: 37px;
    left: 165.5px;
    top: 400px;

    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    /* identical to box height */

    text-transform: uppercase;

    color: #FFFFFF;

    mix-blend-mode: normal;
    opacity: 0.5;
}

main .victor .description h1 {
    position: absolute;
    position: absolute;
    width: 614px;
    height: 64px;
    left: 165.5px;
    top: 452px;

    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;

    color: #FFFFFF;
}

main .victor img {
    position: absolute;
    width: 553.44px;
    height: 654px;
    left: 743px;
    top: 246px;
}

/* ---------style victor -------------*/


main .anousheh .description h2 {
    position: absolute;
    width: 309px;
    height: 37px;
    left: 165.5px;
    top: 400px;

    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    /* identical to box height */

    text-transform: uppercase;

    color: #FFFFFF;

    mix-blend-mode: normal;
    opacity: 0.5;
}

main .anousheh .description h1 {
    position: absolute;
    position: absolute;
    width: 614px;
    height: 64px;
    left: 165.5px;
    top: 452px;

    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;

    color: #FFFFFF;
}

main .anousheh img {
    position: absolute;
    width: 615.57px;
    height: 607px;
    left: 735px;
    top: 294px;
}

.description #line {
    display: none;
}


/* --------- configuração da screen 770px ----------- */
@media only screen and (max-width: 770px) {

    body {
        background: url(../assets/crew/background-crew-tablet.jpg);
        background-size: cover;
        height: 1024px;
    }

    /* ---------- nav --------------- */
    .navbar img {
        margin: 20px 39px;
    }

    .navbar .line {
        display: none;
    }

    .navbar ul {
        width: 450px;
        padding-left: 20px;
    }

    .navbar li {
        margin: 35px 15px;
    }

    .navbar li span {
        display: none;
    }

    .navbar ul li a {
        font-size: 14px;
    }

    /* --------------content crew ----------------*/

    main .description h3 {
        left: 39px;
        top: 136px;

        font-size: 20px;
    }

    main .description h3 span {
        font-size: 22px;
    }

    main .description h2 {
        left: 36.42%;
        right: 32.42%;
        top: calc(50% - 28px/2 - 77px);

        font-size: 24px;

        text-align: center;
    }

    main .description h1 {
        left: 18.42%;
        right: 32.42%;
        top: calc(50% - 46px/2 - 32px);

        font-size: 40px;

        text-align: center;
    }

    main .description p {
        left: 21%;
        right: 0%;
        top: calc(50% - 84px/2 + 49px);

        font-size: 16px;

        text-align: center;
    }


    main img {
        width: 406.37px;
        height: 522px;
        left: 175.85px;
        top: 502px;
    }

    .dots-page {
        width: 90px;
        left: 327px;
        top: 491px;
    }

    .dots-page .dot {
        width: 10px;
        height: 10px;
    }


    /* ---------style mark -------------*/

    main .mark .description h2 {
        left: 29.69%;
        right: 27.69%;
        top: calc(50% - 28px/2 - 77px);

        font-size: 24px;

        text-align: center;
    }

    main .mark .description h1 {
        left: 9.06%;
        right: 6.06%;
        top: calc(50% - 46px/2 - 32px);

        font-size: 40px;

        text-align: center;
    }

    main .mark img {
        width: 308.85px;
        height: 492px;
        left: 200px;
        top: 532px;
    }

    /* ---------style victor -------------*/


    main .victor .description h2 {
        left: 29.43%;
        right: 44.43%;
        top: calc(50% - 28px/2 - 77px);

        font-size: 24px;

        text-align: center;
    }

    main .victor .description h1 {
        left: 9.6%;
        right: 11.4%;
        top: calc(50% - 46px/2 - 32px);

        font-size: 40px;

        text-align: center;
    }

    main .victor img {
        width: 413.09px;
        height: 492px;
        left: 166px;
        top: 532px;
    }

    /* ---------style victor -------------*/

    main .anousheh .description h2 {
        left: 28.88%;
        right: 30.88%;
        top: calc(50% - 28px/2 - 77px);

        font-size: 24px;

        text-align: center;
    }

    main .anousheh .description h1 {
        left: 9.37%;
        right: 7.37%;
        top: calc(50% - 46px/2 - 32px);

        font-size: 40px;

        text-align: center;
    }

    main .anousheh img {
        width: 500.51px;
        height: 492px;
        left: 134px;
        top: 532px;
    }
}

/* --------- configuração da screen 770px ----------- */
@media only screen and (max-width: 380px) {
    body {
        background: url(../assets/crew/background-crew-mobile.jpg);
        background-size: cover;
        height: 710px;
    }

    /* ---------- nav --------------- */
    .navbar img {
        position: absolute;
        width: 40px;
        height: 40px;
        left: 0;
        top: 24px;
    }

    .navbar ul {
        position: fixed;
        width: 254px;
        height: 100vh;
        right: -254px;
        top: 0px;
        padding-top: 100px;
        z-index: 1;
        transition: right 0.5s;
    }

    .navbar .fas.fa-bars {
        position: absolute;
        left: 300px;
        top: 43.95px;
    }

    .navbar .fas {
        display: block;
        font-size: 35px;
        color: #FFFFFF;
        position: absolute;
        left: 180px;
        top: 43.95px;
        cursor: pointer;
    }

    .navbar li {
        margin: 35px 5px;
        display: block;
    }

    .navbar li span {
        display: inline-block;
    }

    .navbar ul li a {
        font-size: 16px;
    }

    .navbar ul li a::after {
        display: none;
    }

    /* --------------content crew ----------------*/

    main .description h3 {
        left: 85px;
        top: 98px;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 2.7px;

        font-size: 20px;
    }

    main img {
        width: 227px;
        height: 253px;
        left: 84px;
        top: 139px;
    }

    .dots-page {
        width: 88px;
        height: 10px;
        left: 142px;
        top: 414px;
    }

    main .description h2 {
        position: absolute;
        height: 18px;
        left: 21.64%;
        top: 446px;

        font-size: 16px;
        line-height: 18px;
    }

    main .description h1 {
        left: 9.8%;
        top: 472px;
        width: 300px;
        font-size: 24px;
        line-height: 28px;
    }

    main .description p {
        width: 330px;
        height: 100px;
        left: 6%;
        right: 0%;
        top: 506px;

        font-size: 15px;
        line-height: 25px;

        text-align: center;
    }

    .description #line {
        display: block;
        position: absolute;
        width: 307px;
        height: 1px;
        left: 34px;
        top: 392px;
        background: #383B4B;
    }

    /* ---------style mark -------------*/

    main .mark .description h2 {
        left: 8.64%;
        top: 436px;

        font-size: 16px;

        text-align: center;
    }

    main .mark .description h1 {
        left: 9%;
        top: 472px;
        width: 300px;
        font-size: 24px;
        line-height: 28px;
    }

    main .mark img {
        width: 153.92px;
        height: 222px;
        left: 111px;
        top: 170px;
    }

    main .mark .description p {
        left: 6%;
    }

    /* ---------style victor -------------*/


    main .victor .description h2 {
        left: 8.64%;
        top: 436px;

        font-size: 16px;

        text-align: center;
    }

    main .victor .description h1 {
        left: 9%;
        top: 472px;
        width: 300px;
        font-size: 24px;
        line-height: 28px;
    }

    main .victor img {
        width: 190.92px;
        height: 222px;
        left: 91px;
        top: 170px;
    }

    /* ---------style anousheh -------------*/

    main .anousheh .description h2 {
        left: 8.64%;
        top: 436px;

        font-size: 16px;

        text-align: center;
    }

    main .anousheh .description h1 {
        left: 9%;
        top: 472px;
        width: 300px;
        font-size: 24px;
        line-height: 28px;
    }

    main .anousheh img {
        width: 190.92px;
        height: 222px;
        left: 91px;
        top: 170px;
    }

}