/* Sticky footer styles

NOTE! REMOVE BELOW CODE FROM THE THEME CSS !!!!!!
html, body {
  height: 100%
}
-------------------------------------------------- */



body {
  margin-bottom: 240px; /* Margin bottom by footer height */
}

@media (min-width: 768px) { 
  body {
    margin-bottom: 170px; /* Margin bottom by footer height */ 
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
 
.img-cover123 { 
    width: 100%;
    height: 220px; 
    object-fit: cover;
    border-radius: 0.25rem !important;
  }

@font-face {
  src: url( /static/fonts/Yerevanyan-Regular.otf);
  font-family: myfonttitle;
}

@font-face {
  src: url(/static/fonts/Mardoto-Regular.ttf);
  font-family: myfonttitle1;
}

@font-face {
  src: url(/static/fonts/Nortar-Regular.otf);
  font-family: myfonttext;
}


  .myfonttitle {
    font-family: myfonttitle;
  }

  .myfonttext {
    font-family: myfonttext;
  }

  .myfonttitle1 {
    font-family: myfonttitle1;
  }
  
  .text-xs {
    font-size: 12px;
  }

  .text-sm {
    font-size: 14px;
  }

  .text-md {
    font-size: 16px;
  }

  .text-lg {
    font-size: 18px;
  }

  .text-xl {
    font-size: 20px;
  }

  .pointer {
    cursor: pointer;
  }

  .hidden {
    display: none !important;
  }

  .ajaxProgress {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
    z-index: 1000000;
  
  }

  .my-link {
    text-decoration: none;
    color: #343b43;
    -webkit-transition: color .3s;
    transition: color .3s;
  }
  
  .my-link:hover, .my-link:focus {
    color: #ff7e00;
    text-decoration: none;
    background-color: transparent;
  }
   
  .my-link.active, .my-link:active {
    color: #ff7e00;
    text-decoration: none;
    background-color: transparent;
  }

  .bg-black {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .opacity-10 {
    opacity: 0.1 !important;
  }
  
  .opacity-20 {
    opacity: 0.2 !important;
  }
  
  .opacity-30 {
    opacity: 0.3 !important;
  }
  
  .opacity-40 {
    opacity: 0.4 !important;
  }
  
  .opacity-50 {
    opacity: 0.5 !important;
  }
  
  .opacity-60 {
    opacity: 0.6 !important;
  }
  
  .opacity-70 {
    opacity: 0.7 !important;
  }
  
  .opacity-80 {
    opacity: 0.8 !important;
  }
  
  .opacity-90 {
    opacity: 0.9 !important;
  }
  
  .opacity-100 {
    opacity: 1 !important; 
  }
  