@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap");
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofiapro.otf");
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins.ttf");
}
:root {
  --palette-orange: #ff7017;
  --palette-white: #ffffff;
  --palette-gray: #333333;
  --palette-beige: #ffe7f9;
}

html,
body {
  padding: 0;
  margin: 0;
  background: #f7f7fc;
}

body {
  padding-top: 103px;
}

p {
  margin: 0;
  padding: 0;
}

a:link {
  color: var(--palette-white);
  text-decoration: none;
}

/* visited link */
a:visited {
  color: var(--palette-white);
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: var(--palette-white);
  text-decoration: none;
}

/* selected link */
a:active {
  color: var(--palette-white);
  text-decoration: none;
}

ul {
  padding: 0;
}

.con {
  padding-left: 8%;
  padding-right: 8%;
}

.border-none {
  border: none !important;
}

header {
  width: 100%;
  transition: all 0.5s linear;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #1c1c1c;
}
header.fixed {
  background: linear-gradient(180deg, #272727 0%, rgba(39, 39, 39, 0) 100%);
}
header .nav {
  height: 103px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .nav .param #nav-search-form .parent {
  position: relative;
}
header .nav .param #nav-search-form .parent input {
  width: 265px;
  height: 30px;
  padding-right: 40px;
  padding-left: 15px;
  background-color: inherit;
  border: 2px solid var(--palette-white);
  border-radius: 4px;
  color: var(--palette-white);
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
header .nav .param #nav-search-form .parent input::-moz-placeholder {
  color: var(--palette-white);
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
header .nav .param #nav-search-form .parent input:-ms-input-placeholder {
  color: var(--palette-white);
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
header .nav .param #nav-search-form .parent input::placeholder {
  color: var(--palette-white);
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
header .nav .param #nav-search-form .parent button {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--palette-orange);
  border-radius: 3px;
}
header .nav .param #nav-search-form .parent button img {
  width: 7.98px;
  height: 7.98px;
}
header .nav .param .nav-group {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .nav .param .nav-group .nav-item {
  margin-right: 25px;
}
header .nav .param .nav-group .nav-item:last-child {
  margin-right: 0px;
}
header .nav .param .nav-group .nav-item a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
header .nav .param .left-nav-group {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
header .nav .param .left-nav-group .right-border {
  border-right: 1px solid rgba(255, 255, 255, 0.56);
}
header .nav .param .left-nav-group .left-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 7px;
  margin-right: 7px;
  color: var(--palette-white);
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
header .nav .param .left-nav-group .left-nav-item:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
header .sidebar {
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 103px;
  background: #171717;
  box-shadow: inset -1px 0px 0px #292932;
  width: 300px;
  height: calc(100% - 103px);
}
header .sidebar .close {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: 16px;
}
header .sidebar .logo {
  width: 103px;
  height: 29px;
  margin-left: auto;
  margin-right: auto;
}

footer {
  width: 100%;
  background-color: #272727;
}
footer .up-side {
  padding-left: 162px;
  padding-right: 162px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 75px;
  padding-bottom: 55px;
}
footer .up-side .left-side {
  flex: 45%;
}
footer .up-side .left-side p.desc {
  color: #ffffff;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
footer .up-side .left-side .social-medias {
  margin-top: 20px;
  display: flex;
}
footer .up-side .left-side .social-medias .block {
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background-color: #303030;
  border-radius: 8px;
}
footer .up-side .left-side .lists {
  margin-top: 20px;
  display: flex;
  justify-content: start;
}
footer .up-side .left-side .lists .list {
  margin-right: 40px;
  display: flex;
  flex-direction: column;
}
footer .up-side .left-side .lists .list .title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #ff7017;
  margin-bottom: 15px;
}
footer .up-side .left-side .lists .list .cont {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 15px;
}
footer .up-side .right-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 45%;
}
footer .up-side .right-side .desc-x {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: #ffffff;
}
footer .up-side .right-side .desc-y {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #ffffff;
}
footer .up-side .right-side .emailSubsForm {
  display: block;
  position: relative;
  padding-right: 55px;
}
footer .up-side .right-side .emailSubsForm input {
  padding-right: 40px;
  padding-left: 15px;
  display: block;
  width: 100%;
  height: 74px;
  background-color: inherit;
  border: 1px solid #ff7017;
  border-radius: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 178.5%;
  color: #ffffff;
}
footer .up-side .right-side .emailSubsForm input::-moz-placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 178.5%;
  color: #ffffff;
}
footer .up-side .right-side .emailSubsForm input:-ms-input-placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 178.5%;
  color: #ffffff;
}
footer .up-side .right-side .emailSubsForm input::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 178.5%;
  color: #ffffff;
}
footer .up-side .right-side .emailSubsForm button {
  width: auto;
  height: 54px;
  padding-left: 33px;
  padding-right: 33px;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--palette-orange);
  border-radius: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 178.5%;
  text-align: center;
  color: #ffffff;
}
footer .up-side .right-side .x {
  display: block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 12px;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 0.5px solid #6c6c6c;
}
footer .up-side .right-side .y {
  display: block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 12px;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 0.5px solid #6c6c6c;
}
footer .up-side .right-side .y span {
  color: #ff7017;
}
footer .down-side {
  background-color: var(--palette-orange);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 29px;
  padding-top: 29px;
}
footer .down-side p.x {
  flex: 100%;
  text-align: center;
  color: var(--palette-white);
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
footer .down-side p.y {
  margin-top: 15px;
  flex: 100%;
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}/*# sourceMappingURL=main.css.map */