.logo-types-outer-container {
  margin: 4%;
}

.logo-types-heading {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.logo-types-card-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  place-content: center;
}


.logo-types-card {
  width: 22.75%;
  margin-right: 3%;
  border-radius: 10px;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  place-content: center;
}


.logo-types-card:nth-child(4) {
  margin-right: 0%;
}

.logo-types-card-outerContainer {
  margin: 6%;
}

.logo-types-img4 {
  padding: 6%;
}

.logo-types-img3 {
  padding: 6% !important;
}

.logo-types-img2 {
  padding: 6% !important;
}

.logo-types-img1 {
  padding: 5% !important;
}

.logo-types-card-title {
  margin-bottom: 3%;
  font-size: 20px;
}

@media (max-width: 900px) and (min-width: 600px) {
  .logo-types-img4 {
    padding: 6%;
  }

  .logo-types-img3 {
    padding: 6% !important;
  }

  .logo-types-img2 {
    padding: 6% !important;
  }

  .logo-types-img1 {
    padding: 5% !important;
  }

  .logo-types-card {
    height: 187px;
  }

  .logo-types-card-outerContainer {
    margin: 6% 2%;
  }

  .logo-types-outer-container {
    margin: 2%;
  }
}

@media (max-width: 1200px) and (min-width: 901px) {
  .logo-types-card {
    height: 220px;
  }

  .logo-types-card-outerContainer {
    margin: 6% 2%;
  }

  .logo-types-outer-container {
    margin: 2%;
  }
}

@media (max-width: 599px) and (min-width: 100px) {
  .logo-types-heading {
    font-size: 30px;
  }

  .logo-types-card {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    height: 187px;
  }

  .logo-types-card:nth-child(even) {
    margin-right: 0%;
  }

  .logo-types-card-outerContainer {
    margin: 6% 2%;
  }

  .logo-types-img4 {
    padding: 10%;
  }

  .logo-types-img3 {
    padding: 11% !important;
  }

  .logo-types-img2 {
    padding: 11% !important;
  }
}

/*HOW LOGO MADE*/
.logo-made-card-outer-container {
  margin: 4%
}

.logo-made-flex-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  place-content: center;
}

.logo-made-card1 {
  width: 49%;
  margin-right: 2%;
}

.logo-made-card2 {
  width: 49%;
}

.logo-made-card3 {
  width: 21%;
  margin-right: 2%;
}

.logo-made-card4 {
  width: 35%;
  margin-right: 2%;
}

.logo-made-card5 {
  width: 40%;
}

.logo-made-card {
  height: 300px;
  background-position: center !important;
  background-size: cover !important;
  margin-bottom: 2%;
  border-radius: 10px;
  padding: 2%;
  position: relative;
}

.logo-made-image-container {
  height: 100%;
  text-align: center;
  position: absolute;
  bottom: 1%;
}

.logo-made-img {
  height: 100%;
  object-fit: contain;
}

.logo-made-title {
  font-size: 18px;
}

@media (max-width: 599px) and (min-width: 100px) {

  .logo-made-card1,
  .logo-made-card2,
  .logo-made-card3,
  .logo-made-card4,
  .logo-made-card5 {
    width: 100%;
  }

  .logo-made-card {
    height: 200px;
    margin-right: 0%;
    margin-bottom: 3%;
  }

  .logo-made-car3.logo-made-image-container {
    left: 27%;
  }
}

/*LATEST WORKS*/
.latest-works-flex-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  place-content: center;
}

.latest-works-card {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.latest-works-card:nth-child(3),
.latest-works-card:nth-child(6),
.latest-works-card:nth-child(9) {
  margin-right: 0%;
}

.latest-works-outer-container {
  padding: 4%;
}

.latest-works-card-outer-container {
  margin: 4%;
}


.latest-works-image-container,
.Brouchers-image-container {
  position: relative;
  display: inline-block;
  margin-bottom: 2%;
  width: 100%;
}

.latest-works-image-container::after,
.Brouchers-image-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background-color: transparent;
  pointer-events: none;
  transition: background-color 0.3s ease;
}

.latest-works-image-container:hover::after,
.Brouchers-image-container:hover::after {
  background-color: #ef6d1f;
}

.latest-works-img {
  width: 100%;
}

.latest-works-img,
.Brouchers-img {
  display: block;
  border: none;
}

.Brouchers-img {
  height: 100%;
}

.Brouchers-image-container {
  display: flex;
  align-items: center;
  place-content: center;
  height: 100%;
}

.Brouchers-image-container:hover {
  background-color: #ffb1b1 !important
}

.latest-works-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2%;
}

.latest-works-description {
  font-size: 18px;
}

.latest-works-heading {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.brouchers-card {
  height: 400px;
}



@media (max-width: 900px) and (min-width: 600px) {
  .latest-works-description {
    font-size: 15px;
  }

  .latest-works-title {
    font-size: 16px;
  }

  .latest-works-outer-container {
    padding: 2%;
  }

  .brouchers-card {
    height: 300px;
  }

}

@media (max-width: 599px) and (min-width: 100px) {

  .latest-works-card {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 6%;
  }

  .video-animation-flex50-card2,
  .video-animation-flex50-card1 {
    width: 100% !important;
  }

  .video-animation-flex50-card1 {
    margin-right: 0% !important;
    margin-bottom: 6%;
  }
}

.video-animation-flex50-card1 {
  width: 37%;
  margin-right: 3%;
}

.video-animation-flex50-card2 {
  width: 60%;
}

.video-animation-2-card1,
.video-animation-2-card2 {
  height: 47.45%;
  position: relative;
}

.video-animation-2-card1 {
  margin-bottom: 6%;
}


.video-animation-1-card {
  height: 100%;
  position: relative;
}

.play-icon-container {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;

  img {
    height: 40px !important;
  }
}

.play-icon-container:hover {
  cursor: pointer;
}

/*TESTIMONIAL*/
.portfolio-testimonial-container {
  margin: 4%;
}

.portfolio-testimonial-heading {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.portfolio-testimonial-card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  place-content: center;
  margin: 4%;
}

.portfolio-testimonial-card {
  padding: 3%;
  width: 32%;
  margin-right: 2%;
  background-color: #f3f3f3;
  margin-bottom: 2%;
}

.portfolio-testimonial-card:hover {
  background-color: #fff0e2;
}

@media (max-width: 2000px) and (min-width: 901px) {

  .portfolio-testimonial-card:nth-child(3),
  .portfolio-testimonial-card:nth-child(6) {
    margin-right: 0%;
  }
}

.portfolio-testimonial-data-card {
  display: flex;
  flex-direction: row;
}

.portfolio-testimonial-img-container {
  width: 15%;
  margin-right: 3%;
}

.portfolio-testimonial-img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

.portfolio-testimonial-name-container {
  width: 100%;
}

.portfolio-testimonial-content {
  height: 170px;
  font-size: 17px;
  font-weight: bold;
  font-family: 'Montserrat';
}

.portfolio-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Montserrat';
}

.portfolio-testimonial-company {
  font-size: 16px;
  font-family: 'Montserrat';
}

.reviewRating {
  margin-top: 3%;
  color: #ed9e05;
  font-size: 16px;
}

@media (max-width: 1200px) and (min-width: 901px) {
  .portfolio-testimonial-card-container {
    margin: 4% 0%;
  }

  .portfolio-testimonial-container {
    margin: 4% 2%;
  }
}

@media (max-width: 900px) and (min-width: 600px) {
  .portfolio-testimonial-card {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .portfolio-testimonial-card:nth-child(even) {
    margin-right: 0%;
  }
}

@media (max-width: 599px) and (min-width: 100px) {
  .portfolio-testimonial-card {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5%;
  }
}

.portfolioCta-outer-container {
  padding: 6%;
}

.portfolioCta-flex-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.portfolioCta-first-card {
  width: 40%;
  margin: 5%;
}

.portfolioCta-second-card {
  width: 40%;
  margin: 5%;
}

.portfolioCta-title {
  color: #ef6d1f;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 3%;
}

.portfolioCta-description {
  font-size: 17px;
  margin-bottom: 5%;
}

.portfolioCta-icon-img-container {
  display: flex;
  flex-direction: row;
}

.portfolio-cta-icon {
  width: 5%;
  margin-right: 2%;
}

.portfolio-cta-icon-container {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  place-content: center;
}

.form-field {
  margin-bottom: 25px;
}

.form-input {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #fff;
}

.form-button {
  background-color: #333;
  color: white;
  font-weight: bold;
  padding: 14px 32px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.form-button:hover {
  background-color: #ef6d1f;
}

.error {
  border: 2px solid red;
}

.error-msg {
  color: red;
  font-size: 14px;
  margin-bottom: 10px;
  white-space: pre-line;
}

.iti {
  width: 100% !important;
}

@media (max-width: 900px) and (min-width: 600px) {
  .portfolioCta-first-card {
    width: 46%;
    margin: 5% 2%;
  }

  .portfolioCta-second-card {
    width: 46%;
    margin: 5% 2%;
  }

  .portfolioCta-outer-container {
    padding: 6% 2%;
  }

  .portfolio-cta-icon {
    width: 10%;
  }
}

@media (max-width: 599px) and (min-width: 100px) {
  .portfolioCta-first-card {
    width: 100%;
    margin: 5% 2%;
  }

  .portfolioCta-second-card {
    width: 100%;
    margin: 5% 2%;
  }

  .portfolioCta-outer-container {
    padding: 3%;
  }

  .portfolio-cta-icon {
    width: 10%;
  }

  .canvas-text,
  .latest-works-heading,
  .logo-types-heading {
    font-size: 24px !important;
  }

  .portfolio-testimonial-heading {
    font-size: 27px !important;
  }

  .portfolioCta-title {
    font-size: 34px !important;
  }

  .latest-works-title {
    font-size: 19px !important;
  }
}

thead tr th {
  width: 25%;
  color: black;
  height: 65px;
  font-family: 'Montserrat';
  font-weight: 600;
}

tr {
  height: 65px;
  vertical-align: middle;
}

.table-active {
  --bs-table-accent-bg: #ddefff !important;
}

.table-active .shadow2 {
  color: #003d73;
  font-family: 'Montserrat';
}

.shadow2 {
  font-family: 'Montserrat';
  font-size: 16px;
  color: black;
  font-weight: 500;
}

td {
  font-family: 'Montserrat';
  font-size: 14px;
  color: black;
  font-weight: 500;
}

.price-blue {
  font-family: 'Montserrat';
  font-size: 14px;
  color: black;
  font-weight: 500;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.choose-plan-btn {
  background-color: #ef6d1f !important;
  color: var(--light-font-color) !important;
  transition: all .2s !important;

}

.table-responsive .space {
  background-color: #EFF7FF !important;
}

.plan-feature-comparison-container {
  background-color: #EFF7FF;
  padding-top: 5%;
  padding-bottom: 5%;
}

.canvas-text {
  font-size: 38px;
  font-weight: bold;
}