body{
    font-family: "Cairo", sans-serif;
    scroll-behavior: smooth;
    direction: ltr;
    padding: 0;
    margin: 0;
}
*{
    box-sizing: border-box;
}

:root{
    --main-color: #006EFF;
    --black-color: #1F2023;
    --gray-color: #EFEFEF;
}

a{
    text-decoration: none;
}
.about-test{
    position: relative;
}

.about-test #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}
.particles-js-canvas-el{
    height: 100vh !important;
}
.about-test #particles-js::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(6, 6, 6, 0.5);
  z-index: -1;
}

.about-test .headQuote {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  text-align: center;
}
.about-test .headQuote h3 {
  font-size: 48px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 2;
  z-index: 1001;
}
@media (max-width: 1107px) {
  .about-test .headQuote h3 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .about-test .headQuote h3 {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .about-test .headQuote h3 {
    font-size: 24px;
  }
}
.about-test .headQuote p {
  color: #fd4425;
  font-size: 24px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
@media (max-width: 991px) {
  .about-test .headQuote p {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .about-test .headQuote p {
    font-size: 14px;
  }
}
.about-test .headQuote .buttonLogin {
  padding-top: 40px;
}
.about-test .headQuote .buttonLogin button {
  outline: none;
  border: none;
  background-color: transparent;
  position: relative;
}
.about-test .headQuote .buttonLogin button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewX(25deg);
  background-color: #bf5821;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.about-test .headQuote .buttonLogin button:hover::before {
  background-color: white;
}
.about-test .headQuote .buttonLogin button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewX(-25deg);
  border: 2px solid #fff;
  z-index: -2;
  transition: 0.3s ease-in-out;
}
.about-test .headQuote .buttonLogin button:hover::after {
  border: 2px solid #ac8958;
}
.about-test .headQuote .buttonLogin button a {
  font-size: 20px;
  color: #fff;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
}
.about-test .headQuote .buttonLogin button a:hover {
  color: #bf5821;
}
.mySwiper{
    height: 100vh;
}
.mySwiper img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 650px) {
.mySwiper{
    height: 400px;
}
.mySwiper img{
    height: 400px;

}
.about-test #particles-js {

    height: 400px !important;
}
.particles-js-canvas-el{
    height: 400px !important;
}
.about-test #particles-js::before {

    height: 400px !important;

}
}

/* start scroll to top */
.scroll-top{
    background-color: black;
    padding: 10px 15px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
}
.scroll-top:hover{
    background-color: var(--main-color);
}

/* end scroll to top */

.btn-main{
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 5px 20px;
    border-radius: 30px;
}

.btn-more{
    background-color: var(--gray-color);
    border-radius: 5px;
    border: none;
    padding: 10px 20px;
}

/* start navbar */

.navbar{
    background-color: var(--black-color);
}
.navbar .nav-item{
    margin-left: 20px;
}
.navbar .nav-item .nav-link{
    color: white;
}
.navbar .nav-item .nav-link:hover{
    color: var(--main-color);
}
.navbar-light .navbar-toggler{
    background-color: white;
}

/* end navbar */

/* content home */

.banner{
    height: 450px;
    background-color: var(--gray-color);
    border-radius: 20px;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service-card{
    border-radius: 10px;
    padding: 40px 20px;
}
.service-card img{
    height: 400px;
    width: 100%;
}
.banner-footer{
    background: linear-gradient(46deg, #4467CF 12.9%, #FF7180 91.19%);
    height: 450px;
}
.banner-image{
    background-image: url(../image/Group\ \(1\).png);
    height: 200px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* .carousel-item{
    height: 500px;
} */
.card-category{
    height: 250px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}
.btn-faq{
    background-color: white;
    border: none;
    font-weight: bold;
}
.btn-faq span{
    display: inline-block;
    margin-right: auto;
}
.btn-faq:hover{
    color: var(--main-color);
}
.active .faq-icon{
    transform: rotate(180deg);
    transition: 0.5 ease;
}
.collapse {
    margin-left: 0;
    margin-bottom: 20px;
}
.banner-product{
    background-image: url(../image/breadcrumb.png);
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
    margin: 10px 0;
    border-radius: 10px;
}
.card-product{
    box-shadow: 0px 0px 12px 0px #0000001A;
    border-radius: 10px;
}
.card-product img{
    width: 100%;
    height: 250px;
    border-radius: 10px;
    object-fit: contain;
}
.card-product .content{
    background-color: #F1F1F1;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}
.cart-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .add-to-cart {
    background-color: #7E869E40;
    color: black;
    border: none;
    padding: 4px 10px;
    cursor: pointer;
    border-radius: 5px;
  }

  .quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .quantity-controls button {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 5px;
  }

  .quantity {
    font-size: 18px;
  }
  .adv-product{
    height: 300px;
    background-image: url(../image/adv.png);
    background-size: cover;
    padding: 0 60px;
    display: flex;
    align-items: center;
  }
  .btn-adv{
    background-color: white;
    border-radius: 50px;
    border: none;
    padding: 5px 20px;
  }
  .link-store{
    color: black;
    text-decoration: none;
    transition: all 0.5s ease;
  }
  .link-store:hover{
    color: var(--main-color);
  }
  .product-title{
    color: black;
    transition: all 0.5s ease;
  }
  .product-title:hover{
    color: var(--main-color);
  }
  .breadcrumb-link{
    color: var(--main-color);
    margin-left: 10px;
    font-weight: bold;
  }

  .main-slider .product-img img{
    width: 100%;
    height: 350px;
    border-radius: 10px;
  }
  .small-slider img{
    border-radius: 10px;
    margin: 10px 5px;
    cursor: pointer;
    width: 100%;
    height: 100px;
  }
  .btn-note{
    background-color: white;
    border: 1px solid #00000080;
    width: 100%;
    padding: 10px 0;
    margin-top: 20px;
  }
  .product-info{
    background-color: #FAFAFB;
    margin: 40px 0 ;
    padding: 20px;
  }
  .product-info h5{
    color: var(--main-color);
  }
  .product-info p{
    color: #9098B1;
  }
  hr.edit{
    background-color: #E5E8EA;
    height: 3px !important;
  }
  .custom-check{
    display: none;
}
.box-color{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
#c1:checked ~ label.one,
#c2:checked ~ label.two,
#c3:checked ~ label.three,
#c4:checked ~ label.four,
#c5:checked ~ label.five{
    border: 2px solid var(--main-color);
}

.color-cart{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 10px;
}
.btn-coupon{
  background-color: #3F8087;
  color: white;
  border: none;
}

/* checkout */

.progress-line{
  display: flex;
  margin: 20px 0;
}
.progress-line .step{
  width: 100%;
  text-align: center;
  position: relative;
}
.progress-line .step p{
  font-size: 23px;
  font-weight: bold;
  color: gray;
  transition: 0.2s;
}
.progress-line .step p.active{
  color: var(--main-color);
}
.progress-line .step .check{
  position: absolute;
  left: 47%;
  top: 65%;
  font-size: 15px;
  display: none;
}
.progress-line .step .check.active{
  display: block;
  color: white;
}
.progress-line .step .bullet.active span{
  display: none;
}
.progress-line .step .bullet{
  width: 25px;
  height: 25px;
  display: inline-block;
  background-color: gainsboro;
  color: white;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
}
.progress-line .step .bullet.active{
  border-color: var(--main-color);
  background-color: var(--main-color);
}
.progress-line .step .bullet::before,
.progress-line .step .bullet::after{
  content: "";
  width: 210px;
  height: 3px;
  background-color: gainsboro;
  position: absolute;
  bottom: 11px;
  right: -215px;
}
.progress-line .step:last-child .bullet::before,
.progress-line .step:last-child .bullet::after{
  display: none;
}
@media (max-width:1200px) {
  .progress-line .step .bullet::before,
  .progress-line .step .bullet::after{
      width: 175px;
      right: -177px;
  }
}
@media (max-width:992px) {
  .progress-line .step .bullet::before,
  .progress-line .step .bullet::after{
      width: 180px;
      right: -194px;
  }
  .progress-line .step .check{
      left: 47%;
  }
}
@media (max-width:768px) {
  .progress-line .step .bullet::before,
  .progress-line .step .bullet::after{
      width: 135px;
      right: -142px;
  }
  .progress-line .step .check{
      left: 45.5%;
  }
  .progress-line .step p{
    font-size: 15px;
  }
}
@media (max-width:550px) {
  .progress-line .step .bullet::before,
  .progress-line .step .bullet::after{
      width: 92px;
      right: -105px;
  }
  .progress-line .step .check{
      left: 45%;
  }
}
.progress-line .step .bullet.active::after{
  background-color: var(--main-color);
  transform: scalex(0);
  transform-origin: right;
  animation: animateProgress 0.3s linear forwards;
}
@keyframes animateProgress {
  100%{
      transform: scaleX(1);
  }
}
.form-outer{
  overflow: hidden;
}
.form-outer .form{
  display: flex;
  width: 400%;
}
.form-outer .form .page{
  width: 25%;
  transition: margin-left 0.3s ease-in-out;
}

.custom-check1:checked ~ label.box-size1{
    border: 1px solid var(--main-color);
}
label.box-size1{
    border: 1px solid gray;
    padding: 15px;
    border-radius: 10px;
    width:80%;
}
/* .custom-check1{
  display: none;
} */


/* start footer */
.footer{
    background-color: var(--black-color);
    padding: 100px 0 20px 0;
}
.footer .icon a svg{
    color: white;
}
.icon a:hover svg{
    color: var(--main-color);
}
.footer ul a{
    color: white;
}
.footer ul a:hover{
    color: var(--main-color);
}
/* end footer */

/* start copyright */
.copyright{
    background-color: var(--black-color);
}
