@media screen and  (max-width: 1200px) {
    .text-advertive {
        width: 55%;
        padding: 4rem 3.5rem;
        transform: translateY(-50%) translateX(-10%);
    } 
    .advertize-figure {
        width: calc(65% - -10px);
        height: 100%;
    }
}
/* tablet */
@media screen and (max-width: 1024px) { 
nav ul li a {
    padding: 14px 8px;
    }
    .inner-hero-area h2 {
    font-size: 2em;
    }    
.input-group input {
     padding: 10px 40px;
 }
 .input-group .input-controller{
    width: 50%;
    margin-bottom: 15px;
}
.input-group div:nth-child(2) input{
    border-radius: 0 50px 50px 0;
}
.input-group div:nth-child(3){
    width: 70%;
}
.input-group div:nth-child(3) input{
    border-radius: 50px 0 0 50px;
}
.input-group div:last-child{
    width: 30%;
}
.input-group div:last-child button{
    width: 100%;
    border-radius: 0 50px 50px 0;    
}
.offer-box {
    left: 15%;
    bottom: -26px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.trip-section {
    padding: 30px 0;
}
.card.trip-card {
    width: calc(50% - 10px);
    margin: 0 0 20px;
}
.advertize-box {
    height: auto;
}
.text-advertive {
    background-color: var(--pm-bg-color);
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 43px 42px;
    transform: translateY(-50%);
}
.accrodian-box {
    padding: 40px 0;
}
.container-help {
    display: unset;
}
.help-text {
    margin-bottom: 30px;
    width: 100%;
}
.help-box {
    padding: 50px 0 20px;
}

.input-group .input-controller:first-child input {
    border-radius:50px 0 0 50px;
}
.inner-hero-area h2 {
    padding: 30px 0;
}

.offer-box h3 {
    padding: 0px 30px 0;
    line-height: 24px;
}
}
/* mobile media */
@media screen and  (max-width: 767px ){  
nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 66px 38px;
}
nav ul {
    display: flex;
    flex-direction: column;
    transition: 0s 1;
}
nav ul li a {
    padding: 16px 12px;
    display: inline-block;
    border-radius: 4px;
}
.nav-wrapper{
    position: fixed;
    width: 100vw;
    height: auto;
    top: 0;
    opacity: 0;
    right: -150%;
    z-index: 55;
    background-color: aliceblue;
}
.brand-logo{
    padding: 28px 0;
    z-index: 9999;
}
#mobile-menu-opener {
    z-index: 556;
    opacity: 1;
}
.nav-wrapper {
    position: fixed;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    opacity: 0;
    right: -100%;
    z-index: 555;
    background-color: aliceblue;
    padding-left: 0;
    transition: all 0.5s ease-in-out;
}
.nav-wrapper.menu-open {
    opacity: 1;
    right: 0;
}
.hero-area {
    background-size: cover;
    height: 50vh;
    position: relative;
    background-position: center;
    background-color: rgb(0 0 0 / 45%);
    background-blend-mode: overlay;
}
.inner-hero-area h2 {
    padding: 20px 0;
    font-weight: 500;
    font-size: 1.8em;
}
.input-group input {
    height: 48px;
    border-radius: 4px;
    margin:0
}
.input-group .input-controller:first-child input {
    border-radius: 4px;
}
.btn-custom-primary {
    background: var(--pm-bg-color);
    padding: 10px 46px;
    font-size: 1.4em;
    color: var(--pm-text-color);
    min-width: 100%;
    border-radius: 4px;
}
.input-group .input-controller {
    width: 100%;
    margin: 0 0 8px;
}
.input-group div:nth-child(2) input {
    border-radius: 4px;
}
.input-group div:nth-child(3) {
    width: 100%;
}
.input-group div:nth-child(3) input {
    border-radius: 4px;
}
.input-group div:last-child {
    width: 100%;
}
.input-group div:last-child button {
    width: 100%;
    border-radius: 4px;
}
.input-controller i {
    line-height: 48px;
}
.offer-box {
    height: 53px;
    width: 100%;
    border: 0;
    left: 0;
    border-radius: 0;
    background: unset;
}
.offer-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    background:var(--pm-bg-color);
    border-radius: 4px;
    width: 100%;
}
.offer-box h3 {
    padding: 0px 10px 0;
    line-height: 24px;
} 
.offer-box h4 {
    font-size: 1.2em;
    line-height: 48px;
}
.offer-box p {
    display: none;
}
.help-text {
    margin: 0 0 30px;
    width: 100%;
}
.card.trip-card {
    width: 100%;
    margin-top: 10px;
}    
.advertize-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
}
.bg-section {
    background:var(--pm-bg-color);
    padding: 30px 0;
}
.advertize-figure {
    width: 100%;
}
.text-advertive {
    width: 100%;
    position: unset;
    padding: 20px 0;
    transform: translateY(20px);
}
.text-advertive p {
    color: var(--pm-text-color);
    padding: 60px 0px 20px;
    line-height: 24px;
}
.btn-custom-secondary {
    margin-bottom: 10px;
}
.accrodian-box {
    padding: 20px 10px;
}
.accrodian h1 {
    font-size: 1.6em;
    color: var(--sc-text-color);
}
.accrodian h1:before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: var(--sc-text-color);
    top: 36px;
    width: 67px;
}
.accrodian p {
    padding: 30px 0;
    line-height: 24px;
}
.accrodian-box {
    padding: 20px 10px;
}
.container-help {
    display: inline;
    justify-content: center;
}
.help-box {
    background: #e5e5e5;
    padding: 20px 0;
}
.help-text {
    margin: 0 0 30px;
}
.help-text p {
    padding: 40px 0 24px;
}
footer.main-footer {
    background: var(--sc-bg-color);
    padding: 30px 0;
    color: var(--pm-text-color);
}
.footer {
    width:calc(66.33% - 114px);
}
.footer ul {
    padding: 20px 0;
}
}
