﻿
.main-container {
    padding-top: 120px;
}

.homeBody{
    padding-bottom:120px;
}

.carousel-arrow-prev, .carousel-arrow-next{
    cursor: pointer;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    max-height: 8%;
    width: auto;
}

.carousel-arrow-prev{
    left: -50px;
}

.carousel-arrow-next{
    top: 43%;
    right: -50px;
    transform: rotate(180deg)
}

@media(max-width:1024px){
    .carousel-arrow-prev, .carousel-arrow-next {
        display:none !important;
    }
}

.section1, .section2, .section3, .section4, .section5 {
    margin-top: 30px;
}

    .section1 .category-container {
        width: 100%;
        min-height: 244px;
        position: relative;
        margin: 50px auto;
    }

    .section1 .category-container .card {
        width: 100%;
        min-height: 244px;
    }

    .section1 .category-container .card .front {
        display: flex;
        position: absolute;
        z-index: 1;
        color: white;
        cursor: pointer;
    }

    .section1 .category-container .card .face {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        text-align: center;
    }

        .section1 .category-container .card .face img {
            margin: auto;
        }

    .section1 .heading {
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .section1 .sub-heading {
        text-align: center;
        font-size: 20px;
        font-style: italic;
    }

    .section1 .product-shot {
        padding: 20px;
    }

        .section1 .product-shot a:hover {
            text-decoration: none;
            color: transparent;
        }

        .section1 .product-shot img {
            margin: auto;
            margin-top: 20px;
        }

    .section1 .product-text {
        text-align: center;
        font-weight: bolder;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 20px;
        color: #333;
    }

.section2 {
    background-color: #a9c66c;
    padding: 20px;
}

    .section2 .inner-section {
        border: 3px solid #fff;
        color: #fff;
        text-align: center;
        padding: 10px;
    }

        .section2 .inner-section a {
            color: #fff;
        }

        .section2 .inner-section .heading {
            font-size: 35px;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .section2 .inner-section .sub-heading {
            font-size: 20px;
            font-style: italic;
        }


        @media(max-width:768px){
            .section2 .inner-section .heading {
                font-size: 25px;
                letter-spacing: 2px;
            }
        }

.section3 .heading, .section4 .heading, .section5 .heading {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.section3 .sub-heading, .section4 .sub-heading, .section5 .sub-heading {
    text-align: center;
    font-size: 20px;
    font-style: italic;
}

.section3 .collection-heading {
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
    text-transform: uppercase;
}

.section3 .collection-description {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
    width: 70%;
    display: inline-block;
}

.section3 .collection-button {
    display: inline-block;
    width: 20%;
    height: 60px;
    vertical-align: top;
    padding-top: 10px;
}

    .section3 .collection-button .shop-now {
        border: 1px solid #333;
        color: #333;
        padding: 10px;
        font-size: 18px;
        cursor: pointer;
        position: absolute;
        right: 0;
    }

        .section3 .collection-button .shop-now:hover {
            text-decoration: none;
        }

@media(max-width:991px) {
    .section3 .collection-heading {
        font-size: 22px;
    }
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 30px;
    margin-bottom: 40px;
    height: 40px;
}

    .strike > p {
        position: relative;
        display: inline-block;
        color: #777;
        font-size: 30px;
        font-style: italic;
    }

        .strike > p:before,
        .strike > p:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            height: 2px;
            background: #777;
        }

        .strike > p:before {
            right: 100%;
            margin-right: 15px;
        }

        .strike > p:after {
            left: 100%;
            margin-left: 15px;
        }

.section5 .sub-heading {
    margin-top: 20px;
}

.section5 .hashtag {
    text-align: center;
    font-style: italic;
    color: #a9c66c;
    font-size: 35px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section5 .insta-carousel .slick-slide {
    margin: 20px;
}

@media(max-width:600px) {
    .section5 .insta-carousel .slick-slide {
        margin: 10px;
    }
}

/*=======OVERLAY STYLES - SECTION 1========*/

.media {
    position: relative;
    vertical-align: top;
}

.media__image {
    display: block;
}

.media__body {
    background: none;
    bottom: 0;
    color: white;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 3.75em 3em;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

    .media__body:hover {
        opacity: 1;
    }

    .media__body:after,
    .media__body:before {
        border: 1px solid rgba(0, 0, 0, 0.7);
        bottom: 1em;
        content: '';
        left: 1em;
        opacity: 0;
        position: absolute;
        right: 1em;
        top: 1em;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

    .media__body:before {
        border-bottom: none;
        border-top: none;
        left: 2em;
        right: 2em;
    }

    .media__body:after {
        border-left: none;
        border-right: none;
        bottom: 2em;
        top: 2em;
    }

    .media__body:hover:after,
    .media__body:hover:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }


@media(max-width:768px) {
    .mobile-home-page .section1 .product-shot {
        padding: 10%;
    }

    .mobile-home-page .section1 .product-text {
        margin-top: -8%;
    }

    .mobile-home-page .media__body {
        margin: 10%;
    }
}


/*=======FLIP STYLES - SECTION 1 - MOBILE========*/

.flip {
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    -ms-perspective: 200px;
    perspective: 200px;
    width: 100%;
    min-height: 244px;
    position: relative;
    margin: 50px auto;
}

    .flip .card.flipped {
        -webkit-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        -o-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }

    .flip .card {
        width: 100%;
        min-height: 244px;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        .flip .card .face {
            width: 100%;
            height: 100%;
            position: absolute;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            backface-visibility: hidden;
            z-index: 2;
            text-align: center;
        }

            .flip .card .face img {
                margin: auto;
            }

        .flip .card .front {
            display: flex;
            position: absolute;
            z-index: 1;
            color: white;
            cursor: pointer;
        }

        .flip .card .back {
            -webkit-transform: rotateX(-180deg);
            -moz-transform: rotateX(-180deg);
            -ms-transform: rotateX(-180deg);
            -o-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
            background: rgba(0,0,0,0.7);
            color: #fff;
            cursor: pointer;
        }

            .flip .card .back h2 {
                margin-top: 10%;
                margin-bottom: 10px;
                font-size: 25px;
            }

            .flip .card .back p {
                margin-bottom: 30px;
                font-size: 20px;
            }

.section3 .flip .card .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background: rgba(0,0,0,0.7);
    color: #000;
    background-size:cover;
}

.section3 .flip .card.flipped {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.section3 .flip{
    margin:30px auto;
}

.section3 .flip .front img {
    max-height: 100%;
}

/*=======POPOVER STYLES - SECTION 4========*/

.pulse-div {
    position: absolute;
    width: 40px;
    height: 40px;
}

.gps_ring_img {
    z-index: 1;
    position: absolute;
    left: 4px;
    top: 4px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

    .gps_ring_img.popover-shown {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.gps_ring {
    border: 5px solid #999;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 30px;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-border-radius: 30px;
    -moz-animation: pulsate 2s ease-out;
    -moz-animation-iteration-count: infinite;
    -ms-border-radius: 30px;
    -ms-animation: pulsate 2s ease-out;
    -ms-animation-iteration-count: infinite;
    -o-border-radius: 30px;
    -o-animation: pulsate 2s ease-out;
    -o-animation-iteration-count: infinite;
    border-radius: 30px;
    animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
}

.gps_ring2 {
    border: 5px solid #999;
    height: 32px;
    width: 32px;
    position: absolute;
    left: 4px;
    top: 4px;
    -webkit-border-radius: 30px;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-border-radius: 30px;
    -moz-animation: pulsate 2s ease-out;
    -moz-animation-iteration-count: infinite;
    -ms-border-radius: 30px;
    -ms-animation: pulsate 2s ease-out;
    -ms-animation-iteration-count: infinite;
    -o-border-radius: 30px;
    -o-animation: pulsate 2s ease-out;
    -o-animation-iteration-count: infinite;
    border-radius: 30px;
    animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
}

.overlay-layer .gps_ring_img {
    z-index: 0;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.4, 1.4);
        opacity: 0.0;
    }
}

@-moz-keyframes pulsate {
    0% {
        -moz-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -moz-transform: scale(1.4, 1.4);
        opacity: 0.0;
    }
}

@-ms-keyframes pulsate {
    0% {
        -ms-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -ms-transform: scale(1.4, 1.4);
        opacity: 0.0;
    }
}

@-o-keyframes pulsate {
    0% {
        -o-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -o-transform: scale(1.4, 1.4);
        opacity: 0.0;
    }
}

@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        transform: scale(1.4, 1.4);
        opacity: 0.0;
    }
}


.popover {
    min-width: 400px;
    text-align: center;
    border-radius:0;
}

.popover-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popover .popover-image {
    width: 55%;
}

.popover .popover-text {
    width: 40%;
    vertical-align: top;
    padding-top: 10px;
    text-align: left;
}

    .popover .popover-text * {
        vertical-align: top;
    }

    .popover .popover-text .btn {
        width: 100%;
        margin-top: 10px;
    }

    .popover .popover-text h2 {
        font-size: 25px;
    }

    .popover .popover-text p {
        margin-top: 10px;
    }

    .popover .popover-text .learn-more {
        text-decoration: underline;
        text-align: center;
    }

@media(min-width:768px) {
    .popover.fade.left.in {
        left: -400px !important;
    }
}

@media(max-width:600px) {
    .popover {
        min-width: 300px;
    }

        .popover.fade.left.in {
            left: -300px !important;
        }
}
