
@font-face{font-family:'Vazirmatn';
src:url('fonts/Vazirmatn-VariableFont_wght.ttf');
}
@font-face {
    font-family: YekanBakhFa;
    font-style: normal;
    font-weight: 300;
    src: url(fonts/yekanbakhfanum-light.woff2) format("woff2");
    font-display: swap;
    size-adjust: 92%;
}
:root, [data-bs-theme=light], .modal {
--bs-border-color: #0F5181;
}
body {
	direction: rtl;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-family: "YekanBakhFa";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background-color: #1e1e1e;
    background-image: linear-gradient(180deg, #1D1B1F, #171619);
}
.light
{
    background-color: #fff;
}
.form-check-input:checked {
    background-color: #f2d44b;
    border-color: #f2d44b;
}
/*  links */
a
{
  text-decoration: none;
  color: #222;
}
a:hover
{
  text-decoration: none;
  color: #f2d44b;
}
#search
{
	border: none;
    border-bottom: solid 1.5px #0a0a0a;
    border-radius: 0;
	font-size: 14px;
	padding-left: 40px;
}
.per #search
{
	padding-left: 0px;
	padding-right: 40px;
}

.search-icon
{
	cursor: pointer;
	width: 30px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 100;
}

.per .search-icon
{
    right: 0;
}
.btn-primary
{
	background-color: #fff;
	color: #0F5181;
	font-size: 16px;
	line-height: 20px;
}
.btn-info
{
	background-color: #0F5181;
	border-color: #0F5181;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}
.w100
{
	width: 100vw;
} 
.h100
{
	height: 100vh;
}
.main
{
	height: calc(100vh - 40px);
}
#mainform
{
    background-color: #EEC950;
    background-image: linear-gradient(135deg, #EEC950, #D7A70B);
    border-radius: 20px;
    font-weight: bold;
    color: #1A1B1C;
    position: relative;
}
.tr
{
    position: absolute;
    right: -40px;
    width: 95px;
    top: -30px;
}
.bl
{
    position: absolute;
    left: -50px;
    width: 115px;
    bottom: -30px;
}
.input
{
    background-color: #1A1B1C;
    color: #D7A70B;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
}
.search{
    font-weight: bold;
    border: #000 solid 1px;
    border-radius: 30px;
    padding: 5px 26px;
}
.socials a
{
	margin: 6px;
    height: 42px;
    background-color: #EEC950;
    background-image: linear-gradient(135deg, #EEC950, #D7A70B);
    /* padding: 5px 8px; */
    border-radius: 12px;
    font-size: 24px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #313334;
}
.socials img {
    width: 23px;
    height: 23px;
}
.socials img:hover {
    width: 26px;
    height: 26px;
}
h1
{
    letter-spacing: 0px;
    font-weight: 900;
    font-size: 30px;
    font-family: Vazirmatn;
    background: -webkit-linear-gradient(-90deg, #E9C140, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
h2
{
    font-family: Vazirmatn;
    font-weight: bold;
    font-size: 18px;
    color: #1A1B1C;
}
.copyright
{
    background-color: #EEC950;
    background-image: linear-gradient(to right, #EEC950, #D7A70B);
    padding: 5px 18px 0;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    font-size: 13px;
    direction: ltr;
    font-family: sans-serif;
    color: #1a1b1c;
    font-weight: normal;
}
.copyright .bigger
{
    font-size: 14px;
}
.input
{
    font-family: Arial, Helvetica, sans-serif;
}
.modal-content {
    background-color: #EEC950;
    background-image: linear-gradient(135deg, #EEC950, #D7A70B);
    border-radius: 20px;
    font-weight: bold;
    color: #1A1B1C;
    position: relative;
}
@media (max-width: 576px) {
    .modal-content
    {
        width: 80%;
        left: -10%;
    }
}
#rayDialog
{
}
#addressDialog
{
}
#copyrightDialog
{
}