/* setttings for new websites */
body {
    /* background: #0a0a0afa; */
    box-sizing: border-box;
    margin: 0;
    height: auto;
    background: url('zeventes24back.png');
    padding: 0;
    scroll-behavior: smooth;
    overflow: auto;
}

.inner-con-02 {
    visibility: hidden;
}

.m-m-logo-con {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.main-msg-con {
    display: flexbox;
    margin-top: 5px;
    flex-direction: row;
    /* justify-content: space-around; */
    width: inherit;
}

.msg-con {
    cursor: pointer;
    display: flex;
    position: relative;
    flex-direction: row;
    border-radius: 10px;
    justify-content: space-around;
    transition: all 0.3s;
    width: inherit;
    background-color: #3a3a3aa9;
}

.msg-con:hover {
    background-color: #504f4fa9;
}

#read-more-con:hover {
    background-color: #504f4fa9;
    cursor: pointer;
}

#read-more-con {
    background-color: #3a3a3aa9;
    transition: all 0.3s;
    width: fit-content;
    border-radius: 10px;
}

#location {
    color: #9b9898;
    margin: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    cursor: pointer;
    font-size: small;
}

#locationp {
    user-select: none;
}


body::-webkit-scrollbar,
::-webkit-scrollbar-track {
    background-color: #070707;
    width: 10px;
    height: inherit;
}

body::-webkit-scrollbar-thumb {
    background-color: #1d1c1cdc;
}

/* settings for logo con */
.logo-con {
    display: flex;
    justify-self: center;
    width: 120px;
    height: 65px;
}

#log-pic {
    background-image: url("com_logo.png");
    background-position: center;
    width: 500px;
    height: 60%;
}

/* settings for riboon container */
.ribbon {
    background-color: #00000018;
    width: 100%;
    border: none;
    height: 35px;
    margin-top: 2px;
    box-shadow: 2px 1px 0px #00000065;
}

.nav-con {
    justify-content: space-evenly;
    width: inherit;
    display: flex;
    flex-direction: row;
    height: inherit;
}

#nav-btn {
    transition: 0.2s all ease-in;
    border: none;
    text-decoration: none;
    background: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #ffffff;
}

/* settings for events container */
.events-con {
    width: 100%;
    height: 300px;
    background-color: #1b1a1a00;
    margin-top: 1px;
}

#nav-btn:hover {
    font-size: x-large;
    color: #3843ddd3;
    cursor: pointer;
}

.events-scroller-view {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    width: inherit;
    transition: 0.5s all ease-out;
}

.shadow-view-trending {
    background-color: #0000009c;
    width: 100%;
    height: 7%;
    /* margin-top: 100px; */
    padding: 0;
    border: none;
    transform: rotate(180deg);
    margin-top: 0.09%;
    box-shadow: -2px -15px 20px #000000f3;
}

/* new updated settings */

/* shopping con settings */
.ads-con-shopping {
    width: 100%;
    margin: 1px;
    margin-top: 10px;
    justify-content: space-around;
    padding: 0;
    transition: 0.5s all ease-out;
    display: flex;
    flex-wrap: wrap;
    height: inherit;
    animation-name: leftcon;
    transition: 0.5s all ease-in;

}

.adscon::-webkit-scrollbar,
::-webkit-scrollbar-track {
    background-color: #070707;
    /* width: 10px; */
    height: 5px;
}

.adscon::-webkit-scrollbar-thumb {
    background-color: #1d1c1cdc;
}

.shadow-view-shopping-02 {
    margin-top: 5px;
    transform: rotate(180deg);
    ;
}

.adscon {
    display: flex;
    flex-direction: row;
    /* justify-content: space-evenly; */
    width: inherit;
    height: 240px;
    margin: 5px;
    overflow-y: auto;
    /* overflow-y: auto; */
}

.adscon-02 {
    /* padding: 0; */
    visibility: hidden;
    width: inherit;
    /* margin: 5px; */
    /* margin-bottom: -30px; */
}

.left-con-shopping {
    display: flex;
    width: 50%;
    flex-direction: row;
    flex-wrap: wrap;
}

.shadow-view-shopping {
    background-color: #000000f3;
    width: inherit;
    height: 4px;
    margin-left: -5px;
    padding: 0;
    font-weight: lighter;
    border: none;
    position: inherit;
    transform: rotate(180deg);
    margin-top: -20px;
    margin-bottom: 2px;
    box-shadow: -2px -15px 20px #0a0a0afa;
}

/* ends here */
.shadow-view {
    background-color: #000000d0;
    width: inherit;
    height: 20%;
    /* margin-top: 100; */
    position: relative;
    padding: 0;
    align-self:end;
    margin-left: -12px;
    border: none;
    /* margin-top: -4.4%; */
    box-shadow: -2px -15px 20px #000000e5;
}

/* settings for scroller container */
.horizontal-scroll {
    /* background-color: #ddd; */
    display: flex;
    flex-direction: row;
    height: inherit;
    /* margin-top: 9%; */
    width: inherit;
    position: relative;
    overflow: hidden;
    align-items: center;
    transition: 1s;
    justify-content: space-between;
}

.scroll-right {
    background-image: url(back.png);
}

.scroll-left {
    background-image: url(back.png);
    transform: rotate(180deg);
}

.horizontal-scroll #btnscroll {
    background-color: rgba(221, 221, 221, 0.301);
    color: #ffffff;
    padding: 5px 8px;
    border: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 30px;
    z-index: 1;
    cursor: pointer;
    box-shadow: 0 0 10px #070606ce;
}

.items {
    width: 400px;
    background: none;
    height: inherit;
    margin: 0;
    transition: 0.5s all;
    display: flex;
    scale: inherit;
    justify-content: center;
    align-items: center;
}

.items:hover {
    border: 1px solid #ffffff;

}

.items img:hover {
    cursor: pointer;

}

.items img {
    width: 400px;
    height: inherit;
    cursor: pointer;
}

#title-catergory {
    z-index: 1;
    color: #ddd;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: lighter;
    margin-left: 17px;
    font-size: xx-large;
    visibility:hidden;
    height: fit-content;
    padding: 0;
    /* margin: 0; */
}

#title-trending {
    z-index: 1;
    color: #ddd;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    margin-left: 5px;
    font-size: larger;
    height: fit-content;
    transform: rotate(180deg);
    padding: 0;
    margin: 0;
    margin-right: 10px;
}

/* settings for advertising container */
.adverts-con {
    height: inherit;
    display: flex;
    width: 99%;
    margin-top: 1px;
    flex-wrap: wrap;
    /* overflow-y: auto; */
    justify-content: space-around;
    margin-bottom: 0px;
    background: #0a0a0a00;
    /* background: #0a0a0afa; */
}

/* .adverts-con::-webkit-scrollbar,::-webkit-scrollbar-track{
    background-color: #1d1c1cdc;
    width: 10px;
    height: inherit;
}
.adverts-con::-webkit-scrollbar-thumb{
    background-color: #070707;
} */
.right-con-news {
    width: 50%;
    margin: 0;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    padding: 0;
    /* overflow: auto; */
    height: 450px;
}

#newsImg {
    width: 300px;
    height: 200px;
    scale: inherit;
    justify-self: center;
}

/* .ads-con-shopping::-webkit-scrollbar,::-webkit-scrollbar-track{
    background-color: #ffffffdc;
    width: 10px;
    height: inherit;
}
.ads-con-shopping::-webkit-scrollbar-thumb{
    background-color: #070707;
} */
.pic-ad-con {
    width: 260px;
    height: 220px;
    /* display: flex; */
}

#imageAd {
    width: inherit;
    height: inherit;
    margin: 0;
    scale: inherit;
    /* justify-self: center; */
}

/* .ad-nav-bt-deal a{
    font-size: 20xp;
    color: #ffffff;
} */


#shop-link {
    color: #ffffff;
    font-weight: 500;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    top: -30px;
    margin-right: 10px;
    position: relative;
    float: right;
    text-decoration: none;
    box-shadow: 2px 5px 10px #000000a4;
    background-color: #00000069;
    border-radius: 20px;
}


.ad-nav-bt-music {
    background-image: url('headphones.png');
    height: 30px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    background-size: cover;
    position: relative;
    top: -5px;
    background-color: #00000069;
    color: #07070700;
    font-size: 0px;
    margin-right: 10px;
    border-radius: 20px;
    box-shadow: 2px 5px 10px #000000a4;
    transition: all 0.3s;

}

/* #ad-nav-btn:hover{
    height: 35px;
    width: 31px;
    cursor: pointer;
} */
.ad-nav-bt-dj {
    background-image: url('dj.png');
    height: 30px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    background-size: cover;
    position: relative;
    top: -5px;
    background-color: #00000069;
    color: #07070700;
    font-size: 0px;
    margin-right: 10px;
    border-radius: 20px;
    box-shadow: 2px 5px 10px #000000a4;
    transition: all 0.3s;
    /* border: none; */
}

#shop-btn {
    height: 50px;
    top: -55px;
    border: none;
    /* left: -200px; */
    padding: 20px;
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: inherit;
    background-color: #14141400;

}

.read-btn {
    margin-right: 5px;
    margin-left: 48%;
    height: 50px;
    border: none;
    width: 50px;
    background: url("book.png");
    background-repeat: round;
    transition: all 0.3s;

}

.read-btn:hover {
    height: 55px;
    width: 55px;
}

#read-more {
    color: #9b9898;
    background-color: rgba(8, 8, 8, 0.685);
    box-shadow: 2px 2px 15px #070707;
    border-radius: 20%;
    text-decoration: none;
    margin: 5px;
    font-family: Arial, Helvetica, sans-serif;

}

.news-shadow {
    background-color: #000000d0;
    width: 305px;
    height: 15%;
    /* margin-top: 10px; */
    position: relative;
    /* overflow: auto; */
    padding: 0;
    margin-left: -5px;
    border: none;
    margin-top: -6.4%;
    bottom: 1;
    box-shadow: -2px -15px 20px #000000ef;

}

.newsParagraph {
    color: #ddd;
    margin: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500px;
}

/* footer for details bottom ______________________________________*/
.info-con {
    display: flex;
    width: 100%;
    position: inherit;
    flex-direction: row;
    margin: 5px;
    height: inherit;

}

#vidline {
    border: 1px #ffffff solid;
    width: 100%
}

/* ++++++++++++++++++++++++++++++++ */
#about {
    background-color: #111111;
    box-shadow: 3px 1px 3px #111111;
    /* justify-content: center; */
    margin: 0px;
}

#h5-txt {
    font-size: medium;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #ddd;
    margin-top: 2px;
    margin-left: 5px;
}

/* +++++++++++++++++++++ */
#contact {
    background-color: #111111;
    box-shadow: 3px 1px 3px #111111;
    width: 30%;
    margin: 0px;
}

#h5-txt {
    font-size: medium;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #ddd;
    margin-top: 2px;
    margin-left: 5px;
}

/* +++++++++++++++++++++ */
#social-m {
    background-color: #111111;
    box-shadow: 3px 1px 3px #111111;
    width: 50%;
    margin: 0px;
}

#h5-txt {
    font-size: medium;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #ddd;
    margin-top: 2px;
    margin-left: 5px;
}

#p {
    font-size: small;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #ddd;
    font-weight: lighter;
    text-align: start;
    margin-top: -15px;
    margin-left: 5px;
}

/* +++++ */
#z-img {
    background-color: #111111;
    box-shadow: 3px 1px 3px #111111;
    width: 20%;
    margin: 0px;
}

#logo {
    width: max-content;
    height: 60px;
    margin-top: 13%;
}

#fb-btn {
    background-image: url(social_pics/fb_pic.png);
    background-size: cover;
    background-position: center;
    border: none;
    height: 45px;
    margin: 5px;
    width: 50px;
    border-radius: 10px;
}

#in-btn {
    background-image: url(social_pics/instagram_pic.png);
    background-size: cover;
    border: none;
    background-position: center;
    height: 45px;
    margin: 5px;
    width: 50px;
    border-radius: 10px;
}

#yo-btn {
    background-image: url(social_pics/youtube.png);
    background-size: cover;
    border: none;
    height: 45px;
    margin: 5px;
    width: 50px;
    border-radius: 10px;
    background-position: center;
}

#tik-btn {
    background-image: url(social_pics/tiktok.png);
    background-size: cover;
    border: none;
    height: 45px;
    margin: 5px;
    background-position: center;
    width: 50px;
    border-radius: 10px;
}

.info-con {
    display: flex;
    width: 99%;

}

.last_container {
    display: flex;
    justify-content: center;
    /* visibility: inherit; */
    width: inherit;
    position: inherit;
    margin-top: 0;
    margin-bottom: 0;
}

#about_title {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode';
    justify-self: center;
    font-size: small;
    width: inherit;
}

.right-con-news-02 {
    margin: 1px;
}

/* capabilities */

/* _______________________foorter details ending here */
@media all and (max-width:700px) {

    .last_container {
        width: fit-content;
    }

    #about_title {
        visibility: hidden;
    }

    #m-btn {
        margin-left: 20%;
    }

    .ads-con-shopping {
        width: 100%;
        margin: 0;
        justify-content: space-around;
        padding: 0;
        transition: 0.5s all ease-out;
        overflow: auto;
        display: flex;
        /* flex-direction: column; */
        /* height: 450px; */
        /* animation-name: leftcon; */
        /* transition: 0.5s all ease-in; */

    }

    .logo-con {
        width: auto;

    }

    .m-m-logo-con {
        justify-self: center;
        margin-left: 25px;
        margin-bottom: 10px;
    }

    #log-pic {
        margin-left: auto;
        /* justify-content: center; */
    }

    #title-catergory {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 20px;
    }

    .adverts-con {
        flex-direction: column;
        height: max-content;
    }

    .right-con-news {
        width: 100%;
        height: 800px;
        /* position: fixed; */
    }

    .events-con {
        height: 500px;
        margin-top: -10px;
        padding: 0;
    }

    .shadow-view {

        height: 10%;

    }

    #imageAd {
        width: inherit;
        height: inherit;
        margin: 0;
        /* justify-self: center; */
    }

    /* .adInfo{
        font-size: x-large;
    } */
    .items {
        width: 410px;
        height: inherit;
    }

    .shadow-view-shopping {
        visibility: visible;
    }

    #title-trending {
        margin-top: 0px;
        visibility: visible;
        font-weight: 800;
        /* margin-bottom: -100px; */
    }

    #newsImg {
        width: 100%;
        height: 300px;
        justify-self: center;
    }

    .logo-con {
        display: flex;
        justify-self: center;
        width: 80px;
        margin-left: 30.3vw;
        height: 40px;

    }

    .right-con-news::-webkit-scrollbar,
    ::-webkit-scrollbar-track {
        background-color: #1d1c1cdc;
        width: 5px;
        height: inherit;
    }

    .right-con-news::-webkit-scrollbar-thumb {
        background-color: #070707;
    }

    .ribbon {
        z-index: 1;
        margin-top: -20px;
        margin-bottom: 0px;
        padding: 0;
        position: fixed;
        box-shadow: 1px 0px 0px #00000065;

    }

    /* information setting start here */

    #mail-id {
        color: #ffff;
    }

    #p {
        font-size: large;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans';
        color: #ddd;
        font-weight: lighter;
        text-align: center;
        margin-top: -15px;
        margin-left: 5px;
    }

    .info-con {
        flex-direction: column;
        margin: 2;
        width: 99%;
    }

    #about {
        width: 100%;
    }

    #contact {
        width: 100%;

    }

    #social-m {
        width: 100%;
        height: inherit;
    }

    #h5-txt {
        text-align: center;
        font-weight: bolder;
        font-size: large;
        margin-top: 10px;

    }

    #z-img {
        background-color: #111111;
        box-shadow: 3px 1px 3px #111111;
        width: 100%;
        margin: 0px;
    }

    #logo {
        /* width: max-1; */
        height: 60px;
        margin-left: 21.3%;
    }

    #search-edt {
        height: 20px;
        width: 80%;
        margin-top: 1.5%;

    }

    .horizontal-scroll {
        overflow: auto;

    }

    #forMads h4::-webkit-scrollbar,
    ::-webkit-scrollbar-track {
        width: 1px;
        /* height: inherit; */
    }

    #shop-btn {
        height: 50px;
        top: -55px;
        border: none;
        /* left: -200px; */
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        width: inherit;
        background-color: #14141400;

    }

    .read-btn {
        margin-left: 44%;


    }

    .adscon::-webkit-scrollbar,
    ::-webkit-scrollbar-track {
        background-color: #070707;
        /* width: 10px; */
        height: 2px;
    }

    /* ends here */

    .shadow-view-shopping-02 {
        margin-top: 2px;
        margin-bottom: 5px;
        transform: rotate(180deg);
        ;
    }

    .news-shadow {
        width: 100%;
        box-shadow: -20px -15px 30px #000000ef;

    }

    .newsParagraph {
        margin: 9px;
    }

    #read-more {
        margin-left: 8px;

    }

    .adscon :-webkit-scrollbar {
        height: fit-content;
        width: 0px;
        /* margin: 5px; */
    }

    #location {
        font-size: small;
        text-align: center;
    }



}