* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: "Roboto", sans-serif;
}
::-webkit-scrollbar {
  width: 0;
}
.navbar {
  width: 100%;
}
.bg-light {
  background: #040708 !important;
}
.collapse {
  justify-content: flex-end;
}
.collapse .navbar-nav a.nav-link {
  margin-left: 1rem;
  margin-right: 1rem;
  color: white !important;
}
.dropdown-item:hover {
  background: #e49e3c;
  color: white;
}

button.contact {
  border: 1px solid #e49e3c;
  padding: 0.2rem;
  width: 100px;
  margin-top: 0.3rem;
  background: none;
  color: white;
  height: 35px;
}
a.navbar-brand {
  font-weight: 700;
  color: white !important;
  font-size: 35px;
}
.navbar-brand img {
  height: 4rem;
  width: auto;
}

.landing-banner {
  background: url(images/61770.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  padding: 0;
}
.webanimation {
  margin-top: 3rem;
}
.banner-overlay {
  padding: 0;
  margin: 0;
  width: 100%;
  height: inherit;
  background: rgba(0, 0, 0, 0.904);
  padding: 3rem;
}
.banner-content {
  position: absolute;
  bottom: 2rem;
}
p.main-heading {
  font-size: 120px;
  font-weight: 800;
  color: white;
  line-height: 3.5cm;
}
p.sub-heading {
  color: white;
  font-size: 20px;
  font-weight: 300;
  margin-left: 0.3rem;
  margin-top: -1rem;
}
.about .col-md-6.about-content {
  padding: 4rem;
  background: white;
}
.about-content h1 {
  font-weight: 800;
  font-size: 80px;
  line-height: 2cm;
}
.about-content p {
  width: 90%;
  margin-top: 2rem;
  font-size: 16px;
}
.read-more {
  background: #1a27c9;
  border: none;
  width: 150px;
  text-decoration: none;
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-weight: 600;
  padding: 0.5rem;
  margin-top: 1rem;
  border-radius: 20px;
}
.about-img {
  background: url(images/pexels-fauxels-3184360.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  height: 600px;
}
.img-overlay {
  background: rgba(0, 0, 0, 0.698);
  position: absolute;
  height: inherit;
  width: 100%;
  padding: 3rem;
}
.img-overlay p {
  color: black;
  font-size: 20px;
  width: 80%;
  position: absolute;
  bottom: 3rem;
  background: #e49e3c;
  padding: 0.5rem 1rem;
  line-height: 0.6cm;
}
.img-overlay i {
  margin-right: 0.5rem;
}
.mission {
  background: #1a27c9;
}
.mission .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.our-mission {
  padding: 2rem;
}
.our-mission hr {
  background: black;
  height: 4px;
}
h3.heading {
  font-family: "Courier New", Courier, monospace;
  font-size: 20px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.1cm;
}
.mission-content {
  padding: 1rem;
}
.mission-content h1 {
  font-size: 80px;
  color: white;
  font-weight: 900;
  line-height: 2.3cm;
}
.mission-content p {
  color: rgb(185, 184, 184);
  font-size: 18px;
  width: 90%;
}
.services {
  background: black;
}
.services-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.services-content .row {
  display: flex;
  margin: auto;
  justify-content: center;
  column-gap: 1rem;
  margin-top: 3rem;
}
.services-content .col-md-3 {
  position: relative;
  padding: 0;
  height: 270px;
  width: 22%;
}
.service-name h5 {
  font-family: "Courier New", Courier, monospace;
  font-weight: 800;
  font-size: 18px;
}
.why-we {
  background: url(images/12426.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.why-we-content {
  background: rgba(255, 255, 255, 0.904);
  padding: 4rem;
  border-radius: 20px;
}
.why-we-content h1 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 2rem;
}
.why-we-content p {
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  color: rgb(66, 66, 66);
}

button.clients {
  background: #e49e3c;
  border: none;
  border-radius: 20px;
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-top: 2rem;
}
.subscribe {
  background: #e49e3c;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}
.subscription-form {
  display: flex;
  margin: auto;
  justify-content: center;
}
.subscription-form input {
  border: none;
  background: white;
  padding-left: 20px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: 40px;
  width: 300px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.subscription-form input:focus {
  outline: none;
}
button.sign-up {
  background: #1a27c9;
  padding: 0.5rem;
  height: 40px;
  width: 100px;
  color: white;
  border: none;
  font-family: "Courier New", Courier, monospace;
  font-weight: 600;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.get-started {
  background: url(images/nasa--hI5dX2ObAs-unsplash.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: grid;
  place-items: center;
  color: white;
  height: 600px;
  position: relative;
  padding: 0;
}
.get-started-overlay {
  background: rgba(0, 0, 0, 0.822);
  height: inherit;
  width: 100%;
}
.get-started .container {
  padding: 3rem;
}
h1.headingg {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 2rem;
}
.get-started .container p {
  font-size: 35px;
  width: 85%;
  line-height: initial;
  font-weight: 700;
}
button.get-started-btn {
  border: none;
  border-radius: 20px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  background: #1a27c9;
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-weight: 600;
  margin-top: 2rem;
}
h3.top-clients {
  color: black;
}
.our-clients {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
  margin: auto;
  justify-content: center;
}
.our-clients img {
  margin: 1rem;
  width: 120px;
  box-shadow: 1px 1px 10px rgba(238, 238, 238, 0.904);
  padding: 0.5rem;
  border-radius: 4px;
  transition: 0.5s;
  cursor: pointer;
  background: white;
  height: 100px;
}
.our-clients img:hover {
  background: #e49e3c;
}
.service-name h4 {
  text-transform: uppercase;
  font-size: 18px;
}
.advertisers .col-md-5 {
  padding: 1rem 1rem 1rem 3rem;
}
.advertisers .col-md-5 h2 {
  font-size: 35px;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.contact .container h3 {
  color: white;
  margin-top: 2rem;
}
.contact .container h1 {
  margin-top: 2rem;
}
.contact-form {
  background: #e49e3c;
}
.contact-form .row {
  display: flex;
  margin: auto;
  justify-content: center;
}
.contact-form .info {
  background: #000;
  color: white;
  padding: 2rem;
}
.contact-form .form {
  background: white;
  padding: 2rem;
}
form {
  display: block;
}
form input {
  margin-bottom: 1rem;
  height: 40px;
}
form input:focus {
  outline: none;
}
form textarea {
  width: 100%;
  padding: 0;
  height: 100px;
  padding-left: 10px;
  padding-top: 1rem;
}
.input-field {
  padding: 0;
}
button.submit {
  background: #1a27c9;
  width: 150px;
  border-radius: 20px;
  padding: 0.5rem;
  font-family: "Courier New", Courier, monospace;
  font-weight: 600;
  border: none;
  color: white;
}
footer {
  background: #040708;
  color: rgb(218, 218, 218);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer-top {
  padding: 2rem;
}
.para p {
  font-size: 25px;
  color: rgb(226, 226, 226);
}
.footer-logo h3 {
  text-align: right;
}
footer a {
  color: rgb(126, 126, 126);
  text-decoration: none;
}
.links {
  display: flex;
  margin: auto;
  justify-content: center;
  column-gap: 3rem;
}
footer hr {
  width: 80%;
  margin: auto;
  justify-content: center;
}
.social i {
  margin: 1rem 1rem 1rem 0;
  font-size: 25px;
  cursor: pointer;
  color: rgb(126, 126, 126);
}
.social i:hover {
  color: #1a27c9;
}
p.copyright {
  color: rgb(126, 126, 126);
}
p.address {
  color: rgb(126, 126, 126);
}
.typing {
  font-size: 120px;
  font-weight: 800;
  color: #e49e3c;
}
.service {
  transition: 0.5s;
  cursor: pointer;
  border-radius: 5px;
  background: rgb(29, 29, 29);
  border: 1px solid rgb(56, 56, 56);
  color: rgb(221, 221, 221);
  display: grid;
  place-items: center;
}
.service:hover {
  background: rgb(255, 255, 255) !important;
  color: rgb(31, 31, 31) !important;
  transform: translateY(-15px);
}
.service-name {
  position: absolute;
  background: #0e0e0ebd;
  height: 270px;
  width: 100%;
  height: 50px;
  bottom: 0;
  overflow-y: hidden;
  padding: 0.8rem 1.5rem 1.5rem 1.5rem;
  color: white;
}
.service-name h4 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.service-name p {
  font-size: 16px;
  text-align: justify;
}
.service-name:hover {
  height: 100%;
  top: 0;
}
.navbar-light .navbar-toggler-icon {
  background-image: none !important;
}
.contact-container {
  height: 450px;
}
.about-head {
  background: #5c258d;
  background: -webkit-linear-gradient(to right, #2037c9, #8791d1);
  background: linear-gradient(to right, #2037c9, #8791d1);
  height: 350px;
  color: white;
}
.services-head {
  background: #e49e3c;
  background: -webkit-linear-gradient(to right, #e49e3c, #e4b36f);
  background: linear-gradient(to right, #e49e3c, #e4b36f);
  height: 350px;
  color: white;
}
.about-head h1 {
  margin-top: 10%;
  color: white;
  font-weight: 700;
}
.company-overview {
  background: url(images/pexels-pixabay-260689.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 600px;
  padding: 0;
}
.overview-overlay {
  position: absolute;
  background: linear-gradient(to right, white, rgba(253, 253, 253, 0.342));
  height: 600px;
  width: 100%;
}
.overview-overlay .col-md-7 {
  padding: 5rem 2rem 3rem 2rem;
}
h1.overview {
  font-size: 50px;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.why-choose-us .row {
  margin: auto;
  justify-content: center;
}
.qualities {
  display: flex;
  flex-wrap: wrap;
}
.quality1 {
  width: 40%;
  margin: 1rem;
}
.stats {
  margin-top: 2rem !important;
  display: flex;
  margin: auto;
  justify-content: space-evenly;
  box-shadow: 2px 2px 5px rgba(209, 209, 209, 0.904),
    -2px -2px 5px rgba(255, 255, 255, 0.904);
  border-radius: 5px;
}
.stat span {
  font-size: 30px;
  font-weight: 700;
}
.about-page-contact {
  background: url(images/pexels-startup-stock-photos-7065.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  position: relative;
  height: 300px;
}
.about-contact-overlay {
  background: #2036c9a6;
  position: absolute;
  height: 300px;
  width: 100%;
  padding: 1rem;
}
.about-contact-overlay .row {
  margin: auto;
  justify-content: center;
}
.about-contact-overlay .col-md-8 {
  color: white;
  padding-top: 6%;
}
button.about-contact-button {
  background: none;
  border: 1px solid white;
  width: 200px;
  padding: 0.5rem;
  color: white;
  transition: 0.5s;
  margin-top: 1rem;
  border-radius: 20px;
}
button.about-contact-button:hover {
  background: white;
  color: black;
}
.service-detail {
  margin-top: 10%;
}
button.read-more {
  background: #e49e3c;
  width: 130px;
  border: none;
  border-radius: 20px;
  padding: 0.5rem;
  color: white;
}
button.indicator {
  background: black !important;
}
.carousel-service-item {
  height: 650px;
}
.carousel-indicators [data-bs-target] {
  background-color: black;
}
.service-contact {
  background: #2037c9;
  color: white;
}
.service-contact .row {
  margin: auto;
  justify-content: center;
}
button.service-contact-btn {
  background: #e49e3c;
  width: 150px;
  border: none;
  border-radius: 20px;
  padding: 0.5rem;
  color: white;
}
.process {
  background: rgb(236, 236, 236);
}
.process .row {
  margin: auto;
  justify-content: center;
}
.process .col-md-9 p {
  font-size: 25px;
  color: rgb(56, 56, 56);
}
.steps {
  column-gap: 1.5rem;
}
.steps .col-md-3 {
  box-shadow: 2px 2px 5px rgba(209, 209, 209, 0.904),
    -2px -2px 5px rgba(255, 255, 255, 0.904);
  border-radius: 5px;
  padding: 1rem;
}
.steps .col-md-3 p {
  color: rgb(83, 83, 83);
}
.work .col-md-3 {
  width: 25%;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}
.work .col-md-3:hover {
  transform: translateY(-10px);
}
.work .col-md-3 img {
  display: block;
}
.work .col-md-3 .overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.61); /* Black see-through */
  color: #f1f1f1;
  width: 92.6%;
  border-radius: 5px;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.work .col-md-3:hover .overlay {
  opacity: 1;
}
.overlay i {
  font-size: 25px;
}
.packages {
  background: rgb(236, 236, 236);
}
.packages .row {
  margin: auto;
  justify-content: center;
}
.tabs {
  display: flex;
  margin: auto;
  justify-content: space-evenly;
}
.ser-name {
  box-shadow: 2px 2px 5px rgba(209, 209, 209, 0.904),
    -2px -2px 5px rgba(255, 255, 255, 0.904);
  border-radius: 5px;
  padding: 0.5rem;
  position: relative;
  width: 15%;
  cursor: pointer;
  place-items: center;
  transition: 0.5s;
}
.ser-name p {
  margin-bottom: 0;
}
.ser-name:hover {
  background: #e49e3c;
  color: white;
}
.active-tab {
  background: #e49e3c;
  color: white;
}

.plans {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.plans .plan1 {
  box-shadow: 2px 2px 5px rgba(209, 209, 209, 0.904),
    -2px -2px 5px rgba(255, 255, 255, 0.904);
  border-radius: 5px;
  padding: 1rem;
  width: 30%;
  margin: 1rem;
  transition: 0.5s;
}
.plans .plan1:hover {
  transform: translateY(-10px);
}
.plan1 span {
  font-size: 40px;
  font-weight: 700;
  color: #e49e3c;
}
.features i {
  margin-right: 5px;
  color: rgb(119, 119, 119);
}
button.order {
  width: 120px;
  background: #e49e3c;
  padding: 0.5rem;
  border-radius: 20px;
  color: white;
  border: none;
}
.logo-plans {
  display: none;
}
.seo-plans {
  display: none;
}
.content-writing-plans {
  display: none;
}
.mobile-plans {
  display: none;
}
.digital-marketing-plans {
  display: none;
}
.website-head .col-md-6 {
  display: grid;
  place-items: center;
}
.website-head .col-md-6 h1 {
  font-size: 60px;
  font-weight: 700;
  margin-top: 3rem;
}
button.work-with-us {
  width: 150px;
  border: none;
  background: #e49e3c;
  padding: 0.5rem;
  color: white;
  border-radius: 20px;
}
.strategy {
  background: #181818;
  color: rgb(155, 155, 155);
}
.strategy .col-md-4 h3 {
  color: rgb(245, 245, 245);
}
.strategy .col-md-4 ul li {
  color: rgb(212, 212, 212);

  list-style: none;
}
.strategy .col-md-4 ul li::before {
  content: "\2022";
  color: #e49e3c;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  list-style-type: square;
}
.web {
  margin: auto;
  justify-content: center;
}
.terms {
  margin-top: 5rem;
  border-radius: 5px;
  border: 0.5px solid rgb(221, 221, 221);
}
footer .links p {
  color: #7e7e7e;
}
.review-container .row {
  margin: auto;
  justify-content: center;
}
.rating i {
  color: yellowgreen;
  font-size: 20px;
}
.review {
  box-shadow: 2px 2px 5px rgba(209, 209, 209, 0.904),
    -2px -2px 5px rgba(255, 255, 255, 0.904);
  display: flex;
  border-radius: 5px;
}
.review .image {
  width: 20%;
}
.review .story {
  width: 80%;
}

.privacy p {
  font-size: 17px;
}
.googlecomapaign h2 span {
  background: linear-gradient(90.69deg, #e49e3c 24.84%, #e49e3c 49.89%),
    linear-gradient(90.03deg, #e49e3c 23.79%, #e49e3c 77.39%),
    linear-gradient(0deg, #ffffff, #ffffff);
  background-clip: text;
  -webkit-background-clip: text; /* Safari/Chrome support */
  color: transparent;
}
.googlecomapaign {
  border-top: 1px solid #424040;
  padding: 100px 0 0;
  background: #000;
}
.googlecomapaign img.adlogo {
  width: 100%;
  max-width: 300px;
  display: flex;
  margin: 20px auto 0;
}

.googlecomapaign h2 {
  font-size: 70px;
}
.googlecomapaign p {
  width: 70%;
  margin: 20px auto 50px;
  font-size: 28px;
}
.googlecomapaign img {
  width: 60%;
}
@media (max-width: 1600px) {
  .googlecomapaign h2 {
    font-size: 40px;
  }
  .googlecomapaign img {
    width: 75%;
  }
}
@media only screen and (max-width: 1200px) {
  .googlecomapaign p {
    width: 100%;
  }
  .googlecomapaign h2 {
    font-size: 38px;
  }

  .googlecomapaign img {
    width: 80%;
  }
  .get-started .container h1 {
    margin-top: 0;
  }
  /* .services-content .col-md-3{
        width: 35%;
    } */
  .mission .col-md-8 {
    padding-left: 2rem;
  }
  .landing-banner {
    height: 100vh;
  }
  .navbar .container {
    max-width: 100%;
  }

  .tabs {
    width: 100%;
  }

  .plans {
    max-width: 100%;
  }
  .packages .container {
    max-width: 100%;
  }
  .packages .container .col-md-10 {
    width: 100%;
  }
  .work .col-md-3 .overlay {
    width: 90%;
  }
  .overlay h3 {
    margin-top: 1rem !important;
  }
  .container.choose-plan {
    max-width: 100% !important;
  }
  .choose-plan .col-md-10 {
    width: 100%;
  }
  .plans .plan1 {
    width: 30%;
  }
}

@media only screen and (max-width: 1024px) {
  .ser-name p {
    font-size: 14px;
  }
  .plans .plan1 {
    width: 35%;
  }
  .work .col-md-3 .overlay {
    width: 93.5%;
  }
  .overlay h3 {
    margin-top: 3rem !important;
  }
  .work .col-md-3 {
    width: 50%;
    margin-bottom: 1.5rem;
  }
  .overview-overlay .col-md-7 {
    width: 100%;
  }
  .container.choose-plan {
    max-width: 100% !important;
  }
  .choose-plan .col-md-10 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .googlecomapaign {
    padding-bottom: 100px;
  }
  .googlecomapaign br {
    display: none;
  }
  .services-content .col-md-3 {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .googlecomapaign {
    padding-bottom: 50px;
  }
  .services-content .col-md-3 {
    width: 48%;
  }
}
@media only screen and (max-width: 576px) {
  .googlecomapaign p {
    font-size: 18px;
  }
  .review {
    display: block;
  }
  .review .image {
    width: 100%;
  }
  .review .story {
    width: 100%;
    text-align: center;
  }
  a.navbar-brand {
    font-size: 25px;
  }
  .advertisers .col-md-5 {
    padding: 1rem 1rem 1rem 1rem;
  }
  .our-clients {
    padding: 0 !important;
    padding-top: 1rem !important;
    display: flex;
    margin: auto;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .our-clients img {
    margin: 0;
    margin-bottom: 1rem;
  }
  button.contact-btn {
    height: 35px;
  }

  .typing {
    font-size: 40px;
  }
  .mission-lottie {
    margin-top: 1.5rem !important;
  }
  p.main-heading {
    font-size: 40px;
    line-height: initial;
  }
  .banner-overlay {
    padding: 0;
  }
  .banner-content {
    top: 25%;
  }
  .mouse {
    display: none;
  }
  .landing-banner {
    height: 400px;
  }
  p.sub-heading {
    padding-right: 1rem;
    margin-left: 0;
  }
  .services-content .col-md-3 {
    width: 100%;
  }
  .service-name h4 {
    font-size: 16px;
  }
  .service-name p {
    font-size: 15px;
  }
  .about .col-md-6.about-content {
    padding: 2rem 1rem 2rem 1rem;
  }
  .about-content h1 {
    font-size: 40px;
    line-height: initial;
  }
  .about-content p {
    width: 100%;
    margin-top: 1rem;
  }
  .img-overlay {
    padding: 1rem;
  }
  .img-overlay p {
    width: 90%;
  }
  .mission .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .mission-content h1 {
    font-size: 40px;
    line-height: initial;
  }
  .mission-content p {
    width: 100%;
  }
  .services-content {
    padding: 1rem;
  }
  .why-we-content {
    padding: 0.5rem;
  }
  .why-we-content p {
    font-size: 16px;
    line-height: initial;
    width: 100%;
  }
  button.clients {
    margin-top: 1rem;
  }
  .get-started .container {
    padding: 1rem;
  }
  .get-started .container h1 {
    font-size: 30px;
    margin-top: 0;
  }
  .get-started {
    height: 450px;
  }
  h3.heading {
    letter-spacing: initial;
  }
  .footer-logo h3 {
    text-align: left;
  }
  .footer-top {
    padding: 1rem;
  }
  .animation svg {
    width: 270px !important;
  }
  .our-mission {
    margin-left: -0.4rem;
  }
  .contact {
    height: 450px;
  }
  .contact-form .info {
    padding: 1rem;
  }
  lottie-player {
    width: 280px !important;
  }
  .info > div {
    display: block !important;
  }
  .top-clients i {
    margin-left: 1rem;
  }
  .about-img {
    height: 400px;
  }
  .get-started .container p {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
  }
  .about-head {
    height: 250px;
  }
  .about-head h1 {
    margin-top: 20%;
  }
  h1.overview {
    font-size: 40px;
  }
  .overview-overlay .col-md-7 {
    padding: 1rem;
  }
  .quality1 {
    width: 100%;
  }
  .why-qualities {
    order: 2 !important;
  }
  .about-page-contact,
  .about-contact-overlay {
    height: 200px;
  }
  .process .col-md-9 p {
    font-size: 16px;
  }
  .steps .col-md-3 {
    margin-bottom: 1rem;
  }
  .carousel .col-md-5 {
    width: 45%;
  }
  .work .col-md-3 {
    width: 100%;
    margin-bottom: 1rem;
  }
  .tabs {
    flex-wrap: wrap;
    padding: 0;
  }
  .ser-name {
    width: 30%;
    margin-bottom: 1rem;
  }
  .ser-name p {
    font-size: 10px;
  }
  .plans .plan1 {
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
  .website-head .col-md-6 h1 {
    font-size: 35px;
  }
  .work .col-md-3 .overlay {
    width: 92.5%;
  }
}
