@media (min-width: 1950px) {
  .contact-section .bottom-bg svg {
    height: 1000px;
  }
}

@media (max-width: 1950px) {
  .couple-section .shape-1 svg {
    height: 1000px;
  }
}

@media (max-width: 1800px) {
  .static-hero .static-hero-inner {
    padding-left: 140px;
  }
}

@media (max-width: 1700px) {
  .site-header {
    padding: 0 30px;
  }

  .site-header .navigation.sticky-header {
    padding: 0 50px;
  }

  .contact-section .bottom-bg svg {
    height: 555px;
  }
}

@media (max-width: 1600px) {
  .static-hero .static-hero-inner {
    padding-left: 70px;
  }

  .static-hero .right-shape svg {
    width: 550px;
    height: 497px;
  }

  .contact-section .contact-section-wrapper .contact-form-area {
    padding: 60px 30px;
    padding-top: 0;
  }

  .contact-section .bottom-bg .shape-2 {
    max-width: 20%;
  }

  .contact-section .bottom-bg .shape-3 {
    max-width: 10%;
  }

  .contact-section .bottom-bg .shape-4 {
    max-width: 10%;
  }

  .contact-section .bottom-bg .shape-5 {
    max-width: 10%;
  }

  .contact-section .bottom-bg .shape-6 {
    max-width: 10%;
  }
}

@media (min-width: 1500px) {
  .site-header {
    padding: 0 10px;
  }
}

@media (max-width: 1500px) {
  .contact-section .bottom-bg svg {
    height: 505px;
  }
}

@media (max-width: 1400px) {
  .site-header .navigation.sticky-header {
    padding: 0 20px;
  }

  .static-hero .static-hero-inner {
    padding-left: 20px;
  }

  .story-section .story-item .story-img-wrap {
    flex-basis: 50%;
  }

  .story-section .story-item .story-content .story-content-inner p {
    font-size: 18px;
  }

  .contact-section .bottom-bg svg {
    height: 465px;
  }
}

@media (max-width: 1300px) {
  .contact-section .bottom-bg svg {
    height: 425px;
  }
}

@media (max-width: 1199px) {
  .static-hero {
    height: 680px;
  }

  .slide-title h2 {
    font-size: 50px;
  }

  .couple-section .couple-area .couple-item {
    padding-left: 0;
  }

  .couple-section .couple-area .couple-item .couple-img-wrap .c-shape {
    left: -95px;
  }

  .couple-section .couple-area .couple-item .couple-text h3 {
    font-size: 36px;
  }

  .couple-section
    .couple-area
    .col:last-child
    .couple-item
    .couple-img-wrap
    .c-shape {
    right: -65px;
    bottom: -20px;
  }

  .couple-section .shape-1 svg {
    height: 600px;
  }

  .story-section .story-item {
    padding-top: 100px;
  }

  .story-section .story-item .story-img-wrap {
    flex-basis: 45%;
  }

  .story-section .story-item .story-img-wrap .story-img {
    max-width: 260px;
  }

  .story-section .story-item .story-img-wrap .clip-shape svg {
    width: 285px;
    height: 349px;
  }

  .story-section .story-item .story-content .story-content-inner h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 36px;
  }

  .story-section .story-item .story-content .story-content-inner span {
    margin-bottom: 10px;
  }

  .story-section .story-item:first-child {
    padding-top: 80px;
  }

  .contact-section .contact-section-wrapper .section-title {
    margin-bottom: 20px;
  }

  .contact-section .contact-section-wrapper .contact-form-area {
    padding: 60px 20px;
    padding-top: 0;
  }
}

@media (max-width: 1160px) {
  .contact-section .bottom-bg svg {
    height: 380px;
  }
}

@media (max-width: 1100px) {
  .contact-section .bottom-bg {
    bottom: -30px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .site-header #navbar {
    justify-content: center;
  }

  .site-header #navbar li {
    position: relative;
  }

  .site-header #navbar > ul > li > a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #657150;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    border-radius: 3px;
  }

  .site-header #navbar > ul > li > a:hover:before,
  .site-header #navbar > ul > li.current-menu-item a:before,
  .site-header #navbar > ul > li > a.active:before {
    opacity: 1;
    visibility: visible;
  }

  .site-header #navbar > ul > li > a {
    color: #323232;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 35px 20px;
    position: relative;
    text-transform: uppercase;
  }

  .portfolio-section .slick-slider .slick-slide:nth-child(even) {
    transform: translateY(0);
    animation: margin 10s linear infinite;
  }

  .portfolio-section .slick-slider .slick-slide:nth-child(odd) {
    transform: translateY(0);
    animation: marginOdd 10s linear infinite;
  }
}

@media (max-width: 991px) {
  .site-header {
    position: relative;
    z-index: 99999;
  }

  .site-header .navigation {
    padding: 2px 0;
  }

  .site-header .navigation.sticky-header {
    padding: 20px;
  }

  .site-header .menu-close {
    display: block;
    z-index: 99;
    background: none;
    text-align: center;
    color: #fff;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
  }

  .showmenu {
    display: block;
    width: 40px;
    height: 36px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
  }

  .showmenu button:focus {
    outline: none;
    box-shadow: none;
  }

  .showmenu button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin: 0 auto;
    margin-bottom: 5px;
  }

  .site-header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }

  .site-header #navbar > ul {
    z-index: 101;
  }

  .site-header #navbar ul a {
    color: #000;
  }

  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #657150;
  }

  .static-hero {
    height: 600px;
  }

  .static-hero {
    height: 600px;
  }

  .static-hero .static-hero-inner {
    padding-bottom: 0;
    padding-left: 0px;
    text-align: center;
    padding-top: 70px;
  }

  .slide-title h2 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 20px;
  }

  .static-hero .right-shape {
    display: none;
  }

  .section-padding {
    padding: 30px 0;
  }

  .couple-section {
    padding-bottom: 20px;
    padding-top: 10px;
  }

  .couple-section .couple-area .couple-item {
    padding-bottom: 50px;
  }

  .couple-section .couple-area .couple-item .couple-img {
    margin-bottom: 10px;
  }

  .couple-section .couple-area .couple-item .couple-img-wrap .c-shape {
    left: -68px;
  }

  .couple-section .couple-area .couple-item .couple-text h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .couple-section .couple-area .couple-item .couple-text p {
    font-size: 16px;
  }

  .couple-section .couple-area .couple-item .couple-text ul {
    padding-top: 10px;
    display: flex;
    justify-content: center;
  }

  .couple-section
    .couple-area
    .col:last-child
    .couple-item
    .couple-img-wrap
    .c-shape {
    right: -35px;
  }

  .couple-section .shape-1 svg {
    height: 360px;
  }

  .story-section .story-item {
    flex-wrap: wrap;
    padding-top: 100px;
  }

  .story-section .story-item .story-img-wrap {
    flex-basis: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .story-section .story-item .story-img-wrap .img-shape {
    width: 105%;
    max-width: 450px;
    margin: 0 auto;
  }

  .story-section .story-item .story-content {
    padding-left: 0px;
    margin-left: 0;
    text-align: center;
    margin: 0 auto;
    flex-basis: 100%;
    position: relative;
    max-width: 100%;
    margin-top: 70px;
  }

  .story-section .story-item:first-child {
    padding-top: 50px;
  }

  .story-section .story-item:nth-child(even) .story-img-wrap {
    order: unset;
    -webkit-order: unset;
    -moz-order: unset;
  }

  .story-section .story-item:nth-child(even) .story-content {
    padding: 20px;
    order: unset;
    -webkit-order: unset;
    -moz-order: unset;
    flex-basis: 100%;
    margin-right: 0;
    text-align: center;
    flex-basis: 100%;
    position: relative;
    max-width: 100%;
  }

  .story-section
    .story-item:nth-child(even)
    .story-content
    .story-content-inner {
    max-width: 100%;
    text-align: center;
  }

  .portfolio-section .portfolio-grids .slick-list {
    padding-top: 0px;
  }

  .contact-section .bottom-bg .shape-6 {
    max-width: 20%;
  }

  .event-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 870px) {
  .contact-section .bottom-bg {
    bottom: -40px;
  }

  .contact-section .bottom-bg svg {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }

  .site-header #navbar .navbar-nav {
    margin: 0;
  }

  .static-hero {
    height: 500px;
  }

  .slide-title h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .section-padding {
    padding: 30px 0;
  }

  .couple-section .couple-area .couple-item {
    flex-wrap: wrap;
    justify-content: center;
  }

  .couple-section .couple-area .couple-item .couple-img {
    margin-bottom: 0px;
    margin-right: 0;
    max-width: 350px;
    margin: 0 auto;
  }

  .couple-section .couple-area .couple-item .couple-img-wrap .c-shape {
    left: -76px;
  }

  .couple-section .couple-area .col:last-child .couple-item {
    justify-content: center;
  }

  .couple-section .couple-area .col:last-child .couple-item .couple-img-wrap {
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
  }

  .couple-section
    .couple-area
    .col:last-child
    .couple-item
    .couple-img-wrap
    .c-shape {
    right: -55px;
  }

  .couple-section .couple-area .couple-item .couple-img-wrap .couple-text {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
  }

  .couple-section .shape-1 {
    display: none;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .section-title span {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
  }

  .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .portfolio-section .portfolio-grids .slick-prev {
    display: none !important;
  }

  .portfolio-section .portfolio-grids .slick-next {
    display: none !important;
  }

  .contact-section .contact-section-wrapper::before {
    height: 190px;
  }

  .contact-section .bottom-bg svg {
    height: 300px;
  }

  .contact-section .bottom-bg .shape-6 {
    max-width: 30%;
  }

  .event-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 757px) {
  .event-section .event-item .event-text h2 {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .site-header .navigation.sticky-header {
    padding: 20px 10px;
  }

  .section-padding {
    padding: 30px 0;
  }

  .story-section .story-item {
    padding-top: 50px;
  }

  .story-section .story-item .story-img-wrap {
    max-width: 400px;
  }

  .story-section .story-item .story-content {
    margin-top: 30px;
    padding: 10px;
  }

  .story-section .story-item .story-content .story-content-inner h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .story-section .story-item .story-content .story-content-inner span {
    font-size: 18px;
  }

  .story-section .story-item .story-content .story-content-inner p {
    font-size: 17px;
  }

  .story-section .story-item:first-child {
    padding-top: 20px;
  }

  .story-section .story-item:nth-child(even) .story-content {
    padding: 10px;
    margin-top: 30px;
  }

  .story-section .flower-shape-1 {
    display: none;
  }

  .story-section .flower-shape-2 {
    display: none;
  }

  .story-section .flower-shape-3 {
    display: none;
  }

  .story-section .flower-shape-4 {
    display: none;
  }

  .section-title span {
    font-size: 18px;
  }

  .section-title h2 {
    font-size: 25px;
    margin-top: 0;
  }

  .contact-section .contact-section-wrapper::before {
    height: 120px;
  }

  .contact-section .contact-section-wrapper .section-title {
    padding: 30px 0;
  }

  .contact-section .contact-section-wrapper .section-title h2 {
    font-size: 30px;
  }

  .contact-section .contact-section-wrapper .contact-form-area {
    padding: 20px 10px;
    padding-top: 0;
  }

  .contact-section .bottom-bg {
    bottom: -40px;
  }

  .contact-section .bottom-bg svg {
    height: 280px;
  }
}

@media (max-width: 450px) {
  .responsivemenu li a,
  .responsivemenu li p {
    font-size: 14px;
    padding: 13px 25px;
  }

  .story-section .story-item .story-img-wrap .img-shape {
    width: 130%;
  }

  .contact-section .bottom-bg svg {
    height: 200px;
  }
}
