
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Dynalight&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kumbh+Sans:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');


@media screen and (min-width: 1600px) {
  :root {
  /* max-width: 1560px; */
  color-scheme: light;
  background-color: #ffffff;
  line-height: 1.2;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

  body {
    visibility: hidden;
    background-color: transparent !important;
    margin: 0 600px 0 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 320px;
    min-height: 100vh;
  }

  .hero-section {
    margin: 0;
  }

  .narrow-container {
    margin: 0 13.7rem 0 13.7rem;
  }

  .top-container {
    margin-top: 0;
  }

  .top-logo {
    margin-top: 41px;
  }

  .hero-img-mobile { 
    visibility: visible;
    position: absolute;
    top: 0;
    max-width: 1000px;
    margin-left: 317px;
    object-fit: cover;
    z-index: -1;
  }

  .hero-img {
    width: 0;
    visibility: hidden;
  }

  .hero-container {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    margin-top: 180px;
    
  }

  .hero-content {
    width: 100%;
  }

  .hero-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
  }

  .h1-dm {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
  }

  .dynalight-container  {
    position: absolute;
    margin: -6.8rem 0 0 7.7rem !important;
  }

  .h1-dynalight {
    font-family: "Dynalight", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 8.2rem;
    color: #D86C2C;
  }

  .gradient-cursive-text {
    background-image: -webkit-linear-gradient(45deg, #F97316, #FDBA74);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .gradient-cursive-text-darker {
    background-image: linear-gradient( #D86C2C, #F3A46B);
    color: transparent;
    background-clip: text;
  }

  .hero-container p {
    margin-top: 57px;
    font-family: "Lora";
    font-weight: 300;
    font-size: 17.2px;
    line-height: 1.5;
    color: #4A4A4A;
  }

  .hero-button-container {
    
    width: 400px !important;
    height: 80px;
  }

  .btn-hero {
    width: auto;
    height: 62px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 20px;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 23px;
    font-weight: 500;
    border-radius: 12px;
    border-style: none;
  }

  .btn-full-gradient-amber-copper {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(to right,#D86C2C, #F3A46B);
    box-shadow: none;
    transition: background 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
  }

  .btn-full-gradient-amber-copper:hover {
    box-shadow: 0 0 10px #d8852c;
    background: linear-gradient(to right,#d8852c,#ffc56d, #F3A46B);
  }

  .btn-full-gradient-amber-copper:active {
    transform: scale(0.95);
  }

  .hoverEffect {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none; /* prevents it from blocking clicks */
  }

  .hoverEffect div {
    background: rgb(222, 0, 75);
    background: linear-gradient(
      90deg,
      #d8852c 0%,
      #ffc56d 49%,
      #fff6f0 100%
    );
    border-radius: 40rem;
    width: 10rem;
    height: 10rem;
    transition: 0.4s;
    filter: blur(20px);
    animation: effect infinite 3s linear;
    opacity: 0.5;
  }

  .btn-full-gradient-amber-copper:hover .hoverEffect div {
    width: 8rem;
    height: 8rem;
  }

  @keyframes effect {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }


  .btn-empty {
    width: 183px;
    color: #D86C2C;
    background: transparent;
    border-style: solid;
    border: 1px solid #D86C2C !important;
    transition: border 0.2s;
    transition: box-shadow 0.2s;
  }

  .btn-empty:hover {
    box-shadow: 0 0 10px #d8852ca3;
    border: 0px solid #D86C2C !important;
  }

  .page-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }

  .content-section {
    margin-top: 200px;
    width: 100%;
  }

  .content-container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: row;
  }

  .content-h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 140%;
    margin-top: 0;
  }

  .content-right-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .content-right-container span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    color: #5c5c5c;
  }

  .highlight-orange {
    color: #de793a !important;
    font-weight: 600 !important;
  }

  .content-right-el-container {
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .content-right-el {
    margin: 65px 45px;
    height: 100%;
    display: flex;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .content-right-el h2 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
  }

  .content-right-el p {
    margin: 7px 0 0 0;
    color: #5c5c5c;
    text-align: center;
    line-height: 140%;
  }

  .group-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }

  .content-icons {
    margin: 12px 7px;
  }

  .content-icons img {
    margin: 5px;
  }

  .contact-icons img {
    margin-right: 17px;
  }

  .contact-icons-mobile img {
    width: 0;
    margin: 0;
  }

  .no-margin {
    margin: 0 !important;
  }
  
  .dance-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dance-img-container img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    margin-top: 40px;
    border-radius: 20px;
  }

  .first-dance-img-container {
    margin-left: 95px;
    margin-right: 95px;
  }

  .first-dance-img-container img {
    width: 100%;
    height: 780px;
    margin-top: 0;
    border-radius: 20px;
    object-fit: cover;
    mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 20%,
      rgba(0, 0, 0, 0) 100% 
    );

    -webkit-mask-image: -webkit-gradient(
      linear, left top, left bottom,
      color-stop(0.2, rgba(0,0,0,1)),
      color-stop(1, rgba(0,0,0,0))
    );
  }

  .first-dance-group {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    margin-top: -20px;
    margin-bottom: 100px;
  }

  .first-dance-p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: -600px 0 0 200px;
  }

  .first-dance-p p {
    margin-bottom: 0;
  }

  .first-dance-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin: -450px 0 0 200px;
  }

  .first-dance-text-container h1 {
    font-family: "DM Serif Display", serif;
    font-size: 67px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0;
  }

  .what-section {
    margin-top: 135px;
  }

  .what-container {
    justify-content: start;
  }

  .what-main-container {
    flex-direction: row;
    width: 100%;
  }

  .what-el-container {
    align-items: start;
  }

  .what-left-el {
    visibility: visible;
    width: 100%;
    margin-top: 110px;
    margin-left: 0;
    align-items: start;
  }

  .what-left-el-mobile {
    visibility: hidden;
    width: 0;
    margin: 0;
  }

  .what-right-el {
    margin: 15px 25px 25px 35px;
    width: 190px;
  }

  .wow-span {
    margin-left: 10px;
    font-family: "Dynalight", cursive;
    font-weight: 600;
    font-size: 4.5rem;
    color: #D86C2C;
  }

  .personalized-dance-h2 {
    margin-bottom: 0 !important;
  }

  .offer-group {
    display: flex;
    align-items: center;
    margin-top: 5px !important;
  }

  .offer-span {
    font-size: 7rem;
  }

  .wedding-span {
    font-size: 8rem;
  }

  .what-left-el p {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #5c5c5c;
  }

  .page-reactions-container {
    width: 100%;
    height: 700px;
    background-color: #FDF6F1;
    border-radius: 40px;
  }

  .reactions-container {
    margin: 0 13.7rem 0 13.7rem;
    max-height: 670px !important;
    flex-direction: row;
  }

  .reactions-section {
    margin-top: 70px;
  }

  .couple-img {
    /* max-width: 530px; */
    width: 100%;
  }

  .reactions-right-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2%;
  }

  .reactions-right-container p {
    font-family: "Inter", sans-serif;
    font-style: italic;
    text-align: center;
    max-width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 130%;
    color: #5c5c5c;
    margin-top: 5px;
    margin-bottom: 85px;
  }

  .how-section {
    margin-top: 80px;
  }

  .how-elements {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .how-el-container {
    justify-content: center;
  }

  .how-el {
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
  }

  .how-el p {
    margin-left: 30px;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #5c5c5c;
  }

  .how-el span {
    font-family: "Dynalight", cursive;
    font-weight: 400;
    font-size: 204.61px;
    background-image: linear-gradient(90deg, #D86C2C, #F3A46B);
    color: transparent;
    background-clip: text;
    padding-left: 20px;
  }

  .everything-section {
    margin-top: 150px;
  }

  .everything-el {
    margin: 15px 5px 25px 5px;
    width: 190px;
    height: 120px;
    justify-content: start;
  }

  .border-orange {
    border: 1px solid #d86b2c4b;
    border-radius: 5px;
    padding: 30px 10px 18px 10px;
  }

  .everything-top-container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: row;
  }

  .everything-top-right-container {
    display: flex;
    justify-content: start;
    align-items: start;
  }

  .everything-top-right-container p {
    line-height: 140%;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #5c5c5c;
  }

  .everything-top-span {
    visibility: visible;
    font-size: 19px !important;
    color: #000 !important;
  }

  .everything-el img {
    margin-bottom: 20px;
  }

  .card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    background-color: #FDF6F1;
    border-radius: 20px;
    box-shadow: 0px 14px 45px #0000001c;
  }

  .card-limited-offer {
    margin-top: 130px;
    margin-bottom: 140px;
  }

  .card-body-limited-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    text-align: center;
    text-align: center;
  }

  .card-title {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 600;
    z-index: 4;
  }

  .card-title-top {
    margin-bottom: 0 !important;
    height: 110px;
  }

  .card-title-bottom {
    margin-top: 10px !important;
    margin-bottom: 0;
  }

  .card-body-limited-offer h2 {
    margin-top: 10px;
    margin-bottom: 45px;
    font-size: 36px;
    font-weight: 600;
    line-height: 140%;
    color: #4A4A4A;
    z-index: 4;
  }

  .card-body-limited-offer p {
    font-size: 18px;
    font-weight: 400;
    color: #4A4A4A;
    z-index: 4;
  }

  .card-body-circle {
    position: absolute;
    z-index: 1;
    background: linear-gradient(45deg,#D86C2C, #F3A46B);
    width: 100px;
    height: 50px;
    border-radius: 100%;
    filter: blur(30px);
    margin-bottom: 220px;
    margin-right: 240px;
  }

  .card-body-circle2 {
    position: absolute;
    z-index: 1;
    background: linear-gradient(45deg,#D86C2C, #F3A46B);
    width: 100px;
    height: 100px;
    border-radius: 100%;
    filter: blur(60px);
    margin-bottom: 120px;
    margin-right: 240px;
  }

  .spots-h2 {
    margin-top: 30px !important;
  }

  .btn-offer {
    position: relative;
    font-size: 24px;
    width: 380px;
    margin: 0;
  }

  .wedding-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 50px 0;
  }

  .btn-wedding {
    font-size: 24px;
    width: 330px;
    margin-right: 0;
  }

  .wedding-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }

  .wedding-top-group {
    text-align: center;
    margin-bottom: 50px;
  }

  .card-wedding {
    margin-bottom: 142px;
    padding-top: 35px;
    padding-bottom: 35px;
    width: 520px;
  }

  .card-body-wedding {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    text-align: center;
    text-align: center;
  }

  .card-body-wedding form {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    width: 550px;
  }

  .card-body-wedding label {
    margin-bottom: 10px;
  }

  .card-body-wedding input {
    padding: 10px;
    margin-bottom: 20px;
    /* margin-right: 20px; */
    height: 25px;
    border-radius: 10px;
    border-color: #E0E0E0;
    background-color: #FAF9F6;
    border-width: 0.5px;
    border-style: solid;
  }

  .card-body-wedding input::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #A0A0A0;
  }

  .long-input {
    width: 100%;
  }

  .single-line-input {
    width: 96% !important;
  }

  .orange-border-input {
    border-width: 2px !important;
    border-color: #D86C2C !important;
  }

  .single-line-date {
    width: 114% !important;
  }

  .card-body-wedding textarea::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #A0A0A0;
  }

  .single-line-textarea {
    padding: 10px;
    margin-bottom: 20px;
    height: 55px;
    border-radius: 8px;
    border-color: #E0E0E0;
    border-style: solid;
    width: 96% !important;
    background-color: #FAF9F6;
    border-width: 0.5px;
    resize: none;
  }

  .card-body-wedding select {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #A0A0A0;
    border-width: 0.5px;
  }

  .phone-input {
    width: 114% !important;
  }

  .single-line-select {
    width: 100% !important;
    padding: 10px;
    margin-bottom: 20px;
    /* margin-right: 20px; */
    height: 50px;
    border-radius: 10px;
    border-color: #E0E0E0;
    background-color: #FAF9F6;
    border-style: solid;
  }

  .form-el-group {
    display: flex;
    align-items: start;
    width: 92%;
    justify-content: space-between;
    flex-direction: row;
  }

  .form-el {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }

  .form-el-right {
    margin-left: 50px !important;
    width: 33%;
  }

  .form-el-left {
    width: 60%;
  }

  .btn-form {
    position: relative;
    font-size: 24px;
    width: 100%;
    margin: 20px 0 0 0;
  }

  .triangle-group {
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .triangle-left-group,
  .triangle-right-group {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
  }

  .triangle {
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 500px;
    border-bottom: 25px solid transparent;
    z-index: -1;
    filter: blur(80px);
    overflow: hidden;
  }

  .triangle-left,
  .triangle-right {
    border-top: 600px solid transparent;
    border-right: 1450px solid #F9731617;
  }

  .triangle-left {
    rotate: 223deg;
    margin-right: 900px;
  }

  .triangle-right {
    rotate: 497deg;
    transform: scaleX(-1);
    margin-left: 900px;
  }

  .page-footer-container {
    align-items: start;
    width: 100%;
    height: auto;
    border-radius: 40px;
    background-color: #FDF6F1;
  }

  .footer-container {
    display: flex;
    align-items: center;
    margin: 2rem 13.7rem 0 13.7rem;
  }

  .footer-section {
    margin-top: 10px;
  }

  .footer-section hr {
    margin-top: 45px;
    width: 71%;
    color: #f3a46b39;
    border-width: 1px;
  }

  .footer-section p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 49px;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 17px;
    font-weight: 300;
  }

  .footer-right-container {
    display: flex;
    align-items: start;
    justify-content: start;
    margin-left: 10px;
  }

  .footer-right-container h3 {
    margin-top: 0;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #D86C2C;
  }

  .footer-logo {
    margin-top: 0;
  }

  .contact-left-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .particles-wrapper {
    position: absolute;
    width: 2000px;

    -webkit-mask-image: radial-gradient(circle at center, white 70%, transparent 100%);
    mask-image: radial-gradient(circle at center, white 70%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    overflow: hidden;
  }

  #particles-js {
    z-index: 0;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  :root {
  max-width: 1560px;
  color-scheme: light;
  background-color: #ffffff;
  line-height: 1.2;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

  body {
    visibility: hidden;
    background-color: transparent !important;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 320px;
    min-height: 100vh;
  }

  .hero-section {
    margin: 0;
  }

  .narrow-container {
    margin: 0 13.7rem 0 13.7rem;
  }

  .top-container {
    margin-top: 0;
  }

  .top-logo {
    margin-top: 41px;
  }

  .hero-img { 
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: -1;
  }

  .hero-img-mobile {
    width: 0;
    visibility: hidden;
  }

  .hero-container {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    margin-top: 180px;
    
  }

  .hero-content {
    width: 100%;
  }

  .hero-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
  }

  .h1-dm {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
  }

  .dynalight-container  {
    position: absolute;
    margin: -6.8rem 0 0 7.7rem !important;
  }

  .h1-dynalight {
    font-family: "Dynalight", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 8.2rem;
    color: #D86C2C;
  }

  .gradient-cursive-text {
    background-image: -webkit-linear-gradient(45deg, #F97316, #FDBA74);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .gradient-cursive-text-darker {
    background-image: linear-gradient( #D86C2C, #F3A46B);
    color: transparent;
    background-clip: text;
  }

  .hero-container p {
    margin-top: 57px;
    font-family: "Lora";
    font-weight: 300;
    font-size: 17.2px;
    line-height: 1.5;
    color: #4A4A4A;
  }

  .hero-button-container {
    
    width: 400px !important;
    height: 80px;
  }

  .btn-hero {
    width: auto;
    height: 62px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 20px;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 23px;
    font-weight: 500;
    border-radius: 12px;
    border-style: none;
  }

  .btn-full-gradient-amber-copper {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(to right,#D86C2C, #F3A46B);
    box-shadow: none;
    transition: background 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
  }

  .btn-full-gradient-amber-copper:hover {
    box-shadow: 0 0 10px #d8852c;
    background: linear-gradient(to right,#d8852c,#ffc56d, #F3A46B);
  }

  .btn-full-gradient-amber-copper:active {
    transform: scale(0.95);
  }

  .hoverEffect {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none; /* prevents it from blocking clicks */
  }

  .hoverEffect div {
    background: rgb(222, 0, 75);
    background: linear-gradient(
      90deg,
      #d8852c 0%,
      #ffc56d 49%,
      #fff6f0 100%
    );
    border-radius: 40rem;
    width: 10rem;
    height: 10rem;
    transition: 0.4s;
    filter: blur(20px);
    animation: effect infinite 3s linear;
    opacity: 0.5;
  }

  .btn-full-gradient-amber-copper:hover .hoverEffect div {
    width: 8rem;
    height: 8rem;
  }

  @keyframes effect {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }


  .btn-empty {
    width: 183px;
    color: #D86C2C;
    background: transparent;
    border-style: solid;
    border: 1px solid #D86C2C !important;
    transition: border 0.2s;
    transition: box-shadow 0.2s;
  }

  .btn-empty:hover {
    box-shadow: 0 0 10px #d8852ca3;
    border: 0px solid #D86C2C !important;
  }

  .page-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }

  .content-section {
    margin-top: 200px;
    width: 100%;
  }

  .why-section {
    margin-top: 220px;
  }

  .content-container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: row;
  }

  .content-h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 140%;
    margin-top: 0;
  }

  .content-right-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .content-right-container span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    color: #5c5c5c;
  }

  .highlight-orange {
    color: #de793a !important;
    font-weight: 600 !important;
  }

  .content-right-el-container {
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .content-right-el {
    margin: 65px 45px;
    height: 100%;
    display: flex;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .content-right-el h2 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
  }

  .content-right-el p {
    margin: 7px 0 0 0;
    color: #5c5c5c;
    text-align: center;
    line-height: 140%;
  }

  .group-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }

  .content-icons {
    margin: 12px 7px;
  }

  .content-icons img {
    margin: 5px;
  }

  .contact-icons img {
    margin-right: 17px;
  }

  .contact-icons-mobile img {
    width: 0;
    margin: 0;
  }

  .no-margin {
    margin: 0 !important;
  }

  .dance-img-container img {
    width: 100%;
    margin-top: 40px;
    border-radius: 20px;
  }

  .first-dance-img-container {
    margin-left: 95px;
    margin-right: 95px;
  }

  .first-dance-img-container img {
    width: 100%;
    height: 780px;
    margin-top: 0;
    border-radius: 20px;
    object-fit: cover;
    mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 20%,
      rgba(0, 0, 0, 0) 100% 
    );

    -webkit-mask-image: -webkit-gradient(
      linear, left top, left bottom,
      color-stop(0.2, rgba(0,0,0,1)),
      color-stop(1, rgba(0,0,0,0))
    );
  }

  .first-dance-group {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    margin-top: -20px;
    margin-bottom: 100px;
  }

  .first-dance-p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: -600px 0 0 200px;
  }

  .first-dance-p p {
    margin-bottom: 0;
  }

  .first-dance-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin: -450px 0 0 200px;
  }

  .first-dance-text-container h1 {
    font-family: "DM Serif Display", serif;
    font-size: 67px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0;
  }

  .what-section {
    margin-top: 135px;
  }

  .what-container {
    justify-content: start;
  }

  .what-el-container {
    align-items: start;
  }

  .what-left-el {
    visibility: visible;
    width: 100%;
    margin-top: 110px;
    margin-left: 0;
    align-items: start;
  }

  .what-left-el-mobile {
    visibility: hidden;
    width: 0;
    margin: 0;
  }

  .what-right-el {
    margin: 15px 25px 25px 35px;
    width: 190px;
  }

  .wow-span {
    margin-left: 10px;
    font-family: "Dynalight", cursive;
    font-weight: 600;
    font-size: 4.5rem;
    color: #D86C2C;
  }

  .personalized-dance-h2 {
    margin-bottom: 0 !important;
  }

  .offer-group {
    display: flex;
    align-items: center;
    margin-top: 5px !important;
  }

  .offer-span {
    font-size: 7rem;
  }

  .wedding-span {
    font-size: 8rem;
  }

  .what-left-el p {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #5c5c5c;
  }

  .page-reactions-container {
    width: 100%;
    height: 700px;
    background-color: #FDF6F1;
  }

  .reactions-container {
    margin: 0 13.7rem 0 13.7rem;
    max-height: 670px !important;
  }

  .reactions-section {
    margin-top: 70px;
  }

  .couple-img {
    /* max-width: 530px; */
    width: 100%;
  }

  .reactions-right-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2%;
  }

  .reactions-right-container p {
    font-family: "Inter", sans-serif;
    font-style: italic;
    text-align: center;
    max-width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 130%;
    color: #5c5c5c;
    margin-top: 5px;
    margin-bottom: 85px;
  }

  .how-section {
    margin-top: 80px;
  }

  .how-elements {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .how-el-container {
    justify-content: center;
  }

  .how-el {
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
  }

  .how-el p {
    margin-left: 30px;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #5c5c5c;
  }

  .how-el span {
    font-family: "Dynalight", cursive;
    font-weight: 400;
    font-size: 204.61px;
    background-image: linear-gradient(90deg, #D86C2C, #F3A46B);
    color: transparent;
    background-clip: text;
    padding-left: 20px;
  }

  .everything-section {
    margin-top: 150px;
  }

  .everything-el {
    margin: 15px 5px 25px 5px;
    width: 190px;
    height: 120px;
    justify-content: start;
  }

  .border-orange {
    border: 1px solid #d86b2c4b;
    border-radius: 5px;
    padding: 30px 10px 18px 10px;
  }

  .everything-top-container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: row;
  }

  .everything-top-right-container {
    display: flex;
    justify-content: start;
    align-items: start;
  }

  .everything-top-right-container p {
    line-height: 140%;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #5c5c5c;
  }

  .everything-top-span {
    visibility: visible;
    font-size: 19px !important;
    color: #000 !important;
  }

  .everything-el img {
    margin-bottom: 20px;
  }

  .card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    background-color: #FDF6F1;
    border-radius: 20px;
    box-shadow: 0px 14px 45px #0000001c;
  }

  .card-limited-offer {
    margin-top: 130px;
    margin-bottom: 140px;
  }

  .card-body-limited-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    text-align: center;
    text-align: center;
  }

  .card-title {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 600;
    z-index: 4;
  }

  .card-title-top {
    margin-bottom: 0 !important;
    height: 110px;
  }

  .card-title-bottom {
    margin-top: 10px !important;
    margin-bottom: 0;
  }

  .card-body-limited-offer h2 {
    margin-top: 10px;
    margin-bottom: 45px;
    font-size: 36px;
    font-weight: 600;
    line-height: 140%;
    color: #4A4A4A;
    z-index: 4;
  }

  .card-body-limited-offer p {
    font-size: 18px;
    font-weight: 400;
    color: #4A4A4A;
    z-index: 4;
  }

  .card-body-circle {
    position: absolute;
    z-index: 1;
    background: linear-gradient(45deg,#D86C2C, #F3A46B);
    width: 100px;
    height: 50px;
    border-radius: 100%;
    filter: blur(30px);
    margin-bottom: 220px;
    margin-right: 240px;
  }

  .card-body-circle2 {
    position: absolute;
    z-index: 1;
    background: linear-gradient(45deg,#D86C2C, #F3A46B);
    width: 100px;
    height: 100px;
    border-radius: 100%;
    filter: blur(60px);
    margin-bottom: 120px;
    margin-right: 240px;
  }

  .spots-h2 {
    margin-top: 30px !important;
  }

  .btn-offer {
    position: relative;
    font-size: 24px;
    width: 380px;
    margin: 0;
  }

  .wedding-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 50px 0;
  }

  .btn-wedding {
    font-size: 24px;
    width: 330px;
    margin-right: 0;
  }

  .wedding-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }

  .wedding-top-group {
    text-align: center;
    margin-bottom: 50px;
  }

  .card-wedding {
    margin-bottom: 142px;
    padding-top: 35px;
    padding-bottom: 35px;
    width: 520px;
  }

  .card-body-wedding {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    text-align: center;
    text-align: center;
  }

  .card-body-wedding form {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    width: 550px !important;
  }

  .card-body-wedding label {
    margin-bottom: 10px;
  }

  .card-body-wedding input {
    padding: 10px;
    margin-bottom: 20px;
    /* margin-right: 20px; */
    height: 25px;
    border-radius: 10px;
    border-color: #E0E0E0;
    background-color: #FAF9F6;
    border-width: 0.5px;
    border-style: solid;
    width: 100%;
  }

  .card-body-wedding input::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #A0A0A0;
  }

  .phone-input {
    width: 114% !important;
  }

  .long-input {
    width: 100%;
  }

  .single-line-input {
    width: 96% !important;
  }

  .orange-border-input {
    border-width: 2px !important;
    border-color: #D86C2C !important;
  }

  .single-line-date {
    width: 114% !important;
  }

  .card-body-wedding textarea::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #A0A0A0;
  }

  .single-line-textarea {
    padding: 10px;
    margin-bottom: 20px;
    height: 55px;
    border-radius: 8px;
    border-color: #E0E0E0;
    border-style: solid;
    width: 96% !important;
    background-color: #FAF9F6;
    border-width: 0.5px;
    resize: none;
  }

  .card-body-wedding select {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #A0A0A0;
    border-width: 0.5px;
  }

  .single-line-select {
    width: 100% !important;
    padding: 10px;
    margin-bottom: 20px;
    /* margin-right: 20px; */
    height: 50px;
    border-radius: 10px;
    border-color: #E0E0E0;
    background-color: #FAF9F6;
    border-style: solid;
  }

  .form-el-group {
    display: flex;
    align-items: start;
    width: 92%;
    justify-content: space-between;
    flex-direction: row;
  }

  .form-el {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }

  .form-el-right {
    margin-left: 50px !important;
    width: 33%;
  }

  .form-el-left {
    width: 60%;
  }

  .btn-form {
    position: relative;
    font-size: 24px;
    width: 100%;
    margin: 20px 0 0 0;
  }

  .triangle-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .triangle-left-group,
  .triangle-right-group {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
  }

  .triangle {
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 500px;
    border-bottom: 25px solid transparent;
    z-index: -1;
    filter: blur(80px);
    overflow: hidden;
  }

  .triangle-left,
  .triangle-right {
    border-top: 600px solid transparent;
    border-right: 1450px solid #F9731617;
  }

  .triangle-left {
    rotate: 223deg;
    margin-right: 900px;
  }

  .triangle-right {
    rotate: 497deg;
    transform: scaleX(-1);
    margin-left: 900px;
  }

  .page-footer-container {
    align-items: start;
    width: 100%;
    height: auto;
    background-color: #FDF6F1;
  }

  .footer-container {
    display: flex;
    align-items: center;
    margin: 2rem 13.7rem 0 13.7rem;
  }

  .footer-section {
    margin-top: 10px;
  }

  .footer-section hr {
    margin-top: 45px;
    width: 71%;
    color: #f3a46b39;
    border-width: 1px;
  }

  .footer-section p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 49px;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 17px;
    font-weight: 300;
  }

  .footer-right-container {
    display: flex;
    align-items: start;
    justify-content: start;
    margin-left: 10px;
  }

  .footer-right-container h3 {
    margin-top: 0;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #D86C2C;
  }

  .footer-logo {
    margin-top: 0;
  }

  .contact-left-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .particles-wrapper {
    position: absolute;
    width: 2000px;

    -webkit-mask-image: radial-gradient(circle at center, white 70%, transparent 100%);
    mask-image: radial-gradient(circle at center, white 70%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    overflow: hidden;
  }

  #particles-js {
    z-index: 0;
    /* width: 2000px; */
  }

}

@media screen and (max-width: 1200px) {
  :root {
    max-width: 100%;
    color-scheme: light;
    background-color: #ffffff;
    line-height: 1.2;

    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  body {
    visibility: hidden;
    background-color: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    min-height: 100vh;
    margin: 0;
  }

  .hero-section {
    margin: 0 80px 0 80px;
  }

  .narrow-container {
    margin: 0;
    max-width: 100%;
  }

  .main-container {
    width: 100% !important;
  }

  .top-container {
    margin-top: 0;
    width: 100%;
  }

  .top-logo-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: 80px;
  }

  .top-logo {
    width: 263px;
    height: 30px;
    margin-top: 41px;
  }

  .hero-img {
    visibility: hidden;
    width: 0;
  }

  .hero-img-mobile {
    visibility: visible;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    top: 0;
    right: 0;
    max-width: 71%;
    height: auto;
    z-index: -1;
  }

  .hero-container {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    margin-top: 180px;
    /* margin-left: 10px;
    margin-right: 10px; */
  }

  .hero-content {
    width: 100%;
  }

  .hero-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 37px;
  }

  .h1-dm {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
  }

  .dynalight-container  {
    position: absolute;
    margin: -12rem 0 0 7rem !important;
  }

  .h1-dynalight {
    font-family: "Dynalight", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 88px;
    color: #D86C2C;
  }

  .gradient-cursive-text {
    background-image: -webkit-linear-gradient(45deg, #F97316, #FDBA74);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .gradient-cursive-text-darker {
    background-image: linear-gradient( #D86C2C, #F3A46B);
    color: transparent;
    background-clip: text;
  }

  .hero-container p {
    margin-top: 50px;
    font-family: "Lora";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    height: 88px;
    color: #4A4A4A;
  }

  .hero-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-top: 45px;
  }

  .btn-hero {
    /* width: 170px; */
    width: 100%;
    height: 63px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 20px;
    margin: 10px;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 23px;
    font-weight: 500;
    border-radius: 12px;
    border-style: none;
  }

  .btn-full-gradient-amber-copper {
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(to right,#D86C2C, #F3A46B);
    box-shadow: none;
    transition: background 0.2s;
    transition: box-shadow 0.2s;
  }

  .btn-full-gradient-amber-copper:hover {
    box-shadow: 0 0 10px #d8852c;
    background: linear-gradient(to right,#d8852c,#ffc56d, #F3A46B);
  }

  .btn-full-gradient-amber-copper:active {
    transform: scale(0.97);
  }

  .hoverEffect {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

  .hoverEffect div {
    background: rgb(222, 0, 75);
    background: linear-gradient(
      90deg,
      #d8852c 0%,
      #ffc56d 49%,
      #fff6f0 100%
    );
    border-radius: 40rem;
    width: 40rem;
    height: 40rem;
    transition: 0.4s;
    filter: blur(20px);
    animation: effect infinite 3s linear;
    opacity: 0.5;
  }

  .btn-full-gradient-amber-copper:hover .hoverEffect div {
    width: 8rem;
    height: 8rem;
  }

  @keyframes effect {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }


  .btn-empty {
    /* width: 100%; */
    color: #D86C2C;
    background: #ffffff48;
    border-style: solid;
    border: 1px solid #D86C2C !important;
    transition: border 0.2s;
    transition: box-shadow 0.2s;
  }

  .btn-empty:hover {
    box-shadow: 0 0 10px #d8852ca3;
    border: 0px solid #D86C2C !important;
  }

  .page-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }

  .content-section {
    margin-top: 200px;
    width: 100%;
  }

  .why-section {
    margin-top: 90px;
  }

  .content-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .content-h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    margin-top: 0;
    text-align: center;
  }

  .content-right-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 20px 0 20px;
  }

  .content-right-container span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #5c5c5c;
  }

  .highlight-orange {
    color: #de793a !important;
    font-weight: 600 !important;
  }

  .content-right-el-container {
    font-family: "Inter", sans-serif;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }

  .everything-right-el-container {
    flex-direction: column;
  }

  .content-right-el {
    margin: 25px 15px 10px 15px;
    height: 100%;
    width: 100%;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .content-right-el h2 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
  }

  .content-right-el p {
    width: 100%;
    margin: 7px 0 0 0;
    text-wrap: nowrap;
    color: #5c5c5c;
    text-align: center;
    line-height: 140%;
  }

  .group-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }

  .content-icons {
    margin: 12px 7px;
  }

  .content-icons img {
    margin: 5px;
  }
  
  .contact-icons-mobile {
    width: 0;
    height: 0;
    margin: 0;
  }

  .contact-icons-mobile img {
    width: 0;
    margin: 0;
  }

  .contact-icons {
    height: auto;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }

  .contact-icons img {
    color: #000;
    width: 26.78px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .dance-img-container img {
    width: 100%;
    margin-top: 90px;
    border-radius: 20px;
  }

  .first-dance-img-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .first-dance-img-container img {
    width: 100%;
    height: 464px;
    margin-top: 0;
    border-radius: 20px;
    object-fit: cover;
    mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 20%,
      rgba(0, 0, 0, 0) 100% 
    );

    -webkit-mask-image: -webkit-gradient(
      linear, left top, left bottom,
      color-stop(0.2, rgba(0,0,0,1)),
      color-stop(1, rgba(0,0,0,0))
    );
  }

  .first-dance-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -20px;
    margin-bottom: 50px;
  }

  .first-dance-p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: -310px 0 0 0;
  }

  .first-dance-p p {
    margin-bottom: 0;
    width: 100%;
  }

  .first-dance-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin: -200px 0 0 0;
  }

  .first-dance-text-container h1 {
    font-family: "DM Serif Display", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
  }

  .what-section {
    margin-top: 135px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .what-main-container {
    width: 100%;
  }

  .what-container {
    align-items: center;
    justify-content: center;
  }

  .what-el-container {
    align-items: center;
  }

  .what-left-container {
    height: 130px;
  }

  .what-left-el {
    visibility: hidden;
    width: 0;
    margin: 0;
  }

  .what-left-el-mobile {
    visibility: visible;
    width: 50%;
    margin-top: 10px;
    margin-bottom: 60px;
    align-items: center;
  }

  .what-left-el-mobile p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-wrap: wrap;
  }

  .what-right-el {
    margin: 15px 25px 25px 25px;
    width: 190px;
  }

  .wow-span {
    margin-left: 10px;
    font-family: "Dynalight", cursive;
    font-weight: 600;
    font-size: 4.5rem;
    color: #D86C2C;
  }

  .personalized-dance-h2 {
    margin-bottom: 0 !important;
    font-size: 24px !important;
  }

  .offer-group {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 5px !important;
    margin-bottom: 80px !important;
    font-size: 42px !important;
  }

  .offer-span {
    position: absolute;
    margin-left: 95px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 98px;
  }

  .limited-offer-span {
    margin-top: 50px;
    margin-left: 0;
  }

  .wedding-span {
    margin-left: 160px;
    font-size: 80px;
  }

  .what-left-el p {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #5c5c5c;
  }

  .page-reactions-container {
    width: 100%;
    height: 1130px;
    background-color: #FDF6F1;
  }

  .reactions-container {
    margin: 0 20px 0 20px;
  }

  .reactions-section {
    margin-top: 30px;
  }

  .couple-img {
    margin-bottom: 20px;
    width: 100%;
  }

  .reactions-right-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2%;
    margin-right: 2%;
  }

  .reactions-right-container p {
    font-family: "Inter", sans-serif;
    font-style: italic;
    text-align: center;
    max-width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 130%;
    color: #5c5c5c;
    margin-top: 5px;
    margin-bottom: 30px;
  }

  .how-section {
    margin-top: 50px;
  }
  
  .how-container-main {
    align-items: center !important;
    margin-left: 20px;
  }

  .how-elements {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .how-el-container {
    justify-content: center;
  }

  .how-el {
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
  }

  .how-el p {
    margin-left: 30px;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #5c5c5c;
  }

  .how-el span {
    font-family: "Dynalight", cursive;
    font-weight: 400;
    font-size: 170px;
    background-image: linear-gradient(90deg, #D86C2C, #F3A46B);
    color: transparent;
    background-clip: text;
    padding-left: 20px;
  }

  .everything-section {
    margin-top: 150px;
  }

  .everything-el {
    margin: 9px 5px 5px 5px;
    width: 190px;
    height: 120px;
    justify-content: start;
  }

  .border-orange {
    border: 1px solid #d86b2c4b;
    border-radius: 5px;
    padding: 30px 10px 18px 10px;
  }

  .everything-container {
    width: 100%;
    align-items: center;
  }

  .everything-top-container {
    margin-left: 55px;
    margin-right: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .everything-top-right-container {
    margin: 0;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .everything-top-right-container p {
    line-height: 140%;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5c5c5c;
  }

  .everything-top-span {
    visibility: hidden;
    font-size: 0 !important;
    color: #000 !important;
  }

  .everything-el img {
    margin-bottom: 20px;
  }

  .card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    background-color: #FDF6F1;
    border-radius: 20px;
    box-shadow: 0px 14px 45px #0000001c;
  }

  .card-limited-offer {
    padding-top: 9px;
    padding-bottom: 12px;
    margin-top: 90px;
    margin-bottom: 140px;
    width: 90%;
  }

  .card-body-limited-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    text-align: center;
    width: 100%;
  }

  .card-title {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 600;
    z-index: 4;
  }

  .offer-card-title {
    font-size: 36px;
  }

  .card-title-top {
    display: flex;
    align-items: start;
    margin-bottom: 0 !important;
    margin-left: 80px;
    margin-right: 0;
    width: 60%;
    height: 70px;
  }

  .card-title-bottom {
    margin-top: 20px !important;
    margin-bottom: 0;
  }

  .first-dance-span {
    font-size: 60px;
    margin-left: 5px;
  }

  .card-body-limited-offer h2 {
    margin-top: 10px;
    margin-bottom: 45px;
    font-size: 36px;
    font-weight: 600;
    line-height: 140%;
    color: #4A4A4A;
    z-index: 4;
  }

  .card-body-limited-offer p {
    font-size: 18px;
    font-weight: 400;
    color: #4A4A4A;
    z-index: 4;
  }

  .card-body-circle {
    position: absolute;
    z-index: 1;
    background: linear-gradient(45deg,#D86C2C, #F3A46B);
    width: 100px;
    height: 50px;
    border-radius: 100%;
    filter: blur(30px);
    margin-bottom: 220px;
    margin-right: 240px;
  }

  .card-body-circle2 {
    position: absolute;
    z-index: 1;
    background: linear-gradient(45deg,#D86C2C, #F3A46B);
    width: 0;
    height: 0;
    border-radius: 100%;
    filter: blur(60px);
    margin-bottom: 120px;
    margin-right: 240px;
  }

  .spots-h2 {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
  }

  .btn-offer {
    position: relative;
    font-size: 24px;
    width: 60%;
    height: 84px;
  }

  .wedding-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 40px 0 50px 0;
  }

  .btn-wedding {
    position: relative;
    font-size: 24px;
    width: 330px;
  }

  .wedding-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }

  .wedding-top-group {
    width: 60%;
    text-align: center;
    margin-bottom: 50px;
  }

  .card-wedding {
    margin-bottom: 142px;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
  }

  .card-body-wedding {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    text-align: center;
    text-align: center;
    padding: 20px;
  }

  .card-body-wedding form {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    width: 300px;
    padding: 20px;
  }

  .card-body-wedding label {
    margin-bottom: 10px;
  }

  .card-body-wedding input {
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
    height: 25px;
    border-radius: 10px;
    border-color: #E0E0E0;
    background-color: #FAF9F6;
    border-width: 0.5px;
    border-style: solid;
    width: -moz-available;
    width: -webkit-fill-available;
  }

  .card-body-wedding input::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #A0A0A0;
  }

  /* .orange-border-input {
    border-width: 2px !important;
    border-color: #D86C2C !important;
  } */

  .card-body-wedding textarea::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #A0A0A0;
  }

  .single-line-textarea {
    padding: 10px;
    margin-bottom: 20px;
    height: 55px;
    border-radius: 8px;
    border-color: #E0E0E0;
    border-style: solid;
    width: -moz-available;
    width: -webkit-fill-available;
    background-color: #FAF9F6;
    border-width: 0.5px;
    resize: none;
  }

  .card-body-wedding select {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #A0A0A0;
    border-width: 0.5px;
  }

  .single-line-select {
    width: 100% !important;
    padding: 10px;
    margin-bottom: 20px;
    height: 50px;
    border-radius: 10px;
    border-color: #E0E0E0;
    background-color: #FAF9F6;
    border-style: solid;
  }

  .form-el-group {
    display: flex;
    align-items: start;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
  }

  .form-el {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }

  .form-el input:focus {
    border-width: 2px !important;
    border-color: #D86C2C !important;
    outline: 0;
  }

  .form-el-right {
    width: 100%;
  }

  .form-el-left {
    width: 100%;
  }

  .btn-form {
    position: relative;
    font-size: 18px;
    width: 100%;
    margin: 20px 0 0 0;
    height: 68px;
  }

  .triangle-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .triangle-left-group,
  .triangle-right-group {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
  }

  .triangle {
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 500px;
    border-bottom: 25px solid transparent;
    z-index: -1;
    filter: blur(80px);
    overflow: hidden;
  }

  .triangle-left,
  .triangle-right {
    border-top: 600px solid transparent;
    border-right: 1450px solid #F9731617;
  }

  .triangle-left {
    rotate: 223deg;
    margin-right: 900px;
  }

  .triangle-right {
    rotate: 497deg;
    transform: scaleX(-1);
    margin-left: 900px;
  }

  .page-footer-container {
    align-items: start;
    width: 100%;
    height: auto;
    background-color: #FDF1F7;
  }

  .footer-container {
    display: flex;
    align-items: center;
    margin: 0;
  }

  .footer-section {
    margin-top: 10px;
  }

  .footer-section hr {
    visibility: hidden;
    margin-top: 0;
    width: 0;
  }

  .footer-section p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 49px;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 17px;
    font-weight: 300;
  }

  .footer-right-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }

  .footer-right-container h3 {
    margin: 30px 0 30px 0;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #D86C2C;
  }

  .footer-logo {
    margin-top: 0;
    width:  300px;
  }

  .contact-left-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .particles-wrapper {
    position: absolute;
    width: 2200px;

    -webkit-mask-image: radial-gradient(circle at center, white 70%, transparent 100%);
    mask-image: radial-gradient(circle at center, white 70%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    overflow: hidden;
  }

  #particles-js {
    z-index: 0;
  }
}

@media screen and (min-width: 410px) and (max-width: 600px) {
  :root {
  max-width: 100%;
  color-scheme: light;
  background-color: #ffffff;
  line-height: 1.2;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }

  body {
    visibility: hidden;
    background-color: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    min-height: 100vh;
    margin: 0;
  }

  .hero-section {
    margin: 0 20px 0 20px;
  }


  .narrow-container {
    margin: 0;
    max-width: 100%;
  }

  .main-container {
    width: 100% !important;
  }

  .top-container {
    margin-top: 0;
    width: 100%;
  }

  .top-logo-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }

  .top-logo {
    width: 263px;
    height: 30px;
    margin-top: 41px;
  }

  .hero-img {
    visibility: hidden;
    width: 0;
  }

  .hero-img-mobile {
    visibility: visible;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    top: 0;
    /* left: 0; */
    right: 0;
    min-width: 375px;
    height: auto;
    z-index: -1;
  }

  .hero-container {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    margin-top: 180px;
    /* margin-left: 10px;
    margin-right: 10px; */
  }

  .hero-content {
    width: 100%;
  }

  .hero-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 37px;
  }

  .h1-dm {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
  }

  .dynalight-container  {
    position: absolute;
    margin: -16rem 0 0 7rem !important;
  }

  .h1-dynalight {
    font-family: "Dynalight", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 88px;
    color: #D86C2C;
  }

  .hero-container p {
    margin-top: 50px;
    font-family: "Lora";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    height: 88px;
    color: #4A4A4A;
  }

  .hero-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 45px;
  }

  .btn-hero {
    /* width: 170px; */
    width: 100%;
    height: 63px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 20px;
    margin: 10px;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 23px;
    font-weight: 500;
    border-radius: 12px;
    border-style: none;
  }

  .btn-full-gradient-amber-copper {
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(to right,#D86C2C, #F3A46B);
    box-shadow: none;
    transition: background 0.2s;
    transition: box-shadow 0.2s;
  }

  .btn-full-gradient-amber-copper:hover {
    box-shadow: 0 0 10px #d8852c;
    background: linear-gradient(to right,#d8852c,#ffc56d, #F3A46B);
  }

  .btn-full-gradient-amber-copper:active {
    transform: scale(0.97);
  }

  .hoverEffect {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

  .hoverEffect div {
    background: rgb(222, 0, 75);
    background: linear-gradient(
      90deg,
      #d8852c 0%,
      #ffc56d 49%,
      #fff6f0 100%
    );
    border-radius: 40rem;
    width: 40rem;
    height: 40rem;
    transition: 0.4s;
    filter: blur(20px);
    animation: effect infinite 3s linear;
    opacity: 0.5;
  }

  .btn-full-gradient-amber-copper:hover .hoverEffect div {
    width: 8rem;
    height: 8rem;
  }

  @keyframes effect {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }


  .btn-empty {
    /* width: 100%; */
    color: #D86C2C;
    background: transparent;
    border-style: solid;
    border: 1px solid #D86C2C !important;
    transition: border 0.2s;
    transition: box-shadow 0.2s;
  }

  .btn-empty:hover {
    box-shadow: 0 0 10px #d8852ca3;
    border: 0px solid #D86C2C !important;
  }

  .page-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }

  .content-section {
    margin-top: 200px;
    width: 100%;
  }

  .why-section {
    margin-top: 90px;
  }

  .content-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .content-h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    margin-top: 0;
  }

  .content-right-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 20px 0 20px;
  }

  .content-right-container span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #5c5c5c;
  }

  .highlight-orange {
    color: #de793a !important;
    font-weight: 600 !important;
  }

  .content-right-el-container {
    font-family: "Inter", sans-serif;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .content-right-el {
    margin: 25px 15px 10px 15px;
    height: 100%;
    width: 100%;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .content-right-el h2 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
  }

  .content-right-el p {
    width: 100%;
    margin: 7px 0 0 0;
    text-wrap: nowrap;
    color: #5c5c5c;
    text-align: center;
    line-height: 140%;
  }

  .group-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }

  .content-icons {
    margin: 12px 7px;
  }

  .content-icons img {
    margin: 5px;
  }
  
  .contact-icons {
    width: 0;
    height: 0;
    margin: 0;
  }

  .contact-icons img {
    width: 0;
    margin: 0;
  }

  .contact-icons-mobile {
    height: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .contact-icons-mobile img {
    color: #000;
    width: 26.78px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .no-margin {
    margin: 0 !important;
  }

  .dance-img-container img {
    width: 100%;
    margin-top: 90px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }

  .first-dance-img-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .first-dance-img-container img {
    width: 100%;
    height: 339px;
    margin-top: 0;
    border-radius: 20px;
    object-fit: cover;
    mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 20%,
      rgba(0, 0, 0, 0) 100% 
    );

    -webkit-mask-image: -webkit-gradient(
      linear, left top, left bottom,
      color-stop(0.2, rgba(0,0,0,1)),
      color-stop(1, rgba(0,0,0,0))
    );
  }

  .first-dance-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -20px;
    margin-bottom: 50px;
  }

  .first-dance-p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: -310px 0 0 20px;
  }

  .first-dance-p p {
    margin-bottom: 0;
    width: auto ;
  }

  .first-dance-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin: -200px 0 0 0;
  }

  .first-dance-text-container h1 {
    font-family: "DM Serif Display", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
  }

  .what-section {
    margin-top: 135px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .what-main-container {
    width: 100%;
  }

  .what-container {
    align-items: center;
    justify-content: center;
  }

  .what-el-container {
    align-items: center;
  }

  .what-left-container {
    height: 130px;
  }

  .what-left-el {
    visibility: hidden;
    width: 0;
    margin: 0;
  }

  .what-left-el-mobile {
    visibility: visible;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 60px;
    align-items: center;
  }

  .what-left-el-mobile p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-wrap: wrap;
  }

  .what-right-el {
    margin: 15px 25px 25px 25px;
    width: 190px;
  }

  .wow-span {
    margin-left: 10px;
    font-family: "Dynalight", cursive;
    font-weight: 600;
    font-size: 4.5rem;
    color: #D86C2C;
  }

  .personalized-dance-h2 {
    margin-bottom: 0 !important;
    font-size: 24px !important;
  }

  .offer-group {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 5px !important;
    margin-bottom: 80px !important;
    font-size: 42px !important;
  }

  .offer-span {
    position: absolute;
    margin-left: 104px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 98px;
  }

  .limited-offer-span {
    margin-top: 50px;
    margin-left: 0;
  }

  .wedding-span {
    margin-left: 40%;
    font-size: 88px;
  }

  .what-left-el p {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #5c5c5c;
  }

  .page-reactions-container {
    width: 100%;
    height: 1130px;
    background-color: #FDF6F1;
  }

  .reactions-container {
    margin: 0 20px 0 20px;
  }

  .reactions-section {
    margin-top: 30px;
  }

  .couple-img {
    margin-bottom: 20px;
    width: 100%;
  }

  .reactions-right-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2%;
    margin-right: 2%;
  }

  .reactions-right-container p {
    font-family: "Inter", sans-serif;
    font-style: italic;
    text-align: center;
    max-width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 130%;
    color: #5c5c5c;
    margin-top: 5px;
    margin-bottom: 30px;
  }

  .how-section {
    margin-top: 50px;
  }
  
  .how-container-main {
    align-items: center !important;
    margin-left: 20px;
  }

  .how-elements {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .how-el-container {
    justify-content: center;
  }

  .how-el {
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
  }

  .how-el p {
    margin-left: 30px;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #5c5c5c;
  }

  .how-el span {
    font-family: "Dynalight", cursive;
    font-weight: 400;
    font-size: 204.61px;
    background-image: linear-gradient(90deg, #D86C2C, #F3A46B);
    color: transparent;
    background-clip: text;
    padding-left: 20px;
  }

  .everything-section {
    margin-top: 150px;
  }

  .everything-el {
    margin: 9px 5px 5px 5px;
    width: 190px;
    height: 120px;
    justify-content: start;
  }

  .border-orange {
    border: 1px solid #d86b2c4b;
    border-radius: 5px;
    padding: 30px 10px 18px 10px;
  }

  .everything-top-container {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .everything-top-right-container {
    margin: 0;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .everything-top-right-container p {
    line-height: 140%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #5c5c5c;
    width: 70%;
  }

  .everything-top-span {
    visibility: hidden;
    font-size: 0 !important;
    color: #000 !important;
  }

  .everything-top-p br {
    display: none;
  }

  .everything-el img {
    margin-bottom: 20px;
  }

  .card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    background-color: #FDF6F1;
    border-radius: 20px;
    box-shadow: 0px 14px 45px #0000001c;
  }

  .card-limited-offer {
    padding-top: 9px;
    padding-bottom: 12px;
    margin-top: 90px;
    margin-bottom: 140px;
    width: 90%;
  }

  .card-body-limited-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    text-align: center;
    width: 100%;
  }

  .card-title {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 600;
    z-index: 4;
  }

  .offer-card-title {
    font-size: 36px;
  }

  .card-title-top {
    display: flex;
    align-items: start;
    margin-bottom: 0 !important;
    margin-left: 100px;
    height: 70px;
  }

  .card-title-bottom {
    margin-top: 0 !important;
    margin-bottom: 0;
  }

  .first-dance-span {
    font-size: 60px;
    margin-left: 5px;
  }

  .card-body-limited-offer h2 {
    margin-top: 10px;
    margin-bottom: 45px;
    font-size: 36px;
    font-weight: 600;
    line-height: 140%;
    color: #4A4A4A;
    z-index: 4;
  }

  .card-body-limited-offer p {
    font-size: 18px;
    font-weight: 400;
    color: #4A4A4A;
    z-index: 4;
  }

  .card-body-circle {
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg,#D86C2C, #F3A46B);
    width: 100px;
    height: 50px;
    border-radius: 100%;
    filter: blur(30px);
    margin-bottom: 220px;
    margin-right: 240px;
  }

  .card-body-circle2 {
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg,#D86C2C, #F3A46B);
    width: 0;
    height: 0;
    border-radius: 100%;
    filter: blur(60px);
    margin-bottom: 120px;
    margin-right: 240px;
  }

  .spots-h2 {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
  }

  .btn-offer {
    position: relative;
    font-size: 24px;
    width: 88% !important;
    height: 84px;
  }

  .wedding-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 40px 0 50px 0;
  }

  .btn-wedding {
    position: relative;
    font-size: 24px;
    width: 330px;
  }

  .wedding-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }

  .wedding-top-group {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }

  .card-wedding {
    margin: 20px 20px 70px 20px;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
  }

  .card-body-wedding {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    text-align: center;
    text-align: center;
    padding: 20px;
  }

  .card-body-wedding form {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    width: 300px;
    padding: 20px;
  }

  .card-body-wedding label {
    margin-bottom: 10px;
  }

  .card-body-wedding input {
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
    height: 25px;
    border-radius: 10px;
    border-color: #E0E0E0;
    background-color: #FAF9F6;
    border-width: 0.5px;
    border-style: solid;
    width: -moz-available;
    width: -webkit-fill-available;
  }

  .card-body-wedding input::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #A0A0A0;
  }

  /* .orange-border-input {
    border-width: 2px !important;
    border-color: #D86C2C !important;
  } */

  .card-body-wedding textarea::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #A0A0A0;
  }

  .single-line-textarea {
    padding: 10px;
    margin-bottom: 20px;
    height: 55px;
    border-radius: 8px;
    border-color: #E0E0E0;
    border-style: solid;
    width: -moz-available;
    width: -webkit-fill-available;
    background-color: #FAF9F6;
    border-width: 0.5px;
    resize: none;
  }

  .card-body-wedding select {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #A0A0A0;
    border-width: 0.5px;
  }

  .single-line-select {
    width: 100% !important;
    padding: 10px;
    margin-bottom: 20px;
    height: 50px;
    border-radius: 10px;
    border-color: #E0E0E0;
    background-color: #FAF9F6;
    border-style: solid;
  }

  .form-el-group {
    display: flex;
    align-items: start;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
  }

  .form-el {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }

  .form-el input:focus {
    border-width: 2px !important;
    border-color: #D86C2C !important;
    outline: 0;
  }

  .form-el-right {
    width: 100%;
  }

  .form-el-left {
    width: 100%;
  }

  .btn-form {
    position: relative;
    font-size: 18px;
    width: 100%;
    margin: 20px 0 0 0;
    height: 68px;
  }

  .triangle-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .triangle-left-group,
  .triangle-right-group {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
  }

  .triangle {
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 500px;
    border-bottom: 25px solid transparent;
    z-index: -1;
    filter: blur(80px);
    overflow: hidden;
  }

  .triangle-left,
  .triangle-right {
    border-top: 600px solid transparent;
    border-right: 1450px solid #F9731617;
  }

  .triangle-left {
    rotate: 223deg;
    margin-right: 900px;
  }

  .triangle-right {
    rotate: 497deg;
    transform: scaleX(-1);
    margin-left: 900px;
  }

  .page-footer-container {
    align-items: start;
    width: 100%;
    height: auto;
    background-color: #FDF1F7;
  }

  .footer-container {
    display: flex;
    align-items: center;
    margin: 0;
  }

  .footer-section {
    margin-top: 10px;
  }

  .footer-section hr {
    visibility: hidden;
    margin-top: 0;
    width: 0;
  }

  .footer-section p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 49px;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 17px;
    font-weight: 300;
  }

  .footer-right-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }

  .footer-right-container h3 {
    margin: 30px 0 30px 0;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #D86C2C;
  }

  .footer-logo {
    margin-top: 0;
    width:  300px;
  }

  .contact-left-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .particles-wrapper {
    position: absolute;
    width: 1500px;

    -webkit-mask-image: radial-gradient(circle at center, white 70%, transparent 100%);
    mask-image: radial-gradient(circle at center, white 70%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    overflow: hidden;
  }

  #particles-js {
    z-index: 0;
  }
}

@media screen and (max-width: 410px) {

  html, body {
    overflow-x: hidden;
  }

  .top-logo-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }

  .top-logo {
    width: 263px;
    height: 30px;
    margin-top: 41px;
  }

  .hero-section {
    margin: 0 20px 0 20px;
  }

  .hero-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
  }

  .h1-dm {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 10%;
    width: 100%;
  }

  .content-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: start;
    flex-direction: column;
  }

  .dynalight-container  {
    position: absolute;
    margin: -16rem 0 0 6.6rem !important;
  }

  .h1-dynalight {
    font-family: "Dynalight", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 88px;
    margin-top: 20px;
    color: #D86C2C;
  }

  .gradient-cursive-text {
    background-image: -webkit-linear-gradient(45deg, #F97316, #FDBA74);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .gradient-cursive-text-darker {
    background-image: linear-gradient( #D86C2C, #F3A46B);
    color: transparent;
    background-clip: text;
  }

  .hero-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 45px;
  }

  .btn-hero {
    width: 100%;
    height: 63px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 20px;
    margin: 10px;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 23px;
    font-weight: 500;
    border-radius: 12px;
    border-style: none;
  }

  .btn-full-gradient-amber-copper {
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(to right,#D86C2C, #F3A46B);
    box-shadow: none;
    transition: background 0.2s;
    transition: box-shadow 0.2s;
  }

  .btn-full-gradient-amber-copper:hover {
    box-shadow: 0 0 10px #d8852c;
    background: linear-gradient(to right,#d8852c,#ffc56d, #F3A46B);
  }

  .btn-full-gradient-amber-copper:active {
    transform: scale(0.97);
  }

  .hoverEffect {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

  .hoverEffect div {
    background: rgb(222, 0, 75);
    background: linear-gradient(
      90deg,
      #d8852c 0%,
      #ffc56d 49%,
      #fff6f0 100%
    );
    border-radius: 40rem;
    width: 40rem;
    height: 40rem;
    transition: 0.4s;
    filter: blur(20px);
    animation: effect infinite 3s linear;
    opacity: 0.5;
  }

  .btn-full-gradient-amber-copper:hover .hoverEffect div {
    width: 8rem;
    height: 8rem;
  }

  @keyframes effect {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }


  .btn-empty {
    color: #D86C2C;
    background: transparent;
    border-style: solid;
    border: 1px solid #D86C2C !important;
    transition: border 0.2s;
    transition: box-shadow 0.2s;
  }

  .btn-empty:hover {
    box-shadow: 0 0 10px #d8852ca3;
    border: 0px solid #D86C2C !important;
  }


  .hero-img-mobile {
    visibility: visible;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    top: 0;
    min-width: 375px;
    height: auto;
    z-index: -1;
  }

  .content-h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-align: start;
    margin-top: 0;
  }

  .content-right-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 20px 0 20px;
  }

  .content-right-container span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: start;
    word-wrap: unset;
    color: #5c5c5c;
  }

  .highlight-orange {
    color: #de793a !important;
    font-weight: 600 !important;
  }

  .content-right-el-container {
    font-family: "Inter", sans-serif;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .content-right-el {
    margin: 15px 15px 10px 15px;
    height: 100%;
    width: 60%;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .content-right-el h2 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
  }

  .content-right-el p {
    width: 100%;
    margin: 7px 0 0 0;
    text-wrap: nowrap;
    color: #5c5c5c;
    text-align: center;
    line-height: 140%;
  }

  .what-section {
    margin-top: 135px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .what-main-container {
    width: 100%;
  }

  .what-container {
    align-items: center;
    justify-content: center;
  }

  .what-el-container {
    align-items: center;
  }

  .what-left-container {
    height: 130px;
    width: 100%;
    margin-left: 41px;
  }

  .what-left-el {
    visibility: hidden;
    width: 0;
    margin: 0;
  }

  .what-left-el-mobile {
    visibility: visible;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 60px;
    align-items: center;
  }

  .what-left-el-mobile p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-wrap: wrap;
  }

  .what-right-el {
    margin: 15px 25px 25px 25px;
    width: 190px;
  }

  .group-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }

  .how-container-main {
    align-items: start !important;
    margin-left: 20px;
  }

  .how-el {
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
  }

  .how-el p {
    margin-left: 30px;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #5c5c5c;
  }

  .how-el span {
    font-family: "Dynalight", cursive;
    font-weight: 400;
    font-size: 201px;
    background-image: linear-gradient(90deg, #D86C2C, #F3A46B);
    color: transparent;
    background-clip: text;
    padding-left: 20px;
  }

  .everything-section {
    margin-top: 110px;
  }

  .everything-el {
    margin: 15px 5px 5px 5px;
    height: 160px;
    justify-content: center;
  }

  .everything-container {
    width: 100%;
    align-items: start;
  }

  .everything-top-container {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
  }

  .everything-top-right-container {
    margin: 0;
    display: flex;
    justify-content: start;
    align-items: start;
  }

  .everything-top-right-container p {
    line-height: 140%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: start;
    color: #5c5c5c;
  }

  .everything-top-span {
    visibility: hidden;
    font-size: 0 !important;
    color: #000 !important;
  }
  
  .everything-top-p br {
    display: none !important;
  }

  .btn-offer {
    position: relative;
    font-size: 24px;
    margin-left: 20px;
    margin-right: 20px;
    width: 88% !important;
    height: 84px !important;
  }

  .wedding-top-group {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }

  .card-wedding {
    margin: 20px 20px 70px 20px;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
  }

  .card-title-top {
    display: flex;
    align-items: start;
    margin-bottom: 0 !important;
    margin-left: 25px !important;
    height: 70px;
  }

  .card-body-circle {
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg,#D86C2C, #F3A46B);
    width: 100px;
    height: 50px;
    border-radius: 100%;
    filter: blur(30px);
    margin-bottom: 220px;
    margin-right: 240px;
  }

  .card-body-circle2 {
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg,#D86C2C, #F3A46B);
    width: 0;
    height: 0;
    border-radius: 100%;
    filter: blur(60px);
    margin-bottom: 120px;
    margin-right: 240px;
  }

  .offer-group {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 5px !important;
    margin-bottom: 80px !important;
    font-size: 42px !important;
  }

  .offer-span {
    position: absolute;
    margin-left: 104px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 98px;
  }

  .limited-offer-span {
    margin-top: 50px;
    margin-left: 0;
  }
  
  .wedding-span {
    margin-left: 90px;
    font-size: 98px;
  }

  .card-title-top {
    display: flex;
    align-items: start;
    margin-bottom: 0 !important;
    margin-left: 100px;
    height: 70px;
  }

  .card-title-bottom {
    margin-top: 0 !important;
    margin-bottom: 0;
  }

  .first-dance-p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: -310px 0 0 20px;
  }

  .first-dance-p p {
    margin-bottom: 0;
    width: auto ;
  }

  .first-dance-span {
    font-size: 60px;
    margin-left: 5px;
  }

  .btn-form {
    position: relative;
    font-size: 18px;
    width: 100%;
    margin: 20px 0 0 0;
    height: 78px;
  }

  .contact-icons img:hover {
    box-shadow: 5px 0 10px #4A4A4A;
    background-color: #4A4A4A;
  }

  .particles-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2200px;

    -webkit-mask-image: radial-gradient(circle at center, white 70%, transparent 100%);
    mask-image: radial-gradient(circle at center, white 70%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    overflow: hidden;
  }

  #particles-js {
    z-index: 0;
  }
}