@import url('https://fonts.googleapis.com/css2?family=Changa:wght@400;500;600;700;800&display=swap');


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Changa', sans-serif;
}


.card1 {
  margin-top: 50px;
  background-color: #253d55;
  height: 500px;
  border-radius: 35px;
}

.brand_side {
  margin-right: -10px;
  margin-top: -2px;
  padding: 0;
  width: 110%;
  height: 502px;
  background-color: rgb(255, 255, 255);
  border-radius: 35px;
  text-align: center;
}

.brand_side img {
  margin-top: 50px;
  margin-bottom: 5px;
  width: 250px;
  height: 250px;
  background-size: cover;
  border-radius: 50%;
}

.brand_side h2 {
  font-weight: 700;
}

.fragment_company {
  text-align: center;
  color: white;
  margin: 25px;
  margin-top: 55px;
}

.fragment_company textarea {
  font-size: 18px;
  background: none;
  border: none;
  width: 90%;
  height: 300px;
  max-height: 300px;
  max-width: 750px;
  text-align: right;

  resize: none;
  color: white;
}

.fragment_company textarea:focus,
.fragment_company textarea:active {
  outline: none;
  border-color: transparent;
}

.fragment_company textarea::-webkit-scrollbar {
  width: 5px;
}

.fragment_company textarea::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px white;
  border-radius: 10px;
}

.fragment_company textarea::-webkit-scrollbar-thumb {
  background: #fcff2f50;
  border-radius: 10px;
}

.fragment_company textarea::-webkit-scrollbar-thumb:hover {
  background: #fcff2f7a;
  border-radius: 10px;
}

.fragment_company h3 {
  color: yellow;
}

.card1 .about_us_section{
  display: flex;
}

@media screen and (max-width: 1000px) {
  .fragment_company {
    display: block;
    text-align: center;
    color: white;
    margin: auto;
    margin-top: -110px;
    background-color: #253d55;
    width: 105%;
    border-radius: 15px;
    padding: 30px;
  }

  .teams_h1 {
    text-align: center;
    margin-top: 450px !important;
  }

  .fragment_company textarea {
    font-size: 18px;
    max-height: 500px;
    overflow: auto;
    text-align: right;
  }


  .prodect_section {
    padding: 60px 0;
  }

  .team_company {
    margin-top: 380px !important;
  }

  .brand_side {
    padding: 10px;
    width: 105%;
    margin: auto;
    height: 503px;
    background-color: rgb(255, 255, 255);
    border-radius: 35px;
    text-align: center;
  }
  .brand_side img {
    margin-top: 0;
    margin-bottom: 5px;
    width: 250px;
    height: 250px;
    background-size: cover;
  }
  .card1 {
    margin-top: 50px;
    background-color: transparent;
    height: 500px;
    border-radius: 35px;
  }

.card1 .about_us_section{
  flex-direction: column;
  width: 90%;
  margin:0 auto 150px auto;
}
}