Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 24 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,9 @@
}

.circle-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 9999;
position:fixed;
z-index:0;
pointer-events:none;
}

/* cookie-consent */
Expand Down Expand Up @@ -358,6 +354,25 @@
margin-bottom: 20px;
}
}

.header__content{
position:relative;
z-index:5;
}

.header__image{
z-index:1;
}

@media(max-width:768px){

.header__content h1{
font-size:1.6rem;
line-height:1.5;
text-align:center;
}

}
</style>
<style>
#progress-container {
Expand Down Expand Up @@ -576,8 +591,8 @@ <h1>TourGuide . . .</h1>
</div>
<div class="header__content">
<div>
<h1 data-aos="fade-in">Find Your Perfect Getaway<br />Discover the World's Best Kept <div> <span
class="auto-typed" style="color: var(--head-text);"></span></div>
<h1 data-aos="fade-in">Find Your Perfect Getaway<br />Discover the World's Best Kept <span
class="auto-typed" style="color: var(--head-text);"></span>
</h1>
<p class="section__subtitle" data-aos="fade-in">
Make your travel more enjoyable with us. We are the best travel
Expand Down
9 changes: 5 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -844,13 +844,14 @@ header {
}

.header__content h1 {
font-size: 3rem;
line-height: 4rem;
font-size: 3rem;
line-height: 1.3;
font-weight: 800;
color: var(--text-dark);
text-align: right;
width: 30rem;
height: 20rem;
max-width: 30rem;
height:auto;
word-break: normal;
}

.header_content .action_btns {
Expand Down
Loading