html,
body {
  margin: 0;
  padding: 0;
}
body {
  /*background-color: antiquewhite;*/
  background: linear-gradient(#ffe9e9, rgb(245, 243, 243), #fbfbfd);
  font-family: serif;
}
#mynavbar {
  background-color: #c21807;
}

#mynavbar li {
  background-color: white;
  margin-left: 30px;
  margin-top: 10px;
  height: 30px;
  width: 115px;
  border-radius: 15px;
  text-align: center;
  align-items: center;
  font-size: large;
  line-height: 1px;
}
#mynavbar a {
  color: #c21807;
  font-weight: bold;
}
.navbar-toggler {
  width: 47px;
  height: 34px;
  color: #fff;
}
.navbar-toggler .line {
  width: 100%;
  float: left;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
}

.hero-image {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(./images/DigitalMarketing.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.backgroundImage {
  height: 550px;
}
#about {
  text-align: justify;
}
#about p {
  font-size: larger;
  line-height: 2;
}
h2 {
  color: #c21807;
  text-align: center;
}
#contact-us .card {
  background: none;
}
.form-control {
  background-color: beige;
}
footer {
  background-color: #9c1609;
}
#contact-us {
  background-image: url(./images/contactbg.jfif);
  background-size: cover;
  background-repeat: no-repeat;
}

.contact {
  position: relative;
  text-align: center;
  color: white;
}

.text-over-img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
#footer li {
  color: white;
  line-height: 1px;
}
#footer ul {
  list-style-type: square;
}

.contact-card,
.card-header {
  border-color: burlywood;
  border-radius: 30px;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 68%;
  position: relative;
  height: 0;
  border-radius: 30px;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.vl {
  border-left: 6px solid green;
  height: 500px;
}
/*Packages section starts*/
#plans .card {
  border-radius: 60px;
  background-color: #f9fafa;
  /*background: linear-gradient(beige, white, #9d9db1);*/
  color: #7c2b23;
}
#plan2 {
  border-radius: 60px;
  background-color: beige;
  /*background: linear-gradient(beige, white, #9d9db1);*/
  color: #7c2b23;
}
#plans .card:hover {
  scale: 1.03;
}

.row2 {
  border-radius: 60px;
}
.card-plan .card {
  border-radius: 60px;
  background-color: beige;
  /*background: linear-gradient(beige, white, #9d9db1);*/
  color: #7c2b23;
}
#plans a {
  color: navy;
}

#plans ul {
  list-style: none;
  font-size: larger;
}

#plans ul li:before {
  content: "✓";
  padding: 5px;
  font-size: larger;
}
.bi-facebook {
  color: blue;
  font-size: larger;
}
.bi-instagram {
  color: orangered;
  font-size: larger;
}
.bi-twitter {
  color: white;
  background-color: rgb(29, 136, 172);
  border-radius: 10px;
  font-size: larger;
}
.bi-youtube {
  color: red;
  font-size: 30px;
}

.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.whatsapp-icon {
  margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 10px;
  }
  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
    font-size: 22px;
  }
}
