html {
    font-family: 'LamaRounded' !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: 'LamaRounded' !important;
    background-color: #ffffff !important;
    overflow-x: hidden;
    position: relative;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
p {
    font-family: 'LamaRounded';
}
span {
    font-family: 'LamaRounded';
}
ul{
    list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
textarea {
    overflow: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}
/***********************************************************************/
.bilweekend_logo {
    width: 6.6vw;
    min-width: 65px;
}
.LangCirBo {
    width: 1.09375vw;
    height: 1.09375vw;
    float: left;
    min-width: 16px;
    min-height: 16px;
    border: none;
    /* width: 91% !important; */
    border-radius: 100%;
    background-color: transparent;
    text-shadow: none;
    box-shadow: none;
    padding: 0;
    display: flex;
}
.IconUserCi {
    width: 1.09375vw;
    height: 1.09375vw;
    min-width: 16px;
    min-height: 16px;
    border: none;
    background-color: transparent;
    text-shadow: none;
    box-shadow: none;
    padding: 0;
    display: flex;
}
.IconUserCi:focus, .IconUserCi:active {
    box-shadow: none;
    border: none;
}
.IconCiBo:focus, .IconCiBo:active {
    box-shadow: none;
    border: none;
}
.IconCiBo {
    width: 1.09375vw;
    height: 1.09375vw;
    min-width: 16px;
    min-height: 16px;
    /*float:left;*/
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}
.language_item .dropdown-menu {
    padding: 15px;
    float: unset;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 0;
    display: block;
    top: 22px !important;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    right: 0 !important;
    left: auto !important;
    background-color: #ffffff;
}
.shoping-cart .dropdown-menu {
    padding: 15px;
    float: unset;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 0;
    display: block;
    top: 22px !important;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #ffffff;
}
.language_item .dropdown-menu.open {
    width: 188px !important;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    display: block;
}
.shoping-cart .dropdown-menu.open {
    /*width: auto !important;*/
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    display: block;
}
button.dropdown-item {
    box-shadow: none;
    border: none;
    background: transparent;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
}
header.site-header .valley-nav ul.nav > .menu-item > a {
    font-size: 0.8333333333333333vw;
}
header.site-header .valley-nav ul.nav > .menu-item > a {
    transition: all 0.5s ease;
    padding: 0 !important;
    /*margin: 10px 1.1vw;*/
    margin: 10px 15px;
    font-weight:400;
    /*font-family: 'Poppins'  !important;*/
}
.header-2 .header-2-wrapper .menu-right-side {
    width: 100%;
}
.header-2 .container-fluid {
    width:92.55vw !important;
    /*padding-left: 4.010416666666667vw !important;*/
    /*padding-right: 3.020833333333333vw !important;*/
}
.contact.head_contact {
    justify-content: space-between;
    /*padding-left: 4.010416666666667vw;*/
    width:5.3171875vw !important;
    z-index: 9;
    display: flex;
}
.contact.head_contact > div{
    margin-right:40px;
}
input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"], button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    box-shadow: none;
    border: none;
    border-radius: 0;
    font-size: 14px;
}
.qk_product_c_success {
    width: 124px;
}
#valley-menu-1 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.valley-preloader-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('../../dist/images/preloader.gif') no-repeat 50%;
        -moz-background-size: 360px 270px;
        -o-background-size: 360px 270px;
        -webkit-background-size: 360px 270px;
        background-size: 360px 270px;
        z-index: 99998;
        width: 100%;
        height: 100%;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg) }

    100% {
        transform: rotate(360deg) }
}
.bilweekend-preloader-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border:2px solid #4EA2FD;
    padding:10px;height: 200px;
    width:200px;border-radius: 100%;
    margin-left: auto;margin-right:auto;
    margin-top:20%;
    animation: rotate 3s infinite;
    -moz-animation-fill-mode: backwards;

    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.bilweekend-preloader-wrapper2{
    border:2px solid #FC6565; padding:10px;height: 100%;width: 100%;border-radius: 100%;
    animation: rotate 6s infinite;
    -moz-animation-fill-mode: backwards;

    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.bilweekend-preloader-wrapper3{
border:2px solid #FDC523;width:100%;height:100%;border-radius: 100%;
    animation: rotate 9s infinite;
    -moz-animation-fill-mode: backwards;

    animation-fill-mode: backwards;
    animation-iteration-count: infinite;
    animation-timing-function:ease-in;
}
.error_alert_border {
    border: 1px solid red;
}
@media (min-width: 1200px) {
    #services-hero {
        padding-bottom: 200px;
    }
    .vc_col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
}
.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1200px) {
    .vc_col-lg-5 {
        width: 41.66666667%;
    }
}
.cq-draggable-container {
    padding: 200px 0 70px;
    margin: 0 auto;
}
.cq-draggable-container .cq-draggable-slider {
    z-index: 7000 !important;
}
.cq-draggable-container .cq-draggable-stripe, .cq-draggable-container .cq-draggable-slider {
    height: 5px;
}
.cq-draggable-slider {
    position: relative;
    margin: 0;
    padding: 0;
    height: 30px;
    background: #fff;
    border-radius: 8px;
    background: #efefef;
    cursor: pointer;
}
.cq-draggable-stripe {
    position: relative;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 30px;
    border-radius: 8px;
}
.book_now_btn {
    background-color: #FC6565;
    width: 321px;
    height: 72px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer
}
.book_title {
    position: relative;
}
.book_title:after {
    content: '';
    width: 70px;
    border: 1px solid #ffffff;
    position: absolute;
    top: 24px;
    left: 3px;
    height: 2px;
    background-color: #ffffff;
}
.book_now_btn:hover {
    color: #ffffff;
}
@media (max-width: 600px) {
    .book_now_btn {
        margin-top: 90px;
    }
}
.sidebar-categores-box {
    border: none;
}
.styleswitcher.active {
    height: 100%;
}
.styleswitcher {
    top: 0 !important;
    /*display: none;*/
}
.styleswitcher {
    position: fixed;
    right: -100% !important;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px) !important;
    height: 100%;
    background-color: #FFFFFF;
}
.styleswitcher.active {
    right: 0px !important;
    height: 100%;
}
.ar_lang_item {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.ser_icons {
    height: 60px;
    border-bottom: 1px #F2F2F2 solid;
    margin-bottom: 10px;
    line-height: 30px;
}
.ser_icons div {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
    border-radius: 5px;
}
.ser_icons div:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.valley-gallery .owl-carousel-left, .valley-gallery .owl-carousel-right {
    line-height: 50px
}
.header-2.position-absolute .site-branding, .header-2.position-fixed .site-branding {
    background: transparent;
}
header.site-header.position-fixed .valley-nav ul.nav > .menu-item > a, header.site-header.position-absolute .valley-nav ul.nav > .menu-item > a, .site-footer .boxed .widget_nav_menu .menu .menu-item a, .boxed .fw-site-info, .footer3 .boxed h5 {
    /*color: #ffffff;*/
    color: #000000;
}
header.site-header.position-fixed .valley-nav ul.nav > .menu-item > a:hover, header.site-header.position-absolute .valley-nav ul.nav > .menu-item > a:hover, .site-footer .boxed .widget_nav_menu .menu .menu-item a:hover, .boxed .fw-site-info:hover, .footer3 .boxed h5:hover {
    color: #FC6565;
}
header.site-header.position-fixed .valley-nav ul.nav > .menu-item > a:active, header.site-header.position-absolute .valley-nav ul.nav > .menu-item > a:active, .site-footer .boxed .widget_nav_menu .menu .menu-item a:active, .boxed .fw-site-info:active, .footer3 .boxed h5:active {
    color: #FC6565;
}
.header-2.position-absolute .header-2-wrapper .contact, .header-2.position-absolute .header-2-wrapper .search .search-icon, .header-2.position-fixed .header-2-wrapper .contact, .header-2.position-fixed .header-2-wrapper .search .search-icon {
    /*color: #ffffff;*/
    color: #000000;
}
header.site-header .valley-nav ul.nav > .menu-item > a {
    /*color: #ffffff;*/
    color: #000000;
}
header.site-header .valley-nav ul.nav > .menu-item > a:hover {
    color: #FC6565;
}
header.site-header .valley-nav ul.nav > .menu-item > a:active {
    color: #FC6565;
}
.header-2 .header-2-wrapper .contact, .header-2 .header-2-wrapper .search .search-icon {
    color: #ffffff;
}
.default-header:before, .main-destination-page:before, .main-adventure-page:before, .main-adventure_type-page:before, .main-region-page:before, .main-archive-page:before, .travel-single-page-header:before, .main-blog-page:before, .main-shop-page:before {
    background-color: rgba(62, 62, 62, 0.4);
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-style: normal;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6 {
    opacity: 0;
}
.ie.wf-loading h1, .ie.wf-loading h2, .ie.wf-loading h3, .ie.wf-loading h4, .ie.wf-loading h5, .ie.wf-loading h6 {
    visibility: hidden;
}
.wf-loading body {
    opacity: 0;
}
.ie.wf-loading body {
    visibility: hidden;
}
.site-footer .widget p, .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer .widget_nav_menu .menu .menu-item a, .site-footer .copyright-text, .site-footer .copyright-text a, .site-footer .footer-social-wrapper {
    color: #000000;
}
.default-header:before, .main-destination-page:before, .main-adventure-page:before, .main-adventure_type-page:before, .main-region-page:before, .main-archive-page:before, .travel-single-page-header:before, .main-blog-page:before, .main-shop-page:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.header-transparent:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    -webkit-box-shadow: 0 1px 1px rgb(6 8 8 / 0%), 0 3px 10px rgb(6 8 9 / 1%);
    box-shadow: 0 1px 1px rgb(6 8 8 / 0%), 0 3px 10px rgb(6 8 9 / 1%);
}
.header-2.position-absolute .header-2-wrapper .contact, .header-2.position-absolute .header-2-wrapper .search .search-icon, .header-2.position-fixed .header-2-wrapper .contact, .header-2.position-fixed .header-2-wrapper .search .search-icon {
    color: #000000;
}
header.site-header.position-fixed .valley-nav ul.nav > .menu-item > a, header.site-header.position-absolute .valley-nav ul.nav > .menu-item > a, .site-footer .boxed .widget_nav_menu .menu .menu-item a, .boxed .fw-site-info, .footer3 .boxed h5 {
    color: #000000;
    /*color: #ffffff;*/
}
header.site-header.position-fixed.affix .valley-nav ul.nav > .menu-item > a, header.site-header.position-absolute .valley-nav ul.nav > .menu-item > a, .site-footer .boxed .widget_nav_menu .menu .menu-item a, .boxed .fw-site-info, .footer3 .boxed h5 {
    color: #000000;
}
.default-header:before, .main-destination-page:before, .main-adventure-page:before, .main-adventure_type-page:before, .main-region-page:before, .main-archive-page:before, .travel-single-page-header:before, .main-blog-page:before, .main-shop-page:before {
    background-color: transparent;
}
::-webkit-scrollbar {
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    border-radius: 2px;
}
::-webkit-scrollbar {
    height: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb {
    background: #aaa;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    border-radius: 2px;
}
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-track {
    background: #aaa;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    border-radius: 2px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.header-2 .container-fluid {
    padding-left: 0;
    padding-right: 0px;
}
.elementor-1746 .elementor-element.elementor-element-cfe25ca > .elementor-background-overlay {
    background-color: #000000 !important;
}
.site-header .affix:before {
    background-color: rgba(62, 62, 62, 0.4);
}
header.site-header.position-fixed .affix .valley-nav ul.nav > .menu-item > a, header.site-header.position-absolute .valley-nav ul.nav > .menu-item > a, .site-footer .boxed .widget_nav_menu .menu .menu-item a, .boxed .fw-site-info, .footer3 .boxed h5 {
    color: #ffffff;
}
.qodef-tours-row-item {
    padding: 0 5px;
    margin-bottom: 10px;
}
.qodef-tours-row-item {
    width: 16.66667%;
}
.lines_section_up {
    position: absolute;
    right: -180px;
    top: -100px;
    background-image: url('../../Group_44.svg');
    background-repeat: no-repeat;
    width: 361px;
    height: 362px;
}
.lines_section_down {
    position: absolute;
    left: -400px;
    bottom: -400px;
    background-image: url('../../Group_43.svg');
    background-repeat: no-repeat;
    width: 1048px;
    height: 1050px;
    z-index: 1;
}
/*::selection {*/
/*    background: #ffe500;*/
/*    color: #fff;*/
/*}*/
.pop_pkg_head {
    color: #ffffff;
}
.pop_pkg_desc {
    color: #ffffff;
}
@media (min-width: 1000px) {
    .pop_pkg_head {
        width: 100%;
        text-align: center;
    }
    .pop_pkg_desc {
        text-align: center;
    }
}
@media (max-width: 999px) {
    .pop_pkg_head {
        /*padding-left:27px;*/
        width: 350px !important;
    }
    .pop_pkg_desc {
        /*padding-left: 25px;*/
        white-space: pre-line;
        width: 364px;
        text-align: center;
    }
    #package_slides {
        padding-left: 25px;
    }
}
@media (max-width: 500px) {
    .elementor-1746 .elementor-element.elementor-element-715e68cf .elementor-heading-title {
        text-align: left;
        font-size: 28px;
    }
    .foo-elementor-heading-title {
        font-size: 28px !important;
        font-weight: bolder !important;
    }
    .fo_elementor-element-populated {
        width: 100%;
    }
    p.contact_description {
        font-size: 13px;
    }
    .cls_icon_phone {
        margin-top: 69px;
    }
    .elementor-image-box-title {
        font-size: 27px !important;
        width: 100%;
        text-align: center;
    }
    .elementor-image-box-content-nn h3 {
        font-weight: bold;
        width: 100%;
        text-align: center;
        font-size: 28px;
    }
    .insta-main {
        margin-top: 440px !important;
    }
    .overlay_para {
        bottom: -65px;
    }
}
.foo-elementor-heading-title {
    text-align: left;
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 0.28px;
    color: #F7F7F7;
}
.fo_elementor-element-populated {
    width: 670px;
}
.card-header, .card-footer {
    background-color: transparent;
}
.btn-outline-success {
    border-color: #3FD384 !important;
    background-color: transparent;
    color: #3FD384;
}
.btn-outline-success {
    border-color: #3FD384;
    background-color: transparent;
    color: #3FD384;
}
.rating li {
    display: inline-block;
    list-style-type: none;
}
.btn-success {
    background-color: #3FD384;
    color: #ffffff;
}
.btn-success:focus {
    background-color: #3FD384;
    color: #ffffff;
}
.btn-success:active {
    background-color: #3FD384;
    color: #ffffff;
}
.btn-outline-secondary {
    color: #868686;
    border-color: #868686;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.phone #menuToggle {
    background-color: transparent !important;
    color: #333 !important;
}
.phone #menuToggle span {
    background: #333 !important;
}
.right_t_arrow {
    width: 8px;
    height: 14px;
    position: relative;
    float: right;
    background-image: url('../../arrow_t_right.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 18px;
    visibility: hidden;
    margin-top: 12px;
}
.fr {
    float: right
}
.fl {
    float: left
}
.dashboard-content {
    border: none;
}
.pos_rel {
    position: relative;
}
.address_box {
    border: 1px solid #C9CBD3;
    min-height: 98px;
}
.address_box div.inner_address_box {
    padding: 28px;
    position: relative;
}
.address_box div.inner_address_box div.inner_box_content_txt {
    position: relative;
    float: left;
    color: #000000;
}
.dashboard-content {
    padding-top: 0;
}
.inner_box_content_button {
    width: 96px;
    height: 28px;
    background-color: transparent;
    border: 1px solid #05B98E;
    font-family: 'LamaRounded';
    font-size: 12px;
    font-style: normal;
    line-height: 12px;

    border-radius: 0 !important;
}
.d-flex {
    display: flex;
}
.mr_t_8 {
    margin-top: 8px;
}
.address_box.active {
    border-color: #05B98E;
}
.inner_box_content_txt.active {
    color: #000000 !important;
}
#list_shipping_address {
    padding: 0 !important;
}
.header-bottom-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-bottom-right .shoping-cart button {
    border: none;
    background: none;
}
.header-bottom-right .shoping-cart button:hover {
    color: #8a8f6a;
}
.block-search {
    position: relative;
}
.block-search .trigger-search {
    cursor: pointer;
}
.block-search .trigger-search:hover {
    color: #8a8f6a;
}
.block-search i {
    font-size: 16px;
    margin-right: 4px;
}
.block-search .search-box {
    position: absolute;
    right: 0;
}
div.shoping-cart > div > div#sidebarNavToggler > span {
    position: absolute;
    text-align: center;
    line-height: 16px;
    border-radius: 100%;
    right: -8px;
    top: -8px;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 15px;
    border-radius: 100%;
    background-color: #fc6565;
    color: #ffffff;
    font-size: 9px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .block-search .search-box {
        right: -135px;
        left: -137px;
    }
}
@media only screen and (max-width: 479px) {
    .block-search span {
        display: none;
    }
}
.search-box.main-search-active {
    display: none;
}
.search-box-inner {
    width: 400px;
    background: #ddd;
    left: auto;
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px #fff;
    box-shadow: 0px 0px 5px 0px #fff;
    position: relative;
    z-index: 99;
}
.search-box-inner input {
    width: 100%;
    padding: 8px 45px 8px 10px;
    border: none;
    position: relative;
    background: #ddd;
}
.search-box-inner .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: transparent;
    padding: 5px 15px;
}
.search-box-inner .search-btn:hover {
    color: #8a8f6a;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .search-box-inner {
        width: 100%;
    }
}
.header-bottom-right .single-setting-selector {
    margin-right: 24px;
    margin-left: 0;
}
.header-bottom-right .single-setting-selector .dropdown-menu {
    right: auto;
    left: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-bottom-right .single-setting-selector {
        margin-right: 18px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .home-4 .block-search .search-box {
        right: -248px;
        left: 0;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .home-4 .block-search .search-box-inner {
        width: 280px;
    }
}
.shoping-cart .dropdown-menu {
    width: 290px;
}
@media only screen and (max-width: 767px) {
    .shoping-cart .dropdown-menu {
        -webkit-transform: translate3d(45px, 0px, 0px) !important;
        transform: translate3d(45px, 0px, 0px) !important;
    }
}
.shoping-cart .dropdown-menu.mini-cart-wrap.open {
    /*width: 290px;*/
    width:223px;
    max-height: 450px;
}
.shoping-cart .mini-cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*padding-bottom: 15px;*/
    border-bottom: 1px solid #f1f1f1;
    /*margin-bottom: 15px;*/
}

.shopping-cart-content .mini-cart-content {
    /*padding: 15px !important;*/
}
.shopping-cart-content .mini-cart-content .mini-cart-product-img {
    width: 100px;
    margin-right: 10px;
    position: relative;
}
.shopping-cart-content .mini-cart-content .mini-cart-product-img .product-quantity {
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    background: #8a8f6a;
    color: #ffffff;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
}
.shopping-cart-content .mini-cart-content .mini-cart-product-desc h3 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}
.shopping-cart-content .mini-cart-content .mini-cart-product-desc .price-box {
    font-size: 15px;
    font-weight: 600;
}
.shopping-cart-content .mini-cart-content .mini-cart-product-desc .size {
    font-size: 14px;
}
.shopping-cart-content .mini-cart-content .shopping-cart-total h4 {
    font-size: 16px;
    font-weight: 500;
}
.shopping-cart-content .mini-cart-content .shopping-cart-total span {
    float: right;
    color: #8a8f6a;
}
.shopping-cart-content .mini-cart-content .shopping-cart-btn {
    border-top: 1px solid #f1f1f1;
    margin-top: 15px;
    padding-top: 15px;
}
.shopping-cart-content .mini-cart-content .shopping-cart-btn a {
    background: #fff;
    font-weight: 400;
    color: #323232;
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
}
.shopping-cart-content .mini-cart-content .shopping-cart-btn a:hover {
    background: #8a8f6a;
    color: #ffffff;
    border-color: #ffffff;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .home-4 .shoping-cart .dropdown-menu {
        -webkit-transform: translate3d(120px, 0px, 0px) !important;
        transform: translate3d(120px, 0px, 0px) !important;
    }
}
.styleswitcher {
    position: fixed;
    top: 0 !important;
    width: 30.27777777777778vw !important;
    background: #FFFFFF;
    color: #222222;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transform: translateX(-38.54166666666667vw);
    -ms-transform: translateX(-38.54166666666667vw);
    -o-transform: translateX(-38.54166666666667vw);
    -webkit-transform: translateX(-38.54166666666667vw);
    transform: translateX(-38.54166666666667vw);
    -webkit-box-shadow: -5px 10px 52px rgba(90, 92, 102, 0.06);
    -moz-box-shadow: -5px 10px 52px rgba(90, 92, 102, 0.06);
    box-shadow: -5px 10px 52px rgba(90, 92, 102, 0.06);
    z-index: 9998;
}
.styleswitcher.active {
    right: 0px !important;
    height: 100vh;
}
.styleswitcher.bg-info-darken-1.content-body.active{
    padding: 75px 3.71429vw 30px 4.44444vw; overflow-y: auto;
}
.cb{
    clear:both;
}
.ser_icons .cart_txt{
    font-family: 'LamaRoundedBold';
    font-size: 18px;color:#000000;
    margin-bottom:20px;
}
.mini-cart-product-img {
    width:85px !important;
    height:86px !important;
    background-color: #F3F3F3;
    border-radius: 4px;
}
.mini-cart-product-desc {
   margin-right:auto;
    margin-left:auto;
}
.price-box {
    color: #F5B989;
    font-size: 13px;
    font-family: 'LamaRoundedBold';
}
.mini-cart-product-desc p {
    font-size: 13px;
    color: #656B72;
    font-family: 'LamaRoundedBold';
}
.mini-cart-product-desc p a {
    font-size: 13px;
    color: #656B72;
    font-family: 'LamaRoundedBold';
}
.mini-cart-product-img a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 4px;
}
.mini-cart-item {
    /*padding-top: 25px;*/
    margin-top:25px;
    padding-bottom: 25px !important;
}
.cart-bu-butt {
    width: 100%;
    height: 51px;
    border: 1px solid black;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    font-family: 'LamaRoundedBold';
    font-size: 14px;
    line-height: inherit;
    padding-top: 9px;
}
.cart-bu-butt.view {
    background-color: #222222;
    border: none !important;
    border-radius: 0 !important;
    color: #ffffff;
    padding: 12px 0px;
}
.cart-bu-butt.checkout {
    border: none !important;
    border-radius: 0 !important;
    color: #ffffff;
    background-color: #FC6565;
    padding: 12px 0px;
}
.styleswitcher_cnt {
    word-spacing: 0;
}
.input-counter {
    /*max-width: 7.430555555555556vw;*/
    /*width:5.5729vw;*/
    width:auto;
    text-align: center;
    display: inline-block;
    position: relative;
}
.input-counter span {
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;;
    /*line-height: 28px;*/
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 12px;
    font-weight: 400;
    border-radius: 100%;
    background-color: #FC6565;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
input[name=cart_item_qnt] {
    border: none !important;
}
.fil_rest, .fil_rest2 {
    background-image: url('../../images/icon_close.png');
}
.fil_rest_in {
    background: url('../../images/icon_close.png') no-repeat center center;
    background-color: #333;
    width: 32px;
    height: 32px;
    margin: 10px;
    border-radius: 2px;
}
.input-counter span.minus-btn {
    background-image: url('../../images/minus_12.png');
    background-position: center center;
    background-repeat: no-repeat
}

.input-counter span.plus-btn {
    background-image: url('../../images/plus_12.png');
    background-position: center center;
    background-repeat: no-repeat
}
.col-cart-input{
    width:13.9vw;
}
.col-cart-buu{
    width:8.33vw;
}
.input-counter input {
    height: 32px;
    color: #333333;
    outline: 0;
    display: block;
    border: none;
    background-color: #ffffff;
    text-align: center;
    width: 100%;
    font-size: 12px;
    border-radius: 30px;
    font-family: 'LamaRoundedBold';
    padding:0;
}
.shopping-cart-total .sub_total {
    font-size: 18px;
    color: #000000;
    font-weight:bold;
}
.del_item_cart {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border-radius: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background-image: url('https://www.zilma.co/images/fa_close.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.mini-cart-content.language {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top-color: #e5e5e5;
    border-top-style: solid;
    border-top-width: 1px;
    left: 7px;
    margin: 30px 0 0;
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 120px;
    list-style: none;
}
.d-flex{
    display: flex;
}
.div_cart_res{
    width:49.5%;
    height: 50px !important;
}
.text-center{
    text-align:center;
}
.shopping-cart-btn{
    justify-content: space-between;
}
.bottom-cart-total-proc{
    position:relative;
    width:22.6vw;
}
.weekend_svg_container{
    position: relative;
}
.weekend_svg{
    position: absolute;
    width: 53.49vw;
}
.shoping-cart .mini-cart-item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
}
.services_wrapper_sec{
    display:flex;
}
.services_wrapper_sec.services_wrapper_sec0{
    margin-top:50px;
}
.services_wrapper_sec.services_wrapper_sec1{
    justify-content: center;
}
.captial{
    position: relative;
}
div.captial:after{
    position: absolute;
    top: 25px;
    left:39% !important;
    content:"";
    width: 60px;
    height: 0px;
    border: 2px solid #FFFFFF;
    opacity: 1;
    background-color: #ffffff;
}
.captial{
    font-family: 'LamaRounded' !important;
    font-size: 14px;
    text-align: center;
    font: normal normal normal 14px/21px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.captial:after{
    content:"";
    width: 60px;
    height: 0px;
    border: 2px solid #FFFFFF;
    opacity: 1;
    background-color: #ffffff;
}
.tour-title a{
    font-family: 'LamaRounded' !important;
    color:#ffffff;
}
.readmore-btn {
    font-family: 'LamaRounded' !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.caption .readmore-btn {
    margin: 20px 0;
}
.readmore-btn a {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 4px;
    transition: all 0.3s ease;
    color: #1e2329;
}
.readmore-btn a {
    color: #ffffff;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 4px 4px 4px 4px;
}
.contactt-elementor-section-height-default{
    margin-top:199px;height: 429px !important;
}
.phone #menuToggle span {
    background: #fff !important;
}
.vc_custom_1486730716315 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
.sc_title {
    position: relative;
    width: 743px;

}
.sc_item_title {
    font-family: 'LamaRoundedBold' !important;
    font-size: 74px !important;
    letter-spacing: 1.86px !important;
}
.service_box .caption .captial{
    width:fit-content !important;
    margin-left:auto;
    margin-right:auto;;
}
.service_box .caption div.captial:after {
    position: absolute;
    top: 25px;
    left: 0 !important;
    content: "";
    width: 100% !important;
    height: 0px;
    border: 2px solid #FFFFFF;
    opacity: 1;
    background-color: #ffffff;
}
.card-body .qodef-pl-inner .products-content > div{
    height: 44px;
    overflow: hidden;
    line-height: 20px;
}
@media(min-width: 501px){
    .time_line_section {
        background-image: url('../images/xgdapkddje.webp') !important;
        background-position: left center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
}
@media(max-width: 500px){
    .time_line_section {
        padding-top: 8.8rem !important;
        padding-bottom: 6.75rem !important;
        background-image: url('../images/background-mobile15.webp') !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 855px;
    }
    .cq-draggable-container .cq-highlight-container.icon .cq-highlight{
        height: 32px !important;
    }
    .cq-highlight-container.icon .cq-highlight {
        width: 11px !important;
        /* height: 48px; */
    }
    .cq-draggable-container .cq-highlight span.fa {
        font-size: 11px !important;
    }
    .cq-draggable-container .cq-highlight span.fa:before {
        width: 14px !important;
        height: 14px !important;
    }
    .cq-draggable-container .cq-highlight-container .cq-highlight-label {
        font-size: 11px !important;
        font-weight: 400 !important;
        line-height: 16px !important;
        text-transform: none;
    }
    .cq-draggable-container.custom_draggable_container{
        width:98% !important;
    }
    .timeline_orginal_title{
        /*font-size:30px !important;*/
        font-size:2.3rem !important;
    }
    .timeline_orginal_row{
        margin:0 !important;
    }
    .bilweekend_logo {
        width: 65.14px !important;
        height:26.58px !important;
    }
    .IconCiBo {
        width: 34px;
        height: 30px;
    }
    header.site-header .valley-nav ul.nav > .menu-item > a {
        font-size: 14px !important;
    }
    .header-2 .container-fluid {
        width:100%;
        padding-left: 24px !important;
        padding-right: 16px !important;
    }

    .parallex_text_head{
        font-size:32px !important;
        padding-left:12px;
        padding-right: 12px;
    }
    .phone .menu{
        left: -220px !important;
        right: 0;
    }
}
@media(min-width: 600px){
    .partner-slider.owl-carousel{
        display: flex !important;
        flex-direction: row;
        justify-content: center;
    }
    .partner-slider.owl-carousel .owl-wrapper-outer .owl-wrapper{
        width:100% !important;
    }
}
@media(min-width:501px)and (max-width: 919px){
    #sc_title_505811789.sc_title{
        margin:auto;
    }
    .top-mountains.translate{
        height: 100%;
    }
    .top-mountains.translate img{
        height:100%;
        object-fit: cover;
    }
    .elementor-1746 .elementor-element.elementor-element-16b72805 .elementor-image-box-title {
        text-align:center;
    }
    .services_section {
        margin-top: 400px !important;
    }
    .elementor-1746 .elementor-element.elementor-element-8e7f09c > .elementor-element-populated .container{
       width:100%;
    }
}
@media(min-width:700px)and (max-width: 920px){
    .owl-carousel .owl-item {
        width: 342px !important;
    }
}
@media(max-width: 920px){
    .lines_section_down {
        z-index: 0;
    }
    header.site-header .valley-nav ul.nav > .menu-item > a {
        font-size: 12px;
    }
    #valley-menu-1 {
        margin-left: 0;
    }
    .contact.head_contact {
        width: auto !important;
    }
    .contactt-elementor-section-height-default{
        height: auto !important;
    }
    .contact.head_contact > div {
        margin-right: 30px;
    }
    .contact.head_contact.header-bottom-right{
        margin-right: 0;
        padding-left: 10px;
    }
    .IconUserCi{
        width:auto;
        height:auto;
         min-width: auto;
         min-height: auto;
        }
    .IconUserCi i{
        font-size:12px !important;
    }
    .LangCirBo {
        width: 14px;
        height: 14px;
        min-width: auto;
        min-height: auto;
    }
    .pop_pkg_row{
        margin:0 !important;
        width:100%;
    }
    .pop_pkg_row .pop_pkg_head{
        width:100% !important;
        text-align: center;
    }
    .pop_pkg_desc{
        width:100% !important;
    }
    div#sidebarNavToggler{
        width: auto !important;
        height: auto !important;
        margin-top: -7px !important;
    }
    div#sidebarNavToggler i{
        font-size:13px !important;
    }
    .services_wrapper_sec{
        display:block;
    }
    .services_wrapper_sec.services_wrapper_sec1{
        justify-content: normal;
    }
    .services_wrapper_sec div .service_box{
        height: 292px !important;
    }
    div.captial:after{
        left: 42% !important;
    }
    .services_wrapper_sec{
        margin-right:15px;
    }
    #services-hero .heading-holder{
        width:100%;
    }
    }
@media(min-width:921px) and (max-width: 1199px){

}
@media(min-width: 1000px){
    .partner-slider.owl-carousel{
        display: flex !important;
        flex-direction: row;
        justify-content: center;
    }
    .partner-slider.owl-carousel .owl-wrapper-outer .owl-wrapper{
        width:100% !important;
    }
}
@media(min-width: 1000px) and (max-width: 1199px){
    .elementor-1746 .elementor-element.elementor-element-16b72805 .elementor-image-box-title {
        font-size: 27px;
    }
    .mobile_gallery{
        width: 970px;
        margin-left:auto;
        margin-right:auto;
    }
    #sc_title_505811789.sc_title{
        margin:auto;
    }
    .top-mountains.translate{
        height: 100%;
    }
    .top-mountains.translate img{
        height:100%;
        object-fit: cover;
    }
    /*.parallax-scroll-rel {*/
    /*    height: 556px !important;*/
    /*}*/
    .popular_pkgs_sections {
        margin-top: 0 !important;
    }
    .service_box {
        height: 272px !important;
    }
}
    @media(min-width:1200px){
        .mini-cart-product-img{
            width:85px !important;
            height:86px !important;
        }
        .shoping-cart .mini-cart-item{
            width:406px;
        }
        .input-counter {
            width:107px !important;
        }
        .input-counter span{
            width:24px;
            height:24px;
        }
    }
    @media(min-width: 1920px){
        .bilweekend_logo {
            width: 85px !important;
            height:33px !important;
        }
        .LangCirBo {
            width: 14.57px;
            height: 15.29px;
        }
        .IconUserCi{
            width:10px;
            height:12.95px;
        }
        .IconCiBo {
            width: 14px;
            height: 14px;
        }
        header.site-header .valley-nav ul.nav > .menu-item > a {
            font-size: 16px !important;
        }
        .contact.head_contact {
            justify-content: space-between;
            /*padding-left: 4.010416666666667vw;*/
        width:97px !important;
        z-index: 9;
        display: flex;
    }
    .header-2 .container-fluid {
        /*padding-left: 140px !important;*/
        /*padding-right: 138px !important;*/
        width:1777px !important;
    }
    .styleswitcher {
        width:555px !important;
    }
    .styleswitcher.bg-info-darken-1.content-body.active{
        padding: 75px 64px 30px 64px !important; overflow-y: auto;
    }
    .mini-cart-product-img{
        width:85px !important;
        height:86px !important;
    }
    .shoping-cart .mini-cart-item{
        width:406px;
    }
    .input-counter {
        width:107px !important;
    }
    .input-counter span{
        width:24px;
        height:24px;
    }
    .col-cart-input{
        width:267px;
    }
    .col-cart-buu{
        width:160px;
    }
    .div_cart_res{
        width:212px !important;
        height: 50px !important;
    }
    .bottom-cart-total-proc{
        width:434px !important;position: relative
    }
    .weekend_svg{
        position: absolute;
        width: 1027.12px !important;
    }
}
@media(min-width: 2000px){
    .elementor-section.web_gallery{
        position: relative;
        width:1700px !important;
        margin-right: auto;
        margin-left: auto;
    }
    .insta-main{
        position: relative;
        width: 1700px;
        margin-left: auto;
        margin-right: auto;
    }
    .elementor-section_weekend{
        width:1700px;
        margin-right:auto;
        margin-left: auto;
    }
}
