﻿/* Styles for title section*/
footer {
    margin-top: 3rem;
}

#offer-title {
    padding: 3rem;
    text-align: center;
    font-family: TypeNextCondensedProBold;
}
/* Styles for filter section*/
.filter-content {
    border-bottom: 1px solid #E7E7E7;
}

    .filter-content .row {
        margin: 0rem !important;
        padding: 0rem !important;
    }

.filter-flex {
    margin-top: 0.5rem;
}

.all-models {
    text-align: end;
}

    .all-models .filter-button-offer {
        text-align: end;
        width: fit-content !important;
    }

.filter-title {
    font-size: 1.4rem !important;
    display: flex;
    align-items: center;
}

    .filter-title h5 {
        color: #0066B1;
        text-align: right;
        font-family: TypeNextProRegular;
    }

.col-3.col-lg-2 {
    padding: 0rem !important;
}

.filter-button-offer,
.filter-button-offer-primary {
    border: none !important;
    color: #3E3E3E;
    width: 100% !important;
    height: 3rem;
    text-align: center;
    font-size: 1rem !important;
    font-family: TypeNextProRegular;
    background: transparent;
}

    .filter-button-offer:hover span,
    .filter-button-offer-primary:hover {
        border-bottom: 3px solid #0066B1 !important;
        color: #0066B1;
    }

    .filter-button-offer.active span,
    .filter-button-offer-primary.active {
        border-bottom: 3px solid #0066B1 !important;
        color: #0066B1;
    }

/*Styles from response form modelblock*/
#model-block {
    padding: 4rem;
}

.block-img {
    padding: 0rem;
    aspect-ratio: 1;
}

    .block-img .one-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.block-img-main-img {
    height: 80% !important;
    padding-bottom: 0.3rem;
}

    .block-img-main-img img {
        height: 100%;
        height: 100%;
        object-fit: cover;
        cursor: zoom-in;
    }

.block-img-slider-img {
    height: 20% !important;
}

    .block-img-slider-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
    }

.offer-block {
    background: #e7e7e7;
}

.block {
    padding: 5rem 3rem 3rem 3rem !important;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-self: center;
    align-content: center;
    overflow: hidden;
}

    .block .content-item {
        overflow-y: auto;
    }

        .block .content-item::-webkit-scrollbar {
            width: 0.1em !important;
        }

        .block .content-item::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
        }

        .block .content-item::-webkit-scrollbar-thumb {
            background-color: #0066B1 !important;
            outline: 1px solid #0066B1 !important;
            max-height: 5px !important;
            overflow-y: scroll;
        }

    .block .content-item-title {
        font-family: TypeNextCondensedProLight;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        text-align: center;
        margin: 0rem;
    }

    .block ul li {
        font-family: TypeNextCondensedProLight;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
    }

.container-button {
    padding: 0.5rem 1rem !important;
    min-height: 4rem !important;
}

.btn-offers {
    height: 100%;
    line-height: 1;
    padding: 0.5rem;
    background-color: #1C69D4;
    color: white;
    border: none;
    width: 100%;
    font-family: TypeNextProRegular;
}

    .btn-offers:hover {
        background: #0653B6;
        transition: all 0.2s ease;
    }

/*Styles for popup modal*/
.popup_forms .modal-header {
    border-bottom: 0;
}

    .popup_forms .modal-header .btn_close {
        color: #0066B1 !important;
        border: 0;
        background: transparent;
    }

        .popup_forms .modal-header .btn_close:hover {
        }

.popups-bodys .modal_titles {
    font-family: TypeNextCondensedProLight;
}

/*Styles for btn go header*/
#go-header {
    display: none;
    font-size: 2rem;
    color: #0066B1;
    cursor: pointer;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1000;
}

.modal-body-full-screen {
    text-align: center;
    width: 100%;
    overflow-y: auto;
}

.overflow-full-screen {
    overflow: auto;
}

#img-full-screen {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn_close {
    border: none;
    background: transparent;
    color: #0066B1;
}

.filter-flex {
    display: flex;
    overflow: auto;
}

.news-details-offers {
    list-style-type: none;
    display: none;
}

hr {
    border-top: 2px solid #0653B6;
    opacity: 0.75;
}


.news-details-offers li {
    text-decoration: none !important;
}

    .news-details-offers li a {
        text-decoration: none !important;
        color: black !important;
    }

        .news-details-offers li a:hover {
            text-decoration: none !important;
            font-weight: bold;
        }
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
    .offer-block {
        height: 650px !important;
    }

    .block-img {
        height: 100%;
    }

    .filter-content {
        padding: 0rem 16rem;
    }

    /* CSS */
    .block {
        padding: 2rem;
        display: flex;
        align-self: center;
        align-content: center;
    }

        .block .content-item-title {
            font-family: TypeNextCondensedProLight;
            font-style: normal;
            font-weight: 700;
            line-height: 50px;
            margin: 2rem 0rem;
        }

        .block ul li {
            font-family: TypeNextCondensedProLight;
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 150%;
        }
}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */
    .filter-content {
        padding: 0rem 8rem;
    }
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */
    .filter-content {
        padding: 0rem 4rem;
    }
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */
    .filter-content {
        padding: 0rem 4rem;
    }
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    /* CSS */
    .block-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    /* CSS */
    .filter-content {
        padding: 0rem 2rem;
        margin-bottom: 2rem;
    }

    .block {
        padding: 3rem 0.5rem 3rem 0.5rem !important;
        display: flex;
        align-self: center;
        align-content: center;
        overflow: auto
    }

    .filter-title {
        font-size: 1.4rem !important;
        padding: 0.5rem;
    }

        .filter-title h5 {
            text-align: center;
        }

    #model-block {
        padding: 0rem;
    }

    .block-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}
