/* ==== Main CSS === */
body {
    padding: 0;
    margin: 0;
}

.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}

.img-fill > img {
    position: relative;
    display: inline-block;
    max-width: none;
    opacity: 0.8;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.Grid1k {
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
}

.blocks-box,
.slick-slider {
    margin: 0;
    padding: 0;
}

.slick-slide {
    float: left
        /* If RTL Make This Right */
    ;
    padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider {
    overflow: hidden;
}

.Modern-Slider .NextArrow {
    position: absolute;
    top: 40%;
    right: 0px;
    width: 45px;
    height: 80px;
    background: rgba(255, 255, 255, 0);
    border: 0 none;
    text-align: center;
    font: 3rem FontAwesome;
    color: #fff;
    z-index: 5;
    font-size: 3rem;
    cursor: pointer;
    transition: all 0.5s;
}

.Modern-Slider .NextArrow:before {
    content: '\f054';
    font-size: 30px;
    margin-top: -10%;

}

.Modern-Slider .PrevArrow {
    position: absolute;
    top: 40%;
    left: 0px;
    width: 45px;
    height: 80px;
    background: rgba(255, 255, 255, 0);
    border: 0 none;
    text-align: center;
    font: 3rem FontAwesome;
    color: #000;
    z-index: 5;
    cursor: pointer;
    transition: all 0.5s;
}

.info {
    position: absolute;
    top: 40%;
    left: 1cm;
}

.Modern-Slider .PrevArrow:before {
    content: '\f053';
    font-size: 30px;
    margin-top: -10%;
    color: white;
}

.Modern-Slider .NextArrow .Thumbnail {
    display: block;
    position: absolute;
    width: 120px;
    height: 80px;
    background-size: cover;
    top: 0px;
    right: -120px;
    z-index: 10;
    transition: all 0.5s;
}

.Modern-Slider .NextArrow:hover .Thumbnail {
    right: 45px;
}

.Modern-Slider .PrevArrow .Thumbnail {
    content: '';
    display: block;
    position: absolute;
    width: 120px;
    height: 80px;
    background-size: cover;
    top: 0px;
    left: -120px;
    z-index: 10;
    transition: all 0.5s;
}

.Modern-Slider .PrevArrow:hover .Thumbnail {
    left: 45px;
}

.Modern-Slider .slick-dots {
    position: absolute;
    height: 50px;
    bottom: 10%;
    width: 100%;
    left: 14%;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-align: left;
    display: none;
}

.Modern-Slider .slick-dots li {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: Transparent;
    transition: all 0.5s;
    border-radius: 50%;
    border: 1px solid white;
    margin: 0 3.5px;
    cursor: pointer;
    position: relative;
    -webkit-animation: fadeIn 0.8s both 0.8s;
    animation: fadeIn 0.8s both 0.8s;
    display: none;
}

.Modern-Slider .slick-dots li.slick-active {
    background: #ffcc00;
    box-shadow: inset 0 0 0 2px #ffcc00;
    display: none;
}

.Modern-Slider .slick-dots li a {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 120px;

    display: block;
    visibility: hidden;
    border: 4px solid rgba(0, 0, 0, .50);
    margin-left: -60px;
    margin-bottom: 15px;
    transition: visibility 0.5s linear 0.5s;
    -webkit-animation: fadeOut 0.5s both;
    animation: fadeOut 0.5s both;
}

.Modern-Slider .slick-dots li a:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 100%;
    width: 0;
    height: 0;
    border: 8px solid Transparent;
    border-top-color: rgba(0, 0, 0, .50);
    margin-top: 4px;
}

.Modern-Slider .slick-dots li:hover a {
    visibility: visible;
    transition-delay: 0s;
    -webkit-animation: fadeIn 0.5s both;
    animation: fadeIn 0.5s both;

}

.Modern-Slider .slick-dots li a img {
    width: 100%;
    height: 100%;
}

.Modern-Slider .item .img-fill {
    background-color: #000000;
	text-align: left;
}



.copyright-bg {
    background: white;
}

.Modern-Slider .item h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #FFF;
    font-weight: 100;
    max-width: 600px;
    overflow: hidden;
    line-height: 1.5em;
    padding-top: 20px;
    font-size: 1em;
    text-align-last: left;
    -webkit-animation: fadeOutLeft 0.5s both;
    animation: fadeOutLeft 0.5s both;
}

.Modern-Slider .item.slick-active h3 {
    -webkit-animation: fadeIn 1s both 1s;
    animation: fadeIn 0.5s both 0.5s;
    font-size: 3em;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: white;

}

.Modern-Slider .item.slick-active .info > div {
    -webkit-animation: fadeIn 0.5s both 0.5s;
	animation: fadeIn 0.5s both 0.5s;
}

.Modern-Slider .item.slick-active h5 {
    -webkit-animation: fadeIn 1s both 1.5s;
    animation: fadeIn 0.5s both 0.5s;
}

.Modern-Slider .item:nth-child(odd) {
    -webkit-animation: slideOutRight 0.5s both;
    animation: slideOutRight 0.5s both;
}

.Modern-Slider .item.slick-active:nth-child(odd) {
    -webkit-animation: slideInLeft 0.5s both;
    animation: slideInLeft 0.5s both;
}

.Modern-Slider .item:nth-child(even) {
    -webkit-animation: slideOutLeft 0.5s both;
    animation: slideOutLeft 0.5s both;
}

.Modern-Slider .item.slick-active:nth-child(even) {
    -webkit-animation: slideInRight 0.5s both;
    animation: slideInRight 0.5s both;
}



/* ==== Slider Image Transition === */
/* Animate.css */
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

/* Animate.css */
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

/* Animate.css */
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

/* Animate.css */
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}


/* ==== Slick Slider Css Ruls === */
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {

    float: left
        /* If RTL Make This Right */
    ;
    height: 100%;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}


.banner:before {
    position: absolute;
    content: "";
    display: table;
    background-color: #fff;
    z-index: 1;
    background-image: url(../images/girl.png);
    width: 300px;
    height: auto;



}



@media only screen and (max-width: 1280px) {
    .footer-first-block {
        margin-left: 10px;
    }

    .footer-second-block {
        padding-left: 10px;
    }

    .info {
        position: absolute;
        top: 40%;
        left: 1cm;
    }


    .Modern-Slider .item.slick-active h5 {
        -webkit-animation: fadeIn 1s both 1.5s;
        animation: fadeIn 0.5s both 0.5s;

    }

    .shopping-button {
        font-size: 3em;

    }

    .absolute-button {

        right: 60px;
        bottom: 20px;

    }

    .Modern-Slider .item.slick-active h5 {
        -webkit-animation: fadeIn 1s both 1.5s;
        animation: fadeIn 0.5s both 0.5s;
        width: 70%;
    }

}

@media only screen and (max-width: 1200px) and (min-width:992px) {
    .info {
        position: absolute;
        top: 25%;
        left: 1cm;
    }

    .single-baner-nw2 .banner-img-cap2 .banner-cap2 h3 a {
        font-size: 16px;
    }

    .single-baner-nw2 .banner-img-cap2 .banner-cap2 p {
        color: #62666d;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1.4rem;
    }
}

@media only screen and (max-width: 992px) and (min-width:768px) {

    .single-baner-nw2 .banner-img-cap2 .banner-cap2 h3 a {
        font-size: 19px;
    }

    .single-baner-nw2 .banner-img-cap2 .banner-cap2 p {
        color: #62666d;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 1.8rem;
    }
}

@media only screen and (max-width: 1200px) {

    .Modern-Slider .item.slick-active h3 {
        -webkit-animation: fadeIn 1s both 1s;
        animation: fadeIn 0.5s both 0.5s;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        color: white;
    }

    .Modern-Slider .item.slick-active h5 {
        -webkit-animation: fadeIn 1s both 1.5s;
        animation: fadeIn 0.5s both 0.5s;
        width: 100%;
    }

    .blocks-box,
    .slick-slider {
        margin: 0;
        padding: 0;
    }

}


@media only screen and (max-width: 992px) {
    .footer-second-block {
        padding-left: 15px;
        padding-bottom: 30px;
    }



    .pd-on-small {
        padding-top: 30px;
    }

    .latest-slider .trending-top .trend-top-img {
        height: 500px;
        padding-bottom: 30px;
        overflow: hidden;
        position: relative;
    }

    .intro-brand {
        padding: 25px;
        width: 150px;
    }

    .intro-brand:hover {
        padding: 25px;
        width: 150px;
    }

    .Modern-Slider .item.slick-active h3 {
        font-size: 2.6em;
    }

    .Modern-Slider .item.slick-active h5 {
        -webkit-animation: fadeIn 1s both 1.5s;
        animation: fadeIn 0.5s both 0.5s;
        width: 100%;
        font-size: 0.9rem;
    }

    .Modern-Slider .item.slick-active h3 {

        font-size: 3em;
    }

    .Modern-Slider .item .img-fill .info {
        top: 0%;
    }


}

@media only screen and (min-width: 992px) {
	.Modern-Slider .img-fill > img {
		width: 101%;
    }
}
@media only screen and (max-width: 991px) {
	.Modern-Slider .img-fill > img {
		width: 102%;
    }
}
@media only screen and (max-width: 470px) {
	.Modern-Slider .img-fill > img {
		width: 103%;
    }
}


@media only screen and (max-width: 768px) {
    .brands-area .single-brands-logo img {
        max-width: 100px;
    }

    .aligner {

        align-items: center;
        justify-content: center;
    }


    .latest-slider .trending-top .trend-top-img {
        height: 500px;

    }

    .intro-brand {
        padding: 35px;
        width: 300px;
    }

    .intro-brand:hover {
        padding: 35px;
        width: 300px;
    }

    .Modern-Slider .item.slick-active h5 {
        -webkit-animation: fadeIn 1s both 1.5s;
        animation: fadeIn 0.5s both 0.5s;
        width: 100% !important;
        text-align: left !Important;
    }

    .main_button_rounded {
        background: #000000 !important;
        border-radius: 60px !important;
        margin-bottom: 0px;
        padding: 5px 10px;
        margin: 30px auto;
    }

    .Modern-Slider .item.slick-active h3 {
        font-size:2.3em;
        display: block;
        width: 70vw;
        /* margin-left: -10vw; */
		text-align: left;
    }


    .Modern-Slider .item .img-fill .info {
        left: 1cm;
    }
}

.Modern-Slider .img-fill > img {
	margin-top: 0px;
}

