@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100..700&family=Oswald:wght@700&display=swap');

/****************************************************************************/

html {scroll-behavior: smooth;}
body { background:#FF359B; color:#000; font-family: "Josefin Sans", sans-serif;font-weight:400; font-size:25px; line-height:1.4; 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-oswald{font-family: "Oswald", sans-serif;}
.fs-11{font-size:11px;}
.fs-12{font-size:12px;}
.fs-13{font-size:13px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-16{font-size:16px;}
.fs-20{font-size:20px;}
.fs-21{font-size:21px;}
.fs-22{font-size:22px;}
.fs-25{font-size:25px;}

.fw-thin{font-weight:200!important;}
.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-n30{letter-spacing:-0.03em;}
.ls-40{letter-spacing:0.04em;}
.ls-100{letter-spacing:0.1em;}
.ls-200{letter-spacing:0.2em;}

.bg-black-op{background-color:rgba(0,0,0,0.78)!important;}
.bg-dark{background-color:#383838!important;}
.bg-success{background-color:#B9F037!important;}
.bg-danger{background-color:#FF359B!important;}

.text-success{color:#B9F037!important;}
a.text-success:hover{color:#fff!important;}

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

a img:hover{opacity:0.8;}

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 {}

.fa-list1{ padding: 0;margin: 0;list-style-type: none;}
.fa-list1 li { display: flex;line-height: 1.5; margin-bottom: 10px;}
.fa-list1 li:before  {padding-right: 13px;content: "\f00c";font-size:20px;display: block;vertical-align: middle;font-weight: 900;font-family: "Font Awesome 5 Free";}
   
.radio input[type=radio]{margin-top:10px;}
.container {position:relative;}

.btn {font-size:20px;font-weight:400;padding:14px 30px;letter-spacing:0.1em;text-decoration:none !important;border-radius:0px;text-transform:uppercase;}
.btn-outline-success{border-color:#B9F037!important;color:#B9F037!important;}
.btn-outline-success:hover,.btn-outline-success:focus{border-color:#B9F037!important;background-color:#B9F037!important;color:#000!important;}

.form-control,.form-select{border-radius:0;}
.form-floating > label,.form-control::placeholder{color:#000;}
.form-control.text-white::placeholder{color:#fff;}
.form-floating > label.text-white:after{background-color:transparent!important;}

.social-icons li a{background-color:#B9F037;color:#000;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:#000;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:#B9F037;}

.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:#B9F037;color:#000;cursor: pointer;padding:0px;border-radius: 10px;
	font-size: 25px;border-radius:50%;width:50px;height:50px;line-height:55px;}

#ScrollToTop:hover {background-color:#000;color:#fff;}

.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:visible;}
.text-shadow{text-shadow:5px 0px 5px rgba(0,0,0,0.7);}
.zi-99{z-index:99;}

.bodr-thick:before{content: ""; display: block;width:52%; border-bottom:solid 10px #fff; padding:20px 0px;}
.bodr-thin:before{content: ""; display: block;width:52%;margin-left:auto; border-bottom:solid 1px #fff; padding:20px 0px;}
.bodr-thick-bottom:after{content: ""; display: block;width:52%;margin-left:auto; border-bottom:solid 10px #fff; padding:20px 0px;}
.bodr-thin-bottom:after{content: ""; display: block;width:52%;border-bottom:solid 1px #fff; padding:20px 0px;}