@font-face {
  font-family: "MoskMedium";
  src: url("./fonts/Mosk/MoskMedium/MoskMedium500.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/Mosk/MoskMedium/MoskMedium500.woff") format("woff"),
    url("./fonts/Mosk/MoskMedium/MoskMedium500.ttf") format("truetype"),
    url("./fonts/Mosk/MoskMedium/MoskMedium500.svg#MoskMedium500") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MoskBold";
  src: url("./fonts/Mosk/MoskBold/MoskBold700.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/Mosk/MoskBold/MoskBold700.woff") format("woff"),
    url("./fonts/Mosk/MoskBold/MoskBold700.ttf") format("truetype"),
    url("./fonts/Mosk/MoskBold/MoskBold700.svg#MoskBold700") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  src: url("./fonts/Roboto-Regular.ttf") format("woff2");
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "MoskMedium";
  font-weight: normal;
}

/* scroll-bar start*/

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #777;
}

::-webkit-scrollbar-track {
  border-width: 0;
}

::-webkit-scrollbar-track:hover {
  background-color: #eee;
}

/* scroll-bar end*/

.body {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.dark_body {
  background-color: #181a1b;
}

.modal_backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}

header {
  width: 100%;
  height: 8%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
  position: relative;
}

.switch_theme {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  background-image: url("./images/moon.png");
}

.switch_theme_sun {
  background-image: url("./images/sun.png");
}

.google_services {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6-10v4h4V4h-4zm-6 4h4V4h-4v4zm6 6h4v-4h-4v4zm0 6h4v-4h-4v4z'%3E%3C/path%3E%3C/svg%3E");
}

.dark_GS {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff' d='M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6-10v4h4V4h-4zm-6 4h4V4h-4v4zm6 6h4v-4h-4v4zm0 6h4v-4h-4v4z'%3E%3C/path%3E%3C/svg%3E");
}

.GS_box {
  position: absolute;
  top: 61px;
  right: 30px;
  overflow: scroll;
  width: 360px;
  height: 0;
  background-color: #ffffff;
  z-index: 999;
  color: #545454;
  box-shadow: rgb(0 0 0 / 14%) 0 2px 2px 0, rgb(0 0 0 / 12%) 0 3px 1px -2px,
    rgb(0 0 0 / 20%) 0 1px 5px 0;
}

.dark_GSB {
  background-color: #181a1b;
  color: #b3aca2;
}

.GS_box_list {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  color: inherit;
}

.GS_list_item {
  width: 27%;
  height: 22%;
  padding: 5px;
  color: inherit;
}

.GS_list_item:hover {
  box-shadow: rgb(0 0 0 / 14%) 0 2px 2px 0, rgb(0 0 0 / 12%) 0 3px 1px -2px,
    rgb(0 0 0 / 20%) 0 1px 5px 0;
}

.GS_list_item a {
  color: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.GS_list_item a img {
  width: 100%;
  height: 80%;
}

main {
  width: 100%;
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_container {
  width: 50%;
  height: 40%;
  display: flex;
  flex-direction: column;

  align-items: center;
}

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

.logo_box_img {
  width: 128px;
  height: 58%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./images/logo.png");
}

.logo_box_title {
  font-size: 34px;
  color: #545454;
}

.dark_logo_title {
  color: #b3aca2;
}

.search_form {
  width: 100%;
  height: 30%;
  position: relative;
}

.search_form_input_box {
  height: 75%;
  display: flex;
  position: relative;
}

.search_form_input {
  border: 1px solid #dfe1e5;
  border-radius: 32px;
  padding-left: 25px;
  background-color: transparent;
  outline: none;
  font-size: 20px;
  width: 100%;
  font-family: "Roboto";
  font-weight: 400;
}

.dark_INP {
  color: #e8e6e3;
  border: 1px solid #383d3f;
}

.search_form:hover .search_form_input {
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
  border-color: rgba(223, 225, 229, 0);
}

.search_form:hover .dark_INP {
  border: 1px solid #383d3f;
  box-shadow: none;
}

.search_form_span {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%234285f4' d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
}

.search_form_span:hover .search_form_input {
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
  border-color: rgba(223, 225, 229, 0);
}

#ui-id-1 {
  width: 47% !important;
  left: 50% !important;
  transform: translate(-50%) !important;
  height: auto !important;
  position: absolute !important;
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%) !important;
  border-color: rgba(223, 225, 229, 0) !important;
  background-color: #ffffff !important;
}

#ui_dark {
  width: 47% !important;
  left: 50% !important;
  transform: translate(-50%) !important;
  height: auto !important;
  position: absolute !important;
  box-shadow: 0 1px 6px 0 #65656530 !important;
  border-color: #ffffff40 !important;
  color: #e8e6e3 !important;
  background-color: #181a1b !important;
}

.ui-menu-item {
  width: 100% !important;
  cursor: pointer !important;
}

.ui-menu-item-wrapper {
  font-family: "Roboto" !important;
  padding: 8px 14px !important;
  font-weight: 400 !important;
}

.ui-state-active {
  background: transparent !important;
  border: 1px solid #eaeaea !important;
  color: #333333 !important;
  background-color: #eaeaea !important;
}

.ui-menu-item:hover {
  background-color: #eaeaea !important;
}

.search_form_btn {
  border: none;
  width: 26%;
  height: 19%;
  color: #545454;
  background-color: #f2f2f2;
  cursor: pointer;
  border-radius: 5px;
  font-size: 17px;
}

.dark_BTN {
  color: #b3aca2;
  background-color: #1f2223;
}

footer {
  width: 100%;
  height: 22%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.footer_links {
  /*width: 33%;*/
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /*margin-bottom: 10px;*/
}

.footer_item {
  color: #545454;
  width: 110px;
  transition: all 0.3s;
  font-weight: 400;
  text-align: center;
}

.dark_FLinks {
  color: #b3aca2;
}

.footer_item:hover {
  font-family: "MoskBold";
  font-weight: normal;
}
