/*custom
.footer-top{margin:25px 0;}*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

p,
ol,
ul {
    font-size: 16px!important;
    font-weight: 500;
}


ol,
ul {
    line-height: 26px;
}

h3 {
    color: #444;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.footer-top {
    background: #f1f1f1;
    padding-top: 19px;
    margin-top: -19px;
    padding-bottom: 19px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Rubik',sans-serif!important;
    font-family: 'Roboto Condensed', sans-serif;*/
      font-family: "Poppins", sans-serif;
}

h2,
h3 {
    line-height: 1.3!important;
}

h4 {
    font-size: 19px!important;
}

h3 {
    font-size: 21px!important;
}

h2 {
    font-size: 22px!important;
    /*text-transform: uppercase;*/
}


/* Image as background*/

.image-bg {
    background: no-repeat center;
    width: 100%;
    min-height: 400px;
    background-size: cover;
}

.footer-bottom,
.location,
.email,
.phone {
    /*font-family: "Rubik",sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
}

.footer-bottom li {
    margin: 0!important;
    padding: 0 0 5px!important;
    font-weight: normal;
    color: #444;
}

.footer-bottom>li {
    display: block;
    ;
}

.footer-label {
    /*font-family: "Rubik",sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    letter-spacing: .5px;
    color: #444;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    clear: both;
    margin-bottom: 14px;
}

.social-icon-wrap {
    position: relative;
    display: inline-block;
    margin: 5px 5px 5px 0!important;
    vertical-align: middle;
}

a i {
   /* background: #205D7A;
    color: #fff;
    width: 40px!important;
    height: 40px!important;
    font-size: 25px!important;
    text-align: center;
    margin-right: 0;
    padding-top: 8px;
    transition: all 0.2s ease-in-out;*/
}


/*a i {
    background: #205D7A;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 25px;
    text-align: center;
    margin-right: 0;
    padding-top: 21%;
    transition: all 0.2s ease-in-out;
}*/

.fa-facebook {
    background: #3b5998
}

.fa-instagram {
    background: #F30;
}

.fa-youtube-play {
    background: #C00;
}

.fa-linkedin {
    background: #007bb6
}

.fa-twitter {
    background: #00aced
}

.fa-star {
    color: #FC0;
}

.google-plus {
    background: #dd4b39
}

.social-icon-wrap .fa-phone {
    background: #444;
}

.social-icon-wrap .fa-envelope-o {
    background: #CC3;
}

a i:hover {
    opacity: .7;
}

.location i,
.phone i,
.email i {
    margin-right: 8px;
    margin-bottom: 10px;
}

.fullboxfooter a {
    color: #FF6;
    text-decoration: none;
}


/*=Sticky Scroll Styles=*/

.fixed {
    position: fixed;
    top: 0;
    /*z-index:99999;*/
}

.clear {
    clear: both;
}

.sm-txt {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #444;
}

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


/* SLIDER */

#main-slideshow {
    margin-top: -10px;
}

.topeight {
    /*margin-top:165px;*/
    margin-top: 0;
}

.goog-te-gadget {
    /*font-family: Rubik;*/
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    color: rgba(220, 10, 10, 0.37);
    margin-top: 13px;
    white-space: nowrap;
}

.goog-te-gadget-simple {
    /* font-family: Rubik!important;*/
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #fbfbfb!important;
    border: none!important;
    font-size: 15px!important;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 60px;
    width: auto!important;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 25%;
}


/* The Close Button */

.close {
    color: #444444;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

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

.no-border {
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    padding: 10px 30px!important;
}

.button {
    /*font-family: 'Rubik',sans-serif!important;*/
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #fff!important;
    /* Green */
    border: none!important;
    color: #000000!important;
    padding: 12px 50px!important;
    text-align: center!important;
    text-decoration: none!important;
    display: inline-block!important;
    font-size: 1em!important;
    text-shadow: none!important;
    -webkit-box-shadow: none!important;
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
}

.button:hover,
.no-border:hover {
    background-color: #fafafa!important;
    /* Green */
}


/**
 * Tooltip Styles
 */


/* Base styles for the element that has a tooltip */

[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
}


/* Base styles for the entire tooltip */

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}


/* Show the entire tooltip on hover and focus */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


/* Base styles for the tooltip's directional arrow */

.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}


/* Base styles for the tooltip's content area */

.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 360px!important;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
}


/* Directions */


/* Top (default) */

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
    left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0, 0%, 20%, 0.9);
}


/* Horizontally align top/bottom tooltips */

[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
    margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}


/* Left */

.tooltip-left:before,
.tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px);
}


/* Bottom */

.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%;
    font-size: 13px!important;
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
}


/* Right */

.tooltip-right:before,
.tooltip-right:after {
    bottom: 50%;
    left: 100%;
}

.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px);
}


/* Move directional arrows down a bit for left/right tooltips */

.tooltip-left:before,
.tooltip-right:before {
    top: 3px;
}


/* Vertically center tooltip content for left/right tooltips */

.tooltip-left:after,
.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px;
}

.text-small {
    font-size: 13px!important;
}

.footer-m ul {
    margin: 0;
    padding: 0;
    font-size: 15px!important;
}

.footer-m ul li {
    list-style-type: none;
    display: inline;
}

.footer-m li:not(:first-child):before {
    content: " | ";
}

.footer-m li a:active {
    color: #444!important;
}

label {
    font-weight: normal!important;
    font-size: 16px!important;
}

.iphorm-element-wrap-text input {
    max-width: 470px!important;
    padding: 6px!important;
}

.contact-form {
    margin: 0 auto;
}


/* DIVIDER */

.div-section {
    margin-bottom: 40px;
}



.arrowtxt {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1f1f1f;
    text-decoration: none;
    border: 0;
    background: none;
    padding: 2px 0;
    margin: 30px 0;
}

.arrowtxt:after {
    content: '';
    display: inline-block;
    vertical-align: initial;
    width: 13px;
    min-height: 7px;
    height: initial;
    background-image: url(../img/icon-arrow-right--blue.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: -3px;
    background-position-y: 50%;
    margin-left: 6px;
    -webkit-transition: background-position .3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: background-position .3s ease;
    -o-transition: background-position .3s ease;
    transition: background-position .3s ease false;
}

@media screen and (max-width: 414px) {
    /* search */
    select.mobile-search {
        width: 250px!important;
        margin: 5px 0;
    }
    input.mobile-search {
        width: 250px!important;
        margin-top: 5px;
    }
    #search {
        text-align: center;
    }
    #wrapper-body {
        padding: 10px !important;
    }
    .indicators-line>.carousel-indicators li {
        display: none;
    }
    .left-content,
    .right-content,
    .col-sm-12,
    .col-xm-12 {
        padding: 0!important;
    }
    .colimg img {
        width: 100%!important;
        height: auto
    }
    .trip-banner {
        margin-bottom: 92px;
    }
    .difference-image,
    .social-image {
        width: 90%;
    }
}


/* !- 320 (portrait phones) */

@media screen and (max-width: 320px) {
    .contact-form {
        width: 100%;
    }
    .iphorm-element-wrap-text input {
        max-width: 100px!important;
        padding: 6px!important;
    }
}

@media screen and (max-width: 991px) {
    .content-left,
    .content-right {
        display: none;
    }
    #wrapper-body {
        padding: 0!important;
    }
}

.page-banner {
    height: 300px;
}

.page-banner img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    min-height: 300px
}


/* TRIP PACKAGES*/

#wrapper-body {
    padding: 0 6em 0 6em;
}

.main-img {
    widht: 100%;
    height: 390px;
    background: #444;
    cursor: pointer;
    margin-bottom: 30px;
}

.second-main-img {
    widht: 100%;
    height: 180px;
    background: #444;
    margin: 30px 0;
}

.second-main-img:nth-child(3n+1) {
    margin-top: 0;
}

.image-bg-services {
    background: no-repeat center;
    width: 100%;
    min-height: 224px;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.second-main-img::after {
    display: block;
    /* background-image: linear-gradient(to bottom, transparent 50%, black 100%);*/
    height: 224px;
    width: 100%;
    content: '';
}

.main-img::after {
    display: block;
    background-image: linear-gradient(to bottom, transparent 50%, black 100%);
    height: 390px;
    width: 100%;
    content: '';
}

.category-box-big,
.category-box-1,
.category-box-2,
.days-box {
    width: auto!important;
    padding: 8px;
    height: 35px;
    margin-left: 20px;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
}

.category-box-big {
    background: #d6e232;
    margin-top: 280px;
    position: absolute;
}

.category-box-1,
.category-box-2,
.days-box {
    margin-top: 90px;
    position: absolute;
}

.category-box-1 {
    background: #3de0dd;
}

.category-box-2 {
    background: #d06b2b;
}

.days-box {
    background: #444;
    opacity: 0.9;
}

.category-box-big-content,
.category-box-small-content {
    margin: 0 20px;
    font-size: 16px;
    color: #fff;
}

.category-box-big-content {
    margin-top: 320px;
    position: absolute;
}

.category-box-small-content {
    margin-top: 130px;
    position: absolute;
}

.intro h2 {
    font-weight: 700;
    color: #0E78CF;
}

.intro h3 {
    margin-top: 0 !important;
    font-weight: 500;
    color: #0E78CF;
}

.intro p {
    font-size: 16px;
    line-height: 1.7;
}

@media(max-width:767px) {
    .intro {
        padding: 2em 0 !important;
    }
    .img-circle {
        border-radius: 0%!important;
    }
}

@media(min-width:768px) {
    .col-cunt-2 {
        overflow: hidden;
        padding: 25px 0;
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-gap: 30px;
        max-height: 280px
    }
    .bimg {
        width: 85%;
        height: 664px;
        overflow: hidden;
        background: #000;
        position: relative;
        left: 5%;
    }
    .bimg2 {
        width: 95%;
        height: 298px;
        overflow: hidden;
        margin-bottom: 32px;
        background: #000;
        position: relative;
        left: 5%;
    }
    .bimg3 {
        width: 95%;
        height: 298px;
        overflow: hidden;
        margin-top: 32px;
        background: #000;
        position: relative;
        right: 5%;
    }
    .bimg img,
    .bimg2 img,
    .bimg3 img {
        width: 100%;
        height: auto;
    }
    a:hover>.bimg img,
    a:hover>.bimg2 img,
    a:hover>.bimg3 img {
        width: 100%;
        height: auto;
        position: absolute;
        background-color: #000;
        opacity: 0.8;
    }
    .img img {
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .img {
        height: 100%;
        margin-bottom: 15px;
    }
    .img img {
        background: no-repeat center;
        width: 100%;
        height: 100%;
        max-height: 290px!important;
        overflow: hidden;
        object-fit: cover;
    }
    .btext {
        width: 282px;
        height: auto;
        padding: 40px;
        background: #fff;
        top: 110px;
        position: absolute;
        left: -5%;
    }
    .about-txt {
        width: auto;
        height: auto;
        margin: 0 3px;
        padding: 20px;
        background: #fff;
        top: 50px;
        position: absolute;
        left: -5%;
    }
    .about-txt1 {
        width: auto;
        height: auto;
        margin: 0 3px;
        padding: 20px;
        background: #fff;
        top: 50px;
        position: absolute;
        right: -5%;
    }
    .btext2 {
        width: 220px;
        padding: 20px;
        background: #fff;
        top: 50px;
        position: absolute;
        left: -10%;
    }
    .btext3 {
        width: 220px;
        height: auto;
        padding: 20px;
        background: #fff;
        top: 100px;
        right: 0;
        position: absolute;
    }
    .intro {
        padding: 5em !important;
    }
    .intro p {
        text-align: justify;
    }
    .logo-hide {
        display: none;
    }
}


/*read more button*/

.readMore {
    background-color: #444;
    border: 1px solid #000;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 25px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #555;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
}

.readMore:hover {
    background-color: #000000!important;
    color: #f1f1f1!important;
}

.readMore:active {
    position: relative;
    top: 1px;
}


/* Gallery */

.gallery-img {
    float: left;
    margin: 3px;
}

.logo-hide {
    float: left;
}

.bimg img,
.bimg2 img,
.bimg3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.simple_title {
    font-size: 30px;
    line-height: 40px;
}

.simple_title2 {
    font-size: 25px;
    line-height: 30px;
}

.btext,
.btext1,
.btext2,
.btext3 {
    margin: 20px 0
}

.p_text {
    font-size: 13px;
    line-height: 20px;
    /*margin-top: 20px;*/
    display: block
}


/*.sm li a { color:#fff!important; }*/


/*.active a {
    background-color: #fff;
    color: #000;
}*/

.catering {
    height: 120px!important;
}

.catering h2 {
    font-weight: bold!important;
}

.catering p,
.catering-page p {
    font-size: 15px!important;
    line-height: 22px;
    margin: -10px 0;
}

.catering-page {
    border: 1px solid #444;
    margin: 15px;
    float: left;
    width: 100%;
    padding: 40px;
}

.catering-page h3 {
    color: #F90;
}

.catering-page h2 {
    font-weight: bold;
    margin-top: -10px
}


/*about image*/

.about-img {
    height: 335px;
}

.about-img img {
    background: no-repeat center;
    width: 100%;
    max-height: 335px;
    object-fit: cover;
}

.iphorm-theme-light-light .iphorm-elements .iphorm-element-wrap-text input,
.iphorm-theme-light-light .iphorm-elements .iphorm-element-wrap-captcha input,
.iphorm-theme-light-light .iphorm-elements .iphorm-element-wrap-password input,
.iphorm-theme-light-light .iphorm-elements .iphorm-element-wrap select,
.iphorm-theme-light-light .iphorm-elements .iphorm-element-wrap textarea {
    width: 100%;
}

.link-color a {
    color: #ED2224 !important;
    font-size: 1.5em;
}

.link-text {
    transition: color .5s cubic-bezier(.165, .84, .44, 1) 80ms;
    color: #444;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
}

.animated-link-style:before {
    content: '';
    display: inline-block;
    border-bottom: 2px solid;
    width: 1.5rem;
    margin-right: 1.125rem;
    vertical-align: middle;
    transform-origin: center left;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    color: #444;
}

.animated-link-style:hover::before {
    transform: scaleX(1.5);
}

.animated-link-style .link-text {
    display: inline-block;
    transform: translateZ(0);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}

.animated-link-style:hover .link-text {
    transform: translateX(20px);
}

.big-bg {
    background: #fff;
    width: 100%;
    padding: 0 40px;
}

.big-bg-odd {
    background:/*f2f2f2*/
    ;
    width: 100%;
    padding: 40px;
}

.big-bg-odd h4 {
    font-size: 35px !important;
}
.big-bg-odd p {
    margin-bottom: 30px;
}

.big-bg img {
    /*float:right;margin-right: -15px;*/
    display: block;
    max-width: 100%;
    height: 380px;
    object-fit: cover;
}

.big-bg-odd img {
    /*float:left;margin-left: -15px;*/
    display: block;
    max-width: 100%;
    height: 380px;
    object-fit: cover;
}

.gap {
    margin-top: 25px;
    margin-bottom: 25px;
}

.gap-img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.left-content,
.right-content {
    /*padding: 15px 10px 10px 50px;*/
    padding: 0 30px;
    margin-top: 40px;
    box-sizing: border-box;
}

.left-content p,
.right-content p {
    font-size: 20px;
    line-height: 1.7em;
}

.left-content h1,
.right-content h1 {
    font-size: 40px;
    font-weight: 300;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.left-content h4,
.right-content h4 {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .25em;
    line-height: 1.33em;
    text-transform: uppercase;
}

.heading-component-title {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    line-height: 26px;
    font-size: 30px !important;
    font-weight: 700;
    letter-spacing: .025em;
}

.heading-component-title::before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    border-left: 4px solid #35ad79;
    pointer-events: auto;
}


/*---------	17. Breadcrumbs --------- */

.breadcrumbs {
    padding: 0px;
    margin: 15px auto 5px;
    font-size: 13px;
    text-align: left;
}

.breadcrumbs a {
    color: #666;
    font-size: 13px;
    font-weight: normal;
}

.breadcrumbs span {
    display: inline-block;
    margin: 0 5px 0 5px;
    color: #ccc;
    font-size: 11px;
}

.breadcrumbs ul {
    margin: 0px;
    padding: 0px;
}

.breadcrumbs ul li {
    list-style-type: none;
    display: inline;
}

.breadcrumbs strong {
    font-weight: 600;
    color: #0083ff;
}

.schedule-bottom {
    font-size: 1.6rem;
    color: #005152;
    border: 2px solid #005152;
    text-align: center;
    padding: 10px 15px;
}

.schedule:hover {
    background-color: #1d7071!important;
    color: #f1f1f1!important;
}

.schedule-bottom:active {
    position: relative;
    top: 1px;
}

.schedule-bottom:hover {
    background-color: #005152!important;
    color: #fff!important;
}

.schedule:active {
    position: relative;
    top: 1px;
}

.parent {
    width: 100%;
    margin: 20px;
    height: 380px;
    /*border: 1px solid blue;*/
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.parent:hover .child,
.parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .child:before,
.parent:focus .child:before {
    display: block;
}

.parent:hover a,
.parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: rgba(52,73,94,0.75);*/
}


/* Media Queries */

@media screen and (max-width: 960px) {
    .parent {
        width: 100%;
        margin: 20px 0px
    }
    .wrapper {
        padding: 20px 20px;
    }
}

#featuredWrap .heading-component-title {
    font-size: 27px !important;
}

/*****     new design     *****/
.sliderPackage {
    margin: 5rem 0 !important;
}
.package-section {
  margin-top: 4rem;
}

.package-section .item .top-item {
  position: relative;
  height: 46rem  !important;
  margin-bottom: 3rem;
}

.package-section .item .top-item .image {
  height: 100%;
  width: 100%;
}

.package-section .item .top-item .image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  z-index: 1;
}

.package-section .item .top-item .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.package-section .item .top-item .content {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  z-index: 2;
}

.package-section .item .top-item .content .package-title {
  font-size: 7rem;
  font-weight: 900;
  line-height: 5rem;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.package-section .item .top-item .content h5 {
  font-weight: 400;
  font-size: 1.8rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin: 0;
}

.package-section .item .top-item .content h5 i {
  font-size: 1.7rem;
  margin-left: 1rem;
}

.package-section .item .top-item .create-button {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem 2rem;
  border-radius: 2rem !important;
  font-size: 1.3rem;
  font-weight: 600;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #29ACED !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  z-index: 2;
  cursor: pointer;
}

.package-section .item .top-item .create-button:hover {
  background-color: #444  !important;
  text-decoration: none;
}

.package-section .item .top-item .create-button i {
  margin-left: 1rem;
  font-size: 1.7rem;
}

.package-section .item .bottom-item {
  /*display: grid;*/
  /*grid-template-columns: 1fr 1fr 1fr;*/
  /*grid-gap: 1rem;*/
}

.package-section .item .bottom-item .small-item {
  /*width: 100%;*/
  height: 23rem !important;
  position: relative;
  overflow: hidden;
  
  margin-bottom: 2rem !important;
}

.package-section .item .bottom-item .small-item:hover > img {
  transform: scale(1.1);
}

.package-section .item .bottom-item .small-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 1;
}

.package-section .item .bottom-item .small-item .small-item-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.package-section .item .bottom-item .small-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.7rem 1.3rem .7rem;
  width: 100%;
  z-index: 2;
}

.package-section .item .bottom-item .small-item .content .package-name {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  color: #ffffff;
}

.package-section .item .bottom-item .small-item .content .small-item-footer {
  width: 100%;
}

.package-section .item .bottom-item .small-item .content .small-item-footer ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
}

.package-section .item .bottom-item .small-item .content .small-item-footer li {
  display: flex;
  justify-content: flex-start;
  color: #ffffff;
  gap: 0.3rem;
}

.package-section .item .bottom-item .small-item .content .small-item-footer li img {
  height: 3.5rem;
  width: 3.5rem;
  object-fit: contain;
}

.package-section .item .bottom-item .small-item .content .small-item-footer li .name {
  font-size: 1.1rem;
}

.package-section .item .bottom-item .small-item .content .small-item-footer li h6 {
  font-size: 1.4rem;
  width: 100%;
  font-weight: 400;
  line-height: 0.7rem;
  margin: 0;
}

.control-round .carousel-control {
    opacity: 1 !important;
    background: rgba(0,0,0,.5) !important;
}

.TestPage {
  position: relative;
  padding: 15rem 0 8rem;
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  justify-content: stretch;
  align-items: flex-end;
  margin-top: 6rem;
}

.TestPage .background-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.TestPage .wrapper {
  width: 100%;
}

.TestPage .itemsList {
  position: relative;
  margin-bottom: 1rem;
  z-index: 2;
}

.TestPage .itemsList .item {
  background-color: #ffffff;
  border-top: 0.34rem solid #29ACED;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 40rem;
  margin-bottom: 2rem;
  width: 100%;
}

.TestPage .itemsList .item .icon-sec {
  height: 9rem;
  width: 9rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #29ACED;
}

.TestPage .itemsList .item .icon-sec img {
  height: 60%;
  width: 60%;
  object-fit: contain;
}

.TestPage .itemsList .item .content {
  margin-top: 2rem;
  max-width: 20rem;
  text-align: center;
}

.TestPage .itemsList .item .content .item-title {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 500;
}

.TestPage .itemsList .item .content .desc {
  line-height: 2rem;
  font-size: 1.5rem;
  margin: 1rem 0 1.5rem;
  color: rgba(0, 0, 0, 0.7);
  max-height: 1rem;
}

.TestPage .itemsList .item .content .learn {
  margin-top: 4rem !important;
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #29ACED !important;
  background: none !important;
  border: none !important;
  outline: none !important;
}

.sliderBanner .carousel-inner .container .slide-text {
    position: absolute !important;
    /*right: 0 !important;
    left: auto !important;
     width: 50% !important;*/
    top: 70% !important;
    transform: translateY(-50%) !important;
   
    margin: 0 !important;
    z-index: 2;
}

.sliderBanner .carousel-inner .container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    z-index: 1;
}

.sliderBanner .carousel-inner .container .slide-text h1 {
    line-height: 6rem !important;
    text-align: left !important;
    display: block !important;
}

.sliderBanner .carousel-inner .container .slide-text p {
    text-align: left !important;
}

.sliderBanner .carousel-inner>.item>img {
    height: 80rem !important;
    object-fit: cover !important
}

.package-details-banner-bg {
    background-color: #141414 !important;
    height: 10rem;
}

.sectionPackage {
  background: none !important;
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  margin: 0 !important;
}

.package-details-pages .package-title-area {
  text-align: center;
  margin: 2rem 0;
}
.package-details-pages .package-title-area .package-title {
  font-size: 3rem;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1.3px;
}
.package-details-pages .package-title-area h4 {
  font-weight: 300;
  text-transform: upperfcase;
  font-size: 1.2rem;
}
.package-details-pages .section-title-area {
  position: relative;
}
.package-details-pages .section-title-area .section-titles {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.package-details-pages .package-details-section {
  display: flex;
  justify-content: stretch;
  gap: 2rem;
}
.package-details-pages .package-details-section .image-area {
  flex: 60%;
  height: 40rem;
  width: 100%;
}
.package-details-pages .package-details-section .image-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.package-details-pages .package-details-section .package-details-area {
  flex: 40%;
}
.package-details-pages .package-details-section .package-details-area .package-sec-title {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
.package-details-pages .package-details-section .package-details-area .price-sec {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #cccccc;
}
.package-details-pages .package-details-section .package-details-area .price-sec .price {
  font-size: 2rem;
  font-weight: 600;
  color: #21ACEC;
}
.package-details-pages .package-details-section .package-details-area .price-sec h5 {
  color: #21ACEC;
  font-size: 1.4rem;
}
.package-details-pages .package-details-section .package-details-area .button-group {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.package-details-pages .package-details-section .package-details-area .button-group .button-area {
  height: 4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
  overflow: hidden;
}
.package-details-pages .package-details-section .package-details-area .button-group .button-area a {
  height: 100%;
  flex: 50%;
  width: 100%;
}
.package-details-pages .package-details-section .package-details-area .button-group .button-area a:nth-last-child(1) button {
  background-color: #444444 !important;
  transition: 0.4s;
}
.package-details-pages .package-details-section .package-details-area .button-group .button-area a:nth-last-child(1) button:hover {
  background-color: #e99619 !important;
}
.package-details-pages .package-details-section .package-details-area .button-group .button-area a button {
  width: 100%;
  height: 100%;
  background-color: #21ACEC !important;
  border: none !important;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.package-details-pages .package-details-section .package-details-area .about-trip .about-trip-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}
.package-details-pages .package-details-section .package-details-area .about-trip .description {
  font-size: 1rem;
  color: #4d4d4d;
  line-height: 1.6rem;
  font-weight: 300;
  margin: 1rem 0;
}
.package-details-pages .package-details-section .package-details-area .about-trip ul {
  margin-bottom: 1rem;
}
.package-details-pages .package-details-section .package-details-area .about-trip ul li {
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
}
.package-details-pages .package-details-section .package-details-area .about-trip ul li.list-title {
  font-weight: 600;
}
.package-details-pages .package-main-details {
    margin-top: 10rem;
}
.package-details-pages .package-main-details .package-details-bg-image {
  height: 50rem !important;
  width: 100%;
}
.package-details-pages .package-main-details .package-details-bg-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.package-details-pages .package-all-details {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.package-details-pages .package-all-details.bokenLayoutUp {
  position: relative;
  margin-top: -10rem;
}
.package-details-pages .package-all-details .overview {
  background-color: #FFFFFF !important;
  padding: 4rem;
}
.package-details-pages .package-all-details .overview .other-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  gap: 1rem;
}
.package-details-pages .package-all-details .overview .other-info li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.package-details-pages .package-all-details .overview .other-info li .text {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.1rem;
  padding: 0 !important;
}
.package-details-pages .package-all-details .overview .other-info li .text span {
  font-size: 1rem;
}
.package-details-pages .package-all-details .overview .other-info li .icon {
  height: 3rem;
  width: 3rem;
}
.package-details-pages .package-all-details .overview .other-info li .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
	background: #21adec
}
.package-details-pages .package-all-details .overview .descriptions {
  margin: 2rem 0 1rem;
  line-height: 2.5rem;
  font-weight: 300;
  font-size: 1rem;
}
.package-details-pages .package-all-details .overview .descriptions {
    text-align: justify;
}
.package-details-pages .preparation {
  height: 100%;
  background-color: #F5F8FC !important;
}
.package-details-pages .preparation .technical-experience {
  display: flex;
  justify-content: stretch;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
}
.package-details-pages .preparation .technical-experience .icon {
  height: 5rem;
  width: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #21ACEC;
}
.package-details-pages .preparation .technical-experience .icon img {
  height: 70%;
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.package-details-pages .preparation .technical-experience .text {
  width: calc(100% - 5rem);
  padding: 0 !important;
}
.package-details-pages .preparation .technical-experience .text h4 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem !important;
  padding: 0 !important;
}
.package-details-pages .preparation .technical-experience .text p {
  font-size: 1.1rem;
  line-height: 2rem;
  font-weight: 300;
}
.package-details-pages .preparation .preparation-filter-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /*overflow-x: auto;*/
  margin-top: 2rem;
  gap: 1rem;
}

.package-details-pages .preparation .preparation-filter-buttons .filterBtns {
  height: 4rem;
  min-width: 16rem;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  border-bottom: 3px solid transparent;
  background: none !important;
  color: #000000 !important;
  letter-spacing: .1rem;
}
.package-details-pages .preparation .preparation-filter-buttons .filterBtns:hover {
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.package-details-pages .preparation .preparation-filter-buttons .filterBtns.active {
  border-color: #21ACEC !important;
  background-color: rgba(33, 172, 236, 0.05) !important;
}
.package-details-pages .preparation .filter-section {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.package-details-pages .preparation .filter-section.active {
  position: static;
  padding: 2rem;
  opacity: 1;
  pointer-events: auto;
}
.package-details-pages .preparation .filter-section .list li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.package-details-pages .preparation .filter-section .list li:nth-last-child(1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.package-details-pages .preparation .filter-section .list li.active .filter-title .icon.rotate {
  transform: rotate(0);
}
.package-details-pages .preparation .filter-section .list li.active .filter-details {
  max-height: 1000px;
}
.package-details-pages .preparation .filter-section .list li .filter-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  color: rgba(20, 20, 20, 0.65);
  font-size: 1.6rem;
}
.package-details-pages .preparation .filter-section .list li .filter-title span {
  font-weight: 500;
  color: #141414;
  font-size: 1.6rem;
}
.package-details-pages .preparation .filter-section .list li .filter-title .icon {
  color: #141414;
  font-size: 1.6rem;
  transition: 0.4s ease-in-out;
  margin-right: 0.8rem;
}
.package-details-pages .preparation .filter-section .list li .filter-title .icon.rotate {
  font-size: 2rem;
  margin-right: 1rem;
  transform: rotate(45deg);
}
.package-details-pages .preparation .filter-section .list li .filter-details {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.package-details-pages .preparation .filter-section .list li .filter-details .details {
  padding: 0.5rem 1rem 1rem;
  padding-left: 3rem;
  font-weight: 300;
  border: none !important;
  margin: 0 !important;
}
.package-details-pages .popular-trips {
  background-color: #F5F8FC;
}
.package-details-pages .popular-trips .section-title-area {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1.3px;
  margin-bottom: 2rem;
}
.package-details-pages .popular-trips .popular-trips-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.package-details-pages .popular-trips .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.package-details-pages .popular-trips .item .image {
  height: 16rem;
  width: 100%;
}
.package-details-pages .popular-trips .item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.package-details-pages .popular-trips .item .content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.package-details-pages .popular-trips .item .content .trip-title {
  padding: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #21ACEC;
}
.package-details-pages .popular-trips .item .content button {
  background: none !important;
  color: #000000 !important;
  padding: 1.5rem;
  width: 100%;
  border: none !important;
  border-top: 1px solid #e6e6e6 !important;
  text-transform: uppercase;
  font-weight: 500;
}
.package-details-pages .gallery-section .section-title-area {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1.3px;
  margin-bottom: 2rem;
}
.package-details-pages .gallery-section .images-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.package-details-pages .gallery-section .image {
  height: 18rem;
  width: 100%;
  margin-bottom: 1rem;
}
.package-details-pages .gallery-section .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


.book-now-form-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  padding: 7rem 1rem !important;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
}
.book-now-form-popup.active {
  pointer-events: auto;
  overflow-x: auto;
}
.book-now-form-popup.active .form-popup-bg {
  opacity: 1;
}
.book-now-form-popup.active .form-form-container {
  transform: translate(0) scale(1);
  opacity: 1;
}
.book-now-form-popup .form-popup-close {
  position: absolute;
  top: 0;
  right: 2rem;
  transform: translateY(-50%);
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
  border-radius: 50%;
  background-color: #d00000;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.book-now-form-popup .form-popup-close:hover {
  background-color: #b70000;
}
.book-now-form-popup .form-popup-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(20, 20, 20, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.book-now-form-popup .form-form-container {
  position: relative;
  background-color: #ffffff;
  padding: 2rem;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.5);
  z-index: 2;
  max-width: 500px;
  width: 100%;
  border-radius: 1.5rem;
  transform: translate(-10px) scale(1.2);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
}

.popup-form .form-inputs {
  margin-top: 2rem;
}
.popup-form .form-inputs .input-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.popup-form .form-inputs .input-group .group {
  width: 46%;
}
.popup-form .form-inputs .group {
  position: relative;
  height: 57px;
  width: 100%;
  border-bottom: 1px solid #2295CC;
  display: flex;
  align-items: flex-end;
}
.popup-form .form-inputs .group label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px !important;
  text-transform: uppercase;
}
.popup-form .form-inputs .group input, .popup-form .form-inputs .group textarea {
  height: 70%;
  width: 100%;
  padding: 1rem;
  font-size: 16px;
  border: none !important;
  outline: none !important;
  margin-top: 2rem;
}
.popup-form .form-inputs .group.message-box {
  height: 10rem;
}
.popup-form .form-inputs .group.message-box textarea {
  height: 100%;
  padding-top: 2rem;
}
.popup-form .submit-btn {
  font-weight: 600;
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  background-color: #21ACEC !important;
  border: none !important;
  color: #FFFFFF;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.popup-form .submit-btn:hover {
  background-color: #13a0e0 !important;
}
.popup-form .submit-btn img {
  height: 20px;
  width: 20px;
  margin-left: 5px;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.popup-form .submit-btn:hover img {
  transform: translateX(4px);
}

.inquire-form-popup {
  position: fixed;
  right: -500px;
  top: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  box-shadow: -4px 0 10px rgba(20, 20, 20, 0.1);
  pointer-events: none;
  z-index: 100000;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  overflow-y: auto;
}
.inquire-form-popup.active {
  right: 0;
  pointer-events: auto;
}
.inquire-form-popup.active .form-popup-bg {
  opacity: 0;
}
.inquire-form-popup .form-popup-close {
  position: absolute;
  top: 2rem;
  right: 3rem;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
  border-radius: 50%;
  background-color: #d00000;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 3;
}
.inquire-form-popup .form-popup-close:hover {
  background-color: #b70000;
}
.inquire-form-popup .form-popup-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(20, 20, 20, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.inquire-form-popup .popup-form {
  position: relative;
  height: 100vh;
  background-color: #ffffff;
  padding: 2rem;
  z-index: 2;
}
.inquire-form-popup .form-title .title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.inquire-form-popup .form-title .closeContact {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: rgba(238, 22, 86, 0.9);
  cursor: pointer;
}
.form-title h2 {
  font-size: 20px;
  font-weight: 600;
}
.inquire-form-popup .form-title p {
  font-size: 13px;
  margin-top: 5px;
  line-height: 2rem;
}

@media only screen and (max-width: 991px) {
    .package-details-pages .package-details-section {
        flex-direction: column;
    }
    
    .package-details-pages .package-details-section .image-area {
      flex: 100%;
      height: 40rem;
    }
    .package-details-pages .package-details-section .package-details-area {
      flex: 100%;
    }
    .trip-banner {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 980px) {
    .package-details-banner-bg {
        background-color: #141414 !important;
        height: 0rem;
    }
}



@media only screen and (max-width: 767px) {
    .sliderBanner .carousel-inner .container .slide-text {
        width: 80% !important;
    }
    .sliderBanner .carousel-inner .container .slide-text h1 {
        line-height: 3.5rem !important;
    }
    .sliderBanner .carousel-inner>.item>img {
        height: 250px !important;
    }
    .TestPage .container {
        width: 80% !important;
    }
    .package-details-banner-bg {
    background-color: #141414 !important;
    height: 10rem;
}
}


@media only screen and (max-width: 640px) {
    .package-details-pages .package-all-details .overview {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .package-details-pages .package-all-details .overview .other-info {
      right: auto;
      left: 0;
      top: 190%;
      gap: 1rem;
    }
    .package-details-pages .package-all-details .overview .descriptions {
        margin-top: 7rem;
    }
    .package-details-pages .package-all-details .overview .descriptions p {
        font-size: 1.5rem !important;
    }
    .package-details-pages .preparation .technical-experience, .package-details-pages .preparation .filter-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 463px) {
    .TestPage .container {
        width: 100% !important;
    }
    .sliderBanner .carousel-inner .container .slide-text {
        width: 100% !important;
    }
    .package-section .item .top-item {
        height: 30rem !important;
    }
    .package-section .item .top-item .content .package-title {
        font-size: 4.5rem;
        line-height: 3.5rem;
    }
    .package-section .item .top-item .create-button {
        width: 100%;
    }
}

@media only screen and (max-width: 430px) {
    .popup-form .form-inputs .input-group {
      flex-direction: column;
      margin-bottom: 0;
    }
    .popup-form .form-inputs .input-group .group {
      width: 100%;
      margin-bottom: 3rem;
    }
}

