html{
    direction: rtl;
}
@font-face{
    font-family: "hacen_liner_XL";
    src: url("../../fonts/Hacen_Liner_XXL.ttf") format("truetype");
}

body{
    margin: 0;
    background-image: linear-gradient(rgba(220, 200, 172,1) , rgba(210, 175, 135,1));
    padding-bottom: 45px;
}

/* region header*/
header {
    height: 110px;
    width: 100%;
    background-image: linear-gradient(rgba(140, 120, 105,1) , rgba(110, 90, 75,1));
    text-align: center;
    margin-bottom: 30px;
}

.social-logo.kbutton{
    margin: 0 3px;
}
.klogo{
    display: inline-block;
    height: 100%;
    margin: 0 auto;
    cursor: pointer;
}
.header-sec{
    height: 100%;
    display: block;
    float: left;
    width: 40%;
    padding-top:35px;
    text-align: right;
    direction: ltr;
}
.header-title{
    display: none;
}
.title-hole{
    color: white;
    text-align: center;
    line-height: 44px;
    background-color: rgb(97, 69, 51);
    width: 90%;
    height: 80%;
    margin: 0 auto;
    border-radius: 23px;
    box-shadow: 0 1px 2px 0 rgb(180, 160, 140), inset 0 2px 10px 1px rgb(86, 66, 50);
}
.rlogo{
    margin-left: 15%;
    height: 95%;
}
/*endregion*/

/*region footer*/
footer{
    background-color: rgba(68, 68, 68, 0.85);
    height: 35px;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: left;
}

.support {
    float: right;
    margin-right: 15%;
    background-color: red;
    height: 50px;
    color: white;
    font-family: "hacen_liner_XL", serif;
    font-size: 1.1rem;
    text-decoration: none;
    padding: 0 10px;
    line-height: 50px;
    border-radius: 15px 15px 0 0;
    bottom: 15px;
    position: relative;
}
.rights {
    float: right;
    text-align: center;
    line-height: 35px;
    margin: 0 10px 0 0;
    font-size: 0.8rem;
    color: rgb(210, 210, 210);
    font-family: "hacen_liner_XL", serif;
}
/*endregion*/

.kbutton{
    background-color: rgb(240, 240, 240);
    text-decoration: none;
    padding: 10px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
    font-family: "hacen_liner_XL", serif;
    color: rgb(90, 90, 90);
    font-size: 1.0rem;
    margin: 0 10px;
    min-width: 20px;
    cursor: pointer;
}
.kbutton:hover , .kbutton.active{
    background-color: rgb(235, 190, 60);
}

.content {
    width: 90vw;
    max-width: 720px;
    margin: 0 auto;
    background-image: linear-gradient(rgb(250,240,230),rgb(240, 210, 180));
    border-radius: 25px;
    box-shadow: 0 4px 20px 8px rgb(191, 159, 121);
    padding: 0 30px 30px 30px;
}
.content .title {
    width: 150px;
    background-color: white;
    padding: 5px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    box-shadow: 0 3px 8px 0 #7171716b;
    margin: 0 auto 30px;
}
.content-box{
    border: 25px;
    background-color: white;
    border-radius: 25px;
    padding: 20px 20px 5px 20px;
    box-shadow: 0 3px 4px 0 #b9b9b9;
    color: rgb(110, 40, 40);
}
.content-box.active {
    background-color: burlywood;
}
.content-box.brown{
    background-color: rgb(216, 183, 147);
    box-shadow: inset 0 2px 6px 1px rgb(185, 153, 130);
    color:#333;
}

.announce {
    background-color: rgb(213,32,23);
    border-radius: 25px;
    direction: ltr;
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

.announce .text {
    width: 70%;
    display: inline-block;
    text-align: right;
}

.announce .text a {
    text-decoration: none;
    color: white;
}

.announce i {
    font-size: 3em;
    position: relative;
    top: -23px;
    right: -33px;
}

.divider {
    width: 100%;
    height: 3px;
    background-color: rgb(233, 224, 217);
}

.divider.dark {
    background-color: rgb(200, 165, 130);
}

.divider.thin {
    height: 1px;
}

.kform .kinput{
    background-color: rgb(225, 195, 170);
    border-radius: 25px;
    padding: 10px 20px 10px 0;
    border: none;
    color: #6B4303;
    text-align: right;
    text-shadow: 0 1px 1px #FFF7EB;
    outline: none;
    display: block;
    width: 100%;
    max-width: 350px;
    box-shadow: inset 0 3px 13px 0 rgb(183, 156, 136);
    margin: 0 auto 20px;
    position: relative;
}
.kform .kinput select{
    opacity: 0.45;
    font-family: 'hacen_liner_XL', serif;
    background: none;
    border: none;
    width: 95%;
    font-size: 16px;
    color: #6B4303;
    text-shadow: 0 1px 1px #FFF7EB;
}

.kform .kinput textarea{
    background: none;
    border: none;
    width: 92%;
    height: 300px;
}

.kform .kinput i{
    float: right;
    margin-left: 18px;
    font-size: 1.5rem;
    line-height: 17px;
}

.kform .kinput input{
    background: none;
    border: none;
    width: 80%;
    font-family: 'hacen_liner_XL', serif;
    font-size: 16px;
}

.kform input::placeholder{
    opacity: 0.45;
    font-family: 'hacen_liner_XL', serif;
    font-size: 16px;
    color: #6B4303;
    text-align: right;
    text-shadow: 0 1px 1px #FFF7EB;
}

.kform .kinput .input-validation-error, .kform .kinput .input-validation-error::placeholder{
    color:red;
}

.kgreen-button {
    background-image: linear-gradient(rgba(180, 230, 95) , rgba(80, 180, 46));
    font-size: 1.2rem;
    color: rgba(49, 49, 49, 0.8);
    text-shadow: 0 1px 1px #FFF7EB;
    padding: 10px 20px 10px 20px;
    border-radius: 15px;
    box-shadow: 0px -1px 4px 0 #00000096, 0px 1px 4px 0 #5e9e56de;
    cursor: pointer;
}

