.px-120 {
  padding-top: var(--space-x);
  padding-bottom: var(--space-x);
}

.pt-120 {
  padding-top: var(--space-x);
}

.pb-120 {
  padding-bottom: var(--space-x);
}

.px-160 {
  padding-top: var(--space-z);
  padding-bottom: var(--space-z);
}

.pt-160 {
  padding-top: var(--space-z);
}

.pb-160 {
  padding-bottom: var(--space-z);
}

.px-140 {
  padding-top: var(--space-y);
  padding-bottom: var(--space-y);
}

.span-title {
  color: #9a9a9a;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
}

/* -------------------------------------------------------------- */

.big-title> .thin{
  font-size: 122px;
  font-weight: 100;
  display: block;
  line-height: 140px;
}

.main-text-wrap{
  position: relative;
}

.big-title .main-text {
  font-size: 230px;
  line-height: 280px;
  /*font-weight: 700;*/
  display: flex;
  align-items: flex-end;
}

.big-title> span:first-child {
    font-size: 122px;
    display: block;
    line-height: 140px;
}

body:not(.home) .big-title> span:first-child {
    font-weight: 100;
    display:block;
}

.home .big-title> span:first-child {
   font-family:"Rubik", sans-serif; 
   text-transform: uppercase;
}

/*.big-title .main-text:not(.first) {*/
/*  position: absolute;*/
/*  top:0;*/
/*  color: transparent;*/
/*  -webkit-text-stroke-width: 1px;*/
/*  -webkit-text-stroke-color: black;*/
/*}*/

/*.big-title .main-text span {*/
/*  color: var(--color-primary);*/
/*  font-size: 300px;*/
/*  position: relative;*/
/*  top: -30px;*/
/*}*/

.big-title .text{
      font-size: 230px;
  line-height: 280px;
    font-variation-settings: "wght" var(--font-weight, 100);
}


.variable {
    display: flex;
    
    text-align: center;
    
  }


  .variable:hover .two{
    font-variation-settings: "wght"275, "wdth"50;
    animation: swapthings 3s infinite both cubic-bezier(0.17, 0.04, 0.04, 0.99);
  }
  

  .variable:hover .work {
    animation: swapthings2 3s infinite both cubic-bezier(0.17, 0.04, 0.04, 0.99);
  }


  @keyframes swapthings {
    0% {
      font-variation-settings: "wght"275, "wdth"50;
    }

    50% {
      font-variation-settings: "wght"900, "wdth"200;
    }

    100% {
      font-variation-settings: "wght"275, "wdth"50;
    }
  }

  @keyframes swapthings2 {
    0% {
      font-variation-settings: "wght"900, "wdth"200;
    }

    50% {
      font-variation-settings: "wght"275, "wdth"50;
    }

    100% {
      font-variation-settings: "wght"900, "wdth"200;
    }
  }

/* -------------------------------------------------------------- */

.badge {
  --size: 80px;
  --space: 30px;
  position: absolute;
  left: var(--space);
  top: var(--space);
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  text-align: center;
  text-transform: uppercase;
  background: #272727;
  color: #c1c1c1;
  font-size: 20px;
  font-weight: 400;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

/* -------------------------------------------------------------- */

.url-link {
  color: rgba(2, 4, 4, 1);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  margin-top: 30px;
  display: inline-block;
  text-underline-offset: 9px;
  text-decoration-thickness: 1px;
}

.url-link:hover {
  color: var(--color-primary);
}

.url-link img {
  margin-left: 10px;
}

/* -------------------------------------------------------------- */

.banner {
  position: relative;
  overflow: hidden;
}

.banner .container {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 97px;
  position: relative;
  z-index:1;
}

.banner .inside img{
  margin: 40px 0;
}

.banner .details {
  margin-top: 45px;
  /* max-width: 465px; */
}

.banner .details p {
  margin: 0;
  color: #676767;
}

.banner .details p a {
  margin: 0;
}

.banner .scroll {
  position: absolute;
  right: -72px;
  bottom: 59px;
  font-size: 16px;
  color: #2a2a2a;
  transform: rotate(-90deg);
  padding: 0 0 0 100px;
}

.banner .scroll::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 1px;
  background: #2a2a2a;
  transform: translate(0, 12px);
}

.banner .scroll:hover {
  color: var(--color-primary);
}

.banner .scroll:hover::after {
  background: var(--color-primary);
}

/* -------------------------------------------------------------- */

.about {
  padding: var(--space-z) 0;
  position: relative;
  background: #ffffff;
}

.about > img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  animation: motion 5s ease-in-out infinite;
}

.about .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 40px;
}

.about-inner {
  max-width: 800px;
  margin-left: auto;
}

.about-inner h2 {
  margin-bottom: 70px;
}

.about-inner p {
  color: #9a9a9a;
  font-weight: 400;
  margin: 0;
}

.about-inner p.first {
  color: #020404;
  margin-top:0;
}

.about-inner p {
  margin-top: 25px;
}

/* .about-inner .content {
  padding-left: 237px;
} */

/* -------------------------------------------------------------- */

.category {
  padding: 80px 0;
  background: #f8f8f8;
  text-align: center;
}

.category h2 {
  font-weight: 500;
  margin-bottom: 60px;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.category-item {
  width: calc(100% / 7);
  padding: 20px;
}

.category-item a {
  display: block;
}

.category-item .text {
  color: #020404;
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  display: block;
}

.category-item:hover .text {
  color: var(--color-primary);
}

.category-item + .category-item {
  border-left: 1px solid #e0e0e0;
}

.filtering-list,
.category-list-new{
      display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  padding:50px 0;
  align-items:center;
}

.filtering-list .active,
.category-list-new .active a{
    color: var(--color-primary);
    font-size:38px;
}

.filtering-item,
.category-new-item a{
    color: #7b7b7b;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    line-height: 1;
    cursor: pointer;
    transition: font-size 0.35s ease-in-out;
}

.filtering-item:not(:first-child),
.category-new-item:not(:first-child){
    margin-left: 65px;
}


/* -------------------------------------------------------------- */

.oru-fonts {
  padding: var(--space-y) 0;
  overflow: hidden;
}

.oru-fonts:not(.bg-dark) {
  background:#ffffff;
}

.oru-fonts .title {
  margin-bottom: 60px;
  position: relative;
}

.oru-fonts .title h2 {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}

.oru-fonts .title p {
  color: #9a9a9a;
  margin: 0;
}

.filter-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 50px;
  /*column-gap:40px;*/
  /*max-width:750px;*/
  
  margin-bottom:50px;
  
}

body:not(.home) .filter-list {
    margin:auto;
}

body:not(.home) .filter-item {
  width:calc(100% / 8);
  padding:20px;
}

body:not(.home) .filter-item + .filter-item{
    border-left:1px solid #e0e0e0;
}

body:not(.home) .filter-item {
      color: #7b7b7b;
}

.filter-item {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  line-height: 1;
  cursor: pointer;
  transition: font-size 0.35s ease-in-out;
    display: flex;
  align-items: center;
  flex-wrap:wrap;
  row-gap:7px;
  justify-content: center;
}



.filter-item span{
    display:block;
    width:100%;
    letter-spacing:2px;
    margin-top:20px;
    font-size:20px;
    font-weight:400;
    color:#020404;
    transition:font-size .35s ease-in-out;
}

.filter-list .active span{
  font-size: 34px;
  color: var(--color-primary);
}

.filter::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  background: var(--color-primary);
  transform-origin: center;
  transition: transform 0.5s ease-in-out;
  display:none;
}

.filter.active::after {
  transform: scale(1, 1);
}

/*.filter-item + .filter-item {*/
/*  margin-left: 65px;*/
/*}*/

.fonts-card {
  --space: 1%;
  --width: 48%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  margin: 0 calc((var(--space)) * -1);
}

.fonts-card-item {
  width: var(--width);
  margin: 0 var(--space);
  padding: 30px 30px 50px 30px;
  position: relative;
  background: #141414;
  border: 1px solid #313131;
  overflow: hidden;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.fonts-card-image {
  min-height: 490px;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.fonts-card-content {
  padding-top: 40px;
  border-top: 1px solid #272727;
}

.fonts-card-content h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.fonts-card-content p {
  margin: 0;
  color: #9a9a9a;
}

.fonts-card-content p + p {
  margin-top: 15px;
}

.fonts-card-hover {
  position: absolute;
  left: 102%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: left 0.35s ease-in-out;
  will-change: left;
  z-index: 1;
}

.fonts-card-hover img{
  height:100%;
  width:100%;
  object-fit: cover;
}

.fonts-card-item:hover .fonts-card-hover {
  left: 0;
}

/* -------------------------------------------------------------- */

.scrolling {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.scrolling li {
  display: flex;
}

.scrolling span + span {
  margin-left: 50px;
}

.scrolling span:nth-child(odd),
.scrolling li:nth-child(2) span:nth-child(even) {
  font-weight: 100;
}

.scrolling span:nth-child(even),
.scrolling li:nth-child(2) span:nth-child(odd) {
  font-weight: bold;
}

.scrolling span {
  color: #020404;
  /* font-family: PT Serif; */
  font-size: 184px;
  font-style: normal;
  line-height: 180px;
}

/* -------------------------------------------------------------- */

.boosting {
  padding: var(--space-y) 0;
  background: #ffffff;
}

.boosting .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 50px;
}

.boosting .content {
  max-width: 600px;
}

.boosting .content p {
  margin: 0;
}

.boosting .content p + p {
  margin-top: 15px;
}

/* -------------------------------------------------------------- */

.footer-top {
  padding: 120px 0 180px 0;
}

.footer-top .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}

.footer-top .left-side {
  max-width: 400px;
}

.footer-top .left-side .link {
  display: inline-block;
  color: #f6f6f6;
  font-size: 46px;
  font-weight: 500;
  line-height: 58px;
  position: relative;
}

.footer-top .left-side .link + .link {
  margin-top: 20px;
}

.footer-top .left-side .link:hover {
  color: var(--color-primary);
}

.footer-top .left-side .link:hover:after {
  transform: scale(1, 1);
}

.footer-top .left-side .link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  background: var(--color-primary);
  transform-origin: center;
  transition: transform 0.5s ease-in-out;
}

.footer-top .right-side {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}

.quick-links a {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 400;
}

.quick-links a:hover {
  color: var(--color-primary);
}

.quick-links li {
  width: 100%;
}

.quick-links li + li {
  margin-top: 20px;
}

.information {
  color: #9a9a9a;
}

.information p {
  line-height: 30px;
  margin-bottom: 25px;
}

.social {
  display: flex;
  flex-wrap: wrap;
}

.social li + li {
  margin-left: 22px;
}

/* -------------------------------------------------------------- */

.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid #383838;
}

.footer-bottom .container {
  align-items: center;
  justify-content: space-between;
  row-gap: 10px;
}

.bottom-links,
.footer-bottom .container {
  display: flex;
}

.bottom-links a,
.footer-bottom p {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 300;
}

.bottom-links a:hover {
  color: var(--color-primary);
}

.bottom-links li + li {
  margin-left: 35px;
}

/* -------------------------------------------------------------- */

.search-form {
  margin-bottom: 60px;
  max-width: 460px;
}

.search-form .form-field {
  padding-left: 40px;
  background: url(../images/search.svg) no-repeat;
  background-position-y: center;
  height: 55px;
  padding-bottom: 0;
}

/* -------------------------------------------------------------- */

.font-info {
  padding: var(--space-z) 0;
  background: #ffffff;
}

.font-info .container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  align-items: center;
}

.font-info .image,
.font-info .content {
  width: 50%;
}

.font-info .content {
  padding-right: 50px;
}

.font-info .content ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  margin-top: 60px;
}

.font-info .content li {
  width: 50%;
  padding-right: 15px;
}

.font-info .content li:last-child {
  width: 100%;
}

.font-info .content span {
  line-height: 1;
  display: block;
}

.font-info .content .title {
  color: #9a9a9a;
  font-weight: 400;
	margin-bottom:18px;
}

.font-info .content .sub-title {
  color: #020404;
  font-weight: 500;
  margin-top: 10px;
}

.font-info .content .url-link {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-top: 95px;
}

.font-info .content .url-link:not(:hover) {
  color: #020404;
}

.font-info .image img {
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
  border-radius:30px;
}

/* -------------------------------------------------------------- */

.card-list {
  row-gap: 50px;
  margin-top: 110px;
  /* position: relative; */
}

.card-list,
.card-item {
  display: flex;
  flex-wrap: wrap;
}

.card-item {
  align-items: center;
  background: #ffffff;
  row-gap: 45px;
	position: relative;
	padding: 45px 0;
}



.card-item::after{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	height: 1px;
	background: rgba(0,0,0,0.3);
	transition: width 0.5s ease-in-out;
}

.card-item[data-sr-complete="true"]::after {
	width: 100%;
}

.card-image {
  width: 40%;
}


/* .card-image,
.card-image img {
  perspective:1px;
  -moz-border-radius:30px 0 0 30px;
  -webkit-border-radius:30px 0 0 30px;
  border-radius:30px 0 0 30px;
}

.card-item{
      -moz-border-radius:30px;
  -webkit-border-radius:30px;
  border-radius:30px;
} */

.card-content {
  width: 60%;
  padding-left: 60px;
}

.card-content h4 {
  color: #020404;
  font-weight: 500;
}

.card-content p {
  color: #9a9a9a;
  font-weight: 400;
  margin: 0;
}

.card-content p + p {
  margin-top: 15px;
}

/* -------------------------------------------------------------- */

.similar-fonts .title {
  margin-bottom: 50px;
}

.similar-fonts .title h2 {
  color: #ffffff;
  line-height: 1;
}

.title {
  position: relative;
}

.title p {
  color: #9a9a9a;
  font-weight: 400;
  margin: 0;
}

.title .url-link {
  color: var(--color-primary);
  position: absolute;
  right: 0;
  bottom: 0;
}

.title .url-link:hover {
  color: #ffffff;
}

.fonts-card .fonts-card-item {
  display: none;
}

.carousel_slider3 .owl-stage {
  padding-left: 0 !important;
}

.owl-item .fonts-card-item {
  --space: 0;
  --width: 100%;
}

/* -------------------------------------------------------------- */

.cart-list {
  padding-bottom: 140px;
}

.cart-list-tags {
  padding-bottom: 28px;
  border-bottom: 1px solid #c9c9c9;
}

.cart-list-tags span {
  color: #9a9a9a;
  font-weight: 400;
  line-height: 1;
}

.cart-list-tags span:first-child,
.cart-list-tags span:nth-child(2) {
  width: 30%;
}

.cart-list-item,
.cart-list-image,
.cart-list-content,
.cart-list-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cart-list-item {
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9;
  position: relative;
  row-gap:6px;
}

.cart-list-item .cross {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cart-list-image {
  justify-content: center;
}

.cart-list-content,
.cart-list-licence {
  width: 30%;
}

.cart-list-content .title {
  color: #020404;
  font-size: 24px;
  font-weight: 500;
  padding-left: 30px;
}

.cart-list-image,
.cart-list-content {
  align-items: center;
  row-gap:10px;
}

.cart-list-image {
  width: 80px;
  height: 80px;
  border: 1px solid #dadada;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.cart-list-licence h4 {
  color: #020404;
  font-weight: 500;
  margin: 0;
}

.cart-list-price .price {
  color: #020404;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

/* -------------------------------------------------------------- */

.buy-options {
  padding: 80px 0;
}

.buy-option-list {
  display: flex;
  flex-wrap: wrap;
  row-gap:15px;
  align-items: flex-end;
  max-width: 900px;
  margin-left: auto;
}

.buy-option-list li {
  width: 33.33%;
}

.buy-option-list .url-link {
  float: right;
}

.buy-option-list span {
  display: block;
}

.buy-option-list .title {
  color: #9a9a9a;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.buy-option-list .sub-title {
  color: #020404;
  font-size: 42px;
  font-weight: 600;
}

/* -------------------------------------------------------------- */

.logo-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 55px;
  width: 100%;
}

.logo-item {
  text-align: center;
  line-height: 165px;
  width: calc(100% / 5);
  padding: 15px;
}

.logo-item + .logo-item {
  border-left: 1px solid #e4e4e4;
}

/* -------------------------------------------------------------- */

.contact-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.contact-form {
  max-width: 860px;
}

.contact-form .title {
  margin-bottom: 70px;
}

.options {
  justify-content: space-between;
  row-gap:30px;
}

.options,
.options li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.options a,
.options p {
  color: #020404;
  font-size: 26px;
  font-weight: 500;
}

.options img {
  margin-right: 10px;
}

.filter::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  background: var(--color-primary);
  transform-origin: center;
  transition: transform 0.5s ease-in-out;
}

.filter.active::after {
  transform: scale(1, 1);
}

/* -------------------------------------------------------------- */

.blog-list{
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  column-gap:20px;
  row-gap:20px;
}

.blog-list-item{
  border:1px solid #313131;
  background:#ffffff;
  overflow: hidden;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  border-radius:20px;
}

.blog-list-image img{
  width:100%;
}

.blog-list-content{
  padding:25px;
}

.blog-list-date{
  color:#9A9A9A;
  margin:10px 0;
}

.blog-list-content h4{
  color:#020404;
  font-size:22px;
  font-weight:600;
  margin:0;
}

.blog-list-content .url-link{
  margin:35px 0 0 auto;
  display: block;
  text-align: right;
}

.blog-list-content .url-link:not(:hover){
  color:#8C8C8C;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */

.blog-detail-container {
  display: flex;
  flex-wrap: wrap;
  row-gap:30px;
}

.blog-detail-left{
  width:40%;
}

.blog-detail-right{
  width:60%;
}

.blog-detail-right h4,
.blog-detail-right h5{
	line-height:32px;
}

.blog-detail-date{
  color:#9A9A9A;
  margin-bottom:15px;
}

.blog-detail-right p{
  color:#595757;
}

.blog-detail-right p:last-child{
  margin:0;
}

.blog-detail-right img{
  width:100%;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  border-radius:20px;
	margin-bottom:30px;
}

.blog-detail-right p img:not(:last-child){
  margin-bottom:35px;
}

.blog-detail-right p img:not(:first-child){
  margin-top:35px;
}

.more-blogs{
  padding:0 0 var(--space-x) 0;
}

.more-blogs-title{
  padding:60px 0 50px 0;
  border-top: 1px solid #E8E8E8;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.more-blogs-title h2{
  width:100%;
}

.more-blogs-title .url-link{
  color: var(--color-primary);
}

.more-blogs-title p{
  margin:0;
  max-width: 70%;
}


img {
    display: unset;
}


.pagination:empty{
    margin:0;
}

.pagination ul ,.pagination{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 20px;
}

.page-numbers{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dddddd;
  border-radius: 50%;
}

.page-numbers.current,
.page-numbers:hover{
  color:#ffffff;
  border-color: var(--color-primary);
  background: var(--color-primary);
}