:root {
    --white: #ffffff;
    --black: #000;
    --black-info: #0B1131;
    --yellow: #F2B829;
    --blue: #0B325C;
    --blue-bg: #0D5F91;
    --swiper-theme-color: #F2B829;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Cairo', sans-serif;
}

/* header */
/* header */

header {
    width: 100%;
    background-color:#812990 ;
    height: auto;
    background-image: url("../../assets/images/banner_1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -90px 0px;
    display: flex;
    flex-direction: column;
}

header .navbar {
    width: 92%;
    margin: auto;
    margin-top: 40px;
}
/* 
header .navbar.fixed {
    position: fixed;
    top: 0;
    height: 90px;
    width: 100%;
    background: linear-gradient(81deg, #003F75 0%, #00132C 115.16%);
} */

header .navbar.fixed .navbar-brand img{
    width: 142px;
    height: 68px;
    flex-shrink: 0;
}


header .navbar .lang svg{
    margin-left: 5px;
    margin-right: 5px;
    width: 11px;
    height:11px ;
}

header .navbar .lang .btn{
    color:white;
    font-size: 14px;
    font-weight: 500;
}

header .navbar .lang ul li{
    text-align: center;

}

header .navbar .lang ul li .active{
    background-color: #5c3da9;
}
header .navbar .navbar-brand img {
    width: 142px;
    height: 68px;
    flex-shrink: 0;
}

header .navbar .offcanvas {
    background-color: #fff;
}

header .navbar .navbar-nav .nav-link {
    font-size: 16px;
    color: var(--white);
    font-weight: 700;
}

.navbar .navbar-nav .nav-item .nav-but {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    color: var(--black);
}

.navbar .navbar-nav .nav-item .nav-but.btn2 {
    color: var(--white);

}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border: 1px solid transparent;
    box-shadow: none;
    outline: none;
}

.navbar .navbar-nav.btns .nav-item {
    padding: 0px 10px;
}


.navbar .navbar-nav.btns .nav-item .user {
    color: white;
    text-decoration: none;
    width: 30px;
    height: 30px;
    font-size: 11px !important;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid white;


}

.navbar .navbar-nav.btns .nav-item .dropdown-menu {
    border-radius: 24px;
    overflow: hidden;
    margin-top: 20px;
    margin-right: 100px;
}

.navbar .navbar-nav.btns .nav-item .dropdown-menu li {
    text-align: right;
}

.navbar .navbar-nav.btns .nav-item .dropdown-menu li span {

    color: #095F90 !important;
    font-size: 14px;
    font-weight: 700;
}

.navbar .navbar-nav.btns .nav-item .user-media {
    display: none;
    font-size: 14px;
}

.navbar .navbar-nav.btns .nav-item .color-media {
    display: none;
}

.banner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}
.payment-title {
    width: 90%;
    margin: auto;
    margin-top: 50px;
}

.payment-title h1 {
    color: #ffffff;
    text-align: center;
    font-size: 46px;
    font-weight: 900;
}

.title-page{
    width: 85%;
    padding: 30px 0px;
    margin: auto;
}

/* article */

.article {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}



.article .article-content .card-text.h {
    color: #49276E;
    text-align: right;
    font-size: 16px;
    font-weight: 800;

}

.article .article-content .card-text.p{

color: #49276E;
text-align: right;
font-size: 11px;
font-weight: 400;
}



.article .article-content .card{
    border-radius: 24px;
    background: #FFF;
    border: none;
    margin-bottom: 40px;
    /* 145 */
    box-shadow: 0px 4px 24px 0px rgba(9, 95, 144, 0.18) !important;
   }


.article .article-content .read a{
    color: #49276E;
font-size: 13px;
font-weight: 700;
text-decoration: none;
}


.article nav{
    width: 50%;
    margin: auto;

}

.right-article{
    width: 80%;
    margin: auto;
}

.left-article{
    width: 25%;
    padding: 20px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(9, 95, 144, 0.18);
    position: absolute;
    left: 0;
    top: -100px;
}

.media-article-content{
display: none;
}

.list-article-content{
display: none;
}


.active{
    display: block;
}

.box-svg{
    border-radius: 0px 30px 30px 0px;
    background: #095F90;
    padding: 7px 20px;
}


.left-article span{
    color: rgba(16, 36, 71, 0.30);
text-align: center;
font-size: 18px;
padding: 10px 0px;
display:inline-block ;
font-weight: 700;
letter-spacing: 0.18px;
}

.left-article  ul{
    list-style:square;
    padding: 20px;
    padding-top:0px;
    font-size: 10px;
}

.left-article  ul li{
    margin-bottom: 8px;
}

.left-article  ul li a{
    text-decoration: none;
    color: #102447;
   text-align: right;
   font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.16px;
}

  .search-items{
    padding: 5px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 49px;
    border: 0.5px solid rgba(0, 0, 0, 0.42);
    background: #FFF;

}

  .search-items input{
    border: none;
    outline: none;
}


.list-article-content {
    padding: 20px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(9, 95, 144, 0.18);
    position: absolute;
    right: 0;
    top: 0; 
}
.list-article-content span{
    color: rgba(16, 36, 71, 0.30);
text-align: center;
font-size: 18px;
padding: 10px 0px;
display:inline-block ;
font-weight: 700;
letter-spacing: 0.18px;
}

.list-article-content  ul{
    list-style:square;
    padding: 20px;
    padding-top:0px;
    font-size: 10px;
}

.list-article-content  ul li{
    margin-bottom: 8px;
}

.list-article-content  ul li a{
    text-decoration: none;
    color: #102447;
   text-align: right;
   font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.16px;
}

.list-article-content  .search-items{
    padding: 5px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 49px;
    border: 0.5px solid rgba(0, 0, 0, 0.42);
    background: #FFF;

}

.list-article-content  .search-items input{
    border: none;
    outline: none;
}


.pagination{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.pagination li{
    border-radius: 50%;
    width: 30px;
    cursor: pointer;
    height: 30px;
    color: #095F90;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
border: 0.5px solid  #E3E6E8;
background:  #FFF;
margin: 0px 5px;

}

.pagination li.next, 
.pagination li.prev 
{
    border: none;
    width: auto;
    height: auto;
    border-radius: 0px;
    padding: 0px;
}



.active>.page-link, .page-link.active{
    background-color: #095F90 !important;
    color: white;
} 
   



/*footer  */

footer {
    background-image: url("../../assets/images/footer.png");
    width: 100%;
    background-size: cover;
background-repeat: no-repeat;
    margin-top: 60px;
    background-position: center;
display: flex;
align-items: center;
justify-content: center;
/* position: relative; */
}

.footer__content{
display: flex;
width:90%;
justify-content: space-between;
margin-top: 90px;
}

  /* .wave{
    position: absolute;
    top: -181px;
border: 1px solid white;
z-index: -1;

} */
.footer__content .social{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
   margin-bottom: 20px;
}

.subscribe {
padding: 11px 14px;
background-color: white;
border-radius: 15px;
display: flex;
justify-content: space-between;
}

.subscribe  input{
    width: 60%;
    border: none;

}

.subscribe .form-control:focus {
    box-shadow: none;

}

.subscribe button{
    background-color: #49276E;
    padding: 11px 40px;
    border-radius: 20px;


}



footer h5{
    font-size: 18px;
    color: white;
    margin-bottom: 30px;
    line-height: 1.5;

}


footer h5 small{
    font-size: 13px;
}

footer .nav-link{
text-decoration: none;
color: white;

}


footer .nav-link:hover{
    color: white;
}

footer h5 svg{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.map{
    width: 40px;
    height: 40px;
    margin: 0px;
}


footer .social .footer-icons-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;

}

footer .social .footer-icons-social svg{
    margin-right: 12px;
}




