*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
    height: auto;
    background-color: #eee;
    font-family: sans-serif;

}
select{
    padding: 6px;
    width: 350px;
}
.count{
    margin: 4rem;
    display: flex;
    gap: 2rem;
    flex-direction: column;
}
@media(max-width:768px){
.count{
    margin: 1rem;

}
}
label{
    font-size: 12px;
}
label, input, select{
    margin: 2px;
}
.enter input{
    padding: 6px;
    width: 320px;
}
.enter button{
    padding: 6px;
    background-color:#323131;
    color: #fff;
    border: none;
}
.enter button:hover{
    background-color: #4e4d4d;
}
.line-text{
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
}
.line-text::before,
.line-text::after{
    content: "";
    border-bottom: 1px solid #000;
   display: inline-block;
   width: 156px;
    
}
.line-text::after{
    margin-left: 10px;
}
.line-text::before{
    margin-right: 10px;
}
.menter button{
 width:350px ;
 background-color:rgb(170,130,154);
 border: none;
 color: #fff;
 padding: 6px;
 letter-spacing: 2px;
}
.menter button:hover{
    background-color: rgb(172,112,148);
}
#acc{
    width: 350px;
}
#acc button{
    letter-spacing: 2px;
    color: #323131;
    border: 1px black;
    background-color: #fff;
}
.box{
    width: 20px;
    height: 20px;
    border: 1px solid black;
}
.li{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.accordion-body{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.per{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
#acc button:hover{
    background-color: rgb(172,112,148);
    outline: none;
    border: none;
}
.count strong{
    font-size: 26px;
    letter-spacing: 3px;
    font-weight: 400;
}
@media(max-width:768px){
    #map {
        position: absolute;
        top: 15%;
        right: 0;
        width: 100%;
        height: 280px;
        border-radius: 12px 12px 0 0;
        overflow: hidden;
    }
    #country{
        margin-top: 20rem;
        
    }
   
}
@media(max-width:1024px){
    #map {
        position: absolute;
        top: 15%;
        right: 3%;
        width: 100%;
        height: 400px;
        border-radius: 12px 12px 0 0;
        overflow: hidden;
        left: 1%;
        
    }
    option{
        font-size: 12px;
    }
    #country{
        margin-top: 30rem;
        
    }
    #country{
        width: 100%;
    }
    #acc{
        width: 100% !important;
    }
    .enter input{
        width: 100% !important;
    }
    #useLocation{
        width: 100% !important;
    }
   .line-text::before,
.line-text::after{
    width: 100% !important;
}
}
