@import url('colors-constants.css');

body {
    font-family: 'Noto Sans Arabic', sans-serif;
    overflow-x: hidden;
}


nav .nav-link.active {
    color: var(--primary-color) !important;
}

nav .dropdown:hover {
    box-shadow: none;

}

nav .dropdown-toggle:after {
    display: none;
    content: none;

}

nav .login-btn {
    background-color: var(--primary-color);
}


#searchBar {
    padding: 15px auto;
    width: 70%;
    background-color: var(--search-background);
    margin: auto;
}


.nav-search {
    width: 20%;
}



/* Slider styles */
.carousel-control-prev img {
    transform: rotate(180deg);
}

#hero-subtitle {
    color: var(--primary-color);
}

#hero-cta {

    height: 50px;
    width: 280px;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 1.1em;

    overflow: hidden;
    box-shadow: 0 4px 12px 0 rgba(152, 160, 180, 10);
    z-index: -2;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.fill-one {

    background-image: linear-gradient(to left, var(--primary-color), var(--second-gradiant-color));
    height: 50px;
    width: 420px;
    border-radius: 5px;

    z-index: -1;
    transition: all 0.4s ease;
}

.background-container {

    background-color: var(--primary-color);
    opacity: 0.39;
    width: 95%;
    height: 98%;
    left: 0;
}

#carouselBasicExample .carousel-item img {
    height: 100% !important;

}

.mapouter {
    position: relative;
    text-align: right;
    height: 500px;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 500px;
    width: 100%;
}

/* Slider styles */



/* our section styles */
.vertical-line {
    height: 2.5rem;
    width: 0.4rem;
    background-color: var(--primary-color);
}

/* insurance section */

/* cta section */
#cta .cta-container {
    background-image: linear-gradient(to left, var(--primary-color), var(--second-gradiant-color));
}

#cta .cta-container a {
    color: var(--primary-color);
    font-size: 1rem;
}

/* cta section */


/* footer section */
footer {
    background-color: var(--footer-background-one);
}

footer .footer-footer {
    background-color: var(--footer-background-two);
}

/* footer section */



/* response section */


@media (max-width : 1000px) {
    .navbar-nav {
        background-color: whitesmoke;
        text-align: center;
        margin-top: 15px;
        border-radius: 15px;
    }

    #carouselBasicExample .carousel-item img {
        height: 400px !important;

    }


    .nav-search {
        display: none;
    }

}

@media (max-width : 1199px) {
    .navbar-nav {
        font-size: .83rem;
        padding: 0px;
    }


}

@media (max-width : 550px) {
    iframe {
        height: 70%;
    }

    .navbar-nav {
        font-size: .83rem;
        padding: 0px;
    }

    .background-container {
        width: 100%;
        margin: auto 50px;
        height: 100% !important;
        left: -30px;

    }


}


/* response section */


/* modal styles */
.form-control {
    border: none;
    background-color: var(--form-control-background);
    direction: rtl;
    padding: 5px;
}

.form-control::placeholder {
    color: var(--form-control-color);
}

.info-side {
    background-color: var(--primary-color);
    padding-top: 100px;

    border-radius: 15px 0px 0px 15px;

}

.modal-title {
    color: var(--primary-color);
}

.modal-btn {
    color: var(--primary-color);
}

.modal-btn:hover {
    color: var(--primary-color);
}

form .ss-main .ss-single-selected .placeholder {
    background-color: unset !important;
    cursor: pointer !important;
}

#options-content .select-class .ss-single-selected {
    background-color: green !important;

}

/* modal styles */


/* select */

.modal .dropdown {
    width: 100%;
    display: inline-block;
    background-color: #F4F8F7;
    border-radius: 2px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 0.8rem;
    color: #A8ADAC;
    height: 100%;

}

.modal .dropdown i {
    color: #A8ADAC;
}

.modal .dropdown .select {
    cursor: pointer;
    display: block;
    padding: 5px;
}

/*
.modal .dropdown .select>i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
} */

.modal .dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}

.modal .dropdown:active {
    background-color: #f8f8f8
}

.modal .dropdown.active:hover,
.modal .dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8
}

.modal .dropdown.active .select>i {
    transform: rotate(-90deg)
}

.modal .dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 80% !important;
    max-width: 80% !important;
    min-width: 100% !important;
    right: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;

    overflow-y: auto;
    z-index: 9
}

.modal .dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: end;
}

.modal .dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.modal .dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.modal .dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}

/* select */
