*{
    margin: 0;
    padding: 0;

}
body{
    background-color: white !important;
    font-family: BAHNSCHRIFT !important;
}
@media screen and(max-width:600px) {
    .firsitimes{

    }
}
.toper{
    position: sticky;
    top: 0;
    z-index: 2;
}
a{
    text-decoration: none !important;
    font-family: BAHNSCHRIFT;
}
li{
    list-style: none;
}
.dropdownbox{
    width: 35vw;
    min-height: 25vh;
}
.dropdownbox-text:hover{
    background-color: #9fffdf;
    color: #09B850  ;
     
}

.badges-text{
    font-size: 9px !important;
}
.badgess-text{
    font-size: 12px !important;
}
.dropdownbox2{
    width: 13vw;
    min-height: 25vh;
}
.dropdownbox3{
    min-width: 45vw;
    min-height: 25vh;
    
}
.dropdownbox4{
    min-width: 55vw;
    min-height: 25vh;
    
}
.nav-item.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdownbox3position{
    position: relative;
    right: 20px;
}
.secondhover:hover{
    background-color: #F8F9FA;
}
.thirdhover:hover{
    background-color: #F8F9FA;
    color: #09B850;
}
.navmanue:hover{
    color: #09B850;
    background-color: #09B850;
    
}
.listyle li::marker{
    content: "🤩";
}
.listyles li::marker{
    content: "🤝";
}
.listyless li::marker{
    content: "✅";
}
.listylesss li::marker{
    content: "🚀";
}
.listylessss li::marker{
    content: "💵";
}
 
.stars{
    background-color: #00B67A;
    width: 25px;
    height: 25px;
    font-size: 22px;
    display: flex;
    align-items: center;
     
}
.position-iteam{
    position: relative;
}
.main_images{
    width: 100% !important;
}
.firsitimes{
    
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    position: absolute;
    right: -50px;
    top: -25px;
    @media only screen and (max-width: 600px) {
        right: 2px !important;
    }

}
.seconditems{
    background-color: #202124;
    color: white;
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    position: absolute;
    left: -35px;
    bottom: 20px;
        @media only screen and (max-width: 600px) {
        left: 2px !important;
    }

}
.black-box{
    background-color: #202124;
    border-radius: 8px;
}
.green-box{
    background-color: #09B850;
    border-radius: 8px;
}
.greentext:hover{
    color: #09B850;
}
.iconeposition{
    position: relative;
     top: -20px;
}
.positionitems{
    position: relative;
}
.positionitems1{
    position: absolute;
    top: 50px;
    left: -10px;
}
.positionitems2{
    position: absolute;
    bottom: 20px;
     
}
.green-container{
    position: relative;
    bottom: -60px;
}