 @import url("https://use.typekit.net/cld0rqe.css");

 * {
    box-sizing: border-box;
}
html {
    font-size: 18px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Proxima Nova';
}

p {
    margin: 0;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

a {
    color: #FF53C8;
    text-decoration: none;
}

.color-white {
    color: #fff;
}

.color-pink {
    color: #FF53C8;
}

.bg-black {
    background-color: #000;
}

.bg-grey {
    background-color:  #ebebeb;
}

.header {
    display: block;
    width: 100%;
    position: absolute;
    top: 3%;
}
.header .container .logo {
    max-width: 300px;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.header .container .logo img{
    display: block;
    width: 100%;
    height: auto;
    
}

.section {
    padding-top: 3rem;
}

.section-heading {
    font-size: 3rem;
    line-height: 150%;
    
}

.section-subtitle {
    font-size: 1.5rem;
}

.section-heading {
   font-weight: 700;
   animation: text 3.5s steps(35, end), cursor 1s step-end infinite;
    
}

.section-heading::after {
    content: "";
    display: block;
    margin-top: 0rem;
    width: 60px;
    background-color: #FF53C8;
    height: 6px;
}

.section-img img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;

}

.section-img .box-shadow-right {
    box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;

}

.section-img .box-shadow-left{
    box-shadow: rgba(240, 46, 170, 0.4) -5px 5px, rgba(240, 46, 170, 0.3) -10px 10px, rgba(240, 46, 170, 0.2) -15px 15px, rgba(240, 46, 170, 0.1) -20px 20px, rgba(240, 46, 170, 0.05) -25px 25px;

}
.header .nav-main {
    position: absolute;
    top: 600px;
    left: 50%;
    width: 50%;
    background-color: #FF53C8 !important;
    
}

.navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    border-right: 1px solid #fff;
    padding-right: 2rem;
    padding-left: 2rem;
}

#navbarNav > ul > li:nth-child(3) > a{
    border-right: none;
}

.main {
    display: block;
    width: 100%;
    height: 100vh;
    background: url("img/marc-olivier-jodoin-HIiNFXcbtQ-u-min.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.who:nth-child(3) {
    flex-direction: row-reverse;
}


.nav-pills .nav-link {
    font-size: 1.77777rem;
    border-radius: 0;
    color: #fff;
    text-align: left;
    padding: 1.88888rem 3.66666rem 1.88888rem 1.77777rem;
    border-bottom: 1px solid #F5F5F5;
}

.nav-pills {
    border-bottom: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    border-left: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
}

.nav-pills .nav-link.active {
    background: #FF1DA1;
    color: #fff;
    border-color: #FF1DA1;
    margin: -1px -1px;
}




.tab-pane {
    background-image: url("img/tabs-bg.png");
    
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10.7777rem 0;
    border-bottom:  1px solid #FF1DA1;
    width: 100%;
    height: auto;
}



.tab-icon {
    margin: 0 auto;
    max-width: 13.22222rem;
    
}

.tab-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.tab-text {
    
    display: block;
    width: 100%;
    font-size: 2rem;
    line-height: 150%;
    margin-top: 1.77777rem;
    padding: 0 2rem;
    text-align: center;
}

.ml6 {
    position: relative;
    font-weight: 900;
    font-size: 3.3em;
  }
  
  .ml6 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
  }
  
  .ml6 .letter {
    display: inline-block;
    line-height: 1em;
  }

  .form-control {
      border: none;
      border-bottom:  1px solid #FF1DA1;
      border-radius: 0;
      background-color: inherit;
      color: #FF1DA1;
  }

  .form-control::placeholder {
      color: #FF1DA1;
  }

  .form-control:focus {
      background-color: inherit !important;
      border-color: #FF1DA1 !important;
      
  }

  .btn {
      padding: 1rem 2.5rem;
      background-color: #FF1DA1;
      color: #fff;
      border-radius: 0;
      transition: all .2s linear;
  }

  .btn:hover {
      background-color: #D31593;
  }

  .form-heading {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 3rem;
  }

 .footer .container .nav-bottom a{
      margin-right: 2rem;
  }

  .footer .container .nav-bottom a:last-child {
      margin-right: 0;
  }

  .go-top {
      align-self: center;
      text-align: center;
      display: block;
  }

  @media (max-width: 770px) { 
    .tabs {
        flex-wrap: wrap;
    }
    .section-img .box-shadow-right {
        box-shadow: rgba(240, 46, 170, 0.4) 0px 5px, rgba(240, 46, 170, 0.3) 0px 10px, rgba(240, 46, 170, 0.2) 0px 15px, rgba(240, 46, 170, 0.1) 0px 20px, rgba(240, 46, 170, 0.05) 0px 25px;
    
    }
    
    .section-img .box-shadow-left{
        box-shadow: rgba(240, 46, 170, 0.4) 0px 5px, rgba(240, 46, 170, 0.3) 0px 10px, rgba(240, 46, 170, 0.2) 0px 15px, rgba(240, 46, 170, 0.1) 0px 20px, rgba(240, 46, 170, 0.05) 0px 25px;
    
    }
    .section-subtitle {
        padding-top: 2rem;
    }
    .section-img {
        padding-right: 0;
    }

    .ml6 {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    .section-heading {
        font-size: 2.5rem;
    }
    .tab-content .tab-pane {
        border-right: 1px solid #D31593;
    }

    .header .nav-main {
        position: absolute;
        top: 10%;
        background: inherit !important;
        width: 100%;
        left: 0;
    
    }

    .header .container .logo {
        max-width: 200px;
    }

    #main > div > div {
        margin-left: 0 !important;
    }
    
    .navbar-collapse {
        background: #000;
        position: relative;
        
        width: 100%;
        z-index: 4;
        max-width: 100%;
        padding-bottom: 80vh;
    }

    
}