﻿/* 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: 'shabnam-medium-fd-wol';
    src: url('../assets/font/shabnam-medium-fd-wol.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'shabnam-bold-fd-wol';
    src: url('../assets/font/shabnam-bold-fd-wol.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: shabnam-medium-fd-wol;
}


.image1 {
    position: relative;
    top: 0;
    left: 0;
    border: 1px red solid;
}

.image2 {
    position: absolute;
    top: 30px;
    left: 30px;
    border: 1px green solid;
}

#navv {
    background: #ffffff;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
.light_background {
    background: #F8FAFC;
}
.light-text {
    color: #424E5C;
}
.light-text-faded {
    color: #798EA1;
}

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);
}
.green-shadow {
    box-shadow: 0 .26rem .75rem rgba(8, 118, 81, 0.29);
}
.blue-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 232, 255, 0.3);
}
.green-btn {
    background: #097651
}

.img-shadow {
    width: 150px;
    -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.42));
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.42))
}

.green-gradiant {
    background-image: linear-gradient(to right, #097651, #4d9864);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.text-main {
    --bs-text-opacity: 1;
    color: #f00;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}
