
body {
background: rgb(221,221,221);
background: linear-gradient(230deg, rgba(221,221,221,1) 15%, rgba(238,238,238,1) 100%);
  font-family: 'Inter Tight';
  }

header {
  padding-top:2em;
  color:rgba(255,255,255,.9);
}

footer {
  background-color: #066;
  background-image: linear-gradient(to bottom, #066, #099); 
}
h1 {
  margin-top:1em;
}
h1, h2, h3, h4 {
  font-family: 'Inter Tight';
  font-weight: 700 !important;
  line-height: 1.1 !important;
  margin-bottom:1em;
  letter-spacing: -0.025em;
}

h2 {
    font-size: 36px;
    letter-spacing: -0.025em;
}

h3 {
  color: rgba(0,0,0,.75);
  margin-bottom: .5em;
    text-transform: capitalize;
  font-size:150% !important;
  line-height: 1;
}

h3, ul {
    width: 100%;
}

h4 {
    line-height: 1.35;
    margin: .25em 0 .5em 0;
    padding: .25em 0;   
    font-size: 90%; 
}

h5 {
    font-size: 11px !important;
    font-family: 'Inter Tight' !important;
    color: #666 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase;
    margin: 1em 0 0 0;
}

a h3, h2 small {
  color:inherit;
}

a:hover {
    color: #0cc;
    text-decoration: underline;
}

.modal-content h4 {
  font-size: 1em;
  line-height: 1;
}


.band-dark > p {
min-height:120px;
}

.carousel-inner .item img {
  margin:0 auto;
}

a.hyperblock {
  padding-top: 3px;
font-family: 'Inter Tight';
      border-radius: 1rem;
}
.badge, .btn {
  padding:5px 15px;
  border-radius:15px;
  color:rgba(0,0,0,.5);
  border: 1px solid rgba(0,0,0,.25);
  text-transform: uppercase;
  margin: 2px;
  position:relative;

}
.btn {
  height: 40px;
  padding:10px 25px;
  line-height: 1;
  background-color: #033;
  color:#fff !important;
  text-transform: unset;
  border-radius: 25px;
  border:2px solid transparent;
    width: fit-content;
    width: unset !important;
    min-width: 150px;
    text-align: center !important;
    font-weight: 600;
    letter-spacing: 0.015em;
}
.btn:hover {
  background-color: #fff;
  
  color:#111 !important;
  border:2px solid #066;
}
.text-dark {
  color:rgba(0,0,0,.75);
}
.box a {
  color:#0aa;
  font-weight:600;
}


a.carousel-control:active {
    background: none;
}

.bg-arrive {
       -webkit-animation-name: MOVE-BG;
    -webkit-animation-duration: .25s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
      -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bg-container > .badge {
  position:absolute;
  top:40%;
  width:30%;left:35%;
  background-color:rgba(0,0,0,.5);
}


a .bg-arrive:hover {
    transform: scale(1.025);
    transition: transform .15s ease;
}


.primary-banner-design {
  position: relative;
  overflow:hidden;
}


.primary-banner.design + .container:last-of-type {
  padding-bottom: 2.5em;
}

.shade-75 .band-dark.rounded-sm {
  margin: 2.5em auto;
}
.shade-75 .band-dark.rounded-sm:last-child {
  margin-bottom:5em;
}
.shade-75, .shade-75 .band-dark {
  background-color:rgba(0,0,0,.75);
}

.band-light-grey {
  background-color: #eee;
}
.band-teal {
background-color: #0cc; 
  background-image: linear-gradient(to bottom right, #099, #0cc); 
  color:#fff;
}
.band-light-grey h3, .box-lite h3, .band-light-grey p {
  color:rgba(0,0,0,.75);
}

.mix h3 {
  text-transform: capitalize;
  font-size: 30px;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.mix p {
font-family: 'Inter Tight';
      font-size: 15px;
    line-height: 1.6;
}
.mix p a {
  color:#099;
  border-bottom: 1px solid #099;
}
.mix a:hover {
  text-decoration: none;
  color:#0cc;
}


.carousel {
  color:#eee;
      height: 400px;
}

#canvas-fx-hexa1 {
  position: fixed;
  z-index:-1;
}

.rotate90cc {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    padding:0;
}
.rotate45cc {
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    padding:0;
}
.rotate135cc {
    -ms-transform: rotate(-135deg); /* IE 9 */
    -webkit-transform: rotate(-135deg); /* Chrome, Safari, Opera */
    transform: rotate(-135deg);
    padding:0;
}

.shade-033 {
  background-color: rgba(0,51,51,.9);
}
.item-image-full {
  max-width:100%;
  margin:.5em 0;
min-height:250px;
}
.item-image-extra {
  background-size:100%;
     background-color: initial;
     background-position: center center;
}
.carousel-wrapper {
  height:320px;
  position:relative;
  top:0;
  width:100%;
  max-width: 1180px;
  margin:0 auto 100px auto;
}
.carousel-item-caption {
    margin: 0;
    width:100%;
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: -120px;
    border-radius:.5em;
    min-height:100px;
}

.carousel-item-caption:before, .box-dark.arrowdown:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0,0,0,.5);
    border-width: 10px;
    margin-left: -10px;
    margin-bottom: 0;
}


.box-dark.arrowdown:after {
  bottom:-10px;
  width: 0; 
  height: 0;
  border-bottom: none; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgba(0,0,0,.5);
}

.carousel-item a:active {
  background:none;
}
.carousel-item-caption > p {
  min-height: 54px;
  text-align:center;
  /* width:fit-content;
  max-width: 65%;*/
  margin:0 auto;
  padding: 10px 50px;
  border-radius: 5px;
  font-size:.9em !important;
}
.carousel-item-caption > p:last-of-type {
    padding-bottom:5px;
  }

.carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 100%;
    margin: 1.25em .25em 0;
}

a.arrow {
  position:absolute;
  top:2px;
  right:2px;
  display:inline-block;
  width:40px;
  height:40px;
  text-align: center;
  border:1px solid #099;
  border-radius: 100%;
  margin:10px 2px 2px;
  z-index:100;
  cursor: pointer !important;
}
a.arrow-prev {
  left:2px;
  top:-2px;
}
 
a.arrow-next {
    -webkit-transform: rotate(180deg);
     transform: rotate(180deg);
  }
a.arrow:hover {
  background-color: rgba(0,50,50,.05);
  border-radius: 100%;
}

.arrow i {
    padding-right: 11px;
    padding-bottom: 5px;
    text-align: center;
    color:#099;
}

.light{
  color:white;
}

.mar-ver-md p:last-of-type {
    padding-bottom: .25em;
}

.box img {
  background-size: cover;
}
button,
.mix > .box-dark p {
  font-size: 90%;
  font-weight: 300;
  line-height: 1.5;
}

.primary .align-right a {
  width: 50px;
    height: 50px;
    text-align: center;
    line-height: 64px;
    border-radius: 100%;
}

.fig-xl {
   font-size: 150%;
   font-weight:bolder;
   letter-spacing: -0.015em;
   color: #0cc;
}

.item-image-extra {
  background-size: 90%;
}

.disc-xl {
  height:400px !important;
  width:400px !important;
}
.disc-xs {
  height:40px;
  width:40px;
  border-radius:100%;
  display: inline-block;
    text-align: center;
    font-size: 75%;
    padding-top: 3px;
  background-color: rgba(0,0,0,.5);
}

.box-lite {
  background-color: #fff;
  border-radius:1em;
  margin-bottom:3em;
  color:#111;
  padding:1em;
}


h1 span.iswap {
  position:relative;
  animation-name: iswap;
  animation-duration: 10s;
  animation-delay: 3s;
  animation-iteration-count: infinite;
}



  .mix h3 {
    color:rgba(0,0,0,.75);
    font-size:24px;
  }
  .box p, header p {
        font-family: 'Roboto';
    font-size: 14px !important;
    line-height: 1.35;
    margin-bottom: 20px;
    padding: 0 1.5em 0.5em 8px;
}

.mix .badge {
  font-size: 10px  !important;
    background-color: transparent  !important;
    border: 1px solid #ccc  !important;
    color: #666  !important;
    letter-spacing: 0.05em  !important;
}



.control {
    position: relative;
    display: inline;
    background: #fff !important;
    color: rgba(0,0,0,.9);
    font-size: 1em;
font-family: 'Inter Tight';
    text-transform: uppercase;
    border-radius: 25px;
    width: auto !important;
}

.control[data-filter]:after, .control[data-toggle]:after {
    left: 10px !important;
    margin: 0 auto;
    border-radius: 100%;
    background-color: rgba(255,255,255,.35);
    transition: background-color 150ms, border-color 150ms;
    border: 2px solid rgba(0,0,0,.25) !important;
}

button.control {
    text-align: left;
    padding: 7px 15px 5px 35px !important;
}

.control:hover:after, .control:visited:after {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(0,0,0,.5) !important;
    background-color: rgba(255,255,255,.75);
    transition: background-color 0.5s ease;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, .85);
    border-radius: 1rem;
    bottom: 3rem;
    padding: 16px 0 8px 0;
  }


/* Standard syntax */
@keyframes iswap {
  0%   {left:0px;}
  3%  {left:-157px;}
  50%  {left:-157px;}
  53% {left:0px;}
}


h1 span.canswap {
  position:relative;
  animation-name: canswap;
  animation-duration: 10s;
  animation-delay: 3s;
  animation-iteration-count: infinite;
}

/* Standard syntax */
@keyframes canswap {
  0%   {right:0px;}
  3%  {right:-30px;}
  50%  {right:-30px;}
  53% {right:0px;}
}


h1 span.qmark {
  position:relative;
  animation-name: qmark;
  animation-duration: 10s;
  animation-delay: 3s;
  animation-iteration-count: infinite;
}

/* Standard syntax */
@keyframes qmark {
  0%   {opacity:1;}
  3%  {opacity:0;}
  50%  {opacity:0;}
  53% {opacity:1;}
}




.carousel-item {
  height: 100%;
}


@media (max-width: 480px) {
      .arrow, .light .arrow {
        background-size: 10px;
        background-position: 10px 50%;
      }
  }
@media screen and (min-width: 480px) {

.item-image-extra {
  background-size:90%;
  background-position: center center;
}

.carousel-wrapper{
    height: 480px;
    margin: -20px auto 30px auto;
}

.carousel-item {
  min-height: 380px;
}

}/* screens smaller than 640 */
@media screen and (min-width: 640px) {

.item-image-extra {
  background-size:contain;
  background-position: center 20%;
  min-height:440px;
}
.carousel-wrapper{
  margin: 0px auto 90px auto;
}
.carousel-item-caption {
    bottom: -120px;
}



}/* screens smaller than 768 */
@media screen and (min-width: 768px) {

  html {overflow-x: hidden;}



.item-image-full {
    margin:.5em 0;
    width:100%;
}

.item-image-extra {
  background-size: 85%;
  background-position: center center;
  margin: -2em 0 0 0;
}
.container, .container-md, .container-sm {
    max-width: 100%;
  }
header .disc {
  height:400px !important;
  width:400px !important;
}




}/* screens smaller than 992 */
@media screen and (min-width: 992px) {


.item-image-extra {
  background-position: center center;
  background-size:contain;

}
  .carousel-item-caption {
    bottom: -120px;
}

.carousel-wrapper {
    margin: 0px auto 60px auto;
}
}/* screens smaller than 1200 */
@media screen and (min-width: 1200px) {


.item-image-extra {
    height:450px;
  background-position: center top;
  background-size: contain;
  margin: -2em 0 0 0;
}


  .carousel-item-caption {
    bottom: -140px;
}
.carousel-wrapper {
    margin: 0px auto 90px auto;
}
}
