body {
    font-family: 'Poppins', sans-serif;
    min-height: 100vh;
    margin: 0;
}

ul {
    list-style-type: none;
}

h1 {
    font-size: 80px;
    line-height: 95px;
    font-weight: bold;
    padding-bottom: 2.5rem;
}

h1 span {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    transform: translateY(-40px);
}

h4 {
    font-size: 34px;
    line-height: 50px;
    font-weight: normal;
}

a {
    border-radius: 26px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    background: transparent;
    border: 0;
    max-width: 1760px;
    width: 100%;
    margin: auto;
}

.main-logo {
    padding: 10px 20px;
    padding-top: 0;
    background: #000;
    border-radius: 0 0 26px 26px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 1760px;
    width: 100%;
    margin: auto;
}

.landing-page {
    display: flex;
    min-height: calc(100vh - 280px);
}

.container {
    max-width: 1760px;
    width: 100%;
    margin: 0 auto;
}

.main-text {
    color: #fff;
    max-width: 950px;
    padding-top: 120px;
}

.main-text h4,
.main-text h1 {
    margin: 0;
}

.main-text a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    background-image: linear-gradient(to right, #FF7900 , #FFF400);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border: 0;
    padding: 13px 20px;
    box-shadow: none;
    border-radius: 40px;
    white-space: pre;
    min-width: 260px;
    max-height: 68px;
}

.main-text a span {
    z-index: 1;
}

.main-text a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -3px;
    border-radius: inherit;
    background-image: linear-gradient(to right, #FF7900 , #FFF400);
    transition: opacity 0.25s;
}

.main-text a:hover {
    background: #fff;
    color: #FF7900;
    border: 0;
}

.main-text a:last-child {
    margin-left: 30px;
    border: 3px solid #fff;
    background: transparent;
    min-height: 74px;
}

.main-text a:last-child:hover {
    color: #fff;
    background-image: linear-gradient(to right, #FF7900 , #FFF400);
}

.main-text a:last-child:before {
    opacity: 0;
}

.main-text a:last-child:hover:before {
    opacity: 1;
    z-index: 0;
}

.filter-ul {
    display: flex;
    margin-bottom: 50px;
    padding: 0;
}

.filter-ul li {
    padding: 0;
}

.filter-ul li:last-child {
    margin-left: 55px;
}

.filter-ul .btn {
    display: block;
    background: transparent;
    font-size: 16px;
    border: 0;
    box-shadow: none;
    color: #fff;
    font-weight: 600;
}

.filter-ul .btn:hover {
    color: #FF7900;
}

.btn-wrap {
    display: flex;
    padding-top: 50px;
}

.background-image {
    position: absolute;
    z-index: -1;
}

.background-image .bg-image {
    position: fixed;
    top: 0;
    height: 100vh;
}

@media (max-width: 1800px) {
    .footer,
    .header,
    .container {
        padding: 0 50px;
    }
}

@media (max-width: 1440px) {
    h1 {
        font-size: 52px;
        line-height: 60px;
        padding-bottom: 2rem;
    }
    
    h1 span {
        font-size: 14px;
        line-height: 16px;
        transform: translateY(-30px);
    }
    
    h4 {
        font-size: 26px;
        line-height: 40px;
    }

    .main-logo {
        max-width: 175px;
    }

    .main-text {
        padding-top: 70px;
    }

    .main-text h1 {
        max-width: 600px;
    }

    .filter-ul {
        margin-bottom: 40px;
    }

    .landing-page {
        min-height: calc(100vh - 267px);
    }

    .main-text a {
        font-size: 20px;
        padding: 10px 15px;
        min-width: 220px;
        max-height: 62px;
    }

    .main-text a:last-child {
        min-height: 68px;
    }

    .btn-wrap {
        padding-top: 40px;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 44px;
        line-height: 52px;
        padding-bottom: 1.5rem;
    }
    
    h1 span {
        font-size: 13px;
        line-height: 15px;
        transform: translateY(-25px);
    }
    
    h4 {
        font-size: 22px;
        line-height: 34px;
    }

    .main-text h1 {
        max-width: 525px;
    }

    .main-logo {
        max-width: 165px;
    }

    .landing-page {
        min-height: calc(100vh - 202px);
    }

    .filter-ul {
        margin-bottom: 30px;
    }

    .main-text a {
        font-size: 18px;
        min-width: 190px;
        max-height: 56px;
    }

    .main-text a:last-child {
        min-height: 62px;
    }

    .btn-wrap {
        padding-top: 40px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 38px;
        line-height: 46px;
        padding-bottom: 1rem;
    }
    
    h1 span {
        font-size: 12px;
        line-height: 14px;
        transform: translateY(-20px);
    }
    
    h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .main-text {
        max-width: 600px;
        padding-top: 90px;
    }

    .main-text h1 {
        max-width: 450px;
    }

    .main-text a {
        font-size: 18px;
        min-width: 170px;
        max-height: 52px;
    }

    .main-text a:last-child {
        min-height: 58px;
    }

    .btn-wrap {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .main-logo {
        max-width: 130px;
    }

    .filter-ul {
        margin-bottom: 20px;
    }

    .landing-page {
        min-height: calc(100vh - 157px);
    }

    .header a {
        font-size: 13px;
        padding: 10px 15px;
    }
}

@media (max-width: 575px) {
    .footer, 
    .header, 
    .container {
        padding: 0 20px;
    }

    h1 {
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 1rem;
    }
    
    h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .main-text h1 {
        max-width: 375px;
    }

    .main-text a {
        font-size: 16px;
        min-width: 140px;
        padding: 7px 12px;
        max-height: 44px;
    }

    .main-text a:last-child {
        min-height: 50px;
    }
}

@media (max-width: 425px) {
    .footer {
        justify-content: center;
    }

    .main-logo {
        max-width: 115px;
        padding: 0 10px;
    }
}