@charset "UTF-8";
/*
< --- ============================== --->
              Google Fonts
< --- ============================== --- > 
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("../fonts/BDOGrotesk.css");
@import url("https://fonts.googleapis.com/css2?family=Fahkwang:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
/*=====================****===================== */
/* browser prefix adding  */
:root {
  /**
  @font family declaration
  */
  --monstack-ff-body: "Plus Jakarta Sans", sans-serif;
  --monstack-ff-heading: "Fahkwang", sans-serif;
  --monstack-ff-p: "Plus Jakarta Sans", sans-serif;
  --monstack-ff-icon: Font Awesome 6 Free;
  --monstack-ff-dm-sans: "DM Sans", serif;
  --monstack-ff-rubik: "Plus Jakarta Sans", sans-serif;
  --monstack-ff-pjs: "Plus Jakarta Sans", sans-serif;
  --monstack-ff-assets: "Plus Jakarta Sans", sans-serif;
  /**
  @color declaration
  */
  --monstack-common-white: #ffffff;
  --monstack-common-black: #000;
  --monstack-heading-primary: white;
  --monstack-heading-light: #262626;
  --monstack-heading-secondary: #595959;
  --monstack-text-body: rgba(255, 255, 255, 0.7);
  --monstack-text-1: rgba(255, 255, 255, 0.7);
  --monstack-text-2: #636363;
  --monstack-text-3: #808080;
  --monstack-theme-primary: #f3604c;
  --monstack-theme-primary-rgb: 243, 96, 76;
  --monstack-theme-secondary: #18191b;
  --monstack-color-primary: #f3604c;
  --monstack-color-gray1: #f9f9f9;
  --monstack-color-gray2: #f6f6f6;
  --monstack-color-gray3: #cccccc;
  --monstack-color-gray4: rgba(255, 255, 255, 0.1019607843);
  --monstack-color-bg-2: #18191b;
  --monstack-social-facebook: #3b5998;
  --monstack-social-google-plus: #db4437;
  --monstack-social-dribble: #e94c89;
  --monstack-social-vimeo: #23b6ea;
  --monstack-social-pinterest: #cb1f27;
  --monstack-social-twitter: #23b6ea;
  --monstack-social-instagram: #db4437;
  --monstack-social-behance: #0084ff;
  --monstack-border-1: #f8f8f8;
  /**
  @font weight declaration
  */
  --monstack-fw-normal: normal;
  --monstack-fw-elight: 200;
  --monstack-fw-light: 300;
  --monstack-fw-regular: 400;
  --monstack-fw-medium: 500;
  --monstack-fw-sbold: 600;
  --monstack-fw-bold: 700;
  --monstack-fw-ebold: 800;
  --monstack-fw-black: 900;
  /**
  @font size declaration
  */
  --monstack-fs-body: 18px;
  --monstack-fs-p: 18px;
  --monstack-fs-h1: 40px;
  --monstack-fs-h2: 36px;
  --monstack-fs-h3: 30px;
  --monstack-fs-h4: 24px;
  --monstack-fs-h5: 20px;
  --monstack-fs-h6: 18px;
  --monstack-fs-22: 22px;
  --monstack-fs-21: 21px;
  --monstack-fs-20: 20px;
  --monstack-fs-19: 19px;
  --monstack-fs-18: 18px;
  --monstack-fs-17: 17px;
  --monstack-fs-16: 16px;
  --monstack-fs-15: 15px;
  --monstack-fs-14: 14px;
  --monstack-fs-13: 13px;
  --monstack-fs-12: 12px;
}

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

    Theme Name: Template Name – HTML5 Template
    Author: Monstakmonstack
    Support: www.monstackmonstack.com
    Description: Template Name  – HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
    02. HEADER CSS



**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
/*---------------------------------
    typography css start 
---------------------------------*/
body {
  font-family: var(--monstack-ff-body);
  font-size: var(--monstack-fs-body);
  font-weight: normal;
  color: var(--monstack-text-body);
  line-height: 26px;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--monstack-ff-heading);
  color: var(--monstack-heading-primary);
  margin-top: 0px;
  font-weight: var(--monstack-fs-sbold);
  line-height: 1.2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

h1 {
  font-size: var(--monstack-fs-h1);
}

h2 {
  font-size: var(--monstack-fs-h2);
}

h3 {
  font-size: var(--monstack-fs-h3);
}

h4 {
  font-size: var(--monstack-fs-h4);
}

h5 {
  font-size: var(--monstack-fs-h5);
}

h6 {
  font-size: var(--monstack-fs-h6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--monstack-ff-p);
  font-size: var(--monstack-fs-p);
  font-weight: var(--monstack-fs-normal);
  color: var(--monstack-text-body);
  margin-bottom: 15px;
  line-height: 1.5;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--monstack-common-black);
  color: var(--monstack-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--monstack-common-black);
  color: var(--monstack-common-white);
  text-shadow: none;
}

::selection {
  background: var(--monstack-common-black);
  color: var(--monstack-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--monstack-common-black);
  font-size: var(--monstack-fs-body);
  opacity: 1;
}

*::placeholder {
  color: var(--monstack-common-black);
  font-size: var(--monstack-fs-body);
  opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

/* REQUIRED CSS */
#scroll-container {
  height: 100vh;
  width: 100vw;
  overflow: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

.bg-black {
  background-color: var(--monstack-common-black);
}

.bg-2 {
  background-color: var(--monstack-color-bg-2);
}

.nav-bg {
  background: rgba(255, 255, 255, 0.08);
}

.bg-theme {
  background-color: var(--monstack-theme-primary);
}

.bg-3 {
  background: rgba(255, 255, 255, 0.08);
}

.footer-bg {
  background-color: var(--monstack-common-black);
}

.footer-copy-bg {
  background-color: var(--monstack-common-black);
}

.text-stroke {
  -webkit-text-stroke: 2px var(--monstack-common-white);
  color: rgba(0, 0, 0, 0);
}

/*=======> utility classes start here <=======*/
.rotate360 {
  animation: rotate360 10s linear infinite;
  -webkit-animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
    -webkit-transform: rotate(-1turn);
    -moz-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    -o-transform: rotate(-1turn);
  }
}
body {
  cursor: default;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.scrollbar-thumb {
  background-color: var(--monstack-theme-primary) !important;
}

.scrollbar-track {
  background-color: transparent !important;
}

.typing-container {
  display: flex;
  align-items: center;
}

.text {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}

.cursor {
  display: inline-block;
  width: 3px;
  height: 2.5rem;
  background: #333;
  margin-left: 5px;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.pipe {
  color: #666;
  padding: 0 10px;
}

.section-padding-top-bottom {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1023.98px) {
  .section-padding-top-bottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-padding-top-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-padding-top {
  padding-top: 100px;
}
@media only screen and (max-width: 1023.98px) {
  .section-padding-top {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-padding-top {
    padding-top: 40px;
  }
}

.section-padding-bottom {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1023.98px) {
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-padding-bottom {
    padding-bottom: 40px;
  }
}

.section-margin-top-bottom {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1023.98px) {
  .section-margin-top-bottom {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-margin-top-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.section-margin-top {
  margin-top: 100px;
}
@media only screen and (max-width: 1023.98px) {
  .section-margin-top {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-margin-top {
    margin-top: 40px;
  }
}

.section-margin-bottom {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1023.98px) {
  .section-margin-bottom {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-margin-bottom {
    margin-bottom: 40px;
  }
}

.row-padding-top-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .row-padding-top-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .row-padding-top-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.row-padding-top {
  padding-top: 60px;
}
@media only screen and (max-width: 991.98px) {
  .row-padding-top {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .row-padding-top {
    padding-top: 20px;
  }
}

.row-padding-bottom {
  padding-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .row-padding-bottom {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .row-padding-bottom {
    padding-bottom: 20px;
  }
}

.row-margin-top-bottom {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .row-margin-top-bottom {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .row-margin-top-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.row-margin-top {
  margin-top: 60px;
}
@media only screen and (max-width: 991.98px) {
  .row-margin-top {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .row-margin-top {
    margin-top: 20px;
  }
}

.row-margin-bottom {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .row-margin-bottom {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .row-margin-bottom {
    margin-bottom: 20px;
  }
}

/* -------------------------------------------------------------------------- */
/*                              Header css start                              */
/* -------------------------------------------------------------------------- */
.header.sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header.hide {
  top: -120px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header__main {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
  .header__main {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.header__main-menu {
  width: fit-content;
}
.header__logo img {
  height: auto;
  max-height: 60px;
  width: fit-content;
  max-width: 250px;
}
.header nav.circle {
  border-radius: 999px;
  padding: 6px;
}
.header nav ul {
  line-height: 1;
}
.header nav ul:not(.sub-menu) {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header nav ul li {
  position: relative;
  list-style: none;
}
.header nav ul li.has-menu a {
  gap: 5px;
}
.header nav ul li.active > a {
  background: var(--monstack-theme-primary);
  color: var(--monstack-common-white);
}
.header nav ul li:not(.active) > a:hover {
  color: var(--monstack-theme-primary);
}
.header nav ul li a {
  border-radius: 999px;
  white-space: nowrap;
  color: var(--monstack-common-white);
  font-size: var(--monstack-fs-16);
  font-weight: var(--monstack-fw-regular);
  line-height: 3;
  padding-inline: 25px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1199.98px) {
  .header nav ul li a {
    line-height: 2.188;
    padding-inline: 15px;
  }
}
.header nav ul li a i, .header nav ul li a svg {
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  -ms-transition: inherit;
  transition: inherit;
  transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
}
.header nav ul li .sub-menu {
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 0;
  top: 100%;
  border: 1px solid rgba(var(--monstack-common-white), 0.1);
  border-radius: 2px;
  min-width: 200px;
  transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  background-color: #0e0f11;
  z-index: 9999;
}
.header nav ul li .sub-menu li {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 1;
  background-color: #0e0f11;
  z-index: 1;
}
.header nav ul li .sub-menu li:first-of-type {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.header nav ul li .sub-menu li:last-of-type {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.header nav ul li .sub-menu li:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header nav ul li .sub-menu li::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: -1px;
  background-color: rgba(var(--monstack-theme-primary-rgb), 0.5);
  z-index: -1;
}
.header nav ul li .sub-menu li a {
  display: block;
  padding: 12px 10px;
  line-height: 1;
}
.header nav ul li .sub-menu li a:has(i) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header nav ul li .sub-menu li:hover::before {
  width: 100%;
}
.header nav ul li .sub-menu li:hover > a {
  margin-left: 10px;
}
.header nav ul li .sub-menu .sub-menu {
  left: calc(100% + 5px);
  top: 0%;
}
.header nav ul li:hover > a i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header nav ul li:hover > .sub-menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.header nav ul li:last-of-type > .sub-menu:not(.sub-menu .sub-menu), .header nav ul li:nth-last-of-type(2) > .sub-menu:not(.sub-menu .sub-menu), .header nav ul li:nth-last-of-type(3) > .sub-menu:not(.sub-menu .sub-menu) {
  left: unset;
  right: 0;
  transform-origin: top right;
}
.header nav ul li:last-of-type > .sub-menu:not(.sub-menu .sub-menu) li .sub-menu, .header nav ul li:nth-last-of-type(2) > .sub-menu:not(.sub-menu .sub-menu) li .sub-menu, .header nav ul li:nth-last-of-type(3) > .sub-menu:not(.sub-menu .sub-menu) li .sub-menu {
  left: unset;
  right: calc(100% + 5px);
  transform-origin: top right;
}

.toggle-sidebar i {
  font-size: 30px;
  color: var(--monstack-theme-primary);
}

.close-btn i {
  font-size: 20px;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 999999;
  padding: 0px 30px 50px;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 25px 0px 20px;
}
.mobile-menu .nav-logo a {
  display: block;
}
.mobile-menu .nav-logo img {
  max-width: 200px;
}
.mobile-menu .close-btn {
  cursor: pointer;
}
.mobile-menu .close-btn i {
  color: var(--monstack-common-black);
}
.mobile-menu .menu-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
  transform: translateX(0%);
  transition: all 500ms ease;
}
.mobile-menu .main-menu-mobile {
  padding: 0px 30px 50px;
  position: absolute;
  left: -400px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background-color: var(--monstack-common-white);
  z-index: 5;
  border-radius: 0px;
  transition: all 900ms ease;
}
.mobile-menu .main-menu-mobile #mobile-nav {
  margin-top: 30px;
}
.mobile-menu .main-menu-mobile ul.submenu {
  display: none;
}
.mobile-menu .main-menu-mobile li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile-menu .main-menu-mobile li a {
  position: relative;
  display: block;
  font-weight: 500;
  padding: 12px 0px;
  color: #011c1a;
}
.mobile-menu .main-menu-mobile li .dropdown-toggle-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  height: 44px;
  text-align: right;
  font-size: 14px;
  line-height: 44px;
  cursor: pointer;
  z-index: 5;
  color: #011c1a;
}
.mobile-menu.visible {
  visibility: visible;
}
.mobile-menu.visible .main-menu-mobile {
  left: 0px;
}
.mobile-menu.visible .menu-backdrop {
  opacity: 1;
  width: 100%;
  visibility: visible;
  transition: all 500ms ease;
  transform: translateX(0%);
}

#mobile-nav .has-menu a > i {
  display: none;
}
#mobile-nav .has-menu .sub-menu {
  margin-left: 10px;
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobile-nav .has-menu .sub-menu.expanded {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* -------------------------------------------------------------------------- */
/*                              Header css start                              */
/* -------------------------------------------------------------------------- */
.hero {
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .hero {
    padding-top: 5px;
  }
}
.hero__title {
  text-transform: uppercase;
  font-weight: bold;
  background: url("../../assets/images/banner-title-bg.png") no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  text-align: start;
  width: 100%;
  font-size: 11rem;
  line-height: 1.1;
}
@media only screen and (max-width: 1199.98px) {
  .hero__title {
    font-size: clamp(40px, 10vw, 314px);
    text-align: center;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero__title {
    font-size: clamp(40px, 12vw, 314px);
    text-align: center;
  }
}
@media only screen and (max-width: 1439.98px) {
  .hero__title {
    font-size: clamp(40px, 11.7vw, 314px);
  }
}
.hero__circle {
  position: absolute;
  right: -6%;
}
.hero__circle img {
  height: 120px;
  width: 120px;
}
@media only screen and (min-width: 1200px) {
  .hero__content {
    padding-left: 70px;
  }
}
.hero__content__title-wrap {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767.98px) {
  .hero__content__title-wrap {
    margin-bottom: 30px;
  }
}
.hero__content__title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: bold;
  color: var(--monstack-heading-primary);
  letter-spacing: -2.4px;
}
@media only screen and (min-width: 1024px) {
  .hero__content__title {
    font-size: 72px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero__content__title {
    font-size: 45px;
  }
}
.hero .hero__counter__wrap {
  gap: 132px;
}
@media only screen and (max-width: 1199.98px) {
  .hero .hero__counter__wrap {
    margin-top: 40px;
    gap: 40px;
  }
}
.hero__counter__wrap h3 {
  font-family: var(--monstack-ff-heading);
  font-size: 60px;
  line-height: 70px;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (max-width: 991.98px) {
  .hero__counter__wrap h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero__counter__wrap p {
    font-size: 14px;
  }
}

/* --------------------------------------------
  Footer
 ---------------------------------------------- */
.footer {
  overflow: hidden;
  color: var(--monstack-common-white);
}
.footer a {
  color: var(--monstack-common-white);
}
@media only screen and (max-width: 575.98px) {
  .footer .footer-widget {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer .footer-widget {
    text-align: center;
  }
}
.footer .footer-widget__logo img {
  height: 40px;
}
.footer .footer-widget__title {
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  color: var(--monstack-common-white);
  margin-top: 38px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  .footer .footer-widget__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer .footer-widget__title {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.footer .footer-widget__menu-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: var(--monstack-common-white);
  margin-bottom: 39px;
}
@media only screen and (max-width: 767.98px) {
  .footer .footer-widget__menu-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer .footer-widget__menu-title {
    margin-bottom: 20px;
  }
}
.footer .footer-widget__menu li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991.98px) {
  .footer .footer-widget__menu li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer .footer-widget__menu li {
    margin-bottom: 5px;
  }
}
.footer .footer-widget__menu li a {
  font-family: var(--monstack-ff-heading);
}
@media only screen and (max-width: 767.98px) {
  .footer .footer-widget__menu li a {
    font-size: 16px;
  }
}
.footer .footer-widget__menu li:last-child {
  margin-bottom: 0;
}
.footer .footer-widget__menu li:hover a {
  color: var(--monstack-theme-primary);
}
.footer .footer-widget__info {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .footer .footer-widget__info {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .footer-widget__info:not(:last-child) {
    margin-bottom: 60px;
  }
}
.footer .footer-widget__info i {
  font-size: 53px;
  color: var(--monstack-theme-primary);
}
.footer .footer-widget__info p {
  color: rgbaGenerate(var(--monstack-common-white), 0.7);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.footer .footer-widget__info h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: var(--monstack-common-white);
}
@media only screen and (max-width: 767.98px) {
  .footer .footer-widget__info h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer .row .col-xl-4:last-child {
    margin-top: 40px;
    justify-content: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer .row .col-xl-4:last-child {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer .row .col-xl-4:last-child .footer-widget {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer .row .col-xl-4:last-child .footer-widget {
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
  }
}
.footer__copyright {
  border-top: 1px solid rgbaGenerate(var(--monstack-common-white), 0.7);
  padding: 26px 0;
  color: rgbaGenerate(var(--monstack-common-white), 0.7);
  font-size: 14px;
}
.footer__copyright ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 575.98px) {
  .footer__copyright ul {
    display: none;
  }
}
.footer__copyright ul li:not(:last-child) {
  border-right: 1px solid rgbaGenerate(var(--monstack-common-white), 0.16);
  padding-right: 15px;
}
.footer__copyright ul li a:hover {
  color: var(--monstack-theme-primary);
}
.footer__copyright p {
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .footer__copyright p {
    font-size: 14px;
  }
}

.footer-social-links {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 20px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-social-links a:hover {
  color: var(--monstack-theme-primary);
}
@media only screen and (max-width: 767.98px) {
  .footer-social-links {
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .footer-content-wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    gap: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-content-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer.section-padding-top-bottom {
    padding-bottom: 0 !important;
  }
}
/* -------------------------------------------------------------------------- */
/*                             Component Section Header css start             */
/* -------------------------------------------------------------------------- */
.section-header__title {
  color: var(--monstack-heading-primary);
  font-family: var(--monstack-ff-heading);
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -1.2px;
  line-height: 1.3;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .section-header__title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1023.98px) {
  .section-header__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-header__title {
    font-size: 30px;
  }
}
.section-header__subtitle {
  display: block;
  color: var(--monstack-theme-primary);
  font-family: var(--monstack-ff-heading);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.36px;
  line-height: 1;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 16px;
}
@media only screen and (max-width: 767.98px) {
  .section-header__subtitle {
    font-size: 14px;
  }
}
.section-header__desc {
  color: var(--title);
  font-family: var(--monstack-text-1);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.section-header--text-left {
  text-align: left;
}
.section-header--text-center {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .section-header--py-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* -------------------------------------------------------------------------- */
/*                             Component Section Header css end               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                            Breadcrumb css start                            */
/* -------------------------------------------------------------------------- */
.breadcrumb__block {
  display: block;
  padding-block: 130px 70px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .breadcrumb__block {
    padding-block: 80px 60px;
  }
}
.breadcrumb__block .background-image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.breadcrumb__block .shape-1 {
  bottom: -80px;
  left: -50px;
}
.breadcrumb__block .shape-1 svg {
  width: 330px;
  height: 343px;
}
@media only screen and (max-width: 1199.98px) {
  .breadcrumb__block .shape-1 {
    bottom: -30px;
    left: -30px;
  }
}
.breadcrumb__block .shape-2 {
  top: 0;
  right: -50px;
}
.breadcrumb__block .shape-2 svg {
  width: 305px;
  height: 386px;
}
@media only screen and (max-width: 1199.98px) {
  .breadcrumb__block .shape-2 {
    top: 0px;
    right: -30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb__block .shape-2 {
    top: 0px;
    right: -65px;
  }
}
.breadcrumb__block .shape-1,
.breadcrumb__block .shape-2 {
  position: absolute;
  z-index: -2;
}
.breadcrumb__block .shape-1 svg,
.breadcrumb__block .shape-2 svg {
  color: var(--monstack-common-white);
}
@media only screen and (max-width: 1439.98px) {
  .breadcrumb__block .shape-1 svg,
  .breadcrumb__block .shape-2 svg {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 991.98px) {
  .breadcrumb__block .shape-1 svg,
  .breadcrumb__block .shape-2 svg {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (max-width: 575.98px) {
  .breadcrumb__block .shape-1 svg,
  .breadcrumb__block .shape-2 svg {
    display: none;
  }
}
.breadcrumb__title {
  text-align: center;
}
.breadcrumb__title span {
  display: inline-block;
  max-width: max-content;
  width: 100%;
  padding-block: 20px;
  padding-inline: 90px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb__title span {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb__title span {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .breadcrumb__title span {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .breadcrumb__title span {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1400px) {
  .breadcrumb__title span {
    font-size: 100px;
  }
}
.breadcrumb__title span::before, .breadcrumb__title span::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 500px;
  z-index: -1;
}
.breadcrumb__title span::after {
  -webkit-transform: rotate(-4.5deg);
  -ms-transform: rotate(-4.5deg);
  transform: rotate(-4.5deg);
}
@media only screen and (max-width: 1199.98px) {
  .breadcrumb__title span {
    padding-block: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .breadcrumb__title span {
    padding-inline: 40px;
  }
  .breadcrumb__title span::after {
    -webkit-transform: rotate(-3.5deg);
    -ms-transform: rotate(-3.5deg);
    transform: rotate(-3.5deg);
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb__title span {
    padding-inline: 35px;
  }
  .breadcrumb__title span::after {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}
.breadcrumb__nav {
  margin-top: 146px;
}
@media only screen and (max-width: 1599.98px) {
  .breadcrumb__nav {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 1439.98px) {
  .breadcrumb__nav {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .breadcrumb__nav {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .breadcrumb__nav {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb__nav {
    margin-top: 60px;
  }
}
.breadcrumb__nav .breadcrumb {
  display: flex;
  justify-content: center;
}
.breadcrumb__nav .breadcrumb .breadcrumb-item {
  color: var(--monstack-color-gray3);
  font-weight: 400;
  line-height: 1;
  list-style: none;
}
@media only screen and (max-width: 575.98px) {
  .breadcrumb__nav .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}
.breadcrumb__nav .breadcrumb .breadcrumb-item a {
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.breadcrumb__nav .breadcrumb .breadcrumb-item.active {
  color: var(--monstack-common-white);
  font-weight: 500;
}
.breadcrumb__nav .breadcrumb .breadcrumb-item.active::before {
  color: var(--monstack-color-gray3);
}
.breadcrumb__nav .breadcrumb .breadcrumb-item.active a {
  color: inherit;
}

.blog-header {
  padding: 5rem 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://source.unsplash.com/random/1920x600/?technology");
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
}
.blog-header__title {
  font-size: 3rem;
  margin-bottom: 20px;
}
.blog-header__meta {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
}

.blog__content {
  font-size: 1.1rem;
  line-height: 1.8;
}
.blog__content img {
  margin: 2rem 0;
  border-radius: 0.5rem;
  -webkit-box-shadow: 2;
  -moz-box-shadow: 2;
  -ms-box-shadow: 2;
  -o-box-shadow: 2;
  box-shadow: 2;
}
.blog__content blockquote {
  border-left: 4px solid var(--monstack-theme-primary);
  padding-left: 20px;
  font-style: italic;
  color: var(--bs-secondary);
}

.author-card {
  background-color: var(--bs-card-bg);
  border-radius: 0.5rem;
  padding: 2rem;
  -webkit-box-shadow: 1;
  -moz-box-shadow: 1;
  -ms-box-shadow: 1;
  -o-box-shadow: 1;
  box-shadow: 1;
}
.author-card .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

.related-post:hover {
  transform: translateY(-5px);
}
.related-post img {
  height: 200px;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}

/* -------------------------------------------------------------------------- */
/*                             Component Button css start                            */
/* -------------------------------------------------------------------------- */
.theme-btn {
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-block;
  font-family: var(--monstack-ff-assets);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.36px;
  line-height: 1.2;
  overflow: hidden;
  padding: 17px 28px;
  word-spacing: 0.1rem;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  border-radius: 999px;
}
@media only screen and (max-width: 767.98px) {
  .theme-btn {
    padding: 10px 20px;
    font-size: 12px;
  }
}
.theme-btn:before {
  border-radius: 80%;
  content: "";
  height: 290%;
  left: 50%;
  position: absolute;
  top: 162%;
  -webkit-transform: translate(-50%) rotate(-8deg);
  -ms-transform: translate(-50%) rotate(-8deg);
  transform: translate(-50%) rotate(-8deg);
  transition-duration: 0.8s;
  width: 210%;
  z-index: -1;
}
.theme-btn > span {
  margin-left: 5px;
}
.theme-btn i {
  font-size: 16px;
}
.theme-btn svg {
  height: 16px;
}

.style1 {
  background: var(--monstack-common-white);
  border: 1px solid transparent;
  color: var(--monstack-common-black);
}
.style1:before {
  background: var(--monstack-theme-primary);
}
.style1:hover {
  border: 1px solid var(--monstack-text-1);
  color: var(--monstack-common-white) !important;
}
.style1:hover i {
  margin-left: 10px;
}
.style1:hover::before {
  top: -96%;
}

.style2 {
  background: var(--monstack-theme-primary);
  border: 1px solid transparent;
  color: var(--monstack-common-white);
}
.style2:before {
  background: var(--monstack-heading-primary);
}
.style2:hover {
  border: 1px solid var(--monstack-theme-primary);
  color: var(--monstack-common-black) !important;
}
.style2:hover i {
  margin-left: 10px;
}
.style2:hover::before {
  top: -96%;
}

.reply-btn {
  text-decoration: none;
  font-size: 14px;
  color: var(--monstack-theme-primary);
}
.reply-btn i {
  font-size: 12px;
}
.reply-btn svg {
  height: 12px;
}

.theme-btn-round {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--monstack-theme-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 70px;
  width: 70px;
}
.theme-btn-round i {
  font-size: 16px;
  color: var(--monstack-common-white);
}
.theme-btn-round svg {
  height: 16px;
}
.theme-btn-round svg path {
  color: var(--monstack-common-white);
}
.theme-btn-round:hover {
  background-color: transparent;
}
.theme-btn-round:hover i {
  font-size: 16px;
  color: var(--monstack-theme-primary);
}
.theme-btn-round:hover svg {
  height: 16px;
}
.theme-btn-round:hover svg path {
  color: var(--monstack-theme-primary);
}

.theme-btn_circle {
  position: relative;
  display: block;
  height: 230px;
  width: 230px;
  border-radius: 50%;
  background: transparent;
  color: var(--monstack-common-white);
  border: 1px solid var(--monstack-common-white);
  padding: 0 29px;
  align-content: center;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .theme-btn_circle {
    height: 180px;
    width: 180px;
  }
}
.theme-btn_circle:before {
  border-radius: 80%;
  content: "";
  height: 290%;
  left: 50%;
  position: absolute;
  top: 162%;
  -webkit-transform: translate(-50%) rotate(-8deg);
  -ms-transform: translate(-50%) rotate(-8deg);
  transform: translate(-50%) rotate(-8deg);
  transition-duration: 0.8s;
  width: 210%;
  z-index: -1;
}

.btn_moveing_hover {
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
}

/* -------------------------------------------------------------------------- */
/*                             Component Button css end                            */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                             Component Choose-us css start                            */
/* -------------------------------------------------------------------------- */
.choose-us .btn-wrapper {
  margin-top: 50px;
}
.choose-us .single-brand-slide {
  padding: 0 20px;
}

/* -------------------------------------------------------------------------- */
/*                             Blog section  css start                            */
/* -------------------------------------------------------------------------- */
.about {
  overflow: hidden;
}
.about .section-header__title {
  margin-bottom: 25px;
}
.about .about-vector {
  position: absolute;
  right: 0;
  bottom: 220px;
}
.about__inner-section {
  display: flex;
  gap: 15px;
}
.about__content {
  padding-top: 66px;
}
@media only screen and (min-width: 768px) {
  .about__content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about__content {
    padding: 0;
  }
}
.about__content__checklist {
  padding-bottom: 20px;
  padding-top: 27px;
}
.about__content__checklist svg path {
  fill: var(--monstack-common-white);
}
.about__content__checklist i {
  color: var(--monstack-common-white);
}
.about__content__checklist-item {
  align-items: center;
  display: flex;
  gap: 7px;
  padding-bottom: 20px;
}
.about__content__checklist-item__text {
  color: var(--monstack-heading-primary);
  font-family: var(--monstack-ff-heading);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.about-thumb {
  position: relative;
}
.about-thumb__one {
  margin-top: 50px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 9;
}
.about-thumb__two {
  margin-top: 228px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 575.98px) {
  .about-thumb__two {
    margin-top: 165px;
  }
}
.about-thumb__shape1 {
  position: absolute;
  left: 55px;
  top: 0;
  background: var(--monstack-theme-secondary);
  border-radius: 50%;
  padding: 10px;
}
.about-thumb__shape2 {
  position: absolute;
  top: 100px;
  left: 22px;
  right: 0px;
  z-index: -1;
}
.about-thumb__shape3 {
  position: absolute;
  bottom: 50px;
  right: 30px;
}
.about-thumb__shape4 {
  position: absolute;
  bottom: 100px;
  right: 40px;
  left: 10px;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .about__content {
    padding-top: 45px;
  }
  .about-thumb__two {
    margin-top: 160px;
  }
  .about-thumb__shape1 {
    position: absolute;
    left: 30px;
    top: 0;
  }
}
/* -------------------------------------------------------------------------- */
/*                             Blog section  css end                          */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                             Component Choose-us css start                            */
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .service__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .service__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.service__link {
  display: block;
  perspective: 1000px;
  background-color: transparent;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  transition: none;
}
.service__box-hover {
  height: fit-content !important;
  width: 100%;
  color: var(--monstack-common-var(--monstack-common-white));
  border-bottom: 1px solid var(--monstack-theme-primary) !important;
}
@media only screen and (min-width: 992px) {
  .service__box-hover {
    height: 200px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    -webkit-transform: rotateX(-180deg) rotateY(0) rotateZ(0);
    -ms-transform: rotateX(-180deg) rotateY(0) rotateZ(0);
    transform: rotateX(-180deg) rotateY(0) rotateZ(0);
  }
}
@media only screen and (max-width: 991.98px) {
  .service__box-hover {
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .service__box-hover {
    padding: 20px;
  }
}
.service__box-hover .service__number {
  position: relative;
}
@media only screen and (max-width: 575.98px) {
  .service__box-hover .service__number {
    position: relative;
  }
}
@media only screen and (max-width: 991.98px) {
  .service__box-hover .service__number {
    margin-right: 0;
  }
}
.service__box-hover .service__title {
  font-size: 30px;
  color: var(--monstack-common-var(--monstack-common-white));
}
@media only screen and (max-width: 991.98px) {
  .service__box-hover .service__title {
    text-align: right;
  }
}
@media only screen and (max-width: 991.98px) {
  .service__box-hover .service__title {
    margin-top: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 991.98px) {
  .service__box-hover img {
    grid-column: 1/-1;
    width: 100%;
    margin-block: 15px;
  }
}
.service__box-hover p {
  color: var(--monstack-common-var(--monstack-common-white));
  max-width: 319px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .service__box-hover p {
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .service__box-hover p {
    max-width: 100%;
  }
}
.service__item, .service__title {
  font-size: 80px;
  color: var(--monstack-text-3);
}
@media only screen and (min-width: 768px) {
  .service__title {
    font-size: 60px;
  }
}
.service__number {
  margin-right: 75px;
}
.service .theme-btn-round {
  background-color: var(--monstack-theme-primary);
  flex-shrink: 0;
}
.service .theme-btn-round i {
  color: var(--monstack-common-var(--monstack-common-white));
}
.service .theme-btn-round:hover {
  background-color: transparent;
}
.service .theme-btn-round:hover i {
  color: var(--monstack-theme-primary);
}
@media only screen and (max-width: 991.98px) {
  .service .theme-btn-round {
    margin: 0 auto;
    margin-top: 10px;
  }
}
.service .service__box {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.14);
  width: 100%;
  height: 200px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-bottom: 30px;
}

.service-page .service-details {
  border-radius: 8px;
}
.service-page .service-details__thumb {
  max-height: 500px;
  width: 100%;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.service-page .service-details__thumb img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.service-page .service-details__title {
  margin-top: 10px;
  font-size: 60px;
}
@media only screen and (max-width: 991.98px) {
  .service-page .service-details__title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1023.98px) {
  .service-page .service-details__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-page .service-details__title {
    font-size: 30px;
  }
}
.service-page .service-details__post-content h2 {
  margin-bottom: 20px;
  font-size: 36px;
}
@media only screen and (max-width: 767.98px) {
  .service-page .service-details__post-content h2 {
    font-size: 22px;
  }
}
.service-page .service-details__post-content p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .service-page .service-details__post-content p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.service-page .service-details__post-content img {
  width: 100%;
  border-radius: 8px;
  margin: 20px 0;
  max-height: 400px;
  object-fit: cover;
}
.service-page .service-details__post-content ul, .service-page .service-details__post-content ol {
  padding: revert;
  margin: revert;
}

.single-pricing-card {
  background: var(--monstack-theme-secondary);
  border-radius: 12px;
  padding: 40px 30px;
  border: 1px solid #25253a;
  transition: all 0.3s ease;
}
.single-pricing-card:hover {
  border-color: var(--monstack-theme-primary);
  transform: translateY(-5px);
}
.single-pricing-card.popular {
  border: 1px solid var(--monstack-theme-primary);
  position: relative;
}
.single-pricing-card.popular-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: var(--monstack-theme-primary);
  color: var(--monstack-common-white);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
}
.single-pricing-card .theme-btn {
  text-align: center;
}
.single-pricing-card .service-features {
  background: var(--monstack-theme-secondary);
  border-radius: 16px;
  padding: 60px;
  margin: 60px 0;
}
.single-pricing-card .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}
.single-pricing-card .feature-card {
  background: #1a1a2e;
  border-radius: 12px;
  padding: 30px;
  transition: transform 0.3s ease;
}
.single-pricing-card .feature-card:hover {
  transform: translateY(-5px);
}
.single-pricing-card .feature-icon {
  font-size: 2rem;
  color: var(--monstack-theme-primary);
  margin-bottom: 20px;
}
.single-pricing-card .tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px 0;
}
.single-pricing-card .tech-item {
  background: #1a1a2e;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
}
.single-pricing-card .service-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 60px 0;
}
.single-pricing-card .gallery-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.single-pricing-card .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.single-pricing-card .gallery-item:hover img {
  transform: scale(1.05);
}
.single-pricing-card .pricing-plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.single-pricing-card .price {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 20px 0;
}
.single-pricing-card .price span {
  font-size: 1rem;
  opacity: 0.7;
}
.single-pricing-card .pricing-features {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.single-pricing-card .pricing-features li {
  padding: 10px 0;
  border-bottom: 1px solid #25253a;
}
.single-pricing-card .pricing-features li:last-child {
  border-bottom: none;
}

/* -------------------------------------------------------------------------- */
/*                             Component Choose-us css  end                          */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                             Component video-player css start                            */
/* -------------------------------------------------------------------------- */
.video-player {
  min-height: 100vh;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-player__wrap {
  width: 70%;
  height: 75vh;
  margin: 0 auto;
  background: #000;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .video-player__wrap {
    height: 250px;
    width: 50%;
  }
}
.video-player video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-player__play-btn {
  position: absolute;
  -webkit-transform: all 0.5s ease;
  -ms-transform: all 0.5s ease;
  transform: all 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 152px;
  height: 152px;
  border-radius: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid var(--monstack-theme-primary);
  backdrop-filter: blur(7px);
  font-size: 50px;
  color: var(--monstack-theme-primary);
}
@media only screen and (max-width: 991.98px) {
  .video-player__play-btn {
    width: 80px;
    height: 80px;
    font-size: 15px;
  }
}
.video-player__play-btn.disabled {
  transform: translate(-50%, -50%) scale(0.4);
  visibility: hidden;
  cursor: initial;
  opacity: 0;
}

.video-player-shape-1 {
  position: absolute;
  height: 60%;
  width: 40%;
}
@media only screen and (max-width: 767.98px) {
  .video-player-shape-1 {
    display: none;
  }
}
.video-player-shape-1--bottom {
  bottom: 0;
  right: 0;
}
.video-player-shape-1--top {
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

/* -------------------------------------------------------------------------- */
/*                             Component video-player css end                          */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                      component testimonials css start                      */
/* -------------------------------------------------------------------------- */
.testimonial {
  overflow: hidden;
}
.testimonial__slider:not(.swiper-initialized) .testimonial__slide__wrap {
  gap: 20px;
}
.testimonial__slide__wrap {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
}
.testimonial__slide__wrap .testimonial__slide {
  width: 500px;
  max-width: 100%;
  background-color: var(--monstack-theme-primary);
}
@media only screen and (max-width: 767.98px) {
  .testimonial__slide__wrap .testimonial__slide {
    width: 350px;
    padding: 30px 20px;
  }
}
.testimonial__slider {
  margin-top: 60px;
  overflow: initial;
}
.testimonial__slide {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 60px 50px;
  border-radius: 20px;
}
.testimonial__slide__ratings-stars ul {
  display: flex;
  gap: 15px;
}
.testimonial__slide__ratings-stars ul li {
  list-style: none;
}
.testimonial__slide__ratings-stars ul li i {
  font-size: 16px;
  color: var(--monstack-common-white);
}
.testimonial__slide__ratings-stars ul li.checked i {
  color: yellow;
}
.testimonial__slide__text {
  margin: 0;
  margin-top: 40px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--monstack-common-white);
}
@media only screen and (max-width: 767.98px) {
  .testimonial__slide__text {
    margin-top: 15px;
    font-size: 30px;
  }
}
.testimonial__slide.swiper-slide-active {
  margin-top: -30px;
  background-color: var(--monstack-theme-primary);
}
.testimonial__author {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .testimonial__author {
    margin-top: 20px;
  }
}
.testimonial__author__avater {
  height: 80px;
  width: 80px;
  overflow: hidden;
  gap: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 767.98px) {
  .testimonial__author__avater {
    height: 60px;
    width: 60px;
  }
}
.testimonial__author__avater img {
  height: fit-content;
  width: fit-content;
  object-fit: cover;
}
.testimonial__author__name {
  font-weight: 500;
  line-height: 133.333%;
  margin: 0;
  color: var(--monstack-common-white);
}
@media only screen and (max-width: 767.98px) {
  .testimonial__author__name {
    font-size: 25px;
  }
}
.testimonial__author__designation {
  font-size: 16px;
  font-weight: 400;
  color: var(--monstack-common-white);
}
@media only screen and (max-width: 767.98px) {
  .testimonial__author__designation {
    font-size: 14px;
  }
}
.testimonial__navigation {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}
.testimonial__prev, .testimonial__next {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 40px;
  height: 40px;
  border: 1.3px solid var(--monstack-theme-primary);
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  font-size: 22px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial__prev i, .testimonial__next i {
  font-size: 14px;
  color: var(--monstack-theme-primary);
}
.testimonial__prev:hover i, .testimonial__prev:hover svg, .testimonial__next:hover i, .testimonial__next:hover svg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.testimonial__prev svg, .testimonial__next svg {
  height: 16px;
}
.testimonial__prev svg path, .testimonial__next svg path {
  fill: var(--monstack-theme-primary);
}

/* -------------------------------------------------------------------------- */
/*                      component testimonials css end                        */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                      component preloader css start                      */
/* -------------------------------------------------------------------------- */
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #0e0f11;
}
.preloader .agx-btn {
  font-weight: 700;
}

.preloader-inner {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  left: 50%;
  top: 50%;
  gap: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader-inner img {
  display: block;
  height: 40px;
}

.loader {
  display: block;
  -webkit-animation: loaderspin 1.5s infinite;
  animation: loaderspin 1.5s infinite;
  height: 50px;
  width: 50px;
}
.loader:before, .loader:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.loader:before {
  animation: ball1 1.5s infinite;
  background-color: #cccccc;
  box-shadow: 30px 0 0 var(--monstack-theme-primary);
  margin-bottom: 10px;
}
.loader:after {
  animation: ball2 1.5s infinite;
  background-color: var(--monstack-theme-primary);
  box-shadow: 30px 0 0 var(--monstack-theme-primary);
}

@keyframes loaderspin {
  0% {
    -webkit-transform: rotate(0deg) scale(0.8);
    -ms-transform: rotate(0deg) scale(0.8);
    transform: rotate(0deg) scale(0.8);
  }
  50% {
    border: 1px solid var(--monstack-theme-primary);
    -webkit-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(0.8);
    -ms-transform: rotate(720deg) scale(0.8);
    transform: rotate(720deg) scale(0.8);
  }
}
@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 var(--monstack-theme-primary);
  }
  50% {
    box-shadow: 0 0 0 var(--monstack-theme-primary);
    margin-bottom: 0;
    -webkit-transform: translate(15px, 15px);
    -ms-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 var(--monstack-theme-primary);
    margin-bottom: 10px;
  }
}
@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #cccccc;
  }
  50% {
    box-shadow: 0 0 0 #cccccc;
    margin-top: -20px;
    -webkit-transform: translate(15px, 15px);
    -ms-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #cccccc;
    margin-top: 0;
  }
}
.fade-up {
  transform: translateY(-100%);
  opacity: 0;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s;
}

#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}

#cursor-border {
  --size: 50px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px white;
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 999;
}

.section_marquee_2 {
  background-color: var(--monstack-theme-primary);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section_marquee_2 .js-marquee {
  display: flex;
  align-items: center;
  gap: 30px;
}
.section_marquee_2 h2,
.section_marquee_2 h2 span {
  color: var(--monstack-common-black);
  font-weight: 700;
  font-size: 35px;
  text-align: center;
}

/* -------------------------------------------------------------------------- */
/*                             Blog section  css start                            */
/* -------------------------------------------------------------------------- */
.blog {
  overflow: hidden;
}
@media only screen and (min-width: 1400px) {
  .blog__pagination {
    margin-top: 90px;
  }
}
.blog__pagination .pagination {
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .blog__pagination .pagination {
    gap: 10px;
  }
}
.blog__pagination .pagination .page-item .page-link {
  width: 67px;
  height: 67px;
  border: 1px solid var(--monstack-theme-primary);
  display: grid;
  place-content: center;
  border-radius: 100%;
  background-color: transparent;
  color: var(--monstack-common-white);
}
@media only screen and (max-width: 767.98px) {
  .blog__pagination .pagination .page-item .page-link {
    width: 50px;
    height: 50px;
  }
}
.blog__pagination .pagination .page-item .page-link:focus {
  z-index: 3;
  color: var(--monstack-common-white);
  background-color: inherit;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog__pagination .pagination .page-item .page-link:hover {
  background-color: var(--monstack-theme-primary);
  color: #0e0f11;
}
.blog__pagination .pagination .page-item.active .page-link {
  background-color: var(--monstack-theme-primary);
  color: #0e0f11;
}
@media only screen and (max-width: 991.98px) {
  .blog__sideber {
    padding-top: 30px;
  }
  .blog__sideber .widget-card:not(:last-child) {
    margin-bottom: 30px;
  }
}

.single-blog {
  margin: 20px 0;
}
.single-blog__image-wrap {
  max-height: 348px;
  width: 100%;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.single-blog__thumb img {
  object-fit: cover;
  height: 348px;
  width: 100%;
}
.single-blog__content {
  margin-top: 1rem;
}
.single-blog__meta {
  opacity: 0.85;
  font-size: 1.1rem;
  font-weight: 500;
}
.single-blog__meta span {
  font-size: 1.1rem;
  font-weight: 500;
}
.single-blog__meta span:first-child {
  opacity: 0.85;
}
.single-blog__post-meta i {
  margin-right: 5px;
}
@media only screen and (max-width: 767.98px) {
  .single-blog__post-meta span {
    font-size: 14px;
  }
}
.single-blog__title {
  margin: 16px 0;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767.98px) {
  .single-blog__title {
    font-size: 25px;
  }
}
.single-blog__terms {
  margin-top: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  gap: 5px;
}
.single-blog__badge {
  display: inline-flex;
  gap: 0.25em;
  padding: 0px 10px;
  border-radius: 50px;
  font-size: 12px;
  color: var(--monstack-common-black);
  background-color: #e8eaed;
}
.single-blog__badge:hover {
  color: var(--monstack-theme-primary);
}
.single-blog__overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  padding: 3vh;
  color: var(--monstack-common-white);
}
.single-blog__overlay.top {
  top: 0;
  bottom: auto;
  background: 17, 16, 19;
  background: linear-gradient(180deg, rgba(17, 16, 19, 0.5) 0%, rgba(17, 16, 19, 0) 100%);
}
.single-blog__overlay.fade-up {
  transform: translateY(6%);
  opacity: 0;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
}
.single-blog__overlay.fade-down {
  transform: translateY(-6%);
  opacity: 0;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
}
.single-blog__overlay:not(.top) {
  bottom: 0;
}
.single-blog:hover .single-blog__overlay.fade-up {
  transform: none;
  opacity: 1;
}
.single-blog:hover .single-blog__overlay.fade-down {
  transform: none;
  opacity: 1;
}
.single-blog .btn-wrapper {
  margin-top: 30px;
}

.single-blog-details__post-content h2, .single-blog-details__post-content h3, .single-blog-details__post-content h4, .single-blog-details__post-content h5, .single-blog-details__post-content h6 {
  padding: 10px;
  padding-bottom: 15px;
}
.single-blog-details__post-content h2 {
  margin-bottom: 20px;
  font-size: 36px;
}
@media only screen and (max-width: 767.98px) {
  .single-blog-details__post-content h2 {
    font-size: 22px;
  }
}
.single-blog-details__post-content p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .single-blog-details__post-content p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.single-blog-details__post-content img {
  width: 100%;
  border-radius: 8px;
  margin: 20px 0;
  max-height: 400px;
  object-fit: cover;
}
.single-blog-details__post-content ul, .single-blog-details__post-content ol {
  padding: revert;
  margin: revert;
}
.single-blog-details__section-title {
  font-size: 34px;
  color: var(--monstack-header-primary);
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .single-blog-details__section-title {
    font-size: 26px;
  }
}
.single-blog-details__thumb {
  max-height: 500px;
  width: 100%;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.single-blog-details__thumb img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.single-blog-details__post-meta {
  margin-top: 15px;
  margin-bottom: 15px;
}
.single-blog-details__post-meta i {
  margin-right: 5px;
}
@media only screen and (max-width: 767.98px) {
  .single-blog-details__post-meta span {
    font-size: 14px;
  }
}
.single-blog-details__post-title {
  margin-top: 10px;
  font-size: 60px;
}
@media only screen and (max-width: 991.98px) {
  .single-blog-details__post-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1023.98px) {
  .single-blog-details__post-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .single-blog-details__post-title {
    font-size: 30px;
  }
}
.single-blog-details blockquote {
  border-radius: 20px;
  border: 2px solid var(--monstack-theme-primary);
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.single-blog-details blockquote .blockquote-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  line-height: 1;
}
.single-blog-details blockquote .blockquote-footer::before {
  content: unset;
}
.single-blog-details blockquote .blockquote-footer cite {
  font-style: normal;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-blog-details blockquote .blockquote-footer cite::before {
  position: relative;
  content: "";
  top: 50%;
  left: 0px;
  width: 40px;
  height: 2px;
  background-color: var(--monstack-theme-primary);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-blog-details blockquote .blockquote-footer cite .author {
  display: inline-block;
  font-weight: 500;
  font-family: var(--monstack-ff-heading);
  color: var(--monstack-common-white);
  font-size: 20px;
}
.single-blog-details blockquote .blockquote-footer .quote-icon {
  font-size: 42.286px;
  color: var(--monstack-theme-primary);
}
.single-blog-details .post-image-gallery {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}
.single-blog-details .post-image-gallery img {
  border-radius: 20px;
  width: 48%;
  max-height: 400px;
}
@media only screen and (max-width: 991.98px) {
  .single-blog-details .post-image-gallery img {
    width: 100%;
  }
}
.single-blog-details__tagsAndSocial {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
  padding-block: 25px;
  padding-inline: 40px 10px;
  border-radius: 20px;
  border: 1px solid var(--monstack-color-gray3);
  gap: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .single-blog-details__tagsAndSocial {
    margin-top: 30px;
    padding-inline: 20px 10px;
    border-radius: 10px;
  }
}
.single-blog-details__tagsAndSocial .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 5px;
}
.single-blog-details__tagsAndSocial .tags .title {
  font-weight: 500;
  line-height: 116.667%;
  margin: 0;
}
.single-blog-details__tagsAndSocial .tags ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-blog-details__tagsAndSocial .tags ul li a {
  color: var(--monstack-common-white);
  font-size: 16px;
  font-weight: 400;
}
.single-blog-details__tagsAndSocial .tags ul li a:hover {
  color: var(--monstack-theme-primary);
}
.single-blog-details__tagsAndSocial .social-share ul {
  display: flex;
  text-align: center;
  gap: 20px;
}
.single-blog-details__tagsAndSocial .social-share ul li a {
  display: grid;
  place-content: center;
  color: var(--monstack-common-white);
  font-size: 25px;
  border: 1px solid var(--monstack-common-white);
  border-radius: 14px;
  padding-inline: 20px;
  width: 65px;
  height: 52px;
}
.single-blog-details__tagsAndSocial .social-share ul li a:hover {
  border-color: var(--monstack-theme-primary);
  color: var(--monstack-theme-primary);
}
@media only screen and (max-width: 1199.98px) {
  .single-blog-details__tagsAndSocial .social-share ul li a {
    padding-inline: 12px;
    font-size: 20px;
    width: 50px;
    height: 42px;
  }
}

.blog2-items-wrap .row .col-12:not(:last-child) {
  margin-bottom: 30px;
}

.author-card {
  background-color: var(--monstack-theme-secondary);
  border-radius: 0.5rem;
  padding: 2rem;
  -webkit-box-shadow: 1;
  -moz-box-shadow: 1;
  -ms-box-shadow: 1;
  -o-box-shadow: 1;
  box-shadow: 1;
}
@media only screen and (max-width: 767.98px) {
  .author-card__name {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .author-card p {
    font-size: 16px;
  }
}
.author-card__image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

.navigation-controls {
  display: flex;
  justify-content: space-between;
}
.navigation-controls .nav-item {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  position: relative;
}
.navigation-controls .nav-item .icon i {
  color: var(--monstack-header-primary);
  font-size: 20px;
}
.navigation-controls .nav-item span {
  color: var(--monstack-header-primary);
  font-family: var(--monstack-ff-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.36px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .navigation-controls .nav-item span {
    font-size: 14;
  }
}
.navigation-controls .nav-item:hover .icon i, .navigation-controls .nav-item:hover span {
  color: var(--monstack-theme-primary);
}

.single-blog-details__comment-form {
  border-radius: 20px;
  background: var(--monstack-theme-secondary);
  padding: 50px 60px;
  margin-top: 50px;
}
@media only screen and (max-width: 767.98px) {
  .single-blog-details__comment-form {
    border-radius: 10px;
    padding: 30px 40px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .single-blog-details__comment-form {
    padding: 20px 30px;
  }
}
.single-blog-details__comment-form .title {
  margin-bottom: 10px;
}
.single-blog-details__comment-form p {
  color: var(--monstack-color-gray3);
  font-size: 16px;
}
.single-blog-details__comment-form .comment-form {
  margin-top: 30px;
}
@media only screen and (max-width: 767.98px) {
  .single-blog-details__comment-form .comment-form {
    margin-top: 20px;
  }
}
.single-blog-details__comment-form .comment-form .input-group {
  flex-direction: column;
}
.single-blog-details__comment-form .comment-form .input-group:not(:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .single-blog-details__comment-form .comment-form .input-group:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.single-blog-details__comment-form .comment-form .input-group label {
  display: inline-block;
  color: var(--monstack-common-white);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 14px;
}
.single-blog-details__comment-form .comment-form .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 20px;
}
@media only screen and (max-width: 767.98px) {
  .single-blog-details__comment-form .comment-form .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 10px;
  }
}
.single-blog-details__comment-form .comment-form .input-group .form-control {
  width: 100%;
  border-radius: 20px;
  border: 1px solid var(--monstack-color-gray3);
  background-color: transparent;
  color: var(--monstack-common-white);
  padding-inline: 20px;
  padding-block: 22px;
}
.single-blog-details__comment-form .comment-form .input-group .form-control::placeholder {
  color: var(--monstack-common-white);
  opacity: 0.3;
}
.single-blog-details__comment-form .comment-form .input-group .form-control:focus, .single-blog-details__comment-form .comment-form .input-group .form-control:active, .single-blog-details__comment-form .comment-form .input-group .form-control:focus-visible {
  box-shadow: none;
  outline: none;
}
@media only screen and (max-width: 767.98px) {
  .single-blog-details__comment-form .comment-form .input-group .form-control {
    border-radius: 10px;
    padding-inline: 10px;
    padding-block: 10px;
  }
}
.single-blog-details__comment-form .comment-form .submit-btn {
  background-color: var(--monstack-theme-primary);
  color: var(--monstack-common-white);
  margin-top: 30px;
}
.single-blog-details__comment-form .comment-form .submit-btn:hover {
  background-color: var(--monstack-common-white);
  color: var(--monstack-theme-secondary);
}
@media only screen and (max-width: 767.98px) {
  .single-blog-details__comment-form .comment-form .submit-btn {
    margin-top: 20px;
  }
}

.single-blog-details__comment-lists .comment-reply {
  margin-left: 50px;
}
.single-blog-details__comment-lists .single-comment {
  padding: 20px;
  background-color: var(--monstack-theme-secondary);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  gap: 15px;
  border-radius: 10px;
}
.single-blog-details__comment-lists .single-comment:is(.comment-reply) {
  width: fit-content;
}
.single-blog-details__comment-lists .single-comment:not(:last-child) {
  margin-bottom: 20px;
}
.single-blog-details__comment-lists .single-comment__date {
  margin-bottom: 10px;
  display: block;
}
.single-blog-details__comment-lists .single-comment__author {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  height: 60px;
  width: 60px;
}
.single-blog-details__comment-lists .single-comment__author img {
  height: fit-content;
  width: fit-content;
  object-fit: cover;
}
.single-blog-details__comment-lists .single-comment__content {
  flex: 1;
  width: 100%;
}
/* --------------------------------------------
  Portfolio
 ---------------------------------------------- */
.filter-itmes {
  min-height: 400px;
  margin-bottom: 50px;
}

.portfolio {
  overflow: hidden;
}

.portfolio__items .portfolio__item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.portfolio__items .portfolio__item a {
  display: block;
}
.portfolio__items .portfolio__item img {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  vertical-align: middle;
}
.portfolio__items .portfolio__item img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.portfolio__titles {
  margin-top: 60px;
  visibility: hidden;
  position: fixed;
  z-index: 15;
  white-space: nowrap;
  opacity: 0;
}
.portfolio__titles p {
  margin-top: 5px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.portfolio__titles span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.portfolio__titles p,
.portfolio__titles span {
  padding: 10px 15px;
  color: black;
  background-color: #fff;
}

.portfolio__titles.visible {
  opacity: 1;
  visibility: visible !important;
  z-index: 99999;
}

.filter-nav__wrapper {
  margin-top: 30px;
}
.filter-nav__nav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 0 3px;
  justify-self: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.filter-nav__list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: background-color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  color: var(--color-contrast-higher);
  flex-wrap: wrap;
  justify-content: center;
}
.filter-nav__item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  border-radius: 14px;
}
.filter-nav__btn {
  outline: 0;
  color: var(--color-contrast-higher);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  padding: 0 17px 0 16px;
  height: 48px;
  border-radius: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-nav__btn span {
  position: absolute;
  right: 9px;
  top: 9px;
  border-radius: 6px;
  line-height: 16px;
  font-size: 12px;
  color: var(--color-contrast-medium);
}
.filter-nav__btn:hover:before {
  opacity: 1;
}
.filter-nav__btn:hover {
  opacity: 1 !important;
  color: var(--monstack-common-white);
}
.filter-nav__btn[aria-current=true] {
  color: var(--monstack-common-black);
  pointer-events: none;
}
.filter-nav__marker {
  position: absolute;
  top: 3px;
  left: 0;
  width: 0;
  border-radius: 14px;
  height: 100%;
  pointer-events: none;
  -webkit-transition: width 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: width 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), width 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), width 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: width, transform;
  background-color: var(--monstack-common-white);
}
.filter-nav__marker {
  top: 0;
  width: 0;
}
.filter-nav__item.active {
  color: var(--monstack-common-black);
}
.filter-nav__item.active .filter-nav__btn:hover {
  color: var(--monstack-common-black);
}

/* --------------------------------------------
     Portfolio single page css start
 ---------------------------------------------- */
.post-header {
  text-align: center;
}
.post-header__title {
  font-size: 42px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
  .post-header__title {
    font-size: 35px;
  }
}
.post-header__meta {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
  color: var(--monstack-color-gray3);
}
@media only screen and (max-width: 767.98px) {
  .post-header__meta {
    gap: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .post-header__meta span {
    flex-direction: column;
    display: flex;
  }
}
.post-header__tags {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767.98px) {
  .post-header__tags {
    gap: 8px;
  }
}
.post-header__tag {
  background-color: var(--monstack-color-gray2);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  color: var(--monstack-common-black);
}
@media only screen and (max-width: 767.98px) {
  .post-header__tag {
    padding: 4px 9px;
  }
}
.post-header__thumb {
  width: 100%;
  border-radius: 8px;
  max-height: 500px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.project-page .project-details {
  border-radius: 8px;
}
.project-page .project-details__thumb {
  max-height: 500px;
  width: 100%;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.project-page .project-details__thumb img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.project-page .project-details__title {
  margin-top: 10px;
  font-size: 60px;
}
@media only screen and (max-width: 991.98px) {
  .project-page .project-details__title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1023.98px) {
  .project-page .project-details__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .project-page .project-details__title {
    font-size: 30px;
  }
}
.project-page .project-details__post-content h2 {
  margin-bottom: 20px;
  font-size: 36px;
}
@media only screen and (max-width: 767.98px) {
  .project-page .project-details__post-content h2 {
    font-size: 22px;
  }
}
.project-page .project-details__post-content p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .project-page .project-details__post-content p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.project-page .project-details__post-content img {
  width: 100%;
  border-radius: 8px;
  margin: 20px 0;
  max-height: 400px;
  object-fit: cover;
}
.project-page .project-details__post-content ul, .project-page .project-details__post-content ol {
  padding: revert;
  margin: revert;
}

.navigation-controls-2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.navigation-controls-2 .nav-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
  background-color: var(--monstack-common-white);
  border-radius: 8px;
  text-decoration: none;
  color: var(--text);
  transition: all 0.3s;
  color: var(--monstack-common-black);
}
@media only screen and (max-width: 767.98px) {
  .navigation-controls-2 .nav-button {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.navigation-controls-2 .nav-button:hover {
  background-color: var(--monstack-theme-primary);
  color: var(--monstack-common-white);
}

/*-----------------------------------------------------
  BackToTop CSS
-----------------------------------------------------*/
.progress-wrap {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Free"; /* or "Font Awesome 6 Pro" if using Pro */
  font-weight: 900;
  content: "\f062";
  display: inline-block;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--monstack-color-gary3);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  z-index: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: #fff;
}
.progress-wrap svg.progress-circle path {
  fill: var(--monstack-common-black);
  stroke: var(--monstack-theme-primary);
  stroke-width: 5;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/* -------------------------------------------------------------------------- */
/*                             Component Widgets SCSS                        */
/* -------------------------------------------------------------------------- */
.widget-card {
  background: var(--monstack-theme-secondary);
  border-radius: 20px;
  padding: 40px 30px;
}
.widget-card:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .widget-card {
    padding: 30px 20px;
  }
}
.widget-card__title {
  font-size: 30px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
  .widget-card__title {
    font-size: 20px;
  }
}

.widget-card-search form {
  position: relative;
}
.widget-card-search form input {
  background-color: var(--monstack-common-white);
  border: 1px solid rgba(38, 38, 38, 0.1);
  border-radius: 6px;
  color: var(--title2);
  font-family: var(--monstack-ff-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 17px 20px 17px 46px;
  width: 100%;
}
.widget-card-search form button {
  color: var(--monstack-color-primary);
  font-size: 18px;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
}

.widget-card-services ul li, .widget-card-project-links ul li {
  background: var(--monstack-common-white);
  border: 1px solid rgba(38, 38, 38, 0.1);
  border-radius: 6px;
  padding: 12px 20px;
}
.widget-card-services ul li:not(:last-child), .widget-card-project-links ul li:not(:last-child) {
  margin-bottom: 12px;
}
.widget-card-services ul li:hover, .widget-card-project-links ul li:hover {
  background: var(--monstack-color-primary);
}
.widget-card-services ul li:hover a, .widget-card-services ul li:hover a i, .widget-card-project-links ul li:hover a, .widget-card-project-links ul li:hover a i {
  color: var(--monstack-common-white);
}
.widget-card-services ul li a, .widget-card-project-links ul li a {
  align-items: center;
  color: var(--monstack-common-black);
  display: flex;
  font-size: 16px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 26px;
}
.widget-card-services ul li a i, .widget-card-project-links ul li a i {
  color: var(--monstack-common-black);
}
.widget-card-services ul li.active, .widget-card-project-links ul li.active {
  background-color: var(--monstack-color-primary);
}
.widget-card-services ul li.active a, .widget-card-services ul li.active a i, .widget-card-project-links ul li.active a, .widget-card-project-links ul li.active a i {
  color: var(--monstack-common-white);
}

.widget-card-post-items {
  align-items: center;
  display: flex;
  gap: 24px;
}
.widget-card-post-items:not(:last-child) {
  border-bottom: 1px solid rgba(38, 38, 38, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.widget-card-post-items__thumb {
  border-radius: 20px;
  height: 100px;
  width: 100px;
  overflow: hidden;
  flex: 1;
}
.widget-card-post-items__thumb img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  max-width: fit-content;
}
.widget-card-post-items-content {
  flex: 2;
}
.widget-card-post-items-content .truncate-text a {
  white-space: normal;
  display: block;
  font-size: 20px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  max-height: 100px;
  display: -webkit-box; /* Required for line clamping */
  -webkit-line-clamp: 3; /* Limit to 2 lines */
  -webkit-box-orient: vertical; /* Vertical text flow */
}
.widget-card-post-items-content p {
  color: var(--monstack-color-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  padding-top: 4px;
}

.widget-card-tagcloud__list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
  padding: 0;
}
.widget-card-tagcloud__list li {
  color: var(--monstack-heading-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  border: 1px solid var(--monstack-common-white);
  border-radius: 50px;
  text-align: center;
  padding: 4px 10px;
}
.widget-card-tagcloud__list li:hover {
  border: 1px solid var(--monstack-color-primary);
}
.widget-card-tagcloud__list li:hover a {
  color: var(--monstack-color-primary);
}

.widget-getTouch {
  align-items: center;
  background: linear-gradient(180deg, #f3604c, #262626);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 470px;
}
@media (max-width: 500px) {
  .widget-getTouch {
    height: 430px;
  }
}
.widget-getTouch__icon {
  align-items: center;
  background: var(--monstack-common-white);
  border-radius: 10px;
  display: flex;
  height: 90px;
  margin-top: 60px;
  padding: 21.336px 20.666px 20.664px 21.334px;
  width: 90px;
}
.widget-getTouch__title {
  margin-top: 25px;
  max-width: 300px;
}
@media (max-width: 1199px) {
  .widget-getTouch__title {
    max-width: 255px;
  }
}
@media (max-width: 991px) {
  .widget-getTouch__title {
    max-width: 300px;
  }
}
.widget-getTouch__title h3 {
  color: var(--monstack-common-white);
  text-align: center;
}
.widget-getTouch__text {
  margin-top: 5px;
  max-width: 300px;
}
.widget-getTouch__text p {
  color: var(--gray1);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.widget-card-tech-stack ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.widget-card-tech-stack ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: var(--monstack-color-gray2);
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 14px;
  color: var(--monstack-common-black);
}
.widget-card-tech-stack ul li i {
  font-size: 18px;
}
@media only screen and (max-width: 767.98px) {
  .widget-card-tech-stack ul li i {
    font-size: 16px;
  }
}

/* -------------------------------------------------------------------------- */
/*                             Component Widgets SCSS end                    */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                      component contact css start                      */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                      component contact css end                             */
/* -------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .contact-block__address {
    padding-right: 50px;
  }
}
.contact-block__address .contact-info {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  .contact-block__address .contact-info {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-block__address .contact-info {
    text-align: center;
  }
}
.contact-block__address .contact-info__title {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .contact-block__address .contact-info__title {
    font-size: 18px;
  }
}
.contact-block__address .contact-info__desc {
  font-size: 16px;
}
@media only screen and (max-width: 767.98px) {
  .contact-block__address .contact-info__desc {
    font-size: 14px;
  }
}
.contact-block .social-link {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .contact-block .social-link {
    text-align: center;
  }
}
.contact-block .social-link li {
  display: inline-block;
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--monstack-color-gray4);
  text-align: center;
  align-content: center;
  margin-right: 5px;
}
.contact-block .social-link li:hover i {
  color: var(--monstack-theme-primary);
}
.contact-block .contact-form {
  margin-top: 30px;
}
@media only screen and (max-width: 767.98px) {
  .contact-block .contact-form__wrap {
    margin-top: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-block .contact-form {
    margin-top: 20px;
  }
}
.contact-block .contact-form__title {
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .contact-block .contact-form__title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-block .contact-form .input-row {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 1rem;
  }
  .contact-block .contact-form .input-row .input-group {
    width: 50%;
  }
}
.contact-block .contact-form .input-group {
  flex-direction: column;
}
.contact-block .contact-form .input-group label {
  text-align: start;
}
.contact-block .contact-form .input-group:not(:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .contact-block .contact-form .input-group:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.contact-block .contact-form .input-group label {
  display: inline-block;
  color: var(--monstack-common-white);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 14px;
}
.contact-block .contact-form .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 20px;
}
@media only screen and (max-width: 767.98px) {
  .contact-block .contact-form .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 10px;
  }
}
.contact-block .contact-form .input-group .form-control {
  width: 100%;
  border-radius: 20px;
  border: 1px solid var(--monstack-color-gray3);
  background-color: transparent;
  color: var(--monstack-common-white);
  padding-inline: 20px;
  padding-block: 22px;
}
.contact-block .contact-form .input-group .form-control::placeholder {
  color: var(--monstack-common-white);
  opacity: 0.3;
}
.contact-block .contact-form .input-group .form-control:focus, .contact-block .contact-form .input-group .form-control:active, .contact-block .contact-form .input-group .form-control:focus-visible {
  box-shadow: none;
  outline: none;
}
@media only screen and (max-width: 767.98px) {
  .contact-block .contact-form .input-group .form-control {
    border-radius: 10px;
    padding-inline: 10px;
    padding-block: 10px;
  }
}
.contact-block .contact-form .submit-btn {
  background-color: var(--monstack-theme-primary);
  color: var(--monstack-common-white);
  margin-top: 30px;
}
.contact-block .contact-form .submit-btn:hover {
  background-color: var(--monstack-common-white);
  color: var(--monstack-theme-secondary);
}
@media only screen and (max-width: 767.98px) {
  .contact-block .contact-form .submit-btn {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
