section.three > div.container > div.item > i {
  font-size: 90px;
  color: var(--mainColor1);
  margin-top: 20px;
}
section.three > div.container > div.item:hover > i {
  transform: scale(1.3) rotate(20deg);
  -webkit-transform: scale(1.3) rotate(20deg);
  -moz-transform: scale(1.3) rotate(20deg);
  -ms-transform: scale(1.3) rotate(20deg);
  -o-transform: scale(1.3) rotate(20deg);
}
section.three .item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  min-width: 15rem;
  gap: 2em;
  padding: 2rem 0;
  box-shadow: 0 0 10px 0.1px var(--mainColor2);
  border-radius: 1rem 3rem 1rem 3rem;
  -webkit-border-radius: 1rem 3rem 1rem 3rem;
  -moz-border-radius: 1rem 3rem 1rem 3rem;
  -ms-border-radius: 1rem 3rem 1rem 3rem;
  -o-border-radius: 1rem 3rem 1rem 3rem;
}
section.three .item:hover {
  border-radius: 3rem 1rem 3rem 1rem;
  -webkit-border-radius: 3rem 1rem 3rem 1rem;
  -moz-border-radius: 3rem 1rem 3rem 1rem;
  -ms-border-radius: 3rem 1rem 3rem 1rem;
  -o-border-radius: 3rem 1rem 3rem 1rem;
}
section.three h5 {
  color: var(--TextColor1);
  width: 100%;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.four > div.container {
  background: url(../img/bg1.webp) no-repeat center;
  background-size: contain;
}
section.four a:hover {
  text-shadow: 0 0 15px var(--TextColor1);
}
section.five h5 > a {
  text-decoration: none;
  color: var(--TextColor3);
}
section.five .five-item:hover {
  box-shadow: 0 0 8px 2px var(--mainColor2);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.bgimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.five div.fiveBG1 {
  background-image: url(../img/i1.webp);
}
section.five div.fiveBG2 {
  background-image: url(../img/i2.webp);
}
section.five div.fiveBG3 {
  background-image: url(../img/i3.webp);
}
section.five div.fiveBG4 {
  background-image: url(../img/i4.webp);
}
section.sixth > div.chosencar {
  background: url(../img/chosencar.webp);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
a.mybtn {
  width: fit-content;
  color: var(--TextColor1);
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  background-color: var(--mainColor2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 0 10px 0.1px var(--TextColor1);
}
a.mybtn:hover {
  background-color: var(--TextColor1);
  color: var(--TextColor3);
  font-weight: bolder;
}

.call i {
  font-size: xx-large;
  color: var(--TextColor1);
}
.call i:hover {
  color: var(--mainColor1);
}
