body {
    font-size: 16px;
    color: #111;
    line-height: 1.7em;
    font-family: "Inter Tight", system-ui;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}


/* default css */

.scrollup {
    position: fixed;
    color: #FFF;
    bottom: 80px;
    right: 15px;
    z-index: 99;
    border-radius: 10px;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0px 10px;
    background: #272727;
    border-color: #272727;
    overflow: hidden;
    display: none;
}

.scrollup:hover {
    color: #FFF;
    background: #111;
    border-color: #111;
}

.instagram {
    position: fixed;
    color: #FFF !important;
    bottom: 130px;
    right: 15px;
    z-index: 99;
    border-radius: 10px;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0px 10px;
    background: #2929E6;
    border-color: #2929E6;
    overflow: hidden;
}

.wrapper {
    position: relative !important;
    overflow: hidden;
    padding: 100px 0px;

}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.overflow {
    overflow: hidden;
}

.btn {
    min-width: 140px;
    font-size: 15px;
    text-transform: uppercase;
    transition: ease-in 400ms;
    font-weight: 600;
    padding: 10px 20px;
    overflow: hidden;
    border-radius: 4px !important;
}

.btn-1 {
    background-color: #2929E6;
    color: #FFF;
    border-color: #2929E6;
}

.btn-1:hover {
    background-color: #1717da;
    color: #FFF;
    border-color: #1717da;
}

.btn-2 {
    background-color: #FFF;
    color: #2929E6;
    border-color: #2929E6;
}

.btn-2:hover {
    background-color: #1717da;
    color: #FFF;
    border-color: #1717da;
}

.padding-1 {
    padding: 100px 0px;
}

.a-link {
    background-color: #111;
    padding: 5px 10px;
    font-weight: 600;
    color: #FFF;
    text-decoration: none;
}

.fs-7 {
    position: relative;
    font-size: 90px;
    line-height: 80px;
    font-weight: 500;
}

.bg-lighten {
    background-color: #fff2f2;
}

.bg-darken {
    background-color: #0e0e0e;
}

.bg-overlay {
    padding: 100px 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.script-1 {
    font-family: "Nothing You Could Do", cursive;
    color: #2929E6;
}

.script-2 {
    font-family: "Nothing You Could Do", cursive;
    color: #FFF;
}

.bg-blue {
    background-color: #2929E6;
    color: #FFF;
}

@media screen and (max-width: 992px) {

    .wrapper {
        position: relative;
        padding: 50px 0px;
    }


    .fs-7 {
        font-size: 40px;
        line-height: 34px;
    }

    .btn {
        font-size: 14px;
        text-transform: uppercase;
        transition: ease-in 400ms;
        font-weight: 600;
        padding: 5px 7px;
        border-radius: 4px;
    }

    .mb-margin {
        margin-bottom: 30px;
    }

    .mb-flex {
        flex-direction: column;
    }

}


/* end default css*/


/* Start Header CSS */
.blueheader {
    position: relative;
}

.header-wrapper {
    position: relative;
    z-index: 999;
}

.navbar-brand img {
    width: 120px;
}

.nav-item {
    text-transform: uppercase;
}

.nav-link {
    font-size: 14px;
    padding: 25px 15px !important;
    font-weight: 600;
    color: #272727 !important;
    border-top: 3px solid transparent;
    transition: all 300ms;
    text-transform: uppercase;
}

.nav-link:hover {
    color: #111 !important;
    border-top: 3px solid #111;
    background-color: #f3f3f3;
}

.nav-link.active {
    color: #111 !important;
    border-top: 3px solid #111;
}


.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background-color: #111 !important;
}

.dropdown-item {
    font-size: 14px;
    font-weight: 600;
    color: #272727 !important;
    transition: 300ms;
}

.dropdown-item {
    color: #FFF !important;
}

.dropdown-item:hover {
    color: #111 !important;
}

.mega-drop-down {
    width: max-content;
}

.mega-drop-down ul {
    display: block !important;
}

.mega-drop-down ul li {
    display: block !important;
}

.mega-drop-down ul li a {
    display: block !important;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: none;
}

.mega-drop-down ul li a:hover {
    color: #111 !important;
    background-color: #FFF;
}

@media screen and (max-width: 1260px) {
    .nav-link {
        font-size: 13px;
        padding: 25px 5px !important;
    }

    .navbar-brand img {
        width: 100px;
    }

    .mega-drop-down {
        width: 100%;
        left: 0%;
        padding: 15px !important;
    }
}

@media screen and (max-width: 992px) {


    .nav-item {
        margin: 0px 0px 5px;
        text-transform: uppercase;
    }

    .nav-link {
        font-size: 13px;
        padding: 5px 5px !important;
        font-weight: 600;
        color: #272727 !important;
        border-top: 3px solid transparent;
        transition: all 300ms;
    }

    .nav-link:hover {
        color: #111 !important;
        border-top: 3px solid transparent;
        background-color: #f3f3f3;
    }

    .nav-link.active {
        color: #111 !important;
        border-top: 3px solid transparent;
    }


    .navbar-toggler {
        box-shadow: none !important;
    }

    .navbar-collapse {
        padding-left: 0px;
        padding-bottom: 30px;
    }
}



/* End Header CSS */


/* Start Slider */
.slider-wrapper {
    position: relative;
    z-index: 99;
}

.slider-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 86vh;
    background-color: rgba(255, 255, 255, 0.3);
    background: linear-gradient(260deg, rgba(0, 0, 0, 0) 30%, rgba(255, 255, 255, 0.9) 100%);
}

.slider-content {
    display: block;
}

.slider-content img {
    display: block;
    width: 340px !important;
}

#main-slider .owl-next {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 30px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #111;
    background-color: #FFF;
}

#main-slider .owl-prev {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 30px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #111;
    background-color: #FFF;
}

@media screen and (max-width: 992px) {
    .slider-wrapper {
        position: relative;
    }

    .slider-content h1 {
        display: block;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .slider-content img {
        display: block;
        width: 240px !important;
    }


}

/* End Slider */


/* Start Main Content */
.age-verification-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    overflow: hidden;
}

.reviews-stars {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.reviews-stars li {
    margin-right: 15px;
}

.reviews-stars li img {
    width: 16px !important;
}

.google {
    width: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    margin-bottom: 10px;
}

.google img {
    width: 24px !important;
}

.content-lists li {
    display: flex;
    border-bottom: 1px dashed #2929E659;
    justify-content: space-between;
    line-height: 34px;
}

.text-link {
    text-decoration: none;
    color: #111;
}

.text-link:hover {
    text-decoration: none;
    color: #111;
}

@media screen and (max-width: 992px) {}

/* End Main Content */


/* footer */

.footer-wrapper {
    position: relative;
    padding: 70px 0px 0px;
    background-color: #000000;
}

.footer {
    position: relative;
    font-size: 14px;
}

.footer-img {
    position: relative;
    z-index: 5;
    width: 140px;
    background: url(../images/Shap-1.png) no-repeat center center;
    background-size: 100px;
}


.footer-img img {
    width: 140px;
}

.footer ul li {
    line-height: 34px;
    font-size: 14px;
}

.footer ul li a {
    color: #FFF;
    font-weight: 300 !important;
    text-decoration: none !important;
}

.footer p {
    font-weight: 300;
}

.social-media ul {
    display: flex;
}

.social-media ul li {
    list-style: none;
    display: block;
    margin-right: 15px;
}

.social-media ul li a {
    color: #FFF;
    text-decoration: none;
    transition: 300ms;
}

.social-media ul li a:hover {
    color: #e8ebff;
}

.copy-wrapper {
    position: relative;
    padding: 70px 0px 30px;
}

.brandlogos {
    display: flex;
    width: 160px;
    height: 140px;
}

.brandlogos img {
    width: 100%;
    object-fit: contain;
}


.blogsday {
    font-size: 13px;
    color: #747474;
}

/* end footer*/
.brandslogos-card {
    padding: 15px;
    border: 1px solid #cfcfcf;
}

.brandslogos-card img {
    display: block;
    height: 220px;
    object-fit: contain;
}