@charset "utf-8";
/* CSS Document */

.carousel-item {
    height: auto;
}
.carousel-control-next, .carousel-control-prev {
    border: none;
    background: transparent;
}
.carousel-item img{
    width: 100%;
}
h2{
    text-transform: uppercase;
}
.car-models img {
    width: 100%;
}
.car-models {
    margin: 5rem 0;
}
.model-container {
    margin: 0.9rem 0;
    position: relative;
    overflow: hidden;
}
.car-box {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 5rem;
    background: rgb(22 20 20 / 70%);
    color: #fff;
}
.terms {
    background: rgb(248, 248, 248);
    align-items: center;
    padding: 5rem;
    display: flex;
}
h1 {
    font-weight: 600;
    color: #000;
}
.terms-ar {
    direction: rtl;
    text-align: right;
    border-left: 1px solid #ccc;
}
.is-divider {
    margin: 0 auto 5rem auto;
}
ul li {
    padding: 0.2rem 0;
    list-style: square;
}
.terms ul{
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 0rem;
}
.terms p {
    font-size: 15px;
    margin: 5px;
    font-weight: 600;
}
.offer-text {
    background: rgb(248, 248, 248);
    align-items: center;
    display: flex;
    padding: 4rem;
}
.offer-text ul li {
    list-style: square;
    font-size: 1.4rem;
    font-weight: 300;
    color: #000000;
    text-align: left;
}
.car-box button {
    float: right;
    margin-left: 1rem;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-top: 7px;
}
.car-box .btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.car-box .btn-primary:hover {
    color: #fff;
    background-color: red;
    border-color: red;
}
button.btn.btn-primary a {
    color: #fff;
    text-decoration: none;
}
.car-box span {
    padding-top: 11px;
    display: inline-block;
}
.lang-switch{
    color:#000000;
    text-decoration: none;
    padding-left: 1rem;
    font-weight: 600;
    font-family: 'Almarai', sans-serif;
}
span.logo-container {
    display: block;
    width: 350px;
    padding: 0.5rem 2rem;
    background-color: #fb0000;
}
.top-bar {
    padding-right: 5rem;
}
.contact-container {
    background-image: url("images/Hino_300_SubsectionHeader-2.jpg");
    background-position: center center;
    padding: 8rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
#background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
    filter: brightness(0.3);
}
.contact-form {
    background-color: #fff;
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 25px;
}
.model-title {
    text-align: center;
    color: #FFFFFF;
}
.model-container {
    padding: 7rem 3rem 5rem 3rem;
}
.model-content{
    position: relative;
}
img.model-title-img {
    padding-bottom: 2rem;
    width: 250px;
}
p.model-caption {
    font-size: 2rem;
    font-weight: 600;
}
p.model-text {
    font-weight: 300;
    font-size: 1.5rem;
}
.btn-details {
    color: #161515;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1rem 1.5rem;
    font-size: 20px;
}
.btn-details:hover {
    color: #FFFFFF;
    background-color: #fb0000;
}
.btn-details a {
    text-decoration: none;
    color: #161515;
}
.btn-details a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
a.lang-switch:hover {
    color: #fb0000;
}
.container-fluid.offer-text ul li {
    text-align: center;
    list-style: none;
}
.columns-2 {
    column-count: 2;
    column-gap: 2rem; /* Space between columns */
    display: block;
    justify-content: center;
    padding-top: 2rem;
  }
 .columns-2 li {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
    display: block;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    break-inside: avoid;
    font-weight: 700;
    color: #000;
}
    .offer-highlight {
        background: #EBEBEA;
        padding: 3rem 0;
    }
.offer-text {
    background: #ffffff;
    align-items: center;
    display: flex;
    padding: 4rem 4rem 0 4rem;
}
 
@media (max-width: 768px) {
    .offer-text {
        padding: 2rem 1rem;
    }
    .offer-text ul li {
        font-size: 1.3rem;
    }
    .car-models {
        margin: 2rem 0;
        padding: 0;
    }
    .car-box {
        font-size: 1rem;
        min-height: 4rem;
    }
    .car-box button {
        margin-left: 0.5rem;
    }
    .terms {    
        padding: 2rem 1rem;
    }
    .lang-switch{
        padding-left: 0.5rem;
    }
    .top-bar {
        font-size: 13px;
        padding-right: 1rem;
    }
    img.logo-img {
        width: 90%;
    }
    span.logo-container {
        width: auto;
    }
    .model-container {
        padding: 1rem;
    }
    /*.contact-form {
        padding: 0;
    }*/
    .is-divider {
        margin: 0 auto 2rem auto;
    }
    p.model-text {
        font-weight: 300;
        font-size: 1.2rem;
    }
    img.model-title-img {
        padding-bottom: 2rem;
        width: 170px;
    }
    p.model-caption {
        font-size: 1.8rem;
        font-weight: 600;
    }
    .btn-details {
        padding: 0.5rem 1.0rem;
    }
    .columns-2 {
            column-count: 1;
            display: block;
        }
}