/* FONT IMPORT */
@import url(layout.min.css);
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');

/* Local Font */
@font-face {
    font-family: "helvetica";
    src: url("../fonts/helvetica.ttf");
}

@font-face {
    font-family: "trajan-bold";
    src: url("../fonts/trajan-bold.otf");
}

@font-face {
    font-family: "trajan-regular";
    src: url("../fonts/trajan-regular.ttf");
}


:root {
    --white: #fff;
    --black: #000;
    --primary: #1D0430;
    --secondary: #333333;
}

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

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "helvetica";
}

section {
    position: relative;
}

h1,
h2,
h3 {
    font-family: "trajan-bold";
}

.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(--white);
    z-index: 11113;
}

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

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    background: #B77EEE;
    background: linear-gradient(to top, #B77EEE 0%, #6A0DAD 100%);
    font-size: 1.125rem;
    color: var(--white);
    text-transform: capitalize;
    display: inline-block;
    padding: 1.1875rem 2em;
    border-radius: 10px;
    line-height: normal;
}

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

/* !GLOBAL CSS */

/* Main Banner Css Start */

.mainBanner {
    /* background: url(../images/mainBanner.png)center/cover fixed; */
    height: 1040px;
    display: flex;
    align-items: end;
    padding-bottom: 6.875rem;
}

.bannerContent h1 {
    color: #fff;
    font-size: 3.5625rem;
    margin: 0;
    font-style: italic;
}

.bannerContent p {
    color: var(--white);
    font-size: 1.375rem;
    margin: 1.5rem 0 2rem 0;
}

/* Main Banner Css End */

/* About Sec Css Start */

.aboutSec {
    background: url(../images/abtBg.png)center/cover;
}

.aboutContent span {
    font-size: 1.375rem;
    font-family: "Syne", sans-serif;
    background: #B77EEE;
    background: linear-gradient(to top, #B77EEE 0%, #6A0DAD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    display: block;
    margin-bottom: 1rem;
}

.secHeading {
    color: var(--white);
    font-size: 3.75rem;
}

.aboutContent p {
    color: #FDFDF1;
    font-size: 1.375rem;
    margin: 34px 0 1.5rem 0;
    width: 92%;
    line-height: 1.75;
}

/* About Sec Css End */

/* Service Sec Css Start */

.serviceSec {
    padding: 7.5rem 0 5.625rem 0;
    background: #F5F0E1;
}

.serviceHeading {
    margin-bottom: 7.5rem;
}

.serviceHeading span {
    font-size: 1.375rem;
    font-family: "Syne", sans-serif;
    background: #B77EEE;
    background: linear-gradient(to top, #B77EEE 0%, #6A0DAD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-bottom: 1rem;
}

.mainHeading {
    color: var(--black);
    font-size: 4.375rem;
}

.serviceHeading p {
    font-size: 1.375rem;
    color: var(--black);
    margin: 1.5rem 0 0 0;
}

.serviceBtn {
    margin-top: 6.25rem;
}

.serviceBox {
    background: #B77EEE;
    background: linear-gradient(to top, #B77EEE 0%, #6A0DAD 100%);
    border-radius: 10px;
    padding: 1.5625rem 1.5625rem;
    min-height: 445px;
    display: block;
}

.serviceBox h3 {
    color: var(--white);
    font-size: 1.875rem;
    margin: 3.125rem 0 2.1875rem 0;
}

.serviceBox p {
    color: var(--white);
    margin: 0;
    font-size: 1.375rem;
    letter-spacing: 0.22px;
}

.serviceBtn .themeBtn {
    font-size: 1.375rem;
    padding: 1.5rem 3.5em;
}

.serviceBox span {
    font-size: 1.25rem;
    color: var(--white);
    font-weight: bold;
    margin-bottom: 7px;
    display: block;
}

/* Service Sec Css End */

/* Insta Sec Css Start */

.instaSlider .swiper-wrapper {
    transition-timing-function: linear;
}

/* Insta Sec Css End */

/* Client Sec Css Start */

.clientSec {
    background: url(../images/clientBg.png)center/cover fixed;
    padding: 6.25rem 0;
}

.clientSec::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 51%;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, #B77EEE 0%, #6A0DAD 100%);
}

.clientImage img {
    border-radius: 30px;
    height: 1000px;
    object-fit: cover;
}

.clientContent *,
.clientContent span {
    color: var(--white);
}

.clientContent h2 {
    font-size: 2.5rem;
    margin: 0;
}

.clientContent {
    margin-left: 3rem;
    width: 75%;
}

.clientContent p {
    margin: 3.4375rem 0 1.125rem 0;
}

.clientContent span {
    border-bottom: 1px solid var(--white);
    display: block;
    padding-bottom: 0.75rem;
}

/* Client Sec Css End */

/* Faq Sec Css Start */

.faqSec {
    padding: 9.375rem 0 2.5rem 0;
    background: #B77EEE;
    background: linear-gradient(to top, #B77EEE 0%, #6A0DAD 100%);
}

.faqImage img {
    border-radius: 10px;
    margin-top: 1rem;
}

.faqContent {
    width: 92%;
}

.faqContent form input {
    all: unset;
    color: var(--white);
}

.faqContent form {
    border-bottom: 1px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    margin-left: auto;
    height: 40px;
    margin-bottom: 50px;
}

.faqContent form input::placeholder {
    color: var(--white);
}

.faqContent button {
    background: transparent;
    outline: unset;
    border: unset;
    padding: 0;
    color: var(--white);
}

.faqSec #accordion .card {
    border: none;
    border-bottom: 1px solid var(--white);
    padding: 0 0 1.5rem 0;
    background: transparent;
    margin-bottom: 1.5rem;
    border-radius: unset;
}

.faqSec #accordion .card .btn-link {
    --height: 5rem;
    --width: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--white);
    padding: 0;
    border: 0;
    font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden;
    border-bottom-left-radius: 0;
    text-align: left;
}

.faqSec #accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    margin-left: auto;
    border-radius: 100px;
}

.faqSec #accordion .card .btn-link i::before {
    content: "\f068";
}

.faqSec #accordion .card .btn-link.collapsed i::before {
    content: "\f067";
}

.faqSec #accordion .card+.card {
    margin-top: 0;
}

.faqSec #accordion .card .card-body {
    padding: 0rem 4rem 0.5rem 0rem;
}

.faqSec #accordion .card .card-body p {
    color: var(--white);
    font-size: 1rem;
    margin: 1.5rem 0 0 0;
}

/* Faq Sec Css End */

/* Journey Sec Css Start */

.journeySec {
    background: #FDFDF1;
    padding: 6.25rem 0;
}

.journeyContent h2 {
    color: var(--black);
    font-size: 3rem;
}

.journeyContent p {
    color: var(--black);
    font-size: 1.375rem;
    width: 80%;
    margin: 1.5rem 0;
}

.listOne li a {
    color: var(--black);
    display: block;
}

.listOne {
    margin-bottom: 1.5625rem;
}

.listTwo {
    display: flex;
    gap: 0.75rem;
}

.listTwo li a {
    color: var(--black);
}

.journeyImage img {
    border-radius: 10px;
    width: 100%;
}

.journeyForm label {
    color: var(--black);
    text-transform: capitalize;
    font-size: 0.875rem;
}

.journeyForm .form-control {
    background: transparent;
    border: unset;
    outline: unset;
    box-shadow: unset;
    border-bottom: 1px solid var(--black);
    border-radius: unset;
    padding-left: 0;
    color: var(--black);
}

.journeyForm .form-control::placeholder {
    color: var(--black);
}

.journeyForm textarea {
    resize: none;
    height: 90px;
}

.journeyForm input[type="submit"] {
    border: unset;
    outline: unset;
    background: var(--black);
    color: var(--white);
    border-radius: 50px;
    width: 100%;
    padding: 0.625rem 0;
}

.journeyForm input[type="submit"]:hover {
    background: var(--primary);
    color: var(--white);
}

.journeyForm .form-group {
    margin-bottom: 1.25rem;
}

/* Journey Sec Css End */

/* Footer Css Start */

footer {
    background: url(../images/footBg.png)center/cover;
    padding-top: 5rem;
}

.links li a {
    color: var(--white);
}

.newsLetter h3 {
    color: var(--white);
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.newsLetter label {
    color: var(--white);
}

.newsLetter .form-control {
    background: transparent;
    border: unset;
    outline: unset;
    box-shadow: unset;
    border-bottom: 1px solid var(--white);
    border-radius: unset;
    height: 30px;
    padding-left: 0;
    color: var(--white);
}

.newsLetter .form-check {
    padding: 0;
    margin: 1.5rem 0 0.625rem 0;
}

.newsLetter input[type='submit'] {
    border: unset;
    outline: unset;
    background: var(--white);
    width: 80%;
    border-radius: 50px;
    padding: 0.625rem 0;
    color: var(--primary);
}

.newsLetter input[type='submit']:hover {
    background: var(--black);
    color: var(--white);
}

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

.footFlex ul {
    display: flex;
    gap: 1rem;
}

.footFlex ul li a,
.footFlex p {
    color: var(--white);
    font-size: 0.875rem;
    margin: 0;
}

.copyRight {
    background: #B77EEE;
    background: linear-gradient(to top, #B77EEE 0%, #6A0DAD 100%);
    margin-top: 6.25rem;
    padding: 1.8rem 0;
}

/* Footer Css End */

.reveal {
    visibility: hidden;
    position: relative;
    overflow: hidden;
}

/* Inner Css Start */

.aboutBanner {
    background: url(../images/aboutBanner.png)center/cover;
    height: 300px;
    display: flex;
    align-items: center;
}

.aboutBanner h2 {
    text-align: center;
    font-size: 5rem;
    color: var(--white);
    margin: 12rem 0 0 0;
}

.aboutInner {
    padding: 5.625rem 0;
}

.aboutInner img {
    border-radius: 20px;
}

.missionSec {
    background: url(../images/missionBg.png)center/cover fixed;
    padding: 8.75rem 0;
}

.missionBox {
    border: 1px solid var(--white);
    border-radius: 10px;
    background: #B77EEE;
    background: linear-gradient(to top, #B77EEE 0%, #6A0DAD 100%);
    padding: 2.5rem 2.5rem;
}

.missionBox h3 {
    color: var(--white);
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
}

.missionBox p {
    color: var(--white);
    margin: 0;
    font-size: 1.125rem;
}

.aboutPage {
    background: #F5F0E1;
    padding: 6.25rem 0;
}

.aboutPage .aboutContent * {
    color: var(--black);
}

.serviceBanner {
    background: url(../images/serviceBanner.png)center/cover;
}

.serviceInner {
    background: url(../images/detailBg.png)center/cover;
    padding: 7.5rem 0;
}

.detailImage img {
    width: 100%;
    border-radius: 20px;
}

.detailImage {
    margin-bottom: 5rem;
}

.detailHeading p {
    color: var(--white);
    font-size: 1.125rem;
    width: 90%;
    margin: 2.5rem 0 0 0;
    line-height: 2;
}

.detailContent p {
    color: var(--white);
    font-size: 1.125rem;
    width: 90%;
    margin: 0 0 3.125rem 0;
    line-height: 2;
}

.reviewBanner {
    background: url(../images/reviewBanner.png)center/cover;
}

.reviewInner {
    background: url(../images/reviewBg.png)center/cover;
    padding: 8.75rem 0 7.5rem 0;
}

.reviewBoxs {
    text-align: center;
    background: #FFF9E4;
    border-radius: 25px;
    padding: 1.5625rem 1.5625rem;
    margin-top: 1.5rem;
}

.reviewBoxs p {
    margin: 1.125rem 0;
    color: var(--black);
}

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

.contactBanner {
    background: url(../images/contactBanner.png)center/cover;
}

.contactInner {
    padding: 5.625rem 0 3.75rem 0;
    background: #FDFDF1;
}

.contactImg img {
    border-radius: 10px;
}

.contactImg {
    text-align: right;
}

.contactPage {
    background: url(../images/contactBg.png)center/cover;
    padding: 5rem 0;
}

.contactForm label {
    color: var(--white);
    text-transform: capitalize;
}

.contactForm .form-control {
    background: rgb(253 253 241 / 10%);
    border: 1px solid #FDFDFD;
    border-radius: 10px;
    outline: unset;
    box-shadow: unset;
    color: var(--white);
}

.contactForm input {
    height: 42px;
}

.contactForm textarea {
    resize: none;
    height: 120px;
}

.contactForm input[type="submit"] {
    margin: auto;
    display: block;
    border: unset;
    outline: unset;
    background: var(--primary);
    color: var(--white);
    border-radius: 50px;
    padding: 1.1rem 7em;
    margin-top: 3.125rem;
    padding-top: 0px;
    padding-bottom: 0px;
}

.contactForm input[type="submit"]:hover{
    background: var(--black);
    color: var(--white);
}

.contactForm .form-group {
    margin-bottom: 1.375rem;
}

/* Inner Css End */