
@media only screen and (max-width: 1280px){
  .container{
    max-width: 991px;
  }
  .go-menu .go-menu-box {
    height: 420px;
    gap: 10px;
  }
  .go-menu .go-menu-box .menubox_item h3, .go-menu .go-menu-box .menubox_item h3::before{
    font-size: 32px;
  }
  .menu-one .our-menu-box, .menu-two .our-menu-box, .our-menu .our-menu-box{
    flex-wrap: wrap;
    justify-content: center;
  }
  .history .history_area .history_img{
    flex: 0.8;
    padding-right: 0;
  }
  .event .event-box{
    padding: 20px 0;
  }
  .contact-from .fa .my-mail{
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .contact-from .fa{
    gap: 20px;
  }
}


@media only screen and (max-width: 991px){
  header nav.navbar .menu-icon {
    width: 100px;
    height: 50px;
    line-height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  #menuToggle:checked ~ ul {
      max-height: 400px;
  }
  .menu-icon i {
      font-size: 26px;
      vertical-align: middle;
  }


  header nav.navbar{
    position: relative;
  }
  .menu {
    width: 100%;
    height: auto;
  }
  header nav.navbar ul {
      display: block;
      max-height: 0;
      background-color: #d7e4c2;
      overflow: hidden;
      -webkit-transition: max-height 0.3s;
      -moz-transition: max-height 0.3s;
        -ms-transition: max-height 0.3s;
        -o-transition: max-height 0.3s;
      transition: max-height 0.3s;
      position: absolute;
      z-index: 99;
      left: calc(50% - 150px);
      top: 100%;
      max-width: 300px;
  }
  header nav.navbar ul li{
    display: block;
    padding: 0px 15px;
  }
  header nav.navbar ul li a {
      text-align: left;
      width: 100%;
      height: 50px;
      padding: 10px 0px 10px 5%;
  }
  .banner{
    height: 550px;
  }
  .banner .banner_content h1{
    font-size: 72px;
    line-height: 90px;
    margin: 30px 0 40px;
  }
  .banner .banner_content p{
    font-size: 20px;
  }
  .our-special .our-s-box{
    width: auto;
    padding: 80px 0 0;
    margin-top: 0;
  }

  .go-menu .go-menu-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .part .footer-box, .footer .part .footer-box2{
    min-width: auto;
    margin-bottom: 20px;
  }
  .footer .part, .history .history_area, .main-contact ul, .our-map .map-box, .contact-from .fa{
    flex-direction: column;
  }
  .footer .part .footer-box2 .footer-social ul{
    display: inline-flex;
  }
  .history .history_area .history_img{
    height: auto;
    max-width: 400px;
  }
  .contact-from .fa .my-mail{
    width: 100%;
    height: auto;
  }
  .contact-from .fa .my-mail textarea{
    height: 120px;
  }
  .contact-from .fa{
    gap: 0;
  }
}


@media only screen and (max-width: 767px){
  .event .event-box .e-box{
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }
  .our-menu .our-menu-box .box-one{
    width: 100%;
  }
  .media-wrap{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .menu-one .our-menu-box .box-one .menu-item-box, .our-menu .our-menu-box .box-one .menu-item-box, .menu-two .our-menu-box .box-one .menu-item-box{
    flex-direction: column;
    text-align: center;
  }
  .our-menu .our-menu-box .box-one .menu-item-box .item-name, .our-menu .our-menu-box .box-one .menu-item-box .item-name .i-n h3, .menu-one .our-menu-box .box-one .menu-item-box .item-name, .menu-two .our-menu-box .box-one .menu-item-box .item-name{
    width: auto;
  }
  .our-menu .our-menu-box .box-one .menu-item-box .item-name .i-n .line, .menu-one .our-menu-box .box-one .menu-item-box .item-name .i-n .line, .menu-two .our-menu-box .box-one .menu-item-box .item-name .i-n .line{
    display: none;
  }
  .our-menu .our-menu-box .box-one .menu-item-box .item-name .i-n, .menu-one .our-menu-box .box-one .menu-item-box .item-name .i-n, .menu-two .our-menu-box .box-one .menu-item-box .item-name .i-n{
    justify-content: center;
  }
  .about-us .about-us-titel h1, .menu-us .menu-us-titel h1, .contact-us .contack-us-titel h1{
    font-size: 48px;
  }
  .wceh .wceh-box{
    flex-direction: column;
  }
}


@media only screen and (max-width: 575px){
  .banner .banner_content h1 {
    font-size: 52px;
    line-height: 70px;
  }
  .banner .banner_content p{
    font-size: 18px;
  }
  .banner .banner_content .banner_btn a, .our-menu .my-btn a{
    padding: 16px 30px;
    font-size: 20px;
  }
  .banner {
    height: 450px;
    padding: 0;
  }
  .our-special .our-s-box h2 {
    font-size: 40px;
  }
  header nav.navbar .menu-icon{
    width: auto;
  }
  .go-menu .go-menu-box{
    height: auto;
  }
  .go-menu .go-menu-box .menubox_item{
    aspect-ratio: 3/2.5;
  }
}