/* landing */
.landing {
    background-image: url('../images/Group 78.png');
    background-size: cover;
    height: 300px;
    margin-bottom: 40px;
}

.landing .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
}

.landing .container .callus {
    font-weight: bold;
    color: #2784A1;
    font-size: 28px;
}

.landing .container p {
    color: black;
    font-size: 16px;
}

/* landing */

/* storages */
.storages {
    /* margin-bottom: 50px; */
    /* margin-top: 100px; */
}

.storages .container {}

.storages .main-head {
    color: #44494F;
}

.storages .dropdown {
    color: #7C7C7C;
}

.storages .dropdown .btn {
    color: #7C7C7C;
    font-weight: bold;
}

.storages .dropdown .btn:hover {
    background-color: white;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: white;
    background-color: white;
}

.storages .container .card {
    border: none;
    background-color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    overflow: hidden;
}

.storages .container .card img {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}

.storages .container .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.storages .container .card .card-body h5 {
    font-weight: bold;
    color: #191825;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.storages .container .card .card-body p {
    color: #191825BF;
    font-size: 14px;
}

@media (max-width: 501px) {
    .storages .container .main-head {
        text-align: center;
    }
}

.storages .container .card .card-body .location {
    margin-bottom: 5px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.storages .container .card .card-body .area {
    color: #F79321;
    margin-bottom: 5px;
}

.storages .container .card .card-body .price {
    color: #404040;
    margin-bottom: 5px;
}

.storages .container .card .card-body a {
    background-color: #F79321;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    width: 100%;
}

@media (min-width: 992px) {
    .storages .container .card {
        height: 604px;
    }
}

@media (max-width: 991px) {
    .storages .container .card {
        height: 574px;
    }
}

@media (max-width: 768px) {
    .storages .container .card {
        height: 491px;
    }
}

@media (max-width: 576px) {
    .storages .container .card {
        height: auto;
    }
}

.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

.pagination li {
    display: inline;
    text-align: center;
}

.pagination a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #fff;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
}

.pagination a.active {
    cursor: default;
}

.pagination a:active {
    outline: none;
}

.modal-4 a {
    margin: 0 5px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #2793B9;
    font-weight: bold;
}

.modal-4 .num {
    border: 1px solid #2793B9;
}

.modal-4 a.next {
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px 0 0 50px;
    width: 50px;
}

.modal-4 a.prev {
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0;
    border-radius: 0 50px 50px 0;
    width: 50px;
}

.modal-4 a:hover {
    background-color: #F79321;
    color: white;
    border: none;
}

.modal-4 a.active,
.modal-4 a:active {
    background-color: #F79321;
    color: white;
    border: none;
}

/* storages */
