@import url(https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Poppins:wght@300;400;500;600;700&display=swap);



.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--lavender-web);
    transition: opacity 0.75s, visibility 0.75s;
}

.loaded {
    opacity: 0;
    visibility: hidden;
}

.loader::after {
    content: "";
    width: 50px;
    height: 50px;
    border: 8px solid var(--light-sky-blue);
    border-top-color: var(--majorelle-blue);
    border-radius: 50%;
    animation: loading 0.75s ease infinite;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}






.btn,
.links ul li a {
    font-size: 16px;
    text-decoration: none
}

nav .logo,
section.hero h2 {
    font-family: 'Dela Gothic One', cursive
}

.header,
section.journey {
    width: 100%;
    min-height: 100vh
}

.planner,
.planner .img {
    position: relative
}

.btn,
.form a,
.links ul li a,
.p-inputs .links a {
    text-decoration: none
}

:root {
    --gunmetal: #212e3aff;
    --majorelle-blue: #6355f8ff;
    --light-sky-blue: #90d3ffff;
    --selective-yellow: #ffb316ff;
    --lavender-web: #ebe5feff;
    --black: #070707;
    --pure-white: #FFFFFF
}

* {
    box-sizing: border-box;
    margin: 0
}

body {
    font-family: Poppins, sans-serif;
    overflow-x: hidden;
    background-color: var(--lavender-web)
}

.wrapper {
    max-width: 1280px;
    margin: 0 auto
}

.btn {
    border: 2px solid var(--black);
    border-radius: 40px;
    max-width: 232px;
    padding: 4px 24px;
    font-weight: 700
}

.btn:focus {
    background-color: var(--selective-yellow)
}

.btn.primary {
    color: var(--black);
    transition: .5s
}

.btn.blue,
.btn.primary:hover,
.links li a:hover {
    color: var(--pure-white)
}

.btn.primary:hover {
    border: 2px solid var(--pure-white)
}

.btn.blue:hover,
.links ul li a,
nav .logo,
nav .logo span {
    color: var(--gunmetal)
}

.btn.blue {
    border-radius: 43px;
    padding: 6px 26px;
    font-size: 24px;
    background-color: var(--majorelle-blue);
    transition: .4s
}

.btn.blue:hover {
    background-color: var(--light-sky-blue)
}

nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    margin: 0 16px
}

nav .logo {
    font-weight: 600;
    font-size: 24px;
    cursor: default
}

nav .links ul {
    margin: 0;
    list-style: none
}

nav .links ul li {
    display: inline-block;
    padding: 0 12px
}

.links ul li a {
    font-weight: 600;
    transition: .5s
}

.header {
    margin: 0;
    background: linear-gradient(180deg, #75c9ff 23.96%, rgba(161, 211, 255, .77) 42.19%, rgba(235, 229, 254, .7) 64.58%, #ebe5fe 97.92%)
}

section.hero {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

section.hero .hero-heading {
    padding-top: 80px;
    max-width: 720px
}

section.hero h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #0d141b
}

section.hero .p-heading {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #6355f8
}

section.hero .p-desc {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #000;
    padding-bottom: 20px
}

section.hero .hero-heading a {
    margin: 10px
}

section.hero .hero-img {
    padding-top: 60px
}

section.hero .hero-img img {
    max-width: 80%;
    width: 900px
}

section.journey {
    padding: 12px 24px
}

section.journey .container {
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center
}

section.journey .texts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 32px 8px
}

.texts h1 {
    font-size: 32px;
    font-weight: 900;
    color: var(--majorelle-blue);
    font-family: Poppins, sans-serif
}

.texts p {
    font-size: 16px;
    max-width: 100%;
    width: 60%
}

.planner::before {
    content: "";
    display: block;
    height: 20px
}

.planner .img {
    width: 100%;
    padding-bottom: 140px
}

.planner .img img {
    max-width: 100%;
    width: 1200px;
    height: 400px;
    border-radius: 40px;
    object-fit: cover
}

.planner .p-inputs {
    position: absolute;
    bottom: 10px;
    border-radius: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 200px;
    background-color: #0d141b;
    margin: 0 auto
}

.p-inputs .links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--lavender-web);
    border-width: 80%
}

.p-inputs .links a {
    color: var(--pure-white);
    font-weight: 400;
    font-size: 16px;
    padding: 8px 12px
}

section.places {
    width: 100%;
    min-height: 100vh;
    padding: 32px 16px
}

section.places .container h1.title {
    padding-left: 12px;
    flex: 1;
    flex-wrap: wrap;
    font-size: 48px;
    font-weight: 800;
    color: var(--majorelle-blue)
}

section.places .container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px
}

section.places .container .cards {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px 0 42px
}

section.places .card {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
    max-width: 330px;
    transition: .4s
}

.card:hover {
    transform: scale(1.1)
}



section.places .card .img {
    width: 100%
}

section.places .card .img img {
    max-width: 100%;
    width: 290px;
    height: 290px;
    object-fit: cover;
    border-radius: 25px
}

section.places .card h1 {
    font-size: 18px;
    color: var(--gunmetal);
    text-transform: uppercase
}

section.places .card p {
    font-size: 14px;
    color: var(--gunmetal)
}

section.newsletter {
    width: 100%;
    color: #291d35
}

section.newsletter .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0 120px
}

section.newsletter .container .news-letter-box {
    display: flex;
    flex-flow: row wrap;
    width: 80%;
    min-height: 200px;
    background-color: #ff6a57;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    justify-content: space-evenly
}

.news-letter-box .headings {
    width: 40%
}

.headings h1 {
    font-size: 38px
}

.news-letter-box .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px
}

.form input[type=email] {
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 80%;
    width: 280px;
    padding: 8px;
    margin: 2px 8px;
    border-radius: 40px;
    border: 3px solid #282130;
    outline: 0;
    transition: .3s;
    color: #291d35
}

.form input[type=email]::placeholder {
    margin-left: 20px;
    color: #291d35
}

.form input:hover {
    width: 320px
}

.form a {
    background-color: #291d35;
    color: #ff6a57;
    text-align: center;
    padding: 8px 28px;
    border-radius: 80px
}



/* Styles for the footer */
footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

footer p {
    margin: 0;
}

footer .footer-logo {
    font-size: 1.5rem;
    font-weight: bold;
}

footer .footer-links {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

footer .footer-link {
    color: #fff;
    text-decoration: none;
}

/* Media query for responsiveness */
@media (max-width: 600px) {
    footer {
        flex-direction: column;
        align-items: flex-start;
    }
}