@import url("https://fonts.googleapis.com/css2?family=Lily+Script+One&display=swap");

body {
  font-family: "SF Pro Display";
  font-weight: 500;
  overflow-x: hidden;
}
@media (min-width: 630px) {
  .w50 {
    width: 50%;
  }
}
* {
  box-sizing: border-box;
}
.hero {
  background: transparent
    url("../assets/images/home-banner.jpg") 0% 50%
    no-repeat padding-box;
  background-size: cover;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 30, 30, 0.82);
}
.head-contact {
  background-color: #ffecec;
}

.title {
  font-family: "Libre Baskerville";
  font-weight: bold;
}
.sub-title {
  font-family: "Libre Baskerville";
  font-weight: bold;
}

.light-font {
  color: #343434;
}

.light-bg {
  background-color: #343434;
}

.dark-font {
  color: #0a0a0a;
}

.bg-offwhite {
  background-color: #fbfbfb;
}

.latest-font {
  color: #171717;
}

.row {
  display: flex;
}

header {
  position: sticky;
  top: 0;
}
.ascent-mg {
  color: #ffc857;
}
.ascent-mg-bg {
  background-color: #ffc857;
}


.sm-scree-menu.active {
  display: block;
}

.drop-items:hover,
.cus-red {
  color: #fe0000;
}

.mg-hero-img {
  height: 60vh;
  z-index: -1;
}

ul.list-style-disk li {
  position: relative;
}
ul.list-style-disk li:before {
  position: absolute;
  content: "";
  left: -24px;
  top: 4px;
  height: 16px;
  width: 16px;
  border: 1px solid #ffc857;
  border-radius: 50%;
}
ul.list-style-disk li:after {
  position: absolute;
  content: "";
  left: -21px;
  top: 7px;
  height: 10px;
  width: 10px;
  background: #ffc857;
  border-radius: 50%;
}

.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 5px;
  background-color: #fe0000;
}

.red-top::after {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 8px;
  background-color: #fe0000;
}

.red-top-start::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 75px;
  height: 10px;
  background-color: #fe0000;
}

.red-bottom::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 60px;
  height: 5px;
  background-color: #fe0000;
}

.red-bottom-start::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 60px;
  height: 5px;
  background-color: #fe0000;
}

.gold-bottom-start {
  color: #ffc857;
}

.gold-bottom-start::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 5px;
  background-color: #ffc857;
}

.footer {
  background-color: #171717;
}

.client-bg {
  background-color: rgba(189, 217, 191, 0.15);
}

.custom-reviews {
  color: #292929;
  display: flex;
  position: relative;
}

.rev-auth {
  color: #171717;
}


.slick-arrow {
  width: 48px;
  height: 48px;
  border: 2px solid #FE0000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.prev-arrow-bg {
  left: -24px;
}

.next-arrow-bg {
  right: -24px;
}

.left-faced-arrow,
.right-faced-arrow {
  width: 20px;
  height: 20px;
  border-top: 3px solid red;
  border-left: 3px solid red;
}

.left-faced-arrow {
  transform: rotate(-45deg);
  margin-left: 10px;
}

.right-faced-arrow {
  transform: rotate(135deg);
  margin-right: 10px;
}

.lime {
  color: #bdd9bf;
}

.h-513 {
  height: 513px;
}

.audit-scale,
.tax-scale,
.foren-scale,
.advise-scale,
.consult-scale,
.sec-scale {
  transition: all 300ms ease-in-out;
}

.acc-audit:hover .audit-scale,
.tax-ser:hover .tax-scale,
.acc-foren:hover .foren-scale,
.advise-ser:hover .advise-scale,
.consult-bg:hover .consult-scale,
.sec-ser:hover .sec-scale {
  transform: scale(1.2);
}

/* .late-bg {
  background-image: url(../assets/images/Group\ 90.png);
}

.loot-bg {
  background-image: url(../assets/images/Group\ 91.png);
}

.sec-bg {
  background-image: url(../assets/images/Group\ 89.png);
}

.pri-bg {
  background-image: url(../assets/images/Group\ 88.png);
}

.foren-bg {
  background-image: url(../assets/images/Group\ 93.png);
}

.advise-bg {
  background-image: url(../assets/images/Group\ 92.png);
} */

.quote {
  font-family: "Lily Script One", cursive;
  font-size: 329px;
  opacity: 0.15;
  /* height: 658px; */
}
.second-quote {
  transform: rotateX(180deg);
}
.undp {
  height: 70px;
}
.sky {
  height: 73px;
}
.euro {
  height: 87px;
}
.west {
  height: 67px;
}
.dune {
  height: 70px;
}
.tabContent {
  display: none;
  animation: fadeEffect 1s;
}
.mobile-tabs::-webkit-scrollbar,
.tabContainer::-webkit-scrollbar {
  display: none;
}

.mobile-tabs,
.tabContainer {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -45px;

  display: block;

  width: 100%;
  padding: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-slide {
  outline: none;
}

a .slick-slide .slick-current {
  color: #fe0000 !important;
}
.slick-track a .slick-slide .slick-current .slick-active {
  color: blue;
}
a .slick-slide .slick-current:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 5px;
  background-color: #fe0000;
}

.arrow {
  width: 10px;
  height: 10px;
  border-bottom: 3px solid rgba(254, 0, 0);
  border-right: 3px solid rgba(254, 0, 0);
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  bottom: 8.5px;
}
.audidt {
  width: 494px;
  height: auto;
}

@media (max-width: 768px) {
  .red-top::after {
    width: 60px;
    height: 8px;
  }

  .red-top-start::after {
    left: 18px;
    width: 60px;
    height: 8px;
  }
  .h-513 {
    height: auto;
  }
  .hero {
    background: transparent
      url("../assets/images/team_presentation.png") 65% 50%
      no-repeat padding-box;
    background-size: cover;
  }
  .audidt {
    height: auto;
  }
  
  .slick-arrow {
    top: 100%;
  }

  .prev-arrow-bg {
    left: 30%;
  }

  .next-arrow-bg {
    right: 30%;
  }

  .quote {
    font-size: 200px;
    opacity: 1;
  }

  /* 
   .tabContainer {
      --n: 1;
      width: calc(var(--n)*100%);//
      transform: translate(calc(var(--i, 0)/var(--n)*-100%));
   }

   .tabchild {
      width: calc(100%/var(--n));//
      pointer-events: none;
   } */
}

@media (max-width: 768px) {
  .active-mob {
    border-bottom: 5px solid #fe0000;
    padding-bottom: 7px;
  }
  .acc-audit:hover .audit-scale,
  .tax-ser:hover .tax-scale,
  .acc-foren:hover .foren-scale,
  .advise-ser:hover .advise-scale,
  .consult-bg:hover .consult-scale,
  .sec-ser:hover .sec-scale {
    transform: scale(1.0);
  }

}

@media (min-width: 768px) {
  .mg-hero-img {
    height: auto;
  }
  .red-bottom::after {
    width: 60px;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
    width: 100px;
    height: 8px;
  }

  .red-bottom-start::after {
    bottom: -35px;
    width: 80px;
    height: 10px;
  }
}
@media (min-width: 1024px) {
  .mg-hero-img {
    height: 40vh;
  }
}
@media (min-width: 1200px) {
  .mg-hero-img {
    height: 80vh;
  }
  .red-bottom::after {
    width: 150px;
    height: 10px;
  }
}
@media (min-width: 1440px) {
  .mg-hero-img {
    height: 70vh;
  }
}
