/*-------------------
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;
}

body {
  font-family: "Almarai-Light", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif
}

.font-title {
  font-family: "Almarai-Bold", "Montserrat", "Open Sans", 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);
}

.section-page .section-header p,
.section-page .section-content p {
  font-family: "Almarai-Light", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  max-width: 40rem;
}

.slide-a .s-header .title {
  font-family: "Almarai-bold", "Open Sans", sans-serif;
}

.item-service-a .item-header .icon,
.item-service-a .item-header .title,
.item-grid-a .item-header .title {
  font-family: "Almarai-Bold", "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: "Almarai-Bold", "Open Sans", sans-serif;
  font-weight: 500;
}

.item-feature-b .item-title,
.item-feature-b h3 {
  font-family: "Almarai-Bold", "Open Sans", sans-serif;
  font-weight: 500;
}

/* content width */
.width-medium {
  max-width: 62rem;
  width: 100%;
}

.text-wrapper {
  position: relative;
  padding-right: 3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 767px) {
  .text-wrapper {
    position: relative;
    padding-right: 0rem;
    border-right: 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.425em;
  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.95; }
  .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;
  left: 72px;
  right: auto !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

#fp-nav ul {
  margin-right: 74px;
  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 {
  left: 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 {
    left: 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: right;
  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: 120px;
  float: right;
  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: right;
    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: 10px 20px;
  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-s1 .countdown-show4 .countdown-section {
    width: 80px;
    padding: 10px 0 5px 0;
    margin: 3px
  }
}


.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;
}

.text-style {
  /* background-image: linear-gradient(to bottom, var(--primary), #fff);
  background-attachment: fixed;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #2CDA8B;
}

.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%;
  }
}