/* =======================================================
*
*   Template Style 
*
* ======================================================= */
html {
  height: 100%;
}

body {
  font-family: DM Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  height: 100%;
  position: relative;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2a5555;
  opacity: 0.7;
  z-index: 1;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Tinos", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .5;
}
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
video.bg-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

/*@media (pointer: coarse) and (hover: none) {
  body {
    background: url("../assets/img/bg-mobile-fallback.jpg") #2a5555 no-repeat center center scroll;
    background-size: cover;
  }
  body video {
    display: none;
  }
}*/
.scsmm-content-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scsmm-content-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
.scsmm-content-wrapper .scsmm-content-box {
  position: relative;
  max-width: 40rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.scsmm-content-wrapper .scsmm-content-box h1,
.scsmm-content-wrapper .scsmm-content-box .h1 {
  font-size: 2.5rem;
}
.scsmm-content-wrapper .scsmm-content-box p {
  font-size: 1.2rem;
}
.scsmm-content-wrapper .scsmm-content-box p strong {
  font-weight: 700;
}
.scsmm-content-wrapper .scsmm-content-box .input-group-newsletter input {
  height: auto;
  width: 100%;
  font-size: 1rem;
  padding: 1rem;
}
.scsmm-content-wrapper .scsmm-content-box .input-group-newsletter button {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: calc(1rem + 2px);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2a5555;
    --bs-btn-border-color: #2a5555;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #244848;
    --bs-btn-hover-border-color: #224444;
    --bs-btn-focus-shadow-rgb: 74, 111, 111;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #224444;
    --bs-btn-active-border-color: #204040;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2a5555;
    --bs-btn-disabled-border-color: #2a5555;
}

@media (min-width: 992px) {
  .scsmm-content-wrapper {
    height: 100%;
    width: 75vw;
    min-height: 0;
    padding-bottom: 0;
  }
  .scsmm-content-wrapper:before {
    transform: skewX(-9deg);
    transform-origin: top right;
  }
  .scsmm-content-wrapper .scsmm-content-box {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 9rem;
  }
  .scsmm-content-wrapper .scsmm-content-box h1,
  .scsmm-content-wrapper .scsmm-content-box .h1 {
    font-size: 3.5rem;
  }
  .scsmm-content-wrapper .scsmm-content-box p {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .scsmm-content-wrapper {
    width: 65vw;
  }
}
.social-icons {
  position: relative;
  z-index: 2;
}
.social-icons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 4rem;
  width: 4rem;
  border-radius: 100rem;
}

@media (min-width: 992px) {
  .social-icons {
    position: absolute;
    height: 100%;
    top: 0;
    right: 2.5rem;
    width: auto;
  }
}
.countdown {
  margin-top: 3em;
  margin-bottom: 3em;
}

.countdown > .box > div {
  display: table-cell;
  vertical-align: middle;
  height: 115px;
  width: 120px;
}

.countdown > .box #d,
.countdown > .box #h,
.countdown > .box #m,
.countdown > .box #s,
.countdown > .box small {
  display: inline-block;
  color: white;
}

.countdown > .box  div {
  font-size: 40px;
}

.countdown > .box small {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 10px;
}