@import url(general.css);

/*-----------loader------------*/
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");

.loader * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  direction: ltr;
}

.bg-1 {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  animation: fade-out 0.4s 1.5s both;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: white;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 219245981743593888;
  width: 100vw;
  height: 100vh;
}

h2 {
  font-size: 40px;
  line-height: 46px;
  display: inline-block;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

body {
  /* overflow: scroll; */
  position: relative;
  font-family: "Raleway", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: white;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.loading-data {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-text .char {
  opacity: 0;
  animation: loading-text 1.5s ease;
  display: inline-block;
  color: #1c7cd5;

}

.loading-text .char:nth-child(1) {
  animation-delay: 0.5s;
}

.loading-text .char:nth-child(2) {
  animation-delay: 0.6s;
}

.loading-text .char:nth-child(3) {
  animation-delay: 0.7s;
}

.loading-text .char:nth-child(4) {
  animation-delay: 0.8s;
}

.loading-text .char:nth-child(5) {
  animation-delay: 0.9s;
}

.loading-text .char:nth-child(6) {
  animation-delay: 1s;
}

.loading-text .char:nth-child(7) {
  animation-delay: 1.1s;
}

@keyframes loading-text {
  0% {
    transform: translateY(-100%);
    opacity: 1;
  }

  20% {
    transform: translateY(-50%);
    opacity: 1;
  }

  40% {
    transform: translateY(0%);
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



/* header of site*/
.fo__head {
  height: 10vh;
  padding: 7px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.fo__logo__link {
  right: 0;
  top: 0;
}

.fo__head img[alt="logo-with-bg"] {
  width: 4rem;
}

.fo__head h1 {
  text-shadow: 1px 1px 11px white;
}

.fo__search__box__ress {
  display: none;
}

.fo__search__box {
  display: flex;
  width: 300px;
  height: 35px;
  align-items: center;
  justify-content: space-between;
  border-radius: 100px;
  padding: 3px;
  background-color: #fff;
  border: solid 1px lightgray;
}

.fo__search__box form {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  /* padding: 2px; */
}

.fo__search__box form input {
  width: 80%;
  height: 100%;
  font-size: 13px;
  border-radius: 100px;
  padding-right: 10px;
}

.fo__search__box form button {
  background-color: var(--blue);
  width: 18%;
  color: white;
  height: 100%;
  display: flex;
  /* font-size: 15px; */
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  text-align: center;
  border: none;
  font-size: 17px;
}

.bar {
  direction: ltr;
}

.bar>div {
  width: 200px;
  direction: ltr;
  display: flex;
  margin-top: 10px;
}

.bar>div img {
  width: 15px;
  margin-left: 10px;
}

.fo__head>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 992px) {

  .fo__head>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    direction: ltr;
  }

  .fo__search__box__ress {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fo__search__box__ress form {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    background-color: white;
    justify-content: space-between;
    border-radius: 100px;
    margin: auto;
    padding: 3px;
  }

  .fo__search__box__ress form input {
    width: 80%;
    border-radius: 100px;
    padding-right: 15px;
    background-color: white;
    height: 100%;
    font-size: 15px;

  }

  .fo__search__box__ress form button {
    width: 15%;
    height: 100%;
    display: flex;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    color: white;
  }

  :root {
    --blue: #1C7CD5;
    --blue-hover: #1C7CD5;
    --gray: #7e7e7e;
    --light-blue: #1c7bd535;
  }

  /* header of site*/
  .fo__head {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 8px rgb(172, 172, 172);
    padding: 10px 0;
  }

  .fo__head>div {
    display: block;
    align-items: center;
    justify-content: space-between;
    position: relative;
    direction: ltr;
  }

  .fo__head a {
    position: inherit;
    right: 0;
    top: 0;
  }

  .fo__head img[alt="logo-with-bg"] {
    FONT-WEIGHT: 100;
    width: 3rem;
  }

  .fo__head h1 {
    text-shadow: 1px 1px 5px white;
    float: left;
    font-size: 24px;
  }

  .fo__head>div>div {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 5px 6px;
    border-radius: 100px;
    /* margin-top: 0rem; */
    /* margin-bottom: 1rem; */
  }

  .fo__head>div>div button {
    background-color: transparent;
    border: none;
    font-size: 20px;
  }

  .fo__head>div>div button i {
    width: 100%;
    height: 100%;
  }

  .bar {
    direction: ltr;
  }

  .bar>div {
    width: 200px;
    direction: ltr;
    display: flex;
    margin-top: 10px;
  }

  .bar>div img {
    width: 15px;
    margin-left: 10px;
  }




}