.bannerImage {
  width: 100%;
}
.inviteWrap h1 {
  /* padding-left: 40px; */
  font-size: 20px;
  color: #555;
  margin-bottom: 2px;
  text-transform: capitalize;
  text-align: center;
}
ul.invitesBreadcrumb {
  display: inline-flex;
  list-style: none;
}

.invitesBreadcrumb li {
  padding-right: 8px;
}
.invitesBreadcrumb li a {
  color: #23527c;
  font-size: 13px;
}
.invitesWrapperClass {
  padding: 0px 152px;
}
.inviteWrap p {
  margin-left: 0px;
  padding-right: 0px;
}
.smallP {
  padding-left: 39px;
}
span.readMore {
  color: #f04e58;
  font-weight: bold;
  cursor: pointer;
}
.headCOlor {
  font-size: 27px;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, #f04e58 9%, #4a266e 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  clear: both;
  text-transform: capitalize;
}

h2 {
  margin-left: 0px;
  font-size: 17px;
  font-weight: bold;
  text-transform: capitalize;
}
.extParacontent {
  padding-left: 17px;
}
.templateWrappingclass {
  height: 100%;
  width: 100%;
}
.invitesWrapperClass a {
  margin-right: 20px;
  width: 214px !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.16), 0 8px 8px rgba(0, 0, 0, 0.2);
  padding: 12px;
  border-radius: 5px;
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.browseTheme {
  display: flex;
  margin-bottom: 12px;
  border-bottom: 1px solid #4a266e;
}
.BrowseOccasionHead {
  background-color: #f04e58;
  color: white;
  text-transform: initial;
  padding: 9px;
  width: 181px;
  padding-top: 17px;
  text-align: right;
  border-radius: 2px;
  font-size: 16px;
}
.browseSubCOntent:active {
  text-transform: initial;
  padding: 17px;
  color: #4a266e;
  border-bottom: 1px solid #4a266e;
  font-weight: bold;
  font-size: 16px;
}
.activeClass {
  text-transform: initial;
  padding: 17px;
  color: #4a266e;
  border-bottom: 1px solid #4a266e;
  font-weight: bold;
  font-size: 16px;
  filter: brightness(2.5);
}
.row.browseTheme.dfsdf .browseSubCOntent {
  color: white;
}
.row.browseOccasion.dfsdf .browseSubCOntent {
  color: white;
}
.browseSubCOntent {
  text-transform: initial;
  padding: 16px;
  color: #4a266e;
  cursor: pointer;
}
.browseOccasion {
  display: flex;
  border-bottom: 1px solid #4a266e;
  margin-bottom: 12px;
}
.row.invitesHeading {
  color: #f04e58;
  font-size: 28px;
  font-weight: bold;
  margin-top: 47px;
  margin-bottom: 23px;
}
.subContentNeeded {
  position: absolute;
  top: 0;
  left: 35%;
  display: inline-block;
}
.mainWrapp {
  position: relative;
  height: 328px;
}

img.imageWrapper {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
span.templateName {
  text-transform: capitalize;
  padding: 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-break: anywhere;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-family: "latoregular", sans-serif;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .headCOlor {
    font-size: 22px;
  }
  .row.buttonWrapListing {
    margin-top: 12px;
  }
  button#dropdownMenuButton1 {
    border: 1px;
    background-color: #f04e58;
    padding: 7px;
    margin-left: 10px;
    color: white;
    width: 148px;
    margin-right: 35%;
  }
  .browseOccasion {
    border: none;
  }
  .bannerImage {
    width: 100%;
    height: 148px;
  }
  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }
  .row.invitesHeading {
    color: #f04e58;
    font-size: 18px;
    font-weight: bold;
    margin-top: 47px;
    margin-bottom: 23px;
  }
  button#dropdownMenuButton {
    border: 1px;
    background-color: #f04e58;
    padding: 7px;
    margin-left: 13px;
    color: white;
    width: 151px;
  }
  .buttonWrapListing .open > .dropdown-menu {
    display: grid;
    margin-left: 10%;
  }
  .subContentNeeded .open > .dropdown-menu {
    display: block;
    display: grid;
  }
  .mainWrapp {
    position: relative;
    height: auto;
  }
  button.read-more {
    border: none;
    color: #4a266e;
    text-decoration: underline;
    font-size: 15px;
    margin-left: 12px;
    margin-bottom: 12px;
  }
}

.faqMainContainer {
  text-align: left;
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.faqHeader {
  border-bottom: 1px solid #ccc;
  margin: 15px;
}

.faqQuestionContainer {
  border-left: 7px solid #4a266e;
  font-size: 16px;
  padding: 10px 0 10px 15px;
  background: rgba(138, 109, 59, 0.06);
}

.faqQuestionContainer > span {
  margin: 0 5px 0 0;
}

.faqAnswerContainer {
  padding: 3px 0 15px 20px;
  font-size: 16px;
}

.faqAnswerContainer > span {
  margin: 0 5px 0 0;
}

.mobilePopup {
  text-align: center;
  padding-bottom: 20px;
}
.new09 {
  transition: all 0.5s ease-in-out;
}
.new09:hover {
  transform: scale(1.1);
}
.popular_12 {
  position: absolute;
  right: 4px;
  top: 3px;
  background: #f04e58;
  padding: 3px 10px;
  color: #fff;
  font-family: "latoregular", sans-serif;
  border-radius: 3px;
  font-size: 14px;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .invitesWrapperClass a {
    /* padding: 18px; */
    width: 254px !important;
    margin-top: 15px;
    flex: 0 0 20%;
    border-radius: 5px;
  }
  .invitesListRow {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    padding: 0px 0px 50px 0px;
  }
}
.row:before {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .invitesWrapperClass {
    padding: 0px 15px;
  }
  .new-styling {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
    gap: 24px;
    padding: 0px 24px;
  }
  #home-iocn {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  #home-iocn {
    display: none;
  }
}
/*new color changes*/

header .header-bottom .nav > li.dropdown.open .dropdown-menu {
  border-bottom: 5px solid #f04e58;
}

@media screen and (min-width: 768px) {
  header .header-bottom .nav > li.dropdown.open {
    border-bottom: 5px solid #f04e58;
  }
}
header .header-bottom .nav > li.dropdown.open .dropdown-menu li a.pink,
header .header-bottom .nav > li.dropdown.open .dropdown-menu li a:hover {
  color: #f04e58;
}
header .header-bottom .nav > li.dropdown.open .dropdown-menu:before {
  border-bottom: 10px solid #f04e58;
}
header .header-bottom .nav > li.dropdown.open .dropdown-menu:after,
header .header-bottom .nav > li.dropdown.open .dropdown-menu:before {
  border-bottom: 10px solid #f04e58;
}
header .header-top .city-change {
  border-right: none;
}
a.headingFooter {
  border-bottom: 1px dashed #f04e58;
}
footer .top-section-footer li:before {
  color: #f04e58;
}
footer .mobile-icon {
  background-image: url("../media/phoneAndmail.svg") !important;
  background-position: -3px -5px !important;
}
footer .envelope-icon {
  background-image: url("../media/phoneAndmail.svg") !important;
  /* background-position: -3px -5px !important */
  background-position: -45px -4px !important;
}
#lofi {
  display: none;
}
footer .copyright {
  display: flex;
}
.copyright > div:nth-child(4) {
  text-align: end;
}
@media only screen and (min-width: 768px) {
  .buttonWrapListing {
    display: none;
  }
}
.modal-backdrop {
  display: none !important;
}
#onki-body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  bottom: 0;
  z-index: 99999;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.loader-text {
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  color: #333;
  animation: text_713 3.5s ease both infinite;
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-family: "Metropolis", sans-serif;
  font-weight: 600;
}

.load {
  background-color: #f04e58;
  border-radius: 50px;
  display: block;
  height: 10px;
  bottom: 0;
  position: absolute;
  transform: translateX(64px);
  animation: loading_713 3.5s ease both infinite;
  width: 100px !important;
}

.load::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #4a266e;
  border-radius: inherit;
  animation: loading2_713 3.5s ease both infinite;
}

@keyframes text_713 {
  0% {
    letter-spacing: 1px;
    transform: translateX(0px);
  }

  40% {
    letter-spacing: 2px;
    transform: translateX(26px);
  }

  80% {
    letter-spacing: 1px;
    transform: translateX(32px);
  }

  90% {
    letter-spacing: 2px;
    transform: translateX(0px);
  }

  100% {
    letter-spacing: 1px;
    transform: translateX(0px);
  }
}

@keyframes loading_713 {
  0% {
    width: 16px;
    transform: translateX(0px);
  }

  40% {
    width: 100%;
    transform: translateX(0px);
  }

  80% {
    width: 16px;
    transform: translateX(64px);
  }

  90% {
    width: 100%;
    transform: translateX(0px);
  }

  100% {
    width: 16px;
    transform: translateX(0px);
  }
}

@keyframes loading2_713 {
  0% {
    transform: translateX(0px);
    width: 16px;
  }

  40% {
    transform: translateX(0%);
    width: 80%;
  }

  80% {
    width: 100%;
    transform: translateX(0px);
  }

  90% {
    width: 80%;
    transform: translateX(15px);
  }

  100% {
    transform: translateX(0px);
    width: 16px;
  }
}

/* //New loading */
.newtons-cradle {
  --uib-size: 50px;
  --uib-speed: 1.2s;
  --uib-color: #474554;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--uib-size);
  height: var(--uib-size);
}

.newtons-cradle__dot {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 25%;
  transform-origin: center top;
}

.newtons-cradle__dot::after {
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  border-radius: 50%;
  background-color: var(--uib-color);
}

.newtons-cradle__dot:first-child {
  animation: swing var(--uib-speed) linear infinite;
}

.newtons-cradle__dot:last-child {
  animation: swing2 var(--uib-speed) linear infinite;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
    animation-timing-function: ease-out;
  }

  25% {
    transform: rotate(70deg);
    animation-timing-function: ease-in;
  }

  50% {
    transform: rotate(0deg);
    animation-timing-function: linear;
  }
}

@keyframes swing2 {
  0% {
    transform: rotate(0deg);
    animation-timing-function: linear;
  }

  50% {
    transform: rotate(0deg);
    animation-timing-function: ease-out;
  }

  75% {
    transform: rotate(-70deg);
    animation-timing-function: ease-in;
  }
}
