@font-face {
  font-family: "asmaa";
  src: url('/assets/fonts/asmaa.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "nawar";
  src: url('/assets/fonts/nawar.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: "Diwanltr";
  src: url('/assets/fonts/Diwanltr.ttf') format('truetype');
}
@font-face {
  font-family: "Bangers";
  src: url('/assets/fonts/Bangers-Regular.ttf') format('truetype');
}

html {
  --main-color: #182d58;
  --secondary-color: #413f42;
  --third-color: #6c69ff;
  --fourth-color: #f532f1;
  --section-padding: 3rem;
  scroll-behavior: smooth;
}

* {
  font-family: "Nawar", serif;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  font-display: swap;
  margin: 0;
  padding: 0;
  color: var(--secondary-color);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "asmaa", serif;
  font-weight: normal !important;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html,
body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #F6F8FF;
}
section{
  width: 100%;
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

.main {
  -webkit-overflow-scrolling: touch;
  position: relative;
  background-color: #F6F8FF;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  overflow-y: auto;
}

.main-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-title h2 {
  color: var(--main-color);
  margin-bottom: .3rem;
  
}

.main-title p {
  width: fit-content;
  border-top: 1px solid var(--secondary-color);
  color: var(--seconde-color);
}
@media (min-width: 768px) {
  .main-title h2 {
    font-size: 2.3rem;
  }
  .main-title p {
    font-size: 1.1rem;
  }
}
.btn-conteiner,
.btn-conteiner-intro,
.btn-conteiner-contact{
  direction: ltr;
  display: flex;
  margin-top: 1rem;
  --color-text: #ffffff;
  --color-background: #de069c;
  --color-outline: #ff145b80;
  --color-shadow: #00000080;
  border: none;
  outline: none;
}
.btn-conteiner-contact {
  margin-right: auto;
}
.btn-content {
  display: flex;
      align-items: center;
      padding: .5rem 1rem;
      text-decoration: none;
      font-family: 'Poppins', sans-serif;
      color: var(--color-text);
      background: linear-gradient(0deg, var(--main-color), var(--third-color));
      transition: 1s;
      border-radius: 100px;
}
.btn-content i {
  font-size: 1.3rem;
  margin-right: .4rem; 
  color: #fff;
  transition: .3s ease;
}
.btn-content:hover i {
  color: #25D366;
}
.btn-content span {
  color: #ffffff;
}

.btn-content .icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}

.btn-content:hover .icon-arrow {
  transition: 0.5s;
}

.btn-content .icon-arrow {
  width: 20px;
  margin-left: .5rem;
  position: relative;
  top: 6%;
}
  
.btn-content #arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}

.btn-content #arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.btn-content:hover #arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}

.btn-content:hover #arrow-icon-one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.btn-content:hover #arrow-icon-two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: var(--color-background);
  }

  100% {
    fill: white;
  }
}



@keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

.play-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000035;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}
.play-icon i {
  color: #ffff;
  font-size: 4rem;
  margin-top: -4rem;
}
@media (max-width: 768px) {
  .play-icon i {
    display: none;
  }
}

  .card-social {
  width: fit-content;
  height: fit-content;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 25px;
  padding-left: 0px;
  gap: 20px;
}

/* for all social containers*/
.card-social .socialContainer {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 95%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: 1s;
}
/* instagram*/
.card-social .containerOne:hover {
  /* background-color: #d62976; */
  background: linear-gradient(
    72.44deg,
    #ff7a00 11.92%,
    #ff0169 51.56%,
    #d300c5 85.69%
  );
  transition-duration: 0.3s;
}
/* twitter*/
.card-social .containerTwo:hover {
  background-color: #1877f2;
  transition-duration: 0.3s;
}
/* linkdin*/
.card-social .containerThree:hover {
  background-color: #ff0000;
  transition-duration: 0.3s;
}
/* Whatsapp*/
.card-social .containerFour:hover {
  background-color: #111111;
  transition-duration: 0.3s;
}
.card-social a:hover .socialSvg path {
  fill: #fff;
}
.card-social .socialContainer:active {
  transform: scale(0.9);
  transition-duration: 0.3s;
}

.card-social .socialSvg {
  width: 17px;
}

.card-social .socialSvg path {
  fill: var(--main-color);
}

.card-social .socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}






/* start hero */
section.hero {
  width: 100%;
  height: 100vh;
  max-height: 800px;
  overflow: hidden;
  position: relative;

display: flex;
justify-content: center;
align-items: center;

}

section.hero .landing {
  position: relative;
  direction: ltr;
  width: 100%;
  height: 100vh;
  max-height: 800px;
  background: #F6F8FF;
  padding: 5px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
section.hero .landing .top-section {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  border-radius: 15px;
  display: flex;
      flex-direction: revert;
      gap: 3rem;
      align-items: center;
}

section.hero .landing .top-section .border {
  border: none !important;
  border-bottom-right-radius: 10px;
  background: white;
  background: #F6F8FF;
  position: relative;
  width: fit-content;
  display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 3rem 1rem 1rem;
  transform: skew(-40deg);
  box-shadow: -40px -10px 0 0 #F6F8FF;
}

section.hero .landing .top-section .border::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  background: rgba(255, 255, 255, 0);
  border-top-left-radius: 10px;
  box-shadow: -5px -5px 0 2px #F6F8FF;
}
section.hero .landing .top-section .border .logo {
  display: inline-block;
  transform: skew(40deg);
}

section.hero .landing .top-section .border .logo  img {
  height: 58px;
  transform: none;
  transition: opacity 0.5s ease-in-out;
}
section.hero .landing .top-section .border .logo img:hover {
  opacity: .5;
}
section.hero .landing .top-section::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  background: rgba(255, 255, 255, 0);
  height: 15px;
  width: 15px;
  border-top-left-radius: 15px;
  box-shadow: -5px -5px 0 2px #F6F8FF;
}

section.hero .landing .top-section .icons {
  padding: 1.5rem 5rem 1.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.hero .landing .top-section .icons .social-media {
  height: 100%;
  display: flex;
  gap: 2rem;
}

section.hero .landing .top-section .icons .social-media .header-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
section.hero .landing .top-section .header-links .l-m-c .link-menu {
  padding-top: 10px;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-animation: animatezoom 0.2s;
  animation: animatezoom 0.2s;
}
section.hero .landing .top-section .header-links .l-m-c:hover .link-menu {
  display: flex;
}
section.hero .landing .top-section .header-links .l-m-c .link-menu .l-m {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: .4rem;
  align-items: flex-end;
  background-color: rgba(248, 243, 255, 0.9);
  box-shadow: rgb(100 100 111 / 15%) 0px 7px 29px 0px;
  border-radius: 15px;
}
section.hero .landing .top-section .header-links .l-m-c .link-menu a {
  margin: 0;
  white-space: nowrap;
}
section.hero .landing .top-section .header-links a:first-child, section.hero .landing .top-section .header-links .l-m-c:first-child {
  margin: 0;
}
section.hero .landing .top-section .icons .social-media .header-links a,
section.hero .landing .top-section .icons .social-media .header-links span,
section.hero .landing .top-section .icons .social-media .header-links i {
  color: #ffffff;
  position: relative;
}
section.hero .landing .top-section .icons .social-media .header-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease, left 0.3s ease;
}
section.hero .landing .top-section .icons .social-media .header-links a:hover::after {
  width: 100%;
  left: 0;
}
section.hero .landing .top-section .icons .social-media .header-links span {
  display: flex;
      gap: .4rem;
      position: relative;
}
section.hero .landing .bottom-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6rem;
  width: 100%;
  height: 100%;
  background: #162561;
    background-image: radial-gradient(circle at 20% 100%, rgba(184, 184, 184, 0.1) 0%, rgba(184, 184, 184, 0.1) 33%, rgba(96, 96, 96, 0.1) 33%, rgba(96, 96, 96, 0.1) 66%, rgba(7, 7, 7, 0.1) 66%, rgba(7, 7, 7, 0.1) 99%), linear-gradient(40deg, #040a22, #162561, #202e64, #6f7aa6);
}

section.hero .landing .bottom-section .scroll-icon {
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: .5rem;
  position: absolute;
  width: 38px;
  height: 75px;
  border-radius: 30px;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #fff;
  overflow: hidden;
}

section.hero .landing .bottom-section .scroll-icon .arrow {
  font-size: 16px; /* حجم السهم */
  color: #fff;
  animation: arrowMove 1.5s infinite ease-in-out;
}

section.hero .landing .bottom-section .scroll-icon .arrow1 {
  animation-delay: 0s; /* السهم الأول */
}

section.hero .landing .bottom-section .scroll-icon .arrow2 {
  animation-delay: 0.2s; /* السهم الثاني يظهر بعد الأول بقليل */
}

@keyframes arrowMove {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(5px);
  }
}



section.hero .landing  .box-lang i,
section.hero .landing  .box-lang div {
  color: #ffffff;
} 

section.hero .landing  .box-lang i {
  animation: rotate 5s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg); 
  }
}


@media (max-width: 767px) {
  section.hero .landing .top-section .border .logo  img {
    height: 40px;
  }
  section.hero .landing .top-section::before {
    box-shadow: 4px -31px 0 15px #F6F8FF;
  }
  section.hero .landing .top-section .border {
    box-shadow: -12px -33px 0 0 #F6F8FF;
    padding: 0rem 3rem 1rem 1rem;
  }
  section.hero .landing .top-section .border::before {
    box-shadow: -17px -14px 0 2px #F6F8FF;
  }
}

section.hero .landing .btn-background {
  border-radius: 16px;
  border: 1px solid #1a1a1a;
  background: rgba(74, 74, 74, 0.39);
  mix-blend-mode: luminosity;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(15px);
  width: fit-content;
  padding: .5rem;
  display: none;
  justify-content: center;
  align-items: center;
  margin-right: 1.2rem;
  direction: rtl;
}
@media (max-width: 1100px) {
  section.hero .landing .top-section {
    width: 70%;
    justify-content: space-between;
  }
  section.hero .landing .top-section .icons {
    padding-right: 0px;
  }
  section.hero .landing .btn-background {
    display: flex;
  }
  section.hero .landing .top-section .icons .social-media .header-links {
    display: none;
  }
  section.hero .landing .top-section .icons .social-media {
    gap: 0px;
  }
}

section.hero .landing .menu__icon {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: inherit;
  width: 25px;
  height: 25px;
  padding: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .4s;
}

section.hero .landing .menu__icon span {
  width: 100%;
  height: 0.15rem;
  border-radius: 0.125rem;
  background-color: #fff;
  box-shadow: 0 .5px 2px 0 hsla(0, 0%, 0%, .2);
  transition: width .4s, transform .4s, background-color .4s;
}

section.hero .landing .menu__icon :nth-child(1) {
  width: 75%;
}

section.hero .landing .menu__icon :nth-child(2) {
  width: 50%;
}

section.hero .landing .btn-background:hover .menu__icon {
  transform: translateY(34%) rotate(-90deg);
}

section.hero .landing .btn-background:hover .menu__icon span {
  width: .25rem;
  background-color: #fff;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg); 
  }
}

section.header-links a {
  display: inline-block;
  font-size: 1.3rem;
  color: #ffffff;
  padding: 7.5px 20px;
  transition: color 0.5s, background 0.5s;
  transition: .3s ease;
}

section.header-links a:hover {
  color: var(--main-color);
  padding-right: 24px;
}
section.header-links {
  position: fixed;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 0px;
  width: 250px;
  height: 100vh;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: .3s ease;
  z-index: 99;
  
}
section.header-links .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
}
section.header-links .title h4 {
  color: var(--main-color);
  margin: 0px;
}
section.header-links .title .icon-x {
  color: var(--main-color);
  font-size: 1.7rem;
  cursor: pointer;
}
section.header-links a{
  color: var(--secondary-color);
  border-bottom: 1px solid #ccc;
  width: 100%;
}

section.header-links a i {
  color: var(--golden);
  font-size: 1.1rem;
}


.popup-verlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 88;
  display: none;
}

  section.hero .landing .bottom-section .content {
    /* width: 30%; */
    width: 35%;
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  /* section.hero .landing .bottom-section .content .info {
    align-self: flex-end;
    font-size: 40px;

    color: #ffff;
    text-wrap: nowrap;
  } */
  section.hero .landing .bottom-section .content .text-content >  h1 {
    font-size: 3rem;
    margin-bottom: 1.4rem;
    line-height: 1.1;
    color: #ffff;
  }
  section.hero .landing .bottom-section .content .box-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    padding-top: 1rem;
  }
  section.hero .landing .bottom-section .main-img-dr {
    width: 48.8%;
    height: 100%;
  }
  section.hero .landing .bottom-section .overllay-home {
    display: none;
  }
  @media (max-width: 992px) {
    section.hero .landing .top-section {
      justify-content: space-between;
      width: 100%
    }
    section.hero .landing .bottom-section .main-img-dr {
      display: none;
    }

    section.hero .landing .bottom-section .overllay-home {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }
  }

@media (max-width: 992px) {
  section.hero .landing .bottom-section .content {
    width: 95%;
    position: relative;
    z-index: 2;
    align-items: center;
  }
  section.hero .landing .bottom-section .scroll-icon {
    display: none;
  }
  section.hero .landing .bottom-section .content .text-content {
    text-align: center;
  }
  section.hero .landing .bottom-section .content .text-content > h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .card-social {
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  section.hero .landing .bottom-section .content {
    width: 70%;
  }
  section.hero .landing .bottom-section .content .text-content > h1  {
    font-size: 2.5rem;
    margin-bottom: 1.3rem;
  }
}


/* start services */
section.services{
  padding-top: var(--section-padding);
}
section.services > .content {
  cursor: grab;
}
@media (max-width: 768px) {
  section.services > .content {
    margin-top: -93px;
  }
}
section.services .astronaut {
position: absolute;
top: 0;
left: 0;
width: 160px;
animation: keyframes-floating-img 10s ease-in-out infinite;
}
@media (max-width: 767px) {
  section.services .astronaut {
    display: none;
  }
}
@keyframes keyframes-floating-img {
  0% {
    transform: translate(-2%, 2%) scaleY(0.95) rotate(-5deg);
  }

  50% {
    transform: translate(2%, -2%) scaleY(1) rotate(5deg);
  }

  100% {
    transform: translate(-2%, 2%) scaleY(0.95) rotate(-5deg);
  }
}

section.services .content  .swiper-button-next,
section.services .content  .swiper-button-prev {
    width: 50px; 
    height: 50px;
    background-color: transparent; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color); 
    font-size: 24px; 
    border: 1px solid var(--secondary-color);
    transition: 0.3s;
}
section.services .content .swiper-button-next::after,
section.services .content .swiper-button-prev::after {
    content: ""; 
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

section.services .content.swiper-pagination {
  position: absolute;
  bottom: 10px;
}
section.services .content .swiper-slide {
  max-width: 100%;
  overflow: hidden;
  transform: scale(0.9);
}
section.services .content .swiper-slide .box-items{
  display: flex;
  align-items: center;
  flex-direction: column !important;
  margin: 2rem 0px;
  gap: 8.5rem 2.5rem;
}
section.services .content .item {
  display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 7rem 3rem;
}
  section.services .content .item .box-img {
  width: 80%;
  max-width: 400px;
  height: 280px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
  overflow: hidden;
}
section.services .content .sec-1 .box-img {
  transform: rotate(-12deg);
}
section.services .content .item:first-of-type {
  margin-top: 2rem;
}
section.services .content .sec-2 .box-img {
  transform: rotate(12deg);
  
}
section.services .content .item:last-of-type {
  margin-bottom: 2rem;
}
section.services .content .item .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.services .content .item .card {
  width: 97%;
  max-width: 500px;
  min-height: 200px;
  transition: all 0.2s;
  position: relative;
  cursor: pointer;
}

section.services .content .item .card-inner {
  padding: 1rem;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 8px;
}
section.services .content .item .card-inner h3 {
  margin-bottom: 1rem;
  color: var(--main-color);
}
section.services .content .item .card-inner p {
  color: var(--seconde-color);
  line-height: 1.6;
}
section.services .content .item .card:hover {
  transform: scale(1.04) rotate(1deg);
}

section.services .content .item .circle {
  width: 100px;
  height: 100px;
  background: repeating-linear-gradient(48deg, #3023ae 0%, #bb2d82 100%);
  border-radius: 35% 30% 75% 30% / 49% 30% 70% 51%;
  position: absolute;
  animation: move-up6 2s ease-in infinite alternate-reverse;
}

section.services .content .item .circle:nth-child(1) {
  top: -25px;
  left: -25px;
}

section.services .content .item .circle:nth-child(2) {
  bottom: -25px;
  right: -25px;
  animation-name: move-down1;
}

@keyframes move-up6 {
  to {
    transform: translateY(-10px);
  }
}

@keyframes move-down1 {
  to {
    transform: translateY(10px);
  }
}

@media (min-width: 992px) {
  section.services .content .item {
        flex-direction: row;
    justify-content: space-around;
    width: 100%;
}
section.services .content .item .box-img {
  height: 320px;
}
}

/* start about */
section.about {
  background: #ffffff;
}

section.about .main-title .three-body {
  --uib-size: 35px;
  --uib-speed: 0.8s;
  --uib-color: #5D3FD3;
  position: relative;
  margin-bottom: 1.5rem;
  display: inline-block;
  height: var(--uib-size);
  width: var(--uib-size);
  animation: spin78236 calc(var(--uib-speed) * 2.5) infinite linear;
 }
 
 section.about .main-title .three-body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
 }
 
 section.about .main-title .three-body__dot:after {
  content: '';
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: var(--uib-color);
  border-radius: 50%;
 }
 
 section.about .main-title .three-body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
 }
 
 section.about .main-title .three-body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 var(--uib-speed) infinite ease-in-out;
  animation-delay: calc(var(--uib-speed) * -0.3);
 }
 
 section.about .main-title .three-body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
 }
 
 section.about .main-title .three-body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 var(--uib-speed) infinite
     calc(var(--uib-speed) * -0.15) ease-in-out;
 }
 
 section.about .main-title .three-body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
 }
 
 section.about .main-title .three-body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 var(--uib-speed) infinite ease-in-out;
 }
 
 @keyframes spin78236 {
  0% {
   transform: rotate(0deg);
  }
 
  100% {
   transform: rotate(360deg);
  }
 }
 
 @keyframes wobble1 {
  0%,
   100% {
   transform: translateY(0%) scale(1);
   opacity: 1;
  }
 
  50% {
   transform: translateY(-66%) scale(0.65);
   opacity: 0.8;
  }
 }
 
 @keyframes wobble2 {
  0%,
   100% {
   transform: translateY(0%) scale(1);
   opacity: 1;
  }
 
  50% {
   transform: translateY(66%) scale(0.65);
   opacity: 0.8;
  }
 }
 

section.about > .content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
section.about > .content .main-img img {
  width: 375px;
  border-radius: 170px 6px;
}
section.about > .content .info {
  width: 60%;
  margin: 0px auto;
}
section.about > .content .info  p {
  color: var(--secondary-color);
  line-height: 1.6;
  padding: 1rem;
}
section.about > .content .info .card {
  width: 100%;
  padding: 1rem;
  position: relative;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}

section.about > .content .info #logo-main, section.about > .content .info  #logo-second {
  height: 100%;
}
  
section.about > .content .info #logo-main {
  fill: #bd9f67;
}

section.about > .content .info #logo-second {
  padding-bottom: 10px;
  fill: none;
  stroke: #bd9f67;
  stroke-width: 1px;
}

section.about > .content .info .bottom-text {
  position: absolute;
  left: 50%;
  bottom: -5px;
  font-size: .5rem;
  text-transform: uppercase;
  padding: 0px 5px 0px 8px;
  color: var(--secondary-color);
  background: #ffffff;
  transition: all 0.5s ease-in-out;
  letter-spacing: 3px;
  opacity: 1;
  transform: translateX(-50%);
}

section.about > .content .info .content {
  transition: all 0.5s ease-in-out;
}

section.about > .content .info .card:hover .content .logo-bottom-text {
  opacity: 1;
  letter-spacing: 9.5px;
}

section.about > .content .info .card:hover .trail {
  animation: trail 1s ease-in-out;
}

@keyframes opacity {
  0% {
    border-right: 1px solid transparent;
  }

  10% {
    border-right: 1px solid #bd9f67;
  }

  80% {
    border-right: 1px solid #bd9f67;
  }

  100% {
    border-right: 1px solid transparent;
  }
}

@keyframes trail {
  0% {
    background: linear-gradient(90deg, rgba(189, 159, 103, 0) 90%, rgb(189, 159, 103) 100%);
    opacity: 0;
  }

  30% {
    background: linear-gradient(90deg, rgba(189, 159, 103, 0) 70%, rgb(189, 159, 103) 100%);
    opacity: 1;
  }

  70% {
    background: linear-gradient(90deg, rgba(189, 159, 103, 0) 70%, rgb(189, 159, 103) 100%);
    opacity: 1;
  }

  95% {
    background: linear-gradient(90deg, rgba(189, 159, 103, 0) 90%, rgb(189, 159, 103) 100%);
    opacity: 0;
  }
}


section.about > .content .info .dr-info  {
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  padding: .4em;
}

section.about > .content .info .dr-info .item {
  height: 300px;
  flex: 1;
  overflow: hidden;
  padding: 1rem;
  cursor: pointer;
  border-radius: 15px;
  transition: all .5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #cccc;
  position: relative;
}
section.about > .content .info .dr-info .item:not(.item.active)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  z-index: 2;
  background: red;
  border-radius: 8px;
  transition: .4s ease;
}
section.about > .content .info .dr-info .item:hover::after {
  opacity: 0;
}
section.about > .content .info .dr-info .item.active {
  flex: 4;
}
section.about > .content .info .dr-info:hover .item{
  flex: 1;
}
section.about > .content .info .dr-info  .item:hover {
  flex: 4;
}
section.about > .content .info .dr-info .item .box-img {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
section.about > .content .info .dr-info .item .box-img img {
  width: 100%;
  object-fit: cover;
}
section.about > .content .info .dr-info .item .text {
  width: 45%;
} 


section.about > .content .info .dr-info .item .box-img,
section.about > .content .info .dr-info .item .text {
  opacity: 0; 
  transition: opacity 0.4s ease;
}
section.about > .content .info .dr-info .item.active .box-img,
section.about > .content .info .dr-info .item.active .text {
  opacity: 1;
  transition: opacity 0.4s ease;
}
section.about > .content .info .dr-info:hover .item .box-img,
section.about > .content .info .dr-info:hover .item .text {
  opacity: 0; 
  transition: opacity 0.4s ease;
}

section.about > .content .info .dr-info .item:hover .box-img {
  opacity: 1; 
}

section.about > .content .info .dr-info .item:hover .text {
  opacity: 1;
  transition-delay: 0.4s;
}

/* start main video */
section.main-video .bg-1,
section.main-video .bg-2 {
  position: absolute;
  width: 200px;
  top: -10%;
  z-index: 1;
}
section.main-video .bg-1,
section.main-video .bg-2 {
  display: none;
}

@media (min-width: 768px) {
  section.main-video .bg-1,
section.main-video .bg-2 {
  display: block;
}
  section.main-video .bg-1 {
    left: 0;
  }
  section.main-video .bg-2 {
    right: 0;
  }
}
@media (min-width: 992px) {
  section.main-video .bg-1 {
    left: 76px;
  }
  section.main-video .bg-2 {
    right: 43px;
  }
}

section.main-video .anma-heart {
  width: 400px;
}
section.main-video .heart #line {
  fill: none;
  stroke: #e00000;
  stroke-width: 1.5;
  stroke-linecap: butt;
  stroke-linejoin: round;
  stroke-miterlimit: 4;
  stroke-opacity: 1;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: dash 3s linear infinite;
}
section.main-video .heart #point {
  fill: none;
  stroke: #f00000;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 0.1;
  stroke-opacity: 1;
  stroke-dasharray: 0.0001, 0.9999;
  stroke-dashoffset: 1;
  animation: dash 3s linear infinite;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1;
  }
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

section.main-video .box-video {
  max-height: 500px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
section.main-video .box-video video{
  border-radius: 120px;
  max-height: 490px;
  width: 100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media (min-width: 768px) {
  section.main-video .box-video video {
    border-radius: 220px;
    max-height: 390px;
  }
}
@media (min-width: 992px) {
  section.main-video .box-video video {
    max-height: 490px;
  }
}


section.main-video .container {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: -9%;
  z-index: 3;
}

section.main-video .container .glass {
  position: relative;
  width: 230px;
  height: 240px;
  background: linear-gradient(#fff2, transparent);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 -45px;
  backdrop-filter: blur(10px);
  transform: rotate(calc(var(--r) * 1deg));
}
section.main-video .container .glass img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.main-video .container .glass.open {
  transform: rotate(0deg);
  margin: 0 10px;
}
section.main-video .box-swiper .swiper {
  overflow: hidden;
  padding: 1rem;
  padding-bottom: 3rem;
}

section.main-video .box-swiper .swiper .swiper-slide {
  border-radius: 15px;
}
section.main-video .box-swiper .swiper .swiper-slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  pointer-events: none;
}

@media (min-width: 768px) {
  section.main-video .container  {
    display: flex;
  }
  section.main-video .box-swiper {
    display: none;
  }
}

/* start videos */
section.videos {
  background: #ffffff;
}
section.videos .main-video {
  position: relative;
  width: 100%;
  height: 490px;
  background-image: url("/assets/img/dr/dr-3.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 2rem 2rem 0px 0px;
  color: #ffffff;
  
}
@media (min-width: 768px) {
  section.videos .main-video {
    padding: 5rem 6rem 0px 0px;
  }
}
section.videos .main-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.6;
}
section.videos .main-video * {
  position: relative;
  z-index: 2;
}
section.videos .main-video h3 {
  margin-bottom: .5rem;
  color: #ffffff;
}
section.videos .main-video p{
  max-width: 700px;
  font-size: .9rem;
  line-height: 1.8;
  color: #ffffff;
}
section.videos .main-video div {
  color: #ffffff;
  font-family: "diwanltr";
  font-size: 1.5rem;
}
section.videos > .content {
  margin-top: -13%;
}


section.videos .content .videos-con{
  width: 80%;
  position: relative;
  padding-bottom: 3rem;
  margin: 0 auto;
  overflow: hidden;
}


section.videos .content .videos-con .swiper-slide {
    background: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    overflow: hidden;
    position: relative;
}
section.videos .content .videos-con .swiper-slide .play,
.vidoes .item .play {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--main-color);
  transition: transform 0.5s;
  z-index: 4;
}
section.videos .content .videos-con .swiper-slide .play i,
.vidoes .item .play i {
  color: #fff;
}
@media (min-width: 768px) {
  section.videos .content .videos-con .swiper-slide.about-v video {
    height: 490px !important;
    object-fit: cover;
  }
}

@media (max-width: 568px) {
  section.videos .content .videos-con .swiper-slide {
    font-size: 14px;
  }
}
section.videos .content .videos-con .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 3;
  pointer-events: none;
}
section.videos .content .videos-con .swiper-slide .title {
  width: 100%;
  padding: .7rem;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-weight: bold;
  z-index: 4;
  pointer-events: none;
  background: #0000004a;
}
section.videos .content .videos-con .swiper-slide video {
  display: none;
  min-height: 341px;
  object-fit: cover;
}
  section.videos .content .videos-con .swiper-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 6;
  }
  section.videos .content .videos-con .swiper-pagination span {
    position: relative !important;
    z-index: 10 !important;
  }


  /* start blogs */
section.blogs > .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem 1rem; 
  flex-wrap: wrap;
  padding-bottom: 3rem;
  cursor: grab;
}

section.blogs .card {
  display: block;
  width: 100%;
  height: 280px;
  background: white;
  border-radius: 32px;
  padding: 3px;
  position: relative;
  display: block;
  /* box-shadow: #604b4a30 0px 70px 30px -50px; */
  border: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


section.blogs .card .mail {
  position: absolute;
  right: 2rem;
  top: 1.4rem;
  background: transparent;
  border: none;
}


section.blogs .card .profile-pic {
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  border-radius: 29px;
  z-index: 1;
  border: 0px solid var(--main-color);
  overflow: hidden;
  transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s;
}

section.blogs .card .profile-pic img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 0px 0px;
  object-position: 0px 0px;
  transition: all 0.5s ease-in-out 0s;
}

section.blogs .card .profile-pic svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0px 0px;
  object-position: 0px 0px;
  transform-origin: 45% 20%;
  transition: all 0.5s ease-in-out 0s;
}

section.blogs .card .bottom {
  position: absolute;
  bottom: 3px;
  left: 3px;
  right: 3px;
  background: rgb(226 232 243);
  top: 80%;
  border-radius: 29px;
  z-index: 2;
  box-shadow: rgba(96, 75, 74, 0.1882352941) 0px 5px 5px 0px inset;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

section.blogs .card .bottom .content {
  position: absolute;
  top: 25%;
  left: 1.5rem;
  right: 1.5rem;
  height: 160px;
  opacity: 0;
  transition: .3s ease-in-out;
}
section.blogs .card:hover .bottom .content {
  opacity: 1;
}

section.blogs .card .bottom .content .name {
  display: block;
  font-size: 1.2rem;
  color: #3c4a51;
  font-weight: bold;
}

section.blogs .card .bottom .content .about-me {
  font-size: 0.9rem;
  color: #3c4a51;
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

section.blogs .card .bottom .bottom-bottom {
  position: absolute;
  bottom: 12px;
  left: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.blogs .card:hover {
  border-top-left-radius: 55px;
}

section.blogs .card:hover .bottom {
  top: 20%;
  border-radius: 80px 29px 29px 29px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

section.blogs .card:hover .profile-pic {
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  z-index: 3;
  border: 4px solid var(--main-color);
  box-shadow: rgba(96, 75, 74, 0.1882352941) 0px 5px 5px 0px;
  transition: all 0.5s ease-in-out, z-index 0.5s ease-in-out 0.1s;
}

section.blogs .card:hover .profile-pic svg {
  transform: scale(2.5);
  transition: all 0.5s ease-in-out 0.5s;
}
section.blogs .swiper-pagination {
  position: absolute;
  bottom: 0px;
}

/* start reviews */
section.reviews {
  background: #ffffff;
}
section.reviews > .content {
  cursor: grab;
  padding-bottom: 3rem;
}

section.reviews .results-summary-container {
  display: flex;
  width: 100%;
  backface-visibility: hidden;
  background: transparent;
  border-radius: 85px 15px;
  position: relative;
  overflow: hidden;
}


section.reviews .results-summary-container__result {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}

section.reviews .results-summary-container__result img {
  width: 105%;
  object-fit: cover;
}
section.reviews .content .swiper-pagination {
  position: absolute;
  bottom: 0px;
}

section.reviews .confetti {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 60%;
  overflow: hidden;
  z-index: 1000;
}

section.reviews .confetti-piece {
  position: absolute;
  width: 10px;
  height: 20px;
  background-color: hsl(39, 100%, 56%);
  top: 0;
  opacity: 0;
  animation: makeItRain 3000ms infinite linear;
}

section.reviews .confetti-piece:nth-child(1) {
  left: 7%;
  transform: rotate(-10deg);
  animation-delay: 182ms;
  animation-duration: 2000ms;
}

section.reviews .confetti-piece:nth-child(2) {
  left: 14%;
  transform: rotate(20deg);
  animation-delay: 161ms;
  animation-duration: 2076ms;
}

section.reviews .confetti-piece:nth-child(3) {
  left: 21%;
  transform: rotate(-51deg);
  animation-delay: 481ms;
  animation-duration: 2103ms;
}

section.reviews .confetti-piece:nth-child(4) {
  left: 28%;
  transform: rotate(61deg);
  animation-delay: 334ms;
  animation-duration: 1008ms;
}

section.reviews .confetti-piece:nth-child(5) {
  left: 35%;
  transform: rotate(-52deg);
  animation-delay: 302ms;
  animation-duration: 1776ms;
}

section.reviews .confetti-piece:nth-child(6) {
  left: 42%;
  transform: rotate(38deg);
  animation-delay: 180ms;
  animation-duration: 1168ms;
}

section.reviews .confetti-piece:nth-child(7) {
  left: 49%;
  transform: rotate(11deg);
  animation-delay: 395ms;
  animation-duration: 1200ms;
}

section.reviews .confetti-piece:nth-child(8) {
  left: 56%;
  transform: rotate(49deg);
  animation-delay: 14ms;
  animation-duration: 1887ms;
}

section.reviews .confetti-piece:nth-child(9) {
  left: 63%;
  transform: rotate(-72deg);
  animation-delay: 149ms;
  animation-duration: 1805ms;
}

section.reviews .confetti-piece:nth-child(10) {
  left: 70%;
  transform: rotate(10deg);
  animation-delay: 351ms;
  animation-duration: 2059ms;
}

section.reviews .confetti-piece:nth-child(11) {
  left: 77%;
  transform: rotate(4deg);
  animation-delay: 307ms;
  animation-duration: 1132ms;
}

section.reviews .confetti-piece:nth-child(12) {
  left: 84%;
  transform: rotate(42deg);
  animation-delay: 464ms;
  animation-duration: 1776ms;
}

section.reviews .confetti-piece:nth-child(13) {
  left: 91%;
  transform: rotate(-72deg);
  animation-delay: 429ms;
  animation-duration: 1818ms;
}

section.reviews .confetti-piece:nth-child(14) {
  left: 94%;
  transform: rotate(-72deg);
  animation-delay: 429ms;
  animation-duration: 818ms;
}

section.reviews .confetti-piece:nth-child(15) {
  left: 96%;
  transform: rotate(-72deg);
  animation-delay: 429ms;
  animation-duration: 2818ms;
}

section.reviews .confetti-piece:nth-child(16) {
  left: 98%;
  transform: rotate(-72deg);
  animation-delay: 429ms;
  animation-duration: 2818ms;
}

section.reviews .confetti-piece:nth-child(17) {
  left: 50%;
  transform: rotate(-72deg);
  animation-delay: 429ms;
  animation-duration: 2818ms;
}

section.reviews .confetti-piece:nth-child(18) {
  left: 60%;
  transform: rotate(-72deg);
  animation-delay: 429ms;
  animation-duration: 1818ms;
}

section.reviews .confetti-piece:nth-child(odd) {
  background-color: hsl(0, 100%, 67%);
}

section.reviews .confetti-piece:nth-child(even) {
  z-index: 1;
}

section.reviews .confetti-piece:nth-child(4n) {
  width: 6px;
  height: 14px;
  animation-duration: 4000ms;
  background-color: #c33764;
}

section.reviews .confetti-piece:nth-child(5n) {
  width: 3px;
  height: 10px;
  animation-duration: 4000ms;
  background-color: #b06ab3;
}

section.reviews .confetti-piece:nth-child(3n) {
  width: 4px;
  height: 12px;
  animation-duration: 2500ms;
  animation-delay: 3000ms;
  background-color: #dd2476;
}

section.reviews .confetti-piece:nth-child(3n-7) {
  background-color: hsl(166, 100%, 37%);
}

@keyframes makeItRain {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    transform: translateY(250px);
  }
}

/* start contact */
section.contact {
  padding: 0px 1rem;
}
section.contact .switch {
  width: 180px;
  height: 50px;
  text-align: center;
  margin: 0px auto;
  background: #ddd; /* لون الخلفية الافتراضي */
  transition: all 0.3s ease;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

section.contact .switch::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: green; /* لون الخلفية المتحركة */
  border-radius: 25px;
  transition: all 0.3s ease;
  left: 0;
}

section.contact #no:checked ~ .switch::before {
  left: 50%; /* تتحرك للخيار الثاني */
  background: red; /* تغير لون الخلفية */
}

section.contact .switch span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  transition: all 0.3s ease;
}

section.contact #yes:checked ~ .switch span::before {
  content: "🤗";
}

section.contact #no:checked ~ .switch span::before {
  content: "❤️";
}

section.contact input[type=radio] {
  display: none;
}

section.contact .switch label {
  cursor: pointer;
  width: 50%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease;
  color: black; /* لون الخط الافتراضي */
}

section.contact label[for=yes] {
  left: 0;
}

section.contact label[for=no] {
  right: 0;
}

section.contact #yes:checked ~ .switch label[for=yes],
section.contact #no:checked ~ .switch label[for=no] {
  color: white; /* لون النص بعد التحديد */
}

section.contact .content {
  display: flex;
  justify-content: space-between;
  gap: 2rem 3rem;
  position: relative;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 30px;
  margin: 2rem auto;
  overflow: hidden;
}


section.contact .content .box-maps {
  width: 100%
}
section.contact .content .map {
  width: 100% !important;
  height: 100%!important;
  opacity: 0;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: .3s ease;
  display: none;
}
section.contact .content .map.active {
  opacity: 1;
  display: block;
}
section.contact .content .info  {
  width: 100%;
  max-width: 100%;
  transition: .4s ease;
}
section.contact .content .info,
section.contact .content .box-maps {
  position: relative;
  z-index: 2;
}
section.contact .content .info  h3 {
  margin-bottom: .4rem;
  color: var(--main-color);
}
section.contact .content .info  p {
  line-height: 1.6;
}

section.contact .content .info .card {
  display: flex;
      flex-direction: column;
      gap: 35px;
      background: transparent;
      border: none;
}

section.contact .content .info .inputBox {
  position: relative;
}

section.contact .content .info .inputBox input {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 2px solid var(--third-color);
  color: var(--main-color);
  font-size: 1em;
  background: transparent;
  transition: 0.1s;
  border-radius: 20px 2px;
}

section.contact .content .info .inputBox span {
  margin-top: 5px;
  position: absolute;
  left: 0;
  /* transform: translateY(-4px); */
  margin-left: 10px;
  padding: 10px;
  pointer-events: none;
  font-size: 12px;
  color: var(--main-color);
  text-transform: uppercase;
  transition: 0.5s;
  letter-spacing: 3px;
  border-radius: 8px;
}

section.contact .content .info .inputBox input:valid~span,
section.contact .content .info .inputBox input:focus~span {
  transform: translateX(0px) translateY(-15px);
  font-size: 0.8em;
  padding: 5px 10px;
  background: var(--main-color);
  letter-spacing: 0.2em;
  color: #fff;
  border: 2px;
}

section.contact .content .info .inputBox input:valid,
section.contact .content .info .inputBox input:focus {
  border-radius: 2px 20px;
}
section.contact .content .info .address {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: .3rem;
  margin: 2rem 0px 1rem;
}
section.contact .content .info .address .text{
  max-width: 99%;
}
section.contact .content .info .address .loader {
  width: 25px;
  height: 25px;
  display: block;
  /* margin: 20px auto; */
  box-sizing: border-box;
  position: relative;
}

section.contact .content .info .address .loader::after {
  content: '';
  width: 16px;
  height: 16px;
  left: 50%;
  top: 0;
  position: absolute;
  border-radius: 50% 50% 0;
  border: 5px solid red;
  transform: translate(-50%, 0) rotate(45deg);
  box-sizing: border-box;
  animation: animMarker 0.4s ease-in-out infinite alternate;
}

section.contact .content .info .address .loader::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin: auto;
  width: 24px;
  height: 4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  animation: animShadow 0.4s ease-in-out infinite alternate;
}

@keyframes animMarker {
  0% {
    transform: translate(-50%, 5px) rotate(45deg);
  }
  100% {
    transform: translate(-50%, -5px) rotate(45deg);
  }
}

@keyframes animShadow {
  0% {
    transform: translateX(-50%) scale(0.5);
  }

  100% {
    transform: translateX(-50%) scale(1);
  }
}
    
section.contact .content .info .phone {
  margin-right: 0px;
}
section.contact .content .info .text .phone {
  display: inline-block;
  margin-right: .4rem;
  margin-top: .3rem;
}
@media (max-width: 768px) {
  section.contact .content {
    flex-direction: column;
    align-items: center;
  }
  section.contact .content .info {
    width: 400px;
  }
}
@media (min-width: 769px) {
  section.contact .content .info {
    width: 50%;
    max-width: 445px;
  }
  section.contact .content .box-maps {
    width: 40%;
    /* max-width: 335px; */
  }
}

/* start footer */
footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  /* background: var(--main-color); */
  background-color: #0a152f;
}

footer a:hover{
  color: #ffffff;
}

footer .f-m {
  box-sizing: border-box;
  padding: 20px 30px;
  padding-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .f-i {
  margin-bottom: 50px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
footer .f-i h2 {
  color: #ffffff;
  position: relative;
  margin: 0;
  margin-bottom: 45px;
  line-height: 1;
  align-self: flex-start;
}
footer .f-i h2::before {
  content: "";
  position: absolute;
  margin-top: 10px;
  top: 100%;
  right: 0;
  width: 40%;
  height: 3px;
  background-color: hsla(0,0%,100%,.5);
}
footer .f-i .f-l {
  margin-top: 10px;
  color: hsla(0,0%,100%,.5);
  width: fit-content;
  transition: .3s ease;
}
footer .f-i .f-l * {
  color: hsla(0,0%,100%,.5);
}
footer .f-i .f-l:hover * {
  color: #fff;
}
footer .f-i .f-l:hover {
  color: #fff;
}
footer .f-i .f-l i {
  color: hsla(0,0%,100%,.5);
  margin-left: .2rem;
}

footer .f-i.l {
  align-items: center;
}
@media (min-width: 768px) {
  footer .f-i {
    width: calc(100% / 4)
  }
}
footer .f-i.l .f-i-l img {
  height: 60px;
}
footer .f-i .f-i-l:hover {
  opacity: 0.6;
}

footer .f-i .f-l-c {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


footer .f-r {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}
footer .f-c {
  position: relative;
  padding: 20px 0;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
footer .f-c::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  height: 3px;
  background-color: hsla(0,0%,100%,.5);
}
footer .f-r a {
  color: #c82129;
  margin-right: .3rem;
}
footer .tree img {
  position: absolute;
  top: -60%;
  left: 11%;
  width: 40px;
  transform: scale(0);
  transition: transform .4s ease-in-out;
}
footer .tree:hover img {
  transform: scale(1) rotate(360deg);
}





/* start blogs page*/
section.breadcrumb{
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #06529a;
  font-size: 16px;
  background: #dde2ec;
  width: 100%;
}
section.breadcrumb a{
  text-decoration: none;
  transition: color 0.35s;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: large;
  font-weight: bold;
  color: var(--main-color);
}
section.breadcrumb a:hover {
  opacity: .8;
}
.navigation-banner i,
section.breadcrumb i {
  margin: 0 .5rem;
  color: var(--third-color);
  font-size: 1rem;
}
section.breadcrumb span,
.navigation-banner span {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #3c4a51;
}

section.breadcrumb .fw-500 {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

@media only screen and (min-width: 600px) {
section.breadcrumb {
  padding: 15px 30px;
}
}
@media only screen and (min-width: 992px) {
  section.breadcrumb {
    padding: 15px 12.5%;
  }
}


section.breadcrumb a, .navigation-banner a {
  text-decoration: none;
  transition: color 0.35s;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: large;
  font-weight: bold;
  color: var(--main-color);
}
.navigation-banner i, section.breadcrumb i {
  margin: 0 .5rem;
  color: var(--third-color);
  font-size: 1rem;
}
section.breadcrumb span, .navigation-banner span {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #3c4a51;
}
.navigation-banner i, section.breadcrumb i {
  margin: 0 .5rem;
  color: var(--third-color);
  font-size: 1rem;
}

section.blogs-container .blogs-search input:-ms-input-placeholder {
  color: #202124;
}
section.blogs-container .blogs-search input::-ms-input-placeholder {
  color: #202124;
}

.search-container .search .search-action .input-container button,
section.blogs-container .blogs-search button {
  cursor: pointer;
  background-color: transparent;
  color: #202124;
}

.search-container .search .search-action .input-container button img,
section.blogs-container .blogs-search button img {
  display: flex;
  height: 17px;
  width: auto;
}
section.blogs-container {
  padding: 50px 0;
  width: 85%;
}

section.blogs-container .blogs .blog {
  margin-bottom: 1rem;
  overflow: hidden;
  transition: .3s ease;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

section.blogs-container .blogs .blog:last-child {
  margin: 0;
}

section.blogs-container .blogs .blog .blog-img {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section.blogs-container .blogs .blog .blog-img::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  padding-bottom: 10%;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  transition: background 0.35s, opacity 0.35s, padding 0.35s;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0;
}

section.blogs-container .blogs .blog .blog-img:hover::after {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  padding: 0;
}

section.blogs-container .blogs .blog .blog-img img {
  display: flex;
  width: 100%;
  transition: transform 0.5s;
  object-fit: cover;
}

section.blogs-container .blogs .blog .blog-img:hover img {
  transform: scale(1.1);
}

section.blogs-container .blogs .blog .blog-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: start;
  pointer-events: none;
}
section.blogs-container .blogs .blog .blog-text a {
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.35s; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

section.blogs-container.blogs-content .blogs .blog .blog-text a {
  font-weight: 700;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  width: fit-content;
  border-bottom: .5px solid #ccc;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  section.blogs-container.blogs-content .blogs .blog .blog-text {
    padding: .5rem;
  }
  section.blogs-container.blogs-content .blogs .blog .blog-text a{
    font-size: 1.2rem;
  }
}


section.blogs-container.blogs-content .blogs .blog .blog-text p {
  margin: 0;
  line-height: 1.1;
  color: #ffffff;
  white-space: normal;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section.blogs-container .blogs .blog .blog-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #eaf1ff;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  font-weight: 500;
}

@media screen and (max-width:992px) {
  section.blogs-container .blogs .blog .blog-info {
    align-items: flex-end;
  }
}

section.blogs-container .blogs .blog .blog-info .b-i .calendar {
  text-align: start;
  width: fit-content;
  direction: ltr;
  padding-top: .1rem;
  display: inline-block;
  margin-right: -3px;
  font-size: .85rem;
  color: #ffffffd9;
  font-weight: bold;
}

section.blogs-container .blogs .blog .blog-info .b-i .author {
  text-align: start;
  display: flex;
  align-items: center;
}

section.blogs-container .blogs .blog .blog-info .b-i .author .text {
  font-size: .85rem;
  border-bottom: 1px solid #ccc;
  color: #ffffff;
  font-weight: 500;
}

section.blogs-container .blogs .blog .blog-info .b-i .author .image {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-bottom: 3px;
  overflow: hidden;
}

section.blogs-container .blogs .blog .b-i .author .image img {
  width: 100%;
  height: 45px;
  object-fit: cover;
}

section.blogs-container .blogs .blog .blog-info i {
  margin-right: 2.5px;
  font-size: .8rem;
  color: #ffffffd9;
}

section.blogs-container .blogs>p {
  opacity: 0.9;
  font-size: 14px;
  color: #071833;
}

section.blogs-container .blogs-actions {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
}



section.blogs-container .blogs-search input {
  font-size: 16px;
  flex-shrink: 1;
  min-width: 0;
}

section.blogs-container .blogs-search button img {
  height: 18px;
}

section.blogs-container .blogs-actions .b-e-i {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

section.blogs-container .blogs-actions .b-e-i h3,
section.blogs-container .blogs h3 {
  margin: 0;
  margin-bottom: 16px;
  text-transform: capitalize;
  color: #3c4a51;
  text-align: start;
  font-weight: 600;
  border-bottom: 3px solid var(--third-color);
  padding-bottom: .5rem;

}
section.blogs-container .blogs h3 {
  margin-bottom: 1.5rem;
}


section.blogs-container .blogs-actions .b-e-i p {
  opacity: 0.9;
  margin: 0;
  line-height: 1.75;
  font-size: 14px;
  color: #3c4a51;
  text-align: start;
}

section.blogs-container .blogs-actions .b-e-i .sm-c {
  margin-top: 20px;
  display: flex;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a i.fa-facebook {
  color: #17a9fd;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a i.fa-instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: -webkit-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a:last-child {
  margin: 0;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a:hover {
  opacity: 0.5;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs {
  display: flex;
  flex-direction: column;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b {
  color: #17d7b1;
  background-color: #ffffff;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
  flex-direction: row;
  padding: .5rem;
  border-radius: 4px;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b:first-child {
  margin: 0;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-img {
  display: flex;
  width: 125px;
  height: 110px;
  align-self: center;
  margin-left: .5rem;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-img img {
  display: flex;
  width: 100%;
  height: auto;
  object-fit: cover;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  justify-content: space-between;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text a {
  padding-top: .5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--main-color);
  text-decoration: none;
  transition: color 0.35s;
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text a:hover {
  opacity: .9;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text .blog-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap-reverse;
  gap: .3rem;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text .blog-info .b-i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aab0bc;
  font-size: 14px;
  font-weight: 500;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text .blog-info .dot {
  margin: 0 10px;
  width: 4px;
  height: 4px;
  background-color: #aab0bc;
  border-radius: 50%;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text .blog-info .b-i i {
  margin-right: 5px;
  margin-left: 5px;
}

section.blogs-container .blogs .blogs-pagination {
  padding: 7px .9rem;
}

section.blogs-container .blogs .blogs-pagination .page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(80 179 205 / 90%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0px 1px 2px 0 #29435e, 1px 0px 2px #29435e;
  cursor: pointer;
  transition: .4s;
  user-select: none;
  -webkit-user-select: none;
}

section.blogs-container .blogs .blogs-pagination .page.current-page {
  background-color: #06c9fd;
  scale: 1.1;
  color: white;
  box-shadow: 0px 1px 2px 0 #7190b0, 1px 0px 2px #7190b0;
}
@media only screen and (min-width: 450px) {
  .blogs-container.blogs-content .blogs .blog .blog-info{
    padding: 12px 40px;
  }
}


.blogs-container.trand-blogs .blog .views,
section.blogs-container.blogs-content .blog .views {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: fit-content;
  z-index: 2;
}
section.blogs-container.blogs-content .blog .views i,
section.blogs-container.blogs-content .blog .views span {
  color: #ffffff;
}

.blogs-container.trand-blogs .blog-box {
  position: absolute;
  bottom: 0;
  z-index: 2;
  line-height: 1.6;
  align-items: flex-end;
  justify-content: space-between;
  pointer-events: none;
}
.blogs-container.trand-blogs .blog-box .blog-text {
  padding: 1rem 1rem 1rem .1rem;
  flex: 1;
}
.blogs-container.trand-blogs .blog-info {
  position: absolute;
  right: 0;
  top: 0;
}
.blogs-container.blogs-content .blog .blog-text {
  position: absolute;
  bottom: 45px;
  z-index: 2 ;
  padding: 1rem;
  line-height: 1.6;
}


section.blogs-container.blogs-content .vote-box,
.blog-head .vote-box {
  border: .5px solid #50b3cd;
  background-color: transparent;
  color: #fff;
  z-index: 2;
}
section.blogs-container.blogs-content .vote-box span, .blog-head .vote-box span{
  border-left: 1px solid #50b3cd;
}


section.blogs-container .blogs .blogs-pagination {
  max-width: 215px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  background-color: #e7e7e7cf;
}
section.blogs-container .blogs .blogs-pagination .swiper-slide.page-number {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  section.blogs-container.trand-blogs .blogs{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 240px;
    grid-auto-flow: dense;
    gap: .5rem;
  }

  section.blogs-container.trand-blogs .blogs .blog {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  section.blogs-container.trand-blogs .blogs .blog {
    height: 400px;
  }
  section.blogs-container.trand-blogs .blogs .blog .blog-img img{
    height: 400px;
  }
}

@media (max-width: 450px) {
  section.blogs-container.trand-blogs .blogs .blog {
    height: 320px;
  }
  section.blogs-container.trand-blogs .blogs .blog .blog-img img{
    height: 320px;
  }
}
section.blogs-container.blogs-content .blog .views {
  padding: 1.2rem;
}

section.blogs-container.blogs-content .blogs .blog .blog-text a {
  font-weight: 700;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  width: fit-content;
  border-bottom: .5px solid #ccc;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  section.blogs-container.blogs-content .blogs .blog .blog-text {
    padding: .5rem;
  }
  section.blogs-container.blogs-content .blogs .blog .blog-text a{
    font-size: 1.2rem;
  }
}

section.blogs-container.blogs-content .blogs .blog .blog-text p {
  margin: 0;
  line-height: 1.1;
  color: #ffffff;
  white-space: normal;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 450px) {
  .blogs-container.blogs-content .blogs .blog .blog-info{
    padding: 12px 40px;
  }
}

@media only screen and (min-width: 992px) {
  
  section.blogs-container {
    width: calc(100% - 100px);
  }

  section.blogs-container.blogs-content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
  }
  section.blogs-container.blogs-content div:first-of-type {
    grid-column: span 7;
  }
  section.blogs-container.blogs-content div:nth-of-type(2) {
    grid-column: span 1;
  }
  section.blogs-container.blogs-content div:nth-of-type(3) {
    grid-column: span 4;
  }


  section.blogs-container .blogs-actions {
    margin: 0;
  }

section.blogs-container.blogs-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
section.blogs-container.blogs-content div:first-of-type {
  grid-column: span 7;
}
section.blogs-container.blogs-content div:nth-of-type(2) {
  grid-column: span 1;
}
section.blogs-container.blogs-content div:nth-of-type(3) {
  grid-column: span 4;
}
}

.blogs-container.trand-blogs .blog .views,
section.blogs-container.blogs-content .blog .views {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blogs-container.blogs-content .blog .blog-text {
  position: absolute;
  bottom: 45px;
  z-index: 2 ;
  padding: 1rem;
  line-height: 1.6;
}
section.blogs-container.blogs-content .vote-box,
.blog-head .vote-box {
  border: .5px solid #50b3cd;
  background-color: transparent;
  color: #fff;
  z-index: 2;
}
section.blogs-container.blogs-content .vote-box span, .blog-head .vote-box span{
  border-left: 1px solid #50b3cd;
}
section.blogs-container.blogs-content .blog .views {
  padding: 1.2rem;
}


/* START BLOG PAGE */
section.blog-head {
  display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      margin-top: 30px;
      margin-bottom: 50px;
      width: 100%;
}
@media (max-width: 768px) {
  section.blog-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  section.blog-head {
    margin-bottom: 20px;
  }
}
section.blog-head h1 {
  position: absolute;
  color: white;
  top: 50%;
  z-index: 111;
  transform: translateY(-50%);
  font-weight: bold;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
  text-align: center;
  width: 100%;
}
.blog-img-container {
  width: 75%;
  height: 66vh;
  position: relative;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, .5);
  border-radius: 15px;
}
.blog-img-container::after {
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  section.blog-head .blog-img-container {
    height: 40vh;
    width: 90%;
  }
}
section.blog-head .blog-img-container img {
  width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
    position: relative;
}
.blog-img-container::before {
  z-index: 2;
  backdrop-filter: blur(2px);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.2);
}
section.blog-head .blog-information {
  width: fit-content;
  padding: .5rem 2rem;
  background-color: #f4f4f4;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 5rem;
  transform: translate(-50%, 50%);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #707a8f;
  font-size: .9rem;
  font-weight: 500;
  direction: ltr;
  gap: 15px;
  z-index: 4;
}

.breadcrumbs a:not(:last-of-type),
.breadcrumbs span {
  font-weight: bold;
  transition: color 0.5s;
  color: var(--main-color);
}

.breadcrumbs a:hover {
  color: #673AB7;
}

.breadcrumbs a.active,
.breadcrumbs i {
  color: #444;
  font-weight: bold;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
  background-color: #f4edfd;
  font-size: 17px;
}

.breadcrumbs div {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  
}

.breadcrumbs i {
  
  font-size: 13px;
  font-weight: bold;
  margin: 0 7.5px;
}
.breadcrumbs a:not(:last-of-type),
.breadcrumbs span {
  font-weight: bold;
  transition: color 0.5s;
  color: var(--main-color);
}

.breadcrumbs a:hover {
  color: #673AB7;
}

.breadcrumbs a.active,
.breadcrumbs i {
  color: #444;
  font-weight: bold;
}

section.b-container {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: start;
  padding: 0 15px;
}
section.b-container .blog-content {
  width: 90%;
  margin-bottom: 30px;
}
@media (min-width: 578px) {
  section.b-container .blog-content {
    width: 85%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  section.b-container .blog-content {
    width: 75%;
    margin-bottom: 30px;
  }
}
section.b-container .blog-content .desc p {
  width: 100%;
  color: #3c4a51;
  font-weight: bold;
  font-size: 1.2rem;
}
section.b-container .blog-body{
  color: #3c4a51;
}
section.b-container .blog-body  div {
font-weight: bold;
font-size: 1.2rem;
margin: 1.5rem 0px;
color: var(--main-color);
}
section.b-container .blog-body ul {
  margin: .7rem 0px;
  list-style: disc;
}

section.b-container .blog-body ul li {
  margin: .5rem 0px;
}



/* staart  */

section.about-1 {
  background: #ffffff;
}

@keyframes uiverse723 {
  0%, 100% {
    clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 
     54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 
     51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}

.about-1 .box-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  place-items: center;
  direction: ltr;
}


.about-1 .content {
  padding-left: 120px;
  color: var(--secondary-color);
  user-select: none;
}

.about-1 .content h1 {
  font-family: "Dancing Script", cursive;
  font-size: clamp(2.5rem, 4vw, 6rem);
  font-weight: 700;
  background: -webkit-linear-gradient(0deg, #f76591, #ffc16f);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  margin-bottom: 36px;
  padding-left: 10px;
}
.about-1 .content h2 {
  margin-bottom: .8rem;
  border-bottom: 1px solid var(--secondary-color);
  color: var(--main-color);
  width: fit-content;
  margin-right: 100px;
  margin-left: auto;
  padding-bottom: .4rem;
}
.about-1 .content p {
  margin-bottom: 1.5rem;
  font-size: clamp(0.9rem, 4vw, 1.2rem);
  line-height: 1.6;
  padding-right: 100px;
  text-align: right;
}

.about-1 .cssbuttons-io-button {
  background: linear-gradient(0deg, var(--main-color), var(--third-color));
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  width: fit-content;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
}

.about-1 .cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #7b52b9;
  right: 0.3em;
  transition: all 0.3s;
}

.about-1 .cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.about-1 .cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #7b52b9;
}

.about-1 .cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.about-1 .cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}

@media (max-width: 950px) {
  .about-1 .content h2 {
    margin-bottom: 1rem;
  }
  .about-1 .content h2,
  .about-1 .content p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .about-1 .content h2 {
    font-size: 1.3rem;
  }
}


/* Media queries for other classes */

@media (max-width: 1200px) {
  .about-1 .content {
    padding-left: 80px;
  }

  .about-1 .content p {
    padding-right: 40px;
  }
}

@media (max-width: 1050px) {
  .about-1 .content {
    padding-left: 60px;
  }

  .about-1 .content p {
    line-height: 1.5;
  }
}

@media (max-width: 990px) {
  .about-1 .content p {
    padding-right: 0;
  }
}

@media (max-width: 950px) {
  .about-1 .box-content  {
    grid-template-columns: 1fr;
    grid-template-rows: 4fr 3fr;
    grid-template-areas:
      "stacked"
      "content";
  }

  .about-1 .content {
    grid-area: content;
    text-align: center;
    padding: 0 90px;
    margin-top: 3rem;
  }

  .about-1 .btn {
    margin-bottom: 30px;
  }
}

@media (max-width: 650px) {
  .about-1 .box-content {
    grid-template-rows: 1fr 1fr;
  }

  .about-1 .content {
    padding: 0 50px;
  }

  .about-1 .content h1 {
    padding-left: 0;
  }

  .about-1 .btn {
    padding: 8px 16px;
  }
}
section.about-1 .swiper {
  width: 300px;
  height: 477px;

}

section.about-1 .swiper-slide {
  position: relative;
  border-radius: 10px;
  user-select: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

section.about-1 .swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.5);
}

section.about-1 .img-position {
  object-position: 50% 0%;
}


/* start  SECTION - bottom-heros */

.bottom-heros {
  display: grid;
  grid-template-columns: 45% 50%;
  place-items: center;
  height: 100%;
  gap: 50px;
  background: radial-gradient(circle at 50% 50%, #192233 20%, #000);
  background-image: radial-gradient(circle at 1% 52%, rgba(139, 139, 139, 0.05) 0%, rgba(139, 139, 139, 0.05) 50%, rgba(21, 21, 21, 0.05) 50%, rgba(21, 21, 21, 0.05) 100%), radial-gradient(circle at 41% 28%, rgba(81, 81, 81, 0.05) 0%, rgba(81, 81, 81, 0.05) 50%, rgba(7, 7, 7, 0.05) 50%, rgba(7, 7, 7, 0.05) 100%), radial-gradient(circle at 48% 1%, rgba(93, 93, 93, 0.05) 0%, rgba(93, 93, 93, 0.05) 50%, rgba(7, 7, 7, 0.05) 50%, rgba(7, 7, 7, 0.05) 100%), linear-gradient(255deg, rgb(5 60 175), rgb(47, 14, 122));
  overflow: hidden;
  padding: 105px 80px 30px;
}
.bottom-heros img {
  width: 100%;
  pointer-events: none;
  user-select: none;
}


.bottom-heros .description {
  color: #fff;
  padding: 0 50px;
}

.bottom-heros .description h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.bottom-heros .gradient-text {
  color: #ffffff;
}

.bottom-heros .description p {
  font-size: clamp(0.9rem, 3vw, 1.1rem);
  line-height: 1.5;
  margin-bottom: 30px;
  color: hsl(0deg 0% 100% / 67%);
}

.bottom-heros .users-color-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}

.bottom-heros .item {
  max-width: 200px;
  aspect-ratio: 1/1;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5),
    inset 0px 2px 2px rgba(255, 255, 255, 0.2);
  animation: fadeIn 0.5s linear 1 forwards;
  animation-delay: calc(0.2s * var(--i));
  opacity: 0;
}

.bottom-heros .item:nth-child(1) {
  border-radius: 50% 50% 0 50%;
  background-color: #62cfd6;
}

.bottom-heros .item:nth-child(2) {
  border-radius: 50% 50% 0 0;
}

.bottom-heros .item:nth-child(3) {
  background-color: #6cc164;
  border-radius: 50%;
}

.bottom-heros .item:nth-child(4) {
  border-radius: 0 0 0 50%;
}

.bottom-heros .item:nth-child(5) {
  border-radius: 0 50% 50% 0;
}

.bottom-heros .item:nth-child(6) {
  background-color: #8071a8;
  border-radius: 0 50% 50% 50%;
}

.bottom-heros .item:nth-child(7) {
  border-radius: 50% 50% 0 50%;
}

.bottom-heros .item:nth-child(8) {
  background-color: #fe7519;
  border-radius: 50% 0 0 50%;
}

.bottom-heros .item:nth-child(9) {
  background-color: #f5bec3;
  border-radius: 0 50% 50% 0;
}

.bottom-heros .item:nth-child(10) {
  border-radius: 50%;
}

.bottom-heros .item:nth-child(11) {
  background-color: #fcd659;
  border-radius: 50% 0 50% 50%;
}

.bottom-heros .item:nth-child(12) {
  border-radius: 50% 0 0 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 992px) {
  .bottom-heros .description {
    padding: 0px;
  }
}

@media (max-width: 815px) {
  .bottom-heros {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
      "userscolorcontainer"
      "description";
    gap: 30px;
    padding: 100px 30px 30px;
  }

  .users-color-container {
    grid-area: userscolorcontainer;
    gap: 20px;
  }

  .description {
    grid-area: description;
    padding: 0;
    text-align: center;
  }
}


/* start sec-about */
@import url("https://fonts.googleapis.com/css2?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");
section.sec-about {
background: #ffffff;
}
.test-about * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.test-about  {
display: flex;
align-items: center;
justify-content: center;
transition: 0.5s ease;
font-size: 24px;
background: transparent;
position: relative;
padding: 0px .5rem;
}

.test-about ,
.test-about  .slide-container,
.test-about .slide-wrapper,
.test-about .container {
height: 100%;
width: 100%;
}

.test-about .autoplay-progress {
position: absolute;
left: 10px;
top: 10px;
z-index: 10;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
color: var(--progress-color);
display: none;
}

.test-about .autoplay-progress svg {
--progress: 0;
position: absolute;
left: 0;
top: 0px;
z-index: 10;
width: 100%;
height: 100%;
stroke-width: 2.5px;
stroke: #03A9F4;
fill: none;
stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
stroke-dasharray: 125.6;
transform: rotate(-90deg);
}

.test-about  .slider-button {
transition: 0.5s;
outline: none;
position: absolute;
width: 100px;
z-index: 10;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}

.test-about  .slider-button svg {
display: block;
transition: 0.5s;
}

.test-about .slider-button .slider-svg-circle-wrap {
transition: 0.5s;
transform-origin: -20px 40px;
opacity: 1;
}

.test-about .slider-button circle {
transition: 0.5s;
stroke-width: 2px;
stroke: #03A9F4;
fill: none;
stroke-dasharray: 1;
stroke-dashoffset: 1;
opacity: 1;
transform-origin: 0px 0px 0px;
}

.test-about .slider-button .slider-svg-arrow {
transition: 0.5s;
fill: #03A9F4;
transform: rotateY(180deg) translate(-55px, 36.1px) scale(1.75);
}

.test-about .slider-button-prev {
left: 24px;
}

.test-about .slider-button-next {
right: 24px;
}

.test-about  .swiper-button-disabled {
display: none;
}

.test-about .slider-button .slider-svg-wrap {
transform: translateY(353px);
}

.test-about .slider-button-next .slider-svg-wrap {
transform: translateY(353px) rotateY(180deg);
transform-origin: 80px 0px 0px;
}

.test-about .slider-button .slider-svg-line {
transition: 0.5s;
stroke: #03A9F4;
stroke-width: 2;
transform: translate(50px, 42px);
}

.test-about .slider-button-prev:not(.slider-button-disabled):hover svg {
transform: translate(-16px);
}

.test-about  .slider-button-next:not(.slider-button-disabled):hover svg {
transform: translate(16px);
}

.test-about  .slider-button:not(.slider-button-disabled):hover .slider-svg-circle-wrap {
transform: scale(1.1);
}

.test-about .slider-button:not(.slider-button-disabled):hover circle {
stroke-dasharray: 4px;
stroke-dashoffset: 4px;
opacity: 1;
}

.test-about .slider-button:not(.slider-button-disabled):hover .slider-svg-arrow {
transform: rotateY(180deg) translate(-40px, 36.1px) scale(1.75);
}

.test-about .slider-button:not(.slider-button-disabled):hover .slider-svg-line {
transform: translate(35px, 42px) scaleX(0.5);
}

.test-about  .swiper-pagination {
text-align: center;
padding-left: 0;
bottom: 0px !important;
}

.test-about  .swiper-pagination .swiper-pagination-bullet {
display: inline-block;
margin: 2px;
}

.test-about .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #fff;
width: 25px;
}

.test-about  .swiper-pagination .swiper-pagination-bullet {
height: 6px;
width: 12px;
background: rgba(255, 255, 255, 0.8);
color: transparent;
border-radius: 10px;
overflow: hidden;
transition: 0.5s ease;
border: 0;
}

.test-about  .autoplay-progress-bar {
--progress: 0;
height: 2px;
width: var(--progress);
background-color: var(--progress-color);
position: absolute;
top: 0;
left: 0;
transition: ease-in-out;
display: none;
}

.test-about  .floating {
animation: floatAnim 6s ease-in-out infinite;
}

.test-about .slide {
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}

.test-about  .slide svg {
max-height: 100%;
width: auto;
position: relative;
}

.test-about  .card {
position: relative;
margin: auto;
height: 80vh;
width: 100%;
max-width: 1000px;
border-radius: 50px;
overflow: hidden;
}

.test-about .card{
background: #303056;
background: #162561;
background-image: radial-gradient(circle at 20% 100%, rgba(184, 184, 184, 0.1) 0%, rgba(184, 184, 184, 0.1) 33%, rgba(96, 96, 96, 0.1) 33%, rgba(96, 96, 96, 0.1) 66%, rgba(7, 7, 7, 0.1) 66%, rgba(7, 7, 7, 0.1) 99%), linear-gradient(40deg, #040a22, #162561, #202e64, #6f7aa6);

max-height: 500px;
}
.test-about .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  }
.test-about .svg-wrapper {
width: 100%;
height: 100%;
text-align: center;
position: absolute;
display: flex;
align-items: flex-end;
justify-content: center;
top: 0;
}

.test-about .slide:nth-child(odd) .svg-wrapper {
left: -22%;
}
.test-about .slide .svg-wrapper img {
width: 320px;
border-radius: 0px 50px;
}

.test-about .slide:nth-child(even) .svg-wrapper {
right: -22%;
top: -0%;
}

.test-about  .slide:nth-child(even) svg {
height: 80%;
}

.test-about .card-content {
margin-right: 6rem;
max-width: 445px;
width: 100%;
position: relative;
top: 50%;
transform: translateY(-50%);
padding: 0 24px;
z-index: 2;
}

.test-about  .slide:nth-child(odd) .card-content {
margin-left: auto;
}

.test-about .slide:nth-child(even) .card-content {
margin-right: auto;
margin-left: 5%;
}

.test-about  .card-ghost-info {
position: absolute;
bottom: 8%;
line-height: 1;
color: #ffffff;
font-size: 1vw;
font-weight: 400;
}
.test-about  .card-ghost-info div {
color: hsla(0, 0%, 100%, .63);
}

.test-about .ghost-name {
font-size: 1.5vw;
text-transform: uppercase;
margin-bottom: 10px;
font-weight: bold;
}

.test-about .card-ghost-info span {
height: 70px;
display: inline-block;
width: 0.5px;
background-color: var(--color);
position: absolute;
bottom: 0px;
}

.test-about .card-ghost-info span:before {
content: "";
height: 5px;
width: 5px;
background-color: var(--color);
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
border-radius: 50%;
}

.test-about  .slide:nth-child(odd) .card-ghost-info {
left: 8%;
text-align: right;
}

.test-about  .slide:nth-child(even) .card-ghost-info {
right: 8%;
text-align: left;
}

.test-about  .slide:nth-child(odd) .card-ghost-info span {
right: -15px;
}

.test-about  .slide:nth-child(even) .card-ghost-info span {
left: -15px;
}

.test-about  .card-title {
max-width: 320px;
color: var(--color);
font-weight: bold;
font-size: 3vw;
line-height: 1;
margin: 14px 0 25px;
text-transform: uppercase;
position: relative;
}

.test-about  .card-title:before {
content: attr(data-text);
position: absolute;
top: 0;
left: 2px;
color: var(--color);
text-shadow: -1px 0 #0ff;
clip: rect(0, 800px, 0, 0);
}

.test-about  .card-title:after {
content: attr(data-text);
position: absolute;
top: 0;
left: -2px;
color: var(--color);
text-shadow: 3px 0 #ff28d7;
clip: rect(0, 800px, 0, 0);
}

.test-about  .card-sub-title {
color: var(--color);
text-transform: uppercase;
font-weight: bold;
font-size: 1.1vw;
font-family: "Poppins", sans-serif;
margin-top: 2rem;
}

.test-about  .card-description {
color: var(--color);
font-weight: 500;
font-size: 14px;
max-width: 300px;
font-family: "Poppins", sans-serif;
}

.test-about  .card-cta {
margin-top: 30px;
}

.test-about  .cta-button {
display: inline-block;
padding: 20px 40px;
background-color: var(--color);
color: white;
font-family: Arial, sans-serif;
font-size: 15px;
text-decoration: none;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
font-weight: bold;
width: 161px;
height: 81px;
clip-path: polygon(
  7.68786px 20.1081px,
  7.68786px 20.1081px,
  8.16364px 18.1351px,
  8.88914px 16.2804px,
  9.8446px 14.5617px,
  11.0103px 12.9969px,
  12.3663px 11.6038px,
  13.8931px 10.4002px,
  15.5708px 9.4038px,
  17.3796px 8.63251px,
  19.2998px 8.10411px,
  21.3116px 7.83638px,
  132.489px 0.710935px,
  132.489px 0.710935px,
  134.441px 0.714334px,
  136.343px 0.968456px,
  138.174px 1.46024px,
  139.914px 2.17663px,
  141.544px 3.10456px,
  143.044px 4.23098px,
  144.393px 5.54282px,
  145.572px 7.02703px,
  146.562px 8.67054px,
  147.341px 10.4603px,
  159.738px 44.9529px,
  159.738px 44.9529px,
  160.432px 47.6413px,
  160.613px 50.3152px,
  160.314px 52.9198px,
  159.569px 55.4005px,
  158.412px 57.7025px,
  156.877px 59.7713px,
  154.996px 61.5521px,
  152.804px 62.9903px,
  150.334px 64.0311px,
  147.621px 64.62px,
  16.6807px 80.5984px,
  16.6807px 80.5984px,
  13.7927px 80.6726px,
  11.051px 80.2112px,
  8.50526px 79.2659px,
  6.20477px 77.8885px,
  4.19901px 76.131px,
  2.53742px 74.045px,
  1.26946px 71.6825px,
  0.444554px 69.0952px,
  0.11216px 66.335px,
  0.321718px 63.4536px,
  7.68786px 20.1081px
);
transition: all 0.3s ease;
}

.test-about  .cta-button:hover {
background-color: #fff;
color: var(--color);
}

.test-about  .slide-1-eye {
animation: move 5s ease-out infinite;
}

.test-about .blink {
animation: blink 2.4s infinite;
}

.test-about  .swing {
animation: swing 6s ease-in-out infinite;
transform-origin: left;
}

.test-about   .swiper-slide-active .card-cta {
animation: bounce;
animation-duration: 2.5s;
animation-delay: 0.5s;
}

.test-about  .swiper-slide-active .card-ghost-info div {
animation: fadeInLeft;
animation-duration: 1.5s;
animation-delay: 0.3s;
}

.test-about  .swiper-slide-active .card-title {
animation: jackInTheBox;
animation-duration: 1s;
animation-delay: 0.8s;
}

.test-about  .swiper-slide-active .card-sub-title {
animation: bounceIn;
animation-duration: 1s;
animation-delay: 0.5s;
}

.test-about  .swiper-slide-active .card-description {
animation: bounceIn;
animation-duration: 1s;
animation-delay: 0.1s;
}

@media (max-width: 900px) {

.test-about  .slide svg {
  max-width: 80%;
}

.test-about  .slide:nth-child(odd) svg {
  height: 350px;
  width: 350px;
}

.test-about  .slide:nth-child(even) svg {
  height: 300px;
  width: 300px;
}

.test-about .slide:nth-child(odd) .svg-wrapper,
.test-about  .slide:nth-child(even) .svg-wrapper {
  left: 0;
  right: 0;
  height: auto;
  width: 90%;
  margin: 0 auto;
  bottom: 0%;
}

.test-about  .slide:nth-child(even) .svg-wrapper {
  top: -2%;
}

.test-about  .slide:nth-child(even) .card-content,
.test-about  .slide:nth-child(odd) .card-content {
  max-width: 100%;
  margin: 0;
  transform: unset;
  text-align: center;
  top: auto;
  margin-top: auto;
}

.test-about .card-title {
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
}

.test-about  .card-sub-title {
  font-size: 12px;
}

.test-about  .card-description {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}

.test-about  .card-cta {
  margin-top: 10px;
}

.test-about  .cta-button {
  scale: 0.7;
}

.test-about  .card-cta .cta-button {
  margin-left: auto;
  margin-right: auto;
}

.test-about  .card-ghost-info {
  bottom: unset;
  top: 25%;
}

.test-about  .mouse-scroll {
  display: none;
}

.test-about  .ghost-name {
  font-size: 10px;
}

.test-about .card-ghost-info {
  font-size: 8px;
}

.test-about  .slide:nth-child(odd) .card-ghost-info {
  left: 3%;
}

.test-about  .slide:nth-child(even) .card-ghost-info {
  right: 3%;
}
.test-about .slider-button-next:not(.slider-button-disabled) svg {
  transform: translate(16px);
}
.test-about .slider-button-prev:not(.slider-button-disabled) svg {
  transform: translate(-16px);
}
.test-about .slider-button:not(.slider-button-disabled) .slider-svg-circle-wrap {
  /* transform: scale(1.1); */
}
.test-about .slider-button:not(.slider-button-disabled) circle {
stroke-dasharray: 4px;
stroke-dashoffset: 4px;
opacity: 1;
}
.test-about .slider-button:not(.slider-button-disabled) .slider-svg-arrow {
transform: rotateY(180deg) translate(-40px, 36.1px) scale(1.75);
}
.test-about .slider-button:not(.slider-button-disabled) .slider-svg-line {
transform: translate(35px, 42px) scaleX(0.5);
}
.test-about .card {
/* height: 51vh; */
}
}
@keyframes floatAnim {
0% {
  transform: translateY(-25px);
}

50% {
  transform: translateY(25px);
}

100% {
  transform: translateY(-25px);
}
}
@keyframes glitch-1 {
0% {
  clip: rect(40px, 800px, 70px, 0px);
}
15% {
  clip: rect(130px, 800px, 131px, 0px);
}
50% {
  clip: rect(90px, 800px, 96px, 0px);
}
75% {
  clip: rect(125px, 800px, 185px, 0px);
}
87% {
  clip: rect(70px, 800px, 100px, 0px);
}
100% {
  clip: rect(130px, 800px, 130px, 0px);
}
}

@keyframes glitch-2 {
0% {
  clip: rect(20px, 800px, 80px, 0px);
}
15% {
  clip: rect(100px, 800px, 105px, 0px);
}
50% {
  clip: rect(100px, 800px, 95px, 0px);
}
75% {
  clip: rect(60px, 800px, 60px, 0px);
}
87% {
  clip: rect(145px, 800px, 160px, 0px);
}
100% {
  clip: rect(185px, 800px, 185px, 0px);
}
}

@keyframes move {
0% {
  transform: none;
}
20% {
  transform: translateX(-50px) translateY(10px) scale(0.95);
}
25%,
44% {
  transform: none;
}
50%,
60% {
  transform: translateX(50px) translateY(-20px) scale(0.95);
}
66%,
100% {
  transform: none;
}
}
@keyframes swing {
0% {
  transform: translateY(-25px) rotate(10deg) scale(1);
}
50% {
  transform: translateY(25px) rotate(-5deg) scale(1.1);
}
100% {
  transform: translateY(-25px) rotate(10deg) scale(1);
}
}

@keyframes blink {
0% {
  opacity: 1;
}
50% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}

@-webkit-keyframes mouseScroll {
0% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
100% {
  -webkit-transform: translateY(14px);
  transform: translateY(14px);
}
}

@keyframes mouseScroll {
0% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
100% {
  -webkit-transform: translateY(14px);
  transform: translateY(14px);
}
}

@media (min-width: 901px) and (max-width: 992px) {
.test-about .card-content {
  margin-right: 3rem;
}
}
@media (max-width: 767px) {
.test-about .card {
  /* height: 71vh; */
}
.test-about .slide .card-ghost-info {
  display: none;
}
}
@media (max-width: 350px) {
.test-about .card {
  height: 100vh;
}
}

/* start heros vidoes */
section.heros-vidoes  {
  background: #FFFFFF;
  /* font-family: Arial; */
  font-size: 14px;
  margin: 0;
  padding-top: var(--section-padding);
}
section.heros-vidoes,
section.heros-videos * {
  direction: ltr !important;
}
section.heros-vidoes h2{
  text-align: center;
  color: var(--main-color);
  margin-bottom: 2rem;
}
[swiper_scale_active] .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 20px;
  border-color: transparent;
  position: relative;
  /* shadow */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: .5rem;
  overflow: hidden;
}
[swiper_scale_active] .swiper-slide p {
  margin: 0px;
  padding: .5rem;
}

@media only screen and (max-width: 600px) {
  [swiper_scale_active] .swiper-slide {
    border-radius: 10px;
  }
}

[swiper_scale_active] .swiper-slide img,
[swiper_scale_active] .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CUSTOM CSS "TRICK" => the link should work only on the active slide  */
[swiper_scale_active] .swiper-slide:not(.swiper-slide-active) a{
  pointer-events: none;
}



/* #### CUSTOM NEXT/PREV #### */
[btn_group]{
  text-align: center;
  margin-top: 16px;
  display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

[btn_group] button{
  background: transparent;
  border-width: 0px;
  cursor: pointer;
  /* opacity: 0.4; */
  transition: opacity 0.5s linear;
  width: 40px;
    height: 40px;
    border: 1px solid blue;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

[btn_group] button:hover{
  opacity: .4;
}

[btn_group] svg{
  color: var(--main-color);

}

/* start page services */
    .reviews-videos *,
    .reviews-videos *::before,
    .reviews-videos *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.reviews-videos  {
  background: #162561;
  background-repeat: no-repeat;
  background-size: cover;
}

.reviews-videos section {
  display: grid;
  grid-template-columns: 50% 45%;
  place-items: center;
  gap: 60px;
  min-height: 100vh;
  padding: 20px 60px 50px;
}

/* CONTENT */

.reviews-videos .content {
  max-width: 2400px;
}

.reviews-videos .content h2 {
  margin-bottom: 36px;
  color: #fff;
}

.reviews-videos .content p {
  font-size: clamp(0.9rem, 3vw, 1.25rem);
  line-height: 1.6;
  color: #fff;
}
/* SLIDER */

.reviews-videos .swiper {
  position: relative;
  width: 400px;
  height: 490px;
  max-width: 100%;
}
.reviews-videos .swiper .swiper-button-prev {
  left: -40px; 
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5); 
    border-radius: 50%; 
    cursor: pointer;
}
.reviews-videos .swiper .swiper-button-prev svg {
    width: 24px;
    height: 24px;
}
.reviews-videos  .swiper-button-next:after, .reviews-videos .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.reviews-videos .swiper-slide {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  user-select: none;
  border-radius: 20px;
  touch-action: none;
}

.reviews-videos .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  touch-action: auto;
  border-radius: 20px;
}


@media (max-width: 1050px) {
    .reviews-videos .swiper {
    width: 350px;
    height: 450px;
  }
}

@media (max-width: 930px) {
    .reviews-videos section {
    grid-template-columns: 100%;
    grid-template-rows: 55% 40%;
    grid-template-areas:
      "slider"
      "content";
    place-items: center;
    gap: 64px;
    padding: 60px;
  }

  .reviews-videos .swiper {
    grid-area: slider;
    margin: 0px auto;
  }

  .reviews-videos .content {
    grid-area: content;
    text-align: center;
  }

  .reviews-videos .content h1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 470px) {
    .reviews-videos section {
    padding: 40px 1rem 40px;
  }

  .reviews-videos .swiper {
    width: 300px;
    height: 400px;
  }
  .reviews-videos .content p {
    padding-bottom: 40px;
  }
}





.cube-parent-container {
  width: 100%;

  max-width: 525px;
  margin: 0;
}
.cube-parent-container,
.cube-parent-container * {
  direction: ltr;
}

.cube-parent-container .cubeSwiper .swiper-slide {
  aspect-ratio: 1/1;
  position: relative;
}

/*  Set slide image to cover */

.cube-parent-container .cubeSwiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  Pagination as three column grid  */
.cube-parent-container .cubeSwiper .pagination-container {
  padding-top: 25px;
  /*  pagination grid container width set in absolute pixels as using 
      transform scale for responsiveness.  */
  width: 200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 100px 100px;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;

  /* Scale down pagination - i.e. bigger or smaller at your break points */
  transform: scale(0.80);
  margin-top: -12px
}

/* fraction/slide count */

.cube-parent-container .cubeSwiper .cube-pagination-fraction {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
  position: relative;
}
.cube-parent-container .cubeSwiper .cube-pagination-fraction span {
  color: rgba(255, 255, 255, 0.8);
}
/* prev/next buttons */

.cube-parent-container .cube-button-prev,
.cube-parent-container .cube-button-next {
  cursor: pointer;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.2rem;
  transition: all 500ms ease;
  filter: brightness(0.8);
  letter-spacing: 1px;
  font-weight: 700;
}

.cube-parent-container .cube-button-prev:hover,
.cube-parent-container .cube-button-next:hover {
  color: #a6a9af;
  filter: brightness(0.95);
}


.cube-parent-container .glitter-text {
  font-weight: 800;
  letter-spacing: 3px;

  font-size: 50px;
  padding: 1.3vh;

  text-align: center;
  font-family: comic sans ms;
}

.cube-parent-container .click-dat-heart {
  display: flex;
  align-items: center; 
  flex-wrap: nowrap; 
}

.cube-parent-container .click-dat-heart h2 {
  display: flex;
  align-items: center; 
  margin: 0; 
}

.cube-parent-container .click-dat-heart h2 span {
  display: inline-block; 
}

.cube-parent-container .click-dat-heart audio {
  margin-left: 10px; 
}

/* start page about */


section.about-2 *,
section.about-2 *::before,
section.about-2 *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section.about-2  {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: transparent;
  overflow: hidden;
  direction: ltr;
}

section.about-2  .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.28) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(30px);
  border-radius: 20px;
  width: min(900px, 100%);
  box-shadow: 0 0.5px 0 1px rgba(255, 255, 255, 0.23) inset,
    0 1px 0 0 rgba(255, 255, 255, 0.66) inset, 0 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    margin: 2rem 0px;
  z-index: 10;
}



section.about-2  .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 0 35px;
  text-align: justify;
}

section.about-2  .info p {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.7;
  color: var(--main-color);
}
html[lang="ar"] section.about-2 .info p {
  text-align: right;
}


section.about-2  .movie-night {
  background: linear-gradient(225deg, #ff3cac 0%, #784ba0 50%, #2b86c5 100%);
}

@keyframes gelatine {
  0%,
  100% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}

/* SWIPER */

section.about-2  .swiper {
  width: 250px;
  height: 410px;
  padding: 1.2rem 0;
  margin-right: 45px;
}

section.about-2  .swiper-slide {
  position: relative;
  border-radius: 10px;
  user-select: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

section.about-2  .swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: cover;
}

section.about-2  .img-position {
  object-position: 50% 0%;
}

/* ANIMATED BACKGROUND */

  .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

 .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background-color: #ff3cac;
  background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  );
  animation: animate 25s linear infinite;
  bottom: -150px;
}

 .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

 .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

 .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

 .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

 .circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

  .circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

  .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

  .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

 .circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-4000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@media (max-width: 824px) {
  section.about-2  .content  {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: fit-content;
    margin: 1rem;
  }
  html[lang="ar"] section.about-2 .info p {
    text-align: center;
  }
  section.about-2 .swiper {
    margin-right: 0px;
  }
}
@media (min-width: 825px) and (max-width: 940px) {
section.about-2 .content {
  width: min(785px, 100%);
}
}


/*
@media (max-width: 750px) {
  .content {
    flex-direction: column-reverse;
  }
  
  .btn {
    margin: 10px auto 40px;
  }
}
*/
    
    
  section.sec-about-1 {
    background: #FFFFFF;
    position: relative;
    padding: 0px 1rem;
  }
section.sec-about-1 .content{
  position: relative;
  z-index: 2;
  width: 95%;
  padding: 1rem;
  padding-right: 2rem;
  margin: 0px auto;
  background: #162561;
  background-image: radial-gradient(circle at 20% 100%, rgba(184, 184, 184, 0.1) 0%, rgba(184, 184, 184, 0.1) 33%, rgba(96, 96, 96, 0.1) 33%, rgba(96, 96, 96, 0.1) 66%, rgba(7, 7, 7, 0.1) 66%, rgba(7, 7, 7, 0.1) 99%), linear-gradient(40deg, #040a22, #162561, #202e64, #6f7aa6);
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2rem 3rem;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
section.sec-about-1 .content .box-img {
  width: 30%;
  border-radius: 8px 55px;
  overflow: hidden;
}
section.sec-about-1 .content .box-img img {
  width: 100%;
}
section.sec-about-1 .content .info {
  width: 55%;
  max-width: 480px; 
  color: #FFFFFF;
}
section.sec-about-1 .content .info * {
  color: #FFFFFF;
  
}

section.sec-about-1 .content .info div span {
  margin-left: .2rem;
  font-size: .9rem;
}
section.sec-about-1 .content .info h2 {
  margin: .9rem 0 1.2rem
}
section.sec-about-1 .content .info p {
  /* font-family: "Poppins", sans-serif; */
  line-height: 1.6;
}

@media (max-width: 767px) {
  section.sec-about-1 .content {
    flex-direction: column;
    width: fit-content;
    margin: 0px auto;
    padding: 1rem;
  }
  section.sec-about-1 .content .info {
    width: 100%;
  }
  section.sec-about-1 .content .box-img {
    width: 250px;
  }
}

@media (min-width: 768px) {
  section.sec-about-1 .content {
    width: 90%;
  }
}
@media (min-width: 992px) {
  section.sec-about-1 .content {
    width: 75%;
  }
}


  .tv-interview-section .box-iframe {
    width: 100%;
    margin: 0px auto;
    padding: 0px 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    background-image: url("/assets/img/interview.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    background-position: center 67%;
  }
  .tv-interview-section .box-iframe iframe {
    width: 560px;
    height: 315px;
    max-width: 100%;
  }


/* start heros */
@import url('https://fonts.googleapis.com/css?family=Bangers');

/*** Box Reset ***/
.heros-photos * {
  box-sizing: border-box;
}
.heros-photos  {
  width: 100%;
  direction: ltr;
  position: relative;
  /* padding: 3rem 0px; */
}
.heros-photos .main-title {
  margin-bottom: 2rem;
}

.heros-photos .container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);  
  grid-auto-rows: 1fr;
  grid-gap: 1em;
  max-width: 1440px;
  margin: 0px auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: #e3e3e3;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 768px) {
  .heros-photos .container {
    width: 80%;
    margin: 0px auto;
  }
}
.heros-photos .item{
  display: inline-block;
  min-height: 400px;
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*** Images With Color Fallbacks ***/
.heros-photos .item:nth-child(1){
  background-color: #e74c3c;
  background-image: url("/assets/img/heros/e112f875d7f05db887f3d7750474fb1a.webp");
  background-position: center top;
}

.heros-photos .item:nth-child(2){
  background-color: #3498db;
  background-image: url("/assets/img/heros/h-3.webp");
  background-position: center 35%; 
}

.heros-photos .item:nth-child(3){
  background-color: #bdc3c7;
  background-image: url("/assets/img/heros/h-2.webp");
  background-position: center 20%;
}

.heros-photos .item:nth-child(4){
  background-color: #2c3e50;
  background-image: url("/assets/img/heros/h-5.webp");
} 

.heros-photos .item:nth-child(5){
  background-color: #2c3e50;
  background-image: url("/assets/img/heros/h-6.webp");
  background-position: center 20px;
} 

.heros-photos .item:nth-child(6){
  background-color: #27ae60;
  background-image: url("/assets/img/heros/h-1.webp");
  background-position: 50% 25%;
} 

.heros-photos .item:nth-child(7){
  background-color: #f1c40f;
  background-image: url("/assets/img/heros/rogues-thor-01.webp");
  background-position: left 27%;   
} 

.heros-photos .item:nth-child(8){
  background-color: #2980b9;
  background-image: url("/assets/img/heros/x-men-1-cover.webp");
  background-position: center 22%;  
} 

/*** Grid Set Up ***/
@supports (display:grid){
    .heros-photos .item{
    width: auto;
    min-height: 0;
  }
  
  .heros-photos .item:nth-child(1){
    grid-column: 1 / span 1;
    grid-row: 1 / 20;  
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 76.5%, 0 100%);
    clip-path: polygon(0 0, 80% 0, 100% 76.5%, 0 100%);
    margin-bottom: -93px;
  }

  .heros-photos .item:nth-child(2){
    grid-column: 2 / span 1;
    grid-row: 1 / 20;  
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 80%, 15.5% 100%);
    clip-path: polygon(0 0, 100% 0, 75% 80%, 15.5% 100%);
    margin-left: -21%;
    margin-right: -5%;
  }

  .heros-photos .item:nth-child(3){
    grid-column: 3 / span 1;
    grid-row: 1 / 20; 
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 53%);
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 53%);
    margin-left: -28%;
    margin-bottom: -150px;
  }

  .heros-photos .item:nth-child(4){
    grid-column: 1 / span 1;
    grid-row: 20 / 40; 
    -webkit-clip-path: polygon(0 22.5%, 100% 0, 100% 77.5%, 0 100%);
    clip-path: polygon(0 22.5%, 100% 0, 100% 77.5%, 0 100%);
    margin-top: -5px;
    margin-bottom: -93px;    
  } 

  .heros-photos .item:nth-child(5){
    grid-column: 2 / span 1;
    grid-row: 20 / 40;
    -webkit-clip-path: polygon(0 13%, 74% 0, 100% 9.25%, 100% 100%, 0 100%);
    clip-path: polygon(0 13%, 74% 0, 100% 9.25%, 100% 82%, 65% 100%,0 82%);
    margin-top: -67px;
    margin-left: -1%;
    margin-bottom: -86px;
  } 

  .heros-photos .item:nth-child(6){
    grid-column: 3 / span 1;
    grid-row: 20 / 40;
    -webkit-clip-path: polygon(0 0, 100% 34.5%, 100% 100%, 0 68.5%) ;
    clip-path: polygon(0 0, 100% 34.5%, 100% 100%, 0 68.5%);
    margin-left: -1%;
    margin-top: -20px;
    margin-bottom: -150px;
  } 

  .heros-photos .item:nth-child(7){
    grid-column: 1 / 3;
    grid-row: 40 / 60; 
    -webkit-clip-path: polygon(0 30%, 49% 0, 75% 38%, 34% 100%, 0 100%);
    clip-path: polygon(0 30%, 49% 0, 82% 27%, 34% 100%, 0 100%);
    margin-top: -7px;
  } 

  .heros-photos .item:nth-child(8){
    grid-column: 2 / span 2;
    grid-row: 40 / 60;
    -webkit-clip-path: polygon(0 100%, 57% 0, 100% 48%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 57% 0, 100% 48%, 100% 100%, 0 100%);
    margin-left: -15%;
    margin-top: -7px;
  }   
}

/*** Floating Text ***/
.heros-photos .text-box{
  position: absolute;
  /* top: 560px; */
  margin-left: auto;
  margin-right: auto;
  /* left: 0; */
  /* right: 0; */
  top: calc(50% + 90px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.heros-photos .text{
  display: block;
  text-align: center;
  color: whitesmoke;
  text-shadow: 0px 3px 15px #000;
  font-family: 'Bangers', cursive;
  font-size: 3.5vmax;
}

/* start gallery */

.gallery {
  padding: 30px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gallery .gallery-options,
section.videos-p .gallery-options {
  max-width: calc(100% - 40px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery .gallery-options button,
.gallery .gallery-options a,
section.videos-p .gallery-options button,
section.videos-p .gallery-options a{
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: row;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 15px;
  padding: 10px 15px;
  box-shadow: unset;
  background-color: transparent;
  color: #41296b;
  font-weight: bold;
  border: 1px solid #e6e0f0;
  transition: background 0.5s;
}
.gallery .gallery-options button.active,
.gallery .gallery-options a.active,
section.videos-p .gallery-options button.active,
section.videos-p .gallery-options a.active,
.gallery .gallery-options button.active i,
.gallery .gallery-options a.active i,
section.videos-p .gallery-options button.active i,
section.videos-p .gallery-options a.active i{
  background-color: var(--main-color);
  color: #fff;
}
@media only screen and (min-width: 500px) {
  .gallery .gallery-options button,
  .gallery .gallery-options a,
  section.videos-p .gallery-options button,
  section.videos-p .gallery-options a {
      width: unset;
      margin: 0;
      margin-left: 15px;
  }
}
.gallery .gallery-options i.clinic {
  background-image: url(/assets/icons/clinic.png);
}
.gallery .gallery-options i,
section.videos-p .gallery-options i {
  margin-left: 7.5px;
  width: 22.5px;
  height: 22.5px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #41296b;
  background: transparent !important;
}

.gallery .gallery-container.show {
  display: grid
;
}
@media only screen and (min-width: 500px) {
  .gallery .gallery-container {
      grid-template-columns: auto auto;
  }
}
@media only screen and (min-width: 767px) {
  .gallery .gallery-container {
      grid-template-columns: auto auto auto;
  }
}
@media only screen and (min-width: 1250px) {
  .gallery .gallery-container {
      grid-template-columns: auto auto auto auto;
  }
}


.gallery .gallery-container {
  display: none;
  margin-top: 30px;
  width: calc(100% - 40px);
  grid-template-columns: auto;
  grid-gap: 20px;
}
.gallery .gallery-container .photo {
  cursor: pointer;
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 5px;
}
.gallery .gallery-container .photo:hover img {
  transform: scale(1.1);
}
.gallery .gallery-container .photo img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.gallery .gallery-container .photo .type {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 10px;
  background-color: rgba(233, 79, 132, 0.7);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border-radius: 7.5px;
}
.gallery .gallery-container .photo .type span {
  color: #f8f3ff;
}
.gallery .gallery-container .photo .caption {
  position: absolute;
  display: flex
;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.gallery .gallery-container .photo .caption .caption-container {
  padding-right: 10px;
  display: flex
;
  flex-direction: column;
  box-sizing: border-box;
  margin: 20px;
  width: calc(100% - 40px);
  border-right: 4px solid #fff;
}
.gallery .gallery-container .photo .caption .caption-container h4 {
  line-height: 1.35;
  margin: 0;
  color: #f8f3ff;
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gallery .gallery-container .photo .caption .caption-container .caption-author {
  margin-top: 12.5px;
  display: flex
;
  flex-direction: row;
  align-items: center;
}
.gallery .gallery-container .photo .caption .caption-container .caption-author img {
  margin-left: 7.5px;
  display: flex;
  width: 61.5px;
  /* height: 22.5px; */
  /* border-radius: 50%; */
}
.gallery .gallery-container .photo img {
  display: flex
;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.gallery .gallery-container .photo .caption .caption-container .caption-author span {
  font-size: 12px;
  color: #c9c9c9;
}


@media only screen and (min-width: 500px) {
  .gallery .gallery-container {
      grid-template-columns: auto auto;
  }
}

@media only screen and (min-width: 767px) {
  .gallery .gallery-container {
      grid-template-columns: auto auto auto;
  }
}

@media only screen and (min-width: 1250px) {
  .gallery .gallery-container {
      grid-template-columns: auto auto auto auto;
  }
}
.gallery-slideshow {
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000001;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.gallery-slideshow .prev-btn {
  right: 20px;
}

.gallery-slideshow .prev-btn, .gallery-slideshow .next-btn {
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  width: 50px;
  height: 50px;
  background-color: var(--main-color);
  color: #ffffff;
  border-radius: 50%;
  box-shadow: none;
  transition: opacity 0.5s;
}
.gallery-slideshow .prev-btn::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
}
.gallery-slideshow .next-btn::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f100";
}

.gallery-slideshow .next-btn {
  left: 20px !important;
}
.gallery-slideshow .prev-btn {
  right: 20px !important;
}
.gallery-slideshow .prev-btn::before, .gallery-slideshow .next-btn::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.gallery-slideshow .g-s-i {
  position: relative;
  display: flex
;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
}
.gallery-slideshow .g-s-i img {
  display: flex
;
  width: auto;
  height: auto;
  max-width: 80vw;
  max-height: 80vh;
  object-fit: contain;
}
@media only screen and (min-width: 500px) {
  .gallery-slideshow .g-s-i .type {
      top: 20px;
      right: 20px;
  }
}

.gallery-slideshow .g-s-i .type {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  background-color: rgba(233, 79, 132, 0.7);
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  border-radius: 7.5px;
  transition: opacity 0.3s;
}


.gallery-slideshow .g-s-i .caption {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transition: opacity 0.3s;
}
@media only screen and (min-width: 500px) {
  .gallery-slideshow .g-s-i .caption {
      display: flex;
  }
}
@media only screen and (min-width: 500px) {
  .gallery-slideshow .g-s-i .caption .caption-container {
      margin: 30px;
      width: calc(100% - 60px);
  }
}

.gallery-slideshow .g-s-i .caption .caption-container {
  padding-right: 10px;
  display: flex
;
  flex-direction: column;
  box-sizing: border-box;
  margin: 20px;
  width: calc(100% - 40px);
  border-right: 4px solid #fff;
}
@media only screen and (min-width: 767px) {
  .gallery-slideshow .g-s-i .caption .caption-container h4 {
      font-size: 24px;
  }
}
.gallery-slideshow .g-s-i .caption .caption-container h4 {
  line-height: 1;
  margin: 0;
  color: #f8f3ff;
  font-size: 18px;
}
@media only screen and (min-width: 767px) {
  .gallery-slideshow .g-s-i .caption .caption-container .caption-author {
      margin-top: 15px;
  }
}

.gallery-slideshow .g-s-i .caption .caption-container .caption-author {
  margin-top: 10px;
  display: flex
;
  flex-direction: row;
  align-items: center;
}
@media only screen and (min-width: 767px) {
  .gallery-slideshow .g-s-i .caption .caption-container .caption-author img {
      width: 30px;
      height: 30px;
  }
}

.gallery-slideshow .g-s-i .caption .caption-container .caption-author img {
  margin-left: 7.5px;
  display: flex
;
  width: 61.5px;
  /* height: 25px; */
  /* border-radius: 50%; */
}
.gallery-slideshow .g-s-i img {
  display: flex
;
  width: auto;
  height: auto;
  max-width: 80vw;
  max-height: 80vh;
  object-fit: contain;
}
@media only screen and (min-width: 767px) {
  .gallery-slideshow .g-s-i .caption .caption-container .caption-author span {
      font-size: 16px;
  }
}

.gallery-slideshow .g-s-i .caption .caption-container .caption-author span {
  font-size: 14px;
  color: #c9c9c9;
}
.gallery-slideshow .prev-btn {
  right: 20px;
}

.gallery-slideshow .prev-btn, .gallery-slideshow .next-btn {
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  width: 50px;
  height: 50px;
  background-color: var(--main-color);
  color: #ffffff;
  border-radius: 50%;
  box-shadow: none;
  transition: opacity 0.5s;
  cursor: pointer;
  border: none;
}

/* start videos page */

section.videos.videos-p {
  padding: 30px 0px 0px;
}
 .popup-photo {
  width: 100%;
  height: 100%;
  background-color: #0000005e;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}
.display-none {
  display: none !important;
}
 .popup-photo button {
  width: 70px;
  height: 45px;
  border-radius: 20px;
  background: var(--main-color);
  color: #fff;
  font-size: 30px;
  position: absolute;
  cursor: pointer;
  border: none;
  transition: 0.2s;
}
 .popup-photo .left-btn {
  left: 10%;
  box-shadow: -2.5px 2px 1px;
}
 .popup-photo .right-btn {
  right: 10%;
  box-shadow: 2.5px 2px 1px;
}
 .popup-photo .right-btn:hover {
  transform: translateX(8px);
}
 .popup-photo .left-btn:hover {
  transform: translateX(-8px);
}
 .popup-photo .show-image {
  height: 75%;
  max-width: 89%;
  border: 1px solid var(--main-color);
  border-radius: 2px;
}
 .popup-photo .show-image .description {
  display: none;
}
 .popup-photo .show-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}

.group {
  display: flex;
      justify-content: center;
      align-items: center;
      width: fit-content;
      margin: 0 auto;
}
.group .item {
  background-color: #282828;
  color: white;
  padding: 12px 0px;
  width: 112px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  flex: 1;
  text-align: center;
  border-radius: 0;
  position: relative;
}
.group .item.left {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.group .item.right {
  border-top-right-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
}
.group .item.active {
  background: var(--main-color);
}

 .vidoes {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0rem;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  padding-top: 0rem;
  gap: 1rem;
}
.vidoes.vidoes-p {
  background: transparent;
}
 .sec-gallary,
 .sec-videos {
  /* transform: scale(0); */
  /* opacity: 0; */
  transition: transform 1s ease, opacity .4s ease;
  /* position: absolute; */
  top: 0;
  left: 0;
}
 .vidoes {
  z-index: 5;
}

 .vidoes .item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #333;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 95%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
   .vidoes .item {
    width: 50%;
  }
   .vidoes {
    padding: 0px 4rem;
  }
}
@media (min-width: 992px) {
   .vidoes .item {
    width: calc((100% / 3) - 1rem);
  }
   .vidoes {
    padding: 0px 5rem;
  }
}
 .vidoes .item  .title {
  width: 100%;
  padding: 1rem .7rem;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-weight: bold;
  z-index: 4;
  pointer-events: none;
  background: #00000061;
}
 .vidoes .item  video {
  display: none;
} 