* {
    padding: 0;
    margin: 0;
}

:root {
    --theme-color: #38bdf8;
    --hover-color: #149dd8;
}

body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe !important;
    outline: 0;
    box-shadow: none;
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

.nav-item.active .nav-link {
    color: var(--theme-color) !important;
}

.navbar-toggler:focus {
    box-shadow: none;
    border-color: #55efc4 !important;
}

.navbar {
    background: #fff !important;
}

.navbar-brand {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #063991;
    font-family: "Nunito", sans-serif;
    margin-top: 3px;
}

.shadow {
    box-shadow: 0px 0 30px rgb(1 41 112 / 8%) !important;
}

.navbarColor {
    background: #fff;
    padding: 10px 0;
    box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
    transition: 0.5s;
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: #063991;
}

.navbarpadding {
    padding: 5px 0;
    transition: 0.5s;
}

.navbar-nav .nav-link {
    color: #000 !important;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    white-space: nowrap;
    font-size: 16px;
    padding: 8px 15px !important;
    transition: 0.3s;
}

.navbar-nav .nav-link a {
    margin-top: 5px !important;
}

.dropdown-navlink {
    border: none;

}

.navbar-nav a:hover {
    color: var(--theme-color) !important;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: #4154f1;
}

/* .dropdown-menu .dropdown-item {
    color: #000 !important;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    white-space: nowrap;
    font-size: 14.5px;
    transition: 0.3s;
}

.dropdown-item {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
} */


.last-logo i {
    color: var(--theme-color);
    font-size: 16px;
}

/* --------Hero-section------- */
.hero-img {
    width: 100%;
    height: auto;
}

.hero-section .column-two,
.hero-section .column-one {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-section .heroContent {
    margin-top: 200px;
}

.hero-section .hero-text h1 {
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    color: var(--theme-color);
    font-family: "Poppins", sans-serif;
    cursor: pointer;

}

.hero-section .bootePoint a {
    display: flex;
    flex-direction: column;
    color: #515f7d;
    font-size: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.hero-section .bootePoint a:hover {
    color: #515f7d;
}

.hero-section .hero-text p {
    color: #515f7d;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 32px;
    cursor: pointer;
}

.hero-section .codecanyonButton .demo-button {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 25px 10px 25px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #000;
    border: none;
}

.hero-section .codecanyonButton .demo-button:hover {
    background: #000000e0;
    color: #fff;
    box-shadow: rgba(0, 2, 1, 0.267) 0px 1px 2px 0px, rgba(0, 0, 0, 0.301) 0px 2px 6px 2px;
}

.hero-section .codecanyonButton .admin-button {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 25px 10px 25px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: var(--theme-color);
    border: none;
}

.hero-section .codecanyonButton .admin-button:hover {
    background: var(--hover-color);
    color: #fff;
    box-shadow: rgba(39, 202, 231, 0.267) 0px 1px 2px 0px, hsla(194, 81%, 52%, 0.301) 0px 2px 6px 2px;
}

.hero-section .codecanyonButton .buy-button {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 25px 10px 25px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #72b724;
    border: none;
}

.hero-section .codecanyonButton .buy-button:hover {
    background: #61a117 !important;
    color: #fff;
    box-shadow: rgba(91, 184, 37, 0.356) 0px 1px 2px 0px, rgba(86, 199, 52, 0.329) 0px 2px 6px 2px;
}
.hero-section .codecanyonButton .adddonButton {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 25px 10px 25px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #00c563;
    border: none;
}

.hero-section .codecanyonButton .adddonButton:hover {
    background: #09914d !important;
    color: #fff;
    box-shadow: rgba(2, 221, 86, 0.356) 0px 1px 2px 0px, rgba(2, 167, 65, 0.329) 0px 2px 6px 2px;
}

.buy-button {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 25px 10px 25px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #72b724;
    border: none;
}

.buy-button:hover {
    background: #61a117 !important;
    color: #fff;
    box-shadow: rgba(91, 184, 37, 0.356) 0px 1px 2px 0px, rgba(86, 199, 52, 0.329) 0px 2px 6px 2px;
}

.envato-section {
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 70px;
}
.envato-customer{
    width: 60%;
}
.customer-suport-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
    background: #d4757538;
}
.customer-suport-item.rating{
    background: #f7f2c6 !important;
}
.customer-suport-item .star{
    color: #ffa600 !important;
}
.customer-suport-item.suport{
    background: #d3f0c3 !important;
}

/* Features-sention-Start */
.Features-sention{
    margin-top: 100px;
    margin-bottom: 50px;
}
.product-features{
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    column-gap: 20px;
    row-gap: 30px;
    margin-top: 60px;
}
.featureBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 120px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.116);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.featureBox img{
    width: 50px;
}
/* Modules-sention-Start  */
.Modules-sention{
    margin-top: 100px;
}
.modules-features{
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    column-gap: 20px;
    row-gap: 30px;
    margin-top: 60px;
}
.modulesBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 120px;
    border-radius: 10px;
    background: rgba(219, 245, 255, 0.116);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.modulesBox img{
    width: 50px;
}

/* <!-------App-Features-Section------> */
.app-features-section {
    margin-top: 150px;
    margin-bottom: 50px;
}

.app-features-section .section-text h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: center;
    color: var(--theme-color);
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

.app-features-section .section-text p {
    color: #47536e;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
    cursor: pointer;
}

.app-features-section .app-icon-box img {
    width: 48px;
    float: left;
}

.app-features-section .icon-content-text h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    color: var(--theme-color);
    cursor: pointer;
}

.app-features-section .icon-content-text p {
    font-size: 15px;
    color: #47536e;
    cursor: pointer;
}

.app-features-content div {
    margin: 5px 0;

}

/* ======= Details-Section-one ,Two and Three =======  */
.details-section {
    margin-top: 60px;
}

.details-section .details-text h3 {
    font-weight: 700;
    font-size: 30px;
    color: var(--theme-color);
    font-family: "Raleway", sans-serif;
    cursor: pointer;
}

.details-section .details-text p {
    font-size: 15px;
    color: #47536e;
    cursor: pointer;
}

.details-section .apple-button {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 25px 10px 25px;
    margin-top: 10px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #707070;
    border: none;
}

.details-section .apple-button:hover {
    background: #232323;
    color: #fff;
}

.details-section .google-play {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 25px 10px 25px;
    margin-top: 10px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #428061;
    border: none;
}

.details-section .google-play:hover {
    background: #11492a;
    color: #fff;
}

.details-section .buy-button {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 25px 10px 25px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 10px;
    color: #fff;
    background: #55efc4;
    border: none;
}

.details-section .buy-button:hover {
    background: var(--theme-color);
    color: #fff;
}

.details-section-content .button-section button {
    margin-left: 15px;
}

/* ======= Details-Section-END =======  */
/* =======Price-Section========== */
.priceContent{
    background: #fff;
    box-shadow: 0px 40px 80px 0px rgba(204,204,204,.49);
    border-radius: 10px;
}
.price-section {
    margin: 70px 0;
}
.price-section h2 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    color: var(--theme-color);
}
.price-section .price-heding-content{
    margin-top: 5px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.price-section .price-heding-content h2{
    font-weight: 500;
    font-size: 26px;
    font-family: "Raleway", sans-serif;
    color: #212529;
}
.price-section .price-heding-content p{
    font-size: 17px;
    color:#47536e;
    margin: 0;
}
.price-section .price-item-content {
    margin-top: 20px;
}
.Font15{
    color: #000;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 15px;
}
.price-section .price-item-content .item{
    list-style: none;
    font-size: 14px;
    display: flex;
    justify-content: flex-start !important;
    gap: 5px;
    align-items: center;
    color: #47536e;
    padding: 8px 0;
}
.price-section .price-item-content .item .icon{
    font-size: 18px !important;
    color: #1f8f03;
}
.price-section .price-item-content .item .xicon{
    font-size: 18px !important;
    color: #fd2525;
}

.price-section .contactButton{
    background: var(--theme-color);
    display: inline-block;
    padding: 8px 25px !important;
    border-radius: 20px;
    color: #fff !important;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    font-family: "Raleway", sans-serif;
    transition: 0.3s;
    border: none;
}

.price-section .contactButton:hover {
    background: var(--hover-color);
    color: #fff;
    box-shadow: rgba(8, 163, 190, 0.267) 0px 1px 2px 0px,rgba(12, 134, 190, 0.301)) 0px 2px 6px 2px;
}

.priceFont{
    color: #212529;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}
.orderButton :hover{
    background: var(--theme-color);
}
.price-section .price-item-content .last-m-text{
    font-weight: 300;
    padding: 15px 0;
    font-size: 28px;
    list-style: none;
    text-align: center;
}
.price-section .price-item-content .last-para{
    font-size: 14px;
    text-align: center;
    color:#47536e;
    margin: 0;
}
/* =======Price-Section-END========== */

/* <!------Contact-Section------> */
.contact-section {
    margin-bottom: 50px;
}

.contact-section .contact-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: center;
    color: var(--theme-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 80px;
}

.contact-section .address-part {
    color: #444444;
    padding: 30px;
}

.contact-section .address-part i {
    font-size: 35px;
    line-height: 0;
    color: var(--theme-color);
}

.contact-section .address-part h3 {
    font-size: 20px;
    color: var(--theme-color);
    font-weight: 700;
    margin: 20px 0 10px 0;
    cursor: pointer;
}

.contact-section .address-part li {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: #47536e;
    cursor: pointer;
}

.contact-section .address-part a {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    color: #47536e;
    margin-bottom: 0;
    cursor: pointer;
}

.contact-section .messagebox-part {
    color: #444444;
    background: #fafbff;
    padding: 30px;
}

.contact-section .form-disigin {
    font-size: 14px;
    border-radius: 0;
}

.contact-section .send-button button {
    background: var(--theme-color);
    display: inline-block;
    padding: 8px 25px;
    border-radius: 20px;
    color: #fff !important;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    font-family: "Raleway", sans-serif;
    transition: 0.3s;
    border: none;
}

.contact-section .send-button button:hover {
    background: var(--hover-color);
    color: #fff;
    box-shadow: rgba(39, 202, 231, 0.267) 0px 1px 2px 0px, hsla(194, 81%, 52%, 0.301) 0px 2px 6px 2px;
}


.owl-item.active {
    transform: scale(1.1);
}

/*========Footer-Section=======-*/
/* footer section */
.footer-section {
    background: #111827;
    color: #fff;
    padding: 3rem 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.footer-section a {
    text-decoration: none;
    color: inherit;
}

.footer-section .footer_title {
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
}

.footer-section a {
    font-size: 14px;
    cursor: pointer;
}

.footer-section p {
    font-size: 14px;
    cursor: pointer;
}

.footer-section .footerLogo {
    filter: brightness(0%) invert(1);
    margin-bottom: 0.5rem;
}

.footer-section .socal-link i {
    font-size: 18px;
    width: 35px;
    height: 35px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s;
}

.footer-section .socal-link i:hover {
    border: none;
    color: #fff;
}

.footer-section .socal-link .Whatsapps {
    background: #25D366;
}

.footer-section .socal-link .Whatsapps:hover {
    background: #18b451 !important;
    color: #fff;
    box-shadow: rgba(14, 190, 8, 0.267) 0px 1px 2px 0px, rgba(54, 190, 12, 0.301) 0px 2px 6px 2px;
}

.footer-section .socal-link .Facebook {
    background: #1877f2;
}

.footer-section .socal-link .Facebook:hover {
    background: #1877f2 !important;
    color: #fff;
    box-shadow: rgba(25, 116, 201, 0.418) 0px 1px 2px 0px, rgba(20, 137, 233, 0.384) 0px 2px 6px 2px;
}

.footer-section .socal-link .Skype {
    background: #00AFF0;
}

.footer-section .socal-link .Skype:hover {
    background: #00AFF0 !important;
    color: #fff;
    box-shadow: rgba(21, 160, 202, 0.329) 0px 1px 2px 0px, rgba(12, 169, 190, 0.356) 0px 2px 6px 2px;
}

.footer-section .socal-link a {
    margin: 10px 2px;
}

.footer-section .buy-button {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 15px;
    color: #fff;
    background: #009929;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border: 1px solid #009929;
}

.footer-section .buy-button:hover {
    background: #027c23 !important;
    color: #fff;
    box-shadow: rgba(55, 148, 1, 0.267) 0px 1px 2px 0px, rgba(39, 160, 2, 0.301) 0px 2px 6px 2px;
}


/*======Footer-End-Section=======*/
.footer-end-section {
    background-color: #0a1222;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.footer-end-section .copyright {
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 14px;
}

.footer-end-section .credits {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-color);
    text-decoration: none;
}

.scroller-top {
    width: 36px;
    height: 34px;
    border-radius: 2px;
    cursor: pointer;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    bottom: 20px;
    right: 20px;
    color: #fff;
    background-color: var(--theme-color) !important;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.scroller-top i {
    font-size: 16px;
    animation: arrow 1.8s linear infinite;
}

@keyframes arrow {
    0% {
        margin-top: 8px;
    }

    50% {
        margin-top: 0;
    }

    100% {
        margin-top: 8px;
    }
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: none;
    background-color: none;
    border-color: none;
    border: none !important;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: none;
    border-color: none;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: none;
    border-color: none;
    box-shadow: none;
}
.closeIconbg{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    outline: none;
    background: #ffffff82 !important;
    color: #ffffff;
    display: flex !important;
    flex-shrink: 0 !important;
    justify-content: center!important;
    align-items: center;
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 1000;
    font-size: 20px;
    cursor: pointer;
  }

/*======Footer-End-Section-End=======*/
/* Complete This Website */