﻿@media(min-width: 1024px) {
    .machinst {
        margin-block-end: 30px;
        width: 80%;
        float: left;
    }
}

@media(max-width: 767px) {
    .machinst {
        margin-block-end: 70px;
        width: 120%;
        float: left;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .machinst {
        margin-block-end: 70px;
        width: 90%;
        float: left;
    }
}

@media(min-width: 1024px) {
    .machinstdiv {
        width: 75%;
        float: left;
    }
}

@media(max-width: 767px) {
    .machinstdiv {
        width: 100%;
        float: left;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .machinstdiv {
        width: 85%;
        float: left;
    }
}

@media(min-width: 1024px) {
    .dropright {
        width: 100%;
        float: right;
    }
}

@media(max-width: 767px) {
    .dropright {
        width: 100%;
        float: right;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .dropright {
        width: 100%;
        float: right;
    }
}

@media(min-width: 1024px) {
    .droprightdiv {
        margin-block-start: 65px;
        width: 11%;
        float: right;
    }
}

@media(max-width: 767px) {
    .droprightdiv {
        margin-block-start: 70px;
        width: 20%;
        float: right;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .droprightdiv {
        margin-block-start: 55px;
        width: 12%;
        float: right;
    }
}

@media(min-width: 1024px) {
    .dropleft {
        width: 100%;
        float: left;
    }
}

@media(max-width: 767px) {
    .dropleft {
        width: 100%;
        float: left;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .dropleft {
        width: 100%;
        float: left;
    }
}

@media(min-width: 1024px) {
    .dropleftdiv {
        width: 15%;
        float: left;
    }
}

@media(max-width: 767px) {
    .dropleftdiv {
        width: 25%;
        float: left;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .dropleftdiv {
        width: 15%;
        float: left;
    }
}


@media screen and (max-width: 767px) {
    .mcnvdiv {
        height: 730px;
        flex-direction: column;
        width: 100%;
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .mcnvdiv {
        height: 768px;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
    }
}

@media(min-width: 1024px) {
    .titlemoc {
        font-family: f1;
        margin: 10px;
        /* text-shadow: 2px 2px 13px #821c70; */
        font-size: 93px;
        color: #ffffff;
        justify-self: center;
    }
}

@media(max-width: 767px) {
    .titlemoc {
        font-family: 'f1';
        margin: 50px 0px 0px 0px;
        /* text-shadow: 2px 2px 13px #821c7082; */
        font-size: 55px;
        /* font-weight: bold; */
        color: #ffffff;
        justify-self: center;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .titlemoc {
        font-family: 'f1';
        margin: 10px;
        /* text-shadow: 2px 2px 13px #821c7082; */
        font-size: 65px;
        /* font-weight: bold; */
        color: #ffffff;
        justify-self: center;
    }
}

@media(min-width: 1024px) {
    .titlemoc2 {
        word-spacing: 10px;
        font-family: f2;
        margin: 20px;
        /* text-shadow: 2px 2px 13px #821c70; */
        font-size: 38px;
        /* font-weight: bold; */
        color: #ffffff;
        justify-self: center;
    }
}

@media(max-width: 767px) {
    .titlemoc2 {
        word-spacing: 8px;
        font-family: 'f2';
        margin: 50px 0px 0px 0px;
        /* text-shadow: 2px 2px 13px #ffffff82; */
        font-size: 30px;
        /* font-weight: bold; */
        color: #ffffff;
        justify-self: center;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .titlemoc2 {
        word-spacing: 5px;
        font-family: 'f2';
        margin: 10px;
        /* text-shadow: 2px 2px 13px #821c7082; */
        font-size: 39px;
        /* font-weight: bold; */
        color: #ffffff;
        justify-self: center;
    }
}


@media(min-width: 1024px) {
    .bannerbtndiv {
        margin-block-start: 70px;
        place-items: center;
    }
}

@media(max-width: 767px) {
    .bannerbtndiv {
        /* margin-right: -55px; */
        /*float: center;*/
        margin-block-end: 50px;
        margin-block-start: 85px;
        place-items: center;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .bannerbtndiv {
        margin-block-start: 70px;
        place-items: center;
    }
}

@media(min-width: 1024px) {
    .bannerbtn {
        border-radius: 15px;
        border-down-right-radius: 10px;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        font-weight: bold !important;
        font-family: peyda, Heebo;
        width: 220px;
        /* border-radius: 24px; */
        height: 50px;
        display: flex;
        text-align: center;
        padding: 7px 14px;
        background-color: #1c4482;
        border: 2px solid #1c4482;
        color: #fff;
        font-size: 20px;
        transition: all .3s;
        cursor: pointer;
        white-space: nowrap;
        font-weight: 400;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        align-items: center;
        justify-content: space-evenly;
    }
}

@media(max-width: 767px) {
    .bannerbtn {
        font-weight: bold !important;
        font-family: 'peyda';
        width: 200px;
        border-radius: 24px;
        height: 50px;
        display: flex;
        text-align: center;
        padding: 6px 10px;
        background-color: #1c4482;
        border: 2px solid #1c4482;
        color: #fff;
        font-size: 15px;
        transition: all .3s;
        cursor: pointer;
        white-space: nowrap;
        font-weight: 400;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        align-items: center;
        justify-content: space-evenly;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .bannerbtn {
        font-weight: bold !important;
        font-family: 'peyda';
        width: 220px;
        border-radius: 24px;
        height: 50px;
        display: flex;
        text-align: center;
        padding: 6px 10px;
        background-color: #1c4482;
        border: 2px solid #1c4482;
        color: #fff;
        font-size: 18px;
        transition: all .3s;
        cursor: pointer;
        white-space: nowrap;
        font-weight: 400;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        align-items: center;
        justify-content: space-evenly;
    }
}

@media(min-width: 1024px) {
    .shoarmoc {
        word-spacing: 10px;
        text-shadow: 1px 1px 8px #ffffff;
        font-family: 'f2';
        margin: 40px;
        font-size: 30px;
        color: #ffffff;
        justify-self: center;
    }
}

@media(max-width: 767px) {
    .shoarmoc {
        word-spacing: 10px;
        font-family: 'f2';
        text-shadow: 1px 1px 8px #ffffff;
        margin: 50px;
        font-size: 25px;
        color: #ffffff;
        justify-self: center;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .shoarmoc {
        font-family: 'f2';
        text-shadow: 3px 3px 8px #ffffff82;
        margin: 50px;
        font-size: 30px;
        color: white;
        justify-self: center;
    }
}

@media(min-width: 1024px) {
    .bannerdivasli {
        margin: 139px -55px 65px 600px;
        flex: 50%;
        -ms-flex: 50%;
    }
}

@media(max-width: 767px) {
    .bannerdivasli {
        margin: 100px 1px;
        /* margin-block-end: 0px; */
        flex: 50%;
        -ms-flex: 50%;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .bannerdivasli {
        margin: 170px;
        /* margin-block-end: 150px; */
        flex: 50%;
        -ms-flex: 50%;
    }
}


@media(min-width: 1024px) {
    .proimgs {
        float: left;
        width: 100%;
    }
}

@media(max-width: 767px) {
    .proimgs {
        float: left;
        width: 135%;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .proimgs {
        float: left;
        width: 110%;
    }
}
@media(min-width: 1024px) {
    .proimgdiv {
        margin-block-start: 82px;
        float: left;
        width: 50%;
    }
}

@media(max-width: 767px) {
    .proimgdiv {
        margin-block-start: 90px;
        float: left;
        width: 50%;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .proimgdiv {
        margin-block-start: 110px;
        float: left;
        width: 50%;
    }
}
@media(min-width: 1024px) {
    .probcdiv {
        height: 520px;
        /* margin-block-start: 400px; */
        width: 100%;
        float: right;
    }
}

@media(max-width: 767px) {
    .probcdiv {
        margin-block-start: 430px;
        width: 50%;
        float: right;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .probcdiv {
        height: 540px;
        /* margin-block-start: 350px; */
        width: 50%;
        float: right;
    }
}
.container-full {
    padding: 10px 0px 35px 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
}
.buttons {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #1c4482;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 14px 10px;
    font-weight: 500;
    position: absolute;
    bottom: -50px;
}
.header-row {
    font-family: peyda, Heebo;
    justify-self: anchor-center;
    margin-top: 10px;
    border-radius: 40px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: #ffffffe6;
    top: 0;
    right: 0;
    width: 98%;
    position: fixed;
    z-index: 120;
    transition: all .3s;
    padding: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}
.header-row.scrolled {
        border-bottom: 1px solid #ccc;
        background-color: #ffffffde;
}
.header-row:hover, .header-row.over {
    background-color: #ffffffde;
}
.header-row nav.in {
    left: 0;
    transition-delay: 0s
}
@media(max-width: 767px) {
    .header-row .main-menu .submenu .sub-col ul {
        text-align: center;
        border-bottom: 1px solid #ccc
    }

    .header-row .menu-row {
        margin-top: 0
    }

    .header-row nav {
        display: flex;
        position: fixed;
        width: 300px;
        height: 550px;
        left: -100%;
        top: 0;
        z-index: 24;
        background: #fff;
        transition: all .3s;
        align-items: center;
        margin: 125px 0px 0px 15px;
        border-radius: 30px;
    }



        .header-row nav .main-menu {
            flex-wrap: wrap;
            width: 100%;
            height: calc(100% - 90px);
            overflow-y: scroll;
            margin-top: 50px;
            align-content: flex-start
        }

            .header-row nav .main-menu > li {
                width: 100%;
                display: block;
                position: relative;
                margin-bottom: 15px
            }

                .header-row nav .main-menu > li > a {
                    padding: 5px 15px;
                    font-size: 18px;
                    position: relative;
                    justify-content: center
                }

            .header-row nav .main-menu .submenu, body.hasbanner .header-row nav .main-menu .submenu {
                position: relative;
                left: 0;
                top: 0;
                z-index: 17;
                padding: 0;
                border-bottom: none
            }

    .header-row.scrolled nav .main-menu .submenu {
        top: 0
    }

    .header-row nav .main-menu .submenu .submenu-con {
        padding: 0
    }

    .header-row .main-menu .submenu .sub-col .ttl {
        margin-top: 10px;
        font-size: 14px;
        padding-bottom: 3px
    }

    .header-row .main-menu .submenu .sub-col ul li a {
        font-size: 14px
    }
}

.header-row nav .main-menu .submenu {
    display: none;
    position: fixed;
    width: 65%;
    left: 0;
    background-color: #ffffff;
    top: 160px;
    z-index: 17;
    justify-self: anchor-center;
    border-radius: 30px;
    margin-top: 5px !important;
}
@media(min-width: 992px) {
    .container {
        width: 100%
    }
}

@media(min-width: 1200px) {
    .container {
        width: 100%
    }
}

@media(min-width: 1400px) {
    .container {
        width: 95%;
        padding: 20px 45px
    }
}
@font-face {
    font-family: f1;
    src: url('/font/Mj_Nabigha Light_0.ttf');
}
@font-face {
    font-family: f2;
    src: url('/font/danstevis.otf');
}
@font-face {
    font-family: f3;
    src: url('/font/Heebo-Bold.woff');
}
@font-face {
    font-family: peyda;
    font-style: normal;
    font-weight: 400;
    src: url('/font/PeydaWeb-Regular.eot');
    src: url('/font/PeydaWeb-Regular.eot?#iefix') format('embedded-opentype'),url('/font/PeydaWeb-Regular.woff') format('woff'),url('/font/PeydaWeb-Regular.woff2') format('woff2');
}

@font-face {
    font-family: peyda;
    font-style: normal;
    font-weight: 500;
    src: url('/font/PeydaWeb-Bold.eot');
    src: url('/font/PeydaWeb-Bold.eot?#iefix') format('embedded-opentype'),url('/font/PeydaWeb-Bold.woff') format('woff'),url('/font/PeydaWeb-Bold.woff2') format('woff2');
}

@font-face {
    font-family: peyda;
    font-style: normal;
    font-weight: 300;
    src: url('/font/peydaWeb-light.eot');
    src: url('/font/peydaWeb-light.eot?#iefix') format('embedded-opentype'),url('/font/peydaWeb-light.woff') format('woff'),url('/font/peydaWeb-light.woff2') format('woff2');
}

@font-face {
    font-family: Heebo;
    font-style: normal;
    font-weight: 400;
    src: url('font/Heebo-Regular.woff');
    src: url('/font/Heebo-Regular.woff') format('woff');
}

@font-face {
    font-family: Heebo;
    font-style: normal;
    font-weight: 500;
    src: url('/font/Heebo-Bold.eot');
    src: url('/font/Heebo-Bold.eot?#iefix') format('embedded-opentype'),url('/font/Heebo-Bold.woff') format('woff');
}

@font-face {
    font-family: Heebo;
    font-style: normal;
    font-weight: 300;
    src: url('/font/Heebo-light.eot');
    src: url('/font/Heebo-light.eot?#iefix') format('embedded-opentype'),url('/font/Heebo-light.woff') format('woff');
}


@media(min-width: 1024px) {
    .h2styles {
        padding: 22px;
        color: #1b417c;
        text-align: center;
        margin: 0px;
        font-size: 45px;
        padding-block-end: 11px;
        font-family: 'f2';
        font-weight: bold;
        word-spacing: 5px;
    }
}

@media(max-width: 767px) {
    .h2styles {
        color: #1b417c;
        text-align: center;
        /* margin: 23px; */
        font-size: 22px;
        font-family: 'f2';
        font-weight: bold;
        word-spacing: 3px;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .h2styles {
        padding-block-end: 20px;
        color: #1b417c;
        text-align: center;
        /* margin: 0px; */
        font-size: 36px;
        font-family: 'f2';
        font-weight: bold;
        word-spacing: 5px;
    }
}
@media(min-width: 1024px) {
    .pcenterst {
        margin-block-end: 30px;
        font-family: 'peyda';
        text-align: justify;
        font-size: 21px;
        word-spacing: 4px;
    }
}

@media(max-width: 767px) {
    .pcenterst {
        padding-top: 20px;
        margin-block-end: 30px;
        font-family: 'peyda';
        text-align: justify;
        font-size: 17px;
        word-spacing: 4px;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .pcenterst {
        margin-block-end: 30px;
        font-family: 'peyda';
        text-align: justify;
        font-size: 21px;
        word-spacing: 4px;
    }
}

@media(min-width: 1024px) {
    .phstyles {
        color: #1b417c;
        text-align: right;
        /* margin: 23px; */
        font-size: 28px;
        font-family: 'f2';
        font-weight:bold;
        word-spacing: 3px;
    }
}

    @media(max-width: 767px) {
        .phstyles {
            color: #1b417c;
            text-align: right;
            /* margin: 23px; */
            font-size: 25px;
            font-weight:bold;
            font-family: 'f2';
            word-spacing: 3px;
        }
    }

    @media(min-width: 768px) and (max-width: 1023px) {
        .phstyles {
            color: #1b417c;
            text-align: right;
            /* margin: 23px; */
            font-size: 24px;
            font-weight: bold;
            font-family: 'f2';
            word-spacing: 3px;
        }
    }

li::marker {
    color: #821c70;
    font-size: 30px;
}

.ulchrachap {
    
    /* padding-right: 40px; */
    font-family: 'peyda';
    font-size: 22px;
    font-weight: bold;
}





    @media(min-width: 1024px) {
        .homebannerbody {
            background-size: cover;
            background-attachment: fixed;
            background-image: url(/image/bannerback.jpg);
            color: #000;
            background-color: #fff;
        }
    }

    @media(max-width: 767px) {
        .homebannerbody {
            background-position: bottom;
            background-size: cover;
            background-attachment: fixed;
            background-image: url(/image/bck.jpg);
            color: #000;
            background-color: #fff;
        }
    }

    @media(min-width: 768px) and (max-width: 1023px) {
        .homebannerbody {
            background-size: cover;
            background-attachment: fixed;
            background-image: url(/image/bck.jpg);
            color: #000;
            background-color: #fff;
        }
    } 
    
    /*@media(min-width: 1024px) {
        .homebannerlabels {
            background-size: 100%;
            background-repeat: no-repeat;*/
            /* background-position-y: top; */
            /* background-position-x: left; */
            /* background-size: 100%; */
            /* background-attachment: fixed; */
            /*background-image: url(/image/testajn.jpg);
            color: #000;
            background-color: #fff;
        }
    }

    @media(max-width: 767px) {
        .homebannerlabels {*/
            /* background-position: bottom; */
            /*background-size: 100% 18%;*/
            /* background-attachment: fixed; */
            /*background-image: url(/image/sjajn2.jpg);
            color: #000;
            background-color: #fff;
        }
    }

    @media(min-width: 768px) and (max-width: 1023px) {
        .homebannerlabels {
            background-size: cover;
            background-attachment: fixed;
            background-image: url(/image/sjnkajn.jpg);
            color: #000;
            background-color: #fff;
        }
    }*/
    
    @media(min-width: 1024px) {
        .bannerbackdivh {
            background-color: #06132761;
            overflow: hidden;
            background-attachment: fixed;
            background-size: cover;
        }
    }

    @media(max-width: 767px) {
        .bannerbackdivh {
            background-color: #061327c7;
            overflow: hidden;
            background-attachment: fixed;
            background-size: cover;
        }
    }

    @media(min-width: 768px) and (max-width: 1023px) {
        .bannerbackdivh {
            background-color: #061327c7;
            overflow: hidden;
            background-attachment: fixed;
            background-size: cover;
        }
    }
    @media(min-width: 1024px) {
        .bannerbackdivl {
            background-attachment: fixed;
            /* width: -webkit-fill-available; */
            /* height: -webkit-fill-available !important; */
            background-size: cover;
            background-image: url(/image/labelbanner1.jpg);
            overflow: hidden;
            /* background-attachment: fixed; */
            /* background-size: cover; */
        }
    }

    @media(max-width: 767px) {
        .bannerbackdivl {
            background-position: center;
            background-image: url(/image/testajn.jpg);
            overflow: hidden;
            background-attachment: fixed;
            background-size: cover;
        }
    }

    @media(min-width: 768px) and (max-width: 1023px) {
        .bannerbackdivl {
            background-image: url(/image/labelbanner2.jpg);
            overflow: hidden;
            background-attachment: fixed;
            background-size: cover;
        }
    }


.fab-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column-reverse; /* منو به بالا باز شه */
    align-items: flex-start;
}

.fab-button {
    width: 60px;
    height: 60px;
    background-color: #1c4482;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .fab-button:hover {
        background-color: #561c82;
        transform: scale(1.05);
    }

    .fab-button svg {
        width: 28px;
        height: 28px;
        transition: transform 0.3s ease;
    }

.fab-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

    .fab-menu.active {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

.fab-item {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

    .fab-item:hover {
        transform: scale(1.1);
    }

    .fab-item svg {
        width: 22px;
        height: 22px;
    }


.label-products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    padding: 40px 0;
}

.label-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    padding: 24px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 5px solid #1c4482; /* رنگ آبی سازمانی */
}

    .label-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }

    .label-card img {
        width: 100%;
        max-height: 180px;
        object-fit: contain;
        margin-bottom: 16px;
        border-radius: 8px;
    }

    .label-card h3 {
        font-size: 20px;
        color: #1c4482;
        margin-bottom: 10px;
    }

    .label-card p {
        font-size: 14px;
        color: #555;
        margin-bottom: 16px;
        line-height: 1.6;
    }

.btn-label {
    width: 100%;
    font-size: 17px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #561c82;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

    .btn-label:hover {
        background-color: #821c70; /* رنگ صورتی سازمانی */
    }



body {
    font-family: Arial;
    margin: 0;
}

* {
    box-sizing: border-box;
}

img {
    border-radius:10px;
    vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }


.myhc:hover{
    background-color:white !important;
}

.pnrize {
    font-size: 16px !important;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    word-spacing: 3px;
    font-family: 'peyda';

}
.tamasbt {

   
    padding: 10px;
}

.tamasbtpapp {
    margin: 0px !important;
    text-align: -webkit-center;
    color: black;
    width: 80%;
}

.tamasbtpa {
    place-self: center;
    width: 80%;
    height: 50px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.myh2mah {
    line-height: 43px;
    text-align: center;
    font-family: 'f2';
    padding: 20px 0px;
    justify-self: center;
    font-size: 22px;
}
.mymatndiv{
    padding-top:15px 5px;
}
.myh3mah {
    font-family:peyda;
    padding: 10px 0px;
}
.mypinmah {
   
    font-size: 16px;
    font-family: 'peyda';
    text-align: justify;
}
