html {scroll-behavior: smooth;}
body { background:#fff; color:#000;font-family: 'Poppins', sans-serif;font-weight:400; font-size: 22px; line-height:1.6; margin:0px; padding:0px;}

textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
  outline: none;
}

.ff-quat{font-family: "Quattrocento", serif;}

.fs-12{font-size:12px;}
.fs-14{font-size:14px;}
.fs-16{font-size:16px;}
.fs-18{font-size:18px;}
.fs-20{font-size:20px;}
.fs-21{font-size:21px;}
.fs-22{font-size:22px;}
.fs-27{font-size:27px;}

.fw-light{font-weight:300!important;}
.fw-normal{font-weight:400 !important;}
.fw-medium{font-weight:500!important;}
.fw-semi{font-weight:600!important;}
.fw-bold{font-weight:700!important;}
.fw-ebold{font-weight:800!important;}

.py-100{padding-top:100px;padding-bottom:100px;}
.py-60{padding-top:60px;padding-bottom:60px;}
.py-80{padding-top:80px;padding-bottom:80px;}

.ls-n20{letter-spacing:-0.02em;}
.ls-40{letter-spacing:0.04em;}
.ls-100{letter-spacing:0.1em;}
.ls-200{letter-spacing:0.2em;}

.bg-danger{background-color:#F3A7A7!important;}
.bg-primary{background-color:#9798AC!important;}
.bg-light{background-color:#f7c8c8!important;}

.text-danger{color:#E38787!important;}
.text-danger2{color:#ff6600!important;}
.text-primary{color:#9798AC!important;}
.text-secondary{color:#484747!important;}

a.text-white:hover{color:#E30619!important;}

a{color:#000;}
a:hover{color:#E30619;}

a img:hover{opacity:0.7;}

a.underline{text-decoration:underline;}
a.underline:hover{text-decoration:none;}

p{margin-bottom:20px;}
a, a:hover { text-decoration:none; outline:none}

h1,.h1, h2, h3, h4, h5, h6 {font-family: "Quattrocento", serif;}

.list{ padding: 0;margin: 0;list-style-type: none;}
.list li {background: var(--wpr-bg-2024c7ff-5ec3-41d5-8abc-c31c3c5bebe4) left 5px no-repeat;padding-left:35px;margin-bottom:20px;}
li.no-icon{background:none;}

.radio input[type=radio]{margin-top:10px;}
.container {position:relative;}

.btn {font-size:20px;font-weight:600;padding:10px 30px;letter-spacing:0.01em;text-decoration:none !important;border-radius:30px;}
.btn-sm {font-size:18px;font-weight:400;padding:10px 30px;}

.btn-danger{border-color:#F3A7A7!important;background-color:#F3A7A7!important;color:#fff !important;}
.btn-danger:hover,.btn-danger:focus{border-color:#CB6D6D!important;background-color:#CB6D6D!important;color:#fff !important;}

.btn-outline-danger{border-color:#CB6D6D!important;color:#CB6D6D !important;}
.btn-outline-danger:hover,.btn-outline-danger:focus{border-color:#CB6D6D!important;background-color:#CB6D6D!important;color:#fff !important;}

.card-img-top {border-radius: 0px !important;/* border-top-right-radius: calc(.25rem - 1px); */}
 
.form-control,.form-select{border-radius:0;}
.form-control::placeholder{color:#6d6d6d;}
.form-control.text-white::placeholder{color:#fff;}

.social-icons li a{background-color:#F3A7A7;color:#fff;font-size:18px;margin-right:15px;width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;display:inline-block;}
.social-icons li a:hover{background-color:#CB6D6D;color:#fff;}

.carousel-indicators{bottom:-70px;}
.carousel-indicators  [data-bs-target] {width:12px;height:12px;border-radius:50%;margin-right:10px;opacity:1;background-color:#000;}
.carousel-indicators .active{background-color:#F3A7A7;}

.centered {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

#ScrollToTop {display: none;position: fixed;bottom: 20px;right: 30px;z-index: 99;border: none;
	outline: none;  background-color:#F3A7A7;color: white;cursor: pointer;padding:0px;border-radius: 10px;
	font-size: 25px;border-radius:50%;width:50px;height:50px;line-height:50px;}

#ScrollToTop:hover {background-color:#CB6D6D;}

.object-fit{-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;}

.img-op-70 {opacity: 0.70;filter: alpha(opacity=70);}

.wow {visibility:hidden;}
.text-shadow{text-shadow:5px 0px 5px rgba(0,0,0,0.7);}
.zi-99{z-index:99;}

.bottom-gradient{
position: absolute;top: 0px;z-index: 89;height: 100%;width:100%;
background: -moz-linear-gradient(top,  rgba(72,72,72,0) 40%, rgba(72,72,72,1) 100%);
background: -webkit-linear-gradient(top,  rgba(72,72,72,0) 40%, rgba(72,72,72,1) 100%); 
background: linear-gradient(to bottom,  rgba(72,72,72,0) 40%, rgba(72,72,72,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
