.template_col_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.market-list li {
  list-style-type: none;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  transition: all 1s ease-in-out;
}
.market-list li:hover img {
  transform: scale(1.1);
}
.market-list li img {
  width: 100%;
  transition: all 1s ease-in-out;
  height: 250px;
  object-fit: cover;
}

.market-content-box {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #424242a3;
  padding: 21px 15px;
}
.market-content-box h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--agrion-font-two);
  letter-spacing: 1px;
}

.segment {
  padding: 60px 0px;
}
.quality-sec {
  background-color: #f1f1f1;
  padding: 90px 0px;
}
.quality-sec .section-title {
  margin-top: unset;
}

.quality-sec .section-title h6 {
  font-size: 20px;
}

.img-radius {
  border-radius: 7px;
  overflow: hidden;
}

.quality-sec .about-one__img-box:before {
  position: absolute;
  top: 20px;
  bottom: unset;
  left: -20px;
  right: unset;
  width: 100%;
  height: 100%;
  background-color: var(--agrion-primary);
  content: "";
  border-radius: var(--agrion-bdr-radius);
  z-index: -1;
}

.imp {
  font-weight: 500;
  margin-bottom: 20px;
}

.img img {
  width: 100%;
}

.my-card {
  border: unset;
  border-radius: 10px;
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
  padding: 25px 20px;
}

.my-card p {
  margin-bottom: 12px;
}

.section-title h5 {
  font-size: 24px;
  padding-top: 12px
}

.pad-lft {
  padding-left: 70px;
}

.package-box {
  position: relative;
  padding: 30px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  height: 100%;
}

.package-box:before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 0px 56px;
  font-weight: bold;
  font-size: 20px;
  color: #1e1e1e7c;
}

.package-box.one::before {
  background-color: #ff74173f;
  content: "1";
}
.package-box.two::before {
  background-color: #00b7ff44;
  content: "2";
}
.package-box.three::before {
  background-color: #8c00ff38;
  content: "3";
}
.package-box.four::before {
  background-color: #18ff3736;
  content: "4";
}

.package-box h6 {
  font-size: 20px;
  margin-bottom: 10px;
}

.package-img {
  border-radius: 7px;
  overflow: hidden;
}
.package-img:hover img {
  transform: scale(1.1);
}

.package-img img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  /* filter: brightness(120%); */
}

.shape-box {
  background-color: #ffff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.shape-box h6 {
  font-size: 18px;
  font-weight: 500;
  padding: 20px;
}
/* (1920x1080) Full HD Display */
@media  screen and (max-width: 1920px) {
  .main-slider__title {
    position: relative;
    font-size: 75px;
    color: var(--agrion-white);
    font-weight: 700;
    font-family: var(--agrion-font);
    line-height: 75px;
    margin-top: 11px;
    margin-bottom: 19px;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 40px;
    width:70%;
    margin:auto;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
      -webkit-transform 2000ms ease;
  }
  .main-slider__btn {
    padding-left: 50px;
  }
  .thm-btn {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 12px;
    border-radius: 32px;
  }
}

.quality-section .quality-para p{
  margin-bottom: 12px;
}
.quality-para p{
  margin-bottom: 12px;
}
.br-10{
  border-radius: 10px;
}
.whats_app {
  position: fixed;
  bottom: 60px;
  width: 45px;
  left: 22px;
  z-index: 99999;
}

video::-webkit-media-controls-volume-slider {  display: none; }
video::-webkit-media-controls-mute-button {  display: none; }
.error{color: red;}