* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.menubar {
  width: unset;
  height: unset;
  padding: unset;
  margin: unset;
  border: none;
  background-color: white !important;
}
.imgLogo {
  display: flex;
  align-items: center;
  width: 82px;
  height: 40px;
}
.img {
  width: 50px;
  height: 50px;
}
.headerH {
  font-size: 9px;
  font-family: Montserrat;
  color: #58595b;
}
.hDiv {
  display: flex;
  gap: 40px;
  width: 336px;
  height: 24px;
  align-items: center;
}
.container123 {
  display: flex;
  justify-content: space-between;
  margin: 3px;
  padding: 2px;
  width: 85%;
  position: relative;
  left: 6%;
  height: 88px;
  align-items: center;
}
.AZE {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon {
  font-size: 10px;
  color: #5d5a88;
}
.hDiv h2 {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  color: #6c87ae;
  line-height: 24px;
  cursor: pointer;
}
.AZE option {
  font-family: montserrat;
  font-size: 16px;
  color: #6c87ae;
  line-height: 24px;
  cursor: pointer;
  outline: none;
  border: none;
}
.AZE select {
  outline: none;
  font-family: montserrat;
  font-size: 16px;
  color: #6c87ae;
  line-height: 24px;
  cursor: pointer;
  border: none;
}

.menubar {
  display: none;
}

.menubarDiv {
  width: 100%;
  height: 224px;
  direction: rtl;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;

  p {
    font-family: montserrat;
    font-size: 16px;
    color: rgba(108, 135, 174, 1);
    line-height: 24px;
  }
  button {
    width: 44px;
    height: 24px;
    border: none;
    background-color: white;
    color: rgba(108, 135, 174, 1);
    padding-left: 20px;
  }
}

@media screen and (max-width: 700px) {
  .menubar {
    display: block;
    cursor: pointer;
  }
  .hDiv {
    display: none;
  }
  .AZE {
    display: none;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.false {
  display: none;
}
.imgContainer {
  width: 100%;
  height: 606px;
}
.imgBody {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box {
  position: relative;
}
.words {
  position: absolute;
  top: 22%;
  left: 8%;
  gap: 35px;
  display: flex;
  flex-direction: column;
}

.bodyButton {
  cursor: pointer;
  margin-top: 78px;
  width: 190px;
  height: 55px;
  background-color: blue;
  border: none;
  border-radius: 100px;
  font-size: 18px;
  color: #ffffff;
  font-family: Montserrat;
  line-height: 24px;
  box-shadow: 0px 8px 23px 0px #4184f73d;
  background: linear-gradient(145.08deg, #1678f2 3.73%, #65a8fb 132.69%);
}
.words h1 {
  line-height: 48px;
  font-family: montserrat;
  font-size: 36px;
  color: #5d5a88;
}
.words p {
  font-family: montserrat;
  font-size: 18px;
  color: #5d5a88;
  line-height: 24px;
}
@media screen and (max-width: 1200px) {
  .words {
    width: 50%;
    /* height: 392px; */
  }
  .bodyButton {
    margin-top: unset !important;
  }
}
@media screen and (max-width: 1000px) {
  .words {
    width: 50%;
    /* height: 300px; */
  }
  .bodyButton {
    margin-top: unset !important;
  }
}
@media screen and (max-width: 900px) {
  .imgContainer {
    width: 100%;
    height: 392px;
  }
  .imgBody {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .words {
    width: 50%;
    /* height: 390px; */
    gap: 15px;
  }
  .words h1 {
    line-height: 32px;
    font-size: 23px;
  }
  .words p {
    line-height: 24px;
    font-size: 16px;
  }
  .bodyButton {
    margin-top: unset !important;
    width: 160px;
    height: 48px;
    font-size: 15px;
  }
}
/* @media screen and (max-width: 700px) {
  .words {
    width: 50%;

    gap: 10px;
  }
  .words h1 {
    line-height: 26px;
    font-size: 18px;
  }
  .words p {
    line-height: 18px;
    font-size: 13px;
  }
  .bodyButton {
    margin-top: unset !important;
    width: 130px;
    height: 36px;
    font-size: 12px;
  }
} */
@media screen and (max-width: 580px) {
  .imgContainer {
    width: 100%;
    height: 321px;
  }
  .imgBody {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .words {
    height: 280px;
    width: 100%;
    top: 24px !important;
    left: 0 !important;
    gap: 10px;
    padding: 0 0 0 20px;
  }
  .words h1 {
    line-height: 32px;
    font-size: 20px;
    margin: 0;
  }
  .words p {
    line-height: 20px;
    font-size: 12px;
    margin: 0;
    width: 50%;
  }
  .bodyButton {
    margin-top: unset !important;
    width: 160px;
    height: 44px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
  }
  .btn400px {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.firstDiv {
  width: 100%;
  height: 158px;
  background: #f9f9ff;
  display: flex;
  align-items: center;
}
.secondDiv {
  width: 100%;
  height: 110px;
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 116px;
  padding: 0 24px;
}
.px110Img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}
.secondImg {
  width: 97px;
  height: 98px;
  object-fit: contain;
}
.fourthImg {
  width: 96px;
  height: 82px;
  object-fit: contain;
}
.fivthImg {
  width: 113px;
  height: 94px;
  object-fit: contain;
}
.seventhImg {
  width: 110px;
  height: 43px;
  object-fit: contain;
}
@media screen and (min-width: 900px) {
  .secondDiv {
    width: 100%;
    overflow: scroll;
    scrollbar-width: none;
  }
}
@media screen and (max-width: 900px) {
  .secondDiv {
    width: 100%;
    overflow: scroll;
    scrollbar-width: none;
    height: 110px;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 70px;
    padding: 0 24px;
  }
  .firstDiv {
    width: 100%;
    height: 158px;
    background: #f9f9ff;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 400px) {
  .secondDiv {
    width: 100%;
    overflow: scroll;
    scrollbar-width: none;
    height: 110px;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0 12px;
  }
  .firstDiv {
    width: 100%;
    height: 158px;
    background: #f9f9ff;
    display: flex;
    align-items: center;
  }
}
.gradient-border-button {
  padding: 16px 28px 16px 28px;
  box-shadow: 0px 8px 23px 0px #4184f73d;
  font-size: 18px;
  color: rgba(93, 90, 136, 1);

  font-family: Montserrat;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  gap: 10px;
  font-size: 18px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}
.gradient-border-button::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -2;
  border-radius: inherit;
  background: linear-gradient(95.8deg, #ec2828 3.81%, #0a8af6 95.39%);
}
.gradient-border-button::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  z-index: -1;
  border-radius: inherit;
  background: #fff;
}
.Headeache {
  display: flex;
  width: 100%;
  height: 504px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 135px;
  gap: 30px;
}
.Head {
  width: 549px;
  height: 311px;
}
.Description {
  width: 485px;
  height: 344px;
  gap: 32px;
  display: flex;
  flex-direction: column;
}
.DescH {
  line-height: 48px;
  font-family: montserrat;
  font-size: 32px;
  color: #5d5a88;
}
.DescP {
  font-family: montserrat;
  font-size: 18px;
  color: #5d5a88;
  line-height: 24px;
}
@media screen and (max-width: 1100px) {
  .Headeache {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .Headeache {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 365px;
    padding: 0;
  }
  .Head {
    width: 318px;
    height: 186px;
  }
  .Description {
    width: 318px;
    height: 346px;
  }
  .Head img {
    width: 100%;
    object-fit: cover;
  }
}
.backDivH {
  font-family: montserrat;
  font-size: 32px;
  color: rgba(255, 255, 255, 1);
  line-height: 48px;
  text-align: center;
}
.backDivP {
  font-family: montserrat;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
  text-align: center;
}

.headContainer {
  width: 80%;
  margin: 0 auto;
  position: relative;
  border-radius: 32px;
  height: 391px;
  margin-top: 50px;
}
.headContainerIMG {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
.backGroundDiv {
  width: 100%;
  height: 100%;
  background: linear-gradient(145.08deg, #1678f2 3.73%, #65a8fb 132.69%);
  box-shadow: 0px 20px 24px 0px rgba(65, 132, 247, 0.24);
  /* z-index: 10; */
  position: absolute;
  left: 0;
  top: 0;
  opacity: 80%;
  border-radius: 32px;
}
.backgroundTexts {
  position: absolute;
  top: 95px;
  width: 60%;
  left: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 41px;
}
.backDivBtn {
  color: rgba(58, 142, 246, 1);
  font-size: 18px;
  line-height: 24px;
  font-family: montserrat;
  border-radius: 100px;
  border: none;
  box-shadow: 0px 8px 23px 0px rgba(65, 132, 247, 0.24);
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 223px;
  height: 56px;
  cursor: pointer;
  gap: 16px;
}
.btnDiv {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 1160px) {
  .backgroundTexts {
    top: 30px;
    gap: 25px;
  }
  .headContainer {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1110px) {
  .headContainer {
    margin-top: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .headContainer {
    margin-top: 300px;
  }
}

@media screen and (max-width: 650px) {
  .backgroundTexts {
    top: 30px;
    gap: 25px;
    width: 75%;
    left: 15%;
  }

  .headContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 342px;
    height: 433px;
    margin-top: 330px;
  }
  .btnDiv {
    display: flex;
    flex-direction: column;
    width: 223px;
    height: 144px;
  }
  .backDivH {
    font-family: montserrat;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
    text-align: center;
    margin: unset !important;
  }
}
@media (1000px <= width <= 1100px) {
  .headContainer {
    margin-top: 300px;
  }
}
.Headeache2 {
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: space-between;
  align-items: center;
  padding: 0px 135px;
  gap: 30px;
  margin-top: 100px;
}
.DescH2 {
  line-height: 48px;
  font-family: montserrat;
  font-size: 32px;
  color: #5d5a88;
}
.DescP2 {
  font-family: montserrat;
  font-size: 18px;
  color: #5d5a88;
  line-height: 24px;
}
.stars {
  color: black;
  position: absolute;
  left: 0;
  bottom: 56px;
  background-color: white;
  width: 300px;
  height: 70px;
  border-radius: 8px;
  box-shadow: 0px 30px 32px 0px rgba(63, 128, 240, 0.12);
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head2IMG {
  width: 523px;
  height: 370px;
  border-radius: 32px;
}

.starsBtn {
  background: linear-gradient(145.08deg, #1678f2 3.73%, #65a8fb 132.69%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12) inset;

  box-shadow: 0px 4px 19px 0px rgba(22, 120, 242, 0.2);
  border: none;
  border-radius: 50px;
  width: 32px;
  height: 32px;
}
.Head2 {
  width: 581px;
  height: 403px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.starsH2 {
  font-family: montserrat;
  font-size: 18px;
  color: rgba(51, 51, 51, 1);
  line-height: 24px;
}
.starsBtn2 {
  width: 80px;
  height: 16px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12) inset;

  box-shadow: 0px 4px 19px 0px rgba(22, 120, 242, 0.2);
  border: none;
  border-radius: 50px;
}
@media screen and (max-width: 1200px) {
  .Headeache2 {
    flex-direction: column;
  }
  .Head2 {
    order: -1;
  }
}
@media screen and (max-width: 600px) {
  .Head2 {
    width: 390px !important;
  }
  .head2IMG {
    width: 360px !important;
  }
  .stars {
    left: 40px;
    bottom: 320px;
  }
}
@media screen and (max-width: 500px) {
  .Head2 {
    width: 330px !important;
  }
  .head2IMG {
    width: 330px !important;
  }
  .DescH2 {
    /* margin-left: 20px; */
    text-align: center;
    line-height: 32px;
    font-family: montserrat;
    font-size: 24px;
    color: #5d5a88;
  }
  .DescP2 {
    font-family: montserrat;
    font-size: 16px;
    text-align: center;

    color: #5d5a88;
    line-height: 24px;
  }
  .Description {
    width: 330px !important;
  }
  .buttonParent {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.formContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.form {
  width: 45%;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.form h1 {
  color: rgba(93, 90, 136, 1);
  font-family: montserrat;
  font-size: 32px;
  font-weight: 700;
  font-weight: bolder;
  line-height: 48px;
}
.form p {
  color: rgba(93, 90, 136, 1);
  font-family: montserrat;
  font-size: 16px;
  font-weight: 400;
  font-weight: lighter;
  line-height: 24px;
  text-align: center;
}
.inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;

  input {
    padding: 20px;
    border: none;
    background-color: rgba(249, 249, 255, 1);
    width: 268px;
    height: 64px;
    border-radius: 16px;
    ::placeholder {
      font-family: montserrat;
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
      color: rgba(93, 90, 136, 0.5);
    }
  }
}
.inputs label {
  color: rgba(93, 90, 136, 1);

  font-family: montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.twoInpParent {
  display: flex;
  gap: 24px;
}
.textareaParent {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 32px 0;
  textarea {
    background-color: rgba(249, 249, 255, 1);
    width: 551px;
    height: 148px;
    border-radius: 20px;
    padding: 24px 24px 100px 24px;
    border: none;
    resize: none;
  }
  ::placeholder {
    font-family: montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(108, 135, 174, 1);
  }
}
.textareaParent label {
  color: rgba(93, 90, 136, 1);

  font-family: montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.formLeftParent {
  width: 50%;
}
.formTT {
  display: flex;
  gap: 96px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 96px;
  margin-top: 48px;
}

.formLeftEnd {
  display: flex;
  justify-content: space-between;
}
.formLeftEnd button {
  display: flex;
  background: linear-gradient(145.08deg, #1678f2 3.73%, #65a8fb 132.69%);
  box-shadow: 0px 8px 23px 0px rgba(65, 132, 247, 0.24);
  border: none;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  gap: 10px;
  border-radius: 100px;
  padding: 16px 28px 16px 28px;
  font-size: 18px;
  font-family: Montserrat;
  line-height: 24px;
}

.formRight {
  width: 50%;
}

.formRight img {
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
  height: 100%;
}
.thirdInp {
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .formRight {
    display: none;
  }
  .formTT {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: unset !important;
    margin-top: 30px !important;
  }
  .inputs input {
    width: 210px;
  }
  .textareaParent textarea {
    width: 450px;
  }
}
@media screen and (max-width: 700px) {
  .formRight {
    display: none;
  }
  .formTT {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: unset !important;
    margin-top: 50px !important;
  }
  .inputs input {
    width: 150px;
  }
  .textareaParent textarea {
    width: 330px;
  }
  .form h1 {
    font-size: 24px;

    line-height: 32px;
  }
  .form p {
    font-size: 14px;

    line-height: 24px;
  }
  .formLeftEnd button {
    width: 170px;
    height: 50px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
  }
  .formLeftEnd {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  .formLeftParent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .twoInpParent {
    flex-direction: column;
  }
  .formLeftEnd {
    flex-direction: column;
    gap: 20px;
  }
  .textareaParent {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* .textareaParent textarea {
    display: flex;
    justify-content: center;
    align-items: centers;
  } */
  .inputs input {
    width: 268px;
  }
  .textareaParent textarea {
    width: 300px;
  }
  .form h1 {
    font-size: 32px;
    text-align: center;
    line-height: 48px;
  }
  .form p {
    font-size: 16px;

    line-height: 24px;
  }
  .formLeftEnd {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  button {
    width: 300px;
    height: 70px;
    font-size: 18px;
    line-height: 24px;
  }
  .form {
    width: 100%;
  }
}
.lineContainer {
  width: 75%;
  height: 2px;
  background-color: rgb(223, 221, 221);
}
.footerContainer {
  background: linear-gradient(145.08deg, #1678f2 3.73%, #65a8fb 132.69%);
  width: 100%;
  height: 376px;
}
.footerDown {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footerUp {
  display: flex;
  justify-content: space-between;
  padding: 64px 135px 32px 135px;
}
.footerUpLeft {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.footerIcons {
  display: flex;
}
.footerText {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.footerText h1 {
  color: rgba(255, 255, 255, 1);
  font-family: montserrat;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 24px;
}
.footerText p {
  color: rgb(223, 221, 221);
  font-family: montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.footerUpRight {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footerUpRight h1 {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 25px;
  font-family: montserrat;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
.footerUpRight p {
  color: rgb(223, 221, 221);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;

  line-height: 24px;
}
.footerIcons {
  display: flex;
  gap: 12px;
}
.footerDown p {
  color: rgb(223, 221, 221);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width: 1000px) {
  .footerUp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .footerUpRight {
    order: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footerContainer {
    width: 100%;
    height: 616px;
  }
  .footerUpLeft {
    width: 570px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
  }
  .footerText {
    width: 570px;
    height: 225px;
  }
}
@media screen and (max-width: 600px) {
  .footerUpLeft {
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    flex-direction: column;
    height: 600px;
    gap: 20px;
  }
  .footerText {
    width: fit-content !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
  }
  .footerUp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    height: 900px;
    gap: 50px;
    padding-top: 100px;
  }
  .footerUpRight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    order: unset !important;
    width: 100%;
    height: 250px;
  }
  .footerContainer {
    width: 100%;
    height: 1000px;
  }
  .footerDown {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .footerUpLeft {
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
  }

  .footerUp {
    width: 100% !important;
    display: flex !important;
    padding: 0 !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    gap: 70px;
    height: 1000px;
  }
  .footerUpRight {
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
  }
  .footerContainer {
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    height: 1200px;
  }
  .footerDown {
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }
}
@media (700px <= width <= 1000px) {
  .footerContainer {
    margin-top: 100px;
  }
}

.visuallyhidden {
  position: absolute;
  z-index: -1;
  right: 0;
  opacity: 0;
}

.container22 {
  overflow: hidden;
  padding: 20px;
  margin-top: 2em;
  height: 400px;
}

.card-carousel {
  --card-width: 80%;
  --card-max-width: 280px;
  --card-height: 350px;
  --carousel-min-width: 600px;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: var(--card-height);
  min-width: var(--carousel-min-width);
  transition: filter 0.3s ease;
}

@media screen and (max-width: 640px) {
  .card-carousel {
    margin-left: calc((100vw - var(--carousel-min-width) - 40px) / 2);
  }
}

.card-carousel.smooth-return {
  transition: all 0.2s ease;
}

.card-carousel .card {
  background: whitesmoke;
  width: var(--card-width);
  max-width: var(--card-max-width);
  text-align: center;
  padding: 1em;
  min-width: 250px;
  height: var(--card-height);
  position: absolute;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.5);
  transition: inherit;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 1em;
  filter: brightness(0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card.highlight {
  filter: brightness(1);
}

.card:nth-of-type(1) .image-container {
  background-image: url("https://res.cloudinary.com/diqqf3eq2/image/upload/v1586883334/person-1_rfzshl.jpg");
}

.card:nth-of-type(2) .image-container {
  background-image: url("https://res.cloudinary.com/diqqf3eq2/image/upload/v1586883409/person-2_np9x5l.jpg");
}

.card:nth-of-type(3) .image-container {
  background-image: url("https://res.cloudinary.com/diqqf3eq2/image/upload/v1586883417/person-3_ipa0mj.jpg");
}
.card:nth-of-type(4) .image-container {
  background-image: url("https://res.cloudinary.com/diqqf3eq2/image/upload/v1586883334/person-1_rfzshl.jpg");
}
.card:nth-of-type(5) .image-container {
  background-image: url("https://res.cloudinary.com/diqqf3eq2/image/upload/v1586883409/person-2_np9x5l.jpg");
}

.image-container {
  width: 8em;
  height: 8em;
  position: relative;
  background-size: cover;
  margin-bottom: 2em;
  border-radius: 100%;
  padding: 1em;
  -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
}

.image-container::after {
  content: "";
  display: block;
  width: 120%;
  height: 120%;
  border: solid 3px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  position: absolute;
  top: calc(-10% - 3px);
  left: calc(-10% - 3px);
}

/* h2 {
  padding: 1em;
  margin-top: 1em;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: white;
  border-radius: 0.2em;
  display: inline-block;
  transform: translateX(calc((100vw - 100%) / 2));
} */

h2 a {
  color: #f5b916;
}
