@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {font-family: "Roboto", serif;background:#000000;color:#e9e9e9;}
.header {background:#0495f5;padding:10px 0;}
.header a {display:inline-block;}
.logo {height:50px;width:auto;display:inline-block;}
.banner {position:relative;}
.btn-01 {position:absolute;color:#e9e9e9;border:2px solid #b2bbc7;background: rgba(19,12,42,0.80);text-align:center;text-decoration:none;font-weight:bold;bottom:5px;left:50%;width:150px;margin-left:-75px;font-size:14px;border-radius:30px;padding:3px 5px;}
.btn-01:hover {background: rgba(19,12,42,1.00);}
.col-item {padding-top:30px;padding-bottom:30px;border:1px solid #231229;}
.col-item-1 {background:#130c2a;}
.col-item-2 {background:url("../images/col-item-2-bg.jpg") top right;background-size: cover;}
.col-item-3 {background:url("../images/col-item-2-bg.jpg") top right;background-size: cover;}
.col-item-4 {background:#130c2a;}
.txt-01 {font-size:3vw;font-weight:900;padding-top:20px;background:#ABABAB;background: linear-gradient(to bottom, #ABABAB 0%, #FFFFFF 100%);-webkit-background-clip: text;  -webkit-text-fill-color: transparent;}
.txt-02 {font-size:2vw;padding-top:15px;}
.collection-bg {background:#07060e;}
.title-1 {font-weight:900;font-size:5vw;padding-top:30px;padding-bottom:15px;background:#ABABAB;background: linear-gradient(to bottom, #ABABAB 0%, #FFFFFF 100%);-webkit-background-clip: text;  -webkit-text-fill-color: transparent;}
.provider-wrap {padding-bottom:30px;}
.title-bg {background:url("../images/title-bg.jpg") top left;background-size: cover;}
.title-2 {padding-top:15px;padding-bottom:15px;}
.mission-bg {background:url("../images/mission-bg.jpg") top center;background-size: cover;padding-top:30px;padding-bottom:30px;}
.footer {background:#130c2a;padding-top:15px;padding-bottom:15px;}
.footer-item {padding-top:15px;padding-bottom:15px;}
.footer-link a {color:#fff;text-decoration:none;}
.footer-link a:hover, .footer-whatsapp a:active {color:#8044e9;text-decoration:none;}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}