/* UPDATE */
.hero-content {
    position: relative;
    z-index: 2;
}

.header-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.header-info a,
.header-info h1 {
  font-size: 1.6rem;
  color: var(--black-color);
}


.header-info h1 {
  text-transform: capitalize;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 3px 10px rgba(0,0,0,0.4);
}

/* LIST CATAGORY */

.list-catagory__item {
  border-top: 6px solid transparent;
  background: linear-gradient(180deg, #7c96ff 10%, #4c77de 50%, #3c5dd0 90%);
  border-radius: 10px;
  padding: 15px 15px;
  text-align: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.list-catagory__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

.list-catagory .col-lg-4:nth-child(1) .list-catagory__item {
  background: linear-gradient(135deg, #7aa2ff, #4c77de);
}

.list-catagory .col-lg-4:nth-child(2) .list-catagory__item {
  background: linear-gradient(135deg, #00e89a, #1e6840);
}

.list-catagory .col-lg-4:nth-child(3) .list-catagory__item {
  background: linear-gradient(135deg, #01acbd, #2cdad2);
}

.list-catagory .col-lg-4:nth-child(4) .list-catagory__item {
  background: linear-gradient(135deg, #ff4d4f, #b91c1c);
}

.list-catagory .col-lg-4:nth-child(5) .list-catagory__item {
  background: linear-gradient(135deg, #facc15, #ea5808);
}

.list-catagory .col-lg-4:nth-child(6) .list-catagory__item {
  background: linear-gradient(135deg,  #12d8d0, #16aed6);
}

.list-catagory__image {
  border-radius: 50%;
  overflow: hidden;
  height: 150px;
  width: 150px;
  margin: 0 auto 20px auto;
  border: 2px solid #fff;
}

.list-catagory__item a {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
}

.about-img {
    border-radius: 10px;
    overflow: hidden;
}


.header-contact a:first-child {
  margin-right: 20px;
  display: inline-block;
}

.header-info .info-icon {
  margin-right: 10px;
}

.about-home,
.product-hot {
    z-index: 1;
    position: relative;
}


/* ABOUT */
.about-box {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f6f7f9;
    -webkit-box-shadow: 0px 21px 35px 0px rgba(28, 58, 104, 0.1);
    box-shadow: 0px 21px 35px 0px rgba(28, 58, 104, 0.1);
    position: relative;
    z-index: 100;
    margin-top: -50px;
    border-radius: 20px;
}


.about-box::before,
.about-box::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #f6f7f9;
    z-index: -1;
    border-radius: 20px;
}

.about-box::before {
    top: -15px;
    -webkit-transform: scaleX(0.948);
    transform: scaleX(0.948);
    opacity: .7;
}

.about-box::after {
    top: -30px;
    -webkit-transform: scaleX(0.897);
    transform: scaleX(0.897);
    opacity: .5;
}

.box-icon .icon-about {
    font-size: 3rem;
    color: var(  --yellow-color);
    margin-bottom: 20px;
}

.box-icon p {
    font-size: 2rem;
    font-weight: 500;
}

.box-check ul {
    padding-left: 0;
    font-size: 1.6rem;
}

.box-check ul li {
  margin-bottom: 8px;
}

.icon-li {
  color: var(--main-color);
  margin-right: 6px;
}

.about-info p {
  text-align: justify;
}

/* CATAGORY */
.catagory-home {
    padding-top: 80px;
    position:relative;
}

.shape {
  position: absolute;
  content: '';
}

.shape-one {
  top: 30px;
  left: 0;
  animation: float 6s ease-in-out infinite;
}

.shape-tow {
  top: 0;
  right: 0;
  z-index: -1;
}

@keyframes float {
  0% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-25px);
  }
  100% {
      transform: translateY(0);
  }
}

.catagory-title {
  text-align: center;
}

/* WHY_US */

.why-us {
    padding: 100px 0;
    position: relative;
    background: url('../../img/bg12.webp');
    background-repeat: no-repeat;
    background-size: cover;

}
.why-item {
    padding-bottom: 30px;
    background: #fff;
    text-align: center;
    position: relative;
    transition: .4s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 20px;
    overflow: hidden;
}

.why-item>p {
    padding: 30px 20px 130px;
    margin: 0 0 30px;
    font-size: 25px;
    color: #fff;
    overflow: hidden;
    position: relative;
    /* background: linear-gradient(180deg, #7c96ff 10%, #4c77de 50%, #3c5dd0 90%); */
    background:#07693f;
}

.why-item>p::before,
.why-item>p::after {
  content: "";
    width: 280px;
    height: 200px;
    border-radius: 80px;
    background: #fff;
    position: absolute;
    bottom: -156px;
    left: -46px;
    transform: rotate(-85deg);
}

.why-item>p::after {
    border-radius: 100px;
    bottom: auto;
    top: 98px;
    left: auto;
    right: -32px;
    transform: rotate(-40deg);
}

.why-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 8px rgba(245, 191, 15, 0.3);
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    transition: .4s;
    overflow: hidden;
}

span.why-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* CTA */
.cta-box {
    background-color: var(--main-color);
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    padding: 80px;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.cta-box button {
    font-size: 16px;
    padding: 10px 20px;
    background-color: var(--yellow-color);
    color: #000;
    border: unset;
}

.cta-des p {
    color: var(--yellow-color);
    font-size: 24px;
    text-transform: uppercase;
}

.cta-des {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}

.cta-box input {}

.cta-box input {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 14px;
}

.cta-box label {
    font-size: 17px;
}

.cta-box form {
    width: 678px;
    margin: 0 auto;
    max-width: 90%;
}

.cta-des span {
    width: 630px;
    display: inline-block;
}

.cta-box .cta-avatar1,
.cta-box .cta-avatar2  {
  position: absolute;
}

.cta-box .cta-avatar1  {
  bottom: 0;
  left: 10px;
}

.cta-box .cta-avatar2  {
  top: 0;
  right: 0;
  left: unset;
}

/* VIDEO */
.video-main {
  background-image: url('../../img/shape07.webp');
  background-size: cover;
  padding: 80px 0;
  background-repeat: no-repeat;
}
.video-pr {
    /* width: 800px; */
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* News */
.news {
  margin-bottom: 100px;
}
