/*START: MAIN */
.main-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 350px;
    flex-shrink: 0;
    
}

.main-text {
    color: var(--black-color);
    text-align: center;
    font-size: 3.4375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 100px;
    
}

/*END: MAIN */

  /* WHY-US STYLE */
  .why-us{
    background-color: var(--primary-Color);
    color: var(--bg-white);
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .why-us p{
    font-size: 30px;
  }
  .why-us h5{
    color: var(--secondary-color);
}
.profile-section p{
   
}
.profile-section h5{
    color: var(--secondary-color);
}

.text-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our-products{
    background-color: var(--bg-color);
}
.table{
    --bs-table-bg:unset;
    text-align: center;
   
}
thead, tbody, tfoot, tr, td, th{
    border-bottom: 2px solid #000;
}
.table > thead th {
    background-color: var(--primary-Color) !important;
    color:var(--bg-white) !important;
}

.img-size {
    height: 250px;

}

/* MOBILE VIEW */
@media (width<=1180px) {
    .sudan-land-img-4{
        display: none;
    }
    .sudan-land-img-3{
        position:static;
    }
    .main-text {
        font-size: 2.0rem;
        font-weight: 700;
    }
    .text-color {
        font-size: 2.0rem;
        font-weight: 700;
    }
    
    
}
@media (width<=800px) {
    
    .sudan-land-img-3 {
        position: static;
        right: 280px;
    }
    .sudan-land-img-4{
        position: static;
    }
}
@media (width<=768px) {
.sudan-land-img-1,.sudan-land-img-2,.sudan-land-img-3{
    display: none;
}
.main-div{
    justify-content: center;
}
.main-text{
    margin-top: 0px;
}
}
@media (width<=600px) {
    .container-fluid {
        margin-top: 80px;
        
    }
    .footer-info-div {
        margin-bottom: 40px;
    }
    .main-text {
        padding-top: 10px;
        text-align: center; 
        width: 100%; 
        justify-content: center;
    }
    .banner-card{
        padding: 10px 
    }
    
    .footer--top{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 500px;
        margin: 10px 10px;
        top: -120px;
    }
    .footer--items{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .there-to-serve {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /*sidebar*/
    #wrapper.toggled #sidebar {
        margin-left: 0; 
        width: 250px;
    }

    #content {
        margin-right: 250px; 
    }
}
@media (width<=550px) {
    .main-div{
        height: 200px;
    }
    .main-text {
        font-size: 1.5rem;
        font-weight: 700;
    }
    .text-color {
        font-size: 1.5rem;
        font-weight: 700;
    }
    
}
@media (width<=430px) {
.footer--top{
    width: 300px;
}

.main-text {
        font-size: 1.5rem;
        font-weight: 200;
    }
    .text-color {
        font-size: 1.0rem;
        font-weight: 700;
    }
    h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 59.52px;
    }
    .why-us p {
        font-size: 15px;
    }
    .our-area p {
        font-size: 15px;
    }
    .discover-us p {
        font-size: 15px;
    }
    .main-div{
        height: 150px;
    }
    h6, .h6 {
        font-size: 0.7rem;
    }
    
}

