@font-face {
    font-family: Vazir;
    src: url("../fonts/Vazirmatn-Regular.woff2");
}

@font-face {
    font-family: Vazir;
    src: url("../fonts/Vazirmatn-Bold.woff2");
    font-weight: bold;
}


* {
    box-sizing: border-box;
}


body {

    margin: 0;

    background: #050505;

    color: #e8e3d8;

    font-family: Vazir, Tahoma, sans-serif;

    text-align: center;

}



/* =====================
        HEADER
===================== */


header {

    width: 88%;

    max-width: 1400px;

    margin: 45px auto 0;

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.site-title {

    color: #d5b56d;

    font-size: 22px;

}



nav a {

    color: #cfc8ba;

    text-decoration: none;

    margin-left: 25px;

    font-size: 15px;

    transition: .3s;

}



nav a:hover {

    color:#d5b56d;

}



.nav-divider {

    display:inline-block;

    width:1px;

    height:16px;

    background:rgba(213,181,109,.35);

    margin:0 8px;

    vertical-align:middle;

}



.luxury-line {

    width:88%;

    height:1px;

    background:rgba(213,181,109,.45);

    margin:35px auto 0;

}





/* =====================
    DOMAIN PAGE
===================== */


.domain-presentation {

    padding-top:90px;

}



.availability-message {

    display:flex;

    align-items:center;

    justify-content:center;

    gap:18px;

    color:#e5c477;

    font-size:25px;

    font-weight:bold;

    margin-bottom:55px;

}



.availability-message::before,
.availability-message::after {

    content:"";

    width:120px;

    height:1px;

    background:#b99652;

}



#domain-name {

    margin:55px 0 45px;

    font-family:Georgia, serif;

    font-size:clamp(38px,5vw,64px);

    font-weight:normal;

    color:#f1d797;

    letter-spacing:2px;

}



.domain-poster {

    display:block;

    width:min(82%,900px);

    max-height:600px;

    object-fit:cover;

    margin:0 auto;

    box-shadow:0 40px 90px rgba(0,0,0,.8);

}




.domain-description {

    max-width:850px;

    margin:85px auto;

    padding:0 25px;

}



.domain-description p {

    color:#cfc8ba;

    font-size:18px;

    line-height:2.3;

}





.interest {

    margin:80px auto;

}



.interest p {

    font-size:23px;

    color:#e0d4bd;

}



.interest a {

    display:inline-block;

    margin-top:20px;

    color:#d5b56d;

    text-decoration:none;

    font-size:19px;

    border-bottom:1px solid #d5b56d;

    padding-bottom:8px;

}





/* =====================
      CONTACT PAGE
===================== */


.contact-page {

    padding:100px 20px;

}



.contact-page h1 {

    color:#d5b56d;

    font-size:40px;

    font-weight:normal;

    margin-bottom:50px;

}



.contact-intro {

    color:#cfc8ba;

    font-size:18px;

    line-height:2.2;

    max-width:700px;

    margin:0 auto 90px;

}



.contact-item {

    margin:55px auto;

}



.contact-item h2 {

    color:#d5b56d;

    font-size:18px;

    font-weight:normal;

    margin-bottom:15px;

}



.contact-item a {

    color:#d8b878;

    text-decoration:none;

    font-size:20px;

    direction:ltr;

    display:inline-block;

}



.contact-item a:hover {

    color:#f0d28a;

}



.closing-text {

    margin-top:120px;

    color:#9f9788;

    font-size:17px;

}





/* =====================
       COLLECTION
===================== */


.collection-page {

    width:88%;

    max-width:1200px;

    margin:0 auto;

    padding:100px 0 120px;

}



.collection-heading {

    text-align:center;

    margin-bottom:80px;

}



.collection-heading h1 {

    margin:0;

    color:#d5b56d;

    font-size:42px;

    font-weight:normal;

    line-height:1.8;

}



.domain-list {

    width:100%;

    max-width:1100px;

    margin:0 auto;

    display:grid;

    grid-template-columns:repeat(3, 1fr);

    gap:25px 45px;

    direction:ltr;

}


.domain-item {

    display:flex;

    align-items:center;

    direction:ltr;

    min-height:55px;

    border-bottom:1px solid rgba(213,181,109,.18);

    transition:.3s;

}


.domain-item:hover {

    border-bottom-color:rgba(213,181,109,.6);

}


.domain-number {

    width:45px;

    color:#8e7952;

    font-family:Georgia,serif;

    font-size:14px;

}


.domain-name {

    direction:ltr;

    text-align:left;

}


.domain-name a,
.domain-name {

    color:#d8d2c7;

    text-decoration:none;

    font-family:Georgia,serif;

    font-size:17px;

}



.domain-name a:hover {

    color:#e2c276;

}


.domain-row {

    display:flex;

    align-items:center;

    direction:ltr;

    min-height:68px;

    border-bottom:1px solid rgba(213,181,109,.18);

    transition:.35s;

}



.domain-number {

    width:80px;

    color:#8e7952;

    font-family:Georgia,serif;

    font-size:14px;

    text-align:left;

}



.domain-name {

    flex:1;

    text-align:left;

}



.domain-name a {

    color:#d8d2c7;

    text-decoration:none;

    font-family:Georgia,serif;

    font-size:19px;

    transition:.35s;

}



.domain-row:hover .domain-name a {

    color:#e2c276;

}



.domain-row:hover {

    border-bottom-color:rgba(213,181,109,.5);

}


/* =====================
   SELECTED POSTERS
===================== */


.selected {

    margin:120px auto 80px;

}


.selected h2 {

    color:#d5b56d;

    font-size:24px;

    font-weight:normal;

}



.poster-gallery {

    display:flex;

    justify-content:center;

    align-items:center;

    gap:25px;

    flex-wrap:nowrap;

    width:90%;

    max-width:1100px;

    margin:55px auto;

}



.poster-gallery img {

    width:220px;

    height:125px;

    object-fit:cover;

    opacity:.85;

    transition:.4s;

}



.poster-gallery img:hover {

    opacity:1;

    transform:translateY(-8px);

}


/* =====================
        FOOTER
===================== */


.site-footer {

    margin-top:120px;

    padding-bottom:50px;

    color:#8f8778;

    font-size:14px;

}


.footer-line {

    width:88%;

    height:1px;

    background:rgba(213,181,109,.25);

    margin:0 auto 40px;

}

/* =====================
        MOBILE
===================== */


@media(max-width:700px){


header {

    flex-direction:column;

    gap:25px;

}


nav a {

    margin:0 8px;

}


.availability-message {

    font-size:16px;

}


.availability-message::before,
.availability-message::after {

    width:40px;

}


.domain-description p {

    font-size:16px;

}


.collection-page {

    width:90%;

    padding-top:70px;

}


.collection-heading h1 {

    font-size:30px;

}


.domain-row {

    min-height:60px;

}


.domain-number {

    width:60px;

}


.domain-list {

    grid-template-columns:1fr;

}


.domain-name a {

    font-size:17px;

}

.poster-gallery {

    flex-wrap:wrap;

}


.poster-gallery img {

    width:45%;

    height:auto;

}

.poster-gallery a {

    display:block;

}


.poster-gallery img {

    transition:.45s;

}


.poster-gallery img:hover {

    transform:scale(1.04);

    box-shadow:
    0 20px 50px rgba(213,181,109,.25);

}

#domain-name {
    text-align: center;
    direction: ltr;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 8px;
    margin: 35px auto;
    color: #c9a227;
}

}