/*
    Name: Minimal
    Description: Responsive Landing Page
    Version: 1.0
    Author: Schintu Desing

    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Header
     3. Slider
     4. Footer
     5. Responsive CSS
*/


/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */

html, body {
	font-family: "Outfit", sans-serif!important;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
body {
	background-color: #000000!important;
}
a, a:link {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 900;
	text-decoration: none;
}
a:hover {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}


::-webkit-input-placeholder { /* WebKit browsers */
 color:    #FFFFFF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #FFFFFF;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #FFFFFF;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:  #FFFFFF;
}
/* ================================= */
/* :::::::::: 2. Header :::::::::::: */
/* ================================= */

.flex-center {
      display: flex;
      justify-content: center;
      align-items: center;
    }
.welcome {
	float: center;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}
.welcome .logo {
	float: center;
}
/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #e80414;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -160px;
  z-index: 999999;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float-fb {
  top: 160px;
}

.float-tw {
  top: 215px;
}

.float-gp {
  top: 270px;
}

.float-rs {
  top: 325px;
}

.float-ig {
  top: 380px;
}

.float-pn {
  top: 435px;
}

/* Floating Social Media Bar Style Ends Here */

/* Above-the-fold hero CTA */
    .hero-cta { 
      display:grid; place-items:center; text-align:center; 
      min-height: 72svh; padding: 6rem 1rem 2rem;
      color:#fff; 
    }
    .hero-cta .kicker { font-weight:600; letter-spacing:.04em; text-transform:uppercase; opacity:.9; }
    .hero-cta h2 { font-weight:800; max-width: 30ch; margin: .5rem auto 1.25rem; line-height:1.15; }
    .hero-cta .sub { opacity:.9; margin-bottom: 1rem; }
    .hero-cta form.newsletter {
      display:flex; gap:.5rem; flex-wrap:wrap; justify-content:center; margin-top:1rem;
    }
    .hero-cta input[type="email"]{
      min-width:260px; padding:.9rem 1rem; border-radius:.75rem; border:none;
    }
    .hero-cta label.consent{color:#ddd; font-size:.9rem; margin-top:.25rem; display:flex; gap:.5rem; justify-content:center;}
    .hero-cta button{
      padding:.9rem 1.15rem; border-radius:.75rem; border:none; font-weight:700; text-transform:uppercase; letter-spacing:.04em;
    }
    .subtle-proof{ color:#ddd; margin-top:.75rem; }

    /* Slider spacing clean-up (no <br> stacks) */
    .slider.container{ padding-block: 3rem; }

    /* Footer */
    footer { color:#fff; }
    .email-form { padding-block: 3rem; text-align:center; }
    .email-form h4{ font-weight:800; }
    .newsletter input[aria-invalid="true"]{ outline-color:#e22; }

    /* Make bxslider captions readable over video */
    .bxslider .title, .bxslider h3{ color:#fff; text-shadow: 0 2px 12px rgba(0,0,0,.5); }


}
/* ================================= */
/* :::::: 3. Slider ::::::: */
/* ================================= */

#slider.container {
	position: relative;
	height: 99%;
	vertical-align: middle;
}
.bxslider .title {
	text-align: center;
	color: #ffffff;
	font-size: 60px;
	font-weight: 900;
	line-height: 1.3em;
}
.bxslider .title span {
	color: #e80414;
}
.bxslider h3 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.bx-wrapper {
	position: relative;
	padding: 0;
 *zoom: 1;
	top: 12%;
	bottom: 12%;
}
/* :::::: Mouse Scroller ::::::: */

.bxslider .scroller {
	margin: 50px auto 0 auto;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 900;
	width: 150px;
	text-align: center;
}
.bxslider .scroller a, .bxslider .scroller a:link {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 900;
	text-decoration: none;
}
.bxslider .scroller a:hover {
	color: rgba(255, 255, 255, 0.9);
}
.bxslider .scroller span {
	margin: 40px auto 10px auto;
	width: 25px;
	height: 40px;
	text-align: center;
	border: 2px solid #ffffff;
	display: block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.bxslider .scroller span.scroll-down {
	display: block;
	width: 4px;
	height: 7px;
	background: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin: 10% auto auto auto;
	-webkit-animation: scroll-inner 1s;
	animation: scroll-inner 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease
}
 @-webkit-keyframes scroll-inner {
 from {
margin-top: 15%;
}
 to {
margin-top: 50%;
}
}
@keyframes scroll-inner {
 from {
margin-top: 15%;
}
 to {
margin-top: 50%;
}
}
@-webkit-keyframes scroll-mouse {
 from {
margin-top: 0;
}
 to {
margin-top: 15px;
}
}
@keyframes scroll-mouse {
 from {
margin-top: 0;
}
 to {
margin-top: 15px;
}
}
#thank-you.container {
	position: relative;
	height: 100%;
}
#thank-you div {
	top: 20%;
	position: relative;
}
#thank-you h2 {
	text-align: center;
	color: #ffffff;
	font-size: 60px;
	font-weight: 900;
	line-height: 1.3em;
}
#thank-you span {
	color: #e80414;
}
/* :::::: Video background opacity ::::::: */
.vegas-slide {
	opacity: 0.4!important;
}
/* ================================= */
/* :::::: 4. Footer ::::::: */
/* ================================= */

#footer {
	min-height: 50px;
	position: relative;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	bottom: 0;
}
#footer .social-icons {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 205px;
}
#footer .social-icons li {
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer .social-icons ul {
	padding: 0;
}
/* Email-form */
.email-form {
	float: left;
	width: 100%;
	margin: 40px 0;
	text-align: center;
}
.email-form h4 {
	text-align: center;
	color: #ffffff!important;
	font-size: 24px!important;
	font-weight: 900!important;
}
.email-form h4 span {
	color: #e80414!important;
}
.newsletter {
	margin-top: 30px;
}
.newsletter input {
	background: #ffffff;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	width: 320px;
	height: 60px;
	border: none;
	font-weight: 900;
	font-size: 14px;
	font-family: inherit;
	color: #999999;
	padding-left: 30px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #d6d6d6;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #d6d6d6;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #d6d6d6;
}
:-moz-placeholder { /* Firefox 18- */
 color: #d6d6d6;
}
.newsletter button {
	background: #e80414;
	color: #ffffff;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	width: 176px;
	height: 60px;
	border: none;
	padding: 0;
	margin-left: -5px;
	font-weight: 900;
	font-size: 14px;
	font-family: inherit;
}

/* ================================= */
/* :::::: 5. Responsive CSS ::::::: */
/* ================================= */

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1036px) {
}

@media only screen and (max-width: 768px) {
.bxslider .title, #thank-you h2 {
	font-size: 50px;
	line-height: 1.2em;
}
}

@media only screen and (max-width: 736px) {
}

@media only screen and (max-width: 667px) {
}

@media only screen and (max-width: 568px) {
.bxslider .title, #thank-you h2 {
	font-size: 40px;
	line-height: 1.1em;
}
.email-form h4 {
	font-size: 18px!important;
}
.newsletter input {
	width: 70%;
	height: 40px;
	margin-bottom: 15px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.bxslider .scroller {
	margin-top: 50px;
}
.newsletter button {
	height: 40px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#footer {
}
}

@media only screen and (max-width: 414px) {
}

@media only screen and (max-width: 320px) {
}
