html{
	scroll-behavior:smooth;
}

body {
  background: #FFFFFF;
  text-align: center;
  font-family: Lato;
  margin: 0;
}
ul{
	padding:0;
	margin:0;
}

img{
	max-width:100%;
}
header {
  display: flex;
  margin: auto;
  align-items: center;
  height: 70px;
  z-index: 20;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 6px #0000001c;
  position: sticky;
  top: 0;
}
header .container-fluid {
  max-width: 1186px;
  padding: 0 60px;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin: auto;
  box-sizing: border-box;
}
header .container-fluid ul {
  display: flex;
  margin: 0;
  padding: 0;
}
header .container-fluid ul li {
  list-style: none;
  padding: 0px 15px;
}
header .container-fluid ul li a {
  color: #000000;
  text-decoration: none;
}
.main {
  display: block;
  min-height: 400px;
  border: 1px solid #fff;
  background: rgb(43 43 83);
  height: calc(100vh - 70px);
  overflow: hidden;
  position:relative;
}
.logo img{
  height: 50px;
}
.down-arrow{
position: absolute;
bottom:20px;
left:49%;
cursor:pointer;
z-index:11;
}
.full-width {
  width: 100%;
  height: 698px;
}
.explain {
  height: 94%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.explain h1 {
  font-size: 50px;
  line-height: 56px;
  margin: 30px auto 10px;
  padding: 0;
  color: #ffffff;
}

.explain p {
  font-size: 30px;
  line-height: 40px;
  margin: 0 auto 40px;
  padding: 0;
  color: #fff;
}
.section-content {
  max-width: 1045px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  padding: 100px 0px;
  height: 100vh;
  box-sizing: border-box;
}
.section-content .texts {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 500px;
  line-height: 24px;
}
.section-content .texts .subtitle {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
}
.section-content .texts p {
  text-align: left;
  font-size: 17px;
}
.section-content figure{
	display:flex;
	align-items:center;
}
.inner-banner {
  	background: linear-gradient(180deg, rgb(182 99 199) 0%, rgb(59 57 114) 100%);
  	justify-content: center;
  	align-items: center;
  	display: flex;
  	max-height: 190px;
  	flex-direction: column;
  	padding: 60px 0;
  	min-height: 72px;
}
.inner-banner h1 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  /* padding: 75px 0px; */
  margin: 0;
}
.main-content {
  width: 1177px;
  margin: auto;
  text-align: left;
  line-height: 30px;
}
.content {
  background-color: #FFFFFF;
  max-width: 1186px;
  padding: 30px 60px;
  text-align: left;
  box-sizing: border-box;
  z-index: 1;
  margin: 0 auto;
}
.explaination {
  font: normal normal normal 14px/19px Lato;
  letter-spacing: 0px;
  color: #000000;
  line-height: 25px;
  margin: 0;
}
.title {
  font: normal normal bold 16px/24px Lato;
  letter-spacing: 0px;
  color: #000000;
}
.date {
  font: normal normal normal 14px/36px Lato;
  margin: 0px 53px 0px;
  color: #FFFFFF;
}
.indent-top {
  margin-top: 45px;
}
.indent-bottom {
  margin-bottom: 45px;
}
.indent-full {
  margin-top: 45px;
  margin-bottom: 6px;
}
.bullets {
  margin-top: 5px;
  margin-bottom: 5px;
}
.link-dark, .link-light {
  color: #000;
}
footer {
  color: #000000;
  font-family: Lato;
  font-size: 14px;
  height: 70px;
  width: 100%;
}
footer .container-fluid {
  display: flex;
  justify-content: space-between;
  max-width: 1186px;
  margin: auto;
  align-items: center;
  padding: 0px 60px;
  height: 70px;
  box-sizing: border-box;
}
.footer-content-right {
    display: flex;
    justify-content: end;
    position: relative;
}
.footer-content-right div {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
.footer-content-right a:nth-of-type(2){
	margin:0 10px;
}
footer a {
  text-decoration: none;
  color: #000000;
}
.thanku-section {
    padding: 60px 0px;
    min-height: calc(100vh - 262px);
    display: flex;
    position:relative;
    background: #f2f2f2;
}
.thanku-section .thanku {
  max-width: 768px;
  width: 100%;
  min-height: 400px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  background: #fff;
}
.thanku-section .thanku a {
  padding: 15px 60px;
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
  background-color: #b161c4;
  color: #fff;
  text-decoration: none;
}
.thanku figure img{
	    animation: round 10s cubic-bezier(0.94, 0.4, 0.63, 1.25) infinite;
    transform: scale(1) rotate(0deg);
}
.thanku-section:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: #fff url(../images/texture.png);
	z-index: -1;
    opacity: .2;
}
.uninstall .step_section {
    display: block;
}
.step_section .steps ul li {
    list-style: none;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    margin: 3px 0;
	font-weight:300;
}
.uninstall ul li img {
    margin: 20px 0 30px;
    max-width: 100%;
    border: 1px solid;
}

@keyframes round{
	0%{
		transform:scale(.5) rotate(-720deg);
		
	}
	10%{
		transform:scale(1) rotate(0deg);
		
	}
}
@media screen and (max-width:767px){
	.content, header .container-fluid, footer .container-fluid {
		padding: 00px 10px;
		flex-wrap: wrap;
	}
	.section-content{
		flex-wrap: wrap;
		padding: 40px 0;
		height: auto;
	}
	.logo{
		width: 42px;
		overflow: hidden;
	}
	.logo img{
		max-width:none;
	}
}