@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

body{
    font-family: "Mulish", serif;
}

.bg-primary{
    background-color: #0546E9 !important;
}
.bg-scndry{
    background-color: #6EA1FE;
}
.bg-tertiory{
    background-color: #F2F2F2;
}
.text-blue{
    color: #0546E9;
}
.save-changes:hover {
    background-color: #0546E9;
}
.bg-buildings {
  background-image: url("../assets/images/buildingscopy.png");
  width: 100%;
  height: 100vh;
  margin-top: -120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #00000070;
  background-blend-mode: color-burn;
  background-position: center;
}
.w-custom{
    width:599px
}
.rounded-xl{
    border-radius: 30px;
}
.w-40{
    width: 43%;
}
.w-30{
    width: 30%;
}
.w-5{
    width: 4%;
    display: flex;
    justify-content: center;
}
.w-65{
    width: 53%;
}
.h-40px{
    height: 140px;
    width: 2px;
    background-color: white;
}
.w-70{
    width: 70%;
}
.w-80{
    width: 800px;
}

.blue-div{
    width: 1200px;
    height: 150px;
    top: -37px;
    left: -400px;
    z-index: -1;
}
.h-80{
    height: 250px;
}
.w-49{
    width: 49%;
}
.object-fit-cover{
    object-fit: cover;
}
.bg-footer{
    background-color: #808080;
}
.footer-button{
    border-radius: 10px;
    padding:  10px;
    width: 300px;
    background-color: white;
    border: none;
    margin-top: 6px;
}
.icon-w{
    width: 22px;
    height: 20px;
}
.icon-width{
    width: 40px;
    height: 40px;
}
.line-height-small{
    line-height: 18.5px;
}
.w-81{
    width: 86%;
}
.modal-header{
    border-bottom: 0px !important;
}
.modal-footer{
    border-top: 0px !important;
}
.modal-dialog{

}
.bg-light{
    background-color: #F2F2F2;
}
.w-90{
    width: 93.5%;
}
@media (max-width: 768px) {
    .w-40 {
        width: 100%;
    }
    .w-65 {
        width: 100%;
    }
    .w-70 {
        width: 100%;
    }
    .w-30 {
        width: 100%;
    }
    .w-custom{
        width: 100%;
    }
    .footer-button{
        width: 100%;
    }
    .blue-div{
        height: 185px;
    }
    .bg-buildings{
        margin-top: -150px;
        height: 80vh;
    }
    .w-81{
        width: 100%;
    }
}