/* Thin (100) */
@font-face {
font-family: 'SomarSans';
src: url('../fonts/SomarSans/SomarSans-Thin.woff2') format('woff2'),
    url('../fonts/SomarSans/SomarSans-Thin.woff') format('woff');
font-weight: 100;
font-style: normal;
font-display: swap;
}

/* Regular (400) */
@font-face {
font-family: 'SomarSans';
src: url('../fonts/SomarSans/SomarSans-Regular.woff2') format('woff2'),
    url('../fonts/SomarSans/SomarSans-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}

/* Medium (500) */
@font-face {
font-family: 'SomarSans';
src: url('../fonts/SomarSans/SomarSans-Medium.woff2') format('woff2'),
    url('../fonts/SomarSans/SomarSans-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}

/* Bold (700) */
@font-face {
font-family: 'SomarSans';
src: url('../fonts/SomarSans/SomarSans-Bold.woff2') format('woff2'),
    url('../fonts/SomarSans/SomarSans-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
}

/* ExtraBold (800) */
@font-face {
font-family: 'SomarSans';
src: url('../fonts/SomarSans/SomarSans-ExtraBold.woff2') format('woff2'),
    url('../fonts/SomarSans/SomarSans-ExtraBold.woff') format('woff');
font-weight: 800;
font-style: normal;
font-display: swap;
}
*,body{
    font-family: 'SomarSans', sans-serif;
}
#submit-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: white;
    z-index: 99999999999999;
  }
  .PageLoader {
    width: 48px;
    height: 48px;
    border: 3px solid #d7d7d7;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
  .PageLoader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #4b49ac transparent;
  }
  
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 
.bilingual{
  border: 1px solid #cecece;
  padding: 3px 5px;
  border-radius: 7px;
  margin: 0px 7px;
}
.bilingual button {
  color: #454545;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  background: none;
  font-weight: bold;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  direction: rtl;
}
.bilingual button img {
  width: 25px;
  margin-left: 5px;
}
#countdown-container,#countdown,#countdown-container h1{font-size: 15px;}
#countdown-container {
  display: flex;
  align-items: center;
  padding: 0px 15px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  right: 0;
  left: 0;
  top: -30px;
  height: 30px;
  background: #d80000;
  color: white;
  justify-content: center;
  
}
#countdown-container h1{
  margin: 0;
  font-weight: bold;
  padding-right: 5px;

}
@media (max-width: 800px) {#countdown,#countdown-container, #countdown-container h1 {font-size: 13px;}}
@media (max-width: 700px) {#countdown,#countdown-container, #countdown-container h1 {font-size: 11px;}}
@media (max-width: 500px) {#countdown,#countdown-container, #countdown-container h1 {font-size: 10px;}}
@media (max-width: 450px) {#countdown,#countdown-container, #countdown-container h1 {font-size: 9px;}}
@media (max-width: 405px) {#countdown,#countdown-container, #countdown-container h1 {font-size: 8px;}}
@media (max-width: 360px) {#countdown,#countdown-container, #countdown-container h1 {font-size: 7px;}}