:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #3e091a;
}

.bg-dark1{
    background-image: url(../images/BG.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    background-color: #001145;
   
}
.topbar{
    direction: rtl;
}

.logo{
    width: 150px;
}
.section-title  {
    direction: rtl;

}
.section-title h2 {
color:#001145 ;
}
.section-title p {
color: #616162;
}
/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#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;
}

body{
    font-family: "Heebo", serif;
}
/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}

p{
    font-size: 20px;
}

/*** Button ***/
.btn {
    font-family: "Heebo", serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar{
    direction: rtl;
    background-color: #001145;

}
.navbar-dark .navbar-nav .nav-link {
    font-family: "Heebo", serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #e5e5e5;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
    
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: #fff;}


.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #e5e5e5;
    }
    
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #001145;
    }

    /* .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    } */

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
   
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(9, 30, 62, .7); */
    z-index: 1;
}
.carousel-caption h3{
    letter-spacing: 22px;
}
.carousel-caption a{
    background-color: #001145;
    border-radius: 10px;
   

}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h3{
        letter-spacing: 1px;
    }
    
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}




/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}



.detales-features{
    position: absolute;
bottom: 5px;
left: 10px;
}
.detales-features h4{
border-bottom: 2px solid#fff;
}




/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img  {
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.15);
}

/* start  acordion */
.acordion{
    direction: rtl;
}
.accordion-button::after {
    margin-left: 0; 
    margin-right: auto;
    transform: rotate(0deg); 
}

[dir="rtl"] .accordion-button::after {
    margin-right: 0;
    margin-left: auto;
    transform: rotate(-90deg); 
}
/* end  acordion */

/* start Quote */
.quote{
    direction: rtl;
}
.form-check-input[type="checkbox"] {
    border-radius: .25em;
}

.form-check .form-check-input {
    float: right;
   
}
/* end Quote */


/*** facts  ***/
.box1{
    border-right: 3px solid #091E3E;
    border-bottom: 3px solid #091E3E;
    border-left: 3px solid #e6ece5;
    border-top: 3px solid #E5E7EC;
    border-radius: 10px;
}
.box2{
    border-top: 3px solid #091E3E;
    border-left: 3px solid #091E3E;
    border-right: 3px solid #e6ece5;
    border-bottom: 3px solid #E5E7EC;
    border-radius: 10px;
}
.box3{
    border-left: 3px solid #091E3E;
    border-bottom: 3px solid #091E3E;
    border-right: 3px solid #e6ece5;
    border-top: 3px solid #E5E7EC;
    border-radius: 10px;
}
.img-box{
    width: 80px;
     height: 80px;
      background-color:#E5E7EC ;
      border-radius: 10px;
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}

  /* vedio */
  #bg-video {
      min-width: 100%;
      min-height: 50vh;
      max-width: 100%;
      max-height: 100vh;
      object-fit: cover;
      z-index: -1;
  }
  
  #bg-video::-webkit-media-controls {
      display: none !important;
  }
  
  .video-overlay {
      position: absolute;
      /* background-color: rgba(31,39,43,0.75); */
      top:250px;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      color: #fff;
  }
  
  
  .caption h2, .caption h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 60px;

  }
  

 

  
  @media screen and (max-width: 767px) {
    .video-overlay {
        position: absolute;
        /* background-color: rgba(31,39,43,0.75); */
        top:40px;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        color: #fff;
    }
     .caption h4 {
      font-weight: 300;
      font-size: 20px;
      line-height: 1.5;
    }
  
     .caption h2 {
      font-size: 33px;
      font-weight: 700;
      margin:20px;
  
    }
  
  }
  /* ---------- */

  /* hero-section */
  .hero-section{
    direction: rtl;
   
  }
  .hero-section .content p{
    font-size:150px ;
    padding-bottom: o;
  }
  .hero-section .content h4{
  
    font-size:55px ;
  }
  .hero-section .content h5{
    letter-spacing: 8px;
  }
  @media (max-width: 768px) {
    .hero-section .content p{
        font-size:90px ;
        padding-bottom: o;
      }
      .hero-section .content h4{
      
        font-size:35px ;
      }
      .hero-section .content h5{
        letter-spacing: 4px;
      }
  }
/*  Start Navara  */
.navara{
    direction: rtl;
   
    

}
.navara h4 {
    color: #000;
    font-size:55px;
    font-weight: normal;
    

}
.navara h3 {
    color: #484848;
    letter-spacing: 3px;

}
.navara h6 {
    color: #484848;

}
/* End Navara  */

/* Start Engineered */
.engineered{
direction: rtl;
    background-color: #fff;
}
.engineered .up-box{

    background-color: #E2EAFF;
}
.engineered .up-box .img-box{

    background-color: #B5BFDA;
}

/* End Engineered */

/* Start Key Features */
.key-features {
    background-color: #fff;
    direction: rtl;
}

.key-features .box {
    background-color: #f6f9ff;
    max-width: 280px;
    max-height: 280px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid #000;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.key-features .box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.key-features h3 {
    color: #000;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.key-features h4 {
    font-size: 1.2rem;
    color: #333;
    padding-top: 40px;
}

.key-features p {
    font-size: 0.95rem;
    color: #666;
}

/* End Key Features */


/* Start tracking technology*/
.tracking {
  direction: rtl;
  
  }
.tracking h3{
    color: #000;
  
  }
.tracking span{
    color: #000;
   
  
  }

/* End tracking technology */

/* Start Our Feature  */

.feature {
  direction: rtl;

}
.feature .box{
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 40px;

}
.feature .box .img-box{
    width:100px;
    height: 100px;
    background-color: #cccfda;
 
   

}
/* End Our Feature  */


/* Start Our Mission */
.mission{
   direction: rtl;
    
}
.mission .up-box {
    background-color: #E2EAFF;
    position: relative;
    
}

.mission .up-box .img-inner {
    position: relative;
    z-index: 1;
}

.mission .up-box .img-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999992;
    width: 90px;
    padding-left: 24px;
    padding-bottom: 20px;
}

/* End Our Mission */


/* Start Contact */
.contact {
   direction: rtl;

}
.contact h3{
    color: #000;

}
.contact h5, a{
    color: #666;

}
.contact-form{
    background-color: #1A2958;
    border-radius: 10px;
    padding: 20px;
}

/* End Contact*/

/* Stat Privacy Page */

.Privacy {
    direction: rtl;
    color: #000;
}
/* End Privacy Page */


/* Stat Login Page */

.login-card {
    background: #fff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}
.navara-logo {
    display: block;
    margin: 0 auto 1rem;
    width: 120px;
}
.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1rem 0;
}
.divider::before, .divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ccc;
}
.divider::before {
    margin-right: .5em;
}
.divider::after {
    margin-left: .5em;
}
.butons {
    background-color: #001145;
    color: #fff;
}
.butons:hover {
    background-color: #05206e;
    color: #fff;
}
.password-container {
    position: relative;
}
.password-container .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
}
.single{
    color: #6c757d;

}

/* start Footer */
.footer{
    direction: rtl;

}

/* end Footer */
