@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cinzel:wght@400..900&family=Poppins: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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');



@-webkit-keyframes shineFullHover {
  100% {
    height: 100%;
    width: 100%;
    opacity: 0;
  }
}

@keyframes shineFullHover {
  100% {
    height: 100%;
    width: 100%;
    opacity: 0;
  }
}

/* font-family: "Bebas Neue", sans-serif;
font-family: var(--psdbox-primary-font);
font-family: var(--psdbox-special-cinzel); 
font-family: "Caveat", cursive;
*/

:root {
  --psdbox-poppins: 'Poppins', sans-serif;
  --psdbox-heading-bebas: 'Bebas Neue', sans-serif;
  --psdbox-special-cinzel: 'Cinzel', serif;
  --psdbox-caveat: 'Caveat', cursive;
  --psdbox-text: #636363;
  --psdbox-text-rgb: 99, 99, 99;
  --psdbox-text-dark: #727472;
  --psdbox-text-dark-rgb: 114, 116, 114;
  --psdbox-text-gray: #bcbcbc;
  --psdbox-text-gray-rgb: 188, 188, 188;
  --psdbox-base: #E9AC28;
  --psdbox-base-rgb: 255, 85, 40;
  --psdbox-secondary: #E9AC28;
  --psdbox-secondary-rgb: 255, 164, 21;
  --psdbox-gray: #f1f6f7;
  --psdbox-gray-rgb: 241, 246, 247;
  --psdbox-white: #fff;
  --psdbox-white-rgb: 255, 255, 255;
  --psdbox-black: #040404;
  --psdbox-black-rgb: 18, 47, 42;
  --psdbox-black2: #121212;
  --psdbox-black2-rgb: 18, 18, 18;
  --psdbox-black3: #000;
  --psdbox-black3-rgb: 0, 0, 0;
  --psdbox-border-color: #ffffff;
  --psdbox-border-color-rgb: 221, 221, 221;
  --psdbox-letter-space: 0.1em;
  --psdbox-letter-space-xl: 0.2em;


  --font-15: 15px;

  --gradient-YUD: linear-gradient(180deg, rgba(254, 229, 96, 1) 0%, rgba(188, 125, 23, 1) 100%);

}

.blackbg {
  background: var(--psdbox-black);
}

select option{
  background: #000;
}


/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

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

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

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

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

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

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

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

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

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

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  color: var(--psdbox-text, #636363);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--psdbox-base);
  transition: all 400ms ease;
}

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

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--psdbox-special-cinzel);
  color: var(--psdbox-white);
}

@media (max-width: 575px) {

  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.background-base {
  background-color: var(--psdbox-base);
}

.background-gray {
  background-color: var(--psdbox-gray, #f1f6f7);
}

.background-black {
  background-color: var(--psdbox-black);
}

.background-black-2 {
  background-color: var(--psdbox-black2);
}

.psdbox-text-dark {
  color: var(--psdbox-text-dark);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.psdbox-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: transparent;
  color: var(--psdbox-white);
  font-size: 17px;
  font-weight: 700;
  border-radius: 30px;
  font-family: var(--psdbox-heading-bebas);
  letter-spacing: 0.25px;
  padding: 13px 37px;
  transition: 500ms;
  text-transform: capitalize;
  position: relative;
  text-align: center;
}

.psdbox-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 30px;
  background: var(--psdbox-base);
  transition: all 0.3s;
}

.psdbox-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background: 0 0;
  border-radius: 30px;
  transition: all 0.4s;
  border: 1px solid var(--psdbox-base);
  transform: scale(1.2, 1.2);
}

.psdbox-btn:hover {
  color: var(--psdbox-base);
}

.psdbox-btn:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}

.psdbox-btn:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

.psdbox-btn span {
  position: relative;
  color: inherit;
  z-index: 2;
}

.psdbox-btn i {
  font-size: 20px;
  margin-right: 10px;
  top: 2px;
  position: relative;
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

.bootstrap-select .dropdown-item {
  padding: 12px 30px;
  border-bottom: 1px solid var(--psdbox-gray, #f1f6f7);
}

.bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-item.active {
  background-color: var(--psdbox-base);
  border-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--psdbox-text, #636363);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.block-title {
  margin-top: -8px;
  margin-bottom: 50px;
}

.block-title__decor {
  width: 21px;
  height: 14px;
  background-image: url(../images/shapes/leaf-1-1.html);
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  line-height: 1;
  margin-bottom: -5px;
  position: relative;
  top: -7px;
}

.block-title p {
  margin: 0;
  color: var(--psdbox-text, #636363);
  font-size: 16px;
  line-height: 1;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .block-title p {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .block-title p {
    font-size: 20px;
  }
}

.block-title h3 {
  margin: 0;
  font-size: 35px;
  color: var(--psdbox-black);
  font-family: var(--psdbox-special-cinzel);
}

@media (min-width: 768px) {
  .block-title h3 {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .block-title h3 {
    font-size: 50px;
  }
}

.ul-list-one {
  margin-bottom: 0;
}

.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--psdbox-black);
}

@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 20px;
  }
}

.ul-list-one li::before {
  content: "\e907";
  color: var(--psdbox-base);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: var(--psdbox-black);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--psdbox-base);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--psdbox-black);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/* post paginations */
.post-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .post-pagination {
    margin-top: 10px;
  }
}

.post-pagination a {
  display: flex;
  width: 45px;
  height: 45px;
  background-color: var(--psdbox-gray, #f1f6f7);
  align-items: center;
  justify-content: center;
  color: var(--psdbox-black);
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  transition: 500ms ease;
}

.post-pagination a.current,
.post-pagination a:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.psdbox-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}

.psdbox-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.psdbox-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.psdbox-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.psdbox-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  padding: 0;
}

.psdbox-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: var(--psdbox-gray, #f1f6f7);
  display: flex;
  justify-content: center;
  opacity: 1;
  align-items: center;
  color: var(--psdbox-black);
  border-radius: 50%;
  font-size: 17px;
  transition: all 500ms ease;
}

.psdbox-owl__carousel--basic-nav.owl-carousel .owl-nav button span:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.psdbox-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.psdbox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--psdbox-border-color, var(--psdbox-white));
  margin: 0;
  transition: all 300ms ease;
}

.psdbox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span,
.psdbox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: var(--psdbox-base);
  border-color: var(--psdbox-base);
}

.psdbox-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled {
  display: none;
}

.psdbox-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled+.owl-dots {
  margin-top: 40px;
}

.psdbox-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

.sec-title {
  position: relative;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .sec-title {
    padding-bottom: 46px;
    margin-top: -3px;
  }
}

.sec-title__tagline {
  margin: 0;
  font-family: var(--psdbox-special-cinzel);
  color: var(--psdbox-base);
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .sec-title__tagline {
    font-size: 22px;
    letter-spacing: 2.2px;
    margin-bottom: 16px;
  }
}

.sec-title__tagline__border {
  width: 4px;
  height: 17px;
  display: inline-block;
  background-color: var(--psdbox-base);
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.sec-title__tagline__border::after {
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent currentColor;
  content: "";
  animation: zump 2s linear infinite;
}

.sec-title__title {
  margin: 0;
  font-size: 32px;
  line-height: 42px;
  font-weight: 800;
  margin: 0;
}

@media (min-width: 768px) {
  .sec-title__title {
    font-size: 40px;
    line-height: 50px;
  }
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
}

.ui-datepicker-calendar td {
  background-color: var(--psdbox-gray, #f1f6f7);
  background-image: none;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  color: var(--psdbox-text, #636363);
}

.ui-datepicker-calendar td a {
  border-color: var(--psdbox-border-color, var(--psdbox-white));
  background-color: var(--psdbox-gray, #f1f6f7);
  background-image: none;
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--psdbox-border-color, var(--psdbox-white));
  background-color: var(--psdbox-gray, #f1f6f7);
  background-image: none;
  color: var(--psdbox-text, #636363);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--psdbox-white);
  color: var(--psdbox-black);
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 2px;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-one {
  position: relative;
  padding: 130px 0 208px;
  z-index: 1;
}

@media (max-width: 767px) {
  .video-one {
    padding: 80px 0 160px;
  }
}

.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 327.000000"><g transform="translate(0.000000,327.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M0 1796 l0 -1474 88 -16 c48 -9 101 -17 117 -18 28 -3 30 -6 30 -43 l0 -40 53 -3 c41 -2 58 1 79 18 14 11 33 18 42 16 9 -2 26 -7 37 -11 25 -6 84 37 84 61 0 8 10 28 22 44 21 29 25 30 101 30 46 0 99 7 129 16 40 14 58 15 91 6 129 -34 139 -39 174 -80 38 -46 76 -55 128 -28 25 13 30 12 63 -11 37 -24 44 -25 115 -7 22 5 36 0 73 -29 53 -42 89 -52 137 -39 24 7 38 6 51 -3 9 -7 37 -16 61 -20 25 -3 57 -17 72 -29 36 -30 87 -56 109 -56 10 0 31 -12 46 -27 20 -20 44 -29 90 -36 127 -19 187 -11 237 33 18 17 39 30 46 30 7 0 18 7 25 15 7 8 19 15 27 15 7 0 27 10 44 22 21 16 45 23 77 23 29 0 57 7 74 18 14 10 39 18 55 17 47 -2 76 -1 127 6 29 4 57 2 70 -5 43 -23 186 58 171 97 -3 7 0 22 5 33 17 31 136 21 161 -14 9 -13 89 -28 109 -22 10 3 35 -1 55 -10 54 -22 89 -19 148 15 30 17 65 30 78 30 13 0 44 14 69 30 25 16 51 30 58 30 16 0 52 -58 52 -85 0 -11 7 -29 15 -39 8 -11 15 -28 15 -38 0 -17 23 -77 41 -108 5 -8 13 -25 19 -37 9 -21 16 -23 94 -23 79 0 90 3 149 35 35 19 74 46 87 60 22 24 29 25 137 25 108 0 115 1 161 30 27 16 62 30 78 30 33 0 74 24 74 44 0 7 15 29 33 48 17 20 38 43 45 52 20 25 132 22 166 -5 23 -18 34 -19 96 -13 50 5 82 14 106 30 23 16 49 24 78 24 34 0 50 7 85 37 l43 36 68 -36 c56 -31 78 -37 126 -37 46 0 66 -5 95 -26 35 -24 40 -25 81 -13 23 7 47 16 53 21 17 15 55 8 111 -19 l54 -26 43 20 c35 18 55 20 122 16 l80 -5 59 56 c32 31 71 63 86 71 35 18 68 57 100 118 l25 48 55 -7 c30 -3 71 -10 91 -15 20 -5 50 -6 66 -3 24 5 37 0 65 -25 20 -17 43 -31 53 -31 32 0 73 33 107 86 18 30 40 54 49 54 10 0 32 -17 50 -37 44 -51 65 -62 106 -53 33 8 69 4 88 -10 6 -4 27 -10 48 -14 33 -6 41 -3 65 21 16 15 33 36 39 47 9 17 14 17 46 5 29 -10 49 -10 100 -1 89 17 122 15 167 -8 41 -21 85 -26 94 -11 10 15 60 20 108 9 44 -10 49 -9 93 20 38 25 51 29 72 21 39 -14 146 -11 169 6 30 23 79 18 132 -14 43 -27 59 -31 167 -37 116 -7 120 -8 147 -38 15 -17 28 -33 28 -37 0 -4 21 -12 46 -18 47 -12 100 -2 134 25 8 7 38 19 65 27 40 11 56 22 78 56 38 55 67 73 122 73 l45 0 0 1254 0 1254 -4500 0 -4500 0 0 -1474z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 327.000000"><g transform="translate(0.000000,327.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M0 1796 l0 -1474 88 -16 c48 -9 101 -17 117 -18 28 -3 30 -6 30 -43 l0 -40 53 -3 c41 -2 58 1 79 18 14 11 33 18 42 16 9 -2 26 -7 37 -11 25 -6 84 37 84 61 0 8 10 28 22 44 21 29 25 30 101 30 46 0 99 7 129 16 40 14 58 15 91 6 129 -34 139 -39 174 -80 38 -46 76 -55 128 -28 25 13 30 12 63 -11 37 -24 44 -25 115 -7 22 5 36 0 73 -29 53 -42 89 -52 137 -39 24 7 38 6 51 -3 9 -7 37 -16 61 -20 25 -3 57 -17 72 -29 36 -30 87 -56 109 -56 10 0 31 -12 46 -27 20 -20 44 -29 90 -36 127 -19 187 -11 237 33 18 17 39 30 46 30 7 0 18 7 25 15 7 8 19 15 27 15 7 0 27 10 44 22 21 16 45 23 77 23 29 0 57 7 74 18 14 10 39 18 55 17 47 -2 76 -1 127 6 29 4 57 2 70 -5 43 -23 186 58 171 97 -3 7 0 22 5 33 17 31 136 21 161 -14 9 -13 89 -28 109 -22 10 3 35 -1 55 -10 54 -22 89 -19 148 15 30 17 65 30 78 30 13 0 44 14 69 30 25 16 51 30 58 30 16 0 52 -58 52 -85 0 -11 7 -29 15 -39 8 -11 15 -28 15 -38 0 -17 23 -77 41 -108 5 -8 13 -25 19 -37 9 -21 16 -23 94 -23 79 0 90 3 149 35 35 19 74 46 87 60 22 24 29 25 137 25 108 0 115 1 161 30 27 16 62 30 78 30 33 0 74 24 74 44 0 7 15 29 33 48 17 20 38 43 45 52 20 25 132 22 166 -5 23 -18 34 -19 96 -13 50 5 82 14 106 30 23 16 49 24 78 24 34 0 50 7 85 37 l43 36 68 -36 c56 -31 78 -37 126 -37 46 0 66 -5 95 -26 35 -24 40 -25 81 -13 23 7 47 16 53 21 17 15 55 8 111 -19 l54 -26 43 20 c35 18 55 20 122 16 l80 -5 59 56 c32 31 71 63 86 71 35 18 68 57 100 118 l25 48 55 -7 c30 -3 71 -10 91 -15 20 -5 50 -6 66 -3 24 5 37 0 65 -25 20 -17 43 -31 53 -31 32 0 73 33 107 86 18 30 40 54 49 54 10 0 32 -17 50 -37 44 -51 65 -62 106 -53 33 8 69 4 88 -10 6 -4 27 -10 48 -14 33 -6 41 -3 65 21 16 15 33 36 39 47 9 17 14 17 46 5 29 -10 49 -10 100 -1 89 17 122 15 167 -8 41 -21 85 -26 94 -11 10 15 60 20 108 9 44 -10 49 -9 93 20 38 25 51 29 72 21 39 -14 146 -11 169 6 30 23 79 18 132 -14 43 -27 59 -31 167 -37 116 -7 120 -8 147 -38 15 -17 28 -33 28 -37 0 -4 21 -12 46 -18 47 -12 100 -2 134 25 8 7 38 19 65 27 40 11 56 22 78 56 38 55 67 73 122 73 l45 0 0 1254 0 1254 -4500 0 -4500 0 0 -1474z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.video-one__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--psdbox-black);
  opacity: 0.65;
}

.video-one__shape-one {
  position: absolute;
  left: -10px;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  animation: shapeMove 4s linear 0s infinite;
}

@media (max-width: 1199px) {
  .video-one__shape-one {
    display: none;
  }
}

.video-one__shape-two {
  position: absolute;
  right: 7%;
  top: 160px;
  width: 242px;
  height: 230px;
  opacity: 0.1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  animation: treeMove 4s linear 0s infinite;
}

@media (max-width: 1199px) {
  .video-one__shape-two {
    display: none;
  }
}

.video-one--about {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .video-one--about {
    padding: 80px 0;
  }
}

.video-one--about .video-one__bg {
  mask: none;
}

.video-one--about .video-one__bg::after {
  background-color: rgba(var(--psdbox-black3-rgb, 0, 0, 0), 0.88);
}

.video-one .container {
  position: relative;
  text-align: center;
  z-index: 2;
}

.video-one .video-popup {
  width: 68px;
  height: 68px;
  background-color: var(--psdbox-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 37px;
  color: var(--psdbox-black);
  transition: all 500ms ease;
  position: relative;
  z-index: 10;
}

.video-one .video-popup .ripple,
.video-one .video-popup .ripple:before,
.video-one .video-popup .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.25);
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-one .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-one .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.video-one .video-popup:hover {
  color: var(--psdbox-base);
}

.video-one__sub-title {
  font-size: 28px;
  color: var(--psdbox-white);
  font-weight: 700;
  letter-spacing: 3.5px;
  font-family: var(--psdbox-special-cinzel);
  margin: 20px 0 15px;
}

@media (min-width: 768px) {
  .video-one__sub-title {
    font-size: 35px;
  }
}

.video-one__title {
  color: var(--psdbox-white);
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 800;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .video-one__title {
    font-size: 40px;
  }
}

.video-one__text {
  color: var(--psdbox-white);
  margin-bottom: 34px;
}

.video-two {
  position: relative;
}

.video-two__wrapper {
  position: relative;
  background-color: var(--psdbox-white);
  box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.04);
}

.video-two__content {
  position: relative;
  padding: 30px 30px 30px 50px;
}

@media (max-width: 767px) {
  .video-two__content {
    padding: 30px 20px;
  }
}

.video-two__title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 18px;
}

.video-two__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.video-two__list li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 4px;
}

.video-two__list li a {
  color: inherit;
  font-weight: 500;
  border-bottom: 2px solid currentColor;
}

.video-two__list li a:hover {
  color: var(--psdbox-base);
}

.video-two__list li span {
  color: var(--psdbox-base);
}

.video-two__list__icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  color: var(--psdbox-base);
  font-size: 15px;
}

.video-two__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 462px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .video-two__image {
    margin: 0 0 0 50px;
  }
}

@media (max-width: 767px) {
  .video-two__image {
    margin: 0;
  }
}

.video-two__image img {
  max-width: 100%;
  height: auto;
  border-left: 9px solid var(--psdbox-base);
}

@media (max-width: 1199px) {
  .video-two__image img {
    min-height: 200px;
  }
}

.video-two__image .video-popup {
  width: 52px;
  height: 52px;
  background-color: var(--psdbox-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 28px;
  color: var(--psdbox-black);
  transition: all 500ms ease;
  z-index: 2;
}

.video-two__image .video-popup .ripple,
.video-two__image .video-popup .ripple:before,
.video-two__image .video-popup .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.5);
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-two__image .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-two__image .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.video-two__image .video-popup:hover {
  color: var(--psdbox-base);
}

.video-three {
  position: relative;
  padding: 445px 0 120px;
  z-index: 1;
}

@media (max-width: 767px) {
  .video-three {
    padding: 380px 0 80px;
  }
}

.video-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-three__shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
}

.video-three__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.8);
}

.video-three .container {
  position: relative;
  text-align: center;
  z-index: 2;
}

.video-three .video-popup {
  width: 68px;
  height: 68px;
  background-color: var(--psdbox-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 37px;
  color: var(--psdbox-black);
  transition: all 500ms ease;
  position: relative;
  z-index: 10;
}

.video-three .video-popup .ripple,
.video-three .video-popup .ripple:before,
.video-three .video-popup .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.25);
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-three .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-three .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.video-three .video-popup:hover {
  color: var(--psdbox-base);
}

.video-three__sub-title {
  font-size: 28px;
  color: var(--psdbox-white);
  font-weight: 700;
  letter-spacing: 3.5px;
  font-family: var(--psdbox-special-cinzel);
  margin: 20px 0 15px;
}

@media (min-width: 768px) {
  .video-three__sub-title {
    font-size: 35px;
  }
}

.video-three__title {
  color: var(--psdbox-white);
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 800;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .video-three__title {
    font-size: 40px;
  }
}

.video-three__text {
  color: var(--psdbox-white);
  margin-bottom: 34px;
}

.video-four {
  position: relative;
  padding: 160px 0 190px;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 777"><path d="m0 80.2c0 0 885-1.2 1485-72.2 370.1-43.8 435 116 435 116v576c0 0-54.3 78-676.7 0-622.3-78-1243.3 76.2-1243.3 76.2z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 777"><path d="m0 80.2c0 0 885-1.2 1485-72.2 370.1-43.8 435 116 435 116v576c0 0-54.3 78-676.7 0-622.3-78-1243.3 76.2-1243.3 76.2z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

@media (max-width: 1199px) {
  .video-four {
    padding: 120px 0 120px;
  }
}

@media (max-width: 991px) {
  .video-four {
    margin-top: -60px;
    padding: 120px 0 190px;
  }
}

@media (max-width: 767px) {
  .video-four {
    padding: 80px 0 190px;
    margin-bottom: -100px;
  }
}

.video-four::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--psdbox-black);
  opacity: 0.91;
}

.video-four__shape-one {
  position: absolute;
  left: 11%;
  top: 68px;
  width: 510px;
  height: 100%;
  z-index: 1;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  animation: shapeMove 4s linear 0s infinite;
}

@media (max-width: 1599px) {
  .video-four__shape-one {
    left: 0%;
    top: 60px;
  }
}

@media (max-width: 1299px) {
  .video-four__shape-one {
    display: none;
  }
}

.video-four__shape-two {
  position: absolute;
  right: -15px;
  bottom: 30px;
  width: 359px;
  height: 278px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.6;
  z-index: 1;
  animation: zoomsIn 3s linear 0s infinite;
}

@media (max-width: 1199px) {
  .video-four__shape-two {
    display: none;
  }
}

.video-four .container {
  position: relative;
  z-index: 2;
}

.video-four__area {
  position: relative;
  display: inline-block;
}

@media (max-width: 991px) {
  .video-four__area {
    margin-bottom: 20px;
  }
}

.video-four__area img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.video-four__area .video-popup {
  width: 70px;
  height: 70px;
  background-color: var(--psdbox-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 37px;
  color: var(--psdbox-black);
  transition: all 500ms ease;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 10;
}

.video-four__area .video-popup .ripple,
.video-four__area .video-popup .ripple:before,
.video-four__area .video-popup .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.25);
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-four__area .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-four__area .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.video-four__area .video-popup:hover {
  color: var(--psdbox-base);
}

.video-four__sub-title {
  font-size: 28px;
  color: var(--psdbox-white);
  font-weight: 700;
  letter-spacing: 3.5px;
  font-family: var(--psdbox-special-cinzel);
  margin: 20px 0 14px;
}

@media (min-width: 768px) {
  .video-four__sub-title {
    font-size: 35px;
  }
}

.video-four__title {
  color: var(--psdbox-white);
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 800;
  margin-bottom: 19px;
}

@media (min-width: 768px) {
  .video-four__title {
    font-size: 40px;
  }
}

.video-four__text {
  color: var(--psdbox-white);
  margin-bottom: 34px;
}

.team-one {
  padding: 120px 0;
  position: relative;
}

@media (max-width: 767px) {
  .team-one {
    padding: 80px 0;
  }
}

.team-one--about {
  padding: 0;
}

.team-card {
  position: relative;
  z-index: 1;
  background-color: var(--psdbox-gray, #f1f6f7);
  overflow: hidden;
  transition: all 500ms ease;
  border-radius: 10px 10px 0 0;
}

.team-card::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--psdbox-black);
  opacity: 0;
  visibility: hidden;
  transition: all 700ms ease;
  transform: translate3d(0px, 100%, 0px);
  z-index: -1;
}

.team-card:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0, 0px);
}

.team-card__image {
  position: relative;
  z-index: 1;
}

.team-card__image::after {
  position: absolute;
  right: -5px;
  bottom: -10px;
  width: calc(100% + 5px);
  height: 100%;
  content: "";
  background-color: var(--psdbox-white);
  z-index: -1;
  border-radius: 0 0 142px 0;
}

.team-card__image img {
  position: relative;
  width: 100%;
  border-radius: 0 0 142px 0;
}

.team-card__hover {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.team-card__hover__btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--accent-color);
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--psdbox-white);
  transition: all 500ms ease;
}

.team-card__hover__btn::after {
  display: inline-block;
  content: "+";
  transition: 300ms ease;
}

.team-card__hover:hover .team-card__hover__btn::after {
  content: "-";
}

.team-card__hover__social {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 3;
  margin: 0;
  opacity: 0;
  padding-bottom: 14px;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s linear;
  transform-origin: bottom center;
}

.team-card__hover__social a {
  width: 40px;
  height: 40px;
  background-color: var(--psdbox-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--accent-color);
  font-size: 14px;
  transition: all 500ms ease;
}

.team-card__hover__social a+a {
  margin-top: 8px;
}

.team-card__hover__social a:hover {
  background-color: var(--accent-color);
  color: var(--psdbox-white);
}

.team-card__hover:hover .team-card__hover__social {
  opacity: 1;
  transform: scaleY(1);
}

.team-card__content {
  position: relative;
  padding: 35px 30px 26.3px;
}

.team-card__content::after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  right: 74px;
  bottom: 0;
  content: "";
  width: 51px;
  height: 44px;
  background-image: url(../images/shapes/team-hover-arrow.png);
  background-position: center center;
  background-size: cover;
  transition: all 400ms ease;
}

.team-card:hover .team-card__content::after {
  visibility: visible;
  opacity: 1;
  bottom: 14px;
}

.team-card__title {
  margin: 0;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 800;
  margin-bottom: 11px;
}

.team-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-card__title a:hover {
  background-size: 100% 1px;
}

.team-card__title a:hover {
  color: var(--accent-color);
}

.team-card:hover .team-card__title {
  color: var(--psdbox-white);
}

.team-card__designation {
  line-height: 1em;
  margin: 0;
  font-size: 17px;
  text-transform: capitalize;
  transition: all 300ms ease;
}

.team-card:hover .team-card__designation {
  color: var(--psdbox-white);
}

.team-two {
  padding: 120px 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .team-two {
    padding: 80px 0 0;
  }
}

.team-two--page {
  padding: 120px 0;
  position: relative;
}

@media (max-width: 767px) {
  .team-two--page {
    padding: 80px 0;
  }
}

.team-card-two {
  position: relative;
}

.team-card-two__hover {
  position: absolute;
  top: 32px;
  right: 30px;
}

.team-card-two__hover__btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--accent-color);
  font-size: 21px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--psdbox-white);
  transition: all 500ms ease;
}

.team-card-two__hover__btn::after {
  display: inline-block;
  content: "+";
  transition: 300ms ease;
}

.team-card-two__hover:hover .team-card-two__hover__btn::after {
  content: "-";
}

.team-card-two__hover__social {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 3;
  margin: 0;
  opacity: 0;
  padding-top: 14px;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s linear;
  transform-origin: top center;
}

.team-card-two__hover__social a {
  width: 40px;
  height: 40px;
  background-color: var(--psdbox-gray, #f1f6f7);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--accent-color);
  font-size: 14px;
  transition: all 500ms ease;
}

.team-card-two__hover__social a+a {
  margin-top: 8px;
}

.team-card-two__hover__social a:hover {
  background-color: var(--accent-color);
  color: var(--psdbox-white);
}

.team-card-two__hover:hover .team-card-two__hover__social {
  opacity: 1;
  transform: scaleY(1);
}

.team-card-two:hover .team-card-two__hover__btn {
  background-color: var(--psdbox-white);
  color: var(--accent-color);
}

.team-card-two__content {
  position: relative;
  z-index: 1;
  padding: 25px 30px 26px;
  background-color: var(--psdbox-gray, #f1f6f7);
  border-radius: 20px;
  margin-bottom: 9px;
}

.team-card-two__content::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--accent-color);
  border-radius: 10px;
  transition: all 500ms ease;
  transform: translate3d(0px, 100%, 0px);
  height: 0;
  z-index: -1;
}

.team-card-two:hover .team-card-two__content::after {
  height: 100%;
  transform: translate3d(0px, 0, 0px);
}

.team-card-two__title {
  margin: 0;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 800;
  margin-bottom: 11px;
}

.team-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-card-two__title a:hover {
  background-size: 100% 1px;
}

.team-card-two__title a:hover {
  color: inherit;
}

.team-card-two:hover .team-card-two__title {
  color: var(--psdbox-white);
}

.team-card-two__designation {
  line-height: 1em;
  margin: 0;
  font-size: 17px;
  text-transform: capitalize;
  transition: all 300ms ease;
}

.team-card-two:hover .team-card-two__designation {
  color: var(--psdbox-white);
}

.team-card-two__image {
  position: relative;
  padding: 9px;
  margin: 0 10px;
  border: 1px dashed var(--psdbox-border-color, var(--psdbox-white));
  border-radius: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-card-two__image {
    margin: 0;
  }
}

.team-card-two__image img {
  width: 100%;
  border-radius: 10px;
}

.team-card-two:hover .team-card-two__image {
  border-color: var(--accent-color);
}

.volunteer {
  position: relative;
  padding: 0 0 120px;
}

@media (max-width: 767px) {
  .volunteer {
    padding: 0 0 80px;
  }
}

.volunteer__content {
  position: relative;
}

.volunteer__content .sec-title {
  padding-bottom: 20px;
}

.volunteer__content__text {
  margin-bottom: 32px;
}

.volunteer__area {
  position: relative;
  min-height: 584px;
  margin-right: -200px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 920px;
}

@media (max-width: 1600px) {
  .volunteer__area {
    margin-right: -78px;
  }
}

@media (max-width: 1300px) {
  .volunteer__area {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .volunteer__area {
    max-width: 675px;
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .volunteer__area {
    flex-wrap: wrap;
    gap: 30px;
    min-height: auto;
    justify-content: flex-start;
  }
}

.volunteer__area__border {
  position: absolute;
  left: 40px;
  top: 150px;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}

@media (max-width: 1300px) {
  .volunteer__area__border {
    left: -30px;
  }
}

@media (max-width: 767px) {
  .volunteer__area__border {
    display: none;
  }
}

.volunteer__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .volunteer__item {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
}

.volunteer__item>a {
  display: inline-block;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.volunteer__item>a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.volunteer__item>a::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  content: "+";
  font-size: 26px;
  color: var(--psdbox-white);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--psdbox-base-rgb, 255, 85, 40), 0.9);
  border-radius: 50%;
  transition: all 400ms ease;
  opacity: 0;
  transform: scale(0.9);
}

.volunteer__item.volunteer__item--center,
.volunteer__item:hover {
  animation: none;
}

.volunteer__item>a:hover:after {
  opacity: 1;
  transform: scale(1);
}

.volunteer__item__content {
  position: relative;
  z-index: 8;
  transition: all 400ms ease;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
}

.volunteer__item.volunteer__item--center .volunteer__item__content,
.volunteer__item:hover .volunteer__item__content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.volunteer__item__title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 5px;
}

@media (max-width: 1600px) {
  .volunteer__item__title {
    display: none;
  }
}

.volunteer__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.volunteer__item__title a:hover {
  background-size: 100% 1px;
}

.volunteer__item__title a:hover {
  color: var(--psdbox-base);
}

.volunteer__item__designation {
  margin: 0;
}

@media (max-width: 1600px) {
  .volunteer__item__designation {
    display: none;
  }
}

.volunteer__item:nth-child(2) {
  position: absolute;
  right: 20px;
  top: 0;
}

@media (max-width: 1600px) {
  .volunteer__item:nth-child(2) {
    right: 20px;
  }
}

.volunteer__item:nth-child(3) {
  position: absolute;
  right: 230px;
  top: 0;
}

@media (max-width: 1600px) {
  .volunteer__item:nth-child(3) {
    right: 210px;
  }
}

.volunteer__item:nth-child(4) {
  position: absolute;
  left: 0;
  top: 30px;
}

.volunteer__item:nth-child(5) {
  position: absolute;
  top: 280px;
  left: 45px;
}

.volunteer__item:nth-child(6) {
  position: absolute;
  bottom: 20px;
  left: 205px;
}

.volunteer__item:nth-child(7) {
  position: absolute;
  bottom: 0;
  right: 155px;
}

@media (max-width: 1600px) {
  .volunteer__item:nth-child(7) {
    right: 130px;
  }
}

.team-details {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .team-details {
    padding: 80px 0;
  }
}

.team-details__image {
  display: inline-block;
  position: relative;
}

.team-details__image img {
  max-width: 100%;
}

.team-details__content {
  position: relative;
}

@media (min-width: 1200px) {
  .team-details__content {
    padding-left: 30px;
  }
}

.team-details__title {
  text-transform: capitalize;
  margin: 0;
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  margin-top: -5px;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .team-details__title {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .team-details__title {
    font-size: 40px;
  }
}

.team-details__designation {
  margin: 0;
  font-size: 16px;
  margin-bottom: 20px;
}

.team-details__text {
  margin: 0;
}

.team-details__list {
  margin: 31px 0;
  padding: 0;
  list-style: none;
}

.team-details__list li {
  position: relative;
  font-size: 16px;
  padding-left: 27px;
  margin-bottom: 3px;
}

.team-details__list li>i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 15px;
  color: var(--psdbox-base);
}

.team-details__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.team-details__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--psdbox-gray, #f1f6f7);
  font-size: 14px;
  color: var(--accent-color);
  transition: all 500ms ease;
  border-radius: 50%;
}

.team-details__social a:hover {
  background-color: var(--accent-color);
  color: var(--psdbox-white);
}

.team-details__progress {
  position: relative;
}

.team-details__progress+.team-details__progress {
  margin-top: 20px;
}

.team-details__progress__title {
  text-transform: capitalize;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-details__progress__bar {
  width: 100%;
  height: 9px;
  background-color: var(--psdbox-gray, #f1f6f7);
  position: relative;
  border-radius: 20px;
}

.team-details__progress__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--accent-color);
  transition: all 700ms linear;
  border-radius: 20px;
  width: 0px;
}

.team-details__progress__number {
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
  font-size: 16px;
  font-weight: 400;
}

.blog-card {
  position: relative;
}

.blog-card__image {
  position: relative;
  overflow: hidden;
  /* background-color: var(--psdbox-black); */
  height: 300px;
}

.blog-card__image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
  mix-blend-mode: luminosity;
}

.blog-card__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.blog-card__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--psdbox-black-rgb, 18, 47, 42), 0.5);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card__image__link::before,
.blog-card__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--psdbox-white);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-card__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card:hover .blog-card__image>a {
  opacity: 1;
  transform: translateY(0);
}

.blog-card:hover .blog-card__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.blog-card:hover .blog-card__image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card__content {
  position: relative;
  transition: all 500ms ease;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 0 0 30px;

    background: rgb(255 255 255 / 4%);
    border: 1px solid rgb(255 255 255 / 15%);










}

.blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px;
  border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.blog-card__meta li {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-family: var(--psdbox-caveat);
  flex: 0 0 auto;
  width: 50%;
  padding: 12px 15px;
  margin: -2px 0;
}

.blog-card__meta li:not(:first-of-type) {
  border-left: 1px solid rgb(255 255 255 / 15%);
}

.blog-card__meta li i {
  color: var(--accent-color);
  font-size: 20px;
  margin-right: 10px;
}

.blog-card__meta li a {
  display: flex;
  align-items: center;
  color: var(--psdbox-white);
  transition: all 500ms ease;
}

.blog-card__meta li a:hover {
  color: var(--accent-color);
  text-shadow: 0 0 1px currentColor;
}

.blog-card__meta img {
  border: 1px solid var(--accent-color);
  border-radius: 50%;
  margin-right: 10px;
  width: 32px !important;
  height: 32px;
}

.blog-card__date {
  height: 32px;
  background-color: var(--psdbox-white);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 9px;
  font-size: 18px;
  font-family: var(--psdbox-caveat);
  color: var(--psdbox-text, #636363);
  padding: 0 20px 0 18px;
  line-height: 1.2em;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 10;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 30px;
  transition: all 300ms ease;
}

.blog-card__date i {
  display: inline-block;
  color: var(--accent-color);
  transition: all 300ms ease;
}

.blog-card:hover .blog-card__date {
  background-color: var(--accent-color);
  color: var(--psdbox-white);
}

.blog-card:hover .blog-card__date i {
  color: var(--psdbox-white);
}

.blog-card__title {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  margin: 0 30px 7px;
  font-weight: 700;
  color: var(--psdbox-base);
}

.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card__title a:hover {
  background-size: 100% 1px;
}

.blog-card__title a:hover {
  color: var(--accent-color);
}

.blog-card__text {
  margin: 0 30px 25px;
  color: var(--psdbox-white);
      font-weight: 300;
    font-size: 14px;
}

.blog-card__link {
  display: inline-block;
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  text-align: center;
  height: 40px;
  max-width: 145px;
  font-family: var(--psdbox-heading-bebas);
  margin: 0 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.blog-card__link__front {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  color: var(--psdbox-white);
  perspective: 300px;
  transition: transform 500ms ease;
  transform-origin: top center;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

.blog-card__link__back {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: transform 700ms ease, top 700ms ease;
  transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
  perspective: 300px;
  transform-origin: bottom center;
  width: 100%;
}

.blog-card__link__back span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  color: var(--psdbox-white);
  margin-right: 11px;
  transition: all 500ms ease;
}

.blog-card__link:hover {
  color: var(--accent-color);
}

.blog-card:hover .blog-card__link__front {
  transform-origin: bottom center;
  transform: translateY(-100%) translateZ(150px) scaleY(0) rotateX(90deg);
}

.blog-card:hover .blog-card__link__back {
  transition: transform 500ms ease, top 500ms ease;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

.blog-card--reverse {
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .blog-card--reverse {
    display: block;
  }
}

.blog-card--reverse .blog-card__content {
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  border-right: none;
  border-radius: 5px 0 0 5px;
}

@media (max-width: 767px) {
  .blog-card--reverse .blog-card__content {
    border-right: 1px solid var(--psdbox-border-color, var(--psdbox-white));
    border-bottom: none;
    border-radius: 5px 5px 0 0;
  }
}

.blog-card--reverse .blog-card__image {
  min-width: 290px;
  flex-shrink: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card--reverse .blog-card__image {
    min-width: 216px;
  }

  .blog-card--reverse .blog-card__image img {
    height: 100%;
    object-fit: cover;
  }
}

.blog-one {
  padding: 120px 0 90px;
}

@media (max-width: 767px) {
  .blog-one {
    padding: 80px 0 50px;
  }
}

.blog-one--page {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .blog-one--page {
    padding: 80px 0;
  }
}

.blog-one--home .sec-title {
  text-align: center;
}

@media (min-width: 992px) {
  .blog-one__carousel .owl-nav {
    display: none;
  }
}

.blog-two {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .blog-two {
    padding: 80px 0;
  }
}

.blog-two--home-three {
  position: relative;
}

.blog-two--home-three .blog-card__title {
  text-align: center;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 450px) {
  .blog-two--home-three .blog-card__title {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.blog-two--home-three .blog-card__text {
  text-align: center;
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 450px) {
  .blog-two--home-three .blog-card__text {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.blog-two--home-three .blog-card__link {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.blog-two--home-three .text-end {
  margin-top: 68px;
}

@media (max-width: 767px) {
  .blog-two--home-three .text-end {
    margin: -15px 0 45px;
    text-align: left !important;
  }
}

.blog-card-two .blog-card__image {
  margin-bottom: 27px;
}

.blog-card-two .blog-card__meta {
  margin-bottom: 6px;
}

.blog-card-two .blog-card__title {
  font-size: 25px;
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .blog-card-two .blog-card__title {
    font-size: 30px;
  }
}

.blog-card-two .blog-card__date {
  bottom: 0;
}

.blog-card-two__text {
  margin: 0;
  font-size: 15px;
  line-height: 2em;
  margin-top: 12px;
}

.blog-card-list {
  position: relative;
}

.blog-card-list__image {
  position: relative;
  overflow: hidden;
  background-color: var(--psdbox-black);
  margin-bottom: 30px;
}

.blog-card-list__image img {
  transition: 0.5s;
  background-size: cover;
  max-width: 100%;
  mix-blend-mode: luminosity;
}

.blog-card-list__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card-list__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.blog-card-list__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--psdbox-black-rgb, 18, 47, 42), 0.5);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card-list__image__link::before,
.blog-card-list__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--psdbox-white);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-card-list__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-list:hover .blog-card-list__image>a {
  opacity: 1;
  transform: translateY(0);
}

.blog-card-list:hover .blog-card-list__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.blog-card-list:hover .blog-card-list__image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card-list__content {
  position: relative;
}

.blog-card-list__meta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 22px;
}

.blog-card-list__meta li {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--psdbox-special-cinzel);
  margin: 0 0;
}

.blog-card-list__meta li img {
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  margin-right: 10px;
  width: 32px !important;
}

.blog-card-list__meta li i {
  color: var(--accent-color);
  font-size: 20px;
  margin-right: 10px;
}

.blog-card-list__meta li a {
  color: inherit;
  transition: all 500ms ease;
}

.blog-card-list__meta li a:hover {
  color: var(--accent-color);
}

.blog-card-list__meta li.blog-card-list__meta__cats {
  position: relative;
}

.blog-card-list__meta li.blog-card-list__meta__cats a {
  background-color: var(--accent-color);
  color: var(--psdbox-white);
  border-radius: 30px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 0px 30px;
}

.blog-card-list__meta li.blog-card-list__meta__cats a:hover {
  background-color: var(--accent-color);
  color: var(--psdbox-white);
}

.blog-card-list__title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
  margin-bottom: 11px;
}

.blog-card-list__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-list__title a:hover {
  background-size: 100% 1px;
}

.blog-card-list__title a:hover {
  color: var(--accent-color);
}

.blog-card-list__text {
  line-height: 26px;
  margin: 0 0 32px;
}

@media (min-width: 1200px) {
  .blog-card-list__text {
    padding-right: 50px;
  }
}

.blog-card-list__link {
  display: inline-block;
  font-size: 16px;
  color: var(--psdbox-black);
  font-weight: 700;
  text-align: center;
  height: 40px;
  max-width: 145px;
  font-family: var(--psdbox-heading-bebas);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.blog-card-list__link__front {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  color: var(--psdbox-white);
  perspective: 300px;
  transition: transform 500ms ease;
  transform-origin: top center;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

.blog-card-list__link__back {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: transform 700ms ease, top 700ms ease;
  transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
  perspective: 300px;
  transform-origin: bottom center;
  width: 100%;
}

.blog-card-list__link__back span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  color: var(--psdbox-white);
  margin-right: 11px;
  transition: all 500ms ease;
}

.blog-card-list__link:hover {
  color: var(--accent-color);
}

.blog-card-list:hover .blog-card-list__link__front {
  transform-origin: bottom center;
  transform: translateY(-100%) translateZ(150px) scaleY(0) rotateX(90deg);
}

.blog-card-list:hover .blog-card-list__link__back {
  transition: transform 500ms ease, top 500ms ease;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin: 0;
}

@media (min-width: 576px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}

.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.form-one__control__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 14px;
}

.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}

.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
}

.form-one .bootstrap-select>.dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 5px;
  border: none;
  outline: none !important;
  color: var(--psdbox-text-dark);
  font-size: 16px;
}

.form-one .bootstrap-select>.dropdown-toggle::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--psdbox-text-dark);
  border: none;
  margin: auto 0;
  display: flex;
  align-items: center;
}

.form-one .bootstrap-select>.dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=tel],
.form-one textarea {
  display: block;
  width: 100%;
  height: 58px;
  background-color: transparent;
  color: var(--psdbox-text-dark);
  font-size: 16px;
  font-weight: 400;
  border: 1px solid rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.15);
  border-radius: 5px;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
}

.form-one textarea {
  height: 150px;
  padding-top: 20px;
  margin-bottom: 10px;
}

.form-one .bootstrap-select>.dropdown-toggle {
  display: flex;
  align-items: center;
}

.form-one .bootstrap-select>.dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--psdbox-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--psdbox-base);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--psdbox-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
}

.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}

.main-footer__top {
  position: relative;
  border-bottom: 1px solid rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.1);
  padding: 50px 0;
  margin-bottom: 49px;
}

.main-footer__top__left {
  position: relative;
  min-height: 74px;
  padding: 11px 0 0 94px;
}

.main-footer__top__left__icon {
  font-size: 74px;
  color: var(--psdbox-base);
  line-height: 1;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

.main-footer__top__left__title {
  color: var(--psdbox-white);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.33px;
  margin: 0;
}

.main-footer__top__left__text {
  font-size: 16px;
  color: var(--psdbox-text-gray);
  letter-spacing: 0.24px;
  margin: 0;
}

.main-footer__newsletter {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .main-footer__newsletter {
    margin: 35px 0 0;
  }
}

.main-footer__newsletter input[type=text] {
  width: 100%;
  display: block;
  border: 1px solid rgb(209 213 220 / 32%);
  outline: none;
  height: 46px;
  background-color: transparent;
  color: var(--psdbox-text-gray);
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 500ms ease;
  border-radius: 100px;
}

.main-footer__newsletter input[type=text]:focus {
  color: var(--psdbox-white);
}

.main-footer__newsletter button[type=submit] {
  background-color: transparent;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  color: var(--psdbox-base);
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.main-footer__newsletter button[type=submit]:hover {
  color: var(--psdbox-base);
}

.main-footer .container {
  position: relative;
}

.main-footer__bottom {
  text-align: center;
  margin-top: 20px;
}

.main-footer__bottom__inner {
  padding: 25px 0;
  border-top: 1px solid rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.1);
}

.main-footer__copyright {
  margin: 0;
  font-size: 16px;
  color: var(--psdbox-text-gray);
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 20px;
  width: 120px;
}

.footer-widget__title {
  font-size: 22px;
  font-weight: 800;
  color: var(--psdbox-base);
  text-transform: capitalize;
  margin: 0;
  margin-top: 21px;
  margin-bottom: 34px;
}

.footer-widget--links-two {
  padding-left: 45px;
}

@media (max-width: 1199px) {
  .footer-widget--links-two {
    padding-left: 0;
  }
}

.footer-widget__links {
  margin-top: -10px;
  margin-bottom: -13px;
}

.footer-widget__links li {
  font-size: 15px;
  color: var(--psdbox-text-gray);
  font-weight: 400;
  line-height: 41px;
  font-family: var(--psdbox-poppins);
}

.footer-widget__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.footer-widget__links li a:hover {
  background-size: 100% 1px;
}

.footer-widget__links li a:hover {
  color: var(--psdbox-white);
}

.footer-widget__info {
  margin-top: -4px;
  margin-bottom: -13px;
}

.footer-widget__info li {
  font-size: 15px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 28px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.footer-widget__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.footer-widget__info li a:hover {
  background-size: 100% 1px;
}

.footer-widget__info li a:hover {
  color: var(--psdbox-white);
}

.footer-widget__info__icon {
  font-size: 17px;
  color: var(--accent-color);
  position: absolute;
  left: 0;
  top: 0;
}

.footer-widget__text {
  font-size: 16px;
  color: var(--psdbox-text-gray);
  letter-spacing: 0.24px;
  line-height: 29px;
  margin: 0;
  margin-bottom: 23px;
  max-width: 319px;
}

.footer-widget__box {
  display: flex;
  align-items: center;
  position: relative;
  gap: 16px;
}

.footer-widget__box__icon {
  font-size: 34px;
  color: var(--psdbox-base);
  line-height: 1;
  display: flex;
  align-items: center;
}

.footer-widget__box__text {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: var(--psdbox-white);
  letter-spacing: 0.24px;
  margin: 0;
}

.footer-widget__box__text a {
  display: block;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.footer-widget__box__text a:hover {
  background-size: 100% 1px;
}

.footer-widget__box__text a:hover {
  color: var(--psdbox-base);
}

.footer-widget__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 33px;
}

.footer-widget__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.2);
  font-size: 15px;
  color: var(--psdbox-text-gray);
  transition: all 500ms ease;
  border-radius: 50%;
}

.footer-widget__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer-widget__social a:hover {
  background-color: var(--accent-color);
  color: var(--psdbox-white);
}

.footer-widget__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .contact-one {
    padding: 80px 0;
  }
}

.contact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-one__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(11, 11, 11, 0.8);
}

.contact-one__shape {
  position: absolute;
  left: -20px;
  bottom: 155px;
  width: 323px;
  height: 186px;
  animation: shrinkAnim 4s ease 0s infinite;
  display: none;
}

@media (min-width: 1600px) {
  .contact-one__shape {
    display: block;
  }
}

.contact-one__image {
  position: relative;
  margin-right: 20px;
  margin-top: 5px;
  max-width: 665px;
  float: right;
  z-index: 2;
}

@media (max-width: 1400px) {
  .contact-one__image {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .contact-one__image {
    float: left;
    margin-bottom: 50px;
  }
}

.contact-one__image__shape {
  position: absolute;
  left: -145px;
  right: 0;
  top: 26px;
  margin: auto;
  width: 91px;
  height: 91px;
  z-index: -1;
  opacity: 0.65;
  animation: blinkAnim 3s ease 0s infinite;
}

.contact-one__image img {
  max-width: inherit;
}

@media (max-width: 767px) {
  .contact-one__image img {
    max-width: 100%;
  }
}

.contact-one__image__icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 198px;
  height: 198px;
  background-color: var(--psdbox-base);
  border: 10px solid var(--psdbox-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: treeMove2 4s linear 0s infinite;
}

@media (max-width: 767px) {
  .contact-one__image__icon {
    display: none;
  }
}

.contact-one__image__icon img {
  width: 105px;
}

.contact-one__image__info {
  position: absolute;
  right: 15px;
  bottom: 75px;
  padding: 0 0 0 76px;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .contact-one__image__info {
    position: relative;
    right: auto;
    bottom: 0;
    transform: none;
    margin: 30px 0 0;
  }
}

.contact-one__image__info__icon {
  color: var(--psdbox-base);
  font-size: 56px;
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 56px;
}

.contact-one__image__info__title {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.1;
  color: var(--psdbox-base);
}

.contact-one__image__info__text {
  font-size: 22px;
  color: var(--psdbox-white);
  line-height: 1.1;
  font-weight: 500;
  margin: 0;
}

.contact-one__image__info__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.contact-one__image__info__text a:hover {
  background-size: 100% 1px;
}

.contact-one__image__info__text a:hover {
  color: var(--psdbox-base);
}

.contact-one__content {
  position: relative;
  padding: 0;
}

.contact-one .sec-title {
  position: relative;
  padding-bottom: 20px;
}

.contact-one .sec-title__title {
  color: var(--psdbox-white);
}

.contact-one__text {
  margin: 0;
  color: var(--psdbox-white);
  max-width: 490px;
  margin-bottom: 34px;
  position: relative;
}

.contact-one__form {
  position: relative;
}

.contact-one--page {
  position: relative;
}

.contact-one--page .sec-title__title {
  color: var(--psdbox-black);
}

.contact-one--page .contact-one__image__info__text {
  color: var(--psdbox-black);
}

.contact-one--page .contact-one__text {
  color: var(--psdbox-text, #636363);
}

.contact-one--page .form-one .bootstrap-select>.dropdown-toggle,
.contact-one--page .form-one input[type=text],
.contact-one--page .form-one input[type=email],
.contact-one--page .form-one input[type=tel],
.contact-one--page .form-one textarea {
  border-color: var(--psdbox-border-color, var(--psdbox-white));
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
  background-color: var(--psdbox-gray, #f1f6f7);
  position: relative;
  z-index: 1;
}

.topbar-one::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 165px;
  height: 100%;
  background-color: var(--psdbox-base);
  content: "";
  clip-path: polygon(0 0, 100% 0, 42% 100%, 0% 100%);
}

@media (max-width: 1500px) {
  .topbar-one::after {
    display: none;
  }
}

.topbar-one__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.topbar-one__info {
  text-transform: uppercase;
  color: var(--psdbox-text-dark);
  letter-spacing: 0.24px;
  margin: 0;
}

.topbar-one__info span {
  color: var(--psdbox-base);
}

.topbar-one__social {
  display: flex;
  align-items: center;
  line-height: 1em;
}

.topbar-one__social__text {
  margin: 0 19px 0 0;
  color: var(--psdbox-text-dark);
  letter-spacing: 0.24px;
}

@media (max-width: 767px) {
  .topbar-one__social__text {
    display: none;
  }
}

.topbar-one__social a {
  width: 30px;
  height: 30px;
  background-color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--psdbox-white);
  transition: all 500ms ease;
}

.topbar-one__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.topbar-one__social a:hover {
  color: var(--psdbox-white);
}

.topbar-one__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}

@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

.topbar-one__bottom {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.topbar-one__bottom::after {
  position: absolute;
  left: 88px;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: var(--psdbox-black);
  content: "";
  z-index: -1;
  clip-path: polygon(6.7% 0, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 1700px) {
  .topbar-one__bottom::after {
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@media (max-width: 1500px) {
  .topbar-one__bottom::after {
    display: none;
  }
}

.topbar-one__bottom__inner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--psdbox-white);
  padding: 23px 0;
}

.topbar-one__bottom__inner::after {
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: inherit;
  border-radius: 20px 0 0 20px;
  width: 24px;
  height: 80px;
}

.topbar-one__bottom__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .topbar-one__bottom__logo img {
    max-width: 170px;
  }
}

@media (max-width: 767px) {
  .topbar-one__bottom__logo {
    width: 100%;
    justify-content: center;
  }

  .topbar-one__bottom__logo img {
    max-width: 150px;
  }
}

.topbar-one__bottom__right {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 60px;
}

@media (max-width: 1199px) {
  .topbar-one__bottom__right {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .topbar-one__bottom__right {
    display: none;
  }
}

.topbar-one__bottom__info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 0;
}

@media (max-width: 991px) {
  .topbar-one__bottom__info:nth-child(3) {
    display: none;
  }
}

.topbar-one__bottom__info__icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
  background-color: var(--accent-color);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52.000000 51.000000"><g transform="translate(0.000000,51.000000) scale(0.050000,-0.050000)"><path d="M291 938 c-51 -32 -108 -85 -127 -118 -19 -33 -41 -60 -49 -60 -8 0 -15 -12 -15 -28 0 -15 -13 -38 -28 -51 -41 -33 -59 -201 -33 -297 71 -263 451 -444 667 -317 109 63 343 353 286 353 -6 0 -1 25 9 55 100 294 -431 640 -710 463z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52.000000 51.000000"><g transform="translate(0.000000,51.000000) scale(0.050000,-0.050000)"><path d="M291 938 c-51 -32 -108 -85 -127 -118 -19 -33 -41 -60 -49 -60 -8 0 -15 -12 -15 -28 0 -15 -13 -38 -28 -51 -41 -33 -59 -201 -33 -297 71 -263 451 -444 667 -317 109 63 343 353 286 353 -6 0 -1 25 9 55 100 294 -431 640 -710 463z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  font-size: 24px;
  color: var(--psdbox-white);
  transition: all 500ms ease;
}

.topbar-one__bottom__info__icon::after {
  position: absolute;
  content: "";
  background-color: var(--psdbox-black);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 25px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}

.topbar-one__bottom__info__icon span {
  display: block;
  transition: all 500ms ease;
  transform: scale(1);
}

.topbar-one__bottom__info:hover .topbar-one__bottom__info__icon::after {
  height: 100%;
}

.topbar-one__bottom__info:hover .topbar-one__bottom__info__icon span {
  transform: scale(0.9);
}

.topbar-one__bottom__info__text {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
}

.topbar-one__bottom__info__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar-one__bottom__info__text a:hover {
  background-size: 100% 1px;
}

.topbar-one__bottom__info__text a:hover {
  color: var(--psdbox-base);
}

.topbar-one__bottom__info__title {
  margin: 0;
  color: var(--psdbox-text-dark);
  font-size: 17px;
  line-height: 1.1;
}

.topbar-one__bottom__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: var(--psdbox-white);
  width: 50%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  padding-right: 28px;
}

.topbar-one__bottom__button img {
  width: 65px;
  height: 66px;
  overflow: hidden;
  display: none;
  animation: shrinkAnim 3s ease 0s infinite;
}

@media (min-width: 1800px) {
  .topbar-one__bottom__button img {
    display: inline-block;
  }
}

.topbar-one__bottom__button .psdbox-btn {
  padding: 13px 34px;
  display: none;
}

@media (min-width: 1700px) {
  .topbar-one__bottom__button .psdbox-btn {
    display: inline-block;
  }
}

.topbar-two {
  position: relative;
  background-color: var(--psdbox-black2);
}

.topbar-two::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 14%;
  height: 101%;
  content: "";
  background-color: var(--psdbox-base);
  clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
}

@media (max-width: 1700px) {
  .topbar-two::before {
    width: 10%;
  }
}

@media (max-width: 1400px) {
  .topbar-two::before {
    display: none;
  }
}

.topbar-two::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 14%;
  height: 101%;
  content: "";
  background-color: var(--psdbox-base);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%);
}

@media (max-width: 1700px) {
  .topbar-two::after {
    width: 10%;
  }
}

@media (max-width: 1400px) {
  .topbar-two::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .topbar-two {
    display: none;
  }
}

.topbar-two__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
}

.topbar-two__info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topbar-two__info li {
  color: var(--psdbox-gray, #f1f6f7);
  font-size: 14px;
}

.topbar-two__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar-two__info li a:hover {
  background-size: 100% 1px;
}

.topbar-two__info li a:hover {
  color: var(--psdbox-base);
}

.topbar-two__info__icon {
  color: var(--psdbox-base);
  margin-right: 5px;
}

.topbar-two__nav {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topbar-two__nav li {
  color: var(--psdbox-gray, #f1f6f7);
  font-size: 14px;
}

.topbar-two__nav li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar-two__nav li a:hover {
  background-size: 100% 1px;
}

.topbar-two__nav li a:hover {
  color: var(--psdbox-base);
}

.topbar-two__nav li:not(:first-of-type)::before {
  content: "";
  position: relative;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
  content: "/";
  color: inherit;
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  position: absolute;
  background-color: transparent;
  left: 0;
  width: 100%;
  z-index: 9;
}

.main-header__inner {
  display: flex;
  align-items: center;
  background-color: var(--psdbox-black);
  padding: 0 40px;
  position: relative;
}

@media (max-width: 1199px) {
  .main-header__inner {
    padding: 25px;
  }
}

.main-header__right {
  display: flex;
  align-items: center;
  margin-left: auto;
}

@media (max-width: 1199px) {
  .main-header__right {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
}

.main-header__cart,
.main-header__search {
  font-size: 22px;
  color: var(--psdbox-text-gray);
  transition: all 500ms ease;
  margin-left: 20px;
  line-height: 1em;
}

.main-header__cart:hover,
.main-header__search:hover {
  color: var(--psdbox-base);
}

.main-header__cart {
  margin-left: 50px;
  position: relative;
}

@media (max-width: 1199px) {
  .main-header__cart {
    margin-left: 32px;
  }
}

.main-header__cart::after {
  position: absolute;
  left: -25px;
  top: -6px;
  width: 1px;
  height: 35px;
  content: "";
  background-color: rgba(var(--psdbox-text-gray-rgb, 188, 188, 188), 0.52);
}

@media (max-width: 1199px) {
  .main-header__cart::after {
    left: -16px;
  }
}

.main-header__cart__count {
  width: 17px;
  height: 17px;
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: var(--psdbox-base);
  border-radius: 50%;
  font-size: 8px;
  color: var(--psdbox-white);
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header__nav {
  position: relative;
}

.main-header--two {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  border-bottom: 1px solid rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.2);
}

.main-header--two.sticky-header--cloned {
  background-color: var(--psdbox-black);
  border: none;
}

.main-header--two.sticky-header--cloned .main-menu .main-menu__list>li {
  padding-top: 35.25px;
  padding-bottom: 35.25px;
}

@media (max-width: 500px) {
  .main-header--two .main-header__logo img {
    max-width: 180px;
  }
}

@media (max-width: 1199px) {
  .main-header--two .mobile-nav__btn {
    margin-left: auto;
    margin-right: 0;
  }
}

.main-header--two .mobile-nav__btn span {
  background-color: var(--psdbox-white);
}

.main-header--two .main-header__btn:hover {
  color: var(--psdbox-black);
}

.main-header--two .container-fluid {
  max-width: 100%;
}

.main-header--two.sticky-header--cloned .main-header__inner,
.main-header--two .main-header__inner {
  background-color: transparent;
  padding: 0 135px;
}

@media (max-width: 1899px) {

  .main-header--two.sticky-header--cloned .main-header__inner,
  .main-header--two .main-header__inner {
    padding: 0 85px;
  }
}

@media (max-width: 1799px) {

  .main-header--two.sticky-header--cloned .main-header__inner,
  .main-header--two .main-header__inner {
    padding: 0 25px;
  }
}

@media (max-width: 1599px) {

  .main-header--two.sticky-header--cloned .main-header__inner,
  .main-header--two .main-header__inner {
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {

  .main-header--two.sticky-header--cloned .main-header__inner,
  .main-header--two .main-header__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {

  .main-header--two.sticky-header--cloned .main-header__inner,
  .main-header--two .main-header__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-header--two .main-menu {
  margin-left: auto;
}

.main-header--two .main-menu .main-menu__list>li {
  padding-top: 51.25px;
  padding-bottom: 51.25px;
}

.main-header--two .main-menu .main-menu__list>li>a {
  color: var(--psdbox-white);
}

.main-header--two .main-header__right {
  margin-left: 0;
}

@media (min-width: 1400px) {
  .main-header--two .main-header__right {
    margin-left: 40px;
  }
}

.main-header--two .main-header__cart,
.main-header--two .main-header__search {
  color: var(--psdbox-white);
}

@media (max-width: 1499px) {

  .main-header--two .main-header__cart,
  .main-header--two .main-header__search {
    margin-left: 30px;
  }
}

.main-header--two .main-header__cart:hover,
.main-header--two .main-header__search:hover {
  color: var(--psdbox-base);
}

.main-header--two .main-header__cart::after {
  background-color: rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.2);
}

@media (max-width: 1499px) {
  .main-header--two .main-header__cart::after {
    left: -15px;
  }
}

.main-header--two .main-header--two__btn {
  margin-left: 60px;
}

@media (max-width: 1499px) {
  .main-header--two .main-header--two__btn {
    margin-left: 25px;
    padding: 13px 25px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .main-header--two .main-header--two__btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-header--two .main-header--two__btn {
    display: none;
  }
}

.main-header--two .main-header--two__btn::before {
  background-color: var(--psdbox-base);
}

.main-header--three {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
}

.main-header--three::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 26.3%;
  height: 170px;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 103.000000"><g transform="translate(0.000000,103.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M0 1573 l0 -486 315 -152 c1022 -493 2240 -846 3162 -916 1390 -106 2286 544 2481 1801 13 83 28 170 33 195 l10 45 -3001 0 -3000 0 0 -487z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 103.000000"><g transform="translate(0.000000,103.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M0 1573 l0 -486 315 -152 c1022 -493 2240 -846 3162 -916 1390 -106 2286 544 2481 1801 13 83 28 170 33 195 l10 45 -3001 0 -3000 0 0 -487z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--psdbox-white);
  z-index: -1;
  transition: 500ms ease;
}

@media (min-width: 1330px) and (max-width: 1700px) {
  .main-header--three::before {
    width: 23.3%;
  }
}

@media (max-width: 1199px) {
  .main-header--three::before {
    width: 330px;
    height: 128px;
  }
}

@media (max-width: 490px) {
  .main-header--three::before {
    width: 226px;
    height: 98px;
  }
}

.main-header--three::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 25.8%;
  height: 160px;
  content: "";
  background-image: url(../images/shapes/header-border.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
  transition: 500ms ease;
}

@media (min-width: 1330px) and (max-width: 1700px) {
  .main-header--three::after {
    width: 22.8%;
  }
}

@media (max-width: 1199px) {
  .main-header--three::after {
    width: 318px;
    height: 116px;
    background-size: cover;
  }
}

@media (max-width: 490px) {
  .main-header--three::after {
    display: none;
  }
}

.main-header--three.sticky-header--cloned {
  background-color: var(--psdbox-black);
}

.main-header--three.sticky-header--cloned::before,
.main-header--three.sticky-header--cloned::after {
  display: none;
}

.main-header--three.sticky-header--cloned .main-header__logo__sticky {
  opacity: 1;
}

.main-header--three.sticky-header--cloned .main-menu .main-menu__list>li {
  padding-top: 35.25px;
  padding-bottom: 35.25px;
}

@media (max-width: 500px) {
  .main-header--three .main-header__logo img {
    max-width: 170px;
  }
}

.main-header--three .main-header__logo {
  position: relative;
}

.main-header--three .main-header__logo__sticky {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

@media (max-width: 1199px) {
  .main-header--three .mobile-nav__btn {
    margin-left: auto;
    margin-right: 0;
  }
}

.main-header--three .mobile-nav__btn span {
  background-color: var(--psdbox-white);
}

.main-header--three .main-header__btn:hover {
  color: var(--psdbox-black);
}

.main-header--three .container-fluid {
  max-width: 100%;
}

.main-header--three.sticky-header--cloned .main-header__inner,
.main-header--three .main-header__inner {
  background-color: transparent;
  padding: 0 135px;
}

@media (max-width: 1899px) {

  .main-header--three.sticky-header--cloned .main-header__inner,
  .main-header--three .main-header__inner {
    padding: 0 85px;
  }
}

@media (max-width: 1799px) {

  .main-header--three.sticky-header--cloned .main-header__inner,
  .main-header--three .main-header__inner {
    padding: 0 25px;
  }
}

@media (max-width: 1599px) {

  .main-header--three.sticky-header--cloned .main-header__inner,
  .main-header--three .main-header__inner {
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {

  .main-header--three.sticky-header--cloned .main-header__inner,
  .main-header--three .main-header__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {

  .main-header--three.sticky-header--cloned .main-header__inner,
  .main-header--three .main-header__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-header--three .main-menu {
  margin-left: auto;
}

.main-header--three .main-menu .main-menu__list>li {
  padding-top: 51.25px;
  padding-bottom: 51.25px;
}

@media (max-width: 1599px) {
  .main-header--three .main-menu .main-menu__list>li {
    margin-left: 40px;
  }
}

.main-header--three .main-menu .main-menu__list>li>a {
  color: var(--psdbox-white);
}

.main-header--three .main-header__right {
  margin-left: 0;
}

@media (min-width: 1400px) {
  .main-header--three .main-header__right {
    margin-left: 40px;
  }
}

.main-header--three .main-header__cart,
.main-header--three .main-header__search {
  color: var(--psdbox-white);
}

@media (max-width: 1499px) {

  .main-header--three .main-header__cart,
  .main-header--three .main-header__search {
    margin-left: 30px;
  }
}

.main-header--three .main-header__cart:hover,
.main-header--three .main-header__search:hover {
  color: var(--psdbox-base);
}

.main-header--three .main-header__cart::after {
  background-color: rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.2);
}

@media (max-width: 1499px) {
  .main-header--three .main-header__cart::after {
    left: -15px;
  }
}

.main-header--three .main-header--three__btn {
  margin-left: 60px;
}

@media (max-width: 1499px) {
  .main-header--three .main-header--three__btn {
    margin-left: 25px;
    padding: 13px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .main-header--three .main-header--three__btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-header--three .main-header--three__btn {
    display: none;
  }
}

.main-header--three .main-header--three__btn::before {
  background-color: var(--psdbox-base);
}

.main-header--four {
  position: relative;
  padding: 0 0 0 60px;
  background-color: var(--psdbox-white);
}

@media (max-width: 1500px) {
  .main-header--four {
    padding-left: 15px;
  }
}

@media (max-width: 1300px) {
  .main-header--four {
    padding-left: 0;
  }

  .main-header--four .main-menu .main-menu__list>li+li {
    margin-left: 35px;
  }
}

.main-header--four.sticky-header--cloned {
  background-color: var(--psdbox-white);
  box-shadow: 0px 3px 18px rgba(var(--psdbox-black-rgb, 18, 47, 42), 0.07);
}

.main-header--four .container-fluid {
  padding-right: 0;
}

.main-header--four .main-header__inner {
  padding: 0;
  background-color: transparent;
}

@media (max-width: 767px) {
  .main-header--four .main-header__inner {
    padding: 18px 20px 18px 0;
  }
}

.main-header--four .main-menu {
  margin-left: auto;
}

.main-header--four .main-menu .main-menu__list>li>a {
  color: var(--psdbox-black);
}

.main-header--four .mobile-nav__btn span {
  background-color: var(--psdbox-black);
}

.main-header--four .main-header__right {
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .main-header--four .main-header__right {
    margin-left: auto;
    justify-content: flex-end;
  }
}

@media (max-width: 1199px) {
  .main-header--four .mobile-nav__btn {
    margin-right: 0;
  }
}

@media (max-width: 500px) {
  .main-header--four .main-header__logo img {
    max-width: 170px;
  }
}

.main-header--four .main-header--four__btn {
  margin-right: 25px;
}

@media (max-width: 1500px) {
  .main-header--four .main-header--four__btn {
    display: none;
  }
}

.main-header--four .main-header--four__btn::before {
  background-color: var(--psdbox-base);
}

.main-header--four .main-header__cart,
.main-header--four .main-header__search {
  color: var(--psdbox-black);
}

.main-header--four .main-header__cart:hover,
.main-header--four .main-header__search:hover {
  color: var(--psdbox-base);
}

.main-header--four .main-header__cart__count {
  background-color: var(--psdbox-base);
}

.main-header--four__toggler {
  width: 92px;
  height: 92px;
  border: 0;
  outline: 0;
  background-color: var(--psdbox-base);
  padding: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 55px;
}

@media (max-width: 1300px) {
  .main-header--four__toggler {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .main-header--four__toggler {
    display: none;
  }
}

.main-header--four__toggler__wrapper {
  width: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
}

.main-header--four__toggler span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--psdbox-white);
  display: block;
  border-radius: 50%;
  transition: all 500ms ease;
}

.main-header--four__toggler:hover span {
  background-color: var(--psdbox-black);
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--psdbox-black);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}

@media (min-width: 1200px) {
  .sticky-header--cloned .main-header__inner {
    padding: 0;
  }
}

.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}

.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  transition: all 500ms ease;
  background-color: var(--psdbox-white);
}

.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}

.main-menu .main-menu__list>li {
  padding-top: 27px;
  padding-bottom: 27px;
  position: relative;
}

.main-menu .main-menu__list>li.dropdown>a {
  position: relative;
}

.main-menu .main-menu__list>li+li {
  margin-left: 49px;
}

.main-menu .main-menu__list>li>a {
  font-size: clamp(15px, 1.8vw, 17px);
  display: flex;
  align-items: center;
  font-family: var(--psdbox-poppins);
  color: var(--psdbox-text-gray);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  position: relative;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li>a::after {
  position: absolute;
  content: "";
  left: auto;
  bottom: 5px;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
  color: var(--psdbox-base);
  text-shadow: 0 0 0.5px currentColor;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after {
  width: 100%;
  left: 0;
  right: auto;
}

.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--psdbox-white);
  box-shadow: 0px 10px 60px 0px RGBA(var(--psdbox-white-rgb, 255, 255, 255), 0.07);
  padding: 15px 20px 11px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>.megamenu {
  position: static;
}

.main-menu .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li>a {
  font-size: 13px;
  line-height: 26px;
  color: var(--psdbox-text, #636363);
  font-weight: 600;
  letter-spacing: 0.4px;
  font-family: var(--psdbox-heading-bebas);
  display: flex;
  text-transform: uppercase;
  padding: 8px 20px;
  transition: 400ms;
  margin-bottom: 4px;
}

.main-menu .main-menu__list li ul li>a::after {
  position: absolute;
  right: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 6px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: var(--psdbox-base);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}

.main-menu .main-menu__list li ul li.current>a,
.main-menu .main-menu__list li ul li:hover>a {
  background-color: var(--psdbox-gray, #f1f6f7);
  color: var(--psdbox-black);
}

.main-menu .main-menu__list li ul li.current>a::after,
.main-menu .main-menu__list li ul li:hover>a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.main-menu .main-menu__list li ul li>ul {
  top: 0;
  left: calc(100% + 20px);
}

.main-menu .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu {
  /* after third level no menu */
}

.main-menu .main-menu__list li ul li>ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {

  .main-menu__list li:nth-last-child(1) ul li>ul,
  .main-menu__list li:nth-last-child(2) ul li>ul {
    left: auto;
    right: calc(100% + 20px);
  }
}

/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--psdbox-white);
  display: block !important;
  margin: 0;
}

.main-menu__list>li.megamenu-clickable>ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}

.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--psdbox-black);
}

@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}

.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--psdbox-base);
}

.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}

.megamenu-popup .megamenu-clickable--close span::before,
.megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

.demo-one .row {
  --bs-gutter-y: 30px;
}

.demo-one__card {
  background-color: var(--psdbox-white);
  box-shadow: 0px 10px 60px 0px rgba(var(--psdbox-black3-rgb, 0, 0, 0), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}

.demo-one__card:hover {
  transform: translateY(-10px);
}

.demo-one__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--psdbox-black);
  font-weight: 700;
  letter-spacing: 0.45px;
}

.demo-one__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.demo-one__title a:hover {
  background-size: 100% 1px;
}

.demo-one__title a:hover {
  color: var(--psdbox-base);
}

.demo-one__image {
  position: relative;
  overflow: hidden;
}

.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}

.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}

.demo-one__btns {
  background-color: rgba(var(--psdbox-black3-rgb, 0, 0, 0), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}

.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}

.demo-one__btn {
  font-size: 14px;
  padding: 10px 20px;
  min-width: 135px;
  text-align: center;
  justify-content: center;
}

.demo-one__btn:hover {
  color: var(--psdbox-white);
}

@media (min-width: 768px) {
  .demo-one__btn {
    display: inline-flex;
  }
}

.demo-one__title {
  padding-top: 30.5px;
  padding-bottom: 30.5px;
}

.home-showcase {
  margin-top: -20px;
  margin-bottom: -20px;
}

.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}

.home-showcase__inner {
  padding: 40px 40px 21px;
  background-color: var(--psdbox-white);
  box-shadow: 0px 10px 60px 0px rgba(var(--psdbox-black3-rgb, 0, 0, 0), 0.07);
}

.home-showcase .demo-one__card {
  box-shadow: none;
}

.home-showcase .demo-one__title {
  padding: 0;
  font-size: 14px;
  margin-top: 15px;
  padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Why choose
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .why-choose-one {
    padding: 80px 0;
  }
}

.why-choose-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--psdbox-black);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.why-choose-one__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--psdbox-black-rgb, 18, 47, 42), 0.6);
}

.why-choose-one__shape {
  position: absolute;
  right: 10%;
  top: 75px;
  width: 189px;
  height: 189px;
  background-position: top left;
  background-repeat: no-repeat;
  animation: treeMove 4s linear 0s infinite;
  opacity: 0.22;
}

@media (max-width: 1500px) {
  .why-choose-one__shape {
    right: 5%;
  }
}

@media (max-width: 1300px) {
  .why-choose-one__shape {
    display: none;
  }
}

.why-choose-one .container {
  position: relative;
}

.why-choose-one .sec-title {
  padding-bottom: 20px;
}

.why-choose-one .sec-title__title {
  color: var(--psdbox-white);
}

.why-choose-one__text {
  color: var(--psdbox-white);
  max-width: 504px;
  margin: 0 0 34px;
}

.why-choose-one__box {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.18);
  border-radius: 20px;
  min-height: 181px;
  padding: 37px 100px 36px 173px;
  transition: all 0.4s;
  overflow: hidden;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .why-choose-one__box {
    padding: 37px 90px 36px 150px;
  }
}

@media (max-width: 767px) {
  .why-choose-one__box {
    padding: 37px 25px;
  }
}

.why-choose-one__box::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--psdbox-black3, #000);
  opacity: 0;
  transition: all 0.4s;
  transform: scale(1, 0);
  z-index: -1;
}

.why-choose-one__box:hover {
  border-color: var(--psdbox-black3, #000);
}

.why-choose-one__box:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

.why-choose-one__box__icon {
  position: absolute;
  left: 51px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93px;
  height: 93px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 48px;
  color: var(--psdbox-white);
  background-color: var(--accent-color);
}

@media (max-width: 991px) {
  .why-choose-one__box__icon {
    left: 30px;
  }
}

@media (max-width: 767px) {
  .why-choose-one__box__icon {
    position: relative;
    left: 0;
    margin: 0 0 25px;
  }
}

.why-choose-one__box__icon span {
  transform: scale(1);
  transition: 500ms ease;
}

.why-choose-one__box:hover .why-choose-one__box__icon span {
  transform: scale(0.9);
}

.why-choose-one__box__title {
  color: var(--psdbox-white);
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 17px;
}

.why-choose-one__box__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-choose-one__box__list li {
  position: relative;
  padding-left: 25px;
  margin-top: 5px;
  color: var(--psdbox-white);
}

.why-choose-one__box__list__icon {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  color: var(--accent-color);
  font-size: 15px;
}

.why-choose-one__box__rm {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  background-color: transparent;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  right: 39px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 400ms ease;
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .why-choose-one__box__rm {
    right: 30px;
  }
}

@media (max-width: 767px) {
  .why-choose-one__box__rm {
    position: relative;
    right: 0;
    margin: 25px 0 0;
  }
}

.why-choose-one__box__rm::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--accent-color);
  opacity: 0.23;
  transition: 400ms ease;
  z-index: -1;
}

.why-choose-one__box__rm:hover {
  transform: rotate(90deg);
  color: var(--psdbox-white);
}

.why-choose-one__box__rm:hover::after {
  opacity: 1;
}

.why-choose-two {
  padding-top: 100px;
  background-color: var(--psdbox-white);
}

.why-choose-two__image {
  position: relative;
  display: inline-block;
  margin-bottom: 110px;
}

@media (min-width: 992px) {
  .why-choose-two__image {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .why-choose-two__image {
    margin-left: 120px;
  }
}

.why-choose-two__image img {
  max-width: 100%;
}

.why-choose-two__image__two {
  position: absolute;
  bottom: -50px;
  left: 0px;
  z-index: 10;
}

@media (min-width: 992px) {
  .why-choose-two__image__two {
    bottom: 0;
    left: -120px;
  }
}

.why-choose-two__image__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 11;
  animation: shapeMove 4s linear 0s infinite;
}

@media (min-width: 992px) {
  .why-choose-two__image__shape {
    bottom: auto;
    top: 200px;
    right: auto;
    left: -100px;
  }
}

.why-choose-two__image__icon {
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--psdbox-base);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

@media (min-width: 992px) {
  .why-choose-two__image__icon {
    left: -48px;
  }
}

@media (min-width: 1200px) {
  .why-choose-two__content {
    padding-left: 70px;
  }
}

.why-choose-two__highlight {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: var(--psdbox-base);
  margin: 0;
  margin-top: -10px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .why-choose-two__highlight {
    margin: 0;
    font-size: 20px;
    line-height: 34px;
    margin-top: -20px;
    margin-bottom: 32px;
  }
}

.why-choose-two__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.875em;
}

@media (min-width: 992px) {
  .why-choose-two__text {
    font-size: 16px;
  }
}

.why-choose-two__progress {
  margin-top: 30px;
  margin-bottom: 37px;
}

.why-choose-two__progress__title {
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.why-choose-two__progress__bar {
  width: 100%;
  height: 17px;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}

.why-choose-two__progress__inner {
  position: absolute;
  height: calc(100% - 6px);
  left: 4px;
  top: 3px;
  background-color: var(--psdbox-base);
  transition: all 700ms linear;
  width: 0px;
}

.why-choose-two__progress__number {
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
  font-size: 14px;
  font-weight: 400;
}

.why-choose-two__link:hover {
  color: var(--psdbox-white);
}

.why-choose-two__link::after {
  background-color: var(--psdbox-black);
}

.why-choose-two__link::before {
  background-color: var(--psdbox-base);
}

.why-choose-three {
  position: relative;
  padding: 120px 0 220px;
  background-color: var(--psdbox-black);
  margin-bottom: -100px;
  z-index: 1;
}

@media (max-width: 767px) {
  .why-choose-three {
    padding: 80px 0 180px;
  }
}

.why-choose-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--psdbox-black);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.why-choose-three__content {
  position: relative;
}

.why-choose-three__content__text {
  font-size: 15px;
  line-height: 30px;
  color: rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.6);
  margin: 0;
}

.why-choose-three .sec-title__title {
  color: var(--psdbox-white);
}

.why-choose-three .sec-title {
  padding-bottom: 26px;
}

.why-choose-three__list {
  position: relative;
  background-color: var(--psdbox-black2);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
}

@media (max-width: 991px) {
  .why-choose-three__list {
    margin: 50px 0 0;
  }
}

.why-choose-three__item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 40px 40px 36px;
}

.why-choose-three__item:nth-child(1),
.why-choose-three__item:nth-child(3) {
  border-right: 1px solid rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.1);
}

.why-choose-three__item:nth-child(1),
.why-choose-three__item:nth-child(2) {
  border-bottom: 1px solid rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.1);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-three__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .why-choose-three__item {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.1);
  }
}

.why-choose-three__item:hover .why-choose-three__item__icon span {
  transform: scale(0.8);
}

.why-choose-three__item__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.why-choose-three__item__icon {
  width: 57px;
  height: 57px;
  background-color: var(--psdbox-base);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--psdbox-white);
  font-size: 21px;
  margin-right: 18px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-three__item__icon {
    margin-right: 12px;
  }
}

.why-choose-three__item__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}

.why-choose-three__item__title {
  color: var(--psdbox-white);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.why-choose-three__item__text {
  color: var(--psdbox-text-dark);
  font-size: 15px;
  line-height: 30px;
  margin: 0;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
  position: relative;
  z-index: 2;
  margin-bottom: -116px;
}

.funfact-one__list.list-unstyled {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
  background-color: var(--psdbox-white);
  border-radius: 117px;
  padding-top: 81px;
  padding-bottom: 81px;
}

@media (min-width: 1360px) {
  .funfact-one__list.list-unstyled {
    margin: 0 -90px;
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (max-width: 1359px) {
  .funfact-one__list.list-unstyled {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .funfact-one__list.list-unstyled {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.funfact-one__item {
  display: flex;
  align-items: center;
  position: relative;
}

.funfact-one__item:hover .funfact-one__icon i {
  transform: scale(0.9);
}

.funfact-one__item:hover .funfact-one__content::before {
  left: -23px;
  opacity: 1;
  width: 23px;
}

.funfact-one__item:hover .funfact-one__content::after {
  height: 50%;
}

.funfact-one__item:hover .funfact-one__text {
  background-size: 100% 1px;
}

.funfact-one__icon {
  width: 70px;
  height: 70px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accent-color);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 35px;
  color: var(--psdbox-white);
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.5s ease;
}

.funfact-one__icon i {
  display: inline-block;
  transition: all 0.5s ease;
  transform: scale(1);
}

.funfact-one__content {
  position: relative;
  border-left: 3px solid var(--psdbox-border-color, var(--psdbox-white));
  padding-left: 18px;
}

.funfact-one__content::after {
  position: absolute;
  left: -3px;
  bottom: 0;
  width: 3px;
  height: 0;
  background-color: var(--accent-color);
  content: "";
  transition: all 0.5s ease;
}

.funfact-one__content::before {
  position: absolute;
  left: -3px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 3px;
  background-color: var(--accent-color);
  content: "";
  transition: all 0.7s ease;
  opacity: 0;
}

.funfact-one__count {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.54px;
  display: flex;
  align-items: center;
}

.funfact-one__text {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  margin-top: 6px;
  line-height: 1.3;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.funfact-one--home-three {
  padding: 0 0 120px;
  margin: 0;
}

@media (max-width: 767px) {
  .funfact-one--home-three {
    padding-bottom: 80px;
  }
}

.funfact-one--home-three .funfact-one__list.list-unstyled {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

.funfact-one--about {
  padding: 82px 0 120px;
  margin: 0;
}

@media (max-width: 767px) {
  .funfact-one--about {
    padding-bottom: 80px;
  }
}

.funfact-one--about .funfact-one__list.list-unstyled {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

.funfact-one--team-details {
  padding: 0;
  margin: 0;
}

.funfact-one--team-details .funfact-one__list.list-unstyled {
  margin: 0;
  padding: 120px 0;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

@media (max-width: 767px) {
  .funfact-one--team-details .funfact-one__list.list-unstyled {
    padding: 80px 0;
  }
}

.funfact-two {
  position: relative;
  background-color: var(--psdbox-base);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 120px 0;
}

.funfact-two__shape {
  position: absolute;
  left: -10px;
  top: 0;
}

.funfact-two__shape img {
  animation: shapeMove 3s linear 0s infinite;
}

@media (max-width: 767px) {
  .funfact-two {
    padding: 80px 0;
  }
}

.funfact-two .sec-title {
  padding-bottom: 33px;
}

.funfact-two .sec-title__tagline,
.funfact-two .sec-title__title {
  color: var(--psdbox-white);
}

.funfact-two__list {
  position: relative;
  background-color: var(--psdbox-white);
  margin: 0 0 0 -7px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
}

@media (max-width: 991px) {
  .funfact-two__list {
    margin: 50px 0 0;
  }
}

.funfact-two__list__icon {
  width: 94px;
  height: 94px;
  background-color: var(--psdbox-base);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.funfact-two__list__icon img {
  height: 65px;
  transform: scale(1);
  transition: 500ms ease;
}

@media (max-width: 767px) {
  .funfact-two__list__icon {
    display: none;
  }
}

.funfact-two__list:hover .funfact-two__list__icon img {
  transform: scale(0.9);
}

.funfact-two__item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 42px 58px;
}

.funfact-two__item:nth-child(1),
.funfact-two__item:nth-child(3) {
  border-right: 1px solid var(--psdbox-base);
}

.funfact-two__item:nth-child(1),
.funfact-two__item:nth-child(2) {
  border-bottom: 1px solid var(--psdbox-base);
}

@media (max-width: 1199px) {
  .funfact-two__item {
    padding-left: 30px;
    padding-right: 25px;
  }
}

@media (max-width: 991px) {
  .funfact-two__item {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .funfact-two__item {
    padding-left: 50px;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid var(--psdbox-base);
  }
}

.funfact-two__count {
  margin: 0;
  color: var(--psdbox-black);
  font-size: 40px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .funfact-two__count {
    font-size: 50px;
  }
}

.funfact-two__text {
  margin: 0;
  font-size: 18px;
  margin: 0;
}

.funfact-three {
  position: relative;
  padding: 100px 0;
  background-color: var(--psdbox-white);
}

@media (max-width: 767px) {
  .funfact-three {
    padding: 80px 0 50px;
  }
}

.funfact-three__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--psdbox-gray, #f1f6f7);
  z-index: 3;
}

@media (min-width: 1400px) {
  .funfact-three__bg {
    width: calc(100% - 240px);
    left: 120px;
  }
}

.funfact-three__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
  z-index: 3;
  position: relative;
}

@media (max-width: 767px) {
  .funfact-three__list {
    display: block;
  }
}

.funfact-three__item {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}

@media (max-width: 991px) {
  .funfact-three__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0 30px !important;
  }
}

@media (max-width: 767px) {
  .funfact-three__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 30px !important;
    text-align: center;
  }
}

.funfact-three__item:not(:last-of-type)::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  position: absolute;
  top: 0;
  right: 54px;
}

@media (max-width: 991px) {
  .funfact-three__item:not(:last-of-type)::before {
    right: 50px !important;
  }
}

@media (max-width: 767px) {
  .funfact-three__item:not(:last-of-type)::before {
    display: none;
  }
}

.funfact-three__item:not(:first-of-type) {
  padding-left: 37px;
}

@media (max-width: 1199px) {
  .funfact-three__item:not(:first-of-type) {
    padding-left: 0;
  }
}

.funfact-three__item:nth-child(2)::before {
  right: 16px;
}

@media (max-width: 991px) {
  .funfact-three__item:nth-child(2)::before {
    display: none;
  }
}

.funfact-three__item:nth-child(3)::before {
  right: -20px;
}

.funfact-three__item:nth-child(3) {
  padding-left: 63px;
}

@media (max-width: 1199px) {
  .funfact-three__item:nth-child(3) {
    padding-left: 40px;
  }
}

.funfact-three__item:last-child {
  padding-left: 104px;
}

@media (max-width: 1199px) {
  .funfact-three__item:last-child {
    padding-left: 70px;
  }
}

.funfact-three__item:hover .funfact-three__icon::before {
  transform: scale(0.9);
}

.funfact-three__icon {
  width: 103px;
  height: 104px;
  background-color: var(--psdbox-base);
  font-size: 60px;
  color: var(--psdbox-white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 13px;
}

@media (max-width: 767px) {
  .funfact-three__icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.funfact-three__icon::before {
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}

.funfact-three__count {
  margin: 0;
  color: var(--psdbox-black);
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 768px) {
  .funfact-three__count {
    font-size: 40px;
  }
}

.funfact-three__text {
  margin: 0;
  color: var(--psdbox-text, #636363);
  font-size: 16px;
  margin-top: 9px;
  margin-bottom: -6px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  position: relative;
  padding: 120px 0 0;
}

@media (max-width: 767px) {
  .testimonials-one {
    padding: 80px 0 0;
  }
}

.testimonials-one__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--psdbox-gray, #f1f6f7);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 58%);
}

.testimonials-one .sec-title {
  padding-bottom: 19px;
}

.testimonials-one__text {
  position: relative;
  margin: 0 0 42px;
}

.testimonials-one__wrapper {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 80px;
  border-radius: 50px;
}

@media (min-width: 1350px) {
  .testimonials-one__wrapper {
    margin-left: 50px;
    margin-right: -120px;
    padding-right: 45px;
  }
}

@media (max-width: 991px) {
  .testimonials-one__wrapper {
    margin-left: 80px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .testimonials-one__wrapper {
    padding: 0 0 0;
    margin: 0;
    background-image: none !important;
  }
}

.testimonials-one__carousel {
  margin-left: -80px;
}

@media (max-width: 767px) {
  .testimonials-one__carousel {
    margin-left: 0;
  }
}

.testimonials-one__image {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.testimonials-one__image .slick-list {
  margin-top: 160px;
  padding: 10px 0 !important;
  transform: rotate(12deg);
  margin-left: -170px;
}

@media (max-width: 1400px) {
  .testimonials-one__image .slick-list {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .testimonials-one__image .slick-list {
    transform: rotate(21deg);
    margin-left: -10px;
  }
}

@media (max-width: 991px) {
  .testimonials-one__image .slick-list {
    display: none;
  }
}

.testimonials-one__image .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--psdbox-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
  border: none;
  outline: none;
  box-shadow: none;
  color: var(--psdbox-black);
  transition: all 400ms ease;
}

.testimonials-one__image .slick-arrow.next {
  position: absolute;
  left: 60px;
  top: 0;
}

.testimonials-one__image .slick-arrow:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.testimonials-one__image__item {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid var(--psdbox-white);
  transition: all 400ms ease;
  transform: scale(1);
  cursor: pointer;
}

@media (max-width: 1199px) {
  .testimonials-one__image__item {
    width: 106px;
    height: 106px;
  }
}

.testimonials-one__image__item img {
  width: 100%;
  height: 100%;
}

.testimonials-one__image .slick-current.slick-active.slick-center {
  transition: all 400ms ease;
}

.testimonials-one__image .slick-current.slick-active.slick-center .testimonials-one__image__item {
  border-color: var(--accent-color);
  transition: all 400ms ease;
  transform: scale(1.1);
}

.testimonials-card {
  position: relative;
  background-color: var(--psdbox-white);
  transition: all 500ms ease;
  padding: 60px 60px 45px 99px;
  border-radius: 0 30px 30px 0;
  margin-left: 79px;
  margin-bottom: 39px;
}

@media (max-width: 767px) {
  .testimonials-card {
    border-radius: 30px;
    padding: 40px 30px;
    margin: 40px 0;
  }
}

.testimonials-card:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-card__image {
  width: 161px;
  height: 161px;
  border: 12px solid var(--psdbox-white);
  border-radius: 50%;
  transition: all 500ms ease;
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .testimonials-card__image {
    position: relative;
    left: 0;
    margin: 0 0 25px;
    border: none;
    width: 131px;
    height: 131px;
  }
}

.testimonials-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid var(--accent-color);
}

.testimonials-card__rating {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}

.testimonials-card__rating i {
  color: var(--accent-color);
  font-size: 22px;
  letter-spacing: 6px;
}

.testimonials-card__rating i:last-child {
  color: var(--psdbox-border-color, var(--psdbox-white));
}

.testimonials-card__content {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 18px;
  font-style: italic;
}

.testimonials-card__name {
  margin: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
}

.testimonials-card__designation {
  margin: 0;
  line-height: 1;
}

.testimonials-card__quote {
  font-size: 55px;
  color: var(--psdbox-border-color, var(--psdbox-white));
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--psdbox-border-color, var(--psdbox-white));
  position: absolute;
  right: 92px;
  bottom: 50px;
  line-height: 1;
}

.testimonials-two {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .testimonials-two {
    padding: 80px 0;
  }
}

.testimonials-two__shape-one {
  position: absolute;
  left: 90px;
  top: 85px;
  width: 139px;
  height: 255px;
  animation: treeMove 4s linear 0s infinite;
}

@media (max-width: 1300px) {
  .testimonials-two__shape-one {
    display: none;
  }
}

.testimonials-two__shape-two {
  position: absolute;
  left: 99px;
  bottom: 100px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  animation: zoomsIn 4s linear 0s infinite;
}

@media (max-width: 1300px) {
  .testimonials-two__shape-two {
    display: none;
  }
}

.testimonials-two__shape-three {
  position: absolute;
  right: 99px;
  top: 100px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  animation: zoomsIn 4s linear 0s infinite;
}

@media (max-width: 1300px) {
  .testimonials-two__shape-three {
    display: none;
  }
}

.testimonials-two__shape-four {
  position: absolute;
  right: 120px;
  bottom: 0;
  width: 93px;
  height: 221px;
  animation: treeMove 4s linear 0s infinite;
}

@media (max-width: 1300px) {
  .testimonials-two__shape-four {
    display: none;
  }
}

.testimonials-two__wrapper {
  max-width: 835px;
  margin: 57px auto 0;
  position: relative;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  border-radius: 80px;
  padding: 0 0 38px;
}

.testimonials-two__carousel {
  position: relative;
  text-align: center;
}

.testimonials-two__carousel .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--psdbox-black);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--psdbox-white);
  font-size: 18px;
  border-radius: 50%;
  transition: all 500ms ease;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  z-index: 3;
}

.testimonials-two__carousel .slick-arrow:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.testimonials-two__carousel .slick-arrow.prev {
  position: absolute;
  left: -25px;
  top: 51px;
}

@media (max-width: 767px) {
  .testimonials-two__carousel .slick-arrow.prev {
    left: -15px;
  }
}

.testimonials-two__carousel .slick-arrow.next {
  position: absolute;
  right: -25px;
  top: 51px;
}

@media (max-width: 767px) {
  .testimonials-two__carousel .slick-arrow.next {
    right: -15px;
  }
}

.testimonials-two__item {
  position: relative;
  margin: 0;
  text-align: center;
}

.testimonials-two__item__name {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 15px;
}

.testimonials-two__item__designation {
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}

.testimonials-two__item__quote {
  margin: 0 0 22px;
}

@media (max-width: 767px) {
  .testimonials-two__item__quote {
    padding: 0 30px;
  }

  .testimonials-two__item__quote br {
    display: none;
  }
}

.testimonials-two__item__ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--psdbox-base);
  font-size: 23px;
  letter-spacing: 5px;
}

.testimonials-two__item__ratings i:last-child {
  color: var(--psdbox-border-color, var(--psdbox-white));
}

.testimonials-two__carousel-thumb {
  max-width: 210px;
  padding: 0;
  margin: -60px auto 26px;
  position: relative;
  text-align: center;
}

.testimonials-two__carousel-thumb .slick-slide {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 25px 0;
}

.testimonials-two__carousel-thumb .slick-slide .testimonials-two__meta-thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  position: relative;
  transition: 500ms ease;
  transform: scale(1);
}

.testimonials-two__carousel-thumb .slick-slide .testimonials-two__meta-thumb::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: auto;
  width: 100%;
  height: 100%;
  content: "";
  border: 7px solid var(--psdbox-base);
  visibility: hidden;
  opacity: 0;
  transition: 500ms ease;
}

.testimonials-two__carousel-thumb .slick-slide .testimonials-two__meta-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.testimonials-two__carousel-thumb .slick-active.slick-center {
  position: relative;
  z-index: 9;
}

.testimonials-two__carousel-thumb .slick-active.slick-center .testimonials-two__meta-thumb {
  transform: scale(1.6);
}

.testimonials-two__carousel-thumb .slick-active.slick-center .testimonials-two__meta-thumb::after {
  visibility: visible;
  opacity: 1;
}

.testimonials-three {
  position: relative;
  padding: 185px 0 0;
}

@media (max-width: 767px) {
  .testimonials-three {
    padding: 80px 0 0;
  }
}

.testimonials-three__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-three__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--psdbox-black-rgb, 18, 47, 42), 0.76);
}

.testimonials-three__bg__shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 1;
}

.testimonials-three__wrapper {
  position: relative;
  background-color: var(--psdbox-base);
  border-radius: 20px;
  z-index: 2;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 81px 0 73px;
}

@media (max-width: 767px) {
  .testimonials-three__wrapper {
    padding: 60px 20px 50px;
  }
}

.testimonials-three__wrapper .sec-title {
  padding-bottom: 31px;
}

.testimonials-three__wrapper .sec-title__title,
.testimonials-three__wrapper .sec-title__tagline {
  color: var(--psdbox-white);
}

.testimonials-three__wrapper .sec-title__tagline__border {
  background-color: var(--psdbox-white);
}

.testimonials-three__carousel {
  position: relative;
  text-align: center;
}

.testimonials-three__carousel .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--psdbox-black);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--psdbox-white);
  font-size: 18px;
  border-radius: 50%;
  transition: all 500ms ease;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  z-index: 3;
}

.testimonials-three__carousel .slick-arrow:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.testimonials-three__carousel .slick-arrow.prev {
  position: absolute;
  left: -25px;
  top: -56px;
}

@media (max-width: 767px) {
  .testimonials-three__carousel .slick-arrow.prev {
    left: -25px;
    top: 0;
  }
}

.testimonials-three__carousel .slick-arrow.next {
  position: absolute;
  right: -25px;
  top: -56px;
}

@media (max-width: 767px) {
  .testimonials-three__carousel .slick-arrow.next {
    right: -25px;
    top: 0;
  }
}

.testimonials-three__item {
  position: relative;
  margin: 0;
  text-align: center;
}

.testimonials-three__item__name {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  color: var(--psdbox-white);
  margin-bottom: 15px;
}

.testimonials-three__item__designation {
  font-size: 16px;
  line-height: 1;
  color: var(--psdbox-white);
  display: block;
  margin-bottom: 20px;
}

.testimonials-three__item__ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--psdbox-base);
  font-size: 23px;
  letter-spacing: 5px;
  margin-bottom: 25px;
}

.testimonials-three__item__ratings i:last-child {
  color: var(--psdbox-border-color, var(--psdbox-white));
}

.testimonials-three__item__quote {
  color: var(--psdbox-white);
  margin: 0;
}

@media (max-width: 767px) {
  .testimonials-three__item__quote br {
    display: none;
  }
}

.testimonials-three__carousel-thumb {
  max-width: 530px;
  padding: 0;
  margin: 0px auto 26px;
  position: relative;
  text-align: center;
}

.testimonials-three__carousel-thumb .slick-slide {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 25px 0;
}

.testimonials-three__carousel-thumb .slick-slide .testimonials-three__meta-thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  position: relative;
  transition: 500ms ease;
  transform: scale(1);
  margin: auto;
}

.testimonials-three__carousel-thumb .slick-slide .testimonials-three__meta-thumb::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: auto;
  width: 100%;
  height: 100%;
  content: "";
  border: 7px solid var(--psdbox-base);
  visibility: hidden;
  opacity: 0;
  transition: 500ms ease;
}

.testimonials-three__carousel-thumb .slick-slide .testimonials-three__meta-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.testimonials-three__carousel-thumb .slick-active.slick-center {
  position: relative;
  z-index: 9;
}

.testimonials-three__carousel-thumb .slick-active.slick-center .testimonials-three__meta-thumb {
  transform: scale(1.58);
}

.testimonials-three__carousel-thumb .slick-active.slick-center .testimonials-three__meta-thumb::after {
  visibility: visible;
  opacity: 1;
}

.testimonials-page {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .testimonials-page {
    padding: 80px 0;
  }
}

.testimonials-page__card {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
  transition: all 500ms ease;
  padding: 113px 50px 44px 60px;
  border-radius: 20px;
  margin-top: 45px;
}

@media (max-width: 991px) {
  .testimonials-page__card {
    padding: 113px 30px 44px 30px;
  }
}

.testimonials-page__card__image {
  width: 136px;
  height: 136px;
  border: 11px solid var(--psdbox-white);
  border-radius: 50%;
  transition: all 500ms ease;
  position: absolute;
  left: 60px;
  top: -55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .testimonials-page__card__image {
    left: 30px;
  }
}

.testimonials-page__card__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid var(--accent-color);
}

.testimonials-page__card__rating {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}

.testimonials-page__card__rating i {
  color: var(--accent-color);
  font-size: 22px;
  letter-spacing: 6px;
}

.testimonials-page__card__rating i:last-child {
  color: var(--psdbox-border-color, var(--psdbox-white));
}

.testimonials-page__card__content {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 12px;
  font-style: italic;
}

.testimonials-page__card__name {
  margin: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 14px;
}

.testimonials-page__card__designation {
  margin: 0;
  line-height: 1;
}

.testimonials-page__card__quote {
  font-size: 55px;
  color: var(--psdbox-border-color, var(--psdbox-white));
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--psdbox-border-color, var(--psdbox-white));
  position: absolute;
  right: 92px;
  bottom: 50px;
  line-height: 1;
}

@media (max-width: 991px) {
  .testimonials-page__card__quote {
    right: 40px;
  }
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-one {
  position: relative;
}

.cta-one .col-lg-6 {
  padding: 0;
}

.cta-one__title {
  margin: 0;
  font-family: var(--psdbox-special-cinzel);
  font-size: 35px;
  font-weight: bold;
  color: var(--psdbox-white);
  position: relative;
  letter-spacing: 3.5px;
  z-index: 2;
  margin-bottom: 7px;
}

.cta-one__text {
  color: rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.9);
  margin: 0 0 19px;
  position: relative;
  z-index: 2;
}

.cta-one .psdbox-btn {
  position: relative;
  z-index: 1;
  color: var(--psdbox-black);
  padding: 7px 37px;
}

.cta-one .psdbox-btn::before {
  background-color: var(--psdbox-white);
}

.cta-one .psdbox-btn::after {
  border-color: var(--psdbox-white);
}

.cta-one .psdbox-btn:hover {
  color: var(--psdbox-white);
}

.cta-one__shape-middle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: 1;
  align-items: center;
  width: 148px;
  height: 141px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: movebounce3 3s linear infinite;
}

@media (max-width: 1199px) {
  .cta-one__shape-middle {
    display: none;
  }
}

.cta-one__content {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 51px 30px 62px;
  text-align: center;
  overflow: hidden;
}

.cta-one__content::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--psdbox-base-rgb, 255, 85, 40), 0.6);
}

.cta-one__content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  background: rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.2);
  border-radius: 0;
  transition: all 500ms linear;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.cta-one__content:hover::before {
  -webkit-animation: zoom-hover 0.95s;
  animation: zoom-hover 0.95s;
}

@keyframes zoom-hover {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}

.cta-one__content__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 91px;
  height: 133px;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.cta-one__content--right {
  position: relative;
}

.cta-one__content--right::after {
  background: rgba(var(--psdbox-black-rgb, 18, 47, 42), 0.6);
}

.cta-one__content--right .psdbox-btn {
  color: var(--psdbox-white);
}

.cta-one__content--right .psdbox-btn::before {
  background-color: var(--psdbox-base);
}

.cta-one__content--right .psdbox-btn::after {
  border-color: var(--psdbox-base);
}

.cta-one__content--right .psdbox-btn:hover {
  color: var(--psdbox-base);
}

.cta-two {
  position: relative;
  background-color: var(--psdbox-base);
  padding: 59px 0 48px;
}

.cta-two__shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  animation: shapeMove 3s linear 0s infinite;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .cta-two__shape {
    display: none;
  }
}

.cta-two .sec-title {
  padding: 0;
}

.cta-two .sec-title__tagline {
  color: var(--psdbox-white);
}

.cta-two .sec-title__tagline__border {
  background-color: var(--psdbox-white);
}

.cta-two .sec-title__title {
  color: var(--psdbox-white);
}

@media (max-width: 991px) {
  .cta-two .sec-title__title {
    font-size: 35px;
  }
}

.cta-two__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  margin-left: auto;
  z-index: 2;
}

@media (max-width: 767px) {
  .cta-two__button {
    margin: 30px 0 0;
    justify-content: flex-start;
  }
}

.cta-two__button img {
  width: 65px;
  height: 66px;
  animation: shrinkAnim 3s ease 0s infinite;
}

@media (max-width: 991px) {
  .cta-two__button img {
    display: none;
  }
}

.cta-two__button .psdbox-btn {
  color: var(--psdbox-black);
}

.cta-two__button .psdbox-btn:hover {
  color: var(--psdbox-white);
}

.cta-two__button .psdbox-btn::before {
  background-color: var(--psdbox-white);
}

.cta-two__button .psdbox-btn::after {
  border-color: var(--psdbox-white);
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-one {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .gallery-one {
    padding: 80px 0;
  }
}

.gallery-one .container-fluid {
  width: 100%;
  max-width: 1572px;
}

.gallery-one .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}

@media (min-width: 992px) {
  .gallery-one__carousel .owl-nav {
    display: none;
  }
}

.gallery-one__filter__list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.gallery-one__filter__list li {
  cursor: pointer;
}

.gallery-one__filter__list li span {
  display: block;
  font-size: 14px;
  font-family: var(--psdbox-special-cinzel);
  background-color: var(--psdbox-gray, #f1f6f7);
  transition: all 500ms ease;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 20px;
  line-height: 1.2em;
}

.gallery-one__filter__list li.active span,
.gallery-one__filter__list li:hover span {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.gallery-one__card {
  position: relative;
  overflow: hidden;
  background-color: var(--psdbox-black);
}

.gallery-one__card img {
  transform: scale(1);
  max-width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
}

.gallery-one__card__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--psdbox-secondary-rgb, 255, 164, 21), 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}

.gallery-one__card__hover .img-popup {
  position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-one__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
  mix-blend-mode: screen;
}

.gallery-one__card:hover .gallery-one__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}

.gallery-one__card__icon {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.gallery-one__card__icon::after,
.gallery-one__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--psdbox-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery-one__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: relative;
}

.sidebar__single {
  background: rgb(255 255 255 / 4%);
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 20px;
  padding: 40px 30px;
}







@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__single {
    padding-left: 22px;
    padding-right: 20px;
  }
}

.sidebar__single--tags .sidebar__title::after {
  width: 100%;
}

.sidebar__single--search {
  padding: 0;
  border: none;
  border-radius: 50px;
}

.sidebar__single+.sidebar__single {
  margin-top: 50px;
}

.sidebar__title {
  text-transform: capitalize;
  margin: 0 0 36px;
  line-height: 1em;
  font-size: 20px;
  letter-spacing: 0.33px;
  font-weight: 700;
  position: relative;
  top: -3px;
  display: inline-block;
  color: var(--psdbox-base);
}

@media (min-width: 768px) {
  .sidebar__title {
    font-size: 22px;
  }
}


.sidebar__search {
  position: relative;
}

.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  outline: none;
  width: 100%;
  height: 55px;
  background-color: transparent;
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  border-radius: 50px;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 500ms ease;
}

.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.sidebar__search button[type=submit] {
  border: none;
  outline: none;
  background-color: var(--psdbox-base);
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: auto;
  font-size: 16px;
  line-height: 47px;
  color: var(--psdbox-white);
  border-radius: 50%;
  width: 47px;
  height: 47px;
  transition: all 500ms ease;
}

.sidebar__search button[type=submit]:hover {
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
}

.sidebar__categories {
  margin-bottom: -16px;
  margin-top: -9px;
}

.sidebar__categories li {
  position: relative;
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 500ms ease;
  padding: 0 0 0 26px;
  margin: 0 0 10px;
}

.sidebar__categories li::before {
  position: absolute;
  left: -3px;
  content: "\ea94";
  font-family: IcoFont !important;
  transition: all 500ms ease;
  font-weight: normal;
  font-size: 25px;
}

.sidebar__categories li a {
  color: inherit;
}

.sidebar__categories li:hover {
  padding: 0 5px 0 31px;
  color: var(--psdbox-base);
}

.sidebar__categories li:hover::before {
  left: 2px;
  color: var(--psdbox-base);
}

.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.sidebar__tags a {
  background-color: transparent;
  text-transform: capitalize;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px;
  color: var(--psdbox-text, #636363);
  transition: all 500ms ease;
  display: inline-flex;
  line-height: 28px;
  padding: 5px 21px;
}

.sidebar__tags a:hover {
  color: var(--psdbox-white);
  border-color: var(--psdbox-base);
  background-color: var(--psdbox-base);
}

.sidebar__posts {
  margin-bottom: 0;
}

.sidebar__posts__item {
  display: flex;
  align-items: center;
}

.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 30px;
}

.sidebar__posts__image {
  flex-shrink: 0;
  margin-right: 15px;
  width: 75px;
  height: 75px;
}

.sidebar__posts__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar__posts__meta {
  margin: 0;
  line-height: 1em;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  color: var(--psdbox-base);
  font-size: 14px;
  margin-bottom: 7px;
}

.sidebar__posts__meta i {
  font-size: 13px;
}

.sidebar__posts__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  /* font-family: var(--psdbox-poppins); */
}

.sidebar__posts__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}

.sidebar__posts__title a:hover {
  color: var(--psdbox-base);
}

/*--------------------------------------------------------------
# Blog details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .blog-details {
    padding: 80px 0;
  }
}

.blog-details__content {
  position: relative;
}

.blog-details__image {
  position: relative;
  margin-bottom: 30px;
  height: 550px;
  overflow: hidden;
  border-radius: 20px;
}

.blog-details__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details__top-meta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 24px;
}

.blog-details__top-meta li {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--psdbox-caveat);
  margin: 0 0;
  color: var(--psdbox-white);
}

.blog-details__top-meta li img {
  border: 2px solid var(--psdbox-base);
  border-radius: 50%;
  margin-right: 10px;
  width: 32px !important;
  height: 32px;
}

.blog-details__top-meta li i {
  color: var(--psdbox-base);
  font-size: 20px;
  margin-right: 10px;
}

.blog-details__top-meta li a {
  color: var(--psdbox-white);
  transition: all 500ms ease;
}

.blog-details__top-meta li a:hover {
  color: var(--psdbox-base);
}

.blog-details__top-meta li.blog-details__top-meta__cats {
  position: relative;
}

.blog-details__top-meta li.blog-details__top-meta__cats a {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
  border-radius: 30px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 0px 30px;
}

.blog-details__top-meta li.blog-details__top-meta__cats a:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.blog-details__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--psdbox-base);
}

.blog-details__text {
  margin: 0 0 15px;
  color: var(--psdbox-white);
  font-weight: 400;
}

@media (min-width: 1200px) {
  .blog-details__text {
    padding-right: 50px;
  }
}

.blog-details__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 46px;
  margin-bottom: 55px;
}

.blog-details__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__tags__title {
  text-transform: capitalize;
  margin: 0;
  line-height: 1em;
  font-size: 20px;
  font-weight: bold;
  margin-top: -4px;
  margin-bottom: -4px;
}

@media (min-width: 768px) {
  .blog-details__tags__title {
    font-size: 22px;
  }
}

.blog-details__tags .sidebar__tags a {
  border: none;
  background-color: var(--psdbox-gray, #f1f6f7);
}

.blog-details__tags .sidebar__tags a:hover {
  background-color: var(--psdbox-base);
}

.blog-details__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-details__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--psdbox-gray, #f1f6f7);
  font-size: 14px;
  color: var(--psdbox-black);
  transition: all 500ms ease;
  border-radius: 50%;
}

.blog-details__social a:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .comments-one {
    margin-top: 55px;
  }
}

.comments-one__title {
  margin: 0;
  text-transform: capitalize;
  font-size: 25px;
  font-weight: bold;
  margin-top: -4px;
  margin-bottom: -4px;
}

@media (min-width: 992px) {
  .comments-one__title {
    font-size: 30px;
  }
}

.comments-one__list {
  margin: 0;
  margin-top: 35px;
}

@media (min-width: 768px) {
  .comments-one__card {
    display: flex;
    align-items: flex-start;
  }
}

.comments-one__card:not(:first-of-type) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

@media (min-width: 1200px) {
  .comments-one__card:not(:first-of-type) {
    margin-top: 50px;
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .comments-one__card__image {
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .comments-one__card__image {
    margin-right: 45px;
  }
}

.comments-one__card__image img {
  border-radius: 50%;
}

.comments-one__card__title {
  margin: 0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .comments-one__card__title {
    margin-bottom: 21px;
  }
}

.comments-one__card__date {
  font-family: var(--psdbox-special-cinzel);
  font-size: 16px;
  margin-left: 20px;
  color: var(--psdbox-text, #636363);
}

.comments-one__card__text {
  margin: 0;
  margin-bottom: 20px;
  max-width: 560px;
}

@media (min-width: 768px) {
  .comments-one__card__text {
    margin-bottom: 0;
  }
}

.comments-one__card__reply {
  padding: 6px 20px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .comments-one__card__reply {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.comments-one__card__content {
  position: relative;
}

.comments-form {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .comments-form {
    margin-top: 55px;
  }
}

.comments-form__title {
  margin: 0;
  text-transform: capitalize;
  font-size: 25px;
  color: var(--psdbox-black);
  font-weight: bold;
  margin-top: -4px;
  margin-bottom: -4px;
}

@media (min-width: 992px) {
  .comments-form__title {
    font-size: 30px;
  }
}

.comments-form__form {
  margin-top: 45px;
}

.comments-form .form-one .bootstrap-select>.dropdown-toggle,
.comments-form .form-one input[type=text],
.comments-form .form-one input[type=email],
.comments-form .form-one input[type=tel],
.comments-form .form-one textarea {
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .product {
    padding: 80px 0;
  }
}

.product__sidebar {
  position: relative;
}

.product__sidebar--title {
  position: relative;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: bold;
  margin-top: -5px;
}

.product__search {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.product__search form {
  border-radius: 0;
  position: relative;
}

.product__search form input[type=text] {
  width: 100%;
  height: 64px;
  background-color: transparent;
  padding-left: 30px;
  padding-right: 30px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 14px;
  color: var(--psdbox-text, #636363);
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  outline: none;
  font-weight: 500;
  border-radius: 0;
}

.product__price-ranger {
  background-color: var(--psdbox-gray, #f1f6f7);
  padding: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product__price-ranger {
    padding: 30px 20px;
  }
}

.product__price-ranger #slider-range {
  margin: 22px 0 0 0px;
  background: var(--psdbox-white);
  border: none;
  height: 5px;
  border-radius: 0;
  position: relative;
}

.product__price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--psdbox-base);
}

.product__price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: -5px;
  background: var(--psdbox-base);
  border: 0;
  height: 14px;
  width: 14px !important;
  border-radius: 50%;
  margin-left: -2px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}

.product__price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin: 18px 0 0 0px;
}

.product__price-ranger .ranger-min-max-block input[type=text] {
  position: relative;
  display: inline-block;
  color: var(--psdbox-text, #636363);
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  line-height: 30px;
  border: none;
  outline: none;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  padding: 0;
  text-align: center;
  background-color: transparent;
}

.product__price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--psdbox-text, #636363);
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  left: -2px;
}

.product__price-ranger .ranger-min-max-block input[type=submit] {
  position: relative;
  display: block;
  background-color: var(--psdbox-white);
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  float: right;
  text-align: center;
  border: none;
  color: var(--psdbox-black);
  font-size: 10px;
  letter-spacing: var(--psdbox-letter-space, 0.1em);
  font-weight: 600;
  line-height: 38px;
  margin: 0;
  cursor: pointer;
  padding: 0 20px;
  height: 38px;
  border-radius: 0;
  box-shadow: 0px 10px 30px 0px rgba(var(--psdbox-black-rgb, 18, 47, 42), 0.07);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product__price-ranger .ranger-min-max-block input[type=submit] {
    padding: 0 15px;
  }
}

.product__price-ranger .ranger-min-max-block input[type=submit]:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.product__categories {
  background-color: var(--psdbox-gray, #f1f6f7);
  padding: 30px;
}

.product__categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -20px;
}

.product__categories ul li {
  position: relative;
  margin: 0 0 4px;
}

.product__categories ul li a {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--psdbox-text, #636363);
  font-weight: 500;
  transition: all 0.3s ease;
  z-index: 1;
  padding: 9px 15px 11px;
}

.product__categories ul li a::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  transition: all 500ms ease;
  font-size: 16px;
  margin-right: 10px;
  color: var(--psdbox-base);
}

.product__categories ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--psdbox-white);
  z-index: -1;
  transform: scale(1, 0);
  perspective: 400px;
  visibility: hidden;
  transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
  transform-origin: bottom center;
}

.product__categories ul li:hover a,
.product__categories ul li.active a {
  color: var(--psdbox-black);
  padding-left: 27px;
}

.product__categories ul li:hover a::after,
.product__categories ul li.active a::after {
  transform: scale(1, 1);
  visibility: visible;
  transform-origin: top center;
}

.product__categories ul li:hover a span,
.product__categories ul li.active a span {
  color: var(--psdbox-base);
}

.product__categories ul li.active a {
  font-weight: 600;
}

.product__info-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .product__info-top {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .product__info-top {
    display: block;
    margin-top: 40px;
  }
}

.product__showing-text {
  margin: 0;
  font-weight: 500;
  font-size: 17px;
}

@media (max-width: 767px) {
  .product__showing-text {
    margin-bottom: 20px;
  }
}

.product__showing-sort {
  margin: 0;
  font-size: 18px;
}

.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 340px !important;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
}

@media (max-width: 360px) {
  .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 300px !important;
  }
}

.product__showing-sort .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.product__showing-sort .bootstrap-select .dropdown-menu {
  border: none;
}

.product__showing-sort .bootstrap-select>.dropdown-toggle {
  position: relative;
  height: 64px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--psdbox-gray, #f1f6f7) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--psdbox-text, #636363) !important;
  font-size: 14px;
  line-height: 64px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  text-transform: capitalize;
}

.product__showing-sort .bootstrap-select>.dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--psdbox-text, #636363);
}

.product__showing-sort .bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.product__showing-sort .bootstrap-select .dropdown-menu>li>a {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 30px;
  color: var(--psdbox-text, #636363);
  background-color: var(--psdbox-gray, #f1f6f7);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product__showing-sort .bootstrap-select .dropdown-menu>li:hover>a,
.product__showing-sort .bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--psdbox-base);
  color: var(--psdbox-white);
  border-color: var(--psdbox-base);
}

.product__item {
  position: relative;
  background-color: var(--psdbox-white);
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  transition: all 500ms ease;
}

.product__item:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.product__item__img {
  background-color: var(--psdbox-white);
  position: relative;
  overflow: hidden;
}

.product__item__img img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  transition: all 500ms ease;
  transform: scale(1);
}

.product__item__btn {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

.product__item__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--psdbox-gray, #f1f6f7);
  border-radius: 50%;
  color: var(--psdbox-black);
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
}

.product__item__btn a:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.product__item__btn a:nth-child(1) {
  -webkit-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}

.product__item__btn a:nth-child(2) {
  -webkit-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}

.product__item__btn a+a {
  margin-top: 10px;
}

.product__item:hover .product__item__img img {
  transform: scale(1.05);
}

.product__item:hover .product__item__btn a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.product__item__content {
  position: relative;
  text-align: center;
  padding: 30px 20px;
}

.product__item__ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: var(--psdbox-base);
  letter-spacing: 4.5px;
  margin-bottom: 4px;
}

.product__item__title {
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0;
  margin-bottom: 6px;
}

.product__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.product__item__title a:hover {
  background-size: 100% 1px;
}

.product__item__title a:hover {
  color: var(--psdbox-base);
}

.product__item__price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: var(--psdbox-text, #636363);
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 20px;
}

.product__item__price__offer {
  text-decoration: line-through;
  color: var(--psdbox-border-color, var(--psdbox-white));
  margin-left: 10px;
}

.product__item__link {
  padding: 6px 24px;
  font-size: 13px;
}

.product__item__link::before {
  background-color: var(--psdbox-base);
}

/*--------------------------------------------------------------
# Shop details
--------------------------------------------------------------*/
.product-details {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .product-details {
    padding: 80px 0;
  }
}

.product-details__img {
  position: relative;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.product-details__img img {
  width: 100%;
  height: auto;
}

.product-details__img-search {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
  line-height: 1;
}

.product-details__img-search a {
  display: inline-block;
  font-size: 21px;
  color: var(--psdbox-black);
  transition: all 500ms ease;
}

.product-details__img-search a:hover {
  color: var(--psdbox-base);
}

.product-details__content {
  position: relative;
  margin: -8px 0 0 0;
}

@media (max-width: 991px) {
  .product-details__content {
    margin: 50px 0 0;
  }
}

.product-details__top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 17px;
}

.product-details__title {
  font-size: 34px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0;
}

.product-details__price {
  font-size: 24px;
  line-height: 26px;
  color: var(--psdbox-base);
  font-weight: 500;
  margin: 0 0 0 28px;
}

.product-details__review {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  font-size: 16px;
  color: var(--psdbox-base);
}

.product-details__review a {
  display: inline-block;
  color: var(--psdbox-text, #636363);
  font-size: 15px;
  letter-spacing: 0;
  margin-left: 16px;
  font-weight: 500;
  transition: all 500ms ease;
}

.product-details__review a:hover {
  color: var(--psdbox-base);
}

.product-details__divider {
  width: 100%;
  height: 1px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  margin: 22px 0 21px;
}

.product-details__excerpt {
  margin: 0;
}

.product-details__excerpt-text1 {
  margin: 0 0 31px;
}

.product-details__excerpt-text2 {
  margin: 0;
}

@media (max-width: 767px) {
  .product-details__excerpt-text2 br {
    display: block;
  }
}

.product-details__quantity {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0 30px;
}

.product-details__quantity-title {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  margin-right: 35px;
  font-weight: 700;
}

.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  height: 50px;
}

.product-details__quantity .quantity-box input {
  width: 98px;
  height: 50px;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  color: var(--psdbox-text, #636363);
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
}

.product-details__quantity .quantity-box button {
  width: 24px;
  height: 24px;
  color: var(--psdbox-text, #636363);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: transparent;
  border: none;
  border-left: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 500ms ease;
}

.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.product-details__quantity .quantity-box button:hover {
  color: var(--psdbox-base);
}

.product-details__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-details__socials {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.product-details__socials__title {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 700;
  margin-right: 10px;
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .product-details__socials__title {
    flex: 0 0 auto;
  }
}

.product-details__socials a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--psdbox-gray, #f1f6f7);
  font-size: 14px;
  color: var(--psdbox-black);
  transition: all 500ms ease;
  border-radius: 50%;
}

.product-details__socials a:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.product-details__description {
  position: relative;
  margin: 52px 0 0;
}

.product-details__description__title {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 24px;
  font-weight: bold;
}

.product-details__description__text {
  margin-bottom: 30px;
}

.product-details__description__lists {
  margin: 0 0 30px;
  padding: 0;
}

.product-details__description__lists li {
  display: block;
  position: relative;
  padding: 0 0 0 36px;
  font-weight: 500;
  color: var(--psdbox-black);
}

.product-details__description__lists li span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: var(--psdbox-base);
}

.product-details__comment {
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  margin: 55px 0 0;
  padding: 52px 0 0;
  position: relative;
}

.product-details__review-title {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 44px;
  font-weight: 700;
}

.product-details__comment-box {
  position: relative;
  padding: 15px 0 64px 212px;
  margin-bottom: 50px;
  min-height: 166px;
  border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

@media (max-width: 767px) {
  .product-details__comment-box {
    padding-left: 0;
  }
}

.product-details__comment-box__thumb {
  width: 166px;
  height: 166px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  margin: 0;
  border: none;
}

@media (max-width: 767px) {
  .product-details__comment-box__thumb {
    position: relative;
    margin: 0 0 20px;
  }
}

.product-details__comment-box__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.product-details__comment-box__meta {
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  margin: 0 0 20px;
  font-weight: bold;
  color: var(--psdbox-black);
}

.product-details__comment-box__date {
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
  text-transform: inherit;
  color: var(--psdbox-base);
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 0 7px;
  text-transform: capitalize;
}

.product-details__comment-box__text {
  margin: 0;
}

.product-details__comment-box__ratings {
  position: absolute;
  right: 0;
  top: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 6px;
  font-size: 16px;
  color: var(--psdbox-base);
}

@media (max-width: 767px) {
  .product-details__comment-box__ratings {
    position: relative;
    top: 0;
    margin: 0 0 22px;
  }
}

.product-details__form {
  position: relative;
  margin: 51px 0 0;
}

.product-details__form .row {
  --bs-gutter-x: 20px;
}

.product-details__form-title {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

.product-details__form-ratings {
  display: flex;
  align-items: center;
  letter-spacing: 6px;
  font-size: 16px;
  color: var(--psdbox-base);
  margin: 0 0 25px;
}

.product-details__form-ratings__label {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0;
  color: var(--psdbox-text, #636363);
  margin: 0 17px 0 0;
}

.product-details__form__form {
  margin-top: 0;
}

.product-details__form__form .bootstrap-select>.dropdown-toggle,
.product-details__form__form input[type=text],
.product-details__form__form input[type=email],
.product-details__form__form input[type=tel],
.product-details__form__form textarea {
  border-color: var(--psdbox-border-color, var(--psdbox-white));
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .cart-page {
    padding: 80px 0;
  }
}

.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
}

.cart-page__table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 60px;
}

@media (max-width: 1199px) {
  .cart-page__table {
    min-width: 1170px;
  }
}

.cart-page__table thead tr th {
  color: var(--psdbox-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 0 24px;
  font-family: var(--psdbox-heading-bebas);
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white)) !important;
  box-shadow: none;
}

.cart-page__table thead tr th:last-child {
  text-align: right;
}

.cart-page__table tbody tr td {
  font-size: 18px;
  font-weight: 500;
  color: var(--psdbox-text, #636363);
  vertical-align: middle;
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  padding: 30px 0;
  letter-spacing: 0;
}

.cart-page__table tbody tr td:last-child {
  text-align: right;
}

.cart-page__table__meta {
  display: flex;
  align-items: center;
}

.cart-page__table__meta-img {
  width: 110px;
  height: 107px;
  background-color: var(--psdbox-white);
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  margin-right: 34px;
}

.cart-page__table__meta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.cart-page__table__meta-title {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
  font-weight: bold;
  color: var(--psdbox-black);
}

.cart-page__table__meta-title a {
  color: inherit;
}

.cart-page__table__meta-title a:hover {
  color: var(--psdbox-base);
}

.cart-page__table__remove {
  display: block;
  color: var(--psdbox-black);
  font-size: 24px;
}

.cart-page__table__remove:hover {
  color: var(--psdbox-base);
}

.cart-page__coupone-form {
  position: relative;
  display: flex;
}

@media (max-width: 767px) {
  .cart-page__coupone-form {
    display: block;
  }
}

.cart-page__coupone-form input[type=text] {
  height: 58px;
  width: 375px;
  border: none;
  background-color: var(--psdbox-gray, #f1f6f7);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 15px;
  color: var(--psdbox-text, #636363);
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  display: block;
  font-weight: 400;
  margin-right: 10px;
  border-radius: 30px;
}

@media (max-width: 1199px) {
  .cart-page__coupone-form input[type=text] {
    width: 290px;
  }
}

@media (max-width: 767px) {
  .cart-page__coupone-form input[type=text] {
    width: 100%;
    margin: 0 0 10px;
  }
}

.cart-page__cart-total {
  position: relative;
  text-align: right;
  margin: -8px 0 24px;
  padding: 0;
}

@media (max-width: 991px) {
  .cart-page__cart-total {
    text-align: left;
    margin-top: 45px;
  }
}

.cart-page__cart-total li {
  display: block;
  font-size: 20px;
  color: var(--psdbox-black);
  text-transform: capitalize;
  font-family: var(--psdbox-heading-bebas);
  font-weight: 700;
  margin: 0 0 0px;
}

@media (max-width: 991px) {
  .cart-page__cart-total li span {
    display: inline-block;
    min-width: 172px;
  }
}

.cart-page__cart-total-amount {
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 500;
  text-transform: inherit;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  display: inline-block;
  min-width: 172px;
}

.cart-page__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 991px) {
  .cart-page__buttons {
    justify-content: flex-start;
  }
}

.cart-page__buttons .checkout::before {
  background-color: var(--psdbox-base);
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .checkout-page {
    padding: 80px 0;
  }
}

.checkout-page .bs-gutter-x-20 {
  --bs-gutter-x: 20px;
}

.checkout-page__notice {
  line-height: 26px;
  margin: 0 0 16px;
}

.checkout-page__notice a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.checkout-page__notice a:hover {
  background-size: 100% 1px;
}

.checkout-page__notice a:hover {
  color: var(--psdbox-base);
}

.checkout-page__billing-address {
  position: relative;
}

.checkout-page__billing-address__title {
  font-size: 30px;
  text-transform: capitalize;
  margin: 0 0 34px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .checkout-page__billing-address__title {
    font-size: 28px;
  }
}

.checkout-page__shipping-address {
  position: relative;
}

@media (max-width: 991px) {
  .checkout-page__shipping-address {
    margin: 50px 0 0;
  }
}

.checkout-page__shipping-address__title {
  font-size: 30px;
  text-transform: capitalize;
  margin: 0 0 34px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .checkout-page__shipping-address__title {
    font-size: 28px;
  }
}

.checkout-page__shipping-address__title input[type=checkbox] {
  display: none;
}

.checkout-page__shipping-address__title label {
  position: relative;
  display: inline-block;
  padding-right: 29px;
  cursor: pointer;
}

.checkout-page__shipping-address__title label span:before {
  position: absolute;
  top: 0;
  left: 6px;
  line-height: 20px;
  display: inline-block;
  color: var(--psdbox-white);
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 8px;
  font-weight: 900;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.checkout-page__shipping-address__title input[type=checkbox]+label span {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 19px;
  height: 19px;
  background-color: var(--psdbox-base);
  border-radius: 50%;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-page__shipping-address__title input[type=checkbox]:checked+label span:before {
  opacity: 1;
}

.checkout-page__input-box {
  position: relative;
  line-height: 1;
  margin: 0 0 20px;
}

.checkout-page__input-box input[type=text],
.checkout-page__input-box input[type=email],
.checkout-page__input-box input[type=tel] {
  height: 58px;
  width: 100%;
  border: none;
  background-color: var(--psdbox-gray, #f1f6f7);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 15px;
  color: var(--psdbox-text, #636363);
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  display: block;
  font-weight: 400;
}

.checkout-page__input-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle {
  position: relative;
  height: 58px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--psdbox-gray, #f1f6f7) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--psdbox-text, #636363) !important;
  font-size: 15px;
  line-height: 58px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 12px;
  color: var(--psdbox-text, #636363);
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.checkout-page__input-box .bootstrap-select .dropdown-menu {
  border: none;
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li>a {
  font-size: 15px;
  font-weight: 400;
  padding: 15px 30px;
  color: var(--psdbox-text, #636363);
  background-color: var(--psdbox-gray, #f1f6f7);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li:hover>a,
.checkout-page__input-box .bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--psdbox-base);
  color: var(--psdbox-white);
  border-color: var(--psdbox-base);
}

.checkout-page__input-box textarea {
  font-size: 15px;
  font-weight: 400;
  color: var(--psdbox-text, #636363);
  height: 123px;
  width: 100%;
  background-color: var(--psdbox-gray, #f1f6f7);
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  padding: 20px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
}

.checkout-page__check-box {
  position: relative;
  display: block;
  margin-top: -6px;
}

.checkout-page__check-box input[type=checkbox] {
  display: none;
}

.checkout-page__check-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--psdbox-text, #636363);
  font-size: 15px;
  line-height: 24px;
  text-transform: none;
  cursor: pointer;
}

.checkout-page__check-box label span:before {
  position: absolute;
  top: 0;
  left: 6px;
  line-height: 20px;
  display: inline-block;
  color: var(--psdbox-white);
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 8px;
  font-weight: 900;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.checkout-page__check-box input[type=checkbox]+label span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 19px;
  height: 19px;
  background-color: var(--psdbox-base);
  border-radius: 50%;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-page__check-box input[type=checkbox]:checked+label span:before {
  opacity: 1;
}

.checkout-page__your-order {
  position: relative;
  margin: 32px 0 0;
}

.checkout-page__your-order__title {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: bold;
}

.checkout-page__your-order .psdbox-btn {
  padding: 16px 49.5px 17px;
}

.checkout-page__order-table {
  position: relative;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  margin: 0 0 0;
}

.checkout-page__order-table thead tr th {
  font-size: 20px;
  color: var(--psdbox-black);
  text-transform: capitalize;
  font-weight: 700;
  font-family: var(--psdbox-heading-bebas);
  margin: 0;
  padding: 15.5px 0;
  border: none;
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  font-weight: bold;
}

.checkout-page__order-table thead tr th:last-child {
  text-align: right;
}

.checkout-page__order-table tbody tr td {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--psdbox-text, #636363);
  margin: 0;
  padding: 0 0 24px;
  border: none;
}

.checkout-page__order-table tbody tr td:last-child {
  text-align: right;
}

.checkout-page__order-table tbody tr:first-child td {
  padding-top: 25px;
}

.checkout-page__order-table tbody tr:last-child td {
  padding-bottom: 26px;
}

.checkout-page__payment {
  background-color: var(--psdbox-gray, #f1f6f7);
  padding: 45px 50px 17px;
  min-height: 295px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .checkout-page__payment {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .checkout-page__payment {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.checkout-page__payment__item {
  position: relative;
}

.checkout-page__payment__title {
  display: flex;
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
  align-items: center;
  margin-bottom: 28px;
  cursor: pointer;
  font-weight: bold;
  color: var(--psdbox-black);
}

.checkout-page__payment__title::before {
  content: "";
  width: 19px;
  height: 19px;
  background-color: var(--psdbox-white);
  border: 2px solid var(--psdbox-border-color, var(--psdbox-white));
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  position: relative;
  top: 0;
  line-height: 19px;
  transition: all 500ms ease;
}

.checkout-page__payment__title img {
  margin-left: 15px;
}

.checkout-page__payment__item--active .checkout-page__payment__title::before {
  background-color: var(--psdbox-base);
  border-color: var(--psdbox-base);
  content: "\f00c";
  color: var(--psdbox-white);
}

.checkout-page__payment__content {
  margin-left: 35px;
  margin-bottom: 39px;
  font-size: 15px;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login-page {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .login-page {
    padding: 80px 0;
  }
}

.login-page__wrap {
  position: relative;
  max-width: 970px;
  padding: 60px;
  background-color: var(--psdbox-gray, #f1f6f7);
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .login-page__wrap {
    padding: 50px 40px;
  }
}

@media (max-width: 767px) {
  .login-page__wrap {
    padding: 50px 25px;
  }
}

.login-page__wrap__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

.login-page__form {
  position: relative;
  z-index: 1;
  display: block;
}

.login-page__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.login-page__form-input-box input[type=text],
.login-page__form-input-box input[type=email],
.login-page__form-input-box input[type=password] {
  height: 58px;
  width: 100%;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  background-color: var(--psdbox-white);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  display: block;
  font-weight: 400;
  border-radius: 5px;
  transition: all 400ms ease;
}

.login-page__form-input-box input[type=text]:focus,
.login-page__form-input-box input[type=email]:focus,
.login-page__form-input-box input[type=password]:focus {
  border-color: var(--psdbox-base);
}

.login-page__check-forgot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .login-page__check-forgot {
    display: block;
  }
}

.login-page__checked-box {
  position: relative;
}

.login-page__checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 45px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--psdbox-text, #636363);
  font-size: 16px;
  text-transform: none;
  cursor: pointer;
}

.login-page__checked-box label span:before {
  position: absolute;
  top: 4px;
  left: 6px;
  display: block;
  border-bottom: 2px solid var(--psdbox-border-color, var(--psdbox-white));
  border-right: 2px solid var(--psdbox-border-color, var(--psdbox-white));
  content: "";
  width: 8px;
  height: 12px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.login-page__checked-box input[type=checkbox] {
  display: none;
}

.login-page__checked-box input[type=checkbox]+label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.login-page__checked-box input[type=checkbox]:checked+label span:before {
  opacity: 1;
}

.login-page__form-forgot-password {
  position: relative;
}

@media (max-width: 767px) {
  .login-page__form-forgot-password {
    margin-top: 20px;
  }
}

.login-page__form-forgot-password a {
  font-size: 16px;
  color: var(--psdbox-base);
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.login-page__form-forgot-password a:hover {
  background-size: 100% 1px;
}

.login-page__form-forgot-password a:hover {
  color: var(--psdbox-base);
}

.login-page .psdbox-btn {
  border-radius: 5px;
}

.login-page .psdbox-btn::after,
.login-page .psdbox-btn::before {
  border-radius: 5px;
}

.register-page {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .register-page {
    padding: 80px 0;
  }
}

.register-page__wrap {
  position: relative;
  max-width: 970px;
  padding: 60px;
  background-color: var(--psdbox-gray, #f1f6f7);
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .register-page__wrap {
    padding: 50px 40px;
  }
}

@media (max-width: 767px) {
  .register-page__wrap {
    padding: 50px 25px;
  }
}

.register-page__wrap__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

.register-page__form {
  position: relative;
  z-index: 1;
  display: block;
}

.register-page__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.register-page__form-input-box input[type=text],
.register-page__form-input-box input[type=email],
.register-page__form-input-box input[type=password] {
  height: 58px;
  width: 100%;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  background-color: var(--psdbox-white);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  display: block;
  font-weight: 400;
  border-radius: 5px;
  transition: all 400ms ease;
}

.register-page__form-input-box input[type=text]:focus,
.register-page__form-input-box input[type=email]:focus,
.register-page__form-input-box input[type=password]:focus {
  border-color: var(--psdbox-base);
}

.register-page__checked-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}

.register-page__checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 45px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--psdbox-text, #636363);
  font-size: 16px;
  text-transform: none;
  cursor: pointer;
}

.register-page__checked-box label span:before {
  position: absolute;
  top: 4px;
  left: 6px;
  display: block;
  border-bottom: 2px solid var(--psdbox-border-color, var(--psdbox-white));
  border-right: 2px solid var(--psdbox-border-color, var(--psdbox-white));
  content: "";
  width: 8px;
  height: 12px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.register-page__checked-box input[type=checkbox] {
  display: none;
}

.register-page__checked-box input[type=checkbox]+label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.register-page__checked-box input[type=checkbox]:checked+label span:before {
  opacity: 1;
}

.register-page .psdbox-btn {
  border-radius: 5px;
}

.register-page .psdbox-btn::after,
.register-page .psdbox-btn::before {
  border-radius: 5px;
}

/*--------------------------------------------------------------
# error 404
--------------------------------------------------------------*/
.error-404 {
  position: relative;
  padding: 120px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .error-404 {
    padding: 80px 0;
  }
}

.error-404__image {
  position: relative;
  margin-bottom: 45px;
}

.error-404__image img {
  max-width: 100%;
  height: auto;
  animation: leafMove 4s linear 0s infinite;
}

.error-404__title {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.45px;
  margin-bottom: 15px;
  position: relative;
}

.error-404__text {
  margin: 0;
  margin-bottom: 40px;
}

.error-404__search {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  max-width: 550px;
}

.error-404__search input[type=text] {
  border: none;
  outline: none;
  display: block;
  background-color: var(--psdbox-gray, #f1f6f7);
  color: var(--psdbox-text, #636363);
  font-size: 16px;
  width: 100%;
  max-width: 550px;
  padding-left: 30px;
  height: 58px;
}

.error-404__search__btn {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 20px;
}

@media (min-width: 768px) {
  .error-404__search__btn {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  padding: 120px 0;
  counter-reset: count;
}

@media (max-width: 767px) {
  .faq-one {
    padding: 80px 0;
  }
}

.faq-one--page {
  padding: 120px 0 90px;
}

@media (max-width: 767px) {
  .faq-one--page {
    padding: 80px 0 50px;
  }
}

.faq-one__content {
  position: relative;
}

@media (max-width: 991px) {
  .faq-one__content {
    margin-bottom: 35px;
  }
}

.faq-one__content .sec-title {
  padding-bottom: 20px;
}

.faq-one__content__text {
  max-width: 504px;
  margin: 0 0 34px;
}

.faq-one__accordion {
  position: relative;
}

.faq-one__accordion .accrodion {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
  margin-bottom: 30px;
  border-radius: 10px;
  counter-increment: count;
}

.faq-one__accordion .accrodion-title {
  padding: 25px 30px 28px;
  padding-right: 45px;
  cursor: pointer;
}

.faq-one__accordion .accrodion-title h4 {
  font-weight: 800;
  color: var(--psdbox-black);
  font-size: 20px;
  margin: 0;
  transition: all 500ms ease;
  position: relative;
}

.faq-one__accordion .accrodion-title__number {
  display: inline-block;
  position: relative;
  color: var(--accent-color);
  width: 35px;
  height: 20px;
  top: 4px;
}

.faq-one__accordion .accrodion-title__number::before {
  content: counters(count, ".", decimal-leading-zero);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-one__accordion .accrodion-title__number::after {
  content: ".";
  position: absolute;
  top: -2px;
  right: -3px;
  bottom: 0;
  margin: auto;
}

.faq-one__accordion .accrodion-title__icon {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -33px;
  transform: translateY(-50%);
}

.faq-one__accordion .accrodion-title__icon::after {
  position: absolute;
  top: 8px;
  right: 0;
  content: "\eab2";
  font-family: IcoFont !important;
  font-size: 26px;
  font-weight: normal;
  color: var(--accent-color);
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.faq-one__accordion .active .accrodion-title__icon::after {
  content: "\eab9";
}

.faq-one__accordion .accrodion-content .inner {
  padding: 0px 30px 24px;
  margin-top: -3px;
}

.faq-one__accordion .accrodion-content p {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
}

.faq-one__image {
  position: relative;
  z-index: 1;
  text-align: right;
  max-width: 570px;
  margin: 90px 0 0;
}

@media (max-width: 767px) {
  .faq-one__image {
    margin: 10px 0 0;
  }
}

.faq-one__image>img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  clip-path: polygon(0 0, 100% 23%, 100% 100%, 0% 100%);
}

.faq-one__image__left {
  position: absolute;
  left: 0;
  bottom: -85px;
  max-width: 233px;
}

@media (max-width: 767px) {
  .faq-one__image__left {
    display: none;
  }
}

.faq-one__image__left img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  border: 10px solid var(--psdbox-white);
  animation: movebounce2 3s linear 0s infinite;
}

.faq-one__image__right {
  position: absolute;
  right: -140px;
  top: -99px;
  max-width: 285px;
}

@media (max-width: 767px) {
  .faq-one__image__right {
    display: none;
  }
}

.faq-one__image__right img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  border: 10px solid var(--psdbox-white);
  animation: movebounce3 4s linear infinite;
}

.faq-one__image__shape-top {
  position: absolute;
  right: 45px;
  top: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .faq-one__image__shape-top {
    display: none;
  }
}

.faq-one__image__shape-top img {
  max-width: 100%;
  height: auto;
  animation: rotated 10s infinite linear;
}

.faq-one__image__shape-bottom {
  position: absolute;
  right: -50px;
  bottom: -50px;
  z-index: -1;
}

@media (max-width: 767px) {
  .faq-one__image__shape-bottom {
    display: none;
  }
}

.faq-one__image__shape-bottom img {
  max-width: 100%;
  height: auto;
  opacity: 0.3;
  animation: zoomsIn 3s linear 0s infinite;
}

.faq-one__text {
  font-size: 24px;
  color: var(--psdbox-black);
  font-family: var(--psdbox-special-cinzel);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
}

@media (max-width: 1199px) {
  .faq-one__text {
    margin-top: 120px;
  }
}

@media (max-width: 767px) {
  .faq-one__text {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}

.faq-one__text>span {
  color: var(--psdbox-base);
  margin-right: 7px;
}

.faq-one__text .psdbox-btn {
  margin-left: 16px;
  padding: 3px 32px;
}

.faq-one__text .psdbox-btn::before {
  background-color: var(--psdbox-base);
}

/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
.pricing-one {
  position: relative;
  padding: 30px 0 120px;
}

.pricing-one--page {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .pricing-one--page {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .pricing-one {
    padding: 80px 0;
  }
}

.pricing-one__card {
  position: relative;
  z-index: 2;
  background-color: var(--psdbox-white);
  border: 1px solid #ecf2fc;
  border-top: none;
  border-radius: 100px 100px 0 0;
  padding: 0 0 48px;
  transition: 500ms ease;
}

@media (max-width: 1199px) {
  .pricing-one__card {
    max-width: 370px;
    margin: auto;
  }
}

.pricing-one__card:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.pricing-one__card__top {
  position: relative;
  z-index: 2;
  background-color: var(--psdbox-gray, #f1f6f7);
  border-radius: 100px;
  padding: 52px 20px 52px 175px;
  overflow: hidden;
  margin-bottom: 45px;
  text-align: left;
}

.pricing-one__card__top__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 500ms ease;
  height: 0;
  z-index: -1;
}

.pricing-one__card__top__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--psdbox-black);
  opacity: 0.7;
  content: "";
}

.pricing-one__card:hover .pricing-one__card__top__bg {
  height: 100%;
}

.pricing-one__card__icon {
  width: 102px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 54px;
  color: var(--accent-color);
  margin: auto;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 45px;
  bottom: 0;
  transition: 500ms ease;
}

.pricing-one__card__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  opacity: 0.13;
  content: "";
  transition: 500ms ease;
  z-index: -1;
}

.pricing-one__card:hover .pricing-one__card__icon {
  color: var(--psdbox-white);
}

.pricing-one__card:hover .pricing-one__card__icon::after {
  opacity: 1;
}

.pricing-one__card__title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  transition: 300ms ease;
}

.pricing-one__card__price {
  font-size: 43px;
  font-weight: 700;
  margin: 0;
  transition: 300ms ease;
}

.pricing-one__card__price span {
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
}

.pricing-one__card:hover .pricing-one__card__price,
.pricing-one__card:hover .pricing-one__card__title {
  color: var(--psdbox-white);
}

.pricing-one__card__list {
  margin: 0 0 44px;
  padding: 0;
  list-style: none;
  transition: all 0.5s;
}

.pricing-one__card__list li {
  list-style: none;
  font-size: 16px;
  transition: 300ms ease;
  margin-bottom: 17px;
}

.pricing-one__card__list li i {
  font-size: 14px;
  margin-right: 7px;
}

.pricing-one__card .psdbox-btn::before {
  background-color: var(--accent-color);
}

.pricing-one__card .psdbox-btn::after {
  border-color: var(--accent-color);
}

.pricing-one__card .psdbox-btn:hover {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Benefit
--------------------------------------------------------------*/
.benefit-one {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .benefit-one {
    padding: 80px 0;
  }
}

.benefit-one__content {
  position: relative;
}

.benefit-one__content .sec-title {
  padding-bottom: 19px;
}

.benefit-one__content__text {
  margin: 0 0 30px;
}

@media (min-width: 1200px) {
  .benefit-one__content__text {
    padding-right: 70px;
  }
}

.benefit-one__content__image {
  position: relative;
}

.benefit-one__content__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.benefit-one__right {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .benefit-one__right {
    margin-top: 40px;
  }
}

@media (max-width: 530px) {
  .benefit-one__right {
    grid-template-columns: repeat(1, 1fr);
  }
}

.benefit-one__right::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--psdbox-border-color, var(--psdbox-white));
}

@media (max-width: 530px) {
  .benefit-one__right::after {
    display: none;
  }
}

.benefit-one__right::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  content: "";
  background-color: var(--psdbox-border-color, var(--psdbox-white));
}

@media (max-width: 530px) {
  .benefit-one__right::before {
    display: none;
  }
}

.benefit-one__fact {
  position: relative;
  text-align: center;
  margin: 10px;
  padding: 30px 20px;
  overflow: hidden;
}

.benefit-one__fact:first-child {
  border-radius: 10px 0 0 0;
}

@media (max-width: 530px) {
  .benefit-one__fact:first-child {
    border-radius: 10px 10px 0 0;
  }
}

.benefit-one__fact:nth-child(2) {
  border-radius: 0 10px 0 0;
}

@media (max-width: 530px) {
  .benefit-one__fact:nth-child(2) {
    border-radius: 0;
  }
}

.benefit-one__fact:nth-child(3) {
  border-radius: 0 0 0 10px;
}

@media (max-width: 530px) {
  .benefit-one__fact:nth-child(3) {
    border-radius: 0;
  }
}

.benefit-one__fact:nth-child(4) {
  border-radius: 0 0 10px 0;
}

@media (max-width: 530px) {
  .benefit-one__fact:nth-child(4) {
    border-radius: 0 0 10px 10px;
  }
}

.benefit-one__fact__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.5s ease;
}

.benefit-one__fact__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--psdbox-black-rgb, 18, 47, 42), 0.72);
}

.benefit-one__fact:hover .benefit-one__fact__bg {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.benefit-one__fact__icon {
  width: 70px;
  height: 70px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accent-color);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 35px;
  color: var(--psdbox-white);
  margin-right: 20px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  transition: all 0.5s ease;
}

.benefit-one__fact__icon i {
  display: inline-block;
  transition: all 0.5s ease;
  transform: scale(1);
}

.benefit-one__fact:hover .benefit-one__fact__icon i {
  transform: scale(0.9);
}

.benefit-one__fact__count {
  margin: 36px auto 6px;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease;
  position: relative;
}

.benefit-one__fact__count::after {
  width: 70px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  margin: auto;
  content: "";
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  transition: all 400ms ease;
  border-radius: 10px;
}

.benefit-one__fact:hover .benefit-one__fact__count {
  color: var(--psdbox-white);
}

.benefit-one__fact:hover .benefit-one__fact__count::after {
  background-color: var(--accent-color);
}

.benefit-one__fact__text {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  transition: all 400ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}

.benefit-one__fact:hover .benefit-one__fact__text {
  color: var(--psdbox-white);
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes shapeMover {

  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }

  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes squareMover {

  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  20%,
  60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }

  30%,
  80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}

@keyframes treeMove {

  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }

  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

@keyframes treeMove2 {

  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(-10deg) translateX(0);
    transform: rotate(-10deg) translateX(0);
  }

  50% {
    -webkit-transform: rotate(10deg) translateX(0);
    transform: rotate(10deg) translateX(0);
  }
}

@keyframes treeMove3 {

  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(-5deg) translateX(-15px);
    transform: rotate(-5deg) translateX(-15px);
  }

  50% {
    -webkit-transform: rotate(-10deg) translateX(-30px);
    transform: rotate(-10deg) translateX(-30px);
  }
}

@keyframes leafMove {

  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    transform: rotate(-2deg) translateX(5px);
  }

  50% {
    transform: rotate(-4deg) translateX(10px);
  }
}

@keyframes messageMove {

  0%,
  100% {
    transform: translateX(0);
  }

  25%,
  75% {
    transform: translateX(5px);
  }

  50% {
    transform: translateX(10px);
  }
}

@keyframes shapeRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes flowerRotate {

  0%,
  100% {
    transform: rotate(0deg);
  }

  25%,
  75% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(10deg);
  }
}

@keyframes zump {

  0%,
  100% {
    transform: translateY(0);
  }

  25%,
  75% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes zumpLeft {

  0%,
  100% {
    transform: translateX(0);
  }

  25%,
  75% {
    transform: translateX(48px);
  }

  50% {
    transform: translateX(0px);
  }
}

@keyframes zumpRight {

  0%,
  100% {
    transform: translateX(0);
  }

  25%,
  75% {
    transform: translateX(-48px);
  }

  50% {
    transform: translateX(0px);
  }
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}

@keyframes zumpX {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 100%;
  }
}

@keyframes zoomsIn {

  100%,
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }
}

@keyframes shrinkAnim {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 0 50%;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes shrinkAnim2 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 100% 50%;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes rollInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes vibrant {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-2px, 2px);
  }

  40% {
    transform: translate(-2px, -2px);
  }

  60% {
    transform: translate(2px, 2px);
  }

  80% {
    transform: translate(2px, -2px);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes blinkAnim {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes movebounce2 {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-15px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes movebounce3 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes movebounce4 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes shapeMove {

  0%,
  100% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(10px);
  }
}

@keyframes shapeMove2 {

  0%,
  100% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-10px);
  }
}

@keyframes rotated {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes rollInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) rotate(-20deg);
    transform: translateX(-100px) rotate(-20deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) rotate(-20deg);
    -ms-transform: translateX(-100px) rotate(-20deg);
    transform: translateX(-100px) rotate(-20deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollInLeft.animated {
  -webkit-animation-name: rollInLeft;
  animation-name: rollInLeft;
}

/* add transition effect */
.bw-img-anim-left,
.bw-img-anim-right {
  transition: clip-path 0.5s ease-out;
}

/*----------------------------------------------------------------------------
******************************************************************************
==============================================================================
# Update 19-05-2026 (Saruar Hosen)
==============================================================================
******************************************************************************
----------------------------------------------------------------------------*/
@keyframes zoom-out-in {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.6);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.15);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.15);
  }

  70% {
    transform: scale(1);
  }
}

@keyframes emailFloat {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  25% {
    transform: translateY(-4px) rotate(-5deg);
  }

  50% {
    transform: translateY(0px) rotate(5deg);
  }

  75% {
    transform: translateY(4px) rotate(-3deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

@keyframes phoneShake {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-12deg);
  }

  60% {
    transform: rotate(10deg);
  }

  80% {
    transform: rotate(-8deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes scrollRightToLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}

@keyframes scrollLeftToRight {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }

  33.3% {
    transform: translateX(-3px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
  }

  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -190deg);
  }

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -170deg);
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--psdbox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--psdbox-white);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--psdbox-black);
  opacity: 0.3;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--psdbox-black2);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__content .logo-box img {
  width: 100%;
}





.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--psdbox-white);
  cursor: pointer;
  transition: all 500ms ease;
}

.mobile-nav__close:hover {
  color: var(--psdbox-base);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--psdbox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li>a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--psdbox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li>a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--psdbox-white);
  font-size: 12px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  text-transform: uppercase;
  font-weight: 500;
  height: 46px;
  letter-spacing: var(--psdbox-letter-space, 0.1em);
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--psdbox-base);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--psdbox-base);
  border: none;
  outline: none;
  color: var(--psdbox-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--psdbox-white);
  color: var(--psdbox-black);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--psdbox-white);
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 20px;
}

.mobile-nav__social a:hover {
  color: var(--psdbox-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--psdbox-white);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--psdbox-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--psdbox-base);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--psdbox-white);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000;
  opacity: 0.9;
  cursor: url(../images/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}

.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  background-color: var(--psdbox-white);
  font-size: 15px;
  color: var(--psdbox-text, #636363);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__form .psdbox-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}

.search-popup__form .psdbox-btn::before {
  border-radius: 0;
}

.search-popup__form .psdbox-btn::after {
  border-radius: 0;
  border: none;
  background-color: var(--psdbox-base);
}

.search-popup__form .psdbox-btn:hover {
  color: var(--psdbox-white);
}

.search-popup__form .psdbox-btn i {
  margin: 0;
}

.search-popup.active {
  z-index: 9999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.9;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}

.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Sidebar Popup
--------------------------------------------------------------*/
.sidebar-one {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(100%);
  transform-origin: right center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one.active {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.sidebar-one.active .sidebar-one__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--psdbox-black3, #000);
  opacity: 0.5;
  cursor: url(../images/close.png), auto;
}

.sidebar-one__close {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 24px;
  color: var(--psdbox-white);
  transition: all 0.4s ease;
  cursor: pointer;
}

.sidebar-one__close:hover {
  color: var(--psdbox-base);
}

.sidebar-one__content {
  width: 350px;
  background-color: var(--psdbox-black);
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  scrollbar-width: none;
}

.sidebar-one__text {
  color: var(--psdbox-text-gray);
  margin: 35px 0 30px;
  line-height: 30px;
}

.sidebar-one__title {
  color: var(--psdbox-white);
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 18px;
}

.sidebar-one__info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-one__info li {
  position: relative;
  padding: 0 0 0 28px;
  margin-bottom: 10px;
  color: var(--psdbox-text-gray);
}

.sidebar-one__info li span {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 15px;
  color: var(--psdbox-base);
  line-height: inherit;
}

.sidebar-one__info li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.sidebar-one__info li a:hover {
  background-size: 100% 1px;
}

.sidebar-one__info li a {
  color: inherit;
}

.sidebar-one__info li a:hover {
  color: var(--psdbox-base);
}

.sidebar-one__social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0 40px;
}

.sidebar-one__social a {
  width: 37px;
  height: 37px;
  background-color: RGBA(var(--psdbox-white-rgb, 255, 255, 255), 0.08);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--accent-color);
}

.sidebar-one__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sidebar-one__social a:hover {
  background-color: var(--accent-color);
  color: var(--psdbox-white);
}

.sidebar-one__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}

.sidebar-one__newsletter {
  position: relative;
}

.sidebar-one__newsletter input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 60px;
  background-color: RGBA(var(--psdbox-white-rgb, 255, 255, 255), 0.08);
  color: var(--psdbox-text-gray);
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 50px;
  transition: all 500ms ease;
  border-radius: 5px;
}

.sidebar-one__newsletter button[type=submit] {
  background-color: transparent;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  color: var(--psdbox-white);
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.sidebar-one__newsletter button[type=submit]:hover {
  color: var(--psdbox-base);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  background-color: var(--psdbox-black);
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .page-header {
    padding-top: 185px;
    padding-bottom: 190px;
  }
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/backgrounds/page-header-bg-1-1.jpg);
}

.page-header__bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-header .container {
  position: relative;
  z-index: 2;
}

.page-header__title {
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  color: var(--psdbox-white);
  font-weight: 900;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .page-header__title {
    font-size: 65px;
    line-height: 81px;
  }
}

.psdbox-breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

.psdbox-breadcrumb li {
  font-size: 18px;
  color: var(--psdbox-white);
  text-transform: capitalize;
  letter-spacing: 0.27px;
  display: flex;
  align-items: center;
}

.psdbox-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  position: relative;
  top: -1px;
  margin-left: 10px;
  margin-right: 10px;
}

.psdbox-breadcrumb li span,
.psdbox-breadcrumb li a {
  color: inherit;
  display: inline-flex;
  line-height: 1.1;
}

.psdbox-breadcrumb li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.psdbox-breadcrumb li a:hover {
  background-size: 100% 1px;
}

.psdbox-breadcrumb li a:hover {
  color: var(--psdbox-base);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
}

.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 456px;
  width: 100%;
  mix-blend-mode: luminosity;
}

.google-map__contact {
  overflow: hidden;
  background-color: var(--psdbox-gray, #f1f6f7);
}

.google-map__contact-three {
  overflow: hidden;
  background-color: var(--psdbox-gray, #f1f6f7);
}

.google-map__contact-three iframe {
  height: 430px;
}

.contact-map {
  position: relative;
}

.contact-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  position: relative;
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  padding: 70px 0;
}

@media (max-width: 767px) {
  .client-carousel {
    padding: 40px 0;
  }
}

.client-carousel--home-two {
  border-top: none;
  border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.client-carousel--about {
  border: none;
}

.client-carousel__one {
  position: relative;
}

.client-carousel__one__item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  position: relative;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50px;
  max-width: 206px;
  height: 58px;
}

.client-carousel__one__item:hover .client-carousel__one__item__hover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(70%);
}

.client-carousel__one__item:hover {
  border-color: var(--psdbox-base);
}

.client-carousel__one__item:hover .client-carousel__one__item__normal {
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
}

.client-carousel__one__item img {
  transition: 500ms;
  max-width: 122px;
  width: auto;
  transition: all 500ms ease;
}

.client-carousel__one__item__hover {
  transition: all 500ms ease;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.main-slider-one {
  position: relative;
}

.main-slider-one__carousel {
  position: relative;
  width: 100%;
}

.main-slider-one__carousel .owl-dots {
  left: 60px;
  margin: auto 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1400px) {
  .main-slider-one__carousel .owl-dots {
    width: 60px;
    left: 40px;
  }
}

@media (max-width: 1300px) {
  .main-slider-one__carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 30px;
  }
}

.main-slider-one__carousel .owl-dots .owl-dot {
  display: block;
  margin: 10px 0;
}

@media (max-width: 1300px) {
  .main-slider-one__carousel .owl-dots .owl-dot {
    margin: 0 5px;
  }
}

.main-slider-one__carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--psdbox-base);
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider-one__carousel .owl-dots .owl-dot:hover span,
.main-slider-one__carousel .owl-dots .owl-dot.active span {
  background-color: var(--psdbox-base);
}

.main-slider-one__item {
  background-color: var(--psdbox-gray, #f1f6f7);
  position: relative;
  z-index: 3;
  padding-top: 239px;
  padding-bottom: 181px;
}

@media (max-width: 991px) {
  .main-slider-one__item {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .main-slider-one__item {
    padding-top: 160px;
    padding-bottom: 130px;
  }
}

.main-slider-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-slider-one__content {
  position: relative;
  z-index: 3;
}

.main-slider-one__image {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 17px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.main-slider-one__image img {
  max-width: 100%;
  width: auto !important;
}

.main-slider-one__image img:nth-child(1) {
  animation: shrinkAnim 3s ease 0s infinite;
}

.main-slider-one__title {
  font-size: 66px;
  font-weight: 900;
  line-height: 81px;
  text-transform: capitalize;
  display: inline-block;
  overflow: hidden;
  margin: 0 0 5px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (max-width: 767px) {
  .main-slider-one__title {
    font-size: 50px;
    line-height: 60px;
  }
}

.main-slider-one__text {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.27px;
  margin: 0 0 51px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (max-width: 767px) {
  .main-slider-one__text {
    margin-bottom: 30px;
  }
}

.main-slider-one__btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 35px;
  z-index: 5;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.main-slider-one__btn .video-popup {
  width: 50px;
  height: 50px;
  background-color: var(--psdbox-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--psdbox-white);
  transition: all 500ms ease;
  position: relative;
  z-index: 10;
}

.main-slider-one__btn .video-popup .ripple,
.main-slider-one__btn .video-popup .ripple:before,
.main-slider-one__btn .video-popup .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--psdbox-black-rgb, 18, 47, 42), 0.25);
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.main-slider-one__btn .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider-one__btn .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider-one__btn .video-popup:hover {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

.main-slider-one__shape-one {
  position: absolute;
  left: 30px;
  bottom: 0;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(-100%);
}

@media (max-width: 1199px) {
  .main-slider-one__shape-one {
    display: none;
  }
}

.main-slider-one__shape-one img {
  width: auto !important;
  max-width: 100%;
  opacity: 0.27;
  animation: movebounce2 3s linear 0s infinite;
}

.main-slider-one__shape-two {
  position: absolute;
  left: 44.7%;
  top: 39.7%;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(-300px);
}

@media (max-width: 1500px) {
  .main-slider-one__shape-two {
    left: 43%;
  }
}

@media (max-width: 1199px) {
  .main-slider-one__shape-two {
    left: 52%;
  }
}

@media (max-width: 991px) {
  .main-slider-one__shape-two {
    left: 70%;
  }
}

@media (max-width: 767px) {
  .main-slider-one__shape-two {
    display: none;
  }
}

.main-slider-one__shape-two img {
  width: auto !important;
  max-width: 100%;
  animation: treeMove 4s linear 0s infinite;
}

.main-slider-one__shape-three {
  position: absolute;
  left: 45%;
  bottom: 160px;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(200px);
}

@media (max-width: 767px) {
  .main-slider-one__shape-three {
    display: none;
  }
}

.main-slider-one__shape-three img {
  width: auto !important;
  max-width: 100%;
  animation: vibrant 3s ease 0s infinite;
}

.main-slider-one__shape-four {
  position: absolute;
  right: 8%;
  top: 25%;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(-300px);
}

@media (max-width: 1500px) {
  .main-slider-one__shape-four {
    right: 5%;
  }
}

@media (max-width: 1199px) {
  .main-slider-one__shape-four {
    display: none;
  }
}

.main-slider-one__shape-four img {
  width: auto !important;
  max-width: 100%;
  animation: blinkAnim 3s ease 0s infinite;
}

.main-slider-one__layer {
  position: absolute;
  right: 7%;
  top: 45px;
  bottom: 0;
  margin: auto;
  width: 651px;
  height: 651px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (max-width: 1500px) {
  .main-slider-one__layer {
    right: 1%;
    width: 600px;
    height: 600px;
  }
}

@media (max-width: 1199px) {
  .main-slider-one__layer {
    display: none;
  }
}

.main-slider-one__layer__inner {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4620 8985 c0 -8 -13 -21 -29 -30 -53 -27 -71 -60 -71 -134 0 -57 4 -71 32 -112 41 -60 108 -105 188 -125 36 -9 69 -20 74 -24 5 -5 -2 -25 -15 -46 -37 -60 -30 -130 21 -211 8 -12 11 -25 8 -28 -3 -4 -145 -7 -314 -9 -284 -2 -350 -7 -554 -37 -167 -25 -223 -36 -395 -80 -97 -25 -342 -103 -400 -128 -11 -5 -63 -27 -115 -49 -52 -22 -117 -51 -145 -63 -77 -35 -117 -50 -155 -59 -95 -24 -127 -32 -155 -42 -16 -6 -46 -13 -65 -16 -19 -2 -44 -11 -55 -18 -11 -8 -29 -14 -41 -14 -12 0 -35 -6 -51 -14 -15 -8 -53 -25 -83 -36 -94 -38 -222 -100 -268 -131 -58 -39 -103 -62 -109 -55 -5 5 2 22 44 99 25 48 88 82 156 84 44 1 65 7 81 22 12 12 29 21 38 21 16 0 31 16 131 140 55 67 97 90 97 52 0 -44 10 -52 65 -52 41 0 73 9 139 39 47 22 110 44 141 50 59 11 140 42 195 76 44 27 170 87 230 110 25 9 57 23 72 31 14 8 37 14 50 14 12 0 32 7 42 15 11 8 30 15 42 15 12 0 38 7 57 15 20 8 50 15 67 15 17 0 41 5 53 12 12 6 53 15 92 19 38 5 95 13 125 18 30 5 127 10 215 10 150 1 210 9 171 24 -8 3 -113 9 -233 13 -209 6 -219 8 -250 30 -34 26 -72 31 -91 12 -18 -18 -142 -60 -227 -77 -22 -5 -60 -13 -85 -19 -51 -12 -144 -31 -210 -42 -66 -11 -140 -30 -185 -49 -61 -25 -112 -20 -171 17 -76 48 -132 46 -369 -15 -195 -50 -368 -114 -529 -194 -66 -33 -128 -67 -137 -75 -8 -8 -19 -14 -22 -14 -12 0 -190 -135 -247 -186 -95 -87 -205 -215 -235 -272 -11 -20 -31 -55 -45 -77 -13 -22 -29 -48 -35 -57 -5 -9 -23 -38 -39 -65 -16 -26 -54 -81 -85 -121 -111 -145 -157 -212 -211 -309 -72 -128 -156 -213 -270 -273 -47 -25 -96 -48 -110 -52 -48 -15 -165 -105 -213 -163 -58 -73 -72 -118 -58 -186 26 -121 7 -174 -92 -254 -53 -44 -57 -50 -59 -94 -4 -90 3 -223 13 -250 6 -14 14 -44 19 -66 4 -22 19 -84 34 -139 14 -54 26 -111 26 -127 0 -36 31 -69 65 -69 16 0 39 -14 64 -39 21 -21 48 -42 60 -46 14 -4 25 -22 35 -58 29 -102 29 -100 -5 -142 -34 -44 -69 -116 -69 -145 0 -35 24 -71 54 -84 24 -10 35 -25 50 -67 26 -74 32 -79 86 -79 34 0 52 5 65 20 17 19 17 52 1 165 -2 11 -1 14 1 8 8 -24 33 -13 59 27 43 65 84 61 99 -10 10 -41 37 -90 51 -90 7 0 16 9 19 20 4 11 11 18 16 15 12 -8 12 -325 -1 -325 -5 0 -12 11 -16 25 -3 14 -10 25 -14 25 -5 0 -12 10 -15 23 -10 30 -75 97 -96 97 -21 0 -84 -93 -92 -137 -9 -48 10 -90 49 -109 27 -13 37 -25 45 -60 6 -24 22 -55 35 -70 22 -23 29 -25 74 -19 46 6 50 5 59 -17 4 -12 11 -57 15 -98 4 -41 13 -102 21 -135 7 -33 17 -87 20 -121 l7 -61 -62 -6 c-34 -4 -66 -4 -71 -1 -5 3 -9 36 -9 74 0 38 -5 81 -11 97 -6 15 -15 44 -19 63 -12 50 -32 101 -53 130 -16 24 -22 25 -105 24 -103 -2 -162 -24 -223 -85 l-39 -39 0 -99 c0 -90 2 -100 20 -106 24 -8 43 -72 34 -112 -4 -15 -21 -55 -38 -88 -26 -49 -31 -71 -31 -125 1 -59 6 -76 63 -189 34 -68 65 -143 69 -165 3 -23 16 -63 28 -91 12 -27 26 -66 29 -85 29 -140 119 -306 363 -668 29 -42 102 -151 162 -242 60 -91 117 -175 126 -188 10 -13 47 -43 84 -67 55 -34 73 -53 95 -96 39 -75 51 -87 76 -71 31 19 48 14 65 -18 8 -16 24 -34 34 -40 11 -5 23 -19 26 -30 3 -11 18 -23 33 -26 15 -3 34 -8 43 -10 9 -3 23 -22 31 -43 13 -31 23 -41 64 -55 75 -27 114 -31 114 -13 0 9 7 20 15 24 12 7 7 18 -26 58 -23 28 -55 70 -72 95 -17 25 -34 47 -38 50 -22 16 -92 131 -104 173 -8 27 -29 65 -46 85 -17 19 -38 49 -46 66 -8 17 -29 58 -48 91 -58 102 -191 377 -213 440 -30 85 -69 231 -78 290 -3 28 -30 124 -59 215 -62 194 -78 262 -73 310 4 47 33 54 43 9 22 -98 188 -457 276 -594 10 -16 23 -39 28 -50 5 -11 42 -69 83 -130 41 -60 103 -153 139 -205 72 -107 149 -223 164 -249 6 -9 37 -53 69 -96 207 -276 494 -564 771 -771 116 -87 453 -304 471 -304 11 0 266 -130 299 -153 22 -15 44 -27 48 -27 5 0 26 -14 47 -30 21 -17 40 -30 43 -30 4 0 23 -12 44 -26 39 -26 235 -124 250 -124 11 0 122 -46 130 -54 3 -3 13 -6 21 -6 16 0 36 -9 237 -105 181 -86 189 -89 290 -110 148 -31 228 -60 333 -121 34 -20 61 -26 140 -30 117 -7 144 1 171 55 38 74 35 152 -12 289 -14 40 -1 52 58 52 46 0 229 26 295 41 25 6 70 15 100 19 30 5 75 14 100 20 100 26 156 42 185 52 17 6 46 13 65 15 19 3 41 10 48 16 7 5 29 13 50 17 20 5 62 18 92 30 30 12 71 26 90 32 19 5 39 14 45 19 5 5 15 9 22 9 40 0 491 227 683 343 52 32 104 63 115 70 11 7 36 24 56 40 20 15 40 27 43 27 6 0 133 96 246 186 65 52 156 131 225 195 72 68 105 88 105 63 0 -28 -97 -140 -270 -313 -187 -186 -376 -327 -540 -402 -66 -31 -158 -59 -192 -59 -26 0 -158 -75 -418 -238 -94 -59 -189 -149 -193 -181 -3 -34 18 -37 168 -30 264 14 430 48 658 135 109 42 248 111 332 165 17 10 37 22 45 26 22 10 62 39 165 117 285 219 476 448 725 866 36 60 139 271 150 307 5 15 18 53 30 83 12 30 26 71 30 90 4 19 13 49 18 65 33 97 44 154 43 243 0 86 3 100 27 141 44 74 48 82 100 186 123 247 192 418 265 660 48 160 117 520 117 616 0 19 5 52 12 74 6 22 12 51 12 65 1 18 7 26 24 28 19 3 22 9 22 50 0 39 -4 49 -22 57 -32 15 -48 84 -48 210 0 139 -31 340 -82 535 -42 161 -130 446 -144 467 -8 12 -14 30 -14 40 0 24 -55 185 -85 248 -13 28 -27 64 -31 80 -4 17 -19 57 -35 90 -15 33 -37 81 -49 107 -12 26 -35 62 -51 79 -19 21 -27 38 -24 50 6 17 -26 85 -84 179 -11 19 -24 41 -27 49 -4 7 -41 64 -82 125 -42 61 -130 192 -196 291 -139 210 -204 297 -335 455 -137 165 -459 486 -635 635 -33 28 -78 66 -100 85 -133 115 -338 265 -436 319 -86 47 -270 135 -355 171 -55 22 -109 45 -120 50 -11 5 -76 32 -145 60 -127 52 -258 107 -340 143 -25 11 -72 32 -105 46 -105 47 -275 91 -350 91 -50 0 -89 15 -80 31 4 5 -72 9 -199 9 -175 0 -206 -2 -206 -15z m-3489 -2038 c-30 -30 -37 -14 -9 23 18 25 24 28 26 15 2 -10 -5 -27 -17 -38z"/> <path d="M1846 1481 c-7 -10 18 -34 27 -25 7 8 -3 34 -13 34 -5 0 -11 -4 -14 -9z"/> <path d="M1670 1239 c0 -13 41 -48 56 -49 6 0 17 -7 24 -15 13 -16 46 -20 54 -7 7 12 -90 82 -114 82 -11 0 -20 -5 -20 -11z"/> <path d="M1865 1140 c3 -5 13 -10 21 -10 8 0 14 5 14 10 0 6 -9 10 -21 10 -11 0 -17 -4 -14 -10z"/><path d="M2090 1101 c0 -22 25 -39 38 -27 8 8 -10 38 -26 44 -7 2 -12 -6 -12 -17z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4620 8985 c0 -8 -13 -21 -29 -30 -53 -27 -71 -60 -71 -134 0 -57 4 -71 32 -112 41 -60 108 -105 188 -125 36 -9 69 -20 74 -24 5 -5 -2 -25 -15 -46 -37 -60 -30 -130 21 -211 8 -12 11 -25 8 -28 -3 -4 -145 -7 -314 -9 -284 -2 -350 -7 -554 -37 -167 -25 -223 -36 -395 -80 -97 -25 -342 -103 -400 -128 -11 -5 -63 -27 -115 -49 -52 -22 -117 -51 -145 -63 -77 -35 -117 -50 -155 -59 -95 -24 -127 -32 -155 -42 -16 -6 -46 -13 -65 -16 -19 -2 -44 -11 -55 -18 -11 -8 -29 -14 -41 -14 -12 0 -35 -6 -51 -14 -15 -8 -53 -25 -83 -36 -94 -38 -222 -100 -268 -131 -58 -39 -103 -62 -109 -55 -5 5 2 22 44 99 25 48 88 82 156 84 44 1 65 7 81 22 12 12 29 21 38 21 16 0 31 16 131 140 55 67 97 90 97 52 0 -44 10 -52 65 -52 41 0 73 9 139 39 47 22 110 44 141 50 59 11 140 42 195 76 44 27 170 87 230 110 25 9 57 23 72 31 14 8 37 14 50 14 12 0 32 7 42 15 11 8 30 15 42 15 12 0 38 7 57 15 20 8 50 15 67 15 17 0 41 5 53 12 12 6 53 15 92 19 38 5 95 13 125 18 30 5 127 10 215 10 150 1 210 9 171 24 -8 3 -113 9 -233 13 -209 6 -219 8 -250 30 -34 26 -72 31 -91 12 -18 -18 -142 -60 -227 -77 -22 -5 -60 -13 -85 -19 -51 -12 -144 -31 -210 -42 -66 -11 -140 -30 -185 -49 -61 -25 -112 -20 -171 17 -76 48 -132 46 -369 -15 -195 -50 -368 -114 -529 -194 -66 -33 -128 -67 -137 -75 -8 -8 -19 -14 -22 -14 -12 0 -190 -135 -247 -186 -95 -87 -205 -215 -235 -272 -11 -20 -31 -55 -45 -77 -13 -22 -29 -48 -35 -57 -5 -9 -23 -38 -39 -65 -16 -26 -54 -81 -85 -121 -111 -145 -157 -212 -211 -309 -72 -128 -156 -213 -270 -273 -47 -25 -96 -48 -110 -52 -48 -15 -165 -105 -213 -163 -58 -73 -72 -118 -58 -186 26 -121 7 -174 -92 -254 -53 -44 -57 -50 -59 -94 -4 -90 3 -223 13 -250 6 -14 14 -44 19 -66 4 -22 19 -84 34 -139 14 -54 26 -111 26 -127 0 -36 31 -69 65 -69 16 0 39 -14 64 -39 21 -21 48 -42 60 -46 14 -4 25 -22 35 -58 29 -102 29 -100 -5 -142 -34 -44 -69 -116 -69 -145 0 -35 24 -71 54 -84 24 -10 35 -25 50 -67 26 -74 32 -79 86 -79 34 0 52 5 65 20 17 19 17 52 1 165 -2 11 -1 14 1 8 8 -24 33 -13 59 27 43 65 84 61 99 -10 10 -41 37 -90 51 -90 7 0 16 9 19 20 4 11 11 18 16 15 12 -8 12 -325 -1 -325 -5 0 -12 11 -16 25 -3 14 -10 25 -14 25 -5 0 -12 10 -15 23 -10 30 -75 97 -96 97 -21 0 -84 -93 -92 -137 -9 -48 10 -90 49 -109 27 -13 37 -25 45 -60 6 -24 22 -55 35 -70 22 -23 29 -25 74 -19 46 6 50 5 59 -17 4 -12 11 -57 15 -98 4 -41 13 -102 21 -135 7 -33 17 -87 20 -121 l7 -61 -62 -6 c-34 -4 -66 -4 -71 -1 -5 3 -9 36 -9 74 0 38 -5 81 -11 97 -6 15 -15 44 -19 63 -12 50 -32 101 -53 130 -16 24 -22 25 -105 24 -103 -2 -162 -24 -223 -85 l-39 -39 0 -99 c0 -90 2 -100 20 -106 24 -8 43 -72 34 -112 -4 -15 -21 -55 -38 -88 -26 -49 -31 -71 -31 -125 1 -59 6 -76 63 -189 34 -68 65 -143 69 -165 3 -23 16 -63 28 -91 12 -27 26 -66 29 -85 29 -140 119 -306 363 -668 29 -42 102 -151 162 -242 60 -91 117 -175 126 -188 10 -13 47 -43 84 -67 55 -34 73 -53 95 -96 39 -75 51 -87 76 -71 31 19 48 14 65 -18 8 -16 24 -34 34 -40 11 -5 23 -19 26 -30 3 -11 18 -23 33 -26 15 -3 34 -8 43 -10 9 -3 23 -22 31 -43 13 -31 23 -41 64 -55 75 -27 114 -31 114 -13 0 9 7 20 15 24 12 7 7 18 -26 58 -23 28 -55 70 -72 95 -17 25 -34 47 -38 50 -22 16 -92 131 -104 173 -8 27 -29 65 -46 85 -17 19 -38 49 -46 66 -8 17 -29 58 -48 91 -58 102 -191 377 -213 440 -30 85 -69 231 -78 290 -3 28 -30 124 -59 215 -62 194 -78 262 -73 310 4 47 33 54 43 9 22 -98 188 -457 276 -594 10 -16 23 -39 28 -50 5 -11 42 -69 83 -130 41 -60 103 -153 139 -205 72 -107 149 -223 164 -249 6 -9 37 -53 69 -96 207 -276 494 -564 771 -771 116 -87 453 -304 471 -304 11 0 266 -130 299 -153 22 -15 44 -27 48 -27 5 0 26 -14 47 -30 21 -17 40 -30 43 -30 4 0 23 -12 44 -26 39 -26 235 -124 250 -124 11 0 122 -46 130 -54 3 -3 13 -6 21 -6 16 0 36 -9 237 -105 181 -86 189 -89 290 -110 148 -31 228 -60 333 -121 34 -20 61 -26 140 -30 117 -7 144 1 171 55 38 74 35 152 -12 289 -14 40 -1 52 58 52 46 0 229 26 295 41 25 6 70 15 100 19 30 5 75 14 100 20 100 26 156 42 185 52 17 6 46 13 65 15 19 3 41 10 48 16 7 5 29 13 50 17 20 5 62 18 92 30 30 12 71 26 90 32 19 5 39 14 45 19 5 5 15 9 22 9 40 0 491 227 683 343 52 32 104 63 115 70 11 7 36 24 56 40 20 15 40 27 43 27 6 0 133 96 246 186 65 52 156 131 225 195 72 68 105 88 105 63 0 -28 -97 -140 -270 -313 -187 -186 -376 -327 -540 -402 -66 -31 -158 -59 -192 -59 -26 0 -158 -75 -418 -238 -94 -59 -189 -149 -193 -181 -3 -34 18 -37 168 -30 264 14 430 48 658 135 109 42 248 111 332 165 17 10 37 22 45 26 22 10 62 39 165 117 285 219 476 448 725 866 36 60 139 271 150 307 5 15 18 53 30 83 12 30 26 71 30 90 4 19 13 49 18 65 33 97 44 154 43 243 0 86 3 100 27 141 44 74 48 82 100 186 123 247 192 418 265 660 48 160 117 520 117 616 0 19 5 52 12 74 6 22 12 51 12 65 1 18 7 26 24 28 19 3 22 9 22 50 0 39 -4 49 -22 57 -32 15 -48 84 -48 210 0 139 -31 340 -82 535 -42 161 -130 446 -144 467 -8 12 -14 30 -14 40 0 24 -55 185 -85 248 -13 28 -27 64 -31 80 -4 17 -19 57 -35 90 -15 33 -37 81 -49 107 -12 26 -35 62 -51 79 -19 21 -27 38 -24 50 6 17 -26 85 -84 179 -11 19 -24 41 -27 49 -4 7 -41 64 -82 125 -42 61 -130 192 -196 291 -139 210 -204 297 -335 455 -137 165 -459 486 -635 635 -33 28 -78 66 -100 85 -133 115 -338 265 -436 319 -86 47 -270 135 -355 171 -55 22 -109 45 -120 50 -11 5 -76 32 -145 60 -127 52 -258 107 -340 143 -25 11 -72 32 -105 46 -105 47 -275 91 -350 91 -50 0 -89 15 -80 31 4 5 -72 9 -199 9 -175 0 -206 -2 -206 -15z m-3489 -2038 c-30 -30 -37 -14 -9 23 18 25 24 28 26 15 2 -10 -5 -27 -17 -38z"/> <path d="M1846 1481 c-7 -10 18 -34 27 -25 7 8 -3 34 -13 34 -5 0 -11 -4 -14 -9z"/> <path d="M1670 1239 c0 -13 41 -48 56 -49 6 0 17 -7 24 -15 13 -16 46 -20 54 -7 7 12 -90 82 -114 82 -11 0 -20 -5 -20 -11z"/> <path d="M1865 1140 c3 -5 13 -10 21 -10 8 0 14 5 14 10 0 6 -9 10 -21 10 -11 0 -17 -4 -14 -10z"/><path d="M2090 1101 c0 -22 25 -39 38 -27 8 8 -10 38 -26 44 -7 2 -12 -6 -12 -17z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 100%;
  height: 100%;
  background-color: var(--psdbox-white);
}

.main-slider-one__layer__inner img {
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
}

.main-slider-one svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.main-slider-one circle {
  stroke: var(--psdbox-black);
  fill: none;
  transition: 0.5s;
}

.main-slider-one .steap {
  stroke-width: 0;
}

.main-slider-one #svg2 circle {
  transition-timing-function: linear;
}

.main-slider-one .circle1 {
  transition-delay: 0.05s;
}

.main-slider-one .circle2 {
  transition-delay: 0.1s;
}

.main-slider-one .circle3 {
  transition-delay: 0.15s;
}

.main-slider-one .circle4 {
  transition-delay: 0.2s;
}

.main-slider-one .circle5 {
  transition-delay: 0.25s;
}

.main-slider-one .circle6 {
  transition-delay: 0.3s;
}

.main-slider-one .circle7 {
  transition-delay: 0.35s;
}

.main-slider-one .circle8 {
  transition-delay: 0.4s;
}

.main-slider-one .circle9 {
  transition-delay: 0.45s;
}

.main-slider-one .active .steap {
  animation: dash 0.5s linear;
}

@keyframes dash {
  0% {
    stroke-width: 0;
  }

  100% {
    stroke-width: 200px;
  }
}

.main-slider-one .active .main-slider-one__image {
  opacity: 1;
  animation-delay: 1.2s;
  animation-name: rotateInUpLeft;
}

.main-slider-one .active .main-slider-one__title {
  opacity: 1;
  animation-delay: 1.3s;
  animation-name: rotateInUpRight;
}

.main-slider-one .active .main-slider-one__text {
  opacity: 1;
  animation-delay: 1.5s;
  animation-name: rotateInUpLeft;
}

.main-slider-one .active .main-slider-one__btn {
  opacity: 1;
  animation-delay: 1.6s;
  animation-name: rotateInUpRight;
}

.main-slider-one .active .main-slider-one__shape-one {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2000ms;
}

.main-slider-one .active .main-slider-one__shape-two {
  opacity: 1;
  transition-delay: 2000ms;
  transform: translateY(0);
}

.main-slider-one .active .main-slider-one__shape-three {
  opacity: 1;
  transition-delay: 2000ms;
  transform: translateY(0);
}

.main-slider-one .active .main-slider-one__shape-four {
  opacity: 1;
  transition-delay: 2000ms;
  transform: translateY(0);
}

.main-slider-one .active .main-slider-one__layer {
  opacity: 1;
  animation-delay: 1.8s;
  animation-name: rollInRight;
}

.main-slider-two {
  position: relative;
}

.main-slider-two__carousel {
  position: relative;
  width: 100%;
}

.main-slider-two__carousel .owl-dots {
  left: 60px;
  margin: auto 0;
  position: absolute;
  text-align: left;
  width: 60px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1400px) {
  .main-slider-two__carousel .owl-dots {
    left: 40px;
  }
}

@media (max-width: 1300px) {
  .main-slider-two__carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 30px;
  }
}

.main-slider-two__carousel .owl-dots .owl-dot {
  display: block;
  margin: 10px 0;
}

@media (max-width: 1300px) {
  .main-slider-two__carousel .owl-dots .owl-dot {
    margin: 0 5px;
  }
}

.main-slider-two__carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--psdbox-base);
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider-two__carousel .owl-dots .owl-dot:hover span,
.main-slider-two__carousel .owl-dots .owl-dot.active span {
  background-color: var(--psdbox-base);
}

.main-slider-two__item {
  background-color: var(--psdbox-gray, #f1f6f7);
  position: relative;
  z-index: 3;
  padding-top: 265px;
  padding-bottom: 229px;
}

@media (max-width: 991px) {
  .main-slider-two__item {
    padding-top: 180px;
    padding-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .main-slider-two__item {
    padding-top: 180px;
    padding-bottom: 150px;
  }
}

.main-slider-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(1);
  transition: transform 10000ms ease, -webkit-transform 10000ms ease;
  overflow: hidden;
}

.main-slider-two__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--psdbox-black3-rgb, 0, 0, 0), 0.46);
}

.main-slider-two__content {
  position: relative;
  z-index: 3;
  padding: 0;
}

.main-slider-two__title {
  color: var(--psdbox-white);
  font-size: 65px;
  font-weight: 900;
  line-height: 68px;
  text-transform: capitalize;
  margin: 0 0 7px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(200px);
}

@media (max-width: 991px) {
  .main-slider-two__title {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .main-slider-two__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

.main-slider-two__title__text {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.main-slider-two__title__text::after {
  content: "";
  width: 101%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: currentColor;
  transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  z-index: 3;
  transform: translateX(-100%);
  transition-delay: 1s;
}

.main-slider-two__title__text span {
  color: var(--psdbox-base);
  text-decoration: underline;
}

.main-slider-two__text {
  color: var(--psdbox-white);
  font-size: 18px;
  margin: 0 0 48px;
  letter-spacing: 0.27px;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(-100px);
}

@media (max-width: 767px) {
  .main-slider-two__text {
    font-size: 16px;
  }
}

.main-slider-two__btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  z-index: 5;
  overflow: hidden;
}

@media (max-width: 767px) {
  .main-slider-two__btn {
    gap: 15px;
  }
}

.main-slider-two__btn .psdbox-btn {
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}

.main-slider-two__volunter {
  position: relative;
  display: flex;
  align-items: center;
}

.main-slider-two__volunter img {
  width: 53px;
  height: 53px;
  border: 3px solid var(--psdbox-white);
  border-radius: 50%;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(100px);
}

.main-slider-two__volunter img+img {
  margin-left: -16px;
}

.main-slider-two__shape-one {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 213px;
  opacity: 0;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  transform: translateX(-100%);
}

@media (max-width: 1199px) {
  .main-slider-two__shape-one {
    display: none;
  }
}

.main-slider-two__shape-two {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 205px;
  height: 193px;
  opacity: 0;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  transform: translateY(100%);
}

.main-slider-two__shape-two img {
  width: 100%;
  animation: treeMove 4s linear 0s infinite;
}

@media (max-width: 1299px) {
  .main-slider-two__shape-two {
    display: none;
  }
}

.main-slider-two__shape-three {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 214px;
  height: auto;
  opacity: 0;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  transform: translateY(100%);
}

.main-slider-two__shape-three img {
  width: 100%;
  height: auto;
  animation: movebounce3 4s linear infinite;
}

@media (max-width: 1299px) {
  .main-slider-two__shape-three {
    display: none;
  }
}

.main-slider-two .video-popup {
  width: 90px;
  height: 90px;
  background-color: var(--psdbox-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 45px;
  color: var(--psdbox-black);
  transition: all 500ms ease;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (max-width: 767px) {
  .main-slider-two .video-popup {
    display: none;
  }
}

.main-slider-two .video-popup .ripple,
.main-slider-two .video-popup .ripple:before,
.main-slider-two .video-popup .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.25);
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.main-slider-two .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider-two .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider-two .video-popup:hover {
  color: var(--psdbox-base);
}

.main-slider-two .active .main-slider-two__shape-one {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1700ms;
}

.main-slider-two .active .main-slider-two__shape-two {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1800ms;
}

.main-slider-two .active .main-slider-two__shape-three {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1900ms;
}

.main-slider-two .active .video-popup {
  opacity: 1;
  animation-delay: 1.8s;
  animation-name: zoomIn;
}

.main-slider-two .active .main-slider-two__bg {
  transform: scale(1.15);
}

.main-slider-two .active .main-slider-two__title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1200ms;
}

.main-slider-two .active .main-slider-two__title__text::after {
  transform: translateX(1%);
  transition-delay: 1300ms;
}

.main-slider-two .active .main-slider-two__text {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1400ms;
}

.main-slider-two .active .main-slider-two__btn .psdbox-btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1600ms;
}

.main-slider-two .active .main-slider-two__volunter img {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1700ms;
}

.main-slider-two .active .main-slider-two__volunter img:nth-child(2) {
  transition-delay: 1800ms;
}

.main-slider-two .active .main-slider-two__volunter img:nth-child(3) {
  transition-delay: 1800ms;
}

.main-slider-three {
  position: relative;
  overflow: hidden;
}

.main-slider-three__carousel.owl-carousel {
  position: relative;
  width: 100%;
}

.main-slider-three__carousel.owl-carousel .owl-nav {
  margin: auto 0;
  position: absolute;
  left: 60px;
  text-align: left;
  top: 55%;
  transform: translateY(-50%);
  z-index: 99;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 1700px) {
  .main-slider-three__carousel.owl-carousel .owl-nav {
    left: 30px;
  }
}

@media (max-width: 1500px) {
  .main-slider-three__carousel.owl-carousel .owl-nav {
    flex-direction: row;
    transform: none;
    top: auto;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
  }
}

.main-slider-three__carousel.owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
  color: var(--psdbox-white);
  transition: all 400ms ease;
}

.main-slider-three__carousel.owl-carousel .owl-nav button:hover {
  background-color: var(--psdbox-base);
}

.main-slider-three__item {
  position: relative;
  padding-top: 267px;
  padding-bottom: 227px;
  background-color: var(--psdbox-black);
}

@media (max-width: 1199px) {
  .main-slider-three__item {
    padding-top: 223px;
    padding-bottom: 180px;
  }
}

@media (max-width: 767px) {
  .main-slider-three__item {
    padding-top: 160px;
    padding-bottom: 130px;
  }
}

.main-slider-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  background-color: var(--psdbox-gray, #f1f6f7);
}

.main-slider-three__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(24, 24, 24, 0.91);
}

.main-slider-three__shape-two {
  opacity: 0;
  position: absolute;
  right: 4%;
  top: 170px;
  width: 160px;
  height: 160px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
  z-index: 1;
  display: none;
}

.main-slider-three__shape-two img {
  animation: zoomsIn 3s linear 0s infinite;
}

@media (min-width: 1400px) {
  .main-slider-three__shape-two {
    display: block;
  }
}

.main-slider-three__shape-three {
  opacity: 0;
  position: absolute;
  right: -15px;
  bottom: 0;
  width: 637px;
  height: 250px;
  opacity: 0;
  transform: scale(0.9);
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  transform: translateY(100%);
  z-index: 1;
  display: none;
}

.main-slider-three__shape-three img {
  animation: movebounce2 3s linear 0s infinite;
}

@media (min-width: 1400px) {
  .main-slider-three__shape-three {
    display: block;
  }
}

.main-slider-three .container {
  position: relative;
  z-index: 3;
}

.main-slider-three__content {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

@media (min-width: 1300px) and (max-width: 1500px) {
  .main-slider-three__content {
    padding-left: 40px;
    margin-right: -40px;
  }
}

.main-slider-three__sub-title {
  color: var(--psdbox-base);
  font-size: 31px;
  font-weight: 700;
  font-family: var(--psdbox-special-cinzel);
  text-transform: capitalize;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 22px;
  line-height: 1;
  opacity: 0;
  margin: 0 0 14px;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateY(200px);
}

.main-slider-three__sub-title img {
  width: 65px !important;
  animation: zoomsIn 3s linear 0s infinite;
}

@media (max-width: 500px) {
  .main-slider-three__sub-title {
    letter-spacing: 0;
  }
}

.main-slider-three__sub-title__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.main-slider-three__title {
  color: var(--psdbox-white);
  font-size: 65px;
  font-weight: 900;
  line-height: 81px;
  text-transform: capitalize;
  margin: 0 0 25px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateY(200px);
}

.main-slider-three__title span {
  color: var(--psdbox-base);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider-three__title {
    font-size: 50px;
    line-height: 62px;
  }
}

@media (max-width: 767px) {
  .main-slider-three__title {
    font-size: 40px;
    line-height: 45px;
  }
}

.main-slider-three__title__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.main-slider-three__text {
  font-size: 18px;
  color: var(--psdbox-white);
  letter-spacing: 0.27px;
  margin: 0 0 47px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateY(200px);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider-three__text br {
    display: none;
  }
}

.main-slider-three__text__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.main-slider-three__btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}

.main-slider-three__layer {
  position: absolute;
  left: 10.5%;
  bottom: 0;
  width: 701px;
  height: 673px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 23px 0;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (max-width: 1750px) {
  .main-slider-three__layer {
    left: 3%;
  }
}

@media (max-width: 1500px) {
  .main-slider-three__layer {
    left: 2%;
  }
}

@media (max-width: 1400px) {
  .main-slider-three__layer {
    left: 0%;
  }
}

@media (max-width: 1300px) {
  .main-slider-three__layer {
    left: 1%;
    width: 470px;
    height: 500px;
  }
}

@media (max-width: 991px) {
  .main-slider-three__layer {
    display: none;
  }
}

.main-slider-three__layer__inner {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 325.000000"><g transform="translate(0.000000,325.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M937 3223 c-29 -7 -64 -10 -78 -7 -33 6 -146 -40 -224 -92 -82 -54 -207 -174 -262 -253 -56 -80 -105 -186 -140 -300 -24 -79 -26 -100 -25 -247 1 -88 6 -181 11 -205 14 -66 57 -218 75 -268 9 -25 23 -72 32 -105 21 -81 152 -437 168 -456 7 -8 30 -46 51 -85 21 -38 46 -78 57 -88 18 -18 18 -19 -11 -40 -328 -240 -494 -419 -535 -578 -15 -55 -46 -213 -46 -231 0 -20 34 -2 41 22 l7 25 1 -27 c1 -22 6 -28 24 -28 20 0 26 10 45 76 51 173 184 349 367 483 59 44 215 141 265 165 l35 17 -25 -21 c-14 -12 -72 -50 -129 -85 -57 -35 -109 -69 -115 -76 -8 -9 -8 -10 1 -5 31 17 7 -11 -69 -82 -79 -75 -138 -145 -138 -165 0 -5 7 -3 17 4 14 13 14 11 -1 -21 -17 -33 -15 -32 31 16 56 61 166 154 179 154 5 0 122 56 259 125 143 72 267 128 290 131 22 3 67 16 100 29 96 36 275 93 335 106 30 6 93 27 140 45 47 19 94 34 104 34 58 0 471 195 611 288 109 72 272 217 359 318 75 88 178 273 213 381 31 100 43 265 21 291 -9 9 -25 48 -37 86 -27 83 -57 129 -145 218 -66 67 -171 136 -247 163 -78 28 -212 39 -306 26 -127 -18 -299 -74 -433 -141 -66 -33 -124 -60 -129 -60 -5 0 -20 17 -32 38 -50 81 -168 183 -245 212 -15 6 -24 13 -21 16 6 7 85 -32 112 -56 11 -9 34 -25 50 -35 l30 -17 -27 25 c-16 14 -28 29 -28 32 0 12 78 -35 108 -66 17 -18 35 -29 39 -26 3 4 17 -3 30 -15 13 -12 23 -17 23 -11 0 14 -76 107 -121 149 -19 18 -45 46 -59 63 -32 41 -142 100 -250 136 -71 24 -103 28 -193 29 -60 1 -132 -4 -160 -11z m703 -288 c19 -19 32 -35 29 -35 -3 0 -20 16 -39 35 -19 19 -32 35 -29 35 3 0 20 -16 39 -35z m-1525 -2456 c-14 -30 -25 -48 -25 -42 0 15 42 104 47 99 2 -2 -8 -27 -22 -57z m-34 -90 c-5 -13 -10 -19 -10 -12 -1 15 10 45 15 40 3 -2 0 -15 -5 -28z m-14 -61 c-3 -8 -6 -5 -6 6 -1 11 2 17 5 13 3 -3 4 -12 1 -19z"/><path d="M362 680 c-37 -35 -49 -50 -39 -50 2 0 23 20 47 45 55 56 50 59 -8 5z"/><path d="M30 30 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 325.000000"><g transform="translate(0.000000,325.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M937 3223 c-29 -7 -64 -10 -78 -7 -33 6 -146 -40 -224 -92 -82 -54 -207 -174 -262 -253 -56 -80 -105 -186 -140 -300 -24 -79 -26 -100 -25 -247 1 -88 6 -181 11 -205 14 -66 57 -218 75 -268 9 -25 23 -72 32 -105 21 -81 152 -437 168 -456 7 -8 30 -46 51 -85 21 -38 46 -78 57 -88 18 -18 18 -19 -11 -40 -328 -240 -494 -419 -535 -578 -15 -55 -46 -213 -46 -231 0 -20 34 -2 41 22 l7 25 1 -27 c1 -22 6 -28 24 -28 20 0 26 10 45 76 51 173 184 349 367 483 59 44 215 141 265 165 l35 17 -25 -21 c-14 -12 -72 -50 -129 -85 -57 -35 -109 -69 -115 -76 -8 -9 -8 -10 1 -5 31 17 7 -11 -69 -82 -79 -75 -138 -145 -138 -165 0 -5 7 -3 17 4 14 13 14 11 -1 -21 -17 -33 -15 -32 31 16 56 61 166 154 179 154 5 0 122 56 259 125 143 72 267 128 290 131 22 3 67 16 100 29 96 36 275 93 335 106 30 6 93 27 140 45 47 19 94 34 104 34 58 0 471 195 611 288 109 72 272 217 359 318 75 88 178 273 213 381 31 100 43 265 21 291 -9 9 -25 48 -37 86 -27 83 -57 129 -145 218 -66 67 -171 136 -247 163 -78 28 -212 39 -306 26 -127 -18 -299 -74 -433 -141 -66 -33 -124 -60 -129 -60 -5 0 -20 17 -32 38 -50 81 -168 183 -245 212 -15 6 -24 13 -21 16 6 7 85 -32 112 -56 11 -9 34 -25 50 -35 l30 -17 -27 25 c-16 14 -28 29 -28 32 0 12 78 -35 108 -66 17 -18 35 -29 39 -26 3 4 17 -3 30 -15 13 -12 23 -17 23 -11 0 14 -76 107 -121 149 -19 18 -45 46 -59 63 -32 41 -142 100 -250 136 -71 24 -103 28 -193 29 -60 1 -132 -4 -160 -11z m703 -288 c19 -19 32 -35 29 -35 -3 0 -20 16 -39 35 -19 19 -32 35 -29 35 3 0 20 -16 39 -35z m-1525 -2456 c-14 -30 -25 -48 -25 -42 0 15 42 104 47 99 2 -2 -8 -27 -22 -57z m-34 -90 c-5 -13 -10 -19 -10 -12 -1 15 10 45 15 40 3 -2 0 -15 -5 -28z m-14 -61 c-3 -8 -6 -5 -6 6 -1 11 2 17 5 13 3 -3 4 -12 1 -19z"/><path d="M362 680 c-37 -35 -49 -50 -39 -50 2 0 23 20 47 45 55 56 50 59 -8 5z"/><path d="M30 30 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 100%;
  height: 100%;
}

.main-slider-three__layer__inner img {
  width: 100%;
  height: 100%;
}

.main-slider-three .active .main-slider-three__sub-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1000ms;
}

.main-slider-three .active .main-slider-three__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1200ms;
}

.main-slider-three .active .main-slider-three__text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1400ms;
}

.main-slider-three .active .main-slider-three__btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1500ms;
}

.main-slider-three .active .main-slider-three__shape-two {
  opacity: 1;
  animation-delay: 1.8s;
  animation-name: rollInRight;
}

.main-slider-three .active .main-slider-three__shape-three {
  opacity: 1;
  transform: scale(1);
  transform: translateY(0);
  transition-delay: 1800ms;
}

.main-slider-three .active .main-slider-three__layer {
  opacity: 1;
  animation-delay: 1.8s;
  animation-name: rollIn;
}

.main-slider-four {
  position: relative;
}

.main-slider-four__carousel {
  position: relative;
  width: 100%;
}

.main-slider-four__carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 130px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 767px) {
  .main-slider-four__carousel .owl-dots {
    bottom: 80px;
  }
}

.main-slider-four__carousel .owl-dots .owl-dot {
  display: block;
  margin: 0;
}

.main-slider-four__carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--psdbox-base);
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider-four__carousel .owl-dots .owl-dot:hover span,
.main-slider-four__carousel .owl-dots .owl-dot.active span {
  background-color: var(--psdbox-base);
}

.main-slider-four__item {
  position: relative;
  z-index: 3;
  padding-top: 142px;
  padding-bottom: 270px;
}

@media (max-width: 767px) {
  .main-slider-four__item {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

.main-slider-four__bg {
  position: absolute;
  width: calc(100% + 1px);
  height: 100%;
  top: 0;
  left: -1px;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  background-color: var(--psdbox-gray, #f1f6f7);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 411.000000"><g transform="translate(0.000000,411.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M0 3937 l0 -173 30 -26 c17 -14 30 -31 30 -37 0 -6 -14 -14 -30 -17 -25 -5 -30 -11 -30 -34 0 -27 0 -27 48 -19 26 5 55 12 65 15 10 3 24 1 32 -6 11 -9 12 -7 9 8 -6 21 19 47 36 37 15 -9 12 -42 -6 -70 -13 -19 -25 -25 -54 -25 -21 0 -43 -7 -50 -15 -7 -8 -18 -15 -25 -15 -7 0 -15 7 -19 15 -3 8 -12 15 -21 15 -12 0 -15 -12 -15 -53 0 -29 5 -58 12 -65 9 -9 9 -15 0 -24 -9 -9 -12 -71 -12 -219 l0 -206 25 -26 c26 -25 21 -42 -9 -31 -15 6 -16 -116 -14 -1392 l3 -1399 40 -7 c22 -5 78 -10 125 -12 47 -3 112 -7 145 -10 35 -3 64 -1 72 6 9 7 17 7 27 -1 20 -17 168 -20 173 -3 7 19 30 14 50 -10 17 -22 26 -23 143 -23 128 0 190 -9 174 -25 -5 -5 -25 -10 -44 -12 -53 -5 -32 -23 27 -23 60 0 74 9 47 29 -18 14 -18 15 9 21 20 5 33 3 44 -8 13 -13 19 -13 42 -1 34 18 59 18 95 -1 15 -8 41 -15 57 -15 24 0 29 -4 29 -24 0 -25 28 -36 97 -36 54 0 35 23 -23 28 -56 4 -62 8 -46 24 13 13 267 12 287 0 5 -4 30 -7 55 -8 80 -1 175 -16 191 -31 13 -11 22 -11 41 -2 19 8 31 8 46 0 26 -14 397 -14 1057 -1 917 18 1020 20 1480 21 253 0 649 5 880 10 231 5 848 14 1370 20 1185 13 1491 17 1725 23 102 3 274 6 383 6 l197 0 0 2000 0 2000 -3933 0 c-2164 0 -3937 -3 -3940 -7 -14 -14 17 -33 54 -33 27 0 39 -4 39 -14 0 -11 -14 -14 -62 -12 -58 2 -83 15 -59 31 6 3 11 13 11 21 0 12 -29 14 -175 14 -143 0 -175 -3 -175 -14 0 -23 27 -27 169 -25 91 1 136 -2 139 -10 4 -12 1 -13 -220 -16 -100 -2 -163 -7 -172 -14 -10 -9 -16 -8 -26 4 -16 20 -6 31 39 42 19 5 36 14 39 21 3 9 -81 12 -362 12 l-366 0 0 -173z m494 -262 c3 -8 0 -17 -5 -21 -14 -8 -43 21 -35 35 8 13 33 4 40 -14z m-190 -15 c-5 -4 -21 -10 -36 -14 -41 -9 -36 19 5 31 31 9 49 0 31 -17z m266 -1 c0 -5 -7 -9 -15 -9 -9 0 -15 9 -15 21 0 18 2 19 15 9 8 -7 15 -16 15 -21z m260 5 c0 -8 -7 -14 -15 -14 -15 0 -21 21 -9 33 10 9 24 -2 24 -19z m458 -10 c12 -8 22 -19 22 -24 0 -15 -37 -30 -57 -23 -22 7 -63 55 -57 65 7 10 64 -2 92 -18z m172 -27 c0 -21 -12 -28 -27 -16 -19 16 -16 29 7 29 11 0 20 -6 20 -13z m163 -14 c8 -7 -21 -43 -35 -43 -10 0 -11 34 -1 43 8 9 28 9 36 0z m154 -31 c8 -5 7 -14 -6 -31 -20 -26 -41 -21 -41 8 0 29 21 40 47 23z m93 -18 c0 -12 -4 -14 -12 -7 -7 6 -20 13 -28 16 -9 3 -3 6 13 6 19 1 27 -4 27 -15z m2431 3 c-1 -12 -15 -9 -19 4 -3 6 1 10 8 8 6 -3 11 -8 11 -12z m129 -13 c0 -8 -4 -14 -10 -14 -5 0 -10 9 -10 21 0 11 5 17 10 14 6 -3 10 -13 10 -21z m150 -5 c0 -10 -7 -19 -15 -19 -15 0 -21 31 -9 43 11 10 24 -3 24 -24z m-545 7 c18 -13 17 -15 -16 -31 -49 -26 -369 -36 -369 -12 0 11 14 16 58 20 31 2 77 10 101 16 34 9 51 9 73 0 19 -8 32 -8 41 -1 28 23 86 27 112 8z m-2010 -26 c-6 -9 -9 -9 -16 1 -10 17 0 34 13 21 6 -6 7 -16 3 -22z m245 -15 c0 -34 -66 -48 -90 -20 -10 12 -10 21 -2 40 11 23 12 24 52 8 22 -9 40 -21 40 -28z m1905 36 c5 -9 -95 -22 -108 -14 -4 2 -5 8 -2 13 7 11 103 11 110 1z m70 -21 c-5 -8 -11 -8 -17 -2 -6 6 -7 16 -3 22 5 8 11 8 17 2 6 -6 7 -16 3 -22z m-2115 1 c0 -28 -21 -37 -37 -16 -19 27 -16 35 12 35 18 0 25 -5 25 -19z m1317 -45 c-9 -23 -147 -23 -147 -1 0 11 11 15 43 15 24 0 52 6 63 14 16 13 21 13 33 1 7 -7 11 -21 8 -29z m164 29 c0 -5 -11 -12 -23 -13 -13 -2 -28 -8 -34 -13 -6 -5 -18 -3 -30 6 -16 13 -17 16 -4 25 19 12 90 8 91 -5z m-1147 -10 c11 -8 17 -18 14 -21 -10 -9 -46 5 -52 21 -7 19 13 19 38 0z m156 -15 c0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 9 10 20 10 11 0 20 -4 20 -10z m130 -10 c0 -28 -45 -38 -70 -15 -30 27 -24 35 25 35 38 0 45 -3 45 -20z m197 5 c2 -6 -7 -16 -18 -23 -18 -12 -24 -11 -36 1 -9 8 -12 20 -8 27 8 13 57 10 62 -5z m216 0 c-1 -5 -21 -16 -44 -22 -36 -11 -46 -10 -66 2 -12 8 -29 15 -38 15 -8 0 -15 5 -15 10 0 6 32 9 83 8 48 -2 81 -7 80 -13z m-1861 -527 c-15 -15 -26 -4 -18 18 5 13 9 15 18 6 9 -9 9 -15 0 -24z m157 -19 c-15 -9 -32 -2 -24 11 3 5 13 6 21 3 12 -4 13 -8 3 -14z m439 -56 c-10 -2 -28 -2 -40 0 -13 2 -5 4 17 4 22 1 32 -1 23 -4z m-1773 -114 c10 -15 -1 -22 -24 -14 -12 3 -19 11 -16 16 8 12 32 11 40 -2z m106 -34 c-1 -15 -24 -12 -29 3 -3 9 2 13 12 10 10 -1 17 -7 17 -13z m83 9 c9 -3 16 -10 16 -15 0 -11 -41 -12 -66 -2 -16 6 -16 7 2 14 25 10 29 10 48 3z m101 -34 c4 -6 -5 -10 -19 -10 -14 0 -26 5 -26 10 0 6 9 10 19 10 11 0 23 -4 26 -10z m162 -12 c51 -18 37 -55 -16 -41 -12 3 -28 0 -36 -7 -12 -10 -15 -9 -15 4 0 20 18 56 27 56 4 0 22 -5 40 -12z m96 -34 c-4 -12 -8 -13 -14 -3 -9 15 -2 32 11 24 5 -3 6 -13 3 -21z m117 1 c15 -18 5 -35 -23 -35 -31 0 -51 15 -44 34 8 20 50 21 67 1z m105 -5 c4 -6 14 -10 23 -9 27 2 46 -1 40 -7 -3 -3 -26 -7 -51 -10 -45 -4 -64 6 -52 26 8 13 32 13 40 0z m230 -39 c3 -5 1 -12 -4 -15 -12 -8 -41 3 -41 15 0 12 37 12 45 0z m218 -2 c21 -6 37 -16 37 -25 0 -22 -28 -28 -48 -10 -12 10 -41 16 -82 18 -40 2 -65 8 -68 16 -5 15 106 17 161 1z m117 -29 c0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 9 10 20 10 11 0 20 -4 20 -10z m172 -13 c32 -2 42 -11 35 -31 -10 -25 -117 8 -117 36 0 6 11 7 28 3 15 -4 39 -7 54 -8z m793 -106 c7 -12 -12 -24 -25 -16 -11 7 -4 25 10 25 5 0 11 -4 15 -9z m-1775 -2217 c0 -23 2 -24 74 -24 69 0 100 -10 77 -24 -5 -4 -48 -3 -95 0 l-86 7 0 32 c0 17 3 35 6 38 12 11 24 -3 24 -29z m295 -33 c3 -6 -4 -15 -16 -22 -24 -13 -75 4 -64 21 8 13 72 13 80 1z m279 -8 c4 -9 1 -20 -6 -24 -15 -9 -130 -1 -176 13 -56 17 -25 28 78 28 82 0 99 -3 104 -17z m76 -13 c0 -15 -7 -20 -25 -20 -29 0 -32 8 -7 26 24 19 32 17 32 -6z m340 -30 c0 -29 -15 -31 -39 -6 -21 23 -22 24 -4 28 27 6 43 -2 43 -22z m6775 -9 c8 -14 -10 -22 -30 -15 -13 5 -14 8 -3 15 17 11 26 11 33 0z"/><path d="M0 94 c0 -24 3 -26 32 -20 31 6 108 -19 108 -36 0 -4 11 -15 24 -23 19 -13 28 -14 51 -3 21 9 31 9 46 0 15 -10 30 -10 66 0 36 9 48 9 51 0 2 -7 10 -12 18 -12 12 0 12 4 4 20 -16 30 -46 43 -69 28 -15 -9 -23 -9 -35 1 -9 8 -16 19 -16 27 0 9 -10 11 -35 7 -20 -3 -41 -1 -49 6 -7 6 -21 9 -29 5 -9 -3 -31 -1 -49 4 -18 6 -52 13 -75 16 -41 6 -43 5 -43 -20z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 411.000000"><g transform="translate(0.000000,411.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M0 3937 l0 -173 30 -26 c17 -14 30 -31 30 -37 0 -6 -14 -14 -30 -17 -25 -5 -30 -11 -30 -34 0 -27 0 -27 48 -19 26 5 55 12 65 15 10 3 24 1 32 -6 11 -9 12 -7 9 8 -6 21 19 47 36 37 15 -9 12 -42 -6 -70 -13 -19 -25 -25 -54 -25 -21 0 -43 -7 -50 -15 -7 -8 -18 -15 -25 -15 -7 0 -15 7 -19 15 -3 8 -12 15 -21 15 -12 0 -15 -12 -15 -53 0 -29 5 -58 12 -65 9 -9 9 -15 0 -24 -9 -9 -12 -71 -12 -219 l0 -206 25 -26 c26 -25 21 -42 -9 -31 -15 6 -16 -116 -14 -1392 l3 -1399 40 -7 c22 -5 78 -10 125 -12 47 -3 112 -7 145 -10 35 -3 64 -1 72 6 9 7 17 7 27 -1 20 -17 168 -20 173 -3 7 19 30 14 50 -10 17 -22 26 -23 143 -23 128 0 190 -9 174 -25 -5 -5 -25 -10 -44 -12 -53 -5 -32 -23 27 -23 60 0 74 9 47 29 -18 14 -18 15 9 21 20 5 33 3 44 -8 13 -13 19 -13 42 -1 34 18 59 18 95 -1 15 -8 41 -15 57 -15 24 0 29 -4 29 -24 0 -25 28 -36 97 -36 54 0 35 23 -23 28 -56 4 -62 8 -46 24 13 13 267 12 287 0 5 -4 30 -7 55 -8 80 -1 175 -16 191 -31 13 -11 22 -11 41 -2 19 8 31 8 46 0 26 -14 397 -14 1057 -1 917 18 1020 20 1480 21 253 0 649 5 880 10 231 5 848 14 1370 20 1185 13 1491 17 1725 23 102 3 274 6 383 6 l197 0 0 2000 0 2000 -3933 0 c-2164 0 -3937 -3 -3940 -7 -14 -14 17 -33 54 -33 27 0 39 -4 39 -14 0 -11 -14 -14 -62 -12 -58 2 -83 15 -59 31 6 3 11 13 11 21 0 12 -29 14 -175 14 -143 0 -175 -3 -175 -14 0 -23 27 -27 169 -25 91 1 136 -2 139 -10 4 -12 1 -13 -220 -16 -100 -2 -163 -7 -172 -14 -10 -9 -16 -8 -26 4 -16 20 -6 31 39 42 19 5 36 14 39 21 3 9 -81 12 -362 12 l-366 0 0 -173z m494 -262 c3 -8 0 -17 -5 -21 -14 -8 -43 21 -35 35 8 13 33 4 40 -14z m-190 -15 c-5 -4 -21 -10 -36 -14 -41 -9 -36 19 5 31 31 9 49 0 31 -17z m266 -1 c0 -5 -7 -9 -15 -9 -9 0 -15 9 -15 21 0 18 2 19 15 9 8 -7 15 -16 15 -21z m260 5 c0 -8 -7 -14 -15 -14 -15 0 -21 21 -9 33 10 9 24 -2 24 -19z m458 -10 c12 -8 22 -19 22 -24 0 -15 -37 -30 -57 -23 -22 7 -63 55 -57 65 7 10 64 -2 92 -18z m172 -27 c0 -21 -12 -28 -27 -16 -19 16 -16 29 7 29 11 0 20 -6 20 -13z m163 -14 c8 -7 -21 -43 -35 -43 -10 0 -11 34 -1 43 8 9 28 9 36 0z m154 -31 c8 -5 7 -14 -6 -31 -20 -26 -41 -21 -41 8 0 29 21 40 47 23z m93 -18 c0 -12 -4 -14 -12 -7 -7 6 -20 13 -28 16 -9 3 -3 6 13 6 19 1 27 -4 27 -15z m2431 3 c-1 -12 -15 -9 -19 4 -3 6 1 10 8 8 6 -3 11 -8 11 -12z m129 -13 c0 -8 -4 -14 -10 -14 -5 0 -10 9 -10 21 0 11 5 17 10 14 6 -3 10 -13 10 -21z m150 -5 c0 -10 -7 -19 -15 -19 -15 0 -21 31 -9 43 11 10 24 -3 24 -24z m-545 7 c18 -13 17 -15 -16 -31 -49 -26 -369 -36 -369 -12 0 11 14 16 58 20 31 2 77 10 101 16 34 9 51 9 73 0 19 -8 32 -8 41 -1 28 23 86 27 112 8z m-2010 -26 c-6 -9 -9 -9 -16 1 -10 17 0 34 13 21 6 -6 7 -16 3 -22z m245 -15 c0 -34 -66 -48 -90 -20 -10 12 -10 21 -2 40 11 23 12 24 52 8 22 -9 40 -21 40 -28z m1905 36 c5 -9 -95 -22 -108 -14 -4 2 -5 8 -2 13 7 11 103 11 110 1z m70 -21 c-5 -8 -11 -8 -17 -2 -6 6 -7 16 -3 22 5 8 11 8 17 2 6 -6 7 -16 3 -22z m-2115 1 c0 -28 -21 -37 -37 -16 -19 27 -16 35 12 35 18 0 25 -5 25 -19z m1317 -45 c-9 -23 -147 -23 -147 -1 0 11 11 15 43 15 24 0 52 6 63 14 16 13 21 13 33 1 7 -7 11 -21 8 -29z m164 29 c0 -5 -11 -12 -23 -13 -13 -2 -28 -8 -34 -13 -6 -5 -18 -3 -30 6 -16 13 -17 16 -4 25 19 12 90 8 91 -5z m-1147 -10 c11 -8 17 -18 14 -21 -10 -9 -46 5 -52 21 -7 19 13 19 38 0z m156 -15 c0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 9 10 20 10 11 0 20 -4 20 -10z m130 -10 c0 -28 -45 -38 -70 -15 -30 27 -24 35 25 35 38 0 45 -3 45 -20z m197 5 c2 -6 -7 -16 -18 -23 -18 -12 -24 -11 -36 1 -9 8 -12 20 -8 27 8 13 57 10 62 -5z m216 0 c-1 -5 -21 -16 -44 -22 -36 -11 -46 -10 -66 2 -12 8 -29 15 -38 15 -8 0 -15 5 -15 10 0 6 32 9 83 8 48 -2 81 -7 80 -13z m-1861 -527 c-15 -15 -26 -4 -18 18 5 13 9 15 18 6 9 -9 9 -15 0 -24z m157 -19 c-15 -9 -32 -2 -24 11 3 5 13 6 21 3 12 -4 13 -8 3 -14z m439 -56 c-10 -2 -28 -2 -40 0 -13 2 -5 4 17 4 22 1 32 -1 23 -4z m-1773 -114 c10 -15 -1 -22 -24 -14 -12 3 -19 11 -16 16 8 12 32 11 40 -2z m106 -34 c-1 -15 -24 -12 -29 3 -3 9 2 13 12 10 10 -1 17 -7 17 -13z m83 9 c9 -3 16 -10 16 -15 0 -11 -41 -12 -66 -2 -16 6 -16 7 2 14 25 10 29 10 48 3z m101 -34 c4 -6 -5 -10 -19 -10 -14 0 -26 5 -26 10 0 6 9 10 19 10 11 0 23 -4 26 -10z m162 -12 c51 -18 37 -55 -16 -41 -12 3 -28 0 -36 -7 -12 -10 -15 -9 -15 4 0 20 18 56 27 56 4 0 22 -5 40 -12z m96 -34 c-4 -12 -8 -13 -14 -3 -9 15 -2 32 11 24 5 -3 6 -13 3 -21z m117 1 c15 -18 5 -35 -23 -35 -31 0 -51 15 -44 34 8 20 50 21 67 1z m105 -5 c4 -6 14 -10 23 -9 27 2 46 -1 40 -7 -3 -3 -26 -7 -51 -10 -45 -4 -64 6 -52 26 8 13 32 13 40 0z m230 -39 c3 -5 1 -12 -4 -15 -12 -8 -41 3 -41 15 0 12 37 12 45 0z m218 -2 c21 -6 37 -16 37 -25 0 -22 -28 -28 -48 -10 -12 10 -41 16 -82 18 -40 2 -65 8 -68 16 -5 15 106 17 161 1z m117 -29 c0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 9 10 20 10 11 0 20 -4 20 -10z m172 -13 c32 -2 42 -11 35 -31 -10 -25 -117 8 -117 36 0 6 11 7 28 3 15 -4 39 -7 54 -8z m793 -106 c7 -12 -12 -24 -25 -16 -11 7 -4 25 10 25 5 0 11 -4 15 -9z m-1775 -2217 c0 -23 2 -24 74 -24 69 0 100 -10 77 -24 -5 -4 -48 -3 -95 0 l-86 7 0 32 c0 17 3 35 6 38 12 11 24 -3 24 -29z m295 -33 c3 -6 -4 -15 -16 -22 -24 -13 -75 4 -64 21 8 13 72 13 80 1z m279 -8 c4 -9 1 -20 -6 -24 -15 -9 -130 -1 -176 13 -56 17 -25 28 78 28 82 0 99 -3 104 -17z m76 -13 c0 -15 -7 -20 -25 -20 -29 0 -32 8 -7 26 24 19 32 17 32 -6z m340 -30 c0 -29 -15 -31 -39 -6 -21 23 -22 24 -4 28 27 6 43 -2 43 -22z m6775 -9 c8 -14 -10 -22 -30 -15 -13 5 -14 8 -3 15 17 11 26 11 33 0z"/><path d="M0 94 c0 -24 3 -26 32 -20 31 6 108 -19 108 -36 0 -4 11 -15 24 -23 19 -13 28 -14 51 -3 21 9 31 9 46 0 15 -10 30 -10 66 0 36 9 48 9 51 0 2 -7 10 -12 18 -12 12 0 12 4 4 20 -16 30 -46 43 -69 28 -15 -9 -23 -9 -35 1 -9 8 -16 19 -16 27 0 9 -10 11 -35 7 -20 -3 -41 -1 -49 6 -7 6 -21 9 -29 5 -9 -3 -31 -1 -49 4 -18 6 -52 13 -75 16 -41 6 -43 5 -43 -20z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.main-slider-four__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  background-size: cover;
}

.main-slider-four__bg img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.main-slider-four__bg img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.main-slider-four__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--psdbox-black2-rgb, 18, 18, 18), 0.69);
}

.main-slider-four__content {
  position: relative;
  z-index: 3;
  padding: 0;
}

.main-slider-four__heart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 113px;
  margin: auto;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.main-slider-four__heart img {
  animation: treeMove 4s linear 0s infinite;
}

.main-slider-four__title {
  color: var(--psdbox-white);
  font-size: 65px;
  font-weight: 900;
  line-height: 81px;
  text-transform: capitalize;
  margin: 18px 0 14px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (max-width: 991px) {
  .main-slider-four__title {
    font-size: 52px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .main-slider-four__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

.main-slider-four__text {
  color: var(--psdbox-white);
  font-size: 18px;
  margin: 0 0 46px;
  letter-spacing: 0.27px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (max-width: 767px) {
  .main-slider-four__text {
    font-size: 16px;
  }
}

.main-slider-four__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  z-index: 5;
}

.main-slider-four__btn .psdbox-btn {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.main-slider-four__btn .video-popup {
  width: 50px;
  height: 50px;
  background-color: var(--psdbox-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--psdbox-base);
  transition: all 500ms ease;
  position: relative;
  z-index: 10;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.main-slider-four__btn .video-popup .ripple,
.main-slider-four__btn .video-popup .ripple:before,
.main-slider-four__btn .video-popup .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.25);
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.main-slider-four__btn .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider-four__btn .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider-four__btn .video-popup:hover {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

.main-slider-four .active .main-slider-four__bg img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.main-slider-four .active .main-slider-four__bg img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.main-slider-four .active .main-slider-four__heart {
  opacity: 1;
  animation-delay: 1s;
  animation-name: backInUp;
}

.main-slider-four .active .main-slider-four__title {
  opacity: 1;
  animation-delay: 1.2s;
  animation-name: backInUp;
}

.main-slider-four .active .main-slider-four__text {
  opacity: 1;
  animation-delay: 1.5s;
  animation-name: backInUp;
}

.main-slider-four .active .main-slider-four__btn .psdbox-btn {
  opacity: 1;
  animation-delay: 1.7s;
  animation-name: bounceInLeft;
}

.main-slider-four .active .main-slider-four__btn .video-popup {
  opacity: 1;
  animation-delay: 1.7s;
  animation-name: bounceInRight;
}

/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  background-color: var(--psdbox-black);
  padding: 470px 0 120px;
  margin-top: -305px;
  counter-reset: count;
}

@media (max-width: 991px) {
  .feature-one {
    padding: 400px 0 120px;
  }
}

@media (max-width: 767px) {
  .feature-one {
    padding: 380px 0 80px;
  }
}

.feature-one--about {
  background-color: transparent;
  padding: 180px 0 120px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .feature-one--about {
    padding: 80px 0;
  }
}

.feature-one--about .feature-one__item__number,
.feature-one--about .feature-one__item {
  background-color: var(--psdbox-gray, #f1f6f7);
}

.feature-one__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-one .container {
  position: relative;
}

.feature-one__shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
  margin: auto;
  width: 100%;
  height: 298px;
  background-position: center center;
  background-repeat: no-repeat;
  animation: shapeMove 4s linear 0s infinite;
}

@media (max-width: 1199px) {
  .feature-one__shape {
    display: none;
  }
}

.feature-one__item {
  position: relative;
  z-index: 1;
  max-width: 352px;
  background-color: var(--psdbox-white);
  min-height: 117px;
  border-radius: 58px;
  counter-increment: count;
  padding: 24px 30px 20px 119px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .feature-one__item {
    margin-right: 10px;
  }
}

.feature-one__item__inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.feature-one__item::after {
  background-color: var(--psdbox-black);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  border-radius: 58px;
  transition: all 700ms ease;
  z-index: -1;
}

.feature-one__item:hover::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.feature-one__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: var(--accent-color);
  position: absolute;
  left: 39px;
  top: 0;
  margin: auto;
  bottom: 0;
  z-index: 1;
  transition: 400ms ease;
}

.feature-one__item__icon::after {
  position: absolute;
  left: 0;
  top: -20px;
  margin: auto;
  bottom: 0;
  width: 38px;
  height: 33px;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 33"><path d="m27.9 7.4c-0.1-5-3-9.2-6.9-6.6-1.3 0.8-2.1 2.6-3.4 3.5-1.3 0.8-2.8 0.9-4.3 0.9-2.9 0-6.4-1.3-7.2 2.8-0.6 2.7 2.8 4.5 2 7.2-0.3 0.8-1.1 1.4-1.8 1.9-1.7 1.3-2.9 2.4-4.2 4.3-2.3 3.4-2.5 5-1.7 7.1 0.9 2.4 4.2 4.6 7 3.5 3.3-1.3 3-4.1 6.6-5.6 3.1-1.2 4.1 1.4 5.2 3.6 2.2 4 6.5 3.9 9.4 0.3 0.9-1.1 2.5-3.6 2.2-5.3-0.3-1.3-2-2.1-2.8-3-3-3.1 2-4.3 4.6-5.4 2.5-1.1 6.5-3.4 5.1-7.5-0.4-1.5-3.6-2.7-4.9-2.2-1.8 0.7-4.8 2.5-4.9 0.5z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 33"><path d="m27.9 7.4c-0.1-5-3-9.2-6.9-6.6-1.3 0.8-2.1 2.6-3.4 3.5-1.3 0.8-2.8 0.9-4.3 0.9-2.9 0-6.4-1.3-7.2 2.8-0.6 2.7 2.8 4.5 2 7.2-0.3 0.8-1.1 1.4-1.8 1.9-1.7 1.3-2.9 2.4-4.2 4.3-2.3 3.4-2.5 5-1.7 7.1 0.9 2.4 4.2 4.6 7 3.5 3.3-1.3 3-4.1 6.6-5.6 3.1-1.2 4.1 1.4 5.2 3.6 2.2 4 6.5 3.9 9.4 0.3 0.9-1.1 2.5-3.6 2.2-5.3-0.3-1.3-2-2.1-2.8-3-3-3.1 2-4.3 4.6-5.4 2.5-1.1 6.5-3.4 5.1-7.5-0.4-1.5-3.6-2.7-4.9-2.2-1.8 0.7-4.8 2.5-4.9 0.5z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accent-color);
  opacity: 0.13;
  transition: 400ms ease;
}

.feature-one__item__icon span {
  transform: scale(1);
  transition: 500ms ease;
  position: relative;
  z-index: 1;
}

.feature-one__item:hover .feature-one__item__icon {
  color: var(--accent-color);
}

.feature-one__item:hover .feature-one__item__icon::after {
  background-color: var(--psdbox-white);
}

.feature-one__item:hover .feature-one__item__icon span {
  transform: scale(0.9);
}

.feature-one__item__title {
  font-size: 24px;
  font-weight: 800;
  transition: 300ms ease;
  margin: 0 0 9px;
}

.feature-one__item:hover .feature-one__item__title {
  color: var(--psdbox-white);
}

.feature-one__item__text {
  transition: 300ms ease;
  margin: 0;
}

.feature-one__item:hover .feature-one__item__text {
  color: var(--psdbox-white);
}

.feature-one__item__rm {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--psdbox-white);
  background-color: var(--accent-color);
  position: absolute;
  font-size: 16px;
  right: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 400ms ease;
}

.feature-one__item__rm:hover {
  transform: rotate(90deg);
}

.feature-one__item__shape {
  position: absolute;
  right: 27px;
  bottom: 0;
  width: 215px;
  height: 0;
  background-position: left center;
  background-repeat: no-repeat;
  opacity: 0.09;
  visibility: visible;
  transition: 600ms ease;
}

.feature-one__item:hover .feature-one__item__shape {
  height: 100px;
  visibility: visible;
}

.feature-one__item__number {
  width: 75px;
  height: 60px;
  background-color: var(--psdbox-white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: auto;
  font-family: var(--psdbox-special-cinzel);
  color: var(--accent-color);
  font-size: 34px;
  font-weight: 700;
  z-index: 2;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}

.feature-one__item__number::after {
  content: counters(count, ".", decimal-leading-zero);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 9px;
  left: -4px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-one__item__number::before {
  background-color: var(--accent-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 700ms ease;
  z-index: -1;
}

.feature-one__item:hover .feature-one__item__number {
  color: var(--psdbox-white);
}

.feature-one__item:hover .feature-one__item__number::before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.feature-one__item--reverse {
  position: relative;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .feature-one__item--reverse {
    margin-bottom: 60px;
  }
}

.feature-one__item--reverse .feature-one__item__number {
  bottom: auto;
  top: -60px;
  border-radius: 50px 50px 0 0;
}

@media (max-width: 767px) {
  .feature-one__item--reverse .feature-one__item__number {
    top: auto;
    bottom: -60px;
    border-radius: 0 0 50px 50px;
  }
}

.feature-one__item--reverse .feature-one__item__number::after {
  bottom: 0;
}

@media (max-width: 767px) {
  .feature-one__item--reverse .feature-one__item__number::after {
    bottom: 5px;
  }
}

.feature-one__item--reverse .feature-one__item__rm {
  transform: rotate(180deg);
}

.feature-one__item--reverse .feature-one__item__rm:hover {
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .feature-one__item--reverse .feature-one__item__rm:hover {
    transform: rotate(90deg);
  }
}

@media (max-width: 767px) {
  .feature-one__item--reverse .feature-one__item__rm {
    transform: rotate(0);
  }
}

.feature-two {
  position: relative;
  z-index: 2;
  margin-top: -95px;
  counter-reset: count;
}

@media (max-width: 1300px) {
  .feature-two {
    margin-top: 0;
    padding-top: 80px;
  }
}

.feature-two__item {
  position: relative;
  z-index: 1;
  counter-increment: count;
  padding: 64px 0 21px;
}

.feature-two__item__inner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  min-height: 117px;
  width: 100%;
  background-color: var(--psdbox-gray, #f1f6f7);
  border-radius: 58px;
  padding: 24px 30px 20px 119px;
}

.feature-two__item__inner::after {
  background-color: var(--accent-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  border-radius: 58px;
  transition: all 700ms ease;
  z-index: -1;
}

.feature-two__item:hover .feature-two__item__inner:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.feature-two__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: var(--accent-color);
  position: absolute;
  left: 39px;
  top: 0;
  margin: auto;
  bottom: 0;
  z-index: 1;
  transition: 400ms ease;
}

.feature-two__item__icon::after {
  position: absolute;
  left: 0;
  top: -20px;
  margin: auto;
  bottom: 0;
  width: 38px;
  height: 33px;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 33"><path d="m27.9 7.4c-0.1-5-3-9.2-6.9-6.6-1.3 0.8-2.1 2.6-3.4 3.5-1.3 0.8-2.8 0.9-4.3 0.9-2.9 0-6.4-1.3-7.2 2.8-0.6 2.7 2.8 4.5 2 7.2-0.3 0.8-1.1 1.4-1.8 1.9-1.7 1.3-2.9 2.4-4.2 4.3-2.3 3.4-2.5 5-1.7 7.1 0.9 2.4 4.2 4.6 7 3.5 3.3-1.3 3-4.1 6.6-5.6 3.1-1.2 4.1 1.4 5.2 3.6 2.2 4 6.5 3.9 9.4 0.3 0.9-1.1 2.5-3.6 2.2-5.3-0.3-1.3-2-2.1-2.8-3-3-3.1 2-4.3 4.6-5.4 2.5-1.1 6.5-3.4 5.1-7.5-0.4-1.5-3.6-2.7-4.9-2.2-1.8 0.7-4.8 2.5-4.9 0.5z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 33"><path d="m27.9 7.4c-0.1-5-3-9.2-6.9-6.6-1.3 0.8-2.1 2.6-3.4 3.5-1.3 0.8-2.8 0.9-4.3 0.9-2.9 0-6.4-1.3-7.2 2.8-0.6 2.7 2.8 4.5 2 7.2-0.3 0.8-1.1 1.4-1.8 1.9-1.7 1.3-2.9 2.4-4.2 4.3-2.3 3.4-2.5 5-1.7 7.1 0.9 2.4 4.2 4.6 7 3.5 3.3-1.3 3-4.1 6.6-5.6 3.1-1.2 4.1 1.4 5.2 3.6 2.2 4 6.5 3.9 9.4 0.3 0.9-1.1 2.5-3.6 2.2-5.3-0.3-1.3-2-2.1-2.8-3-3-3.1 2-4.3 4.6-5.4 2.5-1.1 6.5-3.4 5.1-7.5-0.4-1.5-3.6-2.7-4.9-2.2-1.8 0.7-4.8 2.5-4.9 0.5z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accent-color);
  opacity: 0.13;
  transition: 400ms ease;
}

.feature-two__item__icon span {
  transform: scale(1);
  transition: 500ms ease;
  position: relative;
  z-index: 1;
}

.feature-two__item:hover .feature-two__item__icon {
  color: var(--psdbox-white);
}

.feature-two__item:hover .feature-two__item__icon::after {
  background-color: var(--psdbox-white);
}

.feature-two__item:hover .feature-two__item__icon span {
  transform: scale(0.9);
}

.feature-two__item__title {
  font-size: 24px;
  font-weight: 800;
  transition: 300ms ease;
  margin: 0 0 9px;
}

.feature-two__item:hover .feature-two__item__title {
  color: var(--psdbox-white);
}

.feature-two__item__text {
  transition: 300ms ease;
  margin: 0;
}

.feature-two__item:hover .feature-two__item__text {
  color: var(--psdbox-white);
}

.feature-two__item__rm {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--psdbox-white);
  background-color: var(--accent-color);
  position: absolute;
  font-size: 16px;
  top: auto;
  right: 0;
  left: 0;
  bottom: -21px;
  margin: 0 auto;
  transform: rotate(90deg);
  transition: 400ms ease;
}

.feature-two__item__rm:hover {
  transform: rotate(0);
}

.feature-two__item__shape {
  position: absolute;
  right: 27px;
  bottom: 0;
  width: 215px;
  height: 0;
  background-position: left center;
  background-repeat: no-repeat;
  opacity: 0.11;
  visibility: visible;
  transition: 600ms ease;
}

.feature-two__item:hover .feature-two__item__shape {
  height: 100px;
  visibility: visible;
}

.feature-two__item__number {
  width: 75px;
  height: 60px;
  background-color: var(--psdbox-gray, #f1f6f7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 117px;
  margin: auto;
  font-family: var(--psdbox-special-cinzel);
  color: var(--accent-color);
  font-size: 34px;
  font-weight: 700;
  z-index: 2;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .feature-two__item__number {
    top: 166px;
  }
}

.feature-two__item__number::after {
  content: counters(count, ".", decimal-leading-zero);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 9px;
  left: -4px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-two__item__number::before {
  background-color: var(--psdbox-white);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 700ms ease;
  z-index: -1;
}

.feature-two__item:hover .feature-two__item__number {
  color: var(--accent-color);
}

.feature-two__item:hover .feature-two__item__number::before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.feature-two__item__image {
  position: relative;
}

.feature-two__item__image img {
  width: 100%;
  height: auto;
  border-radius: 0 0 20px 20px;
}

.feature-three {
  position: relative;
  overflow: hidden;
}

.feature-three .col-xl-3 {
  padding: 0;
}

.feature-three__item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 47px 70px 50px 85px;
  background-color: var(--accent-color);
}

@media (max-width: 1700px) {
  .feature-three__item {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1500px) {
  .feature-three__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .feature-three__item {
    padding-left: 50px;
    padding-right: 45px;
  }
}

@media (max-width: 400px) {
  .feature-three__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.feature-three__item__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.feature-three__item__hover::after {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--accent-color);
  opacity: 0.87;
  content: "";
  width: 100%;
  height: 100%;
}

.feature-three__item:hover .feature-three__item__hover {
  transform: scaleY(1);
}

.feature-three__item__top {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  border-bottom: 1px solid var(--psdbox-white);
  padding-bottom: 16px;
  margin: 0 0 23px;
}

.feature-three__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: var(--psdbox-white);
  z-index: 1;
  transition: 400ms ease;
}

.feature-three__item__icon::after {
  position: absolute;
  left: 0;
  top: -20px;
  margin: auto;
  bottom: 0;
  width: 38px;
  height: 33px;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 33"><path d="m27.9 7.4c-0.1-5-3-9.2-6.9-6.6-1.3 0.8-2.1 2.6-3.4 3.5-1.3 0.8-2.8 0.9-4.3 0.9-2.9 0-6.4-1.3-7.2 2.8-0.6 2.7 2.8 4.5 2 7.2-0.3 0.8-1.1 1.4-1.8 1.9-1.7 1.3-2.9 2.4-4.2 4.3-2.3 3.4-2.5 5-1.7 7.1 0.9 2.4 4.2 4.6 7 3.5 3.3-1.3 3-4.1 6.6-5.6 3.1-1.2 4.1 1.4 5.2 3.6 2.2 4 6.5 3.9 9.4 0.3 0.9-1.1 2.5-3.6 2.2-5.3-0.3-1.3-2-2.1-2.8-3-3-3.1 2-4.3 4.6-5.4 2.5-1.1 6.5-3.4 5.1-7.5-0.4-1.5-3.6-2.7-4.9-2.2-1.8 0.7-4.8 2.5-4.9 0.5z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 33"><path d="m27.9 7.4c-0.1-5-3-9.2-6.9-6.6-1.3 0.8-2.1 2.6-3.4 3.5-1.3 0.8-2.8 0.9-4.3 0.9-2.9 0-6.4-1.3-7.2 2.8-0.6 2.7 2.8 4.5 2 7.2-0.3 0.8-1.1 1.4-1.8 1.9-1.7 1.3-2.9 2.4-4.2 4.3-2.3 3.4-2.5 5-1.7 7.1 0.9 2.4 4.2 4.6 7 3.5 3.3-1.3 3-4.1 6.6-5.6 3.1-1.2 4.1 1.4 5.2 3.6 2.2 4 6.5 3.9 9.4 0.3 0.9-1.1 2.5-3.6 2.2-5.3-0.3-1.3-2-2.1-2.8-3-3-3.1 2-4.3 4.6-5.4 2.5-1.1 6.5-3.4 5.1-7.5-0.4-1.5-3.6-2.7-4.9-2.2-1.8 0.7-4.8 2.5-4.9 0.5z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--psdbox-white);
  opacity: 0.13;
  transition: 400ms ease;
}

.feature-three__item__icon span {
  transform: scale(1);
  transition: 500ms ease;
  position: relative;
  z-index: 1;
}

.feature-three__item:hover .feature-three__item__icon span {
  transform: scale(0.9);
}

.feature-three__item__title {
  font-size: 24px;
  font-weight: 800;
  color: var(--psdbox-white);
  transition: 300ms ease;
  margin: 0;
}

.feature-three__item__text {
  transition: 300ms ease;
  line-height: 24px;
  color: var(--psdbox-white);
  text-transform: uppercase;
  font-family: var(--psdbox-special-cinzel);
  margin: 0 0 10px;
}

.feature-three__item__list {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.feature-three__item__list li {
  position: relative;
  padding-left: 25px;
  margin-top: 6px;
  color: var(--psdbox-white);
}

.feature-three__item__list__icon {
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 17px;
}

.feature-three__item .psdbox-btn {
  padding: 7px 32px;
  color: var(--psdbox-black);
}

.feature-three__item .psdbox-btn:hover {
  color: var(--psdbox-white);
}

.feature-three__item .psdbox-btn::before {
  background-color: var(--psdbox-white);
}

.feature-three__item .psdbox-btn::after {
  border-color: var(--psdbox-white);
}

.feature-three__item__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 240px;
  height: 151px;
  background-position: left center;
  background-repeat: no-repeat;
  opacity: 0.1;
  transition: 600ms ease;
  z-index: -1;
}

.feature-four {
  position: relative;
  z-index: 2;
  margin-top: -83px;
  counter-reset: count;
}

.feature-four__item {
  position: relative;
  z-index: 1;
  counter-increment: count;
  min-height: 416px;
  margin-bottom: 23px;
}

.feature-four__item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 200px 200px 0 0;
  transition: all ease 0.4s;
}

.feature-four__item__bg::after {
  background-color: var(--accent-color);
  opacity: 0.67;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.feature-four__item:hover .feature-four__item__bg {
  transform: scale(1.01);
}

.feature-four__item__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  z-index: 2;
}

.feature-four__item__number {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-family: var(--psdbox-special-cinzel);
  color: var(--psdbox-white);
  font-size: 35px;
  font-weight: 700;
  z-index: 2;
  overflow: hidden;
}

.feature-four__item__number::after {
  content: counters(count, ".", decimal-leading-zero);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-four__item__title {
  font-size: 24px;
  font-weight: 800;
  color: var(--psdbox-white);
  transition: 300ms ease;
  margin: 2px 0 6px;
}

.feature-four__item__text {
  transition: 300ms ease;
  color: var(--psdbox-white);
  margin: 0 0 31px;
}

.feature-four__item__rm {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--psdbox-white);
  background-color: var(--accent-color);
  font-size: 16px;
  transition: 400ms ease;
}

.feature-four__item__rm span {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.feature-four__item__rm:hover {
  background-color: var(--psdbox-black);
  color: var(--accent-color);
}

.feature-four__item__rm:hover span {
  animation: iconTranslateX 0.4s forwards;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  padding: 120px 0 35px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about-one {
    padding: 80px 0 0;
  }
}

.about-one__shape {
  position: absolute;
  right: 3%;
  bottom: 0;
  display: none;
}

@media (min-width: 1600px) {
  .about-one__shape {
    display: block;
  }
}

.about-one__shape img {
  max-width: 100%;
  height: auto;
  animation: movebounce3 4s linear infinite;
}

.about-one__image {
  position: relative;
  z-index: 2;
  padding-left: 76px;
  padding-bottom: 76px;
}

@media (max-width: 767px) {
  .about-one__image {
    padding: 0;
  }
}

.about-one__image__one {
  position: relative;
}

.about-one__image__one img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}

.about-one__image__shape-one {
  position: absolute;
  left: 12px;
  top: 5px;
}

@media (max-width: 767px) {
  .about-one__image__shape-one {
    display: none;
  }
}

.about-one__image__shape-one img {
  max-width: 100%;
  height: auto;
  animation: movebounce3 3s linear infinite;
}

.about-one__image__shape-two {
  position: absolute;
  left: -42px;
  bottom: -40px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .about-one__image__shape-two {
    display: none;
  }
}

.about-one__image__shape-two img {
  max-width: 100%;
  height: auto;
  animation: zoomsIn 3s linear 0s infinite;
}

.about-one__image__shape-three {
  position: absolute;
  left: 232px;
  bottom: -45px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-one__image__shape-three {
    display: none;
  }
}

.about-one__image__shape-three img {
  max-width: 100%;
  height: auto;
  animation: movebounce2 3s linear 0s infinite;
}

.about-one__image__two {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: end;
}

@media (max-width: 767px) {
  .about-one__image__two {
    display: block;
    position: relative;
  }
}

.about-one__image__two img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  border: 10px solid var(--psdbox-white);
  border-left: none;
}

.about-one__image__video {
  display: flex;
  align-items: center;
  color: var(--psdbox-white);
  font-family: var(--psdbox-special-cinzel);
  font-size: 22px;
  font-weight: 700;
  background-color: var(--psdbox-base);
  min-width: 246px;
  margin-bottom: 28px;
  gap: 15px;
}

@media (max-width: 767px) {
  .about-one__image__video {
    max-width: 246px;
  }
}

.about-one__image__video .video-popup {
  width: 53px;
  height: 48px;
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms ease;
}

.about-one__image__video .video-popup:hover {
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
}

.about-one__content {
  position: relative;
  padding-top: 33px;
}

@media (max-width: 1199px) {
  .about-one__content {
    padding-top: 40px;
  }
}

.about-one__content .sec-title {
  padding-bottom: 20px;
}

.about-one__content__text {
  margin: 0 0 23px;
}

@media (min-width: 1200px) {
  .about-one__content__text {
    padding-right: 70px;
  }
}

.about-one__content__box {
  position: relative;
}

.about-one__content__box__top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-one__content__box__icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  font-size: 31px;
  color: var(--psdbox-white);
  overflow: hidden;
}

.about-one__content__box__icon span {
  display: inline-block;
  transform: scale(1);
  transition: 500ms ease;
}

.about-one__content__box:hover .about-one__content__box__icon span {
  transform: scale(0.9);
}

.about-one__content__box__title {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.about-one__content__box:hover .about-one__content__box__title {
  background-size: 100% 2px;
}

.about-one__content__box__text {
  margin: 13px 0 0;
  position: relative;
  padding-left: 25px;
}

.about-one__content__box__text__icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  color: var(--psdbox-base);
  font-size: 17px;
}

.about-one__content__border {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  margin: 30px 0 24px;
}

.about-one__content__border::after {
  width: 7px;
  height: 7px;
  content: "";
  background-color: var(--psdbox-base);
  border-radius: 50%;
  left: 0;
  top: -3px;
  position: absolute;
  animation: zumpX 15s linear infinite;
}

.about-one__content__list {
  margin: 0 0 45px;
  padding: 0;
  list-style: none;
}

.about-one__content__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.about-one__content__list li a {
  color: inherit;
  font-weight: 500;
  border-bottom: 2px solid currentColor;
}

.about-one__content__list li a:hover {
  color: var(--psdbox-base);
}

.about-one__content__list__icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  color: var(--psdbox-base);
  font-size: 15px;
}

.about-one__text {
  font-size: 24px;
  color: var(--psdbox-black);
  font-family: var(--psdbox-special-cinzel);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 84px;
}

@media (max-width: 767px) {
  .about-one__text {
    margin-top: 44px;
    display: block;
    text-align: center;
  }
}

.about-one__text>span {
  color: var(--psdbox-base);
  margin-right: 7px;
}

.about-one__text .psdbox-btn {
  margin-left: 16px;
  padding: 3px 32px;
}

.about-one__text .psdbox-btn::before {
  background-color: var(--psdbox-base);
}

.about-one--about {
  position: relative;
}

.about-one--about .about-one__image {
  padding-left: 0;
}

.about-one--about .about-one__image__two {
  left: 30px;
}

@media (max-width: 767px) {
  .about-one--about .about-one__image__two {
    left: 0;
  }
}

.about-one--about .about-one__image__two img {
  max-width: 223px;
  border: 10px solid var(--psdbox-white);
}

.about-one--about .about-one__image__shape-three {
  left: 215px;
}

.about-one--about .about-one__image__shape-two {
  left: -29px;
  bottom: 45px;
}

.about-two {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about-two {
    padding: 80px 0;
  }
}

.about-two__shape {
  position: absolute;
  right: 45px;
  bottom: 0;
  display: none;
}

@media (min-width: 1500px) {
  .about-two__shape {
    display: block;
  }
}

.about-two__shape img {
  max-width: 100%;
  height: auto;
  animation: movebounce2 4s linear infinite;
  opacity: 0.25;
}

.about-two__image {
  position: relative;
  z-index: 2;
  text-align: right;
}

@media (min-width: 1200px) {
  .about-two__image {
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .about-two__image {
    max-width: 570px;
  }
}

@media (max-width: 767px) {
  .about-two__image {
    padding: 0;
  }
}

.about-two__image>img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}

.about-two__image__text {
  display: flex;
  align-items: center;
  color: var(--psdbox-white);
  font-family: var(--psdbox-special-cinzel);
  font-size: 22px;
  font-weight: 700;
  background-color: var(--psdbox-base);
  max-width: 246px;
  margin-left: auto;
  z-index: 2;
  position: relative;
  margin-top: -48px;
  gap: 15px;
  border-radius: 0 0 30px 0;
}

.about-two__image__text .video-popup {
  width: 53px;
  height: 48px;
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms ease;
}

.about-two__image__text .video-popup:hover {
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
}

.about-two__image__left {
  position: absolute;
  left: 0;
  top: 59px;
  max-width: 223px;
}

@media (min-width: 1300px) {
  .about-two__image__left {
    left: -40px;
  }
}

@media (max-width: 767px) {
  .about-two__image__left {
    display: none;
  }
}

.about-two__image__left img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  border: 10px solid var(--psdbox-white);
  animation: movebounce3 3s linear infinite;
}

.about-two__image__shape-one {
  position: absolute;
  left: -20px;
  bottom: 150px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-two__image__shape-one {
    display: none;
  }
}

.about-two__image__shape-one img {
  max-width: 100%;
  height: auto;
  animation: movebounce3 3s linear infinite;
}

.about-two__image__shape-two {
  position: absolute;
  left: 50px;
  bottom: -22px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-two__image__shape-two {
    display: none;
  }
}

.about-two__image__shape-two img {
  max-width: 100%;
  height: auto;
  animation: zoomsIn 3s linear 0s infinite;
  opacity: 0.3;
}

.about-two__content {
  position: relative;
}

@media (max-width: 991px) {
  .about-two__content {
    padding-top: 40px;
  }
}

.about-two__content .sec-title {
  padding-bottom: 25px;
}

.about-two__content__text {
  margin: 0 0 50px;
}

@media (min-width: 1200px) {
  .about-two__content__text {
    padding-right: 70px;
  }
}

.about-two__wrapper {
  margin: 0 0 40px;
  padding: 0 0 36px;
  border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.about-two__donate {
  width: 100%;
  text-align: center;
  position: relative;
}

.about-two__donate__icon {
  margin-bottom: 18px;
  transition: transform 400ms ease;
  font-size: 50px;
  line-height: 50px;
  color: var(--accent-color);
}

.about-two__donate:hover .about-two__donate__icon {
  transform: scale(1.1);
}

.about-two__donate__title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 5px;
}

.about-two__donate__text {
  text-align: center;
  font-size: 26px;
  color: var(--accent-color);
  font-family: var(--psdbox-special-cinzel);
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  margin: 0;
}

.about-two__author {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .about-two__author {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.about-two__author>img {
  max-width: 242px;
  height: auto;
}

@media (max-width: 1199px) {
  .about-two__author>img {
    max-width: 200px;
  }
}

.about-two__author__left {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}

.about-two__author__image {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  overflow: hidden;
  padding: 6px;
  position: relative;
}

.about-two__author__image::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: var(--psdbox-base);
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  transition: 500ms all ease;
  animation-play-state: running;
}

.about-two__author__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.about-two__author__name {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 5px;
}

.about-two__author__designation {
  margin: 0;
}

.about-three {
  position: relative;
  padding: 170px 0 120px;
}

@media (max-width: 991px) {
  .about-three {
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .about-three {
    padding: 80px 0 80px;
  }
}

.about-three__content {
  position: relative;
}

.about-three__content .sec-title {
  padding-bottom: 20px;
}

.about-three__content__text {
  margin: 0 0 21px;
}

@media (min-width: 1200px) {
  .about-three__content__text {
    padding-right: 70px;
  }
}

.about-three__content__text-two {
  margin: 22px 0 45px;
}

@media (min-width: 1200px) {
  .about-three__content__text-two {
    padding-right: 70px;
  }
}

.about-three__content__list {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.about-three__content__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.about-three__content__list li a {
  color: inherit;
  font-weight: 500;
  border-bottom: 2px solid currentColor;
}

.about-three__content__list li a:hover {
  color: var(--psdbox-base);
}

.about-three__content__list__icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  color: var(--psdbox-base);
  font-size: 15px;
}

.about-three__content__box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-three__content__box__icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  font-size: 31px;
  color: var(--psdbox-white);
  overflow: hidden;
}

.about-three__content__box__icon span {
  display: inline-block;
  transform: scale(1);
  transition: 500ms ease;
}

.about-three__content__box:hover .about-three__content__box__icon span {
  transform: scale(0.9);
}

.about-three__content__box__title {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.about-three__content__box:hover .about-three__content__box__title {
  background-size: 100% 2px;
}

.about-three__image {
  position: relative;
  text-align: right;
  max-width: 525px;
  margin-left: auto;
  padding-top: 99px;
}

@media (max-width: 1340px) {
  .about-three__image {
    margin-left: 0;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .about-three__image {
    padding-top: 45px;
  }
}

.about-three__image>img {
  max-width: 100%;
  height: auto;
  border-radius: 10px 10px 10px 200px;
}

.about-three__image__right {
  max-width: 243px;
  position: absolute;
  right: 0;
  top: -55px;
}

@media (min-width: 1200px) and (max-width: 1340px) {
  .about-three__image__right {
    right: -35px;
  }
}

@media (min-width: 1341px) {
  .about-three__image__right {
    right: -85px;
  }
}

@media (max-width: 767px) {
  .about-three__image__right {
    display: none;
  }
}

.about-three__image__right img {
  width: 100%;
  height: auto;
  border: 5px solid var(--psdbox-white);
  border-radius: 50px;
}

.about-three__image__shape-one {
  position: absolute;
  right: 175px;
  top: -15px;
}

.about-three__image__shape-one img {
  max-width: 100%;
  height: auto;
  animation: zoomsIn 4s linear 0s infinite;
}

@media (max-width: 767px) {
  .about-three__image__shape-one {
    display: none;
  }
}

.about-three__image__shape-two {
  position: absolute;
  left: 0;
  bottom: -25px;
}

.about-three__image__shape-two img {
  max-width: 100%;
  height: auto;
  animation: treeMove 4s linear 0s infinite;
}

.about-four {
  position: relative;
  padding: 150px 0 110px;
}

@media (max-width: 767px) {
  .about-four {
    padding: 80px 0;
  }
}

.about-four__shape {
  position: absolute;
  right: 2%;
  bottom: 60px;
  opacity: 0.09;
}

.about-four__shape img {
  max-width: 100%;
  height: auto;
  animation: rotated 15s infinite linear;
}

@media (max-width: 1600px) {
  .about-four__shape {
    display: none;
  }
}

.about-four__image {
  position: relative;
  text-align: right;
  padding-top: 40px;
  padding-bottom: 95px;
}

@media (max-width: 1199px) {
  .about-four__image {
    max-width: 570px;
  }
}

@media (min-width: 1340px) {
  .about-four__image {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .about-four__image {
    padding-top: 0;
  }
}

.about-four__image>img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}

.about-four__image__one {
  position: absolute;
  left: -22px;
  top: -43px;
  max-width: 225px;
}

.about-four__image__one img {
  max-width: 100%;
  height: auto;
  border: 10px solid var(--psdbox-white);
  border-radius: 30px;
}

@media (max-width: 767px) {
  .about-four__image__one {
    display: none;
  }
}

.about-four__image__two {
  position: absolute;
  left: -208px;
  top: 197px;
  max-width: 208px;
}

.about-four__image__two img {
  max-width: 100%;
  height: auto;
  border: 10px solid var(--psdbox-white);
  border-radius: 30px;
}

@media (max-width: 1499px) {
  .about-four__image__two {
    display: none;
  }
}

.about-four__image__three {
  display: flex;
  align-items: end;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.about-four__image__three img {
  max-width: 262px;
  height: auto;
  border: 10px solid var(--psdbox-white);
  border-radius: 30px;
}

@media (max-width: 767px) {
  .about-four__image__three img {
    display: none;
  }
}

.about-four__image__text {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
  font-family: var(--psdbox-special-cinzel);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 23px;
  margin-bottom: 24px;
}

.about-four__image__text span {
  display: inline-block;
  font-size: 27px;
}

.about-four__content {
  position: relative;
}

@media (max-width: 1199px) {
  .about-four__content {
    padding-top: 40px;
  }
}

.about-four__content .sec-title {
  padding-bottom: 20px;
}

.about-four__content__text {
  margin: 0 0 23px;
}

@media (min-width: 1200px) {
  .about-four__content__text {
    padding-right: 70px;
  }
}

.about-four__content__highlight {
  position: relative;
  font-family: var(--psdbox-special-cinzel);
  font-weight: 700;
  border-left: 6px solid var(--psdbox-base);
  text-transform: uppercase;
  padding: 4px 0 2px 16px;
  margin-bottom: 35px;
}

.about-four__content__border {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  margin: 0 0 74px;
}

.about-four__content__border::after {
  width: 7px;
  height: 7px;
  content: "";
  background-color: var(--psdbox-base);
  border-radius: 50%;
  left: 0;
  top: -3px;
  position: absolute;
  animation: zumpX 15s linear infinite;
}

.about-four__content__progress {
  position: relative;
  margin-bottom: 42px;
}

.about-four__content__progress__bar {
  width: 100%;
  height: 12px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  border-radius: 20px;
  position: relative;
  margin-bottom: 13px;
}

.about-four__content__progress__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--psdbox-base);
  transition: all 1500ms linear;
  border-radius: 20px;
  width: 0px;
  z-index: 1;
}

.about-four__content__progress__number {
  width: 40px;
  height: 31px;
  position: absolute;
  z-index: 1;
  background-color: var(--psdbox-base);
  bottom: calc(100% + 18px);
  right: -16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.21px;
  color: var(--psdbox-white);
}

.about-four__content__progress__number::after {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 22px;
  height: 32px;
  content: "";
  background-color: inherit;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.about-four__content__progress__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 700;
  color: var(--psdbox-black);
  font-family: var(--psdbox-heading-bebas);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-one {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
  padding: 235px 0 120px;
}

.service-one__shape-one {
  position: absolute;
  left: 60px;
  top: 114px;
  width: 248px;
  height: 248px;
  background-position: top left;
  background-repeat: no-repeat;
  animation: treeMove 4s linear 0s infinite;
}

@media (max-width: 1300px) {
  .service-one__shape-one {
    display: none;
  }
}

.service-one__shape-two {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .service-one {
    padding: 190px 0 80px;
  }
}

.service-one__item {
  position: relative;
  background-color: var(--psdbox-white);
  z-index: 2;
  border-radius: 20px;
  padding: 40px 25px 35px;
  transition: all 500ms ease;
}

.service-one__item::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 82px);
  border: 1px dashed var(--psdbox-border-color, var(--psdbox-white));
  content: "";
  border-radius: 20px;
  transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transform: scale(0.9);
}

.service-one__item:hover {
  box-shadow: 0px 10px 60px 0px rgba(var(--psdbox-black3-rgb, 0, 0, 0), 0.07);
}

.service-one__item:hover::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.service-one__item:hover .service-one__item__rm {
  border-color: transparent;
}

.service-one__item__icon {
  font-size: 42px;
  line-height: 1;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 23px;
  background-color: transparent;
  width: 105px;
  height: 105px;
  transition: 300ms ease;
}

.service-one__item__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accent-color);
  opacity: 0.14;
  transition: 500ms ease;
  z-index: -1;
}

.service-one__item__icon::before {
  position: absolute;
  left: 6px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: var(--accent-color);
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  transition: 500ms all ease;
  animation-play-state: running;
}

.service-one__item__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transform: scale(1);
  color: var(--accent-color);
  margin-left: 5px;
}

.service-one__item:hover .service-one__item__icon::after {
  opacity: 1;
}

.service-one__item:hover .service-one__item__icon::before {
  border-color: var(--psdbox-white);
}

.service-one__item:hover .service-one__item__icon span {
  transform: scale(0.9);
  color: var(--psdbox-white);
}

.service-one__item__title {
  font-size: 24px;
  font-weight: 800;
  transition: all 300ms ease;
  position: relative;
  margin-bottom: 10px;
}

.service-one__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}

.service-one__item__title a:hover {
  color: var(--psdbox-base);
  background-size: 100% 1px;
}

.service-one__item__text {
  margin: 0 0 23px;
}

.service-one__item__rm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  max-width: 151px;
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  text-transform: capitalize;
  line-height: 1.1;
  padding-top: 17px;
  transition: all 500ms ease;
}

.service-one__item__rm a {
  display: inline-block;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-one__item__rm a:hover {
  background-size: 100% 1px;
}

.service-one__item__rm a:hover {
  color: var(--accent-color);
}

.service-one__item__rm i {
  color: var(--accent-color);
  font-size: 20px;
  position: relative;
  top: 1px;
}

.service-two {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
  padding: 120px 0;
}

@media (max-width: 767px) {
  .service-two {
    padding: 80px 0;
  }
}

.service-two__shape {
  position: absolute;
  left: 88px;
  bottom: 140px;
  width: 154px;
  height: 129px;
  background-position: bottom left;
  background-repeat: no-repeat;
  animation: treeMove 4s linear 0s infinite;
}

@media (max-width: 1300px) {
  .service-two__shape {
    display: none;
  }
}

.service-two__item {
  position: relative;
  background-color: var(--psdbox-white);
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px 10px 0;
  transition: all 500ms ease;
}

.service-two__item::after {
  position: absolute;
  top: 0;
  bottom: -2px;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--accent-color);
  border-radius: 20px;
  transition: all 500ms ease;
  transform: translate3d(0px, 100%, 0px);
  z-index: -1;
}

.service-two__item__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  opacity: 0.09;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.service-two__item:hover::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.service-two__item:hover .service-two__item__shape {
  width: 165px;
  height: 153px;
}

.service-two__item:hover .service-two__item__rm a,
.service-two__item:hover .service-two__item__text,
.service-two__item:hover .service-two__item__title {
  color: var(--psdbox-white);
}

.service-two__item:hover .service-two__item__rm {
  border-color: rgba(var(--psdbox-border-color-rgb, 221, 221, 221), 0.31);
}

.service-two__item:hover .service-two__item__rm i {
  color: var(--psdbox-white);
}

.service-two__item__image {
  position: relative;
}

.service-two__item__image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.service-two__item__icon {
  font-size: 42px;
  line-height: 1;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -52px auto 23px;
  background-color: transparent;
  width: 105px;
  height: 105px;
  transition: 300ms ease;
}

.service-two__item__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accent-color);
  z-index: -1;
  transition: 500ms ease;
}

.service-two__item__icon::before {
  position: absolute;
  left: 6px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: var(--psdbox-white);
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  transition: 500ms all ease;
  animation-play-state: running;
}

.service-two__item__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transform: scale(1);
  color: var(--psdbox-white);
  margin-left: 5px;
}

.service-two__item:hover .service-two__item__icon::after {
  background-color: var(--psdbox-white);
}

.service-two__item:hover .service-two__item__icon::before {
  border-color: var(--accent-color);
}

.service-two__item:hover .service-two__item__icon span {
  transform: scale(0.9);
  color: var(--accent-color);
}

.service-two__item__title {
  font-size: 24px;
  font-weight: 800;
  transition: all 300ms ease;
  position: relative;
  margin-bottom: 10px;
}

.service-two__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}

.service-two__item__title a:hover {
  color: var(--psdbox-base);
  background-size: 100% 1px;
}

.service-two__item__text {
  position: relative;
  z-index: 2;
  transition: all 300ms ease;
  padding: 0 20px;
  margin: 0 0 15px;
}

.service-two__item__rm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 20px;
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  text-transform: capitalize;
  line-height: 1.1;
  padding: 16px 0;
  transition: all 300ms ease;
}

.service-two__item__rm a {
  display: inline-block;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-two__item__rm a:hover {
  background-size: 100% 1px;
}

.service-two__item__rm a {
  transition: all 300ms ease;
}

.service-two__item__rm a:hover {
  color: inherit;
}

.service-two__item__rm i {
  color: var(--accent-color);
  font-size: 20px;
  position: relative;
  top: 1px;
  transition: all 300ms ease;
}

.service-three {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
  padding: 120px 0 110px;
}

@media (max-width: 767px) {
  .service-three {
    padding: 80px 0;
  }
}

.service-three__shape-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
}

.service-three__shape-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
}

.service-three__item {
  position: relative;
  background-color: transparent;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  padding: 9px 9px 0;
  transition: all 500ms ease;
}

.service-three__item:hover {
  background-color: var(--psdbox-white);
  border-color: var(--psdbox-white);
}

.service-three__item__normal {
  position: relative;
  z-index: 1;
}

.service-three__item__image {
  position: relative;
}

.service-three__item__image img {
  width: 100%;
  height: 242px;
  object-position: top;
  object-fit: cover;
  border-radius: 10px;
}

.service-three__item__icon {
  font-size: 42px;
  line-height: 1;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -52px auto 23px;
  background-color: transparent;
  width: 105px;
  height: 105px;
  transition: 300ms ease;
}

.service-three__item__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accent-color);
  z-index: -1;
  transition: 500ms ease;
}

.service-three__item__icon::before {
  position: absolute;
  left: 6px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: var(--psdbox-white);
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  transition: 500ms all ease;
  animation-play-state: running;
}

.service-three__item__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transform: scale(1);
  color: var(--psdbox-white);
  margin-left: 5px;
}

.service-three__item__title {
  font-size: 24px;
  font-weight: 800;
  transition: all 300ms ease;
  position: relative;
  margin-bottom: 10px;
}

.service-three__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}

.service-three__item__title a:hover {
  color: var(--psdbox-base);
  background-size: 100% 1px;
}

.service-three__item__text {
  position: relative;
  z-index: 2;
  transition: all 300ms ease;
  padding: 0 20px;
  margin: 0 0 15px;
}

.service-three__item__rm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 20px;
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  text-transform: capitalize;
  line-height: 1.1;
  padding: 16px 0;
  transition: all 300ms ease;
}

.service-three__item__rm a {
  display: inline-block;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-three__item__rm a:hover {
  background-size: 100% 1px;
}

.service-three__item__rm a {
  transition: all 300ms ease;
}

.service-three__item__rm a:hover {
  color: inherit;
}

.service-three__item__rm i {
  color: var(--accent-color);
  font-size: 20px;
  position: relative;
  top: 1px;
  transition: all 300ms ease;
}

.service-three__item__hover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 700ms ease, top 700ms ease;
  transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
  perspective: 300px;
  transform-origin: center center;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--psdbox-white);
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
}

.service-three__item__hover::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 368px;
  z-index: -1;
  background-image: url(../images/shapes/overlay-service.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  transition: all ease 0.5s;
}

.service-three__item__hover__icon {
  font-size: 42px;
  line-height: 1;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -52px auto 23px;
  color: var(--psdbox-white);
  width: 105px;
  height: 105px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accent-color);
}

.service-three__item__hover__icon::after {
  position: absolute;
  left: 17px;
  top: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: var(--psdbox-white);
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  animation-play-state: running;
  z-index: 1;
}

.service-three__item__hover__icon span {
  position: relative;
  left: 4px;
  z-index: 2;
}

.service-three__item__hover__title {
  font-size: 24px;
  font-weight: 800;
  color: var(--psdbox-white);
  transition: all 300ms ease;
  position: relative;
  margin-bottom: 10px;
}

.service-three__item__hover__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}

.service-three__item__hover__title a:hover {
  color: var(--psdbox-base);
  background-size: 100% 1px;
}

.service-three__item__hover__text {
  position: relative;
  z-index: 2;
  color: var(--psdbox-white);
  padding: 0 20px;
  margin: 0 0 15px;
}

.service-three__item__hover__rm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: calc(100% - 60px);
  border-top: 1px solid var(--psdbox-white);
  font-size: 16px;
  color: var(--psdbox-white);
  text-transform: capitalize;
  line-height: 1.1;
  padding: 16px 0;
  transition: all 300ms ease;
}

.service-three__item__hover__rm a {
  display: inline-block;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-three__item__hover__rm a:hover {
  background-size: 100% 1px;
}

.service-three__item__hover__rm a {
  transition: all 300ms ease;
}

.service-three__item__hover__rm a:hover {
  color: inherit;
}

.service-three__item__hover__rm i {
  font-size: 20px;
  position: relative;
  top: 1px;
  transition: all 300ms ease;
}

.service-three__item:hover .service-three__item__hover {
  transition: transform 500ms ease, top 500ms ease;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

.service-three__text {
  font-size: 24px;
  color: var(--psdbox-black);
  font-family: var(--psdbox-special-cinzel);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 73px;
}

@media (max-width: 767px) {
  .service-three__text {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .service-three__text {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}

.service-three__text>span {
  color: var(--psdbox-base);
  margin-right: 7px;
}

.service-three__text .psdbox-btn {
  margin-left: 16px;
  padding: 3px 32px;
}

.service-three__text .psdbox-btn::before {
  background-color: var(--psdbox-base);
}

/*--------------------------------------------------------------
# Service details
--------------------------------------------------------------*/
.service-details {
  padding: 120px 0;
  padding-top: 100px;
  background-color: var(--psdbox-white);
}

@media (max-width: 767px) {
  .service-details {
    padding: 80px 0;
    padding-top: 60px;
  }
}

.service-details__thumbnail {
  margin-bottom: 20px;
}

.service-details img {
  max-width: 100%;
}

.service-details__image__circle img {
  border-radius: 50%;
}

.service-details__title {
  margin: 0;
  text-transform: uppercase;
  color: var(--psdbox-black);
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .service-details__title {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .service-details__title {
    font-size: 36px;
  }
}

.service-details__sub-title {
  margin: 0;
  text-transform: uppercase;
  color: var(--psdbox-black);
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .service-details__sub-title {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .service-details__sub-title {
    font-size: 30px;
  }
}

.service-details__text {
  margin: 0;
  font-size: 15px;
  line-height: 2em;
}

.service-details__text+.service-details__title {
  margin-top: 40px;
}

.service-details__text+.service-details__list {
  margin-top: 40px;
}

.service-details__text+.service-details__text {
  margin-top: 35px;
}

.service-details__list {
  margin-bottom: 0;
  margin-bottom: 40px;
}

.service-details__list li {
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  padding-left: 27px;
  color: var(--psdbox-black);
  text-shadow: 0 0 0.5px currentColor;
}

@media (min-width: 768px) {
  .service-details__list li {
    line-height: 2.125em;
  }
}

.service-details__list li+li {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .service-details__list li+li {
    margin-top: 0;
  }
}

.service-details__list li>i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--psdbox-base);
}

@media (min-width: 768px) {
  .service-details__process {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 20px;
  }
}

.service-details__process li+li {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .service-details__process li+li {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .service-details__process__top {
    display: flex;
    align-items: center;
  }
}

.service-details__process__icon {
  width: 57px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
  font-size: 21px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 500ms ease;
  margin-bottom: 20px;
}

.service-details__process__icon::before {
  transform: scale(1);
  transition: transform 500ms ease;
}

@media (min-width: 768px) {
  .service-details__process__icon {
    margin-bottom: 0;
  }
}

.service-details__process__icon:hover {
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
}

.service-details__process__icon:hover::before {
  transform: scale(0.9);
}

.service-details__process__title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: var(--psdbox-black);
}

@media (min-width: 768px) {
  .service-details__process__title {
    font-size: 20px;
  }
}

.service-details__process__text {
  margin: 0;
  font-size: 15px;
  line-height: 2em;
  max-width: 220px;
  margin-top: 10px;
}

.service-details__post {
  margin-bottom: 0;
}

.service-details__post li+li {
  margin-top: 10px;
}

.service-details__post__date {
  text-transform: uppercase;
  letter-spacing: var(--psdbox-letter-space-xl, 0.2em);
  color: var(--psdbox-base);
  font-size: 14px;
  margin: 0;
  line-height: 2.1428571429em;
}

.service-details__post__title {
  margin: 0;
  line-height: 1.875em;
  color: var(--psdbox-black);
  text-shadow: 0 0 0.5px currentColor;
}

.service-details__post__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-details__post__title a:hover {
  background-size: 100% 1px;
}

.service-details__post__title a:hover {
  color: var(--psdbox-black);
}

.service-details__info {
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  padding-top: 55px;
  margin-top: 60px;
}

.service-details__info__title {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: var(--psdbox-black);
  font-size: 20px;
  margin-bottom: 24px;
}

.service-details__info__list {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .service-details__info__list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.service-details__info__list li+li {
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  margin-top: 20px;
  padding-top: 20px;
}

.service-details__info__list__date {
  color: var(--psdbox-black);
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.service-details__info__list__date>i {
  color: var(--psdbox-base);
  font-size: 22px;
  margin-right: 10px;
}

.service-details__info__list__space {
  font-size: 16px;
  line-height: 24px;
  color: var(--psdbox-text, #636363);
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .service-details__info__list__space {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.service-details__info__list__btn {
  font-size: 10px;
  padding: 10.75px 30px;
}

/*--------------------------------------------------------------
# Donation
--------------------------------------------------------------*/
.donations-one {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .donations-one {
    padding: 80px 0;
  }
}

.donations-one__carousel.owl-carousel {
  position: relative;
}

.donations-one__carousel.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -168px;
  flex-direction: column;
  display: flex;
  margin: 0;
  gap: 10px;
}

@media (max-width: 767px) {
  .donations-one__carousel.owl-carousel .owl-nav {
    flex-direction: row;
    top: 0;
    position: relative;
    justify-content: center;
    margin-top: 30px;
  }
}

.donations-one__carousel.owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: var(--psdbox-gray, #f1f6f7);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
  color: var(--psdbox-black);
  transition: all 400ms ease;
}

.donations-one__carousel.owl-carousel .owl-nav button:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.donations-one__item {
  position: relative;
}

.donations-one__item__image {
  position: relative;
}

.donations-one__item__image img {
  width: 100%;
  height: auto;
}

.donations-one__item__image__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  opacity: 0.3;
  transition: all 900ms ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  transform: scale(0, 1);
  transform-origin: right center;
  background-position: center center;
  z-index: 1;
}

.donations-one__item:hover .donations-one__item__image__link {
  transform: scale(1, 1);
  transform-origin: left center;
}

.donations-one__item__category {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  background-color: var(--psdbox-white);
  color: var(--accent-color);
  font-size: 20px;
  letter-spacing: 0.25px;
  font-family: var(--psdbox-special-cinzel);
  border-radius: 30px;
  text-transform: capitalize;
  padding: 0 25px;
  height: 32px;
  transition: 400ms ease;
  line-height: 30px;
}

.donations-one__item:hover .donations-one__item__category {
  background-color: var(--accent-color);
  color: var(--psdbox-white);
}

.donations-one__item__content {
  position: relative;
  padding: 26px 30px 24px;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  border-bottom: none;
  border-top: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .donations-one__item__content {
    padding: 26px 20px 24px;
  }
}

.donations-one__item__title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 3px;
}

.donations-one__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.donations-one__item__title a:hover {
  background-size: 100% 1px;
}

.donations-one__item__title a:hover {
  color: var(--accent-color);
}

.donations-one__item__text {
  margin: 0;
  padding-right: 10px;
}

.donations-one__item__rm {
  width: 42px;
  height: 42px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  color: var(--psdbox-white);
  position: absolute;
  right: 0;
  bottom: -42px;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms linear;
}

.donations-one__item__rm i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes iconTranslateX {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  51% {
    opacity: 1;
  }
}

.donations-one__item__rm:hover {
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
}

.donations-one__item__rm:hover i {
  animation: iconTranslateX 0.4s forwards;
}

.donations-one__item:hover .donations-one__item__rm {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.donations-one__item__bottom {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
  padding: 70px 30px 14px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .donations-one__item__bottom {
    padding: 70px 20px 14px;
  }
}

.donations-one__item__bottom__shape {
  position: absolute;
  left: 0;
  top: 0;
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.12;
}

.donations-one__item__bottom__progress {
  width: 100%;
  height: 7px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  border-radius: 10px;
  position: relative;
  margin-bottom: 3px;
}

.donations-one__item__bottom__progress__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--accent-color);
  transition: all 1500ms linear;
  border-radius: 10px;
  width: 0px;
  z-index: 1;
}

.donations-one__item__bottom__progress__number {
  width: 40px;
  height: 31px;
  position: absolute;
  z-index: 1;
  background-color: var(--accent-color);
  bottom: calc(100% + 18px);
  right: -16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.21px;
  color: var(--psdbox-white);
}

.donations-one__item__bottom__progress__number::after {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 22px;
  height: 32px;
  content: "";
  background-color: inherit;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.donations-one__item__bottom__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 700;
  color: var(--psdbox-black);
  font-family: var(--psdbox-heading-bebas);
}

.donations-two {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .donations-two {
    padding: 80px 0;
  }
}

.donations-two__item {
  position: relative;
}

.donations-two__item__image {
  position: relative;
  overflow: hidden;
}

.donations-two__item__image img {
  width: 100%;
  height: auto;
  transition: all 400ms ease;
  transform: scale(1);
}

.donations-two__item:hover .donations-two__item__image img {
  transform: scale(1.05);
}

.donations-two__item__btn {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.donations-two__item__btn a {
  font-size: 22px;
  color: var(--psdbox-white);
  display: inline-block;
}

.donations-two__item__btn a:hover {
  color: var(--accent-color);
}

.donations-two__item__rm {
  width: 42px;
  height: 42px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  color: var(--psdbox-white);
  position: absolute;
  overflow: hidden;
  right: 0;
  top: -42px;
  transition: all 300ms linear;
  visibility: hidden;
  opacity: 0;
}

.donations-two__item__rm i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.donations-two__item__rm:hover {
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
}

.donations-two__item__rm:hover i {
  animation: iconTranslateX 0.4s forwards;
}

.donations-two__item:hover .donations-two__item__rm {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.donations-two__item__content {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 25px 16px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .donations-two__item__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.donations-two__item__content::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  opacity: 0;
  background-image: url(../images/shapes/overlay-event.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  visibility: hidden;
  transition: all ease 0.5s;
}

.donations-two__item:hover .donations-two__item__content::after {
  opacity: 1;
  visibility: visible;
  height: 285px;
}

.donations-two__item__title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  color: var(--psdbox-white);
  font-weight: 800;
  margin-bottom: 15px;
}

.donations-two__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.donations-two__item__title a:hover {
  background-size: 100% 1px;
}

.donations-two__item__title a:hover {
  color: var(--accent-color);
}

.donations-two__item__category {
  display: inline-block;
  position: relative;
  background-color: var(--psdbox-white);
  color: var(--accent-color);
  font-size: 20px;
  letter-spacing: 0.25px;
  font-family: var(--psdbox-special-cinzel);
  border-radius: 30px;
  text-transform: capitalize;
  padding: 0 25px;
  height: 32px;
  transition: 400ms ease;
  line-height: 30px;
  margin-bottom: 15px;
}

.donations-two__item__bottom {
  position: relative;
}

.donations-two__item__bottom__progress {
  width: 100%;
  height: 7px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  border-radius: 10px;
  position: relative;
  margin-bottom: 3px;
}

.donations-two__item__bottom__progress__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--accent-color);
  transition: all 1500ms linear;
  border-radius: 10px;
  width: 0px;
  z-index: 1;
}

.donations-two__item__bottom__progress__number {
  width: 40px;
  height: 31px;
  position: absolute;
  z-index: 1;
  background-color: var(--accent-color);
  bottom: calc(100% + 18px);
  right: -16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.21px;
  color: var(--psdbox-white);
}

.donations-two__item__bottom__progress__number::after {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 22px;
  height: 32px;
  content: "";
  background-color: inherit;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.donations-two__item__bottom__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 700;
  color: var(--psdbox-white);
  font-family: var(--psdbox-heading-bebas);
}

.donations-three {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .donations-three {
    padding: 80px 0;
  }
}

.donations-three__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 560px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.donations-three__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--psdbox-black-rgb, 18, 47, 42), 0.88);
}

.donations-three .sec-title__title {
  color: var(--psdbox-white);
}

.donations-three--page {
  position: relative;
}

.donations-three--page .sec-title__title {
  color: var(--psdbox-black);
}

.donations-three__carousel.owl-carousel {
  position: relative;
  z-index: 2;
}

.donations-three__carousel.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -168px;
  flex-direction: column;
  display: flex;
  margin: 0;
  gap: 10px;
}

@media (max-width: 767px) {
  .donations-three__carousel.owl-carousel .owl-nav {
    flex-direction: row;
    top: 0;
    position: relative;
    justify-content: center;
    margin-top: 30px;
  }
}

.donations-three__carousel.owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: var(--psdbox-gray, #f1f6f7);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
  color: var(--psdbox-black);
  transition: all 400ms ease;
}

.donations-three__carousel.owl-carousel .owl-nav button:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.donations-three__item {
  position: relative;
  background-color: var(--psdbox-white);
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.donations-three__item__image {
  position: relative;
  margin: 9px;
  overflow: hidden;
}

.donations-three__item__image img {
  width: 100%;
  height: auto;
}

.donations-three__item__image__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  opacity: 0.3;
  transition: all 900ms ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  transform: scale(0, 1);
  transform-origin: right center;
  background-position: center center;
  z-index: 1;
}

.donations-three__item:hover .donations-three__item__image__link {
  transform: scale(1, 1);
  transform-origin: left center;
}

.donations-three__item__rm {
  width: 42px;
  height: 42px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  color: var(--psdbox-white);
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -42px;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms linear;
}

.donations-three__item__rm i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.donations-three__item__rm:hover {
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
}

.donations-three__item__rm:hover i {
  animation: iconTranslateX 0.4s forwards;
}

.donations-three__item:hover .donations-three__item__rm {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.donations-three__item__category {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  background-color: var(--psdbox-white);
  color: var(--accent-color);
  font-size: 20px;
  letter-spacing: 0.25px;
  font-family: var(--psdbox-special-cinzel);
  border-radius: 30px;
  text-transform: capitalize;
  padding: 0 25px;
  height: 32px;
  transition: 400ms ease;
  line-height: 30px;
}

.donations-three__item:hover .donations-three__item__category {
  background-color: var(--accent-color);
  color: var(--psdbox-white);
}

.donations-three__item__content {
  position: relative;
  padding: 18px 25px 24px;
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .donations-three__item__content {
    padding: 18px 20px 24px;
  }
}

.donations-three__item__title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 3px;
}

.donations-three__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.donations-three__item__title a:hover {
  background-size: 100% 1px;
}

.donations-three__item__title a:hover {
  color: var(--accent-color);
}

.donations-three__item__text {
  margin: 0;
  padding-right: 10px;
}

.donations-three__item__border {
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  transition: all 300ms linear;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 300.000000 41.000000" ><g transform="translate(0.000000,41.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M4050 799 c-615 -41 -1218 -226 -1660 -510 -524 -337 -1066 -334 -1825 10 -203 91 -455 228 -510 277 -19 17 -42 24 -49 16 -37 -37 486 -326 784 -432 641 -230 1137 -204 1600 82 713 442 1523 601 2590 509 312 -27 821 -108 948 -151 61 -21 93 -12 61 17 -11 10 -113 36 -229 60 -606 124 -1129 161 -1710 122z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 300.000000 41.000000" ><g transform="translate(0.000000,41.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M4050 799 c-615 -41 -1218 -226 -1660 -510 -524 -337 -1066 -334 -1825 10 -203 91 -455 228 -510 277 -19 17 -42 24 -49 16 -37 -37 486 -326 784 -432 641 -230 1137 -204 1600 82 713 442 1523 601 2590 509 312 -27 821 -108 948 -151 61 -21 93 -12 61 17 -11 10 -113 36 -229 60 -606 124 -1129 161 -1710 122z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.donations-three__item__bottom {
  margin: -49px 0 0;
  position: relative;
  background-color: var(--psdbox-white);
  padding: 82px 25px 14px;
  transition: all 300ms linear;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 370 137"><path d="m0 13c0 0 86.5 61.7 144.9 22 89.2-60.6 225.1-22 225.1-22v124h-370z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 370 137"><path d="m0 13c0 0 86.5 61.7 144.9 22 89.2-60.6 225.1-22 225.1-22v124h-370z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: cover;
  mask-size: cover;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .donations-three__item__bottom {
    padding: 82px 20px 14px;
  }
}

.donations-three__item__bottom__progress {
  width: 100%;
  height: 7px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  border-radius: 10px;
  position: relative;
  margin-bottom: 3px;
}

.donations-three__item__bottom__progress__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--accent-color);
  transition: all 1500ms linear;
  border-radius: 10px;
  width: 0px;
  z-index: 1;
}

.donations-three__item__bottom__progress__number {
  width: 40px;
  height: 31px;
  position: absolute;
  z-index: 1;
  background-color: var(--accent-color);
  bottom: calc(100% + 18px);
  right: -16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.21px;
  color: var(--psdbox-white);
}

.donations-three__item__bottom__progress__number::after {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 22px;
  height: 32px;
  content: "";
  background-color: inherit;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.donations-three__item__bottom__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 700;
  color: var(--psdbox-black);
  font-family: var(--psdbox-heading-bebas);
  transition: all 300ms linear;
}

.donations-three__item:hover .donations-three__item__border,
.donations-three__item:hover .donations-three__item__bottom {
  background-color: var(--psdbox-black);
}

.donations-three__item:hover .donations-three__item__bottom {
  background-color: var(--psdbox-black);
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
}

.donations-three__item:hover .donations-three__item__bottom__text {
  color: var(--psdbox-white);
}

.donations-three__text {
  font-size: 24px;
  color: var(--psdbox-black);
  font-family: var(--psdbox-special-cinzel);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 84px;
}

@media (max-width: 767px) {
  .donations-three__text {
    margin-top: 44px;
    display: block;
    text-align: center;
  }
}

.donations-three__text>span {
  color: var(--psdbox-base);
  margin-right: 7px;
}

.donations-three__text .psdbox-btn {
  margin-left: 16px;
  padding: 3px 32px;
}

.donations-three__text .psdbox-btn::before {
  background-color: var(--psdbox-base);
}

.donation-details {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .donation-details {
    padding: 80px 0;
  }
}

.donation-details__content {
  position: relative;
}

.donation-details__image {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
  border-radius: 20px 20px 0 0;
  margin-bottom: 42px;
}

.donation-details__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.donation-details__image__bottom {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 85px 35px 40px;
}

.donation-details__image__progress {
  width: 100%;
  height: 12px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  border-radius: 20px;
  position: relative;
  margin-bottom: 12px;
}

.donation-details__image__progress__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--psdbox-base);
  transition: all 1500ms linear;
  border-radius: 20px;
  width: 0px;
  z-index: 1;
}

.donation-details__image__progress__number {
  width: 40px;
  height: 31px;
  position: absolute;
  z-index: 1;
  background-color: var(--psdbox-base);
  bottom: calc(100% + 18px);
  right: -16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.21px;
  color: var(--psdbox-white);
}

.donation-details__image__progress__number::after {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 22px;
  height: 32px;
  content: "";
  background-color: inherit;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.donation-details__image__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  color: var(--psdbox-black);
  font-family: var(--psdbox-heading-bebas);
}

.donation-details__image__border {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  margin-top: 26px;
  margin-bottom: 40px;
}

.donation-details__image__border::after {
  width: 7px;
  height: 7px;
  content: "";
  background-color: var(--psdbox-base);
  border-radius: 50%;
  left: 0;
  bottom: -3.5px;
  position: absolute;
  animation: zumpX 15s linear infinite;
}

.donation-details__title {
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 18px;
}

@media (max-width: 767px) {
  .donation-details__title {
    font-size: 30px;
  }
}

.donation-details__text {
  margin: 0 0 25px;
}

@media (min-width: 1200px) {
  .donation-details__text {
    padding-right: 42px;
  }
}

.donation-details__image-two {
  position: relative;
}

.donation-details__image-two img {
  width: 100%;
  height: auto;
}

.donation-details__list {
  margin: 27px 0 45px;
  padding: 0;
  list-style: none;
}

.donation-details__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.donation-details__list li a {
  color: inherit;
  font-weight: 500;
  border-bottom: 2px solid currentColor;
}

.donation-details__list li a:hover {
  color: var(--psdbox-base);
}

.donation-details__list__icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  color: var(--psdbox-base);
  font-size: 15px;
}

.donation-details .contact-one__form {
  position: relative;
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  padding-top: 72px;
  margin-top: 80px;
}

.donation-details .contact-one__form__title {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 35px;
}

.donation-details .contact-one__form .bootstrap-select>.dropdown-toggle,
.donation-details .contact-one__form input[type=text],
.donation-details .contact-one__form input[type=email],
.donation-details .contact-one__form input[type=tel],
.donation-details .contact-one__form textarea {
  border-color: var(--psdbox-border-color, var(--psdbox-white));
}

.donation-details__author {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
  border-radius: 20px;
  border-top: 5px solid var(--psdbox-base);
  padding: 45px 60px 43px;
  margin-bottom: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .donation-details__author {
    padding: 35px 22px;
  }
}

@media (max-width: 991px) {
  .donation-details__author {
    margin-top: 50px;
  }
}

.donation-details__author__top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  padding-bottom: 30px;
  margin-bottom: 25px;
}

.donation-details__author__top img {
  width: 71px;
  height: 71px;
  border-radius: 50%;
}

.donation-details__author__title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 5px;
}

.donation-details__author__designation {
  margin: 0;
  font-size: 17px;
}

.donation-details__author__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.donation-details__author__list li {
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.donation-details__author__list li i {
  color: var(--psdbox-base);
}

.donation-details__author__list li+li {
  margin-top: 13px;
}

.donation-details__posts {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
  border-radius: 20px;
  border-top: 5px solid var(--psdbox-base);
  padding: 45px 45px 50px;
  margin-bottom: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .donation-details__posts {
    padding: 35px 22px;
  }
}

.donation-details__share {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
  border-radius: 20px;
  border-top: 5px solid var(--psdbox-base);
  padding: 45px 45px 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .donation-details__share {
    padding: 35px 22px;
  }
}

.donation-details__share__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.donation-details__share__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--psdbox-white);
  font-size: 15px;
  color: var(--psdbox-text-gray);
  transition: all 500ms ease;
  border-radius: 50%;
}

.donation-details__share__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.donation-details__share__social a:hover {
  background-color: var(--accent-color);
  color: var(--psdbox-white);
}

.donation-details__share__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}

/*--------------------------------------------------------------
# Donate
--------------------------------------------------------------*/
.donate-one {
  position: relative;
}

.donate-one__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  min-height: 742px;
  background-color: var(--psdbox-black);
  clip-path: polygon(0 0, 100% 42%, 100% 100%, 0 100%);
}

.donate-one__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--psdbox-black-rgb, 18, 47, 42), 0.78);
}

.donate-one__image {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: var(--psdbox-white);
  margin-left: 145px;
  margin-bottom: 25px;
  margin-top: -114px;
  padding: 0 23px;
}

@media (max-width: 1599px) {
  .donate-one__image {
    margin-left: 20px;
  }
}

@media (max-width: 1199px) {
  .donate-one__image {
    margin-top: 0;
    padding: 0 15px;
  }
}

.donate-one__image::after {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 20px;
  height: 83.8%;
  content: "";
  background-color: var(--psdbox-base);
}

.donate-one__image::before {
  position: absolute;
  left: -20px;
  bottom: -25px;
  width: 40%;
  height: 25px;
  content: "";
  background-color: var(--psdbox-base);
  z-index: -1;
}

.donate-one__image img {
  max-width: 100%;
  height: auto;
  margin-bottom: -25px;
}

.donate-info {
  position: relative;
}

.donate-info__shape {
  position: absolute;
  width: 225px;
  height: 212px;
  right: 30px;
  bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  animation: treeMove 4s linear 0s infinite;
  display: none;
}

@media (min-width: 1600px) {
  .donate-info__shape {
    display: block;
  }
}

.donate-info__left {
  position: relative;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 0 50px;
  overflow: hidden;
  padding: 103px 30px 107px 190px;
  margin-right: -30px;
}

@media (max-width: 1199px) {
  .donate-info__left {
    padding: 103px 25px 107px 150px;
  }
}

@media (max-width: 991px) {
  .donate-info__left {
    margin-right: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.donate-info__left::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.88);
}

.donate-info__left__icon {
  width: 108px;
  height: 108px;
  background-color: var(--psdbox-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 57px;
  color: var(--psdbox-base);
  overflow: hidden;
  position: absolute;
  left: 52px;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  transition: all 0.3s 0s ease-out;
}

@media (max-width: 1199px) {
  .donate-info__left__icon {
    left: 22px;
  }
}

.donate-info__left__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 0;
  content: "";
  background-color: var(--psdbox-base);
  border-radius: 50%;
  transition: all 0.3s 0s ease-out;
  z-index: -1;
}

.donate-info__left:hover .donate-info__left__icon {
  color: var(--psdbox-white);
}

.donate-info__left:hover .donate-info__left__icon::after {
  height: 100%;
}

.donate-info__left__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.48px;
  margin: 0 0 6px;
  font-family: var(--psdbox-special-cinzel);
  position: relative;
  z-index: 1;
}

.donate-info__left__text {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  position: relative;
  z-index: 1;
}

.donate-info__area {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px 50px 50px 0;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
  padding: 78px 70px 70px;
  margin-top: -312px;
}

@media (max-width: 1340px) {
  .donate-info__area {
    padding: 78px 40px 70px;
  }
}

@media (max-width: 1199px) {
  .donate-info__area {
    padding: 60px 40px 40px;
    margin-top: -241px;
  }
}

@media (min-width: 1300px) {
  .donate-info__area {
    margin-right: -70px;
  }
}

@media (max-width: 991px) {
  .donate-info__area {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .donate-info__area {
    padding: 60px 25px 40px;
  }
}

.donate-info__area__date {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  font-family: var(--psdbox-special-cinzel);
  gap: 10px;
  position: absolute;
  right: 65px;
  top: 150px;
}

@media (max-width: 767px) {
  .donate-info__area__date {
    position: relative;
    right: auto;
    top: 0;
    margin: -40px 0 30px;
  }
}

.donate-info__area__date i {
  color: var(--psdbox-base);
}

.donate-info__area .sec-title {
  padding-bottom: 58px;
}

.donate-info__area__progress {
  position: relative;
  border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  padding-bottom: 24px;
  margin-bottom: 33px;
}

.donate-info__area__progress::after {
  width: 7px;
  height: 7px;
  content: "";
  background-color: var(--psdbox-base);
  border-radius: 50%;
  left: 0;
  bottom: -4px;
  position: absolute;
  animation: zumpX 15s linear infinite;
}

.donate-info__area__progress__bar {
  width: 100%;
  height: 12px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  border-radius: 20px;
  position: relative;
  margin-bottom: 13px;
}

.donate-info__area__progress__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--psdbox-base);
  transition: all 1500ms linear;
  border-radius: 20px;
  width: 0px;
  z-index: 1;
}

.donate-info__area__progress__number {
  width: 40px;
  height: 31px;
  position: absolute;
  z-index: 1;
  background-color: var(--psdbox-base);
  bottom: calc(100% + 18px);
  right: -16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.21px;
  color: var(--psdbox-white);
}

.donate-info__area__progress__number::after {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 22px;
  height: 32px;
  content: "";
  background-color: inherit;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.donate-info__area__progress__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 700;
  color: var(--psdbox-black);
  font-family: var(--psdbox-heading-bebas);
}

.donate-info__form {
  position: relative;
  width: 100%;
}

.donate-info__form__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1199px) {
  .donate-info__form__top {
    flex-wrap: wrap;
    gap: 15px;
  }
}

.donate-info__form__amount {
  position: relative;
  max-width: 250px;
}

@media (max-width: 1199px) {
  .donate-info__form__amount {
    max-width: 100%;
  }
}

.donate-info__form__amount__sign {
  position: absolute;
  text-transform: uppercase;
  font-family: var(--psdbox-special-cinzel);
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--psdbox-black);
  font-size: 30px;
  display: flex;
  align-items: center;
  font-weight: 900;
}

.donate-info__form input {
  display: block;
  width: 100%;
  height: 55px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  color: var(--psdbox-black);
  font-size: 22px;
  font-weight: 500;
  text-align: right;
  border: none;
  outline: none;
  border-radius: 50px;
  padding-left: 100px;
  padding-right: 30px;
}

.donate-info__form__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.donate-info__form__buttons__item {
  height: 48px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 500;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  border: none;
  outline: none;
  padding: 0 24px;
  transition: all 0.4s ease;
}

.donate-info__form__buttons__item.active,
.donate-info__form__buttons__item:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.donate-info__form__submit {
  display: flex;
  align-items: baseline;
  position: relative;
  margin-top: 30px;
}

.donate-info__form__submit .psdbox-btn::before {
  background-color: var(--psdbox-base);
}

.donate-info__form__submit img {
  width: 54px;
  height: 80px;
  position: absolute;
  left: 200px;
  bottom: 0;
  animation: shrinkAnim2 3s ease 0s infinite;
}

.donate-two {
  position: relative;
  padding: 120px 0 0;
}

@media (max-width: 767px) {
  .donate-two {
    padding-top: 80px;
  }
}

.donate-two__inner {
  position: relative;
  z-index: 2;
  padding: 9px;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  background-color: var(--psdbox-white);
  border-radius: 30px;
  margin-bottom: -290px;
}

.donate-two__content {
  position: relative;
  padding: 61px 70px 50px;
}

@media (max-width: 767px) {
  .donate-two__content {
    padding: 60px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .donate-two__content {
    padding-left: 20px;
    padding-right: 10px;
  }
}

.donate-two__title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 27px;
}

.donate-two__text {
  font-size: 16px;
  line-height: 25px;
  font-family: var(--psdbox-special-cinzel);
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  border-radius: 10px;
  padding: 12px 30px 12px 40px;
  position: relative;
  margin-bottom: 26px;
}

.donate-two__text span {
  color: var(--psdbox-base);
}

.donate-two__text::after {
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 3px;
  height: 39px;
  background-color: var(--psdbox-base);
}

.donate-two__donate-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.donate-two__form {
  position: relative;
  width: 100%;
}

.donate-two__form__amount {
  position: relative;
}

.donate-two__form__amount__sign {
  position: absolute;
  text-transform: uppercase;
  font-family: var(--psdbox-special-cinzel);
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--psdbox-white);
  font-size: 30px;
  display: flex;
  align-items: center;
  font-weight: 900;
}

.donate-two__form input {
  display: block;
  width: 100%;
  height: 60px;
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
  font-size: 25px;
  font-weight: 500;
  text-align: right;
  border: none;
  outline: none;
  border-radius: 50px;
  padding-left: 100px;
  padding-right: 30px;
}

.donate-two__form__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 45px;
}

@media (max-width: 767px) {
  .donate-two__form__buttons {
    flex-wrap: wrap;
    gap: 15px;
  }
}

.donate-two__form__buttons__item {
  height: 48px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 500;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  border: none;
  outline: none;
  padding: 0 24px;
  transition: all 0.4s ease;
}

.donate-two__form__buttons__item.active,
.donate-two__form__buttons__item:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.donate-two__form__submit {
  display: flex;
  align-items: baseline;
  position: relative;
}

.donate-two__form__submit img {
  width: 54px;
  height: 80px;
  position: absolute;
  left: 200px;
  bottom: 0;
  animation: shrinkAnim2 3s ease 0s infinite;
}

.donate-two__image {
  position: relative;
}

@media (min-width: 992px) {
  .donate-two__image {
    margin-left: -10px;
  }
}

@media (max-width: 991px) {
  .donate-two__image {
    text-align: center;
  }
}

.donate-two__image img {
  max-width: 100%;
  height: auto;
  border: 1px solid var(--psdbox-black);
  border-radius: 30px;
}

.donate-three {
  position: relative;
  padding: 0 0 120px;
}

@media (max-width: 767px) {
  .donate-three {
    padding: 0 0 80px;
  }
}

.donate-three__support {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.donate-three__support img {
  width: 100%;
  height: auto;
}

.donate-three__support__content {
  position: relative;
  padding: 30px 20px 30px;
  background-color: var(--psdbox-gray, #f1f6f7);
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

.donate-three__support__content::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--psdbox-base);
  z-index: -1;
  position: absolute;
  top: 100%;
  left: 100%;
  transition: all 400ms ease;
}

.donate-three__support:hover .donate-three__support__content::after {
  top: 0%;
  left: 0%;
}

.donate-three__support__title {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  transition: all 300ms linear;
}

.donate-three__support:hover .donate-three__support__title {
  color: var(--psdbox-white);
}

.donate-three__support__collected {
  display: inline-block;
  padding: 10px 25px;
  background-color: var(--psdbox-base);
  font-family: var(--psdbox-special-cinzel);
  color: var(--psdbox-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  border-radius: 100px;
  transition: all 300ms linear;
}

.donate-three__content {
  position: relative;
  padding-top: 25px;
}

@media (min-width: 1200px) {
  .donate-three__content {
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .donate-three__content {
    padding-top: 40px;
  }
}

.donate-three__content .sec-title {
  padding-bottom: 30px;
}

.donate-three__form {
  position: relative;
  width: 100%;
}

.donate-three__form__amount {
  position: relative;
}

.donate-three__form__amount__sign {
  position: absolute;
  text-transform: uppercase;
  font-family: var(--psdbox-special-cinzel);
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--psdbox-white);
  font-size: 30px;
  display: flex;
  align-items: center;
  font-weight: 900;
}

.donate-three__form input {
  display: block;
  width: 100%;
  height: 60px;
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
  font-size: 25px;
  font-weight: 500;
  text-align: right;
  border: none;
  outline: none;
  border-radius: 50px;
  padding-left: 100px;
  padding-right: 30px;
}

.donate-three__form__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 45px;
}

@media (max-width: 767px) {
  .donate-three__form__buttons {
    flex-wrap: wrap;
    gap: 15px;
  }
}

.donate-three__form__buttons__item {
  height: 48px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 500;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  border: none;
  outline: none;
  padding: 0 24px;
  transition: all 0.4s ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .donate-three__form__buttons__item {
    padding: 0 20px;
  }
}

.donate-three__form__buttons__item.active,
.donate-three__form__buttons__item:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.donate-three__form__submit {
  display: flex;
  align-items: center;
  position: relative;
  gap: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .donate-three__form__submit .psdbox-btn {
    padding: 13px 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .donate-three__form__submit {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .donate-three__form__submit {
    flex-direction: column;
    align-items: flex-start;
  }
}

.donate-three__form__volunter {
  position: relative;
  display: flex;
  align-items: center;
}

.donate-three__form__volunter img {
  width: 53px;
  height: 53px;
  border: 3px solid var(--psdbox-gray, #f1f6f7);
  border-radius: 50%;
}

.donate-three__form__volunter img+img {
  margin-left: -16px;
}

.donate-three__form__volunter__total {
  width: 53px;
  height: 53px;
  border: 3px solid var(--psdbox-gray, #f1f6f7);
  background-color: var(--psdbox-white);
  border-radius: 50%;
  color: var(--psdbox-black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--psdbox-special-cinzel);
  font-weight: 700;
  margin-left: -16px;
}

.donate-three__form__volunter__active {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 0 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .donate-three__form__volunter__active {
    margin: 0 0 0 10px;
  }
}

.donate-page {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .donate-page {
    padding: 80px 0;
  }
}

.donate-page__content {
  position: relative;
}

.donate-page__notice {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  background-color: var(--psdbox-gray, #f1f6f7);
  overflow: hidden;
  padding: 16px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .donate-page__notice {
    display: block;
    padding: 16px 25px;
  }
}

.donate-page__notice::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 38px;
  content: "";
  z-index: -1;
  background-color: var(--psdbox-base);
}

@media (max-width: 767px) {
  .donate-page__notice::after {
    display: none;
  }
}

.donate-page__notice span {
  font-weight: 500;
  color: var(--psdbox-black);
}

.donate-page__notice__icon {
  width: 41px;
  height: 41px;
  background-color: var(--psdbox-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--psdbox-base);
  font-size: 22px;
  margin-right: 19px;
}

@media (max-width: 767px) {
  .donate-page__notice__icon {
    margin: 0 0 15px;
  }
}

.donate-page__form {
  position: relative;
  width: 100%;
}

.donate-page__form__amount {
  position: relative;
  width: 100%;
  margin: 0 0 30px;
}

.donate-page__form__amount__sign {
  position: absolute;
  text-transform: uppercase;
  font-family: var(--psdbox-heading-bebas);
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--psdbox-white);
  font-size: 57px;
  display: flex;
  align-items: center;
  font-weight: 700;
}

@media (max-width: 767px) {
  .donate-page__form__amount__sign {
    left: 30px;
  }
}

.donate-page__form__amount input {
  display: block;
  width: 100%;
  height: 125px;
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
  font-size: 57px;
  font-weight: 700;
  font-family: var(--psdbox-heading-bebas);
  text-align: right;
  border: none;
  outline: none;
  border-radius: 10px;
  padding-left: 100px;
  padding-right: 39px;
}

@media (max-width: 767px) {
  .donate-page__form__amount input {
    padding-right: 30px;
  }
}

.donate-page__form__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 53px;
}

@media (max-width: 767px) {
  .donate-page__form__buttons {
    margin-bottom: 33px;
  }
}

.donate-page__form__buttons__item {
  height: 74px;
  background-color: var(--psdbox-gray, #f1f6f7);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--psdbox-text, #636363);
  font-weight: 500;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  border: none;
  outline: none;
  padding: 0 27px;
  transition: all 0.4s ease;
}

.donate-page__form__buttons__item.active,
.donate-page__form__buttons__item:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.donate-page__form__title {
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 19px;
}

.donate-page__form__payment {
  position: relative;
  margin-bottom: 20px;
}

.donate-page__form__payment__method {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.donate-page__form__payment__method__item {
  position: relative;
}

.donate-page__form__payment__method__item label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  margin-right: 0px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: var(--psdbox-text, #636363);
  font-size: 16px;
  cursor: pointer;
}

.donate-page__form__payment__method__item label span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: var(--psdbox-base);
  content: "";
  width: 7px;
  height: 7px;
  pointer-events: none;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.donate-page__form__payment__method__item input[type=radio] {
  display: none;
}

.donate-page__form__payment__method__item input[type=radio]+label span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  background-color: var(--psdbox-gray, #f1f6f7);
  cursor: pointer;
  transition: all 300ms ease;
}

.donate-page__form__payment__method__item input[type=radio]:checked+label span:before {
  opacity: 1;
}

.donate-page__form .bootstrap-select>.dropdown-toggle,
.donate-page__form .form-one input[type=text],
.donate-page__form input[type=email],
.donate-page__form input[type=tel],
.donate-page__form textarea {
  border-color: var(--psdbox-border-color, var(--psdbox-white));
}

.donate-page__form__donate-amount {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: var(--psdbox-black);
  font-family: var(--psdbox-heading-bebas);
  margin: 24px 0 20px;
}

.donate-page__form .psdbox-btn::before {
  background-color: var(--psdbox-base);
}

.donate-page__sidebar {
  position: relative;
}

@media (max-width: 991px) {
  .donate-page__sidebar {
    margin-top: 50px;
  }
}

.donate-page__sidebar .donations-one__carousel.owl-carousel .owl-nav.disabled {
  display: none;
}

.donate-page__sidebar .donation-details__author {
  margin: 50px 0 0;
}

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
.instagram-one {
  position: relative;
  padding: 0 5px 20px;
}

.instagram-one--about {
  padding-top: 20px;
}

.instagram-one__sub-title {
  font-size: 22px;
  color: var(--psdbox-white);
  font-weight: 600;
  font-family: var(--psdbox-special-cinzel);
  transition: all 800ms ease;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-80px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 57px;
  margin: auto;
  text-align: center;
  z-index: 2;
  padding: 0 20px;
}

.instagram-one__title {
  font-size: 24px;
  color: var(--psdbox-white);
  font-weight: 800;
  transition: all 800ms ease;
  opacity: 0;
  visibility: hidden;
  transform: translateX(80px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  margin: auto;
  text-align: center;
  z-index: 2;
  padding: 0 20px;
}

.instagram-one a {
  overflow: hidden;
  transition: all 0.3s ease-out;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.instagram-one a:hover .instagram-one__sub-title {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.instagram-one a:hover .instagram-one__title {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.instagram-one a::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  opacity: 0;
  background-image: url(../images/shapes/overlay.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  visibility: hidden;
  transition: all ease 0.4s;
}

.instagram-one a:hover::after {
  opacity: 1;
  visibility: visible;
  height: 165px;
}

.instagram-one a img {
  width: 100%;
  height: auto;
  transition: all ease 0.3s;
}

.instagram-one a:hover img {
  transform: scale(1.1) rotate(1.5deg);
  transition: all 0.3s ease-out;
}

.instagram-two {
  position: relative;
  background-color: var(--psdbox-white);
  padding: 0 0;
  margin-bottom: -120px;
}

.instagram-two .container {
  max-width: 1670px;
  position: relative;
  z-index: 5;
}

.instagram-two a {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.instagram-two a::before {
  position: absolute;
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
  z-index: 3;
  color: var(--psdbox-white);
  font-size: 40px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transition-delay: 0s;
}

.instagram-two a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(var(--psdbox-base-rgb, 255, 85, 40), 0.9);
  visibility: hidden;
  transition: all ease 0.4s;
}

.instagram-two a:hover::after {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.instagram-two a:hover::before {
  top: 50%;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}

.instagram-two a img {
  width: 100%;
  height: auto;
  transition: all ease 0.3s;
}

.instagram-two a:hover img {
  transform: scale(1.1) rotate(1.5deg);
  -moz-transform: scale(1.1) rotate(1.5deg);
  -webkit-transform: scale(1.1) rotate(1.5deg);
  -ms-transform: scale(1.1) rotate(1.5deg);
  -o-transform: scale(1.1) rotate(1.5deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*--------------------------------------------------------------
# Info
--------------------------------------------------------------*/
.info {
  position: relative;
  margin-bottom: -74px;
}

.info__wrapper {
  background-color: var(--psdbox-white);
  border-radius: 75px;
  filter: drop-shadow(0 0 19px rgba(0, 0, 0, 0.08));
  position: relative;
  z-index: 2;
  padding: 42px 40px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .info__wrapper {
    flex-wrap: wrap;
    gap: 30px 0;
  }
}

@media (max-width: 767px) {
  .info__wrapper {
    flex-direction: column;
    gap: 30px;
    padding: 42px 25px;
    align-items: flex-start;
  }
}

.info__wrapper li {
  position: relative;
  display: flex;
  gap: 28px;
  align-items: center;
}

@media (max-width: 1199px) {
  .info__wrapper li {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .info__wrapper li {
    flex: 0 0 50%;
  }
}

@media (max-width: 767px) {
  .info__wrapper li {
    flex: 0 0 100%;
  }
}

.info__wrapper li:hover .info__icon span {
  transform: scale(1.1);
  transition: all 300ms ease;
  color: var(--psdbox-white);
}

.info__wrapper li:hover .info__icon::after {
  opacity: 1;
}

.info__wrapper li:not(:first-of-type)::before {
  content: "";
  width: 3px;
  height: 80px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  position: absolute;
  top: 50%;
  left: -74px;
  transform: translateY(-50%);
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .info__wrapper li:not(:first-of-type)::before {
    display: none;
  }
}

.info__icon {
  width: 66px;
  height: 66px;
  font-size: 31px;
  background-color: transparent;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.info__icon span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transform: scale(1);
  color: var(--accent-color);
}

.info__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--accent-color);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  opacity: 0.16;
  z-index: -1;
  transition: all 500ms ease;
}

.info__title {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.35px;
  margin: 0 0 11px;
  position: relative;
}

.info__text {
  display: block;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.33px;
  margin: 0;
}

.info__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.info__text a:hover {
  background-size: 100% 1px;
}

.info__text a:hover {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}

body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--psdbox-white);
  box-shadow: 0px 0px 100px 0px rgba(var(--psdbox-black3-rgb, 0, 0, 0), 0.08);
}

body.boxed-wrapper .about-one__shape,
body.boxed-wrapper .topbar-one__bottom__button img,
body.boxed-wrapper .topbar-one__bottom__button .psdbox-btn,
body.boxed-wrapper .main-slider-one__shape-two {
  display: none;
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process-one {
  position: relative;
  counter-reset: count;
  padding: 120px 0 90px;
  background-color: var(--psdbox-white);
}

@media (max-width: 767px) {
  .work-process-one {
    padding: 80px 0 50px;
  }
}

.work-process-one .sec-title {
  text-align: center;
}

.work-process-one__border {
  width: 100%;
  height: 2px;
  background-color: var(--psdbox-base);
  top: 103px;
  position: relative;
}

@media (max-width: 767px) {
  .work-process-one__border {
    display: none;
  }
}

.work-process-one__border::after {
  position: absolute;
  left: 0;
  top: -5px;
  width: 11px;
  height: 11px;
  background-color: var(--psdbox-black);
  border-radius: 50%;
  content: "";
}

.work-process-one__border::before {
  position: absolute;
  right: 0;
  top: -5px;
  width: 11px;
  height: 11px;
  background-color: var(--psdbox-black);
  border-radius: 50%;
  content: "";
}

.work-process-one__gradiant-left {
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 5%;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(-45deg, rgba(var(--psdbox-base-rgb, 255, 85, 40), 1) 0%, rgba(var(--psdbox-black-rgb, 18, 47, 42), 1) 100%) 1;
}

.work-process-one__gradiant-right {
  height: 100%;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 5%;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(-45deg, rgba(var(--psdbox-black-rgb, 18, 47, 42), 1) 0%, rgba(var(--psdbox-base-rgb, 255, 85, 40), 1) 100%) 1;
}

.work-process-one__item {
  position: relative;
  counter-increment: count;
  margin-bottom: 30px;
}

.work-process-one__item__thumb {
  display: inline-block;
  width: 202px;
  height: 202px;
  border: 2px solid var(--psdbox-base);
  background-color: var(--psdbox-white);
  border-radius: 50%;
  padding: 5px;
  position: relative;
  margin-bottom: 30px;
}

.work-process-one__item__thumb-wrap {
  background-color: var(--psdbox-black);
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.work-process-one__item__thumb-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  background: rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.2);
  border-radius: 50%;
  transition: all 500ms linear;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}

.work-process-one__item__thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  opacity: 0.3;
}

.work-process-one__item__thumb__number {
  width: 67px;
  height: 67px;
  background-color: var(--psdbox-base);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--psdbox-white);
  font-family: var(--psdbox-heading-bebas);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: -9px;
  top: 5px;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}

.work-process-one__item__thumb__number::before {
  content: counters(count, ".", decimal-leading-zero);
  position: absolute;
  top: -6px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-process-one__item__thumb__icon {
  width: 60px;
  height: 60px;
  font-size: 60px;
  color: var(--psdbox-base);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.work-process-one__item:hover .work-process-one__item__thumb-wrap::after {
  -webkit-animation: zoom-hover 0.95s;
  animation: zoom-hover 0.95s;
}

.work-process-one__item:hover .work-process-one__item__thumb__number {
  transform: scale(0.95);
}

.work-process-one__item__content {
  position: relative;
  box-shadow: 0px 0px 60px 0px rgba(var(--psdbox-black3-rgb, 0, 0, 0), 0.07);
  background-color: var(--psdbox-white);
  border-radius: 100px;
  padding: 24px 20px 26px;
}

.work-process-one__item__content::after {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 10px 25px;
  border-color: transparent transparent var(--psdbox-white) transparent;
}

.work-process-one__item__title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.work-process-one__item__text {
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tab-one {
  padding-top: 120px;
  position: relative;
}

@media (max-width: 767px) {
  .tab-one {
    padding-top: 80px;
  }
}

.tab-one__wrapper {
  position: relative;
}

.tab-one__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  gap: 30px;
  margin: 0 0 45px;
}

@media (max-width: 991px) {
  .tab-one__list {
    flex-direction: column;
    gap: 15px;
  }
}

.tab-one__list li {
  display: flex;
  align-items: center;
  background-color: var(--psdbox-gray, #f1f6f7);
  transition: all 300ms linear;
  font-size: 24px;
  font-weight: 800;
  font-family: var(--psdbox-heading-bebas);
  color: var(--psdbox-black);
  width: 100%;
  padding: 20px 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

.tab-one__list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--accent-color);
  transform: scaley(0);
  transform-style: preserve-3d;
  transition: transform 0.4s ease-in-out;
  transform-origin: top center;
  z-index: -1;
}

.tab-one__list li:hover,
.tab-one__list li.active-btn {
  color: var(--psdbox-white);
}

.tab-one__list li:hover .tab-one__list__icon,
.tab-one__list li.active-btn .tab-one__list__icon {
  color: var(--psdbox-white);
}

.tab-one__list li:hover .tab-one__list__icon::after,
.tab-one__list li.active-btn .tab-one__list__icon::after {
  background-color: var(--psdbox-white);
  opacity: 0.25;
}

.tab-one__list li:hover::after,
.tab-one__list li.active-btn::after {
  transform: scaley(1);
  transform-origin: bottom center;
}

.tab-one__list__icon {
  border-right: 2px solid var(--psdbox-border-color, var(--psdbox-white));
  font-size: 60px;
  color: var(--accent-color);
  height: 69px;
  display: flex;
  align-items: center;
  padding-right: 25px;
  margin-right: 25px;
  transition: all 300ms linear;
  position: relative;
}

@media (max-width: 400px) {
  .tab-one__list__icon {
    padding-right: 15px;
    margin-right: 15px;
  }
}

.tab-one__list__icon::after {
  position: absolute;
  left: 2px;
  top: 16px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  content: "";
  background-color: var(--accent-color);
  opacity: 0.1;
  transition: all 300ms linear;
}

.tab-one__content {
  position: relative;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  border-radius: 10px;
  overflow: hidden;
  padding: 9px;
}

.tab-one__content__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.58;
}

.tab-one__content__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.tab-one__content__image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.tab-one__content__image__shape {
  position: absolute;
  left: -10px;
  bottom: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  animation: shapeMove 3s linear 0s infinite;
}

.tab-one__content__right {
  position: relative;
  padding: 30px 69px 30px 0;
  width: 100%;
}

@media (max-width: 1199px) {
  .tab-one__content__right {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .tab-one__content__right {
    padding: 30px 30px;
  }
}

@media (max-width: 767px) {
  .tab-one__content__right {
    padding: 30px 15px;
  }
}

.tab-one__content__title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 50px;
}

@media (max-width: 1199px) {
  .tab-one__content__title {
    margin: 0 0 30px;
  }
}

.tab-one__content__box {
  position: relative;
  min-height: 44px;
  padding: 0 0 25px 64px;
  margin-top: 40px;
  border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  transition: all 500ms ease;
}

.tab-one__content__box:hover {
  border-color: var(--accent-color);
}

.tab-one__content__box__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 21px;
  color: var(--psdbox-white);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  position: absolute;
  left: 0;
  top: 0;
}

.tab-one__content__box__icon i {
  display: inline-block;
  transition: all 500ms ease;
  transform: scale(1);
}

.tab-one__content__box:hover .tab-one__content__box__icon i {
  transform: scale(1.1);
}

.tab-one__content__box__title {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 5px;
}

.tab-one__content__box__text {
  margin: 0;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.event-one {
  position: relative;
  overflow: hidden;
  padding: 120px 0 0;
}

@media (max-width: 767px) {
  .event-one {
    padding-top: 80px;
  }
}

.event-one::before {
  position: absolute;
  right: -140px;
  top: -140px;
  width: 280px;
  height: 280px;
  background-color: var(--psdbox-base);
  border-radius: 50%;
  content: "";
  animation: zoomsIn 4s linear 0s infinite;
  z-index: 1;
}

@media (max-width: 1199px) {
  .event-one::before {
    display: none;
  }
}

.event-one::after {
  position: absolute;
  right: -125px;
  top: -125px;
  width: 280px;
  height: 280px;
  background-color: var(--psdbox-base);
  border-radius: 50%;
  opacity: 0.27;
  content: "";
  animation: zoomsIn 3s linear 0s infinite;
}

@media (max-width: 1199px) {
  .event-one::after {
    display: none;
  }
}

.event-one__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 747px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 747"><path d="m0 0h1920v747c0 0-209.7-7.2-393.4-103.7-262.5-137.8-411.6-358.8-562.2-157.4-77 103.1-274.4-72.1-594.6 81.1-171.2 81.9-369.8-70-369.8-70z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 747"><path d="m0 0h1920v747c0 0-209.7-7.2-393.4-103.7-262.5-137.8-411.6-358.8-562.2-157.4-77 103.1-274.4-72.1-594.6 81.1-171.2 81.9-369.8-70-369.8-70z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.event-one__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(11, 11, 11, 0.85);
}

.event-one .sec-title__title {
  color: var(--psdbox-white);
}

.event-one--page {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .event-one--page {
    padding: 80px 0;
  }
}

.event-one--page::after,
.event-one--page::before {
  display: none;
}

.event-one--page .sec-title__title {
  color: var(--psdbox-black);
}

.event-one .container {
  max-width: 1450px;
  position: relative;
}

.event-one__carousel {
  position: relative;
}

.event-one__carousel .event-one__item img {
  height: 315px;
  object-fit: cover;
  object-position: top;
}

.event-one__item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.event-one__item img {
  width: 100%;
  height: auto;
}

.event-one__item__rm {
  width: 55px;
  height: 55px;
  background-color: var(--psdbox-base);
  text-align: center;
  line-height: 53px;
  font-size: 22px;
  color: var(--psdbox-white);
  border-radius: 0 0 30px 30px;
  position: absolute;
  right: 30px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg);
  transform-origin: 100% 100%;
  transition: all 0.5s;
}

.event-one__item__rm i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.event-one__item__rm:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.event-one__item__rm:hover i {
  animation: iconTranslateX 0.4s forwards;
}

.event-one__item:hover .event-one__item__rm {
  visibility: visible;
  opacity: 1;
  transform: rotate(0deg);
  transform-origin: 100% 100%;
}

.event-one__item__content {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
  padding: 0 20px 15px;
}

.event-one__item__content::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  opacity: 0;
  background-image: url(../images/shapes/overlay.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  visibility: hidden;
  transition: all ease 0.4s;
}

.event-one__item:hover .event-one__item__content:after {
  opacity: 1;
  visibility: visible;
  height: 165px;
}

.event-one__item__title {
  font-size: 24px;
  color: var(--psdbox-white);
  font-weight: 800;
  margin: 0 0 8px;
  opacity: 0;
  transform: translateX(-100%) skewX(5deg);
  transition: transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.event-one__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.event-one__item__title a:hover {
  background-size: 100% 1px;
}

.event-one__item__title a:hover {
  color: inherit;
}

.event-one__item:hover .event-one__item__meta,
.event-one__item:hover .event-one__item__title {
  opacity: 1;
  transform: translateX(0px) skewX(0deg);
}

.event-one__item__meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  opacity: 0;
  transform: translateX(100%) skewX(5deg);
  transition: transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.event-one__item__meta li {
  font-size: 18px;
  font-weight: 600;
  color: var(--psdbox-white);
  font-family: var(--psdbox-special-cinzel);
}

.event-one__item__meta li i {
  font-size: 16px;
  margin-right: 7px;
}

.event-details {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .event-details {
    padding: 80px 0;
  }
}

.event-details__content {
  position: relative;
}

.event-details__image {
  position: relative;
  margin-bottom: 40px;
}

.event-details__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.event-details__title {
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 18px;
}

@media (max-width: 767px) {
  .event-details__title {
    font-size: 30px;
  }
}

.event-details__text {
  margin: 0 0 25px;
}

@media (min-width: 1200px) {
  .event-details__text {
    padding-right: 42px;
  }
}

.event-details .psdbox-btn {
  margin-top: 32px;
}

.event-details .psdbox-btn::before {
  background-color: var(--psdbox-base);
}

.event-details__info {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
  border-radius: 20px;
  border-top: 5px solid var(--psdbox-base);
  padding: 45px 38px;
  margin-bottom: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .event-details__info {
    padding: 35px 22px;
  }
}

@media (max-width: 991px) {
  .event-details__info {
    margin-top: 50px;
  }
}

.event-details__info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-details__info__list li {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

.event-details__info__list li span {
  font-weight: 400;
}

.event-details__info__list li+li {
  margin-top: 37px;
}

.event-details__map {
  position: relative;
}

.event-details__map .google-map iframe {
  height: 475px;
  width: 100%;
}

/*--------------------------------------------------------------
# Countries
--------------------------------------------------------------*/
.country-one {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
  padding: 120px 0;
}

@media (max-width: 767px) {
  .country-one {
    padding: 80px 0;
  }
}

.country-one__carousel.owl-carousel {
  position: relative;
}

.country-one__carousel.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -168px;
  flex-direction: column;
  display: flex;
  margin: 0;
  gap: 10px;
}

@media (max-width: 767px) {
  .country-one__carousel.owl-carousel .owl-nav {
    flex-direction: row;
    top: 0;
    position: relative;
    justify-content: center;
    margin-top: 30px;
  }
}

.country-one__carousel.owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: var(--psdbox-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
  color: var(--psdbox-black);
  transition: all 400ms ease;
}

.country-one__carousel.owl-carousel .owl-nav button:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.country-one__item {
  position: relative;
  z-index: 2;
  background-color: var(--psdbox-white);
  border-radius: 30px;
  padding: 42px 25px 37px;
}

.country-one__item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 400ms ease;
  border: 1px dashed var(--accent-color);
  opacity: 0;
  transform: scale(0.9);
  border-radius: 30px;
  z-index: -1;
}

.country-one__item:hover::after {
  opacity: 1;
  transform: scale(1);
}

.country-one__item__flag {
  position: relative;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 19px;
}

.country-one__item__flag img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.country-one__item__count {
  position: absolute;
  left: -17px;
  bottom: 9px;
  width: 41px;
  height: 41px;
  background-color: var(--psdbox-white);
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(-4.963px -0.609px 2.5px rgba(0, 0, 0, 0.07));
  border-radius: 50%;
  color: var(--accent-color);
  font-weight: 700;
  font-family: var(--psdbox-special-cinzel);
  transition: all 400ms ease;
}

.country-one__item:hover .country-one__item__count {
  color: var(--psdbox-white);
  background-color: var(--accent-color);
}

.country-one__item__title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 10px;
}

.country-one__item__text {
  margin: 0 0 17px;
}

.country-one__item__rm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  text-transform: capitalize;
  line-height: 1.1;
  transition: all 500ms ease;
}

.country-one__item__rm a {
  display: inline-block;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.country-one__item__rm a:hover {
  background-size: 100% 1px;
}

.country-one__item__rm a:hover {
  color: var(--accent-color);
}

.country-one__item__rm i {
  color: var(--accent-color);
  font-size: 20px;
  position: relative;
  top: 1px;
}

/*--------------------------------------------------------------
# Become Volunter
--------------------------------------------------------------*/
.become-volunter {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .become-volunter {
    padding: 80px 0;
  }
}

.become-volunter__content {
  position: relative;
}

.become-volunter__title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 24px;
}

.become-volunter__text {
  margin: 0 0 29px;
}

@media (min-width: 1200px) {
  .become-volunter__text {
    padding-right: 70px;
  }
}

.become-volunter__highlight {
  position: relative;
  font-family: var(--psdbox-special-cinzel);
  font-weight: 700;
  border-left: 6px solid var(--psdbox-base);
  text-transform: uppercase;
  padding: 4px 0 2px 16px;
  margin-bottom: 32px;
}

.become-volunter__list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.become-volunter__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.become-volunter__list li a {
  color: inherit;
  font-weight: 500;
  border-bottom: 2px solid currentColor;
}

.become-volunter__list li a:hover {
  color: var(--psdbox-base);
}

.become-volunter__list__icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  color: var(--psdbox-base);
  font-size: 15px;
}

.become-volunter__image {
  position: relative;
}

@media (max-width: 767px) {
  .become-volunter__image {
    margin-top: 30px;
  }
}

.become-volunter__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.become-volunter .contact-one__form {
  position: relative;
}

@media (max-width: 991px) {
  .become-volunter .contact-one__form {
    margin-top: 40px;
  }
}

.become-volunter .contact-one__form .bootstrap-select>.dropdown-toggle,
.become-volunter .contact-one__form input[type=text],
.become-volunter .contact-one__form input[type=email],
.become-volunter .contact-one__form input[type=tel],
.become-volunter .contact-one__form textarea {
  border-color: var(--psdbox-border-color, var(--psdbox-white));
  border-radius: 30px;
}

/*--------------------------------------------------------------
# Update Home Css
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Preset 13-01-2025 (Mosharof)
--------------------------------------------------------------*/
.sec-title-two {
  position: relative;
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .sec-title-two {
    padding-bottom: 48px;
    margin-top: -3px;
  }
}

.sec-title-two__tagline {
  margin: 0;
  font-family: var(--psdbox-special-cinzel);
  color: var(--psdbox-base);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .sec-title-two__tagline {
    font-size: 20px;
    margin-bottom: 13px;
  }
}

.sec-title-two__border {
  width: 107px;
  height: 3px;
  display: inline-block;
  background-color: var(--psdbox-base);
  position: relative;
  margin-bottom: 10px;
}

.sec-title-two__border::after {
  position: absolute;
  left: 0;
  top: -1px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--psdbox-black);
  content: "";
  animation: zumpLeft 3s linear infinite;
}

.sec-title-two__border::before {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--psdbox-black);
  content: "";
  animation: zumpRight 3s linear infinite;
}

.sec-title-two__title {
  margin: 0;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin: 0;
}

@media (min-width: 768px) {
  .sec-title-two__title {
    font-size: 35px;
    line-height: 40px;
  }
}




.psdbox-yelow-gradient {
  display: inline-block;
  background: var(--gradient-YUD);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--psdbox-black);
  text-transform: uppercase;
  border: none;
  outline: none;
  position: relative;
  padding: 14px 30px;
  transition: all 0.4s;
}

.psdbox-black-btn {
  display: inline-block;
  background: var(--psdbox-black);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--psdbox-base);
  text-transform: uppercase;
  border: 1px solid var(--psdbox-base);
  outline: none;
  position: relative;
  padding: 14px 30px;
  transition: all 0.4s;
}







.psdbox-btn-two {
  display: inline-block;
  background-color: var(--psdbox-base);
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  color: var(--psdbox-black);
  text-transform: uppercase;
  border: none;
  outline: none;
  position: relative;
  padding: 7px 20px;
  transition: all 0.4s;
}

.psdbox-btn-two__icon {
  width: 44px;
  height: 44px;
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s;
  overflow: hidden;
}

.psdbox-btn-two__icon i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.psdbox-btn-two:hover {
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
}

.psdbox-btn-two:hover .psdbox-btn-two__icon {
  background-color: var(--psdbox-base);
  color: var(--psdbox-black);
}

.psdbox-btn-two:hover .psdbox-btn-two__icon i {
  animation: iconTranslateX 0.4s forwards;
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-three {
  position: relative;
  background-color: var(--psdbox-black);
}

@media (max-width: 767px) {
  .topbar-three {
    display: none;
  }
}

.topbar-three__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.topbar-three__info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topbar-three__info li {
  color: var(--psdbox-white);
  font-size: 14px;
}

.topbar-three__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar-three__info li a:hover {
  background-size: 100% 1px;
}

.topbar-three__info li a:hover {
  color: var(--psdbox-base);
}

.topbar-three__info__icon {
  margin-right: 5px;
}

.topbar-three__info__icon .icon-email {
  position: relative;
  top: 2px;
}

.topbar-three__right {
  display: flex;
  align-items: center;
  position: relative;
}

.topbar-three__nav {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topbar-three__nav li {
  color: var(--psdbox-gray, #f1f6f7);
  font-size: 14px;
}

.topbar-three__nav li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar-three__nav li a:hover {
  background-size: 100% 1px;
}

.topbar-three__nav li a:hover {
  color: var(--psdbox-base);
}

.topbar-three__nav li::after {
  content: "";
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: var(--psdbox-white);
  opacity: 0.3;
  position: relative;
  top: 5px;
}

.topbar-three__language {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: 2px;
}

.topbar-three__language>a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: var(--psdbox-white);
  line-height: 20px;
}

.topbar-three__language>a::after {
  position: relative;
  right: 0;
  top: 1px;
  border-radius: 0;
  font-size: 11px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  color: var(--psdbox-base);
  line-height: 10px;
  margin-left: 9px;
}

.topbar-three__language>a img {
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  margin-right: 12px;
  border-radius: 50%;
}

.topbar-three__language>a:hover {
  color: var(--psdbox-base);
}

.topbar-three__language__dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 11px);
  width: 130px;
  background-color: var(--psdbox-black);
  padding: 20px 20px;
  z-index: 99;
  display: none;
}

.topbar-three__language__dropdown a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: var(--psdbox-white);
  line-height: 12px;
  padding-right: 17px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.1);
}

.topbar-three__language__dropdown a:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.topbar-three__language__dropdown a:hover {
  color: var(--psdbox-base);
}

.topbar-three__language__dropdown a img {
  height: 24px;
  width: 24px;
  margin-right: 12px;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.main-header--five {
  position: relative;
  background-color: var(--psdbox-white);
}

.main-header--five.sticky-header--cloned {
  position: fixed;
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.07);
}

@media (max-width: 500px) {
  .main-header--five .main-header__logo img {
    max-width: 200px;
  }
}

.main-header--five .main-header__inner {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 1199px) {
  .main-header--five .main-header__inner {
    padding: 15px 0;
  }
}

.main-header--five .main-menu {
  margin-left: auto;
}

.main-header--five .main-menu .main-menu__list>li+li {
  margin-left: 33px;
}

.main-header--five .main-menu .main-menu__list>li {
  padding-top: 37px;
  padding-bottom: 37px;
}

.main-header--five .main-menu .main-menu__list>li>a {
  color: var(--psdbox-black);
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  letter-spacing: 0;
}

.main-header--five .main-menu .main-menu__list li ul li>a {
  text-transform: capitalize;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 14px;
  font-weight: 600;
  color: var(--psdbox-black);
  letter-spacing: 0;
}

.main-header--five .mobile-nav__btn {
  margin-right: 0;
  margin-left: auto;
}

.main-header--five .mobile-nav__btn span {
  background-color: var(--psdbox-black);
}

.main-header--five .main-header__cart,
.main-header--five .main-header__search {
  color: var(--psdbox-black);
}

.main-header--five .main-header__cart__count {
  background-color: var(--psdbox-base);
  color: var(--psdbox-black);
}

.main-header--five .main-header__cart {
  margin-left: 20px;
}

.main-header--five .main-header__cart::after {
  display: none;
}

.main-header--five .psdbox-btn-two {
  margin-left: 30px;
  padding: 13px 68px 13px 22px;
}

@media (max-width: 767px) {
  .main-header--five .psdbox-btn-two {
    display: none;
  }
}

@media (min-width: 1200px) {
  .main-header--five .main-header__right {
    margin-left: 10px;
  }
}

.main-header--five .demo-one__image__new {
  color: var(--psdbox-black);
}

.main-header--five .demo-one__btn {
  color: var(--psdbox-black);
}

.main-header--five .demo-one__btn:hover {
  color: var(--psdbox-white);
}

.demo-one__image__new {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--psdbox-base);
  text-transform: uppercase;
  display: flex;
  z-index: 10;
  color: var(--psdbox-white);
  line-height: 1;
  padding: 10px 15px;
  font-family: var(--psdbox-heading-bebas);
  font-size: 13px;
  font-weight: 600;
  border-radius: 0;
  transition: all 500ms ease;
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.main-slider-five {
  position: relative;
  padding: 0 95px;
}

@media (max-width: 1500px) {
  .main-slider-five {
    padding: 0 15px;
  }
}

@media (max-width: 1300px) {
  .main-slider-five {
    padding: 0;
  }
}

.main-slider-five__carousel {
  position: relative;
  width: 100%;
}

.main-slider-five__carousel .owl-dots {
  right: 0;
  margin: auto;
  position: absolute;
  left: 0;
  text-align: left;
  bottom: 60px;
  max-width: 1170px;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
}

@media (max-width: 1300px) {
  .main-slider-five__carousel .owl-dots {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .main-slider-five__carousel .owl-dots {
    bottom: 30px;
  }
}

.main-slider-five__carousel .owl-dots .owl-dot {
  display: block;
  margin: 0;
}

.main-slider-five__carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 0;
  background-color: transparent;
  border: 4px solid var(--psdbox-white);
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider-five__carousel .owl-dots .owl-dot:hover span,
.main-slider-five__carousel .owl-dots .owl-dot.active span {
  border-color: var(--psdbox-base);
  background-color: var(--psdbox-base);
}

.main-slider-five__item {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding-top: 198px;
  padding-bottom: 265px;
}

@media (max-width: 767px) {
  .main-slider-five__item {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

.main-slider-five__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right center;
  overflow: hidden;
  background-color: var(--psdbox-black);
  border-radius: 50px;
}

@media (max-width: 1300px) {
  .main-slider-five__bg {
    background-position: left center;
  }
}

.main-slider-five__bg__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left center;
}

.main-slider-five__shape {
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 290px;
  height: 405px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (max-width: 1300px) {
  .main-slider-five__shape {
    display: none;
  }
}

.main-slider-five__content {
  position: relative;
  z-index: 3;
  padding: 0;
}

.main-slider-five__sub-title {
  position: relative;
  display: block;
  margin: 0 0 32px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.main-slider-five__sub-title span {
  display: inline-block;
  background-color: var(--psdbox-base);
  font-size: 20px;
  color: var(--psdbox-black);
  text-transform: uppercase;
  font-family: var(--psdbox-special-cinzel);
  font-weight: 400;
  border-radius: 50px;
  padding: 8px 32px;
}

@media (max-width: 767px) {
  .main-slider-five__sub-title span {
    font-size: 15px;
    padding: 6px 20px;
  }
}

.main-slider-five__title {
  color: var(--psdbox-white);
  font-size: 70px;
  font-weight: 700;
  line-height: 75px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 0 14px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.main-slider-five__title img {
  width: 76px !important;
  height: 76px;
  position: absolute;
  right: 0;
  top: -68px;
  animation: treeMove 4s linear 0s infinite;
}

@media (max-width: 767px) {
  .main-slider-five__title img {
    display: none !important;
  }
}

.main-slider-five__title span {
  color: var(--psdbox-base);
  position: relative;
  line-height: 1;
  display: inherit;
}

.main-slider-five__title span::after {
  position: absolute;
  left: 4px;
  bottom: 0;
  height: 4px;
  width: 100%;
  content: "";
  background-color: var(--psdbox-base);
  animation: widths 4s linear 0s infinite;
}

@keyframes widths {
  0% {
    width: 0%;
  }

  50% {
    width: 98%;
  }

  100% {
    width: 0;
  }
}

@media (max-width: 767px) {
  .main-slider-five__title {
    font-size: 40px;
    line-height: 50px;
  }
}

.main-slider-five__text {
  color: var(--psdbox-white);
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 28px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (max-width: 767px) {
  .main-slider-five__text {
    font-size: 16px;
    line-height: 26px;
  }
}

.main-slider-five__btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 39px;
  z-index: 5;
}

.main-slider-five__btn .psdbox-btn-two {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
  background-color: var(--psdbox-white);
  color: var(--psdbox-black);
  flex-shrink: 0;
}

.main-slider-five__btn .psdbox-btn-two__icon {
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
}

.main-slider-five__btn .psdbox-btn-two:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-black);
}

.main-slider-five__btn .psdbox-btn-two:hover .psdbox-btn-two__icon {
  background-color: var(--psdbox-white);
  color: var(--psdbox-black);
}

.main-slider-five__btn .video-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  font-size: 16px;
  color: var(--psdbox-white);
  font-family: var(--psdbox-special-cinzel);
  text-transform: uppercase;
  transition: all 500ms ease;
  position: relative;
  z-index: 10;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (max-width: 500px) {
  .main-slider-five__btn .video-popup {
    font-size: 0;
  }
}

.main-slider-five__btn .video-popup i {
  color: var(--psdbox-base);
  font-size: 54px;
  line-height: 1;
  width: 54px;
  height: 54px;
}

.main-slider-five__btn .video-popup:hover {
  color: var(--psdbox-base);
}

.main-slider-five .active .main-slider-five__sub-title {
  opacity: 1;
  animation-delay: 1.1s;
  animation-name: fadeInLeftBig;
}

.main-slider-five .active .main-slider-five__title {
  opacity: 1;
  animation-delay: 1.3s;
  animation-name: fadeInLeftBig;
}

.main-slider-five .active .main-slider-five__text {
  opacity: 1;
  animation-delay: 1.5s;
  animation-name: fadeInLeftBig;
}

.main-slider-five .active .main-slider-five__shape {
  opacity: 1;
  animation-delay: 2s;
  animation-name: backInUp;
}

.main-slider-five .active .main-slider-five__btn .psdbox-btn-two {
  opacity: 1;
  animation-delay: 1.7s;
  animation-name: fadeInLeftBig;
}

.main-slider-five .active .main-slider-five__btn .video-popup {
  opacity: 1;
  animation-delay: 1.9s;
  animation-name: fadeInRightBig;
}

.main-slider-five__bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 44px 0;
}

@media (max-width: 767px) {
  .main-slider-five__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.main-slider-five__bottom__box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}

.main-slider-five__bottom__box__icon {
  margin: 0 auto;
  background-color: var(--psdbox-white);
  color: var(--psdbox-black);
  transition: 300ms ease;
  width: 73px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 31px;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
}

.main-slider-five__bottom__box__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: var(--psdbox-black);
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  animation-play-state: running;
  animation-play-state: running;
  transition: 500ms all ease;
  animation-play-state: running;
}

.main-slider-five__bottom__box__icon i {
  display: inline-block;
  transition: all 0.6s ease;
}

.main-slider-five__bottom__box:hover .main-slider-five__bottom__box__box i {
  transform: rotateY(180deg);
}

.main-slider-five__bottom__box__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin: 0;
}

@media (max-width: 991px) {
  .main-slider-five__bottom__box__title br {
    display: none;
  }
}

.main-slider-five__bottom .psdbox-btn-two {
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
  flex-shrink: 0;
}

.main-slider-five__bottom .psdbox-btn-two__icon {
  background-color: var(--psdbox-base);
  color: var(--psdbox-black);
}

.main-slider-five__bottom .psdbox-btn-two:hover {
  background-color: var(--psdbox-white);
  color: var(--psdbox-black);
}

.main-slider-five__bottom-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 606px;
  background-color: var(--psdbox-base);
  clip-path: polygon(50% 32%, 100% 0, 100% 100%, 0 100%, 0 0);
  background-position: bottom center;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Feature
--------------------------------------------------------------*/
.feature-five {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .feature-five {
    padding: 80px 0;
  }
}

.feature-five__item {
  position: relative;
  z-index: 2;
  background-color: var(--psdbox-gray, #f1f6f7);
  border-radius: 190px;
  text-align: center;
  padding: 50px 22px;
  overflow: hidden;
}

.feature-five__item__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 500ms ease;
  background-color: var(--psdbox-black);
  height: 0;
  opacity: 0;
  z-index: -1;
}

.feature-five__item__bg::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 100%;
  height: 157px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 810.000000 471.000000"><g transform="translate(0.000000,471.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M0 4209 c0 -569 -7 -524 88 -589 57 -39 99 -97 107 -149 4 -20 13 -51 21 -69 8 -18 14 -42 14 -53 0 -12 7 -42 14 -68 8 -25 23 -73 32 -106 63 -223 74 -256 101 -291 27 -36 52 -113 63 -194 4 -30 13 -80 18 -110 42 -212 70 -486 58 -555 -4 -22 -9 -73 -12 -113 -6 -67 -4 -75 17 -98 18 -19 32 -24 74 -24 57 0 68 -8 96 -70 44 -94 66 -163 109 -340 4 -19 18 -60 30 -90 45 -116 52 -136 59 -170 5 -19 13 -46 19 -60 5 -14 18 -45 28 -70 10 -25 33 -64 52 -87 29 -38 38 -43 74 -43 25 0 49 8 66 20 26 21 62 89 62 119 0 9 5 22 11 28 14 14 42 241 32 256 -4 6 -7 133 -8 281 -2 253 -3 275 -24 330 -14 38 -20 69 -16 87 4 16 0 50 -8 77 -8 26 -22 83 -32 127 -9 44 -23 107 -30 140 -7 33 -20 96 -30 140 -9 44 -24 106 -32 137 -13 48 -14 65 -4 99 14 47 11 55 -18 40 -12 -7 -21 -23 -23 -44 -4 -46 -22 -40 -26 9 -2 27 2 45 13 54 8 7 15 18 15 24 0 13 17 29 78 70 54 37 88 108 111 234 12 71 21 98 33 100 22 4 78 -46 78 -71 0 -11 6 -43 14 -71 8 -28 22 -87 31 -131 9 -44 23 -103 31 -131 8 -28 14 -61 14 -74 0 -13 6 -49 14 -79 20 -78 46 -240 46 -286 0 -21 6 -64 14 -94 35 -134 49 -267 51 -471 1 -202 10 -275 41 -348 8 -18 14 -40 14 -48 0 -25 59 -135 96 -181 28 -34 42 -43 67 -43 38 0 107 51 107 79 0 10 6 37 14 62 8 24 22 98 31 164 10 66 24 132 31 146 9 18 12 65 11 152 -1 98 2 129 13 144 8 10 24 34 34 55 16 33 39 47 73 48 19 0 59 -48 93 -111 29 -56 30 -59 30 -203 0 -151 0 -149 53 -265 30 -67 86 -115 150 -131 51 -12 74 -11 153 5 28 6 32 4 48 -30 16 -32 16 -44 5 -105 -9 -53 -9 -82 0 -126 6 -32 11 -68 11 -81 0 -43 47 -129 88 -162 33 -25 49 -31 90 -31 46 0 53 3 90 44 55 60 65 81 66 147 1 44 -4 62 -19 79 -15 16 -20 36 -20 74 1 56 23 97 63 115 35 17 41 -14 8 -48 -25 -26 -35 -61 -18 -61 5 0 17 9 27 20 13 14 31 20 64 20 56 1 125 37 129 68 2 13 -9 38 -26 60 -55 70 -63 105 -41 173 22 65 92 114 114 79 8 -13 -13 -50 -29 -50 -21 0 -46 -34 -46 -62 0 -41 26 -42 62 -3 17 19 40 35 51 35 30 0 73 -36 103 -88 47 -81 81 -118 121 -130 51 -16 75 1 90 64 15 63 17 427 3 505 -6 32 -12 122 -13 200 -1 129 -3 142 -21 155 -26 18 -31 18 -50 -2 -19 -18 -20 -69 -4 -148 13 -65 -2 -168 -30 -218 -24 -41 -37 -35 -55 25 -44 146 -61 335 -32 373 31 41 8 62 -26 22 -13 -17 -18 -39 -19 -80 0 -62 -12 -81 -31 -47 -18 35 -6 142 21 176 24 31 132 93 162 93 26 0 104 -61 138 -108 15 -20 38 -62 50 -92 68 -170 108 -220 177 -220 33 0 46 5 62 26 12 15 21 32 21 38 0 7 13 25 28 42 16 16 37 41 46 56 18 27 18 29 -13 76 -24 38 -31 60 -31 98 0 27 -7 62 -15 78 -8 15 -15 36 -15 46 0 10 -7 34 -15 53 -10 25 -15 71 -15 146 0 158 -33 259 -88 273 -28 8 -82 59 -82 78 0 20 116 90 149 90 19 0 83 -64 140 -139 60 -81 109 -174 122 -231 8 -37 22 -91 45 -177 49 -186 67 -230 121 -305 36 -49 64 -139 102 -323 5 -22 14 -62 21 -90 6 -27 18 -75 25 -105 8 -30 21 -89 30 -130 9 -41 24 -103 32 -138 13 -52 15 -112 11 -328 -4 -243 -3 -265 13 -280 10 -9 23 -14 30 -12 20 7 38 101 45 228 3 63 12 135 19 160 19 67 19 351 0 420 -8 30 -15 73 -15 94 0 22 -6 65 -14 95 -56 224 -66 277 -72 396 -6 98 -4 115 15 159 l22 49 45 -44 c62 -60 85 -109 94 -199 4 -41 12 -106 18 -145 19 -116 41 -285 47 -365 3 -41 11 -91 18 -110 18 -54 63 -106 114 -131 53 -26 64 -22 107 39 28 39 29 47 38 204 5 90 12 231 17 313 8 151 19 195 56 225 19 16 49 5 41 -16 -8 -21 21 -80 52 -104 33 -26 63 -25 95 3 26 22 27 27 27 125 0 82 3 104 15 108 23 9 43 -13 50 -55 7 -44 37 -81 64 -81 25 0 68 36 88 73 9 18 19 66 22 106 6 72 7 76 39 94 44 26 55 14 64 -71 23 -231 44 -333 87 -425 22 -47 39 -71 57 -77 32 -13 30 -13 48 6 11 10 16 34 16 71 0 55 0 55 23 41 14 -10 24 -30 28 -54 4 -21 15 -43 24 -49 37 -21 55 -46 61 -82 8 -49 30 -76 74 -89 37 -10 80 -69 80 -109 0 -11 7 -31 16 -43 13 -18 25 -22 73 -22 55 0 59 -2 69 -27 6 -16 14 -98 17 -183 6 -123 13 -181 37 -280 17 -69 38 -133 46 -143 12 -14 16 -41 17 -110 0 -111 -21 -160 -70 -165 -36 -3 -42 1 -80 53 -46 61 -95 182 -95 231 0 28 -33 69 -48 60 -26 -16 -14 -116 34 -267 8 -26 14 -54 14 -63 0 -15 15 -53 49 -125 24 -51 85 -91 137 -91 34 0 51 7 79 31 19 17 35 37 35 44 0 7 14 43 30 80 17 39 30 84 30 108 0 44 29 162 50 208 9 20 9 32 1 47 -14 27 -14 73 2 93 21 27 47 30 99 12 61 -21 76 -50 85 -155 5 -57 10 -72 28 -84 24 -16 50 -11 59 12 3 7 1 69 -5 136 -5 68 -14 177 -19 243 -12 145 -22 200 -44 224 -22 24 -21 68 3 81 11 5 22 10 24 10 8 0 47 -84 47 -100 0 -12 7 -40 46 -175 7 -27 15 -66 16 -85 2 -28 8 -36 25 -38 29 -4 43 29 43 103 0 30 9 94 21 142 19 81 20 97 9 198 -6 61 -18 140 -26 177 -8 37 -14 81 -14 99 0 28 -19 144 -39 241 -9 43 8 78 39 78 10 0 37 -16 60 -35 23 -19 59 -39 80 -45 77 -21 128 -96 176 -259 13 -44 32 -78 60 -110 45 -50 67 -107 103 -271 4 -19 12 -44 18 -55 5 -11 18 -38 29 -60 54 -118 106 -114 203 16 32 44 42 65 41 95 0 22 3 65 6 97 3 31 1 71 -5 88 -6 16 -13 89 -16 162 -8 191 -46 363 -89 398 -28 24 -88 25 -102 1 -22 -35 -26 -82 -10 -150 24 -109 37 -182 46 -267 5 -44 15 -123 23 -175 17 -112 13 -173 -12 -168 -45 9 -146 293 -116 328 15 17 27 319 15 393 -6 42 -4 47 21 66 16 12 36 21 46 21 10 0 27 7 37 15 11 8 30 15 42 15 12 0 27 7 34 15 22 27 48 17 75 -29 14 -23 35 -52 46 -62 21 -19 21 -18 40 5 10 13 19 29 19 36 0 7 13 27 28 45 28 32 29 35 30 159 1 99 -2 129 -14 143 -27 29 -13 59 41 89 52 29 89 36 100 19 3 -6 13 -10 21 -10 12 0 14 98 14 705 0 590 -2 705 -14 705 -15 0 -26 50 -26 124 0 26 -7 69 -15 95 -8 25 -22 100 -30 166 -9 66 -20 138 -26 160 -6 22 -13 55 -16 73 l-5 32 -3984 0 -3984 0 0 -501z m1074 -960 c-1 -36 -29 -76 -56 -80 -32 -4 -38 2 -38 42 0 48 30 80 70 76 22 -2 25 -7 24 -38z m-73 -939 c17 -77 19 -224 3 -240 -29 -29 -77 40 -68 99 4 22 0 59 -10 90 -14 48 -14 56 0 84 9 18 21 38 27 45 16 21 31 -4 48 -78z m5240 -62 c24 -68 27 -268 5 -268 -19 0 -29 90 -21 177 6 57 4 71 -9 82 -16 14 -22 52 -9 64 10 10 14 3 34 -55z m314 -1218 c-5 -8 -11 -8 -17 -2 -6 6 -7 16 -3 22 5 8 11 8 17 2 6 -6 7 -16 3 -22z"/> <path d="M2 3045 c0 -148 3 -242 8 -230 11 26 11 387 1 440 -6 25 -9 -51 -9 -210z"/> <path d="M735 779 c-4 -6 -12 -70 -17 -143 -11 -168 -27 -234 -89 -359 -37 -74 -55 -90 -94 -83 -42 8 -50 -10 -40 -95 6 -48 12 -63 32 -76 43 -28 72 -8 115 77 21 41 38 80 38 88 0 8 6 26 14 40 42 83 79 304 74 451 -2 68 -7 106 -15 108 -6 2 -14 -1 -18 -8z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 810.000000 471.000000"><g transform="translate(0.000000,471.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M0 4209 c0 -569 -7 -524 88 -589 57 -39 99 -97 107 -149 4 -20 13 -51 21 -69 8 -18 14 -42 14 -53 0 -12 7 -42 14 -68 8 -25 23 -73 32 -106 63 -223 74 -256 101 -291 27 -36 52 -113 63 -194 4 -30 13 -80 18 -110 42 -212 70 -486 58 -555 -4 -22 -9 -73 -12 -113 -6 -67 -4 -75 17 -98 18 -19 32 -24 74 -24 57 0 68 -8 96 -70 44 -94 66 -163 109 -340 4 -19 18 -60 30 -90 45 -116 52 -136 59 -170 5 -19 13 -46 19 -60 5 -14 18 -45 28 -70 10 -25 33 -64 52 -87 29 -38 38 -43 74 -43 25 0 49 8 66 20 26 21 62 89 62 119 0 9 5 22 11 28 14 14 42 241 32 256 -4 6 -7 133 -8 281 -2 253 -3 275 -24 330 -14 38 -20 69 -16 87 4 16 0 50 -8 77 -8 26 -22 83 -32 127 -9 44 -23 107 -30 140 -7 33 -20 96 -30 140 -9 44 -24 106 -32 137 -13 48 -14 65 -4 99 14 47 11 55 -18 40 -12 -7 -21 -23 -23 -44 -4 -46 -22 -40 -26 9 -2 27 2 45 13 54 8 7 15 18 15 24 0 13 17 29 78 70 54 37 88 108 111 234 12 71 21 98 33 100 22 4 78 -46 78 -71 0 -11 6 -43 14 -71 8 -28 22 -87 31 -131 9 -44 23 -103 31 -131 8 -28 14 -61 14 -74 0 -13 6 -49 14 -79 20 -78 46 -240 46 -286 0 -21 6 -64 14 -94 35 -134 49 -267 51 -471 1 -202 10 -275 41 -348 8 -18 14 -40 14 -48 0 -25 59 -135 96 -181 28 -34 42 -43 67 -43 38 0 107 51 107 79 0 10 6 37 14 62 8 24 22 98 31 164 10 66 24 132 31 146 9 18 12 65 11 152 -1 98 2 129 13 144 8 10 24 34 34 55 16 33 39 47 73 48 19 0 59 -48 93 -111 29 -56 30 -59 30 -203 0 -151 0 -149 53 -265 30 -67 86 -115 150 -131 51 -12 74 -11 153 5 28 6 32 4 48 -30 16 -32 16 -44 5 -105 -9 -53 -9 -82 0 -126 6 -32 11 -68 11 -81 0 -43 47 -129 88 -162 33 -25 49 -31 90 -31 46 0 53 3 90 44 55 60 65 81 66 147 1 44 -4 62 -19 79 -15 16 -20 36 -20 74 1 56 23 97 63 115 35 17 41 -14 8 -48 -25 -26 -35 -61 -18 -61 5 0 17 9 27 20 13 14 31 20 64 20 56 1 125 37 129 68 2 13 -9 38 -26 60 -55 70 -63 105 -41 173 22 65 92 114 114 79 8 -13 -13 -50 -29 -50 -21 0 -46 -34 -46 -62 0 -41 26 -42 62 -3 17 19 40 35 51 35 30 0 73 -36 103 -88 47 -81 81 -118 121 -130 51 -16 75 1 90 64 15 63 17 427 3 505 -6 32 -12 122 -13 200 -1 129 -3 142 -21 155 -26 18 -31 18 -50 -2 -19 -18 -20 -69 -4 -148 13 -65 -2 -168 -30 -218 -24 -41 -37 -35 -55 25 -44 146 -61 335 -32 373 31 41 8 62 -26 22 -13 -17 -18 -39 -19 -80 0 -62 -12 -81 -31 -47 -18 35 -6 142 21 176 24 31 132 93 162 93 26 0 104 -61 138 -108 15 -20 38 -62 50 -92 68 -170 108 -220 177 -220 33 0 46 5 62 26 12 15 21 32 21 38 0 7 13 25 28 42 16 16 37 41 46 56 18 27 18 29 -13 76 -24 38 -31 60 -31 98 0 27 -7 62 -15 78 -8 15 -15 36 -15 46 0 10 -7 34 -15 53 -10 25 -15 71 -15 146 0 158 -33 259 -88 273 -28 8 -82 59 -82 78 0 20 116 90 149 90 19 0 83 -64 140 -139 60 -81 109 -174 122 -231 8 -37 22 -91 45 -177 49 -186 67 -230 121 -305 36 -49 64 -139 102 -323 5 -22 14 -62 21 -90 6 -27 18 -75 25 -105 8 -30 21 -89 30 -130 9 -41 24 -103 32 -138 13 -52 15 -112 11 -328 -4 -243 -3 -265 13 -280 10 -9 23 -14 30 -12 20 7 38 101 45 228 3 63 12 135 19 160 19 67 19 351 0 420 -8 30 -15 73 -15 94 0 22 -6 65 -14 95 -56 224 -66 277 -72 396 -6 98 -4 115 15 159 l22 49 45 -44 c62 -60 85 -109 94 -199 4 -41 12 -106 18 -145 19 -116 41 -285 47 -365 3 -41 11 -91 18 -110 18 -54 63 -106 114 -131 53 -26 64 -22 107 39 28 39 29 47 38 204 5 90 12 231 17 313 8 151 19 195 56 225 19 16 49 5 41 -16 -8 -21 21 -80 52 -104 33 -26 63 -25 95 3 26 22 27 27 27 125 0 82 3 104 15 108 23 9 43 -13 50 -55 7 -44 37 -81 64 -81 25 0 68 36 88 73 9 18 19 66 22 106 6 72 7 76 39 94 44 26 55 14 64 -71 23 -231 44 -333 87 -425 22 -47 39 -71 57 -77 32 -13 30 -13 48 6 11 10 16 34 16 71 0 55 0 55 23 41 14 -10 24 -30 28 -54 4 -21 15 -43 24 -49 37 -21 55 -46 61 -82 8 -49 30 -76 74 -89 37 -10 80 -69 80 -109 0 -11 7 -31 16 -43 13 -18 25 -22 73 -22 55 0 59 -2 69 -27 6 -16 14 -98 17 -183 6 -123 13 -181 37 -280 17 -69 38 -133 46 -143 12 -14 16 -41 17 -110 0 -111 -21 -160 -70 -165 -36 -3 -42 1 -80 53 -46 61 -95 182 -95 231 0 28 -33 69 -48 60 -26 -16 -14 -116 34 -267 8 -26 14 -54 14 -63 0 -15 15 -53 49 -125 24 -51 85 -91 137 -91 34 0 51 7 79 31 19 17 35 37 35 44 0 7 14 43 30 80 17 39 30 84 30 108 0 44 29 162 50 208 9 20 9 32 1 47 -14 27 -14 73 2 93 21 27 47 30 99 12 61 -21 76 -50 85 -155 5 -57 10 -72 28 -84 24 -16 50 -11 59 12 3 7 1 69 -5 136 -5 68 -14 177 -19 243 -12 145 -22 200 -44 224 -22 24 -21 68 3 81 11 5 22 10 24 10 8 0 47 -84 47 -100 0 -12 7 -40 46 -175 7 -27 15 -66 16 -85 2 -28 8 -36 25 -38 29 -4 43 29 43 103 0 30 9 94 21 142 19 81 20 97 9 198 -6 61 -18 140 -26 177 -8 37 -14 81 -14 99 0 28 -19 144 -39 241 -9 43 8 78 39 78 10 0 37 -16 60 -35 23 -19 59 -39 80 -45 77 -21 128 -96 176 -259 13 -44 32 -78 60 -110 45 -50 67 -107 103 -271 4 -19 12 -44 18 -55 5 -11 18 -38 29 -60 54 -118 106 -114 203 16 32 44 42 65 41 95 0 22 3 65 6 97 3 31 1 71 -5 88 -6 16 -13 89 -16 162 -8 191 -46 363 -89 398 -28 24 -88 25 -102 1 -22 -35 -26 -82 -10 -150 24 -109 37 -182 46 -267 5 -44 15 -123 23 -175 17 -112 13 -173 -12 -168 -45 9 -146 293 -116 328 15 17 27 319 15 393 -6 42 -4 47 21 66 16 12 36 21 46 21 10 0 27 7 37 15 11 8 30 15 42 15 12 0 27 7 34 15 22 27 48 17 75 -29 14 -23 35 -52 46 -62 21 -19 21 -18 40 5 10 13 19 29 19 36 0 7 13 27 28 45 28 32 29 35 30 159 1 99 -2 129 -14 143 -27 29 -13 59 41 89 52 29 89 36 100 19 3 -6 13 -10 21 -10 12 0 14 98 14 705 0 590 -2 705 -14 705 -15 0 -26 50 -26 124 0 26 -7 69 -15 95 -8 25 -22 100 -30 166 -9 66 -20 138 -26 160 -6 22 -13 55 -16 73 l-5 32 -3984 0 -3984 0 0 -501z m1074 -960 c-1 -36 -29 -76 -56 -80 -32 -4 -38 2 -38 42 0 48 30 80 70 76 22 -2 25 -7 24 -38z m-73 -939 c17 -77 19 -224 3 -240 -29 -29 -77 40 -68 99 4 22 0 59 -10 90 -14 48 -14 56 0 84 9 18 21 38 27 45 16 21 31 -4 48 -78z m5240 -62 c24 -68 27 -268 5 -268 -19 0 -29 90 -21 177 6 57 4 71 -9 82 -16 14 -22 52 -9 64 10 10 14 3 34 -55z m314 -1218 c-5 -8 -11 -8 -17 -2 -6 6 -7 16 -3 22 5 8 11 8 17 2 6 -6 7 -16 3 -22z"/> <path d="M2 3045 c0 -148 3 -242 8 -230 11 26 11 387 1 440 -6 25 -9 -51 -9 -210z"/> <path d="M735 779 c-4 -6 -12 -70 -17 -143 -11 -168 -27 -234 -89 -359 -37 -74 -55 -90 -94 -83 -42 8 -50 -10 -40 -95 6 -48 12 -63 32 -76 43 -28 72 -8 115 77 21 41 38 80 38 88 0 8 6 26 14 40 42 83 79 304 74 451 -2 68 -7 106 -15 108 -6 2 -14 -1 -18 -8z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--psdbox-base);
}

.feature-five__item:hover .feature-five__item__bg {
  height: 100%;
  opacity: 1;
}

.feature-five__item__icon {
  margin: 0 auto;
  background-color: var(--psdbox-base);
  color: var(--psdbox-black);
  transition: 300ms ease;
  width: 89px;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 45px;
  z-index: 2;
  position: relative;
}

.feature-five__item__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: var(--psdbox-black);
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  animation-play-state: running;
  transition: 500ms all ease;
  animation-play-state: running;
  opacity: 0;
  visibility: hidden;
}

.feature-five__item__icon i {
  display: inline-block;
  transition: all 0.6s ease;
}

.feature-five__item:hover .feature-five__item__icon {
  background-color: var(--psdbox-white);
}

.feature-five__item:hover .feature-five__item__icon::after {
  visibility: visible;
  opacity: 1;
}

.feature-five__item:hover .feature-five__item__icon i {
  transform: rotateY(180deg);
}

.feature-five__item__title {
  font-size: 24px;
  font-weight: 800;
  transition: 300ms ease;
  margin: 19px 0 15px;
}

.feature-five__item:hover .feature-five__item__title {
  color: var(--psdbox-white);
}

.feature-five__item__text {
  transition: 300ms ease;
  line-height: 26px;
  margin: 0 0 19px;
}

.feature-five__item:hover .feature-five__item__text {
  color: var(--psdbox-white);
}

.feature-five__item__rm {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--psdbox-white);
  background-color: var(--psdbox-black);
  font-size: 16px;
  transition: 400ms ease;
  transform: rotate(-45deg);
}

.feature-five__item__rm span {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.feature-five__item__rm:hover {
  transform: rotate(0);
}

.feature-five__item__rm:hover span {
  animation: iconTranslateX 0.4s forwards;
}

.feature-five__item:hover .feature-five__item__rm {
  background-color: var(--psdbox-base);
  color: var(--psdbox-black);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-five {
  position: relative;
  padding: 120px 0;
  background-color: var(--psdbox-gray, #f1f6f7);
  overflow: hidden;
}

@media (max-width: 767px) {
  .about-five {
    padding: 80px 0;
  }
}

.about-five__shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1199px) {
  .about-five__shape {
    display: none;
  }
}

.about-five__shape-two {
  position: absolute;
  right: 90px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  background-position: right center;
  background-repeat: no-repeat;
  width: 170px;
  height: 700px;
}

@media (max-width: 1700px) {
  .about-five__shape-two {
    right: 10px;
  }
}

@media (max-width: 1500px) {
  .about-five__shape-two {
    display: none;
  }
}

.about-five .psdbox-stretch-element-inside-column {
  text-align: right;
}

@media (max-width: 1199px) {
  .about-five .psdbox-stretch-element-inside-column {
    text-align: left;
    margin-bottom: 40px;
  }
}

.about-five__image {
  position: relative;
  border-radius: 50%;
  display: inline-block;
  border: 22px solid var(--psdbox-white);
}

@media (min-width: 1366px) {
  .about-five__image {
    margin-right: 15px;
  }
}

.about-five__image img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.about-five__content {
  position: relative;
}

.about-five__content .sec-title-two {
  padding-bottom: 13px;
}

.about-five__content__text {
  line-height: 26px;
  margin: 0 0 20px;
}

@media (min-width: 1200px) {
  .about-five__content__text {
    padding-right: 50px;
  }
}

.about-five__content .psdbox-btn-two {
  margin-top: 39px;
}

.about-five__box {
  position: relative;
  z-index: 2;
  background-color: var(--psdbox-white);
  border-radius: 10px;
  overflow: hidden;
  min-height: 95px;
  padding: 25px 30px 25px 136px;
  margin-top: 30px;
}

.about-five__box::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  transform-origin: 0% 0% 0;
  transition: all 0.5s;
  background-color: var(--psdbox-black);
  z-index: -1;
  transform: rotate(-180deg);
}

.about-five__box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 83px;
  height: 100%;
  content: "";
  transition: all 0.5s;
  background-color: var(--psdbox-black);
  border-radius: 10px;
  z-index: 1;
  clip-path: polygon(65% 0, 100% 50%, 65% 100%, 0 100%, 0 0);
}

.about-five__box:hover::before {
  background-color: var(--psdbox-base);
}

.about-five__box:hover::after {
  transform: rotate(0deg);
}

.about-five__box:hover .about-five__box__title,
.about-five__box:hover .about-five__box__text {
  color: var(--psdbox-white);
}

.about-five__box__icon {
  width: 95px;
  height: 95px;
  position: absolute;
  font-size: 44px;
  left: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--psdbox-base);
  color: var(--psdbox-black);
  border-radius: 50%;
  border: 5px solid var(--psdbox-white);
  z-index: 2;
  transition: all 0.3s ease;
}

.about-five__box__icon i {
  display: inline-block;
  transition: all 0.6s ease;
}

.about-five__box:hover .about-five__box__icon {
  background-color: var(--psdbox-white);
  border-color: var(--psdbox-base);
}

.about-five__box:hover .about-five__box__icon i {
  transform: rotateY(180deg);
}

.about-five__box__title {
  margin: 0 0 5px;
  font-size: 22px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.about-five__box__text {
  margin: 0;
  line-height: 26px;
  transition: all 0.3s ease;
}

/*--------------------------------------------------------------
# Donations
--------------------------------------------------------------*/
.donations-four {
  position: relative;
  padding: 120px 0 110px;
}

@media (max-width: 767px) {
  .donations-four {
    padding: 80px 0 70px;
  }
}

.donations-four__carousel.owl-carousel {
  position: relative;
  z-index: 2;
}

.donations-four__carousel.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -127px;
  display: flex;
  margin: 0;
  gap: 20px;
}

@media (max-width: 767px) {
  .donations-four__carousel.owl-carousel .owl-nav {
    top: 0;
    position: relative;
    justify-content: center;
    margin-top: 30px;
  }
}

.donations-four__carousel.owl-carousel .owl-nav button {
  width: 70px;
  height: 70px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--psdbox-black);
  border: 1px solid var(--psdbox-black);
  transition: all 400ms ease;
}

.donations-four__carousel.owl-carousel .owl-nav button:hover {
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
}

.donations-four__item {
  position: relative;
  background-color: var(--psdbox-white);
  transition: 400ms ease;
  filter: drop-shadow(0px 4px 12.5px rgba(0, 0, 0, 0.06));
}

.donations-four__item__image {
  position: relative;
  overflow: hidden;
}

.donations-four__item__image img {
  width: 100%;
  height: auto;
}

.donations-four__item__image__link {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 400ms ease;
  z-index: 1;
}

.donations-four__item:hover {
  filter: drop-shadow(0px 4px 12.5px rgba(0, 0, 0, 0.1));
}

.donations-four__item:hover .donations-four__item__image__link {
  width: 100%;
}

.donations-four__item__category {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  background-color: var(--psdbox-white);
  color: var(--psdbox-black);
  font-size: 16px;
  font-family: var(--psdbox-heading-bebas);
  border-radius: 30px;
  text-transform: capitalize;
  padding: 0 25px;
  height: 32px;
  transition: 400ms ease;
  line-height: 30px;
}

.donations-four__item:hover .donations-four__item__category {
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
}

.donations-four__item__content {
  position: relative;
  padding: 24px 30px 30px;
}

.donations-four__item__hand {
  position: absolute;
  right: 0;
  top: 90px;
  width: 76px;
  height: 85px;
  transition: 400ms ease;
  opacity: 0.2;
}

.donations-four__item:hover .donations-four__item__hand {
  opacity: 1;
}

.donations-four__item__title {
  margin: 0;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 6px;
}

.donations-four__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.donations-four__item__title a:hover {
  background-size: 100% 1px;
}

.donations-four__item__title a:hover {
  color: var(--psdbox-base);
}

.donations-four__item__text {
  margin: 0;
  line-height: 26px;
  padding-right: 20px;
}

.donations-four__item__border {
  position: relative;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  width: 100%;
  height: 1px;
  transition: all 300ms linear;
  margin: 30px 0 24px;
}

.donations-four__item__border::before {
  width: 7px;
  height: 7px;
  content: "";
  background-color: var(--psdbox-base);
  border-radius: 50%;
  left: 0;
  top: -3px;
  position: absolute;
  animation: zumpX 15s linear infinite;
}

.donations-four__item__bottom {
  position: relative;
  transition: all 300ms linear;
  margin: 0 0 28px;
}

.donations-four__item__bottom__title {
  font-size: 16px;
  font-weight: 500;
  color: var(--psdbox-black);
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  margin: 0 0 10px;
}

.donations-four__item__bottom__progress {
  width: 100%;
  height: 10px;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  border-radius: 10px;
  position: relative;
  margin-bottom: 7px;
}

.donations-four__item__bottom__progress__inner {
  position: absolute;
  height: calc(100% - 4px);
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--psdbox-base);
  transition: all 1500ms linear;
  border-radius: 10px;
  width: 0px;
  z-index: 1;
}

.donations-four__item__bottom__progress__number {
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 14px);
  right: 3px;
  font-size: 16px;
  font-weight: 500;
  color: var(--psdbox-black);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donations-four__item__bottom__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: var(--psdbox-black);
  transition: all 300ms linear;
}

/*--------------------------------------------------------------
# Client Slider
--------------------------------------------------------------*/
.client-carousel--style2 {
  position: relative;
  border: none;
  padding: 0 0 104px;
}

@media (max-width: 767px) {
  .client-carousel--style2 {
    padding: 0 0 60px;
  }
}

.client-carousel--style2::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 17px;
  left: 0px;
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.client-carousel--style2 .container {
  position: relative;
  z-index: 2;
}

.client-carousel--style2__top {
  text-align: center;
}

.client-carousel--style2__title {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: var(--psdbox-base);
  text-transform: uppercase;
  margin: 0 0 50px;
  padding: 0px 18px;
  background-color: var(--psdbox-white);
}

.client-carousel--style2 .client-carousel__one .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-carousel--style2 .client-carousel__one__item {
  width: 100%;
  max-width: 206px;
  height: 58px;
}

.client-carousel--style2-home7 .client-carousel--style2__title,
.client-carousel--style2-home8 .client-carousel--style2__title {
  font-family: var(--psdbox-special-cinzel);
  font-weight: 400;
  letter-spacing: 0.2em;
}

.client-carousel--style2-home7 .client-carousel__one__item {
  border-radius: 20px;
}

.client-carousel--style2-home9 {
  background-color: var(--psdbox-black2);
}

.client-carousel--style2-home9::after {
  top: 13px;
  border-color: RGBA(var(--psdbox-border-color-rgb, 221, 221, 221), 0.2);
}

.client-carousel--style2-home9 .client-carousel--style2__title {
  font-size: 16px;
  background-color: var(--psdbox-black2);
}

/*--------------------------------------------------------------
# Help Section
--------------------------------------------------------------*/
.help-one {
  position: relative;
  background-color: var(--psdbox-black);
  padding: 120px 0 190px;
}

@media (max-width: 767px) {
  .help-one {
    padding: 80px 0 160px;
  }
}

.help-one__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.06;
}

.help-one__shape {
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
  animation: shapeMove 4s linear 0s infinite;
}

@media (max-width: 1300px) {
  .help-one__shape {
    display: none;
  }
}

.help-one__content {
  position: relative;
}

@media (min-width: 1200px) {
  .help-one__content {
    padding-right: 35px;
  }
}

.help-one__content .sec-title-two {
  padding-bottom: 23px;
}

.help-one__content .sec-title-two__title {
  color: var(--psdbox-white);
}

.help-one__content .sec-title-two__border::before,
.help-one__content .sec-title-two__border::after {
  background-color: var(--psdbox-white);
}

.help-one__content__text {
  color: var(--psdbox-white);
  line-height: 26px;
  margin: 0 0 29px;
}

.help-one__content__quote {
  position: relative;
  padding: 0 0 1px 29px;
  text-transform: capitalize;
  color: var(--psdbox-white);
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
  border-left: 3px solid var(--psdbox-base);
}

.help-one__content__quote::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent var(--psdbox-base);
  content: "";
  animation: zump 2s linear infinite;
}

.help-one__content__quote span {
  color: var(--psdbox-base);
  border-bottom: 1px solid var(--psdbox-base);
  display: inline-block;
}

.help-one__content__list {
  border-top: 1px solid rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.2);
  margin: 32px 0 38px;
  padding: 28px 0 0;
  list-style: none;
}

.help-one__content__list li {
  padding-left: 32px;
  text-transform: capitalize;
  color: var(--psdbox-white);
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin: 0 0 12px;
}

.help-one__content__list li i {
  position: absolute;
  left: 0;
  top: 6px;
  width: 21px;
  height: 21px;
  background-color: var(--psdbox-base);
  color: var(--psdbox-black);
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.help-one__content__list li:hover i {
  background-color: var(--psdbox-white);
  color: var(--psdbox-black);
}

.help-one__image {
  position: relative;
}

@media (max-width: 991px) {
  .help-one__image {
    margin-top: 45px;
  }
}

.help-one__image img {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-four {
  position: relative;
  z-index: 2;
  margin-top: -104px;
}

.funfact-four__list.list-unstyled {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  row-gap: 20px;
  background-color: var(--psdbox-white);
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

@media (max-width: 991px) {
  .funfact-four__list.list-unstyled {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .funfact-four__list.list-unstyled {
    grid-template-columns: repeat(1, 1fr);
  }
}

.funfact-four__item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 54px 15px;
}

.funfact-four__item.active::after,
.funfact-four__item:hover::after {
  height: 100%;
}

.funfact-four__item.active .funfact-four__icon,
.funfact-four__item:hover .funfact-four__icon {
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
}

.funfact-four__item.active .funfact-four__icon i,
.funfact-four__item:hover .funfact-four__icon i {
  transform: scale(0.9);
}

.funfact-four__item::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 0;
  content: "";
  background-color: var(--psdbox-base);
  transition: all 0.5s ease;
  z-index: -1;
}

.funfact-four__icon {
  width: 91px;
  height: 91px;
  background-color: var(--psdbox-gray, #f1f6f7);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 52px;
  color: var(--psdbox-base);
  margin-right: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.5s ease;
}

.funfact-four__icon i {
  display: inline-block;
  transition: all 0.5s ease;
  transform: scale(1);
}

.funfact-four__content {
  position: relative;
  top: -2px;
}

.funfact-four__count {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  transition: all 300ms ease;
}

.funfact-four__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  margin-top: 1px;
  line-height: 24px;
  transition: all 300ms ease;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-three {
  padding: 120px 0;
  position: relative;
}

@media (max-width: 767px) {
  .team-three {
    padding: 80px 0;
  }
}

.team-three__item {
  position: relative;
}

.team-three__item__image {
  position: relative;
  overflow: hidden;
}

.team-three__item__image::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 139px;
  height: 187px;
  -webkit-mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 417.000000 561.000000"><g transform="translate(0.000000,561.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M140 5598 c-1 -7 -23 -37 -50 -66 -55 -60 -90 -127 -90 -172 0 -24 9 -36 42 -60 58 -42 71 -41 293 30 50 15 112 31 139 35 56 8 89 20 131 51 43 32 142 60 203 59 43 -1 58 -7 79 -28 24 -24 25 -28 13 -59 -7 -18 -19 -40 -27 -49 -7 -8 -13 -20 -13 -25 0 -14 -89 -96 -127 -117 -17 -9 -38 -17 -47 -17 -57 0 -198 -115 -250 -205 -22 -36 -26 -56 -26 -118 0 -73 1 -76 46 -138 l47 -63 -39 -33 c-21 -19 -50 -36 -64 -39 -69 -15 -224 -114 -266 -171 -11 -15 -24 -39 -28 -53 -24 -80 -24 -86 0 -126 34 -55 74 -73 167 -74 75 0 79 1 108 32 16 18 29 37 29 43 1 37 117 68 173 46 44 -17 28 -36 -31 -36 -53 0 -71 -16 -30 -25 13 -3 32 -21 43 -40 28 -48 83 -100 105 -100 18 0 70 53 70 72 0 38 93 98 154 98 36 0 96 -33 96 -54 0 -31 -24 -35 -64 -11 -36 22 -42 23 -68 9 -15 -8 -28 -18 -28 -22 0 -16 24 -32 47 -32 32 0 63 -34 63 -68 0 -17 -23 -66 -55 -119 -34 -56 -55 -103 -55 -121 0 -36 34 -82 62 -82 28 0 99 21 118 34 8 6 31 18 50 27 19 9 51 23 70 31 66 30 185 90 212 106 121 77 251 152 261 152 7 0 32 9 56 20 39 18 43 22 37 47 -14 56 -43 60 -102 17 -95 -70 -228 -123 -278 -110 -52 13 -31 39 119 149 50 37 95 71 102 77 7 5 16 10 21 10 6 0 23 7 38 15 34 17 60 19 69 5 7 -12 35 -14 35 -2 -1 20 -21 34 -58 39 -32 4 -47 1 -68 -16 -33 -26 -54 -27 -54 -2 0 13 15 26 43 40 80 39 145 29 230 -36 31 -24 57 -49 57 -55 0 -33 -36 -148 -56 -180 -13 -21 -50 -67 -83 -103 -71 -78 -101 -133 -101 -184 0 -60 32 -82 128 -91 43 -4 84 -10 91 -14 16 -10 59 19 72 48 6 12 29 35 52 49 22 15 72 55 110 89 59 54 162 120 243 157 12 5 49 35 83 66 l61 57 0 62 c0 64 11 86 42 86 23 0 85 -39 118 -74 22 -25 23 -29 11 -59 -7 -18 -15 -43 -18 -56 -8 -33 -69 -148 -109 -202 -40 -55 -120 -130 -269 -254 -100 -82 -136 -125 -180 -208 -22 -42 -186 -193 -345 -318 -41 -32 -111 -88 -155 -124 -85 -69 -180 -136 -205 -146 -27 -10 -85 -39 -115 -59 -16 -11 -37 -23 -45 -26 -8 -4 -38 -17 -66 -30 -57 -26 -129 -53 -161 -61 -30 -7 -66 -48 -61 -70 6 -31 75 -23 183 22 17 7 50 20 75 30 25 9 60 23 78 31 18 8 46 14 62 14 16 0 31 4 35 9 5 9 65 39 130 65 72 29 146 70 210 116 168 119 193 138 255 190 63 55 171 130 185 130 4 0 23 14 42 30 18 17 45 30 59 30 13 0 41 7 61 15 69 29 73 23 46 -69 -22 -72 -68 -123 -168 -184 -38 -23 -104 -67 -145 -97 -41 -29 -78 -54 -82 -54 -9 -1 -93 -57 -139 -93 -20 -15 -44 -28 -52 -28 -9 0 -38 -22 -64 -48 -72 -72 -93 -163 -51 -217 20 -26 25 -27 92 -23 60 3 86 11 166 50 89 43 151 70 245 105 39 14 61 24 137 57 44 19 144 22 151 4 6 -18 -11 -48 -27 -48 -26 0 -49 -39 -50 -86 -1 -38 4 -50 27 -70 15 -13 35 -24 43 -24 9 0 53 20 100 45 46 25 88 45 94 45 24 0 7 -48 -30 -85 -46 -45 -49 -63 -16 -102 22 -25 30 -28 84 -26 37 0 69 7 85 18 52 33 147 19 147 -22 0 -17 -39 -52 -58 -53 -8 0 -39 -19 -70 -43 -31 -23 -84 -60 -117 -82 -74 -49 -176 -149 -198 -194 -16 -31 -16 -36 -1 -58 13 -20 20 -23 47 -17 18 3 41 13 52 20 56 39 60 -4 5 -53 -32 -29 -40 -43 -40 -70 0 -21 -6 -36 -16 -40 -8 -3 -30 -26 -49 -50 -30 -40 -33 -49 -29 -91 6 -46 5 -48 -45 -95 -57 -55 -65 -87 -31 -130 11 -14 20 -32 20 -41 0 -15 -73 -76 -92 -76 -17 0 -274 -160 -309 -192 -19 -18 -52 -46 -72 -62 -20 -16 -39 -37 -42 -47 -10 -30 -106 -86 -171 -100 -70 -14 -86 -10 -110 26 -17 26 -17 29 2 63 35 68 58 97 141 177 46 44 83 85 83 92 0 59 -117 -17 -308 -201 -113 -109 -130 -190 -57 -274 18 -20 28 -22 127 -22 69 0 119 5 140 14 72 30 135 46 183 46 42 0 57 5 88 31 30 25 44 30 79 27 l43 -3 8 -64 c4 -36 6 -70 3 -76 -2 -7 -36 -33 -74 -59 -38 -25 -75 -52 -81 -60 -15 -18 -4 -66 15 -66 21 0 174 83 269 145 45 30 93 59 106 64 13 5 41 21 62 35 21 14 42 26 47 26 5 0 22 19 37 43 25 36 34 42 63 42 29 0 34 -3 32 -20 -5 -26 -25 -48 -87 -97 -27 -22 -68 -57 -90 -77 -22 -21 -60 -50 -83 -65 -95 -60 -5 -91 105 -36 34 16 72 30 85 30 35 0 115 31 178 68 85 51 91 54 150 97 64 47 164 116 188 130 9 6 44 30 77 56 84 63 83 63 110 45 29 -19 33 -55 10 -90 -12 -17 -13 -33 -6 -70 10 -52 -1 -116 -26 -156 -8 -14 -55 -64 -104 -112 -49 -48 -89 -94 -89 -103 0 -33 -41 -94 -87 -131 -79 -63 -194 -176 -219 -216 -26 -41 -31 -90 -11 -106 11 -9 48 -22 152 -53 23 -7 45 -3 100 17 95 36 104 40 150 74 22 17 49 35 60 41 11 5 29 15 40 22 12 7 63 37 114 67 132 78 237 169 245 213 4 19 2 46 -4 61 -8 23 -15 26 -53 26 -46 0 -55 -5 -258 -152 -43 -32 -81 -58 -83 -58 -6 0 -200 -131 -206 -139 -8 -11 -90 -35 -96 -28 -16 16 12 60 87 140 44 48 87 87 94 87 7 0 18 7 25 15 7 9 29 15 51 15 26 0 65 14 123 45 47 25 93 45 102 45 19 0 66 25 116 63 21 16 43 27 50 25 6 -2 46 -35 89 -74 51 -45 78 -77 78 -91 1 -12 -13 -42 -29 -66 -30 -42 -33 -76 -6 -78 39 -2 96 -9 127 -14 24 -5 41 -2 50 7 33 30 54 40 118 58 29 8 56 25 80 51 41 47 61 46 125 -4 23 -17 43 -32 45 -33 2 -2 1 -14 -3 -27 -6 -24 -34 -56 -124 -140 -65 -60 -66 -80 -6 -107 57 -25 92 -25 138 -2 l36 17 0 2763 0 2762 -2015 0 c-1605 0 -2015 -3 -2015 -12z m2853 -3785 c7 -7 -72 -83 -87 -83 -4 0 -25 -13 -46 -30 -21 -16 -46 -30 -55 -30 -9 0 -30 -8 -46 -17 -20 -12 -32 -14 -39 -7 -8 8 5 22 42 47 29 21 57 37 61 37 20 0 94 41 116 64 24 26 42 32 54 19z m-968 -842 c3 -5 1 -13 -5 -16 -15 -9 -43 3 -35 15 8 13 32 13 40 1z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 417.000000 561.000000"><g transform="translate(0.000000,561.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M140 5598 c-1 -7 -23 -37 -50 -66 -55 -60 -90 -127 -90 -172 0 -24 9 -36 42 -60 58 -42 71 -41 293 30 50 15 112 31 139 35 56 8 89 20 131 51 43 32 142 60 203 59 43 -1 58 -7 79 -28 24 -24 25 -28 13 -59 -7 -18 -19 -40 -27 -49 -7 -8 -13 -20 -13 -25 0 -14 -89 -96 -127 -117 -17 -9 -38 -17 -47 -17 -57 0 -198 -115 -250 -205 -22 -36 -26 -56 -26 -118 0 -73 1 -76 46 -138 l47 -63 -39 -33 c-21 -19 -50 -36 -64 -39 -69 -15 -224 -114 -266 -171 -11 -15 -24 -39 -28 -53 -24 -80 -24 -86 0 -126 34 -55 74 -73 167 -74 75 0 79 1 108 32 16 18 29 37 29 43 1 37 117 68 173 46 44 -17 28 -36 -31 -36 -53 0 -71 -16 -30 -25 13 -3 32 -21 43 -40 28 -48 83 -100 105 -100 18 0 70 53 70 72 0 38 93 98 154 98 36 0 96 -33 96 -54 0 -31 -24 -35 -64 -11 -36 22 -42 23 -68 9 -15 -8 -28 -18 -28 -22 0 -16 24 -32 47 -32 32 0 63 -34 63 -68 0 -17 -23 -66 -55 -119 -34 -56 -55 -103 -55 -121 0 -36 34 -82 62 -82 28 0 99 21 118 34 8 6 31 18 50 27 19 9 51 23 70 31 66 30 185 90 212 106 121 77 251 152 261 152 7 0 32 9 56 20 39 18 43 22 37 47 -14 56 -43 60 -102 17 -95 -70 -228 -123 -278 -110 -52 13 -31 39 119 149 50 37 95 71 102 77 7 5 16 10 21 10 6 0 23 7 38 15 34 17 60 19 69 5 7 -12 35 -14 35 -2 -1 20 -21 34 -58 39 -32 4 -47 1 -68 -16 -33 -26 -54 -27 -54 -2 0 13 15 26 43 40 80 39 145 29 230 -36 31 -24 57 -49 57 -55 0 -33 -36 -148 -56 -180 -13 -21 -50 -67 -83 -103 -71 -78 -101 -133 -101 -184 0 -60 32 -82 128 -91 43 -4 84 -10 91 -14 16 -10 59 19 72 48 6 12 29 35 52 49 22 15 72 55 110 89 59 54 162 120 243 157 12 5 49 35 83 66 l61 57 0 62 c0 64 11 86 42 86 23 0 85 -39 118 -74 22 -25 23 -29 11 -59 -7 -18 -15 -43 -18 -56 -8 -33 -69 -148 -109 -202 -40 -55 -120 -130 -269 -254 -100 -82 -136 -125 -180 -208 -22 -42 -186 -193 -345 -318 -41 -32 -111 -88 -155 -124 -85 -69 -180 -136 -205 -146 -27 -10 -85 -39 -115 -59 -16 -11 -37 -23 -45 -26 -8 -4 -38 -17 -66 -30 -57 -26 -129 -53 -161 -61 -30 -7 -66 -48 -61 -70 6 -31 75 -23 183 22 17 7 50 20 75 30 25 9 60 23 78 31 18 8 46 14 62 14 16 0 31 4 35 9 5 9 65 39 130 65 72 29 146 70 210 116 168 119 193 138 255 190 63 55 171 130 185 130 4 0 23 14 42 30 18 17 45 30 59 30 13 0 41 7 61 15 69 29 73 23 46 -69 -22 -72 -68 -123 -168 -184 -38 -23 -104 -67 -145 -97 -41 -29 -78 -54 -82 -54 -9 -1 -93 -57 -139 -93 -20 -15 -44 -28 -52 -28 -9 0 -38 -22 -64 -48 -72 -72 -93 -163 -51 -217 20 -26 25 -27 92 -23 60 3 86 11 166 50 89 43 151 70 245 105 39 14 61 24 137 57 44 19 144 22 151 4 6 -18 -11 -48 -27 -48 -26 0 -49 -39 -50 -86 -1 -38 4 -50 27 -70 15 -13 35 -24 43 -24 9 0 53 20 100 45 46 25 88 45 94 45 24 0 7 -48 -30 -85 -46 -45 -49 -63 -16 -102 22 -25 30 -28 84 -26 37 0 69 7 85 18 52 33 147 19 147 -22 0 -17 -39 -52 -58 -53 -8 0 -39 -19 -70 -43 -31 -23 -84 -60 -117 -82 -74 -49 -176 -149 -198 -194 -16 -31 -16 -36 -1 -58 13 -20 20 -23 47 -17 18 3 41 13 52 20 56 39 60 -4 5 -53 -32 -29 -40 -43 -40 -70 0 -21 -6 -36 -16 -40 -8 -3 -30 -26 -49 -50 -30 -40 -33 -49 -29 -91 6 -46 5 -48 -45 -95 -57 -55 -65 -87 -31 -130 11 -14 20 -32 20 -41 0 -15 -73 -76 -92 -76 -17 0 -274 -160 -309 -192 -19 -18 -52 -46 -72 -62 -20 -16 -39 -37 -42 -47 -10 -30 -106 -86 -171 -100 -70 -14 -86 -10 -110 26 -17 26 -17 29 2 63 35 68 58 97 141 177 46 44 83 85 83 92 0 59 -117 -17 -308 -201 -113 -109 -130 -190 -57 -274 18 -20 28 -22 127 -22 69 0 119 5 140 14 72 30 135 46 183 46 42 0 57 5 88 31 30 25 44 30 79 27 l43 -3 8 -64 c4 -36 6 -70 3 -76 -2 -7 -36 -33 -74 -59 -38 -25 -75 -52 -81 -60 -15 -18 -4 -66 15 -66 21 0 174 83 269 145 45 30 93 59 106 64 13 5 41 21 62 35 21 14 42 26 47 26 5 0 22 19 37 43 25 36 34 42 63 42 29 0 34 -3 32 -20 -5 -26 -25 -48 -87 -97 -27 -22 -68 -57 -90 -77 -22 -21 -60 -50 -83 -65 -95 -60 -5 -91 105 -36 34 16 72 30 85 30 35 0 115 31 178 68 85 51 91 54 150 97 64 47 164 116 188 130 9 6 44 30 77 56 84 63 83 63 110 45 29 -19 33 -55 10 -90 -12 -17 -13 -33 -6 -70 10 -52 -1 -116 -26 -156 -8 -14 -55 -64 -104 -112 -49 -48 -89 -94 -89 -103 0 -33 -41 -94 -87 -131 -79 -63 -194 -176 -219 -216 -26 -41 -31 -90 -11 -106 11 -9 48 -22 152 -53 23 -7 45 -3 100 17 95 36 104 40 150 74 22 17 49 35 60 41 11 5 29 15 40 22 12 7 63 37 114 67 132 78 237 169 245 213 4 19 2 46 -4 61 -8 23 -15 26 -53 26 -46 0 -55 -5 -258 -152 -43 -32 -81 -58 -83 -58 -6 0 -200 -131 -206 -139 -8 -11 -90 -35 -96 -28 -16 16 12 60 87 140 44 48 87 87 94 87 7 0 18 7 25 15 7 9 29 15 51 15 26 0 65 14 123 45 47 25 93 45 102 45 19 0 66 25 116 63 21 16 43 27 50 25 6 -2 46 -35 89 -74 51 -45 78 -77 78 -91 1 -12 -13 -42 -29 -66 -30 -42 -33 -76 -6 -78 39 -2 96 -9 127 -14 24 -5 41 -2 50 7 33 30 54 40 118 58 29 8 56 25 80 51 41 47 61 46 125 -4 23 -17 43 -32 45 -33 2 -2 1 -14 -3 -27 -6 -24 -34 -56 -124 -140 -65 -60 -66 -80 -6 -107 57 -25 92 -25 138 -2 l36 17 0 2763 0 2762 -2015 0 c-1605 0 -2015 -3 -2015 -12z m2853 -3785 c7 -7 -72 -83 -87 -83 -4 0 -25 -13 -46 -30 -21 -16 -46 -30 -55 -30 -9 0 -30 -8 -46 -17 -20 -12 -32 -14 -39 -7 -8 8 5 22 42 47 29 21 57 37 61 37 20 0 94 41 116 64 24 26 42 32 54 19z m-968 -842 c3 -5 1 -13 -5 -16 -15 -9 -43 3 -35 15 8 13 32 13 40 1z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top right;
  mask-position: top right;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--psdbox-base);
  transform: translateX(100%) translateY(-100%);
  transition: all 500ms ease;
}

.team-three__item__image img {
  width: 100%;
  height: auto;
}

.team-three__item:hover .team-three__item__image::after {
  transform: translateX(0) translateY(0);
}

.team-three__item__hover {
  position: absolute;
  top: 28px;
  right: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-three__item__hover {
    right: 22px;
  }
}

.team-three__item__hover__btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--psdbox-base);
  font-size: 21px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--psdbox-black);
  transition: all 500ms ease;
}

.team-three__item__hover__btn::after {
  display: inline-block;
  content: "+";
  transition: 300ms ease;
}

.team-three__item__hover:hover .team-three__item__hover__btn::after {
  content: "-";
}

.team-three__item__hover__social {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 3;
  margin: 0;
  opacity: 0;
  padding-bottom: 0;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s linear;
  transform-origin: bottom center;
}

.team-three__item__hover__social a {
  width: 40px;
  height: 40px;
  background-color: var(--psdbox-gray, #f1f6f7);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--psdbox-black);
  font-size: 14px;
  transition: all 500ms ease;
  margin-bottom: 8px;
}

.team-three__item__hover__social a i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.team-three__item__hover__social a:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-black);
}

.team-three__item__hover__social a:hover i {
  animation: iconTranslateX 0.4s forwards;
}

.team-three__item__hover:hover .team-three__item__hover__social {
  opacity: 1;
  transform: scaleY(1);
}

.team-three__item:hover .team-three__item__hover__btn {
  background-color: var(--psdbox-white);
  color: var(--psdbox-black);
}

.team-three__item__content {
  position: relative;
  z-index: 2;
  padding: 26px 30px 29px;
  background-color: var(--psdbox-gray, #f1f6f7);
  border-radius: 20px;
  margin: -50px 20px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-three__item__content {
    padding: 26px 22px 29px;
  }
}

.team-three__item__content::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--psdbox-black);
  border-radius: 10px;
  transition: all 500ms ease;
  transform: translate3d(0px, 100%, 0px);
  height: 0;
  z-index: -1;
}

.team-three__item:hover .team-three__item__content::after {
  height: 100%;
  transform: translate3d(0px, 0, 0px);
}

.team-three__item__title {
  margin: 0;
  font-size: 22px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 7px;
}

.team-three__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-three__item__title a:hover {
  background-size: 100% 1px;
}

.team-three__item__title a:hover {
  color: inherit;
}

.team-three__item:hover .team-three__item__title {
  color: var(--psdbox-white);
}

.team-three__item__designation {
  line-height: 1em;
  margin: 0;
  text-transform: capitalize;
  transition: all 300ms ease;
}

.team-three__item:hover .team-three__item__designation {
  color: var(--psdbox-white);
}

.team-four {
  padding: 120px 0;
  background-color: var(--psdbox-gray, #f1f6f7);
  position: relative;
}

@media (max-width: 767px) {
  .team-four {
    padding: 80px 0;
  }
}

.team-four__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 516px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
}

.team-four__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--psdbox-black2);
  opacity: 0.95;
}

.team-four__carousel.owl-carousel .owl-nav button span {
  background-color: var(--psdbox-white);
}

.team-four__item {
  position: relative;
  z-index: 2;
  background-color: var(--psdbox-white);
  padding: 10px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 10.6px 4px rgba(162, 162, 162, 0.2);
}

.team-four__item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 135px;
  height: 135px;
  background-color: var(--psdbox-base);
  border-radius: 10px;
  content: "";
  z-index: -1;
  transition: all 0.5s;
}

.team-four__item:hover::after {
  width: 100%;
  height: 100%;
}

.team-four__item::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
  height: 75px;
  z-index: -1;
  content: "";
  background-color: var(--psdbox-base);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: all 0.5s;
}

.team-four__item:hover::before {
  width: 100%;
  height: 100%;
}

.team-four__item__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.team-four__item__image img {
  width: 100%;
  height: auto;
}

.team-four__item__hover {
  position: absolute;
  bottom: 12px;
  right: 10px;
}

.team-four__item__hover__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--psdbox-white);
  border: 1px solid var(--psdbox-base);
  font-size: 28px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--psdbox-base);
  transition: all 500ms ease;
}

.team-four__item__hover__btn::after {
  display: inline-block;
  content: "+";
  transition: 300ms ease;
  position: relative;
  top: -3px;
}

.team-four__item__hover:hover .team-four__item__hover__btn::after {
  content: "-";
  top: -6px;
}

.team-four__item__hover__social {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 3;
  margin: 0;
  opacity: 0;
  padding-bottom: 25px;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s linear;
  transform-origin: bottom center;
}

.team-four__item__hover__social a {
  width: 40px;
  height: 40px;
  background-color: var(--psdbox-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--psdbox-base);
  font-size: 14px;
  transition: all 500ms ease;
  margin-bottom: 8px;
}

.team-four__item__hover__social a i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.team-four__item__hover__social a:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.team-four__item__hover__social a:hover i {
  animation: iconTranslateX 0.4s forwards;
}

.team-four__item__hover:hover .team-four__item__hover__social {
  opacity: 1;
  transform: scaleY(1);
}

.team-four__item:hover .team-four__item__hover__btn {
  background-color: var(--psdbox-black);
  border-color: var(--psdbox-black);
  color: var(--psdbox-white);
}

.team-four__item__content {
  position: relative;
  padding: 19px 12px 10px;
}

.team-four__item__title {
  margin: 0;
  font-size: 22px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 7px;
}

.team-four__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-four__item__title a:hover {
  background-size: 100% 1px;
}

.team-four__item__title a:hover {
  color: inherit;
}

.team-four__item:hover .team-four__item__title {
  color: var(--psdbox-white);
}

.team-four__item__designation {
  line-height: 1em;
  margin: 0;
  text-transform: capitalize;
  transition: all 300ms ease;
}

.team-four__item:hover .team-four__item__designation {
  color: var(--psdbox-white);
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
.testimonials-four {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
  padding: 120px 0;
}

@media (max-width: 767px) {
  .testimonials-four {
    padding: 80px 0;
  }
}

.testimonials-four__shape {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 315px;
  height: 315px;
  z-index: 1;
  opacity: 0.1;
  animation: treeMove 4s linear 0s infinite;
}

@media (max-width: 1500px) {
  .testimonials-four__shape {
    display: none;
  }
}

.testimonials-four__content {
  position: relative;
  margin-right: -5px;
}

@media (max-width: 1199px) {
  .testimonials-four__content {
    margin: 0 0 45px;
  }
}

.testimonials-four__content .sec-title-two {
  padding-bottom: 14px;
}

.testimonials-four__content__text {
  line-height: 26px;
  margin: 0 0 28px;
}

.testimonials-four__content__list {
  position: relative;
  padding-left: 29px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 30px;
}

.testimonials-four__content__list i {
  width: 17px;
  height: 17px;
  background-color: var(--psdbox-black);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--psdbox-white);
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  transition: 200ms ease;
  transform: rotate(-45deg);
}

.testimonials-four__content__list:hover i {
  background-color: var(--psdbox-base);
  color: var(--psdbox-black);
  transform: rotate(0);
}

.testimonials-four__carousel-nav {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonials-four__carousel-nav a {
  width: 60px;
  height: 60px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--psdbox-black);
  border: 1px solid var(--psdbox-black);
  transition: all 400ms ease;
}

.testimonials-four__carousel-nav a:hover {
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
}

.testimonials-four__item {
  position: relative;
  margin: 0;
  max-width: 370px;
}

.testimonials-four__item__top {
  position: relative;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 370 282" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H370V232H205H148.75L112.5 282L76.25 232H0V0Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 370 282" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H370V232H205H148.75L112.5 282L76.25 232H0V0Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
  min-height: 282px;
  padding: 30px 30px 30px;
  z-index: 2;
  transition: all 400ms ease;
}

@media (max-width: 991px) {
  .testimonials-four__item__top {
    padding: 30px 15px 30px 22px;
  }
}

.testimonials-four__item__top::after {
  position: absolute;
  left: 1px;
  bottom: 4px;
  width: calc(100% - 2px);
  height: calc(100% - 5px);
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 370 280" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H370V232H205H148.75L112.5 282L76.25 232H0V0Z" stroke="currentColor"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 370 280" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H370V232H205H148.75L112.5 282L76.25 232H0V0Z" stroke="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--psdbox-white);
  transition: all 400ms ease;
  z-index: -1;
}

.testimonials-four__item__top::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 109px;
  height: 159px;
  -webkit-mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 327.000000 477.000000"><g transform="translate(0.000000,477.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M2600 4757 c0 -7 7 -22 15 -33 8 -10 15 -29 15 -42 0 -12 7 -25 15 -28 8 -4 15 -14 15 -24 0 -11 5 -22 11 -25 5 -4 14 -18 19 -31 5 -13 14 -24 20 -24 15 0 12 26 -5 40 -8 7 -15 18 -15 25 0 7 -7 18 -15 25 -8 7 -15 21 -15 31 0 41 -25 99 -42 99 -10 0 -18 -6 -18 -13z"/> <path d="M2610 4420 c-20 -13 -17 -92 7 -144 10 -23 36 -66 58 -97 22 -32 55 -82 74 -112 18 -30 116 -138 216 -239 l183 -185 -9 -43 c-11 -46 -4 -100 18 -143 15 -29 10 -47 -11 -47 -16 0 -222 202 -320 313 -88 100 -132 157 -185 237 -53 81 -152 160 -201 160 -21 0 -50 -31 -50 -53 0 -9 14 -46 30 -80 17 -35 30 -69 30 -76 0 -17 31 -74 46 -86 17 -13 39 -97 31 -119 -4 -9 -13 -19 -21 -22 -25 -9 -95 44 -130 99 -69 107 -152 136 -232 82 l-38 -26 -23 28 c-12 15 -22 33 -23 38 0 6 -22 32 -48 58 -39 38 -54 47 -83 47 -45 0 -69 -25 -69 -72 0 -50 9 -68 36 -79 46 -17 60 -98 15 -84 -22 7 -61 -25 -61 -50 0 -8 18 -26 40 -40 39 -25 58 -60 46 -90 -10 -26 -26 -16 -26 15 0 36 -17 39 -30 5 -11 -30 -48 -34 -85 -9 -13 8 -38 14 -57 12 -27 -2 -34 -8 -36 -29 -2 -14 4 -31 12 -39 9 -7 16 -16 16 -21 0 -10 48 -83 119 -179 31 -42 61 -84 67 -95 12 -21 45 -27 51 -10 2 6 -7 21 -20 35 -29 32 -67 97 -67 115 0 32 22 22 79 -35 36 -36 65 -58 74 -54 10 3 16 -5 21 -27 10 -54 7 -75 -18 -98 -19 -18 -30 -21 -66 -15 -23 4 -65 22 -92 41 -65 43 -94 50 -117 29 -14 -12 -18 -30 -17 -64 1 -45 4 -51 61 -101 33 -30 85 -86 115 -125 52 -66 59 -71 100 -76 37 -4 46 -9 48 -27 5 -36 -15 -63 -48 -63 -34 0 -152 48 -170 69 -23 27 -162 142 -190 157 -54 29 -116 80 -224 184 -100 97 -184 205 -217 280 -14 33 -40 61 -50 54 -16 -9 -10 -43 14 -82 13 -20 36 -62 50 -92 49 -100 83 -145 194 -260 108 -113 153 -170 153 -197 0 -17 -6 -23 -22 -23 -38 0 -74 31 -188 165 -116 136 -151 162 -197 144 -24 -9 -25 -13 -19 -55 3 -25 16 -59 30 -77 33 -44 116 -203 116 -222 0 -18 -23 -20 -50 -3 -15 10 -25 10 -38 2 -26 -16 -26 -49 -1 -83 26 -36 19 -50 -15 -31 -54 28 -79 -11 -47 -75 33 -66 4 -106 -35 -47 -27 42 -105 121 -142 144 -38 23 -67 17 -59 -12 6 -24 -10 -37 -26 -21 -6 6 -18 11 -28 11 -9 0 -28 9 -42 20 -17 14 -34 19 -49 15 -16 -4 -33 1 -50 14 -31 25 -46 26 -69 5 -16 -14 -20 -11 -63 43 -93 115 -111 136 -153 166 -43 30 -83 85 -83 112 0 8 9 19 19 25 26 13 63 -1 117 -46 42 -34 64 -42 64 -25 0 11 -110 118 -147 142 -37 25 -72 24 -99 -2 -20 -19 -22 -29 -18 -68 3 -25 12 -59 19 -76 8 -16 23 -50 34 -75 11 -25 26 -53 33 -62 15 -21 -2 -43 -43 -53 -22 -5 -31 0 -57 31 -20 24 -36 35 -46 31 -9 -4 -16 -10 -16 -14 1 -16 178 -233 190 -233 6 0 10 -7 10 -15 0 -26 -21 -16 -85 40 -87 76 -105 75 -60 -4 14 -23 25 -50 25 -58 0 -19 43 -75 147 -189 53 -58 81 -97 78 -106 -4 -10 -26 -17 -62 -21 -61 -6 -101 8 -156 57 -16 14 -42 28 -58 31 -16 4 -55 30 -87 58 -31 29 -71 60 -88 69 -30 17 -32 17 -48 -1 -19 -21 -21 -88 -4 -128 7 -15 26 -44 43 -64 16 -20 41 -52 55 -70 13 -19 46 -56 72 -83 38 -39 53 -47 73 -44 32 6 34 -20 5 -47 -17 -15 -24 -16 -46 -7 -39 18 -44 15 -44 -27 0 -43 41 -126 71 -142 24 -12 25 -51 1 -72 -26 -24 -35 -22 -81 18 -23 19 -48 32 -55 29 -32 -12 -21 -72 20 -121 11 -12 44 -51 74 -88 30 -36 76 -89 102 -117 27 -28 48 -54 48 -59 0 -4 21 -30 47 -56 27 -27 59 -62 73 -79 14 -16 100 -112 193 -211 92 -100 167 -188 167 -197 0 -8 41 -55 92 -105 51 -49 90 -92 87 -95 -9 -9 -59 18 -59 32 0 6 -7 12 -15 12 -17 0 -20 -25 -5 -35 6 -3 10 -10 10 -15 0 -14 -38 1 -65 26 -14 13 -30 24 -36 24 -25 0 -2 -33 65 -95 41 -38 73 -73 70 -77 -7 -11 -30 3 -79 46 -22 20 -45 36 -51 36 -7 0 -14 7 -18 15 -3 8 -12 15 -21 15 -8 0 -15 5 -15 10 0 6 -7 10 -16 10 -19 0 10 -34 110 -129 247 -236 395 -392 396 -418 0 -16 -22 -17 -37 -2 -23 23 -113 -35 -113 -72 0 -36 -28 -89 -47 -89 -10 0 -42 23 -71 50 -68 62 -267 247 -302 280 -14 14 -83 81 -152 148 -120 118 -148 135 -148 92 0 -20 151 -180 170 -180 7 0 24 -9 38 -21 43 -33 272 -262 272 -271 0 -5 12 -21 27 -35 16 -14 27 -29 26 -33 -1 -4 15 -24 37 -44 l39 -36 1126 0 1125 0 0 1719 c0 1711 0 1719 -20 1724 -23 6 -17 37 6 37 12 0 14 42 14 240 0 203 -2 240 -14 240 -8 0 -28 17 -43 38 -15 20 -31 39 -35 40 -5 2 -8 9 -8 17 0 7 -7 18 -15 25 -8 7 -15 20 -15 29 0 10 -11 28 -25 41 -22 21 -29 23 -55 13 -37 -14 -81 9 -166 84 -131 115 -224 182 -254 182 -8 1 -22 -4 -30 -9z m409 -506 c31 -35 51 -66 51 -78 0 -3 -8 -6 -18 -6 -30 0 -100 89 -87 110 10 17 20 12 54 -26z m-2197 -1396 c-13 -13 -26 8 -17 30 6 16 7 16 17 -1 7 -13 7 -22 0 -29z m-700 -90 c45 -32 78 -68 78 -86 0 -8 14 -31 30 -52 31 -39 36 -55 21 -64 -12 -8 -193 203 -185 215 8 14 22 11 56 -13z m190 -263 c0 -5 -5 -11 -11 -13 -6 -2 -11 4 -11 13 0 9 5 15 11 13 6 -2 11 -8 11 -13z m1952 -1524 c3 -5 -1 -14 -9 -21 -8 -7 -15 -21 -15 -31 0 -11 -7 -19 -15 -19 -20 0 -19 39 2 62 18 20 29 23 37 9z"/> <path d="M300 1461 c0 -20 129 -161 147 -161 28 0 21 24 -17 64 -23 24 -52 59 -66 80 -27 39 -64 49 -64 17z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 327.000000 477.000000"><g transform="translate(0.000000,477.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M2600 4757 c0 -7 7 -22 15 -33 8 -10 15 -29 15 -42 0 -12 7 -25 15 -28 8 -4 15 -14 15 -24 0 -11 5 -22 11 -25 5 -4 14 -18 19 -31 5 -13 14 -24 20 -24 15 0 12 26 -5 40 -8 7 -15 18 -15 25 0 7 -7 18 -15 25 -8 7 -15 21 -15 31 0 41 -25 99 -42 99 -10 0 -18 -6 -18 -13z"/> <path d="M2610 4420 c-20 -13 -17 -92 7 -144 10 -23 36 -66 58 -97 22 -32 55 -82 74 -112 18 -30 116 -138 216 -239 l183 -185 -9 -43 c-11 -46 -4 -100 18 -143 15 -29 10 -47 -11 -47 -16 0 -222 202 -320 313 -88 100 -132 157 -185 237 -53 81 -152 160 -201 160 -21 0 -50 -31 -50 -53 0 -9 14 -46 30 -80 17 -35 30 -69 30 -76 0 -17 31 -74 46 -86 17 -13 39 -97 31 -119 -4 -9 -13 -19 -21 -22 -25 -9 -95 44 -130 99 -69 107 -152 136 -232 82 l-38 -26 -23 28 c-12 15 -22 33 -23 38 0 6 -22 32 -48 58 -39 38 -54 47 -83 47 -45 0 -69 -25 -69 -72 0 -50 9 -68 36 -79 46 -17 60 -98 15 -84 -22 7 -61 -25 -61 -50 0 -8 18 -26 40 -40 39 -25 58 -60 46 -90 -10 -26 -26 -16 -26 15 0 36 -17 39 -30 5 -11 -30 -48 -34 -85 -9 -13 8 -38 14 -57 12 -27 -2 -34 -8 -36 -29 -2 -14 4 -31 12 -39 9 -7 16 -16 16 -21 0 -10 48 -83 119 -179 31 -42 61 -84 67 -95 12 -21 45 -27 51 -10 2 6 -7 21 -20 35 -29 32 -67 97 -67 115 0 32 22 22 79 -35 36 -36 65 -58 74 -54 10 3 16 -5 21 -27 10 -54 7 -75 -18 -98 -19 -18 -30 -21 -66 -15 -23 4 -65 22 -92 41 -65 43 -94 50 -117 29 -14 -12 -18 -30 -17 -64 1 -45 4 -51 61 -101 33 -30 85 -86 115 -125 52 -66 59 -71 100 -76 37 -4 46 -9 48 -27 5 -36 -15 -63 -48 -63 -34 0 -152 48 -170 69 -23 27 -162 142 -190 157 -54 29 -116 80 -224 184 -100 97 -184 205 -217 280 -14 33 -40 61 -50 54 -16 -9 -10 -43 14 -82 13 -20 36 -62 50 -92 49 -100 83 -145 194 -260 108 -113 153 -170 153 -197 0 -17 -6 -23 -22 -23 -38 0 -74 31 -188 165 -116 136 -151 162 -197 144 -24 -9 -25 -13 -19 -55 3 -25 16 -59 30 -77 33 -44 116 -203 116 -222 0 -18 -23 -20 -50 -3 -15 10 -25 10 -38 2 -26 -16 -26 -49 -1 -83 26 -36 19 -50 -15 -31 -54 28 -79 -11 -47 -75 33 -66 4 -106 -35 -47 -27 42 -105 121 -142 144 -38 23 -67 17 -59 -12 6 -24 -10 -37 -26 -21 -6 6 -18 11 -28 11 -9 0 -28 9 -42 20 -17 14 -34 19 -49 15 -16 -4 -33 1 -50 14 -31 25 -46 26 -69 5 -16 -14 -20 -11 -63 43 -93 115 -111 136 -153 166 -43 30 -83 85 -83 112 0 8 9 19 19 25 26 13 63 -1 117 -46 42 -34 64 -42 64 -25 0 11 -110 118 -147 142 -37 25 -72 24 -99 -2 -20 -19 -22 -29 -18 -68 3 -25 12 -59 19 -76 8 -16 23 -50 34 -75 11 -25 26 -53 33 -62 15 -21 -2 -43 -43 -53 -22 -5 -31 0 -57 31 -20 24 -36 35 -46 31 -9 -4 -16 -10 -16 -14 1 -16 178 -233 190 -233 6 0 10 -7 10 -15 0 -26 -21 -16 -85 40 -87 76 -105 75 -60 -4 14 -23 25 -50 25 -58 0 -19 43 -75 147 -189 53 -58 81 -97 78 -106 -4 -10 -26 -17 -62 -21 -61 -6 -101 8 -156 57 -16 14 -42 28 -58 31 -16 4 -55 30 -87 58 -31 29 -71 60 -88 69 -30 17 -32 17 -48 -1 -19 -21 -21 -88 -4 -128 7 -15 26 -44 43 -64 16 -20 41 -52 55 -70 13 -19 46 -56 72 -83 38 -39 53 -47 73 -44 32 6 34 -20 5 -47 -17 -15 -24 -16 -46 -7 -39 18 -44 15 -44 -27 0 -43 41 -126 71 -142 24 -12 25 -51 1 -72 -26 -24 -35 -22 -81 18 -23 19 -48 32 -55 29 -32 -12 -21 -72 20 -121 11 -12 44 -51 74 -88 30 -36 76 -89 102 -117 27 -28 48 -54 48 -59 0 -4 21 -30 47 -56 27 -27 59 -62 73 -79 14 -16 100 -112 193 -211 92 -100 167 -188 167 -197 0 -8 41 -55 92 -105 51 -49 90 -92 87 -95 -9 -9 -59 18 -59 32 0 6 -7 12 -15 12 -17 0 -20 -25 -5 -35 6 -3 10 -10 10 -15 0 -14 -38 1 -65 26 -14 13 -30 24 -36 24 -25 0 -2 -33 65 -95 41 -38 73 -73 70 -77 -7 -11 -30 3 -79 46 -22 20 -45 36 -51 36 -7 0 -14 7 -18 15 -3 8 -12 15 -21 15 -8 0 -15 5 -15 10 0 6 -7 10 -16 10 -19 0 10 -34 110 -129 247 -236 395 -392 396 -418 0 -16 -22 -17 -37 -2 -23 23 -113 -35 -113 -72 0 -36 -28 -89 -47 -89 -10 0 -42 23 -71 50 -68 62 -267 247 -302 280 -14 14 -83 81 -152 148 -120 118 -148 135 -148 92 0 -20 151 -180 170 -180 7 0 24 -9 38 -21 43 -33 272 -262 272 -271 0 -5 12 -21 27 -35 16 -14 27 -29 26 -33 -1 -4 15 -24 37 -44 l39 -36 1126 0 1125 0 0 1719 c0 1711 0 1719 -20 1724 -23 6 -17 37 6 37 12 0 14 42 14 240 0 203 -2 240 -14 240 -8 0 -28 17 -43 38 -15 20 -31 39 -35 40 -5 2 -8 9 -8 17 0 7 -7 18 -15 25 -8 7 -15 20 -15 29 0 10 -11 28 -25 41 -22 21 -29 23 -55 13 -37 -14 -81 9 -166 84 -131 115 -224 182 -254 182 -8 1 -22 -4 -30 -9z m409 -506 c31 -35 51 -66 51 -78 0 -3 -8 -6 -18 -6 -30 0 -100 89 -87 110 10 17 20 12 54 -26z m-2197 -1396 c-13 -13 -26 8 -17 30 6 16 7 16 17 -1 7 -13 7 -22 0 -29z m-700 -90 c45 -32 78 -68 78 -86 0 -8 14 -31 30 -52 31 -39 36 -55 21 -64 -12 -8 -193 203 -185 215 8 14 22 11 56 -13z m190 -263 c0 -5 -5 -11 -11 -13 -6 -2 -11 4 -11 13 0 9 5 15 11 13 6 -2 11 -8 11 -13z m1952 -1524 c3 -5 -1 -14 -9 -21 -8 -7 -15 -21 -15 -31 0 -11 -7 -19 -15 -19 -20 0 -19 39 2 62 18 20 29 23 37 9z"/> <path d="M300 1461 c0 -20 129 -161 147 -161 28 0 21 24 -17 64 -23 24 -52 59 -66 80 -27 39 -64 49 -64 17z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top right;
  mask-position: top right;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--psdbox-base);
  transform: translateX(100%) translateY(100%);
  transition: all 500ms ease;
}

.testimonials-four__item:hover .testimonials-four__item__top {
  background-color: var(--psdbox-black);
}

.testimonials-four__item:hover .testimonials-four__item__top::after {
  background-color: var(--psdbox-black);
}

.testimonials-four__item:hover .testimonials-four__item__top::before {
  transform: translateX(0%) translateY(0%);
}

.testimonials-four__item__ratings {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--psdbox-base);
  font-size: 20px;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.testimonials-four__item__quote {
  color: var(--psdbox-black);
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  font-style: italic;
  margin: 0 0 16px;
  transition: all 300ms ease;
}

.testimonials-four__item:hover .testimonials-four__item__quote {
  color: var(--psdbox-white);
}

.testimonials-four__item__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
  transition: all 300ms ease;
}

.testimonials-four__item:hover .testimonials-four__item__name {
  color: var(--psdbox-white);
}

.testimonials-four__item__designation {
  font-size: 16px;
  line-height: 1;
  display: block;
  margin: 0;
  transition: all 300ms ease;
}

.testimonials-four__item:hover .testimonials-four__item__designation {
  color: var(--psdbox-white);
}

.testimonials-four__item__image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin: 20px 0 0 74px;
}

.testimonials-five {
  position: relative;
  background-color: var(--psdbox-white);
}

.testimonials-five__top {
  margin-bottom: 42px;
}

.testimonials-five .sec-title-three {
  margin-bottom: 0px;
}

.testimonials-five__text {
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

@media (max-width: 1199px) {
  .testimonials-five__text br {
    display: none;
  }
}

.testimonials-five__item {
  position: relative;
  z-index: 2;
  margin: 0;
}

.testimonials-five__item__image {
  width: 90px;
  height: 101px;
  border-radius: 50px 50px 0 0;
  background-color: var(--psdbox-base);
  padding: 5px;
  position: relative;
  z-index: 2;
  margin: 0 43px -20px auto;
}

.testimonials-five__item__image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: var(--psdbox-white);
  z-index: -1;
  content: "";
}

.testimonials-five__item__image img {
  border-radius: 50px 50px 0 0;
}

.testimonials-five__item__top {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
  border-radius: 20px;
  overflow: hidden;
  padding: 35px 20px 35px 30px;
  z-index: 1;
  transition: all 400ms ease;
}

.testimonials-five__item__top::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  transform-origin: 0% 0% 0;
  transition: all 0.5s;
  background-color: var(--psdbox-black2);
  z-index: -1;
  transform: rotate(180deg);
}

.testimonials-five__item__shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
}

.testimonials-five__item:hover .testimonials-five__item__top::after {
  transform: rotate(0deg);
}

.testimonials-five__item__ratings {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--psdbox-base);
  font-size: 20px;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.testimonials-five__item__quote {
  color: var(--psdbox-text, #636363);
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 16px;
  transition: all 300ms ease;
}

.testimonials-five__item:hover .testimonials-five__item__quote {
  color: var(--psdbox-white);
}

.testimonials-five__item__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
  transition: all 300ms ease;
}

.testimonials-five__item:hover .testimonials-five__item__name {
  color: var(--psdbox-white);
}

.testimonials-five__item__designation {
  font-size: 16px;
  line-height: 1;
  display: block;
  margin: 0;
  transition: all 300ms ease;
}

.testimonials-five__item:hover .testimonials-five__item__designation {
  color: var(--psdbox-white);
}

.testimonials-five__item__angle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 85px;
  height: 85px;
  background-color: var(--psdbox-black);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: all 300ms ease;
}

.testimonials-five__item:hover .testimonials-five__item__angle {
  background-color: var(--psdbox-base);
}

.testimonials-five__item__quotation {
  width: 57px;
  height: 57px;
  background-color: var(--psdbox-white);
  border: 1px solid var(--psdbox-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.testimonials-five__item__quotation img {
  height: 34px;
  width: 34px !important;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.video-five {
  position: relative;
  padding: 125px 0 220px;
  background-color: var(--psdbox-white);
  z-index: 1;
}

@media (max-width: 767px) {
  .video-five {
    padding: 80px 0 160px;
  }
}

.video-five__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  -webkit-mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 318.000000"><g transform="translate(0.000000,318.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 2050 l0 -1130 24 0 c14 0 27 -4 30 -9 4 -5 19 -3 37 6 16 8 51 17 77 19 26 2 56 5 67 6 12 2 23 -5 30 -19 7 -17 15 -21 32 -17 29 8 30 -13 3 -59 -21 -36 -20 -48 8 -104 15 -31 15 -35 0 -65 -16 -31 -23 -65 -20 -98 1 -8 16 -24 32 -35 18 -12 30 -29 30 -41 0 -12 6 -37 14 -55 12 -28 23 -37 61 -48 46 -14 47 -13 69 13 16 20 35 28 86 36 198 32 244 33 263 7 5 -7 6 -2 2 11 -5 17 -2 22 13 22 11 0 26 -10 34 -21 l14 -22 28 27 c16 14 35 26 42 26 19 0 28 -21 13 -31 -7 -4 -10 -11 -6 -15 3 -4 13 -2 20 4 7 6 39 14 70 18 32 4 60 11 63 15 3 5 30 9 61 9 53 0 55 -1 51 -24 -3 -14 0 -27 6 -29 22 -8 32 4 28 32 -2 16 1 32 8 36 19 12 153 24 169 16 7 -5 27 -1 44 7 17 8 62 17 101 20 63 4 73 2 90 -17 24 -26 32 -26 39 -1 3 13 14 20 29 20 13 0 33 6 44 14 13 9 36 12 69 9 110 -11 384 6 439 27 15 5 48 10 74 10 26 0 60 7 76 15 15 8 50 15 77 15 35 0 55 6 68 19 16 16 30 18 89 14 82 -5 175 10 211 34 14 10 40 19 56 20 17 1 55 7 85 13 61 13 74 13 143 4 31 -4 53 -2 60 5 15 15 60 14 75 -1 9 -9 15 -9 23 -1 7 7 25 9 40 6 20 -4 36 1 55 16 35 27 71 27 114 -3 19 -12 52 -29 73 -35 38 -13 49 -34 21 -45 -32 -12 -55 -6 -66 19 -10 23 -15 25 -59 19 -27 -4 -62 -1 -83 6 -49 16 -96 5 -96 -22 0 -19 4 -20 38 -13 20 4 55 8 77 9 36 1 40 -1 41 -24 2 -46 4 -50 24 -50 25 0 25 -12 1 -34 -10 -9 -25 -14 -35 -10 -11 4 -26 -2 -42 -17 -21 -19 -28 -21 -44 -12 -14 10 -21 9 -30 -2 -19 -23 -50 -18 -77 11 -29 31 -21 46 20 39 36 -6 63 7 52 24 -8 13 -123 5 -139 -10 -14 -12 -83 -11 -91 1 -3 6 3 23 15 38 l22 27 -25 3 c-15 2 -35 -2 -46 -7 -11 -6 -35 -11 -53 -11 -19 0 -42 -6 -53 -14 -11 -7 -33 -16 -49 -20 -26 -6 -27 -8 -12 -25 9 -10 16 -25 16 -34 0 -15 11 -16 83 -13 45 2 95 9 111 15 24 10 32 9 47 -5 20 -18 43 -10 35 12 -12 31 15 22 38 -13 29 -41 22 -52 -29 -53 -44 0 -62 -14 -46 -34 12 -14 10 -16 -8 -16 -11 0 -21 5 -21 10 0 20 -45 9 -65 -16 -16 -20 -31 -26 -65 -28 -25 -1 -72 -10 -105 -20 -61 -18 -84 -24 -167 -46 -49 -13 -56 -30 -13 -30 13 0 30 -3 39 -6 27 -10 7 -24 -34 -24 -41 0 -61 -14 -34 -24 25 -9 227 6 249 19 27 17 93 26 100 14 4 -5 16 -7 29 -3 25 6 62 -26 38 -34 -7 -2 -19 -10 -26 -18 -8 -8 -34 -14 -60 -14 -25 0 -47 -4 -51 -9 -10 -17 27 -29 59 -20 17 5 45 9 61 9 17 0 35 4 41 10 5 5 27 7 49 3 34 -6 37 -8 16 -13 -31 -7 -39 -28 -14 -36 10 -3 26 -10 35 -15 28 -15 88 -11 94 6 4 10 19 15 43 15 20 0 42 5 48 11 7 7 47 12 92 13 45 1 81 4 81 7 0 4 -7 12 -15 19 -8 7 -15 16 -15 21 0 13 67 11 89 -3 16 -10 25 -7 55 16 20 15 41 24 47 20 11 -6 74 9 116 29 16 7 26 7 37 -2 10 -8 16 -9 21 -1 7 11 58 14 68 4 9 -9 -60 -54 -83 -54 -11 0 -24 -9 -30 -21 -12 -21 -4 -42 8 -22 8 12 84 24 150 23 24 -1 49 3 55 8 22 17 161 42 225 40 59 -2 62 -3 62 -28 0 -14 4 -32 10 -40 7 -12 12 -12 35 0 19 10 28 11 37 2 16 -16 28 -15 28 3 0 18 -34 37 -54 29 -11 -4 -16 -1 -16 10 0 9 4 16 8 16 4 0 24 15 44 33 24 22 47 34 66 34 15 0 41 6 58 14 30 15 38 14 129 -17 54 -19 95 -57 88 -84 -6 -23 15 -28 23 -5 8 20 38 19 54 0 18 -22 55 -15 55 10 0 15 -8 21 -32 23 -32 3 -49 31 -20 33 32 3 83 -4 93 -12 14 -12 55 0 81 24 28 25 53 10 46 -28 -5 -24 15 -55 35 -55 6 0 13 13 17 29 8 37 28 54 55 46 13 -4 22 -1 26 9 8 21 34 20 49 -1 19 -25 85 -27 102 -3 8 11 21 20 29 20 17 0 19 27 2 33 -7 2 -10 8 -5 13 4 4 22 2 40 -4 49 -18 108 -15 147 8 79 46 75 45 118 11 36 -28 44 -30 79 -23 34 8 35 9 16 16 -27 9 -30 24 -7 33 18 7 180 -16 206 -28 10 -6 14 -16 11 -29 -4 -15 0 -20 16 -20 19 0 20 3 11 21 -23 43 -10 62 55 75 91 19 95 18 95 -16 0 -19 7 -33 20 -40 11 -6 20 -17 20 -25 0 -11 11 -9 46 10 36 19 50 22 61 14 7 -7 15 -10 16 -8 1 2 9 12 16 22 11 14 11 20 1 32 -10 12 -10 15 4 15 9 0 16 -8 16 -19 0 -23 18 -32 41 -20 12 6 25 1 44 -17 32 -30 54 -20 35 16 -6 12 -9 25 -5 28 11 11 40 -14 43 -37 6 -37 37 -22 37 18 0 19 6 36 13 38 7 3 12 -5 12 -20 0 -18 7 -27 25 -31 29 -7 65 7 46 18 -23 15 -12 37 17 34 23 -3 28 -8 32 -43 l5 -40 68 -3 c55 -2 67 0 67 13 0 15 5 17 45 19 14 1 20 8 20 25 0 15 8 27 20 32 31 12 45 10 45 -5 0 -27 20 -28 30 -2 7 20 17 26 40 26 28 0 30 -3 31 -37 l2 -38 6 35 c7 43 30 49 84 21 20 -10 37 -16 37 -12 1 25 24 33 112 38 78 4 96 2 107 -11 13 -15 15 -15 28 4 10 14 21 19 34 15 11 -4 27 -1 36 7 17 14 128 28 258 32 44 2 88 6 97 10 9 4 27 2 40 -5 26 -14 98 -13 112 2 14 13 63 11 86 -3 17 -11 22 -10 35 9 13 19 19 21 46 11 25 -9 32 -7 43 7 6 9 21 15 31 13 12 -2 21 4 23 14 3 16 -5 18 -57 18 -40 0 -65 -5 -75 -15 -33 -33 -66 -12 -34 22 17 18 32 23 74 23 31 0 56 5 63 14 13 15 75 27 166 30 88 4 263 26 292 37 13 5 37 9 51 9 15 0 36 6 47 14 11 7 41 16 68 20 l47 7 0 1185 0 1184 -4500 0 -4500 0 0 -1130z m562 -1052 c4 -12 75 -18 215 -17 92 0 135 -15 66 -24 -21 -3 -95 -5 -164 -6 -133 0 -169 10 -156 43 7 18 33 22 39 4z m-99 -93 c-1 -5 -10 -12 -20 -13 -10 -2 -31 -16 -46 -30 -23 -22 -30 -24 -37 -12 -6 9 -3 24 8 43 15 24 22 28 57 25 22 -2 39 -7 38 -13z m787 -40 c0 -8 -4 -15 -10 -15 -5 0 -10 7 -10 15 0 8 5 15 10 15 6 0 10 -7 10 -15z m2888 -22 c2 -7 -2 -15 -10 -17 -7 -2 -29 -8 -48 -14 -19 -6 -80 -14 -135 -17 -55 -4 -103 -9 -108 -12 -4 -2 -2 -13 4 -24 18 -35 5 -41 -34 -15 -25 17 -52 26 -77 26 -47 0 -62 17 -23 25 15 4 39 12 53 19 14 8 73 17 131 21 58 4 112 11 120 16 20 13 122 7 127 -8z m155 2 c-3 -11 -107 -19 -132 -10 -13 5 -14 7 -1 16 19 12 136 7 133 -6z m-3527 -46 c13 -21 -18 -34 -89 -37 -81 -3 -109 7 -88 32 16 19 165 23 177 5z m-238 -42 c4 -41 -7 -46 -38 -20 -24 21 -25 27 -4 48 24 23 39 13 42 -28z m2581 -111 c10 -12 8 -17 -8 -25 -11 -6 -29 -11 -40 -11 -30 0 -28 37 2 43 12 2 25 5 28 6 4 0 12 -5 18 -13z m3744 -131 c-3 -13 -53 -20 -53 -7 0 15 13 23 35 20 11 -2 19 -7 18 -13z m-2273 -60 c0 -10 -10 -15 -30 -15 -29 0 -38 9 -23 23 13 13 53 7 53 -8z m1767 -11 c-9 -9 -28 6 -21 18 4 6 10 6 17 -1 6 -6 8 -13 4 -17z m551 14 c-5 -16 -41 -22 -74 -14 -38 10 -18 26 32 26 32 0 44 -4 42 -12z"/> <path d="M8385 661 c-9 -16 13 -23 35 -11 11 6 20 13 20 15 0 9 -49 5 -55 -4z"/> <path d="M2815 641 c-8 -14 12 -23 36 -16 17 6 19 9 8 16 -18 11 -36 11 -44 0z"/> <path d="M2820 565 c0 -11 8 -13 33 -8 66 13 74 22 20 22 -40 1 -53 -3 -53 -14z"/> <path d="M7850 550 c0 -5 7 -10 15 -10 8 0 15 5 15 10 0 6 -7 10 -15 10 -8 0 -15 -4 -15 -10z"/> <path d="M2030 530 c-8 -5 -11 -12 -6 -17 10 -10 116 -11 116 0 0 4 -14 7 -31 7 -17 0 -38 4 -48 9 -10 6 -23 6 -31 1z"/> <path d="M1610 510 c-8 -5 -23 -11 -32 -14 -21 -6 -24 -26 -4 -26 7 0 19 -7 26 -15 7 -8 25 -15 41 -15 15 0 31 -4 34 -10 12 -19 45 -10 55 15 7 17 17 25 34 25 30 0 42 -16 26 -35 -23 -28 8 -16 38 15 17 17 41 30 54 30 20 1 21 2 5 11 -9 5 -69 11 -132 12 -63 1 -115 5 -115 9 0 10 -11 9 -30 -2z"/> <path d="M1422 458 c-18 -18 -16 -44 2 -29 10 8 20 8 42 -4 24 -12 32 -12 49 -1 11 7 21 21 23 30 3 13 -6 16 -50 16 -30 0 -59 -5 -66 -12z"/> <path d="M2135 463 c-27 -3 -54 -8 -59 -14 -11 -10 -4 -11 71 -9 55 2 127 18 86 19 -12 1 -27 2 -35 4 -7 2 -35 2 -63 0z"/> <path d="M591 401 c-8 -5 -9 -11 -3 -15 11 -7 145 5 137 12 -8 9 -121 11 -134 3z"/> <path d="M1210 401 c0 -5 6 -14 14 -20 16 -13 32 2 21 19 -8 12 -35 13 -35 1z"/> <path d="M6406 401 c-3 -5 0 -11 8 -14 15 -6 26 1 26 15 0 11 -27 10 -34 -1z"/> <path d="M6687 404 c-12 -12 4 -24 33 -24 36 0 47 16 17 24 -29 8 -42 7 -50 0z"/> <path d="M1102 368 c5 -15 48 -18 48 -3 0 6 -11 11 -26 13 -18 3 -25 0 -22 -10z"/> <path d="M5495 370 c-4 -6 7 -10 27 -10 25 0 29 3 18 10 -19 13 -37 13 -45 0z"/> <path d="M1395 353 c-65 -10 -47 -23 30 -23 52 0 76 3 69 10 -12 12 -61 19 -99 13z"/> <path d="M845 340 c-3 -6 0 -13 9 -16 22 -8 59 -1 64 14 5 15 -64 17 -73 2z"/> <path d="M1520 340 c-11 -7 -5 -10 23 -10 20 0 37 5 37 10 0 13 -40 13 -60 0z"/> <path d="M1663 333 c9 -2 25 -2 35 0 9 3 1 5 -18 5 -19 0 -27 -2 -17 -5z"/> <path d="M4575 320 c-3 -5 -16 -11 -28 -11 -20 -1 -21 -2 -2 -6 11 -3 26 -10 33 -16 17 -13 37 6 29 27 -7 18 -23 21 -32 6z"/> <path d="M686 311 c-3 -5 0 -11 7 -13 17 -7 38 2 31 13 -7 12 -31 12 -38 0z"/> <path d="M3540 190 l-25 -7 29 -12 c31 -12 54 -2 42 18 -8 12 -10 12 -46 1z"/><path d="M3380 145 c0 -18 -4 -18 45 0 l40 14 -42 1 c-32 0 -43 -4 -43 -15z"/><path d="M3195 131 c-8 -14 29 -23 62 -15 l28 8 -25 7 c-37 10 -58 10 -65 0z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 318.000000"><g transform="translate(0.000000,318.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 2050 l0 -1130 24 0 c14 0 27 -4 30 -9 4 -5 19 -3 37 6 16 8 51 17 77 19 26 2 56 5 67 6 12 2 23 -5 30 -19 7 -17 15 -21 32 -17 29 8 30 -13 3 -59 -21 -36 -20 -48 8 -104 15 -31 15 -35 0 -65 -16 -31 -23 -65 -20 -98 1 -8 16 -24 32 -35 18 -12 30 -29 30 -41 0 -12 6 -37 14 -55 12 -28 23 -37 61 -48 46 -14 47 -13 69 13 16 20 35 28 86 36 198 32 244 33 263 7 5 -7 6 -2 2 11 -5 17 -2 22 13 22 11 0 26 -10 34 -21 l14 -22 28 27 c16 14 35 26 42 26 19 0 28 -21 13 -31 -7 -4 -10 -11 -6 -15 3 -4 13 -2 20 4 7 6 39 14 70 18 32 4 60 11 63 15 3 5 30 9 61 9 53 0 55 -1 51 -24 -3 -14 0 -27 6 -29 22 -8 32 4 28 32 -2 16 1 32 8 36 19 12 153 24 169 16 7 -5 27 -1 44 7 17 8 62 17 101 20 63 4 73 2 90 -17 24 -26 32 -26 39 -1 3 13 14 20 29 20 13 0 33 6 44 14 13 9 36 12 69 9 110 -11 384 6 439 27 15 5 48 10 74 10 26 0 60 7 76 15 15 8 50 15 77 15 35 0 55 6 68 19 16 16 30 18 89 14 82 -5 175 10 211 34 14 10 40 19 56 20 17 1 55 7 85 13 61 13 74 13 143 4 31 -4 53 -2 60 5 15 15 60 14 75 -1 9 -9 15 -9 23 -1 7 7 25 9 40 6 20 -4 36 1 55 16 35 27 71 27 114 -3 19 -12 52 -29 73 -35 38 -13 49 -34 21 -45 -32 -12 -55 -6 -66 19 -10 23 -15 25 -59 19 -27 -4 -62 -1 -83 6 -49 16 -96 5 -96 -22 0 -19 4 -20 38 -13 20 4 55 8 77 9 36 1 40 -1 41 -24 2 -46 4 -50 24 -50 25 0 25 -12 1 -34 -10 -9 -25 -14 -35 -10 -11 4 -26 -2 -42 -17 -21 -19 -28 -21 -44 -12 -14 10 -21 9 -30 -2 -19 -23 -50 -18 -77 11 -29 31 -21 46 20 39 36 -6 63 7 52 24 -8 13 -123 5 -139 -10 -14 -12 -83 -11 -91 1 -3 6 3 23 15 38 l22 27 -25 3 c-15 2 -35 -2 -46 -7 -11 -6 -35 -11 -53 -11 -19 0 -42 -6 -53 -14 -11 -7 -33 -16 -49 -20 -26 -6 -27 -8 -12 -25 9 -10 16 -25 16 -34 0 -15 11 -16 83 -13 45 2 95 9 111 15 24 10 32 9 47 -5 20 -18 43 -10 35 12 -12 31 15 22 38 -13 29 -41 22 -52 -29 -53 -44 0 -62 -14 -46 -34 12 -14 10 -16 -8 -16 -11 0 -21 5 -21 10 0 20 -45 9 -65 -16 -16 -20 -31 -26 -65 -28 -25 -1 -72 -10 -105 -20 -61 -18 -84 -24 -167 -46 -49 -13 -56 -30 -13 -30 13 0 30 -3 39 -6 27 -10 7 -24 -34 -24 -41 0 -61 -14 -34 -24 25 -9 227 6 249 19 27 17 93 26 100 14 4 -5 16 -7 29 -3 25 6 62 -26 38 -34 -7 -2 -19 -10 -26 -18 -8 -8 -34 -14 -60 -14 -25 0 -47 -4 -51 -9 -10 -17 27 -29 59 -20 17 5 45 9 61 9 17 0 35 4 41 10 5 5 27 7 49 3 34 -6 37 -8 16 -13 -31 -7 -39 -28 -14 -36 10 -3 26 -10 35 -15 28 -15 88 -11 94 6 4 10 19 15 43 15 20 0 42 5 48 11 7 7 47 12 92 13 45 1 81 4 81 7 0 4 -7 12 -15 19 -8 7 -15 16 -15 21 0 13 67 11 89 -3 16 -10 25 -7 55 16 20 15 41 24 47 20 11 -6 74 9 116 29 16 7 26 7 37 -2 10 -8 16 -9 21 -1 7 11 58 14 68 4 9 -9 -60 -54 -83 -54 -11 0 -24 -9 -30 -21 -12 -21 -4 -42 8 -22 8 12 84 24 150 23 24 -1 49 3 55 8 22 17 161 42 225 40 59 -2 62 -3 62 -28 0 -14 4 -32 10 -40 7 -12 12 -12 35 0 19 10 28 11 37 2 16 -16 28 -15 28 3 0 18 -34 37 -54 29 -11 -4 -16 -1 -16 10 0 9 4 16 8 16 4 0 24 15 44 33 24 22 47 34 66 34 15 0 41 6 58 14 30 15 38 14 129 -17 54 -19 95 -57 88 -84 -6 -23 15 -28 23 -5 8 20 38 19 54 0 18 -22 55 -15 55 10 0 15 -8 21 -32 23 -32 3 -49 31 -20 33 32 3 83 -4 93 -12 14 -12 55 0 81 24 28 25 53 10 46 -28 -5 -24 15 -55 35 -55 6 0 13 13 17 29 8 37 28 54 55 46 13 -4 22 -1 26 9 8 21 34 20 49 -1 19 -25 85 -27 102 -3 8 11 21 20 29 20 17 0 19 27 2 33 -7 2 -10 8 -5 13 4 4 22 2 40 -4 49 -18 108 -15 147 8 79 46 75 45 118 11 36 -28 44 -30 79 -23 34 8 35 9 16 16 -27 9 -30 24 -7 33 18 7 180 -16 206 -28 10 -6 14 -16 11 -29 -4 -15 0 -20 16 -20 19 0 20 3 11 21 -23 43 -10 62 55 75 91 19 95 18 95 -16 0 -19 7 -33 20 -40 11 -6 20 -17 20 -25 0 -11 11 -9 46 10 36 19 50 22 61 14 7 -7 15 -10 16 -8 1 2 9 12 16 22 11 14 11 20 1 32 -10 12 -10 15 4 15 9 0 16 -8 16 -19 0 -23 18 -32 41 -20 12 6 25 1 44 -17 32 -30 54 -20 35 16 -6 12 -9 25 -5 28 11 11 40 -14 43 -37 6 -37 37 -22 37 18 0 19 6 36 13 38 7 3 12 -5 12 -20 0 -18 7 -27 25 -31 29 -7 65 7 46 18 -23 15 -12 37 17 34 23 -3 28 -8 32 -43 l5 -40 68 -3 c55 -2 67 0 67 13 0 15 5 17 45 19 14 1 20 8 20 25 0 15 8 27 20 32 31 12 45 10 45 -5 0 -27 20 -28 30 -2 7 20 17 26 40 26 28 0 30 -3 31 -37 l2 -38 6 35 c7 43 30 49 84 21 20 -10 37 -16 37 -12 1 25 24 33 112 38 78 4 96 2 107 -11 13 -15 15 -15 28 4 10 14 21 19 34 15 11 -4 27 -1 36 7 17 14 128 28 258 32 44 2 88 6 97 10 9 4 27 2 40 -5 26 -14 98 -13 112 2 14 13 63 11 86 -3 17 -11 22 -10 35 9 13 19 19 21 46 11 25 -9 32 -7 43 7 6 9 21 15 31 13 12 -2 21 4 23 14 3 16 -5 18 -57 18 -40 0 -65 -5 -75 -15 -33 -33 -66 -12 -34 22 17 18 32 23 74 23 31 0 56 5 63 14 13 15 75 27 166 30 88 4 263 26 292 37 13 5 37 9 51 9 15 0 36 6 47 14 11 7 41 16 68 20 l47 7 0 1185 0 1184 -4500 0 -4500 0 0 -1130z m562 -1052 c4 -12 75 -18 215 -17 92 0 135 -15 66 -24 -21 -3 -95 -5 -164 -6 -133 0 -169 10 -156 43 7 18 33 22 39 4z m-99 -93 c-1 -5 -10 -12 -20 -13 -10 -2 -31 -16 -46 -30 -23 -22 -30 -24 -37 -12 -6 9 -3 24 8 43 15 24 22 28 57 25 22 -2 39 -7 38 -13z m787 -40 c0 -8 -4 -15 -10 -15 -5 0 -10 7 -10 15 0 8 5 15 10 15 6 0 10 -7 10 -15z m2888 -22 c2 -7 -2 -15 -10 -17 -7 -2 -29 -8 -48 -14 -19 -6 -80 -14 -135 -17 -55 -4 -103 -9 -108 -12 -4 -2 -2 -13 4 -24 18 -35 5 -41 -34 -15 -25 17 -52 26 -77 26 -47 0 -62 17 -23 25 15 4 39 12 53 19 14 8 73 17 131 21 58 4 112 11 120 16 20 13 122 7 127 -8z m155 2 c-3 -11 -107 -19 -132 -10 -13 5 -14 7 -1 16 19 12 136 7 133 -6z m-3527 -46 c13 -21 -18 -34 -89 -37 -81 -3 -109 7 -88 32 16 19 165 23 177 5z m-238 -42 c4 -41 -7 -46 -38 -20 -24 21 -25 27 -4 48 24 23 39 13 42 -28z m2581 -111 c10 -12 8 -17 -8 -25 -11 -6 -29 -11 -40 -11 -30 0 -28 37 2 43 12 2 25 5 28 6 4 0 12 -5 18 -13z m3744 -131 c-3 -13 -53 -20 -53 -7 0 15 13 23 35 20 11 -2 19 -7 18 -13z m-2273 -60 c0 -10 -10 -15 -30 -15 -29 0 -38 9 -23 23 13 13 53 7 53 -8z m1767 -11 c-9 -9 -28 6 -21 18 4 6 10 6 17 -1 6 -6 8 -13 4 -17z m551 14 c-5 -16 -41 -22 -74 -14 -38 10 -18 26 32 26 32 0 44 -4 42 -12z"/> <path d="M8385 661 c-9 -16 13 -23 35 -11 11 6 20 13 20 15 0 9 -49 5 -55 -4z"/> <path d="M2815 641 c-8 -14 12 -23 36 -16 17 6 19 9 8 16 -18 11 -36 11 -44 0z"/> <path d="M2820 565 c0 -11 8 -13 33 -8 66 13 74 22 20 22 -40 1 -53 -3 -53 -14z"/> <path d="M7850 550 c0 -5 7 -10 15 -10 8 0 15 5 15 10 0 6 -7 10 -15 10 -8 0 -15 -4 -15 -10z"/> <path d="M2030 530 c-8 -5 -11 -12 -6 -17 10 -10 116 -11 116 0 0 4 -14 7 -31 7 -17 0 -38 4 -48 9 -10 6 -23 6 -31 1z"/> <path d="M1610 510 c-8 -5 -23 -11 -32 -14 -21 -6 -24 -26 -4 -26 7 0 19 -7 26 -15 7 -8 25 -15 41 -15 15 0 31 -4 34 -10 12 -19 45 -10 55 15 7 17 17 25 34 25 30 0 42 -16 26 -35 -23 -28 8 -16 38 15 17 17 41 30 54 30 20 1 21 2 5 11 -9 5 -69 11 -132 12 -63 1 -115 5 -115 9 0 10 -11 9 -30 -2z"/> <path d="M1422 458 c-18 -18 -16 -44 2 -29 10 8 20 8 42 -4 24 -12 32 -12 49 -1 11 7 21 21 23 30 3 13 -6 16 -50 16 -30 0 -59 -5 -66 -12z"/> <path d="M2135 463 c-27 -3 -54 -8 -59 -14 -11 -10 -4 -11 71 -9 55 2 127 18 86 19 -12 1 -27 2 -35 4 -7 2 -35 2 -63 0z"/> <path d="M591 401 c-8 -5 -9 -11 -3 -15 11 -7 145 5 137 12 -8 9 -121 11 -134 3z"/> <path d="M1210 401 c0 -5 6 -14 14 -20 16 -13 32 2 21 19 -8 12 -35 13 -35 1z"/> <path d="M6406 401 c-3 -5 0 -11 8 -14 15 -6 26 1 26 15 0 11 -27 10 -34 -1z"/> <path d="M6687 404 c-12 -12 4 -24 33 -24 36 0 47 16 17 24 -29 8 -42 7 -50 0z"/> <path d="M1102 368 c5 -15 48 -18 48 -3 0 6 -11 11 -26 13 -18 3 -25 0 -22 -10z"/> <path d="M5495 370 c-4 -6 7 -10 27 -10 25 0 29 3 18 10 -19 13 -37 13 -45 0z"/> <path d="M1395 353 c-65 -10 -47 -23 30 -23 52 0 76 3 69 10 -12 12 -61 19 -99 13z"/> <path d="M845 340 c-3 -6 0 -13 9 -16 22 -8 59 -1 64 14 5 15 -64 17 -73 2z"/> <path d="M1520 340 c-11 -7 -5 -10 23 -10 20 0 37 5 37 10 0 13 -40 13 -60 0z"/> <path d="M1663 333 c9 -2 25 -2 35 0 9 3 1 5 -18 5 -19 0 -27 -2 -17 -5z"/> <path d="M4575 320 c-3 -5 -16 -11 -28 -11 -20 -1 -21 -2 -2 -6 11 -3 26 -10 33 -16 17 -13 37 6 29 27 -7 18 -23 21 -32 6z"/> <path d="M686 311 c-3 -5 0 -11 7 -13 17 -7 38 2 31 13 -7 12 -31 12 -38 0z"/> <path d="M3540 190 l-25 -7 29 -12 c31 -12 54 -2 42 18 -8 12 -10 12 -46 1z"/><path d="M3380 145 c0 -18 -4 -18 45 0 l40 14 -42 1 c-32 0 -43 -4 -43 -15z"/><path d="M3195 131 c-8 -14 29 -23 62 -15 l28 8 -25 7 c-37 10 -58 10 -65 0z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.video-five__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--psdbox-black);
  opacity: 0.85;
}

.video-five__shape-one {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 1;
  animation: shapeMove 4s linear 0s infinite;
}

@media (max-width: 1199px) {
  .video-five__shape-one {
    display: none;
  }
}

.video-five .container {
  position: relative;
  text-align: center;
  z-index: 2;
}

.video-five .video-popup {
  width: 61px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  font-size: 61px;
  color: var(--psdbox-white);
  transition: all 500ms ease;
  transform: scale(1);
  position: relative;
  z-index: 10;
}

.video-five .video-popup .ripple,
.video-five .video-popup .ripple:before,
.video-five .video-popup .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.25);
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-five .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-five .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.video-five .video-popup:hover {
  color: var(--psdbox-base);
  transform: scale(1.1);
}

.video-five__sub-title {
  font-size: 20px;
  color: var(--psdbox-base);
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--psdbox-special-cinzel);
  margin: 24px 0 15px;
}

.video-five__title {
  color: var(--psdbox-white);
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 18px;
}

.video-five__text {
  line-height: 26px;
  color: var(--psdbox-white);
  margin-bottom: 27px;
}

.video-five .psdbox-btn-two {
  background-color: var(--psdbox-white);
}

.video-five .psdbox-btn-two:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-black);
}

.video-five .psdbox-btn-two:hover .psdbox-btn-two__icon {
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
}

/*--------------------------------------------------------------
# Event
--------------------------------------------------------------*/
.event-two {
  position: relative;
  overflow: hidden;
  padding: 120px 0 0;
}

@media (max-width: 767px) {
  .event-two {
    padding-top: 80px;
  }
}

.event-two::before {
  position: absolute;
  right: -140px;
  top: -140px;
  width: 280px;
  height: 280px;
  background-color: var(--psdbox-base);
  border-radius: 50%;
  content: "";
  animation: zoomsIn 4s linear 0s infinite;
  z-index: 1;
}

@media (max-width: 1199px) {
  .event-two::before {
    display: none;
  }
}

.event-two::after {
  position: absolute;
  right: -125px;
  top: -125px;
  width: 280px;
  height: 280px;
  background-color: var(--psdbox-base);
  border-radius: 50%;
  opacity: 0.27;
  content: "";
  animation: zoomsIn 3s linear 0s infinite;
}

@media (max-width: 1199px) {
  .event-two::after {
    display: none;
  }
}

.event-two__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 747px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 747"><path d="m0 0h1920v747c0 0-209.7-7.2-393.4-103.7-262.5-137.8-411.6-358.8-562.2-157.4-77 103.1-274.4-72.1-594.6 81.1-171.2 81.9-369.8-70-369.8-70z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 747"><path d="m0 0h1920v747c0 0-209.7-7.2-393.4-103.7-262.5-137.8-411.6-358.8-562.2-157.4-77 103.1-274.4-72.1-594.6 81.1-171.2 81.9-369.8-70-369.8-70z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.event-two__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(11, 11, 11, 0.85);
}

.event-two .sec-title__title {
  color: var(--psdbox-white);
}

.event-two--page {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .event-two--page {
    padding: 80px 0;
  }
}

.event-two--page::after,
.event-two--page::before {
  display: none;
}

.event-two--page .sec-title__title {
  color: var(--psdbox-black);
}

.event-two .container {
  max-width: 1450px;
  position: relative;
}

.event-two__carousel {
  position: relative;
}

.event-two__carousel .event-two__item img {
  height: 315px;
  object-fit: cover;
  object-position: top;
}

.event-two__item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.event-two__item img {
  width: 100%;
  height: auto;
}

.event-two__item__rm {
  width: 55px;
  height: 55px;
  background-color: var(--psdbox-base);
  text-align: center;
  line-height: 53px;
  font-size: 22px;
  color: var(--psdbox-white);
  border-radius: 0 0 30px 30px;
  position: absolute;
  right: 30px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg);
  transform-origin: 100% 100%;
  transition: all 0.5s;
}

.event-two__item__rm i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.event-two__item__rm:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-white);
}

.event-two__item__rm:hover i {
  animation: iconTranslateX 0.4s forwards;
}

.event-two__item:hover .event-two__item__rm {
  visibility: visible;
  opacity: 1;
  transform: rotate(0deg);
  transform-origin: 100% 100%;
}

.event-two__item__content {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
  padding: 0 20px 15px;
}

.event-two__item__content::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  opacity: 0;
  background-image: url(../images/shapes/overlay.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  visibility: hidden;
  transition: all ease 0.4s;
}

.event-two__item:hover .event-two__item__content:after {
  opacity: 1;
  visibility: visible;
  height: 165px;
}

.event-two__item__title {
  font-size: 24px;
  color: var(--psdbox-white);
  font-weight: 800;
  margin: 0 0 8px;
  opacity: 0;
  transform: translateX(-100%) skewX(5deg);
  transition: transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.event-two__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.event-two__item__title a:hover {
  background-size: 100% 1px;
}

.event-two__item__title a:hover {
  color: inherit;
}

.event-two__item:hover .event-two__item__meta,
.event-two__item:hover .event-two__item__title {
  opacity: 1;
  transform: translateX(0px) skewX(0deg);
}

.event-two__item__meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  opacity: 0;
  transform: translateX(100%) skewX(5deg);
  transition: transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.event-two__item__meta li {
  font-size: 18px;
  font-weight: 600;
  color: var(--psdbox-white);
  font-family: var(--psdbox-special-cinzel);
}

.event-two__item__meta li i {
  font-size: 16px;
  margin-right: 7px;
}

/*--------------------------------------------------------------
# Project
--------------------------------------------------------------*/
.project-one {
  position: relative;
  padding: 120px 0 90px;
}

@media (max-width: 767px) {
  .project-one {
    padding: 80px 0 50px;
  }
}

.project-one__filter {
  position: relative;
  margin: 75px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .project-one__filter {
    margin: 0 0 50px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.project-one__filter li {
  font-size: 18px;
  font-weight: 700;
  color: var(--psdbox-black);
  text-transform: capitalize;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  margin-right: -1px;
  display: inline-block;
  padding: 9px 22px;
  transition: all 0.5s;
  cursor: pointer;
}

.project-one__filter li:hover,
.project-one__filter li.active {
  border-color: var(--psdbox-base);
  background-color: var(--psdbox-base);
  color: var(--psdbox-black);
}

.project-one__item {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}

.project-one__item img {
  width: 100%;
  height: auto;
  min-height: 400px;
  object-fit: cover;
}

.project-one__item::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background-image: linear-gradient(180deg, rgba(23, 35, 31, 0) 0%, rgba(224, 196, 106, 0.89) 64%, rgb(249, 216, 115) 100%);
  visibility: hidden;
  transition: all ease 0.4s;
}

.project-one__item:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.project-one__item__rm {
  position: absolute;
  z-index: 2;
  right: 13px;
  bottom: 13px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
  font-size: 16px;
  transition: all 1s;
  visibility: hidden;
  opacity: 0;
  transform: rotate(-135deg) translatex(-80px);
}

.project-one__item__rm i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.project-one__item__rm:hover {
  background-color: var(--psdbox-white);
  color: var(--psdbox-black);
}

.project-one__item__rm:hover i {
  animation: iconTranslateX 0.4s forwards;
}

.project-one__item:hover .project-one__item__rm {
  visibility: visible;
  opacity: 1;
  transform: rotate(-135deg) translatex(0px);
}

.project-one__item__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 0 30px 47px;
}

.project-one__item__icon {
  background-color: var(--psdbox-white);
  color: var(--psdbox-black);
  transition: 300ms ease;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 38px;
  z-index: 2;
  position: relative;
  opacity: 0;
  transition: all 0.5s;
  transform: translate3d(-50px, 0, 0);
}

.project-one__item__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: var(--psdbox-black);
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  animation-play-state: running;
  transition: 500ms all ease;
  animation-play-state: running;
}

.project-one__item__title {
  font-size: 22px;
  color: var(--psdbox-black);
  font-weight: 700;
  margin: 19px 0 5px;
  opacity: 0;
  transition: all 0.7s;
  transform: translate3d(-50px, 0, 0);
}

.project-one__item__text {
  line-height: 26px;
  margin: 0;
  opacity: 0;
  opacity: 0;
  transition: all 0.9s;
  transform: translate3d(-50px, 0, 0);
}

.project-one__item:hover .project-one__item__icon,
.project-one__item:hover .project-one__item__text,
.project-one__item:hover .project-one__item__title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*--------------------------------------------------------------
# Countries
--------------------------------------------------------------*/
.country-two {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
  padding: 120px 0;
}

@media (max-width: 767px) {
  .country-two {
    padding: 80px 0;
  }
}

.country-two__wrapper {
  position: relative;
}

@media (max-width: 767px) {
  .country-two__wrapper {
    margin: -60px 0 40px;
  }
}

.country-two__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.country-two__item {
  position: relative;
}

.country-two__item:nth-child(1) {
  margin-left: 135px;
}

.country-two__item:nth-child(2) {
  margin-left: 50%;
}

.country-two__item:nth-child(3) {
  margin-left: 100%;
  margin-top: -90px;
}

@media (max-width: 1299px) {
  .country-two__item:nth-child(3) {
    margin-left: 90%;
  }
}

.country-two__item:nth-child(3) .country-two__item__content {
  left: auto;
  right: -50px;
  padding: 30px 60px 31px 30px;
}

@media (max-width: 1299px) {
  .country-two__item:nth-child(3) .country-two__item__content {
    right: 70px;
  }
}

.country-two__item:nth-child(4) {
  margin-top: 60px;
}

.country-two__item:nth-child(5) {
  margin-top: 90px;
  margin-left: 38%;
}

.country-two__item:nth-child(6) {
  margin-top: -100px;
  margin-left: 80%;
}

@media (max-width: 1299px) {
  .country-two__item:nth-child(6) .country-two__item__content {
    left: auto;
    right: 82%;
    padding: 30px 60px 31px 30px;
  }
}

@media (max-width: 767px) {
  .country-two__item {
    margin: 110px 0 0 !important;
  }

  .country-two__item .country-two__item__content {
    left: 40px !important;
    right: auto !important;
    padding: 30px 20px 31px 70px !important;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}

.country-two__item__flag {
  width: 90px;
  height: 90px;
  background-color: var(--psdbox-white);
  border-radius: 50%;
  border: 2px solid var(--psdbox-base);
  padding: 8px;
  position: relative;
  z-index: 1;
}

.country-two__item__flag::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(249, 216, 115, 0.75);
  animation: ripple 3s infinite;
  animation-delay: 0s;
  border-radius: 50%;
  animation-delay: 0.3s;
  content: "";
  position: absolute;
}

.country-two__item__flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.country-two__item__content {
  position: absolute;
  left: 40px;
  top: -50%;
  width: 301px;
  background-color: var(--psdbox-base);
  border-radius: 20px;
  padding: 30px 20px 31px 70px;
  text-align: left;
  transition: 500ms ease;
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
}

.country-two__item:hover .country-two__item__content {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.country-two__item__title {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 5px;
}

.country-two__item__text {
  line-height: 26px;
  margin: 0 0 2px;
}

.country-two__item__rm {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--psdbox-text, #636363);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.country-two__item__rm i {
  font-size: 14px;
  position: relative;
  top: 2px;
}

.country-two__item__rm:hover {
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Donate
--------------------------------------------------------------*/
.donate-four {
  position: relative;
  padding: 120px 0 0;
}

@media (max-width: 767px) {
  .donate-four {
    padding: 80px 0 0;
  }
}

.donate-four__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 824px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}

.donate-four__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--psdbox-black);
  opacity: 0.9;
}

.donate-four__content {
  position: relative;
}

.donate-four__content .sec-title-two__border::before,
.donate-four__content .sec-title-two__border::after {
  background-color: var(--psdbox-white);
}

.donate-four__content .sec-title-two__title {
  color: var(--psdbox-white);
}

.donate-four__content .sec-title-two {
  padding-bottom: 12px;
}

.donate-four__content__text {
  color: var(--psdbox-white);
  line-height: 26px;
  margin: 0;
}

@media (min-width: 1200px) {
  .donate-four__content__text {
    padding-right: 30px;
  }
}

.donate-four__list {
  position: relative;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .donate-four__list {
    gap: 24px;
  }
}

@media (max-width: 991px) {
  .donate-four__list {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .donate-four__list {
    flex-wrap: wrap;
  }
}

.donate-four__list li {
  width: 170px;
  height: 170px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--psdbox-white);
  border-radius: 30px;
  font-size: 83px;
  cursor: pointer;
  color: var(--psdbox-black);
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .donate-four__list li {
    width: 135px;
  }
}

@media (max-width: 767px) {
  .donate-four__list li {
    width: 145px;
    height: 145px;
  }
}

.donate-four__list li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
  height: 0;
  z-index: -1;
  content: "";
  border-radius: 30px;
}

.donate-four__list li:hover::before,
.donate-four__list li.active-btn::before {
  height: 100%;
}

.donate-four__list li::after {
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  transition: all 500ms ease;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 32px 30px 0 30px;
  border-color: var(--psdbox-base) transparent transparent transparent;
}

.donate-four__list li:hover::after,
.donate-four__list li.active-btn::after {
  border-color: var(--psdbox-white) transparent transparent transparent;
}

.donate-four__tab-content {
  position: relative;
  background-color: var(--psdbox-base);
  border-radius: 100px;
  padding: 10px;
  margin-top: 69px;
}

@media (max-width: 991px) {
  .donate-four__tab-content {
    padding: 30px 30px 30px;
    border-radius: 20px;
  }
}

.donate-four__tab-content__image {
  position: relative;
}

.donate-four__tab-content__image img {
  max-width: 100%;
  height: auto;
  border-radius: 100px;
}

@media (max-width: 991px) {
  .donate-four__tab-content__image img {
    border-radius: 20px;
  }
}

@media (min-width: 992px) {
  .donate-four__tab-content__image img {
    min-height: 570px;
  }
}

.donate-four__form {
  position: relative;
  width: 100%;
  padding: 30px 100px 30px 1px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .donate-four__form {
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .donate-four__form {
    padding: 30px 0 0;
  }
}

.donate-four__form__title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 33px;
}

.donate-four__form__amount {
  position: relative;
}

.donate-four__form__amount__sign {
  position: absolute;
  text-transform: uppercase;
  font-family: var(--psdbox-special-cinzel);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background-color: var(--psdbox-black);
  border-radius: 50%;
  color: var(--psdbox-white);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donate-four__form input {
  display: block;
  width: 100%;
  height: 50px;
  background-color: var(--psdbox-white);
  color: var(--psdbox-black);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--psdbox-heading-bebas);
  text-align: left;
  border: none;
  outline: none;
  border-radius: 50px;
  padding-left: 70px;
  padding-right: 30px;
}

.donate-four__form__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 28px 0 32px;
}

@media (max-width: 767px) {
  .donate-four__form__buttons {
    flex-wrap: wrap;
    gap: 15px;
  }
}

.donate-four__form__buttons__item {
  height: 40px;
  background-color: transparent;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--psdbox-black);
  font-weight: 600;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  border: 1px solid var(--psdbox-black);
  outline: none;
  padding: 0 20px;
  transition: all 0.4s ease;
}

.donate-four__form__buttons__item.active,
.donate-four__form__buttons__item:hover {
  background-color: var(--psdbox-black);
  border-color: var(--psdbox-black);
  color: var(--psdbox-white);
}

.donate-four__form__custome {
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--psdbox-black);
  font-weight: 600;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  background-color: var(--psdbox-white);
  border: none;
  outline: none;
  padding: 0 30px;
  transition: all 0.4s ease;
  text-transform: uppercase;
}

.donate-four__form__custome.active,
.donate-four__form__custome:hover {
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
}

.donate-four__form .psdbox-btn-two {
  background-color: var(--psdbox-white);
}

.donate-four__form .psdbox-btn-two:hover {
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
}

.donate-four__form__bar {
  position: relative;
  margin: 48px 0 25px;
}

.donate-four__form__bar__progress {
  width: 100%;
  height: 16px;
  border: 1px solid var(--psdbox-black);
  border-radius: 80px;
  position: relative;
  margin-bottom: 12px;
}

.donate-four__form__bar__progress__inner {
  position: absolute;
  height: calc(100% - 4px);
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--psdbox-black);
  transition: all 1500ms linear;
  border-radius: 80px;
  width: 0px;
  z-index: 1;
}

.donate-four__form__bar__progress__number {
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 12px);
  right: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--psdbox-black);
}

.donate-four__form__bar__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: var(--psdbox-black);
}

.donate-five {
  position: relative;
  z-index: 2;
}

.donate-five::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 285px);
  content: "";
  background-color: var(--psdbox-gray, #f1f6f7);
  z-index: -1;
}

.donate-five__wrapper {
  position: relative;
  padding: 102px 65px;
  border-radius: 50px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .donate-five__wrapper {
    padding: 50px 25px;
  }
}

.donate-five__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--psdbox-black);
  border-radius: 50px;
  background-attachment: fixed;
}

.donate-five__bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(-130deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.donate-five__content {
  position: relative;
  max-width: 480px;
}

.donate-five__content .sec-title-three {
  padding-bottom: 12px;
}

.donate-five__content__text {
  color: var(--psdbox-white);
  line-height: 26px;
  margin: 0 0 27px;
}

.donate-five__skill {
  position: relative;
  transition: all 300ms linear;
  margin: 0 0 34px;
  max-width: 375px;
}

.donate-five__skill__title {
  font-size: 16px;
  font-weight: 400;
  color: var(--psdbox-white);
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  margin: 0 0 10px;
}

.donate-five__skill__progress {
  width: 100%;
  height: 10px;
  border: 1px solid var(--psdbox-base);
  border-radius: 10px;
  position: relative;
  margin-bottom: 13px;
}

.donate-five__skill__progress__inner {
  position: absolute;
  height: calc(100% - 4px);
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--psdbox-base);
  transition: all 1500ms linear;
  border-radius: 10px;
  width: 0px;
  z-index: 1;
}

.donate-five__skill__progress__number {
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 14px);
  right: 3px;
  font-size: 16px;
  font-weight: 400;
  color: var(--psdbox-white);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donate-five__skill__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: var(--psdbox-white);
  transition: all 300ms linear;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-three {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog-three {
    padding: 80px 0;
  }
}

.blog-card-four {
  position: relative;
}

.blog-card-four__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--psdbox-black);
}

.blog-card-four__image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
}

.blog-card-four__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card-four__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.blog-card-four__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--psdbox-black3-rgb, 0, 0, 0), 0.5);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card-four__image__link::before,
.blog-card-four__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--psdbox-white);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-card-four__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-four:hover .blog-card-four__image>a {
  opacity: 1;
  transform: translateY(0);
}

.blog-card-four:hover .blog-card-four__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.blog-card-four:hover .blog-card-four__image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card-four__cate {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: column;
}

.blog-card-four__cate a {
  display: inline-block;
  background-color: var(--psdbox-base);
  color: var(--psdbox-black);
  text-transform: uppercase;
  border-radius: 80px;
  font-family: var(--psdbox-heading-bebas);
  font-size: 16px;
  font-weight: 500;
  padding: 3px 30px;
}

.blog-card-four:hover .blog-card-four__cate a {
  background-color: var(--psdbox-white);
}

.blog-card-four__content {
  position: relative;
  transition: all 500ms ease;
  border-radius: 10px;
  background-color: var(--psdbox-white);
  padding: 30px 30px 40px;
  box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.04);
  clip-path: polygon(50% 17%, 75% 0, 100% 0, 100% 100%, 0 100%, 0 0, 25% 0);
  margin: -75px 30px 0;
}

@media (max-width: 1199px) {
  .blog-card-four__content {
    margin: -75px 20px 0;
  }
}

@media (max-width: 767px) {
  .blog-card-four__content {
    clip-path: polygon(50% 8%, 75% 0, 100% 0, 100% 100%, 0 100%, 0 0, 25% 0);
  }
}

.blog-card-four:hover .blog-card-four__content {
  background-color: var(--psdbox-black);
}

.blog-card-four__meta {
  position: relative;
  min-height: 60px;
  padding-left: 75px;
  font-size: 14px;
  color: var(--psdbox-text, #636363);
  line-height: 1.4;
  padding-top: 8px;
  transition: all 300ms ease;
}

.blog-card-four__meta img {
  width: 60px !important;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-card-four__meta span {
  display: block;
}

.blog-card-four__meta a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-four__meta a:hover {
  background-size: 100% 1px;
}

.blog-card-four__meta a:hover {
  color: var(--psdbox-base);
}

.blog-card-four:hover .blog-card-four__meta {
  color: var(--psdbox-white);
}

.blog-card-four__date {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: var(--psdbox-black);
  font-size: 30px;
  font-weight: 700;
  font-family: var(--psdbox-heading-bebas);
  color: var(--psdbox-white);
  border-radius: 10px;
  transition: all 400ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
}

.blog-card-four__date span {
  display: block;
  line-height: 1;
  font-size: 16px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  margin-top: -3px;
}

.blog-card-four:hover .blog-card-four__date {
  background-color: var(--psdbox-base);
  color: var(--psdbox-black);
}

.blog-card-four__title {
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  margin: 15px 0 15px;
  font-weight: 700;
}

.blog-card-four__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-four__title a:hover {
  background-size: 100% 1px;
}

.blog-card-four__title a:hover {
  color: var(--psdbox-base);
}

.blog-card-four:hover .blog-card-four__title {
  color: var(--psdbox-white);
}

.blog-card-four__link {
  display: inline-block;
  font-size: 16px;
  color: var(--psdbox-black);
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  height: 44px;
  max-width: 216px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.blog-card-four__link__front {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: var(--psdbox-black);
  color: var(--psdbox-white);
  perspective: 300px;
  transition: transform 500ms ease;
  transform-origin: top center;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

.blog-card-four__link__back {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  transition: transform 700ms ease, top 700ms ease;
  transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
  perspective: 300px;
  transform-origin: bottom center;
  width: 100%;
  background-color: var(--psdbox-base);
  border-radius: 80px;
  padding: 5px 5px 5px 42px;
}

.blog-card-four__link__back span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: var(--psdbox-white);
  color: var(--psdbox-black);
  transition: all 500ms ease;
}

.blog-card-four:hover .blog-card-four__link__front {
  transform-origin: bottom center;
  transform: translateY(-100%) translateZ(150px) scaleY(0) rotateX(90deg);
}

.blog-card-four:hover .blog-card-four__link__back {
  transition: transform 500ms ease, top 500ms ease;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

.blog-four {
  position: relative;
  padding: 120px 0;
  background-color: var(--psdbox-gray, #f1f6f7);
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog-four {
    padding: 80px 0;
  }
}

.blog-card-five {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 18px 20px 25px;
  background-color: var(--psdbox-white);
}

.blog-card-five::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  transform-origin: 0% 0% 0;
  transition: all 0.5s;
  background-color: var(--psdbox-black2);
  z-index: -1;
  transform: rotate(-180deg);
}

.blog-card-five:hover::after {
  transform: rotate(0deg);
}

.blog-card-five__image {
  position: relative;
  overflow: hidden;
  background-color: var(--psdbox-black);
  margin: 0 0 20px;
}

.blog-card-five__image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
}

.blog-card-five__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card-five__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.blog-card-five__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--psdbox-black3-rgb, 0, 0, 0), 0.5);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card-five__image__link::before,
.blog-card-five__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--psdbox-white);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-card-five__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-five:hover .blog-card-five__image>a {
  opacity: 1;
  transform: translateY(0);
}

.blog-card-five:hover .blog-card-five__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.blog-card-five:hover .blog-card-five__image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card-five__shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  transition: 0.5s;
}

.blog-card-five:hover .blog-card-five__shape {
  opacity: 0.1;
}

.blog-card-five__content {
  position: relative;
}

.blog-card-five__meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
  margin: 0;
  padding: 0;
}

.blog-card-five__meta li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--psdbox-text, #636363);
  transition: 0.3s;
}

.blog-card-five__meta li i {
  font-size: 16px;
  color: var(--psdbox-black);
  position: relative;
  top: 1px;
  transition: 0.3s;
}

.blog-card-five__meta li a {
  color: inherit;
}

.blog-card-five__meta li a:hover {
  color: var(--psdbox-base);
}

.blog-card-five:hover .blog-card-five__meta li {
  color: var(--psdbox-white);
}

.blog-card-five:hover .blog-card-five__meta li i {
  color: var(--psdbox-base);
}

.blog-card-five__title {
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  text-transform: capitalize;
  margin: 13px 0 27px;
  font-weight: 700;
}

.blog-card-five__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-five__title a:hover {
  background-size: 100% 1px;
}

.blog-card-five__title a:hover {
  color: var(--psdbox-base);
}

.blog-card-five:hover .blog-card-five__title {
  color: var(--psdbox-white);
}

.blog-card-five__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: var(--psdbox-black);
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

.blog-card-five__link span {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-five__link i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--psdbox-white);
  background-color: var(--psdbox-black2);
  font-size: 16px;
  transition: 400ms ease;
  transform: rotate(-45deg);
}

.blog-card-five__link:hover span {
  background-size: 100% 2px;
}

.blog-card-five__link:hover i {
  transform: rotate(0deg);
}

.blog-card-five:hover .blog-card-five__link {
  color: var(--psdbox-base);
}

.blog-card-five:hover .blog-card-five__link i {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
.instagram-three {
  position: relative;
  overflow: hidden;
  padding: 0 0 20px;
}

.instagram-three a {
  overflow: hidden;
  transition: all 0.3s ease-out;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.instagram-three a::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 471.000000"><g transform="translate(0.000000,471.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M8864 4701 c3 -4 -4 -17 -15 -27 -46 -41 -131 -254 -170 -424 -30 -130 -40 -458 -15 -479 13 -11 17 -10 26 14 5 14 10 68 10 119 0 174 48 359 128 496 l38 65 46 -2 c44 -1 47 1 58 30 15 44 -6 164 -32 178 -10 5 -18 16 -18 24 0 10 -10 15 -31 15 -16 0 -28 -4 -25 -9z"/><path d="M1885 4191 c-23 -13 -40 -42 -77 -127 -26 -60 -48 -121 -48 -135 0 -45 -30 -191 -50 -246 -17 -46 -18 -60 -8 -102 13 -58 0 -101 -36 -120 -18 -10 -33 -9 -80 7 -32 11 -64 26 -72 34 -12 12 -43 165 -44 216 0 17 -37 52 -54 52 -8 0 -22 -7 -31 -16 -14 -14 -15 -33 -10 -133 4 -64 13 -161 21 -215 8 -55 14 -123 14 -152 0 -91 20 -206 41 -232 33 -43 20 -102 -23 -102 -22 0 -43 47 -69 155 -11 44 -26 100 -34 125 -8 25 -18 73 -21 108 -5 47 -12 65 -25 73 -46 24 -74 -28 -71 -129 1 -29 -7 -92 -19 -140 -25 -98 -29 -205 -11 -302 6 -36 18 -108 26 -160 8 -52 20 -126 26 -165 6 -38 15 -102 19 -140 4 -39 13 -80 19 -92 19 -34 14 -70 -10 -87 -34 -24 -51 -20 -100 23 -24 22 -71 49 -103 60 -32 11 -67 28 -78 38 -38 33 -77 107 -103 191 -39 128 -67 184 -118 235 -29 30 -46 55 -46 71 0 13 -6 46 -14 72 -8 27 -22 78 -31 114 -28 107 -86 232 -124 261 -48 38 -71 25 -186 -106 -19 -22 -37 -53 -39 -70 -23 -162 -25 -185 -16 -216 6 -19 15 -104 20 -189 12 -182 24 -272 52 -395 18 -75 27 -95 55 -122 92 -88 155 -29 138 129 -6 51 -17 120 -50 313 -8 50 -15 108 -16 130 0 22 -8 83 -18 135 -18 101 -17 162 4 180 23 19 40 0 84 -98 64 -143 88 -261 59 -291 -9 -9 -12 -48 -10 -141 1 -82 -3 -150 -11 -187 -11 -47 -12 -64 -1 -93 7 -19 13 -50 13 -68 1 -28 -5 -36 -36 -55 -41 -24 -90 -44 -138 -56 -17 -4 -40 -14 -51 -21 -31 -19 -49 -8 -90 55 -19 31 -42 59 -51 62 -21 8 -47 -9 -51 -35 -2 -11 -21 -41 -42 -65 l-40 -45 2 -83 c1 -46 -1 -107 -6 -135 -8 -46 -6 -56 18 -97 34 -58 27 -71 -63 -119 l-66 -36 -3 -756 -2 -756 4500 0 4500 0 0 925 c0 790 -2 925 -14 925 -17 0 -21 26 -37 243 -10 128 -10 182 -1 230 11 59 16 128 13 173 0 12 -10 32 -22 45 -17 20 -33 25 -92 29 l-72 5 -22 45 c-54 109 -86 200 -123 344 -21 85 -57 201 -80 257 -22 57 -40 108 -40 115 0 21 -38 131 -66 191 -48 104 -98 153 -156 153 -26 0 -86 -34 -105 -59 -6 -9 -29 -65 -50 -126 l-38 -110 1 -415 c1 -398 2 -418 23 -490 12 -41 26 -113 31 -160 5 -47 13 -98 18 -115 5 -16 17 -66 26 -110 10 -44 24 -105 31 -135 17 -72 34 -151 45 -223 6 -32 15 -68 22 -80 6 -12 13 -69 14 -127 1 -58 2 -106 3 -108 1 -1 10 2 20 8 12 6 23 27 28 51 10 51 27 51 31 -1 4 -48 -41 -123 -96 -161 -55 -37 -100 -86 -117 -125 -20 -48 -44 -147 -53 -219 -5 -46 -11 -61 -25 -63 -31 -6 -66 7 -78 30 -11 20 -69 259 -83 343 -4 22 -11 54 -16 70 -8 29 -21 90 -54 255 -14 69 -23 125 -46 310 -4 36 -19 124 -33 195 -36 187 -62 493 -48 570 10 61 -3 187 -27 260 -6 17 -18 57 -28 90 -42 141 -140 285 -194 285 -35 0 -97 -38 -118 -72 -20 -34 -56 -196 -68 -303 -3 -33 -15 -91 -26 -130 -27 -95 -32 -147 -18 -190 34 -102 -62 -323 -141 -325 -14 0 -79 59 -79 73 0 3 -11 22 -24 42 -48 71 -70 196 -49 282 8 32 7 61 -3 115 -35 189 -119 305 -247 343 -44 13 -58 13 -125 -1 -76 -16 -77 -16 -94 6 -28 34 -32 66 -18 141 10 54 11 86 1 161 -18 138 -43 206 -94 255 -65 63 -96 75 -156 62 -41 -9 -59 -20 -95 -60 -45 -50 -76 -120 -76 -171 0 -15 14 -50 30 -76 36 -59 39 -115 11 -171 -21 -40 -65 -76 -81 -66 -16 10 -12 24 21 65 30 37 32 60 5 60 -7 0 -21 -9 -31 -20 -13 -15 -31 -20 -65 -20 -76 0 -159 -46 -160 -89 0 -7 16 -36 36 -63 20 -27 42 -67 49 -90 16 -57 2 -134 -33 -171 -57 -61 -112 -67 -98 -12 4 17 17 30 35 36 41 15 55 52 35 92 l-17 31 -36 -41 c-20 -23 -43 -42 -51 -43 -63 -9 -100 21 -168 135 -52 87 -100 125 -158 125 -40 0 -50 -13 -68 -86 -17 -73 -16 -538 2 -653 10 -65 15 -222 9 -321 -2 -29 3 -37 27 -48 22 -11 34 -12 54 -3 l25 12 -9 87 c-20 195 4 353 53 360 13 2 26 -4 32 -15 20 -39 61 -288 61 -374 0 -79 -3 -90 -25 -117 -31 -37 -31 -42 -2 -42 14 0 30 13 46 35 24 36 29 63 18 105 -10 36 5 55 32 41 18 -10 21 -21 21 -77 0 -70 -20 -122 -62 -161 -25 -23 -152 -93 -170 -93 -16 0 -89 58 -136 109 -44 47 -53 63 -117 214 -89 208 -207 253 -280 107 -10 -19 -35 -54 -56 -77 -46 -50 -48 -75 -14 -125 14 -21 28 -58 31 -85 7 -59 30 -159 50 -215 8 -24 19 -112 24 -202 15 -249 32 -295 123 -338 60 -29 84 -62 72 -99 -8 -24 -124 -89 -158 -89 -43 0 -99 57 -215 219 -70 96 -93 166 -201 596 -13 51 -62 147 -103 202 -33 43 -45 74 -74 190 -19 76 -42 160 -50 187 -8 26 -14 54 -14 62 0 7 -16 80 -36 161 -66 272 -75 324 -86 523 -8 148 -8 231 2 344 11 142 11 150 -8 175 -24 32 -53 33 -68 3 -6 -13 -17 -83 -23 -155 -6 -73 -16 -166 -21 -207 -20 -147 -32 -452 -21 -505 5 -27 13 -72 17 -100 14 -112 45 -276 70 -370 14 -55 30 -143 35 -195 5 -52 12 -115 14 -140 7 -59 -24 -184 -46 -188 -24 -4 -117 90 -139 140 -10 24 -23 81 -29 128 -6 47 -18 132 -26 190 -8 58 -20 150 -25 204 -6 55 -15 118 -20 140 -5 23 -10 70 -10 106 0 106 -62 214 -145 251 -61 28 -90 25 -119 -14 -53 -69 -59 -99 -67 -317 -13 -355 -26 -505 -49 -549 -30 -60 -80 -68 -80 -13 0 49 -41 105 -87 121 -50 18 -82 7 -110 -36 -15 -23 -17 -44 -15 -131 3 -103 -4 -132 -33 -132 -6 0 -20 19 -29 43 -44 108 -48 112 -94 111 -73 -1 -121 -74 -123 -188 -1 -77 -11 -99 -51 -121 -50 -26 -68 -11 -68 59 0 28 -7 87 -15 131 -8 44 -20 116 -25 161 -22 176 -100 342 -162 344 -34 0 -48 -28 -48 -100 0 -38 -4 -71 -8 -74 -14 -8 -52 51 -52 80 0 19 -13 39 -43 68 -31 28 -51 60 -66 103 -29 79 -52 103 -97 103 -31 0 -37 4 -54 43 -11 23 -20 50 -20 60 0 35 -31 85 -58 96 -17 7 -40 8 -65 2 -66 -16 -74 -1 -87 179 -18 255 -26 335 -33 347 -4 7 -11 31 -17 55 -17 83 -31 131 -43 152 -42 76 -52 153 -29 236 24 90 46 120 87 120 72 0 145 -126 210 -362 12 -46 20 -58 36 -58 44 0 42 62 -11 270 -47 187 -82 279 -122 323 -53 56 -151 74 -213 38z m-109 -738 c-11 -11 -19 6 -11 24 8 17 8 17 12 0 3 -10 2 -21 -1 -24z m384 -1198 c9 -56 1 -127 -19 -163 -15 -27 -34 84 -27 156 11 105 30 108 46 7z m6269 -51 c17 -28 21 -52 21 -115 0 -52 5 -90 15 -110 15 -27 14 -32 -11 -77 -44 -79 -59 -77 -74 9 -5 30 -17 79 -25 109 -16 55 -13 147 6 198 13 33 44 27 68 -14z m-6259 -163 c13 -25 13 -58 1 -66 -11 -6 -25 17 -35 58 -8 33 17 39 34 8z m-379 -656 c0 -13 -41 -19 -41 -7 0 11 20 22 33 18 5 -1 8 -6 8 -11z m6588 -459 c17 -20 18 -91 2 -109 -7 -9 -28 -21 -48 -28 -29 -9 -38 -9 -50 4 -25 24 -9 80 33 116 39 35 47 37 63 17z"/> </g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 471.000000"><g transform="translate(0.000000,471.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M8864 4701 c3 -4 -4 -17 -15 -27 -46 -41 -131 -254 -170 -424 -30 -130 -40 -458 -15 -479 13 -11 17 -10 26 14 5 14 10 68 10 119 0 174 48 359 128 496 l38 65 46 -2 c44 -1 47 1 58 30 15 44 -6 164 -32 178 -10 5 -18 16 -18 24 0 10 -10 15 -31 15 -16 0 -28 -4 -25 -9z"/><path d="M1885 4191 c-23 -13 -40 -42 -77 -127 -26 -60 -48 -121 -48 -135 0 -45 -30 -191 -50 -246 -17 -46 -18 -60 -8 -102 13 -58 0 -101 -36 -120 -18 -10 -33 -9 -80 7 -32 11 -64 26 -72 34 -12 12 -43 165 -44 216 0 17 -37 52 -54 52 -8 0 -22 -7 -31 -16 -14 -14 -15 -33 -10 -133 4 -64 13 -161 21 -215 8 -55 14 -123 14 -152 0 -91 20 -206 41 -232 33 -43 20 -102 -23 -102 -22 0 -43 47 -69 155 -11 44 -26 100 -34 125 -8 25 -18 73 -21 108 -5 47 -12 65 -25 73 -46 24 -74 -28 -71 -129 1 -29 -7 -92 -19 -140 -25 -98 -29 -205 -11 -302 6 -36 18 -108 26 -160 8 -52 20 -126 26 -165 6 -38 15 -102 19 -140 4 -39 13 -80 19 -92 19 -34 14 -70 -10 -87 -34 -24 -51 -20 -100 23 -24 22 -71 49 -103 60 -32 11 -67 28 -78 38 -38 33 -77 107 -103 191 -39 128 -67 184 -118 235 -29 30 -46 55 -46 71 0 13 -6 46 -14 72 -8 27 -22 78 -31 114 -28 107 -86 232 -124 261 -48 38 -71 25 -186 -106 -19 -22 -37 -53 -39 -70 -23 -162 -25 -185 -16 -216 6 -19 15 -104 20 -189 12 -182 24 -272 52 -395 18 -75 27 -95 55 -122 92 -88 155 -29 138 129 -6 51 -17 120 -50 313 -8 50 -15 108 -16 130 0 22 -8 83 -18 135 -18 101 -17 162 4 180 23 19 40 0 84 -98 64 -143 88 -261 59 -291 -9 -9 -12 -48 -10 -141 1 -82 -3 -150 -11 -187 -11 -47 -12 -64 -1 -93 7 -19 13 -50 13 -68 1 -28 -5 -36 -36 -55 -41 -24 -90 -44 -138 -56 -17 -4 -40 -14 -51 -21 -31 -19 -49 -8 -90 55 -19 31 -42 59 -51 62 -21 8 -47 -9 -51 -35 -2 -11 -21 -41 -42 -65 l-40 -45 2 -83 c1 -46 -1 -107 -6 -135 -8 -46 -6 -56 18 -97 34 -58 27 -71 -63 -119 l-66 -36 -3 -756 -2 -756 4500 0 4500 0 0 925 c0 790 -2 925 -14 925 -17 0 -21 26 -37 243 -10 128 -10 182 -1 230 11 59 16 128 13 173 0 12 -10 32 -22 45 -17 20 -33 25 -92 29 l-72 5 -22 45 c-54 109 -86 200 -123 344 -21 85 -57 201 -80 257 -22 57 -40 108 -40 115 0 21 -38 131 -66 191 -48 104 -98 153 -156 153 -26 0 -86 -34 -105 -59 -6 -9 -29 -65 -50 -126 l-38 -110 1 -415 c1 -398 2 -418 23 -490 12 -41 26 -113 31 -160 5 -47 13 -98 18 -115 5 -16 17 -66 26 -110 10 -44 24 -105 31 -135 17 -72 34 -151 45 -223 6 -32 15 -68 22 -80 6 -12 13 -69 14 -127 1 -58 2 -106 3 -108 1 -1 10 2 20 8 12 6 23 27 28 51 10 51 27 51 31 -1 4 -48 -41 -123 -96 -161 -55 -37 -100 -86 -117 -125 -20 -48 -44 -147 -53 -219 -5 -46 -11 -61 -25 -63 -31 -6 -66 7 -78 30 -11 20 -69 259 -83 343 -4 22 -11 54 -16 70 -8 29 -21 90 -54 255 -14 69 -23 125 -46 310 -4 36 -19 124 -33 195 -36 187 -62 493 -48 570 10 61 -3 187 -27 260 -6 17 -18 57 -28 90 -42 141 -140 285 -194 285 -35 0 -97 -38 -118 -72 -20 -34 -56 -196 -68 -303 -3 -33 -15 -91 -26 -130 -27 -95 -32 -147 -18 -190 34 -102 -62 -323 -141 -325 -14 0 -79 59 -79 73 0 3 -11 22 -24 42 -48 71 -70 196 -49 282 8 32 7 61 -3 115 -35 189 -119 305 -247 343 -44 13 -58 13 -125 -1 -76 -16 -77 -16 -94 6 -28 34 -32 66 -18 141 10 54 11 86 1 161 -18 138 -43 206 -94 255 -65 63 -96 75 -156 62 -41 -9 -59 -20 -95 -60 -45 -50 -76 -120 -76 -171 0 -15 14 -50 30 -76 36 -59 39 -115 11 -171 -21 -40 -65 -76 -81 -66 -16 10 -12 24 21 65 30 37 32 60 5 60 -7 0 -21 -9 -31 -20 -13 -15 -31 -20 -65 -20 -76 0 -159 -46 -160 -89 0 -7 16 -36 36 -63 20 -27 42 -67 49 -90 16 -57 2 -134 -33 -171 -57 -61 -112 -67 -98 -12 4 17 17 30 35 36 41 15 55 52 35 92 l-17 31 -36 -41 c-20 -23 -43 -42 -51 -43 -63 -9 -100 21 -168 135 -52 87 -100 125 -158 125 -40 0 -50 -13 -68 -86 -17 -73 -16 -538 2 -653 10 -65 15 -222 9 -321 -2 -29 3 -37 27 -48 22 -11 34 -12 54 -3 l25 12 -9 87 c-20 195 4 353 53 360 13 2 26 -4 32 -15 20 -39 61 -288 61 -374 0 -79 -3 -90 -25 -117 -31 -37 -31 -42 -2 -42 14 0 30 13 46 35 24 36 29 63 18 105 -10 36 5 55 32 41 18 -10 21 -21 21 -77 0 -70 -20 -122 -62 -161 -25 -23 -152 -93 -170 -93 -16 0 -89 58 -136 109 -44 47 -53 63 -117 214 -89 208 -207 253 -280 107 -10 -19 -35 -54 -56 -77 -46 -50 -48 -75 -14 -125 14 -21 28 -58 31 -85 7 -59 30 -159 50 -215 8 -24 19 -112 24 -202 15 -249 32 -295 123 -338 60 -29 84 -62 72 -99 -8 -24 -124 -89 -158 -89 -43 0 -99 57 -215 219 -70 96 -93 166 -201 596 -13 51 -62 147 -103 202 -33 43 -45 74 -74 190 -19 76 -42 160 -50 187 -8 26 -14 54 -14 62 0 7 -16 80 -36 161 -66 272 -75 324 -86 523 -8 148 -8 231 2 344 11 142 11 150 -8 175 -24 32 -53 33 -68 3 -6 -13 -17 -83 -23 -155 -6 -73 -16 -166 -21 -207 -20 -147 -32 -452 -21 -505 5 -27 13 -72 17 -100 14 -112 45 -276 70 -370 14 -55 30 -143 35 -195 5 -52 12 -115 14 -140 7 -59 -24 -184 -46 -188 -24 -4 -117 90 -139 140 -10 24 -23 81 -29 128 -6 47 -18 132 -26 190 -8 58 -20 150 -25 204 -6 55 -15 118 -20 140 -5 23 -10 70 -10 106 0 106 -62 214 -145 251 -61 28 -90 25 -119 -14 -53 -69 -59 -99 -67 -317 -13 -355 -26 -505 -49 -549 -30 -60 -80 -68 -80 -13 0 49 -41 105 -87 121 -50 18 -82 7 -110 -36 -15 -23 -17 -44 -15 -131 3 -103 -4 -132 -33 -132 -6 0 -20 19 -29 43 -44 108 -48 112 -94 111 -73 -1 -121 -74 -123 -188 -1 -77 -11 -99 -51 -121 -50 -26 -68 -11 -68 59 0 28 -7 87 -15 131 -8 44 -20 116 -25 161 -22 176 -100 342 -162 344 -34 0 -48 -28 -48 -100 0 -38 -4 -71 -8 -74 -14 -8 -52 51 -52 80 0 19 -13 39 -43 68 -31 28 -51 60 -66 103 -29 79 -52 103 -97 103 -31 0 -37 4 -54 43 -11 23 -20 50 -20 60 0 35 -31 85 -58 96 -17 7 -40 8 -65 2 -66 -16 -74 -1 -87 179 -18 255 -26 335 -33 347 -4 7 -11 31 -17 55 -17 83 -31 131 -43 152 -42 76 -52 153 -29 236 24 90 46 120 87 120 72 0 145 -126 210 -362 12 -46 20 -58 36 -58 44 0 42 62 -11 270 -47 187 -82 279 -122 323 -53 56 -151 74 -213 38z m-109 -738 c-11 -11 -19 6 -11 24 8 17 8 17 12 0 3 -10 2 -21 -1 -24z m384 -1198 c9 -56 1 -127 -19 -163 -15 -27 -34 84 -27 156 11 105 30 108 46 7z m6269 -51 c17 -28 21 -52 21 -115 0 -52 5 -90 15 -110 15 -27 14 -32 -11 -77 -44 -79 -59 -77 -74 9 -5 30 -17 79 -25 109 -16 55 -13 147 6 198 13 33 44 27 68 -14z m-6259 -163 c13 -25 13 -58 1 -66 -11 -6 -25 17 -35 58 -8 33 17 39 34 8z m-379 -656 c0 -13 -41 -19 -41 -7 0 11 20 22 33 18 5 -1 8 -6 8 -11z m6588 -459 c17 -20 18 -91 2 -109 -7 -9 -28 -21 -48 -28 -29 -9 -38 -9 -50 4 -25 24 -9 80 33 116 39 35 47 37 63 17z"/> </g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--psdbox-base);
}

.instagram-three a:hover::after {
  opacity: 1;
  visibility: visible;
  height: 185px;
}

.instagram-three a::before {
  width: 86px;
  height: 86px;
  background: var(--psdbox-white);
  color: var(--psdbox-base);
  font-size: 33px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px) scale(0.5);
  transition: 0.5s ease-in-out;
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
}

.instagram-three a:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  z-index: 2;
}

.instagram-three a img {
  width: 100%;
  height: auto;
  transition: all ease 0.3s;
}

.instagram-three a:hover img {
  transform: scale(1.1) rotate(1.1deg);
  transition: all 0.3s ease-out;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-two {
  position: relative;
  overflow: hidden;
  padding: 120px 0 0;
}

@media (max-width: 767px) {
  .contact-two {
    padding: 80px 0 0;
  }
}

.contact-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 610px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--psdbox-black2);
  -webkit-mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 95.000000"><g transform="translate(0.000000,95.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 599 l0 -351 40 7 c47 8 85 -1 72 -18 -13 -17 -8 -87 9 -122 16 -33 34 -41 55 -24 8 6 43 13 78 14 35 1 69 6 76 10 9 5 11 4 6 -4 -7 -11 9 -10 67 6 9 2 17 0 17 -6 0 -6 -4 -11 -10 -11 -5 0 -7 -7 -4 -15 4 -8 10 -15 15 -15 4 0 6 6 3 14 -8 22 25 47 59 45 18 -1 42 1 54 5 12 4 24 2 28 -3 3 -6 0 -8 -8 -5 -8 3 -18 1 -22 -5 -3 -6 -17 -11 -31 -11 -50 0 -22 -15 31 -16 36 -1 55 2 55 10 0 6 5 4 10 -4 7 -10 12 -12 18 -4 4 6 14 14 22 17 10 3 6 6 -10 7 -14 1 -28 2 -32 1 -5 0 -8 4 -8 9 0 6 21 10 48 10 48 1 158 14 202 25 92 23 300 42 265 25 -16 -8 -11 -9 21 -5 35 4 42 2 47 -14 5 -20 -17 -36 -34 -25 -5 3 -9 0 -9 -6 0 -6 -5 -8 -12 -4 -8 5 -2 12 17 21 28 12 26 13 -28 7 -49 -5 -56 -4 -51 9 5 13 0 14 -35 5 -28 -7 -38 -14 -34 -24 4 -11 19 -14 59 -11 30 2 54 0 54 -4 0 -5 -7 -9 -15 -9 -8 0 -15 -4 -15 -10 0 -5 -7 -7 -15 -4 -8 4 -15 1 -15 -4 0 -6 -8 -10 -18 -10 -9 1 -44 -7 -76 -17 -48 -14 -56 -19 -42 -27 10 -6 46 -8 82 -5 35 2 61 0 58 -4 -3 -5 -12 -9 -20 -9 -8 0 -14 -4 -14 -9 0 -6 12 -6 29 -1 23 6 31 5 35 -7 6 -15 13 -15 86 2 8 2 23 4 33 4 11 1 15 5 11 13 -5 8 -2 9 10 5 10 -4 23 -4 29 0 7 4 18 8 27 9 8 1 27 5 43 8 34 8 35 -1 1 -15 -40 -15 -25 -18 36 -8 100 17 120 18 120 4 0 -8 9 -13 20 -12 11 1 20 4 20 8 0 4 6 9 13 12 6 2 1 2 -13 0 -18 -3 -22 -1 -14 7 16 16 84 25 84 11 0 -7 5 -9 10 -6 6 3 13 -1 16 -9 8 -20 54 -21 54 -2 0 9 7 12 20 9 13 -3 20 0 21 8 0 8 5 3 10 -11 8 -20 12 -22 19 -10 6 9 22 14 45 12 20 -2 35 1 35 7 0 6 13 8 33 6 25 -4 28 -3 12 4 -18 9 -18 10 7 10 15 1 30 6 33 11 4 6 11 8 16 4 5 -3 6 -10 3 -16 -5 -8 -1 -9 10 -5 10 4 22 7 27 7 6 0 7 5 3 12 -5 8 -2 9 10 5 10 -4 27 -7 37 -7 11 0 17 -4 14 -10 -3 -5 -1 -10 4 -10 6 0 11 6 11 14 0 7 11 16 25 18 13 3 24 2 23 -1 0 -3 0 -14 1 -25 1 -15 4 -16 16 -6 8 6 23 9 36 5 13 -5 19 -3 15 3 -8 14 40 22 53 9 8 -8 11 -8 11 0 0 6 11 8 27 5 25 -5 26 -6 8 -13 -12 -5 -4 -6 20 -2 22 4 49 7 60 7 11 1 23 6 27 13 5 7 30 10 62 9 30 -1 53 1 50 5 -3 5 8 8 23 8 15 1 55 3 88 6 33 3 89 7 125 9 36 1 75 8 88 14 29 17 28 20 -5 15 -20 -3 -24 -2 -13 5 8 5 47 12 85 16 39 4 87 12 108 18 l37 11 0 364 0 363 -1500 0 -1500 0 0 -351z m273 -326 c-18 -2 -48 -2 -65 0 -18 2 -4 4 32 4 36 0 50 -2 33 -4z m-119 -27 c-21 -15 -30 -14 -19 3 3 6 14 11 23 11 13 0 13 -2 -4 -14z m1273 -13 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z m-87 -14 c-66 -11 -99 -11 -80 1 8 5 40 9 70 9 l55 -2 -45 -8z m-1070 -3 c0 -9 -39 -13 -51 -5 -10 6 -4 9 19 9 17 0 32 -2 32 -4z m-83 -13 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z m1011 0 c-10 -2 -26 -2 -35 0 -10 3 -2 5 17 5 19 0 27 -2 18 -5z m29 -19 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m1518 -14 c-3 -5 -12 -10 -18 -10 -7 0 -6 4 3 10 19 12 23 12 15 0z m-1705 -4 c0 -3 -4 -8 -10 -11 -5 -3 -10 -1 -10 4 0 6 5 11 10 11 6 0 10 -2 10 -4z m487 -63 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z m770 1 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m-1360 -41 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z"/> <path d="M943 163 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/> <path d="M793 133 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/> <path d="M943 133 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/> <path d="M688 123 c6 -2 18 -2 25 0 6 3 1 5 -13 5 -14 0 -19 -2 -12 -5z"/> <path d="M743 123 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/> <path d="M2523 113 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/> <path d="M680 103 c-14 -3 -29 -8 -33 -13 -8 -7 83 5 108 15 14 5 -44 3 -75 -2z"/> <path d="M2170 90 c-9 -6 -10 -10 -3 -10 6 0 15 5 18 10 8 12 4 12 -15 0z"/> <path d="M213 83 c9 -2 23 -2 30 0 6 3 -1 5 -18 5 -16 0 -22 -2 -12 -5z"/> <path d="M378 73 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/> <path d="M465 70 c-2 -3 14 -7 36 -8 21 -2 39 -1 39 2 0 7 -71 13 -75 6z"/> <path d="M2198 73 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/> <path d="M298 63 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/> <path d="M568 63 c12 -2 30 -2 40 0 9 3 -1 5 -23 4 -22 0 -30 -2 -17 -4z"/> <path d="M2148 63 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/> <path d="M2273 63 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/> <path d="M233 53 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/> <path d="M883 43 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/> <path d="M968 23 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/> <path d="M1043 13 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/> <path d="M1185 10 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 -4 -4 -10z"/> <path d="M1138 3 c6 -2 18 -2 25 0 6 3 1 5 -13 5 -14 0 -19 -2 -12 -5z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 95.000000"><g transform="translate(0.000000,95.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 599 l0 -351 40 7 c47 8 85 -1 72 -18 -13 -17 -8 -87 9 -122 16 -33 34 -41 55 -24 8 6 43 13 78 14 35 1 69 6 76 10 9 5 11 4 6 -4 -7 -11 9 -10 67 6 9 2 17 0 17 -6 0 -6 -4 -11 -10 -11 -5 0 -7 -7 -4 -15 4 -8 10 -15 15 -15 4 0 6 6 3 14 -8 22 25 47 59 45 18 -1 42 1 54 5 12 4 24 2 28 -3 3 -6 0 -8 -8 -5 -8 3 -18 1 -22 -5 -3 -6 -17 -11 -31 -11 -50 0 -22 -15 31 -16 36 -1 55 2 55 10 0 6 5 4 10 -4 7 -10 12 -12 18 -4 4 6 14 14 22 17 10 3 6 6 -10 7 -14 1 -28 2 -32 1 -5 0 -8 4 -8 9 0 6 21 10 48 10 48 1 158 14 202 25 92 23 300 42 265 25 -16 -8 -11 -9 21 -5 35 4 42 2 47 -14 5 -20 -17 -36 -34 -25 -5 3 -9 0 -9 -6 0 -6 -5 -8 -12 -4 -8 5 -2 12 17 21 28 12 26 13 -28 7 -49 -5 -56 -4 -51 9 5 13 0 14 -35 5 -28 -7 -38 -14 -34 -24 4 -11 19 -14 59 -11 30 2 54 0 54 -4 0 -5 -7 -9 -15 -9 -8 0 -15 -4 -15 -10 0 -5 -7 -7 -15 -4 -8 4 -15 1 -15 -4 0 -6 -8 -10 -18 -10 -9 1 -44 -7 -76 -17 -48 -14 -56 -19 -42 -27 10 -6 46 -8 82 -5 35 2 61 0 58 -4 -3 -5 -12 -9 -20 -9 -8 0 -14 -4 -14 -9 0 -6 12 -6 29 -1 23 6 31 5 35 -7 6 -15 13 -15 86 2 8 2 23 4 33 4 11 1 15 5 11 13 -5 8 -2 9 10 5 10 -4 23 -4 29 0 7 4 18 8 27 9 8 1 27 5 43 8 34 8 35 -1 1 -15 -40 -15 -25 -18 36 -8 100 17 120 18 120 4 0 -8 9 -13 20 -12 11 1 20 4 20 8 0 4 6 9 13 12 6 2 1 2 -13 0 -18 -3 -22 -1 -14 7 16 16 84 25 84 11 0 -7 5 -9 10 -6 6 3 13 -1 16 -9 8 -20 54 -21 54 -2 0 9 7 12 20 9 13 -3 20 0 21 8 0 8 5 3 10 -11 8 -20 12 -22 19 -10 6 9 22 14 45 12 20 -2 35 1 35 7 0 6 13 8 33 6 25 -4 28 -3 12 4 -18 9 -18 10 7 10 15 1 30 6 33 11 4 6 11 8 16 4 5 -3 6 -10 3 -16 -5 -8 -1 -9 10 -5 10 4 22 7 27 7 6 0 7 5 3 12 -5 8 -2 9 10 5 10 -4 27 -7 37 -7 11 0 17 -4 14 -10 -3 -5 -1 -10 4 -10 6 0 11 6 11 14 0 7 11 16 25 18 13 3 24 2 23 -1 0 -3 0 -14 1 -25 1 -15 4 -16 16 -6 8 6 23 9 36 5 13 -5 19 -3 15 3 -8 14 40 22 53 9 8 -8 11 -8 11 0 0 6 11 8 27 5 25 -5 26 -6 8 -13 -12 -5 -4 -6 20 -2 22 4 49 7 60 7 11 1 23 6 27 13 5 7 30 10 62 9 30 -1 53 1 50 5 -3 5 8 8 23 8 15 1 55 3 88 6 33 3 89 7 125 9 36 1 75 8 88 14 29 17 28 20 -5 15 -20 -3 -24 -2 -13 5 8 5 47 12 85 16 39 4 87 12 108 18 l37 11 0 364 0 363 -1500 0 -1500 0 0 -351z m273 -326 c-18 -2 -48 -2 -65 0 -18 2 -4 4 32 4 36 0 50 -2 33 -4z m-119 -27 c-21 -15 -30 -14 -19 3 3 6 14 11 23 11 13 0 13 -2 -4 -14z m1273 -13 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z m-87 -14 c-66 -11 -99 -11 -80 1 8 5 40 9 70 9 l55 -2 -45 -8z m-1070 -3 c0 -9 -39 -13 -51 -5 -10 6 -4 9 19 9 17 0 32 -2 32 -4z m-83 -13 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z m1011 0 c-10 -2 -26 -2 -35 0 -10 3 -2 5 17 5 19 0 27 -2 18 -5z m29 -19 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m1518 -14 c-3 -5 -12 -10 -18 -10 -7 0 -6 4 3 10 19 12 23 12 15 0z m-1705 -4 c0 -3 -4 -8 -10 -11 -5 -3 -10 -1 -10 4 0 6 5 11 10 11 6 0 10 -2 10 -4z m487 -63 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z m770 1 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m-1360 -41 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z"/> <path d="M943 163 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/> <path d="M793 133 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/> <path d="M943 133 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/> <path d="M688 123 c6 -2 18 -2 25 0 6 3 1 5 -13 5 -14 0 -19 -2 -12 -5z"/> <path d="M743 123 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/> <path d="M2523 113 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/> <path d="M680 103 c-14 -3 -29 -8 -33 -13 -8 -7 83 5 108 15 14 5 -44 3 -75 -2z"/> <path d="M2170 90 c-9 -6 -10 -10 -3 -10 6 0 15 5 18 10 8 12 4 12 -15 0z"/> <path d="M213 83 c9 -2 23 -2 30 0 6 3 -1 5 -18 5 -16 0 -22 -2 -12 -5z"/> <path d="M378 73 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/> <path d="M465 70 c-2 -3 14 -7 36 -8 21 -2 39 -1 39 2 0 7 -71 13 -75 6z"/> <path d="M2198 73 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/> <path d="M298 63 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/> <path d="M568 63 c12 -2 30 -2 40 0 9 3 -1 5 -23 4 -22 0 -30 -2 -17 -4z"/> <path d="M2148 63 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/> <path d="M2273 63 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/> <path d="M233 53 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/> <path d="M883 43 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/> <path d="M968 23 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/> <path d="M1043 13 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/> <path d="M1185 10 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 -4 -4 -10z"/> <path d="M1138 3 c6 -2 18 -2 25 0 6 3 1 5 -13 5 -14 0 -19 -2 -12 -5z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.contact-two__shape-one {
  position: absolute;
  left: -10px;
  top: 0;
  width: 222px;
  height: 316px;
  animation: shapeMove 3s linear 0s infinite;
  display: none;
}

@media (min-width: 1340px) {
  .contact-two__shape-one {
    display: block;
  }
}

.contact-two__shape-two {
  position: absolute;
  right: 30px;
  top: 90px;
  width: 297px;
  height: 260px;
  animation: treeMove 4s linear 0s infinite;
  display: none;
}

@media (min-width: 1340px) {
  .contact-two__shape-two {
    display: block;
  }
}

.contact-two__wrapper {
  position: relative;
  padding: 15px;
  border-radius: 20px;
  background-color: var(--psdbox-white);
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.contact-two__image {
  position: relative;
}

.contact-two__image .grid-reveal-anim {
  border-radius: 20px;
}

.contact-two__image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .contact-two__image img {
    min-height: 530px;
  }
}

.contact-two__form {
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  .contact-two__form {
    margin-top: 40px;
  }
}

.contact-two__title {
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 24px;
}

.contact-two .form-one .bootstrap-select>.dropdown-toggle,
.contact-two .form-one input[type=text],
.contact-two .form-one input[type=email],
.contact-two .form-one input[type=tel],
.contact-two .form-one textarea {
  border-color: var(--psdbox-border-color, var(--psdbox-white));
  border-radius: 30px;
}

.contact-two .form-one__group {
  grid-gap: 24px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-widget {
  margin-bottom: 40px;
}

.footer-widget--post {
  position: relative;
}

.footer-widget--post ul {
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}

.footer-widget--post ul li {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 300px;
  counter-increment: count;
}

.footer-widget--post ul li+li {
  margin-top: 24px;
}

.footer-widget--post__img {
  position: relative;
}

.footer-widget--post__img::after {
  content: counters(count, ".", decimal-leading-zero);
  position: absolute;
  top: 8px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--psdbox-base);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
}

.footer-widget--post__img img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
}

.footer-widget--post__content {
  position: relative;
}

.footer-widget--post__date {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--psdbox-white);
  line-height: 22px;
  margin-bottom: 9px;
}

.footer-widget--post__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  color: var(--psdbox-white);
  margin: 0;
}

.footer-widget--post__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.footer-widget--post__title a:hover {
  background-size: 100% 1px;
}

.footer-widget--post__title a:hover {
  color: var(--psdbox-base);
}

.footer-widget__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin: 32px 0 0;
  max-width: 270px;
}

.footer-widget__gallery li {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 2;
}

.footer-widget__gallery li::after,
.footer-widget__gallery li::before {
  content: "";
  width: 18px;
  height: 1px;
  background-color: var(--psdbox-white);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 500ms ease;
}

.footer-widget__gallery li::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.footer-widget__gallery li:hover::before,
.footer-widget__gallery li:hover::after {
  opacity: 1;
}

.footer-widget__gallery li:hover a::after {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

.footer-widget__gallery li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.footer-widget__gallery li a::after {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(var(--psdbox-black3-rgb, 0, 0, 0), 0.6);
  transition: 0.5s;
}

.footer-widget__gallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms ease;
}

.main-footer-two {
  position: relative;
  counter-reset: count;
}

.main-footer-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0.05;
}

.main-footer-two__top {
  position: relative;
  border-bottom: 1px solid rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.1);
  padding: 58px 0 42px;
  margin-bottom: 49px;
}

.main-footer-two__top__left {
  position: relative;
  min-height: 69px;
  padding: 0 0 0 108px;
}

@media (max-width: 390px) {
  .main-footer-two__top__left {
    padding-left: 100px;
  }
}

.main-footer-two__top__left__icon {
  font-size: 69px;
  color: var(--psdbox-base);
  line-height: 1;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main-footer-two__top__left__title {
  color: var(--psdbox-white);
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 430px) {
  .main-footer-two__top__left__title {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .main-footer-two__top__left__title br {
    display: none;
  }
}

.main-footer-two__newsletter {
  position: relative;
  width: 100%;
  max-width: 318px;
  margin-left: auto;
  margin-top: 6px;
}

@media (max-width: 767px) {
  .main-footer-two__newsletter {
    margin: 35px 0 0;
  }
}

.main-footer-two__newsletter input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 50px;
  background-color: var(--psdbox-white);
  color: var(--psdbox-text, #636363);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 500ms ease;
  border-radius: 50px;
}

.main-footer-two__newsletter input[type=text]:focus {
  color: var(--psdbox-black);
}

.main-footer-two__newsletter button[type=submit] {
  background-color: var(--psdbox-base);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  color: var(--psdbox-black);
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%) rotate(45deg);
  transition: all 500ms ease;
}

.main-footer-two__newsletter button[type=submit]:hover {
  color: var(--psdbox-base);
  background-color: var(--psdbox-black);
  transform: translateY(-50%) rotate(90deg);
}

.main-footer-two .container {
  position: relative;
}

.main-footer-two .footer-widget__logo {
  margin-bottom: 23px;
}

.main-footer-two .footer-widget__text {
  color: var(--psdbox-white);
  letter-spacing: 0;
  font-weight: 500;
  line-height: 26px;
  max-width: 258px;
}

@media (max-width: 1199px) {
  .main-footer-two .footer-widget__text {
    max-width: 300px;
  }
}

@media (max-width: 757px) {
  .main-footer-two .footer-widget__text {
    max-width: 100%;
  }
}

.main-footer-two .footer-widget__social a {
  background-color: transparent;
  border: 1px solid var(--psdbox-text-gray);
}

.main-footer-two .footer-widget__social a:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-black);
  border-color: var(--psdbox-base);
}

.main-footer-two .footer-widget__title {
  font-weight: 700;
  margin-top: 26px;
  margin-bottom: 27px;
}

.main-footer-two .footer-widget__links li {
  font-weight: 500;
  color: var(--psdbox-white);
  line-height: 34px;
  position: relative;
}

/* .main-footer-two .footer-widget__links li::after {
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--psdbox-white);
  border-radius: 50%;
} */

.main-footer-two .footer-widget__links li a:hover {
  color: var(--psdbox-base);
}

.main-footer-two__bottom {
  text-align: center;
  margin-top: 20px;
  background: var(--psdbox-black);
}

.main-footer-two__bottom__inner {
  padding: 16px 0;
  background-color: var(--psdbox-base);
  clip-path: polygon(3% 0, 97% 0, 100% 100%, 0 100%);
}

@media (min-width: 1200px) {
  .main-footer-two__bottom__inner {
    margin: 0 -20px;
  }
}

.main-footer-two__copyright {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--psdbox-black);
}

.footer-bottom_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 30px 0;
}



.footer-bottom_inner p,
.footer-bottom_inner a {
  font-size: 15px;
  color: var(--psdbox-white);
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-family: var(--psdbox-poppins);
  font-weight: 400;
}

.footer-bottom_inner a {
  color: var(--psdbox-base)
}






/*----------------------------------------------------------------------------
******************************************************************************
==============================================================================
# Preset 19-05-2026 (Saruar Hosen)
==============================================================================
******************************************************************************
----------------------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body.smooth-body {
  overflow-x: hidden;
}

.smooth-body .page-wrapper {
  overflow: visible;
}

@media (max-width: 767px) {

  #smooth-wrapper h1 br,
  #smooth-wrapper h2 br,
  #smooth-wrapper h3 br,
  #smooth-wrapper h4 br,
  #smooth-wrapper h5 br,
  #smooth-wrapper h6 br {
    display: none;
  }
}

@media (max-width: 767px) {
  #smooth-wrapper p br {
    display: none;
  }
}

.section-space {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-space-t {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .section-space-t {
    padding-top: 80px;
  }
}

.section-space-b {
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .section-space-b {
    padding-bottom: 80px;
  }
}

.page-dark section {
  margin-bottom: -1px;
}

.hidden {
  overflow: hidden;
}

.scale-anim {
  overflow: hidden;
}

.d-inline-block {
  display: inline-block;
}

.sec-title-three {
  position: relative;
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .sec-title-three {
    margin-top: -3px;
  }
}

.sec-title-three__tagline {
  display: inline-block;
  font-family: var(--psdbox-special-cinzel);
  color: var(--psdbox-base);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin: 0px 0px 10px;
}

@media (min-width: 768px) {
  .sec-title-three__tagline {
    font-size: 18px;
    margin: 0px 0px 18px;
  }
}

.sec-title-three__tagline__ball {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: var(--psdbox-base);
  border-radius: 50%;
  position: relative;
  top: 1px;
  margin-right: 19px;
}

.sec-title-three__tagline__ball::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--psdbox-base);
  border: 3px solid var(--psdbox-white);
}

.sec-title-three__title {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: var(--psdbox-black);
}

@media (min-width: 768px) {
  .sec-title-three__title {
    font-size: 35px;
    line-height: 40px;
  }
}

.sec-title-three .char {
  display: inline-block;
  transform-origin: left center;
  clip-path: inset(0 100% 0 0);
}

.sec-title-three .char:first-child {
  text-transform: capitalize;
}

.sec-title-three--h6 .sec-title-three__tagline {
  letter-spacing: normal;
}

.sec-title-three--h8 .sec-title-three__tagline__ball {
  top: 2px;
}

.sec-title-three--h8 .sec-title-three__title {
  font-weight: 800;
}

.sec-title-three--h9 .sec-title-three__tagline {
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-weight: 500;
  letter-spacing: normal;
}

.sec-title-three--h9 .sec-title-three__tagline__ball::after {
  border-color: var(--psdbox-black2);
}

.sec-title-three--h9 .sec-title-three__title {
  font-weight: 400;
  color: var(--psdbox-white);
}

.sec-title-three--h9-dark .sec-title-three__tagline__ball::after {
  border-color: var(--psdbox-black3, #000);
}

.sec-title-three--white .sec-title-three__tagline__ball::after {
  border-color: var(--psdbox-black2);
}

.sec-title-three--white .sec-title-three__title {
  color: var(--psdbox-white);
}

.sec-title-three--center {
  margin-bottom: 42px;
  text-align: center;
}

.bw-reveal-text {
  visibility: hidden;
}

.bw-reveal-text .line {
  display: flex;
  overflow: hidden;
  position: relative;
}

.bw-reveal-text-2 {
  visibility: hidden;
}

.bw-reveal-text-2 .letter {
  position: relative;
  display: inline-block;
  will-change: transform;
  transform-style: preserve-3d;
}

.bw-reveal-text-2 .letter div {
  width: 100%;
  backface-visibility: hidden;
  transform: translateZ(4vw);
  transform-style: preserve-3d;
}

.bw-reveal-text-2 .perspective {
  position: relative;
  display: inline-block;
}

.bw-reveal-text-2 .perspective div {
  position: relative;
  display: inline-block;
}

.bw-reveal-text-2 .word {
  display: inline-block;
}

.psdbox-btn-two--h6 {
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-weight: 400;
  color: var(--psdbox-white);
}

.psdbox-btn-two--h6 .psdbox-btn-two__icon {
  background-color: var(--psdbox-black2);
}

.psdbox-btn-two--h6:hover {
  background-color: var(--psdbox-black2);
}

.psdbox-btn-two--h6:hover .psdbox-btn-two__icon {
  color: var(--psdbox-white);
}

.psdbox-btn-two--h7 {
  font-family: var(--psdbox-poppins);
  font-weight: 600;
  color: var(--psdbox-black);
}

.psdbox-btn-two--h7 .psdbox-btn-two__icon {
  color: var(--psdbox-black2);
  background-color: var(--psdbox-white);
}

.psdbox-btn-two--h7:hover {
  background-color: var(--psdbox-black2);
}

.psdbox-btn-two--h7:hover .psdbox-btn-two__icon {
  color: var(--psdbox-white);
}

.psdbox-btn-two--h8 {
  font-family: var(--psdbox-heading-bebas);
  font-weight: 500;
  color: var(--psdbox-white);
}

.psdbox-btn-two--h8 .psdbox-btn-two__icon {
  color: var(--psdbox-black2);
  background-color: var(--psdbox-white);
}

.psdbox-btn-two--h8:hover {
  background-color: var(--psdbox-black2);
}

.psdbox-btn-two--h8:hover .psdbox-btn-two__icon {
  color: var(--psdbox-white);
}

.psdbox-btn-two--h9 {
  padding-top: 14px;
  padding-bottom: 12px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-weight: 500;
  color: var(--psdbox-white);
}

.psdbox-btn-two--h9 .psdbox-btn-two__icon {
  color: var(--psdbox-base);
  background-color: var(--psdbox-white);
}

.psdbox-btn-two--h9:hover {
  color: var(--psdbox-black);
  background-color: var(--psdbox-white);
}

.psdbox-btn-two--h9:hover .psdbox-btn-two__icon {
  color: var(--psdbox-white);
}

.psdbox-btn-two--black {
  color: var(--psdbox-white);
  background-color: var(--psdbox-black2);
}

.psdbox-btn-two--black .psdbox-btn-two__icon {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

.psdbox-btn-two--black:hover {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

.psdbox-btn-two--black:hover .psdbox-btn-two__icon {
  color: var(--psdbox-white);
  background-color: var(--psdbox-black2);
}

.psdbox-btn-two--white {
  color: var(--psdbox-black3, #000);
  background-color: var(--psdbox-white);
}

.psdbox-btn-two--white .psdbox-btn-two__icon {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

.psdbox-btn-two--white:hover {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

.psdbox-btn-two--white:hover .psdbox-btn-two__icon {
  color: var(--psdbox-black3, #000);
  background-color: var(--psdbox-white);
}

.psdbox-btn-two--border {
  color: var(--psdbox-black3, #000);
  background-color: var(--psdbox-white);
  border: 1px solid var(--psdbox-black2);
}

.psdbox-btn-two--border .psdbox-btn-two__icon {
  color: var(--psdbox-white);
  background-color: var(--psdbox-black2);
}

.psdbox-btn-two--border:hover {
  color: var(--psdbox-white);
  background-color: var(--psdbox-black2);
}

.psdbox-btn-two--border:hover .psdbox-btn-two__icon {
  color: var(--psdbox-white);
}

.psdbox-circle-btn {
  width: 175px;
  height: 175px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 80px;
  text-align: center;
  color: var(--psdbox-white);
  overflow: hidden;
  border-radius: 50%;
  background: var(--psdbox-black);
}

.psdbox-circle-btn:hover {
  color: var(--psdbox-black);
}

.psdbox-circle-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.psdbox-circle-btn__dot {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 50%;
  background: var(--psdbox-white);
  transition: all 0.5s ease-out;
  transform: translate(-50%, -50%);
}

.psdbox-circle-btn:hover .psdbox-circle-btn__dot {
  width: 200%;
  height: 200%;
}

.video-btn {
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  font-size: 24px;
  color: var(--psdbox-base);
  background-color: transparent;
  border: 3px solid var(--psdbox-base);
  transition: all 500ms ease;
}

.video-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.video-btn:hover {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

.video-btn>span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  z-index: -1;
  border: 1px solid var(--psdbox-base);
  transition: all 500ms ease;
  -webkit-animation: pulse-animate 4s linear infinite;
  animation: pulse-animate 4s linear infinite;
}

.video-btn span:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-btn span:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-btn span:nth-child(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

/* progress bar */
.progress-box {
  padding-right: 6px;
}

.progress-box+.progress-box {
  margin-top: 34px;
}

.progress-box__title {
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5625;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

.progress-box__bar {
  position: relative;
  width: 100%;
  height: 16px;
  border-radius: 100px;
}

.progress-box__bar::after {
  content: "";
  width: calc(100% + 6px);
  height: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  border: 1px solid var(--psdbox-base);
}

.progress-box__bar__inner {
  width: 0%;
  height: calc(100% - 6px);
  position: relative;
  position: absolute;
  top: 50%;
  left: 3px;
  border-radius: inherit;
  transform: translateY(-50%);
  transition: all 800ms linear;
  background-color: var(--psdbox-base);
}

.progress-box__number {
  width: 53px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  right: -3px;
  bottom: calc(100% + 14px);
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--psdbox-white);
}

.progress-box__number::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: -1;
  background-color: var(--psdbox-base);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 53.000000 39.000000"><g transform="translate(0.000000,39.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M170 381 c-71 -23 -114 -59 -146 -121 -21 -42 -34 -243 -16 -254 6 -4 31 3 54 15 32 16 78 26 178 36 202 20 272 63 287 175 14 98 -62 149 -232 154 -55 2 -111 0 -125 -5z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 53.000000 39.000000"><g transform="translate(0.000000,39.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M170 381 c-71 -23 -114 -59 -146 -121 -21 -42 -34 -243 -16 -254 6 -4 31 3 54 15 32 16 78 26 178 36 202 20 272 63 287 175 14 98 -62 149 -232 154 -55 2 -111 0 -125 -5z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

/* Marquee:
Two Lines, 
One Line To Right, 
One Line To Left */
.marquee {
  max-width: 100%;
  overflow: hidden;
}

.marquee--gsap .marquee__bottom,
.marquee--gsap .marquee__top,
.marquee-left--gsap .marquee__toleft,
.marquee-right--gsap .marquee__toright {
  translate: -moz-calc(-100% + 100vw) !important;
  translate: calc(-100% + 100vw) !important;
}

.marquee__top,
.marquee__bottom,
.marquee__toleft,
.marquee__toright {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  gap: 30px;
  width: max-content;
  will-change: transform;
}

.marquee__bottom {
  margin-top: 30px;
}

/* image cliping effect */
.bw-clip-anim {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  position: relative;
}

.bw-clip-anim .bw-clip-anim-img {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.bw-clip-anim .mask {
  background-size: cover;
  background-position: center;
  transform: scale(1.005);
}

.bw-clip-anim>* {
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.grid-reveal-anim {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  position: relative;
}

.grid-reveal-anim .grid-reveal-anim-img {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.grid-reveal-anim .mask {
  background-size: cover;
  background-position: center;
  transform: scale(1.005);
}

.grid-reveal-anim>* {
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

/* webgl images hover animation */
.bw-hover-img {
  display: block;
  overflow: hidden;
  position: relative;
}

.bw-hover-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

/* reveal image */
.bw-reveal-right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: none !important;
  transition: all 1s !important;
  transition-delay: 0.3s !important;
  transform: none !important;
  opacity: 1 !important;
}

.bw-reveal-right.aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.bw-reveal-left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: none !important;
  transition: all 1s !important;
  transition-delay: 0.4s !important;
  opacity: 1 !important;
  transform: none !important;
}

.bw-reveal-left.aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.bw-reveal-top {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: none !important;
  transition: all 1.2s !important;
  transition-delay: 0.4s !important;
  opacity: 1 !important;
  transform: none !important;
}

.bw-reveal-top.aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.bw-item-flip-in {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.psdbox-owl__carousel--basic-nav.owl-carousel .owl-nav {
  margin-top: 50px;
}

.psdbox-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  font-size: 20px;
}

.psdbox-owl__carousel--basic-nav.owl-carousel .owl-dots {
  gap: 12px;
}

.psdbox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  width: 26px;
  height: 8px;
  border: none;
  border-radius: 20px;
  background-color: var(--psdbox-black2);
}

.psdbox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span,
.psdbox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  width: 60px;
  background-color: var(--psdbox-base);
}

.psdbox-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled+.owl-dots {
  margin-top: 50px;
}

.psdbox-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled,
.psdbox-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled {
  display: none;
}

.psdbox-owl__carousel--dark.owl-carousel .owl-dots .owl-dot span {
  background-color: var(--psdbox-white);
}

.psdbox-swiper__carousel .swiper-pagination {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  position: static;
}

.psdbox-swiper__carousel .swiper-pagination-bullet {
  width: 16px;
  height: 8px;
  opacity: 1;
  margin: 0px !important;
  position: relative;
  border-radius: 20px;
  transition: all 500ms ease;
  background-color: var(--psdbox-black2);
}

.psdbox-swiper__carousel .swiper-pagination-bullet:hover,
.psdbox-swiper__carousel .swiper-pagination-bullet-active {
  width: 60px;
  background-color: var(--psdbox-base);
}

/* bootstrap select */
.bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-item.active {
  color: var(--psdbox-white);
  border-color: var(--psdbox-base);
  background-color: var(--psdbox-base);
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-four {
  position: relative;
  z-index: 999;
  background-color: var(--psdbox-black2);
}

@media (max-width: 767px) {
  .topbar-four {
    display: none;
  }
}

.topbar-four::before,
.topbar-four::after {
  content: "";
  width: 50%;
  height: calc(100% + 118px);
  position: absolute;
  top: 0px;
  z-index: -1;
}

@media (max-width: 1199px) {

  .topbar-four::before,
  .topbar-four::after {
    height: calc(100% + 100px);
  }
}

.topbar-four::before {
  left: 0px;
  background-color: var(--psdbox-base);
  clip-path: polygon(100% 0, 100% 70%, 16% 70%, 0 100%, 0 0);
}

.topbar-four::after {
  right: 0px;
  background-color: var(--psdbox-black2);
  clip-path: polygon(0 0, 0 70%, 83% 70%, 100% 100%, 100% 0);
}

.topbar-four .container {
  position: relative;
  z-index: 1;
}

.topbar-four__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.topbar-four__notice {
  margin-bottom: 0px;
  font-family: var(--psdbox-special-cinzel);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

.topbar-four__notice span {
  text-transform: uppercase;
}

.topbar-four__social {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0px;
}

@media (max-width: 767px) {
  .topbar-four__social {
    display: none;
  }
}

.topbar-four__social__link {
  width: 27px;
  height: 27px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: RGBA(var(--psdbox-border-color-rgb, 221, 221, 221), 0.6);
  border-radius: 50%;
  transition: all 500ms ease;
  border: 1px solid RGBA(var(--psdbox-border-color-rgb, 221, 221, 221), 0.6);
}

.topbar-four__social__link:hover {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

.topbar-five {
  position: relative;
  z-index: auto;
  background-color: var(--psdbox-white);
}

@media (max-width: 767px) {
  .topbar-five {
    display: none;
  }
}

.topbar-five .container {
  max-width: 1516px;
}

.topbar-five__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.topbar-five__info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topbar-five__info li {
  font-size: 14px;
  font-weight: 400;
  color: var(--psdbox-black5);
}

.topbar-five__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar-five__info li a:hover {
  background-size: 100% 1px;
}

.topbar-five__info li a:hover {
  color: var(--psdbox-base);
}

.topbar-five__info__icon {
  margin-right: 5px;
}

.topbar-five__info__icon .icon-email {
  position: relative;
  top: 2px;
}

.topbar-five__right {
  display: flex;
  align-items: center;
  position: relative;
}

.topbar-five__nav {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topbar-five__nav li {
  font-size: 14px;
  font-weight: 400;
  color: var(--psdbox-black5);
}

.topbar-five__nav li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar-five__nav li a:hover {
  background-size: 100% 1px;
}

.topbar-five__nav li a:hover {
  color: var(--psdbox-base);
}

.topbar-five__nav li::after {
  content: "";
  width: 1px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: 5px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
}

.topbar-five__language {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: 2px;
}

.topbar-five__language>a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: var(--psdbox-black5);
  line-height: 20px;
}

.topbar-five__language>a::after {
  position: relative;
  right: 0;
  top: 1px;
  border-radius: 0;
  font-size: 11px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  color: var(--psdbox-base);
  line-height: 10px;
  margin-left: 9px;
}

.topbar-five__language>a img {
  height: 24px;
  width: 24px;
  margin-right: 12px;
  border-radius: 50%;
}

.topbar-five__language>a:hover {
  color: var(--psdbox-base);
}

.topbar-five__language__dropdown {
  width: 130px;
  position: absolute;
  top: calc(100% + 11px);
  right: 0;
  padding: 20px 20px;
  z-index: 99;
  display: none;
  background-color: var(--psdbox-white);
}

.topbar-five__language__dropdown a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: var(--psdbox-black5);
  line-height: 12px;
  padding-right: 17px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.topbar-five__language__dropdown a:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.topbar-five__language__dropdown a:hover {
  color: var(--psdbox-base);
}

.topbar-five__language__dropdown a img {
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  margin-right: 12px;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.header-six {
  width: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}

@media (max-width: 767px) {
  .header-six {
    top: 25px;
  }
}

@media (max-width: 575px) {
  .header-six {
    top: 20px;
  }
}

.header-eight {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.main-header--style2 {
  z-index: 999;
}

/* .main-header--style2 > .container {
  max-width: 1516px;
} */
.main-header--style2 .main-header__inner {
  padding: 0px;
  background-color: transparent;
}

.main-header--style2 .main-header__inner .main-header__logo {
  width: 120px;
  height: 120px;
}





@media (max-width: 1199px) {
  .main-header--style2 .main-header__inner {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 425px) {
  .main-header--style2 .main-header__logo {
    margin-right: 20px;
  }
}

.main-header--style2 .main-header__logo img {
  max-width: 100%;
  height: auto;
}

.main-header--style2 .main-header__right {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.main-header--style2 .main-header__left {
  display: flex;
  flex: 1;
  justify-content: flex-start;
}





.main-header--style2 .mobile-nav__btn {
  margin: 0px;
}

.main-header--style2 .mobile-nav__btn span {
  background-color: var(--psdbox-white);
}

.main-header--style2 .mobile-nav__btn:hover span {
  background-color: var(--psdbox-base);
}

.main-header--style2 .main-menu__list>li {
  padding-top: 44.5px;
  padding-bottom: 44.5px;
}

.main-header--style2 .main-menu__list>li+li {
  margin-left: 30px;
}

.main-header--style2 .main-menu__list>li>a {
  padding: 3px 0;
  z-index: 1;
  font-size: clamp(.8vw, .1vw, 1.5vw);
  font-weight: 400;
  line-height: 1.25;
  color: var(--psdbox-white);
  text-transform: uppercase;
}

.main-header--style2 .main-menu__list>li>a::before {
  /* content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  opacity: 0;
  border-radius: 5px;
  background: var(--psdbox-base);
  transition: all 500ms ease; */


  content: "";
  background-color: var(--psdbox-base);
  width: 0%;
  height: 2px;
  transition: width .3s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);



}

.main-header--style2 .main-menu__list>li>a::after {
  width: auto !important;
  height: auto !important;
  position: static;
}

.main-header--style2 .main-menu__list>li:hover>a::before,
.main-header--style2 .main-menu__list>li.current>a::before,
.main-header--style2 .main-menu__list>li.megamenu>a::before {
  opacity: 1;
  width: 100%;
}

.main-header--style2 .main-menu__list>li:hover>a,
.main-header--style2 .main-menu__list>li.current>a,
.main-header--style2 .main-menu__list>li.megamenu>a,
.main-header--style2 .main-menu__list>li.megamenu:hover>a,
.main-header--style2 .main-menu__list>li.dropdown:hover>a {
  color: var(--psdbox-base);
}

.main-header--style2 .main-menu__list>li.megamenu>a::after,
.main-header--style2 .main-menu__list>li.dropdown>a::after {
  content: "\e92b";
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  color: inherit;
  transition: all 500ms ease;
  background-color: transparent;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-header--style2 .main-menu__list li ul li>a::after {
  color: var(--psdbox-base);
}

.main-header--style2 .main-menu__list li ul li>a {
  font-size: 16px;
  font-weight: 400;
  color: var(--psdbox-black3, #000);
  text-transform: capitalize;
}

.main-header--style2 .main-header__search {
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .main-header--style2 .main-header__search {
    margin-left: 20px;
  }
}

.main-header--style2 .main-header__cart,
.main-header--style2 .main-header__search {
  color: var(--psdbox-white);
}

.main-header--style2 .main-header__cart:hover,
.main-header--style2 .main-header__search:hover {
  color: var(--psdbox-base);
}

.main-header--style2 .main-header__cart {
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .main-header--style2 .main-header__cart {
    margin-left: 20px;
  }
}

.main-header--style2 .main-header__cart::after {
  display: none;
}

.main-header--style2 .main-header__cart__count {
  top: -7px;
  right: -7px;
  background-color: var(--psdbox-base);
}

.main-header--style2 .psdbox-btn-two {
  margin-left: 40px;
}

@media (max-width: 1199px) {
  .main-header--style2 .psdbox-btn-two {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .main-header--style2 .psdbox-btn-two {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .main-header--style2 .psdbox-btn-two {
    display: none;
  }
}

.main-header--six>.container {
  max-width: 1616px;
}

.main-header--six .main-header__inner {
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 100px;
  background-color: var(--psdbox-white);
  box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
}

@media (max-width: 1599px) {
  .main-header--six .main-header__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1499px) {
  .main-header--six .main-header__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1399px) {
  .main-header--six .main-header__inner {
    padding-right: 50px;
  }
}

@media (max-width: 1199px) {
  .main-header--six .main-header__inner {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .main-header--six .main-header__inner {
    padding-left: 15px;
  }
}

.main-header--six .main-menu__list>li>a {
  color: var(--psdbox-black3, #000);
}

.main-header--six .main-header__cart,
.main-header--six .main-header__search {
  color: var(--psdbox-black4);
}

.main-header--six .mobile-nav__btn span {
  background-color: var(--psdbox-black4);
}

.main-header--six .mobile-nav__btn:hover span {
  background-color: var(--psdbox-base);
}

.main-header--seven .psdbox-btn-two:hover {
  color: var(--psdbox-black2);
  background-color: var(--psdbox-white);
}

.main-header--eight {
  z-index: auto;
}

@media (max-width: 1199px) {
  .main-header--eight .main-header__inner {
    padding: 30px 0px;
  }
}

.main-header--eight .psdbox-btn-two:hover {
  color: var(--psdbox-black);
  background-color: var(--psdbox-white);
}

.main-header--nine {
  top: 15px;
}

@media (max-width: 767px) {
  .main-header--nine {
    top: 10px;
  }
}

.main-header--nine .main-header__logo {
  position: relative;
  z-index: 1;
}

@media (max-width: 412px) {
  .main-header--nine .main-header__logo {
    margin-right: 40px;
  }
}

.main-header--nine .main-header__logo::before {
  content: "";
  width: calc(100% + 130px);
  height: calc(100% + 103px);
  position: absolute;
  top: -44px;
  left: -75px;
  z-index: -1;
  background-color: var(--psdbox-base);
  clip-path: polygon(0 0, 100% 0, 100% 82%, 20% 100%, 0 50%);
}

@media (max-width: 1599px) {
  .main-header--nine .main-header__logo::before {
    left: -15px;
    width: calc(100% + 60px);
    clip-path: polygon(0 0, 100% 0, 100% 82%, 20% 100%, 0 70%);
  }
}

@media (max-width: 991px) {
  .main-header--nine .main-header__logo::before {
    height: calc(100% + 90px);
  }
}

@media (max-width: 425px) {
  .main-header--nine .main-header__logo::before {
    width: calc(100% + 40px);
  }
}

.main-header--nine .main-header__logo a {
  position: relative;
  z-index: 1;
}

.main-header--nine .main-menu__list>li>a,
.main-header--nine .main-menu__list li ul li>a {
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
}

.main-header--nine .demo-one__btn,
.main-header--nine .demo-one__title,
.main-header--nine .demo-one__image__new {
  font-weight: 400;
}

.sticky-header--cloned {
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.07);
}

.sticky-header--cloned.main-header--style2 {
      background-color: rgb(0 0 0 / 0%);
    backdrop-filter: blur(10px);
}

.sticky-header--cloned.main-header--six {
  background-color: var(--psdbox-white);
}

.sticky-header--cloned.main-header--eight {
  z-index: 999;
  background-color: var(--psdbox-black3, #000);
}

.sticky-header--cloned.main-header--nine {
  top: 0px;
  background-color: var(--psdbox-black3);
}

.demo-one__btn {
  color: var(--psdbox-white);
}

.demo-one__btn::before {
  background-color: var(--psdbox-base);
}

.demo-one__title a:hover {
  color: var(--psdbox-base);
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__close {
  right: 20px;
  font-size: 20px;
}

.mobile-nav__content .main-menu__list li>a {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: capitalize;
      height: 36px;
}

.mobile-nav__content .main-menu__list ul li>a {
  font-size: 16px;
}

.mobile-nav__contact {
  margin: 30px 0px;
}

.mobile-nav__contact li {
  font-size: 16px;
}

.mobile-nav__social a {
  font-size: 18px;
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.main-slider-six {
  position: relative;
  padding: 202px 0px 74px;
  background-color: var(--psdbox-white);
}

@media (max-width: 1199px) {
  .main-slider-six {
    padding: 250px 0px 100px;
  }
}

@media (max-width: 767px) {
  .main-slider-six {
    padding-top: 220px;
  }
}

@media (max-width: 480px) {
  .main-slider-six {
    padding-top: 200px;
  }
}

.main-slider-six__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.07;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.main-slider-six .container {
  position: relative;
  z-index: 2;
}

.main-slider-six__tagline {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding: 15px 72px 15px 38px;
  font-family: var(--psdbox-special-cinzel);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--psdbox-base);
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .main-slider-six__tagline {
    font-size: 22px;
    padding-left: 30px;
    padding-right: 60px;
  }
}

@media (max-width: 480px) {
  .main-slider-six__tagline {
    font-size: 20px;
  }
}

.main-slider-six__tagline::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -2;
  background-color: var(--psdbox-base);
  -webkit-mask: url("../images/shapes/slider-6-shape-3.png");
  mask: url("../images/shapes/slider-6-shape-3.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.main-slider-six__tagline::after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: var(--psdbox-white);
  -webkit-mask: url("../images/shapes/slider-6-shape-3.png");
  mask: url("../images/shapes/slider-6-shape-3.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.main-slider-six__title {
  margin-bottom: 16px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.071;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .main-slider-six__title {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .main-slider-six__title {
    font-size: 55px;
  }
}

@media (max-width: 480px) {
  .main-slider-six__title {
    font-size: 50px;
  }
}

@media (max-width: 412px) {
  .main-slider-six__title {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .main-slider-six__title br {
    display: none;
  }
}

.main-slider-six__title__shape {
  width: calc(100% + 39px);
  height: calc(100% - 10px);
  position: relative;
  position: absolute;
  top: 8px;
  left: 20px;
  border-radius: 10px;
  border: 2px solid var(--psdbox-base);
}

@media (max-width: 767px) {
  .main-slider-six__title__shape {
    display: none;
  }
}

.main-slider-six__title__shape::before {
  content: "";
  width: 31px;
  height: 47px;
  position: absolute;
  top: 50%;
  right: -31px;
  transform: translateY(-50%);
  background-color: var(--psdbox-base);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.main-slider-six__text {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.666;
  color: var(--psdbox-text, #636363);
}

.main-slider-six__button {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}

.main-slider-six__btn-one:hover {
  color: var(--psdbox-white);
  background-color: var(--psdbox-black2);
}

.main-slider-six__image img {
  width: auto;
  height: auto;
}

@media (max-width: 1199px) {
  .main-slider-six__image img {
    max-width: 100%;
  }
}

.main-slider-six__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 23.2%;
  left: 11%;
  z-index: 1;
  animation: treeMove 4s linear 0s infinite;
}

@media (max-width: 1799px) {
  .main-slider-six__shape-1 {
    left: 4%;
  }
}

@media (max-width: 1599px) {
  .main-slider-six__shape-1 {
    left: 2%;
  }
}

@media (max-width: 1199px) {
  .main-slider-six__shape-1 {
    display: none;
  }
}

.main-slider-six__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 33px;
  bottom: 88px;
  z-index: 1;
  animation: heartbeat 3s infinite;
}

@media (max-width: 1599px) {
  .main-slider-six__shape-2 {
    bottom: 40px;
  }
}

@media (max-width: 767px) {
  .main-slider-six__shape-2 {
    left: 20px;
    bottom: 20px;
  }
}

.main-slider-seven {
  --calculation: 1;
  --RT: 1.5s;
  /* transition time */
  --RTDELAY: 0.3s;
  /* transition delay */
  --BG-T: 1s;
  /* background zoom transition */
  --TOTAL-T: calc(var(--RT) + var(--RTDELAY) + var(--BG-T));
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.main-slider-seven__carousel {
  position: relative;
  z-index: 1;
}

.main-slider-seven__carousel.owl-carousel .owl-nav {
  margin-top: 0px !important;
}

@media (max-width: 1199px) {
  .main-slider-seven__carousel.owl-carousel .owl-nav {
    position: absolute;
    left: 50%;
    bottom: 200px;
    transform: translateX(-50%);
  }
}

.main-slider-seven__carousel.owl-carousel .owl-nav button:hover {
  background-color: transparent;
}

@media (min-width: 1200px) {
  .main-slider-seven__carousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 59.5px);
    left: 2.5%;
  }
}

@media (min-width: 1300px) {
  .main-slider-seven__carousel.owl-carousel .owl-nav button.owl-prev {
    right: 5.3%;
  }
}

@media (min-width: 1200px) {
  .main-slider-seven__carousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 59.5px);
    right: 2.5%;
  }
}

@media (min-width: 1300px) {
  .main-slider-seven__carousel.owl-carousel .owl-nav button.owl-next {
    right: 5.3%;
  }
}

.main-slider-seven__carousel.owl-carousel .owl-nav button span {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 25px;
  color: var(--psdbox-base);
  transition: all 500ms ease;
  border: 1px solid var(--psdbox-base);
  background-color: transparent;
}

.main-slider-seven__carousel.owl-carousel .owl-nav button span:hover {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

.main-slider-seven__item {
  position: relative;
  padding: 300px 0px 150px;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .main-slider-seven__item {
    padding: 207px 0px 264px;
  }
}

@media (max-width: 1199px) {
  .main-slider-seven__item {
    padding-bottom: 400px;
  }
}

@media (max-width: 991px) {
  .main-slider-seven__item {
    padding-top: 190px;
  }
}

@media (max-width: 767px) {
  .main-slider-seven__item {
    padding-bottom: 380px;
  }
}

@media (max-width: 480px) {
  .main-slider-seven__item {
    padding-top: 180px;
  }
}

@media (max-width: 375px) {
  .main-slider-seven__item {
    padding-top: 170px;
  }
}

.main-slider-seven__inner {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: var(--psdbox-black2);
}

.main-slider-seven .slider--el {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform var(--TOTAL-T), z-index 0.1s;
  overflow: hidden;
}

.main-slider-seven .slider--el-bg {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background-size: cover;
  transition: transform var(--BG-T) var(--RT);
  will-change: transform;
}

.main-slider-seven .slider--el.anim-5parts .part {
  position: absolute;
  top: 0;
  width: 20.1%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
}

.main-slider-seven .slider--el.anim-5parts .part::before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  top: 0;
  width: 500%;
  height: 100%;
  background-image: inherit;
}

.main-slider-seven .slider--el.anim-5parts .part-1 {
  left: 0%;
}

.main-slider-seven .slider--el.anim-5parts .part-2 {
  left: 20%;
}

.main-slider-seven .slider--el.anim-5parts .part-3 {
  left: 40%;
}

.main-slider-seven .slider--el.anim-5parts .part-4 {
  left: 60%;
}

.main-slider-seven .slider--el.anim-5parts .part-5 {
  left: 80%;
}

.main-slider-seven .slider--el.anim-5parts .part-1::before {
  left: 0%;
}

.main-slider-seven .slider--el.anim-5parts .part-2::before {
  left: -100%;
}

.main-slider-seven .slider--el.anim-5parts .part-3::before {
  left: -200%;
}

.main-slider-seven .slider--el.anim-5parts .part-4::before {
  left: -300%;
}

.main-slider-seven .slider--el.anim-5parts .part-5::before {
  left: -400%;
}

.main-slider-seven .slider--el.anim-5parts .part-1 {
  transition: transform calc(var(--RT) - 0.4s) var(--RTDELAY);
}

.main-slider-seven .slider--el.anim-5parts .part-2 {
  transition: transform calc(var(--RT) - 0.4s) calc(var(--RTDELAY) + 0.2s);
}

.main-slider-seven .slider--el.anim-5parts .part-3 {
  transition: transform calc(var(--RT) - 0.4s) calc(var(--RTDELAY) + 0.4s);
}

.main-slider-seven .slider--el.anim-5parts .part-4 {
  transition: transform calc(var(--RT) - 0.4s) calc(var(--RTDELAY) + 0.2s);
}

.main-slider-seven .slider--el.anim-5parts .part-5 {
  transition: transform calc(var(--RT) - 0.4s) var(--RTDELAY);
}

.main-slider-seven .slider--el.anim-5parts .part {
  transform: translateY(100%);
}

.main-slider-seven .slider--el.anim-9parts .slider--el-bg {
  perspective: 2000px;
}

.main-slider-seven .slider--el.anim-9parts .part {
  position: absolute;
  width: 33.5%;
  height: 33.5%;
  overflow: hidden;
  will-change: transform;
  transform-origin: 0% 100%;
}

.main-slider-seven .slider--el.anim-9parts .part::before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  width: 300%;
  height: 300%;
  background-image: inherit;
}

.main-slider-seven .slider--el.anim-9parts .left-top {
  top: 0%;
  left: 0%;
}

.main-slider-seven .slider--el.anim-9parts .mid-top {
  top: 0%;
  left: 33.3333333333%;
}

.main-slider-seven .slider--el.anim-9parts .right-top {
  top: 0%;
  left: 66.6666666667%;
}

.main-slider-seven .slider--el.anim-9parts .left-mid {
  top: 33.3333333333%;
  left: 0%;
}

.main-slider-seven .slider--el.anim-9parts .mid-mid {
  top: 33.3333333333%;
  left: 33.3333333333%;
}

.main-slider-seven .slider--el.anim-9parts .right-mid {
  top: 33.3333333333%;
  left: 66.6666666667%;
}

.main-slider-seven .slider--el.anim-9parts .left-bot {
  top: 66.6666666667%;
  left: 0%;
}

.main-slider-seven .slider--el.anim-9parts .mid-bot {
  top: 66.6666666667%;
  left: 33.3333333333%;
}

.main-slider-seven .slider--el.anim-9parts .right-bot {
  top: 66.6666666667%;
  left: 66.6666666667%;
}

.main-slider-seven .slider--el.anim-9parts .left-top::before {
  top: 0%;
  left: 0%;
}

.main-slider-seven .slider--el.anim-9parts .mid-top::before {
  top: 0%;
  left: -100%;
}

.main-slider-seven .slider--el.anim-9parts .right-top::before {
  top: 0%;
  left: -200%;
}

.main-slider-seven .slider--el.anim-9parts .left-mid::before {
  top: -100%;
  left: 0%;
}

.main-slider-seven .slider--el.anim-9parts .mid-mid::before {
  top: -100%;
  left: -100%;
}

.main-slider-seven .slider--el.anim-9parts .right-mid::before {
  top: -100%;
  left: -200%;
}

.main-slider-seven .slider--el.anim-9parts .left-bot::before {
  top: -200%;
  left: 0%;
}

.main-slider-seven .slider--el.anim-9parts .mid-bot::before {
  top: -200%;
  left: -100%;
}

.main-slider-seven .slider--el.anim-9parts .right-bot::before {
  top: -200%;
  left: -200%;
}

.main-slider-seven .slider--el.anim-9parts .left-top {
  transition: transform 0.9s calc(0.2s + var(--RTDELAY)) cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s calc(0.6s + var(--RTDELAY));
}

.main-slider-seven .slider--el.anim-9parts .mid-top {
  transition: transform 0.9s calc(0.1s + var(--RTDELAY)) cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s calc(0.5s + var(--RTDELAY));
}

.main-slider-seven .slider--el.anim-9parts .right-top {
  transition: transform 0.9s calc(0.2s + var(--RTDELAY)) cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s calc(0.6s + var(--RTDELAY));
}

.main-slider-seven .slider--el.anim-9parts .left-mid {
  transition: transform 0.9s calc(0.3s + var(--RTDELAY)) cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s calc(0.7s + var(--RTDELAY));
}

.main-slider-seven .slider--el.anim-9parts .mid-mid {
  transition: transform 0.9s calc(0s + var(--RTDELAY)) cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s calc(0.4s + var(--RTDELAY));
}

.main-slider-seven .slider--el.anim-9parts .right-mid {
  transition: transform 0.9s calc(0.3s + var(--RTDELAY)) cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s calc(0.7s + var(--RTDELAY));
}

.main-slider-seven .slider--el.anim-9parts .left-bot {
  transition: transform 0.9s calc(0.4s + var(--RTDELAY)) cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s calc(0.8s + var(--RTDELAY));
}

.main-slider-seven .slider--el.anim-9parts .mid-bot {
  transition: transform 0.9s calc(0.5s + var(--RTDELAY)) cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s calc(0.9s + var(--RTDELAY));
}

.main-slider-seven .slider--el.anim-9parts .right-bot {
  transition: transform 0.9s calc(0.4s + var(--RTDELAY)) cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s calc(0.8s + var(--RTDELAY));
}

.main-slider-seven .slider--el.anim-9parts .part {
  transform: rotateX(90deg);
  opacity: 0;
}

.main-slider-seven .slider--el.anim-3parts .part {
  position: absolute;
  top: 0;
  width: 33.5%;
  height: 100%;
  overflow: hidden;
  transition: transform var(--RT) var(--RTDELAY);
  will-change: transform;
}

.main-slider-seven .slider--el.anim-3parts .part::before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  width: 300%;
  height: 100%;
  background-image: inherit;
}

.main-slider-seven .slider--el.anim-3parts .left {
  left: 0;
}

.main-slider-seven .slider--el.anim-3parts .left::before {
  left: 0;
}

.main-slider-seven .slider--el.anim-3parts .mid {
  left: 33.3333333333%;
}

.main-slider-seven .slider--el.anim-3parts .mid::before {
  left: -100%;
}

.main-slider-seven .slider--el.anim-3parts .right {
  left: 66.6666666667%;
}

.main-slider-seven .slider--el.anim-3parts .right::before {
  left: -200%;
}

.main-slider-seven .slider--el.anim-3parts .left {
  transform: translate3d(-100%, -33.333%, 0);
}

.main-slider-seven .slider--el.anim-3parts .mid {
  transform: translate3d(0, 100%, 0);
}

.main-slider-seven .slider--el.anim-3parts .right {
  transform: translate3d(100%, -33.333%, 0);
}

.main-slider-seven .slider--el.anim-4parts .part {
  position: absolute;
  width: 50.2%;
  height: 50.2%;
  overflow: hidden;
  will-change: transform;
}

.main-slider-seven .slider--el.anim-4parts .part::before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  width: 200%;
  height: 200%;
  background-image: inherit;
}

.main-slider-seven .slider--el.anim-4parts .top {
  top: 0;
  transition: transform calc(var(--RT) - 0.2s) var(--RTDELAY);
}

.main-slider-seven .slider--el.anim-4parts .bot {
  top: 50%;
  transition: transform calc(var(--RT) - 0.2s) calc(var(--RTDELAY) + 0.2s);
}

.main-slider-seven .slider--el.anim-4parts .left {
  left: 0;
}

.main-slider-seven .slider--el.anim-4parts .right {
  left: 50%;
}

.main-slider-seven .slider--el.anim-4parts .top::before {
  top: 0;
}

.main-slider-seven .slider--el.anim-4parts .bot::before {
  top: -100%;
}

.main-slider-seven .slider--el.anim-4parts .left::before {
  left: 0;
}

.main-slider-seven .slider--el.anim-4parts .right::before {
  left: -100%;
}

.main-slider-seven .slider--el.anim-4parts .left {
  transform: translateX(-100%);
}

.main-slider-seven .slider--el.anim-4parts .right {
  transform: translateX(100%);
}

.main-slider-seven__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  background: RGBA(var(--psdbox-black2-rgb, 18, 18, 18), 0.8);
  background: linear-gradient(85deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 50%);
}

.main-slider-seven .container-fluid {
  position: relative;
  z-index: 13;
}

.main-slider-seven__content {
  text-align: left;
}

.main-slider-seven__top {
  overflow: hidden;
}

.main-slider-seven__tagline {
  display: inline-block;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(-100%);
}

.main-slider-seven__tagline__text {
  display: inline-block;
  margin-bottom: 0px;
  position: relative;
  font-family: var(--psdbox-poppins);
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.272;
  color: var(--psdbox-base, #ff5528);
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .main-slider-seven__tagline__text {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .main-slider-seven__tagline__text {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .main-slider-seven__tagline__text {
    font-size: 28px;
  }
}

@media (max-width: 440px) {
  .main-slider-seven__tagline__text {
    font-size: 26px;
  }
}

.main-slider-seven__title {
  position: relative;
  margin-bottom: 22px;
  font-size: clamp(26px, 10vw, 4vw);
  font-weight: 500;
  line-height: 1.071;
  color: var(--psdbox-white);
  isolation: isolate;
  font-family: var(--psdbox-heading-bebas);
}

@media (max-width: 991px) {
  .main-slider-seven__title {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .main-slider-seven__title {
    font-size: 55px;
  }
}

@media (max-width: 480px) {
  .main-slider-seven__title {
    font-size: 50px;
  }
}

@media (max-width: 440px) {
  .main-slider-seven__title {
    font-size: 45px;
  }
}

@media (max-width: 390px) {
  .main-slider-seven__title {
    font-size: 40px;
  }
}

.main-slider-seven__title__block {
  display: block;
  opacity: 0;
  text-transform: capitalize;
  transform: perspective(400px) rotateX(-80deg);
  transform-origin: top center;
  transform-style: flat;
}

.main-slider-seven__title__highlight {
  position: relative;
  z-index: 1;
  color: var(--psdbox-base);
}

/* .main-slider-seven__title__highlight::after {
  content: "";
  width: 43.5%;
  height: calc(100% - 12px);
  position: absolute;
  top: 9.5px;
  left: -5px;
  z-index: -1;
  background-color: var(--psdbox-base);
} */
.main-slider-seven__title__icon {
  display: inline-flex;
  font-size: 71px;
  color: var(--psdbox-base);
  opacity: 0;
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
}

@media (max-width: 991px) {
  .main-slider-seven__title__icon {
    display: none;
  }
}

.main-slider-seven__title__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-slider-seven__desc {
  overflow: hidden;
}

.main-slider-seven__description {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.main-slider-seven__description span {
  font-size: 20px;
  color: var(--psdbox-white);
}



.main-slider-seven__text {
  margin-bottom: 33px;
  font-size: 18px;
  font-weight: 400;
  color: var(--psdbox-white);
  line-height: 1.666;
  opacity: 0;
  transform: translateY(100%);
}

@media (max-width: 575px) {
  .main-slider-seven__text {
    font-size: 16px;
  }
}

.main-slider-seven__bottom {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  margin-top: 20px;
}

.main-slider-seven__btn {
  opacity: 0;
  transform: translateX(-100%) skewX(5deg);
  gap: 30px;
}

.main-slider-seven__client {
  opacity: 0;
  transform: translateX(100%) skewX(5deg);
}

.main-slider-seven .psdbox-btn-two:hover {
  color: var(--psdbox-black2);
  background-color: var(--psdbox-white);
}

.main-slider-seven__client {
  display: flex;
  gap: 20px;
  align-items: center;
  text-align: left;
}

.main-slider-seven__client__image {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  position: relative;
  z-index: 1;
}

.main-slider-seven__client__image__box {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}

.main-slider-seven__client__image__box:not(:first-child) {
  margin-left: -10px;
}

.main-slider-seven__client__image__box:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -3px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--psdbox-white);
}

.main-slider-seven__client__image__box img {
  width: 100% !important;
  height: 100%;
  border-radius: inherit;
}

.main-slider-seven__client__title {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.666;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

.main-slider-seven__client__title__icon {
  margin-left: 5px;
  font-size: 16px;
  color: var(--psdbox-base);
}

.main-slider-seven__client__title__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-slider-seven .active .slider--el-1 {
  z-index: 10;
}

.main-slider-seven .active .slider--el-1 .slider--el-bg {
  transform: scale(0.834);
}

.main-slider-seven .active .slider--el-1 .slider--el-content {
  opacity: 1;
  transition: opacity var(--RTDELAY) calc(var(--RT) + var(--RTDELAY));
}

.main-slider-seven .active .slider--el-1 .part {
  transform: translateZ(0);
  opacity: 1;
}

.main-slider-seven .active .slider--el-2 {
  z-index: 10;
}

.main-slider-seven .active .slider--el-2 .slider--el-bg {
  transform: scale(0.834);
}

.main-slider-seven .active .slider--el-2 .slider--el-content {
  opacity: 1;
  transition: opacity var(--RTDELAY) calc(var(--RT) + var(--RTDELAY));
}

.main-slider-seven .active .slider--el-2 .part {
  transform: translateZ(0);
  opacity: 1;
}

.main-slider-seven .active .slider--el-3 {
  z-index: 10;
}

.main-slider-seven .active .slider--el-3 .slider--el-bg {
  transform: scale(0.834);
}

.main-slider-seven .active .slider--el-3 .slider--el-content {
  opacity: 1;
  transition: opacity var(--RTDELAY) calc(var(--RT) + var(--RTDELAY));
}

.main-slider-seven .active .slider--el-3 .part {
  transform: translateZ(0);
  opacity: 1;
}

.main-slider-seven .active .slider--el-4 {
  z-index: 10;
}

.main-slider-seven .active .slider--el-4 .slider--el-bg {
  transform: scale(0.834);
}

.main-slider-seven .active .slider--el-4 .slider--el-content {
  opacity: 1;
  transition: opacity var(--RTDELAY) calc(var(--RT) + var(--RTDELAY));
}

.main-slider-seven .active .slider--el-4 .part {
  transform: translateZ(0);
  opacity: 1;
}

.main-slider-seven .active .slider--control.left .page4-left {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s calc(var(--RTDELAY) + var(--RT) + var(--RTDELAY));
}

.main-slider-seven .active .slider--control.right .page2-right {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s calc(var(--RTDELAY) + var(--RT) + var(--RTDELAY));
}

.main-slider-seven .active .slider--control.left .page1-left {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s calc(var(--RTDELAY) + var(--RT) + var(--RTDELAY));
}

.main-slider-seven .active .slider--control.right .page3-right {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s calc(var(--RTDELAY) + var(--RT) + var(--RTDELAY));
}

.main-slider-seven .active .slider--control.left .page2-left {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s calc(var(--RTDELAY) + var(--RT) + var(--RTDELAY));
}

.main-slider-seven .active .slider--control.right .page4-right {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s calc(var(--RTDELAY) + var(--RT) + var(--RTDELAY));
}

.main-slider-seven .active .slider--control.left .page3-left {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s calc(var(--RTDELAY) + var(--RT) + var(--RTDELAY));
}

.main-slider-seven .active .slider--control.right .page1-right {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s calc(var(--RTDELAY) + var(--RT) + var(--RTDELAY));
}

.main-slider-seven .active .main-slider-seven__tagline {
  opacity: 1;
  transform: translateY(0%);
  transition: all 1000ms ease 500ms;
}

.main-slider-seven .active .main-slider-seven__title__block {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: opacity 1.5s ease, transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.2s;
}

.main-slider-seven .active .main-slider-seven__title__block:nth-child(1) {
  transition-delay: 0.2s;
}

.main-slider-seven .active .main-slider-seven__title__block:nth-child(2) {
  transition-delay: 0.4s;
}

.main-slider-seven .active .main-slider-seven__title__block:nth-child(3) {
  transition-delay: 0.6s;
}

.main-slider-seven .active .main-slider-seven__title__block:nth-child(4) {
  transition-delay: 0.8s;
}

.main-slider-seven .active .main-slider-seven__title__block:nth-child(5) {
  transition-delay: 1s;
}

.main-slider-seven .active .main-slider-seven__title__icon {
  opacity: 1;
  transform: perspective(400px);
  transition: all 1000ms ease 1000ms;
}

.main-slider-seven .active .main-slider-seven__text {
  opacity: 1;
  transform: translateY(0%);
  transition: all 1000ms ease 800ms;
}

.main-slider-seven .active .main-slider-seven__btn,
.main-slider-seven .active .main-slider-seven__client {
  opacity: 1;
  transform: translateX(0px) skewX(0deg);
  transition: opacity ease 1s, transform 1.2s cubic-bezier(0.34, 1.35, 0.64, 1);
  transition-delay: 1s;
  display: flex;
}

.main-slider-eight {
  position: relative;
  padding-top: 168px;
  background-color: var(--psdbox-black7);
}

@media (max-width: 1199px) {
  .main-slider-eight {
    padding-top: 172px;
  }
}

@media (max-width: 767px) {
  .main-slider-eight {
    padding-top: 150px;
  }
}

.main-slider-eight__bg {
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.main-slider-eight__bg::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(var(--psdbox-black7-rgb), 0.85);
}

.main-slider-eight__bg::after {
  content: "";
  width: 100%;
  height: calc(100% - 202px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--psdbox-white);
  clip-path: polygon(50% 0%, 100% 55%, 100% 100%, 0 100%, 0 55%);
}

.main-slider-eight .container {
  max-width: 1757px;
  position: relative;
  z-index: 1;
}

.main-slider-eight__wrapper {
  padding: 20px;
  overflow: hidden;
  border-radius: 50px;
  background-color: var(--psdbox-white);
}

@media (max-width: 767px) {
  .main-slider-eight__wrapper {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .main-slider-eight__wrapper {
    border-radius: 30px;
  }
}

.main-slider-eight__container {
  overflow: hidden;
  border-radius: inherit;
  background-color: var(--psdbox-black3, #000);
}

.main-slider-eight__carousel {
  position: relative;
  z-index: 1;
}

.main-slider-eight__carousel.owl-carousel .owl-dots {
  margin-top: 0px !important;
  position: absolute;
  left: calc(50% + 112px);
  bottom: 190px;
  z-index: 1;
  transform: translateX(-50%);
}

@media (max-width: 1599px) {
  .main-slider-eight__carousel.owl-carousel .owl-dots {
    left: calc(50% - 19px);
  }
}

@media (max-width: 1199px) {
  .main-slider-eight__carousel.owl-carousel .owl-dots {
    left: 50px;
    transform: translateX(0%);
  }
}

@media (max-width: 767px) {
  .main-slider-eight__carousel.owl-carousel .owl-dots {
    left: 30px;
  }
}

@media (max-width: 390px) {
  .main-slider-eight__carousel.owl-carousel .owl-dots {
    left: 20px;
  }
}

.main-slider-eight__carousel.owl-carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  border-radius: 0px;
  transition: all 500ms ease;
  background-color: transparent;
  border: 4px solid var(--psdbox-white);
}

.main-slider-eight__carousel.owl-carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
  background-color: var(--psdbox-black8);
}

.main-slider-eight__carousel.owl-carousel .owl-dots .owl-dot:hover span,
.main-slider-eight__carousel.owl-carousel .owl-dots .owl-dot.active span {
  width: 16px;
  border-color: var(--psdbox-base);
  background-color: var(--psdbox-base);
}

.main-slider-eight__carousel.owl-carousel .owl-dots .owl-dot:hover span::after,
.main-slider-eight__carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  background-color: var(--psdbox-base);
}

.main-slider-eight__item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.main-slider-eight__item__content {
  position: relative;
  z-index: 1;
  padding: 178px 0px 264px;
}

@media (max-width: 1199px) {
  .main-slider-eight__item__content {
    padding-top: 130px;
  }
}

@media (max-width: 767px) {
  .main-slider-eight__item__content {
    padding-top: 30px;
  }
}

.main-slider-eight .col-xl-7 {
  width: 53.6%;
}

@media (max-width: 1599px) {
  .main-slider-eight .col-xl-7 {
    width: 45%;
  }
}

@media (max-width: 1199px) {
  .main-slider-eight .col-xl-7 {
    display: none;
  }
}

.main-slider-eight .col-xl-5 {
  width: 46.4%;
}

@media (max-width: 1599px) {
  .main-slider-eight .col-xl-5 {
    width: 55%;
  }
}

@media (max-width: 1199px) {
  .main-slider-eight .col-xl-5 {
    width: 100%;
  }
}

.main-slider-eight__image {
  width: 52.8%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (max-width: 1599px) {
  .main-slider-eight__image {
    width: 43.8%;
  }
}

.main-slider-eight__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-slider-eight__content {
  position: relative;
  z-index: 1;
  padding-right: 50px;
}

@media (max-width: 1199px) {
  .main-slider-eight__content {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .main-slider-eight__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 390px) {
  .main-slider-eight__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main-slider-eight__top {
  margin-bottom: 32px;
  overflow: hidden;
}

.main-slider-eight__top__box {
  display: inline-block;
  padding: 7px 20px;
  opacity: 0;
  border-radius: 100px;
  transform: translateY(-150%);
  background-color: var(--psdbox-white);
}

.main-slider-eight__tagline {
  display: inline-block;
  font-family: var(--psdbox-special-cinzel);
  color: var(--psdbox-base);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.375;
  margin-bottom: 0px;
}

.main-slider-eight__tagline__ball {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 2px;
  margin-right: 15px;
  background-color: var(--psdbox-base);
}

.main-slider-eight__tagline__ball::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--psdbox-base);
  border: 3px solid var(--psdbox-white);
}

.main-slider-eight__title {
  position: relative;
  margin-bottom: 15px;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.071;
  color: var(--psdbox-white);
}

@media (max-width: 1399px) {
  .main-slider-eight__title {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .main-slider-eight__title {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .main-slider-eight__title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .main-slider-eight__title {
    font-size: 45px;
  }
}

@media (max-width: 440px) {
  .main-slider-eight__title {
    font-size: 40px;
  }
}

.main-slider-eight__title__highlight {
  position: relative;
  color: var(--psdbox-base);
}

.main-slider-eight__title__highlight .letter div {
  text-decoration: underline 3px;
  text-underline-offset: 6px;
}

.main-slider-eight__title .word {
  display: inline-block;
}

.main-slider-eight__title .perspective {
  position: relative;
  display: inline-block;
}

.main-slider-eight__title .perspective:first-child {
  text-transform: capitalize;
}

.main-slider-eight__title .perspective div {
  position: relative;
  display: inline-block;
}

.main-slider-eight__title .letter {
  position: relative;
  display: inline-block;
  will-change: transform;
  transform-style: preserve-3d;
  transform: rotateY(90deg) translateX(30px);
  opacity: 0;
}

.main-slider-eight__title .letter div {
  width: 100%;
  backface-visibility: hidden;
  transform: translateZ(4vw);
  transform-style: preserve-3d;
}

@keyframes letterReveal {
  from {
    transform: rotateY(90deg) translateX(30px);
    opacity: 0;
  }

  to {
    transform: rotateY(0deg) translateX(0px);
    opacity: 1;
  }
}

.main-slider-eight__text {
  margin-bottom: 33px;
  font-size: 18px;
  font-weight: 400;
  color: var(--psdbox-white);
  line-height: 1.666;
  opacity: 0;
  transform: translateY(100%);
}

@media (max-width: 575px) {
  .main-slider-eight__text {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .main-slider-eight__text br {
    display: none;
  }
}

.main-slider-eight__button {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}

.main-slider-eight__button__inner {
  opacity: 0;
  transform: translateY(150%);
}

.main-slider-eight__video {
  display: flex;
  gap: 20px;
  align-items: center;
}

.main-slider-eight__video__text {
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
  text-transform: uppercase;
}

.main-slider-eight__shape-1 {
  position: absolute;
  right: 28%;
  bottom: 14%;
  opacity: 0;
  transform: translateY(100%);
}

@media (max-width: 1599px) {
  .main-slider-eight__shape-1 {
    right: 32%;
  }
}

@media (max-width: 1199px) {
  .main-slider-eight__shape-1 {
    right: auto;
    left: 21%;
  }
}

@media (max-width: 991px) {
  .main-slider-eight__shape-1 {
    left: 28%;
  }
}

@media (max-width: 767px) {
  .main-slider-eight__shape-1 {
    display: none;
  }
}

.main-slider-eight__shape-1 img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  animation: movebounce3 3s linear infinite;
}

.main-slider-eight__shape-2 {
  position: absolute;
  top: 80px;
  right: 7.2%;
  opacity: 0;
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
}

@media (max-width: 1199px) {
  .main-slider-eight__shape-2 {
    top: 60px;
  }
}

@media (max-width: 991px) {
  .main-slider-eight__shape-2 {
    top: 50px;
  }
}

@media (max-width: 767px) {
  .main-slider-eight__shape-2 {
    display: none;
  }
}

.main-slider-eight__shape-2 img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  animation: heartbeat 3s infinite;
}

.main-slider-eight__shape-3 {
  width: 381px;
  height: 196px;
  position: absolute;
  right: -20px;
  bottom: 0px;
  opacity: 0;
  transform: translateX(100%);
}

@media (max-width: 575px) {
  .main-slider-eight__shape-3 {
    bottom: -30px;
  }
}

.main-slider-eight__shape-3__box {
  width: 100%;
  height: 100%;
  background-color: var(--psdbox-base);
  animation: movebounce2 3s linear 0s infinite;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 381.000000 196.000000"><g transform="translate(0.000000,196.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3407 1923 c-14 -21 -29 -55 -32 -75 -6 -32 -3 -43 19 -69 31 -37 34 -87 7 -120 -22 -28 -41 -18 -23 11 13 22 16 50 4 50 -4 0 -13 -9 -20 -20 -7 -11 -22 -20 -33 -20 -30 0 -79 -31 -79 -51 0 -9 14 -30 30 -47 25 -26 30 -40 30 -80 0 -39 -5 -53 -25 -72 -20 -19 -28 -21 -38 -11 -9 10 -6 17 17 35 21 18 27 29 21 45 -8 27 -28 27 -40 -1 -17 -39 -58 -35 -97 8 -69 79 -76 84 -112 84 -32 0 -36 -3 -41 -32 -9 -46 20 -271 51 -401 14 -60 24 -122 22 -139 -4 -24 0 -31 19 -39 46 -17 54 9 28 95 -23 76 -15 176 14 176 12 0 45 -87 67 -177 14 -55 15 -71 5 -100 -17 -46 -7 -53 18 -13 15 25 17 38 10 58 -13 34 5 52 21 22 15 -29 7 -96 -15 -120 -9 -10 -34 -30 -55 -45 l-38 -26 -40 25 c-43 27 -62 49 -125 146 -47 72 -86 98 -122 82 -12 -6 -26 -23 -29 -38 -4 -15 -16 -40 -27 -55 -24 -34 -24 -45 1 -76 11 -14 20 -32 20 -40 0 -8 13 -46 30 -85 16 -38 34 -98 40 -133 19 -116 52 -185 92 -185 10 0 27 -9 39 -21 l21 -21 -22 -23 c-12 -13 -35 -29 -51 -35 -26 -11 -33 -10 -71 16 -71 49 -133 138 -179 253 -58 145 -75 179 -120 233 -24 28 -54 84 -75 140 -107 278 -146 390 -154 449 -5 36 -12 73 -15 81 -4 9 -9 62 -13 118 -6 82 -11 105 -24 114 -38 23 -41 0 -29 -230 13 -238 23 -288 100 -504 46 -127 61 -187 61 -243 0 -70 -11 -74 -64 -25 -51 47 -48 37 -132 368 -38 149 -52 176 -109 204 -44 22 -62 15 -84 -30 -12 -24 -13 -52 -2 -184 7 -85 12 -183 12 -217 1 -95 -34 -138 -53 -65 -10 37 -40 56 -74 48 -36 -9 -45 -36 -34 -97 13 -68 13 -79 -3 -79 -8 0 -22 18 -32 40 -22 48 -53 53 -84 14 -16 -21 -21 -41 -21 -90 0 -53 -3 -65 -20 -74 -25 -13 -40 -5 -40 21 0 28 -55 211 -76 251 -33 64 -55 88 -81 88 -25 0 -26 -1 -20 -54 5 -54 5 -54 -14 -35 -10 10 -19 26 -19 34 0 9 -12 23 -27 32 -16 9 -37 34 -48 57 -15 31 -27 42 -47 44 -29 4 -43 16 -67 65 -15 30 -19 32 -63 30 l-47 -3 -7 38 c-17 99 -55 255 -69 281 -8 17 -15 35 -15 40 0 6 -11 27 -25 47 -44 65 -31 194 19 194 30 0 99 -98 135 -193 12 -30 28 -35 38 -12 11 30 -81 253 -124 297 -33 34 -65 42 -107 24 -29 -12 -36 -22 -51 -73 -9 -32 -17 -74 -16 -93 0 -19 -4 -68 -10 -109 -8 -52 -8 -76 0 -84 15 -15 14 -39 -1 -60 -11 -14 -21 -16 -58 -9 l-44 7 -21 70 c-18 58 -25 71 -45 73 -23 4 -23 3 -16 -60 3 -34 13 -88 21 -118 8 -30 22 -88 31 -129 8 -40 24 -86 35 -100 12 -16 17 -34 13 -44 -16 -43 -44 -2 -94 137 -25 69 -39 95 -50 93 -12 -2 -16 -26 -18 -131 -3 -127 -2 -132 43 -290 25 -89 52 -177 59 -196 7 -19 11 -41 9 -47 -6 -17 -48 -16 -62 1 -7 8 -30 17 -52 21 -57 10 -96 48 -134 131 -20 44 -45 81 -63 94 -19 14 -40 45 -53 79 -54 136 -104 211 -139 211 -10 0 -33 -24 -53 -54 -33 -50 -36 -59 -33 -117 4 -78 49 -279 83 -372 34 -93 90 -127 115 -72 9 20 8 37 -6 83 -49 170 -99 350 -101 368 -3 21 10 53 18 44 19 -24 69 -104 78 -127 6 -15 13 -62 14 -103 4 -81 20 -223 30 -256 5 -17 -3 -26 -57 -55 -35 -19 -66 -35 -70 -37 -4 -2 -23 13 -42 34 -34 37 -56 39 -56 5 0 -10 -9 -30 -20 -44 -18 -23 -19 -31 -10 -72 6 -26 8 -55 5 -65 -6 -19 13 -70 27 -70 20 0 5 -31 -30 -58 -49 -39 -62 -32 -106 63 -19 41 -39 75 -44 75 -6 0 -22 -15 -37 -32 -25 -30 -27 -38 -22 -93 3 -33 18 -98 32 -145 15 -47 29 -100 32 -117 l5 -33 1864 0 1864 0 0 820 0 820 -26 6 c-23 6 -49 3 -115 -12 -22 -5 -27 -1 -36 23 -6 15 -11 51 -12 78 -2 53 -25 137 -47 169 -22 32 -67 56 -105 56 -31 0 -40 -6 -62 -37z m-2377 -462 c0 -6 -4 -13 -10 -16 -5 -3 -10 1 -10 9 0 9 5 16 10 16 6 0 10 -4 10 -9z m289 -656 c5 -27 7 -53 5 -57 -3 -4 2 -21 11 -37 17 -33 21 -71 6 -56 -18 18 -51 134 -51 177 0 55 17 39 29 -27z m-145 -499 c-21 -15 -30 -14 -19 3 3 6 14 11 23 11 13 0 13 -2 -4 -14z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 381.000000 196.000000"><g transform="translate(0.000000,196.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3407 1923 c-14 -21 -29 -55 -32 -75 -6 -32 -3 -43 19 -69 31 -37 34 -87 7 -120 -22 -28 -41 -18 -23 11 13 22 16 50 4 50 -4 0 -13 -9 -20 -20 -7 -11 -22 -20 -33 -20 -30 0 -79 -31 -79 -51 0 -9 14 -30 30 -47 25 -26 30 -40 30 -80 0 -39 -5 -53 -25 -72 -20 -19 -28 -21 -38 -11 -9 10 -6 17 17 35 21 18 27 29 21 45 -8 27 -28 27 -40 -1 -17 -39 -58 -35 -97 8 -69 79 -76 84 -112 84 -32 0 -36 -3 -41 -32 -9 -46 20 -271 51 -401 14 -60 24 -122 22 -139 -4 -24 0 -31 19 -39 46 -17 54 9 28 95 -23 76 -15 176 14 176 12 0 45 -87 67 -177 14 -55 15 -71 5 -100 -17 -46 -7 -53 18 -13 15 25 17 38 10 58 -13 34 5 52 21 22 15 -29 7 -96 -15 -120 -9 -10 -34 -30 -55 -45 l-38 -26 -40 25 c-43 27 -62 49 -125 146 -47 72 -86 98 -122 82 -12 -6 -26 -23 -29 -38 -4 -15 -16 -40 -27 -55 -24 -34 -24 -45 1 -76 11 -14 20 -32 20 -40 0 -8 13 -46 30 -85 16 -38 34 -98 40 -133 19 -116 52 -185 92 -185 10 0 27 -9 39 -21 l21 -21 -22 -23 c-12 -13 -35 -29 -51 -35 -26 -11 -33 -10 -71 16 -71 49 -133 138 -179 253 -58 145 -75 179 -120 233 -24 28 -54 84 -75 140 -107 278 -146 390 -154 449 -5 36 -12 73 -15 81 -4 9 -9 62 -13 118 -6 82 -11 105 -24 114 -38 23 -41 0 -29 -230 13 -238 23 -288 100 -504 46 -127 61 -187 61 -243 0 -70 -11 -74 -64 -25 -51 47 -48 37 -132 368 -38 149 -52 176 -109 204 -44 22 -62 15 -84 -30 -12 -24 -13 -52 -2 -184 7 -85 12 -183 12 -217 1 -95 -34 -138 -53 -65 -10 37 -40 56 -74 48 -36 -9 -45 -36 -34 -97 13 -68 13 -79 -3 -79 -8 0 -22 18 -32 40 -22 48 -53 53 -84 14 -16 -21 -21 -41 -21 -90 0 -53 -3 -65 -20 -74 -25 -13 -40 -5 -40 21 0 28 -55 211 -76 251 -33 64 -55 88 -81 88 -25 0 -26 -1 -20 -54 5 -54 5 -54 -14 -35 -10 10 -19 26 -19 34 0 9 -12 23 -27 32 -16 9 -37 34 -48 57 -15 31 -27 42 -47 44 -29 4 -43 16 -67 65 -15 30 -19 32 -63 30 l-47 -3 -7 38 c-17 99 -55 255 -69 281 -8 17 -15 35 -15 40 0 6 -11 27 -25 47 -44 65 -31 194 19 194 30 0 99 -98 135 -193 12 -30 28 -35 38 -12 11 30 -81 253 -124 297 -33 34 -65 42 -107 24 -29 -12 -36 -22 -51 -73 -9 -32 -17 -74 -16 -93 0 -19 -4 -68 -10 -109 -8 -52 -8 -76 0 -84 15 -15 14 -39 -1 -60 -11 -14 -21 -16 -58 -9 l-44 7 -21 70 c-18 58 -25 71 -45 73 -23 4 -23 3 -16 -60 3 -34 13 -88 21 -118 8 -30 22 -88 31 -129 8 -40 24 -86 35 -100 12 -16 17 -34 13 -44 -16 -43 -44 -2 -94 137 -25 69 -39 95 -50 93 -12 -2 -16 -26 -18 -131 -3 -127 -2 -132 43 -290 25 -89 52 -177 59 -196 7 -19 11 -41 9 -47 -6 -17 -48 -16 -62 1 -7 8 -30 17 -52 21 -57 10 -96 48 -134 131 -20 44 -45 81 -63 94 -19 14 -40 45 -53 79 -54 136 -104 211 -139 211 -10 0 -33 -24 -53 -54 -33 -50 -36 -59 -33 -117 4 -78 49 -279 83 -372 34 -93 90 -127 115 -72 9 20 8 37 -6 83 -49 170 -99 350 -101 368 -3 21 10 53 18 44 19 -24 69 -104 78 -127 6 -15 13 -62 14 -103 4 -81 20 -223 30 -256 5 -17 -3 -26 -57 -55 -35 -19 -66 -35 -70 -37 -4 -2 -23 13 -42 34 -34 37 -56 39 -56 5 0 -10 -9 -30 -20 -44 -18 -23 -19 -31 -10 -72 6 -26 8 -55 5 -65 -6 -19 13 -70 27 -70 20 0 5 -31 -30 -58 -49 -39 -62 -32 -106 63 -19 41 -39 75 -44 75 -6 0 -22 -15 -37 -32 -25 -30 -27 -38 -22 -93 3 -33 18 -98 32 -145 15 -47 29 -100 32 -117 l5 -33 1864 0 1864 0 0 820 0 820 -26 6 c-23 6 -49 3 -115 -12 -22 -5 -27 -1 -36 23 -6 15 -11 51 -12 78 -2 53 -25 137 -47 169 -22 32 -67 56 -105 56 -31 0 -40 -6 -62 -37z m-2377 -462 c0 -6 -4 -13 -10 -16 -5 -3 -10 1 -10 9 0 9 5 16 10 16 6 0 10 -4 10 -9z m289 -656 c5 -27 7 -53 5 -57 -3 -4 2 -21 11 -37 17 -33 21 -71 6 -56 -18 18 -51 134 -51 177 0 55 17 39 29 -27z m-145 -499 c-21 -15 -30 -14 -19 3 3 6 14 11 23 11 13 0 13 -2 -4 -14z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.main-slider-eight .active .main-slider-eight__top__box,
.main-slider-eight .active .main-slider-eight__text,
.main-slider-eight .active .main-slider-eight__button__inner,
.main-slider-eight .active .main-slider-eight__shape-1,
.main-slider-eight .active .main-slider-eight__shape-3 {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
}

.main-slider-eight .active .main-slider-eight__top__box {
  transition-delay: 200ms;
}

.main-slider-eight .active .main-slider-eight__title .letter.animate {
  animation: letterReveal 1s cubic-bezier(0.425, 0.005, 0, 1) forwards;
}

.main-slider-eight .active .main-slider-eight__text {
  transition-delay: 700ms;
}

.main-slider-eight .active .main-slider-eight__button__inner:nth-child(1) {
  transition-delay: 1000ms;
}

.main-slider-eight .active .main-slider-eight__button__inner:nth-child(2) {
  transition-delay: 1200ms;
}

.main-slider-eight .active .main-slider-eight__shape-1 {
  transition-delay: 1200ms;
}

.main-slider-eight .active .main-slider-eight__shape-2 {
  opacity: 1;
  transform: perspective(400px);
  transition: all 1500ms ease 500ms;
}

.main-slider-eight .active .main-slider-eight__shape-3 {
  transform: translateX(0);
  transition-delay: 500ms;
}

.main-slider-nine {
  --calculation: 1;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.main-slider-nine__carousel {
  position: relative;
}

.main-slider-nine__carousel.owl-carousel .owl-dots {
  margin: 0px !important;
  gap: 10px;
  position: relative;
  position: absolute;
  right: 31px;
  bottom: 31px;
  z-index: 2;
  counter-reset: sliderCount;
}

.main-slider-nine__carousel.owl-carousel .owl-dots .owl-dot {
  border: none;
  width: 34px;
  height: 34px;
  position: relative;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--psdbox-white);
}

.main-slider-nine__carousel.owl-carousel .owl-dots .owl-dot::before {
  content: "0"counter(sliderCount);
  counter-increment: sliderCount;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-black);
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.main-slider-nine__carousel.owl-carousel .owl-dots .owl-dot::after {
  display: none;
}

.main-slider-nine__carousel.owl-carousel .owl-dots .owl-dot:hover,
.main-slider-nine__carousel.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--psdbox-base);
}

.main-slider-nine__carousel.owl-carousel .owl-dots .owl-dot:hover::before,
.main-slider-nine__carousel.owl-carousel .owl-dots .owl-dot.active::before {
  color: var(--psdbox-white);
}

.main-slider-nine__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.main-slider-nine__item {
  position: relative;
  padding: 339px 0px 200px;
  overflow: hidden;
  background-color: var(--psdbox-black2);
}

@media (max-width: 1399px) {
  .main-slider-nine__item {
    padding-top: 300px;
  }
}

@media (max-width: 1199px) {
  .main-slider-nine__item {
    padding-top: 280px;
  }
}

@media (max-width: 991px) {
  .main-slider-nine__item {
    padding-top: 260px;
  }
}

@media (max-width: 767px) {
  .main-slider-nine__item {
    padding: 250px 0px 180px;
  }
}

@media (max-width: 440px) {
  .main-slider-nine__item {
    padding: 230px 0px 160px;
  }
}

.main-slider-nine__bg-box {
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}

.main-slider-nine__bg {
  position: relative;
  width: 25%;
  height: 100%;
}

.main-slider-nine__bg__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: 0 0;
  background-repeat: no-repeat;
  transition: transform 0.8s ease-in-out;
}

.main-slider-nine__bg__inner::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  opacity: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center center;
  transition: opacity 0.25s;
}

.main-slider-nine__bg__inner::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: RGBA(var(--psdbox-black2-rgb, 18, 18, 18), 0.9);
}

.main-slider-nine__bg:nth-child(1) .main-slider-nine__bg__inner {
  z-index: 3;
  transition-delay: 0.32s;
  transform: translateX(-40.5%);
}

.main-slider-nine__bg:nth-child(1) .main-slider-nine__bg__inner::before {
  left: 0vw;
  transition-delay: 0.365s;
}

.main-slider-nine__bg:nth-child(2) .main-slider-nine__bg__inner {
  z-index: 2;
  transition-delay: 0.16s;
  transform: translateX(-73%);
}

.main-slider-nine__bg:nth-child(2) .main-slider-nine__bg__inner::before {
  left: -25vw;
  transition-delay: 0.285s;
}

.main-slider-nine__bg:nth-child(3) .main-slider-nine__bg__inner {
  z-index: 1;
  transition-delay: 0.08s;
  transform: translateX(-105.5%);
}

.main-slider-nine__bg:nth-child(3) .main-slider-nine__bg__inner::before {
  left: -50vw;
  transition-delay: 0.205s;
}

.main-slider-nine__bg:nth-child(4) .main-slider-nine__bg__inner {
  z-index: 0;
  transition-delay: 0s;
  transform: translateX(-138%);
}

.main-slider-nine__bg:nth-child(4) .main-slider-nine__bg__inner::before {
  left: -75vw;
  transition-delay: 0.125s;
}

.main-slider-nine .container {
  position: relative;
  z-index: 6;
}

.main-slider-nine__content {
  max-width: 780px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  transform: translateX(calc(-100vw * var(--calculation)));
}

.main-slider-nine__top,
.main-slider-nine__title,
.main-slider-nine__bottom {
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.3s;
  transform: translateX(calc(-200px * var(--calculation)));
}

.main-slider-nine__top {
  margin-bottom: 22px;
  transition-delay: 0.5s;
}

.main-slider-nine__tagline {
  display: inline-block;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  color: var(--psdbox-base);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.375;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .main-slider-nine__tagline {
    font-size: 18px;
  }
}

.main-slider-nine__tagline__ball {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 1px;
  margin-right: 19px;
  background-color: var(--psdbox-base);
}

@media (max-width: 767px) {
  .main-slider-nine__tagline__ball {
    top: 3px;
  }
}

.main-slider-nine__tagline__ball::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--psdbox-base);
  border: 3px solid var(--psdbox-black2);
}

.main-slider-nine__title {
  position: relative;
  margin-bottom: 35px;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.071;
  color: var(--psdbox-white);
  transition-delay: 0.7s;
}

@media (max-width: 1199px) {
  .main-slider-nine__title {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .main-slider-nine__title {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .main-slider-nine__title {
    font-size: 50px;
  }
}

@media (max-width: 480px) {
  .main-slider-nine__title {
    font-size: 45px;
  }
}

@media (max-width: 440px) {
  .main-slider-nine__title {
    font-size: 40px;
  }
}

.main-slider-nine__title__highlight {
  position: relative;
  color: var(--psdbox-base);
  text-decoration: underline 3px;
  text-underline-offset: 6px;
}

.main-slider-nine__bottom {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
  transition-delay: 0.9s;
}

.main-slider-nine__social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.main-slider-nine__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: var(--psdbox-gray, #f1f6f7);
  border-radius: 50%;
  transition: all 500ms ease;
  border: 1px solid var(--psdbox-gray, #f1f6f7);
}

.main-slider-nine__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-slider-nine__social a:hover {
  color: var(--psdbox-white);
  border-color: var(--psdbox-base);
  background-color: var(--psdbox-base);
}

.main-slider-nine__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}

.main-slider-nine__image {
  width: 49vw;
  height: calc(100% - 185px);
  position: relative;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  opacity: 0;
  filter: blur(24px);
  transform: translateX(50%) scale(0.96);
  transform-origin: right center;
  will-change: transform, filter, opacity;
  background-color: var(--psdbox-white);
  clip-path: polygon(37.5% 0, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 1599px) {
  .main-slider-nine__image {
    width: 45vw;
  }
}

@media (max-width: 1399px) {
  .main-slider-nine__image {
    display: none;
  }
}

.main-slider-nine__image__box {
  width: calc(100% - 11px);
  height: calc(100% - 11px);
  position: absolute;
  right: 0px;
  bottom: 0px;
  clip-path: inherit;
}

.main-slider-nine__image__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes blurSlideIn {
  0% {
    opacity: 0;
    filter: blur(24px);
    transform: translateX(50%) scale(0.96);
  }

  40% {
    opacity: 0.7;
    filter: blur(12px);
  }

  70% {
    opacity: 1;
    filter: blur(4px);
    transform: translateX(0%) scale(1.01);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0) scale(1);
  }
}

.main-slider-nine__shape {
  position: absolute;
  left: -213px;
  bottom: 0px;
  opacity: 0;
  transform: translateX(-100%);
}

@media (max-width: 1399px) {
  .main-slider-nine__shape {
    display: none;
  }
}

.main-slider-nine__shape img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  animation: shapeMove 2s linear infinite;
}

.main-slider-nine .active .main-slider-nine__bg__inner {
  transform: translateX(0);
  transition-timing-function: ease;
}

.main-slider-nine .active .main-slider-nine__bg__inner::before {
  opacity: 1;
}

.main-slider-nine .active .main-slider-nine__content,
.main-slider-nine .active .main-slider-nine__top,
.main-slider-nine .active .main-slider-nine__title,
.main-slider-nine .active .main-slider-nine__bottom {
  opacity: 1;
  transform: translateX(0);
}

.main-slider-nine .active .main-slider-nine__image {
  animation-name: blurSlideIn;
  animation-duration: 1.4s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
  animation-delay: 0.15s;
}

.main-slider-nine .active .main-slider-nine__shape {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition-delay: 700ms;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.feature-six {
  padding: 40px 0px;
  position: relative;
  background-color: var(--psdbox-black2);
}

.feature-six__item {
  position: relative;
  padding: 40px 0px;
  overflow: hidden;
  transition: all 500ms ease;
}

.feature-six__item:hover {
  padding-left: 30px;
  padding-right: 30px;
}

.feature-six__item::before,
.feature-six__item::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}

.feature-six__item::before {
  transform: scaleX(0);
  border-top: 1px solid var(--psdbox-base);
  border-bottom: 1px solid var(--psdbox-base);
}

.feature-six__item::after {
  transform: scaleY(0);
  border-left: 1px solid var(--psdbox-base);
  border-right: 1px solid var(--psdbox-base);
}

.feature-six__item:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.feature-six__item:hover::after {
  opacity: 1;
  transform: scaleY(1);
}

.feature-six__item__top {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 375px) {
  .feature-six__item__top {
    flex-direction: column;
    align-items: flex-start;
  }
}

.feature-six__item__top::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  transition: all 500ms ease;
  background-color: RGBA(var(--psdbox-border-color-rgb, 221, 221, 221), 0.1);
}

.feature-six__item:hover .feature-six__item__top::after {
  width: calc(100% + 60px);
  background-color: var(--psdbox-base);
}

.feature-six__item__icon-box {
  width: 89px;
  height: 89px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
  background-color: var(--psdbox-white);
}

.feature-six__item__icon-box::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--psdbox-base);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.feature-six__item:hover .feature-six__item__icon-box {
  color: var(--psdbox-white);
}

.feature-six__item:hover .feature-six__item__icon-box::after {
  width: 100%;
  height: 100%;
}

.feature-six__item__icon {
  display: inline-flex;
  font-size: 50px;
  color: var(--psdbox-base);
  transition: all 500ms ease;
}

.feature-six__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.feature-six__item:hover .feature-six__item__icon {
  color: var(--psdbox-white);
}

.feature-six__item__title {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.545;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

.feature-six__item__title a {
  color: inherit;
}

.feature-six__item__title a:hover {
  color: var(--psdbox-base);
}

.feature-six__item__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.feature-six__item__title a:hover {
  background-size: 100% 1px;
}

.feature-six__item__text {
  margin-bottom: 20px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}

.feature-six__item__bottom {
  text-align: right;
}

.feature-six__item__link {
  display: inline-flex;
  gap: 26px;
  align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 39px;
  font-weight: 500;
  color: var(--psdbox-white);
  text-transform: uppercase;
  transition: all 500ms ease;
}

.feature-six__item__link:hover {
  color: var(--psdbox-base);
}

.feature-six__item__link__text {
  opacity: 0;
  color: inherit;
  transition: all 500ms ease;
  transform: translateX(-100%);
}

.feature-six__item__link__btn {
  width: 42px;
  height: 42px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--psdbox-base);
  border-radius: 50%;
  transform: rotate(-135deg);
  transition: all 500ms ease;
  background-color: var(--psdbox-white);
}

.feature-six__item__link__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.feature-six__item__link:hover .feature-six__item__link__btn {
  color: var(--psdbox-white);
  transform: rotate(0deg);
  background-color: var(--psdbox-base);
}

.feature-six__item:hover .feature-six__item__link__text {
  opacity: 1;
  transform: translateX(0px);
}

.feature-six__item__shape {
  width: 100%;
  height: 23px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
  clip-path: polygon(50% 0%, 75% 70%, 100% 70%, 100% 100%, 0 100%, 0 70%, 25% 70%);
}

.feature-six__item:hover .feature-six__item__shape {
  opacity: 1;
  transform: translateY(0px);
}

.feature-seven {
  position: relative;
  z-index: 1;
  margin-top: -158px;
}

.feature-seven__card {
  padding: 7px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 500ms ease;
  background-color: var(--psdbox-white);
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.feature-seven__card:hover {
  border-color: var(--psdbox-base);
}

.feature-seven__card__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}

.feature-seven__card__image::before,
.feature-seven__card__image::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  background-color: var(--psdbox-white);
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.feature-seven__card__image::before {
  left: 0;
  bottom: 0;
}

.feature-seven__card__image::after {
  top: 0;
  right: 0;
}

.feature-seven__card__image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.feature-seven__card:hover .feature-seven__card__image::before,
.feature-seven__card:hover .feature-seven__card__image::after {
  -webkit-animation: shineFullHover 0.75s;
  animation: shineFullHover 0.75s;
}

.feature-seven__card__content {
  position: relative;
  z-index: 1;
  padding-right: 30px;
}

@media (max-width: 1199px) {
  .feature-seven__card__content {
    padding: 0px 23px 23px;
  }
}

@media (max-width: 390px) {
  .feature-seven__card__content {
    padding: 0px 18px 18px;
  }
}

.feature-seven__card__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  font-size: 40px;
  color: var(--psdbox-base);
  transition: all 500ms ease;
}

.feature-seven__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.feature-seven__card__icon::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 0px;
  transition: all 500ms ease;
  background-color: RGBA(var(--psdbox-base-rgb, 255, 85, 40), 0.1);
}

.feature-seven__card:hover .feature-seven__card__icon {
  color: var(--psdbox-white);
}

.feature-seven__card:hover .feature-seven__card__icon::after {
  width: 100%;
  border-radius: 10px;
  background-color: var(--psdbox-black2);
}

.feature-seven__card__title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

.feature-seven__card__title a {
  color: inherit;
}

.feature-seven__card__title a:hover {
  color: var(--psdbox-base);
}

.feature-seven__card__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.feature-seven__card__title a:hover {
  background-size: 100% 1px;
}

.feature-seven__card__text {
  margin-bottom: 10px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

.feature-seven__card__btn {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-family: var(--psdbox-heading-bebas);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  color: var(--psdbox-base);
  text-transform: uppercase;
}

.feature-seven__card__btn__text {
  width: 0;
  opacity: 0;
  white-space: nowrap;
  display: inline-block;
  transition: all 500ms ease;
}

.feature-seven__card__btn__icon {
  width: 42px;
  height: 42px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: var(--psdbox-white);
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: all 500ms ease;
  background-color: var(--psdbox-black2);
}

.feature-seven__card__btn:hover .feature-seven__card__btn__icon {
  transform: rotate(0deg);
  background-color: var(--psdbox-base);
}

.feature-seven__card:hover .feature-seven__card__btn__text {
  width: 100%;
  opacity: 1;
}

.feature-seven__card:hover .feature-seven__card__btn__icon {
  margin-left: 0px;
}

.feature-seven__card__shape {
  width: 157px;
  height: 144px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  background-color: var(--psdbox-gray2);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 157.000000 144.000000"><g transform="translate(0.000000,144.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1550 918 c0 -18 5 -40 10 -48 7 -11 10 -2 10 33 0 26 -4 47 -10 47 -5 0 -10 -15 -10 -32z"/> <path d="M1460 820 c0 -10 9 -45 21 -76 24 -63 15 -92 -17 -55 -68 78 -73 82 -93 71 -27 -14 -26 -14 -50 26 -16 26 -27 35 -43 32 -29 -4 -35 -34 -12 -59 9 -10 14 -22 11 -26 -4 -3 -7 -1 -7 6 0 9 -4 8 -15 -3 -8 -8 -15 -19 -15 -24 0 -6 7 -12 15 -16 8 -3 15 -13 15 -23 0 -14 -2 -15 -9 -4 -6 9 -11 10 -15 2 -5 -7 -14 -7 -31 1 -14 6 -28 8 -31 5 -9 -8 13 -61 48 -116 27 -43 40 -42 17 0 -18 34 -4 45 16 12 10 -18 23 -29 28 -26 5 3 7 -5 5 -18 -4 -32 -34 -36 -69 -10 -36 27 -45 26 -52 -1 -4 -15 1 -31 17 -48 12 -14 30 -38 40 -53 9 -15 26 -31 36 -35 29 -11 9 -36 -21 -27 -40 13 -211 195 -243 258 -16 32 -31 56 -33 53 -11 -11 42 -124 83 -179 24 -32 44 -65 44 -73 0 -26 -29 -2 -67 54 -41 61 -51 72 -70 72 -19 0 -16 -32 7 -81 25 -57 25 -68 -1 -62 -20 6 -21 3 -15 -22 6 -24 5 -27 -7 -17 -19 16 -27 5 -21 -32 l5 -31 -18 25 c-10 14 -29 36 -43 50 -21 22 -25 23 -28 8 -3 -16 -7 -16 -45 5 -23 13 -47 22 -53 20 -7 -2 -23 16 -37 40 -14 24 -33 49 -41 57 -17 13 -22 50 -8 50 5 0 17 -9 27 -20 31 -34 38 -22 9 15 -35 46 -69 45 -68 0 0 -16 4 -45 8 -63 6 -25 4 -32 -8 -32 -8 0 -19 8 -25 17 -5 10 -12 15 -15 12 -3 -3 11 -32 30 -64 l36 -60 -32 30 -32 30 7 -30 c4 -16 25 -56 47 -87 l39 -58 -28 0 c-30 0 -80 31 -121 76 -26 28 -46 27 -50 -2 -3 -24 65 -134 84 -134 8 0 14 5 14 12 0 6 3 8 6 5 12 -11 -19 -39 -38 -34 -22 6 -24 -17 -4 -54 20 -38 4 -57 -22 -28 -19 19 -22 20 -28 6 -3 -9 4 -32 16 -52 l22 -35 519 0 519 0 0 365 c0 345 -1 368 -20 405 -31 60 -90 93 -90 50z m-899 -569 c5 -13 8 -25 6 -28 -5 -4 -57 73 -57 83 0 14 43 -32 51 -55z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 157.000000 144.000000"><g transform="translate(0.000000,144.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1550 918 c0 -18 5 -40 10 -48 7 -11 10 -2 10 33 0 26 -4 47 -10 47 -5 0 -10 -15 -10 -32z"/> <path d="M1460 820 c0 -10 9 -45 21 -76 24 -63 15 -92 -17 -55 -68 78 -73 82 -93 71 -27 -14 -26 -14 -50 26 -16 26 -27 35 -43 32 -29 -4 -35 -34 -12 -59 9 -10 14 -22 11 -26 -4 -3 -7 -1 -7 6 0 9 -4 8 -15 -3 -8 -8 -15 -19 -15 -24 0 -6 7 -12 15 -16 8 -3 15 -13 15 -23 0 -14 -2 -15 -9 -4 -6 9 -11 10 -15 2 -5 -7 -14 -7 -31 1 -14 6 -28 8 -31 5 -9 -8 13 -61 48 -116 27 -43 40 -42 17 0 -18 34 -4 45 16 12 10 -18 23 -29 28 -26 5 3 7 -5 5 -18 -4 -32 -34 -36 -69 -10 -36 27 -45 26 -52 -1 -4 -15 1 -31 17 -48 12 -14 30 -38 40 -53 9 -15 26 -31 36 -35 29 -11 9 -36 -21 -27 -40 13 -211 195 -243 258 -16 32 -31 56 -33 53 -11 -11 42 -124 83 -179 24 -32 44 -65 44 -73 0 -26 -29 -2 -67 54 -41 61 -51 72 -70 72 -19 0 -16 -32 7 -81 25 -57 25 -68 -1 -62 -20 6 -21 3 -15 -22 6 -24 5 -27 -7 -17 -19 16 -27 5 -21 -32 l5 -31 -18 25 c-10 14 -29 36 -43 50 -21 22 -25 23 -28 8 -3 -16 -7 -16 -45 5 -23 13 -47 22 -53 20 -7 -2 -23 16 -37 40 -14 24 -33 49 -41 57 -17 13 -22 50 -8 50 5 0 17 -9 27 -20 31 -34 38 -22 9 15 -35 46 -69 45 -68 0 0 -16 4 -45 8 -63 6 -25 4 -32 -8 -32 -8 0 -19 8 -25 17 -5 10 -12 15 -15 12 -3 -3 11 -32 30 -64 l36 -60 -32 30 -32 30 7 -30 c4 -16 25 -56 47 -87 l39 -58 -28 0 c-30 0 -80 31 -121 76 -26 28 -46 27 -50 -2 -3 -24 65 -134 84 -134 8 0 14 5 14 12 0 6 3 8 6 5 12 -11 -19 -39 -38 -34 -22 6 -24 -17 -4 -54 20 -38 4 -57 -22 -28 -19 19 -22 20 -28 6 -3 -9 4 -32 16 -52 l22 -35 519 0 519 0 0 365 c0 345 -1 368 -20 405 -31 60 -90 93 -90 50z m-899 -569 c5 -13 8 -25 6 -28 -5 -4 -57 73 -57 83 0 14 43 -32 51 -55z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.feature-seven__card:hover .feature-seven__card__shape {
  background-color: var(--psdbox-base);
}

.feature-eight {
  position: relative;
  z-index: 1;
  background-color: var(--psdbox-white);
}

.feature-eight__wrapper {
  border-radius: 20px;
  background-color: var(--psdbox-gray, #f1f6f7);
}

@media (max-width: 1199px) {
  .feature-eight__wrapper {
    padding-bottom: 52px;
  }
}

.feature-eight__carousel.owl-carousel .owl-nav button span {
  background-color: var(--psdbox-white);
}

.feature-eight .owl-item:not(:last-child) .feature-eight__card::after {
  content: "";
  width: 1px;
  height: calc(100% - 170px);
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-color: var(--psdbox-border-color, var(--psdbox-white));
}

@media (max-width: 767px) {
  .feature-eight .owl-item:not(:last-child) .feature-eight__card::after {
    display: none;
  }
}

.feature-eight__card {
  text-align: center;
  background-color: var(--psdbox-gray, #f1f6f7);
}

.feature-eight__card__content {
  padding: 52px 27px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.feature-eight__card__icon-box {
  width: 89px;
  height: 89px;
  position: relative;
  margin: 0px auto 28px;
  border-radius: 50%;
}

.feature-eight__card__icon-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7px;
  left: 0px;
  border-radius: inherit;
  transition: all 500ms ease;
  border: 1px solid RGBA(var(--psdbox-base-rgb, 255, 85, 40), 0.2);
}

.feature-eight__card:hover .feature-eight__card__icon-box::after {
  top: -7px;
  border-color: var(--psdbox-base);
}

.feature-eight__card__icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 50px;
  color: var(--psdbox-base);
  border-radius: inherit;
  transition: all 500ms ease;
  background-color: var(--psdbox-white);
}

.feature-eight__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.feature-eight__card__icon::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--psdbox-base);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.feature-eight__card:hover .feature-eight__card__icon {
  color: var(--psdbox-white);
}

.feature-eight__card:hover .feature-eight__card__icon::after {
  width: 100%;
  height: 100%;
}

.feature-eight__card__title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

.feature-eight__card__title a {
  color: inherit;
}

.feature-eight__card__title a:hover {
  color: var(--psdbox-base);
}

.feature-eight__card__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.feature-eight__card__title a:hover {
  background-size: 100% 1px;
}

.feature-eight__card__text {
  margin-bottom: 20px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

.feature-eight__card__btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: var(--psdbox-white);
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.feature-eight__card__btn:hover {
  transform: rotate(0deg);
  background-color: var(--psdbox-black3, #000);
}

.feature-eight__card__shape {
  width: 220px;
  height: 90px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 0;
  z-index: -1;
  transform: translateY(100%);
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 220.000000 90.000000"> <g transform="translate(0.000000,90.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M260 860 c0 -11 4 -20 10 -20 16 0 33 -41 41 -100 8 -54 8 -54 5 15 -4 75 -21 125 -43 125 -7 0 -13 -9 -13 -20z"/> <path d="M1673 768 c-15 -19 -33 -78 -32 -102 0 -15 6 -9 19 20 23 53 38 62 49 31 7 -17 5 -37 -4 -63 -8 -22 -14 -61 -15 -87 0 -40 -4 -50 -20 -54 -10 -3 -22 -14 -25 -24 -4 -10 -10 -19 -15 -19 -4 0 -17 -15 -29 -32 -11 -18 -21 -27 -21 -20 0 6 -6 12 -14 12 -15 0 -30 -37 -41 -102 -7 -42 -25 -52 -25 -14 0 13 -6 29 -14 35 -12 10 -17 8 -28 -11 -12 -23 -13 -23 -18 11 -6 41 -27 52 -38 20 -13 -34 -22 -10 -29 80 -7 91 -21 113 -51 83 -14 -14 -21 -40 -26 -103 -8 -91 -31 -146 -48 -116 -6 11 -3 49 8 108 15 81 16 140 4 267 0 1 -4 2 -10 2 -6 0 -10 -32 -10 -75 0 -80 -31 -231 -54 -268 -8 -12 -20 -44 -27 -72 -21 -88 -60 -142 -93 -129 -20 8 -21 20 -1 32 10 5 19 33 25 74 5 35 13 76 18 89 7 17 5 31 -6 46 -21 33 -39 28 -61 -15 -28 -55 -46 -68 -76 -54 -16 8 -25 19 -24 34 l0 23 9 -22 c12 -30 18 -29 12 2 -6 34 7 97 19 90 5 -4 9 -26 9 -51 0 -28 4 -43 10 -39 6 4 10 53 10 116 0 89 -3 109 -15 109 -8 0 -22 -12 -31 -26 -12 -17 -23 -24 -36 -20 -14 3 -18 0 -14 -10 3 -8 1 -14 -3 -14 -15 0 -21 31 -11 51 13 23 7 35 -21 42 -16 4 -19 2 -15 -11 5 -14 3 -13 -9 2 -10 14 -11 24 -4 37 6 13 6 25 0 38 -29 53 -81 18 -81 -54 0 -43 -1 -45 -29 -45 -42 0 -71 -40 -71 -99 0 -25 -7 -55 -16 -66 -14 -19 -16 -19 -28 -2 -7 9 -16 46 -20 82 -8 80 -21 115 -41 115 -25 0 -55 -77 -55 -143 0 -54 -29 -244 -48 -311 -9 -35 -32 -47 -32 -18 0 11 -11 34 -25 50 -24 29 -33 48 -17 39 4 -3 7 5 8 16 0 12 10 68 22 124 36 169 26 318 -21 311 -22 -3 -52 -68 -77 -166 -8 -30 -18 -46 -34 -52 -21 -8 -23 -16 -29 -107 -3 -54 -13 -118 -22 -143 -9 -25 -27 -80 -39 -123 l-24 -77 981 2 981 3 16 127 c15 119 13 158 -10 158 -4 0 -13 -13 -19 -30 -17 -51 -47 -32 -42 27 1 18 -4 42 -12 54 -13 18 -16 19 -24 4 -7 -12 -15 -14 -35 -6 -23 9 -26 16 -30 78 -4 47 -1 77 9 96 21 42 25 28 13 -44 -14 -89 -13 -119 5 -119 19 0 35 61 35 141 0 52 -4 69 -19 83 -19 17 -20 17 -35 -6 -8 -12 -18 -36 -22 -53 -4 -16 -12 -37 -19 -45 -7 -8 -17 -28 -22 -45 -8 -25 -68 -73 -79 -62 -2 2 0 28 6 57 13 67 13 177 0 185 -5 3 -15 -15 -21 -40 -6 -25 -16 -45 -21 -45 -6 0 -7 8 -3 18 13 32 18 152 7 152 -6 0 -12 -12 -14 -27 -2 -20 -9 -28 -23 -28 -11 0 -20 7 -21 15 -2 29 -17 95 -26 113 -10 20 -41 23 -55 5z m-6 -415 c-3 -10 -5 -2 -5 17 0 19 2 27 5 18 2 -10 2 -26 0 -35z m-1282 -23 c-9 -41 -24 -25 -18 18 4 22 9 30 15 24 6 -6 7 -24 3 -42z m15 -241 c0 -5 -4 -9 -10 -9 -5 0 -10 7 -10 16 0 8 5 12 10 9 6 -3 10 -10 10 -16z"/> <path d="M84 295 c-19 -45 -19 -79 0 -72 23 9 35 -15 45 -89 l8 -69 2 70 c0 49 -5 82 -18 112 -11 23 -17 51 -14 62 9 34 -7 24 -23 -14z"/> <path d="M35 84 c-9 -33 -19 -66 -21 -74 -3 -9 -2 -11 4 -5 11 12 43 127 37 133 -2 2 -11 -22 -20 -54z"/> <path d="M2157 64 c-10 -11 -9 -64 2 -64 11 0 22 53 12 63 -4 4 -10 4 -14 1z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 220.000000 90.000000"> <g transform="translate(0.000000,90.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M260 860 c0 -11 4 -20 10 -20 16 0 33 -41 41 -100 8 -54 8 -54 5 15 -4 75 -21 125 -43 125 -7 0 -13 -9 -13 -20z"/> <path d="M1673 768 c-15 -19 -33 -78 -32 -102 0 -15 6 -9 19 20 23 53 38 62 49 31 7 -17 5 -37 -4 -63 -8 -22 -14 -61 -15 -87 0 -40 -4 -50 -20 -54 -10 -3 -22 -14 -25 -24 -4 -10 -10 -19 -15 -19 -4 0 -17 -15 -29 -32 -11 -18 -21 -27 -21 -20 0 6 -6 12 -14 12 -15 0 -30 -37 -41 -102 -7 -42 -25 -52 -25 -14 0 13 -6 29 -14 35 -12 10 -17 8 -28 -11 -12 -23 -13 -23 -18 11 -6 41 -27 52 -38 20 -13 -34 -22 -10 -29 80 -7 91 -21 113 -51 83 -14 -14 -21 -40 -26 -103 -8 -91 -31 -146 -48 -116 -6 11 -3 49 8 108 15 81 16 140 4 267 0 1 -4 2 -10 2 -6 0 -10 -32 -10 -75 0 -80 -31 -231 -54 -268 -8 -12 -20 -44 -27 -72 -21 -88 -60 -142 -93 -129 -20 8 -21 20 -1 32 10 5 19 33 25 74 5 35 13 76 18 89 7 17 5 31 -6 46 -21 33 -39 28 -61 -15 -28 -55 -46 -68 -76 -54 -16 8 -25 19 -24 34 l0 23 9 -22 c12 -30 18 -29 12 2 -6 34 7 97 19 90 5 -4 9 -26 9 -51 0 -28 4 -43 10 -39 6 4 10 53 10 116 0 89 -3 109 -15 109 -8 0 -22 -12 -31 -26 -12 -17 -23 -24 -36 -20 -14 3 -18 0 -14 -10 3 -8 1 -14 -3 -14 -15 0 -21 31 -11 51 13 23 7 35 -21 42 -16 4 -19 2 -15 -11 5 -14 3 -13 -9 2 -10 14 -11 24 -4 37 6 13 6 25 0 38 -29 53 -81 18 -81 -54 0 -43 -1 -45 -29 -45 -42 0 -71 -40 -71 -99 0 -25 -7 -55 -16 -66 -14 -19 -16 -19 -28 -2 -7 9 -16 46 -20 82 -8 80 -21 115 -41 115 -25 0 -55 -77 -55 -143 0 -54 -29 -244 -48 -311 -9 -35 -32 -47 -32 -18 0 11 -11 34 -25 50 -24 29 -33 48 -17 39 4 -3 7 5 8 16 0 12 10 68 22 124 36 169 26 318 -21 311 -22 -3 -52 -68 -77 -166 -8 -30 -18 -46 -34 -52 -21 -8 -23 -16 -29 -107 -3 -54 -13 -118 -22 -143 -9 -25 -27 -80 -39 -123 l-24 -77 981 2 981 3 16 127 c15 119 13 158 -10 158 -4 0 -13 -13 -19 -30 -17 -51 -47 -32 -42 27 1 18 -4 42 -12 54 -13 18 -16 19 -24 4 -7 -12 -15 -14 -35 -6 -23 9 -26 16 -30 78 -4 47 -1 77 9 96 21 42 25 28 13 -44 -14 -89 -13 -119 5 -119 19 0 35 61 35 141 0 52 -4 69 -19 83 -19 17 -20 17 -35 -6 -8 -12 -18 -36 -22 -53 -4 -16 -12 -37 -19 -45 -7 -8 -17 -28 -22 -45 -8 -25 -68 -73 -79 -62 -2 2 0 28 6 57 13 67 13 177 0 185 -5 3 -15 -15 -21 -40 -6 -25 -16 -45 -21 -45 -6 0 -7 8 -3 18 13 32 18 152 7 152 -6 0 -12 -12 -14 -27 -2 -20 -9 -28 -23 -28 -11 0 -20 7 -21 15 -2 29 -17 95 -26 113 -10 20 -41 23 -55 5z m-6 -415 c-3 -10 -5 -2 -5 17 0 19 2 27 5 18 2 -10 2 -26 0 -35z m-1282 -23 c-9 -41 -24 -25 -18 18 4 22 9 30 15 24 6 -6 7 -24 3 -42z m15 -241 c0 -5 -4 -9 -10 -9 -5 0 -10 7 -10 16 0 8 5 12 10 9 6 -3 10 -10 10 -16z"/> <path d="M84 295 c-19 -45 -19 -79 0 -72 23 9 35 -15 45 -89 l8 -69 2 70 c0 49 -5 82 -18 112 -11 23 -17 51 -14 62 9 34 -7 24 -23 -14z"/> <path d="M35 84 c-9 -33 -19 -66 -21 -74 -3 -9 -2 -11 4 -5 11 12 43 127 37 133 -2 2 -11 -22 -20 -54z"/> <path d="M2157 64 c-10 -11 -9 -64 2 -64 11 0 22 53 12 63 -4 4 -10 4 -14 1z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.feature-eight__card:hover .feature-eight__card__shape {
  opacity: 1;
  transform: translateY(0px);
}

.feature-eight__bottom {
  margin-top: 50px;
  text-align: center;
}

.feature-eight__bottom__title {
  margin-bottom: 0px;
  font-family: var(--psdbox-special-cinzel);
  font-weight: 400;
  line-height: 1.625;
  color: var(--psdbox-black6);
  text-transform: capitalize;
}

.feature-eight__bottom__title__icon {
  display: inline-flex;
  margin-right: 10px;
  font-size: 28px;
  color: var(--psdbox-base);
  vertical-align: bottom;
}

.feature-eight__bottom__title__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.feature-eight__bottom__title__link {
  display: inline-flex;
  align-items: center;
  color: var(--psdbox-base);
  transition: all 500ms ease;
}

.feature-eight__bottom__title__link__text {
  position: relative;
}

.feature-eight__bottom__title__link__text::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 4px;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.feature-eight__bottom__title__link__icon {
  display: inline-flex;
  margin-left: 5px;
  transform: rotate(-45deg);
  transition: all 500ms ease;
}

.feature-eight__bottom__title__link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.feature-eight__bottom__title__link:hover .feature-eight__bottom__title__link__icon {
  transform: rotate(0deg);
}

.feature-nine {
  counter-reset: featureNumber;
  background-color: var(--psdbox-black2);
}

@media (min-width: 768px) {
  .feature-nine .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.feature-nine .row {
  --bs-gutter-x: 0px;
}

.feature-nine__card {
  padding: 20px;
  position: relative;
  overflow: hidden;
  background-color: var(--psdbox-black3, #000);
}

@media (max-width: 425px) {
  .feature-nine__card {
    padding: 15px;
  }
}

.feature-nine__card::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.feature-nine__card:hover::after {
  width: 100%;
}

.feature-nine__card__content {
  padding: 51px 64px;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
  border: 1px solid RGBA(var(--psdbox-white-rgb, 255, 255, 255), 0.2);
}

@media (max-width: 1599px) {
  .feature-nine__card__content {
    padding: 40px;
  }
}

@media (max-width: 1199px) {
  .feature-nine__card__content {
    padding: 30px;
  }
}

@media (max-width: 412px) {
  .feature-nine__card__content {
    padding: 25px;
  }
}

.feature-nine__card:hover .feature-nine__card__content {
  border-style: dashed;
  border-color: var(--psdbox-white);
}

.feature-nine__card__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.feature-nine__card__inner {
  position: relative;
  z-index: 1;
}

.feature-nine__card__top {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.feature-nine__card__icon {
  width: 80px;
  height: 80px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: var(--psdbox-base);
  border-radius: 50%;
  background-color: var(--psdbox-white);
}

.feature-nine__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.feature-nine__card__number {
  margin-bottom: 0px;
  font-size: 100px;
  line-height: 1;
  font-weight: 400;
  color: transparent;
  -webkit-text-stroke: 1px var(--psdbox-white);
}

@media (max-width: 1199px) {
  .feature-nine__card__number {
    font-size: 80px;
  }
}

@media (max-width: 390px) {
  .feature-nine__card__number {
    font-size: 60px;
  }
}

.feature-nine__card__number::after {
  counter-increment: featureNumber;
  content: counter(featureNumber, decimal-leading-zero);
}

.feature-nine__card__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.272;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

.feature-nine__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.feature-nine__card__title a:hover {
  background-size: 100% 1px;
}

.feature-nine__card__text {
  margin-bottom: 15px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}

.feature-nine__card__rm {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 500;
  line-height: 1.625;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.feature-nine__card__rm__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--psdbox-base);
  transform: rotate(-45deg);
  transition: all 500ms ease;
}

.feature-nine__card__rm__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.feature-nine__card__rm:hover .feature-nine__card__rm__icon {
  transform: rotate(0deg);
}

.feature-nine__card:hover .feature-nine__card__rm__icon {
  color: var(--psdbox-white);
}

/*--------------------------------------------------------------
# Slide Text
--------------------------------------------------------------*/
.slide-text {
  position: relative;
  z-index: 1;
  padding: 150px 0px 41px;
  background-color: var(--psdbox-white);
}

@media (max-width: 1199px) {
  .slide-text {
    padding: 120px 0px 75px;
  }
}

@media (max-width: 991px) {
  .slide-text {
    padding-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .slide-text {
    padding: 80px 0px 50px;
  }
}

@media (max-width: 575px) {
  .slide-text {
    padding-bottom: 40px;
  }
}

.slide-text .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.slide-text__one {
  padding: 35.5px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--psdbox-black2);
}

.slide-text__two {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0px;
  overflow: hidden;
  transform: skewY(-8.77deg);
  background-color: var(--psdbox-white);
}

@media (max-width: 1399px) {
  .slide-text__two {
    top: 30px;
  }
}

@media (max-width: 1199px) {
  .slide-text__two {
    margin-top: 35px;
    position: static;
  }
}

@media (max-width: 991px) {
  .slide-text__two {
    gap: 40px;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .slide-text__two {
    margin-top: 13px;
  }
}

@media (max-width: 575px) {
  .slide-text__two {
    gap: 30px;
    margin-top: 0px;
  }
}

@media (max-width: 480px) {
  .slide-text__two {
    margin-top: -10px;
  }
}

.slide-text__two--bottom .slide-text__title {
  color: var(--psdbox-black2);
}

.slide-text__two--bottom .slide-text__title--stroke {
  color: var(--psdbox-white);
  text-shadow: 1px 1px 0 var(--psdbox-black2), -1px -1px 0 var(--psdbox-black2), 1px -1px 0 var(--psdbox-black2), -1px 1px 0 var(--psdbox-black2), 1px 1px 0 var(--psdbox-black2);
}

.slide-text__two--bottom .slide-text__title__shape::after {
  background-color: var(--psdbox-black2);
}

.slide-text__scroll {
  width: -webkit-calc((420px * 16) + (30px * 16));
  width: -moz-calc((420px * 16) + (30px * 16));
  min-width: 100%;
  height: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 0px;
  -webkit-animation: scrollRightToLeft 20s linear infinite;
  -moz-animation: scrollRightToLeft 20s linear infinite;
  animation: scrollRightToLeft 20s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media (max-width: 991px) {
  .slide-text__scroll {
    gap: 40px;
  }
}

@media (max-width: 575px) {
  .slide-text__scroll {
    gap: 30px;
  }
}

.slide-text__scroll:hover {
  animation-play-state: paused;
}

.slide-text__scroll--right {
  -webkit-animation: scrollLeftToRight 20s linear infinite;
  -moz-animation: scrollLeftToRight 20s linear infinite;
  animation: scrollLeftToRight 20s linear infinite;
}

.slide-text__title {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: var(--psdbox-white);
  text-transform: uppercase;
}

.slide-text__title--stroke {
  color: var(--psdbox-black2);
  text-shadow: 1px 1px 0 var(--psdbox-white), -1px -1px 0 var(--psdbox-white), 1px -1px 0 var(--psdbox-white), -1px 1px 0 var(--psdbox-white), 1px 1px 0 var(--psdbox-white);
}

.slide-text__title__shape {
  width: 29px;
  height: 53px;
  display: block;
  flex-shrink: 0;
  position: relative;
}

.slide-text__title__shape::before {
  content: "";
  width: 5px;
  height: calc(100% - 9px);
  position: absolute;
  left: 9px;
  bottom: 0px;
  transform: rotate(25deg);
  background-color: var(--psdbox-base);
}

.slide-text__title__shape::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  background-color: var(--psdbox-white);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-six {
  position: relative;
  background-color: var(--psdbox-white);
}

.about-six .container {
  position: relative;
  z-index: 1;
}

.about-six__image {
  position: relative;
}

.about-six__image__one {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.about-six__image__one::after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: -1;
  background-color: var(--psdbox-base);
}

@media (max-width: 430px) {
  .about-six__image__one::after {
    width: 5px;
    left: -5px;
  }
}

.about-six__image__one img {
  max-width: 100%;
  height: auto;
}

.about-six__image__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.about-six__image__bottom {
  width: 212px;
  height: 212px;
  position: relative;
  position: absolute;
  top: 0px;
  left: -106px;
  bottom: 0px;
  margin: auto;
  z-index: 2;
}

@media (max-width: 1399px) {
  .about-six__image__bottom {
    left: -60px;
  }
}

@media (max-width: 1299px) {
  .about-six__image__bottom {
    left: -10px;
  }
}

@media (max-width: 1199px) {
  .about-six__image__bottom {
    left: -40px;
  }
}

@media (max-width: 991px) {
  .about-six__image__bottom {
    left: -30px;
  }
}

@media (max-width: 767px) {
  .about-six__image__bottom {
    left: -10px;
  }
}

@media (max-width: 575px) {
  .about-six__image__bottom {
    width: 190px;
    height: 190px;
  }
}

@media (max-width: 480px) {
  .about-six__image__bottom {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 430px) {
  .about-six__image__bottom {
    width: 130px;
    height: 130px;
    left: -5px;
  }
}

@media (max-width: 412px) {
  .about-six__image__bottom {
    bottom: auto;
  }
}

.about-six__image__two {
  position: relative;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  border: 10px solid var(--psdbox-white);
}

@media (max-width: 430px) {
  .about-six__image__two {
    border-width: 5px;
  }
}

.about-six__image__two img {
  max-width: 100%;
  height: auto;
}

.about-six__image__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -35px;
  left: -40px;
  z-index: 0;
  animation: shapeRotate 6s infinite linear;
}

.about-six__experience {
  padding: 20px 28px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}

.about-six__experience__year {
  margin-bottom: 5px;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1px var(--psdbox-white);
}

.about-six__experience__title {
  margin-bottom: 0px;
  font-family: var(--psdbox-special-cinzel);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--psdbox-white);
}

.about-six .video-btn {
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  color: var(--psdbox-white);
  border-color: var(--psdbox-white);
}

.about-six .video-btn:hover {
  border-color: var(--psdbox-base);
}

.about-six .video-btn>span {
  border-color: var(--psdbox-white);
}

.about-six .video-btn:hover>span {
  border-color: var(--psdbox-base);
}

.about-six__text {
  margin-bottom: 25px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

.about-six__feature {
  display: grid;
  grid-gap: 20px 30px;
  align-items: center;
  grid-template-columns: 1fr 222px;
  margin-bottom: 20px;
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

@media (max-width: 575px) {
  .about-six__feature {
    padding-bottom: 20px;
    grid-template-columns: 1fr;
  }
}

.about-six__feature__list {
  margin-bottom: 0px;
  padding: 15px 0px;
}

.about-six__feature__list li+li {
  margin-top: 10px;
}

.about-six__feature__list li {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
}

.about-six__feature__list li:hover {
  color: var(--psdbox-base);
}

.about-six__feature__list__icon {
  flex-shrink: 0;
  font-size: 18px;
}

.about-six__feature__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-six__feature__image {
  display: inline-block;
}

.about-six__feature__image img {
  max-width: 100%;
  height: auto;
}

.about-six__bottom {
  display: flex;
  gap: 22px;
  align-items: center;
}

.about-six__bottom__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 119px;
  color: var(--psdbox-base);
}

@media (max-width: 575px) {
  .about-six__bottom__icon {
    font-size: 100px;
  }
}

@media (max-width: 390px) {
  .about-six__bottom__icon {
    font-size: 90px;
  }
}

.about-six__bottom__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-six__bottom__title {
  margin-bottom: 0px;
  font-family: var(--psdbox-special-cinzel);
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
  color: transparent;
  -webkit-text-stroke: 1px RGBA(var(--psdbox-black3-rgb, 0, 0, 0), 0.5);
}

@media (max-width: 767px) {
  .about-six__bottom__title {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .about-six__bottom__title {
    font-size: 50px;
  }
}

@media (max-width: 390px) {
  .about-six__bottom__title {
    font-size: 38px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-six__bottom__title {
    font-size: 50px;
  }
}

.about-six__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 10px;
  bottom: 0px;
  animation: heartbeat 2s infinite;
}

@media (max-width: 1599px) {
  .about-six__shape {
    display: none;
  }
}

.about-seven {
  position: relative;
  overflow: hidden;
  background-color: var(--psdbox-white);
}

.about-seven .container {
  position: relative;
  z-index: 1;
}

.about-seven__image {
  position: relative;
}

.about-seven__image::after {
  content: "";
  width: 100%;
  height: calc(100% + 1000px);
  position: absolute;
  top: -100px;
  left: -328px;
  z-index: 1;
  transform: rotate(39.47deg);
  background-color: var(--psdbox-base);
  border-radius: 1000px 1000px 0px 0px;
}

@media (max-width: 991px) {
  .about-seven__image::after {
    display: none;
  }
}

.about-seven__image__box {
  width: 570px;
  height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  border: 8px solid var(--psdbox-base);
  background-color: var(--psdbox-white);
}

@media (max-width: 767px) {
  .about-seven__image__box {
    width: 510px;
    height: 510px;
  }
}

@media (max-width: 575px),
(min-width: 992px) and (max-width: 1199px) {
  .about-seven__image__box {
    width: 450px;
    height: 450px;
  }
}

@media (max-width: 480px) {
  .about-seven__image__box {
    width: 401px;
    height: 401px;
  }
}

@media (max-width: 430px) {
  .about-seven__image__box {
    width: 345px;
    height: 345px;
  }
}

@media (max-width: 375px) {
  .about-seven__image__box {
    width: 330px;
    height: 330px;
  }
}

@media (max-width: 360px) {
  .about-seven__image__box {
    width: 290px;
    height: 290px;
  }
}

.about-seven__image__box img {
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  position: relative;
  top: 5px;
  left: 5px;
  border-radius: inherit;
}

.about-seven__image__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: shapeMove 2s infinite linear;
}

@media (max-width: 575px) {
  .about-seven__image__shape {
    top: -10px;
    left: -10px;
  }
}

@media (max-width: 480px) {
  .about-seven__image__shape {
    top: -20px;
    left: -20px;
  }
}

.about-seven__content {
  margin-top: 100px;
}

@media (max-width: 1199px) {
  .about-seven__content {
    margin-top: 0px;
  }
}

.about-seven__text {
  margin-bottom: 26px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

.about-seven__info {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .about-seven__info {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-seven__experience {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 34px 28px;
  position: relative;
  background-color: var(--psdbox-black2);
}

.about-seven__experience::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed var(--psdbox-white);
}

.about-seven__experience__year {
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
  color: var(--psdbox-base);
  -webkit-text-stroke: 2px var(--psdbox-white);
}

.about-seven__experience__title {
  margin-bottom: 0px;
  font-family: var(--psdbox-heading-bebas);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.272;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

.about-seven__list {
  flex-grow: 1;
  position: relative;
  margin-bottom: 0px;
  padding: 15px 25px 15px 32px;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  border-left: none;
}

.about-seven__list::before {
  content: "";
  width: 5px;
  height: calc(100% + 2px);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-color: var(--psdbox-base);
}

.about-seven__list::after {
  content: "";
  width: 13px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  background-color: var(--psdbox-base);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.about-seven__list li+li {
  margin-top: 10px;
}

.about-seven__list li {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
}

.about-seven__list li:hover {
  color: var(--psdbox-base);
}

.about-seven__list__icon {
  flex-shrink: 0;
  font-size: 18px;
}

.about-seven__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-seven__button {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
}

.about-seven__video {
  display: flex;
  gap: 30px;
  align-items: center;
}

.about-seven__video__title {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  color: var(--psdbox-black);
  text-transform: uppercase;
}

.about-seven__image-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 10px;
  bottom: 10px;
  animation: heartbeat 2.5s infinite;
}

@media (max-width: 1799px) {
  .about-seven__image-2 {
    display: none;
  }
}

.about-seven__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 111px;
  right: 106px;
  animation: heartbeat 3s infinite;
}

@media (max-width: 1599px) {
  .about-seven__shape {
    top: 70px;
    right: 70px;
  }
}

@media (max-width: 1199px) {
  .about-seven__shape {
    display: none;
  }
}

.about-eight {
  position: relative;
  overflow: hidden;
  background-color: var(--psdbox-white);
}

.about-eight .container {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.about-eight .row {
  --bs-gutter-x: 0px;
}

.about-eight .col-xl-5 {
  width: 46.5%;
}

@media (max-width: 991px) {
  .about-eight .col-xl-5 {
    width: 100%;
  }
}

.about-eight .col-xl-7 {
  width: 53.5%;
}

@media (max-width: 991px) {
  .about-eight .col-xl-7 {
    width: 100%;
  }
}

.about-eight__image {
  height: 100%;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px;
  position: relative;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  border-right: nine;
}

@media (max-width: 991px) {
  .about-eight__image {
    border-left: none;
    border-bottom: none;
  }
}

@media (max-width: 575px) {
  .about-eight__image {
    padding: 15px;
  }
}

.about-eight__image__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-eight__experience {
  width: 194px;
  height: 194px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  background-color: var(--psdbox-white);
}

@media (max-width: 430px) {
  .about-eight__experience {
    width: 170px;
    height: 170px;
  }
}

@media (max-width: 390px) {
  .about-eight__experience {
    width: 150px;
    height: 150px;
  }
}

.about-eight__experience::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: inherit;
  border: 1px dashed var(--psdbox-base);
}

.about-eight__experience__year {
  margin-bottom: 0px;
  line-height: 1;
  font-size: 50px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 3px var(--psdbox-base);
}

@media (max-width: 430px) {
  .about-eight__experience__year {
    font-size: 40px;
  }
}

@media (max-width: 390px) {
  .about-eight__experience__year {
    font-size: 35px;
  }
}

.about-eight__experience__text {
  margin-bottom: 0px;
  font-family: var(--psdbox-special-cinzel);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.136;
  color: var(--psdbox-base);
  text-transform: capitalize;
}

@media (max-width: 430px) {
  .about-eight__experience__text {
    font-size: 18px;
  }
}

@media (max-width: 390px) {
  .about-eight__experience__text {
    font-size: 16px;
  }
}

.about-eight__experience__text br {
  display: inline !important;
}

.about-eight__content {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 70px 40px 70px 70px;
  position: relative;
}

@media (max-width: 991px) {
  .about-eight__content {
    padding: 50px 70px 70px;
  }
}

@media (max-width: 767px) {
  .about-eight__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .about-eight__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-eight__content {
    padding-left: 40px;
  }
}

.about-eight__content__box {
  width: 100%;
  max-width: 540px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1399px) {
  .about-eight__content__box {
    max-width: 100%;
  }
}

.about-eight__content__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 37px;
  bottom: 68px;
  z-index: 1;
  animation: heartbeat 2.5s infinite;
}

@media (max-width: 1599px) {
  .about-eight__content__shape {
    display: none;
  }
}

.about-eight__content__bg {
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.about-eight__content__bg::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(var(--psdbox-black7-rgb), 0.8);
}

.about-eight .sec-title-three__tagline__ball::after {
  border-color: var(--psdbox-black7);
}

.about-eight__text {
  margin-bottom: 26px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}

.about-eight__text-two {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 30px;
  margin-bottom: 31px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.666;
  color: var(--psdbox-white);
  border-top: 1px solid RGBA(var(--psdbox-border-color-rgb, 221, 221, 221), 0.4);
}

@media (max-width: 440px) {
  .about-eight__text-two {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-eight__text-two__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 65px;
  color: var(--psdbox-base);
}

.about-eight__text-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-eight__list {
  margin-bottom: 32px;
}

.about-eight__list li+li {
  margin-top: 9px;
}

.about-eight__list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.666;
  color: var(--psdbox-white);
  transition: all 500ms ease;
}

.about-eight__list li:hover {
  color: var(--psdbox-base);
}

.about-eight__list__icon {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  top: 6px;
  font-size: 18px;
}

.about-eight__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-nine {
  position: relative;
  overflow: hidden;
  background-color: var(--psdbox-black2);
}

.about-nine .container {
  position: relative;
  z-index: 1;
}

.about-nine__image {
  position: relative;
  display: inline-block;
}

.about-nine__image__one {
  position: relative;
  z-index: 1;
}

.about-nine__image__one .grid-reveal-anim {
  position: relative;
  z-index: 1;
}

.about-nine__image__one__shape {
  width: 30px;
  height: 221px;
  position: relative;
  position: absolute;
  top: 0px;
  right: -27px;
}

@media (max-width: 575px) {
  .about-nine__image__one__shape {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-nine__image__one__shape {
    right: -15px;
  }
}

.about-nine__image__one__shape::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-top: 10px solid var(--psdbox-base);
  border-right: 10px solid var(--psdbox-base);
  animation: movebounce4 2s linear infinite;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-nine__image__one__shape::after {
    border-width: 5px;
  }
}

.about-nine__image__two {
  width: 200px;
  height: 208px;
  padding: 10px 0px 0px 10px;
  position: absolute;
  right: -84px;
  bottom: 0px;
  z-index: 2;
  background-color: var(--psdbox-white);
}

@media (max-width: 767px) {
  .about-nine__image__two {
    right: -40px;
  }
}

@media (max-width: 575px) {
  .about-nine__image__two {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-nine__image__two {
    right: 0px;
  }
}

.about-nine__image img {
  max-width: 100%;
  height: auto;
}

.about-nine__image__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 62px;
  left: -58px;
  animation: shapeMove 2s linear infinite;
}

.about-nine__experience {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: -39px;
  bottom: 0px;
  z-index: 2;
  margin: auto;
  writing-mode: sideways-lr;
}

@media (max-width: 991px) {
  .about-nine__experience {
    left: -25px;
  }
}

@media (max-width: 575px) {
  .about-nine__experience {
    left: 0px;
  }
}

@media (max-width: 440px) {
  .about-nine__experience {
    position: static;
    writing-mode: horizontal-tb;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .about-nine__experience {
    left: -25px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .about-nine__experience {
    left: 0px;
  }
}

.about-nine__experience__title {
  display: inline-block;
  margin: 0px;
  padding: 49.5px 12.5px;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  color: var(--psdbox-white);
  text-transform: capitalize;
  background-color: var(--psdbox-base);
  border: 10px solid var(--psdbox-white);
}

@media (max-width: 440px) {
  .about-nine__experience__title {
    padding: 12.5px 49.5px;
  }
}

.about-nine__text {
  margin-bottom: 26px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}

.about-nine__text-two {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 30px;
  margin-bottom: 31px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.666;
  color: var(--psdbox-white);
  border-top: 1px solid RGBA(var(--psdbox-border-color-rgb, 221, 221, 221), 0.4);
}

@media (max-width: 440px) {
  .about-nine__text-two {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-nine__text-two__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 65px;
  color: var(--psdbox-base);
}

.about-nine__text-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-nine__list {
  margin-bottom: 32px;
}

.about-nine__list li+li {
  margin-top: 9px;
}

.about-nine__list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.666;
  color: var(--psdbox-white);
  transition: all 500ms ease;
}

.about-nine__list li:hover {
  color: var(--psdbox-base);
}

.about-nine__list__icon {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  top: 6px;
  font-size: 18px;
}

.about-nine__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-nine__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 50px;
  bottom: 70px;
  opacity: 0.5;
  animation: shapeMove 2s linear infinite;
}

@media (max-width: 1599px) {
  .about-nine__shape {
    display: none;
  }
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-five {
  background-color: var(--psdbox-white);
}

.funfact-five__wrapper {
  border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.funfact-five__item {
  display: flex;
  gap: 21px;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .funfact-five__item {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .funfact-five__item {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (max-width: 390px) {
  .funfact-five__item {
    padding-bottom: 56px;
    text-align: center;
    flex-direction: column;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .funfact-five__item {
    padding-bottom: 56px;
    text-align: center;
    flex-direction: column;
  }
}

.funfact-five__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: -2;
  transform: translateY(-15%);
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
  border-radius: 1000px 1000px 0px 0px;
}

.funfact-five__item:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.funfact-five__item::after {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  opacity: 0;
  margin: auto;
  border-radius: 10px;
  perspective: 4000px;
  transform: rotateX(90deg);
  transition: all 500ms ease;
  background-color: var(--psdbox-black2);
  border: 1px dashed RGBA(var(--psdbox-gray-rgb, 241, 246, 247), 1);
}

.funfact-five__item:hover::after {
  opacity: 1;
  transform: rotateX(0);
}

.funfact-five__item__icon-box {
  width: 91px;
  height: 91px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  transition: all 0.5s ease;
  background-color: var(--psdbox-base);
}

.funfact-five__item:hover .funfact-five__item__icon-box {
  background-color: var(--psdbox-white);
}

.funfact-five__item__icon {
  width: 91px;
  height: 91px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 56px;
  color: var(--psdbox-white);
  border-radius: 20px;
  transition: all 0.5s ease;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.funfact-five__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.funfact-five__item:hover .funfact-five__item__icon {
  color: var(--psdbox-base);
  background-color: var(--psdbox-white);
}

.funfact-five__item__count {
  margin-bottom: 5px;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: var(--psdbox-black5);
  transition: all 500ms ease;
}

.funfact-five__item:hover .funfact-five__item__count {
  color: var(--psdbox-white);
}

.funfact-five__item__text {
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.funfact-five__item:hover .funfact-five__item__text {
  color: var(--psdbox-white);
}

.funfact-six {
  position: relative;
  background-color: var(--psdbox-black2);
}

.funfact-six__bg {
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.funfact-six__bg::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: RGBA(var(--psdbox-black2-rgb, 18, 18, 18), 0.85);
}

.funfact-six .container {
  position: relative;
  z-index: 2;
}

.funfact-six__text {
  margin-bottom: 38px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}

.funfact-six__wrapper {
  max-width: 489px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .funfact-six__wrapper {
    margin: 20px 0px 0px;
  }
}

.funfact-six__card {
  display: grid;
  grid-gap: 25px 20px;
  align-items: center;
  grid-template-columns: 91px 1fr;
  padding: 25px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
  transition: all 500ms ease;
  border: 1px solid transparent;
  background-color: var(--psdbox-white);
}

@media (max-width: 575px) {
  .funfact-six__card {
    padding-left: 25px;
    padding-right: 25px;
    justify-items: center;
    grid-template-columns: 1fr;
  }
}

.funfact-six__card:hover {
  border-color: var(--psdbox-white);
}

.funfact-six__card::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.funfact-six__card:hover::after {
  width: 100%;
  left: 0px;
}

.funfact-six__card__icon {
  width: 91px;
  height: 91px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 56px;
  color: var(--psdbox-white);
  border-radius: 20px;
  transition: all 500ms ease;
  background-color: var(--psdbox-black4);
}

.funfact-six__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.funfact-six__card__icon::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--psdbox-white);
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}

.funfact-six__card:hover .funfact-six__card__icon {
  color: var(--psdbox-base);
}

.funfact-six__card:hover .funfact-six__card__icon::after {
  width: 100%;
  height: 100%;
}

.funfact-six__card__content {
  display: grid;
  grid-gap: 10px 40px;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .funfact-six__card__content {
    text-align: center;
    align-items: center;
    grid-template-columns: 1fr;
  }
}

.funfact-six__card__count {
  position: relative;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
  color: var(--psdbox-black5);
  transition: all 500ms ease;
}

.funfact-six__card__count::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -20px;
  border-radius: 100px;
  transform: translateY(-50%);
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

@media (max-width: 575px) {
  .funfact-six__card__count::after {
    display: none;
  }
}

.funfact-six__card:hover .funfact-six__card__count {
  color: var(--psdbox-white);
}

.funfact-six__card:hover .funfact-six__card__count::after {
  background-color: var(--psdbox-white);
}

.funfact-six__card__text {
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.funfact-six__card:hover .funfact-six__card__text {
  color: var(--psdbox-white);
}

.funfact-six__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 29px;
  bottom: 32px;
  z-index: 1;
  animation: treeMove 3s linear 0s infinite;
}

@media (max-width: 375px) {
  .funfact-six__shape {
    display: none;
  }
}

.funfact-seven {
  position: relative;
  padding-bottom: 75px;
  background-color: var(--psdbox-black2);
}

.funfact-seven .container {
  position: relative;
  z-index: 1;
}

.funfact-seven__card {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 26px 30px 0px;
}

.funfact-seven__card__content {
  position: relative;
  z-index: 2;
}

.funfact-seven__card__count {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  color: var(--psdbox-black);
  transition: all 500ms ease;
}

.funfact-seven__card:hover .funfact-seven__card__count {
  color: var(--psdbox-white);
}

.funfact-seven__card__text {
  margin-bottom: 23px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.funfact-seven__card:hover .funfact-seven__card__text {
  color: var(--psdbox-white);
}

.funfact-seven__card__icon {
  width: 91px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0px auto;
  font-size: 56px;
  color: var(--psdbox-white);
  border-radius: 20px;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.funfact-seven__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.funfact-seven__card__icon::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--psdbox-white);
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}

.funfact-seven__card:hover .funfact-seven__card__icon {
  color: var(--psdbox-base);
}

.funfact-seven__card:hover .funfact-seven__card__icon::after {
  width: 100%;
  height: 100%;
}

.funfact-seven__card__bg {
  width: 100%;
  height: calc(100% - 43px);
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--psdbox-white);
}

.funfact-seven__card__bg::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--psdbox-base);
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}

.funfact-seven__card:hover .funfact-seven__card__bg::after {
  width: 100%;
  height: 100%;
}

.funfact-seven__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: -65px;
  animation: treeMove3 3s linear 0s infinite;
}

@media (max-width: 991px) {
  .funfact-seven__shape {
    display: none;
  }
}

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
.service-four {
  position: relative;
  background-color: var(--psdbox-black3, #000);
}

.service-four__bg {
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.service-four__bg::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: RGBA(var(--psdbox-black3-rgb, 0, 0, 0), 0.9);
}

.service-four .container {
  position: relative;
  z-index: 1;
}

.service-four__grid {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 1;
  border: 1px solid RGBA(var(--psdbox-border-color-rgb, 221, 221, 221), 0.2);
  border-bottom: none;
}

@media (max-width: 767px) {
  .service-four__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service-four__grid::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-color: RGBA(var(--psdbox-border-color-rgb, 221, 221, 221), 0.2);
}

@media (max-width: 767px) {
  .service-four__grid::after {
    display: none;
  }
}

.service-four__card {
  padding: 11px;
  border-bottom: 1px solid RGBA(var(--psdbox-border-color-rgb, 221, 221, 221), 0.2);
}

.service-four__card__content {
  height: 100%;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding: 45px 33px 43px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px),
(min-width: 992px) and (max-width: 1199px) {
  .service-four__card__content {
    padding: 35px 30px 33px;
  }
}

@media (max-width: 480px),
(min-width: 768px) and (max-width: 991px) {
  .service-four__card__content {
    padding: 30px 25px 27px;
    flex-direction: column;
  }
}

.service-four__card__content::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--psdbox-black2);
}

.service-four__card:hover .service-four__card__content::after {
  width: 100%;
  left: 0px;
}

.service-four__card__icon {
  width: 80px;
  height: 80px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 6px;
  z-index: 2;
  font-size: 40px;
  color: var(--psdbox-base);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--psdbox-white);
}

.service-four__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.service-four__card__icon::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--psdbox-base);
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}

.service-four__card:hover .service-four__card__icon {
  color: var(--psdbox-white);
}

.service-four__card:hover .service-four__card__icon::after {
  width: 100%;
  height: 100%;
}

.service-four__card__right {
  position: relative;
  z-index: 2;
}

.service-four__card__title {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.272;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

.service-four__card__title a {
  color: inherit;
}

.service-four__card__title a:hover {
  color: var(--psdbox-base);
}

.service-four__card__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-four__card__title a:hover {
  background-size: 100% 1px;
}

.service-four__card__text {
  margin-bottom: 10px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}

.service-four__card__link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: var(--psdbox-white);
  text-transform: uppercase;
  transition: all 500ms ease;
}

.service-four__card__link:hover {
  color: var(--psdbox-base);
}

.service-four__card__link__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--psdbox-base);
  transform: rotate(-45deg);
  transition: all 500ms ease;
}

.service-four__card__link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.service-four__card__link:hover .service-four__card__link__icon {
  transform: rotate(0deg);
}

.service-four__card__shape-1 {
  width: 57px;
  height: 46px;
  position: relative;
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: 1;
  transform: translateX(100%);
  transition: all 500ms ease;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: RGBA(var(--psdbox-base-rgb, 255, 85, 40), 0.3);
}

.service-four__card__shape-1::after {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  right: 0px;
  bottom: 0px;
  clip-path: inherit;
  background-color: var(--psdbox-base);
}

.service-four__card:hover .service-four__card__shape-1 {
  opacity: 1;
  transform: translateX(0%);
}

.service-four__card__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.service-four__card:hover .service-four__card__shape-2 {
  opacity: 0.2;
}

.service-four__bottom {
  margin-top: 48px;
  text-align: center;
}

.service-four__bottom__text {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  font-weight: 500;
  font-style: italic;
  line-height: 1.277;
  color: var(--psdbox-white);
}

.service-four__bottom__text a {
  font-style: normal;
  color: var(--psdbox-base);
  text-decoration: underline;
  transition: all 500ms ease;
}

.service-four__bottom__text a:hover {
  color: var(--psdbox-white);
}

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose-four {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
}

.why-choose-four__text {
  margin-bottom: 25px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

.why-choose-four__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 19px 41px 19px 22px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--psdbox-white);
}

@media (max-width: 480px) {
  .why-choose-four__item {
    padding-right: 22px;
    flex-direction: column;
  }
}

.why-choose-four__item:not(:last-child) {
  margin-bottom: 30px;
}

.why-choose-four__item::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--psdbox-black2);
}

.why-choose-four__item:hover::after {
  height: 100%;
}

.why-choose-four__item__icon-box {
  width: 95px;
  height: 95px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
  border: 5px solid var(--psdbox-white);
}

.why-choose-four__item__icon-box::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--psdbox-white);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.why-choose-four__item:hover .why-choose-four__item__icon-box {
  border-color: var(--psdbox-base);
}

.why-choose-four__item:hover .why-choose-four__item__icon-box::after {
  width: 100%;
  height: 100%;
}

.why-choose-four__item__icon {
  font-size: 48px;
  color: var(--psdbox-white);
  border-radius: inherit;
  transition: all 500ms ease;
}

.why-choose-four__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.why-choose-four__item:hover .why-choose-four__item__icon {
  color: var(--psdbox-base);
}

.why-choose-four__item__content {
  position: relative;
  z-index: 1;
}

.why-choose-four__item__title {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.545;
  font-weight: 700;
  color: var(--psdbox-black);
  text-transform: capitalize;
  transition: all 500ms ease;
}

.why-choose-four__item:hover .why-choose-four__item__title {
  color: var(--psdbox-white);
}

.why-choose-four__item__text {
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
}

.why-choose-four__item:hover .why-choose-four__item__text {
  color: var(--psdbox-white);
}

.why-choose-four__item__shape {
  width: 35px;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
}

@media (max-width: 480px) {
  .why-choose-four__item__shape {
    display: none;
  }
}

.why-choose-four__item__shape::before,
.why-choose-four__item__shape::after {
  content: "";
  width: 100%;
  position: absolute;
  right: 0px;
  background-color: var(--psdbox-base);
}

.why-choose-four__item__shape::before {
  height: 60%;
  top: 0px;
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 42%);
}

.why-choose-four__item__shape::after {
  height: 40%;
  bottom: 0px;
  clip-path: polygon(55% 0, 100% 55%, 100% 100%, 0 100%);
}

.why-choose-four__image {
  width: 47.5%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
}

.why-choose-four__image__box {
  width: 100%;
  height: 100%;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 28%);
}

.why-choose-four__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-choose-four__btn {
  width: 124px;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 213px;
  left: -51px;
  z-index: 1;
  border-radius: 50%;
  border: 5px solid var(--psdbox-base);
  background-color: var(--psdbox-white);
}

.why-choose-four__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 20px;
  z-index: 0;
}

@media (max-width: 991px) {
  .why-choose-four__shape {
    display: none;
  }
}

.why-choose-five {
  background-color: var(--psdbox-white);
}

.why-choose-five__content {
  padding-right: 57px;
}

@media (max-width: 1199px) {
  .why-choose-five__content {
    padding-right: 0px;
  }
}

.why-choose-five__text {
  margin-bottom: 27px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

.why-choose-five__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 30px;
  margin-bottom: 43px;
  border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

@media (max-width: 480px) {
  .why-choose-five__item {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-five__item {
    margin-bottom: 0px;
  }
}

.why-choose-five__item__icon {
  width: 87px;
  height: 87px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 48px;
  color: var(--psdbox-white);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.why-choose-five__item__icon::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--psdbox-black2);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.why-choose-five__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.why-choose-five__item:hover .why-choose-five__item__icon::after {
  width: 100%;
  height: 100%;
}

.why-choose-five__item__title {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

.why-choose-five__item__text {
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

.why-choose-five__list {
  display: grid;
  grid-gap: 21px;
  align-items: center;
  grid-template-columns: 200px 1fr;
}

@media (max-width: 575px) {
  .why-choose-five__list {
    grid-template-columns: 1fr;
  }
}

.why-choose-five__list__image {
  border-radius: 10px;
}

.why-choose-five__list__image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.why-choose-five__list__box {
  margin: 0px;
}

.why-choose-five__list__box li+li {
  margin-top: 9px;
}

.why-choose-five__list__box li {
  position: relative;
  padding-left: 16px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

.why-choose-five__list__box li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 11px;
  left: 0px;
  border-radius: 50%;
  background-color: var(--psdbox-base);
}

.why-choose-five__image {
  position: relative;
}

.why-choose-five__image__box {
  display: inline-block;
  position: relative;
  margin-left: -70px;
}

@media (max-width: 1199px) {
  .why-choose-five__image__box {
    margin-left: 0px;
  }
}

@media (max-width: 1199px) {
  .why-choose-five__image img {
    max-width: 100%;
    height: auto;
  }
}

.why-choose-five__image__shape-1 {
  max-width: 100%;
  position: absolute;
  top: 122px;
  left: 100px;
  animation: heartPulse 3s ease-in-out infinite;
  transform-origin: center;
}

@media (max-width: 991px) {
  .why-choose-five__image__shape-1 {
    left: 80px;
  }
}

@media (max-width: 767px) {
  .why-choose-five__image__shape-1 {
    display: none;
  }
}

@keyframes heartPulse {
  0% {
    transform: translateY(0) scale(1);
  }

  25% {
    transform: translateY(-8px) scale(1.05);
  }

  50% {
    transform: translateY(0) scale(1.12);
  }

  75% {
    transform: translateY(-5px) scale(1.05);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

.why-choose-five__image__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 120px;
  right: -30px;
  animation: stripeFloat 6s ease-in-out infinite;
  transform-origin: center;
}

@media (max-width: 767px) {
  .why-choose-five__image__shape-2 {
    display: none;
  }
}

@keyframes stripeFloat {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-12px) rotate(4deg);
  }

  50% {
    transform: translateY(0) rotate(0deg);
  }

  75% {
    transform: translateY(12px) rotate(-4deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

/*--------------------------------------------------------------
# Donations
--------------------------------------------------------------*/
.donations-five {
  position: relative;
  background-color: var(--psdbox-white);
}

.donations-five__bg {
  width: 100%;
  height: 521px;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.donations-five__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: RGBA(var(--psdbox-black2-rgb, 18, 18, 18), 0.93);
}

.donations-five .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 1400px) {
  .donations-five .container {
    max-width: 1610px;
  }
}

.donations-five__item {
  padding: 10px;
  position: relative;
  overflow: hidden;
  transition: all 500ms ease;
  background-color: var(--psdbox-white);
  box-shadow: 0px 4px 23.7px rgba(115, 115, 115, 0.15);
}

.donations-five__item__image {
  display: block;
  position: relative;
  overflow: hidden;
}

.donations-five__item__image::before,
.donations-five__item__image::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  background-color: var(--psdbox-white);
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.donations-five__item__image::before {
  left: 0;
  bottom: 0;
}

.donations-five__item__image::after {
  top: 0;
  right: 0;
}

.donations-five__item__image img {
  width: 100%;
  height: auto;
  transition: all 500ms ease;
}

.donations-five__item:hover .donations-five__item__image::before,
.donations-five__item:hover .donations-five__item__image::after {
  -webkit-animation: shineFullHover 0.75s;
  animation: shineFullHover 0.75s;
}

.donations-five__item:hover .donations-five__item__image img {
  transform: scale(1.05);
}

.donations-five__item__category {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 4px 18px 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: var(--psdbox-white);
  text-transform: uppercase;
  transition: all 500ms ease;
  background-color: var(--psdbox-black2);
  border-top: 1px solid var(--psdbox-white);
  border-right: 1px solid var(--psdbox-white);
}

.donations-five__item:hover .donations-five__item__category {
  background-color: var(--psdbox-base);
}

.donations-five__item__content {
  position: relative;
  z-index: 1;
}

.donations-five__item__content::after {
  content: "";
  width: calc(100% + 20px);
  height: 0%;
  position: absolute;
  left: 50%;
  bottom: -10px;
  z-index: -1;
  transform: translateX(-50%);
  transition: all 500ms ease;
  background-color: var(--psdbox-black2);
}

.donations-five__item:hover .donations-five__item__content::after {
  height: calc(100% + 10px);
}

.donations-five__item__progress {
  position: relative;
  z-index: 1;
  padding: 46px 21px 19px;
  background-color: var(--psdbox-gray, #f1f6f7);
}

.donations-five__item__progress__box {
  width: 100%;
  height: 10px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid var(--psdbox-base);
}

.donations-five__item__progress__inner {
  width: 0px;
  height: calc(100% - 4px);
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  border-radius: 10px;
  transition: all 1500ms linear;
  background-color: var(--psdbox-base);
}

.donations-five__item__progress__number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 14px);
  right: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--psdbox-black);
}

.donations-five__item__progress__text {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

.donations-five__item__bottom {
  padding: 26px 14px 20px;
  position: relative;
  z-index: 1;
}

.donations-five__item__title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

.donations-five__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.donations-five__item__title a:hover {
  background-size: 100% 1px;
}

.donations-five__item__title a:hover {
  color: var(--psdbox-base);
}

.donations-five__item:hover .donations-five__item__title {
  color: var(--psdbox-white);
}

.donations-five__item__text {
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
}

.donations-five__item:hover .donations-five__item__text {
  color: var(--psdbox-white);
}

.donations-five__item__shape {
  width: 132px;
  height: 250px;
  position: absolute;
  right: -50%;
  bottom: -50%;
  opacity: 0;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 132.000000 250.000000"><g transform="translate(0.000000,250.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2315 2238 c-24 -13 -35 -44 -34 -94 1 -68 9 -119 49 -299 21 -92 -74 -96 -126 -5 -35 61 -54 73 -71 44 -13 -20 141 -327 179 -356 15 -12 28 -33 28 -45 0 -48 -37 -20 -103 76 -62 92 -117 124 -100 59 4 -16 18 -70 31 -120 14 -51 75 -174 137 -274 126 -202 126 -207 -3 -191 -98 12 -115 26 -371 282 -145 146 -144 145 -181 57 -51 -120 163 -552 273 -552 54 0 29 79 -82 261 -68 110 -120 211 -116 223 13 39 149 -117 163 -187 7 -37 34 -109 59 -161 l47 -95 -58 -55 c-50 -48 -62 -52 -99 -29 -49 31 -49 31 -66 -50 -8 -38 -5 -69 8 -76 11 -7 21 -28 21 -46 0 -17 14 -47 31 -67 27 -29 28 -41 6 -76 -35 -56 -45 -54 -120 28 -47 52 -69 64 -80 45 -36 -56 -11 -132 107 -329 l124 -206 336 0 336 0 0 801 0 800 -52 105 c-29 57 -87 146 -130 198 -158 189 -109 312 57 146 50 -49 94 -90 98 -90 41 0 -129 235 -198 273 -55 31 -56 31 -100 5z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 132.000000 250.000000"><g transform="translate(0.000000,250.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2315 2238 c-24 -13 -35 -44 -34 -94 1 -68 9 -119 49 -299 21 -92 -74 -96 -126 -5 -35 61 -54 73 -71 44 -13 -20 141 -327 179 -356 15 -12 28 -33 28 -45 0 -48 -37 -20 -103 76 -62 92 -117 124 -100 59 4 -16 18 -70 31 -120 14 -51 75 -174 137 -274 126 -202 126 -207 -3 -191 -98 12 -115 26 -371 282 -145 146 -144 145 -181 57 -51 -120 163 -552 273 -552 54 0 29 79 -82 261 -68 110 -120 211 -116 223 13 39 149 -117 163 -187 7 -37 34 -109 59 -161 l47 -95 -58 -55 c-50 -48 -62 -52 -99 -29 -49 31 -49 31 -66 -50 -8 -38 -5 -69 8 -76 11 -7 21 -28 21 -46 0 -17 14 -47 31 -67 27 -29 28 -41 6 -76 -35 -56 -45 -54 -120 28 -47 52 -69 64 -80 45 -36 -56 -11 -132 107 -329 l124 -206 336 0 336 0 0 801 0 800 -52 105 c-29 57 -87 146 -130 198 -158 189 -109 312 57 146 50 -49 94 -90 98 -90 41 0 -129 235 -198 273 -55 31 -56 31 -100 5z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.donations-five__item:hover .donations-five__item__shape {
  opacity: 1;
  right: -10px;
  bottom: -11px;
}

.donations-six {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
}

.donations-six__carousel.owl-carousel .owl-nav button span {
  background-color: var(--psdbox-white);
}

.donations-six__item {
  position: relative;
  overflow: hidden;
  transition: all 500ms ease;
  background-color: var(--psdbox-white);
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0px 4px 15.2px 3px rgba(0, 0, 0, 0.06);
}

.donations-six__item__image {
  position: relative;
  overflow: hidden;
}

.donations-six__item__image__box {
  display: block;
  position: relative;
  overflow: hidden;
}

.donations-six__item__image__box::before,
.donations-six__item__image__box::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  background-color: var(--psdbox-white);
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.donations-six__item__image__box::before {
  left: 0;
  bottom: 0;
}

.donations-six__item__image__box::after {
  top: 0;
  right: 0;
}

.donations-six__item__image img {
  width: 100%;
  height: auto;
  transition: transform 500ms;
  transform-origin: center center;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}

.donations-six__item:hover .donations-six__item__image__box::before,
.donations-six__item:hover .donations-six__item__image__box::after {
  -webkit-animation: shineFullHover 0.75s;
  animation: shineFullHover 0.75s;
}

.donations-six__item:hover .donations-six__item__image img {
  transform: perspective(400px) rotateX(0.09deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}

.donations-six__item__top {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 13px;
  left: 12px;
  right: 12px;
}

.donations-six__item__category {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 8px 24px 6px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.375;
  color: var(--psdbox-text, #636363);
  text-transform: uppercase;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: var(--psdbox-white);
}

.donations-six__item__category__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--psdbox-base);
  transition: all 500ms ease;
}

.donations-six__item__category__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.donations-six__item:hover .donations-six__item__category {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

.donations-six__item:hover .donations-six__item__category__icon {
  color: var(--psdbox-white);
}

.donations-six__item__camera-group {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  padding: 8px 15px;
  border-radius: 5px;
  background-color: var(--psdbox-white);
}

.donations-six__item__photo,
.donations-six__item__video {
  display: inline-flex;
  font-size: 18px;
  color: var(--psdbox-black2);
}

.donations-six__item__photo svg,
.donations-six__item__video svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.donations-six__item__photo {
  position: relative;
}

.donations-six__item__photo::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -10px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
}

.donations-six__item__photo__total {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -5px;
  font-family: var(--psdbox-heading-bebas);
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  color: var(--psdbox-white);
  border-radius: 50%;
  background-color: var(--psdbox-base);
}

.donations-six__item__content {
  position: relative;
  z-index: 1;
  padding: 24px 10px 10px;
  overflow: hidden;
  border-radius: 0px 0px 20px 20px;
}

.donations-six__item__content::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--psdbox-black2);
}

.donations-six__item:hover .donations-six__item__content::after {
  height: 100%;
  top: 0px;
}

.donations-six__item__content__top {
  padding: 0px 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 375px) {
  .donations-six__item__content__top {
    padding: 0px 15px;
  }
}

.donations-six__item__title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

.donations-six__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.donations-six__item__title a:hover {
  background-size: 100% 1px;
}

.donations-six__item__title a:hover {
  color: var(--psdbox-base);
}

.donations-six__item:hover .donations-six__item__title {
  color: var(--psdbox-white);
}

.donations-six__item__text {
  margin-bottom: 22px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
}

.donations-six__item:hover .donations-six__item__text {
  color: var(--psdbox-white);
}

.donations-six__item__progress {
  position: relative;
  z-index: 1;
  padding: 19px 21px;
  border-radius: 20px;
  transition: all 500ms ease;
  background-color: var(--psdbox-black2);
}

.donations-six__item__progress__title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

.donations-six__item__progress__box {
  width: 100%;
  height: 10px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid var(--psdbox-base);
}

.donations-six__item__progress__inner {
  width: 0px;
  height: calc(100% - 4px);
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  border-radius: 10px;
  transition: all 1000ms linear;
  background-color: var(--psdbox-base);
}

.donations-six__item__progress__number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 14px);
  right: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--psdbox-white);
}

.donations-six__item__progress__text {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

.donations-six__item:hover .donations-six__item__progress {
  background-color: var(--psdbox-base);
}

.donations-six__item:hover .donations-six__item__progress__box {
  border-color: var(--psdbox-black2);
}

.donations-six__item:hover .donations-six__item__progress__inner {
  background-color: var(--psdbox-black2);
}

.donations-six__item__shape {
  width: 116px;
  height: 128px;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
  background-color: RGBA(var(--psdbox-base-rgb, 255, 85, 40), 0.3);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 116.000000 128.000000"><g transform="translate(0.000000,128.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M919 2455 c-48 -58 -66 -87 -40 -65 l47 40 -22 -42 c-12 -23 -36 -53 -53 -67 -17 -14 -31 -41 -31 -60 0 -55 -114 -250 -190 -323 -38 -37 -70 -86 -70 -108 -1 -22 -23 -76 -51 -120 -135 -220 40 -151 214 84 67 90 188 177 215 154 9 -8 -129 -190 -226 -297 -118 -128 -97 -189 34 -100 95 65 131 56 73 -18 -31 -39 -40 -71 -32 -112 7 -38 1 -66 -18 -82 -37 -31 -38 -99 0 -99 16 0 34 9 42 21 7 11 30 15 51 8 21 -6 38 -3 38 8 0 47 52 35 56 -13 7 -80 20 -78 110 14 60 62 69 77 30 53 l-54 -34 24 51 c41 88 100 68 84 -28 -10 -60 -7 -80 13 -80 30 1 157 145 157 179 0 11 9 21 20 21 60 0 -78 -287 -203 -423 -129 -140 -66 -112 73 33 145 150 189 165 80 28 -107 -135 -89 -185 30 -85 48 41 67 47 80 28 8 -14 26 -20 38 -12 12 7 22 3 22 -10 0 -14 17 -19 41 -13 l40 11 -41 -67 c-23 -36 -33 -69 -24 -73 40 -16 -1 -169 -67 -247 -70 -83 -108 -87 -69 -7 l22 47 -41 -47 c-77 -89 -34 -126 72 -64 l72 43 -10 -53 -10 -52 62 57 c34 31 49 40 35 21 -52 -68 15 -34 95 49 121 125 129 88 33 -149 -24 -60 61 -42 116 24 28 33 55 71 61 85 8 20 14 20 30 -3 18 -25 26 -25 58 5 50 45 72 43 59 -6 -17 -66 34 -46 103 40 36 44 74 77 85 75 12 -3 36 18 54 45 l33 50 -49 -40 c-30 -25 -21 -7 26 52 l74 92 0 843 0 843 -657 0 -657 0 -87 -105z"/> <path d="M653 2151 c-20 -16 -49 -24 -63 -18 -15 6 -38 -11 -51 -36 -20 -39 -19 -43 3 -22 14 14 41 25 59 25 18 0 49 18 69 40 42 46 36 51 -17 11z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 116.000000 128.000000"><g transform="translate(0.000000,128.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M919 2455 c-48 -58 -66 -87 -40 -65 l47 40 -22 -42 c-12 -23 -36 -53 -53 -67 -17 -14 -31 -41 -31 -60 0 -55 -114 -250 -190 -323 -38 -37 -70 -86 -70 -108 -1 -22 -23 -76 -51 -120 -135 -220 40 -151 214 84 67 90 188 177 215 154 9 -8 -129 -190 -226 -297 -118 -128 -97 -189 34 -100 95 65 131 56 73 -18 -31 -39 -40 -71 -32 -112 7 -38 1 -66 -18 -82 -37 -31 -38 -99 0 -99 16 0 34 9 42 21 7 11 30 15 51 8 21 -6 38 -3 38 8 0 47 52 35 56 -13 7 -80 20 -78 110 14 60 62 69 77 30 53 l-54 -34 24 51 c41 88 100 68 84 -28 -10 -60 -7 -80 13 -80 30 1 157 145 157 179 0 11 9 21 20 21 60 0 -78 -287 -203 -423 -129 -140 -66 -112 73 33 145 150 189 165 80 28 -107 -135 -89 -185 30 -85 48 41 67 47 80 28 8 -14 26 -20 38 -12 12 7 22 3 22 -10 0 -14 17 -19 41 -13 l40 11 -41 -67 c-23 -36 -33 -69 -24 -73 40 -16 -1 -169 -67 -247 -70 -83 -108 -87 -69 -7 l22 47 -41 -47 c-77 -89 -34 -126 72 -64 l72 43 -10 -53 -10 -52 62 57 c34 31 49 40 35 21 -52 -68 15 -34 95 49 121 125 129 88 33 -149 -24 -60 61 -42 116 24 28 33 55 71 61 85 8 20 14 20 30 -3 18 -25 26 -25 58 5 50 45 72 43 59 -6 -17 -66 34 -46 103 40 36 44 74 77 85 75 12 -3 36 18 54 45 l33 50 -49 -40 c-30 -25 -21 -7 26 52 l74 92 0 843 0 843 -657 0 -657 0 -87 -105z"/> <path d="M653 2151 c-20 -16 -49 -24 -63 -18 -15 6 -38 -11 -51 -36 -20 -39 -19 -43 3 -22 14 14 41 25 59 25 18 0 49 18 69 40 42 46 36 51 -17 11z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.donations-six__item:hover .donations-six__item__shape {
  background-color: var(--psdbox-base);
}

.donations-seven {
  background-color: var(--psdbox-white);
}

.donations-seven__top {
  margin-bottom: 42px;
}

.donations-seven .sec-title-three {
  margin-bottom: 0px;
}

.donations-seven__carousel.owl-carousel {
  position: relative;
  z-index: 2;
}

.donations-seven__carousel.owl-carousel .owl-nav {
  display: flex;
  gap: 20px;
  position: absolute;
  top: -120px;
  right: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .donations-seven__carousel.owl-carousel .owl-nav {
    top: 0px;
    position: relative;
    justify-content: center;
    margin-top: 50px;
  }
}

.donations-seven__carousel.owl-carousel .owl-nav button span {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 25px;
  color: var(--psdbox-base);
  transition: all 500ms ease;
  border: 1px solid var(--psdbox-base);
  background-color: transparent;
}

.donations-seven__carousel.owl-carousel .owl-nav button span:hover {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

.donations-seven__item {
  display: grid;
  grid-template-columns: 1fr 269px;
  position: relative;
  overflow: hidden;
  background-color: var(--psdbox-white);
  box-shadow: 0px 4px 23.7px rgba(115, 115, 115, 0.15);
}

@media (max-width: 575px),
(min-width: 768px) and (max-width: 1199px) {
  .donations-seven__item {
    grid-template-columns: 1fr;
  }
}

.donations-seven__item__content {
  position: relative;
  z-index: 1;
  padding: 60px 23.5px 33px 23.5px;
}

.donations-seven__item__category {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding: 6px 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: var(--psdbox-white);
  text-transform: uppercase;
  transition: all 500ms ease;
  background-color: var(--psdbox-black);
}

.donations-seven__item:hover .donations-seven__item__category {
  background-color: var(--psdbox-base);
}

.donations-seven__item__date {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.275;
  color: var(--psdbox-text, #636363);
  text-transform: capitalize;
}

.donations-seven__item__date__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--psdbox-base);
}

.donations-seven__item__date__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.donations-seven__item__title {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

.donations-seven__item__title a {
  color: inherit;
}

.donations-seven__item__title a:hover {
  color: var(--psdbox-base);
}

.donations-seven__item__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.donations-seven__item__title a:hover {
  background-size: 100% 1px;
}

.donations-seven__item__text {
  margin-bottom: 25px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

.donations-seven__item__progress {
  position: relative;
  padding-top: 52px;
}

.donations-seven__item__progress::before {
  content: "";
  width: calc(100% + 47px);
  height: 1px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--psdbox-border-color, var(--psdbox-white));
}

.donations-seven__item__progress__box {
  width: 100%;
  height: 10px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid var(--psdbox-base);
}

.donations-seven__item__progress__inner {
  width: 0px;
  height: calc(100% - 4px);
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  border-radius: 10px;
  transition: all 1500ms linear;
  background-color: var(--psdbox-base);
}

.donations-seven__item__progress__number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 14px);
  right: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--psdbox-black);
}

.donations-seven__item__progress__text {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

.donations-seven__item__shape {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -2px;
  right: 23.5px;
  opacity: 0.2;
  transition: all 500ms ease;
}

.donations-seven__item:hover .donations-seven__item__shape {
  opacity: 1;
}

.donations-seven__item__image {
  display: block;
  position: relative;
  overflow: hidden;
}

.donations-seven__item__image::before,
.donations-seven__item__image::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  background-color: var(--psdbox-white);
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.donations-seven__item__image::before {
  left: 0;
  bottom: 0;
}

.donations-seven__item__image::after {
  top: 0;
  right: 0;
}

.donations-seven__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms ease;
}

.donations-seven__item:hover .donations-seven__item__image::before,
.donations-seven__item:hover .donations-seven__item__image::after {
  -webkit-animation: shineFullHover 0.75s;
  animation: shineFullHover 0.75s;
}

.donations-seven__item:hover .donations-seven__item__image img {
  transform: scale(1.1) rotate(2deg);
}

.donations-eight {
  position: relative;
  background-color: var(--psdbox-black2);
}

.donations-eight__top {
  margin-bottom: 42px;
}

.donations-eight .sec-title-three {
  margin-bottom: 0px;
}

.donations-eight__carousel.owl-carousel {
  position: relative;
  z-index: 2;
}

.donations-eight__carousel.owl-carousel .owl-nav {
  display: flex;
  gap: 20px;
  position: absolute;
  top: -120px;
  right: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .donations-eight__carousel.owl-carousel .owl-nav {
    top: 0px;
    position: relative;
    justify-content: center;
    margin-top: 50px;
  }
}

.donations-eight__carousel.owl-carousel .owl-nav button span {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 25px;
  color: var(--psdbox-base);
  transition: all 500ms ease;
  border: 1px solid var(--psdbox-base);
  background-color: transparent;
}

.donations-eight__carousel.owl-carousel .owl-nav button span:hover {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

.donations-eight__item {
  position: relative;
  overflow: hidden;
  transition: all 500ms ease;
  border: 1px solid RGBA(var(--psdbox-border-color-rgb, 221, 221, 221), 0.25);
}

.donations-eight__item:hover {
  border-color: var(--psdbox-base);
}

.donations-eight__item__image {
  position: relative;
  padding: 10px 10px 0px;
}

.donations-eight__item__image__box {
  display: block;
  position: relative;
  overflow: hidden;
}

.donations-eight__item__image__box::before,
.donations-eight__item__image__box::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  background-color: var(--psdbox-white);
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.donations-eight__item__image__box::before {
  left: 0;
  bottom: 0;
}

.donations-eight__item__image__box::after {
  top: 0;
  right: 0;
}

.donations-eight__item__image img {
  width: 100%;
  height: auto;
  transition: transform 500ms;
  transform-origin: center center;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}

.donations-eight__item:hover .donations-eight__item__image__box::before,
.donations-eight__item:hover .donations-eight__item__image__box::after {
  -webkit-animation: shineFullHover 0.75s;
  animation: shineFullHover 0.75s;
}

.donations-eight__item:hover .donations-eight__item__image img {
  transform: perspective(400px) rotateX(0.09deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}

.donations-eight__item__camera-group {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  padding: 8px 15px;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background-color: var(--psdbox-white);
}

.donations-eight__item__photo,
.donations-eight__item__video {
  display: inline-flex;
  font-size: 18px;
  color: var(--psdbox-black2);
}

.donations-eight__item__photo svg,
.donations-eight__item__video svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.donations-eight__item__photo {
  position: relative;
}

.donations-eight__item__photo::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -10px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
}

.donations-eight__item__photo__total {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -5px;
  font-family: var(--psdbox-heading-bebas);
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  color: var(--psdbox-white);
  border-radius: 50%;
  background-color: var(--psdbox-base);
}

.donations-eight__item__content {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.donations-eight__item__content__text {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 25px;
}

.donations-eight__item__meta {
  display: flex;
  gap: 20px 25px;
  align-items: center;
  padding-right: 10px;
}

@media (max-width: 412px),
(min-width: 768px) and (max-width: 991px) {
  .donations-eight__item__meta {
    padding-left: 10px;
    padding-right: 25px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.donations-eight__item__category {
  display: inline-block;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: var(--psdbox-black);
  text-transform: uppercase;
  transition: all 500ms ease;
  background-color: var(--psdbox-white);
}

.donations-eight__item:hover .donations-eight__item__category {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

.donations-eight__item__date {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 0px;
  font-size: 15px;
  color: var(--psdbox-white);
}

.donations-eight__item__date__icon {
  display: inline-flex;
  font-size: 18px;
  color: var(--psdbox-base);
}

.donations-eight__item__title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.272;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

@media (max-width: 412px),
(min-width: 768px) and (max-width: 991px) {
  .donations-eight__item__title {
    font-size: 20px;
  }
}

.donations-eight__item__title a {
  color: inherit;
}

.donations-eight__item__title a:hover {
  color: var(--psdbox-base);
}

.donations-eight__item__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.donations-eight__item__title a:hover {
  background-size: 100% 1px;
}

.donations-eight__item__text {
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}

.donations-eight__item__progress {
  position: relative;
  z-index: 1;
  padding: 57px 21px 19px;
  transition: all 500ms ease;
  border-top: 1px solid RGBA(var(--psdbox-border-color-rgb, 221, 221, 221), 0.25);
}

.donations-eight__item__progress::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -2;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.donations-eight__item__progress__box {
  width: 100%;
  height: 10px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid var(--psdbox-base);
}

.donations-eight__item__progress__inner {
  width: 0px;
  height: calc(100% - 4px);
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  border-radius: 10px;
  transition: all 1000ms linear;
  background-color: var(--psdbox-base);
}

.donations-eight__item__progress__number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 14px);
  right: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--psdbox-white);
}

.donations-eight__item__progress__text {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

.donations-eight__item:hover .donations-eight__item__progress::after {
  height: 100%;
  top: 0px;
}

.donations-eight__item:hover .donations-eight__item__progress {
  border-color: var(--psdbox-base);
}

.donations-eight__item:hover .donations-eight__item__progress__box {
  border-color: var(--psdbox-white);
}

.donations-eight__item:hover .donations-eight__item__progress__inner {
  background-color: var(--psdbox-white);
}

.donations-eight__item__shape-1 {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 20px;
  bottom: -3px;
  z-index: -1;
  opacity: 0.2;
  transition: all 500ms ease;
}

.donations-eight__item__shape-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
}

.donations-eight__item:hover .donations-eight__item__shape-1,
.donations-eight__item:hover .donations-eight__item__shape-2 {
  opacity: 1;
}

/*--------------------------------------------------------------
# Call Area
--------------------------------------------------------------*/
.call-area {
  background-color: var(--psdbox-white);
}

.call-area .container-fluid {
  max-width: 1660px;
}

@media (min-width: 768px) {
  .call-area .container-fluid {
    margin-right: 0px;
    padding-right: 0px;
  }
}

.call-area__wrapper {
  display: grid;
  grid-template-columns: 271px 1fr;
}

@media (max-width: 767px) {
  .call-area__wrapper {
    grid-template-columns: 1fr;
  }
}

.call-area__heart {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 37px 40px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--psdbox-base);
  background-color: var(--psdbox-white);
  border-radius: 20px 0px 0px 20px;
}

@media (max-width: 767px) {
  .call-area__heart {
    display: none;
  }
}

.call-area__heart__box {
  width: 141px;
  height: 123px;
  position: relative;
  z-index: 1;
}

.call-area__heart__text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  margin-bottom: 0px;
  font-family: var(--psdbox-special-cinzel);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  color: var(--psdbox-white);
  text-transform: uppercase;
}

.call-area__heart__love {
  width: 141px;
  height: 123px;
}

.call-area__heart__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
}

.call-area__content {
  padding: 40px 55px;
  position: relative;
  background-color: var(--psdbox-black2);
}

@media (max-width: 1199px) {
  .call-area__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 480px) {
  .call-area__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.call-area__content__bg {
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.call-area__content__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: RGBA(var(--psdbox-black2-rgb, 18, 18, 18), 0.85);
}

.call-area__content__box {
  max-width: 1040px;
  position: relative;
  z-index: 1;
}

.call-area__content__box .row {
  --bs-gutter-x: 10px;
}

@media (max-width: 1199px) {
  .call-area__content__box .row {
    --bs-gutter-x: 20px;
  }
}

.call-area__content .col-xxl-6 {
  width: 45.5%;
}

@media (max-width: 1199px) {
  .call-area__content .col-xxl-6 {
    width: 64%;
  }
}

@media (max-width: 991px) {
  .call-area__content .col-xxl-6 {
    width: 100%;
  }
}

.call-area__content .col-xxl-2 {
  width: 26%;
}

@media (max-width: 1199px) {
  .call-area__content .col-xxl-2 {
    display: none;
  }
}

.call-area__content .col-xxl-4 {
  width: 28.5%;
}

@media (max-width: 1199px) {
  .call-area__content .col-xxl-4 {
    width: 36%;
  }
}

@media (max-width: 991px) {
  .call-area__content .col-xxl-4 {
    width: 100%;
  }
}

.call-area__content__inner {
  position: relative;
  padding-left: 25px;
}

.call-area__content__inner::before {
  content: "";
  width: 4px;
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 0px;
  border-radius: 20px;
  transform: translateY(-50%);
  background-color: var(--psdbox-base);
}

.call-area__content__shape {
  max-width: 100%;
  height: auto;
  animation: shapeMove 2s linear infinite;
}

.call-area__title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.363;
  color: var(--psdbox-white);
}

@media (max-width: 1399px) {
  .call-area__title br {
    display: none;
  }
}

.call-area__list {
  margin-bottom: 0px;
}

.call-area__list li+li {
  margin-top: 10px;
}

.call-area__list li {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
}

.call-area__list__icon {
  flex-shrink: 0;
  font-size: 18px;
}

.call-area__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.call-area__button {
  text-align: right;
}

@media (max-width: 991px) {
  .call-area__button {
    text-align: left;
  }
}

/*--------------------------------------------------------------
# Event
--------------------------------------------------------------*/
.event-three {
  background-color: var(--psdbox-white);
}

.event-three__card {
  padding: 10px;
  overflow: hidden;
  position: relative;
  background-color: var(--psdbox-white);
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.event-three__card__image {
  display: block;
  position: relative;
  overflow: hidden;
}

.event-three__card__image::before,
.event-three__card__image::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  background-color: var(--psdbox-white);
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.event-three__card__image::before {
  left: 0;
  bottom: 0;
}

.event-three__card__image::after {
  top: 0;
  right: 0;
}

.event-three__card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-three__card:hover .event-three__card__image::before,
.event-three__card:hover .event-three__card__image::after {
  -webkit-animation: shineFullHover 0.75s;
  animation: shineFullHover 0.75s;
}

.event-three__card__category {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  padding: 6px 20px 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: var(--psdbox-white);
  text-transform: uppercase;
  background-color: var(--psdbox-base);
}

.event-three__card__meta {
  display: flex;
  gap: 10px 30px;
  align-items: center;
  padding: 12.5px 20px 17.5px;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .event-three__card__meta {
    gap: 10px 20px;
  }
}

@media (max-width: 575px) {
  .event-three__card__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 412px) {
  .event-three__card__meta {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .event-three__card__meta {
    gap: 13px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.event-three__card__meta::after {
  content: "";
  width: calc(100% + 20px);
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  background-color: var(--psdbox-border-color, var(--psdbox-white));
}

.event-three__card__meta li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5625;
  color: var(--psdbox-text, #636363);
  text-transform: capitalize;
}

.event-three__card__meta__icon {
  flex-shrink: 0;
  font-size: 18px;
  color: var(--psdbox-base);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .event-three__card__meta__icon {
    font-size: 16px;
  }
}

.event-three__card__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.event-three__card__content {
  padding: 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 412px) {
  .event-three__card__content {
    padding: 10px;
  }
}

.event-three__card__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

.event-three__card__title a {
  color: inherit;
}

.event-three__card__title a:hover {
  color: var(--psdbox-base);
}

.event-three__card__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.event-three__card__title a:hover {
  background-size: 100% 1px;
}

.event-three__card__text {
  margin-bottom: 30px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

.event-three__card__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: -100%;
  right: -100%;
  opacity: 0;
  transition: all 500ms ease;
}

.event-three__card:hover .event-three__card__shape {
  opacity: 1;
  right: 0px;
  bottom: 0px;
}

.event-four {
  position: relative;
  background-color: var(--psdbox-white);
}

.event-four .container {
  position: relative;
  z-index: 1;
}

.event-four__card {
  padding: 11px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background-color: var(--psdbox-white);
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.event-four__card__image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.event-four__card__image::before,
.event-four__card__image::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  background-color: var(--psdbox-white);
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.event-four__card__image::before {
  left: 0;
  bottom: 0;
}

.event-four__card__image::after {
  top: 0;
  right: 0;
}

.event-four__card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: all 500ms ease;
}

.event-four__card:hover .event-four__card__image::before,
.event-four__card:hover .event-four__card__image::after {
  -webkit-animation: shineFullHover 0.75s;
  animation: shineFullHover 0.75s;
}

.event-four__card:hover .event-four__card__image img {
  transform: scale(1.1) rotate(2deg);
}

.event-four__card__top {
  display: flex;
  gap: 20px 30px;
  align-items: center;
  margin-bottom: 19px;
}

@media (max-width: 425px) {
  .event-four__card__top {
    flex-direction: column;
    align-items: flex-start;
  }
}

.event-four__card__category {
  display: inline-block;
  flex-shrink: 0;
  padding: 6px 20px 11px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: var(--psdbox-white);
  text-transform: uppercase;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.event-four__card__category:hover {
  background-color: var(--psdbox-black);
}

.event-four__card__date {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
}

.event-four__card__date__icon {
  display: inline-flex;
  font-size: 18px;
  color: var(--psdbox-base);
}

.event-four__card__date__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.event-four__card__content {
  padding: 20px 30px 20px 0px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .event-four__card__content {
    padding: 0px 20px 20px 20px;
  }
}

@media (max-width: 767px) {
  .event-four__card__content {
    padding: 0px 15px 15px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .event-four__card__content {
    padding: 0px 10px 10px 10px;
  }
}

.event-four__card__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

.event-four__card__title a {
  color: inherit;
}

.event-four__card__title a:hover {
  color: var(--psdbox-base);
}

.event-four__card__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.event-four__card__title a:hover {
  background-size: 100% 1px;
}

.event-four__card__text {
  margin-bottom: 21px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

.event-four__card__meta {
  display: flex;
  gap: 13px 28px;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

@media (max-width: 575px) {
  .event-four__card__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .event-four__card__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.event-four__card__meta li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5625;
  color: var(--psdbox-text, #636363);
  text-transform: capitalize;
}

.event-four__card__meta li.event-four__card__meta__time {
  flex-shrink: 0;
}

.event-four__card__meta__icon {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  top: 2px;
  font-size: 18px;
  color: var(--psdbox-base);
}

.event-four__card__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (min-width: 1200px) {
  .event-four__card__row {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .event-four__card__row .event-four__card__content {
    padding: 20px 0px 20px 30px;
  }
}

.event-four__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 27px;
  bottom: 278px;
  animation: shapeMove 2s linear infinite;
}

@media (max-width: 1799px) {
  .event-four__shape-1 {
    display: none;
  }
}

.event-four__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 490px;
  right: 31px;
  animation: shapeMove2 2s linear infinite;
}

@media (max-width: 1799px) {
  .event-four__shape-2 {
    display: none;
  }
}

.event-five {
  background-color: var(--psdbox-white);
}

.event-five__card__image {
  display: block;
  position: relative;
  overflow: hidden;
}

.event-five__card__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 1;
  transform: translateY(-60%);
  transition: all 500ms ease;
  background-color: RGBA(var(--psdbox-black2-rgb, 18, 18, 18), 0.5);
}

.event-five__card__image img {
  width: 100%;
  height: auto;
  transition: transform 500ms;
  transform-origin: center center;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}

.event-five__card:hover .event-five__card__image::after {
  opacity: 1;
  transform: translateY(0%);
}

.event-five__card:hover .event-five__card__image img {
  transform: perspective(400px) rotateX(0.09deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}

.event-five__card__category {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  padding: 8px 20px 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: var(--psdbox-white);
  text-transform: uppercase;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.event-five__card:hover .event-five__card__category {
  color: var(--psdbox-base);
  background-color: var(--psdbox-white);
}

.event-five__card__content {
  width: calc(100% - 50px);
  margin: -43px auto 0px;
  padding: 5px;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
  background-color: var(--psdbox-white);
  box-shadow: 0px 0px 10.6px rgba(200, 200, 200, 0.25);
}

@media (max-width: 412px),
(min-width: 768px) and (max-width: 1199px) {
  .event-five__card__content {
    width: calc(100% - 25px);
  }
}

.event-five__card:hover .event-five__card__content {
  margin-top: -110px;
}

.event-five__card__date {
  display: inline-block;
  padding: 8.5px 13.5px;
  position: absolute;
  top: -58px;
  right: 0px;
  line-height: 1;
  color: var(--psdbox-white);
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.event-five__card__date__day {
  margin-bottom: 2px;
  font-size: 20px;
  color: inherit;
  font-weight: 700;
}

.event-five__card__date__month {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1;
  color: inherit;
  font-weight: 400;
  text-transform: capitalize;
}

.event-five__card:hover .event-five__card__date {
  right: 50%;
  transform: translateX(50%);
  color: var(--psdbox-base);
  background-color: var(--psdbox-white);
}

.event-five__card__inner {
  position: relative;
  z-index: 1;
  padding: 23px 23px 19px;
  background-color: var(--psdbox-white);
}

@media (max-width: 412px),
(min-width: 768px) and (max-width: 1199px) {
  .event-five__card__inner {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.event-five__card__inner::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.event-five__card:hover .event-five__card__inner::after {
  width: 100%;
  left: 0px;
}

.event-five__card__meta {
  display: flex;
  gap: 10px 19px;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 355px) {
  .event-five__card__meta {
    margin-bottom: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 412px),
(min-width: 768px) and (max-width: 1199px) {
  .event-five__card__meta {
    gap: 10px 15px;
  }
}

.event-five__card__meta li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5625;
  color: var(--psdbox-text, #636363);
  text-transform: capitalize;
  transition: all 500ms ease;
}

.event-five__card__meta__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 15px;
  color: var(--psdbox-base);
  transition: all 500ms ease;
}

.event-five__card__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.event-five__card:hover .event-five__card__meta li,
.event-five__card:hover .event-five__card__meta__icon {
  color: var(--psdbox-white);
}

.event-five__card__title {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

.event-five__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.event-five__card__title a:hover {
  background-size: 100% 1px;
}

.event-five__card:hover .event-five__card__title {
  color: var(--psdbox-white);
}

.event-five__card__text {
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
}

.event-five__card:hover .event-five__card__text {
  color: var(--psdbox-white);
}

.event-six {
  position: relative;
  overflow: hidden;
  background-color: var(--psdbox-black3, #000);
}

.event-six__bg {
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.event-six__bg::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: RGBA(var(--psdbox-black3-rgb, 0, 0, 0), 0.95);
}

.event-six .container {
  position: relative;
  z-index: 2;
}

.event-six__content {
  position: relative;
  z-index: 2;
}

.event-six__custom-nav {
  display: flex;
  gap: 20px;
  align-items: center;
}

.event-six__custom-nav button {
  border: none;
  background-color: transparent;
}

.event-six__custom-nav button span {
  width: 70px;
  height: 70px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 25px;
  color: var(--psdbox-base);
  transition: all 500ms ease;
  border: 1px solid var(--psdbox-base);
  background-color: transparent;
}

.event-six__custom-nav button span:hover {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

.event-six__text {
  margin-bottom: 18px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}

.event-six__list {
  margin-bottom: 28px;
}

.event-six__list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}

.event-six__list__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 2px;
  font-size: 10px;
  color: var(--psdbox-white);
  border-radius: 50%;
  transform: rotate(-45deg);
  background-color: var(--psdbox-base);
}

.event-six__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 991px) {
  .event-six__carousel {
    padding-left: 45px;
  }
}

@media (max-width: 767px) {
  .event-six__carousel {
    padding-left: 39px;
  }
}

@media (max-width: 575px) {
  .event-six__carousel {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.event-six__card {
  padding: 30px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--psdbox-white);
}

@media (max-width: 412px) {
  .event-six__card {
    padding: 25px;
  }
}

.event-six__card__bg {
  width: 0%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.event-six__card__bg::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: RGBA(var(--psdbox-base-rgb, 255, 85, 40), 0.8);
}

.event-six__card:hover .event-six__card__bg {
  width: 100%;
}

.event-six__card__content {
  position: relative;
  z-index: 1;
}

.event-six__card__top {
  display: flex;
  gap: 20px 30px;
  align-items: center;
  margin-bottom: 15px;
}

@media (max-width: 390px) {
  .event-six__card__top {
    margin-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.event-six__card__category {
  padding: 8px 20px 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: var(--psdbox-white);
  text-transform: uppercase;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.event-six__card:hover .event-six__card__category {
  color: var(--psdbox-black2);
  background-color: var(--psdbox-white);
}

.event-six__card__date {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.375;
  color: var(--psdbox-text, #636363);
  text-transform: capitalize;
  transition: all 500ms ease;
}

.event-six__card__date__icon {
  display: inline-flex;
  position: relative;
  top: -2px;
  font-size: 16px;
  color: var(--psdbox-base);
  transition: all 500ms ease;
}

.event-six__card__date__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.event-six__card:hover .event-six__card__date {
  color: var(--psdbox-white);
}

.event-six__card:hover .event-six__card__date__icon {
  color: var(--psdbox-white);
}

.event-six__card__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

.event-six__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.event-six__card__title a:hover {
  background-size: 100% 1px;
}

.event-six__card:hover .event-six__card__title {
  color: var(--psdbox-white);
}

.event-six__card__text {
  margin-bottom: 16px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
}

.event-six__card:hover .event-six__card__text {
  color: var(--psdbox-white);
}

.event-six__card__meta {
  display: flex;
  gap: 15px 18px;
  align-items: center;
  padding-top: 23px;
  margin-bottom: 29px;
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

@media (max-width: 390px) {
  .event-six__card__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.event-six__card__meta li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.375;
  color: var(--psdbox-text, #636363);
  text-transform: capitalize;
  transition: all 500ms ease;
}

.event-six__card__meta__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--psdbox-base);
  transition: all 500ms ease;
}

.event-six__card__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.event-six__card:hover .event-six__card__meta li,
.event-six__card:hover .event-six__card__meta__icon {
  color: var(--psdbox-white);
}

.event-six__card .psdbox-btn-two {
  background-color: transparent;
}

.event-six__card:hover .psdbox-btn-two {
  color: var(--psdbox-white);
  background-color: var(--psdbox-black2);
}

.event-six__card:hover .psdbox-btn-two .psdbox-btn-two__icon {
  color: var(--psdbox-base);
  background-color: var(--psdbox-white);
}

.event-six__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0.1;
}

/*--------------------------------------------------------------
# Charity Area
--------------------------------------------------------------*/
.charity-area {
  background-color: var(--psdbox-white);
}

.charity-area .container {
  position: relative;
  z-index: 1;
}

.charity-area__content {
  position: relative;
  z-index: 2;
}

.charity-area__text {
  margin-bottom: 37px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

.charity-area__text--2 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 33px;
}

.charity-area__text--2::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 0px;
  border-radius: 50%;
  background-color: var(--psdbox-base);
}

.charity-area__text--2::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 12px;
  left: 2px;
  border-radius: 50%;
  border: 1px solid var(--psdbox-white);
}

.charity-area__wrapper {
  display: grid;
  grid-gap: 34px 50px;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 29px;
  border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

@media (max-width: 767px) {
  .charity-area__wrapper {
    border: none;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .charity-area__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.charity-area__item {
  position: relative;
  padding-bottom: 29px;
}

@media (max-width: 767px) {
  .charity-area__item {
    border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  }
}

.charity-area__item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -25px;
  background-color: var(--psdbox-border-color, var(--psdbox-white));
}

@media (max-width: 575px) {
  .charity-area__item:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .charity-area__item:nth-child(2)::after {
    display: none;
  }
}

.charity-area__item__icon-box {
  width: 109px;
  height: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  background-color: var(--psdbox-black2);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 109.000000 99.000000"><g transform="translate(0.000000,99.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M816 973 c-3 -3 -6 -34 -6 -67 0 -101 -35 -143 -92 -114 -18 9 -51 22 -73 29 -22 7 -50 18 -62 26 -32 21 -152 28 -225 13 -74 -16 -148 -45 -148 -59 0 -5 -9 -12 -20 -16 -55 -17 -159 -169 -144 -209 3 -9 2 -16 -2 -16 -5 0 -10 -15 -11 -32 -10 -177 19 -260 130 -373 89 -89 211 -136 361 -137 141 -1 233 42 382 179 55 50 153 255 168 348 2 17 7 48 11 70 8 54 -7 91 -40 99 -19 5 -25 11 -21 22 12 31 -15 96 -59 143 -45 48 -137 106 -149 94z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 109.000000 99.000000"><g transform="translate(0.000000,99.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M816 973 c-3 -3 -6 -34 -6 -67 0 -101 -35 -143 -92 -114 -18 9 -51 22 -73 29 -22 7 -50 18 -62 26 -32 21 -152 28 -225 13 -74 -16 -148 -45 -148 -59 0 -5 -9 -12 -20 -16 -55 -17 -159 -169 -144 -209 3 -9 2 -16 -2 -16 -5 0 -10 -15 -11 -32 -10 -177 19 -260 130 -373 89 -89 211 -136 361 -137 141 -1 233 42 382 179 55 50 153 255 168 348 2 17 7 48 11 70 8 54 -7 91 -40 99 -19 5 -25 11 -21 22 12 31 -15 96 -59 143 -45 48 -137 106 -149 94z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.charity-area__item__icon-box::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--psdbox-base);
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 109.000000 99.000000"><g transform="translate(0.000000,99.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M816 973 c-3 -3 -6 -34 -6 -67 0 -101 -35 -143 -92 -114 -18 9 -51 22 -73 29 -22 7 -50 18 -62 26 -32 21 -152 28 -225 13 -74 -16 -148 -45 -148 -59 0 -5 -9 -12 -20 -16 -55 -17 -159 -169 -144 -209 3 -9 2 -16 -2 -16 -5 0 -10 -15 -11 -32 -10 -177 19 -260 130 -373 89 -89 211 -136 361 -137 141 -1 233 42 382 179 55 50 153 255 168 348 2 17 7 48 11 70 8 54 -7 91 -40 99 -19 5 -25 11 -21 22 12 31 -15 96 -59 143 -45 48 -137 106 -149 94z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 109.000000 99.000000"><g transform="translate(0.000000,99.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M816 973 c-3 -3 -6 -34 -6 -67 0 -101 -35 -143 -92 -114 -18 9 -51 22 -73 29 -22 7 -50 18 -62 26 -32 21 -152 28 -225 13 -74 -16 -148 -45 -148 -59 0 -5 -9 -12 -20 -16 -55 -17 -159 -169 -144 -209 3 -9 2 -16 -2 -16 -5 0 -10 -15 -11 -32 -10 -177 19 -260 130 -373 89 -89 211 -136 361 -137 141 -1 233 42 382 179 55 50 153 255 168 348 2 17 7 48 11 70 8 54 -7 91 -40 99 -19 5 -25 11 -21 22 12 31 -15 96 -59 143 -45 48 -137 106 -149 94z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.charity-area__item:hover .charity-area__item__icon-box::after {
  width: 100%;
  height: 100%;
}

.charity-area__item__icon {
  font-size: 44px;
  color: var(--psdbox-white);
}

.charity-area__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.charity-area__item__title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

.charity-area__item__title a {
  color: inherit;
}

.charity-area__item__title a:hover {
  color: var(--psdbox-base);
}

.charity-area__item__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.charity-area__item__title a:hover {
  background-size: 100% 1px;
}

.charity-area__item__text {
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

.charity-area__bottom {
  display: flex;
  gap: 30px;
  align-items: center;
}

@media (max-width: 575px) {
  .charity-area__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.charity-area__call {
  display: flex;
  gap: 20px;
  align-items: center;
}

.charity-area__call__icon {
  flex-shrink: 0;
  font-size: 39px;
  color: var(--psdbox-black2);
  transform-origin: center;
  animation: phoneShake 1s ease-in-out infinite;
}

.charity-area__call__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.charity-area__call__title {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

.charity-area__call__number {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: var(--psdbox-text, #636363);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.charity-area__call__number:hover {
  background-size: 100% 1px;
}

.charity-area__call__number:hover {
  color: var(--psdbox-base);
}

.charity-area__image {
  position: absolute;
  top: 50%;
  right: -188px;
  transform: translateY(-50%);
}

@media (max-width: 1399px) {
  .charity-area__image {
    position: static;
    transform: translateY(0%);
  }
}

.charity-area__image img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
.testimonials-five {
  position: relative;
  background-color: var(--psdbox-white);
}

.testimonials-five__top {
  margin-bottom: 42px;
}

.testimonials-five .sec-title-three {
  margin-bottom: 0px;
}

.testimonials-five__text {
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

@media (max-width: 1199px) {
  .testimonials-five__text br {
    display: none;
  }
}

.testimonials-five__item {
  position: relative;
  z-index: 2;
  margin: 0;
}

.testimonials-five__item__image {
  width: 90px;
  height: 101px;
  border-radius: 50px 50px 0 0;
  background-color: var(--psdbox-base);
  padding: 5px;
  position: relative;
  z-index: 2;
  margin: 0 43px -20px auto;
}

.testimonials-five__item__image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: var(--psdbox-white);
  z-index: -1;
  content: "";
}

.testimonials-five__item__image img {
  border-radius: 50px 50px 0 0;
}

.testimonials-five__item__top {
  position: relative;
  background-color: var(--psdbox-gray, #f1f6f7);
  border-radius: 20px;
  overflow: hidden;
  padding: 35px 20px 35px 30px;
  z-index: 1;
  transition: all 400ms ease;
}

.testimonials-five__item__top::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  transform-origin: 0% 0% 0;
  transition: all 0.5s;
  background-color: var(--psdbox-black2);
  z-index: -1;
  transform: rotate(180deg);
}

.testimonials-five__item__shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
}

.testimonials-five__item:hover .testimonials-five__item__top::after {
  transform: rotate(0deg);
}

.testimonials-five__item__ratings {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--psdbox-base);
  font-size: 20px;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.testimonials-five__item__quote {
  color: var(--psdbox-text, #636363);
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 16px;
  transition: all 300ms ease;
}

.testimonials-five__item:hover .testimonials-five__item__quote {
  color: var(--psdbox-white);
}

.testimonials-five__item__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
  transition: all 300ms ease;
}

.testimonials-five__item:hover .testimonials-five__item__name {
  color: var(--psdbox-white);
}

.testimonials-five__item__designation {
  font-size: 16px;
  line-height: 1;
  display: block;
  margin: 0;
  transition: all 300ms ease;
}

.testimonials-five__item:hover .testimonials-five__item__designation {
  color: var(--psdbox-white);
}

.testimonials-five__item__angle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 85px;
  height: 85px;
  background-color: var(--psdbox-black);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: all 300ms ease;
}

.testimonials-five__item:hover .testimonials-five__item__angle {
  background-color: var(--psdbox-base);
}

.testimonials-five__item__quotation {
  width: 57px;
  height: 57px;
  background-color: var(--psdbox-white);
  border: 1px solid var(--psdbox-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.testimonials-five__item__quotation img {
  height: 34px;
  width: 34px !important;
}

.testimonials-six {
  background-color: var(--psdbox-white);
}

.testimonials-six__wrapper {
  padding: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--psdbox-black2);
}

@media (max-width: 991px) {
  .testimonials-six__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .testimonials-six__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .testimonials-six__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 480px) {
  .testimonials-six__wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 440px) {
  .testimonials-six__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.testimonials-six__wrapper::after {
  content: "";
  width: 470px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--psdbox-base);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
}

@media (max-width: 991px) {
  .testimonials-six__wrapper::after {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .testimonials-six__wrapper::after {
    width: calc(100% - 100px);
  }
}

.testimonials-six__bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.testimonials-six__carousel {
  position: relative;
  z-index: 1;
}

.testimonials-six__carousel .owl-stage-outer,
.testimonials-six__carousel .owl-stage {
  border-radius: 20px;
}

.testimonials-six__carousel.owl-carousel .owl-nav {
  gap: 16px;
  margin-top: 0px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}

.testimonials-six__carousel.owl-carousel .owl-nav button span {
  width: 43px;
  height: 43px;
  font-size: 18px;
  color: var(--psdbox-base);
  background-color: transparent;
  border: 1px solid var(--psdbox-base);
}

.testimonials-six__item {
  display: grid;
  grid-gap: 25px 0px;
  align-items: center;
  grid-template-columns: 310px 1fr;
  position: relative;
}

@media (max-width: 991px) {
  .testimonials-six__item {
    grid-template-columns: 200px 1fr;
  }
}

@media (max-width: 767px) {
  .testimonials-six__item {
    grid-template-columns: 1fr;
  }
}

.testimonials-six__item__image {
  width: 310px;
  height: 310px;
  padding: 7px;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  background-color: var(--psdbox-white);
}

@media (max-width: 991px) {
  .testimonials-six__item__image {
    width: 200px;
    height: 200px;
  }
}

.testimonials-six__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.testimonials-six__item__content {
  position: relative;
  z-index: 1;
  background-color: var(--psdbox-white);
  border-radius: 0px 20px 20px 0px;
}

@media (max-width: 767px) {
  .testimonials-six__item__content {
    border-radius: 20px;
  }
}

.testimonials-six__item__content::before {
  content: "";
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -199px;
  background-color: var(--psdbox-white);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

@media (max-width: 991px) {
  .testimonials-six__item__content::before {
    width: 150px;
    left: -149px;
  }
}

@media (max-width: 767px) {
  .testimonials-six__item__content::before {
    display: none;
  }
}

.testimonials-six__item__content__inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
  padding: 31px 20px 24px 34px;
}

@media (max-width: 767px) {
  .testimonials-six__item__content__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 390px) {
  .testimonials-six__item__content__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.testimonials-six__item__content__inner::after {
  content: "";
  width: 98px;
  height: 84px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: var(--psdbox-black3, #000);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.testimonials-six__item__icon {
  display: inline-flex;
  margin-bottom: 12px;
  font-size: 60px;
  color: var(--psdbox-base);
}

.testimonials-six__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.testimonials-six__item__quote {
  margin-bottom: 13px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.529;
  color: var(--psdbox-black);
}

.testimonials-six__item__name {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

.testimonials-six__item__designation {
  margin-bottom: 6px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
}

.testimonials-six__item__rating {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.testimonials-six__item__rating__icon {
  display: inline-flex;
  font-size: 18px;
  color: var(--psdbox-base);
}

.testimonials-six__item__rating__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.testimonials-six__item__shape {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.testimonials-six__image {
  width: 101px;
  height: 101px;
  padding: 4px;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  z-index: 1;
  background-color: var(--psdbox-white);
}

@media (max-width: 767px) {
  .testimonials-six__image {
    display: none;
  }
}

.testimonials-six__image--one {
  top: 30px;
}

.testimonials-six__image--two {
  bottom: 30px;
}

.testimonials-six__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.testimonials-seven {
  background-color: var(--psdbox-black2);
}

.testimonials-seven__item {
  position: relative;
  border-radius: 20px;
  padding: 0px 30px 30px;
}

@media (max-width: 375px) {
  .testimonials-seven__item {
    padding: 0px 25px 25px;
  }
}

.testimonials-seven__item__content {
  position: relative;
  z-index: 2;
}

.testimonials-seven__item__icon {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
  font-size: 32px;
  color: var(--psdbox-base);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--psdbox-white);
}

.testimonials-seven__item__icon::after {
  content: "";
  width: 100%;
  height: calc(100% + 13px);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 69.000000 81.000000"><g transform="translate(0.000000,81.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M250 796 c-131 -36 -237 -164 -247 -301 -12 -148 72 -288 208 -344 48 -20 59 -30 84 -78 45 -83 49 -83 91 -10 33 57 43 67 90 87 164 67 247 247 196 417 -54 177 -242 279 -422 229z m237 -47 c112 -54 177 -158 176 -284 -1 -130 -66 -231 -185 -289 -60 -29 -76 -42 -103 -86 l-32 -53 -29 53 c-24 44 -36 55 -89 79 -83 38 -129 81 -167 159 -28 56 -32 76 -32 136 2 243 241 390 461 285z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 69.000000 81.000000"><g transform="translate(0.000000,81.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M250 796 c-131 -36 -237 -164 -247 -301 -12 -148 72 -288 208 -344 48 -20 59 -30 84 -78 45 -83 49 -83 91 -10 33 57 43 67 90 87 164 67 247 247 196 417 -54 177 -242 279 -422 229z m237 -47 c112 -54 177 -158 176 -284 -1 -130 -66 -231 -185 -289 -60 -29 -76 -42 -103 -86 l-32 -53 -29 53 c-24 44 -36 55 -89 79 -83 38 -129 81 -167 159 -28 56 -32 76 -32 136 2 243 241 390 461 285z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.testimonials-seven__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.testimonials-seven__item:hover .testimonials-seven__item__icon::after {
  background-color: var(--psdbox-white);
}

.testimonials-seven__item__rating {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 20px;
}

.testimonials-seven__item__rating__icon {
  display: inline-flex;
  font-size: 18px;
  color: var(--psdbox-base);
  transition: all 500ms ease;
}

.testimonials-seven__item__rating__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.testimonials-seven__item__quote {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.666;
  color: var(--psdbox-text, #636363);
  transition: all 500ms ease;
}

.testimonials-seven__item__info {
  display: flex;
  gap: 28px;
  align-items: center;
}

@media (max-width: 412px),
(min-width: 758px) and (max-width: 991px) {
  .testimonials-seven__item__info {
    gap: 20px;
  }
}

.testimonials-seven__item__image {
  width: 60px !important;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
}

.testimonials-seven__item__name {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
  transition: all 500ms ease;
}

@media (max-width: 375px) {
  .testimonials-seven__item__name {
    font-size: 20px;
  }
}

.testimonials-seven__item__designation {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.375;
  color: var(--psdbox-text, #636363);
  text-transform: capitalize;
  transition: all 500ms ease;
}

.testimonials-seven__item:hover .testimonials-seven__item__rating__icon,
.testimonials-seven__item:hover .testimonials-seven__item__quote,
.testimonials-seven__item:hover .testimonials-seven__item__name,
.testimonials-seven__item:hover .testimonials-seven__item__designation {
  color: var(--psdbox-white);
}

.testimonials-seven__item__bg {
  width: 100%;
  height: calc(100% - 36px);
  position: relative;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
  background-color: var(--psdbox-white);
}

.testimonials-seven__item__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: -1;
  transition: all 300ms ease;
  background-color: var(--psdbox-base);
  -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}

.testimonials-seven__item:hover .testimonials-seven__item__bg::after {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  transition-delay: 300ms;
}

.testimonials-seven__item__shape-1 {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.testimonials-seven__item__shape-2 {
  width: 125px;
  height: 125px;
  position: relative;
  position: absolute;
  right: -45px;
  bottom: -50px;
  z-index: 1;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: RGBA(var(--psdbox-base-rgb, 255, 85, 40), 0.25);
}

@media (max-width: 412px),
(min-width: 758px) and (max-width: 991px) {
  .testimonials-seven__item__shape-2 {
    right: -60px;
    bottom: -65px;
  }
}

.testimonials-seven__item__shape-2::after {
  content: "";
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.testimonials-seven__item:hover .testimonials-seven__item__shape-2 {
  background-color: RGBA(var(--psdbox-black3-rgb, 0, 0, 0), 0.2);
}

.testimonials-seven__item:hover .testimonials-seven__item__shape-2::after {
  background-color: var(--psdbox-black3, #000);
}

/*--------------------------------------------------------------
# Project
--------------------------------------------------------------*/
.project-two {
  background-color: var(--psdbox-white);
}

.project-two__top {
  text-align: center;
}

.project-two__sec-title {
  margin-bottom: -90px;
  font-family: var(--psdbox-special-cinzel);
  font-size: 200px;
  font-weight: 400;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--psdbox-border-color, var(--psdbox-white));
}

@media (max-width: 1199px) {
  .project-two__sec-title {
    margin-bottom: -70px;
    font-size: 170px;
  }
}

@media (max-width: 991px) {
  .project-two__sec-title {
    margin-bottom: -50px;
    font-size: 125px;
  }
}

@media (max-width: 767px) {
  .project-two__sec-title {
    margin-bottom: -30px;
    font-size: 90px;
  }
}

@media (max-width: 575px) {
  .project-two__sec-title {
    margin-bottom: 50px;
    font-size: clamp(51px, 16vw, 200px);
  }
}

.project-two .container-fluid {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  .project-two .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.project-two__carousel {
  width: 100%;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.project-two__carousel .swiper-wrapper {
  align-items: center;
}



.project-two__carousel .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 430px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}




.project-two__item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.project-two__image {
  width: 100%;
  height: 100%;
}

.project-two__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-two__content {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

@media (max-width: 412px) {
  .project-two__content {
    padding: 20px;
  }
}

.project-two__content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0);
  background-color: rgba(var(--psdbox-black-rgb), 0.7);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
  transition: 0ms;
}

.project-two__content::after {
  content: "";
  width: 100%;
  height: calc(100% - 22px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  opacity: 0;
  transform: translateY(80%);
  background-color: var(--psdbox-base);
  -webkit-mask: url("../images/shapes/project-1-shape-1.png");
  mask: url("../images/shapes/project-1-shape-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.project-two__icon-box {
  width: 106px;
  height: 106px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  transform: rotateX(90deg) scale(0.5);
  background-color: var(--psdbox-white);
}

@media (max-width: 425px),
(min-width: 992px) and (max-width: 1199px),
(min-width: 1400px) and (max-width: 1599px) {
  .project-two__icon-box {
    width: 85px;
    height: 85px;
  }
}

.project-two__icon-box::before {
  content: "";
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  transition: all 500ms ease;
  border: 2px dashed var(--psdbox-base);
}

.project-two__icon-box::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--psdbox-base);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.project-two__item:hover .project-two__icon-box::before {
  border-color: var(--psdbox-white);
}

.project-two__item:hover .project-two__icon-box::after {
  width: 100%;
  height: 100%;
}

.project-two__icon {
  font-size: 55px;
  color: var(--psdbox-base);
  transition: all 500ms ease;
}

@media (max-width: 425px),
(min-width: 992px) and (max-width: 1199px),
(min-width: 1400px) and (max-width: 1599px) {
  .project-two__icon {
    font-size: 38px;
  }
}

.project-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.project-two__item:hover .project-two__icon {
  color: var(--psdbox-white);
}

.project-two__content__box {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.project-two__category {
  margin-bottom: 10px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 14px;
  color: var(--psdbox-white);
  font-weight: 300;
  line-height: 1.625;
  text-transform: capitalize;
  /* opacity: 0;
  transform: translateY(-600px); */
}

.project-two__title {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.272;
  color: var(--psdbox-white);
  text-transform: capitalize;
  /* opacity: 0;
  transform: translateY(-600px); */
}

.project-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.project-two__title a:hover {
  background-size: 100% 1px;
}

.project-two__btn {
  width: 59px;
  height: 59px;
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(-600px);
}

@media (max-width: 425px),
(min-width: 992px) and (max-width: 1199px),
(min-width: 1400px) and (max-width: 1599px) {
  .project-two__btn {
    width: 50px;
    height: 50px;
  }
}

.project-two__btn__link {
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 25px;
  color: var(--psdbox-base);
  border-radius: 50%;
  transform: rotate(-128deg);
  transition: all 500ms ease;
  background-color: var(--psdbox-white);
}

@media (max-width: 425px),
(min-width: 992px) and (max-width: 1199px),
(min-width: 1400px) and (max-width: 1599px) {
  .project-two__btn__link {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

.project-two__btn__link:hover {
  color: var(--psdbox-white);
  transform: rotate(0deg);
  background-color: var(--psdbox-base);
}

.project-two__btn__link svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.project-two .swiper-slide-active .project-two__content::before {
  width: 100%;
  height: 100%;
  transition: all 700ms ease;
}

.project-two .swiper-slide-active .project-two__content::after {
  opacity: 1;
  transform: translateY(0%);
  transition: all 700ms ease;
}

.project-two .swiper-slide-active .project-two__icon-box {
  opacity: 1;
  transform: rotateX(0) scale(1);
  transition: all 500ms ease 600ms;
}

.project-two .swiper-slide-active .project-two__category,
.project-two .swiper-slide-active .project-two__title,
.project-two .swiper-slide-active .project-two__btn {
  opacity: 1;
  transform: translateY(0px);
  transition: all 600ms ease-in-out;
}

.project-two .swiper-slide-active .project-two__category {
  transition-delay: 900ms;
}

.project-two .swiper-slide-active .project-two__title {
  transition-delay: 700ms;
}

.project-two .swiper-slide-active .project-two__btn {
  transition-delay: 1100ms;
}

.project-three {
  position: relative;
  background-color: var(--psdbox-white);
}

.project-three .container {
  position: relative;
}

@media (min-width: 576px) {
  .project-three__container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.project-three__top {
  margin-bottom: 42px;
}

.project-three .sec-title-three {
  margin-bottom: 0px;
}

@media (max-width: 1199px) {
  .project-three .sec-title-three {
    text-align: center;
  }
}

.project-three__filter__list {
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1199px) {
  .project-three__filter__list {
    justify-content: center;
  }
}

.project-three__filter__list li:first-child {
  border-left: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.project-three__filter__list li {
  cursor: pointer;
  margin-top: -1px;
  padding: 8.5px 29px;
  position: relative;
  z-index: 1;
  font-family: var(--psdbox-heading-bebas);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: var(--psdbox-black2);
  text-transform: capitalize;
  transition: all 500ms ease;
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.project-three__filter__list li:not(:first-child) {
  margin-left: -1px;
}

.project-three__filter__list li::after {
  content: "";
  width: 0%;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.project-three__filter__list li.active,
.project-three__filter__list li:hover {
  color: var(--psdbox-white);
}

.project-three__filter__list li.active::after,
.project-three__filter__list li:hover::after {
  width: calc(100% + 1px);
  left: 0px;
}

.project-three__item {
  position: relative;
  overflow: hidden;
}

.project-three__image {
  display: block;
  position: relative;
  overflow: hidden;
}

.project-three__image img {
  width: 100%;
  display: block;
  transition: transform 500ms;
  transform-origin: center center;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}

.project-three__image::before,
.project-three__image::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  transition: all 0.6s linear 0s;
}

.project-three__image::before {
  left: 10px;
  bottom: 10px;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

.project-three__image::after {
  top: 10px;
  right: 10px;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
}

.project-three__item:hover .project-three__image img {
  transform: perspective(400px) rotateX(0.09deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}

.project-three__item:hover .project-three__image::before,
.project-three__item:hover .project-three__image::after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-color: var(--psdbox-base);
}

.project-three__icon-box {
  width: 145px;
  height: 150px;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transform: rotateX(90deg) scale(0.5);
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 145.000000 150.000000"><g transform="translate(0.000000,150.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M414 1478 c-11 -13 -37 -49 -59 -82 -21 -32 -47 -63 -57 -70 -10 -6 -18 -17 -18 -25 0 -8 -22 -50 -48 -95 -46 -77 -76 -138 -73 -151 1 -3 -19 -46 -45 -96 -25 -49 -44 -92 -41 -95 3 -3 28 43 57 103 42 88 53 105 61 91 6 -10 19 -18 29 -18 27 0 26 -7 -15 -95 -19 -42 -30 -73 -25 -70 4 3 11 -1 14 -7 3 -7 3 -3 1 9 -3 12 0 25 6 29 8 4 9 3 5 -5 -4 -6 -3 -18 3 -25 8 -9 4 -30 -13 -77 -24 -67 -60 -147 -51 -116 7 25 -4 21 -14 -5 -5 -13 -5 -25 0 -28 5 -3 0 -29 -11 -58 -11 -28 -16 -54 -10 -57 5 -3 11 -1 15 5 12 20 25 9 19 -16 -5 -20 -2 -26 14 -31 18 -4 19 -7 8 -19 -19 -18 -31 -93 -18 -106 7 -7 15 -1 26 18 24 45 39 60 64 68 23 8 23 8 7 -29 -8 -21 -15 -49 -15 -63 0 -25 1 -25 15 -6 13 17 13 14 0 -25 -15 -44 -15 -44 5 -26 20 18 20 18 20 -23 0 -22 5 -44 12 -48 12 -7 48 29 48 49 0 6 -6 2 -14 -9 -8 -10 -17 -16 -21 -12 -8 8 27 108 36 103 3 -3 17 7 29 20 15 16 26 21 30 14 4 -6 15 6 26 28 16 33 19 35 22 15 2 -12 8 -20 13 -17 5 4 9 -1 9 -10 0 -12 5 -15 16 -11 15 6 16 0 11 -38 -10 -74 18 -69 42 6 12 36 27 55 37 46 2 -3 -5 -25 -16 -51 -11 -25 -23 -67 -26 -94 l-5 -48 25 69 c14 37 36 85 49 105 13 20 31 48 41 64 9 15 23 27 32 27 9 0 14 -3 12 -7 -55 -109 -59 -157 -9 -109 24 23 30 25 40 12 10 -12 10 -19 -2 -37 l-15 -21 -4 23 c-3 17 -7 9 -17 -29 -7 -29 -11 -55 -8 -58 3 -3 16 2 30 10 24 16 24 16 23 -11 -1 -17 4 -27 11 -26 7 2 11 -8 10 -24 -3 -38 22 -41 36 -4 8 21 18 31 33 31 15 0 25 11 37 41 20 50 40 43 31 -11 -16 -97 23 -85 57 18 35 105 62 161 67 137 2 -11 8 -24 12 -28 4 -5 -6 -39 -22 -75 -34 -75 -49 -172 -27 -172 8 0 27 23 42 50 16 28 34 50 40 50 7 0 17 22 24 49 12 52 69 161 84 161 5 0 16 18 25 40 9 22 19 38 23 36 3 -3 15 17 24 42 27 69 48 105 74 126 13 10 42 54 64 99 23 44 52 98 65 119 24 37 24 40 24 308 l0 270 -508 0 -509 0 -19 -22z m-238 -1064 c-4 -14 -9 -24 -12 -21 -3 2 -2 17 2 31 3 15 9 25 11 22 3 -3 2 -17 -1 -32z m851 19 c-4 -3 -7 0 -7 7 0 7 3 10 7 7 3 -4 3 -10 0 -14z m-14 -118 c-3 -9 -8 -14 -10 -11 -3 3 -2 9 2 15 9 16 15 13 8 -4z"/> <path d="M1408 820 c-20 -44 -35 -80 -33 -80 2 0 16 21 31 48 15 26 30 49 34 52 6 5 13 60 7 60 -1 0 -19 -36 -39 -80z"/> <path d="M1200 480 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/> <path d="M1205 419 c-4 -6 -5 -12 -2 -15 2 -3 7 2 10 11 7 17 1 20 -8 4z"/> <path d="M1150 400 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/> <path d="M1141 365 c1 -11 4 -31 8 -45 6 -21 8 -22 14 -8 3 10 0 30 -8 45 -12 22 -15 24 -14 8z"/> <path d="M990 110 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/> <path d="M991 58 c-1 -16 4 -28 9 -28 12 0 12 8 0 35 -8 18 -9 17 -9 -7z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 145.000000 150.000000"><g transform="translate(0.000000,150.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M414 1478 c-11 -13 -37 -49 -59 -82 -21 -32 -47 -63 -57 -70 -10 -6 -18 -17 -18 -25 0 -8 -22 -50 -48 -95 -46 -77 -76 -138 -73 -151 1 -3 -19 -46 -45 -96 -25 -49 -44 -92 -41 -95 3 -3 28 43 57 103 42 88 53 105 61 91 6 -10 19 -18 29 -18 27 0 26 -7 -15 -95 -19 -42 -30 -73 -25 -70 4 3 11 -1 14 -7 3 -7 3 -3 1 9 -3 12 0 25 6 29 8 4 9 3 5 -5 -4 -6 -3 -18 3 -25 8 -9 4 -30 -13 -77 -24 -67 -60 -147 -51 -116 7 25 -4 21 -14 -5 -5 -13 -5 -25 0 -28 5 -3 0 -29 -11 -58 -11 -28 -16 -54 -10 -57 5 -3 11 -1 15 5 12 20 25 9 19 -16 -5 -20 -2 -26 14 -31 18 -4 19 -7 8 -19 -19 -18 -31 -93 -18 -106 7 -7 15 -1 26 18 24 45 39 60 64 68 23 8 23 8 7 -29 -8 -21 -15 -49 -15 -63 0 -25 1 -25 15 -6 13 17 13 14 0 -25 -15 -44 -15 -44 5 -26 20 18 20 18 20 -23 0 -22 5 -44 12 -48 12 -7 48 29 48 49 0 6 -6 2 -14 -9 -8 -10 -17 -16 -21 -12 -8 8 27 108 36 103 3 -3 17 7 29 20 15 16 26 21 30 14 4 -6 15 6 26 28 16 33 19 35 22 15 2 -12 8 -20 13 -17 5 4 9 -1 9 -10 0 -12 5 -15 16 -11 15 6 16 0 11 -38 -10 -74 18 -69 42 6 12 36 27 55 37 46 2 -3 -5 -25 -16 -51 -11 -25 -23 -67 -26 -94 l-5 -48 25 69 c14 37 36 85 49 105 13 20 31 48 41 64 9 15 23 27 32 27 9 0 14 -3 12 -7 -55 -109 -59 -157 -9 -109 24 23 30 25 40 12 10 -12 10 -19 -2 -37 l-15 -21 -4 23 c-3 17 -7 9 -17 -29 -7 -29 -11 -55 -8 -58 3 -3 16 2 30 10 24 16 24 16 23 -11 -1 -17 4 -27 11 -26 7 2 11 -8 10 -24 -3 -38 22 -41 36 -4 8 21 18 31 33 31 15 0 25 11 37 41 20 50 40 43 31 -11 -16 -97 23 -85 57 18 35 105 62 161 67 137 2 -11 8 -24 12 -28 4 -5 -6 -39 -22 -75 -34 -75 -49 -172 -27 -172 8 0 27 23 42 50 16 28 34 50 40 50 7 0 17 22 24 49 12 52 69 161 84 161 5 0 16 18 25 40 9 22 19 38 23 36 3 -3 15 17 24 42 27 69 48 105 74 126 13 10 42 54 64 99 23 44 52 98 65 119 24 37 24 40 24 308 l0 270 -508 0 -509 0 -19 -22z m-238 -1064 c-4 -14 -9 -24 -12 -21 -3 2 -2 17 2 31 3 15 9 25 11 22 3 -3 2 -17 -1 -32z m851 19 c-4 -3 -7 0 -7 7 0 7 3 10 7 7 3 -4 3 -10 0 -14z m-14 -118 c-3 -9 -8 -14 -10 -11 -3 3 -2 9 2 15 9 16 15 13 8 -4z"/> <path d="M1408 820 c-20 -44 -35 -80 -33 -80 2 0 16 21 31 48 15 26 30 49 34 52 6 5 13 60 7 60 -1 0 -19 -36 -39 -80z"/> <path d="M1200 480 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/> <path d="M1205 419 c-4 -6 -5 -12 -2 -15 2 -3 7 2 10 11 7 17 1 20 -8 4z"/> <path d="M1150 400 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/> <path d="M1141 365 c1 -11 4 -31 8 -45 6 -21 8 -22 14 -8 3 10 0 30 -8 45 -12 22 -15 24 -14 8z"/> <path d="M990 110 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/> <path d="M991 58 c-1 -16 4 -28 9 -28 12 0 12 8 0 35 -8 18 -9 17 -9 -7z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.project-three__item:hover .project-three__icon-box {
  opacity: 1;
  transform: rotateX(0) scale(1);
}

.project-three__icon {
  display: inline-flex;
  position: absolute;
  top: 19px;
  right: 32px;
  font-size: 66px;
  color: var(--psdbox-white);
}

.project-three__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.project-three__content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  padding: 24px 20px 23px 30px;
  background-color: var(--psdbox-base);
}

@media (max-width: 390px) {
  .project-three__content {
    padding-left: 20px;
  }
}

.project-three__title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

.project-three__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.project-three__title a:hover {
  background-size: 100% 1px;
}

.project-three__category {
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
}

.project-three__btn {
  width: 55px;
  height: 55px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: var(--psdbox-white);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--psdbox-black2);
}

@media (max-width: 390px) {
  .project-three__btn {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

.project-three__btn:hover {
  color: var(--psdbox-base);
  background-color: var(--psdbox-white);
}

.project-three__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.project-four {
  padding-bottom: 20px;
  background-color: var(--psdbox-white);
}

@media (min-width: 576px) {
  .project-four {
    padding-bottom: 80px;
  }
}

.project-four .container {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .project-four .container {
    max-width: 100%;
  }
}

.project-four__item {
  position: relative;
  overflow: hidden;
}

.project-four__image {
  position: relative;
}

.project-four__image::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 500ms ease;
  background-color: rgba(var(--psdbox-black7-rgb), 0.8);
}

.project-four__image img {
  width: 100%;
  height: auto;
}

.project-four__item:hover .project-four__image::after {
  height: 100%;
}

.project-four__content {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 25px 25px;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

@media (max-width: 390px),
(min-width: 992px) and (max-width: 1199px),
(min-width: 1300px) and (max-width: 1399px) {
  .project-four__content {
    padding: 20px;
  }
}

.project-four__btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: var(--psdbox-white);
  opacity: 0;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
  -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}

.project-four__btn:hover {
  color: var(--psdbox-base);
  background-color: var(--psdbox-white);
}

.project-four__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.project-four__item:hover .project-four__btn {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  transition-delay: 300ms;
}

.project-four__bottom {
  padding: 18px 30px 15px;
  position: relative;
  z-index: 1;
  opacity: 0;
  text-align: center;
  border-radius: 70px;
  transition: all 800ms ease;
  background-color: var(--psdbox-white);
  -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}

.project-four__item:hover .project-four__bottom {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  transition-delay: 300ms;
}

.project-four__title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

@media (max-width: 360px) {
  .project-four__title {
    font-size: 20px;
  }
}

.project-four__title a {
  color: inherit;
}

.project-four__title a:hover {
  color: var(--psdbox-base);
}

.project-four__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.project-four__title a:hover {
  background-size: 100% 1px;
}

.project-four__category {
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
}

.project-four__shape {
  width: 100%;
  height: 206px;
  position: absolute;
  left: 0px;
  bottom: -6px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
  -webkit-mask: url("../images/shapes/project-4-shape-1.png");
  mask: url("../images/shapes/project-4-shape-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.project-four__item:hover .project-four__shape {
  opacity: 1;
  transform: translateY(0%);
}

.project-five {
  background-color: var(--psdbox-black2);
}

.project-five__top {
  margin-bottom: 42px;
}

.project-five .sec-title-three {
  margin-bottom: 0px;
}

.project-five__text {
  margin-bottom: 21px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}

.project-five__filter__list {
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.project-five__filter__list li:first-child {
  border-left: 1px solid RGBA(var(--psdbox-border-color-rgb, 221, 221, 221), 0.3);
}

.project-five__filter__list li {
  cursor: pointer;
  margin-top: -1px;
  padding: 8.5px 24px;
  position: relative;
  z-index: 1;
  font-family: var(--psdbox-heading-bebas);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--psdbox-white);
  text-transform: capitalize;
  transition: all 500ms ease;
  border: 1px solid RGBA(var(--psdbox-border-color-rgb, 221, 221, 221), 0.3);
}

.project-five__filter__list li:not(:first-child) {
  margin-left: -1px;
}

.project-five__filter__list li::after {
  content: "";
  width: 0%;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.project-five__filter__list li.active,
.project-five__filter__list li:hover {
  color: var(--psdbox-white);
}

.project-five__filter__list li.active::after,
.project-five__filter__list li:hover::after {
  width: calc(100% + 1px);
  left: 0px;
}

.project-five__card {
  overflow: hidden;
  position: relative;
}

.project-five__card__image img {
  width: 100%;
  min-height: 333px;
  object-fit: cover;
}

.project-five__card__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.project-five__card__content::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  background: linear-gradient(180deg, rgba(23, 35, 31, 0) 0%, rgba(216, 39, 39, 0.9) 60.5%, rgba(216, 39, 39, 0.9) 75.5%, rgba(216, 39, 39, 0.9) 99.99%);
}

.project-five__card:hover .project-five__card__content::after {
  height: 100%;
}

.project-five__card__inner {
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.project-five__card__icon {
  width: 70px;
  height: 70px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 36px;
  font-size: 38px;
  color: var(--psdbox-base);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  transition: all 0.5s;
  transform-origin: 100% 100%;
  background-color: var(--psdbox-white);
}

.project-five__card__icon::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  transition: all 500ms ease;
  border: 1px dashed var(--psdbox-base);
}

.project-five__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.project-five__card:hover .project-five__card__icon {
  visibility: visible;
  opacity: 1;
  transform: rotate(0deg);
  transform-origin: 100% 100%;
}

.project-five__card__title {
  margin-bottom: 6px;
  opacity: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.272;
  color: var(--psdbox-white);
  opacity: 0;
  text-transform: capitalize;
  transform: translateX(-100%) skewX(5deg);
  transition: transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.project-five__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.project-five__card__title a:hover {
  background-size: 100% 1px;
}

.project-five__card:hover .project-five__card__title {
  opacity: 1;
  transform: translateX(0px) skewX(0deg);
}

.project-five__card__text {
  margin-bottom: 10px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
  opacity: 0;
  transform: translateX(100%) skewX(5deg);
  transition: transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.project-five__card:hover .project-five__card__text {
  opacity: 1;
  transform: translateX(0px) skewX(0deg);
}

.project-five__card__btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-left: auto;
  font-size: 20px;
  color: var(--psdbox-base);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg);
  transform-origin: 100% 100%;
  transition: all 0.5s;
  background-color: var(--psdbox-white);
}

.project-five__card__btn>* {
  transform: rotate(-135deg);
  transition: all 500ms ease;
}

.project-five__card__btn:hover>* {
  transform: rotate(0deg);
}

.project-five__card__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.project-five__card:hover .project-five__card__btn {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
  transform-origin: 100% 100%;
}

/*--------------------------------------------------------------
# Donate
--------------------------------------------------------------*/
.donate-six {
  margin-top: -228px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .donate-six {
    margin-top: 0px;
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .donate-six {
    padding-top: 80px;
  }
}

.donate-six__image__box {
  padding: 13px;
  background-color: var(--psdbox-white);
}

@media (max-width: 991px) {
  .donate-six__image__box {
    padding: 0px;
    margin-bottom: 15px;
  }
}

.donate-six__image__box img {
  width: 100%;
  height: auto;
}

.donate-six__box {
  padding: 0px 13px;
  background-color: var(--psdbox-white);
}

@media (max-width: 991px) {
  .donate-six__box {
    padding: 0px;
  }
}

.donate-six__box__inner {
  display: flex;
  gap: 45px;
  align-items: center;
  padding: 14px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--psdbox-black2);
}

@media (max-width: 1199px) {
  .donate-six__box__inner {
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .donate-six__box__inner {
    padding: 25px;
    text-align: center;
    flex-direction: column;
  }
}

.donate-six__box__icon {
  width: 114px;
  height: 114px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 75px;
  color: var(--psdbox-white);
  border-radius: 10px;
  background-color: var(--psdbox-base);
  border: 2px solid var(--psdbox-white);
}

.donate-six__box__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.donate-six__box:hover .donate-six__box__icon>* {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.donate-six__box__title {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

.donate-six__box__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.donate-six__form {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 80px 80px 80px 50px;
  background-color: var(--psdbox-base);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .donate-six__form {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .donate-six__form {
    padding-left: 80px;
  }
}

@media (max-width: 767px) {
  .donate-six__form {
    padding: 40px 35px;
  }
}

@media (max-width: 480px) {
  .donate-six__form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.donate-six__form::before {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -30px;
  background-color: var(--psdbox-base);
}

@media (max-width: 991px) {
  .donate-six__form::before {
    display: none;
  }
}

.donate-six__form__title {
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.272;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

.donate-six__form__amount {
  position: relative;
}

.donate-six__form__amount__sign {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: var(--psdbox-heading-bebas);
  font-size: 20px;
  color: var(--psdbox-white);
  text-transform: uppercase;
  border-radius: 50%;
  background-color: var(--psdbox-black4);
}

.donate-six__form input {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  font-family: var(--psdbox-heading-bebas);
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: var(--psdbox-black4);
  padding-left: 70px;
  padding-right: 30px;
  border-radius: 50px;
  background-color: var(--psdbox-white);
}

.donate-six__form__buttons {
  display: flex;
  gap: 21px;
  flex-wrap: wrap;
  align-items: center;
  margin: 28px 0 32px;
}

@media (max-width: 575px),
(min-width: 992px) and (max-width: 1199px) {
  .donate-six__form__buttons {
    gap: 15px;
  }
}

.donate-six__form__buttons__item {
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 0 20px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: var(--psdbox-white);
  transition: all 0.4s ease;
  background-color: transparent;
  border: 1px solid var(--psdbox-white);
}

.donate-six__form__buttons__item.active,
.donate-six__form__buttons__item:hover {
  color: var(--psdbox-white);
  border-color: var(--psdbox-black4);
  background-color: var(--psdbox-black4);
}

.donate-six__form__custome {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--psdbox-black4);
  padding: 0 30px;
  border-radius: 50px;
  transition: all 0.4s ease;
  background-color: var(--psdbox-white);
}

.donate-six__form__custome.active,
.donate-six__form__custome:hover {
  color: var(--psdbox-white);
  background-color: var(--psdbox-black4);
}

.donate-six__form__bar {
  position: relative;
  margin: 48px 0 25px;
}

.donate-six__form__bar__progress {
  width: 100%;
  height: 16px;
  position: relative;
  margin-bottom: 12px;
  border-radius: 80px;
  border: 1px solid var(--psdbox-black4);
}

.donate-six__form__bar__progress__inner {
  width: 0px;
  height: calc(100% - 4px);
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  border-radius: 80px;
  transition: all 1500ms linear;
  background-color: var(--psdbox-black4);
}

.donate-six__form__bar__progress__number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: calc(100% + 12px);
  right: 5px;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--psdbox-white);
}

.donate-six__form__bar__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: var(--psdbox-white);
}

.donate-six__form .psdbox-btn-two:hover {
  color: var(--psdbox-white);
  background-color: var(--psdbox-black4);
}

.donate-six__form__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 50px;
  bottom: 0px;
  animation: shapeMove 2s linear 0s infinite;
}

@media (max-width: 767px),
(min-width: 992px) and (max-width: 1199px) {
  .donate-six__form__shape {
    display: none;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-card-six__image {
  display: block;
}

.blog-card-six__content {
  width: calc(100% - 27px);
  position: relative;
  z-index: 1;
  margin: -81px 0px 0px auto;
}

@media (max-width: 375px),
(min-width: 768px) and (max-width: 991px) {
  .blog-card-six__content {
    width: calc(100% - 20px);
  }
}

@media (max-width: 360px),
(min-width: 992px) and (max-width: 1199px) {
  .blog-card-six__content {
    width: calc(100% - 10px);
  }
}

.blog-card-six__content__inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 25px 20px 24px;
  background-color: var(--psdbox-gray, #f1f6f7);
}

.blog-card-six__content__inner::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--psdbox-black2);
}

.blog-card-six:hover .blog-card-six__content__inner::after {
  height: 100%;
  top: 0px;
}

.blog-card-six__date {
  min-width: 60px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 6.5px 10px 8.5px;
  text-align: center;
  background-color: var(--psdbox-base);
}

.blog-card-six__date::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--psdbox-white);
  border-radius: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.blog-card-six__date__day {
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  color: var(--psdbox-white);
  transition: all 500ms ease;
}

.blog-card-six__date__month {
  margin: 3px 0px 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.blog-card-six:hover .blog-card-six__date::after {
  width: 100%;
  height: 100%;
}

.blog-card-six:hover .blog-card-six__date__day,
.blog-card-six:hover .blog-card-six__date__month {
  color: var(--psdbox-black);
}

.blog-card-six__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

@media (max-width: 360px),
(min-width: 992px) and (max-width: 1199px) {
  .blog-card-six__title {
    font-size: 20px;
  }
}

.blog-card-six__title a {
  color: inherit;
}

.blog-card-six__title a:hover {
  color: var(--psdbox-base);
}

.blog-card-six__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-six__title a:hover {
  background-size: 100% 1px;
}

.blog-card-six:hover .blog-card-six__title {
  color: var(--psdbox-white);
}

.blog-card-six__text {
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
}

.blog-card-six:hover .blog-card-six__text {
  color: var(--psdbox-white);
}

.blog-card-six__bottom {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 0px 10px 20px;
  background-color: var(--psdbox-base);
}

@media (max-width: 360px),
(min-width: 992px) and (max-width: 1199px) {
  .blog-card-six__bottom {
    padding-left: 15px;
  }
}

.blog-card-six__meta {
  display: flex;
  gap: 5px 15px;
  align-items: center;
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
  transition: all 500ms ease;
}

.blog-card-six__meta li {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: var(--psdbox-white);
  transition: all 500ms ease;
}

.blog-card-six__meta li a {
  color: inherit;
  transition: 0s;
}

.blog-card-six__meta__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--psdbox-white);
  transition: all 500ms ease;
}

.blog-card-six__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-card-six__btn {
  width: 45px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--psdbox-white);
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
  background-color: var(--psdbox-black2);
}

@media (max-width: 360px),
(min-width: 992px) and (max-width: 1199px) {
  .blog-card-six__btn {
    width: 40px;
    font-size: 16px;
  }
}

.blog-card-six__btn>* {
  transform: rotate(-45deg);
  transition: all 500ms ease;
}

.blog-card-six__btn:hover>* {
  transform: rotate(0deg);
}

.blog-card-six__btn::before {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 400ms linear;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}

.blog-card-six__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-card-six:hover .blog-card-six__btn {
  background-color: var(--psdbox-base);
}

.blog-card-six:hover .blog-card-six__btn::before {
  width: 100%;
  height: 100%;
  border-color: var(--psdbox-white);
}

.blog-card-seven__top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card-seven__admin {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 15px 15px 0px;
  overflow: hidden;
  border-radius: 30px 30px 0px 0px;
  background-color: var(--psdbox-black3, #000);
}

.blog-card-seven__admin::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.blog-card-seven__admin__image {
  width: 60px !important;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
}

.blog-card-seven__admin__title {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

.blog-card-seven__admin__title+.blog-card-seven__admin__title {
  margin-top: 5px;
}

.blog-card-seven:hover .blog-card-seven__admin::before {
  height: 100%;
}

.blog-card-seven__content {
  padding: 20px 30px 27px;
  position: relative;
  z-index: 1;
  text-align: center;
}

@media (max-width: 375px),
(min-width: 768px) and (max-width: 991px) {
  .blog-card-seven__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.blog-card-seven__content__inner {
  position: relative;
  z-index: 2;
}

.blog-card-seven__meta {
  display: flex;
  gap: 5px 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

@media (max-width: 360px),
(min-width: 992px) and (max-width: 1199px) {
  .blog-card-seven__meta {
    flex-direction: column;
  }
}

.blog-card-seven__meta li {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: var(--psdbox-white);
  transition: all 500ms ease;
}

.blog-card-seven__meta__icon {
  display: inline-flex;
  color: var(--psdbox-white);
  transition: all 500ms ease;
}

.blog-card-seven__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-card-seven__title {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.272;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

@media (max-width: 360px),
(min-width: 992px) and (max-width: 1199px) {
  .blog-card-seven__title {
    font-size: 20px;
  }
}

.blog-card-seven__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-seven__title a:hover {
  background-size: 100% 1px;
}

.blog-card-seven__shape {
  width: 100%;
  height: calc(100% + 96px);
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  background-color: var(--psdbox-black3, #000);
}

.blog-card-seven__shape::after {
  content: "";
  width: calc(100% - 31px);
  height: 101px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 1;
  transform: translateX(-50%);
  background-color: var(--psdbox-white);
}

.blog-card-seven__shape__bg {
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.blog-card-seven:hover .blog-card-seven__shape__bg {
  height: 100%;
}

.blog-card-seven__image {
  display: block;
  width: calc(100% - 41px);
  margin: 0px auto;
  position: relative;
  z-index: 2;
}

.blog-card-seven__image img {
  width: 100%;
  height: auto;
}

.blog-five {
  background-color: var(--psdbox-white);
}

.blog-six {
  position: relative;
  overflow: hidden;
  background-color: var(--psdbox-gray, #f1f6f7);
}

.blog-six__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.blog-six .container {
  position: relative;
  z-index: 1;
}

.blog-six__card {
  background-color: var(--psdbox-white);
}

.blog-six__card__image {
  position: relative;
}

.blog-six__card__image a {
  display: block;
  height: 100%;
}

.blog-six__card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.blog-six__card__date {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  padding: 6.5px 14px 8.5px;
  text-align: center;
  border-radius: 10px;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.blog-six__card__date__day {
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: var(--psdbox-white);
  transition: all 500ms ease;
}

.blog-six__card__date__month {
  margin: 3px 0px 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.blog-six__card:hover .blog-six__card__date {
  background-color: var(--psdbox-white);
}

.blog-six__card:hover .blog-six__card__date__day,
.blog-six__card:hover .blog-six__card__date__month {
  color: var(--psdbox-base);
}

.blog-six__card__content {
  padding: 26px 30px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--psdbox-white);
}

@media (max-width: 375px) {
  .blog-six__card__content {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
}

.blog-six__card__content::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.blog-six__card:hover .blog-six__card__content::after {
  height: 100%;
  top: 0px;
}

.blog-six__card__meta {
  display: flex;
  gap: 5px 17px;
  align-items: center;
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 500ms ease;
}

.blog-six__card__meta li {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: var(--psdbox-text, #636363);
  transition: all 500ms ease;
}

@media (max-width: 360px) {
  .blog-six__card__meta li {
    font-size: 14px;
  }
}

.blog-six__card__meta li a {
  color: inherit;
  transition: 0s;
}

.blog-six__card__meta__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--psdbox-black);
  transition: all 500ms ease;
}

@media (max-width: 360px) {
  .blog-six__card__meta__icon {
    font-size: 15px;
  }
}

.blog-six__card__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-six__card:hover .blog-six__card__meta li,
.blog-six__card:hover .blog-six__card__meta__icon {
  color: var(--psdbox-white);
}

.blog-six__card__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

@media (max-width: 375px),
(min-width: 576px) and (max-width: 767px),
(min-width: 992px) and (max-width: 1199px) {
  .blog-six__card__title {
    font-size: 20px;
  }
}

.blog-six__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-six__card__title a:hover {
  background-size: 100% 1px;
}

.blog-six__card:hover .blog-six__card__title {
  color: var(--psdbox-white);
}

.blog-six__card__text {
  margin-bottom: 26px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
}

.blog-six__card:hover .blog-six__card__text {
  color: var(--psdbox-white);
}

.blog-six__card:hover .psdbox-btn-two {
  color: var(--psdbox-white);
  background-color: var(--psdbox-black2);
}

.blog-six__card:hover .psdbox-btn-two .psdbox-btn-two__icon {
  background-color: var(--psdbox-base);
}

.blog-six__card--row+.blog-six__card--row {
  margin-top: 30px;
}

.blog-six__card--row {
  display: grid;
  grid-template-columns: 224px 1fr;
}

@media (max-width: 575px) {
  .blog-six__card--row {
    grid-template-columns: 1fr;
  }
}

.blog-six__card--row .blog-six__card__content {
  padding: 25px 20px 25px 28px;
}

@media (max-width: 575px) {
  .blog-six__card--row .blog-six__card__content {
    padding: 26px 30px 23px;
  }
}

@media (max-width: 375px) {
  .blog-six__card--row .blog-six__card__content {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 18px;
  }
}

.blog-six__card--row .blog-six__card__text {
  margin-bottom: 0px;
}

.blog-seven {
  background-color: var(--psdbox-black2);
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq-accrodion {
  position: relative;
  z-index: 1;
  counter-reset: faqNumber;
}

.faq-accrodion .accrodion {
  transition: all 500ms ease;
}

.faq-accrodion .accrodion+.accrodion {
  margin-top: 30px;
}

.faq-accrodion .accrodion-title {
  display: flex;
  gap: 17px;
  align-items: center;
  position: relative;
  padding-right: 60px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 100px;
  background-color: var(--psdbox-gray, #f1f6f7);
}

.faq-accrodion .accrodion-title h2 {
  padding: 10px 0px;
  position: relative;
  z-index: 1;
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.444;
  color: var(--psdbox-black3, #000);
  text-transform: capitalize;
  transition: all 500ms ease;
}

.faq-accrodion .accrodion-title__number {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--psdbox-black2);
}

.faq-accrodion .accrodion-title__number::after {
  counter-increment: faqNumber;
  content: counter(faqNumber, decimal-leading-zero);
  font-family: var(--psdbox-heading-bebas);
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: var(--psdbox-white);
  transition: all 500ms ease;
}

.faq-accrodion .accrodion-title__icon {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 25px;
  bottom: 0px;
  margin: auto;
  font-size: 12px;
  color: var(--psdbox-base);
  transition: all 500ms ease;
}

.faq-accrodion .accrodion-title__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.faq-accrodion .active.accrodion {
  background-color: var(--psdbox-gray, #f1f6f7);
  border-radius: 25px 0px 25px 0px;
}

.faq-accrodion .active .accrodion-title {
  border-radius: 100px 0px 0px 100px;
  background-color: var(--psdbox-black2);
}

.faq-accrodion .active .accrodion-title__number {
  background-color: var(--psdbox-base);
}

.faq-accrodion .active .accrodion-title h2 {
  color: var(--psdbox-white);
}

.faq-accrodion .active .accrodion-title__icon {
  transform: rotate(180deg);
}

.faq-accrodion .accrodion-content .inner {
  display: grid;
  grid-gap: 15px 30px;
  align-items: center;
  grid-template-columns: 66px 1fr;
  padding: 13px 28px 13px 15px;
}

@media (max-width: 480px) {
  .faq-accrodion .accrodion-content .inner {
    padding-right: 25px;
  }
}

@media (max-width: 430px) {
  .faq-accrodion .accrodion-content .inner {
    padding: 30px 20px 22px;
    grid-template-columns: 1fr;
  }
}

.faq-accrodion .accrodion-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.faq-accrodion .accrodion-content p {
  position: relative;
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

.faq-accrodion .accrodion-content p::before {
  content: "";
  width: 3px;
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: -15px;
  border-radius: 10px;
  transform: translateY(-50%);
  background-color: var(--psdbox-base);
}

@media (max-width: 430px) {
  .faq-accrodion .accrodion-content p::before {
    display: none;
  }
}

.faq-two {
  position: relative;
  background-color: var(--psdbox-white);
  border-top: 1px solid var(--psdbox-border-color, var(--psdbox-white));
  border-bottom: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.faq-two .container {
  position: relative;
  z-index: 1;
}

.faq-two__image {
  display: inline-block;
  position: relative;
  margin-left: -114px;
  z-index: 1;
}

@media (max-width: 1599px) {
  .faq-two__image {
    margin-left: -90px;
  }
}

@media (max-width: 1399px) {
  .faq-two__image {
    margin-left: 0px;
  }
}

.faq-two__image::before {
  content: "";
  width: 385px;
  height: calc(100% + 30px);
  position: absolute;
  top: 50%;
  left: -15px;
  z-index: -1;
  border-radius: 20px;
  transform: translateY(-50%);
  background-color: var(--psdbox-white);
}

@media (max-width: 991px) {
  .faq-two__image::before {
    display: none;
  }
}

.faq-two__image .grid-reveal-anim {
  border-radius: 20px;
}

.faq-two__image img {
  border-radius: inherit;
}

@media (max-width: 1399px) {
  .faq-two__image img {
    max-width: 100%;
    height: auto;
  }
}

.faq-two__text {
  margin-bottom: 30px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

.faq-two__shape {
  width: 31.3%;
  height: calc(100% + 2px);
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  overflow: hidden;
  background-color: var(--psdbox-base);
}

@media (max-width: 991px) {
  .faq-two__shape {
    display: none;
  }
}

.faq-two__shape img {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: -215px;
}

@media (max-width: 1199px) {
  .faq-two__shape img {
    display: none;
  }
}

.faq-three {
  position: relative;
  background-color: var(--psdbox-black3, #000);
}

.faq-three__image {
  width: 47.41%;
  height: 100%;
  padding-right: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--psdbox-white);
  clip-path: polygon(89% 0, 100% 50%, 89% 100%, 0 100%, 0 0);
}

@media (max-width: 991px) {
  .faq-three__image {
    width: 100%;
    position: relative;
  }
}

.faq-three__image .grid-reveal-anim {
  height: 100%;
  clip-path: inherit;
}

.faq-three__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-three__image__shape {
  width: 221px;
  height: 221px;
  display: flex;
  align-items: center;
  position: relative;
  position: absolute;
  top: 50%;
  right: -57px;
  z-index: 1;
  font-size: 70px;
  color: var(--psdbox-white);
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: var(--psdbox-base);
  border: 10px solid var(--psdbox-white);
}

@media (max-width: 767px) {
  .faq-three__image__shape {
    width: 150px;
    height: 150px;
    right: -35px;
  }
}

@media (max-width: 480px) {
  .faq-three__image__shape {
    display: none;
  }
}

.faq-three__image__shape svg {
  width: 37px;
  height: 69px;
  position: absolute;
  top: 50%;
  left: 67px;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .faq-three__image__shape svg {
    left: 35px;
  }
}

.faq-three__image__shape svg path {
  color: var(--psdbox-white);
}

.faq-three__text {
  margin-bottom: 30px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}

.faq-three__faq {
  border: 1px solid RGBA(var(--psdbox-border-color-rgb, 221, 221, 221), 0.3);
}

.faq-three .accrodion {
  margin-top: 0px !important;
}

.faq-three .accrodion:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--psdbox-border-color-rgb, 221, 221, 221), 0.3);
}

.faq-three .accrodion-title {
  padding: 20px 60px 20px 25px;
  border-radius: 0px;
  background-color: transparent;
}

@media (max-width: 390px) {
  .faq-three .accrodion-title {
    padding-left: 20px;
    padding-right: 55px;
  }
}

.faq-three .accrodion-title h2 {
  padding: 0px;
  font-weight: 400;
  color: var(--psdbox-white);
}

.faq-three .accrodion-title__number {
  width: 30px;
  height: 30px;
  background-color: var(--psdbox-base);
}

.faq-three .accrodion-title__number::after {
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 390px) {
  .faq-three .accrodion-title__icon {
    right: 20px;
  }
}

.faq-three .active.accrodion {
  border-radius: 0px;
  border-color: var(--psdbox-black2);
  background-color: transparent;
}

.faq-three .active .accrodion-title {
  border-radius: 0px;
  background-color: var(--psdbox-base);
}

.faq-three .active .accrodion-title__number {
  background-color: var(--psdbox-white);
}

.faq-three .active .accrodion-title__number::after {
  color: var(--psdbox-base);
}

.faq-three .active .accrodion-title__icon {
  color: var(--psdbox-white);
}

.faq-three .accrodion-content .inner {
  background-color: var(--psdbox-black2);
}

.faq-three .accrodion-content p {
  color: var(--psdbox-white);
}

.faq-three__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  right: 80px;
  bottom: 0px;
  margin: auto;
}

@media (max-width: 1599px) {
  .faq-three__shape {
    display: none;
  }
}

/*--------------------------------------------------------------
# Benefit
--------------------------------------------------------------*/
.benefit-two {
  position: relative;
  counter-reset: benefitNumber2;
  background-color: var(--psdbox-black2);
}

.benefit-two__bg {
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.benefit-two__bg::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: RGBA(var(--psdbox-black2-rgb, 18, 18, 18), 0.85);
}

.benefit-two .container {
  position: relative;
  z-index: 1;
}

.benefit-two__card {
  padding: 30px 30px 23px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--psdbox-white);
}

.benefit-two__card::before {
  content: "";
  width: 69px;
  height: 67px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.benefit-two__card:hover::before {
  width: 100%;
  height: 100%;
}

.benefit-two__card__top {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.benefit-two__card__icon {
  width: 67px;
  height: 67px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: var(--psdbox-white);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--psdbox-black2);
}

.benefit-two__card__icon::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--psdbox-white);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.benefit-two__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.benefit-two__card:hover .benefit-two__card__icon {
  color: var(--psdbox-base);
}

.benefit-two__card:hover .benefit-two__card__icon::after {
  width: 100%;
  height: 100%;
}

.benefit-two__card__number {
  display: inline-block;
  font-family: var(--psdbox-special-cinzel);
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  color: transparent;
  transition: all 500ms ease;
  -webkit-text-stroke: 1px var(--psdbox-black2);
}

.benefit-two__card__number::after {
  counter-increment: benefitNumber2;
  content: counter(benefitNumber2, decimal-leading-zero);
}

.benefit-two__card:hover .benefit-two__card__number {
  color: var(--psdbox-white);
  -webkit-text-stroke-color: var(--psdbox-white);
}

.benefit-two__card__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
  transition: all 500ms ease;
}

.benefit-two__card:hover .benefit-two__card__title {
  color: var(--psdbox-white);
}

.benefit-two__card__text {
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
}

.benefit-two__card:hover .benefit-two__card__text {
  color: var(--psdbox-white);
}

.benefit-two__info {
  margin-top: 50px;
  padding-top: 51px;
  border-top: 1px solid RGBA(var(--psdbox-border-color-rgb, 221, 221, 221), 0.3);
}

.benefit-two__info__content {
  display: flex;
  gap: 32px;
  align-items: center;
}

@media (max-width: 575px) {
  .benefit-two__info__content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
}

.benefit-two__info__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 88px;
  color: var(--psdbox-base);
}

.benefit-two__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.benefit-two__info__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

.benefit-two__info__title__highlight {
  color: var(--psdbox-base);
}

.benefit-two__info__title__icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--psdbox-base);
  background-color: var(--psdbox-white);
}

.benefit-two__info__text {
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}

.benefit-two__info__shape {
  max-width: 100%;
  height: auto;
  animation: shapeMove 3s linear infinite;
}

.benefit-two__info__button {
  text-align: right;
}

@media (max-width: 1199px) {
  .benefit-two__info__button {
    text-align: center;
  }
}

.benefit-two__info .psdbox-btn-two:hover {
  color: var(--psdbox-black2);
  background-color: var(--psdbox-white);
}

.benefit-two__info .psdbox-btn-two:hover .psdbox-btn-two__icon {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.video-six__wrapper {
  position: relative;
  padding-bottom: 202px;
  background-color: var(--psdbox-black3, #000);
}

.video-six__bg {
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.video-six__bg::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: RGBA(var(--psdbox-black3-rgb, 0, 0, 0), 0.8);
}

.video-six .container {
  position: relative;
  z-index: 2;
}

.video-six__content {
  text-align: center;
}

.video-six__video {
  margin-bottom: 60px;
}

.video-six .video-btn {
  width: 61px;
  height: 61px;
  margin: 0px auto;
  color: var(--psdbox-white);
  border-color: var(--psdbox-white);
}

.video-six .video-btn:hover {
  border-color: var(--psdbox-base);
}

.video-six .video-btn>span {
  border-color: var(--psdbox-white);
}

.video-six .video-btn:hover>span {
  border-color: var(--psdbox-base);
}

.video-six .sec-title-three {
  margin-bottom: 37px;
}

.video-six__shape-1 {
  width: 571px;
  height: 495px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: RGBA(var(--psdbox-base-rgb, 255, 85, 40), 0.6);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 571.000000 495.000000"><g transform="translate(0.000000,495.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3670 4906 c-31 -11 -73 -33 -95 -47 -22 -14 -78 -47 -125 -72 -100 -55 -196 -128 -212 -162 -6 -13 -8 -35 -4 -49 5 -22 12 -26 41 -26 27 0 60 17 142 73 60 40 137 90 173 111 36 22 74 47 85 57 21 18 95 37 95 24 0 -16 -112 -134 -146 -156 -20 -12 -50 -23 -68 -24 -17 -1 -52 -13 -76 -27 -25 -14 -68 -33 -96 -42 -29 -9 -60 -26 -69 -36 -10 -11 -25 -20 -34 -20 -19 0 -131 106 -131 124 0 8 9 25 20 39 11 14 20 35 20 46 0 17 -6 21 -37 22 -21 0 -47 4 -58 9 -14 5 -30 2 -52 -11 -17 -11 -53 -26 -80 -34 -34 -10 -54 -23 -63 -40 -20 -37 -35 -33 -119 31 -13 10 28 66 79 109 33 28 60 56 60 63 0 17 -60 42 -100 42 -34 0 -197 -89 -266 -145 -23 -19 -52 -37 -66 -40 -14 -4 -49 -26 -79 -51 -30 -25 -72 -53 -94 -63 -42 -18 -302 -190 -510 -337 -66 -46 -147 -101 -179 -121 -32 -21 -93 -65 -135 -97 -54 -43 -90 -63 -127 -72 -41 -9 -75 -31 -170 -106 -128 -101 -193 -148 -208 -148 -5 0 33 44 85 97 118 122 94 138 -48 32 -83 -62 -62 -24 42 77 52 51 95 98 95 103 0 33 -48 4 -244 -151 -54 -43 -103 -78 -109 -78 -15 0 18 35 177 191 94 92 135 139 126 144 -7 4 -23 -2 -38 -14 -15 -12 -45 -33 -67 -48 -60 -39 -192 -141 -219 -168 -14 -13 -71 -59 -128 -102 -57 -42 -139 -105 -182 -141 -44 -35 -118 -86 -165 -113 -47 -28 -96 -62 -108 -77 -21 -25 -24 -26 -40 -10 -15 16 -15 19 -1 35 8 10 18 27 22 37 10 28 -20 118 -46 143 -22 20 -109 63 -129 63 -5 0 -9 -745 -9 -1875 l0 -1875 2270 0 2270 0 0 23 c0 17 17 37 63 72 157 123 301 228 407 298 63 42 147 98 186 124 65 44 138 83 296 158 32 15 92 59 137 102 l81 75 0 74 c0 71 -1 74 -26 80 -28 7 -104 -7 -199 -36 -33 -10 -80 -22 -105 -25 -25 -4 -61 -17 -80 -30 -74 -49 -207 -54 -224 -9 -14 37 70 141 136 168 24 10 58 24 76 32 44 19 120 90 143 136 11 21 19 58 19 85 0 45 -8 64 -52 125 -17 24 13 55 66 69 68 18 183 97 208 142 20 39 27 96 12 108 -8 6 -14 17 -14 24 0 20 -61 40 -120 39 -44 -1 -57 -6 -70 -24 -37 -55 -59 -70 -97 -70 -46 1 -97 25 -72 35 8 3 27 1 42 -4 19 -7 28 -6 36 3 9 11 6 15 -13 20 -14 3 -32 21 -43 42 -10 19 -30 43 -45 51 -32 20 -51 9 -73 -43 -16 -39 -60 -64 -112 -64 -39 1 -73 18 -73 38 0 22 21 23 47 2 23 -18 29 -19 47 -7 27 18 32 37 9 37 -29 0 -63 29 -63 54 0 13 18 51 40 84 59 87 55 152 -8 152 -41 0 -287 -109 -401 -179 -41 -24 -100 -55 -130 -67 -45 -18 -57 -28 -59 -48 -2 -16 2 -28 12 -32 15 -6 27 -1 128 55 67 38 158 53 158 28 0 -17 -62 -67 -164 -132 -46 -29 -65 -36 -98 -33 -55 3 -62 -18 -8 -27 30 -5 47 -3 65 9 28 18 45 21 45 6 0 -21 -65 -50 -111 -50 -39 0 -54 6 -97 40 l-50 40 16 52 c17 61 48 112 87 148 43 39 85 111 85 146 0 40 -19 56 -78 65 -26 4 -61 10 -79 14 -28 7 -34 4 -55 -29 -13 -20 -30 -38 -39 -41 -9 -3 -43 -29 -77 -58 -33 -29 -94 -70 -135 -90 -42 -21 -95 -55 -118 -76 -38 -33 -43 -43 -41 -75 3 -40 -12 -76 -32 -76 -7 0 -32 14 -56 31 -39 28 -42 34 -37 65 16 98 94 211 215 309 134 109 182 156 212 208 27 48 161 163 405 346 93 70 275 165 379 197 58 18 95 52 81 74 -11 18 -43 11 -152 -30 -59 -22 -113 -40 -120 -40 -8 0 -65 -22 -129 -49 -109 -47 -252 -136 -354 -221 -25 -20 -65 -49 -90 -65 -25 -16 -61 -38 -80 -51 -34 -22 -138 -49 -148 -39 -3 2 0 10 5 17 6 7 14 27 17 45 8 37 52 85 98 109 18 9 65 38 103 64 39 26 113 73 165 105 109 67 136 89 156 127 17 33 18 100 2 116 -21 21 -108 14 -168 -14 -139 -65 -316 -128 -365 -128 -55 -1 -74 21 -33 39 12 6 29 22 38 38 13 24 13 30 0 55 -22 38 -62 40 -126 6 -32 -18 -57 -25 -69 -20 -16 6 -14 11 18 44 44 45 46 63 11 91 -33 26 -49 26 -119 0 -53 -20 -57 -20 -81 -4 -31 20 -27 35 12 55 72 37 213 138 257 184 33 35 47 58 47 78 0 39 -22 44 -70 19 -51 -26 -52 -26 -38 4 6 14 15 25 19 25 15 0 39 32 39 53 0 12 18 40 40 61 40 40 49 60 30 71 -18 11 -11 26 35 71 50 48 54 64 25 101 -26 34 -20 40 98 104 133 71 186 107 264 182 50 48 78 67 112 76 64 16 83 14 100 -11 14 -20 13 -25 -12 -71 -14 -27 -57 -77 -94 -110 -53 -47 -66 -63 -57 -73 14 -17 31 -8 112 53 101 78 175 152 187 189 14 42 -1 97 -33 119 -32 22 -123 19 -233 -10 -53 -14 -107 -25 -120 -25 -13 0 -33 -9 -44 -20 -37 -37 -100 -16 -85 29 3 10 1 22 -5 26 -22 14 -7 35 60 81 71 48 77 57 60 84 -8 13 -19 10 -77 -18 -37 -19 -95 -51 -128 -71 -33 -21 -90 -54 -126 -74 -39 -22 -70 -46 -77 -61 -12 -26 -54 -37 -66 -17 -9 15 189 191 215 191 14 0 11 37 -4 43 -7 3 -31 -2 -52 -10 -22 -8 -74 -24 -114 -35 -41 -11 -84 -24 -95 -30 -44 -23 -364 -236 -370 -247 -22 -36 -76 11 -56 48 5 11 10 48 10 83 0 75 11 95 103 182 42 40 67 72 71 93 5 23 26 47 78 89 122 98 179 171 165 208 -5 14 -124 57 -149 55 -7 -1 -38 -11 -68 -23z m680 -696 c0 -5 -9 -10 -21 -10 -11 0 -17 5 -14 10 3 6 13 10 21 10 8 0 14 -4 14 -10z m-560 -510 c-14 -11 -50 -29 -80 -40 -30 -12 -59 -27 -65 -34 -13 -17 -55 -39 -62 -32 -8 7 122 99 160 113 17 6 41 12 52 12 18 1 18 -1 -5 -19z m-615 -31 c11 -17 -1 -21 -15 -4 -8 9 -8 15 -2 15 6 0 14 -5 17 -11z m-2242 -445 c9 -9 -4 -35 -14 -28 -5 3 -9 12 -9 20 0 14 12 19 23 8z m-349 -1245 c21 -18 33 -36 29 -45 -8 -20 -18 -18 -55 15 -18 15 -43 31 -56 35 -30 10 -18 26 18 26 18 0 42 -11 64 -31z m4711 -1108 c-3 -6 -21 -18 -38 -27 l-32 -16 35 30 c34 29 49 34 35 13z m-78 -48 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z m-40 -10 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z"/> <path d="M905 4670 c-81 -41 -190 -127 -249 -198 -44 -51 -132 -127 -306 -263 -135 -105 -256 -202 -271 -215 -14 -13 -30 -24 -35 -24 -22 0 -44 -38 -44 -74 l0 -38 41 31 c23 16 87 68 143 115 153 129 420 341 618 491 97 74 179 143 183 155 14 44 -17 51 -80 20z"/> <path d="M2126 4619 c-124 -84 -228 -189 -186 -189 6 0 66 35 134 78 68 42 138 85 156 94 26 15 31 23 28 50 -2 17 -8 33 -14 35 -7 2 -60 -28 -118 -68z"/> <path d="M88 4072 c-65 -50 -87 -73 -87 -91 -1 -24 5 -19 189 146 13 11 13 13 0 12 -8 0 -54 -30 -102 -67z"/> <path d="M5621 493 c-89 -36 -174 -86 -206 -122 -11 -13 -33 -29 -50 -36 -16 -7 -115 -79 -220 -159 -117 -90 -202 -148 -222 -152 -89 -17 1 -23 364 -24 312 0 395 2 385 12 -18 18 -15 33 13 66 l25 30 -2 209 -3 209 -84 -33z m-251 -320 c-1 -26 -21 -49 -50 -58 -14 -4 -42 -20 -62 -36 -22 -17 -49 -29 -67 -29 -36 0 -52 20 -26 34 10 6 31 22 48 36 36 30 116 69 140 70 10 0 17 -7 17 -17z m-130 -147 c0 -3 -5 -8 -12 -12 -7 -4 -8 -3 -4 4 7 12 16 16 16 8z"/> <path d="M4635 10 c-20 -5 5 -8 75 -9 71 0 100 2 90 9 -17 11 -121 11 -165 0z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 571.000000 495.000000"><g transform="translate(0.000000,495.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3670 4906 c-31 -11 -73 -33 -95 -47 -22 -14 -78 -47 -125 -72 -100 -55 -196 -128 -212 -162 -6 -13 -8 -35 -4 -49 5 -22 12 -26 41 -26 27 0 60 17 142 73 60 40 137 90 173 111 36 22 74 47 85 57 21 18 95 37 95 24 0 -16 -112 -134 -146 -156 -20 -12 -50 -23 -68 -24 -17 -1 -52 -13 -76 -27 -25 -14 -68 -33 -96 -42 -29 -9 -60 -26 -69 -36 -10 -11 -25 -20 -34 -20 -19 0 -131 106 -131 124 0 8 9 25 20 39 11 14 20 35 20 46 0 17 -6 21 -37 22 -21 0 -47 4 -58 9 -14 5 -30 2 -52 -11 -17 -11 -53 -26 -80 -34 -34 -10 -54 -23 -63 -40 -20 -37 -35 -33 -119 31 -13 10 28 66 79 109 33 28 60 56 60 63 0 17 -60 42 -100 42 -34 0 -197 -89 -266 -145 -23 -19 -52 -37 -66 -40 -14 -4 -49 -26 -79 -51 -30 -25 -72 -53 -94 -63 -42 -18 -302 -190 -510 -337 -66 -46 -147 -101 -179 -121 -32 -21 -93 -65 -135 -97 -54 -43 -90 -63 -127 -72 -41 -9 -75 -31 -170 -106 -128 -101 -193 -148 -208 -148 -5 0 33 44 85 97 118 122 94 138 -48 32 -83 -62 -62 -24 42 77 52 51 95 98 95 103 0 33 -48 4 -244 -151 -54 -43 -103 -78 -109 -78 -15 0 18 35 177 191 94 92 135 139 126 144 -7 4 -23 -2 -38 -14 -15 -12 -45 -33 -67 -48 -60 -39 -192 -141 -219 -168 -14 -13 -71 -59 -128 -102 -57 -42 -139 -105 -182 -141 -44 -35 -118 -86 -165 -113 -47 -28 -96 -62 -108 -77 -21 -25 -24 -26 -40 -10 -15 16 -15 19 -1 35 8 10 18 27 22 37 10 28 -20 118 -46 143 -22 20 -109 63 -129 63 -5 0 -9 -745 -9 -1875 l0 -1875 2270 0 2270 0 0 23 c0 17 17 37 63 72 157 123 301 228 407 298 63 42 147 98 186 124 65 44 138 83 296 158 32 15 92 59 137 102 l81 75 0 74 c0 71 -1 74 -26 80 -28 7 -104 -7 -199 -36 -33 -10 -80 -22 -105 -25 -25 -4 -61 -17 -80 -30 -74 -49 -207 -54 -224 -9 -14 37 70 141 136 168 24 10 58 24 76 32 44 19 120 90 143 136 11 21 19 58 19 85 0 45 -8 64 -52 125 -17 24 13 55 66 69 68 18 183 97 208 142 20 39 27 96 12 108 -8 6 -14 17 -14 24 0 20 -61 40 -120 39 -44 -1 -57 -6 -70 -24 -37 -55 -59 -70 -97 -70 -46 1 -97 25 -72 35 8 3 27 1 42 -4 19 -7 28 -6 36 3 9 11 6 15 -13 20 -14 3 -32 21 -43 42 -10 19 -30 43 -45 51 -32 20 -51 9 -73 -43 -16 -39 -60 -64 -112 -64 -39 1 -73 18 -73 38 0 22 21 23 47 2 23 -18 29 -19 47 -7 27 18 32 37 9 37 -29 0 -63 29 -63 54 0 13 18 51 40 84 59 87 55 152 -8 152 -41 0 -287 -109 -401 -179 -41 -24 -100 -55 -130 -67 -45 -18 -57 -28 -59 -48 -2 -16 2 -28 12 -32 15 -6 27 -1 128 55 67 38 158 53 158 28 0 -17 -62 -67 -164 -132 -46 -29 -65 -36 -98 -33 -55 3 -62 -18 -8 -27 30 -5 47 -3 65 9 28 18 45 21 45 6 0 -21 -65 -50 -111 -50 -39 0 -54 6 -97 40 l-50 40 16 52 c17 61 48 112 87 148 43 39 85 111 85 146 0 40 -19 56 -78 65 -26 4 -61 10 -79 14 -28 7 -34 4 -55 -29 -13 -20 -30 -38 -39 -41 -9 -3 -43 -29 -77 -58 -33 -29 -94 -70 -135 -90 -42 -21 -95 -55 -118 -76 -38 -33 -43 -43 -41 -75 3 -40 -12 -76 -32 -76 -7 0 -32 14 -56 31 -39 28 -42 34 -37 65 16 98 94 211 215 309 134 109 182 156 212 208 27 48 161 163 405 346 93 70 275 165 379 197 58 18 95 52 81 74 -11 18 -43 11 -152 -30 -59 -22 -113 -40 -120 -40 -8 0 -65 -22 -129 -49 -109 -47 -252 -136 -354 -221 -25 -20 -65 -49 -90 -65 -25 -16 -61 -38 -80 -51 -34 -22 -138 -49 -148 -39 -3 2 0 10 5 17 6 7 14 27 17 45 8 37 52 85 98 109 18 9 65 38 103 64 39 26 113 73 165 105 109 67 136 89 156 127 17 33 18 100 2 116 -21 21 -108 14 -168 -14 -139 -65 -316 -128 -365 -128 -55 -1 -74 21 -33 39 12 6 29 22 38 38 13 24 13 30 0 55 -22 38 -62 40 -126 6 -32 -18 -57 -25 -69 -20 -16 6 -14 11 18 44 44 45 46 63 11 91 -33 26 -49 26 -119 0 -53 -20 -57 -20 -81 -4 -31 20 -27 35 12 55 72 37 213 138 257 184 33 35 47 58 47 78 0 39 -22 44 -70 19 -51 -26 -52 -26 -38 4 6 14 15 25 19 25 15 0 39 32 39 53 0 12 18 40 40 61 40 40 49 60 30 71 -18 11 -11 26 35 71 50 48 54 64 25 101 -26 34 -20 40 98 104 133 71 186 107 264 182 50 48 78 67 112 76 64 16 83 14 100 -11 14 -20 13 -25 -12 -71 -14 -27 -57 -77 -94 -110 -53 -47 -66 -63 -57 -73 14 -17 31 -8 112 53 101 78 175 152 187 189 14 42 -1 97 -33 119 -32 22 -123 19 -233 -10 -53 -14 -107 -25 -120 -25 -13 0 -33 -9 -44 -20 -37 -37 -100 -16 -85 29 3 10 1 22 -5 26 -22 14 -7 35 60 81 71 48 77 57 60 84 -8 13 -19 10 -77 -18 -37 -19 -95 -51 -128 -71 -33 -21 -90 -54 -126 -74 -39 -22 -70 -46 -77 -61 -12 -26 -54 -37 -66 -17 -9 15 189 191 215 191 14 0 11 37 -4 43 -7 3 -31 -2 -52 -10 -22 -8 -74 -24 -114 -35 -41 -11 -84 -24 -95 -30 -44 -23 -364 -236 -370 -247 -22 -36 -76 11 -56 48 5 11 10 48 10 83 0 75 11 95 103 182 42 40 67 72 71 93 5 23 26 47 78 89 122 98 179 171 165 208 -5 14 -124 57 -149 55 -7 -1 -38 -11 -68 -23z m680 -696 c0 -5 -9 -10 -21 -10 -11 0 -17 5 -14 10 3 6 13 10 21 10 8 0 14 -4 14 -10z m-560 -510 c-14 -11 -50 -29 -80 -40 -30 -12 -59 -27 -65 -34 -13 -17 -55 -39 -62 -32 -8 7 122 99 160 113 17 6 41 12 52 12 18 1 18 -1 -5 -19z m-615 -31 c11 -17 -1 -21 -15 -4 -8 9 -8 15 -2 15 6 0 14 -5 17 -11z m-2242 -445 c9 -9 -4 -35 -14 -28 -5 3 -9 12 -9 20 0 14 12 19 23 8z m-349 -1245 c21 -18 33 -36 29 -45 -8 -20 -18 -18 -55 15 -18 15 -43 31 -56 35 -30 10 -18 26 18 26 18 0 42 -11 64 -31z m4711 -1108 c-3 -6 -21 -18 -38 -27 l-32 -16 35 30 c34 29 49 34 35 13z m-78 -48 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z m-40 -10 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z"/> <path d="M905 4670 c-81 -41 -190 -127 -249 -198 -44 -51 -132 -127 -306 -263 -135 -105 -256 -202 -271 -215 -14 -13 -30 -24 -35 -24 -22 0 -44 -38 -44 -74 l0 -38 41 31 c23 16 87 68 143 115 153 129 420 341 618 491 97 74 179 143 183 155 14 44 -17 51 -80 20z"/> <path d="M2126 4619 c-124 -84 -228 -189 -186 -189 6 0 66 35 134 78 68 42 138 85 156 94 26 15 31 23 28 50 -2 17 -8 33 -14 35 -7 2 -60 -28 -118 -68z"/> <path d="M88 4072 c-65 -50 -87 -73 -87 -91 -1 -24 5 -19 189 146 13 11 13 13 0 12 -8 0 -54 -30 -102 -67z"/> <path d="M5621 493 c-89 -36 -174 -86 -206 -122 -11 -13 -33 -29 -50 -36 -16 -7 -115 -79 -220 -159 -117 -90 -202 -148 -222 -152 -89 -17 1 -23 364 -24 312 0 395 2 385 12 -18 18 -15 33 13 66 l25 30 -2 209 -3 209 -84 -33z m-251 -320 c-1 -26 -21 -49 -50 -58 -14 -4 -42 -20 -62 -36 -22 -17 -49 -29 -67 -29 -36 0 -52 20 -26 34 10 6 31 22 48 36 36 30 116 69 140 70 10 0 17 -7 17 -17z m-130 -147 c0 -3 -5 -8 -12 -12 -7 -4 -8 -3 -4 4 7 12 16 16 16 8z"/> <path d="M4635 10 c-20 -5 5 -8 75 -9 71 0 100 2 90 9 -17 11 -121 11 -165 0z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

@media (max-width: 1599px) {
  .video-six__shape-1 {
    left: -150px;
  }
}

@media (max-width: 1399px) {
  .video-six__shape-1 {
    left: -200px;
  }
}

@media (max-width: 1199px) {
  .video-six__shape-1 {
    left: -300px;
    bottom: -50px;
  }
}

@media (max-width: 991px) {
  .video-six__shape-1 {
    display: none;
  }
}

.video-six__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 45px;
  right: 0px;
  z-index: 1;
}

@media (max-width: 1599px) {
  .video-six__shape-2 {
    right: -50px;
  }
}

@media (max-width: 1399px) {
  .video-six__shape-2 {
    right: -70px;
  }
}

@media (max-width: 1199px) {
  .video-six__shape-2 {
    display: none;
  }
}

.video-six__bottom {
  position: relative;
  z-index: 1;
  margin-top: -97px;
}

@media (max-width: 767px) {
  .video-six .row>*:not(:last-child) {
    margin-bottom: 30px;
  }
}

.video-six__card {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 37px 45px 33px 26px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  transition: all 500ms ease;
  border: 1px solid transparent;
  background-color: var(--psdbox-white);
  box-shadow: 0px 4px 23.7px rgba(167, 167, 167, 0.15);
}

@media (max-width: 1199px) {
  .video-six__card {
    padding-right: 26px;
  }
}

@media (max-width: 480px),
(min-width: 768px) and (max-width: 991px) {
  .video-six__card {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    align-items: center;
    flex-direction: column;
  }
}

.video-six__card::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.video-six__card:hover {
  border-color: var(--psdbox-border-color, var(--psdbox-white));
}

.video-six__card:hover::after {
  width: 100%;
  left: 0px;
}

.video-six__card__icon-box {
  width: 95px;
  height: 95px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--psdbox-white);
}

.video-six__card__icon {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 44px;
  color: var(--psdbox-white);
  border-radius: inherit;
  background-color: var(--psdbox-base);
}

.video-six__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.video-six__card__icon::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--psdbox-black2);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.video-six__card:hover .video-six__card__icon::after {
  width: 100%;
  height: 100%;
}

.video-six__card__title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

.video-six__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.video-six__card__title a:hover {
  background-size: 100% 1px;
}

.video-six__card:hover .video-six__card__title {
  color: var(--psdbox-white);
}

.video-six__card__text {
  margin-bottom: 10px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
}

.video-six__card:hover .video-six__card__text {
  color: var(--psdbox-white);
}

.video-six__card__link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--psdbox-black);
  text-transform: uppercase;
  transition: all 500ms ease;
}

.video-six__card__link__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--psdbox-base);
  transform: rotate(-45deg);
  transition: all 500ms ease;
}

.video-six__card__link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.video-six__card__link:hover .video-six__card__link__icon {
  transform: rotate(0deg);
}

.video-six__card:hover .video-six__card__link {
  color: var(--psdbox-white);
}

.video-six__card:hover .video-six__card__link__icon {
  color: inherit;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-five {
  background-color: var(--psdbox-white);
}

@media (min-width: 1400px) {
  .team-five__container {
    max-width: 1601px;
  }
}

.team-five__carousel .owl-nav,
.team-five__carousel .owl-dots {
  margin-top: 71px !important;
}

.team-five__item {
  width: 370px;
  height: 370px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}

@media (max-width: 412px) {
  .team-five__item {
    width: 345px;
    height: 345px;
  }
}

@media (max-width: 375px) {
  .team-five__item {
    width: 331px;
    height: 331px;
  }
}

@media (max-width: 360px),
(min-width: 992px) and (max-width: 1199px) {
  .team-five__item {
    width: 290px;
    height: 290px;
  }
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 1400px) and (max-width: 1599px) {
  .team-five__item {
    width: 330px;
    height: 330px;
  }
}

.team-five__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 21px;
  left: 0px;
  border-radius: inherit;
  transition: all 500ms ease;
  border: 4px solid var(--psdbox-base);
}

.team-five__item:hover::after {
  top: 0px;
}

.team-five__item__image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}

.team-five__item__image img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.team-five__item__content {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  opacity: 0;
  text-align: center;
  border-radius: inherit;
  transform: rotateX(90deg);
  transition: all 500ms ease;
  background-color: RGBA(var(--psdbox-base-rgb, 255, 85, 40), 0.85);
}

.team-five__item__content::after {
  content: "";
  width: calc(100% - 46px);
  height: calc(100% - 46px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: inherit;
  border: 2px solid var(--psdbox-white);
}

@media (max-width: 375px),
(min-width: 1400px) and (max-width: 1599px) {
  .team-five__item__content::after {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}

@media (max-width: 360px),
(min-width: 992px) and (max-width: 1199px) {
  .team-five__item__content::after {
    width: calc(100% - 25px);
    height: calc(100% - 25px);
  }
}

.team-five__item:hover .team-five__item__content {
  opacity: 1;
  transform: rotateX(0deg);
}

.team-five__item__title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.272;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

.team-five__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-five__item__title a:hover {
  background-size: 100% 1px;
}

.team-five__item__designation {
  margin-bottom: 14px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
}

.team-five__item__social {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.team-five__item__social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--psdbox-base);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--psdbox-white);
}

.team-five__item__social a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.team-five__item__social a>* {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.team-five__item__social a:hover {
  color: var(--psdbox-white);
  background-color: var(--psdbox-black2);
}

.team-five__item__social a:hover>* {
  animation: iconTranslateX 0.4s forwards;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.skill-one {
  overflow: hidden;
  background-color: var(--psdbox-gray, #f1f6f7);
}

.skill-one .container {
  position: relative;
  z-index: 1;
}

.skill-one__content {
  padding-right: 20px;
}

@media (max-width: 1199px) {
  .skill-one__content {
    padding-right: 0px;
  }
}

.skill-one__text {
  margin-bottom: 20px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

.skill-one__skill {
  margin-bottom: 40px;
}

.skill-one__image {
  width: 100%;
  max-width: 907px;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  top: 0px;
  right: -322px;
}

@media (max-width: 1799px) {
  .skill-one__image {
    max-width: 820px;
    right: -235px;
  }
}

@media (max-width: 1699px) {
  .skill-one__image {
    max-width: 770px;
    right: -185px;
  }
}

@media (max-width: 1599px) {
  .skill-one__image {
    max-width: 720px;
    right: -135px;
  }
}

@media (max-width: 1499px) {
  .skill-one__image {
    max-width: 670px;
    right: -85px;
  }
}

@media (max-width: 1399px) {
  .skill-one__image {
    max-width: 625px;
    right: -40px;
  }
}

@media (max-width: 1299px) {
  .skill-one__image {
    max-width: 575px;
    right: 10px;
  }
}

@media (max-width: 1199px) {
  .skill-one__image {
    max-width: 450px;
    right: 0px;
  }
}

@media (max-width: 991px) {
  .skill-one__image {
    max-width: 100%;
    position: static;
  }
}

@media (max-width: 480px) {
  .skill-one__image {
    display: block;
  }
}

.skill-one__image__box {
  text-align: center;
}

.skill-one__image__box--two {
  align-self: end;
}

.skill-one__image__one {
  margin-bottom: 40px;
  border-radius: 0px 0px 500px 500px;
}

@media (max-width: 480px) {
  .skill-one__image__one {
    margin-bottom: 15px;
    border-radius: 500px 500px 0px 0px;
  }
}

.skill-one__image__one img {
  border-radius: inherit;
}

.skill-one__image__two {
  margin-top: 40px;
  border-radius: 500px 500px 0px 0px;
}

@media (max-width: 480px) {
  .skill-one__image__two {
    margin-top: 15px;
    border-radius: 0px 0px 500px 500px;
  }
}

.skill-one__image__two img {
  border-radius: inherit;
}

.skill-one__image img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 480px) {

  .skill-one__image__shape-1,
  .skill-one__image__shape-2 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Call Area
--------------------------------------------------------------*/
.call-area-two__wrapper {
  position: relative;
  overflow: hidden;
  padding: 17px 40px 17px 20px;
  border-radius: 0px 0px 20px 20px;
}

@media (max-width: 991px) {
  .call-area-two__wrapper {
    padding: 30px;
  }
}

.call-area-two__bg {
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: inherit;
}

.call-area-two__bg::before {
  content: "";
  width: 109px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: var(--psdbox-base);
}

@media (max-width: 767px) {
  .call-area-two__bg::before {
    display: none;
  }
}

.call-area-two__bg::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: RGBA(var(--psdbox-black2-rgb, 18, 18, 18), 0.8);
}

.call-area-two .row {
  position: relative;
  z-index: 2;
}

.call-area-two__content {
  display: flex;
  gap: 49px;
  align-items: center;
}

@media (max-width: 1199px) {
  .call-area-two__content {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .call-area-two__content {
    text-align: center;
    flex-direction: column;
  }
}

.call-area-two__icon {
  width: 179px;
  height: 179px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 84px;
  color: var(--psdbox-base);
  border-radius: 20px;
  background-color: var(--psdbox-white);
}

@media (max-width: 991px) {
  .call-area-two__icon {
    width: 160px;
    height: 160px;
  }
}

.call-area-two__icon::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: inherit;
  border: 1px dashed var(--psdbox-base);
}

.call-area-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.call-area-two__content:hover .call-area-two__icon>* {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.call-area-two__title {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.285;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .call-area-two__title {
    margin-bottom: 15px;
  }
}

.call-area-two__list {
  margin-bottom: 0px;
}

.call-area-two__list li+li {
  margin-top: 9px;
}

.call-area-two__list li {
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}

.call-area-two__list__icon {
  display: inline-flex;
  margin-right: 10px;
  position: relative;
  top: 2px;
  font-size: 18px;
}

.call-area-two__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.call-area-two__button {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .call-area-two__button {
    margin-top: 35px;
    justify-content: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .call-area-two__button {
    justify-content: flex-end;
  }
}

.call-area-two__btn {
  display: inline-block;
  padding: 10px 45px;
  position: relative;
  z-index: 1;
  font-family: var(--psdbox-heading-bebas);
  font-size: 16px;
  font-weight: 500;
  color: var(--psdbox-black5);
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: var(--psdbox-white);
}

.call-area-two__btn:hover {
  color: var(--psdbox-white);
}

.call-area-two__btn::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

.call-area-two__btn:hover::after {
  width: 100%;
  left: 0px;
}

.call-area-two__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 38px;
  bottom: 0px;
  animation: heartbeat 2s infinite;
}

@media (max-width: 991px) {
  .call-area-two__shape {
    display: none;
  }
}

.call-area-three {
  position: relative;
  z-index: 1;
  padding: 70px 0px;
  overflow: hidden;
  background-color: var(--psdbox-base);
}

.call-area-three__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.call-area-three__image {
  width: 22.2%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

@media (max-width: 1799px) {
  .call-area-three__image {
    width: 17.2%;
  }
}

@media (max-width: 1599px) {
  .call-area-three__image {
    width: 13%;
  }
}

@media (max-width: 1399px) {
  .call-area-three__image {
    display: none;
  }
}

.call-area-three__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.call-area-three .container {
  position: relative;
  z-index: 2;
}

.call-area-three__content {
  display: flex;
  gap: 30px;
  align-items: center;
}

@media (max-width: 767px) {
  .call-area-three__content {
    text-align: center;
    flex-direction: column;
  }
}

.call-area-three__icon {
  width: 103px;
  height: 103px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 43px;
  color: var(--psdbox-base);
  border-radius: 50%;
  background-color: var(--psdbox-white);
}

.call-area-three__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.call-area-three__icon::after {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: inherit;
  border: 1px dashed var(--psdbox-base);
}

.call-area-three__title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.363;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

.call-area-three__list {
  margin-bottom: 0px;
}

.call-area-three__list li+li {
  margin-top: 9px;
}

.call-area-three__list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.666;
  color: var(--psdbox-white);
}

.call-area-three__list__icon {
  display: inline-flex;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.call-area-three__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.call-area-three__button {
  text-align: right;
}

@media (max-width: 991px) {
  .call-area-three__button {
    text-align: center;
  }
}

.call-area-three .psdbox-btn-two {
  color: var(--psdbox-white);
  background-color: var(--psdbox-black2);
}

.call-area-three .psdbox-btn-two:hover {
  color: var(--psdbox-black2);
  background-color: var(--psdbox-white);
}

.call-area-three .psdbox-btn-two__icon {
  color: var(--psdbox-black2);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.daily-update {
  background-color: var(--psdbox-black2);
}

.daily-update .tab-buttons {
  display: flex;
  gap: 40px 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 76px;
}

@media (max-width: 991px) {
  .daily-update .tab-buttons {
    gap: 40px 25px;
  }
}

@media (max-width: 767px) {
  .daily-update .tab-buttons {
    gap: 25px;
    margin-bottom: 50px;
  }
}

.daily-update .tab-buttons .tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding: 6px 46px 6px 6px;
  font-family: var(--psdbox-heading-bebas);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.272;
  color: var(--psdbox-white);
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: var(--psdbox-black3, #000);
}

@media (max-width: 1199px) {
  .daily-update .tab-buttons .tab-btn {
    gap: 20px;
    font-size: 20px;
    padding-right: 35px;
  }
}

@media (max-width: 767px) {
  .daily-update .tab-buttons .tab-btn {
    font-size: 18px;
  }
}

.daily-update .tab-buttons .tab-btn::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: -36px;
  opacity: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 36px 30px 0 30px;
  transition: all 500ms ease;
  border-color: var(--psdbox-base) transparent transparent transparent;
}

@media (max-width: 1199px) {
  .daily-update .tab-buttons .tab-btn::after {
    bottom: -25px;
    border-width: 25px 20px 0 20px;
  }
}

@media (max-width: 767px) {
  .daily-update .tab-buttons .tab-btn::after {
    display: none;
  }
}

.daily-update .tab-buttons .tab-btn__icon {
  width: 80px;
  height: 80px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--psdbox-white);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--psdbox-base);
}

@media (max-width: 1199px) {
  .daily-update .tab-buttons .tab-btn__icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .daily-update .tab-buttons .tab-btn__icon {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}

.daily-update .tab-buttons .tab-btn:hover,
.daily-update .tab-buttons .tab-btn.active-btn {
  color: var(--psdbox-black);
  background-color: var(--psdbox-white);
}

.daily-update .tab-buttons .tab-btn:hover .tab-btn__icon,
.daily-update .tab-buttons .tab-btn.active-btn .tab-btn__icon {
  background-color: var(--psdbox-base);
}

.daily-update .tab-buttons .tab-btn.active-btn::after {
  opacity: 1;
}

.daily-update .tabs-content {
  position: relative;
  display: block;
}

.daily-update .tabs-content .tab {
  opacity: 0;
  display: none;
  position: relative;
  -webkit-animation: fadeInTab 1.3s;
  animation: fadeInTab 1.3s;
}

.daily-update .tabs-content .tab.active-tab {
  opacity: 1;
  display: block;
}

@keyframes fadeInTab {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInTab {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.daily-update__content {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .daily-update__content {
    border-radius: 30px;
  }
}

.daily-update__content__bg {
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: inherit;
  border: 1px solid RGBA(var(--psdbox-white-rgb, 255, 255, 255), 0.3);
}

.daily-update__content__bg::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: RGBA(var(--psdbox-black2-rgb, 18, 18, 18), 0.8);
}

.daily-update__content__bg::after {
  content: "";
  width: 372px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50px;
  background-color: var(--psdbox-base);
  -webkit-mask: url("../images/shapes/daily-update-1-shape-1.png");
  mask: url("../images/shapes/daily-update-1-shape-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@media (max-width: 1199px) {
  .daily-update__content__bg::after {
    display: none;
  }
}

.daily-update__content .row {
  position: relative;
  z-index: 1;
}

.daily-update__content__inner {
  padding: 40px 0px 40px 70px;
}

@media (max-width: 1199px) {
  .daily-update__content__inner {
    padding-left: 40px;
  }
}

@media (max-width: 991px) {
  .daily-update__content__inner {
    padding: 40px 40px 0px;
  }
}

@media (max-width: 767px) {
  .daily-update__content__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 360px) {
  .daily-update__content__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.daily-update__title {
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.272;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

.daily-update__item-box {
  margin-bottom: 39px;
}

.daily-update__item+.daily-update__item {
  margin-top: 27px;
  padding-top: 27px;
  border-top: 1px solid RGBA(var(--psdbox-border-color-rgb, 221, 221, 221), 0.3);
}

.daily-update__item {
  display: flex;
  gap: 30px 48px;
  align-items: center;
}

@media (max-width: 480px) {
  .daily-update__item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.daily-update__item__icon {
  display: inline-flex;
  font-size: 92px;
  color: var(--psdbox-white);
  transition: all 500ms ease;
}

.daily-update__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.daily-update__item:hover .daily-update__item__icon {
  color: var(--psdbox-base);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.daily-update__item__content {
  position: relative;
}

.daily-update__item__content::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -24px;
  background-color: var(--psdbox-base);
}

@media (max-width: 480px) {
  .daily-update__item__content::before {
    display: none;
  }
}

.daily-update__item__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.272;
  color: var(--psdbox-white);
  text-transform: capitalize;
}

.daily-update__item__text {
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}

.daily-update__image {
  padding: 14px;
  text-align: right;
}

@media (max-width: 991px) {
  .daily-update__image {
    padding: 0px 40px 40px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .daily-update__image {
    padding: 0px 30px 30px;
  }
}

@media (max-width: 360px) {
  .daily-update__image {
    padding: 0px 25px 25px;
  }
}

.daily-update__image__box {
  display: inline-block;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .daily-update__image__box {
    border-radius: 30px;
  }
}

.daily-update__image img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-three {
  background-color: var(--psdbox-white);
}

.contact-three__wrapper {
  position: relative;
  overflow: hidden;
  background-color: var(--psdbox-gray, #f1f6f7);
}

.contact-three__bg {
  width: 100%;
  max-width: 642px;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  clip-path: polygon(100% 0, 41% 50%, 100% 100%, 0 100%, 0 0);
}

@media (max-width: 991px) {
  .contact-three__bg {
    max-width: 100%;
    clip-path: none;
  }
}

.contact-three__bg__inner {
  width: 114% !important;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

.contact-three__bg__inner::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: RGBA(var(--psdbox-black2-rgb, 18, 18, 18), 0.85);
}

.contact-three .container {
  position: relative;
  z-index: 2;
}

.contact-three__form {
  width: 100%;
  min-width: 650px;
  padding: 62px 70px 70px;
  margin-left: -140px;
  border-radius: 50px;
  background-color: var(--psdbox-white);
}

@media (max-width: 1599px) {
  .contact-three__form {
    margin-left: -100px;
  }
}

@media (max-width: 1399px) {
  .contact-three__form {
    min-width: auto;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .contact-three__form {
    padding: 52px 60px 60px;
  }
}

@media (max-width: 480px) {
  .contact-three__form {
    padding: 42px 50px 50px;
  }
}

@media (max-width: 440px) {
  .contact-three__form {
    padding: 32px 40px 40px;
  }
}

@media (max-width: 412px) {
  .contact-three__form {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .contact-three__form {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.contact-three__title {
  margin: 0 0 24px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.272;
  color: var(--psdbox-black);
  text-transform: capitalize;
}

.contact-three .form-one__group {
  grid-gap: 24px;
}

@media (max-width: 767px) {
  .contact-three .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-three .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}

.contact-three .form-one .bootstrap-select>.dropdown-toggle,
.contact-three .form-one input[type=text],
.contact-three .form-one input[type=email],
.contact-three .form-one input[type=tel],
.contact-three .form-one textarea {
  border-radius: 30px;
  border-color: var(--psdbox-border-color, var(--psdbox-white));
}

.contact-three__funfact {
  padding: 0px 30px 28px;
  position: relative;
  text-align: center;
}

@media (min-width: 576px) and (max-width: 767px) {
  .contact-three__funfact {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-three__funfact {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.contact-three__funfact__icon-box {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 24px;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  transition: all 500ms ease;
  background-color: var(--psdbox-white);
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.contact-three__funfact:hover .contact-three__funfact__icon-box {
  border-style: dashed;
  border-color: var(--psdbox-base);
}

.contact-three__funfact__icon {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  color: var(--psdbox-white);
  border-radius: inherit;
  transition: all 500ms ease;
  background-color: var(--psdbox-black2);
}

.contact-three__funfact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.contact-three__funfact:hover .contact-three__funfact__icon {
  background-color: var(--psdbox-base);
}

.contact-three__funfact__content {
  position: relative;
  z-index: 2;
}

.contact-three__funfact__count {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: var(--psdbox-black);
  transition: all 500ms ease;
}

.contact-three__funfact:hover .contact-three__funfact__count {
  color: var(--psdbox-white);
}

.contact-three__funfact__text {
  margin-bottom: 0px;
  font-family: var(--psdbox-poppins, "Rubik", sans-serif);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.contact-three__funfact:hover .contact-three__funfact__text {
  color: var(--psdbox-white);
}

.contact-three__funfact__bg {
  width: 100%;
  height: calc(100% - 54px);
  position: relative;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
  transition: all 500ms ease;
  background-color: var(--psdbox-white);
  border: 1px solid var(--psdbox-border-color, var(--psdbox-white));
}

.contact-three__funfact__bg::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--psdbox-black2);
  border-radius: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.contact-three__funfact:hover .contact-three__funfact__bg::after {
  width: 100%;
  height: 100%;
}

.contact-three__funfact__shape {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  object-fit: cover;
  transform: translateY(50%);
  transition: all 500ms ease;
}

.contact-three__funfact:hover .contact-three__funfact__shape {
  opacity: 1;
  transform: translateY(0%);
}

.contact-three__shape {
  width: 397px;
  height: 363px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: var(--psdbox-base);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 397.000000 363.000000"><g transform="translate(0.000000,363.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M1956 5775 c-278 -284 -360 -431 -252 -451 40 -8 58 10 273 272 173 211 217 245 194 149 -22 -90 -79 -172 -152 -221 -38 -25 -117 -90 -175 -145 -122 -114 -117 -112 -222 -58 -73 38 -78 46 -61 92 39 103 -96 105 -204 4 -34 -31 -69 -57 -79 -57 -10 0 -18 -19 -18 -42 0 -37 -8 -41 -63 -30 -34 6 -70 12 -80 12 -32 0 -18 62 35 151 57 98 51 129 -26 129 -57 0 -145 -83 -326 -306 -60 -75 -155 -188 -210 -251 -55 -63 -156 -186 -225 -274 -69 -87 -179 -226 -245 -309 l-119 -150 0 -2145 -1 -2145 2690 0 2689 0 53 83 c29 45 61 111 73 145 44 134 334 479 561 667 62 52 67 78 22 128 -42 46 -29 96 64 247 295 480 341 631 192 629 -115 -2 -489 -289 -648 -498 -29 -39 -66 -85 -81 -102 -15 -17 -97 -131 -181 -254 -85 -123 -180 -243 -209 -267 l-55 -44 60 14 c56 12 57 11 22 -17 -25 -20 -76 -28 -151 -25 -96 3 -127 -5 -200 -53 -80 -53 -120 -51 -120 7 0 57 611 829 792 1000 230 218 324 482 177 495 -63 6 -270 -111 -412 -233 -81 -69 -195 -122 -233 -108 -77 28 -6 203 125 311 142 117 174 298 70 395 -75 70 -75 84 5 150 173 142 230 313 127 381 -67 43 -203 9 -223 -56 -22 -73 -71 -115 -133 -115 -67 0 -57 39 10 42 30 1 34 5 14 12 -16 6 -47 29 -67 50 -53 55 -121 40 -129 -29 -12 -98 -173 -178 -199 -99 -6 18 8 24 46 20 31 -3 59 5 64 19 5 15 -8 25 -32 25 -57 0 -82 54 -61 128 44 154 9 229 -86 180 -90 -47 -541 -506 -528 -539 15 -40 61 -17 120 60 48 64 162 128 185 105 29 -30 -182 -274 -237 -274 -20 0 -36 -9 -36 -20 0 -31 63 -23 104 13 52 47 68 19 18 -31 -47 -47 -133 -54 -211 -19 -69 32 -69 153 -1 300 84 181 58 246 -94 225 -88 -12 -98 -20 -168 -134 -41 -67 -118 -168 -170 -226 -125 -138 -142 -174 -127 -258 12 -63 9 -70 -30 -70 -185 0 -168 217 45 552 62 98 119 210 127 248 30 156 445 713 652 873 106 82 147 147 93 147 -89 0 -524 -384 -668 -590 -126 -181 -204 -271 -268 -315 -72 -48 -82 -45 -82 33 0 74 62 163 294 425 140 157 177 241 142 318 -40 88 -75 73 -366 -162 -116 -93 -229 -169 -250 -169 -49 0 -50 16 -7 64 94 103 -34 169 -143 73 -84 -73 -98 -68 -65 20 20 54 20 68 -5 84 -45 28 -68 23 -147 -30 -61 -41 -133 -51 -133 -18 0 4 49 68 109 140 151 184 205 304 150 338 -12 7 -44 -7 -70 -32 -49 -46 -64 -29 -32 36 50 100 79 221 57 243 -17 17 -13 38 12 80 42 72 43 114 4 129 -52 20 -34 54 105 201 74 78 158 187 186 242 50 97 164 198 208 184 48 -16 34 -136 -29 -247 -115 -204 -39 -168 102 48 162 248 122 385 -92 318 -60 -19 -114 -43 -121 -54 -6 -11 -47 -38 -91 -60 -44 -22 -98 -59 -120 -81 -93 -93 -148 53 -62 160 44 54 55 83 41 104 -20 30 -333 -280 -383 -381 -27 -54 -74 -78 -74 -38 0 15 41 89 90 164 50 75 90 140 90 145 0 22 -78 4 -100 -22 -14 -17 -60 -50 -104 -74 -47 -27 -153 -137 -270 -281 -191 -237 -221 -256 -236 -153 -4 27 -13 81 -21 122 -11 61 -3 96 49 194 34 66 62 139 62 163 0 23 28 82 61 131 149 215 148 288 -1 288 -100 0 -105 -3 -244 -145z m583 -1310 c-47 -52 -93 -104 -102 -114 -11 -12 -17 -11 -17 2 0 29 158 207 184 207 12 0 -17 -43 -65 -95z m3141 -3371 c0 -41 -143 -194 -183 -194 -33 0 -33 4 5 70 61 102 178 184 178 124z m-720 -634 c0 -30 -56 -60 -87 -48 -38 14 -41 32 -11 62 23 23 98 12 98 -14z"/> <path d="M447 5055 c-108 -124 -215 -301 -203 -338 9 -27 296 313 296 352 0 45 -47 38 -93 -14z"/> <path d="M7054 2019 c-113 -46 -303 -172 -372 -247 -83 -88 -31 -80 84 14 109 89 234 148 340 160 57 6 93 41 94 89 0 34 -32 30 -146 -16z"/> <path d="M6118 198 c-36 -46 -72 -66 -144 -79 -53 -10 -133 -40 -178 -67 l-81 -48 191 1 191 0 62 115 c84 158 58 207 -41 78z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 397.000000 363.000000"><g transform="translate(0.000000,363.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M1956 5775 c-278 -284 -360 -431 -252 -451 40 -8 58 10 273 272 173 211 217 245 194 149 -22 -90 -79 -172 -152 -221 -38 -25 -117 -90 -175 -145 -122 -114 -117 -112 -222 -58 -73 38 -78 46 -61 92 39 103 -96 105 -204 4 -34 -31 -69 -57 -79 -57 -10 0 -18 -19 -18 -42 0 -37 -8 -41 -63 -30 -34 6 -70 12 -80 12 -32 0 -18 62 35 151 57 98 51 129 -26 129 -57 0 -145 -83 -326 -306 -60 -75 -155 -188 -210 -251 -55 -63 -156 -186 -225 -274 -69 -87 -179 -226 -245 -309 l-119 -150 0 -2145 -1 -2145 2690 0 2689 0 53 83 c29 45 61 111 73 145 44 134 334 479 561 667 62 52 67 78 22 128 -42 46 -29 96 64 247 295 480 341 631 192 629 -115 -2 -489 -289 -648 -498 -29 -39 -66 -85 -81 -102 -15 -17 -97 -131 -181 -254 -85 -123 -180 -243 -209 -267 l-55 -44 60 14 c56 12 57 11 22 -17 -25 -20 -76 -28 -151 -25 -96 3 -127 -5 -200 -53 -80 -53 -120 -51 -120 7 0 57 611 829 792 1000 230 218 324 482 177 495 -63 6 -270 -111 -412 -233 -81 -69 -195 -122 -233 -108 -77 28 -6 203 125 311 142 117 174 298 70 395 -75 70 -75 84 5 150 173 142 230 313 127 381 -67 43 -203 9 -223 -56 -22 -73 -71 -115 -133 -115 -67 0 -57 39 10 42 30 1 34 5 14 12 -16 6 -47 29 -67 50 -53 55 -121 40 -129 -29 -12 -98 -173 -178 -199 -99 -6 18 8 24 46 20 31 -3 59 5 64 19 5 15 -8 25 -32 25 -57 0 -82 54 -61 128 44 154 9 229 -86 180 -90 -47 -541 -506 -528 -539 15 -40 61 -17 120 60 48 64 162 128 185 105 29 -30 -182 -274 -237 -274 -20 0 -36 -9 -36 -20 0 -31 63 -23 104 13 52 47 68 19 18 -31 -47 -47 -133 -54 -211 -19 -69 32 -69 153 -1 300 84 181 58 246 -94 225 -88 -12 -98 -20 -168 -134 -41 -67 -118 -168 -170 -226 -125 -138 -142 -174 -127 -258 12 -63 9 -70 -30 -70 -185 0 -168 217 45 552 62 98 119 210 127 248 30 156 445 713 652 873 106 82 147 147 93 147 -89 0 -524 -384 -668 -590 -126 -181 -204 -271 -268 -315 -72 -48 -82 -45 -82 33 0 74 62 163 294 425 140 157 177 241 142 318 -40 88 -75 73 -366 -162 -116 -93 -229 -169 -250 -169 -49 0 -50 16 -7 64 94 103 -34 169 -143 73 -84 -73 -98 -68 -65 20 20 54 20 68 -5 84 -45 28 -68 23 -147 -30 -61 -41 -133 -51 -133 -18 0 4 49 68 109 140 151 184 205 304 150 338 -12 7 -44 -7 -70 -32 -49 -46 -64 -29 -32 36 50 100 79 221 57 243 -17 17 -13 38 12 80 42 72 43 114 4 129 -52 20 -34 54 105 201 74 78 158 187 186 242 50 97 164 198 208 184 48 -16 34 -136 -29 -247 -115 -204 -39 -168 102 48 162 248 122 385 -92 318 -60 -19 -114 -43 -121 -54 -6 -11 -47 -38 -91 -60 -44 -22 -98 -59 -120 -81 -93 -93 -148 53 -62 160 44 54 55 83 41 104 -20 30 -333 -280 -383 -381 -27 -54 -74 -78 -74 -38 0 15 41 89 90 164 50 75 90 140 90 145 0 22 -78 4 -100 -22 -14 -17 -60 -50 -104 -74 -47 -27 -153 -137 -270 -281 -191 -237 -221 -256 -236 -153 -4 27 -13 81 -21 122 -11 61 -3 96 49 194 34 66 62 139 62 163 0 23 28 82 61 131 149 215 148 288 -1 288 -100 0 -105 -3 -244 -145z m583 -1310 c-47 -52 -93 -104 -102 -114 -11 -12 -17 -11 -17 2 0 29 158 207 184 207 12 0 -17 -43 -65 -95z m3141 -3371 c0 -41 -143 -194 -183 -194 -33 0 -33 4 5 70 61 102 178 184 178 124z m-720 -634 c0 -30 -56 -60 -87 -48 -38 14 -41 32 -11 62 23 23 98 12 98 -14z"/> <path d="M447 5055 c-108 -124 -215 -301 -203 -338 9 -27 296 313 296 352 0 45 -47 38 -93 -14z"/> <path d="M7054 2019 c-113 -46 -303 -172 -372 -247 -83 -88 -31 -80 84 14 109 89 234 148 340 160 57 6 93 41 94 89 0 34 -32 30 -146 -16z"/> <path d="M6118 198 c-36 -46 -72 -66 -144 -79 -53 -10 -133 -40 -178 -67 l-81 -48 191 1 191 0 62 115 c84 158 58 207 -41 78z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.contact-four {
  position: relative;
  padding: 135px 0px;
}

@media (max-width: 991px) {
  .contact-four {
    padding: 120px 0px;
  }
}

@media (max-width: 767px) {
  .contact-four {
    padding: 80px 0px;
  }
}

.contact-four__wrapper {
  width: 100%;
  height: 100%;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 66.9% 32.1%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (max-width: 1199px) {
  .contact-four__wrapper {
    grid-template-columns: 65% 35%;
  }
}

@media (max-width: 991px) {
  .contact-four__wrapper {
    grid-template-columns: 1fr;
  }
}

.contact-four__bg {
  position: relative;
}

@media (max-width: 991px) {
  .contact-four__bg--two {
    display: none;
  }
}

.contact-four__bg--two::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: RGBA(var(--psdbox-base-rgb, 255, 85, 40), 0.8);
}

.contact-four__bg__inner {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact-four__bg__shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.contact-four__bg__shape img {
  max-width: 100%;
  height: auto;
  animation: shapeMove 3s linear 0s infinite;
}

.contact-four .container {
  position: relative;
  z-index: 1;
}

.contact-four__form {
  padding: 57px 30px 60px;
  border-radius: 30px;
  background-color: var(--psdbox-white);
}

@media (max-width: 767px) {
  .contact-four__form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .contact-four__form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 390px) {
  .contact-four__form {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.contact-four .sec-title-three__tagline {
  margin-bottom: 16px;
}

.contact-four .sec-title-three {
  margin-bottom: 36px;
}

.contact-four .sec-title-three__title {
  color: var(--psdbox-black);
}

.contact-four .form-one__group {
  grid-gap: 24px;
}

.contact-four .form-one .bootstrap-select>.dropdown-toggle,
.contact-four .form-one input[type=text],
.contact-four .form-one input[type=email],
.contact-four .form-one input[type=tel],
.contact-four .form-one textarea {
  border-radius: 30px;
  border-color: var(--psdbox-border-color, var(--psdbox-white));
}

.contact-four .psdbox-btn-two:hover {
  color: var(--psdbox-white);
  background-color: var(--psdbox-black2);
}

.contact-four .psdbox-btn-two:hover .psdbox-btn-two__icon {
  color: var(--psdbox-white);
  background-color: var(--psdbox-base);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer-two--style2 {
  position: relative;
  background-color: var(--psdbox-black2);
  background: url(../images/footerbg.jpg);
  padding: 100px 0 0;
}

.main-footer-two--style2 .footer-widget__social a:hover {
  color: var(--psdbox-white);
}

.main-footer-two--style2 .main-footer-two__newsletter button[type=submit],
.main-footer-two--style2 .footer-widget--post__img::after {
  color: var(--psdbox-white);
}

.main-footer-two--style2 .footer-widget__text,
.main-footer-two--style2 .footer-widget__links li,
.main-footer-two--style2 .footer-widget--post__date {
  font-weight: 400;
}

.main-footer-two--style2 .footer-widget__gallery li a::after {
  background-color: RGBA(var(--psdbox-black2-rgb, 18, 18, 18), 0.6);
}

.main-footer-two--style2 .main-footer-two__copyright {
  font-weight: 400;
  color: var(--psdbox-white);
}

.main-footer-two--nine {
  background-color: var(--psdbox-black3);
}

.main-footer-two--nine .main-footer-two__top__left__title,
.main-footer-two--nine .footer-widget__title,
.main-footer-two--nine .footer-widget--post__title {
  font-weight: 400;
}

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




.main-slider-seven_features {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.slider_feature {
  display: flex;
  align-items: center;
  gap: 15px;
  opacity: 0;
  transform: translateX(-100%) skewX(5deg);
}

.feature_icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature_cont {
  display: flex;
  flex-direction: column;
}

.feature_cont h4 {
  font-size: 15px;
  font-family: var(--psdbox-poppins);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--psdbox-white);
  margin: 0;
  padding: 0;

}

.feature_cont p {
  font-size: 14px;
  font-family: var(--psdbox-poppins);
  font-weight: 300;
  text-transform: uppercase;
  color: var(--psdbox-white);
  margin: 0;
  padding: 0;

}




.main-slider-seven .active .slider_feature {
  opacity: 1;
  transform: translateX(0px) skewX(0deg);
  transition: opacity ease 1s, transform 1.2s cubic-bezier(0.34, 1.35, 0.64, 1);
  transition-delay: 1s;
}





.pub-card {
  width: 320px;
  background: var(--psdbox-black);
  border: 2px solid var(--psdbox-base);
  border-radius: 22px;
  padding: 18px;
  color: var(--psdbox-white);
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: 1;
}

.pub-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 22px;
  overflow: hidden;
}

.pub-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pub-content {
  margin-top: 25px;
}

.pub-content h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: var(--psdbox-poppins);
  color: var(--psdbox-white);
}

.location {
  font-size: 14px;
  color: var(--psdbox-white);
  margin-bottom: 10px;
}

.pub_info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 28px;
}

.pub_info_icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pub_info_cont {
  display: flex;
  flex-direction: column;
}

.pub_info_cont h4 {
  color: var(--psdbox-base);
  font-size: 16px;
  margin-bottom: 5px;
  font-family: var(--psdbox-poppins);
  margin: 0;
  padding: 0;
}

.pub_info_cont p {
  color: var(--psdbox-base);
  font-size: 14px;
  font-family: var(--psdbox-poppins);
  padding: 0;
  margin: 0;
}







.sec_title_three_text {
  margin-bottom: 26px;
  font-family: var(--psdbox-font);
  font-size: 16px;
  color: var(--psdbox-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}










/* Events  */
.event-seven {
  position: relative;
  background: url(../images/eventbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}



.event-seven .sec-title-three__title {
  margin-bottom: 16px;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.071;
  color: var(--psdbox-white);
}

.event-seven .sec-title-three__title span {
  color: var(--psdbox-base);
}

.event-seven .sec_title_three_text {
  margin-bottom: 26px;
  font-family: var(--psdbox-font);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}

.event-seven .project-one__filter {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.event-seven .project-one__filter li {
  font-size: 16px;
  font-weight: 500;
  color: var(--psdbox-white);
  text-transform: capitalize;
  border: 1px solid rgb(255 255 255 / 19%);
  margin-right: -1px;
  display: inline-block;
  padding: 5px 15px;
  transition: all 0.5s;
  cursor: pointer;
  background: rgb(255 255 255 / 5%);
  border-radius: 100px;
}

.event-seven .project-one__filter li:hover,
.event-seven .project-one__filter li.active {
  border-color: var(--psdbox-black);
  background: var(--gradient-YUD);
  color: var(--psdbox-black);
}





.event_seven_item {
  position: relative;
  /* background-color: var(--psdbox-white); */
  transition: 400ms ease;
  filter: drop-shadow(0px 4px 12.5px rgba(0, 0, 0, 0.06));
}

.event_seven_item_image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(250px, 40vw, 400px);
  border-radius: 500px 500px 0 0;
}

.event_seven_item_image::before {
  content: "";
  overflow: hidden;
  border: 1px solid var(--psdbox-base);
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 96%;
  z-index: 9999;
  border-radius: 500px 500px 0 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.event_seven_item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.event_seven_item_content {
  position: relative;
  padding: 15px 15px;
}


.event_seven_item_content_title {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--psdbox-poppins);
  color: var(--psdbox-white);
}

.event_seven_item_content_title a {
  color: var(--psdbox-white);
}


.event_seven_item_content_title_text {
  color: var(--psdbox-white);
  font-size: 14px;
  margin: 0;
  line-height: 26px;
  font-weight: 300;
}

.event_seven_time {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}

.event_seven_time_icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event_seven_time_text {
  color: var(--psdbox-white);
  font-size: 14px;
  display: flex;
  gap: 2px;
  font-weight: 300;
}

.event-seven_carousel.owl-carousel {
  position: relative;
  z-index: 2;
}

.event-seven_carousel.owl-carousel .owl-nav {
  position: relative;
  right: 0;
  margin-top: 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .event-seven_carousel.owl-carousel .owl-nav {
    top: 0;
    position: relative;
    justify-content: center;
    margin-top: 30px;
  }
}

.event-seven_carousel.owl-carousel .owl-nav button {
  width: 70px;
  height: 70px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--psdbox-base);
  border: 1px solid var(--psdbox-base);
  transition: all 400ms ease;
}

.event-seven_carousel.owl-carousel .owl-nav button:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-black);
}


/*--------------------------------------------------------------
# Gallery seven
--------------------------------------------------------------*/



.gallery_seven_video {
  background-image: url(../images/videobg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

  position: relative;
  padding: 270px 0;
  /* background-color: var(--psdbox-white); */
  z-index: 1;
  border-radius: 30px;
}


.gallery_seven_video .container {
  position: relative;
  text-align: center;
  z-index: 2;
}

.gallery_seven_video .video-popup {
  width: 61px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  font-size: 61px;
  color: var(--psdbox-white);
  transition: all 500ms ease;
  transform: scale(1);
  position: relative;
  z-index: 10;
}

.gallery_seven_video .video-popup .ripple,
.gallery_seven_video .video-popup .ripple:before,
.gallery_seven_video .video-popup .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--psdbox-white-rgb, 255, 255, 255), 0.25);
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.gallery_seven_video .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.gallery_seven_video .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.gallery_seven_video .video-popup:hover {
  color: var(--psdbox-base);
  transform: scale(1.1);
}













.gallery_seven {
  background: var(--psdbox-black);
  position: relative;
  background-image: url(../images/gallerybg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}



.gallery_seven .sec-title-three__title {
  margin-bottom: 16px;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.071;
  color: var(--psdbox-white);
}

.gallery_seven .sec-title-three__title span {
  color: var(--psdbox-base);
}

.gallery_seven .sec_title_three_text {
  margin-bottom: 26px;
  font-family: var(--psdbox-font);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}

.gallery_seven .galleryrow {
  padding: 30px 0;
}

.custom_buttons {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}


.custom_buttons button {
  width: 70px;
  height: 70px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--psdbox-base);
  border: 1px solid var(--psdbox-base);
  transition: all 400ms ease;
}

.custom_buttons button:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-black);
}

.gallery-one__card {
  width: 100%;
  height: 400px;
  margin: 0 10px;
  border-radius: 10px;
}

.gallery-one__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}





/* amenities  */

.amenities-seven {
  position: relative;
  background: url(../images/amenitiesbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}



.amenities-seven .sec-title-three__title {
  margin-bottom: 16px;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.071;
  color: var(--psdbox-white);
}

.amenities-seven .sec-title-three__title span {
  color: var(--psdbox-base);
}

.amenities-seven .sec_title_three_text {
  margin-bottom: 26px;
  font-family: var(--psdbox-font);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}


.amenities_sevenvontent {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  gap: 20px;
}

.amenities_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(233, 172, 40, 0.3);
  padding: 20px;
  border-radius: 20px;
  backdrop-filter: blur(10px);

}

.amenities_item_icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amenities_item_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.amenities_item_content h6 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--psdbox-poppins);
  color: var(--psdbox-white);
}

.amenities_item_content p {
  color: var(--psdbox-white);
  font-size: 14px;
  margin: 0;
  line-height: 26px;
  font-weight: 300;
}



/* Menu  */

.menu_seven {
  position: relative;
  background: url(../images/menubg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

}



.menu_seven .sec-title-three__title {
  margin-bottom: 16px;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.071;
  color: var(--psdbox-white);
}

.menu_seven .sec-title-three__title span {
  color: var(--psdbox-base);
}

.menu_seven .sec_title_three_text {
  margin-bottom: 26px;
  font-family: var(--psdbox-font);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}





/* Menu Slider */


/*=========================
SECTION
=========================*/

.positions_seven {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}



.positions_seven .sec-title-three__title {
  margin-bottom: 16px;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.071;
  color: var(--psdbox-white);
}

.positions_seven .sec-title-three__title span {
  color: var(--psdbox-base);
}

.positions_seven .sec_title_three_text {
  margin-bottom: 26px;
  font-family: var(--psdbox-font);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}



/*=========================
LEFT
=========================*/

.positions_left {
  position: relative;
  height: 550px;
  overflow: hidden;
}

.crsThumbSwiper {
  height: 550px;
  overflow: hidden;
  padding: 0 15px 0 0;
}




/* 
.crsThumbSwiper.swiper-vertical>.swiper-wrapper {
    gap: 20px;
} */



.crsThumbSwiper .swiper-slide {
  height: 120px;
  opacity: .45;
  transform: scale(.94);
  transition: .4s;
  opacity: .35;
  transform: scale(.90);
  transition: .4s;
}

.crsThumbSwiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.positions_card {

  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;

  background: #111;

  border: 1px solid rgba(255, 255, 255, .08);

  border-radius: 24px;

  padding: 15px 20px;

  cursor: pointer;

  transition: .35s;

}

/* .crsThumbSwiper .swiper-slide-active .positions_card {
  border-color: #D6A11D;
  box-shadow: 0 10px 30px rgba(214, 161, 29, .20);
} */

.positions_card_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}




.positions_thumb {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 18px;
  flex-shrink: 0;

}

.positions_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}

.crsThumbSwiper .swiper-slide-active img {
  transform: scale(1.08);
}

.positions_info {
  flex: 1;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
}

.positions_title {
  margin: 0;
  font-size: 16px;

  font-weight: 600;
  font-family: var(--psdbox-poppins);
  color: var(--psdbox-white);
}

.positions_location {
  color: var(--psdbox-white);
  font-size: 14px;
  padding: 0;
  margin: 0;

}

.positions_btn {
  padding: 7px 20px;
  border-radius: 40px;
  border: 1px solid #555;
  background: none;
  color: #fff;
  cursor: pointer;
  transition: .35s;
  font-size: 14px;
}

.crsThumbSwiper .swiper-slide-active .positions_btn {
  border-color: #D6A11D;
  color: #D6A11D;
}










/*=========================
RIGHT
=========================*/

.positions_right {
  position: relative;
  height: 550px;
  overflow: hidden;
  border-radius: 30px;
}

.crsMainSwiper,
.crsMainSwiper .swiper-wrapper,
.crsMainSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.positions_banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.positions_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 6s ease;
}

.crsMainSwiper .swiper-slide-active img {
  transform: scale(1);
}

.positions_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 60%), rgb(0 0 0));

}

.positions_content {
  position: absolute;
  left: 60px;
  bottom: 60px;
  width: 80%;
  z-index: 10;
}

.positions_badge {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #D6A11D;
  color: #D6A11D;
  border-radius: 40px;
  margin-bottom: 18px;
}

.positions_heading {
  font-size: 36px;
  font-weight: 800;
  margin: 0;
}

.positions_place {
  color: #ddd;
  font-size: 20px;
  margin-bottom: 0;
}

.positions_text {
  color: #ccc;
  line-height: 30px;
  margin-bottom: 35px;
}

.positions_apply {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 50px;
  background: var(--psdbox-black);
  color: var(--psdbox-base);
  border: 1px solid var(--psdbox-base);
  text-decoration: none;
  font-weight: bold;
  transition: .35s;
  font-size: 16px;
  font-weight: 600;
}

.positions_apply:hover {
  background: #fff;
  transform: translateY(-4px);
}





/*==============================
ACTIVE CARD EFFECT
==============================*/

.crsThumbSwiper .swiper-slide {
  transition: .45s;
}

.crsThumbSwiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 5;
}

.crsThumbSwiper .swiper-slide-prev,
.crsThumbSwiper .swiper-slide-next {
  opacity: .6;
  transform: scale(.94);
}


/*==============================
ACTIVE CARD BORDER
==============================*/

.crsThumbSwiper .swiper-slide-active .positions_card {
  border: 1px solid rgb(233 172 40 / 28%)
    /* box-shadow: 0 15px 40px rgba(214, 161, 29, .28); */

}


/*==============================
IMAGE ZOOM
==============================*/

.positions_banner {
  overflow: hidden;
}

.positions_banner img {
  transform: scale(1.10);
  transition: transform 7s ease;
}

.crsMainSwiper .swiper-slide-active img {
  transform: scale(1);
}


/*==============================
TEXT ANIMATION
==============================*/

.positions_badge,
.positions_heading,
.positions_place,
.positions_text,
.positions_apply {
  opacity: 0;
  transform: translateY(35px);
}

.crsMainSwiper .swiper-slide-active .positions_badge {
  animation: fadeUp .5s forwards;
}

.crsMainSwiper .swiper-slide-active .positions_heading {
  animation: fadeUp .7s forwards;
}

.crsMainSwiper .swiper-slide-active .positions_place {
  animation: fadeUp .9s forwards;
}

.crsMainSwiper .swiper-slide-active .positions_text {
  animation: fadeUp 1.1s forwards;
}

.crsMainSwiper .swiper-slide-active .positions_apply {
  animation: fadeUp 1.3s forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/*==============================
BUTTON
==============================*/

.positions_apply {
  transition: .35s;
}

.positions_apply:hover {
  transform: translateY(-4px);
  box-shadow:
    0 15px 40px rgba(214, 161, 29, .35);
}

.positions_apply i {
  transition: .35s;
}

.positions_apply:hover i {
  transform: translateX(8px);
}


/*==============================
CARD HOVER
==============================*/

.positions_card {
  transition: .35s;
}

.positions_card:hover {
  transform: translateX(8px);
}


/*==============================
RESPONSIVE
==============================*/

@media(max-width:991px) {
  .positions_wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .positions_left {
    height: 180px;
  }

  .positions_right {
    height: 500px;
  }

  .positions_heading {

    font-size: 42px;

  }

  .positions_content {

    left: 35px;

    bottom: 35px;

    right: 35px;

    max-width: 100%;

  }

}

@media(max-width:768px) {

  .positions_seven {

    padding: 20px;

  }

  .positions_right {

    height: 380px;

  }

  .positions_left {
    height: 160px;
  }

  .positions_thumb {

    width: 60px;

    height: 60px;

  }

  .positions_title {

    font-size: 18px;

  }

  .positions_location {

    font-size: 13px;

  }

  .positions_heading {

    font-size: 30px;

  }

  .positions_place {

    font-size: 16px;

  }

  .positions_text {

    display: none;

  }

  .positions_apply {

    padding: 12px 24px;

    font-size: 14px;

  }

}

@media(max-width:480px) {

  .positions_right {

    height: 320px;

  }

  .positions_content {

    left: 20px;

    bottom: 20px;

    right: 20px;

  }

  .positions_heading {

    font-size: 24px;

  }

  .positions_badge {

    font-size: 11px;

  }

  .positions_btn {

    display: none;

  }

}

.positions_left::before,
.positions_left::after {

  content: "";
  position: absolute;
  left: 0;

  width: 100%;

  height: 60px;

  z-index: 20;

  pointer-events: none;

}

.positions_left::before {
  top: 0;
  background: linear-gradient(to bottom, #040404 0%, rgb(0 0 0) 20%, rgb(0 0 0 / 50%) 60%, transparent 100%);
}

.positions_left::after {
  bottom: 0;
  background: linear-gradient(to top, #040404 0%, rgb(0 0 0) 20%, rgb(0 0 0 / 50%) 60%, transparent 100%);
}











/* Menu Slider */



/* =========================
SECTION
========================= */

.apply_seven_Section {
  width: 100%;
}

.apply_seven_Container {
  display: flex;
}

/* =========================
LEFT & RIGHT
========================= */
.apply_seven_Left {
  position: relative;
  overflow: hidden;
  display: flex;
  flex: 1;
  background: url(../images/apply1.jpg);
  padding: 200px 50px;
  min-height: 850px;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.apply_seven_Left::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(4 4 4 / 80%);
  left: 0;
  top: 0;
}


.apply_seven_Right {
  position: relative;
  overflow: hidden;
  display: flex;
  flex: 1;
  background: url(../images/apply2.png);
  padding: 200px 50px;
  min-height: 850px;
  align-items: center;
}

.apply_seven_Right::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(4 4 4 / 80%);
  left: 0;
  top: 0;
}



.apply_seven_Bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apply_seven_Overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
}




.apply_seven_Right .form-one__group {
  grid-template-columns: repeat(1, 1fr);
}



.apply_seven_Right .form-one__group {
  grid-gap: 5px;
}












/* =========================
GLASS CARD
========================= */

.apply_seven_LeftCard {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  padding: 50px;
  border-radius: 30px;
  background: rgb(0 0 0 / 50%);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, .15);
}

.apply_seven_FormCard {
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: -20%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  padding: 50px;
  border-radius: 30px;
  background: rgb(0 0 0 / 50%);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, .15);
}



.apply_seven_FormCard .sec-title-three__title {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.071;
  color: var(--psdbox-white);
}

.apply_seven_FormCard .sec-title-three__title span {
  color: var(--psdbox-base);
}

.apply_seven_FormCard .sec_title_three_text {
  font-family: var(--psdbox-font);
  font-size: 14px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}



.apply_seven_FormCard .apply_seven_FormCard.form-one .bootstrap-select>.dropdown-toggle,
.apply_seven_FormCard.form-one input[type="text"],
.apply_seven_FormCard.form-one input[type="email"],
.apply_seven_FormCard.form-one input[type="tel"],
.apply_seven_FormCard.form-one .dropdown-toggle,
.apply_seven_FormCard.form-one textarea {
  height: 47px;
  color: var(--psdbox-base);
  font-size: 15px;
  border: 1px solid rgb(233 172 40 / 30%);
  border-radius: 50px;
  outline: none;
}







/* =========================
TEXT
========================= */

.apply_seven_Tag {

  color: var(--psdbox-base);

  letter-spacing: 2px;

  font-size: 14px;

  margin-bottom: 15px;

  display: block;

}

.apply_seven_Title {
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
}

.apply_seven_Title span {
  color: var(--psdbox-base);
}

.apply_seven_Text {
  color: var(--psdbox-white);

  font-size: 14px;


  margin-bottom: 40px;

}

/* =========================
BUTTON
========================= */



.apply_seven_Btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 50px;
  background: var(--psdbox-black);
  color: var(--psdbox-base);
  border: 1px solid rgb(233 172 40 / 30%);
  text-decoration: none;
  font-weight: bold;
  transition: .35s;
  font-size: 16px;
  font-weight: 500;
}

.apply_seven_Btn:hover {
  background: #fff;
  transform: translateY(-4px);
}















/* =========================
FORM
========================= */

.apply_seven_FormTitle {

  font-size: 42px;

  margin-bottom: 30px;

}

.apply_seven_SmallTitle {

  color: var(--psdbox-base);

  display: block;

  margin-bottom: 10px;

}

.apply_seven_Row {

  margin-bottom: 18px;

}

.apply_seven_Row input,
.apply_seven_Row select,
.apply_seven_Row textarea {

  width: 100%;

  padding: 16px 20px;

  border-radius: 12px;

  border: 1px solid rgba(255, 255, 255, .18);

  background: rgba(255, 255, 255, .08);

  color: #fff;

  outline: none;

}

.apply_seven_Row textarea {

  resize: none;

}

.apply_seven_Submit {

  width: 100%;

  padding: 18px;

  border: none;

  border-radius: 50px;

  background: var(--psdbox-base);

  color: #000;

  font-size: 18px;

  font-weight: 600;

  cursor: pointer;

  transition: .35s;

}

.apply_seven_Submit:hover {

  background: #fff;

}





.testimonial_seven {
  background: var(--psdbox-black);
}



.testimonial_seven .sec-title-three__title {
  margin-bottom: 16px;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.071;
  color: var(--psdbox-white);
}

.testimonial_seven .sec-title-three__title span {
  color: var(--psdbox-base);
}

.testimonial_seven .sec_title_three_text {
  margin-bottom: 26px;
  font-family: var(--psdbox-font);
  font-size: 16px;
  color: var(--psdbox-white);
  font-weight: 400;
  line-height: 1.625;
}


.testimonial_seven .owl-carousel .owl-nav {
  position: relative;
  right: 0;
  margin-top: 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.testimonial_seven .owl-carousel .owl-nav button {
  width: 70px;
  height: 70px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--psdbox-base);
  border: 1px solid var(--psdbox-base);
  transition: all 400ms ease;
}

.testimonial_seven .owl-carousel .owl-nav button:hover {
  background-color: var(--psdbox-base);
  color: var(--psdbox-black);
}












.testimonial-card {
  min-height: 190px;
  background: rgb(255 255 255 / 7%);
  border: 1px solid rgb(233 172 40 / 20%);
  border-radius: 24px;
  padding: 20px;
  display: flex;
  gap: 20px;
}

.user-img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid rgb(233 172 40 / 50%);
  overflow: hidden;
}

.user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content {
  flex: 1;
}

.rating {
  color: var(--psdbox-base);
  font-size: 16px;
  margin-bottom: 5px;
}

.review {
  color: var(--psdbox-white);
  font-size: 14px;
  line-height: 1.6;
}


.namedec {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-top: 1px solid rgb(255 255 255 / 14%);
  /* margin-top: 10px; */
  padding-top: 10px;
}

.namedec h6 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--psdbox-poppins);
  color: var(--psdbox-white);
}

.namedec p {
  color: var(--psdbox-white);
  font-size: 14px;
  margin: 0;
  line-height: 26px;
  font-weight: 300;
}




/* =========================
           ABOUT SECTION
        ========================= */
.about-section {
  width: 100%;
  padding: 180px 0 50px;
  background: #000;
}

.about-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 50% 50%;

  min-height: 540px;
}

/* =========================
           IMAGE AREA
        ========================= */
.about-image-area {
  position: relative;
  width: 100%;
  height: 540px;

  border-radius: 0 0 0 18px;
}

.about-image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

/* Dark subtle overlay */
.about-image-area::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(90deg,
      rgba(0, 0, 0, 0.03),
      rgba(0, 0, 0, 0));

  pointer-events: none;
}

/* =========================
           #1 BADGE
        ========================= */
.club-badge {
  position: absolute;

  right: -40px;
  bottom: -40px;

  width: 148px;
  min-height: 135px;

  padding: 18px 20px;

  background: #050505;

  border: 1px solid #f2b900;

  border-radius: 15px;

  z-index: 3;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.club-number {
  color: #f3b900;

  font-family: var(--psdbox-special-cinzel);
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 7px;
}

.club-title {
  font-family: var(--psdbox-special-cinzel);
  font-size: 16px;
  line-height: 1.15;
  color: var(--psdbox-white);
  font-weight: 700;
  letter-spacing: .2px;
}

/* =========================
           CONTENT AREA
        ========================= */
.about-content {
  width: 100%;
  padding: 0 6.5%;

  display: flex;
  flex-direction: column;
  justify-content: center;

  background: #000;
}

/* =========================
           TITLE
        ========================= */
.about-title {
  font-family: var(--psdbox-special-cinzel);

  font-size: clamp(34px, 3vw, 48px);
  line-height: 1;

  font-weight: 700;

  margin-bottom: 18px;

  letter-spacing: -1px;
}

.about-title span {
  color: var(--psdbox-base);
}

/* =========================
           DESCRIPTION
        ========================= */
.about-description {
  max-width: 650px;
  font-size: 15px;
  line-height: 1.95;
  color: #f3f3f3;
  margin-bottom: 34px;
}

/* =========================
           FEATURE GRID
        ========================= */
.about-features {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 55px;
  row-gap: 30px;
  margin-bottom: 37px;
}

.feature-item {
  position: relative;
  padding-left: 10px;
  padding-right: 5px;
  min-height: 0;
}

.feature-item::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 2px;
  height: 100%;

  background: var(--psdbox-base);
}

.feature-title {
  font-family: var(--psdbox-special-cinzel);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

.feature-text {
  font-size: 13px;
  line-height: 1.55;
  color: var(--psdbox-white);
  margin: 0;
}

/* =========================
           BUTTON
        ========================= */
.explore-btn {
  width: fit-content;

  min-width: 207px;
  height: 54px;

  padding: 0 28px;

  border: 1px solid var(--psdbox-base);
  border-radius: 30px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;

  color: var(--psdbox-base);

  font-size: 14px;
  font-weight: 700;

  background: transparent;

  transition:
    background .3s ease,
    color .3s ease,
    transform .3s ease,
    box-shadow .3s ease;
}

.explore-btn span {
  font-size: 20px;
  line-height: 1;
}

.explore-btn:hover {
  background: var(--psdbox-base);
  color: #000;

  transform: translateY(-3px);

  box-shadow: 0 8px 25px rgba(241, 185, 0, .18);
}

/* =========================
           LARGE DESKTOP
        ========================= */
@media (min-width: 1600px) {

  .about-container {
    max-width: 1600px;
  }

  .about-image-area {
    height: 600px;
  }

  .about-container {
    min-height: 600px;
  }

  .about-content {
    padding-left: 7%;
    padding-right: 7%;
  }

  .about-description {
    font-size: 16px;
  }

  .feature-title {
    font-size: 16px;
  }

  .feature-text {
    font-size: 14px;
  }
}

/* =========================
           LAPTOP
        ========================= */
@media (max-width: 1199px) {

  .about-image-area {
    height: 500px;
  }

  .about-container {
    min-height: 500px;
  }

  .about-content {
    padding: 40px 5%;
  }

  .about-title {
    font-size: 38px;
  }

  .about-description {
    font-size: 13px;
    line-height: 1.75;

    margin-bottom: 25px;
  }

  .about-features {
    column-gap: 25px;
    margin-bottom: 25px;
  }

  .feature-title {
    font-size: 13px;
  }

  .feature-text {
    font-size: 11px;
  }

  .club-badge {
    width: 135px;
    min-height: 125px;
  }
}

/* =========================
           TABLET
        ========================= */
@media (max-width: 991px) {

  .about-container {
    grid-template-columns: 1fr;
  }

  .about-image-area {
    height: 480px;
    border-radius: 0;
  }

  .about-content {
    padding: 55px 7%;
  }

  .about-title {
    font-size: 42px;
  }

  .about-description {
    max-width: 850px;
    font-size: 14px;
    line-height: 1.8;
  }

  .about-features {
    column-gap: 40px;
  }

  .feature-title {
    font-size: 15px;
  }

  .feature-text {
    font-size: 13px;
  }
}

/* =========================
           MOBILE
        ========================= */
@media (max-width: 767px) {

  .about-image-area {
    height: 390px;
  }

  .about-content {
    padding: 45px 22px 55px;
  }

  .about-title {
    font-size: 34px;
    margin-bottom: 16px;
  }

  .about-description {
    font-size: 13px;
    line-height: 1.8;

    margin-bottom: 28px;
  }

  .about-features {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 30px;
  }

  .feature-item {
    min-height: auto;
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .feature-title {
    font-size: 15px;
  }

  .feature-text {
    font-size: 12px;
    line-height: 1.5;
  }

  .explore-btn {
    height: 50px;
    min-width: 190px;

    font-size: 13px;
  }

  .club-badge {
    width: 125px;
    min-height: 115px;

    padding: 15px 17px;

    border-radius: 23px 0 0 0;
  }

  .club-number {
    font-size: 31px;
  }

  .club-title {
    font-size: 14px;
  }
}

/* =========================
           SMALL MOBILE
        ========================= */
@media (max-width: 480px) {

  .about-image-area {
    height: 330px;
  }

  .about-content {
    padding: 38px 18px 45px;
  }

  .about-title {
    font-size: 30px;
  }

  .about-description {
    font-size: 12px;
    line-height: 1.75;
  }

  .feature-title {
    font-size: 14px;
  }

  .feature-text {
    font-size: 11px;
  }

  .club-badge {
    width: 112px;
    min-height: 105px;

    padding: 13px 15px;
  }

  .club-number {
    font-size: 28px;
  }

  .club-title {
    font-size: 12px;
  }

  .explore-btn {
    width: 100%;
    max-width: 190px;
  }
}

/* =========================
           VERY SMALL MOBILE
        ========================= */
@media (max-width: 360px) {

  .about-image-area {
    height: 290px;
  }

  .about-title {
    font-size: 27px;
  }

  .club-badge {
    width: 100px;
    min-height: 95px;
  }

  .club-number {
    font-size: 25px;
  }

  .club-title {
    font-size: 11px;
  }
}





.prv-events-wrapper {
  width: 100%;
  padding: 180px 0;
  background: #000000;
  overflow: hidden;
}


.prv-events-wrapper .sec-title-three__title {
  color: var(--psdbox-white);
  font-size: 64px;
  line-height: normal;
}


.prv-events-wrapper .sec-title-three__title span {
  color: var(--psdbox-base);
}

.prv-eventti{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

/* =====================================================
           SECTION HEADER
        ===================================================== */

.prv-events-heading-area {
  text-align: center;
  margin-bottom: 45px;
}

.prv-events-mini-heading {
  color: #cfa300;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.prv-events-main-heading {
  color: #ffffff;
  font-family: var(--psdbox-special-cinzel);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}

.prv-events-main-heading em {
  color: #d5a900;
  font-style: normal;
}

.prv-events-heading-line {
  width: 70px;
  height: 2px;
  background: #d5a900;
  margin: 18px auto 0;
}


/* =====================================================
           EVENTS GRID
        ===================================================== */

.prv-events-grid {
  width: 100%;

  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 22px;
}


/* =====================================================
           EVENT CARD
        ===================================================== */

.prv-event-card {
  position: relative;

  width: 100%;

  background: #050505;

  border: 1px solid #292929;
  border-radius: 12px;

  overflow: hidden;

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.prv-event-card:hover {
  transform: translateY(-7px);

  border-color: #d5a900;

  box-shadow:
    0 15px 45px rgba(0, 0, 0, 0.7),
    0 0 18px rgba(213, 169, 0, 0.08);
}


/* =====================================================
           EVENT IMAGE
        ===================================================== */

.prv-event-image-box {
  position: relative;

  width: 100%;
  height: 285px;

  overflow: hidden;

  background: #111111;
}

.prv-event-image-box img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition:
    transform 0.6s ease,
    filter 0.6s ease;
}

.prv-event-card:hover .prv-event-image-box img {
  transform: scale(1.06);
  filter: brightness(1.08);
}


/* Image bottom gradient */

.prv-event-image-box::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  height: 90px;

  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.95),
      transparent);

  pointer-events: none;
}


/* =====================================================
           EVENT DATE
        ===================================================== */

.prv-event-date-box {
  padding: 15px;
  border: 1px solid #333333;
  border-radius: 9px;

  background: rgba(5, 5, 5, 0.94);

  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;
}

.prv-event-date-month {
  color: var(--psdbox-base);

  font-family: var(--psdbox-special-cinzel);

  font-size: 11px;
  font-weight: 500;

  text-transform: uppercase;

  margin-bottom: 2px;
}

.prv-event-date-day {
  color: #ffffff;

  font-family: var(--psdbox-special-cinzel);

  font-size: 23px;
  font-weight: 700;

  line-height: 1;
}


/* =====================================================
           EVENT CONTENT
        ===================================================== */

.prv-event-content {
  padding: 18px 18px 20px;
}


/* =====================================================
           EVENT TITLE
        ===================================================== */

.prv-event-title {
  color: #ffffff;

  font-family: var(--psdbox-special-cinzel);

  font-size: 18px;
  font-weight: 700;

  line-height: 1.5;

  text-transform: uppercase;

  min-height: 46px;

  margin: 0 ;
}


/* =====================================================
           EVENT DESCRIPTION
        ===================================================== */

.prv-event-description {
  color: var(--psdbox-white);


  font-size: 14px;
  font-weight: 400;

  line-height: 1.7;

  margin: 0;

  min-height: 61px;
}


/* =====================================================
           EVENT FOOTER
        ===================================================== */

.prv-event-footer {
  display: flex;

  align-items: center;
  justify-content: flex-end;

  margin-top: 16px;
}

.prv-event-more-link {
  position: relative;

  display: inline-flex;

  align-items: center;

  gap: 7px;

  color: var(--psdbox-base);

  font-family: var(--psdbox-special-cinzel);

  font-size: 14px;
  font-weight: 700;

  text-transform: uppercase;

  transition:
    color 0.3s ease,
    gap 0.3s ease;
}

.prv-event-more-link:hover {
  color: #ffffff;
  gap: 11px;
}

.prv-event-more-arrow {
  font-family: Arial, sans-serif;

  font-size: 16px;

  line-height: 1;
}


/* =====================================================
           VIEW ALL BUTTON
        ===================================================== */

.prv-events-view-area {
  text-align: center;

  margin-top: 45px;
}

.prv-events-view-button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-width: 180px;
  height: 52px;

  padding: 0 28px;

  border: 1px solid #d5a900;
  border-radius: 30px;

  color: #d5a900;

  font-family: "Montserrat", sans-serif;

  font-size: 12px;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 1px;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.prv-events-view-button:hover {
  background: #d5a900;
  color: #000000;

  transform: translateY(-3px);
}


/* =====================================================
           TABLET
        ===================================================== */

@media (max-width: 1100px) {


  .prv-events-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .prv-event-image-box {
    height: 300px;
  }

}


/* =====================================================
           SMALL TABLET
        ===================================================== */

@media (max-width: 768px) {



  .prv-events-heading-area {
    margin-bottom: 35px;
  }

  .prv-events-main-heading {
    font-size: 34px;
  }

  .prv-events-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .prv-event-image-box {
    height: 250px;
  }

  .prv-event-content {
    padding: 16px;
  }

  .prv-event-title {
    font-size: 13px;
    line-height: 1.45;
  }

  .prv-event-description {
    font-size: 11px;
  }

}


/* =====================================================
           MOBILE
        ===================================================== */

@media (max-width: 600px) {



  .prv-events-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .prv-event-image-box {
    height: 330px;
  }

  .prv-event-content {
    padding: 18px;
  }

  .prv-event-title {
    font-size: 15px;
    min-height: auto;
  }

  .prv-event-description {
    font-size: 12px;
    min-height: auto;
  }

}


/* =====================================================
           SMALL MOBILE
        ===================================================== */

@media (max-width: 420px) {


  .prv-events-mini-heading {
    font-size: 10px;
    letter-spacing: 3px;
  }

  .prv-events-main-heading {
    font-size: 29px;
  }

  .prv-events-heading-line {
    width: 55px;
  }

  .prv-event-image-box {
    height: 300px;
  }



  .prv-event-date-day {
    font-size: 21px;
  }

  .prv-event-content {
    padding: 16px;
  }

}


/* =====================================================
           EXTRA SMALL
        ===================================================== */

@media (max-width: 340px) {

  .prv-events-main-heading {
    font-size: 26px;
  }

  .prv-event-image-box {
    height: 270px;
  }

  .prv-event-title {
    font-size: 13px;
  }

  .prv-event-description {
    font-size: 11px;
  }

}







/* ================================Event Details==================================== */
        .pve-detail-master-wrapper {
            width: 100%;
            padding: 180px 0 50px;
        }

        .pve-detail-master-container {
            width: 100%;
            max-width: 1450px;

            margin: 0 auto;
        }


        /* =========================================================
           EVENT HEADER
        ========================================================= */

        .pve-detail-heading-wrapper {
            width: 100%;

            text-align: center;

            margin-bottom: 28px;
        }

        .pve-detail-main-heading {
            margin: 0 0 10px;

            color: var(--psdbox-base);

            font-family: var(--psdbox-special-cinzel);

            font-size: clamp(23px, 2.3vw, 34px);

            font-weight: 700;

            line-height: 1.3;

            text-transform: uppercase;
        }

        .pve-detail-subheading {
            width: 100%;
            max-width: 1380px;

            margin: 0 auto;

            color: #ffffff;

            font-family: var(--psdbox-primary-font);

            font-size: clamp(14px, 0.9vw, 14px);

            font-weight: 500;

            line-height: 1.7;
        }


        /* =========================================================
           HERO + EVENT INFO GRID
        ========================================================= */

        .pve-detail-top-grid {
            width: 100%;

            display: grid;

            grid-template-columns:
                minmax(0, 2.25fr)
                minmax(280px, 0.80fr);

            gap: 28px;

            align-items: start;
        }


        /* =========================================================
           EVENT POSTER
        ========================================================= */

        .pve-detail-poster-card {
            position: relative;
            width: 100%;
            display: flex;
            align-items: center;
            flex-direction: column;
            gap: 30px;

        }

        .pve-detail-poster-image {
            width: 100%;
        }

        .pve-detail-poster-image img {
            width: 100%;
        }


        /* =========================================================
           EVENT INFORMATION CARD
        ========================================================= */

        .pve-detail-info-card {
            width: 100%;

                background: linear-gradient(180deg, #80643e 0%, #4a3925 45%, #17120b 100%);

            border-radius: 14px;

            padding: 18px 20px;

            color: #ffffff;

            min-height: 275px;
        }


        /* =========================================================
           INFO ROW
        ========================================================= */

        .pve-detail-info-row {
            width: 100%;

            display: flex;

            align-items: center;

            justify-content: space-between;

            gap: 20px;

            padding: 0 0 13px;

            margin-bottom: 13px;

            border-bottom: 1px solid rgba(233, 172, 40, 0.22);
        }

        .pve-detail-info-label {
            color: #d9d0c0;

            font-family: var(--psdbox-special-cinzel);

            font-size: 11px;

            font-weight: 600;

            text-transform: uppercase;

            letter-spacing: 0.5px;
        }

        .pve-detail-info-value {
            color: #ffffff;

            font-family: var(--psdbox-primary-font);

            font-size: 12px;

            font-weight: 600;

            text-align: right;
        }


        /* =========================================================
           NOTICE
        ========================================================= */

        .pve-detail-capacity-notice {
            width: 100%;

            margin: 17px 0;

            padding: 13px 15px;

            background: #050505;

            color: #ffffff;

            font-family: var(--psdbox-special-cinzel);

            font-size: 14px;

            font-weight: 700;

            line-height: 1.4;

            text-align: center;

            text-transform: uppercase;

            letter-spacing: 0.3px;
        }


        /* =========================================================
           EVENT STATUS BUTTON
        ========================================================= */

        .pve-detail-status-button {
            display: inline-flex;

            align-items: center;
            justify-content: center;

            min-width: 168px;

            min-height: 45px;

            padding: 10px 22px;

            border: 1px solid var(--psdbox-base);

            border-radius: 25px;

            color: var(--psdbox-base);
            background: var(--psdbox-black);

            font-family: var(--psdbox-primary-font);

            font-size: 16px;

            font-weight: 600;

            text-transform: uppercase;

            transition:
                background 0.3s ease,
                color 0.3s ease,
                transform 0.3s ease;
        }

        .pve-detail-status-button:hover {
            background: var(--psdbox-base);

            color: #000000;

            transform: translateY(-2px);
        }

        .pve-detail-status-arrow {
            margin-left: 9px;

            font-size: 16px;

            line-height: 1;
        }


        /* =========================================================
           LOWER CONTENT AREA
        ========================================================= */

        .pve-detail-lower-layout {
            width: 100%;

            margin-top: 28px;

            display: grid;

            grid-template-columns:
                minmax(0, 2.25fr)
                minmax(280px, 0.95fr);

            gap: 28px;

            align-items: start;
        }


        /* =========================================================
           ABOUT CARD
        ========================================================= */

        .pve-detail-about-card {
            width: 100%;


            border: 1px solid rgb(233 172 40 / 20%);

            border-radius: 15px;

            padding: 25px;

            color: var(--psdbox-base);
        }


        /* =========================================================
           CONTENT HEADING
        ========================================================= */

        .pve-detail-content-heading {
            margin: 0 0 17px;

            color: var(--psdbox-base);

            font-family: var(--psdbox-special-cinzel);

            font-size: 19px;

            font-weight: 700;

            line-height: 1.3;

            text-transform: uppercase;
        }


        /* =========================================================
           ABOUT TEXT
        ========================================================= */

        .pve-detail-about-text {
            margin: 0 0 35px;

            color: var(--psdbox-white);

            font-family: var(--psdbox-primary-font);

            font-size: 14px;

            font-weight: 400;

            line-height: 1.9;
        }


        /* =========================================================
           HIGHLIGHTS
        ========================================================= */

        .pve-detail-highlight-section {
            margin-bottom: 38px;
        }

        .pve-detail-highlight-list {
            margin: 0;

            padding: 0;

            list-style: none;
        }

        .pve-detail-highlight-item {
            position: relative;

            padding-left: 18px;

            margin-bottom: 10px;

            color: var(--psdbox-white);

            font-family: var(--psdbox-primary-font);

            font-size: 14px;

            line-height: 1.7;
        }

        .pve-detail-highlight-item::before {
            content: "•";

            position: absolute;

            left: 0;
            top: 0;

            color: var(--psdbox-base);

            font-size: 18px;

            line-height: 1.2;
        }


        /* =========================================================
           TERMS
        ========================================================= */

        .pve-detail-terms-section {
            margin-top: 5px;
        }

        .pve-detail-terms-list {
            margin: 0;

            padding: 0;

            list-style: none;
        }

        .pve-detail-terms-item {
            position: relative;

            padding-left: 18px;

            margin-bottom: 10px;

            color: var(--psdbox-white);

            font-family: var(--psdbox-primary-font);

            font-size: 14px;

            line-height: 1.7;
        }

        .pve-detail-terms-item::before {
            content: "•";

            position: absolute;

            left: 0;
            top: 0;

            color: var(--psdbox-base);

            font-size: 18px;

            line-height: 1.2;
        }


        /* =========================================================
           RIGHT SIDE EXTRA CARD
        ========================================================= */

        .pve-detail-side-card {
            width: 100%;

            padding: 22px;

            background:
                linear-gradient(
                    145deg,
                    #171717,
                    #080808
                );

            border: 1px solid #252525;

            border-radius: 14px;
        }

        .pve-detail-side-title {
            color: var(--psdbox-base);

            font-family: var(--psdbox-special-cinzel);

            font-size: 17px;

            font-weight: 700;

            line-height: 1.4;

            text-transform: uppercase;

            margin-bottom: 16px;
        }

        .pve-detail-side-text {
            color: #cccccc;

            font-family: var(--psdbox-primary-font);

            font-size: 12px;

            line-height: 1.8;

            margin-bottom: 20px;
        }


        /* =========================================================
           BOOKING BUTTON
        ========================================================= */

        .pve-detail-booking-button {
            width: 100%;

            min-height: 50px;

            display: flex;

            align-items: center;
            justify-content: center;

            border: 1px solid var(--psdbox-base);

            border-radius: 28px;

            color: var(--psdbox-base);

            font-family: var(--psdbox-primary-font);

            font-size: 12px;

            font-weight: 600;

            text-transform: uppercase;

            transition:
                background 0.3s ease,
                color 0.3s ease,
                transform 0.3s ease;
        }

        .pve-detail-booking-button:hover {
            background: var(--psdbox-base);

            color: #000000;

            transform: translateY(-2px);
        }


        /* =========================================================
           DESKTOP LARGE
        ========================================================= */

        @media (min-width: 1600px) {


            .pve-detail-top-grid,
            .pve-detail-lower-layout {
                gap: 32px;
            }

            .pve-detail-about-card {
                padding: 30px;
            }

        }


        /* =========================================================
           LAPTOP
        ========================================================= */

        @media (max-width: 1199px) {


            .pve-detail-top-grid,
            .pve-detail-lower-layout {
                grid-template-columns:
                    minmax(0, 2fr)
                    minmax(260px, 0.9fr);

                gap: 20px;
            }

            .pve-detail-info-card {
                padding: 17px;
            }

            .pve-detail-about-card {
                padding: 23px;
            }

        }


        /* =========================================================
           TABLET
        ========================================================= */

        @media (max-width: 900px) {

            .pve-detail-main-heading {
                font-size: 24px;
            }
            .pve-detail-top-grid {
                grid-template-columns: 1fr;
            }



            .pve-detail-info-card {
                min-height: auto;

                display: grid;

                grid-template-columns: repeat(2, 1fr);

                column-gap: 25px;
            }

            .pve-detail-capacity-notice {
                grid-column: 1 / -1;
            }

            .pve-detail-status-button {
                align-self: center;
            }

            .pve-detail-lower-layout {
                grid-template-columns: 1fr;
            }

            .pve-detail-side-card {
                display: none;
            }

        }


        /* =========================================================
           MOBILE
        ========================================================= */

        @media (max-width: 600px) {



            .pve-detail-heading-wrapper {
                margin-bottom: 22px;
            }

            .pve-detail-main-heading {
                font-size: 20px;

                line-height: 1.45;
            }



            .pve-detail-top-grid {
                gap: 16px;
            }

            .pve-detail-poster-card {
                border-radius: 10px;
            }


            .pve-detail-info-card {
                display: block;

                padding: 18px;

                border-radius: 11px;
            }

            .pve-detail-info-row {
                padding-bottom: 11px;

                margin-bottom: 11px;
            }

            .pve-detail-info-label {
                font-size: 9px;
            }

            .pve-detail-info-value {
                font-size: 10px;
            }

            .pve-detail-capacity-notice {
                font-size: 9px;

                margin: 15px 0;
            }

            .pve-detail-status-button {
                min-width: 150px;

                min-height: 43px;

                font-size: 10px;
            }

            .pve-detail-lower-layout {
                margin-top: 16px;
            }

            .pve-detail-about-card {
                padding: 20px;

                border-radius: 11px;
            }

            .pve-detail-content-heading {
                font-size: 17px;

                margin-bottom: 14px;
            }

            .pve-detail-about-text,
            .pve-detail-highlight-item,
            .pve-detail-terms-item {
                font-size: 14px;
                line-height: 1.8;
            }

            .pve-detail-about-text {
                margin-bottom: 30px;
            }

            .pve-detail-highlight-section {
                margin-bottom: 30px;
            }

        }


        /* =========================================================
           SMALL MOBILE
        ========================================================= */

        @media (max-width: 400px) {



            .pve-detail-main-heading {
                font-size: 17px;
            }


            .pve-detail-info-card {
                padding: 15px;
            }

            .pve-detail-info-row {
                gap: 10px;
            }

            .pve-detail-about-card {
                padding: 17px;
            }

            .pve-detail-content-heading {
                font-size: 15px;
            }

        }





/* ========================================amenities============================================== */



.pva-amenities-section {
    width: 100%;
    padding: 180px  0;

    background: #000000;

    overflow: hidden;
}

.pva-amenities-container {
    width: 100%;
    max-width: 1420px;

    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.pva-amenities-section .sec-title-three__title {
  color: var(--psdbox-white);
  font-size: 64px;
  line-height: normal;
}


.pva-amenities-section .sec-title-three__title span {
  color: var(--psdbox-base);
}
/* =========================================================
   GRID
========================================================= */

.pva-amenities-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    column-gap: 38px;
    row-gap: 38px;
}


/* =========================================================
   CARD
========================================================= */

.pva-amenity-card {
    position: relative;

    width: 100%;

    min-width: 0;

    background: var(--psdbox-black);

    border: 1px solid rgb(233 172 40 / 30%);

    border-radius: 16px;

    overflow: hidden;

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.pva-amenity-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 18px 45px rgba(233, 172, 40, 0.12);
}


/* =========================================================
   IMAGE
========================================================= */

.pva-amenity-image-wrap {
    position: relative;

    width: 100%;

    height: 200px;

    overflow: hidden;

    background: #111111;
}

.pva-amenity-image {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.6s ease,
        filter 0.5s ease;
}

.pva-amenity-card:hover .pva-amenity-image {
    transform: scale(1.07);

    filter: brightness(1.08);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.pva-amenity-image-wrap::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,0.02),
            rgba(0,0,0,0.25)
        );

    pointer-events: none;
}


/* =========================================================
   CONTENT
========================================================= */

.pva-amenity-content {
    position: relative;
    min-height: 110px;
    padding: 22px 22px 24px;
    background: rgb(255 255 255 / 4%);
    backdrop-filter: blur(10px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



/* =========================================================
   NAME
========================================================= */

.pva-amenity-name {
    margin: 0;

    color: var(--psdbox-white);

    font-family: var(--psdbox-primary-font);

    font-size: 16px;

    font-weight: 600;

    line-height: 1.35;

    text-transform: uppercase;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.pva-amenity-description {
    margin: 0;

    color: var(--psdbox-white);

    font-family: var(--psdbox-primary-font);

    font-size: 14px;

    font-weight: 300;

    line-height: 1.7;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .pva-amenities-section {
        padding: 55px 18px 65px;
    }

    .pva-amenities-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 25px;
    }

    .pva-amenity-image-wrap {
        height: 230px;
    }

}


/* =========================================================
   SMALL TABLET
========================================================= */

@media (max-width: 768px) {

    .pva-amenities-section {
        padding: 50px 16px 60px;
    }

    .pva-amenities-header {
        margin-bottom: 38px;
    }

    .pva-amenities-title {
        font-size: 37px;
    }

    .pva-amenities-grid {
        gap: 20px;
    }

    .pva-amenity-image-wrap {
        height: 210px;
    }

    .pva-amenity-content {
        padding: 20px;
    }

    .pva-amenity-name {
        font-size: 15px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .pva-amenities-section {
        padding: 42px 14px 50px;
    }

    .pva-amenities-header {
        margin-bottom: 32px;
    }

    .pva-amenities-title {
        font-size: 30px;

        line-height: 1.2;

        letter-spacing: -0.5px;
    }

    .pva-amenities-line {
        width: 50px;

        margin-top: 15px;
    }

    .pva-amenities-grid {
        grid-template-columns: 1fr;

        gap: 22px;
    }

    .pva-amenity-image-wrap {
        height: 260px;
    }

    .pva-amenity-content {
        min-height: auto;

        padding: 20px 20px 23px;
    }

    .pva-amenity-number {
        font-size: 9px;
    }

    .pva-amenity-name {
        font-size: 17px;
    }

    .pva-amenity-description {
        font-size: 11px;

        line-height: 1.75;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .pva-amenities-section {
        padding: 38px 11px 45px;
    }

    .pva-amenities-title {
        font-size: 26px;
    }

    .pva-amenity-card {
        border-radius: 13px;
    }

    .pva-amenity-image-wrap {
        height: 230px;
    }

    .pva-amenity-content {
        padding: 18px;
    }

    .pva-amenity-name {
        font-size: 15px;
    }

    .pva-amenity-description {
        font-size: 10px;
    }

}


/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media (max-width: 340px) {

    .pva-amenities-title {
        font-size: 23px;
    }

    .pva-amenity-image-wrap {
        height: 205px;
    }

}




/* ==============================================gallery===============================================*/
.gallery-section{
  padding: 180px 0;
}

.gallery-section .sec-title-three__title {
  color: var(--psdbox-white);
  font-size: 64px;
  line-height: normal;
}


.gallery-section .sec-title-three__title span {
  color: var(--psdbox-base);
}



/* ==============================================Menu Section===============================================*/

.pvm-price-menu-section {
    width: 100%;
    padding: 180px 0;
}

.pvm-price-menu-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
        display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 28px;
}




/* =========================================================
   WHITE MENU CARD
========================================================= */

.pvm-price-menu-card {
    position: relative;

    width: 100%;
    padding: 30px;
        background: rgb(255 255 255 / 3%);
    border: 1px solid  rgb(255 255 255 / 10%);;

    border-radius: 14px;

    display: flex;
    flex-wrap: wrap;
    gap: 10px 50px;
}


/* =========================================================
   CARD HEADER
========================================================= */

.pvm-price-menu-section .sec-title-three__title {
  color: var(--psdbox-white);
  font-size: 64px;
  line-height: normal;
}

.pvm-price-menu-section .sec-title-three__title span {
  color: var(--psdbox-base);
}

/* =========================================================
   MENU LIST
========================================================= */



/* =========================================================
   MENU ROW
========================================================= */

.pvm-price-menu-row {
    width: 48.5%;

    display: grid;

    grid-template-columns:        minmax(0, 1fr)        112px        113px;

    align-items: center;

    column-gap: 0;

    padding: 0 0;

    font-family: var(--psdbox-poppins);
}


/* =========================================================
   ITEM NAME
========================================================= */

.pvm-price-menu-item {
    min-width: 0;

    padding-right: 12px;

    color: #fff;

    font-family: var(--psdbox-poppins);

    font-size: 12px;

    font-weight: 500;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}


/* =========================================================
   30ML PRICE
========================================================= */

.pvm-price-menu-ml {
    color: var(--psdbox-base);

    font-family: var(--psdbox-poppins);

    font-size: 12px;

    font-weight: 600;

    line-height: 1.3;

    white-space: nowrap;

    text-align: right;
}


/* =========================================================
   BOTTLE PRICE
========================================================= */

.pvm-price-menu-bottle {
    color: var(--psdbox-base);

    font-family: var(--psdbox-poppins);

    font-size: 12px;

    font-weight: 600;

    line-height: 1.3;

    white-space: nowrap;

    text-align: right;
}


/* =========================================================
   HOVER
========================================================= */

.pvm-price-menu-row {
    transition: background 0.25s ease;
}

.pvm-price-menu-row:hover {
    background: rgba(233, 172, 40, 0.04);
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1500px) {

    .pvm-price-menu-container {
        gap: 30px;
    }


}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1200px) {

    .pvm-price-menu-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pvm-price-menu-container {
        gap: 22px;
    }


   .pvm-price-menu-ml,
    .pvm-price-menu-bottle {
        font-size: 11px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .pvm-price-menu-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 18px;
    }



    .pvm-price-menu-ml,
    .pvm-price-menu-bottle {
        font-size: 10px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .pvm-price-menu-section {
        padding: 15px 12px 45px;
    }

    .pvm-price-menu-container {
        grid-template-columns: 1fr;

        gap: 18px;
    }




    .pvm-price-menu-ml,
    .pvm-price-menu-bottle {
        font-size: 10px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 450px) {

    .pvm-price-menu-section {
        padding-left: 8px;
        padding-right: 8px;
    }


    .pvm-price-menu-ml,
    .pvm-price-menu-bottle {
        font-size: 9px;
    }

}


/* =========================================================
   EXTRA SMALL
========================================================= */

@media (max-width: 360px) {


    .pvm-price-menu-ml,
    .pvm-price-menu-bottle {
        font-size: 8px;
    }

}









/*=========================================== Careers section======================================================= */

.pvc-careers-section {
    width: 100%;

    padding: 180px 0 50px;

    background: #000000;

    overflow: hidden;
}

.pvc-careers-container {
    width: 100%;

    max-width: 1335px;

    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */


.pvc-careers-section .sec-title-three__title {
  color: var(--psdbox-white);
  font-size: 64px;
  line-height: normal;
}

.pvc-careers-section .sec-title-three__title span {
  color: var(--psdbox-base);
}


.pvc-careers-section .sec_title_three_text {
  color: var(--psdbox-white);
}


/* =========================================================
   CAREERS GRID
========================================================= */

.pvc-careers-grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 28px;

    align-items: stretch;
}


/* =========================================================
   CAREER CARD
========================================================= */

.pvc-career-card {
position: relative;
    width: 100%;
    padding: 15px;
    background: rgb(255 255 255 / 3%);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 50px;

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.pvc-career-card:hover {
    transform: translateY(-7px);

    border-color: var(--psdbox-base);

    box-shadow:
        0 15px 35px rgba(233, 172, 40, 0.13);
}


/* Featured card */

.pvc-career-card-featured {
    border-color: var(--psdbox-base);
}


/* =========================================================
   IMAGE
========================================================= */

.pvc-career-image-box {
    width: 100%;

    height: 185px;

    border-radius: 6px;

    overflow: hidden;

    background: #111111;

    flex-shrink: 0;
}

.pvc-career-image {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transition:
        transform 0.55s ease,
        filter 0.4s ease;
}

.pvc-career-card:hover .pvc-career-image {
    transform: scale(1.06);

    filter: brightness(1.05);
}


/* =========================================================
   CARD CONTENT
========================================================= */

.pvc-career-card-content {
position: relative;
    min-height: 110px;
    padding: 20px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
        gap: 10px;
}


/* =========================================================
   NUMBER
========================================================= */

.pvc-career-number {
    display: block;

    margin-bottom: 4px;

    color: var(--psdbox-base);

    font-family: var(--psdbox-poppins);

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 2px;
}


/* =========================================================
   CAREER NAME
========================================================= */

.pvc-career-name {
    margin: 0;
    color: var(--psdbox-white);
    font-family: var(--psdbox-primary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.pvc-career-description {
margin: 0;
    color: var(--psdbox-white);
    font-family: var(--psdbox-primary-font);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
}


/* =========================================================
   ROLE BUTTON
========================================================= */

.pvc-career-button {
font-size: 14px;
    font-weight: 500;
    color: var(--psdbox-white);
    text-transform: capitalize;
    border: 1px solid rgb(255 255 255 / 19%);
    margin-right: -1px;
    display: inline-block;
    padding: 5px 15px;
    transition: all 0.5s;
    cursor: pointer;
    background: rgb(255 255 255 / 5%);
    border-radius: 100px;
}

.pvc-career-button span {
    font-size: 13px;

    line-height: 1;
}

.pvc-career-button:hover {
    background: var(--psdbox-base);

    color: #000000;

    transform: translateY(-2px);
}


/* =========================================================
   RESUME CTA
========================================================= */

.pvc-careers-cta {
    width: 100%;

    min-height: 140px;

    margin-top: 50px;

    padding: 18px 28px;

    border: 1px solid var(--psdbox-base);

    border-radius: 20px;

    background: #050505;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    box-shadow:
        0 0 0 4px rgba(233, 172, 40, 0.10),
        0 0 22px rgba(233, 172, 40, 0.15);
}


/* =========================================================
   CTA LEFT
========================================================= */

.pvc-careers-cta-left {
    display: flex;

    align-items: center;

    gap: 26px;

    min-width: 0;
}


/* =========================================================
   CTA ICON
========================================================= */

.pvc-careers-icon {
    width: 88px;

    height: 88px;

    flex: 0 0 88px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid var(--psdbox-base);

    border-radius: 50%;

    color: var(--psdbox-base);
}

.pvc-careers-icon svg {
    width: 54px;

    height: 54px;

    display: block;
}


/* =========================================================
   CTA TEXT
========================================================= */

.pvc-careers-cta-content {
    min-width: 0;
}

.pvc-careers-cta-title {
    margin: 0 0 6px;

    color: #ffffff;

    font-family: var(--psdbox-special-cinzel);

    font-size: 20px;

    font-weight: 800;

    line-height: 1.4;

    text-transform: uppercase;
}

.pvc-careers-cta-text {
    margin: 0;

    color: #ffffff;

    font-family: var(--psdbox-poppins);

    font-size: 16px;

    font-weight: 400;

    line-height: 1.6;
}


/* =========================================================
   RESUME BUTTON
========================================================= */

.pvc-careers-resume-button {
    flex: 0 0 auto;

    min-height: 51px;

    padding: 12px 27px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    border: 1px solid var(--psdbox-base);

    border-radius: 28px;

    color: var(--psdbox-base);

    font-family: var(--psdbox-poppins);

    font-size: 16px;

    font-weight: 600;

    text-transform: uppercase;

    white-space: nowrap;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.pvc-careers-resume-button span {
    font-size: 17px;

    line-height: 1;
}

.pvc-careers-resume-button:hover {
    background: var(--psdbox-base);

    color: #000000;

    transform: translateY(-2px);
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1500px) {

    .pvc-careers-container {
        max-width: 1335px;
    }

    .pvc-careers-grid {
        gap: 28px;
    }



}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1200px) {



    .pvc-careers-grid {
        gap: 22px;
    }


    .pvc-career-image-box {
        height: 170px;
    }

    .pvc-careers-cta {
        margin-top: 40px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {


    .pvc-careers-title {
        font-size: 42px;
    }

    .pvc-careers-intro {
        font-size: 12px;

        max-width: 700px;
    }

    .pvc-careers-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 20px;
    }



    .pvc-career-image-box {
        height: 190px;
    }

    .pvc-careers-cta {
        min-height: 125px;

        padding: 18px 22px;

        border-radius: 17px;
    }

    .pvc-careers-icon {
        width: 74px;

        height: 74px;

        flex-basis: 74px;
    }

    .pvc-careers-icon svg {
        width: 45px;

        height: 45px;
    }

    .pvc-careers-cta-title {
        font-size: 15px;
    }

    .pvc-careers-cta-text {
        font-size: 12px;
    }

    .pvc-careers-resume-button {
        padding: 11px 20px;

        font-size: 9px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .pvc-careers-heading {
        margin-bottom: 30px;
    }

    .pvc-careers-title {
        font-size: 31px;

        letter-spacing: -0.5px;
    }

    .pvc-careers-intro {
        margin-top: 0;

        font-size: 10px;

        line-height: 1.8;
    }

    .pvc-careers-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }


    .pvc-career-image-box {
        height: 220px;

        border-radius: 6px;
    }


    .pvc-career-name {
        font-size: 16px;
    }

    .pvc-career-description {
        font-size: 10px;

        line-height: 1.75;
    }

    .pvc-careers-cta {
        min-height: auto;

        margin-top: 30px;

        padding: 20px 17px;

        flex-direction: column;

        align-items: stretch;

        gap: 20px;

        border-radius: 15px;
    }

    .pvc-careers-cta-left {
        gap: 16px;
    }

    .pvc-careers-icon {
        width: 66px;

        height: 66px;

        flex-basis: 66px;
    }

    .pvc-careers-icon svg {
        width: 40px;

        height: 40px;
    }

    .pvc-careers-cta-title {
        font-size: 14px;
    }

    .pvc-careers-cta-text {
        font-size: 10px;
    }

    .pvc-careers-resume-button {
        width: 100%;

        min-height: 47px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {



    .pvc-careers-title {
        font-size: 27px;
    }

    .pvc-careers-intro {
        font-size: 9px;
    }


    .pvc-career-image-box {
        height: 200px;
    }

    .pvc-careers-cta-left {
        align-items: flex-start;
    }

    .pvc-careers-icon {
        width: 58px;

        height: 58px;

        flex-basis: 58px;
    }

    .pvc-careers-icon svg {
        width: 35px;

        height: 35px;
    }

    .pvc-careers-cta-title {
        font-size: 12px;
    }

    .pvc-careers-cta-text {
        font-size: 9px;
    }

}


/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media (max-width: 340px) {

    .pvc-careers-title {
        font-size: 23px;
    }

    .pvc-career-image-box {
        height: 180px;
    }



}


/* ===================================Contact ==============================================*/

.pvc-contact-section {

    width: 100%;

    padding: 180px 0 50px;

    background: #000000;

    overflow: hidden;

    box-sizing: border-box;
}


/* =====================================================
   CONTAINER
====================================================== */

.pvc-contact-wrapper {

    width: 100%;

    max-width: 1440px;

    margin: 0 auto;

    padding: 0 0;

    box-sizing: border-box;
}


/* =====================================================
   HEADING
====================================================== */

.pvc-contact-section .sec-title-three__title {
  color: var(--psdbox-white);
  font-size: 64px;
  line-height: normal;
}


.pvc-contact-section .sec-title-three__title span {
  color: var(--psdbox-base);
}


.pvc-contact-section .sec_title_three_text {
    color: var(--psdbox-white);
}





.pvc-contact-heading {

    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;}


.pvc-contact-title {


    font-family: var(--psdbox-special-cinzel);

font-size: clamp(26px, 4.5vw, 46px);
    font-weight: 300;
    line-height: 1.1;
}


.pvc-contact-title span {

    color: #ffffff;

}


.pvc-contact-title strong {
    color: var(--psdbox-base);

}


.pvc-contact-subtitle {

    color: #ffffff;
    font-family: var(--psdbox-poppins);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;

}
















/* =====================================================
   MAIN GRID
====================================================== */

.pvc-contact-grid {

    width: 100%;

    display: grid;

    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.98fr);

    gap: 28px;

    align-items: stretch;

}


/* =====================================================
   FORM AREA
====================================================== */

.pvc-contact-form-area {

    width: 100%;

    min-width: 0;

}


.pvc-contact-form {

    width: 100%;

    display: flex;

    flex-direction: column;

    gap: 28px;

}


/* =====================================================
   FORM ROW
====================================================== */

.pvc-contact-form-row {

    width: 100%;

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 30px;

}


/* =====================================================
   FIELD
====================================================== */

.pvc-contact-field {

    width: 100%;

    min-width: 0;

}


/* =====================================================
   LABEL
====================================================== */

.pvc-contact-label {

    display: block;

    margin-bottom: 7px;

    color: var(--psdbox-base);

    font-family: var(--psdbox-special-cinzel);

    font-size: 14px;

    font-weight: 600;

    line-height: 1.4;

}


/* =====================================================
   INPUT
====================================================== */

.pvc-contact-input {

    width: 100%;
    height: 47px;
    padding: 8px 12px;
    border: 1px solid rgb(233 172 40 / 16%);
    border-radius: 4px;
    outline: none;
    background: rgb(255 255 255 / 3%);
    color: #ffff;
    font-family: var(--psdbox-poppins);
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}


.pvc-contact-input:focus {

    border-color: var(--psdbox-base);

    box-shadow:
        0 0 0 3px rgba(233, 172, 40, 0.14);

}


.pvc-contact-input::placeholder {

    color: #999999;

}


/* =====================================================
   SELECT
====================================================== */

.pvc-contact-select {

    appearance: auto;

    cursor: pointer;

}


/* =====================================================
   DATE
====================================================== */

.pvc-contact-date {

    cursor: pointer;

}


/* =====================================================
   MESSAGE
====================================================== */

.pvc-contact-message-field {

    width: 100%;

}


.pvc-contact-textarea {
    width: 100%;
    color: rgb(255, 255, 255);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    padding: 8px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(233, 172, 40, 0.16);
    border-image: none;
    border-radius: 4px;
    outline: none;
    background: rgba(255, 255, 255, 0.03);
    transition: border-color 0.25s, box-shadow 0.25s;
    min-height: 100px;

}


.pvc-contact-textarea:focus {

    border-color: var(--psdbox-base);

    box-shadow:
        0 0 0 3px rgba(233, 172, 40, 0.14);

}


/* =====================================================
   SUBMIT BUTTON
====================================================== */

.pvc-contact-submit {

    width: fit-content;

    min-width: 300px;

    min-height: 54px;

    padding: 13px 28px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 13px;

    border: 1px solid var(--psdbox-base);

    border-radius: 30px;

    outline: none;

    background: transparent;

    color: var(--psdbox-base);

    font-family: var(--psdbox-poppins);

    font-size: 16px;

    font-weight: 500;

    cursor: pointer;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.pvc-contact-submit b {

    font-size: 19px;

    line-height: 1;

    font-weight: 400;

}


.pvc-contact-submit:hover {

    background: var(--psdbox-base);

    color: #000000;

    transform: translateY(-2px);

    box-shadow:
        0 8px 22px rgba(233, 172, 40, 0.18);

}


/* =====================================================
   CONTACT INFO CARD
====================================================== */

.pvc-contact-info-card {

    width: 100%;
    padding: 50px 42px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 29px;
    background: rgb(255 255 255 / 4%);
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid rgb(255 255 255 / 15%);

}


/* =====================================================
   INFO ITEM
====================================================== */

.pvc-contact-info-item {

    width: 100%;

    display: flex;

    align-items: center;

    gap: 17px;

}


/* =====================================================
   ICON
====================================================== */

.pvc-contact-icon {

    width: 51px;

    height: 51px;

    flex: 0 0 51px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid var(--psdbox-base);

    border-radius: 50%;

    color: var(--psdbox-base);

    box-sizing: border-box;

}


.pvc-contact-icon svg {

    width: 25px;

    height: 25px;

    display: block;

}


/* =====================================================
   INFO CONTENT
====================================================== */

.pvc-contact-info-content {

    min-width: 0;

}


.pvc-contact-info-content h3 {

    margin: 0 0 5px;

    color: var(--psdbox-base);

    font-family: var(--psdbox-special-cinzel);

    font-size: 14px;

    font-weight: 600;

    line-height: 1.5;

}


.pvc-contact-info-content a {

    color: var(--psdbox-white);

    font-family: var(--psdbox-poppins);

    font-size: 14px;

    font-weight: 400;

    line-height: 1.6;

    text-decoration: none;

    transition: opacity 0.25s ease;

}


.pvc-contact-info-content a:hover {

    opacity: 0.65;

}


.pvc-contact-info-content p {

    margin: 0;

    color: var(--psdbox-white);

    font-family: var(--psdbox-poppins);

    font-size: 14px;

    font-weight: 400;

    line-height: 1.6;

}


.pvc-contact-info-content .pvc-contact-hours {

    margin-top: 3px;

}


/* =====================================================
   DESKTOP LARGE
====================================================== */

@media (min-width: 1500px) {

    .pvc-contact-wrapper {

        max-width: 1440px;

    }

    .pvc-contact-grid {

        gap: 30px;

    }

}


/* =====================================================
   LAPTOP
====================================================== */

@media (max-width: 1200px) {

    .pvc-contact-section {

        padding-left: 15px;

        padding-right: 15px;

    }

    .pvc-contact-wrapper {

        max-width: 1200px;

    }

    .pvc-contact-grid {

        grid-template-columns:
            minmax(0, 1fr)
            minmax(380px, 0.95fr);

        gap: 24px;

    }

    .pvc-contact-form-row {

        gap: 20px;

    }

    .pvc-contact-info-card {

        padding: 40px 32px;

    }

}


/* =====================================================
   TABLET
====================================================== */

@media (max-width: 900px) {

    .pvc-contact-section {

        padding-top: 45px;

        padding-bottom: 60px;

    }

    .pvc-contact-grid {

        grid-template-columns: 1fr;

        gap: 35px;

    }

    .pvc-contact-info-card {

        min-height: 350px;

        padding: 40px;

    }

    .pvc-contact-form {

        gap: 23px;

    }

    .pvc-contact-heading {

        margin-bottom: 35px;

    }

}


/* =====================================================
   MOBILE
====================================================== */

@media (max-width: 650px) {

    .pvc-contact-section {

        padding: 35px 12px 50px;

    }

    .pvc-contact-heading {

        padding: 0 5px;

        margin-bottom: 30px;

    }

    .pvc-contact-title {

        font-size: 35px;

        letter-spacing: -0.5px;

    }

    .pvc-contact-subtitle {

        font-size: 10px;

        line-height: 1.8;

    }

    .pvc-contact-form {

        gap: 20px;

    }

    .pvc-contact-form-row {

        grid-template-columns: 1fr;

        gap: 20px;

    }

    .pvc-contact-input {

        height: 48px;

    }

    .pvc-contact-textarea {

        min-height: 120px;

    }



    .pvc-contact-info-card {

        min-height: auto;

        padding: 35px 25px;

        gap: 27px;

        border-radius: 9px;

    }

    .pvc-contact-info-item {

        gap: 15px;

    }

    .pvc-contact-icon {

        width: 48px;

        height: 48px;

        flex-basis: 48px;

    }


    .pvc-contact-info-content a,
    .pvc-contact-info-content p {

        font-size: 10px;

    }

}


/* =====================================================
   SMALL MOBILE
====================================================== */

@media (max-width: 420px) {

    .pvc-contact-section {

        padding-left: 10px;

        padding-right: 10px;

    }

    .pvc-contact-title {

        font-size: 29px;

    }

    .pvc-contact-subtitle {

        font-size: 9px;

    }

    .pvc-contact-label {

        font-size: 10px;

    }

    .pvc-contact-input {

        height: 45px;

        font-size: 11px;

    }

    .pvc-contact-textarea {

        font-size: 11px;

    }

    .pvc-contact-info-card {

        padding: 30px 20px;

    }

    .pvc-contact-icon {

        width: 44px;

        height: 44px;

        flex-basis: 44px;

    }

    .pvc-contact-icon svg {

        width: 22px;

        height: 22px;

    }


}


/* =====================================================
   EXTRA SMALL
====================================================== */

@media (max-width: 340px) {

    .pvc-contact-title {

        font-size: 25px;

    }

    .pvc-contact-info-item {

        align-items: flex-start;

    }

    .pvc-contact-info-content a,
    .pvc-contact-info-content p {

        font-size: 9px;

    }

}















































