* {
  margin: 0;
  padding: 0;
}

.bag {
  background: rgb(247, 247, 247);
  position: relative;
}

.bg::after,
.bg::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  background: linear-gradient(45deg, #00aeff, #ff6600, #e6fb04, #00ff66, #ff00ff, #ff0099, #6e0dd0, #ff3300, #099fff);
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  background-size: 400%;
  z-index: -1;
  -webkit-animation: animate 5s linear infinite;
          animation: animate 5s linear infinite;
}

@-webkit-keyframes animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.bg::after {
  filter: blur(5px);
}

.header .log {
  height: 37px;
}
.header .logo {
  -webkit-animation: animite 5s linear infinite;
          animation: animite 5s linear infinite;
}
@-webkit-keyframes animite {
  0% {
    width: 0;
  }
  25% {
    width: 50px;
  }
  50% {
    width: 90px;
  }
  75% {
    width: 160px;
  }
  100% {
    width: auto;
  }
}
@keyframes animite {
  0% {
    width: 0;
  }
  25% {
    width: 50px;
  }
  50% {
    width: 90px;
  }
  75% {
    width: 160px;
  }
  100% {
    width: auto;
  }
}
.header img {
  transition: 1s;
}
.header img:hover {
  transform: scale(1.2);
}
.header .drop {
  display: flex;
  gap: 20px;
}
@media (max-width: 1000px) {
  .header .drop {
    margin-top: 10px;
  }
}
.header .dropdown {
  border: 1px solid rgba(128, 128, 128, 0.253);
  border-radius: 10px;
}
.header a {
  color: rgb(160, 157, 157);
}
.header a img {
  max-width: 30px;
  margin-right: 10px;
}
.header .btn {
  transition: 0.5s;
}
.header .btn:focus {
  background-color: #00aeff;
  color: white;
}
.header .btn:hover {
  box-shadow: rgba(0, 0, 0, 0.281) 2px 2px 2px;
}
.header .navbar {
  background: rgb(247, 247, 247);
}
.header .navbar .dropdown {
  padding-right: 15px;
  border: none;
}
.header .navbar .dropdown .active {
  color: black;
}
.header .navbar .dropdown a:hover {
  color: #00aeff;
  background-color: white;
}
.header .shoping {
  margin-left: auto;
  gap: 15px;
  padding-right: 50px;
}
.header .shoping svg {
  font-size: 20px;
  transition: 0.5s;
}
.header .shoping svg:hover {
  color: #00aeff;
  transform: scale(1.2);
}
.header .carousel-inner .content {
  background-color: rgba(128, 128, 128, 0.397);
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header .carousel-inner .content p {
  font-size: 35px;
  font-weight: bold;
  margin: auto;
}
.header .carousel-item img {
  padding: 50px 0;
  max-width: 100%;
  max-height: 700px;
}
.header .carousel-indicators .active {
  background-color: red;
}
.header .third {
  padding: 5%;
}
@media (max-width: 700px) {
  .header .third {
    margin: 5%;
    margin-top: 20px;
  }
}
.header .bg img {
  display: block;
  margin: auto;
}
.header .bg span {
  font-size: 20px;
  font-weight: bold;
  color: grey;
  display: block;
  margin-top: 10px;
}
.header .bg p {
  margin-top: 10px;
  display: block;
  font-size: 22px;
  color: black;
  font-weight: bold;
}
.header .box .content {
  margin-left: auto;
  width: 95%;
  padding-top: 40px;
  box-shadow: 1px 1px 1px 1px rgba(128, 128, 128, 0.192);
}
.header .box .content img {
  display: block;
  margin: auto;
  transition: 1s;
}
.header .box .content img:hover {
  transform: scale(1.2);
  filter: brightness(2);
}
.header .box .content p {
  font-size: 22px;
  padding-bottom: 20px;
  font-weight: bold;
  transition: 0.7s;
}
.header .box .content p:hover {
  color: #ff6600;
}
.header .box .content:hover::after {
  filter: blur(10px);
}
@media (max-width: 500px) {
  .header .content {
    margin: auto;
  }
}

.our-work h5 {
  font-weight: bold;
  color: grey;
  font-size: 22px;
  -webkit-animation: animit 3s linear infinite;
          animation: animit 3s linear infinite;
}
@-webkit-keyframes animit {
  0% {
    color: gray;
  }
  25% {
    color: #e6fb04;
  }
  50% {
    color: #ff6600;
  }
  100% {
    color: #00aeff;
  }
}
@keyframes animit {
  0% {
    color: gray;
  }
  25% {
    color: #e6fb04;
  }
  50% {
    color: #ff6600;
  }
  100% {
    color: #00aeff;
  }
}
.our-work h5:hover {
  color: #00aeff;
}
.our-work p {
  display: inline;
  font-size: 20px;
  font-weight: bold;
  -webkit-animation: animite 3s linear infinite;
          animation: animite 3s linear infinite;
}
.our-work .siz {
  height: 25px;
}
@keyframes animite {
  0% {
    transform: scale(0.7);
  }
  100% {
    font-size: 23px;
    color: #00aeff;
  }
}
.our-work .card {
  border: none;
}
.our-work .txt-title h3 {
  font-size: 16px;
  color: violet;
}
.our-work .txt-title h2{
  position: relative;
}
.our-work .txt-title h2::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #1a83c9;
  -webkit-animation: write 4s linear infinite;
          animation: write 4s linear infinite;
  overflow: hidden;
}
@-webkit-keyframes write {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes write {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.shopping {
  margin-top: 70px;
}
.shopping .shop {
  background-color: rgb(235, 225, 225);
  padding: 0 50px;
}
.shopping .shop p {
  margin: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #ff0099;
}
.shopping .shop h3 {
  margin: 20px;
  font-weight: bold;
}
.shopping .shop .box {
  margin: 20px;
  display: flex;
  gap: 10px;
}
.shopping .shop .box .content {
  transition: 0.7s;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
}
.shopping .shop .box .content p {
  font-size: 12px;
  font-weight: bold;
  color: grey;
  margin: 0;
}
.shopping .shop .box .content span {
  color: black;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.shopping .shop .box .content:hover {
  transform: scale(1.2);
  background-color: #00aeff;
  box-shadow: 1px 1px 1px rgba(68, 68, 68, 0.2666666667);
}
.shopping .shop .box .content:hover span {
  color: white;
}
.shopping .shop .btn {
  background-color: #214ad3;
  font-size: 16px;
  font-weight: bold;
  margin: 20px;
  border: none;
  transition: 1s;
  border-radius: 5px;
}
.shopping .shop .btn:hover {
  background-color: #ff3300;
  box-shadow: 3px 3px 3px #333;
  transform: scale(1.2);
}
.shopping img {
  max-width: 300px;
  max-height: 400px;
  margin-top: -100px;
  transition: 1s;
}
.shopping img:hover {
  transform: rotate(360deg);
}
@media (max-width: 768px) {
  .shopping img {
    display: block;
    margin: auto;
  }
}

.user {
  background: #fff3f3;
  margin-top: 60px;
}
.user span {
  color: #ff0099;
}
.user h2 {
  position: relative;
  color: white;
  letter-spacing: 2px;
  line-height: 1.4;
  font-family: consola;
  font-weight: bold;
}
.user h2::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #1a83c9;
  -webkit-animation: write 4s linear infinite;
          animation: write 4s linear infinite;
  overflow: hidden;
}
@keyframes write {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.user .opinion {
  border-radius: 10px;
  margin-bottom: 4%;
  text-align: left;
  background: white;
  padding: 25px;
  cursor: pointer;
  display: flex;
}
.user h3 {
  margin-top: 15px;
  font-size: 18px;
  text-align: left;
  color: #333;
}
.user img {
  height: 40px;
  margin-left: 5px;
  margin-right: 30px;
  border-radius: 50%;
}

.new-arr .card {
  position: relative;
  border: none;
}
@keyframes write {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.new-arr .card img {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  display: block;
  margin: auto;
}
.new-arr .card .form-check {
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-arr .card p {
  font-size: 20px;
  font-weight: bold;
  -webkit-animation: colr 3s linear infinite;
          animation: colr 3s linear infinite;
}
.new-arr .card span {
  color: rgba(128, 128, 128, 0.26);
  font-weight: bold;
}
.new-arr .card span:nth-child(2) {
  color: black;
}
.new-arr .card .choce {
  display: flex;
  align-items: center;
  gap: 10x;
  justify-content: center;
}
.new-arr .card .choce .btn {
  background-color: #fc4e6b;
  border: none;
  color: white;
  font-weight: 500;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #333;
  transition: 1s;
}
.new-arr .card .choce .btn:hover {
  background-color: #ff6600;
  transform: scale(1.2);
}
.new-arr .card .choce svg {
  margin: 10px;
  font-size: 20px;
  -webkit-animation: colr 3s linear infinite;
          animation: colr 3s linear infinite;
}
@-webkit-keyframes colr {
  0% {
    color: black;
  }
  100% {
    color: red;
    font-weight: bold;
    transform: scale(1.1);
  }
}
@keyframes colr {
  0% {
    color: black;
  }
  100% {
    color: red;
    font-weight: bold;
    transform: scale(1.1);
  }
}
.new-arr .txt-title h3 {
  font-size: 14px;
  color: violet;
}
.new-arr .txt-title h2 {
  position: relative;
  color: white;
  letter-spacing: 2px;
  line-height: 1.4;
  font-family: consola;
  font-weight: bold;
  text-transform: uppercase;
}
.new-arr .txt-title h2::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ff0099;
  -webkit-animation: write 4s linear infinite;
          animation: write 4s linear infinite;
  overflow: hidden;
}
@keyframes write {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.footer {
  padding: 100px;
  width: 100%;
  background-image: url(../../images/bg-image-12.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.footer .massege {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer .massege svg {
  color: #099fff;
  font-size: 18px;
}
.footer .massege span {
  font-family: cairo;
  font-weight: bold;
  color: #099fff;
}
.footer .massege h4 {
  font-weight: bold;
  margin-top: 0px;
}
.footer .email {
  display: flex;
  gap: 20px;
}
.footer .email input {
  max-width: 40%;
}
.footer .email .btn {
  background: #444;
  border: none;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  transition: 0.5s;
}
.footer .email .btn:hover {
  background: #ff6600;
  transform: scale(1.2);
}
.carousel-control-next, 
.carousel-control-prev {
border: none;
background-color: transparent;
}

/*# sourceMappingURL=style.css.map */