
:root{
    --shiraz: #8D233C;
    --equator: #E1B75C;
}
@font-face {
    font-family: 'Helvetica';
    src: url(../fonts/Helvetica.ttf);
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url(../fonts/Helvetica-Bold.ttf);
}

.btn-shiraz {
    color: #FFFFFF !important;
    background-color: var(--shiraz);
}

.btn-equator {
    color: #000 !important;
    background-color: var(--equator) !important;
}

.text-shiraz { color: var(--shiraz) !important; }

.text-equator { color: var(--equator); }

.bg-shiraz { background-color: var(--shiraz); }

.bg-equator { background-color: var(--equator); }

.border-shiraz {
    border-color: var(--shiraz) !important;
}

.link, .link:active, .link:focus {
    color: var(--shiraz) !important;
    text-decoration: none;
}

p {
    font-size: 18px;
    color: #232323;
    letter-spacing: 0.8px !important;
}

.text-shadow { text-shadow: 2px 2px #000 !important; }

.font-italic { font-style: italic; }

.list-style-3 li {
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 11px 0;
    font-size: 21px;
    color: #232323;
    letter-spacing: 0.8px !important;
}
.list-style-3 li:before {
    height: 2px;
    background-color: var(--shiraz) !important;
}

.banner-home {
    background-image: url('../images/banner-desktop.jpg');
}

.btn.btn-extra-large { font-size: 16px; }

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
}

header nav .navbar-nav > li > a {
    font-size: 15px;
}

.alert-box-shiraz {
    background: linear-gradient(0deg, rgb(140 36 61 / 27%) 0%, #FFFFFF 100%);
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    h1 { font-size: 28px; line-height: 1.2; }
    h2 { font-size: 25px; line-height: 1.25; }
    h3 { font-size: 23px; line-height: 1.3; }
    h4 { font-size: 21px; line-height: 1.3; }
    h5 { font-size: 19px; line-height: 1.35; }
    h6 { font-size: 17px; line-height: 1.4; }
    p  { font-size: 15px; line-height: 1.4; }
    .text-large { font-size: 16px; line-height: 1.2; }
    .list-style-3 li { font-size: 14px; }
    .nav-menu a {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 0.5px;
    }
}

/* Small devices (phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    h1 { font-size: 32px; line-height: 1.2; }
    h2 { font-size: 28px; line-height: 1.25; }
    h3 { font-size: 24px; line-height: 1.3; }
    h4 { font-size: 22px; line-height: 1.3; }
    h5 { font-size: 20px; line-height: 1.35; }
    h6 { font-size: 18px; line-height: 1.4; }
    p  { font-size: 15px; line-height: 1.45; }
    .text-large { font-size: 16px; line-height: 1.2; }
    .list-style-3 li { font-size: 15px; }
    .nav-menu a { font-size: 15px; }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    h1 { font-size: 42px; line-height: 1.2; }
    h2 { font-size: 36px; line-height: 1.25; }
    h3 { font-size: 32px; line-height: 1.3; }
    h4 { font-size: 28px; line-height: 1.3; }
    h5 { font-size: 24px; line-height: 1.35; }
    h6 { font-size: 20px; line-height: 1.4; }
    p  { font-size: 16px; line-height: 1.5; }
    .list-style-3 li { font-size: 16px; }
    .nav-menu a { font-size: 16px; }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    h1 { font-size: 55px; line-height: 1.1; }
    h2 { font-size: 45px; line-height: 1.2; }
    h3 { font-size: 38px; line-height: 1.25; }
    h4 { font-size: 32px; line-height: 1.3; }
    h5 { font-size: 26px; line-height: 1.35; }
    h6 { font-size: 22px; line-height: 1.4; }
    p  { font-size: 17px; line-height: 1.5; }
    .list-style-3 li { font-size: 17px; }
    .nav-menu a { font-size: 16px; }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    h1 { font-size: 70px; line-height: 1.1; }
    h2 { font-size: 55px; line-height: 1.15; }
    h3 { font-size: 48px; line-height: 1.2; }
    h4 { font-size: 40px; line-height: 1.25; }
    h5 { font-size: 30px; line-height: 1.3; }
    h6 { font-size: 26px; line-height: 1.35; }
    p  { font-size: 18px; line-height: 1.5; }
    .list-style-3 li { font-size: 18px; }
    .nav-menu a { font-size: 17px; }
}

/* XXL devices (≥1400px) */
@media (min-width: 1400px) {
    h1 { font-size: 72px; line-height: 1.1; }
    h2 { font-size: 60px; line-height: 1.15; }
    h3 { font-size: 52px; line-height: 1.2; }
    h4 { font-size: 44px; line-height: 1.25; }
    h5 { font-size: 32px; line-height: 1.3; }
    h6 { font-size: 28px; line-height: 1.35; }
    p  { font-size: 18px; line-height: 1.45; }
    .list-style-3 li { font-size: 18px; }
    .nav-menu a { font-size: 18px; }
}

