@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
input, textarea {
  height: calc(var(--inputsize) - var(--borderwidth));
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
  padding: 0 var(--paddingleftright);
}
input:focus, textarea:focus {
  outline: none;
}
input.valid, textarea.valid {
  outline: none;
}
input.valid ~ label, textarea.valid ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}
input:not(.no-focus):focus, textarea:not(.no-focus):focus {
  outline: none;
}
input:not(.no-focus):focus ~ label, textarea:not(.no-focus):focus ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}
input[readonly], textarea[readonly] {
  caret-color: transparent;
}

.journal-detail-sec {
  width: 100%;
  max-width: 100%;
}
.journal-detail-sec figure {
  position: relative;
  margin: 0;
}
@media (max-width: 520px) {
  .journal-detail-sec figure {
    height: 400px;
  }
}
.journal-detail-sec figure img {
  width: 100%;
  height: 605px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 520px) {
  .journal-detail-sec figure img {
    height: 100%;
  }
}
.journal-detail-sec figure::before {
  content: "";
  background: var(--gradient-1) var(--gradient-2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.journal-detail-sec figcaption {
  position: absolute;
  top: 240px;
  left: 53px;
  max-width: 588px;
  color: var(--white);
}
@media (max-width: 520px) {
  .journal-detail-sec figcaption {
    top: 29%;
    bottom: auto;
    left: 0;
    max-width: 100%;
    padding: 0 16px;
  }
}
.journal-detail-sec figcaption h1 {
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  color: var(--white);
  font-family: TTDrugs;
}
@media (max-width: 520px) {
  .journal-detail-sec figcaption h1 {
    font-size: 22px !important;
    line-height: 30px;
  }
}
.journal-detail-sec figcaption p {
  color: var(--white-transparent);
  line-height: 24px;
  margin-top: 13px;
}
.journal-detail-sec figcaption .banner {
  width: 100%;
}

.jouranal-detail-content {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .jouranal-detail-content {
    padding: 60px 16px 40px 7px;
  }
}
.jouranal-detail-content .content {
  max-width: 780px;
}
.jouranal-detail-content .content p {
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  font-family: CircularPro, sans-serif;
  color: var(--dark-brown-transparent);
  padding-bottom: 25px;
}
@media (max-width: 520px) {
  .jouranal-detail-content .content p {
    font-size: 14px;
    text-align: justify;
  }
}
.jouranal-detail-content .content h6 {
  font-weight: 450;
  font-size: 24px !important;
  line-height: 24px;
  color: var(--white);
  font-family: CircularPro, sans-serif;
  color: var(--very-dark-brown);
  padding-bottom: 25px;
  padding-top: 20px;
}
@media (max-width: 540px) {
  .jouranal-detail-content .content h6 {
    font-size: 22px !important;
  }
}

.journal-sec {
  padding-top: 90px;
  padding-bottom: 90px;
  background: var(--white);
}
.journal-sec .container {
  padding: 0 25px;
  position: relative;
}
.journal-sec .head-part {
  display: flex;
  justify-content: center;
}
.journal-sec .heading {
  max-width: 691px;
}
.journal-sec .journal-content {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.journal-sec .swiper-nav.center-full {
  position: absolute;
  top: 1%;
  translate: -54% 0%;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.journal-sec .swiper-prev {
  margin-right: 37px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--warm-brown);
  padding: 11px 18px;
  padding-top: 13px;
  border-radius: 31px;
  transform: translate(35%, -2%);
}
.journal-sec .swiper-next {
  border: 1px solid var(--warm-brown);
  padding: 11px 18px;
  width: 45px;
  height: 45px;
  padding-top: 13px;
  border-radius: 31px;
  transform: translate(-3%, 0%);
}
.journal-sec .heading {
  text-align: center;
  padding-bottom: 60px;
}
.journal-sec .heading h2 {
  color: var(--warm-brown);
  font-family: TTDrugs;
  font-weight: 400;
  font-size: 48px;
  line-height: 55px;
}
.journal-sec .heading p {
  color: var(--dark-brown);
}
.journal-sec .swiper-wrapper {
  display: flex;
  width: 100%;
}
.journal-sec .swiper-wrapper .swiper-slide {
  flex: 0 0 33.33%;
  margin-right: 15px;
  flex-shrink: 0;
}
.journal-sec .swiper-wrapper:last-child {
  margin-right: 0;
}
.journal-sec .swiper-wrapper .item {
  overflow: hidden;
}
.journal-sec .swiper-wrapper .journal-swipe-content {
  max-width: 100%;
  width: 100%;
}
.journal-sec .swiper-wrapper .journal-swipe-content:hover .read-more-button {
  color: var(--white);
  background-color: var(--warm-brown);
  border: none;
  cursor: pointer;
}
.journal-sec .swiper-wrapper .journal-swipe-content .img-content {
  overflow: hidden;
  line-height: 0px;
}
.journal-sec .swiper-wrapper .journal-swipe-content img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.journal-sec .swiper-wrapper .journal-swipe-content:hover img {
  transform: scale(1.05);
  cursor: pointer;
}
.journal-sec .swiper-wrapper h5 {
  font-weight: 450;
  font-size: 24px;
  line-height: 30.36px;
  color: var(--black);
  font-family: CircularPro, sans-serif;
  padding-top: 8px;
}
.journal-sec .swiper-wrapper p {
  line-height: 22px;
  color: var(--dark-brown-transparent);
  padding-top: 6px;
}
.journal-sec .swiper-wrapper .journal-swipe-txt-content {
  background: var(--soft-beige);
  padding: 21px;
  margin-top: -7px;
}
.journal-sec .swiper-wrapper .read-more-button {
  display: inline-block;
  color: var(--medium-gray);
  border: 1px solid var(--medium-gray);
  border-radius: 50px;
  width: 148px;
  height: 44px;
  margin-top: 30px;
  text-align: center;
  padding-top: 12px;
  transition: background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}
.journal-sec .swiper-wrapper .read-more-button:hover {
  color: var(--white);
  background-color: var(--warm-brown);
  border: none;
}/*# sourceMappingURL=journal-detail.css.map */