/*
Text gradient : 
    from : #ff0566
      to : #fa7236
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,500,600,700&display=swap");
.clear {
  clear: both; }

body {
  margin: 0; }
  @media screen and (min-width: 992px) {
    body {
      overflow-x: hidden; } }

#nav {
  background: #0c0b19;
  width: 100%;
  height: 100px;
  font-family: 'Montserrat';
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  position: fixed;
  z-index: 99; }
  @media screen and (max-width: 992px) {
    #nav {
      display: none; } }
  #nav .container ul {
    display: flex;
    min-height: 100px;
    align-items: center;
    padding: 0; }
    #nav .container ul.right {
      float: right; }
      #nav .container ul.right li {
        margin-left: 2em; }
    #nav .container ul.left {
      float: left; }
      #nav .container ul.left li {
        margin-right: 2em; }
    #nav .container ul li {
      display: inline-block;
      list-style: none; }
      #nav .container ul li a {
        text-decoration: none;
        color: white;
        padding: 2px; }
        #nav .container ul li a.active {
          background: linear-gradient(to right, #ff0566 0%, #fa7236 100%);
          background-clip: content-box;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        #nav .container ul li a:hover {
          background: linear-gradient(to right, #fa7236 0%, #ff0566 100%);
          background-clip: content-box;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
  #nav .container .logo {
    display: flex;
    min-height: 100px;
    align-items: center; }
    #nav .container .logo img {
      display: block;
      margin: 0 auto; }

#nav-mobile {
  height: 70px;
  width: 100%;
  background: #0c0b19;
  position: fixed;
  z-index: 99;
  color: white;
  display: none; }
  @media screen and (max-width: 992px) {
    #nav-mobile {
      display: block; } }
  #nav-mobile > .container-fluid {
    padding: 0 35px; }
    #nav-mobile > .container-fluid .logo {
      float: left;
      min-height: 70px;
      display: flex;
      align-items: center; }
      #nav-mobile > .container-fluid .logo img {
        height: 40px; }
    #nav-mobile > .container-fluid .burger-icon {
      min-height: 70px;
      display: flex;
      align-items: center;
      float: right; }
      #nav-mobile > .container-fluid .burger-icon:hover {
        cursor: pointer; }
      #nav-mobile > .container-fluid .burger-icon i {
        font-size: 1.7em; }
    #nav-mobile > .container-fluid ul {
      display: none;
      background: #090913;
      position: absolute;
      top: 70px;
      padding: 5px 5px;
      right: 0; }
      #nav-mobile > .container-fluid ul.open {
        display: unset; }
      #nav-mobile > .container-fluid ul li {
        list-style: none;
        margin: 10px 0;
        border-bottom: 1px solid #2e2e2e; }
        #nav-mobile > .container-fluid ul li:nth-last-child(1) {
          border-bottom: 0; }
        #nav-mobile > .container-fluid ul li a {
          padding: 0 30px;
          min-height: auto;
          display: flex;
          align-items: center;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 1.2em;
          color: white;
          text-decoration: none; }
          #nav-mobile > .container-fluid ul li a.active {
            background: linear-gradient(to right, #ff0566 0%, #fa7236 100%);
            background-clip: content-box;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
          #nav-mobile > .container-fluid ul li a:hover {
            background: linear-gradient(to right, #fa7236 0%, #ff0566 100%);
            background-clip: content-box;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }

#top {
  overflow: hidden;
  height: 100vh; }
  #top .background {
    position: absolute;
    height: 100vh; }
    #top .background .container-fluid {
      width: 100vw; }
      #top .background .container-fluid .top-black {
        background: #141d1c; }
      #top .background .container-fluid .image {
        height: 100vh;
        width: 100%;
        padding: 0 0;
        background: url("../img/site/bg.jpeg") no-repeat;
        background-size: cover;
        background-position: center; }
  #top .container .content {
    display: flex;
    min-height: 100vh;
    align-items: center; }
    #top .container .content .title {
      position: absolute;
      font-family: 'Montserrat'; }
      #top .container .content .title:before {
        content: 'Welcome to';
        font-family: 'Montserrat';
        font-size: 2.5em;
        font-weight: 300;
        text-transform: uppercase;
        background: linear-gradient(to right, #ff0566 0%, #fa7236 100%);
        background-clip: content-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          #top .container .content .title:before {
            font-size: 2em; } }
        @media screen and (max-width: 860px) {
          #top .container .content .title:before {
            font-size: 1.5em; } }
      #top .container .content .title h1 {
        font-size: 7em;
        font-weight: bold;
        color: white; }
        @media only screen and (min-width: 768px) and (max-width: 1200px) {
          #top .container .content .title h1 {
            font-size: 6em; } }
        @media screen and (max-width: 860px) {
          #top .container .content .title h1 {
            font-size: 5em; } }
        @media screen and (max-width: 576px) {
          #top .container .content .title h1 {
            font-size: 4em; } }
  #top .container .socials {
    position: absolute;
    left: 30px;
    top: 50vh;
    font-family: 'Montserrat';
    color: white;
    transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      #top .container .socials {
        top: unset;
        bottom: 15px;
        transform: unset; } }
    #top .container .socials ul {
      padding-left: 0; }
      #top .container .socials ul li {
        margin: 10px 0;
        list-style: none; }
        @media screen and (max-width: 768px) {
          #top .container .socials ul li {
            display: inline-block;
            margin: 0 2px; } }
        #top .container .socials ul li:nth-last-child(1) {
          writing-mode: vertical-rl;
          transform: rotate(180deg);
          margin-top: 0;
          margin-bottom: 0;
          padding: 2px;
          width: auto; }
          @media screen and (max-width: 768px) {
            #top .container .socials ul li:nth-last-child(1) {
              writing-mode: unset;
              transform: unset; } }
        @media screen and (max-width: 768px) {
          #top .container .socials ul li:nth-last-child(2) {
            transform: rotate(-90deg); } }
        #top .container .socials ul li:nth-last-child(2) {
          padding: 2px; }
        #top .container .socials ul li a {
          color: white;
          padding: 2px; }
          #top .container .socials ul li a:hover {
            -webkit-text-fill-color: #ff0566; }

@media screen and (max-width: 992px) {
  #about-us {
    display: none; } }

#about-us .container-fluid {
  width: 100vw; }
  #about-us .container-fluid .row .image {
    background: url("../img/site/about.jpeg") no-repeat;
    background-size: cover;
    background-position: center; }
  #about-us .container-fluid .row .content {
    padding: 7em 0;
    font-family: 'Montserrat';
    background: #1a1a22; }
    #about-us .container-fluid .row .content .wrap {
      padding: 0 50px; }
      #about-us .container-fluid .row .content .wrap .title {
        margin-bottom: 40px; }
        #about-us .container-fluid .row .content .wrap .title h2 {
          text-align: center;
          font-size: 4em;
          font-weight: bold; }
          @media screen and (min-width: 768px) and (max-width: 1200px) {
            #about-us .container-fluid .row .content .wrap .title h2 {
              font-size: 3.5em; } }
          #about-us .container-fluid .row .content .wrap .title h2 span {
            background: linear-gradient(to right, #ff0566 0%, #fa7236 100%);
            background-clip: content-box;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
      #about-us .container-fluid .row .content .wrap .paragraph {
        font-size: 1.1em;
        color: white;
        text-align: center;
        line-height: 200%; }
        @media screen and (min-width: 768px) and (max-width: 1200px) {
          #about-us .container-fluid .row .content .wrap .paragraph {
            font-size: 1em; } }
        #about-us .container-fluid .row .content .wrap .paragraph p {
          padding: 0 15px; }
          @media only screen and (min-width: 768px) {
            #about-us .container-fluid .row .content .wrap .paragraph p {
              padding: 0; } }

#about-us-mobile {
  display: none; }
  @media screen and (max-width: 992px) {
    #about-us-mobile {
      display: block; } }
  #about-us-mobile .row .image {
    background: url("../img/site/about.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
    height: 60vh; }
  #about-us-mobile .row .content {
    padding: 7em 0;
    font-family: 'Montserrat';
    background: #1a1a22; }
    @media screen and (max-width: 992px) {
      #about-us-mobile .row .content {
        padding: 5em 0; } }
    #about-us-mobile .row .content .wrap {
      padding: 0 50px; }
      @media screen and (max-width: 992px) {
        #about-us-mobile .row .content .wrap {
          padding: 0 15px; } }
      #about-us-mobile .row .content .wrap .title {
        margin-bottom: 40px; }
        #about-us-mobile .row .content .wrap .title h2 {
          text-align: center;
          font-size: 4em;
          font-weight: bold; }
          @media screen and (min-width: 768px) and (max-width: 1200px) {
            #about-us-mobile .row .content .wrap .title h2 {
              font-size: 3.5em; } }
          @media screen and (max-width: 768px) {
            #about-us-mobile .row .content .wrap .title h2 {
              font-size: 3em; } }
          #about-us-mobile .row .content .wrap .title h2 span {
            background: linear-gradient(to right, #ff0566 0%, #fa7236 100%);
            background-clip: content-box;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
      #about-us-mobile .row .content .wrap .paragraph {
        font-size: 1.1em;
        color: white;
        text-align: center;
        line-height: 200%; }
        @media screen and (min-width: 768px) and (max-width: 1200px) {
          #about-us-mobile .row .content .wrap .paragraph {
            font-size: 1em; } }
        @media screen and (max-width: 768px) {
          #about-us-mobile .row .content .wrap .paragraph {
            font-size: 1em; } }
        #about-us-mobile .row .content .wrap .paragraph p {
          padding: 0 15px; }
          @media only screen and (min-width: 768px) {
            #about-us-mobile .row .content .wrap .paragraph p {
              padding: 0; } }

#studio {
  overflow: hidden; }
  #studio .container-fluid {
    width: 100vw; }
    #studio .container-fluid .row .image {
      background: url("../img/site/studio.jpeg") no-repeat;
      background-size: cover; }
      @media screen and (max-width: 992px) {
        #studio .container-fluid .row .image {
          background-position: center;
          height: 60vh; } }
    #studio .container-fluid .row .content {
      padding: 7em 0;
      font-family: 'Montserrat';
      background: #1a1a22; }
      @media screen and (max-width: 992px) {
        #studio .container-fluid .row .content {
          padding: 5em 0; } }
      #studio .container-fluid .row .content .wrap {
        padding: 0; }
        #studio .container-fluid .row .content .wrap .title {
          margin-bottom: 40px; }
          #studio .container-fluid .row .content .wrap .title h2 {
            text-align: center;
            font-size: 4em;
            font-weight: bold; }
            @media screen and (max-width: 1300px) {
              #studio .container-fluid .row .content .wrap .title h2 {
                font-size: 3em; } }
            #studio .container-fluid .row .content .wrap .title h2 span {
              background: linear-gradient(to right, #ff0566 0%, #fa7236 100%);
              background-clip: content-box;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
        #studio .container-fluid .row .content .wrap .paragraph {
          font-size: 1.1em;
          color: white;
          text-align: center;
          line-height: 200%; }
          #studio .container-fluid .row .content .wrap .paragraph p {
            padding: 0 25px; }
            @media only screen and (min-width: 768px) {
              #studio .container-fluid .row .content .wrap .paragraph p {
                padding: 0; } }

#cabins {
  overflow: hidden; }
  #cabins .container-fluid {
    width: 100vw; }
    #cabins .container-fluid .row .image {
      background: url("../img/site/cabin.jpeg") no-repeat;
      background-size: cover; }
      @media screen and (max-width: 992px) {
        #cabins .container-fluid .row .image {
          background-position: center;
          height: 60vh; } }
    #cabins .container-fluid .row .content {
      padding: 7em 0;
      font-family: 'Montserrat';
      background: #1a1a22; }
      @media screen and (max-width: 992px) {
        #cabins .container-fluid .row .content {
          padding: 5em 0; } }
      #cabins .container-fluid .row .content .wrap .title {
        margin-bottom: 40px; }
        #cabins .container-fluid .row .content .wrap .title h2 {
          text-align: center;
          font-size: 4em;
          font-weight: bold; }
          @media screen and (max-width: 1300px) {
            #cabins .container-fluid .row .content .wrap .title h2 {
              font-size: 3em; } }
          #cabins .container-fluid .row .content .wrap .title h2 span {
            background: linear-gradient(to right, #ff0566 0%, #fa7236 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
      #cabins .container-fluid .row .content .wrap .paragraph {
        font-size: 1.1em;
        color: white;
        text-align: center;
        line-height: 200%; }
        #cabins .container-fluid .row .content .wrap .paragraph p {
          padding: 0 25px; }
          @media only screen and (min-width: 768px) {
            #cabins .container-fluid .row .content .wrap .paragraph p {
              padding: 0; } }

#services {
  padding: 7em 0;
  background: #0f0e13; }
  #services .container > .title {
    margin-bottom: 50px; }
    #services .container > .title h2 {
      text-align: center;
      font-family: 'Montserrat';
      font-weight: bold;
      font-size: 4em; }
      #services .container > .title h2 span {
        background: linear-gradient(to right, #ff0566 0%, #fa7236 100%);
        background-clip: content-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  #services .container .items .row .item {
    font-family: 'Montserrat';
    color: white;
    text-align: center;
    margin-bottom: 25px; }
    #services .container .items .row .item .illustration {
      margin: 0 auto;
      background: #1a1a22;
      width: 110px;
      height: 110px;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      transition: background .3s; }
      #services .container .items .row .item .illustration:hover {
        background: linear-gradient(to right, #ff0566 0%, #fa7236 100%); }
        #services .container .items .row .item .illustration:hover i {
          background: linear-gradient(to right, white 0%, white 100%);
          background-clip: content-box;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      #services .container .items .row .item .illustration i {
        font-size: 2.5em;
        line-height: 110px;
        background: linear-gradient(to right, #ff0566 0%, #fa7236 100%);
        background-clip: content-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    #services .container .items .row .item .title {
      margin: 15px 0;
      font-size: 1.5em;
      font-weight: bold; }
    #services .container .items .row .item .subtitle p {
      text-align: center;
      font-weight: lighter; }

#portfolio {
  padding-top: 7em;
  background: #141d1c;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    #portfolio {
      padding: 5em 0; } }
  #portfolio .container .title {
    margin-bottom: 50px;
    text-align: center; }
    #portfolio .container .title h2 {
      font-family: 'Montserrat';
      font-size: 4em;
      font-weight: bold; }
      @media screen and (min-width: 768px) and (max-width: 1200px) {
        #portfolio .container .title h2 {
          font-size: 3.5em; } }
      @media screen and (max-width: 768px) {
        #portfolio .container .title h2 {
          font-size: 3em; } }
      #portfolio .container .title h2 span {
        background: linear-gradient(to right, #ff0566 0%, #fa7236 100%);
        background-clip: content-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  #portfolio .container-fluid {
    width: 100%;
    padding: 0;
    margin: 0; }
    #portfolio .container-fluid .row .image {
      padding: 0; }
      #portfolio .container-fluid .row .image img {
        height: 70vh;
        object-fit: cover;
        width: 100%; }

#pricing {
  background: #313035;
  padding: 7em 0; }
  @media screen and (max-width: 992px) {
    #pricing {
      padding: 5em 0; } }
  #pricing .container > .title {
    margin-bottom: 3em;
    text-align: center; }
    @media screen and (max-width: 992px) {
      #pricing .container > .title {
        margin-bottom: 2em; } }
    #pricing .container > .title h2 {
      font-family: 'Montserrat';
      font-size: 4em;
      font-weight: bold; }
      @media screen and (max-width: 1300px) {
        #pricing .container > .title h2 {
          font-size: 3em; } }
      #pricing .container > .title h2 span {
        background: linear-gradient(to right, #ff0566 0%, #fa7236 100%);
        background-clip: content-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  @media screen and (max-width: 992px) {
    #pricing .container .row .option {
      margin-top: 30px; } }
  #pricing .container .row .option .content {
    font-family: 'Montserrat';
    background: #3c3c3e;
    background-size: cover !important;
    padding: 3em 0;
    transition: background .3s; }
    #pricing .container .row .option .content:nth-child() {
      background: red; }
    #pricing .container .row .option .content:hover {
      background: #121130 !important; }
      #pricing .container .row .option .content:hover hr {
        border-top: 1px solid #f24c4c; }
    #pricing .container .row .option .content .title {
      font-size: 1.3em;
      font-weight: bold;
      text-align: center; }
      #pricing .container .row .option .content .title span {
        background: linear-gradient(to right, white 0%, white 100%);
        background-clip: content-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    #pricing .container .row .option .content > .price {
      font-size: 2.2em;
      font-weight: bold;
      text-align: center; }
      #pricing .container .row .option .content > .price span {
        background: linear-gradient(to right, #f14d4b 0%, #f24c4c 100%);
        background-clip: content-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    #pricing .container .row .option .content hr {
      border-top: 1px solid #676767; }
    #pricing .container .row .option .content .description {
      margin: 40px 0; }
      #pricing .container .row .option .content .description ul {
        padding: 0; }
        #pricing .container .row .option .content .description ul li {
          list-style: none;
          text-align: center; }
          #pricing .container .row .option .content .description ul li p {
            color: white;
            font-weight: lighter; }
    #pricing .container .row .option .content .contact {
      text-align: center; }
      #pricing .container .row .option .content .contact a {
        border-bottom: 0;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.3em;
        padding: 15px 35px;
        border: 1px solid white;
        border-radius: 5px;
        background: linear-gradient(to right, transparent 0%, transparent 100%); }
        #pricing .container .row .option .content .contact a:hover {
          background: linear-gradient(to right, #ff0566 0%, #fa7236 100%); }
          #pricing .container .row .option .content .contact a:hover span {
            background: linear-gradient(to bottom, white 0%, white 100%);
            background-clip: content-box;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
        #pricing .container .row .option .content .contact a span {
          text-transform: uppercase;
          background: linear-gradient(to bottom, #ff0566 0%, #fa7236 100%);
          background-clip: content-box;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }

#contact {
  overflow: hidden; }
  #contact .container-fluid {
    width: 100vw; }
    #contact .container-fluid .row .image {
      background: url("../img/map.png") no-repeat;
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 992px) {
        #contact .container-fluid .row .image {
          height: 60vh; } }
      #contact .container-fluid .row .image:hover {
        cursor: pointer; }
    #contact .container-fluid .row .content {
      padding: 7em 0;
      font-family: 'Montserrat';
      background: #1a1a22; }
      @media screen and (max-width: 992px) {
        #contact .container-fluid .row .content {
          padding: 5em 0; } }
      #contact .container-fluid .row .content .wrap .title {
        margin-bottom: 40px; }
        #contact .container-fluid .row .content .wrap .title h2 {
          text-align: center;
          font-size: 4em;
          font-weight: bold; }
          @media screen and (min-width: 768px) and (max-width: 1200px) {
            #contact .container-fluid .row .content .wrap .title h2 {
              font-size: 3.5em; } }
          @media screen and (max-width: 768px) {
            #contact .container-fluid .row .content .wrap .title h2 {
              font-size: 3em; } }
          #contact .container-fluid .row .content .wrap .title h2 span {
            background: linear-gradient(to right, #ff0566 0%, #fa7236 100%);
            background-clip: content-box;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
      #contact .container-fluid .row .content .wrap .list {
        color: white; }
        #contact .container-fluid .row .content .wrap .list ul {
          padding-left: 0; }
          #contact .container-fluid .row .content .wrap .list ul li {
            list-style: none;
            text-align: center;
            margin-bottom: 30px; }
            #contact .container-fluid .row .content .wrap .list ul li i {
              margin-right: 30px;
              font-size: 2em;
              text-transform: uppercase;
              background: linear-gradient(to bottom, #ff0566 0%, #fa7236 100%);
              background-clip: content-box;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
