/* @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&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&display=swap'); */
@tailwind base;
@tailwind components;
@tailwind utilities;

html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
}



body {
  /* max-width: 1550px; */
    margin: 0 auto;
    padding: 0;
    font-family: "Poppins", sans-serif ;
    box-sizing: border-box;
    overflow-x: hidden;
    color: #000;
    background-color: #fff9f6;
   
}


input,
textarea{
    outline: none;
    
}

button:focus {
    outline: none;
}

a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

@media only screen and (min-width: 320px) and (max-width: 479px){ 

}





.call-buton .cc-calto-action-ripple {
	z-index: 999;
	position: fixed;
	right: 1.5rem;
	bottom: 7rem;
	background: #f23f57;
	width: 2.5rem;
	height: 2.5rem;
	padding: .8rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }

    .call-buton .cc-calto-action-ripple2 {
        z-index: 999;
        position: fixed;
        right: 1.5rem;
        bottom: 2rem;
        background: #f23f57;
        width: 2.5rem;
        height: 2.5rem;
        padding: .7rem;
        border-radius: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #ffffff;
        -webkit-animation: cc-calto-action-ripple 0.8s linear infinite;
        animation: cc-calto-action-ripple 0.8s linear infinite;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none; }


	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 1rem; }
	.call-buton .cc-calto-action-ripple2 i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 1.2rem; }

	.call-buton .cc-calto-action-ripple2:hover i {
	  -webkit-transform: rotate(10deg);
	  transform: rotate(10deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px #f23f572a, 0 0 0 0 #8b13235e, 0 0 0 5px #f23f575e, 0 0 0 10px #f23f575e;
	  box-shadow: 0 4px 10px #f23f575e, 0 0 0 0 #f23f575e, 0 0 0 5px #f23f575e, 0 0 0 10px #f23f575e; }
	100% {
	  -webkit-box-shadow: 0 4px 10px #f23f575e, 0 0 0 5px #f23f575e, 0 0 0 10px #f23f575e, 0 0 0 20px #f23f572a;
	  box-shadow: 0 4px 10px #f23f575e, 0 0 0 5px #f23f575e, 0 0 0 10px #f23f575e, 0 0 0 20px #f23f572a; } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px #f23f575e, 0 0 0 0 #f23f575e, 0 0 0 5px #f23f575e, 0 0 0 10px #f23f572a;
	  box-shadow: 0 4px 10px #f23f575e, 0 0 0 0 #f23f575e, 0 0 0 5px #f23f575e, 0 0 0 10px #f23f572a; }
	100% {
	  -webkit-box-shadow: 0 4px 10px #f23f575e, 0 0 0 5px #f23f575e, 0 0 0 10px #f23f575e, 0 0 0 20px #f23f575e;
	  box-shadow: 0 4px 10px #f23f575e, 0 0 0 5px #f23f575e, 0 0 0 10px #f23f575e, 0 0 0 20px #f23f572a; } }



	

	  #popup{
		background: rgba(31, 28, 28, 0.293);
		backdrop-filter: blur(2.9px);
		-webkit-backdrop-filter: blur(2.9px);
		}

		.swiper-pagination-bullets{
			display: none;
		}