/********** Template CSS **********/
:root {
  --primary: #3A0099;
  --secondary: #F7B32B;
  --light: #ffffff;
  --dark: #60586C;
}

.back-to-top {
  position: fixed;
  display: none;
  left: 45px;
  bottom: 45px;
  z-index: 99;
}

body{
  direction: rtl;
}
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
.btn {
  font-weight: 500;
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: .5s;
}

.navbar .navbar-brand {
  display: flex;
  align-items: center;
}

.navbar .navbar-brand img {
  max-height: 50px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-right: 8px;
}

.navbar .navbar-nav .nav-link {
  margin-left: 30px;
  padding: 25px 0;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    border-top: 1px solid #EEEEEE;
  }
}

.navbar .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}


/*** Header ***/


.btn-play {
  position: relative;
  display: block;
  box-sizing: content-box;
  width: 16px;
  height: 26px;
  border-radius: 100%;
  border: none;
  outline: none !important;
  padding: 18px 20px 20px 28px;
  background: #FFFFFF;
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  right: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 100%;
  transition: all 200ms;
}

.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  right: -1px;
  border-right: 16px solid var(--primary);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

.modal-video .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

.modal-video .modal-body {
  position: relative;
  padding: 0px;
}

.modal-video .close {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}

.header-carousel2 .owl-nav {
  position: absolute;
  width: 70vw;
  height: 40px;
  bottom: 50%;
  left: 45%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header-carousel2 .owl-nav {
    position: absolute;
    width: 90vw;
    height: 40px;
    bottom: 50%;
    right: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
  }}
.header-carousel2 .owl-nav .owl-prev,
.header-carousel2 .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: #ffffff9c;
  border: 1px solid var(--primary);
  border-radius: 2rem;
  font-size: 22px;
  transition: .5s;
}

.header-carousel2 .owl-nav .owl-prev:hover,
.header-carousel2 .owl-nav .owl-next:hover {
  background: var(--light);
  border-color: var(--light);
}

.header-carousel2 .owl-dots {
  position: absolute;
  height: 45px;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-carousel2 .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid var(--primary);
  border-radius: 2rem;
  transition: .5s;
}

.header-carousel2 .owl-dot::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 4px;
  left: 4px;
  background: #FFFFFF;
  border-radius: 5px;
}

.header-carousel2 .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}
.breadcrumb-item+.breadcrumb-item::before {
  float:right;
  padding-left: .5rem;
  color: #F7B32B;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.header-carousel .owl-nav {
  position: absolute;
  width: 200px;
  height: 40px;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: transparent;
  border: 1px solid var(--primary);
  border-radius: 2rem;
  font-size: 22px;
  transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--light);
  border-color: var(--light);
}

.header-carousel .owl-dots {
  position: absolute;
  height: 45px;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid var(--primary);
  border-radius: 2rem;
  transition: .5s;
}

.header-carousel .owl-dot::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 4px;
  left: 4px;
  background: #FFFFFF;
  border-radius: 5px;
}

.header-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

/*** Img Border ***/
.img-border {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.img-border::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 3rem;
  bottom: 3rem;
  border: 5px solid var(--primary);
}

.img-border img {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  object-fit: cover;
}


/*** Facts & Visiting Hours ***/
.facts {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../../img/bg-1.jpg) center center no-repeat;
  background-size: cover;
}

.visiting-hours {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../../img/bg-2.jpg) center center no-repeat;
  background-size: cover;
}

.visiting-hours .list-group-item {
  display: flex;
  justify-content: space-between;
  color: var(--light);
  background: rgba(0, 0, 0, .15);
  border-color: rgba(255, 255, 255, .15);
}

.visiting-hours .table {
  color: var(--light);
  background: rgba(0, 0, 0, .15);
}

.visiting-hours .table td {
  padding: .5rem 1rem;
  border-color: rgba(255, 255, 255, .15);
}

.visiting-hours .table tr:last-child td {
  border: none;
}


/*** Animal ***/
.animal-item {
  position: relative;
  display: block;
}

.animal-item .animal-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 1.5rem;
  background: rgba(0, 0, 0, .7);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 100px !important;
  opacity: 0;
  transition: .5s;
}

.animal-item:hover .animal-text {
  opacity: 1;
  padding-bottom: 20px !important;
}


/*** Membership ***/
.membership-item {
  padding: 45px 30px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, .7);
}

.membership-item img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.membership-item .display-1 {
  color: transparent;
  -webkit-text-stroke: 2px var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

@media (min-width: 768px) {

  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {

  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-text {
  background: var(--light);
  transform: scale(.8);
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: #C0ADDE;
  transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
  border-color: var(--primary) !important;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 350px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: .5s;
  z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
  width: 300px;
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  color: var(--primary);
  font-size: 45px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}


/*** Footer ***/
.footer {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../../img/bg-2.jpg) center center no-repeat;
  background-size: cover;
}

.footer .btn.btn-social {
  margin-left: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #FFFFFF;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: right;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyleft {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyleft a {
  color: var(--light);
}

.footer .copyleft a:hover {
  color: var(--primary);
}

.header-carousel2 .owl-carousel-item {
  margin: 0 15px;
}
/*** hanas style ***/
.rounded1 {
  border-radius: 3rem;
}

.rounded2 {
  border-radius: 1.5rem;
}

.rounded3 {
  border-radius: 2rem;
}

.rounded4 {
  border-radius: .25rem;
}

.rounded-left {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
@media (max-width: 991.98px) {
  .rounded-left {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 0rem;

    border-top-left-radius: 1.5rem;
  }}
.rounded-right {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;}
  @media (max-width: 991.98px) {
    .rounded-right {
      border-top-left-radius: 0rem;
      border-bottom-right-radius: 1.5rem;
      border-bottom-left-radius: 1.5rem;}}
.header-bg {
  background: url(../../img/headerbg.png) center center no-repeat;
  background-size: cover;
  height: 753px;
}

@media (max-width: 991.98px) {
  .header-bg {
    background: url(../../img/headerbg.png) center center no-repeat;
    background-size: cover;
    height: auto !important;
  }
}
.bg-gadget {
  background: url(../../img/bg-gadget.png) center center no-repeat;
  background-size: contain;
  height: auto;
}

.contact-bg {
  background: url(../../img/contactbg1.png) center center no-repeat;
  background-size: cover;
  height: 753px;
}

@media (max-width: 991.98px) {
  .contact-bg {
    background: url(../../img/contactbg1.png) center center no-repeat;
    background-size: cover;
    height: auto !important;
  }
}

.header-bg5 {
  background: url(../../img/bg-allpages.png) center center no-repeat;
  background-size: cover;
  min-height: auto;
}

.btn-outline {
  border-radius: 2rem;
  border: 1.5px solid var(--light);
  color: var(--light);
  background-color: transparent;
}

.btn-outline:hover {
  border-radius: 2rem;
  border: 1.5px solid var(--primary);
  color: var(--primary);
  background-color: var(--light);
}
.btn-outline-dark {
  border-radius: 2rem;
  border: 1.5px solid var(--dark);
  color: var(--dark);
  background-color: transparent;
}


.btn-outline-light {
  border-radius: 2rem;
  border: 1.5px solid var(--dark);
  color: var(--light);
  background-color: var(--dark);
}
.btn-outline-light:hover {
  border-radius: 2rem;
  border: 1.5px solid var(--dark);
  color: var(--dark);
  background-color: transparent;
}

.btn-outline-dark:hover {
  border-radius: 2rem;
  border: 1.5px solid var(--dark);
  color: var(--light);
  background-color: var(--dark);
}
.bg-gradient-green {

  background: #F2B69B;
  background: linear-gradient(90deg, rgba(242, 182, 155, 1) 26%, rgba(185, 246, 216, 1) 100%);

}

.bg2 {
  background: linear-gradient(to right, #ffffff00 0%, #3a0099 65%), url(../../img/bg1arabic.png) center center no-repeat;
  background-size: cover;
}

.bg3 {
  background: linear-gradient(to right, #ffffff00 0%, #3a0099 65%), url(../../img/bg3arabic.png) center center no-repeat;
  background-size: cover;
}

.bg4 {
  background: linear-gradient(to right, #ffffff00 0%, #3a0099 65%), url(../../img/bg2arabic.png) center center no-repeat;
  background-size: cover;
}

.bg-banner1 {
  background: url(../../img/banner1.png) center center no-repeat;
  background-size: contain;
  min-height: 280px;
}

.bg-banner4 {
  background: url(../../img/benner2.png) center center no-repeat;
  background-size: contain;
  min-height: 320px;
}

.bg-banner3 {
  background: url(../../img/benner-contestsarabic.png) center center no-repeat;
  background-size: contain;
  min-height: 320px;
}

.bg-banner2 {
  background: url(../../img/bannerfooterarabic.png) center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991.98px) {
  .bg-banner2 {
    background: url(../../img/footermobilearabic.png) center center no-repeat;
    background-size: cover;
    min-height: 200px;
  }
}

.bg-banner2mobile {
  background: url(../../img/banner2-mobilearabic.png) center center no-repeat;
  background-size: contain;
  min-height: 400px;
}

.bg-banner3mobile {
  background: url(../../img/banner3-mobilearabic.png) center center no-repeat;
  background-size: contain;
  min-height: 400px;
}
@media (max-width: 991.98px) {
  .bg-banner3mobile {
    background: url(../../img/banner3-mobilearabic.png) center center no-repeat;
    background-size: contain;
    min-height: 200px;
  }
}

.bg-contact {
  background-color: #ffffff8c;
  border-radius: 2rem;
}

.bg-schools {
  background: url(../../img/bg-schools.png) center center no-repeat;
  background-size: contain;
}

.img-resize34 {
  height: 400px;
  width: auto;
}

@media (max-width: 991.98px) {
  .img-resize34 {
    height: 300px;
    width: auto;
  }
}

.img-resize1 {
  height: 90px;
  width: auto;
}

.img-resize2 {
  height: auto;
  width: 20px;
  margin-top: 4rem;
}

.img-resize-partner {
  height: 50px !important;
  width: auto !important;
}


.bg-pink {
  background-color: #C0ADDE !important;
}

.bg-pink2 {
  background-color: #FBF5FC !important;
}

.bg-light2 {
  background-color: #f3f4f575 !important;
  border-radius: 1.5rem;
}

form-floating>label {
  color: var(--primary) !important
}



.containerfaq {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
  margin: 20px 0;
}

.question {
  font-size: 1rem;
  font-weight: 600;
  padding: 20px 20px 20px 80px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2rem;
  color: var(--primary);
  position: absolute;
  left: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.question.active+.answercont {}

@media screen and (max-width: 790px) {
  html {
    font-size: 14px;
  }

  .wrapper {
    width: 80%;
  }
}

.circle {
  width: 30px;
  height: 30px;
  background-color: #F7B32B;
  border-radius: 1rem;
  text-align: center;
  font-size: 1.25rem;
  color: var(--light);
}

.btn.btn-social2 {
  margin-left: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  background-color: var(--dark);
  border-radius: 2rem;
  transition: .3s;
}

.btn.btn-social3 {
  margin-left: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  background-color: #F7B32B;
  border-radius: 2rem;
  transition: .3s;
}

.mx-small-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important
}

@media (max-width: 991.98px) {
  .mx-small-5 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }
}

.margin-minus-6 {
  margin-top: -6rem;
}

@media (max-width: 991.98px) {
  .margin-minus-6 {
    margin-top: 2rem;
  }
}


.w-small-25 {
  width: 50% !important;
}

@media (max-width: 991.98px) {
  .w-small-25 {
    width: 100% !important;

  }
}


.h-search-form {
  position: relative;
  text-align: center;
}

.h-search-form input {
  width: 100%;
  border: 2px solid var(--primary);
  padding: 0 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  color: #333;
  height: 50px;
}

.h-search-form button {
  position: relative;
  left: 5px;
  top: -45px;
  height: 40px;
  color: #fff;
  background: var(--primary);

  border-radius: 50px;
  border: none;
  width: 40px;
}

.h-search-form button:hover {
  background: var(--dark);
}

.shadow-card {
  box-shadow: 0 0 1rem 0rem rgba(179, 179, 179, 0.25);
}


.services .img {
  border-radius: 8px;
  overflow: hidden;
}

.services .img img {
  transition: 0.6s;
}

.services .details {
  background: color-mix(in srgb, var(--light), transparent 5%);
  padding: 50px 30px;
  margin: -80px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  position: relative;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--secondary);
  color: var(--light);
  border: 6px solid var();
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  right: calc(50% - 36px);
}

.services .details h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.services .details p {
  color: color-mix(in srgb, var(), transparent 10%);
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover .details h3 {
  color: var(--secondary);
}

.services .service-item:hover .details .icon {
  background: var(--light);
  border: 2px solid var(--secondary);
}

.services .service-item:hover .details .icon i {
  color: var(--secondary);
}

.services .service-item:hover .img img {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
  background-color: var(--light);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
}

.pricing .pricing-item h2 {
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-weight: 600;
  color: color-mix(in srgb, var(--primary), transparent 20%);
  background: color-mix(in srgb, var(--primary), transparent 95%);
}

.pricing .pricing-item h4 {
  font-size: 36px;
  font-weight: 600;
  font-family: var(--dark);
}

.pricing .pricing-item h4 sup {
  font-size: 20px;
  top: -15px;
  right: -3px;
}

.pricing .pricing-item h4 span {
  color: color-mix(in srgb, var(--primary), transparent 40%);
  font-size: 16px;
  font-weight: 300;
}

.pricing .pricing-item ul {
  padding: 15px 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .pricing-item ul li {
  padding-bottom: 16px;
}

.pricing .pricing-item ul i {
  color: #F7B32B;
  font-size: 18px;
  padding-left: 4px;
}

.pricing .pricing-item ul .na {
  color: color-mix(in srgb, var(--primary), transparent 40%);
  text-decoration: line-through;
}


.pricing .featured1 h2 {
  background: #EF8454;
  color: var(--light);
  padding: 2.5rem 0;
}

.pricing .featured2 h2 {
  background: #3BD98B;
  color: var(--light);
  padding: 2.5rem 0;
}

.pricing .featured3 h2 {
  background: #F7B32B;
  color: var(--light);
  padding: 2.5rem 0;
}

.btn-buy-1 {
  border: 2px solid #EF8454;
  background: var(--light);
  color: #EF8454;
  border-radius: 2rem;
}

.btn-buy-1:hover {
  background: #EF8454;
  color: var(--light);
  border-radius: 2rem;
}

.btn-buy-2 {
  border: 2px solid #3BD98B;
  background: var(--light);
  color: #3BD98B;
  border-radius: 2rem;
}

.btn-buy-2:hover {
  background: #3BD98B;
  color: var(--light);
  border-radius: 2rem;
}

.btn-buy-3 {
  border: 2px solid #F7B32B;
  background: var(--light);
  color: #F7B32B;
  border-radius: 2rem;
}

.btn-buy-3:hover {
  background: #F7B32B;
  color: var(--light);
  border-radius: 2rem;
}

.pricing .advanced {
  background: var(--primary);
  color: var(--light);
  width: 200px;
  position: absolute;
  top: 18px;
  left: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
}


.active2 .active {
  background-color: #F7B32B;
  padding: 1rem 2rem;
  border-radius: 5rem;
  color: var(--dark);
}

li.active2.active {
  padding: 0rem !important;
}

.border-3 {
  border: 3px solid #F7B32B;
  border-radius: 1rem;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-8 {
  font-size: 12px !important;
}

.text-justify {
  text-align: justify;
}

/* Ensure all blog cards have equal height */
.blog-card {
  display: flex;
  height: 100%;
  min-height: 500px;
}

.owl-item {
  justify-content: center !important;

  display: flex !important;
}

.fs-30 {
  font-size: 30px;
  padding-bottom: 30px;
}

/*******************************/
/******* Experience CSS ********/
/*******************************/
.experience {
  position: relative;
  padding: 45px 0 15px 0;
}

.experience .timeline {
  position: relative;
  width: 100%;
}

.experience .timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: var(--primary);
  top: 0;
  bottom: 0;
  right: 50%;
  margin-right: -1px;
}

.experience .timeline .timeline-item {
  position: relative;
  background: inherit;
  width: 50%;
  margin-bottom: 30px;
}

.experience .timeline .timeline-item.right {
  right: 0;
  padding-left: 30px;
}

.experience .timeline .timeline-item.left {
  right: 50%;
  padding-right: 30px;
}

.experience .timeline .timeline-item::after {
  content: '1';
  position: absolute;
  width: 36px;
  height: 36px;
  top: 48px;
  left: -18px;
  background: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 2rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 16px;
  font-weight: bold;
}

.experience .timeline .timeline-item.left::after {
  right: -18px;
  left: auto;
}

.experience .timeline .timeline-item.marker1::after {
  content: '1' !important;
}

.experience .timeline .timeline-item.marker2::after {
  content: '2' !important;
}

.experience .timeline .timeline-item.marker3::after {
  content: '3' !important;
}

.experience .timeline .timeline-item.marker4::after {
  content: '4' !important;
}

.experience .timeline .timeline-item.marker5::after {
  content: '5' !important;
}



.experience .timeline .timeline-date {
  position: absolute;
  width: 100%;
  top: 44px;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.experience .timeline .timeline-item.right .timeline-date {
  text-align: right;
  right: calc(100% + 55px);
}

.experience .timeline .timeline-item.left .timeline-date {
  text-align: left;
  left: calc(100% + 55px);
}

.experience .timeline .timeline-text {
  padding: 30px;
}

.experience .timeline .timeline-item.left .timeline-text {
  border-left: none;
}

.experience .timeline .timeline-text h2 {
  margin: 0 0 5px 0;
  font-size: 22px;
  font-weight: 600;
}

.experience .timeline .timeline-text h4 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.experience .timeline .timeline-text p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .experience .timeline::after {
    right: 8px;
  }

  .experience .timeline .timeline-item {
    width: 100%;
    padding-right: 38px;
  }

  .experience .timeline .timeline-item.right {
    padding-left: 0;
  }

  .experience .timeline .timeline-item.left {
    right: 0%;
    padding-right: 38px;
  }

  .experience .timeline .timeline-item.right::after,
  .experience .timeline .timeline-item.left::after {
    right: -8px;
  }

  .experience .timeline .timeline-item.right::before,
  .experience .timeline .timeline-item.left::before {
    right: 18px;
    border-color: transparent #dddddd transparent transparent;
  }

  .experience .timeline .timeline-item.right .timeline-date,
  .experience .timeline .timeline-item.left .timeline-date {
    position: relative;
    top: 0;
    left: auto;
    right: 0;
    text-align: right;
    margin-bottom: 10px;
  }

  .experience .timeline .timeline-item.right .timeline-text,
  .experience .timeline .timeline-item.left .timeline-text {
    border-left: none;
  }
}

@layer reset {

  *,
  ::before,
  ::after {
    box-sizing: border-box;
  }

  :where(:not(dialog)) {
    margin: 0;
  }
}

@layer base {
  html {

    @media (prefers-reduced-motion: no-preference) {
      scroll-behavior: smooth;
    }
  }

}

@layer demo {
  .navbar {
    min-block-size: var(--nav-block-size);
    display: grid;
    position: fixed;
    inset-block-start: 0;
    inset-inline: 0;
    background-color: white;
    z-index: var(--layer-3);
    place-items: center end;
    padding-block: var(--size-3);
    padding-inline: var(--size-5);

    @media (width >=600px) {
      padding-inline: 6dvi;
    }
  }



  .section {
    --section-block-size: max(400px, 100dvb);
    display: grid;
    background-color: white;
    min-block-size: var(--section-block-size);
    position: relative;
    block-size: 100%;
    display: grid;

    >* {
      grid-area: 1/1;
    }
  }

  .section-wrapper {
    position: relative;
    display: grid;

    @media (width >=960px) {
      grid-template-columns: 1fr 1fr;
    }

    @media (width < 960px) {
      padding-block-start: calc(var(--nav-block-size) + var(--size-7));
      padding-block-end: var(--size-7);
    }
  }

  .video {
    display: block;
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
    position: relative;
    z-index: -1;
  }

  .content-wrapper {
    display: grid;

    @media (width < 960px) {
      gap: var(--size-7);
    }
  }

  .meta {
    display: grid;
    gap: var(--size-3);
  }

  .content {
    display: grid;
    inline-size: 100%;
    place-items: center;
    padding-block: var(--size-7);
    padding-inline: var(--size-5);

    @media (width >=960px) {
      padding: var(--size-10);
      min-block-size: 100cqb;
      place-items: center end;
    }

    @media (width < 960px) {
      gap: var(--size-5);
    }
  }

  .mobile-visual {
    inline-size: 100%;
    aspect-ratio: var(--ratio-square);

    @media (width >=960px) {
      display: none;
    }
  }

  .headline {
    font-size: var(--font-size-7);
    font-weight: var(--font-weight-4);
    max-inline-size: var(--size-content-1);
    text-wrap: pretty;

    @media (width < 960px) {
      font-size: var(--font-size-6);
    }
  }

  .desc {
    font-size: var(--font-size-4);
    line-height: 1.5;
    max-inline-size: 40ch;
    text-wrap: pretty;

    @media (width < 960px) {
      font-size: var(--font-size-3);
    }
  }

  .visual {
    display: grid;
    position: sticky;
    block-size: var(--section-block-size);
    inset-block-start: 0;
    container-type: size;

    @media (width < 960px) {
      display: none;
    }
  }

  .video-visual {
    inline-size: 100%;
    block-size: var(--section-block-size);
    display: block;
    position: sticky;
    inset-block-start: 0;
    isolation: isolate;
    filter: hue-rotate(210deg);
  }

  .card-wrapper {
    container-type: size;
    display: grid;
    place-items: center;
    overflow: clip;

    >* {
      grid-area: 1/1;
    }
  }

  .card {
    aspect-ratio: var(--ratio-square);
    inline-size: 70cqi;
    scale: 0.4;
  }

  .card-img {
    display: block;
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
  }

  .card-1 {
    scale: 1;
  }

  .card-2 {
    translate: -35cqi 30cqb;
    opacity: 0.3;
  }

  .card-3 {
    translate: 0cqi 50cqb;
    opacity: 0.5;
  }

  .card-4 {
    translate: 45cqi 40cqb;
    opacity: 0.5;
  }

  .card-5 {
    translate: 15cqi 45cqb;
    opacity: 0.5;
  }
  .color-g-1{
    background: linear-gradient(227deg, #1400c7 0%, #00bbff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
    .color-g-2{
      background: linear-gradient(227deg, #28dc28 0%, #00bbff 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;}
      .color-g-3{
        background: linear-gradient(227deg, #1400c7 0%, #b800b1 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;}
        .color-g-4{
          background: linear-gradient(227deg, #b800b1 0%, #f50000 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;}
          .color-g-5{
            background: linear-gradient(227deg, #f50000 0%, #d89323 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;}
  .content-1 {
    --_text-gradient: linear-gradient(227deg,
        #1400c7 0%,
        #00bbff 100%);
  }

  .content-2 {
    --_text-gradient: linear-gradient(227deg,
        #28dc28 0%,
        #00bbff 100%);
  }

  .content-3 {
    --_text-gradient: linear-gradient(227deg,
        #1400c7 0%,
        #b800b1 100%);
  }

  .content-4 {
    --_text-gradient: linear-gradient(227deg,
        #b800b1 0%,
        #f50000 100%);
  }

  .content-5 {
    --_text-gradient: linear-gradient(227deg,
        #d89323 0%,
        #f55a00c1 100%);
  }

  .text-highlight {
    background: var(--_text-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}

@supports (animation-timeline: scroll()) {
  body {
    timeline-scope: --content-1, --content-2, --content-3, --content-4, --content-5;
  }

  .section {
    view-timeline-name: --section;
  }

  .content-1 {
    view-timeline-name: --content-1;
  }

  .content-2 {
    view-timeline-name: --content-2;
  }

  .content-3 {
    view-timeline-name: --content-3;
  }

  .content-4 {
    view-timeline-name: --content-4;
  }

  .content-5 {
    view-timeline-name: --content-5;
  }


  .card {
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    background-color: transparent;
    border: none;


  }

  .card-1 {
    animation-timeline: --content-1;
    animation-name: slide-up-first-card;
  }

  .card-2 {
    animation-timeline: --content-2;
    animation-name: slide-up-card;
  }

  .card-3 {
    animation-timeline: --content-3;
    animation-name: slide-up-card;
  }

  .card-4 {
    animation-timeline: --content-4;
    animation-name: slide-up-card;
  }

  .card-5 {
    animation-timeline: --content-5;
    animation-name: slide-up-card;
  }

  .video-visual {
    animation-timeline: --section;
    animation-range-end: exit 110%;
    animation-name: update-hue;
    animation-timing-function: step-end;
    animation-fill-mode: forwards;
  }

  @keyframes update-hue {
    0% {
      filter: hue-rotate(210deg);
    }

    25% {
      filter: hue-rotate(150deg);
    }

    45% {
      filter: hue-rotate(300deg);
    }

    60% {
      filter: hue-rotate(4deg);
    }
  }

  @keyframes slide-up-first-card {
    50% {
      translate: 0;
      opacity: 1;
    }

    90% {
      translate: 0 -50cqi;
      scale: 0.6;
    }

    100% {
      translate: 0 -100cqi;
      opacity: 0;
    }
  }

  @keyframes slide-up-card {
    50% {
      opacity: 1;
      translate: 0;
      scale: 1;
    }

    90% {
      opacity: 0.5;
      scale: 0.6;
      translate: 0 -50cqb;
    }

    100% {
      translate: 0 -100cqi;
      opacity: 0;
    }
  }
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.904));
  pointer-events: none;
  z-index: 1000;
}
.badge-tag-contest {
  position: absolute;
  top: 10px;
  left: 15px;
  background-color:#3BD98B;
  color: var(--light);
  padding: 4px 8px;
  font-size: 1rem;
  border-radius: 1rem;
  font-weight: bold;
  z-index: 2;
}
.badge-tag-Journey{
  position: absolute;
  top: 10px;
  left: 15px;
  background-color:#e9681c;
  color: var(--light);
  padding: 4px 8px;
  font-size: 1rem;
  border-radius: 1rem;
  font-weight: bold;
  z-index: 2;
}
.img-flag-resize{
height: 300px ;
width: auto;
}
.containercircle {
  position: relative;
  width: 500px;
  height: 500px;
}
@media (max-width: 991.98px) {
  .containercircle {
    position: relative;
    width: 300px;
    height: 300px;
  }}
  .w-md-50 {
    width: 50%;
  }
  @media (max-width: 991.98px) {
    .w-md-50 {
      width: 100%;
    }}
.rotating-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spin 10s linear infinite;
  transform-origin: center center;
}

.rotating-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.center-circle {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 250px;
  height: 250px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 991.98px) {
  .center-circle {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
    z-index: 1;
  }}
.center-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.team-item img {
  transform: scale(1.2);
  transition: .5s;
}

.team-item:hover img {
  margin-top: -50px;
  margin-bottom: 50px;
}

.team-item .team-overlay {
  position: absolute;
  top: calc(100% - 100px);
  bottom: 100px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#3b00999d;
  transition: .5s;
  opacity: 0;
}

.team-item:hover .team-overlay {
  top: 0;
  opacity: 1;
}
.img-fluid1{
  height: 100%!important;
  width: auto;
}
.flag-icon {
  width: 20px;
  height: 14px;
  object-fit: cover;
  margin-left: 8px;
}