*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  outline: none;
}


:root{
    --bg-color: #fff;
    --second-bg-color: whitesmoke;
    --text-color: #444;
    --main_color: #0660D3;
}
body{
    width: 100%;
    display: flex;
}



/* Navigation bar by the left starts from here */
.navBar{
    width: 21%;
    height: 100vh;
    text-align: center;
    box-shadow: 1px 1px 5px var(--second-bg-color);
    position: sticky;
    top: 0;
    overflow-x: hidden;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-highlight-color: whitesmoke;
    scrollbar-track-color: whitesmoke;
    scrollbar-face-color: whitesmoke;
    scroll-initial-target: nearest;
    scroll-snap-type: proximity;
    scrollbar-color:  whitesmoke white  ;
    transition: all.9s;
    display: block;
}

.navBar::-webkit-scrollbar:hover{
    
    scrollbar-color:  whitesmoke white  ;
}

.navBar .logodiv img{
    padding: 8% 0 15% 0;
    width: fit-content;
    border-bottom: 1px solid #8888882d;
}
.navBar .navCon{
    width: 100%;
    margin: 20% 0 0 20%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.navBar .navItem{
    display: flex;
    width: fit-content;
    gap: 6px;
    border-radius: 15px;
    align-items: center;
    margin: 3% 0;
    padding: 4%  19% 5% 7%;
    color: #999;
}
.navBar .navItem{
    font-size: 18px;
}
.navBar .navItem:nth-child(2){
    color: white;
    background-color: var(--main_color);
}
.navBar .navItem img{
    height: 24px;
    width: 24;
}
.navBar span{
    width: 60%;
    background-color: var(--second-bg-color);
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding: 5% 0;
    margin: 40% 20% 20% 15%;
    margin-left: 22%;
    border-radius: 10px;
}
.navBar span img{
    width: 24%;
}
.navBar span p{
    margin-top: -10%;
    font-size: 17px;
    color: #888;
} 
.navBar menu{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
/* Navigation bar by the left ends here */


main{
    width: 79%;
}

/* Header starts from here */
header{
    display: flex;
    justify-content: space-between;
    width: 82%;
    height: 12vh;
    align-items: center;
    padding: 0 5%;
    position: fixed;
    background-color: var(--bg-color);
    z-index: 1;
    box-shadow:  1px 4px 15px 2px rgba(165, 165, 165, 0.13);
}
header>h1{
    font-weight: 700;
    color: #344054;
    font-size: 32px;
}
header div{
    display: flex;
    width: 40%;
    justify-content: space-between;
    padding: 0 2%;
    align-items: center;
}
header div input{
    width: 85%;
    height: fit-content;
    font-size: 18px;
    padding: 1.5% 2%;
    border-radius: 8px;
    border: 1px solid #888;
}
input::placeholder{
    color: #888;
    font-size: 16px;
}
header div span img{
    width: 30px;  
    height: 30px;
    border-radius: 50%;
    border: 1px solid #888;
    padding: 15%;
}
header div span{
    position: relative;
}
header div span p{
    background-color: red;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
}:xr-overlayheader .logodiv {
    display: none;
}
header .mobile{
    display: none;
}
header .logodiv{
    display: none;
}

header .escrowhead{
    display: flex;
    gap: 36%;
    justify-content: flex-start;
    display: none;
    width: 100%;
 }


#closeMenu, .mobile{
    font-size: 24px;
    border-radius: 12px;
    height: 36px;
    width: 38px;
    border: 2px solid var(--second-bg-color);
    padding: 8px;
    background-color: var(--bg-color);
    color: #444;
    font-weight: 100;
    display: none;
    padding: 0 7px;
}

/* Header ends here */

main{
    width: 79%;
}
section{
    background-color: var(--second-bg-color);
    padding: 4%;
    width: 100%;
    height: fit-content;
    margin-top: 12vh;
}
section .container{
    background-color: white;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
     padding: 5% 4%;

}
.heading{
    width: 100%;
    display: flex;
    justify-content: start;
}
.heading span{
    width: fit-content;
    border: none;
    border-radius: 8px;
    background-color: #F8F8F8;
    padding: 10px 16px;
}
.heading span button{
    padding: 10px 50px;
background-color: white;
border-radius: 8px;
border: none;
font-size: 16px;
color: #444152;
font-weight: 500;
}
.heading span button:nth-child(2){
    background-color: transparent;
    color: #8E8AA5;
}
section .content{
    width: fit-content;
    height: fit-content;
    align-self: center;
    padding: 0;
    margin-top: 12vh;
    display: flex;
    flex-direction: column;
    gap: 20px;
    line-height: 150%;
}
.content .bx{
    padding: 0 8%;
  line-height: 250%;
}

.content h1{
    font-size: 18px;
    font-weight: 500;
    color: #4D4845;
}
.content p{
    font-size: 16px;
    font-weight: 500;
    color: #928F8B;
    line-height: 150%;
}
.content button, .content2 .col2>button{
    background-color: #076DF3;
    font-size: 14px;
    padding: 16px 0;
    width: 100%;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 400;
}
.content button:hover, .content2 .col2>button:hover{
    background-color: #6154E7;
}

.content2 {
    display: none;
    justify-content: space-between;
    text-align: start;
    padding: 5% 0;
}
.content2 .col1{
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 40%;
    margin-top: 2%;
}
.content2 .col2{
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 40%;
}
.content2 .col1 h2, .content2 .col2 h2{
    font-size: 16px;
    color: #444152;
    font-weight: 500;
    margin-bottom: 10px;
}
.content2 input, .content2 textarea, .content2 select{
    background-color: #FAFAFA;
    padding: 19px 10px;
    width: fit-content;
    border: none;
    border-radius: 8px;
    width: 100%;
}
.content2 .mmm{
    margin-top: 10vh;
}



.next nav{
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #FAFAFA;
    border-radius: 8px;
    padding: 0 14px;
}
.next nav div{
    display: flex;
    gap: 10px;
    align-items: center;
    height: fit-content;
}
.next nav img{
    border-radius: 50%;
    background-color: #6D727E33;
    width: 22px;
    height: 22px;
}
.next nav span{
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 4px;
}
.next nav h3{
    font-size: 13px;
    color: #434346;
    font-weight: 500;
}
.next p{
    font-size: 12px;
    color: #8E8AA5;
    background-color: #FAFAFA;
    padding: 10px;
    border-radius: 8px;
    margin-top: 4px;
    width: fit-content;
} 
.next b{
    color: #444152;
}
.next nav strong{
    align-items: center;
    display: flex;
    gap: 4px;
    height: 100%;
    font-size: 14px;
}
.next nav .maxbutton{
    padding: 6px 10px;
    background-color: #EAEAEA;
    font-size: 13px;
    color: #444152;
    height: fit-content;
    border-radius: 6px;
    align-self: center;
    border: none;
}
.next nav input{
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 16px;
}

.content2 .col2 .concon{
    width: 50%;
    align-self: flex-end;
}


.buyer{
    width: 100%;
    display: none;
    margin-top: 8vh;
    grid-template-columns: repeat(3, 1fr);
}
.buyer .buyer_con{
    width: 95%;
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    gap: 22px;
    box-shadow: 1px 1px 15px 1px #00000014;
    border-radius: 8px;
    position: relative;
}
.buyer .bgn{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.buyer div{
    display: flex;
    justify-content: space-between;
}
 .buyer span{
    display: flex;
    gap: 12px;
}
.buyer img{
    width: 20px;
    height: 20px;
}
.buyer span p{
    font-size: 14px;
    color: #A6A4A0;
}
.buyer .buyer_con strong{
    font-size: 18px;
    color: #0E1A3D;
    font-weight: 500;
    margin: 5px 0;
}
.buyer_con .prodg{
    width: fit-content;
    padding: 8px 9px;
    border-radius: 12px;
    border: 1px solid #1F2FDD;
    font-size: 12px;
    color: #1F7CE6;
    background-color: transparent;
}
.buyer_con .wfsd{
    width: fit-content;
    padding: 8px 9px;
    border-radius: 12px;
    border: none;
    font-size: 12px;
    color: #E6831F;
    background-color: #FFF3E8;
}

.color .prodg{
    width: fit-content;
    padding: 8px 9px;
    border-radius: 12px;
    border: 1px solid #B17A14;
    font-size: 12px;
    color: #B17A14;
    background-color: transparent;
}
.color .wfsd{
    width: fit-content;
    padding: 8px 9px;
    border-radius: 12px;
    border: none;
    font-size: 12px;
    color: #1FE672;
    background-color: #EEFFF5;
}


.buyer_con nav{
    text-align: start;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.buyer_con nav h4{
    font-size: 13px;
    color: #8E8AA5;
    font-weight: 500;
}
.buyer .info, .seller .info{
    position: absolute;
    top: 0;
    right: 0;
   width: fit-content;
    display: none;
    flex-direction: column;
    padding: 20px 10px;
    gap: 22px;
    box-shadow: 1px 1px 15px 1px #00000014;
    border-radius: 8px;
    background-color: white;
    text-align: start;
}
.buyer .info nav, .seller .info nav{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
}
.buyer .info nav div, .seller .info nav div{
    display: flex;
    gap: 10px;
    text-align: start;
    width: 100%;
    align-items: center;
}
.buyer .info nav div p, .seller .info nav div p{
    align-items: flex-start;
    width: 100%;
    font-size: 14px;
    color: #4D4845;
    font-weight: 400;
}
.buyer .info nav div h4, .seller .info nav div h4{
    align-items: flex-start;
    width: 100%;
    font-size: 14px;
    color: #C4452E;
    font-weight: 400;
}
.buyer .canc h3, .seller .canc h3{
    font-size: 15px;
    font-weight: 400;
    color: #292D32;
  align-items: flex-start;
    width: 100%;
}
.buyer .canc, .seller .canc{
    padding-top: 25px;
    border-top: 1px solid #EDEFFF;
    cursor: pointer;
}

.seller{
    padding: 4%;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    text-align: start;
}
.seller .seller_con{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 95%;
    margin-bottom: 25px;
    border-radius: 12px;
    padding: 5% 10%;
    box-shadow: 1px 1px 15px 1px #00000014;
    
    position: relative;
}
.seller_con nav{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.seller_con nav div{
    display: flex;
    align-items: centerx;
    width: 100%;
    
}
.seller_con nav h4{
    width: 35%;
    color: #8E8AA5;
    font-size: 15px;
}
.seller_con img{
    width: 20px;
    height: 20px;
}
.seller_con nav p{
    color: #0E1A3D;
    font-size: 15px;
}
.seller_con .heading{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EDEFFF;
    padding: 10px 0;
}
.seller_con .heading span:first-child{
    display: flex;
    gap: 10px;
    background-color: transparent;
    width: 100%;
}
.seller_con h2{
    color: #0E1A3D;
    font-size: 18px;
    font-weight: 500;
}
.moreimg{
    padding: 10px 5px;  
    width: fit-content;
    border: 1px solid #EDEFFF;
    border-radius: 10px;
}

.design{
    padding: 8px 16px;
    color: #B17A14;
    background-color: transparent;
    border-radius: 12px;
    border: 1px solid #B17A14;
    font-size: 14px;
}
.wfd{
    padding: 8px 16px;
    color: #E6831F;
    background-color: #FFF3E8;
    font-size: 14px;
    border-radius: 12px;
    border: none;
}














.upload{
    display: none;
    position: relative;
}
.upload .uploadmodal{
    width: 35%;
    padding: 2% 3%;
    line-height: 10%;
}
.upload h1{
    color: #0E1A3D;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid #EDEFFF;
    padding-bottom: 15px;
}
.upload .modal_content .buy_sell{
    display: flex;
    flex-direction: row;
}
.upload .buy_sell span{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.upload .buy_sell h3{
    font-size: 13px;
    color: #8E8AA5;
}
.upload .buy_sell span h5{
    color: #0E1A3D;
    font-size: 15px;
    background-color: transparent;
    border: 1px solid #E0E0DE;
    border-radius: 8px;
    padding: 12px 30px 12px 16px;
    width: fit-content;
}
.upload img{
    width: 20px;
    height: 20px;
}

.upload .upimg{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px dashed #EDEFFF;
    padding: 10%;
    margin: 6% 0;
    height: fit-content;
    width: 100%;
    position: relative;
}
.upload .upimg h2{
    color: #0E1A3D;
    font-size: 14px;
    font-weight: 500;
}
.upload .add{
    position: absolute;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #31A442;
    color: white;
    font-size: 15px;
    bottom: 26%;
    right: 10%;
    align-self: center;
}
.upload .firm{
    position: absolute;
    top: 4%;
    left: 70%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.upload .firm p{
    color: var(--bg-color);
    padding: 4px 12px;
    background-color: #076DF3;
    font-size: 10px;
    border-radius: 12px;
    width: fit-content;
}
.tyt span{
    display:flex;
    width: 100%;
    gap: 12px;
}
.tyt>div{
    background-color: var(--second-bg-color);
    padding: 16px;
    border-radius: 12px;
}
.tyt>div>nav{
    display:flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.tyt nav h2{
    color: #0E1A3D;
    font-size: 12px;
    font-weight: 500;
}
.tyt span p{
    color: #A6A4A0;
    font-size: 12px;
    font-weight: 400;
}
.tyt .barcon{
    width: 88%;
    height: 10px;
    background-color: var(--bg-color);
    border: none;
    border-radius: 12px;
    display: flex;
    justify-content: start;
}
.tyt .barcon .loadbar{
    height: 100%;
    width: 67%;
    background-color: blue;
     border: none;
    border-radius: 12px;
}
.upload .butForm{
    width: 60%;
    align-self: flex-end;
}


































.modal{
    width: 100%;
    position: fixed;
    height: 100vh;
    top: 0;
     left: 0;
    background: #1e1e1e9a;
    z-index: 10;
    display: none;
    justify-content: center;
    align-items: center;
}
.invite{
    display: none;
}
.modal_content{
    width: 26%;
    height: fit-content;
    padding: 15px;
    border-radius: 8px;
    background-color: var(--bg-color);
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.modal_content .heading{
    text-align: center;
    padding: 0px 0px 20px 0;
    border-bottom: 1px solid #F0F0F0;
}
.modal_content .heading h2{
    
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    padding: 0;
    margin: 0;
}
.modal_content div{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.modal_content p{
    font-size: 15px;
    font-weight: 500;
    color: #A6A0A0;
    line-height: 24px;
} 
.modal_content div input{
    background-color: #FAFAFA;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    height: 16px;
    width: 100%;
    padding: 20px;
    font-size: 14px;
}
.modal_content .butForm{
    flex-direction: row;
    gap: 6%;
}
.modal_content .butForm .cancelbut{
    padding: 12px 0;
    border-radius: 8px;
    border: 1px solid #BCBABA;
    background-color: var(--bg-color);
    width: 48%;
    font-weight: 500;
    transition: all 0.3s;
    font-size: 14px;
    color: #474444;
}
.modal_content .butForm .cancelbut:hover{
    font-size: 16px;
    padding: 11px 0;
    background-color: var(--second-bg-color);
}
.modal_content .butForm .genbut{
    padding: 12px 0;
    border-radius: 8px;
    border: 1px solid #BCBABA;
    background-color: #076DF3;
    color: white;
    width: 48%;
    font-weight: 500;
    transition: all 0.3s;
}
.modal_content .butForm .genbut:hover{
      font-size: 16px;
    padding: 11px 0;
    background-color: var(--main_color);
}

.confirm_account {
    display: none;
}
.confirm_account .modal_content{
    width: 30%;
    padding: 2% 1%;
}
.confirm_account .modal_content h1{
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #D0CFCF;
}
.confirm_account nav{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.confirm_account nav span {
    display: flex;
}
.confirm_account span p{
    font-size: 16px;
    color: #A6A4A0;
    text-align: start;
    width: 40%;
    font-weight: 400;
}
.confirm_account span h3{
    font-size: 16px;
    font-weight: 600;
    width: 60%;
    font-weight: 600;
}
.confirm_account .tyt p{
    font-size: 13px;
    font-weight: 500;
    color: #A6A0A0;
    width: 100%;
}
.confirm_account .tyt{
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 30px 0 0 0;
    border-top: 1px solid #EAEAEA;
}





















/* footer navigation for mobile starts here */
footer{
    display: none;
    height: fit-content;
    position: fixed;
    bottom: 0;
    z-index: 10;
     background-color:  var(--bg-color);
     width: 100%;
}

footer>.navCon{
    display: flex;
    padding: 4% 1% 5% 5%;
    justify-content: space-between;
    align-items: center;
    background-color:  var(--bg-color);
    z-index: 10;
    box-shadow:  1px 4px 15px 2px rgba(165, 165, 165, 0.185);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: fit-content;
}
footer .navCon .navItem{
    text-align: center;
    line-height: 150%;
    width: 20%;
    font-size: 14px;
}
footer .navCon .navItem:first-child p{
    font-weight: 600;
}











@media screen and (max-width: 480px){

.modal .modal_content{
        width: 80%;
    }
    .navBar .logodiv{
        display: block;
    }
    header h1{
        display: none;
    }
        header .mobile {
            display: block;
        }
        Header #mainHeader{
            display: none;
        }
        header .escrowhead{
    display: flex;
 }
    header .logodiv {
            display: block;
            width: fit-content;
        }
    footer {
            display: block;
        }
    header{
        width: 100%;
        height: 8vh;
        display: flex;
        justify-content: space-between;
        gap: 0;
    }
        header>div {
            width: 100%;
            justify-content: space-between;
        }
    header input{
        display: none;
    }

    .navBar{ 
        display: none;
        width: 65%;
        position: fixed;
        z-index: 10;
        background-color: white;
        top: 6vh;
    }
    .navBar .logodiv{
        display: none;
    }
    main{
        width: 100%;
    }
  .content2{
    flex-direction: column;
  }

  .content2 .col1, .content2 .col2{
    width: 100%;
    gap: 20px;
  }
  
.content2 .mmm{
    margin-top: 0vh;
}
.content2 .concon{
    width: 100%;
}
    .content2{
        padding-bottom: 10vh;
    }
.confirm_account .modal_content{
    padding: 5%;
    width: 95%;
}
.confirm_account .modal_content h3{
    width: 50%;
}
.buyer, .seller{
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    margin-top: 5vh;
    padding-bottom: 10vh;
}
.buyer .buyer_con, .seller .seller_con {
    width: 100%;
}
.upload{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.upload .modal_content{
    align-self: center;
    width: 100%;
    scale: 0.9;
    padding-top: 6%;
    margin-top: -10%;
}


}
@media screen and (max-width: 420px){

    
     
}

@media screen and (max-width: 378px){
   
}

@media screen and (max-width: 350px) {
 
}