* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
}

a {
    text-decoration: none;
}

.container {
    max-width: 1875px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-1 {
    width: 8.33;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}
/*   font-family: "Poppins", sans-serif; */

 /* ========-- navber --========= */
.navbar{
    background: url(../img/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    background-position: center;
    width: 100%;
   
}
nav.navbar a.logo {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
nav.navbar a.logo p {
    margin: 0px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
form.d-flex.search_section {
    min-width: 540px;
    height:40px;
    position: relative;
}
form.d-flex.search_section  input {
    background-color: #fff;
    border: solid 1px #f2f2f2;
    border-radius: 25px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
    padding-left: 20px;
    padding-right: 45px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    position: relative;
    width: 100%;
    max-width: 100%;
}
form.d-flex.search_section  input::placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
}
[type=search] {
    outline-offset: 0px !important;
}
form.d-flex.search_section button {
    padding: 0px;
    width: 35px;
    height: 35px;
    background-color: rgb(33, 150, 243);
    border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 2.5px;
    top: 2.5px;
}
form.d-flex.search_section button svg {
    width: 20px;
    height: 20px;
}
form.d-flex.search_section button svg path {
    fill: #fff;
}
/* =========-- main --=========== */
.contant{
    padding-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content:flex-start;
    gap: 20px;
    box-sizing: border-box;
}
.main{
    width: 100%;
    max-width: 70%;
    background-color: #fff;
    border-radius: 15px;
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-top: 30px;

}
.section_1 p , .section_1 h2 , .section_1 h3  , .section_1 h4 , .section_1 h5  , .section_1 h6 {
    margin: 0px;
}
.section_1 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 100%;
}
.Welcome_text p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.Welcome_text p span{
    color: #229e4b;
    font-size: 15px;
}
.section_1 .step {
    display: flex;
    flex-direction: column;
}
.section_1 .step h2 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    margin: 0px;
    font-weight: bold;
}
.prerequisites_section.step p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.runnig_project p{
    font-size: 18px;
    padding-bottom: 20px;
}
.list_section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;   
}
.list_sectionn {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;   
}
.list_sectionn li span{
    font-size: 18px;
   font-weight: 700; 
}
.list_sectionn .ex{
    padding-top: 30px;
    font-size: 16px;
}
.list_section li {
   list-style: none;
   font-size: 16px;
}
.list_section h4 {
    list-style: none;
    font-size: 1;
 }
.list_section li p{
     padding-left: 50px;
 }
 .list_section li span{
    color: #229e4b;
    font-size: 18px;
}
.list_section p span{
    color: #000;
    font-weight: 700;
}
 .list_section a {
    margin-left: 50px;
}
.list_section li a {
    font-size: 18px;
    font-weight: 600;
    color: rgb(33, 150, 243);
    text-decoration: none;
    border-bottom: solid 1px rgb(33, 150, 243);
    font-family: "Poppins", sans-serif;
}
.list_section li a:hover {
    color: #000;
    border-bottom: solid 1px #000;
}
.final_tex{
    font-size: 20px;
    font-weight: 700;
}
.final_one{
    padding-top: 10px;
    font-size: 18px;
    font-weight: 400;
}
.final_one span{
    font-size: 18px;
    font-weight: 500;
} 
.step_inner  {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.step_inner h3 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight:bold;
}
.step_inner h6 {
    padding-left: 40px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.step_inner h6 span{
    color: #229e4b;
    font-size: 16px;
    font-weight: 500;
}
.run{
    font-weight: 400;
    font-size: 14px;
}
.step_inner h1 {
    padding-left: 40px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.step_inner h1 span{
    color: #229e4b;
    font-size: 16px;
    font-weight: 500;
}
.step_inner p{
    margin-top: -15px;
    padding-left: 40px;
    color: #229e4b;
    font-family: "Source Code Pro", monospace;
    font-size: 18px;
    font-weight: 600;
}
.border{
   margin-top: 5px;
    margin-bottom: 20px;
    border: 1px solid #000000;
}
.step_inner h5 {
    padding-left: 40px;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 700;  
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.step_inner h5 span {
    color: #229e4b;
    font-family: "Source Code Pro", monospace;
    font-size: 18px;
    font-weight: 600;
}
.step_inner h4 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.step_inner h4 span {
    color: #229e4b;
}
html {
    scroll-behavior: smooth;
  }

/* ======-- side_bar --====== */

.side_bar{
    width: 100%;
    max-width: 30%;
    min-width: 30%;
    position: sticky;
    z-index: 111;
    top: 0;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    
}

.side_bar p{
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 500;
}
.sidebar_hed h2{
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 500;
}
.side_bar_section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 100%;
}
.sidebar_hed h2 {
    margin: 0px;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 500;
}
.sidebar_text {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
   
    
}
.sidebar_text a {
    font-size: 16px;
    line-height: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 12px;
    border-left: solid 5px #f2f2f2; 
    color: #000;

}
.sidebar_text a:hover {
    border-left: solid 5px  rgb(33, 150, 243);
    color: rgb(33, 150, 243);
    
}
.sidebar_text a:last-child {
    padding-bottom: 0px;
}
.sidebar_text a:first-child {
    padding-top: 0px;
}

body {
    background-color: #f2f2f2;
}
@media (max-width:991px){
    .contant {
        flex-direction: column-reverse;

    }
    .main ,.side_bar {
        max-width: 100%;
    }
    .side_bar {
        position: relative;
    }
    form.d-flex.search_section {
        min-width: 320px;
    }
}
@media (max-width:560px){
    form.d-flex.search_section {
        min-width: 100%;
    }
    nav.navbar a.logo p {
        font-size: 14px;
    }
    
    .navbar .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }
    nav.navbar a.logo {
        justify-content: center;
        align-items: center;
    }
}