* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    font-family: "Inter", sans-serif !important;
}
.header-main-title {
    margin: 0px 0px 25px 0px;
}

.header-main-title {
    font-weight: 800;
    color: #ffffff;
    font-size: 3rem;
    background: linear-gradient(to bottom, #ff6400 0%, #ffde51 70%, #f5da42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.add-power-watch-btn button, .add-power-watch-btn a {
    background: rgb(9 110 213);
    background: linear-gradient(179deg, rgb(9 110 213) 0%, rgb(55 187 255) 70%, rgb(55 186 255) 100%);
    color: rgb(255 255 255);
    font-size: 1.9rem;
    padding: 10px 120px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    border: 0px solid ;
}
.add-power-watch-btn button:hover, .add-power-watch-btn a:hover {
    background: linear-gradient(179deg, rgb(8, 125, 241) 0%, rgb(102, 199, 247) 70%, rgb(129, 211, 255) 100%);
    color: #ffffff;
}

.videobox {
    position: relative;
    margin: 0 0 30px;
}

.responsive-video {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    border: #8e8e8e solid 2px;
    border-radius: 22px;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    border: 0;
}

.bg-1{
    /* background: url(../images/bg-1.jpg); */
    background-size: cover;
    background-position: top;
    align-items: center;
    display: flex
;
    min-height: calc(100vh - 181px);
    padding: 50px 0px;
}
.emoji-img{
    width: 40px;
    position: relative;
    top: -2px;
}
.top-title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
@media (max-width:767px){
    .header-main-title {
        font-size: 2.5rem !important;
    }
    .add-power-watch-btn button, .add-power-watch-btn a {
        font-size: 1.4rem;
        padding: 10px 10px;
    }
}
.text-top {
    color: #ffffff !important;
    background: #160b4d;
    padding: 15px 40px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}
.text-high {
    color: #ffffff !important;
    position: absolute;
    left: -68px;
    top: -33px;
    transform: rotate(342deg);
    background: #ffb04a;
    padding: 3px 15px;
    border-radius: 20px;
}
.py-sec{
    padding: 50px 0px;
}
@media (max-width:767px) {
    .text-high {
        color: #FFC107 !important;
        position: relative !important;
        left: 0px !important;
        top: 0px !important;
        background: transparent !important;
        padding: 0px !important;
        border-radius: 0px;
        font-weight: 700;
    }
    .py-sec{
        padding: 50px 0px;
    }
}

nav {
    background-color: #030e26;
    /* height: 70px; */
    color: rgb(255, 255, 255);
}

.btn-top-con{
    background: linear-gradient(179deg, rgb(9 110 213) 0%, rgb(55 187 255) 70%, rgb(55 186 255) 100%);
    /* background: linear-gradient(210deg, rgb(128 0 175) 0%, rgb(221 71 254) 100%); */
    color: white;
    padding: 5px 30px !important;
    border-radius: 10px !important;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 1.1rem;
    text-decoration: none;
}
.btn-top {
    background: transparent !important;
    color: white !important;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 1.1rem; 
}
.btn-top-con:hover{
    background: linear-gradient(179deg, rgb(8, 125, 241) 0%, rgb(102, 199, 247) 70%, rgb(129, 211, 255) 100%);
    /* background: linear-gradient(210deg,rgb(221 71 254) 0%,  rgb(128 0 175) 100%); */
    color: white;
}
.main-logo {
    width: 170px;
    margin-top: -12px;
}
footer {
    background-color: #030e26;
    color: white;
}
.horizontal-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer ul {
    margin: 0px;
    padding: 0px;
    color: white;
    list-style: none;
}
.horizontal-menu li {
    display: inline-block;
    margin-right: 20px;
}

footer ul li {
    margin: 5px 0px;
}
footer ul li a {
    color: white;
    text-decoration: none;
    margin: 10px 0px;
    font-size: 1.1rem;
    font-weight: 500;
}
.footer-logo img {
    width: 200px;
}


.con-sec{
    margin-top: 20px;
    position: relative;
    border-radius: 55px;
    background: linear-gradient(180deg, rgb(33 29 62) 0%, rgb(39 39 41) 100%);
    padding: 30px 20px;
}
.business-feature, .business-feature-best {
    padding: 0;
    margin-top: 0px;
}
.business-feature ul, .business-feature-best ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 500px;
    max-width: 100%;
    margin: 0px auto;
}
.business-feature ul li, .business-feature-best ul li {
    text-align: center;
    font-size: 1.3rem;
    display: flex
;
    align-items: baseline;
    font-weight: 400;
    justify-content: center;
    color: #9898a0;
}
.business-feature ul li span, .business-feature-best ul li span{
    padding: 10px 0px;
    border-bottom: 2px solid #4f4e4e8f;
    width: 100%;
    font-weight: 600;
    color: #bebebe;
    font-size: 1.4rem;
}
.special-txt{
    color: #37baff;
    font-weight: 700;
    margin-top: 10px !important;
}
.logo-width{
    width: 300px;
    max-width: 100%;
}