@import url('https://fonts.googleapis.com/css2?family=Dai+Banna+SIL:wght@400;700&family=Inter&family=Nunito&family=Outfit&family=Tinos&display=swap');
/*font-family: 'Dai Banna SIL', serif;
font-family: 'Inter', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'Outfit', sans-serif;
font-family: 'Tinos', serif; */

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: var(--primary-color);
}

ul,
ol {
    margin: 0%;
    padding: 0%;
}

:root {
    --primary2-color: #ffd700;
    --primary-color:  #9b0000;
    --body-color: #9f0000;
    --back-color: #faf9f5;
    --secondry-color: #bf0413;
    --white-color: #fff;
    --text-color: #555;
    --text-color: #ffffff;
    --black-color: #000000ce;
    --shadow: 0px 0px 1.5rem 0px rgba(0, 0, 0, 0.4);
    --shadowSupport: 0 2rem 2rem 0 rgba(0, 0, 0, 0.3);
    --shadowSupport2: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
    --heading-font: 'Dai Banna SIL', serif;
    --testimonials-font: 'Inter', sans-serif;
    --para-font: 'Tinos', serif;
    --hindi-font: 'Inter', sans-serif;
    --h4-font: 'Tinos', serif;
    --mixfont: 'Inter', sans-serif;
}


html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    line-height: 1
}

/* custom css design  */
.primary-text {
    color: var(--primary-color);
    font-size: 1rem;
}

h1 {
    font-size: 3.4rem;
    font-weight: 900;
    margin-top: 2rem;
    letter-spacing: 1.8px;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    color: var(--primary-color);
    font-family: var(--heading-font);
    text-transform: uppercase;
}

h2 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
    padding-bottom: 1.2rem;
    color: var(--primary-color);
    font-family: var(--heading-font);
    text-transform: uppercase;
    line-height: 2.5rem;
    position: relative;
}

h3 {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 1.3px;
    margin-bottom: 2.8rem;
    padding-bottom: 1.2rem;
    color: var(--secondry-color);
    font-family: var(--heading-font);
    text-transform: uppercase;
    line-height: 2rem;
}

.h3 {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1.3px;
    margin-bottom: 0.8rem;
    padding-bottom: 1.2rem;
    color: var(--secondry-color);
    font-family: var(--heading-font);
    text-transform: capitalize;
    line-height: 1.3rem;
}

.h3:hover {
    color: var(--primary-color);
}

h4 {
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: 1.1px;
    margin-bottom: 1rem;
    /* padding-bottom: 1.2rem; */
    color: var(--back-color);
    font-family: var(--h4-font);
    text-transform: capitalize;
    line-height: 2rem;
}

h5 {
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: 1.1px;
    margin-bottom: 1rem;
    /* padding-bottom: 1.2rem; */
    color: var(--secondry-color);
    font-family: var(--h4-font);
    text-transform: capitalize;
    line-height: 2rem;
}

a {
    letter-spacing: 1.5px;
    text-decoration: none;
}

li {
    list-style: none;
}

.ion-icon {
    font-size: 1rem;
}

.ion-icon-faq {
    font-size: 1.4rem;
}

.social-icons {
    cursor: pointer;
}

.p {
    font-size: 1.3rem;
    color: var(--text-color);
    font-weight: 400;
    line-height: 1.6rem;
    padding-bottom: 0.8rem;
    letter-spacing: 1.5px;
    font-family: var(--testimonials-font);
    /* font-family: var(--mixfont); */
}

.hindi-font {
    font-size: 1.1rem;
    color: var(--text-color);
    font-weight: 400;
    line-height: 1.6rem;
    padding-bottom: 0.8rem;
    font-family: var(--hindi-font)
}

.span {
    font-size: 1.1rem;
    color: var(--black-color);
    font-weight: 500;
    line-height: 1.7rem;
    padding-bottom: 1.6rem 0;
    letter-spacing: 1.5px;
    font-family: 'PT Serif', serif;
}

.heading-margin {
    margin-bottom: 2rem;
}

.gridme {
    display: grid;
}

.gap {
    gap: 8rem;
}

.grid-one-col {
    grid-template-columns: 1fr;
}

.grid-two-col {
    grid-template-columns: repeat(2, 1fr);
}

.grid-three-col {
    grid-template-columns: repeat(3, 1fr);
}

.grid-four-col {
    grid-template-columns: repeat(4, 1fr);
}

.d-none {
    display: none;
}

.btn-main {
    display: inline-block;
    background:green;
    border: 2px solid var(--primary-color);
    color:white;
    box-shadow: var(--shadow);
    padding: 0.8rem 1.5rem;
    border: none;
    text-transform: capitalize;
    font-size: 1.1rem;
    font-family: var(--para-font);
    line-height: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease-out 0s;
    letter-spacing: 0.3rem;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    border-radius: 8px;
}

.btn-main:hover {
    background-color: transparent;
    color: var(--back-color);
}

.btn-main-call {
    display: inline-block;
    background: var(--primary2-color);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    box-shadow: var(--shadow);
    padding: 0.8rem 1.5rem;
    border: none;
    text-transform: capitalize;
    font-size: 1.1rem;
    font-family: var(--para-font);
    line-height: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease-out 0s;
    letter-spacing: 0.3rem;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    border-radius: 8px;
}

.btn-main-call:hover {
    background-color: transparent;
    color: var(--back-color);
}

.section {
    padding: 5rem 0;
}

.section-spacing {
    margin: 5rem 0;
}

.footer {
    padding: 1rem 0;
}

.text-content {
    width: 85%;
    margin: auto;
}

.line-img {
    width: 70%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-img img {
    width: 20rem;
}

/* topbanner section  */
.topimg {
    width: 100%;
    height: 100%;
}

.topimg img {
    width: 100%;
    height: 100%;
}

/* moving text  */
.marquee {
    width: 100%;
    height: 3.8rem;
    background-color: var(--primary2-color);
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.marquee .marquee-para {
    letter-spacing: 2px;
    font-size: 1.2rem ;
    font-weight: bold;
    font-family: var(--hindi-font);
    color: var(--primary-color);
    animation: animate 25s linear infinite;
    padding-left: 100%;
    display: inline-block;
    padding-top: 1.35rem;
}

.back {
    position: absolute;
    font-size: 1.3rem;
    width: 14%;
    height: 4rem;
    background-color: var(--secondry-color) !important;
    color: var(--white-color);
    padding: 1.1rem 2rem;
    z-index: 12;
}

@keyframes animate {
    100% {
        transform: translate(-100%, 0);
    }
}

.marquee-still{
    width: 100%;
    height: 6.5rem;
    text-align: center;
    justify-content: center;
    background-color: var(--secondry-color);
    position: relative;
    animation-name: still;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    margin: auto;
}

@keyframes still {
    0%{background-color: rgb(0, 0, 0);}
    25%{background-color: rgb(223, 24, 24);}
    50%{background-color: black;}
    75%{background-color: red;}
    100%{background-color: rgb(138, 7, 7);}
}

.marquee-para-still{
    display: inline-block;
    padding-top: 1rem;
    padding-left: 5px;
    padding-right: 5px;
}

.marquee-para-still p {
      letter-spacing: 2px;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: var(--hindi-font);
    color: var(--back-color);
}


/* our scroll to top btn   */
.scrolltop-style {
    position: fixed;
    right: 2%;
    bottom: 5%;
    opacity: 0.8;
    z-index: 10000;
}

.scrolltop-style-display {
    display: none;
}

.scroll-top {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    padding: 0.7rem;
    color: var(--back-color);
    background-color: var(--primary2-color);
    border-radius: 5px;
}

/* call and whatsapp btn destop  */
.scrolltop-style-btn {
    position: fixed;
    left: 2%;
    bottom: 10%;
    z-index: 10000;
}

.scroll-call-btn {
    width: 3rem;
    height: 3rem;
    padding: 0.8rem;
    margin: 0.5rem 0rem;
    color: var(--back-color);
    background-color: #a1000d;
    border-radius: 50%;
    animation: call 0.9s ease-in-out infinite;
}

.scroll-wtapp-btn {
    width: 3rem;
    height: 3rem;
    padding: 0.8rem;
    margin: 0.5rem 0rem;
    color: var(--back-color);
    background-color: #007610;
    border-radius: 50%;
    animation: call 0.9s ease-in-out infinite;
}

@keyframes call {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

/* call and whatsapp btn mobile  */
.call-btn-style {
    position: relative;
    height: 4rem;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.call-div {
    background-color: #a1000d;
    width: 50%;
    height: auto;
    text-align: center;
    padding: 0.5rem 0;
}

.call-btn {
    font-size: 3rem;
    margin: auto;
    color: var(--back-color);
}

.wtapp-div:hover,
.call-div:hover {
    background-color: var(--primary2-color);
}

.wtapp-div {
    background-color: #007610;
    width: 50%;
    height: auto;
    text-align: center;
    padding: 0.5rem 0;
}

.call-btn-style.callscroll-on {
    position: fixed;
    bottom: -2px;
    right: 0;
    height: 4rem;
    opacity: 0.9;
    width: 100%;
    box-shadow: var(--shadow);
    transition: all 0.15s ease-in-out 0s;
}

/* home-para-top */
.home-para-top {
    letter-spacing: 1.5px;
    font-size: 1.6rem;
    font-family: var(--h4-font);
    color: rgba(239, 235, 29, 0.888);
    padding-top: 0.5rem;
    text-transform: capitalize;
}


/* main para section  */
.main-para-section {
    width: 100%;
    height: auto;
    margin-bottom: 5rem; 
}

.main-para-container {
    text-align: center;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.main-para-img{
    width: 100%;
    height: auto;
    padding-right: 10px;
    /* border-radius: 10px; */
    align-items: center;
    justify-content: center;
}

.main-para-container h5 {
    margin-top: 0;
    font-size: 1.8rem;
    text-align: left;
    padding-left: 10px;

}

.main-para-container p {
    color: var(--black-color);
    font-size: 1.3rem;
    text-align: left;
    padding-left: 10px;


}

/* hero section  */
.hero-container {
    width: 100%;
    height: auto;
}

.hero-container img {
    width: 100%;
    margin: auto;
}

.carousel-inner>.item {
    -webkit-transition: 0.4s ease-in-out left;
    transition: 0.4s ease-in-out left;
    -webkit-transition: 0.4s, ease-in-out, left;
    -moz-transition: .4s, ease-in-out, left;
    -o-transition: .4s, ease-in-out, left;
    transition: .4s, ease-in-out, left;
}

/* servise section  */
.service-card {
    margin-bottom: 3.8rem;
    margin: 1rem 2rem 2rem 2rem;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.19s linear;
    width: 35rem;
    background-color: var(--primary-color);
    border-radius: 18px 18px 18px 18px;
    -moz-border-radius: 18px 18px 18px 18px;
    -webkit-border-radius:18px 18px 18px 18px;
    outline: 0.5px solid rgb(235, 235, 235);
}

.service-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-2.5em);
}

.card {
    width: auto;
    height: auto;
    background-color: var(--primary-color);
    border: none;
    text-align: center;
    align-items: center;
    margin: auto;
    padding: 1.5rem 1rem;
    transition: all 0.19s linear;
}
.card-content h4{
    font-size: 2.1rem;
}
.card-content-p {
    font-size: 1.2rem;
    line-height: 1.3rem;
    letter-spacing: 2px;
}

.card-img {
    width: 32rem;
    height: auto;
    transform: scale(1);
    display: block;
    transition: all 0.3s ease-in-out;
}

.card-img img {
    width: 100%;
    border-radius: 18px 18px 18px 18px;
    -moz-border-radius: 18px 18px 18px 18px;
    -webkit-border-radius: 18px 18px 18px 18px;
    border: 0px solid #000000
}

/* other service section  */
.otherservice-section {
    padding: 1rem 0;
    padding-top: 2rem;
}

.service-icon {
    font-size: 1rem;
    color: var(--secondry-color);
}

.otherservice-img {
    width: 41%;
    height: 100%;
    padding: 0rem;
    align-items: center;
    margin: auto;
}

.otherservice-img img {
    width: 90%;
    height: auto;
    border-radius: 8px;
}

.otherservice-content {
    padding: 2rem 1rem;
}

.otherservice-li {
    margin: 1rem 0;
    text-align: left;
}

.social-icons {
    font-size: 3rem;
    color: var(--black-color);
    padding: 2.5rem 1rem;
}

.servive-hover {
    padding: 0.6rem 0rem;
}

.servive-hover:hover {
    cursor: pointer;
}

.social-icons:hover {
    color: var(--primary2-color);
}

/* FAQ */

.faq-secton {
    background-color: #ffdcdc9c;
}

.accordion-flush .accordion-item {
    border-top: 0;
    background-color: #ffdcdc9c;
}

.accordion-flush .accordion-item button {
    margin: 0;

}

.accordion-header {
    margin-bottom: 0;
    padding: 0;
}


/* why choose us section  */
.chooseus-img {
    width: 80%;
    height: auto;
    /* padding: 3rem 1rem; */
    align-items: center;
    margin: auto;
}

.Choose-icon {
    width: 3.7rem;
    font-size: 2.5rem;
    padding: 1.2rem;
    background-color: var(--primary2-color);
    color: var(--primary-color);
    border-radius: 5px;
}

.choose-content {
    width: 32rem;
    margin: auto;
}

.choose-mid-content {
    margin: 1rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--primary2-color);
    border-radius: 1rem;
}

.chooseus-name {
    width: 20rem;
    margin: auto;
}

/* testimonials section  */
.tes-service-card {
    margin-bottom: 3.8rem;
    /* margin: 1rem 2rem 2rem 2rem; */
    padding: 0%;
    display: block;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.19s linear;
    width: 40rem;
    height: auto;
    border-radius: 18px 18px 18px 18px;
    -moz-border-radius: 18px 18px 18px 18px;
    -webkit-border-radius:18px 18px 18px 18px;
}

.tes-service-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-2.5em);
}

.tes-card-img {
    transform: scale(1);
    display: block;
    transition: all 0.3s ease-in-out;
}

.tes-card-img img {
    width: 35rem;
    height: auto;
    border-radius: 18px 18px 18px 18px;
    -moz-border-radius: 18px 18px 18px 18px;
    -webkit-border-radius: 18px 18px 18px 18px;
}


/* conatct section   */
.section-contact-main {
    max-width: auto;
    margin: 0 auto;
    margin-top: 1rem;
    transition: all 0.3s linear;
}

.section-contact-main form {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.section-contact-main input,
.section-contact-main textarea {
    padding: 0.5rem 1rem;
    border: 0.1rem solid #c9c9c9;
    border-radius: 5px;
    font-size: 1rem;
    border: none;
    border-bottom: 1px solid var(--primary-color);
    width: 100%;
}

.section-contact-main input[type="submit"] {
    max-width: 30%;
    border: none;
}

.contact-side {
    max-width: 38rem;
    margin: auto;
}

.contact-outline {
    width: auto;
    margin: 2.6rem 0rem;
    padding: 0.4rem 0rem;
    border: 1px solid var(--black-color);
    border-radius: 5px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.contact-icon {
    font-size: 2.8rem;
    color: var(--primary-color);
    padding-right: 0.3rem;
}

.contact-detail {
    font-size: 1.6rem;
    color: var(--black-color);
    font-family: var(--para-font);
}

.contact-detail:hover {
    color: var(--primary-color);
}

/* footer section  */

.section-footer {
    background: var(--primary-color);
    transition: all 0.7s linear;
}

.section-footer h4 {
    font-size: 1.5rem;
    color: var(--back-color);
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.section-footer h4:hover {
    color: var(--white-color);
}

.f-about p {
    color: var(--back-color);
    text-decoration: none;
    padding: 0%;
    font-size: 1rem;
}

.f-links ul,
.f-services ul,
.f-address address {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    justify-content: center;
    padding: 0;
    text-decoration: none;
}

.f-links li,
.f-links a,
.f-services li,
.f-services span {
    font-size: 1rem;
    color: var(--back-color);
    font-family: var(--para-font);
    font-size: 1rem;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0;
}

.f-services span {
    font-family: var(--para-font);
    letter-spacing: 1px;
    color: var(--black-color);
    margin-right: 1rem;
}

.f-links span,
.f-address span {
    margin-right: 1rem;
    text-decoration: none;
}

.f-address p,
.f-address p a,
.f-address p a {
    font-size: 1rem;
    padding: 0;
    margin: 0;
    color: var(--back-color);
    font-style: normal;
    text-decoration: none;
}

.f-social-icons {
    margin: 1rem 0 0 0;
    padding: 0 1rem;
    font-size: 2.6rem;
    text-align: center;
    color: var(--back-color);
}

.f-social-icons:hover {
    color: var(--primary2-color);
}

.f-social-icons .icons {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--body-color);
    display: inline-block;
    padding: 1.4rem 1.8rem;
    position: relative;
    color: var(--white);
    animation: water-wave 1s linear infinite;
}

.f-credits {
    margin-top: 2rem;
}

.f-credits p {
    font-size: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    color: var(--back-color);
}

.footer span:active,
.footer span:hover,
.footer a:hover,
.footer p:hover,
.footer a:active {
    color: var(--primary2-color);
    text-decoration: underlines;
}