/*
Template Name: Fluid;
Template URI:https://www.fluid.app/
Author: Prem Prasad Khanal
Author URI: http://premkhanal.com.np/
Description: Fluid is a marketing platform. 
Version: 1.0.0
Primary use: marketing 
*/
:root {
  --fs-h1: calc(24 / 16 * 1rem);
  --fs-h2: calc(20 / 16 * 1rem);
  --fs-h3: calc(18 / 16 * 1rem);
  --fs-h4: calc(16 / 16 * 1rem);
  --fs-xl: calc(16 / 16 * 1rem);
  --fs-body: calc(14 / 16 * 1rem);
  --fs-md: calc(12 / 16 * 1rem);
  --fs-sm: calc(10 / 16 * 1rem);
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 941px;
}
@media (min-width: 576px) {
  .container {
    width: 80%;
  }
}

.themes-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.themes-nav,
.themes-footer {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
}

.themes-nav,
.themes-body,
.themes-footer {
  width: 100%;
}

.themes-body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}

.my-site-default .themes-wrapper {
  min-height: calc(100vh - 73px);
}

.text-center {
  text-align: center;
}

.flex-center, .flex-center-between, .flex-center-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-center-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-center-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.m-0 {
  margin: 0;
}

.social-media-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.social-media-icons a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.social-media-icons svg {
  width: 16px;
  height: 16px;
}
.social-media-icons svg:hover {
  opacity: 0.7;
}
.social-media-icons svg path {
  fill: var(--black-color, #000000);
}

.my-site-default .card .description,
.my-site-fashion .card .description,
.my-site-plant .card .description,
.my-site-minimalistic .card .description,
.my-site-plain .card .description,
.my-site-galaxy .card .description,
.my-site-mens .card .description {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 576px) {
  .my-site-default .card .description,
  .my-site-fashion .card .description,
  .my-site-plant .card .description,
  .my-site-minimalistic .card .description,
  .my-site-plain .card .description,
  .my-site-galaxy .card .description,
  .my-site-mens .card .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.footer {
  padding: 15px;
  font-weight: 300;
  border-top: 1px solid var(--light-gray, #E2E2E2);
}
.footer .container {
  gap: 12px;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer .container {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.footer span {
  padding: 0 2px;
}
@media (max-width: 767.98px) {
  .footer .copyright {
    gap: 10px;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.footer .copyright a {
  color: var(--black-color, #171B2B);
  text-decoration: underline;
}
.footer .copyright a:hover {
  opacity: 0.7;
}
@media (min-width: 375px) {
  .footer .social-media-icons {
    margin-left: 1rem;
  }
}
@media (max-width: 374.98px) {
  .footer .socials {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer .socials .poweredby {
    text-align: center;
    flex: 0 0 100%;
  }
}

.ff-thin {
  font-family: var(--ff-thin);
}

.ff-light, body {
  font-family: var(--ff-light);
}

.ff-regular {
  font-family: var(--ff-regular);
}

.ff-medium {
  font-family: var(--ff-medium);
}

.ff-bold, .card .date, .card .value, .card .price, .card .header {
  font-family: var(--ff-bold);
}

body {
  font-size: var(--fs-body);
  font-style: normal;
  line-height: 1.4;
  margin: 0;
}

.fs-body {
  font-size: var(--fs-body);
}

.fs-md {
  font-size: var(--fs-md);
}

.fs-sm {
  font-size: var(--fs-sm);
}

img {
  max-width: 100%;
  height: auto;
}

.is-uppercase {
  text-transform: uppercase;
}

.mysite .flat-button.shop-now {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mysite .flat-button.shop-now span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
.mysite .flat-button.shop-now {
  max-width: 120px;
}
.mysite .card {
  margin-bottom: 1.5rem;
}
.mysite .card .golden {
  margin-right: 0.35rem;
}
.mysite .card video {
  object-fit: cover;
}
.mysite .card .play-icon {
  width: 21.94%;
  height: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.mysite .card.product-link {
  display: block;
}
.mysite a.card {
  display: block;
}
.mysite .links,
.mysite .sidebar-links {
  margin-top: 1rem;
}
.mysite .links .ui.flat-button,
.mysite .sidebar-links .ui.flat-button {
  padding-right: 10px;
  padding-left: 10px;
}
.mysite .links .ui.flat-button span,
.mysite .sidebar-links .ui.flat-button span {
  text-transform: uppercase;
}
.mysite .links .ui.flat-button svg,
.mysite .sidebar-links .ui.flat-button svg {
  flex: 0 0 14px;
}
@media (max-width: 575.98px) {
  .mysite .links .ui.flat-button,
  .mysite .sidebar-links .ui.flat-button {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.mysite .word-break {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.mysite #bio-description.is-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .mysite #bio-description {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .mysite .full-name {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.mysite .bio-seemore {
  color: black;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 600;
  margin: 10px 0;
  background-color: transparent;
  padding: 0;
  border: none;
  width: 100%;
}
.mysite .bio-seemore:hover {
  text-decoration: underline;
}
.mysite .bio-seemore::after {
  content: "";
  width: 8px;
  height: 8px;
  transition: 0.5s;
  box-shadow: -2px 2px 0 black;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  transform: rotate(-45deg);
  margin: -8px 0 0 5px;
}
.mysite .bio-seemore.is-active::after {
  transform: rotate(135deg);
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .mysite .bio-seemore {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .mysite .cover .theme-profile_left {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@font-face {
  font-family: "Graphik";
  src: font_url(/graphik/GraphikRegular.otf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik-Medium";
  src: font_url(/graphik/GraphikMedium.otf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik-Bold";
  src: font_url(/graphik/GraphikBold.otf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

:root {
  --clr-primary: #3172e9;
  --clr-primary-active: #2455ae;
  --clr-white: #fff;
  --clr-grey: #bfbbba;
  --clr-text: #403e3e;
  --clr-grey-lt: #eae6e3;
  --ff-regular: 'Graphik', sans-serif;
  --ff-medium: 'Graphik-Medium', sans-serif;
  --ff-bold: 'Graphik-Medium', sans-serif;
  --fs-xxl: calc(56 / 16 * 1rem);
  --fs-xl: calc(32 / 16 * 1rem);
  --fs-body: calc(16 / 16 * 1rem);
  --fs-sm: calc(13 / 16 * 1rem);
  --btn-height: calc(50 / 16 * 1rem);
}

.flat-button {
  color: var(--clr-white);
  cursor: pointer;
  text-decoration: none;
  transition: all linear 0.3s;
  background-color: var(--clr-primary);
  margin-bottom: 10px;
  justify-content: center;
  text-align: center;
  font-family: var(--ff-medium);
}
.flat-button:hover {
  background-color: var(--clr-primary-active);
}

.mysite {
  font-family: var(--ff-regular);
}

.themes-nav {
  border-top: 20px solid var(--clr-primary-active);
}

.bio #bio-description,
.bio .bio-seemore {
  font-size: var(--fs-sm);
  line-height: 21px;
  color: var(--clr-text);
}

@font-face {
  font-family: "Inter";
  src: font_url(/inter/Inter-Regular.otf);
}
:root {
  --clr-primary: #3272e9;
  --clr-grey: #f3f0ef;
  --ff-inter: 'Inter', sans-serif;
  --fs-sm: calc(14 / 16 * 1rem);
  --fs-xs: calc(13 / 16 * 1rem);
}

.container-full {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}

.mysite .navbar {
  padding: 22px 0 19px;
  border-bottom: 1px solid var(--light-gray, #E2E2E2);
}
.mysite .navbar .logo {
  margin: 0 62px;
}
.mysite .navbar .logo img {
  height: 24px;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .mysite .navbar .logo {
    margin: 0 30px;
  }
}
.mysite .site-title {
  font-size: 30px;
  line-height: 40px;
  user-select: none;
}
.mysite .themes-body {
  background-color: var(--clr-grey);
}
.mysite .info-banner {
  background-color: var(--clr-white);
}
.mysite .info-banner .container-full {
  display: flex;
  gap: 40px 70px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px 20px 50px;
}
@media (min-width: 768px) {
  .mysite .info-banner .container-full {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .mysite .info-banner .container-full {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.mysite .info-banner .container-full .avatar {
  width: 150px;
  height: 150px;
  flex: 0 0 150px;
  max-width: 150px;
}
@media (min-width: 576px) {
  .mysite .info-banner .container-full .avatar {
    width: 18vw;
    height: 18vw;
    flex: 0 0 18vw;
    max-width: 18vw;
  }
}
@media (min-width: 768px) {
  .mysite .info-banner .container-full .avatar {
    width: 40%;
    height: 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (min-width: 992px) {
  .mysite .info-banner .container-full .avatar {
    width: 25%;
    height: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.mysite .info-banner .container-full .bio-links {
  display: flex;
  flex-wrap: wrap;
}
.mysite .info-banner .container-full .bio-links .full-name {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .mysite .info-banner .container-full .bio-links {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .mysite .info-banner .container-full .bio-links {
    flex-wrap: nowrap;
    gap: 79px;
  }
}
.mysite .info-banner .container-full .bio-links .bio {
  font-family: var(--ff-inter);
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .mysite .info-banner .container-full .bio-links .bio {
    width: 100%;
    text-align: center;
  }
}
.mysite .info-banner .container-full .bio-links .bio .description {
  font-family: var(--ff-regular);
  line-height: 1.5;
}
.mysite .info-banner .container-full .bio-links .bio .social-media-icons {
  margin: 30px 0 45px;
}
.mysite .info-banner .container-full .bio-links .bio .social-media-icons a {
  margin-right: 20px;
}
.mysite .info-banner .container-full .bio-links .bio .social-media-icons a:last-child {
  margin-right: 0;
}
.mysite .info-banner .container-full .bio-links .bio .bio-seemore {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .mysite .info-banner .container-full .bio-links .bio .bio-seemore {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.mysite .info-banner .container-full .bio-links .buttons-container {
  flex: 0 0 100%;
}
.mysite .info-banner .container-full .bio-links .buttons-container .buttons {
  width: 100%;
}
@media (min-width: 768px) {
  .mysite .info-banner .container-full .bio-links .buttons-container {
    width: 280px;
    flex: 0 0 280px;
  }
}
@media (min-width: 992px) {
  .mysite .info-banner .container-full .bio-links .buttons-container {
    margin-top: 70px;
  }
}
.mysite .flat-button {
  padding: 13px 27px;
  border-radius: 8px;
  font-family: var(--ff-inter);
  font-size: 0.875rem;
}
.mysite .flat-button svg#UI_Icon_Cart {
  margin: -15px 0 -15px -15px;
}
.mysite .flat-button.shop-now {
  max-width: none;
}
.mysite .buttons {
  width: 100%;
}
@media (min-width: 768px) {
  .mysite .buttons {
    width: fit-content;
  }
}
.mysite .buttons .flat-button {
  width: 100%;
  box-sizing: border-box;
  min-width: 280px;
}
@media (max-width: 767.98px) {
  .mysite .buttons .flat-button {
    min-width: 256px;
  }
}
@media (max-width: 767.98px) {
  .mysite .buttons {
    margin: auto;
  }
}

.img-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.content-grid {
  padding: 68px 0 0;
}

.masonry-grid img {
  height: auto;
  width: 100%;
}

.card {
  min-width: 220px;
  width: 100%;
  text-decoration: none;
  color: var(--black-color, #171B2B);
}
@media (min-width: 576px) {
  .card {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  .card {
    width: calc(33% - 11px);
  }
}
.card a {
  text-decoration: none;
  color: var(--black-color, #171B2B);
}
.card .content {
  padding: 15px 20px 70px;
}
.card .content .description,
.card .content .description a {
  font-size: var(--fs-xs);
  color: var(--clr-text);
}
.card .separator {
  color: #adaeb4;
  padding: 0 5px;
}
.card .header {
  margin-bottom: 0.75rem;
  font-size: var(--fs-body);
}
.card .date, .card .value, .card .price {
  color: var(--dark-color, #171B2B);
}
.card .price {
  margin: -5px 0 12px;
  font-size: var(--fs-body);
  line-height: 22px;
  letter-spacing: -0.430769px;
  font-family: var(--ff-bold);
}
.card .tag {
  display: none;
}
.card .image {
  display: block;
  position: relative;
}
.card .image-two {
  display: grid;
  grid-gap: 2px;
  grid-template-columns: 50% 50%;
}
.card .image-two :nth-child(1) {
  grid-column: 1;
  grid-row: 1/3;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.card .image-two :nth-child(2) {
  grid-column: 2;
  grid-row: 1/3;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.card .image-three {
  display: grid;
  grid-gap: 2px;
  grid-template-columns: 50% 50%;
}
.card .image-three :nth-child(1) {
  grid-column: 1;
  grid-row: 1/3;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.card .image-three :nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  border-radius: 5px;
}
.card .image-three :nth-child(3) {
  grid-column: 2;
  grid-row: 2;
  border-radius: 5px;
}

.themes-footer {
  background: var(--clr-white);
}
.themes-footer .footer {
  background: var(--clr-primary);
  color: var(--clr-white);
  padding: 79px;
  margin: 62px;
  border-radius: 6px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .themes-footer .footer {
    padding: 30px;
    margin: 60px 30px;
  }
}
.themes-footer .footer h1 {
  margin: 0 auto 38px;
  max-width: 794px;
  font-family: var(--ff-inter);
  font-size: var(--fs-xxl);
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .themes-footer .footer h1 {
    font-size: 6vw;
  }
}
.themes-footer .footer .flat-button {
  background-color: var(--clr-white);
  color: var(--clr-primary);
  margin: auto;
  padding: 13px 53px;
  white-space: nowrap;
  display: inline-flex;
}
@media (max-width: 767.98px) {
  .themes-footer .footer .flat-button {
    padding: 13px 24px;
  }
}

.full-name {
  font-family: var(--ff-inter);
  margin-bottom: 21px;
}

.icon-tilted-arrow {
  margin-left: 20px;
}
