.gateway {
    padding: 70px 0;
    background: var(--black);
    color: var(--white);
    min-height: auto;
}

.gateway-banner h1 {
    font-weight: 800 !important;
    font-size: 80px;
    line-height: 109px;
}

.gateway-banner .banner-text {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
}

.gateway-banner p, .gateway p {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #CCCCCC;
}

.gateway .card {
    border-radius: 0;
    border-color: transparent;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
}

.gateway .text-container {
    min-height: auto !important;
    height: auto !important;
}

.gateway .list {
    margin-top: 66px;
    display: flex;
    padding: 0;
}

.gateway .list li {
    list-style: none;
    display: inline-block;
    min-height: 120px;
    text-align: center;
    width: auto;
    margin-right: 80px;
}

.gateway .list li img {
    height: 40px;
    margin-bottom: 1rem;
}

.gateway .list li p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    text-align: center;
}

.gateway .content {
    padding: 0 120px;
    text-decoration: none;
}

.gateway .content .btn {
    background: var(--black);
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.card-box .card .card-body {
    z-index: 9;
}

.bg-mirror {
    font-weight: bold;
    font-size: 100px;
    line-height: 136px;
    color: var(--white);
    opacity: 0.2;
    bottom: 30%;
}

.card-box .cabin h1 {
    font-size: 60px;
    line-height: 81.84px;
    font-weight: 700;
}

span.error {
    font-size: 12px;
    color: red;
    font-weight: 500;
}

.explorer .h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 80px;
}

.mb-md-100 {
    margin-bottom: 100px;
}

.explorer .middle {
    /* object-fit: cover;
    height: auto; */
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.explorer .middle-1 {
    background-image: url("../../uploads/images/explorer/explorer-middle-1.jpg");
}

.explorer .middle-2 {
    background-image: url("../../uploads/images/explorer/explorer-middle-2.jpg");
}

.explorer .middle-3 {
    background-image: url("../../uploads/images/explorer/explorer-middle-3.jpg");
}

.explorer .middle-4 {
    background-image: url("../../uploads/images/explorer/explorer-middle-4.jpg");
}

.explorer .middle-5 {
    background-image: url("../../uploads/images/explorer/explorer-middle-5.jpg");
}

.explorer .middle-6 {
    background-image: url("../../uploads/images/explorer/explorer-middle-6.jpg");
}

.nomad .middle-1 {
    background-image: url("../../uploads/images/nomad/nomad-middle-1.jpg");
}

.nomad .middle-2 {
    background-image: url("../../uploads/images/nomad/nomad-middle-2.jpg");
}

.nomad .middle-3 {
    background-image: url("../../uploads/images/nomad/nomad-middle-3.jpg");
}

.explorer .h3 {
    font-size: 30px;
    line-height: 40.92px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.explorer .pre-text {
    color: var(--orignial-blue);
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 1rem;
}

.explorer .pre-text small {
    color: var(--orignial-blue);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1rem;
}
.h3-bold {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
}
.list-count-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-count-1 li {
    flex-basis: 35%;
}

.explorer .explorer-list {
    padding: 0;
    column-count: 2;
    margin-top: 120px;
    padding: 0 50px;
}

.explorer .explorer-list li div {
    height: 120px;
}

.explorer .explorer-list li {
    list-style: none;
    display: inline-block;
    width: 75%;
    margin-bottom: 80px;
}

.explorer .explorer-list li img {
    height: 30px;
}

.explorer .content {
    height: 400px;
    border-bottom: 1px solid #333333;
}

.explorer-banner {
    background-image: url("../../uploads/images/explorer/explorer-banner.jpg");
}

.nomad-banner {
    background-image: url("../../uploads/images/nomad/nomad-banner.jpg");
}

.nomad .content {
    border-bottom: none;
    border-top: 1px solid #333333;
}

/* 

.subscribe {
    background-image: url("../../uploads/images/home/subscribe.jpg");
    background-repeat: no-repeat;
    background-position: center;
    min-height: 1200px;
    background-size: cover;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 180px;
    color: white;
    text-align: center;
} */

.subscribe .subscribe-header {
    font-size: 40px;
    line-height: 90%;
    font-weight: bold;
    text-align: center;
    /* E Pure White */
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.subscribe .subscribe-text {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

#subscribe input, #subscribe_mobile input {
    height: 50px;
    /* background: transparent; */
    background: #8080804a;
    color: white;
    border-radius: 0;
    border: 1px solid var(--grey1);
    padding: 0.375rem 0.75rem;
}

#subscribe button, #subscribe_mobile button {
    width: 160px;
    height: 50px;
    border-color: white;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2.30769px;
    color: #25282D;
    font-weight: bold;
}

#subscribe input:focus, #subscribe input:active, #subscribe input:hover, #subscribe_mobile input:focus, #subscribe_mobile input:active, #subscribe_mobile input:hover {
    box-shadow: none;
    outline: none;
    border-color: white;
}

.subscribe .desktop-box #subscribe, .subscribe .desktop-box #subscribe_mobile {
    width: 40%;
    margin: auto;
}