/*
Template Name: AllTerrain
Template URI: https://www.domain.ext
Author: Your Company
Author URI:
Description: AllTerrain is a selling tour program HTML 5 website where you can present the tours your company as to offer. It can also be used a a travel blog where you can share your travel adventures.
Tags: travel, html5, bootstrap 5.3, css3, jQuery, responsive, tour, blog post, gallery, shopping.
Version: 1.0.0
*/
/*--------------------------------------------------------------
TABLE OF CONTENTS:

1. Index Page
2. Globals
    2.1 Links
    2.2 Text Colors
    2.3 Backgrounds
    2.4 Buttons
    2.5 Text Utilities
3. Headers
4. Utilities
    4.1 Forms
    4.2 Preloader
    4.3 Homepage Image Slider
    4.4 Homepage Video Background
    4.5 Homepage Parallax Background
5. Testimonials Pages
6. Pages Header
7. Breadcrumbs
8. Progress Bars
9. Team Pages
10. Accordions
    10.1 Accordion Style 1
    10.2 Accordion Style 2
    10.3 Accordion Style 3
    10.4 Accordion Style 4
11. 404 Error Pages
12. Tours Pages
13. Blog Pages
14. Pagination
15. Masonry Pages
16. Double Slider
17. Shop Pages
18. Gallery Pages
19. Footer
20. Responsive

*/

/********************************** 1. INDEX PAGE *****************************************/
.parallax-index{
    position: relative;
    background: #ffffff url(../../images/index/index_top.webp) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 90vh;
}

.parallax-index:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
}

.carousel-caption-index {
    position: absolute;
    top: 30%;
    left: 10%;
    padding: 1.25rem;
    color: #fff;
    text-align: left;
    max-width: 700px;
    width: 100%;
    text-shadow: 0px 0px 25px #000000;
    background-color: rgba(0, 0, 0, .2);
}

.carousel-caption-index h2{
    color: #ffffff;
    letter-spacing: 0.01em;
    font-size: 44px;
}

.box.index-pages{
    height: auto;
    padding-bottom: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.box.index-pages:hover{
    margin-top: -15px;
    margin-bottom: 15px;
}

.box.index-pages .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    padding: 20px;
    color: #ffffff;
    overflow: hidden;
}

.box.index-pages:hover .overlay{
    opacity: 1;
    visibility: visible;
}

.box.index-pages .overlay .btn{
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top:0%;
    left: 50%;
    transform: translateX(-50%);
}

.box.index-pages:hover .overlay .btn{
    top: calc(50% - 30px);
    opacity: 1;
    visibility: visible;
}

div.footer{
    color: #a2a2a2;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #242625;
    border-top: 0 solid #e1e1e1;
}

div.footer .secondary-footer {
    display: inline-block;
    width: 100%;
    padding: 20px 40px;
    background: #333333;
    font-weight: normal;
}

div.footer .f-link {
    color: #a2a2a2;
    font-size: 12px;
}

div.footer .f-link:hover {
    color: #cc9933;
}

/************************************ 2. GLOBALS ******************************************/
html, body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    vertical-align: middle;
}

::-moz-selection {
    color: #fff;
    background: #b1852c;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #b1852c;
    text-shadow: none;
}

::-moz-selection {
    /* Firefox */
    color: #fff;
    background: #b1852c;
    text-shadow: none;
}

::-webkit-selection {
    /* Safari */
    color: #fff;
    background: #b1852c;
    text-shadow: none;
}

/************************************ 2.1 LINKS ********************************************/
a{
    color:#cc9933;
}

a.rev-link{
    color: rgba(108,117,125,1);
}

a.black{
    color: #000000;
}

a:hover{
    color:#cccccc;
}

a.rev-link:hover{
    color: #cc9933;
}

a.black:hover{
    color: #cc9933;
}

a.tag{
    color: rgba(108,117,125,1);
    border: 1px solid rgba(108,117,125,1);
    background-color: #ffffff;
    font-size: 14px;
    padding: 3px 7px;
    text-transform: uppercase;
}

a.tag:hover{
    color: #ffffff;
    background-color: #cc9933;
    border-color: #cc9933;
}

a, .btn {
    -webkit-transition: all .3s;
    transition: all .3s;
}

a, a:active, a:focus{
	text-decoration: none;
}

/************************************* 2.2 TEXT COLORS ****************************************/
.txt-gold{
    color: #cc9933;
}

.txt-white{
    color: #ffffff;
}

.txt-gray{
    color: #cccccc;
}

.txt-gray-dark{
    color: #999999;
}

/************************************* 2.3 BACKGROUNDS ****************************************/
.bg-gray {
    background-color: #f8f8f8;
}

.bg-white{
    background-color: #ffffff;
}

.bg-beige{
    background-color: #edece5;
}

.bg0{
    background-image: url(../../images/bg0.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.bg1{
    background-image: url(../../images/bg1.webp);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.bg2{
    background-image: url(../../images/bg2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.bg3{
    background-image: url(../../images/bg3.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding: 120px 0;
}

.bg4{
    background-image: url(../../images/bg4.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding: 120px 0;
}

.bg5 {
    background: #f8f8f8 url(../../images/bg5.webp) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.top-divider {
    background-image: url(../../images/bg-top.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 145px;
}

.bottom-divider {
    background-image: url(../../images/bg-bottom.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 145px;
}

.top-bottom-divider{
    background-image: url(../../images/bg-top.webp), url(../../images/bg-bottom.webp);
    background-position: center -1%, center 101%;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
}

/************************************* 2.4 BUTTONS ****************************************/
.btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Anton", sans-serif;
    font-size: 16px;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: .02em;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 10px 40px;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
}

.btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-102%);
    -ms-transform: translateX(-102%);
    transform: translateX(-102%);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: .4s cubic-bezier(.18,.24,.18,.89);
    transition: .4s cubic-bezier(.18,.24,.18,.89);
}

.btn:hover:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity:0.8;
}

.btn span{
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn:hover span{
    transform: translateX(18px);
}

.btn i{
    position: relative !important;
    display: inline-block;
    margin: 0 0 0 4px;
    line-height: inherit;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn i.first {
    position: absolute!important;
    left: -30px;
    z-index: 1;
    font-size: 1.25em;
}

.btn i.last {
    font-size: 1.25em;
}

.btn:hover i.first{
    left: calc(50% - 9px);
}

.btn:hover i.last{
    -webkit-transform: translateX(400%);
    -ms-transform: translateX(400%);
    transform: translateX(400%);
    -webkit-transition: .3s .2s;
    transition: .3s .2s;
}

.btn-main{
    color: #fff !important;
    background-color: #cc9933;
    border:0;
}

.btn-main:hover{
    color: #fff !important;
    background-color: #cc9933;
}

.btn-main i{
    color: #ffffff !important;
}

.btn-main:after{
    background-color: #b1852c;
}

.btn-main-white{
    color: #1e1e1e;
    background-color: #ffffff;
    border: 1px solid #999999;
}

.btn-main-white:hover{
    color: #1e1e1e;
    background-color: #ffffff;
    border-color: #eeeeee;
}

.btn-main-white:after{
    background-color: #ffffff;
}

.btn-main-black{
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
}

.btn-main-black:hover{
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
}

.btn-main-black:after{
    background-color: #000000;
}

.btn.reverse:hover i.first {
    right: calc(50% - 9px);
}

.btn.reverse i.first {
    position: absolute !important;
    right: -30px;
    z-index: 1;
    left: auto;
}

.btn.reverse:hover i.last {
    transform: translateX(-400%);
}

.btn.reverse:hover span {
    transform: translateX(-18px);
}

/********************************** 2.5 TEXT UTILITIES **********************************/
.text-clamp-1{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.text-clamp-2{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.text-clamp-3{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.text-clamp-5{
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line-height-40{
    line-height: 40px!important;
}

.line-height-70{
    line-height: 70px!important;
}

h1, h2, h3, h4, h5, h6 {
    color: #1e1e1e;
    font-family: "Anton", sans-serif;
    letter-spacing: -.01em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
}

h3 {
    font-size: 42px;
    line-height: 1.1em;
}

h5 {
    font-size: 29px;
    line-height: 1.2em;
}

h6 {
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.03em;
}

.sec-title{
    color: #1e1e1e;
    font-family: "Anton", sans-serif;
    letter-spacing: -.01em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 1.1em;
}

.small-title{
    color: #1e1e1e;
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
}

main{
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}

/*********************************** 3. HEADERS ******************************************/
header{
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 15px 0;
}

.header::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: inherit;
    background-color: inherit;
}

header *{
	transition: all 0.5s ease-out;
}

header .desktoplogo img{
	height: 100px;
}

header.scrolled{
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
}

header.scrolled .desktoplogo img{
	height: 80px;
}

header.scrolled .wsmainwp {
	padding: 10px 0;
}

header.scrolled .iwmenu>.iwmenu-list>li>a{
    padding: 0 22px;
}

/******************************** 4. UTILITIES ***********************************/
.sticky {
    position: sticky;
    top: 120px;
}

hr{
    border-top: 1px solid #bbbbbb;
}

.errorcode {
    display: block;
    margin-top: 20px;
    font-size: 160px;
    line-height: 160px;
    color: #d6b161;
}

/************************************ 4.1. FORMS ******************************************/
.field-error {
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: -40px;
    background: rgba(0, 0, 0, 0.9);
    padding: 0.8em;
    z-index: 100;
    color: #FFF;
    font-size: 0.8rem;
    border-radius: 0.25em;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

.field-error:after {
    content: '';
    position: absolute;
    left: 22px;
    bottom: 100%;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, 0.9);
}

.field-error.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0s;
}

.form-control{
    border-radius: 0;;
}

.form-control:focus {
    border-color: #d6b161;
    outline: 0;
    box-shadow: none;
}

.form-floating>label {
    color: #a7a7a7;
}

/************************************ 4.2 PRELOADER ******************************************/
.preloader {
    background-image: url(../../images/preloader.webp);
    background-size: cover;
    background-position: center bottom;
    will-change: transform;
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1) 1.5s, -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1) 1.5s;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgb(255, 255, 255);
    z-index: 999999;
    opacity: 1;
    display: block;
}

.preloader .img-group{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2100;
    transform: translate(-50%, -50%);
}

.preloader img {
    transform-origin: center center;
    animation: 3s ease 0.3s infinite normal none running animate-spinner-circle;
}

.preloader-out {
    transform: translateY(-101%);
}

@-webkit-keyframes animate-spinner-circle{
    0%{-webkit-transform:rotate(0);transform:rotate(0)}
    100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
}
@keyframes animate-spinner-circle{
    0%{-webkit-transform:rotate(0);transform:rotate(0)}
    100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
}

/************************************ 4.3 HOMEPAGE IMAGE SLIDER ******************************************/
.carousel-item{
	height: 90vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #eeeeee;
}

.carousel-item:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
}

.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -20%);
    left: 50%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    max-width: 700px;
    width: 100%;
    text-shadow: 0px 0px 25px #000000;
    z-index: 2;
}

.carousel-caption h2{
    color: #ffffff;
    letter-spacing: 0.01em;
    font-size: 44px;
}

.tagline {
    font-family: "Courgette", cursive;
    color: #666666;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    display: block;
    margin-bottom: 3px;
    letter-spacing: -.02em;
}

/************************************ 4.4 HOMEPAGE VIDEO BACKGROUND ******************************************/
.video-section{
    position: relative;
}

.videoHolder{
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

.homeVideo{
    width: auto;
    height: 100vh;
    margin-left: 50vw;
    transform: translateX(-50%);
}

.videoHolder:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
}

/************************************ 4.5 HOMEPAGE PARALLAX BACKGROUND ******************************************/
.parallax-section{
    position: relative;
    background: #ffffff url(../../images/slider/slide3.webp) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 90vh;
}

.parallax-section:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
}

/************************************ 5. TESTIMONIALS PAGES ******************************************/
.owl-carousel.testimonies .icon{
    display: inline-block;
    margin-bottom: 30px;
    font-size: 30px;
    color: #cc9933;
}

.owl-carousel.testimonies .testimonial-meta {
    margin-top: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #222;
    font-size: 14px;
}

.owl-carousel.testimonies .testimonial-meta span {
    display: block;
    color: #7f7f7f;
    font-size: 12px;
}

.testimonies img {
    display: block;
    width: 130px!important;
    height: 130px!important;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 30px;
}

.stars{
    color: #cc9933;
    font-size: 20px;
}

.stars i{
    margin: 0 2px;
}

.teasers i{
    font-size: 60px;
    color: #cc9933;
}

.deferred {
	background-image: none!important;
}

.i-circle {
    border: 5px solid #f1f1f1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 80px;
    width: 80px;
    display: inline-block;
    padding-top: 0px;
    margin-bottom: 7px;
    line-height: 68px;
}

.bottom-slider{
    margin-top: -120px;
    position: absolute;
    z-index: 1;
    bottom: -1px;
    width: 100%;
}

.bottom-slider img{
    width: 100%;
    height: auto;
}

.top-slider img{
    width: 100%;
    height: auto;
}

.box{
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 15px;
    display: block;
    position: relative;
    height: 100%;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
}

/******************************** 6. PAGES HEADER ***********************************/
.page-header{
    background-size: cover;
    position: relative;
    height: 450px;
    padding-top: 220px;
}

.page-header::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.page-header .container{
    position: relative;
    z-index: 1;
    text-shadow: 0px 0px 25px #000000;
}

.page-header h1{
    color: #ffffff;
}

/********************************** 7. BREADCRUMBS ********************************/
.breadcrumb-wrapper{
    float: right;
}

.breadcrumb-item{
    color: #cccccc;
    text-transform: uppercase;
    font-size: 14px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    color: #cccccc;
}

.breadcrumb-item.active {
    color: #ffffff;
}

/****************************** 8. PROGRESS BARS ********************************/
.progress {
    height: 30px;
    margin-bottom: 30px;
    border-radius: 0;
    background: #f2f2f2;
    box-shadow: none;
}

.progress .progress-bar {
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: none;
    font-size: 11px;
    line-height: 30px;
    flex-direction: row;
    justify-content: start;
}

.progress.progress-black .progress-bar {
    background-color: #222222;
}

.progress.progress-gold .progress-bar {
    background-color: #cc9933;
}

.progress .progress-bar div {
    flex-grow: 1;
}

/****************************** 9. TEAM PAGES *********************************/
.team-box{
    position: relative;
}

.team-box .team-info{
    position: absolute;
    background-color: #000000;
    right:0;
    bottom:40px;
    width: 60%;
    padding: 10px 20px;
    text-align: right;
    background: rgba(0, 0, 0, .7);
}

.team-box .team-info h5{
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    letter-spacing: 0.05em;
}

.team-box .team-info span{
    color: #cc9933;
}

.team-box .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    padding: 20px;
    color: #ffffff;
    overflow: hidden;
}

.team-box .overlay .team-text{
    top: -200px;
    position: absolute;
    width: 100%;
    left:0;
    padding: 10%;
}

.team-box .overlay .team-social{
    bottom: -50px;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    padding: 20px;
}

.team-box .overlay .team-social a{
    margin: 0 10px;
}

.team-box:hover .overlay{
    opacity: 1;
    visibility: visible;
}

.team-box:hover .overlay .team-text{
    top: 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-box:hover .overlay .team-social{
    bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/********************************** 10. ACCORDIONS ******************************/
.accordion-button::after {
    flex-shrink: 0;
    width: auto;
    height: auto;
    margin-left: auto;
    content: "\f067";
    font-family: "Font Awesome 7 Free";
    background-image: none;
    font-weight: 900;
    font-size: 12px;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
    transform: none;
}

/**************************** 10.1 ACCORDION STYLE 1 ****************************/
.accordion.style1 .accordion-item {
    border: 1px solid #eee2e6;
    border-radius: 0 !important;
    margin-bottom: 15px;
}

.accordion.style1 .accordion-item:not(:first-of-type) {
    border-top: 1px solid #eee2e6;
}

.accordion.style1 .accordion-button{
    background-color: #f5f5f5;
    border-radius: 0 !important;
}

.accordion.style1 .accordion-button:focus {
    z-index: 3;
    border-color: #dee2e6;
    outline: 0;
    box-shadow: none;
}

.accordion.style1 .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #000000;
    box-shadow: none;
}

/***************************** 10.2 ACCORDION STYLE 2 **************************/
.accordion.style2 .accordion-item {
    border: 0;
    background-color: transparent;
    border-radius: 0 !important;
    margin-bottom: 15px;
}

.accordion.style2 .accordion-button {
    border-radius: 0 !important;
    border-bottom: 1px solid #eee2e6;
}

.accordion.style2 .accordion-button:focus {
    z-index: 3;
    border-color: #dee2e6;
    outline: 0;
    box-shadow: none;
}

.accordion.style2 .accordion-button:not(.collapsed) {
    background-color: transparent;
    border-bottom: 1px solid #eee2e6;
    box-shadow: none;
    color: #cc9933;
}

/****************************** 10.3 ACCORDION STYLE 3 **************************/
.accordion.style3 .accordion-item {
    background-color: transparent;
    border-radius: 0 !important;
}

.accordion.style3 .accordion-button {
    border-radius: 0 !important;
}

.accordion.style3 .accordion-button:focus {
    z-index: 3;
    border-color: #dee2e6;
    outline: 0;
    box-shadow: none;
}

.accordion.style3 .accordion-button:not(.collapsed) {
    background-color: #f5f5f5;
    box-shadow: none;
    color: #242625;
}

/***************************** 10.4 ACCORDION STYLE 4 ***************************/
.accordion.style4 .accordion-item {
    border: 0;
    background-color: #ffffff;
    border-radius: 2rem !important;
    margin-bottom: 15px;
}

.accordion.style4 .accordion-button {
    border-radius: 2rem !important;
    border: 0;
    background-color: #666666;
    color: #ffffff;
    padding-left: 2rem;
}

.accordion.style4 .accordion-button:focus {
    z-index: 3;
    border: 0;
    outline: 0;
    box-shadow: none;
    background-color: #cc9933;
}

.accordion.style4 .accordion-button:not(.collapsed) {
    background-color: #cc9933;
    border: 0;
    box-shadow: none;
    color: #ffffff;
}

/*************************** 11. 404 ERROR PAGES ******************************/
main.error-page1{
    min-height: 100vh;
}

.error404 {
    display: block;
    margin-top: 20px;
    color: #cc9933;
    font-size: 140px;
    font-weight: 400;
    line-height: 140px;
}

.frm-search .form-control{
    height: 52px;
    min-height: 52px;
}

.frm-search .form-floating>label {
    padding: 0.75rem;
}

.no-bg{
    background: none!important;
}

main.error-page2{
    min-height: 100vh;
    background: #ffffff url(../../images/temp/error_bg.webp) no-repeat top center;
    background-size: cover;
}

/******************************* 12. TOURS PAGES **********************************/
.tour-specs {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    margin-bottom: 10px;
    margin-top: -20px;
    background-color: #ffffff;
    position: relative;
}

.tour-price h3 {
    display: inline-block;
}

.tour-image {
    border-radius: 0;
    overflow: hidden;
    max-height: 400px;
    align-items: center;
    display: flex;
    justify-content: center;
}

/******************************** 13. BLOG PAGES ***********************************/
.blog-box{
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 15px;
    display: block;
    position: relative;
    height: 100%;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
}

.blog-box .img-holder{
    max-height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-box img{
    transition: all .3s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog-box:hover img{
    transform: scale(1.05);
}

.blog-box:hover h4, .blog-box:hover h5{
    color: #cc9933;
}

.blog-box .post-info{
    padding-top: 20px;
    font-family: "Courgette", cursive;
    color: #878787;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 100;
    display: block;
    letter-spacing: -.02em;
}

.blog-box h4, .blog-box h5{
    transition: all .3s ease-in-out;
    font-size: 1.8rem;
    padding-top: 10px;
}

.blog-box p{
    color: #888888;
}

.blog-box .post-category {
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.search-row {
    position: relative;
}

.search-btn {
    position: absolute;
    top: 50%;
    right: 1px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    color: #ccc;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    line-height: 36px;
}

.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: .375rem 2rem .375rem .75rem;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.latest-posts .img-holder{
    max-width: 115px;
}

.latest-posts .latest-post h6{
    transition: all .3s ease-in-out;
}

.latest-posts .latest-post:hover h6{
    color: #cc9933;
}

.blog-categories a{
    color: #666666;
    display: block;
    transition: all .3s ease-in-out;
    margin-bottom: 3px;
}

.blog-categories a:hover{
    color: #cc9933;
}

.post-nav h6{
    transition: all .3s ease-in-out;
}

.post-nav:hover h6{
    color: #cc9933;
}

.blog-comment{
    position: relative;
}

.blog-comment:before{
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e1e1e1;
    display: block;
    left: 25px;
    position: absolute;
    z-index: -1;
    top: 0;
}

.blog-comment .blog-comment:after{
    content: "";
    width: 50px;
    height: 1px;
    background-color: #e1e1e1;
    display: block;
    left: -23px;
    position: absolute;
    z-index: -1;
    top: 25px;
}

.blog-comment .img-holder{
    width: 50px;
    height: 50px;
    float: left;
}

.blog-comment .comment-info{
    display: table-cell;
}

.highlight-title {
    color: #cc9933;
}

.quote-icon{
    display: inline-block;
    font-size: 30px;
    color: #cc9933;
}

.alert{
    border-radius: 0;
    border-left-width: 10px;
    position: relative;
    padding: 30px;
}

.alert::before{
    content: "\f10e";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    color: rgba(0,0,0,0.07);
    top: 40px;
    left: 15px;
    font-size: 100px;
}

.alert-secondary{
    border-color: #ededed;
    background-color: #f9f9f9;
    color: #333333;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: 0;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

/********************************* 14. PAGINATION **********************************/
.light-theme a, .light-theme span {
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 0;
    min-width: 14px;
    padding: 10px 17px;
    margin: 0 5px 0 0;
    border-radius: 0;
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #999999;
}

.light-theme li.active .current {
    background: #000;
    color: #FFF;
    box-shadow: none;
    cursor: default;
    border-color: #000;
}

.light-theme .current {
    background: #999;
    color: #FFF;
    box-shadow: 0;
    cursor: default;
    border-color: #999;
}

.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
    text-decoration: none;
    background: #cc9933;
    color: #fff;
    border-color: #cc9933;
}

/******************************** 15. MASONRY PAGES *******************************/
.masonry.ms-2 .item {
    width: 49.99%;
}

.masonry.gutter .item{
    padding: 10px;
}

.masonry.ms-3 .item {
    width: 33.3333333%;
}

.masonry.ms-4 .item {
    width: 25%;
}

/******************************** 16. DOUBLE SLIDER ******************************/
h3.range-title {
    margin-bottom: 4rem;
}

.range-slider {
    position: relative;
    width: 100%;
    height: 5px;
    margin: 30px 0;
    background-color: #8a8a8a;
}

.slider-track {
    height: 100%;
    position: absolute;
    background-color: #fe696a;
}

.range-slider input {
    position: absolute;
    width: 100%;
    background: none;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 3px solid #FFF;
    background: #FFF;
    pointer-events: auto;
    appearance: none;
    cursor: pointer;
    box-shadow: 0 .125rem .5625rem -0.125rem rgba(0, 0, 0, .25);
}

input[type="range"]::-moz-range-thumb {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 3px solid #FFF;
    background: #FFF;
    pointer-events: auto;
    -moz-appearance: none;
    cursor: pointer;
    box-shadow: 0 .125rem .5625rem -0.125rem rgba(0, 0, 0, .25);
}

.tooltip{
    padding: .25rem .5rem;
    border: 0;
    background: #373f50;
    color: #fff;
    font-size: .75rem;
    line-height: 1.2;
    border-radius: .25rem;
    bottom: 120%;
    display: block;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    display:none;
}

.min-tooltip{
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    z-index: 5;
}

.max-tooltip{
    right: 50%;
    transform: translateX(-50%) translateY(-100%);
}

.input-box {
    display: flex;
}

.min-box,
.max-box {
    width: 50%;
}

.min-box {
    padding-right: .5rem;
    margin-right: .5rem;
}

.input-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-addon{
    display: flex;
    align-items: center;
    padding: .625rem 1rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #d4d7e5;
    border-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-field{
    margin-left: -1px;
    padding: .425rem .75rem;
    font-size: 0.8125rem;
    border-radius: .25rem;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    color: #4b566b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4d7e5;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/******************************** 17. SHOP PAGES ***********************************/
.product-box {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 15px;
    display: block;
    position: relative;
    height: 100%;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
}

.price {
    font-family: "Courgette", cursive;
    color: #666666;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 900;
    display: block;
    margin-bottom: 3px;
}

.price strike{
    color: #ccc;
}

.product-box .tag{
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #cc9933;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.product-box:hover h4 {
    color: #cc9933;
}

.product-box .img-holder {
    max-height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-box img {
    transition: all .3s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-box:hover img {
    transform: scale(1.05);
}

.product-box .img-holder .image-two{
    position: absolute;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.product-box:hover .img-holder .image-two {
    opacity: 1;
}

.product-page-header{
    color: #999999;
}

.product-page-header .form-select{
    color: #999999;
}

.product-page-header a{
    color: #999999;
}

.product-page-header a:hover{
    color: #cc9933;
}

.red-badge {
    background-color: #e61d3b;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
    letter-spacing: 0.05em;
    font-weight: 700;
    display: inline-block;
}

.gold-badge {
    background-color: #cc9933;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
    letter-spacing: 0.05em;
    font-weight: 700;
    display: inline-block;
}

.rateit .rateit-preset {
    background: url(../../vendor/rateit/star.gif) left -32px;
    color: #999;
}

.rateit .rateit-selected {
    background: url(../../vendor/rateit/star.gif) left -32px;
    color: #999;
}

.product-quantity input.form-control {
    border: none;
    background: #edeff1 !important;
    font: 300 23px 'Open Sans', sans-serif;
    color: #647484;
    height: 40px;
    max-width: 50px;
    text-align: center;
    padding: 5px;
}

.product-quantity, .product-quantity .input-group {
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    float: left;
}

.product-quantity .btn {
    text-align: center;
    height: 18px !important;
    width: 18px;
    padding: 0 2px 0 1px !important;
    text-align: center;
    background: #edeff1;
    border-radius: 0 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    color: #616b76;
    margin: 0 !important;
    position: absolute;
    right: 0;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.product-quantity .input-group-btn {
    position: static;
    margin: 0;
}

.product-quantity .quantity-down{
    bottom:0;
    
}

.product-quantity .quantity-up{
    top:0;
}

.product-quantity .btn i{
    position:relative;
    top:-2px;
    left:-4px;
    font-size:13px;
}

.nav-tabs .nav-link{
    background-color: #eeeeee;
    margin-left: 5px;
}

.nav-tabs .nav-link:not(.active):hover{
    background-color: #cc9933;
    color: #ffffff;
}

.nav-tabs .nav-link:not(.active):hover h5{
    color: #ffffff;
}

.float-cart-holder{
    position: relative;
}

.float-cart-holder>a{
    color: #666666;
}

.float-cart-holder:hover>a{
    color: #cc9933;
}

.float-cart{
    position: absolute;
    top:100%;
    right:0;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 20px;
    width: 100%;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
    z-index: 10;
    max-width: 420px;
}

.float-cart td img {
    width: 50px;
    height: auto;
}

.float-cart .table > tbody > tr > td {
    height: 20px;
    vertical-align: middle;
    border: none;
    line-height: 20px;
}

.cart-table img {
    width: 60px;
    height: auto;
}

.cart-table td{
    vertical-align: middle;
    border: none;
    line-height: 20px;
    white-space: nowrap;
}

.cart-table-holder{
    overflow-x: auto;
}

/******************************** 18. GALLERY PAGES ***********************************/
.gallery a{
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery a img {
    transition: all .3s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.gallery a:hover img {
    transform: scale(1.05);
}

/*********************************** 19. FOOTER **************************************/
footer{
	color: #a2a2a2;
	padding-top: 100px;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #242625;
    border-top: 0 solid #e1e1e1;
}

footer h6{
    color: #ffffff;
}

footer .f-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .f-list li {
    border-bottom: 1px solid #444444;
}

footer .f-list li a {
    display: block;
    color: #999999;
    line-height: 45px;
	padding-left: 20px;
    position: relative;
}

footer .f-list li a:before {
    padding-right: 15px;
    content: "\f105";
    font-family: "Font Awesome 7 Free";
    position: absolute;
    left: 0;
    font-weight: 900;
}

footer .f-list li.morada a, footer .f-list li.tlf a, footer .f-list li.tlm a, footer .f-list li.email a{
	line-height: normal;
	padding: 10px 0px 10px 30px;
}

footer .f-list li.morada a:before {
	content: "\f3c5";
	font-weight: 900;
	top: 13px;
}

footer .f-list li.tlf a:before {
	content: "\f2a0";
	font-weight: 900;
	top: 13px;
}

footer .f-list li.tlm a:before {
	content: "\f3cf";
	font-weight: 900;
	top: 13px;
}

footer .f-list li.email a:before {
	content: "\f0e0";
	font-weight: 900;
	top: 13px;
}

footer .f-list li a:hover {
    color: #cc9933;
}

footer .secondary-footer {
    display: inline-block;
    width: 100%;
    padding: 20px 40px;
    background: #333333;
    font-weight: normal;
}

footer .f-link {
    color: #a2a2a2;
	font-size: 12px;
}

footer .f-link:hover {
    color: #cc9933;
}

footer .secondary-footer .social-link.circle a {
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #999999;
    border-radius: 50%;
    line-height: 35px;
	display: inline-block;
    margin: 0 0 0 15px;
    color: #999999;
    font-size: 20px;
}

footer .secondary-footer .social-link.circle a:hover {
    color: #fff;
    border: 1px solid transparent;
    background: #cc9933;
}

/******************************** 20. RESPONSIVE ***********************************/
@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 992px) {
	.mobile{
		display: none!important;
	}
}

@media only screen and (max-width: 991px) {
	body{
		padding-top: 50px;
	}
	.desktop{
		display: none!important;
	}
    .headtoppart {
        display: none;
    }
	.toplogo{
		width: 150px;
		height: auto;
	}
	.iwmenu>.iwmenu-list>li{
		border-left:0;
		border-right: 0;
	}
	.iwmenu>.iwmenu-list>li.msocial>.navtext {
        width: 50px;
		padding: 14px 0;
		display: inline-block;
		border: 1px solid #9ba0a5;
		text-align: center;
		margin: 2px;
    }
	.parallax {
		background-attachment: unset;
	}
    #footer-placeholder{
        display: none;
    }
    footer{
        position: relative;
    }
    .page-header {
        background-size: cover;
        position: relative;
        height: 250px;
        padding-top: 50px;
    }
    .top-divider {
        background-size: auto 145px;
    }
    .bottom-divider {
        background-size: auto 145px;
    }
    .top-bottom-divider {
        background-size: auto 145px, auto 145px;
    }
}

@media only screen and (max-width: 768px) {
    .carousel-caption {
        position: absolute;
        top: 30%;
    }
    .nav-tabs .nav-link, .nav-tabs .nav-item {
        width: 100%;
    }
    .homeVideo{
        width: auto;
        min-height: 100vh;
    }
}

@media only screen and (max-width: 640px) {

}

@media (min-aspect-ratio: 16/9) {
  #homevideo{
    width: 100vw; 
    height:auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  #homevideo {
    height: 100vh; 
    width:auto;
    margin-left: 50vw;
    transform: translate(-50%);
  }
}