* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Dela Gothic One';
}
@font-face {
    font-family: 'Dela Gothic One';
    src: url('font/DelaGothicOne-Regular.woff2') format('woff2'),
        url('font/DelaGothicOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
button {
    background: none;
    border: none;
}
a {
    text-decoration: none;
}
.left-side img {
    max-width: 200px;
}
.capitalize {
    text-transform: capitalize;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.header {
    padding: 20px 100px 0;
    max-width: 100%;
}
.flex-center {
    display: flex;
    align-items: center;
}
.justify-space {
    justify-content: space-between;
}
.hero {
    position: relative;
    background-image: url(images/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    height: 1536px;
}
.hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #fff; 
    clip-path: polygon(0 100%, 100% 50%, 100% 100%);
}



.content {
    padding: 54px 0px 0 100px;
    color: #fff; 
    max-width: 880px; 
}

.content h1 {
    font-size: 54px;
    line-height: 85px;
    padding-top: 164px;
    text-transform: capitalize;
    word-spacing: 8px;
    letter-spacing: 5px;
}
.container {
    padding: 0 100px;
    max-width: 100%;
    margin: 0 auto;
}
.w100 {
    width: 100%;
}
.numbering h6 {
    color: #0da200;
    font-size: 30px;
    font-weight: 400;
}
.numbering p {
    font-family: sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 38px;
    margin-top: 25px;
}
.numbering {
    text-align: center;
}
.last-section {
    background-image: url(images/4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
    height: 1536px;
    position: relative;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    overflow: hidden;
}

.last-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 440px; 
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
    clip-path: ellipse(50% 25% at 50% 100%);
    z-index: 1;
}

.box-content {
    font-size: 80px;
    color: #fff;
    text-align: center;
}
.log-in {
    padding: 10px 25px;
    border-radius: 50px;
    border: none;
    font-size: 28px;
    color: #fff;
}
.right-side {
    display: flex;
    gap: 20px;
}
.bg-btn {
    background-image: linear-gradient(90deg, #ffa800 0%, #ff6b00 100%);
}
.bg-transparent {
    background: transparent;
    border: 1px solid #fff;
}
.space40 {
    margin-top: 40px;
}
.explore {
    background-image: linear-gradient(90deg, #0066ff 0%, #00c2ff 100%);
}
.footer-end img {
    max-width: 162px;
    text-align: center;
    width: 100%;
}
.footer-end {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20pxz;
}
.maxspace img {
    max-width: 177px;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-decoration: none;
}
.whatsapp-float:hover {
    background-color: #20ba5a;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}
@media (max-width:1200px) {
    .numbering h6 {
        font-size: 25px;
    }
    .container {
        padding: 0 70px;
    }
    .header {
        padding: 20px 70px 0;
    }
    .content {
        padding: 54px 0px 0 70px;
    }
    .hero {
        background-position: center;
    }
}
@media (max-width:991px) {
    .numbering-column {
        flex-direction: column;
    }
    .numbering {
        padding-top: 50px;
    }
    .container {
        padding: 0 40px;
    }
    .header {
        padding: 20px 40px 0;
    }
    .log-in {
        padding: 10px 12px;
        font-size: 20px;
    }
    .box-content {
        font-size: 54px;
    }
    .content {
        padding: 54px 0px 0 40px;
    }
}
@media (max-width: 575px) {
    .container {
        padding: 0 20px;
    }
    .header {
        padding: 20px 20px 0;
    }
    .content {
        padding: 54px 0px 0 20px;
    }
    .hero, .last-section {
        height: 776px;
    }
    .content{
        text-align: center;
    }
    .content h1 {
        font-size: 30px;
        line-height: 60px;
    }
}
@media (max-width: 480px) {
    .left-side img {
        max-width: 120px;
    }
    .log-in {
        font-size: 14px;
    }
    .numbering p {
        font-size: 11px;
        font-weight: 400;
        line-height: 21px;
    }
    .numbering h6 {
        font-size: 16px;
    }
    .box-content {
        font-size: 24px;
    }
    .hero, .last-section {
        height: 571px;
    }
    .right-side {
        gap: 10px;
    }
    .log-in {
        font-size: 11px;
        padding: 10px;
    }
    .content {
        padding: 54px 0px 0 10px;
    }
    .container {
        padding: 0 10px;
    }
    .space40 {
        margin-top: 14px;
    }
    .font18 {
        font-size: 18px;
    }
    .footer-end img {
        max-width: 126px;
    }
}