@media only screen and (max-width: 992px) {
    .navbar-brand{
        width: 22%;
    }

    .navbar-collapse{
               padding: 20px !important;
        background-image: linear-gradient(45deg, #445bac, #7b8bbe);
        border-radius: 10px;
    }

    .navbar-nav{
        gap: 20px !important;
    }

    .nav-link{
      padding: 10px;
    }

  .head_slide {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .main_package{
    margin-top: 8%;
        top: 150px;
    width: 70%;
  }

  .main_text{
    margin-top: 10%;
    display: none;
  }

  .main_text p{
        color: white;
    font-size: 18px;
    font-weight: 500;
  }

  .main_cont{
    height: 100dvh;
  }

  .about_cont h3{
    margin-top: 40px;
  }

  .foot_lower{
    margin-top: 30px;
  }

}

@media only screen and (max-width: 620px){
  .main_package{
    width:80%;
  }
}

@media only screen and (max-width: 552px){
.main_text h1{
    font-size: 30px;
}

 .main_package{
    width:94%;
  }

.days_plan_box .days_plan_content {
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    background: #f1f1f1;
    padding: 20px 20px;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 2px 2px 2px #bbbbbb;
}

    .main_text p {
        color: white;
        font-size: 15px;
        font-weight: 500;
    }

    .transfer_cont{
        margin-top: 20%;
    }

    .navbar-collapse{
        flex-direction: column;
    }

        .navbar-brand {
        width: 45%;
    }

    .go_cont img{
        display: none;
    }

    .book_us div {
         display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        font-size: 16px;

}

.application_cont{
    padding: 110px 0px;
}

}

