Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 18.119.134.252
54 Domain
7.3.33
dpclient
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
dpclient /
public_html /
micro /
assets /
css /
[ HOME SHELL ]
Name
Size
Permission
Action
fonts
[ DIR ]
drwxr-xr-x
all.css
76.36
KB
-rw-r--r--
animate.css
58.44
KB
-rw-r--r--
bootstrap-icons.css
73.01
KB
-rw-r--r--
bootstrap.min.css
151.25
KB
-rw-r--r--
boxicons.min.css
62.29
KB
-rw-r--r--
jquery-ui.css
36.54
KB
-rw-r--r--
jquery.countdown.css
933
B
-rw-r--r--
magnific-popup.css
7.13
KB
-rw-r--r--
nice-select.css
4.05
KB
-rw-r--r--
odometer.css
3.4
KB
-rw-r--r--
select2.min.css
14.84
KB
-rw-r--r--
slick-theme.css
3.27
KB
-rw-r--r--
slick.css
1.85
KB
-rw-r--r--
style - Copy.css
248.12
KB
-rw-r--r--
style.css
287.06
KB
-rw-r--r--
style.css.map
110.55
KB
-rw-r--r--
style.scss
314.21
KB
-rw-r--r--
swiper-bundle.css
18.46
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : style.scss
/* Template Name: Astrip - Tour Booking and Travel Agency HTML Template */ /*================================================ 1. Mixins Css 2. Global CSS 3. Section Title 4. Buttons 5. Preloader 6. Pagination 7. search area 8. Mobile-menu 9. Topbar-section 10. Header-section 11. Banner-section 12. Intro-section 13. About-section 14. Practice-area-section 15. Info-section 16. Casestudy Section 17. Attorney Section 18. Latest News Section 19. Lawyer Profile Section 20. Error-page 21. Footer-section 22. Testimonial Seciton 23. Breadcrumb-section 24. Service details 25. Faq section 26. History section ================================================*/ @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); * { margin: 0; padding: 0; scroll-behavior: smooth; } :root { /*color Variable*/ --primary-color2: #C2272D; --primary-color3: #C2272D; --primary-color1: #C2272D; --primary-color1-light: rgba(144, 185, 86, 0.7); --primary1-dark: #359D9E; --white: #fff; --text-primary: #09100D; --icon-primary: #C2272D; --text-secondary: #5E5E5E; --text-light: #878787; --border-color: #DDDDDD; --font-merriw: 'Merriweather', serif; --font-work-sans: 'Work Sans', sans-serif; } ::selection { color: var(--white); background: var(--primary-color1); } /*================================================ 1. Mixins Css =================================================*/ // flex-box @mixin flex($position) { display: flex; justify-content: $position; flex-wrap: wrap; align-items: center; } @mixin img-adjust { background-size: cover; background-repeat: no-repeat; } @mixin font($font-size, $font-weight, $color) { font-size: $font-size; font-weight: $font-weight; color: $color; } @mixin list($style, $margin, $padding) { list-style: $style; margin: $margin; padding: $padding; } @mixin display($none, $hidden) { display: $none; visibility: $hidden; } @mixin circle($width, $height, $line-height, $center, $bor-radius) { width: $width; height: $height; line-height: $line-height; text-align: center; border-radius: 50%; } // xl-device===== @mixin fifteen-down-device { @media (max-width:1500px) { @content; } } @mixin xxl-down-device { @media (max-width:1399px) { @content; } } @mixin xl-down-device { @media (max-width:1199px) { @content; } } @mixin xxl-device { @media (min-width:1400px) and (max-width:1599px) { @content; } } @mixin xl-device { @media (min-width:1200px) and (max-width:1399px) { @content; } } @mixin lg-device { @media (min-width:992px) and (max-width:1199px) { @content; } } @mixin lg-up-device { @media (min-width:992px) { @content; } } @mixin lg-down-device { @media (max-width:991px) { @content; } } // md-device============ @mixin md-device { @media (min-width:768px) and (max-width:991px) { @content; } } @mixin md-up-device { @media (min-width:768px) { @content; } } @mixin md-down-device { @media (max-width:767px) { @content; } } // sm-device @mixin sm-device { @media (min-width: 576px) and (max-width:768px) { @content; } } @mixin sm-down-device { @media (max-width:576px) { @content; } } /*================================================ 2. Global Css =================================================*/ html { font-size: 62.5%; scroll-behavior: smooth; @include xl-device() { font-size: 60%; } @include lg-device() { font-size: 58%; } @include md-device() { font-size: 57%; } @include sm-device() { font-size: 56%; } @include sm-down-device() { font-size: 55%; } } h1, h2, h3, h4, h5, h6 { color: var(--text-primary); font-family: var(--font-merriw); } body { font-family: var(--font-work-sans); color: var(--text-secondary); font-size: 16px; font-weight: 400; line-height: 1.7; } button { outline: none; border: none; } a { color: unset; text-decoration: none; &:focus { outline: 0 solid; } &:hover { text-decoration: none; color: unset; } } input:focus, textarea:focus, button:focus { outline: none; } i.bx { vertical-align: middle; } .para { font-size: 17px; font-weight: 400; font-family: var(--font-work-sans); color: var(--text-secondary); line-height: 1.6; } .pt-120 { padding-top: 120px; @include lg-device() { padding-top: 100px; } @include lg-down-device() { padding-top: 90px; } } .pt-90 { padding-top: 90px; @include lg-device() { padding-top: 70px; } @include lg-down-device() { padding-top: 60px; } } .pb-90 { padding-bottom: 90px; @include lg-device() { padding-bottom: 70px; } @include lg-down-device() { padding-bottom: 60px; } } .pb-120 { padding-bottom: 120px; @include lg-device() { padding-bottom: 100px; } @include lg-down-device() { padding-bottom: 90px; } } .pb-65 { padding-bottom: 65px; } .mt-120 { margin-top: 120px; @include lg-device() { margin-top: 100px; } @include lg-down-device() { margin-top: 90px; } } .mb-120 { margin-bottom: 120px; } .pt-80 { padding-top: 80px; } .pt-50 { padding-top: 50px; } .pb-80 { padding-bottom: 80px; } .pe-80 { padding-right: 80px; } .pb-60 { padding-bottom: 60px; } .mb-60 { margin-bottom: 60px; } .mb-50 { margin-bottom: 50px; } .mb-45 { margin-bottom: 45px; } .mb-35 { margin-bottom: 35px; } .mt-10 { margin-top: 10px; } .mt-40 { margin-top: 40px; } .mb-40 { margin-bottom: 40px; } .mb-30 { margin-bottom: 30px; } .mt-50 { margin-top: 50px; } .mb-50 { margin-bottom: 50px; } .mt-60 { margin-top: 60px; } .mt-70 { margin-top: 70px; } .bg--light { background: #FAFAFA; } .eg-card { border-radius: 5px; position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; } .text--primary{ color: var(--text-primary) !important; } /*======================================= 3. scroll top =======================================*/ // #button { // display: inline-block; // width: 40px; // height: 40px; // text-align: center; // border-radius: 4px; // position: fixed; // bottom: 40px; // right: 30px; // transition: background-color .3s, // opacity .5s, visibility .5s; // opacity: 0; // visibility: hidden; // z-index: 1000; // } // #button:hover { // cursor: pointer; // } // #button:active { // background-color: #555; // } // #button.show { // opacity: 1; // visibility: visible; // } .circle-container { background: transparent; position: fixed; right: 50px; bottom: 50px; height: 46px; width: 46px; cursor: pointer; display: block; border-radius: 50px; box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.07); z-index: 10000; opacity: 0; visibility: hidden; transform: translateY(15px); -webkit-transition: all 200ms linear; transition: all 200ms linear; @include lg-down-device(){ display: none; visibility: hidden; } &.active { opacity: 1; visibility: visible; transform: translateY(0); } &::after { position: absolute; font-family: 'Bootstrap-icons'; content: '\F145'; text-align: center; line-height: 46px; font-size: 28px; color: var(--primary-color1); left: 0; top: 0; height: 46px; width: 46px; cursor: pointer; display: block; z-index: 1; -webkit-transition: all 200ms linear; transition: all 200ms linear; } &:hover { &::after { position: absolute; font-family: 'Bootstrap-icons'; content: '\F145'; color: var(--green); -webkit-transition: all 200ms linear; transition: all 200ms linear; } } svg { path { fill: none; } &.circle-progress { path { stroke: var(--primary-color1); stroke-width: 5; box-sizing:border-box; -webkit-transition: all 200ms linear; transition: all 200ms linear; } } } &.sibling-2{ &::after { color: var(--primary-color2); } svg { &.circle-progress { path { stroke: var(--primary-color2); } } } } &.sibling-3{ &::after { color: var(--primary-color3); } svg { &.circle-progress { path { stroke: var(--primary-color3); } } } } } /*======================================= 3. section-title =======================================*/ .section-title1 { text-align: center; margin-bottom: 60px; display: flex; flex-direction: column; justify-content: center; text-align: center; span { display: block; font-family: var(--font-work-sans); @include font(1.8rem, 400, var(--primary-color1)); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 3px; } h2 { @include font(4.2rem, 700, var(--text-primary)); margin-bottom: 15px; margin-top: -7px; display: inline-block; font-family: var(--font-merriw); line-height: 1.4; @include sm-down-device(){ font-size: 3.6rem; } } img { max-width: 370px; width: 100%; margin-left: auto; margin-right: auto; } &.sibling2 { @include font(4rem, 600, var(--text-primary)); } } .section-title2 { margin-bottom: 37px; svg { fill: var(--primary-color2); margin: 0 auto; margin-bottom: 15px; opacity: 0.55; } span { @include font(1.8rem, 400, var(--primary-color2)); font-family: var(--font-satisfy);; margin-bottom: 0px; text-transform: uppercase; letter-spacing: 3px; } h2 { @include font(4.2rem, 700, var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 20px; line-height: 1.4; } } .section-title3 { margin-bottom: 60px; span { @include font(1.8rem, 400, var(--primary-color2)); font-family: var(--font-satisfy); margin-top: -6px; display: block; text-transform: uppercase; margin-bottom: 5px; } h2 { @include font(4.2rem, 700, var(--text-primary)); font-family: var(--font-merriw); } } .section-title5 { margin-bottom: 62px; img { margin: 0 auto 10px auto; width: 15px; } >span { font-size: 1.8rem; font-weight: 400; color: var(--text-secondary); font-family: var(--font-work-sans); letter-spacing: 2px; display: block; margin-bottom: 0px; text-transform: uppercase; } h2 { @include font(4.2rem, 800, var(--text-primary)); font-family: var(--font-merriw); line-height: 1.35; margin-bottom: 10px; span { @include font(4.2rem, 500, var(--primary-color3)); font-family: var(--font-merriw); } } p { @include font(17px, 400, var(--text-secondary)); font-family: var(--font-work-sans); } } /*======================================= 4. Buttons =======================================*/ .eg-btn { text-align: center; display: inline-block; text-decoration: none; transition: all 0.45s ease-in-out; text-transform: capitalize; font-family: var(--font-exo); cursor: pointer; overflow: hidden; i { font-weight: 200; vertical-align: middle; margin-right: 5px; } } .btn--primary { background: var(--primary-color1); color: var(--white); border-radius: 0px; position: relative; z-index: 1; display: inline-flex; justify-content: center; white-space: nowrap; border: 2px solid var(--primary-color1); &::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: var(--white); width: 100%; height: 100%; transition: 0.5s; z-index: -1; transform: scale(0.6); border-radius: 0px; opacity: 0; } &:hover { color: var(--primary-color1); &::after { transform: scale(1); opacity: 1; } } } .btn--primary2 { background: var(--primary-color2); color: var(--text-primary); border-radius: 0px; position: relative; z-index: 1; display: inline-flex; justify-content: center; white-space: nowrap; border: 2px solid var(--primary-color2); &::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: var(--white); width: 100%; height: 100%; transition: 0.5s; z-index: -1; transform: scale(0.6); border-radius: 0px; opacity: 0; } &:hover { color: var(--text-primary); &::after { transform: scale(1); opacity: 1; } } } .btn--white { background: var(--white); color: var(--text-primary); border-radius: 0px; position: relative; z-index: 1; display: inline-flex; justify-content: center; white-space: nowrap; // border: 2px solid var(--white); &::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: var(--primary-color2); width: 100%; height: 100%; transition: 0.5s; z-index: -1; transform: scale(0.6); border-radius: 0px; opacity: 0; } &:hover { color: var(--text-primary); &::after { transform: scale(1); opacity: 1; } } &.sibling-2 { &::after { content: ""; background: var(--primary-color1); } } } .btn--primary3 { background: var(--primary-color3); color: var(--white); border-radius: 0px; position: relative; z-index: 1; display: inline-flex; justify-content: center; white-space: nowrap; border: 2px solid var(--primary-color3); &::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: var(--white); width: 100%; height: 100%; transition: 0.5s; z-index: -1; transform: scale(0.6); border-radius: 0px; opacity: 0; } &:hover { color: var(--text-primary); &::after { transform: scale(1); opacity: 1; } } } .btn--primary-outline { background: var(--white); color: var(--primary-color1); border-radius: 0px; position: relative; z-index: 1; display: inline-flex; justify-content: center; white-space: nowrap; border: 2px solid var(--primary-color1); &::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: var(--primary-color1); width: 100%; height: 100%; transition: 0.5s; z-index: -1; transform: scale(0.6); border-radius: 0px; opacity: 0; } &:hover { color: var(--white); &::after { transform: scale(1); opacity: 1; } } } .btn--primary3-outline { background: var(--white); color: var(--text-secondary); border-radius: 0px; position: relative; z-index: 1; display: inline-flex; justify-content: center; white-space: nowrap; border: 2px solid var(--text-secondary); transition: 0.5s ease; &::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: var(--primary-color3); width: 100%; height: 100%; transition: 0.5s ease; z-index: -1; transform: scale(0.6); border-radius: 0px; opacity: 0; } &:hover { color: var(--white); border: 2px solid transparent; &::after { transform: scale(1); opacity: 1; } } &.sibling-2 { color: var(--text-primary); &::after { background: var(--primary-color2); } } } .btn-primary2-outline { background: transparent; color: var(--white); border-radius: 0px; position: relative; z-index: 1; display: inline-flex; justify-content: center; white-space: nowrap; border: 1px solid var(--white); &::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: var(--primary-color2); width: 100%; height: 100%; transition: 0.5s; z-index: -1; transform: scale(0.6); border-radius: 0px; opacity: 0; } &:hover { border: 1px solid var(--primary-color2); color: var(--text-primary); &::after { transform: scale(1); opacity: 1; } } &.sibling-2 { color: var(--text-primary); border: 1px solid var(--text-primary); &:hover { border: 1px solid transparent; color: var(--text-primary); &::after { transform: scale(1); opacity: 1; } } } } .capsule { border-radius: 30px; } .btn--lg { font-size: 18px; font-weight: 500; text-transform: capitalize; padding: 12px 35px; @include md-down-device() { padding: 12px 25px; } } .btn--lg2 { font-size: 16px; font-weight: 500; text-transform: capitalize; padding: 10px 20px; @include md-down-device() { padding: 12px 25px; } } .btn--md { padding: 10px 35px; font-size: 16px; font-weight: 600; @include md-down-device() { padding: 10px 40px; } } .btn--sm { font-size: 14px; font-weight: 600; padding: 6px 18px; } .eg-badge { @include font(14px, 500, var(--white)); font-family: var(--font-work-sans); border-radius: 30px; padding: 4px 12px; &.badge-red { background: #DF2258; } &.badge-yellow { background: #F29727; } &.badge-black { background: #09100D; } &.badge-blue { background: #2F80ED; } } /*======================================= 5. Paginaiton =======================================*/ .pagination-wrap{ .page-item{ &.active { .page-link { z-index: 3; color: var(--primary-color1) !important; background-color: var(--white) !important; border-color: var(--primary-color1); } } } .pagination{ margin: 0; } .page-item{ &:first-child{ .page-link{ border-radius: 2px; } } &:last-child{ .page-link{ border-radius: 2px; } } } .page-link { position: relative; display: block; color: var(--text-primary) !important; font-size: 16px; font-weight: 600; text-decoration: none; border: unset !important; border-radius: 8px 8px 2px 8px; transition: 0.42s ease; padding: 0px 10px !important; &:focus{ box-shadow: unset; color: var(--primary-color1); } &:hover{ color: var(--primary-color1); } } .page-item.active .page-link { z-index: 3; color: var(--primary-color1); } } /*======================================= 5. preloader start =======================================*/ @mixin preloader($style, $color) { .egns-preloader { position: fixed !important; z-index: 99999; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: hidden; &::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: #fff; z-index: -1; } .circle-border { width: 100%; max-width: 140px; height: 100%; max-height: 140px; @if $style ==home1 { border: 0px solid $color; } @if $style ==home2 { border: 0px solid $color; } @if $style ==home3 { border: 0px solid $color; } @if $style ==home4 { border: 0px solid $color; } @if $style ==home5 { border: 0px solid $color; } position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: auto; border-radius: 50%; box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1); svg { @if $style ==home1 { fill: $color; } @if $style ==home2 { fill: $color; } @if $style ==home3 { fill: $color; } @if $style ==home4 { fill: $color; } @if $style ==home5 { fill: $color; } path { @if $style ==home1 { stroke: $color; } @if $style ==home2 { stroke: $color; } @if $style ==home3 { stroke: $color; } @if $style ==home4 { stroke: $color; } @if $style ==home5 { stroke: $color; } } } .moving-circle { width: 10px; height: 10px; @if $style ==home1 { background: $color; } @if $style ==home2 { background: $color; } @if $style ==home3 { background: $color; } @if $style ==home4 { background: $color; } @if $style ==home5 { background: $color; } border-radius: 50%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; margin: auto; animation: circle 2s linear infinite; &:nth-child(2) { width: 10px; height: 10px; @if $style ==home1 { background: $color; } @if $style ==home2 { background: $color; } @if $style ==home3 { background: $color; } @if $style ==home4 { background: $color; } @if $style ==home5 { background: $color; } border-radius: 50%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; margin: auto; animation: circle 2.25s linear infinite; } &:nth-child(3) { width: 10px; height: 10px; @if $style ==home1 { background: $color; } @if $style ==home2 { background: $color; } @if $style ==home3 { background: $color; } @if $style ==home5 { background: $color; } @if $style ==home5 { background: $color; } border-radius: 50%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; margin: auto; animation: circle 2.5s linear infinite; } } } @keyframes circle { 0% { transform: rotate(0deg) translate(-70px) rotate(0deg); } 100% { transform: rotate(360deg) translate(-70px) rotate(-360deg); } } } } .home1preloader { @include preloader(home1, var(--primary-color1)); } .home2preloader { @include preloader(home2, var(--primary-color2)); } .home3preloader { @include preloader(home3, #A044FF); } .home4preloader { @include preloader(home4, #27AE60); } .home5preloader { @include preloader(home5, #FF7342); } $len: 242.776657104492px; $time: 1.6s; #outline { stroke-dasharray: $len*0.01, $len; stroke-dashoffset: 0; animation: anim $time linear infinite; } @keyframes anim { 12.5% { stroke-dasharray: $len*0.14, $len; stroke-dashoffset: -$len*0.11; } 43.75% { stroke-dasharray: $len*0.35, $len; stroke-dashoffset: -$len*0.35; } 100% { stroke-dasharray: $len*0.01, $len; stroke-dashoffset: -$len*0.99; } } /*======================================= 6. pagination start =======================================*/ .pagination-wrap { // margin-top: 50px; .page-item { &.active { .page-link { z-index: 3; color: var(--white); background-color: var(--primary-color1); border-color: var(--primary-color1); } } } .pagination { margin: 0; } .page-link { position: relative; display: block; font-size: 16px; font-weight: 600; text-decoration: none; background-color: var(--white); border-radius: 5px; transition: 0.42s ease; border: 1px solid rgba(#292B31, 0.3); border-radius: 5px; color: rgba(#292B31, 0.3); padding: 7px 10px; i{ color: var(--text-primary); font-size: 17px; font-weight: 600; transition: 0.42s ease; vertical-align: middle; } &:focus { box-shadow: unset; color: var(--primary-color1); border-color: var(--primary-color1); } &:hover { color: var(--primary-color1) !important; i{ color: var(--primary-color1); } } } .page-item.active .page-link { z-index: 3; color: var(--primary-color1); } } /*======================================= 7. search area start =======================================*/ .mobile-search { background: rgba(#000, 0.85); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09); width: 100%; height: 100%; border-radius: 4px; display: flex; justify-content: center; flex-wrap: wrap; align-items: center; align-items: center; position: fixed; cursor: popoppins; // transform: translateY(-100%); transform: scale(0); top: 0; left: 0; z-index: 9999; opacity: 0; visibility: hidden; transition: .65s ease; padding: 35px 100px; @include md-down-device() { padding: 20px 20px; } label { color: #fff; margin-bottom: 20px; } &.slide { // transform: translateY(0); transform: scale(1); opacity: 1; visibility: visible; } input { border: none; border-radius: unset; // border-bottom: 1px solid $border-color; padding-left: 0px; padding-bottom: 5px; width: 100%; background: transparent; transition: 0.3s ease-in-out; color: #fff; margin-bottom: 20px; &:focus { border-bottom: 1px solid #fff; } // &::placeholder{ // color: var(--dark); // } } .search-cross-btn { color: #fff; cursor: popoppins; background: rgba(var(--primary-color1), 0.6); border-radius: 50%; height: 40px; width: 40px; line-height: 40px; text-align: center; line-height: 43px; transition: 0.5s ease; &:hover { background: var(--primary-color1); color: #fff; } } .search-cross-btn i { font-size: 25px; cursor: pointer; } } /*======================================= 8. Mobile-menu Css =======================================*/ .mobile-menu-form { margin-top: 50px; input { width: 100%; // border: 1px solid $border-color; padding: 10px 15px; background-color: var(--white); margin-bottom: 15px; outline: none; border-radius: 5px; &::placeholder { font-size: 12px; } &.style-capsule { border-radius: 30px; } } button { outline: none; border: none; padding: 10px; } &.style-2 { input { border-radius: 30px; } } } .phone-call2 { .number { text-align: left; span { display: inline-block; color: var(--text-color2); font-family: var(--font-exo); font-size: 12px; font-weight: 500; } h5 { margin-bottom: 0px; margin-top: -7px; white-space: nowrap; a { color: var(--text-color1); font-size: 15px; font-weight: 700; margin-bottom: 0px; } } } } /*================================================ 10. Topbar-section =================================================*/ .topbar{ background: #202338; width: 100%; padding: 15px 0px; position: relative; z-index: 999; .topbar-left{ .topbar-info-list{ @include list(none,0,0); display: flex; flex-direction: row; align-items: center; gap: 30px; li{ @include font(14px,400, var(--white)); font-family: var(--font-work-sans); i{ color: var(--primary-color1); margin-right: 5px; } } } } .topbar-right-list{ @include list(none,0,0); display: flex; justify-content: flex-end; align-items: center; gap: 30px; li{ position: relative; z-index: 1; cursor: pointer; display: flex; justify-content: space-between; transition: all 0.35s ease; @include font(14px,400, var(--white)); font-family: var(--font-work-sans); span,a{ @include font(14px,400, var(--white)); font-family: var(--font-work-sans); transition: all 0.35s ease; } &:hover{ color: var(--primary-color1); span,a{ color: inherit; } .topbar-sublist{ opacity: 1; transform: translateY(0px); visibility: visible; } } > img{ margin-left: 15px; width: 20px; height: 20px; margin-top: 2px; } .topbar-sublist{ position: absolute; top: 35px; left: -10px; @include list(none, 0,0); background: #202338; min-width: 120px; height: auto; z-index: 9; border: 1px solid rgba(#fff,0.1); opacity: 0; transform: translateY(5px); transition: all 0.6s ease; visibility: hidden; li{ padding: 8px 12px; img{ margin-left: 15px; width: 20px; } } } } } } /*================================================ 10. Header-section =================================================*/ header.style-1 { background-color: transparent; width: 100%; z-index: 8; padding: 0px 6%; display: flex; justify-content: space-between; align-items: center; position: absolute; top: 15px; left: 0; right: 0; @include xl-device() { padding: 0px 5%; } @include lg-device() { padding: 0px 4%; } @include md-device() { padding: 0px 4%; top: 0; } @include md-down-device() { top: 0; padding: 0px 4%; } &.sticky { position: fixed; top: 0px; left: 0; z-index: 999; background: var(--text-primary); // transition: 0.2s ease; box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1); animation: smooth-header 0.65s linear; @keyframes smooth-header { 0% { transform: translateY(-30px); } 100% { transform: translateY(0px); } } } // end navbar-right .header-logo { @include xl-device() { padding: 21px 0px; } @include lg-device() { padding: 21px 0px; } @include lg-down-device() { padding: 21px 0px; } img { min-width: 120px; max-width: 100%; @include md-down-device(){ min-width: 90px; } } } .main-nav { display: inline-block; .mobile-menu-logo { display: none; } ul { list-style: none; margin: 0; padding: 0; >li { display: inline-block; position: relative; padding: 0 20px; a { font-size: 16px; color: #fff; font-weight: 500; display: block; text-transform: capitalize; padding: 30px 0; position: relative; font-family: var(--font-work-sans); -webkit-transition: all .5s ease-out 0s; -moz-transition: all .5s ease-out 0s; -ms-transition: all .5s ease-out 0s; -o-transition: all .5s ease-out 0s; transition: all .5s ease-out 0s; &:hover { color: var(--primary-color1); } } a.active { color: var(--primary-color1); } i { width: 30px; font-size: 14px; text-align: center; color: #fff; font-style: normal; position: absolute; right: -8px; top: 33px; z-index: 999; cursor: pointer; display: none; } ul.sub-menu { position: absolute; left: 0; right: 0; top: auto; margin: 0; padding: 0; opacity: 0; visibility: hidden; min-width: 215px; background: #0B0F14; text-align: left; transition: all .5s ease-out 0s; transform: translateY(20px); >li { padding: 0 10px; i { position: absolute; top: 10px; right: 6px; display: block; } padding: 0; display: block; // border-bottom: 1px solid rgba(#383838, 0.5); position: relative; a { display: block; padding: 15px 15px; color: #fff; font-weight: 300; text-transform: capitalize; font-size: 16px; line-height: 1; -webkit-transition: all .4s ease-out 0s; transition: all .4s ease-out 0s; &:hover { color: var(--primary-color1); margin-left: 10px; } } a.active { color: var(--primary-color1); } .sub-menu { left: 215px; position: absolute; max-width: 230px; min-width: 215px; background: #0B0F14; top: 0; @media only screen and (max-width: 1199px) { margin-left: 10px; position: unset; max-width: 230px; min-width: 215px; background: transparent; top: 0; } li i { display: block; } } &:last-child { border-bottom: none; } } } &:hover { >ul.sub-menu { visibility: visible; opacity: 1; transform: translateY(0); } } } li.menu-item-has-children>i { display: block; } } } @media only screen and (max-width: 1199px) { .main-nav { position: fixed; top: 0; left: 0; width: 280px; padding: 30px 20px !important; z-index: 99999; height: 100%; overflow: auto; background: var(--text-primary); -webkit-transform: translateX(-260px); transform: translateX(-100%); -webkit-transition: -webkit-transform .3s ease-in; transition: -webkit-transform .3s ease-in; transition: transform .3s ease-in; transition: transform .3s ease-in, -webkit-transform .3s ease-in; &.show-menu { transform: translateX(0); } .mobile-menu-logo { text-align: left; padding-top: 20px; display: block; padding-bottom: 8px; } ul { float: none; text-align: left; padding: 35px 10px 10px 0; li { display: block; position: relative; padding: 0 5px; i { display: block; } a { padding: 10px 0; display: block; font-weight: 300; } ul.sub-menu { position: static; min-width: 200px; background: 0 0; border: none; opacity: 1; visibility: visible; -webkit-box-shadow: none; box-shadow: none; -webkit-transform: none; transform: none; -webkit-transition: none; transition: none; display: none; margin-top: 0 !important; transform: translateY(0px); } .bi { top: 12px; font-size: 16px; } } } } // .main-nav.slidenav { // -webkit-transform: translateX(0); // } .mobile-menu { position: relative; top: 2px; padding: 0 5px; border-radius: 50%; display: inline-block; } .cross-btn { display: inline-block !important; position: relative; width: 30px !important; height: 22px !important; cursor: pointer; border: 3px solid transparent !important; span { width: 100%; height: 2px; background: var(--primary-color1); display: block; position: absolute; right: 0; -webkit-transition: all .3s; transition: all .3s; } .cross-top { top: 0; } .cross-middle { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 100%; } .cross-bottom { bottom: 0; width: 100%; } } .cross-btn.h-active { span.cross-top { -webkit-transform: rotate(45deg); transform: rotate(45deg); top: 50%; margin-top: -1px; } span.cross-middle { -webkit-transform: translateX(-30px); transform: translateX(-30px); opacity: 0; } span.cross-bottom { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 50%; margin-bottom: -1px; } } } } .phone-call { .icon { margin-right: 10px; svg { fill: var(--white); } } .number { span { @include font(14px, 400, var(--white)); font-family: var(--font-work-sans); } h5 { white-space: nowrap; margin-bottom: 0px; a { @include font(16px, 500, var(--white)); font-family: var(--font-work-sans); } } } &.sibling2 { svg { fill: var(--icon-primary); } .number { margin-top: -5px; span { @include font(14px, 400, var(--text-primary)); font-family: var(--font-work-sans); } h5 { white-space: nowrap; a { @include font(16px, 500, var(--text-primary)); font-family: var(--font-work-sans); } } } } &.sibling3 { margin-right: 30px; &:hover { svg { fill: var(--primary-color3); } } svg { fill: var(--text-primary); transition: all 0.4s ease; } .number { span { @include font(14px, 400, var(--text-primary)); font-family: var(--font-work-sans); } h5 { white-space: nowrap; a { @include font(16px, 500, var(--text-primary)); font-family: var(--font-work-sans); } } } } &.sibling4 { margin-right: 20px; &:hover { svg { fill: var(--primary-color2); } } svg { fill: var(--text-primary); transition: all 0.4s ease; } .number { span { @include font(14px, 400, var(--text-primary)); font-family: var(--font-work-sans); } h5 { white-space: nowrap; a { @include font(16px, 500, var(--text-primary)); font-family: var(--font-work-sans); } } } } } .header-social-area { position: relative; padding-right: 20px; padding-left: 9%; &::after { content: ''; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); height: 20px; width: 1px; background-color: var(--white); @include xl-down-device() { content: unset; } } ul.header-social { @include list(none, 0, 0); display: flex; flex-direction: row; gap: 25px; li { a { i { @include font(18px, 500, Var(--white)); transition: all 0.35s ease; &:hover { color: var(--primary-color1); } } } } } &.sibling-2 { ul.header-social { gap: 20px; li { a { i { @include font(18px, 500, Var(--text-primary)); transition: all 0.35s ease; &:hover { color: var(--primary-color2); } } } } } } } .sidebar-btn { cursor: pointer; i { font-size: 25px; color: var(--white); font-weight: 600; } } .mobile-menu-btn { @extend .sidebar-btn; } header.style-2 { background-color: var(--white); width: 100%; position: relative; z-index: 99; padding: 0px 5%; display: flex; justify-content: space-between; align-items: center; box-shadow: 3px 3px 30px rgba(32, 35, 56, 0.06); @include xl-device() { padding: 0px 2%; } @include lg-device() { padding: 0px 2%; } @include md-device() { padding: 0px 4%; top: 0; } @include md-down-device() { top: 0; padding: 0px 4%; } &.sticky { position: fixed; top: 0px; left: 0; z-index: 999; background: var(--white); // transition: 0.2s ease; box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1); animation: smooth-header 0.65s linear; @keyframes smooth-header { 0% { transform: translateY(-30px); } 100% { transform: translateY(0px); } } } // end navbar-right .header-logo { @include xl-device() { padding: 21px 0px; } @include lg-device() { padding: 15px 0px; } @include lg-down-device() { padding: 15px 0px; } img { min-width: 120px; max-width: 100%; } } .main-nav { display: inline-block; .mobile-menu-logo { display: none; } ul { list-style: none; margin: 0; padding: 0; li { display: inline-block; position: relative; padding: 0 20px; a { font-size: 18px; color: var(--text-primary); font-weight: 500; display: block; text-transform: capitalize; padding: 30px 0; position: relative; font-family: var(--font-work-sans); -webkit-transition: all .5s ease-out 0s; -moz-transition: all .5s ease-out 0s; -ms-transition: all .5s ease-out 0s; -o-transition: all .5s ease-out 0s; transition: all .5s ease-out 0s; position: relative; &:hover { color: var(--primary-color1); &:after{ opacity: 1; width: 100%; } } &::after{ content: ''; position: absolute; bottom: 25px; left:0; width: 0%; height: 2px; border-radius: 30px; display: block; background: linear-gradient(90deg, var(--primary-color1),transparent); opacity: 0; transition: all .5s ease-out 0s; } } a.active { color: var(--primary-color1); } i { width: 30px; font-size: 14px; text-align: center; color: var(--text-primary); font-style: normal; position: absolute; right: -8px; top: 35px; z-index: 999; cursor: pointer; display: none; } ul.sub-menu { position: absolute; left: 0; right: 0; top: auto; margin: 0; padding: 0; opacity: 0; visibility: hidden; min-width: 215px; background: #0B0F14; text-align: left; transition: all .55s ease-in-out; transform: translateY(20px); >li { i { position: absolute; top: 10px; right: 6px; display: block; color: var(--white); } padding: 0; display: block; border-bottom: 1px solid rgba(#383838, 0.5); position: relative; a { display: block; padding: 15px 15px; color: #fff; font-weight: 300; text-transform: capitalize; font-size: 16px; line-height: 1; -webkit-transition: all .4s ease-out 0s; transition: all .4s ease-out 0s; position: relative; &::after{ content: ''; position: absolute; bottom: 0px; left: 0px; width: 0px; height: 1px; border-radius: 30px; display: block; background: linear-gradient(90deg, var(--primary-color1),transparent); transition: all 0.5s ease-in-out; } &:hover { color: var(--primary-color1); &:after{ width: 100%; } } } a.active { color: var(--primary-color1); } .sub-menu { left: 215px; position: absolute; max-width: 230px; min-width: 215px; background: #0B0F14; top: 0; @media only screen and (max-width: 1199px) { margin-left: 10px; position: unset; max-width: 230px; min-width: 215px; background: transparent; top: 0; } li i { display: block; } } &:last-child { border-bottom: none; } } } &:hover { >ul.sub-menu { visibility: visible; opacity: 1; transform: translateY(0); } } } li.menu-item-has-children>i { display: block; } } } @media only screen and (max-width: 991px) { .main-nav { position: fixed; top: 0; left: 0; width: 280px; padding: 30px 20px !important; z-index: 99999; height: 100%; overflow: auto; background: var(--white); -webkit-transform: translateX(-260px); transform: translateX(-100%); -webkit-transition: -webkit-transform .3s ease-in; transition: -webkit-transform .3s ease-in; transition: transform .3s ease-in; transition: transform .3s ease-in, -webkit-transform .3s ease-in; box-shadow: 0px 2px 20px rgba(#000, 0.03); &.show-menu { transform: translateX(0); } .mobile-menu-logo { text-align: left; padding-top: 20px; display: block; padding-bottom: 8px; } ul { float: none; text-align: left; padding: 35px 10px 10px 0; li { display: block; position: relative; padding: 0 5px; i { display: block; } a { padding: 10px 0; display: block; font-weight: 500; font-size: 18px; } ul.sub-menu { position: static; min-width: 200px; background: 0 0; border: none; opacity: 1; visibility: visible; -webkit-box-shadow: none; box-shadow: none; -webkit-transform: none; transform: none; -webkit-transition: none; transition: none; display: none; margin-top: 0 !important; transform: translateY(0px); >li { border-bottom: 1px solid transparent; a { color: var(--text-primary); font-size: 17px; font-weight: 500; &:hover { color: var(--primary-color1); margin-left: 10px; } } a.active { color: var(--primary-color1); } i{ color: var(--text-primary); right: -13px; } } } .bi { top: 12px; font-size: 16px; } } } } .mobile-menu { position: relative; top: 2px; padding: 0 5px; border-radius: 50%; display: inline-block; } .cross-btn { display: inline-block !important; position: relative; width: 30px !important; height: 22px !important; cursor: pointer; border: 3px solid transparent !important; span { width: 100%; height: 2px; background: var(--primary-color1); display: block; position: absolute; right: 0; -webkit-transition: all .3s; transition: all .3s; } .cross-top { top: 0; } .cross-middle { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 100%; } .cross-bottom { bottom: 0; width: 100%; } } .cross-btn.h-active { span.cross-top { -webkit-transform: rotate(45deg); transform: rotate(45deg); top: 50%; margin-top: -1px; } span.cross-middle { -webkit-transform: translateX(-30px); transform: translateX(-30px); opacity: 0; } span.cross-bottom { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 50%; margin-bottom: -1px; } } } } // header-style-four header.style-4 { background-color: var(--white); width: 100%; position: relative; z-index: 99; padding: 0px 5%; display: flex; justify-content: space-between; align-items: center; box-shadow: 3px 3px 30px rgba(32, 35, 56, 0.06); @include xl-device() { padding: 0px 2%; } @include lg-device() { padding: 0px 2%; } @include md-device() { padding: 0px 4%; top: 0; } @include md-down-device() { top: 0; padding: 0px 4%; } &.sticky { position: fixed; top: 0px; left: 0; z-index: 999; background: var(--white); // transition: 0.2s ease; box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1); animation: smooth-header 0.65s linear; @keyframes smooth-header { 0% { transform: translateY(-30px); } 100% { transform: translateY(0px); } } } // end navbar-right .header-logo { @include xl-device() { padding: 21px 0px; } @include lg-device() { padding: 15px 0px; } @include lg-down-device() { padding: 15px 0px; } img { min-width: 75px; max-width: 100%; } } .main-nav { display: inline-block; .mobile-menu-logo { display: none; } ul { list-style: none; margin: 0; padding: 0; li { display: inline-block; position: relative; padding: 0 12px; a { font-size: 18px; color: var(--text-primary); font-weight: 500; display: block; text-transform: capitalize; padding: 30px 0; position: relative; font-family: var(--font-work-sans); -webkit-transition: all .5s ease-out 0s; -moz-transition: all .5s ease-out 0s; -ms-transition: all .5s ease-out 0s; -o-transition: all .5s ease-out 0s; transition: all .5s ease-out 0s; position: relative; &:hover { color: var(--primary-color2); &:after{ opacity: 1; width: 100%; } } &::after{ content: ''; position: absolute; bottom: 25px; left:0; width: 0%; height: 2px; border-radius: 30px; display: block; background: linear-gradient(90deg, var(--primary-color2),transparent); opacity: 0; transition: all .5s ease-out 0s; } } a.active { color: var(--primary-color2); } i { width: 24px; font-size: 14px; text-align: center; color: var(--icon-primary); font-style: normal; position: absolute; right: -8px; top: 35px; z-index: 999; cursor: pointer; display: none; } ul.sub-menu { position: absolute; left: 0; right: 0; top: auto; margin: 0; padding: 0; opacity: 0; visibility: hidden; min-width: 215px; background: #0B0F14; text-align: left; transition: all .55s ease-in-out; transform: translateY(20px); >li { i { position: absolute; top: 10px; right: 6px; display: block; color: var(--white); } padding: 0; display: block; border-bottom: 1px solid rgba(#383838, 0.5); position: relative; a { display: block; padding: 15px 15px; color: #fff; font-weight: 300; text-transform: capitalize; font-size: 16px; line-height: 1; -webkit-transition: all .4s ease-out 0s; transition: all .4s ease-out 0s; position: relative; &::after{ content: ''; position: absolute; bottom: 0px; left: 0px; width: 0px; height: 1px; border-radius: 30px; display: block; background: linear-gradient(90deg ,var(--primary-color2),var(--primary-color2)); transition: all 0.5s ease-in-out; } &:hover { color: var(--primary-color2); &:after{ width: 100%; } } } a.active { color: var(--primary-color2); } .sub-menu { left: 215px; position: absolute; max-width: 230px; min-width: 215px; background: #0B0F14; top: 0; @media only screen and (max-width: 1199px) { margin-left: 10px; position: unset; max-width: 230px; min-width: 215px; background: transparent; top: 0; } li i { display: block; } } &:last-child { border-bottom: none; } } } &:hover { >ul.sub-menu { visibility: visible; opacity: 1; transform: translateY(0); } } } li.menu-item-has-children>i { display: block; } } } @media only screen and (max-width: 991px) { .main-nav { position: fixed; top: 0; left: 0; width: 280px; padding: 30px 20px !important; z-index: 99999; height: 100%; overflow: auto; background: var(--white); -webkit-transform: translateX(-260px); transform: translateX(-100%); -webkit-transition: -webkit-transform .3s ease-in; transition: -webkit-transform .3s ease-in; transition: transform .3s ease-in; transition: transform .3s ease-in, -webkit-transform .3s ease-in; box-shadow: 0px 2px 20px rgba(#000, 0.03); &.show-menu { transform: translateX(0); } .mobile-menu-logo { text-align: left; padding-top: 20px; display: block; padding-bottom: 8px; } ul { float: none; text-align: left; padding: 35px 10px 10px 0; li { display: block; position: relative; padding: 0 5px; i { display: block; } a { padding: 10px 0; display: block; font-weight: 500; font-size: 18px; } ul.sub-menu { position: static; min-width: 200px; background: 0 0; border: none; opacity: 1; visibility: visible; -webkit-box-shadow: none; box-shadow: none; -webkit-transform: none; transform: none; -webkit-transition: none; transition: none; display: none; margin-top: 0 !important; transform: translateY(0px); >li { border-bottom: 1px solid transparent; a { color: var(--text-primary); font-size: 17px; font-weight: 500; &:hover { color: var(--primary-color2); margin-left: 10px; } } a.active { color: var(--primary-color2); } i{ color: var(--text-primary); right: -20px; } } } .bi { top: 12px; font-size: 16px; } } } } .mobile-menu { position: relative; top: 2px; padding: 0 5px; border-radius: 50%; display: inline-block; } .cross-btn { display: inline-block !important; position: relative; width: 30px !important; height: 22px !important; cursor: pointer; border: 3px solid transparent !important; span { width: 100%; height: 2px; background: var(--primary-color2); display: block; position: absolute; right: 0; -webkit-transition: all .3s; transition: all .3s; } .cross-top { top: 0; } .cross-middle { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 100%; } .cross-bottom { bottom: 0; width: 100%; } } .cross-btn.h-active { span.cross-top { -webkit-transform: rotate(45deg); transform: rotate(45deg); top: 50%; margin-top: -1px; } span.cross-middle { -webkit-transform: translateX(-30px); transform: translateX(-30px); opacity: 0; } span.cross-bottom { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 50%; margin-bottom: -1px; } } } } // header-style-three header.style-3 { display: flex; justify-content: space-between; align-items: center; padding: 15px 5%; } .page-wrapper { width: 100%; .main-content-area { width: calc(100% - 230px); margin-left: auto; @include xl-device() { width: calc(100% - 220px); } @include xl-down-device() { width: 100%; } } } .main-nav-wrapper { transition: all .3s ease-in; .mobile-logo-area { padding: 0px 25px; } .main-nav { position: fixed; top: 0; left: 0; width: 230px; padding: 20px 0px !important; z-index: 99; height: 100%; overflow: auto; background: var(--white); transform: translateX(0); box-shadow: 4px 3px 20px rgba(16, 33, 34, 0.06); -webkit-transition: -webkit-transform .3s ease-in; transition: all .3s ease-in; transition: all .3s ease-in; display: flex; flex-direction: column; justify-content: space-between; &::-webkit-scrollbar { width: 5px; } /* Track */ &::-webkit-scrollbar-track { background: #f1f1f1; } /* Handle */ &::-webkit-scrollbar-thumb { background: #999; } /* Handle on hover */ &::-webkit-scrollbar-thumb:hover { background: var(--border-color); } @include xl-device() { width: 220px; } @include xl-down-device() { // width: 0px; transform: translateX(-100%); width: 260px; } .menu-close-btn { position: absolute; right: 30px; top: 30px; opacity: 0; @include xl-down-device() { opacity: 1; } } >ul { float: none; text-align: left; padding: 50px 0px 50px 0px; @include xl-device() { padding: 45px 0px 45px 0px; } @include md-down-device(){ padding: 40px 0px 40px 0px; } li { display: block; position: relative; padding: 8px 5px; border-bottom: 1px solid rgba(243, 243, 255, 1); transition: all 0.55s ease; &:last-child{ border-bottom: 1px solid transparent; } >.bi { position: absolute; right: 25px; top: 23px !important; font-weight: 700; cursor: pointer; } a { padding: 10px 20px; display: inline-block; @include font(18px, 500, var(--text-primary)); font-family: var((--font-jost)); transition: all 0.4s ease; &:hover { color: #ac9004; } @include xl-device() { padding: 10px 10px; @include font(18px, 500, var(--text-primary)); } img { margin-right: 8px; @include xl-device() { margin-right: 5px; } } } ul.sub-menu { position: static; min-width: 180px; background: 0 0; border: none; opacity: 1; visibility: visible; -webkit-box-shadow: none; box-shadow: none; -webkit-transform: none; transform: none; -webkit-transition: none; transition: none; display: none; margin-top: 0 !important; transform: translateY(0px); list-style: none; padding-left: 10px; li { a { font-size: 16px; padding: 5px 15px; @include xl-device() { font-size: 16px; } } } } .bi { top: 12px; font-size: 16px; } } } &.show-menu { // width: 230px; transform: translateX(0%); opacity: 1; } } .uesr-aera { @include circle(70px, 70px, 72px, center, 50%); background: var(--primary-color2); display: inline-block; margin-left: auto; margin-right: auto; .bi { font-size: 35px; color: var(--text-primary); } } .mobile-menu { position: relative; top: 2px; padding: 0 5px; border-radius: 50%; display: inline-block; } } // header 5 header.style-5 { background-color: var(--white); width: 100%; position: relative; z-index: 99; padding: 0px 50px 0 130px; display: flex; justify-content: space-between; align-items: center; @include xl-device() { padding: 0px 50px 0 130px; } @include lg-device() { padding: 0px 50px 0 130px; } @include md-device() { padding: 0px 4%; top: 0; } @include md-down-device() { top: 0; padding: 0px 4%; } &.sticky { position: fixed; top: 0px; left: 0; z-index: 999; background: var(--white); // transition: 0.2s ease; box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1); animation: smooth-header 0.65s linear; @keyframes smooth-header { 0% { transform: translateY(-30px); } 100% { transform: translateY(0px); } } } // end navbar-right .header-logo { background-color: var(--white); width: 100%; max-width: 145px; position: relative; text-align: center; &::after { content: ''; position: absolute; left: 0; right: 0; width: 100%; height: 105px; border-radius: 0px 0px 50% 50%; background: var(--white); z-index: -1; @include lg-down-device() { height: 95px; } } svg { width: 100%; max-width: 55px; } } .main-nav { display: inline-block; .mobile-menu-logo { display: none; } ul { list-style: none; margin: 0; padding: 0; li { display: inline-block; position: relative; padding: 0 20px; a { font-size: 17px; color: var(--text-primary); font-weight: 500; display: block; // text-transform: uppercase; padding: 30px 0; position: relative; font-family: var(--font-work-sans); -webkit-transition: all .5s ease-out 0s; -moz-transition: all .5s ease-out 0s; -ms-transition: all .5s ease-out 0s; -o-transition: all .5s ease-out 0s; transition: all .5s ease-out 0s; &:hover { color: var(--primary-color3); } } a.active { color: var(--primary-color3); } i { width: 30px; font-size: 14px; text-align: center; color: var(--text-primary); font-style: normal; position: absolute; right: -8px; top: 35px; z-index: 999; cursor: pointer; display: none; } ul.sub-menu { position: absolute; left: 0; right: 0; top: auto; margin: 0; padding: 0; opacity: 0; visibility: hidden; min-width: 215px; background: var(--white); text-align: left; transition: all .5s ease-out 0s; transform: translateY(20px); box-shadow: 2px 2px 15px 10px rgba(0, 0, 0, 0.03); >li { i { position: absolute; top: 15px; right: 6px; display: block; } padding: 0; display: block; border-bottom: 1px solid rgba(#383838, 0.1); position: relative; a { display: block; padding: 15px 15px; color: var(--text-primary); font-weight: 400; text-transform: capitalize; font-size: 16px; line-height: 1; -webkit-transition: all .4s ease-out 0s; transition: all .4s ease-out 0s; &:hover { color: var(--primary-color3); margin-left: 10px; } } a.active { color: var(--primary-color3); } .sub-menu { left: 215px; position: absolute; max-width: 230px; min-width: 215px; background: var(--white); top: 0; @media only screen and (max-width: 1199px) { margin-left: 10px; position: unset; max-width: 230px; min-width: 215px; background: transparent; top: 0; } li i { display: block; } } &:last-child { border-bottom: none; } } } &:hover { >ul.sub-menu { visibility: visible; opacity: 1; transform: translateY(0); } } } li.menu-item-has-children>i { display: block; } } } @media only screen and (max-width: 1199px) { .main-nav { position: fixed; top: 0; left: 0; width: 280px; padding: 30px 20px !important; z-index: 99999; height: 100%; overflow: auto; background: var(--white); -webkit-transform: translateX(-260px); transform: translateX(-100%); -webkit-transition: -webkit-transform .3s ease-in; transition: -webkit-transform .3s ease-in; transition: transform .3s ease-in; transition: transform .3s ease-in, -webkit-transform .3s ease-in; &.show-menu { transform: translateX(0); } .mobile-menu-logo { text-align: left; padding-top: 20px; display: block; padding-bottom: 8px; } ul { float: none; text-align: left; padding: 50px 10px 50px 0px; li { display: block; position: relative; padding: 0 5px; i { display: block; } a { padding: 10px 0; display: block; font-weight: 400; color: var(--text-primary); } ul.sub-menu { position: static; min-width: 200px; background: 0 0; border: none; opacity: 1; visibility: visible; -webkit-box-shadow: none; box-shadow: none; -webkit-transform: none; transform: none; -webkit-transition: none; transition: none; display: none; margin-top: 0 !important; transform: translateY(0px); } .bi { top: 12px; font-size: 16px; } } } } .mobile-menu { position: relative; top: 2px; padding: 0 5px; border-radius: 50%; display: inline-block; } .cross-btn { display: inline-block !important; position: relative; width: 30px !important; height: 22px !important; cursor: pointer; border: 3px solid transparent !important; span { width: 100%; height: 2px; background: var(--primary-color1); display: block; position: absolute; right: 0; -webkit-transition: all .3s; transition: all .3s; } .cross-top { top: 0; } .cross-middle { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 100%; } .cross-bottom { bottom: 0; width: 100%; } } .cross-btn.h-active { span.cross-top { -webkit-transform: rotate(45deg); transform: rotate(45deg); top: 50%; margin-top: -1px; } span.cross-middle { -webkit-transform: translateX(-30px); transform: translateX(-30px); opacity: 0; } span.cross-bottom { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 50%; margin-bottom: -1px; } } } } /*======================================= 11. Banner-section =======================================*/ .swiper-slide-active span { animation: fadeInDown 1.7s; } .swiper-slide-active h1 { animation: fadeInDown 1.7s; } .swiper-slide-active h2 { animation: fadeInDown 1.7s; } .swiper-slide-active p { animation: fadeInUp 1.7s; } .swiper-slide-active .eg-btn { animation: fadeInUp 1.7s; } .banner-section1 { min-height: 80vh; padding: 0px 2%; position: relative; .banner-image2{ position:absolute; right: 1%; top: 4%; @include lg-down-device(){ @include display(none,none); } @include xxl-device(){ top: 8%; img{ max-width: 430px; } } @include xl-device(){ top: 12%; img{ max-width: 350px; } } @include lg-device(){ top: 22%; img{ max-width: 250px; } } } @include xl-device(){ padding: 0px 0%; } @include lg-device(){ padding: 0px 15px; } @include lg-down-device(){ min-height: auto; padding: 0px 0px; } display: flex; justify-content: center; align-items: center; position: relative; @include lg-down-device(){ background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)), url('../images/bg/banner-image2.png'); @include img-adjust(); background-position: center-top; } .cloud-icon1{ position: absolute; top: 10%; left: 15%; opacity: 0.5; } .cloud-icon2{ position: absolute; top: 10%; left: 45%; opacity: 0.5; } .cloud { position: absolute; top: 30px; right: -500px; opacity: 0.9; animation: cloud 20s linear 0s infinite reverse; z-index: 9; img{ max-width: 90px; opacity: 0.6; @include lg-down-device(){ max-width: 90px; } } } @keyframes cloud { from {right:-500px;} to {right: 102%;} } .banner-social-area{ position: absolute; top: 0px; left: 0px; height: 100%; background-color: var(--white); padding-left: 25px; } .banner-social-list{ @include list(none,0,0); display: flex; flex-direction: column; justify-content: center; gap: 20px; li{ width: 30px; height: 30px; line-height: 27px; border: 1px solid var(--primary-color1-light); text-align: center; background-color: var(--white); transition: all 0.45s ease; i{ color: var(--primary-color1-light); transition: all 0.45s ease; } &:hover{ background-color: var(--primary-color1); i{ color: var(--white); } } } } .banner1-content { position: relative; text-align: center; z-index: 9; margin-left: auto; margin-right: auto; padding: 180px 30px; @include xl-device(){ padding: 180px 25px; } @include lg-device(){ padding: 130px 15px; } @include lg-down-device() { padding: 120px 10px; } span { @include font(2.2rem, 400, var(--primary-color1)); font-family: var(--font-satisfy); display: inline-block; margin-bottom: 8px; position: relative; text-transform: uppercase; letter-spacing: 2px; &::after{ content: url('../images/icons/fly-shape1.svg'); position: absolute; right: -80px; top: 8px; } @include md-down-device() { @include font(2rem, 400, var(--primary-color1)); } } h1, h2 { @include font(5.6rem, 800, var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 25px; line-height: 1.5; position: relative; @include lg-down-device(){ color: var(--white); } &::after{ content: url('../images/icons/banner-dot-vector.svg'); position: absolute; right: -16px; top: -7px; } @include sm-device() { @include font(5.8rem, 700, var(--white)); } @include sm-down-device() { @include font(4.6rem, 700, var(--white)); margin-bottom: 15px; } } p { @include font(2.2rem, 500, var(--text-secondary)); margin-bottom: 46px; @include lg-down-device(){ color: #EEFEEF; } } .discover-btn{ position: relative; z-index: 9; display: inline-block; &::before{ content: url('../images/icons/fly-shape2.svg'); position: absolute; left: -90%; top: 8px; } } } .banner-image1{ animation: jumping 10s linear infinite alternate; margin-top: -90px; } @keyframes jumping { 0%{ transform: translateY(0); } 50%{ transform: translateY(-40px); } 100%{ transform: translateY(0); } } } .banner-section2 { position: relative; .banner-form-container{ width: 100%; position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; z-index: 2; pointer-events:none; .banner-form-box{ pointer-events:auto; } @include lg-down-device(){ position: relative; transform: translateY(0); &::after{ content:''; position: absolute; @include circle(150px,150px,150px, 50%,center); background: var(--primary-color2); left: -20px; top: -20px; z-index: 1; animation: move 6s linear infinite alternate; } @keyframes move{ 0%{ transform: translateX(40%); } 100%{ transform: translateX(100%); } } } } .banner-form-wrapper{ padding: 0px 10px; @include lg-down-device(){ background: var(--text-primary); padding: 90px 10px; } } .swiper-slide { position: relative; z-index: 1; min-height: 100vh; display: flex; justify-content: center; align-items: center; overflow: hidden; @include lg-down-device(){ min-height: auto; } &::before { content: ''; position: absolute; right: 0; bottom: 0; left: 0; width: 100%; min-height: 100%; background-color: rgba(#03000F,0.25); z-index: 2; } .banner-bg11 { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; animation: zoomin 18s linear infinite alternate; } @keyframes zoomin { 0% { transform: scale(1); } 100% { transform: scale(1.2); } } } } .banner2-content { padding: 150px 15px; position: relative; z-index: 9; @include md-down-device() { padding: 120px 15px; } span { @include font(2.2rem, 400, var(--primary-color2)); font-family: var(--font-satisfy); display: inline-block; margin-bottom: 0px; text-transform: uppercase; @include md-down-device() { @include font(2rem, 400, var(--primary-color2)); } } h1, h2 { @include font(6.5rem, 700, var(--white)); font-family: var(--font-merriw); margin-bottom: 25px; line-height: 1.35; @include md-down-device() { @include font(5.8rem, 700, var(--white)); } } p { @include font(2.2rem, 500, var(--white)); font-family: var(--font-work-sans); margin-bottom: 46px; } } .banner3-content { padding: 120px 35px 120px 0px; position: relative; z-index: 9; @include xl-device() { padding: 120px 15px 120px 0px; } @include lg-down-device() { padding: 110px 0px 60px 0px; } span { @include font(2.2rem, 400, var(--primary-color2)); font-family: var(--font-satisfy); display: inline-block; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 2px; } h1, h2 { @include font(6.5rem, 700, var(--white)); font-family: var(--font-merriw); margin-bottom: 25px; line-height: 1.35; @include xl-device() { @include font(5.5rem, 700, var(--white)); } @include md-down-device() { @include font(5.8rem, 700, var(--white)); } } p { @include font(2.2rem, 500, var(--white)); font-family: var(--font-work-sans); margin-bottom: 46px; } } .banner4-content { width: 100%; max-width: 1000px; margin: 0 auto; padding: 180px 20px; position: relative; z-index: 9; text-align: center; @include md-down-device() { padding: 90px 20px; } span { @include font(2.2rem, 400, var(--primary-color1)); font-family: var(--font-satisfy); display: inline-block; margin-bottom: 0px; letter-spacing: 3px; text-transform: uppercase; } h2 { @include font(6.5rem, 700, var(--white)); font-family: var(--font-merriw); margin-bottom: 20px; line-height: 1.4; @include md-down-device() { @include font(5.8rem, 700, var(--white)); } } p { @include font(2.2rem, 500, var(--white)); font-family: var(--font-work-sans); margin-bottom: 46px; } } .banner5-content { width: 100%; max-width: 1000px; margin: 0 auto; padding: 120px 20px; position: relative; z-index: 9; text-align: center; @include lg-device() { padding: 160px 20px; } @include md-device() { padding: 140px 20px; } @include sm-device() { padding: 120px 20px; } @include sm-down-device() { padding: 120px 20px; } span { @include font(2.2rem, 400, var(--white)); font-family: var(--font-work-sans); display: inline-block; margin-bottom: 10px; text-transform: uppercase; @include md-down-device() { @include font(2rem, 400, var(--white)); } } h2 { @include font(7.5rem, 800, var(--white)); font-family: var(--font-merriw); margin-bottom: 20px; line-height: 1.3; margin-top: -10px; @include md-down-device() { @include font(5.8rem, 700, var(--white)); } } p { @include font(2.2rem, 400, var(--white)); font-family: var(--font-work-sans); margin-bottom: 46px; } } .banner-form-box { position: relative; z-index: 9; text-align: center; padding: 45px 30px; background: linear-gradient(152.97deg, rgba(32, 42, 55, 0.4) 0%, rgba(12, 25, 43, 0.2) 100%); backdrop-filter: blur(50px); width: 100%; max-width: 400px; margin: 0 auto; // border: 1px solid rgba(190, 117, 0, 0.5); border: 1px solid rgba(144, 185, 86, 0.33); border-radius: 5px; @include xl-device(){ padding: 40px 25px; } @include sm-down-device() { padding: 40px 20px; } h3 { @include font(3rem, 700, var(--white)); font-family: var(--font-merriw); margin-bottom: 15px; line-height: 1.35; @include xl-device(){ font-size: 3rem; } @include sm-down-device(){ font-size: 3rem; } } p { @include font(17px, 400, var(--white)); font-family: var(--font-work-sans); } .banner-form { margin-top: 40px; .searchbox-input { width: 100%; input { width: 100%; height: 50px; border: unset; background-color: #828286; padding-left: 10px; color: var(--white); &::placeholder { @include font(1.6rem, 500, var(--white)); } } } .search-box-single { display: flex; flex-direction: row; align-items: center; position: relative; margin-bottom: 30px; background: #828286; padding: 0px 20px; @include sm-down-device(){ padding: 0px 12px; } .searchbox-icon { svg { fill: var(--white); } } } } .nice-select { background-color: #828286; box-sizing: border-box; clear: both; cursor: pointer; display: block; float: left; height: 50px; line-height: 50px; outline: none; position: relative; text-align: left !important; transition: all 0.2s ease-in-out; user-select: none; white-space: nowrap; width: 100%; border-radius: 0px; border: unset; padding-left: 10px; &::after{ border-bottom: 2px solid var(--white); border-right: 2px solid var(--white); } .option { min-height: 35px; line-height: 35px; font-size: 14px; &:hover { background: var(--primary-color2); color: var(--text-primary); } &.selected { background: var(--primary-color2) !important; } } .current { @include font(1.6rem, 500, var(--white)); } .list { border: unset; margin-top: 6px; z-index: 100; border-radius: 0px; width: 100%; min-width: 80px; } } &.sibling-2 { background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%); border: 1px solid rgba(242, 170, 76,0.3); margin-left: auto; margin-right: 0; @include lg-down-device() { margin: 0 auto; margin-bottom: 125px; } h3 { @include font(3rem, 700, var(--white)); font-family: var(--font-merriw); margin-bottom: 15px; } .banner-form { .searchbox-input { width: 100%; input { background-color: var(--white); padding-left: 10px; &::placeholder { @include font(1.6rem, 500, var(--text-secondary)); } } } .search-box-single { background: var(--white); } .nice-select { background-color: var(--white); .option { &:hover { background: var(--primary-color2); color: var(--text-primary); } &.selected { background: var(--primary-color2) !important; } } .current { @include font(1.6rem, 500, var(--text-secondary)); } } .search-box-single { .searchbox-icon { svg { fill: var(--text-secondary); } } } } } } .sidebar-icon { width: 80px; height: 89px; line-height: 80px; background: var(--primary-color3); text-align: center; position: absolute; top: 0; left: 0; cursor: pointer; @include xl-down-device() { @include display(none, none); } } .banner-section3 { position: relative; min-height: 95vh; display: flex; justify-content: center; align-items: center; padding: 0px 40px; @include lg-down-device(){ min-height: auto; } &:after { content: ""; background: rgba(0,0,0,0.5); position: absolute; left: 0; right: 0; width: 100%; height: 100%; } @include sm-down-device() { padding: 0px 15px; } .banner-bg31 { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; object-fit: cover; } } .banner-section5 { &.sibling-2 { .swiper { padding-right: 80px; padding-left: 0px; @include xl-device() { padding-right: 60px; } @include xl-down-device() { padding-right: 0px; } } } .swiper { padding-left: 80px; @include xl-down-device() { padding-left: 0px; } } position: relative; .banner-social-area { position: absolute; left: 0; top: 0; bottom: 0; height: 100%; @include flex(center); background: var(--white); width: 80px; z-index: 9; @include xl-down-device() { @include display(none, none); } ul.banner-social { margin: 0; padding: 0; list-style: none; @include flex(center); flex-direction: column; li { background: var(--white); padding: 5px; a { i { font-size: 1.8rem; transition: all 0.35s ease-in; width: 35px; height: 35px; line-height: 34px; border-radius: 50%; border: 1px solid var(--text-primary); color: var(--text-primary); text-align: center; } &:hover { i { color: var(--white); border: 1px solid var(--primary-color3); background: var(--primary-color3); } } } } } &.sibling-2 { position: absolute; right: 0; top: 0; bottom: 0; } } .banner-social-area2 { position: absolute; right: 0; top: 0; bottom: 0; height: 100%; @include flex(center); background: rgba(5, 15, 12, 1); width: 80px; z-index: 9; @include xl-device() { width: 60px; } @include xl-down-device() { @include display(none, none); } ul.banner-social { margin: 0; padding: 0; list-style: none; @include flex(center); flex-direction: column; li { // background: var(--white); padding: 5px; a { i { font-size: 1.8rem; transition: all 0.35s ease-in; width: 35px; height: 35px; line-height: 34px; border-radius: 50%; border: 1px solid var(--white); color: var(--white); text-align: center; } &:hover { i { color: var(--white); border: 1px solid var(--primary-color1); background: var(--primary-color1); } } } } } &.sibling-2 { position: absolute; right: 0; top: 0; bottom: 0; } } .swiper-slide { position: relative; z-index: 1; min-height: 90vh; display: flex; justify-content: center; align-items: center; overflow: hidden; @include xl-down-device(){ min-height: auto; } &::before { content: ''; position: absolute; right: 0; bottom: 0; left: 0; width: 100%; min-height: 100%; background-image: linear-gradient(180deg, rgba(3, 0, 15, 0.8), transparent); z-index: 2; } .banner-bg11 { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; animation: zoomin 18s linear infinite alternate; } @keyframes zoomin { 0% { transform: scale(1); } 100% { transform: scale(1.1); } } } } .inner-banner-section { position: relative; @include flex(center); background-image: url('../images/bg/inner-banner-bg.png'); @include img-adjust(); // overflow: hidden; min-height: 350px; @include xl-device(){ min-height: 500px; } @include lg-device(){ min-height: 500px; } @include md-device(){ min-height: 500px; } @include md-down-device(){ min-height: 450px; } .inner-banner-vector { position: absolute; bottom: -5px; left: 0; right: 0; z-index: 9; width: 100%; @include lg-down-device(){ @include display(none,none); } } &::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); } .breadcrumb-area { text-align: center; position: relative; span { display: block; @include font(2.2rem, 400, var(--white)); font-family: var(--font-work-sans); text-transform: capitalize; margin-bottom: 5px; letter-spacing: 3px; } h1 { @include font(5rem, 800, var(--white)); font-family: var(--font-merriw); margin-bottom: 0px; line-height: 1.25; text-transform: capitalize; } h2 { @include font(5rem, 800, var(--white)); font-family: var(--font-merriw); margin-bottom: 0px; line-height: 1.25; text-transform: capitalize; } .review-area { margin-top: 10px; span { @include font(2rem, 600, var(--white)); font-family: var(--font-merriw); } .star-list { li { i { @include font(14px, 400, var(--white)); } } } } .breadcrumb-meta-list{ margin-top: 5px; display: flex; justify-content: center; margin-bottom: 0px; gap: 40px; // padding-left: 0; @include sm-down-device(){ flex-wrap: wrap; gap: unset; } li{ font-size: 1.8rem; font-weight: 400; color: var(--white); font-family: var(--font-work-sans); &::marker{ color: var(--primary-color1); } @include sm-down-device(){ flex-wrap: wrap; margin: 5px 20px; } } } } &.sibling-2{ background-image: url('../images/bg/inner-banner-bg-2.png'); @include img-adjust(); &::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); } } } /*======================================= 11. Searchbar-section =======================================*/ .searchbar-section { margin-top: -60px; position: relative; z-index: 9; @include lg-device(){ margin-top: -90px; } @include lg-down-device() { margin-top: -25px; } &.sibling-2{ margin-top: -120px; @include md-down-device() { margin-top: -40px; } } } .multi-main-search { background-color: var(--white); padding: 16px 25px 16px 0px; // transform: translateY(-50px); box-shadow: 1px 1px 10px 8px rgba(0, 0, 0, 0.04); // margin: 25px 25px 0px 25px; @include xl-down-device() { transform: translateY(0px); } @include lg-down-device() { padding: 25px 15px; } .main-form-submit { @include lg-down-device() { margin-top: 20px; transform: translateY(-10px); } } .search-box-single { display: flex; flex-direction: row; align-items: center; padding: 0px 25px; position: relative; &::after { content: ''; position: absolute; top: 50%; right: 0px; transform: translateY(-50%); width: 2px; height: 40px; background: var(--border-color); @include md-down-device() { @include display(none, hidden); } } &.remove-after { &::after { content: unset; } } .searchbox-icon { line-height: 10px; } } } .searchbox-input { width: 100%; input { width: 100%; height: 40px; border: unset; padding-left: 15px; &::placeholder { @include font(1.6rem, 500, var(--text-primary)); } } } .nice-select { background-color: var(--white); box-sizing: border-box; clear: both; cursor: pointer; display: block; float: left; height: 40px; line-height: 40px; outline: none; position: relative; text-align: left !important; transition: all 0.2s ease-in-out; user-select: none; white-space: nowrap; width: 100%; border-radius: 0px; border: unset; &:after { content: ''; border-bottom: 2px solid var(--text-primary); border-right: 2px solid var(--text-primary); display: block; height: 10px; margin-top: -6px; pointer-events: none; position: absolute; right: 12px; top: 50%; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; width: 10px; } .option { min-height: 30px; line-height: 30px; font-size: 16px; padding: 5px 10px; &:hover { background: var(--primary-color1); color: var(--white); } &.selected { background: var(--primary-color1) !important; } } .current { @include font(1.6rem, 500, var(--text-primary)); } .list { border: unset; margin-top: 3px; z-index: 100; border-radius: 0px; width: 100%; min-width: 80px; } } .ui-menu { border: 1px solid rgba(41, 43, 49, 0.03) !important; padding: 5px 0px; .ui-menu-item { transition: all 0.35s ease; @include font(16px, 400, var(--text-secondary)); font-family: var(--font-work-sans); .ui-menu-item-wrapper { padding: 5px 20px; background: var(--white); border: 2px solid transparent; transition: all 0.35s ease; } &:hover { background: var(--primary-color1); .ui-menu-item-wrapper { // border: 1px solid transparent; background: var(--primary-color1); } } &.sibling-2{ &:hover{ background: var(--primary-color2); } } } } /*======================================= 11. category-section =======================================*/ .category-single1 { background: var(--white); box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06); text-align: center; padding: 30px 25px; @include sm-down-device(){ padding: 25px 15px; } .icon { @include circle(90px, 90px, 90px, center, 50%); margin: 0 auto; background: var(--white); margin-bottom: 20px; transition: all 0.45s ease; position: relative; z-index: 1; border: 1px solid #eee; &::before { content: ''; position: absolute; width: 100%; height: 100%; background: var(--primary-color1-light); border-radius: 50%; left: 0; top: 0; z-index: -1; opacity: 0; transform: scale(0.6); transition: all 0.55s ease; } svg { fill: var(--primary-color1); transition: all 0.45s ease; } } .content { h4 { margin-bottom: 0px; &:hover{ a{ color: var(--primary-color1); } } a { @include font(2.1rem, 600, var(--text-primary)); font-family: var(--font-work-sans); transition: all 0.45s ease; @include md-device(){ font-size: 2rem; } @include sm-device(){ font-size: 2rem; } } } p { margin-bottom: 0; } } &:hover { .icon { border: 1px solid transparent; &::before { opacity: 1; transform: scale(1); background-color: var(--white); } svg { fill: var(--white); } } } } /*======================================= Deal-section =======================================*/ .deal-section { padding-left: 8%; padding-right: 8%; @include xl-device() { padding-left: 5%; padding-right: 5%; } } .deal-single1 { box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06); @include md-down-device() { max-width: 415px; margin: 0px auto; } &:hover { .deal-image { img { transform: scale(1.1); } span.discount-bagde { &::after{ color: var(--white); background: var(--primary-color1); } } span.favourite{ opacity: 1; } } .deal-content{ .price { span { color: var(--primary-color1); } } } } .deal-image { position: relative; overflow: hidden; img { transition: all 0.55s ease-in-out; } span.discount-bagde { position: absolute; bottom: 0px; left: 50%; z-index: 1; transform: translateX(-50%); background: var(--white); padding: 8px 5px 0 5px; border-radius: 100px 100px 0 0; min-width: 85; min-width: 85px; @include font(20px,500,var(--primary-color1)); font-family: var(--font-work-sans); text-align: center; line-height: 2; min-height: 40px; &::after{ content: 'off'; position: absolute; top: 3px; right: -17px; border-radius: 50%; min-width: 35px; height: 35px; line-height: 35px; background: var(--white); text-align: center; @include font(14px,500,var(--primary-color1)); font-family: var(--font-work-sans); transition: all 0.55s ease; } } span.favourite { position: absolute; top: 25px; left: 25px; z-index: 1; background: var(--white); border-radius: 50%; width: 30px; text-align: center; height: 30px; line-height: 37px; opacity: 0; transition: all 0.55s ease; cursor: pointer; i{ color: #FF3A3A; font-size: 20px; } } } .deal-content { text-align: center; padding: 35px 25px; h4 { margin-bottom: 8px; a { @include font(2.4rem, 600, var(--text-primary)); font-family: var(--font-merriw); } } .price { margin-bottom: 25px; span { @include font(2rem, 600, var(--text-secondary)); font-family: var(--font-work-sans); margin-right: 5px; transition: all 0.55s ease-in-out; } del { @include font(1.4rem, 500, #878787); font-family: var(--font-work-sans); } } } } .tour-package-standard{ box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.07); display: flex; flex-direction: row; align-items: center; justify-content: flex-start; padding: 20px; @include lg-device(){ padding: 25px 20px; } @include lg-down-device(){ flex-wrap: wrap; justify-content: start; max-width: 370px; width: 100%; margin-left: auto; margin-right: auto; } &:hover { .deal-image { img { transform: scale(1.1); } span.discount-bagde { &::after{ color: var(--white); background: var(--primary-color1); } } span.favourite{ opacity: 1; } } .deal-content{ .price { span { color: var(--primary-color1); } } } } .tour-standard-image { position: relative; overflow: hidden; width: 320px; @include lg-device(){ width: 290px; height: 310px; } img { transition: all 0.55s ease-in-out; } span.discount-bagde { position: absolute; top: 32px; left: 0px; z-index: 1; background: var(--white); padding: 8px 22px 8px 12px; border-radius: 0px 100px 100px 1px; min-width: 85px; font-size: 20px; font-weight: 500; color: var(--primary-color1); font-family: var(--font-work-sans); text-align: center; line-height: 1.3; min-height: 40px; &::after{ content: "off"; position: absolute; top: -10px; right: -8px; border-radius: 50%; min-width: 35px; height: 35px; line-height: 35px; background: var(--primary-color1); text-align: center; font-size: 14px; font-weight: 500; color: var(--white); font-family: var(--font-work-sans); transition: all 0.55s ease 0s; } } span.favourite { position: absolute; top: 25px; left: 25px; z-index: 1; background: var(--white); border-radius: 50%; width: 30px; text-align: center; height: 30px; line-height: 37px; opacity: 0; transition: all 0.55s ease; cursor: pointer; i{ color: #FF3A3A; font-size: 20px; } } } .tour-standard-content { text-align: start; padding: 0px 0px 0 30px; @include lg-device(){ padding: 0px 0px 0 20px; } @include lg-down-device(){ padding: 30px 10px 10px 10px; } h4 { a { @include font(2.4rem, 600, var(--text-primary)); font-family: var(--font-merriw); line-height: 1.5; } margin-bottom: 10px; } .price { margin-bottom: 20px; span { @include font(2.2rem, 600, var(--text-secondary)); font-family: var(--font-work-sans); margin-right: 5px; transition: all 0.55s ease-in-out; } del { @include font(1.4rem, 500, #878787); font-family: var(--font-work-sans); } } .eg-btn{ margin-top: 25px; } .review-area{ justify-content: start; } } } .review-area { display: flex; flex-direction: row; align-items: center; justify-content: center; margin-bottom: 10px; .star-list { @include list(none, 0, 0); display: flex; flex-direction: row; align-items: center; gap: 10px; li { .bi { color: #FFD91C; } } } >span { @include font(14px, 500, var(--text-secondary)); font-family: var(--font-work-sans); margin-left: 12px; } &.sibling-2 { justify-content: start; margin-bottom: 3px; .star-list { @include list(none, 0, 0); display: flex; flex-direction: row; align-items: center; gap: 10px; li { .bi { color: var(--primary-color2); font-size: 14px; } } } >span { @include font(15px, 600, var(--white)); font-family: var(--font-work-sans); margin-left: 12px; } } } /*======================================= destination-section =======================================*/ .destination-section { padding-left: 7%; padding-right: 7%; @include md-device() { padding-left: 2%; padding-right: 2%; } } .destination-wrap { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 20px; // flex-wrap: wrap; @include xl-down-device() { flex-wrap: wrap; } } .destination-single1 { position: relative; @include lg-device(){ max-width: 250px; overflow: hidden; } @include lg-down-device() { img { height: 350px; width: 100%; object-fit: cover; } } @include md-down-device(){ min-width: 270px; } img{ @include lg-device(){ height: 100% !important; max-width: unset; } } .content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; text-align: center; display: flex; justify-content: end; align-content: flex-end; flex-direction: column; padding-bottom: 40px; .text-wrap { position: relative; transition: all 0.4s ease; height: auto; &::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); width: 34px; height: 3px; border-radius: 30px; background-color: var(--white); transition: all 0.4s ease; } h4 { @include font(2.4rem, 700, var(--white)); font-family: var(--font-merriw); transition: all 0.45s ease; transform: translateY(30px); @include md-down-device() { transform: translateY(20px); } } p { @include font(1.8rem, 500, var(--primary-color1)); font-family: var(--font-work-sans); transition: all 0.35s ease; transform: scaleY(0); margin-bottom: 5px; // display: none; } } } &:hover { .content { h4 { transform: translateY(0); } .text-wrap { &::after{ background: var(--primary-color1); } p { transform: scaleY(1); } } } } &.sibling-2 { position: relative; z-index: 1; width: 100%; max-width: 270px; margin-left: auto; margin-right: auto; &::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(9, 16, 13, 0.8) 62.5%); z-index: 1; width: 100%; height: 25%; opacity: 1; transition: all 0.4s ease; } @include lg-down-device() { img { max-width: 100%; height: 300px; } } .content { z-index: 2; } } } .destination-single3 { position: relative; @include lg-down-device() { img { height: 300px; width: 100%; } } .content { background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(9, 16, 13, 0.8)); position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; text-align: center; display: flex; justify-content: end; align-content: flex-end; flex-direction: column; padding-bottom: 35px; .text-wrap { position: relative; transition: all 0.4s ease; height: auto; &::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); width: 34px; height: 3px; border-radius: 30px; background-color: var(--white); transition: all 0.4s ease; } h4 { @include font(2.4rem, 700, var(--white)); font-family: var(--font-merriw); transition: all 0.45s ease; transform: translateY(30px); @include md-down-device() { transform: translateY(20px); } } p { @include font(1.8rem, 500, var(--primary-color3)); font-family: var(--font-work-sans); transition: all 0.35s ease; transform: scaleY(0); margin-bottom: 5px; // display: none; } } } &:hover { .content { h4 { transform: translateY(0); } .text-wrap { &::after{ background: var(--primary-color3); } p { transform: scaleY(1); } } } } } .destination-single4 { height: auto; position: relative; overflow: hidden; z-index: 1; margin-bottom: 30px; @include lg-down-device(){ margin-bottom: 15px; } img{ @include lg-down-device(){ width: 100%; } } &:hover { .desti-content { opacity: 1; transform: translateY(0px); } } &::after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(20, 22, 28, 0) 65.09%, rgba(20, 22, 28, 0.7) 84.38%); z-index: 1; } .desti-content { opacity: 0; transition: all 0.55s ease; position: absolute; left: 0; bottom: 0; z-index: 9; padding: 20px 25px; transform: translateY(10px); h4 { margin-bottom: 8px; a{ @include font(2.4rem, 700, var(--white)); font-family: var(--font-merriw); } } .bx { color: var(--white); vertical-align: baseline; margin-right: 5px; } span { @include font(1.7rem, 500, var(--white)); font-family: var(--font-work-sans); display: inline-block; } } } .destination-sidebar{ @include lg-down-device(){ margin-top: 45px; } } /*======================================= video-section =======================================*/ .video-section { background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../images/bg/video-bg.png'); @include img-adjust(); padding: 120px 0px 220px 0px; background-attachment: fixed; background-position: center top; @include lg-device() { padding: 120px 0px; } @include lg-down-device() { padding: 90px 0px; } } .video-section2 { background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/bg/video-bg3.png'); @include img-adjust(); padding: 220px 0px; background-attachment: fixed; @include lg-device() { padding: 120px 0px; } @include lg-down-device() { padding: 90px 0px; } } .video-section-content { span { @include font(1.8rem, 400, var(--white)); font-family: var(--font-work-sans); display: inline-block; margin-bottom: 0px; margin-right: 15px; text-transform: uppercase; } h2 { @include font(4.2rem, 800, var(--white)); font-family: var(--font-merriw); margin-bottom: 20px; line-height: 1.4; @include sm-down-device(){ font-size: 4rem; } } p { @include font(18px, 400, var(--white)); font-family: var(--font-work-sans); margin-bottom: 38px; } @include lg-down-device() { text-align: center; } &.sibling-2 { text-align: center; h2 { @include font(4.2rem, 700, var(--white)); font-family: var(--font-merriw); } p { @include font(18px, 400, var(--white)); font-family: var(--font-work-sans); margin-bottom: 0px; } } } .video-play { text-align: center; z-index: 9; position: relative; .video-icon { width: 45px; height: 45px; border-radius: 50%; line-height: 38px; display: inline-block; text-align: center; position: relative; border: 1px solid transparent; font-size: 30px; color: var(--primary-color1); background: var(--white); &::before { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.5); -webkit-animation: ripple-1 2s infinite ease-in-out; animation: ripple-1 2s infinite ease-in-out; z-index: -1; } &::after { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.3); z-index: -1; -webkit-animation: ripple-2 2s infinite ease-in-out; animation: ripple-2 2s infinite ease-in-out; -webkit-animation-delay: .5s; animation-delay: .5s; } } &.sibling-2 { .video-icon { color: var(--text-primary); background: var(--primary-color2); &::before { background: var(--primary-color2); } &::after { background: var(--primary-color2); } } } &.sibling-3 { .video-icon { color: var(--white); background: var(--primary-color3); &::before { background: var(--primary-color3); } &::after { background: var(--primary-color3); } } } @keyframes ripple-1 { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1 } 100% { -webkit-transform: scale(1.9); transform: scale(1.9); opacity: 0 } } @keyframes ripple-2 { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1 } 100% { -webkit-transform: scale(2.1); transform: scale(2.1); opacity: 0 } } &.sibling-4{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); } } .video-wrapper { @include lg-down-device() { margin-top: 40px; } span.watch-video { @include font(16px, 600, var(--white)); font-family: var(--font-work-sans); position: relative; display: inline-block; padding-right: 60px; transform: rotate(-90deg); margin-right: 0px; margin-top: 80px; white-space: nowrap; @include lg-down-device() { transform: rotate(0deg); margin-top: 30px; } &::after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 2px; border-radius: 30px; background: var(--white); right: 0; } } &.sibling-2 { position: absolute; top: -50px; left: 85px; background-color: var(--white); width: 110px; min-height: 290px; padding: 40px 25px; z-index: 9; @include lg-device() { top: -40px; left: 40px; } @include lg-down-device() { min-height: 110px; left: 0px; top: -40px; background: transparent; } span.watch-video { white-space: nowrap; margin-top: 82px; padding-right: 16px; padding-bottom: 40px; color: var(--text-primary); white-space: nowrap; &::after { content: ""; position: absolute; top: 20%; transform: translateY(24%); width: 50px; height: 2px; border-radius: 30px; background: var(--text-primary); right: -45px; } @include lg-down-device() { display: none; visibility: hidden; } } } &.sibling-3 { overflow: hidden; position: absolute; top: -60px; right: 2%; background-color: var(--white); box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.08); width: 90px; min-height: 290px; padding: 40px 25px; z-index: 9; @media (min-width: 1400px) and (max-width: 1600px) { right: 0; } @include lg-device() { top: -60px; // right: 40px; } @include xxl-down-device() { min-height: 110px; right: 0px; top: -60px; background: transparent; box-shadow: unset; } span.watch-video { white-space: nowrap; margin-top: 90px; padding-right: 0px; padding-bottom: 40px; color: var(--primary-color3); &::after { content: ""; position: absolute; top: 18%; transform: translateY(24%); width: 50px; height: 2px; border-radius: 30px; background: var(--primary-color3); right: -60px; } @include xxl-down-device() { display: none; visibility: hidden; } } } &.sibling-4 { width: 140px; position: absolute; top: 50%; transform: translateY(-50%); right: 15%; margin-top: 0px; @include lg-device() { right: 5%; } @include lg-down-device() { right: 0%; top: 15%; span.watch-video { display: none; visibility: hidden; } } } } /*======================================= form-section =======================================*/ .asking-form-section { @include md-down-device() { padding: 90px 0 0 0; } } .asking-form-wrap { background: #FFF7F5; padding: 45px 40px; margin-top: -100px; @include lg-device() { margin-top: -40px; } @include md-device() { margin-top: -20px; } @include sm-device() { padding: 50px 30px; } @include sm-down-device() { margin-top: 0px; padding: 50px 25px; } } form.style-1 { .form-inner { input { border: 1px solid var(--border-color); height: 50px; line-height: 50px; font-size: 16px; color: var(--text-primary); width: 100%; background-color: #FFF7F5; padding: 0px 20px; transition: all 0.4s ease; &:focus { border: 1px solid var(--primary-color1); } &::placeholder { @include font(14px, 400, var(--text-secondary)); font-family: var(--font-work-sans); } } textarea { @extend input; min-height: 140px; } } } /*======================================= best-plan-section =======================================*/ .best-plan-section { .swiper { margin: -15px; padding: 15px; } } .best-plan-single1 { width: 100%; max-width: 415px; border: 1px solid #EEEEEE; transition: all 0.6s ease; margin-left: auto; margin-right: auto; &:hover { border: 1px solid transparent; box-shadow: 4px 3px 10px rgba(16, 33, 34, 0.06); } .image { position: relative; .plan-icon { background: #FFFFFF; box-shadow: 4px 3px 35px rgba(117, 117, 117, 0.15); border-radius: 5px; height: 60px; width: 60px; line-height: 60px; text-align: center; position: absolute; left: 25px; bottom: -20px; } } .content { padding: 30px 25px 35px 25px; @include lg-down-device(){ padding: 30px 12px 30px 12px; } h4 { margin-bottom: 15px; a { @include font(2.4rem, 600, var(--text-primary)); font-family: var(--font-merriw); transition: all 0.5s ease; line-height: 1.4; } &:hover{ a{ color: var(--primary-color1); } } } p { @include font(1.5rem, 500, var(--primary-color1)); margin-bottom: 5px; } .best-plan-meta{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; span.duration{ @include font(16px,600,var(--text-secondary)); .bi{ font-family: var(--font-work-sans); margin-right: 10px; vertical-align: middle; color: var(--primary-color1); } } span.rating{ @include font(16px,600,var(--text-secondary)); .bi{ color: var(--primary-color1); margin: 0px 5px; } } } } .list-area { margin-bottom: 25px; } } .list-area { h5 { @include font(2rem, 600, var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 15px; } ul.plan-list1 { @include list(none, 0, 0); li { position: relative; padding-left: 25px; @include font(17px, 400, var(--text-secondary)); margin-bottom: 5px; &::before { content: ''; position: absolute; top: 10px; left: 0; width: 12px; height: 2px; background: var(--text-secondary); border-radius: 30px; } } } } .arrows-style-1 { .swiper-prev-arrow { height: 45px; width: 45px; line-height: 42px; text-align: center; border: 1px solid var(--border-color); border-radius: 50%; position: absolute; left: -50px; top: 50%; transform: translateY(-50%); transition: all 0.4s ease; @include xl-device() { left: -50px; } svg { fill: var(--border-color); transition: all 0.4s ease; } &:hover { background-color: var(--primary-color1); border: 1px solid var(--primary-color1); svg { fill: var(--white); } } } .swiper-next-arrow { height: 45px; width: 45px; line-height: 42px; text-align: center; border: 1px solid var(--border-color); border-radius: 50%; position: absolute; right: -50px; top: 50%; transform: translateY(-50%); transition: all 0.4s ease; @include xl-device() { right: -50px; } svg { fill: var(--border-color); transition: all 0.4s ease; } &:hover { background-color: var(--primary-color1); border: 1px solid var(--primary-color1); svg { fill: var(--white); } } } &.sibling-1 { .swiper-prev-arrow { height: 45px; width: 45px; line-height: 42px; text-align: center; border: 1px solid var(--border-color); border-radius: 50%; position: absolute; left: -50px; top: 50%; transform: translateY(-50%); transition: all 0.4s ease; @include xl-device() { left: -50px; } svg { fill: var(--border-color); transition: all 0.4s ease; } &:hover { background-color: var(--primary-color3); border: 1px solid var(--primary-color3); svg { fill: var(--white); } } } .swiper-next-arrow { height: 45px; width: 45px; line-height: 42px; text-align: center; border: 1px solid var(--border-color); border-radius: 50%; position: absolute; right: -50px; top: 50%; transform: translateY(-50%); transition: all 0.4s ease; @include xl-device() { right: -50px; } svg { fill: var(--border-color); transition: all 0.4s ease; } &:hover { background-color: var(--primary-color3); border: 1px solid var(--primary-color3); svg { fill: var(--white); } } } } } .arrows-style-2 { .swiper-prev-arrow { height: 45px; width: 45px; line-height: 42px; text-align: center; border: 1px solid var(--white); border-radius: 50%; position: absolute; left: 15px; top: 50%; transform: translateY(-50%); transition: all 0.4s ease; z-index: 9; @include xl-device() { left: 5px; } @include xl-down-device() { @include display(none, hidden); } svg { fill: var(--white); transition: all 0.4s ease; } &:hover { background-color: var(--primary-color1); border: 1px solid var(--primary-color1); svg { fill: var(--white); } } } .swiper-next-arrow { height: 45px; width: 45px; line-height: 42px; text-align: center; border: 1px solid var(--border-color); border-radius: 50%; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); transition: all 0.4s ease; z-index: 9; @include xl-device() { right: 5px; } @include xl-down-device() { @include display(none, hidden); } svg { fill: var(--border-color); transition: all 0.4s ease; } &:hover { background-color: var(--primary-color1); border: 1px solid var(--primary-color1); svg { fill: var(--white); } } } &.sibling-2 { .swiper-prev-arrow { &:hover { background-color: var(--primary-color2); border: 1px solid var(--primary-color2); svg { fill: var(--white); } } } .swiper-next-arrow { &:hover { background-color: var(--primary-color2); border: 1px solid var(--primary-color2); svg { fill: var(--white); } } } } &.sibling-3{ .swiper-prev-arrow { height: 30px; width: 30px; line-height: 30px; text-align: center; border: 1px solid var(--white); border-radius: 0; position: absolute; left: 15px; top: 50%; transform: translateY(-50%); transition: all 0.4s ease; z-index: 9; i{ color: var(--white); } &:hover { background-color: var(--primary-color1); border: 1px solid var(--primary-color1); svg { fill: var(--white); } } } .swiper-next-arrow { height: 30px; width: 30px; line-height: 30px; text-align: center; border: 1px solid var(--white); border-radius: 0; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); transition: all 0.4s ease; z-index: 9; i{ color: var(--white); } &:hover { background-color: var(--primary-color1); border: 1px solid var(--primary-color1); svg { fill: var(--white); } } } } } .arrows-style-3 { .swiper-prev-arrow { height: 42px; width: 42px; line-height: 43px; text-align: center; border: 1px solid var(--border-color); border-radius: 50%; position: absolute; left: 2%; top: 50%; transform: translateY(-50%); transition: all 0.4s ease; @include xl-device() { left: 10px; } i { font-size: 34px; margin-right: -32px; color: var(--border-color); transition: all 0.4s ease; } &:hover { i { color: var(--primary-color2); margin-right: 0px; } border: 1px solid var(--primary-color2); } } .swiper-next-arrow { height: 42px; width: 42px; line-height: 43px; text-align: center; border: 1px solid var(--border-color); border-radius: 50%; position: absolute; right: 2%; top: 50%; transform: translateY(-50%); transition: all 0.4s ease; @include xl-device() { right: 10px; } i { font-size: 34px; margin-left: -28px; color: var(--border-color); transition: all 0.4s ease; } &:hover { i { color: var(--primary-color2); margin-left: 0px; } border: 1px solid var(--primary-color2); } } &.sibling-2 { .swiper-prev-arrow { &:hover { i { color: var(--primary-color1); margin-right: 0px; } border: 1px solid var(--primary-color1); } } .swiper-next-arrow { &:hover { i { color: var(--primary-color1); margin-right: 0px; } border: 1px solid var(--primary-color1); } } } } .arrows-style-4 { .swiper-prev-arrow { height: 42px; width: 42px; line-height: 43px; text-align: center; border: 1px solid var(--border-color); border-radius: 50%; transition: all 0.4s ease; @include xl-device() { left: 10px; } i { font-size: 34px; margin-right: -32px; color: var(--border-color); transition: all 0.4s ease; } &:hover { i { color: var(--primary-color2); margin-right: 0px; } border: 1px solid var(--primary-color2); } } .swiper-next-arrow { height: 42px; width: 42px; line-height: 43px; text-align: center; border: 1px solid var(--border-color); border-radius: 50%; transition: all 0.4s ease; @include xl-device() { right: 10px; } i { font-size: 34px; margin-left: -28px; color: var(--border-color); transition: all 0.4s ease; } &:hover { i { color: var(--primary-color2); margin-left: 0px; } border: 1px solid var(--primary-color2); } } &.sibling-2 { .swiper-prev-arrow { border: none; img { transition: all 0.5s ease; } &:hover { img { padding-right: 15px; } } } .swiper-next-arrow { img { transition: all 0.5s ease; } border: none; &:hover { img { padding-left: 15px; } } } } } /*======================================= Counter-section =======================================*/ .counter-wrapper { background: #FFFFFF; box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06); padding: 20px; } .counter-single { padding: 25px 0px; svg{ fill: var(--primary-color1); transition: all 0.5s ease; } &:hover{ svg{ transform: scale(1.2); } } .counter-icon { margin-bottom: 12px; } .coundown { .counter-icon { margin-bottom: 30px; } h3 { @include font(3.6rem, 700, var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 5px; display: inline-block; } p { margin-bottom: 0; @include font(2.2rem, 500, var(--text-secondary)); line-height: 1.3; } } &.sibling-2 { background-color: var(--white); position: relative; z-index: 1; svg{ fill: var(--primary-color2) !important; } } &.sibling-3 { background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%); backdrop-filter: blur(42px); position: relative; z-index: 2; width: 100%; max-width: 220px; margin: 0 auto; border: 1px solid rgba(23, 179, 132, .25); transition: all 0.6s ease; @include lg-down-device() { max-width: unset; } &:hover { border: 1px solid rgba(255, 255, 255, .35); } .counter-icon { margin-bottom: 5px; } .coundown { .bi { font-size: 40px; color: var(--white); font-weight: 800; } h3 { @include font(3.6rem, 800, var(--white)); font-family: var(--font-merriw); margin-bottom: 0; @include sm-down-device() { @include font(3.4rem, 800, var(--white)); } } p { color: var(--white); margin-bottom: 0; margin-top: -5px; } } } } .partner-single { text-align: center; img { vertical-align: middle; filter: grayscale(0); opacity: 1; transition: all 0.45s ease; &:hover { filter: grayscale(1); opacity: 0.8; } } &.sibling-2 { img { vertical-align: middle; filter: grayscale(1); opacity: 0.8; transition: all 0.45s ease; &:hover { filter: grayscale(0); opacity: 1; } } } } .insta-feed-single { img { width: 100%; } } .section-title-small { margin-bottom: 40px; margin-top: -8px; i { font-size: 22px; color: var(--text-secondary); } span { @include font(3rem, 600, var(--text-secondary)); padding-left: 18px; } } .section-title4 { text-align: center; margin-bottom: 20px; display: flex; flex-direction: column; justify-content: center; text-align: center; span { display: block; font-family: var(--font-work-sans); @include font(1.8rem, 400, var(--text-secondary)); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 3px; } h2 { @include font(4.2rem, 600, var(--text-primary)); margin-bottom: 15px; margin-top: -7px; display: inline-block; font-family: var(--font-merriw); } img { max-width: 370px; width: 100%; margin-left: auto; margin-right: auto; } &.sibling2 { span { display: block; font-family: var(--font-satisfy); @include font(1.8rem, 400, var(--primary-color1)); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 3px; } h2 { @include font(4.2rem, 600, var(--white)); margin-bottom: 15px; margin-top: -7px; display: inline-block; font-family: var(--font-merriw); } } &.sibling3 { span { display: block; font-family: var(--font-work-sans); @include font(1.8rem, 400, var(--primary-color1)); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 3px; } h2 { @include font(4.2rem, 600, var(--text-primary)); margin-bottom: 15px; margin-top: -7px; display: inline-block; font-family: var(--font-merriw); } } } .counter-section5 { position: relative; height: auto; // overflow: hidden; .counter5-bg { position: absolute; top: 0; right: 0; bottom: 0; right: 0; height: 100%; width: 100%; object-fit: cover; } } /*======================================= Tour Place-section =======================================*/ .tour-place-section { overflow: hidden; } .tour-card-wrapper { width: 100%; max-width: 1400px; display: flex; flex-direction: row; justify-content: center; align-items: flex-end; flex-wrap: wrap; margin: -15px auto; @include md-device() { align-items: center; } .col-40 { width: 40%; height: auto; padding: 15px; @include md-device() { width: 40%; } @include md-down-device() { width: 100%; } } .col-60 { width: 60%; // background: green; height: auto; padding: 15px; @include md-device() { width: 60%; } @include md-down-device() { width: 100%; } } .col-30 { width: 30%; // background: blue; height: auto; padding: 15px; @include md-device() { width: 50%; } @include md-down-device() { width: 100%; } } } .tour-card-alpha { transition: all 0.5s ease; &:hover { .tour-badge { background: var(--primary-color2); } } img { width: 100%; } } .tour-card-beta { position: relative; transition: all 0.5s ease; &:hover { .tour-badge { background: var(--primary-color2); } } img { width: 100%; } } .tour-card-gamma { transition: all 0.5s ease; &:hover { .tour-badge { background: var(--primary-color2); } } img { width: 100%; // height: 360px; } } .tour-card-delta { transition: all 0.5s ease; &:hover { .tour-badge { background: var(--primary-color2); } } img { width: 100%; // height: 360px; } } .tour-badge { background: #FFFFFF; padding: 20px; border-radius: 50%; text-align: center; box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06); width: 100%; max-width: 200px; min-height: 200px; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: -100px; position: relative; // z-index: 1; transition: all 0.5s ease; @include sm-down-device() { width: 100%; max-width: 160px; min-height: 160px; } h5 { @include font(2.2rem, 700, var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 8px; line-height: 1.4; } p { @include font(16px, 500, var(--text-primary)); font-family: var(--font-work-sans); margin-bottom: 5px; } span { display: inline-block; border-radius: 30px; width: 34px; height: 2px; background: var(--text-primary); } &.sibling-2 { position: absolute; bottom: 30%; right: -70px; z-index: 99; @include lg-device() { right: 20px; bottom: 20px; } @include md-device() { right: 20px; bottom: 20px; } @include md-down-device() { position: relative; } @media (max-width: 1600px) { right: 0px; } } } // footer .footer-section { background-image: linear-gradient(rgba(#09100D, 0.88), rgba(#09100D, 0.88)), url('../images/bg/footer1-bg.png'); @include img-adjust(); background-position: center bottom; position: relative; padding: 0px 10px; .footer-plane1{ position: absolute; right: 2%; top: 10%; animation: jump 1s linear infinite alternate; svg{ fill: var(--primary-color1); } @include xl-down-device(){ @include display(none,none); } } @keyframes jump { 0%{ transform: translateY(0px); } 25%{ transform: translateY(-10px); } 50%{ transform: translateY(0px); } 70%{ transform: translateY(10px); } 100%{ transform: translateY(0px); } } .footer-plane2{ position: absolute; left: 4%; top: 10%; svg{ fill: var(--primary-color1); } @include lg-down-device(){ @include display(none,none); } } &::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #292B31; z-index: -2; } .footer-about { background-color: #FFF7F5; padding: 25px; border-radius: 50%; position: relative; overflow: hidden; max-width: 280px; margin: 0 auto; @include md-device(){ max-width: 220px; margin: 0 auto; } @include sm-device(){ max-width: 220px; margin: 0 auto; } @include xl-down-device(){ padding: 20px; } .footer-plane{ position: absolute; left: 50%; transform: translateX(-50%); top: 40px; opacity: 0.1; } .footer1-logo{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center; p{ @include font(16px,400,var(--primary-color1)); font-family: var(--font-work-sans); margin-bottom: 0; margin-top: 10px; } img{ @include xl-down-device(){ max-width: 130px; width: 100%; } } } svg{ animation: rotate 15s linear infinite; path{ fill: #fff; } } @keyframes rotate{ 0%{ transform: rotate(0deg); } 100%{ transform: rotate(360deg); } } } .pay-list { @include list(none, 0, 0); display: flex; flex-direction: row; justify-content: start; gap: 10px; } .footer-top { padding: 40px 0px; } .footer-meta{ margin-top: 15px; @include sm-down-device(){ margin-top: 50px; } h4{ @include font(2rem,500,var(--white)); font-family: var(--font-work-sans); margin-right: 20px; margin-bottom: 0px; @include lg-device(){ margin-right: 10px; font-size: 2rem; } @include sm-down-device(){ display: none; visibility: hidden; } } } .footer-social { padding: 0; list-style: none; display: flex; flex-direction: row; gap: 20px; margin-bottom: 0px; i { border: 1px solid #5E5E5E; width: 30px; height: 30px; line-height: 29px; color: var(--white); background: #0F1012; text-align: center; font-size: 16px; border-radius: 50%; transition: all 0.5s ease-out 0s; &:hover { background: var(--primary-color1); border: 1px solid var(--primary-color1); } } } .footer-item { h4 { font-size: 2.4rem; font-weight: 500; color: var(--white); margin-bottom: 25px; font-family: var(--font-merriw); position: relative; padding-bottom: 10px; &::after{ content: ''; position: absolute; bottom: 0; left:0; width: 50px; height: 2px; border-radius: 30px; display: block; background: linear-gradient(90deg ,var(--primary-color1),transparent); } } .link-list { margin: 0; padding: 0; list-style: none; li { margin-bottom: 15px; padding-left: 0px; transition: all 0.55s ease; position: relative; &::after{ content: ''; position: absolute; top: 12px; left:0; width: 8px; height: 2px; display: block; background: var(--primary-color1); opacity: 0; transition: all 0.55s ease; } &:last-child { margin-bottom: 0; } &:hover { padding-left: 15px; &::after{ content: ''; opacity: 1; } a { color: var(--primary-color1); } } } a { font-size: 17px; font-weight: 400; font-family: var(--font-work-sans); color: var(--border-color); transition: all 0.4s ease; color: rgb(215, 211, 211); } } .contact-list { list-style: none; margin: 0; padding: 0; li { display: flex; align-items: center; justify-content: flex-start; margin-bottom: 15px; gap: 12px; &:hover{ .icon{ .bi{ background: var(--primary-color1); color: var(--white); } } } &:last-child { margin-bottom: 0px; } .icon { .bi{ @include circle(30px,30px,30px,50%,center); border: 1px solid var(--primary-color1); color: var(--primary-color1); display: block; transition: all 0.45s ease; font-size: 16px; } } .text { color: var(--border-color); a { display: block; margin-bottom: 3px; } } } } } .footer-bottom { padding: 16px 0px; border-top: 1px solid rgba(#fff, 0.1); p { font-size: 14px; font-weight: 400; font-family: var(--font-exo); color: var(--white); margin-bottom: 0; margin-right: 30px; @include lg-down-device() { margin-right: 0px; } .egns-lab { font-size: 13px; font-weight: 500; color: var(--primary-color1); } } .footer-logo-list { margin: 0; padding: 0; list-style: none; display: inline-flex; li { margin-right: 20px; img { transition: all 0.6s ease; } &:last-child { margin-right: 0px; } &:hover { img { transform: rotate(360deg); } } } } .f-bottom-list { margin: 0; padding: 0; list-style: none; li { &:first-child { a { position: relative; padding-right: 15px; margin-right: 15px; &::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 2px; height: 15px; background: var(--white); } } } } a { font-size: 14px; font-weight: 500; color: var(--white); transition: all 0.42s ease; &:hover { color: var(--primary-color1); } } } } &.sibling-2 { .footer1-logo{ p{ @include font(16px,400,var(--primary-color2)); } } .footer-item{ h4{ font-weight: 500; &::after{ content: ''; background: linear-gradient(90deg ,var(--primary-color2),transparent); } } } .link-list { li { &:hover { a { color: var(--primary-color2); } } &::after{ background: var(--primary-color2); } } a { color: var(--border-color); } } .contact-list{ li{ .icon { .bi{ border: 1px solid var(--primary-color2); color: var(--primary-color2); } } &:hover{ .icon{ .bi{ background: var(--primary-color2); color: var(--white); } } } } } .footer-social { i { &:hover { background: var(--primary-color2); border: 1px solid var(--primary-color2); color: var(--text-primary); } } } .footer-bottom { p { .egns-lab { color: var(--primary-color2); } } .f-bottom-list { a { &:hover { color: var(--primary-color2); } } } } } &.sibling-3 { .footer1-logo{ p{ @include font(16px,400,var(--primary-color3)); } } .footer-item{ h4{ &::after{ content: ''; background: linear-gradient(90deg ,var(--primary-color3),transparent); } } } .link-list { li { &:hover { a { color: var(--primary-color3); } } &::after{ background: var(--primary-color3); } } a { color: var(--border-color); } } .contact-list{ li{ .icon { .bi{ border: 1px solid var(--primary-color3); color: var(--primary-color3); } } &:hover{ .icon{ .bi{ background: var(--primary-color3); color: var(--white); } } } } } .footer-social { i { &:hover { background: var(--primary-color3); border: 1px solid var(--primary-color3); color: var(--text-primary); } } } .footer-bottom { p { .egns-lab { color: var(--primary-color3); } } .f-bottom-list { a { &:hover { color: var(--primary-color3); } } } } } } /*======================================= Blog-section =======================================*/ .blog-single1 { overflow: hidden; position: relative; max-width: 470px; margin: 0px auto; .image { position: relative; span.blog-date { position: absolute; left: 20px; bottom: 20px; @include font(15px, 500, var(--text-primary)); background: var(--white); padding: 6px 12px; } @include sm-down-device() { image { width: 100%; } } } .content { padding-top: 24px; h4 { margin-bottom: 15px; a { @include font(2.4rem, 600, var(--text-primary)); font-family: var(--font-merriw); line-height: 1.45; transition: all 0.4s ease; &:hover { color: var(--primary-color1); } } } i { margin-left: 5px; vertical-align: baseline; } } } .blog-single2 { overflow: hidden; position: relative; box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06); &:hover { .image { img { transform: scale(1.1) rotate(2deg); } } } .image { position: relative; overflow: hidden; img { transition: all 0.6s ease; @include sm-down-device() { width: 100%; } } span.blog-category { position: absolute; left: 25px; top: 25px; @include font(14px, 500, var(--white)); background: var(--text-primary); padding: 6px 12px; } } .content { padding: 30px 20px; text-align: center; h5 { a { @include font(2.4rem, 600, var(--text-primary)); font-family: var(--font-merriw); line-height: 1.45; transition: all 0.4s ease; &:hover { color: var(--primary-color2); } } } .blog-date { margin-top: 15px; i { font-size: 13px; color: var(--text-secondary); // vertical-align: middle; } span { @include font(17px, 400, var(--text-secondary)); display: inline-block; padding-left: 10px; } } } &.sibling-2 { box-shadow: unset; overflow: unset; margin-bottom: 25px; &:hover { .content { background: #FFF7F5; h5{ a{ color: var(--primary-color3); } } a { .bi { background: var(--primary-color3); color: var(--white); } } } } .image { img { min-height: 330px; height: 100%; object-fit: cover; @include lg-device() { min-height: 300px; } @include lg-down-device() { min-height: 280px; } } } .content { width: 90%; background-color: var(--white); box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06); margin: -90px auto 0 auto; z-index: 1; position: relative; transition: all 0.55s ease; position: relative; padding: 30px 20px 40px 20px; .blog-date { margin-top: 0; margin-bottom: 5px; } h5 { a { @include font(2.4rem, 700, var(--text-primary)); font-family: var(--font-merriw); line-height: 1.45; transition: all 0.4s ease; } } >a { .bi { @include circle(50px, 50px, 50px, center, 50%); border: 1px solid var(--primary-color3); color: var(--primary-color3); display: inline-block; position: absolute; bottom: -25px; left: 50%; transform: translateX(-50%); font-size: 30px; font-weight: 600; background-color: var(--white); transition: all 0.5s ease; } } } } &.sibling-3 { box-shadow: unset; overflow: unset; // margin-bottom: 25px; .image { img { min-height: 330px; height: 100%; object-fit: cover; @include lg-device() { min-height: 300px; } @include lg-down-device() { min-height: 280px; } } } .content { width: 90%; background-color: var(--white); box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06); margin: -45px auto 0 auto; z-index: 1; position: relative; transition: all 0.55s ease; position: relative; padding: 30px 20px; .blog-date { margin-top: 0; margin-bottom: 8px; } h5 { margin-bottom: 15px; a { @include font(2.4rem, 600, var(--text-primary)); font-family: var(--font-merriw); line-height: 1.45; transition: all 0.45s ease; &:hover { color: var(--primary-color1); } } } } } &.sibling-4 { box-shadow: unset; overflow: unset; // margin-bottom: 25px; .image { position: relative; .blog-date { position: absolute; left: 0px; top: 20px; background-color: var(--white); padding: 5px 15px; .bi { margin-right: 8px; } } img { min-height: 330px; height: 100%; object-fit: cover; @include lg-device() { min-height: 300px; } @include lg-down-device() { min-height: 280px; } } } .content { background-color: var(--white); box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06); z-index: 1; position: relative; transition: all 0.55s ease; position: relative; padding: 25px 20px; text-align: left; .blog-date { margin-top: 0; margin-bottom: 8px; } span.tour-category { @include font(17px, 400, var(--text-secondary)); font-family: var(--font-work-sans); display: block; margin-bottom: 5px; } h5 { margin-bottom: 15px; a { @include font(2.4rem, 600, var(--text-primary)); font-family: var(--font-merriw); line-height: 1.45; transition: all 0.45s ease; &:hover { color: var(--primary-color1); } } } } } &.sibling-5{ .content{ h5{ a{ &:hover{ color: var(--primary-color1); } } } } } } .blog-single3 { overflow: hidden; position: relative; box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06); max-width: 440px; margin-left: auto; margin-right: auto; &:hover { .image { img { transform: scale(1.1); } span.blog-date { @include font(15px, 500, var(--white)); background: var(--text-primary); .bi { color: var(--white); font-size: 14px; margin-right: 8px; } } } } .image { position: relative; overflow: hidden; img { transition: all 0.55s ease; } span.blog-date { position: absolute; left: 20px; bottom: 20px; @include font(15px, 500, var(--text-secondary)); background: var(--white); padding: 6px 12px; transition: all 0.45s ease; .bi { color: var(--text-secondary); font-size: 14px; margin-right: 8px; } } } .content { background: #FFFFFF; padding: 25px 25px; @include xl-device() { padding: 20px; } span.category { @include font(17px, 400, var(--text-secondary)); font-family: var(--font-work-sans); margin-bottom: 8px; display: inline-block; } h4 { margin-bottom: 25px; a { @include font(2.4rem, 600, var(--text-primary)); font-family: var(--font-merriw); line-height: 1.45; transition: all 0.4s ease; @include xl-device() { font-size: 2.2rem; } &:hover { color: var(--text-secondary); } } } i { margin-left: 5px; vertical-align: baseline; } } } .read-more-btn { @include font(17px, 400, var(--text-secondary)); transition: all 0.4s ease; font-family: var(--font-work-sans); position: relative; padding-bottom: 5px; display: inline-flex; margin-top: 0px; transition: all 0.55s ease; transform: translateY(0px); transition: all 0.4s ease; i { margin-left: 10px; } &::after { content: ''; width: 100%; height: 1px; border-bottom: 1px dashed #5E5E5E; position: absolute; left: 0; bottom: 0; transition: all 0.55s ease; } &:hover { color: var(--primary-color1); &::after { border-bottom: 1px dashed var(--primary-color1); } } &.sibling-2 { border: 1px solid #5E5E5E; padding-bottom: unset; padding: 8px 20px; &::after { content: unset; } &:hover { background-color: var(--primary-color2); color: var(--text-primary); border: 1px solid var(--primary-color2); } } } h3.blog-details-subtitle{ @include font(3rem,700,var(--text-primary)); font-family: var(--font-merriw); line-height: 1.7; margin-bottom: 10px; } .blog-details-single{ margin-bottom: 40px; > img{ margin-bottom: 30px; } p{ @include font(17px,400,var(--text-secondary)); font-family: var(--font-work-sans); line-height: 1.7; margin-bottom: 20px; } blockquote{ background: #FFF7F5; padding: 40px 45px; position: relative; margin: 30px 0px; h4{ @include font(2.4rem,500,var(--text-secondary)); font-family: var(--font-merriw); font-style: italic; line-height: 1.5; } .quote-icon{ position: absolute; right: 50px; bottom: -12px; @include circle(60px,60px,60px,center,50%); border: 1px solid var(--primary-color1); svg{ fill: var(--primary-color1); } } } .details-img-group{ margin-top: 0px; margin-bottom: 35px; } .blog-details-feature-list{ margin-bottom: 20px; li{ @include font(18px,500,var(--text-secondary)); font-family: var(--font-work-sans); margin-bottom: 12px; &:last-child{ margin-bottom: 0px; } &::marker{ color: var(--primary-color1); font-size: 24px; } } } } .blog-share-area{ border-bottom: 1px solid #EEEEEE; .blog-share{ overflow: hidden; height: 24px; cursor: pointer; &:hover{ .front{ transform: translateY(-24px); } .back{ transform: translateY(-24px); } } .front{ text-align: end; transition: all 0.62s ease-in-out; img{ vertical-align:baseline; } span{ text-transform: uppercase; font-size: 1.6rem; font-weight: 500; color: var(--text-color); display: inline-block; margin-bottom: 0px; margin-left: 5px; } } .back{ text-align: end; transition: all 0.62s ease-in-out; .share-list{ margin: 0; padding: 0; list-style: none; a{ i{ color: var(--text-color2); transition: all 0.35s ease-in-out; } &:hover{ i{ color: var(--primary-color1); } } } } } } } .blog-tag-area{ display: flex; justify-content: start; align-items: center; padding-bottom: 15px; width: 100%; h6{ @include font(15px,700,var(--text-primary)); font-family: var(--font-merriw); margin:0; } ul.tag-list{ display: flex; justify-content: start; list-style: none; margin-bottom: 0; li{ margin-right: 10px; a{ @include font(17px,500,var(--text-secondary)); font-family: var(--font-work-sans); transition: all 0.4s ease; &:hover{ color: var(--primary-color1); } } } } } .blog-details-author{ background: #FFFFFF; box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06); padding: 25px; margin: 70px 0px; display: flex; justify-content: flex-start; align-items: center; gap: 25px; flex-wrap: nowrap; @include lg-down-device(){ flex-wrap: wrap; justify-content: center; text-align: center; } .author-content{ h5{ @include font(2rem,600,var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 10px; } p{ @include font(17px,400,var(--text-secondary)); font-family: var(--font-work-sans); } .blog-author-social{ @include list(none,0,0); margin-top: 10px; li{ i{ color: var(--primary-color1); transition: all 0.45s ease; &:hover{ transform: scale(1.1); } } } } } } .commetn-area{ margin-bottom: 54px; .comment-list{ padding: 0px; margin: 35px 0 0 0; list-style: none; > li{ // margin-bottom: 35px; &:last-child{ .comment-item{ margin-bottom: 0px; } } .comment-reply{ margin: 0px; padding: 0px 0px 0px 10%; list-style: none; } } .comment-item{ border-radius: 5px; border-bottom: 1px solid #EEEEEE; padding-bottom: 30px; display: flex; justify-content: start; align-items: start; flex-direction: row; flex-wrap: nowrap; gap: 20px; margin-bottom: 35px; @include sm-down-device(){ flex-wrap: wrap; } } .comment-meta{ display: flex; flex-direction: row; align-items: center; flex-wrap: nowrap; gap: 10px; margin-bottom: 15px; @include sm-down-device(){ gap: 5px; flex-wrap: wrap; } h5{ @include font(2rem,700,var(--text-primary)); font-family: var(--font-merriw); margin-right: 0px; } span{ font-size: 14px; font-weight: 500; color: var(--text-color2); } } .content{ p{ font-size: 16px; font-weight: 400; line-height: 1.8; } .reply{ @include font(17px,400,var(--text-secondary)); font-family: var(--font-work-sans); padding-bottom: 3px; border-bottom: 1px dashed var(--text-secondary); background-color: var(--white); outline: none; margin-top: 5px; transition: all 0.4s ease; &:hover{ color: var(--primary-color1); border-bottom: 1px dashed var(--primary-color1); } .bi { margin-left: 5px; } } } } } .blog-comment-form{ margin-top: 35px; } .comment-form-area{ .contact-from-wrapper { padding: 15px 55px 50px 55px; @include md-device(){ padding: 15px 35px 50px 35px; } @include md-down-device(){ padding: 15px 25px 50px 25px; } } } /*======================================= Testimonial-section =======================================*/ .testimonial-section { .swiper{ padding: 12px; margin: -12px; } .testimonial-wrapper { display: flex; flex-direction: row; align-items: center; flex-wrap: nowrap; width: 100%; @include lg-down-device() { flex-wrap: wrap; } .testimonial-area { padding: 100px 0px; width: 58%; background: var(--text-primary); min-height: 660px; position: relative; display: flex; align-items: center; @include lg-down-device() { width: 100%; min-height: auto; padding: 60px 0px; } .testi-quote { position: absolute; top: 10%; right: 5%; } } .newsletter-area { min-height: 660px; background: url('../images/bg/newsletter-bg.png'); @include img-adjust(); background-size: cover; padding: 70px 10px; width: 42%; min-width: 440px; display: flex; justify-content: center; align-items: center; @include lg-down-device() { width: 100%; } @include sm-down-device() { min-width: 280px; } .newsletter-form-box { text-align: center; padding: 50px 35px; background: linear-gradient(152.97deg, rgba(0, 0, 0, 0.32) 0%, rgba(255, 255, 255, 0) 100%); backdrop-filter: blur(22px); width: 100%; max-width: 400px; border: 1px solid rgba(0, 255, 178, 0.15); @include sm-down-device() { padding: 50px 25px; } h3 { @include font(3.2rem, 700, var(--white)); font-family: var(--font-merriw); margin-bottom: 15px; } p { @include font(17px, 400, var(--white)); font-family: var(--font-work-sans); } } } } } .testimonial-section4 { .swiper { margin: -15px; padding: 15px; } } .newsletter-form { margin-top: 40px; .form-inner { width: 100%; margin-bottom: 25px; input { width: 100%; background: transparent; // border: 1px solid var(--border-color); border: 1px solid #dddddd6e; height: 52px; line-height: 52px; padding: 0px 20px; color: var(--white); transition: all 0.4s ease; &:focus { border: 1px solid var(--primary-color1); } &::placeholder { @include font(16px, 400, var(--white)); font-family: var(--font-work-sans); text-align: center; } } } } .testimonial-wrap { width: 100%; max-width: 690px; margin-left: auto; margin-right: 40px; padding: 30px 30px 30px 0px; position: relative; @include lg-down-device(){ margin-left: auto; margin-right: auto; } @include xxl-down-device() { padding: 30px; } } .testimonial-single1 { padding-bottom: 30px; .testimonial-content{ border: 1px solid rgba(249, 248, 248, 0.16); padding: 35px 25px; @include md-device(){ padding: 30px 25px; } @include sm-device(){ padding: 25px 25px; } @include sm-down-device(){ padding: 25px 20px; } >p { @include font(2.4rem, 300, var(--white)); font-family: var(--font-work-sans); margin-bottom: 0px; } } .star-list { @include list(none, 0, 0); display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 10px; margin-bottom: 10px; li { .bi { color: var(--primary-color1); } } } .testi-author1 { display: flex; align-items: center; flex-direction: row; justify-content: flex-start; gap: 18px; padding-top: 30px; padding-left: 55px; position: relative; margin-top: 20px; &::before { content: ''; position: absolute; top: -45px; left: 60px; width: 50px; height: 50px; background: #09100D; border-bottom: 1px solid rgba(249, 248, 248, 0.16); border-left: 1px solid rgba(249, 248, 248, 0.16); transform: rotate(-45deg); } .image { width: 60px; height: 60px; img { width: 100%; border-radius: 50%; } } .author-text { h5 { @include font(2rem, 600, var(--white)); font-family: var(--font-merriw); } p { @include font(16px, 400, #cbcbcb); margin-bottom: 0; } } } &.siblling-2 { position: relative; padding: 0px 15px; svg { fill: var(--text-light); position: absolute; top: 50%; transform: translateY(-50%); left: -40px } .star-list { @include list(none, 0, 0); display: flex; flex-direction: row; align-items: center; justify-content: start; gap: 10px; margin-bottom: 10px; li { .bi { color: var(--primary-color2); } } @include lg-down-device() { justify-content: start; } } >p { @include font(2.2rem, 400, var(--text-primary)); font-family: var(--font-work-sans); margin-bottom: 35px; } .testi-author { display: flex; flex-direction: row; align-items: center; gap: 15px; } .author-text { h5 { @include font(2rem, 600, var(--text-primary)); font-family: var(--font-merriw); } p { @include font(16px, 400, var(--text-secondary)); margin-bottom: 0; } } } &.sibling-3 { text-align: center; border: 1px solid #EEEEEE; padding: 30px 25px; >p { @include font(2.2rem, 400, var(--text-primary)); font-family: var(--font-work-sans); line-height: 1.6; margin-bottom: 22px; } .image { position: relative; .testi-quote { position: absolute; top: -3px; left: -15px; @include circle(30px, 30px, 20px, center, 50%); background: #d5543733; padding: 5px; } } .testi-author { display: flex; flex-direction: column; gap: 10px; } .author-text { h5 { @include font(2rem, 600, var(--text-primary)); font-family: var(--font-work-sans); margin-bottom: 0px; } } } &.sibling-4 { text-align: left; padding: 30px 25px; background: #FFFFFF; box-shadow: 4px 3px 15px rgba(16, 33, 34, 0.06); >p { @include font(2.2rem, 400, var(--text-primary)); font-family: var(--font-work-sans); line-height: 1.6; margin-bottom: 22px; } .image { position: relative; > img{ width: 60px; height: 60px; } .testi-quote { position: absolute; top: -3px; left: -15px; @include circle(30px, 30px, 20px, center, 50%); background: var(--white); padding: 5px; box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06); } } .testi-author { display: flex; flex-direction: row; gap: 25px; margin-bottom: 15px; align-items: center; } .author-text { h5 { @include font(2rem, 600, var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 0px; } span { @include font(16px, 400, var(--text-secondary)); font-family: var(--font-work-sans); display: block; } } } } .swiper-pagination, .testimonial1-pagination { position: relative; z-index: 89; margin-top: -45px; @include sm-down-device(){ margin-top: unset; } .swiper-pagination-bullet { border: 1px solid var(--white); width: 15px; height: 15px; z-index: 9; background: var(--white); } .swiper-pagination-bullet-active { position: relative; border: 1px solid var(--primary-color1); background: transparent; &::before { content: ''; width: 9px; height: 9px; background: var(--primary-color1); position: absolute; left: 2px; top: 2px; border-radius: 50%; z-index: -1; } } &.sibling-2 { height: 16px; bottom: 0; margin-top: 50px; .swiper-pagination-bullet { position: relative; &::before { content: ''; width: 9px; height: 9px; background: var(--text-primary); position: absolute; left: 2px; top: 2px; border-radius: 50%; z-index: -1; } } .swiper-pagination-bullet-active { position: relative; border: 1px solid var(--primary-color2); background: transparent; &::before { content: ''; width: 9px; height: 9px; background: var(--primary-color2); position: absolute; left: 2px; top: 2px; border-radius: 50%; z-index: -1; } } } &.sibling-3 { height: 16px; bottom: 0; margin-top: 50px; .swiper-pagination-bullet { position: relative; &::before { content: ''; width: 9px; height: 9px; background: var(--text-primary); position: absolute; left: 2px; top: 2px; border-radius: 50%; z-index: -1; } } .swiper-pagination-bullet-active { position: relative; border: 1px solid var(--primary-color3); background: transparent; &::before { content: ''; width: 9px; height: 9px; background: var(--primary-color3); position: absolute; left: 2px; top: 2px; border-radius: 50%; z-index: -1; } } } &.sibling-4 { height: 16px; bottom: 0; margin-top: 50px; .swiper-pagination-bullet { position: relative; &::before { content: ''; width: 9px; height: 9px; background: var(--text-primary); position: absolute; left: 2px; top: 2px; border-radius: 50%; z-index: -1; } } .swiper-pagination-bullet-active { position: relative; border: 1px solid var(--primary-color1); background: transparent; &::before { content: ''; width: 9px; height: 9px; background: var(--primary-color1); position: absolute; left: 2px; top: 2px; border-radius: 50%; z-index: -1; } } } } .swiper-pagination-number { .swiper-pagination-bullet { background: transparent; font-size: 15px; font-weight: 700; color: var(--text-primary); } .swiper-pagination-bullet-active { background: transparent; font-size: 22px; font-weight: 700; color: var(--primary-color3); } } .swiper-banner-pagination { position: relative; z-index: 89; .swiper-pagination-bullet { border: 1px solid var(--white); width: 15px; height: 15px; z-index: 9; background: var(--white); } .swiper-pagination-bullet-active { position: relative; border: 1px solid var(--primary-color1); background: transparent; &::before { content: ''; width: 9px; height: 9px; background: var(--primary-color1); position: absolute; left: 2px; top: 2px; border-radius: 50%; z-index: -1; } } } /*======================================= Intro-section =======================================*/ .intro-sectoin { background-color: #FFF7F5; padding: 50px 15px 130px 15px; .intro-content { text-align: center; span { @include font(1.8rem, 400, var(--primary-color2)); font-family: var(--font-satisfy);; position: relative; text-transform: uppercase; letter-spacing: 3px; &::before { content: ''; position: absolute; left: 50%; transform: translateX(-50%); top: -60px; width: 2px; height: 40px; background: var(--primary-color2); opacity: 0.55; } } h2 { @include font(4.2rem, 700, var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 20px; line-height: 1.4; } p { @include font(17px, 400, var(--text-secondary)); font-family: var(--font-work-sans); margin-bottom: 28px; } } } /*======================================= Offer-section =======================================*/ .offer-single { position: relative; height: 300px; z-index: 1; display: flex; justify-content: flex-end; align-items: flex-start; flex-direction: column; padding: 30px 30px; overflow: hidden; &:hover { .offer-bg { transform: scale(1.1) rotate(2deg); } } .offer-badge { position: absolute; top: 25px; right: 25px; } .offer-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; max-width: 100%; height: 100%; object-fit: cover; z-index: -1; transition: all 0.6s ease; } .content { a { @include font(2.2rem, 600, var(--white)); font-family: var(--font-work-sans); line-height: 1.2; } span { @include font(1.8rem, 500, var(--white)); font-family: var(--font-work-sans); display: block; } } &.sibling-2 { .content { a { @include font(2.5rem, 600, var(--white)); font-family: var(--font-merriw); } span { @include font(1.6rem, 500, var(--white)); font-family: var(--font-work-sans); display: block; margin-top: 5px; } } } } .offer-section { margin-top: -170px; .swiper { background: #FFFFFF; box-shadow: 4px 3px 35px rgba(117, 117, 117, 0.12); padding: 20px; } &.sibling-2 { margin-top: unset; } } /*======================================= feature-section =======================================*/ .feature-section { // overflow: hidden; background-image: url('../images/bg/feature-bg.png'); @include img-adjust(); position: relative; z-index: 1; margin-bottom: 50px; @include xl-down-device() { margin-bottom: 0px; } // &::before{ // content: url('../images/bg/feature-bg.png'); // position: absolute; // top: 0; // left: 0; // right: 0; // z-index: -1; // overflow: hidden; // } .feature-image { transform: translateY(120px); @include lg-device() { transform: translateY(0px); } } .feature-content { padding: 50px 15px; width: 100%; max-width: 600px; span { @include font(1.8rem, 400, var(--primary-color2)); font-family: var(--font-work-sans); text-transform: uppercase; letter-spacing: 3px; } h2 { @include font(4.2rem, 700, var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 20px; line-height: 1.4; } ul.feature-list { @include list(none, 35px 0 25px 0, 0); display: flex; flex-direction: row; justify-content: start; flex-wrap: wrap; li { @include font(18px, 500, var(--text-secondary)); font-family: var(--font-work-sans); margin-bottom: 15px; display: block; position: relative; padding-left: 30px; min-width: 250px; transition: all 0.35s ease; &:hover { transform: translateX(10px); } &::before { content: url('../images/icons/list-arrow.svg'); position: absolute; left: 0; top: 3px; } } } } } .feature2-list { margin-bottom: 40px; li { @include font(17px, 500, var(--text-secondary)); font-family: var(--font-work-sans); margin-bottom: 15px; padding-left: 12px; &:last-child { margin-bottom: 0px; } &::marker { content: '\F272'; font-family: "Bootstrap-icons"; font-weight: 500; } } } .feature3-list { margin-bottom: 30px; li { @include font(1.8rem, 500, var(--text-secondary)); font-family: var(--font-work-sans); margin-bottom: 8px; padding-left: 0px; &:last-child { margin-bottom: 0px; } &::marker { color: var(--primary-color2); } } &.sibling-2{ li{ @include font(2rem, 500, var(--text-secondary)); font-family: var(--font-work-sans); &::marker{ color: var(--primary-color1); } } } } .feature-image-group { position: relative; margin-left: 0; margin-bottom: 30px; @include lg-device() { margin-left: -20px; } @include lg-down-device() { margin-left: 0; margin-top: 40px; } .feature3-icon { position: absolute; left: 50%; transform: translateX(-50%); bottom: -30px; z-index: 2; } .feature-image { position: relative; width: 100%; max-width: 320px; height: auto; &::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: transparent; width: 90%; height: 90%; border: 1px solid #E2E2E2; } &.translate-y { transform: translateY(30px); } } } /*================================================ Tour package =================================================*/ .tour-package-section { padding-left: 3%; padding-right: 3%; .swiper-wrapper { padding-bottom: 60px; .swiper-slide { &:nth-child(even) { padding-top: 70px; @include sm-down-device() { padding-top: 0px; } } } .swiper-slide-active p { animation: unset; } } } .tour-package-single { position: relative; width: 100%; max-width: 410px; z-index: 1; margin-left: auto; margin-right: auto; &:hover { .package-content { p { height: 100%; opacity: 1; } } } .package-content { padding: 60px 40px; position: absolute; bottom: 0; left: 0; height: auto; transition: all 0.6s ease; @include lg-device() { padding: 60px 25px; } @include md-device() { padding: 60px 25px; } @include sm-device() { padding: 60px 25px; } @include sm-down-device() { padding: 60px 25px; } h4 { @include font(2.5rem, 700, var(--white)); font-family: var(--font-merriw); margin-bottom: 5px; transition: all 0.6s ease; line-height: 1.4 } p { @include font(17px, 400, var(--white)); font-family: var(--font-work-sans); height: 0px; opacity: 0; transition: all 0.6s ease; } span.price { @include font(2.2rem, 500, var(--white)); font-family: var(--font-work-sans); } } .explore-btn { background-color: var(--text-primary); @include font(18px, 500, var(--white)); font-family: var(--font-work-sans); border-radius: 50%; width: 115px; height: 115px; text-align: center; position: absolute; left: 50%; transform: translateX(-50%); bottom: -60px; z-index: 99; padding: 10px; display: flex; justify-content: center; align-items: center; transition: all 0.6s ease; &:hover { background: var(--primary-color2); } } } .tour-package-single2 { overflow: hidden; position: relative; width: 100%; max-width: 420px; margin: 0 auto; &:hover { .image { img { transform: scale(1.1); } span.blog-date { @include font(15px, 500, var(--white)); background: var(--primary-color2); color: var(--text-primary); .bi { color: var(--text-primary); font-size: 14px; margin-right: 8px; } } } } .image { position: relative; overflow: hidden; img { height: 280px; transition: all 0.55s ease; object-fit: cover; } span.blog-date { position: absolute; left: 20px; bottom: 20px; @include font(15px, 500, var(--text-secondary)); background: var(--text-secondary); color: var(--white); padding: 6px 12px; transition: all 0.45s ease; .bi { color: var(--white); font-size: 14px; margin-right: 8px; transition: all 0.45s ease; } } } .content { background: #FFFFFF; padding: 25px 25px 35px 25px; text-align: center; border: 1px solid #EEEEEE; span.category { @include font(17px, 400, var(--text-secondary)); font-family: var(--font-work-sans); margin-bottom: 8px; display: inline-block; } p { margin-bottom: 28px; } h4 { margin-bottom: 10px; a { @include font(2.4rem, 700, var(--text-primary)); font-family: var(--font-merriw); line-height: 1.49; transition: all 0.4s ease; &:hover { color: var(--text-secondary); } } } i { margin-left: 5px; vertical-align: baseline; } } } .tour-package-widget{ border: 1px solid rgba(#EEEEEE,0.8); padding: 25px 25px; margin-bottom: 35px; position: relative; @include md-down-device(){ padding: 25px 20px; } .select-widget{ .nice-select { background-color: var(--white); box-sizing: border-box; clear: both; cursor: pointer; display: block; float: left; height: 50px; line-height: 46px; outline: none; position: relative; text-align: left !important; transition: all 0.2s ease-in-out; user-select: none; white-space: nowrap; width: 100%; border-radius: 0px; border: 1px solid #EEEEEE; font-size: 18px; &::after{ border-bottom: 1px solid var(--text-primary); border-right: 1px solid var(--text-primary); } .option { min-height: 30px; line-height: 30px; font-size: 16px; &:hover { background: var(--primary-color1); color: var(--white); } &.selected { background: var(--primary-color1) !important; } } .current { @include font(16px, 500, var(--text-primary)); } .list { border: unset; border: 1px solid rgba(41, 43, 49, 0.03); margin-top: 6px; z-index: 100; border-radius: 0px; width: 100%; min-width: 80px; } } } .range-widget{ .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.1em; height: 1.1em; cursor: pointer; -ms-touch-action: none; touch-action: none; border: 1px solid var(--primary-color1-light) !important; border-radius: 50%; background: var(--white) !important; transition: all 0.45s ease-in-out; &:hover{ background-color: var(--primary-color1) !important; } } .ui-widget.ui-widget-content { background: #ffff; border: 1px solid var(--primary-color1-light); border-radius: 3px; } .ui-slider-horizontal { height: 8px; } .ui-slider-horizontal .ui-slider-handle { top: -7px; margin-left: -.6em; &:focus{ border: unset; outline: unset; background-color: var(--primary-color1) !important; } } .ui-widget-header { border: 1px solid var(--primary-color1-light); background: var(--primary-color1-light); color: #333333; font-weight: bold; } button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; border: 1px solid #eee; padding: 4px 15px; font-size: 16px; width: 48%; } } // select-check /* The container */ .container { display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 16px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-weight: 500; .bi{ color: #ffcc33; margin-right: 3px; } } /* Hide the browser's default checkbox */ .checkbox-container input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; } /* Create a custom checkbox */ .checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px; background-color: #eee; } /* On mouse-over, add a grey background color */ .checkbox-container:hover input ~ .checkmark { background-color: #ccc; } /* When the checkbox is checked, add a blue background */ .checkbox-container input:checked ~ .checkmark { background-color: var(--primary-color1); } /* Create the checkmark/indicator (hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the checkmark when checked */ .checkbox-container input:checked ~ .checkmark:after { display: block; } /* Style the checkmark/indicator */ .checkbox-container .checkmark:after { left: 7px; top: 4px; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } } .clearfix{ &::after{ content: ''; clear: both; display: block; } } h4.package-widget-title{ @include font(2.2rem,600, var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 30px; } .package-filter-area{ margin-bottom: 40px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; h4{ @include font(2.5rem,600,var(--text-primary)); font-family: var(--font-merriw); } } .tour-package-sidebar{ max-width: 100%; } .tour-package-sidebar-mobile{ background: var(--white); width: 100%; max-width: 290px; position: fixed; top: 0; left: 0; transform: translateX(-100%); opacity: 0; transition: all 0.55s ease-in-out; z-index: 999; padding: 30px 20px; height: 100%; overflow: auto; box-shadow: 2px 2px 20px rgba(0,0,0,0.07); &.show{ transform: translateX(0%); opacity: 1; } .package-sidebar-close{ margin-bottom: 30px; text-align: right; i{ font-size: 28px; color: var(--primary-color1); } } } .check-box-item{ margin-bottom: 35px; h5{ @include font(2.2rem,600, var(--text-primary)); margin-bottom: 20px; font-family: var(--font-merriw); } } /*================================================ 1. About Css =================================================*/ .about5-title { >span { font-size: 1.8rem; font-weight: 400; color: var(--text-secondary); font-family: var(--font-work-sans); letter-spacing: 1px; display: inline-block; margin-bottom: 3px; display: block; margin-bottom: 0px; text-transform: uppercase; } h2 { @include font(4.2rem, 800, var(--text-primary)); font-family: var(--font-merriw); line-height: 1.45; margin-bottom: 20px; span { @include font(4.2rem, 500, var(--primary-color3)); font-family: var(--font-merriw); } } p { @include font(17px, 400, var(--text-secondary)); font-family: var(--font-work-sans); line-height: 1.7; margin-bottom: 20px; } a { @include font(17px, 500, var(--text-primary)); font-family: var(--font-work-sans); } } .about3-title { padding-right: 40px; >span { @include font(1.8rem, 400, var(--primary-color2)); font-family: var(--font-satisfy); letter-spacing: 1px; display: inline-block; margin-bottom: 3px; text-transform: uppercase; } h2 { @include font(4rem, 700, var(--text-primary)); font-family: var(--font-merriw); line-height: 1.4; margin-bottom: 20px; } p { @include font(17px, 400, var(--text-secondary)); font-family: var(--font-work-sans); line-height: 1.7; margin-bottom: 20px; } a { @include font(17px, 500, var(--text-primary)); font-family: var(--font-work-sans); } } .about5-content { padding-left: 45px; @include lg-down-device() { padding-left: 0px; } p { @include font(17px, 400, var(--text-secondary)); margin-bottom: 15px; } ul.about-list { margin-bottom: 45px; li { @include font(2rem, 500, var(--text-secondary)); font-family: var(--font-work-sans); margin-bottom: 10px; &:last-child { margin-bottom: 0px; } &::marker { font-size: 120%; color: var(--text-primary); } } } .quote-area { position: relative; padding-left: 30px; &::before { content: ''; position: absolute; top: 50%; transform: translateY(-50%); left: 0px; height: 100%; width: 2px; background: var(--primary-color3); } >p { @include font(2rem, 400, var(--text-secondary)); font-family: var(--font-work-sans); line-height: 1.7; margin-bottom: 20px; } .author { h5 { @include font(2rem, 600, var(--text-primary)); font-family: var(--font-merriw); } p { @include font(1.6rem, 400, var(--text-primary)); font-family: var(--font-work-sans); } } } } /*======================================= wild-package-section =======================================*/ .wild-package-section { position: relative; overflow: hidden; z-index: 1; &::before { content: url('../images/bg/wildtour-bg.png'); position: absolute; top: 0; left: 0; z-index: -1; } .container { position: relative; &::before { content: ''; position: absolute; top: 0; left: -99.6%; width: 100%; background: #FFF7F5; height: 110%; z-index: 9; } .swiper { overflow: visible; } } } .wild-package-single { position: relative; overflow: hidden; border-radius: 0px; min-height: 450px; display: flex; align-items: flex-end; background: linear-gradient(179.97deg, rgba(32, 32, 32, 0) 20.42%, #202020 99.97%); @include xxl-device() { min-height: 450px; } @include xl-device() { min-height: 420px; } @include lg-device() { min-height: 380px; } @include md-device() { min-height: 330px; } @include md-down-device() { min-height: 300px; } .wild-package-img { position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: all 0.65s ease-in-out; } .text { margin-bottom: 35px; padding-left: 30px; transition: all 0.35s ease-in-out; transform: scaleY(1); span { font-size: 18px; font-weight: 500; font-family: var(--font-work-sans); color: var(--white); display: inline-block; position: relative; padding-bottom: 3px; margin-bottom: 12px; text-transform: capitalize; &::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; border-radius: 10px; background: linear-gradient(90.05deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100.84%); } } h4 { a { @include font(2.6rem, 600, var(--white)); font-family: var(--font-merriw); } } } .content-wrapper { width: 100%; position: absolute; bottom: 0; left: 0; opacity: 0; transform: translateY(100%); transition: all 0.65s ease; } .content { transition: all 0.65s ease-in-out; background: var(--white); width: 100%; padding: 25px 30px; h4 { @include font(2.3rem, 700, var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 10px; } p { @include font(18px, 700, var(--primary-color3)); font-family: var(--font-work-sans); margin-bottom: 20px; } .details-btn { @include font(18px, 500, var(--text-primary)); font-family: var(--font-work-sans); position: relative; z-index: 1; display: inline-block; padding-bottom: 5px; &::before { content: ''; position: absolute; left: 0; bottom: 0; width: 45px; height: 2px; border-radius: 4px; background: linear-gradient(90.05deg, #000000 0%, rgba(255, 255, 255, 0) 100.84%); transition: all 0.4s ease; } &:hover { &::before { width: 100%; } } } } &:hover { .content-wrapper { opacity: 1; transform: translateY(0%); } .text { opacity: 0; transform: scaleY(1); } } } /*======================================= facilities-section =======================================*/ .facilities-section { background: #FFF7F5; padding: 90px 0px; } .facility-single { border: 1px dashed #5E5E5E; padding: 25px 20px; display: flex; justify-content: center; align-items: center; gap: 20px; transition: all 0.55s ease; &:hover { background: var(--primary-color2); border: 1px dashed transparent; } @include md-down-device() { gap: 15px; } .text { h4 { @include font(2.2rem, 600, var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 10px; } p { @include font(17px, 400, var(--text-secondary)); font-family: var(--font-work-sans); margin-bottom: 0; } } } .facility-single2 { background: #FFFFFF; box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06); text-align: center; padding: 35px 25px; position: relative; z-index: 1; overflow: hidden; &:hover { &::before { transform: scale(1); opacity: 1; } .facility-content { h4 { @include font(2.4rem, 700, var(--white)); } p { @include font(17px, 400, var(--white)); } } } &::before { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: var(--primary-color1); z-index: -1; transform: scale(0.8); opacity: 0; transition: all 0.55s ease; } .facility-icon { margin-bottom: 30px } .facility-content { h4 { @include font(2.4rem, 700, var(--text-primary)); font-family: var(--font-merriw); transition: all 0.45s ease; margin-bottom: 15px; } p { @include font(17px, 400, var(--text-secondary)); font-family: var(--font-work-sans); margin-bottom: 0px; transition: all 0.45s ease; } } } /*======================================= tour-guide =======================================*/ .tour-guide-single { overflow: hidden; box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06); border-radius: 0px; margin-left: auto; margin-right: auto; width: 100%; max-width: 470px; &:hover { .guide-image { img { transform: scale(1.1); } .social-area { opacity: 1; transform: translateY(0%); } } } .guide-image { overflow: hidden; position: relative; img { transition: all 0.65s ease; } .social-area { background-color: rgba(#09100D, 0.6); height: 100%; width: 100%; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; transition: all 0.65s ease; opacity: 0; transform: translateY(100%); } } .guide-contnent { padding: 20px 20px 25px 20px; text-align: center; transition: all 0.55s ease; h4 { a { @include font(2.4rem, 700, var(--text-primary)); font-family: var(--font-merriw); } } p { @include font(17px, 500, var(--text-secondary)); font-family: var(--font-work-sans); margin-bottom: 0; } } .guide-social { margin: 0px 0 0 0; padding: 0; list-style: none; display: flex; flex-direction: row; justify-content: center; gap: 25px; border-radius: 3px; transition: all 0.45s ease; i { border: 1px solid #EEEEEE; border-radius: 3px; width: 25px; height: 25px; line-height: 24px; color: #0F1012; background: var(--white); text-align: center; font-size: 16px; transition: all 0.5s ease-out 0s; &:hover { background: var(--primary-color2); border: 1px solid var(--primary-color2); } } } &.sibling-2{ .guide-contnent { h4 { @include font(2.4rem, 700, var(--text-primary)); font-family: var(--font-merriw); } } } } .tour-guide-single2 { background: var(--white); border-radius: 0px; transition: all 0.5s ease-in-out; width: 100%; max-width: 470px; margin: 0 auto; &:hover { .tour-guide-image{ .tour-guide-content { opacity: 1; transform: translateX(-50%) scale(1); } } } .tour-guide-image { position: relative; .social-area { position: absolute; top: 30px; left: 25px; width: 45px; height: 100%; display: flex; justify-content: start; align-items: center; flex-direction: column; &:hover { .social-links { transform: scaleY(1); visibility: visible; opacity: 1; } } .social-links { padding: 0; margin: 0; transform: scaleY(0); transition: all 0.55s ease-in-out; transform-origin: top; visibility: hidden; opacity: 0; @include list(none, 0, 0); a { .bx { width: 36px; height: 36px; line-height: 36px; text-align: center; border-radius: 50%; background-color: var(--white); font-size: 18px; color: var(--primary-color1); transition: all 0.42s ease-in-out; &:hover { background-color: var(--primary-color1); color: var(--white); } } } } .social-plus { width: 36px; height: 36px; line-height: 34px; text-align: center; border-radius: 50%; background-color: var(--white); transition: all 0.42s ease-in-out; &:hover { background-color: var(--primary-color1); color: var(--white); .bx { font-size: 18px; color: var(--white); } } .bx { font-size: 18px; color: var(--primary-color1); transition: all 0.42s ease-in-out; cursor: pointer; } } } .tour-guide-content { background: #FFFFFF; border-radius: 0px; text-align: center; padding: 20px 25px; transition: all 0.45s ease-in; width: 90%; z-index: 1; opacity: 0; transition: all 0.65s ease; position:absolute; bottom: 20px; left: 50%; transform: translateX(-50%) scale(0.7); z-index: 9; .name { @include font(2.4rem, 700, var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 5px; text-transform: capitalize; } .designation { text-transform: capitalize; @include font(17px, 500, var(--text-secondary)); font-family: var(--font-work-sans); margin-bottom: 0; } } } } .newsletter-section { background-image: linear-gradient(rgba(8, 4, 17, 0.8), rgba(8, 4, 17, 0.8)), url('../images/bg/newsletter3-bg.png'); @include img-adjust(); padding: 60px 0px; .newsletter-area { .newsletter-title { display: flex; justify-content: center; align-items: center; gap: 20px; @include lg-down-device() { margin-bottom: 30px; } h5 { @include font(3rem, 700, var(--white)); font-family: var(--font-merriw); margin-bottom: 0; } } .newsletter-wrap { display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 20px; @include md-down-device() { gap: 0px; } form { width: 100%; input { height: 60px; line-height: 60px; border: 1px solid var(--text-secondary); width: 100%; background-color: transparent; padding: 20px; color: var(--white); transition: all 0.45s ease; &:focus { border: 1px solid var(--primary-color2); } @include md-down-device() { height: 50px; } } } button { height: 60px; background: var(--primary-color2); color: var(--white); min-width: 120px; @include font(18px, 500, var(--text-primary)); font-family: var(--font-work-sans); position: relative; z-index: 1; @include md-down-device() { height: 50px; } &::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: var(--white); width: 100%; height: 100%; transition: 0.5s; z-index: -1; transform: scale(0.6); border-radius: 0px; opacity: 0; } &:hover { &::after { transform: scale(1); opacity: 1; } } } } } } .trip-category-section { position: relative; z-index: 1; .trip-bg { position: absolute; top: 0; left: 0; z-index: -1; } } .trip-category-single { overflow: hidden; position: relative; width: 100%; max-width: 420px; margin: 0 auto; background: var(--white); &:hover { .trip-image { img { transform: scale(1.1); } } .trip-content { .trip-bottom { .trip-meta-list { margin-top: -25px; } .explore-btn { margin-top: -25px; } } } } .trip-image { position: relative; overflow: hidden; img { transition: all 0.65s ease; } span.blog-date { position: absolute; right: 20px; top: 20px; @include font(14px, 600, var(--white)); background: #359D9E; padding: 6px 12px; } @include sm-down-device() { image { width: 100%; } } } .trip-content { padding: 30px 20px; border-left: 1px solid rgba(#EEEEEE, 0.8); border-bottom: 1px solid rgba(#EEEEEE, 0.8); border-right: 1px solid rgba(#EEEEEE, 0.8); background-color: var(--white); h4 { a { @include font(2.4rem, 600, var(--text-primary)); font-family: var(--font-merriw); line-height: 1.5; transition: all 0.4s ease; &:hover { color: var(--primary-color1); } } } .explore-btn { @include font(18px, 500, var(--text-primary)); font-family: var(--font-work-sans); i { margin-left: 5px; vertical-align: baseline; } } .trip-text { transition: all 0.55s ease; p { transition: all 0.55s ease; } } .trip-bottom { width: 100%; height: 25px; overflow: hidden; .trip-meta-list { margin-top: 0px; transition: all 0.5s ease; } .explore-btn { margin-top: 0px; transition: all 0.5s ease; } } } .trip-meta-list { @include list(none, 0, 0); display: flex; align-items: center; flex-direction: row; li { @include font(15px, 500, var(--text-primary)); font-family: var(--font-work-sans); margin-right: 16px; .bx { font-size: 16px; vertical-align: center; margin-right: 8px; margin-top: -3px; } } } } /*======================================= contact-section =======================================*/ .info-title-area { text-align: center; margin-bottom: 50px; h3 { @include font(4rem, 700, var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 20px; margin-top: -5px; } p { @include font(17px, 400, var(--text-secondary)); font-family: var(--font-work-sans); } } .info-single { background: #FFFFFF; border: 1px solid #EEEEEE; padding: 35px 20px; text-align: center; transition: all 0.55s ease; &:hover { border: 1px solid transparent; .info-icon { &::before { transform: scale(1); opacity: 1; } i { color: var(--white); } } } .info-icon { border: 1px solid #EEEEEE; margin: 0px auto 20px auto; position: relative; z-index: 1; background: var(--white); &::before { content: ""; position: absolute; width: 100%; height: 100%; background: var(--primary-color1); border-radius: 50%; left: 0; top: 0; z-index: -1; opacity: 1; transition: all 0.55s ease; opacity: 0; transform: scale(0.3) } @include circle(80px, 80px, 80px, 50%, 80px); i { font-size: 35px; font-weight: 300; transition: all 0.55s ease; } } .info-text { h3 { @include font(2.6rem, 600, var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 15px; } p { @include font(2rem, 500, var(--text-secondary)); font-family: var(--font-work-sans); margin-bottom: 0px; } a { @extend p; display: block; margin-bottom: 0px; } } } .contact-from-wrapper { background: #FFFFFF; border: 1.5px solid #EEEEEE; padding: 25px 65px 30px 65px; @include md-device() { padding: 10px 40px 45px 40px; } @include sm-device() { padding: 5px 30px 40px 30px; } @include sm-down-device() { padding: 10px 25px 45px 25px; } .form-inner { // margin-bottom: 35px; padding: 10px 0px; @include sm-down-device() { padding: 8px 0px; } input { width: 100%; outline: none; border: none; border-bottom: 1px solid #EEEEEE; border: 1px solid rgba(180, 180, 180, 0.431372549); border-radius: 0px; padding: 15px 15px; transition: all 0.45s ease; font-size: 16px; color: var(--text-primary); &::placeholder { @include font(16px, 400, var(--text-secondary)); font-family: var(--font-work-sans); transition: all 0.45s ease; } &:focus { border-bottom: 1px solid var(--primary-color1); &::placeholder { color: var(--primary-color1); } } } textarea { @extend input; } } .submit-btn { margin-top: 25px; } } .error-wrapper { padding: 0px 30px; .error-image { @include img-adjust(); padding: 0 20px 30px 20px; img { margin-bottom: 30px; animation: jump 2s linear infinite alternate; } @keyframes jump { 0% { transform: translateY(-5px); } 100% { transform: translateY(5px); } } } .error-text { p { @include font(17px, 400, var(--text-secondary)); font-family: var(--font-work-sans); margin-bottom: 30px; line-height: 1.7; } } } /*======================================= faq-section =======================================*/ .faq-wrap { .accordion-item { margin-bottom: 24px; border: none; box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06); &:last-child { margin-bottom: 0; } } .accordion-button { font-weight: 500; font-size: 20px; background: var(--white); border-radius: 5px; color: var(--text-primary); font-family: var(--font-merriw); padding: 25px 60px 25px 25px; padding-right: 60px; position: relative; transition: 0.4s ease-in; line-height: 1.7; @include md-down-device() { padding: 20px 55px 20px 20px; } &:hover { color: #fff; background: var(--primary-color1); &::after { color: #fff; } } &:focus { z-index: unset; border-color: unset; outline: 0; background: var(--white); box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06); color: var(--text-primary); } &::after { flex-shrink: 0; width: unset; height: unset; margin-left: auto; background-image: none; background-repeat: unset; background-size: unset; font-family: bootstrap-icons !important; font-size: 15px; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); content: "\F282"; transition: unset; font-size: 20px; color: var(--text-primary); width: 32px; height: 32px; line-height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.4s ease; } &:not(.collapsed)::after { background-image: none; transform: unset; font-family: bootstrap-icons !important; content: "\F286"; top: 50%; transform: translateY(-50%); color: var(--white); } } .accordion-body { font-weight: 400; font-size: 17px; line-height: 30px; font-family: var(--font-work-sans); border-top: none; text-align: left; padding: 25px; } .accordion-button:not(.collapsed) { box-shadow: unset; color: var(--white); border-radius: 5px 5px 0px 0px; box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06); background: var(--primary-color1); } &.sibling-2{ .accordion-button { font-size: 20px; padding: 20px 60px 20px 20px; } } } .sidebar-widget { &:last-child { margin-bottom: 0px; } .newsletter-area { background-image: url('../images/bg/side-newsletter.png'); padding: 35px 25px; border-radius: 0px; @include img-adjust(); .banner-form-box { border-radius: 0px; border: 1px solid rgba(144, 185, 86, 0.33); } .newsletter-title { display: flex; justify-content: center; align-items: center; gap: 20px; @include lg-down-device() { margin-bottom: 30px; } h5 { @include font(3rem, 700, var(--white)); font-family: var(--font-merriw); margin-bottom: 0; } } .newsletter-wrap { display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 20px; @include md-down-device() { gap: 0px; } form { width: 100%; input { height: 60px; line-height: 60px; border: 1px solid var(--text-secondary); width: 100%; background-color: transparent; padding: 20px; color: var(--white); transition: all 0.45s ease; &:focus { border: 1px solid var(--primary-color2); } @include md-down-device() { height: 50px; } } } button { height: 60px; background: var(--primary-color2); color: var(--white); min-width: 120px; @include font(18px, 500, var(--text-primary)); font-family: var(--font-work-sans); position: relative; z-index: 1; @include md-down-device() { height: 50px; } &::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: var(--white); width: 100%; height: 100%; transition: 0.5s; z-index: -1; transform: scale(0.6); border-radius: 0px; opacity: 0; } &:hover { // color: var(--primary-color3); &::after { transform: scale(1); opacity: 1; } } } } } } .sidebar-offer { position: relative; z-index: 1; @include sm-down-device() { max-width: 435px; margin: 0px auto; } img{ width: 100%; } &::after { content: ''; position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); z-index: 1; } .offer-badge { position: absolute; right: 25px; top: 25px; } .offer-content { text-align: center; padding: 0px 25px; position: absolute; bottom: 0; left: 50%; z-index: 2; transform: translateX(-50%); width: 100%; .review-area { span { @include font(12px, 400, var(--white)); font-family: var(--font-work-sans); } .star-list { li { i { @include font(10px, 400, var(--white)); } } } } h4 { a { @include font(2.4rem, 600, var(--white)); font-family: var(--font-merriw); } margin-bottom: 10px; } .price { margin-bottom: 25px; span { @include font(16px, 500, var(--white)); font-family: var(--font-work-sans); } del { @include font(1.4rem, 500, #878787); font-family: var(--font-work-sans); } } } } /*======================================= sidebar-widget =======================================*/ .desti-sidebar-widget { margin-bottom: 60px; h4.widget-title { @include font(2.4rem, 600, var(--text-primary)); font-family: var(--font-merriw); margin-top: -5px; margin-bottom: 30px; } } .sidebar-search { form { .form-inner { border: 1px solid #EEEEEE; display: flex; flex-direction: row; padding: 15px 15px; input { outline: none; border: none; width: 100%; color: var(--text-primary); &::placeholder { @include font(15px, 400, var(--text-secondary)); font-family: var(--font-work-sans); transition: all 0.45s ease; } &:focus { &::placeholder { color: var(--primary-color1); } } } button { border: none; outline: none; background-color: var(--white); i { font-size: 28px; color: var(--text-primary); transition: all 0.45s ease; } &:hover { i { color: var(--primary-color1); } } } } } } .tour-package-list { @include list(none, 0, 0); li { margin-bottom: 25px; &:last-child { margin-bottom: 0px; } } .sidebar-package-single { display: flex; flex-direction: row; justify-content: start; gap: 18px; align-items: center; .package-content { h5 { margin-bottom: 8px; a{ @include font(17px, 600, var(--text-primary)); font-family: var((--font-merriw)); } } span { @include font(16px, 500, var(--text-secondary)); margin-bottom: 10px; display: inline-block; .bi { color: var(--primary-color1); font-weight: 600; } } .package-price { @include font(18px, 600, var(--primary-color1)); font-family: var(--font-work-sans); margin-bottom: 0px; } } } } .tour-category { .tour-category-list { @include list(none, 0, 0); li { position: relative; padding-left: 25px; transition: all 0.65s ease; margin-bottom: 20px; &:last-child { margin-bottom: 0px; } &::before { position: absolute; top: 2px; left: 0px; content: '\F231'; font-family: 'Bootstrap-icons'; transition: all 0.45s ease; } a { @include font(18px, 400, var(--font-work-sans)); font-family: var(--font-work-sans); transition: all 0.45s ease; } &:hover { padding-left: 30px; &::before { color: var(--primary-color1); } a { color: var(--primary-color1); } } } } } .sidebar-social-area { .sidebar-social-list { @include list(none, 0, 0); padding: 0; list-style: none; display: flex; flex-direction: row; gap: 25px; i { border: 1px solid #EEEEEE; width: 30px; height: 30px; line-height: 30px; color: var(--text-secondary); background: var(--white); text-align: center; font-size: 18px; transition: all 0.45s ease-out 0s; &:hover { background: var(--primary-color1); border: 1px solid var(--primary-color1); color: var(--white); } } } } /*======================================= destination =======================================*/ .destination-block { h3 { @include font(3rem, 700, var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 22px; } p { @include font(17px, 400, var(--text-secondary)); font-family: var(--font-work-sans); } } .desti-details-block { &:last-child { margin-bottom: 0px; } margin-bottom: 50px; h3 { @include font(2.5rem, 700, var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 12px; } p { margin-bottom: 25px; } .desti-details-img { margin: 33px 0px 33px 0px; } h5 { @include font(19px, 600, var(--text-primary)); font-family: var(--font-merriw); font-style: italic; margin-bottom: 25px; } h6 { @include font(17px, 600, var(--text-primary)); font-family: var(--font-merriw); line-height: 1.7; margin-bottom: 25px; margin-top: -5px; } .desti-details-sm-img { margin-top: 10px; margin-bottom: 30px; p { @include font(16px, 500, var(--text-secondary)); font-style: italic; text-align: center; margin-top: 20px; margin-bottom: 0px; } } } .map-area { height: 300px; iframe { height: 100%; width: 100%; // filter: invert(24%) sepia(175%) saturate(85%) hue-rotate(185deg) brightness(56%) contrast(311%); filter: grayscale(199%) invert(98%) contrast(122%); } } /*======================================= blog-section =======================================*/ .blog-standard-single{ background: #FFFFFF; border: 1px solid #EEEEEE; padding: 30px 30px 40px 30px; margin-bottom: 60px; &:last-child{ margin-bottom: 0px; } .blog-format{ margin-bottom: 30px; position: relative; span.blog-date{ position: absolute; bottom: 30px; left: 35px; @include font(15px,500, var(--text-primary)); font-family: var(--font-work-sans); padding: 5px 15px; background: var(--white); z-index: 9; @include sm-down-device(){ bottom: 20px; left: 25px; } } .video-js { width: 100%; height: 400px; position: relative; z-index: 99; } } .blog-content{ h3{ margin-bottom: 10px; a{ @include font(3rem,600, var(--text-primary)); font-family: var(--font-merriw); transition: all 0.35s ease; } &:hover{ a{ color: var(--primary-color1); } } } } .author-area{ margin-bottom: 20px; p{ @include font(17px,400, var(--text-secondary)); font-family: var(--font-work-sans); a{ color: var(--primary-color1); } } } .blog-meta{ display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-top: 25px; flex-wrap: wrap; gap: 35px; } ul.share-list{ @include list(none,0,0); display: flex; align-items: center; flex-direction: row; gap: 15px; > li{ position: relative; @include font(17px,500,var(--text-secondary)); font-family: var(--font-work-sans); padding-right: 15px; cursor: pointer; transition: all 0.45s ease; &:hover{ color: var(--primary-color1); .blog-social{ opacity: 1; transform: translateY(0); visibility: visible; } } &:last-child{ padding-right: 0px; &::after{ content: unset; } } i{ margin-right: 8px; } &::after{ content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 16px; background-color: var(--border-color); } ul.blog-social{ @include list(none,0,0); gap: 10px; position:absolute; top: 29px; right: -23px; display: flex; flex-direction: row; padding: 2px 10px; opacity: 0; visibility: hidden; transition: all 0.45s ease; transform: translateY(-10px); li{ color: var(--text-primary); transition: all 0.45s ease; &:hover{ color: var(--primary-color1); } } } } } } .blog-sidebar{ @include lg-down-device(){ margin-top: 90px; padding: 0px 10px; } } .blog-widget{ margin-bottom: 60px; .trending-post-list { @include list(none, 0, 0); li { margin-bottom: 30px; &:last-child { margin-bottom: 0px; } } .trending-post-single { display: flex; flex-direction: row; justify-content: start; gap: 15px; align-items: center; .post-content { h6 { margin-bottom: 10px; a{ @include font(17px, 600, var(--text-primary)); font-family: var((--font-merriw)); line-height: 1.55; transition: all 0.45s ease; } &:hover{ a{ color: var(--primary-color1); } } } span.post-date{ @include font(15px, 400, var(--text-secondary)); font-family: var(--font-work-sans); } } } } &:last-child{ margin-bottom: 0px; } } .blog-widget-title{ position: relative; @include font(2.4rem,600,var(--text-primary)); font-family: var(--font-merriw); display: inline-block; padding-bottom: 12px; margin-bottom: 30px; &::after{ content: ''; position: absolute; left: 0; bottom: 0; width: 70px; background: linear-gradient(90.04deg, var(--primary-color1) 0%, rgba(30, 204, 209, 0) 99.27%); border-radius: 30px; height: 2px; } } /*======================================= tour-package-details =======================================*/ h3.tour-details-subtitle{ @include font(3rem,700,var(--text-primary)); font-family: var(--font-merriw); line-height: 1.7; margin-bottom: 25px; } .nav-btn-style{ background: var(--white); min-width: 0px; color: var(--text-secondary); font-size: 20px; font-weight: 500; font-family: var(--font-work-sans); padding: 10px 20px; text-align: left; transition: all 0.42s ease; border-radius: 0px; @include xl-device(){ padding: 10px 15px; } svg{ margin-right: 10px; color: var(--text-secondary); transition: all 0.42s ease; } &:hover{ background-color: var(--primary-color1); color: var(--white); svg{ fill: var(--white); } } } .nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; border: 1px solid #eee; margin-bottom: 45px; @include xl-down-device(){ padding: 20px; gap: 12px; } } .nav-pills .nav-link.active, .nav-pills .show>.nav-link { color: var(--white); background-color: var(--primary-color1); svg{ fill: var(--white); } } .nav-pills .nav-link { border-radius: 0rem; border-right: 1px solid #eee; min-width: 168px; @include xl-device{ min-width: 144px; font-size: 18px; } &:last-child{ border-right: unset; } @include xxl-down-device(){ border-right: unset; } @include sm-down-device(){ width: 100%; } } .tour-information{ .details-img-group{ margin: 18px 0px 40px 0px; } .tour-price{ display: inline-flex; align-items: center; margin-bottom: 10px; h3{ @include font(3.5rem,700,var(--text-primary)); font-family: var(--font-merriw); } span{ display: inline-block; @include font(18px,500,var(--text-secondary)); font-family: var(--font-merriw); } } ul.tour-info-metalist{ @include list(none,0,0); display: flex; justify-content: start; align-items: center; margin-bottom: 25px; @include sm-down-device(){ flex-wrap: wrap; gap: 5px; } li{ @include font(16px,600,var(--text-secondary)); font-family: var(--font-work-sans); margin-right: 35px; svg{ margin-top: -5px; margin-right: 8px; fill: var(--primary-color1); } } } P{ @include font(17px,400,var(--text-secondary)); font-family: var(--font-work-sans); line-height: 1.7; } } .tour-info-list-area{ border: 1px solid #EEEEEE; background-color: var(--white); margin: 30px 0px 30px 0px; ul.info-list-1{ @include list(none,0,0); border-bottom: 1px solid #EEEEEE; padding: 30px; @include md-down-device(){ padding: 25px 20px; } > li{ display: block; margin-bottom: 25px; span{ &:first-child{ @include font(16px,600,var(--text-primary)); font-family: var(--font-merriw); width: 35%; display: inline-block; @include md-down-device(){ width: 100%; margin-bottom: 8px; } } &:last-child{ @include font(16px,400,var(--text-secondary)); font-family: var(--font-work-sans); width: 65%; } } ul.info-sublist{ @include list(none,0,0); width: 65%; margin-left: auto; margin-top: -25px; gap: 20px; display: flex; flex-wrap: wrap; flex-direction: row; @include md-down-device(){ width: 100%; margin-top: 10px; margin-left: 0; } li{ display: inline-block; width: 47%; @include font(17px,400,var(--text-secondary)); font-family: var(--font-work-sans); @include md-down-device(){ width: 100%; } } i{ color: var(--primary-color1); font-size: 20px; font-weight: 500; vertical-align: middle; margin-right: 8px; } } } } } .tour-plan-single{ display: flex; justify-content: flex-start; align-items: flex-start; gap: 25px; border-bottom: 1px solid #EEEEEE; padding-bottom: 20px; margin-bottom: 40px; &:last-child{ margin-bottom: 0px; } @include sm-down-device(){ flex-wrap: wrap; gap: 20px; } .plan-serial{ @include circle(54px, 54px, 54px, 0px , center); border: 1px solid var(--primary-color1); min-width: 54px; border-radius: 0px; background: var(--white); transition: all 0.45s cubic-bezier(0.84, 0.35, 0.39, 0.74); span{ display: inline-block; @include font(2.8rem,600,var(--primary-color1)); font-family: var(--font-work-sans); transition: all 0.45s cubic-bezier(0.84, 0.35, 0.39, 0.74); } } h4.plan-title{ @include font(2.2rem,600,var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 20px; } p{ @include font(17px,400,var(--text-primary)); font-family: var(--font-work-sans); } &:hover{ .plan-serial{ background: var(--primary-color1); span{ @include font(2.8rem,600,var(--white)); } } } .plan-list{ @include list(none,0,0); margin-top: 25px; li{ @include font(18px,400,var(--text-primary)); font-family: var(--font-work-sans); margin-bottom: 15px; position: relative; padding-left: 25px; &::before{ content: '\F633'; font-family: 'Bootstrap-icons'; position: absolute; left: 0; top: 5px; font-weight: 300; font-size: 14px; color: var(--primary-color1); } } } } .tour-location{ .map-area{ margin-bottom: 30px; } } .tour-gallery { position: relative; overflow: hidden; margin-bottom: 20px; width: 100%; max-width: 415px; margin-left: auto; margin-right: auto; text-align: center; &:hover { img { transform: scale(1.1); } } img { transition: all 0.55s ease; } } .tour-review-area{ padding: 0px 10px; } .review-progress-box{ border: 1px solid #EEEEEE; margin: 45px 0px; padding: 35px; @include md-down-device(){ padding: 25px; } .tour-review-number{ text-align: center; @include lg-down-device(){ margin-bottom: 15px; } span{ @include font(5rem,500,var(--primary-color1)); font-family: var(--font-work-sans); } h2{ @include font(2.5rem,500,var(--text-primary)); font-family: var(--font-work-sans); } } .progress-singl{ position: relative; margin-bottom: 35px; &:last-child{ margin-bottom: 0px; } span{ position: absolute; top: 0px; @include font(18px,500,var(--text-secondary)); font-family: var(--font-work-sans); } } .progress-bar { position: relative; display: block; text-align: right; background: transparent; color: var(--text-secondary); font-size: 18px; font-weight: 500; font-style: normal; overflow: visible; } // .progress-bar:before, .progress-bar:after { content: ''; position: absolute; top:25px; left: 0; display: block; height: 6px; border-radius: 5px; width: var(--progress); animation: progress 2s; background: var(--primary-color1); border-radius: 5px 0 0 5px; border-right: 0; outline: none; z-index: 9; } .progress-bar:before { content: ''; position: absolute; top:25px; left: 0; display: block; height: 6px; border-radius: 5px; width: 100%; animation: progress 2s; background: var(--primary-color1-light); border-radius: 5px 0 0 5px; border-right: 0; outline: none; z-index: 9; } @keyframes progress { from { width: 0; } to { width: var(--progress); } } } .review-commetn-area{ margin-bottom: 54px; .review-comment-list{ padding: 0px; margin: 35px 0 0 0; list-style: none; > li{ // margin-bottom: 35px; &:last-child{ .comment-item{ margin-bottom: 0px; } } .comment-reply{ margin: 0px; padding: 0px 0px 0px 10%; list-style: none; } } .comment-item{ border-radius: 5px; border-bottom: 1px solid #EEEEEE; padding-bottom: 30px; display: flex; justify-content: start; align-items: start; flex-direction: row; flex-wrap: nowrap; gap: 20px; margin-bottom: 35px; @include sm-down-device(){ flex-wrap: wrap; } } .comment-meta{ display: flex; flex-direction: row; align-items: center; flex-wrap: nowrap; gap: 10px; margin-bottom: 15px; @include sm-down-device(){ gap: 5px; flex-wrap: wrap; } h5{ @include font(2rem,700,var(--text-primary)); font-family: var(--font-merriw); margin-right: 0px; } span{ font-size: 14px; font-weight: 500; color: var(--text-color2); } } .content{ p{ font-size: 16px; font-weight: 400; line-height: 1.8; } .reply{ @include font(17px,400,var(--text-secondary)); font-family: var(--font-work-sans); padding-bottom: 3px; border-bottom: 1px dashed var(--text-secondary); background-color: var(--white); outline: none; margin-top: 5px; transition: all 0.4s ease; &:hover{ color: var(--primary-color1); border-bottom: 1px dashed var(--primary-color1); } .bi { margin-left: 5px; } } } } } .review-item-list{ @include list(none,0,0); display: flex; flex-direction: row; flex-wrap: wrap; gap: 20px; margin-top: 25px; >li{ display: inline-flex; margin-right: 20px; span{ display: inline-block; margin-right: 15px; @include font(18px,500,var(--text-secondary)); font-family: var(--font-work-sans); } .star-list{ display: flex; flex-direction: row; @include list(none,0,0); gap: 10px; li{ color: var(--primary-color1); } } } } .material-icons.star-icon { // color: lightgrey; font-size: 38px; cursor: pointer; } .star-rating-wrapper{ margin-top: 30px; margin-bottom: 20px; ul.star-rating-list{ display: flex; flex-direction: row; flex-wrap: wrap; gap: 20px; @include list(none,0,0); li{ margin-right: 10px; span{ display: inline-block; margin-top: 10px; @include font(18px,400,var(--text-secondary)); font-family: var(--font-work-sans); } } } } .booking-form-box { position: relative; z-index: 9; text-align: center; padding: 35px 30px; background: #FFFFFF; box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06); width: 100%; // max-width: 400px; margin: 0 auto 60px auto; border-radius: 5px; @include lg-down-device(){ margin-top: 20px; } @include sm-down-device() { padding: 40px 20px; } h3 { @include font(2.8rem, 600, var(--text-primary)); font-family: var(--font-merriw); margin-bottom: 15px; } p { @include font(17px, 400, var(--text-secondary)); font-family: var(--font-work-sans); } .banner-form { margin-top: 40px; .searchbox-input { width: 100%; input { width: 100%; height: 50px; border: unset; background-color: var(--white); padding-left: 10px; color: var(--text-primary); transition: all 0.45s ease; &:focus{ &::placeholder{ color: var(--primary-color1); } } &::placeholder { @include font(16px, 400, var(--text-secondary)); font-family: var(--font-work-sans); transition: all 0.45s ease; } } textarea{ width: 100%; border: none; outline: none; padding: 13px 10px; &:focus{ &::placeholder{ color: var(--primary-color1); } } &::placeholder { @include font(16px, 400, var(--text-secondary)); font-family: var(--font-work-sans); transition: all 0.45s ease; } } } .search-box-single { display: flex; flex-direction: row; align-items: flex-start; position: relative; margin-bottom: 25px; padding: 0px 20px; border: 1px solid #EEEEEE; transition: all 0.45s ease; @include sm-down-device(){ padding: 0px 12px; } .searchbox-icon { padding-top: 13px; .bi{ vertical-align: middle; transition: all 0.45s ease; } } &:hover{ border: 1px solid var(--primary-color1); .bi{ color: var(--primary-color1); } } } } .nice-select { background-color: #828286; box-sizing: border-box; clear: both; cursor: pointer; display: block; float: left; height: 50px; line-height: 50px; outline: none; position: relative; text-align: left !important; transition: all 0.2s ease-in-out; user-select: none; white-space: nowrap; width: 100%; border-radius: 0px; border: unset; padding-left: 10px; &::after{ border-bottom: 2px solid var(--white); border-right: 2px solid var(--white); } .option { min-height: 35px; line-height: 35px; font-size: 14px; &:hover { background: var(--primary-color2); color: var(--text-primary); } &.selected { background: var(--primary-color2) !important; } } .current { @include font(1.6rem, 500, var(--white)); } .list { border: unset; border: 1px solid rgba(41, 43, 49, 0.03); margin-top: 6px; z-index: 100; border-radius: 0px; width: 100%; min-width: 80px; } } } // datepicker .ui-datepicker { width: 17em; padding: 0.5em 0.5em 0; position: absolute; top: 0px; left: 0px; display: none; z-index: 13; } .calendar{ font-size: 16px; } .ui-datepicker td { border: 0; padding: 2px; } .ui-datepicker .ui-datepicker-header { position: relative; padding: 0.2em 0; background: var(--primary-color1); border: 1px solid var(--primary-color1); color: #fff; border-radius: 0px; } div#ui-datepicker-div { border: 1px solid transparent; box-shadow: 3px 3px 10px rgba(0,0,0,0.07); border-radius: 0px; margin-top: 8px; margin-left: -15px; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active { border: 1px solid transparent; background: var(--white); font-weight: normal; padding: 4px; transition: all 0.45s ease; color: var(--text-color1); &:hover{ border: 1px solid var(--primary-color1); color: var(--primary-color1); } } .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid var(--primary-color1) !important; color: var(--primary-color1) !important; } .ui-widget-header .ui-icon { background-image: unset; position: relative; &::after{ content: '\F12C'; position: absolute; left: 0; top: 0; font-family: 'bootstrap-icons'; color: var(--white); z-index: 9; } } .ui-datepicker-prev { border: 1px solid var(--primary-color1); &:hover{ border: 1px solid var(--primary-color1); background-color: inherit; } &::after{ content: '\F12C'; font-family: 'bootstrap-icons'; font-weight: 400; position: absolute; top: -1px; left: 5px; z-index: 9; margin: auto; font-size: 22px; color: var(--white); transition: all 0.35s ease; } span.ui-icon{ display: none !important; visibility: hidden; } } .ui-datepicker-next { border: 1px solid var(--primary-color1); &:hover{ border: 1px solid var(--primary-color1); background-color: inherit; } &::after{ content: '\F135'; font-family: 'bootstrap-icons'; font-weight: 400; position: absolute; top: -1px; left: 5px; z-index: 9; margin: auto; font-size: 22px; color: var(--white); transition: all 0.35s ease; } span.ui-icon{ display: none !important; visibility: hidden; } } .image-gallery-single{ margin-bottom: 15px; img{ width: 100%; } .image-view{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(#000, 0.75); display: flex; justify-content: center; align-items: center; transform: scale(0.7); opacity: 0; transition: all 0.45s ease-in-out; .bi{ color: var(--primary-color1); font-size: 35px; opacity: 0; transition: all 0.45s ease-in-out; } } &:hover{ .image-view{ transform: scale(1); opacity: 1; .bi{ opacity: 1; } } } } .video-gallery-single{ margin-bottom: 25px; img{ width: 100%; } } .form-wrapper{ border-radius: 5px; box-shadow: 5px 7px 35px rgba(139, 139, 139, 0.1); padding: 40px; background: var(--white); @include sm-down-device{ padding: 25px; } .form-title{ text-align: center; margin-bottom: 60px; h3{ @include font(3rem,700,var(--text-primary)); font-family: var(--font-merriw); text-align: center; margin-bottom: 20px; } p{ font-size: 20px; font-weight: 400; color: var(--text-primary); a{ font-weight: 600; font-size: 20px; text-transform: capitalize; color: var(--text-primary); } } } .form-title2{ margin-bottom: 30px; h3{ font-size: 35px; font-weight: 600; color: var(--text-primary); margin-bottom: 15px; } } label{ color: var(--text-primary); font-size: 16px; font-weight: 500; margin-bottom: 12px; } input,textarea{ border: 1px solid #EEEEEE; height: 50px; width: 100%; padding: 10px 20px; transition: 0.4s ease; border-radius: 0px; &::placeholder{ font-size: 14px; font-weight: 400; } &:focus{ border: 1px solid var(--primary-color1); } } textarea{ min-height: 150px; } .check-box-text{ font-size: 16px; } .form-inner{ margin-bottom: 18px; position: relative; i{ position: absolute; right: 20px; bottom: 14px; } } .form-agreement{ margin-bottom: 16px; margin-top: 6px; label{ font-size: 16px; font-weight: 400; a{ font-weight: 600; font-size: 16; } } } .alternate-signup-box{ border: 1px solid #EEEEEE; border-radius: 3px; padding: 20px; text-align: center; margin-top: 30px; margin-bottom: 35px; h6{ font-size: 16px; font-weight: 700; color: var(--text-primary); text-transform: uppercase; margin-bottom: 20px; } .btn-group{ display: flex; justify-content: center; flex-direction: row; flex-wrap: wrap; a{ font-size: 12px; font-weight: 700; text-align: center; text-transform: uppercase; display: inline-block; padding: 12px 15px; color: #fff; border-radius: 0px; transition: 0.5s ease; &:hover{ background: var(--text-primary); } } i{ font-size: 16px; } } .google-btn{ background: #DB4437; } .facebook-btn{ background: #4267B2; } } .form-poicy-area{ text-align: center; a{ font-weight: 600; color: var(--primary-color1); text-decoration: underline; } } .form-group input[type=checkbox] { display: none; cursor: pointer; } input[type=checkbox] + label:before { content:''; -webkit-appearance: none; background-color: var(--text-primary); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); padding: 8px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 5px; } input[type=checkbox]:checked + label:after { content: ''; display: block; position: absolute; top: 7px; left: 6px; width: 4px; height: 10px; border: 1px solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); } } .gallery-layout{ .gallery-wrapper { width: 100%; display: grid; grid-gap: 10px; grid-auto-flow: dense; grid-template: "1fr 1fr 1fr 1fr 1fr" 33.33vh "1fr 1fr 1fr 1fr 1fr" 33.33vh; } .gallery-wrapper .box { position: relative; background: #ccc; .destination-single2 { position: relative; overflow: hidden; // margin-bottom: 30px; width: 100%; &:hover { img { transform: scale(1.1); } } img { width: 100%; height: 100%; object-fit: cover; transition: all 0.55s ease-in-out; } .destination-content { position: absolute; bottom: 0px; left: 0px; background: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.5)); width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: fe; justify-content: flex-end; padding: 20px; h4 { margin-bottom: 6px; a { @include font(2.4rem, 700, var(--white)); font-family: var(--font-merriw); } } p { @include font(16px, 400, var(--white)); font-family: var(--font-work-sans); margin-bottom: 0px; span { @include font(17px, 700, var(--white)); font-family: var(--font-work-sans); } } } } } .gallery-wrapper .box.a { grid-row: span 2; } .gallery-wrapper .box.b, .gallery-wrapper .box.f, .gallery-wrapper .box.h, .gallery-wrapper .box.j { grid-column: span 2; @include sm-device(){ grid-column: span 1; } @include sm-down-device(){ grid-column: span 2; } } .gallery-wrapper .box .destination-single2 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } @media (max-width: 991px) { .gallery-wrapper { grid-template: "1fr 1fr 1fr" 250px "1fr 1fr 1fr" 250px "1fr 1fr 1fr" 250px "1fr 1fr 1fr" 250px; } } @media (max-width: 768px) { .gallery-wrapper { grid-template: "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px; } } @media (max-width: 440px) { .gallery-wrapper { grid-template: "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px; } } @media (max-width: 440px) { .gallery-wrapper { .box{ grid-column: span 2; } } } .gallery-wrapper .box.h { grid-column: span 1; } }
Close