@media only screen and (min-width: 1800px) {
}
@media only screen and (min-width: 1540px) {
  :root {
    --padding: 5vw;
  }
}

@media only screen and (max-width: 1440px) {
  :root {
    --padding: 4vw;
  }
  .location-item {
    width: 244px;
    height: 300px;
  }
  .location-item h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1368px) {
  .sign-in-right{
    padding: 5rem 6rem;
  }
  .iir-bottom form .form-contain{
    flex-direction: column;
    gap: 0.5rem;
  }
  .iir-bottom form .form-contain .label-input{
    width: 100%;
  }
  .featured-group {
    grid-template-columns: repeat(auto-fill, 298px);
    justify-content: space-between;
  }
  .location-item {
    width: 224px;
    height: 280px;
  }
  .location-item h4 {
    font-size: 19px;
  }
  .footer-bottom-left,.footer-bottom-right{
    width: 50%;
  }
  .footer-bottom{
    gap: 3rem;
  }
  .footer-bottom-right,.footer-bottom-left{
    gap: 1rem;
  }
}
@media only screen and (max-width: 1280px) {
  .iil-top{
    max-height: unset;
  }
  .iil-bottom img{
    max-width: 100%;
    max-height: 100%;
  }
  .bottom-control{
    width: 100%;
  }
  .iil-top img{
    max-height: 500px;
  }
  .inside-image-left{
    width: 100%;
  }
  .iir-top{
    height: unset;
  }
  .inside-image{
    flex-direction: column-reverse;
  }
  .inside-image-right{
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .iir-bottom form .form-contain .label-input{
    width: fit-content;
    min-width: 50%;
  }
  .iir-bottom form .form-contain{
    flex-direction: row;
  }
  .ha-contain {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 5rem;
  }
  .book-now-left form .form-contain{
    flex-wrap: wrap;
    justify-content: center;
  }
  .book-now-left form .form-contain .label-input{
    width: 48%;
  }
  .book-now-left form button{
    margin: auto;
  }
  .sign-in-right{
    padding: 5rem 4rem;
  }
  .we-do-contain {
    gap: 2rem;
  }
  .hac-left,
  .hac-right {
    width: 100%;
  }
  .home-main h1 {
    padding: 0 5rem;
  }
  .location-item {
    width: 200px;
    height: 250px;
  }
  .location-group {
    gap: 1rem;
  }
  .location-item h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --main-clr: #5f6444;
    --link-head: 17px;
    --normal-font: 15px;
    --small-link: 14px;
    --item-head: 23px;
    --big-head: 47px;
    --mid-head: 37px;
    --para-head: 19px;
    --small-head: 13px;
    --sub-head: 31px;
    --padding: 3vw;
  }
  .we-do-contain {
    gap: 1rem;
  }
}
@media only screen and (max-width: 980px) {
  .home-featured {
    text-align: center;
  }
  .featured-group {
    justify-content: center;
  }
}
@media only screen and (max-width: 964px) {
  .inside-image-right{
    flex-direction: column;
  }
  .book-now{
    flex-direction: column;
  }
  .book-now-right,.book-now-left{
    width: 100%;
  }
  .book-now-right a{
    width: fit-content;
    margin: auto;
  }
  .things-know-inside{
    flex-direction: column;
  }
  .things-know-left,.things-know-right{
    width: 100%;
  }
  .things-know-right{
    flex-direction: row;
  }
  .sign-in-right{
    padding: 5rem 2rem;
  }
  .sign-in-det h1{
    font-size: 46px;
  }
  .sign-in-right h3{
    font-size: 32px;
  }
  .footer-bottom{
    flex-direction: column;
  }
  .footer-bottom-left, .footer-bottom-right{
    width: 100%;
  }
  .we-do-contain {
    flex-direction: column-reverse;
  }
  .we-do-left,
  .we-do-right {
    width: 100%;
  }
  .h-location-contain {
    align-items: center;
  }
  .location-group {
    flex-wrap: wrap;
    justify-content: center;
  }
  .head-list {
    display: none;
  }
  #nav-icon1 {
    display: flex;
  }
  .home-main h1 {
    white-space: wrap;
    padding: 0 var(--padding);
  }
  .featured-group {
  }
  .footer-top{
    flex-direction: column;
    gap: 2rem;
  }
  .footer-top-left,.footer-top-right{
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  :root {
    --main-clr: #5f6444;
    --link-head: 16px;
    --normal-font: 14px;
    --small-link: 13px;
    --item-head: 21px;
    --big-head: 40px;
    --mid-head: 31px;
    --para-head: 17px;
    --small-head: 13px;
    --sub-head: 28px;
    --padding: 2vw;
  }
  .ml-group{
    gap: 0.5rem;
    justify-content: center;
  }
  .things-know-right{
    flex-direction: column;
  }

  .sign-in{
    flex-direction: column;
  }
  .sign-in-left,.sign-in-right{
    width: 100%;
  }
  .sign-in-left > img{
    object-fit: cover;
  }
  .sign-in-right {
    padding: 3rem 2rem;
}
  .sign-in-left{
    height: fit-content;
    min-height: fit-content;
  }
  .sign-in-det{
    padding-bottom: 0%;
    padding: 2rem;
    gap: 2rem;
  }
  .we-do-right,
  .we-do-r-top,
  .we-do-r-bottom {
    gap: 1rem;
  }
  .footer-top-right ul{
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-top{
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 584px) {
  .book-now-left form .form-contain .label-input{
    width: 100%;
  }
  .iir-bottom form .form-contain{
    flex-direction: column;
  }
  .iir-bottom form .form-contain .label-input{
    width: 100%;
  }
  .we-do-r-top,
  .we-do-r-bottom {
    flex-direction: column;
  }
  .we-do-rt-left,
  .we-do-rt-right,
  .we-do-rb-left,
  .we-do-rb-right {
    gap: 1rem;
    width: 100%;
    min-height: fit-content;
  }
  .we-do-rb1,.we-do-left {
    gap: 1rem;
  }
  .we-do-rt-left .iconify,.we-do-rt-right .iconify,.we-do-rb-left .iconify,.we-do-rb-right .iconify {
    width: 78px;
    height: 78px;
  }

  .hac-contain {
    /* width: 326px; */
    width: 350px;
    height: 409px;
  }
  .hacr-bottom {
    width: 249px;
  }
  .hacr-top {
    width: 279px;
    padding: 1rem;
  }
  .hacr-top a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 425px) {

  :root {
    --padding: 1vw;
  }
  .sign-in-det{
    padding: 1rem;
  }
  .sign-in-right{
    padding: 2rem 1.5rem;
  }
  .footer-bottom-left{
    flex-wrap: wrap;
    gap: 0;
    row-gap: 1rem;
    justify-content: center;
    text-align: center;
  }
  .footer-bottom-right{
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom-right p{
    max-width: fit-content;
  }
  .footer-bottom-right a{
    width: fit-content;
  }
  .footer-bl-item{
    width: 50%;
  }
  .footer-top-right h4{
    text-align: center;
  }
  .footer-top-right ul{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0.5rem;
    text-align: center;
  }
  .footer-bottom{
    padding-bottom: 0;
  }
  .iir-top,.iir-bottom,.book-now-left{
    padding: 1rem;
  }
}
@media only screen and (max-width: 320px) {
}
