/*
   __    ____  _            ____  __      __    ____       
  /  \  /   / / \  / /   / /   / /  \  / /  \  /     /   /
 /   / /   / /   \/ /___/ /___/ /   / / /   / /___  /___/
/___/ /___/ /    /  ___/ /   / /___/ / /___/ /___  /   /

*/


/*===================================================================
   Copyright (C) 2025 Hossein Donyadideh All Rights Reserved.
  ===================================================================*/

@font-face {
  font-family: max-font;
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/nova.woff2') format('woff2'),
       url('../fonts/nova.woff') format('woff'),
	   url('../fonts/nova.ttf') format('truetype'),
	   url('../fonts/nova.eot?#iefix') format('embedded-opentype');
}
p,h1,h2,h3,h4,h5,h6,ul,tr,td,input,a,label,button,select,option,span,small,html{
  font-family: max-font, Tahoma, Arial !important;
}

.uk-background-height-1-1,.uk-background-width-1-1{background-position:50% 50%;background-repeat:no-repeat}
.uk-background-height-1-1{background-size:auto 100%}
.uk-background-width-1-1{background-size:100%}
.max-ratio-1-1 {
	width: 100%;
	padding-top: 100%;
}
.max-ratio-16-9 {
	width: 100%;
	padding-top: 56.25%;
}
.max-ratio-4-3 {
	width: 100%;
	padding-top: 75%;
}
.max-ratio-3-2 {
	width: 100%;
	padding-top: 66.66%;
}