::-moz-selection {
  /* Code for Firefox */
  color: #B91A4A;
  background: #8B82F9; }

::selection {
  color: #F04277;
  background: #8B82F9; }

body {
  overflow-x: hidden !important; }

section {
  overflow: hidden; }

.cursor-pointer {
  cursor: pointer; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.MT-10 {
  margin-top: 10px; }

.MT-20 {
  margin-top: 20px; }

.MT-30 {
  margin-top: 30px; }

.MT-40 {
  margin-top: 40px; }

.MT-50 {
  margin-top: 50px; }

.MT-60 {
  margin-top: 60px; }

.MT-80 {
  margin-top: 80px; }

.MT-100 {
  margin-top: 100px; }

.MT-150 {
  margin-top: 150px; }

.MT-200 {
  margin-top: 200px; }

.MB-20 {
  margin-bottom: 20px; }

.MB-40 {
  margin-bottom: 40px; }

.MB-60 {
  margin-bottom: 60px; }

.MB-80 {
  margin-bottom: 80px; }

.MB-100 {
  margin-bottom: 100px; }

.MB-150 {
  margin-bottom: 150px; }

.MB-200 {
  margin-bottom: 200px; }

.PT-20 {
  padding-top: 20px; }

.PT-40 {
  padding-top: 40px; }

.PT-60 {
  padding-top: 60px; }

.PT-80 {
  padding-top: 80px; }

.PT-100 {
  padding-top: 100px; }

.PT-150 {
  padding-top: 150px; }

.PT-200 {
  padding-top: 200px; }

.PB-20 {
  padding-bottom: 20px; }

.PB-40 {
  padding-bottom: 40px; }

.PB-50 {
  padding-bottom: 50px; }

.PB-60 {
  padding-bottom: 60px; }

.PB-80 {
  padding-bottom: 80px; }

.PB-100 {
  padding-bottom: 100px; }

.PB-150 {
  padding-bottom: 150px; }

.PB-200 {
  padding-bottom: 200px; }

.opacity-01 {
  opacity: 0.1; }

.opacity-02 {
  opacity: 0.2; }

.opacity-03 {
  opacity: 0.3; }

.opacity-04 {
  opacity: 0.4; }

.opacity-05 {
  opacity: 0.5; }

.opacity-06 {
  opacity: 0.6; }

.opacity-07 {
  opacity: 0.7; }

.opacity-08 {
  opacity: 0.8; }

.opacity-09 {
  opacity: 0.9; }

.opacity-1 {
  opacity: 1.0; }

.z--1 {
  z-index: -1; }

.z-1 {
  z-index: 10; }

.z-2 {
  z-index: 20; }

.z-3 {
  z-index: 30; }

.z-4 {
  z-index: 40; }

.z-5 {
  z-index: 50; }

.z-max {
  z-index: 999999 !important; }

body {
  font-family: 'Montserrat', sans-serif; }

.title {
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300; }

.text {
  font-size: 30px;
  color: #D9D9D9; }

.services-text {
  font-size: 20px; }

.footer-legal {
  color: #D9D9D9;
  font-family: monospace; }

.text-blue {
  color: #0096ff; }

.text-red {
  color: #B91A4A; }

.bg-body {
  background-color: #282741 !important; }

.btn-primary {
  background: linear-gradient(to right bottom, #0072c2 0%, #0096ff 100%);
  -webkit-transition: all 0.5s ease;
    -webkit-transition--moz-transition: all 0.5s ease;
      -webkit-transition--moz-transition--ms-transition: all 0.5s ease;
        -webkit-transition--moz-transition--ms-transition--o-transition: all 0.5s ease;
          -webkit-transition--moz-transition--ms-transition--o-transition-transition: all 0.5s ease;
  font-size: 14px;
  border-radius: 2px;
  padding: 8px 20px;
  border: none; }
  .btn-primary:hover {
    background: linear-gradient(to right bottom, #0060a3 0%, #0072c2 100%);
    transform: translateY(-2px);
    box-shadow: 0 2px 28px rgba(0, 0, 0, 0.28); }

.btn-red {
  background: linear-gradient(to right bottom, #B91A4A 0%, #F04277 100%);
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 8px 20px;
  font-weight: 700;
  border: none;
  -webkit-transition: all 0.5s ease;
    -webkit-transition--moz-transition: all 0.5s ease;
      -webkit-transition--moz-transition--ms-transition: all 0.5s ease;
        -webkit-transition--moz-transition--ms-transition--o-transition: all 0.5s ease;
          -webkit-transition--moz-transition--ms-transition--o-transition-transition: all 0.5s ease; }
  .btn-red:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 133, 83, 0.25); }
  .btn-red:hover {
    transform: translateY(-2px);
    background: linear-gradient(to right, #8c1438 0%, #b01946 100%); }
    .btn-red:hover.btn-shadow:hover {
      box-shadow: 0 2px 28px rgba(255, 133, 83, 0.28); }
  .btn-red.btn-shadow:active:focus {
    box-shadow: 0 4px 38px rgba(255, 133, 83, 0.28);
    transform: translateY(-1px); }

a {
  color: #5E52F6;
  -webkit-transition: all 0.5s ease;
    -webkit-transition--moz-transition: all 0.5s ease;
      -webkit-transition--moz-transition--ms-transition: all 0.5s ease;
        -webkit-transition--moz-transition--ms-transition--o-transition: all 0.5s ease;
          -webkit-transition--moz-transition--ms-transition--o-transition-transition: all 0.5s ease; }
  a:not(.btn):focus, a:not(.btn):hover {
    background: linear-gradient(to right, #B91A4A 0%, #0096ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.modal {
  border-bottom: none; }
  .modal .close {
    padding: 0;
    font-size: 3rem;
    right: 10px;
    -webkit-transition: all 0.3s ease;
      -webkit-transition--moz-transition: all 0.3s ease;
        -webkit-transition--moz-transition--ms-transition: all 0.3s ease;
          -webkit-transition--moz-transition--ms-transition--o-transition: all 0.3s ease;
            -webkit-transition--moz-transition--ms-transition--o-transition-transition: all 0.3s ease; }
    .modal .close:not(:disabled):not(.disabled):hover {
      color: #F04277; }

.modal-content, .modal-content .card {
  border: none; }

.modal-footer {
  border-top: none; }

.logo {
  cursor: pointer;
  position: absolute;
  z-index: 200;
  color: white;
  left: 0;
  right: 0;
  margin: auto;
  top: 3%;
  max-width: 500px;
  min-width: 300px;
  width: 90%; }

canvas {
  display: block;
  width: 100vw;
  height: 100vh;
  cursor: pointer; }

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite; }

.scroll-down {
  top: 87%;
  left: 50%;
  margin-left: -13px; }

.chevron:first-child {
  animation: move 3s ease-out 1s infinite; }

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite; }

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff; }

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg); }

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg); }

@keyframes move {
  25% {
    opacity: 1; }
  33% {
    opacity: 1;
    transform: translateY(30px); }
  67% {
    opacity: 1;
    transform: translateY(40px); }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5); } }

@keyframes pulse {
  to {
    opacity: 1; } }

.masthead-text {
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  margin-left: 0; }

/* right: 50% */
.ls1 {
  letter-spacing: 1.5px; }

.ls2 {
  font-size: 45px;
  letter-spacing: 1px;
  line-height: 40px; }

.ls3 {
  line-height: 18px;
  font-size: 20px;
  letter-spacing: 0.3px; }

.ls4 {
  font-size: 26px;
  line-height: 30px; }

.ls5 {
  font-size: 60px;
  letter-spacing: 4px;
  line-height: 55px; }

.rs1 {
  letter-spacing: 1.75px; }

.rs2 {
  font-size: 90px;
  letter-spacing: 2px;
  line-height: 70px; }

.rs3 {
  font-size: 30px;
  letter-spacing: 22px;
  line-height: 24px;
  margin-left: 10px; }

.rs4 {
  font-size: 20px;
  letter-spacing: 20px;
  margin-left: 10px;
  line-height: 0; }

.rs5 {
  font-size: 21px;
  line-height: 0;
  letter-spacing: 3px;
  margin-left: -5px; }

@media (min-width: 576px) {
  .logo {
    top: 14%; }
  .masthead-text {
    top: 40%; }
  .left-side {
    float: right; }
  .right-side {
    float: left; } }

.services-box {
  background-color: #3A3755;
  padding: 30px;
  height: 330px; }
  @media (min-width: 424px) {
    .services-box {
      height: 275px; } }
  @media (min-width: 992px) {
    .services-box {
      height: 330px; } }

.services-btn {
  position: absolute;
  bottom: 20px; }

.circle1 {
  height: 200px;
  width: 200px;
  top: 0;
  left: 60%; }

.services-ico {
  max-width: 120px; }

.circle2 {
  height: 80px;
  top: 0px;
  left: 30%; }

.love-img {
  max-height: 200px; }

.love-heart {
  height: 35px;
  animation: beat 0.8s infinite alternate;
  transform-origin: center; }

@keyframes beat {
  0% {
    transform: scale(1.1); }
  50% {
    transform: scale(0.9); } }

.aboutus-item {
  overflow: hidden;
  position: relative;
  display: block;
  height: 400px;
  background-size: cover;
  background-position: center;
  z-index: 1; }

.aboutus-bg {
  background-color: #0096ff;
  z-index: -1;
  height: 200%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  transition: all ease 0.3s; }

.aboutus-content {
  transition: all ease 0.3s;
  position: absolute;
  color: white;
  z-index: 10;
  top: 90%;
  padding-bottom: 300px;
  font-size: 14px; }

.aboutus-ele {
  cursor: url(../img/unicorn.svg), auto;
  background-image: url("../img/Elena-Bobbola-PLANAGY-Slide-Queen.png"); }

.aboutus-alfio {
  cursor: url(../img/lightsaber.svg), auto;
  background-image: url("../img/Marie-Louise-Denti-PLANAGY-Slide-Queen.png"); }

.aboutus-item:hover > .aboutus-content {
  transform: translateY(-330px); }

.aboutus-item:hover .aboutus-bg {
  opacity: 0.8; }

.circle3 {
  left: 14%;
  height: 50px;
  bottom: 45px; }

.circle4 {
  height: 400px;
  right: -100px;
  top: -100px; }

.footer-social i {
  transition: all ease 0.3s;
  transform: scale(2); }
  .footer-social i:hover {
    color: #0096ff;
    transform: scale(3); }

.footer {
  overflow: hidden; }

.footer-border {
  min-width: 400px;
  position: absolute;
  top: -20px;
  left: 50%;
  /* right: 50%; */
  transform: translateX(-50%); }

.footer-logo {
  max-width: 300px; }

.fa-envelope {
  top: 1px; }

.circle7 {
  height: 400px;
  width: 400px;
  bottom: -250px;
  left: 400px; }

.circle5 {
  height: 200px;
  bottom: 100px;
  right: -75px; }

.circle6 {
  height: 20px;
  bottom: 200px;
  left: 10%; }

.modal-content {
  background-color: #282741;
  color: #ffffff; }

.close {
  color: white; }

.modal-close {
  padding: 2.95px 20px;
  border-radius: 4.6px; }
  .modal-close--double {
    height: 58px; }
