@font-face {
    font-family: Pinar;
    src: url(./font/Pinar-DS4-FD-Black.woff2);
    src: url(./font/Pinar-DS4-FD-Bold.woff2);
    src: url(./font/Pinar-DS4-FD-ExtraBold.woff2);
    src: url(./font/Pinar-DS4-FD-Light.woff2);
    src: url(./font/Pinar-DS4-FD-Medium.woff2);
    src: url(./font/Pinar-DS4-FD-Regular.woff2);
    src: url(./font/Pinar-DS4-FD-SemiBold.woff2);
}

/* StyleSheet:Start */
*{
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'pinar';
    font-weight: 400;
    max-height: 100vh;
}

body{
    overflow-y: hidden;
}

p.tarahi {
    font-size: 20px;
}

section{
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    min-height: 100vh;
    background: url("./image/IMG_0103.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    }
    

.container{
    /* height: 70vh; */
    width: 400px;
    padding: 10px;
    border: #ffffff7c 1px solid;
    border-radius: 10px;
    box-shadow:10px 10px 50px rgb(0, 0, 0);
    text-align: center;
    backdrop-filter: blur(5px) brightness(80%);
}

.content{
    margin: 30px 0px;
}

.company{
    font-size: 0.8em;
    font-weight: bolder;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.title{
    font-size: 5em;
    font-family: 'Bacasime Antique';
    margin-bottom: 15px;
}

.discription{
    font-size: 0.8em;
    line-height: 17px;
    width: 300px;
    margin: 0 auto 40px;
}

.button button{
    width: 150px;
    height: 40px;
    border-radius: 20px;
    background: transparent;
    border: 2px solid #fff;
    font-weight: bolder;
}

.button button:hover{
    background: #fff;
    color: #000;
    transition: 0.5s;
}

.icons{
    margin-top: 50px;
}

.icons button{
    background: transparent;
    border: none;
    width: 50px;
    font-size: 1.5em;
    border-radius: 50%;
}

.icons button ion-icon{
    padding: 10px;
}

.icons button:hover{
    background: rgba(255, 255, 255,0.1);
    transition: 0.5s;
}
/* StyleSheet:End */

/* Responsiveness:Start */
@media screen and (max-width: 480px) {
    .container{
        width: 80dvw;
    }
    section{
        background: url("./image/Mohammadreza-Akhoondi_20170126_1972.webp");
        background-repeat: no-repeat;
        background-position:center center;
        background-size: cover;
    }
    section::before {
      content: ''; /* حتماً باید خالی باشه */
      position: absolute; /* موقعیت‌دهی روی عکس */
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); /* رنگ آبی با شفافیت 50% */
      /* یا با گرادیانت: */
      /* background: linear-gradient(rgba(0, 123, 255, 0.5), rgba(0, 123, 255, 0.5)); */
      z-index: 00; /* اطمینان از اینکه روی عکس قرار میگیره */
    }
    .container{
    backdrop-filter: blur(3px) brightness(80%);
}

    }
}

@media screen and (max-width: 320px) {
    .company{
        font-size: 0.6em;
    }
    .title{
        font-size: 4em;
    }
    .discription{
        font-size: 0.7em;
    }

}
/* Responsiveness:End */

div .designer{
    margin-top: 20vh;
    font-size: 12px;
}

a{
    text-decoration: none;
}