.banner img{
    display: block;
    width: 55%;
    margin: 0 auto;
}
.banner{
    background: url(./../images/banner-bg.png) no-repeat top left fixed #00160a;
    padding: 50px 0;
    background-size: 100% 100%;
    height: 100vh;
}
.banner-text{
    border-radius: 5px;
    padding: 40px;
    background: #0D2216;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.banner-text span{
    display: block;
    font-weight: bold;
    color: #00D563;
}
.banner-text h1{
    font-size: 45px;
    line-height: 60px;
    text-transform: uppercase;
    color: #fff;
}
.gg-search {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -4px;
  }
  .gg-search::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 8px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 10px;
    left: 12px;
  }
  .main-search form{
    background: #0D2216;
    border-radius: 2.5rem!important;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 10px;
  }
  .main-search form input{
    width: 40%;
    padding: 15px;
    background: none;
    border: none;
    box-shadow: none;
    font-family: 'Bai Jamjuree';
    font-size: 16px;
    color: #fff;
  }
  .main-search form input::placeholder{
    text-align: center;
    color: #fff;
  }
  .main-search form input:first-child{
    border-right: 1px solid #07140d !important;
  }
  .main-search form button{
    background: #00160a;
    padding: 15px;
    border: none;
    color: #00D563;
    border-radius: 2.5rem;
    cursor: pointer;
    display: flex;
    width: 20%;
    justify-content:center;
    font-family: 'Bai Jamjuree';
    gap: 15px;
    font-size: 16px;
    align-items: center;
  }
  .main-search{
    padding-bottom: 20px;
  }
  .sec-title{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
  }
  .sec-padding{
    padding: 20px 0;
  }
  .most-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .most-text h2{
    font-size: 24px;
    color: #fff;
    line-height: 36px;
  }
  .most-text h2 span{
    font-size: 36px;
    color: #00D563;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
  }
  .most-grid .col{
    background: #00160a;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0px 4px 60px 0px rgb(0 0 0 / 7%);
  }
  .most-text{
    padding: 15px;
    background: #0D2216;
    margin-left: 15px;
    border-radius: 10px;
    width: 50%;
  }
  .most-grid .col img{
    display: block;
  }
  .view-more-btn{
    text-align: center;
    margin-top: 40px;
  }
  .view-more-btn a{
    padding: 10px 40px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    background: #00160a;
    border-radius: 50px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
  }
  .view-more-btn a:hover{
    background: #0D2216;
    color: #00D563;
  }
  .top-search ul{
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0;
    justify-content: center;
    padding: 0;
    gap: 10px;
  }
  .top-search ul li a{
    display: inline-block;
    padding: 10px 40px;
    border-radius: 50px;
    color: #fff;
    background: #0D2216;
    transition: all 0.3s ease-in-out;
  }
  .top-search ul li a:hover{
    background: #0D2216;
    color: #00D563;
  }
  .top-search{
    background: #00160a;
  }
  .top-search h2{
    color: #fff;
  }
  .post-ad{
    background: url(./../images/post-ad-bg.png) no-repeat center #f4f7fa;
    background-size: 100% 100%;
    height: 80vh;
    display: flex;
    align-items: center;
  }
  .ad-text{
    background: #00160abf;
    padding: 50px;
    color: #fff;
    height: 100%;
    border-radius: 10px;
  }
  .why{
    background: #fff;
  }
  .why h2{
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 40px;
  }
  .why h2 span{
    display: block;
    color: #00D563;
    font-weight: bold;
  }
  .why .col:first-child{
    background: #0D2216;
    border-radius: 5px;
    padding: 30px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  .col-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .choose-box{
    border-radius: 5px;
    padding: 15px;
    background: #f4f7fa;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  .choose-box h3{
    font-size: 18px;
    font-weight: bold;
  }
  
  @media (max-width:991px){
    .banner .d-grid{
      grid-template-columns: calc(50% - 30px) calc(50% - 30px);
    }
    .banner-text {
      border-radius: 5px;
      padding: 30px;
    }
    .banner-text h1 {
      font-size: 30px;
      line-height: 43px;
    }
    .banner-text span{
      font-size: 25px;
    }
    .post-ad {
      background: url(./../images/post-ad-bg.png) no-repeat center #f4f7fa;
      background-size: contain;
      height: auto;
      display: flex;
      align-items: center;
      padding: 50px 0;
  }
  .ad-text {
    background: #00160abf;
    padding: 15px;
  }
  .why .d-grid:first-child{
    grid-template-columns: 1fr;
  }
  }
  @media (max-width:767px){
    .main-search form{
      display: block;
      border-radius: 10px !important;
    }
    .main-search form input{
      width: 49%;
    }
    .main-search form button {
      width: 100%;
      margin: 20px auto 0 auto;
      box-shadow: rgb(0 22 10) 0px 8px 24px
    }
    .banner{
      height: auto;
    }
    .banner-text h1 {
      font-size: 20px;
      line-height: 29px;
    }
    .banner-text span {
      font-size: 20px;
    }
    .banner-text h2{
      font-size: 17px;
      line-height: 22px;
    }
    .banner{
      background-size: cover;
    }
    .banner .d-grid {
      display: block;
    }
    .most-grid {
    grid-template-columns: repeat(1, 1fr);
    }
    .col-2 {
      grid-template-columns: repeat(1, 1fr);
    }
    .post-ad .sec-padding{
      padding: 0;
    }
    .sec-padding {
      padding: 30px 0;
    }
      }
  @media (max-width:499px){
    .col-4 {
      grid-template-columns: repeat(1, 1fr);
      gap: 15px;
  }
  .why h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 28px;
}
.banner {
  padding: 15px 0;
  }
  .main-search form input {
    width: 100%;
}
.main-search form input:first-child {
  border-right: none !important;
  border-bottom: 1px solid #07140d !important;
}
.sec-title {
  font-weight: bold;
  font-size: 23px;
}
.most-grid .col{
  display: block;
}
.most-grid .col img {
  display: block;
  margin-left: auto;
}
.most-text{
  position: absolute;
    left: 15px;
    right: 15px;
    width: auto;
    bottom: 15px;
    background: #0d221685;
}
.most-text h2 {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}
.most-text h2 span {
  font-size: 28px;
}
  }