﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: "YekanAtash";
    src: url('../fonts/YekanBakh.ttf');
    src: url('../fonts/YekanBakh.eot') format('embedded-opentype'),url('../fonts/YekanBakh.woff') format('woff'),url('../fonts/YekanBakh.ttf') format('truetype');
    font-weight: 100;
}
a,div,span,input,img,p,h1,h2,h3,h4,h5,h6{ font-family: YekanAtash !important;}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;

}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
}

    .print-section * {
     font-family: "Yekan"
 }

.print-info > div {
    padding-top: 2px;
}

.value {
}

.print-table {
    padding-top: 10px;
   height: 200px;
}
.print-header { height: 150px }

/* ------------------------------------------------------------------------------------------ */
.atash-nav{
    background-color: transparent !important;
    position: fixed;
    top: 0;
    width: 100%;
    backdrop-filter: blur(20px);
    border: 0 !important;
    box-shadow: 0 3px 22px -14px #111;
}
a.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
}
.atash-nav .nav-link {
    color: rgba(255, 255, 255, 0.71) !important;
    font-weight: 700 !important;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
}
.atash-nav .nav-link:hover {
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
}
.atash-nav .nav-link svg {
    font-size: 0.9rem;
    margin: 0 0 0 8px;
}

/* ------Main Slider------- */
.atash-main .atash-slider{ height: 100vh;}
.atash-owl .owl-item .item img{
    width: 100%;
    height: 100vh;
    object-fit: cover !important;
    object-position: center;
}
.owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    right: 30px;
}
.owl-prev ,.owl-next {
    font-size: 4rem !important;
    color: #ffffffa8 !important;
}
.owl-nav .owl-next {
    position: absolute;
    top: 45%;
    left: 30px;
}
.atash-backbg{
    width: auto;
    height: 100vh;
    background: url("../images/arad/1.jpg") no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}
.atash-bg{
    width: auto;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.66);
    backdrop-filter: blur(10px);

}
.atash-footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px 0 10px 0;
    background: linear-gradient(0deg, #11111157, transparent);
    color: white;
    text-align: center;
    z-index: 2;
}

button:focus{ outline: unset !important;}

/* -------------------------- Admin-Login_Page ------------------------------- */
.atash-login-page{
    transition: ease-in-out 2s;
    background: linear-gradient(-90deg, rgba(10, 106, 161, 0.32), rgba(255, 0, 128, 0.18));
}
.atash-login-nav a.nav-item{
    color: #fff !important;
}
.atash-login-page .card{
    background-color: rgba(255, 255, 255, 0.49) !important;
}
@keyframes hue-bg {
    from {background: linear-gradient(-90deg, rgba(10, 106, 161, 0.32), rgba(255, 0, 128, 0.18))}
    to {background: linear-gradient(-90deg, rgba(255, 0, 128, 0.18), rgba(10, 106, 161, 0.32))}
}


