/*-------------------
Sample CSS overwriting main.css rules

[Table of contents]
    1 Typography
    2 Content layout
    3 Page cover scroll animation
[Colors]
    Black : #0d0d0d;
[Typography]
    font-family :
    Geometric : "Glacial Indifference", "Montserrat"
*/
/* 1 Typography */

:root {
  --primary: #2CDA8B;
  --secondary: #3A81F3;
  --success: 44, 218, 139;
}


.font-title {
  font-family: "Jost*", "Montserrat", "Open Sans", sans-serif;
}

.font-arabic {
  font-family: "Almarai", Arial, Helvetica, sans-serif;
}

body {
  background-color: var(--secondary);
}

body.grayscale {
  background-color: #363636 !important;
}

.body-borders>* {
  position: fixed;
  z-index: 11000;
}

.body-borders .right-border {
  top: 0;
  right: 0;
  height: 100%;
  width: 18px;
}

.body-borders .top-border {
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
}

.body-borders .bottom-border {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18px;
}

.body-borders .left-border {
  top: 0;
  left: 0;
  height: 100%;
  width: 18px;
}

.body-borders .body-border-shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, .075);
}

.txt-success {
  color: rgba(var(--success), 1);
}

.section-padding {
  padding: 90px 0;
}
.section-page .section-header p,
.section-page .section-content p {
  font-family: "Source Sans Pro", "Proxima Nova", "Noto Sans", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  max-width: 40rem;
}

.slide-a .s-header .title {
  font-family: "Jost*", "Montserrat", "Open Sans", sans-serif;
}

.item-service-a .item-header .icon,
.item-service-a .item-header .title,
.item-grid-a .item-header .title {
  font-family: "Jost*", "Montserrat", "Open Sans", sans-serif;
}

/* 2 Content layout */
/* Home section */
.header-home .home-two-desc .h-title.title-border {
  padding-bottom: 0.025em;
  font-weight: bold;
}

/* Title style */
@media screen and (min-width: 992px) {
  .section-header .h-content {
    padding-left: 0rem;
  }

  .section-header .h-content:before {
    display: none;
  }

  .section-header .h-content h2 {
    font-size: 5rem;
  }
}

/* Item list */
.item-feature-a .item-title,
.item-feature-a h3 {
  font-family: "Jost*", "Montserrat", "Open Sans", sans-serif;
  font-weight: 500;
}

.item-feature-b .item-title,
.item-feature-b h3 {
  font-family: "Jost*", "Montserrat", "Open Sans", sans-serif;
  font-weight: 500;
}

/* content width */
.width-medium {
  max-width: 62rem;
  width: 100%;
}

.text-wrapper {
  position: relative;
  padding-left: 3rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 767px) {
  .text-wrapper {
    position: relative;
    padding-left: 0rem;
    border-left: 0 solid rgba(255, 255, 255, 0.1);
  }
}

@media screen and (min-width: 992px) {
  .section-header .mt-btn {
    margin-top: 1rem;
  }
}


.header-home .home-two-desc .h-title.title-border {
  padding-top: 0.125em;
  padding-bottom: 0.125em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bg-level-1 {
  background: rgba(255, 255, 255, 0.0625);
  }

.bg-level-2 {
  background: rgba(0, 0, 0, 0.3); }


/* 3 Page cover scroll animation / .page-cover */
.page-cover::before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.6s;
}
.page-cover.scrolled::before {
  opacity: 0.85; }

  .hero-bg {
    width: 100%;
    height: 520px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 122px;
    /* background: url(../img/page-header-bg.png); */
    background-size: contain !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-color: #001c4d;
    position: relative;    
  }
@media screen and (max-width: 767px)   {
  .hero-bg {
    height: 620px;
  }
  
}

.page-header.scrolled .navbar {
  background-color: var(--tertiary);
  transition: 0.25s;
}
/* 4 scrollbar fp nav */
/* fp nav */
#fp-nav.right {
  bottom: 0;
  top: 90px;
  width: 0px;
  right: 64px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

#fp-nav ul {
  margin-left: 64px;
  margin-top: 24px;
  display: none;
}

#fp-nav ul li {
  height: 16px;
  width: 8px;
}

#fp-nav ul li a span {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}

#fp-nav ul li a span,
#fp-nav ul li a:hover span,
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
  height: 16px;
  width: 8px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  left: 0;
  top: 0;
}


/* 5. Footer */
.section-footer-a .footer-right {
  right: 4rem;
}

/* .section-footer-a .home-footer .h-left {
  left: 4rem;
}

.section-footer-a .home-footer .h-right {
  padding-left: 5rem;
} */

@media screen and (max-width: 767px) {
  .section-footer-a .footer-right {
    right: 8px;
  }
}

.btn-primary-custom {
  background-color: #061d43 !important;
  border-color: #061d43 !important;
  color: #fff;
}

.btn-line-a,
.btn-line-a .text::before {
  /* border-top: unset; */
}

.btn-line-a:active,
.btn-line-a:hover {
  color: var(--primary);
  background: none;
  box-shadow: none;
  opacity: 0.7;
}

/* Justify Border Title
-----------------------------------------------------------------*/

.fancy-title {
  position: relative;
  margin-bottom: 30px;
}

.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
  position: relative;
  display: inline-block;
  background-color: var(--tertiary);
  padding-right: 15px;
  margin-bottom: 0;
  border-radius: 2px;
}

.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
  padding-right: 10px;
}

.fancy-title.title-double-border:before,
.fancy-title.title-border:before,
.fancy-title.title-border-color:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 1px double rgba(255, 255, 255, 0.2);
  left: auto;
  top: 46%;
  right: 0;
}

.fancy-title.title-border:before {
  top: 49%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  ;
}

.fancy-title.title-border-color:before {
  top: 49%;
  border-top: 1px solid var(--primary);
  opacity: 0.6;
}


/* Fancy Title - Center Align
-----------------------------------------------------------------*/

.title-center {
  text-align: center;
}

.title-center h1,
.title-center h2,
.title-center h3 {
  padding: 0 15px;
}

.title-center h4,
.title-center h5,
.title-center h6 {
  padding: 0 10px;
}


.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Adjust the height of the overlay as needed */
  border-radius: 15px;
  background: linear-gradient(180deg, transparent 0, transparent 30%, #000);
  opacity: 0.8;
}

.cool-link {
  transition: .3s;
}

.cool-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--tertiary);
  transition: width .3s;
}

.cool-link:hover::after {
  width: 20%;
  transition: width .3s;
}

.cool-link:hover {
  opacity: 0.6;
}


/* countdown */
/* jQuery Countdown styles 2.0.0. */
/* modified */
.is-countdown {}

.countdown-rtl {
  direction: rtl;
}

.countdown-holding span {
  color: #888;
}

.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}

.countdown-show1 .countdown-section {
  width: 98%;
}

.countdown-show2 .countdown-section {
  width: 48%;
}

.countdown-show3 .countdown-section {
  width: 32.5%;
}

.countdown-show4 .countdown-section {
  width: 24.5%;
}

.countdown-show5 .countdown-section {
  width: 19.5%;
}

.countdown-show6 .countdown-section {
  width: 16.25%;
}

.countdown-show7 .countdown-section {
  width: 14%;
}

.countdown-section {
  display: block;
  float: left;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, .6);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.countdown-amount {
  font-size: 26px;
  color: #fff;
}

.countdown-period {
  display: block;
  width: 70px;
  margin: 0 auto;
  margin-top: 5px;
}

.countdown-descr {
  display: block;
  width: 100%;
}

.countdown-s1 {
  display: inline-block;
}

.countdown-s1 .countdown-show4 .countdown-section {
  width: 80px;
  float: left;
  background: rgba(255, 255, 255, .1);
  padding: 20px 0 10px 0;
  margin: 5px;
}

.countdown-s4.title-border .countdown-section {
  padding-top: 0.125em;
  padding-bottom: 0.125em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


@media screen and (min-width : 992px) {
  .countdown-s4 .countdown-show4 .countdown-section {
    float: left;
    background: rgba(255, 255, 255, .1);
    padding: 20px 0 10px 0;
    margin: 1px;
    border: unset;
  }

  .countdown-amount {
    font-size: 36px;
    color: #fff;
  }
}

.countdown-s1.no-bg .countdown-section {
  background: none;
}

.countdown-s1 .countdown-amount {
  width: auto;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
}

.countdown-s1 .countdown-period {
  width: auto;
  margin: 0 auto;
  font-weight: 400;
  font-size: 12px;
}

.countdown-s2 {
  display: inline-block;
}

.countdown-s2 .countdown-show4 .countdown-section {
  width: 120px;
  float: left;
  background: rgba(255, 255, 255, .1);
  padding: 20px 0 10px 0;
  margin: 5px;
}

.countdown-s2.no-bg .countdown-section {
  background: none;
}

.countdown-s2 .countdown-amount {
  width: auto;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
}

.countdown-s2 .countdown-period {
  width: auto;
  margin: 0 auto;
  font-weight: 400;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .countdown-s2 .countdown-show4 .countdown-section {
    width: 80px;
    padding: 10px 0 5px 0;
    margin: 3px
  }
}


.bg-blur-color {
  height: 41.5625rem;
  position: absolute;
  width: 57.375rem;
  z-index: -1;
}

.bg-blur-color {
  background: radial-gradient(50% 50% at 50% 50%, var(--primary) 0, rgba(22, 21, 74, 0) 100%);
  filter: blur(6.25rem);
  height: 57.375rem;
  left: -50.75rem;
  top: 0
}

@media (max-width: 1630px) {
  .bg-blur-color {
    left: -53.99rem
  }
}

@media (max-width: 991.98px) {
  .bg-blur-color {
    height: 62.5rem;
    left: -54.99rem
  }
}

@media (max-width: 767.98px) {
  .collection-style-1 .bg-blur-color {
    height: 31.25rem;
    left: -53.99rem
  }
}


.copy {
  font-size: 0.8rem !important;
  letter-spacing: 0;
  line-height: 1.8rem !important;
}

.custom-list-1 li a {
  font-size: 18px;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.custom-list-1 li a:hover {
  opacity: 0.5;
}

.custom-list-1 li a:before {
  border: unset;
}


.scroll-simple-a {
  position: relative;
}

.scroll-simple-a .scroll-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
  overflow-x: hidden;
}

.scroll-simple-a .scroll-slides {
  position: relative;
  display: flex;
  align-items: center;
  will-change: transform;
}

@media screen and (min-width: 992px) {
  .fullscreen-h-lg {
    min-height: 100vh;
  }
}

.slide-item-b {
  width: 100%;
  max-width: 48rem;
  padding: 0 var(--margin-x-sm);
}

@media screen and (min-width: 768px) {
  .slide-item-b {
    padding: 0 var(--margin-x-md);
  }
}

@media screen and (min-width: 992px) {
  .slide-item-b {
    padding: 0;
  }
}

.slide-item-b .item-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  align-items: center;
}

.slide-item-b .item-image {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  z-index: 0;
  will-change: transform;
  overflow: hidden;
}

.slide-item-b .item-content {
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  padding: 16px;
}

@media screen and (min-width: 992px) {
  .slide-item-b .item-content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.slide-item-b .item-content .subtitle {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .slide-item-b .item-content .subtitle {
    font-size: 1rem;
  }
}

.slide-item-b .item-content .title {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.1em;
}

@media screen and (min-width: 992px) {
  .slide-item-b .item-content .title {
    font-size: 7rem;
    margin-bottom: 0.5rem;
    line-height: 1;
  }
}

.slide-item-b .item-content .category {
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .slide-item-b .item-content .category {
    font-size: 1.5rem;
  }
}

.slide-item-b img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 400px;
}

@media screen and (min-width: 992px) {
  .slide-item-b img {
    height: auto;
  }
}

.section-a.child-sticky {
  overflow: initial;
}

@media screen and (min-width: 992px) {
  .section-content.content-width-full, .section-content.content-full {
    max-width: unset;
    padding-left: 64px;
    padding-left: var(--margin-x);
    padding-right: 64px;
    padding-right: var(--margin-x); } }


.text-style {  
  font-size: 1.4rem;
  font-weight: 300;
  color: #2CDA8B;
  line-height: 1.2;
}   

@media screen and (min-width: 992px) {
  .text-style {
    font-size: 1.6rem;  
  }   
}

.text-justify {
  text-align: justify;
}


@media screen and (max-width: 767px) {
  .text-justify {
    text-align: left !important;
  }
}



.scroll-simple-a {
  position: relative; }
  .scroll-simple-a .scroll-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 128px;
    overflow-x: hidden; }
  .scroll-simple-a .scroll-slides {
    position: relative;
    display: flex;
    align-items: center;
    will-change: transform; }
    .scroll-simple-a .scroll-slides .scroll-slide {
      min-width: 100vw; }
      .scroll-simple-a .scroll-slides .scroll-slide:first-child {
        margin-left: 0; }
      .scroll-simple-a .scroll-slides .scroll-slide:last-child {
        margin-right: 0; }
      @media screen and (min-width: 992px) {
        .scroll-simple-a .scroll-slides .scroll-slide {
          min-width: 48rem;
          height: auto;
          margin: 0 64px; } }
  .scroll-simple-a .scale-1,
  .scroll-simple-a .scale-2,
  .scroll-simple-a .speed-1,
  .scroll-simple-a .speed-2,
  .scroll-simple-a .speed-3 {
    will-change: transform; }

.scroll-container {
  position: relative;
  width: 100%; }
  

  .active>.page-link,
  .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--primary);
    border-color: var(--primary);
  }

  .page-link {
    color: var(--secondary);
  }

.page-link:focus,
.page-link:hover {
  color: var(--secondary);
}


.countdown-s4-end .countdown-show4 .countdown-section{
  width: 22.5%;
}

.countdown-s4-end .countdown-show4 .countdown-section{
  background: transparent;
    padding: 0;
}

.text-style-end{
  color: var(--bs-heading-color);
  font-size: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  margin-top: 1rem;
  padding-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .countdown-s4-end .countdown-show4 .countdown-section{
    width: 15.5%;
  }
}