﻿@font-face {
    font-family: 'MyFont';
    src: url('/font/W_yekan.ttf'); / /*, url('Shabnam.ttf'), url('BYekan.ttf'); */
}

body {
    margin: 0;
    font-family: MyFont;
    font-size: 24pt;
   
}
.mnu {
   
    color: #11e449;
    height: 25px;
    border-radius: 3px;
    text-align: center;
   
}
   .mnu:hover {
        background-color: #47B4BD;
        color: #ffffff;
        border-radius: 3px;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
    }
     /*.mnu0 {
    color: #000;
    height: 30px;
    border-radius: 3px;
    text-align: center;
    padding :5px;
    Width:100px;
}*/

.btn {
    color: #000;
    background-color: #e8f0f8;
    border: 1px solid #47b4bc;
    border-radius: 5px;
    width: 100px;
    font-family: MyFont;
    height: 30px;
    font-size: 14px;
}

    .btn:hover {
        color: #fff;
        background-color: #47b4bc;
        border: 1px solid rgba(0,0,0,0.5);
        box-shadow:5px 5px 10px rgba(0,0,0,0.5);
    }

.txt {
    color: Blue;
    font-family: MyFont;
    font-size: 14pt;
    background-color: #fefec1;
    border-radius: 5px;
    border: 1px solid #DDCCDD;
}

   .txt:hover {
        box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
        background-color: #fefec1;
    }
.txtlgn {
    height: 50px;
    width: 300px;
    color: Blue;
    font-family: MyFont;
    font-size: 14pt;
    background-color: #fefef7;
    border-radius: 5px;
    border: 2px solid #fbc111;
}

    .txtlgn:hover {
        border: 2px solid rgba(0,0,0,0.5);
        background-color: #fbfbf0;
    }

.lbl {
    color: Blue;
    font-family: MyFont;
    font-size: 10pt;
}

.lbl_err {
    color: red;
    font-family: MyFont;
    font-size: 10pt;
}

.header {
    border-radius: 5px;
    width: 900px;
}

.tbl {
    border-radius: 5px;
    border: 1px solid green;
    width: 90%;
    background-color: #e8f0f8;
    padding: 5px 5px 5px 5px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}

.tbl_dsp {
    border-radius: 5px;
    border: 1px solid #999999;
    width: 900px;
    background-color: #DDCCDD;
    border-bottom: 2px solid #C5A7C5;
}

.div {
    width: 903px;
    height: 100px;
    padding: 5px;
    background-color: yellow;
    box-shadow: 10px 10px;
}



.tbl_mdk {
    border-radius: 5px;
    border: 1px solid #C5A7C5;
    width: 900px;
    background-color: #DDCCDD;
}

.tbl_mdl {
    border-radius: 5px;
    border: 1px solid #FFAEC7;
    width: 900px;
    background-color: #FFD5E2;
}

.tbl_pst {
    border-radius: 5px;
    border: 1px solid #93c9ff;
    width: 900px;
    background-color: #C6E2FF;
}

.grid {
    border-radius: 5px;
}

.img {
    border-radius: 5px;
    Height: 220px;
    Width: 201px;
    Border: 1px solid #999999;
}

.panel {
    border-radius: 5px;
}

.lbl1 {
    font-family: MyFont;
    font-size: 12px;
}

.zoom-img {
    width: 90%;
    height: auto;
    overflow: inherit;
   
}
    .zoom-img img {
        width: 70%;
        transition: all .3s ease-in-out;
        
    }

        .zoom-img img:hover {
            transform: scale(3.0);
            box-shadow: 10px 10px 10px #999999;
            border-radius: 5px;
            border: 1px solid #83f283;
            margin-left: 200px;
            margin-top: 200px;
            margin-right: 200px;
        }
.h1:hover {
    color: #36f536;
    text-shadow: 1px 1px 1px #000;
}
.img1{
    max-width:100%;
    height:auto;
   
}
.p1 {
    font-family: MyFont;
    font-size: 14px;
}
.pcnt {
    font-family: MyFont;
    font-size: 12px;
}
.lbltit {
    font-family: MyFont;
    font-size: 16px;
    font-weight: bold;
    color: Blue;
}
.lbll{
    font-family: MyFont;
    font-size: 14px;
   
   }
.menuStyle {
    background-color: #fff;
    padding: 0;
    margin: 0;
    display: flex;
}

.menuItem {
    padding: 5px 15px;
    color: black;
    text-decoration: none;
    display: block;
}

.menuHover {
    background-color: #47b4bc;
    color: #fff;
    border-radius:5px;
  
}

.submenuItem {
    background-color: #444;
    padding: 8px 16px;
    color: white;
}

.submenuHover {
    background-color: #666;
    color: #fff;
}
.swiper {
    width: 80%;
    height: 400px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.video-gallery {
    display: flex;
    gap: 10px;
}
.video-thumbnail {
    width: 150px;
    cursor: pointer;
    border: 1px solid #000;
    transition: border 0.3s;
   
}

    .video-thumbnail:hover {
        border: 1px solid #007BFF;
        box-shadow: 5px 5px 5px #999999;
    }

#main-video {
    width: 500px;
    margin-top: 20px;
}

