/*
Theme Name: one-page theme
Theme Author: adminesite
Theme URI: Adminesite.com
Version: 1.0.0
*/

/*------------- Base -------------*/
html, body {width:100%;height: 100%;font-family: IRANSans;font-size: 14px;color: #252525;margin: 0px !important;direction: rtl; text-align: justify;}
a {text-decoration: none;color: #041624;}
a:hover {text-decoration: none;color: #0b66ad;}
@media (max-width: 768px) { html , body { font-size: 12px; } }
.clearfix::after { clear: both;content: '';display: table; }
/*------------- header -------------*/
#main-head {background: #c23764;border-radius: 0px 0px 00px 0px;padding: 30px 0px;color: #FFFFFF;cursor: pointer; text-align:center;}

#main-head {  background-image: linear-gradient(to right, #c23764 , #1f2671);}
#main-head h1 {font-size: 2.3rem; line-height: 0.2rem;font-weight: bold; }
#main-head p {font-size: 1rem; line-height: 1.9rem; min-height: 50px; }
#main-head .header-btn a{margin:10px;padding: 20px;border-radius:20px;background: #0b7dd6;border-color: white;color: white!important;font-size: 1.5rem;}

#main-head .header-btn a:hover{margin:10px;padding: 20px;border-radius:20px;background: #34a1f6;border-color: white;color: white!important;font-size: 1.5rem;}
/*------------- body -------------*/
main { position: relative;overflow: hidden;cursor: pointer;min-height: 90%;}
main::after { content: " "; width: 32rem;height: 19rem;position: absolute;bottom: -2rem;left: -11rem;background: #5714c31c;transform: rotate(19deg);border-radius: 10%;}
/*content*/
main .content {font-size: 1.2rem; line-height: 2.5rem; text-align:justify; }
main .content h2 {font-size: 1.8rem;line-height: 2.8rem;font-weight: bold;}
main .content h3 {font-size: 1.7rem;line-height: 2.6rem;font-weight: bold;}
main .content h4 , main .content h5 { font-size: 1.4rem;line-height: 2.5rem;font-weight: bold; }
main .content img { max-width: 100%;height: auto; }
/*modal*/
.first-modal { width: 80%;height: 80%; position: fixed;z-index:1000;left: 10%;top: 10%;background: #232323ed;color: white; font-size: 2rem;line-height: 3.2rem; }
.first-modal a { margin:10px;padding: 50px;border-radius:20px;background: #e2044c;border-color: white;color: white!important;font-size: 1.5rem;}
.first-modal a:hover {margin:10px;padding: 50px;border-radius:20px;background: #81002a;border-color: white;color: white!important;font-size: 1.5rem;}
.first-modal span { cursor: pointer; }

/*mobile-styles*/
@media (min-width: 769px) {
	#main-head .image { position: absolute; z-index: 100;top: 0px; }
	#main-head .image img { max-height: 400px; width: auto; max-width: 100%; }
}
@media (max-width: 768px) {
	#main-head .title-part { align-self: center!important; }
	#main-head h1 { font-size: 1.5rem;}
}
@media (max-width: 576px) {
	#main-head { padding: 25px 0px; border-radius: 0px 0px 0px 0px; }
	#main-head p { min-height: auto; }
}

table, th, td {
  border: 1px solid black;
}
