/* Please ❤ this if you like it! */

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #212112;
    background-color: #fff;
    overflow-X: hidden;
    transition: all 200ms linear;
}

::selection {
    color: #fff;
    background-color: #F3C743;
}

::-moz-selection {
    color: #fff;
    background-color: #F3C743;
}

/* #Navigation
================================================== */

.sea {
    margin-top: 15px;
    margin-left: 10px;
}

.nav_search {
    background-color: #F5F8FA;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
}

.nav_search button, .nav_search input {

}

.nav_search input {
    background-color: #F5F8FA !important;
}

.flex_items .box1 {
    width: 20%;
    width: 284px;
    height: 314px;
    padding: 10px;
}

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 2px 0;
    box-shadow: 0 2px 20px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    height: 48px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
    background-color: #fff !important;
    transition: all 200ms linear;
    border-bottom: 1px solid #E1E4E6;
}

.section {
    margin-top: 100px;
    position: relative;
    width: 100%;
    display: block;
}

.full-height {
    height: 100vh;
}

.over-hide {
    overflow: hidden;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
    padding: 5px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}

/* #Media
================================================== */

@media (max-width: 767px) {
    h1 {
        font-size: 38px;
    }

    .nav-item:after {
        display: none;
    }

    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
    }

    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
}

.sorts {
    font-size: 15px;
    align-items: center;
}

.home {
    font-size: 12.5px;
}

.sorts img {
    width: 20px;
    height: auto;
}

.sort {
    margin: 2px;
}

.stores .act {
    border: 1px solid #13B1E1;
    /*background-color: #E5F9FF;*/
    /*padding: 10px 5px 10px 5px;*/
    /*border-radius: 15px;*/
}


.store_item,
.fash {
    padding: 10px 5px 10px 5px;
    border-radius: 15px;
}

.home {
    background-color: #E5FBF5;
    padding: 10px 5px 10px 5px;
    border-radius: 15px;
}

.beaut {
    background-color: #FAF2FF;
    padding: 10px 5px 10px 5px;
    border-radius: 15px;
}

.child {
    background-color: #FFF8E6;
    padding: 10px 5px 10px 5px;
    border-radius: 15px;
}

.aces {
    background-color: #E6FFE6;
    padding: 10px 5px 10px 5px;
    border-radius: 15px;
}

.heal {
    background-color: #FFE7E6;
    padding: 10px 5px 10px 5px;
    border-radius: 15px;
}

.travel {
    background-color: #EBEFFF;
    padding: 10px 5px 10px 5px;
    border-radius: 15px;
}

.all {
    background-color: #F0FFE6;
    padding: 10px 5px 10px 5px;
    border-radius: 15px;
}

.copouns {
    font-size: 22px;
    font-weight: 600;
}

.box {
    /*padding: 40px;*/
    /*margin-right: 15px;*/
    text-align: center;
    padding: 40px;
    width: 100%;
    height: 100%;
    /*width: 284px;*/
    border-radius: 15px;
    box-shadow: 0 2px 20px 0 rgba(178, 179, 180, 0.15);
}

.box img {
    width: 80px;
    height: 80px;
}

.titl {
    font-size: 25px;
    margin-top: 20px;
}

.titl.sm {
    font-size: 18px;

}

.discount {
    color: #7A8F99;
}

.page-link {
    border: none !important;
    color: #7A8F99;
}

.page-item:last-child .page-link {
    color: #0F2733;
}

.page-item:last-child .page-link:hover {
    color: white;
}

.page-item.active .page-link,
.page-link:hover {
    background-color: #0F2733;
    color: white;
}

.slick-slide img {
    display: inline-block !important;
}

.sort a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.tex h1,
p {
    text-align: left;
}

.tex h1 {
    font-size: 19px;
}

.tex p {
    color: #7A8F99;
    font-size: 13px;
}

.modal-content {

    padding: 10%;
    border-radius: 20px;
}

.amg {
    text-align: left;
    position: relative;
}

.amg img {
    height: 40px;
    width: 40px;
}

.extra {
    display: inline-block;
}

.amg::after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    right: 1px;
    height: 1px;
    background-color: #E1E4E6;
    border-radius: 5px;
}

.exspan {
    position: absolute;
    color: #7A8F99;
    font-size: 10px;
    left: 45px;
    bottom: 1px;
}

.code {
    display: inline-block;
    width: 50%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: white;
    background-color: #E5F9FF !important;
    background-clip: padding-box;
    border: 1px dashed #02BEFB;
    border-radius: 15px;
    opacity: 1 !important;
}

.copy {
    display: inline-block;
    font-size: 15px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    color: white;
    background-color: #02BEFB;
    border-radius: 15px;
}

.now {
    background-color: #02BEFB;
    color: white;
    border-color: #02BEFB;
    border-radius: 10px;
}

.burgr {
    background-color: none;
    height: 15px;
    width: 15px;
}

.burgr li {
    display: block;
}


/* The side navigation menu */

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    background-color: white;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */

.sidenav a {
    padding: 15px 15px 15px 32px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
    transition: 0.3s;
    background-color: #FFFFFF;
    margin: 15px;
    border-radius: 15px;
}

/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
    color: #fff;
    background-color: #02BEFB;
}

/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    background-color: white;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media only screen and (max-width: 768px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

    .box {
        padding: 20px;

    }

    .modal-content {
        width: 100%;
    }
}

.modal-content {
    width: 100%;
}

.box p {
    text-align: center;

}

.lang {
    z-index: 999;
    background-color: white;
    position: absolute;

}

.lang input {
    width: 100%;

}


.btn-bg-white-info {
    background-color: #02BEFB;
    color: white;
    border: none;
    outline: none;

}

.btn-bg-white-info:focus,
.btn-bg-white-info:hover {
    color: #02BEFB;
    border: 1px dashed #02BEFB;
    background-color: white;

}

.code_section {
    outline: none;
}

.code_section button {
    border-radius: 8px !important;
}

.code_section .code {

    outline: 0 !important;
    box-shadow: none;
    margin-right: -11px;

}

.code_section .code:focus {
    background-color: #E5F9FF;
}

.box .share-icon-item i {
    color: #7A8F99;
}

.box .share-icon-item {
    color: #7A8F99;
    border: 1px solid #7A8F99;
    width: 50px;
    height: 50px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 11px;
}

.hed {
    position: relative;
}

.hed a.share-icon-item {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
}

.box .share-icon-item:hover, .box .share-icon-item:hover i {
    background-color: #7A8F99;
    color: white;
    transition: all 100ms linear;

}

.box .share_icon {
    width: 50px;
    height: 50px;
}

.btn-copied {
    background-color: #E5F9FF;
    color: #02BEFB;
    border: 0;
    border-radius: 8px;
    font-size: 14px;
    padding: 11px;
}

.hide {
    display: none;
}

@media screen and (max-width: 1200px) {
    .flex_items .box1 {
        width: 25%;

    }

}

@media screen and (max-width: 992px) {
    .flex_items .box1 {
        width: 33.333%;

    }

}

@media screen and (min-width: 576px) {
    .modal-sm {
        max-width: 354px;
    }

}

@media screen and (max-width: 769px) {
    .flex_items .box1 {
        width: 50%;

    }

}

@media screen and (max-width: 400px) {
    .flex_items .box1 {
        width: 50%;
        height: 201px;;
    }

    .box img {
        width: 50px;
        height: 50px;
    }

    .box p {
        font-size: 12px;


    }

    .box .titl.sm,
    .box .titl {
        font-size: 14px;
        margin-top: 4px;
        margin-bottom: 3px;
        font-weight: bolder;
    }

    .discount {
        line-height: 1.5;
        margin-bottom: 6px;
    }
    .box p a {
        color: #02BEFB;
        text-decoration: revert;
    }
    /*.flex_items {*/
    /*    align-items: center;*/
    /*    flex-direction: column;*/
    /*}*/

    a.page-link {
        padding: 10px;
        font-size: 10px;
    }
    li.page-item.paginator-title {
        font-size: 12px;
    }
    .copouns {
        font-size: 20px;
        font-weight: bolder;
        margin-bottom: 0px !important;
    }
    }
}

* ,.titl {
    /*font-family: 'Gilroy-Semi-Bold',"Gilroy-Light", 'Avenir-bold', sans-serif;;*/
}
.discount {
    /*font-family: 'Gilroy-Regular', 'Avenir-bold', sans-serif;;*/
}
.navbar *:not('.fa') ,
.boxa a {
    /*font-family: 'Gilroy-Medium', 'Avenir-bold', sans-serif;;*/
}


@font-face {
    font-family: "Gilroy-Light";
    src: url('Gilroy/Gilroy-Light.otf');
}
@font-face {
    font-family: "Gilroy-Semi-Bold";
    src: url('Gilroy/Gilroy-Semi-Bold.ttf');
}
@font-face {
    font-family: "Gilroy-Regular";
    src: url('Gilroy/Gilroy-Regular.ttf');
}
@font-face {
    font-family: "Gilroy-Medium";
    src: url('Gilroy/Gilroy-Medium.ttf');
}


.owl-carousel .owl-item img {
    width: 20px  ;
    display: inline   ;
}
.modal {
    z-index: 9999999999;
}
