@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

/* body{
    background-color: var(--background-color1);
    scroll-behavior: smooth;
    overflow-x: hidden;
    width:100vw;
    height:100%;
} */
body{
    /* font-family:  ; */
    font-family: 'Roboto', sans-serif;
}

.maincontainer{
    width:100%;
    /* border:10px solid red; */
}
header{
    height:100%;
    width:100%;
}
body::-webkit-scrollbar{
    display:none;
}
#login{
    text-decoration: none;
    color:var(--white-color);
}
#white{
    color:white;
    font-weight:500;
}
/* <------------------------------header section-------------------------------------------------------------------> */
/* you have to add this variable in your css file navbar root */
:root{

    /* font-family:"Roboto",sans-serif; */
    --lightgray-color:rgb(51, 53, 69);
    --white-color:rgb(255,255,255);
    --placeholder-color:rgb(153,153,153);
    --navbar-font-color:rgb(204, 204, 204);
    --tomato-color:rgb(248, 68, 100);
    --darkgray-color:rgb(31, 37, 51);
  

    --font-12px:0.75rem;
    --font-14px:0.875rem;
    --font-16px:1rem;
}
.nav_1{
    background-color: var(--lightgray-color);
    display:flex;
    justify-content: center;
    align-items: center;
    height:64px;
}
.nav_width{
    width:80vw;
    display:flex;
    justify-content:space-between;
    align-items: center;
}
.nav_1_sub{
    display:flex;
    gap:1rem;
    width:100%;
}
.nav_1_sub img{
    height:35px;
    object-fit: cover;
}
.search_bar{
    width:50%;
    background-color: var(--white-color);
    padding:5px;
    border-radius:4px;
    display:flex;
    align-items: center;
    justify-content: center;
}
input{
    outline:none;
}
::placeholder{
    font-size:var(--font-14px);
    color:var(--placeholder-color);
    border:none;
    display:flex;
}
.fa-magnifying-glass{
    color:var(--placeholder-color);
    margin-right:0.8rem;
    margin-left:5px;
}

.search_bar input{
    width:100%;
    border:none;
}
.select{
    border:none;
    background-color: var(--lightgray-color);
}
form{
    display:flex;
    gap:2rem;
    justify-content: center;
    align-items: center;
}

select{
    padding:10px;
    outline:0;
    box-shadow: none;
    border:0 !important;
    background: rgb(51,53,69);
    background-image: none;
    color:#fff;
}

select option:checked {
    background-color: #555; /* Background color of the selected option */
  }

.fa-caret-down{
    color:var(--white-color);
    transform:scale(0.8);
    margin-left:10px;
}
form button{ 
    background-color: var(--tomato-color);
    border:none;
    color:var(--white-color);
    font-size: var(--font-12px);
    letter-spacing: 1px;
    font-weight:400;
    width:65px;
    height:25px;
    border-radius:5px;
}
.fa-bars{
    color:var(--white-color);
    transform:scale(1.5);
}

/* effect */
.nav_1 img:hover,form span:hover,form button:hover,.fa-bars:hover{
    cursor:pointer;
}

.nav_2{
    background-color:var(--darkgray-color); 
    display: flex;
    justify-content:center;
    align-items: center;
    height:44px;
}
.nav_2 ul{
    list-style-type: none;
}
.nav_2 ul li a{
    text-decoration: none;
}
.nav_2_sub1{
    display:flex;
    gap:1.3rem;
    margin-left:4px;
}
.nav_2_sub1 li a{
    color:var(--navbar-font-color);
    font-size:var(--font-14px);
    transition:.3s;
}
.nav_2_sub1 li a img{
    width:16rem;
}
sup{
    color:rgb(231,54,77);
    font-size:9px;
    position: relative;
    bottom:10px;
}
.nav_2_sub2{
    display:flex;
    gap:1.5rem;
}
.nav_2_sub2 li a{
    color:var(--white-color);
    font-size: var(--font-12px);
}

/* effect */
.nav_2_sub1 li:hover,.nav_2_sub2 li:hover,.nav_2_sub1 span:hover{
    cursor: pointer;
}
.nav_2_sub1 li a:hover{
    color:var(--white-color);
}
/* responsiveness for navbar */
.nav_1_resp,.nav2_resp{
    display:none;
}
.nav1_l h2{
    font-size: var(--font-24px);
    font-weight: 700;
    color: rgb(255, 255, 255);
}
.nav1_l span{
    padding-top: 2px;
    padding-left: 1px;
    font-size: var(--font-12px);
    color: var(--navbar-font-color);
}


/* <------------------------------------media query Desktops, large screens-------------------------------------------------------> */
@media screen and (min-width:1025px) and (max-width:1200px){

    /* navbar */
    
    body{
        width:100vw;
    }
    .maincontainer{
        width:100%;
    }
    
    .nav_1{
        width:100%;
    }
    .nav_width {
        width:92vw;
    }
    form button {
        padding:0;
        width:65px;
        height:25px;
    }
    .nav_2_sub2 {
        display: flex;
        gap: 1rem;
    }
    .nav_2_sub1 {
        gap: 1rem;
    }
    form {
        gap: 1.3rem;
    }


    /*<----------------------- main section ---------------->*/
    section{
        width:92vw;
    }
    /* arrow section */
    .left{
        left:-2%;
        top:30%;
    }
    .right {
        right: -2%;
        top: 30%;
    }

    /* poster section */
    .poster_sub {
        width: 100%;
    }

    /* premier section */
    .Premieres_sub img{
        width:100%;
        margin-top:20px;
    }
}
/* Buzz */
.main_body{
 background: #f5f5f5;
 display: flex;
 justify-content: center;
 
 
}
.second_body{
    width:55%;
    display: flex;
    flex-direction: row;
    background-color: white; 
    padding:0 2rem;
}
.left-buzz{
    height: 100%;
    width : 90%;
    display: flex;
    flex-direction: column;
}
.categories-buzz{
    width:60%;
    height:40rem;
    position: sticky;
    z-index: 9999;
    top:0;
}
.cat-content-buzz{
    margin-left:2rem;
    border: 1px solid rgb(233, 233, 233);
    border-radius: 4px;
    margin-top: 1.5rem;
    
}

.buzz-bms{
    border-bottom: 1px solid rgb(233, 233, 233);
    height: auto;
    padding: 8px 16px;
}
.buzz-bms p{
    font-size: 14px;
    color:rgb(34,34,34);
    margin-top: 5px;
    line-height: 20px;
    width:90%;
}
.buzz-bms-heading{
    font-weight: 500;
    color:rgb(34,34,34);
    line-height: 20px;
    font-size:16px;
}
.social-handle{
    height:25px;
    width: 25px;
}
.social-icons{
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
}
.buzz-bms:last-child,.social-icons{
    border-bottom: none ;
    /* height: 12rem; */
    
}
.dowloading-option,.left-end-image{
    height: 90px;
    width: 140px;
    margin-top: 10px;
    margin-bottom:5px;
}
.buzz-feed{
    width:450px;
}
.buzzfeed_left{
    width:100%;
}
.buttons{
    display: flex;
    flex-wrap:wrap;
    flex-direction: row;
    margin-bottom: 12px;
    margin-top:10px;
    gap:8px;
}
.left-end{
    height: 14%;
    display: flex;
    justify-content: center;
}
.feed-buttons{
    border: 1px solid grey;
    border-radius: 16px;
    align-items: center;
    padding : 4px 10px;
    font-size: 12px;
    color:rgb(102, 102, 102);
}
.feed-buttons:hover{
    cursor: pointer;
}
.feed-buttons:first-child{
    background-color: rgb(235,78,98);
    border:none;
    color: white;
}

.buzzfeed_left{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: scroll;
    scroll-behavior: smooth;
    

}
.buzzfeed_left::-webkit-scrollbar {
    display: none;
  }
  
.video-image{
    display: flex;
    flex-direction: row;
    gap:10px;
    padding:16px 0px 24px;
    align-items: flex-start;
    border-bottom: 1px solid rgb(233, 233, 233);
}
.video-image1{
    border-top: 1px solid rgb(233, 233, 233);
    padding-top:12px;
  }
.left-image>img{
    height:100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.left-image{
    margin:5px;
    height: 100px;
    width: 100px;
    border-radius: 8px;
    border:1px solid black;
}
.right-image{
    /* border: 1px solid grey; */
    display :flex;
    flex-direction: column;
    align-items: space-between;
    gap:10px;

}

.upper-right-image,.lower-right-image{
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    width:320px;
    margin-top: 5px;
}

.bookmark{
    width: 13px;
    height: 15px;
}
.user_img{
    height:25px;
    width:25px;
    border-radius: 50%;
}
.upper-right-image>div{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.time_stamp>p,.right_share_icons>p{
    font-size: 12px;
    margin:0 8px;
    color:rgb(102,102,102);
}
.right_share_icons img{
    height:20px;
    width:20px;
}
.time_stamp,.right_share_icons{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.time_stamp{
    display: flex;
    align-items: center;
}
.buzz_cat{
    color:rgb(34,34,34);
    display:flex;
    align-items: center;
    height:38px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid rgb(233, 233, 233);
}
.streaming{
    border-bottom: none;
    margin-bottom: 2rem;
}

.buzz_cat{
    cursor: pointer;
}
.copyright_buzz{
    font-size: 10px;
    color:rgb(34,34,34);
    margin-top:10px;
    margin-left:3.5rem;
}
.right-image i{
    color:rgb(102,102,102);
    
}
#book-mark{
    font-weight:300;
    font-size:1.4rem;
}
#icons{
    font-weight:300;
}
.upeer-content{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.navbar_res{
    color:white;
    width:100%;
}
.nva_sub{
    display:flex;
    flex-direction: column;
    justify-content:center;
    height:60px;
    padding:10px 10px;
    background-color: rgb(46,49,71);
}
.lower-content h6{
    font-size:12px;
    color:#cccccc;
}


.fa-xmark{
    transform:scale(1.1);
}

/* media query for main page */
@media only screen and (max-width:420px){
    #footer{
        display:none;
    }
    .nav_1,.nav_2{
        display:none;
    }
    .categories-buzz {
        display:none;
    }
    .second_body {
        width: 100%;
    }
    .left-buzz {
        height: 100%;
        width: 100%;
    }
    .second_body {
        padding:0;
    }
    .buttons{
        margin-left:10px;
    }
    .left-image{
        margin:0;
        height: 100px;
        width: 100px;
    }
    .buzz-feed {
        width:100%;
        padding:16px;
        padding-top:0;
    }
    .left-image>img {
        width:98px;
    }
    .upper-right-image, .lower-right-image {
        width:100%;
    }
    .video-image {
        display: flex;
        flex-direction: row;
        gap: 10px;
        padding: 20px 0px 20px;
    }
    #buttons{
        display:none;
    }
    .nva_sub{
        position: fixed;
        width: 100%;
        z-index: 100;
        top: 0;
        left:0;
    }
    .nav_sub2{
        position:fixed;
        top:60px;
        left: 0px;
        background: rgb(255, 255, 255);
        z-index:50;
    }
    nav{
        height:140px;
    }

}

@media only screen and (min-width:421px) and (max-width:768px){
    #footer{
        display:none;
    }
    .nav_1,.nav_2{
        display:none;
    }
    .categories-buzz {
        display:none;
    }
    .second_body {
        width: 100%;
    }
    .left-buzz {
        height: 100%;
        width: 100%;
    }
    .second_body {
        padding:0;
    }
    .buttons{
        margin-left:10px;
    }
    .left-image{
        margin:0;
        height: 100px;
        width: 100px;
    }
    .buzz-feed {
        width:100%;
        padding:16px;
        padding-top:0;
    }
    .left-image>img {
        width:98px;
    }
    .upper-right-image, .lower-right-image {
        width:100%;
    }
    .video-image {
        display: flex;
        flex-direction: row;
        gap: 10px;
        padding: 20px 0px 20px;
    }
    #buttons{
        display:none;
    }
    .right-image {
        width:100%;
    }
    .nva_sub{
        position: fixed;
        width: 100%;
        z-index: 100;
        top: 0;
        left:0;
    }
    nav{
        height:110px;
    }
    .nav_sub2{
        width:100%;
        position:fixed;
        top:60px;
        left: 0px;
        background: rgb(255, 255, 255);
        z-index:50;
    }
}

@media only screen and (min-width:769px) and (max-width:1024px){
    #footer{
        display:none;
    }
    .nav_1,.nav_2{
        display:none;
    }
    .categories-buzz {
        display:none;
    }
    .second_body {
        width: 100%;
    }
    .left-buzz {
        height: 100%;
        width: 100%;
    }
    .second_body {
        padding:0;
    }
    .buttons{
        margin-left:10px;
    }
    .left-image{
        margin:0;
        height: 100px;
        width: 100px;
    }
    .buzz-feed {
        width:100%;
        padding:16px;
        padding-top:0;
    }
    .left-image>img {
        width:98px;
    }
    .upper-right-image, .lower-right-image {
        width:100%;
    }
    .video-image {
        display: flex;
        flex-direction: row;
        gap: 10px;
        padding: 20px 0px 20px;
    }
    #buttons{
        display:none;
    }
    .right-image {
        width:100%;
    }
    nav{
        height:100px;
    }
    .nva_sub{
        position: fixed;
        width: 100%;
        z-index: 100;
        top: 0;
        left:0;
    }
    .nav_sub2{
        width:100%;
        border-bottom: 1px solid rgb(229, 229, 229);;
        position:fixed;
        top:60px;
        left: 0px;
        background: rgb(255, 255, 255);
        z-index:50;
    }
}

@media only screen and (min-width:1025px) and (max-width:1200px){
    #footer{
        display:none;
    }
    .nav_1,.nav_2{
        display:none;
    }
    .categories-buzz {
        display:none;
    }
    .second_body {
        width: 100%;
    }
    .left-buzz {
        height: 100%;
        width: 100%;
    }
    .second_body {
        padding:0;
    }
    .buttons{
        margin-left:10px;
    }
    .left-image{
        margin:0;
        height: 100px;
        width: 100px;
    }
    .buzz-feed {
        width:100%;
        padding:16px;
        padding-top:0;
    }
    .left-image>img {
        width:98px;
    }
    .upper-right-image, .lower-right-image {
        width:100%;
    }
    .video-image {
        display: flex;
        flex-direction: row;
        gap: 10px;
        padding: 20px 0px 20px;
    }
    #buttons{
        display:none;
    }
    .right-image {
        width:100%;
    }
    .nva_sub{
        position: fixed;
        width: 100%;
        z-index: 100;
        top: 0;
        left:0;
        padding:0 78px;
    }
    .nav_sub2{
        width:100%;
        border-bottom: 1px solid rgb(229, 229, 229);;
        position:fixed;
        top:60px;
        left: 0px;
        background: rgb(255, 255, 255);
        z-index:50;
    }
    .buzzfeed_left {
        margin: 0px auto 78px;
        max-width:768px;
    }
    .buttons{
        display:flex;
        align-items: center;
        margin: 20px auto 20px;
        max-width:768px;
    }
    
}

@media only screen and (min-width:1201px) and (max-width:1400px){
    .navbar_res{
        display:none;
    }
    
    .buttons{
        margin-left:10px;
    }
    
    .nav_width {
        width: 92vw;
    }
}


@media only screen and (min-width:1401px){
    .navbar_res{
        display:none;
    }
}
/*================================================= FOOTER====================================== */


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --footer-head-font-color: white;
    --footer-head-button-coolor: #EC5E71;
    --footer-head-font-size: 16px;
    --footer-helpline-background-color: rgb(64, 64, 67);
    --footer-main-background-color: rgb(51, 51, 56);
    --footer-border-for-test: 1px solid red;
    --footer-main-head-font-size: 12px;
    --footer-main-head-letter-spaceing: 0.1px;
    --footer-main-head-line-height: 13.2px;
    --footer-main-head-text-decoration: none solid rgb(165, 165, 165);
    --footer-main-head-text-trasform: uppercase;
    --footer-main-head-font-color: #A5A5A5;
    --footer-main-font-weight: 400;
    --footer-main-a-font-size: 11px;
    --footer-main-a-letter-spacing: 0.1px;
    --footer-main-a-text-decoration: none solid rgb(127, 127, 127);
    --footer-main-a-color: #7f7f7f;
    --footer-inside-main-container-padding: padding: 25px 0 0 0;
    ;



}

footer {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

.dibya-footer-head {
    background-color: rgb(49, 48, 53);
    width: 100%;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;

}

.dibya-footer-inside-head {
    width: 75%;
    height: 83px;
    display: flex;
    flex-direction: row;
    /* margin: 0 128px 0 128px; */
    padding: 0 15px;
    align-items: center;
    gap: 1rem;
    flex-wrap: nowrap;
}

.dibya-footer-inside-head-part-2 {
    color: var(--footer-head-font-color);
    font-size: var(--footer-head-font-size);

    text-decoration: none;
}

.dibya-footer-inside-head-part-2 h1 {
    font-size: var(--footer-head-font-size);
    font-weight: 600;
}

.dibya-footer-inside-head-part-3 {
    color: var(--footer-head-font-color);
    font-size: var(--footer-head-font-size);
    width: 900px;

}

.dibya-footer-inside-head-part-3 p {
    font-size: var(--footer-head-font-size);
}

.dibya-footer-inside-head-part-4 button {
    width: 135px;
    height: 39.9px;
    background-color: var(--footer-head-button-coolor);
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.dibya-footer-inside-head-part-4 button a {
    text-decoration: none;
    color: var(--footer-head-font-color);
    font-size: var(--footer-head-font-size);
}

/* Footer Head ended */


/* ================================================================================================================================================================================================================== */

/* Help Line Started */


.dibya-helpline {
    height: 112px;
    display: flex;
    width: 100%;
    background-color: var(--footer-helpline-background-color);
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.dibya-inside-helpline,
.dibya-comform-ticket,
.dibya-customer-care {
    width: 65%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.dibya-customer-care {
    width: 114px;
    height: 100%;
    color: var(--footer-head-font-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: space-between;
    gap: 1rem;
    transition: 0.4s ease-in-out;
    flex-wrap: nowrap;

}

.dibya-customer-care svg,
.dibya-comform-ticket svg,
.dibya-newsletter svg {
    width: 50px;
    height: 50px;
    fill: RGB(153, 153, 153);
}


.dibya-customer-care a,
.dibya-comform-ticket a,
.dibya-newsletter a {
    text-transform: uppercase;
    font-size: 11px;
    color: RGB(153, 153, 153);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.dibya-comform-ticket {
    width: 173px;
    height: 100%;
    color: var(--footer-head-font-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: space-between;
    gap: 1rem;
    flex-wrap: nowrap;
}

.dibya-newsletter {
    width: 169px;
    height: 100%;
    color: var(--footer-head-font-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: space-between;
    gap: 1rem;
    flex-wrap: nowrap;
}

.dibya-customer-care svg:hover {
    fill: white;
    color: white;
}

.dibya-customer-care svg:hover,
.dibya-newsletter svg:hover,
.dibya-comform-ticket svg:hover {
    fill: white;
    color: white;
}

/* Help Line Ended */

/* ================================================================================================================================================================================================================== */


/* Footer main container */

.dibya-fotter-main-container {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: var(--footer-main-background-color);

}

.dibya-footer-inside-main {
    width: 80%;
    height: 1073px;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    flex-wrap: nowrap;
}


/* Top cinemas */
.dibya-top-cinemas {
    width: 100%;
    height: 93px;
    padding: var(--footer-inside-main-container-padding);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

/* Top cinemas ended */


/* Upcomming cinemas */
.dibya-upcoming-cinemas {
    width: 100%;
    height: 76px;
    padding: var(--footer-inside-main-container-padding);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

/* Upcomming cinemas ended */


/* Upcoming Movies family */
.dibya-family-movies {
    width: 100%;
    height: 76px;
    padding: var(--footer-inside-main-container-padding);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

/* Upcoming Movies family endes */

/* UPCOMING & NOWSHOWING MARATHI MOVIES */
.dibya-upcoming-marati {
    width: 100%;
    height: 76px;
    padding: var(--footer-inside-main-container-padding);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

/* UPCOMING & NOWSHOWING MARATHI MOVIES ENDED */



/* UPCOMING MOVIES */
.dibya-upcoming-movies {
    height: 93px;
    width: 100%;
    padding: var(--footer-inside-main-container-padding);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

/* UPCOMING MOVIES ENDED */

/* MOVIES BY GENRE */
.dibya-movies-by-genre {
    height: 111px;
    width: 100%;
    padding: var(--footer-inside-main-container-padding);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

/* MOVIES BY GENRE ENDED */

/* MOVIES BY LANGUAGE */
.dibya-movies-by-lang {
    height: 111px;
    width: 100%;
    padding: var(--footer-inside-main-container-padding);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

/* MOVIES BY LANGUAGE ENDED */



.dibya-inside-main-box h2 {
    font-size: var(--footer-main-head-font-size);
    text-decoration: var(--footer-main-head-text-decoration);
    color: var(--footer-main-head-font-color);
    text-transform: var(--footer-main-head-text-trasform);
    line-height: var(--footer-main-head-line-height);
    letter-spacing: var(--footer-main-head-letter-spaceing);
    font-weight: var(--footer-main-font-weight);

}

/* TAMIL MOVIES BY GENRE */
.dibya-tamil-movies-by-genre {
    height: 129px;
    width: 100%;
    padding: var(--footer-inside-main-container-padding);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

/* TAMIL MOVIES BY GENRE ENDED */

/* MOVIE REVIEWS AND TRENDING ARTICLES */
.dibya-movie-review {
    width: 100%;
    height: 76px;
    padding: var(--footer-inside-main-container-padding);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

/* MOVIE REVIEWS AND TRENDING ARTICLES ENDED */

/* COUNTRIES */
.dibya-contries {
    width: 100%;
    height: 76px;
    padding: var(--footer-inside-main-container-padding);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

/* COUNTRIES ENDED */


/* HELP */
.dibya-help {
    width: 100%;
    height: 76px;
    padding: var(--footer-inside-main-container-padding);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

/* HELP ENDED */


/* BOOKMYSHOW EXCLUSIVES */
.dibya-book-exclusive {
    width: 100%;
    height: 76px;
    padding: var(--footer-inside-main-container-padding);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

/* BOOKMYSHOW EXCLUSIVES ENDED */


.dibya-inside-main-box-a a {
    font-size: var(--footer-main-a-font-size);
    font-weight: var(--footer-main-font-weight);
    text-decoration: var(--footer-main-a-text-decoration);
    color: var(--footer-main-a-color);
    letter-spacing: var(--footer-main-a-letter-spacing);
    transition: 0.4s ease-in-out;
}

.dibya-footer-inside-main span {
    font-size: 15px;
    font-weight: var(--footer-main-font-weight);
    text-decoration: var(--footer-main-a-text-decoration);
    color: var(--footer-main-a-color);
    letter-spacing: var(--footer-main-a-letter-spacing);
    cursor: default;
}

/* .dibya-logo-bookmyshow {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100px;
    background-color: var(--footer-main-background-color);
    padding: 0 24px 20px 24px;
    gap: 0.5rem;
} */

.dibya-logo-add {
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1.2rem;
    /* border: var(--footer-border-for-test); */

}

.dibya-hr {
    height: 0.9px;
    background-color: #5D5D5F;
    width: 40vw;
    /* border: var(--footer-border-for-test); */

}

.dibya-footer-icons {
    height: 39.4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
}

.dibya-social-midia {
    overflow: hidden;
    color: #5D5D5F;
}

.dibya-footer-icons i {
    font-size: 2rem;
    color: var();
}

.dibya-last-foot {
    padding: 30px;
    font-size: 11px;
    color: rgb(102, 102, 102);
    text-align: center;
}

footer a:hover {
    color: white;
}

.dibya-logo-bookmyshow i:hover {
    color: white;
}


.dibya-footer-media {
    /* position: relative;
        bottom: 200vh; */

    width: 100%;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: var(--white-color);
    position:fixed;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
    border-top: 1px solid rgb(238, 238, 238);
    bottom:0;
    padding:2rem;
    z-index: 200;


}

.dibya-footer-media-inside-container {
    width: 80%;
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;

}

/* .dibya-home{
    dis
} */

.dibya-all-div img {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;

    width: 25px;
    object-position: center;
}

.dibya-all-div {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #dc3543;
    font-weight: 400;
    text-align: center;
    flex-wrap: nowrap;
}
.dibya-all-div div {
    width: 50px;
}
@media only screen and (min-width: 1200px) {
    .dibya-footer-media{
        display: none;
    }
    
}


@media only screen and (min-width: 769px) and (max-width: 1200px) {
    
    .dibya-hr{
        width: 40vw;
    }
    /* .foot{
        display: none;
    } */
    
}


