@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    direction: ltr;
    font-family: 'Poppins', sans-serif;
}


.progress-wrap {
    right: 20px;
    left: unset;
}


.about-sec .custom_ul .li::before,
.main_title::after,
.border_b::after{
    right: auto;
    left: 0;
}

.about_pg .img::after{
    right: 0;
    left: auto;
}

.about_pg .img img:nth-of-type(2){
    right: -30px;
    left: auto;
}

.main_title::before{
    right: auto;
    left: 20px;
}

.contact-sec .main_title {
    padding-left: 60px;
}

.contact-sec .main_title::after {
    left: 60px;
}

.contact-sec .main_title::before {
    left: 80px;
}

.contact-sec .contact_middle .contact_box{
    clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
}


[type="tel"], [type="url"], [type="email"], [type="number"] {
    direction: inherit !important;
}

.select_group::after {
    left: unset;
    right: 0;
}

.booking_pg .rooms_checks .form-check .form-check-input {
    right: 20px;
}

.pg_title::after {
    right: 0;
    left: unset;
}

.room_det_pg .main_slider .arrows .swiper-button-next::before, 
.room_det_pg .main_slider .arrows .swiper-button-prev::before {
    transform: rotateY(180deg);
}