:root {
  --theme-color-1: #6e14cd;
  --theme-color-1-lighter: #9c4eed;
  --theme-color-1-darker: #450985;
  --theme-color-2: #d2191b;
  --theme-color-2-darker: #820a0c;
  --theme-color-2-lighter: #f2686a;
  --font-family-1: Poppins;
}
.flexboxMain {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  align-content: space-around;
  gap: 30px 30px;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
}

.pageTopHeader1-text1 {
  background: linear-gradient(270deg, rgb(110, 20, 205) 0%, rgb(210, 25, 27) 100%);
  font-size: 48px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;
  color: #ffffff;
  line-height: 1.2;
  padding-top: 6px;
  padding-bottom: 6px;
  max-width: 1000px;
  margin: auto;
  font-weight: bold;
}

.pageTopHeader1-text1-mobile {
  font-size: 32px;
  max-width: calc(100% - 40px);
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
}

.pageTopHeader1-text2 {
  background: rgba(255, 255, 255, 0.95);
  color: #000000;
  text-decoration: none;
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 10px;
}

.pageTopHeader1-text2-mobile {
  line-height: 1.2;
  font-size: 18px;
}

.pageTopHeader1-actionButton1 {
  background: linear-gradient(90deg, #474bff 0%, #bc48ff 100%);
  color: #ffffff;
  text-decoration: none;
  max-width: 240px;
  margin: auto;
  font-size: 22px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pageTopHeader1-actionButton1-hover {
  background: linear-gradient(90deg, #bc48ff 0%, #474bff 100%);
  text-decoration: none;
}

.halfBlock {
  width: 500px;
  max-width: calc(100% - 20px);
}

.quarterBlock {
  width: 250px;
  max-width: calc(100% - 20px);
}

.oneThirdBlock1 {
  width: 360px;
  max-width: calc(100% - 20px);
  text-align: center;
}

.oneThirdBlock1-image {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
}

.oneThirdBlock1-text1 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: bold;
  font-family: Nunito;
}

.oneThirdBlock1-text2 {
  margin-bottom: 20px;
  font-size: 14px;
}

.centeredLine {
  flex-basis: 100%;
  text-align: center;
  max-width: 1200px;
  margin: auto;
  width: calc(100% - 60px);
}

.sectionTitle1 {
  font-size: 32px;
  font-weight: bold;
  font-family: Nunito;
  color: #6900ff;
}

.sectionTitle1-mobile {
  font-size: 30px;
  max-width: calc(100% - 40px);
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
}

.sectionDesc1 {
  font-size: 18px;
  font-weight: bold;
  font-family: Nunito;
}

.sectionDesc1-mobile {
  font-size: 16px;
  max-width: calc(100% - 40px);
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
}

.block1-main-theme1 {
  width: 360px;
  max-width: calc(100% - 40px);
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  background: rgba(106, 0, 255, 0.07);
}

.block1-main-theme1-hover {
  background: rgba(106, 0, 255, 0.15);
}

.block1-image1 {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
}

.block1-text1 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: bold;
  font-family: Nunito;
}

.block1-text2 {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: left;
  height: 120px;
}

.block1-actionButton1 {
  background: linear-gradient(90deg, #474bff 0%, #bc48ff 100%);
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  font-weight: bold;
  cursor: pointer;
}

.block1-actionButton1-hover {
  background: linear-gradient(90deg, #bc48ff 0%, #474bff 100%);
}

.block1-main-theme2 {
  width: 360px;
  max-width: calc(100% - 40px);
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  background: rgba(0, 41, 255, 0.07);
}

.block1-main-theme2-hover {
  background: rgba(0, 41, 255, 0.15);
}

.actionButton1 {
  background-color: #6E14CD;
  font-weight: bold;
  border-radius: 6px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

.actionButton1-hover {
  background-color: #000000;
}

.actionButton2 {
  background-color: #D2191B;
  font-weight: bold;
  border-radius: 6px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

.actionButton2-hover {
  background-color: #000000;
}

.infoBlock1-image {
  width: 500px;
  max-width: calc(100% - 20px);
  object-fit: cover;
  object-position: center center;
}

.infoBlock1-text1 {
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 6px;
}

.infoBlock1-text2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}

.infoBlock1-text3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.imageGallery1-item {
  width: calc(50% - 60px);
  text-align: center;
  display: block;
  height: 330px;
  margin: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 0px;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
}

.imageGallery1-item-mobile {
  width: calc(100% - 30px);
}

.imageGallery1-item-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.4s;
  border-radius: 10px;
}

.imageGallery1-item-image-hover {
  transform: scale(1.1);
}

.imageGallery1-item-text {
  position: absolute;
  top: 260px;
  left: 20px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}