:root {
--bg-ivory: #FAF3EA;
--bg-peach: #F3CBB1;
--bg-peach-dark: #E9B998;

--text-primary: #6B3E2E;
--text-secondary: #8B5A3C;
--text-light: #B68B6D;

--gold: #C7A46B;
--border-soft: #E7C9B0;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;.text-intro
}


@font-face {
font-family: 'You2013';
src: url('font/You2013.woff2') format('woff2'),
url('font/You2013.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}



html{
overflow-x: hidden;
}


body {
font-family: "Jost", sans-serif;
background: var(--bg-ivory);
color: var(--text-primary);
line-height: normal;
overflow-x: hidden;

}

ul, ol{
  list-style: none;
}

/* HERO */
.hero {
position: relative;
}

.hero img, .reveal_reels__sec video, .reveal_reels__video-wrapper > img {
width: 100%;
display: block;
/* height: 90vh;
object-fit: cover; */
}

.hero-text {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.wedding_txt__img{
  display: none;
}

.hero-text h1 {
font-size: clamp(2.6rem, 5vw, 3.8rem);
font-weight: 600;
text-transform: uppercase;
color: #fff;
}

.hero-text p {
color: #fff;
text-transform: uppercase;
font-size: 0.8rem;
}

/* INTRO */
.intro {
padding: 4rem 1rem;
max-width: 800px;
margin: auto;
text-align: center;
}

/* AMBASSADORS */

.ambassdors_arrows__inner [class*="swiper-button"]{
  height: 30px;
  width: 30px;
  background: url(./img/thin-arrow.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  pointer-events: all;
  &:not(.swiper-button-next-unique){
    transform: scaleX(-1);
  }
}

.ambassdors_arrows__inner {
    position: absolute;
    top: calc(50% + 3rem);
    left: -15px;
    width: calc(100% + 30px);
    transform: translateY(-50%);
    justify-content: space-between;
    display: flex;
    align-items: center;
    pointer-events: none;
}
.ambassador_reels__slider{
  position: relative;
}

/* .ambassador__arrows{
    display: grid;
    grid-template-columns: 10% calc(80% - 40px) 10%;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.ambassador__arrows:before {
    content: "";
    display: table;
    clear: both;
} */

.ambassadors {
background: #F2E1C6;
padding: 50px 36px;
text-align: center;
}

.ambassador-grid {
margin-top: 3rem;
}

.ambassador-card {
border: 2px solid #B18C62;
border-radius: 500px 500px 0px 0px;
padding: 30px;
background: #F7EAD6;
position: relative;
}

.ambassador-card .ambassador-card-in > img,
.placeholder , .ambassador-card .ambassador-card-in video {
width: 100%;
border-radius: 500px 500px 0 0;
object-fit: cover;
background: #000;
overflow: hidden;
border: 5px solid #b18c62;
height: 100%;
}



.ambassador-card span {
font-size: 0.75rem;
text-transform: uppercase;
color: var(--text-light);
}

/* FEATURED */
.featured a {
margin-top: 1rem;
background: url(img/button.svg);
color: #BF4A5E;
padding: 0.6rem 1.5rem;
font-size:13px;
cursor: pointer;
background-repeat: no-repeat;
background-position: center;
font-weight: 600;
letter-spacing: 0.04em;
text-decoration: none;
text-transform: uppercase;
}

section.ambassadors h2{
color: #C67457;
font-family: 'You2013';
font-size: 38px;
font-weight: normal;
line-height: normal;
}


/* REVEAL */
.reveal {
padding: 4rem 1rem;
text-align: center;
}

.reveal img {
max-width: 900px;
width: 100%;
margin: 2rem auto;
}

.bigreveal_arrows__inner {
    top: calc(50% - 62px);
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
}

.reveal_reels__wrap{
  position: relative;
}

.bigreveal_arrows__inner [class*="bigreveal-button"]{
  height: 30px;
  width: 30px;
  background: url(./img/thin-arrow.png) no-repeat;
  background-size: contain;
  cursor: pointer;
      position: absolute;
    right: -100px;
  &:not(.bigreveal-button-next){
    transform: scaleX(-1);
    left: -100px;
    right: auto;
  }
}

   


/* TESTIMONIAL */
.testimonial {
background: linear-gradient(180deg, var(--bg-peach-dark), var(--bg-peach));
padding: 4rem 1rem;
text-align: center;
}

blockquote {
max-width: 700px;
margin: auto;
font-size: 1.2rem;
}

/* APPLY */
.apply {
padding: 4rem 1rem;
text-align: center;
background: #F7EAD6;
}

form {
max-width: 100%;
margin: 2rem auto;
padding: 0px 10px;
display: flex;
flex-direction: column;
gap: 1rem;
}

input, button {
padding: 0.9rem;
border-radius: 6px;
border: 1px solid var(--border-soft);
}

button {
background: var(--text-primary);
color: #fff;
text-transform: uppercase;
cursor: pointer;
}

/* FOOTER */
footer {
padding: 2rem;
text-align: center;
font-size: 0.85rem;
background: #F7EAD6;

}
section.apply h2{
font-family: "ambroise-std", serif;
font-size: 45px;
font-style: italic;

}
section.apply h2, section.apply h5{
color: #D4AD92;
}
section.apply h5{
font-size: 22px;
font-weight: 300;
}
.apply input[type="text"] {
background: url(img/input-box.svg);
border: none;
appearance: none;
background-size: cover;
width: 636px;
text-align: center;
color: #CEA182;
background-position: center;
font-family: 'Jost';
font-size: 25px;
font-weight: 300;
line-height: normal;
height: 64px;
}

.apply button[type="submit"] {
background: url(img/button-bg.svg);
border: none;
appearance: none;
background-size: contain;
width: 184px;
text-align: center;
color: #ffffff8c;
font-family: 'Jost';
text-transform: capitalize;
font-size: 20px;
background-position: center;
background-repeat: no-repeat;
} 
input[type="text"]:focus {
outline: none;
}

.apply input::placeholder{
color: #CEA182;
font-family: 'Jost';
font-size: 25px;
font-weight: 300;
}
.followus p {
color: #D4AD92;
font-size: 37px;
font-family: "ambroise-std", serif;
}
.followus p a {
    text-decoration: none;
    color: #D4AD92;
}
.intro-split {
display: flex;
min-height: 100vh; /* matches visual weight of design */
}

.intro-left * {
text-align: center;
}
/* LEFT CONTENT */
.intro-left {
flex: 1;
background: #F7EAD6;
padding: 30px 9%;
display: flex;
flex-direction: column;
justify-content: center;
max-width: 50%;
}

.motif img {
max-width: 300px;
margin-bottom: 0px;
}

.intro-left h2 {
font-family: "ambroise-std", serif;
font-size: 2.6rem;
font-weight: 700;
color: #B18C62;
line-height: normal;
margin-bottom: 2rem;
}

.intro-left p {
font-size: 18px;
line-height: 40px;
color: #504136;
max-width: 100%;
margin-bottom: 24px;
}

/* RIGHT VIDEO */
.intro-right {
flex: 1;
position: relative;
overflow: hidden;
}

.intro-right video {
width: 100%;
height: 100%;
object-fit: cover; /* 🔥 critical */
display: block;
}


.ambassador-card.featured video {
width: 100%;
display: block;
}
.text-intro {
position: absolute;
bottom: 40px;
width: 80%;
display: grid;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
transform: translate(-50%, 0);
transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
pointer-events: none;
}

.text-intro h3, .text-intro span {
color: #fff;
line-height: normal;
}

.ambassador-card h3 {
font-size:35px;
line-height: 36px;
font-weight: 500;
}
.text-intro span {
text-transform: none;
font-size: 16px;
font-weight: 500;
line-height: normal;

}
.motif-icon img{
max-width: 60px;
margin-bottom: 0;
}

.toolbar {
background: transparent;
    padding: 8px 20px;
    position: absolute;
    right: 0px;
}
.toolbar ul li::marker{
content: none;
}
.toolbar ul {
display: flex;
justify-content: end;
}

.toolbar ul li img {
width: 20px;
max-width: 21px;
max-height: 14px;
background: transparent;
}
.toolbar ul li {
margin: 0px 10px;
list-style: none;
}
.toolbar ul li a {
display: block;
line-height: 0px;
}


.big-reveal-section {
background-color: #f3cbb1;
padding: 50px 1rem 180px;
text-align: center;
position: relative;
font-family: 'Jost', sans-serif;
background-image: url(img/bg-pattern-img.svg);
background-position: center;
background-repeat: repeat;
background-size: cover;
}


.big-reveal-section .reveal_reels__sec{
  max-width: 1100px;
  margin: auto;
}

.big-reveal-section .section-header h2{
color: #C67457;
}

.reveal_reels__sec :where(.swiper-slide.swiper-slide-prev, .swiper-slide.swiper-slide-next){
  filter: blur(3px);
}

.reveal_reels__sec .swiper-slide:not(.swiper-slide.swiper-slide-prev, .swiper-slide.swiper-slide-next, .swiper-slide-active){
  filter: blur(7px);
}

.reveal_reels__sec .swiper-slide:not(.swiper-slide-active){
  cursor: pointer;
}

.reveal_reels__sec .swiper-wrapper{
  pointer-events: none;
  & *{
    pointer-events: all;
  }
}

.reveal_reels__con:not(.swiper-slide-active .reveal_reels__con){
  display: none;
}
.reveal_reels__item{
  background: #F7EAD6;
  padding: 10px;
  height: 100%;
}
.reveal_reels__con p{
    font-size: 16px;
    background: #f7ead6;
    line-height: normal;
    font-family: "ambroise-std", serif;
    font-style: italic;
    margin-top: 10px;
    color: #AC987A;
}

/* HEADER */
.section-header {
max-width: 90%;
margin: 0 auto 4rem;
}

.section-motif {
color: #b06b4a;
margin-bottom: 1rem;
}

.section-header h2 {
font-size: 48px;
font-weight: 500;
color: #6b3e2e;
font-family: 'You2013';
line-height: normal;
}

.section-header p {
font-size: 18px;
color: #504136;
margin-top: 0.8rem;
line-height: 27px;

}








/* slider code */







/* IMAGES */



.reveal-images {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 6rem;
}


.reveal-images .childitem{
/* background: #f7ead6;
width: 100%;
height: 300px;
margin: auto;
transition: all 0.2s;

overflow: hidden; */


height: 400px;
transition: transform 0.8s ease, box-shadow 0.8s ease;
transform: scale(0.8);


}



.reveal-images  .slick-center .childitem{
/* background: #f7ead6;
margin: 0;
height: 600px;
max-width: initial; */
transform: scale(1.2);
z-index: 2;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.slick-track {
/* transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) !important; */
will-change: transform;
}

.slick-slide {
transition: transform 0.8s ease-in-out;
}


.reveal-img img {
width: 100%;
object-fit: cover;
display: block;
}

.reveal-img {
/* width: 40%; */
background: #F7EAD6;
padding: 10px;
font-style: italic;
}



.img-caption {
color: #AC987A;
margin-top: 0.8rem;
font-size: 18px;
line-height: normal;
font-family: "ambroise-std", serif;
font-style: italic;
}



.reveal-img .img-caption{
display: none;
}


.reveal-img.slick-current.slick-active.slick-center .img-caption{
display: block;

}
.reveal-img.slick-current.slick-active.slick-center{
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}


.reveal-images .slick-track {
display: flex;
align-items: center;
}





/* TESTIMONIAL */

.container {
max-width: 90%;
margin: auto;
}

.testimonial-wrap {
display: flex;
justify-content: center;
margin-top: 100px;
}

.testimonial-arch {
background: #F7EAD6;
padding: 22px;
width: 526px;
border-radius: 500px 500px 0px 0px; 
border: 2px solid #BF4A5E;
position: relative;
}
.testimonial-arch:after {
content: '';
background: url(img/saying-bottom-motif.svg);
width: 732px;
height: 299px;
display: block;
position: ABSOLUTE;
background-size: cover;
transform: translate(-50%, -53%);
left: 50%;

}

.testimonial-motif {
margin-bottom: 1.2rem;
color: #b06b4a;
}

.testimonial-arch h3 {
font-size: 35px;
font-weight: 500;
color: #B18C62;
margin-bottom: 30px;
font-family: 'You2013';
line-height: normal;
}

.testimonial-text {
font-size: 26px;
line-height: normal;
color: #AC987A;
margin-bottom: 2rem;
font-family: "ambroise-std", serif;
font-style: italic;
font-weight: 700;
}

.reviewer-name {
font-size: 20px;
letter-spacing: 0px;
color: #AC987A;
font-weight: 600;
}

.reviewer-name small {
display: block;
font-size: 15px;
color: #AC987A;
margin-top: 0px;
font-weight: 400;
}

.testimonial-motif img {
max-width: 70px;
} 
.testimonial-inner {
border-radius: 500px 500px 0px 0px;
border: 1px solid #BF4A5E;
padding: 40px 50px 65px 40px;
}
.swiper-pagination{
position: relative;
z-index: 1;
bottom: -2px !important;
}


.swiper-pagination-bullet
{
width: 14px;
height: 14px;
color:transparent !important;
padding: 0px;
border-radius: 50%;
border: 3px solid transparent;
background: #D0C5AE;
opacity: 1;
margin: 0 2px !important;
}
.swiper-pagination-bullet:hover{
opacity: 0.5;
}
.swiper-pagination-bullet-active{
border: 3px solid #AC987A;
background: transparent;
}


/* slick */

/* 
.reveal-images-slider {
width: 80%;
margin: auto;
text-align: center;
}

.reveal-images-slider .reveal-img {
padding: 15px;
}

.reveal-images-slider .reveal-img img {
width: 100%;
transform: scale(0.8); */
/* opacity: 0.6; */
/* transition: all 0.4s ease;
}

.reveal-images-slider .slick-center img {
transform: scale(1.15); 
opacity: 1;
} */


/* 

.reveal-images-slider .img-caption {
display: none;
}

.reveal-images-slider .active-caption {
margin-top: 20px; 
font-size: 18px;
line-height: 1.5;
max-width: 700px;
margin-inline: auto;
} */





.ambassador-grid {
/* display: flex; */
margin-top: 3rem;
/* 
overflow-x: auto;
scroll-snap-type: x mandatory; */
/* -webkit-overflow-scrolling: touch;
scroll-behavior: smooth; */
padding-bottom: 10px;
}

/* hide scrollbar */
.ambassador-grid::-webkit-scrollbar {
display: none;
}

/* CARD */
.ambassador-card {
/* flex: 0 0 calc(33.333% - 24px); */
 /* show 3 cards */
/* scroll-snap-align: start; */
}

/* MEDIA WRAPPER */
.ambassador-card-in {
position: relative;
width: 100%;
aspect-ratio: 3 / 4;
overflow: hidden;
cursor: pointer;
border-radius: 500px 500px 0px 0px; 
}

/* IMAGE */
.ambassador-card-in img {
width: 100%;
height: 100%;
object-fit: cover;
transition: opacity 0.4s ease;
position: relative;
z-index: 2;
opacity: 1;
}

.ambassador-card-in:has(video) > img{
  opacity: 0 !important;
}

/* VIDEO */
.ambassador-reel {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;

opacity: 0;
transition: opacity 0.4s ease;
z-index: 1;
}

/* HOVER EFFECT */
/* .ambassador-card-in:hover > img {
opacity: 0;
} */

.ambassador-card-in:hover .ambassador-reel {
opacity: 1;
}

/* TEXT AREA */
.text-intro {
text-align: center;
margin-top: 16px;
}

/* .text-intro h3 {

margin: 0;
font-size: 18px;
font-weight: 600;
} */






.text-intro span {
display: block;

}

.text-intro a {
display: inline-block;            /* keep it in flow */
width: fit-content;
margin-top: 10px;
margin-inline: auto;
background: url(img/button.svg);
color: #BF4A5E;
padding: 0.6rem 1.9rem;
background-repeat: no-repeat;
background-position: center;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
text-decoration: none;
font-size: 13px;
opacity: 0;
transform: translateY(10px);
transition: opacity 0.35s ease, transform 0.35s ease;
pointer-events: none; /* prevents accidental clicks */
}



.ambassador-card:hover .text-intro {
transform: translate(-50%, -18px);
}
.ambassador-card:hover .text-intro a.discover-link {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}

.text-intro a.discover-link {
opacity: 0;
transform: translateY(6px);
pointer-events: none;
transition: opacity 0.35s ease, transform 0.35s ease;
}
.mySwiper{
  cursor: grab;
  width: 100%;
  max-width: 96%;
  margin: 0 auto;
  overflow-x: hidden;
}

.ambassador-card-in {
position: relative;
}
.sound-toggle {
position: absolute;
bottom: 12px;
right: 12px;
z-index: 5;
background: rgba(0,0,0,0.6);
border: none;
border-radius: 50%;
width: 38px;
height: 38px;
cursor: pointer;
display: none;
align-items: center;
justify-content: center;
pointer-events: all;
}

.reveal_reels__video-wrapper{
  position: relative; 
 
}
.reveal_reels__video-wrapper video{
    height: 100%;
}

.reveal_reels__video-wrapper > img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.reveal_reels__item .reveal_reels__video-wrapper:has(> video[src]) > img{
  opacity: 1;
  transition: 0.3s;
}
/* .reveal_reels__item .reveal_reels__video-wrapper:has(> video[data-src]) > img{
  opacity: 1;
  transition: 0.3s;
} */

.swiper-slide-active .reveal_reels__video-wrapper  button{
    display: flex;
}

.sound-toggle img {
width: 18px;
height: 18px;
}

/* show icon on hover */
.ambassador-card-in:hover .sound-toggle, .ambassador-card-in.is-playing .sound-toggle {
display: flex;
}


.ambassador-card:hover .text-intro{
z-index: 9;
}

.ambassador-card:hover .discover-link{
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}


.ambassador-card-in> img {
display: block;
transition: opacity 0.3s ease;
}

.ambassador-card-in video {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 1;
transition: opacity 0.3s ease;
}

/* when video is playing */
.ambassador-card-in.is-playing> img {
opacity: 0;
}

.ambassador-card-in.is-playing video {
opacity: 1;
}


.inputbox.checkboxinfut label {
color: #C29677;
font-size: 12px;
line-height: 12px;
display: block;
}

.inputbox.checkboxinfut input {
margin-right: 8px;
vertical-align: bottom;
}

.custom-checkbox {
display: inline-flex;
align-items: center;
gap: 10px;
cursor: pointer;
font-size: 16px;
color: #333;
user-select: none;
}

/* hide default checkbox */
.custom-checkbox input {
position: absolute;
opacity: 0;
pointer-events: none;
}

/* checkbox box */
.custom-checkbox .checkmark {
width: 24px;
height: 24px;
border-radius: 4px;
display: inline-flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
background: #fff;
  margin-right: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 -1px 1px rgba(255, 255, 255, 0.6);

}

/* tick */
.custom-checkbox .checkmark::after {
content: "";
width: 4px;
height: 8px;
border: solid #cea182;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
opacity: 0;
}

/* checked state */
.custom-checkbox input:checked + .checkmark {
background: transparent;
border: 2px solid #cea182;
}

.custom-checkbox input:checked + .checkmark::after {
opacity: 1;
}
span.label-text a {
    color: #C29677 !important;
}
/* hover */

.swiper-button-next, .swiper-button-prev{
      width: 40%;
    height: 400px;
    top: 0px;
    opacity: 0;
}
/* popup */


/* POPUP OVERLAY */
.amb-popup-overlay {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.6);
display: none;
align-items: center;
justify-content: center;
z-index: 9999;
}

/* POPUP CONTAINER */
.amb-popup {
background: #f2e1c6;
width: 90%;
max-width: 1100px;
display: grid;
grid-template-columns: 1fr 1fr;
position: relative;
align-items: center;
}

/* LEFT VIDEO AREA */
.amb-popup-media {
padding: 40px;
display: flex;
align-items: center;
justify-content: center;
}

/* ARCH FRAME */
.arch-frame {
width: 100%;
max-width: 420px;
aspect-ratio: 3 / 4.2;
background: #f7ead6;
border-radius: 500px 500px 20px 20px;
padding: 25px;
border: 2px solid #B18C62;
position: relative;
}
.arch-frame button{
  display: flex;
  right: 35px;
  bottom: 35px;
}

.arch-frame video {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 500px 500px 0 0;
display: block;
}

/* RIGHT CONTENT */
.amb-popup-content {
padding: 60px 60px 60px 40px;
}

.amb-popup-content h2 {
font-family: "ambroise-std", serif;
font-size: 48px;
color: #B18C62;
}

.amb-popup-content .role {
font-size: 16px;
color: #B18C62;
display: block;
font-weight: 500;
}

.insta-link img {
width: 38px;
margin-bottom: 20px;
margin-top: 20px;
}

.amb-popup-content p {
font-size: 18px;
line-height: 40px;
color: #504136;
}

/* CLOSE BUTTON */
.amb-popup-close {
position: absolute;
top: 0px;
right: 0px;
background: none;
border: none;
font-size: 42px;
color: #B18C62;
cursor: pointer;
font-family: 'Jost';
font-weight: 200;
padding-top: 0px;
}

/* popup end */



/* RESPONSIVE */
@media (max-width: 900px) {

  .ambassdors_arrows__inner{
    display: none;
  }

.wedding_txt__img{
  position: absolute;
  top: 40px;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.reveal-images {
flex-direction: column;
}

.reveal-img.side {
display: none;
}

.reveal-img.center {
width: 100%;
max-width: 500px;
}

.testimonial-arch {
width: 100%;
max-width: 380px;

}
}




/* RESPONSIVE */

@media (max-width: 768px) {
body:has(#ambPopup[style*="flex"]){
  overflow: hidden;
}
/* 
.ambassador-card {
flex: 0 0 85%;
} */
.amb-popup {
  grid-template-columns: 1fr;
  height: calc(100svh - 40px);
  /* overflow-y: auto; */
  padding: 0 0 20px;
  gap: 20px;
}

.amb-popup-media {
padding: 30px 50px 0;
}

.amb-popup-content {
padding: 0px 30px;
text-align: center;
height: 100%;
overflow-y: auto;
}

.amb-popup-content p {
margin: auto;
}

.amb-popup-close {
top: 0px;
right: 0px;
}


.intro-split {
flex-direction: column;
min-height: auto;
}

.intro-left {
padding: 30px 20px;
max-width: 100%;
}

.intro-left h2 {
font-size: 30px;
line-height: 38px;
margin-bottom: 10px;
}

.intro-right {
height: 50vh;
}
.intro-left p:last-child {
margin-bottom: 0px;
}
.intro-left p{
      line-height: 32px;
      margin-bottom: 12px;
}


.section-header h2{
font-size: 30px;
}
section.ambassadors h2{
font-size: 30px;
}




.ambassadors{
padding: 50px 0px;
background-color: #f3cbb1;
padding: 50px 1rem 10px;
text-align: center;
position: relative;
font-family: 'Jost', sans-serif;
background-image: url(img/bg-pattern-cropped.svg);
background-position: top;
background-repeat: repeat;
background-size: 1492px;
max-width: 100%;
}
.mySwiper{
  overflow: unset;
}
.ambassador-grid{
/* display: flex; */ 

margin-top: 30px;

/* justify-content: center; */
}

.ambassador-card {
padding: 20px;
/* min-width: 80%; */
}


.ambassador-grid::-webkit-scrollbar {
display: none;
}


.reveal_reels__video-wrapper video{
    aspect-ratio: 9 / 16;
}

.testimonial-motif img {
max-width: 50px;
}

.testimonial-arch h3{
font-size: 22px;
line-height: 30px;
margin-bottom: 20px;
}
.testimonial-text{
font-size: 18px;
line-height: normal;
}
.testimonial-inner{
padding: 40px 30px;
}
.testimonial-arch{
padding: 14px;
}
.testimonial-arch:after{
transform: translate(-50%, -53%);
width: 617px;
height: 252px;

}
.reviewer-name{
  font-size: 16px;
}
.reviewer-name small{
  font-size: 13px;
}
section.apply h2{
font-size: 30px;
margin-bottom: 6px;
}
section.apply h5 {
font-size: 19px;
line-height: 24px;
font-weight: 300;
color: #C29677;
}



.apply input[type="text"] {
background: url(img/mobile-input.svg);
background-size: contain;
background-position: center;
font-size: 15px;
height: 38px;
width:100%;
padding: 3px;
background-repeat: no-repeat;
}
.apply input::placeholder{

font-size: 15px;
}

.apply button[type="submit"] {
font-size: 17px;
line-height: 40px;
padding: 0px;
height: 44px;
display: inline-flex;
justify-content: center;
align-items: baseline;
}
.followus p{
font-size: 27px;
}

.swiper-pagination-bullet{
border-width: 1px !important;
width:10px;
height: 10px;
}

.big-reveal-section{
background-image: url(./img/bg-pattern-img.svg);;
background-position: top;
background-repeat: repeat;
background-size: 1492px;
}

/* .text-intro{
width: 70%;
z-index: 2;
} */



.ambassador-card h3{
font-size: 26px;  
line-height: 35px;
}

.text-intro span {

font-size: 16px;
margin-top: 0px;
line-height: 22px;
}
.amb-popup-content{
padding: 20px;
}
.amb-popup-content h2{
font-size: 36px;
}
.insta-link img{
width: 24px;
display: block;
margin: 10px auto 20px auto;
}
.amb-popup-content p{
line-height: 28px;
}
.arch-frame{
padding: 10px;
}
div.arch-frame button{
  bottom: 15px;
  right: 15px;
}
.swiper-button-next, .swiper-button-prev{
opacity: 0;
height: 415px;
top: 0px;
width: 20%;
}
.testimonial-wrap{
margin-top: 60px;
}
.toolbar ul li:last-child {
margin-right: 0px;
}


.text-intro a.discover-link{
  opacity: 1;
  transform:none;
}
.ambassador__arrows {
    display: block;
}

.section-header p br {
    display: none;
}

.bigreveal_arrows__inner [class*="bigreveal-button"]{
    right: 10px;
  &:not(.bigreveal-button-next){
    transform: scaleX(-1);
    left: 10px;
  }
}

  
}


@media (max-width: 475px) {

.testimonial-arch {
width: calc(100% - 40px);
max-width: 100%;
margin: 0px 20px;
}

.testimonial-arch:after {
width: 529px;
height: 216px;
}
section.big-reveal-section{
padding-bottom: 140px;
}
.apply{
padding: 50px 20px;
}
.ambassador-card-in{
  height: 55vh;
}
.motif img {
    max-width: 155px;
    
}
.section-header p{
  font-size: 16px;
      line-height: 24px;
}
.motif-icon img , .section-motif img{
    max-width: 45px;
}
    .big-reveal-section, .ambassadors {
       padding-top: 30px !important;
    }
    section.apply h5{
      font-size: 18px;
    }
    .followus p{
      font-size: 25px;
    }
}
