* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

@font-face {
  font-family: "roundedFont";
  src: url("../assets/font/IRAN Rounded/webfonts/fonts/eot/IRAN-Rounded.eot") format("eot"), url("../assets/font/IRAN Rounded/webfonts/fonts/ttf/IRAN Rounded.ttf") format("ttf"), url("../assets/font/IRAN Rounded/webfonts/fonts/woff/IRAN-Rounded.woff") format("woff");
}
body {
  font-family: "roundedFont";
  direction: rtl;
  background-color: white;
}

body a {
  display: flex;
  align-items: center;
  font-size: 14px;
}

button {
  font-family: "roundedFont" !important;
}

header {
  padding: 0 8%;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10svh;
  border-bottom: 1px solid #d1dad4;
}
header nav > div {
  display: flex;
  gap: 16px;
  align-items: center;
}
header nav > div:first-child > div > ul {
  display: flex;
  gap: 24px;
  padding-right: 16px;
  position: relative;
}
header nav > div:first-child > div > ul > li > a {
  color: #343b53;
  font-size: 14px;
  transition: all 0.3s;
}
header nav > div:first-child > div > ul > li > a:hover {
  color: #3662db;
}
header nav > div:first-child > div > ul > li > ul {
  display: none;
  position: absolute;
  top: 56px;
  right: 80%;
  padding: 8px 0;
  width: 400px;
  border-radius: 0 0 8px 8px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  z-index: 1000;
  transition: all 0.5s;
}
header nav > div:first-child > div > ul > li > ul > li {
  padding: 8px 16px;
  width: 100%;
  transition: all 0.3s;
}
header nav > div:first-child > div > ul > li > ul > li:hover {
  background-color: #e7f1ff;
}
header nav > div:first-child > div > ul > li > ul > li > a {
  color: #343b53;
}
header nav > div:last-child > a {
  padding: 4px 16px;
  border-radius: 24px;
  font-size: 13px;
  transition: all 0.3s;
  border: 1px solid transparent;
}
header nav > div:last-child > a:first-child {
  background-color: #3662db;
  color: white;
}
header nav > div:last-child > a:first-child:hover {
  background-color: #2c50b1;
}
header nav > div:last-child > a:nth-child(2) {
  border: 1px solid #3662db;
  color: #343b53;
}
header nav > div:last-child > a:nth-child(2):hover {
  background-color: rgb(245, 244, 244);
}
header nav > div:last-child > a:nth-child(2) > svg {
  color: #3662db;
  margin-right: 2px;
}
header nav > div:last-child > a:last-child {
  font-size: 14px;
  color: #343b53;
}
header nav > div:last-child > a:last-child > i {
  margin-left: 4px;
  font-size: 24px;
}
header nav > div:last-child > a:last-child:hover {
  border: 1px solid #d1dad4;
}
header > div:nth-child(2) {
  display: none;
  justify-content: space-between;
  align-items: center;
  height: 10svh;
  border-bottom: 1px solid #d1dad4;
  padding: 0 6px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
}
header > div:nth-child(2) > div {
  display: flex;
  align-items: center;
}
header > div:nth-child(2) > div > a {
  padding: 4px 16px;
  border-radius: 24px;
  font-size: 13px;
  border: 1px solid #d1dad4;
  color: #343b53;
}

.showSubmenu {
  display: block !important;
}

@media screen and (max-width: 900px) {
  header {
    padding: 0 2%;
  }
  header nav > div {
    gap: 4px !important;
  }
}
@media screen and (max-width: 768px) {
  header {
    margin-bottom: 10svh;
  }
  header nav {
    display: none;
  }
  header > div:nth-child(2) {
    display: flex;
  }
}
main {
  padding: 2% 6%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
main > div {
  width: 100%;
}
main > div:first-child > div {
  padding: 0 2%;
}
main > div:first-child > div:first-child {
  border: 1px solid #d1dad4;
  border-radius: 12px;
  padding: 8px 0;
}
main > div:first-child > div:first-child > div:first-child {
  padding: 0 4%;
  border-bottom: 1px solid #d1dad4;
  overflow: hidden;
}
main > div:first-child > div:first-child > div:first-child > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
}
main > div:first-child > div:first-child > div:first-child > div > a {
  flex-shrink: 0;
  color: #343b53;
  padding: 5px 24px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  font-size: 16px;
}
main > div:first-child > div:first-child > div:first-child > div > a:hover {
  border-bottom: 2px solid #343b53;
}
main > div:first-child > div:first-child > div:first-child > div > a:nth-child(6) {
  position: relative;
}
main > div:first-child > div:first-child > div:first-child > div > a:nth-child(6) > span {
  position: absolute;
  top: 0;
  left: 1.5%;
  background-color: #7a2422;
  padding: 0 4px;
  font-size: 9px;
  border-radius: 24px;
  color: white;
}
main > div:first-child > div:first-child > div:nth-child(2) {
  padding: 16px 32px;
}
main > div:first-child > div:first-child > div:nth-child(2) > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
main > div:first-child > div:first-child > div:nth-child(2) > div > div {
  position: relative;
}
main > div:first-child > div:first-child > div:nth-child(2) > div > div > div {
  padding: 4px 8px;
  border: 1px solid #343b53;
  border-radius: 24px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  cursor: pointer;
}
main > div:first-child > div:first-child > div:nth-child(2) > div > div > div > span {
  font-size: 12px;
}
main > div:first-child > div:first-child > div:nth-child(2) > div > div > div > i {
  font-size: 16px;
}
main > div:first-child > div:first-child > div:nth-child(2) > div > div > ul {
  width: 250px;
  padding: 8px 0;
  position: absolute;
  border-radius: 8px;
  top: 110%;
  right: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  background-color: white;
  z-index: 1000;
  display: none;
}
main > div:first-child > div:first-child > div:nth-child(2) > div > div > ul > li {
  color: rgb(84, 84, 84);
  padding: 8px 16px;
  width: 100%;
  transition: all 0.3s;
  font-size: 12px;
  cursor: pointer;
}
main > div:first-child > div:first-child > div:nth-child(2) > div > div > ul > li:hover {
  background-color: #e7f1ff;
}
main > div:first-child > div:first-child > div:last-child {
  padding: 0 32px;
}
main > div:first-child > div:first-child > div:last-child > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
main > div:first-child > div:first-child > div:last-child > div > div {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main > div:first-child > div:first-child > div:last-child > div > div > div {
  border: 1px solid #343b53;
  border-radius: 8px;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: rgb(84, 84, 84);
}
main > div:first-child > div:first-child > div:last-child > div > div > div > i {
  font-size: 20px;
  color: #343b53;
}
main > div:first-child > div:first-child > div:last-child > div > div:first-child {
  position: relative;
}
main > div:first-child > div:first-child > div:last-child > div > div:first-child > div {
  width: 49%;
}
main > div:first-child > div:first-child > div:last-child > div > div:first-child > span {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 50%;
  border: 1px solid #343b53;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 30px;
  background-color: white;
  z-index: 999;
  color: #3662db;
  cursor: pointer;
  transition: all 0.2s;
}
main > div:first-child > div:first-child > div:last-child > div > div:first-child > span:hover {
  border: 1px solid transparent;
  background-color: #e7f1ff;
}
main > div:first-child > div:first-child > div:last-child > div > div:last-child > div {
  width: 40%;
}
main > div:first-child > div:first-child > div:last-child > div > div:last-child > div:nth-child(2) {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 16px 16px 0 16px;
}
main > div:first-child > div:first-child > div:last-child > div > div:last-child > div:nth-child(2) > p:first-child {
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 16px;
  opacity: 0.8;
}
main > div:first-child > div:first-child > div:last-child > div > div:last-child > div:nth-child(2) > p:last-child {
  font-size: 14px;
}
main > div:first-child > div:first-child > div:last-child > div > div:last-child > button {
  background-color: #3662db;
  color: white;
  border: none;
  padding: 8px 24px 11px 24px;
  border-radius: 24px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
main > div:first-child > div:first-child > div:last-child > div > div:last-child > button:hover {
  background-color: #2c50b1;
}
main > div:first-child > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2% 0;
}
main > div:first-child > div:nth-child(2) > div {
  width: 24%;
  border: 1px solid #d1dad4;
  border-radius: 8px;
}
main > div:first-child > div:nth-child(2) > div > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 12px;
  color: #343b53;
}
main > div:first-child > div:nth-child(2) > div > a > div {
  display: flex;
  align-items: center;
}
main > div:first-child > div:nth-child(2) > div > a > div:first-child {
  justify-content: flex-start;
  gap: 8px;
}
main > div:first-child > div:nth-child(2) > div > a > div:first-child > div:first-child {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f172a;
  border-radius: 14px;
}
main > div:first-child > div:nth-child(2) > div > a > div:first-child > div:first-child > i {
  font-size: 24px;
  color: white;
}
main > div:first-child > div:nth-child(2) > div > a > div:first-child > div:last-child h5 {
  color: #0f172a;
  font-size: 13px;
}
main > div:first-child > div:nth-child(2) > div > a > div:first-child > div:last-child > p {
  font-size: 12px;
}
main > div:first-child > div:nth-child(2) > div > a > div:last-child {
  justify-content: center;
}
main > div:first-child > div:nth-child(2) > div > a > div:last-child > i {
  font-size: 30px;
}
main > div:first-child > div:nth-child(2) > div:nth-child(2) {
  background-color: #0f172a;
}
main > div:first-child > div:nth-child(2) > div:nth-child(2) > a {
  color: white;
}
main > div:first-child > div:nth-child(2) > div:nth-child(2) > a > div:first-child > div:first-child {
  background-color: white;
}
main > div:first-child > div:nth-child(2) > div:nth-child(2) > a > div:first-child > div:first-child > i {
  color: #0f172a;
}
main > div:first-child > div:nth-child(2) > div:nth-child(2) > a > div:first-child > div:last-child h5 {
  color: white;
}
main > div:first-child > div:nth-child(2) > div:nth-child(3) {
  background-color: #7a2422;
}
main > div:first-child > div:nth-child(2) > div:nth-child(3) > a {
  color: white;
}
main > div:first-child > div:nth-child(2) > div:nth-child(3) > a > div:first-child > div:first-child {
  background-color: white;
}
main > div:first-child > div:nth-child(2) > div:nth-child(3) > a > div:first-child > div:first-child > i {
  color: #7a2422;
}
main > div:first-child > div:nth-child(2) > div:nth-child(3) > a > div:first-child > div:last-child h5 {
  color: white;
}
main > div:first-child > div:last-child {
  display: none;
  grid-template-columns: repeat(4, 1fr);
}
main > div:first-child > div:last-child > div {
  overflow: hidden;
  height: 88px;
  margin-bottom: 2px;
}
main > div:first-child > div:last-child > div > a {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 2px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #343b53;
  font-size: 12px;
  position: relative;
}
main > div:first-child > div:last-child > div > a > img {
  width: 42px;
}
main > div:first-child > div:last-child > div > a > span.sticker {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background-color: #7a2422;
  padding: 0 5px;
  border-radius: 20px 20px 0 20px;
  font-size: 8px;
}
main > div:nth-child(2) {
  color: #343b53;
}
main > div:nth-child(2) > h3 {
  margin-bottom: 16px;
  padding: 0 2%;
}
main > div:nth-child(2) > div:nth-child(2) {
  border-bottom: 1px solid #d1dad4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 96%;
  margin: 0 auto;
}
main > div:nth-child(2) > div:nth-child(2) > span {
  font-size: 15px;
  padding: 8px 16px;
  border-bottom: 2px solid transparent;
  color: rgb(84, 84, 84);
  cursor: pointer;
  transition: all 0.3s;
}
main > div:nth-child(2) > div:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin: 12px 0;
  padding: 0 2%;
}
main > div:nth-child(2) > div:nth-child(3) > span {
  font-size: 12px;
  padding: 4px 8px;
  border: 1px solid #d1dad4;
  border-radius: 24px;
  opacity: 0.8;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 2px;
  cursor: pointer;
}
main > div:nth-child(2) > div:nth-child(3) > span > i {
  font-size: 16px;
}
main > div:nth-child(2) > div:nth-child(3) > ul {
  display: none;
  width: 250px;
  padding: 8px 0;
  position: absolute;
  border-radius: 8px;
  top: 110%;
  right: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  background-color: white;
  z-index: 1000;
}
main > div:nth-child(2) > div:nth-child(3) > ul > li > a {
  color: rgb(84, 84, 84);
  padding: 8px 16px;
  width: 100%;
  transition: all 0.3s;
  font-size: 12px;
}
main > div:nth-child(2) > div:nth-child(3) > ul > li > a:hover {
  background-color: #e7f1ff;
}
main > div:nth-child(2) > div:nth-child(4) {
  padding: 0 2%;
  overflow: hidden;
  position: relative;
}
main > div:nth-child(2) > div:nth-child(4):hover i {
  display: flex;
}
main > div:nth-child(2) > div:nth-child(4) > i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 6px;
  color: rgb(97, 96, 96);
  z-index: 2000;
  cursor: pointer;
  transition: all 0.2s;
}
main > div:nth-child(2) > div:nth-child(4) > i:hover {
  padding: 6.7px;
}
main > div:nth-child(2) > div:nth-child(4) > i:first-child {
  right: 1%;
}
main > div:nth-child(2) > div:nth-child(4) > i:nth-child(2) {
  left: 1%;
}
main > div:nth-child(2) > div:nth-child(4) > div {
  width: 100%;
  display: flex;
  gap: 1.5%;
  align-items: center;
  justify-content: flex-start;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
main > div:nth-child(2) > div:nth-child(4) > div > div {
  width: 270px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  border: 1px solid #d1dad4;
  border-radius: 12px;
  padding: 8px 16px;
  color: #343b53;
  cursor: pointer;
  transition: all 0.3s;
}
main > div:nth-child(2) > div:nth-child(4) > div > div:hover {
  border: 1px solid rgb(140, 140, 140);
}
main > div:nth-child(2) > div:nth-child(4) > div > div > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main > div:nth-child(2) > div:nth-child(4) > div > div > div:first-child > span {
  font-size: 12px;
  color: rgb(99, 98, 98);
}
main > div:nth-child(2) > div:nth-child(4) > div > div > div:first-child > span > img {
  width: 20px;
}
main > div:nth-child(2) > div:nth-child(4) > div > div > div:nth-child(2) {
  font-size: 16px;
  margin-top: 12px;
}
main > div:nth-child(2) > div:nth-child(4) > div > div > div:nth-child(3) {
  font-size: 12px;
  margin-bottom: 16px;
  opacity: 0.7;
}
main > div:nth-child(2) > div:nth-child(4) > div > div > div:last-child {
  text-align: left;
}
main > div:nth-child(2) > div:nth-child(5) {
  padding: 0 2%;
  overflow: hidden;
  position: relative;
}
main > div:nth-child(2) > div:nth-child(5):hover > span {
  display: flex;
}
main > div:nth-child(2) > div:nth-child(5) > span {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 55%;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  z-index: 1000;
}
main > div:nth-child(2) > div:nth-child(5) > span:first-child {
  right: 1%;
}
main > div:nth-child(2) > div:nth-child(5) > span:nth-child(2) {
  left: 1%;
}
main > div:nth-child(2) > div:nth-child(5) > span {
  cursor: pointer;
}
main > div:nth-child(2) > div:nth-child(5) > span > i {
  padding: 2px 3px 3px 2px;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 16px;
  color: #343b53;
  color: white;
}
main > div:nth-child(2) > div:nth-child(5) h3 {
  margin-top: 16px;
  padding: 1% 2%;
}
main > div:nth-child(2) > div:nth-child(5) > div {
  width: 100%;
  display: flex;
  gap: 1.5%;
  align-items: center;
  justify-content: flex-start;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
main > div:nth-child(2) > div:nth-child(5) > div > div {
  width: 270px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  border: 1px solid #d1dad4;
  border-radius: 12px;
  overflow: hidden;
  color: #343b53;
  cursor: pointer;
  transition: all 0.3s;
}
main > div:nth-child(2) > div:nth-child(5) > div > div > div:first-child {
  overflow: hidden;
  width: 100%;
  height: 50%;
}
main > div:nth-child(2) > div:nth-child(5) > div > div > div:first-child > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main > div:nth-child(2) > div:nth-child(5) > div > div > div:nth-child(2) {
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
main > div:nth-child(2) > div:nth-child(5) > div > div > div:nth-child(2) > h5 {
  opacity: 0.9;
}
main > div:nth-child(2) > div:nth-child(5) > div > div > div:nth-child(2) > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main > div:nth-child(2) > div:nth-child(5) > div > div > div:nth-child(2) > div > span {
  font-size: 11px;
  opacity: 0.7;
  display: flex;
  align-items: center;
  gap: 4px;
}
main > div:nth-child(2) > div:nth-child(5) > div > div > div:nth-child(2) > div > span > svg {
  margin-bottom: 4px;
}
main > div:nth-child(2) > div:nth-child(5) > div > div > div:nth-child(2) > p {
  color: #0d7066;
  text-align: left;
  width: 100%;
  font-size: 13px;
}
main > div:nth-child(2) > div:nth-child(6) {
  padding: 0 2%;
  overflow: hidden;
}
main > div:nth-child(2) > div:nth-child(6) > div {
  width: 100%;
}
main > div:nth-child(2) > div:nth-child(6) > div:first-child {
  padding: 2% 0;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
main > div:nth-child(2) > div:nth-child(6) > div:first-child > div {
  width: 300px;
  flex-shrink: 0;
  cursor: pointer;
}
main > div:nth-child(2) > div:nth-child(6) > div:first-child > div > div:first-child {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 12px;
}
main > div:nth-child(2) > div:nth-child(6) > div:first-child > div > div:first-child > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main > div:nth-child(2) > div:nth-child(6) > div:first-child > div > :last-child {
  color: #343b53;
}
main > div:nth-child(2) > div:nth-child(6) > div:first-child > div > :last-child > h5 {
  opacity: 0.9;
}
main > div:nth-child(2) > div:nth-child(6) > div:first-child > div > :last-child > p {
  opacity: 0.7;
  font-size: 12px;
}
main > div:nth-child(2) > div:nth-child(6) > div:last-child {
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  padding: 3% 10%;
}
main > div:nth-child(2) > div:nth-child(6) > div:last-child > div {
  width: 100%;
  height: 90%;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 16px;
  cursor: pointer;
}
main > div:nth-child(2) > div:nth-child(6) > div:last-child > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main > div:nth-child(2) > div:nth-child(6) > div:last-child > h4 {
  opacity: 0.9;
}
main > div:nth-child(2) > div:nth-child(6) > div:last-child > p {
  opacity: 0.7;
  font-size: 14px;
}
main > div:nth-child(2) > div:nth-child(7) {
  background-image: url(../assets/img/hotelReserving.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 96%;
  margin: 0 auto;
  height: 65svh;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 4%;
  color: white;
  filter: brightness(95%);
}
main > div:nth-child(2) > div:nth-child(7) > p {
  font-size: 20px;
}
main > div:nth-child(2) > div:nth-child(7) > a {
  background-color: #3662db;
  border-radius: 24px;
  border: none;
  padding: 8px 24px;
  color: white;
  margin-top: 16px;
  transition: all 0.3s;
}
main > div:nth-child(2) > div:nth-child(7) > a:hover {
  background-color: #2c50b1;
}
main > div:nth-child(2) > div:nth-child(8) {
  padding: 0 2%;
  overflow: hidden;
  position: relative;
}
main > div:nth-child(2) > div:nth-child(8):hover > span {
  display: flex;
}
main > div:nth-child(2) > div:nth-child(8) > span {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 55%;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  z-index: 1000;
}
main > div:nth-child(2) > div:nth-child(8) > span:first-child {
  right: 1%;
}
main > div:nth-child(2) > div:nth-child(8) > span:nth-child(2) {
  left: 1%;
}
main > div:nth-child(2) > div:nth-child(8) > span {
  cursor: pointer;
}
main > div:nth-child(2) > div:nth-child(8) > span > i {
  padding: 2px 3px 3px 2px;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 16px;
  color: #343b53;
  color: white;
}
main > div:nth-child(2) > div:nth-child(8) h3 {
  margin-top: 16px;
  padding: 1% 2%;
}
main > div:nth-child(2) > div:nth-child(8) > div {
  width: 100%;
  display: flex;
  gap: 1.5%;
  align-items: center;
  justify-content: flex-start;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
main > div:nth-child(2) > div:nth-child(8) > div > div {
  width: 270px;
  height: 215px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  border: 1px solid #d1dad4;
  border-radius: 12px;
  overflow: hidden;
  color: #343b53;
  cursor: pointer;
  transition: all 0.3s;
}
main > div:nth-child(2) > div:nth-child(8) > div > div > div:first-child {
  overflow: hidden;
  width: 100%;
  height: 70%;
}
main > div:nth-child(2) > div:nth-child(8) > div > div > div:first-child > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main > div:nth-child(2) > div:nth-child(8) > div > div > div:nth-child(2) {
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
main > div:nth-child(2) > div:nth-child(8) > div > div > div:nth-child(2) > h5 {
  opacity: 0.9;
}
main > div:nth-child(2) > div:nth-child(8) > div > div > div:nth-child(2) > span {
  font-size: 11px;
  opacity: 0.7;
  display: flex;
  align-items: center;
  gap: 4px;
}
main > div:nth-child(2) > div:nth-child(8) > div > div > div:nth-child(2) > span > svg {
  margin-bottom: 4px;
}
main > div:nth-child(2) > div:nth-child(9) {
  padding: 0 2%;
}
main > div:nth-child(2) > div:nth-child(9) > div {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
main > div:nth-child(2) > div:nth-child(9) > div > div > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
main > div:nth-child(2) > div:nth-child(9) > div > div > a > div:first-child {
  width: 100%;
  height: 80%;
  overflow: hidden;
  border-radius: 16px;
}
main > div:nth-child(2) > div:nth-child(9) > div > div > a > div:first-child > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main > div:nth-child(2) > div:nth-child(9) > div > div > a > div:last-child {
  margin-top: 8px;
  color: #343b53;
}
main > div:nth-child(2) > div:nth-child(9) > div > div > a > div:last-child > p {
  opacity: 0.7;
}
main > div:nth-child(2) > div:nth-child(9) > div:first-child > div {
  width: 32%;
  height: 320px;
}
main > div:nth-child(2) > div:nth-child(9) > div:last-child > div {
  width: 49%;
  height: 420px;
}
main > div:nth-child(2) > div:nth-child(10) {
  padding: 2%;
}
main > div:nth-child(2) > div:nth-child(10) > div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  background-color: 0;
  overflow: hidden;
  border: 1px solid #d1dad4;
  border-radius: 16px;
}
main > div:nth-child(2) > div:nth-child(10) > div > div:first-child {
  width: 420px;
  height: 280px;
  flex-shrink: 0;
  overflow: hidden;
}
main > div:nth-child(2) > div:nth-child(10) > div > div:first-child > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main > div:nth-child(2) > div:nth-child(10) > div > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
main > div:nth-child(2) > div:nth-child(10) > div > div:nth-child(2) > div > a {
  color: #343b53;
}
main > div:nth-child(2) > div:nth-child(10) > div > div:nth-child(2) > div > p {
  font-size: 13px;
  opacity: 0.8;
}
main > div:nth-child(2) > div:nth-child(10) > div > div:nth-child(2) > div > button {
  display: none;
  width: 100%;
  background-color: #3662db;
  border-radius: 24px;
  border: none;
  color: white;
  padding: 10px;
  font-size: 15px;
  margin-top: 16px;
}
main > div:nth-child(2) > div:nth-child(10) > div > div:nth-child(2) > div:last-child {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
main > div:nth-child(2) > div:nth-child(10) > div > div:nth-child(3) {
  width: 20%;
  flex-shrink: 0;
  padding: 2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main > div:nth-child(2) > div:nth-child(10) > div > div:nth-child(3) > a > img {
  width: 120px;
  height: 120px;
}
main > div:nth-child(2) > div:nth-child(10) > div > div:nth-child(3) > a > i {
  font-size: 28px;
  color: #343b53;
}
main > div:nth-child(2) > div:nth-child(10) > div > div:nth-child(3) > a.changeDisplay {
  display: block;
}
main > div:nth-child(2) > div:nth-child(11) > div:first-child {
  padding: 0 4%;
  border-bottom: 1px solid #d1dad4;
  overflow: hidden;
}
main > div:nth-child(2) > div:nth-child(11) > div:first-child > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
}
main > div:nth-child(2) > div:nth-child(11) > div:first-child > div > a {
  flex-shrink: 0;
  color: #343b53;
  padding: 5px 23px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  font-size: 14px;
  cursor: pointer;
}
main > div:nth-child(2) > div:nth-child(11) > div:first-child > div > a:hover {
  border-bottom: 2px solid #343b53;
}
main > div:nth-child(2) > div:nth-child(11) > div:first-child > div > a:nth-child(6) {
  position: relative;
}
main > div:nth-child(2) > div:nth-child(11) > div:first-child > div > a:nth-child(6) > span {
  position: absolute;
  top: 0;
  left: 1.5%;
  background-color: #7a2422;
  padding: 0 4px;
  font-size: 9px;
  border-radius: 24px;
  color: white;
}
main > div:nth-child(2) > div:nth-child(11) > div:last-child {
  padding: 24px 0 0 0;
}
main > div:nth-child(2) > div:nth-child(11) > div:last-child > div {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
main > div:nth-child(2) > div:nth-child(11) > div:last-child > div > div > p {
  font-size: 14px;
  opacity: 0.9;
  text-align: justify;
}
main > div:nth-child(2) > div:nth-child(11) > div:last-child > div > span {
  margin-right: 24px;
  color: #3662db;
  cursor: pointer;
  font-size: 12px;
  display: none;
}
main > div:nth-child(2) > div:nth-child(12) {
  margin: 16px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
main > div:nth-child(2) > div:nth-child(12) > h3 {
  font-size: 20px;
}
main > div:nth-child(2) > div:nth-child(12) > p {
  font-size: 15px;
  opacity: 0.8;
}
main > div:nth-child(2) > div:nth-child(12) > div > div {
  padding: 0.5% 0;
}
main > div:nth-child(2) > div:nth-child(12) > div > div > ul > h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  padding: 1%;
  cursor: pointer;
  opacity: 0.95;
  transition: all 0.3s;
  border-radius: 12px;
}
main > div:nth-child(2) > div:nth-child(12) > div > div > ul > h4 > i {
  font-size: 24px;
}
main > div:nth-child(2) > div:nth-child(12) > div > div > ul > h4:hover {
  background-color: #e7f1ff;
}
main > div:nth-child(2) > div:nth-child(12) > div > div > ul > li {
  display: none;
  font-size: 14px;
  opacity: 0.7;
  padding: 1% 5% 1% 0;
  border-bottom: 1px solid #d1dad4;
  transition: all 0.3s;
}
main > div:nth-child(2) > div:nth-child(12) > div > span {
  color: #3662db;
  cursor: pointer;
  font-size: 13px;
  padding-right: 3%;
}

.selectedSpan {
  border-bottom: 2px solid #3662db !important;
  color: #3662db !important;
}

.focusATag {
  border-bottom: 2px solid #3662db !important;
  color: #3662db !important;
}

.showMainSpan {
  display: flex !important;
}

.showMainUl {
  display: block !important;
}

.rotateITag {
  transform: rotateZ(180deg) !important;
}

.changeBorder {
  border: 1px solid #3662db !important;
}

.showDiv {
  display: flex !important;
}

.showSpan {
  display: block !important;
}

.showPTag {
  overflow: visible !important;
  white-space: normal !important;
}

.heightDiv {
  height: fit-content !important;
}

@media screen and (max-width: 1480px) {
  main > div:nth-child(2) > div:nth-child(10) > div > div:nth-child(2) > div:last-child {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  main > div:first-child > div:first-child > div:last-child > div {
    flex-wrap: wrap;
    gap: 8px;
  }
  main > div:first-child > div:first-child > div:last-child > div > div {
    width: 100%;
  }
  main > div:first-child > div:first-child > div:last-child > div > div:last-child > div {
    width: 43%;
  }
  main > div:first-child > div:nth-child(2) {
    flex-wrap: wrap;
    gap: 8px;
  }
  main > div:first-child > div:nth-child(2) > div {
    width: 49%;
  }
  main > div:nth-child(2) > div:nth-child(9) > div:first-child > div {
    width: 49%;
    height: 320px;
  }
  main > div:nth-child(2) > div:nth-child(9) > div:first-child > div:first-child {
    display: none;
  }
  main > div:nth-child(2) > div:nth-child(9) > div:last-child > div {
    width: 49%;
    height: 420px;
  }
  main > div:nth-child(2) > div:nth-child(10) > div > div:first-child {
    width: 345px;
  }
  main > div:nth-child(2) > div:nth-child(10) > div > div:nth-child(3) {
    padding: 0;
    width: 17%;
  }
  main > div:nth-child(2) > div:nth-child(10) > div > div:nth-child(3) > a.changeDisplay {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  main {
    padding: 2% 1%;
  }
  main > div:nth-child(2) > div:nth-child(10) {
    padding: 2%;
    margin-top: 16px;
  }
  main > div:nth-child(2) > div:nth-child(10) > div {
    flex-direction: column;
  }
  main > div:nth-child(2) > div:nth-child(10) > div > div:first-child {
    width: 100%;
    height: 290px;
  }
  main > div:nth-child(2) > div:nth-child(10) > div > div:nth-child(2) {
    width: 100%;
    padding: 16px;
  }
  main > div:nth-child(2) > div:nth-child(10) > div > div:nth-child(2) > div {
    width: 100%;
  }
  main > div:nth-child(2) > div:nth-child(10) > div > div:nth-child(2) > div:first-child > a > h2 {
    font-size: 19px;
    margin-bottom: 16px;
  }
  main > div:nth-child(2) > div:nth-child(10) > div > div:nth-child(2) > div:first-child > button {
    display: block;
  }
  main > div:nth-child(2) > div:nth-child(10) > div > div:nth-child(2) > div:last-child {
    display: none;
  }
  main > div:nth-child(2) > div:nth-child(10) > div > div:nth-child(3) {
    display: none;
  }
  main > div:nth-child(2) > div:nth-child(11),
  main > div:nth-child(2) > div:nth-child(12) {
    padding: 0 2%;
  }
}
@media screen and (max-width: 768px) {
  main > div:first-child > div:first-child, main > div:first-child > div:nth-child(2) {
    display: none;
  }
  main > div:first-child > div:last-child {
    display: grid;
  }
  main > div:nth-child(2) > div:nth-child(6) > div:first-child {
    display: none;
  }
  main > div:nth-child(2) > div:nth-child(6) > div:last-child {
    display: flex;
  }
  main > div:nth-child(2) > div:nth-child(7) {
    height: 58svh;
    justify-content: flex-end;
    padding: 4%;
  }
  main > div:nth-child(2) > div:nth-child(7) > h1 {
    font-size: 24px;
  }
  main > div:nth-child(2) > div:nth-child(7) > p {
    font-size: 14px;
  }
  main > div:nth-child(2) > div:nth-child(9) > div:first-child > div {
    width: 80%;
    margin: 0 auto;
  }
  main > div:nth-child(2) > div:nth-child(9) > div:first-child > div:nth-child(2) {
    display: none;
  }
  main > div:nth-child(2) > div:nth-child(9) > div:last-child {
    flex-wrap: wrap;
    margin-top: 16px;
  }
  main > div:nth-child(2) > div:nth-child(9) > div:last-child > div {
    width: 100%;
    height: 320px;
  }
  main > div:nth-child(2) > div:nth-child(9) > div:last-child > div:first-child {
    margin-bottom: 16px;
  }
  main > div:nth-child(2) > div:nth-child(11) > div:last-child {
    padding: 20px 0 0 0;
  }
  main > div:nth-child(2) > div:nth-child(11) > div:last-child > div h4 {
    font-size: 15px;
  }
  main > div:nth-child(2) > div:nth-child(11) > div:last-child > div > div {
    overflow: hidden;
    height: 24px;
  }
  main > div:nth-child(2) > div:nth-child(11) > div:last-child > div > div > p {
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  main > div:nth-child(2) > div:nth-child(11) > div:last-child > div > span:nth-child(3) {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  main > div:first-child > div:last-child {
    padding: 0;
  }
  main > div:nth-child(2) > div:nth-child(6) > div:last-child {
    padding: 2% 0;
  }
  main > div:nth-child(2) > div:nth-child(6) > div:last-child > div {
    margin-bottom: 12px;
  }
  main > div:nth-child(2) > div:nth-child(6) > div:last-child > p {
    font-size: 12px;
  }
  main > div:nth-child(2) > div:nth-child(9) > div:first-child > div {
    width: 100%;
  }
}
footer {
  background-color: #f7f9fa;
  padding: 3% 8%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer > div:first-child {
  height: 60svh;
}
footer > div:first-child > div {
  width: 40%;
  height: 100%;
}
footer > div:first-child > div:first-child > div:first-child {
  display: flex;
  justify-content: flex-start;
  gap: 8%;
  gap: 24px;
}
footer > div:first-child > div:first-child > div:first-child > ul > h4 {
  color: #343b53;
}
footer > div:first-child > div:first-child > div:first-child > ul > li {
  padding: 6px 0;
}
footer > div:first-child > div:first-child > div:first-child > ul > li a {
  color: #343b53;
  opacity: 0.7;
  transition: all 0.3s;
  font-size: 12px;
}
footer > div:first-child > div:first-child > div:first-child > ul > li a:hover {
  color: #3662db;
  opacity: 1;
}
footer > div:first-child > div:first-child > div:last-child {
  display: none;
  flex-direction: column;
}
footer > div:first-child > div:first-child > div:last-child > ul {
  padding: 2% 8%;
  border-bottom: 1px solid #d1dad4;
}
footer > div:first-child > div:first-child > div:last-child > ul > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2% 0;
  color: #343b53;
  cursor: pointer;
}
footer > div:first-child > div:first-child > div:last-child > ul > div > h4 {
  font-size: 14px;
  opacity: 0.9;
}
footer > div:first-child > div:first-child > div:last-child > ul > div > i {
  font-size: 20px;
  display: none;
}
footer > div:first-child > div:first-child > div:last-child > ul > li {
  display: none;
}
footer > div:first-child > div:first-child > div:last-child > ul > li > a {
  padding: 8px 0;
  font-size: 12px;
  color: rgb(79, 79, 79);
  width: 100%;
  transition: all 0.5s;
  border-bottom: 0.5px solid transparent;
}
footer > div:first-child > div:first-child > div:last-child > ul > li > a:hover {
  color: #3662db;
  border-bottom: 0.5px solid #d1dad4;
}
footer > div:first-child > div:last-child > div {
  display: flex;
  height: 50%;
}
footer > div:first-child > div:last-child > div:first-child {
  color: #343b53;
  font-size: 13px;
  flex-direction: column;
  gap: 16px;
}
footer > div:first-child > div:last-child > div:first-child > p {
  opacity: 0.8;
}
footer > div:first-child > div:last-child > div:first-child > p:nth-child(3) {
  display: none;
}
footer > div:first-child > div:last-child > div:first-child > form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer > div:first-child > div:last-child > div:first-child > form input {
  width: 70%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #d1dad4;
  padding: 0 12px;
  outline: none;
}
footer > div:first-child > div:last-child > div:first-child > form input:focus {
  border: 1px solid #3662db;
}
footer > div:first-child > div:last-child > div:first-child > form > button {
  width: 24%;
  font-size: 14px;
  height: 40px;
  border-radius: 24px;
  background-color: #3662db;
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
footer > div:first-child > div:last-child > div:first-child > form > button:hover {
  background-color: #2c50b1;
}
footer > div:first-child > div:last-child > div:first-child > div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #d1dad4;
  padding: 6px 12px;
}
footer > div:first-child > div:last-child > div:first-child > div > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48%;
  color: #343b53;
  font-size: 13px;
  position: relative;
}
footer > div:first-child > div:last-child > div:first-child > div > div:first-child::after {
  content: "";
  width: 1px;
  height: 90%;
  background-color: #d1dad4;
  position: absolute;
  top: 0;
  left: -5%;
}
footer > div:first-child > div:last-child > div:first-child > div > div > span {
  opacity: 0.8;
}
footer > div:first-child > div:last-child > div:first-child > div > div > a {
  color: #343b53;
  font-size: 12px;
}
footer > div:first-child > div:last-child > div:first-child > div > div > a:hover {
  color: #3662db;
}
footer > div:first-child > div:last-child > div:last-child {
  display: flex;
  align-items: flex-end;
}
footer > div:first-child > div:last-child > div:last-child > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
footer > div:first-child > div:last-child > div:last-child > div > div {
  padding: 4px;
  border: 1px solid #d1dad4;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer > div:first-child > div:last-child > div:last-child > div > div:hover {
  background-color: #e7f1ff;
}
footer > div:first-child > div:last-child > div:last-child > div > div img {
  width: 48px;
  height: 48px;
}
footer > div:nth-child(2) {
  border-bottom: 1px solid #d1dad4;
  padding: 2% 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
footer > div:nth-child(2) > div {
  display: flex;
  gap: 4px;
  color: #343b53;
}
footer > div:nth-child(2) > div > p {
  font-size: 13px;
}
footer > div:nth-child(2) > div > a {
  color: #343b53;
  transition: all 0.2s;
}
footer > div:nth-child(2) > div > a:hover {
  color: #3662db;
}
footer > div:last-child {
  flex-direction: row-reverse;
  gap: 16px;
}
footer > div:last-child > div {
  font-size: 10px;
  display: flex;
  gap: 3px;
  color: #343b53;
}
footer > div:last-child > div > a {
  font-size: 10px;
  color: #3662db;
}
footer > div:last-child > div > img {
  width: 27px;
  height: 27px;
  cursor: pointer;
}
footer > div:last-child > div:first-child {
  gap: 20px;
}

.showTag {
  display: block !important;
}

@media screen and (max-width: 1260px) {
  footer > div:first-child {
    height: 60svh;
  }
  footer > div:first-child > div:first-child {
    width: 60%;
  }
  footer > div:first-child > div:last-child {
    width: 40%;
  }
  footer > div:first-child > div:last-child > div:first-child > div {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
  footer > div:first-child > div:last-child > div:first-child > div > div {
    width: 100%;
  }
  footer > div:first-child > div:last-child > div:first-child > div > div:first-child::after {
    content: "";
    width: 95%;
    height: 1px;
    top: 130%;
    left: 2.5%;
  }
  footer > div:first-child > div:last-child > div:last-child {
    justify-content: flex-end;
  }
  footer > div:first-child > div:last-child > div:last-child > div {
    width: 190px;
    gap: 4px;
  }
}
@media screen and (max-width: 900px) {
  footer {
    padding: 3% 2%;
  }
  footer > div:last-child {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  footer {
    gap: 20px;
    margin-bottom: 12svh;
  }
  footer > div:first-child {
    width: 100%;
    height: fit-content;
    flex-direction: column-reverse;
  }
  footer > div:first-child > div {
    width: 100%;
  }
  footer > div:first-child > div:first-child {
    width: 100%;
  }
  footer > div:first-child > div:first-child > div:first-child {
    display: none;
  }
  footer > div:first-child > div:first-child > div:last-child {
    display: flex;
  }
  footer > div:first-child > div:last-child {
    width: 100%;
  }
  footer > div:first-child > div:last-child > div {
    display: flex;
  }
  footer > div:first-child > div:last-child > div:first-child {
    flex-direction: column-reverse;
  }
  footer > div:first-child > div:last-child > div:first-child > p:first-child {
    display: none;
  }
  footer > div:first-child > div:last-child > div:first-child > p:nth-child(3) {
    display: block;
    margin-top: 12px;
  }
  footer > div:first-child > div:last-child > div:first-child > form {
    flex-direction: column;
    gap: 12px;
  }
  footer > div:first-child > div:last-child > div:first-child > form input {
    width: 100%;
  }
  footer > div:first-child > div:last-child > div:first-child > form input:focus {
    border: 1px solid #3662db;
  }
  footer > div:first-child > div:last-child > div:first-child > form > button {
    width: 100%;
    font-size: 14px;
  }
  footer > div:first-child > div:last-child > div:first-child > div {
    width: 100%;
  }
  footer > div:first-child > div:last-child > div:first-child > div > div {
    width: 100%;
  }
  footer > div:first-child > div:last-child > div:first-child > div > div:first-child::after {
    width: 98%;
    height: 0.7px;
    top: 130%;
    left: 1%;
  }
  footer > div:first-child > div:last-child > div:first-child > div > div > span {
    opacity: 0.8;
  }
  footer > div:first-child > div:last-child > div:first-child > div > div > a {
    color: #343b53;
    font-size: 12px;
  }
  footer > div:first-child > div:last-child > div:first-child > div > div > a:hover {
    color: #3662db;
  }
  footer > div:first-child > div:last-child > div:last-child {
    display: none;
  }
  footer > div:nth-child(2) > div > a {
    font-size: 12px;
  }
  footer > div:last-child {
    flex-wrap: wrap;
  }
  footer > div:last-child > div {
    text-align: center;
  }
  footer > div:last-child > div:first-child, footer > div:last-child > div:last-child {
    display: none;
  }
}
body > div.downNavBar {
  display: none;
  justify-content: space-around;
  align-items: center;
  height: 12svh;
  border-top: 1px solid #d1dad4;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
  margin-top: 12svh !important;
}
body > div.downNavBar > a {
  color: rgb(112, 112, 112);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  width: 14%;
  height: 100%;
  z-index: 1000;
  border-top: 3px solid transparent;
  transition: all 0.5s;
}
body > div.downNavBar > a > i {
  font-size: 24px;
}

.showBorder {
  border-top: 3px solid #3662db !important;
}

@media screen and (max-width: 768px) {
  body > div.downNavBar {
    display: flex;
  }
}/*# sourceMappingURL=style.css.map */