* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", arial, helvetica, sans-serif;

}

@font-face {
    font-family: Arial;
    src: url(..//font/arial/ARIAL.TTF);
    src: url(..//font/arial/ARIALNB.TTF);
    src: url(..//font/arial/ArialMdm.ttf);
}

@font-face {
    font-family: Helvetica;
    font-weight: 600;
    src: url(..//font/helvetica/Helvetica-Bold.ttf);
    src: url(..//font/helvetica/Helvetica-Bold.ttf);
    src: url(..//font/helvetica/helvetica-light.ttf);
}

/* header css start */

a {
    text-decoration: none;
}

h4 {
    font-size: 24px;
    font-weight: 400;
    color: #6B7C93;
    letter-spacing: 0px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
}

.pt-100 {
    padding: 80px 0px;
}

header {
    background: transparent;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    padding: 5px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.sticky ul li a {
    color: #000 !important;
}

.sticky ul li a:hover {
    color: red !important;
}

header .navbar-brand img {
    width: 100%;
    max-width: 110px;
}

header .navbar-nav .nav-item .nav-link {
    color: #f0f0f0b5;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 1px;
    padding: 0 20px;
    transition: 0.5s;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
}

header .navbar-nav .nav-item .nav-link:hover {
    color: red;
}

/* header css end */


/* home section css start */

.home_section {
    height: 865px;
    background-image: url(..//images/kenu-header.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.home_section::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(45deg, #000000a1, #00000014);
}

.scrool-bar {
    position: absolute;
    bottom: 20px;
    left: 50%;
}

.scrool-bar img {
    width: 17px;
}

.home_content h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.9px;
}

.home_content button {
    border-radius: 30px;
    width: 100% !important;
    height: 55px;
    transition: 0.6s all ease;
    border: 1px solid transparent;
}

.home_content button .apply_btn {
    font-size: 16px;
    font-weight: 700;
    color: #2b2d42;
}

.home_content button:hover {
    background: #fe3a39 0% 0% no-repeat padding-box;
    box-shadow: 8px 8px 24px #090e1457;
    transform: translateY(-5px);
    transform: scale(1.03);
}

.home_content button:hover .apply_btn {
    color: #fff;
}

.home_content p {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    letter-spacing: normal;
}

/* home section  end */


/* about section start */

.feature_section {
    background-color: #fff;
}

.main_heading_1 {
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    font-size: 2.450rem;
    line-height: 3rem;
    letter-spacing: 0px;
    text-transform: none;
    color: #000000;
    z-index: 1;
}

.pairagraph {
    color: #6B7C93;
    font-size: 16px;
    font-weight: 400;
}

.feature_box {
    background: transparent;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 16px;
}

.feature_img img {
    height: 75px;
    width: 75px !important;
    transition: 0.6s all ease;
    padding: 10px;
    border-radius: 10px;
}

.feature_box h4 {
    font-size: 24px;
    font-weight: 400;
    color: #6B7C93;
    letter-spacing: 0px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
}

.feature_box p {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
}

/* feature_section end */


/* join_box section start */

.about_section {
    background: #fff;
}

.join_box {
    background: #fff;
    padding: 20px 20px;
    margin-bottom: 20px;
    border: 1px solid #80808038;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.join_box img {
    width: 100%;
}

.join_content {
    padding: 20px;
}

.join_content h4 {
    color: #54617a;
    font-weight: 500;
}

.success_content p {
    margin: 0;
    font-size: 15px;
}

.success_content i {
    font-size: 37px;
    color: red;
    margin-bottom: 13px;
}

/* join_box section end */


/* why choose us start */

.influencer_section {
    background-color: #000;
}

.influencer_section p {
    font-size: 17px;
}

.influencer {
    display: flex;
    align-items: center;
    gap: 20px;
}

.influencer i {
    width: 50px;
    height: 48px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    padding: 12px;
}

.influencer h4 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffffeb;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.why_choose_us img {
    width: 100%;
    position: relative;
    z-index: 100;
    border-radius: 0px 20px;
}

.about_box p {
    text-align: justify;
}

/* faq section start */

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    margin-bottom: 20px;
}

.active,
.accordion:hover {
    background-color: #cccccc8f;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* faq section start */



/* contact form section start */


.form_box {
    width: 100%;
}

input[type=text],
select,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    outline: none;
}


.inflanar-btn {
    background-color: #f32b0c;
    color: white;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.inflanar-btn:hover {
    background-color: #000000;
}

.toast {
    position: fixed;
    top: 100px;
    right: 10px;
    z-index: 999;
}

.influencer {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}


.conact_form_img img {
    width: 100%;
}

/* contact form section end */


/* footer section start */

/*======================================
   Footer Area
========================================*/
.footer-area {
    background-color: #011627;
    position: relative;
    overflow: hidden;
    background-image: url('..//images/in-footer-bg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-about-widget {
    margin-top: 30px;
    flex-direction: column;
    display: flex;
}

.footer-top-inner {
    z-index: 22;
    position: relative;
    /*padding-top: 245px;
    padding-bottom: 120px;*/
}

.footer-area p {
    color: #fff;
}

.footer-get-touch p a {
    font-weight: 400;
    font-size: 15px;
    padding-top: 5px;
    color: #fff;
}

.f-contact__form-top p {
    display: flex;
    gap: 10px;
    font-size: 15px;
}

.f-contact__form-top p span i {
    color: #fe3a39;
}

.footer-area ul li,
.footer-area ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
}

.footer-area ul li a i {
    color: #fe3a39;
}

.footer-area ul li a:hover i {
    color: #fff;
}

.footer-get-touch p {
    display: flex;
    flex-direction: column;
}

.footer-get-touch p a {
    font-weight: 400;
    font-size: 15px;
    padding-top: 5px;
}

.footer-get-touch p a i {
    color: #fe3a39;
    padding-right: 10px;
}

.footer-get-touch {
    margin-top: 22px;
}

.payment-card li {
    display: inline-block;
    margin-right: 8px;
}

.payment-card li:last-child {
    margin: 0;
}

.footer-logo img {
    width: 120px;
}

.single-widget {
    margin-top: 30px;
}

.widget-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500;
    position: relative;
    width: fit-content;
}

.widget-title:before {
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 85%;
    height: 3px;
    content: '';
    background: #fe3a39;
    border-radius: 20px;
}

.widget-title:after {
    position: absolute;
    right: 0;
    bottom: -8px;
    content: '';
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    animation: roud 2s infinite alternate ease-in-out;
}

@keyframes roud {
    0% {
        transform: translate(100%, 0%),
    }

    100% {
        transform: translate(-250%, 0%);
    }
}

.single-widget li {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.single-widget li:last-child {
    margin: 0;
}

.single-widget li i {
    margin-right: 8px;
    font-size: 10px;
}

.single-widget li a:hover {
    transform: translateX(10px);
    color: #fe3a39;
}

.footer__list li {
    line-height: 36px;
}

.single-widget.footer-contact li a {
    transform: none;
}

.footer-about-widget {
    margin-top: 30px;
}

.footer-contact-bottom {
    margin-top: 35px;
}

.footer-about-widget__title {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin: 40px 0 0;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.footer-about-widget__title span {
    display: block;
}

.f-contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.f-contact-list li {
    display: flex;
    align-items: center;

}

.f-contact-list li i {
    font-size: 24px;
    margin-right: 10px;
    color: #fe3a39;
}

.footer-area .f-contact-list li i {
    font-size: 13px;
}

.f-contact-list li:last-child {
    margin: 0;
}

/* Copyright */
.copyright {
    z-index: 22;
    position: relative;
}

.inflanar-social {
    display: flex;
    align-items: center;
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: end;
}

.inflanar-social__v2 li a i {
    height: 20px;
    width: 20px;
    background: white;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.inflanar-social__v2 li a i:after {
    background: #fe3a39;
    width: 0%;
    height: 0%;
    content: '';
    left: 0;
    top: 0;
    border-radius: 50%;
    position: absolute;
    transition: 0.5s;
    z-index: -1;
    margin: auto;
    right: 0;
    bottom: 0;
}

.inflanar-social__v2 li a:hover i:after {
    width: 100%;
    height: 100%;
}

.inflanar-social a {
    background: transparent;
    color: #fff !important;
    border-radius: 100%;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}


.copyright__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #344552;
}

.copyright-text {
    color: #ECEAFF !important;
    margin: 0;
    text-align: left;
    font-size: 14px;
}

.copyright-text a {
    color: #fe3a39 !important;
    font-weight: 500;
}

.copyright-text a:hover {
    text-decoration: underline;
}

.footer-pages {
    display: flex;
    justify-content: end;
    gap: 0;
    position: relative;
    top: 5px;
}

.footer-pages li {
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 2px solid #fff;
    line-height: initial;
    line-height: 16px;
}

.footer-pages li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.footer__list {
    flex-flow: column !important;
    margin: 0;
    padding: 0;
}

.footer__list li {
    min-width: 50%;
    max-width: 50%;
}

.footer__list li a:hover {
    text-decoration: none;
}

.footer-pages li a {
    color: #C9C9C9;
}

.footer-pages li a:hover {
    color: #fff;
}

.footer-circle-shape {
    position: absolute;
}

.footer-circle-shape-inner {
    position: relative;
}

.footer-area a:hover {
    color: #fe3a39 !important;
}

.footer-area.footer-area--v2 a:hover {
    color: #FF772C !important;
}

.footer-area.footer-area--v3 a:hover {
    color: #7D45F1 !important;
}

@media only screen and (max-width: 991px) {
    .footer-top-inner {
        padding-top: 50px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .widget-title {
        font-size: 20px;
    }

    .copyright-text {
        text-align: center;
    }

    .copyright-right {
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .copyright-text {
        text-align: center;
    }

    .copyright-right {
        text-align: center;
        margin-top: 15px;
    }

    .copyright-right li {
        display: inline-block;
        margin-right: 15px;
    }

    .copyright__inner {
        flex-direction: column;
        gap: 15px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .f-contact-list li {
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 12px;
    }

    .footer-area p {
        font-size: 14px;
    }


}

@media only screen and (max-width: 767px) {
    .footer-pages li {
        padding-right: 10px;
        margin-right: 10px;
    }

    .widget-title {
        font-size: 20px;
        margin-bottom: 18px;
    }
}
