:root{
    --bg_color: #eb9d9b ;
}


@font-face {
    font-family: Founder;
    src: url(FoundersGroteskCondensed-Bold.ttf);
}

@font-face {
    font-family: CardinalR;
    src: url(cardinalfruitweb-regular.ttf);
}

@font-face {
    font-family: Cardinali;
    src: url(cardinalfruitweb-italic.ttf);
}
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body{
    width: 100%;
    height: 100%;

}

.main-p{
    width: 100%;
    height: 100vh;
    background-color: rgb(61, 61, 61);
}

#main{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#top{
    position: absolute;
    top: 0%;
    width: 100%;
    height: 50vh;
    background-color: var(--bg_color);
    z-index: 9;
    overflow: hidden;
    
    background-color: #eb9d9b;
    background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-light.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    background-size: cover;
}

#top::after{
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
}

#top::before{
    content: '';
    width: 300px;
    height: 228px;
    /* background: url('../images/logo salon gold.png'); */
    border-radius: 50px 50px 0 0 ; /* rotunjim doar partea de sus */    
    position: absolute;
    left: 50%;
    bottom: 0;
    background-size: cover;
    transform: translate(-50%,0%);
    /* background-image: url('../1.png');   */

}
#bottom::before {
    content: '';
    width: 300px;
    height: 150px;
    /* background: url('../images/logo salon gold.png'); */
    border-radius: 0 0 50px 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
    background-size: cover;
    background-position: bottom;
}

    


#center{
    position: relative;
    width: 100%;
    height: 100vh;
    transform-origin: center;
    transition: all cubic-bezier(0.19, 1, 0.22, 1)1s;
    overflow: hidden;
    background: url("../images/mobile_bg.png"); 
    background-size: cover;
    background-position: center;
}


#bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50vh;
    background-color: var(--bg_color);
    overflow: hidden;

background-color: #eb9d9b;
    background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-light.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    background-position: bottom;
    background-size: cover;
}

#bottom::after{
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
}
#date{
    font-family: "Alex Brush", cursive;
    font-size: 2.1rem;
    font-weight: 400;
}







#main h1{
    font-size: 85vw;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 100;
    z-index: 9999;
    font-family: "Dosis", sans-serif;
}


#top-h1{
    top: 100%!important;
    left: 10px;
}

#bottom-h1{
    top: 0% !important;
}

.content{
    margin-top: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    color: #fff;
    gap: 4vh;
}

.content h4{
    font-weight: 100;
    font-family: "Parisienne", cursive;


}

.content h3{
    width: 60%;
    font-size: 0vw;
    font-family: "Parisienne", cursive;

    text-align: center;
    font-weight: 100;
}

.content .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7vw;
    height: 2vw;
    border-radius: 50px;
    background-color: #fff;
    color: #0d0d0d;
    font-family: "Parisienne", cursive;

}

.content h2{
    font-size: 0vw;
    font-family: "Parisienne", cursive;
    font-weight: 100;color: wheat;

}


.content::before{
    content: '';
    width: 100%;
    height: 150px;
    /* background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); */
    position: relative;
    bottom: 0;
    position: fixed;
}

.text_n{
    width: 100%;
    height: 40px;
    text-align: center;
    font-family: "Clicker Script", cursive;
    font-size: 3rem;
    color: #ff847c;
}
.container {
    display:flex;
    justify-content:center;
    align-items:center;
    width: 100vw;
    max-width: 100%;
    font-size: 7vw;
    font-weight: 100;
  }
  
#nunta1, #nunta2{
    text-shadow: -3px 0px 8px #000000;
}



.text-anim{
    color: #fff;
    
    max-width: 50%;
  }
  
  h1 div {
    display:inline-block;
  }


.box{
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box span{
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;
}

.box span:nth-child(2)
{
	animation-delay: -0.2s;
}

.box span:nth-child(3)
{
	animation-delay: -0.4s;
}
.invite{
    width: 100%;
    height: 100vh;
    background-color: white;
}

.invite .text{
    width: 100%;
    height: auto;
    padding-top: 120px;
    text-align: center;
    font-family: "Alex Brush", cursive;
    font-size: 1.5rem;
    color: rgb(153, 149, 105);
}




@keyframes animate{
	
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(20px, 20px);
	}
}

@import url('https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Sail:400&display=swap'); 
@font-face { 
  font-family:'themify';
  src:url('https://wpocean.com/html/tf/habibi/assets/fonts/themify.eot?-fvbane');
  src:url('https://wpocean.com/html/tf/habibi/assets/fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('https://wpocean.com/html/tf/habibi/assets/fonts/themify.woff?-fvbane') format('woff'),
		url('https://wpocean.com/html/tf/habibi/assets/fonts/themify.ttf?-fvbane') format('truetype'),
		url('https://wpocean.com/html/tf/habibi/assets/fonts/themify.svg?-fvbane#themify') format('svg');
  font-weight:normal;
  font-style:normal;
} 
  
@media (prefers-reduced-motion: no-preference){ 
    :root { 
      scroll-behavior: smooth;
    } 
  }     
  
  :root { 
      scroll-behavior: unset;
  } 
  
  .section-padding { 
      padding: 50px 0;
  } 
  
  /* .wpo-couple-section-s3 { 
      padding: 120px 100px 180px;
  }  */
  


  @media only screen and (min-width: 600px) {
    #mobilestart{
        padding-top: 0px;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    #mx{
        padding-top: 0!important;

    }
}





  @media (max-width: 1700px){ 
    .wpo-couple-section-s3 { 
      /* padding: 0px 30px; */
    } 
  }     
  
  *,:after,:before { 
      box-sizing: border-box;
  } 
  
  .container-fluid { 
      width: 100%; 
      padding-right: var(--bs-gutter-x,.75rem); 
      padding-left: var(--bs-gutter-x,.75rem); 
      margin-right: auto; 
      margin-left: auto;
  } 
  
  .clearfix:after { 
      display: block; 
      clear: both; 
      content: "";
  } 
  
  .row { 
      --bs-gutter-x: 1.5rem; 
      --bs-gutter-y: 0; 
      display: flex; 
      flex-wrap: wrap; 
      margin-top: calc(var(--bs-gutter-y) * -1); 
      margin-right: calc(var(--bs-gutter-x)/ -2); 
      margin-left: calc(var(--bs-gutter-x)/ -2);
  } 
  
  .align-items-center { 
      align-items: center!important;
  } 
  
  .row > *  { 
      flex-shrink: 0; 
      width: 100%; 
      max-width: 100%; 
      padding-right: calc(var(--bs-gutter-x)/ 2); 
      padding-left: calc(var(--bs-gutter-x)/ 2); 
      margin-top: var(--bs-gutter-y);
  } 
  
  .col { 
      flex: 1 0 0%;
  } 
  
  .col-12 { 
      flex: 0 0 auto; 
      width: 100%;
  } 
  
  @media (min-width: 992px){ 
    .col-lg-4 { 
      flex: 0 0 auto; 
      width: 33.3333333333%;
    } 
  }     
  
  @media (min-width: 1200px){ 
    .col-xl-3 { 
      flex: 0 0 auto; 
      width: 25%;
    } 
  }     
  
  @media (min-width: 991px){ 
    .wpo-couple-section-s3 .col  { 
      padding: 0;
    } 
  }     
  
  @media (min-width: 1200px){ 
    .col-xl-6 { 
      flex: 0 0 auto; 
      width: 50%;
    } 
  }     





  .fadeInLeftSlow { 
      -webkit-animation-name: fadeInLeftSlow; 
      animation-name: fadeInLeftSlow;
  } 
  
  .wow { 
      visibility: hidden;
  } 
  
  .wpo-couple-section-s3 .text-grid  { 
      text-align: center;
  } 
  
  .fadeInUp { 
      -webkit-animation-name: fadeInUp; 
      animation-name: fadeInUp;
  } 
  
  .wpo-couple-section-s3 .middle-couple-pic  { 
      width: 290px; 
      height: auto; 
      margin: 0 auto; 
      position: relative; 
      display: -webkit-box; 
      display: -ms-flexbox; 
      display: flex; 
      -webkit-box-pack: center; 
      -ms-flex-pack: center; 
      justify-content: center; 
      -webkit-box-orient: vertical; 
      -webkit-box-direction: normal; 
      -ms-flex-direction: column; 
      flex-direction: column; 
      padding: 20px; 
      -webkit-box-shadow: 0px 0px 6.1px 3.9px rgba(28, 31, 86, 0.06); 
      box-shadow: 0px 0px 6.1px 3.9px rgba(28, 31, 86, 0.06); 
      background: #fff; 
      border-radius: 50%;
      margin-bottom: 30px;
  } 
  
  .fadeInRightSlow { 
      -webkit-animation-name: fadeInRightSlow; 
      animation-name: fadeInRightSlow;
  } 
  
  .wpo-couple-section-s3 .text-grid .vector  { 
      -webkit-animation: vector-animation 6s infinite; 
      animation: vector-animation 6s infinite;
  } 
  
  h3 { 
      margin-top: 0; 
      margin-bottom: .5rem; 
      font-weight: 500; 
      line-height: 1.2;
  } 
  
  h3 { 
      font-size: calc(1.3rem + .6vw);
  } 
  
  @media (min-width: 1200px){ 
    h3 { 
      font-size: 1.75rem;
    } 
  }     
  
  h3 { 
      color: #101010; 
      font-family: "Sail", cursive; 
      font-weight: 400;
  } 
  
  .wpo-couple-section-s3 .text-grid h3  { 
      font-size: 40px; 
      font-style: normal; 
      font-weight: 400; 
      line-height: normal; 
      margin: 20px 0;
  } 
  
  p { 
      margin-top: 0; 
      margin-bottom: 1rem;
  } 
  
  p { 
      font-size: 18px; 
      color: #5C5C5C; 
      line-height: 1.8em;
  } 
  
  .wpo-couple-section-s3 .text-grid p  { 
      font-size: 18px; 
      font-style: normal; 
      font-weight: 400; 
      line-height: 155%;
  } 
  
  .wpo-couple-section-s3 .middle-couple-pic .middle-couple-pic-inner  { 
      border-radius: 50%; 
      overflow: hidden;
  } 
  
  .wpo-couple-section-s3 .middle-couple-pic .couple-flower  { 
      position: absolute;
      left: 0;
      bottom: -60px;
      left: 31px;
      /* transform: rotate(-8deg); */
  } 
  
  img { 
      vertical-align: middle;
  } 
  
  img { 
      max-width: 100%;
  } 
  
  ul { 
      padding-left: 2rem;
  } 
  
  ul { 
      margin-top: 0; 
      margin-bottom: 1rem;
  } 
  
  ul { 
      padding-left: 0; 
      margin: 0;
  } 
  
  .wpo-couple-section-s3 ul  { 
      list-style: none; 
      overflow: hidden; 
      padding-top: 15px; 
      -webkit-box-pack: center; 
      -ms-flex-pack: center; 
      justify-content: center; 
      display: -webkit-box; 
      display: -ms-flexbox; 
      display: flex;
  } 
  
  .wpo-couple-section-s3 .middle-couple-pic .middle-couple-pic-inner img  { 
      width: 100%; 
      height: 100%; 
      border-radius: 50%; 
  } 
  
  .wpo-couple-section-s3 ul li  { 
      float: left;
  } 
  
  .wpo-couple-section-s3 ul > li + li { 
      margin-left: 25px;
  } 
  
  .wpo-couple-section-s3 ul > li + li, .wpo-couple-section-s4 ul > li + li, .wpo-couple-section-s5 ul > li + li, .wpo-couple-section-s6 ul > li + li, .wpo-couple-section-s7 ul > li + li { 
      margin-left: 25px;
  } 
  
  a { 
      color: #0d6efd; 
      text-decoration: underline;
  } 
  
  a { 
      text-decoration: none; 
      -webkit-transition: all 0.2s; 
      transition: all 0.2s;
  } 
  
  .wpo-couple-section-s3 ul li a  { 
      display: block; 
      text-align: center; 
      color: #657150;
  } 
  
  a:hover { 
      color: #0a58ca;
  } 
  
  a:hover { 
      text-decoration: none;
  } 
  
  .wpo-couple-section-s3 ul li a:hover { 
      color: #657150;
  } 
  
  .wpo-couple-section-s3 ul li a:hover, .wpo-couple-section-s4 ul li a:hover, .wpo-couple-section-s5 ul li a:hover, .wpo-couple-section-s6 ul li a:hover, .wpo-couple-section-s7 ul li a:hover { 
      color: #657150;
  } 
  
  [class^="ti-"] { 
      font-family: 'themify'; 
      speak: none; 
      font-style: normal; 
      font-weight: normal; 
      font-variant: normal; 
      text-transform: none; 
      line-height: 1; 
      -webkit-font-smoothing: antialiased; 
      -moz-osx-font-smoothing: grayscale;
  } 
  
  .ti-facebook:before { 
      content: "\e741";
  } 
  
  .ti-twitter-alt:before { 
      content: "\e74b";
  } 
  
  .ti-instagram:before { 
      content: "\e73d";
  } 
  
  
  @keyframes fadeInLeftSlow { 
    0% {  
        opacity: 0; 
        -webkit-transform: translate3d(-5%, 0, 0); 
        transform: translate3d(-5%, 0, 0); 
        opacity: 0; 
        transform: translate3d(-5%, 0px, 0px); 
    }  
    100% {  
        opacity: 1; 
        -webkit-transform: translate3d(0, 0, 0); 
        transform: translate3d(0, 0, 0); 
        opacity: 1; 
        transform: translate3d(0px, 0px, 0px); 
    }  
  
  } 
  @keyframes fadeInUp { 
    0% {  
        opacity: 0; 
        -webkit-transform: translate3d(0, 100%, 0); 
        transform: translate3d(0, 100%, 0); 
        opacity: 0; 
        transform: translate3d(0px, 100%, 0px); 
    }  
    100% {  
        opacity: 1; 
        -webkit-transform: none; 
        transform: none; 
        opacity: 1; 
        transform: none; 
    }  
  
  } 
  @keyframes fadeInRightSlow { 
    0% {  
        opacity: 0; 
        -webkit-transform: translate3d(5%, 0, 0); 
        transform: translate3d(5%, 0, 0); 
        opacity: 0; 
        transform: translate3d(5%, 0px, 0px); 
    }  
    100% {  
        opacity: 1; 
        -webkit-transform: translate3d(0, 0, 0); 
        transform: translate3d(0, 0, 0); 
        opacity: 1; 
        transform: translate3d(0px, 0px, 0px); 
    }  
  
  } 
  @keyframes vector-animation { 
    0% {  
        opacity: 1; 
        opacity: 1; 
    }  
    20% {  
        opacity: .3; 
        opacity: 0.3; 
    }  
    50% {  
        opacity: .5; 
        opacity: 0.5; 
    }  
    70% {  
        opacity: .7; 
        opacity: 0.7; 
    }  
    90% {  
        opacity: .8; 
        opacity: 0.8; 
    }  
    100% {  
        opacity: 1; 
        opacity: 1; 
    }  
  
  } 
  @keyframes kenburn { 
    0% {  
        -webkit-transform: scale3d(1, 1, 1); 
        transform: scale3d(1, 1, 1); 
        transform: scale3d(1, 1, 1); 
    }  
    100% {  
        -webkit-transform: scale3d(1.3, 1.3, 1.3); 
        transform: scale3d(1.3, 1.3, 1.3); 
        transform: scale3d(1.3, 1.3, 1.3); 
    }  
  
  } 
  /* These were inline style tags. Uses id+class to override almost everything */
  #style-paJih.style-paJih {  
     visibility: visible;  
      animation-duration: 800ms;  
      animation-name: fadeInLeftSlow;  
  }  
  #style-wIXYs.style-wIXYs {  
     visibility: visible;  
      animation-duration: 1000ms;  
      animation-name: fadeInUp;  
  }  
  #style-EYotG.style-EYotG {  
     visibility: visible;  
      animation-duration: 800ms;  
      animation-name: fadeInRightSlow;  
  }  
  
  .preview-section-title{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    text-align: center  ;
  }
  .preview-section-title div img{
    width: 140px;
    height: auto;
    display: inline;
    margin-bottom: -20px;
  }
.preview-section-title h2 {
    font-family: "Sail", system-ui;
    text-align: center;
   
  }
  .text_s{
    background-color: rgb(245, 245, 245);
  }

  .coint_text{
    width: 100%;
    padding: 20px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .coint_text h3{
    font-family: "Sail", system-ui;
    text-align: center;
    font-weight: 100;
  }

.spx{
    font-size: 1rem;
    text-align: center;
    padding-top: 5px!important;
    color: #5C5C5C;
}

.cloudw{
    width: 100%;
    height: auto;
    background-color: white;
    background-size: cover;
    background-position: top;
    background-attachment: scroll !important;
}

.clock{
    width: 170px;
    height: 170px;
    background: url('../images/rose_finish.png');
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.cloud-x{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.color_text{
    color: rgb(219, 170, 170);
}


.text-cl{
    /* margin-left: 30px; */
    color: red;
}


.cloudw h2 {
    font-family: "Sail", system-ui;
    text-align: center;
    padding-top: 50px;
   
  }


.gcha{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}




















.imagessection{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imagessection img{
    width: 300px;
    height: auto;
}





.wpo-story-item  { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    /*! padding-top: 180px; */
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
} 


.wpo-story-content  { 
    -ms-flex-preferred-size: 50%; 
    flex-basis: 50%; 
    position: relative; 
    max-width: 450px;
    height: 300px;
} 

.zoomIn { 
    -webkit-animation-name: zoomIn; 
    animation-name: zoomIn;
} 

.wow { 
    visibility: hidden;
} 

.wpo-story-img-wrap .wpo-story-img  { 
    padding: 20px; 
    margin: 0 auto; 
    max-width: 340px;
    border: 1px solid rgb(122, 122, 122);
    margin-right: 15px;
} 

@media (max-width: 1199px){ 
  .wpo-story-img-wrap .wpo-story-img  { 
    max-width: 260px;
  } 
}     

.wpo-story-img-wrap .wpo-img-shape  { 
    position: absolute; 
    width: 100%; 
    left: 50%; 
    top: 50%; 
    z-index: -11; 
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);
} 

.fadeInRightSlow { 
    -webkit-animation-name: fadeInRightSlow; 
    animation-name: fadeInRightSlow;
} 

.wpo-story-content .wpo-story-content-inner  { 
    position: relative;
} 

img { 
    vertical-align: middle;
} 

img { 
    max-width: 100%;
} 

.wpo-story-content .wpo-story-content-inner span  { 
    font-style: normal; 
    font-size: 18px; 
    font-weight: 400; 
    color: #C8A898; 
    margin-bottom: 10px; 
    display: block;
} 

@media (max-width: 1199px){ 
  .wpo-story-content .wpo-story-content-inner span  { 
    margin-bottom: 10px;
  } 
}     

h2 { 
    margin-top: 0; 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2;
} 

h2 { 
    font-size: calc(1.325rem + .9vw);
} 

h2 { 
    color: #101010; 
    font-family: "Sail", cursive; 
    font-weight: 400;
} 

.wpo-story-content .wpo-story-content-inner h2  { 
    font-size: 40px; 
    font-style: normal; 
    font-weight: 400; 
    margin-bottom: 20px;
} 

@media (max-width: 1199px){ 
  .wpo-story-content .wpo-story-content-inner h2  { 
    margin-bottom: 20px; 
    font-size: 25px; 
    line-height: 36px;
  } 
}     

p { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

p { 
    font-size: 18px; 
    color: #000000; 
    line-height: 1.8em;
} 

.wpo-story-content .wpo-story-content-inner p  { 
    font-size: 18px; 
    font-style: normal; 
    font-weight: 400; 
    line-height: 30px; 
    color: #5C5C5C; 
    margin-bottom: 0;
} 

@media (max-width: 1399px){ 
  .wpo-story-content .wpo-story-content-inner p  { 
    font-size: 18px;
  } 
}     

.waza-button{
    border: none;
    padding: 10px 25px;
    background-color: var(--bg_color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: #000000;
}

.waza-button i{
    font-size: 28px;
    color: #ffffff;
}
.waza-button a{
    text-decoration: none;
    font-size: 18px;
    color: white;

}

@keyframes zoomIn { 
  0% {  
      opacity: 0; 
      -webkit-transform: scale3d(.3, .3, .3); 
      transform: scale3d(.3, .3, .3); 
      opacity: 0; 
      transform: scale3d(0.3, 0.3, 0.3); 
  }  
  50% {  
      opacity: 1; 
      opacity: 1; 
  }  

} 
@keyframes fadeInRightSlow { 
  0% {  
      opacity: 0; 
      -webkit-transform: translate3d(5%, 0, 0); 
      transform: translate3d(5%, 0, 0); 
      opacity: 0; 
      transform: translate3d(5%, 0px, 0px); 
  }  
  100% {  
      opacity: 1; 
      -webkit-transform: translate3d(0, 0, 0); 
      transform: translate3d(0, 0, 0); 
      opacity: 1; 
      transform: translate3d(0px, 0px, 0px); 
  }  

} 
/* These were inline style tags. Uses id+class to override almost everything */
#style-UA5Hk.style-UA5Hk {  
   visibility: visible;  
    animation-duration: 1000ms;  
    animation-name: zoomIn;  
}  
#style-bLJ1A.style-bLJ1A {  
   visibility: visible;  
    animation-duration: 1700ms;  
    animation-name: fadeInRightSlow;  
}  





@media only screen and (min-width: 600px) {
   

    .clock{
        width: 255px;
        height: 255px;
        gap: 50px;
       
    }
    .txt_{
        max-width: 400px;
        justify-content: center;
        align-items: center;
        display: flex;
      }
    #top {
      background-size: contain;
      background-repeat: repeat;
      background-size: 700px;
    }
    #bottom {
        background-size: 500px;
        background-repeat: repeat;
        background-position: right bottom; 
    }

    #main h1{

        font-size: 22vw;
       
    }

#center{
    background: url("../images/bg_desk.jpg"); 
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

}

















.wpo-hero-wedding-date { 
    text-align: center; 
    padding-bottom: 0; 
    background: #fff; 
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); 
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); 
    max-width: 1000px; 
    margin: 0 auto; 
    padding: 20px; 
    position: relative; 
    background: url('../images/image00005.jpeg');
    background-position: center;
    background-size: cover;

} 


.wpo-hero-wedding-date .wpo-wedding-date-inner  { 
    padding: 40px 60px 30px 60px; 
    border: 1px solid #B3B3B3; 
    color: #C8A898; 
    overflow: hidden;
} 

    .wpo-hero-wedding-date .shape-1  { 
        position: absolute; 
        left: -137px; 
        top: -120px; 
        z-index: 1;
    } 

.wpo-hero-wedding-date .shape-2  { 
    position: absolute; 
    right: -224px; 
    bottom: -100px; 
    z-index: 1;
} 

.fadeInUp { 
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp;
} 

.wow { 
    visibility: hidden;
} 

.wpo-hero-wedding-date span  { 
    font-size: 30px; 
    font-style: normal; 
    font-weight: 400; 
    line-height: normal;
} 

.wpo-hero-wedding-date h2  { 
    font-size: 100px; 
    font-style: normal; 
    font-weight: 400; 
    line-height: normal; 
    text-align: center; 
    margin-bottom: 20px;
} 

.wpo-hero-wedding-date p  { 
    font-weight: 400; 
    font-size: 25px; 
    line-height: 36px; 
    text-align: center;
} 




.row > *  { 
    flex-shrink: 0; 
    width: 100%; 
    max-width: 100%; 
    padding-right: calc(var(--bs-gutter-x)/ 2); 
    padding-left: calc(var(--bs-gutter-x)/ 2); 
    margin-top: var(--bs-gutter-y);
} 

.col { 
    flex: 1 0 0%;
} 

.wpo-hero-wedding-date #clock  { 
    overflow: hidden; 
    text-align: center; 
    display: inline-block; 
} 


@keyframes fadeInUp { 
  0% {  
      opacity: 0; 
      -webkit-transform: translate3d(0, 100%, 0); 
      transform: translate3d(0, 100%, 0); 
      opacity: 0; 
      transform: translate3d(0px, 100%, 0px); 
  }  
  100% {  
      opacity: 1; 
      -webkit-transform: none; 
      transform: none; 
      opacity: 1; 
      transform: none; 
  }  

} 
/* These were inline style tags. Uses id+class to override almost everything */
#style-U9OvH.style-U9OvH {  
   visibility: visible;  
    animation-duration: 800ms;  
    animation-name: fadeInUp;  
}  
#style-TZ77N.style-TZ77N {  
   visibility: visible;  
    animation-duration: 1000ms;  
    animation-name: fadeInUp;  
}  
#style-8JFkR.style-8JFkR {  
   visibility: visible;  
    animation-duration: 1200ms;  
    animation-name: fadeInUp;  
}  
#style-HyTc3.style-HyTc3 {  
   visibility: visible;  
    animation-duration: 1400ms;  
    animation-name: fadeInUp;  
}  
#style-KrgSD.style-KrgSD {  
   visibility: visible;  
    animation-duration: 1600ms;  
    animation-name: fadeInUp;  
}  


.st1{
    width: 100%;
    height: auto;
    background-color: white;
    padding: 50px;
    text-align: center;

}




@media (prefers-reduced-motion: no-preference){ 
    :root { 
      scroll-behavior: smooth;
    } 
  }     
  
  :root { 
      scroll-behavior: unset;
  } 
  
  .wpo-story-item:first-child  { 
      padding-top: 20px;
  } 
  
  *,:after,:before { 
      box-sizing: border-box;
  } 
  
  .wpo-contact-section { 
      position: relative; 
      z-index: 1; 
      overflow: hidden; 
      padding-top: 20px;
  } 
  
  .wpo-contact-section .bottom-bg  { 
      position: absolute; 
      left: 0; 
      bottom: 0; 
      z-index: -1; 
      width: 100%;
  } 
  
  .wow { 
      visibility: hidden;
  } 
  
  svg { 
      vertical-align: middle;
  } 
  
  .wpo-contact-section .bottom-bg svg  { 
      width: 100%; 
      height: 634px;
  } 
  
  @media (max-width: 1700px){ 
    .wpo-contact-section .bottom-bg svg  { 
      height: 555px;
    } 
  }     
  
  .wpo-contact-section .bottom-bg .shape-1  { 
      position: absolute; 
      left: 0; 
      bottom: 10px; 
      -webkit-animation: bounce 3s linear infinite; 
      animation: bounce 3s linear infinite;
  } 
  
  .fadeInUp { 
      -webkit-animation-name: fadeInUp; 
      animation-name: fadeInUp;
  } 
  
  .wpo-contact-section .bottom-bg .shape-2  { 
      position: absolute; 
      left: 68px; 
      bottom: -25px;
  } 
  
  .wpo-contact-section .bottom-bg .shape-3  { 
      position: absolute; 
      left: 27%; 
      bottom: -25px;
  } 
  
  .animated { 
      -webkit-animation-duration: 1s; 
      animation-duration: 1s; 
      -webkit-animation-fill-mode: both; 
      animation-fill-mode: both;
  } 
  
  .wpo-contact-section .bottom-bg .shape-4  { 
      position: absolute; 
      left: 65%; 
      bottom: 0; 
      -webkit-animation: bounce 3s linear infinite; 
      animation: bounce 3s linear infinite;
  } 
  
  .wpo-contact-section .bottom-bg .shape-5  { 
      position: absolute; 
      right: 15%; 
      bottom: 0;
  } 
  
  .wpo-contact-section .bottom-bg .shape-6  { 
      position: absolute; 
      right: 0; 
      bottom: 0;
  } 
  
  img { 
      vertical-align: middle;
  } 
  
  img { 
      max-width: 100%;
  } 
  
  .row > *  { 
      flex-shrink: 0; 
      width: 100%; 
      max-width: 100%; 
      padding-right: calc(var(--bs-gutter-x)/ 2); 
      padding-left: calc(var(--bs-gutter-x)/ 2); 
      margin-top: var(--bs-gutter-y);
  } 
  
  .col { 
      flex: 1 0 0%;
  } 
  
  .col-12 { 
      flex: 0 0 auto; 
      width: 100%;
  } 
  
  @media (min-width: 768px){ 
    .col-md-6 { 
      flex: 0 0 auto; 
      width: 50%;
    } 
  }     
  
  @media (min-width: 992px){ 
    .col-lg-6 { 
      flex: 0 0 auto; 
      width: 50%;
    } 
  }     
  
  @media (min-width: 1200px){ 
    .col-xl-4 { 
      flex: 0 0 auto; 
      width: 33.3333333333%;
    } 
  }     
  
  .row { 
      --bs-gutter-x: 1.5rem; 
      --bs-gutter-y: 0; 
      display: flex; 
      flex-wrap: wrap; 
      margin-top: calc(var(--bs-gutter-y) * -1); 
      margin-right: calc(var(--bs-gutter-x)/ -2); 
      margin-left: calc(var(--bs-gutter-x)/ -2);
  } 
  
  .justify-content-center { 
      justify-content: center!important;
  } 
  
  .container-fluid { 
      width: 100%; 
      padding-right: var(--bs-gutter-x,.75rem); 
      padding-left: var(--bs-gutter-x,.75rem); 
      margin-right: auto; 
      margin-left: auto;
  } 
  
  .wpo-contact-section .wpo-contact-section-wrapper  { 
      position: relative; 
      margin: 0 auto; 
      background-color: #fff; 
      border: 1px solid #E0E0E0; 
      z-index: 1; 
      max-width: 530px;
  } 
  
  .wpo-contact-section .wpo-contact-section-wrapper::before, .wpo-contact-section-s2 .wpo-contact-section-wrapper::before, .wpo-contact-section-s3 .wpo-contact-section-wrapper::before, .wpo-contact-section-s4 .wpo-contact-section-wrapper::before, .wpo-contact-section-s5 .wpo-contact-section-wrapper::before, .wpo-contact-section-s6 .wpo-contact-section-wrapper::before, .wpo-contact-section-s7 .wpo-contact-section-wrapper::before, .wpo-contact-section-s8 .wpo-contact-section-wrapper::before { 
      position: absolute; 
      left: -4%; 
      top: -20px; 
      width: 108%; 
      height: 198px; 
      background: rgb(252, 207, 207); 
      content: ""; 
      z-index: -1;
  } 
  
  .wpo-section-title { 
      margin-bottom: 60px; 
      text-align: center;
  } 
  
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title  { 
      padding: 30px 0; 
      background: #f8f8f7; 
      position: relative; 
      z-index: 1; 
      margin-bottom: 20px;
  } 
  
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area  { 
      padding: 80px 40px; 
      position: relative; 
      z-index: 99; 
      padding-top: 0;
  } 
  
  h2 { 
      margin-top: 0; 
      margin-bottom: .5rem; 
      font-weight: 500; 
      line-height: 1.2;
  } 
  
  h2 { 
      font-size: calc(1.325rem + .9vw);
  } 
  
  @media (min-width: 1200px){ 
    h2 { 
      font-size: 2rem;
    } 
  }     
  
  h2 { 
      color: #101010; 
      font-family: "Sail", cursive; 
      font-weight: 400;
  } 
  
  .wpo-section-title h2  { 
      font-family: Sail; 
      font-size: 50px; 
      font-weight: 400; 
      margin: 0; 
      position: relative; 
      color: #101010; 
      display: inline-block; 
      margin-top: 10px;
  } 
  
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title h2  { 
      font-size: 40px; 
      font-style: normal; 
      font-weight: 400;
  } 
  
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons  { 
      display: -webkit-box; 
      display: -ms-flexbox; 
      display: flex; 
      padding: 20px 0;
  } 
  
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area  { 
      margin-top: 40px; 
      text-align: center;
  } 
  
  .contact-validation-active .error-handling-messages  { 
      width: 100% !important; 
      margin-top: 15px !important;
  } 
  
  .clearfix:after { 
      display: block; 
      clear: both; 
      content: "";
  } 
  
  input { 
      margin: 0; 
      font-family: inherit; 
      font-size: inherit; 
      line-height: inherit;
  } 
  
  .form-control { 
      display: block; 
      width: 100%; 
      padding: .375rem .75rem; 
      font-size: 1rem; 
      font-weight: 400; 
      line-height: 1.5; 
      color: #212529; 
      background-color: #fff; 
      background-clip: padding-box; 
      border: 1px solid #ced4da; 
      -webkit-appearance: none; 
      -moz-appearance: none; 
      appearance: none; 
      border-radius: .25rem; 
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  } 
  
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control  { 
      width: 100%; 
      height: 50px; 
      margin-bottom: 20px; 
      border: 0; 
      border-bottom: 1px solid #D9D9D9; 
      color: #5C5C5C; 
      border-radius: 0; 
      font-size: 18px;
  } 
  
  p { 
      margin-top: 0; 
      margin-bottom: 1rem;
  } 
  
  p { 
      font-size: 18px; 
      color: #5C5C5C; 
      line-height: 1.8em;
  } 
  
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p  { 
      margin-left: 30px;
  } 
  
  select { 
      margin: 0; 
      font-family: inherit; 
      font-size: inherit; 
      line-height: inherit;
  } 
  
  select { 
      text-transform: none;
  } 
  
  select { 
      word-wrap: normal;
  } 
  
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control  { 
      color: #5C5C5C; 
      -webkit-appearance: none; 
      -ms-appearance: none; 
      -o-appearance: none; 
      appearance: none; 
      -moz-appearance: none; 
      background: transparent url(https://wpocean.com/html/tf/habibi/assets/images/select-icon2.png) no-repeat calc(100% - 15px) center; 
      position: relative;
  } 
  
  button { 
      border-radius: 0;
  } 
  
  button { 
      margin: 0; 
      font-family: inherit; 
      font-size: inherit; 
      line-height: inherit;
  } 
  
  button { 
      text-transform: none;
  } 
  
  [type="submit"],button { 
      -webkit-appearance: button;
  } 
  
  .theme-btn { 
      background: #657150; 
      color: #fff; 
      display: inline-block; 
      font-weight: 500; 
      padding: 15px 45px; 
      border: 0; 
      text-transform: uppercase; 
      -webkit-backface-visibility: hidden; 
      z-index: 1; 
      position: relative; 
      font-size: 1.2rem; 
      -webkit-transition: all .3s; 
      transition: all .3s;
  } 
  
  [type="submit"]:not(:disabled),button:not(:disabled) { 
      cursor: pointer;
  } 
  
  .theme-btn:hover,.theme-btn:active { 
      background: var(--bg_color); 
      color: #fff;
  } 
  
  .theme-btn:hover:after,.view-cart-btn:hover:after,.theme-btn-s3:hover:after,.theme-btn-s4:hover:after { 
      opacity: 1;
  } 
  
  .contact-validation-active #c-loader  { 
      display: none; 
      margin-top: 10px;
  } 
  
  .contact-validation-active #success  { 
      width: 100%; 
      color: #fff; 
      padding: 5px 10px; 
      font-size: 16px; 
      text-align: center; 
      display: none;
  } 
  
  .contact-validation-active #success  { 
      background-color: #009a00; 
      border-left: 5px solid green; 
      margin-bottom: 5px;
  } 
  
  .contact-validation-active #error  { 
      width: 100%; 
      color: #fff; 
      padding: 5px 10px; 
      font-size: 16px; 
      text-align: center; 
      display: none;
  } 
  
  .contact-validation-active #error  { 
      background-color: #ff1a1a; 
      border-left: 5px solid red;
  } 
  
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked  { 
      position: absolute; 
      left: -9999px;
  } 
  
  label { 
      display: inline-block;
  } 
  
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label  { 
      position: relative; 
      padding-left: 28px; 
      cursor: pointer; 
      line-height: 20px; 
      display: inline-block; 
      color: #666;
  } 
  
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::before, .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label::before, .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::before, .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label::before, .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::before, .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label::before, .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::before, .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label::before, .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::before, .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label::before, .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::before, .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label::before, .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::before, .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label::before, .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::before, .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label::before { 
      content: ''; 
      position: absolute; 
      left: 0; 
      top: 0; 
      width: 18px; 
      height: 18px; 
      border: 1px solid #ddd; 
      border-radius: 100%; 
      background: #fff;
  } 
  
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::after, .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label::after, .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::after, .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label::after, .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::after, .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label::after, .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::after, .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label::after, .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::after, .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label::after, .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::after, .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label::after, .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::after, .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label::after, .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::after, .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label::after { 
      content: ''; 
      width: 12px; 
      height: 12px; 
      background: #657150; 
      position: absolute; 
      top: 3px; 
      left: 3px; 
      border-radius: 100%; 
      -webkit-transition: all 0.2s ease; 
      transition: all 0.2s ease;
  } 
  
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::after, .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::after, .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::after, .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::after, .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::after, .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::after, .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::after, .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label::after { 
      opacity: 1; 
      -webkit-transform: scale(1); 
      transform: scale(1);
  } 
  
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked)  { 
      position: absolute; 
      left: -9999px;
  } 
  
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option  { 
      color: #5C5C5C;
  } 
  
  [class^="ti-"] { 
      font-family: 'themify'; 
      speak: none; 
      font-style: normal; 
      font-weight: normal; 
      font-variant: normal; 
      text-transform: none; 
      line-height: 1; 
      -webkit-font-smoothing: antialiased; 
      -moz-osx-font-smoothing: grayscale;
  } 
  
  .contact-validation-active #c-loader i  { 
      font-size: 2rem; 
      color: #657150; 
      display: inline-block; 
      -webkit-animation: rotating linear 2s infinite; 
      animation: rotating linear 2s infinite;
  } 
  
  .ti-reload:before { 
      content: "\e619";
  } 
  
  
  @keyframes zoomIn { 
    0% {  
        opacity: 0; 
        -webkit-transform: scale3d(.3, .3, .3); 
        transform: scale3d(.3, .3, .3); 
        opacity: 0; 
        transform: scale3d(0.3, 0.3, 0.3); 
    }  
    50% {  
        opacity: 1; 
        opacity: 1; 
    }  
  
  } 
  @keyframes bounce { 
    0% {  
        -webkit-transform: translateY(0) translateX(0); 
        transform: translateY(0) translateX(0); 
        transform: translateY(0px) translateX(0px); 
    }  
    50% {  
        -webkit-transform: translateY(15px) translateX(7px); 
        transform: translateY(15px) translateX(7px); 
        transform: translateY(15px) translateX(7px); 
    }  
    100% {  
        -webkit-transform: translateY(0) translateX(0); 
        transform: translateY(0) translateX(0); 
        transform: translateY(0px) translateX(0px); 
    }  
  
  } 
  @keyframes fadeInUp { 
    0% {  
        opacity: 0; 
        -webkit-transform: translate3d(0, 100%, 0); 
        transform: translate3d(0, 100%, 0); 
        opacity: 0; 
        transform: translate3d(0px, 100%, 0px); 
    }  
    100% {  
        opacity: 1; 
        -webkit-transform: none; 
        transform: none; 
        opacity: 1; 
        transform: none; 
    }  
  
  } 
  @keyframes rotating { 
    0% {  
        -webkit-transform: rotate(0deg); 
        transform: rotate(0deg); 
        transform: rotate(0deg); 
    }  
    100% {  
        -webkit-transform: rotate(360deg); 
        transform: rotate(360deg); 
        transform: rotate(360deg); 
    }  
  
  } 
  /* These were inline style tags. Uses id+class to override almost everything */
  #style-sq7OE.style-sq7OE {  
     visibility: visible;  
      animation-duration: 1000ms;  
      animation-name: fadeInUp;  
  }  
  #style-8tACz.style-8tACz {  
     visibility: visible;  
      animation-duration: 1200ms;  
      animation-name: fadeInUp;  
  }  
  #style-MFdXF.style-MFdXF {  
     visibility: visible;  
      animation-duration: 1400ms;  
      animation-name: bounce;  
  }  
  #style-MOy1V.style-MOy1V {  
     visibility: visible;  
      animation-duration: 1600ms;  
      animation-name: fadeInUp;  
  }  
  #style-sNInd.style-sNInd {  
     visibility: visible;  
      animation-duration: 1800ms;  
      animation-name: fadeInUp;  
  }  



  .imgh{
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: white;

}

  .imgh i{
   font-size: 35px;
   color: rgb(153, 149, 105);

}


.wpo-section-title p{
    font-size: 15px;
    line-height: 18px;
    padding: 10px;
    text-align: center;
}


.container { 
    width: 100%; 
    padding-right: var(--bs-gutter-x,.75rem); 
    padding-left: var(--bs-gutter-x,.75rem); 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 576px){ 
  .container { 
    max-width: 540px;
  } 
}     

@media (min-width: 768px){ 
  .container { 
    max-width: 720px;
  } 
}     

@media (min-width: 992px){ 
  .container { 
    max-width: 960px;
  } 
}     

@media (min-width: 1200px){ 
  .container { 
    max-width: 1140px;
  } 
}     

@media (min-width: 1400px){ 
  .container { 
    max-width: 1320px;
  } 

  .container { 
    max-width: 1326px;
  } 

  .container  { 
    max-width: 1220px;
  } 
}     

.container  { 
    position: relative;
} 

.row { 
    --bs-gutter-x: 1.5rem; 
    --bs-gutter-y: 0; 
    display: flex; 
    flex-wrap: wrap; 
    margin-top: calc(var(--bs-gutter-y) * -1); 
    margin-right: calc(var(--bs-gutter-x)/ -2); 
    margin-left: calc(var(--bs-gutter-x)/ -2);
} 

.align-items-center { 
    align-items: center!important;
} 

.row > *  { 
    flex-shrink: 0; 
    width: 100%; 
    max-width: 100%; 
    padding-right: calc(var(--bs-gutter-x)/ 2); 
    padding-left: calc(var(--bs-gutter-x)/ 2); 
    margin-top: var(--bs-gutter-y);
} 

.col { 
    flex: 1 0 0%;
} 

.col-12 { 
    flex: 0 0 auto; 
    width: 100%;
} 

@media (min-width: 576px){ 
  .col-sm-12 { 
    flex: 0 0 auto; 
    width: 100%;
  } 
}     

@media (min-width: 768px){ 
  .col-md-6 { 
    flex: 0 0 auto; 
    width: 50%;
  } 
}     

@media (min-width: 992px){ 
  .col-lg-4 { 
    flex: 0 0 auto; 
    width: 33.3333333333%;
  } 
}     

@media (min-width: 1200px){ 
  .col-xl-3 { 
    flex: 0 0 auto; 
    width: 25%;
  } 

  .col-xl-6 { 
    flex: 0 0 auto; 
    width: 50%;
  } 
}     

.link-widget  { 
    overflow: hidden;
} 

.about-widget  { 
    text-align: center;
} 

.about-widget  { 
    max-width: 400px; 
    margin: 0 auto;
} 

.wpo-service-link-widget  { 
    text-align: center;
} 

.widget-title  { 
    margin-bottom: 30px;
} 

.link-widget .link-wrap  { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
} 

.about-widget .logo  { 
    font-size: 35px; 
    font-family: "Sail", cursive; 
    color: #fff; 
    line-height: 40px;
} 

p { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

p { 
    font-size: 18px; 
    color: #5C5C5C; 
    line-height: 1.8em;
} 

.wpo-site-footer-s2 p { 
    color: #fff;
} 

.about-widget p  { 
    margin-bottom: 0.8em; 
    line-height: 1.9em;
} 

ul { 
    padding-left: 2rem;
} 

ul { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

ul { 
    padding-left: 0; 
    margin: 0;
} 

.wpo-site-footer-s2 ul { 
    list-style: none;
} 

.about-widget ul  { 
    overflow: hidden; 
    padding-top: 10px; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center;
} 

.contact-ft  { 
    margin-top: 20px;
} 

h3 { 
    margin-top: 0; 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2;
} 

h3 { 
    font-size: calc(1.3rem + .6vw);
} 

@media (min-width: 1200px){ 
  h3 { 
    font-size: 1.75rem;
  } 
}     

h3 { 
    color: #101010; 
    font-family: "Sail", cursive; 
    font-weight: 400;
} 

.widget-title h3  { 
    font-weight: 400; 
    font-size: 30px; 
    line-height: 37px; 
    color: #fff; 
    margin: 0; 
    position: relative; 
    font-family: "Sail", cursive;
} 

.link-widget .link-wrap ul + ul  { 
    margin-left: 50px;
} 

a { 
    color: #0d6efd; 
    text-decoration: underline;
} 

a { 
    text-decoration: none; 
    -webkit-transition: all 0.2s; 
    transition: all 0.2s;
} 

a:hover { 
    color: #0a58ca;
} 

a:hover { 
    text-decoration: none;
} 

.wpo-site-footer-s2 li { 
    color: #fff;
} 

.about-widget ul li  { 
    font-size: 22px; 
    float: left;
} 

.about-widget ul li + li  { 
    margin-left: 25px;
} 

.link-widget ul li  { 
    position: relative;
} 

.link-widget ul li + li  { 
    padding-top: 15px;
} 

.about-widget ul li a  { 
    color: #C8A898; 
    width: 45px; 
    height: 45px; 
    line-height: 49px; 
    background: #fff; 
    display: block; 
    text-align: center; 
    border-radius: 50%; 
    font-size: 18px; 
    -webkit-transition: all .3s; 
    transition: all .3s;
} 

 .wpo-site-footer-s2 .about-widget ul li a:hover { 
    background: #657150; 
    color: #fff;
} 

.wpo-site-footer .about-widget ul li a:hover, .wpo-site-footer-s2 .about-widget ul li a:hover { 
    background: #657150; 
    color: #fff;
} 

.link-widget ul li a  { 
    color: #fff; 
    font-size: 18px;
} 

 .wpo-site-footer-s2 .link-widget ul li a:hover { 
    text-decoration: underline;
} 

.wpo-site-footer .link-widget ul li a:hover, .wpo-site-footer-s2 .link-widget ul li a:hover { 
    text-decoration: underline;
} 

[class^="ti-"] { 
    font-family: 'themify'; 
    speak: none; 
    font-style: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    line-height: 1; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
} 

.ti-facebook:before { 
    content: "\e741";
} 

.ti-twitter-alt:before { 
    content: "\e74b";
} 

.ti-instagram:before { 
    content: "\e73d";
} 



@media screen and (max-width:500px) {
    .bottom-bg img{
        width: 60%;
    }
    .shape-2{
        display: none;
    }.shape-4{
        display: none;
    }.shape-5{
        display: none;
    }
    .shape-3{
        display: none;
    }
    .shape-6{
        width: 40%;
    }
}


.wpo-site-footer-s2 { 
    background: #A5AA9C; 
    position: relative; 
    font-size: 15px; 
    overflow: hidden; 
    z-index: 1;
} 

.wpo-site-footer-s2 { 
    background: #2D2420;
} 

*,:after,:before { 
    box-sizing: border-box;
} 

.wpo-site-footer-s2 .wpo-upper-footer  { 
    padding: 120px 0px; 
    position: relative; 
    z-index: 1;
} 

.wpo-site-footer-s2 .wpo-lower-footer  { 
    text-align: center; 
    position: relative; 
    background: #A5AA9C; 
    z-index: -1;
} 

.wpo-site-footer-s2 .wpo-lower-footer  { 
    background: #2D2420;
} 

.wpo-site-footer-s2 .ft-shape-1  { 
    position: absolute; 
    left: 0; 
    bottom: 0; 
    z-index: -1;
} 

.wpo-site-footer-s2 .ft-shape-2  { 
    position: absolute; 
    right: 0; 
    top: 0; 
    z-index: -1;
} 

.container { 
    width: 100%; 
    padding-right: var(--bs-gutter-x,.75rem); 
    padding-left: var(--bs-gutter-x,.75rem); 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 576px){ 
  .container { 
    max-width: 540px;
  } 
}     

@media (min-width: 768px){ 
  .container { 
    max-width: 720px;
  } 
}     

@media (min-width: 992px){ 
  .container { 
    max-width: 960px;
  } 
}     

@media (min-width: 1200px){ 
  .container { 
    max-width: 1140px;
  } 
}     

@media (min-width: 1400px){ 
  .container { 
    max-width: 1320px;
  } 

  .container { 
    max-width: 1326px;
  } 

  .wpo-site-footer-s2 .container  { 
    max-width: 1220px;
  } 
}     

.wpo-site-footer-s2 .container  { 
    position: relative;
} 

img { 
    vertical-align: middle;
} 

img { 
    max-width: 100%;
} 

.row { 
    --bs-gutter-x: 1.5rem; 
    --bs-gutter-y: 0; 
    display: flex; 
    flex-wrap: wrap; 
    margin-top: calc(var(--bs-gutter-y) * -1); 
    margin-right: calc(var(--bs-gutter-x)/ -2); 
    margin-left: calc(var(--bs-gutter-x)/ -2);
} 

.align-items-center { 
    align-items: center!important;
} 

.wpo-site-footer-s2 .wpo-lower-footer .row  { 
    padding: 0px 0 20px; 
    position: relative;
} 

.row > *  { 
    flex-shrink: 0; 
    width: 100%; 
    max-width: 100%; 
    padding-right: calc(var(--bs-gutter-x)/ 2); 
    padding-left: calc(var(--bs-gutter-x)/ 2); 
    margin-top: var(--bs-gutter-y);
} 

.col { 
    flex: 1 0 0%;
} 

.col-12 { 
    flex: 0 0 auto; 
    width: 100%;
} 

@media (min-width: 576px){ 
  .col-sm-12 { 
    flex: 0 0 auto; 
    width: 100%;
  } 
}     

@media (min-width: 768px){ 
  .col-md-6 { 
    flex: 0 0 auto; 
    width: 50%;
  } 
}     

@media (min-width: 992px){ 
  .col-lg-4 { 
    flex: 0 0 auto; 
    width: 33.3333333333%;
  } 
}     

@media (min-width: 1200px){ 
  .col-xl-3 { 
    flex: 0 0 auto; 
    width: 25%;
  } 

  .col-xl-6 { 
    flex: 0 0 auto; 
    width: 50%;
  } 
}     

.wpo-site-footer-s2 .link-widget  { 
    overflow: hidden;
} 

.wpo-site-footer-s2 .about-widget  { 
    text-align: center;
} 

.wpo-site-footer-s2 .about-widget  { 
    max-width: 400px; 
    margin: 0 auto;
} 

.wpo-site-footer-s2 .wpo-service-link-widget  { 
    text-align: center;
} 

p { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

p { 
    font-size: 18px; 
    color: #5C5C5C; 
    line-height: 1.8em;
} 

.wpo-site-footer-s2 p  { 
    color: #fff;
} 

.wpo-site-footer-s2 .wpo-lower-footer .copyright  { 
    display: inline-block; 
    font-size: 18px; 
    margin: 0; 
    color: #fff;
} 

.wpo-site-footer-s2 .widget-title  { 
    margin-bottom: 30px;
} 

.wpo-site-footer-s2 .link-widget .link-wrap  { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
} 

.wpo-site-footer-s2 .about-widget .logo  { 
    font-size: 35px; 
    font-family: "Sail", cursive; 
    color: #fff; 
    line-height: 40px;
} 

.wpo-site-footer-s2 .about-widget p  { 
    margin-bottom: 0.8em; 
    line-height: 1.9em;
} 

ul { 
    padding-left: 2rem;
} 

ul { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

ul { 
    padding-left: 0; 
    margin: 0;
} 

.wpo-site-footer-s2 ul  { 
    list-style: none;
} 

.wpo-site-footer-s2 .about-widget ul  { 
    overflow: hidden; 
    padding-top: 10px; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center;
} 

.wpo-site-footer-s2 .contact-ft  { 
    margin-top: 20px;
} 

a { 
    color: #0d6efd; 
    text-decoration: underline;
} 

a { 
    text-decoration: none; 
    -webkit-transition: all 0.2s; 
    transition: all 0.2s;
} 

.wpo-site-footer-s2 .wpo-lower-footer .copyright a  { 
    color: #fff; 
    text-decoration: none;
} 

a:hover { 
    color: #0a58ca;
} 

a:hover { 
    text-decoration: none;
} 

h3 { 
    margin-top: 0; 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2;
} 

h3 { 
    font-size: calc(1.3rem + .6vw);
} 

@media (min-width: 1200px){ 
  h3 { 
    font-size: 1.75rem;
  } 
}     

h3 { 
    color: #101010; 
    font-family: "Sail", cursive; 
    font-weight: 400;
} 

.wpo-site-footer-s2 .widget-title h3  { 
    font-weight: 400; 
    font-size: 30px; 
    line-height: 37px; 
    color: #fff; 
    margin: 0; 
    position: relative; 
    font-family: "Sail", cursive;
} 

.wpo-site-footer-s2 .link-widget .link-wrap ul + ul  { 
    margin-left: 50px;
} 

.wpo-site-footer-s2 li  { 
    color: #fff;
} 

.wpo-site-footer-s2 .about-widget ul li  { 
    font-size: 22px; 
    float: left;
} 

.wpo-site-footer-s2 .about-widget ul li + li  { 
    margin-left: 25px;
} 

.wpo-site-footer-s2 .link-widget ul li  { 
    position: relative;
} 

.wpo-site-footer-s2 .link-widget ul li + li  { 
    padding-top: 15px;
} 

.wpo-site-footer-s2 .about-widget ul li a  { 
    color: #C8A898; 
    width: 45px; 
    height: 45px; 
    line-height: 49px; 
    background: #fff; 
    display: block; 
    text-align: center; 
    border-radius: 50%; 
    font-size: 18px; 
    -webkit-transition: all .3s; 
    transition: all .3s;
} 

 .wpo-site-footer-s2 .about-widget ul li a:hover { 
    background: #657150; 
    color: #fff;
} 

.wpo-site-footer .about-widget ul li a:hover, .wpo-site-footer-s2 .about-widget ul li a:hover { 
    background: var(--bg_color); 
    color: #fff;
} 

.wpo-site-footer-s2 .link-widget ul li a  { 
    color: #fff; 
    font-size: 18px;
} 

 .wpo-site-footer-s2 .link-widget ul li a:hover { 
    text-decoration: underline;
} 

.wpo-site-footer .link-widget ul li a:hover, .wpo-site-footer-s2 .link-widget ul li a:hover { 
    text-decoration: underline;
} 

[class^="ti-"] { 
    font-family: 'themify'; 
    speak: none; 
    font-style: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    line-height: 1; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
} 

.ti-facebook:before { 
    content: "\e741";
} 

.ti-twitter-alt:before { 
    content: "\e74b";
} 

.ti-instagram:before { 
    content: "\e73d";
} 


.wpo-upper-footer{
    padding: 100px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 50px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.foot{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-tow{
    max-width: 400px;
    height: 200px;
    color: white;
    
}
.wpo-upper-footer  h1{
    font-size: 20px;
    text-align: center;
}
.wpo-upper-footer p{
    font-size: 15px;
    text-align: center;
}

.overlay{
    width: 100%;
    height: 100vh;
    background-color: var(--bg_color);
    position: absolute;
    z-index: 999999999999;
}
.overflow{
    overflow: hidden;
    opacity: none;
}

#error{
    color: red;

}
.disabledbtn{
      background: rgba(101, 113, 80, 0.2);
     display:none;
}


.action-btn {
        background: rgb(252, 207, 207); 
        color: #fff; 
        display: inline-block; 
        font-weight: 500; 
        padding: 15px 45px; 
        border: 0; 
        -webkit-backface-visibility: hidden; 
        z-index: 1; 
        position: relative; 
        font-size: 1.2rem; 
        -webkit-transition: all .3s; 
        transition: all .3s;
  }
  
  .action-btn:hover {
    background-color: var(--bg_color);
  }
  
  .action-btn:focus {
    outline: 0.05em dashed var(--bg_color); 
    outline-offset: 0.05em;
  }
  
  .action-btn::after {
    content: '';
    display: block;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    left: calc(50% - 0.75em);
    top: calc(50% - 0.75em);
    border: 0.15em solid transparent;
    border-right-color: white;
    border-radius: 50%;
    animation: button-anim 0.7s linear infinite;
    opacity: 0;
  }
  
  @keyframes button-anim {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  .action-btn.loading {
    color: transparent;
  }
  
  .action-btn.loading::after {
    opacity: 1;
  }
  



  .xxxx{
    width: 100%;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.9);
    position: absolute;
    z-index: 999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#musicPrompt{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.permision_btn{
    width: 200px;
    height: 50px;
    background-color: var(--bg_color);
    border: none;
    color: white;
}
.buttonsx{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#play,
#pause {
	float: left;
	width: 40px;
}
#play:hover,
#pause:hover {
	cursor: pointer;
}
#pause {
	display: none;
}


.starts{
    width: 65px;
    height: 65px;
    border-radius: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 5px;
    z-index: 9999999999999999999999999;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid black;
    color: white;
}




.framer-1wnhh6q  { 
    align-content: center; 
    align-items: center; 
    display: flex; 
    flex: none; 
    flex-direction: column; 
    flex-wrap: nowrap; 
    gap: 20px; 
    height: min-content; 
    justify-content: center; 
    max-width: 740px; 
    overflow: hidden; 
    padding: 0; 
    position: relative; 
    width: 100%;
} 

.framer-4i8dhp  { 
    align-content: center; 
    align-items: center; 
    aspect-ratio: 1 / 1; 
    display: flex; 
    flex: none; 
    flex-direction: row; 
    flex-wrap: nowrap; 
    gap: 0px; 
    height: var(--framer-aspect-ratio-supported, 50px); 
    justify-content: center; 
    overflow: hidden; 
    padding: 0; 
    position: relative; 
    width: 50px;
} 

[data-framer-component-type] { 
    position: absolute;
} 

.framer-1g8apdh  { 
    flex: none; 
    height: auto; 
    position: relative; 
    white-space: pre-wrap; 
    width: 100%; 
    word-break: break-word; 
    word-wrap: break-word;
} 

.framer-1g18l7  { 
    flex: none; 
    height: auto; 
    position: relative; 
    white-space: pre-wrap; 
    width: 100%; 
    word-break: break-word; 
    word-wrap: break-word;
} 

.framer-1gbcyyb  { 
    aspect-ratio: 1 / 1; 
    flex: none; 
    height: var(--framer-aspect-ratio-supported, 25px); 
    overflow: hidden; 
    position: relative; 
    width: 25px;
} 

h2 { 
    margin: 0;
} 

h2.framer-text { 
    margin: 0; 
    padding: 0;
} 

h2.framer-text { 
    font-family: var(--framer-blockquote-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif)); 
    font-style: var(--framer-blockquote-font-style, var(--framer-font-style, normal)); 
    font-weight: var(--framer-blockquote-font-weight, var(--framer-font-weight, 400)); 
    color: var(--framer-blockquote-text-color, var(--framer-text-color, #000)); 
    font-size: calc(var(--framer-blockquote-font-size, var(--framer-font-size, 16px)) * var(--framer-font-size-scale, 1)); 
    letter-spacing: var(--framer-blockquote-letter-spacing, var(--framer-letter-spacing, 0)); 
    text-transform: var(--framer-blockquote-text-transform, var(--framer-text-transform, none)); 
    text-decoration: var(--framer-blockquote-text-decoration, var(--framer-text-decoration, none)); 
    line-height: var(--framer-blockquote-line-height, var(--framer-line-height, 1.2em)); 
    text-align: var(--framer-blockquote-text-alignment, var(--framer-text-alignment, start)); 
    -webkit-text-stroke-width: var(--framer-text-stroke-width, initial); 
    -webkit-text-stroke-color: var(--framer-text-stroke-color, initial); 
    -moz-font-feature-settings: var(--framer-font-open-type-features, initial); 
    -webkit-font-feature-settings: var(--framer-font-open-type-features, initial); 
    font-feature-settings: var(--framer-font-open-type-features, initial); 
    font-variation-settings: var(--framer-font-variation-axes, normal); 
    text-wrap: var(--framer-text-wrap-override, var(--framer-text-wrap));
} 

h2.framer-text { 
    margin: 0px; 
    padding: 0px;
} 

h2.framer-text { 
    font-family: var(--framer-blockquote-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif)); 
    font-style: var(--framer-blockquote-font-style, var(--framer-font-style, normal)); 
    font-weight: var(--framer-blockquote-font-weight, var(--framer-font-weight, 400)); 
    color: var(--framer-blockquote-text-color, var(--framer-text-color, #000)); 
    font-size: calc(var(--framer-blockquote-font-size, var(--framer-font-size, 16px)) * var(--framer-font-size-scale, 1)); 
    letter-spacing: var(--framer-blockquote-letter-spacing, var(--framer-letter-spacing, 0)); 
    text-transform: var(--framer-blockquote-text-transform, var(--framer-text-transform, none)); 
    text-decoration: var(--framer-blockquote-text-decoration, var(--framer-text-decoration, none)); 
    line-height: var(--framer-blockquote-line-height, var(--framer-line-height, 1.2em)); 
    text-align: var(--framer-blockquote-text-alignment, var(--framer-text-alignment, start)); 
    -webkit-text-stroke-width: var(--framer-text-stroke-width, initial); 
    -webkit-text-stroke-color: var(--framer-text-stroke-color, initial); 
    font-feature-settings: var(--framer-font-open-type-features, initial); 
    font-variation-settings: var(--framer-font-variation-axes, normal); 
    text-wrap: var(--framer-text-wrap-override, var(--framer-text-wrap));
} 

p { 
    margin: 0;
} 

p.framer-text { 
    margin: 0; 
    padding: 0;
} 

p.framer-text { 
    font-family: var(--framer-blockquote-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif)); 
    font-style: var(--framer-blockquote-font-style, var(--framer-font-style, normal)); 
    font-weight: var(--framer-blockquote-font-weight, var(--framer-font-weight, 400)); 
    color: var(--framer-blockquote-text-color, var(--framer-text-color, #000)); 
    font-size: calc(var(--framer-blockquote-font-size, var(--framer-font-size, 16px)) * var(--framer-font-size-scale, 1)); 
    letter-spacing: var(--framer-blockquote-letter-spacing, var(--framer-letter-spacing, 0)); 
    text-transform: var(--framer-blockquote-text-transform, var(--framer-text-transform, none)); 
    text-decoration: var(--framer-blockquote-text-decoration, var(--framer-text-decoration, none)); 
    line-height: var(--framer-blockquote-line-height, var(--framer-line-height, 1.2em)); 
    text-align: var(--framer-blockquote-text-alignment, var(--framer-text-alignment, start)); 
    -webkit-text-stroke-width: var(--framer-text-stroke-width, initial); 
    -webkit-text-stroke-color: var(--framer-text-stroke-color, initial); 
    -moz-font-feature-settings: var(--framer-font-open-type-features, initial); 
    -webkit-font-feature-settings: var(--framer-font-open-type-features, initial); 
    font-feature-settings: var(--framer-font-open-type-features, initial); 
    font-variation-settings: var(--framer-font-variation-axes, normal); 
    text-wrap: var(--framer-text-wrap-override, var(--framer-text-wrap));
} 

p.framer-text { 
    margin: 0px; 
    padding: 0px;
} 

p.framer-text { 
    font-family: var(--framer-blockquote-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif)); 
    font-style: var(--framer-blockquote-font-style, var(--framer-font-style, normal)); 
    font-weight: var(--framer-blockquote-font-weight, var(--framer-font-weight, 400)); 
    color: var(--framer-blockquote-text-color, var(--framer-text-color, #000)); 
    font-size: calc(var(--framer-blockquote-font-size, var(--framer-font-size, 16px)) * var(--framer-font-size-scale, 1)); 
    letter-spacing: var(--framer-blockquote-letter-spacing, var(--framer-letter-spacing, 0)); 
    text-transform: var(--framer-blockquote-text-transform, var(--framer-text-transform, none)); 
    text-decoration: var(--framer-blockquote-text-decoration, var(--framer-text-decoration, none)); 
    line-height: var(--framer-blockquote-line-height, var(--framer-line-height, 1.2em)); 
    text-align: var(--framer-blockquote-text-alignment, var(--framer-text-alignment, start)); 
    -webkit-text-stroke-width: var(--framer-text-stroke-width, initial); 
    -webkit-text-stroke-color: var(--framer-text-stroke-color, initial); 
    font-feature-settings: var(--framer-font-open-type-features, initial); 
    font-variation-settings: var(--framer-font-variation-axes, normal); 
    text-wrap: var(--framer-text-wrap-override, var(--framer-text-wrap));
} 

.framer-styles-preset-19p8mg9:not(.rich-text-wrapper)  { 
    --framer-font-family: "Lato", "Lato Placeholder", sans-serif; 
    --framer-font-open-type-features: "blwf" on, "cv09" on, "cv03" on, "cv04" on, "cv11" on; 
    --framer-font-size: 16px; 
    --framer-font-style: normal; 
    --framer-font-variation-axes: normal; 
    --framer-font-weight: 300; 
    --framer-letter-spacing: 0em; 
    --framer-line-height: 1.5em; 
    --framer-text-alignment: start; 
    --framer-text-color: var(--token-94085f35-2e8a-4729-98ce-1df8beaa9430, #080808); 
    --framer-text-decoration: none; 
    --framer-text-stroke-color: initial; 
    --framer-text-stroke-width: initial; 
    --framer-text-transform: none;
} 

span.framer-text:not([data-text-fill]) { 
    font-family: var(--framer-blockquote-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif)); 
    font-style: var(--framer-blockquote-font-style, var(--framer-font-style, normal)); 
    font-weight: var(--framer-blockquote-font-weight, var(--framer-font-weight, 400)); 
    color: var(--framer-blockquote-text-color, var(--framer-text-color, #000)); 
    font-size: calc(var(--framer-blockquote-font-size, var(--framer-font-size, 16px)) * var(--framer-font-size-scale, 1)); 
    letter-spacing: var(--framer-blockquote-letter-spacing, var(--framer-letter-spacing, 0)); 
    text-transform: var(--framer-blockquote-text-transform, var(--framer-text-transform, none)); 
    text-decoration: var(--framer-blockquote-text-decoration, var(--framer-text-decoration, none)); 
    line-height: var(--framer-blockquote-line-height, var(--framer-line-height, 1.2em)); 
    text-align: var(--framer-blockquote-text-alignment, var(--framer-text-alignment, start)); 
    -webkit-text-stroke-width: var(--framer-text-stroke-width, initial); 
    -webkit-text-stroke-color: var(--framer-text-stroke-color, initial); 
    -moz-font-feature-settings: var(--framer-font-open-type-features, initial); 
    -webkit-font-feature-settings: var(--framer-font-open-type-features, initial); 
    font-feature-settings: var(--framer-font-open-type-features, initial); 
    font-variation-settings: var(--framer-font-variation-axes, normal); 
    text-wrap: var(--framer-text-wrap-override, var(--framer-text-wrap));
} 

span.framer-text:not([data-text-fill]) { 
    font-family: var(--framer-blockquote-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif)); 
    font-style: var(--framer-blockquote-font-style, var(--framer-font-style, normal)); 
    font-weight: var(--framer-blockquote-font-weight, var(--framer-font-weight, 400)); 
    color: var(--framer-blockquote-text-color, var(--framer-text-color, #000)); 
    font-size: calc(var(--framer-blockquote-font-size, var(--framer-font-size, 16px)) * var(--framer-font-size-scale, 1)); 
    letter-spacing: var(--framer-blockquote-letter-spacing, var(--framer-letter-spacing, 0)); 
    text-transform: var(--framer-blockquote-text-transform, var(--framer-text-transform, none)); 
    text-decoration: var(--framer-blockquote-text-decoration, var(--framer-text-decoration, none)); 
    line-height: var(--framer-blockquote-line-height, var(--framer-line-height, 1.2em)); 
    text-align: var(--framer-blockquote-text-alignment, var(--framer-text-alignment, start)); 
    -webkit-text-stroke-width: var(--framer-text-stroke-width, initial); 
    -webkit-text-stroke-color: var(--framer-text-stroke-color, initial); 
    font-feature-settings: var(--framer-font-open-type-features, initial); 
    font-variation-settings: var(--framer-font-variation-axes, normal); 
    text-wrap: var(--framer-text-wrap-override, var(--framer-text-wrap));
} 


/* These were inline style tags. Uses id+class to override almost everything */
#style-eP49M.style-eP49M {  
   will-change: transform;  
    opacity: 1;  
    transform: translateY(-36.5156px);  
}  
#style-eMSaf.style-eMSaf {  
   position:absolute;  
   border-radius:inherit;  
   top:0;  
   right:0;  
   bottom:0;  
   left:0;  
}  
#style-szB3j.style-szB3j {  
   display:block;  
   width:100%;  
   height:100%;  
   border-radius:inherit;  
   object-position:center;  
   object-fit:cover;  
}  
#style-rrnFD.style-rrnFD {  
   will-change: transform;  
    opacity: 1;  
    transform: rotate(200.88deg);  
}  
#style-Qdxec.style-Qdxec {  
   position:absolute;  
   border-radius:inherit;  
   top:0;  
   right:0;  
   bottom:0;  
   left:0;  
}  
#style-8888q.style-8888q {  
   display:block;  
   width:100%;  
   height:100%;  
   border-radius:inherit;  
   object-position:center;  
   object-fit:cover;  
}  
#style-AsmDp.style-AsmDp {  
   outline:none;  
   display:flex;  
   flex-direction:column;  
   justify-content:flex-start;  
   flex-shrink:0;  
   transform:none;  
}  

.styleX{
   --framer-font-family:"Boska", "Boska Placeholder", serif;  
   --framer-font-size:14px;  

}
#style-WnVPt.style-WnVPt {  
   --font-selector:RlM7Qm9za2EtbWVkaXVt;  
   --framer-font-family:"Boska", "Boska Placeholder", serif;  
   --framer-font-size:48px;  
   --framer-font-weight:500;  
   --framer-text-alignment:center;  
   --framer-text-color:var(--token-94085f35-2e8a-4729-98ce-1df8beaa9430, rgb(8, 8, 8));  
}  
#style-NgIyo.style-NgIyo {  
   --font-selector:RlM7Qm9za2EtbGlnaHQgaXRhbGlj;  
   --framer-font-style:italic;  
   --framer-font-weight:300;  
}  
#style-H2t7h.style-H2t7h {  
   --font-selector:RlM7Qm9za2EtbGlnaHQgaXRhbGlj;  
   --framer-font-style:italic;  
   --framer-font-weight:300;  
}  
#style-Z9NL1.style-Z9NL1 {  
   outline:none;  
   display:flex;  
   flex-direction:column;  
   justify-content:flex-start;  
   flex-shrink:0;  
   transform:none;  
}  
#style-4VMvt.style-4VMvt {  
   --framer-text-alignment:center;  
   --framer-text-color:var(--token-94085f35-2e8a-4729-98ce-1df8beaa9430, rgb(8, 8, 8));  
}  


@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rotate-animation {
  animation: rotate 4s linear infinite;
}