.elementor img {
	height: 100% !important;
}
.text-\[2\.125rem\] {
  font-size: 2.125rem /* 34px */;
}
.menu .current-menu-item{
  color: var(--cl-s1);
}
.menu ul {
  display: flex;
  align-items: center;
}

.menu ul li {
  position: relative;
  color: var(--primary-color);
}

.menu ul li a {
  position: relative;
  padding: 0 1.063rem;
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 700;
}

.menu ul li a:hover {
  background: linear-gradient(90deg, #89216b 0%, #da4453 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.menu ul ul {
  display: block;
}

.menu ul ul {
  position: absolute;
  top: 100%;
  transform: translateY(1rem);
  left: 0;
  background: white;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}

.menu li:hover ul {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.menu ul ul li>a {
  font-weight: 400;
  font-size: 1rem;
  display: block;
  padding: 1.25rem 1rem;
  color: #2f2a2a;
}

.menu ul ul li>a:hover {
  background: linear-gradient(90deg, #89216b 0%, #da4453 100%);
  color: white;
  transition: all 0.3s;
}

.menu ul ul li>a::after {
  display: none;
}

@media (max-width: 1280px) {
  .menu ul li a {
    padding: 0 0.75rem;
    font-size: 0.875rem;
  }
}

@media (max-width: 1200px) {
  .menu {
    display: none;
  }

  .menu {
    transform: translateX(-100%);
  }

  .menu ul {
    display: block;
  }

  .menu ul li {
    color: black;
  }

  .menu ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: white;
    left: 0;
    bottom: -4px;
    transition: width 0.3s;
  }
  .menu.active-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: min(320px, 80%);
    height: 100vh;
    background: white;
    transition: transform 0.3s ease;
    padding: 1rem;
    z-index: 999;
  }

  .menu ul li a {
    padding: 0.5rem 1rem;
    display: block;
    font-size: 1rem;
  }

  .menu ul li:has(ul)>a {
    padding-right: 2.5rem;
  }

  .menu .btn-down-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #2f2a2a;
  }

  .menu ul ul {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    display: none;
    padding-left: 1rem;
  }

  .btn-down-menu.active i {
    transform: rotate(180deg);
  }

  header.active-menu .menu,
  header.active-menu .bg-overlay {
    transform: translateX(0);
  }
}
.img_thumb{
  box-shadow: 0 3px 12px -1px rgba(7,10,25,.2),0 22px 27px -20px rgba(7,10,25,.2);
}
.read_more:hover {
  background: linear-gradient(90deg, #89216b 0%, #da4453 100%);
  color: white;
  transition: all 0.3s;
}
.read_more{
  box-shadow: 0 3px 12px -1px rgba(7,10,25,.2),0 22px 27px -20px rgba(7,10,25,.2);
}
.shadow_all{
  box-shadow: 0 3px 12px -1px rgba(7,10,25,.2),0 22px 27px -20px rgba(7,10,25,.2);
}

.care_about:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 45%,rgba(0,0,0,.4) 60%,#000000d9 100%);
}


.blogeir-background-wrapper .squares,
.blogeir-background-wrapper .circles,
.blogeir-background-wrapper .triangles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1
}

.squares .square,
.circles .circle,
.triangles .triangle {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: .1;
  animation: animate 8s linear infinite;
  bottom: -100px
}

.circles .circle {
  border-radius: 100px !important
}

.triangles .triangle {
  width: 0;
  height: 0;
  border-bottom-width: 42px;
  border-bottom-style: solid;
  border-left-width: 25px;
  border-left-style: solid;
  border-right-width: 25px;
  border-right-style: solid;
  border-radius: 0 !important
}

.squares .square:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s
}

.circles .circle:nth-child(1) {
  left: 10%;
  width: 22px;
  height: 20px;
  animation-delay: 0s
}

.triangles .triangle:nth-child(1) {
  left: 45%;
  border-right-width: 10px;
  border-left-width: 10px;
  border-bottom-width: 22px;
  animation-delay: 0s
}

.squares .square:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s
}

.circles .circle:nth-child(2) {
  left: 45%;
  width: 84px;
  height: 80px;
  animation-delay: 12s
}

.triangles .triangle:nth-child(2) {
  left: 25%;
  border-right-width: 15px;
  border-left-width: 15px;
  border-bottom-width: 28px;
  animation-delay: 12s
}

.squares .square:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s
}

.circles .circle:nth-child(3) {
  left: 90%;
  width: 53px;
  height: 50px;
  animation-delay: 4s
}

.triangles .triangle:nth-child(3) {
  left: 80%;
  border-right-width: 15px;
  border-left-width: 15px;
  border-bottom-width: 28px;
  animation-delay: 4s
}

.squares .square:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s
}

.circles .circle:nth-child(4) {
  left: 60%;
  width: 53px;
  height: 50px;
  animation-delay: 18s
}

.triangles .triangle:nth-child(4) {
  left: 30%;
  border-right-width: 20px;
  border-left-width: 20px;
  border-bottom-width: 38px;
  animation-delay: 18s
}

.squares .square:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s
}

.circles .circle:nth-child(5) {
  left: 90%;
  width: 43px;
  height: 40px;
  animation-delay: 1s
}

.triangles .triangle:nth-child(5) {
  left: 70%;
  border-right-width: 25px;
  border-left-width: 25px;
  border-bottom-width: 42px;
  animation-delay: 1s
}

.squares .square:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s
}

.squares .square:nth-child(7) {
  left: 35%;
  width: 100px;
  height: 100px;
  animation-delay: 7s
}

.squares .square:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s
}

.squares .square:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s
}

.squares .square:nth-child(10) {
  left: 85%;
  width: 100px;
  height: 100px;
  animation-delay: 0s;
  animation-duration: 11s
}
.squares .square {
  background: rgba(137, 33, 107, 0.1);
}

.circles .circle {
  background: rgba(218, 68, 83, 0.1); 
}

.triangles .triangle {
  border-bottom-color: rgba(137, 33, 107, 0.1);
  border-left-color: transparent;
  border-right-color: transparent;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%
  }
}

.hover_gradient {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hover_gradient::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #000000; 
  transform: translateY(100%); 
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  border-radius: inherit;
}

.hover_gradient:hover::after {
  transform: translateY(0);
}

.modal-search {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.modal-search.active {
  visibility: visible;
  opacity: 1;
}

.modal-search form {
  transform: translateY(-3rem);
  transition: all 0.3s;
}

.modal-search.active form {
  transform: translateY(0);
}
.pagination{
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.pagination .page-numbers{
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 4px;
  font-weight: 500;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
  cursor: pointer;
  font-family: 'Rubik', sans-serif;
}
.pagination .current{
  background: linear-gradient(90deg,#89216b 0%,#da4453 100%);
  color: #fff;
}
.pagination .page-numbers:hover{
  background: linear-gradient(90deg,#89216b 0%,#da4453 100%);
  color: #fff;
}
.bg-\[\#212121\] {
  background-color: #212121;
}
.text-nowrap {
  white-space: nowrap !important;
}