@media (max-width: 900px) {
    .logo {
    padding: 5px 0px;
    flex-basis: 25%;
    flex-shrink: 0;
    height: 100px;
    position: relative;
}
.tour-item-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    grid-template-rows:auto;
    height: auto;
}
.travel-item {
    flex-basis: 40%;
    gap: 20px;
}
.package-item-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 30px 0;
}
}
@media(max-width: 600px){
    .nav-top {
    display: flex;
    flex-direction: row;
    padding: 10px 2%;
    justify-content: space-between;
    background: var(--heading-color);
}
.nav-top-left .phone a,.nav-top-left .phone a i, .social-media a i{
    font-size: 14px;
}
.email a .icon, .email a {
    margin-right: 5px;
    color: var(--secondary-color);
    font-family: var(--head-font);
    font-size: 10px;
}
.nav-top-bottom a .wsp{
    display: none;
}
    .tour-item-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    grid-template-rows:auto;
    height: auto;
}
.timber-head h2, .package-wrapper h2 {
    font-family: var(--head-font);
    padding: 20px 0;
    text-transform: uppercase;
    color: var(--heading-color);
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.row-cont {
    display: flex;
    flex-direction: row;

    max-width: 100%;
    gap: 15px;
    margin: 0 auto;
    padding-top: 25px;
}
.img-icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: var(--secondary-color);
    border-radius: 50%;
    padding: 5px;
    margin-bottom: 12px;
}
.img-icon.ic1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/tvicon1.1.png);
    background-size: cover;
    z-index: 1;
    width: 40px;
    height: 40px;
}
.img-icon.ic2::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% ,-50%);
  background: url(../images/tvicon2.1.png);
  background-size: cover;
  z-index: 1;
  width: 40px;
  height: 40px;
}
.img-icon.ic3::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% ,-50%);
  background: url(../images/tvicon3.png);
  background-size: cover;
  z-index: 1;
  width: 40px;
  height: 40px;
}
.row-item h4 {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}
.travel-item {
    flex-basis: 90%;
    gap: 20px;
}
.tour-item {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.package-item-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 30px 0;
}
.tour-item-wrapper .tour-item:nth-child(1),
  .tour-item-wrapper .tour-item:nth-child(2){
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  .tour-wrapper h2, .why-travel-wrapper h2 {
    font-family: var(--head-font);
    padding: 20px 0;
    text-transform: uppercase;
    color: var(--heading-color);
    font-size: 30px;
    font-style: italic;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
}
.travel-item h3 {
    color: var(--heading-color);
    font-family: var(--head-font);
    font-style: italic;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}
.pack-cont h4 {
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--heading-color);
    font-family: var(--head-font);
    line-height: 30px;
}
}
@media(max-width: 460px){
       .row-cont {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        gap: 15px;
        margin: 0 auto;
        padding-top: 25px;
    }
    .tour-wrapper h2, .why-travel-wrapper h2 {
    font-family: var(--head-font);
    padding: 20px 0;
    text-transform: uppercase;
    color: var(--heading-color);
    font-size: 25px;
    font-style: italic;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
}
.pack-cont a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    text-transform: capitalize;
    font-size: 14px;
    font-family: var(--head-font);
    font-weight: 500;
    border: 2px solid var(--secondary-color);
    transition: .3s ease-in-out;
}
.acc-style {
    font-size: 12px;
    font-family: var(--head-font);
    text-transform: capitalize;
}
.acc-range {
    background: var(--secondary-color);
    color: #ffffff;
    text-transform: capitalize;
    font-size: 10px;
    padding: 5px;
    border-radius: 5px;
    font-family: var(--text-font);
    margin-left: 5px;
}
.inc-exc {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
}
