* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url('../font-family/AbhayaLibre-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url('../font-family/AbhayaLibre-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url('../font-family/AbhayaLibre-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url('../font-family/AbhayaLibre-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


.montserrat-bold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.montserrat-medium {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.montserrat-regular {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

a {
    text-decoration: none !important;
    color: inherit !important;

}

h1 {
    margin-bottom: 0 !important;
}

h2 {
    margin-bottom: 0 !important;
}

h3 {
    margin-bottom: 0 !important;
}

h4 {
    margin-bottom: 0 !important;
}

h5 {
    margin-bottom: 0 !important;
}

h6 {
    margin-bottom: 0 !important;
}

p {
    margin-bottom: 0 !important;
}

body {
    overflow-x: hidden !important;
    background: #212121;
}

.sec1banner {
    background: url(../img/bannerbg.svg);
    background-position: center;
    background-size: cover;
    height: 900px;
}


.login_btn {
    background: #F3BF2D;
    border-radius: 70px;
    border: none;
    width: 219px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    box-shadow:
        inset -4px -4px 4px 0 rgba(0, 0, 0, 25%),
        inset 4px 4px 3.8px 0 rgba(255, 255, 255, 25%);
}

.sec1 h1 {
    font-family: 'Abhaya Libre';
    font-weight: 800;
    font-size: 70px;
    text-transform: capitalize;
    color: #ffffff;

}

.sec1 p {
    color: #ffffff;
    font-size: 16px;
}

.downloadbtn {
    width: 184px;
    height: 50px;
    border-radius: 70px;
    border: 3px solid #F3BF2D;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
}


.sec2 {
    background-color: #402935;
    padding-top: 90px;
    background: url(../img/sec3bg-img.svg);
    background-position: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    /* height: fit-content; */
}

.sec2bg {
    /* background-color: #402935; */

}

.ellipseimg {
    position: absolute;
    object-fit: contain;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec2 h2 {
    font-size: 60px;
    font-family: 'Abhaya Libre';
    font-weight: 800;
}

.nav-link {
    color: white !important;
    text-transform: capitalize;
}

.nav-link.active {
    color: #F3BF2D !important;
}


.sec2box1 {
    width: 286px;
    height: 265px;
    border-radius: 10px;
    text-align: center;
    background-color: #212121;
    border: 1px solid #F3BF2D;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 20px;
    color: #fff;

}

.sec2box1 h3 {
    font-size: 20px;
}

.sec2box1 p {
    font-size: 14px;
}

.sec3 {
    padding-top: 170px;
}


.sec3 h1 {
    font-family: 'Abhaya Libre';
    font-weight: 800;
    font-size: 70px;
    text-transform: capitalize;
    color: #ffffff;
    line-height: 65px;

}

.sec3 p {
    color: rgba(255, 255, 255, 80%);
    font-size: 16px;
}

.btn-1 {
    background: #F3BF2D;
    border-radius: 70px;
    border: none;
    width: 159px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    box-shadow:
        inset -4px -4px 4px 0 rgba(0, 0, 0, 25%),
        inset 4px 4px 3.8px 0 rgba(255, 255, 255, 25%);
}


.sec4 h1 {
    font-family: 'Abhaya Libre';
    font-weight: 800;
    font-size: 70px;
    text-transform: capitalize;
    color: #ffffff;
    line-height: 65px;

}

.sec4 p {
    color: rgba(255, 255, 255, 80%);
    font-size: 16px;
    width: 54%;
    margin: 0 auto;
}

.sec4 {
    padding-top: 240px;
    z-index: 9999;
}

.bgadd {
    /* background: url(../img/Ellipse301.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.images {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* or set your preferred size */
    height: 900px;
}


.cards-flex {
    cursor: pointer;

    padding: 20px;
    border-radius: 8px;
    height: fit-content;
    margin-top: 60px;
    padding: 40px 45px;
    background-color: #F3BF2D;
}

.pre-image {
    width: 58px;
    height: 58px;
}

.owl-theme .owl-nav .owl-prev,
.owl-next {
    background: transparent !important;
}


.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 38%;
    left: -30px;
    background: none;
    margin-top: 35px;
}

.next-image {
    position: relative;
    left: 55px;
    width: 58px;
    height: 58px;
}

.cilent-image {
    width: 122px !important;
    height: 122px !important;
    position: absolute;
    top: -100px;
}

.star {
    width: 23px !important;
    height: 23px !important;
}

.testimonals {
    padding-top: 160px;
    padding-bottom: 90px;
}

.testimonals h1 {
    text-align: center;
    font-family: 'Abhaya Libre';
    font-weight: 800;
    color: #ffffff;
    font-size: 70px;
}

.text h3 {
    color: #ffffff;
    font-size: 25px;
    margin-top: 60px;
}

.text .cilent-2 {
    color: rgba(255, 255, 255, 80%);
    font-size: 14px;
}

.footer {
    margin-top: 100px;

}

.fotter {
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: cover;
    width: 70%;
}

.footer h6 {
    font-size: 25px;
    text-transform: capitalize;
}

.footer p {
    font-size: 14px;
    margin-bottom: 6px !important;
    text-transform: capitalize;
}

.bgaddition {

    background-repeat: no-repeat;
    background-position: top left;
    background-size: 900px;
    background-position-y: -10px;
}


.sec1bbg {
    width: 810px;
    position: absolute;
    top: 0;
    object-fit: cover;
    right: 0;

}

.zindex {
    z-index: 9999;
}


/* subscription// */

.subscriptionbox {
    padding: 90px 0px;
}


.subscriptionbox .box1 {
    width: 100%;
}

.subscriptionbox .box1 {
    border-radius: 22.07px;
    border: 2.21px solid #F3BF2D;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    margin: 0 auto;
    padding: 25px 25px 35px;
    height: fit-content;
    width: 90%;
}


.subscriptionbox  .packageshead {
    font-family: 'Abhaya Libre';
    font-size: 50px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-transform: capitalize;
}
.subscriptionbox  .packagespara {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-transform: capitalize;
}

.subscriptionbox .box1 h1 {
    font-size: 30px;
    font-weight: bold;
    color: white;
    margin-top: 10px;
    text-align: center;
}

.subscriptionbox .box1 h2 {
    font-size: 12px;
}

.subscriptionbox .box1 h2 {
    font-size: 14.66px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: white;
    margin-bottom: 0;
    text-transform: capitalize;
    /* margin-left: 10px; */
}


.influncer_btn {
    position: relative;
    display: inline-block;
    border-radius: 123px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 20px;
    color: black;
    background-color: #F3BF2D;
    border: 2px solid transparent;
    transition: all 0.6s ease;
    overflow: hidden;
    z-index: 1;
}

.subscriptionbox .box1 h1 span {
    font-size: 25.63px;
    margin-left: 10px;
}

.basicbox {
    height: 55px;
    border-radius: 44px;
    background-color: #212121;
    border: 2.21px solid #F3BF2D;
    padding: 0px 50px;
    font-size: 17.66px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    text-transform: capitalize;
    /* margin-top: 40px; */
    /* margin-bottom: 40px; */
}

.footerDiv {
    width: 100%;
    height: fit-content;
    background-color: #F3BF2D;
    padding-top: 30px;
    padding-bottom: 10px;
}

footer h1 {
    font-size: 20px;
    color: black;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
}

footer p {
    font-size: 12px;
    color: black;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
}

.borderDiv {
    border: 1px solid #212121;
    margin-top: 20px;
}


.policy-container {
    min-height: 100vh;
    padding: 30px 0;
    font-family: 'Inter', sans-serif;
}

.policy-container h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(255,255,255,0.2);
    padding-bottom: 10px;
}

.policy-container h2 {
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #e2f1ff;
}

.policy-container p {
    font-size: 15px;
    line-height: 1.8;
    color: #dbe9f4;
    margin-bottom: 15px;
}

.policy-container ul {
    padding-left: 20px;
}

.policy-container ul li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #cfe3f1;
}




.contact-container {
    min-height: 100vh;
    padding: 80px 0;
    font-family: 'Inter', sans-serif;
}

.contact-card {
    max-width: 700px;
    margin: auto;
    background: rgba(255,255,255,0.06);
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.35);
    color: #fff;
}

.contact-card h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-card .subtitle {
    font-size: 15px;
    color: #d5e8f5;
    margin-bottom: 30px;
    line-height: 1.7;
}

.contact-form .form-row {
    display: flex;
    gap: 20px;
}

.contact-form .form-group {
    margin-bottom: 20px;
    flex: 1;
}

.contact-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #cfe3f1;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: none;
    outline: none;
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-size: 14px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255,255,255,0.6);
}

.contact-form input:focus,
.contact-form textarea:focus {
    background: rgba(255,255,255,0.18);
}

.submit-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    background: #F3BF2D;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 768px) {
    .contact-form .form-row {
        flex-direction: column;
    }
}
