/*
 Theme Name:   mosaic Child Theme
 Theme URI:    
 Description:  beez
 Author:       
 Version:      1.0
 Author URI:   
 Template:     mosaic
 Text Domain:  
*/

/* = Theme customization go here
-------------------------------------------------------------- */
:root {
  --brown: #e9761b;
  --brown-gradient: linear-gradient(240deg, #ff8806, #094c92);
  --light-bg:#fcf8f5;
  --dark-bg:#ff8806;
}
.column-1-2 {
    margin: .5%;
}
.package_wrapper,.rating {
    background: #fff;
    position: relative;
}
.campaign_packages,
.cta,
.package_wrapper,
.rating {
    display: flex;
}
.cta button span,
p.notice {
    font-size: 10px;
    font-weight: 900;
}
.discount,
input {
    height: 40px;
}
.campaign_packages {
    flex-wrap: wrap;
}
.package_wrapper {
    flex-direction: row;
    box-shadow: inset 0 0 0 1px var(--dark-bg);
    border-radius: 10px;
    gap: 20px;
}
.package_wrapper .package_image {
    flex: 0 1 50%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: var(--dark-bg);
}
.package_wrapper .content_wrapper {
    display: flex;
    flex: 0 1 80%;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    left: 0;
    width: 100%;
    transition: 0.7s ease-in;
    top: 0;
    border-radius: 0;
    text-align: left;
}
p.notice {
    line-height: 1;
    color: var(--brown);
}
.button_style0,
.button_style0 p {
    font-size: 14px;
    margin-bottom: 0;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 13px;
    line-height: 1;
    margin: 0;
}
.rating {
    color: #ff8806;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    gap: 3px;
    background: linear-gradient(90deg, #00000000 0%, #ffffff 45%, transparent);
}
.cta button span,
.discount,
.hashtag,
.online,
.wrap_fold1 {
    position: absolute;
}
.content {
    padding: 10px 10px 0;
}
.content_wrapper .regular_price {
    font-size: 12px;
    color: #ff9f00;
    text-decoration: line-through;
}
.content_wrapper .offer_price {
    font-size: 20px;
    font-weight: 900;
    color: var( --dark-bg);
}
.content h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--brown);
    margin: 0;
    line-height: 1.2;
}
.starting_price {
    padding: 0 10px;
}
.cta {
    margin: 10px 0;
    justify-content: space-between;
}
.cta a,
.cta button {
    padding: 10px 25px;
    background: var(--brown-gradient);
    color: #fff;
    border-radius: 7px;
    display: inline-flex;
    text-align: center;
    font-size: 11px;
    margin: 0;
    line-height: 1.55;
    position: relative;
}
.cta > a {
    margin-right: 10px;
    position: relative;
}
.cta button span {
    top: 24px;
    left: 23px;
    line-height: 12px;
    padding: 0 5px;
    text-transform: capitalize;
    font-size: 7px;
}
.amenities span strong,
.discount {
    line-height: 1.2;
}
.wrap_fold1 {
    bottom: 10px;
    width: 100%;
}
.online {
    bottom: 0;
    left: 47px;
    color: #1dff04;
    font-size: 9px;
    font-weight: 900;
    animation: 1.5s linear infinite blinker;
}
.hashtag {
    color: #fff;
    width: 100%;
    font-size: 17px;
    font-family: "PT Sans Narrow";
}
a.whatsapp {
    background: linear-gradient(45deg, #27a99b, #b5d306);
    color: #fff;
    position: relative;
}
.duration span {
    font-size: 13px;
    font-weight: 900;
    line-height: 1.5;
    display: inline-block;
    padding: 0 4px;
    color: var(--brown);
    border-radius: 4px;
    box-shadow: 0 0 1px #25a174;
}
.tags,
p.destination {
    font-size: 10px;
}
.amenities span {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 1px;
    box-shadow: inset 0 0 0 1px var( --dark-bg);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    background: var(--light-bg);
}
.discount,
.rating span,
.tags,
p.destination {
    font-weight: 900;
}
.amenities span > i {
    font-size: 14px;
    color: #20af00;
}
.amenities {
    display: flex;
    justify-content: space-around;
}
p.destination {
    margin: 0;
    line-height: 1.3;
    display: flex;
    align-items: center;
}
.destination svg {
    flex-shrink: 0;
}
.discount {
    right: 0;
    z-index: 999;
    border: 1px solid #ffc000;
    width: 40px;
    background: #6202bf;
    border-radius: 0 12px;
    display: flex;
    white-space: pre-line;
    color: #ffff;
}
.hotel_type span,
.tags {
    line-height: 1.5;
    display: inline-block;
}
.fa {
    font-family: FontAwesome;
    font-style: normal;
}
.rating span {
    color: #000;
}
.hotel_type span {
    padding: 0 8px;
    font-size: 12px;
    color: var( --dark-bg);
    border-radius: 8px;
    font-weight: 600;
}
.hotel_type span i {
    margin-right: 3px;
}
.rating_wrap marquee {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 4, 1, 1);
    color: var(--light-bg);
    line-height: 1;
    display: inline-block;
    padding: 0;
    height: 15px;
    position: relative;
    left: -10px;
    width: 106%;
    box-shadow: inset 1px 1px 0 19px #3caf861a;
    background: var(--dark-bg);
}
.rating strong {
    color: var(--dark-bg);
}
.whatsapp_popup p {
    display: flex;
    gap: 15px;
}
#whatsappen input[type="tel"],
#whatsappen input[type="tel"]:focus,
#whatsappen input[type="text"],
#whatsappen input[type="text"]:focus {
    color: #000;
    background-color: rgb(255 248 237 / 0%) !important;
    border-color: #f57012;
}
#whatsappen input[type="submit"] {
    background-color: #025819;
    color: #fff;
}
.hotel_type {
    display: flex;
    align-items: center;
}
.package_name_input {
        border: none !important;
    font-size: 17px !important;
    color: #c0924d !important;
    text-shadow: 1px 3px 8px #0d0c08;
}
.close-button,
.trigger {
    text-align: center;
    color: #fff;
}
.cta button:hover span {
    display: none;
    transition: infinite 4.5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
}
.trigger {
    padding: 7px 13px;
    background: #3e3e3e;
    font-size: 15px;
    outline: 0;
    border: none;
    border-radius: 5px;
    font-family: cursive;
}
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #6c5042db, #09241c);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s, transform 0.25s;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0e2860;
    padding: 1rem 1.5rem;
    width: 800px;
    border-radius: 0.5rem;
}
.modal-content h2 {
        color: #ec6e05;
    text-shadow: 0 1px 0 #ec6e05;
    text-align: center;
    font-size: 28px;
}
.modal-content date,
.modal-content input,
.modal-content select,
.modal-content textarea {
    border-radius: 24px !important;
    color: #fff;
    margin-bottom: 20px;
}
.modal-content input::placeholder,
.modal-content textarea::placeholder {
    color: #dedede;
}
.modal-content .wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff0;
    color: #40ff00;
    text-shadow: -1px 5px 16px #12e00b;
}
.modal-content .wpcf7 form.invalid .wpcf7-response-output{
   color: #ffa700; 
}
 .modal-content .wpcf7 input[type=submit]:hover {
    background: #ff8b00;
}
.modal-content select option {
    background: #2b8f71;
}
.modal-content .wpcf7-not-valid-tip {
    position: absolute;
    margin: 0;
    top: 20px;
    left: 20px;
}
.close-button {
       right: 15px;
    width: 1.5rem;
    line-height: 1.5rem;
    cursor: pointer;
    border-radius: 4px;
    background: #513e2e;
    position: absolute;
    top: -12px;
    font-size: 25px;
}
.close-button:hover {
    background-color: #a9a9a9;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility linear, opacity 0.25s, transform 0.25s;
    z-index: 999999999999;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .one-second {
        width: 45%;
        float: left;
    }
    .modal-content {
        width: 100%;
        padding: 1rem 0.8rem;
    }
    .one-second:nth-child(2n) {
        margin-right: 0 !important;
    }
    .one-second:nth-child(odd) {
        margin-left: 10px !important;
        margin-right: 0 !important;
    }
    .package_wrapper .package_image,
    .wrap_fold1 {
        display: flex;
        position: relative;
    }
    .section_wrapper {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .package_wrapper {
        flex-direction: column;
        box-shadow: 0 0 10px 0 #7c7c7c;
        padding: 10px;
    }
    .wrap_fold1 {
        margin: auto;
        flex-direction: column;
        position: absolute;
        bottom: -10px;
        flex-direction: column-reverse;
    }
    .amenities {
        position: relative;
        gap: 10px;
    }
    .rating {
        margin-bottom: 10px;
    }
    .package_image img {
        max-width: 138px;
        width: 100%;
    }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
    .package_wrapper {
        flex-direction: column;
    }
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
