*{
    box-sizing: border-box;
}

body{
    margin: 0;
    font-family: 'Gilroy';
    background: url(./../img/bg/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #ffffff;
    background-color:#0B1D26;
}

h1, h2, h3, h4, h5, h6, p{
    margin: 0
}

.no-scroll{
    overflow-y: hidden;
}


.container-wide{
    max-width: 1790px;
    padding: 0 15px;
    margin: 0 auto;
}


.container{
    max-width: 1492px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
}

.header{
    padding-top: 64px;
    margin-bottom: 843px;
}

.nav-wrapper{
    margin-bottom: 198px
}

.row{
    display: flex;
    align-items: center;
}

.space-between{
    justify-content: space-between;
}



.logo{
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
}

.nav ul{
    display: flex;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.nav li + li{
    margin-left: 40px;
}

.nav a{
    position: relative;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.2s ease-in;
}

.nav a::after{
    position: absolute;
    left: 0;
    bottom: -10px;
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #FBD784;
    opacity: 0;
    transition: all 0.2s ease-in;
}

.nav a:hover{
    color: #FBD784;
}

    
.nav a:hover::after{
    bottom: 0px;
    opacity: 1;
}



.account{
    position: relative;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.2s ease-in;
}

.account:hover{
    color: #FBD784;
}

.account::before{
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 20px;
    width: 20px;
    transform: translateY(-50%);
    background-image: url(../img/icons/account.svg);
}


/* BUTTON */

.nav-button{
    display: none;
    position: relative;
    z-index: 9;
    height: 25px;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
}

.nav-button:focus,
.nav-button:active{
    outline: none;
}

.nav-button-icon{
    display: block;
    position: relative;
    width: 42px;
    height: 5px;
    background-color: #ffffff;
    border: none;
}

.nav-button-icon::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    width: 42px;
    height: 5px;
    background-color: #ffffff;
}

.nav-button-icon::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 42px;
    height: 5px;
    background-color: #ffffff;

}


.nav-button-close .nav-button-icon{
    background-color: transparent;
}

.nav-button-close .nav-button-icon::before{
    transform: rotate(45deg);
    top: 0;
}


.nav-button-close .nav-button-icon::after{
    transform: rotate(-45deg);
    top: 0;
}



.mobile-nav{
    position: fixed;
    z-index: 8;
    top: 0;
    right: 0;
    /* display: flex; */
    display: none;
    flex-direction: column;
    justify-content: space-between;
    padding: 70px 80px 50px 30px;
    width: 320px;
    height: 100%;
    background-color: rgba(11, 29, 38, 0.8);
}


.mobile-nav .nav,
.mobile-nav .account{
    display: block;
}

.mobile-nav .nav ul{
    flex-direction: column;
}

.mobile-nav .nav li{
    margin: 0;
    margin-bottom: 25px;
}


/* HERO */

.hero{
    display: block;
    max-width: 980px;
    padding: 0 15px 0 15px;
    margin: 0 auto;
    text-decoration: none;
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.660, 0.215, 0.295, 1.640);
}

.hero:hover{
    transform: translateY(-5%)
}

.hero-category{
    position: relative;
    padding-left: 104px;
    margin-bottom: 32px;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.222;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #FBD784;
}

.hero-category::before{
    display: block;
    position: absolute;
    content: "";
    width: 72px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translate3d(-50%);
    background-color: #FBD784;
}

.hero-title{
    margin: 0 0 32px 0;  
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 88px;
    line-height: 1.136;
    text-transform: capitalize;
}

.hero-scroll{
    display: inline-block;
    position: relative;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.222;
    padding-right: 32px;
    margin: 0;
}

.hero-scroll::after{
    display: block;
    position: absolute;
    content: "";
    background-image: url(./../img/icons/arrow_down.svg);
    width: 16px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}




/* ARTICLE */
.article{
    margin-bottom: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
 
}

.article:nth-child(even){
    flex-direction: row-reverse;
}

.article-text{
    position: relative;
    padding-left: 150px;
    margin-right: 20px;
    max-width: 782px;
    
}

.article-text::before{
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    padding-top: 38px;
    display: block;
    content: attr(data-number);
    width: 240px;
    height: 240px;
    font-weight: 700;
    font-size: 240px;
    line-height: 1;
    color: #FFFFFF;
    opacity: 0.1;
}

.article-subtitle{
    position: relative;
    padding-left: 96px;
    margin-bottom: 27px;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.222;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #FBD784;
    }

.article-subtitle::before{
    display: block;
    position: absolute;
    content: "";
    width: 72px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translate3d(-50%);
    background-color: #FBD784;
}

.article-title{
    max-width: 555px;
    margin-bottom: 27px;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 1.20;
}

.article-text p{
    margin-bottom: 27px;
    max-width: 632px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.777;
}


.article-readmore{
    display: inline-block;
    position: relative;
    margin: 0;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.222;
    padding-right: 40px;
    color: #FBD784;
    text-decoration: none;
}

.article-readmore::after{
    display: block;
    position: absolute;
    content: "";
    background-image: url(./../img/icons/arrow-right.svg);
    width: 24px;
    height: 16px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.article-image img{
    display: block;
    max-width: 100%;
}



/* FOOTER */

.footer{
    padding-bottom: 120px
}

.footer-row{
    display: flex;
    justify-content: space-between;
}

.footer-copyright{
    display: flex;
    flex-direction: column;
}

.footer-copyright-logo{
    margin-bottom: 24px;
}

.footer-copyright-desc{
    margin: 0;
    max-width: 303px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.78;
}

.footer-copyright-terms{
    margin-top: 122px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.78;
    color: rgb(255, 255, 255, 0.5);
}

.footer-nav-wrapper{
    display: flex;
    
}

.footer-nav{
    max-width: 200px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.78;
    color: #FFFFFF;
}

.footer-nav-title{
    margin-bottom: 24px;
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.333;
    color: #FBD784;
}

.footer-nav ul{
    padding: 0;
    margin: 0;
    list-style: none;
}


.footer-nav li{
    padding: 0;
    margin: 0;
    margin-bottom: 16px
}

.footer-nav li:last-child{
    margin-bottom: 0;
}


.footer-nav a{
    position: relative;
    padding-bottom: 5px;
    text-decoration: none;
    color: #ffffff;
}

.footer-nav a::after{
    position: absolute;
    left: 0;
    bottom: -10px;
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    opacity: 0;
    transition: all 0.2s ease-in;
}

.footer-nav a:hover::after{
    bottom: 0px;
    opacity: 1;
}

.footer-nav + .footer-nav{
    margin-left: 212px;
}



