@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');
@font-face {
    font-family: 'gveretlevin';
    src: url('../fonts/gveretlevin.eot');
    src: url('../fonts/gveretlevin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gveretlevin.woff') format('woff'),
         url('../fonts/gveretlevin.ttf') format('truetype');
    font-weight:400;
    font-style:normal;
}
@font-face {
    font-family: 'varelaround';
    src:          url('../fonts/varelaround.ttf') format('truetype');
    font-weight:400;
    font-style:normal;
}

@font-face {
    font-family: 'fredoca';
    src:          url('../fonts/Fredoka-Regular.ttf') format('truetype');
    font-weight:400;
    font-style:normal;
}

html {
	background-color: #c7a566 !important;

}

body {
	background-color: #FFFFFF !important;
	margin: 10px !important;
}

.top-border-radius{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.bottom-border-radius{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


.background-bgm {
  /* background: url("../images/choose_bg.png") no-repeat; */
  background-color: #faf4e9;
  background-size:cover;
 }

 .background-choose {
  background: url("../images/choose_bg.png") no-repeat;
background-size:cover;
 }

  .background-cards {
  background: url("../images/choose_bg.png") no-repeat;
    background-attachment: fixed;
background-position: bottom ;
background-size:cover;
  /* background-color: #d9bebb; */

 }

   .background-pink {
  background: url("../images/background_texture2.png") no-repeat;
    background-attachment: fixed;
background-position: bottom ;
background-size:cover;
  /* background-color: #d9bebb; */

 }

  .background-hair {
    
  background: url("../images/tal-tal.svg") no-repeat;
background-size:cover;
  background-repeat: no-repeat;
  background-color: #f8f9fa;
  /* background-position: top ; */
 }



 .gold-bg{background-color: #c7a566 !important;}
.pink-bg{background-color: #d9bebb !important;}
.gray-bg{background-color: #f8f9fa !important;}


.font-gveret-levin{font-family: 'gveretlevin' , Fallback, sans-serif;}

.font-verla{font-family: 'varelaround' , Fallback, sans-serif;}
.font-fredoca{font-family: 'fredoca' , Fallback, sans-serif;}

.text-gold{color: #59413d;}

.bg-gold{background-color:#d6c7b0 ; }



.main-btn-index{
border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1;
  border-radius: 5px; 
  border-width: 4px;
  border-style: solid;
  padding: 5px;
}

.main-text-shadow{
    /* text-shadow: 2px 2px 1px #c7a566, -2px -2px 1px #c7a566; */

  text-shadow: 1px 1px 0px #000;
}



.redirect {
  background-color: #c2a891;
  /* background: url("../images/bg-hp.jpg") no-repeat; */
  background-size:cover;
  color: #fff;
  font-size: 25px;
  text-align: center;
  padding: 10px 20px;

  
  /* clip-path: polygon(0% 0, 100% 0, 95% 100%, 0 100%); */

  /* position: absolute;
  left: 50%;
 -webkit-transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 transform: translateX(-50%); */
}

.strokeme {
  /* color: white; */
  /* background-color: rgba(255, 255, 255, 0.563); */
  /* border: 5px solid rgba(144, 45, 0, 0.5); */
  /* background-position-x: left; */

  /* backdrop-filter: blur(8px); */


  color: rgb(0, 0, 0);

  text-shadow: 4px 3px 0px #fff, 
               9px 8px 0px rgba(0,0,0,0.15);

  /* border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1;
  border-radius: 5px; 
  border-width: 4px;
  border-style: solid;
  padding: 5px; */
    
  /* box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.5);    */
/* background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255, 1)); */

    /* background: radial-gradient(circle, lch(100% 0.01 296.81) 20%, lch(82.03% 27.83 252.21 / 0) 50%); */


  /* background-image: radial-gradient(circle closest-side, #ffffff, #e52e7100); */

  /* -webkit-mask: radial-gradient(100% 95% at top, #000 100%, #0000);
          mask: radial-gradient(100% 95% at top, #000 100%, #0000);
  background: linear-gradient(#0000,#E8F3F9); */

    /* background: -webkit-radial-gradient(center center, circle closest-side, rgba(117, 245, 71, 1), rgba(255, 255, 255, 0) 100%);
    background:         radial-gradient(center center, circle closest-side, rgba(117, 245, 71, 1), rgba(255, 255, 255, 0) 100%); */


}


.float-button {
    text-decoration: none;
    position: fixed;
    padding: 8px;
    padding-right: 15px;
    bottom: 30px;
    right: 30px;
    background-color: #50c65e;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 4px 6px 0px rgba(173, 173, 173, 1);
    z-index: 100;
    font-size: 22px;
    animation: whatsapp-animation 0.5s ease-in-out;
    transition: background-color 0.3s ease;
}

.float-button:hover {
    background-color: #90d573;
}

.fa-whatsapp {
    font-size: 20px !important;
    padding-right: 5px;
    padding-left: 5px;
}





@media (max-width:767px){

.redirect {

  font-size: 16px;
  padding: 5px 30px;

}



    	    span {
        display: none;
    }
    .float-button {
        width: 60px;
        border-radius: 20px;
        height: 55px;
    }
    .fa-whatsapp {
        font-size: 40px !important;
    }
    }