@charset "UTF-8";
/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.66;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;

}

img {
    vertical-align: middle;
    max-width: 100%;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
    max-width: 35px;
    pointer-events: auto;
}

.landscape {
    display: block;
}

.portrait {
    display: none;
}

html,
body {
    position: relative;
    height: 100%;
}


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;


}

.left-side {
    float: left;
    width: 35%;
    height: 100vh;
}

.leftSideWrap {
    width: 70%;
    margin: auto;
}

.headline {
    margin-top: 25%;
}

.shopcta {
    width: 60%;
    margin-top: 15%;
}

.logo {
    width: 70%;
    margin-top: 15%;
}

.main-slider {
    float: right;
    width: 65%;
    height: 100vh;
}

.slide1 {
    background-image: url('../images/Slide1.jpg');
}

.slide2 {
    background-image: url('../images/Slide2.jpg');
}

.slide3 {
    background-image: url('../images/Slide3.jpg');
}

.slide4 {
    background-image: url('../images/Slide4.jpg');
}

.slides {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: center center;
}

.slide-content {
    position: absolute;
    bottom: 70px;
    width: 60%;
    left: 50px;
}

.swiper-pagination {
    text-align: left;
    left: 110px !important;
    bottom: 50px !important;
    height: 35px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 100%;
    display: inline-block;
    background: #fff;
    opacity: 0.2;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    top: auto;
    bottom: 50px;
    width: 35px;
    height: 35px;
}

.swiper-button-next img,
.swiper-button-prev img {
    height: 100% !important;
}


.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 70px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    left: 195px;
    right: auto;
}

/*
.firstframe {
    width: 100%;
    height: 100vh;
}
*/

.purplebg {
    width: 100%;
    height: 100vh;
    background: #552e63;
    position: absolute;
    z-index: 9;
}

.whitelogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

/* +++++++++++++++++ media css +++++++++++++++++ */

@media only screen and (max-width: 350px) and (orientation: portrait) {
    .main-slider {
        float: none;
        width: 100%;
        height: 45vh;
    }

    .left-side {
        float: none;
        width: 100%;
    }

    .headline {
        margin-top: 10%;
    }

    .shopcta {
        margin-top: 7%;
    }

    .logo {
        margin-top: 5%;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 20px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        bottom: 15px;
        width: 25px;
        height: 25px;
    }

    .swiper-pagination {
        text-align: left;
        left: 50px !important;
        bottom: 15px !important;
        height: 25px;
    }

    .swiper-pagination-bullet {
        width: 8px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        left: 117px;
    }

    .slide-content {
        bottom: 40px;
        width: 60%;
        left: 10px;
    }

}


/*Mob Port*/
@media only screen and (min-width: 350px) and (max-width: 500px) and (orientation: portrait) {
    .main-slider {
        float: none;
        width: 100%;
        height: 45vh;
    }

    .left-side {
        float: none;
        width: 100%;
    }

    .headline {
        margin-top: 30px;
    }

    .shopcta {
        width: 60%;
        margin-top: 30px;
    }

    .logo {
        width: 60%;
        margin-top: 20px;
    }

    .leftSideWrap {
        width: 60%;
        margin-left: 10%;
    }

    .logo {
        width: 40%;
        margin-top: 0;
        position: absolute;
        bottom: 4%;
        right: 10%;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 20px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        bottom: 15px;
        width: 25px;
        height: 25px;
    }

    .swiper-pagination {
        text-align: left;
        left: 50px !important;
        bottom: 15px !important;
        height: 25px;
    }

    .swiper-pagination-bullet {
        width: 8px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        left: 117px;
    }

    .slide-content {
        bottom: 40px;
        width: 60%;
        left: 7px;
    }
}

/*Mob land*/
@media only screen and (max-width: 700px) and (max-height:300px) and (orientation: landscape) {

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 20px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        bottom: 15px;
        width: 25px;
        height: 25px;
    }

    .swiper-pagination {
        text-align: left;
        left: 50px !important;
        bottom: 15px !important;
        height: 25px;
    }

    .swiper-pagination-bullet {
        width: 8px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        left: 117px;
    }

    .slide-content {
        bottom: 40px;
        width: 60%;
        left: 7px;
    }

    .left-side {
        display: flex;
    }
}


/*Tab Port*/
@media only screen and (min-width: 768px) and (max-width: 1080px) and (orientation: portrait) {
    .main-slider {
        float: none;
        width: 100%;
        height: 45vh;
    }

    .left-side {
        float: none;
        width: 100%;
    }

    .leftSideWrap {
        width: 70%;
        margin-left: 10%;
    }

    .slide-content {
        width: 80%;
        left: 30px;
    }

    .headline {
        margin-top: 50px;
        width: 90%;
    }

    .shopcta {
        width: 40%;
        margin-top: 12%;
    }

    .logo {
        width: 40%;
        margin-top: 0;
        position: absolute;
        bottom: 4%;
        right: 10%;
    }
}

/*Tab Land*/
@media only screen and (max-width: 600px) and (orientation: landscape) {

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 20px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        bottom: 15px;
        width: 25px;
        height: 25px;
    }

    .swiper-pagination {
        text-align: left;
        left: 50px !important;
        bottom: 15px !important;
        height: 25px;
    }

    .swiper-pagination-bullet {
        width: 8px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        left: 117px;
    }

    .slide-content {
        bottom: 40px;
        width: 60%;
        left: 7px;
    }

    .left-side {
        display: flex;
    }
}
