/** POPPINS:>> Bold, SemiBold, Regular **/
@font-face {
  font-family: "Poppins-Bold";
  src: url("../../fonts/Poppins/Poppins-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../../fonts/Poppins/Poppins-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../../fonts/Poppins/Poppins-Regular.ttf");
  font-display: swap;
}
/** NUNITO:>> Bold **/
@font-face {
  font-family: "Nunito-Bold";
  src: url("../../fonts/Nunito/Nunito-Bold.ttf");
  font-display: swap;
}
/** RALEWAY:>> Regualar **/
@font-face {
  font-family: "Raleway-Regular";
  src: url("../../fonts/Raleway/Raleway-Regular.ttf");
  font-display: swap;
}

:root {
  /* Theme Color */
  --theme-color: #ea4517;

  /* Poppins Font */
  --poppins-bold: "Poppins-Bold";
  --poppins-semibold: "Poppins-SemiBold";
  --poppins-regular: "Poppins-Regular";

  /* Nuntio Font */
  --nunito-bold: "Nunito-Bold";

  /* Raleway */
  --raleway: "Raleway-Regular";
}

p {
  line-height: 1.5;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}

/* Banner */
.main-banner {
  height: 580px;
}
.main-banner h1 {
  font-size: 35px;
}
.marketing-banner::after {
  content: "";
  background: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)),
    url("../../images/marketing/marketing.bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 580px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}

/* Section 1(SEO Marketing Services) */
section p:nth-child(2) {
  font-family: var(--poppins-regular);
}
.section3 {
  padding-bottom: 0px;
}
.section4 {
  padding-bottom: 100px;
}

/* Section 2(Best Keywords) */
.card4-img img {
  -o-object-fit: cover;
  object-fit: cover;
}

/* Section 3 (seo service) */
.seo-service {
  background: linear-gradient(rgb(234 69 23 / 88%), rgb(234 69 23 / 88%)),
    url(../../images/marketing/seo-analytics-bg.jpg) no-repeat left center/cover;
  padding: 100px 0px;
}
.seo-service .card2-content h2 {
  font-family: var(--poppins-semibold);
  margin-bottom: 75px;
}
.seo-service .card2-content h2 span {
  display: block;
}
.seo-service .card2-img,
.card2-content {
  width: 100%;
  text-align: center;
}

/* Section 4 (seo-strategies) */
.seo-strategies {
  padding: 100px 0px;
}
.seo-strategies .seo-list {
  margin-bottom: 25px;
}
.seo-list p {
  color: #585858;
  margin-bottom: unset;
  line-height: 2;
}
.seo-list p:nth-child(2) {
  margin-bottom: unset;
}
.seo-strategies-list p::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 5px;
  border-bottom: 4px solid var(--theme-color);
  border-right: 4px solid var(--theme-color);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 17px;
  transform: rotate(45deg);
}
.seo-strategies-title .theme-btn {
  width: 260px;
  height: 60px;
  margin: 0 auto;
}
.seo-strategies-title h2 {
  font-family: var(--poppins-bold);
  color: #383838;
  text-align: center;
  padding: 55px 0px 25px;
}
.seo-strategies-title h2 span {
  display: block;
}

/* Section 5(Software Service) */
.software-service {
  background: linear-gradient(rgba(36 33 32 / 80%), rgba(36 33 32 / 80%)),
    url(../../images/marketing/software-service-bg.jpg) no-repeat center
      center/cover;
  padding: 50px 0px;
}
.software-service h2 {
  font-family: var(--poppins-semibold);
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
}
.software-service .col-group {
  margin-bottom: 40px;
}
.software-service .col-group h3 {
  font-family: var(--poppins-semibold);
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.software-service .col-group p {
  font-family: var(--poppins-regular);
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.card5-img {
  text-align: center;
}
.card5-img img {
  width: 275px;
  height: 167px;
}

/* Section 6 (SEO Agency) */
.seo-agency {
  background-color: #f6f6f6;
  padding-bottom: 95px;
}
.seo-agency p:nth-child(2) {
  font-family: var(--poppins-bold);
}

/* Form */
#marketing .form-content p {
  font-family: var(--poppins-regular);
}

@media only screen and (min-width: 768px) {
  /* Banner */
  .main-banner h1 {
    font-size: 45px;
  }

  /* Section 3 (seo service) */
  .seo-service .card2-img img {
    width: 600px;
    height: 393px;
    padding-right: 24px;
  }
  .seo-service .card2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 600px;
  }

  /* Section 4 (seo-strategies) */
  .seo-strategies-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 45% 45%;
  }
  .seo-strategies .seo-list:nth-child(1) {
    margin-right: 25px;
  }

  /* Section 5(Software Service) */
  .software-service h2 {
    width: 441px;
  }
  .software-service .card5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px;
  }
  .software-service .card5-img {
    margin-top: 50px;
  }
  .software-service .card5-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .software-service .col-group {
    margin-right: 17px;
    margin-bottom: unset;
    width: 33%;
  }
}

@media only screen and (min-width: 1024px) {
  /* Banner */
  .main-banner h1 {
    font-size: 60px;
  }

  /* Section 4 (seo-strategies) */
  .seo-strategies-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 19px;
  }

  /*  Section 5(Software Service) */
  .software-service .col-group {
    margin-right: 30px;
    width: 287px;
  }
}
