*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
}

:root {
  --primary-dark: #272B3A;
  --accent-red: #c8943c;
  --accent-red-transparent: #FC5C3C0D;
  --background-dark: #272B3A; /* Same as primary-dark */
}

h3{
    font-size: 26px;
}

h4{
    font-size: 28px;
}

p{
    font-style: 14px;
    margin-bottom: 0 !important;
}

.fs-12{
    font-size: 12px !important;
}

.fs-18{
    font-size: 18px !important;
}

.fs-16{
    font-size: 16px !important;
}

.fs-22{
    font-size: 22px !important;
}

.fs-24{
    font-size: 24px !important;
}



.fs-28{
    font-size: 28px !important;
}

.fs-30{
    font-size: 30px !important;
}

.fs-32{
    font-size: 32px !important;
}

button.submit{
    all: unset;
    padding: 12px 80px;
    background-color: var(--accent-red);
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
}


.is-invalid {
  border: 1px solid red !important;
}

.error {
  color: red;
  font-size: 12px;
  margin-top: 4px;
}

/* Fixed Form */

/* footer form Section starts */

body.modal-open {
  overflow: hidden;
}



.fixed-form{
    position: fixed;
    width: 100%;
    height: 100vh;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000cc;

    z-index: 10000;
    transition: all ease 0.5s;
}

.fixed-form.hidden{
    transform: translate(-50%, -50%) scale(0);
}

.fixed-form form{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    align-items: flex-start;

    background-color: #0a0b0a;
    padding: 30px;
    border-radius: 20px;

    margin: 0 auto;
    position: relative;

}

.fixed-form form .close-form{
    position: absolute;
    right: 15px;
    top: 15px;
    filter: invert();

    cursor: pointer;
}

.fixed-form form .close-form img{
    width: 25px;
}

.fixed-form form .input-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.fixed-form form .input-container label{
    color: #c8943c;
}

.fixed-form form input{
    border: 1px solid #c8943c;
    border-radius: 8px;
    background-color: transparent;
    color: #fff;
    padding: 16px 13px;
}

.fixed-form form button{
    padding: 16px 13px;
    text-align: center;
}

.footer-form form input::placeholder{
}




@media (max-width: 990px) {

    h4{
        font-size: 22px;
    }

    .fs-18 {
        font-size: 14px;
    }

    .fixed-form form{
        width: 95%;

    }

    button.submit{
        padding: 12px 0px;
        width: 100%;
        text-align: center;
    }
}

/* footer form Section ends */

/* Fixed Form */
.light-background,:root {
    --surface-color: #ffffff
}

.dark-background,:root {
    --contrast-color: #ffffff
}

.php-email-form .error-message,.php-email-form .loading,.php-email-form .sent-message {
    display: none;
    padding: 15px;
    margin-bottom: 24px
}

.header,body {
    color: var(--default-color);
    background-color: var(--background-color)
}

* {
    font-family: Inter,sans-serif
}

.mulish {
    font-family: Mulish,Inter
}

.canela-dect-trial {
    font-family: "Canela Deck Trial",sans-serif
}

:root {
    --default-font: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Inter", sans-serif;
    --nav-font: "Inter", sans-serif;
    --background-color: #ffffff;
    --default-color: #444444;
    --heading-color: #37517e;
    --accent-color: #47b2e4;
    --nav-color: #ffffff;
    --nav-mobile-background-color: #ffffff;
    --nav-dropdown-background-color: #ffffff;
    --nav-dropdown-color: #444444;
    scroll-behavior: smooth
}

.dark-background,.header,.index-page .header {
    --heading-color: #ffffff
}

.light-background {
    --background-color: #f5f6f8
}

.dark-background {
    --background-color: #37517e;
    --default-color: #ffffff;
    --surface-color: #4668a2
}

h1,h2,h3,h4,h5,h6 {
    color: #000
}

h1 {
    font-size: 50px!important
}

h2 {
    font-size: 40px!important
}

h3 {
    font-size: 32px!important
}

h4 {
    font-size: 32px!important
}

h5 {
    font-size: 25px!important
}

h6 {
    font-size: 20px!important
}

p {
    font-size: 16px!important
}

p.smallest {
    font-size: 12px!important
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px!important
}

.php-email-form .error-message {
    background: #df1529;
    color: #fff;
    text-align: left;
    font-weight: 600
}

.php-email-form .sent-message {
    color: #fff;
    background: #059652;
    text-align: center;
    font-weight: 600
}

.php-email-form .loading {
    background: var(--surface-color);
    text-align: center
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--accent-color);
    border-top-color: var(--surface-color);
    animation: 1s linear infinite php-email-form-loading
}

@keyframes php-email-form-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.header {
    --background-color: #0a0b0a;
    padding: 5px 0;
    transition: 0.5s;
    z-index: 997
}

.header .logo {
    line-height: 1
}



.header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 500;
    color: var(--heading-color);
    letter-spacing: 2px;
    text-transform: uppercase
}

.header .btn-getstarted,.header .btn-getstarted:focus {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 14px;
    padding: 8px 25px;
    margin: 0 0 0 30px;
    border-radius: 50px;
    transition: 0.3s
}

.header .btn-getstarted:focus:hover,.header .btn-getstarted:hover,.hero .btn-get-started:hover {
    color: var(--contrast-color);
    background: color-mix(in srgb,var(--accent-color),transparent 15%)
}

@media (max-width: 1200px) {
    .header .logo {
        order:1
    }

    .header .btn-getstarted {
        order: 2;
        margin: 0 15px 0 0;
        padding: 6px 15px
    }

    .header .navmenu {
        order: 3
    }
}

.index-page .header {
    --background-color: rgba(255, 255, 255, 0);
    --nav-color: #ffffff
}

.index-page.scrolled .header {
    --background-color: #0d1136
}

@media (min-width: 1200px) {
    .navmenu .dropdown ul,.navmenu .megamenu ul {
        margin:0;
        background: var(--nav-dropdown-background-color);
        position: absolute;
        top: 130%;
        opacity: 0;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99
    }

    .navmenu .dd-box-shadow,.navmenu .dropdown ul {
        box-shadow: 0 0 30px rgb(0 0 0 / .1)
    }

    .navmenu {
        padding: 0 25px 0 0
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        gap: 45px;
        list-style: none;
        align-items: center
    }

    .navmenu li {
        position: relative
    }

    .navmenu a,.navmenu a:focus {
        color: #5f6c76;
        padding: 18px 15px;
        font-size: 15px;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s
    }

    .navmenu a i,.navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s
    }

    .navmenu li:last-child a {
        padding-right: 0
    }

    .navmenu .active,.navmenu .active:focus,.navmenu li:hover>a {
        color: var(--nav-hover-color)
    }

    .navmenu .dropdown ul {
        padding: 10px 0;
        display: block;
        visibility: hidden;
        left: 14px
    }

    .navmenu .dropdown ul li {
        min-width: 200px
    }

    .navmenu .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--nav-dropdown-color)
    }

    .navmenu .dropdown ul a i {
        font-size: 12px
    }

    .navmenu .dropdown ul .active:hover,.navmenu .dropdown ul a:hover,.navmenu .dropdown ul li:hover>a,.navmenu .megamenu ul li .active,.navmenu .megamenu ul li .active:hover,.navmenu .megamenu ul li a:hover {
        color: var(--nav-dropdown-hover-color)
    }

    .navmenu .dropdown:hover>ul,.navmenu .megamenu:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible
    }

    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden
    }

    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible
    }

    .navmenu .megamenu {
        position: static
    }

    .navmenu .megamenu ul {
        padding: 10px;
        box-shadow: 0 0 20px rgb(0 0 0 / .1);
        left: 0;
        right: 0;
        visibility: hidden;
        display: flex
    }

    .navmenu .megamenu ul li {
        flex: 1
    }

    .navmenu .megamenu ul li a,.navmenu .megamenu ul li:hover>a {
        padding: 10px 20px;
        font-size: 15px;
        color: var(--nav-dropdown-color)
    }
}

.footer,.page-title,.section,section {
    color: var(--default-color)
}

.footer {
    background-color: #682c5f;
    font-size: 14px;
    padding-bottom: 50px;
    position: relative
}

.footer .footer-newsletter {
    background-color: color-mix(in srgb,var(--heading-color),transparent 95%);
    padding: 50px 0
}

.footer .footer-newsletter h4 {
    font-size: 24px
}

.footer .footer-newsletter .newsletter-form {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 6px 8px;
    position: relative;
    background-color: color-mix(in srgb,var(--background-color),transparent 50%);
    border: 1px solid color-mix(in srgb,var(--default-color),transparent 90%);
    box-shadow: 0 2px 25px rgb(0 0 0 / .1);
    display: flex;
    transition: 0.3s;
    border-radius: 50px
}

.footer .footer-newsletter .newsletter-form:focus-within {
    border-color: var(--accent-color)
}

.footer .footer-newsletter .newsletter-form input[type="email"] {
    border: 0;
    padding: 4px;
    width: 100%;
    background-color: color-mix(in srgb,var(--background-color),transparent 50%);
    color: var(--default-color)
}

.footer .footer-newsletter .newsletter-form input[type="email"]:focus-visible {
    outline: 0
}

.footer .footer-newsletter .newsletter-form input[type="submit"] {
    border: 0;
    font-size: 16px;
    padding: 0 20px;
    margin: -7px -8px -7px 0;
    background: var(--accent-color);
    color: var(--contrast-color);
    transition: 0.3s;
    border-radius: 50px
}

.footer .footer-newsletter .newsletter-form input[type="submit"]:hover {
    background: color-mix(in srgb,var(--accent-color),transparent 20%)
}

.footer .footer-top {
    padding-top: 50px
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb,var(--default-color),transparent 50%);
    font-size: 16px;
    color: color-mix(in srgb,var(--default-color),transparent 20%);
    margin-right: 10px;
    transition: 0.3s
}

.footer .social-links a:hover {
    color: var(--accent-color);
    border-color: var(--accent-color)
}

.footer h4 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px
}

.footer .footer-links {
    margin-bottom: 30px
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer .footer-links ul i {
    margin-right: 3px;
    font-size: 12px;
    line-height: 0;
    color: var(--accent-color)
}

.footer .footer-links ul li,.pricing ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

.footer .footer-links ul li:first-child {
    padding-top: 0
}

.footer .footer-links ul a {
    display: inline-block;
    color: color-mix(in srgb,var(--default-color),transparent 20%);
    line-height: 1
}

.footer .footer-about a,.services .service-item h4 a {
    color: var(--heading-color)
}

.faq-2 .faq-container .faq-active h3,.faq-2 .faq-container .faq-item .faq-toggle:hover,.faq-2 .faq-container .faq-item h3:hover,.footer .footer-links ul a:hover,.hero .btn-watch-video:hover,.portfolio .portfolio-item .portfolio-info .details-link:hover,.portfolio .portfolio-item .portfolio-info .preview-link:hover,.services .service-item:hover h4 a,.why-us .faq-container .faq-active h3,.why-us .faq-container .faq-item .faq-toggle:hover,.why-us .faq-container .faq-item h3:hover {
    color: var(--accent-color)
}

.footer .footer-about a {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase
}

.hero .btn-get-started,.hero .btn-watch-video i,.scroll-top i,.scroll-top:hover {
    color: var(--contrast-color)
}

.footer .footer-contact p {
    margin-bottom: 5px
}

.footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid color-mix(in srgb,var(--default-color),transparent 90%)
}

.faq-2 .faq-container .faq-item:last-child,.footer .copyright p,.section-title p,.skills .content p:last-child,.why-us .faq-container .faq-item:last-child {
    margin-bottom: 0
}

.footer .credits {
    margin-top: 6px;
    font-size: 13px
}

#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: var(--background-color);
    transition: 0.6s ease-out
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #fff;
    border-color: var(--accent-color) #fff0 var(--accent-color) #fff0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: 1.5s linear infinite animate-preloader
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: 0.4s
}

.call-to-action,.hero,.page-title,.section-title,.section-title h2 {
    position: relative
}

.scroll-top i {
    font-size: 24px;
    line-height: 0
}

.scroll-top:hover {
    background-color: color-mix(in srgb,var(--accent-color),transparent 20%)
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay:0!important
    }
}

.page-title {
    --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
    background-color: var(--background-color);
    padding: 20px 0
}

.page-title h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0
}

.page-title .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px;
    margin: 0;
    font-size: 14px
}

.section-title h2::after,.section-title h2:before {
    position: absolute;
    display: block;
    right: 0;
    margin: auto;
    content: "";
    left: 0
}

.page-title .breadcrumbs ol li+li {
    padding-left: 10px
}

.page-title .breadcrumbs ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: color-mix(in srgb,var(--default-color),transparent 70%)
}

.section,section {
    background-color: #fff;
    padding: 60px 0;
    scroll-margin-top: 88px;
    overflow: clip
}

@media (max-width: 1199px) {
    .mobile-nav-toggle {
        color:var(--nav-color);
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s
    }

    .navmenu {
        padding: 0;
        z-index: 9997
    }

    .navmenu ul {
        display: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: var(--nav-mobile-background-color);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0 0 30px rgb(0 0 0 / .1)
    }

    .navmenu a,.navmenu a:focus {
        color: var(--nav-dropdown-color);
        padding: 10px 20px;
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s
    }

    .navmenu a i,.navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: color-mix(in srgb,var(--accent-color),transparent 90%)
    }

    .navmenu a i:hover,.navmenu a:focus i:hover {
        background-color: var(--accent-color);
        color: var(--contrast-color)
    }

    .navmenu .active,.navmenu .active:focus,.navmenu a:hover {
        color: var(--nav-dropdown-hover-color)
    }

    .navmenu .active i,.navmenu .active:focus i {
        background-color: var(--accent-color);
        color: var(--contrast-color);
        transform: rotate(180deg)
    }

    .navmenu .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: var(--nav-dropdown-background-color);
        border: 1px solid color-mix(in srgb,var(--default-color),transparent 90%);
        box-shadow: none;
        transition: 0.5s ease-in-out
    }

    .navmenu .dropdown ul ul {
        background-color: rgb(33 37 41 / .1)
    }

    .navmenu .dropdown>.dropdown-active {
        display: block;
        background-color: rgb(33 37 41 / .03)
    }

    .mobile-nav-active {
        overflow: hidden
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgb(33 37 41 / .8);
        transition: 0.3s
    }

    .mobile-nav-active .navmenu>ul {
        display: block
    }

    .section,section {
        scroll-margin-top: 66px
    }
}

.section-title {
    text-align: center;
    padding-bottom: 60px
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-transform: uppercase
}

.section-title h2:before {
    width: 160px;
    height: 1px;
    background: color-mix(in srgb,var(--default-color),transparent 60%);
    bottom: 1px
}

.section-title h2::after {
    width: 60px;
    height: 3px;
    background: var(--accent-color);
    bottom: 0
}

.hero {
    width: 100%;
    min-height: 90vh;
    padding: 120px 0 60px;
    display: flex;
    align-items: center
}

.hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px
}

.hero p {
    color: color-mix(in srgb,var(--default-color),transparent 30%);
    margin: 5px 0 30px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600
}

.hero .btn-get-started {
    background: var(--accent-color);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 12px;
    border-radius: 50px;
    transition: 0.5s
}

.hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: var(--default-color);
    font-weight: 600
}

.hero .btn-watch-video i {
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px
}

.hero .btn-watch-video:hover i {
    color: color-mix(in srgb,var(--accent-color),transparent 15%)
}

.hero .animated {
    animation: 2s ease-in-out infinite alternate-reverse both up-down
}

@media (max-width: 640px) {
    h1 {
        font-size:36px!important
    }

    h2 {
        font-size: 24px!important
    }

    h3 {
        font-size: 24px!important
    }

    h4 {
        font-size: 24px!important
    }

    h5 {
        font-size: 20px!important
    }

    p {
        font-size: 14px !important;
    }

    h6 {
        font-size: 16px !important;
    }

    p.smallest {
        font-size: 10px !important;
    }

    .hero h1 {
        font-size: 28px;
        line-height: 36px
    }

    .hero p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .hero .btn-get-started,.hero .btn-watch-video {
        font-size: 13px
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-10px)
    }
}
