* {
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  outline: none;
  scroll-behavior: smooth;
  font-family: "Times New Roman", Times, serif;
}
.hgheader{
  background: #eeeedd;
  margin: 10px;
  padding: 10px;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.hgheader h1{
  font-size: 50px;
  color: hwb(231 2% 7%);
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
nav {
  background-color: rgb(201, 178, 178);
}
nav .nav-item {
  color: black;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
nav .nav-link:hover {
  color: #e931ca;
}
.dropdown-menu:hover{
  background-color: #52bff1;

}
#logo {
  color: lab(51.09% 79.53 2.33);
  font-weight: bolder;
  font-size: 28px;
}
.homepage {
  background: url(./assets/backgoundimage.png) no-repeat;
  background-size: cover;
  width: 90%;
  height: 90vh;
}
.homepage  h2{
   font-size: 25px;
  color: lch(51.57% 112.97 321.85);
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}


.social-icons a {
  margin-left: 10px;
  font-size: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 5px solid rgb(120, 192, 136);
  border-radius: 50%;
  color: hwb(202 15% 4%);
  transition: 0.5s ease;
  font-weight: bold;
  margin: 0.8rem;
  padding: 0.8rem;
  text-decoration: none;
}
.social-icons a:hover{
  background-color: aqua;
  color: rgb(24, 26, 25);
  box-shadow: 0 0 0.8rem #c475b7;
}
.services {
  margin-bottom: 20px;
}
.service-box {
  transition: 0.5s ease;
  &:hover{
  border: 6px solid #0ceb83;
  transform: scale(1.02);
  }
}
.service-box p {
  font-size: 18px;
}
.service-box i {
  font-size: 24px;
  color: rgb(206, 18, 231);
}
.card-body h2{
  display: inline-block;
}
.card-body h3{
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 1rem;
}
.card-body h3 span{
font-weight: bold;
font-size: 1.6rem;
position: relative;
display: inline-block;
color: transparent;
-webkit-text-stroke: 0.07rem oklab(86.762% -0.23109 0.17692);
animation: display-text 16s linear infinite;
animation-delay: calc(-4s * var(--i));
}
@keyframes display-text{
  25%,100%{
   display: none;
  }
}
.card-body h3 span::before{
  content: attr(data-text);
  position: absolute;
  width: 0;
  border-right: 0.2rem solid hsl(226, 100%, 59%);
  color: oklch(86.93% 0.2896 141.985);
  white-space: nowrap;
  overflow: hidden;
  animation: fill-text 5s linear infinite;
}
@keyframes fill-text{
  10%,100%{
    width: 0;
  }
  70%,90%{
    width: 100%;
  }
}
.card-body p{
margin: 1rem 0 1.3rem;
font-size: 1.2rem;
justify-content: center;
} 
.footer {
  margin-left: 20px;
  padding-left: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.upposition {
  justify-content: flex-end;
  align-items: flex-end;
}
.footer {
  background-color: rgb(201, 178, 178);
}
h1 {
  position: relative;
  color: rgb(38, 43, 43);
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  margin: 10px;
  margin-bottom: 5px;
}
h1::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 80px;
  height: 3px;
  bottom: -6px;
  background: lab(54.89% 87.04 -39.18);
  border-radius: 50px;
  margin-bottom: 10px;
}
h2,
h3 {
  color: hwb(239 5% 5%);
  font-weight: bold;
  line-height: 1.3;
}
p {
  line-height: 1.4;
  font-size: 20px;
  text-indent: 10px;
}
.card_descr {
  font-size: 1.3rem;
  color: hwb(0 0% 100%);
  position: relative;
  max-height: 100%;
  text-align: justify;
  line-height: 1.5;
  overflow: hidden;
  transition: max-height 0.2s;
}
.card_descr::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
 /*  background: linear-gradient(transparent, hsl(184, 7%, 58%)); */
  transition: opacity 0.2s;
}
.showLess {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showLess a{
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.card--active .card_descr {
  max-height: 400px;
}
.card--active .card_descr::before {
  opacity: 0;
} 
 .mycard {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  letter-spacing: 2px;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: #a883a3;
  color: #fff;
}
p {
  font-size: 18px;
}
ul li,
ol li {
  font-size: 18px;
}
.links p a {
  color: hwb(199 4% 6%);
  text-decoration: none;
  font-weight: bold;
}
.links p a :hover,
.links p a :active {
  color: lch(55.25% 86.76 345.52);
}
.about-text {
  padding: 10px;
  margin: 10px;
  text-indent: 10px;
  line-height: 1.4;
  font-size: 21px;
}
.roleandtarg {
  font-weight: bold;
  font-size: 20px;
  color: hsl(98, 85%, 60%);
}
.contactme{
  background-color: hsl(315, 22%, 96%);
}
.messageDiv{
  background-color: #52bff1;
  color: #fff;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 5px;
  font-size: 1rem;
  opacity: 0;
  animation: fadeOut 7s forwards;
}
/* .read-more-container{
    display: flex;
    flex-direction: column;
    color: #111;
}
.readme{
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

}
.read-more-btn{
    color: rgb(247, 7, 7);
    font-weight: 700;
}
.read-more-text{
    display: none;
}
.read-more-text--show{
    display: inline;
    font-size: 1.3rem;
    color: hwb(0 0% 100%);
    position: relative;
    max-height: 90px;
    text-align: justify;
    line-height: 1.5;
    overflow: hidden;
    transition: max-height 0.2s;
} */