/*
Theme Name: RevAuto
Author: Gramentheme
Author URI: https://themeforest.net/user/Gramentheme
Description: Digtek - Digital Marketing Agency Html Template
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
/* @import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap"); */

@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #6a47ed;
  --theme2: #fff;
  --header: #010101;
  --text: #504e4e;
  --border: #e5e5e5;
  --bg: #f6f3fe;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

.main-button {
  position: relative;
  display: flex;
  align-items: center;
}

.main-button .theme-btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #f82586;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 35px;
  border-radius: 30px;
}

@media (max-width: 575px) {
  .main-button .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

.main-button .arrow-btn {
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background: var(--theme);
  color: var(--white);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

.main-button .arrow-btn:hover {
  background: var(--header);
  color: var(--white);
}

.main-button:hover .theme-btn,
.main-button:hover .arrow-btn {
  background-color: var(--header);
}

.link-btn {
  color: var(--header);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}

.link-btn i {
  margin-left: 10px;
}

.link-btn:hover {
  color: var(--theme);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  font-family: "Urbanist";
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--text);
  outline: none;
}

input {
  color: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 125%;
}

@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 43px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 22px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  font-weight: 800;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.about-wrapper {
  margin-top: 155px;
}

@media (max-width: 1899px) {
  .about-wrapper {
    margin-top: 0;
  }
}

.about-wrapper .about-image {
  position: relative;
  text-align: center;
  z-index: 2;
}

@media (max-width: 575px) {
  .about-wrapper .about-image {
    max-width: 400px;
  }

  .about-wrapper .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.about-wrapper .about-image .bg-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 575px) {
  .about-wrapper .about-image .bg-shape img {
    width: 100%;
    height: 100%;
  }
}

.about-wrapper .about-image .grap-shape {
  position: absolute;
  bottom: 40px;
  left: 35px;
}

@media (max-width: 575px) {
  .about-wrapper .about-image .grap-shape {
    display: none;
  }
}

.about-wrapper .about-image .box-shape {
  position: absolute;
  right: 25px;
  top: 32%;
}

@media (max-width: 575px) {
  .about-wrapper .about-image .box-shape {
    display: none;
  }
}

.about-wrapper .about-image .emoji-shape {
  position: absolute;
  top: 20%;
  left: 164px;
  animation: bounce-x 7s infinite linear;
}

@media (max-width: 575px) {
  .about-wrapper .about-image .emoji-shape {
    display: none;
  }
}

.about-wrapper .about-content {
  margin-left: 10px;
}

.about-wrapper .about-content .circle-progress-bar-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    margin-top: 40px;
    gap: 70px;
  }
}

@media (max-width: 991px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar span {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .content h6 {
  display: block;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 135%;
}

@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .content br {
    display: block;
  }
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
  position: relative;
  height: 120px;
  width: 120px;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
  position: absolute;
  font-size: 20px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  left: 5px;
  top: 5px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  background-color: var(--bg);
  color: var(--header);
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .background {
  background-color: #dfe2ff !important;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .rotate {
  clip: rect(0 50px 100px 0);
  background-color: var(--theme) !important;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: var(--bg) !important;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .right {
  clip: rect(0 50px 100px 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  background-color: var(--theme) !important;
}

.about-section {
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1899px) {
  .about-section {
    background-color: var(--bg);
  }
}

.about-section .brand-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 9;
  max-width: 1200px;
}

@media (max-width: 1899px) {
  .about-section .brand-wrapper {
    max-width: initial;
    position: static;
    transform: initial;
    margin-bottom: 120px;
  }
}

@media (max-width: 1199px) {
  .about-section .brand-wrapper {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .about-section .brand-wrapper {
    margin-bottom: 80px;
  }
}

.about-section .brand-wrapper .brand-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.about-section .brand-wrapper .brand-title::before {
  position: absolute;
  top: 15px;
  left: 5%;
  content: "";
  height: 1px;
  width: 413px;
  background-color: #e5e5e5;
}

@media (max-width: 1399px) {
  .about-section .brand-wrapper .brand-title::before {
    display: none;
  }
}

.about-section .brand-wrapper .brand-title::after {
  position: absolute;
  top: 15px;
  right: 5%;
  content: "";
  height: 1px;
  width: 413px;
  background-color: #e5e5e5;
}

@media (max-width: 1399px) {
  .about-section .brand-wrapper .brand-title::after {
    display: none;
  }
}

.about-section .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1399px) {
  .about-section .left-shape {
    display: none;
  }
}

.about-wrapper-2 .about-image {
  max-width: 537px;
  margin-left: 100px;
  position: relative;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-image {
    margin-left: 0;
  }
}

.about-wrapper-2 .about-image img {
  border-radius: 300px 300px 0 0;
}

@media (max-width: 1399px) {
  .about-wrapper-2 .about-image img {
    width: 100%;
    height: 100%;
  }
}

.about-wrapper-2 .about-image .box-shape {
  position: absolute;
  top: 15%;
  left: -22%;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-image .box-shape {
    display: none;
  }
}

@media (max-width: 991px) {
  .about-wrapper-2 .about-image .box-shape {
    display: block;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image .box-shape {
    display: none;
  }
}

.about-wrapper-2 .about-image .gap-shape {
  position: absolute;
  right: -35%;
  bottom: -30px;
}

@media (max-width: 1399px) {
  .about-wrapper-2 .about-image .gap-shape {
    right: -20%;
  }
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-image .gap-shape {
    display: none;
  }
}

@media (max-width: 991px) {
  .about-wrapper-2 .about-image .gap-shape {
    display: block;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image .gap-shape {
    display: none;
  }
}

.about-wrapper-2 .about-image .circle-button {
  position: absolute;
  right: 0;
  top: 5%;
  width: 122px;
  height: 122px;
  line-height: 122px;
  background-color: #fd8128;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: var(--white);
  z-index: 99;
}

.about-wrapper-2 .about-image .circle-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 20px solid rgba(255, 255, 255, 0.2);
  width: 148px;
  height: 148px;
  content: "";
  border-radius: 50%;
  z-index: 1;
}

.about-wrapper-2 .about-image .circle-button .text-circle {
  position: absolute;
  top: 1%;
  left: 8%;
  animation: cir36 10s linear infinite;
  z-index: 9;
}

.about-wrapper-2 .about-content {
  margin-left: 80px;
  position: relative;
  z-index: 3;
}

@media (max-width: 1399px) {
  .about-wrapper-2 .about-content {
    margin-left: 40px;
  }
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-content {
    margin-left: 0;
  }
}

.about-wrapper-2 .about-content .icon-items-area {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .icon-items-area {
    flex-wrap: wrap;
    gap: 25px;
  }
}

.about-wrapper-2 .about-content .icon-items-area .icon-items {
  max-width: 270px;
}

.about-wrapper-2 .about-content .icon-items-area .icon-items .icon {
  border-radius: 8px;
  border: 1px solid #d4dcff;
  background: #f3f7fb;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 58px;
  text-align: center;
  display: inline-block;
  font-size: 40px;
  color: var(--theme);
}

.about-wrapper-2 .about-content .icon-items-area .icon-items .content {
  margin-top: 20px;
}

.about-wrapper-2 .about-content .icon-items-area .icon-items .content h3 {
  margin-bottom: 10px;
}

.about-wrapper-2 .about-content .icon-items-area .icon-items .content p {
  font-weight: 400;
  line-height: 175%;
}

.about-wrapper-2 .about-content .about-button {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-content .about-button {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.about-wrapper-2 .about-content .about-button .link-btn {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
}

.about-section-2 {
  position: relative;
}

.about-section-2 .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-section-2 .right-shape {
  position: absolute;
  bottom: 0;
  right: 40px;
}

@media (max-width: 1600px) {
  .about-section-2 .right-shape {
    display: none;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/*img-animation**********************/
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }

  20% {
    transform: translateX(-50px);
  }

  50% {
    transform: translatey(-40px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.brand-section-22 {
  display: none;
}

@media (max-width: 1899px) {
  .brand-section-22 {
    display: block;
    margin-top: 115px;
  }
}

@media (max-width: 1199px) {
  .brand-section-22 {
    margin-top: 95px;
  }
}

@media (max-width: 991px) {
  .brand-section-22 {
    margin-top: 75px;
    margin-bottom: -5px;
  }
}

.brand-section-22 .brand-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.brand-section-22 .brand-title::before {
  position: absolute;
  top: 15px;
  left: 5%;
  content: "";
  height: 1px;
  width: 480px;
  background-color: #e5e5e5;
}

@media (max-width: 1399px) {
  .brand-section-22 .brand-title::before {
    display: none;
  }
}

.brand-section-22 .brand-title::after {
  position: absolute;
  top: 15px;
  right: 5%;
  content: "";
  height: 1px;
  width: 480px;
  background-color: #e5e5e5;
}

@media (max-width: 1399px) {
  .brand-section-22 .brand-title::after {
    display: none;
  }
}

.contact-section {
  position: relative;
}

.contact-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  right: 50px;
  left: 50px;
  border-radius: 30px;
  width: calc(100% - 95px);
}

@media (max-width: 1899px) {
  .contact-section::before {
    width: calc(100% - 0px);
    left: 0;
  }
}

.contact-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  top: 50%;
  z-index: -1;
}

.contact-wrapper {
  background-color: var(--white);
  padding: 60px;
  border-radius: 30px;
  position: relative;
  z-index: 9;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .contact-wrapper {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .contact-wrapper {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .contact-wrapper {
    padding: 30px;
  }
}

.contact-wrapper .contact-form-area {
  border-radius: 16px;
  border: 1px solid var(--border);
  padding: 40px;
}

@media (max-width: 575px) {
  .contact-wrapper .contact-form-area {
    padding: 30px;
  }
}

.contact-wrapper .contact-form-area h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

.contact-wrapper .contact-form-area .form-clt input,
.contact-wrapper .contact-form-area .form-clt textarea {
  outline: none;
  border: none;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--border);
  padding: 20px 20px;
  line-height: 1;
  color: var(--text);
}

.contact-wrapper .contact-form-area .form-clt textarea {
  padding-bottom: 110px;
}

.contact-wrapper .contact-form-area .form-clt .single-select {
  width: 100%;
  height: 60px;
  padding: 15px 20px;
  border-radius: 8px;
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.contact-wrapper .contact-form-area .theme-btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 19.5px 35px;
  border-radius: 8px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .contact-wrapper .contact-form-area .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

.contact-wrapper .contact-form-area .theme-btn:hover {
  background-color: var(--header);
}

.contact-wrapper .contact-map {
  position: relative;
}

.contact-wrapper .contact-map iframe {
  width: 100%;
  height: 630px;
  border-radius: 20px;
}

.contact-wrapper .contact-info-wrapper {
  position: absolute;
  top: 0;
  left: 90px;
  right: 90px;
  max-width: 430px;
  margin: 0 auto;
  padding: 30px;
  background: var(--theme);
  border-radius: 0px 0px 8px 8px;
}

@media (max-width: 767px) {
  .contact-wrapper .contact-info-wrapper {
    left: 20px;
    right: 20px;
  }
}

.contact-wrapper .contact-info-wrapper .shape-left {
  position: absolute;
  top: 0;
  left: -28px;
}

.contact-wrapper .contact-info-wrapper .shape-right {
  position: absolute;
  top: 0;
  right: -28px;
}

.contact-wrapper .contact-info-wrapper h2 {
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-wrapper .contact-info-wrapper .contact-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .contact-wrapper .contact-info-wrapper .contact-info {
    flex-wrap: wrap;
  }
}

.contact-wrapper .contact-info-wrapper .contact-info .content h3 {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.contact-wrapper .contact-info-wrapper .contact-info .content h3 a {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.contact-wrapper .contact-info-wrapper .contact-info .icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--white);
}

.contact-wrapper-2 .map-items .googpemap iframe {
  width: 100%;
  border-radius: 16px;
  height: 660px;
}

@media (max-width: 767px) {
  .contact-wrapper-2 .map-items .googpemap iframe {
    height: 550px;
  }
}

@media (max-width: 575px) {
  .contact-wrapper-2 .map-items .googpemap iframe {
    height: 450px;
  }
}

.contact-wrapper-2 .contact-content {
  margin-left: 40px;
}

@media (max-width: 991px) {
  .contact-wrapper-2 .contact-content {
    margin-left: 0;
  }
}

.contact-wrapper-2 .contact-content h2 {
  margin-bottom: 10px;
}

.contact-wrapper-2 .contact-content .contact-form-items {
  margin-top: 30px;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt span {
  color: var(--header);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: inline-block;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt input,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  border: 1px solid #d4dced;
  color: var(--text);
  padding: 18px 20px;
  border-radius: 5px;
  width: 100%;
  outline: none;
  background-color: transparent;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt input::placeholder,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea::placeholder {
  color: var(--text);
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  padding-bottom: 150px;
}

.contact-wrapper-2 .contact-content .contact-form-items .theme-btn {
  display: inline-block;
  padding: 18px 30px;
  background-color: var(--theme);
  color: var(--white);
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}

.contact-wrapper-2 .contact-content .contact-form-items .theme-btn i {
  margin-left: 8px;
}

.contact-wrapper-2 .contact-content .contact-form-items .theme-btn:hover {
  background-color: var(--header);
}

.contact-info-items {
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  background: #faf8ff;
}

.contact-info-items .icon {
  font-size: 80px;
  color: var(--theme);
}

.contact-info-items .content {
  margin-top: 30px;
}

.contact-info-items .content p {
  font-size: 18px;
  margin-top: 10px;
}

.cta-wrapper {
  border-radius: 30px;
  padding: 65px 65px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -37px;
}

@media (max-width: 1199px) {
  .cta-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: -100px;
  }
}

@media (max-width: 991px) {
  .cta-wrapper {
    margin-top: -80px;
    justify-content: center;
    text-align: center;
  }
}

.cta-wrapper h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--white);
  margin-left: 450px;
}

@media (max-width: 1399px) {
  .cta-wrapper h2 {
    margin-left: 300px;
    position: relative;
    z-index: 9;
  }
}

@media (max-width: 1199px) {
  .cta-wrapper h2 {
    margin-left: 0;
  }
}

.cta-wrapper .cta-img {
  position: absolute;
  bottom: 0;
  left: 85px;
}

@media (max-width: 1199px) {
  .cta-wrapper .cta-img {
    display: none;
  }
}

.cta-wrapper .main-button .theme-btn,
.cta-wrapper .main-button .arrow-btn {
  background-color: var(--white);
  color: var(--header);
}

.cta-wrapper .main-button:hover .theme-btn,
.cta-wrapper .main-button:hover .arrow-btn {
  color: var(--white);
  background-color: var(--header);
}

.cta-section {
  position: relative;
}

.cta-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #18185e;
  top: 60%;
  height: initial;
}

.cta-section .rokect-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

@media (max-width: 1199px) {
  .cta-section .rokect-shape {
    display: none;
  }
}

.cta-section.style-2::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  height: 60%;
  z-index: -1;
}

.cta-counter-wrapper {
  height: 720px;
  border-radius: 30px;
  position: relative;
  z-index: 9;
}

.cta-counter-wrapper .counter-box-area {
  padding: 64px;
  background-color: var(--theme);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 0 0 30px 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 767px) {
  .cta-counter-wrapper .counter-box-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.cta-counter-wrapper .counter-box-area .counter-text {
  position: relative;
}

.cta-counter-wrapper .counter-box-area .counter-text h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
}

.cta-counter-wrapper .counter-box-area .counter-text p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 10px;
}

.cta-counter-wrapper .shape-img {
  position: absolute;
  bottom: -140px;
  right: 0;
  z-index: 1;
}

.cta-counter-wrapper .circle-button {
  position: absolute;
  right: 60px;
  top: -65px;
  width: 122px;
  height: 122px;
  line-height: 122px;
  background-color: var(--theme2);
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
}

.cta-counter-wrapper .circle-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
  width: 148px;
  height: 148px;
  content: "";
  border-radius: 50%;
}

.cta-counter-wrapper .circle-button .text-circle {
  position: absolute;
  top: -1%;
  left: 9%;
  animation: cir36 10s linear infinite;
}

.cta-counter-section {
  position: relative;
  z-index: 9;
}

.cta-counter-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  top: 50%;
}

.cta-counter-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  height: 50%;
}

.cta-counter-section .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.cta-marketing {
  position: relative;
  /* background-image: url("/clicksummit2025/assets/img/click/about/bg.png"); */
  background-size: cover;
  background-position: center calc(-550px);
  z-index: 9;
  padding: 20px 0 30px !important;
}

.cta-counter-wrapper-2 {
  padding-top: 20px;
}

.cta-counter-wrapper-2 h2 {
  font-size: 35px !important;
}

/* .cta-marketing::before {
  position: absolute;
  top: -15%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/clicksummit2025/assets/img/click/about/bg.png");
  height: 100%;
  background-size: cover;
  z-index: -1;
} */
.cta-marketing .shape-img {
  position: absolute;
  top: -90px;
  left: 0;
}

.cta-marketing-2 {
  position: relative;
}

.cta-marketing-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  top: 65%;
  background-color: var(--white);
}

.cta-marketing-wrapper {
  padding: 60px;
  border-radius: 20px;
  background-color: #4315a7;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  margin-top: 50px;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .cta-marketing-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    justify-content: center;
  }
}

.cta-marketing-wrapper .content .section-title h2 {
  font-size: 36px;
}

.cta-marketing-wrapper .content .list {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1199px) {
  .cta-marketing-wrapper .content .list {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.cta-marketing-wrapper .content .list li {
  font-weight: 600;
  color: var(--white);
}

.cta-marketing-wrapper .content .list li svg {
  margin-right: 5px;
}

.cta-marketing-wrapper .cta-input {
  position: relative;
  max-width: 435px;
  width: 100%;
}

.cta-marketing-wrapper .cta-input input {
  background: var(--white);
  border: none;
  outline: none;
  padding: 16px 20px;
  width: 100%;
  border-radius: 8px;
  color: var(--text);
  text-transform: capitalize;
}

.cta-marketing-wrapper .cta-input input::placeholder {
  color: var(--text);
}

.cta-marketing-wrapper .cta-input .newsletter-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  bottom: 5px;
}

.cta-marketing-wrapper .cta-input .newsletter-btn i {
  font-size: 18px;
}

.cta-marketing-wrapper .cta-marketing-image {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
}

@media (max-width: 1399px) {
  .cta-marketing-wrapper .cta-marketing-image {
    display: none;
  }
}

.cta-marketing-wrapper .cta-marketing-image img {
  width: 100%;
  height: 100%;
}

.cta-contact-wrapper {
  padding: 80px 90px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 1199px) {
  .cta-contact-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cta-contact-wrapper {
    padding: 50px;
  }
}

.cta-contact-wrapper .cta-image {
  position: absolute;
  top: 36px;
  left: 64px;
  bottom: 36px;
}

@media (max-width: 1399px) {
  .cta-contact-wrapper .cta-image {
    display: none;
  }
}

.cta-contact-wrapper .section-title {
  margin-left: 290px;
}

@media (max-width: 1399px) {
  .cta-contact-wrapper .section-title {
    margin-left: 0;
  }
}

.cta-contact-wrapper .section-title h2 {
  font-size: 36px;
}

.cta-contact-wrapper .main-button .theme-btn,
.cta-contact-wrapper .main-button .arrow-btn {
  background-color: var(--white);
  color: var(--header);
}

.cta-contact-wrapper .main-button:hover .theme-btn,
.cta-contact-wrapper .main-button:hover .arrow-btn {
  background-color: var(--header);
  color: var(--white);
}

.cta-contact-section {
  position: relative;
}

.cta-contact-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  top: 50%;
}

.cta-counter-wrapper-2 .section-title-area {
  padding: 0 90px;
}

@media (max-width: 1199px) {
  .cta-counter-wrapper-2 .section-title-area {
    padding: 0 0;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 30px;
  }
}

.cta-counter-wrapper-2 .section-title-area .counter-box-area {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1199px) {
  .cta-counter-wrapper-2 .section-title-area .counter-box-area {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
  }
}

.cta-counter-wrapper-2 .section-title-area .counter-box-area .counter-text {
  position: relative;
}

.cta-counter-wrapper-2 .section-title-area .counter-box-area .counter-text h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
}

.cta-counter-wrapper-2 .section-title-area .counter-box-area .counter-text p {
  font-size: 20px;
  color: var(--white);
  margin-top: 10px;
}

.cta-counter-wrapper-2 .cta-video-image {
  position: relative;
  padding-top: 30px;
  background: #000;
  border-radius: 20px;
}

.cta-counter-wrapper-2 .cta-video-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.7;
}

.cta-counter-wrapper-2 .cta-video-image a img {
  opacity: 1;
}

.cta-counter-wrapper-2 .cta-video-image .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 102px;
  /* color: var(--white);
  background: radial-gradient(
    157.24% 123.22% at 47.19% -0.63%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(21px); */
  /*border: 1px solid var(--white);*/
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
}

@media (max-width: 767px) {
  .cta-counter-wrapper-2 .cta-video-image .video-icon {
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.cta-counter-section-2 {
  position: relative;
}

@media (max-width: 767px) {
  .cta-counter-section-2::before {
    top: 80%;
  }
}

.cta-counter-section-3 {
  position: relative;
  z-index: 9;
}

.cta-counter-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  top: 60%;
}

@media (max-width: 767px) {
  .cta-counter-section-3::before {
    top: 80%;
  }
}

.faq-wrapper .faq-content .faq-list {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 40px;
  border-top: 1px solid #ccd8ff;
  border-bottom: 1px solid #ccd8ff;
  padding: 30px 0;
}

.faq-wrapper .faq-content .faq-list li i {
  margin-right: 5px;
  color: var(--theme);
}

.faq-wrapper .accordion-item {
  border: 0;
  background-color: var(--white);
}

.faq-wrapper .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: var(--theme);
  letter-spacing: -0.2px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--white);
  padding: 25px 30px 0;
  text-transform: capitalize;
  font-size: 22px;
  border: 1px solid var(--border);
  border: 1px solid transparent;
  box-shadow: 12px -12px 24px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 575px) {
  .faq-wrapper .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}

.faq-wrapper .accordion-item .accordion-header .accordion-button::after {
  content: "\f324";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  color: var(--theme);
}

.faq-wrapper .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f322";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  font-weight: 500;
  color: var(--theme);
  transform: rotate(0);
}

.faq-wrapper .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: var(--white);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  padding: 25px 30px;
  color: var(--header);
}

.faq-wrapper .accordion-item .accordion-collapse .accordion-body {
  padding-right: 20px;
  padding-left: 30px;
  padding-top: 15px;
  color: var(--text);
  background-color: var(--white);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1399px) {
  .faq-wrapper .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .faq-wrapper .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}

.faq-section {
  position: relative;
}

.faq-section .faq-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.faq-section .faq-shape {
  position: absolute;
  bottom: -31%;
  right: 0;
}

@media (max-width: 1399px) {
  .faq-section .faq-shape {
    display: none;
  }
}

.audience-wrapper .audience-content .ratting-image {
  margin-top: 100px;
}

.audience-wrapper .audience-content .client-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}

.audience-wrapper .audience-content .client-items .client-img {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.audience-wrapper .audience-content .client-items .client-img .star-icon .star {
  font-size: 14px;
  color: #fbb03b;
}

.audience-wrapper .audience-content .client-items .client-img .star-icon span {
  color: var(--white);
  font-size: 14px;
  line-height: 1;
}

.audience-wrapper .audience-right {
  display: flex;
  align-items: center;
}

@media (max-width: 1399px) {
  .audience-wrapper .audience-right {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.audience-wrapper .audience-right .audience-img {
  width: 100%;
  height: 100%;
  border: 5px solid #4315a7;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}

.audience-wrapper .audience-right .audience-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.audience-wrapper .audience-right .counter-box-area {
  padding: 30px;
  background: #4315a7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  height: 400px;
}

section#expo .container-fluid {
  max-width: 1600px;
}

.audience-wrapper .audience-right .counter-box-area p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 10px 0;
  width: 95%;
}

.audience-wrapper .audience-right .counter-box-area h2 {
  font-size: 40px;
  font-weight: 600;
}

.audience-wrapper .audience-right .counter-box-area .content {
  margin-top: 150px;
  max-width: 235px;
}

@media (max-width: 767px) {
  .audience-wrapper .audience-right .counter-box-area .content {
    margin-top: 30px;
  }
}

.audience-wrapper .audience-right .counter-box-area .content h4 {
  margin-bottom: 10px;
}

.audience-wrapper .audience-right .counter-box-area .content p {
  font-size: 16px;
}

.value-box-items {
  margin-top: 30px;
  border-radius: 16px;
  background-color: var(--white);
  padding: 40px 30px;
}

.value-box-items .icon {
  border-radius: 8px;
  border: 1px solid #d4dcff;
  background: #f3f7fb;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 40px;
  color: var(--theme);
}

.value-box-items .content {
  margin-top: 25px;
}

.value-box-items .content h3 {
  margin-bottom: 15px;
}

.value-section {
  position: relative;
}

.value-section .value-shape {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1399px) {
  .value-section .value-shape {
    display: none;
  }
}

.value-section .value-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1399px) {
  .value-section .value-shape-2 {
    display: none;
  }
}

.footer-widgets-wrapper {
  padding: 20px 0;
}

.footer-widgets-wrapper .single-footer-widget {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 0px;
}

.footer-widgets-wrapper .single-footer-widget .widget-head img {
  width: 100%;
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  font-weight: 500;
  color: var(--white);
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
}

/* .footer-widgets-wrapper .single-footer-widget .widget-head h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 18px;
  height: 2px;
  background-color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3::after {
  position: absolute;
  bottom: 0;
  left: 25px;
  content: "";
  width: 83px;
  height: 2px;
  background-color: var(--theme);
} */
@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 14px;
  }
}

.footer-content h2 {
  margin-bottom: 0;
  font-size: 35px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content p {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
  margin-top: 11px;
  gap: 10px;
  position: relative;
  z-index: 9;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: #e6d7fa;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: relative;
}

.ticker_content a.price-btn {
  padding: 4px 0 !important;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a img {
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0px 3px 3px;
  filter: brightness(1) invert(0);
  margin-right: 0;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info:last-child {
  padding-left: 40px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li p {
  color: #f82586;
  font-weight: 700;
  font-size: 14px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li:not(:last-child) {
  margin-bottom: 0px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li i {
  font-size: 16px;
  color: var(--white);
  margin-right: 8px;
  font-size: 14px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li a {
  color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
  position: relative;
  margin-top: 40px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
  background: var(--white);
  border: none;
  outline: none;
  padding: 16px 20px;
  width: 100%;
  border-radius: 8px;
  color: var(--text);
  text-transform: capitalize;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
  color: var(--text);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  bottom: 5px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn i {
  font-size: 18px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .form-check {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 25px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .form-check a {
  color: var(--white);
  text-decoration: underline;
}

.footer-widgets-wrapper .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}

.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-widgets-wrapper .single-footer-widget .list-area li a i {
  margin-right: 5px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li:hover {
  margin-left: 5px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li:hover a {
  color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .thumb {
  width: 80px;
  height: 80px;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content .post-date {
  margin-bottom: 5px;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content .post-date li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content h6 {
  font-size: 16px;
  font-weight: 700;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content h6 a {
  color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content h6 a:hover {
  color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .contact-list li {
  color: #dadada;
}

.footer-widgets-wrapper .single-footer-widget .contact-list li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-widgets-wrapper .single-footer-widget .contact-list li a {
  color: #f5f5f5;
}

.footer-bottom {
  background-color: #f72585;
  padding: 30px 0;
  position: relative;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center !important;
    margin-top: 20px;
  }
}

.footer-bottom .footer-wrapper p {
  color: rgba(255, 255, 255, 0.8);
}

.footer-bottom .footer-wrapper .footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-bottom .footer-wrapper .footer-menu li a {
  color: rgba(255, 255, 255, 0.8);
  background-image: linear-gradient(var(--white), var(--white));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

.footer-bottom .footer-wrapper .footer-menu li a:hover {
  background-size: 100% 1px;
  color: var(--white);
}

.scroll-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #4f0bab;
  color: #fff;
  padding: 8px 15px;
  border-radius: 50%;
  font-size: 20px;
  display: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  cursor: pointer;
  width: 45px;
  height: 45px;
  z-index: 1000;
}

.scroll-icon:hover {
  background-color: #f72585;
  /* Change background on hover */
  color: #fff;
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0;
}

.header-main .main-menu ul {
  margin-bottom: 0;
}

.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 20px;
}

.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}

.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 10px 0;
  margin: 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}

.header-main .main-menu ul.submenu {
  position: absolute;
  top: 90%;
  inset-inline-start: 0;
  width: 150px;
  background: #fff;
  padding: 0px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-image: url(/clicksummit2025/assets/img/click2025/banner/more-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  border: none;
  padding: 10px 0;
}

.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 10px;
}

.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  padding: 0px 0px 0px 15px;
  width: auto;
  margin: 0;
}

.header-main .main-menu ul li .submenu li a:hover {
  color: #000;
}

/* .header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: #000;
  left: 14px;
  bottom: 5px;
  transition: all 0.4s ease-in-out;
} */

.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

/*.header-main .main-menu ul li .submenu li:hover > a {*/
/*  color: var(--theme) !important;*/
/*  margin-left: 10px;*/
/*}*/
.header-main .main-menu ul li .submenu li:hover>a::before {
  width: 100%;
}

.header-main .main-menu ul li .submenu li:hover>a::after {
  color: var(--theme);
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}

.header-main .main-menu ul li .has-homemenu {
  width: 800px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0px !important;
  background-color: var(--theme);
  line-height: initial;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  background-color: var(--header);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(20, 19, 19, 0)),
      to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}

.header-main .main-menu ul li:hover>a {
  color: var(--theme2);
}

.header-main .main-menu ul li:hover>a::after {
  color: var(--theme);
}

.header-main .main-menu ul li:hover>.submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.header-main .header-right {
  gap: 40px;
}

@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}

.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: linear-gradient(-270deg,
      rgba(248, 37, 134, 1) 0%,
      rgba(75, 11, 170, 1) 100%);
}

.header-1 .container-fluid {
  padding: 10px 150px;
}

@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 10px 40px;
  }
}

@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 20px;
  }
}

@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 10px 30px;
  }
}

.header-1 .header-logo-2 {
  display: none;
}

.header-1 .header-right .sidebar__toggle {
  color: var(--white);
}

@media (max-width: 1199px) {
  .header-1 .header-right .main-button {
    display: none;
  }
}

.header-1 .header-right .main-button .theme-btn,
.header-1 .header-right .main-button .arrow-btn {
  background-color: var(--theme2);
  color: var(--header);
}

.header-1 .header-right .main-button:hover .theme-btn,
.header-1 .header-right .main-button:hover .arrow-btn {
  background-color: var(--header);
  color: var(--white);
}

.header-1 .header-right .search-icon {
  color: var(--white);
}

.header-1.style-2 {
  position: relative;
}

.header-1.style-2 .header-right .sidebar__toggle {
  color: var(--header);
}

@media (max-width: 1199px) {
  .header-1.style-2 .header-right .main-button {
    display: none;
  }
}

.header-1.style-2 .header-right .main-button .theme-btn,
.header-1.style-2 .header-right .main-button .arrow-btn {
  background-color: var(--theme);
  color: var(--white);
}

.header-1.style-2 .header-right .main-button:hover .theme-btn,
.header-1.style-2 .header-right .main-button:hover .arrow-btn {
  background-color: var(--header);
  color: var(--white);
}

.header-1.style-2 .container-fluid {
  padding: 0px 250px;
}

@media (max-width: 1600px) {
  .header-1.style-2 .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1399px) {
  .header-1.style-2 .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .header-1.style-2 .container-fluid {
    padding: 0 30px;
  }
}

.header-1.style-2 .main-menu ul li a {
  color: var(--header);
}

.header-1.style-2 .main-menu ul li a:hover {
  color: var(--theme) !important;
}

.header-1.style-2 .main-menu ul li:hover>a {
  color: var(--theme);
}

.header-1.style-2 .main-menu ul li:hover>a::after {
  color: var(--theme);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background: linear-gradient(-270deg, #f82586 0, #4b0baa 100%);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sticky.header-1 .header-logo-2 {
  display: block;
}

.sticky.header-1 .header-logo {
  display: none;
}

.sticky.header-1 .header-right .sidebar__toggle {
  color: #fff;
}

.sticky.header-1 .header-right .search-icon {
  color: var(--header);
}

.sticky.header-1 .main-menu ul li a {
  color: var(--white);
}

.sticky.header-1 .main-menu ul li a:hover {
  color: var(--white) !important;
}

.sticky.header-1 .main-menu ul li:hover>a {
  color: var(--white);
}

.sticky.header-1 .main-menu ul li:hover>a::after {
  color: var(--white);
}

.offcanvas__info {
  background: linear-gradient(270deg,
      rgba(248, 37, 134, 1) 0%,
      rgba(75, 11, 170, 1) 100%);
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__info img {
  width: 150px;
}

.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 250px;
  }
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
  margin: 0 60px;
  border-radius: 30px;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper {
    margin: 0;
    border-radius: 0;
  }
}

.breadcrumb-wrapper .left-shape {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .breadcrumb-wrapper .left-shape {
    display: none;
  }
}

.breadcrumb-wrapper .right-shape {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .breadcrumb-wrapper .right-shape {
    display: none;
  }
}

.breadcrumb-wrapper .page-heading {
  position: relative;
  padding: 170px 0 170px;
  z-index: 9;
  text-align: center;
}

@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    padding: 140px 0;
  }
}

.breadcrumb-wrapper .page-heading h1 {
  color: var(--header);
  font-size: 50px;
  position: relative;
  z-index: 9;
  font-weight: 800;
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 44px;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: inline-flex;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
  justify-content: center;
  border: 2px solid #bf20fc;
  padding: 14px 22px;
  border-radius: 100px;
  line-height: 1;
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 15px;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: var(--header);
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--theme);
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  color: var(--header);
}

.error-items {
  text-align: center;
  margin: 0 auto;
}

.error-items .error-image {
  max-width: 985px;
}

.error-items .error-image img {
  width: 100%;
  height: 100%;
}

.error-items h2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.error-items h2 span {
  color: var(--theme);
  font-weight: 300;
}

.error-items p {
  font-size: 18px;
  margin-bottom: 50px;
}

.error-items .error-content {
  max-width: 530px;
  margin: 0 auto;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f82586;
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-50 {
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

.ripple {
  position: relative;
}

.ripple::before,
.ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}

.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: all 0.4s ease-in-out;
  background-color: var(--theme);
  opacity: 1;
  border-radius: 10px;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--theme);
  content: "";
}

.swiper-dot-2 {
  text-align: center;
}

.swiper-dot-2 .swiper-pagination-bullet {
  width: 32px;
  height: 8px;
  transition: 0.6s;
  background-color: rgba(213, 213, 213, 0.6);
  opacity: 1;
  border-radius: 10px;
  position: relative;
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme);
  transition: 0.6s;
  position: relative;
  width: 50px;
}

.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
}

.array-button .array-prev {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: var(--white);
  color: var(--header);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}

.array-button .array-prev:hover {
  background-color: var(--theme);
  color: var(--white);
}

.array-button .array-next {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.array-button .array-next:hover {
  background-color: var(--header);
}

.mt-10 {
  margin-top: 10px;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.mt-60 {
  margin-top: 55px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-cover-2 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  width: 100%;
  height: 100%;
}

.nice-select {
  background-color: transparent;
  width: unset;
  outline: none;
  border-bottom: 2px solid var(--border) !important;
  padding-bottom: 20px !important;
  border: none;
  border-radius: 0;
  padding: 0;
}

.nice-select:hover {
  border-bottom: 2px solid transparent;
  border-color: var(--theme);
  border-bottom: 2px solid transparent;
  border-image-slice: 2;
}

.nice-select span {
  font-size: 16px;
  color: var(--text);
  text-transform: capitalize;
}

.nice-select .current {
  margin-right: 12px;
}

.nice-select.open .list {
  background: var(--bg);
  margin-top: 16px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
}

.nice-select .option.selected.focus {
  background: var(--bg);
  outline: none;
  color: var(--text);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  border: none;
}

.nice-select .option {
  border: none;
}

.nice-select .option:hover {
  background: transparent;
}

.custom-container {
  max-width: 1680px;
}

.page-nav-wrap ul li {
  display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid var(--border);
  color: var(--text);
}

.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}

@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid transparent;
}

.item-bg-color {
  background-color: #f4f6fa !important;
}

.bor-top {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.bor-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.hero-1 {
  padding: 190px 0 0;
  position: relative;
}

.hero-1 .mike-shape {
  position: absolute;
  top: 20%;
  left: 20px;
}

.hero-1 .mike-shape::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 232px;
  height: 232px;
  background: linear-gradient(180deg,
      rgba(102, 166, 255, 0.5) -128.88%,
      rgba(255, 255, 255, 0) 83.84%);
  border-radius: 50%;
  top: 83%;
  left: 15%;
  transform: translate(-50%, -50%);
}

.hero-1 .mike-shape img {
  animation: bounce-x 7s infinite linear;
}

.hero-1 .arrow-shape {
  position: absolute;
  bottom: 5%;
  left: 3%;
  animation: moving 7s infinite linear;
}

.hero-1 .energy-shape {
  position: absolute;
  right: 40px;
  top: 15%;
}

.hero-1 .arrow-shape-2 {
  position: absolute;
  top: 50%;
  right: 30px;
  animation: moving 7s infinite linear;
}

.hero-1 .rocket-shape {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 7;
}

.hero-1 .rocket-shape::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 232px;
  height: 232px;
  background: linear-gradient(180deg,
      rgba(102, 166, 255, 0.5) -128.88%,
      rgba(255, 255, 255, 0) 83.84%);
  border-radius: 50%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.hero-1 .container-fluid {
  padding: 0 141px;
}

@media (max-width: 1600px) {
  .hero-1 .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1399px) {
  .hero-1 .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .hero-1 .container-fluid {
    padding: 0 30px;
  }
}

.hero-1 .hero-title {
  text-align: center;
  position: relative;
  z-index: 9;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .hero-1 .hero-title img {
    width: 100%;
    height: 100%;
  }
}

.hero-1 .hero-content {
  position: relative;
  z-index: 9;
}

.hero-1 .hero-content span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--white);
  display: inline-block;
  margin-bottom: 10px;
}

.hero-1 .hero-content h1 {
  color: var(--white);
  margin-bottom: 20px;
}

.hero-1 .hero-content p {
  color: var(--white);
  max-width: 510px;
}

.hero-1 .hero-image {
  position: relative;
  z-index: 8;
  margin-left: -70px;
}

@media (max-width: 1399px) {
  .hero-1 .hero-image {
    margin-left: 0;
  }

  .hero-1 .hero-image img {
    width: 100%;
    height: 100%;
  }
}

.hero-1 .hero-image .bg-shape {
  position: absolute;
  top: 70%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.hero-1 .video-btn {
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 151px;
  height: 151px;
  border: 0.5px solid var(--white);
  background: radial-gradient(157.24% 123.22% at 47.19% -0.63%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(25px);
  border-radius: 50%;
  text-align: center;
  line-height: 151px;
  font-size: 24px;
  color: var(--white);
}

.hero-1 .video-btn img {
  animation: cir36 10s linear infinite;
  position: absolute;
  top: 12px;
  left: 10px;
}

@media (max-width: 1199px) {
  .hero-1 .video-right {
    margin-bottom: 60px;
  }
}

.hero-1 .video-right p {
  font-weight: 500;
  font-style: italic;
  text-transform: capitalize;
  line-height: 175%;
  color: var(--white);
  margin-top: 30px;
}

.hero-1 .video-right .client-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}

.hero-1 .video-right .client-items .client-img {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-1 .video-right .client-items .client-img .star-icon .star {
  font-size: 14px;
  color: #fbb03b;
}

.hero-1 .video-right .client-items .client-img .star-icon span {
  color: var(--white);
  font-size: 14px;
  line-height: 1;
}

.hero-2 {
  padding: 150px 0 200px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 90px;
}

@media (max-width: 1899px) {
  .hero-2 {
    margin-bottom: 0;
    background-position: center;
    background-image: none !important;
    background-color: var(--theme);
  }
}

@media (max-width: 991px) {
  .hero-2 {
    padding: 150px 0 0;
  }
}

.hero-2 .trophy-shape {
  position: absolute;
  top: 10%;
  left: 0;
}

@media (max-width: 1199px) {
  .hero-2 .trophy-shape {
    display: none;
  }
}

.hero-2 .left-shape {
  position: absolute;
  bottom: -20%;
  left: 0;
}

@media (max-width: 1199px) {
  .hero-2 .left-shape {
    display: none;
  }
}

.hero-2 .right-shape {
  position: absolute;
  bottom: -30%;
  right: 0;
}

@media (max-width: 1199px) {
  .hero-2 .right-shape {
    display: none;
  }
}

.hero-2 .rocket-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .hero-2 .rocket-shape {
    display: none;
  }
}

.hero-2 .container-fluid {
  padding: 0 200px;
}

@media (max-width: 1600px) {
  .hero-2 .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1399px) {
  .hero-2 .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .hero-2 .container-fluid {
    padding: 0 30px;
  }
}

.hero-2 .hero-content {
  position: relative;
  z-index: 9;
}

.hero-2 .hero-content h6 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--white);
  display: inline-block;
  margin-bottom: 10px;
}

.hero-2 .hero-content h1 {
  font-size: 72px;
  color: var(--white);
}

@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 42px;
  }
}

.hero-2 .hero-content p {
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
  max-width: 545px;
  margin-top: 20px;
}

.hero-2 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .hero-2 .hero-content .hero-button {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.hero-2 .hero-content .hero-button .main-button .theme-btn,
.hero-2 .hero-content .hero-button .main-button .arrow-btn {
  background-color: var(--theme2);
  color: var(--header);
}

.hero-2 .hero-content .hero-button .main-button:hover .theme-btn,
.hero-2 .hero-content .hero-button .main-button:hover .arrow-btn {
  background-color: var(--header);
  color: var(--white);
}

.hero-2 .hero-content .hero-button .link-btn {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  color: var(--white);
}

.hero-2 .hero-image {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero-2 .hero-image .bg-shape {
  position: absolute;
  bottom: 0;
  left: 53%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 1399px) {
  .hero-2 .hero-image .bg-shape {
    display: none;
  }
}

.hero-2 .hero-image img {
  text-align: center;
}

@media (max-width: 991px) {
  .hero-2 .hero-image img {
    width: 100%;
    height: 100%;
  }
}

.hero-2 .hero-image .box-shape {
  position: absolute;
  top: 30%;
  left: -20%;
  animation: translateX2 2s forwards infinite alternate;
}

@media (max-width: 1399px) {
  .hero-2 .hero-image .box-shape {
    display: none;
  }
}

.hero-2 .hero-image .gap-shape {
  position: absolute;
  bottom: -20px;
  left: -30%;
  animation: translateY2 2s forwards infinite alternate;
}

@media (max-width: 1399px) {
  .hero-2 .hero-image .gap-shape {
    display: none;
  }
}

.hero-2 .hero-image .cursor-shape {
  position: absolute;
  right: 50px;
  top: 28%;
  animation: moving 9s linear infinite;
}

@media (max-width: 1399px) {
  .hero-2 .hero-image .cursor-shape {
    display: none;
  }
}

.hero-2 .brand-wrapper-2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -90px;
  z-index: 9;
  max-width: 1170px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 40px;
}

@media (max-width: 1899px) {
  .hero-2 .brand-wrapper-2 {
    display: none;
  }
}

.hero-2 .brand-wrapper-2 .brand-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.hero-2 .brand-wrapper-2 .brand-title::before {
  position: absolute;
  top: 15px;
  left: 5%;
  content: "";
  height: 1px;
  width: 413px;
  background-color: #e5e5e5;
}

@media (max-width: 1399px) {
  .hero-2 .brand-wrapper-2 .brand-title::before {
    display: none;
  }
}

.hero-2 .brand-wrapper-2 .brand-title::after {
  position: absolute;
  top: 15px;
  right: 5%;
  content: "";
  height: 1px;
  width: 413px;
  background-color: #e5e5e5;
}

@media (max-width: 1399px) {
  .hero-2 .brand-wrapper-2 .brand-title::after {
    display: none;
  }
}

.hero-3 {
  border-radius: 30px;
  padding: 120px 0 120px;
  margin: 0 60px;
  position: relative;
}

@media (max-width: 1600px) {
  .hero-3 {
    margin: 0 0;
  }
}

.hero-3 .line-shape {
  position: absolute;
  top: 46%;
  left: 48%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1399px) {
  .hero-3 .line-shape {
    display: none;
  }
}

.hero-3 .container-fluid {
  padding: 0 190px;
}

@media (max-width: 1600px) {
  .hero-3 .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1399px) {
  .hero-3 .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .hero-3 .container-fluid {
    padding: 0 30px;
  }
}

.hero-3 .hero-content {
  max-width: 580px;
}

.hero-3 .hero-content h6 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--theme);
  display: inline-block;
  margin-bottom: 10px;
}

.hero-3 .hero-content h1 {
  font-size: 60px;
  color: var(--header);
  font-weight: 700;
}

@media (max-width: 1199px) {
  .hero-3 .hero-content h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .hero-3 .hero-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 34px;
  }
}

.hero-3 .hero-content h1 span {
  background: linear-gradient(90deg, #6a47ed 35.31%, #fb17ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-3 .hero-content p {
  font-size: 16px;
  font-weight: 500;
  max-width: 545px;
  margin-top: 100px;
}

@media (max-width: 1399px) {
  .hero-3 .hero-content p {
    margin-top: 15px;
  }
}

.hero-3 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .hero-3 .hero-content .hero-button {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}

.hero-3 .hero-content .hero-button .link-btn {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
}

.hero-3 .hero-image {
  position: relative;
  z-index: 9;
}

.hero-3 .hero-image img {
  width: 100%;
  height: 100%;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav>ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .mean-container .mean-nav>ul .homemenu-items {
    flex-wrap: wrap;
  }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu {
  position: relative;
}

@media (max-width: 1199px) {
  .mean-container .mean-nav>ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(20, 19, 19, 0)),
      to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--white);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
  background-color: #141415;
  padding: 30px 0;
}

.scrolling-wrap.bg-2 {
  background-color: var(--theme2);
}

.scrolling-wrap.bg-3 {
  background-color: #f1eaff;
}

.scrolling-wrap.bg-3 .comm .cmn-textslide {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
  color: var(--header);
}

.scrolling-wrap.style-2 {
  background-color: transparent;
  padding: 0;
  justify-content: space-between;
  gap: 70px;
}

.scrolling-wrap.style-2 .comm {
  gap: 70px;
}

.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  /*animation: scroll 60s linear infinite;*/
  gap: 30px;
  cursor: pointer;
}

.scrolling-wrap .comm .cmn-textslide {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  color: var(--white);
}

.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}

@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }

  .scrolling-wrap .comm {
    gap: 14px;
  }
}

@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
}

/*@keyframes scroll {*/
/*  0% {*/
/*    transform: translateX(0);*/
/*  }*/
/*  100% {*/
/*    transform: translateX(-100%);*/
/*  }*/
/*}*/
/*@keyframes scroll2 {*/
/*  0% {*/
/*    transform: translateX(0%);*/
/*  }*/
/*  100% {*/
/*    transform: translateX(-200%);*/
/*  }*/
/*}*/
.news-box-items {
  margin-top: 30px;
  padding: 16px;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
}

.news-box-items .news-image {
  border-radius: 12px;
  overflow: hidden;
}

.news-box-items .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition: all 0.4s ease-in-out;
}

.news-box-items .news-content {
  padding: 25px 14px;
}

.news-box-items .news-content .post-cat {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 10px;
}

@media (max-width: 1399px) {
  .news-box-items .news-content .post-cat {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.news-box-items .news-content .post-cat li {
  font-size: 14px;
  font-weight: 400;
}

.news-box-items .news-content .post-cat li svg {
  margin-right: 5px;
}

.news-box-items .news-content h5 {
  line-height: 140%;
}

.news-box-items .news-content h5 a:hover {
  color: var(--theme);
}

.news-box-items .news-content .news-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.news-box-items .news-content .news-btn .link-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #535353;
  text-transform: capitalize;
}

.news-box-items .news-content .news-btn .link-btn:hover {
  color: var(--theme);
}

.news-box-items:hover .news-image img {
  transform: scale(1.1);
}

.news-section {
  position: relative;
  z-index: 7;
}

.news-section .container-fluid {
  padding: 0 175px;
}

@media (max-width: 1600px) {
  .news-section .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1399px) {
  .news-section .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .news-section .container-fluid {
    padding: 0 30px;
  }
}

.news-section .left-shape {
  position: absolute;
  top: -180px;
  left: 0;
  z-index: -1;
}

.news-card-items {
  margin-top: 30px;
  background-color: #faf9f6;
}

.news-card-items .news-image {
  overflow: hidden;
}

.news-card-items .news-image img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.news-card-items .news-content {
  padding: 20px;
  padding-left: 74px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1899px) {
  .news-card-items .news-content {
    padding-left: 20px;
  }
}

.news-card-items .news-content .post-cat {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.news-card-items .news-content .post-cat li i {
  color: var(--theme);
  margin-right: 5px;
}

.news-card-items .news-content h5 {
  font-size: 20px;
  font-weight: 500;
}

.news-card-items .news-content h5 a:hover {
  color: var(--theme);
}

.news-card-items .news-content .link-btn {
  color: #535353;
  font-weight: 600;
  margin-top: 10px;
}

.news-card-items .news-content .link-btn:hover {
  color: var(--theme);
}

.news-card-items .news-content .post-date {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  background-color: var(--theme);
  display: inline-block;
  padding: 10px 14px;
  line-height: 1;
  position: absolute;
  top: 60px;
  left: -169px;
  width: 100%;
  transform: rotate(90deg);
  text-align: center;
}

@media (max-width: 1899px) {
  .news-card-items .news-content .post-date {
    display: none;
  }
}

.news-card-items .news-content .post-date i {
  margin-right: 10px;
}

.news-card-items:hover .news-image img {
  transform: scale(1.1);
}

.news-standard-wrapper .news-standard-items {
  border: 1px solid #e3e3e3;
  padding: 30px;
  border-radius: 16px;
}

.news-standard-wrapper .news-standard-items:not(:last-child) {
  margin-bottom: 30px;
}

.news-standard-wrapper .news-standard-items .thumb {
  position: relative;
}

.news-standard-wrapper .news-standard-items .thumb img {
  width: 100%;
  height: 100%;
}

.news-standard-wrapper .news-standard-items .content {
  margin-top: 30px;
}

.news-standard-wrapper .news-standard-items .content .post-cat {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.news-standard-wrapper .news-standard-items .content .post-cat li i {
  color: var(--theme);
  margin-right: 5px;
}

.news-standard-wrapper .news-standard-items .content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.news-standard-wrapper .news-standard-items .content h3 a:hover {
  color: var(--theme);
}

.news-standard-wrapper .news-standard-items .content .theme-btn {
  display: inline-block;
  padding: 18px 30px;
  background-color: var(--theme);
  color: var(--white);
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  margin-top: 30px;
}

.news-standard-wrapper .news-standard-items .content .theme-btn i {
  margin-left: 8px;
}

.news-standard-wrapper .news-standard-items .content .theme-btn:hover {
  background-color: var(--header);
}

.main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: var(--bg);
  margin-bottom: 30px;
  border-radius: 10px;
}

.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}

.main-sidebar .single-sidebar-widget .wid-title h4 {
  font-weight: 600;
}

.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}

.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: var(--white);
  font-size: 16px;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--text);
}

.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 16px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background-color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 25px;
  background-color: var(--white);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
  background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
  background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 16px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  margin-bottom: 8px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
  color: var(--theme);
  margin-right: 8px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
  font-weight: 700;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--theme);
}

.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 11px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  background: var(--white);
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  color: var(--text);
}

.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}

.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.news-details-wrapper .news-post-details .single-news-post .post-featured-thumb img {
  width: 100%;
  height: 100%;
}

.news-details-wrapper .news-post-details .single-news-post .post-content {
  margin-top: 30px;
}

.news-details-wrapper .news-post-details .single-news-post .post-content .post-list {
  gap: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f5fa;
  padding-bottom: 20px;
}

.news-details-wrapper .news-post-details .single-news-post .post-content .post-list li {
  font-size: 14px;
  font-weight: 500;
}

.news-details-wrapper .news-post-details .single-news-post .post-content .post-list li i {
  color: var(--theme);
  margin-right: 5px;
}

.news-details-wrapper .news-post-details .single-news-post .post-content h3 {
  margin-bottom: 20px;
  font-size: 30px;
}

@media (max-width: 575px) {
  .news-details-wrapper .news-post-details .single-news-post .post-content h3 {
    font-size: 24px;
  }
}

.news-details-wrapper .news-post-details .single-news-post .post-content h3 a:hover {
  color: var(--theme);
}

.news-details-wrapper .news-post-details .single-news-post .post-content p {
  font-weight: 400;
}

.news-details-wrapper .news-post-details .single-news-post .post-content .hilight-text {
  border-left: 4px solid var(--theme);
  padding: 36px 40px;
  border-radius: 10px;
  background-color: var(--bg);
}

.news-details-wrapper .news-post-details .single-news-post .post-content .hilight-text p {
  font-weight: 400;
  text-transform: capitalize;
  font-style: italic;
  line-height: 26px;
  color: var(--header);
}

.news-details-wrapper .news-post-details .single-news-post .post-content .hilight-text svg {
  float: right;
  margin-top: -30px;
}

.news-details-wrapper .news-post-details .single-news-post .post-content .details-image img {
  width: 100%;
  height: 100%;
}

.news-details-wrapper .news-post-details .tag-share-wrap {
  border-top: 1px solid #f2f5fa;
  border-bottom: 1px solid #f2f5fa;
  padding: 30px 0;
}

.news-details-wrapper .news-post-details .tag-share-wrap .tagcloud span {
  display: inline-block;
  font-weight: 600;
  color: var(--header);
  margin-right: 15px;
}

.news-details-wrapper .news-post-details .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: transparent;
  border: 1px solid #f2f5fa;
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
}

@media (max-width: 575px) {
  .news-details-wrapper .news-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}

.news-details-wrapper .news-post-details .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.news-details-wrapper .news-post-details .tag-share-wrap .social-share span {
  font-size: 16px;
  color: var(--header);
  font-weight: 600;
}

.news-details-wrapper .news-post-details .tag-share-wrap .social-share a {
  font-size: 16px;
  color: var(--header);
}

.news-details-wrapper .news-post-details .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}

.news-details-wrapper .news-post-details .tag-share-wrap .social-share a:hover {
  color: var(--theme);
}

.news-details-wrapper .news-post-details .comments-area {
  margin-top: 40px;
}

.news-details-wrapper .news-post-details .comments-area .comments-heading {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .news-details-wrapper .news-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}

.news-details-wrapper .news-post-details .comments-area .comments-heading h3 {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 575px) {
  .news-details-wrapper .news-post-details .comments-area .comments-heading h3 {
    font-size: 22px;
  }
}

.news-details-wrapper .news-post-details .comments-area .blog-single-comment {
  border-bottom: 1px solid #d4dced;
}

@media (max-width: 575px) {
  .news-details-wrapper .news-post-details .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.news-details-wrapper .news-post-details .comments-area .blog-single-comment .content .head {
  margin-bottom: 10px;
}

.news-details-wrapper .news-post-details .comments-area .blog-single-comment .content .head .con h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.news-details-wrapper .news-post-details .comments-area .blog-single-comment .content .reply {
  padding: 6px 16px;
  font-weight: 400;
  border-radius: 50px;
  background-color: var(--theme);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}

.news-details-wrapper .news-post-details .comments-area .blog-single-comment .content .reply:hover {
  background-color: var(--header);
}

.news-details-wrapper .news-post-details .comments-area .blog-single-comment .content .reply.color-2 {
  background-color: var(--header);
}

.news-details-wrapper .news-post-details .comments-area .blog-single-comment .content .reply.color-2:hover {
  background-color: var(--theme);
}

.news-details-wrapper .news-post-details .comment-form-wrap h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .news-details-wrapper .news-post-details .comment-form-wrap h3 {
    margin-bottom: 20px;
  }
}

.news-details-wrapper .news-post-details .comment-form-wrap .form-clt span {
  color: var(--header);
  display: inline-block;
  margin-bottom: 10px;
}

.news-details-wrapper .news-post-details .comment-form-wrap .form-clt input,
.news-details-wrapper .news-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid #d4dced;
  padding: 16px 20px;
  font-weight: 500;
  color: var(--text);
}

.news-details-wrapper .news-post-details .comment-form-wrap .form-clt input::placeholder,
.news-details-wrapper .news-post-details .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text);
}

.news-details-wrapper .news-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
}

.news-details-wrapper .news-post-details .comment-form-wrap .theme-btn {
  display: inline-block;
  padding: 18px 30px;
  background-color: var(--theme);
  color: var(--white);
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}

.news-details-wrapper .news-post-details .comment-form-wrap .theme-btn i {
  margin-left: 8px;
}

.news-details-wrapper .news-post-details .comment-form-wrap .theme-btn:hover {
  background-color: var(--header);
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}

.preloader .animation-preloader .txt-loading {
  font: bold 5em "Urbanist", sans-serif, "Urbanist", sans-serif;
  text-align: center;
  user-select: none;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}

.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: var(--bg);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--theme);
  border-bottom: 2px solid var(--theme);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme);
}

input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--theme);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--theme);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.back-to-top {
  border-radius: 50%;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.pricing-box-items {
  border-radius: 20px;
  border: 1px solid #d4dcff;
  background: var(--white);
  padding: 16px;
}

.pricing-box-items.gold {
  background-color: rgb(247 243 233);
  border: 1px solid rgb(195 144 4);
  transition: all 0.4s ease-in-out;
}

.pricing-box-items.silver {
  background-color: rgb(241 241 241);
  border: 1px solid rgb(104, 104, 104);
  transition: all 0.4s ease-in-out;
}

.pricing-box-items.gold .price-list li .price-1 i {
  background-color: rgb(161, 120, 7);
}

.pricing-box-items.silver .price-list li .price-1 i {
  background-color: rgb(161, 120, 7);
}

.pricing-box-items .pricing-header {
  border-radius: 16px;
  /* background: #17012c; */
  padding: 10px 15px;
  position: relative;
}

.pricing-box-items .pricing-header .icon {
  position: absolute;
  top: 24px;
  right: 24px;
}

.last-price {
  font-size: 14px;
  color: #8e8e93;
}

.pricing-box-items .pricing-header h4 {
  color: var(--black);
}

.pricing-box-items .pricing-header h2 {
  font-size: 25px;
  font-weight: 700;
  /* margin-top: 20px; */
}

.strike {
  text-decoration: line-through;
  font-weight: 500;
}

.taxes {
  font-size: 15px;
}

.pricing-box-items.gold .pricing-header h2 {
  color: #a17807;
}

.pricing-box-items.silver .pricing-header h2 {
  color: #686868;
}

.pricing-box-items .pricing-header h2 sub {
  font-size: 16px;
  font-weight: 400;
  margin-left: -5px;
}

.pricing-box-items .price-list {
  background-color: #fff;
  padding: 24px;
  border-radius: 15px;
}

.pricing-box-items .price-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing-box-items .price-list li:not(:last-child) {
  margin-bottom: 10px;
}

.pricing-box-items .price-list li .price-1 {
  font-weight: 500;
  display: inline-flex;
  align-items: flex-start;
  gap: 0px;
  vertical-align: top;
  max-width: 100%;
}

.pricing-box-items .price-list li .price-1 div {
  font-size: 14px;
  line-height: 23px;
  color: #000;
}

.price-popup-overlay,
.price-popup1-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  /* Light black background */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9998;
  padding: 15px;
  box-sizing: border-box;
}

ul.price-list.list-popup {
  height: 350px;
  overflow: auto;
}

.rounded-full {
  border-radius: 9999px;
}

.price-popup,
.price-popup1 {
  background: #fff;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  padding: 25px;
  position: relative;
  transform: scale(0.5);
  transition: opacity 0.6s ease, transform 0.6s ease;
  z-index: 9999;
  display: none;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 90vh;
}

.price-popup.show,
.price-popup1.show {
  opacity: 1;
  transform: scale(1);
}

.price-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

/* .price-1 .text {
  display: block;
} */
.pricing-box-items .price-list li .price-1.color-2 i {
  background-color: #ff1010;
}

.pricing-box-items .price-list li .price-1.color-1 i {
  background-color: rgb(104, 104, 104);
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.pricing-box-items .price-list li .price-1 svg {
  margin-right: 8px;
  margin-top: 5px;
  padding: 4px;
}

.pricing-box-items .price-button {
  margin-top: 20px;
}

.pricing-box-items .price-button .theme-btn {
  text-align: center;
  width: 100%;
  padding: 12px 20px;
  border-radius: 16px;
  font-size: 15px;
  background: #fff;
  display: inline-block;
  color: rgb(161, 120, 7);
  font-weight: 700;
  border: 1px solid rgb(161, 120, 7);
}

.pricing-box-items .price-button .theme-btn i {
  margin-left: 10px;
}

.pricing-box-items .price-button .theme-btn:hover {
  background-color: rgb(161, 120, 7);
  color: #fff;
}

.pricing-box-items .price-button.silverpass .theme-btn {
  text-align: center;
  width: 100%;
  padding: 12px 20px;
  border-radius: 16px;
  font-size: 15px;
  background: #fff;
  display: inline-block;
  color: rgb(135 127 127);
  font-weight: 700;
  border: 1px solid rgb(104, 104, 104);
}

.pricing-box-items .price-button.silverpass .theme-btn i {
  margin-left: 10px;
}

.pricing-box-items .price-button.silverpass .theme-btn:hover {
  background-color: rgb(104, 104, 104);
  color: #fff;
}

.pricing-box-items.style-2 .pricing-header {
  background: #6a47ed;
}

.pricing-box-items.style-2 .price-button .theme-btn {
  border: 1.5px solid var(--theme);
  display: inline-block;
  color: var(--theme);
  background: transparent;
}

.pricing-box-items.style-2 .price-button .theme-btn:hover {
  background-color: var(--theme);
  color: var(--white);
}

.pricing-content .pricing-tab-header {
  margin-top: 15px;
  margin-bottom: 35px;
  position: relative;
}

@media (max-width: 767px) {
  .pricing-content .pricing-tab-header {
    margin-bottom: 0;
  }
}

.pricing-content .pricing-tab-header .arrow-shape {
  position: absolute;
  left: 48.5%;
  top: 0;
  animation: rounded 5s linear infinite;
}

@media (max-width: 1199px) {
  .pricing-content .pricing-tab-header .arrow-shape {
    display: none;
  }
}

.register-border {
  padding: 5px 10px !important;
  border: 1px solid #fff;
  border-radius: 50px;
}

.pricing-content .pricing-tab-header .nav {
  display: flex;
  align-items: center;
  gap: 0;
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: 100px;
  /* padding: 6px; */
}

.pricing-content .pricing-tab-header .nav .nav-link {
  text-align: center;
  padding: 14px 20px;
  border-radius: 100px;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  color: var(--header);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .pricing-content .pricing-tab-header .nav .nav-link {
    padding: 14px 45px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .pricing-content .pricing-tab-header .nav .nav-link {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.pricing-content .pricing-tab-header .nav .nav-link.active {
  position: relative;
  background-color: var(--theme);
  color: var(--white);
}

.pricing-content .pricing-tab-header .save-text {
  font-weight: 500;
  color: var(--theme);
  font-size: 18px;
  text-align: center;
  margin-left: 60%;
}

.pricing-section {
  position: relative;
  padding: 20px 0 50px !important;
  background: url(/clicksummit2025/assets/img/click/registration-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-section .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1399px) {
  .pricing-section .left-shape {
    display: none;
  }
}

.pricing-section .right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1399px) {
  .pricing-section .right-shape {
    display: none;
  }
}

.case-study-wrapper .case-study-box-items {
  margin-top: 30px;
}

.case-study-wrapper .case-study-box-items .thumb {
  position: relative;
}

.case-study-wrapper .case-study-box-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

@media (max-width: 575px) {
  .case-study-wrapper .case-study-box-items .thumb {
    height: 450px;
  }

  .case-study-wrapper .case-study-box-items .thumb img {
    object-fit: cover;
  }
}

.case-study-wrapper .case-study-box-items .thumb .post-box-items {
  position: absolute;
  top: 30px;
  left: 30px;
}

.case-study-wrapper .case-study-box-items .thumb .post-box-items ul {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.case-study-wrapper .case-study-box-items .thumb .post-box-items ul li a {
  border-radius: 33px;
  border: 0.5px solid var(--white);
  background: radial-gradient(258.86% 216.49% at -18.48% -74.46%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(25px);
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  padding: 11px 15px;
  line-height: 1;
  display: inline-block;
}

.case-study-wrapper .case-study-box-items .thumb .post-box-items ul li a i {
  margin-left: 10px;
}

.case-study-wrapper .case-study-box-items .thumb .project-title {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.case-study-wrapper .case-study-box-items .thumb .project-title img {
  width: initial;
  height: initial;
  border-radius: 0;
  margin-right: 10px;
}

.case-study-wrapper .case-study-box-items .thumb .project-title a {
  color: var(--white);
}

.case-study-wrapper .case-study-box-items .thumb .number {
  right: 30px;
  bottom: 30px;
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  font-size: 14px;
  font-weight: 500;
  color: var(--header);
}

.case-study-wrapper .main-box {
  padding: 0;
  gap: 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 1399px) {
  .case-study-wrapper .main-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 30px;
  }
}

.case-study-wrapper .main-box .box {
  background-image: url(../../assets/img/case-studies/05.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  width: 92px !important;
  height: 328px;
  position: relative;
  overflow: hidden;
  list-style: none;
  border-radius: 24px;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
  overflow: hidden;
  background-color: var(--theme);
}

.case-study-wrapper .main-box .box .title-items {
  position: relative;
  z-index: 9;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1399px) {
  .case-study-wrapper .main-box .box .title-items {
    display: none;
  }
}

.case-study-wrapper .main-box .box .title-items h3 {
  position: absolute;
  top: 40%;
  left: 70%;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.case-study-wrapper .main-box .box .title-items h3 a {
  color: var(--white);
  display: ruby-text;
}

.case-study-wrapper .main-box .box .title-items .number {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  font-size: 14px;
  font-weight: 600;
  color: var(--header);
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1399px) {
  .case-study-wrapper .main-box .box .title-items .number {
    display: none;
  }
}

.case-study-wrapper .main-box .box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 24px;
  background: var(--theme);
}

@media (max-width: 1399px) {
  .case-study-wrapper .main-box .box::before {
    display: none;
  }
}

@media (max-width: 1399px) {
  .case-study-wrapper .main-box .box {
    width: initial !important;
  }
}

.case-study-wrapper .main-box .box .number-hover {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  font-size: 14px;
  font-weight: 600;
  color: var(--header);
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1399px) {
  .case-study-wrapper .main-box .box .number-hover {
    opacity: 1;
    visibility: visible;
  }
}

.case-study-wrapper .main-box .box .project-content {
  position: absolute;
  bottom: -100px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  right: 30px;
}

@media (max-width: 1399px) {
  .case-study-wrapper .main-box .box .project-content {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
  }
}

.case-study-wrapper .main-box .box .project-content h3 {
  margin-bottom: 10px;
}

.case-study-wrapper .main-box .box .project-content h3 a {
  color: var(--white);
}

.case-study-wrapper .main-box .box .project-content p {
  color: var(--white);
  line-height: 162%;
}

.case-study-wrapper .main-box .box .project-content .link-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  text-transform: capitalize;
}

.case-study-wrapper .main-box .box .project-content .icon {
  transform: rotate(-40deg);
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}

.case-study-wrapper .main-box .box .project-content .icon:hover {
  transform: rotate(0);
}

@media (max-width: 1399px) {
  .case-study-wrapper .main-box .box {
    width: 328px !important;
  }

  .case-study-wrapper .main-box .box::before {
    border: 0.5px solid var(--white);
    background: radial-gradient(258.86% 216.49% at -18.48% -74.46%,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(25px);
  }

  .case-study-wrapper .main-box .box .number-hover {
    opacity: 1;
    visibility: visible;
  }

  .case-study-wrapper .main-box .box .project-content {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
  }

  .case-study-wrapper .main-box .box .title-items {
    opacity: 0;
    visibility: hidden;
  }
}

.case-study-wrapper .main-box .box.active {
  width: 328px !important;
}

.case-study-wrapper .main-box .box.active::before {
  border: 0.5px solid var(--white);
  background: radial-gradient(258.86% 216.49% at -18.48% -74.46%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(25px);
}

.case-study-wrapper .main-box .box.active .number-hover {
  opacity: 1;
  visibility: visible;
}

.case-study-wrapper .main-box .box.active .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.case-study-wrapper .main-box .box.active .title-items {
  opacity: 0;
  visibility: hidden;
}

.case-study-section {
  position: relative;
}

.case-study-section .overlay-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.case-study-section .left-shape {
  position: absolute;
  bottom: 0;
  left: 40px;
}

@media (max-width: 1600px) {
  .case-study-section .left-shape {
    display: none;
  }
}

.case-study-section .right-shape {
  position: absolute;
  bottom: 0;
  right: 40px;
}

@media (max-width: 1600px) {
  .case-study-section .right-shape {
    display: none;
  }
}

.case-studies-section-2 .client-items {
  position: relative;
  z-index: 9;
}

.case-studies-section-2 .client-items .client-img {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.case-studies-section-2 .client-items .client-img .star-icon .star {
  font-size: 14px;
  color: #fbb03b;
}

.case-studies-section-2 .client-items .client-img .star-icon span {
  color: var(--white);
  font-size: 14px;
  line-height: 1;
}

.case-studies-wrapper-2 .case-studies-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 35px 0;
  position: relative;
}

@media (max-width: 991px) {
  .case-studies-wrapper-2 .case-studies-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.case-studies-wrapper-2 .case-studies-items .content {
  max-width: 570px;
}

.case-studies-wrapper-2 .case-studies-items .content h3 a {
  color: var(--white);
}

.case-studies-wrapper-2 .case-studies-items .content h3 a:hover {
  color: var(--theme);
}

.case-studies-wrapper-2 .case-studies-items .content span {
  color: var(--white);
  display: inline-block;
  margin-bottom: 20px;
}

.case-studies-wrapper-2 .case-studies-items .content p {
  color: var(--white);
}

.case-studies-wrapper-2 .case-studies-items .main-button .theme-btn,
.case-studies-wrapper-2 .case-studies-items .main-button .arrow-btn {
  background-color: var(--theme2);
  color: var(--header);
}

.case-studies-wrapper-2 .case-studies-items .main-button:hover .theme-btn,
.case-studies-wrapper-2 .case-studies-items .main-button:hover .arrow-btn {
  background-color: var(--white);
}

.case-studies-wrapper-2 .case-studies-items .case-studies-hover {
  width: 379px;
  height: 256px;
  position: absolute;
  border-radius: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-12.317deg);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  visibility: hidden;
}

.case-studies-wrapper-2 .case-studies-items:hover .case-studies-hover {
  opacity: 1;
  visibility: visible;
}

.case-studies-section-3 {
  position: relative;
  z-index: 9;
}

.case-studies-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f8f8f8;
  top: 50%;
  z-index: -1;
}

.case-studies-section-3 .container-fluid {
  padding: 0 30px;
}

.case-studies-card-items {
  margin-top: 30px;
}

.case-studies-card-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.case-studies-card-items .content {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.case-studies-card-items .content .title h3 a:hover {
  color: var(--theme);
}

.case-studies-card-items .content .title p {
  font-weight: 500;
  text-transform: capitalize;
}

.case-studies-card-items .content .icon {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  border-radius: 50%;
}

.case-studies-card-items .content .icon:hover {
  background-color: var(--header);
}

.project-details-wrapper .details-top-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
}

@media (max-width: 1199px) {
  .project-details-wrapper .details-top-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.project-details-wrapper .details-top-items .details-left h2 {
  font-size: 36px;
  font-weight: 700;
}

.project-details-wrapper .details-top-items .details-left .post-cat {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.project-details-wrapper .details-top-items .details-left .post-cat li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme);
  text-transform: capitalize;
  border: 1px solid #e5e5e5;
  padding: 8px 15px;
  border-radius: 100px;
  line-height: 1;
}

.project-details-wrapper .details-top-items .details-right .client-details li {
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
}

.project-details-wrapper .details-top-items .details-right .client-details li span {
  color: var(--text);
  font-weight: 400;
}

.project-details-wrapper .project-details-content {
  margin-top: 30px;
}

.project-details-wrapper .project-details-content h3 {
  font-size: 36px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .project-details-wrapper .project-details-content h3 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .project-details-wrapper .project-details-content h3 {
    font-size: 28px;
  }
}

.project-details-wrapper .project-details-content .details-image img {
  width: 100%;
  height: 100%;
}

.project-details-wrapper .project-details-content .list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1399px) {
  .project-details-wrapper .project-details-content .list-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.project-details-wrapper .project-details-content .list-items li {
  color: var(--header);
  text-transform: capitalize;
  position: relative;
}

.project-details-wrapper .project-details-content .list-items li span {
  padding-left: 25px;
  display: inline-block;
}

.project-details-wrapper .project-details-content .list-items li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: var(--theme);
}

.project-details-wrapper .project-details-content .list-items li:not(:last-child) {
  margin-bottom: 15px;
}

.project-details-wrapper .project-details-content .progress-wrap .pro-items {
  width: 100%;
}

.project-details-wrapper .project-details-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}

.project-details-wrapper .project-details-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.project-details-wrapper .project-details-content .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  color: var(--header);
  font-weight: 700;
}

.project-details-wrapper .project-details-content .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--header);
  font-weight: 700;
}

.project-details-wrapper .project-details-content .progress-wrap .pro-items .progress {
  background: #f6f3fe;
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 8px;
  width: 100%;
}

.project-details-wrapper .project-details-content .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 8px;
  width: 0;
}

.project-details-wrapper .project-details-content .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}

@keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 76%;
  }
}

@keyframes load2 {
  0% {
    width: 0;
  }

  100% {
    width: 85%;
  }
}

.slider-button {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 65px;
  padding: 25px 0;
}

.slider-button .cmn-next,
.slider-button .cmn-prev {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s;
  border: 1px solid #e5e5e5;
}

.slider-button .cmn-next i,
.slider-button .cmn-prev i {
  color: #454750;
  font-size: 24px;
  transition: all 0.4s;
}

.slider-button .cmn-next:hover,
.slider-button .cmn-prev:hover {
  background: var(--theme);
  border-color: var(--theme);
}

.slider-button .cmn-next:hover i,
.slider-button .cmn-prev:hover i {
  color: var(--white);
}

@media (max-width: 1399px) {

  .slider-button .cmn-next,
  .slider-button .cmn-prev {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }

  .slider-button .cmn-next i,
  .slider-button .cmn-prev i {
    font-size: 17px;
  }
}

@media (max-width: 1399px) {

  .slider-button .cmn-next,
  .slider-button .cmn-prev {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }

  .slider-button .cmn-next i,
  .slider-button .cmn-prev i {
    font-size: 16px;
  }
}

.slider-button .previus-text {
  font-size: 22px;
  color: var(--header);
}

@media (max-width: 575px) {
  .slider-button .previus-text {
    font-size: 18px;
  }

  .slider-button .project-storke {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .slider-button .previus-text {
    font-size: 16px;
  }

  .slider-button .project-storke {
    font-size: 24px;
  }
}

@media (max-width: 470px) {
  .slider-button .previus-text {
    font-size: 14px;
  }

  .slider-button .project-storke {
    display: none;
  }
}

.section-title {
  position: relative;
  z-index: 99;
  margin-top: -1px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title .sub-title {
  padding: 6px 20px;
  border-radius: 100px;
  display: inline-block;
  background: var(--bg);
  margin-bottom: 20px;
}

.section-title .sub-title span {
  background: linear-gradient(90deg, #240cf2 0%, #00a9b5 100%);
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
}

.section-title .sub-title.bg-color-2 {
  background: rgba(56, 75, 255, 0.1);
}

.section-title .sub-title.bg-color-3 {
  background: rgba(246, 243, 254, 0.1);
}

.section-title .sub-title.bg-color-3 span {
  color: var(--white);
  -webkit-text-fill-color: initial;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.section-title-area p {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  padding: 40px 0 20px;
  color: #000;
  text-align: center;
  /* font-style: italic; */
  padding-left: 20px;
}

.section-title-area p.white-text {
  color: var(--white);
  border-left: 1px solid var(--white);
  font-weight: 500;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-black {
  background-color: var(--black);
}

.theme-bg {
  background-color: var(--theme);
}

.footer-bg {
  background-color: #18185e;
}

.section-padding {
  padding: 50px 0;
}

.service-box-items {
  margin-top: 30px;
  display: flex;
  gap: 17px;
  padding: 40px 20px;
  position: relative;
  border: 1px solid var(--border);
  border-radius: 20px;
}

.service-box-items .content h4 {
  margin-bottom: 5px;
}

.service-box-items .content h4 a:hover {
  color: var(--theme);
}

.service-box-items .content p {
  margin-bottom: 5px;
}

.service-section {
  position: relative;
}

.service-section .left-shape {
  position: absolute;
  bottom: 100px;
  left: 0;
}

@media (max-width: 1899px) {
  .service-section .left-shape {
    display: none;
  }
}

.service-section .right-shape {
  position: absolute;
  top: 25%;
  right: 50px;
  animation: bounce-x 7s infinite linear;
}

@media (max-width: 1899px) {
  .service-section .right-shape {
    display: none;
  }
}

.service-section .bg-shape {
  position: absolute;
  top: 9px;
  right: 0;
  z-index: -1;
}

@media (max-width: 1199px) {
  .service-section .bg-shape {
    display: none;
  }
}

.service-section .bg-shape-2 {
  position: absolute;
  top: 15%;
  right: 0;
}

.service-section .right-shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1399px) {
  .service-section .right-shape-3 {
    display: none;
  }
}

.service-card-items {
  margin-top: 30px;
  padding: 50px;
  border: 1px solid #dde0e9;
  background-color: var(--white);
  border-radius: 20px;
  text-align: center;
  position: relative;
  z-index: 99;
}

.service-card-items .title {
  margin-bottom: 20px;
}

.service-card-items .title a:hover {
  color: var(--theme);
}

@media (max-width: 1199px) {
  .service-card-items .service-thumb img {
    width: 100%;
    height: 100%;
  }
}

.service-card-items .thumb img {
  width: 100%;
  height: 100%;
}

.service-card-items .content {
  margin-top: 20px;
}

.service-card-items .content .service-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 24px;
  border: 1px solid #dde0e9;
  padding: 16px 30px;
  color: var(--text);
  margin-top: 30px;
}

.service-card-items .content .service-btn i {
  margin-left: 10px;
}

.service-card-items .content .service-btn:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}

.service-card-items.style-2 .service-thumb img {
  width: 100%;
  height: 100%;
}

.service-card-items.style-2 .content .title-2 {
  margin-bottom: 20px;
}

.service-card-items.style-2 .content .title-2 a:hover {
  color: var(--theme);
}

.service-details-wrapper .details-image {
  margin-bottom: 50px;
}

.service-details-wrapper .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.service-details-wrapper .main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: var(--bg);
  margin-bottom: 30px;
  border-radius: 10px;
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .wid-title h4 {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .wid-title h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  background-color: var(--theme);
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .wid-title h4::before {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 63px;
  height: 2px;
  content: "";
  background-color: var(--theme);
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 25px;
  background-color: var(--white);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li a {
  color: var(--header);
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--header);
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li:hover {
  background-color: var(--theme);
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li:hover a {
  color: var(--white);
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li:hover span {
  color: var(--white);
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li.active {
  background-color: var(--theme);
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li.active a {
  color: var(--white);
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li.active span {
  color: var(--white);
}

.service-details-wrapper .service-details-content h3 {
  font-size: 30px;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 20px;
}

.service-details-wrapper .service-details-content .thumb {
  margin-bottom: 40px;
}

.service-details-wrapper .service-details-content .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.service-details-wrapper .service-details-content .details-list-items {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 100px;
}

@media (max-width: 1199px) {
  .service-details-wrapper .service-details-content .details-list-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.service-details-wrapper .service-details-content .details-list-items .details-list li {
  font-weight: 500;
  font-size: 16px;
  color: var(--header);
}

.service-details-wrapper .service-details-content .details-list-items .details-list li:not(:last-child) {
  margin-bottom: 15px;
}

.service-details-wrapper .service-details-content .details-list-items .details-list li i {
  color: var(--theme);
  margin-right: 8px;
}

.team-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

.team-wrapper .team-image {
  text-align: center;
  position: relative;
}

.team-wrapper .team-image .shape-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 1199px) {
  .team-wrapper .team-image .shape-image {
    display: none;
  }
}

@media (max-width: 991px) {
  .team-wrapper .team-image .shape-image {
    display: block;
  }
}

@media (max-width: 575px) {
  .team-wrapper .team-image .shape-image {
    display: none;
  }
}

.team-wrapper .team-content p {
  font-weight: 500;
}

.team-wrapper .team-content .list-items {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .team-wrapper .team-content .list-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.team-wrapper .team-content .list-items ul li {
  font-weight: 600;
  color: var(--header);
}

.team-wrapper .team-content .list-items ul li:not(:last-child) {
  margin-bottom: 15px;
}

.team-wrapper .team-content .list-items ul li svg {
  margin-right: 5px;
}

.team-wrapper .team-image-2 {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 495px;
}

.team-wrapper .team-image-2::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 495px;
  height: 503px;
  content: "";
  border-radius: 250px 250px 0px 0px;
  background: #eed9ff;
  z-index: -1;
}

@media (max-width: 470px) {
  .team-wrapper .team-image-2::before {
    display: none;
  }
}

.team-wrapper .team-image-2 .client-shape {
  position: absolute;
  top: 17%;
  left: -25%;
}

@media (max-width: 575px) {
  .team-wrapper .team-image-2 .client-shape {
    display: none;
  }
}

.team-wrapper .team-image-2 .box-shape {
  position: absolute;
  bottom: 30px;
  right: -18%;
}

@media (max-width: 1399px) {
  .team-wrapper .team-image-2 .box-shape {
    right: -10%;
  }
}

@media (max-width: 1199px) {
  .team-wrapper .team-image-2 .box-shape {
    right: 0;
  }
}

@media (max-width: 575px) {
  .team-wrapper .team-image-2 .box-shape {
    display: none;
  }
}

.team-wrapper .team-image-2 .circle-button {
  position: absolute;
  right: 0;
  top: 5%;
  width: 122px;
  height: 122px;
  line-height: 122px;
  background-color: #fd8128;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: var(--white);
  z-index: 99;
}

@media (max-width: 470px) {
  .team-wrapper .team-image-2 .circle-button {
    display: none;
  }
}

.team-wrapper .team-image-2 .circle-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 20px solidrgba(255, 255, 255, 0.2);
  width: 148px;
  height: 148px;
  content: "";
  border-radius: 50%;
  z-index: 1;
}

.team-wrapper .team-image-2 .circle-button .text-circle {
  position: absolute;
  top: 1%;
  left: 8%;
  animation: cir36 10s linear infinite;
  z-index: 9;
}

.team-wrapper.style-3 {
  padding-bottom: 35px;
}

@media (max-width: 1399px) {
  .team-wrapper.style-3 {
    padding-bottom: 0;
  }
}

@media (max-width: 1399px) {
  .team-wrapper.style-3 {
    padding-bottom: 15px;
  }
}

.team-wrapper.style-4 {
  max-width: 1220px;
}

.team-wrapper.style-4 .results-left-items {
  background-color: rgba(149, 120, 255, 0.2);
  display: flex;
  align-items: center;
  padding: 40px;
  gap: 30px;
  border-radius: 16px;
}

@media (max-width: 575px) {
  .team-wrapper.style-4 .results-left-items {
    flex-wrap: wrap;
  }
}

.team-wrapper.style-4 .results-left-items .content {
  border-radius: 10px;
  background-color: var(--white);
  max-width: 295px;
  padding: 30px;
}

.team-wrapper.style-4 .results-left-items .content h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 110px;
}

.team-wrapper.style-4 .results-left-items .content h3 {
  margin-bottom: 20px;
  margin-bottom: 10px;
}

.team-wrapper.style-4 .results-left-items .thumb img {
  border-radius: 10px;
}

.team-wrapper.style-4 .team-content {
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .team-wrapper.style-4 .team-content {
    margin-left: 0;
  }
}

.team-section {
  position: relative;
}

.team-section .shape-img {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1399px) {
  .team-section .shape-img {
    display: none;
  }
}

.team-section .shape-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1399px) {
  .team-section .shape-img-2 {
    display: none;
  }
}

.team-section-3 .container-fluid {
  padding: 0 175px;
}

@media (max-width: 1600px) {
  .team-section-3 .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1399px) {
  .team-section-3 .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .team-section-3 .container-fluid {
    padding: 0 30px;
  }
}

.team-card-items {
  margin-top: 30px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}

.team-card-items .icon-shape {
  position: absolute;
  bottom: 30px;
  right: 0;
}

.team-card-items .social-profile {
  transition: all 0.6s ease-in-out;
  position: absolute;
  top: -153%;
  left: 31%;
  transform: translate(-50%, -50%);
  display: grid;
  gap: 10px;
}

.team-card-items .social-profile ul {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.team-card-items .social-profile ul li {
  margin-bottom: 10px;
}

.team-card-items .social-profile ul li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: block;
  background: var(--white);
  color: var(--header);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}

.team-card-items .social-profile ul li a:hover {
  background: var(--theme);
  color: var(--white);
}

.team-card-items .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  background: var(--white);
  color: var(--header);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}

.team-card-items .social-profile:hover ul {
  opacity: 1;
  visibility: visible;
}

.team-card-items .team-image {
  padding: 16px 16px 0 16px;
}

.team-card-items .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}

.team-card-items .team-content {
  padding: 20px 20px;
}

.team-card-items .team-content h3 a:hover {
  color: var(--theme);
}

.team-details-wrapper .team-details-items {
  border: 1px solid #e5e5e5;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1399px) {
  .team-details-wrapper .team-details-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.team-details-wrapper .team-details-items .thumb {
  max-width: 390px;
}

.team-details-wrapper .team-details-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.team-details-wrapper .team-details-items .content {
  max-width: 900px;
}

.team-details-wrapper .team-details-items .content .cont {
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.team-details-wrapper .team-details-items .content .signature {
  margin-top: 30px;
}

.team-details-wrapper .team-details-items .content .team-contact-info {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .team-details-wrapper .team-details-items .content .team-contact-info {
    padding: 20px 20px;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.team-details-wrapper .team-details-items .content .team-contact-info .icon-items {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 1199px) {
  .team-details-wrapper .team-details-items .content .team-contact-info .icon-items {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .team-details-wrapper .team-details-items .content .team-contact-info .icon-items {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.team-details-wrapper .team-details-items .content .team-contact-info .icon-items .icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background-color: #f6f3fe;
  color: var(--theme);
}

.team-details-wrapper .team-details-items .content .team-contact-info .icon-items h5 {
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
}

.team-details-wrapper .team-details-items .content .team-contact-info .icon-items h5 a {
  color: var(--text);
}

.team-details-wrapper .team-details-items .content .team-contact-info .icon-items h5 a:hover {
  color: var(--theme);
}

.personal-information-area {
  background: #f6f3fe;
  padding-top: 60px;
  margin-top: 60px;
}

.personal-information-wrapper .personal-skill-wrapper {
  padding: 28px 30px;
  background-color: var(--white);
  margin-top: 60px;
}

.personal-information-wrapper .personal-skill-wrapper h4 {
  font-size: 20px;
  margin-bottom: 30px;
}

.personal-information-wrapper .personal-skill-wrapper .progress-wrap .pro-items {
  width: 100%;
}

.personal-information-wrapper .personal-skill-wrapper .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}

.personal-information-wrapper .personal-skill-wrapper .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.personal-information-wrapper .personal-skill-wrapper .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  color: var(--header);
  font-weight: 700;
}

.personal-information-wrapper .personal-skill-wrapper .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--header);
  font-weight: 700;
}

.personal-information-wrapper .personal-skill-wrapper .progress-wrap .pro-items .progress {
  background: #f6f3fe;
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 15px;
  width: 100%;
}

.personal-information-wrapper .personal-skill-wrapper .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 15px;
  width: 0;
}

.personal-information-wrapper .personal-skill-wrapper .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}

@keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 76%;
  }
}

@keyframes load2 {
  0% {
    width: 0;
  }

  100% {
    width: 85%;
  }
}

.team-section-33 {
  margin-bottom: -40px;
}

.team-section-33 .team-card-items {
  margin-bottom: 40px;
}

.testimonial-box-items {
  margin-top: 30px;
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-left: 0;
  gap: 30px;
  position: relative;
}

@media (max-width: 470px) {
  .testimonial-box-items {
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 30px;
  }
}

.testimonial-box-items .icon {
  top: 40px;
  right: 30px;
  position: absolute;
}

.testimonial-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  border-radius: 16px;
  z-index: -1;
  left: 48px;
  width: calc(100% - 48px);
}

@media (max-width: 470px) {
  .testimonial-box-items::before {
    width: calc(100% - 0px);
    left: 0;
  }
}

.testimonial-box-items .testimonial-img {
  border: 4px solid var(--white);
  box-shadow: var(--box-shadow);
  display: inline-block;
  border-radius: 50%;
  position: relative;
  background-color: var(--white);
  position: relative;
  z-index: 9;
}

.testimonial-box-items .testimonial-img .shape-img {
  position: absolute;
  top: 50%;
  left: 72%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 470px) {
  .testimonial-box-items .testimonial-img .shape-img {
    display: none;
  }
}

.testimonial-wrapper h2 {
  color: #000;
}

.testimonial-box-items .content {
  max-width: 370px;
}

.testimonial-box-items .content .client-info {
  margin-bottom: 10px;
}

.testimonial-box-items .content .client-info .star {
  color: #f68b21;
}

.testimonial-box-items .content .client-info h5 {
  font-weight: 600;
}

.testimonial-box-items .content p {
  font-weight: 400;
}

.testimonial-wrapper .testimonial-left {
  margin-top: 30px;
}

.testimonial-wrapper .testimonial-left .client-img {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 70px;
}

.testimonial-wrapper .testimonial-left .client-img .content .star {
  color: #f68b21;
}

.testimonial-wrapper .testimonial-left .client-img .content p {
  font-weight: 700;
}

.testimonial-wrapper-2 .testimonial-image {
  position: relative;
  text-align: center;
  z-index: 9;
}

.testimonial-wrapper-2 .testimonial-image .rocket-shape {
  position: absolute;
  top: 12%;
  left: 15%;
  animation: bounce-x 7s infinite linear;
}

@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-image .rocket-shape {
    display: none;
  }
}

.testimonial-wrapper-2 .testimonial-image .msg-shape {
  position: absolute;
  top: 23%;
  right: 15%;
}

@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-image .msg-shape {
    display: none;
  }
}

.testimonial-wrapper-2 .testimonial-image::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  width: 562px;
  height: 543px;
  border-radius: 1000px 1000px 0px 0px;
  background-color: rgba(6, 51, 71, 0.06);
  z-index: -1;
}

@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-image::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .testimonial-wrapper-2 .testimonial-image::before {
    display: block;
  }
}

@media (max-width: 575px) {
  .testimonial-wrapper-2 .testimonial-image::before {
    display: none;
  }
}

.testimonial-wrapper-2 .testimonial-image img {
  text-align: center;
}

.testimonial-wrapper-2 .testimonial-card-items {
  margin-top: 30px;
  background-color: var(--white);
  border-radius: 16px;
  border: 1px solid #dde0e9;
  padding: 40px 30px;
  margin-top: 40px;
  max-width: 585px;
  position: relative;
}

.testimonial-wrapper-2 .testimonial-card-items .client-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.testimonial-wrapper-2 .testimonial-card-items .client-info .client-content h5 {
  font-size: 20px;
  font-weight: 600;
}

.testimonial-wrapper-2 .testimonial-card-items .icon {
  position: absolute;
  right: 30px;
  top: 40px;
}

.testimonial-wrapper-2 .testimonial-content {
  position: relative;
}

.testimonial-wrapper-2 .testimonial-content .array-button {
  position: absolute;
  right: 0;
  top: 68%;
  transform: translateY(-50%);
  z-index: 9;
  display: grid;
}

@media (max-width: 1399px) {
  .testimonial-wrapper-2 .testimonial-content .array-button {
    display: none;
  }
}

.testimonial-wrapper-3 {
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 100px 50px;
  position: relative;
}

.testimonial-wrapper-3.style-2 {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .testimonial-wrapper-3.style-2 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper-3 {
    padding: 50px 35px;
  }
}

.testimonial-wrapper-3 .client-1 {
  position: absolute;
  top: 46px;
  left: 15%;
}

@media (max-width: 1199px) {
  .testimonial-wrapper-3 .client-1 {
    display: none;
  }
}

.testimonial-wrapper-3 .client-2 {
  position: absolute;
  bottom: 89px;
  left: 73px;
}

@media (max-width: 1199px) {
  .testimonial-wrapper-3 .client-2 {
    display: none;
  }
}

.testimonial-wrapper-3 .client-3 {
  position: absolute;
  top: 46px;
  right: 15%;
}

@media (max-width: 1199px) {
  .testimonial-wrapper-3 .client-3 {
    display: none;
  }
}

.testimonial-wrapper-3 .client-4 {
  position: absolute;
  bottom: 89px;
  right: 73px;
}

@media (max-width: 1199px) {
  .testimonial-wrapper-3 .client-4 {
    display: none;
  }
}

.testimonial-wrapper-3 .testimonial-content {
  max-width: 740px;
  margin: 0 auto;
}

.testimonial-wrapper-3 .testimonial-content .icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 auto 25px;
}

.testimonial-wrapper-3 .testimonial-content p {
  font-size: 22px;
  font-style: italic;
  color: var(--header);
  font-weight: 500;
  line-height: 182%;
  text-align: center;
}

.testimonial-wrapper-3 .testimonial-content .client-info {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 50px;
}

.testimonial-wrapper-3 .testimonial-content .client-info .content h6 {
  font-size: 16px;
}

.testimonial-wrapper-3 .testimonial-content .client-info .content span {
  font-size: 15px;
  font-weight: 400;
}

.testimonial-section-3 {
  position: relative;
}

.testimonial-section-3 .overlay-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}

.testimonial-section-3 .overlay-shape-2 {
  position: absolute;
  top: -30%;
  right: 0;
}

.testimonial-section-3 .left-shape {
  position: absolute;
  left: 0;
  bottom: 10%;
}

@media (max-width: 1199px) {
  .testimonial-section-3 .left-shape {
    display: none;
  }
}

.testimonial-section-3 .right-shape {
  position: absolute;
  right: 0;
  top: 15%;
}

@media (max-width: 1199px) {
  .testimonial-section-3 .right-shape {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */

/* New */
section#home {
  position: relative;
  background-image: url("/clicksummit2025/assets/img/click2025/banner/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 140px 0 40px;
}

section#homeinner {
  position: relative;
  padding: 120px 0 40px;
}

.home-banner {
  width: 70%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.home-banner-one {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.iamai-vcomission {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 5px;
}

.iamai-vcomission img:nth-child(1) {
  width: 41%;
}

.iamai-vcomission img:nth-child(2) {
  width: 3px;
  height: 70px;
}

.iamai-vcomission img:last-child {
  width: 50%;
}

.iamai-vcomission.inner {
  justify-content: center;
  padding-bottom: 5px;
}

.iamai-vcomission.inner img:nth-child(1) {
  width: 25%;
}

.iamai-vcomission.inner img:nth-child(2) {
  width: 3px;
  height: 50px;
  margin: 0 15px 0 20px;
}

.iamai-vcomission.inner img:last-child {
  width: 35%;
}

.presents {
  position: relative;
}

.presents p {
  margin-left: -30px;
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 5px;
}

.presents.inner p {
  padding-bottom: 5px;
}

.clicksummit img {
  width: 70%;
}

.clicksummit.inner img {
  width: 50%;
}

.experience,
.other-input-check {
  display: none;
}

.powering {
  position: relative;
  width: 65%;
  border: 1px solid #f82586;
  border-radius: 8px;
  text-align: center;
  background-image: -moz-linear-gradient(-2.75deg,
      rgb(255, 237, 245) 0%,
      rgb(255, 250, 252) 53%,
      rgb(255, 237, 245) 100%);
  background-image: -webkit-linear-gradient(-2.75deg,
      rgb(255, 237, 245) 0%,
      rgb(255, 250, 252) 53%,
      rgb(255, 237, 245) 100%);
  background-image: -ms-linear-gradient(-2.75deg,
      rgb(255, 237, 245) 0%,
      rgb(255, 250, 252) 53%,
      rgb(255, 237, 245) 100%);
  box-shadow: 0px 39px 69.92px 22.08px rgba(252, 195, 221, 0.44);
  margin-top: 25px;
}

.powering h2 {
  font-size: 25px;
  font-weight: 500;
  padding: 5px 25px;
  width: 100%;
  color: #000;
  text-align: center;
}

.powering span {
  color: #f82586;
}

.powering.inner h2 {
  font-size: 20px;
  margin-top: 25px;
}

.date-section {
  display: flex !important;
}

.headdate {
  margin-right: 10px;
  font-size: 20px;
  padding: 10px;
  display: flex;
}

.headdate.inner {
  font-size: 17px;
  padding: 0;
  align-items: center;
}

.i_h3 {
  margin: 10px;
}

.i_h3 img {
  width: 30px;
  filter: brightness(0) saturate(100%) invert(38%) sepia(85%) saturate(5591%) hue-rotate(316deg) brightness(97%) contrast(100%);
}

.text-h {
  margin: 15px 0 0 0;
  color: #000;
  font-weight: bold;
}

.buttons a {
  padding: 10px 25px;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  background: #4f0bab;
  border-radius: 50px;
  margin-right: 10px;
}

/* .buttons a:hover,
.main-button .theme-btn:hover {
  background-color: rgb(248, 37, 134) !important;
} */

.decade {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/clicksummit2025/assets/img/click2025/banner/impact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 10px 0 40px;
  padding: 70px 0;
  box-shadow: 0px -188px 115px -90px rgba(248, 37, 134, 0.72) inset;
}

.decade h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  color: #fff;
  text-align: center;
  z-index: 3;
}

.highlight {
  position: relative;
  z-index: 9;
  width: 17%;
  overflow: visible;
  margin: 0px 12px;
  border-radius: 25px;
  color: #000;
  overflow: visible;
  -webkit-box-shadow: 0px 7px 10px -4px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 7px 10px -4px rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(248, 37, 134);
  border-radius: 38px;
  background-image: -moz-linear-gradient(-36.81deg, rgb(255, 237, 245) 0%, rgb(255, 250, 252) 53%, rgb(255, 237, 245) 100%);
  background-image: -webkit-linear-gradient(-36.81deg, rgb(255, 237, 245) 0%, rgb(255, 250, 252) 53%, rgb(255, 237, 245) 100%);
  background-image: -ms-linear-gradient(-36.81deg, rgb(255, 237, 245) 0%, rgb(255, 250, 252) 53%, rgb(255, 237, 245) 100%);
  box-shadow: 0px 29px 50.76px 3.24px rgba(252, 195, 221, 0.32);
}

.highlight:hover {
  transform: translateY(-10px);
}

.feature-box-items {
  padding: 10px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 150px;
}

.highlight-shape {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 20px;
  z-index: -1;
  border-radius: 50%;
}

.feature-box-items .icon {
  border-radius: 8px;
  border: 1px solid #d4dcff;
  background: #f3f7fb;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 40px;
  color: var(--theme);
}

.feature-box-items .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  gap: 2px;
}

.feature-box-items .content h3 {
  color: #000;
  font-size: 40px;
}

.feature-box-items .content p {
  font-size: 18px;
  line-height: 20px;
}

.feature-box-image {
  margin-top: 30px;
  border-radius: 16px;
  text-align: center;
  margin: 30px auto 0;
  padding: 12px;
  position: relative;
  z-index: 9;
}

.feature-secton {
  position: relative;
  padding: 10px 0 70px;
}

.feature-secton .container-fluid {
  max-width: 1600px;
}

.feature-secton .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
}

#about-us img {
  width: 100%;
}

#about-us p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  width: 100%;
}

/* .aboutusSwiper {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
} */
.aboutusSwiper .swiper-slide {
  width: 100% !important;
}

.aboutusSwiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.about-button {
  margin-top: 40px;
}

.future-marketing {
  /* background: linear-gradient(135deg, #fdf0f7, #eef2ff); */
  position: relative;
  padding: 80px 0 20px;
}

.info-box {
  background-image: -moz-linear-gradient(0deg,
      rgb(248, 37, 134) 0%,
      rgb(255, 255, 255) 90%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(248, 37, 134) 0%,
      rgb(255, 255, 255) 90%);
  background-image: -ms-linear-gradient(0deg,
      rgb(248, 37, 134) 0%,
      rgb(255, 255, 255) 90%);

  padding: 10px;
  margin-bottom: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}

.future-marketing .col-md-4:nth-child(3) .info-box:nth-child(1),
.future-marketing .col-md-4:nth-child(3) .info-box:nth-child(2),
.future-marketing .col-md-4:nth-child(3) .info-box:nth-child(3) {
  background-image: -moz-linear-gradient(180deg,
      rgb(248, 37, 134) 0%,
      rgb(255, 255, 255) 90%);
  background-image: -webkit-linear-gradient(180deg,
      rgb(248, 37, 134) 0%,
      rgb(255, 255, 255) 90%);
  background-image: -ms-linear-gradient(180deg,
      rgb(248, 37, 134) 0%,
      rgb(255, 255, 255) 90%);
}

.info-box p {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000 !important;
  width: 100% !important;
  padding-left: 20px;
  line-height: 20px;
  margin-bottom: 0 !important;
}

/*.info-box p.subtext {*/
/*  font-size: 16px !important;*/
/*  font-weight: 400 !important;*/
/*}*/
.click-2025 {
  color: #000 !important;
  padding-top: 40px;
  font-size: 20px !important;
  padding-bottom: 0px;
}

.info-box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border-radius: 50%;
  background-image: linear-gradient(1deg,
      #f72585 0%,
      #3b0ba3 90%,
      #3b0ba3 100%);
  width: 70px;
  height: 70px;
}

.info-box .icon img {
  width: 60px !important;
  height: 60px !important;
  padding: 5px;
}

.center-box {
  padding: 100px 20px 20px;
  border-radius: 20px;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #7928ca, #ff007f) border-box;
  border: 3px solid transparent;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  margin-top: 120px;
}

.mobile-image {
  position: absolute;
  top: -240px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: auto;
}

.mobile-image img {
  width: 250px !important;
}

.center-box h2 {
  color: #f72585;
  font-size: 50px;
  font-weight: 700 !important;
}

.center-box h5 {
  margin-top: 20px;
  font-size: 28px;
  color: #000;
  font-weight: 500;
}

section#speakers .container:first-child {
  padding: 0px 0 70px;
}

section#speakers2025 {
  padding: 85px 0 0;
  position: relative;
}

.center-box p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  color: #000 !important;
  padding: 0px 10px;
}

.kid_process_wrapper {
  position: relative;
  padding: 100px 0;
  background-image: url("/clicksummit2025/assets/img/click/join/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.audience-wrapper .audience-right .col-md-6:last-child {
  z-index: 10;
}

.kid_process_box_wrapper {
  text-align: center;
  position: relative;
  padding: 0 10px;
}

.kid_process_box_wrapper h1 a {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 15px;
}

.kid_process_box_wrapper a {
  text-transform: capitalize;
  font-size: 16px;
  color: #333;
  display: block;
  font-weight: 500;
  padding-top: 10px;
}

.kid_process_icon_wrapper i:before {
  font-size: 38px;
  color: #fff;
}

.kid_process_box_wrapper:hover h1 a {
  color: #f6469e;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.kid_process_icon_wrapper {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  border: 8px solid transparent;
  background-clip: padding-box;
}

.kid_process_icon_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  padding: 8px;
  background: linear-gradient(180deg, #7928ca, #f6469e);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.kid_process_icon_wrapper h3 {
  color: #000;
  font-weight: 400;
  font-size: 22px;
  width: 160px;
}

.kid_heading_wraper p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding-top: 30px;
  width: 90%;
  text-align: center;
}

.kid_process_icon_wrapper img {
  width: 70px;
  padding-bottom: 10px;
}

.kid_process_line_shape {
  position: absolute;
  left: 210px;
  top: 70px;
}

.kid_process_line_shape img {
  width: 160px;
}

.kid_process_box2 {
  margin-top: 20px;
}

.kid_process_box2 .kid_process_line_shape {
  left: 205px;
  top: 50px;
}

.takeaway {
  font-size: 18px;
  font-weight: 400;
}

.testimonials {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0 50px;
  font-family: "Urbanist", sans-serif;
}

.testimonials::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  /* background: rgba(255, 216, 50, 0.7); */
}

.testimonials .title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding: 20px 0;
  max-width: 600px;
  margin: 0 auto;
}

.testimonials .section-title h5 {
  color: #000;
  line-height: 20px;
  font-size: 20px;
  font-weight: 400;
  padding: 40px 0;
}

.testimonials .section-title h2 {
  line-height: 40px;
  font-weight: 400;
  margin: 0;
}

.testimonials .title img {
  margin-top: -10px;
}

.testimonials .title p {
  margin: 0 0 10px;
  margin-bottom: 0;
  color: #5a3733;
}

.testimonials .testi .item {
  background: #fff;
  padding: 50px 30px 20px;
  border-radius: 15px;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.45));
  margin: 60px 10px;
  min-height: 350px;
}

.testimonials .testi .item .profile {
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.testimonials .testi .item .profile img {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.testimonials .testi .item .profile .information {
  padding-left: 20px;
  margin-bottom: 15px;
}

.testimonials .testi .item .profile .information .stars i {
  color: #ffd832;
}

.testimonials .testi .item .profile .information p {
  font-size: 24px;
  margin: 0px auto 0px;
  color: #4315a7;
  font-weight: 500;
  line-height: 1;
}

.testimonials .testi .item .profile .information span {
  color: #000;
  font-weight: 500;
  margin-top: -4px;
  line-height: 1.6em;
  font-size: 14px;
}

.testimonials .testi .item>p {
  margin: 15px 0;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  z-index: 2;
  color: #000;
  text-align: center;
}

.testimonials .testi .item .icon {
  text-align: center;
}

.testimonials .testi .item .icon i {
  font-size: 32px;
  color: #ffd832;
}

.past-edition img {
  width: 2px;
  height: 20px;
  margin-right: 10px;
}

.past-edition {
  text-align: left;
  color: #fff;
}

.edition p {
  font-size: 12px;
}

.past-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.past-link a {
  color: #fff;
  padding: 0 10px 0 0;
}

.footer-content {
  width: 100%;
}

.footer-content div:nth-child(1) {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.logo {
  width: 10%;
}

.widget-head {
  width: 200px;
  text-align: right !important;
}

.logo img {
  width: 150px;
}

section#speakers {
  padding: 0 0 100px 0;
  position: relative;
  background-image: url("/clicksummit2025/assets/img/click/speakers/section-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.panel-card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
}

.panel {
  width: 50px;
  height: 50vh;
  box-shadow: 0 0 10px black;
  margin: 10px;
  border-radius: 50px;
  flex: 1;
  background: white no-repeat center;
  background-size: cover;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  background-image: url("/clicksummit2025/assets/img/click/speakers/bg.png");
}

.panel img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}

.panel img:first-child {
  opacity: 1;
  z-index: 1;
  top: 40px;
}

.panel img:last-child {
  opacity: 0;
  z-index: 2;
}

.panel .details {
  position: absolute;
  color: white;
  font-size: 40px;
  text-shadow: 0 0 5px black;
  bottom: 100px;
  transform: rotate(-90deg);
  transition: all 0.5s ease;
  opacity: 0;
}

.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10%;
  bottom: 170px;
}

.circle-container {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}

.circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: white;
  animation: rotateText 10s linear infinite;
}

.circle-text svg {
  width: 100%;
  height: 100%;
  padding: 10px 0;
}

.circle-text text {
  font-size: 10.8px;
  font-weight: bold;
  background: linear-gradient(270deg, #f82586 0%, #4b0baa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.circle-container p {
  background: linear-gradient(270deg, #f82586 0%, #4b0baa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 20px;
  text-align: center;
}

.circle-container span {
  background: linear-gradient(270deg, #f82586 0%, #4b0baa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}

@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

a.partner-btn {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  padding: 3px 20px !important;
  font-size: 15px;
  font-weight: 700;
  color: #f82586;
  border: 1px solid #f82586;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
}

a.partner-btn:hover {
  background: rgba(255, 255, 255, 1);
}

.audience-wrapper .audience-right .counter-box-area a.partner-btn {
  margin-top: 10px;
}

.main-button a {
  font-size: 14px !important;
  /* border: 1px solid #fff; */
  text-align: center;
  padding: 0px 16px;
}

a.interest-btn {
  position: relative;
  overflow: hidden;
  background: rgba(248, 37, 134, 0.9);
  padding: 4px 20px;
  font-size: 14px;
  font-weight: 700;
  height: fit-content;
  color: #fff;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  /* transition: 0.35s ease; */
}

a.interest-btn:hover {
  background-color: rgba(248, 37, 134, 1);
}

a.interest-btn.register-now {
  font-size: 20px;
  padding: 5px 60px;
  font-weight: 700;
}

a.interest-btn.register-now:hover {
  border: 3px solid transparent;
}

a.partner-white-btn {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #f82586;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  /* transition: 0.35s ease; */
}

a.partner-white-btn:hover {
  background: rgba(255, 255, 255, 1);
}

.panel.active {
  flex: 4;
  filter: grayscale(0);
}

.panel.active img:first-child {
  opacity: 0;
}

.panel.active img:last-child {
  opacity: 1;
  object-fit: contain;
  left: -100px;
}

.panel.active .details {
  transform: rotate(0deg);
  width: 45%;
  right: 0px;
  top: 70px;
  bottom: auto;
  opacity: 1;
  z-index: 10;
}

/* .speaker-btn a {
  padding: 5px 30px;
  background: #4315a7;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
} */
.theme-btn {
  background: #6200ea;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.about-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px;
  max-width: 800px;
  width: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  z-index: 1001;
  overflow-y: auto;
  max-height: 90vh;
}

.about-popup p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #000 !important;
}

.details h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

p.desi {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0 !important;
}

p.comp {
  font-size: 18px;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
}

.speaker-btn {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 28px;
  color: #000;
  cursor: pointer;
  font-weight: bold;
}

.join-right-side,
.join-left-side {
  position: absolute;
  z-index: 10;
}

.join-right-side {
  top: -30px;
  right: 0;
}

.join-left-side {
  bottom: -50px;
  left: 0;
}

.join-left-side img {
  width: 100px;
  height: auto;
  display: block;
}

.join-right-side img {
  width: 150px;
  height: auto;
  display: block;
}

.buttons {
  margin-left: 10px;
}

.blue-color {
  background-color: #4f0bab !important;
  color: #fff !important;
}

.copyright p {
  padding-top: 7px;
  text-align: right;
}

.copyright a {
  font-size: 12px;
  color: #fff;
}

.team-section {
  padding: 150px 20px 70px;
  margin: auto;
  overflow-x: hidden;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
  gap: 40px;
  justify-content: center;
}

.team-member {
  text-align: center;
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.team-member:hover {
  transform: translateY(-5px);
}

.team-photo {
  width: 160px;
  height: 160px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 4px solid #eee;
}

.team-member img:hover {
  filter: grayscale(1);
}

.team-name {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 8px;
}

.team-role {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

.team-handle {
  color: #8855dd;
  text-decoration: none;
  font-size: 20px;
}

#speaker-page,
#agenda-page {
  background-image: url(/clicksummit2025/assets/img/click/form-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

#partners2025 {
  overflow: hidden;
  padding: 80px 0 50px;
}

.supporter-container,
.exhibitors-container {
  width: 100%;
  overflow: hidden;
  padding: 0 0 20px;
}

.partners-wrapper {
  padding: 20px 0;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.gap-10 {
  gap: 50px;
}

.partners-wrapper .swiper-slides {
  border: 1px solid #000;
  border-radius: 8px;
  text-align: center;
  padding: 0px;
  background-color: transparent;
  width: 250px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.partners-wrapper .swiper-slides a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.partners-wrapper .swiper-slides span {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: linear-gradient(270deg, #f82586 0, #4b0baa 100%);
}

.partners-wrapper .swiper-slides img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  padding: 10px;
}

.supporter-wrapper .swiper-slide,
.exhibitors-wrapper .swiper-slide {
  text-align: center;
  opacity: 1;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 80px;
  transition: all 1s ease;
}

.exhibitors-wrapper .swiper-slide {
  width: auto;
  height: 100px;
}

.supporter-wrapper .swiper-slide-active,
.exhibitors-wrapper .swiper-slide-active {
  opacity: 1 !important;
}

.supporter-wrapper .swiper-slide a,
.exhibitors-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 20px;
}

.supporter-wrapper .swiper-slide img,
.exhibitors-wrapper .swiper-slide img {
  height: auto;
  width: 100%;
  object-fit: contain;
  padding: 20px;
}

.exhibitors-wrapper .swiper-slide img {
  padding: 0;
}

.supporter-wrapper .swiper-slide img.bloggersalliance {
  padding: 20px 0;
  width: 55% !important;
}

.supporter-nav,
.partners-nav,
.exhibitors-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 10px 0 40px;
}

.supporter_nav_left,
.supporter_nav_right,
.partners_nav_left,
.partners_nav_right,
.exhibitors_nav_left,
.exhibitors_nav_right {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 25px;
  color: #000;
}

.supporter_nav_left:hover,
.supporter_nav_right:hover,
.partners_nav_left:hover,
.partners_nav_right:hover,
.exhibitors_nav_left:hover,
.exhibitors_nav_right:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.aboutusSwiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid #f82586;
}

.accordion_register {
  width: 80%;
  margin: 90px auto 0;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.accordion_register__tabs {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .accordion_register__tabs {
    display: none;
  }
}

.accordion_register__tab {
  padding: 1rem 2rem;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #eee;
  border-radius: 10px;
  cursor: pointer;
  background-color: #fff;
  transition: 0.25s;
}

.accordion_register__tab:hover {
  color: #fff;
  border-color: #f82586;
  background-color: #f82586;
}

.accordion_register__tab.active {
  color: #fff;
  border-color: #f82586;
  background-color: #f82586;
}

.accordion_register__item {
  margin: 10px 0;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .accordion_register__item {
    display: none;
    margin: 0;
    border: none;
  }
}

@media (min-width: 768px) {
  .accordion_register__item.active {
    display: block;
  }
}

.accordion_register__item.active .accordion_register__label {
  cursor: default;
  color: #fff;
  background-color: #f82586;
}

.accordion_register__item.active .accordion_register__label:after {
  color: #fff;
  transform: rotate(180deg);
}

.accordion_register__item.active .accordion_register__container {
  height: auto;
  opacity: 1;
  padding: 10px 15px 15px 15px;
}

@media (min-width: 768px) {
  .accordion_register__item.active .accordion_register__container {
    padding: 0;
  }
}

.accordion_register__label {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  border: none;
  transition: 0.25s;
}

@media (min-width: 768px) {
  .accordion_register__label {
    display: none;
  }
}

.accordion_register__label:hover {
  color: #fff;
  background-color: #f82586;
}

.accordion_register__label:hover:after {
  color: #fff;
}

.accordion_register__label:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #555;
  font-size: 18px;
  transition: 0.25s;
}

.accordion_register__container {
  height: 0;
  padding: 0 15px;
  overflow: hidden;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.2s ease;
}

@media (min-width: 768px) {
  .accordion_register__container {
    padding: 0;
  }
}

.accordion_register__container p {
  margin: 0;
  line-height: 1.8;
}

.price-btn {
  font-size: 14px !important;
  font-weight: 400;
  border-radius: 8px !important;
  padding: 4px 20px !important;
  cursor: context-menu;
}

.partner-btn.price-btn::before {
  display: none;
}

.add-to-calendar img {
  width: 30px;
  height: auto;
  position: relative;
}

.popup-newsletter-click {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-newsletter-click-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* semi-transparent dark background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 20px;
  box-sizing: border-box;
}

.popup-newsletter-click-header {
  /* background-color: #fff;   */
  /* border: 1px solid #000; */
  border-radius: 12px;
}

.popup-newsletter-click-header h3 {
  text-transform: none;
}

.popup-newsletter-click-content {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  max-width: 550px;
  width: 90%;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: popupclick-fadein 0.5s ease;
  background-image: url(/clicksummit2025/assets/img/click/form-bg-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.popup-newsletter-click-content.thanks {
  background-size: 120%;
}

.ticker_content {
  display: flex;
  align-items: center;
  padding: 3px 20px;
  border-radius: 50px;
}

.time-block {
  display: inline-block;
  width: 80px;
  /* Set a fixed width as needed */
  text-align: center;
}

.time-block strong {
  display: inline-block;
  min-width: 2ch;
  /* Minimum 2 character width */
}

.popup-newsletter-click .close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
  cursor: pointer;
  background: linear-gradient(270deg, #f82586 0, #4b0baa 100%);
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

@keyframes popupclick-fadein {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.click-offer {
  position: relative;
  font-size: 20px;
  display: inline-block;
  font-weight: bold;
  color: #000;
  margin: 30px auto;
}

/* Moving gradient animation */
@keyframes gradient-move {
  0% {
    background-position: 200% center;
  }

  100% {
    background-position: -200% center;
  }
}

.sixty {
  font-size: 60px;
}

.off {
  font-size: 15px;
  position: relative;
  bottom: -1em;
}

.click-offer::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 55%;
  transform: translateX(-55%);
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, #f82586, #4b0baa);
  background-size: 200% auto;
  animation: gradient-move 3s linear infinite;
}

.click-offer::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 55%;
  transform: translateX(-55%);
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, #f82586, #4b0baa);
  background-size: 200% auto;
  animation: gradient-move 3s linear infinite;
}

#msg {
  color: #28fd44;
}

img.popup-logo {
  width: 40%;
}

.popup-newsletter-click-content p,
.popupclick-content1 p {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  margin: 0px 0;
}

.popup-newsletter-click-content.thanks p {
  font-size: 14px;
}

.popup-newsletter-click-content h3 {
  color: #000;
  font-weight: 500;
  margin: 17px 0;
  font-size: 20px;
}

.popup-newsletter-click-content sup {
  top: -1.5em;
}

.ticker {
  background-color: #4f0bab;
  padding: 4px 0;
}

.ticker .partner-btn:first-child {
  background-color: transparent;
  color: #000;
  border: none;
}

#countdown-wrapper img {
  margin-bottom: 5px;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.ticker .partner-btn:last-child {
  padding: 0px 16px;
  font-size: 14px;
}

.ticker span {
  cursor: context-menu;
  color: #fff;
}

.upto60off {
  font-size: 20px;
  font-weight: 700;
}

.more-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: inherit;
}

.more-link img {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  width: 25px;
  filter: invert(1);
}

.slider-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 50px 0 0;
}

.slider-container {
  display: flex;
  height: 100vh;
}

.slide {
  position: relative;
  min-width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black with 0.5 opacity */
  z-index: 1;
}

.slide1 {
  background-image: url('/clicksummit2025/assets/img/click/about/aboutus\ \(1\).jpg');
}

.slide2 {
  background-image: url('/clicksummit2025/assets/img/click/about/aboutus\ \(2\).jpg');
}

.slide3 {
  background-image: url('/clicksummit2025/assets/img/click/about/aboutus\ \(3\).jpg');
}

.slide4 {
  background-image: url('/clicksummit2025/assets/img/click/about/aboutus\ \(4\).jpg');
}

.next-section {
  height: 100vh;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.overlay-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-height: 80%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  transition: all 0.6s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.overlay-container.expanded {
  max-height: none;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.about-overlay {
  display: none;
  margin-top: 1rem;
}

.overlay-container.expanded .about-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.overlay-container h2 {
  font-size: 60px;
  margin-bottom: 16px;
}

.overlay-container p {
  font-size: 14px;
  max-width: 80%;
  text-align: center;
}

.read-more-btn {
  margin-top: 20px;
  padding: 4px 20px;
  background-color: rgba(113, 9, 182, 0.9);
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background-color: rgba(113, 9, 182, 1);
}

.speaker-name {
  font-size: 20px;
  font-weight: 600;
  color: #d4d4d4;
  margin-bottom: 18px;
  cursor: pointer;
  border-bottom: 1px solid #f4c4f3;
  padding-bottom: 5px;
  transition: color 0.3s;
}

.speaker-company {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

.speaker-name.active {
  color: #000;
}

.speaker-name.active .speaker-company {
  color: #000;
  font-weight: 700;
}

div.speakerListDetail {
  position: relative;
  width: 60%;
  float: right;
}

.speaker-details {
  position: relative;
  max-width: 300px;
  margin: 0 100px 0;
  background:
    linear-gradient(10deg, rgba(0, 0, 0, 0.5) 1%, rgba(255, 255, 255, 0) 60.54%),
    url('/clicksummit2025/assets/img/click2025/speaker-bg.png');
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
}

.speakerList .main-button {
  justify-content: flex-start !important;
}

.speaker-details img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  /* Optional: creates blending effect */
  filter: grayscale(100%);
  transition: 0.3s ease;
}


.speaker-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  padding: 12px 15px;
  border-radius: 8px;
  text-align: left;
}

.speaker-info p {
  margin: 0 !important;
  font-size: 13px;
  text-transform: uppercase;
}

.speaker-info h3 {
  margin: 2px 0;
  font-size: 18px;
}

.partner-slider {
  width: 100%;
  padding: 50px 0;
}

.partner-swiper {
  padding: 20px 0;
}

.partner-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(110, 255, 41);
  border-radius: 10px;
}

.partner-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
  padding: 5px 10px;
  transition: transform 0.3s ease;
}

.partner-swiper .swiper-slide img:hover {
  transform: scale(1.05);
}

@keyframes slideExhibitor {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}


.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 15s slideExhibitor infinite linear;
}

.logos-slide img {
  margin: 0 5px;
  width: 200px !important;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 12px;
  padding: 0 15px;
}

@media (max-width: 767.98px) {
  .speaker-name {
    font-size: 18px;
  }

  .speaker-info h3 {
    font-size: 16px;
  }
}

/* Existing styles above remain unchanged */

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .overlay-container {
    width: 90%;
    padding: 15px;
  }

  .overlay-container h2 {
    font-size: 1.6rem;
  }

  .overlay-container p {
    font-size: 13px;
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .overlay-container {
    width: 95%;
    max-height: 85%;
    padding: 12px;
  }

  .overlay-container h2 {
    font-size: 1.4rem;
  }

  .overlay-container p {
    font-size: 12px;
  }

  .read-more-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .overlay-container {
    width: 96%;
    max-height: 90%;
    border-radius: 12px;
  }

  .overlay-container h2 {
    font-size: 1.2rem;
  }

  .overlay-container p {
    font-size: 12px;
    max-width: 100%;
  }

  .read-more-btn {
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 8px;
  }
}

@media (max-width: 480px) {
  .popupclick-box {
    padding: 15px;
  }

  .ticker .partner-btn:last-child {
    margin-top: 7px;
  }

  .popupclick-content p {
    font-size: 0.95rem;
  }

  .popupclick-close {
    font-size: 1.3rem;
  }
}

@media (max-width: 600px) {
  .team-photo {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 1500px) {
  .header-main .main-menu ul li a {
    font-size: 13px;
  }

  .main-button a {
    font-size: 14px !important;
  }
}

@media (max-width: 1400px) {
  .footer-content:first-child {
    width: 80%;
    text-align: center;
  }

  .mobile-image {
    position: absolute;
    top: -240px;
    left: 45%;
  }

  .panel:last-child.active .details {
    width: 40%;
    top: 20px;
  }

  .audience-wrapper .audience-right {
    gap: 0;
  }

  .header-main .main-menu ul li {
    margin-right: 20px;
  }

  .kid_process_line_shape {
    left: 195px;
  }

  .kid_process_line_shape img {
    width: 130px;
  }
}

@media (min-width: 1100px) and (max-width: 1300px) {
  .info-box {
    padding: 10px 5px;
  }

  .mobile-image {
    position: absolute;
    top: -240px;
    left: 45%;
  }

  .tab-content .col-xl-5.col-lg-6.col-md-6.wow.fadeInUp {
    width: 48%;
  }

  .info-box p {
    padding-left: 8px;
  }

  .future-marketing {
    padding: 100px 0 20px;
  }

  .panel.active img:last-child {
    left: -85px;
  }

  .audience-wrapper .audience-right {
    gap: 0;
  }

  .audience-wrapper .audience-right .counter-box-area p {
    width: 100%;
  }

  .testimonials .testi .item {
    min-height: 440px;
  }
}

@media (max-width: 1100px) {
  .info-box {
    flex-direction: column;
    padding: 10px 0;
  }

  .info-box p {
    width: 100%;
    padding: 0;
  }

  .info-box .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

@media (min-width: 900px) and (max-width: 1100px) {
  .decade h3 {
    font-size: 32px;
  }

  .click-home-inner-banner .col-md-6:first-child {
    transform: translateX(5%) !important;
  }

  .click-home-inner-banner .col-md-6:last-child {
    transform: translateX(-5%) !important;
  }

  .panel.active img:last-child {
    left: -50px;
  }

  .panel.active .details {
    top: 30px;
  }

  .audience-wrapper .audience-right .counter-box-area p {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .highlight {
    width: 15%;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .popup-newsletter-click-overlay {
    padding: 0;
  }

  .feature-box-items {
    min-height: auto;
  }

  .click-2025 {
    padding-top: 0px;
  }

  .main-button a {
    font-size: 14px !important;
    padding: 4px 15px;
  }

  .feature-box-items .content h3 {
    font-size: 20px;
  }

  .audience-wrapper .audience-right .counter-box-area {
    height: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer-content {
    width: 100%;
  }

  .audience-wrapper .audience-right .counter-box-area p {
    width: 100%;
  }

  .audience-wrapper .audience-right .audience-img {
    margin: 0 0 10px;
  }

  .section-title h2 {
    font-size: 25px !important;
    text-align: center;
  }

  .footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  .footer-widgets-wrapper .single-footer-widget .footer-content .contact-info {
    width: 100%;
    align-items: center;
    padding-left: 0 !important;
  }

  span.sep {
    display: none;
  }

  .footer-bg {
    padding-bottom: 80px;
  }

  .cta-marketing {
    padding: 0 !important;
  }

  .footer-widgets-wrapper {
    padding: 50px 0;
  }

  .scroll-icon {
    bottom: 0px;
    right: 2px;
  }

  .supporter-wrapper .swiper-slide {
    height: 150px;
  }

  div#panel-6,
  div#panel-5,
  div#panel-4 {
    display: none;
  }

  .future-marketing .col-md-4:last-child {
    margin-top: 50px;
  }

  .panel.active img:last-child {
    left: -40px;
  }

  .future-marketing {
    padding: 0;
  }

  .kid_process_wrapper {
    padding: 40px 0;
  }

  .future-marketing .col-md-4:nth-child(2) {
    padding-top: 100px;
  }

  .future-marketing .col-md-4:nth-child(3) {
    padding-top: 50px;
  }

  .center-box {
    padding: 50px 20px;
  }

  .mobile-image {
    top: -250px;
  }

  .mobile-image img {
    width: 220px !important;
  }

  .iamai-vcomission {
    width: 90%;
  }

  .home-banner,
  .clicksummit img {
    width: 100%;
  }

  .iamai-vcomission img:nth-child(2) {
    width: 1px;
    height: 50px;
  }

  .powering {
    width: 100%;
  }

  .powering p {
    text-align: center;
    font-size: 20px;
  }

  .testimonials .section-title h5 {
    padding: 10px 0;
  }

  section.audience-section {
    padding-bottom: 20px;
  }

  .info-box p:first-child {
    padding: 10px 20px;
  }

  .buttons {
    flex-direction: column;
    text-align: center;
    margin-left: 10px;
  }

  .register-border {
    border-radius: 0;
    padding-left: 0 !important;
  }

  .cta-counter-wrapper-2 .cta-video-image {
    margin-bottom: 50px;
  }

  .audience-wrapper .audience-right .col-md-6 {
    width: 100%;
  }

  .team-section {
    padding: 100px 0 20px;
  }

  .price-popup1 .price-list,
  .price-popup .price-list {
    margin-top: 0;
  }

  .footer-widgets-wrapper .single-footer-widget {
    justify-content: center;
    align-items: center;
  }

  .past-edition {
    text-align: center;
  }

  .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 20px;
    justify-content: center !important;
  }

  .widget-head {
    text-align: center !important;
  }

  .footer-content div.contact-info-wrapper {
    flex-direction: column;
  }

  .price-popup,
  .price-popup1 {
    padding: 20px 15px;
    max-width: 95%;
    font-size: 14px;
  }

  .price-popup-close {
    top: 5px;
    right: 10px;
    font-size: 22px;
  }

  .copyright p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .time-block {
    width: auto;
  }

  .ticker {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1000;
  }

  .ticker_content {
    border: none;
    padding: 0;
    flex-direction: column;
    text-align: center;
  }

  .ticker_content .price-btn {
    flex-direction: column;
    display: flex;
    padding: 0 !important;
  }

  /* #click-2025 {
    background-image: linear-gradient(
      to right,
      rgba(248, 37, 134, 0.1),
      rgba(255, 255, 255, 0)
    );
    background-repeat: no-repeat;
    background-position: unset;
  } */
}

@media (max-width: 450px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    z-index: 10;
  }

  .info-box {
    box-shadow: inset 0 0 1px rgb(248, 37, 134);
  }

  .center-box h5 {
    font-size: 24px;
  }

  .section-padding {
    padding: 0;
  }

  .circle {
    bottom: 0;
  }

  .circle-container span {
    font-size: 22px;
  }

  .circle-container p {
    font-size: 17px;
  }

  .buttons a {
    margin: 10px 0;
  }

  .testimonials,
  section#speakers {
    padding: 50px 0;
  }

  section#home {
    background-image: url("/clicksummit2025/assets/img/click/click-bg-mobile.jpg");
    background-size: cover;
    padding: 70px 0 130px;
    overflow: hidden;
  }

  section#home.inner {
    padding-bottom: 10px;
  }

  .price-btn {
    font-size: 14px !important;
  }

  .pricing-box-items {
    padding: 30px 20px;
  }

  .pricing-box-items .pricing-header {
    padding: 0;
  }

  .pricing-box-items .pricing-header h2 {
    font-size: 20px;
  }

  .pricing-header .content {
    align-items: flex-start !important;
  }

  .panel.active img:last-child {
    left: 0px;
    object-fit: cover;
    top: -10px;
  }

  .powering h2 {
    font-size: 22px;
  }

  .date-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
  }

  .headdate {
    padding: 0;
  }

  .highlight {
    width: 35%;
    margin-bottom: 10px;
    min-height: 90px;
  }

  .gap-10 {
    gap: 0px;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  }

  .decade h3 {
    padding-top: 40px;
    font-size: 25px;
  }

  .cta-marketing-wrapper {
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
  }

  .main-button {
    justify-content: center;
  }

  #about-us .section-title h2 {
    padding-top: 20px;
  }

  .feature-secton {
    padding: 0 0 20px;
  }

  .details h3 {
    font-size: 18px;
  }

  p.desi,
  p.comp {
    font-size: 16px !important;
    font-weight: 400 !important;
  }

  .panel.active .details {
    top: 270px;
    right: -10px;
    width: 100%;
  }

  .takeaway {
    font-size: 15px;
    z-index: 100;
    text-align: center;
  }

  .kid_process_line_shape {
    display: none;
  }

  .kid_process_box_wrapper {
    display: flex;
    justify-content: center;
  }

  .join-right-side img {
    width: 70px;
  }

  .join-left-side img {
    width: 50px;
  }

  .about-popup {
    top: 55%;
    padding: 30px 10px;
  }
}