.carousel .carousel-inner .carousel-item img{
    height: 500px;
}
.slide .ico {
    background-color: #ff12b0;
    height: 31px;
    width: 30px;
    margin: auto 50px;
}
.slide .carousel-indicators li {
    width: 10px;
    height: 10px;
    bottom: -10px;
    margin: auto 7px;
    background-color: #ff12b09a;
}
.slide .carousel-indicators .active {
    background-color: #fd06aa !important;
    width: 14px;
    height: 14px;
}


/*=========Booking Form============*/
.booking_form{
    width: 1350px;
    margin: -60px auto 50px;
    z-index: 99;
    position: relative;
}
.booking_form .section_box{
    margin-left: 30px;
}
.booking_form .section_box a button{
    background-color: #f9c935;
    border: 0;
    border-radius: 3px;
    font-size: 14.5px;
    letter-spacing: 1px;
    font-family: lora;
    padding: 5px 22px;
    margin-right: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.5s;
}
.booking_form .section_box a .active{
    border: 1px solid #000;
    padding: 7px 22px;
}
.booking_form .section_box a button:hover{
    transform: scale(0.95);
}
.booking_form .section_form{
    background:linear-gradient(#ffffffd5, #ffffffd5), url(../img/background.webp);
    background-position: center;
    background-size: 500px;
    padding: 40px 30px 40px;
    box-shadow: 0px 0px 10px #00000050;
    border-radius: 5px;
    z-index: 99;
    margin-top: -20px;
}
.booking_form .section_form form{
    display: flex;
    width: 100%;
}
.booking_form .section_form form .table_box{
    width: 35%;
    display: flex;
}
.booking_form .section_form form .table_box .box{
    width: 50%;
}
.booking_form .section_form form .mobile_view{
    width: 53%;
    display: flex;
}
.booking_form .section_form form .mobile_view .box{
    width: 33%;
}
.booking_form .section_form form .button{
    width: 12%;
}
.booking_form .section_form form .box label{
    font-size: 15px;
    font-family: lora;
    color: #000;
    display: block;
    margin-bottom: 3px;
    font-weight: 300;
}
.booking_form .section_form form .box select,
.booking_form .section_form form .box input{
    width: 95%;
    padding: 4px 10px;
    font-size: 15px;
    font-family: lora;
    color: #000;
    cursor: pointer;
    border: 1px solid #a4a4a4;
    height: 35px;
}
.booking_form .section_form form .button_mobile{
    width: 12%;
}
.booking_form .section_form form .button_mobile .button{
    width: 100%;
}
.booking_form .section_form form .button button{
    background-color: #f9c935;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: lora;
    padding: 7px 15px;
    font-weight: 500;
    cursor: pointer;
    width: 98%;
    margin-top: 3px;
    transition: transform 0.5s;
    margin-top: 25px;
}
.booking_form .section_form form .button button:hover{
    transform: scale(0.95);
}

@media only screen and (max-width: 1300px){
    .booking_form{
        width: 1280px;
    }
    .booking_form .section_form form .button button{
        padding: 7px;
    }
}
@media only screen and (max-width: 900px){
    .carousel .carousel-inner .carousel-item img {
        height: auto;
    }
    .booking_form {
        width: auto;
        margin: 20px 10px 30px;
    }
    .booking_form .section_box a button{
        font-size: 13px;
    }
    .booking_form .section_box {
        margin-left: 15px;
    }
    .booking_form .section_form{
        padding: 30px 10px;
    }
    .booking_form .section_form form .box label{
        font-size: 14px;
    }
    .booking_form .section_form form .box select, 
    .booking_form .section_form form .box input{
        font-size: 13px;
        height: 30px;
    }
    .booking_form .section_form form .button button {
        padding: 6px 7px;
        margin-top: 22px;
    }
    .booking_form .section_form form .button button span{
        display: none;
    }
}
@media only screen and (max-width: 600px){
    .slide .ico {
        margin: auto 0;
        height: 28px;
        width: 27px;
    }
    .slide .carousel-indicators li{
        bottom: -20px;
    }
    .booking_form .section_form form .mobile_view{
        width: auto;
        margin: 10px 0 5px;
    }
    .booking_form .section_form form .box {
        width: 37%;
    }
    .booking_form .section_form form .box label {
        font-size: 15px;
    }
    .booking_form .section_form form {
        display: block;
    }
    .booking_form .section_form form .table_box {
        width: 100%;
    }
    .booking_form .section_form form .button button {
        padding: 6px 7px;
        margin-top: 10px;
    }
    .booking_form .section_form form .button_mobile {
        width: 100%;
    }
    .booking_form .section_form form .box select, .booking_form .section_form form .box input{
        background-color: #fff;
    }
}

/*============It's A Perfect Match For=========*/
.home_last{
    padding: 50px;
    background-color: #fff;
}
.home_last h4{
    font-size: 22px;
    font-family: lora;
    font-weight: 800;
    color: #4931e6e7;
    line-height: 1.2em;
}
.home_last .section_box{
    display: flex;
}
.home_last .section_box .box{
    width: 25%;
    background: linear-gradient(90deg,rgb(73 49 230/56%) 0%,#ad31e6e7 100%), url(../img/tour-packeges.webp);
    background-position: left center;
    padding: 7px 15px;
    margin: 10px 10px 10px 0;
    box-shadow: 0px 0px 5px #00000015;
    display: flex;
    align-items: center;
}
.home_last .section_box .boxs{
    width: 24.3%;
}
.home_last .section_box .box img{
    width: 45px;
}
.home_last .section_box .box p{
    margin: 0 0 0 10px;
    font-family: mukta;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}
.home_last hr{
    margin: 0 0 10px;
    padding: 0;
}
@media only screen and (max-width: 1300px){
    .home_last {
        padding: 100px 15px 50px;
    }
}
@media only screen and (max-width: 900px){
    .home_last {
        padding: 70px 15px 50px;
    }
    .home_last .section_box .box img {
        width: 40px;
    }
    .home_last .section_box .box p {
        font-size: 15px;
        line-height: 1.2;
    }
    .our_cars {
        padding: 50px 10px !important;
    }
    .tour_package{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media only screen and (max-width: 600px){
    .home_last .section_box .boxs {
        width: 23.8%;
    }
    .home_last .section_box {
        display: block;
    }
    .home_last .section_box .box,
    .home_last .section_box .boxs {
        width: auto;
    }
    .home_last h4{
        font-size: 17px;
    }
    .tour_package{
        padding: 70px 0px 20px !important;
    }
}