@font-face {
  font-family: 'Cinzel';
  src: url(../fonts/Cinzel.ttf);
}
@font-face {
  font-family: 'RadioCanada';
  src: url(../fonts/Radiocanada.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  position: relative;
  font-size: 18px;
  color: #ddd;
  font-family: "Radio Canada", serif;
  background-color: #000;
}
img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
h1,
h2,
h3,
h4 {
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
}
h1 {
  font-size: 60px;
}
@media screen and (max-width: 1279px) {
  h1 {
    font-size: 45px;
  }
}
h2 {
  font-size: 35px;
}
p {
  color: #ddd;
  font-weight: 300;
}
.text-center {
  text-align: center;
}
.base-container {
  width: 90%;
  margin: auto;
}
.pt-100 {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 80px;
  }
}
.tb-50 {
  margin: 50px 0;
}
.lr-30 {
  margin: 0 30px;
}
.w-100 {
  width: 100%;
}
.page-title {
  text-align: center;
  margin-bottom: 50px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.backgroundDefault {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.flexDefault {
  display: flex;
  align-items: center;
  justify-content: center;
}
.textOverlay {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.space-between {
  justify-content: space-between;
}
.link,
a,
.footer-info p {
  font-family: "Cinzel Decorative", serif;
  color: #c2a084;
  font-size: 18px;
  text-decoration: unset;
  transition: 500ms ease-in-out;
  opacity: 0.8;
}
.link:hover,
a:hover,
.footer-info p:hover {
  opacity: 0.5;
}
.link.link-white,
a.link-white,
.footer-info p.link-white {
  color: #fff;
}
.sticky-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  transition: 500ms ease-in-out;
}
.sticky-header-wrap .flexDefault {
  justify-content: space-between;
}
.sticky-header-wrap .header-logo {
  width: 80px;
  height: 80px;
}
.sticky-header-wrap .header-links a {
  display: inline-block;
  margin-left: 55px;
}
.sticky-header-wrap.homepage {
  top: -100px;
}
.sticky-header-wrap.fix-activate {
  top: 0;
  backdrop-filter: saturate(50%) blur(10px);
  -webkit-backdrop-filter: saturate(50%) blur(10px);
}
.landingBoxOverlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(20, 20, 20, 0.85) 100%);
}
.landing-page-banner .landing-page-cover {
  align-content: center;
  position: relative;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.landing-page-banner .landing-page-cover .overlay {
  background-color: rgba(0, 0, 0, 0.75);
}
.landing-page-banner .landing-page-cover .landing-page-content-wrap {
  position: relative;
  width: 90%;
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  margin: auto;
}
.landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-left {
  width: 30%;
}
.landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-left .landing-page-images .landing-page-image-box {
  position: relative;
  display: block;
  height: 33.33%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-position: center;
}
.landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-left .landing-page-images .landing-page-image-box .event-info {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 2;
  opacity: 1;
}
.landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-left .landing-page-images .landing-page-image-box .event-info a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-left .landing-page-images .landing-page-image-box .event-info:hover {
  opacity: 0.5;
}
.landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-left .landing-page-images .landing-page-image-box .event-info h5 {
  font-size: 12px;
  opacity: 0.6;
  font-family: "Radio Canada", serif;
  text-transform: uppercase;
}
.landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-right {
  position: relative;
  width: 70%;
}
.landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-right .landing-page-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 500ms ease-in-out;
}
.landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-right .landing-page-video-text {
  position: absolute;
  right: 50px;
  bottom: 50px;
  text-align: right;
}
.landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-right .landing-page-video-text h5 {
  font-size: 12px;
  opacity: 0.6;
  font-family: "Radio Canada", serif;
  text-transform: uppercase;
}
.landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-right .landing-page-video-text h1 {
  font-style: normal;
  color: #ddd;
}
.landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-right .landing-page-video-text a {
  display: block;
}
.landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-right header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 90%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin: auto;
}
.landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-right header nav ul li {
  display: inline-block;
  list-style: none;
  margin-right: 50px;
}
.landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-right header .logo img {
  width: 110px;
  height: 110px;
}
.landing-page-image-box::before,
.landing-page-content-right::before,
.landing-page-content-right::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(20, 20, 20, 0.85) 100%);
}
.landing-page-content-right::after {
  top: -5px;
  transform: rotate(180deg);
  height: 25%;
}
.site-banner {
  position: relative;
  height: 75vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-position: center;
}
.site-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(20, 20, 20, 0.85) 100%);
  background: linear-gradient(to top, transparent, rgba(20, 20, 20, 0.6) 100%);
}
.page-section-wrap {
  position: relative;
  width: 100%;
}
.page-section-wrap .section-container {
  width: 90%;
  margin: auto;
  padding: 75px 0;
}
.traditional-background-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.traditional-background-wrap .svg-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.traditional-background-wrap .svg-wrap img {
  position: absolute;
  opacity: 0.1;
  width: 350px;
  height: 350px;
}
.traditional-background-wrap .svg-wrap img.tl {
  top: 0;
  left: 0;
}
.traditional-background-wrap .svg-wrap img.tr {
  top: 0;
  right: 0;
}
.traditional-background-wrap .svg-wrap img.bl {
  bottom: 0;
  left: 0;
}
.traditional-background-wrap .svg-wrap img.br {
  bottom: 0;
  right: 0;
}
.page-grid-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: start;
  gap: 50px;
}
.page-grid-wrap .three-grid-box {
  width: 30%;
  aspect-ratio: 1/1.2;
}
.page-grid-wrap .three-grid-box .content {
  padding-top: 10px;
  justify-content: space-between;
}
.page-grid-wrap .three-grid-box .grid-img {
  margin-bottom: 5px;
}
.page-grid-wrap .three-grid-box .grid-img img {
  object-fit: cover;
}
.page-grid-wrap .three-grid-box h4 {
  color: #c2a084;
  font-size: 18px;
}
.page-grid-wrap .three-grid-box p {
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.page-grid-wrap .three-grid-box a {
  font-size: 12px;
}
.collection-page .page-grid-wrap {
  flex-wrap: wrap;
}
.collection-page .page-grid-wrap .three-grid-box {
  margin-bottom: 50px;
}
.featured-section .grid-wrap {
  width: 100%;
  height: 100%;
}
.featured-section .grid-wrap .grid-box {
  position: relative;
  width: 25%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  transition: 500ms ease-in-out;
  cursor: pointer;
}
.featured-section .grid-wrap .grid-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.95) 100%);
}
.featured-section .grid-wrap .grid-box .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  transition: 500ms ease-in-out;
}
@media (max-width: 479px) {
  .featured-section .grid-wrap .grid-box .overlay {
    background-color: rgba(0, 0, 0, 0);
  }
}
.featured-section .grid-wrap .grid-box:hover {
  width: 35%;
}
.featured-section .grid-wrap .grid-box:hover .overlay {
  background-color: rgba(0, 0, 0, 0);
}
.featured-section .grid-wrap .grid-box .content {
  position: absolute;
  bottom: 10%;
  left: 15%;
  text-align: left;
}
.featured-section .grid-wrap .grid-box .content h4 {
  font-size: 18px;
  color: #ddd;
  margin-bottom: 5px;
}
.featured-section .grid-wrap .grid-box .content h5 {
  font-size: 12px;
  opacity: 0.7;
  font-family: "Radio Canada", serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.upcoming-collection-wrap .grid-wrap {
  justify-content: space-between;
}
.upcoming-collection-wrap .grid-wrap .upcoming-img-box {
  width: 35%;
}
.upcoming-collection-wrap .grid-wrap .upcoming-img-box img {
  height: auto;
  object-fit: cover;
}
.upcoming-collection-wrap .grid-wrap .content {
  width: 65%;
  padding-left: 35px;
}
.upcoming-collection-wrap .grid-wrap .content h1 {
  font-weight: 400;
}
.upcoming-collection-wrap .grid-wrap .content p {
  font-size: 18px;
  opacity: 0.8;
  margin-top: 15px;
}
.latest-event .video-content-wrap {
  position: relative;
  width: 90%;
  height: 85vh;
  display: flex;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  margin: auto;
}
.latest-event .video-content-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-container {
  width: 90%;
  border-top: 1px solid #c2a084;
  margin: 55px auto 0 auto;
  padding: 30px 0 55px 0;
  position: relative;
  color: #c2a084;
}
.footer-container .footer-info li {
  list-style-type: circle;
  margin-bottom: 20px;
}
.footer-container .flexDefault {
  justify-content: space-between;
  align-items: start;
}
.footer-container .footer-logo {
  text-align: center;
  cursor: pointer;
}
.footer-container .footer-logo img {
  width: 150px;
  height: 150px;
}
.social-icons i {
  margin-right: 15px;
  font-size: 25px;
}
.single-collection-section {
  position: relative;
}
.single-collection-section .flexDefault {
  align-items: start;
  flex-basis: 50%;
}
.single-collection-section .flexDefault .single-collection-grid,
.single-collection-section .flexDefault .single-collection-featured {
  width: 50%;
  position: relative;
  height: 100vh;
}
.single-collection-section .flexDefault .single-collection-grid img,
.single-collection-section .flexDefault .single-collection-featured img {
  object-fit: cover;
}
.single-collection-section .flexDefault .single-collection-grid {
  padding-top: 100px;
  height: 100vh;
  overflow-y: scroll;
}
.single-collection-section .flexDefault .single-collection-grid::-webkit-scrollbar {
  display: none;
}
.single-collection-section .flexDefault .single-collection-featured h1 {
  position: absolute;
  display: block;
  bottom: 15%;
  width: 100%;
  text-align: center;
}
.single-collection-section .flexDefault .single-collection-featured::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(20, 20, 20, 0.95) 100%);
}
.single-collection-grid {
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
.single-collection-grid .grid-box:nth-child(even) {
  margin-top: 75px;
}
.single-collection-grid .grid-box {
  width: 45%;
  display: flex;
  flex-direction: column;
}
.single-collection-grid .grid-box img {
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
  height: 340px;
  object-fit: cover;
}
.single-collection-grid .grid-box h3 {
  margin-top: 15px;
  color: #c2a084;
}
.single-collection-grid .grid-box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 18px;
}
.single-collection-grid .grid-box a {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}
@keyframes appear {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .single-collection-grid .grid-box {
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0 cover 25%;
  }
}
.about-section {
  margin-bottom: 80px;
}
.about-section h2 {
  margin-bottom: 25px;
}
.about-section .about-banner {
  object-fit: cover;
  height: 650px;
  margin-top: 20px;
}
.about-section .offer-grid {
  padding-bottom: 10px;
}
.about-section .offer-grid .offer-box {
  text-align: left;
  padding: 0 10px;
  height: auto;
}
.about-section .offer-grid .offer-box img {
  object-fit: cover;
  height: 500px;
  aspect-ratio: 1/2;
}
.about-section .offer-grid .offer-box h3 {
  margin-top: 15px;
  letter-spacing: 3px;
}
.about-section .offer-grid .slick-dots {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.about-section .offer-grid .slick-dots li {
  width: 100%;
  height: 3px;
  margin: 0;
}
.about-section .offer-grid .slick-dots button {
  width: 100%;
  height: 3px;
  background-color: #ddd;
  padding: 0;
  opacity: 0.2;
  transition: 500ms ease-in-out;
}
.about-section .offer-grid .slick-dots button:hover {
  opacity: 1;
}
.about-section .offer-grid .slick-dots li.slick-active button {
  opacity: 1;
}
.about-section .logo-info img {
  width: 150px;
  height: 150px;
}
.single-dress-page-grid {
  align-items: start;
}
.single-dress-page-grid .grid-box {
  width: 50%;
  height: 100%;
  position: relative;
}
.single-dress-page-grid .grid-box .main-image {
  height: 100vh;
}
.single-dress-page-grid .grid-box .main-image img {
  object-fit: cover;
  border: 2px solid #c2a084;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.single-dress-page-grid .grid-box .main-image img.fade-out {
  opacity: 0;
}
.single-dress-page-grid .grid-box .gallery-thumbnail-row {
  position: absolute;
  top: 100px;
  left: 20px;
  flex-direction: column;
  display: flex;
  gap: 20px;
}
.single-dress-page-grid .grid-box .gallery-thumbnail-row img {
  cursor: pointer;
  max-width: 60px;
  border: 2px solid #c2a084;
  border-radius: 10px;
  opacity: 0.5;
  transition: 500ms ease-in-out;
  height: 80px;
  object-fit: cover;
}
.single-dress-page-grid .grid-box .gallery-thumbnail-row img.active,
.single-dress-page-grid .grid-box .gallery-thumbnail-row img:hover {
  transform: scale(1.2);
  opacity: 1;
}
.single-dress-page-grid .grid-box .dress-info {
  padding: 0 5%;
}
.single-dress-page-grid .grid-box .dress-info h1 {
  color: #c2a084;
  margin-bottom: 15px;
}
.contact-page .contact-grid {
  gap: 50px;
  align-items: start;
}
.contact-page .contact-grid .grid-box {
  width: 50%;
}
.contact-page iframe {
  width: 100%;
  opacity: 0.7;
  transition: 500ms ease-in-out;
}
.contact-page iframe:hover {
  opacity: 1;
}
.contact-form label {
  font-size: 16px;
  font-weight: 400 !important;
  color: #c2a084;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  margin-top: 10px;
  color: #fff;
  padding: 15px 0;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #c2a084;
  outline: none;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form select::placeholder {
  opacity: 0.8;
  font-family: "Radio Canada", serif;
  font-weight: 400;
}
.contact-form select option {
  color: #000;
}
.contact-form button {
  cursor: pointer;
  font-family: "Radio Canada", serif;
  text-transform: uppercase;
  background-color: #c2a084;
  color: #fff;
  border: 0;
  padding: 10px 50px;
}
.contact-form button:hover {
  opacity: 0.5;
}
@media (max-width: 1279px) {
  .link,
  a,
  .footer-info p {
    font-size: 14px;
  }
  .landing-page-banner .landing-page-cover .landing-page-content-wrap {
    flex-direction: column-reverse;
    justify-content: center;
    height: auto;
    width: 100%;
    margin: 75px;
  }
  .landing-page-banner .landing-page-cover {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-right {
    width: 100%;
    height: 500px;
  }
  .landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-right .landing-page-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-left {
    width: 100%;
  }
  .landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-left .landing-page-images {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-left .landing-page-images .landing-page-image-box {
    width: 33.33%;
    height: 250px;
  }
}
#homeFeaturedCollection .slick-dots {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
#homeFeaturedCollection .slick-dots li {
  width: 100%;
  height: 3px;
  margin: 0;
}
#homeFeaturedCollection .slick-dots button {
  width: 100%;
  height: 3px;
  background-color: #ddd;
  padding: 0;
  opacity: 0.2;
  transition: 500ms ease-in-out;
}
#homeFeaturedCollection .slick-dots button:hover {
  opacity: 1;
}
#homeFeaturedCollection .slick-dots li.slick-active button {
  opacity: 1;
}
.nf-form-fields-required {
  font-size: 12px;
  color: #ddd;
  margin: 10px 0;
}
.nf-error-msg,
.ninja-forms-req-symbol,
.nf-error.listimage-wrap .nf-field-element ul,
.nf-error .ninja-forms-field {
  font-size: 12px;
  color: #c2a084 !important;
  border-color: #c2a084 !important;
}
.ninja-forms-field.nf-element[type=submit] {
  border: 1px solid #c2a084;
  color: #c2a084;
  font-family: "Radio Canada", serif;
  padding: 10px 35px;
  cursor: pointer;
  transition: 500ms ease-in-out;
}
.ninja-forms-field.nf-element[type=submit]:hover {
  background-color: #c2a084;
  color: #fff;
}
.nf-form-title {
  display: none;
}
.dress-contact-wrap {
  margin-top: 30px;
}
.dress-contact-toggle {
  color: #c2a084;
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-family: "Cinzel Decorative", serif;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: background 0.3s;
}
te .dress-contact-toggle:hover {
  opacity: 0.7;
}
.dress-contact-content {
  display: none;
  padding: 20px 0;
  animation: fadeIn 0.3s ease-in-out;
}
.dress-contact-content.open {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 767px) {
  .display-sm {
    display: none;
  }
}
@media (max-width: 767px) {
  .display-sm {
    display: block;
  }
  .display-lg {
    display: none;
  }
  h1 {
    font-size: 35px;
  }
  p {
    font-size: 14px;
  }
  .contact-form label,
  .contact-form input,
  .contact-form textarea {
    font-size: 16px;
  }
  .page-grid-wrap .three-grid-box,
  .collection-page .page-grid-wrap .three-grid-box {
    margin-bottom: 20px;
  }
  .sticky-header-wrap .header-logo {
    width: 60px;
    height: 60px;
  }
  .single-collection-grid .grid-box p {
    font-size: 14px;
  }
  .contact-grid,
  .single-dress-page-grid,
  .single-collection-section .flexDefault {
    flex-direction: column;
  }
  .contact-page .contact-grid .grid-box,
  .single-collection-section .flexDefault .single-collection-grid,
  .single-collection-section .flexDefault .single-collection-featured,
  .single-dress-page-grid .grid-box {
    width: 100%;
  }
  .landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-right {
    height: 350px;
  }
  .landing-page-banner .landing-page-cover .landing-page-content-wrap {
    margin: 25px;
  }
  .landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-right header .logo img {
    width: 55px;
    height: 55px;
  }
  .traditional-background-wrap .svg-wrap img {
    width: 150px;
    height: 150px;
  }
  .about-section .about-banner {
    height: 450px;
  }
  .about-section .offer-grid .offer-box img {
    height: 350px;
  }
  .about-section .offer-grid .offer-box h3 {
    font-size: 18px;
  }
  .single-collection-section .flexDefault .single-collection-featured {
    height: 350px;
  }
  .single-collection-section .flexDefault .single-collection-featured img {
    object-fit: cover;
  }
  .single-collection-section .flexDefault .single-collection-grid {
    padding-top: 50px;
    height: auto;
    padding: 50px 25px;
  }
  .single-collection-grid .grid-box {
    width: 48%;
  }
  .single-dress-page-grid {
    margin-top: 65px;
  }
  .single-dress-page-grid .grid-box {
    width: 100%;
    padding-top: 0;
  }
  .single-dress-page-grid .grid-box .gallery-thumbnail-row {
    position: relative;
    top: unset;
    left: unset;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 15px;
    gap: 15px;
  }
  .single-dress-page-grid .grid-box .main-image {
    height: 600px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 28px;
  }
  h2,
  .landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-right .landing-page-video-text h1 {
    font-size: 24px;
  }
  h5,
  .event-info a,
  .landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-left .landing-page-images .landing-page-image-box .event-info h5,
  .landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-right .landing-page-video-text h5 {
    font-size: 10px;
  }
  .landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-right header nav ul li {
    margin-right: 20px;
  }
  .landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-right .landing-page-video-text {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
  }
  .landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-right {
    height: 300px;
  }
  .landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-left .landing-page-images .landing-page-image-box {
    height: 200px;
  }
  .link,
  a,
  .footer-info p {
    font-size: 12px;
  }
  .landing-page-banner .landing-page-cover .landing-page-content-wrap .landing-page-content-left .landing-page-images .landing-page-image-box .event-info {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
  }
  .page-grid-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
  .page-grid-wrap .three-grid-box {
    width: 45%;
  }
  .featured-section .grid-wrap {
    height: 450px;
  }
  .upcoming-collection-wrap .grid-wrap {
    flex-direction: column;
    gap: 25px;
  }
  .upcoming-collection-wrap .grid-wrap .upcoming-img-box,
  .upcoming-collection-wrap .grid-wrap .content {
    width: 100%;
    padding: 0;
  }
  .latest-event .video-content-wrap {
    height: 300px;
  }
  .footer-container .flexDefault {
    flex-direction: column;
    padding-left: 20px;
  }
  .footer-container .footer-logo {
    text-align: left;
    z-index: 1;
  }
  .sticky-header-wrap .header-links a {
    margin-left: 15px;
    font-size: 14px;
  }
  .about-section .offer-grid .offer-box img {
    height: 285px;
  }
  .footer-info a,
  .dress-info p {
    font-size: 16px;
  }
}
@media (max-width: 376px) {
  .sticky-header-wrap .header-links a {
    margin-left: 10px;
  }
  .page-grid-wrap .three-grid-box a {
    font-size: 10px;
  }
  .about-section .offer-grid .offer-box img {
    height: 230px;
  }
}
