/* Home Page */

a {
  text-decoration: none;
}

.global-container {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: calc(100% - var(--navbar-height));
  top: var(--navbar-height);
  display: flex;
}

/* Side Bar */

.home-side-bar {
  width: 25%;
  /* height: calc(100% - var(--navbar-height));
  top: var(--navbar-height); */
  color: var(--theme-color-a);
  /* display: none; */
  position: relative;
  z-index: 800;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
  padding-bottom: 50px;
  max-width: 640px;
  /* will-change: transform; */
  /* pointer-events: none; */
  /* touch-action: none; */
  min-height: 100%;
  height: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  will-change: transform;
  transition: transform 0.6s ease-in-out;
  /* background-image: url(../images/home/Solid_white.svg); */
  /* overflow-x: hidden; */
}

/* .home-side-bar::after {
  content: "";
  background-image: url(http://localhost/karavasilidesign/wp-content/uploads/2030/16/marian-kroell-ZRG10jmE93Ng-unsplash-scaled.jpg);
  opacity: 0.9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  filter: blur(100%);
  background-size: cover;
background-repeat: no-repeat;
} */

.sidebar-items-wrapper {
  /* width: 85%; */
  position: relative;
  height: 100%;
  /* top: 0px; */
  /* overflow: auto; */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  display: flex;
  flex-direction: column;
  flex: 1;
}

.sidebar-items-wrapper::-webkit-scrollbar {
  display: none;
}

.sideManipulated {
  /* transition: transform 0.1s ease-in-out; */
}

.hide-button {
  position: absolute;
  z-index: 1001;
  right: 0rem;
  top: 2.5rem;
  cursor: pointer;
  opacity: 0;
  /* will-change: opacity; */
  height: 1.5rem;
  width: 1.5rem;
  /* transition: transform 0.25s ease-in-out; */
  display: grid;
    place-items: center;
    border: none;
    background-color: transparent;
    padding:0;
}

.hide-button img {
  height: 1.5rem;
  width: 1.5rem;
  /* transition: opacity 0.2s ease-in-out; */
}

.hide-button:hover img {
  opacity: 0.6;
}

/* Inside the sidebar */

.inside-the-side-bar {
  position: relative;
  /* height: 100%; */
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  opacity: 1;
  /* transition-delay: 1s; */
}

.inside-the-side-bar h1 {
  font-family: var(--CFAstyStd-Light);
  font-kerning: normal;
  /* line-height: 94.19px; */
  /* font-size: 4.5625em; */
  /* padding: 20px; */
  padding: 0;
  margin-top: 40px;
  margin-bottom: 1.5rem;
  opacity: 0;
  /* will-change: transform, opacity; */
}

.inside-the-side-bar p {
  font-family: var(--CFAstyStd-Book);
  /* font-weight: 600; */
  font-kerning: normal;
  line-height: 30px;
  /* margin: 2rem 0; */
  margin-bottom: 2rem;
  opacity: 0;
  /* will-change: transform, opacity; */
}

.inside-the-side-bar img {
  margin-top: 0.5rem;
  margin-left: auto;
  margin-bottom: 1.5rem;
  /* width: calc(150px + (190 - 150) * ((100vw - 768px) / (2560 - 768))); */
  height: 73.86px;
  width: 150px;
  opacity: 0;
  /* will-change: transform, opacity; */
}

@media all and (max-width: 1920px) {

  /* .home-side-bar {} */
  .inside-the-side-bar>h1,
  .inside-the-side-bar>p {
    margin-bottom: 1rem;
  }

  .inside-the-side-bar>img {
    margin-top: 0;
  }
}

.homepage-sidebar-card {
  width: 100%;
  font-size: 14px;
  -webkit-box-shadow: 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  /* will-change: transform, opacity; */
  min-width: fit-content;
  min-width: -moz-fit-content;
  min-width: -webkit-fit-content;
  margin: auto 0 0 0;
}

.homepage-sidebar-card * {
	font-family: var(--CFAstyStd-Book) !important;
}

.homepage-sidebar-card-header {
  background-color: rgba(255, 255, 255, 1);
  height: var(--homepage-card-header-height);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem;
  font-family: Arial;
}

/* .homepage-sidebar-card-header > * { */

/* padding: 0 10px; */

/* } */

.homepage-sidebar-card-header ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}

.homepage-sidebar-card-header p,
.homepage-sidebar-card-header h3 {
  padding: 0;
  margin: 0;
}

.profile-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 42px;
  height: 42px;
  vertical-align: baseline;
  position: relative;
  -webkit-border-top-left-radius: 100rem;
  -webkit-border-top-right-radius: 100rem;
  -webkit-border-bottom-right-radius: 100rem;
  -webkit-border-bottom-left-radius: 100rem;
  -moz-border-radius-topleft: 100rem;
  -moz-border-radius-topright: 100rem;
  -moz-border-radius-bottomright: 100rem;
  -moz-border-radius-bottomleft: 100rem;
  border-top-left-radius: 100rem;
  border-top-right-radius: 100rem;
  border-bottom-right-radius: 100rem;
  border-bottom-left-radius: 100rem;
}

.profile-name {
  font-weight: bold;
}

.homepage-sidebar-card-thumbnail {
  height: calc(100% - var(--homepage-card-header-height));
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}

.profile-follow {
  background-color: rgba(103, 188, 81, 1);
  margin-left: auto;
  border: solid rgba(103, 188, 81, 1);
  border-width: 7px 1.5rem;
  border-radius: 5px;
  color: #ffffff;
}

.profile-follow:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
}

.profile-follow:visited {
  color: #ffffff;
  text-decoration: none;
}

.side-welcome-text {
  font-size: 30px;
  color: var(--theme-color-b);
  cursor: pointer;
  position: fixed;
  pointer-events: none;
  touch-action: none;
  transform: rotate(270deg);
  left: -30px;
  opacity: 0;
  /* will-change: transform, opacity; */
  z-index: 901;
  display: block;
  pointer-events: all;
  touch-action: auto;
  top: 50%;
  will-change: transform, opacity;
  transition: font-size 0.2s ease-in-out;
}

/* Swiper Slider */

.photo-slider {
  background-color: cadetblue;
  height: calc(100% - var(--navbar-height));
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  z-index: 200;
}

.home-page-mini {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  bottom: 2rem;
  right: 4rem;
  z-index: 200;
  list-style: none;
  margin: 0;
  padding: 0;
  transform-origin: left;
}

.home-page-mini li {
  color: var(--theme-color-a);
  cursor: pointer;
}

.home-page-mini a {
  padding: 10px;
}

.home-page-mini img {
  height: 22px;
  width: 22px;
  max-height: 22px;
}

.home-page-mini * {
  transition: all 0.2s ease-in-out;
}

.home-page-mini a:hover>img {
  opacity: 0.3;
}

/* Home Page SWIPER */

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  /* will-change: transform; */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100vw !important;
}

/* Pagination */

.photo-slider>.swiper-container>.swiper-pagination {
  bottom: 2rem;
}

.swiper-pagination-bullet {
  background-color: #929497;
  opacity: 1;
  height: 1rem;
  width: 1rem;
  /* box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.1); */
  outline: none !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--theme-color-a);
}

.home-side-bar .home-page-mini {
  display: none;
}

/* Media Queries */

/* h1.global-title {
  font-size: var(--global-title-font-size);
} */

@media all and (min-width: 1921px) {
  .side-welcome-text {
    left: -30px;
    font-size: 2.25rem;
  }
}

@media all and (max-width: 1920px) {
  .hide-button {
    top: 1.5rem;
  }

  .home-side-bar {
    padding-bottom: 2rem;
  }

  h1.global-title {
    font-size: 2.25rem;
    line-height: 150%;
    margin-bottom: 0;
    margin-top: 1.2rem;
  }

  .home-side-bar p {
    font-size: 15px;
    line-height: 150%;
  }

  .profile-name {
    font-size: 15px;
  }

  p.profile-city {
    font-size: 14px;
  }

  .side-welcome-text {
    left: -26px;
  }
}

@media all and (max-width: 1600px) {
  .home-side-bar {
    width: 30%;
  }

  .inside-the-side-bar>h1 {
    margin-bottom: 0rem;
  }

  h1.global-title {
    font-size: 2rem;
  }
}

@media all and (max-width: 1440px) {
  .home-side-bar {
    width: 32.5%;
  }

  .home-page-mini img {
    width: 20px;
    height: 20px;
  }
}

@media all and (max-width: 1366px) {
  .hide-button {
    top: 1rem;
    transform: translateX(20px);
  }

  .home-side-bar {
    /* width: 35%; */
    padding-bottom: 2rem;
  }

  .inside-the-side-bar>h1 {
    margin-top: 1.5rem;
  }

  .homepage-sidebar-card-header {
    padding: 0 0.8rem;
  }

  .home-page-mini img {
    width: 20px;
    height: 20px;
  }
}

@media all and (max-width: 1280px) {
  .home-side-bar p {
    font-size: 14px;
  }

  .profile-name {
    font-size: 14px;
  }

  .profile-city {
    font-size: 13px;
  }
}

@media all and (max-width: 1200px) {
  .profile-follow {
    border-width: 7px 1rem;
  }
}

@media all and (max-width: 1024px) {
  .home-side-bar {
    width: 35%;
  }

  .hide-button img {
    height: 1.2rem;
    width: 1.2rem;
    transition: opacity 0.2s ease-in-out;
  }
}

@media all and (max-width: 992px) {
  :root {
    --homepage-card-header-height: 50px;
  }

  .home-side-bar {
    width: 37.5%;
  }

  h1.global-title {
    font-size: 2rem;
  }

  .home-side-bar {
    /* width: 45%; */
    padding-bottom: 1rem;
  }

  .homepage-sidebar-card {
    margin-top: auto;
    /* margin-bottom: 2rem; */
  }

  .side-welcome-text {
    left: -31px;
    font-size: 1.75rem;
  }
}

@media all and (max-width: 900px) {
  .home-side-bar {
    width: 40%;
  }
}

@media all and (max-width: 825px) {
  .home-side-bar {
    width: 42.5%;
  }
}

@media all and (min-width: 768px) {}

@media all and (max-width: 768px) {
  .swiper-pagination {
    display: none;
  }
  .hide-button {
    display: none;
  }

  .side-welcome-text {
    display: none;
  }
/*   .homepage-sidebar-card {
    display: none;
  } */
  .global-container>.home-page-mini {
    right: 1rem;
    position: fixed;
  }

  h1.global-title {
    font-size: 1.75rem;
  }

  .home-side-bar {
    width: 50%;
    /* margin: 0 auto; */
    padding-bottom: 0.5rem;
    /* top: 40%; */
    /* transform: translateY(60%); */
  }

  .home-page-mini img {
    width: 18px;
    height: 18px;
  }

  .sidebar-items-wrapper {
    width: 100%;
  }

  .home-page-mini {
    position: relative;
    flex-direction: row;
    margin: 0;
    /* margin-right: auto; */
    /* margin-top: auto; */
    bottom: 0rem;
  }

  .home-page-mini li {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-page-mini a {
    flex: 1;
    padding: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .inside-the-side-bar img {
    margin-bottom: 4rem;
  }
}

@media all and (min-width: 576px) {
  .side-welcome-text {
    transform: rotate(270deg);
  }
}

@media all and (max-width: 576px) {
  .home-side-bar .home-page-mini {
    display: flex;
    position: relative;
    right: 0;
    margin-right: auto;
	/* margin-top: auto; */
    margin-top: 2rem;
  }

  .home-side-bar {
    width: 100%;
  }





  .global-container>.home-page-mini {
    display: none;
  }

  /* .inside-the-side-bar {
    top: 1.5rem;
  } */

  /* .home-page-mini img {
    width: 18px;
    height: 18px;
  } */
}