body{
    padding: 0;
    margin: 0;
    background-color: var(--background);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: max-content
}
:root{
    --text_clr_header:#9ba3b4;
    --heading_color:#e9eaeb;
    --background:#0e0e0e;
    --title_clr:#ffffff;
    --hyperlinks:#4daafc;
    --hover-header:#ffffff;
    --border:rgba(255, 255, 255, 0.12);
    --border-bg:rgba(255, 255, 255, 0.04);
    --hover-border:rgba(255, 255, 255, 0.2);
    --icon-bg:rgba(255, 255, 255, 0.07);
}

.light-theme{
    --text_clr_header: #333333;
    --background: #ffffff;
    --heading_color:#242424;
    --title_clr:#333333;
    --hyperlinks:#005fb8;
    --hover-header:#242424;
    --border:rgba(0, 0, 0, 0.10);
    --border-bg:rgba(0, 0, 0, 0.01);
    --icon-bg:var(--border);
    --hover-border:rgba(52, 48, 48, 0.2);
}

.version-text{
    color: var(--text_clr_header);
}

.nav-list{
    color: var(--text_clr_header);
    list-style: none;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
}

.heading-vs{
    color: var(--heading_color);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.2;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.header-container{
    display: flex;
    padding-top: 1.3rem;
    padding-left: 7rem;
    padding-right: 4.8rem;
    gap: 0.6rem;
    background-color: var(--background);
    padding-bottom: 1rem;
    border-bottom: transparent;
}

.sticky{
    position: sticky;
    top: 0;
    
}


.list-cont{
    display: flex;
    gap: 1.6rem;
    padding-left: 1.4rem;
    padding-top: 0.11rem;
    
}

.nav-list:hover{
    color: var(--hover-header);
}

.download-btn:hover{
    background-color: #0a5c9a;
    cursor: pointer;
}

.icon-header{
    width: 1.5rem;
    height: 1.5rem;
}

.search-cont{
    display: flex;
    padding-left: 14rem;
    gap: 0.7rem;
}

.download-btn{
    color: #ffffff;
    background-color: #0078d4;
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight:500;
    line-height: 100%;
} 

.search-bar{
    line-height: 100%;
    padding: 10px 16px 8px 35px;
    border: 1px solid var(--border);
    background-color: var(--background);
    border-radius: 5px;
    background-image: url(https://code.visualstudio.com/assets/icons/search-dark.svg);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 200px;
}

.search-bar::placeholder{
    font-size: 14px;
    color: var(--text_clr_header);
    font-weight: 200;
}

.version-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-size: 13.5px;
    font-weight: 600;
    width: 100%;
    height: 2.5rem;
}
.hyper-links{
    color: var(--hyperlinks);
    text-decoration: underline;
    cursor: pointer;
}

.mid-cont{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    color: var(--text_clr_header);
    padding-left: 5rem;
    padding-right: 4.5rem;
    gap:6rem;
    border-bottom: 1px solid var(--border);
    padding-bottom: 7rem;
}
.right-sec img{
    width: 780px;
    height: 500px;
    
}

.left-sec{
    display: flex;
    flex-direction: column;
    margin-top:25px;
    
}

.left-title{
    font-size: 49px;
    font-weight: 550;
    color: var(--title_clr);
    padding-top: 5px;
    letter-spacing: 1.5px;
    line-height:60px ;
}

.free{
    border: 1px solid var(--border);
    font-size: 13.4px;
    color: var(--text_clr_header);
    background-color: var(--border-bg);
    padding: 9px 15px;
    width: max-content;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 35px;
}

.dw-w{
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
    
}

.links-dw{
    font-size: 15px;
    font-weight: 600px;
    padding-top: 7px;
}

.license-text{
    font-size:11px;

}

#toggle-icon{
    width: 22px;
    height: 22px;
    padding-top: 7px;
    cursor: pointer;
}

#cancel{
    width: 10px;
    height: 10px;
    margin-right: 2.3rem;
    cursor: pointer;
}
.version-text{
    margin-left: 30rem;
}

.grid-icon{
    width: 40px;
    height: 40px;
    padding-top: 5px;
}

.heading2{
    color: var(--title_clr);
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 30px;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.h2-desc{
    color: var(--text_clr_header);
    font-size: 16px;
    width: 350px;
    text-align: left;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.div2-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 8rem;
    padding-right: 10rem;
    padding-top: 3rem;
    margin-bottom: 2rem;
}

.icon-desc{
    font-size: 16px;
    color: var(--text_clr_header);
}

.skill-cont{
    flex:1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    
    padding-top: 3rem;
    
}

.desc-desc{
    flex: 1;
   padding-top: 1.5rem;
   
}

.skill-mini{
    display: flex;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important;
    gap:0.5rem;
    padding-right: 5rem;
    padding-left: 5rem;
    
}

.desc-line-height{
    line-height: 2;
}

.copilot-img{
    height: 400px;
}

.box-img{
    height: 45px;
    width: 45px;
}

.box-element-heading{
    color: var(--heading_color);
    font-size: 16px;
    padding-top: 8px;
}

.box-element-desc{
    color: var(--text_clr_header);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.box-desc-cont{
    display: flex;
    flex-direction:column;
    row-gap: 5px;
}
.box-element{
    display: flex;
    gap: 0.8rem;
    border: 1px solid var(--border-bg);
    height: 70px;
    width: 230px;
    padding:15px;
    background-color: var(--border-bg);
    border-radius: 8px;

}

.box-grid{
    row-gap: 1rem;
    column-gap: 1rem;
    padding-left: 5rem;
    padding-top: 11rem;
}

.marketplace-txt{
    color: var(--text_clr_header);
    font-size: 14px;
    text-align: right;
    padding-right: 21rem;
}

.translucent{
    opacity: 0.3;
}

.translucent2{
    opacity: 0.5;
}

.box-element:hover{
    border-color: var(--hover-border);
    cursor: pointer;
}

.rich{
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.rich-text{
    font-size: 16px;
    color: var(--text_clr_header);
    width: 500px;
    
}

.last-element-img{
    width: 25px;
    height: 25px;
}

.last-element-div{
    padding: 12px;
    background-color: var(--icon-bg);
    display: inline-block;
    border-radius: 2px;
    
}

.feature-card-div{
    background-color: var(--border-bg);
    border: 1px solid var(--icon-bg);
    border-radius: 13px;
   padding:20px;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   cursor: pointer;
}

.feature-card-div:hover{
    border-color: var(--hover-border);
}

.main-last-cont{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 1rem;
   column-gap: 1rem;
   padding:6rem;
   padding-top: 3rem;
}

.card-heading{
    color: var(--heading_color);
    font-size: 16px;
    font-weight: 600;
}
.card-desc{
    color: var(--text_clr_header);
    font-size: 14px;
line-height: 1.8;
}

.social-icon{
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.social-x{
    width: 20px;
    height: 20px;
    padding-bottom: 2px;
    cursor: pointer;
}
.main-socials{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding-left: 6rem;
    padding-top: 3px;
}
.socials{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.8rem;
    column-gap: 1rem;
}

.ms{
    padding-right: 6rem;
    cursor: pointer;
}
.footer-text-cont{
    display: flex;
    column-gap: 2rem;
    padding-left: 6rem;
}
.footer-text{
    color: var(--text_clr_header);
    font-size: 12px;
    margin-bottom: 4rem;
    cursor: pointer;
}