@font-face {
    font-family: CORBELB;
    src: url(media/fonts/CORBELB.TTF);
}

@font-face {
    font-family: MYRIADPRO-REGULAR;
    src: url(media/fonts/MYRIADPRO-REGULAR.OTF);
}

.font-custom-1 {
    font-family: 'Open Sans', sans-serif;
}

.font-custom-2 {
    font-family: CORBELB;
}

.font-custom-3 {
    font-family: MYRIADPRO-REGULAR;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.nav-logo {
    height: 25px;
}

.navbar {
    background-color: #2B4083;
}

header {
    position: relative;
    width: 100%;
    height: 100%;
    background-color:#242166;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 90px;
    color: #ffffff;
    line-height: 0.85;
}

.h1-custom {
    font-size: 70px;
}

.margin-top-custom {
    margin-top: 250px
}

.header-logo {
    max-height: 600px;
}

.btn-header {
    box-shadow: none;
    color: #242166;
    background: linear-gradient(to right top, #d1effd, #74e0f8, #21d8d5);
    border-radius: 25px;
    border: 0!important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: CORBELB;
    font-size: 16px;
    transition: .5s ease-in-out;
}

.btn-header:hover, .btn-header:active, .btn-header:focus {
    box-shadow: none;
    color: #242166;
    padding-left: 166px;
    padding-right: 166px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    color: #ffffff
}

#title {
    background-color: #242166;
}

.hr-custom {
    border-bottom: 1px solid #ffffff;
    margin-left: 50px;
    margin-right: 50px;
    background-color: #242166;
}

.hr-custom-2 {
    border-bottom: 1px solid #33333363;
}

.hr-custom-3 {
    border-bottom: 1px solid #2B4083;
    margin-left: 50px;
    margin-right: 50px;
}

.bg-custom {
    background-color: #2B4083;
}

.bg-custom-2 {
    background-color: #242166;
}

.share {
    position: fixed;
    right: 10vh;
    bottom: 10vh;
    width: 60px;
    z-index: 9;
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 0px 8px #8685a5);
    filter: drop-shadow(0px 0px 8px #8685a5);
}

.mouse {
    width: 30px
}

.arrow {
    width: 30px
}

#firstStripe {
    background-color: rgba(255, 102, 204, 0.11)
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #333333
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333333
}

.luce-1 {
    height: 26.77376171352075vh;
    position: absolute;
}

#firstStripe a {
    color: #660066;
    text-decoration: underline;
}

#firstStripe a:hover, #firstStripe a:active, #firstStripe a:focus {
    color: #2B4083;
    text-decoration: underline;
}

#secondStripe {
    background-color: rgba(51, 153, 153, 0.1);
}

.luce-2 {
    height: 26.77376171352075vh;
    position: absolute;
    right: 0
}

#secondStripe .icon {
    height: 40px;
    margin: 2px;
}

#secondStripe h3, #thirdStripe h3 {
    font-size: 30px;
}

#secondStripe p {
    line-height: 25px;
}

.hr-stripes {
    border-bottom: 4px solid #333333
}

#thirdStripe {
    background-color: rgba(38, 28, 226, 0.15);
}

#thirdStripe .icon {
    height: 230px;
    background-color: #242166;
    border: 6px solid #F641A9
}

#thirdStripe .icon-1, #thirdStripe .icon-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

#thirdStripe .icon-3, #thirdStripe .icon-4 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

#fourthStripe {
    background-color:#242166;
}

#fourthStripe h2 {
    font-size: 100px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #ffffff;
    line-height: 115px;
    border: solid 13px #F641A9;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 200px;
    margin-bottom: 200px;
}

#social .icon, #share .icon {
    height: 50px;
    transition: .3s ease-in-out;
}

#share h5 {
  font-family: CORBELB;
  font-size: 18px;
  color:#242166
}

/* Bob Social's Icons Hover */
@-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;
}

.p-social {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #2B4083;
}

.flag {
    height: 25px
}

footer {
    background-color: #2B4083;
}

footer p {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
}

.animate__animated.animate__slideInDown {
    --animate-duration: 1.3s;
}

#fourthStripe, header {
  position: relative;
  overflow: hidden;
}

#fourthStripe video, header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width:992px) {
  body,
  html {
  height: 100%;
  width: 100%;
  }
}

@media screen and (max-width:767px) {
    #fourthStripe h2 {
        font-size: 80px;
    }
    .share {
        right: 10px;
        top: 70px;
    }
    .margin-top-custom {
        margin-top: 160px
    }
}

@media screen and (max-width:576px) {
    .margin-top-custom {
        margin-top: 120px
    }
    h1 {
        font-size: 55px;
    }
    .h1-custom {
        font-size: 38px;
    }
    .btn-header:hover, .btn-header:active, .btn-header:focus {
        padding-left: 50px;
        padding-right: 50px;
    }
    .hr-custom, .hr-custom-2, .hr-custom-3 {
        margin-left: 0;
        margin-right: 0;
    }
    #secondStripe h3, #thirdStripe h3 {
        font-size: 24px;
    }
    #fourthStripe h2 {
        font-size: 40px;
        line-height: 60px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .share {
        right: 10px;
        top: 70px;
        width: 40px;
    }
    #social .icon {
        height: 44px;
    }
}


.light-1 {
    position: relative;
    bottom: -1.9vh;
    left: 10.174029451137885vh;
    user-select: none;
    margin: 0;
    padding: 0;
}
.light-1{
  font: 400 19vh "Vibur";
  color: #827ad844;
  text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #827AD8, 0 0 0.5em #827AD8, 0 0 0.1em #3c33a1;
}
.light-1 span{
  animation: light-1 linear infinite 2s;
}

@keyframes light-1 {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79%{
     color: #827AD8;
  }
  80% {
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #827AD8;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #827AD8;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}

.light-2 {
    position: relative;
    bottom: 1.7vh;
    left: 10.5vh;
    user-select: none;
    margin: 0;
    padding: 0;
}
.light-2{
  font: 400 19vh "Vibur";
  color: #d36ab33f;
  text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #D36AB4, 0 0 0.5em #D36AB4, 0 0 0.1em#dd11a0;
}
.light-2 span{
  animation: light-2 linear infinite 1.5s;
}
@keyframes light-2 {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79%{
     color: #D36AB4;
  }
  80% {
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #D36AB4;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #D36AB4;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}

.light-3 {
    position: relative;
    bottom: 7vh;
    left: 11vh;
    user-select: none;
    margin: 0;
    padding: 0;
}
.light-3{
  font: 400 19vh "Vibur";
  color: #73bdce4b;
  text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #73BDCE, 0 0 0.5em #73BDCE, 0 0 0.1em #0da8ca;
}
.light-3 span{
  animation: light-3 linear infinite 2.5s;
}
@keyframes light-3 {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79%{
     color: #73BDCE;
  }
  80% {
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #73BDCE;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #73BDCE;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}

.light-4 {
    position: relative;
    bottom: -3.3vh;
    right: 5vh;
    user-select: none;
    margin: 0;
    padding: 0;
}
.light-4{
  font: 400 19vh "Vibur";
  color: #827ad844;
  text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #827AD8, 0 0 0.5em #827AD8, 0 0 0.1em #3c33a1;
}
.light-4 span{
  animation: light-4 linear infinite 2s;
}

@keyframes light-4 {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79%{
     color: #827AD8;
  }
  80% {
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #827AD8;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #827AD8;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}

.light-5 {
    position: relative;
    bottom: 1vh;
    right: 7.9vh;
    user-select: none;
    margin: 0;
    padding: 0;
}
.light-5{
  font: 400 19vh "Vibur";
  color: #d36ab33f;
  text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #D36AB4, 0 0 0.5em #D36AB4, 0 0 0.1em#dd11a0;
}
.light-5 span{
  animation: light-5 linear infinite 1.5s;
}
@keyframes light-5 {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79%{
     color: #D36AB4;
  }
  80% {
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #D36AB4;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #D36AB4;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}

.modal-open {
  overflow: auto !important;
  padding-right: 0px !important;
}

.modal {
  padding-right: 0px !important;
  margin-top: 30px;
}

@media screen and (max-width:992px) {
  .modal {
      padding-right: 0px !important;
      margin-top: 0px !important;
  }
}

.close {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 9999!important;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(33, 216, 213, 0.8);
  text-shadow: 0px 2px 2px gray;
  opacity: 1;
  transition: all .3s ease-in-out;
}
.close:hover {
  color: #242166;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.close:focus {
  background-color: none!important;
  border:none!important;
  outline: none;
  box-shadow: none;
  color: none!important;
  transition: all .3s ease-in-out;
}