/* google font */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
/* shared style start */
.one {
  font-size: 24px;
  padding: 8px 27px 8px 27px;
  border-radius: 18px;
  border: none;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background: linear-gradient(to bottom, #b564f7, #6a2f9b);
}
/* shared style end */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 15px 16px 15px;
}
.nav-items {
  display: flex;
  list-style: none;
  gap: 32px;
}
.nav-items li a {
  text-decoration: none;
  color: #344054;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
.nav-btn {
  display: flex;
  gap: 12px;
}
#bar {
  display: none;
}
.btn-one {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  background-color: white;
  padding: 8px 27px 8px 27px;
  border: 1px solid #d0d5dd;
  border-radius: 24px;
  line-height: 160%;
}
.btn-two {
  font-weight: 500;
  font-size: 18px;
  color: #a657e7;
  background-color: white;
  padding: 8px 27px 8px 27px;
  border: 1px solid #a657e7;
  border-radius: 24px;
  line-height: 160%;
}
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}

/* banner */
.banner {
  background-color: #f5f5f5;
  padding: 100px 0 110px 0;
}
.banner-parent {
  display: flex;
  gap: 12px;
}
.box-one {
  width: 50%;
}
h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  color: #101828;
}

.highlight {
  background: linear-gradient(90deg, #2b034d 0%, #b564f7 50%, #ef90ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.price-tag {
  color: #d92d20;
  font-weight: 700;
}

.price-tag {
  color: #d92d20;
}

.box-one p {
  color: #344054;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 32px;
  padding: 12px 0px 12px 0px;
}
.nav-button {
  display: flex;
  gap: 28px;
}

.nav-button .two {
  font-size: 18px;
  padding: 8px 27px 8px 27px;
  border-radius: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border: 1px solid #b262f3;
}
.star {
  background-color: #ffffff;
  padding: 8px 16px 8px 16px;
  width: 283px;
  height: 40px;
  border-radius: 16px;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.star p {
  color: #344054;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.box-two {
  width: 50%;
}
.box-two img {
  width: 100%;
  height: 100%;
}
.social-channel {
  background-color: #ffffff;
  padding: 20px 24px;
  width: 100%;
  max-width: 496px;
  min-height: 130px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-top: 40px;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.social-channel h4 {
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  width: 100%;
}

.social {
  display: flex;
  justify-content: flex-start;
  gap: 32px;
}

.featured {
  background-color: #ffffff;
}
.featured-parent {
  display: flex;
  align-items: center;
  padding: 4.5rem 0 4.5rem 0;
}
.featured-box-one {
  width: 25%;
}
.featured-box-one h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 100%;
  font-style: bold;
  color: #000000;
  padding-bottom: 15px;
}
.featured-box-one p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 100%;
  color: #1d2939;
}
.featured-box-two {
  width: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-box-three {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.featured-box-three img {
  width: 130px;
}
/* services section */
.services {
  padding: 100px 0 100px 0;
  background-color: #f5f5f5;
}
.services-parent {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.services-parent h2 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 0.24;
}
.services-parent > p {
  width: 741px;
  height: 52px;
  text-align: center;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #344054;
}
.services-items-parent {
  background-color: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  padding: 28px 24px 28px 24px;
}
.services-items {
  display: flex;
  gap: 30px;
}
.item-box-one {
  width: 50%;
}
.item-box-one .sub-title {
  display: flex;
  gap: 20px;
}
.sub-title {
  display: flex;
  align-items: center;
}
.sub-title img {
  width: 48px;
  height: 48px;
}
.sub-title > h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.24;
}
.left-item {
  margin-top: 30px;
  display: flex;
  gap: 12px;
}
.left-item h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #101828;
  font-size: 1.125rem;
}
.left-item p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #344054;
  font-size: 0.875rem;
  line-height: 1.6;
  padding: 10px 0 10px 0;
}
.left-item-product {
  display: flex;
  gap: 12px;
}
.left-item-product img {
  width: 18px;
  height: 18px;
}

.line-two {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-box-two {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.services-right {
  border: 1px solid #d0d5dd;
  width: 522px;
  height: 130px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 24px;
}

.righ-item > h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 44px;
}
.righ-item p {
  width: 380px;
  color: #344054;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 164%;
}
.second-comment {
  padding: 40px 0 40px 0;
  display: flex;
  gap: 16px;
}
/* engaging clip section  */
.engaging {
  background-color: #f5f5f5;
}
.engaging-content {
}
.engaging-content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 124%;
  text-align: center;
}

.engaging-box {
  padding: 30px 0px 30px 0px;
  display: flex;
  gap: 24px;
}
.engaging-box-item {
  background-color: #fff;
  padding: 20px 24px 20px 24px;
  border-radius: 12px;
}
.engaging-box-item p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding-bottom: 20px;
  font-size: 1.25rem;
  line-height: 1.64;
}
.engaging-box-title {
  display: flex;
  gap: 24px;
}
.engaging-box-title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 164%;
  width: 292px;
}
.engaging-box-image img {
  width: 334px;
  height: 185px;
  object-fit: cover;
  border-radius: 12px;
}
.engaging-box-image > p {
  width: 334px;
  height: 120px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #344054;
  text-align: justify;
  padding-top: 20px;
  line-height: 1.4;
}
.engaging-box-two {
  display: flex;
  gap: 24px;
  padding: 28px;
}
.engaging-second-box {
  background-color: #d0d5dd;
  padding: 12px 24px 12px 24px;
  width: 378px;
  height: 153px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 16px;
}
.engaging-second-box h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 164%;
}
.engaging-second-box p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #344054;
  text-align: justify;
  box-sizing: border-box;
  padding: 5px 0 0 0;
}
/* business video section */
.business,
.video-brand {
  background-color: #f5f5f5;
  padding: 100px 0 0px 0;
}
.business-title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
}
.business-title img {
  width: 160px;
  height: 34px;
}
.business-images {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 50px 0;
}
.business-images p {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 164%;
  padding-top: 15px;
}

/* popular  section */
.popular {
  background-color: #ffffff;
  padding: 60px 0 60px 0;
}
.popular-content {
  display: flex;
  gap: 48px;
}
.popular-image {
  width: 40%;
}
.popular-text {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popular-text h2 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 124%;
}
.popular-text > p {
  color: #344054;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  padding: 20px 0 20px 0;
}
/* stories section */
.stories {
  background-color: #f5f5f5;
  padding: 80px 0 80px 0;
}
.stories-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.stories-title h2 {
  line-height: 1.24;
}
.stories-images {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 45px 15px 45px 15px;
}
.stories-first-box {
  background-color: #fff;
  width: 50%;
  border-radius: 14px;
  padding: 24px 37px 24px 37px;
}
.stories-text {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.stories-profile {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.stories-profile h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1b1d20;
}
.stories-profile p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #344054;
  font-size: 16px;
}
.profile-star {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.profile-star img {
  width: 24px;
  height: 24px;
}
.stories-comment {
  padding: 30px 0 30px 0;
  position: relative;
}
.stories-cmment p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #344054;
  font-size: 16px;
  line-height: 1.6;
}
.quote-icon {
  position: absolute;
  width: 24px;
  opacity: 0.5;
}

.quote-icon.start {
  top: 0;
  left: 0;
}

.quote-icon.end {
  bottom: 0;
  right: 0;
}
/* questions section */
.faq-container {
  padding: 150px 0 150px 0;
  font-family: "Poppins", sans-serif;
}

details {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  margin-top: 30px;
}

summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  color: #101828;
}

summary .icon::before {
  content: "+";
  font-size: 24px;
  border: 1px solid #000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

details[open] summary .icon::before {
  content: "−";
}

.content {
  padding-top: 10px;
  color: #667085;
  font-size: 16px;
  line-height: 1.6;
}

summary::-webkit-details-marker {
  display: none;
}
.question {
  color: #212121;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
/* footer section */
.footer {
  background-color: #fff;
  padding: 45px 0 45px 0;
}
.parent-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.first {
  width: 325px;
}
.first h2 {
  font-size: 48px;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.first h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  padding-top: 16px;
}
.first p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #344054;
  padding: 16px 0 16px 0;
  line-height: 1.64;
  text-align: justify;
}
.footer-btn {
  display: flex;
  gap: 24px;
}
.footer-last p {
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding-top: 50px;
}
.second {
  margin-bottom: 20px;
}

.second h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 20px;
  text-align: center;
}

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

.second ul li {
  margin-bottom: 12px;
  text-align: center;
}

.second ul li a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #475467;
  transition: all 0.3s ease;
  text-align: center;
}

.second ul li a:hover {
  color: #101828;
  padding-left: 5px;
}
.three {
  margin-bottom: 20px;
}

.three h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 20px;
}

.three p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #475467;
}

.three p br {
  display: block;
  content: "";
  margin-top: 8px;
}
.contact-form-container {
  max-width: 450px;
  background: #ffffff;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
}

.contact-form-container h2 {
  font-size: 24px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 24px;
}

.input-group {
  margin-bottom: 16px;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  font-size: 16px;
  color: #667085;
  outline: none;
  transition: border-color 0.3s ease;
}

.input-group input:focus,
.input-group textarea:focus {
  border-color: #1d2939;
}

.submit-btn {
  width: 100%;
  background-color: #1d2939;
  color: white;
  padding: 14px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background-color: #000000;
}

.submit-btn span {
  font-size: 20px;
}

/* responsive style */
/* Tablet and Mobile Responsive Styles */
@media (max-width: 1024px) {
  /* nav bar */
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: relative;
  }

  /* hide the menu */
  .nav-items {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background-color: gray;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .nav-items.active {
    display: flex;
  }

  #bar {
    display: block;
    cursor: pointer;
    font-size: 24px;
    order: 3;
  }

  .nav-btn {
    order: 2;
    gap: 8px;
    display: flex;
  }

  .btn-one,
  .btn-two {
    padding: 6px 16px;
    font-size: 14px;
    min-width: auto;
  }

  .logo {
    order: 1;
  }
  /* banner */
  .banner {
    padding: 60px 0;
  }

  .banner-parent {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .box-one,
  .box-two {
    width: 100%;
    padding: 0px 15px 0 15px;
  }

  .star {
    margin: 0 auto 20px auto;
  }

  .box-one h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .box-one p {
    font-size: 16px;
    line-height: 28px;
  }

  .nav-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .social-channel {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 20px;
    position: static;
    margin: 20px auto 0 auto;
  }

  .social-channel h4 {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }

  .social {
    gap: 15px;
    justify-content: center;
  }
  /* featured section */
  .featured-parent {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 40px 20px;
  }

  .featured-box-one {
    width: 100%;
  }

  .featured-box-one h3 {
    font-size: 28px;
  }

  .featured-box-two {
    display: none;
  }

  .featured-box-three {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .featured-box-three img {
    width: 110px;
  }
  /* services section */
  .services {
    padding: 60px 20px;
  }

  .services-parent > p {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-bottom: 30px;
  }

  .services-parent h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .services-items {
    flex-direction: column;
    gap: 40px;
    padding: 24px;
  }

  .item-box-one,
  .item-box-two {
    width: 100%;
  }

  .left-item p {
    width: 100%;
    height: auto;
    border: none;
  }

  .services-right {
    width: 100%;
    height: auto;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .righ-item p {
    width: 100%;
  }
  .line-two {
    display: none;
  }
  /* engaging clip */
  .engaging-box {
    display: flex;
    flex-direction: column;
  }
  .engaging-box-image img {
    width: 100%;
    height: 100%;
  }
  .engaging-second-box {
    display: flex;
    flex-direction: column;
  }
  .engaging-box-image > p {
    width: 100%;
  }
  .engaging-box-two {
    display: flex;
    flex-direction: column;
  }
  .engaging-second-box {
    width: 100%;
  }
  /* business video secton */
  .business-images {
    display: flex;
    flex-direction: column;
  }
  .business-images p {
    padding-bottom: 10px;
  }
  .business-images img {
    width: 100%;
    padding: 0 15px 0 15px;
  }
  .business-title h2 {
    text-align: center;
  }
  /* popular section */
  .popular-content {
    display: flex;
    flex-direction: column;
  }
  .popular-text {
    width: 100%;
  }
  .popular-image {
    width: 100%;
    padding: 0 15px 0 15px;
  }
  .popular-image img {
    width: 100%;
  }
  /* stories section */
  .stories-images {
    display: flex;
    flex-direction: column;
  }
  .stories-first {
    display: flex;
    flex-direction: column;
  }
  .stories-first-box {
    width: 100%;
  }
  .second-comment {
    padding: 40px 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  /* footer section */
  .parent-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .first {
    width: 100%;
    text-align: center;
  }
  .first p {
    padding: 15px;
  }
  .footer-btn {
    display: flex;
    justify-content: center;
  }
  .second {
    text-align: center;
    padding-top: 40px;
  }
  .three {
    text-align: center;
  }
  .contact-form-container {
    max-width: 100%;
    padding: 0 15px 0 15px;
  }

  /* questions section */
  .details {
    border: 5px solid green;
  }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
  /* nav bar */
  nav {
    padding: 12px 15px;
  }

  .nav-btn {
    gap: 5px;
  }

  .btn-one,
  .btn-two {
    padding: 5px 10px;
    font-size: 12px;
  }
  /* banner */
  .box-one h1 {
    font-size: 26px;
    line-height: 34px;
  }
  .box-two {
    padding: 0px 15px 0 15px;
  }
  .nav-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .social-channel {
    max-width: 100%;
  }

  .social {
    flex-wrap: wrap;
    gap: 10px;
  }
  /* featured section er code */
  .featured-box-one h3 {
    font-size: 24px;
  }

  .featured-box-one p {
    font-size: 16px;
  }

  .featured-box-three img {
    width: 90px;
  }

  .featured-box-three {
    gap: 20px;
  }
  /* services section */
  .item-box-one {
    width: 100%;
  }
  .item-box-two {
    width: 100%;
  }
  .line-two {
    display: none;
  }
  .left-item p {
    padding-bottom: 15px;
  }

  /* engaging clip */
  .engaging-box {
    display: flex;
    flex-direction: column;
  }
  .engaging-box-two {
    display: flex;
    flex-direction: column;
  }
  .engaging-second-box {
    display: flex;
    flex-direction: column;
  }
  .engaging-box-image > p {
    width: 100%;
  }
  /* business video secton */
  .business-images {
    display: flex;
    flex-direction: column;
  }
  .business-images p {
    padding-bottom: 10px;
  }
  .business-images img {
    width: 100%;
    padding: 0px 15px 0 15px;
  }
  .business-title h2 {
    font-size: 30px;
    text-align: center;
  }
  /* popular section */
  .popular-content {
    display: flex;
    flex-direction: column;
  }
  .popular-text {
    width: 100%;
  }
  .popular-image {
    width: 100%;
  }
  .popular-image img {
    width: 100%;
    padding: 0 15px 0 15px;
  }
  .popular-text {
    padding: 0 15px 0 15px;
    text-align: center;
  }
  .popular-text h2 {
    font-size: 30px;
  }
  /* stories section */
  .stories-images {
    display: flex;
    flex-direction: column;
  }
  .stories-first {
    display: flex;
    flex-direction: column;
  }
  .stories-first-box {
    width: 100%;
  }
  .stories-text {
    display: flex;
    flex-direction: column;
  }
  .faq-container {
    padding: 0 20px 0 20px;
  }
  /* footer section */
  .parent-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .first {
    width: 100%;
    text-align: center;
  }
  .first p {
    padding: 15px;
  }
  .footer-btn {
    display: flex;
    justify-content: center;
  }
  .second {
    text-align: center;
    padding-top: 40px;
  }
  .three {
    text-align: center;
  }
  .contact-form-container {
    padding: 0 15px 0 15px;
  }
}
