@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

@font-face {
  font-family: "rayzi";
  src: url("../assets/Avenir LT Std/Avenir LT Std 95 Black");
}
.mainLogo {
  height: 100px;
}

.logo {
  width: 200px;
  height: 70px;
  min-height: 100%;
  object-fit: contain;
  margin-left: 15%;
}
.list-section ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;font-family: "Poppins", sans-serif !important;
}
.lead {
  font-size: 16px;
  margin-bottom: 4px;
  color: #000;
  font-weight: 400;
}

.list-section ul li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #000;
  position: absolute;
  top: 8px;
  transform: translateX(-18px);
  border-radius: 5px;
}
.img-space {
  margin-top: 20px;
}
.space-start {
  margin-left: 36px;
}
.shadow {
  box-shadow: 0px 1px 10px #e9e9e9;
}
.contact-blog {
  background: #f6f5ff;
  padding: 70px 60px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 18px -12px #e1deff;
  border: none;
}
.section-title {
  font-weight: 600;
  font-size: 22px;
  position: relative;
  text-transform: capitalize;
}
.contact-blog-inner ul li svg {
  margin-right: 10px;
  width: 20px;
}
img,
svg {
  vertical-align: middle;
}
.blog-section a,
.lead a {
  color: #e7166b !important;
  font-weight: 500;
}
.contact-blog-inner ul li {
  padding: 0 0 20px;
}
.blog-1 {
  position: absolute;
  width: 720px;
  height: 150%;
  background: linear-gradient(
    90deg,
    rgba(231, 22, 135, 0.9780287114845938) 35%, rgba(231, 22, 107, 1) 100% );

  right: 0;
  top: auto;
  bottom: 20px;
  transform: rotate(-45deg) translateY(240px);
}
@media only screen and (max-width: 1500px) {
  .blog-1 {
    width: 500px;
    height: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-1 {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .blog-1 {
    height: 120%;
  }
}