:root {
    --theme-color: #af8c53;
    --secondary-color: #af8c53;
    --dark-color: #000;
    --third-color: #15537A;
    --forth-color: #275375;
    --yellow-color: #fcb142;
    --white-color: #fff;
    --bg-color: #f3f1f2;
    --light-blue: #eff6fd;
}

.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0px;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    background-color: #000;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /* overflow-x: clip; */
    /* overflow-x: hidden; */
}

#main {
    flex-grow: 1;
}

a {
    color: rgb(51, 204, 255);
    text-decoration: none !important;
}

a:hover {
    color: rgb(255, 204, 51);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Forum", serif;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 16px;
    line-height: 25px;
    color: rgb(42, 42, 42);
}

img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

 ::selection {
    background: var(--theme-color);
    color: rgb(255, 255, 255);
}

.logowidth {
    width: 300px;
}

.btn-primary {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.btn-primary:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.btn {
    transition: all 150ms linear 0s;
    font-weight: 500;
    padding: 8px 50px;
    border-radius: 30px;
    font-size: 16px;
}

.btn-outline-primary {
    border-color: var(--theme-color);
    color: var(--theme-color);
}

.btn-outline-primary:hover {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}

.btn:hover,
.btn:focus {
    transform: translateY(-2px);
}

.fs-18 {
    font-size: 18px;
}

.fs-24 {
    font-size: 24px;
}

.border-color {
    color: var(--theme-color);
    border-top: 1px solid var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    z-index: 1;
}

.bg-image::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%);
    z-index: -1;
}

.navbar {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 0.875rem;
    background-color: var(--primary);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
    padding: 0;
}

.navbar .navbar-brand {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.navbar .logo-image img {
    /* width: 100%; */
    height: 65px;
    object-fit: contain;
}

.navbar .logo-text {
    color: #fff;
    font-weight: 500;
    line-height: 1rem;
    font-size: 1.575rem;
    text-decoration: none;
}

.navbar .navbar-nav {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

.navbar .dropdown-menu {
    border: none;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    background-color: #fff;
}

.navbar .dropdown-item {
    color: var(--theme-color);
    font-weight: 600;
    font-size: 15px;
    line-height: 0.875rem;
    padding-top: 0.625rem;
    text-decoration: none;
    padding-bottom: 0.25rem;
}

.navbar .dropdown-item:hover {
    background-color: var(--primary);
}

.navbar .dropdown-divider {
    width: 100%;
    height: 1px;
    border: none;
    margin: 0.5rem auto 0.5rem auto;
    background-color: var(--primary-light);
}

.navbar .nav-item .nav-link {
    color: #fff;
    text-decoration: none;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    transition: all 0.2s ease;
    font-weight: 600;
    font-size: 16px;
    margin-right: 61px;
    font-family: "Prompt", sans-serif;
}

.navbar .fa-stack {
    width: 2em;
    font-size: 0.75rem;
    margin-right: 0.25rem;
}

.navbar .fa-stack-2x {
    background: -webkit-gradient( linear, left top, left bottom, from(#0ee951), to(#00dabf));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
    color: #ffffff;
    transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
    color: var(--primary);
}

.navbar .fa-stack:hover .fa-stack-1x {
    color: var(--primary);
}

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    font-size: 1.25rem;
}


/* megamenu */


/*************************
Responsive
*************************/

@media (min-width: 992px) {
    .navbar .dropdown-menu {
        margin: 0px;
        font-size: 14px;
        border-radius: 0px;
        border: none;
        left: 100%;
        -webkit-transform: translate3d(-50%, 10px, 0);
        transform: translate3d(-50%, 10px, 0);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, transform;
        transition-property: opacity, visibility, transform, -webkit-transform;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        display: block !important;
        border-radius: 3px;
        top: 100%;
    }
    .navbar .dropdown-menu.megamenu {
        left: 50%;
    }
    .navbar-nav .dropdown-menu.dropdown-menu-lg {
        min-width: 540px;
    }
    .navbar-nav .mega-menu {
        position: static;
    }
    .navbar .dropdown:hover>.dropdown-menu {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        visibility: visible;
        opacity: 1;
    }
    .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
        left: 100%;
        right: auto;
        -webkit-transform: translate3d(15px, 10px, 0);
        transform: translate3d(15px, 10px, 0);
    }
    .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
        right: 100%;
        left: auto;
        -webkit-transform: translate3d(-15px, 10px, 0);
        transform: translate3d(-15px, 10px, 0);
    }
    .navbar-nav li:hover>ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
    }
    .navbar .dropdown:hover>.dropdown-menu.megamenu {
        -webkit-transform: translate3d(-50%, -26px, 0);
        transform: translate3d(-50%, -26px, 0);
    }
}

.mypadding {
    padding: 15px 12px;
    background: #022539;
}

.mypadding p {
    line-height: 18px;
    margin-top: 10px;
}

.navbg {
    background: #dc3545;
}

.mypadding a:hover {
    color: #adb5bd;
}

@media (min-width: 992px) {
    .offcanvas-collapse {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        width: auto;
        padding-right: 0;
        padding-left: 0;
        background-color: transparent;
        overflow-y: visible;
        visibility: visible;
    }
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 180px;
}

.section_head h2 {
    color: var(--theme-color);
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 400;
    /* line-height: 30px; */
}


/* banner */

.vh-100 {
    height: 100vh !important;
}

.w-200 {
    width: 200px;
    margin: auto;
}

.mainbanner h1 {
    font-size: 100px;
    color: var(--theme-color);
}

@media (min-width: 1400px) {
    .px-xxl-8 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }
}

@media (min-width: 992px) {
    .py-lg-8 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }
}


/* services */

.rounded-20 {
    border-radius: 20px;
}

.icon-lg {
    width: 12.5rem;
    height: 12.5rem;
    /* line-height: 3.5rem; */
    text-align: center;
    font-size: 1.2rem;
    background: #fff;
    margin: auto;
    display: flex;
    border: 1px solid #fff;
}

.icon-lg img {
    /* border: 1px solid; */
    width: 108px;
    margin: auto;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.servicecard a {
    color: #fff;
}

.servicecard a {
    color: #fff;
}

.servicecard:hover .icon-lg {
    background: var(--theme-color);
    transition: all 150ms linear 0s;
}

.servicecard:hover .mainicon {
    filter: brightness(0) invert(1);
}

.step-icon img {
    border-radius: 20px;
}

.fs-25 {
    font-size: 25px;
}

.fs-19 {
    font-size: 19px;
}

.object-fit-cover {
    object-fit: cover;
}

.whyus img {
    width: 140px;
}

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

.swiper .swiper-slide {
    height: auto;
}

.fs-20 {
    font-size: 20px;
}

.text-theme {
    color: var(--theme-color);
}

.social-links a {
    font-size: 20px;
    display: inline-block;
    margin-right: 13px;
    transition: all 0.3s ease 0s;
}

.copyright {
    margin: 0px 0px 5px;
}

.credits {
    font-size: 13px;
}

.border-theme {
    border-color: var(--theme-color) !important;
}

.footleft ::placeholder {
    color: var(--theme-color);
}

.footmenu a {
    font-size: 17px;
    color: var(--theme-color)
}

.footleft img {
    width: 440px;
}

#footer {
    background: #000;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    padding: 60px 0 20px 0px;
    overflow-x: hidden;
}

.icon-md i {
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    border-radius: 100%;
    color: var(--theme-color);
    justify-content: center;
    align-items: center;
    display: flex;
}

.form-control {
    font-size: 16px;
    color: #fff !important;
}

 :focus {
    box-shadow: none !important;
}

.bg-theme {
    background: var(--theme-color) !important;
}

.offcanvas {
    width: 80% !important;
}

.client-info .img {
    width: 265px;
    height: 265px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 15px;
}

.fs-15 {
    font-size: 15px;
}


/* services flip */

.ourservices .card-container {
    perspective: 1000px;
    -webkit-perspective: 1000px;
    /* Added for iOS */
}

.ourservices .card {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    /* Added for iOS support */
    transition: transform 0.6s;
    -webkit-transition: transform 0.6s;
    /* Added for iOS support */
}

.card-container:hover .card {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    /* Added for iOS support */
}

.ourservices .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Added for iOS support */
    border-radius: 0px;
    z-index: 1;
}

.ourservices .card-front {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Added for iOS support */
    z-index: 2;
}

.ourservices .card-back {
    background-color: #000;
    color: #fff;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    /* Added for iOS support */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    border: 1px solid var(--theme-color);
}

.ourservices .card-container,
.ourservices .card,
.ourservices .card-front,
.ourservices .card-back {
    height: 100%;
    overflow: unset;
}

.ourservices .read-more-btn {
    background-color: var(--theme-color);
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: background-color 0.3s;
    border: 1px solid var(--theme-color);
}

.ourservices .read-more-btn:hover {
    background-color: #000;
    border: 1px solid var(--theme-color);
}

@media only screen and (max-width: 768px) {
    .ourservices .card-container {
        perspective: 1200px;
        -webkit-perspective: 1200px;
    }
    .ourservices .card {
        transition: transform 0.8s;
        -webkit-transition: transform 0.8s;
    }
    .ourservices .read-more-btn {
        font-size: 14px;
    }
}


/* end */

.breadcrumb_area {
    background-position: 0 50%;
    background-repeat: no-repeat !important;
    background-color: #fff;
    background-size: cover!important;
    padding: 118px 0;
    background-repeat: no-repeat !important;
    /* background-size: 300px 100px !important; */
    background-position: 0% 10%!important;
    position: relative;
    z-index: 1;
}

.breadcrumb_area:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 25%);
    z-index: -1;
}

.tog_content ul li {
    margin-top: 0.5rem;
}

.list-styled-disc li {
    list-style: disc;
}

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

.breadcrumb_area h2 {
    font-size: 44px !important;
    margin: auto;
}

.contactlogo {
    width: 100px;
}

.font-prompt {
    font-family: "Prompt", sans-serif;
}

.fs-45 {
    font-size: 45px;
}

.ctaform .form-control {
    border-radius: 30px;
    padding: 20px 13px;
    /* border-radius: 13px; */
    color: #fff !important;
}

.submitbtn {
    padding: 13px 40px;
    /* border-radius: 13px; */
    font-weight: 500;
    color: #000 !important;
}

.ctaform ::placeholder {
    color: var(--theme-color);
    font-weight: 500;
    font-size: 18px;
}

.submitbtn {
    background: #F4924C !important;
    font-size: 18px;
    width: 100%;
    font-weight: 600;
}

.blogs p {
    height: 5em;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-bullets {
    padding-top: 1rem;
}

.offcanvas {
    background-color: #000;
}

@media(max-width:767px) {
    .logo {
        width: 80px;
    }
    .py-6 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-9 {
        padding: 11rem 0;
    }
    .mainbanner h1 {
        font-size: 43px;
    }
    .section_head h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .fs-25 {
        font-size: 20px;
    }
    .fs-19 {
        font-size: 16px;
    }
    .w-200 {
        width: 130px;
        margin: auto;
    }
    .offcanvas .navbar-nav {
        margin-top: 0.75rem;
        margin-bottom: 0.5rem;
        padding: 0 30px;
    }
    .navbar .logo-image img {
        /* width: 100%; */
        height: 45px;
        object-fit: contain;
    }
    .breadcrumb_area {
        padding: 40px 0;
    }
    .breadcrumb_area h2 {
        font-size: 20px !important;
        margin: auto;
        /* text-transform: uppercase; */
    }
    .icon-lg {
        width: 8.5rem;
        height: 8.5rem;
    }
    .icon-lg img {
        /* border: 1px solid; */
        width: 86px;
    }
    .fs-45 {
        font-size: 24px;
    }
    .footleft img {
        width: 262px;
    }
}

@media(min-width:992px) {
    .p-30 {
        padding: 0 68px
    }
    .p-36 {
        padding: 0 36px
    }
}

.privacypolicy h2 {
    font-size: 23px;
    color: var(--theme-color);
}

.privacypolicy h1 {
    color: var(--theme-color);
}

.privacypolicy a {
    color: var(--theme-color);
}

.privacypolicy h4 {
    font-size: 19px;
}

.privacypolicy p {
    color: #fff;
}

.privacypolicy ul {
    font-size: 16px;
    color: #fff;
}

.tog_content p {
    color: #fff;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
 :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #af8c53 !important;
    border-color: #af8c53 !important;
}


/* Left Image Sticky Section */

.about_left {
    flex: 1;
    position: sticky;
    position: -webkit-sticky;
    top: 17rem;
    /* Sticky position from the top */
    height: auto;
    /* min-height: 25rem; */
    /* padding: 2rem; */
}

.about_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 1.2rem; */
    /* box-shadow: 0 6px 10px #00000024; */
}


/* Right Cards Section */

.sticky_animate {
    will-change: transform;
    transform: translate3d(0px, -0.585px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    z-index: 4;
    overflow: visible;
    height: auto;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1;
}

.timeline_main {
    flex: 2;
}

.sticky-card {
    position: sticky;
    position: -webkit-sticky;
    top: 5rem;
    /* Position where the card will stick */
    background-color: var(--theme-color);
    border-radius: 1.2rem;
    /* min-height: 25rem; */
    margin-top: 0.5rem;
    /* padding: 2rem; */
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0s 0.5s;
    /* Smooth fade */
}

.sticky-card.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.scale-in-ver-center {
    -webkit-animation: scale-in-ver-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-ver-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-ver-center {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes scale-in-ver-center {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
}

.reveal img {
    object-fit: cover;
    transform-origin: left;
    height: 100%;
}

.reveal {
    visibility: hidden;
    position: relative;
    overflow: hidden;
}


/* new css */

.single-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
}

.date-area {
    display: flex;
    background: linear-gradient(to right, #af8c53 45%, #000 45%, #000 45%, #af8c53 50%);
    order: 2;
    text-align: center;
    color: #fff;
    font-size: 28px;
    flex-basis: 100px;
}

.date-area>span {
    font-size: 20px;
    line-height: 50px;
    margin: auto;
    background: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.content {
    text-align: center;
    padding: 20px;
    border-radius: 25px;
    color: #fff;
    order: 3;
    width: 80%;
    padding-left: 10px;
    background: transparent;
    border: 1px solid #fff;
}

.content p {
    margin-bottom: 0;
    color: #fff;
}

.content {
    margin-bottom: 3%;
}

.content h2 {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.content h3 {
    margin: 5px;
    font-size: 14px;
    color: #000;
}
.button_sticky {
    width: 30px;
    min-height: 250px;
    transition: width 0.5s, height 1s;
    position: fixed;
    right: -20px;
    z-index: 9;
    top: 150px;
}
.apply_btn {
    background: var(--theme-color);
    color: #fff;
    padding: 13px 10px 15px 10px;
    font-size: 15px;
    float: left;
    border-radius: 5px 5px 0 0;
    position: relative;
    left: -125px;
    top: 126px;
    width: max-content;
    transform: rotate(-90deg);
    box-shadow: 0 0 5px #00000024;
    text-align: center;
    border:1px solid #fff;
	font-weight: 500;
}
.apply_btn:hover{
	 background: #000;
}
@media (max-width: 767px) {
    .booktoday {
        font-size: 12px;
        padding: 4px !important;
    }
	.apply_btn {
 
    padding: 5px 10px 13px 10px;
    font-size: 14px;
  
    left: -114px;
  
}
}
@media (min-width: 640px) {
    .content,
    .custom {
        width: 40%;
    }
    .box-right .content {
        order: 1;
        padding-right: 10px;
        border-radius: 25px;
    }
    .box-right .custom {
        order: 3;
    }
}