@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #1A1A1A;
    --themeColor: #F6E27A;
    --themeColor2: #A97110;
    --headingColor: #021130;
    --headingColor2: #131212;
}


a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'segoe';
    src: url(../fonts/segoeuithibd.ttf);
}

@font-face {
    font-family: 'segoe-text';
    src: url(../fonts/segoeuithis.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'segoe';
    font-size: 140px;
    color: transparent;
    margin: 0 0 0px;
    font-weight: 800;
    line-height: 140px;
    -webkit-text-stroke: 1px #ffffff50;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: url(../images/banner-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;

}

h2 {
    color: var(--themeColor2);
    font-size: 70px;
    font-weight: 900;
    margin: 0 0 0px;
    font-family: 'segoe';
}

h3 {
    font-family: 'segoe';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'segoe';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'segoe';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    color: #000;
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'segoe';
}

p {
    margin: 0px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: var(--textColor);
    font-family: 'segoe-text';
}


.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1600px;
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading h2 {
    font-weight: 800;
    font-size: 13.6vw;
    color: #0211300f;
}

.theme-btn-1 {
    font-size: 20px;
    padding: 12px 50px;
    border-radius: 5px;
    color: var(--black);
    transition: ease-in-out;
    transition-duration: 0.5s;
    border: 1px solid transparent;
    background: linear-gradient(90deg, var(--themeColor) 0%, var(--themeColor2) 80%);
}

.theme-btn-1:hover {
    transition: ease-in;
    color: var(--white);
    background: var(--black);
    transition-duration: 0.5s;
    border: 1px solid var(--themeColor);
}


/*header css start */

.menuSection {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 20px 4%;
    position: absolute;
}

.menuSection .row {
    align-items: center;
}

.header-logo {
    width: 100%;
}

.header-logo a {
    width: 128px;
    height: 128px;
}

.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
}

.menuSec ul li {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    font-size: 16px;
    padding: 10px 5px;
    position: relative;
    color: var(--white);
    text-decoration: none;
    display: inline-block;
    font-family: 'segoe-text';
}

.menuSec ul li a::before {
    left: 0;
    right: 0;
    opacity: 0;
    width: 6px;
    height: 6px;
    content: '';
    margin: auto;
    bottom: -3px;
    border-radius: 50%;
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.menuSec ul li a.active::before,
.menuSec ul li a:hover::before {
    opacity: 1;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    font-weight: 700;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--themeColor);
}


.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-btn .theme-btn-1 {
    color: var(--white);
    background: transparent;
    border: 1px solid var(--themeColor2);
}

/*header css start */


/*banner css start */

.main_slider {
    display: flex;
    min-height: 1000px;
    position: relative;
    align-items: center;
    padding: 150px 4% 100px;
    justify-content: center;
    background-image: url(../images/banner-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-main-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.main_slider::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgb(0 0 0 / 9%) 0%, rgb(0 0 0 / 27%) 28%, rgb(0 0 0 / 54%) 49%, rgb(0 0 0 / 82%) 71%, rgb(0 0 0 / 98%) 100%);
}

.main_slider .row {
    position: relative;
}

.banner_text {
    z-index: 1;
    position: relative;
}

.banner_text p {
    font-weight: 400;
    max-width: 550px;
    margin: 20px 0px;
    color: var(--white);
}

.banner_text h5 {
    font-size: 24px;
    color: var(--white);
    font-family: 'segoe-text';
}

.banner-icon {
    top: 0;
    right: 0;
    width: 7%;
    height: 100%;
    display: flex;
    overflow: hidden;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.banner-icon ul {
    gap: 10px;
    display: flex;
    position: relative;
    padding: 50px 0px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banner-icon ul::before {
    left: 0;
    right: 0;
    top: 100%;
    width: 1px;
    content: '';
    margin: auto;
    height: 600px;
    position: absolute;
    background-color: var(--white);
}

.banner-icon ul::after {
    left: 0;
    right: 0;
    width: 1px;
    bottom: 100%;
    content: '';
    margin: auto;
    height: 600px;
    position: absolute;
    background-color: var(--white);
}

.banner-icon ul li a i {
    font-size: 20px;
    color: var(--headingColor);
    /* background-clip: text;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-image: url(../images/banner-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}

.banner-icon ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
}

/*banner css end*/

/* banner-bottom-bar */

.banner-bot ul {
    gap: 10px;
    display: flex;
    margin-bottom: 0;
    position: relative;
    padding: 10px 0px;
    align-items: center;
}

.banner-bot ul li h6 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 10px;
    color: var(--textColor);
    text-transform: capitalize;
}

.banner-bot ul li h6 span {
    display: block;
    line-height: 21px;
    color: #909090;
}

.banner-bot ul li {
    gap: 15px;
    width: 100%;
    display: flex;
    padding-left: 12px;
    align-items: center;
    justify-content: flex-start;
}

.banner-bot ul li button {
    border: unset;
}

.banner-bot {
    z-index: 2;
    padding: 20px 30px;
    position: relative;
    border-radius: 20px;
    border: 1px solid #707070;
    background-color: var(--white);
    box-shadow: 4.782px -1.462px 11.57px 1.43px rgba(0, 0, 0, 0.19);
}

ul.search-icon li a.btn-1 {
    font-size: 14px;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #1bbc9b;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 0;
    padding-left: 10px;
}

.bann-bot {
    z-index: 1;
    margin-top: -60px;
    position: relative;
}

.banner-bot ul li i {
    font-size: 30px;
    color: #14B9D5;
}

.banner-bot ul li select {
    border: unset;
    outline: none;
    padding: unset;
    font-size: 18px;
    font-weight: 400;
    color: var(--headingColor);
    -webkit-appearance: auto;
}

.banner-bot ul li.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.banner-bot ul li.justify-content-end {
    display: flex;
    flex-shrink: 0;
    width: fit-content;
}

/* banner-bottom-bar */

.loader {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100vh;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

/* loader */
.pl {
    display: block;
    width: 9.375em;
    height: 9.375em;
}

.pl__arrows,
.pl__ring-rotate,
.pl__ring-stroke,
.pl__tick {
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.pl__arrows {
    animation-name: arrows42;
    transform: rotate(45deg);
    transform-origin: 16px 52px;
}

.pl__ring-rotate,
.pl__ring-stroke {
    transform-origin: 80px 80px;
}

.pl__ring-rotate {
    animation-name: ringRotate42;
}

.pl__ring-stroke {
    animation-name: ringStroke42;
    transform: rotate(-45deg);
}

.pl__tick {
    animation-name: tick42;
}

.pl__tick:nth-child(2) {
    animation-delay: -1.75s;
}

.pl__tick:nth-child(3) {
    animation-delay: -1.5s;
}

.pl__tick:nth-child(4) {
    animation-delay: -1.25s;
}

.pl__tick:nth-child(5) {
    animation-delay: -1s;
}

.pl__tick:nth-child(6) {
    animation-delay: -0.75s;
}

.pl__tick:nth-child(7) {
    animation-delay: -0.5s;
}

.pl__tick:nth-child(8) {
    animation-delay: -0.25s;
}

/* Animations */
@keyframes arrows42 {
    from {
        transform: rotate(45deg);
    }

    to {
        transform: rotate(405deg);
    }
}

@keyframes ringRotate42 {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(720deg);
    }
}

@keyframes ringStroke42 {

    from,
    to {
        stroke-dashoffset: 452;
        transform: rotate(-45deg);
    }

    50% {
        stroke-dashoffset: 169.5;
        transform: rotate(-180deg);
    }
}

@keyframes tick42 {

    from,
    3%,
    47%,
    to {
        stroke-dashoffset: -12;
    }

    14%,
    36% {
        stroke-dashoffset: 0;
    }
}


/* loader */

/* about-sec */

.about-sec {
    position: relative;
    padding: 50px 4% 100px;
}

.about_img {
    right: 0;
    width: 55%;
    bottom: 100px;
    height: 750px;
    overflow: hidden;
    position: absolute;
    border-radius: 500px 0px 0px 500px;
}

.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_text {
    gap: 10px;
    display: flex;
    min-height: 750px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.about_text h5 {
    font-size: 24px;
    margin-bottom: 10px;
}

.about_text ul {
    gap: 15px;
    display: flex;
    margin-bottom: 10px;
    align-items: baseline;
    justify-content: flex-start;
}

.about_text ul li h4 {
    font-size: 26px;
    margin-bottom: 5px;
}

.about_text ul li h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'segoe-text';
}

.about_text ul li i {
    font-size: 27px;
    color: var(--themeColor2);
}


/* about-sec */

/* explore-sec */

.explore-sec {
    overflow-x: hidden;
    padding-bottom: 100px;
}

.explore-heading {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    align-items: flex-end;
    justify-content: space-between;
}

.explore-heading .custom-width {
    max-width: 1250px;
}

.explore-box {
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin: 15px 0px;
    text-align: center;
    position: relative;
    border-radius: 15px;
}

.explore-box::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    margin: auto;
    position: absolute;
    background: linear-gradient(180deg, rgb(0 0 0 / 9%) 0%, rgb(0 0 0 / 27%) 28%, rgb(0 0 0 / 54%) 49%, rgb(0 0 0 / 82%) 71%, rgb(0 0 0 / 98%) 100%);
}

.explore-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.explore-box-text {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    position: absolute;
}

.explore-box-text h4 {
    font-size: 30px;
    color: var(--white);
    margin-bottom: 5px;
}

.explore-box-text p {
    height: 80px;
    overflow: hidden;
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.explore-box:hover .explore-box-text p {
    margin-bottom: 10px;
}

.explore-box:hover .explore-box-text p,
.exlporeSlider .slick-current .explore-box-text p,
.serviceSlider .slick-current .explore-box-text p {
    height: 80px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.exlporeSlider {
    width: 100vw;
    max-width: 1600px;
}

.exlporeSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.exlpore-slider-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exlpore-slider-btn button {
    width: 50px;
    height: 50px;
    display: flex;
    color: #cccccc;
    border-radius: 50%;
    align-items: center;
    transition: ease-in;
    justify-content: center;
    background: transparent;
    transition-duration: 0.5s;
    border: 1px solid #f8f1da;
}

.exlpore-slider-btn button:hover {
    opacity: 1;
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
    border-color: transparent;
    background: linear-gradient(90deg, var(--theme-1) 0%, var(--theme-2) 100%);
}

.load-btn {
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
}

/* explore-sec */

/* serviceSlider  */

.service-sec {
    padding: 0px 4% 100px;
}

.service-main-box h2 {
    text-align: center;
    margin-bottom: 40px;
}

.serviceSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.explore-box-text h5 {
    font-size: 24px;
    margin-bottom: 5px;
    color: var(--white);
}

/* serviceSlider  */

/* gallery sec */

.gallery-sec {
    padding: 0px 4% 100px;
}

.gallery-img-centers {
    width: 100%;
    height: 500px;
    min-height: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.gallery-img {
    gap: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.gallery-img a {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    box-shadow: 0px 6px 10px #00000059;
}

.gallery-img a:hover img,
.gallery-img-centers a:hover {
    transition: ease-in;
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.gallery-img a::before,
.gallery-img-centers a::before {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0.11) 100%);
}

.gallery-img a img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    border-radius: 15px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.gallery-img-centers img,
.gallery-img-centers a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    position: relative;
    border-radius: 15px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.inner-gallery-sec .gallery-img-centers {
    height: 667px;
    min-height: auto;
    margin-bottom: 25px;
}

.inner-gallery-sec .gallery-img .gallery-img-centers {
    margin: 0;
    height: 465px;
}

.inner-gallery-sec a.gallery-img-5 {
    height: 400px;
}

.inner-gallery-sec a.gallery-img-6 {
    height: 560px;
}

.inner-gallery-sec a.gallery-img-1 {
    height: 400px;
    overflow: hidden;
}

.inner-gallery-sec a.gallery-img-7 {
    height: 400px;
}

.inner-gallery-sec a.gallery-img-8 {
    height: 400px;
}

.inner-gallery-sec a.gallery-img-9 {
    height: 400px;
}

.inner-gallery-sec .gallery-img .gallery-img-centers,
.inner-gallery-sec .gallery-img-centers a.gallery-img-2,
.inner-gallery-sec .gallery-img-centers a.gallery-img-2 img {
    height: 400px;
}

/* gallery sec */

/* review-sec */


.review-box {
    padding: 20px;
    border-radius: 15px;
    border: 1px solid var(--headingColor);
}

.review-box ul {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.review-box ul li img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 50%;
}

.review-box ul li h3 {
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'segoe-text';
}

.review-box-text p {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 15px;
    color: var(--textColor);
}

.review-box-text {
    height: 120px;
    overflow-y: scroll;
}

.review-box-text::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.review-box-text::-webkit-scrollbar-thumb {
    background-color: var(--themeColor2);
    outline: 1px solid var(--themeColor2);
    border-radius: 100px;
}

.review-box-text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px rgb(0 0 0 / 55%);
}

.review-box ul li span {
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.review-box ul li span i {
    font-size: 14px;
    color: var(--themeColor2);
}

.reviewSlider .slick-slide,
.reviewSlider-2 .slick-slide {
    opacity: 1;
    margin: 20px;
}

.review-box:hover,
.reviewSlider .slick-slide.slick-current.slick-active .review-box,
.reviewSlider-2 .slick-slide.slick-current.slick-active .review-box {
    border-color: transparent;
    background: linear-gradient(180deg, var(--themeColor) 0%, var(--themeColor2) 80%);
}

.review-sec {
    padding-bottom: 100px;
}

.reviewSlider-2 .review-box ul {
    justify-content: flex-start;
    flex-direction: row-reverse;
}

/* review-sec */

/* how-it-work-sec */

.how-it-work-sec {
    padding: 100px 4%;
    position: relative;
    background-image: url(../images/how-it-work-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.how-it-work-sec::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgb(0 0 0 / 9%) 0%, rgb(0 0 0 / 27%) 28%, rgb(0 0 0 / 54%) 49%, rgb(0 0 0 / 82%) 71%, rgb(0 0 0 / 98%) 100%);
}

.how-it-work-sec .row {
    z-index: 1;
    position: relative;
}

.how-it-work-heading h2 {
    font-size: 15vw;
    color: transparent;
    margin: 0 0 0px;
    font-weight: 800;
    text-align: center;
    line-height: 300px;
    letter-spacing: -15px;
    -webkit-text-stroke: 1px #ffffffd7;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: url(../images/how-it-work-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.how-it-work-heading h3 {
    font-size: 70px;
    font-weight: 900;
    text-align: center;
    color: var(--themeColor);
}

.how-it-work-box {
    margin-top: 50px;
    padding: 45px 40px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #fff;
}

.how-it-work-box h4 {
    font-size: 25px;
    color: var(--white);
    margin-bottom: 10px;
}

.how-it-work-box p {
    color: var(--white);
}

/* how-it-work-sec */

/* ready-sec */

.ready-sec {
    padding: 100px 0%;
    position: relative;
    background-image: url(../images/ready-bg.png);
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ready-sec::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(-90deg, rgb(0 0 0 / 9%) 0%, rgb(0 0 0 / 27%) 28%, rgb(0 0 0 / 54%) 49%, rgb(0 0 0 / 82%) 71%, rgb(0 0 0 / 98%) 100%);
}

.ready-sec .row {
    z-index: 1;
    position: relative;
}

.ready-text h2 span {
    color: var(--white);
}

.ready-text h2 {
    margin-bottom: 15px;
    color: var(--themeColor);
}

.ready-text p {
    font-size: 24px;
    color: var(--white);
    margin-bottom: 20px;
}

.ready-text ul {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    align-items: center;
    justify-content: flex-start;
}

.ready-text ul li:last-child a {
    color: var(--white);
    background: transparent;
    border: 1px solid var(--themeColor2);
}

/* ready-sec */


/* Footer Section Start */

footer.footer-sec {
    width: 100%;
    padding: 60px 4% 0;
    position: relative;
    background-image: url(../images/footer-bgf.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer.footer-sec::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    backdrop-filter: blur(10px);
    background-color: #000000c4;
}

.footer-text img {
    width: 110px;
    height: 100px;
    object-fit: contain;
}

ul.footer-social-list {
    gap: 10px;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: flex-start;
}

ul.footer-social-list li a {
    width: 35px;
    height: 35px;
    display: flex;
    font-size: 20px;
    border-radius: 50%;
    align-items: center;
    color: var(--black);
    justify-content: center;
    background: var(--white);
}

ul.footer-social-list li i:hover {
    background: #fff;
    transition: 0.5s ease-in-out;
    color: #b2912a;
}

.footer-text h2,
.footer-text span {
    font-size: 30px;
    line-height: 50px;
    position: relative;
    margin-bottom: 20px;
    color: var(--themeColor);
    text-transform: capitalize;
}

ul.footer-link li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
    text-transform: capitalize;
}

ul.footer-link li a:hover {
    transition: ease-in;
    color: var(--themeColor);
    transition-duration: 0.5s;
}

ul.footer-link-list li i {
    font-size: 20px;
    color: #b2912a;
}

ul.footer-link-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    padding-right: 15px;
}

ul.footer-link-list li p {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin: 0;
    font-weight: 400;
}

.footer-form {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    position: relative;
}

.footer-form input {
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 15px 25px;
    border-radius: 37px;
    color: var(--white);
    background-color: transparent;
    border: 1px solid var(--white);
}

.footer-form input::placeholder {
    color: var(--white);
}

.footer-form button {
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    margin: auto;
    border: none;
    font-size: 20px;
    position: absolute;
    aspect-ratio: 1 / 1;
    border-radius: 50px;
    background: var(--white);
    color: var(--themeColor2);
}

.footer-text.ftr-border {
    position: relative;
    padding-left: 60px;
}

section.bottom-nav {
    z-index: 1;
    padding: 16px 0;
    margin-top: 40px;
    position: relative;
    text-transform: capitalize;
    border-top: 1px solid #fff;
}

section.bottom-nav p {
    font-size: 16px;
    color: #fff;
    text-align: start;
    line-height: 30px;
    margin: 0;
}

section.bottom-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

section.bottom-nav ul li {
    line-height: 20px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid var(--themeColor);
}

section.bottom-nav ul li a {
    font-size: 16px;
    color: var(--white);
}

section.bottom-nav ul li:last-child {
    border: none;
    margin-right: 0px;
    padding-right: 0px;
}

ul.footer-link li {
    width: 75%;
    margin-bottom: 10px;
    transition: 1s ease-in-out;
    border-bottom: 1px solid transparent;
}

ul.footer-link-list li {
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
    transition: 1s ease-in-out;
}

.footer-text p {
    font-size: 16px;
    line-height: 35px;
    color: var(--white);
    margin: 20px 0 25px;
}

.footer-text {
    padding-right: 20px;
}

footer h2:before {
    display: none;
}

footer.footer-sec .col-lg-3 {
    position: relative;
}

footer.footer-sec .col-lg-3:last-child:before {
    display: none;
}

footer.footer-sec .col-lg-3:first-child:before {
    right: -10px;
}

footer.footer-sec .col-lg-3 {
    position: relative;
}

footer.footer-sec .col-lg-3:before {
    top: 0;
    opacity: 0.1;
    width: 1px;
    content: '';
    right: 20px;
    height: 100%;
    position: absolute;
    background-color: #fff;
}

footer.footer-sec .col-lg-3:last-child:before {
    display: none;
}

footer.footer-sec .col-lg-3:first-child:before {
    right: -10px;
}



/* Footer Section End */

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/