:root{
    /* FONT_SIZE */
    --h1-font: 89px;
    --h2-font: 89px;
    --h3-font: 89px;
    --h4-font: 41px;
    --h5-font: 24px;
    --h6-font: 20px;
	--body_font:16px;
    --body_font_large:18px;
    --body_font_xlarge:20px;

    /* FONT_WEIGHT */
    --extra_bold: 900;
    --bold_font:700;
	--semi_bold_font:600;
	--medium_font:500;  
	--regular_font:400;
	--light_font:300;
    --extra-light-font:200;

    /* FONT_FAMAILY */
    --body_font_family: 'Codec Pro';
    --secondary_font_family:'Syne';
    --font-family: 'Codec Pro';
    
    /* Lightbox vars */
    --main-bgcolor: #09090c;
	--main-color: #dcdce5;
    
    --secondary-bgcolor: #222222;
    
}
body{
    background-color: #222222;
}
ul{
    list-style: none;
}
/*............................Typography And Global Setting............................*/
    *box-sizing{padding: 0px;margin:0px;} 
    .container{max-width: 100%; width: 1374px;}


    h1{font-size: var(--h1-font); font-weight: var(--extra_bold); line-height: 77px; font-family: var(--body_font_family); letter-spacing: 1px;color: #fff;}
    h2{font-size: var(--h2-font); font-weight: var(--extra_bold); line-height: 77px; font-family: var( --body_font_family); color: #fff;}
    h3{font-size: var(--h2-font); font-weight: var(--semi_bold_font); line-height: 77px; font-family: var( --body_font_family); color: #fff;}
    h4{font-size: var(--h4-font); font-weight: var(--extra-light-font); line-height: 55px; font-family: var( --body_font_family);}
    h5{font-size: var(--h5-font); font-weight: var(--bold_font); line-height: 28px; font-family: var( --body_font_family);}
    h6{font-size: var(--h6-font); font-weight: var(--semi_bold_font); font-family: var(--secondary_font_family); line-height: 22px;}
    p{font-size: var(--body_font); color: #fff; margin-bottom: 0; font-family: var(--font-family);}
    
    .prefix{  font-family: var(--body_font_family); font-style: normal; font-size: 64px; line-height: 77px; color: #fff; margin-bottom: 23px;}
    .heading-content{  font-family: var(--body_font_family); font-style: normal; font-size: var(--h2-font); font-weight: 900; color: #ff3158; margin-bottom: 60px;}

    
    .theme-btn-background a{
        background: linear-gradient(180deg, #F7B787 -28.85%, #ff3158 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border-bottom: 1px solid #ff3158;
        padding-bottom: 5px;
        letter-spacing: 2px;
        font-size: var(--body_font);
        letter-spacing: 3px;
        font-weight: var(--medium_font);
    }
    .theme-btn-background a:hover{
        -webkit-text-fill-color: #fff;
        border-color: #fff;
    }
    .theme-btn-background i{
        width: 50px;
        height: 50px;
        background: linear-gradient(180deg, #F7B787 -28.85%, #ff3158 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: #fff;
        margin-left: 10px;
        border: 1px solid #ff3158;
        cursor: pointer;
    }
    .theme-btn-background i:hover{
        background: transparent;
        border: 1px solid #ff3158;
        color: #ff3158;
    }
    .theme-btn-transparent a{
        background: linear-gradient(180deg, #F7B787 -28.85%, #ff3158 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-decoration: none;
        border-bottom: 1px solid #ff3158;
        padding-bottom: 5px;
        font-size: var(--body_font);
        letter-spacing: 3px;
        font-weight: var(--medium_font);
        transition: 0.4s all linear;
    }
    .theme-btn-transparent a:hover{
        -webkit-text-fill-color: #fff;
        border-bottom: 1px solid #fff;
    }
    .theme-btn-transparent i{
        width: 50px;
        height: 50px;
        background-color: transparent;
        border: 1px solid #ff3158;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: #ff3158;
        margin-left: 10px;
        cursor: pointer;
    }
    .theme-btn-transparent i:hover{
        background-color: #ff3158;
        color: #fff;
    }
    
    .theme-btn-transparent a.nounderline{
        border-bottom: none;
    }
    
    
    
    .theme-btn3{
        background: #ff3158;
        color: #fff;
        z-index: 9;
        position: absolute;
        right: 0;
        top: 10%;
        padding: 11px 25px;
        border-bottom-left-radius: 26px;
        border-top-left-radius: 26px;
        cursor: pointer;
    }   
    a{
        text-decoration: none;
    }
    .icon a{
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ff3158;
        font-size: 20px;
        margin: 0 auto;
    }
/* HEADER CSS START */
header{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
    background-color: transparent;
}
header .navbar{
    padding: 0px 0px;
}
header nav ul li{
    padding: 0px 35px 0px 0px!important;
}
header nav ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: var(--medium_font);
    font-family: var(--secondary_font_family);
    transition: 0.3s all ease-in;
    position: relative; 
}
header nav ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    left: 0;
    bottom: -33px;
    background-color: #ff3158;
    transition: all 0.3s ease-in;
}
header nav ul li a:hover::after{
    width: 100%;
}
header nav ul li a:hover{
    color: #fff;
}
header nav ul{
    padding-left: 0;
}
header a.nav-link {
    outline: none;
}
.toggle-btn{
    font-size: 34px;
    color: #ff3158;
}
.header-icon a {
    width: 35px;
    height: 35px;
    font-size: 20px;
    color: #ffffffd6;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all linear;
}
.header-icon a:hover{
    background-color: #ff3158;
    color: #fff;
}
.collapse:not(.show) {
    display: block;
}
.border {
    opacity: 0.2;
}
.offcanvas-header{
    display: none;
}
.header-logo{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 60px;
}

.header-logo img, .header-logo-short img{
    max-height: 55px;
}

.header-logo-short{
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-short, .footer-short {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-short img, .footer-short img {
    max-height: 55px;
}

.header-short div, .footer-short div{
    width: 100%;
    display:block;
    color:white;
    text-align:center;
}

.header-short .head1{
    font-size: 24px;
}

.header-short .head2{
    font-size: 20px;
}

/* HEADER CSS END */

/* BANNER CSS START */
.banner .carousel-indicators{
    bottom: 20%;
    justify-content: space-between;
    margin-right: 12%;
    margin-left: 26%;
}
.banner .carousel-indicators button{
    text-indent: 0px!important;
    margin-right: 0px!important;
    margin-left: 0px!important;
    opacity: 1;
    background-color: transparent;
    width: auto;
    height: auto;
}
.carousel-indicators .active h4 {
    font-size: 42px;
    transition: all 0.3s ease;
}
.banner img{
    width: 100%;
}
.border-right1{
    position: absolute;
    right: 67%;
    width: 110px;
    height: 1px;
    background: #ff3158;
    bottom: 72px;
} 
.border-right2{
    position: absolute;
    right: 23%;
    width: 110px;
    height: 1px;
    background:  #ff3158;
    bottom: 72px;
}
.border-right3{
    position: absolute;
    right: -17%;
    width: 110px;
    height: 1px;
    background:  #ff3158;
    bottom: 72px;
}
.border-shape h6:first-child{
    color: #ff3158;
    opacity: 1;
    padding-right: 4px;
}
.border-shape h6{
    color: #fff;
    opacity: 0.3;
    font-weight: var(--medium_font);
    font-family: var(--secondary_font_family);
}
.follow-us{
    position: absolute;
    top: 28%;
    left: 2%;
    z-index: 9;
}
.follow-us ul li a i{
    color: #fff;
    padding: 14px 0px;
    font-size: 18px;
}
.follow-us p{
    padding-bottom: 170px;
    transform: rotate(180deg);
    writing-mode: tb;
    font-size: 14px;
    font-family: var(--secondary_font_family);
    word-spacing: 10px;
    font-weight: var(--semi_bold_font);
}
.social-icon{
    padding-top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icon::after{
    content: '';
    position: absolute;
    top: 52%;
    left: 40%;
    background-color:  #ff3158;
    width: 1px;
    height: 120px;
    display: flex;
    opacity: 0.7;
}
.countrey h4{
    color: #fff;
    font-size: 32px;
    font-weight: var(--bold_font);
    font-family: var(--secondary_font_family);
}
.carousel-control-prev{
    display: none;
}
.carousel-control-next{
    display: none;
}

/* BANNER CSS END */

.digitalTransformation{
    padding: 40px 0px;
    background: rgba(0, 0, 0, 0.3);
}



/* TRIP CSS START */
.scroll-btn{
    position: absolute;
    bottom: 74%;
    right: 3%;
    z-index: 9;
}
.trip{
    padding: 24px 0px;
    background: rgba(0, 0, 0, 0.3);
    /*margin-top: -97px;*/
    position: sticky;
}
.trip p{
    font-weight: var(--medium_font);
    padding-left: 15px;
    color: #fff;
    letter-spacing: 1px;
    max-width: 174px;
    font-family: var(--secondary_font_family);
}
.trip-content{
    display: grid;
    grid-template-columns: auto auto auto auto;
}
/* TRIP CSS START */

/* DESTINATION CSS START */
.destination{
    padding: 140px 0px 0px 0px;
}
.book-destination{
    background-color: #292929;
    border-radius: 10px;
    padding: 100px 36px;
}
.book-destination i{
    font-size: 24px;
}
label{
    color: #ff3158;
    font-family: var(--body_font_family); 
    padding-left: 5px;
    font-weight: var(--light_font);
}
.destination input {
    background: transparent!important;
    padding: 0px 0px 0px 5px!important;
    height: auto!important;
    border-radius: 0px!important;
    color: #fff;
    font-size: var(--body_font);
    letter-spacing: 0.7px;
    font-weight: var(--semi_bold_font);
    font-family: var(--body_font_family);
    width: 100%;
}
.destination input::placeholder{
    color: #fff;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
    margin-left: -21px;
}
[type="search"]::-webkit-search-cancel-button {
    color: #fff!important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url(../images/chevron-down-solid.svg);
    width: 10px;
}
select:focus-visible{
    outline: none;
}
select{
    background-color: #292929;
    color: #fff;
    font-weight: var(--semi_bold_font);
    letter-spacing: 0.7px;
    font-family: var(--body_font_family);
    -webkit-appearance: none;
    padding-left: 5px;
}
.form-group p{
    padding-left: 5px;
    color: #ff3158;
    letter-spacing: 0.7px;
}
.form-group p:last-child{
    font-weight: var(--semi_bold_font);
}
.search-icon a{
    width: 50px;
    height: 60px;
    background: linear-gradient(180deg, #F7B787 -28.85%, #ff3158 100%);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    transition: 0.3s all linear;
}
.search-icon a:hover{
    background: transparent;
    border: 1px solid #ff3158;
    color: #ff3158;
}
.search-icon a i{
   display: flex;
}
.book-destination{
    z-index: 1;
    position: relative;
}
.book-now{
    width: 100%;
    text-align: center;
    font-size: 286px;
    line-height: 0px;
    z-index: -1;
    color: #ff3158;
    opacity: 0;
    font-weight: var(--bold_font);
    transition: all 0.5s linear;
} 
.destination-inner:hover .book-now{ 
    z-index: -1;
    opacity: 0.06;
    transform: translateY(10px);
}
.form-border{
    position: relative;
}
.form-border:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 228px;
    background: radial-gradient(50% 50% at 50% 50%, #ff3158 0%, rgba(254, 160, 90, 0.03) 100%);
    width: 2px;
    height: 72px;
    transform: rotate(180deg);
}
.form-select {
    background-color: transparent;
    border: none;
    padding-left: 5px;
    color: #ffffff;
}
.search-btn a{
    background: linear-gradient(180deg, #F7B787 -28.85%, #ff3158 100%);
    padding: 10px 52px;
    color: #fff;
    font-weight: var(--medium_font);
    display: none;
}
/* DESTINATION CSS END */

/* ABOUT */

.about{
    font-size: var(--body_font_large);
    padding: 200px 0px 230px 0px;
}

@media(max-width: 990px){
    .about{
        padding: 120px 0px;
    }
}

.about-bgcolor{
    background-color:rgba(0, 0, 0, 0.5);
}

.about-heading{
    padding-bottom: 40px;
}

@media(max-width: 990px){
    .about-heading{
        padding: 20px 0px;
    }
}

.about a, .about a:visited, .about a:link, .about p, .about h5{
    color:white;
}

.about a:hover{
    color:#ff3158;
    text-decoration: underline;
}

.about p{
    font-size: var(--body_font_xlarge);
    margin-bottom: 20px;
}

.about-bg {
    background: url('/images/Villa Unique-07.jpg');
    background-size: cover;
}

/* ABOUT END */

/* Blue zone */

.bluezone-bg {
    background: url('/images/Casablanca TN.jpg');
    background-size: cover;
}

.bz-space {
    width: 100%;
    height: 800px;
    margin-bottom: 40px;
}

@media(max-width: 990px){
    .bz-space{
        height: 600px;
    }
}


/* Blue zone end */

/* JOURNEY CSS START */
.journey{
    padding: 200px 0px 230px 0px;
}

.journey h2{
    margin-bottom: 20px!important;
}
.explore a{
    color: #ff3158;
    padding-right: 20px;
    padding-left: 15px;
}
.explore i{
    width: 50px;
    height: 50px;
    background-color: #ff3158;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}
.explore-icon{
    width: 60px;
    height: 60px;
    background-color: #ff315812;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ff3158;
    font-size: 22px;
    padding: 0px 30px;
}
.our-provied h6{
    color: #ff3158;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: var(--semi_bold_font);
    font-family: var(--body_font_family);
}
.our-provied p{
    max-width: 265px;
    font-size: var(--body_font);
    font-weight: var(--light_font);
    font-family: var(--regular_font);
}
.our-provied{
    padding-left: 20px;
    padding-bottom: 20px;
}
.explore-content{
    width: 30%;
}

.explore-img{
    margin-left: 50px;
}
.explore-img img{
    margin-top: 50px;
    max-width: 100%;
    border-radius: 30px;
    transition: all 0.4s ease-in;
}

.explore-background {
    margin-top: 20px;
    border-radius: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s ease-in;
    height: fit-content;
}

.journey-content{
    padding-bottom: 20px;
}

.journey-content a, .journey-content.a:visited, .journey-content a:link{
    color:white;
}

.journey-content a:hover{
    color:#ff3158;
    text-decoration: underline;
}

.journey-heading{
    padding-bottom: 40px;
}

@media(max-width: 990px){
    .journey-heading{
        padding: 100px 0px 40px 0px;
    }
}


/* JOURNEY CSS END */

/* Services CSS START */
.services{
    font-size: var(--body_font_large);
    padding: 140px 0px;
    color:white;
}

@media(max-width: 990px){
    .services{
        padding: 20px 0px;
    }
}

.services p{
    font-size: var(--body_font_large);
    margin-bottom:20px;
}

.services a, .services.a:visited, .services a:link{
    color:white;
}

.services a:hover{
    color:#ff3158;
    text-decoration: underline;
}

.services img {
    border-radius : 10px;
    margin-bottom: 20px;
    display: block;
}

.services-heading{
    padding-bottom: 40px;
}

@media(max-width: 990px){
    .services-heading{
        padding: 20px 0px;
    }
    .services img{
        margin: 0px auto;
        margin-bottom: 20px;
    }
}


/* JOURNEY CSS END */



/* TRAVELING CSS START */
.deals{
    font-size: 380px;
    line-height: 0px;
    color: #ff3158;
    opacity: 0.03;
    font-weight: var(--bold_font);
    z-index: -1;
    position: sticky;
    transform: translateY(-115px);
    margin-bottom: 180px;
}
.deal-icon{
    transition: 0.3s all ease-in;
}
.deal-icon a{
    padding-top: 20px;
    font-size: 18px;
    font-weight: var(--light_font);
    font-family: var(--font-family);
    display: block;
    color: #fff;
}
.deal-img{
    width: 100px;
    height: 100px;
    background-color: #ff31580d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: 0.4s all linear;
}

.deal-icon .deal-img:hover{
    transform: translateY(-15px);
    background-color: #ff315840;
}
.deal-icon a:hover{
    color: #ff3158;
}
.traveling-btn{
    padding-top: 100px!important;
}
/* TRAVELING CSS END */

/* OUTDOOR CSS START */
.outdoor{
    padding: 40px 0px;
}
.sub-title{
    font-size: 380px;
    line-height: 0px;
    color: #fea15a08;
    font-weight: var(--bold_font);
    z-index: -1;
    position: sticky;
    transform: translateY(-115px);
    margin-bottom: 100px;
}
.flipster__item{
    z-index: 4!important;
    margin-right: -90.8px!important;
}
.flipster--coverflow .flipster__item--past .flipster__item__content {
    transform: scale(.80) rotateY(30deg)!important;
}
.flipster--coverflow .flipster__item--future .flipster__item__content {
    transform: scale(.80) rotateY(-31deg)!important;
}
.flipster--coverflow .flipster__item__content{
    -webkit-box-reflect: unset!important;
}
.flip-content{
    position: absolute;
    bottom: 0;
    padding: 30px 30px 30px 30px;
    background-color: rgba(0,0,0,0.6);
    width:100%;
}
.flip-content h5 a{
    color: #ff3158;
    font-size: 22px;
    font-weight: var(--semi_bold_font);
    display: block;
}
.flip-content p{
    display: none;
    margin-bottom: 20px;
}
.flip-content a{
    display: none;
    color: #ff3158;
    font-size: var(--body_font);
    letter-spacing: 2px;
}
.flip-content .border-right{
    display: none;
}
.flipster__item--current {
    position: relative;
}
.flipster__item--current .flip-content{
    z-index: 9;
}
.outdoor img{
    border-radius: 10px;
}
.flipster__item--current .flip-content h5 a{
    font-size: 24px;
}
.flipster__item--current .flip-content p{
    display: block;
    font-size: 16px;
    font-family: var(--font-family);
    font-weight: var(--light_font);
}
.flipster__item--current .flip-content a{
    display: block;
}
.flipster__item--current .flip-content .border-right{
    display: block;
}
.flipster__item--current .overlay1{
    width: 100%;
    background: #06080852;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    bottom: 0;
    border-radius: 10px;
}
.border-right{
    position: absolute;
    right: 0;
    width: 120px;
    height: 1px;
    background-color: #ff3158;
    display: inline-block;
    bottom: 25%;
}
/* OUTDOOR CSS END */

/* PLACESES CSS START */
.places{
    overflow: hidden;
    padding: 140px 0px 0px 0px;
}
.place{
    font-size: 380px;
    line-height: 0px;
    color: #fea15a08;
    font-weight: 900;
    z-index: -1;
    position: sticky;
    transform: translateY(-115px);
    margin-bottom: 100px;
}
.slider-content{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0px 40px 40px 40px;
}
.slider-content i{
    color: #FFC107;
    margin-bottom: 20px;
    font-size: 14px;
}
.slider-content h5{
    color: #ff3158;
    font-size: 24px;
    font-weight: var(--semi_bold_font);
    position: relative;
    padding-bottom: 20px;
    cursor: pointer;
}
.slider-content h5::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(180deg, #F7B787 -28.85%, #ff3158 100%);
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider-content h6{
    font-size: var(--body_font);
    color: #fff;
    font-weight: var(--light_font);
    font-family: var(--body_font_family);
}
.slider-content .review{
    font-family: var(--body_font_family);
}
.slider-content p{
    font-family: var(--font-family);
    max-width: 360px;
    font-weight: var(--light_font);
}
.slider-content p:last-child{
    font-family: var(--body_font_family);
}
.slider-img img {
    width: 100%;
    border-radius: 40px;
    max-width: 100%;
}
.slider-bar{
    position: relative;
    margin: 0px 20px;
    padding: 0px 0px!important;
}
.slider-button{
    width: fit-content;
}
.slider-button a{
    padding: 11px 28px;
    background: linear-gradient(180deg, #F7B787 -28.85%, #ff3158 100%);
    color: #fff;
    border-radius: 50px;
    border: 1px solid #ff3158;
    font-weight: var(--medium_font); 
    font-family: var(--body_font_family)
}
.slider-button a:hover{
    color: #ff3158;
    background: transparent;
    border: 1px solid #ff3158;
}
.slider-button span{
    font-size: 12px;
}
.slick-prev, .slick-next{
    z-index: 9;
    top: 45%!important;
    padding: 24px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    border-radius: 50%;
    background-color: #ffffff4d!important;
}
.slick-prev:before, .slick-next:before{
    font-family: none!important;
    color: #ff3158!important;
}
.slick-prev:before{
    color: #ff3158!important;
}
.slick-prev{
    left: 3.5%!important;
}
.slick-next{
    right: 3.5%!important;
}
.slick-prev:hover{
    color: #fff;
    background: linear-gradient(180deg, #F7B787 -28.85%, #ff3158 100%)!important;
}
.slick-next:hover{
    background: linear-gradient(180deg, #F7B787 -28.85%, #ff3158 100%)!important;
}
.slick-prev:hover::before{
    color: #fff!important;
}
.slick-next:hover::before{
    color: #fff!important;
}
.row{
    --bs-gutter-x: 0rem!important   ;
}
/* PLACESES CSS END */

/* PACKAGES CSS START */
.packages{
    overflow: hidden;
    padding: 40px 0px 0px 0px;
}
.packages .row>*{
    padding: 0px!important;
}
.package-img{
    position: relative;
    overflow: hidden;
}
.package-img img{
    width: 100%;
}
.package-img:hover .overlay{
    opacity: 1;
    height: 100%;
}
.package-info h4 span{
    font-weight: var(--bold_font);
}
.package-info p{
    max-width: 283px;
}
.package-img:hover .overlay h4{
    color: #fff;
    margin-bottom: 30px;
    font-weight: var(--regular_font);
}
.border-top{
    transform: rotate(360deg);
    height: 100px;
    width: 2px;
    background: #ff3158;
    position: absolute;
    top: 0;
}
.package-img:hover .overlay p{
    margin-bottom: 30px;
    opacity: 0.8;
    font-family: var(--font-family);
    font-weight: var(--light_font);
}
.overlay{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: #000;
    width: 100%;
    height: 0;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding:  95px 50px 65px 50px;
}
.overlay .package-btn a{
    padding-left: 0;
}
/* PACKAGES CSS END */

/* HOLIDAY CSS START */
.go{
    font-size: 400px!important;
    margin-bottom: 90px;
}
.holiday-img{
    position: relative;
}
.holiday-img img{
    max-width: 100%;
    height: auto;
    backdrop-filter: drop-shadow(0px 10px 40px rgba(254, 160, 90, 0.05));
}
.holiday-icon .play-btn{
    font-size: 20px;
    background-color: #fff;
    color: #ff3158;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}
.holiday .btn{
    border: 0;
}
.btn:focus{
    box-shadow: none;
}
button:focus:not(:focus-visible) {
    outline: none!important;
}
.holiday-icon{
    position: absolute;
    top: 60%;
    right: -36%;
}
iframe{
    width: 100%;
    height: 600px;
}
.holiday-icon p{
    color: #ff3158;
    letter-spacing: 2px;
    padding-left: 10px;
    max-width: 172px;
}
.modal-content{
    background-color: transparent;
    border: none;
}
.modal{
    --bs-modal-padding: 20px 0px 0px;
}
.holiday-icon .modal .btn-close{
    background-color: #FFFFFF;
    background-image: unset;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    right: 20px;
    border-radius: 100%;
    padding: 4px;
    top: 0px;
    display: flex;
    justify-content: center;
}
.holiday-icon .btn-close i:hover {
    opacity: 1;
}

/* HOLIDAY CSS END */

/* BLOGS CSS START */
.blog-title{
    margin-bottom: 220px;
}
.blogs{
    padding: 140px 0px;
}
.blogs .col-xxl-7{
    z-index: 9;
}
.blogs-content{
    width: 800px;
    height: 445px;
    background: #ff31580d;
    border-radius: 30px;
    margin-left: -256px;
    margin-top: 30px;
    padding: 30px 22px 20px 290px; 
    transition: 0.3s all linear;
}
.blogs-img{
    margin-bottom: 60px;
}
.blog-img img{
    width: 100%;
    border-radius: 30px;
}
.blogs-img img{
    border-radius: 50%;
}
.blog-review{
    padding-left: 10px;
}
.blog-review h6{
    color: #fff;
    font-size: var(--body_font);
    font-family: var(--body_font_family);
}
.blog-review p{
    font-size: 14px!important;
    font-weight: var(--extra-light-font)!important;
    padding-top: 0px!important;
}
.blog-button{
    color: #fff;
    border-bottom: 1px solid #ff315854;
    padding-bottom: 22px;
}
.blog-button a{
    background-color: #ff3158;
    color: #fff;
    padding: 5px 12px;
    margin-right: 38px;
    border-radius: 2px;
    border: 1px solid #ff3158;
    font-weight: var(--semi_bold_font);
    cursor: pointer;
}
.blog-button a:hover{
    background-color: transparent;
    border: 1px solid #ff3158;
    color: #ff3158;
}
.blog-button i{
    font-size: var(--body_font);
    color: #ff3158;
    padding-right: 7px;
    cursor: pointer;
}
.blog-button span{
    font-family: var(--body_font_family);
    font-weight: var(--semi_bold_font);
}
.blogs-content p{
    font-size: var(--h5-font);
    font-weight: var(--semi_bold_font);
    padding: 20px 0px 0px 0px;
    font-family: var(--body_font_family);
}
.blog-btn{
    padding-top: 60px;
}
.blogs:hover .blogs-content{
    transform: translateY(-30px);
} 
.blog-theme{
    position: absolute;
    top: 12%;
    background-color: #ff3158;
    padding: 12px 28px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    color: #fff;
    font-weight: var(--semi_bold_font);
    cursor: pointer;
}

/* BLOGS CSS END */

/* TRAVEL GUIDE CSS START */
.guiadence-heading{
    padding: 140px 0px;
    z-index: 1;
    position: relative;
}
.travel-guide{
    background-position: center;
}
.travel-guide-btn{
    margin-top: 40px;
}
/* TRAVEL GUIDE CSS END */

/* HOTSPOT CSS START */
.hotspot{
    padding: 140px 0px 60px 0px;
}
.hotspot-heading h2{
    margin-bottom: 50px;
}
.hotspot-inner{
    position: relative;
}
.hotspot-inner img{
    width: 100%;
}
.hotspot-inner .hotspot-point {
    display: inline-block;
}
.hotspot-inner .hotspot-point:after {
    display: block;
}
.hotspot-inner .hotspot-point{
    position: absolute;
}
.hotspot-inner .hotspot-point:hover .hotspot-info{
    display: block;
}
.hotspot-inner .hotspot-point a i{
    color: #fff;
    font-size: 26px;
}
.hotspot-inner .hotspot-point:nth-of-type(1) {
    left: 13.6%;
    top: 14.5%;
}
.hotspot-inner .hotspot-point:nth-of-type(2) {
    top: 26.9%;
    left: 16.1%;
}
.hotspot-inner .hotspot-point:nth-of-type(3) {
    top: 25.4%;
    left: 21.1%;
}
.hotspot-inner .hotspot-point:nth-of-type(4) {
    top: 30.5%;
    left: 24.5%;
}
.hotspot-inner .hotspot-point:nth-of-type(5) {
    top: 69%;
    left: 28.6%;
}
.hotspot-inner .hotspot-point:nth-of-type(6) {
    top: 4.7%;
    left: 35.3%;
  }
.hotspot-inner .hotspot-point:nth-of-type(7) {
    top: 7%;
    left: 39.5%;
}
.hotspot-inner .hotspot-point:nth-of-type(8) {
    top: 14.5%;
    left: 55.3%;
}
.hotspot-inner .hotspot-point:nth-of-type(9) {
    top: 25.4%;
    left: 52.8%;
}
.hotspot-inner .hotspot-point:nth-of-type(10) {
    top: 66.2%;
    left: 82%;
}
.hotspot-inner .hotspot-point:nth-of-type(11) {
    top: 42.8%;
    left: 45.3%;
}
.hotspot-inner .hotspot-point:nth-of-type(12) {
    top: 64.8%;
    left: 52%;
}
.hotspot-inner .hotspot-point:nth-of-type(13) {
    top: 42%;
    left: 52.8%;
}
.hotspot-inner .hotspot-point:nth-of-type(14) {
    top: 29%;
    left: 56.2%;
}
.hotspot-inner .hotspot-point:nth-of-type(15) {
    top: 26.1%;
    left: 70.4%;
}
.hotspot-inner .hotspot-point:nth-of-type(16) {
    top: 17%;
    left: 67.8%;
}
.hotspot-inner .hotspot-point:nth-of-type(17) {
    top: 18.7%;
    left: 77.8%
}
.hotspot-inner .hotspot-point:nth-of-type(18) {
    top: 40.4%;
    left: 67.8%;
}
.hotspot-info{
    width: max-content;
    background-color: #222226;
    border-radius: 20px;
    display: none;
    z-index: 9;
    position: absolute;
    transform: translate(-80px, 10px);
    top: 0;
    bottom: auto;
    left: 50%;
}
.hotspot-img img{
    width: 100%;
    border-radius: 20px;
}
.hotspot-info h6{
    color: #fff;
    border-top: 1px solid #ff3158;
    padding-top: 14px;
    font-size: 15px;
    font-family: var(--body_font_family);
}
.hotspot-info span{
    font-size: 19px;
    padding: 0px 5px;
    color: #ff3158!important;
}
.hotspot-info h5{
    color: #fff;
    font-size: 15px;
}
.hotspot-info p{
    font-size: 13px;
}
.hotspot-content a .hotspot-icon i{
    color: #FFC112;
    font-size: 12px;
}
.hotspot-border{
    width: 2px;
    height: 90px;
    background-color: #ff3158;
    transform: rotate(90deg);
}
.hotspot-content{
    padding: 15px 12px;
}
.hotspot-content img{
    padding-right: 10px;
}
.hotspot-icon1{
    padding: 10px 0px 12px 0px;
}
.hotspot-icon1 p{
    font-family: var(--font-family);
    font-size: 15px;
}
.hotspot-icon1 img{
    max-width: fit-content;
}

/* HOTSPOT CSS END */

/* FOOTER CSS START */
.footer-inner{
    padding-bottom: 40px;
}
.footer-heading h4{
    font-size: var(--h4-font);
    color: #fff;
}
.footer-heading span{
    color: #ff3158;
    font-size: var(--h4-font);
    font-weight: var(--bold_font)!important;
}
.footer-item .nav-link{
    padding: 0px;
}
.footer-item h5{
    margin-bottom: 20px;
    color: #ff3158;
    font-size: var(--h6-font);
    font-weight: var(--bold_font);
}
.footer-item a{
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: var(--regular_font);
    transition: 0.4s all linear;
}
.footer-item a:hover{
    color: #ff3158;
}
.footer-item p{
    font-size: 18px;
    max-width: 220px;
    margin-bottom: 10px;
    font-weight: var(--semi_bold_font);
    font-family: var(--body_font_family);
    line-height: 38px;
    transition: 0.3s all linear;
}
input {
    border: none;
    background: #272727;
    border-radius: 30px;
    padding: 10px 40px 10px 20px;
    height: 52px;
}
.footer-item form a i {
    color: #fff;
    background: linear-gradient(180deg, #F7B787 -28.85%, #ff3158 100%);;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin-left: -51px;
    font-size: 28px;
    transform: rotate(45deg);
}
input::placeholder {
    color: #fff9;
    font-size: 14px;
}
input:focus-visible{
    outline: none;
}
input[type="email"] {
    color: #fff;
}
.footer-img img{
    max-height:55px;
}

.footer-item form a i:hover{
    background: transparent;
    border: 1px solid #ff3158;
    color: #ff3158;
}
.footer-content h6{
    color: #fff;
    font-size: 14px;
    font-weight: var(--regular_font);
}
.footer-content p, .footer-short-content p{
    font-weight: var(--extra-light-font);
    color: #ffffff85;
    font-size: var(--body_font);
}
.footer-content p span a, .footer-short-content p span a{
    font-weight: var(--semi_bold_font);
    color: #fff;
}
.footer-up{
    padding: 30px 0px 50px 0px;
}
.footer-content ul li a, .footer-short-content ul li a{
    font-size: 14px;
    color: #fff;
    font-weight: var(--semi_bold_font);
}
.footer-content a:hover, .footer-short-content a:hover{
    color: #ff3158;
}

.footer-short-content {
    padding: 20px;
}

.footer-icon li a i{
    color: #fff;
    font-size: 24px;
    padding-right: 32px;
    transition: 0.3s all linear;
}
.footer-icon li a i:hover{
    color: #ff3158;
}
.footer-bottom{
    padding-bottom: 20px;
}


/* SCROLL CSS */
.scroll{
    width: 50px;
    height: 50px;
    background-color: #ff3158;
    display: none;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}
.scroll a i{
    color: #fff;
}
.effect{
    display: block;
}



/* homemade classes */

.homepage-landing-space {
    width: 100%;
    height:880px;
    border:none;
}

.top-menu-bg {
    background-color: rgba(0,0,0,0.3);
    padding: 0px 20px 0px 20px;
}

.text-right {
    text-align:right;
}

.text-center {
    text-align:center;
}

a.no-underline {
    text-decoration:none;
    border-bottom: none;
}

a.no-underline:hover {
    text-decoration:none;
    border-bottom: none;
}

.bgVideo video{
  position: absolute;
  object-fit: cover;
  z-index: 0;
  max-height: 600px;
  min-height: 300px;
  width:100%;
}
.guiadence-heading{
      padding: 100px 0px;
      margin-bottom: 100px;
  }   

@media (max-width: 1200px) {
  .bgVideo video{
      min-height: 300px;
      max-height: 400px;
    }
    
  .guiadence-heading{
      padding: 60px 0px;
      margin-bottom: 60px;
  }    
}

@media(max-width: 767px){
    .bgVideo video{
      min-height: 300px;
    }

    .guiadence-heading{
        padding: 30px 0px;
   }    
}

/* logo slider */

.slide img {
  width: 100px;
  height: 100px;
  animation: scroll 60s linear infinite;
  opacity: 0.5;
}

.slide img:hover {
    opacity:1;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slider {
  margin: 20px 0px;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}

/* lightbox */

iframe.project-space{
    width: 100%;
    height: 100%;
    border: none;
}
/*
.LBcontainer { 
    z-index: 1;
}
*/
.LBoverlay {
    padding-top: 20px;
	width: 100%; 
    height: 100%;
	top: 0; 
    left: 0;
    pointer-events: none; 
	position: fixed; 
	background: var(--main-bgcolor); 
	opacity: 0; 
	transition: all 0.5s; 
	z-index: 10;
    overflow:auto;
}
.LBoverlay.on { 
    opacity: 1; 
    pointer-events: all; 
}
.lightbox { 
    display: none; 
    transition: all 1s; 
    border-radius : 15px;
    color: var(--main-color);  
    font-family: sans-serif;
    text-align: center;
}
.lightbox.on { display:block; }


#LBproject {
	position: absolute;
	width: 95%;
    height: 95%;
    z-index: 15;
    margin: 0px 2.5%
}

/* The Close Button */
.btnClose {
  color: white;
  border: 2px solid white;
  position: absolute;
  background-color: #222222;
  z-index:20;
  top: 5px;
  right: 35px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 50%;

}

@media(max-width: 990px){
    .btnClose{
        top: 5px;
        right: 5px;
    }
}

.btnClose:hover,
.btnClose:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.btnClose::before {
  content: " ";
  position: absolute;
  display: block;
  background-color: white;
  width: 2px;
  left: 12px;
  top: 5px;
  bottom: 5px;
  transform: rotate(45deg);
}
.btnClose::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: white;
  height: 2px;
  top:12px;
  left: 5px;
  right: 5px;
  transform: rotate(45deg);
}



/* end lightboxes */

/* contact form */

.form-wrap {
	position: relative;
}

.form-wrap + .form-wrap {
	margin-top: 15px;
}

* + .form-button,
.form-wrap + .button {
	margin-top: 30px;
}

.form-input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	letter-spacing: 0.05em;
	-webkit-appearance: none;
    margin-bottom: 20px;
    background-color:#131313;
}

.form-input:focus {
	outline: 0;
    border-color: #ff3158;
}

.form-input:-webkit-autofill ~ label,
.form-input:-webkit-autofill ~ .form-validation {
	color: #000 !important;
}

.form-wrap textarea{
    height: 120px;
}

.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
	font-size: 12px;
	border: none;
	letter-spacing: 0.05em;
	padding: 9px 15px;
	text-transform: uppercase;
	min-width: 120px;
	min-height: 30px;
    border-radius: 5px;
}

@media (min-width: 480px) {
	.button {
		padding: 9px 30px;
	}
}

.button-primary {
	color: #222;
	background-color: #fff;
}

.button-primary:hover {
	color: #222;
	background-color: #ff3158;
}

.highlight {
    color: #ff3158;
}

.contact-confirm{
    padding: 20px;
    width: 500px;
    height: 120px;
    margin-bottom: 40px;
    border : dashed 1px white;
}


.contact-short{
    padding: 120px 0px 20px 0px;
}


/* end contact form */

/* footer extra classes */
.footer-right-column{
    text-align: right;
}




.footer-icon{
    display:inline-block;
    width: 30px;
    height: 30px;
    color: #ff3158;
    font-size: 22px;
    padding: 0px 200px 0px 0px;
}


@media(max-width: 990px){
    .footer-icon{
        padding: 0px 150px 0px 0px;
    }
}

.footer-contact {
    display:inline-block;
    width:auto;
}

.footer-contact .nav-link:hover{
    text-decoration : underline;
}

