@import url('https://fonts.cdnfonts.com/css/sf-pro-display');
@import url('https://fonts.cdnfonts.com/css/cormorant-2');

/*font sizes*/
body{
    height: 100vh;
}

.text-xs{
    font-size: 12px;
}

.text-sm{
    font-size: 14px;
}

.text-md{
    font-size: 16px;
}

.text-lg{
    font-size: 18px;
}

.text-xl{
    font-size: 20px;
}

.text-xxl{
    font-size: 22px;
}

.text-xxxl{
    font-size: 30px;
}

*{
    font-family: 'SF Pro Display', sans-serif;
}

#logo-tab{
    display: none;
}

.login-mobile{
    display: none !important;
}

.theme-colour-div{
    width: 200px;
    height: 40px;
}

.full-gold{
    color:#F0C434;
}

.full-gold-bg{
    background-color:#F0C434;
}

.main-title-color{
    color:#212429
}

.main-title-bg-color{
    background-color:#212429
}

.sub-title-color{
    color:#393B3F
}

.sub-title-bg-color{
    background-color:#393B3F
}

.login{
    width:100vw;
    height:100vh;
}

.login-inside{
    width: 57.5vw;
    height: 66.9vh;
}

.offcanvas{
    width: 300px !important;
}

.input{
    height: 40px;
    border-color: #D8DAE5;
    border-width: 0.25px;
    border-style: solid;
}

.form-control{
    font-size: 0.9rem;
}

.form-control.input option {
    font-size: 14px !important;
}

h5{
    font-size: 16px;
    font-weight: bold;
}

h6{
    font-size: 12px;
    font-weight: 400;
}

.grey-600{
    color:#68737D;
}

label{
    color:#525256;
    font-size: 14px;
    /*font-weight: bold;*/
}

.label{
    color:#525256;
    /*font-size: 12px;*/
}

p{
    font-size: 14px;
}

.btn-primary{
    background-color: #F0C434;
}

.btn-primary:hover{
    background-color: #F0C434 !important;
}

header{
    height: 80px;
    background-color:#F0C434 !important ;
}

footer{
    height: 330px;
}

.line{
    height:1px;
}

#homeImg{
    height: 232px;
    background-image: url("../image/1234.png");
    background-size: cover;
    background-position: center;
}

#homeImg p{
    font-family: 'Cormorant SC', sans-serif;
}

#homeImg h3{
    font-family: 'Cormorant', sans-serif;
}

#filters{
    max-width: 411px;
    min-width: 35%;
}

#postImages{
    max-width: 300px;
    min-width: 290px;
}

#threeImages{
    height:95px;
}

.new-joined-div{
    height:45px;
}

.new-joined-image{
    width:45px;
    /*background-image: url("/assets/images/Rectangle 32.png");*/
    background-size: cover;
    background-position: center;

}

.threeImagesInside{
    /*background-image: url("/assets/images/Rectangle 32.png");*/
    background-size: cover;
    background-position: center;
}

.image-div-details{
    height: 300px !important;
    /*background-image: url("/assets/images/Rectangle 32.png");*/
    background-size: cover;
    background-position: center;
}

#cardholder{
    max-width: 700px;
    min-width: auto;
}

#all-detail-cardholder{
    max-width:780px;
    min-width:auto;
}

.filter-inside{
    height: 60px;
}

#mobileView{
    display: none !important;
}

.card-img{
    max-width: 215px;
    height: 215px;
}

@media only screen and (min-width: 786px) {

    /*.input{*/
    /*    width: 300px !important;*/
    /*    min-width: 220px !important;*/
    /*    font-size: 12px !important;*/

    /*}*/

    /*select{
        !*width: 300px !important;
        min-width: 220px !important;*!
        font-size: 12px !important;
    }*/

    .text-area{
        height: 100px;
        /*width: 100% !important;*/
        /*max-width: 730px !important;*/
        /*min-width: 600px;*/
    }

    .long-input{
        max-width: 700px !important;
        min-width: 700px !important;
    }
}

/*.long-input{*/
/*    width: 90% !important;*/
/*}*/

@media only screen and (min-width: 426px) and (max-width: 1024px) {
    .login-logo{
        display: none !important;
    }

    #logo-tab{
        display: block;
    }

    #welcome-text{
        width: 100%;
        text-align: center;
    }

    .long-input{
        width: 90% !important;
        /*min-width: 400px !important;*/
    }


}

@media only screen and (min-width: 476px) and (max-width: 768px) {

    #home-desktop{
        display: none !important;
    }

    .w-384{
        width: 350px;
    }

    .i-small{
        font-size: 10px !important;
    }

    .height1{
        height: 60px;
    }

    P{
        font-size: 12px;
    }

    .height2{
        height: 50vh;
    }

    li{
        font-size: 12px;
    }

    a{
        font-size: 12px;
    }

    .footer-height{
        height: 135px;
    }

    .height3{
        height: auto;

    }
    .heightImg{
        height: 160px;
    }

    .w-143{
        width: 143px;
        /*background-image: url('../images/Rectangle 32.png');*/
        background-position: center;
        background-size: cover;
    }

    .w-rest{
        width: calc(386px - 148px);
    }

    h3{
        font-size: 14px;
    }

    #mobileView{
        display: flex !important;
        height: 100vh !important;
    }

    #footer-mobile{
        display: block !important;
        /*max-height: 50px !important;*/
    }

    #footer-desktop{
        display: none !important;
    }

    /*#footer-mobile-inside{*/
    /*    height: 50px !important;*/
    /*}*/

    .circle{
        border-radius: 100%;
        border: 3px solid #FFffff;
        height: 50px;
        width: 45px;
    }

    .long-input{
        width: 90% !important;
    }

}

@media only screen and (min-width: 0px) and (max-width: 475px) {
    .login-inside{
        display: none !important;
    }

    .login-mobile{
        display: flex !important;
    }

    #btnPostAd{
        display: none !important;
    }

    header{
        background-color: #F0C434 !important;
    }

    .page-list{
        display: none !important;
    }

    #home-desktop{
        display: none !important;
    }

    .w-384{
        width: 350px;
    }

    .i-small{
        font-size: 10px !important;
    }

    .height1{
        height: 60px;
    }

    P{
        font-size: 12px;
    }

    .height2{
        height: 50vh;
    }

    li{
        font-size: 12px;
    }

    a{
        font-size: 12px;
    }

    .footer-height{
        height: 135px;
    }

    .height3{
        height: 161px;
    }

    .w-143{
        width: 143px;
        /*background-image: url('../images/Rectangle 32.png');*/
        background-position: center;
        background-size: cover;
    }

    .w-rest{
        width: calc(386px - 148px);
    }

    h3{
        font-size: 14px;
    }

    #mobileView{
        display: flex !important;
        height: 100vh !important;
    }

    .input-p{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .content {
        padding: 0 !important;
    }

    body {
        min-height: 100vh;
    }



    .single-input{
        justify-content: center !important;
    }

    .single-input-inside{
        margin-left: 0 !important;
    }

    #footer-mobile{
        display: block !important;
        /*max-height: 50px !important;*/
    }

    #footer-desktop{
        display: none !important;
    }

    /*#footer-mobile-inside{*/
    /*    height: 50px !important;*/
    /*}*/

    .circle{
        border-radius: 100%;
        border: 3px solid #FFffff;
        height: 50px;
        width: 45px;
    }

    #threeImages{
        display: none !important;
    }

    #profile-img {
        width: 100px !important;

    }

    #all-detail-cardholder {
        padding: 0 !important;
    }

    #complete{
        margin-bottom: 150px;
    }


}


/* home page */

.container{
    max-width: 1128px;
}

.bg-primary{
    background-color: #F8F9FA !important;
}

.card-height{
    height: 235px;
    margin-top: 10px;
}

.card-img{
    /*background-image: url("../images/Rectangle 32.png");*/
    background-size: cover;
    background-position: center;
}

/*add a post*/

.formNumber{
    height:100px;
}

.numberDiv{
    height: 30px;
    width: 30px;
    border-radius: 100%;
}

.dash{
    height: 2px;
    width: 15px;
}

.bg-grey{
    background-color: #F8F9FA !important;
}

.w-104{
    width: 104px;
    height:113px;
    /*background-image: url("../images/Rectangle 32.png");*/
    background-size: cover;
    background-position: center;
}

/*.input{*/
/*    width: 230px ;*/
/*    min-width: 220px !important;*/
/*    font-size: 12px !important;*/

/*}*/

/*.input-w{*/
/*    font-size: 12px !important;*/

/*}*/

/*select{
    !*width: 230px ;
    min-width: 220px !important;*!
    font-size: 12px !important;
}*/

.text-area{
    height: 100px;
    max-width: 700px !important;
    min-width: auto;
}

#footer-mobile{
    height: 60px !important;
    display: none;
}

.h-60{
    height: 58px !important;
}

#home-desktop{
    min-height: 55vh;
}

.img-sm-profile{
    width: 50px;
    height: 50px;
    /*border-radius: 100%;*/
    /*background-image: url("../images/Rectangle 32.png");*/
    background-size: cover;
    background-position: center;
}


.cursor-pointer{
    cursor: pointer;
}

.imagePreview {
    width: 90px;
    height: 90px;
    background-position: center center;
    background:url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
    background-color:#fff;
    background-size: cover;
    background-repeat:no-repeat;
    display: inline-block;
    /*box-shadow:0px -3px 6px 2px rgba(0,0,0,0.2);*/
    border: 1px solid #D8DAE5;
    border-radius: 6px;
}

.imgUp
{
    margin-bottom:15px;
}
.del
{
    position:absolute;
    top:0px;
    /*right:15px;*/
    /*width:30px;*/
    /*height:30px;*/
    text-align:center;
    /*line-height:30px;*/
    background-color:rgba(255,255,255,0.6);
    cursor:pointer;
}

textarea{
    font-size: 12px !important;
}

.profileBtn {
    width: 300px;

}

.profile-img {
    width: 215px !important;

}

.pagination{
    --bs-pagination-focus-box-shadow: 0 0 0 1px #FAFAFA!important;
}


/*
.page-link {
    --bs-pagination-focus-box-shadow: 0 0 0 1px #FFFF00 !important;
}
*/

.btn-black{
    background-color: black !important;
    border-color: black !important;
    color: white;
}

.more-detail{
    background-color: black !important;
    color: white !important;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 3px;
}
