@import url('https://fonts.googleapis.com/css?family=ABeeZee|Courgette|Patua+One&display=swap');

html, body {
    font-family: 'ABeeZee', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 0px;
}

.container-fluid {
    padding-right:0;
    padding-left:0;
    color: #140134;
}

/* Inizio Scrollbar */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Fine scrollbar */

/* Inizio header */
header {
    position: relative;
    min-height: 650px;
    background: linear-gradient(42deg, rgba(85, 16, 16, 1) 0%, rgba(36, 36, 176, 1) 100%);
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 7%;
    overflow: hidden;
    z-index: 1;
}


.video-head {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%,-50%);
    opacity: 0.3;
    pointer-events: none;
    user-select: none;
  }

  .translucent-bck {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 0;
      transform: translate(-50%,-50%);
      opacity: 0.2;
  }

/* Inizio navbar */

.navbar-light .navbar-nav .nav-link {
    color: white;
    transition: 400ms;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
    transition: 400ms;
}

.nav-link {
    text-decoration: none;
    font-size: 20px;
}

.nav-item {
    padding: 10px 12px;
}

nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 2%;
    width: 80%;
    min-height: 70px;
    z-index: 2;
}

.btn-no-bck {
    background: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #140134;
    color: #140134;
    transition: 400ms;
}

.btn-no-bck:hover {
    background: #3949ff;
    color: white;
    border-color: white;
    transition: 400ms;
}

.reg-btn {
    background: #3949ff;
    border-radius: 5px;
    color: white;
    transition: 400ms;
}

.reg-btn:hover {
    background: #1a2dff;
    color: rgba(255, 255, 255, 0.7);
    transition: 400ms;
}

.log-btn {
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.2);
    color: white;
    transition: 400ms;
}

.log-btn:hover {
    border-color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
    transition: 400ms;
}

/* Fine navbar */

.h-text-main {
    margin-top: -200px;
    font-family: 'Patua One', cursive;
    text-align: center;
    color: white;
    font-size: 50px;
    z-index: 1;
}

/*.h-text-secondary {
    font-family: 'Courgette', cursive;
    margin-top: 275px;
    margin-left: -60%;
    color: white;
    font-size: 18px;
}*/

/* Fine header */

/*  Inizio pagina */

.free-text-top, .free-text {
    text-align: center;
}

.t-top1, .s-title {
    font-size: 45px;
    font-family: 'Patua One', cursive;
    font-weight: bold;
}

.t-top2 {
    font-size: 27px;
    line-height: 1.3;
    color: #533e79;
}

.introduction, .adapt, .power {
    text-align: left;
    margin: auto;
    width: 60%;
    font-size: 27px;
    line-height: 1.3;
}

.show-more {
    margin: auto;
    margin-top: 50px;
    min-height: 300px;
}

.select-row {
    margin-left: 100px;
    float: left;
    width: 250px;
    min-height: 70px;
}

.show-more > .select-row > .select {
    left: 0;
    height: 60px;
    width: 200px;
    border-left-style: solid;
    border-left-width: 1.3px;
    border-color: #c1b4d8;
    font-size: 22px;
    text-align: center;
    line-height: 60px;
    transition: 400ms;
}

.show-more > .select-row > .select:hover {
    transition: 400ms;
    border-color: #140134;
    background: rgba(47, 3, 125, 0.1);
    cursor: pointer;
    border-left-width: 7px;
}

.show-more > .select-row > .active {
    border-color: #140134;
    background: rgba(47, 3, 125, 0.1);
}

.show-more > .details {
    float: right;
    width: 650px;
    color: #533e79;
    text-align: left;
    font-size: 22px;
}

.show-more > .details > .selected {
    width: 100%;
    height: 100%;
}

.f-exp-text-top {
    color: #533e79;
    text-align: left;
}

.f-exp-text-top > h2 {
    font-family: 'Patua One', cursive;
    color: #140134;
    font-size: 40px;
    font-weight: bold;
}

.second-exp-top {
    background: linear-gradient(42deg, rgba(36, 36, 176, 1) 0%, rgba(85, 16, 16, 1) 100%);
    height: 450px;
    border-top-left-radius: 70%;
    border-bottom-left-radius: 50%;
}

.s-exp-text-top {
    color: white;
}

.s-exp-text-top > h2 {
    font-family: 'Patua One', cursive;
    font-size: 40px;
    font-weight: bold;
}

.free-text-mid {
    text-align: center;
    font-size: 30px;
    width: 100%;
}

.free-text-mid > h2 {
    font-size: 45px;
    font-family: 'Patua One', cursive;
    font-weight: bold;
}

.free-text-mid > p {
    font-size: 27px;
    line-height: 1.3;
    color: #533e79;
}

.support-show {
    margin: auto;
    width: 50%;
    height: 400px;
    overflow: hidden;
}

.section-2 {
    margin-top: 10%;
    width: 100%;
    height: 450px;
}


.section-2 > .antiddos-animg {
    display: block;
    margin: auto;
    margin-top: -85px;
}

.section-2 > h2 {
    margin-top: 65px;
    text-align: center;
    font-family: 'Patua One', cursive;
    color: #140134;
    font-size: 40px;
    font-weight: bold;
}

.first-exp-bot {
    background: linear-gradient(42deg, rgba(85, 16, 16, 1) 0%, rgba(36, 36, 176, 1) 100%);
    height: 450px;
    border-top-right-radius: 70%;
    border-bottom-right-radius: 50%;
}

.f-exp-text {
    color: white;
}

.f-exp-text > h2 {
    font-family: 'Patua One', cursive;
    font-size: 40px;
    font-weight: bold;
}

.second-exp-bot > .s-exp-text {
    color: #533e79;
    text-align: right;
}

.second-exp-bot > .s-exp-text > h2 {
    font-family: 'Patua One', cursive;
    color: #140134;
    font-size: 40px;
    font-weight: bold;
}

.free-text-bottom {
    text-align: center;
    font-size: 30px;
    width: 100%;
}

.free-text-bottom > h2 {
    font-size: 45px;
    font-family: 'Patua One', cursive;
    font-weight: bold;
}

.free-text-bottom > p {
    font-size: 27px;
    line-height: 1.3;
    color: #533e79;
}

footer {
    position: relative;
    margin-top: 15%;
    border-top-left-radius: 50%;
    border-top-right-radius: 7%;
    min-height: 400px;
    background: linear-gradient(42deg, rgba(36, 36, 176, 1) 0%, rgba(85, 16, 16, 1) 100%);
    overflow: hidden;
}

footer h3 {
    font-family: 'Patua One', cursive;
    font-weight: bold;
    
    color: white;
}

footer h5 {
    font-family: 'ABeeZee', sans-serif;
    /*font-weight: bold;*/
    
    color: white;
}
footer h6 {
    font-family: 'ABeeZee', sans-serif;
    /*font-weight: bold;*/
    
    color: white;
}

.list-unstyled > li > a, .bottom-text-container > .right-links > ul > li > a, .col-md-4 > .mt-1 > a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.4);
    transition: 400ms;
}

.list-unstyled > li > a:hover, .bottom-text-container > .right-links > ul > li > a:hover, .col-md-4 > .mt-1 > a:hover {
    color: rgba(255, 255, 255, 0.9);
    transition: 400ms;
}

.mob-r {
    display: none;
    float: right;
    margin-right: 10px;
}

.bottom-text {
    position: absolute;
    bottom: 0;
    height: 80px;
    color: white;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(122, 61, 173, 0.2);
}

.bottom-text-container {
    height: 100%;
    line-height: 80px;
}

.left-copy, .right-links {
    font-size: 25px;
}

.left-copy {
    margin-left: 3%;
    float: left;
}

.right-links {
    margin-right: 3%;
    display: inline;
    float: right;
    text-align: center;
    font-size: 20px;
}

.right-links > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.right-links > ul > li {
    display: inline;
    margin-left: 50px;
}

.right-links > ul > li > a {
}

sup {
    font-size: 13px;
}

.sub-text {
    font-size: 13px;
}

/* Inizio Animazioni */
.fade-enter-active {
    transition: all .3s ease;
}

.fade-leave-active {
    transition: all .6s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.fade-enter, .fade-leave-to {
    transform: translateX(10px);
    opacity: 0;
}


/* Fine Animazioni */
/* Inzio carousel partner */

.partners-head{
    margin-top: 180px;
    font-size: 45px;
    font-family: 'Patua One', cursive;
    font-weight: bold;
}

  .slick-slide {
      margin: 0px 20px;
  }
  
  .slick-slide img {
      width: 100%;
  }
  
  .slick-slider {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus {
      outline: none;
  }
  .slick-list.dragging {
      cursor: move;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after {
      display: table;
      content: '';
  }
  .slick-track:after {
      clear: both;
  }
  .slick-loading .slick-track {
      visibility: hidden;
  }
  
  .slick-initialized .slick-track {
    display: flex;
    align-items: center;
}
  .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide {
      float: right;
  }
  .slick-slide img {
      display: block;
  }
  .slick-slide.slick-loading img {
      display: none;
  }
  .slick-slide.dragging img {
      pointer-events: none;
  }
  .slick-initialized .slick-slide {
      display: block;
  }
  .slick-loading .slick-slide {
      visibility: hidden;
  }
  .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }

/* Fine carousel partner */
/* Fine pagina */