@import url("https://fonts.cdnfonts.com/css/georgia-2?styles=33750,33752");

/*@font-face {
font-family: 'Georgia';
font-display: block;
src: url('fonts/Georgia.eot');
src: url('fonts/Georgia.eot?#iefix') format('embedded-opentype'),
url('fonts/Georgia.woff2') format('woff2'),
url('fonts/Georgia.woff') format('woff'),
url('fonts/Georgia.ttf') format('truetype'),
url('fonts/Georgia.svg#Georgia') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}*/

@font-face {
  font-family: "Helvetica";
  font-display: block;
  src: url("fonts/Helvetica.eot");
  src: url("fonts/Helvetica.eot?#iefix") format("embedded-opentype"),
    url("fonts/Helvetica.woff2") format("woff2"),
    url("fonts/Helvetica.woff") format("woff"),
    url("fonts/Helvetica.ttf") format("truetype"),
    url("fonts/Helvetica.svg#Helvetica") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica";
  font-display: block;
  src: url("fonts/Helvetica-Light.eot");
  src: url("fonts/Helvetica-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/Helvetica-Light.woff2") format("woff2"),
    url("fonts/Helvetica-Light.woff") format("woff"),
    url("fonts/Helvetica-Light.ttf") format("truetype"),
    url("fonts/Helvetica-Light.svg#Helvetica-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%; /*A value other than height:auto needs to be set*/
}
body {
  line-height: 1.15;
  -webkit-overflow-scrolling: touch;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
}
body {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
body::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  outline: none;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover,
a:focus {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  outline: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset !important;
}
/*---------------START----------------*/
.navbar {
  min-height: 181px;
  height: auto;
  padding: 0px 83px;
  z-index: 99999999;
}
.navbar-brand {
  padding: 0px;
  margin: 0px;
}
.navbar-dark {
  background: #000000;
}
.navbar > .container-fluid {
  align-items: flex-start;
}

#banner {
  float: left;
  width: 100%;
  min-height: 790.8px;
  height: auto;
  background: #000;
  padding: 0px 87px;
  position: relative;
  margin-top: 179px;
}

.timer {
  position: absolute;
  right: 0;
  bottom: -90px;
}
.timer img {
  height: 342px;
}
.bannercontent {
  float: left;
  width: 87%;
  margin-top: 55px;
}
.bannercontent h1 {
  /*font-family: "Georgia","Times New Roman","Times","Baskerville", serif;*/
  font-family: "Georgia", sans-serif;
  font-weight: 400;
  font-size: 6rem;
  line-height: 109.08px;
  color: #fff;
  display: block;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.bannercontent h1 i {
  font-family: "Georgia", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.bannercontent h2 {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 56px;
  color: #fff;
  margin: 52px 0px;
}
.bannercontent h2 span {
  display: block;
}
.navbar-toggler {
  position: absolute;
  z-index: 9999999;
  border: 0px;
  border-radius: 0px;
  right: 95px;
  width: 40px;
  height: 60px;
  top: 25px;
  padding: 0px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.hamburger {
  position: absolute;
  width: 40px;
  height: 30px;
  top: 5px;
  right: 0;
}
.hamburger .line {
  width: 38px;
  height: 5.6px;
  background-color: #ecf0f1;
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.hamburger .line:nth-child(2) {
  top: 11.2px;
  /*    top: 35.9px;*/
}
.hamburger .line:nth-child(3) {
  top: 22.4px;
  /*top: 47.9px;*/
}
.hamburger:hover {
  cursor: pointer;
}
.offcanvas-body {
  padding: 0px;
}

/* ONE */
/*#hamburger-1 .line:nth-child(1){
    transform: scaleX(1);
    transform-origin: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#hamburger-1.is-active .line:nth-child(1){
width: 309px;
     right: -56px; 
    transform: scaleX(1.4);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: fixed;
    top: 24px;
    right: 0px;
    transform-origin: center;
}

#hamburger-1.is-active .line:nth-child(2){
-webkit-transform: translateY(26px) rotate(45deg);
-ms-transform: translateY(26px) rotate(45deg);
-o-transform: translateY(26px) rotate(45deg);
transform: translateY(26px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3){
-webkit-transform: translateY(15px) rotate(-45deg);
-ms-transform: translateY(15px) rotate(-45deg);
-o-transform: translateY(15px) rotate(-45deg);
transform: translateY(15px) rotate(-45deg);
}
.addLength #hamburger-1 .line:nth-child(1){
width: 38px;
-webkit-transition: all 0.6s ease-in;
-moz-transition: all 0.6s ease-in;
transition: all 0.6s ease-in;
}

.addLength #hamburger-1.is-active .line:nth-child(1){
width: 100%;
transform: scaleX(1.6);
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
position: fixed;
top: 24px;
right: 0px;
}*/

#hamburger-1 .line:nth-child(1) {
  transform: scaleX(1);
}

#hamburger-1.is-active .line:nth-child(1) {
  /*animation-name: line_animation;
animation-duration: 0.2s;
animation-timing-function: linear; */
  width: 190px;
  transform: scaleX(1.9);
}

@keyframes line_animation {
  0% {
    width: 38px;
  }
  100% {
    width: 200px;
  }
}

#hamburger-1.is-active .line:nth-child(2) {
  -webkit-transform: translateY(26px) rotate(45deg);
  -ms-transform: translateY(26px) rotate(45deg);
  -o-transform: translateY(26px) rotate(45deg);
  transform: translateY(26px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  -o-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.addLength #hamburger-1 .line:nth-child(1) {
  width: 38px;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.addLength #hamburger-1.is-active .line:nth-child(1) {
  width: 5000%;
  transform: scaleX(1.6);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.offcanvas {
  background: transparent;
  opacity: 0;
  visibility: initial !important;
  transform: initial !important;
}
.offcanvas.offcanvas-start {
  width: 375px;
  max-height: 356px;
  padding-top: 120px;
  position: fixed;
  z-index: 999;
  background: #000;
  right: 0px;
  left: inherit;
  display: none;
}

.sticky-top {
  z-index: 999999;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  opacity: 1;
  visibility: initial !important;
  transform: initial !important;
  display: block;
}

.navbar-nav .nav-item .nav-link {
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  padding: 0px 0px 0px 35px;
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
}
.navbar-nav .nav-item .nav-link.padLeft {
  padding: 0px 0px 0px 95px;
}
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus {
  background: #353535;
}
.offcanvas-backdrop.show {
  opacity: 0;
  display: none;
}
/*----------------END-----------------*/
#about {
  float: left;
  width: 100%;
  padding: 70px 0px 112px;
}
.aboutcontent {
  float: left;
  width: 100%;
  text-align: center;
}
.aboutcontent > a {
  margin-bottom: 63px;
  display: flex;
  cursor: unset;
  justify-content: center;
}
.aboutcontent h3 {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 42px;
  line-height: 49px;
  color: #000;
  margin-bottom: 47px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 1080px;
  margin: 0 auto 49px;
}
.aboutcontent h3 span {
  display: block;
}
.aboutcontent p {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #000;
  font-weight: normal;
  max-width: 750px;
  letter-spacing: -1px;
  width: 100%;
  margin: 0 auto 20px;
}
.aboutcontent p:last-child {
  padding: 0px 41px;
}
.aboutcontent p > span {
  display: block;
}

/*----------------------------------------------*/
#sevensecondsells {
  float: left;
  width: 100%;
  padding: 70px 83px 118px;
  background: rgba(0, 0, 0, 0.05);
}
.videocontent {
  float: left;
  width: 100%;
  text-align: center;
}
.videocontent a {
  margin-bottom: 68px;
  display: flex;
  cursor: unset;
  justify-content: center;
}
.videocontent h4 {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 42px;
  line-height: 42px;
  color: #000;
  margin-bottom: 62px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.videocontent .embed-responsive {
  padding-bottom: 24px;
}
/*-----------------------------------------------------*/
#noshortcuts {
  float: left;
  width: 100%;
  background: #000000;
  padding: 70px 40px 93px;
}
.shortcutcontents {
  float: left;
  width: 100%;
  text-align: center;
}
.shortcutcontents > a {
  margin-bottom: 63px;
  display: flex;
  cursor: unset;
  justify-content: center;
}
.shortcutcontents > a img {
  filter: invert(1);
}
.shortcutcontents h4 {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 42px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 47px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.shortcutcontents > p {
  font-size: 30px;
  line-height: 40px;
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  max-width: 820px;
  width: 100%;
  font-weight: 400;
  color: #fff;
  margin: 0 auto 84px;
}
.animatedtext {
  float: left;
  width: 100%;
}
.animatedtext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.fade-in-text {
  font-family: "Georgia", "Times New Roman", "Times", "Baskerville", serif;
  color: #fff;
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 6px;
}

.revealOnScroll {
  opacity: 0;
}

footer {
  float: left;
  width: 100%;
  padding: 94px 78px;
  background: #000;
}
.footlogo {
  display: block;
  margin-bottom: 66px;
}
.foottext p {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  text-align: left;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  color: #fff;
  padding-right: 80px;
}
footer h6 {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  text-align: left;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  color: #fff;
}
.quicktext,
.emailTop {
  margin-top: 66px;
}
.quicktext address {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  max-width: 184px;
  color: #fff;
}
footer p {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.quicktext > a {
  display: inline-block;
  margin: 5px 20px;
}
video {
  display: block;
  cursor: pointer;
  /*    min-height: 425px;*/
}
/*------------------------------*/
#contactdev {
  float: left;
  width: 100%;
  position: relative;
  background: #000000;
  padding: 70px 40px 56px;
}
.contactcontent {
  float: left;
  width: 100%;
  text-align: center;
}
.contactcontent > a {
  margin-bottom: 63px;
  display: flex;
  cursor: unset;
  justify-content: center;
}
.contactcontent p > a {
  cursor: pointer;
  color: #fff;
}
.contactcontent > a img {
  filter: invert(1);
}
.contactcontent h4 {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 42px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 47px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.contactcontent > p {
  font-size: 30px;
  line-height: 40px;
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  max-width: 820px;
  width: 100%;
  font-weight: 400;
  color: #fff;
  margin: 0 auto 84px;
}

html {
  scroll-padding-top: 179px; /* height of sticky header */
}
.deskview {
  display: flex;
}
.mobileview {
  display: none;
}

.emailTop a {
  color: #fff;
}
.animatedtext p:last-child {
  height: 0px;
}
.foottext a {
  color: #fff;
  text-decoration: underline;
}

#statements {
  float: left;
  width: 100%;
  margin-top: 181px;
  padding: 30px 83px 70px;
}
.mainhead {
  font-size: 27px;
  font-family: "Georgia", "Times New Roman", "Times", "Baskerville", serif;
}
.subhead {
  font-size: 27px;
  font-family: "Georgia", "Times New Roman", "Times", "Baskerville", serif;
  margin-bottom: 8px;
}
.content p,
ol li,
.titlePara {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 12px;
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
}
.titlePara {
  font-weight: 700;
}
.content {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

ol li {
  list-style: disc;
  list-style-position: inside;
}
.mobileview h6 a,
.deskview h6 a {
  color: #fff;
}

.fade-in-text {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
/* Add animation delay to each line of text */
#ownable {
  transition-delay: 1s;
}
#relatable {
  transition-delay: 2s;
}
#extendable {
  transition-delay: 3s;
}
.show {
  opacity: 1;
}

/*.video-poster{
    min-height: 425px;
}*/
.changeBlack .hamburger .line {
  background: #000;
}
.changeBlack #hamburger-1.is-active .line {
  background: #fff !important;
}
.video-container {
  position: relative;
  width: 100%;
  max-width: 100%; /* Set a max-width for better responsiveness */
  margin-bottom: 22px;
  overflow: hidden;
  max-height: 480px;
  /*      height: 100%;*/
}
.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.hideScroll {
  opacity: 0 !important;
}

footer.mobileview p {
  font-size: 14px;
  line-height: 23px;
}

footer.mobileview address {
  max-width: none !important;
  font-size: 14px;
  line-height: 23px;
}

footer.mobileview .quicktext {
  font-size: 14px;
  line-height: 23px;
}

footer.mobileview h6 {
  font-weight: 700;
  line-height: 23px;
  font-size: 14px;
}

footer.mobileview h6 a {
  font-weight: 700;
  line-height: 23px;
  font-size: 14px;
}

footer.mobileview a {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  text-align: left;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #fff;
}

footer.deskview .foottext p {
  font-size: 18px;
  line-height: 28px;
}

footer.deskview address {
  max-width: none !important;
  font-size: 18px;
  line-height: 28px;
}

footer.deskview .quicktext-bottom {
  margin-top: 30px !important;
}

footer.deskview h6 {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
}

footer.deskview a {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
}

@media (min-width: 1440px) {
  footer.deskview .foottext p {
    font-size: 20px;
    line-height: 28px;
  }

  footer.deskview address {
    font-size: 20px;
    line-height: 28px;
  }

  footer.deskview h6 {
    font-size: 20px;
    line-height: 28px;
  }

  footer.deskview a {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1920px) {
  footer.deskview .foottext p {
    font-size: 26px;
    line-height: 35px;
  }

  footer.deskview address {
    font-size: 26px;
    line-height: 35px;
  }

  footer.deskview h6 {
    font-size: 26px;
    line-height: 35px;
  }

  footer.deskview a {
    font-size: 26px;
    line-height: 35px;
  }
}
