@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/***** General CSS *****/

body {

    word-break: break-word;

    font: 15px/25px 'Poppins', sans-serif;

    color: #393939;

    overflow-x: hidden;

}

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: 'cinzel';

    src: url(../font);

    font-weight: 400;

    font-style: normal
}


/***** 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: "Cinzel", serif;

    font-size: 48px;

    color: #000;

    font-weight: 500;

    margin: 0 0 0px;

}

h2 {

    font-family: "Cinzel", serif;

    font-size: 45px;

    color: #000;

    font-weight: 500;

    margin: 0 0 0px;

}

h3 {

    font-family: "Cinzel", serif;

    font-size: 30px;

    color: #000000;

    font-weight: 600;

    margin: 0 0 0px;

}

h4 {

    font-family: "Cinzel", serif;

    font-size: 21px;

    color: #000;

    font-weight: 500;

    margin: 0 0 0px;

}

h5 {

    font-family: '';

    font-size: 16px;

    color: #000;

    font-weight: 500;

    margin: 0 0 0px;

}

h6 {

    font-family: '';

    font-size: 14px;

    color: #000;

    font-weight: 500;

    margin: 0 0 0px;

}

p {

    color: #8d8d8d;

    font-size: 14px;

    font-family: "Poppins", sans-serif;

    font-weight: 400;

    letter-spacing: 0px;

    margin: 0px;

}


/*header css start */



/*header css start */

/* .menuSec {

    padding: 10px 20px;

} */

#menu {

    list-style: none;

    margin: 0;

    padding: 0;

    display: flex;

    gap: 40px;

    justify-content: center;

}

#menu li a {

    color: #161616;

    text-decoration: none;

    font-family: "Poppins", sans-serif;

    font-weight: 400;

    font-size: 14px;

    position: relative;

    padding: 5px 0;

    display: inline-block;

    transition: color 0.3s ease, transform 0.3s ease;

}

#menu li a::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 0;

    height: 2px;

    background: #696844;

    transition: width 0.3s ease;

}

#menu li a:hover {

    color: #696844;

    transform: scale(1.05);

}

#menu li a:hover::after {

    width: 100%;

}

/*banner css start */

.carousel-inner>.item>a>img,

.carousel-inner>.item>img {

    width: 100%;

}

.carousel-control.right,

.carousel-control.left {

    background: none;

    opacity: 1;

    width: 50px;

    height: 50px;

    top: initial;

    top: 40%;

    background: rgba(255, 255, 255, 0.1);

    text-shadow: none;

}

.carousel-control.right:hover,

.carousel-control.left:hover {

    background: rgba(255, 27, 27, 0.6);

    color: #fff;

}

.carousel-control.right .fa,

.carousel-control.left .fa {

    position: relative;

    top: 12px;

    font-size: 20px;

    color: #fff;

    opacity: 0.5;

}

.carousel-control.right {

    right: 0px;

}

.carousel-control.left {

    left: 0px;

}

.carousel-indicators [data-bs-target] {

    box-sizing: content-box;

    flex: 0 1 auto;

    width: 10px;

    height: 12px;

    padding: 0;

    margin: 3px !important;

    text-indent: -999px;

    cursor: pointer;

    background-color: #fff;

    background-clip: padding-box;

    border: 0;

    border-top: 10px solid transparent;

    border-bottom: 10px solid transparent;

    opacity: 1;

    border-radius: 20px;

}

.carousel-caption {

    position: absolute;

    top: 0;

    width: 100%;

    height: 100%;

    left: 0;

    right: 0;

    margin: 0;

    padding: 0;

    color: #fff;

    text-align: left;

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;

    background: rgba(0, 0, 0, 0.1);

}

.carousel-indicators li {

    border: none;

    border-radius: 100%;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    background: #fff;

    width: 12px;

    height: 12px;

    margin: 0;

}

.carousel-indicators .active {

    margin: 0;

    background-color: #28b16d;

    width: 10px;

    height: 12px;

}


/*banner css end*/

/* css start  */

/*popup*/

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-top: 0;
}

.popup-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
    margin: 0 auto;
    max-height: 80vh;
    overflow-y: auto;
    max-width: 900px;
    width: 100%;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    background-color: #696844;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    color: #fff;
}

.headin-new {
    text-align: center;
    margin-top: 30px;
}

.headin-new h3 {
    color: #000;
    font-size: 35px;
}

/*popup*/


.top_btn a {
    color: #fff;
    background-color: #696844;
    height: 50px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    float: right;
    text-decoration: none;
    transition: all 0.35s ease;
    box-shadow: 0 4px 8px rgba(105, 104, 68, 0.3);
    position: relative;
    overflow: hidden;
}

.top_btn a:hover {
    background-color: #57563b;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(105, 104, 68, 0.4);
}

.menuSection {
    padding: 20px 0;
}

.banner_text {
    text-align: center;
    padding: 50px 0;
}

.banner_text p {
    width: 70%;
    margin: 15px auto 0;
}

.banner_slider_img {
    height: 750px;
    width: 100%;
}

.banner_slider_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.qr {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 100px;
}

.qr::before {
    position: absolute;
    content: '';
    background-color: #4c4d4d;
    height: 50px;
    width: 1px;
    left: 40%;
}

.qr h3 {
    color: #fff;
    font-size: 22px;
}

.qr_items ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.qr_items h5,
.qr_items h6 {
    font-family: "Poppins", sans-serif;
}

.qr_items h5 {
    font-size: 20px;
    color: #fff;
}

.qr_items h6 {
    font-size: 14px;
    color: #a7a7a7;
    margin-bottom: 10px;
}

section.main_slider {
    position: relative;
}
.modal_btn{
    position: absolute;
    top: 18%;
    left: 9%;
    z-index: 1;
}

/*.main_slider::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    background-image: url(../images/Special-Offer.png);*/
/*    top: 18%;*/
/*    left: 9%;*/
/*    z-index: 1;*/
/*    height: 160px;*/
/*    width: 145px;*/
/*    background-repeat: no-repeat;*/
/*}*/

.nike-zoom-progress-barchg {
    width: 75%;
    margin: -20px auto 0;
}

.banner-number {
    width: 80%;
    margin: 0 auto;
}

.slide_counter {
    margin-top: -40px;
}

.slide_counter h2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    height: 100%;
}

span.start_number,
span.end_number {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

.progress {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: relative;
    overflow: hidden;
}

.progress-fill {
    width: 40%;
    height: 4px;
    background: #fff;
    transition: width 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    font-size: 10px;
    padding-right: 5px;
}

.slider__label {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 12px;
    color: #666;
}

.black_bg {
    background-color: #222323;
    padding: 10px 0;
}

.sm_img {
    height: 190px;
}

.sm_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-top: 100px;
}

span.count_no {
    color: #fff;
}

.progress_bar h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.slick-slide {
    margin: 0;
}

.small_img_box {
    margin-top: -140px;
}

/* about sec start here  */

.about_right {
    text-align: left;
}

.about_right p {
    margin-bottom: 40px;
    line-height: 30px;
}

.about_left ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 50px;
    padding: 20px 20px;
    background-color: #696844;
    text-align: center;
    border-radius: 10px;
    margin-top: 40px;
}

.about_left ul li h4 {
    color: #ffffff;
    font-size: 22px;
    margin-top: 20px;
}

.about_left h3 {
    color: #696844;
    font-size: 30px;
    margin-bottom: 25px;
}

.about .container-fluid {
    padding: 0 80px;
}

/* about sec end here  */


/* feature sec start here  */

.feature .container-fluid {
    padding: 0 80px;
}

.feature {
    background-color: #ebebeb;
    padding: 100px 0;
}

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

.feature_heading_text h3 {
    font-size: 30px;
    color: #696844;
    margin-bottom: 25px;
}

.feature_heading_text h2 {
    font-size: 45px;
    color: #161616;
}

.feature_cards_btn a {
    color: #fff;
    background-color: #696844;
    height: 50px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-top: 30px;
    text-decoration: none;
    transition: all 0.35s ease;
    box-shadow: 0 4px 8px rgba(105, 104, 68, 0.3);
    position: relative;
    overflow: hidden;
}

.feature_cards_btn a:hover {
    background-color: #57563b;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(105, 104, 68, 0.4);
    border: 1px solid #ebebeb;
}

.feature_cards {
    border: 1px solid #c8c6c6;
    padding: 30px;
    background-color: #f6f6f6;
    margin-top: 80px;
}

.feature_cards_text h3 {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.feature_cards::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background-color: #ffffff;
    z-index: 0;
    transition: height 0.4s ease-in-out;
}

.feature_cards:hover::before {
    height: 100%;
}

.feature_cards>* {
    position: relative;
    z-index: 1;
}

.feature_cards:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(105, 104, 68, 0.2);
    border-color: #c3c3c3;
    transition: 0.4s ease-in-out;
}

/* feature sec end here  */

/* gallery sec start here */

.gallery_slider .slick-slide {
    transition: transform 0.3s ease;
    transform: scale(0.9);
}

.gallery_slider .slick-center {
    transform: scale(1.1);
    opacity: 1;
    z-index: 2;
}

.gallery_slider {
    padding: 40px 0;
}

.gallery_slider_img {
    margin: 2px;
}

.gallery_slider_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery_heading {
    text-align: center;
    margin-bottom: 30px;
}

.gallery_heading h3 {
    font-size: 30px;
    color: #696844;
    margin-bottom: 20px;
}

.gallery_btn a {
    color: #fff;
    background-color: #696844;
    height: 50px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin: 30px auto;
    text-decoration: none;
    transition: all 0.35s ease;
    box-shadow: 0 4px 8px rgba(105, 104, 68, 0.3);
    position: relative;
    overflow: hidden;
}

.gallery_btn a:hover {
    background-color: #57563b;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(105, 104, 68, 0.4);
    border: 1px solid #ebebeb;
}

.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #433c35a8;
    border: 1px solid #fff;
    z-index: 10;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.custom-prev img,
.custom-next img {
    width: 100%;
    height: auto;
    object-fit: none;
}

.custom-prev {
    left: 58px;
}

.custom-next {
    right: 58px;
}

/* gallery sec end here */

/* why choose us sec start */


.whychoose .container-fluid {
    padding: 0 80px;
}

.green_box {
    background-color: #696844;
    padding: 30px 30px;
}

.green_box_text h3 {
    font-size: 25px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
}

.green_box_text p {
    width: 103%;
}

.white_box {
    background-color: #f0f0ec;
    padding: 48px 30px;
}

.white_box_text h3 {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.white_box_text p {
    width: 103%;
}

.why_choose_img img {
    height: 100%;
    width: 94%;
    object-fit: cover;
}

.why_choose_img {
    height: 604px;
    width: 100%;
}

.wcu_right {
    text-align: right;
    padding: 0px 10px 60px 49px;
}

.wcu_right h2 {
    margin-bottom: 20px;
}

.wcu_right_whitebox {
    background-color: #f0f0ec;
    padding: 37px 20px;
}

.wcu_right_whitebox_text h3 {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.wcu_right_greenbox {
    background-color: #696844;
    padding: 47px 20px;
}

.wcu_right_greenbox_text h3 {
    font-size: 25px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
}

/* why choose us sec end  */

/* client sec start  */

.client .container-fluid {
    padding: 0 80px;
}

.client_card ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

li.client_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cc_inner_text h6 {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
}

.cc_inner_text {
    text-align: center;
    background-color: #f3efef;
    padding: 50px;
}

li.client_card_img {
    width: 35%;
}


li.client_card_text {
    width: 65%;
}

.cc_inner_text p {
    width: 100%;
    margin: 0 auto;
}

.cc_inner_text i {
    color: #ffb005;
    margin-top: 20px;
}

.client_heading {
    text-align: center;
    margin-bottom: 100px;
}

li.client_card_img {
    position: relative;
    z-index: 1;
}

li.client_card_img::before {
    position: absolute;
    content: '';
    background-color: #696844;
    height: 450px;
    width: 172px;
    top: -20px;
    left: 45px;
    z-index: -1;
}

li.client_card_img {
    width: 35%;
    height: 400px;
    position: relative;
    z-index: 1;
}

.client_slider .slick-slide {
    margin: 20px 0px;
    padding: 0px 0px;
}


li.client_card_img::after {
    position: absolute;
    content: '';
    background: linear-gradient(88deg, rgba(155, 154, 130, 1) 0%, rgba(158, 157, 134, 1) 3%, rgba(186, 186, 169, 1) 29%, rgba(214, 214, 204, 1) 43%, rgba(219, 219, 211, 1) 63%, rgba(230, 230, 224, 1) 77%, rgba(255, 255, 255, 0.56) 100%);
    height: 5px;
    width: 160px;
    top: 20px;
    right: -160px;
    z-index: -1;
}

.cs-prev,
.cs-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #433c35a8;
    border: 1px solid #fff;
    z-index: 10;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.cs-prev img,
.cs-next img {
    width: 100%;
    height: auto;
    object-fit: none;
}

.cs-prev {
    left: -49px;
}

.cs-next {
    right: -42px;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

/* client sec end   */

/* contact sec start here */

.contact_left {
    padding: 30px;
}

.contact_left form {
    margin-top: 50px;
}

.contact_left input,
.contact_left textarea {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    background-color: #fff;
    margin-bottom: 30px;
}

.contact_left input:focus,
.contact_left textarea:focus {
    outline: none;
}

.contact_left textarea {
    min-height: 200px;
    resize: none;
}

.contact_left button {
    background-color: #696844;
    color: white;
    padding: 14px 25px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 4px 8px rgba(105, 104, 68, 0.3);
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
}

.contact_left button:hover {
    background-color: #57563b;
    transform: scale(1.011);
    box-shadow: 0 8px 16px rgba(105, 104, 68, 0.4);
    border: 1px solid #ebebeb;
}

.contact {
    background-color: #ebebeb;
    position: relative;
}

.contact_left input::placeholder,
.contact_left textarea::placeholder {
    color: #7c7c7c;
}


.contact_right {
    height: 670px;
}

.contact_right iframe {
    position: absolute;
    right: 0;
    width: 40vw;
    height: 100%;
    bottom: 0;
}

/* contact sec end here */

/* footer start  */

.footerSec {
    background-color: #696844;
    padding-top: 50px;
}

.ftr_top {
    text-align: left;
    padding: 40px 20px;
    color: #fff;
}

.ftr_links {
    padding: 30px 20px;
    color: #fff;
}

.br {
    border-right: 1px solid #878669;
}

.row.bt {
    position: relative;
}

.bt::before {
    content: '';
    position: absolute;
    width: 106%;
    height: 1px;
    background-color: #878669;
    top: 0;
    left: -75px;
}

.ftr_links h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
    padding-bottom: 10px;
}

.ftr_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftr_links ul li {
    margin-bottom: 10px;
}

.ftr_links ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.5s ease, transform 0.5s ease;
    display: flex;
    align-items: center;
}

.ftr_links ul li a:hover {
    color: #ebebeb;
    transform: translateX(8px);
}

.ftr_links ul li a i {
    margin-right: 10px;
    color: #ffffff;
}

.ftr_links ul li a:hover {
    color: #fff;
}

.footerSec .container-fluid {
    padding: 0 80px;
}


.footer_btm {
    border-top: 1px solid #878669;
    background-color: #696844;
    padding: 20px 0;
}

.footer_btm_text {
    text-align: center;
}

.footer_btm_text p {
    color: #ffffff;
}

.footer_white_box {
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    max-width: 500px;
    margin: 0 auto;
}

.footer_white_box h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.footer_white_box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.footer_white_box form {
    margin-bottom: 30px;
}

.ftr_top p {
    margin-top: 30px;
    color: #ffffff;
}

.footer_white_box input::placeholder {
    color: #7c7c7c;
}

.footer_white_box h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.social-links {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.social-links a {
    font-size: 18px;
    color: #696844;
    transition: color 0.3s, transform 0.3s;
    background-color: #e2e5ea;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.social-links a:hover {
    transform: scale(1.2);
}

.input-with-button {
    position: relative;
    width: 100%;
}

.input-with-button input {
    padding: 10px 50px 10px 15px;
    width: 100%;
    border: 2px solid #696844;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}

.input-with-button button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    padding: 0;
    height: 24px;
    width: 24px;
}

.input-with-button button img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.input-icon {
    position: relative;
}

.input-icon input {
    width: 100%;
    padding-right: 35px;
}

.input-icon i {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 30%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
}

/* footer end  */

/* Classic Car sec start here  */

.classic_car .container-fluid {
    padding: 0 80px;
}

.classic_car_img {
    height: 500px;
    width: 700px;
}

.classic_car_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #00000059;
}

.classic_car_text p {
    margin: 20px 0;
}

/* Classic Car sec end here  */

html,
body {
    overflow-x: hidden;
}

.d-block {
    display: block;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
    #menu {
    gap: 30px;
}
.about_left ul li h4 {
    font-size: 20px;
}
.ftr_links {
    padding: 30px 2px;
}
    
}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
    .main_slider::before {
        top: 25%;
        left: 5%;
    }

    .qr {
        gap: 10px;
    }

    .qr_items h5 {
        font-size: 15px;
    }

    .about .container-fluid {
        padding: 0 30px;
    }

    .about_left ul {
        gap: 15px;
        padding: 20px 0px;
        border-radius: 10px;
        margin-top: 40px;
    }
    #menu {
    gap: 20px;
}
.why_choose_img img {
    height: 790px;
    width: 100%;
    object-fit: cover;
    object-position: -100px;
}
.why_choose_img {
    height: auto;
}

.ftr_links {
    padding: 30px 0px;
}

.ftr_links ul li a {
    font-size: 12px;
}

.footerSec .container-fluid {
    padding: 0 20px;
}
    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col_logo {
        order: 1;
        width: 26%;
    }

    .col_menu {
        order: 1;
        width: 52%;
    }

    .col_phone {
      order: 1;
        width: 22%;
    }

    .menuSec ul {
        margin: 20px 0;
        gap: 10px !important;
    }
    
    #menu li a{
        font-size: 12px;
    }

    .top_btn a {
        font-size: 12px;
        float: right;
        width: 145px;
    }

    .main_slider::before {
        top: 27%;
        left: 5%;
    }

    .banner_text p {
        width: 80%;
    }

    .small_img_box {
        margin-top: 30px;
    }

    .qr_items h5 {
        font-size: 16px;
    }

    .qr h3 {
        font-size: 20px;
    }

    .slide_counter {
        margin-top: 20px;
    }

    .about .container-fluid {
        padding: 0 10px;
    }

    .about_left h3 {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .about_right p {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .all-section {
        padding: 60px 0;
    }

    .feature .container-fluid {
        padding: 0 10px;
    }

    .feature_heading_text h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {

        font-size: 25px;
    }

    .d-block {
        display: inline !important;
    }

    .feature_heading_text h3 {
        margin-bottom: 0px;
    }

    .feature_cards {
       padding: 40px 25px;
        height: 480px;
    }
    .feature_cards_text h3 {
    font-size: 21px;
}

    .contact_left input,
    .contact_left textarea {
        width: 100%;
        padding: 10px 10px;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .footerSec .container-fluid {
        padding: 0 10px;
    }

    .wcu_right {
        padding: 30px 40px 60px 49px;
    }

    .about_left ul {
        justify-content: space-around;
    }
    .sm_img img {
    margin-top: 0;
}
.classic_car .container-fluid {
    padding: 0 30px;
}
.car-sldr .slick-slide {
    margin: 0px 10px;
}
.classic_car_img {
    width: 100%;
    height: auto;
}
.why_choose_img img {
    height: 715px;
    width: 100%;
    object-fit: cover;
    object-position: -70px;
}
.why_choose_img {
    height: auto;
    width: 100%;
}

.ftr_links {
    padding: 30px 0;
}

.ftr_links ul li a {
    font-size: 14px;
}

    
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .header-logo {
        width: 60%;
    }

    .menuSection {
        padding: 10px 0;
    }

    .top_btn a {
        height: 45px;
        width: 190px;
        font-size: 14px;
        border-radius: 5px;
        float: right;
    }

    h1 {
        font-size: 25px;
    }

    .banner_text {
        padding: 10px 0;
    }

    .banner_text p {
        width: 100%;
        margin: 5px auto 0;
    }

    p {
        line-height: 20px;
        font-size: 12px;
    }

    .main_slider::before {
        position: relative;
    }

    .small_img_box {
        margin-top: 40px;
    }

    .qr {
        gap: 10px;
        flex-direction: column;
    }

    .qr_items h5 {
        font-size: 12px;
    }

    .qr_items ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 130px;
    }

    .qr::before {
        position: absolute;
        content: '';
        background-color: transparent;
        height: 1px;
        width: 1px;
        left: 40%;
    }

    .about .container-fluid {
        padding: 0 10px;
    }

    .about_left h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    h2 {
        font-size: 25px;
    }

    .about_left ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 60px;
        padding: 20px 9px;
        text-align: center;
        border-radius: 10px;
        margin-top: 20px;
        flex-direction: row-reverse;
    }


    .about_right p {
        margin-bottom: 0px;
        line-height: 20px;
        margin-top: 20px;
    }

    .all-section {
        padding: 40px 0;
    }

    .feature .container-fluid {
        padding: 0px 10px;
    }

    .feature_heading_text h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .about_left ul li h4 {
        font-size: 12px;
    }

    .feature_heading_text h2 {
        font-size: 25px;
    }

    .feature_heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .feature {
        padding: 40px 0;
    }

    .d-block {
        display: inline;
    }

    .feature_cards {
        padding: 20px;
        margin-top: 20px;
    }

    .feature_cards_text h3 {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .feature_cards_btn a {
        height: 30px;
        width: 100px;
        font-size: 12px;
        border-radius: 5px;
        margin-top: 10px;
    }

    .feature_cards_img img {
        width: 20%;
    }

    .gallery_heading h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .gallery_heading {
        margin-bottom: 0px;
    }

    .custom-prev {
        left: 0;
    }

    .custom-next {
        right: 0;
    }

    .gallery_slider {
        padding: 20px 0;
    }

    .gallery_btn a {
        height: 30px;
        width: 110px;
        font-size: 12px;
        border-radius: 5px;
        margin: 0px auto;
    }

    .whychoose .container-fluid {
        padding: 0 20px;
    }

    .green_box_text h3 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .green_box_img img {
        width: 15%;
    }

    .white_box {
        padding: 40px 30px;
    }

    .white_box_text h3 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .white_box_img img {
        width: 15%;
    }

    .why_choose_img {
        height: 360px;
        width: 100%;
    }

    .why_choose_img img {
        width: 100%;
    }

    .wcu_right {
        text-align: right;
        padding: 20px 10px 20px 10px;
    }

    .wcu_right h2 {
        margin-bottom: 5px;
    }

    .wcu_right_whitebox_img img {
        width: 10%;
    }

    .wcu_right_whitebox_text h3 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .wcu_right_greenbox_text h3 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .wcu_right_greenbox {
        padding: 40px 20px;
    }

    .client .container-fluid {
        padding: 0 10px;
    }

    li.client_card_img {
        width: 100%;
        height: 370px;
    }

    .client_card ul {
        margin-right: 0px;
        flex-direction: column;
    }

    li.client_card_img::before {
        height: 410px;
        width: 80%;
        left: 30px;
    }

    li.client_card_img::after {
        position: relative;
    }

    li.client_card_text {
        width: 100%;
    }

    .cc_inner_text {
        padding: 20px;
        margin-top: 30px;
    }

    .cc_inner_text i {
        margin-top: 10px;
        font-size: 12px;
    }

    .client_heading {
        margin-bottom: 20px;
    }

    .contact_left {
        padding: 10px;
    }

    .contact_left input,
    .contact_left textarea {
        padding: 10px 10px;
        border-radius: 5px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .contact_left form {
        margin-top: 20px;
    }

    .contact_right iframe {
        position: relative;
        width: 100%;
    }

    .contact_left button {
        padding: 5px 25px;
        border-radius: 5px;
        font-size: 12px;
        width: 100%;
    }

    .contact_right {
        height: 300px;
    }

    .footerSec .container-fluid {
        padding: 0 10px;
    }

    .ftr_top {
        padding: 10px 10px;
    }

    .ftr_top p {
        margin-top: 20px;
    }

    .ftr_top img {
        width: 40%;
    }

    .br {
        border-right: 1px solid transparent;
    }

    .bt::before {
        content: '';
        position: absolute;
        width: 106%;
        height: 1px;
        background-color: transparent;
        top: 0;
        left: -75px;
    }

    .ftr_links {
        padding: 10px 10px;
    }

    .ftr_links h3 {
        font-size: 16px;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .ftr_links ul li a {
        font-size: 12px;
    }

    .ftr_links ul li {
        margin-bottom: 0px;
    }

    .footer_white_box {
        background-color: #fff;
        padding: 20px 20px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        max-width: 500px;
        margin: 0 auto;
    }

    .footer_white_box h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer_white_box p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .input-with-button input {
        padding: 10px 40px 10px 10px;
        border-radius: 5px;
        font-size: 12px;
    }

    .footer_white_box h4 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .social-links a {
        font-size: 12px;
        height: 30px;
        width: 30px;
    }

    .social-links {
        gap: 10px;
    }

    .footer_btm {
        padding: 10px 0;
    }

    .footerSec {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .input-icon i {
        font-size: 15px;
        right: 10px;
        top: 40%;
    }

    .cc_inner_text h6 {
        font-size: 16px;
    }

    .cc_inner_text span {
        font-size: 14px;
    }

    .slide_counter {
        margin-top: 20px;
    }

    span.start_number,
    span.end_number {
        font-size: 14px;
    }

    .banner_slider_img {
        height: 400px;
    }
    .banner_slider_img img{
        height: 600px;
    }
        .banner_slider_img {
        height: 100%;
    }
    
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    html {
        overflow-x: hidden;
    }
    .inner-banner {
    padding: 50px 0 !important;
    height: auto !important;
}


    .header-logo {
        width: 60%;
    }

    .menuSection {
        padding: 10px 0;
    }

    .top_btn a {
        height: 35px;
        width: 130px;
        font-size: 12px;
        border-radius: 5px;
    }

    h1 {
        font-size: 20px;
    }

    .banner_text {
        padding: 10px 0;
    }

    .banner_text p {
        width: 100%;
        margin: 5px auto 0;
    }

    p {
        line-height: 20px;
        font-size: 12px;
    }

    .main_slider::before {
        position: relative;
    }

    .small_img_box {
        /*margin-top: 40px;*/
         margin-top: 0px;
    }

    .qr {
        /*align-items: flex-start;*/
        /*position: relative;*/
        /*z-index: 1;*/
        /*gap: 15px;*/
        /*flex-direction: column;*/
        align-items: center;
        position: relative;
        z-index: 1;
        gap: 15px;
        flex-direction: column;
        justify-content: center;
    }

    .qr_items h5 {
        font-size: 12px;
    }

    .qr_items ul {
        align-items: flex-start;
        gap: 30px;
        /*flex-direction: column;*/
        flex-direction: inherit;
    }

    .qr::before {
        position: absolute;
        content: '';
        background-color: transparent;
        height: 1px;
        width: 1px;
        left: 40%;
    }

    .about .container-fluid {
        padding: 0 10px;
    }

    .about_left h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    h2 {
        font-size: 25px;
    }
    
    .sm_img img {
    margin-top: 20px;
}
    
    .page-id-7 .homepage-booking-form {
    margin-top: 10px !important;
}

.homepage-booking-form h3 {
    color: #fff;
    font-size: 20px;
}
.bnn-from {
    padding-top: 30px !important;
    padding-left: 23% !important;
}

    .about_left ul {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        gap: 20px;
        padding: 20px 9px;
        text-align: center;
        border-radius: 10px;
        margin-top: 20px;
        flex-direction: inherit;
    }

    .about_right p {
        margin-bottom: 0px;
        line-height: 20px;
        margin-top: 20px;
    }

    .all-section {
        padding: 40px 0;
    }

    .feature .container-fluid {
        padding: 0px 10px;
    }

    .feature_heading_text h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .about_left ul li h4 {
        font-size: 12px;
    }

    .feature_heading_text h2 {
        font-size: 25px;
    }

    .feature_heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .feature {
        padding: 40px 0;
    }

    .d-block {
        display: inline;
    }

    .feature_cards {
        padding: 20px;
        margin-top: 20px;
    }

    .feature_cards_text h3 {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .feature_cards_btn a {
        height: 30px;
        width: 100px;
        font-size: 12px;
        border-radius: 5px;
        margin-top: 10px;
    }

    .feature_cards_img img {
        width: 20%;
    }

    .gallery_heading h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .gallery_heading {
        margin-bottom: 0px;
    }

    .custom-prev {
        left: 0;
    }

    .custom-next {
        right: 0;
    }

    .gallery_slider {
        padding: 20px 0;
    }

    .gallery_btn a {
        height: 30px;
        width: 110px;
        font-size: 12px;
        border-radius: 5px;
        margin: 0px auto;
    }

    .whychoose .container-fluid {
        padding: 0 20px;
    }

    .green_box_text h3 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .green_box_img img {
        width: 15%;
    }

    .white_box {
        padding: 40px 30px;
    }

    .white_box_text h3 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .white_box_img img {
        width: 15%;
    }

    .why_choose_img {
        height: 360px;
        width: 100%;
    }

    .why_choose_img img {
        width: 100%;
    }

    .wcu_right {
        text-align: right;
        padding: 20px 10px 20px 10px;
    }

    .wcu_right h2 {
        margin-bottom: 5px;
    }

    .wcu_right_whitebox_img img {
        width: 10%;
    }

    .wcu_right_whitebox_text h3 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .wcu_right_greenbox_text h3 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .wcu_right_greenbox {
        padding: 40px 20px;
    }

    .client .container-fluid {
        padding: 0 10px;
    }

    li.client_card_img {
        width: 100%;
        height: 370px;
    }

    .client_card ul {
        margin-right: 0px;
        flex-direction: column;
    }

    li.client_card_img::before {
        height: 410px;
        width: 80%;
        left: 30px;
    }

    li.client_card_img::after {
        position: relative;
    }

    li.client_card_text {
        width: 100%;
    }

    .cc_inner_text {
        padding: 20px;
        margin-top: 30px;
    }

    .cc_inner_text i {
        margin-top: 10px;
        font-size: 12px;
    }

    .client_heading {
        margin-bottom: 20px;
    }

    .contact_left {
        padding: 10px;
    }

    .contact_left input,
    .contact_left textarea {
        padding: 10px 10px;
        border-radius: 5px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .contact_left form {
        margin-top: 20px;
    }

    .contact_right iframe {
        position: relative;
        width: 100%;
    }

    .contact_left button {
        padding: 5px 25px;
        border-radius: 5px;
        font-size: 12px;
        width: 100%;
    }

    .contact_right {
        height: 300px;
    }

    .footerSec .container-fluid {
        padding: 0 10px;
    }

    .ftr_top {
        padding: 10px 10px;
    }

    .ftr_top p {
        margin-top: 20px;
    }

    .ftr_top img {
        width: 40%;
    }

    .br {
        border-right: 1px solid transparent;
    }

    .bt::before {
        content: '';
        position: absolute;
        width: 106%;
        height: 1px;
        background-color: transparent;
        top: 0;
        left: -75px;
    }

    .ftr_links {
        padding: 10px 10px;
    }

    .ftr_links h3 {
        font-size: 16px;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .ftr_links ul li a {
        font-size: 12px;
    }

    .ftr_links ul li {
        margin-bottom: 0px;
    }

    .footer_white_box {
        background-color: #fff;
        padding: 20px 20px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        max-width: 500px;
        margin: 0 auto;
    }

    .footer_white_box h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer_white_box p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .input-with-button input {
        padding: 10px 40px 10px 10px;
        border-radius: 5px;
        font-size: 12px;
    }

    .footer_white_box h4 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .social-links a {
        font-size: 12px;
        height: 30px;
        width: 30px;
    }

    .social-links {
        gap: 10px;
    }

    .footer_btm {
        padding: 10px 0;
    }

    .footerSec {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .input-icon i {
        font-size: 15px;
        right: 10px;
        top: 40%;
    }

    .cc_inner_text h6 {
        font-size: 16px;
    }

    .cc_inner_text span {
        font-size: 12px;
    }

    .slide_counter {
        margin-top: 20px;
    }

    span.start_number,
    span.end_number {
        font-size: 12px;
    }

     .banner_slider_img img{
        height: 600px;
    }
        .banner_slider_img {
        height: 100%;
    }
    .classic_car .container-fluid {
    padding: 0 15px;
}
.classic_car_img {
    width: 100%;
    height: auto;
}
.feature_cards {
    height: 260px;
}
.gallery_slider_img img {
    height: 250px;
    width: 100%;
}
.review-img img {
    width: 100%;
    margin: 0 auto;
}
   section.banner-sec.inner-banner.all-section h1 {
    font-size: 30px;
} 
}

/*Media Query End*/

section.classic_car {
    padding: 0 0 80px;
}

#offer .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
}
#offer .btn-close {
    position: absolute;
    top: -15px;
    right: -15px;
    /* background: none; */
    border: none;
    font-size: 15px;
    cursor: pointer;
    background-color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    color: #fff;
    opacity: 1;
    border: 2px solid #696844;
}


#offer .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 50px 20px;
}
#offer .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1.3rem;
    outline: 0;
}


#offer .modal-body h3 {
    font-size: 39px;
    text-align: center;
    margin-top: 0;
}
#offer .modal-body h3 b {
    color: #696844;
}
