/* FONT IMPORT */
@import url(layout.min.css);
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #873EFF;
    --secondary: #C2BAFA;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Wix Madefor Display", sans-serif;
}

section {
    position: relative;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

figure {
    margin: 0;
}

/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--secondary);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.9375rem 1.4em;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: fit-content;
}

.themeBtn:hover{
    background: var(--black);
    color: var(--white);
}

/* !GLOBAL CSS */

/* Main Banner Css Start */

.mainBanner {
    background: var(--secondary);
    padding: 3.3rem 0;
}

.bannerContent span {
    color: var(--black);
    font-size: 1.5rem;
    font-family: 'Inter';
    font-weight: 500;
}

.bannerContent h1 {
    color: var(--black);
    font-size: 4.375rem;
    font-weight: 500;
    width: 90%;
    line-height: 1;
    margin: 0.625rem 0 1rem 0;
}

.bannerContent p {
    font-size: 1.25rem;
    color: var(--black);
    width: 90%;
    margin-bottom: 1.875rem;
}

.chatGroup {
    display: flex;
    align-items: center;
    gap: 1.875rem;
}

.chatGroup .liveChat {
    color: var(--black);
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.chatGroup .liveChat i {
    color: var(--primary);
}

.bannerContent ul {
    display: flex;
    gap: 0.625rem;
    align-items: center;
    margin-top: 1.25rem;
}

.banImage {
    margin: 0 -8.5rem 0 0;
}

/* Main Banner Css End */

/* Brand Sec Css Start */

.brandSec {
    background: #E3F0FF;
    padding: 2.5rem 0;
}

.brandHeading h2 {
    font-size: 1.5rem;
    color: var(--black);
    margin: 0;
}

.brandSlider .swiper-wrapper {
    transition-timing-function: linear;
    align-items: center;
}

/* Brand Sec Css End */

/* Delivery Sec Css Start */

.deliverySec {
    padding: 6.875rem 0 9.375rem 0;
}

.deliveryContent h2 {
    color: var(--black);
    font-size: 2.5rem;
    font-weight: 600;
    margin: 7.5rem 0 1.125rem 0;
}
.deliveryContent p {
    width: 80%;
    text-align: center;
    margin: 22px auto;
}

.deliveryContent .chatGroup {
    justify-content: center;
}

.deliveryContent .chatGroup .liveChat i {
    color: #315C60;
}

/* Delivery Sec Css End */

/* Service Sec Css Start */

.serviceSec {
    background: #EFFBC0;
    padding: 6.25rem 0;
}

.serviceHeading h2 {
    color: var(--black);
    font-size: 2.625rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.serviceHeading p {
    color: var(--black);
    font-size: 1.25rem;
}

.serviceHeading {
    margin-bottom: 2.5rem;
}

.serviceBox {
    background: var(--white);
    padding: 1.875rem 1.875rem;
    height: -webkit-fill-available;
    margin-top: 1.5625rem;
}

.serviceBox h3 {
    font-size: 1.875rem;
    font-weight: bold;
    color: var(--black);
    margin: 1.875rem 0 1.25rem 0;
}

.serviceBox p {
    font-size: 1.3125rem;
    color: #0B0B0B;
}

.serviceBox a {
    text-transform: uppercase;
    color: #333333;
    font-size: 1.125rem;
    font-weight: bold;
    border-bottom: 4px solid var(--primary);
    display: block;
    width: fit-content;
}

/* Service Sec Css End */

/* Package Sec Css Start */

.packageSec {
    padding: 8.125rem 0;
    background: #F9F9F9;
}

.packageBox {
    border: 1px solid #C1BEB1;
    background: linear-gradient(150deg, #fffbed00, #FFF8D9);
    padding: 7%;
    box-shadow: 0 15px 60px 0 rgb(0 0 0 / 15%);
    margin: 15px 0;
}

.packageBox span {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--black);
}

.packageBox h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--black);
    margin: 0;
}

.packageBox p {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--black);
    margin: 1rem 0 1.875rem 0;
}

.packageBox .themeBtn {
    width: 100%;
    justify-content: center;
    font-weight: 500;
}

.packageBox h3 {
    color: var(--black);
    font-size: 1.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    border-top: 1.5px solid rgb(0 0 0 / 20%);
    margin-top: 2.1875rem;
    padding-top: 2.1875rem;
}

.packageBox ul li {
    color: var(--black);
    font-size: 1.125rem;
    display: flex;
    align-items: baseline;
    gap: 1.25rem;
}

.packageBox ul li+li {
    margin-top: 0.4rem;
}

.packageBox ul {
    margin: 1.625rem 0 2.5rem 0;
    min-height: 200px;
}

.packageBox .chatBtn {
    color: var(--black);
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
    display: block;
    border: 2px solid var(--black);
    background: var(--white);
    padding: 0.75rem 0;
}

.packageBox .chatBtn:hover {
    background: var(--black);
    color: var(--white);
}

.pkgTwo {
    background: linear-gradient(150deg, #fffbed00, #E6DEFF);
}

.pkgThree {
    background: linear-gradient(150deg, #fffbed00, #FFD8F0);
}

/* Package Sec Css End */

/* Work Sec Css Start */

.workSec {
    padding: 6.25rem 0;
}

.workWraps {
    background: var(--white);
    padding: 1.875rem 1.875rem;
}

.workWraps figure img {
    width: 100%;
}

.workContent {
    margin-top: 2rem;
}

.workContent h3 {
    font-size: 1.875rem;
    color: var(--black);
    letter-spacing: -1.4px;
}

.workContent p {
    color: var(--black);
    font-size: 1.25rem;
    margin: 1rem 0 1.375rem 0;
}

.workContent a {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--black);
    text-transform: uppercase;
    border: 1px solid #006C4A;
    display: inline-block;
    padding: 6px 1em;
}

.workContent a:hover {
    background: var(--black);
    color: var(--white);
    border-color: var(--black);
}

.workWraps+.workWraps {
    margin-top: 1.875rem;
}

/* Work Sec Css End */

/* Help Sec Css Start */

.helpSec {
    padding-bottom: 6.25rem;
}

.helpBox {
    background: var(--primary);
    padding: 1rem 1.25rem 1rem 3.125rem;
}

.helpBox h2 {
    color: var(--white);
    font-size: 3.125rem;
    font-weight: bold;
    margin: 0;
}

.helpBox p {
    color: var(--white);
    font-size: 1.375rem;
    margin: 1.25rem 0 1.875rem 0;
}

.helpBox a {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    background: var(--white);
    border-radius: 5px;
    display: inline-block;
    padding: 0.9375rem 1.6em;
}

/* Help Sec Css End */

/* Trust Sec Css Start */

.trustSec {
    background: var(--secondary);
    padding: 6.25rem 0;
}

.trustHeading h2 {
    color: var(--black);
    font-size: 3.125rem;
    font-weight: bold;
    margin: 0;
}

.trustPara p {
    color: var(--black);
    margin: 0;
    font-size: 1.875rem;
}

.trustWraps {
    display: flex;
    justify-content: center;
    gap: 1.875rem;
    margin: 5rem 0;
    align-items: center;
}

.trustBox h3 {
    font-size: 5.625rem;
    font-weight: bold;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 0.625rem;
    width: fit-content;
}

.trustBox h3 span {
    color: var(--black);
    font-size: 3.125rem;
}

.trustBox h4 {
    color: var(--black);
    font-weight: bold;
    font-size: 1.875rem;
    margin-bottom: 1.4rem;
}

.trustBox small {
    color: var(--black);
    font-size: 0.75rem;
}

.trustBox {
    width: 350px;
    border-left: 4px solid rgb(0 0 0 / 17%);
    padding-left: 2.5rem;
}

.trustSec .chatGroup,
.projectSec .chatGroup {
    justify-content: center;
}

/* Trust Sec Css End */

/* Project Sec Css Start */

.projectSec {
    padding: 8.75rem 0;
}

.projectBox {
    background: #FFFEE3;
    padding: 1.875rem 1.875rem;
    position: relative;
    margin-bottom: 4.375rem;
}

.projectBox figure {
    background: var(--white);
    width: 58px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 20px;
}

.projectBox h3 {
    font-size: 1.875rem;
    letter-spacing: -1.4px;
    font-weight: 400;
    color: #141515;
    width: 90%;
    margin: 1.375rem 0;
}

.projectBox p {
    color: var(--black);
    font-family: 'Inter';
}

.projectBox .oneImg {
    position: absolute;
    top: 2rem;
    right: 1.5rem;
}

/* Project Sec Css End */

/* Faq Sec Css Start */

.faqSec {
    padding-bottom: 6.25rem;
}

.accordian li {
    margin-bottom: 0.75rem;
    border: 1px solid #CBD5E0;
    border-radius: 10px;
}

.accordian li h3 {
    color: #0B0B0B;
    font-size: 1.125rem;
    padding: 1.4rem;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    margin: 0;
    line-height: 1.3;
    font-weight: 400;
}

.accordian h3::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.25rem;
    position: absolute;
    top: 1.5625rem;
    right: 2.1875rem;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    background: var(--primary);
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    color: white;
    font-size: 0.875rem;
}

.accordian p {
    margin: 0;
    color: #22232B;
    font-weight: 400;
    margin-bottom: 0.625rem;
    font-size: 0.9375rem;
}

.accordian li>div {
    display: none;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 0 1.4rem 1rem 1.4rem;
}

.accordian li.active h3::after {
    content: "\f068";
}

/* Faq Sec Css End */

/* Partner Sec Css Start */

.partnerSec {
    background: #F5F5F5;
    padding: 4.375rem 0;
}

.partnerWraps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 0;
    margin: 0;
    list-style: none;
}

.partnerWraps li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5625rem 1.25rem;
    border-right: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
}

.partnerWraps li:nth-child(5n) {
    border-right: none;
}

.partnerWraps li:nth-last-child(-n+5) {
    border-bottom: none;
}

/* Partner Sec Css End */

/* Result Sec Css Start */

.resultSec {
    background: #B3D4FA;
    padding: 7.5rem 0 11.875rem 0;
}

[class^=box-] {
    display: none;
}

[class^=box-].showfirst {
    display: block;
}

.resultHeading h2 {
    color: #101517;
    font-size: 4rem;
    font-weight: 600;
    font-family: 'Inter';
    letter-spacing: -2.04px;
}

.resultHeading p {
    color: #101517;
    font-size: 1.125rem;
    margin: 1rem 0 1.75rem 0;
}

.resultHeading .tabsPack {
    gap: 2rem;
    display: flex;
    margin-bottom: 2rem;
}

.resultHeading .tabsPack a {
    color: #1D2327;
    font-size: 1.125rem;
    display: block;
    border-bottom: 2px solid transparent;
    padding-bottom: 4px;
}

.tabsPack a.active,
.tabsPack a.current {
    color: var(--primary);
    border-color: var(--primary);
}

.resultOne {
    background: var(--white);
    border-radius: 1rem;
    padding: 2.1875rem 2.1875rem;
}

.resultTwo img,
.resultFour img {
    border-radius: 1rem;
    height: 472px;
    object-fit: cover;
    width: 100%;
}

.resultOne h3 {
    font-size: 1.75rem;
    color: #101517;
    font-weight: 400;
    width: 90%;
}

.resultOne p {
    font-size: 1.125rem;
    color: #101517;
    font-family: 'Inter';
    margin: 1rem 0 1.5rem 0;
}

.resultOne a {
    color: var(--primary);
    font-weight: 600;
    border: 2px solid var(--primary);
    border-radius: 6px;
    padding: 0.75rem 1em;
    display: inline-block;
}

.resultOne a:hover {
    background: var(--primary);
    color: var(--white);
}

.resultThree {
    background: #083D2D;
    border-radius: 1rem;
    padding: 2.1875rem 2.1875rem;
}

.resultThree h4 {
    color: var(--white);
    font-weight: 400;
    font-size: 1.875rem;
    margin-bottom: 6.25rem;
}

.resultThree h5 {
    color: var(--white);
    font-size: 1.3125rem;
    margin: 0;
    font-weight: 400;
}

.resultThree h5 span {
    display: block;
}

.resultSec .swiper-button-next:after,
.resultSec .swiper-button-prev:after {
    display: none;
}

.resultSec .swiper-button-next,
.resultSec .swiper-button-prev {
    background: var(--white);
    top: inherit;
    bottom: 5rem;
    width: 60px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50px;
    color: var(--black);
    font-size: 1.5rem;
}

.resultSec .swiper-button-prev {
    left: 14%;
}

.resultSec .swiper-button-next {
    right: inherit;
    left: 18%;
}

/* Result Sec Css End */

/* Contact Sec Css Start */

.contactContent h2 {
    color: var(--black);
    font-size: 2.625rem;
    font-weight: bold;
    margin-bottom: 2.5rem;
}

.contactContent label {
    color: var(--black);
    margin: 0;
    font-size: 1.125rem;
}

.contactContent .form-control {
    outline: unset;
    box-shadow: unset;
    border: unset;
    border-bottom: 1px solid #EDEDED;
    border-radius: unset;
    height: 30px;
    margin-bottom: 2.5rem;
}

.contactContent p {
    color: #999999;
    margin-bottom: 1.875rem;
}

.contactContent p span {
    color: #333333;
}

.contactContent .themeBtn {
    outline: unset;
    border: unset;
    font-weight: 500;
    padding: 1.2rem 1.4em;
}

/* Contact Sec Css End */

/* Call To Act Sec Css Start */

.calltoactSec {
    background: var(--black);
    padding: 1.875rem 0;
}

.callWraps {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.callBoxs {
    display: flex;
    align-items: center;
    gap: 1.875rem;
}

.callBoxs h4 {
    flex: 1;
    color: var(--white);
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.6;
}

.callBoxs h4 span {
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
}

/* Call To Act Sec Css End */

/* Footer Css Start */

footer {
    background: var(--black);
    padding: 5rem 0 3.75rem 0;
}

.footwrapOne {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footwrapOne h2 {
    color: var(--white);
    margin: 0;
    font-size: 2.375rem;
}

.footwrapOne ul {
    display: flex;
    gap: 2rem;
}

.footwrapOne ul li a {
    color: var(--white);
    font-size: 1.25rem;
}

.footwrapOne ul li a small {
    display: block;
}

.footwrapOne ul li+li {
    border-left: 1px solid var(--white);
    padding-left: 2rem;
}

.footwrapTwo ul {
    display: flex;
    justify-content: center;
    gap: 5rem;
    text-align: center;
}

.footwrapTwo ul li figure {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.footwrapTwo ul li figure .footStart {
    display: flex;
    gap: 3px;
}

.footwrapTwo ul li figure .footStart i {
    color: #B4B4B4;
}

.footwrapTwo ul li span {
    font-size: 1.125rem;
    color: #BABABA;
}

.footwrapTwo ul li {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding: 1.375rem 0;
    position: relative;
}

.footwrapTwo ul li:before {
    content: "";
    position: absolute;
    background: #E2E2E2;
    width: 1px;
    height: 60px;
    right: -2.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footwrapTwo ul li:last-child:before {
    display: none;
}

.footwrapTwo {
    margin: 2.5rem 0 1.875rem 0;
}

.trustWrap {
    display: flex;
    justify-content: center;
    gap: 0.625rem;
    align-items: center;
}

.trustWrap ul {
    display: flex;
    gap: 2px;
}

.trustWrap p {
    color: #686868;
    font-size: 1.25rem;
    margin: 0;
}

.trustWrap ul li {
    color: #00B578;
}

.trustWrap p i {
    color: #00B578;
    font-size: 1rem;
    margin-left: 10px;
}

.copyRight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6rem;
}

.copyRight p,
.copyRight ul li a {
    color: #777E88;
    font-size: 1.375rem;
    margin: 0;
}

.copyRight ul {
    display: flex;
    gap: 2rem;
}

/* Footer Css End */



a.logo.navbar-brand img {
    width: 240px;
}
a.ftrlogo img {
    width: 310px;
}
