/* Banner CSS Start */

.banner-section {
    position: relative;
    width: 100%;
    height: auto;
}


.banner-section .bnr-bg {
    width: 100%;
    height: 850px;
    display: block;
}

.bnr-content {
    position: absolute;
    top: 60%;
    left: 0%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}

.bnr-txt {
    position: relative;
    margin-bottom: 100px;
    width: 45%;
}

.bnr-txt .heading {
    margin-bottom: 20px;
}

.bnr-txt h1 {
    font-family: 'myfirstfont-Medium';
    color: var(--main-color);
    position: relative;
    z-index: 2;
}

.bnr-h2 {
    color: #fff;
    padding: 5px 12px;
    /*background: var(--main-color);*/
    background: linear-gradient(154deg, #08321d 0%, #0b8443 100%);
    font-family: 'mysecondfont-Medium';
    width: fit-content;
    font-size: 25px;
    margin-bottom: 20px;
}

.bnr-h2 span {
    color: #feeba6;
}

.bnr-txt ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.bnr-txt ul li {
    font-family: 'mysecondfont-Bold';
    color: #000;
    font-size: 18px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.bnr-txt p {
    font-family: 'mysecondfont-Medium';
    margin-bottom: 30px;
    font-size: 15px;
}

.bnr-logos {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    /* padding-bottom: 30px; */
}

.bnr-logo-con {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bnr-logo-imgs {
    display: flex;
    justify-content: center;
    gap: 0;
    align-items: center;
    padding-right: 70px;
}

.bnr-logo-imgs .bnr-logo {
    width: 33%;
}

.bnr-logo-imgs .bnr-logo:not(:last-child) {
    border-right: 1px solid #e1b651;
}

.bnr-logo-imgs .bnr-logo {
    width: 340px;
    height: 100px;
    padding: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bnr-logo-imgs .bnr-logo {
    width: 260px;
    height: 35px;
}

.bnr-logo-imgs .bnr-logo img {
    width: 130px;
    height: auto;
}

.bnr-txt ul li img {
    margin-right: 3px;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.bnr-btn {
    display: flex;
    justify-content: center;
    /* margin-top: 40px; */
}

.bnr-btn .main-btn {
    background: var(--main-color);
}

.bnr-btn .main-btn span {
    color: #feeba6;
    font-family: 'mysecondfont-Medium';
}

.reserve-btn
 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    height: 60px;
    background: var(--main-color);
    color: #f6e7a8;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.35s ease;
    /* clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, 100% 100%, 20px 100%, 0 calc(100% - 30px)); */
    letter-spacing: 2px;
    text-transform: uppercase;
    background: linear-gradient(154deg, #08321d 0%, #0b8443 100%);
    color: #e6bb57;
    border: 2px solid #e3b753;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(208, 188, 115, 0.25);
    overflow: hidden;
}


/*.reserve-btn:hover {
    background: #011d0e;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.reserve-btn:active {
    transform: translateY(0);
}*/

.reserve-btn:hover::after {
    width: 100%;
}

.reserve-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 0;
    background: var(--main-color);
    transition: all ease-in-out 0.4s;
}
.reserve-btn span
{
    z-index: 1;
}

/* Banner Form CSS End */

/* Overview CSS Start */

.overview-section {
    background: #F8FDFA;
}

.overview-row {
    padding: 100px 0;
}

.overview-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    z-index: 1;
}

.overview-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 2.5%;
    z-index: 0;
}

.overview-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(90deg, #CBAB50 50%, #d1b056);
}

.overview-txt p {
    width: 80%;
}

.why-box {
    padding: 50px 10px;
}

.overview-why {
    margin-top: 50px;
}

.overview-why .row {
    width: 100%;
}

.why-txt-con {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    gap: 15px;
}

.why-txt-con:not(:last-child) {
    margin-bottom: 20px;
}

.why-txt h3 {
    font-family: 'mysecondfont-Medium';
    font-size: 22px;
    margin-bottom: 10px;
}

/* Overview CSS End */

/* World CSS Start */

.world-txt {
    width: 85%;
}

/* .world-txt h2, .world-txt p {
    color: #D1EADE;
} */

.why-use {
    width: 100%;
    margin-left: auto;
}

.why-box h3 {
    font-family: 'mysecondfont-Medium';
    font-size: 22px;
    margin-bottom: 10px;
}

.why-box img {
    margin-bottom: 15px;
}

/* .why-use li {
    color: #D1EADE;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
}

.why-use li:nth-child(odd) {
    border-image: linear-gradient(to right, #216E48, transparent) 1;
}

.why-use li:nth-child(even) {
    border-image: linear-gradient(to right, transparent, #216E48) 1;
} */

.world-shape {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 20%;
    z-index: 0;
}

.why-box {
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 5px;
    border-image: linear-gradient(to bottom, #CCAE65, transparent 60%) 1;
    padding: 20px 10px;
}

/* World CSS End */

/* Gold CSS Start */

.gold-section {
    background: var(--gradient-color);
    padding: 40px 0;
}

.gold-txt h3 {
    font-family: 'mysecondfont-Light';
    color: var(--main-color);
    font-size: 50px;
}

.gold-txt h3 span {
    font-family: 'mysecondfont-SemiBold';
}

.gold-shape {
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 32%;
}

.gold-btn {
    border: none;
    outline: none;
}

.gold-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -160%;
    transform: translateY(-50%);
    width: 840px;
    height: 200px;
    /*background: var(--main-color);*/
    background: linear-gradient(154deg, #08321d 0%, #0b8443 100%);
    z-index: -1;
    clip-path: polygon(0.307% 75.39%, 28.595% 0.777%, 28.595% 0.777%, 28.654% 0.634%, 28.716% 0.505%, 28.781% 0.389%, 28.849% 0.288%, 28.92% 0.202%, 28.993% 0.13%, 29.068% 0.074%, 29.144% 0.033%, 29.222% 0.008%, 29.3% 0%, 100.044% 0%, 100.044% 0%, 100.208% 0.036%, 100.363% 0.14%, 100.509% 0.307%, 100.641% 0.53%, 100.759% 0.805%, 100.86% 1.125%, 100.943% 1.485%, 101.004% 1.879%, 101.042% 2.302%, 101.056% 2.747%, 101.056% 97.253%, 101.056% 97.253%, 101.042% 97.698%, 101.004% 98.121%, 100.943% 98.515%, 100.86% 98.875%, 100.759% 99.195%, 100.641% 99.47%, 100.509% 99.693%, 100.363% 99.86%, 100.208% 99.964%, 100.044% 100%, 11.298% 100%, 11.298% 100%, 11.235% 99.995%, 11.173% 99.979%, 11.111% 99.953%, 11.05% 99.916%, 10.99% 99.87%, 10.931% 99.813%, 10.874% 99.747%, 10.818% 99.671%, 10.763% 99.585%, 10.711% 99.49%, 0.425% 79.598%, 0.425% 79.598%, 0.284% 79.27%, 0.171% 78.893%, 0.087% 78.476%, 0.03% 78.031%, 0.003% 77.569%, 0.004% 77.101%, 0.035% 76.638%, 0.096% 76.191%, 0.186% 75.771%, 0.307% 75.39%);
}

.gold-btn span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'mysecondfont-Medium';
    color: #E7C878;
    font-size: 22px;
    text-transform: uppercase;
}

.gold-btn-box {
    display: flex;
    justify-content: flex-end;
}

/* Gold CSS End */

/* Count CSS Start */

.count-bg {
    width: 100%;
    height: auto;
}

.count-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(180deg, #E7C879, transparent);
}

.count-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, #144A2F, transparent);
}

.count-txt-con {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
}

.count-txt-con h3 {
    color: var(--main-sub-color);
}

.count-con {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
}

.count-box {
    height: 100%;
    padding: 60px 100px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.count-col:nth-child(odd) .count-box {
    border-image: linear-gradient(to bottom, #CCAE65, transparent) 1;
}

.count-col:nth-child(even) .count-box {
    border-image: linear-gradient(to bottom, transparent, #CCAE65) 1;
}

.count-box .heading {
    margin-bottom: 20px;
}

.count-box p {
    font-family: 'mysecondfont-Regular';
}

/* Count CSS End */

/* GLobal CSS Start */

.global-section {
    background: #F8FDFA;
}

.global-shape {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 20%;
    z-index: 0;
}

.global-con {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.global-col {
    width: 20%;
    padding: 20px;
}

.global-box {
    width: 260px;
    padding: 50px 20px;
    text-align: center;
    height: 260px;
    border-radius: 100%;
    position: relative;
    background: #e1efe6;
    border: 1px dashed var(--main-color);
    z-index: 1;
}

.global-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 102%;
    height: 102%;
    border-radius: 100%;
    z-index: 2;
}

.global-col:nth-child(1) .global-box::after,
.global-col:nth-child(2) .global-box::after,
.global-col:nth-child(3) .global-box::after,
.global-col:nth-child(4) .global-box::after,
.global-col:nth-child(5) .global-box::after {
    background: linear-gradient(0deg, #f8fdfa 50%, transparent);
}

.global-col:nth-child(6) .global-box::after,
.global-col:nth-child(7) .global-box::after,
.global-col:nth-child(8) .global-box::after,
.global-col:nth-child(9) .global-box::after,
.global-col:nth-child(10) .global-box::after {
    background: linear-gradient(180deg, #f8fdfa 50%, transparent);
}

.global-col:nth-child(1) .global-box::before,
.global-col:nth-child(2) .global-box::before,
.global-col:nth-child(3) .global-box::before,
.global-col:nth-child(4) .global-box::before,
.global-col:nth-child(5) .global-box::before {
    content: '';
    position: absolute;
    bottom: -117px;
    left: 45%;
    width: 1px;
    height: 206px;
    background: linear-gradient(180deg, var(--main-color), transparent);
    z-index: 3;
    transform: rotate(304deg) translateX(-50%);
}

.global-col:nth-child(1) .global-box,
.global-col:nth-child(2) .global-box,
.global-col:nth-child(3) .global-box,
.global-col:nth-child(4) .global-box,
.global-col:nth-child(5) .global-box {
    z-index: 2;
}

.global-box img {
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}

.global-box p {
    position: relative;
    z-index: 3;
    font-size: 22px;
}

.global-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #CBAB50 50%, transparent);
}

/* GLobal CSS End */

/* Expert CSS Start */

.expert-head h2 {
    color: #e1b34d;
}

.expert-box {
    width: 100%;
    height: 100%;
    padding: 40px;
    padding-top: 20px;
    position: relative;
    text-align: center;
}

.expert-img {
    width: 100%;
    margin-bottom: 10px;
    transition: all ease-in-out 0.4s;
}

.expert-box:hover .expert-img {
    transform: scale(1.05);
}

.expert-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 88%;
    background: linear-gradient(0deg, #F8FDFA, transparent);
    z-index: -1;
}

.expert-side-shape {
    position: absolute;
    right: 10px;
    bottom: 0;
    height: auto;
    width: 2.5%;
    z-index: 0;
}

.expert-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #CBAB50 50%, transparent);
}

.expert-section {
    padding-bottom: 3px;
}

.expert-shape {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 20%;
    z-index: 0;
    opacity: 0.2;
}

img.expert-logo {
    height: 100px;
    width: 160px;
    object-fit: contain;
}

/* Expert CSS End */

/* Showcase CSS Start */

.showcase-section {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.showcase-section .swiper-slide {
    overflow: hidden;
}

.showcase-section .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.showcase-section .slide-inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.showcase-section .swiper-button-prev,
.showcase-section .swiper-button-next {
    background: #fff0;
    width: 55px;
    height: 55px;
    line-height: 24px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #fff0;
    border-radius: 28px;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    color: #fff;
}

.showcase-section .swiper-button-prev {
    left: 10%;
    transform:translateX(50px);
}

.showcase-section .swiper-button-next {
    right: 10%;
    transform:translateX(-50px);
}

.showcase-section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background:#fff;
    transition:all .2s ease;
}

.showcase-section .swiper-pagination-bullet-active {
    opacity:1;
}

.showcase-img {
    width: 100%;
    height: auto;
}

.slide-bg-image {
    position: relative;
}

.slide-bg-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg, #000000b3, transparent);
    z-index: 0;
}

.showcase-txt {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
}

.showcase-txt .heading {
    margin-bottom: 20px;
}

.showcase-txt .heading h3 {
    color: #E4C473;
}

.showcase-txt h4 {
    color: #fff;
    font-size: 34px;
    font-family: 'mysecondfont-Light';
}

/* Showcase CSS End */

/* About CSS Start */

.about-section {
    background: #F8FDFA;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #CBAB50 50%, transparent);
}

.about-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #CBAB50 50%, transparent);
}

.about-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    z-index: 1;
}

.about-txt .inner-para {
    margin-bottom: 50px;
}

.about-shape {
    position: absolute;
    left: 0px;
    top: 0;
    height: auto;
    width: 20%;
    z-index: 0;
}

.about-side-shape {
    position: absolute;
    left: 0px;
    bottom: 0;
    height: auto;
    width: 2.5%;
    z-index: 0;
}

.about-txt {
    width: 100%;
}

/* About CSS End */

/* Service CSS Start */

.map-img {
    position: absolute;
    left: 2%;
    top: 0;
    height: auto;
    width: 55%;
    z-index: 1;
}

.service-box {
    padding: 40px;
    text-align: center;
    border: 1px solid transparent;
    border-image: linear-gradient(to bottom, #CCAE65, transparent) 1;
    height: 100%;
}

.service-shape {
    position: absolute;
    right: 10px;
    bottom: 0;
    height: auto;
    width: 2.5%;
    z-index: 0;
}

.service-box img {
    margin-bottom: 20px;
}

.service-box p {
    font-size: 22px;
}

/* Service CSS End */

/* Stand CSS Start */

.stand-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #CBAB50 50%, #d1b056);
}

.stand-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #CBAB50 50%, transparent);
}

.stand-head h2 {
    color: #e1b34d;
}

.stand-box {
    padding: 40px;
    text-align: center;
    border: 1px solid transparent;
    border-image: linear-gradient(to bottom, #CBAB50, transparent) 1;
    height: 100%;
    transition: ease-in-out 0.4s;
    background: transparent;
    position: relative;
}

.stand-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #1C6742, transparent);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 0;
}

.stand-box:hover {
    border-image: linear-gradient(to bottom, transparent, #CBAB50) 1;
}

.stand-box:hover::before {
    opacity: 1;
}

.stand-shape {
    position: absolute;
    right: 0px;
    top: 0;
    height: auto;
    width: 20%;
    z-index: 0;
}

.stand-left-shape {
    position: absolute;
    left: 0px;
    bottom: 0;
    height: auto;
    width: 2.5%;
    z-index: 0;
}

.stand-box p {
    color: #D1EADE;
    font-size: 22px;
    position: relative;
    z-index: 2;
}

.stand-box img {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

/* Stand CSS End */

/* Enquery CSS Start */

.enquir-section {
    background: #F8FDFA;
}

.enquir-head .inner-para {
    width: 100%;
}

.form-control {
    background: #fff;
    border: none;
    outline: none;
    border: 1px solid #D9B863;
    border-radius: 0;
    color: #000;
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
}

textarea.form-control {
    min-height: 100px;
}

.form-control::placeholder, .form-control option {
    color: var(--main-dark-color);
    opacity: 1;
}

.form-control:focus {
    box-shadow: none;
    background: #fff0;
    border-color: #C4936C;
}

.form-select {
    appearance: auto !important;
    --bs-form-select-bg-img: none !important;
}

.form-check input {
    width: 15px;
    height: 15px;
    border: 1px solid #C4936C;
    --bs-form-check-bg: transparent !important;
    border-radius: 0 !important;
}

.form-check input:checked {
    background-color: #C4936C;
    border-color: #C4936C;
}

.form-check input:focus {
    box-shadow: none;
    border-color: #C8AE7B;
}

.form-btn .main-btn {
    margin-left: auto;
}

.enquery-head {
    margin-bottom: 50px;
}

.form-check label {
    font-size: 14px;
    color: #656565;
}

.enquiry-con {
    padding: 50px 0;
}

.enquery-form {
    padding-top: 20px;
}

.enquir-con {
    /*padding-left: 80px;*/
    box-shadow: 0px -1px 12px 5px #00000029;
    padding: 45px 60px;
}
.founder-con .inner-para {
    padding-right: 42%;
}
.enquir-img {
    height: 100%;
}

.enquir-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.founder-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}

.founder-desig {
    font-style: italic;
    margin-bottom: 20px;
    font-size: 18px;
    color: #B38728;
    font-family: 'mysecondfont-SemiBold';
}

.founder-img {
    width: 50%;
    /* border: 2px solid var(--main-color); */
    /* position: relative; */
    /* z-index: 1; */
}

.founder-img img {
    position: relative;
    border:5px solid #d7aa37;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.booking-icon {
    background: #000;
    background: linear-gradient(154deg, #08321d 0%, #0b8443 100%);
    border: 4px solid #e3b753;
    /* padding: 11px; */
    width: 90px;
    border-radius: 50%;
}

/*.founder-img:before{
    content:"";
    position:absolute;
    top:-20px;
    left:-20px;
    width:100%;
    height:100%;
    border:2px solid #B88A35;
    z-index:0;
}
*/
.founder-txt {
    width: 50%;
    padding-left: 40px;
}

.founder-box .heading {
    margin-bottom: 10px;
}


/* Enquery CSS End */

/* Foundation CSS Start */

.foundation-con {
    padding-bottom: 80px;
}

.foundation-txt p {
    width: 75%;
}

.foundation-box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    width: 80%;
    margin-left: auto;
    text-align: center;
}

.foundation-box:not(:last-child) {
    margin-bottom: 30px;
}

.foundation-box .counter-num {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.foundation-box .counter-num .count {
    font-family: 'myfirstfont-Regular';
    font-size: 52px;
    line-height: 62px;
}

.foundation-box .counter-num .count-txt {
    font-size: 18px;
    font-family: 'myfirstfont-Bold';
}

/* Foundation CSS End */

/* Award CSS Start */

.award-sec {
    background: #fff;
}

.award-head {
    margin-bottom: 80px;
}

.award-box {
    text-align: center;
}

.award-box img {
    margin-bottom: 10px;
}

.award-box p {
    font-family: 'mysecondfont-Medium';
}

.award-box span {
    font-size: 16px;
    line-height: 26px;
}

.award-slider {
    padding-bottom: 50px;
}

.award-slider .swiper-pagination {
    bottom: 0;
}

.award-slider .swiper-pagination .swiper-pagination-bullet {
    background: #FFBC86;
}

.award-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #C7834D;
}

.award-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12%;
}

/* Award CSS End */
.extraCont{
    margin: 36px;
}
.extraPar{
    font-family: var(--bodyFont);
    font-size: 20px;
    line-height: 26px;
    color: var(--main-dark-color);
}

/* Responsive Css Start */

@media (max-width: 1800px) {

    /* .enquir-con {
        padding: 110px 50px 10px;
    } */

}

@media (max-width: 1650px) {

    /* .enquir-con {
        padding: 100px 50px 10px;
    } */

}

@media (max-width: 1600px) {

    .bnr-txt ul li {
        font-size: 14px;
    }

    .bnr-logo-imgs .bnr-logo {
        width: 205px;
        height: 35px;
    }

    /* .bnr-txt ul li img {
        width: 36px;
    } */
    
    .why-box h3,
    .global-box p,
    .service-box p,
    .stand-box p {
        font-size: 20px;
    }

    .overview-txt p {
        width: 88%;
    }

    .overview-txt p {
        width: 88%;
    }

    .world-txt {
        width: 86%;
    }

    .why-use {
        width: 90%;
    }

    .gold-btn::before {
        width: 730px;
        height: 186px;
    }

    .gold-txt h3 {
        font-size: 44px;
    }

    .gold-shape {
        position: absolute;
        bottom: -60px;
        right: -50px;
        width: 36%;
    }

    .gold-btn span {
        font-size: 18px;
    }

    .count-box {
        padding: 40px 80px;
    }

    .expert-box {
        padding: 30px;
    }

    .showcase-section .swiper-button-prev {
        left: 5%;
    }

    .showcase-section .swiper-button-next {
        right: 5%;
    }

    .about-txt {
        width: 80%;
    }

    /* .enquir-con {
        padding: 100px 0px 20px 30px;
    } */

    .enquir-head .heading {
        margin-bottom: 15px;
    }

    .enquery-form {
        padding-top: 30px;
    }

}

@media (max-width: 1440px) {

    .banner-section .bnr-bg {
        height: 650px;
    }
    .bnr-logos {
        bottom: 15px;
    }

    .bnr-txt .heading {
        margin-bottom: 20px;
    }

    .bnr-txt {
        margin-bottom: 60px;
    }

    .bnr-h2 {
        font-size: 21px;
    }

    .bnr-txt ul li img {
        width: 26px;
        height: 26px;
    }

    .overview-row {
        padding: 70px 0;
    }

    .why-use {
        width: 100%;
    }

    .world-txt {
        width: 88%;
    }

    .gold-txt h3 {
        font-size: 38px;
    }

    .gold-btn::before {
        width: 700px;
        height: 172px;
    }

    .count-box {
        padding: 30px 70px;
    }

    .global-box {
        width: 220px;
        height: 220px;
        padding: 30px 20px;
    }

    .global-box:nth-child(1)::before {
        bottom: -80px;
        height: 166px;
    }

    .showcase-txt h4 {
        font-size: 30px;
    }

    .about-txt {
        width: 100%;
    }

    .service-box, .stand-box {
        padding: 20px;
    }

     .why-box h3, .global-box p, .service-box p, .stand-box p {
        font-size: 18px;
    }

    /* .enquir-con {
        padding: 70px 0px 20px 30px;
    } */

}

@media (max-width: 1399px) {

    .banner-section .bnr-bg {
        height: 650px;
    }

    .gold-shape {
        position: absolute;
        bottom: -45px;
        right: -85px;
        width: 35%;
    }

    .bnr-logo-imgs .bnr-logo {
        width: 270px;
        height: 60px;
    }

    .count-box {
        padding: 30px 50px;
    }

    .gold-btn span {
        font-size: 18px;
    }

    .gold-btn::before {
        width: 660px;
        height: 172px;
    }

    .overview-txt p {
        width: 90%;
    }

    .global-box {
        width: 200px;
        height: 200px;
    }

    .global-col:nth-child(1) .global-box::before, 
    .global-col:nth-child(2) .global-box::before, 
    .global-col:nth-child(3) .global-box::before, 
    .global-col:nth-child(4) .global-box::before, 
    .global-col:nth-child(5) .global-box::before {
        bottom: -97px;
        height: 185px;
    }

}

@media (max-width: 1299px) {

     .why-box h3, .global-box p, .service-box p, .stand-box p {
        font-size: 18px;
    }

    .overview-row {
        padding: 40px 0;
    }

    .showcase-txt h4 {
        font-size: 27px;
    }

    /* .enquir-con {
        padding: 50px 0px 20px 30px;
    } */

}

@media (max-width: 1199px) {

    .banner-section .bnr-bg {
        height: 620px;
    }

    .bnr-logo-imgs .bnr-logo {
        width: 220px;
        height: 60px;
    }

    .reserve-btn {
        min-width: 330px;
        height: 60px;
        font-size: 17px;
    }

    .bnr-h2 {
        font-size: 21px;
    }

    .bnr-txt {
        width: 50%;
    }

    .why-box {
        padding: 10px 0px;
    }

    .gold-txt h3 {
        font-size: 32px;
    }

    .gold-shape {
        position: absolute;
        bottom: -35px;
        right: -55px;
        width: 39%;
    }

    .gold-btn::before {
        width: 670px;
        height: 155px;
    }

    .global-box {
        width: 180px;
        height: 180px;
        padding: 20px 10px;
    }

    .global-col:nth-child(1) .global-box::before, 
    .global-col:nth-child(2) .global-box::before, 
    .global-col:nth-child(3) .global-box::before, 
    .global-col:nth-child(4) .global-box::before, 
    .global-col:nth-child(5) .global-box::before {
        bottom: -80px;
        height: 146px;
    }

    .expert-box {
        padding: 20px;
    }

    .why-box h3, .global-box p, .service-box p, .stand-box p {
        font-size: 16px;
    }

}

@media (max-width: 1024px) {

    .banner-section .bnr-bg {
        width: 100%;
        height: 600px;
        object-fit: cover;
    }

    .overview-row {
        padding: 0;
    }

    /* .enquir-con {
        padding: 40px 0px 30px 30px;
    } */

}

@media (max-width: 991px) {

    .bnr-txt ul, .global-con {
        flex-wrap: wrap;
        /* justify-content: center; */
    }

    .bnr-txt {
        width: 60%;
    }

    .bnr-logo-imgs .bnr-logo {
        width: 160px;
        height: 40px;
    }

    .reserve-btn {
        min-width: 220px;
        height: 50px;
        font-size: 14px;
    }

    /* .bnr-txt ul li img {
        margin-right: 5px;
        width: 30px;
    } */

    .bnr-logo-con {
        padding: 20px 0;
        gap: 60px;
    }

     .why-box h3, .global-box p, .service-box p, .stand-box p {
        font-size: 16px;
    }

    .world-txt {
        margin-bottom: 40px;
    }

    .gold-txt h3 {
        font-size: 32px;
        width: 70%;
    }

    .gold-btn span {
        font-size: 18px;
    }

    .gold-shape {
        position: absolute;
        bottom: -14px;
        right: -47px;
        width: 57%;
    }

    .gold-btn::before {
        width: 640px;
        height: 196px;
    }

    .gold-btn span img {
        width: 30px;
        height: auto;
    }

    .global-col {
        width: 33.3333%;
        padding: 20px;
    }

    .global-box {
        width: 210px;
        height: 210px;
        padding: 20px 10px;
    }

    .swiper-slide {
        height: auto;
    }

    .slide-bg-image::after {
        height: 80%;
    }

    .count-txt-con {
        bottom: 20px;
    }

    .service-txt, .stand-head {
        margin-bottom: 40px;
    }

    /* .enquir-con {
        padding: 60px 90px;
    } */

    .enquir-img {
        display: none;
    }

    .global-col:nth-child(1) .global-box::after, 
    .global-col:nth-child(2) .global-box::after, 
    .global-col:nth-child(3) .global-box::after, 
    .global-col:nth-child(7) .global-box::after, 
    .global-col:nth-child(8) .global-box::after, 
    .global-col:nth-child(9) .global-box::after {
        background: linear-gradient(0deg, #f8fdfa 50%, transparent);
    }

    .global-col:nth-child(4) .global-box::after, 
    .global-col:nth-child(5) .global-box::after, 
    .global-col:nth-child(6) .global-box::after {
        background: linear-gradient(180deg, #f8fdfa 50%, transparent);
    }

    .global-col:nth-child(1) .global-box::before, 
    .global-col:nth-child(2) .global-box::before, 
    .global-col:nth-child(3) .global-box::before, 
    .global-col:nth-child(4) .global-box::before, 
    .global-col:nth-child(5) .global-box::before {
        background: #fff0;
    }

    .enquir-con {
        /*padding-left: 0px;*/
        /*padding-top: 50px;*/
            padding: 30px 25px;
    }

}

@media (max-width: 767px) {
    .banner-section .bnr-bg:after {
        clip-path: polygon(0 0, 30% 0, 66% 100%, 0% 100%);
        background: #000;
        }
    .founder-con .inner-para {
        padding-right: 0%;
    }

    /* .gold-section {
        padding-bottom: 0;
    } */

    .gold-btn-box {
        height: 150px;
        align-items: center;
        display: none;
    }

    .gold-btn::before {
        width: 520px;
        height: 150px;
    }

    .gold-shape {
        position: absolute;
        bottom: -24px;
        right: -58px;
        width: 50%;
    }

    .global-col {
        width: 50%;
    }

    .showcase-txt h4 {
        font-size: 23px;
    }

    .global-head {
        margin-bottom: 20px;
    }

    .slide-bg-image::after {
        height: 100%;
    }

    .global-col:nth-child(1) .global-box::after, 
    .global-col:nth-child(2) .global-box::after, 
    .global-col:nth-child(5) .global-box::after, 
    .global-col:nth-child(6) .global-box::after, 
    .global-col:nth-child(8) .global-box::after, 
    .global-col:nth-child(9) .global-box::after,
    .global-col:nth-child(10) .global-box::after {
        background: linear-gradient(0deg, #f8fdfa 50%, transparent);
    }

    .global-col:nth-child(3) .global-box::after, 
    .global-col:nth-child(4) .global-box::after, 
    .global-col:nth-child(7) .global-box::after,
    .global-col:nth-child(8) .global-box::after {
        background: linear-gradient(180deg, #f8fdfa 50%, transparent);
    }

    .banner-section .bnr-bg {
        height: auto;
    }

    .bnr-content {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        z-index: 2;
        text-align: center;
        width: 100%;
        padding: 30px 0 60px;
        /*background: #fcf2f1;*/
        background: url(../images/bg-blw-banner.png);
    }

    .bnr-txt {
        width: 100%;
    }

    .bnr-txt p {
        text-align: left;
    }
    .bnr-txt p {
        font-family: 'mysecondfont-Medium';
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 18px;
    }
    .bnr-txt .heading {
        margin-bottom: 10px;
    }

    .banner-section::after, .bnr-txt::after {
        background: transparent;
    }

     .why-box h3, .global-box p, .service-box p, .stand-box p {
        font-size: 13px;
    }

    .bnr-txt h1 {
        text-align: left;
    }

    /* .bnr-txt ul li img {
        margin-right: 2px;
        width: 27px;
    } */

    .bnr-txt ul {
        display: flex;
        justify-content: flex-start;
        gap: 0px;
        margin-bottom: -20px;
    }

    .bnr-logo-con {
        padding: 20px 10px;
        gap: 20px;
    }

    .overview-txt, .about-txt {
        margin-top: 30px;
    }

    .bnr-logo-con {
        /*background: #fff;*/
        /* border-top: 2px solid var(--main-sub-color);
        border-bottom: 2px solid var(--main-sub-color); */
    }

    .bnr-txt {
        margin-bottom: 40px;
    }

    .bnr-btn {
        margin-top: 20px;
    }

    .bnr-txt ul li {
        width: 50%;
        text-align: left;
        margin-bottom: 10px;
    }

    .bnr-logos {
        position: relative;
        padding-bottom: 0px;
        bottom: 50px;
    }
    .bnr-logo-imgs {
        display: flex;
        justify-content: center;
        gap: 0;
        align-items: center;
         padding-right: 0px; 
    }

    .bnr-h2 {
        font-size: 18px;
        text-align: left;
    }

    .bnr-logo-con {
        flex-wrap: wrap;
    }

    .bnr-logo-con {
        padding: 0;
    }

    .bnr-logo-imgs .bnr-logo {
        width: 33.33%;
        height: 20px;
        margin: 0;
        padding: 0;
        display: block;
    }

    .bnr-logo-imgs .bnr-logo img {
        width: 80%;
        height: auto;
    }

    .bnr-btn {
        margin: 0 auto;
        margin-top: 20px;
    }

    .bnr-logo-con {
        gap: 10px;
    }

}

@media (max-width: 575px) {

    .bnr-h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .gold-section {
        padding: 30px 0 0;
    }

    .gold-shape {
        right: -28px;
    }

    .gold-txt h3 {
        margin-bottom: 30px;
        font-size: 25px;
    }

    .bnr-txt ul li {
        margin-right: 0;
    }

    .bnr-txt ul li img {
        width: 22px;
        height: 22px;
    }

    .bnr-txt p {
        margin-bottom: 10px;
    }

    .count-bg, .showcase-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .global-box {
        width: 160px;
        height: 160px;
        padding: 20px 10px;
    }

    .global-col {
        width: 50%;
        padding: 10px;
    }

    .global-con {
        margin: 0 -10px;
    }

    .gold-btn::before {
        width: 480px;
        height: 110px;
    }

    .gold-btn-box {
        height: 110px;
    }

    .showcase-section .swiper-button-next {
        right: -10%;
    }

    .showcase-section .swiper-button-prev {
        left: -10%;
    }

    .showcase-txt h4 {
        font-size: 18px;
    }

    .showcase-txt .heading {
        margin-bottom: 10px;
    }

    /* .enquir-con {
        padding: 60px 15px;
    } */

    .enquery-form {
        padding-top: 10px;
    }

    .bnr-txt ul li {
        font-size: 12px;
    }

    .founder-box {
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .founder-txt
     {
        padding-left: 0px;
    }

    .founder-img, .founder-txt {
        width: 100%;
    }

    /*.enquir-con {
        padding-top: 30px;
    }*/

    .founder-box {
        margin-top: 40px;
    }

    .founder-desig {
        font-size: 16px;
    }

}