@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');

html {
    background: #000000;
}

body {
    margin: 0 !important;
    padding: 0;
}

.custom__brand {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.custom__brand__primary {
    color: #ff1744 !important;
}

.custom__signin__icon {
    font-size: 25px;
}

.custom__nav {
    background: #000000;
    padding: 0 15px !important;
}

.custom__hero__wrapper {
    position: relative;
    background-color: black;
    height: max-content;
    /* padding: ; */
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.custom__hero__wrapper video {
    position: absolute;
    top: 0;
    width: auto;
    z-index: 0;
}

.custom__hero {
    position: relative;
    padding: 10% 0;
    z-index: 2;
}

.custom__hero h3,
.custom__hero p {
    color: #fff;
}

.custom__hero h3 {
    font-weight: 600;
}

.hero__header {
    color: #fff;
    font-size: 3em;
    font-weight: 600;
}

.hero__desc {
    font-size: 1.3em;
}

#hero__vid {
    width: 100%;
}

.go__wrapper {
    background: #fff;
}

.block__header {
    text-align: center;
    font-family: 'Quicksand',
        sans-serif;
    margin-bottom: 40px;

}

.cta__wrapper {
    min-height: 400px;
    /* background: #ff1744; */
    background: #000000;
    padding: 30px 0;
    color: #888888;
}

.block__icon {
    color: #ff1744;
    /* margin: 15px 0; */
}

.block__icon__text {
    font-family: 'Montserrat',
        sans-serif;
    font-size: medium;
    margin-bottom: 15px;
    /* font-weight: bold; */
    text-transform: uppercase;
    color: #999999;
}

.footer__wrapper {
    background: black;
    padding: 20px 0;
    color: #cccccc;
}

.foot__header {
    color: #888888;
    font-size: small;
    margin-bottom: 5px;
}

.foot__body ul {
    padding: 0 !important;
}

.foot__body ul li {
    list-style-type: none;
}

.foot__body ul li a {
    font-size: small;
    color: #fff;
}

.foot__body ul li a:hover {
    color: #ff1744;
    text-decoration: none;
}

.wtpfloat{
	position:fixed;
	width:60px;
	height:60px;
	bottom:25px;
	left:25px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.wtp-float{
	margin-top:16px;
}