@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
    word-break: break-word;
    font-family: "Poppins", sans-serif;
    color: #000;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
}

/***** Headings *****/

@font-face {
    font-family: "trajan";
    src: url("../fonts/trajan-bold.ttf");
}

/* @font-face {
  font-family: "trajan";
  src: url("../fonts/trajan.ttf");
} */

.clr {
    color: #dba13a;
}

h1,
h2,
h3 {
    color: #1e1e1e;
    font-family: "trajan";
    text-transform: uppercase;
}

h1 {
    font-size: 57px;
    line-height: 63px;
}

h2 {
    font-size: 43px;
    line-height: 50px;
}

h4,
h5,
h6 {
    color: #1e1e1e;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

h3 {
    font-size: 30px;
    line-height: 35px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
}

h6 {
    font-size: 18px;
    line-height: 22px;
}

p {
    opacity: 70%;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
    padding: 100px 0;
    position: relative;
}

.paddTop {
    padding-top: 100px;
}

.paddBottom {
    padding-bottom: 100px;
}

.margTop {
    margin-top: 80px;
}

.margBottom {
    margin-bottom: 100px;
}

.bt {
    display: inline-block;
}

.pbtn {
    min-width: 150px;
    text-align: center;
    line-height: 21px;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.2s;
    background: linear-gradient(to bottom, #f4c25f, #cc9330);
    display: inline-block;
    color: #161616;
    box-shadow: 0 6px 20px 4px #4040404f;
    text-transform: uppercase;
    outline: 2px solid #e6cc9d;
    border: 0;
}

/* general btn css start  */

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;
}

::-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 *****/

/*header css start */

.menuSec {
    padding: 12px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    gap: 54px;
    margin: 0 auto;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #d29a37;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*header css start */

.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;
}

.container {
    max-width: 1400px;
}

.pbtn:hover {
    transform: scale(1.03);
}

.header-logo img {
    width: 110px;
}

/*banner css end*/

/* banner start  */

.banner {
    background:
        linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 80%,
            rgba(255, 255, 255, 1) 100%),
        url("../images/home-background-new.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 120px;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 12;
}

.banner_text {
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 0px;
}

.banner_text p {
    width: 47%;
    margin: 12px auto 21px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

span.elite-intro {
    position: absolute;
    color: #000000;
    opacity: 5%;
    line-height: 1;
    left: 0;
    bottom: 18px;
    text-transform: uppercase;
    font-family: "trajan";
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: min(145px, 10vw);
}

.banner_text h2,
.banner_text .bt {
    position: relative;
    z-index: 1;
}

.banbox {
    position: relative;
    text-align: center;
}

.banSlider .slick-slide {
    opacity: 1;
    margin: 0px 12px;
}

img.ban-sm-img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border: 2px solid #fff;
    transition: 0.3s;
}

.banbox h4 {
    font-weight: bold;
    margin: 18px 0 0 5px;
}

img.ban-sm-img:hover {
    filter: brightness(0.7);
}

/* banner end  */

/* mileston start  */

.milesWp {
    background: #161616;
    padding: 60px 50px;
    position: relative;
}

.mls-item h2 {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 71px;
    color: #bababa;
    line-height: 80px;
    margin-bottom: 5px;
}

.mls-item span {
    font-size: 19px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0px;
    color: #fff;
}

.milstone.d-flex.align-items-center {
    justify-content: space-between;
    margin-left: 50px;
}

/* mileston end  */

/* services icons start  */

.svs-item {
    padding: 50px 17px 40px 30px;
    background: #fff;
    box-shadow: 0px 0px 20px 5px #4444441a;
    transition: 0.3s;
}

.svs-icons {
    width: 96px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dba13a;
    border-radius: 10px;
    transition: 0.2s;
    flex-shrink: 0;
}

img.svs-icon-i {
    filter: brightness(0);
    transition: 0.2s;
}

.svs-txt h4 {
    transition: 0.3s;
    font-weight: 700;
}

.svs-item-text {
    margin-top: 20px;
}

.svs-item-text p.mb-0 {
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
    width: 90%;
    padding-left: 6px;
}

.svs-item:hover {
    background: #dba13a;
    transform: translate(0, -3px);
}

.svs-item:hover .svs-icons {
    background: #fff;
}

.svs-item:hover img.svs-icon-i {
    filter: unset;
}

/* services icons end  */

/* since section start  */

img.snc-img2 {
    width: 360px;
    height: 500px;
    object-fit: cover;
    margin: 0 0 0 auto;
    display: table;
    box-shadow: 0px 0px 20px 5px #4444441a;
    transform: rotate(5deg);
}

.snc-imgs {
    position: relative;
    padding-top: 150px;
    padding-right: 30px;
    padding-left: 40px;
}

img.snc-img1 {
    width: 360px;
    height: 500px;
    object-fit: cover;
    margin: 0 0 0 auto;
    display: table;
    box-shadow: 0px 0px 20px 5px #4444441a;
    transform: rotate(-5deg);
    position: absolute;
    left: 20px;
    top: 0;
}

.snc-right {
    padding-left: 32px;
}

.snc-right p {
    width: 86%;
    font-size: 16px;
    line-height: 28px;
}

ul.snc-listing li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #cccccc;
    padding-left: 10px;
}

ul.snc-listing li span {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

ul.snc-listing li a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8ecd8;
    border-radius: 8px;
    color: #000;
    transition: 0.2s;
}

ul.snc-listing li a i {
    font-size: 20px;
    transform: rotate(45deg);
}

ul.snc-listing li a:hover {
    background: #dba13a;
    transform: scale(1.1);
}

.margTop-sm {
    margin-top: 50px;
}

/* since section end  */

/* work start  */

section.work-sec {
    background: #e7e7e7;
    padding: 80px 0 180px;
}

.svs-icons h3 {
    font-size: 50px;
    margin: 0;
    line-height: 55px;
    font-weight: bold;
    font-family: "Poppins";
    transition: 0.2s;
}

.svs-item:hover .svs-icons h3 {
    color: #dba13a;
}

/* work end  */

/* partners start  */

.partSlider .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

img.part-img {
    width: auto;
    /*filter: brightness(0) invert(1);*/
}

.partner-logo {
    height: 90px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.partner-sec {
    position: relative;
    margin-top: -80px;
}

.upcm-left p {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 10px;
}

.uplink a {
    color: #161616;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid #6c5326;
    font-size: 16px;
    line-height: 18px;
    transition: 0.2s;
}

.uplink a:hover {
    color: #fff;
    border-bottom: 1px solid #ffff;
}

.um_cm--images {
    height: 300px;
    max-width: 450px;
    position: relative;
    margin: 0px 0px 0px auto;
    right: 30px;
}

img.upcm_img1 {
    width: 300px;
    height: 400px;
    object-fit: cover;
    margin: 0 0 0 auto;
    display: table;
    box-shadow: 0px 0px 16px 0px #44444433;
    transform: rotate(-3deg);
    position: absolute;
    left: 30px;
    top: -140px;
}

img.upcm_img2 {
    width: 290px;
    height: 380px;
    object-fit: cover;
    margin: 0 0 0 auto;
    display: table;
    box-shadow: 0px 0px 20px 5px #4444441a;
    transform: rotate(7deg);
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: -55px;
    object-position: 4% 100%;
}

.upcomWP:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: #dba13a;
    top: 0;
}

.upcomWP {
    position: relative;
    padding: 20px 50px 50px;
    z-index: 1;
}

.upcm-left {
    position: relative;
}

/* partners end  */

/* reviews start */

.rev-btns button {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fbf5eb;
    color: #7f7f7f;
    transition: 0.2s;
    font-size: 22px;
    border: 0px;
    padding: 0;
}

.rev-box {
    position: relative;
    padding: 80px 40px 32px;
    border: 1px solid #d7d7d7;
}

img.quote-img {
    width: 70px;
    object-fit: fill;
    position: absolute;
    right: 34px;
    top: 35px;
}

.rev-auth-img img {
    width: 100px;
    height: 100px;
    display: flex;
    border-radius: 85px;
    object-fit: cover;
}

.rev-msg p {
    font-size: 18px;
    line-height: 32px;
    color: #1e1e1e;
    opacity: 1;
}

.rev-info {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 10px;
}

.rev-info h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 31px;
}

span.designation {
    color: #1e1e1e;
    opacity: 50%;
    font-weight: 600;
    display: block;
    font-size: 17px;
    line-height: 27px;
}

.revSlider .slick-slide {
    margin: 0 16px;
    opacity: 1;
}

.rev-btns button:hover {
    background: #f8ecd8;
    color: #000;
}

/* reviews end  */

/* Up comming start */

.explore-btn a {
    background: #161616;
    border: 2px solid #929292;
    border-radius: 10px;
    padding: 10px 34px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    display: block;
    box-shadow: 0px 5px 20px 4px #44444445;
    transition: 0.2s;
}

.explore-btn a:hover {
    background: #dba13a;
    border: 2px solid #ffff;
}

/* Up comming end */

/* footer satrt  */

footer {
    background-color: #161616;
}

h2.footer-title {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 26px;
    font-weight: 400;
    font-family: "Poppins";
    text-transform: capitalize;
}

.foter-col ul {
    margin: 0px;
    display: flex;
    flex-direction: column;
}

.foter-col ul li a {
    color: #fff;
    font-size: 15px;
}

.cont_four ul li a {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #ffffff;
    gap: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: "poppins";
}

.cont_four ul li {
    line-height: 40px;
}

.cont_four ul li a i {
    font-size: 18px;
    color: #fff;
}

.footerSec {
    border-bottom: 1px solid #434343;
}

.cont_four ul li a:hover i {
    color: #fff;
}

.cont_four ul {
    gap: 14px;
}

.foot-links ul {
    gap: 16px;
}

.oth-link ul {
    gap: 11px;
}

.footer_btm {
    padding: 33px 0 160px;
    text-align: center;
}

.footer-contact p {
    opacity: 1;
    line-height: 27px;
    font-size: 15px;
}

.ft-cout-2 {
    gap: 64px;
}

.footerTop {
    padding-top: 100px;
}

/* = */

.foter-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 10px;
    align-items: flex-end;
}

.col1 {
    flex: 1.5;
    position: relative;
    padding-bottom: 30px;
}

.col2 {
    flex: 1.6;
}

.col3 {
    flex: 1.4;
}

.col4 {
    flex: 0.9;
}

.foot-links.foter-col.ftpadd {
    margin: 0 auto;
    position: relative;
    padding: 12px 0 60px 60px;
    height: 100%;
    border-left: 1px solid #454545;
    border-right: 1px solid #454545;
}

img.footer-logo {
    width: 130px;
}

.oth-link.foter-col.ftpadd {
    padding: 12px 0 105px 80px;
    height: 100%;
    border-right: 1px solid #454545;
}

.cont_four.foter-col.ftpadd {
    padding: 12px 0 60px 60px;
}

.copy_txt p {
    font-size: 19px;
    opacity: 1;
}

.foter-cp-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.foter-cp-txt h1 {
    line-height: 0.8;
    font-size: min(110px, 100vw);
}

footer a:hover {
    color: #dba13a !important;
    text-decoration: underline;
    transform: translate(2px, 0px);
}

section.upcm {
    padding-top: 140px;
}

footer {
    margin-top: -45px;
}

/* footer end  */

/* inner banner start */

.inner-text {
    padding: 2%0px 30%;
}

.inner-text span.elite-intro {
    top: 34%;
}

section.inner-ban-txt {
    background-position: 100% -84%;
}

/* inner banner end  */

/* Contct Us page start  */

ul.linkingList {
    margin: 40px 0 34px;
}

.cnt-field input,
.cnt-field textarea {
    width: 100%;
    padding: 18px 24px;
    color: #333333;
    border: 1px solid #aca9a7;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 26px;
}

.cnt-field input::placeholder {
    color: #333333;
}

.cnt-field textarea {
    height: 170px;
    resize: unset;
}

.cnt-field textarea::placeholder {
    color: #333333;
}

.map-connect iframe {
    height: 500px;
}

section.contact-page .social ul li a i {
    color: #000;
    border: 1px solid #000;
    border-radius: 45px;
}

.cnt-socials a:hover {
    background: linear-gradient(to bottom, #f4c25f, #cc9330);
    color: #fff;
    border: 1px solid transparent;
}

section.contact-page h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 18px;
    font-family: "Poppins";
    font-weight: 500;
    text-transform: capitalize;
}

.cnt-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    border-radius: 100px;
    background-color: transparent;
    color: #181818;
    border: 1px solid #181818;
    transition: 0.2s;
    font-size: 22px;
}

.cnt-btn button.pbtn {
    font-size: 23px;
    line-height: 32px;
    outline: 1px solid #fff;
    text-transform: capitalize;
    padding: 17px 10px;
    margin-top: 14px;
    box-shadow: 0px 10px 20px 0px #4040403b;
}

.quick-links p {
    font-size: 18px;
    line-height: 30px;
    opacity: 1;
    font-weight: 500;
}

ul.linkingList p {
    margin: 0;
    color: #333333;
    font-size: 21px;
    line-height: 33px;
    font-weight: 500;
}

ul.linkingList p a {
    color: #333333;
    transition: 0.2s;
}

ul.linkingList p a:hover {
    color: #d39b38;
}

ul.linkingList .img {
    margin-top: 7px;
}

/* Contact page end  */

/* Book now page css  */

.boowrap {
    width: 70%;
}

.bookfield {
    position: relative;
    margin-bottom: 20px;
}

.bookfield input,
.bookfield select,
.bookfield textarea {
    width: 100%;
    border: 1px solid #cacaca;
    border-radius: 10px;
    padding: 24px 30px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #333333;
}

.bookfield input::placeholder {
    color: #333333;
}

.bookfield textarea {
    resize: unset;
    height: 180px;
}

.bookfield textarea::placeholder {
    color: #333333;
}

.fm-arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.bookFormBtn button.pbtn {
    color: #050402;
    font-size: 33px;
    text-transform: capitalize;
    width: 96%;
    margin: 20px auto 0;
    padding: 23px 10px;
    display: table;
    outline: 1px solid #fff;
    box-shadow: 1px 9px 20px 0px #d3d3d3;
}

/* Book now page css  */

section.part-in-wk {
    background: #e7e7e7;
    padding: 70px 0 110px;
}

body.rni-egap section.upcm {
    background: #e7e7e7;
}

/* about page start  */

.ab-sync-xt {
    padding-left: 18px;
}

.ab-sync-xt p {
    font-size: 16px;
    line-height: 25px;
    width: 90%;
}

.svs-head {
    padding: 0 12px;
}

/* about page end  */

/* promotion page start */

.svs-card-img {
    position: relative;
}

img.svs-img1 {
    height: 520px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #fff;
    box-shadow: 2px 1px 7px 3px #4040402b;
    transition: 0.3s;
}

span.svs-offer {
    background: linear-gradient(to bottom, #f4c25f, #cc9330);
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 12px;
    color: #fff;
    letter-spacing: 0.6px;
    position: absolute;
    top: 28px;
    right: 20px;
    z-index: 1;
    box-shadow: 1px 7px 20px 20px #44444433;
}

.svs-card-text {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    padding-right: 10px;
    flex-wrap: wrap;
}

.svs-card-text h4 {
    font-size: 25px;
    font-weight: bold;
}

span.per-persons {
    display: block;
    color: #161616;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 16px 0 16px;
}

h3.svs-price {
    margin: 0;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 44px;
}

span.valid-date {
    color: #161616;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    line-height: 32px;
    margin-bottom: 24px;
}

.svs-det-link {
    flex-shrink: 0;
}

.svs-det {
    flex-shrink: 0;
}

.bt-svs-book.bt .pbtn {
    border-radius: 8px;
    letter-spacing: 1px;
    line-height: 15px;
    font-weight: 600;
    font-size: 17px;
}

/* promotion page end  */

.svs-card:hover img.svs-img1 {
    filter: brightness(0.7);
}

.upcm-left h2 {
    font-size: 41px;
}

body.contact-page-id1 section.upcm {
    display: none;
}

body.contact-page-id1 .footerTop {
    padding-top: 80px;
}

body.promotion-page-id1 section.upcm {
    display: none;
}

body.promotion-page-id1 .footerTop {
    padding-top: 80px;
}

.menuSec ul li.active a {
    border-bottom: 2px solid #000000;
}

.svs-card {
    margin: 5px 0;
}

section.promSec .heading {
    padding-bottom: 32px;
}

section.work-sec .svs-item {
    height: 300px;
}

.part-in-wk .svs-item {
    height: 300px;
}

img.footer-logo1 {
    width: 220px;
    padding-top: 10px;
}

section.contact-page {
    margin-bottom: 40px;
}

.snc-modal .modal-header {
    background: linear-gradient(to bottom, #f4c25f, #cc9330);
    border-bottom: none;
    padding: 1.4rem 1.5rem 1.2rem;
}

.snc-modal .modal-title {
    color: #1a1a1a;
    font-size: 1.15rem;
    font-weight: 700;
}

.snc-modal .btn-close {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    opacity: 1;
}

.snc-modal .modal-body {
    padding: 1.5rem;
    color: #333;
    font-size: 0.95rem;
    line-height: 1.7;
}

.snc-modal .modal-footer {
    background: #fafafa;
    border-top: 1px solid #eee;
}

.btn-close-footer {
    background: linear-gradient(to bottom, #f4c25f, #cc9330);
    color: #1a1a1a;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    padding: 0.45rem 1.4rem;
}

p#sncModalBody {
    color: #000;
    opacity: 1;
    font-size: 15px;
}

html {
    overflow-x: hidden;
}


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1401px) {

    h4 {
        font-size: 18px;
        line-height: 30px;
    }

    .pbtn {
        font-size: 14px;
    }

    .menuSec ul li a {
        font-size: 14px;
    }



}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .pbtn {
        min-width: 140px;
        padding: 12px 8px;
        font-size: 12px;
    }

    .menuSec ul {
        gap: 10px;
    }

    .menuSec ul li a {
        font-size: 12px;
    }

    .head-btns {
        margin-left: -35px;
    }

    .header-logo img {
        width: 80px;
    }

    .padd {
        padding: 60px 0;
    }

    h4 {
        font-size: 18px;
        line-height: 30px;
    }

    .svs-item {
        padding: 30px 15px 30px 15px;
    }

    .svs-item-text p.mb-0 {
        font-size: 13px;
        line-height: 22px;
        width: 100%;
        padding-left: 0px;
    }

    h2 {
        font-size: 27px;
        line-height: 35px;
    }

    h2 br {
        display: none;
    }

    ul.snc-listing li span {
        font-size: 16px;
    }

    .snc-right p {
        width: 100%;
        font-size: 13px;
        line-height: 21px;
    }

    ul.snc-listing li a {
        width: 40px;
        height: 40px;
    }

    ul.snc-listing li a i {
        font-size: 16px;
    }

    .margTop-sm {
        margin-top: 20px;
    }

    .paddBottom {
        padding-bottom: 60px;
    }

    .ft-cout-2 {
        gap: 30px;
    }

    .foot-links.foter-col.ftpadd {
        padding: 10px 0 20px 10px;
        height: 100%;
    }

    .foter-col ul li a {
        font-size: 12px;
    }

    .oth-link.foter-col.ftpadd {
        padding: 10px 0 65px 20px;
    }

    .cont_four.foter-col.ftpadd {
        padding: 10px 0 30px 20px;
    }

    img.footer-logo {
        width: 100px;
    }

    .foter-cp-txt h1 {
        font-size: min(75px, 100vw);
    }

    .footer_btm {
        padding: 30px 0 90px;
        text-align: center;
    }

    .copy_txt p {
        font-size: 16px;
    }

    .upcm-left h2 {
        font-size: 27px;
    }

    .upcm-left h2 br {
        display: none;
    }

    section.upcm {
        padding-top: 80px;
    }

    img.upcm_img1 {
        top: -100px;
    }

    .boowrap {
        width: 100%;
    }

    .bookfield input,
    .bookfield select,
    .bookfield textarea {
        padding: 14px 20px;
        font-size: 13px;
        line-height: 26px;
    }

    .bookFormBtn button.pbtn {
        font-size: 22px;
    }

    ul.linkingList p {
        font-size: 16px;
        line-height: 34px;
    }

    section.contact-page h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .banner_text p {
        width: 60%;
    }

    .svs-txt h4 {
        font-size: 14px;
    }

    .svs-txt h4 br {
        display: none;
    }

    .svs-icons {
        width: 85px;
        height: 70px;
    }

    .svs-icons h3 {
        font-size: 40px;
    }

    .svs-header {
        gap: 15px !important;
    }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .pbtn {
        min-width: 140px;
        padding: 12px 8px;
        font-size: 12px;
    }

    .menuSec ul {
        gap: 10px;
    }

    .menuSec ul li a {
        font-size: 12px;
    }

    .head-btns {
        margin-left: -35px;
    }

    .header-logo img {
        width: 80px;
    }

    .padd {
        padding: 60px 0;
    }

    h4 {
        font-size: 18px;
        line-height: 30px;
    }

    .svs-item {
        padding: 30px 15px 30px 15px;
    }

    .svs-item-text p.mb-0 {
        font-size: 13px;
        line-height: 22px;
        width: 100%;
        padding-left: 0px;
    }

    h2 {
        font-size: 27px;
        line-height: 35px;
    }

    h2 br {
        display: none;
    }

    ul.snc-listing li span {
        font-size: 16px;
    }

    .snc-right p {
        width: 100%;
        font-size: 13px;
        line-height: 21px;
    }

    ul.snc-listing li a {
        width: 40px;
        height: 40px;
    }

    ul.snc-listing li a i {
        font-size: 16px;
    }

    .margTop-sm {
        margin-top: 20px;
    }

    .paddBottom {
        padding-bottom: 60px;
    }

    .ft-cout-2 {
        gap: 30px;
    }

    .foot-links.foter-col.ftpadd {
        padding: 10px 0 20px 10px;
        height: 100%;
    }

    .foter-col ul li a {
        font-size: 12px;
    }

    .oth-link.foter-col.ftpadd {
        padding: 10px 0 65px 20px;
    }

    .cont_four.foter-col.ftpadd {
        padding: 10px 0 30px 20px;
    }

    img.footer-logo {
        width: 100px;
    }

    .foter-cp-txt h1 {
        font-size: min(75px, 100vw);
    }

    .footer_btm {
        padding: 30px 0 90px;
        text-align: center;
    }

    .copy_txt p {
        font-size: 16px;
    }

    .upcm-left h2 {
        font-size: 27px;
    }

    .upcm-left h2 br {
        display: none;
    }

    section.upcm {
        padding-top: 80px;
    }

    img.upcm_img1 {
        top: -100px;
    }

    .boowrap {
        width: 100%;
    }

    .bookfield input,
    .bookfield select,
    .bookfield textarea {
        padding: 14px 20px;
        font-size: 13px;
        line-height: 26px;
    }

    .bookFormBtn button.pbtn {
        font-size: 22px;
    }

    ul.linkingList p {
        font-size: 16px;
        line-height: 34px;
    }

    section.contact-page h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .banner_text p {
        width: 75%;
    }

    .svs-txt h4 {
        font-size: 16px;
    }

    .svs-txt h4 br {
        display: none;
    }

    .upcm-left p {
        font-size: 14px;
        max-width: 340px;
    }

    .page-id-17 .menuSec ul li a {
        color: #ffffff;
    }

    .page-id-17 .menuSec ul li.active a {
        border-bottom: 2px solid #fff;
    }





}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .foter-row {
        padding-left: 0px;
        align-items: flex-start;
        flex-direction: column;
    }

    .foot-links.foter-col.ftpadd {
        width: 100%;
        border: none;
        padding: 10px 0 20px 0px;
    }

    .col3 {
        flex: 1;
        width: 100%;
    }

    .col2 {
        flex: 1;
        width: 100%;
    }

    .col1 {
        flex: 1;
        width: 100%;
    }

    .oth-link.foter-col.ftpadd {
        padding: 10px 0 20px 0px;
        border-right: none;
    }

    .footer_btm {
        padding: 20px 0 50px;
    }

    .foter-cp-txt h1 {
        font-size: min(33px, 100vw);
    }

    .copy_txt p {
        font-size: 12px;
    }

    .cont_four.foter-col.ftpadd {
        padding: 10px 0 30px 0px;
    }

    .ft-cout-2 {
        gap: 7px;
        flex-direction: column;
    }

    .foter-col ul li a {
        font-size: 13px;
    }

    .foot-links ul {
        gap: 6px;
    }

    img.upcm_img1 {
        width: 300px;
        height: 290px;
        left: 30px;
        top: 10px;
    }

    img.upcm_img2 {
        height: 260px;
        transform: rotate(7deg);
        right: -10px;
        width: 90%;
        bottom: -46px;
        object-position: 4% 100%;
    }

    .upcomWP {
        padding: 15px 20px 20px;
    }

    section.upcm {
        padding-top: 40px;
    }

    .upcm-left h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .upcm-left h2 br {
        display: none;
    }

    .upm-btns {
        flex-wrap: wrap;
    }

    .pbtn {
        padding: 8px 10px;
        font-size: 12px;
    }


    .banner_text p {
        width: 100%;
        margin: 10px auto 15px;
        font-size: 14px;
        line-height: 22px;
    }

    h2 {
        font-size: 25px;
        line-height: 30px;
    }

    header {
        position: relative;
    }

    .header-logo img {
        width: 70px;
    }

    .banner {
        padding-top: 50px;
    }

    .padd {
        padding: 40px 0;
    }

    .svs-header {
        flex-direction: column;
        text-align: center;
    }

    .svs-item {
        padding: 20px 10px 20px 10px;
    }

    .svs-item-text p.mb-0 {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }

    h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .padd .g-5 {
        --bs-gutter-y: 1rem;
    }

    img.snc-img1 {
        width: 90%;
        height: 380px;
        transform: rotate(-3deg);
        left: 20px;
    }

    img.snc-img2 {
        width: 90%;
        height: 260px;
        margin: 0 0 30px auto;
        transform: rotate(5deg);
    }

    .snc-right {
        padding-left: 0px;
    }

    .snc-right h2 br {
        display: none;
    }

    .snc-right p {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }

    ul.snc-listing li span {
        font-size: 14px;
        line-height: 22px;
    }

    ul.snc-listing li a {
        width: 40px;
        height: 40px;
    }

    ul.snc-listing li a i {
        font-size: 14px;
    }

    .margTop-sm {
        margin-top: 40px;
    }

    .paddBottom {
        padding-bottom: 40px;
    }

    section.work-sec {
        padding: 40px 0 40px;
    }

    .milesWp {
        padding: 30px 20px;
    }

    .explore-btn a {
        padding: 10px 24px;
        font-size: 12px;
    }

    .uplink a {
        font-size: 12px;
    }

    .ab-sync-xt {
        padding-left: 0px;
    }

    .ab-sync-xt h2 br {
        display: none;
    }

    .ab-sync-xt p {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }

    .svs-icons {
        width: 75px;
        height: 55px;
    }

    .svs-icons h3 {
        font-size: 24px;
    }

    .boowrap {
        width: 100%;
    }

    .bookfield input,
    .bookfield select,
    .bookfield textarea {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 20px;
    }

    .bookfield {
        margin-bottom: 0px;
    }

    .bookFormBtn button.pbtn {
        font-size: 14px;
    }

    .boowrap {
        padding-bottom: 40px;
    }

    .slicknav_nav a:hover {
        background: #ebb855;
        color: #000;
    }

    .paddTop {
        padding-top: 40px;
    }

    .footerTop {
        padding-top: 60px;
    }

    section.contact-page h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .cnt-socials a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .cnt-field input,
    .cnt-field textarea {
        font-size: 14px;
        line-height: 25px;
        padding: 10px 15px;
        margin-bottom: 15px;
    }

    .cnt-btn button.pbtn {
        font-size: 15px;
        line-height: 20px;
    }

    h3.svs-price {
        font-size: 20px;
    }

    .svs-card-text h4 {
        font-size: 20px;
    }

    span.valid-date {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    span.per-persons {
        font-size: 14px;
        margin: 10px 0 10px;
    }

    .bt-svs-book.bt .pbtn {
        line-height: 18px;
        font-size: 12px;
    }












}

@media only screen and (min-width: 0px) and (max-width: 575px) {


    .foter-row {
        padding-left: 0px;
        align-items: flex-start;
        flex-direction: column;
    }

    .foot-links.foter-col.ftpadd {
        width: 100%;
        border: none;
        padding: 10px 0 20px 0px;
    }

    .col3 {
        flex: 1;
        width: 100%;
    }

    .col2 {
        flex: 1;
        width: 100%;
    }

    .col1 {
        flex: 1;
        width: 100%;
    }

    .oth-link.foter-col.ftpadd {
        padding: 10px 0 20px 0px;
        border-right: none;
    }

    .footer_btm {
        padding: 20px 0 50px;
    }

    .foter-cp-txt h1 {
        font-size: min(33px, 100vw);
    }

    .copy_txt p {
        font-size: 12px;
    }

    .cont_four.foter-col.ftpadd {
        padding: 10px 0 30px 0px;
    }

    .ft-cout-2 {
        gap: 7px;
        flex-direction: column;
    }

    .foter-col ul li a {
        font-size: 13px;
    }

    .foot-links ul {
        gap: 6px;
    }

    img.upcm_img1 {
        width: 300px;
        height: 290px;
        left: 30px;
        top: 10px;
    }

    img.upcm_img2 {
        height: 260px;
        transform: rotate(7deg);
        right: -10px;
        width: 90%;
        bottom: -46px;
        object-position: 4% 100%;
    }

    .upcomWP {
        padding: 15px 20px 20px;
    }

    section.upcm {
        padding-top: 40px;
    }

    .upcm-left h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .upcm-left h2 br {
        display: none;
    }

    .upm-btns {
        flex-wrap: wrap;
    }

    .pbtn {
        padding: 8px 10px;
        font-size: 12px;
    }


    .banner_text p {
        width: 100%;
        margin: 10px auto 15px;
        font-size: 14px;
        line-height: 22px;
    }

    h2 {
        font-size: 25px;
        line-height: 30px;
    }

    header {
        position: relative;
    }

    .header-logo img {
        width: 70px;
    }

    .banner {
        padding-top: 50px;
    }

    .padd {
        padding: 40px 0;
    }

    .svs-header {
        flex-direction: column;
        text-align: center;
    }

    .svs-item {
        padding: 20px 10px 20px 10px;
    }

    .svs-item-text p.mb-0 {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }

    h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .padd .g-5 {
        --bs-gutter-y: 1rem;
    }

    img.snc-img1 {
        width: 90%;
        height: 380px;
        transform: rotate(-3deg);
        left: 20px;
    }

    img.snc-img2 {
        width: 90%;
        height: 260px;
        margin: 0 0 30px auto;
        transform: rotate(5deg);
    }

    .snc-right {
        padding-left: 0px;
    }

    .snc-right h2 br {
        display: none;
    }

    .snc-right p {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }

    ul.snc-listing li span {
        font-size: 14px;
        line-height: 22px;
    }

    ul.snc-listing li a {
        width: 40px;
        height: 40px;
    }

    ul.snc-listing li a i {
        font-size: 14px;
    }

    .margTop-sm {
        margin-top: 40px;
    }

    .paddBottom {
        padding-bottom: 40px;
    }

    section.work-sec {
        padding: 40px 0 40px;
    }

    .milesWp {
        padding: 30px 20px;
    }

    .explore-btn a {
        padding: 10px 24px;
        font-size: 12px;
    }

    .uplink a {
        font-size: 12px;
    }

    .ab-sync-xt {
        padding-left: 0px;
    }

    .ab-sync-xt h2 br {
        display: none;
    }

    .ab-sync-xt p {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }

    .svs-icons {
        width: 75px;
        height: 55px;
    }

    .svs-icons h3 {
        font-size: 24px;
    }

    .boowrap {
        width: 100%;
    }

    .bookfield input,
    .bookfield select,
    .bookfield textarea {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 20px;
    }

    .bookfield {
        margin-bottom: 0px;
    }

    .bookFormBtn button.pbtn {
        font-size: 14px;
    }

    .boowrap {
        padding-bottom: 40px;
    }

    .slicknav_nav a:hover {
        background: #ebb855;
        color: #000;
    }

    .paddTop {
        padding-top: 40px;
    }

    .footerTop {
        padding-top: 60px;
    }

    section.contact-page h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .cnt-socials a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .cnt-field input,
    .cnt-field textarea {
        font-size: 14px;
        line-height: 25px;
        padding: 10px 15px;
        margin-bottom: 15px;
    }

    .cnt-btn button.pbtn {
        font-size: 15px;
        line-height: 20px;
    }

    h3.svs-price {
        font-size: 20px;
    }

    .svs-card-text h4 {
        font-size: 20px;
    }

    span.valid-date {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    span.per-persons {
        font-size: 14px;
        margin: 10px 0 10px;
    }

    .bt-svs-book.bt .pbtn {
        line-height: 18px;
        font-size: 12px;
    }

    img.svs-icon-i {
        height: 35px;
    }







}


/*Media Query End*/