.pickup-section{
    padding:120px 0px;
    background: 
    linear-gradient(to right, rgba(39,40,40,0.7), rgb(39,40,40,0.7)),
    url('../images/all-bg-image.webp') no-repeat center/cover;
    color:white;
}
.pickup-section h1{
    font-size: 48px;
    text-align: center;
    font-weight: 700;
}
.pickup-area{
    padding:60px 0px; 
    background-image:linear-gradient(to right, rgba(227, 221, 221, 0.4), rgba(255,255,255,0.7));  
}
.pickup-area h2{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    color:rgb(161,161,3);
    text-align: center;
}
.pickup-area h4{
    font-size:20px;
    line-height: 28px;
    color:rgb(39, 40, 40);
}
.pickup-area .card{
    padding:0px;
    overflow: hidden;
}
.pickup-area img{
    height: 250px;
    object-fit: cover;
    object-position: center;
}
.pickup-area img:hover{
    transform: scale(1.1);
    transition: all 0.5s;
}
/* this is tarrife page styles */
.packages-section{
    padding:60px;
}
.packages-section .packages-sec{
    display:flex;
    align-items: center;
    border: 1px solid rgb(211, 207, 207);
    border-radius: 10px;
    padding: 15px;
    gap:5%;
    box-shadow: 0px 0px 10px 0px rgba(39, 40, 40, 0.2);
}
.packages-section .packages-sec:hover{
    box-shadow: 0px 0px 10px 0px rgb(181, 177, 70);
    transform: scale(1.02);
    transition: all 0.3s;
}
.packages-section .img{
    width:200px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.packages-section h3{
    font-size: 28px;
    font-weight: 600;
    color: rgb(39, 40, 40);
    margin-bottom: 20px;
}
.packages-section i{
    background-color: rgb(181, 177, 70);
    font-size: 16px;
    margin: 5px;
    color:white;
    padding: 4px;
}
.packages-section ul{
    padding-left: 0px;
}
.packages-section .check-text{
    font-size: 18px;
    line-height: 24px;
    color: rgb(39, 40, 40);
    list-style: none;
}
.packages-section h2{
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 40px;
    color:rgb(161,161,3);
    text-align: center;
    word-spacing: 2px;
}
.contact-sec{
    background-color:white !important;
}
@media screen and (max-width: 1199px){
    .packages-section .packages-sec {
        flex-direction: column
    };
    .packages-section .img {
        width: 250px;
    }
    .packages-section h3 {
        font-size: 26px;
        margin: 20px 0px;
    }
}
@media screen and (max-width: 991px){
    .pickup-section{
        padding:90px 0px;
    }
    .pickup-area h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .pickup-area img {
        height: 190px;
    }
    .pickup-section h1 {
        font-size: 42px;
    }
    .packages-section .check-text {
        font-size: 16px;
    }
    .packages-section i {
        font-size: 15px;
        padding:3px;
    }
    
}
@media screen and (max-width: 767px){
    .packages-section .img {
        width: 315px;
    }
}
@media screen and (max-width: 575px){
    .pickup-section{
        padding:60px 0px;
    }
    .pickup-section h1 {
        font-size: 34px;
    }
    .pickup-area h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .pickup-area {
        padding: 30px 0px;
    }
    .pickup-area img {
        height: 160px;
    }
    .pickup-area h4 {
        font-size: 18px;
    }
    .packages-section h2 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .packages-section {
        padding: 30px;
    }
    .packages-section .img {
        width: 200px;
        height: 150px;
    }
    .packages-section h3 {
        font-size: 22px;
        margin: 15px 0px;
    }
    .packages-section .check-text {
        font-size: 14px;
    }
    .packages-section i {
        font-size: 14px;
        padding: 3px;
    }
}

