body {
    font-family: Vazirmatn, sans-serif;
    direction: rtl;
    margin: 0;
}

@font-face {
  font-family: 'Shabnam';
  src: url('/font/Shabnam.woff2') format('woff2'),
       url('/font/Shabnam.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazir';
  src: url('/font/Vazir.woff2') format('woff2'),
       url('/font/Vazir.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IranNastaliq-Web';
  src:        url('/font/IranNastaliq-Web.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
     
     
       .skewed-header {
         position: relative;
         height: 300px;
         overflow: hidden;
       }

       .skewed-header > .header-bg {
         position: absolute;
         top: 0;
         bottom: 0;
         right: 0;
         left: 0;
         height: 100%;
         width: 100%;
         background-repeat: no-repeat;
         background-size: cover;
        transform: skewY(6deg);
        transform-origin: top right;
       }

       .skewed-header > .skewed-header-wrapper {
        position: absolute;
        display: flex;
        justify-content: center;
        width: 100vw;
       }

       .skewed-header >.skewed-header-wrapper > .skewed-header-content {
        width: 1200px;
        display: flex;
        justify-content: space-around;
        align-items: center;
       }

       .skewed-header >.skewed-header-wrapper >.skewed-header-content > .heading-wrapper {
        /* background-color: #7F151B; */
        color: white;
        border-radius: 2px;
        width: max-content;
        padding: 10px;
        text-align: center;
       }
       .skewed-header >.skewed-header-wrapper >.skewed-header-content > .links-wrapper .nav-link {
        padding: 10px;

       }

       /* footer styles */
       .footer {
        background-color: #7F151B;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 350px;
        margin-top: 0px;
        font-weight: 100;
       }

       .footer > .logo-footer img {
        width: 80px;
        height: 100%;  
        border-radius: 10px;      
       }
       
       .footer > .brand-name {    
        font-weight: 100;
        font-size: 0.9em;
        color: white;
       }


       .footer > .links-wrapper > .nav-link {
        padding-top: 0%;
        padding-left: 20px;
        padding-bottom: 0%;
       }
     
       .footer > .links-wrapper > .nav-link  a:hover{
        color: #cea135;
       }

       .footer > .footer-phone-hours > span {
        margin-left: 20px;
       } 
       .footer > .footer-phone-hours > .hours {
        color: #cea135;
       }
       .footer > .social-media-icons-wrapper {
        width: 300px;
        display: flex;
        justify-content: space-around;
       }
       .footer > .social-media-icons-wrapper > a {
        font-size: 1.5em;
        color: #cbcbcb;
        transition: 0.5s;
       }


       .footer > .social-media-icons-wrapper > a:hover {
        color: #cea135;
       }
       .footer > .copyright-wrapper {
        font-size: 0.7em;
        color: #858585;
       }

       /* Page container styles */
       .page-container {
        display: flex;
        justify-content: center;
        padding-bottom: 50px;
       }
       
       .page-container > .content-wrapper {
        width: 1000px;

       }
       .page-container > .content-wrapper > #flange {
        width: 350px;
        margin:0px 20px 0px 23px;
        float: right;
        border: 1px solid #cea135;
        border-radius: 2px;

       }
      .page-container > .content-wrapper p {
       text-align: justify;
     }

      .spacer10 {
        height: 10px;
        width: 100%;
    }

      .spacer30 {
      height: 30px;
      width: 100%;
  }