/* Start Global */

@font-face {
    font-family: Almarai;
    src: url(../webfonts/Almarai-Regular.ttf);
}

body {
    font-family: "Almarai", sans-serif;
}

a:hover {
    color: #fff !important;
}

ul {
    list-style: none;
}

:root {
    --main-color: #df0331;
}

*:focus,
*:active {
    outline: none !important;
}

/* End Global */

/* Start Navbar */

.w-navbar {
    background-color: #2b234c;
}

.w-navbar-dark .w-navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.w-collapse {
    flex-direction: column;
    align-items: flex-start;

    background-color: #2b234c;
    padding: 0 10px;
}

.w-navbar-dark .w-navbar-nav .w-nav-link {
    color: #fff;
    padding: 5px;

    background: #2b234c;
    font-size: 14px;
}

.w-nav-item {
    margin-left: 10px;
}

.w-nav-link-login {
    background-color: var(--main-color);
}

.w-dropdown-menu {
    width: 385px;
    padding: 10px;
}

.menu-type {
    background-color: #ececec;
    min-width: 85px;
    /* height: 28px; */
    display: inline-block;
    padding: 8px;
    /* margin-bottom: 5px; */
    margin-left: 4px;
    border-radius: 3px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu-type:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: var(--main-color);
}

.menu-type.active {
    background-color: var(--main-color);
    color: #fff;
}

.menu-type.active:hover {
    color: #fff !important;
}

.w-nav-item.active .w-nav-link {
    background-color: var(--main-color);
    border-radius: 5px;
}

.w-navbar-nav {
    margin-bottom: 15px;
}

.w-form-inline {
    flex-wrap: nowrap;
    width: 60%;
}

.w-form-inline .w-form-control {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.w-form-inline .w-form-control:focus {
    outline: none;
}

.w-form-inline .w-form-control::placeholder {
    color: #b5b5b5;
}

.w-btn-search {
    width: 85px;
    background-color: var(--main-color);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.w-fa-search {
    color: #fff;
}

.w-nav-item.or {
    color: #fff;
}

.w-dropdown-item:hover {
    color: #000 !important;
    background-color: #fff;
}

.w-dropdown-item:active {
    background-color: #fff !important;
    color: #000;
}
/* End Navbar */

/* Start Model */
.model-preview {
    margin-top: -170px;
    margin-bottom: 50px;
}

.model-preview .card-text {
    color: #000;
    font-weight: bold;
}

.model-preview .mark-text {
    color: var(--main-color);
}
.model-preview .card {
    border-radius: 20px;
    width: 710px;
    height: 170px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.model-preview .card-link {
    background-color: #2b234c;
    color: #fff;
}

/* End Model */

/* Start Carousel */

.w-carousel {
    margin-bottom: 60px;
}

.w-carousel-indicators {
    bottom: -51px;
}

.w-carousel-indicator.active {
    background-color: var(--main-color);
}

li.w-carousel-indicator {
    width: 15px;
    height: 15px;
    background-color: #bebebe;
}

.w-carousel-item {
    height: 598px;
    position: relative;
}

.w-carousel-caption {
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    height: 25px;
    width: fit-content;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 70%;
}

.w-carousel-info {
    background-color: rgba(223, 3, 49, 0.5);
    font-size: 40px;
    padding: 10px;
}

/* End Carousel */

/* Start All Content */

.filter {
    display: flex;
}

.w-fa-filter {
    color: #bebebe;
    margin-top: 10px;
    margin-left: 20px;
}

.w-btn-filter {
    border-color: #d9d9d9;
    width: 283px;
    text-align: start;
}

.w-btn-filter::after {
    border: none;
}

.w-fa-angle-down {
    position: absolute;
    left: 20px;
    top: 9px;
    color: var(--main-color);
    font-size: 20px;
}

.all-content .content {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.all-content .w-card {
    width: 267px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.w-card-a:hover {
    text-decoration: none;
}

.all-content .w-card-img-top {
    width: 100%;
    height: 238px;
}

.all-content .w-card-title {
    font-size: 18px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.all-content .w-card-text {
    font-size: 19px;
    font-weight: bold;
    color: #000;
}

.all-content .card-text-type {
    font-weight: normal;
    font-size: 16px;
    color: #636363;
    margin-right: 10px;
}

.all-content .mark {
    background-color: #e8e8e8;
    padding: 10px;
    color: #707070;
}

.all-content .w-btn-phone {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.w-fa-phone-alt {
    margin-right: 10px;
    margin-top: 3px;
}

/* End All Content */

/* Start Breadcrumb */

.w-breadcrumb {
    margin-top: 30px;
}

.w-breadcrumb-link,
.w-breadcrumb-link:hover {
    color: #2b234c !important;
    text-decoration: none;
}

.w-breadcrumb-item.active {
    color: #aeaeae;
}

/* End Breadcrumb */

/* Start pagination */

.w-pagination {
    margin-top: 50px;
    margin-bottom: 60px;
}

.w-pagination-list {
    display: flex;
    justify-content: center;
}

.w-page-item.active .w-page-link {
    background-color: #2b234c;
    border-color: #2b234c;
    color: #fff !important;
}

.w-page-link {
    color: #858585;
    background-color: #e5e5e5;
    margin-left: 10px;
    border-radius: 4px;
}

.w-page-link:hover {
    text-decoration: none;
    color: #858585 !important;
    background-color: #e5e5e5;
}

.w-page-link.previous,
.w-page-link.next {
    background-color: #2b234c;
    border-color: #2b234c;
    color: #fff;
}

.w-page-link.previous:hover,
.w-page-link.next:hover {
    color: #fff !important;
}

.w-fa-chevron-right {
    margin-left: 10px;
}

.w-fa-chevron-left {
    margin-right: 10px;
}

/* End pagination */

/* Start Product */

.product {
    margin-bottom: 80px;
}

.product-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.product-info .slider {
    width: 48%;
    margin-left: 4%;
    height: 600px;
}


.custCarousel {
    width: 100%;
    height: 400px;
}

.o-carousel-inner {
    width: 100%;
    height: 100%;
}

.o-carousel-item {
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.o-carousel-inner .o-car-img {
    width: 100%;
    height: 100%;
}

.custCarousel .carousel-indicators {
    position: relative;
    height: fit-content;
    /* single product slider indicators */

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: 1px !important;
    margin-right: 1px !important;
    margin-top: 20px;
}

.custCarousel .carousel-indicators > li {
    width: 15px;
    margin-right: 5px !important;
    height: 15px;

    /* width: 30px;
    height: 0px;
    border-radius: 15px;
    background: red; */
}

.custCarousel .carousel-control-prev,
.custCarousel .carousel-control-next {
    background: rgba(0, 0, 0, 0.1);
}

.custCarousel .list-inline-item:not(:last-child) {
    margin-left: 5px !important;
}
.custCarousel .list-inline-item.active .w-img-fluid {
    background: #bbb !important;
}

.carousel-indicators li {
    border-bottom: 0px solid transparent !important;
}

.custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.7;
}

.custCarousel .carousel-indicators li.active img {
    opacity: 1;
}

.custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
}

.w-img-fluid {
    /* min-width: 98px; */
    /* height: 90px; */
    border-radius: 15px;
    overflow: hidden;
    width: 14px;
    height: 14px;
}

.product .info {
    width: 48%;
}

.info .info-head {
    margin-top: 40px;
    font-size: 17px;
    color: #787878;
}

.info .info-hr {
    width: 530px;
    margin: 5px 0;
}

.info .info-p {
    color: #787878;
    font-size: 16px;
}

.info .info-properties {
    color: #787878;
    font-size: 18px;
}

.info .properties {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.info .product-properties {
    display: block;
    min-width: 125px;
    background-color: #dbdbdb;
    color: #787878;
    margin-bottom: 5px;
    margin-left: 5px;
    border-radius: 5px;
    padding: 5px 10px;
}

.buttons {
    margin-top: 102px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.buttons .btn-link {
    font-size: 16px;
    width: 177px;
    border: none;
    border-radius: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #fff !important;
    text-decoration: none;
}

.buttons .preview {
    background-color: #2b234c;
}

.buttons .contact-phone {
    background-color: var(--main-color);
}

.buttons .contact-whatsapp {
    background-color: #4caf50;
}

.buttons .w-fas {
    margin-right: 5px;
}

/* End Product */

/* Start Preview */

.preview-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 250px;
    margin-top: 20px;
    position: relative;
}

.prview-head .marked {
    color: var(--main-color);
}

.preview .w-form {
    justify-content: center;
}

.preview .w-form-group {
    margin-bottom: 30px;
    width: 100%;
}

.preview .w-label {
    min-width: 150px;
    justify-content: flex-start;
    color: #757575;
    font-size: 17px;
    display: inline-block;
}

.preview .w-form-control {
    margin-left: 0 !important;
    margin-right: 20px !important;
}

.preview .w-form-control.phone {
    margin-right: 20px !important;
}

.preview .w-form-control.governorate {
    width: 78.5%;
    margin-right: 48px !important;
}

.preview .w-form-control::placeholder {
    text-align: center;
}

.preview .w-form-group-button .w-col {
    padding: 0;
}

.preview .w-btn-preview {
    width: 200px;
    background-color: var(--main-color);
    color: #fff;
    width: 100%;
}

.preview .preview-img {
    position: absolute;
    left: 0;
    top: 300px;
}

/* End Preview */

/* Start installment */

.installment {
    margin-top: 50px;
    margin-bottom: 100px;
}

.installment-head .marked {
    color: var(--main-color);
}

.installment-content {
    width: 700px;
    margin: 0 auto;
    margin-top: 30px;
}

.w-installment-label {
    color: #757575;
    font-size: 18px;
    min-width: 186px;
}

/* 
.w-installment-col {
    margin-right: 30px;
} */

.w-installment-form-control {
    text-align: center;
    color: #757575;
}

.installment .w-installment-select {
    font-weight: bold;
}

.w-installment-button {
    background-color: var(--main-color);
    color: #fff;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
}

.w-installment-button:hover {
    color: #fff;
}

/* End installment */

/* Start Rules */

.rules-page {
    margin-top: 50px;
    margin-bottom: 130px;
}

.rule-head {
    background-color: #2b234c;
    width: 240px;
    color: #fff;
    border-bottom-left-radius: 75px;
    border-top-left-radius: 75px;
    padding: 15px 0;
    margin-bottom: 30px;
    font-size: 25px;
}

.rule-p {
    color: #757575;
    font-size: 22px;
    margin-bottom: 30px;
}

/* End Rules */

/* Start Login */
.login-head {
    width: 270px;
}

.w-form-login {
    width: 40%;
    margin: 70px auto;
}

.w-login-group {
    padding-right: 0;
}

.w-form-text-login {
    color: #000;
}

.w-form-text-login:hover {
    color: #000 !important;
    text-decoration: none;
}

.btn-login {
    background-color: var(--main-color);
    color: #fff;
    width: 100%;
    margin-top: 20px;
}

.btn-login:hover {
    color: #fff;
}

.w-form-login .btn-sign-up {
    background-color: #2b234c;
    color: #fff;
    margin-top: 10px;
    width: 100%;
}

.btn-signup {
    background-color: var(--main-color);
    width: 100%;
    color: #fff;
    margin-top: 20px;
}

.btn-signup:hover {
    color: #fff;
}
/* End Login */

/* Start Contact Us */

.contact-us {
    background-color: #2b234c;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.contact-logo {
    display: flex;
    margin: 0 auto;
    margin-bottom: 30px;
}

.contact-social {
    display: flex;
    justify-content: center;
}

.social-icon {
    margin-left: 20px;
}

.social-item {
    color: var(--main-color);
}

.google-play {
    margin-top: -70px;
    margin-bottom: 30px;
}

.play-text {
    font-size: 20px;
    margin-right: 5px;
}

.play-icon {
    width: 170px;
    height: 50px;
}

/* End Contact Us */

/* Start Footer */

.footer {
    background-color: #f1f1f1;
    padding-top: 20px;
}

.footer .container {
    display: flex;
    justify-content: space-between;
}

.rules-list {
    display: flex;
}

ul {
    margin-bottom: 0 !important;
}

.rules-item {
    margin-left: 10px;
}

.rules-a {
    color: #919191;
}

.rules-a:hover {
    color: #919191 !important;
    text-decoration: none;
}

.conpyright-text {
    color: #919191;
    margin-bottom: 0;
    padding-bottom: 10px;
}

/* End Footer */

/* Extra small devices (portrait phones, less than 576px) */

/* No media query for `xs` since this is the default in Bootstrap */

/* Extra large devices (large desktops, 1200px and up) */

@media (max-width: 1200px) {
    .w-navbar-nav {
        margin-top: 15px;
    }
    .product .slider {
        width: 445px;
    }
    .product .info {
        width: 445px;
    }
    .w-img-fluid {
        /* min-width: 81px; */
    }
    .info .info-hr {
        width: 435px;
    }
    .info .product-properties {
        width: 115px;
    }
    .buttons {
        margin-top: 81px;
    }
    .buttons .btn-link {
        font-size: 12px;
        width: 158px;
    }
    /* .w-nav-item:last-of-type {
        margin-right: 0;
    }
    .preview .w-form-control.governorate {
        width: 83%;
    } */
}

/* Large devices (desktops, 992px and up) */

@media (max-width: 992px) {
    .product-info {
        justify-content: center;
    }
    .product .slider {
        width: 100%;
    }
    .w-img-fluid {
        /* min-width: 100px; */
    }
    .preview-content {
        justify-content: center;
    }
    .w-form-login {
        width: 70%;
    }
    .preview .w-label {
        margin-bottom: 10px;
    }
    .preview .w-form-control {
        margin-right: 0 !important;
    }

    .preview .w-form-control.governorate {
        margin-right: 0 !important;
        width: 97%;
    }

    .preview .preview-img {
        top: 450px;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (max-width: 768px) {
    .w-carousel-info {
        font-size: 30px;
    }
    .w-carousel .w-arrow {
        font-size: 80px;
    }

    .w-carousel-info {
        font-size: 25px;
    }
    .dropdown-gallary {
        margin-right: 35px;
        margin-top: 10px;
    }
    .dropdown-gallary.alone {
        margin-right: 0px;
        margin-top: 0px;
    }
    .footer .container {
        display: block;
        text-align: center;
    }

    .model-preview .card-text {
        text-align: center;
    }
    .rules-list {
        margin: 0 auto;
        width: fit-content;
        padding-right: 15px;
        margin-bottom: 15px;
    }
    .w-img-fluid {
        /* min-width: 94px; */
    }
    .installment-content {
        width: 519px;
    }
    .w-installment-label {
        min-width: 130px;
        font-size: 11px;
        font-weight: bold;
    }
    .w-installment-col-11 {
        max-width: 90.666667%;
    }
    .google-play {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .preview .w-label {
        margin-right: 0 !important;
    }

    .preview .w-phone {
        margin-top: 20px;
    }

    .preview .w-label {
        /* width: 95px; */
        margin-left: 20px;
    }

    .preview .w-form-control.phone {
        margin-right: 0px !important;
    }

    .preview .w-form-control.governorate {
        width: 60.5%;
    }
}

/* Small devices (landscape phones, 576px and up) */

@media (max-width: 576px) and (min-width: 375px) {
    .w-form-inline {
        width: 100%;
    }
    .w-dropdown-menu {
        width: 344px;
    }
    .menu-type {
        width: 102px;
    }
    .w-carousel-info {
        font-size: 20px;
    }
    .w-carousel .w-arrow {
        font-size: 55px;
    }
    .all-content .w-card {
        margin-left: 0;
    }
    .w-img-fluid {
        /* min-width: 60px; */
        /* height: 60px; */
    }
    .model-preview .card-link {
        width: 50% !important;
    }
    .info .info-hr {
        width: 350px;
    }
    .w-fa-chevron-right {
        margin-left: 5px;
    }
    .w-page-link.previous,
    .w-page-link.next {
        width: 78px;
    }
    .w-fa-chevron-left {
        margin-right: 5px;
    }
    .preview .w-form-control {
        display: inline-block;
        width: 230px;
        margin-right: 0 !important;
    }
    .preview .preview-img {
        width: 500px;
    }
    .preview .preview-img .image {
        width: 100%;
    }
    .model-preview {
        margin-top: -100px;
    }
    .installment-content {
        width: 345px;
    }
    .w-installment-col {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .w-installment-col-11 {
        max-width: 100%;
    }
    .buttons .btn-link {
        font-size: 16px;
        width: 213px;
    }
    .rule-head {
        font-size: 20px;
    }
    .rule-p {
        font-size: 20px;
    }
    .w-carousel-item {
        height: 330px;
    }
    .w-page-link.previous,
    .w-page-link.next {
        font-size: 13px;
    }
    .w-page-item {
        font-size: 13px;
    }
    .w-page-link {
        margin-left: 7px;
    }
    .rule-head {
        width: 190px;
    }
    .w-form-login {
        width: 90%;
    }
    .preview .preview-img {
        top: 430px;
        width: 350px;
    }

    .preview .w-form-control {
        width: 100%;
    }

    .preview .w-form-control.governorate {
        width: 100%;
    }

    .preview .w-form {
        width: 100% !important;
        margin-bottom: 50px !important;
    }
}

/* @media (max-width: 374px) and (min-width: 280px) { */
@media (max-width: 374px) {
    .w-form-inline {
        width: 100%;
    }
    .w-carousel .w-arrow {
        font-size: 50px;
    }
    .w-dropdown-menu {
        width: 235px;
    }
    .menu-type {
        width: 102px;
    }
    .w-carousel-item {
        height: 300px;
    }
    .w-carousel-info {
        font-size: 15px;
    }
    .all-content .w-card {
        margin-left: 0;
    }
    .w-btn-filter {
        width: 205px;
    }
    .contact-logo {
        width: 250px;
    }
    .model-preview {
        margin-top: -90px;
    }
    .model-preview .card-link {
        width: 75% !important;
    }
    .dropdown-all {
        width: 195px;
    }
    .rules-item {
        margin-left: 5px;
        font-size: 12px;
    }
    .rules-a {
        font-size: 12px;
        font-weight: bold;
    }
    .conpyright-text {
        font-size: 14px;
    }
    .installment-content {
        width: 250px;
    }
    .w-installment-col-11 {
        max-width: 100%;
    }
    .rule-head {
        font-size: 20px;
    }
    .rule-p {
        font-size: 15px;
    }
    .preview .w-form-control {
        margin-right: 0 !important;
    }
    .preview-img .image {
        width: 250px;
    }
    .w-breadcrumb-item {
        font-size: 13px;
    }
    .product-info .slider {
        height: 400px;
    }
    .custCarousel {
        height: 220px;
    }

    /* more height in mobile only  */
    .more-height {
        height: 500px !important;
    }

    .extra-more-height {
        height: 550px !important;
    }
    
    .buttons .btn-link {
        font-size: 16px;
        width: 213px;
    }
    .w-img-fluid {
        /* min-width: 40px; */
        /* height: 40px; */
    }
    .info .info-hr {
        width: 240px;
    }
    .fold-hidden {
        display: none;
    }
    .w-page-link.previous,
    .w-page-link.next {
        font-size: 9px;
    }
    .w-page-item {
        font-size: 10px;
    }
    .w-page-link {
        margin-left: 6px;
    }
    .rule-head {
        width: 190px;
    }
    .w-form-login {
        width: 90%;
    }
    .preview .preview-img {
        top: 430px;
        width: 250px;
    }

    .preview .w-form-control {
        width: 100%;
    }

    .preview .w-form-control.governorate {
        width: 100%;
    }

    .preview .w-form {
        width: 100% !important;
        margin-bottom: 50px !important;
    }
    .w-installment-col {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
