@font-face{
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Medium.ttf') format('truetype'),local('Tajawal');
}
@font-face {
    font-family: BigVesta;
    src: url('../fonts/ExpoArabic/ArbFONTS-BigVesta-Arabic-Regular.ttf');
}

@font-face {
    font-family: Lato;
    src: url('../fonts/Lato/Lato-Regular.ttf');
}
html {
    scroll-behavior: smooth;
}
body {
    direction: rtl;
    text-align: right;
    font-family: 'BigVesta', sans-serif;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a {
    color: #01456a !important;
    transition-duration: 0.2s;
}
a:hover {
    text-decoration: none;
    color: #5a2141 !important;
}

.limited-lines-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.limited-lines-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* ********** [ Colors ] ********** */

.bg-primary {
    background-color: #5a2141 !important;
}

.text-primary {
    color: #5a2141 !important;
}

/* ********** [ Pagination ] ********** */

.pagination .page-item.active .page-link{z-index:1;color:#fff;background-color:#5a2141;border-color:#5a2141}
.pagination .page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 0.2rem rgb(90 33 65 / 25%)}
.pagination .page-item:last-child .page-link{border-radius:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}
.pagination .page-item:first-child .page-link {border-radius:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;}
.pagination .active a.page-link {color: white !important;}

/* ********** [ List Style ] ********** */


/* ********** [ Button ] ********** */

.btn-outline-sec {
    color: #5a2141 !important;
    border-color: #5a2141;
}
.btn-outline-sec:hover {
    color: #fff !important;
    background-color: #5a2141;
    border-color: #5a2141;
}

.btn-primary{color:#fff;background-color:#5a2141;border-color:#5a2141}
.btn-primary:hover{color:#fff;background-color:#5a2141;border-color:#5a2141}
.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(90,33,65,.5)}
.btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {color: #fff;background-color: #5a2141;border-color: #5a2141;}

a.btn-main:hover{color:#fff !important;}

/* ********** [ Navbar ] ********** */

nav{
    z-index: 99;
    background-color: none !important;
}
nav .navbar-brand {
    color: white !important;
}
nav .navbar-brand:hover {
    color: white !important;
}
nav .collapse a, nav a {
    color: white !important;
}
nav .collapse a:hover, nav a:hover {
    cursor: pointer;
    color: #5a2141 !important;
}

/* second-style */

nav.second-style{
    position: fixed;
    width: 100%;
    background-color: #fff !important;
}
nav.second-style .navbar-brand {
    color: #5a2141 !important;
}
nav.second-style .collapse a, nav.second-style a {
    color: #5a2141 !important;
}
nav.second-style .navbar-brand:hover, nav.second-style .collapse a:hover, nav.second-style a:hover {
    color: #5a2141 !important;
}

/* Navbar - Main List */

nav .main-list {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}
nav .main-list-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
}
nav .main-list a {
    padding: 8px;
    text-decoration: none;
    font-size: 1.5rem;
    color: white !important;
    display: block;
    transition: 0.3s;
}
nav .main-list a:hover, nav .main-list a:focus {
    color: #5a2141 !important;
}
nav .main-list .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
}

@media screen and (max-height: 450px) {
    nav .main-list {overflow-y: auto;}
    nav .main-list a {font-size: 20px}
    nav .main-list .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.video-container{
    position: absolute;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #5a2141;
    overflow: hidden;
    clip-path: 0 0;
    transform: translatez(0);
}
#main-video{
    transform: translatez(0);
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;    
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}

/* ********** [ Footer ] ********** */

footer {
    color: white;
}
footer > section a {
    color: rgba(255, 255, 255, 0.7) !important;
}
footer > section a:hover {
    color: white !important;
}
footer .social-media{
    font-size: 1.3rem;
    border-bottom-color: rgba(0,0,0,0.2) !important;
}
footer .copyright{
    background-color: rgba(0, 0, 0, 0.2) !important;
}


/* =[ first-section ]= */

@media screen and (max-width: 768px) {
    .first-section .content h2 {
        font-size: 1.5rem;
    }
}










/* ********** [ Loading ] ********** */

.loader {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  
  .loading-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .loading-img img {
    width: 150px;
    height: 150px;
  }
  .loading-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .loading1 {
    width: 280px;
    height: 280px;
    border: 6px solid white;
    border-top-color: #5a2141;
    border-radius: 50%;
    animation: spin 2.5s infinite linear;
  }
  .loading2 {
    width: 240px;
    height: 240px;
    border: 6px solid white;
    border-top-color: #5a2141;
    border-radius: 50%;
    animation: spin2 2.5s infinite linear;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes spin2 {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }