/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');


a,
input,
label,
strong,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
textarea,
select,
li,
ul,
option,
button {
    font-family: 'Cairo', sans-serif !important;
}

.ar-body-lang-direction {
    direction: rtl;
}

.uppercase {
    text-transform: uppercase !important;
}

#sign-modal .nav-tabs .active {
    background: #6d2a5b !important;
    color: #fff !important;
}


.profile-image {
    width: 250px !important;
    height: 250px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 3px solid #c016a2;
    box-shadow: rgba(149, 157, 165, 0.3) 0px 5px 14px;

}

#header #mainMenu .active a {
    color: #c016a2 !important;

}

@media (max-width:991px) {

    #header #mainMenu li {
        text-align: center !important;
    }

    .header-sign-btn {
        display: block;
        margin: auto;
    }
}

body {
    overflow: hidden;
}

.slider-logo {
    width: 100%;
    max-width: 400px;
}

/* #header .header-inner .container {
    padding: 10px 5px !important;
} */

#single-header ul li a {
    color: #000 !important;
}


.header-logo {
    width: 150px;
    max-height: 70px;
    object-fit: contain;
    margin-top: 5px;
}

#logo a>img {
    display: block !important;
}

.inspiro-slider .scroll-to {
    background: #c016a2 !important;
    outline: none;
    padding: 18px 30px !important;
    width: 200px;
    border-radius: 8px;
    border: none !important;
}



.inspiro-slider .scroll-to:hover {
    background: #a1007d !important;

}

.contact-us-form label {
    color: #a1007d !important;

}


.purple-btn {
    background: #fff !important;
    outline: none;
    color: #6d2a5b !important;
    text-align: center;
    padding: 15px 30px 15px 30px !important;
    border-radius: 10px;
    border: 2px solid #c016a2 !important;
}

.purple-btn:hover {
    background: #a1007d !important;
    color: #fff !important;


}


.page-texture {
    background: url(../images/other/page-texture.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.about-purple-btn {
    background: #6d2a5b !important;
    outline: none;
    color: #fff !important;
    text-align: center;
    padding: 15px 30px 15px 30px !important;
    border-radius: 10px;
    border: 2px solid #6d2a5b !important;
}

.about-purple-btn:hover {
    background: #fff !important;
    color: #6d2a5b !important;
    border: 2px solid #c016a2 !important;


}

.gray-text {
    color: #c9cdd3 !important;
}

.blue-text {
    color: #3a7bc8 !important;
}

.purple-text {
    color: #6d2a5b !important;
}

.text-purple-text {
    color: #c016a2 !important;

}


.contact-us-info {
    padding: 4%;
    border-radius: 5px;
}

.about-us-image {
    border-radius: 10px;
    width: 100%;
    /* max-width: 350px !important; */
}




.form-purple-btn {
    background: #6d2a5b !important;
    outline: none;
    color: #fff !important;
    text-align: center;
    padding: 15px 30px 15px 30px !important;
    border-radius: 10px;
    border: 2px solid #6d2a5b !important;
}

.form-purple-btn:hover {
    background: #fff !important;
    color: #6d2a5b !important;


}

.contact-us-col {
    padding: 3%;
}

#blog .post-item {
    margin-bottom: 40px;
}


#blog img {
    border-radius: 8px 8px 0 0;
}

#blog .post-item-wrap {
    border-radius: 10px;
    /* box-shadow: 5px 10px #39293451; */
    box-shadow: rgba(149, 157, 165, 0.1) 0px 5px 14px;
}


#blog .post-meta-category {
    background: #a1007d;
}

#blog .item-link {
    background: #3a7bc8;
    border-radius: 50px;
    padding: 12px 20px;
    color: #fff;
}


#blog .item-link:hover {
    background: #fff;
    border-radius: 50px;
    border: 1px solid #3a7bc8;
    color: #3a7bc8;
}


.soon-event-badge {
    background: rgb(16, 98, 16) !important;
}

.soon-event-dets {
    max-width: 800px;
}

.div-radius {
    border-radius: 10px;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);

}

.finished-event-badge {
    background: rgb(99, 19, 19) !important;
    color: #fff !important;
}

.event-type {
    background: #e0dede !important;
    padding: 8px 15px !important;
    color: #6d2a5b;
    border-radius: 50px !important;
}


.event-read-more {
    text-align: center;
    color: #3a7bc8;
    outline: none;
    text-align: center;
    padding: 18px 30px !important;
    width: 200px;
    border: 1px solid #3a7bc8 !important;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 20px !important;
}

.event-read-more:hover {
    background: #3a7bc8 !important;
    color: #fff !important;
}

.event-item .post-item-wrap {
    margin-bottom: 10px;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.event-item .post-item-wrap,
.event-item .post-item-wrap img {
    border-radius: 10px !important;
}

.header-sign-btn {
    border-radius: 5px !important;
    background: #3a7bc8 !important;
    /* margin: 10px !important; */
    color: #fff !important;
}

.footer-logo {
    width: 300px;
    border: none !important;
}

.fixed-bg {
    background: url(../images/other/new_cover.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


#footer {
    background: url(../images/fixed-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

#footer a:hover {
    color: #3a7bc8 !important;
}

.contact-info i {
    margin: 5px !important;
}

.footer-content .container-fluid {
    padding-right: 6%;
    padding-left: 6%;

}

.welcome-img {
    width: 100%;
    max-width: 1200px;
}

.why-join {
    background: url(../images/other/why-bg-2.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}


.fixed-paper-bg {
    background: url(../images/other/page-texture.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.account-details h5 {
    background: #f5f5f5 !important;
    padding: 10px !important;
    border-radius: 5px;
}

.contact-bg-light-div {
    border-radius: 10px !important;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 5px 14px;

}

@media (max-width:768px) {

    .inspiro-slider {
        height: 500px !important;
    }
}




@media (max-width:991px) {

    .header-sign-btn {
        max-width: 200px !important;
        text-align: center !important;
        margin-top: 5px !important;
    }
}



@media (max-width:500px) {

    .inspiro-slider h2 {
        font-size: 15px !important;
    }


    .inspiro-slider {
        height: 330px !important;
    }

    .inspiro-slider h1 {
        margin-top: -20px !important;
        font-size: 22px !important;
    }


    .inspiro-slider p {
        margin-top: -20px !important;

        font-size: 14px !important;
    }
}