*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #B9E0DF;
}
#container{
    display:flex;  
    
}
#left{
    width:55vw;
    height: 100vh;

    display: flex;
    flex-direction: column;
}
.hide{
    display: none !important;
}


header{
    font-family: 'Mulish', sans-serif;


    font-size: 3.62vw;
    
    height: 25vh;
    width: 100%;
    
    padding-top: 70px;
    padding-left: 143px;

}
#logo img{
    width: 7.76vw;

    margin-right: 27px;
}
#logo{
    display: flex;
    align-items: center;
}
#left-mid{
    font-family: 'Mukta', sans-serif;
    
    font-size: 6.98vw;
    line-height: 6.71vw;

    margin-top: 70px;
    margin-left: 120px;
}
#left-mid span{

    font-size: 9.31vw;
    line-height: 8.53vw;

}



footer{
    display: flex;
    position: absolute;
    left: 120px;
    bottom: 60px;    
    font-family: 'Montserrat', sans-serif;
    align-items: center;
    font-size: 1.55vw;
}
.icons{
    height: 1.81vw;
    margin-left: 20px;
    /* display: flex; */
}
.icons a img{
    height: 100%;
    margin-right: 10px;
}



main{
    background-color: white;
    height: 100vh;
    width: 40vw;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    overflow-y: scroll;
    padding-bottom: 30px;
}

#item-content{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
}

#top{
    width: 100%;
    display: flex;
    max-height: 90px;
    align-items: flex-end;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    margin-top: 60px;
}
#search{
    width: 40%;
    height: 30px;
    border: 1px solid black;
    border-radius: 10px;
    padding-left: 10px;
    font-size: 20px;
}
#search::placeholder {
    font-size: 15px;
    text-align: center;
}

#search-button{
    height: 30px;
    background-color:#D9D9D9 ;
    border-radius: 10px;
    border: 1px solid black;
    padding-inline: 10px;
    font-size: 20px;
    margin-left: 2px;
    display: flex;
    align-items: center;
}

.item{
    width: 33vw;
    min-height: 200px;
    background-color: #DAE5E5;
    border-radius: 20px;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    align-items: center;
    box-shadow:0 5px 10px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) ;
    cursor: pointer;
}
.item:hover{
    background-color: #cce6e6;
}

.item li{
    height: 40px;
}
ul{
    list-style: none;
}
.image{
    width: 200px;
    height: 100%;
    border-radius: 20px 0 0 20px;
    margin-right: 20px
}
.image img{
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 20px;
}


main::-webkit-scrollbar {
    width: 10px;               
  }
  
  main::-webkit-scrollbar-track {
    background: white;        
  }
  
  main::-webkit-scrollbar-thumb {
    background-color: #8B8B8B;    
    border-radius: 20px;       
    border: 3px solid #8B8B8B;  
    
  }



.serieWindowArea {
    position:fixed;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background-color:rgba(255, 255, 255, 0.5);
    display:none;
    transition: all ease .2s;
    justify-content: center;
    align-items: center;
}
.serieWindowBody{
    position: relative;
    width:80%;
    height: 90%;
    background-color:#FFF;
    border-radius:10px;
    box-shadow:0px 0px 15px #999;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow-y:auto;
    font-family: 'Montserrat', sans-serif;

}
.close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
/* .content-video{
    text-align: center;
    display: block;
} */
.content-text{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    background-color: #dbecec;
    border-radius: 20px;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 40px;
    box-shadow:0 5px 10px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) ;
}

.tittle{
    font-size: 35px;
}
.content-description{
    margin-top: 25px;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 22px; 
}

.line{
    margin-top: 8px;
    width: 90%;
    height: 2px;
    border: 20px;
    background-color: black;
}
iframe{
    border-radius: 15px;
}





@media (max-width: 1575px){
    .item{
        font-size: 21.5px;
    }
}

@media (max-width: 1440px){

    .item{
        min-height: 150px;
        font-size: 20px;
    }
    .item li{
        height: 30px;
    }
    .image{
        width: 150px;
    }

    #left-mid{
        margin-left: 75px;
        font-size: 8vw;
        margin-top: 90px;
    }
    #left-mid span{
        font-size: 10.67vw;
    }
    footer{
        left: 75px;
    }
    header{
        padding-left: 89px;
    }
    #search::placeholder {
        font-size: 12px;
    }
}
@media (max-width: 1250px){
    .item{
        font-size: 16px;
    }
}
@media(max-width:1100px){
    .item{
        font-size: 14.5px;
    }
    #search{
        width: 55%;
    }
}

@media (max-width: 1030px){
    .item{
        min-height: 100px;
        font-size: 14px;
    }
    .item li{
        height: 20px;
    }
    
    .image{
        width: 100px;
    }

    #left-mid{
        margin-left: 55px;
        font-size: 8.5vw;
        margin-top: 110px;
    }
    #left-mid span{
        font-size: 11.25vw;
    }
    footer{
        left: 55px;
    }
    header{
        padding-left: 69px;
    }
}

@media (max-width:875px){
    #left-mid{
        margin-left: 40px;
    }
    footer{
        left: 40px;
    }
    header{
        padding-left: 54px;
    }
    main{
        width: 44vw;
    }
    .item{
        width: 38vw;
    }
}

@media (max-width:760px){
    #container{
        flex-direction: column;
    }
    #left{
        width: 100vw;
        height: 500px;
    }
    header{
        height: 130px;

        padding-top: 10px;
        padding-left: 20px;
        font-size: 11vw
    }
    #logo img{
        width: 24.38vw;
        margin-right: 6.6vw;
    }
    #logo{
        display: flex;
        align-items: center;
    }
    #left{
        width:100vw;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    #left-mid{
        padding-top: 60px;
        padding-bottom: 65px;
        font-size: 19.5vw;
        line-height: 15.75vw;
        margin-top: 0px;
        margin-left: 10px;
    }
    #left-mid span{
        font-size: 21.5vw;
        line-height: 21.5vw;
    }
    main{
        background-color: white;
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
        overflow-y: none;
        padding-bottom: 30px;
    }
    .item{
        width: 85vw;
        height: 120px;
        background-color: #DAE5E5;
        font-size: 4.15vw;
        
    }
    li{
        margin-bottom: 5px;
    }
    #top{
        margin-top: 25px;
        margin-bottom: 10px;
    }
    footer{
        display: none;
    }
    #footer-celphone{
    display: flex !important;
    font-family: 'Montserrat', sans-serif;
    align-items: center;
    position: relative;
    left: 0px;
    bottom: 0px;  
    font-size: 3.68vw;
    margin-top: 10px;
    padding-left: 10px;
    width: 100vw;
    padding-bottom: 10px;
    }
    .icons{
        height: 5.61vw;
        margin-left: 4.88vw;
    }
    iframe{
        width: 100vw;
        height: 40vh;
        border-radius: 0px;

    }
    .serieWindowArea{
        overflow-y: scroll;
    }
    .serieWindowBody{
        height: auto;
        width:100vw;
        display: block;
        padding-bottom: 30px;
        border-radius: 0px;
        position:absolute;
        left:0;
        top:0;
        padding-top: 5px;
        overflow-y: scroll;
        
    }
    .video{
    height: auto;
    }
    .content-text{
        width: 98vw;
    }
    .content-description{
        margin-top: 25px;
        text-align: center;
        padding-left: 5%;
        padding-right: 5%;
        font-size: 15px;
        line-height: 20px; 
        border-radius: 0px;
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
        height: auto;
    }
    #close-celphone{
        padding-left: 5px;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }
    .close{
        display: none;
    }

    


}
