@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

@import url("https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css 536");

.fnt{
    font-family: 'Poppins', sans-serif;
   
}


.bord{
    border: 1px solid black;
}

.box{
    width: 100%;
    height: 100%;
    margin-top: 4%;
    /* background-color: rgb(244, 244, 244); */
}

.box-1{
    width: 100%;
    height: 90px;
    padding-top: 25px;
    background-image: linear-gradient(-45deg, rgb(22, 22, 255) 50%, rgb(0, 0, 165) 70%);
    /* border-bottom-right-radius: 40%;
    border-bottom-left-radius: 40%; */
    
}

.head{
    text-align: center;
    font-weight: 600;
    padding: auto;
    color: aliceblue;
}

.box-2{
    width: 31.7%;
    height: 100px;
    padding: 1%;
    padding-top: 2%;
    padding-left: 2%;
    
}

.srch-box{
    width: 65%;
    height: 40px;
    border-radius: 40px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    text-transform: capitalize;
    border: none;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    
}

.srch-btn{
    width: 30%;
    height: 40px;
    border-radius: 40px;
    outline: none;

}

.butn{
    outline: none;
    border: none;
}

.loc-box{
    width: 90%;
    height: 190px;
    margin-left: 3%;
    margin-top: -3%;
    margin-bottom: 9%;
    padding-left: 3%;
    padding-top: 3%;
    padding-right: 5% ;
    background-color: white;
    border-radius: 0px;

    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    
}

.card-head{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}

.link-clr{
    color: blue;
    text-decoration: none;
}

.other-txt{
    font-size: 15px;
    font-weight: 500;
}

.btn-pos{
    margin-top: -25%;
}

.buttn{
    background-color: #1a36c3;
    color: white;
    border: none;
    margin-right: 2%;
    font-weight: 500;
    width: 120px;
    height: 30px;
    border-radius: 2px;
}

.buttn:hover{
    background-color: rgb(0, 23, 228);
    
    transition: all ease-in-out 0.2s;
}

.map{
    width: 98%;
    height: 98%;    
}

.srch-box:focus-within{
    outline: none;
    border: none;
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all ease-in-out 0.3s;
}





.coll1{
    padding-left: 1%;
    padding-top: 1%;
    padding-right: -10px;
    /* background-color: rgb(244, 244, 244); */
    width: 31%; float: left; overflow-y: scroll; height: 455px;
    
}
.coll2{
    height: 100%;
    margin-top: -5.5%;
    /* background-color: rgb(244, 244, 244); */
    padding-left: 1%;

    width:69%; 
    float: right;
    height: 538px;
}

::-webkit-scrollbar{
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 50px;
    
  }
  ::-webkit-scrollbar-thumb {
    background: #213bd3; 
    border-radius: 50px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #1f2ed5; 
  }

  @media (max-width:1071px) {
    .coll1{
        width: 35%;
  }

  .coll2{
    width: 65%;
    padding-right: 0%;
  }
  
  .srch-box{
    width: 90%;
  }
  .srch-btn{
    height: 45%;
    float: right;
  }

  .loc-box{
    height: max-content;
  }
  .buttn{
    margin-bottom: 3%;
  }
}

@media(max-width:552px) {
    .box-1{
        margin-top: 13%;
        padding: 4%;
    }
    .box-2{
        width: 100%;
    }
    .srch-btn{
        
        height: 86%;
        width: 25%;
        margin-bottom: 1%;
        margin-top: -10%;
        margin-left: 10%;
    }
    .srch-box{
        width: 70%;
        
    }

    .coll2{
        width: 100%;
        margin-top: 10%;
    }
    .coll1{
        width: 100%;
        padding-top: 5%;
        padding-left: 5%;
        padding-left: auto;
        padding-right: auto;
        margin-bottom: -10%;
    }

    .box-2{
        padding-top: 5%;
        padding-bottom: 7%;
      }

}