@charset "UTF-8";

/* ========= [ * variable ]  =========*/
/* --------------- variable --------------- */
:root {
  --cr-blue1: #7B68EE;
  --cr-orange1: #FF8851;
  --cr-green1: #CAF31F;
  --cr-dark1: #151515;
}

.cr-orange1 {
  color: var(--cr-orange1) !important;
}

.hover-orange1:hover {
  color: var(--cr-orange1) !important;
}

.cr-green1 {
  color: var(--cr-green1) !important;
}

.cr-dark1 {
  color: var(--cr-dark1) !important;
}

.bg-dark1 {
  background: var(--cr-dark1) !important;
}

.border-dark1 {
  border-color: var(--cr-dark1) !important;
}

/* ========= [ * global ]  =========*/
/* --------------- global --------------- */
@font-face {
  font-family: "mona-Bold";
  src: url('/fonts/MonaSans-Bold.ttf');
  font-display: swap;
}

@font-face {
  font-family: "mona-SemiBold";
  src: url('/fonts/MonaSans-SemiBold.ttf');
  font-display: swap;
}

@font-face {
  font-family: "mona-Medium";
  src: url('/fonts/MonaSans-Medium.ttf');
  font-display: swap;
}


*,
* button:focus {
  outline: 0;
  margin: 0;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 0;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "Hanken Grotesk", sans-serif;
  text-decoration: none;
  font-size: 14px;
  overflow-x: hidden;
  position: relative;
  color: #191919;
}

body .sub-font {
  font-family: "mona-Medium";
}

.swiper-horizontal .swiper-pagination {
  bottom: 0;
}

.swiper-horizontal .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--cr-dark1);
  width: 3px;
  height: 3px;
  opacity: 1;
  margin: 0 10px !important;
  outline: 1px solid transparent;
  outline-offset: 5px;
}

.swiper-horizontal .swiper-pagination .swiper-pagination-bullet-active {
  outline: 1px solid var(--cr-dark1);
}

.navbar {
  z-index: 9999;
}

@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    margin-top: 20px;
  }

  .navbar .navbar-nav .nav-item {
    position: relative;
    margin: 5px 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "mona-SemiBold";
}

h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold {
  font-family: "mona-Bold";
}

.container,
.container-fluid {
  position: relative;
  z-index: 5;
}

body a:focus {
  outline: 0;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

body ul {
  list-style-type: none;
  margin: 0;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}

a,
span,
img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

i,
.bi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.text {
  font-size: 14px;
  line-height: 1.8;
}

.small,
small {
  font-size: 12px;
  display: inline-block;
}

small.text {
  font-size: 12px;
}

/* Preloader
-----------------------------------------------------------------*/
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #000;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 20;
  color: #fff;
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* --------------- side menu --------------- */
.side_menu {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  background-size: cover;
  background-repeat: repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
}

.side_menu.show .side_shape {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  opacity: 1;
}

.side_menu.show .side_shape2 {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1);
  opacity: 1;
}

.side_menu .content {
  width: 100%;
}

.side_menu .links_group {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}

.side_menu .main_links {
  padding-inline-start: 6vw;
  min-height: 100%;
  max-height: 600px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.side_menu .main_links::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1024px) {
  .side_menu .main_links {
    padding-inline-start: 4vw;
    max-height: 500px;
  }
}

@media (max-width: 768px) {
  .side_menu .main_links {
    padding-inline-start: 3vw;
    max-height: 400px;
  }
}

.side_menu .main_links .main_link {
  position: relative;
  font-size: calc(1.2vw + 10px);
  font-weight: bolder;
  margin: 15px 0;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding-left: 40px;
}

.side_menu .main_links .main_link::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #fff;
  opacity: 0.4;
}

.side_menu .main_links .main_link:hover {
  color: var(--cr-orange1);
  padding-left: 50px;
}

.side_menu .main_links .main_link:hover::after {
  width: 30px;
}

.side_menu .menu-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 5vw;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.side_menu .social_links {
  margin-top: 50px;
}

.side_menu .social_links a {
  font-size: 25px;
  margin: 0 20px;
  border-bottom: 3px solid transparent;
}

.side_menu .social_links a:hover {
  border-color: #000;
}

.side_menu .contact-links {
  margin-top: 30px;
}

.side_menu .contact-links a {
  font-size: 22px;
  margin-top: 30px;
}

.side_menu .clss {
  font-size: 30px;
  position: absolute;
  top: 25px;
  right: 5.5vw;
  cursor: pointer;
}

.side_overlay {
  position: fixed;
  z-index: 90;
  right: 0;
  top: 0;
  width: 50%;
  height: 100vh;
  background-color: #f0f0f0;
  background-size: contain;
  background-repeat: repeat;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.side_overlay.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.side_overlay2 {
  position: fixed;
  z-index: 80;
  left: 0;
  top: 0;
  width: 50%;
  height: 100vh;
  background-color: #151515;
  background-size: contain;
  background-repeat: repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.side_overlay2.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* ====================== [ Start mouse-cursor ] ====================== */
.swiper-wrapper.curs-scroll {
  cursor: none;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -4px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  z-index: 10000001;
  background-color: var(--cr-orange1);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  opacity: 1;
}

.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.5;
  z-index: 10000000;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, background-color 0.3s, opacity 0.3s;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, background-color 0.3s, opacity 0.3s;
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: transparent;
  border: 1px solid var(--cr-orange1);
  height: 40px;
  width: 40px;
  -webkit-box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 5px;
  box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 5px;
}

.cursor-outer.cursor-hover {
  opacity: 1;
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: #FF5F6D33 !important;
  opacity: 0.5 !important;
}

/* ====================== [ End mouse-cursor ] ====================== */
/* --------------- dropdown --------------- */
.dropdown-toggle::after {
  position: relative;
  top: 3px;
  opacity: 0.8;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  border: 0;
  line-height: 1;
  font-size: 0.8em;
}

.dropdown-menu {
  position: absolute !important;
  min-width: 220px;
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 0 20px #0001;
  box-shadow: 0 0 20px #0001;
  top: 100%;
  left: 0;
  padding: 10px;
  border-radius: 10px;
  margin: 0;
  display: block;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown-menu .dropdown-item {
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 10px;
  text-transform: capitalize;
}

.nav-item>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.dropdown-submenu:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: calc(100% + 10px);
}

@media screen and (max-width: 991px) {
  .nav-item>.dropdown-menu {
    position: static !important;
  }

  .dropdown-submenu:hover>.dropdown-menu {
    position: static !important;
  }
}

/* --------------- forms --------------- */
select:focus,
input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/**
 * ----------------------------------------
 * animation slide_up_down
 * ----------------------------------------
*/
.slide-up-down {
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
  animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.left_to_right_apperance {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.left_to_right_apperance.no_scale {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.left_to_right_apperance.animated {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/* ========= [ * buttons ]  =========*/
/* --------------- buttons style --------------- */
.butn {
  padding: 10px 35px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.butn.md-butn {
  padding: 10px 25px;
}

.butn:hover {
  -webkit-box-shadow: 7px 10px 15px #0004;
  box-shadow: 7px 10px 15px #0004;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.butn-1 {
  padding: 10px 35px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.butn-1::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 10%;
  width: 80%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  background-image: linear-gradient(to right, transparent, #fff, transparent);
}

.butn-1::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 10%;
  width: 80%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  background-image: linear-gradient(to right, transparent, #fff, transparent);
}

.butn-1.butn-wh::before,
.butn-1.butn-wh::after {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#000), to(transparent));
  background-image: linear-gradient(to right, transparent, #000, transparent);
}

.butn-1.md-butn {
  padding: 10px 25px;
  font-size: 14px;
}

.butn-1:hover {
  -webkit-box-shadow: 7px 10px 15px #0004;
  box-shadow: 7px 10px 15px #0004;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.cir-butn {
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #151515;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin: 50px auto 0;
  overflow: hidden;
}

.cir-butn:hover::after {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.cir-butn::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 10%;
  border-radius: 50%;
  background-color: var(--cr-orange1);
  right: 0;
  bottom: 20%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cir-butn .txt {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  position: relative;
  z-index: 5;
}

.cir-butn .arrow {
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  z-index: 5;
}

.cir-butn.or-butn {
  background-color: var(--cr-orange1);
}

.cir-butn.or-butn::after {
  background-color: #151515;
}

.cir-butn.line-butn {
  background-color: transparent;
  border: 1px solid #151515;
  color: #151515;
}

.cir-butn.line-butn-wh {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .butn-1 {
    padding: 8px 15px;
    font-size: 13px;
  }
}

/* ========= [ * helper ]  =========*/
/* --------------- helper classes --------------- */
/* --------------- disply classes --------------- */
.df-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.dnf-center {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* --------------- margin classes --------------- */
.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ms-20 {
  -webkit-margin-start: 20px !important;
  margin-inline-start: 20px !important;
}

.me-20 {
  -webkit-margin-end: 20px !important;
  margin-inline-end: 20px !important;
}

.me-30 {
  -webkit-margin-end: 30px !important;
  margin-inline-end: 30px !important;
}

/* --------------- padding classes --------------- */
.pe-20 {
  -webkit-padding-end: 20px !important;
  padding-inline-end: 20px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

/* --------------- opacity classes --------------- */

.op-4 {
  opacity: 0.4;
}

/* --------------- lineHeight classes --------------- */
.lh-4 {
  line-height: 1.6 !important;
}

/* ---------------  color classes --------------- */
.cr-222 {
  color: #222 !important;
}

.cr-666 {
  color: #666 !important;
}

.cr-777 {
  color: #777 !important;
}

.cr-999 {
  color: #999 !important;
}

/* ---------------  bg classes --------------- */
.bg-000 {
  background-color: #000 !important;
}

.bg-dark1 {
  background-color: #2e2e31 !important;
}

/* --------------- icons size --------------- */
.icon-6 {
  width: 6px;
  height: 6px;
}

.icon-30 {
  width: 30px;
  height: 30px;
}

.icon-40 {
  width: 40px;
  height: 40px;
}

.icon-50 {
  width: 50px;
  height: 50px;
}

.icon-200 {
  width: 200px;
  height: 200px;
}

/* --------------- img classes --------------- */
.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: inherit;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: inherit;
}

/* --------------- height classes --------------- */
.th-30 {
  height: 30px !important;
}

.th-50 {
  height: 50px !important;
}

.th-100 {
  height: 100px !important;
}

.th-280 {
  height: 280px !important;
}

.th-330 {
  height: 330px !important;
}

.th-380 {
  height: 380px !important;
}

.th-450 {
  height: 450px !important;
}

.th-500 {
  height: 500px !important;
}

.th-600 {
  height: 600px !important;
}

.th-800 {
  height: 800px !important;
}

/* --------------- letter spacing classes --------------- */
.fsz-14 {
  font-size: 14px !important;
}

.fsz-16 {
  font-size: 16px !important;
}

.fsz-18 {
  font-size: 18px !important;
}

.fsz-20 {
  font-size: 20px !important;
}

.fsz-24 {
  font-size: 24px !important;
}

.fsz-30 {
  font-size: 30px !important;
}

.fsz-40 {
  font-size: 40px !important;
}

.fsz-45 {
  font-size: 45px !important;
}

.fsz-50 {
  font-size: 50px !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.hover-underline:hover {
  text-decoration: underline !important;
}