
.web-security-page {
  background-image: url("../../assets/images/home/home-bg-1.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  min-height: 100vh;
}
.web-security-page .page-content {
  padding-top: 156px;
}
@media (max-width: 800px) {
    .web-security-page .page-content {
      padding-top: 50px;
    }
}
.web-security-page .page-content .web-security-section {
  max-width: 1128px;
  margin: 0 auto;
}
.web-security-page .page-content .web-security-section .img-grid-w {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 50px;
  padding: 0 20px;
}
@media (min-width: 800px) {
  .web-security-page .page-content .web-security-section .img-grid-w {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 50px;
  }
  .web-security-page .page-content .web-security-section .img-grid-w .left-w {
    order: 1;
  }
  .web-security-page .page-content .web-security-section .img-grid-w .right-w {
    order: 0;
  }
}
.web-security-page .page-content .web-security-section .img-grid-w .right-w .sec-title {
  font-size: 34px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 800px) {
  .web-security-page .page-content .web-security-section .img-grid-w .right-w .sec-title {
    text-align: start;
  }
}
.web-security-page .page-content .web-security-section .img-grid-w .right-w .sec-info {
  font-size: 17px;
  text-align: justify;
}
.web-security-page .page-content .web-security-section .img-grid-w .right-w .sec-info:not(:last-child) {
  margin-bottom: 20px;
}
.web-security-page .page-content .web-security-section .img-grid-w .left-w img {
  width: 100%;
  max-width: 437px;
  height: auto;
}
.web-security-page .page-content .web-security-section .text-grid-w {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 50px;
  padding: 0 20px;
  margin-top: 50px;
}
@media (min-width: 800px) {
  .web-security-page .page-content .web-security-section .text-grid-w {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 50px;
  }
}
.web-security-page .page-content .web-security-section .text-grid-w .sec-part .sec-title {
  font-size: 34px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 800px) {
  .web-security-page .page-content .web-security-section .text-grid-w .sec-part .sec-title {
    text-align: left;
  }
}
.web-security-page .page-content .web-security-section .text-grid-w .sec-part .sec-info {
  font-size: 17px;
  text-align: justify;
}
.web-security-page .page-content .web-security-section .text-grid-w .sec-part .sec-info:not(:last-child) {
  margin-bottom: 20px;
}
.web-security-page .page-content .info-section .info-content {
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  margin-top: 50px;
}
.web-security-page .page-content .info-section .info-content.no-margin-top {
    margin-top: 0;
}
.web-security-page .page-content .info-section .info-content.margin-bottom {
    margin-bottom: 50px;
}
.web-security-page .page-content .info-section .info-content .section-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}
.web-security-page .page-content .info-section .info-content .section-desc {
    font-size: 17.81px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    margin-top: 20px;
}
.web-security-page .page-content .bg-opacity {
  background-color: rgb(249, 249, 249);
  border-bottom: 1px solid var(--black-opacity-1);
}
.web-security-page .page-content .bg-opacity .showcase-screenshot-c {
  min-height: 500px;
  position: relative;
}
@media (max-width: 800px) {
  .web-security-page .page-content .bg-opacity .showcase-screenshot-c {
    min-height: 50vh;
  }
}
.web-security-page .page-content .bg-opacity .showcase-screenshot-c img {
  max-width: 462px;
}
.web-security-page .page-content .bg-opacity .showcase-screenshot-c .img-frame-1 {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}
@media (max-width: 800px) {
  .web-security-page .page-content .bg-opacity .showcase-screenshot-c .img-frame-1 {
    top: unset;
    bottom: 0;
  }
}
.web-security-page .page-content .bg-opacity .showcase-screenshot-c .img-frame-2 {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 2;
}
@media (max-width: 800px) {
  .web-security-page .page-content .bg-opacity .showcase-screenshot-c .img-frame-2 {
    top: 50%;
    transform: translateY(-50%);
    bottom: 20%;
  }
}
.web-security-page .page-content .bg-opacity .showcase-screenshot-c .img-frame-3 {
  position: absolute;
  right: 0;
  top: 10%;
  z-index: 1;
}
@media (max-width: 800px) {
  .web-security-page .page-content .bg-opacity .showcase-screenshot-c .img-frame-3 {
    top: 0px;
    transform: unset;
  }
}
.web-security-page .page-content .bg-opacity .showcase-screenshot-c .my-btn {
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: 4;
}
@media (max-width: 800px) {
  .web-security-page .page-content .bg-opacity .showcase-screenshot-c .my-btn {
    bottom: 5%;
    right: 5%;
    transform: unset;
  }
}
.web-security-page .page-content .info-section .info-content .web-security-package-container {
  border: 2px solid rgb(218, 218, 218);
  border-radius: 6px;
  box-shadow: -2.88px 0.96px 7.69px 2.88px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  margin: 30px 0;
}
.web-security-page .page-content .info-section .info-content .web-security-package-container .con-header-wrapper {
  background-color: var(--primary);
  color: var(--white);
  padding: 20px 0;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w {
  display: flex;
  align-items: stretch;
  padding: 20px 0;
}
@media (max-width: 900px) {
  .web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w {
    flex-direction: column;
    padding: 10px;
  }
}
.web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .avail-box-c {
  flex: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  position: relative;
}
.web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .avail-box-c::before {
  content: "";
  background-color: rgb(218, 218, 218);
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
}
@media (max-width: 900px) {
  .web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .avail-box-c::before {
    display: none;
  }
}
.web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .avail-box-c p {
  font-size: 15px;
  font-weight: 400;
  line-height: 28.83px;
}
.web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .avail-box-c p:first-child {
  margin-top: auto;
}
.web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .avail-box-c p.text-grey {
  color: rgba(0, 0, 0, 0.3);
}
.web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .avail-box-c p.discount {
  margin-top: -6px;
  text-decoration: line-through;
}
.web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .avail-box-c p.package-type {
  margin-top: -10px;
  margin-bottom: 4px;
}
.web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .avail-box-c p.price {
  font-size: 34px;
  line-height: 63.02px;
  letter-spacing: -0.04em;
}
.web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .avail-box-c p.price .currency {
  font-size: 42.06px;
  line-height: 50.9px;
}
.web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .avail-box-c .my-btn {
  font-weight: 700;
  margin-top: auto;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
    .web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .avail-box-c .my-btn {
        display: none;
    }
}
.web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .avail-box-c .price .m-price {
    font-weight: 700;
    font-size: 52px;
}
.web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .package-benefits-list-c {
  flex: 60%;
  padding: 10px 30px;
}
@media (max-width: 900px) {
  .web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .package-benefits-list-c {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .package-benefits-list-c ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .package-benefits-list-c .my-btn {
    font-weight: 700;
    margin-top: 18px;
    display: none;
}
@media (max-width: 900px) {
  .web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .package-benefits-list-c {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .package-benefits-list-c ul {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
    .web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .package-benefits-list-c .my-btn {
        display: flex;
    }
}
.web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .package-benefits-list-c ul li {
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: center;
}
.web-security-page .page-content .info-section .info-content .web-security-package-container .content-row-w .package-benefits-list-c ul li::before {
  content: "";
  background-image: url("../../assets/images/icons/checkmark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
