/* main color:#6549B7 */
/* color-dig: from  #030a32 to #321d3b*/

@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@300&display=swap");
:root {
    --bg-color: #f1f1f1;
    --color:#6549B7;
}
* {
    font-family: "Tajawal", sans-serif;
}

.bg-light-gray {
    background-color: #f1f1f1 !important;
}

.color-main-blue {
    color:#6549B7 !important;
}

.border-blue {
    border-color:#6549B7 !important;
}
.border-4-main {
    border: 8px solid rgba(255,255,255,0.21);
}

.bg-main-blue {
    background-color:#6549B7 !important;
}
@media (max-width: 991px) {
    .reverse {
        flex-direction: column-reverse;
    }
}
.main-h {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.main-h h3 {
    font-weight: bold;
    font-size: 32px;
    text-transform: capitalize;
}
.main-h h3:first-of-type {
    border-bottom: 3px solid var(--color);
}
.main-nav {
    background-color: transparent !important;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100% !important;
}
.navbar-brand .text-two {

    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    filter: drop-shadow(0.5px 0.866px 0px #3859a0);

}
.navbar-brand .text-one {

    font-size: 33px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    filter: drop-shadow(0.5px 0.866px 0px #3859a0);
}
.main-nav .nav-link {
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    filter: drop-shadow(0.5px 0.866px 0px #3859a0);
    -webkit-filter: drop-shadow(0.5px 0.866px 0px #3859a0);
}
ul.social-list {
    margin-bottom: 0 !important;
}

ul.social-list > li {
    display: inline-flex;
    min-width: 30px;
    border-radius: 100%;
    text-align: center;
}

ul.social-list > li > a {
    padding: 7px;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

ul.social-list > li > a > i {
    color: black;
}

.logo {
    width: 256px;
    height: 100px;
    background: url(/assets/images/logo.JPG) top right no-repeat;
}

.appointment,
.main-nav-bg {
    background-color: #300c82 !important;
}

.nav-link {
    font-weight: 500;
    font-size: large;
    color: white !important;
}

.overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.overlay-white {
    background-color: rgba(255, 255, 255, 0.7);
}

.overlay-blue {
    background-color: #2f0c82a6;

}
.overlay-blue-2 {
    background-color: #2f0c82a6;

}

.wide-img {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.headinImg {
    background-image: url(../images/wide-1.webp);
    min-height: 100vh;
}
.headinImg .text {
    font-size: 28px;
    color: #ffffff;
    width: fit-content;
    line-height: 1.4;
    margin: 0 auto;
    text-align: center;
    filter: drop-shadow(0.5px 0.866px 0px #38488d);
    -webkit-filter: drop-shadow(0.5px 0.866px 0px #38488d);
}
.headinImg .text .title {
    font-size: 50px;
    font-weight: bold;
}
.main-title {
    font-size: 30px;
color: #300c82;
font-weight: bold;
margin-bottom: 1rem;
text-align: center;
}
.main-p {
    max-width: 1004px;
font-size: 18px;
color: #393c47;
font-weight: 400;
text-align: center;
}
.img-text {
    width: 100%;
    height: 296px;
    border-radius:0 100px 0 100px;
    -webkit-border-radius:0 100px 0 100px;
    -moz-border-radius:0 100px 0 100px;
    -ms-border-radius:0 100px 0 100px;
    -o-border-radius:0 100px 0 100px;
    object-fit: cover;
    box-shadow: 0 0 6px 0 #0000006b;

}
.servicesImg {
    color: white !important;
    background-image: linear-gradient(90deg, #705ea9 0%, #5a3ac0 100%);
}
.servicesImg .carousel-control-next,.servicesImg  .carousel-control-prev{
    color: white !important;
    opacity: 1 !important;
    font-size: 45px !important;
}
.servicesImg .carousel-control-next{
    justify-content: flex-start !important;
}
.servicesImg  .carousel-control-prev{
    justify-content: flex-end !important;
}
.main-accordion {
    max-width: 817px !important;
    margin: 0 auto !important;
    border: 1px solid #b5abd8 !important;
}
.btn-more {
    border-radius: 21px !important;
    background-color: #887bc3 !important;
    -webkit-border-radius: 21px !important;
    -moz-border-radius: 21px !important;
    color: white !important;
    -ms-border-radius: 21px !important;
    -o-border-radius: 21px !important;
}
.main-accordion .accordion-body{
    font-size: 16px !important;
    color: #000000 !important;
    font-weight: 400 !important; 
}
.main-accordion .accordion-item{
    border: 1px solid white !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.main-accordion .accordion-button{
    background-color: var(--color) !important;
    color: white !important;
    font-size: 20px !important;
    box-shadow: none !important;
    border: 0 !important;
}
.main-accordion .accordion-button::after{
    -webkit-filter: invert(100%) ;
    /*Safari/Chrome*/filter: invert(100%) ;
}
.main-accordion .accordion-button:not(.collapsed)::after {
    -webkit-filter: unset ;
    /*Safari/Chrome*/filter:unset;
}
.main-accordion .accordion-item:first-of-type {
    border-radius: 0 !important;
    border-top: 0 !important;
}
.main-accordion .accordion-item:last-of-type {
    border-bottom: 0 !important;
}
.main-accordion .accordion-item:first-of-type .accordion-button {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.main-accordion .accordion-item:last-of-type .accordion-button {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.offers {
    background-image: url(../images/bg-info.webp);
}

.footer {
    background-image: url(../images/footer.webp);
}

.text-slide {
    height: 100%;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.reserveing {
    margin-top: -5%;
}

.slide-img {
    margin: auto;
    width: 150px !important;
    height: 150px !important;
}

.offer-img {
    height: 170px;
}

.quote-card {
    background: #fff;
    color: #222222;
    padding: 20px;
    padding-left: 50px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
    position: relative;
    overflow: hidden;
    min-height: 120px;
    padding: 30px;
}
.quote-card p {
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
}

.quote-card.blue-card {
    background:#6549B7;
    color: #ffffff;
    box-shadow: 2px 2px 2px rgba(34, 34, 34, 0.5),
        0 2px 4px rgba(34, 34, 34, 0.5);
}
.quote-card.blue-card:before,
.quote-card.blue-card:after {
    color: #5faaff;
}

.qoute {
    font-weight: 900;
    font-size: 3em;
}

.qoute-to-top {
    margin-top: -30px;
}

.slideBtn {
    background-color: gray !important;
    height: 8px !important;
    width: 50px !important;
}

.slideBtn.active {
    background-color:#6549B7 !important;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 450px;
    width: 100%;
}
.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 450px;
    width: 100%;
}
.contact-icon {
    width: 66px;
    height: 66px;
    font-size: 35px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: white;
    border-radius: 33px;
    background-image: linear-gradient(90deg, #705ea9 0%, #5a3ac0 100%);
}
.bg-grey {
    background-color: #F8F9FB !important;
}
@media (min-width: 940px) {
    .qoute-section {
        height: 70vh !important;
    }
}

@media (max-width: 940px) {
    .qoute-section {
        height: 85vh !important;
    }
}

@media (max-width: 770px) {
    .qoute-section {
        height: 120vh !important;
    }
}

.footer-list > li > a > i {
    color: white !important;
    background-color: #300c82;
    padding: 10px;
    margin-left: 0 !important;
}

.footer-list > li > a {
    padding: 0 !important;
}



.footer-img {
    margin-right: 5px;
    height: 50px;
    width: 50px;
    margin-top: -20px;
}