: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 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: auto;
}


header .banner{
background-image: url("../../assets/images/banner-article.png");
background-size: cover;
    width: 100%;
}



/* header */


header .navbar {
    width: 92%;
    margin: auto;
    
}


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 span{
    color: #FEFEFE;
font-size: 13px;
font-weight: 500;
}

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: 14px;
    color: var(--white);
    font-weight: 700;
}

.navbar .navbar-nav .nav-item .nav-but {
    color: var(--white);
    padding: 10px 25px;
    font-size: 13px;
    border-radius: 13px;
}


.navbar-toggler:focus {
    box-shadow: none;
}


header .heading-articles {
    display: flex;
    justify-content: right;
    width: 90%;
    margin: auto;
    flex-direction: column;
    color: var(--white);
    padding-right: 30px;
    padding-top: 80px;
    padding-bottom: 40px;
}

header .heading-articles h2 {
    color: #FFF;
    text-align: right;
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 30px;
}

header .heading-articles p {
    color: #F2B829;
    text-align: right;
    font-size: 38px;
    font-weight: 500;
}
.title-page {

    width: 100%;
    padding-right: 100px;
    color:#fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 9px;
    padding-top: 30px;
    margin: auto;
    margin-bottom: 40px;
}

.title-page span {
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-weight: 700;
    line-height: 9px;
}

/* article */

.article {
    align-items: start;
    width: 85%;
    position: relative;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex; 
    justify-content: space-between;
    
}

.article .right-article .title{
    color: #F2B829;
text-align: right;
font-size: 32px;
font-weight: 800;
margin-bottom: 30px;
line-height: 2;

}

.article .right-article .description{
    color: #0B325C;
text-align: right;
font-size: 18px;
font-weight: 600;
}

.article .right-article .art{
    color: #0B325C;
text-align: right;
font-size: 18px;
font-weight: 700;
}


.article .right-article .info h1{
margin-bottom: 30px;
}

.article .right-article .info h1 span{
    color: #0B325C;
    text-align: right;
    border-radius: 30px;
background: #F2B829;
padding: 9px 30px;
    font-size: 18px;
    font-weight: 700;
}


.left-art-card{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-bottom: 30px;
}

.left-art-card h3{
    color: #095F90;
text-align: center;
font-size: 14px;
font-weight: 700;
margin-top: 10px;
margin-bottom: 10px;

}

.left-art-card a{
    color: #F2B829;
text-align: center;
font-size: 12px;
font-weight: 700;
}
.article .right-article .info p{
color: #0B325C;
text-align: right;
font-size: 18px;
font-weight: 600;
line-height: 2;
}


.article nav{
    width: 50%;
    margin: auto;

}

.right-article{
    width: 70%;
}

.left-article{
    width: 28%;
    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;
}

.left-article  .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;

}

.left-article  .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;
}


/*footer  */

footer {
    display: flex;
    flex-direction: column;
    height: auto;
    background: linear-gradient(-268deg, #002348 0.59%, #013E75 0.6%, #05264D 97%);
}

footer .media-width {
    width: 90% !important;
    margin: auto;
}

footer .links .footer-links {
    text-align: right;

}

footer .links .footer-links .footer-icons-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-top: 60px;
}

footer .links .footer-links .footer-icons-payment {
    position: absolute;
    margin-top: 90px;
}

footer .links .footer-links h6 {
    font-size: 18px;
    color: #FEFEFE;
    font-weight: 900;

}

footer .links .footer-links a {
    text-decoration: none;
    color: #FEFEFE !important;
    font-size: 14px;
    font-weight: 200;
}

footer .links .footer-links .subscribe {
    display: flex;
    justify-content: space-between;
    background-color: white;
    height: 50px;
    border-radius: 23px;
    margin-bottom: 20px;

}

footer .links .footer-links .subscribe input {
    border: none;
    font-size: 14px;
    padding-right: 5px;
    border-radius: 23px;

}

footer .links .footer-links .subscribe h3 {
    font-size: 14px;
    background-color: var(--yellow);
    margin-bottom: 0px;
    color: white;
    padding: 10px;
    border-radius: 0px 23px 23px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .links .footer-links .contact-1 {
    display: flex;
    justify-content: space-between;
    position: absolute;
    margin-bottom: 50px;

}

footer .links .footer-links .contact-2 {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;

}

footer .links .footer-links .contact-1 span {
    font-size: 14px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


footer .links .footer-links .contact-2 span {
    font-size: 14px;
    color: white;
}

footer .copyright {
    border-top: 1px solid rgba(254, 254, 254, 0.70);
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.70);

}


footer .media {
    display: none;
}

footer .media .footer-icons-social {
    display: flex;
    justify-content: space-between;
    width: 30%;
    align-items: center;
}

footer .media .footer-media-contact {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 90%;

}

footer .media .contact-1 {
    display: flex;

}

footer .media .contact-2 {
    display: flex;

}

footer .media .contact-1 span {
    font-size: 14px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


footer .media .contact-2 span {
    font-size: 14px;
    color: white;
    padding-right: 10px;
}


/* un footer */
.un__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0px;

}

.un__footer .developer {
    font-size: 16px;
    font-weight: 500;
    color: white;



}

.un__footer .developer span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 800;
    font-weight: bolder;
}




/* end un footer */