.register-bg {
  background-color: #fafbfd;
}

.AI-gradient {
  background-image: linear-gradient(to right, #3c91f1, #7e28ed);
}

#home-content.create-resume-canvas-container .container {
  gap: 0 !important;
}

.create-resume-canvas-container h1 {
  font-size: 4.8rem;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.instruct-resume {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.instruct-resume .icon {
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
}

.template-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.template-choice-header {
  padding-left: 1.2rem;
  border-left: 2px solid #ff1111;
}

.template-choice-header span:first-child {
  font-size: 2.8rem;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.template-choice-body figure {
  position: relative;
}
.template-choice-body img {
  height: 509px;
  width: 100%;
  box-shadow: 0.84px 1.67px 16.74px rgba(154, 170, 207, 20%);
}
.template-choice-body img:hover {
  box-shadow: 2px 4px 20px rgba(154, 170, 207, 50%);
}

.template-choice-body button {
  position: absolute;
  bottom: 18px;
  right: 18px;
}
.button-select-template {
  background-color: #c0c2c9;
  border-radius: 8px;
  box-shadow: 2px 4px 8px rgba(154, 170, 207, 40%);
  padding-inline: 28px;
  height: 36px;
  font-size: 18px;
  color: #fff;
}
.coming-soon .template-choice-header {
  padding-left: 0;
  border-left: 0;
}
.coming-soon .template-choice-body img {
  box-shadow: none;
}

@media (min-width: 768px) {
  .template-choice-body:hover .button-select-template {
    background-color: #ff1111;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .template-choice-body figure {
    min-height: 30vh;
  }
}

@media (min-width: 768px) and (max-width: 1060px) {
}

@media (max-width: 1199px) {
  .template-choice-body img {
    height: auto;
  }
}

@media (max-width: 992px) {
  .copy-right {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .instruct-resume {
    flex-direction: column;
    display: flex;
  }
  .template-choice-grid {
    display: flex;
    flex-direction: column;
  }
  .button-select-template {
    background-color: #ff1111;
  }
}

@media (max-width: 450px) {
  .template-choice-body img {
    max-width: 360px;
  }
}