.home {
  height: 85vh;
  background-image: url("../img/home.jpg");
  background-size: cover;
  background-attachment: fixed; }
  .home h1 {
    font-size: 1.7rem; }
    @media screen and (min-width: 1200px) {
      .home h1 {
        font-size: 2.5rem; } }
  .home p {
    font-size: 1.38rem; }
    @media screen and (min-width: 1200px) {
      .home p {
        font-size: 1.6rem; } }

.title-subline {
  color: blueviolet;
  opacity: 80%;
  border-width: 4px;
  width: 0px;
  animation: opening 0.75s ease 1.25s 1 forwards; }
  @media screen and (min-width: 1200px) {
    .title-subline {
      width: 0px; } }

@keyframes opening {
  0% {
    width: 0px; }
  100% {
    width: 280px;
    @media screen and (min-width: 1200px) {
      width: 500px; } } }

.h2-subline {
  opacity: 100%;
  color: #705f89;
  width: 12rem; }

.footer {
  background-color: #705f89; }
  .footer p {
    font-size: 0.85rem; }

.home-logo {
  width: 310px;
  height: auto; }

iframe {
  width: 100%;
  height: 280px; }

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #705F89 #ffffff; }

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  width: 10px;
  width: 10px; }

*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #705F89;
  border: 4px solid #FFFFFF; }

*::-webkit-scrollbar-track:hover {
  background-color: #705F89; }

*::-webkit-scrollbar-track:active {
  background-color: #705F89; }

*::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #705F89;
  border: 2px solid #FFFFFF; }

*::-webkit-scrollbar-thumb:hover {
  background-color: #705F89; }

*::-webkit-scrollbar-thumb:active {
  background-color: #705F89; }

body {
  scroll-behavior: smooth; }

.about-icons {
  width: 3.5rem;
  height: auto; }

@media screen and (min-width: 768px) {
  .about-cardcontainer {
    box-shadow: 9px 16px 54px -3px rgba(0, 0, 0, 0.49);
    -webkit-box-shadow: 9px 16px 54px -3px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 9px 16px 54px -3px rgba(0, 0, 0, 0.49); } }

@media screen and (min-width: 768px) {
  .bout-card {
    border: 0; } }

.about-middlecard {
  background-color: #705f89; }
  .about-middlecard h5,
  .about-middlecard p {
    color: #ffffff; }

.about-customers {
  background-color: #eee; }
  .about-customers h3 {
    color: #000000;
    opacity: 100%; }

.customers img {
  width: auto;
  height: 2rem;
  filter: grayscale(100%); }
  @media screen and (min-width: 1200px) {
    .customers img {
      height: 2.75rem; } }

.green-tick {
  opacity: 45%; }

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

.profile {
  position: relative;
  width: 300px;
  height: 350px;
  background: url("../img/worker1.jpg");
  background-size: cover;
  cursor: pointer;
  border: 12px;
  border-top-right-radius: 35px !important;
  border-radius: 6px; }

.overlay {
  width: 100%;
  height: 100%;
  background: #705f89d5;
  border-radius: 12px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s;
  border-top-right-radius: 35px !important;
  border-radius: 6px; }

.profile:hover .overlay {
  opacity: 1; }

.social-icons {
  display: flex;
  list-style: none;
  bottom: 10px;
  position: absolute;
  text-align: center;
  justify-content: center;
  left: 22px; }

.social-icons li {
  width: 25px;
  height: 25px;
  border: 1px solid #eee;
  padding: 20px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  transition: all 1s; }

.social-icons li:hover {
  background: #fff;
  color: #000; }

.overlay .about {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 40%;
  color: #fff;
  flex: column; }

.wrapper {
  transform: scale(0.9); }

.profile {
  box-shadow: 1px 2px 44px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 2px 44px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 2px 44px -2px rgba(0, 0, 0, 0.75); }

.profile2 {
  background-image: url("../img/worker2.jpg"); }

.profile3 {
  background-image: url("../img/worker3.jpg"); }

.profile4 {
  background-image: url("../img/worker4.jpg"); }

.profile5 {
  background-image: url("../img/worker5.jpg"); }

.our-team {
  background-color: #eee; }

.services-icon {
  height: 4.5rem;
  width: auto; }

.services-card {
  height: 15rem; }

.contact-map {
  border-color: #705f89 !important; }
  @media screen and (min-width: 1400px) {
    .contact-map {
      width: 80%; } }
      
h3{
  font-family: 'Quicksand', sans-serif;
}
h2 {
  font-family: 'Quicksand', sans-serif;
}
h4 {
  font-family: 'Quicksand', sans-serif;
}
