/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss ***!
  \***********************************************************************************************************************************************************/
/*==============================================================================
    Template Name : Kivora Template
    Author        : Focal Themes
    Author URL    : https://themeforest.net/user/focaltheme
==============================================================================*/
/*==================================================
    INDEX
==================================================*/
/* 1. Abstracts
   1.1  abstracts/animation
   1.2  abstracts/mixins
   1.3  abstracts/variables
*/
/* 2. Base
   2.1  base/reset
   2.2  base/typography
*/
/* 3. Components
   3.1  components/back-to-top
   3.2  components/btn
   3.3  components/cursor
   3.4  components/form
   3.5  components/nav-menu
   3.6  components/offcanvas
   3.7  components/pagination
   3.8  components/title
*/
/* 4. Layout
   4.1  layout/about
   4.2  layout/award
   4.3  layout/blog
   4.4  layout/contact
   4.5  layout/education
   4.6  layout/episode
   4.7  layout/experience
   4.8  layout/footer
   4.9  layout/header
   4.10 layout/home-section
   4.11 layout/loader
   4.12 layout/marquee
   4.13 layout/project
   4.14 layout/review
   4.15 layout/service
   4.16 layout/skills
   4.17 layout/state
   4.18 layout/subscribe
   4.19 layout/team
   4.20 layout/timeline
   4.21 layout/video
*/
/* 5. Pages
   5.1  pages/blog-page
   5.2  pages/contact-page
   5.3  pages/error
   5.4  pages/pricing
   5.5  pages/portfolio
   5.6  pages/resume
   5.7  pages/team-page
*/
/* Abstracts */
/*=====================
 1.1 Animation css start
==========================*/
@keyframes bounce {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes rotate {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**=====================
  1.2  Mixin css start
==========================**/
/**=====================
  1.3 Variables css start
==========================**/
:root {
  --theme-color: 188, 233, 85;
  --white: 255, 255, 255;
  --black: 0, 0, 0;
  --dark-grey: 17, 17, 17;
  --light-grey: 25, 25, 25;
  --title-color: 238, 238, 238;
  --content-color: 187, 187, 187;
  --border-color: 41, 41, 41;
  --title-dark: 23, 23, 23;
}

:root {
  --container-size: 200px;
}
@media (max-width: 1399px) {
  :root {
    --container-size: 172px;
  }
}
@media (max-width: 1199px) {
  :root {
    --container-size: 145px;
  }
}
@media (max-width: 991px) {
  :root {
    --container-size: 108px;
  }
}
@media (max-width: 767px) {
  :root {
    --container-size: 80px;
  }
}
@media (max-width: 576px) {
  :root {
    --container-size: calc(42px + (83 - 42) * (100vw - 320px) / (576 - 320));
  }
}

/* fonts */
/* base */
/**=====================
  2.1 Reset css start
==========================**/
/*==============================================================================
    Template Name : Kivora Template
    Author        : Focal Themes
    Author URL    : https://themeforest.net/user/focaltheme
==============================================================================*/
/*==================================================
    INDEX
==================================================*/
/* 1. Abstracts
   1.1  abstracts/animation
   1.2  abstracts/mixins
   1.3  abstracts/variables
*/
/* 2. Base
   2.1  base/reset
   2.2  base/typography
*/
/* 3. Components
   3.1  components/back-to-top
   3.2  components/btn
   3.3  components/cursor
   3.4  components/form
   3.5  components/nav-menu
   3.6  components/offcanvas
   3.7  components/pagination
   3.8  components/title
*/
/* 4. Layout
   4.1  layout/about
   4.2  layout/award
   4.3  layout/blog
   4.4  layout/contact
   4.5  layout/education
   4.6  layout/episode
   4.7  layout/experience
   4.8  layout/footer
   4.9  layout/header
   4.10 layout/home-section
   4.11 layout/loader
   4.12 layout/marquee
   4.13 layout/project
   4.14 layout/review
   4.15 layout/service
   4.16 layout/skills
   4.17 layout/state
   4.18 layout/subscribe
   4.19 layout/team
   4.20 layout/timeline
   4.21 layout/video
*/
/* 5. Pages
   5.1  pages/blog-page
   5.2  pages/contact-page
   5.3  pages/error
   5.4  pages/pricing
   5.5  pages/portfolio
   5.6  pages/resume
   5.7  pages/team-page
*/
/* Abstracts */
section,
.section-t-space {
  padding-top: clamp(50px, calc(50px + (120 - 50) * (100vw - 320px) / (1920 - 320)), 120px);
  z-index: 2;
  position: relative;
}

.section-b-space {
  padding-bottom: clamp(50px, calc(50px + (120 - 50) * (100vw - 320px) / (1920 - 320)), 120px);
}

.photography-demo section,
.photography-demo footer {
  background-color: rgba(var(--dark-grey), 1);
}

.blury-round {
  width: calc(200px + (354 - 200) * (100vw - 320px) / (1920 - 320));
  height: calc(200px + (354 - 200) * (100vw - 320px) / (1920 - 320));
  border-radius: 100%;
  background: rgba(var(--theme-color), 1);
  filter: blur(130px);
  display: block;
  opacity: 0.25;
}

.inner-top-bar {
  overflow: hidden;
}
.inner-top-bar.blog-padding .top-bar-content {
  padding: clamp(80px, calc(80px + (164 - 80) * (100vw - 320px) / (1920 - 320)), 164px) 0 clamp(30px, calc(30px + (100 - 30) * (100vw - 320px) / (1920 - 320)), 100px);
}
.inner-top-bar .inner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  margin-top: -90px;
}
@media (max-width: 991px) {
  .inner-top-bar .inner-bg {
    margin-top: 0;
    height: 90%;
  }
}
.inner-top-bar .top-bar-content {
  padding: clamp(100px, calc(100px + (164 - 100) * (100vw - 320px) / (1920 - 320)), 164px) 0 clamp(50px, calc(50px + (100 - 50) * (100vw - 320px) / (1920 - 320)), 100px);
  text-align: center;
  transform: translateY(20px);
  opacity: 0;
}
.inner-top-bar .top-bar-content .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -6px;
}
.inner-top-bar .top-bar-content .breadcrumb .breadcrumb-item {
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
}
.inner-top-bar .top-bar-content .breadcrumb .breadcrumb-item.active {
  color: rgba(var(--content-color), 1);
}
.inner-top-bar .top-bar-content .breadcrumb .breadcrumb-item a {
  color: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  gap: 8px;
}
.inner-top-bar .top-bar-content .breadcrumb .breadcrumb-item a i {
  color: rgba(var(--theme-color), 1);
}
.inner-top-bar .top-bar-content .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 12px;
}
.inner-top-bar .top-bar-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 12px;
  color: rgba(var(--white), 0.75);
}
.inner-top-bar .top-bar-content p {
  width: 60%;
  margin: 0 auto -3px;
}
@media (max-width: 767px) {
  .inner-top-bar .top-bar-content p {
    width: 100%;
  }
}
.inner-top-bar .top-bar-content h3 {
  font-size: clamp(20px, calc(20px + (60 - 20) * (100vw - 320px) / (1920 - 320)), 60px);
  line-height: 1.2;
  margin-bottom: clamp(8px, calc(8px + (14 - 8) * (100vw - 320px) / (1920 - 320)), 14px);
  font-weight: 500;
  margin-top: calc(-4px + (-12 - -4) * (100vw - 320px) / (1920 - 320));
}
.inner-top-bar .top-bar-content h5 {
  color: rgba(var(--title-color), 1);
  text-transform: capitalize;
}
.inner-top-bar .top-bar-content h5 span {
  padding-left: 20px;
  color: rgba(var(--content-color), 1);
  position: relative;
  font-weight: 400;
}
.inner-top-bar .top-bar-content h5 span::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 6px;
  width: 1px;
  height: 12px;
  background-color: #5f5f5f;
}
.inner-top-bar h1 {
  font-size: clamp(38px, calc(38px + (90 - 38) * (100vw - 320px) / (1920 - 320)), 90px);
  text-align: center;
  text-transform: unset;
  margin-top: calc(-8px + (-19 - -8) * (100vw - 320px) / (1920 - 320));
  margin-bottom: clamp(5px, calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320)), 10px);
}
.inner-top-bar h1.pos-ab {
  font-size: calc(90px + (310 - 90) * (100vw - 320px) / (1920 - 320));
  text-transform: uppercase;
  position: absolute;
  bottom: calc(-30px + (-140 - -30) * (100vw - 320px) / (1920 - 320));
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.03;
  margin: 0;
  white-space: nowrap;
}
.inner-top-bar p {
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px);
}

.gsap-fade-effect {
  transform: translateY(20px);
  opacity: 0;
}

.sticky-product-top {
  position: sticky;
  top: 30px;
  z-index: 1;
}

.half-container {
  width: 100%;
  padding-inline: 12px;
}
@media (min-width: 576px) {
  .half-container {
    margin-left: calc((100% - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .half-container {
    margin-left: calc((100% - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .half-container {
    margin-left: calc((100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .half-container {
    margin-left: calc((100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .half-container {
    margin-left: calc((100% - 1320px) / 2);
  }
}

.video-modal .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  background-color: rgba(var(--theme-color));
  padding: clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px);
  border-radius: 6px;
  z-index: 1;
}
@media (max-width: 575px) {
  .video-modal .btn-close {
    background-size: 11px;
  }
}
.video-modal .modal-body {
  padding: 0;
}
.video-modal video {
  margin-bottom: -6px;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
  2.2  Typography css start
==========================**/
body {
  font-family: "Instrument Sans", sans-serif;
  position: relative;
  background-color: rgba(var(--dark-grey), 1);
  font-size: 16px;
  font-weight: normal;
  color: rgba(var(--title-color), 1);
}

h1,
.h1 {
  font-size: clamp(34px, calc(34px + (75 - 34) * (100vw - 320px) / (1920 - 320)), 75px);
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
  color: rgba(var(--title-color), 1);
}

h2,
.h2 {
  font-size: clamp(24px, calc(24px + (64 - 24) * (100vw - 320px) / (1920 - 320)), 64px);
  font-weight: 600;
  margin: 0;
}

h3,
.h3 {
  font-size: clamp(20px, calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)), 24px);
  margin: 0;
}

h4,
.h4 {
  font-size: clamp(18px, calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320)), 20px);
  margin: 0;
}

h5,
.h5 {
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  font-weight: 400;
  margin: 0;
}

h6,
.h6 {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  font-weight: 400;
  margin: 0;
  color: rgba(var(--content-color), 1);
}

ul {
  padding-inline: 0;
  margin-bottom: 0;
}

li {
  display: inline-block;
}

p,
.p {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  font-weight: 400;
  margin-bottom: 0;
  color: rgba(var(--content-color), 1);
}

a {
  transition: 0.5s ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: 0.5s ease;
}
a:focus {
  outline: none;
}

:focus {
  outline: none;
}

.text-theme {
  color: rgba(var(--theme-color), 1) !important;
}

/* Components */
/**=====================
  2.1 Reset css start
==========================**/
/**=====================
  3.1  Back to top style
==========================**/
.back-to-top {
  position: fixed;
  bottom: clamp(10px, calc(10px + (30 - 10) * (100vw - 320px) / (1920 - 320)), 30px);
  right: clamp(10px, calc(10px + (30 - 10) * (100vw - 320px) / (1920 - 320)), 30px);
  width: clamp(32px, calc(32px + (45 - 32) * (100vw - 320px) / (1920 - 320)), 45px);
  height: clamp(32px, calc(32px + (45 - 32) * (100vw - 320px) / (1920 - 320)), 45px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--theme-color), 1);
  color: rgba(var(--title-dark), 1);
  border: none;
  border-radius: 8px;
  font-size: 30px;
  cursor: pointer;
  pointer-events: none;
  transition: all 0.5s ease;
  z-index: 4;
  transform: scale(0.8);
  transform-origin: center;
  opacity: 0;
}
.back-to-top.show {
  pointer-events: auto;
  transform: scale(1);
  opacity: 1;
}
.back-to-top:hover {
  transform: translateY(-10px);
  transition: all 0.5s ease;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
  3.2  Button style
==========================**/
.btn {
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  border-radius: 55px;
  padding: clamp(9px, calc(9px + (12 - 9) * (100vw - 320px) / (1920 - 320)), 12px) clamp(30px, calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320)), 40px);
  text-transform: uppercase;
  border: none;
  transition: all 0.5s ease;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.btn:hover {
  transition: all 0.5s ease;
}

.btn-theme {
  background: rgba(var(--theme-color), 1) no-repeat;
  color: rgba(var(--black), 1);
  transition: all 0.5s ease;
  border: 1px solid rgba(var(--theme-color), 1);
}
.btn-theme:hover {
  transform: translateY(-5px);
  border: 1px solid rgba(var(--theme-color), 1);
  transition: all 0.5s ease;
  color: rgba(var(--theme-color), 1);
}

.btn-outline-theme {
  background: transparent;
  color: rgba(var(--white), 1);
  transition: all 0.5s ease;
  border: 1px solid rgba(var(--theme-color), 1);
}
.btn-outline-theme:hover {
  transform: translateY(-5px);
  background: rgba(var(--theme-color), 1);
  border: 1px solid rgba(var(--theme-color), 1);
  transition: all 0.5s ease;
  color: rgba(var(--title-dark), 1);
}

.btn-light {
  transition: all 0.5s ease;
  background-color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--white), 1);
}
.btn-light:hover {
  transform: translateY(-5px);
  transition: all 0.5s ease;
  background-color: transparent;
  color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--white), 1);
}

.btn-dark {
  background-color: rgba(var(--dark-grey), 1);
  color: rgba(var(--title-color), 1);
  border: 1px solid rgba(var(--dark-grey), 1);
  transition: all 0.5s ease;
}
.btn-dark:hover {
  transform: translateY(-5px);
  background-color: transparent;
  color: rgba(var(--title-dark), 1);
  border: 1px solid rgba(var(--dark-grey), 1);
  transition: all 0.5s ease;
}

/**=====================
 3.3 Cursor style
==========================**/
#cursor {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
  mix-blend-mode: difference;
}

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
    width: 40px;
    height: 40px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    border: solid 1px rgba(227, 222, 193, 0.64);
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s cubic-bezier(0.25, 1, 0.5, 1), height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  #cursor.arrow .cursor__circle {
    width: 80px;
    height: 80px;
    background-color: rgba(var(--theme-color), 1);
    border-color: rgba(var(--theme-color), 1);
  }
  #cursor.subtle .cursor__circle {
    opacity: 0.16;
  }
  #cursor.overlay .cursor__circle {
    width: 48px;
    height: 48px;
    background-color: rgba(227, 222, 193, 0.08);
    border-color: transparent;
  }
}
/**=====================
  2.1 Reset css start
==========================**/
/**=====================
3.4 Form style
==========================**/
.theme-form .form-control {
  background-color: rgba(var(--light-grey), 1);
  border: none;
  border-radius: 10px;
  color: rgba(var(--content-color), 1);
  padding: clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px) clamp(18px, calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320)), 25px);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
}
.theme-form .form-control:focus {
  box-shadow: none;
}
.theme-form .form-control::-moz-placeholder {
  color: rgba(var(--content-color), 1);
}
.theme-form .form-control::placeholder {
  color: rgba(var(--content-color), 1);
}
.theme-form .form-control.bg-white {
  color: rgba(var(--title-dark), 1);
}
.theme-form .form-control.bg-white::-moz-placeholder {
  color: rgba(var(--title-dark), 1);
}
.theme-form .form-control.bg-white::placeholder {
  color: rgba(var(--title-dark), 1);
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
  3.5 Nav Menu style
==========================**/
.menu-btn {
  position: relative;
  display: none;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
  z-index: 2;
}

@media (max-width: 1199px) {
  .navbar-menu {
    margin-bottom: 0;
  }
}
.navbar-menu .menu-btn__lines {
  width: 0.8rem;
  height: 0.1rem;
  background: rgba(var(--title-color), 1);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .navbar-menu .menu-btn__lines {
    width: 0.7rem;
    height: 1.5px;
  }
}
.navbar-menu .menu-btn__lines::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 0.1rem;
  background: rgba(var(--title-color), 1);
  transition: all 0.4s ease-in-out;
  transform: translateY(-0.45rem);
}
@media (max-width: 767px) {
  .navbar-menu .menu-btn__lines::before {
    transform: translateY(-0.4rem);
    width: 1rem;
    height: 1.5px;
  }
}
.navbar-menu .menu-btn__lines::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 0.1rem;
  background: rgba(var(--title-color), 1);
  transition: all 0.4s ease-in-out;
  transform: translateY(0.45rem);
}
@media (max-width: 767px) {
  .navbar-menu .menu-btn__lines::after {
    transform: translateY(0.4rem);
    width: 1rem;
    height: 1.5px;
  }
}
.navbar-menu .menu-items {
  display: flex;
  align-items: center;
  gap: 26px;
}
.navbar-menu .menu-items > li:hover > a {
  color: rgba(var(--theme-color), 1) !important;
}
.navbar-menu .menu-items .dropdown-right:hover > a {
  color: rgba(var(--theme-color), 1);
}
@media (max-width: 1400px) {
  .navbar-menu .menu-items {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  .navbar-menu .menu-items {
    gap: 18px;
  }
}
.navbar-menu .menu-items .mobile-close .close-menu {
  box-shadow: none;
  outline: none;
  border: none;
}
.navbar-menu ul li {
  list-style: none;
  transition: 0.3s ease;
}
.navbar-menu ul li .arrow {
  transition: all 0.3s ease-out;
}
.navbar-menu .dropdown {
  position: relative;
}
.navbar-menu .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.navbar-menu .dropdown-menu {
  position: absolute;
  background: #262626;
  width: 190px;
  line-height: 30px;
  top: 38px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 0 50px 0 rgba(var(--black), 0.09);
  left: 0;
  right: unset;
  display: block;
  border: none;
  border-radius: 10px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .navbar-menu .dropdown-menu {
    border-radius: 0;
  }
}
.navbar-menu .dropdown-menu li {
  width: 100%;
  display: block;
}
.navbar-menu .dropdown-menu li .menu-item:hover {
  letter-spacing: 0.03em;
  transition: all 0.5s ease;
}
.navbar-menu .menu-right {
  position: absolute;
  background: rgba(var(--light-grey), 1);
  width: 190px;
  line-height: 30px;
  border-radius: 10px;
  top: 0;
  border-top: 1px solid rgba(var(--white), 1);
  left: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 0 50px 0 rgba(var(--black), 0.09);
}
.navbar-menu .menu-item {
  display: flex;
  padding: 4px 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: rgba(var(--title-color), 1);
  font-weight: 400;
  width: 100%;
}
.navbar-menu .menu-item:hover {
  color: rgba(var(--theme-color), 1);
}
.navbar-menu .dropdown-right:hover .menu-right {
  left: calc(100% + 4px);
  opacity: 1;
  visibility: visible;
}
.navbar-menu .dropdown-right:hover .menu-left {
  left: -100%;
}
.navbar-menu .mega-menu {
  position: absolute;
  left: 0;
  width: 100%;
  top: 58px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  background-color: #262626;
  box-shadow: 0 0 50px 0 rgba(var(--black), 0.09);
  border-radius: 10px;
  padding: 30px;
  z-index: 2;
  margin-top: 20px;
}

.expand-btn:after {
  content: "\ea6e";
  font-family: remixicon !important;
  font-style: normal;
  margin-left: auto;
}
.expand-btn.first-item:after {
  content: "\ea4d";
  margin-left: 2px;
}
@media (max-width: 1199px) {
  .expand-btn.first-item:after {
    margin-left: auto;
  }
}

.menu-item.first-item {
  padding: 0;
}

.menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: transparent;
}
.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: rgba(var(--white), 1);
}
.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: rgba(var(--white), 1);
}

.home-menu .menu-box {
  display: block;
  text-align: center;
  transition: all 0.5s ease;
}
.home-menu .menu-box:hover {
  transition: all 0.5s ease;
  transform: scale(1.01);
}
.home-menu .menu-box:hover h4 {
  transition: all 0.5s ease;
  color: rgba(var(--theme-color), 1);
}
.home-menu .menu-box img {
  box-shadow: 0 20px 50px 0 rgba(var(--black), 0.05);
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  border-radius: 6px;
}
.home-menu .menu-box h4 {
  margin-top: 14px;
  color: rgba(var(--title-color), 1);
  font-size: 16px;
  transition: all 0.5s ease;
}

.mobile-close {
  background-color: rgba(var(--light-gray), 1);
  padding: 20px;
  width: 100%;
}
.mobile-close h3 {
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}
.mobile-close h3 .close-filter {
  color: rgba(var(--title-color), 1);
  font-size: 20px;
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .navbar-menu .menu-items {
    position: fixed;
    height: 100vh;
    max-height: initial;
    overflow-y: auto;
    width: 300px;
    top: 0;
    left: -300px;
    background: rgba(var(--light-grey), 1);
    display: block;
    transition: 0.3s ease-out;
    z-index: 3;
  }
  .navbar-menu .menu-item {
    padding: 4px 0;
  }
  .navbar-menu ul li {
    width: 100%;
    margin: 0;
    line-height: 30px;
  }
  .overflow {
    overflow: hidden;
  }
  .menu-btn {
    display: flex;
  }
  .menu-items.open {
    left: 0;
  }
  .home-menu .row {
    margin-top: -10px;
  }
  .mobile-close {
    margin-bottom: 10px !important;
  }
  .menu-col .row {
    margin-top: 0;
  }
  .menu-col h5 {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    font-weight: 400;
    font-size: 16px;
  }
  .menu-col .row > div {
    border: none;
  }
  .menu-items li a {
    padding: 4px 0;
    display: block;
  }
  .menu-items .dropdown-right .right-arrow {
    transform: rotate(90deg);
  }
  .menu-items .dropdown-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    margin: 0;
    width: 100%;
    display: none;
    overflow: hidden;
    transition: all 0.5s ease;
    width: 100%;
    box-shadow: none;
    inset: 0;
    padding: 0 30px;
  }
  .menu-items .dropdown-menu.open {
    display: block;
  }
  .menu-items .dropdown-menu .menu-item {
    color: rgba(var(--content-color), 1);
  }
  .menu-items .menu-right {
    position: relative;
    opacity: 1;
    inset: 0;
    visibility: visible;
    margin: 0;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    display: none;
    left: 0 !important;
    box-shadow: none;
    padding: 0 14px;
  }
  .menu-items .menu-right.open {
    display: block;
  }
  .menu-items .mega-menu {
    position: relative;
    opacity: 1;
    inset: 0;
    margin: 0;
    visibility: visible;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    box-shadow: none;
    padding: 0 30px;
    display: none;
  }
  .menu-items .mega-menu.open {
    display: block;
  }
  .menu-items .mega-menu .mega-menu-list li a {
    color: rgba(var(--content-color), 1);
  }
  .menu-item.first-item {
    padding: 5px 20px;
  }
}
.menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(var(--black), 0.6);
  width: 100%;
  height: 100vh;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  cursor: none;
}
.menu-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
3.6 Offcanvas style
==========================**/
.offcanvas.menu-offcanvas {
  width: 440px;
  background-color: #1e1e1e;
  z-index: 9;
}
@media (max-width: 460px) {
  .offcanvas.menu-offcanvas {
    width: 100%;
  }
}
.offcanvas.menu-offcanvas .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  filter: invert(1);
  opacity: 1;
}
.offcanvas.menu-offcanvas .btn-close:focus {
  box-shadow: none;
}
.offcanvas.menu-offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  color: rgba(var(--white), 1);
  padding: clamp(40px, calc(40px + (60 - 40) * (100vw - 320px) / (1920 - 320)), 60px);
  text-align: center;
}
.offcanvas.menu-offcanvas .offcanvas-body h3 {
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 8px;
  color: rgba(var(--theme-color), 1);
}
.offcanvas.menu-offcanvas .offcanvas-body h5 {
  margin-bottom: clamp(25px, calc(25px + (35 - 25) * (100vw - 320px) / (1920 - 320)), 35px);
  color: rgba(var(--content-color), 1);
  line-height: 1.6;
}
.offcanvas.menu-offcanvas .offcanvas-body .info li {
  color: rgba(var(--content-color), 1);
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
}
.offcanvas.menu-offcanvas .offcanvas-body .info li + li {
  margin-top: 4px;
}
.offcanvas.menu-offcanvas .offcanvas-body .social-icons {
  margin-top: clamp(26px, calc(26px + (32 - 26) * (100vw - 320px) / (1920 - 320)), 32px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.offcanvas.menu-offcanvas .offcanvas-body .social-icons li {
  width: clamp(40px, calc(40px + (50 - 40) * (100vw - 320px) / (1920 - 320)), 50px);
  height: clamp(40px, calc(40px + (50 - 40) * (100vw - 320px) / (1920 - 320)), 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid rgba(var(--border-color), 1);
  transition: all 0.5s ease;
}
.offcanvas.menu-offcanvas .offcanvas-body .social-icons li i {
  color: rgba(var(--title-color), 1);
  font-size: 20px;
  transition: all 0.5s ease;
}
.offcanvas.menu-offcanvas .offcanvas-body .social-icons li:hover {
  background-color: rgba(var(--theme-color), 1);
  transition: all 0.5s ease;
}
.offcanvas.menu-offcanvas .offcanvas-body .social-icons li:hover i {
  color: rgba(var(--title-dark), 1);
  transition: all 0.5s ease;
}

.offcanvas-backdrop {
  z-index: 8;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
3.7 Pagination style
==========================**/
.theme-pagination {
  margin-top: clamp(20px, calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320)), 40px);
}
.theme-pagination .pagination {
  justify-content: center;
  gap: 10px;
}
.theme-pagination .pagination .page-item.active .page-link {
  background-color: rgba(var(--theme-color), 1);
  color: rgba(var(--title-dark), 1);
}
.theme-pagination .pagination .page-link {
  border: none;
  color: rgba(var(--title-color), 1);
  padding: 0;
  width: clamp(30px, calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320)), 40px);
  height: clamp(30px, calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320)), 40px);
  border-radius: clamp(5px, calc(5px + (8 - 5) * (100vw - 320px) / (1920 - 320)), 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  z-index: 0;
  background-color: rgba(var(--light-grey), 1);
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
3.8 Title style
==========================**/
.title-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: clamp(20px, calc(20px + (50 - 20) * (100vw - 320px) / (1920 - 320)), 50px);
  margin-top: -4px;
}
@media (max-width: 767px) {
  .title-main {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}
.title-main > div {
  width: 50%;
}
@media (max-width: 767px) {
  .title-main > div {
    width: 100%;
  }
}
.title-main > div p {
  width: 100%;
}
.title-main h2 span {
  color: rgba(var(--theme-color), 1);
}
.title-main h2 .char {
  display: inline-block;
}
.title-main h5 {
  color: rgba(var(--title-color), 1);
  margin-bottom: clamp(5px, calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320)), 10px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.title-main h5 i {
  color: rgba(var(--theme-color), 1);
  animation: rotation 4s linear infinite;
}
.title-main p {
  width: 38%;
}
@media (max-width: 991px) {
  .title-main p {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .title-main p {
    width: 100%;
  }
}
.title-main.text-center > div {
  width: 100%;
}
.title-main.text-center h2 {
  width: 100%;
}
@media (max-width: 576px) {
  .title-main.title-arrow {
    flex-direction: unset;
    text-align: left;
    gap: 0;
  }
}
.title-main .title-arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.title-main .title-arrows .swiper-button-next,
.title-main .title-arrows .swiper-button-prev {
  position: relative;
  inset: 0;
  width: clamp(36px, calc(36px + (50 - 36) * (100vw - 320px) / (1920 - 320)), 50px);
  height: clamp(36px, calc(36px + (50 - 36) * (100vw - 320px) / (1920 - 320)), 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 100%;
  transition: all 0.5s ease;
  margin: 0;
}
.title-main .title-arrows .swiper-button-next:after,
.title-main .title-arrows .swiper-button-prev:after {
  font-size: 18px;
  color: rgba(var(--title-color), 1);
  transition: all 0.5s ease;
}
.title-main .title-arrows .swiper-button-next:hover,
.title-main .title-arrows .swiper-button-prev:hover {
  background-color: rgba(var(--theme-color), 1);
  transition: all 0.5s ease;
}
.title-main .title-arrows .swiper-button-next:hover:after,
.title-main .title-arrows .swiper-button-prev:hover:after {
  color: rgba(var(--title-dark), 1);
  transition: all 0.5s ease;
}

.resume-title {
  font-size: clamp(18px, calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320)), 22px);
  color: rgba(var(--title-color), 1);
  margin-bottom: clamp(18px, calc(18px + (35 - 18) * (100vw - 320px) / (1920 - 320)), 35px);
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.resume-title i {
  color: rgba(var(--theme-color), 1);
  animation: rotation 4s linear infinite;
}

/* Layout */
/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.1 About style
==========================**/
.about-text {
  position: relative;
  width: 100%;
  z-index: 2;
  background-color: rgba(var(--dark-grey), 1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-text h2 {
  font-size: clamp(18px, calc(18px + (35 - 18) * (100vw - 320px) / (1920 - 320)), 35px);
  line-height: 1.4;
  font-weight: 400;
  margin-top: clamp(-10px, -6px + -4 * (100vw - 320px) / 1600, -6px);
}
.about-text h2 span {
  color: rgba(var(--white), 0.5);
  transition: color 0.4s ease;
}
.about-text h2 span.visible {
  color: rgba(var(--white), 1);
}
.about-text .counter-wrapper {
  display: flex;
  align-items: center;
  margin-top: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  text-align: center;
}
.about-text .counter-wrapper h3 {
  font-size: clamp(22px, calc(22px + (60 - 22) * (100vw - 320px) / (1920 - 320)), 60px);
}
.about-text .counter-wrapper h5 {
  color: rgba(var(--content-color), 1);
  font-size: clamp(14px, calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320)), 22px);
  margin-top: 5px;
}
.about-text .counter-wrapper li + li {
  padding-left: clamp(10px, calc(10px + (40 - 10) * (100vw - 320px) / (1920 - 320)), 40px);
  margin-left: clamp(10px, calc(10px + (40 - 10) * (100vw - 320px) / (1920 - 320)), 40px);
  border-left: 1px solid rgba(var(--border-color), 1);
}
.about-text .counter-wrapper.row {
  margin-top: 0;
}
.about-text .counter-wrapper.row li + li {
  padding-inline: 12px;
  margin: 0;
}
@media (max-width: 767px) {
  .about-text .counter-wrapper.row li + li {
    border: none;
  }
}
@media (max-width: 767px) {
  .about-text .counter-wrapper.row li:nth-last-child(-n+2) {
    margin-top: 15px;
  }
}
.about-text.about-podcast {
  min-height: unset;
  text-align: center;
}
.about-text.about-podcast h2 {
  transform: translateY(20px);
  opacity: 0;
}
.about-text.about-podcast .counter-wrapper {
  justify-content: center;
  transform: translateY(20px);
  opacity: 0;
}

.about-section.about-text h2 {
  font-size: clamp(22px, calc(22px + (50 - 22) * (100vw - 320px) / (1920 - 320)), 50px);
  margin-bottom: calc(-3px + (-5 - -3) * (100vw - 320px) / (1920 - 320));
}
.about-section .title-main {
  flex-direction: unset;
  text-align: left;
  gap: 0;
}

.podcast-abt {
  overflow: hidden;
}
.podcast-abt .bg-effect {
  position: absolute;
  right: -23%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.3;
  width: 50%;
}
@media (max-width: 991px) {
  .podcast-abt .bg-effect {
    right: -43%;
    top: 81%;
    width: 70%;
  }
}
@media (max-width: 576px) {
  .podcast-abt .bg-effect {
    width: 90%;
    right: -43%;
    top: 81%;
  }
}
.podcast-abt .abt-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.podcast-abt .abt-content h2 {
  margin-bottom: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
  margin-top: clamp(-13px, -6px + -7 * (100vw - 320px) / 1600, -6px);
}
.podcast-abt .abt-content p {
  font-size: clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
  margin-bottom: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  width: 92%;
}
.podcast-abt .abt-content .info-ul {
  padding-inline-start: 18px;
}
.podcast-abt .abt-content .info-ul li {
  font-size: clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
  color: rgba(var(--content-color), 1);
  display: list-item;
}
.podcast-abt .abt-content .info-ul li + li {
  margin-top: 6px;
}
.podcast-abt .abt-content .h4 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
}
.podcast-abt .abt-content .h4 ul {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
}
.podcast-abt .abt-content .h4 ul li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
.podcast-abt .abt-content .h4 ul li img {
  height: clamp(22px, calc(22px + (34 - 22) * (100vw - 320px) / (1920 - 320)), 34px);
  width: auto;
}
.podcast-abt .abt-img {
  border-radius: 10px;
}

.studio-abt {
  overflow: hidden;
}
.studio-abt .img-round {
  position: relative;
}
.studio-abt .img-round .scroll-bg {
  position: absolute;
  width: clamp(115px, calc(115px + (190 - 115) * (100vw - 320px) / (1920 - 320)), 190px);
  height: clamp(115px, calc(115px + (190 - 115) * (100vw - 320px) / (1920 - 320)), 190px);
  border-radius: 100%;
  background-color: rgba(var(--dark-grey), 1);
  right: 5px;
  bottom: calc(-9px + (-17 - -9) * (100vw - 320px) / (1920 - 320));
}
.studio-abt .img-round .scroll-bg::after {
  content: "";
  position: absolute;
  right: clamp(7px, calc(7px + (17 - 7) * (100vw - 320px) / (1920 - 320)), 17px);
  bottom: clamp(6px, calc(6px + (16 - 6) * (100vw - 320px) / (1920 - 320)), 16px);
  width: 20px;
  height: 20px;
  background-color: rgba(var(--dark-grey), 1);
}
.studio-abt .img-round .scroll-text {
  background-color: rgba(var(--theme-color), 1);
  border-radius: 100%;
  width: clamp(100px, calc(100px + (160 - 100) * (100vw - 320px) / (1920 - 320)), 160px);
  height: clamp(100px, calc(100px + (160 - 100) * (100vw - 320px) / (1920 - 320)), 160px);
  right: clamp(12px, calc(12px + (22 - 12) * (100vw - 320px) / (1920 - 320)), 22px);
  bottom: 0;
}
.studio-abt .img-round .scroll-text i {
  color: rgba(var(--title-dark), 1);
}
.studio-abt .img-round .scroll-text text {
  fill: rgba(var(--title-dark), 1);
}
.studio-abt .bg-effect {
  position: absolute;
  right: -20%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.4;
  width: 46%;
}
@media (max-width: 991px) {
  .studio-abt .bg-effect {
    right: -43%;
    top: 76%;
    width: 70%;
  }
}
@media (max-width: 576px) {
  .studio-abt .bg-effect {
    width: 90%;
    right: -43%;
    top: 81%;
  }
}
.studio-abt .abt-content {
  display: flex;
  height: 100%;
  align-items: center;
}
.studio-abt .abt-content .marquee-section .marquee {
  background-color: transparent;
  padding: 0;
}
.studio-abt .abt-content h2 {
  font-size: 40px;
  margin-bottom: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
  margin-top: clamp(8px, calc(8px + (10 - 8) * (100vw - 320px) / (1920 - 320)), 10px);
  width: 90%;
}
.studio-abt .abt-content h2 span {
  color: rgba(var(--theme-color), 1);
}
@media (max-width: 1199px) {
  .studio-abt .abt-content h2 {
    font-size: clamp(18px, calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320)), 28px);
  }
}
.studio-abt .abt-content h6 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.studio-abt .abt-content h6 i {
  color: rgba(var(--theme-color), 1);
  animation: rotation 4s linear infinite;
}
.studio-abt .abt-content p {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  margin-bottom: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
}
.studio-abt .abt-img {
  border-radius: clamp(7px, calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320)), 10px);
  aspect-ratio: 39/25;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.studio-abt.service-abt .state-wrapper {
  padding: clamp(15px, calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320)), 22px);
}
.studio-abt.service-abt .state-wrapper > div {
  margin-bottom: clamp(40px, calc(40px + (70 - 40) * (100vw - 320px) / (1920 - 320)), 70px);
}
.studio-abt.service-abt .state-wrapper > div h3 {
  font-size: clamp(22px, calc(22px + (42 - 22) * (100vw - 320px) / (1920 - 320)), 42px);
}
.studio-abt.service-abt .marquee-section {
  width: clamp(280px, calc(280px + (560 - 280) * (100vw - 320px) / (1920 - 320)), 560px);
  overflow: hidden;
}
@media (max-width: 991px) {
  .studio-abt.service-abt .marquee-section {
    width: clamp(280px, calc(280px + (700 - 280) * (100vw - 320px) / (1920 - 320)), 700px);
  }
}
.studio-abt.service-abt .marquee-section .marquee-wrapper {
  margin-top: clamp(0px, calc(0px + (30 - 0) * (100vw - 320px) / (1920 - 320)), 30px);
}
.studio-abt.service-abt .marquee-section .marquee-content {
  margin-top: 0;
  margin-bottom: 0;
}
.studio-abt.service-abt .marquee-section .marquee-content img {
  height: clamp(20px, calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320)), 28px);
}
.studio-abt.service-abt .abt-content p {
  margin-bottom: clamp(25px, calc(25px + (45 - 25) * (100vw - 320px) / (1920 - 320)), 45px);
}
.studio-abt.about-sec p {
  margin-bottom: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
}
.studio-abt.about-sec .mission-vision h4 {
  display: flex;
  align-items: center;
  gap: clamp(7px, calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320)), 10px);
  margin-bottom: clamp(4px, calc(4px + (10 - 4) * (100vw - 320px) / (1920 - 320)), 10px);
}
.studio-abt.about-sec .mission-vision h4 i {
  color: rgba(var(--theme-color), 1);
}
.studio-abt.about-sec .mission-vision p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .studio-abt.about-sec .mission-vision p {
    margin-bottom: -3px;
  }
}

.architecture-about {
  overflow: hidden;
}
@media (max-width: 767px) {
  .architecture-about {
    text-align: center;
  }
}
.architecture-about h5 {
  font-size: 20px;
  font-weight: 400;
}
.architecture-about h3 {
  margin-bottom: clamp(22px, calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320)), 32px);
  font-size: clamp(24px, calc(24px + (38 - 24) * (100vw - 320px) / (1920 - 320)), 38px);
  font-weight: 400;
}
.architecture-about p {
  font-size: 18px;
  margin-bottom: 20px;
}
.architecture-about .bg-effect {
  position: absolute;
  right: -20%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.2;
  width: 46%;
}
.architecture-about .state-box h3 {
  margin-bottom: 0;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.2 Award style
==========================**/
.award-section .blury-round {
  position: absolute;
  left: -20%;
  top: 40%;
}
.award-section .award-list li {
  width: 100%;
  border-top: 1px solid rgba(var(--border-color), 1);
  transition: all 0.5s ease;
}
.award-section .award-list li:last-child {
  border-bottom: 1px solid rgba(var(--border-color), 1);
}
.award-section .award-list li .award-content {
  padding: 40px 20px;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
@media (max-width: 1300px) {
  .award-section .award-list li .award-content {
    padding: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px) clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  }
}
.award-section .award-list li .award-content h3 {
  font-size: clamp(16px, calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)), 24px);
  transition: all 0.5s ease;
}
.award-section .award-list li .award-content h4 {
  font-size: clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
  color: rgba(var(--theme-color), 1);
}
@media (max-width: 576px) {
  .award-section .award-list li .award-content p {
    display: none;
  }
}
.award-section .award-list li .award-content img {
  position: absolute;
  height: 110%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(0.6);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.award-section .award-list li .row > div:last-child .award-content, .award-section .award-list li .row > div:nth-child(3) .award-content {
  justify-content: flex-end;
}
.award-section .award-list li .row > div:last-child .award-content h4, .award-section .award-list li .row > div:nth-child(3) .award-content h4 {
  color: rgba(var(--title-color), 1);
}
@media (max-width: 576px) {
  .award-section .award-list li .row > div:last-child .award-content, .award-section .award-list li .row > div:nth-child(3) .award-content {
    justify-content: flex-start;
  }
}
.award-section .award-list li .row > div:nth-child(2) .award-content {
  justify-content: center;
}
@media (max-width: 576px) {
  .award-section .award-list li .row > div:nth-child(2) .award-content {
    padding-block: 0;
    justify-content: flex-start;
  }
}
.award-section .award-list li:hover {
  background: linear-gradient(203deg, rgba(var(--theme-color), 0.16) 0%, rgba(var(--white), 0) 100%);
}
.award-section .award-list li:hover .award-content img {
  transform: scale(1) rotate(-4deg);
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.3 Blog style
==========================**/
.blog-listing .blog-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 30px;
  border-top: 1px solid rgba(var(--border-color), 1);
  border-bottom: 1px solid rgba(var(--border-color), 1);
}
@media (max-width: 767px) {
  .blog-listing .blog-box {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .blog-listing .blog-box {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .blog-listing .blog-box {
    padding: 22px 0;
  }
}
.blog-listing .blog-box > div {
  width: 50%;
}
@media (max-width: 767px) {
  .blog-listing .blog-box > div {
    width: 100%;
  }
}
.blog-listing .blog-box img {
  transition: all 0.5s ease;
  width: 0;
  height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  max-width: calc(50% - 20px - 50px);
}
@media (max-width: 991px) {
  .blog-listing .blog-box img {
    width: 270px;
    height: 170px;
  }
}
@media (max-width: 767px) {
  .blog-listing .blog-box img {
    width: 100%;
    height: auto;
    max-width: 100%;
    order: -1;
    aspect-ratio: 79/50;
  }
}
.blog-listing .blog-box h3 {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.5;
  margin-top: calc(0px + (-7 - 0) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 991px) {
  .blog-listing .blog-box h3 {
    margin-bottom: clamp(7px, calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320)), 10px);
    font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  }
}
.blog-listing .blog-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-listing .blog-box ul li {
  padding: 6px 14px;
  border: 1px solid rgba(var(--content-color), 0.3);
  border-radius: 25px;
  color: rgba(var(--content-color), 1);
  font-size: 18px;
}
@media (max-width: 991px) {
  .blog-listing .blog-box ul li {
    font-size: 14px;
    padding: 5px 11px;
  }
}
.blog-listing .blog-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 28px;
  border-radius: 100%;
  color: rgba(var(--theme-color), 1);
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .blog-listing .blog-box a {
    display: none;
  }
}
.blog-listing .blog-box:hover {
  background-color: rgba(var(--light-grey), 1);
}
.blog-listing .blog-box:hover a {
  background-color: rgba(var(--theme-color), 1);
  color: rgba(var(--title-dark), 1);
  transition: all 0.5s ease;
}
.blog-listing .blog-box:hover img {
  width: calc(270px + (380 - 270) * (100vw - 320px) / (1920 - 320));
  height: calc(170px + (240 - 170) * (100vw - 320px) / (1920 - 320));
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .blog-listing .blog-box:hover img {
    width: 270px;
    height: 170px;
  }
}
@media (max-width: 767px) {
  .blog-listing .blog-box:hover img {
    width: 100%;
    height: auto;
    max-width: 100%;
    order: -1;
    aspect-ratio: 79/50;
  }
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.4 Contact style
==========================**/
.left-title h2 {
  font-size: clamp(24px, calc(24px + (90 - 24) * (100vw - 320px) / (1920 - 320)), 90px);
  margin-bottom: clamp(8px, calc(8px + (20 - 8) * (100vw - 320px) / (1920 - 320)), 20px);
  margin-top: calc(-4px + (-19 - -4) * (100vw - 320px) / (1920 - 320));
}
.left-title p {
  font-size: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  width: 70%;
}
@media (max-width: 767px) {
  .left-title p {
    width: 100%;
  }
}

.contact-section .contact-title {
  margin-bottom: clamp(10px, calc(10px + (18 - 10) * (100vw - 320px) / (1920 - 320)), 18px);
  font-size: clamp(18px, calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320)), 22px);
  margin-top: calc(-2px + (-4 - -2) * (100vw - 320px) / (1920 - 320));
}
.contact-section .theme-form {
  padding: clamp(18px, calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320)), 25px);
  background-color: rgba(var(--light-grey), 1);
  border-radius: 10px;
}
.contact-section .theme-form .form-control {
  background-color: rgba(var(--dark-grey), 1);
}
.contact-section .radio-wrapper {
  display: flex;
  flex-flow: wrap;
  gap: clamp(7px, calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320)), 10px);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px);
  padding-bottom: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px);
  border-bottom: 1px solid rgba(var(--border-color), 1);
}
.contact-section .radio-wrapper .form-check {
  padding: 0;
  margin-bottom: 0;
}
.contact-section .radio-wrapper .form-check label {
  z-index: 1;
  border-radius: 50px;
  margin-bottom: 0;
  padding: clamp(6px, calc(6px + (7 - 6) * (100vw - 320px) / (1920 - 320)), 7px) clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  font-size: clamp(14px, calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320)), 17px);
  position: relative;
  border: 1px solid rgba(var(--border-color), 1);
  background-color: rgba(var(--dark-grey), 1);
  color: rgba(var(--content-color));
  cursor: pointer;
}
.contact-section .radio-wrapper .form-check input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.contact-section .radio-wrapper .form-check input:checked ~ label {
  background-color: rgba(var(--theme-color), 1);
  color: rgba(var(--title-dark), 1);
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.5 Education style
==========================**/
.education-sec ul li {
  display: flex;
  gap: 60px;
  padding-bottom: clamp(20px, calc(20px + (25 - 20) * (100vw - 320px) / (1920 - 320)), 25px);
  margin-bottom: clamp(20px, calc(20px + (25 - 20) * (100vw - 320px) / (1920 - 320)), 25px);
  border-bottom: 1px solid rgba(var(--border-color), 1);
}
@media (max-width: 767px) {
  .education-sec ul li {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .education-sec ul li {
    gap: 10px;
  }
}
.education-sec ul li > div {
  width: calc(100% - 150px - 60px);
}
@media (max-width: 767px) {
  .education-sec ul li > div {
    width: calc(100% - 130px - 20px);
  }
}
@media (max-width: 576px) {
  .education-sec ul li > div {
    width: calc(100% - 100px - 10px);
  }
}
.education-sec ul li h3 {
  margin-top: clamp(-5px, -3px + -2 * (100vw - 320px) / 1600, -3px);
  margin-bottom: clamp(8px, calc(8px + (10 - 8) * (100vw - 320px) / (1920 - 320)), 10px);
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px);
}
.education-sec ul li h5 {
  margin-bottom: clamp(5px, calc(5px + (8 - 5) * (100vw - 320px) / (1920 - 320)), 8px);
  color: rgba(var(--content-color), 1);
}
.education-sec ul li h6 {
  line-height: 1.5;
  width: 90%;
}
.education-sec ul li h4 {
  font-weight: 400;
  width: 150px;
  color: rgba(var(--theme-color), 1);
}
@media (max-width: 576px) {
  .education-sec ul li h4 {
    width: 100px;
    font-size: 16px;
  }
}
.education-sec ul li:last-child {
  margin-bottom: 0;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.6 Episode style
==========================**/
@media (max-width: 991px) {
  .episode-listing {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
  }
}
@media (max-width: 991px) {
  .episode-listing .episode-box {
    width: 50%;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .episode-listing .episode-box {
    width: 100%;
  }
}
.episode-listing .episode-box .episode-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.episode-listing .episode-box .episode-img i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  font-size: clamp(24px, calc(24px + (30 - 24) * (100vw - 320px) / (1920 - 320)), 30px);
  color: rgba(var(--dark-grey), 1);
  background-color: rgba(var(--theme-color), 1);
  width: clamp(40px, calc(40px + (50 - 40) * (100vw - 320px) / (1920 - 320)), 50px);
  height: clamp(40px, calc(40px + (50 - 40) * (100vw - 320px) / (1920 - 320)), 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.episode-listing .episode-box .episode-img img {
  aspect-ratio: 157/100;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.episode-listing .episode-box .episode-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.episode-listing .episode-box .episode-content h3 {
  font-size: clamp(16px, calc(16px + (28 - 16) * (100vw - 320px) / (1920 - 320)), 28px);
  margin-bottom: clamp(5px, calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320)), 10px);
  margin-top: clamp(-5px, -3px + -2 * (100vw - 320px) / 1600, -3px);
}
@media (max-width: 991px) {
  .episode-listing .episode-box .episode-content h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .episode-listing .episode-box .episode-content h3 {
    font-size: 16px;
  }
}
.episode-listing .episode-box .episode-content p {
  margin-bottom: clamp(15px, calc(15px + (50 - 15) * (100vw - 320px) / (1920 - 320)), 50px);
  font-size: clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
}
.episode-listing .episode-box .episode-content .bottom-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.episode-listing .episode-box .episode-content .bottom-sec .watch-btn {
  font-size: clamp(15px, calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320)), 22px);
  color: rgba(var(--theme-color), 1);
  display: flex;
  align-items: center;
  gap: clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px);
}
.episode-listing .episode-box .episode-content .bottom-sec .watch-btn i {
  font-size: clamp(26px, calc(26px + (35 - 26) * (100vw - 320px) / (1920 - 320)), 35px);
  transition: all 0.5s ease;
  line-height: 1;
}
.episode-listing .episode-box .episode-content .bottom-sec .podcast-icon {
  display: flex;
  align-items: center;
  gap: clamp(12px, calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320)), 20px);
}
.episode-listing .episode-box .episode-content .bottom-sec .podcast-icon img {
  height: clamp(24px, calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320)), 34px);
  width: auto;
}
.episode-listing .episode-box + .episode-box {
  margin-top: clamp(30px, calc(30px + (55 - 30) * (100vw - 320px) / (1920 - 320)), 55px);
}
@media (max-width: 991px) {
  .episode-listing .episode-box + .episode-box {
    margin-top: 0;
  }
}
.episode-listing .episode-box:hover .episode-img img {
  transform: scale(1.05);
  transition: all 0.5s ease;
}
.episode-listing .episode-box:hover .episode-img i {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.7 Experience style
==========================**/
.experience-sec .experience-timeline {
  position: relative;
  padding-left: 25px;
}
.experience-sec .experience-line {
  position: absolute;
  top: 0;
  left: 4px;
  width: 2px;
  height: 0;
  background-color: rgba(var(--border-color), 1);
}
.experience-sec .experience-list li {
  position: relative;
  opacity: 0;
  transform: translateY(50px);
}
.experience-sec .experience-list li .dot {
  position: absolute;
  left: -25px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgba(var(--theme-color), 1);
  top: 0;
  opacity: 0;
  transform: scale(0);
}
.experience-sec .experience-list li h3 {
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px);
  margin-bottom: clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px);
}
.experience-sec .experience-list li h6 {
  margin-bottom: clamp(8px, calc(8px + (16 - 8) * (100vw - 320px) / (1920 - 320)), 16px);
}
.experience-sec .experience-list li p {
  color: rgba(var(--content-color), 0.6);
}
.experience-sec .experience-list li + li {
  margin-top: clamp(20px, calc(20px + (45 - 20) * (100vw - 320px) / (1920 - 320)), 45px);
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.8 Footer style
==========================**/
footer .footer-top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid rgba(var(--border-color), 1);
}
footer .footer-top-content h4 {
  font-weight: 400;
  color: rgba(var(--content-color), 1);
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
}
footer .footer-top-content h4 span {
  display: block;
  color: rgba(var(--content-color), 1);
}
footer .footer-top-content h4 span:first-child {
  color: rgba(var(--title-color));
}
footer .footer-top-content h4 span + span {
  margin-top: 5px;
}
footer .footer-middle-content {
  padding: clamp(60px, calc(60px + (110 - 60) * (100vw - 320px) / (1920 - 320)), 110px) 0;
  text-align: center;
  position: relative;
}
footer .footer-middle-content .footer-round {
  position: absolute;
  left: 50%;
  top: 50%;
}
footer .footer-middle-content .footer-round span {
  width: clamp(100px, calc(100px + (300 - 100) * (100vw - 320px) / (1920 - 320)), 300px);
  height: clamp(100px, calc(100px + (300 - 100) * (100vw - 320px) / (1920 - 320)), 300px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: rgba(var(--theme-color), 1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, calc(12px + (36 - 12) * (100vw - 320px) / (1920 - 320)), 36px);
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(var(--title-dark), 1);
}
footer .footer-middle-content h2 {
  font-size: var(--container-size);
}
footer .footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px) 0;
  border-top: 1px solid rgba(var(--border-color), 1);
}
@media (max-width: 991px) {
  footer .footer-bottom-content {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
footer .footer-bottom-content h4 {
  font-weight: 400;
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  color: rgba(var(--content-color), 1);
}
footer .footer-bottom-content .social-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 991px) {
  footer .footer-bottom-content .social-footer {
    justify-content: center;
  }
}
footer .footer-bottom-content .social-footer a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(var(--content-color), 1);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
}

.podcast-footer {
  position: relative;
  overflow: hidden;
}
.podcast-footer .footer-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(var(--dark-grey), 0.97) 20%, rgb(var(--dark-grey), 0.77) 100%);
}
.podcast-footer .footer-bg .img-list {
  display: flex;
  align-items: center;
  gap: clamp(20px, calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320)), 40px);
  animation: marquee 50s linear infinite;
}
.podcast-footer .footer-bg .img-list img {
  border-radius: 12px;
  width: calc(160px + (350 - 160) * (100vw - 320px) / (1920 - 320));
  height: calc(100px + (220 - 100) * (100vw - 320px) / (1920 - 320));
  -o-object-fit: cover;
     object-fit: cover;
}
.podcast-footer .footer-bg .img-list + .img-list {
  margin-top: 40px;
}
.podcast-footer .footer-bg .img-list:nth-child(even) {
  margin-left: -120px;
}
.podcast-footer .footer-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 767px) {
  .podcast-footer .footer-content {
    width: 80%;
  }
}
@media (max-width: 420px) {
  .podcast-footer .footer-content {
    width: 90%;
  }
}
.podcast-footer .footer-content h2 {
  font-size: clamp(22px, calc(22px + (50 - 22) * (100vw - 320px) / (1920 - 320)), 50px);
  margin-top: clamp(-10px, -4px + -6 * (100vw - 320px) / 1600, -4px);
}
.podcast-footer .footer-content p {
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px);
  width: 75%;
  margin: 10px auto clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
}
@media (max-width: 991px) {
  .podcast-footer .footer-content p {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .podcast-footer .footer-content p {
    width: 100%;
  }
}
.podcast-footer .footer-content .btn-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
}

.footer-studio {
  position: relative;
}
.footer-studio .bg-effect {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}
.footer-studio .footer-main-content {
  padding: clamp(90px, calc(90px + (150 - 90) * (100vw - 320px) / (1920 - 320)), 150px) 0;
  text-align: center;
}
.footer-studio .footer-main-content h2 {
  font-size: clamp(30px, calc(30px + (90 - 30) * (100vw - 320px) / (1920 - 320)), 90px);
  color: rgba(var(--white), 1);
  text-transform: uppercase;
  width: 70%;
  margin: -20px auto clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px) auto;
}
@media (max-width: 576px) {
  .footer-studio .footer-main-content h2 {
    width: 90%;
  }
}
.footer-studio .footer-main-content a {
  text-transform: uppercase;
  color: rgba(var(--theme-color), 1);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(22px, calc(22px + (40 - 22) * (100vw - 320px) / (1920 - 320)), 40px);
  justify-content: center;
  font-weight: 500;
  line-height: 1;
}
.footer-studio .footer-top-content {
  padding-top: clamp(18px, calc(18px + (38 - 18) * (100vw - 320px) / (1920 - 320)), 38px);
  border-top: 1px solid rgba(var(--white), 0.31);
}
.footer-studio .footer-top-content h4 span {
  color: rgba(var(--title-color), 1);
}
.footer-studio .footer-bottom-content {
  border-top: none;
  padding: clamp(30px, calc(30px + (60 - 30) * (100vw - 320px) / (1920 - 320)), 60px) 0 clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px);
}
.footer-studio .footer-bottom-content h4 {
  color: rgba(var(--title-color), 1);
}
.footer-studio .footer-bottom-content .social-footer a {
  color: rgba(var(--title-color), 1);
}

.footer-standard {
  position: relative;
}
.footer-standard .footer-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.footer-standard .logo-sec img {
  height: clamp(30px, calc(30px + (48 - 30) * (100vw - 320px) / (1920 - 320)), 48px);
}
.footer-standard .footer-title {
  margin-bottom: clamp(6px, calc(6px + (22 - 6) * (100vw - 320px) / (1920 - 320)), 22px);
  position: relative;
}
.footer-standard .footer-title.active::after {
  content: "-";
}
@media (max-width: 767px) {
  .footer-standard .footer-title {
    margin-bottom: 0;
  }
  .footer-standard .footer-title:after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 18px;
    transition: transform 0.3s;
  }
}
@media (max-width: 767px) {
  .footer-standard .footer-content li:first-child {
    padding-top: 10px;
  }
}
.footer-standard .footer-links ul li {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.footer-standard .footer-links ul li + li {
  margin-top: clamp(6px, calc(6px + (12 - 6) * (100vw - 320px) / (1920 - 320)), 12px);
}
.footer-standard .footer-links ul li a {
  color: rgba(var(--content-color), 1);
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  transition: all 0.5s ease;
}
.footer-standard .footer-links ul li a:hover {
  letter-spacing: 0.05em;
  transition: all 0.5s ease;
  color: rgba(var(--theme-color), 1);
}
.footer-standard .footer-contact .footer-content li {
  display: block;
  color: rgba(var(--content-color), 1);
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
}
.footer-standard .footer-contact .footer-content li p {
  width: 85%;
  line-height: 1.7;
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
}
.footer-standard .footer-contact .footer-content li + li {
  margin-top: clamp(6px, calc(6px + (16 - 6) * (100vw - 320px) / (1920 - 320)), 16px);
}
.footer-standard .logo-mark {
  position: relative;
  margin: 20px 0;
}
.footer-standard .logo-mark .btn-div {
  position: absolute;
  left: 10px;
  bottom: 40px;
}
.footer-standard .logo-mark .btn-div .btn {
  transform: rotate(7deg);
}
.footer-standard .logo-mark h2 {
  font-size: clamp(82px, calc(82px + (230 - 82) * (100vw - 320px) / (1920 - 320)), 230px);
  text-align: center;
  opacity: 0.3;
  line-height: 1;
  pointer-events: none;
  font-weight: 900;
}
.footer-standard .footer-bottom-content {
  border-color: #565656;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.9 Header style
==========================**/
header {
  padding: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px) 0 clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  transition: padding 0.5s ease;
}
header navbar,
header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  padding: 0;
  border-radius: 40px;
}
header navbar .brand-logo,
header .navbar .brand-logo {
  height: clamp(20px, calc(20px + (34 - 20) * (100vw - 320px) / (1920 - 320)), 34px);
  transition: height 0.3s ease;
}
header navbar .menu-right,
header .navbar .menu-right {
  display: flex;
  align-items: center;
  gap: clamp(18px, calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320)), 30px);
}
header navbar .menu-right .nav-btn,
header .navbar .menu-right .nav-btn {
  background-color: rgba(153, 153, 153, 0.23);
  padding: 7px 16px;
  border-radius: 4px;
}
@media (max-width: 576px) {
  header navbar .menu-right .nav-btn,
  header .navbar .menu-right .nav-btn {
    display: none;
  }
}
header navbar .menu-right .nav-btn h5,
header .navbar .menu-right .nav-btn h5 {
  text-transform: uppercase;
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  color: rgba(var(--white), 1);
}
header navbar .menu-right .available,
header .navbar .menu-right .available {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 767px) {
  header navbar .menu-right .available,
  header .navbar .menu-right .available {
    display: none;
  }
}
header navbar .menu-right .available span,
header .navbar .menu-right .available span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  background: rgba(var(--theme-color), 1);
  position: relative;
}
header navbar .menu-right .available span:before,
header .navbar .menu-right .available span:before {
  left: 0;
  top: 50%;
  margin-left: -1px;
  margin-top: -6px;
  position: absolute;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(var(--theme-color), 1);
  content: "";
  animation: bounce 3s infinite;
}
header.header-fixed {
  background-color: rgba(var(--dark-grey), 0.92);
  position: fixed;
  animation: slideDown 0.5s forwards ease;
}
header.header-photography {
  padding: clamp(10px, calc(10px + (30 - 10) * (100vw - 320px) / (1920 - 320)), 30px) 0;
}
header.header-photography navbar,
header.header-photography .navbar {
  align-items: flex-start;
}
@media (max-width: 576px) {
  header.header-photography navbar,
  header.header-photography .navbar {
    align-items: center;
  }
}
header.header-photography navbar .brand-logo,
header.header-photography .navbar .brand-logo {
  height: clamp(30px, calc(30px + (100 - 30) * (100vw - 320px) / (1920 - 320)), 100px);
  transition: height 0.3s ease;
}
header.header-photography.scrolled {
  position: fixed;
  padding: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px) 0;
  transition: padding 0.5s ease;
  background-color: rgba(var(--dark-grey), 0.92);
}
header.header-photography.scrolled .brand-logo {
  height: clamp(20px, calc(20px + (34 - 20) * (100vw - 320px) / (1920 - 320)), 34px);
}
header.header-resume {
  position: relative;
  inset: 0;
}

.hamburger-icon {
  width: clamp(35px, calc(35px + (44 - 35) * (100vw - 320px) / (1920 - 320)), 44px);
  height: clamp(35px, calc(35px + (44 - 35) * (100vw - 320px) / (1920 - 320)), 44px);
  display: flex;
  border: 1px solid #4d4d4d;
  border-radius: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.hamburger-icon.light-border {
  border-color: rgba(var(--white), 0.31);
}
.hamburger-icon .line {
  width: clamp(20px, calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)), 24px);
  background: #fff;
  height: 2px;
  display: block;
  transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger-icon .line.line-1 {
  margin-top: 0;
}
.hamburger-icon:hover {
  background-color: rgba(var(--theme-color), 1);
}
.hamburger-icon:hover .line {
  background: rgba(var(--title-dark), 1);
}
.hamburger-icon:hover .line-1 {
  width: 18px;
}
.hamburger-icon:hover .line-2 {
  width: 26px;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.10 Home style
==========================**/
.photographer-home {
  background-image: url(dc5321e62db7e14fc666.png);
  place-content: flex-start flex-end;
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column;
  gap: 0px;
  height: calc(100vh - clamp(45px, calc(45px + (70 - 45) * (100vw - 320px) / (1920 - 320)), 70px));
  overflow: hidden;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.photographer-home .review-card {
  position: absolute;
  width: clamp(260px, calc(260px + (280 - 260) * (100vw - 320px) / (1920 - 320)), 280px);
  color: rgba(var(--white), 1);
  transition: all 0.3s ease;
  bottom: 30px;
}
.photographer-home .review-card .review-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
}
.photographer-home .review-card .review-top .review-avatars {
  display: flex;
}
.photographer-home .review-card .review-top .review-avatars img {
  width: clamp(35px, calc(35px + (40 - 35) * (100vw - 320px) / (1920 - 320)), 40px);
  height: clamp(35px, calc(35px + (40 - 35) * (100vw - 320px) / (1920 - 320)), 40px);
  border-radius: 50%;
  border: 1px solid rgba(var(--white), 1);
  margin-right: -6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.photographer-home .review-card .review-top .review-rating {
  display: flex;
  align-items: center;
}
.photographer-home .review-card .review-top .review-rating .stars {
  color: #ffb400;
  font-size: clamp(15px, calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)), 18px);
  letter-spacing: 2px;
}
.photographer-home .review-card .review-top .review-rating .rating-number {
  font-weight: 600;
  margin-left: 6px;
  color: rgba(var(--title-color), 1);
}
.photographer-home .review-card .review-content h3 {
  font-size: clamp(18px, calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320)), 24px);
  margin: 0;
  color: rgba(var(--white), 1);
  text-transform: uppercase;
}
.photographer-home .review-card .review-content p {
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  color: rgba(var(--content-color), 1);
  margin-top: clamp(2px, calc(2px + (5 - 2) * (100vw - 320px) / (1920 - 320)), 5px);
}
.photographer-home .about-text {
  position: absolute;
  right: 12px;
  top: 30%;
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
}
@media (max-width: 576px) {
  .photographer-home .about-text {
    top: 20%;
  }
}
.photographer-home .about-text .counter-wrapper {
  flex-direction: column;
  gap: clamp(10px, calc(10px + (30 - 10) * (100vw - 320px) / (1920 - 320)), 30px);
  margin-top: 0;
}
.photographer-home .about-text .counter-wrapper h5 {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  margin-top: 0;
}
.photographer-home .about-text .counter-wrapper h3 {
  font-size: clamp(22px, calc(22px + (54 - 22) * (100vw - 320px) / (1920 - 320)), 54px);
  font-weight: 700;
}
.photographer-home .about-text .counter-wrapper li + li {
  padding: 0;
  margin: 0;
  border: none;
}
.photographer-home .home-content {
  position: relative;
  text-align: center;
}
.photographer-home .home-content .blury-round {
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  z-index: -1;
}
.photographer-home .home-content img {
  height: calc(100vh - clamp(15px, calc(15px + (110 - 15) * (100vw - 320px) / (1920 - 320)), 110px));
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.photographer-home .home-text {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(var(--dark-grey), 1);
  background: linear-gradient(0deg, rgba(var(--dark-grey), 1) 7%, rgba(var(--dark-grey), 0) 100%);
  padding-bottom: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px);
  padding-inline: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px);
}
.photographer-home .home-text h1 {
  font-size: clamp(14px, calc(14px + (40 - 14) * (100vw - 320px) / (1920 - 320)), 40px);
  width: 20%;
  text-align: left;
}
@media (max-width: 767px) {
  .photographer-home .home-text h1 {
    width: 70%;
  }
}
.photographer-home .home-text .btn {
  width: -moz-max-content;
  width: max-content;
}
.photographer-home .intro-text {
  left: 0;
  position: absolute;
  top: 50px;
  width: 18%;
  font-size: 18px;
}

.scroll-text {
  position: absolute;
  bottom: clamp(25px, calc(25px + (30 - 25) * (100vw - 320px) / (1920 - 320)), 30px);
  right: clamp(5px, calc(5px + (30 - 5) * (100vw - 320px) / (1920 - 320)), 30px);
  width: clamp(100px, calc(100px + (220 - 100) * (100vw - 320px) / (1920 - 320)), 220px);
  height: clamp(100px, calc(100px + (220 - 100) * (100vw - 320px) / (1920 - 320)), 220px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.scroll-text .circular-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotateCircle 20s linear infinite;
}
.scroll-text i {
  font-size: clamp(28px, calc(28px + (44 - 28) * (100vw - 320px) / (1920 - 320)), 44px);
  z-index: 2;
  color: rgba(var(--white), 0.5);
}
.scroll-text text {
  fill: rgba(var(--white), 0.5);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
}

#header {
  opacity: 0;
  transform: translateY(-20px);
}
@media (max-width: 1199px) {
  #header {
    transform: unset;
  }
}

.podcast-home {
  text-align: center;
  padding-top: clamp(100px, calc(100px + (162 - 100) * (100vw - 320px) / (1920 - 320)), 162px);
}
.podcast-home .bg-effect {
  position: absolute;
  left: 50%;
  top: -63%;
  opacity: 0.4;
  transform: translateX(-50%);
  width: 70%;
}
@media (max-width: 767px) {
  .podcast-home .bg-effect {
    top: -52%;
  }
}
@media (max-width: 430px) {
  .podcast-home .bg-effect {
    top: -30%;
  }
}
.podcast-home h1 {
  position: relative;
  display: inline-block;
}
.podcast-home h1 img {
  opacity: 0;
  transform: scale(0.5);
  position: absolute;
  left: clamp(-40px, -10px + -30 * (100vw - 320px) / 1600, -10px);
  z-index: -1;
  height: clamp(35px, calc(35px + (64 - 35) * (100vw - 320px) / (1920 - 320)), 64px);
}
.podcast-home p {
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px);
  width: 75%;
  margin: 10px auto clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
}
@media (max-width: 991px) {
  .podcast-home p {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .podcast-home p {
    width: 100%;
  }
}
.podcast-home .btn-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
}
.podcast-home .marquee-section {
  position: relative;
}
.podcast-home .marquee-section .marquee {
  background-color: transparent;
  padding: 0;
}
.podcast-home .marquee-section .marquee-content {
  margin-top: 0;
  margin-bottom: 0;
}
.podcast-home .marquee-section .marquee-content img {
  width: calc(244px + (544 - 244) * (100vw - 320px) / (1920 - 320));
  height: calc(126px + (282 - 126) * (100vw - 320px) / (1920 - 320));
  -o-object-fit: cover;
     object-fit: cover;
}
.podcast-home .marquee-section .top-shape {
  position: absolute;
  width: 100%;
  top: calc(40px + (55 - 40) * (100vw - 320px) / (1920 - 320));
  left: 0;
  z-index: 1;
}
.podcast-home .marquee-section .bottom-shape {
  position: absolute;
  width: 100%;
  bottom: calc(-10px + (-62 - -10) * (100vw - 320px) / (1920 - 320));
  left: 0;
  z-index: 1;
  transform: scaleY(-1);
}

.studio-home {
  overflow: hidden;
  position: relative;
  height: 100vh;
  padding: 0;
}
.studio-home .bg-effect {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.studio-home .home-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100vh;
  justify-content: flex-end;
  gap: 17px;
  padding-bottom: clamp(30px, calc(30px + (60 - 30) * (100vw - 320px) / (1920 - 320)), 60px);
  z-index: 1;
  position: relative;
}
.studio-home h1 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.studio-home .home-btn {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.studio-home .home-btn a {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(var(--white), 1);
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  transform: scale(0.8);
  opacity: 0;
}
@media (max-width: 991px) {
  .studio-home .home-btn a {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .studio-home .home-btn a {
    width: 70px;
    height: 70px;
  }
}
.studio-home .home-btn a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: var(--y, 50%);
  left: var(--x, 50%);
  background: rgba(var(--white), 1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  z-index: 0;
}
.studio-home .home-btn a i {
  font-size: 70px;
  color: rgba(var(--white), 1);
  transition: all 0.5s ease;
  z-index: 1;
}
@media (max-width: 991px) {
  .studio-home .home-btn a i {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .studio-home .home-btn a i {
    font-size: 40px;
  }
}
.studio-home .home-btn a:hover {
  transition: all 0.5s ease;
}
.studio-home .home-btn a:hover::before {
  width: 250%;
  height: 250%;
}
.studio-home .home-btn a:hover i {
  color: rgba(var(--title-dark), 1);
  transition: all 0.5s ease;
}
.studio-home .marquee-section .marquee {
  background-color: transparent;
  padding: 0;
}
.studio-home .marquee-section .marquee-content {
  margin: clamp(20px, calc(20px + (50 - 20) * (100vw - 320px) / (1920 - 320)), 50px) 0 0 0;
}
.studio-home .marquee-section .marquee-content img {
  height: calc(24px + (30 - 24) * (100vw - 320px) / (1920 - 320));
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.floating-img {
  position: absolute;
  width: 300px;
  height: 300px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}

.architecture-home {
  padding: 0;
}
.architecture-home .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.architecture-home .marquee-section .marquee {
  background-color: transparent;
}
.architecture-home .marquee-section .marquee-content {
  margin: clamp(10px, calc(10px + (50 - 10) * (100vw - 320px) / (1920 - 320)), 50px) 0 0 0;
}
.architecture-home .marquee-section .marquee-content img {
  height: 30px;
}
.architecture-home .home-content {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(15px, calc(15px + (60 - 15) * (100vw - 320px) / (1920 - 320)), 60px);
  background: rgba(var(--dark-grey), 1);
  background: linear-gradient(0deg, rgba(var(--dark-grey), 1) 0%, rgba(var(--dark-grey), 0) 100%);
}
.architecture-home .home-content h1 {
  font-size: clamp(35px, calc(35px + (80 - 35) * (100vw - 320px) / (1920 - 320)), 80px);
}
.architecture-home .home-content .scroll-text {
  background-color: rgba(var(--theme-color), 1);
  border-radius: 100%;
  position: relative;
  inset: 0;
  margin-left: auto;
  width: clamp(100px, calc(100px + (200 - 100) * (100vw - 320px) / (1920 - 320)), 200px);
  height: clamp(100px, calc(100px + (200 - 100) * (100vw - 320px) / (1920 - 320)), 200px);
  transform: scale(0.8);
  opacity: 0;
}
.architecture-home .home-content .scroll-text text {
  fill: rgba(var(--title-dark), 1);
}
.architecture-home .home-content .scroll-text i {
  color: rgba(var(--title-dark), 1);
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.11 Loader style
==========================**/
.preloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
}
.preloader .site-name {
  background-color: rgba(var(--dark-grey), 1);
  width: 100%;
  height: 100%;
  text-align: center;
  align-content: center;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}
.preloader .site-name span {
  font-size: clamp(48px, calc(48px + (80 - 48) * (100vw - 320px) / (1920 - 320)), 80px);
  font-weight: 800;
  color: rgba(var(--white), 1);
  text-transform: uppercase;
  overflow-x: hidden;
}
.preloader .preloader-gutters {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
}
.preloader .preloader-gutters .bar {
  width: 12.5%;
  height: 100%;
  background: transparent;
  position: relative;
}
.preloader .preloader-gutters .inner-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(var(--theme-color), 1);
}
.preloader .preloader-gutters .inner-bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 -0.5'/> </filter><rect width='100%' height='100%' filter='url(%23n)' /></svg>");
  opacity: 0.4;
}
.preloader .preloader-overlay {
  background-color: rgba(var(--dark-grey), 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  transform: translateX(-100%);
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.12 Marquee style
==========================**/
.marquee-section {
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.marquee-section .marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.marquee-section .marquee {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 60s linear infinite;
  gap: 30px;
  background-color: rgba(var(--theme-color), 1);
  padding: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)) 0;
}
.marquee-section .marquee-content {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(10px + (30 - 10) * (100vw - 320px) / (1920 - 320)), 30px);
  margin-top: -15px;
  margin-bottom: -15px;
}
.marquee-section .marquee-content span {
  text-transform: capitalize;
  color: rgba(var(--title-dark), 1);
  font-size: calc(25px + (35 - 25) * (100vw - 320px) / (1920 - 320));
  font-weight: 900;
  white-space: nowrap;
}
.marquee-section .marquee-content .middle {
  margin-top: 18px;
}
.marquee-section.footer-marquee .marquee-content span {
  font-size: clamp(20px, calc(20px + (25 - 20) * (100vw - 320px) / (1920 - 320)), 25px);
}

.marquee-overlay {
  background-color: #2c2c2c;
  width: calc(100% - 1px);
  height: 100%;
  transform: rotate(-1.5deg);
  position: relative;
  height: clamp(57px, calc(57px + (74 - 57) * (100vw - 320px) / (1920 - 320)), 74px);
  margin-bottom: clamp(-70px, -52px + -18 * (100vw - 320px) / 1600, -52px);
  z-index: 3;
  overflow: hidden;
}

.overlay-mb {
  margin-bottom: clamp(11px, calc(11px + (25 - 11) * (100vw - 320px) / (1920 - 320)), 25px);
}

.overlay-mt {
  margin-top: clamp(11px, calc(11px + (25 - 11) * (100vw - 320px) / (1920 - 320)), 25px);
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.13 Project style
==========================**/
.project-section .row + .row {
  margin-top: clamp(30px, calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320)), 40px);
}
.project-section .project-box {
  position: relative;
  display: block;
  color: rgba(var(--white), 1);
  overflow: hidden;
}
.project-section .project-box img {
  width: 100%;
  height: auto;
  transition: transform 0.2s ease-out;
  will-change: transform;
  transform: scale(1.1);
}
.project-section .project-box > div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(var(--black), 1);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(8, 8, 8, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  gap: clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px);
}
.project-section .project-wrapper {
  position: relative;
  display: block;
  color: rgba(var(--white), 1);
}
.project-section .project-wrapper .project-img {
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 9px;
  overflow: hidden;
}
.project-section .project-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s ease-out;
  will-change: transform;
  transform: scale(1.2);
}
.project-section .project-wrapper .project-content {
  margin-top: 12px;
}
.project-section .project-wrapper .project-content h3 {
  margin-bottom: clamp(6px, calc(6px + (8 - 6) * (100vw - 320px) / (1920 - 320)), 8px);
  font-size: clamp(16px, calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320)), 22px);
}

.portfolio-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.portfolio-section .blury-round {
  position: absolute;
  top: 50%;
  left: -20%;
  z-index: -1;
  transform: translateY(-50%) scale(0.7);
}
.portfolio-section .portfolio-wrapper {
  display: flex;
  gap: clamp(20px, calc(20px + (80 - 20) * (100vw - 320px) / (1920 - 320)), 80px);
  height: 100%;
}
.portfolio-section .portfolio-wrapper .portfolio-column:nth-child(even) {
  margin-top: calc(-60px + (-180 - -60) * (100vw - 320px) / (1920 - 320));
}
.portfolio-section .portfolio-wrapper .portfolio-column .portfolio-item {
  overflow: hidden;
  margin-bottom: clamp(20px, calc(20px + (80 - 20) * (100vw - 320px) / (1920 - 320)), 80px);
  display: block;
  transition: all 0.5s ease;
  position: relative;
}
.portfolio-section .portfolio-wrapper .portfolio-column .portfolio-item:hover {
  transform: scale(1.05);
  transition: all 0.5s ease;
}
.portfolio-section .portfolio-wrapper .portfolio-column .portfolio-item:hover h4 {
  opacity: 1;
  transition: all 0.5s ease;
}
.portfolio-section .portfolio-wrapper .portfolio-column .portfolio-item img {
  width: calc(150px + (320 - 150) * (100vw - 320px) / (1920 - 320));
  height: calc(196px + (420 - 196) * (100vw - 320px) / (1920 - 320));
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: calc(7px + (12 - 7) * (100vw - 320px) / (1920 - 320));
}
.portfolio-section .portfolio-wrapper .portfolio-column .portfolio-item h4 {
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  color: rgba(var(--content-color), 1);
  font-weight: 400;
  margin-top: clamp(6px, calc(6px + (12 - 6) * (100vw - 320px) / (1920 - 320)), 12px);
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .portfolio-section .portfolio-wrapper .portfolio-column .portfolio-item h4 {
    opacity: 1;
  }
}

.resume-project .project-box {
  position: relative;
  display: block;
  color: rgba(var(--white), 1);
  overflow: hidden;
  padding: clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px);
  border-radius: 10px;
  background-color: rgba(var(--light-grey), 1);
  border: 1px solid rgba(var(--border-color), 1);
}
.resume-project .project-box .project-img {
  width: 100%;
  height: auto;
  aspect-ratio: 63/50;
  border-radius: 10px;
  margin-bottom: clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px);
  position: relative;
  overflow: hidden;
}
.resume-project .project-box .project-img .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: rgba(var(--theme-color), 1);
  color: rgba(var(--title-dark), 1);
  padding: clamp(6px, calc(6px + (8 - 6) * (100vw - 320px) / (1920 - 320)), 8px) clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px);
  border-radius: 6px;
  font-size: clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px);
  letter-spacing: 1px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: opacity 0.3s ease;
  font-weight: 500;
}
@media (max-width: 991px) {
  .resume-project .project-box .project-img .overlay-text {
    display: none;
  }
}
.resume-project .project-box .project-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s ease-out;
  will-change: transform;
  border-radius: 10px;
}
.resume-project .project-box h4 {
  margin-bottom: clamp(4px, calc(4px + (8 - 4) * (100vw - 320px) / (1920 - 320)), 8px);
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px);
}
.resume-project .project-box:hover .project-img .overlay-text {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.sticky-content {
  text-align: center;
  position: sticky;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 100px;
}
@media (max-width: 991px) {
  .sticky-content {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .sticky-content {
    margin-top: 20px;
  }
}
.sticky-content h2 {
  text-align: center;
  font-size: 250px;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .sticky-content h2 {
    font-size: 220px;
  }
}
@media (max-width: 1199px) {
  .sticky-content h2 {
    font-size: 185px;
  }
}
@media (max-width: 991px) {
  .sticky-content h2 {
    font-size: 138px;
  }
}
@media (max-width: 767px) {
  .sticky-content h2 {
    font-size: 102px;
  }
}
@media (max-width: 576px) {
  .sticky-content h2 {
    font-size: clamp(58px, calc(58px + (102 - 58) * (100vw - 320px) / (1920 - 320)), 102px);
  }
}
.sticky-content .bg-effect {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  z-index: -1;
  opacity: 0.4;
}

.design-studio-portfolio .row > div:nth-child(3n+2) .project-img, .design-studio-portfolio .row > div:nth-child(3n+3) .project-img {
  max-width: 550px;
  height: calc(80px + (350 - 80) * (100vw - 320px) / (1920 - 320));
  position: relative;
}
.design-studio-portfolio .row > div:nth-child(3n+2) .project-img img, .design-studio-portfolio .row > div:nth-child(3n+3) .project-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.design-studio-portfolio .row > div:nth-child(4n-3) .project-img, .design-studio-portfolio .row > div:nth-child(4n-0) .project-img {
  max-width: 490px;
  height: calc(200px + (670 - 200) * (100vw - 320px) / (1920 - 320));
  position: relative;
}
.design-studio-portfolio .row > div:nth-child(4n-3) .project-img img, .design-studio-portfolio .row > div:nth-child(4n-0) .project-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.design-studio-portfolio .title-main p {
  width: 80%;
}
@media (max-width: 1199px) {
  .design-studio-portfolio .title-main p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .design-studio-portfolio .title-main p {
    margin: 0 auto;
  }
}
.design-studio-portfolio .title-main .view-all {
  color: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  gap: 10px;
}
.design-studio-portfolio .project-wrapper {
  position: relative;
  color: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.design-studio-portfolio .project-wrapper .project-img .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: rgba(var(--theme-color), 1);
  color: rgba(var(--title-dark), 1);
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 15px;
  letter-spacing: 1px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: opacity 0.3s ease;
  font-weight: 500;
}
@media (max-width: 991px) {
  .design-studio-portfolio .project-wrapper .project-img .overlay-text {
    display: none;
  }
}
.design-studio-portfolio .project-wrapper .project-img img {
  transform-origin: center center;
  border-radius: clamp(5px, calc(5px + (12 - 5) * (100vw - 320px) / (1920 - 320)), 12px);
}
.design-studio-portfolio .project-wrapper .project-content {
  margin-top: clamp(12px, calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320)), 20px);
}
.design-studio-portfolio .project-wrapper .project-content h3 {
  margin-bottom: clamp(4px, calc(4px + (8 - 4) * (100vw - 320px) / (1920 - 320)), 8px);
  font-size: clamp(16px, calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)), 24px);
  line-height: 1.4;
}
.design-studio-portfolio .project-wrapper .project-content ul {
  display: flex;
  align-items: center;
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  margin-bottom: -3px;
}
.design-studio-portfolio .project-wrapper .project-content ul li {
  font-weight: 400;
  color: rgba(var(--content-color), 1);
}
.design-studio-portfolio .project-wrapper .project-content ul li + li {
  padding-left: 16px;
  margin-left: 10px;
  position: relative;
}
.design-studio-portfolio .project-wrapper .project-content ul li + li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: rgba(var(--content-color), 1);
}
.design-studio-portfolio .project-wrapper:hover .project-img .overlay-text {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.bordered-portfolio .project-wrapper {
  position: relative;
  color: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  border: 1px solid rgba(var(--border-color), 1);
}
@media (max-width: 1199px) {
  .bordered-portfolio .project-wrapper {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .bordered-portfolio .project-wrapper {
    padding: 15px;
  }
}
.bordered-portfolio .project-wrapper > div {
  width: 100%;
}
.bordered-portfolio .project-wrapper .project-img {
  display: block;
  overflow: hidden;
}
.bordered-portfolio .project-wrapper .project-img .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: rgba(var(--theme-color), 1);
  color: rgba(var(--title-dark), 1);
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 15px;
  letter-spacing: 1px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: opacity 0.3s ease;
  font-weight: 500;
}
@media (max-width: 767px) {
  .bordered-portfolio .project-wrapper .project-img .overlay-text {
    display: none;
  }
}
.bordered-portfolio .project-wrapper .project-img img {
  transform-origin: center center;
  border-radius: clamp(5px, calc(5px + (12 - 5) * (100vw - 320px) / (1920 - 320)), 12px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 113/100;
}
.bordered-portfolio .project-wrapper .project-content {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.bordered-portfolio .project-wrapper .project-content > div {
  width: calc(100% - clamp(40px, calc(40px + (50 - 40) * (100vw - 320px) / (1920 - 320)), 50px) - 10px);
}
.bordered-portfolio .project-wrapper .project-content h3 {
  margin-bottom: clamp(4px, calc(4px + (8 - 4) * (100vw - 320px) / (1920 - 320)), 8px);
  font-size: clamp(16px, calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)), 24px);
}
.bordered-portfolio .project-wrapper .project-content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  margin-bottom: -4px;
}
.bordered-portfolio .project-wrapper .project-content ul li {
  font-weight: 400;
  color: rgba(var(--content-color), 1);
}
.bordered-portfolio .project-wrapper .project-content ul li + li {
  padding-left: 16px;
  margin-left: 10px;
  position: relative;
}
.bordered-portfolio .project-wrapper .project-content ul li + li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: rgba(var(--content-color), 1);
}
.bordered-portfolio .project-wrapper .project-content .round-btn {
  width: clamp(40px, calc(40px + (50 - 40) * (100vw - 320px) / (1920 - 320)), 50px);
  height: clamp(40px, calc(40px + (50 - 40) * (100vw - 320px) / (1920 - 320)), 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--border-color), 1);
  font-size: clamp(20px, calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320)), 28px);
  border-radius: 100%;
  color: rgba(var(--white), 1);
  transition: all 0.5s ease;
}
.bordered-portfolio .project-wrapper:hover .project-img .overlay-text {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.bordered-portfolio .project-wrapper:hover .project-content .round-btn {
  background-color: rgba(var(--theme-color), 1);
  transition: all 0.5s ease;
  color: rgba(var(--title-dark), 1);
}
.bordered-portfolio .row > div .project-wrapper {
  border-top: none;
}
.bordered-portfolio .row > div:first-child .project-wrapper {
  border-top: 1px solid rgba(var(--border-color), 1);
}
.bordered-portfolio .row > div:nth-child(3n) .project-wrapper {
  border-left: none;
}
@media (max-width: 576px) {
  .bordered-portfolio .row > div:nth-child(3n) .project-wrapper {
    border-left: 1px solid rgba(var(--border-color), 1);
  }
}
.bordered-portfolio .row > div:nth-child(3n+1) .project-wrapper .project-img img {
  aspect-ratio: 247/100;
}

.project-img img {
  transform-origin: center center;
  transition: transform 0.5s ease;
  will-change: transform, opacity;
}

.portfolio-aspect.project-section .project-wrapper .project-img {
  aspect-ratio: 63/50;
}

.horizontal-section {
  height: 100vh;
  overflow: hidden;
  position: relative;
  padding: 0 !important;
}
@media (max-width: 1199px) {
  .horizontal-section {
    height: unset;
  }
}
.horizontal-section .horizontal-wrapper {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 5vw;
  padding-right: 30vw;
}
@media (max-width: 1199px) {
  .horizontal-section .horizontal-wrapper {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
.horizontal-section .horizontal-wrapper .horizontal-box {
  flex: 0 0 80vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 1199px) {
  .horizontal-section .horizontal-wrapper .horizontal-box {
    flex: unset;
    height: auto;
    flex-direction: column;
  }
}
.horizontal-section .horizontal-wrapper .horizontal-box .content {
  background-color: rgba(var(--dark-grey), 1);
  padding: 45px 0 45px 45px;
  position: relative;
  z-index: 1;
  max-width: 40%;
  color: rgba(var(--white), 1);
}
@media (max-width: 1199px) {
  .horizontal-section .horizontal-wrapper .horizontal-box .content {
    width: 100%;
    max-width: 100%;
    padding: clamp(25px, calc(25px + (40 - 25) * (100vw - 320px) / (1920 - 320)), 40px);
  }
}
.horizontal-section .horizontal-wrapper .horizontal-box .content h2 {
  margin-bottom: 10px;
  font-size: clamp(20px, calc(20px + (54 - 20) * (100vw - 320px) / (1920 - 320)), 54px);
  margin-top: calc(-4px + (-11 - -4) * (100vw - 320px) / (1920 - 320));
}
.horizontal-section .horizontal-wrapper .horizontal-box .content p {
  margin-bottom: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px);
}
.horizontal-section .horizontal-wrapper .horizontal-box .horizontal-img {
  width: 55%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .horizontal-section .horizontal-wrapper .horizontal-box .horizontal-img {
    width: 100%;
    height: 300px;
  }
}
.horizontal-section .horizontal-wrapper .horizontal-box .horizontal-img img {
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.horizontal-section .horizontal-wrapper .horizontal-box:hover img {
  transform: scale(1.05);
}

.portfolio-project .offset-sm-6 {
  margin-top: calc(-80px + (-150 - -80) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 576px) {
  .portfolio-project .offset-sm-6 {
    margin-top: 0;
  }
}
.portfolio-project.project-section .project-box .project-img {
  aspect-ratio: 34/25;
  overflow: hidden;
  padding: 0;
  border-radius: clamp(7px, calc(7px + (11 - 7) * (100vw - 320px) / (1920 - 320)), 11px);
}
.portfolio-project.project-section .project-box .project-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  -o-object-position: bottom;
     object-position: bottom;
}
.portfolio-project.project-section .project-box h3 {
  font-size: clamp(17px, calc(17px + (24 - 17) * (100vw - 320px) / (1920 - 320)), 24px);
}
.portfolio-project.project-section .project-box > div {
  position: relative;
  background: transparent;
  padding: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px) 0 0 0;
}

.architects-project .project-wrapper {
  margin-bottom: 30px;
  position: sticky;
  z-index: 1;
  top: 30px;
  background-color: rgba(var(--dark-grey), 1);
}
.architects-project .project-wrapper:last-child {
  margin-bottom: 0;
}
.architects-project .left-title {
  position: sticky;
  z-index: 1;
  top: 30px;
}

.uneven-gap .row > div .project-box + .project-box {
  margin-top: 30px;
}
.uneven-gap .row > div:nth-child(2) {
  margin-top: clamp(60px, calc(60px + (100 - 60) * (100vw - 320px) / (1920 - 320)), 100px);
}
@media (max-width: 575px) {
  .uneven-gap .row > div:nth-child(2) {
    margin-top: 30px;
  }
}
.uneven-gap.portfolio-project.project-section .project-box .project-img {
  aspect-ratio: unset;
}
.uneven-gap.portfolio-project.project-section .project-box h6 {
  line-height: 1.5;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.14 Review style
==========================**/
.review-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.review-section .review-slider {
  width: 100%;
}
@media (min-width: 576px) {
  .review-section .review-slider {
    margin-left: calc((100% - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .review-section .review-slider {
    margin-left: calc((100% - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .review-section .review-slider {
    margin-left: calc((100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .review-section .review-slider {
    margin-left: calc((100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .review-section .review-slider {
    margin-left: calc((100% - 1320px) / 2);
  }
}

.review-box {
  background-color: rgba(var(--light-grey), 1);
  padding: clamp(20px, calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320)), 40px);
  border-radius: 6px;
  border: 1px solid rgba(var(--border-color));
}
.review-box p {
  font-size: clamp(15px, calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)), 18px);
  margin-top: -5px;
}
.review-box .author-info {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  margin-top: clamp(18px, calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320)), 25px);
  padding-top: clamp(18px, calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320)), 25px);
  border-top: 1px solid rgba(var(--border-color), 1);
}
.review-box .author-info h5 {
  margin-bottom: clamp(4px, calc(4px + (6 - 4) * (100vw - 320px) / (1920 - 320)), 6px);
  font-size: clamp(15px, calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)), 18px);
}
.review-box .author-info h6 {
  color: rgba(var(--content-color), 1);
}
.review-box .author-info img {
  width: clamp(50px, calc(50px + (70 - 50) * (100vw - 320px) / (1920 - 320)), 70px);
  height: clamp(50px, calc(50px + (70 - 50) * (100vw - 320px) / (1920 - 320)), 70px);
  border-radius: 100%;
}

.podcast-review {
  overflow: hidden;
}
.podcast-review .container {
  border-top: 1px solid rgba(var(--border-color), 1);
  padding-top: clamp(50px, calc(50px + (100 - 50) * (100vw - 320px) / (1920 - 320)), 100px);
}
.podcast-review .review-box {
  padding: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  border-radius: 10px;
}
.podcast-review .review-box p {
  font-size: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  margin-top: -5px;
}
.podcast-review .review-box .author-info {
  margin-top: clamp(15px, calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320)), 22px);
}
.podcast-review .review-box .author-info h5 {
  font-size: clamp(16px, calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320)), 22px);
}
.podcast-review .review-box .author-info h6 {
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
}

.studio-review {
  overflow: unset;
}
.studio-review .title-main {
  position: sticky;
  top: 20px;
}
.studio-review .review-box {
  position: sticky;
  top: 20px;
}
.studio-review .review-box + .review-box {
  margin-top: 30px;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.15 Service style
==========================**/
.service-section {
  overflow: hidden;
}
.service-section .service-content li {
  width: 100%;
  border-top: 1px solid rgba(var(--border-color), 1);
  transition: all 0.5s ease;
}
.service-section .service-content li:last-child {
  border-bottom: 1px solid rgba(var(--border-color), 1);
}
.service-section .service-content li .content-box {
  padding: 60px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.service-section .service-content li .content-box h3 {
  font-size: clamp(18px, calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320)), 28px);
}
.service-section .service-content li .content-box h4 {
  font-style: italic;
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px);
}
.service-section .service-content li .content-box img {
  position: absolute;
  height: 130%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(0.6);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.service-section .service-content li .content-box + .content-box {
  border-left: 1px solid rgba(var(--border-color), 1);
}
.service-section .service-content li .content-box:last-child {
  border-left: none;
  padding-inline: 0;
}
.service-section .service-content li .service-btn {
  border: 1px solid rgba(var(--border-color), 1);
  width: clamp(35px, calc(35px + (50 - 35) * (100vw - 320px) / (1920 - 320)), 50px);
  height: clamp(35px, calc(35px + (50 - 35) * (100vw - 320px) / (1920 - 320)), 50px);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--content-color), 1);
  font-size: clamp(16px, calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320)), 22px);
  transition: all 0.5s ease;
}
.service-section .service-content li:hover {
  background-color: #1a1a1a;
  transition: all 0.5s ease;
}
.service-section .service-content li:hover .content-box img {
  transform: scale(1);
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.service-section.service-style-2 .blury-round {
  position: absolute;
  right: -10%;
  z-index: -1;
  transform: scale(0.8);
  opacity: 0.1;
}
.service-section.service-style-2 .container {
  position: relative;
}
.service-section.service-style-2 .container .row .content-box:nth-child(2) {
  justify-content: flex-start;
}
.service-section.service-style-2 .service-content li .content-box {
  padding: 40px 20px;
}
@media (max-width: 1199px) {
  .service-section.service-style-2 .service-content li .content-box {
    padding: 30px 10px;
  }
}
@media (max-width: 991px) {
  .service-section.service-style-2 .service-content li .content-box {
    padding: 20px 10px;
  }
}
@media (max-width: 576px) {
  .service-section.service-style-2 .service-content li .content-box {
    padding: 12px;
  }
}
.service-section.service-style-2 .service-content li .content-box h3 {
  font-size: clamp(20px, calc(20px + (35 - 20) * (100vw - 320px) / (1920 - 320)), 35px);
}
.service-section.service-style-2 .service-content li .content-box + .content-box {
  border-left: none;
}
.service-section.service-style-2 .service-content li:hover {
  background: linear-gradient(203deg, rgba(var(--theme-color), 0.16) 0%, rgba(var(--white), 0) 100%) !important;
}
.service-section.service-style-2 li {
  background-color: transparent !important;
  position: relative;
}
.service-section.service-style-2 li .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}
.service-section.service-style-2 li .overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(var(--dark-grey), 1);
  opacity: 0.8;
}
.service-section.service-style-2 li .overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-section.service-style-2 li:hover .overlay {
  opacity: 1;
  transition: all 0.5s ease;
}
.service-section.service-style-2 li:hover .service-btn {
  background-color: rgba(var(--theme-color), 1);
  border-color: rgba(var(--theme-color), 1);
  transition: all 0.5s ease;
}
.service-section.service-style-2 li:hover .service-btn i {
  color: rgba(var(--title-dark), 1);
}

.service-hover-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: auto;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.95);
  z-index: 3;
  transition: all 0.2s ease;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .service-hover-img {
    display: none;
  }
}
.service-hover-img.photography-img {
  width: 200px;
}

.studio-service-img {
  position: relative;
  height: 100%;
}
.studio-service-img img {
  aspect-ratio: 41/25;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.studio-service-list li {
  width: 100%;
  padding-bottom: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
  margin-bottom: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
  border-bottom: 1px solid rgba(var(--border-color), 1);
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
}
.studio-service-list li .content-start {
  width: calc(100% - 60px - clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px));
}
@media (max-width: 991px) {
  .studio-service-list li .content-start {
    width: calc(100% - 50px - clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px));
  }
}
@media (max-width: 767px) {
  .studio-service-list li .content-start {
    width: calc(100% - 40px - clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px));
  }
}
.studio-service-list li .content-start > div {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
}
.studio-service-list li h3 {
  font-size: clamp(16px, calc(16px + (50 - 16) * (100vw - 320px) / (1920 - 320)), 50px);
  transition: all 0.5s ease;
  margin-top: calc(-3px + (-12 - -3) * (100vw - 320px) / (1920 - 320));
}
.studio-service-list li h5 {
  color: rgba(var(--content-color), 1);
  font-style: italic;
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
}
.studio-service-list li p {
  margin-top: 5px;
  width: 70%;
  margin-bottom: -2px;
}
@media (max-width: 991px) {
  .studio-service-list li p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .studio-service-list li p {
    width: 100%;
  }
}
.studio-service-list li a {
  margin-left: auto;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(var(--white), 1);
  border-radius: 100%;
  color: rgba(var(--white), 1);
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .studio-service-list li a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .studio-service-list li a {
    width: 35px;
    height: 35px;
  }
}
.studio-service-list li a i {
  font-size: 32px;
}
@media (max-width: 991px) {
  .studio-service-list li a i {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .studio-service-list li a i {
    font-size: 18px;
  }
}
.studio-service-list li:last-child {
  margin-bottom: 0;
}
.studio-service-list li:hover h3,
.studio-service-list li:hover h5 {
  color: rgba(var(--theme-color), 1);
  transition: all 0.5s ease;
}
.studio-service-list li:hover a {
  background-color: rgba(var(--theme-color), 1);
  color: rgba(var(--title-dark), 1);
  border-color: rgba(var(--theme-color), 1);
  transition: all 0.5s ease;
}

.studio-service.award-section .bg-effect {
  position: absolute;
  left: 0;
  opacity: 0.2;
  width: 40%;
  z-index: -1;
}
.studio-service.award-section .studio-service-list li h3 {
  font-size: clamp(18px, calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320)), 26px);
  margin-top: calc(-1px + (-4 - -1) * (100vw - 320px) / (1920 - 320));
}
.studio-service.award-section .studio-service-list li p {
  margin-top: 10px;
}
.studio-service.award-section .studio-service-img {
  position: relative;
  overflow: hidden;
}
.studio-service.award-section .studio-service-img img {
  aspect-ratio: 183/103;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: rgba(var(--light-grey));
  padding: 20px;
}

.workflow-section {
  position: relative;
}
.workflow-section .workflow-box {
  background-color: #1f1f1f;
  padding: clamp(20px, calc(20px + (25 - 20) * (100vw - 320px) / (1920 - 320)), 25px);
  position: sticky;
  top: 100px;
  margin-bottom: 10px;
  z-index: 1;
  will-change: transform, opacity;
}
.workflow-section .workflow-box:last-child {
  margin-bottom: 0;
}
.workflow-section .workflow-box h1 {
  text-align: center;
  font-size: clamp(50px, calc(50px + (180 - 50) * (100vw - 320px) / (1920 - 320)), 180px);
  color: rgba(var(--white), 1);
  opacity: 0.5;
}
@media (max-width: 576px) {
  .workflow-section .workflow-box h1 {
    text-align: left;
    margin-bottom: 1px;
    margin-top: -10px;
  }
}
.workflow-section .workflow-box h3 {
  margin-bottom: clamp(7px, calc(7px + (14 - 7) * (100vw - 320px) / (1920 - 320)), 14px);
}
.workflow-section .workflow-box p {
  width: 90%;
}
@media (max-width: 576px) {
  .workflow-section .workflow-box p {
    width: 100%;
  }
}
.workflow-section .workflow-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.workflow-section .workflow-box ul li {
  padding: 6px 14px;
  border: 1px solid rgba(var(--content-color), 0.3);
  border-radius: 25px;
  color: rgba(var(--content-color), 1);
  font-size: 16px;
}
@media (max-width: 991px) {
  .workflow-section .workflow-box ul li {
    font-size: 14px;
    padding: 5px 11px;
  }
}
.workflow-section .workflow-box:nth-child(1) {
  z-index: 1;
}
.workflow-section .workflow-box:nth-child(2) {
  background-color: #454839;
  z-index: 2;
}
.workflow-section .workflow-box:nth-child(3) {
  background-color: #a9ad9b;
  z-index: 3;
}
.workflow-section .workflow-box:nth-child(3) h1,
.workflow-section .workflow-box:nth-child(3) h3,
.workflow-section .workflow-box:nth-child(3) p {
  color: rgba(var(--title-dark), 1);
}
.workflow-section .workflow-box:nth-child(4) {
  background-color: #e3e3e3;
  z-index: 4;
}
.workflow-section .workflow-box:nth-child(4) h1,
.workflow-section .workflow-box:nth-child(4) h3,
.workflow-section .workflow-box:nth-child(4) p {
  color: rgba(var(--title-dark), 1);
}
.workflow-section.architecture-service .workflow-box {
  background-color: #1f1f1f !important;
  padding: 0;
  border-radius: clamp(8px, calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320)), 15px);
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .workflow-section.architecture-service .workflow-box:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .workflow-section.architecture-service .workflow-box {
    position: relative;
    top: 0;
  }
}
@media (max-width: 767px) {
  .workflow-section.architecture-service .workflow-box .workflow-content {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .workflow-section.architecture-service .workflow-box ul {
    flex-wrap: unset;
    overflow: auto;
  }
}
@media (max-width: 991px) {
  .workflow-section.architecture-service .workflow-box ul li {
    font-size: 14px;
    padding: 3px 11px;
  }
}
@media (max-width: 767px) {
  .workflow-section.architecture-service .workflow-box ul li {
    white-space: nowrap;
  }
}
.workflow-section.architecture-service .workflow-box img {
  aspect-ratio: 253/155;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.workflow-section.architecture-service .workflow-box p {
  margin-bottom: 20px;
  color: rgba(var(--content-color), 1);
}
@media (max-width: 991px) and (min-width: 767px) {
  .workflow-section.architecture-service .workflow-box p {
    display: none;
  }
}
.workflow-section.architecture-service .workflow-box h3 {
  margin-bottom: 8px;
  color: rgba(var(--white), 1);
  font-size: clamp(18px, calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320)), 24px);
  transition: all 0.5s ease;
  margin-top: calc(-2px + (-4 - -2) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 991px) {
  .workflow-section.architecture-service .workflow-box h3 {
    margin-bottom: clamp(4px, calc(4px + (12 - 4) * (100vw - 320px) / (1920 - 320)), 12px);
  }
}
.workflow-section.architecture-service .workflow-box:hover h3 {
  color: rgba(var(--theme-color), 1);
  transition: all 0.5s ease;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.16 Skills style
==========================**/
.resume-skill .skill-box h4 {
  margin-bottom: clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px);
}
.resume-skill .skill-box ul li {
  display: flex;
  align-items: center;
  gap: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
  padding: clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px);
  border-radius: clamp(8px, calc(8px + (10 - 8) * (100vw - 320px) / (1920 - 320)), 10px);
  background-color: rgba(var(--light-grey), 1);
  border: 1px solid rgba(var(--border-color), 1);
}
.resume-skill .skill-box ul li img {
  width: clamp(40px, calc(40px + (45 - 40) * (100vw - 320px) / (1920 - 320)), 45px);
  height: clamp(40px, calc(40px + (45 - 40) * (100vw - 320px) / (1920 - 320)), 45px);
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  overflow: hidden;
}
.resume-skill .skill-box ul li h5 {
  margin-bottom: 5px;
  font-size: clamp(15px, calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)), 18px);
}
.resume-skill .skill-box ul li + li {
  margin-top: clamp(16px, calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)), 24px);
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.17 State style
==========================**/
.design-states .state-wrapper {
  padding: 30px;
  border-radius: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: rgba(var(--light-grey), 1);
  height: 100%;
}
@media (max-width: 1199px) {
  .design-states .state-wrapper {
    padding: clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px);
  }
}
.design-states .state-wrapper:after {
  position: absolute;
  content: "";
  background-image: url(20d783b0ae95c43787f5.png);
  left: 0;
  top: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
.design-states .state-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(60px, calc(60px + (120 - 60) * (100vw - 320px) / (1920 - 320)), 120px);
}
.design-states .state-wrapper > div .icon {
  font-size: 22px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(-2px + (-15 - -2) * (100vw - 320px) / (1920 - 320));
}
.design-states .state-wrapper > div .icon lord-icon {
  width: clamp(24px, calc(24px + (32 - 24) * (100vw - 320px) / (1920 - 320)), 32px);
  height: clamp(24px, calc(24px + (32 - 24) * (100vw - 320px) / (1920 - 320)), 32px);
}
.design-states .state-wrapper > div h3 {
  font-size: 60px;
  margin-top: calc(-3px + (-7 - -3) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 1199px) {
  .design-states .state-wrapper > div h3 {
    font-size: clamp(28px, calc(28px + (46 - 28) * (100vw - 320px) / (1920 - 320)), 46px);
  }
}
.design-states .state-wrapper h4 {
  color: rgba(var(--content-color), 1);
  font-weight: 400;
}
@media (max-width: 1199px) {
  .design-states .state-wrapper h4 {
    font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  }
}

.state-box-sec .state-box {
  padding: clamp(25px, calc(25px + (35 - 25) * (100vw - 320px) / (1920 - 320)), 35px) clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
  text-align: center;
  background-color: rgba(var(--light-grey), 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.state-box-sec .state-box h3 {
  font-size: clamp(22px, calc(22px + (60 - 22) * (100vw - 320px) / (1920 - 320)), 60px);
  margin-top: calc(-4px + (-11 - -4) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
}
.state-box-sec .state-box h5 {
  color: rgba(var(--content-color), 1);
  font-size: clamp(14px, calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320)), 22px);
  margin-top: 10px;
  margin-bottom: -3px;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.18 Subscribe style
==========================**/
.subscribe-section {
  background-color: rgba(var(--light-grey), 1);
  position: relative;
  overflow: hidden;
}
.subscribe-section .bg-effect {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 50%;
  right: -50px;
  opacity: 0.5;
}
@media (max-width: 576px) {
  .subscribe-section .bg-effect {
    width: 90%;
    right: -170px;
  }
}
.subscribe-section .subscribe-box {
  background-color: rgba(var(--white), 1);
  padding: clamp(10px, calc(10px + (40 - 10) * (100vw - 320px) / (1920 - 320)), 40px) clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  border-radius: 10px;
  display: block;
}
.subscribe-section .subscribe-box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  color: rgba(var(--title-dark), 1);
  font-size: clamp(18px, calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320)), 26px);
}
@media (max-width: 430px) {
  .subscribe-section .subscribe-box h3 {
    flex-direction: column;
  }
}
.subscribe-section .subscribe-box h3 img {
  height: clamp(26px, calc(26px + (35 - 26) * (100vw - 320px) / (1920 - 320)), 35px);
  width: auto;
}
.subscribe-section .title-main h2 {
  margin-top: calc(-1px + (-10 - -1) * (100vw - 320px) / (1920 - 320));
}

.newsletter-sec {
  background-image: url(dc5321e62db7e14fc666.png);
  background-color: rgba(var(--theme-color), 1);
  padding: clamp(20px, calc(20px + (70 - 20) * (100vw - 320px) / (1920 - 320)), 70px);
  border-radius: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.newsletter-sec .bg-effect {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.newsletter-sec h3 {
  color: rgba(var(--title-dark), 1);
  font-weight: 700;
  margin-bottom: clamp(6px, calc(6px + (12 - 6) * (100vw - 320px) / (1920 - 320)), 12px);
  font-size: clamp(22px, calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320)), 30px);
  margin-top: -5px;
}
@media (max-width: 991px) {
  .newsletter-sec h3 {
    margin-top: -4px;
  }
}
.newsletter-sec p {
  width: 82%;
  color: rgba(var(--title-dark), 1);
  font-size: clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
  margin-bottom: -3px;
}
@media (max-width: 767px) {
  .newsletter-sec p {
    width: 100%;
  }
}
.newsletter-sec .form-control {
  margin-bottom: 20px;
  border-radius: 8px;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.19 Team style
==========================**/
.team-section .team-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 991px) {
  .team-section .team-content {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .team-section .team-content {
    margin: -10px;
  }
}
.team-section .team-content li {
  width: 20%;
  padding: 0 20px;
  height: 500px;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .team-section .team-content li {
    padding: 0 10px;
    height: calc(240px + (370 - 240) * (100vw - 320px) / (1920 - 320));
  }
}
@media (max-width: 767px) {
  .team-section .team-content li {
    width: 50%;
    padding: 10px;
  }
}
.team-section .team-content li .team-box {
  width: 100%;
  height: 100%;
  border-radius: clamp(7px, calc(7px + (12 - 7) * (100vw - 320px) / (1920 - 320)), 12px);
  position: relative;
  overflow: hidden;
}
.team-section .team-content li .team-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-section .team-content li .team-box .team-content {
  position: absolute;
  padding: 20px;
  left: 20px;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: rgba(var(--dark-grey), 1);
  background: linear-gradient(0deg, rgba(var(--dark-grey), 1) 0%, rgba(var(--dark-grey), 0) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .team-section .team-content li .team-box .team-content {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .team-section .team-content li .team-box .team-content {
    top: 10px;
    opacity: 1;
    visibility: visible;
    padding: 10px;
  }
}
.team-section .team-content li .team-box .team-content h4 {
  text-transform: capitalize;
  margin-bottom: clamp(4px, calc(4px + (8 - 4) * (100vw - 320px) / (1920 - 320)), 8px);
  font-size: clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
}
.team-section .team-content li.active {
  width: 40%;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .team-section .team-content li.active {
    width: 50%;
  }
}
.team-section .team-content li.active .team-content {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.20 Timeline style
==========================**/
.timeline-section {
  overflow: hidden;
}
.timeline-section .horizontal-timeline {
  position: relative;
  overflow: hidden;
}
.timeline-section .horizontal-timeline .timeline-track {
  display: flex;
  gap: clamp(20px, calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320)), 40px);
  height: 100%;
  will-change: transform;
}
.timeline-section .horizontal-timeline .timeline-track .timeline-item {
  flex: 0 0 clamp(240px, calc(240px + (480 - 240) * (100vw - 320px) / (1920 - 320)), 480px);
  background: rgba(var(--light-grey), 1);
  border-radius: 10px;
  padding: clamp(16px, calc(16px + (30 - 16) * (100vw - 320px) / (1920 - 320)), 30px);
  transition: transform 0.3s ease;
  height: 100%;
}
.timeline-section .horizontal-timeline .timeline-track .timeline-item img {
  aspect-ratio: 42/25;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}
.timeline-section .horizontal-timeline .timeline-track .timeline-item h4 {
  font-size: clamp(22px, calc(22px + (40 - 22) * (100vw - 320px) / (1920 - 320)), 40px);
  font-weight: 700;
  color: rgba(var(--theme-color), 1);
  margin-bottom: clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px);
}
.timeline-section .horizontal-timeline .timeline-track .timeline-item h5 {
  font-size: clamp(16px, calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320)), 22px);
  color: rgba(var(--title-color), 1);
  margin-bottom: clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px);
}
.timeline-section .horizontal-timeline .timeline-track .timeline-item p {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  line-height: 1.6;
  color: rgba(var(--content-color), 1);
  max-width: 400px;
  margin-bottom: -3px;
}

/**=====================
4.21 Video style
==========================**/
.video-section {
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  height: 80vh;
}
.video-section .masking {
  position: absolute;
  inset: 0;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(var(--dark-grey), 1);
  clip-path: circle(0% at 50% 50%);
  will-change: transform;
  backface-visibility: hidden;
  height: 100%;
}
.video-section video {
  transform-origin: center center;
  transition: transform 0.3s ease-out;
  transform: translateZ(0);
  will-change: transform, opacity;
  backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
}

/* Pages */
/**=====================
  2.1 Reset css start
==========================**/
/**=====================
5.1 Blog style
==========================**/
.blog-sidebar .sidebar-title {
  margin-bottom: clamp(18px, calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320)), 26px);
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px);
  font-weight: 500;
  margin-top: -4px;
}
.blog-sidebar .blog-category {
  margin-top: -7px;
  padding-left: 16px;
  list-style-type: circle;
}
.rtl .blog-sidebar .blog-category {
  padding-left: 0;
  padding-right: 16px;
}
.blog-sidebar .blog-category li {
  display: list-item;
}
.blog-sidebar .blog-category li a {
  display: flex;
  align-items: center;
  width: 100%;
  color: rgba(var(--content-color), 1);
  font-size: clamp(15px, calc(15px + (16 - 15) * (100vw - 320px) / (1920 - 320)), 16px);
  transition: all 0.5s ease;
}
.blog-sidebar .blog-category li a span {
  margin-left: auto;
  display: none;
}
.blog-sidebar .blog-category li a:hover {
  padding-left: 5px;
  color: rgba(var(--theme-color), 1);
  transition: all 0.5s ease;
}
.blog-sidebar .blog-category li + li {
  margin-top: clamp(5px, calc(5px + (8 - 5) * (100vw - 320px) / (1920 - 320)), 8px);
}
.blog-sidebar .sidebar-wrapper {
  margin-top: clamp(26px, calc(26px + (38 - 26) * (100vw - 320px) / (1920 - 320)), 38px);
}
.blog-sidebar .tags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(8px, calc(8px + (14 - 8) * (100vw - 320px) / (1920 - 320)), 14px);
}
.blog-sidebar .tags-list li a {
  font-size: clamp(13px, calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)), 14px);
  background-color: rgba(var(--light-grey), 1);
  color: rgba(var(--content-color), 1);
  padding: 6px 15px;
  border-radius: 4px;
  display: block;
  transition: all 0.5s ease;
}
.blog-sidebar .tags-list li a:hover {
  background-color: rgba(var(--theme-color), 1);
  color: rgba(var(--title-dark), 1);
  transition: all 0.5s ease;
}
.blog-sidebar .popular-blogs li {
  width: 100%;
}
.blog-sidebar .popular-blogs li .popular-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1199px) {
  .blog-sidebar .popular-blogs li .popular-wrap {
    gap: 10px;
  }
}
.blog-sidebar .popular-blogs li .popular-wrap img {
  width: 100px;
  aspect-ratio: 41/50;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .blog-sidebar .popular-blogs li .popular-wrap img {
    width: 70px;
  }
}
.blog-sidebar .popular-blogs li .popular-wrap .popular-content {
  width: calc(100% - 100px - 15px);
}
@media (max-width: 1199px) {
  .blog-sidebar .popular-blogs li .popular-wrap .popular-content {
    width: calc(100% - 70px - 10px);
  }
}
.blog-sidebar .popular-blogs li .popular-wrap .popular-content h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  color: rgba(var(--title-color), 1);
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px);
  transition: all 0.5s ease;
}
.blog-sidebar .popular-blogs li .popular-wrap .popular-content h6 {
  color: rgba(var(--content-color), 1);
  font-size: clamp(13px, calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320)), 15px);
}
.blog-sidebar .popular-blogs li + li {
  margin-top: 18px;
}
.blog-sidebar .popular-blogs li:hover .popular-content h5 {
  color: rgba(var(--theme-color), 1);
  transition: all 0.5s ease;
}

.blog-list-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(18px, calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320)), 25px);
}
@media (max-width: 767px) {
  .blog-list-wrapper {
    flex-direction: column;
  }
}
.blog-list-wrapper .blog-img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 50%;
  aspect-ratio: 31/20;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .blog-list-wrapper .blog-img {
    width: 100%;
  }
}
.blog-list-wrapper .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.blog-list-wrapper .blog-img .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: rgba(var(--theme-color), 1);
  color: rgba(var(--title-dark), 1);
  padding: clamp(6px, calc(6px + (8 - 6) * (100vw - 320px) / (1920 - 320)), 8px) clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px);
  border-radius: 6px;
  font-size: clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px);
  letter-spacing: 1px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: opacity 0.3s ease;
  font-weight: 500;
}
@media (max-width: 991px) {
  .blog-list-wrapper .blog-img .overlay-text {
    display: none;
  }
}
.blog-list-wrapper .blog-content {
  width: calc(50% - 25px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .blog-list-wrapper .blog-content {
    width: 100%;
  }
}
.blog-list-wrapper .blog-content h6 {
  color: rgba(var(--content-color), 1);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  margin-bottom: clamp(3px, calc(3px + (6 - 3) * (100vw - 320px) / (1920 - 320)), 6px);
  text-transform: capitalize;
  margin-top: -2px;
}
.blog-list-wrapper .blog-content h4 {
  font-size: clamp(18px, calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320)), 26px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: clamp(6px, calc(6px + (14 - 6) * (100vw - 320px) / (1920 - 320)), 14px);
  line-height: 1.4;
}
.blog-list-wrapper .blog-content p {
  font-size: clamp(14px, calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320)), 15px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: rgba(var(--content-color), 1);
  line-height: 1.6;
}
@media (max-width: 991px) {
  .blog-list-wrapper .blog-content p {
    -webkit-line-clamp: 4;
  }
}
.blog-list-wrapper .blog-content a {
  color: rgba(var(--theme-color), 1);
  margin-top: clamp(8px, calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320)), 15px);
  font-weight: 400;
  font-size: clamp(15px, calc(15px + (16 - 15) * (100vw - 320px) / (1920 - 320)), 16px);
  margin-bottom: -5px;
}

.blog-grid-wrapper {
  display: block;
  transition: all 0.5s ease;
  border: 1px solid rgba(var(--white), 0.16);
  border-radius: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  padding: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
}
.blog-grid-wrapper .blog-img {
  aspect-ratio: 41/50;
  border-radius: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
  margin-bottom: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  display: block;
  position: relative;
  overflow: hidden;
}
.blog-grid-wrapper .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
  transition: all 0.5s ease;
  transform: scale(1.1);
}
.blog-grid-wrapper .blog-img .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: rgba(var(--theme-color), 1);
  color: rgba(var(--title-dark), 1);
  padding: clamp(6px, calc(6px + (8 - 6) * (100vw - 320px) / (1920 - 320)), 8px) clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px);
  border-radius: 6px;
  font-size: clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px);
  letter-spacing: 1px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: opacity 0.3s ease;
  font-weight: 500;
}
@media (max-width: 991px) {
  .blog-grid-wrapper .blog-img .overlay-text {
    display: none;
  }
}
.blog-grid-wrapper .blog-grid-content h6 {
  color: rgba(var(--content-color), 1);
  text-transform: capitalize;
  margin-bottom: 7px;
  font-weight: 400;
}
.blog-grid-wrapper .blog-grid-content h6 span {
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.rtl .blog-grid-wrapper .blog-grid-content h6 span {
  padding-left: 0;
  padding-right: 20px;
}
.blog-grid-wrapper .blog-grid-content h6 span::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 1px;
  height: 12px;
  background-color: #656565;
}
.rtl .blog-grid-wrapper .blog-grid-content h6 span::after {
  left: unset;
  right: 10px;
}
.blog-grid-wrapper .blog-grid-content .read-more {
  color: rgba(var(--theme-color), 1);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: clamp(5px, calc(5px + (8 - 5) * (100vw - 320px) / (1920 - 320)), 8px);
  font-size: clamp(15px, calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)), 18px);
  margin-bottom: -6px;
}
.blog-grid-wrapper h4 {
  font-size: clamp(16px, calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320)), 22px);
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}
.blog-grid-wrapper:hover {
  transform: translateY(-5px);
  transition: all 0.5s ease;
}

.blog-main-wrapper .blog-list-wrapper + .blog-list-wrapper {
  margin-top: 30px;
}

.blog-details-section .blog-main-img {
  aspect-ratio: 1.9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 13px;
  margin-bottom: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  -o-object-position: top;
     object-position: top;
}
.blog-details-section .blog-main-content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  gap: clamp(14px, calc(14px + (30 - 14) * (100vw - 320px) / (1920 - 320)), 30px);
}
@media (max-width: 991px) {
  .blog-details-section .blog-main-content {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-content {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }
}
.blog-details-section .blog-main-content .social-share {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: sticky;
  top: 30px;
  z-index: 1;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-content .social-share {
    flex-direction: row;
    position: relative;
    top: unset;
  }
}
.blog-details-section .blog-main-content .social-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(4px, calc(4px + (10 - 4) * (100vw - 320px) / (1920 - 320)), 10px);
  width: clamp(32px, calc(32px + (40 - 32) * (100vw - 320px) / (1920 - 320)), 40px);
  height: clamp(32px, calc(32px + (40 - 32) * (100vw - 320px) / (1920 - 320)), 40px);
  background-color: rgba(var(--light-grey), 1);
}
.blog-details-section .blog-main-content .social-share a i {
  color: rgba(var(--title-color), 1);
  font-size: clamp(15px, calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)), 18px);
}
.blog-details-section .blog-main-content p,
.blog-details-section .blog-main-content li {
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  line-height: 1.6;
}
.blog-details-section .blog-main-content p + p {
  margin-top: 20px;
}
.blog-details-section .blog-main-content li {
  margin-top: clamp(14px, calc(14px + (30 - 14) * (100vw - 320px) / (1920 - 320)), 30px);
}
.blog-details-section .blog-main-content li span {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.blog-details-section .blog-main-content ol {
  padding-left: 0;
}
.rtl .blog-details-section .blog-main-content ol {
  padding-right: 0;
}
.blog-details-section .blog-main-content figure {
  width: 82%;
  margin: clamp(10px, calc(10px + (30 - 10) * (100vw - 320px) / (1920 - 320)), 30px) auto 0;
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-content figure {
    width: 95%;
  }
}
.blog-details-section .blog-main-content figure .blockquote {
  margin-bottom: clamp(8px, calc(8px + (16 - 8) * (100vw - 320px) / (1920 - 320)), 16px);
}
.blog-details-section .blog-main-content figure .blockquote p {
  font-size: clamp(16px, calc(16px + (23 - 16) * (100vw - 320px) / (1920 - 320)), 23px);
  color: rgba(var(--title-color), 1);
}
.blog-details-section .blog-main-content .blockquote-footer {
  margin-bottom: 0;
  margin-top: 0;
  font-size: clamp(13px, calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)), 16px);
}
.blog-details-section .final-thoughts {
  padding-top: clamp(22px, calc(22px + (40 - 22) * (100vw - 320px) / (1920 - 320)), 40px);
  margin-top: clamp(22px, calc(22px + (40 - 22) * (100vw - 320px) / (1920 - 320)), 40px);
  border-top: 1px solid rgba(var(--border-color), 1);
}
.blog-details-section .final-thoughts h4 {
  font-weight: 500;
  margin-bottom: clamp(8px, calc(8px + (14 - 8) * (100vw - 320px) / (1920 - 320)), 14px);
}

.blog-comments {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .blog-comments {
    width: 100%;
  }
}
.blog-comments h4 {
  padding-top: clamp(30px, calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320)), 50px);
  margin-top: clamp(30px, calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320)), 50px);
  border-top: 1px solid rgba(var(--border-color), 1);
  margin-bottom: 20px;
}
.blog-comments .comment-write .auth-part {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  margin-top: 20px;
}
.blog-comments .comment-write .auth-part img {
  width: clamp(45px, calc(45px + (50 - 45) * (100vw - 320px) / (1920 - 320)), 50px);
  height: clamp(45px, calc(45px + (50 - 45) * (100vw - 320px) / (1920 - 320)), 50px);
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
.rtl .blog-comments .comment-write .auth-part img {
  margin-right: 0;
  margin-left: 10px;
}
.blog-comments .comment-write .form-control {
  background-color: rgba(var(--light-grey), 1);
  border: none;
  padding: 14px 20px;
  border-radius: 8px;
  color: rgba(var(--title-color), 1);
}
.blog-comments .comment-write .form-control::-moz-placeholder {
  color: rgba(var(--content-color), 1);
}
.blog-comments .comment-write .form-control::placeholder {
  color: rgba(var(--content-color), 1);
}
.blog-comments .comment-write .form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-comments .comment-write .form-bottom .form-check-input {
  background-color: #2e2e2e;
  border: none;
}
.blog-comments .comment-write .form-bottom .form-check-input:focus {
  box-shadow: none;
}
.blog-comments .comment-write .form-bottom .form-check {
  display: flex;
  align-items: center;
  gap: 7px;
}
.blog-comments .comment-write .form-bottom a {
  padding: 8px 22px;
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
}
.blog-comments .comments-list {
  margin-top: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
}
.blog-comments .comments-list .comment-box {
  background-color: rgba(var(--light-grey), 1);
  padding: 20px;
  border-radius: 10px;
}
.blog-comments .comments-list .comment-box .comments-top {
  display: flex;
  align-items: center;
}
.blog-comments .comments-list .comment-box .comments-top img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
.rtl .blog-comments .comments-list .comment-box .comments-top img {
  margin-right: 0;
  margin-left: 10px;
}
.blog-comments .comments-list .comment-box .comments-top .comment-content h5 {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  font-weight: 400;
}
.blog-comments .comments-list .comment-box .comments-top .comment-content span {
  color: rgba(var(--content-color), 1);
  font-size: clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
}
.blog-comments .comments-list .comment-box p {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  color: rgba(var(--content-color), 1);
  margin-block: 10px;
}
.blog-comments .comments-list .comment-box .comment-actions {
  display: flex;
  gap: 10px;
  margin-bottom: -2px;
}
.blog-comments .comments-list .comment-box .comment-actions a {
  color: rgba(var(--content-color), 1);
}
.blog-comments .comments-list .inside-comment {
  margin-top: 20px;
  margin-left: clamp(30px, calc(30px + (60 - 30) * (100vw - 320px) / (1920 - 320)), 60px);
  position: relative;
}
.blog-comments .comments-list li + li {
  margin-top: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  padding-top: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
}

.three-grid .blog-grid-wrapper h4 {
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
}
.three-grid .blog-grid-wrapper h6 {
  margin-bottom: clamp(7px, calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320)), 10px);
  font-size: clamp(13px, calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)), 14px);
}
.three-grid .blog-grid-wrapper .read-more {
  margin-top: clamp(6px, calc(6px + (12 - 6) * (100vw - 320px) / (1920 - 320)), 12px);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
}
.three-grid .blog-grid-wrapper .blog-img {
  aspect-ratio: 27/25;
  margin-bottom: clamp(12px, calc(12px + (17 - 12) * (100vw - 320px) / (1920 - 320)), 17px);
}

.blog-4-grid .blog-grid-wrapper h4 {
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px);
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
5.2 Contact us page
==========================**/
.contact-form-section .contact-detail h2 {
  text-transform: uppercase;
  margin-bottom: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
}
.contact-form-section .contact-detail ul {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, calc(16px + (30 - 16) * (100vw - 320px) / (1920 - 320)), 30px);
}
.contact-form-section .contact-detail ul h4 {
  color: rgba(var(--theme-color), 1);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-form-section .contact-detail ul h5 {
  font-weight: 400;
  color: rgba(var(--content-color), 1);
  margin-top: clamp(2px, calc(2px + (8 - 2) * (100vw - 320px) / (1920 - 320)), 8px);
  width: 50%;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .contact-form-section .contact-detail ul h5 {
    width: 80%;
  }
}
.contact-form-section .form-sec {
  background-color: rgba(var(--light-grey), 1);
  padding: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px);
  border-radius: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
}
.contact-form-section .form-sec .theme-form .form-control {
  background-color: #272727;
}
.contact-form-section .form-sec h3 {
  text-align: center;
  margin-top: -4px;
}
.contact-form-section .form-sec p {
  text-align: center;
  width: 80%;
  margin: 5px auto 25px;
}
@media (max-width: 767px) {
  .contact-form-section .form-sec p {
    width: 100%;
  }
}

.map-section {
  margin-bottom: -6px;
}
.map-section iframe {
  width: 100%;
  height: clamp(200px, calc(200px + (480 - 200) * (100vw - 320px) / (1920 - 320)), 480px);
  border-radius: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
}

.faq-section .faq-title h2 {
  font-size: clamp(22px, calc(22px + (66 - 22) * (100vw - 320px) / (1920 - 320)), 66px);
  margin-bottom: clamp(8px, calc(8px + (20 - 8) * (100vw - 320px) / (1920 - 320)), 20px);
  margin-top: calc(-4px + (-14 - -4) * (100vw - 320px) / (1920 - 320));
}
.faq-section .faq-title p {
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  width: 90%;
}
@media (max-width: 767px) {
  .faq-section .faq-title p {
    width: 100%;
  }
}
.faq-section .accordion .accordion-item {
  border: none;
  background-color: rgba(var(--light-grey), 1);
  border-radius: 6px;
}
.faq-section .accordion .accordion-item .accordion-button {
  background: transparent;
  box-shadow: none;
  color: rgba(var(--title-color), 1);
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  font-weight: 500;
  padding: 16px clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  line-height: 1.5;
}
.faq-section .accordion .accordion-item .accordion-button::after {
  filter: invert(1) brightness(100);
}
@media (max-width: 576px) {
  .faq-section .accordion .accordion-item .accordion-button::after {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
}
.faq-section .accordion .accordion-item + .accordion-item {
  margin-top: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
}
.faq-section .accordion .accordion-item .accordion-body {
  padding: 0 clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px) 16px;
  color: rgba(var(--content-color), 1);
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
5.3 Error page
==========================**/
.error-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.error-section .floating-img {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.7;
  border-radius: 10px;
}
.error-section .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.error-section .error-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  position: relative;
  padding-top: clamp(50px, calc(50px + (64 - 50) * (100vw - 320px) / (1920 - 320)), 64px);
}
.error-section .error-content h1 {
  font-size: clamp(96px, calc(96px + (230 - 96) * (100vw - 320px) / (1920 - 320)), 230px);
  margin-top: calc(-22px + (-52 - -22) * (100vw - 320px) / (1920 - 320));
}
.error-section .error-content h4 {
  font-size: clamp(22px, calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320)), 30px);
  margin-bottom: clamp(4px, calc(4px + (12 - 4) * (100vw - 320px) / (1920 - 320)), 12px);
}
.error-section .error-content p {
  width: 50%;
  margin: 0 auto clamp(16px, calc(16px + (30 - 16) * (100vw - 320px) / (1920 - 320)), 30px);
}
@media (max-width: 991px) {
  .error-section .error-content p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .error-section .error-content p {
    width: 100%;
  }
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
5.4 Pricing style
==========================**/
.pricing-title {
  text-align: center;
}
.pricing-title h3 {
  font-size: 52px;
  margin-bottom: 20px;
  margin-top: -11px;
}
.pricing-title .pricing-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 4px;
  background-color: rgba(var(--light-grey), 1);
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.pricing-title .pricing-tab a {
  color: rgba(var(--title-color), 1);
  padding: 0 15px;
}
.pricing-title .pricing-tab a span {
  font-size: 14px;
  color: rgba(var(--theme-color), 1);
  padding-left: 8px;
}
.pricing-title .pricing-tab .overlay-active {
  position: absolute;
  width: 0;
  height: calc(100% - 10px);
  top: 5px;
  background-color: #232323;
  z-index: -1;
  left: 5px;
  border-radius: 20px;
}

.pricing-content {
  margin-top: 50px;
}
.pricing-content .pricing-wrapper {
  padding: 30px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  background-color: rgba(var(--light-grey), 1);
  height: 100%;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .pricing-content .pricing-wrapper {
    padding: clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px);
  }
}
.pricing-content .pricing-wrapper:after {
  position: absolute;
  content: "";
  background-image: url(20d783b0ae95c43787f5.png);
  left: 0;
  top: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}
.pricing-content .pricing-wrapper .badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: rgba(var(--theme-color), 1);
  color: rgba(var(--title-dark), 1);
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 30px;
}
.pricing-content .pricing-wrapper h4 {
  font-size: clamp(22px, calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320)), 30px);
  font-weight: 600;
  margin-bottom: 2px;
  margin-top: -4px;
}
.pricing-content .pricing-wrapper p {
  color: rgba(var(--content-color), 1);
  font-size: 14px;
  margin-bottom: clamp(18px, calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320)), 25px);
}
.pricing-content .pricing-wrapper h3 {
  margin-bottom: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
  display: flex;
}
.pricing-content .pricing-wrapper h3 span {
  font-size: 18px;
  color: rgba(var(--content-color), 1);
}
.pricing-content .pricing-wrapper .btn {
  width: 100%;
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  padding: clamp(10px, calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)), 12px);
}
.pricing-content .pricing-wrapper .plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(16px, calc(16px + (25 - 16) * (100vw - 320px) / (1920 - 320)), 25px) 0;
  text-align: left;
}
.pricing-content .pricing-wrapper .plan-features li {
  padding: clamp(3px, calc(3px + (6 - 3) * (100vw - 320px) / (1920 - 320)), 6px) 0;
  color: rgba(var(--content-color), 1);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  display: flex;
  align-items: center;
  gap: 8px;
}
.pricing-content .pricing-wrapper .plan-features li.disabled {
  opacity: 0.6;
}
.pricing-content .pricing-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(var(--black), 0.1);
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .pricing-content .pricing-wrapper:hover {
    transform: none;
  }
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
5.5 Portfolio page
==========================**/
.portfolio-details-section {
  margin-top: -40px;
}
.portfolio-details-section .portfolio-main-img {
  border-radius: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
}
.portfolio-details-section .portfolio-details ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 400px) {
  .portfolio-details-section .portfolio-details ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.portfolio-details-section .portfolio-details ul h4 {
  margin-bottom: 10px;
  font-weight: 400;
}
.portfolio-details-section .portfolio-details ul h5 {
  font-weight: 400;
  color: rgba(var(--content-color), 1);
}
.portfolio-details-section .portfolio-details ul h5 a {
  color: rgba(var(--content-color), 1);
}
.portfolio-details-section p {
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
}
.portfolio-details-section p + p {
  margin-top: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px);
}

.parallax-section {
  position: relative;
}
.parallax-section .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--theme-color), 1);
  color: rgba(var(--title-dark), 1);
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.parallax-section .parallax-img {
  height: clamp(270px, calc(270px + (370 - 270) * (100vw - 320px) / (1920 - 320)), 370px);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
}

.portfolio-content h3 {
  margin-bottom: clamp(8px, calc(8px + (20 - 8) * (100vw - 320px) / (1920 - 320)), 20px);
  font-size: clamp(18px, calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320)), 24px);
  margin-top: calc(-3px + (-4 - -3) * (100vw - 320px) / (1920 - 320));
}
.portfolio-content p {
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
}
.portfolio-content p + p {
  margin-top: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px);
}
.portfolio-content p:last-child {
  margin-bottom: calc(-3px + (-4 - -3) * (100vw - 320px) / (1920 - 320));
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
5.6 Resume style
==========================**/
.resume-sidebar {
  padding: clamp(18px, calc(18px + (35 - 18) * (100vw - 320px) / (1920 - 320)), 35px);
  text-align: center;
  background: #1d1d1d;
  border-radius: 16px;
  position: sticky;
  top: 30px;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(var(--border-color), 1);
}
.resume-sidebar .bg-effect {
  position: absolute;
  bottom: -70px;
  right: -90px;
  z-index: -1;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .resume-sidebar .bg-effect {
    width: 70%;
    bottom: -70px;
    right: -290px;
  }
}
@media (max-width: 576px) {
  .resume-sidebar .bg-effect {
    width: 70%;
    bottom: -70px;
    right: -240px;
  }
}
.resume-sidebar .user-img img {
  border-radius: 12px;
  margin-bottom: clamp(15px, calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320)), 22px);
  height: 310px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .resume-sidebar .user-img img {
    height: 260px;
  }
}
@media (max-width: 991px) {
  .resume-sidebar .user-img img {
    -o-object-position: top;
       object-position: top;
  }
}
@media (max-width: 767px) {
  .resume-sidebar .user-img img {
    height: 190px;
  }
}
@media (max-width: 575px) {
  .resume-sidebar .user-img img {
    height: 130px;
  }
}
.resume-sidebar h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.resume-sidebar h5 {
  margin-bottom: clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px);
  color: rgba(var(--content-color), 1);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
}
.resume-sidebar p {
  margin-bottom: clamp(6px, calc(6px + (12 - 6) * (100vw - 320px) / (1920 - 320)), 12px);
  width: 88%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .resume-sidebar p {
    width: 100%;
  }
}
.resume-sidebar .social-icons {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320)), 14px);
  justify-content: center;
  margin-bottom: clamp(18px, calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320)), 24px);
  margin-top: clamp(12px, calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320)), 20px);
}
.resume-sidebar .social-icons li {
  width: clamp(40px, calc(40px + (45 - 40) * (100vw - 320px) / (1920 - 320)), 45px);
  height: clamp(40px, calc(40px + (45 - 40) * (100vw - 320px) / (1920 - 320)), 45px);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320)), 20px);
  background-color: #191919;
}
.resume-sidebar .btn {
  width: 100%;
}

.resume-content .intro-sec h1 {
  font-size: clamp(16px, calc(16px + (30 - 16) * (100vw - 320px) / (1920 - 320)), 30px);
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: unset;
}
.resume-content .intro-sec h1 span {
  color: rgba(var(--theme-color), 1);
}
.resume-content .intro-sec p {
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  margin-bottom: clamp(30px, calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320)), 50px);
}
.resume-content .intro-sec .marquee-section .marquee {
  background-color: transparent;
  padding: 0;
}
.resume-content .intro-sec .marquee-section .marquee-wrapper:after, .resume-content .intro-sec .marquee-section .marquee-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(var(--dark-grey), 1);
  width: 110px;
  height: 100%;
  z-index: 1;
}
.resume-content .intro-sec .marquee-section .marquee-wrapper:after {
  left: 0;
  background: linear-gradient(90deg, rgba(var(--dark-grey), 1) 0%, rgba(var(--dark-grey), 0) 100%);
}
.resume-content .intro-sec .marquee-section .marquee-wrapper:before {
  right: 0;
  background: linear-gradient(90deg, rgba(var(--dark-grey), 0) 0%, rgba(var(--dark-grey), 1) 100%);
}
.resume-content .intro-sec .marquee-section .marquee-content {
  margin-block: 0;
}
.resume-content .intro-sec .marquee-section .marquee-content img {
  width: calc(150px + (270 - 150) * (100vw - 320px) / (1920 - 320));
  height: calc(96px + (180 - 96) * (100vw - 320px) / (1920 - 320));
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: calc(6px + (12 - 6) * (100vw - 320px) / (1920 - 320));
}

.resume-main {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .resume-main {
    padding-top: 0;
  }
}

.resume-form .form-control {
  border-radius: 8px;
  border: 1px solid rgba(var(--border-color), 1);
}
.resume-form .theme-form .form-col {
  position: relative;
}
.resume-form .theme-form .form-col input,
.resume-form .theme-form .form-col textarea {
  padding-left: 44px;
}
.resume-form .theme-form .form-col i {
  position: absolute;
  left: 30px;
  top: clamp(11px, calc(11px + (15 - 11) * (100vw - 320px) / (1920 - 320)), 15px);
  color: rgba(var(--content-color), 1);
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
5.7 Team style
==========================**/
.team-wrapper .team-wrap {
  border-radius: clamp(8px, calc(8px + (14 - 8) * (100vw - 320px) / (1920 - 320)), 14px);
  overflow: hidden;
}
.team-wrapper .team-wrap .team-img {
  width: 100%;
  aspect-ratio: 1/1;
}
.team-wrapper .team-wrap .team-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.1s ease;
}
.team-wrapper .team-wrap .info-box {
  position: relative;
  padding: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px) clamp(80px, calc(80px + (90 - 80) * (100vw - 320px) / (1920 - 320)), 90px) clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px) clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  background-color: rgba(var(--light-grey), 1);
}
@media (max-width: 576px) {
  .team-wrapper .team-wrap .info-box {
    padding: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  }
}
.team-wrapper .team-wrap .info-box h4 {
  margin-bottom: clamp(4px, calc(4px + (8 - 4) * (100vw - 320px) / (1920 - 320)), 8px);
  color: rgba(var(--title-color), 1);
  font-size: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  margin-top: -3px;
}
.team-wrapper .team-wrap .info-box h5 {
  color: rgba(var(--content-color), 1);
  margin-bottom: -3px;
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
}
.team-wrapper .team-wrap .info-box .share-icon {
  position: absolute;
  top: 50%;
  right: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  height: clamp(26px, calc(26px + (45 - 26) * (100vw - 320px) / (1920 - 320)), 45px);
  width: clamp(26px, calc(26px + (45 - 26) * (100vw - 320px) / (1920 - 320)), 45px);
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  color: rgba(var(--white), 1);
  background-color: #3b3b3b;
  transition: all 0.3s ease;
  border-radius: 6px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .team-wrapper .team-wrap .info-box .share-icon {
    top: -32px;
    right: 8px;
    transform: none;
  }
}
.team-wrapper .team-wrap .info-box .social-links {
  position: absolute;
  right: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  bottom: 100%;
  margin-bottom: calc(-6px + (-10 - -6) * (100vw - 320px) / (1920 - 320));
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: scaleY(0);
  transform-origin: bottom;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
@media (max-width: 576px) {
  .team-wrapper .team-wrap .info-box .social-links {
    right: 8px;
    margin-bottom: 38px;
  }
}
.team-wrapper .team-wrap .info-box .social-links a {
  position: relative;
  height: clamp(26px, calc(26px + (45 - 26) * (100vw - 320px) / (1920 - 320)), 45px);
  width: clamp(26px, calc(26px + (45 - 26) * (100vw - 320px) / (1920 - 320)), 45px);
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  color: rgba(var(--white), 1);
  background-color: #3b3b3b;
  margin-top: 10px;
  border-radius: 6px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .team-wrapper .team-wrap .info-box .social-links a {
    margin-top: 6px;
  }
}
.team-wrapper .team-wrap .info-box .social-links a:hover {
  color: rgba(var(--theme-color), 1);
  transition: all 0.3s ease;
}
.team-wrapper .team-wrap:hover .team-img img {
  filter: blur(2px) grayscale(100);
  transition: all 0.5s ease;
}
.team-wrapper .team-wrap:hover .social-links {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
