:root{
    --blue-color: #1750b0;
}

.wrapper-title h1 strong{
    font-family: "opensans-bold", sans-serif;
}

.wrapper-title h1 span{
    font-size: 0.8em;
    font-family: "opensans-light", sans-serif;
}

.wrapper-title h2 span{
    font-family: "opensans-light", sans-serif;
}

.wrapper-btn .btn{
    line-height: 1.2;
}

.wrapper-btn .btn span{
    margin-right: 0.7em;
}

.wrapper-btn .btn i{
    margin-right: 0.7em;
}

.btn.btn-blue{
    background-color: var(--blue-color);
}

.btn.btn-blue.blue:hover{
    background-color: transparent;
    border-color: var(--third-back-color);
    color: var(--third-txt-color);
}

.btn.btn-blue.white:hover{
    background-color: transparent;
    border-color: var(--first-back-color);
    color: var(--second-txt-color);
}

.main-section{
    background-image: url("../flughafentransfer-wien/flughafentransfer-wien.jpg");
    background-position: right 80%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 55vh;
    height: auto;
}

.main-section::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: hsla(217, 78%, 5%, 0.1);
    background-image: linear-gradient(120deg, hsl(217deg 77.86% 15.34%) 0%, transparent 100%);
}

.small-benefits{
    margin-top: 1.5em;
}

.small-benefits .col-benefit:first-child .wrp-benefit img{
    width: 3.5em;
}

.small-benefits .wrp-benefit{
    margin: 0.5em 1em 0.5em 0;
}

.small-benefits .wrp-benefit img{
    width: 2.5em;
    margin-right: 0.7em;
}

.small-benefits .wrp-benefit p{
    font-family: "opensans-medium", sans-serif;
    line-height: 1.3;
}

.about-us-section{
    padding: 5em 0;
}

.promo-section{
    background-image: url("../flughafentransfer-wien/promo-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5em 0;
}

.promo-section:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: hsla(217, 78%, 5%, 0.1);
    background-image: linear-gradient(40deg, transparent 20%, hsl(217deg 78% 10% / 70%) 60%);
}

.cta-section{
    padding: 3em 0;
}

.cta-section .wrapper-cta p{
    font-family: "opensans-light", sans-serif;
    font-size: 2em;
}

.cta-section .wrapper-cta p a{
    display: inline-flex;
}

.cta-section .wrapper-cta p a i{
    margin-right: 0.3em;
}

.cta-section .wrapper-cta p b{
    font-family: "opensans-semibold", sans-serif;
} 

.transparent-prices-section{
    padding-bottom: 5em;
}

.transparent-prices-section .row-price-cards{
    margin-top: 2em;
    margin-bottom: 3em;
}

.transparent-prices-section .col-price-card{
    margin-top: 2em;
}

.transparent-prices-section .col-price-card .wrapper-card{
    background: var(--first-back-color);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 1.5em;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.transparent-prices-section .col-price-card .wrapper-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.transparent-prices-section .col-price-card h3{
    font-size: 2em;
    font-family: "opensans-semibold", sans-serif;
    color: var(--blue-color);
}

.transparent-prices-section .col-price-card .number-price p:first-child{
    font-size: 1.5em;
    font-family: "opensans-medium", sans-serif;
}

.transparent-prices-section .col-price-card .number-price p:last-child{
    font-size: 1.5em;
    color: var(--blue-color);
}

.transparent-prices-section .col-price-card .number-price p:last-child b{
    font-size: 1.8em;
    font-family: "opensans-semibold", sans-serif;
}

.under-prices-card .wrapper-text{
    margin-top: 0;
}

.under-prices-card .wrapper-text .fa-lightbulb{
    color: #ffb816;
    margin-bottom: 1.3em;
    font-size: 2.2em;
    display: flex;
    justify-content: center;
}

.under-prices-card .wrapper-text p{
    font-size: 1.3em;
}

@media screen and (max-width: 1199px) and (orientation: portrait){
    .main-section{
        padding: 0;
        min-height: 44vh;
    }
}

@media screen and (max-width: 991px){
    .about-us-section .wrapper-img img{
        width: 25em;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 575px){
    .small-benefits .wrp-benefit img{
        width: 3em;
        object-fit: contain;
        margin-right: 0.7em;
        height: 2.5em;
    }
    .small-benefits .col-benefit:first-child .wrp-benefit img{
        width: 3em;
    }
    .small-benefits .wrp-benefit p{
        font-size: 0.9em;
    }
    .cta-section .wrapper-cta p{
        font-size: 1.6em;
    }
    .promo-section:before{
        /* background-color: hsla(217, 78%, 5%, 0.1); */
        background-image: linear-gradient(0deg, transparent 20%, hsl(217deg 78% 10% / 70%) 60%);
    }
}