#hero .content,
.hero-two {
  padding-inline: 100px;
}
.heading-big,
.hero-two .heading {
  font-style: normal;
  font-weight: 600;
}
#hero,
#port .port-item .img-wrap {
  overflow: hidden;
}
#backdrop,
#navbar {
  opacity: 1;
}
#hero {
  height: max-content;
  margin-top: 180px;
}
#hero img {
  object-position: center center;
  object-fit: cover;
  height: 650px;
}
.hero-two img {
  object-fit: cover;
  object-position: center;
}
.hero-two {
  display: flex;
  margin-top: 160px;
  justify-content: space-between;
}
.hero-two .heading {
  font-size: 45px;
  line-height: 144.5%;
  text-align: right;
}
.hero-two .row-wrap {
  width: 100%;
}
.hero-two #description {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 144.5%;
  text-align: right;
}
.hero-two #designation {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 144.5%;
  text-align: right;
}
body {
  overflow-y: scroll;
}
.heading-big {
  text-transform: capitalize;
  font-size: 64px;
  line-height: normal;
  margin-bottom: 25px;
}
#hero .form-wrap .heading,
#hero .text-wrap,
.heading-small {
  font-weight: 500;
  font-style: normal;
}
.heading-small {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: normal;
}
#port {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 80px;
}
#port .one,
#port .three,
#port .two {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
#port .one .img-wrap img,
#port .three .img-wrap img {
  height: 263.963px;
  object-fit: cover;
}
#port .port-item .img-wrap img {
  transition: 0.3s ease-in-out;
}
#port .port-item:hover .img-wrap img {
  transform: scale(1.05);
}
#port .two .img-wrap img {
  height: 386.201px;
  object-fit: cover;
}
.port-item .heading {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-block: 10px 5px;
}
.port-item .description {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.port-item .designation {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
#footer {
  margin-top: 170px;
  background: #fafafa;
}
#hero .text-wrap {
  color: #fff;
  font-size: 64px;
  line-height: 119.8%;
  flex-basis: 55%;
  width: 55%;
}
.hero-one .text-wrap img {
  height: 729.26px;
  object-fit: contain;
}
.hero-two .text-wrap img {
  height: 697.092px;
  object-fit: contain;
}
#hero .form-wrap {
  flex-basis: 45%;
  width: 45%;
}
#hero .form-wrap .heading {
  font-size: 64px;
  line-height: 119.8%;
  margin-bottom: 37px;
}
#hero .form-wrap .description {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.5%;
}
#hero .form-wrap .designation {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.5%;
}
#cta-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: static;
}
#cta-form .heading {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-container {
  flex: 1;
  padding: 20px;
}
.image-container {
  position: relative;
  width: 300px;
  height: 300px;
}
.center-image,
.circle-image {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}
.center-image {
  width: 170px;
  height: 170px;
  transform: translate(-50%, -50%);
}

.circle-image {
  width: 112px;
  height: 112px;
  transform: translate(-50%, -50%) rotate(0) translate(190px) rotate(0);
  transition: 0.3s;
  filter: grayscale(1);
}

.circle-image:hover {
  width: 160px;
  height: 160px;
  filter: grayscale(0);
}

/* Adjusting the positions to accommodate 10 images */
.circle-image:nth-child(2) {
  transform: translate(-50%, -50%) rotate(36deg) translate(210px) rotate(-36deg);
}
.circle-image:nth-child(3) {
  transform: translate(-50%, -50%) rotate(72deg) translate(210px) rotate(-72deg);
}
.circle-image:nth-child(4) {
  transform: translate(-50%, -50%) rotate(108deg) translate(210px)
    rotate(-108deg);
}
.circle-image:nth-child(5) {
  transform: translate(-50%, -50%) rotate(144deg) translate(210px)
    rotate(-144deg);
}
.circle-image:nth-child(6) {
  transform: translate(-50%, -50%) rotate(180deg) translate(210px)
    rotate(-180deg);
}
.circle-image:nth-child(7) {
  transform: translate(-50%, -50%) rotate(216deg) translate(210px)
    rotate(-216deg);
}
.circle-image:nth-child(8) {
  transform: translate(-50%, -50%) rotate(252deg) translate(210px)
    rotate(-252deg);
}
.circle-image:nth-child(9) {
  transform: translate(-50%, -50%) rotate(288deg) translate(210px)
    rotate(-288deg);
}
.circle-image:nth-child(10) {
  transform: translate(-50%, -50%) rotate(324deg) translate(210px)
    rotate(-324deg);
}

/* .circle-image {
  width: 112px;
  height: 112px;
  transform: translate(-50%, -50%) rotate(0) translate(190px) rotate(0);
  transition: 0.3s;
  filter: grayscale(1);
}
.circle-image:hover {
  width: 160px;
  height: 160px;
  filter: grayscale(0);
}
.circle-image:nth-child(2) {
  transform: translate(-50%, -50%) rotate(51.43deg) translate(210px)
    rotate(-51.43deg);
}
.circle-image:nth-child(3) {
  transform: translate(-50%, -50%) rotate(102.86deg) translate(210px)
    rotate(-102.86deg);
}
.circle-image:nth-child(4) {
  transform: translate(-50%, -50%) rotate(154.29deg) translate(210px)
    rotate(-154.29deg);
}
.circle-image:nth-child(5) {
  transform: translate(-50%, -50%) rotate(205.71deg) translate(210px)
    rotate(-205.71deg);
}
.circle-image:nth-child(6) {
  transform: translate(-50%, -50%) rotate(257.14deg) translate(210px)
    rotate(-257.14deg);
}
.circle-image:nth-child(7) {
  transform: translate(-50%, -50%) rotate(308.57deg) translate(210px)
    rotate(-308.57deg);
} */

.center-image {
  width: 170px;
  height: 170px;
  transform: translate(-50%, -50%);
}

.circle-image {
  width: 112px;
  height: 112px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  filter: grayscale(1);
  transition: 0.3s;
}

.circle-image:hover {
  width: 140px;
  height: 140px;
  filter: grayscale(0);
}

/* Positioning the images at every 36 degrees around the center */
.circle-image:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg) translate(220px) rotate(-0deg);
}

.circle-image:nth-child(3) {
  transform: translate(-50%, -50%) rotate(40deg) translate(220px) rotate(-40deg);
}

.circle-image:nth-child(4) {
  transform: translate(-50%, -50%) rotate(80deg) translate(220px) rotate(-80deg);
}

.circle-image:nth-child(5) {
  transform: translate(-50%, -50%) rotate(120deg) translate(220px)
    rotate(-120deg);
}

.circle-image:nth-child(6) {
  transform: translate(-50%, -50%) rotate(160deg) translate(220px)
    rotate(-160deg);
}

.circle-image:nth-child(7) {
  transform: translate(-50%, -50%) rotate(200deg) translate(220px)
    rotate(-200deg);
}

.circle-image:nth-child(8) {
  transform: translate(-50%, -50%) rotate(240deg) translate(220px)
    rotate(-240deg);
}

.circle-image:nth-child(9) {
  transform: translate(-50%, -50%) rotate(280deg) translate(220px)
    rotate(-280deg);
}

.circle-image:nth-child(10) {
  transform: translate(-50%, -50%) rotate(320deg) translate(220px)
    rotate(-320deg);
}

.circle-image:nth-child(11) {
  transform: translate(-50%, -50%) rotate(360deg) translate(220px)
    rotate(-360deg);
}

@media (max-width: 1440px) {
  .hero-one .text-wrap img {
    height: auto;
    width: 80%;
  }
  .center-image {
    position: absolute;
    width: 120px;
    height: 120px;
  }
  #hero .form-wrap .description,
  .hero-two #description {
    font-size: 22px;
  }
  #hero .form-wrap .designation,
  .hero-two #designation {
    font-size: 22px;
  }
  #hero .text-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .center-image {
    width: 170px;
    height: 170px;
    transform: translate(-50%, -50%);
  }

  .circle-image {
    width: 112px;
    height: 112px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    filter: grayscale(1);
    transition: 0.3s;
  }

  .circle-image:hover {
    width: 120px;
    height: 120px;
    filter: grayscale(0);
  }
  .circle-image:nth-child(2) {
    transform: translate(-50%, -50%) rotate(0deg) translate(220px) rotate(-0deg);
  }

  .circle-image:nth-child(3) {
    transform: translate(-50%, -50%) rotate(40deg) translate(220px)
      rotate(-40deg);
  }

  .circle-image:nth-child(4) {
    transform: translate(-50%, -50%) rotate(80deg) translate(220px)
      rotate(-80deg);
  }

  .circle-image:nth-child(5) {
    transform: translate(-50%, -50%) rotate(120deg) translate(220px)
      rotate(-120deg);
  }

  .circle-image:nth-child(6) {
    transform: translate(-50%, -50%) rotate(160deg) translate(220px)
      rotate(-160deg);
  }

  .circle-image:nth-child(7) {
    transform: translate(-50%, -50%) rotate(200deg) translate(220px)
      rotate(-200deg);
  }

  .circle-image:nth-child(8) {
    transform: translate(-50%, -50%) rotate(240deg) translate(220px)
      rotate(-240deg);
  }

  .circle-image:nth-child(9) {
    transform: translate(-50%, -50%) rotate(280deg) translate(220px)
      rotate(-280deg);
  }

  .circle-image:nth-child(10) {
    transform: translate(-50%, -50%) rotate(320deg) translate(220px)
      rotate(-320deg);
  }

  .circle-image:nth-child(11) {
    transform: translate(-50%, -50%) rotate(360deg) translate(220px)
      rotate(-360deg);
  }

  #hero .form-wrap .heading,
  .hero-two .heading {
    font-size: 34px;
  }
  #hero {
    margin-top: 150px;
  }
}
@media (max-width: 1320px) {
  #hero .content,
  .hero-two {
    padding-inline: 50px;
  }
  #hero .form-wrap .heading,
  .hero-two .heading {
    font-size: 36px;
    margin-bottom: 20px;
  }
  #hero .form-wrap .description,
  .hero-two #description {
    font-size: 20px;
  }
  #hero .form-wrap .designation,
  .hero-two #designation {
    font-size: 20px;
  }
  .hero-two {
    display: flex;
    margin-top: 160px;
    justify-content: space-between;
  }
  .heading-big {
    text-transform: capitalize;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
  }

  .circle-image {
    width: 80px;
    height: 80px;
  }

  .center-image {
    width: 120px;
    height: 120px;
  }
  .circle-image:hover {
    width: 60px;
    height: 60px;
  }
  .circle-image:nth-child(2) {
    transform: translate(-50%, -50%) rotate(0deg) translate(160px) rotate(-0deg);
  }

  .circle-image:nth-child(3) {
    transform: translate(-50%, -50%) rotate(40deg) translate(160px)
      rotate(-40deg);
  }

  .circle-image:nth-child(4) {
    transform: translate(-50%, -50%) rotate(80deg) translate(160px)
      rotate(-80deg);
  }

  .circle-image:nth-child(5) {
    transform: translate(-50%, -50%) rotate(120deg) translate(160px)
      rotate(-120deg);
  }

  .circle-image:nth-child(6) {
    transform: translate(-50%, -50%) rotate(160deg) translate(160px)
      rotate(-160deg);
  }

  .circle-image:nth-child(7) {
    transform: translate(-50%, -50%) rotate(200deg) translate(160px)
      rotate(-200deg);
  }

  .circle-image:nth-child(8) {
    transform: translate(-50%, -50%) rotate(240deg) translate(160px)
      rotate(-240deg);
  }

  .circle-image:nth-child(9) {
    transform: translate(-50%, -50%) rotate(280deg) translate(160px)
      rotate(-280deg);
  }

  .circle-image:nth-child(10) {
    transform: translate(-50%, -50%) rotate(320deg) translate(160px)
      rotate(-320deg);
  }

  .circle-image:nth-child(11) {
    transform: translate(-50%, -50%) rotate(360deg) translate(160px)
      rotate(-360deg);
  }
}
@media (max-width: 1199px) {
  #hero .content {
    padding-inline: 30px;
  }

  .circle-image:hover {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 991px) {
  .text-container {
    padding-inline: 0 40px;
  }
  #hero {
    margin-top: 130px;
  }

  .hero-two .row-wrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 100px;
  }

  .hero-two .text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-two #description {
    text-align: left;
  }

  .hero-two #designation {
    text-align: left;
  }

  .text-container {
    width: 100%;
  }

  #hero .form-wrap .description,
  .hero-two #description {
    font-size: 18px;
  }
  #hero .form-wrap .designation,
  .hero-two #designation {
    font-size: 18px;
  }
  
  #hero .content {
    padding-inline: 20px;
  }
  .heading-big {
    text-transform: capitalize;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
  }
  .hero-two {
    display: flex;
    padding-inline: 30px;
    justify-content: space-between;
    margin-top: 90px;
  }
  #hero .form-wrap .heading,
  .hero-two .heading {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 500;
  }

  #footer {
    margin-top: 100px;
    background: #fafafa;
  }
}
@media (max-width: 767px) {
  .circle-image:hover {
    width: 75px;
    height: 75px;
  }
  .image-container {
    position: relative;
    width: 250px;
    height: 250px;
  }
  #hero {
    margin-top: 140px;
    flex-direction: column;
  }
  #hero .form-wrap,
  #hero .text-wrap {
    flex-basis: 100%;
    width: 100%;
  }
  .hero-one .text-wrap {
    margin-bottom: 30px;
  }
  .row > * {
    padding: 0;
  }
  .hero-one .text-wrap img {
    height: auto;
    width: 100%;
  }
  #hero .form-wrap .heading,
  .hero-two .heading {
    font-size: 28px;
    margin-bottom: 15px;
    text-align: left;
  }
  #hero .form-wrap .description,
  .hero-two #description {
    text-align: left;
    font-size: 16px;
  }
  #hero .form-wrap .designation,
  .hero-two #designation {
    text-align: left;
    font-size: 16px;
  }
  .text-container {
    padding: 0;
    margin-top: 60px;
  }
  .hero-two .row-wrap {
    flex-direction: column-reverse;
  }
  .hero-two .text-container {
    margin-top: 20px;
  }

  .circle-image {
    width: 70px;
    height: 70px;
  }

  .center-image {
    width: 120px;
    height: 120px;
  }
  .circle-image:hover {
    width: 90px;
    height: 90px;
  }
  .circle-image:nth-child(2) {
    transform: translate(-50%, -50%) rotate(0deg) translate(140px) rotate(-0deg);
  }

  .circle-image:nth-child(3) {
    transform: translate(-50%, -50%) rotate(40deg) translate(140px)
      rotate(-40deg);
  }

  .circle-image:nth-child(4) {
    transform: translate(-50%, -50%) rotate(80deg) translate(140px)
      rotate(-80deg);
  }

  .circle-image:nth-child(5) {
    transform: translate(-50%, -50%) rotate(120deg) translate(140px)
      rotate(-120deg);
  }

  .circle-image:nth-child(6) {
    transform: translate(-50%, -50%) rotate(160deg) translate(140px)
      rotate(-160deg);
  }

  .circle-image:nth-child(7) {
    transform: translate(-50%, -50%) rotate(200deg) translate(140px)
      rotate(-200deg);
  }

  .circle-image:nth-child(8) {
    transform: translate(-50%, -50%) rotate(240deg) translate(140px)
      rotate(-240deg);
  }

  .circle-image:nth-child(9) {
    transform: translate(-50%, -50%) rotate(280deg) translate(140px)
      rotate(-280deg);
  }

  .circle-image:nth-child(10) {
    transform: translate(-50%, -50%) rotate(320deg) translate(140px)
      rotate(-320deg);
  }

  .circle-image:nth-child(11) {
    transform: translate(-50%, -50%) rotate(360deg) translate(140px)
      rotate(-360deg);
  }
}
