.default-offcanvas-area {
top: -20%;
opacity: 0;
visibility: hidden;
transform: perspective(359px) rotateX(25deg);
}
.default-offcanvas-area {
background-color: #F5EDE9;
position: fixed;
width: 100%;
height: 100%;
padding: 50px;
z-index: 1;
overflow: hidden;
}
@media only screen and (max-width: 767px) {
.default-offcanvas-area {
padding: 40px;
}
} .offcanvas__area .offcanvas {
text-align: center;
padding: 75px 50px;
background-color: var(--black-3);
overflow-y: scroll;
}
.light .offcanvas__area .offcanvas {
background-color: var(--white-2);
}
@media only screen and (max-width: 1399px) {
.offcanvas__area .offcanvas {
padding: 50px 40px;
}
}
@media only screen and (max-width: 1199px) {
.offcanvas__area .offcanvas {
padding: 40px 30px;
}
}
@media only screen and (max-width: 767px) {
.offcanvas__area .offcanvas {
padding: 30px 15px;
}
}
.dir-rtl .offcanvas__area .offcanvas.offcanvas-end {
left: 0;
right: auto;
transform: translateX(-100%);
}
.offcanvas__area .offcanvas.show:not(.hiding),
.offcanvas__area .offcanvas .showing {
transform: none;
}
.offcanvas__area-2 {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 999;
background-color: var(--black-3);
opacity: 0;
visibility: hidden;
}
.offcanvas__area-2 .meanmenu-reveal {
display: none !important;
}
.offcanvas__area-2 .mean-container .mean-nav>ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
display: block !important;
}
.offcanvas__area-2 .mean-container .mean-nav ul li a {
background: transparent;
width: 100%;
padding: 20px 0 20px 100px;
font-weight: 500;
font-size: 60px;
line-height: 1;
color: var(--white);
text-transform: capitalize;
border-top: 1px solid var(--black-4);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
align-items: center;
outline: none;
transform: translateY(var(--y)) translateZ(0);
transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.offcanvas__area-2 .mean-container .mean-nav {
background: transparent;
margin-top: 0;
height: 80vh;
overflow-y: scroll;
overflow-x: hidden;
}
.offcanvas__area-2 .mean-container .mean-bar {
background: transparent;
}
.offcanvas__area-2 .mean-container .mean-nav ul li a.mean-expand {
width: 60px;
height: 77px;
justify-content: center;
font-weight: 300;
border: none !important;
}
.offcanvas__area-2 .mean-container .mean-nav ul li li a {
padding-left: 120px;
}
.offcanvas__inner-2 {
display: grid;
grid-template-columns: 1fr 2.3fr;
}
.offcanvas__left-2 {
height: 100vh;
padding: 60px 50px 30px;
background-color: var(--black-2);
display: flex;
flex-direction: column;
justify-content: space-between;
}
.offcanvas__right-2 {
padding: 40px 0;
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: var(--black-3);
}
.offcanvas__contact li {
padding-bottom: 30px;
}
.offcanvas__contact li:first-child {
padding-bottom: 40px;
}
.offcanvas__contact li:first-child p {
font-weight: 600;
padding-bottom: 10px;
text-transform: uppercase;
}
.offcanvas__contact li:first-child a {
font-size: 30px;
font-weight: 600;
text-transform: uppercase;
}
.offcanvas__contact li p {
font-size: 18px;
line-height: 1.3;
font-weight: 400;
color: var(--gray-4);
padding-bottom: 5px;
margin-bottom: 0;
}
.offcanvas__contact li a,
.offcanvas__contact li span {
font-weight: 400;
font-size: 18px;
line-height: 1.3;
color: var(--white);
display: inline-block;
}
.offcanvas__close {
position: absolute;
top: 15px;
inset-inline-end: 15px;
font-size: 20px;
color: var(--white);
padding: 0 10px;
z-index: 99;
}
.light .offcanvas__close {
color: var(--black-2);
}
.offcanvas__close:hover {
color: var(--primary);
}
.offcanvas__close-2 button {
width: 80px;
height: 80px;
border-radius: 100%;
background: var(--black-6);
position: relative;
}
.offcanvas__close-2 button span {
width: 30px;
height: 1px;
display: inline-block;
background-color: var(--primary);
position: absolute;
left: 50%;
top: 50%;
}
.offcanvas__close-2 button span:first-child {
transform: translateX(-50%) rotate(45deg);
}
.offcanvas__close-2 button span:last-child {
transform: translateX(-50%) rotate(-45deg);
}
.offcanvas__logo {
position: relative;
padding-bottom: 140px;
}
@media only screen and (max-width: 1399px) {
.offcanvas__logo {
padding-bottom: 70px;
}
}
@media only screen and (max-width: 1199px) {
.offcanvas__logo {
padding-bottom: 20px;
text-align: left;
}
}
.offcanvas__logo::after {
position: absolute;
content: "";
width: 140px;
height: 1px;
bottom: 70px;
left: calc(50% - 70px);
background-color: var(--black-6);
}
@media only screen and (max-width: 1399px) {
.offcanvas__logo::after {
bottom: 30px;
}
}
@media only screen and (max-width: 1199px) {
.offcanvas__logo::after {
display: none;
}
}
.offcanvas__logo img {
margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
.offcanvas__logo img {
max-width: 110px;
margin-bottom: 20px;
}
}
@media only screen and (max-width: 767px) {
.offcanvas__logo img {
max-width: 90px;
}
}
@media only screen and (max-width: 1199px) {
.offcanvas__logo p {
display: block;
}
}
.offcanvas__menu {
display: none;
}
@media only screen and (max-width: 1199px) {
.offcanvas__menu {
display: block;
}
}
.offcanvas__menu-area {
overflow: hidden;
display: none;
position: relative;
padding-bottom: 140px;
}
@media only screen and (max-width: 1399px) {
.offcanvas__menu-area {
padding-bottom: 70px;
}
}
@media only screen and (max-width: 1199px) {
.offcanvas__menu-area {
padding-bottom: 20px;
display: block;
}
}
.offcanvas__menu-area::after {
position: absolute;
content: "";
width: 140px;
height: 1px;
bottom: 70px;
left: calc(50% - 70px);
background-color: var(--black-6);
}
@media only screen and (max-width: 1399px) {
.offcanvas__menu-area::after {
bottom: 30px;
}
}
@media only screen and (max-width: 1199px) {
.offcanvas__menu-area::after {
display: none;
}
}
.offcanvas__menu-2 li a,
.offcanvas__menu-2 .dp-menu a {
font-size: 30px;
font-weight: 500;
line-height: 1em;
text-decoration: none;
width: 100%;
padding: 20px 0 20px 60px;
color: var(--white);
text-transform: capitalize;
border-top: 1px solid var(--black-4);
display: flex;
justify-content: space-between;
align-items: center;
outline: none;
transform: translateY(var(--y)) translateZ(0);
}
.offcanvas__menu-2 .dp-menu a {
padding-left: 100px;
}
.offcanvas__menu-2 .dp-menu .dp-menu a {
padding-left: 140px;
}
.menu-item-has-children a .nav-direction-icon::after,
.offcanvas__menu-2>li.menu-item-has-children>a .nav-direction-icon::after,
.dp-menu>li.menu-item-has-children>a .nav-direction-icon::after {
content: attr(data-icon);
font-size: 40px;
color: #fff;
width: 60px;
display: block;
}
.dp-menu[aria-expanded="true"]>li.menu-item-has-children>a .nav-direction-icon::after,
.offcanvas__menu-2[aria-expanded="true"]>li.menu-item-has-children>a .nav-direction-icon::after {
content: attr(data-icon);
font-size: 18px;
color: grey;
}
.offcanvas__menu-2 .dp-menu {
display: none;
}
.offcanvas__menu-area .dp-menu[aria-expanded=true] {
display: block;
transition: all 0.3s ease;
}
.offcanvas__lang {
gap: 50px;
display: flex;
align-items: center;
justify-content: flex-end;
margin-right: 30px;
}
.offcanvas__lang .language {
gap: 30px;
display: flex;
}
.offcanvas__lang .language li a {
font-weight: 500;
font-size: 16px;
line-height: 1.5;
color: var(--white);
display: inline-block;
text-transform: capitalize;
position: relative;
}
.offcanvas__lang .language li a::after {
position: absolute;
content: "";
width: 100%;
height: 1px;
left: 0;
bottom: 0;
transition: all 0.3s;
background-color: var(--white);
}
.offcanvas__lang .language li a:hover {
color: var(--primary);
}
.offcanvas__lang .language li a:hover::after {
width: 0;
}
.offcanvas__follow-2 {
text-align: right;
position: relative;
}
.offcanvas__follow-2 span {
position: absolute;
content: "";
bottom: 0;
right: 0;
width: 80px;
height: 80px;
border-radius: 100%;
display: inline-block;
background-color: var(--black-6);
}
.offcanvas__follow-2 a {
font-size: 14px;
line-height: 1.8;
font-weight: 600;
color: var(--white);
text-transform: uppercase;
display: inline-block;
position: relative;
writing-mode: tb-rl;
transform: rotate(180deg) translate(28px, 30px);
}
.offcanvas__follow-2 a:hover {
color: var(--primary);
}
.offcanvas__footer-2 p {
padding: 0;
margin: 0;
line-height: 1.5;
font-weight: 400;
font-size: 16px;
color: var(--gray-4);
}
body .offcanvas__footer-2 a {
color: var(--white);
text-decoration: none;
;
}
.offcanvas__footer-2 .default-search__again-form form input {
width: 100%;
height: 37px;
padding: 0;
color: var(--black-2);
}
.offcanvas__footer-2 form button {
font-size: 14px;
color: var(--gray);
}
.offcanvas__title {
font-weight: 500;
font-size: 18px;
line-height: 1.5;
color: var(--white);
padding-bottom: 20px;
text-transform: capitalize;
}
.offcanvas__gallery {
position: relative;
padding-bottom: 140px;
}
@media only screen and (max-width: 1399px) {
.offcanvas__gallery {
padding-bottom: 70px;
}
}
@media only screen and (max-width: 1199px) {
.offcanvas__gallery {
display: none;
}
}
.offcanvas__gallery::after {
position: absolute;
content: "";
width: 140px;
height: 1px;
bottom: 67px;
left: calc(50% - 70px);
background-color: var(--black-6);
}
@media only screen and (max-width: 1399px) {
.offcanvas__gallery::after {
bottom: 30px;
}
}
@media only screen and (max-width: 767px) {
.offcanvas__gallery::after {
bottom: 20px;
}
}
.offcanvas__media li {
display: inline-block;
}
.offcanvas__media li a {
display: block;
color: var(--gray);
font-size: 20px;
padding: 0 10px;
}
.offcanvas__media li a:hover {
color: var(--primary);
}
.offcanvas__footer-2 {
gap: 30px;
display: flex;
align-items: center;
justify-content: space-between;
}
.offcanvas__footer-2 a {
color: var(--white);
}
.offcanvas__footer-2 a:hover {
color: var(--primary);
}
.offcanvas__footer-2 form {
width: 220px;
}
.offcanvas__footer-2 form input,
.offcanvas__footer-2 form textarea {
width: 100%;
font-size: 14px;
color: var(--gray);
border: none;
outline: none;
padding-bottom: 5px;
background-color: transparent;
border-bottom: 1px solid var(--gray-6);
background-repeat: no-repeat;
background-position: right 0;
}
.offcanvas__footer-2 form input:hover,
.offcanvas__footer-2 form textarea:hover {
opacity: 1;
color: var(--gray);
}
.wcf-offcanvas-gl-style {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.shadow-close-button {
width: 60px;
height: 60px;
border-radius: 8px;
background-color: var(--white);
position: relative;
border: 3px solid var(--black-2);
filter: drop-shadow(5px 5px 0 var(--black-2));
transition: all 0.3s;
}
.shadow-close-button:hover {
background-color: var(--yellow-3);
}
.shadow-close-button span {
width: 30px;
height: 3px;
display: inline-block;
background-color: var(--black-2);
position: absolute;
left: 50%;
top: 50%;
border-radius: 3px;
}
.shadow-close-button span:first-child {
transform: translateX(-50%) rotate(45deg);
}
.shadow-close-button span:last-child {
transform: translateX(-50%) rotate(-45deg);
}
.cross-button {
width: 130px;
height: 130px;
position: relative;
}
@media only screen and (max-width: 991px) {
.cross-button {
width: 60px;
height: 60px;
}
}
.cross-button span {
width: 100%;
height: 1px;
display: inline-block;
background-color: var(--black-2);
position: absolute;
left: 50%;
top: 50%;
}
.cross-button span:first-child {
transform: translateX(-50%) rotate(45deg);
}
.cross-button span:last-child {
transform: translateX(-50%) rotate(-45deg);
}
.text-close-button {
font-size: 15px;
font-weight: 500;
display: inline-flex;
align-items: center;
gap: 0;
justify-content: center;
}
.text-close-button .bars {
width: 40px;
display: flex;
flex-direction: column;
gap: 5px;
}
.text-close-button .bars span {
width: 100%;
height: 1px;
background: var(--black-2);
}
.close-button {
width: 70px;
height: 70px;
border-radius: 100%;
background: var(--black-2);
position: relative;
border: 1px solid #333337;
}
@media only screen and (max-width: 767px) {
.close-button {
width: 50px;
height: 50px;
}
}
.close-button span {
width: 26px;
height: 1px;
display: inline-block;
background-color: var(--white);
position: absolute;
left: 50%;
top: 50%;
}
@media only screen and (max-width: 767px) {
.close-button span {
width: 20px;
}
}
.close-button span:first-child {
transform: translateX(-50%) rotate(45deg);
}
.close-button span:last-child {
transform: translateX(-50%) rotate(-45deg);
}
.gallery__items {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
}
.gallery__item {
position: relative;
}
.gallery__item a {
display: block;
}
.gallery__item a:hover span {
opacity: 1;
visibility: visible;
}
.gallery__item span {
color: var(--white);
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
opacity: 0;
visibility: hidden;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s;
background: rgba(0, 0, 0, 0.4);
}
#main_btn {
position: relative;
z-index: 999999;
background-color: red;
padding: 30px;
}
.offcanvas__left-2 {
opacity: 0;
top: -50%;
position: relative;
}
.offcanvas__right-2 {
opacity: 0;
bottom: -50%;
position: relative;
}
.offcanvas__area-2 {
overflow: hidden;
}
.offcanvas__menu-2 {
width: 100%;
height: 80vh;
overflow-y: auto;
}
.offcanvas__menu-2 .menu {
width: 100%;
border-bottom: 1px solid var(--black-4);
}
.wcf-offcanvas-gl-style .has-left-line {
position: relative;
padding-inline-start: 37px;
display: inline-block;
}
.wcf-offcanvas-gl-style .has-left-line:before {
position: absolute;
content: "";
width: 50px;
height: 1px;
background-color: currentColor;
inset-inline-start: 0;
border-inline-start: 1px;
top: 50%;
}
.wcf-offcanvas-gl-style .hover-border-move li a {
position: relative;
transition: all 0.5s;
}
.wcf-offcanvas-gl-style .hover-border-move li a:hover::after {
width: 100%;
left: auto;
right: 0;
}
.wcf-offcanvas-gl-style .hover-border-move li a::after {
position: absolute;
content: "";
width: 0%;
height: 1px;
bottom: 0;
left: 0;
transition: all 0.5s;
background-color: currentColor;
}
.open-offcanvas {
cursor: pointer;
}
.offcanvas__footer-2 form {
width: 220px;
border: none;
} @media (max-width: 1365px) {
.offcanvas__footer-2 {
align-items: flex-start;
flex-direction: column-reverse;
}
} @media (max-width: 1023px) {
.offcanvas__inner-2 {
grid-template-columns: 1fr 2fr;
}
.offcanvas__left-2 {
padding: 50px 30px 30px;
}
.default-search__again-form {
width: 100%;
}
.offcanvas__footer-2 form {
width: 100%;
}
.offcanvas__right-2 {
padding: 50px 0 30px;
}
} @media (max-width: 767px) {
.offcanvas__left-2 {
height: 100%;
}
.offcanvas__right-2 {
height: 100%;
justify-content: flex-start;
padding: 80px 0 20px;
}
.offcanvas__close-2 button {
width: 50px;
height: 50px;
}
.offcanvas__close-2 button span {
width: 20px;
}
.offcanvas__inner-2 {
height: 100%;
grid-template-columns: 1fr;
}
.offcanvas__close-2 {
left: unset;
top: 20px;
right: 15px;
}
.offcanvas__follow-2 {
margin-top: auto;
}
.offcanvas__menu-2 {
width: 100%;
}
.offcanvas__menu-2 li a::after {
width: 10px;
height: 10px;
left: 65px;
top: 5px;
}
.offcanvas__menu-2 li a:hover::before {
width: 30px;
}
.offcanvas__menu-2 li a::before {
height: 2px;
}
}
@media (max-width: 1600px) {
.offcanvas__area-2 .offcanvas__footer-2 {
flex-wrap: wrap;
flex-direction: column-reverse;
align-items: flex-start;
}
.offcanvas__area-2 .default-search__again-form {
margin: 0;
margin-bottom: 0;
}
}