﻿html {
    scroll-behavior: smooth;  
}

body {
    color: #151515;    
}

.footer-scoial img {
    height: 30px;
}

.fixed-bottom img {
    height: 80px;
}

.contact-form .form-control {
    max-width: 100%;
    height: 4rem;
    margin-bottom: 1rem;
    padding: 1.25rem 0rem;
    transition: all .3s;
    border: 0px solid #e6e6e6;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    font-family: "Poppins",sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

.contact-form .form-group label {
    color: #000;
    font-size: 1.4rem;
    font-weight: 300;
    margin: 0 0 .6rem;  
}


.at-expanding-share-button .at-expanding-share-button-toggle-bg > span {
    background-color: #6e6142 !important;
}

.snap-wrap {
    overflow: scroll;
    height: 100vh;
    scroll-snap-type: mandatory;
    scroll-snap-points-y: repeat(100vh);
    scroll-snap-type: y mandatory;
}

.snap {
    scroll-snap-align: start;
}

@media (max-width: 768px) {
    .snap-wrap {        
        scroll-snap-type: none;       
    }
}

.section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    background-color: #ccc;
    padding-top: 5rem;
    padding-bottom: 130px;    
}

.home-logo {
    width: 50%;
}

.big-font {
    font-size: 4.5rem;
}

#philosophy, #mainbox {
    justify-content: start;   
}

.text-philosophy, .text-mainbox {
    padding-left: 15vw;
    box-sizing: content-box;
    margin-right: auto;
}

.section.section-1 {
    padding-top: 9.5rem;
}

.section.section-big {
    padding-top: 14rem;
    padding-bottom: 15rem;
}

/* Fix for ie - min-height not working */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .section {
        height: 100vh;
    }
}


video#bgvid {
    height: 100vh;
    width: 100%;
    padding-bottom: 150px;
    background-color: #000;
    object-fit: cover;
    overflow: hidden;
    box-sizing: border-box;
}


.carousel-indicators {
    bottom: 62px;
}

.carousel-caption {
    bottom: 82px;
    right: 2rem;
    text-align: right;
}

#garments.section-bg {
    background-position: right center;
}

.section-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-parallax {
    background-attachment: fixed;
}

.section-header {
    position: relative;
    display: inline-block;
    border-right: 0.6rem solid #161616;
    text-align: right;
    padding-top: 9rem;
}

.section-1 .section-header {
    padding-left: 4.5rem;
}

.section-header:after, .section-header:before {
    content: '';
    display: block;
    background-color: #161616;
    position: absolute;
}

.section-header:after {
    width: 172px;
    height: 6px;
    top: 0;
    right: 0;
}

.section-header:before {
    width: 6px;
    height: 76px;
    top: 0;
    right: 172px;
}

.section-header .btn {
    min-width: 180px;
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: .03rem;
    padding-top: 1.9rem;
    padding-bottom: 2rem;
}

.section-header .section-title,
.section-header .section-subtitle {
    position: relative;
    margin-right: 5.6rem;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: .01rem;
    color: #161616;
}

.section-header .section-title {
    font-weight: 700;
    font-size: 6.4rem;
    margin-bottom: .8rem;
}

.section-header .section-title span {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: -.2rem;
    font-size: 2.4rem;
    font-weight: 300;
}

.section-header .section-subtitle {
    font-weight: 300;
    font-size: 8rem;
    margin-bottom: 3rem;
}

.section-4 .section-header .section-title {
    font-weight: 400;
    font-size: 8.6rem;
    margin-bottom: 0;
}

.section-4 .section-header .section-subtitle {
    font-weight: 400;
    font-size: 4.9rem;
    margin-bottom: 5rem;
}

.active .inactive-img {
    display: none;
}

.active-img {
    display: none;
}

.active .active-img {
    display: block;
}

#map {
    height: 250px;
    width: 100%;
}

.bg-gold {
    background-color: rgba(134,117,77,0.5);
}

#navbar {
    left: 3%;
    padding: 15vh 0px 25vh  0;
    z-index: 100;  
    height: 100vh;
    width: 70px;
}

video#bgvid .videocontrols, video#bgvid::-webkit-media-controls-panel {
    padding-left: calc(3% + 70px);
}

.nav-link {
    display: block;
    padding: 1rem 1.5rem;
}

#navbar img {
    width: 100%;
}

#terms-delivery {
    padding-bottom: 97px;
}

.terms-delivery-box {
    padding-right: 5%;
    padding-left: 15vw;
}
.color-gold {
    color: #8b7a53;
}


#contact {
    background-position: right center;
}
.contact-box {    
    width: 100%; 
    padding-left: 15vw;
    padding-right: 5rem;
}
#social {
    padding: 10% 0%;
}
#social img {
    width: 30px;
}
.address img {
    width: 30px;
}

#map {
    margin: 10% 0;
}

.flip {
    padding: 2rem 7rem 2rem 2rem;
    width: calc(150px + 4rem); 
}

.flipbook-image {    
    width: 150px
}

#designer.section-bg {
    display: flex;  
    flex-direction: row;
    align-items: stretch;
    padding-top: 0rem;
    padding-bottom: 0px;
}

#designer.section-bg .designer-image {
    min-height: 100vh;
    width: 40%;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dexigner-box {
    padding-right: 10%;
    width: 60%;
    padding-top: 5rem;
    padding-bottom: 130px;
    padding-left: 15vw;
}

.at-expanding-share-button[data-position=bottom-right] {
    bottom: 120px!important;
}



@media (max-width: 1024px) {
    #navbar {
        left: 5%;       
    }

    video#bgvid .videocontrols, video#bgvid::-webkit-media-controls-panel {
        padding-left: calc(5% + 70px);
    }
    #garments.section-bg {
        background-position: right 30% center;
    }
    .dexigner-box {      
        padding-right: 5%;
    }
    
}


@media (max-width: 768px) {

    video#bgvid .videocontrols, video#bgvid::-webkit-media-controls-panel {
        padding-left: 0;
    }

    .section-parallax {
        background-attachment: scroll;
    }
    .big-font {
        font-size: 3.5rem;
    }
    #contact {
        padding-right: 5%;
        padding-left: 18vw;
        padding-top: 3rem;
    }

    .contact-box {
        max-width: 75rem;
        width: 100%;
    }

    #social {
        padding: 10% 0;
    }

    #map {
        height: 250px;
        width: 100%;
    }

    #map {
        margin: 5% 0;
    }
    #navbar {
        left: 0;
        padding: 5vh 0 120px 0;
        width: 12vw;
    }    

    #designer.section-bg {        
        flex-direction: column;         
    }

    #designer.section-bg .designer-image {
        height: 100vh;
        width: 100%;        
    }
    .dexigner-box {
        width: 100%;
        padding-bottom: 5rem;
    }
    .terms-delivery-box, .contact-box {
        padding-right: 5%;
        padding-left: 15vw;
    }
    video#bgvid {
        padding-left: 12vw;
    }
    .flipbook-main-wrapper {
        left: 12vw!important;
    }

    .flip {
        padding: 2rem;
    }

    #garments.section-bg {
        background-position: right 65% center;
    }
    #mainbox.section-bg {
        background-position: right 30% center;
    }    
    .nav-link {
        display: block;
        padding: 0.5rem 1rem;
    }

    .fixed-bottom img {
        height: 40px;
    }

}

@media (min-width: 481px) and (max-width: 812px) {
    #navbar {
        left: 0;
        padding: 2vh 0 82px 0;
        width: 8vw;
    }
    video#bgvid {
        padding-left: 8vw;
    }
    #contact {        
        padding-left: 18vw;        
    }

    .flipbook-main-wrapper {
        left: 8vw !important;
    }

    .flip {
        padding: 2rem 7rem 2rem 2rem;
        width: calc(80px + 4rem);
    }

    .flipbook-image {
        width: 80px
    }

    .fixed-bottom img {
        height: 40px;
    }

    .fixed-bottom .btn {
        margin-right: 0px!important;
    }
}

@media (max-width: 414px) {
    #navbar {
        left: 0;
        padding: 5vh 0 120px 0;
        width: 15vw;
    }
    .dexigner-box {        
        padding-left: 18vw;
    }
    .terms-delivery-box, .contact-box {
        padding-right: 5%;
        padding-left: 18vw;
    }
    .big-font {
        font-size: 2rem;
    }
    .text-mainbox {
        width: 55%;
    }  
    #contact {
        padding-right: 5%;
        padding-left: 18vw;
        padding-top: 3rem;
    }
    .contact-box {
        max-width: 75rem;
        width: 100%;              
    }
    #social {
        padding: 10% 0;
    }   

    #map {
        height: 250px;
        width: 100%;
    }

    #map {
        margin: 5% 0;
    }
    video#bgvid {
        padding-left: 15vw;
        padding-bottom: 80px;
    }
    .section.section-1 {
        padding-top: 4rem;
    }
    .flipbook-image {
        height: 80px; 
        width: auto;
    }
    .flip {
        padding-left: 18vw;
        position: absolute;
        bottom: 72px;
        width: 100%;
    }
    #collection {
        padding-left: 18vw;
    }
    .text-philosophy, .text-mainbox {
        padding-left: 18vw;     
    }
    .flipbook-main-wrapper {
        left: 15vw!important;
    }
    .home-logo {
        width: 100%;
    }
    #mainbox.section-bg {
        background-position: right 30% center;
    }
    
}

.btn-gold:hover, .btn-gold:focus, .btn-gold.focus {
    border-color: #6e6142;
    background-color: #6e6142;
    color: #fff;
    box-shadow: none;
}

.btn-gold {
    border-color: #8b7a53;
    background-color: #8b7a53;
    color: #fff;
    box-shadow: none;
}
