/*fonts included here*/
@import url('https://fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@font-face {
    font-family: 'Aller';
    src: url('../fonts/Aller-Light.eot');
    src: url('../fonts/Aller-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aller-Light.woff2') format('woff2'),
        url('../fonts/Aller-Light.woff') format('woff'),
        url('../fonts/Aller-Light.ttf') format('truetype'),
        url('../fonts/Aller-Light.svg#Aller-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Athelas';
    src: url('../fonts/Athelas-Regular.eot');
    src: url('../fonts/Athelas-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Athelas-Regular.woff2') format('woff2'),
        url('../fonts/Athelas-Regular.woff') format('woff'),
        url('../fonts/Athelas-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*********************/
/* reset css starts here */
*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

figure {
    line-height: 0;
}
*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    font-family: 'Raleway', sans-serif;   

    background: #231f20;
    font-weight: normal;
    overflow-x: hidden;
    position: relative;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}

img {
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
button{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.no-gutters [class^="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.color-white {
    color: #fff;
}

.no-margin {
    margin: 0 !important;
}

.mr-tp-20 {
    margin-top: 20px;
}

.no-padding {
    padding: 0 !important;
}

.mob-block {
    display: none;
}

a.normal-link {
    font-size: 16px;
    color: #FF1D25;
    text-decoration: underline;
}

a.normal-link:hover {
    text-decoration: none;
    color: #FF1D25;
}

a,
span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

strong {
    font-weight: bold;
}

a {
    color: #333333;
}

a,
.main-button,
.fa {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    /*cursor:url(../images/cursor.png), auto !important;*/
}

a:hover,
a:focus,
button:focus {
    text-decoration: none;
    outline: none;
    color: #f2b51e;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

::-webkit-input-placeholder {
    color: #bababa!important;
    opacity: 1;
    font-size: 15px;
    font-weight: 300;
}

::-moz-placeholder {
    color: #bababa!important;
    opacity: 1;
    font-size: 15px;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #bababa!important;
    opacity: 1;
    font-size: 15px;
    font-weight: 300;
}

::-ms-input-placeholder {
    color: #bababa!important;
    opacity: 1;
    font-size: 15px;
    font-weight: 300;
}

::placeholder {
    color: #bababa!important;
    opacity: 1;
    font-size: 15px;
    font-weight: 300;
}

img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.dropdown-menu {
    border-radius: 0;
    min-width: 100px;
}

p {
    font-size: 24px;
    line-height:1;
    color: #fff;
}

.row::before,
.row::after {
    display: none;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}
h4{
    font-size: 18px;
}

a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul{
    list-style: none;
}
.cstm-container {
    padding: 0px 30px;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#logo-img.active{
    display: inline-block !important;
}
.header-top-bar {
    display: block;
    text-align: left;
     margin-bottom: -38px;
    max-width: 60vw;
}
a.brand-name {
    max-width: 299px;
    margin-top: 40px;
    min-height: 90px;
    display:inline-block;
    position: relative;
    z-index: 11;
    margin-right: 100px;   
}
/*header css*/
.header-text {
    max-width: 85vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 50px;
    opacity: 1;
    z-index: 999999;
}
.header-text ul {
    z-index: 9999999;
}
.main-banner-content .left-col {
    width: 60vw;
}
.main-banner-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;    
}
.main-banner-content .left-col {
    width: 60%;
    display: inline-block;
}
.main-banner-content .right-col {
    width: 40%;
    display: inline-block;
}
.header-text li {
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    text-align: right;
    position: relative;
}
.header-text li a {
    color: #fff;
    text-decoration: none;
    position: relative;
}
.header-text li a:hover {
    opacity: 0.7;
    transition: all linear 0.3s;
}

  .header-text li.active a:before {
    position: absolute;
    content: "";
    width: 57px;
    height: 2px;
    background: #fff;
    margin-bottom: 5px;
    margin-right: 30px;
    left: -80px;
    top: 50%;

}

.heading-content h1 {
    /*font-size: 259px;*/
    line-height: 1;
    font-size: 8vw;
    font-weight: 100;
    color: #fff;
}


.heading-content{
    position: relative;
    z-index: 99999;
}




.scroll-down-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 100px 0px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
}
.scroll-down-arrow ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background: #231f20;
}
/*.scroll-down-arrow ul.down-arrows-4 {
    position: static;
}
ul.down-arrows-3 {
    transform: translateY(50%);

}
ul.down-arrows-3 {
    transform: translateY(100%);
}
ul.down-arrows-2 {
    transform: translateY(150%);
}
ul.down-arrows-1 {
    transform: translateY(200%);
}*/
.scroll-down-arrow ul li {
    padding: 0px 5px;
    display: inline-block;
    max-width: 100px;
}
.mid-text-container {
    text-align: center;
    display: block;
    padding: 30px;
}
.mid-text-container h3{
    font-size: 45px;
    color: #fff;
    line-height: 2;
    font-family: 'Aller';
}
.euphoria-sec{
    position: relative; 
    display: block; 
    min-height: 100vh;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px 0px 200px;
}
.euphoria-sec .left-col,
.euphoria-sec .right-col,
.live-moment-sec .right-col,
.live-moment-sec .left-col{
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.single-text-sec .left-col {
    width: 100%;
}
.col-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.euphoria-text{
    position: relative;
    z-index: 11;
}
.euphoria-sec .right-col{
    position: relative;
}

.euphoria-text li{
    opacity: 0.2;
}
.euphoria-text h2 {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: #ffffff;
    text-transform: uppercase;
    font-size: 8vw;
    font-weight: 900;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.euphoria-text li.active{
    opacity: 1;
}
.euphoria-text li.active h2{
    -webkit-text-fill-color: rgba(251, 251, 251, 1);
}
.euphoria-text-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -30px;
    max-width: 16vw;
}
.overlay-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.overlay-img-wrap figure {
    max-width: 300px;
    margin-right: 5vw;
    margin-top: -60px;
    position: relative;
    z-index: 1;
    -webkit-animation: bounce-img 5s infinite;
    animation: bounce-img 5s infinite;
}
@-webkit-keyframes bounce-img {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  60% {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
}
@keyframes bounce-img {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  60% {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
}
.text-summary {
    padding-left: 15vh;
    display: block;
}
.text-summary li{
    padding: 5px 0px;
    display: block; 
}
.text-summary li h2 {
    font-size: 22px;
    color: #fff;
    font-family: 'Aller';   
}
.live-moment-sec {
    display: block;
    margin: 300px 0px;
    position: relative;
}
.live-moment-text{
    position: relative;
    z-index: 999;
}
.live-moment-text:hover .top-shade, .heading-content:hover .top-shade{ 
    top: -5px !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
} 
.live-moment-text:hover .bottom-shade, .heading-content:hover .bottom-shade{
    top: 5px !important;
}
.live-moment-text .top-shade, .heading-content .top-shade {
    color: red;
    z-index: -1;
}
.live-moment-text .bottom-shade, .heading-content .bottom-shade  {
    color: #03bcc5;
    z-index: -1
}

.live-moment-text .shade-text, .heading-content .shade-text {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.live-moment-text h1 {
    font-size: 9vw;
    position: relative;
    z-index: 1;
    color: #fff;
    /*font-family: 'Aller';*/
    line-height: 1.2;
    font-weight: 100;
    z-index: 1;
}
.moment-img {
    position: absolute;
    right: -30px;
    width: 75vw;
    top: 0;
}
.text-row {
    display: block;
    text-align: center;
    padding: 30px;
    margin: 100px 0px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
}
.text-row h1 {
    font-size: 3.5vw;
    color: #fff;
    font-weight: 900;
}
.text-row h1 span.stroke-text{
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #ffffff;
}
.text-row h1 .brackets{
color:#77d2eb;
}
.success-exp-text .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.success-exp-text .right-col{
    width: 50%;
}
.success-exp-text .text-summary{
    padding-left: 0px;
}
section.about-sec {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 100px 0px;
}
.about-sec figcaption {
    margin: 100px auto;
    max-width: 1107px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding:50px;
    display: block;
    position: relative;
    z-index: 111;
}
.about-sec figcaption p {
    margin-bottom: 34px;
    font-family: 'Aller';
    /* letter-spacing: 4px; */
    font-size: 20px;
    line-height: 1.8;
}

/*css preloader*/
/*PRELOADING------------ */

#preloader {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 background: #000;
 z-index: 1111;
}
#preloader h1{
    font-size:200px;
    color: #fff;
    font-weight: bold;
}

#logo-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
   /* background: #231f20;*/
   background: transparent;
}
#logo-container h1 {
    font-size: 78px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    font-weight: 100;
    background: transparent;
}
#cursor-follower{
  position : absolute;
  background-color : transparent;
  color : white;
  border-radius:30px;
  z-index: 9999999;
}
#mirror-img {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
}

/*image distortion css*/


.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  60% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  60% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

  .page-wrap {
    width: 70vw;
    min-height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
}

    /*** canvas ***/

    #canvas {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        left: 0;
    }

    .curtain {
        width:100%;
        min-height: 100vh;
        display: block;
        position: relative;
    }

    .curtain img {
        display: none;
    }

   .euphoria-sec .page-wrap{
        width: 50vw;
    }

 .ripple-image {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  width:100%;
  background-image:url('https://i.ibb.co/p0C7tFd/alice-alinari.jpg');
  background-position:center;
  background-size: cover;
}
    /**************/
 .moveDown  {
     -webkit-animation: flowerDown 20s linear;
             animation: flowerDown 20s linear;
     -webkit-animation-iteration-count: 1;
             animation-iteration-count: 1;
     -webkit-animation-fill-mode: forwards;
             animation-fill-mode: forwards;

        }

        @-webkit-keyframes flowerDown
{
  0% {
    display: block;
  }
  99% {
    opacity: 1;
  }
  100% {
    top: 100%;
    display: none;
    opacity: 0;
  }
}

        @keyframes flowerDown
{
  0% {
    display: block;
  }
  99% {
    opacity: 1;
  }
  100% {
    top: 100%;
    display: none;
    opacity: 0;
  }
} 



/* For Responsive */ 

.moveUp  {
     -webkit-animation: flowerUp 20s linear;
             animation: flowerUp 20s linear;
     -webkit-animation-iteration-count: 1;
             animation-iteration-count: 1;
     -webkit-animation-fill-mode: forwards;
             animation-fill-mode: forwards;

        }

@-webkit-keyframes flowerUp
{
  0% {
    display: block;
  }
  99% {
    opacity: 1;
  }
  100% {
    top: 0px;
    display: none;
    opacity: 0;
  }
}

@keyframes flowerUp
{
  0% {
    display: block;
  }
  99% {
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    display: none;
    opacity: 0;
  }
} 






#logo-img {
  -webkit-animation: cssAnimation 0s 10s forwards;
          animation: cssAnimation 0s 10s forwards;
  opacity: 0; 
  width: 100%;
}

@-webkit-keyframes cssAnimation {
  0%  { opacity: 1; }
  99%{opacity: 0;}
  100%{opacity: 1;}
}

@keyframes cssAnimation {
  0%  { opacity: 1; }
  99%{opacity: 0;}
  100%{opacity: 1;}
}

#logo-container{
     -webkit-animation: sflTxt 0s 10s forwards;
             animation: sflTxt 0s 10s forwards;
  opacity: 1 
}

@-webkit-keyframes sflTxt {
  0%  { opacity: 0; }
  99%{opacity: 1;}
  100%{opacity: 0;}
}

@keyframes sflTxt {
  0%  { opacity: 0; }
  99%{opacity: 1;}
  100%{opacity: 0;}
}
ul.euphoria-text li{
    -webkit-animation-name: color_change;
            animation-name: color_change;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
}
@-webkit-keyframes color_change {
    0%{}
    99%{opacity: 1;}
    100%{opacity: 0;}
    }
@keyframes color_change {
    0%{}
    99%{opacity: 1;}
    100%{opacity: 0;}
    }
.moment-img.villa--image:after {
    position: absolute;
    content: "";
    background: rgba(255,67,134,0.6);
    bottom: -17%;
    height: 50%;
    width: 40%;
    right: 0;
    z-index: 111;
}

.mdrn-bacchanlia-img:after{
  position: absolute;
    content: "";
    background: rgba(96,220,185,0.6);
    top: -30%;
    height: 50%;
    width: 40%;
    right: 0;
    z-index: 111;
}
.sm-line {
    width: 57px;
    height: 2px;
    background: #fff;
    margin-bottom: 5px;
    margin-right: 30px;
}
.live-moment-sec.single-text-sec{
    margin: 100px 0px;
}
.contact-link {
    width: 50%;
    float: right;
}
.contact-link h2 {
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 99999999999;
    font-size: 22px;
    line-height: 1.8;
    /*font-family: 'Athelas';*/
    font-family: 'Aller';
}
.contact-link h2 a{
    color: #fff;
}
.contact-link h2 a:hover{
    text-decoration: none;
}

/* Inner Pages Styling */
.inner-page .moment-img.villa--image:after {
   display: none;
}

.inner-page .moment-img {
    position: relative;
    right: 0px;
    width: 75vw;
    height: 80vh;
    top: 0;
}
.inner-page .owl-carousel:after {
    position: absolute;
    content: "";
    background: rgba(255,67,134,0.6);
    bottom: -17%;
    height: 50%;
    width: 40%;
    right: 0;
    z-index: 111;
}
.pr-0 {
    padding-right: 0;
}
.inner-page .live-moment-sec {
    margin: 150px 0px 0;
}
.inner-page  .live-moment-sec .right-col {
    width: 70%;
}

.inner-page  .live-moment-sec .left-col {
    width: 30%;
}