* {
  /* margin: 0;
    padding: 0; */
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
.picture {
  /* background-color: red; */
  /* display: flex;
    justify-content: center;
    align-items:center ; */
  margin: 20px;
  height: 60%;
  width: 97%;
  object-fit: cover;
}
.picture img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
}
.about h2 {
  position: absolute;
  top: 300px;
  left: 500px;
  transform: translate(-50px -50px);
  font-size: 40px;
  color: white;
  font-weight: bold;
  text-transform: capitalize;
}
.partition {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120vh;
  padding: 3vmax 10vmax;
}
.left-part {
  height: fit-content;
  width: 50%;
  /* background: green; */
}
.left-part h1 {
  color: rgb(69, 67, 67);
  letter-spacing: 0.5px;
  font-size: 28px;
  font-weight: bold;
}
.left-part h1 span {
  color: #DC143C;
}
.right-part {
  height: 100%;
  width: 50%;
  padding-left: 4vmax;
  position: relative;
}
.img-1 {
  position: absolute;
  top: 18%;
  width: 150px;
  height: 150px;
}
.img-1 img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.img-2 {
  position: absolute;
  top: 48%;

  height: 300px;
  width: 350px;
}
.img-2 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.img-3 {
  position: absolute;
  top: 27%;
  left: 20%;
  height: 250px;
  width: 250px;
}
.img-3 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.cards-part {
  /* height:80%; */
  display: flex;
  justify-content: space-evenly;
  padding: 60px;
  background-color: rgba(164, 161, 161, 0.226);
}
.left-card {
  background-color: white;
  border-radius: 20px;
  justify-content: left;
  width: 22%;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* line-height: 24px; */
  padding: 30px 20px;
  box-shadow: 0 4px 8px 0 rgba(12, 12, 12, 0.303);
}
.left-card h1 {
  text-transform: capitalize;
  font-size: 31px;
  font-weight: bold;
  word-spacing: 5px;
}
.left-card p {
  font-size: 15px;
}

.left-card span {
  color: rgb(26, 179, 240);
}

.right-card {
  background-color: white;
  border-radius: 20px;
  justify-content: left;
  width: 22%;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* line-height: 24px; */
  padding: 30px 20px;
  box-shadow: 0 4px 8px 0 rgba(12, 12, 12, 0.774);
}
.right-card h1 {
  text-transform: capitalize;
  font-size: 31px;
  font-weight: bold;
  word-spacing: 5px;
}
.right-card p {
  font-size: 15px;
}

.right-card span {
  color: rgb(26, 179, 240);
}
.emoji-section {
  height: 40%;
  width: 100%;
  background-color: blue;
}
.about-desc {
  width: 60%;
  margin: 0 250px 50px 250px;
}
.desc-1 {
  /* line-height: 0px; */
}
.desc-1 span {
  color: rgb(24, 160, 214);
  font-weight: bold;
}
.desc-1 p {
  display: inline;
}

.container {
  margin: 50px auto;
  width: 90%;
  font-weight: bold;
}
.container h2 {
  color: #333;
  text-align: center;
}
.highlight {
  color: #DC143C;
  text-decoration: none;
  font-weight: bold;
}
.features {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 40px;
  margin-top: 20px;
}

.feature-icon {
  width: 110px;
  height: 110px;
  background-color: #DC143C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: white;
  font-size: 24px;
}
.feature-icon img {
  width: 70%;
  height: 70%;
  object-fit: cover;
}

.feature-title {
  font-weight: bold;
  color: #DC143C;
}
.feature-subtitle {
  color: #555;
  font-size: 14px;
}
@media (max-width: 600px) {
  h2 {
    font-size: 30px;
  }
  .features {
    flex-direction: column;
    align-items: center;
    /* gap: 140px; */
    font-size: 25px;
  }
  .feature {
    text-align: center;
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
  }
  .feature-icon {
    height: 100px;
    width: 100px;
  }
  .feature-subtitle {
    color: rgba(60, 58, 58, 0.79);
    font-size: 25px;
    font-weight: bold;
  }
}

@media screen and (max-width: 514px) {
  .partition {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px;
    margin-top: -14vh;
  }
  .imgcnt {
    margin-top: 6vh;
  }
  .right-part {
    width: 100%;
    height: 600px; /* Increased height to accommodate all images */
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    overflow: visible; /* Allow images to overflow */
  }

  .right-part .img-1 img {
    height: 150px;
    width: 150px;
    border-radius: 15px;
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
  }

  .right-part .img-2 img {
    height: 200px;
    width: 200px;
    border-radius: 15px;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
  }

  .right-part > .img-3 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .img-3 {
    position: absolute;

    top: 30%;
    right: 5%;
    width: 200px;
    height: 200px;
  }
  .left-part {
    width: 100%;
    padding: 10px;
  }

  .left-part h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
  }

  .cards-part {
    flex-direction: column;
    gap: 4vmax;
    padding: 4vmax;
  }
  .left-card {
    width: 100%;
  }

  .about-desc {
    width: 100%;
    margin: 0;
    padding-bottom: 50px;
    /* padding: 4vmax; */
  }

  .right-card {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .imganimatorabt {
    margin-top: -24%;
  }

  .right-part {
    width: 100%;
    height: 600px; /* Increased height to accommodate all images */
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    overflow: visible; /* Allow images to overflow */
  }

  .right-part .img-1 img {
    height: 150px;
    width: 150px;
    border-radius: 15px;
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
  }

  .right-part .img-2 img {
    height: 200px;
    width: 200px;
    border-radius: 15px;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
  }

  .right-part > .img-3 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .img-3 {
    position: absolute;

    top: 30%;
    right: 5%;
    width: 200px;
    height: 200px;
  }
  .left-part {
    width: 100%;
    padding: 10px;
  }

  .left-part h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
  }

  .cards-part {
    flex-direction: column;
    gap: 4vmax;
    padding: 4vmax;
  }
  .left-card {
    width: 100%;
  }

  .about-desc {
    width: 100%;
    margin: 0;
    /* padding: 4vmax; */
  }

  .right-card {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #menu.active {
    position: fixed;
    top: 70px;
    left: 0px;
    width: 103%;
    height: auto;
    background: white;
    z-index: 999;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .right-part {
    width: 100%;
    height: 600px; /* Increased height to accommodate all images */
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    overflow: visible; /* Allow images to overflow */
  }

  .right-part .img-1 img {
    height: 150px;
    width: 150px;
    border-radius: 15px;
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
  }

  .right-part .img-2 img {
    height: 200px;
    width: 200px;
    border-radius: 15px;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
  }

  .right-part > .img-3 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .img-3 {
    position: absolute;

    top: 30%;
    right: 5%;
    width: 200px;
    height: 200px;
  }
  .left-part {
    width: 100%;
    padding: 10px;
  }

  .left-part h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }

  .cards-part {
    flex-direction: column;
    gap: 4vmax;
    padding: 4vmax;
  }
  .left-card {
    width: 100%;
  }

  .about-desc {
    width: 100%;
    margin: 0;
    /* padding: 4vmax; */
  }

  .right-card {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .imgcntnrabt {
    margin-top: 190px;
  }
}
@media screen and (max-width: 375px) {
  .imgcntnrabt {
    margin-top: 175px;
  }
}
@media screen and (max-width: 320px) {
  .imgcntnrabt {
    margin-top: 160px;
  }
}