/* thankyou */

body {
    font-family: "Nunito", sans-serif;
	color: #fff;
	font-size: 14px;
	overflow-x: hidden;
    background: #000;
}
:root{
    --white-clr: #fff;
    --purple-clr1: #6F209D;
    --theme-gradient: linear-gradient(90deg, #1650E5 0%, #00DFED 99.98%);
    --theme-gradient1: linear-gradient(90deg, #00DFED 0%, #1650E5 100%);
}

.white-clr {
    color: #000000;
}

.purple-gradient {
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.black-clr {
    color: #ffffff;
}
/* .login-link:hover {
    color: #fff;
} */
.handsean {
    font-family: handsean;
}
/* Header Section CSS */

.header-section {
    background: #ffffff;
    padding: 40px 0;
}

.orange-clr {
	color: #f6841f;
}

@media(min-width:768px) {
    .header-section {
       background:#ffffff url(https://cdn.oppyotest.com/launches/aipixelperfect/thankyou/header-bg.webp) no-repeat bottom center;
       background-size: cover;
       padding: 40px 0px 100px;
    }
}


/********features*********/

@font-face {
    font-family: 'handsean';
    src: url(../fonts/handsean.ttf);
}

.handsean {
    font-family: handsean;
}

.footer-section {
    background: #05071A;
    padding: 30px 0px;
}

.footer-ul {
    padding: 0px;
    margin: 0px;
}

.footer-ul li {
    display: inline;
}

a.blue-clr {
    color: #6e44ff;
}

@media(min-width:768px) {
    .footer-section {
        padding: 50px 0px;
    }
}

.lightred {
    color: #f6841f;
}

a.lightred {
    color: #f6841f;
}

.footer-ul li a:hover {
    color: #fff;
}


/* ======== */
.container-box {
    padding: 20px;
    position: relative;
    background: #282759;
    border-radius: 30px;
}

@media (min-width: 768px){
    .container-box {
        padding: 80px;
        background: url(https://cdn.oppyotest.com/launches/aipixelperfect/thankyou/contact-bg.webp) no-repeat center center;
        background-size: 100% 100%;
    }

}
.blue-sec {
    background: #0094FF;
    padding: 30px 0px;
}
.steps-section {
    background: linear-gradient(180deg, #FFF 0%, #FEF1E1 100%);
    padding: 30px 0px;
}
.steps-card {
    display: inline-block;
    border-radius: 20px;
    border: double 5px transparent;
    background-image: linear-gradient(#202020, #202020), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.steps-card-inner {
    padding: 20px 15px;
}
.buttn:hover {
    background: var(--theme-gradient);
    transition: all 0.3s ease-in-out;
}
.buttn a {
    color: #fff;
    text-decoration: none;
}
.buttn {
    background: var(--theme-gradient);
    -webkit-box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 45%);
    display: inline-block;
    border-radius: 10px;
}
.btn6 {
    padding: 20px 10px;
}
@media (min-width: 768px){
    .steps-section {
        padding: 100px 0px;
    }
    .steps-card-inner {
        padding: 30px 45px;
    }
    .btn6 {
        padding: 13px 57px 9px;
    }
}
.contact-section{
    background: #fff;
    padding: 30px 0;
}
@media (min-width: 768px){
    .contact-section{
        padding: 100px 0;
    }
}

/* Floating Btn */

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background: var(--theme-gradient);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background: var(--theme-gradient1);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/*  */