/*
 Theme Name:   To Be Resident
 Theme URI:    http://toberesident.com
 Description:  Under Constraction Version
 Author:       Siavash Raha
 Author URI:   https://siastudio.net
 Template:     toberesident-unc-version
 Version:      0.1
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Vazirmatn:wght@100..900&display=swap');

   body {
       display: flex;
       justify-content: center;
       align-items: center;
       min-height: 100vh;
       background-color: #22aac5;
       direction: rtl;
       box-sizing: border-box;
       font-family: Vazirmatn;
       color: #003f59;
   }
   a,
   a:hover {
    text-decoration: none;
   }
   h1 {
    color: #ffffff;
    font-family: poppins;
    font-weight: 600;
    letter-spacing: 3px;
   }
   h2 {
    font-size: 28px;
    margin: 0;
    color: #003f59;
   }
   h3 {
    font-size: .8em;
    margin: 0;
    color: #fff;
    margin-bottom: 15px;
   }
   main {
       max-width: 100%;
       text-align: center;
   }
   .logo {
       max-width: 360px;
       margin: 0 auto;
   }
   .description {
       font-family: Vazirmatn;
       margin: 30px auto 50px;
   }
   p {
       margin: 15px auto;
       font-size: 1.5em;
   }
   .eng {
       font-family: poppins;
       font-weight: 600;
       letter-spacing: 10px;
   }
   .white {
       color: #fff;
   }
   .m-color {
    color:#22aac5;
   }
   .s-color {
    color: #003f59;
   }
   .a-color {
    color: #8cc8e4;
   }
   ul {
       display: flex;
       flex-wrap: wrap;
       list-style: none;
       justify-content: center;
       padding: 0px;
   }
   .follow-sub {
       margin: 0 auto;
       font-size: 1.8rem;
       padding: 0;
   }
   .support-links {
    margin: 0 auto 40px auto;
    padding: 10px;
    border: solid 1px #fff;
    border-radius: 10px;
    background-color: #ffffff;
   }
   .support-links h2 {
    width: max-content;
    margin: -30px auto 0 auto;
    padding: 0 30px;
    border-radius: 10px;
    background-color: #ffffff;
   }
   .follow-sub a {
    color: #003f59;
    transition: color .2s ease-in;
   }
   .follow-sub a:hover {
    color: #8cc8e4;
   }
   .web-link {
    font-size: .8em;
    font-weight: 900;
   }
   ul.top,
   ul.bot {
    margin: 0 0 20px;
   }
   .top li {
       margin: 0 20px;
   }
   .top a {
    color: #ffffff;
   }
   .bot li {
       margin: 0 5px;
   }
   .castbox {
   }
   .co-links {
    font-family: Vazirmatn;
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
    transition: color .2s ease-in;
   }
   .co-links:hover {
    color: #ffbb02;
   }