@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-SemiBold.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat-light";
    src: url("./fonts/Montserrat-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "Figtree-semiBold";
  src: url("./fonts/Figtree-SemiBold.ttf") format('truetype');
}
@font-face {
  font-family: "Figtree";
  src: url("./fonts/Figtree-Regular.ttf") format('truetype');
}
a {
	color: #444!important;
	text-decoration: underline!important;
}
body{
  padding: 0px !important; 
}

.background:before {
    content: '';
    clear: both;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -2;
}

.background {
  position: relative;
  background-image: url(./images/bg.jpeg)!important;
  background: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  z-index: 1;
  padding-top: 127px;
  font-display: block;
}


.btn-link {
    text-decoration: none!important;
    font-size: 24px!important;
}

html {
	background-color: #fefefe;
	padding: 0px;
	margin: 0px;
  min-height: 100%;
  overflow: auto;
  overflow-y:scroll;
  position: relative;
  height: 100%;
}
    
.byline {
    width: 480px;
    margin: 0 auto;
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.4;
}

.card-header img {
    height: 50px;
    margin-right: 25px;
}

.col-md-12 {
  padding: 0px;
}

#continue {
  font-family: 'Montserrat', sans-serif;
  height: 75px;
  font-size: 22px!important;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 6px 20px 3px 20px;
  cursor: pointer;
  transition: all .2s ease;
  background: #3c7ce6;
  color: #fff;
  position: relative;
  min-width: 180px;
  justify-content: center;
  text-decoration: none;
  margin: 0px auto 15px auto;
  outline: none;
  width: 410px;
  user-select: none;
  font-weight: 500;
  letter-spacing: .5px;
}

#continue .but {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}

.subcopy {
  font-family: 'Montserrat-Light', sans-serif;
    font-size: 18px!important;
}

#continue:hover {
  background-color: #3472d4;
}

.contact-box {
    margin: 0px 100px 50px 100px;
    border: 1px solid gray;
    box-shadow: 2px 2px 10px 5px gray;
    padding: 25px;
}


.copyright {
  width: 100%;
  text-align: right;
}

.description {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin: auto;
  width: 100%;
}

.description-header {
  color: #fff;
  font-size: 34px;
}

#disclaimer {
  padding: 5px 0px 2px 0px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid lightgray;
}

#fcf-button {
    margin: auto;
    width: 50%;
}
.form-control {
    width: 50%;
    margin: 20px auto;
}

#header-icon {
  width: 45px;
  margin-right: 5px;
}

.header-text {
  font-size: 36px;
  padding-left: 50px;
  padding-top: 100px;
}

.info_container {
    margin: 0px 50px 25px 50px;
    border: 1px solid black;
    padding: 25px;
}

.instructions {
    text-align: center;
}

.logo {
  position: absolute;
  left: 15px;
  top: 15px;
}

#main-box {
  margin: 0px auto 100px auto;
  width: 850px;
  min-width: 850px;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  color: #363636;
  text-align: center; 
}

#main-box h1 {
  margin: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold !important;
  font-size: 40px;
  color: #333 !important;
}

#main-box p {
  font-size: 18px;
  margin-bottom: 35px;
}

.spinner-grow {
	height: 20px!important;
	width: 20px!important;
  margin-bottom: 25px;
}

.sub-text {
  text-align: center;
  margin-top: 25px;
}

.step {
  text-align: center;
  margin-bottom: 35px;
}

.step-number {
  width: 50px;
  height: 50px;
  background: #488afb;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  line-height: 50px;
}

.step-text {
  padding: 6px 0px;
}

.step-text strong {
  color: #488afb;
  display: inline-block;
}

.text {
	text-align: right;
}

.top-text {
    font-size: 24px;
    text-align: center;
}

ul.dots {
    list-style: circle;
    padding-inline-start: 30px!important;
    text-align: left;
    width: 361px;
    margin: -10px auto 25px auto;
}

ul.dots li {
    margin-bottom: 7px;
}

#uninstall {
    width: 90%;
    margin: auto auto 25px auto;
}

/* Responsive breakpoints */

@media (max-height: 800px) {

  body {
      padding-top: 80px;
  }

  #main-box {
    padding: 25px 50px;
    margin-bottom: 50px;
  }

  #main-box h1 {
        margin-bottom: 15px;
  }

  .step {
    margin-bottom: 15px;
  }

  ul.dots {
        margin: -15px auto 15px auto;
  }

}

@media (max-height: 700px) {

  body {
      padding-top: 70px;
  }

   #continue {
    margin-bottom: 10px;
  }

  #main-box {
    padding: 25px;
    width: 800px;
  }

  #main-box p {
    font-size: 16px;
  }

  #main-box h1{
    font-size: 36px;
  }

  ul.dots {
    margin: -20px auto 15px auto;  
  }


}
/* section 3 */
.third-section {
  background-color: rgba(233,236,241,.4);
  font-family: Figtree !important;
}
.third-section .container {
  max-width: 1326px;
  margin: 0 auto;
}

.strengthen-content {
  width: 100%;
  padding: 30px 0px;
  text-align: center;
}

.strengthen-content .atf-heading-bold {
  color: #3265f7;
  font-size: 48px;
  font-weight: 600;
}

.strengthen-content h1 {
  color: #000;
  font-family: Figtree;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -.96px;
  max-width: 818px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.main-wraper {
  text-align: center;
  padding: 110px 0px;
}

.strengthen-content p {
  max-width: 838px;
  width: 100%;
  color: rgba(0, 0, 0, .6);
  text-align: center;
  font-family: Figtree !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -.36px;
  margin: 12px auto 0;
  padding: 0 10px;
}

.fristbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fristbox:nth-child(2){
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.fristbox:nth-child(3){
  margin: 60px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.ml-0{
  margin-left: 0 !important;
}
.easy-to-use{
  padding: 52px 0 0 0;
  margin: 0 10px 0 0 !important;
}

.frist-img img {
  width: 100%;
  height: auto;
}

.frist-content {
  max-width: 495px;
  text-align: left;
  margin-left: 30px;
}

.main-digital-seqrity {
  padding: 100px 0px;
  max-width: 1166px;
  width: 100%;
  margin: 0 auto;
}

.feature-logo {
  width: 68px;
  height: 68px;
  background-color: #f7e5e3 !important;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}

.feature-logo-second {
  width: 72px;
  height: 72px;
  color: #6ae6ab;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}
.efficient-content {
  padding: 52px 0px 0px 0px !important;
}
.frist-content span {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin: 32px 0px 0px 0px; 
  display: block;
}

.frist-content p {
  color: rgba(0, 0, 0, .6);
  font-family: Figtree;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -.36px;
  margin: 14px 0 0 0;
}

.feauter-button {
  width: 320px;
  padding: 26px 0px;
  border-radius: 9px;
  background: #3265f7;
  box-shadow: 0 4px 25px 2px rgba(255, 255, 255, .25);
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin: 30px 0px 0px 0px ;
  height: 80px;
}

.feauter-button span {
  margin-right: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.feauter-button span {
  margin-right: 9px;
}

/* footer */
footer{
  width: 100%;
  background-image: repeating-radial-gradient(circle at 10%, transparent 0%, transparent 10%, rgba(54, 89, 219, 0.33) 10%, rgba(54, 89, 219, 0.33) 17%), linear-gradient(to right, #5b7cfa, #3659db);
  background-color: #3265f7;
  padding: 40px;
  margin-top: 80px;
  font-family: Figtree !important;
}
footer{
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.footer-text{
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 20px !important;
}
.footer-text p{
  margin: 0 auto;
  text-align: center;
  color:white;
  font-size: 18px;
}
.footer-text p:nth-child(1){
  line-height: 2.0;
}
.footer-text p:nth-child(2){
  line-height: 1.4;
}
.footer-links{
  padding: 15px;
}
.footer-links ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-links ul li{
  list-style: none;
}
footer ul {
  margin: 0;
  padding: 0;
}
li a{
  text-decoration: none !important;
  color:white !important;
  margin: 0px 10px;
  font-size: 18px;
}
li  span{
  color: white !important;
}
/* keet it box */

.keep .arrow {
  left: 94%;
  top: 40px;
  height: 150px;
  z-index: 2;
  right: 0;
  position: fixed;
  -webkit-animation: MoveUpDown 0.4s linear infinite alternate;
  animation: MoveUpDown 0.4s linear infinite alternate;
}

.keep {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  overflow: hidden !important;
  z-index: 100;
  display: none;
}

.keepbox {
  position: absolute;
  width: 350px;
  background: #fff;
  border-radius: 5px;
  right: 2%;
  top: 140;
  text-align: left;
  box-shadow: 0 0 5px 5px rgb(0 0 0/10%);
  padding: 20px 20px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.keepbox img {
  left: 15px;
  top: 30px;
}

.keepbox h2 {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 10px;
}

.keepbox p {
  font-weight: 300;
  margin: 0;
  line-height: 1;
  font-size: 28px;
}

.keepbox .btn {
  display: table;
  padding: 10px 30px;
  color: #508be6;
  background: #fff;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 18px;
  margin: 0;
  vertical-align: middle;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

img.vert-move {
  -webkit-animation: mover .5s infinite alternate;
  animation: mover .5s infinite infinite;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30px);
  }
}
.top-bg-image {
  opacity: 1;
  transition: all .2s ease-in-out;
}

.chanter-div {
  position: static;
  transform: translate(0%, 17%);
  height: 420px !important;
}
