@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
:root {
  --green: #93D248;
  --dark-green: #6E9E2D;
  --light-green: #C4E1A6;
  --white: #FFFFFF;
  --black: #2F2F2F;
  --blue: #3B88BC;
  --inter: "Roboto", sans-serif;
  --jost: "Jost", sans-serif;
}

.main-home-banner {
  margin-top: 70px;
  padding: 50px 25px;
}
@media only screen and (min-width: 768px) {
  .main-home-banner {
    padding: 80px 50px;
  }
}
.main-home-banner .home-banner-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .main-home-banner .home-banner-inner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-home-banner .home-banner-inner {
    grid-template-rows: 1fr 80px 100px;
  }
}
@media only screen and (min-width: 992px) {
  .main-home-banner .home-banner-inner .banner-left {
    grid-row: 1/2;
    grid-column: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.main-home-banner .home-banner-inner .banner-left h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .main-home-banner .home-banner-inner .banner-left h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .main-home-banner .home-banner-inner .banner-left h1 {
    font-size: 54px;
    line-height: 1.02;
  }
}
@media only screen and (min-width: 1024px) {
  .main-home-banner .home-banner-inner .banner-left h1 {
    font-size: 74px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-home-banner .home-banner-inner .banner-left h1 {
    font-size: 94px;
  }
}
.main-home-banner .home-banner-inner .banner-left h1 span {
  color: #3498db;
  font-family: var(--inter);
}
.main-home-banner .home-banner-inner .banner-left p {
  color: #666;
  margin-bottom: 30px;
  font-family: var(--jost);
}
@media only screen and (min-width: 1024px) {
  .main-home-banner .home-banner-inner .banner-left p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .main-home-banner .home-banner-inner .animated {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.main-home-banner .home-banner-inner .banner-right {
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
@media only screen and (min-width: 992px) {
  .main-home-banner .home-banner-inner .banner-right {
    display: block;
    grid-row: 1/4;
    grid-column: 2/4;
    max-height: 70vh;
  }
}
.main-home-banner .home-banner-inner .banner-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 992px) {
  .main-home-banner .home-banner-inner form#front-search-form {
    grid-template-columns: 250px 320px 104px 104px;
    max-width: -moz-max-content;
    max-width: max-content;
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    box-shadow: 0px 12px 21px rgba(47, 47, 47, 0.15);
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .main-home-banner .home-banner-inner form#front-search-form {
    grid-template-columns: 340px 370px 154px 174px;
  }
}
.main-home-banner .home-banner-inner form, .main-home-banner .home-banner-inner .date-picker {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.main-home-banner .home-banner-inner form .submit-btn-div, .main-home-banner .home-banner-inner .date-picker .submit-btn-div {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .main-home-banner .home-banner-inner form .submit-btn-div, .main-home-banner .home-banner-inner .date-picker .submit-btn-div {
    justify-content: end;
    height: 100%;
  }
}
.main-home-banner .home-banner-inner form .submit-btn-div button, .main-home-banner .home-banner-inner .date-picker .submit-btn-div button {
  max-width: calc(50% - 10px);
}
@media only screen and (min-width: 992px) {
  .main-home-banner .home-banner-inner form input, .main-home-banner .home-banner-inner form select, .main-home-banner .home-banner-inner .date-picker input, .main-home-banner .home-banner-inner .date-picker select {
    height: 100% !important;
    border-radius: 45px;
    padding-left: 20px !important;
    background: #fbfbfb;
  }
}
@media only screen and (min-width: 992px) {
  .main-home-banner .home-banner-inner form button, .main-home-banner .home-banner-inner .date-picker button {
    border-radius: 50px;
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
  .main-home-banner .home-banner-inner form .input-group-append, .main-home-banner .home-banner-inner .date-picker .input-group-append {
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .main-home-banner .home-banner-inner form .input-group-append .input-group-text, .main-home-banner .home-banner-inner .date-picker .input-group-append .input-group-text {
    background: transparent;
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .main-home-banner .home-banner-inner .date-picker {
    grid-template-columns: 1fr 1fr;
  }
}
