/* font-family: 'Poppins', sans-serif; */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/* Header aea styling */

header {
  background-color: #151515;
}

#header-main {
  max-width: 1270px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 0 0;
}

.main-menu {
  list-style: none;
  display: flex;
  gap: 40px;
}

.menu-items {
  color: #e2e2e2;
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
}

.menu-items:hover {
  color: #f637ec;
  cursor: pointer;
}

.header-right {
  display: flex;
  gap: 40px;
}

.language {
  list-style: none;
  color: #e2e2e2;
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
}

.arrow {
  margin-left: 10px;
  font-size: 13px;
}

.language:hover {
  color: #f637ec;
  cursor: pointer;
}

.contact-us {
  color: #e2e2e2;
  font-size: 16px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(/Assets/Icons/btn-pink-bg.svg);
  background-position: center left;
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  border: 0;
  cursor: pointer;
}

/* Hero section styling */

#hero {
  width: 100%;
  height: 930px;
  background-image: url(/Assets/Photos/backCards.png);
  background-position: top 0 left 590px;
  background-repeat: no-repeat;
  position: relative;
}

.hero-main {
  width: 100%;
  height: 930px;
  background-image: url(/Assets/Photos/frontCards.png);
  background-position: top 70px left 800px;
  background-repeat: no-repeat;
}

.hero-container {
  max-width: 1270px;
  margin: 0 auto;
}

.hero-content-area {
  padding-top: 120px;
}

.hero-heading {
  color: #ffffff;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.3em;
}

.hero-h1-pink {
  color: #f637ec;
  font-weight: 600;
}

.hero-txt {
  color: #adadad;
  font-size: 22px;
  font-weight: 300;
  margin: 30px 0 80px 0;
}

.hero-btn {
  font-size: 25px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 27%;
  padding: 0px 36px;
  border: 0;
  cursor: pointer;
}

.btn-arrow {
  margin-left: 5px;
}

.user-count {
  display: flex;
  align-items: center;
  padding-top: 80px;
  gap: 40px;
}

.count-box1,
.count-box3 {
  display: flex;
  gap: 20px;
  align-items: center;
}

.counter-number {
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
}

.counter-subtxt {
  color: #f637ec;
}

.counter-txt {
  color: #e2e2e2;
  font-size: 21px;
  line-height: 1.5em;
  font-weight: 400;
}

/* Brands logo */

.brands-logo {
  background-color: #292929;
}

.brands-logo-main {
  max-width: 1270px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding: 75px 0;
}

/* Service area styling */

.service-container {
  background-color: #151515;
  padding-bottom: 170px;
}

.service-main {
  max-width: 1270px;
  margin: 0 auto;
}

.service-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 130px 0 180px 0;
}

.service-heading {
  color: #ffffff;
  font-size: 75px;
  font-weight: 400;
  line-height: 1.3em;
}

.service-title-pink {
  color: #f637ec;
  font-weight: 600;
}

.service-txt {
  color: #adadad;
  font-size: 22px;
  font-weight: 300;
}

/* Service box styling   */

.services-box-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.services-boxes {
  background-color: #272727;
  padding: 60px 20px 20px 20px;
  text-align: center;
  flex-basis: 33%;
  height: 365px;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to bottom right, #ffffff, #151515) 0.7;
  transition: 2s;
}

.services-boxes:hover {
  border-image: linear-gradient(to bottom left, #f637ec, #f637ec) 0.7;
  cursor: pointer;
}

.services-boxes2 {
  background: rgb(69, 69, 69);
  background: linear-gradient(
    124deg,
    rgba(69, 69, 69, 1) 0%,
    rgba(144, 144, 144, 1) 100%
  );
  padding: 20px;
  margin-top: -120px;
}

.services-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  margin-top: 30px;
}

/* Unique card section styling */

#unique {
  width: 100%;
  height: 1400px;
  background-image: url(/Assets/Photos/VCards.png),
    linear-gradient(#fceffb, #fceffb);
  background-position: bottom center;
  background-repeat: no-repeat;
}

.unique-container {
  max-width: 1270px;
  margin: 0 auto;
  text-align: center;
  padding: 140px 0 0 0;
}

.unique-heading {
  color: #000000;
}

.unique-txt {
  color: #514e51;
  margin-top: 40px;
}

/* Testimonial section styling */

#testimonial {
  background-color: #151515;
  padding: 120px 0 80px 0;
}

.testimonial-head {
  text-align: center;
  padding-bottom: 100px;
}

.testimonial-txt {
  text-align: center;
  margin-top: 50px;
}

/* testimonal items styling */

.testimonials-main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8%;
}

.testimonials-box {
  flex-basis: 46%;
  background-color: #1e1f24;
  padding: 20px 0 20px 30px;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to bottom right, #ffffff, #151515) 0.7;
  transition: 2s;
}

.testimonials-box:hover {
  border-image: linear-gradient(to bottom left, #f637ec, #f637ec) 0.7;
  cursor: pointer;
}

.testimonials-3,
.testimonials-4 {
  margin-top: 100px;
}

.testimonials-1 {
  background: rgb(69, 69, 69);
  background: linear-gradient(
    124deg,
    rgba(69, 69, 69, 1) 0%,
    rgb(82, 82, 82) 100%
  );
}

.user-feedback {
  color: #ececec;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 30px 0;
}

.author-name {
  color: #ececec;
  font-size: 20px;
  font-weight: 400;
}

.author-address {
  color: #adadad;
  font-size: 18px;
  font-weight: 300;
  transition: 0.5s;
}

.author-address:hover {
  color: #a5009d;
}

/* Testimonial nav styling */

.testimonial-nav {
  display: flex;
  justify-content: center;
  padding-top: 100px;
  gap: 15px;
}

.line {
  color: #f637ec;
  font-size: 130px;
  line-height: 0;
  text-shadow: #f637ed8b 1px 0 40px;
}

.circle {
  color: #444444;
  font-size: 20px;
  line-height: 0;
}

/* Cta area styling */

#cta {
  background-color: #151515;
  padding: 80px 0;
}

.cta-container {
  max-width: 100%;
  height: 700px;
  background-image: url(/Assets/Photos/Rectangle\ 6773.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.cta-main {
  max-width: 100%;
  height: 700px;
  background-image: url(/Assets/Photos/Rectangle\ 6774.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.diamond1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.diamond2 {
  position: absolute;
  top: 40px;
  bottom: 0;
  right: 0;
}

.cta-content {
  flex: none;
  text-align: center;
}

.cta-heading {
  font-weight: 500;
  margin-top: -150px;
  margin-bottom: 50px;
}

.cta-h1-black {
  color: #151515;
}

/* Footer area styling */

footer {
  background-color: #151515;
  padding-bottom: 150px;
}

.footer-main {
  max-width: 1270px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer-menu-items {
  color: #ffffff;
  transition: 0.5s;
}

.footer-menu-items:hover {
  color: #a5009d;
  cursor: pointer;
}

/* .btt {
  position: fixed;
  bottom: 50px;
  right: 50px;
  color: #ffffff;
  background-color: #a5009d;
  padding: 15px;
} */
