@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Vazir-Regular.eot");
    src: url("../fonts/Vazir-Regular.ttf") format("ttf"),
         url("../fonts/Vazir-Regular.woff") format("woff"),
         url("../fonts/Vazir-Regular.woff2") format("woff2");
}
@font-face {
    font-family: sahel;
    font-style: normal;
    font-weight: 950;
    src: url("../fonts/Sahel-Bold.eot");
    src: url("../fonts/Sahel-Bold.ttf") format("ttf"),
         url("../fonts/Sahel-Bold.woff") format("woff"),
         url("../fonts/Sahel-Bold.woff2") format("woff2");
}
body{
    font-family: vazir;
    direction: rtl;
    padding:0;
    margin:0;
    background-color:#fafafa;
    min-height: 100vh;
}
html{
    scroll-behavior: smooth;
}

/* Global */
.container{
    width:80%;
    margin:auto;
    overflow:hidden;
}
p{
    font-family: vazir;
}
h1,h2,h3{
    font-family: sahel;
}
ul{
    margin:0;
    padding:0;
}
/* Header */
/* top header */
.top-header{
    background:#D2042D;
    color:#fff;
    min-height:50px;
}
.social-media{
    float:right;
    padding:10px 20px 0 20px;
}
.social-icon{
    text-decoration: none;
    color:#fff;
    padding:0 10px;
}
.social-icon:hover{
    color:#ccc;
    font-weight: bold;
    transition: color 0.2s;
}
.phone-numb{
    color:#fff;
    float:left;
    padding-left: 20px;
    font-size:17px;
    letter-spacing: 0.2em;
}
/* main header */
.site-header{
    color:#35424a;
    background-color: rgb(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding-top:15px;
    min-height:30px;
    z-index: 1;
    position:sticky;
    top:0;
}

.site-header-logo{
    width:135px;
}

header nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header li{
    height: 60px;
}
header nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration:none;
    display: flex;
    align-items: center;
    color:#35424a;
    font-size: 18px;
}

.site-header .highlight, header .current .site-header-a{
    color:#D2042D;
    font-weight: bold;
}
nav a:hover{
    color:#D2042D;
    font-weight:bold;
}
nav li:first-child{
    margin-left: auto;
  }
.mobileMenu{
    position: fixed;
    top: 0; 
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgb(255, 255, 255);
    list-style: none;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .mobileMenu li{
    width: 100%;
  }
  .mobileMenu a{
    width: 100%;
  }
  .menu-button{
    display: none;
  }
#price{
    background-color: #f3f3f3;
}
.container p{
    text-align: center;
    font-size: 20px;
    color: #35424a;
}
.container .onPriceP{
    text-align: right;
    margin: auto;
    color: #000;
    font-size: 21px;
    line-height: 2em;
    padding-bottom: 30px;
}
.onPriceh1{
    font-size: 35px;
    text-align: center;
    margin: auto;
    color: #35424a;
    padding: 50px;
}
::placeholder{
    color: #ccc;
    opacity: 0.5;
}
.priceTable {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    padding: 15px;
    background-color: #fff;
    }
.inline-container > * {
    display: inline;
    vertical-align: middle;
}

.alignRight {
    text-align: right;
    font-size: 20px;
}
.alignRight p{
        margin-right: 22px;
        text-align: right;
}

.almOrPvc, .nosazOrBazsaz {
    margin-bottom: 30px;
    margin-right: 20px;
    cursor: pointer;
}

.profileB {
    margin-top: 10px;
}
.center{
    width: 50%;
    margin: auto;
}

.alignCenter .onPriceSize {
    margin-top: 10px;
}

.onPriceImg {
    width: 200px;
    height: auto;
    margin: 20px;
}

.onPriceSize input[type="text"] {
    width: 50px;
    height: 25px;
    padding: 5px;
    color: #fff;
    margin-bottom: 5px;
    background-color: #D2042D;
    border: none;
    border-radius: 2px;
    text-align: center;
}

.onPriceSize label {
    margin-right: 20px;
}
.alignLeft {
    text-align: left;
}
.alignLeft p{
    font-size: 14px;
    text-align: center;
    margin-left:20%;
}
.priceCal button {
    display: flex;
    padding: 10px 20px;
    background-color: #D2042D;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
}
.finalPrice {
    width: 100px;
    height: 15px;
    padding: 3px;
}
#footer{
    margin-top:50px;
    color:#35424a;
    background:#fafafa;
    text-align:right;
}
#footer .box-8{
    float:right;
    width:29%;
    margin: 1%;
    padding: 1%;
    text-align: center;
}
#footer .footer-h2{
    margin: 0;
    text-align: right;
}
footer .footer-a{
    text-decoration: none;
    color:#35424a;
    line-height: 2em;
}
footer .footer-a:hover{
    color:#cccccc;
    font-weight:bold;
}
footer .footer-ul{
    list-style-type: none;
    text-align: right;
    padding-top: 12px;
}
footer .social-media{
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;

}
footer .social-icon{
    color: #fff;
    display: inline;
    width: 50%;
}
footer .circle{
    width: 60px;
    height: 48px;
    border-radius: 50%;
    background-color: #D2042D;
    display: inline-block;
    padding-top: 10px;
    margin-left: 8px;
}
.footer-p{
    text-align: center;
    font-size: 17px;
    line-height: 2em;
}

  /*------------------------------------------------------------------------------------------------*/
  /* media query */
  @media(max-width: 800px) {
    .hideOnMobile{
        display: none;
      }
    .menu-button{
        display:block;
    }
    .site-header-logo{
        width:120px;
        padding-bottom: 12px;
    }
    header #branding, #footer .box-8, #footer .footer-h2, #footer .footer-icons{
        float:none;
        text-align: center;
        width:100%;
        padding: 0;
        padding-top: 20px;
    }
    .container p{
        text-align: center;
        font-size: 12px;
        color: #35424a;
    }
    .container .onPriceP{
        text-align: right;
        margin: auto;
        color: #000;
        font-size: 15px;
        line-height: 1.5em;
        padding-bottom: 15px;
        line-height: 1.5em;
    }
    .onPriceh1{
        font-size: 20px;
        text-align: center;
        margin: auto;
        color: #35424a;
        padding: 15px;
    }
    .priceTable {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px;
        padding: 5px;
        }
    .alignRight {
        text-align: right;
        font-size: 7px;
    }
    .alignRight p{
        margin-right: 3px;
        text-align: right;
        padding-top: 5px;
        font-size: 8px;
    }
    
    .finalPrice {
        width: 35px;
        height: 3px;
        padding: 3px;
        margin: 0;
        font-size: 7px;
    }
    
    .alignCenter .onPriceSize {
        margin-top: 3px;
    }
    
    .center{
        width: 50%;
        margin: auto;
    }
    .almOrPvc, .nosazOrBazsaz {
        margin-bottom: 7px;
        margin-right: 3px;
        height: 7px;
        width: 7px;
        cursor: pointer;
    }
    
    .profileB {
        margin-top: 3px;
    }
    
    .onPriceImg {
        width: 70px;
        height: auto;
        padding-right: 3px;
        margin: 3px;
    }
    
    .onPriceSize input[type="text"] {
        width: 12px;
        height: 3px;
        color: #fff;
        background-color: #D2042D;
        border: none;
        border-radius: 2px;
        text-align: center;
        font-size: 7px;
    }
    .onPriceSize .width {
        justify-content: space-between;
        align-items: center;
    }
    .alignRight label {
        margin: 0;
        font-size: 8px;
    }
    .alignCenter label {
        margin: 0;
        font-size: 7px;
    }
    .alignLeft label {
        margin: 0;
        font-size: 7px;
    }
    .alignLeft{
        text-align: center;
        align-items: center;
        padding-right: 8px;
    }
    .alignLeft p{
        font-size: 5px;
        text-align: center;
        padding: 5px 0;
    }
    .priceCal button {
        display: flex;
        text-align: center;
        padding: 1px;
        padding-right: 12px;
        width: 47px;
        background-color: #D2042D;
        color: white;
        border: none;
        cursor: pointer;
        font-size: 6px;
        border-radius: 5px;
    }
    footer .box-8{
        text-align: center;
        margin-top: 10px;
    }
    footer .footer-ul{
        text-align: center;
    }
  }
@media(max-width: 400px){
    .mobileMenu{
      width: 100%;
    }
    .site-header-logo{
        width:90px;
    }
}