
       .sec1{
        max-width: 1500px;
        margin: auto;
        height: 400px;
        background:linear-gradient(to right,rgba(0, 0, 0, 0.489),rgba(0, 0, 0, 0.554)), url(image/about.html\ us\ 3.avif);
        background-position: center;
        background-size: 100% 100%;
        text-align: center;
        padding-top: 250px;
        color: white;
        font-size: 40px;
    }
    
     
     .sec6{
        max-width: 1500px;
        margin: auto;
        /* margin-top: 70px; */
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        /* background:linear-gradient(to right,rgba(255, 255, 255, 0.045),rgba(4, 70, 90, 0.385)), url(image/home\ about.jpg); */
        background-position: center;
        background-size: 100% 100%;
        padding-top: 50px;

    
      }
    .sec6-about{
      width: 43%;
      /* background: #000; */
      padding: 30px 20px;
      padding-left: 0;
      margin-top: 35px;
    }
    .sec6-about h4{
      margin-top: 10px;
      font-size: 22px;
      color: #020d3b;
    }
    .sec6-about p{
      color: #020d3b;
      font-size: 20px;
      font-weight: bold;
      
    }
    .sec6-about .p-text{
      color: black;
      margin-top: 20px;
      font-weight: 400;
    }
    .sec6-about h3{
      color: #000000e6;
      font-size: 30px;
      font-weight: 600;
      margin-top: 20px;
    }
    .sec6-about button{
      padding: 8px 25px;
      margin-top: 20px;
      font-weight: bold;
      color: #0c0c0cce;
      border: 1px solid rgba(0, 0, 0, 0.545);
      border-radius: 20px;
      background: transparent;
    }
    .sec6-about button:hover{
      cursor: pointer;
    }
    
    .about-img{
      width: 45%;
      padding-top: 100px;
      filter: brightness(0.9);
      /* background-color: #000000; */
    }
    .about-img img{
      width: 60%;
      height: 300px;
      z-index: 5;
      margin-top: -250px;
      margin-left: 100px;
      position: relative;
      border-radius:  0 100px 0 0;
    }

    .sec6-box2{
      width: 50%;
      margin-left: 260px;
      height: 200px;
      /* margin-top: 100px; */
      border-radius:  0 0 50px  0;
      background-color: #054855;
    }
    .sec6-box3{
      width: 60%;
      /* margin-left: 200px; */
      height: 250px;
      margin-top: -150px;
      border-radius:   50px 0 100px 0;
      background-color: #66cac9;
      z-index: 3;

    }

    .about{
      max-width: 1500px;
      margin: auto;
      padding: 30px;
      margin-top: -50px;
    }
    .about p{
      margin-top: 10px;
      font-size: 20px;

    }


    

.sec7{
    max-width: 1500px;
    margin: auto;
    padding: 50px 20px;
    justify-content: center;
    text-align: center;
  
  }
  .sec7 h1{
    font-size: 45px;
    color: rgb(5, 3, 84);
  }
  
  .sec7 p{
    font-size: 25px;
    margin-top: 10px;
  }
  
  .sec7-container{
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  
  }
  .sec7-container .box{
    width: 300px;
    height: 320px;
    padding: 40px 20px;
    border-radius: 10px;
    background-color: rgba(5, 52, 78, 0);
    box-shadow: 0 0 10px rgb(222, 222, 222);
    border-bottom: 10px solid rgb(1, 1, 79);
    /* border-top: 10px solid rgba(169, 15, 7, 0.746); */
  }
  .sec7-container .box h2{
    font-size: 25px;
  
  }
  .sec7-container .box p{
    font-size: 20px;
  }
  
  


    @media screen and (max-width: 900px) {

.sec1{
    background-size: 150% 100%;
    font-size: 30px;
}

.sec1 h1{
  font-weight: 400;
}

        .sec6{
            width: 100%;
            padding: 0;
        }
        .sec6-about{
            width: 100%;
            padding: 30px 20px;
        }
    
        .sec6-text{
            width: 100%;
        }
        .sec6-about h3{
          font-size: 25px;
        }
        .sec6-about h4{
          font-size: 15px;
        }
    
        .sec6-about p{
          font-size: 15px;
        }
    
        .about-img{
            width: 100%;
            margin-left: 30px;
          }
          .about{
            padding: 20px;
          }
          .about p{
            font-size: 15px;
          }



        .sec6-box2{
            height: 150px;
            margin-left: 160px;
            margin-top: 50px;
        }
        .sec6-box3{
            height: 200px;
            margin-left: -20px;
        }
        .about-img img{
            width: 70%;
            margin-left: 40px;
            height: 250px;
        }
        
        
    
        .sec6-text{
            width: 100%;
        }
    
    
        .about .img{
            width: 100%;
          }
        
          .about .img1{
            height: 250px;
            margin-left: 50px;
        }
        .about .img2{
            height: 150px;
            margin-left: 120px;
        }
        
        
        .about .text{
          width: 100%;
        }
        .sec7 h1{
          font-size: 35px;
          font-weight: 400;
        }



    }


