@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* common css start =========================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
}

ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1260px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.btn {
  border-radius: 2.125rem;
  border-width: 1px;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  border: 1px solid rgba(199, 199, 199, 0.5058823529);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  border-color: #fff;
  color: #ffffff;
}

.accordion .accordion-item {
  margin-bottom: 15px;
  background: transparent;
  border-radius: 10px;
  border: none;
  box-shadow: 0px -1px 0px 1px rgb(70, 8, 73);
}
.accordion .accordion-item:not(.accordion-button.collapsed) {
  background: linear-gradient(110.78deg, rgba(184, 12, 255, 0.3) 46.59%, rgba(67, 2, 234, 0.3) 72.52%, rgba(46, 0, 142, 0.3) 86.45%);
}
.accordion .accordion-item .accordion-header {
  border-radius: 10px;
}
.accordion .accordion-item .accordion-header .accordion-button {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(90deg, rgb(17, 4, 37) 0%, rgba(10, 5, 20, 0.93) 100%);
  backdrop-filter: blur(10px);
  box-shadow: none;
  padding: 26px 32px;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(288deg) brightness(104%) contrast(105%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'  fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(288deg) brightness(104%) contrast(105%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}
.accordion .accordion-item .accordion-body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #d1d5db !important;
  padding: 32px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.btn-effect-1 {
  border: 1px solid rgba(199, 199, 199, 0.5058823529);
  background: linear-gradient(240.94deg, rgba(255, 255, 255, 0.5) -7.37%, rgba(255, 255, 255, 0.1) 89.52%);
  backdrop-filter: blur(10px);
}
.btn-effect-1 img {
  width: 1.5rem;
  height: 1.5rem;
}

.btn-effect-2 {
  border: 1px solid rgba(199, 199, 199, 0.5058823529);
  padding-top: 16px;
  padding-right: 15px;
  padding-bottom: 16px;
  padding-left: 15px;
  background: linear-gradient(105.96deg, #fcc188 0%, #7042d2 65.07%, #2e008e 100%);
  backdrop-filter: blur(10px);
}
.btn-effect-2 img {
  width: 1.5rem;
  height: 1.5rem;
}

.btn-effect-3 {
  border: 1px solid rgba(199, 199, 199, 0.5058823529);
  border-radius: 8px;
  border-width: 1px;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 8px;
  background: linear-gradient(105.96deg, #fcc188 0%, #7042d2 65.07%, #2e008e 100%);
  backdrop-filter: blur(10px);
}
.btn-effect-3 img {
  width: 1.5rem;
  height: 1.5rem;
}

.btn-effect-4 {
  border: 1px solid rgba(199, 199, 199, 0.5058823529);
  border-radius: 10px;
  padding: 12px 20px;
  background: #0d0d12;
  backdrop-filter: blur(10px);
}
.btn-effect-4 img {
  width: 1.5rem;
  height: 1.5rem;
}
.btn-effect-4 i {
  font-size: 1.125rem;
}

.text-effect-2 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 88%;
  letter-spacing: -3px;
  text-align: center;
  background: -webkit-linear-gradient(#fcc188 0%, #7042d2 65.07%, #2e008e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-effect-3 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 88%;
  letter-spacing: -3px;
  text-align: center;
  background: -webkit-linear-gradient(300deg, #4648ff 20%, #ff7262 50.09%, #ffaea5 50.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.active-cat {
  border: 1px solid rgba(199, 199, 199, 0.5058823529);
  background: linear-gradient(240.94deg, rgba(255, 255, 255, 0.5) -7.37%, rgba(255, 255, 255, 0.1) 89.52%);
  backdrop-filter: blur(10px);
}
.active-cat img {
  width: 1.5rem;
  height: 1.5rem;
}

/* common css start ============================================ */
/* Preloader
-------------------------------------------------------*/
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: #fff;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.lead {
  font-size: 13px;
}

.loader div {
  background-color: #b80cff;
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
  animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ballPulseDouble {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* =====================================================
  Header Section CSS Start
===================================================== */
#header {
  position: fixed;
  top: 1.5625rem;
}
#header.sticky {
  top: 0;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  animation: sticky 0.5s ease-in-out;
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  #header .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#header .navbar-toggler {
  color: #fff;
  outline: none;
  border-width: 1px;
}
#header .navbar-toggler:focus {
  outline: none;
  border-width: 1px;
  border-color: #fff;
  box-shadow: none;
}
#header #navbar {
  gap: 96px;
  border-radius: 10px;
  border-width: 1px;
  padding-top: 10px;
  padding-right: 16.61px;
  padding-bottom: 10px;
  padding-left: 16.61px;
  background: linear-gradient(252.6deg, rgba(255, 255, 255, 0.2) -6.7%, rgba(255, 255, 255, 0.1) 54.31%);
  border: 1px solid rgba(196, 193, 193, 0.1019607843);
  backdrop-filter: blur(10px);
}
@media (max-width: 992px) {
  #header #navbar {
    background-color: rgba(143, 4, 161, 0.3568627451);
  }
}
#header #navbar .logo {
  max-width: 170px;
  width: 170px;
}
@media (max-width: 768px) {
  #header #navbar .logo {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 486px) {
  #header #navbar .logo {
    width: auto;
  }
}
#header #navbar .nav-area ul {
  gap: 1.875rem;
}
#header #navbar .nav-area ul li.nav-item .dropdown-toggle::after {
  color: #fff;
}
#header #navbar .nav-area ul li.nav-item a.nav-link {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  border-radius: 2.125rem;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease-in-out;
}
@media (max-width: 992px) {
  #header #navbar .nav-area ul li.nav-item a.nav-link {
    padding-left: 20px;
    text-align: center;
  }
}
#header #navbar .nav-area ul li.nav-item a.nav-link.active {
  border-color: rgba(255, 255, 255, 0.4588235294);
  transition: border 0.3s ease-in-out;
}
#header #navbar .nav-area ul li.nav-item a.nav-link:hover {
  border-color: rgba(255, 255, 255, 0.4588235294);
  transition: border 0.3s ease-in-out;
}
#header #navbar .nav-area ul li.nav-item .dropdown-menu {
  background-color: rgba(2, 31, 32, 0.418);
  backdrop-filter: blur(50px);
  border: none;
  padding: 0;
}
#header #navbar .nav-area ul li.nav-item .dropdown-menu li {
  padding: 0;
}
#header #navbar .nav-area ul li.nav-item .dropdown-menu li .dropdown-item {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  border-radius: 0.1875rem;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease-in-out;
}
#header #navbar .nav-area ul li.nav-item .dropdown-menu li .dropdown-item.active {
  backdrop-filter: blur(10px);
  background-color: transparent;
  color: #fff;
}
#header #navbar .nav-area ul li.nav-item .dropdown-menu li .dropdown-item:hover {
  backdrop-filter: blur(10px);
  background-color: #f3f3f3;
  color: #0e0414;
}
#header #navbar .nav-area .button-group {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
@media (max-width: 992px) {
  #header #navbar .nav-area .button-group {
    justify-content: center;
    width: 100%;
  }
}
#header #navbar .nav-area .button-group .btn img {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 1260px) {
  #header #navbar .nav-area .button-group .btn img {
    display: none;
  }
}
#header #navbar .nav-area .button-group .btn:last-child {
  background: transparent;
  backdrop-filter: none;
}
#header #navbar .nav-area .button-group .btn:last-child img {
  width: 1.625rem;
  height: 1.625rem;
}
#header .user-dropdown .dropdown .btn {
  border: none;
}
#header .user-dropdown .dropdown .btn.show {
  color: #fff;
}
#header .user-dropdown .dropdown .btn .user-header .image {
  margin-right: 5px;
}
#header .user-dropdown .dropdown .btn .user-header .image img {
  width: 50px !important;
  height: 50px !important;
}
#header .user-dropdown .dropdown .dropdown-menu {
  background-color: rgba(212, 217, 218, 0.418);
  backdrop-filter: blur(50px);
  border: none;
  padding: 0;
}
#header .user-dropdown .dropdown .dropdown-menu li {
  padding: 0;
}
#header .user-dropdown .dropdown .dropdown-menu li .dropdown-item {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  border-radius: 0.1875rem;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease-in-out;
}
#header .user-dropdown .dropdown .dropdown-menu li .dropdown-item.active {
  backdrop-filter: blur(10px);
  background-color: transparent;
  color: #fff;
}
#header .user-dropdown .dropdown .dropdown-menu li .dropdown-item:hover {
  backdrop-filter: blur(10px);
  background-color: #f3f3f3;
  color: #0e0414;
}

#header .topbar {
  transition: all 0.5s ease-in-out;
}

#header #navbar .logo {
  position: relative;
  margin-left: 15px;
  margin-right: 10px;
}

#header #navbar .logo .navbar-brand {
  transition: all 0.5s ease-in-out;
}

#header #navbar .logo .navbar-brand img {
  width: 115px;
  transition: all 0.5s ease-in-out;
}

#header #navbar .nav-item .nav-link {
  color: #202020;
}

#header #navbar .nav-item .dropdown-toggle::after {
  color: #02a6f1;
}

/* sticky header start*/
@keyframes slideAndFadeOut {
  from {
    transform: translateY(0);
    opacity: 1;
    height: auto;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
}
#header.stickyheader .topbar {
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
  animation: slideAndFadeOut 0.5s ease-in-out forwards;
}

/* sticky header end*/
/* Resposive css start */
@media (max-width: 767px) {
  #header {
    position: fixed !important;
  }
  #header .topbar {
    display: none !important;
  }
  #header #navbar .container-fluid {
    align-items: center !important;
  }
  #header #navbar .logo {
    position: static;
  }
  #header #navbar .logo .navbar-brand {
    position: static;
    margin-top: 0px;
    left: inherit;
  }
  #header #navbar .logo .navbar-brand img {
    width: 80px;
  }
}
/* Resposive css end */
/* =====================================================
    Header Section CSS END
  ===================================================== */
/* =====================================================
    Hero Section CSS START
  ===================================================== */
#hero_sec.hero_sec {
  background-image: url(../images/abstract/hero-bg-home.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #hero_sec.hero_sec {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  #hero_sec > .mb-5 {
    margin-bottom: 50px !important;
  }
}
#hero_sec .title-1 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 94px;
  line-height: 88%;
  letter-spacing: -3px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  #hero_sec .title-1 {
    font-size: 10vw;
  }
}
@media (max-width: 486px) {
  #hero_sec .title-1 {
    font-size: 50px;
    line-height: 100%;
  }
}
#hero_sec .title-2 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 88%;
  letter-spacing: -3px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  #hero_sec .title-2 {
    font-size: 7vw;
  }
}
@media (max-width: 486px) {
  #hero_sec .title-2 {
    font-size: 40px;
    width: 68%;
    line-height: 100%;
  }
}
#hero_sec .title-2 .brand {
  font-weight: 700;
  background: -webkit-linear-gradient(#fcc188 0%, #7042d2 65.07%, #2e008e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hero_sec .tool-form {
  background-color: rgba(255, 255, 255, 0.212);
  backdrop-filter: blur(3px);
  padding: 50px 50px 30px 50px;
  border-radius: 34px;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  #hero_sec .tool-form {
    padding: 40px 20px;
  }
}
#hero_sec .tool-form .prompt-box {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 5px;
  position: relative;
}
#hero_sec .tool-form .prompt-box .icon {
  filter: brightness(0) invert(1);
  width: 24px;
  height: 24px;
}
#hero_sec .tool-form .prompt-box input {
  background-color: transparent;
  border: none;
  color: #fff;
  flex: 1;
  padding: 5px 10px;
}
#hero_sec .tool-form .prompt-box input::placeholder {
  color: #fff;
}
#hero_sec .tool-form .prompt-box select {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 5px 10px;
  outline: none;
}
@media (max-width: 768px) {
  #hero_sec .tool-form .prompt-box select {
    width: 15px;
    height: 15px;
  }
}
#hero_sec .tool-form .prompt-box select:focus {
  width: auto;
}
#hero_sec .tool-form .prompt-box select option {
  background-color: #000;
}
#hero_sec .tool-form .prompt-box button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 5px 10px;
  outline: none;
}
@media (max-width: 768px) {
  #hero_sec .tool-form .prompt-box button {
    width: 33px;
    height: 100%;
    text-align: center;
    margin-right: -9px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  #hero_sec .tool-form .prompt-box button span {
    display: none;
  }
}
#hero_sec .tool-form .prompt-box button option {
  background-color: #000;
}
#hero_sec .tool-form .prompt-box:has(input:focus) {
  border-color: rgba(255, 255, 255, 0.4862745098);
}
#hero_sec .tool-form .expend-options {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 10px;
  padding: 20px 20px;
}
@media (max-width: 768px) {
  #hero_sec .tool-form .expend-options {
    padding: 20px 10px;
  }
}
#hero_sec .tool-form .expend-options fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  #hero_sec .tool-form .expend-options fieldset {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
#hero_sec .tool-form .expend-options fieldset label {
  flex-basis: 30%;
  font-family: " DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
@media (max-width: 768px) {
  #hero_sec .tool-form .expend-options fieldset label {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}
#hero_sec .tool-form .expend-options fieldset select {
  flex: 1;
  border-radius: 10px;
  padding: 16px 25px;
  background: transparent;
  backdrop-filter: blur(1px);
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
  /* styling */
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 30px) 25px, calc(100% - 25px) 25px, calc(100% - 2.5em) 20px;
  background-size: 8px 8px, 8px 8px, 1px 2em;
  background-repeat: no-repeat;
  border-color: transparent;
}
@media (max-width: 768px) {
  #hero_sec .tool-form .expend-options fieldset select {
    flex-basis: 100%;
    width: 100%;
  }
}
#hero_sec .tool-form .expend-options fieldset select option {
  background-color: transparent;
  background: #34313a;
  backdrop-filter: blur(1px);
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
#hero_sec .tool-form .expend-options fieldset select:focus {
  background-repeat: no-repeat;
  outline: 0;
}
#hero_sec .tool-form .expend-options fieldset select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* =====================================================
    Hero Section CSS END
  ===================================================== */
.section-heading {
  font-size: 3rem;
  color: var(--primary);
  padding: 2rem 0;
}

#tranding {
  padding: 4rem 0;
}

@media (max-width: 1440px) {
  #tranding {
    padding: 7rem 0;
  }
}
#tranding .tranding-slider {
  height: 52rem;
  padding: 2rem 0;
  position: relative;
}

@media (max-width: 768px) {
  .swiper.tranding-slider {
    left: 0px;
  }
}
@media (max-width: 500px) {
  #tranding .tranding-slider {
    height: 45rem;
  }
}
.tranding-slide {
  width: 20.75rem;
  height: 20.5rem;
  position: relative;
  border-radius: 20px;
}

@media (max-width: 500px) {
  .tranding-slide {
    width: inherit;
    height: 25rem !important;
    overflow: hidden;
  }
  .tranding-slide .tranding-slide-img img {
    width: 100% !important;
    height: 25rem !important;
  }
}
.tranding-slide .tranding-slide-img img {
  width: 20.75rem;
  height: 20.5rem;
  border-radius: 2rem;
  object-fit: cover;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

.tranding-slider-control {
  position: relative;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tranding-slider-control .swiper-button-next {
  left: 58% !important;
  transform: translateX(-58%) !important;
}

@media (max-width: 990px) {
  .tranding-slider-control .swiper-button-next {
    left: 70% !important;
    transform: translateX(-70%) !important;
  }
}
@media (max-width: 450px) {
  .tranding-slider-control .swiper-button-next {
    left: 80% !important;
    transform: translateX(-80%) !important;
  }
}
@media (max-width: 990px) {
  .tranding-slider-control .swiper-button-prev {
    left: 30% !important;
    transform: translateX(-30%) !important;
  }
}
@media (max-width: 450px) {
  .tranding-slider-control .swiper-button-prev {
    left: 20% !important;
    transform: translateX(-20%) !important;
  }
}
.tranding-slider-control .slider-arrow {
  background: var(--white);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  left: 42%;
  transform: translateX(-42%);
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .slider-arrow ion-icon {
  font-size: 2rem;
  color: #222224;
}

.tranding-slider-control .slider-arrow::after {
  content: "";
}

.tranding-slider-control .swiper-pagination {
  position: relative;
  width: 15rem;
  bottom: 1rem;
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}

.actiontogen {
  box-shadow: 0 0 20px 20px #000;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.actiontogen .design-area {
  border-radius: 14px;
  border: 1px solid rgba(199, 199, 199, 0.13);
  padding: 15px 38px 15px 35px;
  backdrop-filter: blur(5px);
  position: relative;
  z-index: 1;
  background-image: url(../images/abstract/left.svg), url(../images/abstract/right.svg);
  background-position: right bottom, left top;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}
.actiontogen .design-area .row {
  gap: 20px;
}
.actiontogen .design-area .video {
  width: 49%;
  padding: 0.625rem;
  border-radius: 32px;
  border-width: 1px;
  position: relative;
  border: 1px solid rgba(218, 216, 216, 0.226);
  background-color: rgba(194, 192, 192, 0.0823529412);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2549019608);
}
@media (max-width: 768px) {
  .actiontogen .design-area .video {
    width: 100%;
  }
}
.actiontogen .design-area .video img {
  border-radius: 32px;
}
.actiontogen .design-area .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.1450980392);
  border: none;
}
.actiontogen .design-area .video .play i {
  border: none;
  font-size: 30px;
}
.actiontogen .design-area .text {
  width: 48%;
}
@media (max-width: 768px) {
  .actiontogen .design-area .text {
    width: 100%;
  }
}
.actiontogen .design-area .text h2 {
  font-family: " Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 3.375rem;
  line-height: 125%;
  letter-spacing: -3px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .actiontogen .design-area .text h2 {
    font-size: 2rem;
    line-height: 140%;
    letter-spacing: 0;
  }
}
@media (max-width: 1260px) {
  .actiontogen .design-area .text h2 {
    font-size: 4vw;
  }
}
.actiontogen .design-area .text h2 .brand {
  font-weight: 700;
  background: -webkit-linear-gradient(#fcc188 0%, #7042d2 65.07%, #2e008e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.actiontogen2 {
  box-shadow: 0 0 20px 20px #000;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.actiontogen2 .design-area {
  border-radius: 14px;
  border: 1px solid rgba(199, 199, 199, 0.13);
  padding: 15px 38px 15px 35px;
  backdrop-filter: blur(5px);
  position: relative;
  z-index: 1;
  background-image: url(../images/abstract/left.svg), url(../images/abstract/right.svg);
  background-position: right bottom, left top;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}
.actiontogen2 .design-area .row {
  gap: 20px;
}
.actiontogen2 .design-area .video {
  width: 49%;
  padding: 0.625rem;
  border-radius: 32px;
  border-width: 1px;
  position: relative;
  border: 1px solid rgba(218, 216, 216, 0.226);
  background-color: rgba(194, 192, 192, 0.0823529412);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2549019608);
}
@media (max-width: 992px) {
  .actiontogen2 .design-area .video {
    width: 100%;
    order: 1;
  }
}
.actiontogen2 .design-area .video img {
  border-radius: 32px;
}
.actiontogen2 .design-area .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.1450980392);
  border: none;
}
.actiontogen2 .design-area .video .play i {
  border: none;
  font-size: 30px;
}
.actiontogen2 .design-area .text {
  width: 48%;
}
@media (max-width: 992px) {
  .actiontogen2 .design-area .text {
    width: 100%;
    order: 2;
  }
}
.actiontogen2 .design-area .text h2 {
  font-family: " Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 3.375rem;
  line-height: 125%;
  letter-spacing: -3px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .actiontogen2 .design-area .text h2 {
    font-size: 2rem;
  }
}
.actiontogen2 .design-area .text h2 .brand {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 88%;
  letter-spacing: -3px;
  text-align: center;
  background: -webkit-linear-gradient(#fcc188 0%, #7042d2 65.07%, #2e008e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .actiontogen2 .design-area .text h2 .brand {
    font-size: 2.5rem;
    letter-spacing: 0px;
  }
}
.actiontogen2 .design-area .text a {
  margin-bottom: 10px;
}
.actiontogen2 .design-area .text .credit {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 1px;
  color: #ffffff;
}

.joinus {
  box-shadow: 0 0 20px 20px #000;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .joinus {
    padding: 0 25px;
  }
}
.joinus .design-area {
  border-radius: 14px;
  border: 1px solid rgba(199, 199, 199, 0.13);
  padding: 15px 38px 15px 35px;
  backdrop-filter: blur(5px);
  position: relative;
  z-index: 1;
  background-image: url(../images/Community-bg.png);
  background-position: center center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
}
.joinus .design-area .row {
  gap: 20px;
}
.joinus .design-area .circle-area {
  width: 49%;
  position: relative;
  overflow: hidden;
  padding: 30px 10px;
  /* ✅ Stop rotation when hovered */
  /* When hovering over .outer-item, stop .circle animation */
}
@media (max-width: 992px) {
  .joinus .design-area .circle-area {
    width: 100%;
    padding: 80px 10px;
  }
}
.joinus .design-area .circle-area .circle {
  margin: 0 auto;
  width: 450px;
  padding: 0.625rem;
  border-radius: 50%;
  height: 450px;
  border-width: 1px;
  position: relative;
  border: 1px solid rgba(218, 216, 216, 0.226);
  background-color: rgba(194, 192, 192, 0.0823529412);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2549019608);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  animation: spin 20s linear infinite;
}
@media (max-width: 992px) {
  .joinus .design-area .circle-area .circle {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 486px) {
  .joinus .design-area .circle-area .circle {
    width: 250px;
    height: 250px;
  }
}
.joinus .design-area .circle-area .circle img.outer-item {
  width: 3.9375rem;
  height: 3.9375rem;
  position: absolute;
  overflow: auto;
  border-radius: 50%;
}
@media (max-width: 486px) {
  .joinus .design-area .circle-area .circle img.outer-item {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.joinus .design-area .circle-area .circle img.outer-item:hover {
  transform: scale(1.2);
  border: 1px solid rgba(255, 255, 255, 0.8431372549);
  cursor: pointer;
}
.joinus .design-area .circle-area .circle img.outer-item:nth-of-type(1) {
  left: -26px;
  bottom: 41%;
}
.joinus .design-area .circle-area .circle img.outer-item:nth-of-type(2) {
  right: 41%;
  top: 93%;
}
.joinus .design-area .circle-area .circle img.outer-item:nth-of-type(3) {
  right: -6%;
  top: 47%;
}
.joinus .design-area .circle-area .circle img.outer-item:nth-of-type(4) {
  bottom: 92%;
  left: 45%;
}
.joinus .design-area .circle-area .circle .outer {
  border-radius: 50%;
}
.joinus .design-area .circle-area .circle .outer img.inner-item:nth-of-type(1) {
  left: 19%;
  bottom: 27%;
}
.joinus .design-area .circle-area .circle .outer img.inner-item:nth-of-type(2) {
  right: 19%;
  top: 28%;
}
.joinus .design-area .circle-area .circle .outer img.inner-item:nth-of-type(3) {
  bottom: 22%;
  left: 71%;
}
.joinus .design-area .circle-area .circle .outer img.inner-item:nth-of-type(4) {
  bottom: 68%;
  left: 19%;
}
.joinus .design-area .circle-area .circle .outer .inner {
  border-radius: 50%;
  padding: 50px;
  background-image: linear-gradient(180deg, rgba(244, 244, 250, 0) 0%, rgba(255, 255, 255, 0.1019607843) 100%);
}
.joinus .design-area .circle-area .circle .outer .inner .center {
  border-radius: 50%;
  width: 12.8675rem;
  height: 12.8675rem;
  padding: 40px;
  background-color: black;
}
@media (max-width: 486px) {
  .joinus .design-area .circle-area .circle .outer .inner .center {
    padding: 20px;
  }
}
.joinus .design-area .circle-area .circle .outer .inner img.inner-item {
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
}
.joinus .design-area .circle-area .circle .outer .inner img.inner-item:hover {
  transform: scale(1.2);
  border: 1px solid rgba(255, 255, 255, 0.7176470588);
  cursor: pointer;
}
.joinus .design-area .circle-area .circle:has(.outer-item:hover) {
  animation-play-state: paused;
}
.joinus .design-area .circle-area .circle:has(.inner-item:hover) {
  animation-play-state: paused;
}
.joinus .design-area .circle-area .discord {
  width: 12.8675rem;
  height: 12.8675rem;
  padding: 40px;
  position: absolute;
  transform-origin: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .joinus .design-area .circle-area .discord {
    width: 9.43rem;
    height: 9.43rem;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.joinus .design-area .text {
  width: 48%;
}
@media (max-width: 992px) {
  .joinus .design-area .text {
    width: 100%;
  }
}
.joinus .design-area .text h2 {
  font-family: " Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 3.25rem;
  line-height: 125%;
  letter-spacing: -3px;
  color: #ffffff;
}
@media (max-width: 1260px) {
  .joinus .design-area .text h2 {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .joinus .design-area .text h2 {
    font-size: 1.25rem;
    letter-spacing: 0px;
    line-height: 150%;
  }
}
.joinus .design-area .text h2 .brand {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  line-height: 88%;
  text-align: center;
  background: -webkit-linear-gradient(#fcc188 0%, #7042d2 65.07%, #2e008e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.joinus .design-area .text .paragraph {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: -2%;
  color: #d1d5db;
}
.joinus .design-area .text a {
  margin-bottom: 10px;
}
.joinus .design-area .text .credit {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 1px;
  color: #ffffff;
}

.featured-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .featured-section {
    padding: 0 15px;
  }
}
.featured-section .section-text {
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .featured-section .section-text {
    width: 60%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .featured-section .section-text {
    width: 100%;
    padding: 0 15px;
  }
}
.featured-section .section-text h2 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 125%;
  letter-spacing: -3%;
  text-align: center;
  color: #fff;
}
.featured-section .section-text h2 span.text-effect-2 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 88%;
  letter-spacing: -3px;
  text-align: center;
  background: -webkit-linear-gradient(#fcc188 0%, #7042d2 65.07%, #2e008e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.featured-section .featured-area .box {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 992px) {
  .featured-section .featured-area .box {
    justify-content: center;
  }
}
.featured-section .featured-area .box .item {
  width: 31% !important;
  height: 19.5rem;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  background-image: linear-gradient(180deg, rgba(211, 135, 255, 0.6) 0%, rgba(255, 135, 201, 0) 100%);
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  padding: 1px;
}
@media (max-width: 992px) {
  .featured-section .featured-area .box .item {
    width: 48% !important;
  }
}
@media (max-width: 768px) {
  .featured-section .featured-area .box .item {
    width: 100% !important;
  }
}
.featured-section .featured-area .box .item .content {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background: #0e0417;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.5625rem;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.featured-section .featured-area .box .item .content .icon {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(112, 66, 210, 0.4666666667);
  border-radius: 18px;
  border-width: 1px;
  padding: 18px;
  backdrop-filter: blur(10px);
  background-image: linear-gradient(180deg, rgba(211, 135, 255, 0) 0%, rgba(211, 135, 255, 0.11) 100%);
  overflow: hidden;
}
.featured-section .featured-area .box .item .content .text {
  text-align: center;
}
.featured-section .featured-area .box .item .content .text h3 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 104%;
  width: 70%;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.featured-section .featured-area .box .item .content .text p {
  margin-top: 20px;
  font-family: " DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  text-align: center;
  color: #fff;
}
.featured-section .featured-area .box .item .content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50px;
  transform: translate(100%, 100%);
  z-index: -1;
  background: linear-gradient(110.78deg, rgba(184, 12, 255, 0.3) 46.59%, rgba(67, 2, 234, 0.3) 72.52%, rgba(46, 0, 142, 0.3) 86.45%);
  transition: all 0.5s ease-in-out;
}
.featured-section .featured-area .box .item .content:hover .icon {
  box-shadow: 0px 16px 28px 0px rgba(13, 3, 22, 0.3019607843);
  background-image: linear-gradient(180deg, rgba(211, 135, 255, 0.01) 0%, rgba(211, 135, 255, 0.2) 100%);
  border: 1px solid rgba(182, 12, 255, 0.3490196078);
}
.featured-section .featured-area .box .item .content:hover .icon img {
  filter: brightness(0) invert(1);
}
.featured-section .featured-area .box .item .content:hover::after {
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}

.gallery-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
  overflow: hidden;
}
.gallery-section .section-text {
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .gallery-section .section-text {
    width: 60%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .gallery-section .section-text {
    width: 100%;
    padding: 0 15px;
  }
}
.gallery-section .section-text h2 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 125%;
  letter-spacing: -3%;
  text-align: center;
  color: #fff;
}
.gallery-section .section-text h2 span.text-effect-2 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 88%;
  letter-spacing: -3px;
  text-align: center;
  background: -webkit-linear-gradient(#fcc188 0%, #7042d2 65.07%, #2e008e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gallery-section .gallery-area {
  background-image: url(../images/abstract/abstract-gallery.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 650px;
  /* .column-1 .item:nth-child(odd) {
   height: 266px;
  }
  .column-1 .item:nth-child(even) {
   height: 406px;
  }
  .column-2 .item:nth-child(odd) {
   height: 266px;
  }
  .column-2 .item:nth-child(even) {
   height: 406px;
  }
  .column-3 .item:nth-child(even) {
   height: 266px;
  }
  .column-3 .item:nth-child(odd) {
   height: 406px;
  }
  .column-4 .item:nth-child(odd) {
   height: 266px;
  }
  .column-4 .item:nth-child(even) {
   height: 406px;
  }
  .column-5 .item:nth-child(even) {
   height: 266px;
  }
  .column-5 .item:nth-child(odd) {
   height: 406px;
  } */
}
.gallery-section .gallery-area .grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  align-items: center;
  max-width: 1260px;
  margin: 0 auto;
  break-inside: avoid; /* Prevent breaking across columns */
}
@media (max-width: 1260px) {
  .gallery-section .gallery-area .grid-container {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .gallery-section .gallery-area .grid-container {
    padding: 0 15px;
  }
}
.gallery-section .gallery-area .grid-item {
  flex-grow: 1;
  flex-basis: calc(20% - 30px);
  box-sizing: border-box;
  overflow: auto;
  clear: both;
}
@media (max-width: 1260px) {
  .gallery-section .gallery-area .grid-item {
    flex-basis: calc(25% - 30px);
  }
}
@media (max-width: 992px) {
  .gallery-section .gallery-area .grid-item {
    flex-basis: calc(33.33% - 30px);
  }
}
@media (max-width: 768px) {
  .gallery-section .gallery-area .grid-item {
    flex-basis: calc(100% - 30px);
  }
}
.gallery-section .gallery-area .item {
  /* background-color: aqua; */
  margin: 2px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .gallery-section .gallery-area .item {
    margin-bottom: 10px;
  }
}
.gallery-section .gallery-area .item img {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.gallery-section .gallery-area .item:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}
.gallery-section .gallery-area .column-1 .item:nth-child(n+5) {
  display: none;
}
.gallery-section .gallery-area .column-2 .item:nth-child(n+6) {
  display: none;
}
.gallery-section .gallery-area .grid-item:nth-child(odd) .item:nth-child(n+5) {
  display: none;
}
.gallery-section .gallery-area .grid-item:nth-child(even) .item:nth-child(n+6) {
  display: none;
}

#footer.footer {
  min-height: 500px;
  background-image: url(../images/Footer_d.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
}
@media (max-width: 768px) {
  #footer.footer .company-info .col-6 {
    width: 100%;
    padding-top: 25px;
  }
}
#footer.footer .company-info .logo {
  width: 7rem;
}
#footer.footer .company-info .social {
  display: flex;
  justify-content: end;
  gap: 10px;
}
@media (max-width: 768px) {
  #footer.footer .company-info .social {
    justify-content: start;
  }
}
#footer.footer .quick-links h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
}
#footer.footer .quick-links ul.footer-menu li {
  line-height: 50px;
}
#footer.footer .quick-links ul.footer-menu li a {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -2px;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  color: #d1d5db;
}
#footer.footer .copyright .copyright-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #d1d5db;
}

#breadcrumb.breadcrumb-section {
  background-image: url(../images/bg/breadcrumb.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#breadcrumb.breadcrumb-section .breadcrumb-area {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 992px) {
  #breadcrumb.breadcrumb-section .breadcrumb-area {
    height: 60vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#breadcrumb.breadcrumb-section .breadcrumb-area .title {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 94px;
  line-height: 88%;
  letter-spacing: -1px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1260px) {
  #breadcrumb.breadcrumb-section .breadcrumb-area .title {
    font-size: 7vw;
  }
}
@media (max-width: 992px) {
  #breadcrumb.breadcrumb-section .breadcrumb-area .title {
    font-size: 11vw;
    padding-top: 50px;
  }
}
#breadcrumb.breadcrumb-section .breadcrumb-area .paragraph {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #9ca3af;
  margin-top: 30px;
  width: 50%;
}
@media (max-width: 768px) {
  #breadcrumb.breadcrumb-section .breadcrumb-area .paragraph {
    width: 100%;
  }
}

#terms.terms-section {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
#terms.terms-section .terms-content {
  border-radius: 15px;
  border: 1px solid rgba(211, 135, 255, 0.1647058824);
  backdrop-filter: bur(10px);
  background-color: rgba(112, 66, 210, 0.1019607843);
  padding: 20px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 486px) {
  #terms.terms-section .terms-content {
    padding: 10px;
    gap: 5px;
  }
}
#terms.terms-section .terms-content .effective-title {
  font-family: Darker Grotesque;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-align: left;
}
#terms.terms-section .terms-content .item .heading-title {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 125%;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  #terms.terms-section .terms-content .item .heading-title {
    width: 100%;
    font-size: 32px;
  }
}
#terms.terms-section .terms-content .item .heading-title2 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}
@media (max-width: 992px) {
  #terms.terms-section .terms-content .item .heading-title2 {
    width: 100%;
    font-size: 20px;
  }
}
#terms.terms-section .terms-content .item .heading-imgbox {
  padding: 15px;
}
@media (max-width: 768px) {
  #terms.terms-section .terms-content .item .heading-imgbox {
    padding: 0px;
  }
}
#terms.terms-section .terms-content .item .heading-imgbox img {
  border-radius: 16px;
  object-fit: contain;
}
#terms.terms-section .terms-content .item .title {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 128%;
  color: #d1d5db;
}
@media (max-width: 992px) {
  #terms.terms-section .terms-content .item .title {
    font-size: 25px;
  }
}
#terms.terms-section .terms-content .item .title2 {
  color: #d1d5db;
  font-size: 25px;
}
@media (max-width: 992px) {
  #terms.terms-section .terms-content .item .title2 {
    font-size: 18px;
  }
}
@media (max-width: 486px) {
  #terms.terms-section .terms-content .item .title2 {
    font-size: 16px;
  }
}
#terms.terms-section .terms-content .item .paragraph {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  vertical-align: middle;
  color: #9ca3af;
}
@media (max-width: 992px) {
  #terms.terms-section .terms-content .item .paragraph {
    font-size: 16px;
  }
}
@media (max-width: 486px) {
  #terms.terms-section .terms-content .item .paragraph {
    font-size: 12px;
    line-height: 125%;
  }
}
#terms.terms-section .terms-content .item .list li {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  color: #9ca3af;
  list-style: none;
  padding: 5px;
}
@media (max-width: 992px) {
  #terms.terms-section .terms-content .item .list li {
    font-size: 16px;
  }
}
@media (max-width: 486px) {
  #terms.terms-section .terms-content .item .list li {
    font-size: 12px;
    line-height: 16px;
    padding: 3px;
  }
}
#terms.terms-section .terms-content .item .list li:before {
  content: "·";
  background: -webkit-linear-gradient(240.94deg, rgba(255, 255, 255, 0.5) -7.37%, rgba(255, 255, 255, 0.1) 89.52%);
  font-size: 50px;
  vertical-align: middle;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#blogs.blogs {
  padding: 50px 15px;
  background-color: #000;
}
#blogs.blogs .section-header {
  max-width: 1100px;
}
#blogs.blogs .section-header .title {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 125%;
  color: #d1d5db;
  text-align: center;
}
@media (max-width: 992px) {
  #blogs.blogs .section-header .title {
    font-size: 40px;
  }
}
#blogs.blogs .section-header .categories {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#blogs.blogs .section-header .categories .btn {
  background-color: #111827;
  border-radius: 34px;
  border-width: 1px;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  border: 1px solid rgba(75, 85, 99, 0.9921568627);
  backdrop-filter: blur(10px);
  color: #fff;
  margin: 6px 3px;
}
#blogs.blogs .section-header .categories .btn.active {
  border: 1px solid rgba(199, 199, 199, 0.5058823529);
  background: linear-gradient(240.94deg, rgba(255, 255, 255, 0.5) -7.37%, rgba(255, 255, 255, 0.1) 89.52%);
  backdrop-filter: blur(10px);
}
#blogs.blogs .section-header .categories .btn.active img {
  width: 1.5rem;
  height: 1.5rem;
}
#blogs.blogs .section-header .categories .btn:hover {
  border-color: #7042d2;
}
#blogs.blogs .section-header .search-box {
  max-width: 664px;
  gap: 5px;
  border-radius: 10px;
  padding-top: 12px;
  padding-right: 10px;
  padding-bottom: 12px;
  padding-left: 10px;
  margin: 20px auto;
  border: 1px solid rgba(75, 85, 99, 0.9921568627);
  background-color: #111827;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
}
#blogs.blogs .section-header .search-box:hover {
  border-color: #7042d2;
}
#blogs.blogs .section-header .search-box input {
  background-color: transparent;
  border: none;
  color: #fff;
  flex: 1;
}
#blogs.blogs .section-header .search-box input:focus {
  outline: none;
  border: none;
}
#blogs.blogs .section-header .search-box input::placeholder {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}
#blogs.blogs .section-header .search-box:has(input:focus) {
  border-color: #7042d2;
}
#blogs.blogs .featured-blogs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 50px;
}
#blogs.blogs .featured-blogs .item {
  width: calc(49.9% - 10px);
}
@media (max-width: 768px) {
  #blogs.blogs .featured-blogs .item {
    width: 100%;
  }
}
#blogs.blogs .featured-blogs .item .card {
  gap: 21px;
  border-radius: 24px;
  border-width: 1px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1098039216);
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  background: rgba(112, 66, 210, 0.0745098039);
  backdrop-filter: blur(10px);
}
@media (max-width: 992px) {
  #blogs.blogs .featured-blogs .item .card {
    flex-direction: column;
  }
}
#blogs.blogs .featured-blogs .item .card .thumbnail {
  width: 40%;
  height: 100%;
}
@media (max-width: 992px) {
  #blogs.blogs .featured-blogs .item .card .thumbnail {
    width: 100%;
  }
}
#blogs.blogs .featured-blogs .item .card .thumbnail img {
  border-radius: 24px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 992px) {
  #blogs.blogs .featured-blogs .item .card .thumbnail img {
    width: 100%;
    height: 250px;
  }
}
#blogs.blogs .featured-blogs .item .card .info {
  width: 60%;
  flex: 1;
}
@media (max-width: 992px) {
  #blogs.blogs .featured-blogs .item .card .info {
    width: 100%;
  }
}
#blogs.blogs .featured-blogs .item .card .info .date {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  background: -webkit-linear-gradient(300deg, #4648ff 20%, #ff7262 50.09%, #ffaea5 50.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#blogs.blogs .featured-blogs .item .card .info .title {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 104%;
  letter-spacing: 0;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}
#blogs.blogs .featured-blogs .item .card .info .excerpt {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0;
  color: #d1d5db;
}
#blogs.blogs .our-blog-title {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 125%;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
#blogs.blogs .our-blog-title span {
  background: -webkit-linear-gradient(305.98deg, #4648ff 0%, #ff7262 65.09%, #ffaea5 100.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#blogs.blogs .blogs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: start;
  padding-top: 20px;
  padding-bottom: 50px;
}
#blogs.blogs .blogs .item {
  width: calc(24.5% - 10px);
}
@media (max-width: 768px) {
  #blogs.blogs .blogs .item {
    width: 100%;
  }
}
#blogs.blogs .blogs .item .card {
  gap: 21px;
  border-radius: 24px;
  border-width: 1px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1098039216);
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  background: rgba(112, 66, 210, 0.0745098039);
  backdrop-filter: blur(10px);
}
@media (max-width: 992px) {
  #blogs.blogs .blogs .item .card {
    flex-direction: column;
  }
}
#blogs.blogs .blogs .item .card .thumbnail {
  width: 100%;
  height: 181px;
}
@media (max-width: 768px) {
  #blogs.blogs .blogs .item .card .thumbnail {
    height: auto;
    max-height: 250px;
  }
}
#blogs.blogs .blogs .item .card .thumbnail img {
  border-radius: 24px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  #blogs.blogs .blogs .item .card .thumbnail img {
    height: auto;
    max-height: 250px;
  }
}
#blogs.blogs .blogs .item .card .info {
  width: 100%;
}
#blogs.blogs .blogs .item .card .info .date {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  background: -webkit-linear-gradient(300deg, #4648ff 20%, #ff7262 50.09%, #ffaea5 50.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#blogs.blogs .blogs .item .card .info .title {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 104%;
  letter-spacing: 0;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}
#blogs.blogs .blogs .item .card .info .excerpt {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0;
  color: #d1d5db;
}
#faq.faq-section {
  background-color: #000000;
  padding: 60px 15px;
}

#contact.contact-section {
  background-color: #000000;
  padding: 60px 15px;
}
#contact.contact-section .contact-area {
  background: rgba(11, 1, 17, 0.337254902);
  border-radius: 10px;
  padding: 25px 80px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(126, 14, 173, 0.56818);
}
@media (max-width: 992px) {
  #contact.contact-section .contact-area {
    padding: 40px 20px;
  }
}
#contact.contact-section .contact-area .contact-info {
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
@media (max-width: 992px) {
  #contact.contact-section .contact-area .contact-info {
    padding-bottom: 20px;
  }
}
#contact.contact-section .contact-area .contact-info .first .title {
  font-family: Darker Grotesque;
  font-weight: 700;
  font-size: 40px;
  line-height: 128%;
  color: #ffffff;
}
@media (max-width: 992px) {
  #contact.contact-section .contact-area .contact-info .first .title {
    font-size: 24px;
    line-height: 100%;
  }
}
#contact.contact-section .contact-area .contact-info .first .text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  vertical-align: middle;
  color: #9ca3af;
  width: 70%;
  margin-top: 10px;
}
@media (max-width: 992px) {
  #contact.contact-section .contact-area .contact-info .first .text {
    font-size: 16px;
    line-height: 120%;
    width: 100%;
  }
}
#contact.contact-section .contact-area .contact-info .middle {
  margin-top: 20px;
}
#contact.contact-section .contact-area .contact-info .middle .contact-list li {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  vertical-align: middle;
  color: #9ca3af;
  margin-bottom: 25px;
}
#contact.contact-section .contact-area .contact-info .middle .contact-list li a {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  vertical-align: middle;
  color: #9ca3af;
}
#contact.contact-section .contact-area .contact-info .middle .contact-list li a:hover {
  color: #fff;
  text-decoration: underline;
}
#contact.contact-section .contact-area .contact-info .middle .contact-list li i {
  color: #fff;
  margin-right: 10px;
  line-height: 150%;
}
@media (max-width: 992px) {
  #contact.contact-section .contact-area .contact-info .end {
    display: none;
  }
}
#contact.contact-section .contact-area .contact-info .end .social ul li {
  display: inline-block;
}
#contact.contact-section .contact-area .contact-info .end .social ul li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border: 1px solid rgba(226, 223, 223, 0.192);
  transition: all 0.3s ease-in-out;
}
#contact.contact-section .contact-area .contact-info .end .social ul li a i {
  color: #fff;
  font-size: 16px;
}
#contact.contact-section .contact-area .contact-info .end .social ul li a:hover {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}

.form {
  border: 1px solid rgba(199, 199, 199, 0.5058823529);
  border-radius: 10px;
  padding: 25px;
  background: linear-gradient(240.94deg, rgba(255, 255, 255, 0.5) -7.37%, rgba(255, 255, 255, 0.1) 89.52%);
  backdrop-filter: blur(5px);
}
.form fieldset {
  display: flex;
  flex-wrap: wrap;
}
.form fieldset label {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0;
  color: #d1d5db;
  width: 100%;
  margin-bottom: 8px;
}
.form fieldset input {
  flex: 1;
  border-radius: 10px;
  padding: 16px 25px;
  border: 1px solid rgba(199, 199, 199, 0.5058823529);
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
  background: transparent;
}
.form fieldset input:focus {
  border-color: #ffffff;
}
.form fieldset textarea {
  background: transparent;
  flex: 1;
  border-radius: 10px;
  padding: 16px 25px;
  border: 1px solid rgba(199, 199, 199, 0.5058823529);
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
}
.form fieldset textarea:focus {
  border-color: #ffffff;
}
.form .btn-area {
  text-align: center;
}
.form .btn-area .btn {
  display: inline;
  margin: 0 auto;
}

#pricing.pricing-section {
  background-color: #000000;
  padding: 60px 15px;
}
#pricing.pricing-section .pricing-box {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
#pricing.pricing-section .pricing-box .pricing-card {
  border-radius: 24px;
  padding: 18px 24px;
  width: 32%;
  background-color: #0e011a;
  box-shadow: 0px 4px 8px -1px rgba(13, 13, 18, 0.0196078431);
  box-shadow: 0px 5px 10px -2px rgba(13, 13, 18, 0.0392156863);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: auto;
}
@media (max-width: 992px) {
  #pricing.pricing-section .pricing-box .pricing-card {
    width: 48%;
  }
}
@media (max-width: 768px) {
  #pricing.pricing-section .pricing-box .pricing-card {
    width: 100%;
  }
}
#pricing.pricing-section .pricing-box .pricing-card .title {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: left;
}
#pricing.pricing-section .pricing-box .pricing-card .price {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #ffffff;
}
#pricing.pricing-section .pricing-box .pricing-card .price .text-tiny {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: 0;
  color: #9ca3af;
  padding-left: 5px;
}
#pricing.pricing-section .pricing-box .pricing-card .description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #9ca3af;
}
#pricing.pricing-section .pricing-box .pricing-card .inclusions ul li {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #9ca3af;
}
#pricing.pricing-section .pricing-box .pricing-card .inclusions ul li i {
  color: #fff;
  padding: 5px 6px;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.1019607843);
}
#pricing.pricing-section .pricing-box .pricing-card .btn-area {
  padding: 15px 0px;
}
#pricing.pricing-section .pricing-box .pricing-card .btn-area .btn {
  width: 100%;
  color: #ffffff;
  border-radius: 16px;
  border-width: 1px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  box-shadow: 0px 1px 2px 0px rgba(13, 13, 18, 0.0588235294);
  backdrop-filter: blur(20px);
}
#pricing.pricing-section .pricing-box .pricing-card .tags span {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: 0px;
  display: inline-block;
  margin: 4px 2px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  border-radius: 7px;
}
#pricing.pricing-section .pricing-box .pricing-card.card-white {
  background-color: #ffffff;
}
#pricing.pricing-section .pricing-box .pricing-card.card-white .price {
  color: #000000;
}
#pricing.pricing-section .pricing-box .pricing-card.card-white .price .text-tiny {
  color: #666d80;
}
#pricing.pricing-section .pricing-box .pricing-card.card-white .description {
  color: #666d80;
}
#pricing.pricing-section .pricing-box .pricing-card.card-white .tags span {
  background: linear-gradient(105.98deg, #4648ff 0%, #ff7262 65.09%, #ffaea5 100.03%);
}
#pricing.pricing-section .pricing-box .pricing-card.card-white .inclusions ul li {
  color: #666d80;
}
#pricing.pricing-section .pricing-box .pricing-card.card-white .inclusions ul li i {
  background-color: rgba(0, 0, 0, 0.1019607843);
  color: #818898;
}
#pricing.pricing-section .pricing-box .pricing-card.card-white .btn-area .btn {
  background-color: #0d0d12;
  border-color: #0d0d12;
  transition: all 0.5s ease-in-out;
}
#pricing.pricing-section .pricing-box .pricing-card.card-white .btn-area .btn:hover {
  background-color: #0e0324;
  border-color: #2e008e;
}
#pricing.pricing-section .pricing-box .pricing-card.card-white .btn-area .btn:hover span {
  transition: all 0.5s ease-in-out;
  background: -webkit-linear-gradient(300deg, #4648ff 20%, #ff7262 50.09%, #ffaea5 50.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* login-Page */
header .navbar .nav-area .button-group .dropdown-menu li a img {
  width: 20px;
}

.sign-body .sign-box {
  width: 520px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 15px;
  /* box-shadow: rgba(108, 109, 110, 0.2) 0px 8px 24px; */
}

.sign-box .some-text {
  color: gainsboro;
}

.sign-body .sign-box form input::placeholder {
  color: gray;
}

.sign-body .sign-box form input {
  border-color: gray;
}

.sign-body .sign-box form input:focus {
  outline: none;
  box-shadow: none;
  border-color: #fff;
}

@media (max-width: 768px) {
  .sign-body {
    height: auto;
  }
  .sign-body .sign-box {
    width: 100%;
    padding: 0;
    border: 0;
  }
  header .navbar .nav-area .button-group {
    display: flex;
  }
}
.gallery-page .breadcrumb-area {
  height: auto !important;
  padding-bottom: 50px;
  min-height: 500px;
}
.gallery-page .breadcrumb-area .title {
  padding-top: 250px !important;
}
@media (max-width: 992px) {
  .gallery-page .breadcrumb-area .title {
    padding-top: 50px !important;
  }
}
.gallery-page .breadcrumb-area .form, .gallery-page .gallery-section .form {
  width: 70%;
}
@media (max-width: 992px) {
  .gallery-page .breadcrumb-area .form, .gallery-page .gallery-section .form {
    width: 100%;
  }
}
.gallery-page .breadcrumb-area .form .search-box, .gallery-page .gallery-section .form .search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.gallery-page .breadcrumb-area .form .search-box .search-btn, .gallery-page .gallery-section .form .search-box .search-btn {
  width: 200px;
}
@media (max-width: 992px) {
  .gallery-page .breadcrumb-area .form .search-box .search-btn, .gallery-page .gallery-section .form .search-box .search-btn {
    width: fit-content;
  }
}
.gallery-page .breadcrumb-area .form .search-box .search-btn .btn, .gallery-page .gallery-section .form .search-box .search-btn .btn {
  padding: 16px 25px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .gallery-page .breadcrumb-area .form .search-box .search-btn .btn, .gallery-page .gallery-section .form .search-box .search-btn .btn {
    padding: 16px 15px;
  }
}
.gallery-page .breadcrumb-area .form .search-box .search-input, .gallery-page .gallery-section .form .search-box .search-input {
  flex-grow: 1;
}
.gallery-page #gallery.gallery-section .form {
  margin: auto;
  padding: 18px 20px 5px 20px;
  border: none;
  border-radius: 50px;
}
.gallery-page #gallery.gallery-section .form fieldset input {
  border-radius: 50px;
}
.gallery-page #gallery.gallery-section .form button.btn, .gallery-page #gallery.gallery-section .form .search-btn {
  border-radius: 50px;
}
.gallery-page #gallery .gallery-area .grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: inherit;
  justify-content: inherit;
}
@media (max-width: 1260px) {
  .gallery-page #gallery .gallery-area .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .gallery-page #gallery .gallery-area .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .gallery-page #gallery .gallery-area .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery-page #gallery .gallery-area .grid-container .item {
  position: relative;
}
.gallery-page #gallery .gallery-area .grid-container .item img {
  border-radius: 10px;
}
.gallery-page #gallery .gallery-area .grid-container .item .content {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-page #gallery .gallery-area .grid-container .item .content .title {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -3%;
  text-align: left;
  color: #fff;
}
.gallery-page #gallery .gallery-area .grid-container .item .content .button-group {
  text-align: right;
}
.gallery-page #gallery .gallery-area .grid-container .item:hover .content {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.gallery-page #gallery .gallery-area .grid-container .grid-item:nth-child(odd) .item:nth-child(n+5) {
  display: none;
}
.gallery-page #gallery .gallery-area .grid-container .grid-item:nth-child(even) .item:nth-child(n+6) {
  display: none;
}

.counter {
  margin: 30px 0;
  padding: 20px;
}
@media (max-width: 992px) {
  .counter {
    row-gap: 20px;
  }
}

.counter .item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(248, 249, 250, 0.3411764706);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}

.counter .item .icon i {
  font-size: 8rem;
  margin-right: 10px;
  color: rgba(248, 249, 250, 0.3411764706);
}
@media (max-width: 992px) {
  .counter .item .icon i {
    font-size: 5rem;
  }
}

.counter .item .content {
  flex-grow: 1;
}

.counter .item .content .title {
  font-size: 3rem;
  margin: 0;
  padding-top: 0 !important;
}

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