/* common css ******************************************************************************/
@font-face {
    font-family: 'Paytone One';
    src: url('../fonts/Paytone_One/PaytoneOne-Regular.eot');
    src: url('../fonts/Paytone_One/PaytoneOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Paytone_One/PaytoneOne-Regular.woff2') format('woff2'),
        url('../fonts/Paytone_One/PaytoneOne-Regular.woff') format('woff'),
        url('../fonts/Paytone_One/PaytoneOne-Regular.ttf') format('truetype'),
        url('../fonts/Paytone_One/PaytoneOne-Regular.svg#PaytoneOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/Red_Hat_Display/RedHatDisplay-Bold.eot');
    src: url('../fonts/Red_Hat_Display/RedHatDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Red_Hat_Display/RedHatDisplay-Bold.woff2') format('woff2'),
        url('../fonts/Red_Hat_Display/RedHatDisplay-Bold.woff') format('woff'),
        url('../fonts/Red_Hat_Display/RedHatDisplay-Bold.ttf') format('truetype'),
        url('../fonts/Red_Hat_Display/RedHatDisplay-Bold.svg#RedHatDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Bold.eot');
    src: url('../fonts/Poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.eot');
    src: url('../fonts/Poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Medium.eot');
    src: url('../fonts/Poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.eot');
    src: url('../fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.eot');
    src: url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Medium.eot');
    src: url('../fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}





:root {
    --white: #fff;
    --black: #000;
    --green:#00D748;
    --buttery-white:#FFFDEA;
    --golden:#FFC40C;
    --clearblue:#3281FF;
    --theme-black:#3C3C3C;
}
.white {
    color: var(--white);
}
.black {
    color: var(--black);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
*::before,
*::after {
    box-sizing: border-box;
}
.common::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
}
body {
    background: #fff;
    font-family: 'Poppins';
    font-size: 16px;
    color: var(--theme-black);
}
body.show {
    position: fixed;
    top: 0;
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    color: var(--theme-black);
    font-weight: 700;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}
h1 {
    font-size: 52px;
    font-family: 'Paytone One';
}
h2 {
    font-size: 44px;
    font-family: 'Paytone One';

}
h3 {
    font-size: 30px;
    font-family: 'Poppins';
    font-weight: 600;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}
p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: var(--theme-black);
}
p:last-child {
    margin-bottom: 0;
}
.small {
    font-size: 16px;
}
ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
a {
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1.2;
    color: inherit;
    font-family: inherit;
}
span {
    display: inline-block;
}
.section-heading {
	text-align: center;
	margin-bottom: 50px;
}
.section-heading h2{
    font-family: 'Paytone One';
    color: var(--theme-black);
    text-transform: capitalize;
}
.btn-common {
    font-size: 25px;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/btn-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 362px;
    height: 68px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: bold;
}
.btn-common:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.3);
}
.zoom-in{
    transform: scale(0);
    animation: zoomPulse 1s ease-in-out infinite;
}
.zoom-in:hover {
    animation-play-state: paused;
}
@keyframes zoomPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
.btn-common img {
    max-width: 35px;
    margin-right: 10px;
}
section {
	padding: 100px 0;
	overflow: hidden;
}
.bg {
    padding: 100px 0;
}
.mobile {
    display: none !important;
}
.desktop {
    display: block !important;
}
img,
video {
    max-width: 100%;
}
.button-box ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.owl-theme .owl-dots .owl-dot span {
    background: var(--theme-black);
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: block;
    border-radius: 30px;
    transition: opacity .2s ease;
    will-change: border-radius, transform;
    transform: translateZ(0);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(175.61deg, #1141BE 4.54%, #3281FF 96.44%);
}
.owl-nav {
    margin-top: 0;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-nav button.owl-prev {
    left: 0;
}
.owl-nav button.owl-next {
    right: 0;
}
.form-control-common {
	background: var(--white);
	border: 1px solid var(--black);
	font-size: 20px;
	padding: 15px 50px 15px 20px;
	width: 100%;
	appearance: textfield;
	color: var(--black);
	border-radius: 0;
	box-shadow: none;
	resize: none;
    outline: none;
}
.input-group {
	padding-bottom: 30px;
}
input[type="email"] {
    text-transform: lowercase !important;
}

input[type="email"]::placeholder {
    text-transform: capitalize !important;
}

/* header css start ******************************************************************************/
@keyframes smoothScroll {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
#header.show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: smoothScroll 1s forwards;
    z-index: 1000;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.60);
}
#header {
    padding: 15px 0;
    transition: .5s all;
    position: relative;
    z-index: 1;
    background-color: #D9E8FF;
}
#header .logo-box img {
    max-width: 200px;
    width: 100%;
}
#header .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* homeBanner css ******************************************************************************/
#homeBanner {
    background-color: #D9E8FF;
    padding: 170px 0 0;
    margin-top: -120px;
    position: relative;
}
#homeBanner::before {
    content: '';
    background-image: url(../images/bottom-shape.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -80px;
    width: 100%;
    height: 257px;
}
#homeBanner .section-heading h5{
    font-family: 'Red Hat Display';   
    margin-bottom: 0;
}
#homeBanner .section-heading h1{
    color: var(--clearblue);
}

/* marquee-section css */

.marquee-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    overflow: hidden;
        transform: rotate(-2deg);
    width: 100%;
}
.marquee-track {
    display: flex;
    width: fit-content;
}

.marquee-left {
    animation: marquee-left 20s linear infinite;
}
.marquee-right {
    animation: marquee-right 20s linear infinite;
}

.marquee-track h2 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: var(--clearblue);
    white-space: nowrap;
    min-width: max-content;
}


@keyframes marquee-left {
    0% {
    transform: translateX(0);
    }
    100% {
    transform: translateX(-50%);
    }
}

@keyframes marquee-right {
    0% {
    transform: translateX(-50%);
    }
    100% {
    transform: translateX(0);
    }
}
.marquee-track h2 img {
    height: 90px;
    object-fit: contain;
    width: auto;
}



/* why-choose-us-section css */
.why-choose-us-block {
    display: flex;
    align-items: center;
    margin-bottom: 30px;

}
.why-choose-us-block .img-box img {
    margin-right: 10px;
}
.why-choose-us-wrapper{
    background-color: var(--buttery-white);
    padding: 100px 80px 70px;
}
.why-choose-us-block .text-box h3 {
    margin-bottom: 10px;
}
.why-choose-us-block .text-box h6{
    font-family: 'Poppins';
    font-weight: 600;
}


/* about-us-section css */
.about-us-section{
    background-image: url(../images/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 918px;
    background-position: bottom;
}
.about-us-section .text-box h2{
    color: var(--theme-black);
    font-family: 'Paytone One';
}
.about-us-section .text-box p {
    font-size: 22px;
}

/* reviews-section css */
.reviews-section {
    padding: 90px 0;
    background-image: url(../images/reviews-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 760px;
    background-position: bottom;
    position: relative;
}
.reviews-section .section-heading h2{
    color: var(--white);
}
.rating-number h2 {
    color: var(--golden);
    font-size: 130px;
    font-family: 'Roboto';
    font-weight: bold;
}
.rating-number h4{
    color: var(--white);
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 35px;
}
.progress-wrap p {
    margin-bottom: 0;
    font-family: 'Roboto';
    margin-right: 20px;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
}
.progress-wrap{
    margin-bottom: 30px;
}
.progress-container {
    width: 100%;
    max-width: 700px;
    background-color: var(--white);
    border-radius: 45px;
}
.progress-bar {
    height: 20px;
    width: 0;
    background-color: var(--green);
    border-radius: 45px;
    text-align: center;
    color: var(--white);
    line-height: 20px;
    transition: width 2s ease;
}
.reviews-section .star-icon i{
    color: var(--golden);
    font-size: 25px;
}
.reviews-section .cricket-img {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

/* offers-section css */
#offer-slider {
    margin-left: 50px;
}

/* faq section css */
.faq-wrapper ol {
    list-style-type: auto;
    margin-left: 20px;
}
.faq-wrapper ul{
    list-style-type: disc;
    margin-left: 20px;
}
.faq-wrapper .section-heading h2{
    color: var(--clearblue);
}
.faq-wrapper .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}
.faq-wrapper .accordion-item:not(:first-of-type){
     border: 1.67px solid var(--clearblue);
}
.faq-wrapper .accordion-button{
    background: transparent;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
}
.faq-wrapper .accordion-item{
    border: 1.67px solid var(--clearblue);
    margin-bottom: 15px;
    border-radius: 8px;
}
.faq-wrapper .accordion-body p{
    font-family: 'Poppins';
    font-weight: 500;
}
.faq-wrapper .accordion-button::after{
    content: '\f054';
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    background: none;
}
.faq-wrapper .accordion-button:not(.collapsed)::after{
    content: '\f078';
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    background: none;
    transform: inherit;
}
.faq-wrapper .accordion-button:focus{
    box-shadow: none;
}

/* footer css ******************************************************************************/
#footer {
    background-image: url(../images/footer-bg.png);
    min-height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.footer-box {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    max-width: 1030px;
    padding: 0 15px;
}
.footer-box .section-text p, .footer-box .section-heading h2 {
    color: #fff;
}

.thankyou-page {
    background: linear-gradient(175.61deg, #1141BE 4.54%, #3281FF 96.44%);
    width: 100%;
    height: 100svh;
}
.home-inner.thankyou {
    padding: 8px 0 0;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 5px;
}
.thankyou .img-box img {
    max-width: 600px;
    width: 100%;
}
.home-inner.thankyou h6 {
    font-size: 25px;
    color: #fff;
}