:root {
  --dark-blue: #0e2e50;
  --linearGreenPurple: linear-gradient(45deg, #377fbf, #0f3d67, #198754);
  --linearLightGreenPurple: linear-gradient(to right, #4494bd, #74e9ad);
  --blue: #4493ba;
  /* rgba(68, 147, 186, 1) */
  --light-green: #74e9ad;
  --green: rgba(2, 184, 131, 1);
}

/* Chrome, Safari, Edge, Opera */
/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
} */

.dark-blue {
  color: var(--dark-blue);
}

.txt-green {
  color: var(--green);
}

.text-linear {
  background: var(--linearGreenPurple) !important;
  -webkit-background-clip: text !important;
  color: transparent;
  /* transition: 0.5s all ease-in-out; */
}

/* .text-linear:hover {
  padding-left: 2px;
  letter-spacing: 2px;
} */

.txt-blue {
  color: var(--blue);
}

.txt-green-50 {
  color: rgba(2, 184, 131, 0.5);
}

.bg-linear {
  background: var(--linearGreenPurple);
}

.bg-linear-light {
  background: var(--linearLightGreenPurple);
}

.bg-blue {
  background-color: var(--blue);
}

.bg-off-white {
  --bs-bg-opacity: 1;
  background-color: rgb(241, 245, 249, var(--bs-bg-opacity)) !important;
}

.bg-dark-blue {
  background-color: var(--dark-blue);
}

.bg-dark {
  background-color: #030617 !important;
}

@font-face {
  font-family: neo;
  src: url(../fonts/neo-sans-arabic-regular.ttf);
}

@font-face {
  font-family: din;
  /* src: url(assfonts/din-next-lt-w23-light.ttf); */
  src: url(/assets/fonts/din-next-lt-w23-light.ttf);
}

body {
  font-family: din;
  direction: rtl;
  text-align: right;
}

a,
button,
input,
::after,
::before,
.trans,
.show-sec,
.show * {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul,
p {
  padding: 0;
  margin: 0;
}

.pageContainer {
  overflow: hidden;
}

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

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4493ba;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  opacity: 0.7;
}

.w-90 {
  width: 90% !important;
}

.box {
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
  padding: 1em;
  transition: box-shadow 0.3s ease-in-out;
}

.box:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.12);
}

.border-warning-subtle {
  border-color: #997404 !important;
}

.border-info-subtle {
  border-color: #087990 !important;
}

.border-success-subtle {
  border-color: #004d05 !important;
}

.divider {
  border: 1px solid rgba(255, 255, 255, 0.07);
}

/* BS UTILITIES START */
@media (width<=992px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }

  .pt-xs-5 {
    padding-top: 3rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
}

@media (width>=992px) {
  .position-lg-absolute {
    position: absolute !important;
  }

  .my-lg-10 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }

  .py-lg-10 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }

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

  .w-lg-30 {
    width: 30% !important;
  }

  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }

  .vh-lg-100 {
    height: 100vh !important;
  }
}

.invalid {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.valid {
  border-color: #198754 !important;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
/* BACK TO TOP BTN */
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--linearLightGreenPurple);
  width: 45px;
  height: 45px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 16px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  color: #fff;
  background: var(--linearGreenPurple);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* BTNS START */
.btn-main,
.btn-main:first-child:active,
:not(.btn-check) + .btn-main:active {
  background-color: white;
  color: var(--blue);
  box-shadow: none;
  border: 1.5px solid transparent;
  border-radius: 5px;
  transition: 0.3s all ease-in-out;
}

.btn-main:hover,
.btn-main:focus-visible,
.btn-main:active {
  color: white;
  background: linear-gradient(45deg, #377fbf, #0f3d67, #198754);
  border: 1.5px solid white;
  border-radius: 5px;
}

.btn-main2 {
  background: var(--linearGreenPurple);
  color: #fff;
  box-shadow: none;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
  transition: 0.3s all ease-in-out;
}

.fadeInAlpha {
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.btn-main2:hover,
.btn-main2:focus-visible,
.btn-main2:active {
  color: white;
  background: var(--linearGreenPurple);
  border: 1px solid white;
  border-radius: 5px;
  letter-spacing: 1px;
  transform: scale(1.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}

.btn-gradient-light,
.btn-gradient-light:first-child:active,
:not(.btn-check) + .btn-gradient-light:active {
  background: var(--linearLightGreenPurple);
  color: #fff;
  box-shadow: none;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
  transition: 0.3s all ease-in-out;
}

.btn-gradient-light:hover,
.btn-gradient-light:focus-visible,
.btn-gradient-light:active {
  color: white;
  background: var(--linearGreenPurple);
  border: 1px solid white;
  border-radius: 5px;
  letter-spacing: 1px;
  transform: scale(1.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}

.btn-blue {
  background-color: var(--blue);
  color: #fff;
  box-shadow: none;
  border: 1.5px solid transparent;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
  transition: 0.3s all ease-in-out;
}

.btn-blue:hover,
.btn-blue:focus-visible,
.btn-blue:active {
  color: white;
  background-color: var(--blue);
  border: 1.5px solid white;
  border-radius: 5px;
  letter-spacing: 1px;
  transform: scale(1.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}

/* OWL CAROUSEL NAV */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 35px;
  height: 35px;
  background: #4493ba;
  border-radius: 50%;
  outline: 0 !important;
  border: none !important;
  font-size: 28px;
  color: #fff;
  padding: 8px 6px !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: var(--light-green);
  color: #fff;
}

.owl-carousel .owl-nav button span {
  position: relative;
  top: -10px !important;
}

.owl-carousel .owl-nav {
  margin: 30px 0 0 0;
}

/* PAGINATION */
.pagination-a {
  text-decoration: none;
}

.pagination-a .pagination .page-link {
  margin: 0 0.2rem;
  border-color: transparent;
  padding: 0.5rem 0.8rem;
  color: #000000;
}

.pagination-a .pagination .page-link:hover,
.pagination-a .pagination .page-link:active,
.pagination-a .pagination .page-link:focus {
  background-color: var(--light-green);
}

.pagination-a .pagination .page-link span {
  font-size: 1.2rem;
  vertical-align: middle;
}

.pagination-a .pagination .next .page-link {
  padding: 0.4rem 0.9rem;
}

.pagination-a .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-a .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-a .pagination .page-item.disabled .page-link {
  padding: 0.4rem 0.9rem;
  color: #555555;
}

.pagination-a .pagination .page-item.active .page-link {
  background-color: var(--light-green);
}

/********************************************************************************************************************************/

/* LOADER START */
.loader {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loader > div {
  height: 100%;
  background: #fff;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #4493ba;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* LOADER END */
.section-heading {
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}

.section-heading h1 {
  margin: 0;
  color: var(--green);
}

.section-heading h1::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: var(--green);
  margin: 10px auto 0 auto;
}

/**/

/****************************************************** HEADER START ***********************************************************/
nav .logo {
  max-width: 100%;
  height: auto;
}

/* nav .logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
} */

/* .nav-item {
  width: 100%;
} */

@media (width>=992px) {
  nav .logo img {
    max-width: 80%;
    max-height: 80%;
    height: auto;
    width: auto;
  }
}

.nav-bar {
  padding: 30px 0;
}

.navbar-collapse ul li {
  margin: 0 10px;
  position: relative;
}

.navbar-collapse ul li a,
.navbar-collapse ul li span {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 5px 0;
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  /* overflow: hidden; */
}

.navbar-collapse ul li:last-child a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  left: 0;
  top: -5%;
  /* background: #74e9ad; */
  background: linear-gradient(45deg, #377fbf, #0f3d67, #198754);
  z-index: -1;
  transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
}

.navbar-collapse ul li:last-child a {
  background-color: #fff;
  color: #4493ba;
  font-size: 18px;
  padding: 7px 16px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #fff;
}

.navbar-collapse ul li.drop {
  position: relative;
  padding-left: 15px;
}

.navbar-collapse ul li.drop::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(/assets/down.png);
  background-size: 100% 100%;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 30px;
  color: #fff;
}
.navbar-collapse ul li.drop.profile::after {
  display: none;
}

.navbar-nav .nav-link.active:not(.login) {
  color: white;
}

.navbar-collapse ul li a::after,
.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 30px;
  background: var(--linearLightGreenPurple);
  bottom: -15px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: right;
}

.navbar-collapse ul li a:hover::after,
.navbar-nav .nav-link.active::after {
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible;
}

@media (width<=992px) {
  .navbar-collapse ul li a::after,
  .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--linearLightGreenPurple);
    bottom: -5px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: right;
  }

  .navbar-collapse ul li a:hover::after,
  .navbar-nav .nav-link.active::after {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    visibility: visible;
  }
}

@media (width>=992px) {
  .navbar-collapse ul li.drop ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    width: 150px;
    background-color: #fff;
    z-index: 10;
    border: 0.5px solid #707070;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 20px);
    box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.1);
    transition: 1s all ease-in-out;
  }

  .navbar-collapse ul li.drop:hover ul,
  .navbar-collapse ul li.drop ul.active,
  .navbar-collapse ul li.drop ul.show {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: opacity 5s ease-in-out !important;
  }

  .navbar-collapse ul li.drop ul::before {
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    background-color: transparent;
    /* transition: 1s all ease-in-out; */
  }
}

.navbar-collapse ul li.drop ul li a {
  display: block;
  padding: 10px;
  color: #4493ba;
  border-bottom: 1px solid #eee;
  text-align: center;
  font-size: 16px;
  border-radius: 0 !important;
}

.navbar-collapse ul li.drop ul li a::after {
  display: none;
}

.navbar-collapse ul li.drop ul li:last-child a {
  border-bottom: none;
}

.navbar-collapse ul li.drop ul li a:hover {
  background-color: #4493ba;
  color: #fff;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active:not(.login),
.navbar-nav .nav-link:focus {
  color: #ffff;
}

.navbar-nav .login.active {
  color: var(--blue);
}

/* Ensure the navbar expands from the left on small screens */
@media (max-width: 992px) {
  .m-slide-text {
    padding: 0;
  }

  nav .logo {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    /* width: 30%; */
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    z-index: 30;
    left: -100%;
    height: 100vh;
    width: 300px;
    padding: 70px 0 20px 0;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #4493ba;
    transition: 0.3s all ease-in-out;
  }

  .navbar-collapse.show {
    left: 0;
  }

  .navbar-nav li {
    text-align: center;
    padding: 0.6rem 1rem;
  }

  .navbar-nav .dropdown-menu li {
    padding: 0px;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
  }

  .navbar-collapse ul li.drop::after {
    content: "";
    top: 20px;
  }

  .close-menu {
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 20px;
  }

  .open-menu {
    cursor: pointer;
    float: left;
    color: #fff;
  }

  /* width */
  .navbar-collapse::-webkit-scrollbar {
    width: 4px;
  }

  /* Track */
  .navbar-collapse::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  .navbar-collapse::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  .navbar-collapse::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

.mm-slide {
  padding: 30px 0;
  margin: 0 10px;
}

.mm-slide-h h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.m-slide-text {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin: 30px 0 30px 0;
  padding: 0 0 0 100px;
}

.mm-more {
  font-size: 16px;
  color: #4493ba;
  background-color: #fff;
  border: 1px solid #fff;
  width: 101px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.mm-more::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  left: 0;
  top: -5%;
  /* background: #74e9ad; */
  background: var(--linearGreenPurple);
  z-index: -1;
  transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
}

.mm-more:hover,
.navbar-collapse ul li:last-child a:hover {
  color: #fff;
}

.mm-more:hover::after,
.navbar-collapse ul li:last-child a:hover:before {
  transform: rotateY(0);
  -ms-transform: rotateY(0);
  -webkit-transform: rotateY(0);
}

.mm-slider .owl-nav {
  position: absolute;
  bottom: -60px;
  right: 0;
}

/****************************************************** HEADER END ***********************************************************/

/****************************************************** HOME-PAGE START ********************************************************/

.home-hero {
  background-image: url("/assets/nav.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  background-attachment: fixed;
  overflow: hidden;
}

.home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-image: url(/assets/patj.png);
  background-size: 100% 100%;
}

.home-hero .vf-img {
  height: 130%;
}

.vf-img {
  height: 100%;
}

.vf-img img {
  max-width: 90%;
  height: auto;
}

.home-services .card {
  border: 1px solid rgba(0, 0, 0, 0.01);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
  padding: 1em;
  height: 260px;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.home-services .card .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-services .card:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}

.home-services .icon {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.home-services .icon svg {
  width: 70%;
  height: 70%;
}

.home-services .card:hover .icon svg,
.home-services .icon svg:hover {
  width: 75%;
  height: 75%;
  transition: 0.3s all ease-in-out;
}

.home-services .icon svg path {
  fill: url(#gradient);
  transition: 0.5s all ease-in-out;
}

/* SPONOSORS SECTION */
.sponsors .box {
  display: flex;
  justify-content: center;
  align-items: center;
  /* max-width: 100%; */
  height: 200px;
  width: 300px;
  background-color: #ffffff;
  transition: 0.5s all ease-in-out;
}

.sponsors .box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.sponsors .sponsorsCarousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sponsors .center-item .box {
  transform: scale(1.5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: 0.5s all ease-in-out;
}

.sponsors .section-heading h1 {
  color: var(--dark-blue);
}

.sponsors .section-heading h1::after {
  background-color: var(--dark-blue);
}

/* PARTNERS SECTION */

.partners .box {
  display: block;
  justify-content: center;
  align-items: center;
  transition: 0.5s all ease-in-out;
  width: 400px;
  margin: 0 auto;
}

@media (width<=410px) {
  .partners .box {
    width: fit-content;
    /* margin: 0 auto; */
  }
}

.img-box {
  width: 150px;
  height: 150px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #198754;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.partners .box img {
  max-width: 100%;
  max-height: 80%;
  object-fit: cover;
  display: block;
  margin: auto;
}

.partners .center-item .box {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: 0.5s all ease-in-out;
}

.partners .section-heading h1 {
  color: var(--dark-blue);
}

.partners .section-heading h1::after {
  background-color: var(--dark-blue);
}

/* CALL TO ACTION */
.callToAction .btns .btn {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  font-size: 18px;
  text-align: center;
  direction: rtl;
  padding-top: 10px;
  padding-bottom: 10px;
}

.callToAction .btns .icon i {
  vertical-align: middle;
  font-size: 36px;
  margin-left: 8px;
}

.callToAction .btn-blue {
  border-radius: 15px;
}

.callToAction .btns .btn .text {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.callToAction .btns .btn .subtext {
  font-size: 12px;
}

/* .callToAction .text {
  text-align: center;
} */

.callToAction .btns {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
}

@media (width<=400px) {
  .callToAction .btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }
}

.callToAction .section-heading h1 {
  color: var(--blue);
}

.callToAction .section-heading h1::after {
  background-color: var(--blue);
}

/* 
.callToAction .btn {
  display: inline-block;
  text-align: center;
} */

.callToAction .vf-img {
  max-width: 40%;
  margin: 0 auto;
}

@media (width<=992px) {
  .callToAction .vf-img {
    max-width: 60%;
  }
}

/* PROPERTY LISTINGS SECTION START */

.ads-home-section .title {
  text-decoration: none;
  /* font-size: 2.6rem; */
  color: var(--green);
  font-weight: 600;
}

.ads-home-section .title-link {
  font-size: 1.2rem;
  font-weight: 500;
  /* padding-top: 0.5rem; */
}

.ads-home-section .title-link a {
  text-decoration: none;
  /* color: #313131; */
  background: var(--linearGreenPurple);
  -webkit-background-clip: text;
  color: transparent;
  transition: all 0.3s ease-in-out;
}

.ads-home-section .title-link a:hover {
  font-weight: 600;
  letter-spacing: 1px;
}

.ads-home-section .img-a {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
}

.ads-home-section .title-link span {
  font-size: 20px;
  padding-right: 4px;
  vertical-align: middle;
}

.ads-home-section .card-box {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ads-home-section .card-box span {
  line-height: 0;
}

.ads-home-section .card-box .img-a {
  transition: 0.8s all ease-in-out;
}

@media (max-width: 767px) {
  .ads-home-section .card-box {
    margin-bottom: 2.5rem;
  }

  .ads-home-section .card-box .card-overlay-a-content {
    bottom: 65px;
  }

  .ads-home-section .card-box .card-body-a {
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .ads-home-section .card-box:hover .img-a {
    transform: scale(1.2);
  }

  .ads-home-section .card-box .price-a {
    font-size: 0.9rem;
  }

  .ads-home-section .card-box:hover .card-overlay-a-content {
    bottom: 60px;
  }

  .ads-home-section .card-box:hover .card-body-a {
    padding-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .ads-home-section .card-box .price-a {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .ads-home-section .card-box:hover .card-overlay-a-content {
    bottom: 64px;
  }
}

.ads-home-section .card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ads-home-section .card-overlay-a-content {
  transition: all 0.5s ease-in;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}

@media (min-width: 768px) {
  .ads-home-section .card-overlay-a-content {
    bottom: -20px;
  }
}

@media (min-width: 992px) {
  .ads-home-section .card-overlay-a-content {
    bottom: 0px;
  }
}

.ads-home-section .card-header-a {
  padding: 0 1rem;
}

.ads-home-section .card-header-a .card-title-a {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0.7rem;
}

@media (min-width: 768px) {
  .ads-home-section .card-header-a .card-title-a {
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) {
  .ads-home-section .card-header-a .card-title-a {
    font-size: 2rem;
  }
}

.ads-home-section .card-header-a .card-title-a a {
  color: #ffffff;
  text-decoration: none;
}

.ads-home-section .card-body-a {
  z-index: 2;
  transition: all 0.5s ease-in;
  padding: 0rem 1rem 2rem 1rem;
}

.ads-home-section .card-body-a .price-box {
  padding-bottom: 0.5rem;
}

.ads-home-section .price-a {
  color: #ffffff;
  padding: 0.6rem 0.8rem;
  border: 2px solid #2eca6a;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.ads-home-section .link-a {
  text-decoration: none;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.ads-home-section .link-a:hover {
  padding-right: 5px;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .ads-home-section .link-a {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .ads-home-section .link-a {
    font-size: 1rem;
  }
}

.ads-home-section .link-a:hover {
  text-decoration: none;
}

.ads-home-section .link-a span {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .ads-home-section .link-a span {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .ads-home-section .link-a span {
    font-size: 18px;
  }
}

.ads-home-section .card-footer-a {
  width: 100%;
  position: absolute;
  z-index: 2;
  /* background-color: #2eca6a; */
  background: var(--linearLightGreenPurple);
}

.ads-home-section .card-info {
  list-style: none;
  margin-bottom: 0;
  padding: 0.5rem 0;
}

.ads-home-section .card-info .card-info-title {
  font-size: 1rem;
  color: #313131;
}

@media (min-width: 768px) {
  .ads-home-section .card-info .card-info-title {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .ads-home-section .card-info .card-info-title {
    font-size: 1rem;
  }
}

.ads-home-section .card-info li span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .ads-home-section .card-info li span {
    font-size: 0.8rem;
  }
}

@media (min-width: 992px) {
  .ads-home-section .card-info li span {
    font-size: 1rem;
  }
}

.ads-home-section .card-shadow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ads-home-section .card-shadow:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

/****************************************************** HOME-PAGE END **********************************************************/

/**************************************************** SINGLE-AD-PAGE START *****************************************************/
.single-ad-section .img-a {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  /* max-height: 500px; */
}

.single-ad-section .section-heading {
  text-align: start;
  position: relative;
  padding-bottom: 0px;
}

.single-ad-section .section-heading h1 {
  margin: 0;
  color: var(--green);
}

.single-ad-section .section-heading h1::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: var(--green);
  margin: 5px auto 0 auto;
}

.single-ad-section .img-b {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  /* max-height: 500px; */
}

.single-ad-section .icon-shape {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  vertical-align: top;
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
}

.single-ad-section .icon-shape:hover {
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
  animation: pulseCustom 1s infinite;
  background: var(--linearGreenPurple);
}

@keyframes pulseCustom {
  0% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.single-ad-section .icon-shape:hover span {
  transition: color 0.1s ease-in-out;
  color: #fff;
  /* z-index: 3; */
}

.single-ad-section .ad-info .nav-tabs .nav-item {
  width: auto;
}

.single-ad-section .ad-info .nav-tabs {
  border-color: var(--blue);
}

.single-ad-section .ad-info .nav-tabs .nav-link {
  color: transparent;
  -webkit-background-clip: text !important;
  background: var(--linearGreenPurple);
  font-weight: 500;
  transition: 0.3s all ease-in-out;
  margin-left: 10px;
}

.single-ad-section .ad-info .nav-tabs .nav-link:hover,
.single-ad-section .ad-info .nav-tabs .nav-link.active {
  color: #fff;
  background: var(--linearLightGreenPurple) !important;
  border-color: var(--blue);
}

.single-ad-section .owl-dots .owl-dot.active span,
.single-ad-section .owl-dots .owl-dot:hover span {
  background-color: var(--green) !important;
}

.single-ad-section .ad-info .list-a {
  text-decoration: none;
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
  margin: 0;
}

.single-ad-section .ad-info .list-a li:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  background-color: #313131;
  background-color: var(--blue);
  top: 15px;
  right: 0;
}

.single-ad-section .ad-info .list-a li {
  position: relative;
  width: 50%;
  float: left;
  padding-right: 25px;
  padding-left: 5px;
}

@media (min-width: 992px) {
  .single-ad-section .ad-info .list-a li {
    width: 33.333%;
  }
}

.single-ad-section .ad-info .summary-list {
  padding-left: 1rem;
}

.single-ad-section .ad-info .summary-list .list {
  padding: 0;
  line-height: 2;
}

.single-ad-section .ad-info .summary-list {
  padding-left: 1rem;
}

.single-ad-section .ad-info .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  /* aspect-ratio: 16/9; */
  height: 0;
}

.single-ad-section .ad-info .video-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* aspect-ratio: 1/1; */
}

.single-ad-section .ad-info .play-button {
  width: 60px;
  height: 60px;
  background: var(--linearGreenPurple);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-ad-section .ad-info .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}

.single-ad-section .ad-info .video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.single-ad-section .ad-info .map-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
}

.single-ad-section .ad-info .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/***************************************************** SINGLE-AD-PAGE END ******************************************************/

/*************************************************** SERVICES-PAGE START *******************************************************/

.services-hero {
  position: relative;
  background: url("/assets/services-sa.png") no-repeat center center/cover;
  height: fit-content;
  color: #fff;
  z-index: 2;
  background-attachment: fixed;
  overflow: hidden;
}

.services-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.services-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-image: url(/assets/patj.png);
  background-size: 100% 100%;
}

.services-hero .text-carousel {
  white-space: nowrap;
}

.services-hero p {
  /* font-size: 18px; */
  text-align: justify;
}

/* SERVICES OVERVIEW START */
.marketing-services-overview .icon,
.tech-services-overview .icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  height: 3.5rem;
  line-height: 3.5rem;
  width: 3.5rem;
}

.marketing-services-overview p,
.marketing-services-overview span,
.tech-services-overview p,
.tech-services-overview span {
  color: #64748b;
}

.marketing-services-overview img,
.tech-services-overview img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}

.marketing-services-overview .nav-line-bottom,
.tech-services-overview .nav-line-bottom {
  border-bottom: 3px solid #475569;
}

.marketing-services-overview .nav-line-bottom .nav-item .nav-link,
.tech-services-overview .nav-line-bottom .nav-item .nav-link {
  border-radius: 0;
  color: #475569;
  font-weight: 600;
  margin-bottom: -2.5px;
  padding: 12px 55px;
  white-space: nowrap;
  border-bottom: 3px solid #475569;
}

@media (width<=992px) {
  .marketing-services-overview .nav-line-bottom .nav-item .nav-link,
  .tech-services-overview .nav-line-bottom .nav-item .nav-link {
    white-space: wrap;
  }
}

.marketing-services-overview .nav-line-bottom .nav-item .nav-link.active,
.marketing-services-overview .nav-line-bottom .nav-item .nav-link:hover,
.tech-services-overview .nav-line-bottom .nav-item .nav-link.active,
.tech-services-overview .nav-line-bottom .nav-item .nav-link:hover {
  background-color: transparent;
  border-bottom: 3px solid var(--blue);
  color: var(--blue);
}

.marketing-services-overview .section-heading h1,
.tech-services-overview .section-heading h1 {
  color: var(--blue);
}

.marketing-services-overview .section-heading h1::after,
.tech-services-overview .section-heading h1::after {
  background-color: var(--blue);
}

.marketing-services-overview .border-primary-subtle,
.tech-services-overview .border-primary-subtle {
  border-color: #532599 !important;
}

.marketing-services-overview .bg-primary,
.tech-services-overview .bg-primary {
  background-color: rgb(139, 61, 255, var(--bs-bg-opacity)) !important;
}

.marketing-services-overview .text-primary,
.tech-services-overview .text-primary {
  color: rgb(139, 61, 255, var(--bs-text-opacity)) !important;
}

.marketing-services-overview .text-primary .nav-fill .nav-item,
.tech-services-overview .text-primary .nav-fill .nav-item {
  width: auto;
}

/* CTA-2 START */
.callToAction-2 .card {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
  padding: 1em;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.callToAction-2 .card:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
  transform: scale(1.02);
}

/**************************************************** SERVICES-PAGE END ********************************************************/

/**************************************************** IDEAS-PAGE START *********************************************************/
.ideas .card-info {
  list-style: none;
  margin-bottom: 0;
  padding: 1.2rem 0;
}

.ideas .ms-parent .ms-choice {
  display: block;
  width: 100%;
  height: 37.5px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #dee2e6;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff;
  /* padding-top: 20px;
  padding-bottom: 20px; */
}

.ideas .ms-parent .ms-choice .placeholder {
  background-color: transparent;
  cursor: pointer;
}

.ms-choice > span.placeholder {
  color: rgba(0, 0, 0, 1);
}

.ideas .ms-parent .ms-choice > span {
  position: absolute;
  top: 6px;
  right: 0;
  /* left: 145px; */
  left: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-right: 22px;
}

.ideas .ms-parent .ms-drop input[type="checkbox"] {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: 0px;
  left: 0 !important;
}

@media (width>992px) {
  .ideas .modal-dialog {
    max-width: 800px;
  }
}

.ideas .card-info .card-info-title {
  font-size: 1rem;
  /* color: #313131; */
  color: var(--dark-blue);
  transition: all 0.3s ease-in;
}

.ideas .card-info .card-info-title:hover {
  /* font-size: 1rem; */
  /* color: #313131; */
  transform: scale(1.2);
  color: white;
}

@media (min-width: 768px) {
  .ideas .card-info .card-info-title {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .ideas .card-info .card-info-title {
    font-size: 1.5rem;
  }
}

/**************************************************** IDEAS-PAGE END ***********************************************************/

/*************************************************** SINGLE-IDEA-PAGE START ****************************************************/

.single-post-section .circle-img {
  width: 100%;
  height: auto;
  max-width: 150px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid var(--light-green);
  object-fit: cover;
  display: block;
}

/* .single-post-section .img-a {
  max-height: 500px;
} */

.single-post-section .section-heading h1 {
  color: var(--blue);
}

.single-post-section .section-heading h1::after {
  background: var(--blue);
  height: 2px;
}
@media (width<992px) {
  .single-post-section .section-heading h1::after {
    position: static;
  }
}

.single-post-section .desc p {
  text-align: justify;
}

/**************************************************** SINGLE-IDEA-PAGE END *****************************************************/

/************************************************** LOGIN-REGISTER START *******************************************************/

.login .card,
.register .card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease-in-out;
}

.login .card:hover,
.register .card:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.12);
}

.login .passwordToggler,
.register .passwordToggler {
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.login .form-control.is-invalid + .passwordToggler,
.was-validated .form-control:invalid + .passwordToggler,
.register .form-control.is-invalid + .passwordToggler,
.was-validated .form-control:invalid + .passwordToggler {
  top: 33% !important;
}

/**************************************************** LOGIN-REGISTER END *******************************************************/

/**************************************************** ADD-AD PAGES START *******************************************************/
.add-new-ad .tag-container,
.ideas .tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-height: 50px;
  max-height: 200px;
  overflow-y: auto;
  box-sizing: border-box;
}

.add-new-ad .tag,
.ideas .tag {
  display: inline-flex;
  align-items: center;
  background: var(--linearGreenPurple);
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 16px;
  margin-bottom: 5px;
}

.add-new-ad .tag .close-btn,
.ideas .tag .close-btn {
  background: none;
  border: none;
  color: #fff;
  margin-right: 5px;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
}

.add-new-ad .form-control:hover,
.add-new-ad .form-control:focus,
.add-new-ad .form-select:hover,
.add-new-ad .form-select:focus {
  box-shadow: none;
  border: 1px solid var(--blue);
}

.add-new-ad .section-heading {
  /* text-align: start; */
  position: relative;
  padding-bottom: 0px;
}

.add-new-ad .section-heading h1 {
  /* margin: 0; */
  color: var(--green);
}

.add-new-ad .section-heading h1::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: var(--green);
  margin: 5px auto 0 auto;
}

.add-new-ad .card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.add-new-ad .card:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.12);
}

.add-new-ad .custom-file-upload {
  position: relative;
  display: inline-block;
  width: 100%;
}

.add-new-ad .custom-file-upload input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  /* padding-top: 70px; */
  /* Equivalent to py-5 in Bootstrap */
}

.add-new-ad .custom-file-upload label {
  /* background-color: #f8f9fa; */
  border: 1px solid #dee2e6;
  display: block;
  padding: 0.88rem 0;
  text-align: center;
  color: var(--blue);
  font-weight: 500;
  border-radius: 0.25rem;
  cursor: pointer;
  z-index: 1;
}

.add-new-ad.vipAd .custom-file-upload label,
.add-new-ad.commercialAd .custom-file-upload label {
  padding: 1rem 0;
  text-align: center;
}

.add-new-ad .custom-file-upload input[type="file"]:hover + label {
  background-color: #e9ecef;
  border: 1px solid var(--blue);
}

.add-new-ad .custom-file-upload i {
  vertical-align: bottom;
}

/****************************************************** ADD-AD PAGES END *******************************************************/

/******************************************************* CONTACT START *********************************************************/

.contact .icon-shape {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  vertical-align: top;
  height: 3.5rem;
  line-height: 3.5rem;
  width: 3.5rem;
}

.contact .icon-shape:hover {
  transform: scale(1.2);
  transition: 0.3s all ease-in-out;
}

.contact .text-linear {
  background: var(--linearGreenPurple) !important;
  -webkit-background-clip: text !important;
  color: transparent;
  transition: 0.5s all ease-in-out;
}

.contact .text-linear:hover {
  padding-left: 2px;
  letter-spacing: 2px;
}

.contact .card,
.contact .icon-shape {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.contact .card:hover,
.contact .icon-shape:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.12);
}

.contact .section-heading h1 {
  color: var(--blue);
}

.contact .section-heading h1::after {
  background: var(--blue);
}

.location .map-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  height: 0;
}

.location .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/******************************************************** CONTACT END **********************************************************/

/*-------------------------------------------------- CUSTOMER-DASHBORAD-START -------------------------------------------------*/

/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500&display=swap"); */

/* :root {
  --dark: #19283f;
  --green: #33d1cc;
  --red: #ff3150;
  --orange: #ff6600;
} */

/* rtl utilties */
.dashboard .list-unstyled {
  padding-right: 0 !important;
  list-style: none;
}

.dashboard .sidebar-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashboard .sidebar-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.dashboard {
  background-color: white;
}

.dashboard .dashboard-sidebar {
  max-width: 264px;
  min-width: 264px;
  transition: all 0.35s ease-in-out;
  box-shadow: 0 0 35px 0 rgba(49, 57, 66, 0.5);
  z-index: 1111;
  background: linear-gradient(-45deg, #377fbf, #0f3d67, #198754);
}

.dashboard .navbar {
  background: linear-gradient(45deg, #377fbf, #0f3d67, #198754);
}

.dashboard .dashboard-sidebar.collapsed {
  margin-right: -264px;
}

.dashboard .ls-dashboard h3 {
  font-size: 1.2375rem;
  color: #fff;
}
.dashboard .ls-dashboard a {
  cursor: pointer;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

.dashboard .ls-dashboard li {
  list-style: none;
}
.dashboard .dashboard-wrapper {
  align-items: stretch;
  display: flex;
  width: 100%;
}
.dashboard .dashboard-main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}
.dashboard .ls-dashboard .sidebar-logo {
  padding: 1.15rem 1.5rem;
}
.dashboard .ls-dashboard .sidebar-header {
  color: #e9ecef;
  font-size: 0.75rem;
  padding: 1.5rem 1.5rem 0.375rem;
}

.dashboard .ls-dashboard a.sidebar-link {
  padding: 0.625rem 1.625rem;
  color: #e9ecef;
  position: relative;
  display: block;
  font-size: 1rem;
  transition: 0.3s all ease-in;
}

.dashboard .ls-dashboard a.sidebar-link:hover,
.dashboard .ls-dashboard a.sidebar-link.active {
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: rgb(255, 255, 255, 0.5);
}

.dashboard .ls-dashboard .sidebar-link[data-bs-toggle="collapse"]::after {
  border: solid;
  border-width: 0 0.075rem 0.075rem 0;
  content: "";
  display: inline-block;
  padding: 2px;
  position: absolute;
  left: 1.5rem;
  top: 1.4rem;
  transform: rotate(-135deg);
  transition: all 0.2s ease-out;
}

.dashboard .ls-dashboard .sidebar-link[data-bs-toggle="collapse"].collapsed::after {
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}

.dashboard .dashboard-content {
  flex: 1;
  max-width: 100vw;
  width: 100vw;
}

.dashboard .dashboard-main .navbar-nav .nav .topbar-divider {
  width: 0;
  border-left: 1px solid #e3e6f0;
  height: calc(4.375rem - 2rem);
  margin: auto 1rem;
}
@media (min-width: 768px) {
  .dashboard .dashboard-content {
    width: auto;
  }
}

.dashboard .img-profile {
  height: 2rem;
  width: 2rem;
}

.dashboard .rounded-circle {
  border-radius: 50%;
}

.dashboard .dashboard-main .navbar-nav .nav-link i {
  vertical-align: bottom;
}

.dashboard .dashboard-main .dropdown-menu i {
  vertical-align: middle;
}

.dashboard .dashboard-main .navbar-nav .nav-link a:hover {
  color: var(--orange);
}
.dashboard .dashboard-cards .card,
.dashboard-cards .card-header {
  border: 1px solid var(--orange);
  color: white;
}

.dashboard .dashboard-cards .card-footer,
.dashboard-cards .card-footer a {
  color: white;
}

.dashboard .dashboard-cards .card-footer,
.dashboard-cards .card-footer a:hover {
  color: var(--orange);
}

.dashboard .dashboard-cards .card-body {
  border-bottom: 1px solid var(--orange);
}

/* PROFILE INFO START */

.profile .form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.3s all ease-in-out;
}

.profile .form-control:hover,
.profile .form-control:focus,
.profile .form-select:hover,
.profile .form-select:focus {
  box-shadow: none;
  border: 2px solid var(--blue);
}

.profile .btn-main2:hover {
  transform: scale(1.03);
}

.profile .btn-main2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.profile .profile-img {
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  object-fit: contain;
}

.profile .was-validated .form-control[type="file"]:valid {
  padding-right: calc(2em + 0.75rem);
}

@media (width<=500px) {
  .profile .profile-img {
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    object-fit: contain;
  }
}
/*--------------------------------------------------- CUSTOMER-DASHBORAD-END --------------------------------------------------*/

/******************************************************** MY-ADS START *********************************************************/
.dashboard .my-ads .div.dataTables_wrapper,
.dashboard .my-ads div.dataTables_filter {
  text-align: left;
}
/********************************************************* MY-ADS END **********************************************************/

.download-links {
  margin: 30px 0 0 0;
}

.download-links a {
  display: inline-block;
  max-width: 100%;
}

.download-links a:hover {
  transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
}

.home-hero .nav-link {
  font-size: 18px;
}

/******************************************************* FOOTER START **********************************************************/
/* SOCIAL ICONS */

.footer .social-icons svg,
.footer .social-icons i {
  font-size: 20px;
  /* width: 20px;
  height: 20px; */
  color: white;
  fill: white;
  vertical-align: baseline;
  transition: 0.1s all ease-in-out;
}

.footer .social-icons svg:hover,
.footer .social-icons i:hover {
  transform: scale(1.3);
}

.footer .social-icons .x-icon:hover path,
.footer .social-icons .x-icon i:hover {
  fill: black;
  color: black;
}

.footer .social-icons .facebook-icon:hover path,
.footer .social-icons .facebook-icon i:hover {
  fill: var(--dark-blue);
  color: var(--dark-blue);
}

.footer .social-icons .youtube-icon:hover path,
.footer .social-icons .youtube-icon i:hover {
  fill: #ff0000;
  color: #ff0000;
}
/* 
.footer .social-icons .ig svg:hover path {
  fill: url(#gradientIG);
} */

.footer .social-icons .ig i {
  background: white;
  -webkit-background-clip: text;
  transition: background 0.3s ease;
}

.footer .social-icons .ig i:hover {
  background: linear-gradient(45deg, #bc1888, #cc2366, #dc2743, #e6683c, #f09433);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer .social-icons .snapchat-icon svg:hover path,
.footer .social-icons .snapchat-icon i:hover {
  fill: #fffc00;
  color: #fffc00;
}

@media (max-width: 992px) {
  .footer .social-icons {
    justify-content: center;
  }
}

/* FOOTER LINKS */

.footer .footer-links,
.footer .footer-links li {
  padding: 0.5rem 0;
  list-style: none;
}

.footer .footer-links a:hover {
  color: var(--grenishBlue);
  padding-right: 5px;
  letter-spacing: 1px;
  transition: 0.3s ease-in-out;
}

.footer .footer-links li,
.footer .footer-link {
  color: white;
}

.footer .footer-links p {
  color: rgba(255, 255, 255, 0.8);
}

.footer .copyrights {
  color: rgba(255, 255, 255, 0.6);
}

.footer-brand img {
  width: 50%;
}

/******************************************************** FOOTER END ***********************************************************/

.edit-ad video {
  width: 100%;
  height: 300px;
}

.iti {
  width: 100%;
}