/* ************************************************************
******* :: INDEX OF CSS :: *******
:: 1.0 WEB FONTS
:: 2.0 IMPORT ALL CSS
:: 3.0 GLOBAL CSS
:: 4.0 COMMON CSS
:: 5.0 PRELOADER CSS
:: 6.0 SCROLL TO TOP AREA CSS
:: 7.0 HEADER AREA CSS
:: 8.0 WELCOME AREA CSS
:: 9.0 FORM BOX AREA CSS
:: 10.0 ROOMS AREA CSS
:: 11.0  ABOUT AREA CSS
:: 12.0  SERVICES AREA CSS
:: 13.0  TESTIMONIAL AREA CSS
:: 14.0 CALLACTION AREA CSS
:: 15.0  FOOTER AREA CSS
:: 16.0  COPYRIGHT AREA CSS
:: 17.0  POPUP AREA 
****************************** */

/* ******************************
:: 1.0 WEB FONTS
****************************** */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
/*
font-family: 'Poppins', sans-serif;
font-family: 'DM Sans', sans-serif;
font-family: 'Oswald', sans-serif;
*/
/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */
@import url(bootstrap.min.css);
@import url(et-line.css);
@import url(icofont.min.css);
@import url(all.min.css);
@import url(animate.min.css);
@import url(aos.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);

/* ******************************
:: 3.0 GLOBAL CSS
****************************** */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;

}

.main {
    overflow: hidden;
}

section,
.section {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.container-fluid {
    padding: 0 5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

h1 {
    line-height: 1.2;
    color: #fff;
}

h2 {
    line-height: 1.2;
    color: #fff;
    font-size: 55px;
}

h3 {
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
}

h4 {
    font-size: 24px;
    color: #ffff;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #353637;
    margin-bottom: 0;
    font-family: 'DM Sans', sans-serif;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

a:hover,
a:focus,
.btn:focus {
    opacity: 0.9;
    color: #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

.text-primary {
    color: #2d3136 !important;
}

/* ******************************
:: 4.0 COMMON CSS
****************************** */
.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.op-5 {
    opacity: 0.5;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-md {
    height: 4rem;
    width: 4rem;
}

.avatar-lg {
    height: 5rem;
    width: 5rem;
}

.h-100vh {
    height: 100vh;
}

.pos-abs-top-right {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
}

.radius-100 {
    border-radius: 100px !important;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dsp-tc {
    display: table-cell;
    vertical-align: middle;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.tooltip>.tooltip-inner {
    background-color: #00cff2;
    padding: 6px;
}

.tooltip-arrow,
.tooltip.top .tooltip-arrow {
    border-top-color: #00cff2;
}

.inner-wrapper {
    min-height: 100vh;
    width: 100%;
}

/*SECTION HEADING*/
.section-heading {
    margin-bottom: 60px;
}

.section-heading>h2 {
    position: relative;
}

.section-heading>h2::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 70px;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*HEADINGS*/
.headings span {
    color: #444;
    font-weight: 500;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    letter-spacing: 1px;
    margin-left: -30px;
}

/*SECTION PADDING*/
.pt_0 {
    padding-top: 0;
}

.ptb_50 {
    padding: 50px 0;
}

.ptb_80 {
    padding: 80px 0;
}

.ptb_100 {
    padding: 100px 0;
}

.ptb_150 {
    padding: 150px 0;
}

.ptb_180 {
    padding: 180px 0;
}

.color-primary {
    color: #007bff;
}

.color-secondary {
    color: #e03737 !important;
}


.viewmore a {
    font-size: 28px;
    color: #183c6c;
}

.viewmore a .circle {
    border: 1px solid #eca755;
    padding: 0px 5px;
    border-radius: 50px;
    color: #eca755;
    font-size: 28px;
    margin-left: 5px;
}

.theme_btn {
    background: #3baf29;
    display: inline-block;
    padding: 30px 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    border-radius: 50px;
    margin-top: 15px;
}

.section_button a {
    display: flex;
    align-items: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}


/* ******************************
:: 5.0 PRELOADER AREA CSS
****************************** */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff !important;
    z-index: 9999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    #loader {
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px;
    }
}

/* ******************************
:: 6.0 SCROLL TO TOP AREA CSS
****************************** */
#scrollUp {
    position: fixed;
    right: 1%;
    bottom: 3%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #3baf29;
    text-align: center;
    cursor: pointer;
    z-index: 500;
    display: none;
}

#scrollUp>i {
    font-size: 24px;
    line-height: 38px;
    display: block;
    color: #fff;
}

#scrollUp svg {
    color: #fff;
    font-size: 18px;
}

#scrollUp:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

/* ******************************
:: 8.0 WELCOME AREA CSS
****************************** */
.welcome-area {
    background-color: #fddc03;
}

.hero-section {
    background: url("../img/banner/hero1.png") no-repeat -70px 0;
    height: 860px;
}

.header-right {
    display: flex;
    justify-content: end;
}

.hdr-img {
    padding: 30px 20px 0 0;
}

.h-number-count {
    display: flex;
    align-items: center;
}

.h-number-count h1 {
    font-size: 136px;
    letter-spacing: -10px;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1),
        0px 8px 13px rgba(0, 0, 0, 0.1),
        0px 18px 23px rgba(0, 0, 0, 0.1);
}

.welcome-area h2 {
    font-weight: 700;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1),
        0px 8px 13px rgba(0, 0, 0, 0.1),
        0px 18px 23px rgba(0, 0, 0, 0.1);
}

.welcome-area h2 span {
    font-weight: 200;
}

.h-number-count h3 {
    writing-mode: vertical-lr;
    transform: scale(-1, -1);
    background-color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 700;
    color: #f3bb17;
    margin-left: 10px;
    box-shadow: rgb(0 0 0 / 20%) -4px -5px 5px;
}

.banner-caption {
    padding-top: 50px;
    margin-top: -400px;
}

.ban-cont-2 {
    margin-top: 10px;
    margin-left: 10px;
}

.ban-cont-2 h3 {
    font-size: 35px;
}

.ban-cont-2 h3 span {
    background-color: #3baf29;
    padding: 0px 15px;
    border-radius: 10px;
}

/* ******************************
:: 9.0 WELCOME-CONTENT AREA CSS
****************************** */

.wc-content-area {
    padding: 10px 0;
}

.wc-content-area h1 {
    color: #535353;
    font-size: 50px;
    font-weight: 300;
    padding-top: 20px;
}

.wc-content-area h1 span {
    color: #3baf29;
    font-weight: 700;
}

.wc-content-img {
    display: flex;
    justify-content: center;
    padding-top: 150px;
}

.wc-content-img img {
    width: 80%;
}

.bnr_form {
    margin-bottom: 0;
    margin-top: -357px;
}

.enq_form {
    background: #3baf29;
    padding: 50px 40px;
}

.enq_form .form-group {
    margin-bottom: 5px
}

.enq_form .form-group input,
.enq_form .form-group select {
    /* background: #fff; */
    background: #f5f5f5;
    color: #333;
    padding: 0px 25px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: 55px;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    position: relative;
}

.enq_form .form-group input[type="submit"] {
    height: auto;
    padding: 20px 15px;
    background: #ffc000;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 7px;
}

.enq_form .form-group input[type="submit"]:hover {
    background: #9dce5f
}

.enq_form .form_title p {
    line-height: 1.7;
    color: #000
}

.enq_form .form_title h4 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    padding-bottom: 10px;
    text-transform: uppercase;

}

.enq_form .form_title h5 {
    padding-top: 0px;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #9dce5f;
    font-size: 17px
}

.welcome-content {
    padding-top: 85px;
}

.welcome-content p {
    padding-top: 10px;
    font-size: 19px;
}

.welcome-content ul {
    padding-top: 20px;
}

.welcome-content ul li {
    background: url("../img/about/about-icon.png") no-repeat 0;
    padding: 20px;
    font-size: 22px;
    color: #575757;
    font-weight: 500;
    padding-left: 60px;
}

.welcome_button {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

/* ******************************
:: 15.0  ORDER-NOW CSS
****************************** */
.order-now-area {
    position: relative;
    padding-top: 80px;
    background: url("../img/order-now/order-now-bg.jpg") no-repeat;
}

.order-now-area h1 {
    color: #fff;
    font-size: 55px;
    padding-top: 20px;
}

.ordernow_button {
    padding: 30px 0;
}

.ordernow_button a {
    background: #fcdd00;
    color: #000;
    padding: 25px;
    width: 300px;
    border-radius: 50px;
    display: flex;
    justify-content: center;

}

.ordernow-img {
    width: 967px;
    margin-left: -100px;
}

/* ******************************
:: 15.0  DELIVERY CSS
****************************** */
.delivery-area {
    position: relative;
    padding: 0;
    background-color: #fff;
}

.delivery-area h1 {
    color: #535353;
    font-size: 55px;
    font-weight: 300;
    padding-top: 20px;
}

.delivery-area h1 span {
    color: #3baf29;
    font-weight: 700;
}

.delivery-area h4 {
    color: #3baf29;
    font-size: 25px;
}

.delivery_button {
    padding: 30px 0;
}

.delivery_button a {
    background: #3baf29;
    color: #fff;
    padding: 25px;
    width: 300px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
}

/* ******************************
:: 15.0  ABOUT AREA CSS
****************************** */
.about-area {
    position: relative;
    padding: 80px 0;
    background-color: #f4f7f3;
}

.about-area h2 {
    font-size: 40px;
    color: #535353;
    font-weight: 300;
}

.about-area h2 span {
    font-weight: 700;
    color: #3f3f3f;
}

.about-area p {
    padding-top: 20px;
}

.about-ul {
    padding-top: 20px;
}

.about-ul ul li {
    background: url("../img/about/about-icon.png") no-repeat 0;
    padding: 18px 0;
    font-size: 18px;
    color: #575757;
    font-weight: 600;
    padding-left: 60px;
}

.border-line {
    border-bottom: 2px solid #ccc;
    padding-bottom: 50px;
}

.value-count {
    border-bottom: 2px solid #ccc;

}

.value-count h1 {
    color: #3baf29;
    font-size: 45px;
}

.value-count h1 sup {
    color: #3f3f3f;
}

.value-count h4 {
    color: #3f3f3f;
    font-size: 25px;
}

.count-button {
    display: flex;
}

.count-button a {
    background: #3baf29;
    color: #fff;
    padding: 20px 50px;
    border-radius: 50px;
    font-size: 18px;
}

/* ******************************
:: 15.0  OUR-STORE AREA CSS
****************************** */

.ourstore-area {
    position: relative;
    padding: 50px 0;
    background-color: #fff;
}

.ourstore-area h2 {
    font-size: 40px;
    color: #3f3f3f;
}

.store-box {
    border: 1px solid #3baf29;
    border-radius: 10px;
    padding: 30px 20px;
    min-height: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}

.store-box h5 {
    color: #575757;
    font-size: 20px;
    padding-bottom: 5px;
}

.store-box a {
    color: #3baf29;
}

/* ******************************
:: 15.0 Client AREA CSS
****************************** */
.client-slider {
    margin-top: 10px;
}

.cleint-area {
    padding: 50px 0;
}

.cleint-area h2 {
    font-size: 40px;
    color: #3f3f3f;
}

.owl-carousel.owl-drag .owl-item {
    width: 250px;
    padding: 10px;
}

/* ******************************
:: 15.0  FOOTER AREA CSS
****************************** */
.footer-area {
    padding: 50px 0 0;
    background-color: #2f2f2f;
}

.footer-area p {
    color: #979797;
    font-size: 15px;
    padding-top: 20px;
}

.foot-left {
    display: flex;
}

.foot-right {
    display: flex;
    justify-content: end;
    align-items: center;
}

.foot-right img {
    height: 100px;
    padding-right: 10px;
}

.copyright {
    border-top: 1px solid #555555;
    margin-top: 20px;
    padding-bottom: 10px;
}

.vertical_btn {
    position: fixed;
    bottom: 50%;
    right: -50px;
    padding: 10px 25px 7px;
    border-radius: 4px;
    background: #3baf29;
    font-size: 19px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    color: #fff;
    z-index: 10;
    text-transform: uppercase;
    transform: rotate(-90deg);
    letter-spacing: 3px;
}

.cont_link_box {
    z-index: 100;
    position: fixed;
    right: 8px;
    top: 80%;
    transform: translateY(-50%);
    width: 50px;
    display: inline-block;
}

.callnow_inte {
    margin-bottom: 10px;
    z-index: 100;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #0057d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #fff;
    right: 0;
    bottom: 0;
    float: right;
    -webkit-box-shadow: 0 5px 12px 0 rgb(218 88 0 / 10%);
    box-shadow: 0 5px 12px 0 rgb(218 88 0 / 10%);
}

.whatsapp_inte {
    z-index: 100;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #2ab03f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #fff;
    right: 0;
    bottom: 0;
    float: right;
    -webkit-box-shadow: 0 5px 12px 0 rgb(218 88 0 / 10%);
    box-shadow: 0 5px 12px 0 rgb(218 88 0 / 10%);
}

/* ******************************
:: 17.0  POPUP AREA 
****************************** */
.modal-dialog {
    margin-top: 100px;
    max-width: 694px !important;
    z-index: 99999;
}

.order-model .modal-dialog {
    max-width: 894px !important;
}

.modal.fade .modal-dialog {
    display: flex;
}

.modal.fade .modal-dialog {
    top: 48%;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.modal-content {
    border-radius: 0px;
    overflow: hidden;
    padding-bottom: 50px;
}

.modal-header {
    border-bottom: none;
}

.download-close {
    float: right;
    background: #3baf29;
    border-radius: 45px;
    border: 1px solid transparent;
    width: 46px;
    height: 46px;
    z-index: 99999;
    position: absolute;
    right: -6px;
    top: -8px;
    padding: 2px 0;
}

.download-close span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    line-height: 45px;
    padding: 5px 16px;
}

.popupleft-content,
.modal-mookambika {
    background-color: #3baf29;
}

.popupleft-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 50px;
}

.popupleft-content h4 {
    color: #fff;
    font-weight: 400;
    font-size: 23px;
}

.popupleft-content h3 {
    font-weight: 300;
    color: #fff;
    font-size: 35px;
}

.popupleft-content h1 {
    font-weight: 700;
    color: #fff;
    font-size: 50px;
}

.popupleft-content h3 span {
    font-weight: 800;
    font-size: 30px;
}

#letter5 {
    text-align: center;
}

.letter_inner .heading {
    margin-bottom: 0px;
}

.heading h2 {
    font-size: 35px;
    line-height: 24px;
    color: #193d6f;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}

.heading h2:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 240px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(to right, #3baf29 0%, transparent 100%);
    z-index: 99;
}

#letter6 .tab-content,
#letter5 .tab-content {
    padding: 0 50px;
}

.order-model form {
    display: block;
}

.order-model label {
    font-size: 14px;
    font-family: 'Lexend Deca', sans-serif;
    color: #999;
    line-height: 24px;
    position: absolute;
    left: 34px;
    top: -12px;
    background: #fff;
    padding: 0 8px;
    z-index: 99;
}

#letter5 select,
#letter5 input {
    margin-bottom: 15px;
    position: relative;
    color: #193d6f;
    resize: none;
    font-weight: 300;
    border: 0.5px solid #ccc;
    font-size: 14px;
    font-family: 'Lexend Deca', sans-serif;
    height: 40px;
    width: 100%;
    padding: 0 20px;
    border-radius: 3px;
    z-index: 9;
    box-shadow: none;
    cursor: pointer;
}

#letter5 input:focus {
    outline: none !important;
    border: 0.5px solid #3baf29;
    color: #193d6f;
}

.wrap {
    overflow: hidden;
    position: relative;
}

.order-model .datepicker {
    position: relative;
}

.popup-btn a {
    background: #eca755;
    color: #fff;
    padding: 12px 50px;
    border-radius: 5px;
    transition: all .3s;
}

.popup-btn a:hover {
    background-color: #193d6f;
    color: #fff;
}

.popup-btn {
    margin-top: 20px;
}

.submit-but {
    background-color: #3baf29;
    border: none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.ourstore-area h3{
    font-size: 35px;
    color: #3f3f3f;
    text-decoration: underline;
    margin-top: 30px;
    margin-bottom: 20px;
}