@font-face {
    font-family: "b-ykan";
    src: url("../fonts/Yekan.ttf");
}
.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.posion {
    position: relative;
    top: 5px;
}

.flex {
    display: flex;
}

.cloum {
    display: flex;
    flex-direction: column;
}

.auto {
    margin: auto;
}

.center{
    display: flex;
    justify-content: center;
}

body {
    direction: rtl;
}

#mothercont {
    width: 100%;
}

.head {
    border-bottom: 3px solid #57574B;
}

.head .top-cont {
    margin: auto;
    border-bottom: 1px solid #d9d9d9;
    padding: 6px 0 15px 0;
}

.head .top-cont .image .logo {
    width: 200px;
}

.head .top-cont .search {
    background-color: #F6F6F6; 
    margin-top: 30px;
    padding: 12px;
    border-radius: 15px;
}

input{
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0px 20px 0px 12px;
    font-size: 16px;
    font-family: "b-ykan",'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.head .top-cont .cont-key {
    justify-content: end;
    align-items: center;
    padding: 16px 0 0 0;
    position: relative;
    right: 110px;
}
.head .top-cont .cont-key .btn1 {
    padding: 7px 10px;
    color: #D20001;
    font-size: 16px;
    background-color: rgba(255, 0, 0, 0.2);
    border: 1px solid #D20001;
    border-radius: 15px;
    position: relative;
    top: 10px;
    left: 15px;
    transition: all 0.5s;
}

.head .top-cont .cont-key .btn1:hover {
    background-color: #D20001;
    color: white;
}

.head .top-cont .cont-key .btn2 {
    background-color: white;
    color: #D20001;
    border: 1px solid #D20001;
    border-radius: 15px;
    padding: 19px 15px 15px 15px;
    font-size: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.head .top-cont .cont-key .btn3 {
    background-color: #D20001;
    color: white;
    border-radius: 15px;
    padding: 15px;
    margin: 0 10px 0 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.head .top-cont .cont-key .info {
    color: #57574B;
    font-size: 16px;
    padding: 20px 18px 0 0;
    font-family: "b-ykan", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.head .bottom-cont {
    margin: auto;
    padding: 15px;
    font-size: 17px;
    color: #545450;
}

.head .bottom-cont .dropdown-head {
    position: relative;
    display: inline-block;
    padding: 6px 0px;
}

.cont-dropdown {
    display: none;
    position: absolute;
    z-index: 1;
    padding: 12px;
    min-width: 180px;
    color: #545450;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: all 0.5s;
}

.head .bottom-cont .dropdown-head:hover .cont-dropdown {
    display: block;
}

.head .bottom-cont .dropdown-head .cont-dropdown .ajza {
    padding: 6px;
    border-right: 1px solid #D20001;
    margin: 10px;
    transition: all 0.5s;
}

.head .bottom-cont .dropdown-head .cont-dropdown .ajza:hover {
    color: #D20001;
}

.head .bottom-cont .cont-2-bottom {
    display: flex;
    justify-content: space-between;
    margin: 0 20px 0 0;
}

.head .bottom-cont .cont-2-bottom .gozine-3 {
    text-align: center;
    color: #545450;
    border-right: 1px solid #949494;
    padding: 6px 20px;
    transition: all 0.5s;
}

.safheaslli {
    border: 1px solid #D20001;
    color: #D20001;
    padding: 8px;
    border-radius: 5px;
    transition: all 0.5s;
}

.safheaslli:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-shadow: none;
}

.head .bottom-cont a {
    text-decoration: none;

}

.head .bottom-cont .cont-2-bottom .gozine-3:hover {
    color: #D20001;
    text-shadow: 0px 2px 10px #D20001;
}

#mothercont main .slid-1 {
    padding: 43px 43px 0px 43px;
}

#mothercont main .slid-1 #slider figure img {
    border-radius: 15px;
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    20% {
        left: 0%;
    }

    25% {
        left: -100%;
    }

    45% {
        left: -100%;
    }

    50% {
        left: -200%;
    }

    70% {
        left: -200%;
    }

    75% {
        left: -300%;
    }

    95% {
        left: -300%;
    }

    100% {
        left: -400%;
    }
}

body {
    margin: 0;
    padding: 0;
}

div#slider {
    overflow: hidden;
    direction: ltr;
}

div#slider figure img {
    width: 20%;
    float: left;
}

div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite;
}

#mothercont main .slid-2 {
    padding: 40px 0px;
}

#mothercont main .slid-2 .Transitions-1 {
    width: 400px;
    height: 180px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #545450;
    margin: 0 0 50px 0;
}

#mothercont main .slid-2 .Transitions-1 a img {
    object-fit: cover;
    transition: transform 2s;
    width: 400px;
}

#mothercont main .slid-2 .Transitions-1:hover img {
    transform: scale(1.5);
}

#mothercont main .logoimge {
    display: flex;
    justify-content: center;
}

#mothercont main .logoimge img {
    width: 110px;
    border-radius: 50%;
    padding: 10px;
    border: 2px solid #949494;
}

#mothercont main .titr-22 {
    color: #545450;
    text-align: center;
    font-weight: 900;
    margin: 40px 0 20px 0;
}
#mothercont main .welcome { 
    text-align: center; 
    margin-top: 40px; 
    display: flex; 
    justify-content: center; 
} 
#mothercont main .welcome .gradient{
    width: 100%;
    padding: 3px;
    border-radius: 15px;
    background-image: linear-gradient(to right,#EB1D36,#FA9494,#CFD2CF,#F5EDDC);
    animation-name: lineGradient;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes lineGradient{
    0%{
        background-image: linear-gradient(to right,#EB1D36,#FA9494,#CFD2CF,#F5EDDC);
    }
    25%{
        background-image: linear-gradient(to right,#EB1D36,#FA9494,#CFD2CF,#F5EDDC);
    }
    50%{
        background-image: linear-gradient(to bottom,#EB1D36,#FA9494,#CFD2CF,#F5EDDC);
    }
    75%{
        background-image: linear-gradient(to left,#EB1D36,#FA9494,#CFD2CF,#F5EDDC);
    }
    100%{
        background-image: linear-gradient(to top,#EB1D36,#FA9494,#CFD2CF,#F5EDDC);
    }
}
#mothercont main .welcome .gradient .moh{
    padding: 15px;  
    color: #545450;
    border-radius: 15px;
    background-color: #FFFFFF;
    font-family: "b-ykan", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}
#mothercont main .main-mahsolat-3 {
    display: flex;
    overflow-x: scroll;
    padding: 30px;
    font-family: "b-ykan", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#mothercont main .main-mahsolat-3 .mohtva-dastebandy {
    padding: 5px;
    margin: 10px;
    text-align: center;
    transition: all 2s;
}

#mothercont main .main-mahsolat-3 .mohtva-dastebandy img {
    width: 150px;
}

#mothercont main .main-mahsolat-3 .mohtva-dastebandy p {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #545450;
}

#mothercont main .main-mahsolat-3 .mohtva-dastebandy:hover {
    transform: scale(1.2);
}

#mothercont main .slid4-mohtava {
    padding: 50px;
}

#mothercont main .slid4-mohtava .onvan {
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 25% 100%, 9% 49%, 25% 0%);
    padding: 50px 20px 100px 0px;
    background-color: #D20001;
    border-radius: 15px;
    text-align: center;
    font-family: "b-ykan", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#mothercont main .slid4-mohtava .onvan h1 {
    color: #FFFFFF;
    font-size: 45px;
    position: relative;
    left: 50px;
}

a {
    text-decoration: none;
}

#mothercont main .slid4-mohtava .onvan .btn4 {
    width: 30%;
    border: 1px solid #FFFFFF;
    padding: 5px 5px 10px 5px;
    font-weight: 500;
    border-radius: 15px;
    color: #FFFFFF;
    margin: 25px auto;
    position: relative;
    left: 50px;
    transition: all 0.5s;
}

#mothercont main .slid4-mohtava .onvan .btn4:hover {
    background-color: #FFFFFF;
    color: black;
}

#mothercont main .list-of-mahsolat-1 {
    display: flex;
    font-family: "b-ykan", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#mothercont main .list-of-mahsolat-1 .ajza-2 {
    border: 1px solid #949494;
    border-radius: 15px;
    padding: 15px;
    margin: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 1s;
}

#mothercont main .list-of-mahsolat-1 .ajza-2 img {
    width: 180px;
    height: 200px;
}

#mothercont main .list-of-mahsolat-1 .ajza-2 .info {
    margin: 11px 0 12px 0;
    color: #545450;
    font-size: 20px;
}

#mothercont main .list-of-mahsolat-1 .ajza-2:hover {
    transform: scale(1.2);
    border: 1px solid red;
}

#mothercont main .broshor {
    padding: 50px;
}

#mothercont main .broshor img {
    width: 100%;
    transition: all 0.5s;
    border-radius: 15px;
}

#mothercont main .broshor img:hover {
    transform: scale(1.1);
}

#mothercont main .head-55{
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px 0;
}

#mothercont main .head-55 .btn5 {
    width: 25%;
    background-color: #F0F0F0;
    padding: 10px;
    border: 1px solid #949494;
    text-align: center;
    border-radius: 15px;
    transition: all 0.5s;
}

#mothercont main .head-55 .btn5:hover {
    background-color: #57574B;
    border: none;
    color: white;
}

#mothercont main .list-55 {
    display: flex;
    padding: 20px;
    justify-content: center;
    font-family: "b-ykan", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#mothercont main .list-55 .ajza55 {
    border: 1px solid #949494;
    border-radius: 15px;
    padding: 10px;
    margin: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 1s;
}

#mothercont main .list-55 .ajza55 .info {
    margin: 15px 0 20px 0;
    color: #545450;
    font-size: 15px;
}

#mothercont main .list-55 .ajza55 img {
    width: 150px;
    height: 180px;
}

#mothercont main .list-55 .ajza55:hover {
    border: 1px solid #D20001;
    transform: scale(1.2);
}

footer .payam-1 {
    display: flex;
    padding: 30px 200px 15px 100px;
    background-color: #F6F6F6;
}

footer .payam-1 .payamohtva {
    font-family: "b-ykan";
    display: flex;
}

footer .payam-1 .payamohtva img {
    position: relative;
    bottom: 6px;
    left: 5px;
}

footer .payam-1 .payamohtva h3 {
    color: #57574B;
}

footer .payam-1 .payamohtva h4 {
    color: #949494;
    font-size: 15px;
}

footer .footer {
    padding: 30px 75px;
}

footer .footer .darbare {
    padding: 5px;
    color: #57574B;
    font-family: "b-ykan";
    font-size: 16px;
}

footer .footer .darbare p {
    text-align: justify;
    line-height: 30px;
}

footer .footer .linkhaysari {
    font-family: "b-ykan";
    color: #57574B;
}

footer .footer .linkhaysari .links-6 {
    margin: 15px 0 0 0;
}

footer .footer .linkhaysari .links-6 .ajza-6 {
    margin: 15px 0 0 0;
    color: #57574B;
}

footer .footer .mahsolat-end {
    color: #57574B;
}

footer .footer .tamas h3 {
    color: #57574B;
    font-family: "b-ykan";
}

footer .footer .tamas div {
    padding: 15px;
    color: #57574B;
    display: flex;
    font-family: "b-ykan";
    text-align: justify;
}

footer .footer .tamas div p {
    position: relative;
    right: 15px;
}

footer .footer .namad h3 {
    color: #57574B;
    font-family: "b-ykan";
}

footer .footer .namad div .atmad {
    width: 80px;
    margin: 20px 10px;
    transition: all 0.5s;
}

footer .dis {
    display: flex;
    justify-content: space-between;
    border-top: 4px solid #57574B;
    padding: 15px;
    color: #57574B;
    font-family: "b-ykan";
}
#login {
    width: 100%;
    height: 100vh;
    font-family: "b-ykan";
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#login .main-log {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

#login .main-log .hed-log {
    padding: 10px;
    color: #D20001;
    background-color: #eeeeee;
    justify-content: space-between;
}

#login .main-log .hed-log .btn-log {
    width: 36px;
    padding: 10px;
    font-weight: bold;
    color: #D20001;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    transition: all 0.5s;
}

#login .main-log .hed-log .btn-log:hover {
    transform: scale(1.2);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#login .main-log .input-log {
    padding: 15px;
    color: #545450;
}
.phone {
    border-radius: 10px;
    border: 1px solid #949494;
    padding: 10px;
    transition: all 0.5s;
    margin: 10px 0 0 0;
}

input {
    border: none;
    outline: none;
}

.phone:hover {
    border: 1px solid #D20001;
}

#login .main-log .input-log .btn-sabt {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-radius: 10px;
    margin-top: 15px;
    background-color: #D20001;
    font-weight: bold;
    color: #FFFFFF;
    font-family: "b-ykan";
    transition: all 0.5s;
}

#login .main-log .input-log .btn-sabt:hover {
    background-color: white;
    color: #D20001;
    border: 1px solid gray;
}
#darbare{
    width: 100%;
    font-family: "b-ykan";
    color: #57574B;
}


/*  */
#darbare .head-darbare{
    padding: 25px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #57574B;
}
#darbare .head-darbare h2{
    padding: 10px;
    background-color: white;
    position: relative;
    top: 50px;
}
#darbare .contmain{
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 50px 0px;
}
#darbare .contmain .info-dar{
    padding: 100px 100px 10px 0 ;
    text-align: justify;
}
#darbare .contmain .info-dar h1{
    font-size: 50px;
    color: #D20001;
    font-weight: bold;
}
#darbare .contmain .info-dar p{
    text-align: justify;
}
.image-about img{
    width: 400px;
    padding: 100px 20px 0 0;
}
#cont-tamas{
    width: 100%;
    color: #57574B;
    font-family: "b-ykan";
}
/*  */
#cont-tamas .head-darbare{
    padding: 25px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #57574B;
}
#cont-tamas .head-darbare h2{
    padding: 10px;
    background-color: white;
    position: relative;
    top: 50px;
}
#cont-tamas .main-cont-tamas{
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
}
#cont-tamas .right-main-cont-tamas{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px;
}
#cont-tamas .right-main-cont-tamas .number-tamas{
    margin: 15px 0 0 0;
    display: flex;
}
#cont-tamas .right-main-cont-tamas .number-tamas div{
    display: flex;
    align-items: center;
    padding: 25px;
    background-color: #57574B;
    color: white;
    font-size: 25px;
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#cont-tamas .right-main-cont-tamas .number-tamas p{
    margin: 30px;
}
#cont-tamas .right-main-cont-tamas .resane{
    display: flex;
    justify-content: start;
    margin-top: 15px;
}
#cont-tamas .right-main-cont-tamas .resane div{
    background-color: #57574B;
    padding: 25px 25px 25px 25px;
    margin: 10px;
    border-radius: 50%;
    font-size: 25px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
#cont-tamas .right-main-cont-tamas .resane div:hover{
    background-color: #6e6e6e;
}
#cont-tamas .left-main-cont-tamas{
    margin: 15px;
}
#cont-tamas .left-main-cont-tamas label{
    font-weight: bold;
}
#cont-tamas .left-main-cont-tamas .form{
    background-color: #FAFAFA;
    border: 1px solid #949494;
    padding: 8px;
    border-radius: 15px;
    margin: 10px 0 0 0;
    font-family: "b-ykan";
}
#cont-tamas .left-main-cont-tamas .arsal{
    background-color: #D20001;
    padding: 8px;
    border-radius: 15px;
    width: 240px;
    margin: 20px 0 0 0;
    text-align: center;
    color: white;
    transition: all 1s;
}
#cont-tamas .left-main-cont-tamas .arsal:hover{
    background-color: white;
    color: #D20001;
}
footer .payam-1 {
    display: flex;
    padding: 30px 200px 15px 100px;
    background-color: #F6F6F6;
}

footer .payam-1 .payamohtva {
    font-family: "b-ykan";
    display: flex;
}

footer .payam-1 .payamohtva img {
    position: relative;
    bottom: 6px;
    left: 5px;
}

footer .payam-1 .payamohtva h3 {
    color: #57574B;
}

footer .payam-1 .payamohtva h4 {
    color: #949494;
    font-size: 15px;
}

footer .footer {
    padding: 30px 75px;
}

footer .footer .darbare {
    padding: 5px;
    color: #57574B;
    font-family: "b-ykan";
    font-size: 16px;
}

footer .footer .darbare p {
    text-align: justify;
    line-height: 30px;
}

footer .footer .linkhaysari {
    font-family: "b-ykan";
    color: #57574B;
}

footer .footer .linkhaysari .links-6 {
    margin: 15px 0 0 0;
}

footer .footer .linkhaysari .links-6 .ajza-6 {
    margin: 15px 0 0 0;
    color: #57574B;
}

footer .footer .mahsolat-end {
    color: #57574B;
}

footer .footer .tamas h3 {
    color: #57574B;
    font-family: "b-ykan";
}

footer .footer .tamas div {
    padding: 15px;
    color: #57574B;
    display: flex;
    font-family: "b-ykan";
    text-align: justify;
}

footer .footer .tamas div p {
    position: relative;
    right: 15px;
}

footer .footer .namad h3 {
    color: #57574B;
    font-family: "b-ykan";
}

footer .footer .namad div .atmad {
    width: 80px;
    margin: 20px 10px;
    transition: all 0.5s;
}

footer .dis {
    display: flex;
    justify-content: space-between;
    border-top: 4px solid #57574B;
    padding: 15px;
    color: #57574B;
    font-family: "b-ykan";
}
.maps iframe{
    width: 100%;
    height: 300px;
    text-align: center;
}
#singin{
    height: 100vh;
    background-color: #FFFFFF;
    /* background-image: url("../images/286934-P6K0VA-527.jpg"); */
    /* background-size: cover;
    background-position: center; */
}
#singin .sing{
    border-radius: 15px;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#singin .sing-hed{
    padding: 10px;
    color: #D20001;
    background-color: #eeeeee;
    justify-content: space-between;
    font-family: "b-ykan";
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex; 
    justify-content: space-between;
}
#singin .sing-hed .btn-sing {
    width: 36px;
    padding: 10px;
    font-weight: bold;
    color: #D20001;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    transition: all 0.5s;
}

#singin .sing-hed .btn-sing:hover {
    transform: scale(1.2);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#singin .sing-cont{
    background-color: #FFFFFF;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 15px;
}
#singin .sing-cont input{
    border-radius: 35px;
    border: 1px solid rgb(169, 169, 169);
    padding: 5px 15px;
}
#singin .sing-cont .label{
    font-family: "b-ykan";
    color: #545450;
}
#singin .sing-cont .btn{
    width: 200px;
    padding: 12px;
    background-color: #D20001;
    color: white;
    border-radius: 35px;
    border: none;
    font-weight: bold;
    font-size: 17px;
    font-family: "b-ykan";
    margin: auto;
    display: block;
    transition: 0.5s all;
}
#singin .sing-cont .btn:hover{
    background-color: white;
    color: #D20001;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
      width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    /* header */
    .head .top-cont .image .logo{
        width: 75px;
        margin: 18px;
    }
    .head .top-cont .search{
        width: 150px;
        margin: 8px;
        padding: 10px;
        position: relative;
        top: 22px;
    }
    .head .top-cont .cont-key{
        right: 20px;
        padding: 3px;
        justify-content: start;
        flex-wrap: nowrap;
    }
    .head .top-cont .cont-key .btn1{
        font-size: 12px;
        border-radius: 10px;
    }
    .head .top-cont .cont-key .btn2{
        font-size: 14px;
        border-radius: 10px;
        padding: 10px 11px; 
    }
    .head .top-cont .cont-key .btn3{
        border-radius: 10px;
        padding: 5px;
        font-size: 14px;
    }
    .head .top-cont .cont-key .info{
        font-size: 14px;
        padding: 15px;
    }
    .head .bottom-cont{
        font-size: 14px;
        padding:  10px 0 0 0;
        flex-wrap: nowrap;
    }
    .head .bottom-cont .dropdown-head {
        padding: 6px;
        font-size: 14px;
    }
    .head .bottom-cont .cont-2-bottom{
        margin: 0 0 0 0;
    }
    .head .bottom-cont .cont-2-bottom .gozine-3{
        padding: 0 10px;
        border: none;
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    #mothercont main .atomat{
        flex-direction: column;
        align-items: center;
    }
    #mothercont main .slid-2 {
        align-items: center;
        margin: auto;
    }
    #mothercont main .babari3{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #mothercont main .main-mahsolat-3{
        overflow: visible;
        display: flex;
       flex-direction: column;
    }
    #mothercont main .slid4-mohtava{
        flex-direction: column;
    }
    #mothercont main .slid4-mohtava .onvan{
        clip-path: none;
        padding: 50px 100px 50px 20px;
    }
    #mothercont main .slid4-mohtava .onvan h1{
        animation-name: clor; 
        animation-duration: 1s;
        animation-iteration-count: infinite;
    }
    @keyframes clor{
        0%{
            color: #FFFFFF;
        }
        50%{
            color: black;
        }
        100%{
            color: #FFFFFF;
        }
    }
    #mothercont main .slid4-mohtava .onvan .btn4{
        width: 60%;
    }
    #mothercont main .list-of-mahsolat-1{
        flex-direction: column;
    }
    #mothercont main .list-of-mahsolat-1 .ajza-2{
        text-align: center;
    }
        #mothercont main .list-of-mahsolat-1 .ajza-2:hover{
        transform: none;
    }
    #mothercont main .babari{
        flex-direction: column;
    }
    #mothercont main .head-55 .titrel{
        font-size: 20px;
        position: relative;
        top: 10px;
    }
    #mothercont main .head-55 .btn5 {
        width: 150px;
        background-color: #F0F0F0;
        padding: 10px;
        border: 1px solid #949494;
        text-align: center;
        border-radius: 15px;
        transition: all 0.5s;
        font-size: 14px;
    }
    #mothercont main .list-55 {
        display: flex; 
        padding: 20px;
        justify-content: center;
        font-family: "b-ykan", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        flex-direction: column;
    }
    #mothercont main .list-55 .ajza55 {
        border: 1px solid #949494;
        border-radius: 15px;
        padding: 10px;
        margin: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        text-align: center;
        transition: all 1s;
    }
    #mothercont main .babari2{
        flex-direction: column;
    }
}
@media only screen and (max-width: 768px) {
    /* footer */
    footer .payam-1 {
        display: flex;
        padding: 15px;
        background-color: #F6F6F6;
    }
    footer .payam-1 .payamohtva {
        font-family: "b-ykan";
        display: flex;
        margin-right: 10px;
    }
    footer .payam-1 .payamohtva img {
        width: 30px;
        height: 30px;
        position: relative;
        top: 6px;
        left: 10px;
    }
    footer .payam-1 .payamohtva h3 {
        color: #57574B;
        font-size: 14px;
    }
    
    footer .payam-1 .payamohtva h4 {
        color: #949494;
        font-size: 12px;
    }
    footer .footer {
        padding: 10px;
    }
    
    footer .footer .darbare {
        padding: 5px;
        color: #57574B;
        font-family: "b-ykan";
        font-size: 14px;
    }
    
    footer .footer .darbare p {
        text-align: justify;
        line-height: 30px;
    }
    
    footer .footer .linkhaysari {
        font-family: "b-ykan";
        color: #57574B;
        font-size: 14px;
    }
    
    footer .footer .linkhaysari .links-6 {
        margin: 15px 0 0 0;
    }
    
    footer .footer .linkhaysari .links-6 .ajza-6 {
        margin: 15px 0 0 0;
        color: #57574B;
    }
    
    footer .footer .mahsolat-end {
        color: #57574B;
        font-size: 14px;
    }
    
    footer .footer .tamas h3 {
        color: #57574B;
        font-family: "b-ykan";
        font-size: 14px;
    }
    
    footer .footer .tamas div {
        padding: 15px;
        color: #57574B;
        display: flex;
        font-family: "b-ykan";
        text-align: justify;
        font-size: 14px;
    }
    footer .footer .tamas .num{
        display: flex;
        flex-direction: column;
    }
    footer .footer .tamas div p {
        position: relative;
        right: 15px;
    }
    footer .footer .namad .pic{
        flex-direction: column;
    }
    footer .footer .namad h3 {
        color: #57574B;
        font-family: "b-ykan";
        font-size: 14px;
    }
    footer .footer .namad div .atmad {
        width: 40px;
        height: 40px;
        margin: 20px 10px;
        transition: all 0.5s;
    }
    
    footer .dis {
        display: flex;
        justify-content: space-between;
        border-top: 4px solid #57574B;
        padding: 15px;
        color: #57574B;
        font-family: "b-ykan";
        text-align: center;
        font-size: 14px;
    }
    html{
        overflow-x: hidden;
    }
}
@media only screen and (max-width: 768px) {
    #darbare .head-darbare{
        padding: 15px;
        text-align: center;
        display: flex;
        
    }
    #darbare .head-darbare h2{
        padding: 10px;
        background-color: white;
        position: relative;
        top: 40px;  
    }
    #darbare .contmain{
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }
    #darbare .contmain .info-dar{
        padding: 10px;
        text-align: justify;
    }
    #darbare .contmain .info-dar h1{
        font-size: 25px;
        color: #D20001;
        font-weight: bold;
    }
    #darbare .contmain .info-dar p{
        text-align: justify;
    }
    .image-about img{
        width: 200px;
        margin: 30px;
       
    }
}
@media only screen and (max-width: 768px) {
    .cloum{
        text-align: center;
        margin: auto;
    }
    #cont-tamas .head-darbare{
        padding: 15px 0;
        text-align: center;
        display: flex;
        justify-content: center;
        border-bottom: 2px solid #57574B;
    }
    #cont-tamas .head-darbare h2{
        padding: 10px;
        background-color: white;
        position: relative;
        top: 40px;
    }
    #cont-tamas .main-cont-tamas{
        margin: 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #cont-tamas .right-main-cont-tamas{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 50px;
    }
    #cont-tamas .right-main-cont-tamas .number-tamas{
        margin: 15px 0 0 0;
        display: flex;
    }
    #cont-tamas .right-main-cont-tamas .number-tamas div{
        display: flex;
        align-items: center;
        padding: 15px;
        background-color: white;
        color: #57574B;
        font-size: 15px;
    }
    #cont-tamas .right-main-cont-tamas .number-tamas p{
        margin: 30px;
    }
    #cont-tamas .right-main-cont-tamas .resane{
        display: flex;
        justify-content: start;
        margin-top: 15px;
    }
    #cont-tamas .right-main-cont-tamas .resane div{
        background-color: #57574B;
        padding: 18px 18px 18px 18px;
        margin: 10px;
        border-radius: 50%;
        font-size: 18px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        transition: all 0.5s;
    }
    #cont-tamas .right-main-cont-tamas .resane div:hover{
        background-color: #6e6e6e;
    }
    #cont-tamas .left-main-cont-tamas{
        margin: 15px;
    }
    #cont-tamas .left-main-cont-tamas label{
        font-weight: bold;
    }
    #cont-tamas .left-main-cont-tamas .form{
        background-color: #FAFAFA;
        border: 1px solid #949494;
        padding: 8px;
        border-radius: 15px;
        margin: 10px 0 0 0;
        font-family: "b-ykan";
    }
    #cont-tamas .left-main-cont-tamas .arsal{
        background-color: #D20001;
        padding: 8px;
        border-radius: 15px;
        width: 240px;
        margin: 20px 0 0 0;
        text-align: center;
        color: white;
        transition: all 1s;
    }
    #cont-tamas .left-main-cont-tamas .arsal:hover{
        background-color: white;
        color: #D20001;
    }
}
.niceadmin{
    font-family: "b-ykan";
    padding: 10px;
}