html {
    scroll-behavior: smooth;
}
body {
    font-family: "Nunito", sans-serif;
    color: #000000;
    font-size: 14px;
}
a{
    color: #fff;
    text-decoration: none;
}
a:hover{
    color: #fff;
}
.caveat{
    font-family: "Caveat", cursive;
}

:root {
    --theme-gradient: linear-gradient(90deg, #EC1C24 -0.02%, #F9B609 99.99%);
    --theme-gradient1: linear-gradient(90deg, #F9B609 -0.02%, #EC1C24 99.99%);
    --theme-gradient2: linear-gradient(90deg, #0177FA 0%, #00AFF1 100%);
    --theme-gradient3: linear-gradient(90deg, #00AFF1 0%, #0177FA 100%);
}

.clr-1{
    color: #32FFE5;
}

.yellow-clr1 {
    color: #FDA733;
}
.orange-clr {
    color: #FF7E39;
}
.white-clr {
    color: #ffffff;
}
.red-clr{
    color: #FF1212;
}

.orange-gradient{
    background: var(--theme-gradient2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.theme-clr3 {
    background: var(--theme-gradient2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* img animation start */
img.vert-move {
    -webkit-animation: mover 3s infinite alternate;
    animation: mover 1s infinite alternate;
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}
/* img animation end */

/* Header Section Start */

.header-section {
    background-color: #fff;
    padding: 30px 0px;
}
.frame-1{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/thankyou/frane-1.webp") no-repeat;
    background-size: 100% 100%;
    padding: 9px 45px;
    display: inline-block;
}
.probtn1 {
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: var(--theme-gradient2);
    box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 12px;
    color: #ffffff;
    border: none;
    font-weight: 700;
    width: 100%;
    font-size: 22px;
    line-height: 140%;
    position: relative;
}

.probtn1:hover {
    background: var(--theme-gradient3);
    text-decoration: none;
}


@media(min-width:768px) {
    .header-section {
        background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/thankyou/header-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 40px 0px 100px;
    }
    .probtn1{
        font-size: 28px;
        padding: 28px 30px;
    }
    .btn6 a{
        padding: 28px 29px;
    }
}


.proud-text {
    display: inline-block;
    border-radius: 20px;
    border: double 5px transparent;
    background-image: linear-gradient(#fff,#fff),  var(--theme-gradient2);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.proud {
    padding: 20px 15px;
}
.blue-sec{
    padding: 30px 0px;
    background: var(--theme-gradient2);
}
.steps-card {
    display: inline-block;
    border-radius: 20px;
    border: double 5px transparent;
    background-image: linear-gradient(#fff,#fff),  var(--theme-gradient2);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.steps-card-inner {
    padding: 20px 15px;
}
.steps-section{
    background-color: #000c08;
    padding: 30px 0px;
}
@media (min-width: 768px){
    .proud {
        padding: 30px 37px;
    }
    .steps-card-inner {
        padding: 30px 45px;
    }
    .steps-section{
       background:  url("https://cdn.oppyotest.com/launches/talkingkidsbooks/thankyou/presenting-bg.webp")  no-repeat bottom center;
       background-size: cover;
       background-attachment: fixed;
        padding: 100px 0px;
    }
}

/* help sec start */
.help-sec{
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/thankyou/help-bg.webp) no-repeat center center;
    background-size: cover;
    padding: 120px 0px;
}


/* help sec end */

/* support start */
.support-sec{
    background-color: #ffffff;
    padding: 30px 0px;
}
@media (min-width: 768px){
    .support-sec{
        background: #ffffff;
        background-size: cover;
        padding: 80px 0px;
    }
}
/* support end */

/* Footer Section Start */

.footer-section {
    background: #000000;
    padding: 30px 0px;
}

.footer-ul {
    padding: 0px;
    margin: 0px;
}

.footer-ul li {
    display: inline;
}

@media(min-width:768px) {
    .footer-section {
        padding: 50px 0px 50px;
    }
}

ul.footer-ul a:hover {
    color: #fff;
}