*{
    box-sizing: border-box;
}
.mainbtnbar {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: auto
}

.allbtn {
    background: linear-gradient(to right, #2E5581, #167B83);
    border: none;
    width: 7%;
    padding: 0.7% 1.5%;
    margin: 7% auto auto 0;
    color: white;
    font-family: "Poppins";
     border-radius: 5px;
     font-size: 12px;
}

/* button#tallwide {
    background: linear-gradient(to right, #2E5581, #167B83);
    border: none;
    margin: 5% 0px auto 20%;
} */

.dropdown-toggle::after {
  display: none !important;
}

.tallwidebtn{
    width: 10%;
    display: flex;;
    background: linear-gradient(to right, #2E5581, #167B83);
    border: none;
    margin: 7% 0px auto 80%;
    padding: 0.7% 1.5%;
    color: white;
    font-family: "Poppins";
    font-size: 12px;
     border-radius: 5px;
     align-items: center;
}

.tallwidebtn img{
    padding: 0 4px;
}

.selectbtn{
    border: 1.5px solid #167B83;
    margin: 7% 0 auto 1%;
    padding: 0.5% 1%;
    border-radius: 5px;
    font-family: "Poppins";
    width: 6%;
    font-size: 14px;
}

.gallery{
    width: 93%;
    margin: 2% auto;
}

.galleryrow {
    display: flex;
    justify-content: center;
    gap: 20px; 
    margin: 20px;
}

.imgbox {
    width: 500px;   
    height: 200px;  
    overflow: hidden;
    border-radius: 10px; 
    position: relative;
}

.imgboxtall{
    width: 400px;   
    height: 400px;  
    overflow: hidden;
    border-radius: 10px; 
    position: relative;
}

.imgbox .mainimg {
    width: 100%;
    height: 100%;
    object-fit: cover;      
    object-position: center; 
    display: block;
}

.imgboxtall .mainimg {
    width: 100%;
    height: 100%;
    object-fit: cover;      
    object-position: center; 
    display: block;
}

.imgbox .circle{
    width: 18%;
    position: absolute;
     top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imgboxtall .circle{
    width: 18%;
    position: absolute;
     top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.imgbox .play{
    position: absolute;
     top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
}

.imgboxtall .play{
    position: absolute;
     top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
}

.imgbox .opdots{
    width: 20px;
     position: absolute;
     top: 5%;
    left: 94%;
    transform: translate(-50%, -50%);
}

.imgbox .like{
    width: 20px;
     position: absolute;
     top: 92%;
    left: 94%;
    transform: translate(-50%, -50%);
}

.imgboxtall .opdots{
    width: 20px;
     position: absolute;
     top: 4%;
    left: 90%;
    transform: translate(-50%, -50%);
}

.imgboxtall .like{
    width: 20px;
     position: absolute;
     top: 95%;
    left: 90%;
    transform: translate(-50%, -50%);
}