html {
    scroll-behavior: smooth;
}
body {
    font-family: "Nunito", sans-serif;
    color: #000000;
    font-size: 14px;
}
html::-webkit-scrollbar {
    width: 8px;
 }
 
html::-webkit-scrollbar-track {
  background-color: #eee;
}
 
html::-webkit-scrollbar-thumb {
  background: var(--blue-clr);
  border-radius: 25px;
}
 
a{
    color: #fff;
    text-decoration: none;
}
a:hover{
    color: var(--blue-clr);
}
.caveat{
    font-family: "Caveat", cursive;
}
.oswald{
    font-family: "Oswald", serif;
}

:root{
    --theme-gradient:linear-gradient(135deg, #FFE31B, #FFF9B2);
    --theme-gradient1: linear-gradient(135deg, #FFF9B2, #FFE31B);
    --blue-clr: #1D5FE9;
}
.red-clr {
    color: #fc0013;
}
.blue-clr{
    color: var(--blue-clr);
}
.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-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.theme-clr {
    background: linear-gradient(90deg, #F8D13E 0%, #FF6A00 100%);
    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;
}

.probtn1 {
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: var(--blue-clr);
    box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 12px;
    color: #fff;
    border: none;
    font-weight: 700;
    width: 100%;
    font-size: 22px;
    line-height: 140%;
    position: relative;
}

.probtn1:hover {
    background: var(--blue-clr);
    text-decoration: none;
    color: #fff;
}
.inside-section{
    background: #ffffff;
    padding: 30px 0px;
}
.desktop-img{
    position: relative;
}
.desktop-button a {
    background: var(--theme-gradient);
    display: inline-block;
    position: absolute;
    bottom: 5%;
    left: 5%;
    padding: 5px 20px;
    transition: all .3s ease;
}


.desktop-button a:hover{
    color: #fff;
    transform: scale(1.1);
}

@media(min-width:768px) {
    .header-section {
        background: url(https://cdn.oppyotest.com/launches/broadcasterai/thankyou/header-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 40px 0px 100px;
    }
    .probtn1{
        font-size: 26px;
        padding: 28px 20px;
    }
    .btn6 a{
        padding: 28px 29px;
    }
    .inside-section{
        padding: 100px 0px;
    }
    .desktop-button a{
        background: url(https://cdn.oppyotest.com/launches/broadcasterai/thankyou/frame-2.webp) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        position: absolute;
        bottom: 10%;
        left: 18%;
        padding: 10px 40px;
        z-index: 1;
    }
    .desktop-button::before{
        content: url(https://cdn.oppyotest.com/launches/broadcasterai/thankyou/arrow-img.webp);
        position: absolute;
        bottom: 3%;
        left: 36.5%;
        z-index: 99;
    }
    /* .frame-1 {
        position: relative;
        z-index: 1;
    }
    .frame-1::after {
        content: '';
        background: linear-gradient(180deg, rgba(250, 114, 36, 0) 0%, rgba(250, 114, 36, 0.5) 100%);
        position: absolute;
        bottom: 4px;
        right: 0px;
        width: 100%;
        height: 30px;
        z-index: -1;
    } */
}


.proud-text {
    display: inline-block;
    border-radius: 20px;
    border: double 5px transparent;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(90deg, #F8D13E 0%, #FF6A00 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.proud {
    padding: 20px 15px;
}
.blue-sec{
    padding: 30px 0px;
    background: linear-gradient(90deg, #F8D13E 0%, #FF6A00 100%);
}
.steps-card {
    background: #fff;
    display: inline-block;
    border-radius: 20px;
    border: 5px solid var(--blue-clr);
    /* background-image: linear-gradient(#ffffff, #ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}
.steps-card-inner {
    padding: 20px 15px;
}
.steps-section{
    background-color: #331103;
    padding: 30px 0px;
}
@media (min-width: 768px){
    .proud {
        padding: 30px;
    }
    .steps-card-inner {
        padding: 30px 45px;
    }
    .steps-section{
       background:  url("https://cdn.oppyotest.com/launches/broadcasterai/thankyou/presenting-bg.webp")  no-repeat bottom center;
       background-size: cover;
       background-attachment: fixed;
        padding: 100px 0px;
    }
}

/* help sec start */
.help-sec{
    background: #ffffff;
    padding: 30px 0px;
}
@media (min-width: 768px){
    .help-sec{
        background: url(https://cdn.oppyotest.com/launches/broadcasterai/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;
}