/** Shopify CDN: Minification failed

Line 767:0 Expected "}" to go with "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'muli-regular';
    src: url('/cdn/shop/files/Muli.ttf?v=1631811281');
}
@font-face {
    font-family: 'muli-bold';
    src: url('/cdn/shop/files/Muli-Bold.ttf?v=1631811227');
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  background: #41C3DC;
  color: #fff;
}
html {
  min-height: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
*:focus {
  outline: none !important;
}
a {
  text-decoration: none;
  transition: 0.5s all;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
}
a:hover {
  text-decoration: none;
  transition: 0.5s all;
}

h1 {
  font-size: 64px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 21px;
}
h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: 'Roboto', sans-serif;
}
p {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
}
span {
  display: inline-block;
}
button {
  background: transparent;
  border: 0px;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  font-size: 16px;
  transition: 0.5s all;
}
img{
  max-width: 100%;
}
.site--container {
  padding: 0px 20px;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
textarea,
input{
    font-family: 'Roboto', sans-serif;
}
.white{
    color: #ffffff;
}
.text-center{
    text-align: center;
}
.py-5{
    padding: 80px 0px;
}


.flex{
    display: flex;
    flex-wrap: wrap;
}
.karla{
    font-family: 'Karla', sans-serif;
}



/* Top Bar */
.top--bar {
    background-color: #3192D9;
}
.top--content {
    justify-content: space-between;
    align-items: center;
}
.top--one span {
    margin-left: 10px;
    font-size: 14px;
}
.top--two select {
    background-color: transparent;
    border: none;
    margin-left: 5px;
    color: #fff;
    font-size: 14px;
}
.top--two li:first-child {
    margin-right: 10px;
}
.top--text{
    font-size: 14px;
}

/* Header  */
.header--content {
    justify-content: space-between;
    align-items: center;
}
.main--header {
    padding: 10px 0px;
    background-color: #fff;
}
.header--menu ul li > a {
    padding: 0px 20px;
    font-size: 18px;
    font-family: 'Karla';
    color:#000305;
}
.header--menu ul li > a:hover{
    color: #3192D9;
}
.header--icon li {
    margin: 0px 15px;
}
.header--icon {
    margin-left: 50px;
}
.header--icon li:last-child{
    margin-right: 0px;
}


/* Hero Banner */
.hero--banner {
    min-height: 800px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}
.hero--content {
    margin-bottom: 150px;
}
.hero--sub_heading {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 500;
}
.hero--heading {
    font-family: 'muli-bold';
}
.site--btn {
    padding: 15px 50px;
    color: #fff;
    z-index: 999;
    position: relative;
    border: 1px solid transparent;
    border-radius: 4px;
}
.site--btn:before {
    content: '';
    position: absolute;
    background-color: #3192D9;
    border-radius: 4px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    transition: 0.5s all;
    margin: auto;
}
.site--btn:hover:before{
    height: 0;
    width: 0;
    transition: 0.5s all;
} 
.site--btn_white:hover{
    border: 1px solid #fff;
}
.site--btn_white:hover{
    color:#fff;
}
.site--btn_blue:hover{
    border: 1px solid #3192D9;
}
.site--btn_blue:hover{
    color:#3192D9;
}


/* Step Buying */
.buying--content {
    justify-content: center;
}
.step--box {
    width: 30%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    text-align: center;
    margin: -80px 15px 0px;
    background-color: #fff;
}
.step--number {
    font-family: 'Roboto';
    font-weight: 500;
    margin-bottom: 10px;
}
.step--title {
    font-weight: 500;
}


/* Top Pick */
.pick--box {
    text-align: center;
    width: 25%;
    padding: 10px;
}
.pick--content {
    justify-content: space-between;
}
.pick--heading {
    font-family: 'muli-bold';
    color: #000305;
    transition: 0.5s all;
}
.pick--price {
    font-family: 'muli-regular';
    color: #3192D9;
    margin: 0px;
}
.pick--heading:hover {
    color: #3192D9;
    transition: 0.5s all;
}
.bottom--btn{
    margin-top: 50px;
}



/* Blu Story */
.story--title{
    max-width: 1000px;
    margin: auto;
}
.story--title p{
    font-size: 16px;
}
.blue--story.py-5 {
    padding-bottom: 0px;
}

/* Own Custom */

.custom--content {
    justify-content: space-between;
    text-align: center;
    margin-top: 50px;
}
.own--custom {
    background-color: #FAFAFA;
}
.custom--box {
    width: 45%;
}
.custom--box img {
    margin-bottom: 20px;
}



/* Our Services */
.our--services {
    background-color: #E3F3FF;
}
.service--box {
    width: 30%;
    padding: 20px;
    text-align: center;
}
.service--title {
    margin-top: 15px;
}
.service--content {
    justify-content: space-between;
}
.service-detail {
    font-size: 16px;
    line-height: 25px;
}


/* Group Product */
.group-box {
    width: 30%;
    justify-content: center;
}
.group--content {
    justify-content: space-between;
}
.group--desc {
    padding: 10px;
    text-align: center;
}
.group--desc p {
    font-size: 16px;
    line-height: 25px;
}
.group-box:nth-child(2n) {
    flex-direction: column-reverse;
}
.buy--btn {
    color: #3192D9;
    text-decoration: underline;
}
.group--desc h5 {
    font-weight: 500;
}


/* Instagram Section */

.instagram--img {
    width: 25%;
}
.insta--title{
    margin: 20px 0px;
}

.instagram--img{
    position: relative;
}
.instagram--img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.instagram--img:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    visibility: hidden;
}
.instagram--img:after{
    content: '';
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 25px;
    height: 25px;
    background-image: url('../img/insta.svg');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
}

.instagram--img:hover:before,
.instagram--img:hover:after{
    opacity: 1;
    visibility: visible;
}



/* Footer  */
.footer--content {
    justify-content: space-between;
    padding: 50px 0px;
}
.px-5 {
    padding-left: 50px;
    padding-right: 50px;
}
.copyright--content p {
    font-size: 14px;
    margin: 0px;
}
.copyright {
    border-top: 1px solid #E3E3E3;
    padding: 10px 0px;
}
.sub-form {
    border-bottom: 1px solid #3192D9;
    padding: 10px 0px;
}
.input--email {
    width: 75%;
    border: none;
}
.input--email::placeholder{
    color: #939393;
}
.submit--btn {
    width: 23%;
    border: none;
    background-color: transparent;
    color: #3192D9;
    font-weight: 500;
}
.sub--title {
    font-weight: 500;
}
.sub--desc {
    font-size: 16px;
}
.footer--menu li {
    padding: 10px 0px;
}
.footer--menu li a {
    color: #000000;
}
.footer--menu li a:hover {
    color: #3192D9;
}



.nav-toggler {
    display: none;
}
.input--email {
    width: 72%;
    padding: 0px !important;
}
.submit--btn{
	width: 25%;
    padding: 0px !important;
}
.header--icon li {
    position: relative;
}
.site-header__cart-count {
    top: -5px;
    right: -10px;
}

/* Media Query */

@media(max-width:1025px){
    .step--box{
        margin: -80px 5px 0px;
    }
    .buying--content {
        justify-content: space-between;
    }
}


@media(max-width:991px){

    h1{
        font-size: 50px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6{
        font-size: 16px;
    }

    .site--container{
        max-width: 100%;
    }
    .header--logo {
        max-width: 100px;
    }
    .header--menu ul li > a{
        padding: 0px 10px;
    }
    .header--icon {
        margin-left: 10px;
    }
    .header--icon li {
        margin: 0px 10px;
    }
    .step--box {
        width: 100%;
        margin: 30px 0px 0px;
    }
    .pick--box{
        width: 50%;
    }
    .blue--story.py-5{
        padding-top: 0px;
    }
    .group-box {
        width: 100%;
        justify-content: center;
    }
    .group-box:nth-child(2n) {
        flex-direction: row;
    }
    .service--box{
        width: 100%;
    }
    .instagram--img {
        width: 50%;
    }
}

@media(max-width:767px){
  div#shopify-section-16318136542644c75b {
    padding-top: 56px;
}
    h1{
        font-size: 28px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6{
        font-size: 16px;
    }
    p{
        font-size: 14px;
    }

    .main--header{
        position: relative;
    }
    .nav-toggler {
        position: absolute;
        display: block;
        width: 25px;
        height: 14px;
        right: 20px;
        top: 40px;
        margin: auto;
        z-index: 99;
    }
    .nav-toggler span {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background: #0b2738;
        transition: 0.4s;
    }
    .nav-toggler span:nth-child(2) {
        bottom: 0;
    }
    .nav-toggler span:nth-child(3) {
        margin: auto;
        top: 0;
        bottom: 0;
    }
    .header--menu {
        position: absolute;
        right: 0;
        left: 0;
        top: 95px;
        z-index: 9999;
        background-color: #fff;
        padding: 20px 0px;
        display: none;
        box-shadow: rgb(33 35 38 / 20%) 0px 30px 30px -10px;
    }
    .header--menu ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: left;
    }
    .header--menu ul li > a {
        padding: 10px;
    }

    .nav-active span:first-child {
        -webkit-transform: rotate(-45deg) translate(-10px, 0px);
        transform: rotate(-45deg) translate(-10px, 0px);
    }
    .nav-active span:nth-child(2) {
        opacity: 0;
    }
    .nav-active span:last-child {
        -webkit-transform: rotate(45deg) translate(-3px, 5px);
        transform: rotate(45deg) translate(-3px, 5px);
    }

    .top--one {
        order: 1;
    }
    .top--two {
        order: 2;
    }
    .top--text {
        order: 3;
        font-size: 12px;
        margin: 0px !important;
    }
    .top--content {
        padding: 10px 0px;
    }
    .header--icon {
        margin-left: 0px;
        margin-right: 45px;
    }



    .hero--banner{
        min-height: 500px;
    }
    .hero--content {
        margin-bottom: 50px;
    }
    .site--btn{
        padding: 12px 30px;
        font-size: 14px;
        margin-top: 20px;
    }
    .hero--sub_heading {
        font-size: 14px;
    }
    .pick--box {
        width: 100%;
    }

    .custom--box {
        width: 100%;
    }
    .col-1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .px-5 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .footer--content{
        padding: 30px 0px;
    }
    .col-2 {
        width: 31%;
    }
    .copyright--content p {
        font-size: 12px;
    }
    .footer--menu li {
        padding: 5px 0px;
    }
    .footer--menu li a {
        font-size: 14px;
    }
  
    .header--icon li img {
        width: 15px;
        height: 15px;
    }

    .header--icon li a {
        padding: 0px;
    }
   .sub-form {
        display: flex;
        justify-content: space-between;
    }
    .input--email {
        width: 70%;
    }
    .submit--btn {
        width: 30%;
        padding: 0px !important;
    
}
