
:root {
    --ddr-w: 167px;
    --ddr-h: 126px;
    --ddr-w: 170px;
    --ddr-h: 100px;

}
* {
    margin: 0;
    padding: 0;
}
*, ::after, ::before {
    box-sizing: inherit;
}

a,
li {
    text-decoration: none;
    list-style: none;
     color: #fff;
}

body {
    color: #fff;
    margin: 0;
    font-size: .875rem;
    font-family: Nunito, verdana, sans-serif;
    font-weight: 400;
    line-height: 1.43;
    background: #1d1834;

}
button {
    outline: 0;
    cursor: pointer;
    font-weight: 500;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: background .1s linear, border-color .1s linear, color .1s linear;
}
.icofavmen {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
abbr, acronym, address, article, aside, b, big, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, samp, section, small, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}


 .m1 {
    justify-content: space-between;
    align-items: center;
    height: 65px;
    background: #141124;
    font-family: baloo thambi, Arial, Helvetica, sans-serif;
    display: flex;
    width: 100%;
    top: 0;
    z-index: 99999;
    position: fixed;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .19);
}
#main-container {
    transition: margin-left .7s;
    padding: 0;
    margin-left: 60px;
    margin-top: 15px;
}

.m-left {
    display: flex;
}
.m1 .logo {
    width: 130px;
    padding-left: 17px;
}
.search-container {
    width: 500px;
}
.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: -1;
    display: none;
}
form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}
.search-box .input-container {
    position: relative;
    width: 96%;
}
.search-box input {
    font-family: Nunito, Arial, sans-serif;
    font-weight: 800;
    line-height: 1.43;
    background: #36224f;
    width: 100%;
    border-radius: 25px;
    padding: 10px;
    margin-top: 2px;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 60px;
}
.search-box button {
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: 0;
    justify-content: center;
    align-items: center;
    border: 0;
    position: absolute;
    top: 7px;
    right: 8px;
    cursor: pointer;
    font-size: large;
}
.fa-search {
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    background: url(../../../../images/theme/game-kidplay/img/search.svg);
    background-size: 22px 22px;
}
.clear-button {
    position: absolute;
    display: none;
    top: 12px;
    right: 55px;
}
.close-button {
    background-color: #fff;
    color: #000;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    transition: background-color .3s;
}

.m-right {

    display: flex;
}
.my-games {
    font-family: baloo thambi, cursive;
    background-color: Transparent;
    color: #fff;
    font-size: 19px;
    fill: #01ffff;
    margin-right: 7px;
}


#main-container {
    transition: margin-left .7s;
    padding: 0;
    margin-left: 60px;
}

 .sidebar {
    padding-top: 65px;
    width: 60px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #141124;
    transition: width .5s ease;
    z-index: 1000;
    border-right: 1px solid #403573;
    font-family: baloo thambi, Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
    .sidebar {
        padding-top: 65px;
    }
    
}
.sidebar:hover {
    width: 230px;
    overflow-y: auto;
}
.list-games {
    width: 215px;
    margin-right: 15px;
}

.list-games ul {
    
    margin-bottom: 15px;
}
.sidebar ul li {
    position: relative;
}
.list-games li {
    list-style-type: none;
    font-size: 13px;
    padding-bottom: 5px;
    padding-left: 8px;
    display: flex;
}
.amod::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    border-radius: 7px;
    height: 30px;
    background-color: #adff00;
    z-index: -1;
}
.list-games a {
    padding: 3px;
    width: 100%;
    display: flex;
    bkit-align-items: center;
    align-items: center;
}
.list-games span {
    padding-left: 20px;
}
.divider {
    width: 27px;
    border-bottom: 1px solid #403573;
    margin-bottom: 10px;
    margin-left: 15px;
}


.footer {
    background-color: #141124;
    color: #f3f2f9;
    padding: 30px 0 20px;
    border-top: 1px solid #403573;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 20px;
}

.footer-info {
    flex: 1;
    min-width: 250px;
}

.footer-desc {
    color: #a099cf;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.footer-links {
    flex: 1;
    min-width: 150px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-links li {
    margin-bottom: 5px;
}

.footer-links a {
    color: #a099cf;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

.footer-links a:hover {
    color: #6a4cff;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright {
    font-size: 14px;
    color: #a099cf;
    margin: 0;
}

.footer-legal {
    font-size: 14px;
}

.footer-legal a {
    color: #a099cf;
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #6a4cff;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    
    .footer-links ul {
        justify-content: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

.cdisplay {
    transition: margin-left .7s;
}
.top-games-carousel {
    position: relative;
    background: #29234b;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 5px;
    margin-top: 5px;
    border-bottom: 2px solid #501f78;
}
.image-group {
    display: flex
;
    align-items: center;
    margin-right: 0;
}
.top-games-grid {
    display: grid
;
    grid-template-columns: repeat(2, 220px);
    grid-template-rows: repeat(2, 125px);
    gap: 9px;
    margin: 12px;
}
.top-games-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}
.top-games-item img{
    width: 100%;
    height: 100%;
}
.lodr2 {
    animation: shimmer infinite 2s linear;
    background: #2f1838;
    background: radial-gradient(circle, rgba(47, 24, 56, 1) 0, rgba(29, 24, 52, 1) 100%);
    background-size: 1000px 100%;
}
.top-games-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);
    color: #fff;
    text-align: center;
    opacity: 0;
    font-family: baloo thambi, cursive;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    overflow: hidden;
    font-size: 13px;
    font-weight: 200;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    text-transform: uppercase;
    z-index: 1;
}
.top-games-item:hover .top-games-title{
  opacity:1 !important;  
}
.large-image-container {
    width: 420px;
    height: 260px;
    flex-shrink: 0;
}

.right-arrowTOP {
    right: 0;
    padding-top: 30px;
    text-align: center;
}
.arrowTOP {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .5);
    border: none;
    color: #fff;
    height: 92%;
    width: 60px;
    cursor: pointer;
    opacity: 0;
    font-size: 130px;
    transition: opacity .3s ease;
    z-index: 3;
}

.top-games-carousel:hover .arrowTOP{
  opacity:1;  
}

.left-arrowTOP:hover .right-arrowTOP:hover{
   background-color:rgba(0,0,0,.8); 
}


.games-container {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    margin: 10px;
}
@media (max-width: 1920px) and (min-width: 1750px) {
    .games-container {
        grid-template-columns: repeat(8, 1fr);
    }
}
@media (max-width: 1750px) and (min-width: 1550px) {
    .games-container {
        grid-template-columns: repeat(7, 1fr);
    }
}
@media (max-width: 1550px) and (min-width: 1250px) {
    .games-container {
        grid-template-columns: repeat(6, 1fr);
    }
}
@media (max-width: 1250px) and (min-width: 1060px) {
    .games-container {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (max-width: 1060px) and (min-width: 880px) {
    .games-container {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 880px) and (min-width: 720px) {
    .games-container {
        grid-template-columns: repeat(5, 1fr);
    }
}

.ribbon_box {
    position: relative;
    z-index: 100;
}
.ribbon_e, .ribbon_h, .ribbon_t, .ribbon_u {
    transition: opacity .5s ease, visibility .5s ease;
}
.ribbon_e {
    z-index: 20;
    position: absolute;
    top: 15px;
    left: -6px;
    width: 59px;
    height: 51px;
    background: url(../../../../images/theme/game-kidplay/img/newPink02.svg) no-repeat center center / cover;
    transform: scale(.7);
    transform-origin: top left;
}
.ribbon_u {
    z-index: 20;
    position: absolute;
    top: 15px;
    left: -10px;
    width: 125px;
    height: 72px;
    background: url(../../../../images/theme/game-kidplay/img/updated02.svg) no-repeat center center / cover;
    transform: scale(.6);
    transform-origin: top left;
}
.ribbon_h {
    z-index: 20;
    position: absolute;
    top: 15px;
    left: -8px;
    width: 59px;
    height: 51px;
    background: url(../../../../images/theme/game-kidplay/img/hot02.svg) no-repeat center center / cover;
    transform: scale(.7);
    transform-origin: top left;
}

.game {
    position: relative;
    width: 100%;
    max-width: 180px;
    aspect-ratio: 250 / 150;
    border-radius: 9px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lodr2 {
    animation: shimmer infinite 2s linear;
    background: #2f1838;
    background: radial-gradient(circle, rgba(47, 24, 56, 1) 0, rgba(29, 24, 52, 1) 100%);
    background-size: 1000px 100%;
}
.game img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
img {
    font-size: 0;
}
.game .title-game {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);
    color: #fff;
    text-align: center;
    opacity: 0;
    font-family: baloo thambi, cursive;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    overflow: hidden;
    font-size: 13px;
    font-weight: 200;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    text-align: center;
    text-transform: uppercase;
}
.game:hover .title-game{
    opacity: 1;
}
.cat-carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.cat-left-arrow {
    text-align: center;
    left: 0;
    padding-bottom: 20px;
}
.cat-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .5);
    border: none;
    color: #fff;
    width: 60px;
    cursor: pointer;
    opacity: 0;
    font-size: 110px;
    transition: opacity .3s ease;
    z-index: 3;
}
.cat-scrollable {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    width: 100%;
    gap: 0;
    box-sizing: border-box;
}

.cat-carousel-item {
    padding-top: 20px;
}
.c_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px;
}
.purple {
    background: #400b6a;
    background: linear-gradient(0, rgba(64, 11, 106, 1) 0, rgba(174, 49, 227, 1) 100%);
}
.c_color {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.r_img {
    overflow: hidden;
    border-radius: 0 0 48% 48%;
}
.c_ti {
    text-transform: uppercase;
    width: 118px;
    overflow: hidden;
    position: relative;
    display: block;
    font-weight: 700;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    text-align: left;
    font-size: 12px;
    text-align: center;
}
.cat-right-arrow {
    right: 0;
    text-align: center;
    padding-bottom: 20px;
}
.cat-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .5);
    border: none;
    color: #fff;
    width: 60px;
    cursor: pointer;
    opacity: 0;
    font-size: 110px;
    transition: opacity .3s ease;
    z-index: 3;
}
.cat-left-arrow:hover, .cat-right-arrow:hover {
    background-color: #000;
}

.content-wrapper {
    display: flex;
    background: #141124;
    align-items: flex-start;
    color: #fff;
    gap: 20px;
    padding: 35px;
    margin-bottom: 10px;
}
.content-image {
    width: 400px;
    height: auto;
}
.series_carousel_wrapper {
    font-family: baloo thambi, cursive;
    padding-left: 15px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
.btn-h {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.btn-lg {
    text-transform: capitalize;
    height: 3rem !important;
    padding: .75rem 1.25rem !important;
    font-size: 1.7em;
    font-weight: 800;
    transform: perspective(1px) translateZ(0);
    transition-duration: .2s;
}
.btn {
    font-family: Nunito, Arial, sans-serif;
    height: 2.5rem;
    line-height: 1.5rem;
    padding: .5rem 8rem;
    border-radius: 1.5rem;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border: 0;
    cursor: pointer;
    outline: 0;
    text-decoration: none !important;
    color: var(--color-dark) !important;
}
.s-blue {
    background-color: #21f0e2;
    box-shadow: 0 0 .75rem 0 #21f0e2

}

.s-blue {
    transition: box-shadow .2s ease, color .2s ease;
}
.txt h1 {
    font-family: baloo thambi, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}
.expanded::after {
    background: 0;
    height: 1px;
}

.mobile-search-icon {
    display: none;
    position: relative;
    background: none;
    border: none;
    color: var(--color-dark);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 101;
}

 .mobile-menu-icon {
    display: none;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 101;
    margin-right: 10px;
}
 .menu-icon, .close-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.close-icon {
    opacity: 0;
}

.menu-icon.active, .close-icon.active {
    opacity: 1;
}

.menu-icon:not(.active), .close-icon:not(.active) {
    opacity: 1;
}
 .mobile-menu-icon svg {
    stroke: #fff;
    transition: opacity 0.3s ease;
}

.sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sidebar-overlay.active {
    display: block;
    opacity: 1;
}

.sidebar-header {
    display: none;
    border-bottom: 1px solid #403573;
    justify-content: flex-end;
}

.sidebar-close {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.sidebar-close:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-close svg {
    stroke: #fff;
}

/* Mobile Responsiveness for Search */
@media (max-width: 768px) {
    /* Show mobile menu icon */
    .mobile-menu-icon {
        display: block;
    }
    

    .mobile-search-icon {
        display: block;
    }
    

    .sidebar {
        position: fixed;
        top: 0;
        left: -560px; 
        width: 300px; 

        z-index: 999;
        transition: left 0.3s ease;
        overflow-y: auto;
        padding-top: 0;
    }
    
    .sidebar.active {
        left: 0;
    }
    
    .sidebar-header {
        display: flex;
    }
    

    .sidebar:hover {
        width: 300px; 
    }
    

    #main-container {
        margin-left: 0;
        transition: none;
    }
    

    .m1 {
        padding: 0 20px;

    }
    
    .m1 .logo {
        padding-left: 0;
    }
  

    .icofavmen {
        width: 33px;
        height: 33px;
        margin-right: 16px;
    }
    
    .mobile-menu-icon svg,
    .mobile-search-icon svg {
        width: 33px; 
        height: 33px;
    }
    
    .sidebar .msvg {
        width: 35px !important; 
        height: 35px !important;
    }
    
    .search-box input {
        font-size: 18px; 
        padding: 24px 40px; 
        padding-right: 140px;
        height: auto; 
    }
    
    .search-box button {
 
        top: 20px;
        right: 16px;
    }
    
    .fa-search {
        width: 33px; 
        height: 33px;
        background-size: 33px 33px;
    }
    

    .my-games {
        font-size: 0;
        margin-right: 0;
        padding: 24px; 
    }
    
    .my-games span {
        display: none;
    }
    
    .icofavmen {
        margin-right: 0;
    }
    

    .game-plug-cont h1 {
        font-size: 48px; 
    }
    
    .game-plug-cont h2 {
        font-size: 28px; 
    }
    
    
  
    .rate {
        font-size: 32px;
    }

    .game-title {
        font-size: 28px; 
        line-height: 1.4;
    }
    
    .footer-copyright,
    .footer-legal {
        font-size: 18px; 
    }
    
    .arrowTOP {
        font-size: 160px; 
        width: 160px;
    }
    
    .sidebar span {
        font-size:24px; 
    }
    
   
    .series_carousel_wrapper h2 {
        font-size: 3rem; 
    }
    

    .sidebar-close {
        width: 96px;
        height: 67px;
        font-size: 48px;
    }
    
    .search-close-btn {
        font-size: 4rem; 
        padding: 1.5rem;
    }
    
    /* Hide full search container by default */
    .search-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: rgba(0, 0, 0, 0.5);
    }
    
    /* Show search container when active */
    .search-container.active {
        display: block;
    }
    
    .search-container.active {
        display: block;
    }
    
    .search-container.active + .m-right .mobile-search-icon,
    .search-container.active + .m-right .mobile-menu-icon {
        display: none !important;
    }
    
    body.search-active .mobile-search-icon,
    body.search-active .mobile-menu-icon {
        display: none !important;
    }
    
    .search-container .search-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 2rem; 
        background: white;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
    }
    

    .search-close-btn {
        display: block;
        position: absolute;
        top: 2rem;
        right: 2rem;
        background: none;
        border: none;
        font-size: 3rem;
        cursor: pointer;
        color: #666;
        z-index: 101;
        padding: 1rem; 
    }
    
    .search-close-btn:hover {
        color: #333;
    }
}

/* Content Wrapper Responsive Design */
.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    max-width: 100%;
}

.content-image {
    min-width: 300px;
    max-width: 100%;
    height: auto;
}

.content-wrapper > div:last-child {
    flex: 1;
    min-width: 300px;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

* {
    box-sizing: border-box;
}

/* Mobile Responsiveness - Column Layout */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        align-items: center;
    }
    
    .content-image,
    .content-wrapper > div:last-child {
        min-width: 100%;
        width: 100%;
    }
    
    /* Ensure text is readable on mobile */
    .text-container {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .text-container h1 {
        word-break: break-word;
        line-height: 1.2;
    }
    
    .text-container p {
        word-break: break-word;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .text-container h1 {
        font-size: 2rem; 
    }
    
    .text-container p {
        line-height: 1.6;
    }
}

.scrollable {
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth; 
    padding-bottom: 15px; 
    margin-bottom: -15px; 
}

.scrollable::-webkit-scrollbar {
    display: none;
}

@media (max-width: 768px) {
    .scrollable {
        position: relative;
    }
    
    .scrollable::after {
        position: absolute;
        bottom: 5px;
        right: 10px;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 2px 8px;
        border-radius: 10px;
        font-size: 12px;
        pointer-events: none;
        animation: scrollHint 2s ease-in-out infinite;
    }
    
    @keyframes scrollHint {
        0%, 100% { opacity: 0.7; }
        50% { opacity: 1; }
    }
}



.ad-banner {
  width: 100%;
  text-align: center;
  background-color: #333;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 15px;
}

.ad-banner img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.ad-banner-isheight{
 height: 300px;
}
