@media screen and (min-width: 1199px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1540px) {
  .LargeContainer {
    max-width: 1320px;
  }
}

@media screen and (max-width: 1366px) {
  .withSectionEffect:before,
  .withSectionEffect:after {
    width: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100px;
  }

  .aboutSection,
  .ContactSection {
    padding: 100px 0;
  }
  .gallerySection {
    padding: 72px 0;
  }
  .LargeContainer {
    max-width: 1170px;
  }
  .logoSectionInner h1 {
    padding-left: 264px;
  }

  .logoSectionInner h1 {
    font-size: 40px;
  }

  .logoBrand img {
    max-width: 220px;
  }

  .LogoShape:before {
    width: 264px;
    height: 264px;
    bottom: 12px;
  }

  .LogoShape .logoBrand {
    padding: 0 22px;
  }
}

@media screen and (max-width: 1199px) {
  .LargeContainer,
  .Container {
    max-width: 950px;
  }

  .logoBrand img {
    max-width: 164px;
  }
  .logoSectionInner h1 {
    font-size: 32px;
    padding-left: 224px;
  }
  .logoSection {
    padding: 32px 15px;
    min-height: 100px;
  }

  .LogoShape:before {
    width: 210px;
    height: 210px;
    bottom: 12px;
  }
}

@media screen and (max-width: 991px) {
  .logoBrand img {
    max-width: 120px;
  }
  .logoSectionInner h1 {
    font-size: 24px;
    padding-left: 184px;
  }
  .logoSection {
    padding: 32px 15px;
    min-height: 100px;
  }

  .LogoShape:before {
    width: 160px;
    height: 160px;
    bottom: 12px;
  }
  .logoSection {
    border-radius: 36px 36px 0 0;
  }

  .LargeContainer,
  .Container {
    max-width: 740px;
  }

  .aboutContant:before {
    display: none;
  }

  .aboutContant {
    padding: 0;
    background: transparent;
    text-align: center;
  }

  .sectionTitle:after {
    margin: auto;
    left: 0;
    right: 0;
  }

  .aboutImg {
    margin-top: 25px;
  }
  .aboutSection,
  .ContactSection {
    padding: 64px 0;
  }

  .contactBox {
    height: auto;
    margin-bottom: 20px;
    padding: 24px 15px;
  }

  .contactBox h3 {
    font-size: 24px;
  }
  .flower-patternCenter img {
    max-width: 132px;
  }
}

@media screen and (max-width: 767px) {
  .LargeContainer,
  .Container {
    max-width: 540px;
  }

  .logoBrand img {
    max-width: 100px;
  }
  .LogoShape {
    bottom: 16px;
  }
  .LogoShape:before {
    width: 120px;
    height: 120px;
    bottom: 12px;
  }
  .LogoShape .logoBrand {
    padding: 0 10px;
  }

  .logoSectionInner h1 {
    font-size: 20px;
    padding-left: 116px;
  }
  .logoSection {
    border-radius: 36px 36px 0 0;
    padding: 20px 15px;
    min-height: 52px;
  }
  .withSectionEffect:before,
  .withSectionEffect:after {
    width: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 60px;
  }

  .aboutSection,
  .ContactSection {
    padding: 64px 0;
  }
  .sectionTitle {
    font-size: 32px;
  }

  .sectionTitle:after {
    width: 90px;
    height: 5px;
  }

  .fiiterShapeLeft {
    display: none;
  }
  .fiiterShapeRight {
    left: 0;
    right: 0;
  }

  .fiiterShapeRight img {
    width: 100%;
  }
  .headerTop:before {
    height: 14px;
  }

  .gallerySection {
    padding: 64px 0;
  }

  #gallerySlider .owl-nav {
    top: 24px;
  }

  .galleryThumb {
    margin: 5px;
    width: calc(100% - 10px);
    border-radius: 8px;
  }
  .gallerySmall .galleryThumb {
    max-width: calc(50% - 10px);
    height: calc(50% - 10px);
  }

  .gallerylarge .galleryThumb {
    height: calc(100% - 10px);
  }
}

@media screen and (max-width: 575px) {
  .LargeContainer,
  .Container {
    max-width: 100%;
  }

  .LogoShape {
    position: initial;
    text-align: center;
  }

  .logoSectionInner h1 {
    padding: 10px 0;
    text-align: center;
  }

  .LogoShape:before {
    bottom: 10px;
  }

  .logoSection {
    min-height: 84px;
    padding: 0px 0 0 0;
    position: relative;
    top: 0;
    bottom: 0;
    border-radius: 0;
  }
  .aboutSection,
  .ContactSection {
    padding: 44px 0;
  }
  .headerTop {
    background: linear-gradient(90deg, #fcbb58, #f47728, #f47728);
    position: initial;
  }
  .copyrightSection {
    flex-direction: column;
  }

  .copyright {
    padding-bottom: 18px;
  }
  .galleryWrap {
    display: block;
  }

  .gallerylarge {
    max-width: 100%;
  }

  .gallerySmall {
    max-width: 100%;
  }

  #gallerySlider .owl-nav {
    top: 0;
  }
  .gallerySection {
    padding: 44px 0 24px 0;
  }
  .galleryLeft {
    left: 0;
  }

  .galleryLeft img,
  .galleryRight img {
    max-height: 100px;
  }

  .galleryRight {
    right: 0;
  }

  .bannerSection {
    display: flex;
    flex-direction: column-reverse;
  }
  .logoSection:after {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .aboutSection,
  .ContactSection {
    padding: 32px 0;
  }
  .aboutContant p {
    font-size: 14px;
  }
  .aboutImg img {
    max-width: 320px;
    margin: auto;
  }

  .aboutImg {
    text-align: center;
  }
}
