body{
	background: #330F39;
	font-family: 'Muli', sans-serif;
	color: #330F39;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 700;
}
p{
	font-size: 20px;
}
a,a:hover{
	text-decoration: none;
}
/*header css*/
.cm-header {
    padding-top: 60px;
    height: 400px;
}
.header-logo {
    width: 155px;
}
.menu-icon {
    width: 40px;
}
.cm-header .to-home,.inner-page-hdr .to-home {
    display: none;
}
.to-home {
    background: none;
    border: none;
    cursor: pointer;
}
.to-home:focus,.cross-btn:focus{
    outline: none;
    box-shadow: none;
}
 /*splash screen section*/
 .splash-sec {
    background: #fff;
    padding-bottom: 90px;
}
 .screen-1{
 	margin-top: -47%;
 }
.square-logo{
 	margin-top: -57%;
 }
 .screen-1 {
    width: 95%;
    margin-right: 5%;
}
.w-70{
	width: 70%;
}
 .square-logo {
    width: 108px;
}
.stores-link {
    color: #fff;
    background: #330F39;
    display: flex;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 700;
    width: 49%;
}
.stores-link:hover{
	color: #fff;
}
.link-group {
    display: flex;
}
.link-group .stores-link:first-child {
    margin-right: 1%;
}
.link-group .stores-link:last-child {
    margin-left: 1%;
}
.stores-link img {
    width: 33px;
    object-fit: contain;
    margin-right: 15px;
}
.stores-link span {
    display: block;
    font-size: 11px;
    font-weight: 400;
}

/*icon box*/
.icon-box {
    margin-bottom: 25px;
}
.icon-box img {
    width: 90px;
}

/*how its works section*/
.how-sec{
	background: url(../img/bottle-pattern.png);
	background-size: 20%;
	background-repeat: repeat;
	height: 100%;
	background-color: #330F39;
	position: relative;
}
.how-sec:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    background: #D6CFD7;
    z-index: 0;
}
.how-sec .container {
    background: #D6CFD7;
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left: 100px;
}
.h-style {
    font-size: 40px;
}
.how-sec h3 {
    width: 50px;
    height: 50px;
    border: 2px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}
.content-style p b {
    font-size: 22px;
}

/*vault sec*/
.vault-sec {
    background: #fff;
    padding-top: 85px;
}


.lg-text {
    font-size: 68px;
}

.cm-footer{
    background:#fff;
}
.menu ul {
    padding: 0;
    margin: 0;
}
.menu a {
    color: #330F39;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
}
.menu li {
    text-align: center;
    list-style: none;
}
.active {
    opacity: 0.2;
}
.copyright{
	color: #BBB2BC;
}



/*inner pages*/

/*header css*/
.inner-pg-footer .copyright,.quote-footer .menu{
    display: none;
}
.inner-page-hdr {
    padding-top: 60px;
    padding-bottom: 60px;
}
.inner-pg-footer.quote-footer{
    padding-bottom: 0px;
}
.inner-page-hdr.quote-header .header-logo {
    opacity: 0.2;
}
.quote-header .to-home {
    display: inline-block;
}
.quote-header .to-quote {
    display: none;
}
.quote-header .menu-icon {
    transform: rotate(-45deg);
}

/*quote page*/
.quote {
    color: #fff;
    height: calc(100vh - 160px);
}
.quote h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 55px;
}

/*inner page style*/
.inner-page-style{
    color: #fff;
}
.inner-page-style h2{
   font-size: 38px;
}
.inner-page-style p{
    line-height: 42px;
    margin-bottom: 35px;
}
.inner-pg-footer .menu a {
    color: #fff;
}
.inner-pg-footer {
    padding-bottom: 88px;
}
.cross-btn img {
    width: 40px;
}
.cross-btn {
    background: unset;
    border: none;
    cursor: pointer;
}

/*mobile responsible*/
@media (min-width: 320px) and (max-width: 480px) {
    .cm-header {
        padding-top: 20px;
        height: 275px;
    }
    .inner-page-hdr {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .header-logo {
        width: 100px;
    }
    .menu-icon {
        width: 27px;
    }
    .square-logo {
        margin-top: 35px;
    }
    .screen-1 {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .square-logo {
        width: 70px;
    }
    .stores-link img {
        width: 20px;
    }
    .stores-link{
        font-size: 15px;
        padding: 7px 15px;
    }
    .stores-link span{
        font-size: 11px;
    }
    .icon-box img {
        width: 80px;
    }
    .how-sec .container {
        padding: 35px 30px;
    }
    .how-sec h3 {
        font-size: 24px;
        width: 40px;
        height: 40px;
    }
    .cm-footer{
        padding-top: 25px;
    }
    .lg-text {
        font-size: 32px;
    }
    p, .menu a {
        font-size: 16px;
    }
    .content-style p b {
        font-size: 16px;
    }
    .copyright p {
        font-size: 14px;
    }
    .quote h2 {
        font-size: 26px;
    }
    .quote{
        height: auto;
    }
    .inner-page-style p {
        line-height: 36px;
    }
    .cross-btn img {
        width: 27px;
    }
}

/*ipad view*/
@media (min-width: 768px) and (max-width: 1023px) {
    .how-sec .container{
        padding-left: 45px;
    }
    p, .menu a {
        font-size: 16px;
    }
    .content-style p b {
        font-size: 16px;
    }
    .copyright p {
        font-size: 14px;
    }
    .quote h2 {
        font-size: 26px;
    }
    .inner-page-style p {
        line-height: 36px;
    }
    .screen-1 {
        margin-top: -77%;
    }
    .square-logo {
        width: 92px;
    }
    .splash-sec{
        padding-bottom: 35px;
    }
    .cm-header,.inner-page-hdr {
        padding-top: 40px;
    }
    .cross-btn img {
        width: 25px;
    }
}