/*Section 1 */
@media (min-width: 768px) {
	#section1 h1 {
 		font-weight: 600 !important;
		font-size: 4rem;
	}
	
	.showcase .showcase-text {
    	padding: 7rem;
 	}
}

@media (max-width: 768px) {
	#section1 h1 {
	 		font-weight: 600 !important;
			font-size: 3rem;
	}
}

#section1 {
  position: relative;
  background: url("../assets/img/shopitex-banner1 (1).webp") no-repeat center center;
  background-size: cover;
  height: 100vh;
}

#section1:before {
  content: "";
  position: absolute;
  background-color: #1c375e;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

.testimonials {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  border-color: #0C1323;
}

.rounded-circle {
  border-radius: 50% !important;
}

.testimonials h5 {
  color: white;
}

.why-choose-section {
  padding: 7rem 0;
}

.why-choose-section .img-wrap {
  position: relative;
}

.why-choose-section .img-wrap:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url("../assets/img/dots-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: -1;
}

.why-choose-section .img-wrap img {
  border-radius: 20px;
}

.section-title {
  color: #2f2f2f;
}

.copyright {
  background-color: #051922;
  border-top: 1px solid #232a35;
}

.copyright p {
  margin: 0;
  color: #fff;
  opacity: 0.7;
  padding: 16px 0;
  font-size: 15px;
}

.copyright a {
  color: #F28123;
  font-weight: 700;
}

.copyright a:hover {
  color: #f59d53;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline-block;
}

.social-icons ul li a {
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  padding: 16px 10px;
  display: block;
}
