@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);
}


i {
    color: #077AD1;
}

#searchBar {
    padding: 15px auto;
    width: 70%;
    background-color: #E3EFF9;
    margin: auto;
}

.nav-search {
    width: 20%;
}


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

.hero-subtitle {
    margin: 15px;
}

#hero .button-holder {
    z-index: 5;
}

.slider-controllers button {
    width: 70% !important;
    padding-top: 40px;
}

#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, #077AD1, #043D69);
    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: 96%;
    height: 98%;
    z-index: -1;
    border-radius: 15px;
    left: 10;
}


#carouselBasicExample .carousel-item img {
    height: 400px !important;
    width: 95%;
}




/* latest offers */

.vertical-line {
    height: 2.5rem;
    width: 0.4rem;
    background-color: #077AD1;
}

#latest-offers .border-effect {
    border: 2px solid #d4d5d57d;
    border-radius: 15px;
}

#latest-offers .card .card-body .before-price,
#hero .before-price {
    background-color: whitesmoke !important;
    color: #A8ADAC;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.85rem;

}

#latest-offers .card .card-body .after-price,
#hero .after-price {
    background-color: #077AD1 !important;
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.85rem;

}

/* latest offers */


/* cta section */
#cta .cta-container {
    background-image: linear-gradient(to left, #077AD1, #043D69);
}

#cta .cta-container a {
    color: #077AD1;
    font-size: 1rem;
}

/* cta section */


/* footer section */
footer {
    background-color: #3995E3;
}

footer .footer-footer {
    background-color: #0e61a8;
}

/* 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) {
    .button-holder {
        width: 90% !important;
    }

    .hero-subtitle {
        margin: 5px 20px;
        font-weight: bold;
    }


    .slider-controllers button {
        width: 70% !important;
        padding-top: 40px;
    }



    #carouselBasicExample .carousel-item img {
        height: 200px !important;
        width: 98% !important;
    }

    .background-container {
        background-color: var(--primary-color);
        opacity: 0.39;
        width: 95%;
        height: 90%;
        left: 10px;
    }

}


/* response section */


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

.form-control::placeholder {
    color: #A8ADAC;
}

.info-side {
    background-color: #077AD1;
    padding-top: 100px;

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

}

.modal-title {
    color: #077AD1;
}

.modal-btn {
    color: #077AD1;
}

.modal-btn:hover {
    color: #077AD1;
}

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



/* 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
} */

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

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

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

.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 */
