@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

*,:after,:before{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}



@font-face {
    font-family:Aisyah;
    src: url(../fonts/Aisyah.ttf);
}




body,html{
    font-size:100%;
    padding:0;
    margin:0;
    overflow-x:hidden;
    
  -webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
     -o-font-smoothing:antialiased;
    background-color:#E9F2F3;
    
    
} 




h1 {
	 font-family: "Ubuntu", sans-serif;
	font-size: 5rem;
	color: #34787B;
	font-weight: 600;

}



h2 {
	 font-family: "Ubuntu", sans-serif;
	font-size: 4.3rem;
	font-weight: 600;
	color:#34787B;
}



h3 {
	 font-family: "Ubuntu", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	margin-top: 0.5em;
	color:#34787B;
}

h4 {
	 font-family: "Ubuntu", sans-serif;
	font-size: 1.75rem;
	color:#34787B;
	font-weight: 600;
}


h5 {
	 font-family: "Ubuntu", sans-serif;
	font-size: 1.55rem;
	color:#34787B;
	font-weight: 400;
	padding-top: 0.4em;
}


h6 {
	font-family: "Ubuntu", sans-serif;
	font-weight: 300;
	font-size: 1.25rem;
	color:#34787B;
    line-height: 1.7em;
}


h6  a {
    text-decoration: none;
    color :#34787B;
    font-weight: 400;
}


h6  a:hover {
    text-decoration: none;
    color :#34787B;
    font-weight: 400;
}



p {
	 font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.1rem;
	color: #0C213B;
}


p a {
	color: #0C213B;
	text-decoration: none;
}


p a:hover {
	color: #0C213B;
	text-decoration: none;
}

a {
    text-decoration: none;
}




.text-center {
    text-align: center;
}
.my-nav {
  background: #FA9291;
  border-radius: 0px; 
    z-index: 1000;
    padding: 13px 3em;
    /*width: 95%;
    margin: 2.5em auto 0em auto;
    padding: 10px;*/
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.my-nav img {
    height: 50px;
    width: auto;
}

.navbar {
    transition: all 0.4s;
}


.navbar .nav-link {
     color: #fff;
   font-size:100%;
  font-weight: 300;
font-family: 'Poppins', sans-serif;     
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
     color: #fff;
    text-decoration: none;
    font-size:100%;
  font-weight: 300;
 font-family: 'Poppins', sans-serif;
 
}

.navbar .navbar-brand {
     color: #fff;
}


.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
}



/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(255, 255, 255, 0.4);
    
}

.navbar.active .nav-link {
    color: #fff;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #fff;
}

.nav-btn button a {
    background: #FA9291;
    border: #fff  1px solid;
    border-radius: 0px;
    padding: 10px 12px;
    font-family: 'Poppins', sans-serif; 
    color:#fff;
}



.nav-btn button a:hover {
    /*background: #0059BE;
    border: #0059BE  1px solid;*/
    border-radius: 0px;
    padding: 10px 12px;
    font-family: 'Poppins', sans-serif;
     box-shadow: inset -4.3em 0 0 0 var(--hover), inset 4.3em 0 0 0 var(--hover);
    color:#fff!important;
    text-decoration: none;
}


.nav-btn button  {
    border: none;
    background-color: transparent;
}

/*.nav-btn a{
    font-family: 'Poppins', sans-serif; 
    color: #2b2b2b;
}*/



/*.nav-btn button a:hover {
    text-decoration: none;
    color:#fff;
}*/


.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #FA9291;
    border-bottom:#FA9291 2px solid;
}

.nav-btn {
  --color: #fff;
  --hover: #FA9291;
}


.btn:focus {
    outline-color: transparent;
    outline-style: none;
     box-shadow: none;
}


.btn:active {
    outline-color: transparent;
    outline-style: none;
     box-shadow: none;
}




/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background:#FA9291;;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #fff;
    }
}

/*****HOME SECTION******/




.showcase {
	height: 100vh;
    min-height: 550px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 0 20px;
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
     min-height: 550px;
	overflow: hidden;
	 background:url(../poster.jpg) repeat center top;
}

.video-container video {
	min-width: 100%;
	min-height: 100%;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.video-container:after {
	content: '';
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
}

.content {
	z-index: 2;
    margin-top: -85px!important;
}

.showcase h1{
   color:#fff;    
  font-size:6em;
 letter-spacing: 2px;
 font-family: 'Poppins', sans-serif;    
  margin-bottom:0;
    font-weight: 600;
    margin-top:10px;
    line-height: 0.9em;
}

.showcase h4{
   color:#fff;    
  font-size:3em;
 letter-spacing: 1px;
 font-family: 'Poppins', sans-serif;    
  margin-bottom:0;
    font-weight: 500;
    margin-top: 10px;
}

.showcase h5{
   color:#fff;    
  font-size:2.3em;
 letter-spacing: 1px;
 font-family: 'Poppins', sans-serif;     
  margin-bottom:0;
    font-weight: 400;
    margin-top:0px;
}






.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}


.hero-container {
   width: 86%;
    margin: 0 auto;
    height: 90vh;
    display: flex;
    align-items:center;
}



.my-btn-1 button {
    background:#34787B;
    padding: 13px 40px;
    border:none;
    border-radius: 0px;
    margin-top: 1em;
}


.my-btn-1 button:hover {
   padding: 13px 40px;
    border-radius: 0px;
    margin-top: 1em;
}


.my-btn-1 button img {
    width: 34px;
    height: auto;
}


.my-btn-1 button a {
    color: #fff;
    text-decoration: none;
     font-family: 'Poppins', sans-serif; 
    font-size: 100%;
}


.my-btn-1 button a:hover {
    color: #fff;
    text-decoration: none;
     font-family: 'Poppins', sans-serif; 
    font-size: 100%;
    opacity: 0.6;
    transition: 0.3s;
}






.my-btn-2 button {
    background:#FFF;
    padding: 20px 80px;
    border:none;
    border-radius: 0px;
    margin-top: 1em;
}


.my-btn-2 button:hover {
   padding: 20px 80px;
    border-radius: 0px;
    margin-top: 1em;
}


.my-btn-2 button img {
    width: 34px;
    height: auto;
}


.my-btn-2 button a {
    color:#34787B;
    text-decoration: none;
     font-family: 'Poppins', sans-serif; 
    font-size: 2em;
}


.my-btn-2 button a:hover {
    color: #34787B;
    text-decoration: none;
     font-family: 'Poppins', sans-serif; 
   font-size:2em;
    opacity: 0.6;
    transition: 0.3s;
}



.main-container {
    width:86%;
    margin: 3em auto 0 auto;
   
}


.my-line {
    width:120px;
    height: 12px;
    background:rgba(0,89,190,0.6);
    margin-top: 0.3em;
    margin-bottom: 0.7em;
}


.my-top {
    margin-top: 7em;
}

.my-top2 {
    margin-top: 3em;
}





.footer-logo img {
    width: 300px;
    height: auto;
    margin-bottom: 0.4em;
    border-radius: 4px;
}



.testimonal-wrapper-1 {
    background-color: #fff;
    padding: 2em;
}


.testimonal-wrapper-2 {
    border: #34787B solid  1px;
    padding:2.5em 3em;
}


.testimonal-wrapper {
     background: url(../images/testimonial-bg.jpg) repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    margin-bottom: 0px;
    padding: 5em;
    margin-top:7em;
}


.footer {
padding: 6rem 0;
 font-family: "Ubuntu", sans-serif;   
}
.footer .col-divider {
border-left: 1px solid #cbd5d1; /* light grey */
}

.footer-icon {
color: #8aa5a1; /* soft teal */
font-size: 1.2rem;
margin-right: 8px;
}

.footer a {
color: inherit;
text-decoration: none;
}


.footer p a {
text-decoration: none;
}


.footer a:hover {
text-decoration:none;
}


.footer-border {
    border-left: #000 1px solid;
}

.footer-border {
    border-right: #000 1px solid;
}

.icons-footer img {
    width: 60px;
    height: auto;
}

@media(max-width:1204px) {
 
    /*.my-nav {
  background: #fff;
  border-radius: 5px; 
    z-index: 1000;
    width: 98%;
    margin:2em auto 0em auto;
    padding: 10px 14px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
*/
    .nav-btn button{
        margin: 2em 0em!important;
    } 

  } 




@media(max-width:1024px) {
 

    .nav-btn button{
        margin: 2em 0em!important;
    } 
    
    
    
 .showcase h1{
   color:#fff;    
  font-size:5em;
 letter-spacing: 2px;
  font-family: "Ubuntu", sans-serif;   
  margin-bottom:0;
    font-weight: 700;
    margin-top:10px;
    line-height: 0.9em;
}

.showcase h4{
   color:#fff;    
  font-size:2.5em;
 letter-spacing: 3px;
 font-family: "Ubuntu", sans-serif;    
  margin-bottom:0;
    font-weight: 500;
    margin-top: 10px;
}

.showcase h5{
   color:#fff;    
  font-size:2em;
 letter-spacing: 1px;
 font-family: "Ubuntu", sans-serif;      
  margin-bottom:0;
    font-weight: 400;
    margin-top:0px;
}
   
    
 
.my-btn-1 button {
    background:#34787B;
   padding: 13px 25px;
    border:none;
    border-radius:0px;
    margin-top: 1em;
}


.my-btn-1 button:hover {
   
    padding: 13px 25px;
    border-radius: 0px;
    margin-top: 1em;
}


.my-btn-1 button img {
    width: 31px;
    height: auto;
}


.my-btn-1 button a {
    color: #fff;
    text-decoration: none;
     font-family: 'Poppins', sans-serif; 
    font-size: 100%;
}


.my-btn-1 button a:hover {
    color: #fff;
    text-decoration: none;
     font-family: 'Poppins', sans-serif; 
    font-size: 100%;
    opacity: 0.6;
    transition: 0.3s;
}
   

.main-container {
    width:86%;
    margin: 1em auto 0 auto;
   
}    
    
 
.my-line {
    width:140px;
    height: 10px;
    background:rgba(0,89,190,0.6);
    margin-top: 0.7em;
}
    
    


.my-top {
    margin-top: 4em;
}

.my-top2 {
    margin-top: 2em;
}
    
  
 
    

}


@media(max-width:720px){
 
   
   h1 {
 font-family: "Ubuntu", sans-serif;
    font-size: 2.4em;
    color:#34787B;
    font-weight: 500;
}
 
    
 h2 {
   font-family: "Ubuntu", sans-serif;
    font-size: 2.2em;
    font-weight: 500;
}   
    
    
h3 {
   font-family: "Ubuntu", sans-serif;
    font-size: 1.8em;
    font-weight: 500;
}

    
    
    

h4{
   font-family: "Ubuntu", sans-serif;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.2em;
}
    
   
.content h5 {
    font-family: "Ubuntu", sans-serif;
    color:#fff;
    font-weight:400;
    padding-top: 0.4em;
    letter-spacing: 0px;    
    }
    

h6 {
   font-family: 'Poppins', sans-serif;
    font-size: 0.9em;
    color:#fff;
    font-weight:500;
    padding-top: 0.4em;
    letter-spacing: 0px;
} 
     
    
    
 p {
	 font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.9rem;
	color: #0C213B;
}   
    
    
 .navbar img{
    height: 40px;
    width : auto;
}
    
    
    .showcase h1{
   color:#fff;    
  font-size:52px;
 letter-spacing: 1px;
 font-family: "Ubuntu", sans-serif;
  margin-bottom:0;
    font-weight: 600;
    margin-top:5px;
}

.showcase h4{
   color:#fff;    
  font-size:35px;
 letter-spacing: 3px;
font-family: "Ubuntu", sans-serif;
  margin-bottom:0;
    font-weight: 500;
    margin-top: 5px;
}

.showcase h5{
   color:#fff;    
  font-size:20px;
 letter-spacing: 1px;
 font-family: 'Poppins', sans-serif;
  margin-bottom:0;
    font-weight: 400;
    margin-top:5px;
}
    
 
.main-container {
    width:100%;
    margin: 3em auto 0 auto;
   
}
    
    
 

.my-line {
    width:130px;
    height: 7px;
    background:rgba(0,89,190,0.6);
    margin-top: 0.7em;
}
    
       

    
    
}


@media(max-width:320px) {
     
    
     .navbar img{
    height: 40px;
    width : auto;
}
    
 
 .showcase h1{
   color:#fff;    
  font-size:45px;
 letter-spacing: 1px;
 font-family: 'Poppins', sans-serif;
  margin-bottom:0;
    font-weight: 600;
    margin-top:5px;
}

 
    
    
}











.caurosel-content h5 {
 color:#34787B;
 font-family: "Ubuntu", sans-serif;
 font-weight: 500;
 font-size: 1.7rem;
}

.caurosel-content h6 {
 color:#34787B;
 font-family: "Ubuntu", sans-serif;
 font-weight: 500;
 font-size: 1.3em;
    
}

.caurosel-content p {
 color:#2b2b2b;
 font-family: 'Poppins', sans-serif;
 font-weight: 400;
 font-size: 1.2em;
    margin-top: 1.4em;
}



.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 9999px;
    cursor: pointer;
    background-color:#34787B;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}



.carousel-item-tes {
    height: 300px;
}


.carousel-indicators {
    bottom: -1px;
}









@media(max-width:1024px) {

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 9999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}



.carousel-item-tes {
    height: 300px;
}


.carousel-indicators {
    bottom: -1px;
}
   
}


/******WEDDINGS******/


.weddings-wrapper-1 {
    background-color: #34787B;
    padding: 3em;
    color:#fff;
    margin: 3em auto;
}

.weddings-wrapper-2 {
    border: #fff solid 1px;
    padding: 3em;
}


.weddings-wrapper-2 h2 {
    color: #fff;
    text-align: center;
}


.weddings-wrapper-2 h4 {
    color: #fff;
    font-weight: 300;
    line-height: 1.7em;
}



.event-icon img {
    width: 70px;
    height: auto;
}

.carousel-wrapper {
  position: relative;
}

.weddings-card {
    
  position: absolute;
  bottom: -5em;       /* adjust for vertical placement */
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 1rem 2rem;
  z-index: 10;
  text-align: center;
   width: 85%; 

}


.modal {
  overflow-y: hidden !important;  /* Prevents modal scroll creating a page scrollbar */
}

body.modal-open {
  overflow: hidden !important;    /* Ensures background scroll is locked */
}


#nora_ernest .modal-header,
#nora_ernest .modal-footer {
  background-color:#E9F2F3; 
  border: none;              /* optional: remove the border */
  color: #fff;
    
}


#nora_ernest .modal-content {
  background-color:#E9F2F3;  /* your custom color */
  color: #fff;               /* make text readable */
  padding: 1.5em;  
}

/*.card-carousel {
    position: relative!important;
}

.weddings-card {
    position: absolute;
    bottom: -10%;   
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    background-color: #fff;
    padding: 1em;
    z-index: 1000;
    text-align: center;
}*/


.moving-svg-1 {
  animation: moveUpDownn 5s ease-in-out infinite;
}

@keyframes moveUpDownn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}


.moving-svg-2 {
  animation: moveUpDownn 4s ease-in-out infinite;
}

@keyframes moveUpDownn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}




.nora-story-wrapper {
     /*background: url(../images/our-stroy-wrapper-min.jpg) repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;*/
    margin-bottom: 0px;
    padding: 2em 2em 2em 2em;
    margin-top:0em!important;
}



.my-slider-text {
   background-color: #FFF;
    width: 100%;
    margin: 0em auto;
    padding: 1em 0em;
    color:#002114;
    font-weight: 500;
     font-family: "Ubuntu", sans-serif;
	font-size: 4rem;
    
}



.nora-story-wrapper-inner p {
    text-align: left;
}



.story-top {
  position: relative;
  display: inline-block; /* keeps container size based on image */
     width: 100%;
    margin: 0 auto;
    margin-bottom: 0em!important;
}

.story-top img {
  width: 100%;
  height: auto;
  display: block;
}

.story-top-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
           /* make text visible */
  text-align: center;
  width: 100%;
  font-weight: bold;
}


.story-top-text h1 {
   color: #fff!important; 
    font-family: 'Aisyah', sans-serif;
    font-weight: 300;
    font-size: 8em;
}

.story-top-text h3 {
   color: #fff!important;
    font-weight: 400;
    font-size: 2.3em;
}

.story-top-text h4 {
   color: #fff!important; 
    font-weight: 400;
}



.faq {
  width:100%;
    
}
.faq .accordion-item {
  padding: 10px;
  margin-bottom: 12px;
width:100%;
 font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	color: #0C213B;    
}
.faq .accordion-button {
  font-weight: 500;
  font-size: 1.2rem;
    width:100%;
}
.faq  .accordion-button:focus {
  z-index: 3;
  border-color: initial;
  outline: 0;
  box-shadow: initial;
    width:100%;
}
.faq .accordion-button:not(.collapsed) {
  color: #FA9291;
  background: #fff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    width:100%;
}
.faq .accordion-button:not(.collapsed)::after {
  filter: invert(100%);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(.7) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}



@media (max-width: 991.98px) { 
    
    
   .nora-story-wrapper {
     /*background: url(../images/our-stroy-wrapper-min.jpg) repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;*/
    margin-bottom: 0px;
    padding: 2em 1em 2em 1em;
    margin-top:0em!important;
} 
    
    
    
   .story-top-text h1 {
   color: #fff!important; 
    font-family: 'Aisyah', sans-serif;
    font-weight: 300;
    font-size: 5.5em;
}

.story-top-text h3 {
   color: #fff!important;
    font-weight: 400;
    font-size: 2em;
}

.story-top-text h4 {
   color: #fff!important; 
    font-weight: 400;
}
 
    

.my-btn-2 button {
    background:#FFF;
    padding: 15px 60px;
    border:none;
    border-radius: 0px;
    margin-top: 0.5em;
}


.my-btn-2 button:hover {
   padding: 15px 60px;
    border-radius: 0px;
    margin-top: 0.5em;
}


.my-btn-2 button img {
    width: 34px;
    height: auto;
}


.my-btn-2 button a {
    color:#34787B;
    text-decoration: none;
     font-family: 'Poppins', sans-serif; 
    font-size: 1.8em;
}


.my-btn-2 button a:hover {
    color: #34787B;
    text-decoration: none;
     font-family: 'Poppins', sans-serif; 
   font-size:1.8em;
    opacity: 0.6;
    transition: 0.3s;
}

    
}





@media (max-width: 575.98px) { 
    

    
    
  .story-top-text h1 {
   color: #fff!important; 
    font-family: 'Aisyah', sans-serif;
    font-weight: 300;
    font-size: 2em;
}

.story-top-text h3 {
   color: #fff!important;
    font-weight: 400;
    font-size: 1em;
    line-height: normal;
}  
 
    
.my-btn-2 button {
    background:#FFF;
    padding: 10px 50px;
    border:none;
    border-radius: 0px;
    margin-top: 0.2em;
}    
 
    
.my-btn-2 button:hover {
   padding: 10px 50px;
    border-radius: 0px;
    margin-top: 0.2em;
}


.my-btn-2 button img {
    width: 34px;
    height: auto;
}


.my-btn-2 button a {
    color:#34787B;
    text-decoration: none;
     font-family: 'Poppins', sans-serif; 
    font-size: 1em;
}


.my-btn-2 button a:hover {
    color: #34787B;
    text-decoration: none;
     font-family: 'Poppins', sans-serif; 
   font-size:1em;
    opacity: 0.6;
    transition: 0.3s;
}    
    
 .faq .accordion-button {
  font-weight: 500;
  font-size: 1.2rem;
    width:100%;
} 
    
    
 .weddings-wrapper-1 {
    background-color: #34787B;
    padding: 1em;
    color:#fff;
    margin: 3em auto;
}

.weddings-wrapper-2 {
    border: #fff solid 1px;
    padding: 3em 0.5em;
}
    
    
.weddings-wrapper-2 h2 {
    color: #fff;
    text-align: center;
}     
   
.weddings-wrapper-2 h4 {
    color: #fff;
    font-weight: 300;
    line-height: 1em;
} 
    
}



@media (max-width: 380px)  {
    
    
  .story-top-text h1 {
   color: #fff!important; 
    font-family: 'Aisyah', sans-serif;
    font-weight: 300;
    font-size: 2em;
}

.story-top-text h3 {
   color: #fff!important;
    font-weight: 400;
    font-size: 1em;
    line-height: normal;
}  
    
    
.my-btn-2 button {
    background:#FFF;
    padding: 10px 40px;
    border:none;
    border-radius: 0px;
    margin-top: 0.2em;
}    
 
    
.my-btn-2 button:hover {
   padding: 5px 5px;
    border-radius: 0px;
    margin-top: 0.2em;
}


.my-btn-2 button img {
    width: 34px;
    height: auto;
}


.my-btn-2 button a {
    color:#34787B;
    text-decoration: none;
     font-family: 'Poppins', sans-serif; 
    font-size: 1em;
}


.my-btn-2 button a:hover {
    color: #34787B;
    text-decoration: none;
     font-family: 'Poppins', sans-serif; 
   font-size:1em;
    opacity: 0.6;
    transition: 0.3s;
}    
    
.faq .accordion-button {
  font-weight: 500;
  font-size: 1.1rem;
    width:100%;
}    
    
}