@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
body{
    font-family: 'Poppins', sans-serif;
}
.container{
    padding: 0;
}
.banner{
    background: -webkit-linear-gradient(180deg, #110366 0%, #1801A2 100%);
    position: relative;
    overflow: hidden;
}
.link{
    color: #110366;
    font-weight: bold;
}
.banner .banner-overlay{
    position: absolute;
    right: 0;
    top: 0;
}
.banner .container{
    position: relative;
    padding: 0;
}
.banner header{
    width: 100%;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    color: white;
    display: flex;
    justify-content: center !important;
}
.banner header nav{
    padding: 0;
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
}
.banner header .navbar-nav{
    display: flex;
    align-items: center;
}
.banner header img{
    width: 122px !important;
}
.banner header a{
    color: #fff;
}
.banner header ul{
    padding-left: 0px;
}
.banner .nav-link{
    margin-left:  25px;
    font-weight: 500;
    display: flex;
}
.banner .nav-link:hover{
    color: black;
}
.banner .nav-btn{
    border: 2px solid #ccc5fa;
    border-radius: 45px;
    border-width: 1px;
    color: #fff;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 28px;
    line-height: 45px;
    outline: none;
    margin-left: 50px;
    transition: .5s;
    cursor: pointer;
}
.banner .nav-btn:hover{
    background-color: #fff;
    color: #110366;
    /* border: #110366; */
}
.banner {
    text-align: center;
    color: white;
}
.banner h1{
    font-weight: 700;
    font-size: 50px;
    padding: 200px 0px 125px;
}

main{
    padding: 30px 0px;
    text-align: center;
}
main .main-heading{
    text-align: center;
    color: #000000;
    font-weight: bold;
}
main p{
    font-size: 14px;
    font-weight: 400;
}
main .search{
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    width: 70%;
    height: 50px;
    padding-left: 10px;
    background-image: url('../img/search-icon.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    margin: 30px 0px;
}
main .map{
    margin-top: 20px;
}
main .map iframe{
    width: 100%;
    height: 400px;
}
main .section-2{
    text-align: left;
}
main .section-2 p{
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}
main .section-2 .page-1-next-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

main .section-2 .page-1-next-btn p{
    margin-bottom: 0;
}
main .section-2 .page-1-next-btn a.next-btn{
   color: white;
    background: rgba(58, 34, 207, 0.9);
    border-radius: 10px;
    border: 1px solid transparent;

}
main .section-2 .page-1-next-btn a.next-btn:hover{
    border: 1px solid rgba(58, 34, 207, 0.9);
     background: none;
     color: #110366;
     border-radius: 10px;
 }
main .page-last-section{
    margin-top: 50px;
}
main .page-last-section h4{
    font-weight: bold;
font-size: 18px;
color: rgba(0, 0, 0, 0.7);
margin-bottom: 30px;
}
.page-2 p{
    font-size: 16px;
}
.page-2 .results{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-2 .results .result{
    width: 750px;
    height: 200px; */
    background: #FDFDFD;
    border: 1px solid #000000;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    transition: .3s;
}

.page-2 .results .result:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.282);
    transform: translateY(-2px);
}
.page-2 .results .result .content{
    width: 65%;
    height: 100%;
    padding: 10px;
    text-align: left;
}
.result .content p{
    font-size: 12px;
    font-weight: 400;
}
.page-2 .results .result .details{
    width: 35%;
    height: 100%;
    border-left: 1px solid rgba(19, 31, 143, 0.9);
    padding: 10px;
    font-size: 12px;
    font-weight: 400;

}
.page-2 .result .details .img{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.page-2 .result .heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.pagination-section{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.pagination-section a{
    color: #131F8F;
    font-weight: bold;
}
.pagination-section a.active{
    color: #d82179;
}
.pagination-section .pagination ul{
    display: flex;
    list-style-type: none;
}
.pagination-section .pagination ul li{
    margin: 0px 3px;
}
.page-3 form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 50px;
}
.page-3 form .input{
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.page-3 form label{
    font-weight: bold;
}

.page-3 form .input input{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 9px;
    padding: 10px;
    outline: none;
    z-index: 5px;
    font-size: 12px;
}
.page-3 form .input input:focus{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.page-3 form .text-area{
    width: 45%;
}
.page-3 form .text-area textarea{
    width: 100%;
    height: 150px;
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 9px;
    padding: 10px;
    outline: none;
}
.page-3 form .text-area textarea:focus{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}
.page-3 form .inputs{
    width: 45%;
}
.page-3 form .inputs .input{
    width:100% ;
}
.page-3 form .submit-btn{
    width: 200px;
    height: 50px;
    background: linear-gradient(
        180deg
        , #2B0EDE 0%, #110366 100%) ;
        margin: 30px auto;
        color: white;
    transition: .5s;
    cursor: pointer;
}
.page-3 form .submit-btn:hover{
    border: 2px solid #110366;
    background: none;
    color: #110366;
}
footer{
    background-color: #000;
    padding: 100px 0px 100px;
    color: white;
}
footer img{
    width: 120px;
    margin-bottom: 20px;
}
footer span{
    margin-bottom: 10px;
}
footer input{
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    border-radius: 5px;
    color: grey;
    padding-left: 10px;
    margin-top: 20px;
}
footer form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .btn{
    margin-top: 10px;
    background: linear-gradient(180deg, #2B0EDE 0%, #110366 100%) !important;
        width: 70%;
}
footer ul{
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
}
footer ul li{
    margin-top: 10px;
}
footer ul li a{
     color: white;
     font-size: 14px;
}