/* @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap'); */


/********** Template CSS **********/
:root {
  --primary: #A16CAE;
  --secondary: #FF0F10;
  --light: #F2F2F2;
  --dark: #1D2833;
}


body {
  background-color: #fff;
  color: #000;
  /* font-family: 'Muli', Arial, Helvetica, sans-serif; */
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.875;
  margin: 0;
}

.container-fluid {
  padding: 0;
}

@font-face {
  font-family: 'PlayfairDisplay, Bold';
  src: url(../fonts/Playfair/PlayfairDisplay-Bold.ttf);
}

@font-face {
  font-family: 'PlayfairDisplay, ExtraBold';
  src: url(../fonts/Playfair/PlayfairDisplay-ExtraBold.ttf);
}

@font-face {
  font-family: 'PlayfairDisplay, Regular';
  src: url(../fonts/Playfair/PlayfairDisplay-Regular.ttf);
}

@font-face {
  font-family: 'Poppins, Regular';
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: 'Poppins, ExtraBold';
  src: url(../fonts/Poppins/Poppins-ExtraBold.ttf);
}

@font-face {
  font-family: 'Poppins, Bold';
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
}

@font-face {
  font-family: "Poppins, Medium";
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
}


/* NAVBAR */

div.navbar-collapse {
  padding: 2rem 8rem;
}

.navbar-brand img{
  width: 180px;
  height: 56px;
  margin-left: 30px;
}

.navbar-light .navbar-nav a.nav-link {
  font-family: 'Poppins, Medium';
  color: #4F5361;
  font-size: 14px;
  padding: 0px 21px;
}

.btn.btn-login {
  width: 98px;
  height: 43px;
  background-color: #5479F7;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #5479F7;
}

.navbar-brand p-0 {
    padding: 30px !important;
}


/* MAIN */

.main {
  background-color: #E6F0FF;
}

p.solution {
  font-family: "Poppins, Medium";
  font-size: 30px;
  color: #0F1B4C;
}

h2.title {
  font-family: 'Poppins, ExtraBold';
  font-size: 54px;
  line-height: 72px;
  font-weight: 800;
  color: #0F1B4C;
}

p.content {
  font-family: "Poppins, Medium";
  font-size: 18px;
  color: #0F1B4C;
  line-height: 32px;
  font-weight: 600;
}

.fadeIn img {
  width: 522px;
  height: 539px;
}

.p-65 {
  padding: 65px;
}

button.login {
  width: 170px;
  height: 50px;
  border-radius: 12px;
  background-color: #5479F7;
  font-family: 'Poppins, Regular';
  font-size: 13px;
  color: #fff;
  border-color: transparent;
  text-align: center;
}



/* ABOUT US */

.about-us {
  color: #0F1B4C;
  font-size: 35px;
  font-family: 'Poppins, Bold';
  line-height: 52px;
}

.about-content {
  font-family: 'Poppins, Regular';
  font-size: 16px;
  line-height: 34px;
  color: #0F1B4C;
}

.home-accor {   
  font-family: 'Poppins, Medium';
  font-size: 14px;
  /* line-height: 34px; */
  color: #0F1B4C;
  margin-left: 25px;
  margin-top: 10px;
}

button.lern {
  width: 170px;
  height: 50px;
  border-radius: 12px;
  background-color: #5479F7;
  font-family: 'Poppins, Regular';
  font-size: 13px;
  color: #fff;
  border-color: transparent;
  text-align: center;
}

.best-antivirus img {
  width: 473px;
  height: 403px;
}

.vnp-img img {
  width: 100%;
  height: auto;
  
}




/* PRODUCT LIST */

.top {
  text-align: center;
  padding-top: 5rem;
  font-size: 50px;
  font-family: 'Poppins, Bold';
  padding-bottom: 3rem;
}

.top h4 {
  font-family: 'Poppins, Bold';
  font-size: 50px;
  color: #0F1B4C;
}

.card-head {
  background-color: #5479F7;
  border-radius: 10px 10px 0px 0px;
  padding: 44px;
  text-align: center;
  margin: 0rem 1rem 0rem 2rem;
  /* background-image: url(../images/intego.png)no-repeat; */
}

.card-body {
  border: 1px solid #5479F7;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  background-color: #fff;
  margin: 0rem 1rem 0rem 2rem;
}

.card-title {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 22px;
  color: #0F1B4C;
  font-family: 'Poppins, ExtraBold';
  font-weight: 700;
}

.card-day {
  font-size: 16px;
  color: #5479F7;
  font-family: 'Poppins, Medium';
}

.card-rating {
  font-size: 18px;
  font-family: 'Poppins, Bold';
  color: #000000;
}

.card-para {
  font-size: 12px;
  line-height: 22px;
  font-family: 'Poppins, Medium';
  color: #000000;
  padding: 0px 35px;
}

.card-tick {
  font-size: 12px;
  /* line-height: 22px; */
  font-family: 'Poppins, Medium';
  color: #000000;
  text-align: left;
  padding-left: 24px;
}

button.card-detail {
  background-color: #5479F7;
  font-family: 'Poppins, Regular';
  color: #fff;
  border-radius: 24px;
  border-color: transparent;
  font-size: 16px;
  height: 63px;
  width: 176.11px;
  position: relative;
  bottom: -27px;
  box-shadow: rgb(255 255 255 / 79%) 0px 20px 25px -5px, rgba(0, 0, 0, 0.277) 0px 10px 10px -5px;
}

/* Product list */

.img-logo {
  height: auto;
  width: 220px;
}


/* TABLE */

/* table{
  border: 1px solid #5479F7;
} */

/* .custom-table thead tr th{
  border-radius: 10px; 
      overflow: hidden;
      border: 1px solid #5479F7;
} */

.compare h2 {
  color: #0F1B4C;
  font-size: 35px;
  font-family: 'Poppins, Bold';
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

th.header {
  background-color: #E6F0FF;
}


td {
  text-align: center;
  font-family: 'Poppins, Medium';
  font-size: 17px;
  color: #000000;
}

th.t-head {
  font-family: 'Poppins, Medium';
  font-size: 17px;
  color: #000000;
  padding-left: 35px;

}

tr.table-bottom th {
  border-bottom: 1px solid #5479F7;
}

tr.table-bottom td {
  border-bottom: 1px solid #5479F7;
}

.t-color {
  background-color: #E6F0FF;
}







/* SIGNUP */

.main-signup {
  background-color: #E6F0FF;
  background-image: url(../images/antivirus.png) no-repeat;
}

h2.signup {
  font-family: 'Poppins, Bold';
  font-size: 25px;
  color: #0F1B4C;
  font-weight: 700;
  text-align: center;
}

.signup-input {
  text-align: center;
}

input.inputform {
  font-family: 'Poppins, Medium';
  height: 40px;
  width: 453px;
  border: 2px solid #5479F7;
  font-size: 16px;
  padding: 0px 15px;
}

textarea.area {
  font-family: 'Poppins, Medium';
  margin-top: 12px;
  width: 453px;
  border: 2px solid #5479F7;
  font-size: 16px;
  padding: 0px 15px;
}

.box-padding {
  margin: 0rem -6rem 0rem -3rem;
  /* margin: 13rem; */
}

.box {
  margin-top: 15px;
}

p.sign-para {
  font-family: 'Poppins, Medium';
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  text-align: left;
}

input[type="checkbox"] {
  display: none;
}

/* Custom checkbox style */
.custom-checkbox {
  display: inline-block;
  width: 23px;
  height: 23px;
  border: 2px solid #5479F7;
  /* border-radius: 4px; */
  cursor: pointer;
  position: relative;
  background: #fff;
}

/* Checkmark icon */
.custom-checkbox::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #5479F7;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Show checkmark when checkbox is checked */
input[type="checkbox"]:checked+.custom-checkbox::after {
  display: block;
}



.bgImage1 {
  background-image: url("../images/antivirus.png");
  height: 99px;
  width: 99px;
  background-repeat: no-repeat;
  position: relative;
  top: 2rem;
}

.bgImage2 {
  background-image: url("../images/bg2.png");
  height: 75px;
  width: 62.5px;
  background-repeat: no-repeat;
  position: relative;
  top: 19rem;
  left: 24rem;
}




/* FOOTER */

.foot-img img{
  width: 180px;
  height: 56px;
}

ul.footer {
  list-style-type: none;
  padding-left: 0;
  line-height: normal;
}

.footer li a {
  font-family: 'Poppins, Medium';
  font-size: 15px;
  color: #6D767B;
  text-decoration: none;
}

.footerClass {
  font-family: 'Poppins, Medium';
  font-size: 15px;
  color: #6D767B;
  text-decoration: none;
}

.footer-title {
  font-size: 20px;
  font-family: 'Poppins, Bold';
  color: #26323E;
}

.footer-para {
  font-size: 13px;
  font-family: 'Poppins, Medium';
  color: #6D767B;
  text-align: center;
  /* padding: 0px 0px 0px 0px; */
  /* line-height: 19.5px; */
}

.footer-media .btn.btn-social {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #307BF1;
  border-radius: 35px;
  transition: .3s;
  background-color: #307BF1;
}

.footer-term {
  text-align: center;
}

.footer-term .terms a {
  text-decoration: none;
  font-size: 15px;
  color: #6D767B;
  font-family: 'Poppins, Medium';
  padding-left: 25px;
}

.line {
  font-size: 15px;
  border-right: 1px solid #6D767B;
  padding: 2px 11px;
}














/* Mobile Size Media Queries */

@media only screen and (max-width:768px) {

  :root {
    scroll-behavior: smooth;
    width: 100%;
  }

  div.navbar-collapse {
    padding: 0;
  }

  .fadeIn img {
    width: 344px;
    height: 369px;
  }

  .vnp-img{
  width: 100%;
  height: auto;
}

  .best-antivirus img {
    width: 299px;
    height: 280px;
  }

  .vnp-img img {
  width: 100%;
  height: auto;
}

  .card-tick {
    font-size: 12px;
    font-family: 'Poppins, Medium';
    color: #000000;
    text-align: center;
    padding-left: 11px;
}

  input.inputform {
    font-family: 'Poppins, Medium';
    height: 40px;
    width: -webkit-fill-available;
    border: 2px solid #5479F7;
    font-size: 16px;
    padding: 0px 15px;
    margin: 14px;
  }

  textarea.area {
  font-family: 'Poppins, Medium';
  margin-top: 12px;
  width: -webkit-fill-available;
  border: 2px solid #5479F7;
  font-size: 16px;
  padding: 0px 15px;
}

  .box-padding {
    margin: 0px;
    text-align: -webkit-right;
}

p.sign-para {
  line-height: 23px;
}

  .bgImage1 {
    display: none;
  }

  .bgImage2 {
    display: none;
  }

}


@media only screen and (max-width: 992px) {
  /* :root {
    width: fit-content;
  } */

  div.navbar-collapse {
    padding: 20px 0px 0px 0px;
  }

  .fadeIn img {
    width: 344px;
    height: 369px;
  }

  .best-antivirus img {
    width: 299px;
    height: 280px;
  }

  .vnp-img img {
  width: 100%;
  height: auto;
}

  .signup-container {
    text-align: center;
  }

  .bgImage1 {
    display: none;
  }

  .bgImage2 {
    display: none;
  }

}


/* Tablet Sized Media Query */
@media (min-width:993px) and (max-width:1180px) {

  /* :root {
    width: 100%;
  } */

  div.navbar-collapse {
    padding: 0;
  }

  .navbar-light .navbar-nav a.nav-link {
    padding: 27px 15px;
}

  input.inputform {
    font-family: 'Poppins, Medium';
    height: 40px;
    width: 453px;
    border: 2px solid #5479F7;
    font-size: 16px;
    padding: 0px 15px;
    margin: 14px;
  }

  textarea.area {
  font-family: 'Poppins, Medium';
  margin-top: 12px;
  width: 453px;
  border: 2px solid #5479F7;
  font-size: 16px;
  padding: 0px 15px;
}

  .fadeIn img {
    width: 481px;
    height: 502px;
  }

  .best-antivirus img {
    width: 434px;
    height: 388px;
  }

  .vnp-img img {
  width: 100%;
  height: auto;
}

  .card-head {
    background-color: #5479F7;
    border-radius: 10px 10px 0px 0px;
    padding: 44px;
    text-align: center;
    margin: 0rem 0rem 0rem 0rem;
  }

  .card-body {
    border: 1px solid #5479F7;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    background-color: #fff;
    margin: 0rem 0rem 0rem 0rem;
  }


    /* .box label {
      position: relative;
      left: 12rem;
  } */

  p.sign-para {
    font-family: 'Poppins, Medium';
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    text-align: center;
    /* padding: 0rem 3rem 0rem 11rem; */
}

  /* .bgImage1 {
    display: none;
  } */

  .bgImage2 {
    display: none;
  }

}


@media (max-width:1024px) and (min-width:600px) {
  .box-padding {
    margin: 0rem -14rem 0rem -3rem;
}

.fadeIn img {
  width: 481px;
  height: 502px;
}

.best-antivirus img {
  width: 434px;
  height: 388px;
}

.vnp-img img {
  width: 100%;
  height: auto;
}

}

@media (min-width:768px) and (max-width:1024px) {

  .box-padding {
    margin: 0rem 0rem 0rem -2rem;
}

.best-antivirus img {
  width: 440px;
  height: 344px;
}

.vnp-img img {
  width: 100%;
  height: auto;
}

.fadeIn img {
  width: 416px;
  height: 393px;
}

}






/* ANIMATION */



.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  animation-iteration-count: 1;
  animation-delay: 5.5s;
}

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }

  60% {
    transform: scale(1.1);
  }

  80% {
    transform: scale(0.9);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }

  60% {
    -webkit-transform: scale(1.1);
  }

  80% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}



.vnp-img {
  width: 100%;
  height: auto;
}


.best-antivirus {
  animation-name: best-antivirus;
  -webkit-animation-name: best-antivirus;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  animation-iteration-count: 1;
  animation-delay: 3s;
}

@keyframes best-antivirus {
  0% {
    transform: translateX(150%);
  }

  50% {
    transform: translateX(-8%);
  }

  65% {
    transform: translateX(4%);
  }

  80% {
    transform: translateX(-4%);
  }

  95% {
    transform: translateX(2%);
  }

  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes best-antivirus {
  0% {
    -webkit-transform: translateX(150%);
  }

  50% {
    -webkit-transform: translateX(-8%);
  }

  65% {
    -webkit-transform: translateX(4%);
  }

  80% {
    -webkit-transform: translateX(-4%);
  }

  95% {
    -webkit-transform: translateX(2%);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #5479F7;
  border-color: #5479F7;
  font-family: 'Poppins, Medium';
}

.checkHeader {
  font-family: 'Poppins, Regular';
  font-size: 16px;
  color: #0F1B4C;
  font-weight: 500;
  text-align: start;
}

.commentArea {
  font-family: 'Poppins, Medium';
  margin-top: 12px;
  width: 100%;
  border: 2px solid #5479F7;
  font-size: 16px;
  padding: 0px 15px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.form-check-input{
  padding: 0%;
  margin-top: 22px;
  font-size: medium;
  padding-left: 0%;
  margin-left: 0%;
}

.form-check-label {
  margin: auto;
  font-family: 'Poppins, Normal';
  font-size: 16px;
  color: #0F1B4C;
  font-weight: 500;
  text-align: start;
}

.col-form-label-lg {
  font-family: 'Poppins, Medium';
  font-size: 16px;
  color: #0F1B4C;
  font-weight: 500;
  text-align: start;
}

.mt-5 {
  margin-top: 0%;
}
.modal-header {
  /* display: flex; */
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  /* padding: var(--bs-modal-header-padding); */
  /* border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color); */
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  /* border-top-right-radius: var(--bs-modal-inner-border-radius); */
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 18px;
  font-weight: bold;
}

.form-check {
  /* display: inline-block; */
  margin-right: 10px;
  /* min-height: 1rem; */
  padding-left: 1rem;
  margin-bottom: .125rem;
}