@font-face {
    font-family: 'Mikhak Black';
    src: url('../font2/Mikhak-Black.woff2') format('woff2'),
        url('../font2/Mikhak-Black.woff2') format('woff2');
}

@font-face {
    font-family: 'Mj_Wood';
    src: url('../font/Mj_Wood_P30Day.com.ttf') format('ttf'),
        url('../font/Mj_Wood_P30Day.com.ttf') format('ttf');
}

@font-face {
    font-family: 'MisterEarl BT';
    src: url('../font/TT1221M_.TTF') format('ttf'),
        url('../font/TT1221M_.TTF') format('ttf');
}




@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

section.section {
    background-attachment: fixed;
    background-size: cover;
    width: 97vw;
}

.continer {
    padding: 2%;
    margin: 0%;
    display: flex;
    align-items: center;
    width: 90vw;
    height: 650px;
    flex-direction: row;
}

.continerleft {
    margin-top: 17%;
    width: 80%;
    height: 100%;
    align-items: center;
    text-align: center;
}

#slider {
    position: relative;
    overflow: hidden;
}

.img1 {
    align-items: center;
    text-align: center;
    height: 80%;
    width: 80%;
    margin: 0 auto;
    padding-top: 0%;
}

.prev,
.next {
    display: none;
}

.slide {
    display: none;
}

.sliderleft {
    align-items: center;
    width: 100%;
    height: 100%;
}

.slide.active {
    display: block;
}

#dots {
    text-align: center;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6565656d;
}

.dot.active {
    background-color: #e10c0cb5;
}

.continerright {
    padding: 2%;
    margin-top: 5%;
    text-align: center;
    width: 30%;
}

img.imglogocontiner1 {
    border-radius: 50% 50%;
    margin-top: -20%;

}

.matnsar2 {
    border-radius: 15px;
    background: linear-gradient(to top, #fc3f3f86, #1716188d);
    font-size: 60px;
    font-family: 'Mj_Wood', 'MisterEarl BT';
}

.matnsar1 {
    border-radius: 15px;
    margin-top: -20px;
    background: linear-gradient(to top, #17161889, #fc3f3f85);
    font-size: 90px;
    font-family: 'MisterEarl BT';
}

.sar {
    background: linear-gradient(to top, #171618bd, #fc3f3f9a);
    position: fixed;
    width: 97vw;
    top: 0%;
    height: 80px;
}

nav ul ul {
    display: none;
}

nav ul {
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    border-radius: 5%;
    list-style: none;
    position: relative;
    display: inline-table;
    margin-top: 0%;
    direction: rtl;
    left: 60%;

}

nav ul:after {
    content: "";
    clear: both;
    display: block;
}

nav ul li {
    float: right;
    font-weight: bold;
}

nav ul li a {
    display: block;
    padding: 10px 30px;
    margin: 10px;
    color: #dcd5d5;
    font-family: 'titr';
    text-decoration: none;
    cursor: pointer;
    position: relative;
    padding: 10px 20px;
    background: linear-gradient(to top, #171618bd, #dc1d1d9a);
    font-size:100%;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 1s;

    &:hover {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        background: linear-gradient(to top, #bc1a1ad3, #000000e0);
        color: rgba(255, 255, 255, 0.886);
        border-radius: 20px 20px;

        &:before,
        &:after {
            width: 100%;
            height: 100%;
            border-color: #656565;
            border-radius: 10px 10px;
        }
    }
}

/****پایان استایل های  کانتینر 1********/

/***3*شروع استایل های کانتینر2 *****/
.continer2 {
    display: flex;
    align-items: center;
    border-radius: 3%;
    width: 100%;
    height: 700px;
    flex-direction: row;
    box-shadow: 0px 0px 0px 5px #3d3d3dc4;
}

.continerleft2 {
    display: flex;
    margin: 1%;
    align-items: center;
    width: 80%;
    height: 100%;
    align-items: center;
    text-align: center;
}

.mahsolat {
    text-align: center;
    display: flex;
    width: 100%;
    height: 90%;
}

.mahsolat1 {
    text-align: center;
    height: 90%;
}

.mahsol1 {
    width: 50%;
    margin: 0.5%;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 3%;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #7410106f 0%, rgb(0, 0, 0) 100%) repeat scroll 0 0;
    box-shadow: 0px 0px 10px 6px #4b0808;
}

.mahsol1:hover {
    transition: all 0.7s;
    background-color: #8d8c8c;
}

.img11,
.img22,
.img33,
.img44,
.img55,
.img66 {
    height: 50%;
    padding: 5px;
    margin: 5px;
    width: 90%;
}

.matngimat {
    font-size: 150%;
    text-align: center;
    height: 25%;
}

p {
    color: #fff;
    padding-top: 2%;
    font-size: 70%;
    font-family: 'mikhak';
}

.btnmahsol {
    text-align: center;

}

button.sabadbt {
    width: 72%;
    height: 40px;
    font-size: 150%;
    font-family: 'A Afsaneh Regular';
    background-color: #00ffd5ae;
    border-radius: 5%;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);

}

button.sabadbt:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    transform: translateY(-8px);
    text-shadow: 1px 1px 2px #427388;
}

button.sabadbt:focus {
    color: rgb(0, 0, 0);
    background-color: #7e7e7e;
    border-radius: 10%;
    display: inline-block;
}

span.xarid {
    text-align: center;
    font-size: 80%;
    padding-top: 0%;
}

.continerright2 {
    font-family: "Algerian";
    text-align: center;
    width: 30%;
    height: 100%;
}

.aks {
    width: 100%;
    height: 70%;
}

img.aksghost {
    margin-top: 10%;
    width: 100%;
    height: 100%;
}

h1.mahbobfa {
    color: #00ffd5;
    font-family: 'A Gol Regular';
    padding-top: 0%;
    padding: 0%;
    margin: 0%;
    font-size: 50px;
}

h1.mahboben {
    padding-top: 0%;
    padding: 0%;
    margin: 0%;
    font-size: 60px;
    font-family: 'La Bamba LET Plain Medium';
    color: #a8a8a885;
}

/***3*پایان استایل های  کانتینر 2********/
/******شروع کد های کانتینر 4*******/
.continer4 {
    margin-top: 20px;
    display: flex;
    align-items: center;
    border-radius: 3%;
    width: 100%;
    height: 700px;
    flex-direction: row;
    box-shadow: 0px 0px 0px 5px #adadad83;
}

.continerleft4 {
    font-family: 'Algerian';
    width: 25%;
    height: 100%;
    align-items: center;
    text-align: center;
}

.continercenter4 {
    display: flex;
    margin: 1%;
    align-items: center;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
}

.continerright4 {
    font-family: "Algerian";
    text-align: center;
    width: 25%;
    height: 100%;
}

/******پایان کد های کانتینر 4*******/
/******شروع کد های کانتینر 6*******/
.continer6 {
    color: rgb(255, 255, 255);
    text-align: right;
    margin-top: 20px;
    width: 100%;
}

.continer6top {
    align-items: center;
    text-align: center;
    height: 40%;
}

.imgcontiner6 {
    align-items: center;
    text-align: center;
    width: 60%;
    height: 60%;
    border-radius: 10%;
    box-shadow: 0px 0px 0px 5px #252525;
}

.matnkhandani {
    margin: 20px;
    align-items: center;
    padding-top: 0%;
    height: 60%;
}

.gimatcpcodm {
    font-family: 'Mikhak Black';
    font-size: 100%;
    text-align: right;
}

#matngimatp {
    font-family: 'titr';
    width: 80vw;
    direction: rtl;
    margin-left: 10%;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
}

.karbordecp {
    font-family: 'Mikhak Black';
    font-size: 110%;
    text-align: right;

}

.karbordpol {
    font-weight: bold;
    direction: rtl;
    font-family: 'titr';
    font-size: 90%;
    text-align: right;
}

.mazayaimg2 {
    margin-top: -13%;
    height: 10%;
    width: 50%;
}

.imgmazaya2 {
    border-radius: 10%;
    margin-top: -5%;
    width: 40%;
    margin-right: 20%;
}

.mazaya {
    width: 100%;
    display: flex;
    direction: rtl;
    font-size: 140%;
    text-align: right;
}

.mazayamatn {
    font-family: 'titr';
    font-weight: bold;
    font-size: 80%;
    width: 60%;
}

.mazayah2 {
    font-family: 'Mikhak Black';
}

.imgmazaya {
    padding-top: 5%;
    width: 70%;
}

/******پایان کد های کانتینر 6*******/
/******شروع کد های کانتینر 8*******/
footer.footer8 {
    align-items: center;
    color: rgb(250, 250, 250);
    width: 100%;
}

.continer8 {
    direction: rtl;
    display: flex;
    text-align: center;
    align-items: center;
    margin: 0.5%;
}

.continer8right {
    font-size: 120%;
    font-family: 'mikhak';
    display: inline;
    text-align: right;
    width: 25%;
}

.adrescontiner8 {
    font-size: 110%;
    margin-top: 3%;
    padding-top: 6%;
}

.mtncontiner8right {
    margin-top: 2%;
    padding-top: 4%;
    font-size: 110%;
    font: bold;
}

.imgcontiner8 {
    display: flex;
    width: 60%;
    margin-top: 10%;
}

.imglogocontiner8 {
    width: 45%;
    height: 110%;
}

.continer8right2 {
    font-size: 150%;
    display: inline;
    text-align: right;
    height: 90%;
    width: 15%;
    margin-right: 7%;
}

.mtnettelaat2:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
}

.mtnettelaat2:hover {
    background-color: #2194E0;
    color: #fff;
    font-size: 75%;
    border-bottom: 4px solid #1977b5;
}

.mtnettelaat2:hover:before {
    -webkit-transform: skewX(-45deg) translateX(13.5em);
    transform: skewX(-45deg) translateX(13.5em);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

h6 {
    width: 170px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 2px solid #050607;
    padding: 10px;
    display: inline-block;
    border-radius: 0.3em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    background-color: #6161619a;
    font-size: 70%;
    margin: 0%;
}

.continer8left3 {
    margin-top: -2%;
    font-size: 150%;
    display: inline;
    text-align: right;
    height: 90%;
    width: 30%;

}

.continer8left4 {
    font-size: 150%;
    display: inline;
    text-align: right;
    height: 90%;
    width: 25%;
    margin-right: -200px;
}

.btncontiner8 {
    width: 20%;
    height: 50%;
    background-color: rgb(73, 73, 73);
    color: #fff;
    font-family: 'titr';
    font-size: x-large;
}

.btncontiner8:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388;
}

/******پایان کد های کانتینر 8*******/
/*سامسونگ s8+*/
@media screen and (max-width:830px) {

    section.section {
        background-attachment: fixed;
        background-size: cover;
        width: 97%;
    }

    /*** شروع کد های استایل کلاس (سر) **/
    .sar {
        position: fixed;
        width: 90%;
        height: 40px;
    }

    nav ul {
        margin-left: -200px;
    }

    li.li1 {
        margin-top: -5px;
        height: 30px;
        width: 85px;
    }

    a.a1 {
        color: #ffffff;
        font-size: 12px;
        padding: 0%;
        padding-top: 7px;
        text-align: center;

    }

    /*** پایان کد های استایل کلاس (سر) **/
    /*** شروع کد های استایل  (کانتینر) **/
    .continer {
        width: 100vw;
        padding-top: 100px;
        display: inline;
        align-items: center;
    }

    .sliderleft {
      margin-top: -50px;
    }
    .continerleft {
        padding-top: 50px;
        width: 100%;
    }

    .continerright {
        margin-top: -07px;
        width: 100%;
        border-radius: 0% 0% 0% 0%;
        margin-left: 0%;
        direction: rtl;

    }

    .matnsar2,
    .matnsar1 {
        padding: 0%;
        margin: 0px;
        border-radius: 0%;
        font-size: 35px;
        direction: ltr;
        margin-left: -20px;

    }


    .matnsar2 {
        color: #bbbbbb;
        background: linear-gradient(to top, #fc3f3f00, #17161802);
    }

    .matnsar1 {
        background: linear-gradient(to top, #8308ff00, #00000009);
    }

    .imglogocontiner1 {
        display: none;
    }

    /*** پایان کد های استایل  (کانتینر) **/
    /*** شروع کد های استایل  (کانتینر 2 ) **/


    .continer2 {
        width: 97%;
        height: 500px;
        margin-top: 2px;
        flex-direction: column;
        display: flex;
        flex-flow: column-reverse;

    }


    h1.mahbobfa {
        font-size: 15px;
    }

    h1.mahboben {
        font-size: 20px;
    }

    .continerright2 {
        height: 42%;
        width: 50%;
    }

    .continerleft2 {
        width: 100%;
        height: 300px;
    }

    .mahsolat {
        height: 250px;
    }

    .matngimat {
        direction: rtl;
        font-size: 90%;
        margin-top: -20px;
    }

    button.sabadbt {
        margin-top:20%;
        height: 25px;
        width: 100%;
        font-size:80%;
        color: #ffffff;
    }

    #aks {
        margin-top: -40px;
        width: 100%;
        height: 200px;

    }

    .img11,
    .img22,
    .img33,
    .img44,
    .img55,
    .img66{
        align-items: center;
        text-align: center;
        margin-left: -2px;
    }
    /*** پایان کد های استایل  (کانتینر2) **/
    /*** شروع کد های استایل  (کانتینر4) **/

    .continer4 {
        width: 97%;
        height: 500px;
    }

    .continercenter4 {
        font-size: 120%;
        margin-top: -40%;

    }

    #mahsolatcontiner4 {
        display: inline;
    }

    .divbr {
        margin-top: -50px;
        display: flex;
        width: 95vw;
    }

    /*** پایان کد های استایل  (کانتینر4) **/
    /*** شروع کد های استایل  (کانتینر6) **/
    .continer6top {
        margin-top: 140px;
    }

    .gimatcpcodm {
        margin-bottom: -90%;
        font-size:80%;
        text-align: justify;
        direction: rtl;
        width: 90vw;
    }

    #matngimatp {
        width: 90vw;
    }

    .karbordecp {
        display: none;
        font-size: 18px;
    }

    hr.hr {
        margin-top: 310px;
    }

    .mazaya {
        font-size: 10px;
        width: 130vw;
        flex-direction: column;
        display: flex;
        flex-flow: column-reverse;
        margin-left: -150px;
    }

    h2.mazayah2 {
    
        margin-left: -100px;
        font-size: 13px;
    }

    .imgmazaya {
        display: none;
    }

    .imgcontiner6 {
margin-top: -80px;
        width: 95vw;
        border-radius: 0% 0% 0% 0%;
    }
    .imgcontiner6left {
        display: none;
    }

    /*** پایان کد های استایل  (کانتینر6) **/
    /*** شروع کد های استایل  (کانتینر8) **/

    .continer8 {
        height: 500px;
        font-size: 10px;
        flex-direction: column;
        display: flex;
        flex-flow: column-reverse;
    }

    .continer8right {
        direction: rtl;
        text-align: right;
        font-size: 15px;
        margin-top: 40px;
        margin-left: 85px;
        width: 250px;

    }

    .mtncontiner8right {
        display: none;
    }

    .imgcontiner8 {
        width: 100px;
    }

    .imglogocontiner8 {
        padding-top: 40px;
    }

    .mtnettelaat1 {
        width: 97%;
        direction: rtl;
    }

    .continer8left3 {
        
        width: 100%;
        height: 100px;
        text-align: right;
        direction: ltr;
        font-size: 15px;
        margin-bottom: 100px;
        margin-left: -20px;
    }

    h6.mtnettelaat2 {
        width: 25%;
        height: 10px;
        font-size: 12px;

    }

    h6.mtnettelaat2:hover {
        width: 30%;
        text-align: center;
        height: 20px;
        font-size: 15px;

    }

    .continer8right2 {
        width: 100%;
        margin-bottom: 10px;
        height: 100px;
        text-align: right;
        direction: ltr;
        font-size: 17px;
        margin-right: 20px;

    }

    .continer8left4 {
        display: none;
    }

    .adrescontiner8 {
        display: none;
    }

    /*** پایان کد های استایل  (کانتینر8) **/
}