@font-face {
	font-family: 'PostNoBillsJaffna';
	font-display: swap;
	src: url('../fonts/PostNoBillsJaffna-Bold.ttf');
	src: local("O"), url("../fonts/PostNoBillsJaffna-Bold.ttf") format("truetype"); 
	font-weight: bold;
	font-style: bold;
}
body {
    font-family: 'PT Sans', 'PostNoBillsJaffna', 'Playfair Display', sans-serif;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}
* {
    box-sizing: border-box;
    text-decoration: none;
}
a:hover {
    color: rgb(0, 0, 0);
    text-shadow: 1px 1px 2px;
}
.line {
    display: inline-block;
    background-color: #ffffff;
    height: 1px;
}
.subtitle {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
}
.description {
    font-family: 'PT sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
}

/* ----------  Header  ---------- */
.header__top {
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'PT sans', sans-serif;
    color: #969696;
    font-size: 12px;
}
.header__timetable,
.header__registration,
.header__top a {
    display: flex;
}
.timetable__worktime {
    display: flex;
}
.timetable__worktime a {
    color:  #969696;
}
.header__top a:hover {
    text-shadow: 1px 1px 10px #ffffff;
}
.header__top img {
    padding-right: 10px;
}
.header__registration a {
    color: #969696;
}
.header__registration a:hover,
.timetable__worktime a:hover {
    text-decoration: underline;
}


.header__bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #0F0F0F;
    color: #ffffff;
}
.header__logo {
    font-family: 'PostNoBillsJaffna', sans-serif;
    display: flex;
    font-size: 36px;
}
.header__logo a {
    text-transform: uppercase;
    border-radius: 50%;
    color: #ffffff;
}
.header__logo a:hover {
    text-shadow: 1px 1px 10px #ffffff;
    transition: .2s linear;
}
.header__navigation {
    display: flex;
}
.header__navigation a {
    display: flex;
    text-transform: uppercase;
    padding: 30px 20px;
    font-size: 14px;
    font-family: 'PT sans', sans-serif;
    color: #ffffff;
}
.header__navigation a:hover {
    background-color: #1F1F1F;
    transition: .2s linear;
}

/* >320px */
@media screen and (min-width: 320px) {
    .header__top {
        flex-direction: column;
        font-size: 13px;
        text-align: center;
    }
    .header__top img {
        margin-bottom: 15px;
        padding-right: 5px;
    }
    .header__bottom {
        flex-direction: column;
        padding: 25px 0px;
    }
    .header__logo {
        margin-bottom: 15px;
    }
    .header__navigation {
        align-items: center;
    }
    .header__navigation a {
        font-size: 13px;
        padding: 7px;
    }
}

/* >408px */
@media screen and (min-width: 408px) {
    .header__top {
        margin-bottom: 15px;
    }
    .header__top img {
        margin-bottom: 0px;
    }
}

/* >768px */
@media screen and (min-width: 768px) {
    .header__top {
        flex-direction: row;
        margin: 0px;
        font-size: 12px;
    }
    .header__top img {
        padding-right: 10px;
    }
    .header__bottom {
        flex-direction: row;
        padding: 0px;
    }
    .header__logo {
        margin: 0px;
    }
    .header__navigation a {
        padding: 30px 20px;
        font-size: 12px;
    }
}

/* >768px */
@media screen and (min-width: 768px) {
    .header__navigation a {
        padding: 30px 20px;
        font-size: 14px;
    }
}
/* ----------  Header end  ---------- */

/* ----------  Porten  ---------- */
.porten {
    background: url(../img/porten-background.png) no-repeat;
    background-size: cover;
    color: #ffffff;
}
.porten__body {
    padding: 160px 0px;
}
.porten__location {
    display: flex;
    padding: 100px 0px;
    max-width: 320px;
    flex-direction: column;
    align-items: center;
    margin: auto auto 80px;
    border: 4px solid #FFFFFF;
}
.porten__location:hover {
    cursor: pointer;
    box-shadow: 1px 1px 25px #a7a1a1;
}
.title {
    font-size: 64px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'PostNoBillsJaffna', sans-serif;
}
.line.line--porten {
    margin: 10px 0px;
    width: 180px;
    height: 2px;
}
.city {
    display: flex;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}
.porten__description {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
    max-width: 730px;
}

/* >320px */
@media screen and (min-width: 320px) {
    .porten__body {
        padding: 70px 15px;
    }
    .porten__location {
        padding: 35px;
        max-width: 270px;
        border: 2px solid #ffffff;
    }
    .title {
        font-size: 54px;
    }
    .city {
        font-size: 20px;
    }
    .porten__description {
        font-size: 13px;
    }
}

/* >768px */
@media screen and (min-width: 768px) {
    .porten__body {
        padding: 120px 15px;
    }
    .porten__location {
        padding: 70px 0px;
        border: 4px solid #ffffff;
    }
    .title {
        font-size: 64px;
    }
    .city {
        font-size: 22px;
    }
    .porten__description {
        max-width: 400px;
    }
}

/* >1024px */
@media screen and (min-width: 1024px) {
    .porten__body {
        padding: 160px 15px;
    }
    .porten__location {
        padding: 100px 0px;
        max-width: 320px;
    }
    .porten__description {
        font-size: 16px;
        max-width: 720px;
    }
}

/* ----------  Porten end  ---------- */

/* ----------  New-season  ---------- */

.new-season {
    color: #ffffff;
}
.new-season__body {
    display: flex;
    flex-direction: row;
}
.new-season__watch {
    padding: 80px 50px;
}
.new-season__head {
    text-align: center;
}
.line.line--new-season {
    margin: 50px 0px;
    width: 120px;
}

.watch__block {
    display: flex;
}
.watch__louis:not(:last-child) {
    margin-right: 50px;
}


.louis__athos {
    overflow: hidden;
    font-family: 'Playfair Display', sans-serif;
}
.watch__louis:hover {
    box-shadow: 1px 5px 10px #a7a1a1;
    transition: .3s linear;
}
.watch__block img {
    display: inline-block;
    background-color: #191B1C;
    padding: 50px 25px;
}

.watch__block img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: .4s linear;
}
.louis__model {
    font-size: 18px;
}
.louis__price {
    font-size: 16px;
}

.new-season__collection {
    background: url(../img/new-collection-background.png) no-repeat;
    background-size: cover;
    width: 100%;
}
.new__collection {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0px;
    height: 100%;
    justify-content: flex-end;
}
.line.line--new-collection {
    margin: 30px 0px;
    width: 120px;
}
.catalog {
    font-family: 'PT sans', sans-serif;
    display: inline-block;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 25px;
}
.catalog.catalog--new-season {
    width: 138px;
}
.catalog:hover {
    background-color: goldenrod;
    transition: .2s linear;
}

/* >320px */
@media screen and (min-width: 320px) {
    .new-season__body {
        flex-direction: column;
    }
    .new-season__watch {
        padding: 40px 50px;
    }
    .line.line--new-season {
        margin: 25px 0px;
    }
    .subtitle {
        font-size: 28px;
    }

    .watch__block {
        flex-direction: column;
    }
    .watch__louis {
        text-align: center;
    }
    .watch__louis:not(:last-child) {
        margin: 0px 0px 20px 0px;
    }
    .watch__block img {
        padding: 10px;
    }

    .new__collection {
        padding: 150px 50px;
        text-align: center;
    }
}

/* >768px */
@media screen and (min-width: 768px) {
    .new-season__watch {
        padding: 60px 50px;
    }
    .line.line--new-season {
        margin: 50px 0px;
    }
    .subtitle {
        font-size: 36px;
    }

    .watch__block {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .watch__louis:not(:last-child) {
        margin: 25px auto;
    }
    .watch__block img {
        padding: 15px;
    }
    .new__collection {
        padding: 200px 50px;
    }
}

/* >1024px */
@media screen and (min-width: 1024px) {
    .new-season__watch {
        padding: 80px 50px;
    }

    .watch__louis:not(:last-child),
    .watch__louis {
        margin: 0px auto;
    }
    .watch__block img {
        padding: 5px;
    }
    .new__collection {
        padding: 200px 50px;
    }
}

/* >1440px */
@media screen and (min-width: 1440px) {
    .new-season__body {
        flex-direction: row;
    }

    .watch__block {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .watch__louis {
        text-align: unset;
    }
    .watch__block--first .watch__louis:not(:last-child) {
        margin-right: 50px;
    }
    .watch__block img {
        padding: 15px;
    }
    .louis__model,
    .louis__price {
        padding: 10px;
    }
    .louis__price {
        display: inline-block;
    }

    .new__collection {
        padding: 80px 0px;
        text-align: center;
    }
}

/* ----------  New-season end  ---------- */

/* ----------  2018  ---------- */

.collection-2018 {
    display: flex;
}
.collection-2018__pic img {
    height: 100%;
}
.collection-2018__view {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.line.line--2018 {
    margin: 40px 0px;
    width: 120px;
}
.description.description--collection-2018 {
    max-width: 470px;
    text-align: center;
    margin-bottom: 40px;
}

/* >320px */
@media screen and (min-width: 320px) {
    .collection-2018 {
        flex-direction: column;
    }
    .collection-2018__pic img {
        height: auto;
        width: 100%;
    }
    .collection-2018__view {
        padding: 35px 20px;
    }
    .line.line--2018 {
        margin: 25px 0px;
    }
}

/* >768px */
@media screen and (min-width: 768px) {
    .collection-2018__view {
        padding: 50px 20px;
    }
    .line.line--2018 {
        margin: 40px 0px;
    }
}

/* >1024px */
@media screen and (min-width: 1024px) {
    .collection-2018 {
        flex-direction: row;
    }
    .collection-2018__pic img {
        height: 100%;
    }
    .collection-2018__view {
        padding: 35px 20px;
    }
}

/* >1440px */
@media screen and (min-width: 1440px) {
    .collection-2018__pic img {
        height: 100%;
        width: auto;
    }
    .collection-2018__view {
        padding: 0px;
    }
}


/* ----------  2018 end  ---------- */

/* ----------  Arrival  ---------- */

.arrival {
    color: #ffffff;
    padding: 150px 0px;
}
.arrival__head {
    text-align: center;
}
.watch__block {
    display: flex;
    justify-content: center;
}
.watch__block.watch__block--top {
    margin-bottom: 40px;
}
.line.line--arrival {
    margin: 40px 0px 80px 0px;
    width: 120px;
}

/* >320px */
@media screen and (min-width: 320px) {
    .arrival {
        padding: 50px 20px;
    }
    .line.line--arrival {
        margin: 25px 0px;
    }
}

/* >768px */
@media screen and (min-width: 768px) {
    .line.line--arrival {
        margin: 40px 0px;
    }

    .watch__louis:not(:last-child),
    .watch__louis {
        width: 50%;
        margin: 20px auto;
    }
    .watch__block.watch__block--top {
        margin: 0px;
    }
}

/* >1024px */
@media screen and (min-width: 1024px) {
    .arrival {
        padding: 100px 20px;
    }
    .line.line--arrival {
        margin: 40px 0px 80px 0px;
    }

    .louis__athos img {
        width: 90%;
    }
    .watch__louis:not(:last-child),
    .watch__louis {
        width: auto;
    }
}

/* >1440px */
@media screen and (min-width: 1440px) {
    .arrival {
        padding: 150px 20px;
    }

    .watch__block.watch__block--top {
        margin-bottom: 40px;
    }
    .louis__athos img {
        width: auto;
    }
    .watch__louis:not(:last-child),
    .watch__louis {
        margin: 0px 50px 0px 0px;
    }
}

/* ----------  Arrival end  ---------- */

/* ----------  Brands  ---------- */

.brands {
    padding: 80px 0px;
    background: #0F0F0F;
}
.brands__inner {
    text-align: center;
}
.line.line--brands {
    margin: 40px 0px;
    width: 120px;
}
.brands__logo {
    display: flex;
    justify-content: center;
}
.brands__logo a {
    margin-right: 30px;
    position: initial;
}
.brands__logo img:hover {
    border-radius: 40px;
    box-shadow: 0px 0px 20px #b1aaaa;
    transition: 0.3s linear;
}

/* >320px */
@media screen and (min-width: 320px) {
    .brands {
        padding: 40px 20px;
    }
    .line.line--brands {
        margin: 25px 0px;
    }
    .brands__logo {
        flex-direction: column;
    }
    .brands__logo a {
        margin: 0px auto;
    }
}

/* >768px */
@media screen and (min-width: 768px) {
    .brands {
        padding: 60px 20px;
    }
    .line.line--brands {
        margin: 40px 0px;
    }
    .brands__logo {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .brands__logo a {
        text-align: center;
        width: 50%;
        margin: 0px auto;
    }
}

/* >1440px */
@media screen and (min-width: 1440px) {
    .brands {
        padding: 80px 20px;
    }
    .brands__logo {
        flex-direction: row;
        flex-wrap: unset;
    }
    .brands__logo a {
        width: auto;
        margin: 0px auto;
    }
}


/* ----------  Brands end  ---------- */

/* ----------  Distribution  ---------- */

.distribution {
    background: url(../img/distribution-background.png) no-repeat;
    padding: 70px 20px;
    display: flex;
    justify-content: center;
}
.shop,
.categories {
    max-width: 350px;
    margin-right: 50px;
}
.newsletter {
    max-width: 350px;
}
.distribution .subtitle {
    margin-bottom: 50px;
}

.categories a {
    display: inline-block;
    color: #ffffff;
    background-color: #0F0F0F;
    padding: 15px 20px;
    margin: 0px 20px 20px 0px;
}
.categories a:hover {
    color: #000000;
    background-color: goldenrod;
    transition: .2s linear;
}


.form {
    display: flex;
}
.mail {
    outline: 0;
    width: 210px;
    height: 42px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    padding: 10px;
    color:  rgba(255, 255, 255, 0.7);;
}
.mail:focus {
    box-shadow: 0px 0px 5px;
    transition: .2s linear;
}
.mail::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.subscribe {
    width: 140px;
    height: 42px;
    border: none;
    background: #0F0F0F;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px;
    cursor: pointer;
}
.subscribe:hover {
    color: #000000;
    background-color: goldenrod;
    transition: .2s linear;
    text-shadow: 1px 1px 2px;
}

/* >320px */
@media screen and (min-width: 320px) {
    .distribution {
        padding: 35px 20px;
        flex-direction: column;
        background-color: #2b2c2d;
        text-align: center;
    }
    .shop,
    .categories {
        max-width: none;
        margin: 0px 0px 30px 0px;
    }
    .newsletter {
        max-width: none;
    }
    .distribution .subtitle {
        margin-bottom: 20px;
    }
    .form {
        flex-direction: column;
        margin-top: 25px;
    }
    .mail,
    .subscribe {
        margin: 0px auto 20px;
    }
}

/* >768px */
@media screen and (min-width: 768px) {
    .distribution {
        padding: 50px 100px;
    }
    .distribution .subtitle {
        margin-bottom: 35px;
    }
    .form {
        flex-direction: row;
        justify-content: center;
    }
    .mail,
    .subscribe {
        margin: 0px;
    }
}

/*1024px */
@media screen and (min-width: 1024px) {
    .distribution {
        padding: 50px 150px;
    }
    .newsletter p {
        margin-bottom: 30px;
    }
}

/* >1440px */
@media screen and (min-width: 1440px) {
    .distribution {
        padding: 70px 20px;
        flex-direction: row;
    }
    .shop,
    .categories {
        max-width: 350px;
        margin: 0px 50px 0px 0px;
    }
    .newsletter {
        max-width: 350px;
    }
    .distribution .subtitle {
        margin-bottom: 50px;
    }
    .form {
        margin: 0px;
    }
    .mail {
        width: 210px;
    }
    .newsletter p {
        margin-bottom: 35px;
    }
}
/* ----------  Distribution end ---------- */

/* ----------  Footer  ---------- */
.footer {
    padding: 20px 0px;
}
.footer__body {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.copyright,
.made-in a {
    color: #D0D0D0;
    font-size: 12px;
    line-height: 16px;
}
.made-in a {
    font-weight: 700;
    text-decoration: underline;
    color: #D0D0D0;
}
.made-in a:hover {
    text-shadow: 0px 0px 5px;
    transition: .2s linear;
}

/* ----------  Footer end  ---------- */

