*, ::after, ::before{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    
    height: 100%;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: axiforma-regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
/* nabar */
.navbar{
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 1136px;
    margin: 0 auto    
}
.navbar-title{
    color: black;
    display: flex;
    flex-direction: row;
}
.navbar-title .title{
    margin-right: 50px;
}
.navbar-container{
    width: 1200PX;
    margin: 12px auto;
    padding: 10px auto;
    max-width: 100%;
    height: 40%;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}
.logo{
    font-size: 1rem;
    float: left;
    height: 100%;
    width: 300px;
    position: relative;
    display: flex;
    align-items: center;
}
.logo img{
    height: 40px;
    width: 132px;
}
/* background-image */
.background-img{
    background: url('https://s3-ap-southeast-1.amazonaws.com/urbanclap-prod/categories/category_v2/category_3cb50750.jpeg') no-repeat rgba(220,240,251,.5);
    background-size: contain;
    width: 100%;
    height: 600px;
    padding: 45px 0;
}
.background-img .container-base{
    width: 1136px;
    margin-left: 150px;
    display: flex;
}
.background-img .container-base .section1{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.background-img .container-base .section2{
    width: 570px;
    height: 385px;
}
.background-img .container-base .section2 .wrap{
    width: 570px;
    height: 385px;
}
.background-img .container-base .section2 img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.background-img .user-greet{
    width: 1136px;
    margin: 0 auto;
    background: linear-gradient(91.41deg,#0050ff .15%,#4d85ff 99.82%);
    box-shadow: 0 6px 8px rgb(0 80 255 / 15%);
    border-radius: 12px;
    padding: 30px;
    
}

.background-img .user-greet h2{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}
.background-img .your-info{
    display: flex;
    flex-direction: row;
}
.background-img .your-info .name{
    margin-right: 18px;
    display: flex;
    flex-direction: row;
}
.background-img .your-info .user-name{
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background:white;
    height: 50px;
    padding: 15px;
    color: white;
}
.background-img .your-info button{
    background: #fff;
    border: none;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #0050ff;
    padding: 0 30px;
    height: 50px;
}
/* partners */
.Partner{
    text-rendering: optimizeLegibility;
    text-decoration: none;
    font-family: axiforma-regular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    width: 100%;
    margin: 0 auto 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    text-align: center;
    color: #222;
    font-size: 25px;
}
.Partner h2{
    display: block;
    margin-top: 50px;
}
.Partner p{
    color: gray;
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}
.Partner ul{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: green;
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif Helvetica, Arial, sans-serif;
    font-size: 35px;
    font-weight: 0px;
    font-style: normal;
    gap: 80px;
    margin-top: 90px;
    list-style: none;
}
/* last */
#last{
    width: 80%;
    height: 350px;
    /* border: 1px solid red; */
    margin-left: 150px;
    border-radius: 20px;
    padding-top: 10px;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    font-family: sans-serif;
    margin-bottom: 100px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
#last h2{
    display: block;
    margin-top: 50px;
}
#last p{
    color: gray;
    font-size: 16px;
    margin-top: 10px;
}
#pic{
    display: flex;
    gap: 30%;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* footer */

.footer{
    background: #000;
    z-index: 3;
    position: relative;
}
.footer .footerBasic{
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin: 0 auto;
}
.footerBasic .footerAbout{
    padding: 24px 0 8px;
    font-size: 14px;
}
.footerBasic .footerAbout ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footerBasic .footerAbout li{
    margin-right: 28px;
    margin-bottom: 16px;
    opacity: .8;
    transition: opacity .2s;
}
.footerBasic .footerAbout a{
    color: #fff;
    font-size: 14px;
}
.footerBasic .serving{
    padding: 18px 0;
    border-top: 1px solid #424242;
}
.footerBasic .serving p{
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}
.footerBasic .serving ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footerBasic .serving li{
    margin-right: 32px;
    font-size: 14px;
    line-height: 36px;
    opacity: .8;
    transition: opacity .2s;
}
.footerBasic .serving .countryName{
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.footerBasic .serving .countryName ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footerBasic .serving .countryName li{
    margin-right: 32px;
    font-size: 14px;
    line-height: 36px;
    opacity: .8;
    transition: opacity .2s;
}

.footerBasic .serving a{
    color: #fff;
}
.footerBasic .footerFoot{
    display: flex;
    align-items: center;
    border-top: 1px solid #424242;
    justify-content: space-between;
    padding: 18px 0;
}
.footerBasic .footerFoot .brand{
    display: flex;
    align-items: center;
}
.footerBasic .footerFoot .brand a{
    display: flex;
    align-items: center;
    opacity: .8;
    transition: opacity .2s;
}
.footerBasic .footerFoot .brand .logo{
    width: 150px;
    height: auto;
    overflow: hidden;
}
.footerFoot .brand .logo .logoBg{
    opacity: 0;
    z-index: 0;
}
.footerFoot .brand .logo img{
    width: 100%;
    height: 100%;
}
.footerFoot .brand .company{
    color: #fff;
    margin-left: 16px;
    font-size: 12px;
    opacity: .8;
    transition: opacity .2s;
}
.footerFoot .footerSocials{
    display: flex;
    align-items: center;
}
.footerFoot .footerSocials li{
    margin-right: 16px;
    opacity: .8;
    transition: opacity .2s;
}
.footerFoot .footerSocials a{
    color: #fff;
}
.footerFoot .footerSocials .socialsContainer{
    font-size: 20px;
}
.footerFoot .downloadBtns a{
    margin-right: 16px;
}
.footerFoot .downloadBtns .download{
    width: 144px;
    height: 48px;
}
.footerFoot .downloadBtns .download .downloadBg{
    opacity: 0;
    z-index: 0;
}
.footerFoot .downloadBtns .download  img{
    width: 144px;
    height: 48px;
}
.footerFoot .downloadBtns .btn2{
    margin-right: 0;
}