/* Import WebFonts */
@import url("fonts.css");

/* Import Bootstrap */
@import url("bootstrap.min.css");

/* Page styles */
body {
    font-family: AvenirNext;
    font-size:18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p {
    margin:35px 0 35px 0;
}

/* Navbar */
.navbar-brand {
    padding-left:15px;
}
ul.navbar-nav {
    padding-right:50px;
}
ul.navbar-nav li.nav-item a.nav-link {
    font-size:18px;
    font-weight:500;
    padding:25px 33px 25px 33px;
    color:#FFF;
    position:relative;
    text-align: center;
    cursor:pointer;
}
ul.navbar-nav li.nav-item a.nav-link.active::before {
    content:"";
    height:6px;
    width:auto;
    position:absolute;
    bottom:29px;
    left:28px;
    right:28px;
    background-color:#2B77F0;
    z-index: -1;
}
.navbar .btn {
    margin-right: 15px;
}
.navbar.fixed-top.scrolled {
    background-color: #30373E !important;
    color:#FFF !important;
    transition: background-color, color 0.3s linear;
  }
  
/* Home */
#home {
    position: relative;
    z-index: 20;
}
.home .container::before {
    content:"";
    display:block;
    /* TODO : Remove, fake content for testing */
    height:965px;
    background: url('/imgs/hands.jpg') 110% top no-repeat;
    background-size: auto 100%;
    position:absolute;
    z-index:-2;
    top: 0;
    left: 0;
    right: 0;
}
.home {
    padding: 150px 0 150px 0;
    color:#FFF;
}
.home::before {
    content:"";
    width:100%;
    /* TODO : Remove, fake content for testing */
    height:965px;
    background-color: #30373e;
    color:#FFF;
    clip-path: polygon(0 0, calc(66% + 250px) 0, 66% 250px, 66% 100%, 0 100%, 0% 50%);
    position:absolute;
    left:0;
    top:0;
    right:0;
    z-index:-1;
}
.home::after {
    content:url('/imgs/scissors.png');
    width:800px;
    height:800px;
    position:absolute;
    top:200px;
    left:61%;
    margin-left:-400px;
}
.home h3 {
    font-family:AvenirNext;
    text-transform: uppercase;
    font-size:30px;    
    letter-spacing: 5px;
    font-weight: 300;
}
.home h1 {
    font-family:StixGeneral;
    font-size:150px;
    font-weight:bold;
    line-height:140px;
}
.home h1 span {
    position:relative;
}
.home h1 span::before {
    content:"";
    display:block;
    height:63px;
    width:auto;
    position:absolute;
    bottom:29px;
    left:-13px;
    right:-13px;
    background-color:#545D67;
    z-index: -1;
}

/* Why */

.why {
    padding-top:140px;
    /* For dog ear */
    position:relative;
    text-align: left;
}

.why::before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background-color: #30373E;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    margin-top:-1px;
}
.why .top {
    text-align: center;
}
.why .top p {
    width:60%;
    margin: auto auto;
    margin-bottom:25px;
}
.why .top h3 {
    font-family:AvenirNext;
    text-transform: uppercase;
    font-size:30px;    
    letter-spacing: 5px;
    font-weight: 300;
    margin:20px;
}
.why .top h1 {
    font-family:StixGeneral;
    font-size:96px;
    font-weight:bold;
    line-height:96px;
    margin:20px 20px 40px 20px;
}
.why .product-bundle {
    margin-top:100px;
    position:relative;
}
.why .product-bundle::after {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background-color: #30373E;
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 59px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media (min-width: 769px) {
    .why .product-bundle .col-md-6, .why .accessories .col-md-6 {
        padding-right:0 !important;
        text-align: right;
    }
}
.why .haircut{
    margin-top: -60px;
    padding-top: 95px;
    color:#FFF;
    background-color:#30373E;
}
@media (min-width: 769px) {
    .why .haircut .col-md-6 {
        padding-left:0 !important;
    }
}
.why .accessories {
    padding-top:35px;
    padding-bottom:150px;
    color:#FFF;
    background-color:#30373E;
}
.why .accessories::after {
    content: "";
    display: block;
    width: 330px;
    height: 330px;
    background-color: #FFF;
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: -1px;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
}

/* What */
.what {
    margin-top:150px;
    padding-bottom:140px;
    position: relative;
}

.what::after {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background-color: #30373E;
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: -1px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.what h3 {
    font-family:AvenirNext;
    text-transform: uppercase;
    font-size:30px;    
    letter-spacing: 5px;
    font-weight: 300;
    margin:20px 0px 20px 0px;
}
.what h1 {
    font-family:StixGeneral;
    font-size:96px;
    font-weight:bold;
    line-height:96px;
    margin:20px 0px 40px 0px;
    position:relative;
}
.what h1::before {
    content:"";
    display:block;
    height:63px;
    width:auto;
    position:absolute;
    bottom:-7px;
    left:-6px;
    right:-6px;
    background-color:#EAEAEB;
    z-index: -1;
    width:62%;
}
.what .top p {
    margin-bottom:0px;
}
.what h3:nth-of-type(2) {
    margin-bottom:50px;
}
.what .row.included img {
    object-fit: cover;
    height: 250px;
    object-position: center;
    display: block;
    width: 100%;
}
.what .price {
    background-color: #343434;
    color: white;
    display: block;
    text-align: center;
    width:fit-content;
    padding:8px 12px 8px 12px;
    margin:auto auto;
    font-size:16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position:relative;
    top:16px;
}
.what .row.included h3 {
    font-family:StixGeneral;
    font-size:32px;
    font-weight:bold;
    line-height:28px;
    margin:auto auto;
    position:relative;
    bottom:8px;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
}
.what .row.included p {
    text-align: center;
}
.what .worth {
    border-left:2px solid #30373E;
    border-right:2px solid #30373E;
    border-bottom:2px solid #30373E;
    width:75%;
    margin-left:12.5%;
}
.what .worth div {
    width:fit-content;
    margin:auto auto;
    font-size:30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    background-color: #FFF;
    position: relative;
    top:24px;
    padding:0 15px 0 15px;
}
.what .worth span {
    font-weight:bold;
}

/* "Just one more thing" */
.columbo {
    text-align: center;
    background-color: #30373E;
    color: white;
    padding-top:170px;
    padding-bottom:200px;
    position:relative;
    z-index:-2;
}
.columbo::before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background-color: #FFF;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}
.columbo h3 {
    font-size:30px;
    font-weight:normal;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.columbo h1 {
    font-family:StixGeneral;
    font-size:96px;
    font-weight:bold;
    line-height:125px;
    margin:20px 0px 40px 0px;    
}
.columbo h1 div {
    position:relative;
}
.columbo h1 div::before {
    content:"";
    display:block;
    height:63px;
    position:absolute;
    background-color:#545D67;
    width:auto;
    left:100px;
    right:100px;
    bottom:0px;
    z-index: -1;
}
.columbo .row.top p {
    margin:0 auto 80px auto;
    width:85%;
}
.columbo .item p {
    font-weight:bold;
    margin:20px 5px 20px 5px;
}

/* Cost */
.cost {
    padding-top:120px;
    padding-bottom:150px;
    background-color:#FAFAFA;
    position:relative;
    text-align: center;
    z-index:-2;
}
.cost::before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background-color: #30373E;
    z-index: 10;
    position: absolute;
    left: 0;
    top: -1px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}
.cost h3 {
    font-size:30px;
    font-weight:normal;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
}
.cost h1 {
    font-family:StixGeneral;
    font-size:96px;
    font-weight:bold;
    line-height:125px;
    margin:20px 0px 40px 0px; 
    position:relative;
    text-align: center; 
}
.cost h1::before {
    content:"";
    display:block;
    height:63px;
    position:absolute;
    background-color:#E6E6E7;
    width:58%;
    left:21%;
    right:0px;
    bottom:0px;
    z-index: -1;
}
.cost .row.top p {
    margin:0 auto 80px auto;
    width:60%;
}

/* FAQ */

.faq {
    padding-top:100px;
    padding-bottom:200px;

}
.faq h1 {
    font-family:StixGeneral;
    font-size:60px;
    font-weight:bold;
    line-height:92px;
    margin:20px 0px 60px 0px; 
    position:relative;
    text-align: center;
}
.faq h1::before {
    content:"";
    display:block;
    height:45px;
    position:absolute;
    background-color:#E6E6E7;
    width:58%;
    left:21%;
    right:0px;
    bottom:0px;
    z-index: -1;
}
.accordion-item {
    border:none;
}
.accordion-button {
    border:none;
    border-top:1px solid #CFCFCF;
    border-radius:0;
}
.accordion-button {
    background:none !important;
}
.accordion-button.collapsed::after {
    background:none !important;
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
}
.accordion-button:not(.collapsed)::after {
    background:none !important;
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
}
.accordion-button
 {
     color:#343434 !important;
     font-family: BrandonGrotesque !important;
     font-weight: bold !important;
 }
 .accordion-button:not(.collapsed)
  {
      color:#2B77F0 !important;
      border-top:1px solid #CFCFCF !important;
      box-shadow: none !important;
  }
 
.accordion-button:focus {
    z-index: auto !important;
    border-top:1px solid #CFCFCF !important;
    box-shadow: none !important;
}
.accordion-body p {
    font-family: AvenirNext;
    font-size:17px;
    margin: -5px 0 20px 0;
}
footer {
    background-color: transparent !important;
}
footer .container {
    margin-bottom:150px !important;
    background-color: transparent !important;
    position:relative;
}
footer .container::before {
    content:"";
    display:block;
    height:1px;
    width:95%;
    background-color:#707070;
    position: absolute;
    top:50%;
    z-index:-1;
}
.logo-footer {
    background-color:white;
    padding:25px;
    text-align: center;
    width:fit-content;
    margin:auto auto;
}
.logo-footer img {
    display:block;
    margin:auto auto;
}
/* Button Styles */
.btn {
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: AvenirNext;
    font-weight: bold;
    font-size: 14px;
}

    .btn + .btn {
        margin-left: 15px;
    }

a.btn {
    text-decoration: none !important;
    outline: none;
}

.btn-primary, .button-1 {
    background-color: #2B77F0;
    border-color: #2B77F0;
    color: #FFF;
}

    a.btn-primary:hover, .button-1:hover {
        color: #FFF !important;
    }

    .btn-primary:focus, .btn-outline-primary:focus, .button-2:focus {
        box-shadow: none !important;
    }

.btn-outline-primary, .button-2 {
    color: black;
    border-color: black;
}

    .btn-outline-primary:hover, .button-2:hover {
        color: white;
        background-color: black;
        border-color: black;
    }

a.btn-outline-primary:hover, a.button-2:hover {
    color: white !important;
}

.btn-outline-secondary {
    color: white;
    border-color: white;
}

    .btn-outline-secondary:hover {
        color: white;
        background-color: black;
        border-color: black;
    }

a.btn-outline-secondary:hover {
    color: white !important;
}
.sm-only {
    display:none;
}
.md-only { 
    display:block;
}

.slick-slide {
    padding-right:15px;
}
.slick-slide:last-of-type {
    padding-right:0;
}
.slick-slider {
    margin-bottom:50px;
}
.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 2.5rem 0;
	
	list-style-type: none;
}
.slick-dots li {
    margin: 0 0.75rem;
}

.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;    
    border: none;
    border-radius: 100%;
    background-color: #92A2B3;    
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #30373E;
}

@media (max-width: 768px) {
    p {
        line-height: 35px;
    }
    .sm-only {
        display:block;
    }
    .md-only { 
        display:none;
    }
    .navbar-collapse {
        background-color: #30373E;
    }
    .navbar-collapse .nav-item {
        /* fixes visibility of anchor underline */
        position: relative;
        z-index: 0;
    }
    .home::before {
        clip-path:none;
    }
    .home::before, .home .container::before {
        height:100%;
    }
    .home .container::before {
        background: none;
    }
    .home {        
        text-align: center;
        background-color: #30373e;
    }
    .home h3 {
        font-size:20px;
        margin-bottom:20px;
    }
    .home h1 {
        font-size:70px;
        line-height:70px;
        position: relative;
        z-index: 2;
    }
    .home h1 span::before {
        height: 28px;
        bottom: 10px;
        left: -6px;
        right: -5px;
    }
    .home .lead {
        position: relative;
        z-index: 2;
    }
    .home::after {
        content: "";
        display: block;
        width: 100%;
        height: 287px;
        background: url(/imgs/scissors-90.png) 43% 51% no-repeat;
        position: absolute;
        z-index: 12;
        top: auto;
        left: 0;
        right: 0;
        margin-left: auto;
    }
    .why::before,
    .why .accessories::after,
    .columbo::before,
    .cost::before {
        display:none;
    }
    .why {
        padding-bottom:0;
    }
    .why .top p {
        width:100%;
        margin-bottom:25px;
    }
    .why .top h1, .what h1{
        font-size:70px;
    }
    .why .top h3 {
        font-size:23px;
    }
    .why .product-bundle {
        padding-bottom:140px;
    }
    .why .product-bundle h3, .why .haircut h3, .why .accessories h3 {
        margin-top:30px;
        font-size:32px;
    }
    .why .product-bundle .col-md-6, .why .accessories .col-md-6 {
        text-align: left;
    }
    .why .product-bundle::after {
        content: "";
        display: block;
        width: 100px;
        height: 100px;
        bottom:-10px;
        z-index:-1;
    }
    .why .haircut {
        padding-top:0;
        margin-top:-20px;
        margin-bottom:-1px;
    }
    .why .sm-only.img-responsive img {
        margin-top: -80px;
    }
    .why .accessories {
        padding-bottom: 60px;
    }
    .why .accessories h3 {
        margin-top:40px;
    }
    .what {
        margin-top: 50px;
        padding-bottom: 40px;
    }
    .what h3 {
        font-size:22px;
        text-align: center;
    }
    .what h1 {
        text-align: center;
    }

    .what h1::before {
        height: 45px;
        bottom: 3px;
        left: 2%;
        right: 2%;
        width: 96%;
    }
    .what p {
        text-align: center;
    }
    .what .top {
        padding-bottom: 40px;
    }
    .what .worth {
        width:100%;
        border:none;
        text-align: center;
        margin:auto auto;
        padding-bottom:100px;
    }
    .what .worth div {
        margin:auto auto;
        font-size:22px;
    }
    .what::after {
        width: 50px;
        height: 50px;
    }
    .columbo h1 {
        font-size:55px;
        line-height:80px;
    }
    .columbo h1 div::before {
        height: 33px;
        width: 76%;
        left: 12%;
    }
    .columbo {
        padding-top: 70px;
        padding-bottom: 75px;
    }
    .columbo h3, .cost h3 {
        font-size:18px;
    }
    .columbo .item p {
        padding-bottom:30px;
    }
    .cost {
        padding-top: 115px;
        padding-bottom: 115px;
    }
    .cost h1 {
        font-size:60px;
        line-height: 60px;
    }
    .cost h1::before {
        height:30px;
        width:48%;
        left:26%;
        right:0px;
        bottom:-5px;
    }
    .cost .row.top p {
        width:100%;
        margin: 0 auto 40px auto;
    }
    .columbo::after {
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        background-color: #FFF;
        z-index: 10;
        position: absolute;
        left: 0;
        bottom: -1px;
        clip-path: polygon(0 0, 100% 100%, 0 100%);
    }
    .faq {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .faq h1 {
        margin-bottom:30px;
    }
    .faq h1::before {
        display:none;
    }
    footer .container {
        margin-bottom:40px !important;
    }
    section.home, section.why > div, section.what, section.columbo, section.cost, section.faq {
        padding-left: 20px;
        padding-right: 20px;
    }
    ul.navbar-nav li.nav-item a.nav-link.active::before {
        width:54%;
        left:23%;
    }
}