@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

section[data-cattype="83002"] ul.listImage li,
section[data-cattype="83002"] ul.listImage li .wrapper_image{
    width: 150px;
    height: 112px;
    border: none;
}
section[data-cattype="83002"] ul.listImage li{  margin: 10px;}

section[data-cattype="83002"] .row {
    display: flex;
    align-items: center; /* Vertical center alignment */
  }

section[data-cattype="83002"] .title{
    font-size: 300px;
    font-family: 'Roboto';
    font-weight: bold;
    color:#f6f6f6;
    margin-right: -500px;
    margin-left: -500px;
    margin-bottom: -210px;
    margin-top: -20px;
}

section[data-cattype="83002"] #titleColumn{
    text-align: justify;
    margin-left: -80px;
    margin-right: 100px;
}

section[data-cattype="83002"] .whoweare {
    font-size: 45px;
  text-align: left;
  color: #1c1c1c;
  }

  section[data-cattype="83002"] .custom-button {
    background-color: #F7B719;
    padding: 15px 60px;
    border-radius: 40px;
    border: none;
    color: white;
    cursor: pointer;
    transition: color 0.6s ease, background-color 0.6s ease; /* Smooth transition for color and background-color */
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto';
    position: relative;
    z-index: 99;
}

section[data-cattype="83002"]  p {
    font-size: 16px;
  text-align: left;
  }

section[data-cattype="83002"] .btn.btn-lg.fadeBG {
  background: #B89B4D;
  color: #fff;
  width: 200px;
  padding: 15px 0px;
  border-radius: 10px;
  display: inline-block;
  margin-left: 0; /* aligns to left */
  transition: background .3s ease-in-out;
}

section[data-cattype="83002"] .btn.btn-lg.fadeBG:hover {
background: #6B1B1C;
}

section[data-cattype="83002"] {
  text-align: left;
}

section[data-cattype="83002"] .container-fluid.py-5 {
  padding: 0px !important;
background-color: #F5F6F8;
height: 600px;
}

section[data-cattype="83002"]  .img1 {
  width: 593px !important;
}

section[data-cattype="83002"] .container {
  width: 1600px !important;
}

section[data-cattype="83002"]  img {
    border-radius: 0px;
width: 480px;
  }

section[data-cattype="83002"] .background-frame.position-relative {
  position: relative !important;
  top: 155px;
z-index: 2;
}

section[data-cattype="83002"] .background-frame.position-relative {
  position: relative !important;
  top: 155px;
  z-index: 2;
}

section[data-cattype="83002"] .foreground-man {
  position: relative;
  top: -275px;
  left: 171px;
}

section[data-cattype="83002"] .col-lg-6.pe-lg-5 {
  padding-right: 100px !important;
padding-bottom: 80px;
}

section[data-cattype="83002"] .col-lg-6.position-relative {
  margin-top: -40px !important;
}

  @media (max-width: 1400px) {
    section[data-cattype="83002"] .title {
    font-size: 200px;
    margin-bottom: -147px;
    margin-top: -74px;
   }
    section[data-cattype="83002"] .whoweare {
    font-size: 38px;
    }
    section[data-cattype="83002"] p {
      font-size: 14px;
    }
    section[data-cattype="83002"] .custom-button {
      font-size: 14px;
    }
    section[data-cattype="83002"] .counter {
      font-size: 50px;
    }
    section[data-cattype="83002"] .description {
      font-size: 14px;
    }
  
  }

@media (max-width: 576px) {
  section[data-cattype="83002"] .container {
    width: 100% !important;
    padding: 0 15px;
  }

  section[data-cattype="83002"] .container-fluid.py-5 {
    height: auto;
    padding: 0px 0 !important;
    margin-top: -30px;
  }

  section[data-cattype="83002"] .title {
    font-size: 120px;
    margin: -60px 0 -40px;
    text-align: center;
  }

section[data-cattype="83002"] .col-lg-6.pe-lg-5 {
  padding-bottom: 0px;
}

  section[data-cattype="83002"] img {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin-top: 0px;
    position: relative;
    bottom: 15%;
  }

  section[data-cattype="83002"] .whoweare {
    font-size: 28px;
    text-align: center;
    margin: 20px 0 10px;
  }

  section[data-cattype="83002"] p {
    font-size: 14px;
    text-align: center;
    margin: 0 20px 15px;
  }

  section[data-cattype="83002"] .custom-button {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  section[data-cattype="83002"] #WhoWeAre {
    margin-top: -60px;
  }

  section[data-cattype="83002"] #numbercounter {
    margin-left: 0;
    padding: 0 20px;
    text-align: center;
  }

  section[data-cattype="83002"] .counter {
    font-size: 36px;
    font-family: 'Roboto';
  }

  section[data-cattype="83002"] .description {
    font-size: 13px;
  }

  section[data-cattype="83002"] .row {
    flex-direction: column;
    align-items: center;
  }

  section[data-cattype="83002"] .col-lg-6.pe-lg-5,
  section[data-cattype="83002"] .col-lg-6.position-relative {
    padding-right: 0 !important;
    margin-top: 0 !important;
    text-align: center;
  }

  section[data-cattype="83002"] .foreground-man {
    top: -240px;
    left: 0;
    transform: translateX(0);
  }
section[data-cattype="83002"] .background-frame.position-relative {
  top: 10px;
}

section[data-cattype="83002"] {
  text-align: left;
  height: 629px;
}
}

