* {
    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: #000000;
    font-size: 4rem;
}

.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;
}
@media (max-width: 992px) {
    .get-model-ul li {
        float: left;
        width: 50% !important;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .get-model-ul li {
        margin-bottom: 10px !important;
        float: left;
        width: 100% !important;
        margin-bottom: 20px;
    }
}
.bg-1{

    background: url("../../images/allinclusivebump/bg-1.jpg");
    background-size: cover;
    background-position: top;
    align-items: center;
    display: flex;
    min-height: 100vh;
    background-attachment: fixed;
    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 40px;
    }
}
.text-top {
    color: #ffffff !important;
    background: #160b4d;
    padding: 15px 40px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}
.text-high {
    color: #37bbff !important;
}
.py-sec{
    padding: 50px 0px;
}
@media (max-width:767px) {
    .text-high {
        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;
    }
}



.heading {
    font-weight: 800 !important;
    margin-bottom: 30px;
    font-size: 1.8rem;
    text-align: center;
    color: #000000;
    font-size: 2.5rem !important;
}
.get-model-ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flow-root;
}
.get-model-ul li {
    float: left;
    width: 33.3%;
    margin-bottom: 20px;
}
.get-model-ul li .model-con {
    position: relative;
    display: flex !important
;
    font-size: 1.3rem;
    margin: 0px 10px;
    border: 2px solid #0f0835 !important;
    text-align: center;
    border-radius: 15px;
    color: #000000;
    font-weight: 500;
    gap: 20px;
    align-items: center;
    flex-direction: row;
    padding: 8px 20px !important;
    min-height: 80px;
}
.model-img {
    width: 50px;
    flex-shrink: 0;
}
.model-title {
    margin: 0px;
    font-weight: 600;
    text-align: left;
}
.add-txt{
    padding: 5px 40px;
    font-size: 1.5rem;
    BACKGROUND: #000000;
    color: #ffffff;
    border-radius: 50px;
    display: table;
    margin: 0px auto;
    font-weight: 700;
    margin-top: 50px;
}
.sec-divider{
    height: 2px;
    width: 100%;
    margin-top: 40px;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgb(255, 255, 255) 100%);
}
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;
}