*{
margin: 0;
border: 0;
}
p{
line-height: 30px;
}
body{
/* height: 800px; */
/* background: rgb(1,148,154);
background: linear-gradient(90deg, rgba(1,148,154,1) 35%, rgba(0,67,105,0.30015756302521013) 100%); */
/* background-image: url(slider-1.jpg); */
/* background-color: #6AABD2 !important; */
/* background-image: url(b.webp); */
/* background-repeat: no-repeat; */
/* background-position: bottom; */
background: url(slider-1.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 100vh;
display: flex;
flex-direction: column;
}
p{
color: #0e1b22;
font-size: 17px;
font-family: Vazir;
margin: 0 !important;
}
p span{
font-family: Shekari;
font-size: 24px;
display: block;
direction: ltr;
margin-top: 10px;
}
h4{
font-size: 19px !important;
font-style: Dana !important;
text-align: center;
border-bottom: 1px dashed #286f95;
padding-bottom: 9px;
margin: 0;
}
li{
margin: 10px 0;
}
input{
display: block;
margin: 4px 0 !important;
width: 100%;
height: 40px;
border-radius: 3px;
background-color: #f5f5f5;
padding: 0 10px;
}
.content{
scroll-behavior: smooth;
background-color: #0f3b56a8 !important;
position: fixed;
/* overflow-y: scroll; */
height: 100%;
/* width: 90%; */
/* border: 1px darkblue dashed; */
/* border-radius: 5px; */
/* left: 5%; */
/* top: 2.5%; */
overflow-y: auto;
position: fixed; height: 100%; width: 100%; z-index: -1;
}
.info{
height: max-content;
width: 70%;
background-color: #dcf3ffe8;
/* border: 1px rebeccapurple dashed; */
margin-left: 15%;
margin-bottom: 30px;
margin-top: 20px;
padding: 0 20px;
white-space: pre-line;
text-align: justify;
direction: rtl;
border-radius: 10px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.option{
width: 70%;
margin: auto;
display: flex;
flex-wrap: wrap;
direction: rtl;
justify-content: space-between;
}
.option div{
/* position: relative; */
height: max-content + 100px;
background-color: #ebf6ffcc;
border-radius: 10px;
margin: 10px;
padding: 8px 20px;
width: 30%;
text-align: justify;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
transition: 0.3s;
display: flex;
flex-direction: column;
justify-content: space-between;
}
button, .btnm{
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
/* display: none; */
/* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
/* position: absolute; */
border-radius: 5px !important;
background-color: #3db2f1;
font-family: Dana !important;
height: 30px;
color: azure;
width: 140px;
left: calc(50% - 70px);
transition: 0.1s;
}
button:hover, .btnm:hover{
/* background-color: #2fabee; */
background-color: #ffc501;
color: #304b59;
width: 150px;
left: calc(50% - 72.5px);
transition: 0.1s;
}
.option div:hover button{
display: block;
bottom: 20px;
}
.btn-container{
width: 100% !important;
/* position: relative !important; */
margin: 0 !important;
text-align: center !important;
background-color: transparent !important;
align-items: center;
}
.option div:hover{
background-color: #ebf6ff;
color: #284352be !important;
transition: 0.3s;
}
.option div:hover .a{
color: rgb(165, 165, 0);
}
.b{
/* border: 1px dashed red; */
/* display: none; */
/* height: 0; */
/* transition: 1s; */
/* position: absolute; */
border-radius: 5px;
background-color: #3db2f1;
font-family: Dana;
height: 30px;
color: azure;
width: 140px;
left: calc(50% - 70px);
}
.p{
width: 70%;
padding: 20px 0;
margin: auto;
text-align: justify;
direction: rtl;
}
.p p{
color: whitesmoke !important;
font-size: 16px !important;
}
.footer{
/* position: sticky; */
/* width: 100%; */
/* bottom: 0; */
padding: 20px 0;
margin-top: auto;
/* height: 250px; */
text-align: center;
color: #2b4252;
background-color: rgb(199 218 229 / 60%);
}
/* @media only screen and (max-width: 400px){
.info{
margin-left: 3.5% !important;
width: 86% !important;
}
} */
@media only screen and (max-width: 900px){
.option div{
width: 100%;
/* height: max-content + 140px; */
}
.option{
width: 87%;
}
.info{
width: 92%;
margin-left: 4%;
}
.b{
/* display: block; */
}
.mob{
width: 100% !important;
}
.form div{
width: 100% !important;
}
.p{
width: 88% !important;
}
}
.form{
position: fixed;
width: 100%;
height: 1000px;
z-index: 4;
background-color: #0e1b22d2;
direction: ltr;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.form div{
direction: rtl;
border-radius: 5px;
/* background-color: #2b4252a9; */
width: 45%;
/* height: 400px; */
padding: 5%;
margin: 5% 0;
}
.focus{
background-color: #3e2a0096 !important;
transition: 0.3s;
}
.nothing{
background-color: auto;
transition: 0.3s;
}
.sc::-webkit-scrollbar-track
{
/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
border-radius: 10px;
background-color: #f5f5f526;
}
.sc::-webkit-scrollbar
{
width: 8px;
/* background-color: #F5F5F5; */
transition: 0.3s;
}
.sc-h::-webkit-scrollbar
{
width: 8px;
/* background-color: #F5F5F5; */
transition: 0.3s;
}
.sc::-webkit-scrollbar-thumb
{
/* border-radius: 10px; */
/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
background-color: #45687896;
}
.sc-h::-webkit-scrollbar-thumb
{
/* border-radius: 10px; */
/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
background-color: transparent;
}
Warning: Cannot modify header information - headers already sent by (output started at /home3/kgdyflwz/public_html/index.php:169) in /home3/kgdyflwz/public_html/index.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home3/kgdyflwz/public_html/index.php:169) in /home3/kgdyflwz/public_html/index.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home3/kgdyflwz/public_html/index.php:169) in /home3/kgdyflwz/public_html/index.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home3/kgdyflwz/public_html/index.php:169) in /home3/kgdyflwz/public_html/index.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home3/kgdyflwz/public_html/index.php:169) in /home3/kgdyflwz/public_html/index.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home3/kgdyflwz/public_html/index.php:169) in /home3/kgdyflwz/public_html/index.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home3/kgdyflwz/public_html/index.php:169) in /home3/kgdyflwz/public_html/index.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home3/kgdyflwz/public_html/index.php:169) in /home3/kgdyflwz/public_html/index.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home3/kgdyflwz/public_html/index.php:169) in /home3/kgdyflwz/public_html/index.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home3/kgdyflwz/public_html/index.php:169) in /home3/kgdyflwz/public_html/index.php on line 216