
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
          height: 100%;

     font-family: Font-Regular;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article>*+* {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

header{

      background-color: #2f4356;
      --tw-text-opacity: 1;
    color: rgb(255 255 255 );
    font-size: 16px;
}

.container {
  max-width: 1676px;
  padding: 20px 64px;
  width: 100%;
  margin: 0 auto;
}


.hrad{
  display: flex;

  align-items: center;
  justify-content: space-between;
}
..input, input, select, textarea {
    padding: .625rem 1rem;
    width: 100%;
    --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .06), 0px 1px 5px 0px rgba(0, 0, 0, .08);
    --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color), 0px 1px 5px 0px var(--tw-shadow-color);
    border-width: 1px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-radius: .0625rem;
    line-height: 1;
    min-height: var(--input-min-height);
}

select {

    background-color: transparent;
    border-color: transparent;
    display: inline-block;
    padding-right: 1.5rem;
    --tw-shadow-color: transparent;
    --tw-shadow: var(--tw-shadow-colored);
            width: 4.5em;
                cursor: pointer;
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    color: #fff;
}

option{
  background: #2f4356;
  padding: 16px;
} 

.img_box{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 0;
}

.logo{
  width: 40px;
}

footer{
  background: #2f4356;
  color: #fff;
}

.footer{

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer div{
  width: 24%;
  font-size: 18px;
}

.footer h3{
          margin-bottom: 2.5rem;
          font-size: 2rem;
}
@font-face {
    font-display: swap;
    font-family: Font-Regular;
    font-style: normal;
    src: url(../fonts/NotoSans-Regular.BWwJy672.ttf) format("truetype");
}

.bot{
  background: #263645;
}

.bot div{
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}


label{
    font-size: 1.0625rem;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
}

label svg{
  width: 10px;
  height: 10px;
  margin-left: 3px;
  color: red;
}

input{

display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #454545;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b2b2b2;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 2px solid #95989A;
    border-radius: 4px;
    font-family: MuseoSans-700, sans-serif;
}


.open label{

}
.input_box{
  position: relative;
  margin: 40px 0;
}

.error_text{
      margin-top: 0.3rem;
    font-size: 12px;
    text-align: left;
    color: #dc0018;
    display: none;
}


.error input{
  border-color: #dc0018;
}

.error .error_text{
  display: block;
} 

.btn{
align-items: center;
    background: #000;
    border: none;
    border-radius: 1px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    height: 3rem;
    line-height: 1.4;
    max-width: 100%;
    min-width: 3rem;
    padding: 1px 24px 0;
    position: relative;
    transition: background .1s ease;
    margin-bottom: 60px;
    width: fit-content;
    text-align: center;
        color: #fff;
    background-color: #069;
    border-color: #069;
    border-radius: .25rem;
}

.agora-loader-dialog {
    margin: 16px;
    display: inline-block
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.loader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  background: #ffffff75;
  align-items: center;
}

.agora-loader-dialog {
    animation: spin 1s linear infinite;
    border-radius: 100%;
    border-width: 4px;
    border-style: solid;
    border-color: var(--color-neutral-200);
    border-right-color: transparent;
    vertical-align: -.125em;
        width: 100px;
    height: 100px;
}

h1{
          margin: 20px 0;
}

.sub_title{
    font-size: .875rem;
    line-height: 22px;
    font-weight: 400;
}

.title{
      font-size: 2.1875rem;
    line-height: 42px;
    font-weight: lighter;
    color: #000;
}

.suc{
  position: absolute;

  right: 23px;
  top: 23px;
  width: 24px;
  height: 24px;
      fill: #1a7f1f;
}

.er{

  position: absolute;

  right: 23px;
  top: 23px;
  width: 24px;
  height: 24px;
         fill: #e2001a;
}
.icon{
  display: none;
}

.open .suc{
  display: block;
}
.error_text{





    color:#e2001a;
    display: none;
    font-size: 12px;
    line-height: 1.5;
    margin: -1px 0 0;
    order: 3;
    padding: .25rem 1rem;
    transform: scaleY(0) translateY(-100%);
    transition: transform .1s ease;

    order: 2;
    transform: scaleY(1) translateY(0);
}

.error .error_text{
  display: block;
}

.error .er{
  display: block;
}

.error .input{
  background-color:#e2001a;
}

.fkes{
  display: flex;
  justify-content: flex-end;
}

.ln{
  cursor: pointer;
}

.lans{

  position: relative;
}

.ng-trigger{
  position: absolute;
      width: 100%;
}

@media screen and (max-width: 768px) {

  footer{
  }

  .bot div  {
    flex-direction: column;
  }

  .container {
      max-width: 1676px;
      padding: 22px 30px;
      width: 100%;
      margin: 0 auto;
  }

  .footer{
    flex-direction: column;
    gap: 20px;
  }
  .footer div{
    width: 100%;
  }

  .btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}