
.home-parent {
  position: relative;
  display: flex;
  top: 30px;
  width: 728.6px;
  height: 26px;
  color: var(--color-snow);
  z-index: 99;
  justify-content: space-between;
  max-width: 500px;
  align-items: center;
  margin: auto;
}
.home-parent-active {
  position:relative;
  display: flex;
  top: 10px;
  width: 728.6px;
  height: 26px;
  color: var(--color-snow);
  z-index: 99;
  justify-content: space-between;
  max-width: 500px;
  align-items: center;
  margin: auto;
}
.group-child {
  position: relative;
  top: 0;
  left: 0;
  border-radius: var(--br-3xs);
  background-color: var(--color-indigo-100);
  width: 151px;
  height: 48px;
}
.contact-us {
  position: relative;
  top: 12px;
  line-height: 24px;
  font-weight: 500;
}
.rectangle-parent {
  position: relative;
  top: 10px;
  width: 151px;
  height: 100% !important;
  text-align: right;
  font-size: var(--text-xl-font-bold-size);
  z-index: 99;
}
.rectangle-parent-active {
  position: relative;
  top: -10px;
  width: 151px;
  height: 48px;
  text-align: right;
  font-size: var(--text-xl-font-bold-size);
  z-index: 99;
}
.group-item {
  position: relative;
  top: 0;
  left: 0;
  border-radius: var(--br-3xs);
  background-color: var(--white);
  width: 183px;
  height: 64px;
}
.viciad-logo-1-icon {
  position: relative;
  left: 0;
  width: 100%;
  height: 100px;
  object-fit: cover;
  background-color: white;
  padding: 10px;
}
.rectangle-group {
  position: relative;
  width: 183px ;
  height: 64px;
  z-index: 99;
  background-color: white;
}
.rectangle-group-active {
  position: relative;
  top: 0px;
  width: 183px;
  height: 64px;
  z-index: 99;
  background-color: white;
}
.about1 {
  font-weight: 500;
}
#navbar{
  max-width: 100% !important;
  background-color: white;
  padding-top: 15px;
}
.navCtaButton{
  background-color: #521274;
  width: 150px !important;
  padding: 10px;
  border-radius: 5%;
  text-align: center;
  justify-content: center;

}
.grid-container {
  display: grid;
  grid-template-columns: 25% 60% 15%;
  padding: 10px;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}
.grid-item {
  padding: 20px;
  font-size: 30px;
  text-align: center;
}
@media(max-width:1280px){
  .navLinks, .navCtaButton, .viciad-logo-1-icon{
    scale: 0.5 !important;
  }
}
.navLinks, .navCtaButton, .viciad-logo-1-icon{
  scale: 0.7;
}
@media(max-width:1440px){
  .navLinks, .navCtaButton, .viciad-logo-1-icon{
    scale: 0.6;
  }
}


@media(max-width:1280px){
.cardtext{
  height:500px;
}
.cardimage{
  height:275px !important;
  aspect-ratio: 1;
}
.carddesc{
  height:450px !important
}
}

  .cardimage{
    height:400px;
    aspect-ratio: 1;
  }

  .carddesc{
    height: 300px;
    line-height: 1.5;
  }
  @media(max-width:1440px){
  .cardtext{
    height:500px;
  }
  .cardimage{
    height:300px;
    aspect-ratio: 1;
  }
  .carddesc{
    height:600px
  }
  }

  header{
    position: fixed;
    z-index: 99;
    width: 100%;
    font: 25px !important;
    font-size: small !important;
    transition: 0.5s;
    
  }
  .unscrolled{
    background-color: transparent;
    padding-top: 30px !important;
  }
  .scrolled{
    background-color: #521274;
    padding-top: 0px;
  }
  nav{
    background-color: transparent !important;
  }
  .navLogo{
    background: white;
    width: 200px;
    height: 60px;
  }
  #mobile-menu-2{
    position: absolute;
    right: 0%;
  }
  @media(max-width:1023px){
      .mobilemargin{
    margin-top: 100px;
  }
  }
