* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: roboto;
}

body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#imageContent-1 {
  width: 100vw;
  position: absolute;
  top: 20vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.about-banner{
  background-image: url(images/Rectangle\ 5233.png);
  background-size: cover;
  background-attachment: fixed;
}

#imageContent-1 h2 {
  font-size: 60px;
  color: white;
  text-align: center;
  width: 50vw;
}

#imageContent-1 p {
  font-size: 20px;
  width: 50vw;
  color: white;
  text-align: center;
}

.slide .p1 {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: relative;
  top: 0vh;
}

.about-sec5d2{
    width: 250px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 10px;
}

.about-linkedin p a {
  text-decoration: none;
  color: black;
}

.slick-initialized .slick-slide {
    display: flex; 
}

.about-sec5d2 img{
    border-radius: 10px;
}

.about-sec5d2 h5{
    font-size: 20px;
    font-weight: 500;
        text-align: center;
}

.about-sec5d2 p{
    font-size: 15px;
    font-family: 600;
    color: #4B5563;
        text-align: center;
}

#about-choose-us h2{
    font-size: 54px;
    font-weight: 600;
    text-align: center;
    padding: 15px 15px;
}

.about-image{
    background-image: url(images/ai2.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
}

.about-image p{
    display: flex;
    justify-content: center;
    color: white;
    width: 80%;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    font-weight: 300;
}

.sec5d1d1-about {
  width: 90%;
  display: flex;
  gap: 10px;
}

#about-section6{
    width: 100%;
    display: flex;
    justify-content: center;
}

.about-sec6d{
    width: 90%;
    display: flex;
    justify-content: space-around;
}

.about-sec6d1{
    width: 48%;
    height: 150px;
    background-image: url(images/ai3.png);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
}

.sec6btn-abt{
    background-color: #30479D;
    width: 30%;
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-sec6d11{
    background-image: url(images/ai4.png);
}

.about-sec6d1 h2{
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 20px;
}

