body
{
    scroll-behavior: smooth;
}

a
{
    text-decoration: none !important;
}

.first-header
{
    background-color: #2659bd;
    color: white;
    padding: 6px 55px;
    font-size: 13px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.first-header a
{
    color: white;
}

.first-header a:hover
{
    color: #ffbf00;
}

.first-header .right
{
    width: 10%;
}

.first-header .left
{
    width: 20%;
}

.header-content
{
    background-color: rgba(0, 0, 0, 0.4);
    padding: 5px;
}

.header-logo-img
{
    width: 140px;
}

.header-menu
{
    margin: 0;
    padding: 0 !important;
}

.dropdown-container
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.submenu
{
    background-color: rgba(0, 0, 0, 0.6) !important;
    position: unset;
    left: unset;
    right: unset;
    text-align: center;
    margin-top: 16px;
}

.submenu .dropdown-item
{
    color : white !important;
    transition: 0.1s;
    font-size: 14px;
}

.submenu .dropdown-item:hover
{
    background-color: rgba(0, 0, 0, 0.37);
    transition: 0.1s;
}
.submenu .dropdown-item:focus
{
    background-color: rgba(0, 0, 0, 0.37);
    transition: 0.1s;
}

.slide-heading
{
    font-size: 65px;
}

.welcome-widget
{
    padding: 50px;
}

.welcome-widget::after
{
    display: none;
}

.france-text
{
    line-height: 40px;
}

.about-jordan-img1
{
    width: 1060px !important;
}

.about-jordan-img2
{
    width: 1060px !important;
}

.about-jordan-img3
{
    width: 1060px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}

.about-jordan-img4
{
    width: 1060px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}

.about-jordan-img5
{
    width: 1060px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}

.about-jordan-img6
{
    width: 1060px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}
.about-jordan-img7
{
    width: 1060px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}

.about-jordan-img8
{
    width: 1060px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}
.about-jordan-img9
{
    width: 1060px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}
.about-jordan-img10
{
    width: 1060px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}
.about-jordan-img11
{
    width: 1060px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}
.about-jordan-img12
{
    width: 1060px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}
.about-jordan-img13
{
    width: 1060px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}
.about-jordan-img14
{
    width: 1060px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}

.about-jordan-img15
{
    width: 1060px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}

.about-jordan-img16
{
    width: 1060px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}
.about-jordan-img17
{
    width: 1060px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}
.about-jordan-img18
{
    width: 1060px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}

.about-jordan-img19
{
    width: 1060px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}
.about-jordan-img20
{
    width: 1060px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}

.about-jordan .text .paragraph
{
    width: 45%;
    text-align: justify;
    line-height: 1.6;
    word-spacing: 2px; /* يزيد المسافة بين الكلمات */
    letter-spacing: 1px; /* يزيد المسافة بين الحروف */
}

.about-jordan .main-title
{
    color: #0a58ca;
}

.about-jordan .sub-title
{
    color: #890000;
}

.text-exception
{
    font-weight: bold;
    font-size: 1.2rem

;
}

.commissions-section
{
    padding: 50px 0 20px 0;
}

.commissions-section .custom-card
{
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.commissions-section .custom-card:hover
{
   cursor: pointer;
}

.commissions-section .custom-card .custom-card-img
{
    width: 18rem;
    border-radius: 10px;
    transition: 0.5s;
}

.commissions-section .custom-card .custom-card-img .img
{
    width: 100%;
    border-radius: 10px;
}


.commissions-section .custom-card .custom-card-title
{
    background-color: white;
    width: 80%;
    border-radius: 5px;
    text-align: center;
    padding: 30px;
    color: black;
    position: relative;
    bottom: 10%;
    transition: 0.5s;
}


.commissions-section .custom-card:hover .custom-card-img
{
    cursor: pointer;
    filter: blur(2px);
    transition: 0.5s;
}

.commissions-section .custom-card:hover .custom-card-title
{
    cursor: pointer;
    position: relative;
    bottom: 30%;
    transition: 0.5s;
    box-shadow: 0px 4px 40px 5px black;
}

.commesion-join-btn
{
    z-index: 99999999;
    position: absolute;
    top: 15%;
    opacity: 0;
    transition: 0.5s;
}

.commissions-section .custom-card:hover .commesion-join-btn
{
    opacity: 1;
    transition: 0.5s;
}


.blog-section
{
    padding: 50px;
}

.blog-section .card
{
    border: 1px solid black;
}

.blog-section .card:hover
{
    cursor: pointer;
}

.blog-section .card img
{
    border-bottom: 1px solid black;
}
.mss
{
    flex-direction: column;
    justify-content: center;
}

ul{
    list-style-type: none;
}

.paragraph-title
{
    margin-bottom: 10px;
}

.hr-line
{
    background-color: white !important;

    margin: 50px auto;
}

.why h2
{
    font-size: 32px;
    font-weight: 700;
}

.why p
{
    font-size: 18px;
}

.n-title
{
    text-decoration : none;
    color: white;
}

.cta-bar
{
    padding: 50px;
}

h1,h2,h3,h4,h5,h6
{
    margin: 0;!important;
}

.section-title
{
    margin: 0;
}

.trust-section
{
    background-image: url("../img/OIP.jpg");
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 100px;
}
.trust-section-overlay
{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}
.trust-section-overlay:hover
{
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
}

.trust-section .container .fst
{
    margin-bottom: 50px;
}

.portfolio-section
{
    padding: 50px;
    transition: transform 0.5s;
    background-image: url("../img/233.jpg");
    background-size: cover;
    position: relative;
}

.portfolio-section .card
{
    transition: transform 0.5s;
}

.portfolio-section .card:hover
{
    transform: scale(1.03);
    transition: transform 0.5s;
    cursor: pointer;
}


.fun-facts-section
{
    min-height: 450px;
    position: relative;
    margin-bottom: 70px;
}

.counters-container
{
}

.counter-icon
{
    border: 1px solid black;
}




/*Pages*/
.page-main
{
    padding: 50px;
}
.members-page-body .title h2
{
    font-size: 32px;
    color: #000000;
    font-weight: 700;
}

.members-page-body .cards .card
{
    width: min-content;
    border: 1px solid black;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/*.members-page-body .cards .card:hover*/
/*{*/
/*   transform: scale(1.04);*/
/*    transition: 0.5s;*/
/*}*/

.members-page-body .cards .card .card-img
{
    max-height:190px ;
    overflow: hidden;
    border-radius: 10px;
}

.members-page-body .cards .card img
{
    width: 187px;
    border-radius: 10px;
}

.members-page-body .cards .card .card-body
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.members-page-body .cards .card .card-body h5
{
    color: #0a58ca;
    margin-bottom: 5px;
    font-size: 15px;
}

.members-page-body .cards .card .card-body p
{
    margin-bottom: 0px;
    font-size: 13px;
}







.footer-bottom .social-media
{
    margin-bottom: 0 !important;
}

.footer-bottom .social-media ul
{
    margin-bottom: 0 !important;
}
.footer-bottom .social-media ul li
{
    margin-bottom: 0 !important;
}
.footer-bottom .social-media ul li a
{
    color: white !important;
}

.footer-bottom .social-media ul li a:hover
{
    color: #5691ea !important;
}
