* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}


/* sarangus989@gmial.com */






body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #707070;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000000;
    background-image: -webkit-linear-gradient(90deg,
            transparent,
            #B79B67 60%,
            transparent,
            transparent)
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#scrollableDiv {
    scroll-behavior: smooth;
}

@font-face {
    font-family: Inter-Regular;
    src: url(../assets/fonts/inter/Inter-Regular.ttf);
}

@font-face {
    font-family: JosefinSans-Medium;
    src: url(../assets/fonts/josphin/JosefinSans-Medium.ttf);
}

@font-face {
    font-family: JosefinSans-Regular;
    src: url(../assets/fonts/josphin/JosefinSans-Regular.ttf);
}

@font-face {
    font-family: JosefinSans-SemiBold;
    src: url(../assets/fonts/josphin/JosefinSans-SemiBold.ttf);
}


::-moz-selection {
    color: rgb(255, 255, 255);
    background: #000000;
}

::selection {
    color: rgb(255, 255, 255);
    background: #000000;
}

.fr-up {
    overflow: hidden;
    position: relative;
}

.fr-up2 {
    overflow: hidden;
    padding-left: 25px !important;
    padding: 15px;
    padding-right: 25px;
    margin-left: -25px;
}

.msk {
    position: relative;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    visibility: hidden;
}

h1 {
    font-family: JosefinSans-SemiBold;
    font-size: 78px;
    line-height: 75px;
    font-weight: 100;

}



h2 {
    font-family: JosefinSans-SemiBold;
    font-size: 38px;
    line-height: 38px;
    font-weight: 100;
    position: relative;

}


h3 {
    font-family: JosefinSans-SemiBold;
    font-size: 23px;
    font-weight: 600;
}

h4 {
    font-family: JosefinSans-Regular;
}

p,
a {
    text-decoration: none;
    font-family: Inter-Regular;

}

.pages p {
    font-family: JosefinSans-Regular;
}

li {
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: 100;
    line-height: 25px;
}

/* header  */
.hdr1 {
    height: 100%;
}

.hdr2 {
    position: relative;
}

.hdr1 .hdr-logo {
    width: 200px;
    height: 100%;
}

.hdr2 .hdr-logo {
    width: 150px;
    height: 100%;
}








.sticky-header {
    position: fixed;
    top: -80px;
    /* hidden above */
    left: 0;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.171);
    opacity: 0;
    transition: all 0.35s ease;
    z-index: 4;
}

/* .sticky-header.header {
    background-color: #00293a;
    backdrop-filter: blur(12px);
} */

.sticky-header.show {
    top: 0;
    /* fade + slide down */
    opacity: 1;
}






.hdr-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hdr-cont {
    padding: 20px 0;
}

.header {
    background-color: #00293A;
}

.hdr-cont-flx {
    display: flex;
    justify-content: space-between;
    align-items: top;
}

.pages ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.pages ul li p {
    color: #fff;
}

.hdr1 .pg-cnt-btn {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: -57px;
}

.pg-cnt-btn {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: -25px;
    position: relative;
    z-index: 5;
}

.sticky-header .pg-cnt-btn {
    margin-top: 0px !important;
}

.hdr-cnt-btn p {
    padding: 8px 30px;
    background-color: #B79B67;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.hdr-btm-bx {
    width: 64%;
    height: 30px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    right: 0;
    z-index: 1;
}

.hdric {
    position: absolute;
    bottom: 0;
    left: 30%;
    height: 29px;
    background-color: #00293A;
}



.fl {
    height: 100%;
    width: 100%;
}

.fl ul li {
    list-style: none;
    margin: 40px 0;
}

.fl span {
    display: inline-block;
}

.mb-menu a p {
    color: #fff !important;
    transition: all .3s;
}

.mb-menu li a p {
    font-size: 20px;
}

.nv-container,
.nv-menu-wrapper {
    height: 100%;
}

.hamburger-init {
    /* width: 35px; */
    height: 30px;
    position: relative;
    cursor: pointer;
    z-index: 3;
    display: none;
}

.bar {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    transition: all .3s;
}



.hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    width: fit-content;
}

.hamburger .line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}


.hamburger .line1 {
    stroke-dasharray: 55 207;
    stroke-width: 4;
}

.hamburger .line2 {
    stroke-dasharray: 55 60;
    stroke-width: 4;
}

.hamburger .line3 {
    stroke-dasharray: 55 207;
    stroke-width: 4;
}

.hamburger.open .line1 {
    stroke-dasharray: 60 160;
    stroke-dashoffset: -140;
    stroke-width: 4;
    stroke: #ffffff;
}

.hamburger.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 4;
}

.hamburger.open .line3 {
    stroke-dasharray: 60 207;
    stroke-dashoffset: -142;
    stroke-width: 4;
    stroke: #ffffff;
}




.nv-menu-wrapper {
    background: rgb(0, 0, 0);
    transition: all .3s;
    transform: scale(0);
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.nv-menu-wrapper.visible {
    transform: scale(1);
    border-radius: 0;
}

.mb-menu {
    position: absolute;
    max-width: 400px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nv-menu-wrapper li {
    opacity: 0;
    cursor: pointer;
    transition: all .3s;
}

.mb-menu.menu-active li:nth-child(1) {
    animation: moveItems 0.5s linear 0s forwards;
}

.mb-menu.menu-active li:nth-child(2) {
    animation: moveItems 0.5s linear 0.2s forwards;
}

.mb-menu.menu-active li:nth-child(3) {
    animation: moveItems 0.5s linear 0.5s forwards;
}

.mb-menu.menu-active li:nth-child(4) {
    animation: moveItems 0.5s linear 0.8s forwards;
}

.mb-menu.menu-active li:nth-child(5) {
    animation: moveItems 0.5s linear 0.9s forwards;
}

.mb-menu.menu-active li:nth-child(6) {
    animation: moveItems 0.5s linear 1.2s forwards;
}

.menu-item-has-children {
    position: relative;
}

/* Animations */

@keyframes rotateHamburger {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes moveItems {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    30% {
        transform: translateY(-15px);
        opacity: .2;
    }

    50% {
        transform: translateY(-10px);
        opacity: .3;
    }

    80% {
        transform: translateY(-5px);
        opacity: .4;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes showClickGuide {
    0% {
        opacity: 0;
        transform: scale(.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}







.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
    width: 350px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    animation: fadeIn 0.3s ease;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    font-size: 22px;
    z-index: 5;
}

@keyframes fadeIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.loc-btn-flx {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    justify-content: center;
}

.loc-btn-flx p {
    padding: 8px 25px;
    border-radius: 5px;
    background-color: #B79B67;
    color: #ffffff;
    cursor: pointer;
}

.popup-box h3 {
    text-align: center;
}

.openPopupBtn {
    cursor: pointer;
}







/* header close  */

/* index  */
.ind1 {
    height: 100vh;
}


.ind1 h1 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.ind1-cont-lft-h1 {
    position: relative;
    width: fit-content;
}

.ind1-cont-lft-h1 img {
    position: absolute;
    bottom: -90px;
    right: -60px;
    width: 460px;
    height: 100%;
    object-fit: contain;
}

.ind1 h1 span {
    font-size: 30px;
    text-transform: capitalize;
}

.hdr-cnt-i-btn {
    display: none;
}

.ind1 h1 span .fr-clr {
    color: #B79B67;
}

.ind1-bg {
    width: 48%;
    height: 100vh;
    background-color: #00293A;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* border-bottom-right-radius: 150px; */
}

.ind1-cont-lft {
    position: relative;
    z-index: 1;
    top: -330px;
}

.ind1-cont-lft p {
    font-family: JosefinSans-Regular;
    font-size: 19px;
    line-height: 27px;
    max-width: 700px;
    color: #fff;

}

.ind1-cont-rgt {
    position: absolute;
    right: 0;
    top: 100px;
    max-width: 58vw;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 110px;
    overflow: hidden;

}

.ind1-sldr::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background-image: linear-gradient(to right, #000000cc, #00000000);

}

.ind1-sldr .item {
    width: 100%;
    height: 77vh;
}

.ind1-sldr .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind1-cont-flx {
    display: flex;
    justify-content: space-between;
    align-items: end;
    height: 100vh;
}

.ind1-btn {
    padding: 8px 40px;
    background-color: #B79B67;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    width: fit-content;
}

.ind-lft-btn-fl {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 20px;
    margin-top: 30px;
    transition: all .3s ease-in-out;
}

.ind-lft-btn-fl:hover i {
    rotate: 35deg;
    transition: all .3s ease-in-out;
}

.ind1-btn-rnd {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px #B79B67 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

.ind1-btn-rnd i {
    font-size: 20px;
    color: #fff;
    rotate: -35deg;
    transition: all .3s ease-in-out;
}

.ind2 {
    position: relative;
    margin-top: -200px;
}

.ind2:after {
    content: "";
    position: absolute;
    width: 48%;
    height: 300px;
    background-color: #00293A;
    top: -116px;
    left: 0;
    z-index: -1;
    border-bottom-right-radius: 150px;
}


.ind2-cont-lft {
    display: flex;
    gap: 50px;

}

.ind2-cont-lft h2 {
    font-size: 55px;
    color: #fff;
    font-family: JosefinSans-Regular;
}

.ind2-cont-lft p {
    font-family: JosefinSans-Medium;
    font-size: 20px;
    color: #B79B67;
    max-width: 150px;
    margin-top: 10px;
}

.ind2-cont-rgt h2 {
    margin: 20px 0;
}

.ind2-cont-rgt h3 {
    color: #B79B67;
    position: relative;
    margin-left: 14px;
}

.ind2-cont-rgt h3::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -10px;
    width: 4px;
    height: 95%;
    background-color: #B79B67;
}

.ind2-cont-rgt-rnd {
    width: 12px;
    height: 12px;
    background-color: #00293A;
    border-radius: 50%;
    margin-top: 7px;
}

.ind2-cont-rgt-flx {
    display: flex;
    gap: 10px;
    align-items: top;
    margin-top: 10px;
}

.ind-abt-btn {
    margin-top: 50px;
    position: relative;
    width: fit-content;
}

.ind-abt-btn h4 {
    color: #000000;
}

.ind-abt-btn i {
    color: #000000;
}

.ind-abt-btn::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
    transition: all .3s ease-in-out;
}
.ind-abt-btn:hover::after{
    width: 0;
    transition: all .3s ease-in-out;
}

.ind4-resp-flx {
    display: flex;
    flex-direction: column;
}

.ind-abt-btn {
    display: flex;
    gap: 20px;
    align-items: center;
}

.ind2-bg {
    position: absolute;
    top: 80px;
    left: 0;
    width: 150px;
    height: 100%;
    object-fit: contain;
}

.ind3 {
    padding: 110px 0 80px 0;
}

.ind3-hdng {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.ind3-hdng img {
    height: 100px;
    object-fit: contain;
    position: absolute;
    bottom: -8px;
    right: -50px;
}

.ind3-hdng h2 {
    font-size: 62px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100%;
    margin: 20px 0;
}

.ind3-cont .p {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.ind3-hdng h3 {
    text-align: center;
    color: #B79B67;
    font-size: 28px;
}

.ind3-btm-cont {
    margin-top: 80px;
    display: flex;
    gap: 50px;
    justify-content: center;
}

.ind3-btm-cont-lft {
    width: 500px;
    height: 650px;
    overflow: hidden;
    border-top-right-radius: 120px;
    border-top-left-radius: 40px;
    flex-shrink: 0;
}

.ind3-btm-cont-rgt {
    margin-top: 30px;
}

.ind3-btm-cont-lft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
}

.ind3-btm-cont-rgt h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ind3-btm-cont-rgt h2 span {
    font-size: 22px;
    color: #B79B67;
}

.ind3-btm-cont-rgt-flx {
    display: flex;
    align-items: top;
    gap: 30px;
    margin-top: 30px;
    height: fit-content;
}

.ind3-btm-cont-rgt-inr-flx {
    display: flex;
    align-items: top;
    gap: 10px;
    margin: 7px 0;
}

.inr-flx-rnd {
    width: 12px;
    height: 12px;
    background-color: #B79B67;
    border-radius: 50%;
    margin-top: 6px;
}

.fr-lft-ln {
    padding-left: 30px;
    border-left: 2px solid #B79B67;
}

.ind3-btm-cont-rgt-bg-bx {
    height: fit-content;
    width: 490px;
    margin-left: -50px;
    margin-top: 30px;
    background-color: #00293A;
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
    padding: 30px 90px 30px 30px;
}

.ind3-btm-cont-rgt-bg-bx p {
    color: #fff;
}

.rt-bx-cnt-btn {
    padding: 8px 35px;
    background-color: #B79B67;
    font-size: 14px;
    margin-top: 20px;
    width: fit-content;
    border-radius: 5px;
}

.ind4 {
    height: 100%;
    width: 100%;
    background-color: #FFF8EB;
    position: relative;
    padding: 130px 0;
}

.ind4-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind4-fg-tp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
    z-index: 1;
}

.ind4-fg-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
    z-index: 3;
}

.ind4-hdng h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    width: fit-content;
    /* margin: 10px auto */
}


.ind4-hdng p {
    /* text-align: center; */
    /* max-width: 1000px; */
    /* margin: 0 auto; */
}


.ind4-hdng span {
    color: #B79B67;
    font-size: 22px;
}

.ind4-btm-cont {
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-top: 50px;
    position: relative;
    z-index: 2;
    align-items: center;
}

.ind4-btm-cont-rgt {
    /* width: 100%; */
    height: 620px;
    margin-bottom: -110px;
    flex-shrink: 0;
}

.ind4-btm-cont-rgt img {
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
}


.ind5 {
    padding: 120px 0 60px 0;
    /* background-image: linear-gradient(60deg, #e7d4ab, #1e5b74); */
}

.ind5-hdng {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.ind5 h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 40px;
    font-family: JosefinSans-SemiBold;
    width: fit-content;
    /* text-align: center; */
    line-height: 80px;
    /* margin: 10px auto 50px auto; */
    position: relative;
    color: #000000;
}

/* .ind5 h2::after {
    content: "";
    width: 110%;
    height: 3px;
    background-color: #B79B67;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.ind5 h2::before {
    content: "";
    width: 110%;
    height: 3px;
    background-color: #B79B67;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
} */

/* .ind5-hdng p {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
} */
.ind5-hdng h3 {
    /* text-align: center; */
    max-width: 500px;
    width: fit-content;
    margin: 0 auto;
    font-size: 30px;
    color: #000000;
}

.ind5-hdng span {
    color: #B79B67;
    font-size: 80px;
}


.our-specials-grd-bx {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(145deg, #01202e 0%, #0071A0 100%);
    border-radius: 15px;
    border-top-right-radius: 135px;
    border-top-left-radius: 50px;
    position: relative;
    margin-top: -120px;
    display: flex;
    align-items: end;
    padding: 160px 30px 20px 30px;
}

.our-specials .item {
    width: 100%;
    padding: 0 10px;
    position: relative;
}

.ind5 {
    position: relative;
}

/* .ind5-hdng {
    margin-bottom: 80px;
} */

.spcl-img {
    width: 230px;
    height: 230px;
    position: relative;
    left: 50px;
    z-index: 1;
}

.spcl-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.our-specials-grd-bx h4 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.our-specials-grd-bx p {
    color: #fff;
}

.our-specials .slick-arrow {
    position: absolute;
    top: 113%;
    transform: translateY(-50%);
    z-index: 2;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px #c7c7c7 solid;
}

.our-specials .prv {
    left: 45%;
}

.our-specials .nxt {
    right: 45%;
}

.spcl-btn {
    padding: 8px 45px;
    background-color: #B79B67;
    font-size: 15px;
    color: #fff;
    width: fit-content;
    border-radius: 5px;
    margin: 100px auto 0 auto;
}

.ind5-bg-bx {
    width: 70%;
    height: 450px;
    background-color: #F7F7F7;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: -1;
}

.ind6 {
    margin-top: 60px;
}

.ind6-hdng {
    margin-bottom: 50px;
}

.ind6-hdng h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    width: fit-content;
    margin: 10px auto
}

.ind6-hdng span {
    color: #B79B67;
    font-size: 22px;
}


.ind6-img-bx {
    position: relative;
    overflow: hidden
}

.ind6-img-bx:after {
    content: "";
    padding-top: 100%;
    display: block
}

.ind6-img-bx img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    border-radius: 8px
}

.ofr-itm-nm {
    margin-top: 10px;
    padding: 10px;
    border-top-right-radius: 20px;
    background-color: #EADCC2;
}

.ofr-itm-nm h4 {
    font-size: 18px;
    font-family: Inter-Regular;
}

.ind6-btm-ln {
    width: 600px;
    height: 100%;
    margin: 30px auto 0 auto;
    padding-left: 70px;
}

.ind6-btm-ln img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ind-cont-lft h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    width: fit-content;
}

.ind-cont-lft span {
    color: #B79B67;
    font-size: 22px;
}

.ind7 {
    padding: 80px 0;
}

.ind7-cont {
    display: flex;
    gap: 50px;
}

.ind-cont-lft {
    max-width: 400px;
}

.ind-cont-lft-btn {
    padding: 8px 45px;
    background-color: #B79B67;
    font-size: 14px;
    color: #fff;
    width: fit-content;
    border-radius: 5px;
    margin-top: 30px;
}

.ind-cont-rgt {
    width: 100%;
}

.ind-cont-rgt-flx {
    display: flex;
    gap: 30px;
}

.ind-cont-rgt-flx-cont {
    width: 45%;
}

.ind-cont-rgt-flx-cont h4 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.ind-cont-rgt-flx-cont {
    margin-bottom: 40px;
}

.ind-cont-rgt-flx-cont-rnd {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #FFEDCC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border: 1px #a8a8a8 solid;
    padding: 17px;

}

.ind-cont-rgt-flx-cont-rnd img {
    width: 100%;
    object-fit: contain;
}

.ind8-hdng h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    width: fit-content;
    margin: 0 auto;
}

.ind8-hdng span {
    color: #B79B67;
    font-size: 22px;
}

.testimonial .item {
    width: 100%;
    margin: 0 20px;
    border: 1px solid #a8a8a8;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.testi-img-dtl-flx {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.testi-img-dtl {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border-radius: 50%;
}

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

.tst-rt-ic {
    width: 50px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.testimonial {
    max-width: 1100px;
    margin: 50px auto 0 auto;
}

.ind8 {
    padding: 80px 0;
    background-color: #FAFAFA;
    margin-bottom: 100px;
}

.rtng-str {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.rtng-str i {
    font-size: 15px;
    color: #f8b435;
}

.testi-cont p {
    font-size: 14px;
    line-height: 21px;
}

/* index close */

/* about  */
.abt1 {
    padding: 80px 0;
    position: relative;
}

.ab1-hdng h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    width: fit-content;
    text-align: center;
    line-height: 53px;
    font-size: 47px;
    margin: 0 auto 10px auto;
    max-width: 900px;
}

.ab1-hdng p {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.ab1-hdng h2 span {
    color: #B79B67;
    font-size: 22px;
}

.abt-mn-img {
    width: 98%;
    height: 600px;
    margin: 50px auto 30px auto;
    position: relative;
}
.abt-tp-anm{
    width: 100%;
    height: 100%;
}

.abt-mn-img::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -30px;
    width: 40%;
    height: 80%;
    background-color: #B79B67;
    z-index: -1;
}

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

.abt-tp {
    max-width: 500px;
    margin-left: auto;
}

.abt-img {
    width: 170px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.abt2 {
    padding-bottom: 50px;
}

.abt2-lft-flx {
    width: 100%;
    display: flex;
    gap: 20px;
}

.abt2-lft-flx-lft {
    width: 42%;
}

.abt2-lft-flx-rgt {
    width: 50%;
    height: 100%;
}

.abt2-lft-flx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt2-lft-flx {
    height: 600px;
}

.abt2-lft-flx-lft {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.abt2-lft-flx-lft-tp {
    height: 50%;
}

.abt2-lft-flx-lft-btm {
    height: 48%;
}

.abt2-lft-flx-lft-tp img {
    border-radius: 150px;
}

.abt2-lft-flx-lft-btm img {
    border-bottom-right-radius: 0px !important;
    border-radius: 150px;
}

.abt2-lft-flx-rgt img {
    border-bottom-right-radius: 0px !important;
    border-radius: 200px;
}

.abt2-rgt-flx {
    padding-top: 50px;
}

.abt2-rgt-flx p {
    margin-top: 10px;
}

.abt2-rgt-flx h2 {
    margin-bottom: 20px;
}

.abt2-inr-flx {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.abt2-inr-lft-flx {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.abt2-inr-lft-flx img {
    width: 35px;
    object-fit: contain;
}

.abt-flx-rnd {
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
    background-color: #F7F0E4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abt2-inr-lft-flx h3 {
    font-size: 19px;
}

.abt2-btn p {
    font-size: 14px;
    padding: 8px 40px;
    background-color: #00293A;
    color: #fff;
    width: fit-content;
    border-radius: 5px;
    margin-top: 40px;
}

.abt3 {
    padding: 150px 0;
    position: relative;
    background-image: linear-gradient(60deg, #001923, #004C6B);
}

.abt3-hdng h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: fit-content;
    margin: 0 auto 10px auto;
    color: #fff;
}

.abt3-hdng h2 span {
    color: #B79B67;
    font-size: 22px;
}

.abt-fg-tp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.abt-fg-tp img {
    width: 100%;
    object-fit: contain;
}

.abt-fg-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.abt-fg-btm img {
    width: 100%;
    object-fit: contain;
}

.tm-sec-inr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.tm-sec-inr {
    max-width: 200px;
}

.tm-sec-btm-inr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.tm-sec-img-bx {
    height: 220px;
    width: 200px;
}

.tm-sec-btm-img-bx {
    height: 190px;
    width: 180px;
}

.tm-sec {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 50px;

}

.tm-sec-btm {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 50px;

}

.abt4 {
    margin-bottom: 100px;
}


.tm-sec-inr {
    color: #fff;
}

.tm-sec-inr h3 {
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 10px;
    text-align: center;
}

.tm-sec-inr p {
    font-size: 14px;
    text-align: center;
}

.tm-sec-btm-inr {
    color: #fff;
}

.tm-sec-btm-inr h3 {
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 10px;
    text-align: center;
}

.tm-sec-btm-inr p {
    font-size: 14px;
    text-align: center;
}

.abt4 {
    width: 100%;
    height: 450px;
    background-image: url('../assets/imgs/21.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
    position: relative;
}

.abt4-tp-bx {
    height: 150px;
    width: 900px;
    background-color: #00293A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: absolute;
    top: -100px;
    padding: 20px 80px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px #ffffff solid;
    color: #fff;
}

.abt4-tp-bx h2 {
    font-size: 50px;
}

.abt4-tp-bx p {
    color: #B79B67;
}

.abt4-tp-bx>div {
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.abt4-inr-cont h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    width: fit-content;
    margin: 0 auto 10px auto;
    color: #fff;
    text-align: center;
    line-height: 45px;
}

.abt4-inr-cont h2 span {
    font-size: 28px;
}

.abt4-inr-cont p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    color: #fff;
}

.abt4-inr-cont-btn p {
    font-size: 14px;
    padding: 8px 30px;
    background-color: #B79B67;
    width: fit-content;
    margin-top: 30px;
}

/* about close */


/* service  */


.srv1-cont-flx {
    margin-top: 120px;
}

.srv1-cont-flx h2 {
    margin: 10px 0;
}

.srv1-cont-flx h3 {
    color: #B79B67;
}

.srv1-cont-flx-img {
    width: 100%;
    height: 400px;
}

.srv1-cont-flx-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.srv1-cont-flx-rgt {
    display: flex;
    align-items: center;
    height: 100%;
}

.srv1-cont-flx-rgt-btn p {
    font-size: 14px;
    padding: 8px 30px;
    background-color: #00293A;
    width: fit-content;
    margin-top: 30px;
    color: #fff;
    border-radius: 5px;

}

/* service close  */


/* gallery  */

.gal-img-bx {
    width: 100%;
    height: 400px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.26);
    border: 1px solid #fff;
}

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

.gal1-cont .col-lg-3 {
    margin-bottom: 30px;
}
.wth-pls{
    display: flex;
    align-items: center;
}
.ind6-btm-cont .col-md-4 {
    margin-bottom: 30px;
}

.gal1-cont {
    margin-top: 150px;
}

.for-tp {
    margin-top: -50px;
}

/* gallery close  */

/* speials  */

.spcl-img-bx {
    width: 100%;
    height: 400px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.26);
    border: 1px solid #fff;
    position: relative;
}

.spcl-img-bx::after {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    border: 5px solid #B79B67;
    z-index: -1;
}

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

.spcl1-cont .col-md-4 {
    margin-bottom: 50px;
}

.spcl1-cont {
    margin-top: 80px;
}

.for-tp {
    margin-top: -50px;
}

.spcl-dtls {
    margin-top: 10px;
    padding: 10px;
    background-color: #E9E0D1;
    color: #000000;
    width: 100%;
    text-align: center;
}

/*specials close  */

/* contact  */
.cnt1 {
    padding: 80px 0;
}

.cnt-lft-hdng h2 span {
    color: #B79B67;
    font-size: 22px;
}

.cnt-tp {
    display: flex;
    justify-content: space-between;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
}

.cnt-rgt-txt {
    width: fit-content;
}

.cnt-rgt-txt p {
    max-width: 550px;
    margin-top: 60px;
}

.cnt-btm-lft {
    width: 580px;
    height: 100%;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 25px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.26);
    background-color: #fff;
    padding: 50px 110px 50px 50px;
}

.cnt-btm {
    margin-top: 40px;
}

.cnt-btm-lft h2 {
    font-size: 30px;
}

.cnt-lft-ln {
    width: 100%;
    height: 2px;
    background-color: #B79B67;
    margin: 10px 0;
}

.cnt-btm-lft-cont {
    margin-top: 20px;
}

.cnt-btm-lft-cont p {
    margin-top: 20px;
    color: #000000;
}

.cnt-scls {
    margin-top: 30px;
}

.cnt-scls-icn-bx {
    width: 50px;
    height: 40px;
    border: 1px solid #9e9e9e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cnt-scls-icn-bx i {
    font-size: 22px;
    color: #000000;
}

.foot-inr .cnt-scls-icn-bx i {
    font-size: 22px;
    color: #fff;
}

.cnt-scls-flx {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.cnt-btm {
    display: flex;
    align-items: end;
    justify-content: center;
}

.cnt-btm-rgt {
    width: 600px;
    height: 100%;
    background-color: #00293A;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 25px;
    position: relative;
    margin-bottom: -60px;
    position: relative;
    z-index: 1;
    margin-left: -80px;
    padding: 50px;
}

.cnt-btm-rgt input {
    width: 100%;
    height: 45px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.cnt-btm-rgt input::placeholder {
    color: #fff;
}

.cnt-btm-rgt textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    max-height: 130px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-family: Inter-Regular;
}

.cnt-btm-rgt textarea::placeholder {
    color: #fff;
}

.cnt-btm-rgt button {
    padding: 12px 35px;
    background-color: #B79B67;
    font-size: 14px;
    width: fit-content;
    border-radius: 5px;
    border: none;
    width: 100%;
    color: #fff;
}

.map {
    height: 500px;
    width: 100%;
    margin: 60px 0 80px 0;

}

.cnt-lft-hdng h2 {
    font-size: 55px;
    line-height: 55px;
}

/* contact close */


/* footer  */

.srv-img-an2 {
    transform: translatey(0px);
    -webkit-animation: float2 3s ease-in-out infinite;
    animation: float2 3s ease-in-out infinite;
}

@keyframes float2 {
    0% {

        transform: translatey(0px);
    }

    50% {

        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}

.foot-bg {
    width: 100%;
    height: 100%;
    background-color: #00293A;
    padding: 80px 0 30px 0;
}

.bk-tp-btn button {
    background-color: #00293A;
    padding: 7px 9px;
    color: #FFFFFF;
    border: none;
    border-radius: 7px;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;

}

.foot-inr-ln {
    height: 1px;
    width: 100%;
    background-color: #fff;
    margin: 20px 0;
}

.bk-tp-btn {
    position: fixed;
    right: 60px;
    bottom: 8%;
    z-index: 22222;

}

.foot-lft {
    width: 50%;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.foot-rgt {
    width: 50%;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.foot-fl {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.foot-logo img {
    width: 200px;
    object-fit: contain;
    margin-bottom: 20px;
}

.foot-inr {
    width: 42%;
    color: #fff;
}

.foot-inr ul {
    margin-top: 20px;
}

.foot-inr ul li {
    margin: 10px 0;
}

.foot-inr ul li p {
    color: #fff;
    font-size: 15px;
}

.ftr-bkng {
    margin-top: 30px;
    font-size: 20px
}


.ftr-bkng span h3 {
    color: #B79B67;
    margin-top: 10px;
}

footer {
    position: relative;
}

footer::after {
    content: "";
    position: absolute;
    top: -25px;
    right: 0;
    width: 80%;
    height: 30px;
    background-color: #B79B67;
    z-index: -1;
}

footer::before {
    content: "";
    position: absolute;
    top: -38px;
    left: 0;
    width: 600px;
    height: 40px;
    background-color: #00293A;
    z-index: 0;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
}




/* .foot-bg {
    background-color: #000;
    height: 100%;
    padding: 140px 0 20px 0;
    width: 100%;
    position: relative;
    z-index: 3;
    border-top: 2px solid #35e0c328;

} */

/* sarangus989@gmial.com */


.copyright {
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    max-width: fit-content;
    margin-top: 40px;
    font-weight: 100;
    font-size: 13px;
}

.copyright img {
    position: relative;
    top: 3px;
}


/* sarangus989@gmial.com */



/* footer close  */
