.content.absolute,
.hero-container .group {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.header,
.main {
    max-width: 192rem;
}

.flex,
.logo,
.navbar-inner,
.video-popup-active .video-popup {
    display: flex;
}

.close,
.hamburger {
    cursor: pointer;
    border: 0;
}

.form-footer button,
.form-wrapper.theme-sky .form-footer button:hover {
    background: var(--lime);
}

:root {
    --blue: #083143;
    --yellow: #e0ed2c;
    --sky: #00b5f3;
    --gray: #f1f1f1;
    --white: #ffffff;
    --dark-blue: #00384c;
    --slate: #939393;
    --lime: #09fa34;
    --black: #000000;
}

html {
    font-size: 62.5%;
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.contain,
.container,
body {
    margin: 0 auto;
    max-width: 192rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Machine Bold";
    line-height: 1;
    color: var(--blue);
}

.sign-up-for-prizes .list-blue,
.summer h4,
body {
    font-family: ClashGrotesk-Regular;
}

ul {
    list-style: none;
}

body {
    font-size: 2.8rem;
    line-height: 1.3;
    min-height: 100vh;
    background: var(--gray);
    padding-top: 13.8rem;
    color: var(--blue);
    width: 100%;
}

.container {
    width: 85%;
}

.contain,
.header,
.w-full {
    width: 100%;
}

.mb-0,
.video blockquote {
    margin: 0 !important;
}

::selection {
    background: var(--sky);
    color: var(--white);
}

.section {
    padding-block: 8rem;
}

.section.gallery.compaign-merch.pb-0 {
    padding-block: 0;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.section-heading,
.section-intro,
.stories-wrapper .story .video {
    margin-bottom: 2rem;
}

.section-intro {
    background-size: 15rem;
    background-repeat: no-repeat;
    padding: 2rem 0 2rem 20rem;
}

.announcements .board h2,
.section-heading {
    font-size: 6rem;
}

.section-heading.light {
    color: var(--gray);
}

.section-heading.dark {
    color: var(--blue);
}

.wrap {
    flex-wrap: wrap;
}

.row-reverse {
    flex-direction: row-reverse;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: flex-start;
}

@font-face {
    font-family: "Machine Bold";
    src: url("../../assets/fonts/Mashine-Bold.otf");
    font-display: swap;
}

@font-face {
    font-family: ClashGrotesk-Regular;
    src: url("../../assets/fonts/ClashGrotesk-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: ClashGrotesk-Extralight;
    src: url("../../assets/fonts/ClashGrotesk-Extralight.ttf");
    font-display: swap;
}

@font-face {
    font-family: ClashGrotesk-Light;
    src: url("../../assets/fonts/ClashGrotesk-Light.ttf");
    font-display: swap;
}

@font-face {
    font-family: ClashGrotesk-Medium;
    src: url("../../assets/fonts/ClashGrotesk-Medium.ttf");
    font-display: swap;
}

@font-face {
    font-family: ClashGrotesk-Semibold;
    src: url("../../assets/fonts/ClashGrotesk-Semibold.ttf");
    font-display: swap;
}

@font-face {
    font-family: ClashGrotesk-Bold;
    src: url("../../assets/fonts/ClashGrotesk-Bold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Bw Gradual DEMO, Regular";
    src: url("../../assets/fonts/BwGradual-Medium.otf");
    font-display: swap;
}

.header {
    position: fixed;
    top: 0;
    z-index: 999;
    background: url(../../assets/images/header-pattern.svg), var(--gray);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.logo a {
    line-height: 0;
}

body.menu-active,
body.video-popup-active {
    overflow: hidden;
}

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

.navbar-inner {
    position: relative;
    align-items: stretch;
    justify-content: space-between;
}

.logo {
    justify-content: center;
    align-items: center;
    padding: 0 4rem;
}

.logo img {
    height: 7rem;
}

.hamburger {
    position: relative;
    height: 13.8rem;
    width: 13.8rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    background: 0 0;
    padding: 4rem;
}

.hamburger .bar {
    display: block;
    width: 100%;
    height: 100%;
    background: 0 0;
}

.navigations {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    background: 0 0;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-duration: 1s;
}

.menu-active .navigations {
    right: 0;
}

.navigations .navigations-container {
    position: relative;
    height: 100vh;
    width: 55%;
    overflow-y: auto;
    margin-right: 0;
    margin-left: auto;
    background: var(--blue);
}

.navigation-header {
    position: sticky;
    top: 0;
    background: var(--blue);
    z-index: 1;
}

.main {
    margin: 0 auto;
}

.pattern {
    top: 0;
    left: 864px;
    width: 413px;
    height: 138px;
    background: url("../../assets/images/headerslide.svg") 0 0 / auto 100%
        no-repeat padding-box;
    opacity: 1;
}

.navigations .navigations-container .group {
    height: 100%;
    display: flex;
    gap: 16rem;
    flex-direction: column;
    justify-content: space-between;
    padding: 10rem;
}

.navigations .navigations-container ul.current li:not(:last-child) {
    margin-bottom: 4.5rem;
}

.navigations .navigations-container h3 {
    color: var(--gray);
    font-size: 4rem;
}

.navigations .navigations-container ul li .coming-soon {
    display: block;
}

.navigations .navigations-container ul li .coming-soon,
.navigations .navigations-container ul li a {
    position: relative;
    color: var(--gray);
    text-decoration: none;
    font-size: 4rem;
    font-family: "Machine Bold";
    padding-left: 4rem;
}

.navigations .navigations-container ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3.2rem;
    width: 3.2rem;
    background: var(--yellow);
}

.navigations .navigations-container ul.past li {
    margin-top: 1.5rem;
}

.form-wrapper.theme-sky .form-footer button,
.navigations .navigations-container ul.past li a::before {
    background: var(--sky);
}

.close {
    padding: 2rem;
    background: url(../../assets/images/cross.svg) 0 0 / cover no-repeat;
    width: 42px;
    height: 42px;
    margin-right: 32px;
}

.close img {
    height: 100%;
    width: 75%;
    object-fit: contain;
    filter: invert(1);
}

.hero {
    position: relative;
    background: #f1f1f1;
}

.hero-container img {
    opacity: 0;
    visibility: hidden;
}

.hero-bg {
    display: block;
    margin-top: 0;
}

.half-circle {
    position: absolute;
    top: 45%;
    right: 0;
    transform: translateY(-50%);
    max-width: 25.8rem;
    z-index: 1;
}

.content.absolute {
    position: absolute;
    top: 32px;
    height: 100%;
}

.mobile-under-header-pattern {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.about-container,
.hero-container {
    position: relative;
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
}

.hero-container .glass {
    opacity: 1;
    visibility: visible;
}

.hero-container .group {
    position: absolute;
    top: 0;
    padding-inline: 20rem;
}

.hero-container .icon.bottom-left {
    position: relative;
    max-width: 103.4rem;
    margin-top: 8rem;
    z-index: 1;
}

.hero-container .image {
    text-align: center;
    margin-bottom: 6rem;
}

.banner-ship .ship {
    opacity: unset;
    visibility: unset;
    height: auto;
    max-width: 236px;
    width: 100%;
    position: absolute;
    right: 16%;
    bottom: 80%;
}

.card .card-header img,
.video blockquote,
.video iframe,
.video-swiper .video video,
.video-wrapper .video,
.video-wrapper .video video {
    height: 100%;
    width: 100%;
}

.hero-container h1 {
    font-size: 12rem;
}

.hero-container .section-paragraph {
    max-width: 75%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 10px;
}

.hero-container .section-paragraph p {
    max-width: 93.8rem;
    font-size: 3.5rem;
}

.hero-container .section-paragraph p span {
    font-weight: 700;
}

.icon-box {
    gap: 4rem;
}

.about-container {
    margin-top: -80rem;
    background: #e0ed2c;
}

.about-container .scattered-pattern {
    position: relative;
    width: 100%;
    vertical-align: middle;
    pointer-events: none;
    z-index: 2;
    bottom: -2px;
}

.card .card-header {
    aspect-ratio: 4/2;
    margin-bottom: 3.8rem;
}

.card .card-header img {
    vertical-align: middle;
}

.section-intro.variant-sky {
    background-image: url("../../assets/images/section_pattern_sky.svg");
}

.section-intro.variant-lime {
    background-image: url("../../assets/images/section_pattern_lime.svg");
}

.section-intro.variant-yellow {
    background-image: url("../../assets/images/section_pattern_yellow.svg");
}

.section-intro.variant-pink {
    background-image: url("../../assets/images/section_pattern_pink.svg");
}

.why-maritime .section-paragraph {
    max-width: 100rem;
}

.video-swiper {
    max-width: 192rem;
    width: 100%;
    margin: 4rem auto 1rem;
}

.video blockquote {
    padding: 0 !important;
}

.video iframe {
    border: none;
}

.advertisements,
.stories .container {
    position: relative;
}

.advertisements .bg-img {
    display: block;
    max-width: 96rem;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}

.advertisements .img {
    position: absolute;
    pointer-events: none;
}

.advertisements .img.t-shirt {
    max-width: 448px;
    width: 100%;
    bottom: 12rem;
    left: 7%;
}

.advertisements .img.bag {
    max-width: 334px;
    width: 100%;
    left: 46%;
    bottom: 17rem;
    transform: translate(-50%, 0);
}

.advertisements .img.cap {
    max-width: 396px;
    width: 100%;
    right: 17%;
    top: 15%;
}

.prizes-swiper {
    background: url(../../assets/images/stairs-2.webp) bottom right/50%
        no-repeat;
}

.prize {
    min-height: 35rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prize img {
    height: 24rem;
    width: 24rem;
    object-fit: contain;
}

.summer {
    min-height: 24.5rem;
    background: var(--sky);
    background-image: url("../../assets/images/summer-2025.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 2.7rem;
}

.yellow.summer {
    min-height: 24.5rem;
    background: var(--sky);
    background-image: url("../../assets/images/yellow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 2.7rem;
}

.dark-blue.summer {
    position: relative;
    background-image: url("../../assets/images/next-collection.webp");
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 180px 0;
    min-height: 520px;
    background-position: right center;
    background-color: #083143;
}

.inner-container {
    position: absolute;
    left: 0;
    background-image: url(../../assets/images/inner-next-collection.svg);
    background-size: cover;
}

.inner-container h2 {
    padding: 46px 146px;
    font-size: 60px;
    color: #083143 !important;
}

.inner-container h2 span {
    color: #f1f1f1;
}

.summer h4 {
    font-size: 6rem;
    font-weight: 400;
}

.summer h4 span {
    font-weight: 600;
}

.summer h4 strong {
    font-family: ClashGrotesk-Semibold;
}

.dark-blue.summer h2 {
    color: #fff;
}

.bg-sky {
    background: var(--sky);
    padding-block: 7rem;
}

.bg-sky .section-paragraph,
.panel-left .contents p {
    max-width: 50rem;
}

.panel {
    width: 50%;
}

.panel-left .contents {
    width: 90%;
}

.panel-left .contents h3 {
    font-size: 4.2rem;
    margin-bottom: 1.6rem;
}

.form-wrapper * {
    font-family: "Bw Gradual DEMO, Regular";
}

.form-wrapper .field {
    position: relative;
    margin-bottom: 4rem;
}

.form-wrapper .half {
    max-width: 25rem;
    width: 100%;
}

.form-wrapper :where(input[type="text"], input[type="email"]),
.form-wrapper .required {
    width: 100%;
    background: 0 0;
    border: 0;
    border-bottom: 0.2rem solid var(--blue);
    color: var(--blue);
    font-size: 2.2rem;
    padding: 1rem 0;
    transition: border 0.5s;
}

.form-wrapper .required {
    border: 0;
    margin-bottom: 1rem;
}

.form-wrapper .field.education select {
    width: 100%;
    background: 0 0;
    border: 0;
    border-bottom: 0.2rem solid var(--blue);
    color: var(--blue);
    font-size: 2.2rem;
    padding: 1rem 0;
    transition: border 0.5s;
}

.form-wrapper .field label[for="cv"],
.form-wrapper .field select {
    min-height: 5rem;
    padding: 0 1rem;
    font-size: 1.8rem;
    color: #333;
    background-color: #fff;
    cursor: pointer;
}

.form-wrapper input:focus {
    outline: 0;
    border-bottom: 0.2rem solid var(--gray);
}

.form-wrapper .field select {
    display: block;
    width: 100%;
    border-radius: 0.9rem;
    border: 0.2rem solid var(--blue);
}

.form-wrapper .field select:focus {
    outline: 0;
}

.form-wrapper .field label[for="cv"] {
    background: var(--gray);
    border: 0.2rem solid var(--blue);
    border-radius: 0.9rem;
}

.form-wrapper label {
    font-size: 2.2rem;
    margin-bottom: 0.7rem;
    display: inline-block;
}

.form-wrapper textarea {
    min-height: 9rem;
    width: 100%;
    border-radius: 0.9rem;
    border: 0.2rem solid var(--blue);
    font-size: 1.8rem;
    resize: vertical;
    padding: 1.3rem 2rem;
    color: #333;
    background-color: #fff;
}

::placeholder {
    color: var(--blue);
}

.form-wrapper textarea:focus {
    outline: 0;
    border: 0.2rem solid var(--gray);
}

.form-wrapper textarea::placeholder {
    color: #939393;
}

/* .form-wrapper .required {
    font-size: 1.6rem;
    position: absolute;
    right: 0;
} */

.form-footer label {
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 0;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding-left: 28px;
}

.advertisements .bg-img.mobile,
.form-footer input[type="checkbox"],
.form-wrapper .field input[type="file"],
.half-circle.mobile,
.mmobile-hero,
.panel-left .contents h3 .mobile,
.sign-up-for-prizes.mobile {
    display: none;
}

/* .form-footer .form-group input {
    width: 100%;
    display: unset !important;
} */

.form-footer label::before {
    content: "";
    position: absolute;
    height: 1.8rem;
    width: 1.8rem;
    left: 0;
    text-align: center;
    line-height: 1.6rem;
    border: 0.1rem solid var(--blue);
}

.form-footer input[type="checkbox"]:checked + label::before {
    content: "âœ“";
    font-size: 2rem;
}

.form-footer label a {
    color: var(--blue);
    text-decoration: underline;
}

.form-footer button {
    max-width: 499px;
    width: 100%;
    border: 0;
    outline: 0;
    border-radius: 0.8rem;
    padding: 1rem;
    font-family: "Machine Bold";
    font-size: 2rem;
    color: var(--blue);
    line-height: 2;
    cursor: pointer;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 0.5s;
}

.bg-yellow,
.form-footer button:hover {
    background: var(--yellow);
}

.compaign-merch .section-paragraph {
    max-width: 91.5rem;
}

.masonry-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.masonry-layout .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ninebysixteen {
    height: 100%;
}

.subgrid .item {
    min-height: 15rem;
    width: 55%;
}

.subgrid .flex .item:first-child {
    width: 45%;
    aspect-ratio: 1/1;
}

.subgrid .flex .item:nth-child(2) {
    width: 55%;
}

.gallary-container {
    max-width: 1000px;
    margin: auto;
}

.gallary-container .masonry-layout {
    display: grid;
    grid-template-columns: repeat(15, 1fr);
    grid-auto-rows: 175px;
}

/*.gallary-container .masonry-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
    grid-auto-rows: 215px
}*/

.gallary-container .item {
    position: relative;
    overflow: hidden;
}

.gallary-container .item img,
.gallary-container .item video,
.grid-item img,
.grid-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallary-container .ninebysixteen,
.grid-item.video {
    grid-column: span 10;
    grid-row: span 2;
}

/*.gallary-container .ninebysixteen,
.grid-item.video {
    grid-column: span 2;
    grid-row: span 2
}*/

@media (max-width: 768px) {
    .gallary-container .masonry-layout {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 170px;
    }

    .gallary-container .ninebysixteen {
        grid-column: span 3;
        grid-row: span 1;
    }
}

.vip-pass {
    position: relative;
    background: var(--blue);
}

.maritimeONE.vip-pass {
    position: static;
}

.announcements,
.stories-overlay,
.vip-pass .internal-layer {
    position: absolute;
    height: 100%;
    display: flex;
}

.section.sign-up-for-prizes,
.sign-up-for-prizes {
    background: #083143;
}

.vip-pass .internal-layer {
    top: 0;
    left: 0;
    width: 100%;
    align-items: center;
    background: url(../../assets/images/pavanchakki.webp) 60% 81.6%/ 8rem no-repeat,
        url(../../assets/images/new-drone.svg) 50% 8% / 14rem no-repeat,
        url(../../assets/images/small-cap.svg) 40% 80% / 12rem no-repeat,
        url(../../assets/images/updated-ship.webp) 8% 89% / 24rem no-repeat,
        url(../../assets/images/fish-1.svg) 86% 26% / 10rem no-repeat;
}

.overlay.vip-pass .internal-layer {
    background: url(../../assets/images/pavanchakki.webp) 60% 78.1%/ 8rem no-repeat,
        url(../../assets/images/new-drone.svg) 50% 8% / 14rem no-repeat,
        url(../../assets/images/small-cap.svg) 40% 80% / 12rem no-repeat,
        url(../../assets/images/updated-ship.webp) 8% 89% / 24rem no-repeat,
        url(../../assets/images/fish-1.svg) 86% 14% / 11rem no-repeat;
}

.bg-dark .vip-pass .internal-layer {
    background: url("../../assets/images/fish-1.svg") 82% 32%/10rem no-repeat;
}

.vip-pass .internal-layer .contents h2 {
    font-size: 12rem;
    color: var(--gray);
    margin-left: 42px;
}

.vip-pass .internal-layer .contents p {
    font-size: 4rem;
    color: var(--gray);
}

.announcements {
    top: 0;
    left: 0;
    width: 100%;
    background: #000000a6;
    z-index: 1;
    align-items: center;
}

.announcements .board {
    min-height: 27rem;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../../assets/images/patter-pink.webp) 0 0/100% 100%
        no-repeat;
}

.announcements .board .text-dark {
    color: var(--blue);
}

.announcements .board .text-light {
    color: var(--white);
}

.form-wrapper.theme-sky :where(input[type="text"], input[type="email"]) {
    border-bottom: 0.2rem solid var(--sky);
}

.form-wrapper.theme-sky .field select,
.form-wrapper.theme-sky textarea {
    border: 0.2rem solid var(--sky);
}

.form-wrapper.theme-sky .field label[for="cv"] {
    display: flex;
    border: 0.2rem solid var(--sky);
}

.filename {
    font-size: 1.9rem;
    /* font-style: italic; */
    text-align: right;
}

.form-wrapper.theme-sky .form-footer label::before {
    border: 0.1rem solid var(--sky);
    color: var(--sky);
}

.stories .section-paragraph {
    max-width: 90rem;
}

.stories-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
}

.stories-overlay,
.video-popup {
    width: 100%;
    justify-content: center;
    top: 0;
    left: 0;
}

.stories-wrapper .story {
    width: calc(50% - 3rem);
}

.stories-wrapper .story video {
    width: 100%;
    border-radius: 4rem;
}

.close-popup,
.scroll-to-top {
    border: 0;
    cursor: pointer;
    right: 0;
}

.stories-wrapper .story .episode {
    font-size: 2.4rem;
    margin-bottom: 0.7rem;
}

.stories-wrapper .story h3 {
    font-size: 5rem;
}

.stories-wrapper .story .excerpt {
    font-size: 3rem;
}

.stories-overlay {
    background: #f1f1f1c5;
    z-index: 1;
    align-items: center;
}

.stories-overlay h2 {
    opacity: 1;
}

.scroll-to-top {
    position: fixed;
    bottom: -14rem;
    outline: 0;
    z-index: 10;
    transition: 0.3s ease-in-out;
    background-color: transparent;
}

.scroll-to-top.active {
    bottom: 3.2rem;
}

.video-popup {
    position: fixed;
    height: 100vh;
    display: none;
    align-items: center;
    background: rgba(53, 92, 109, 0.6);
    z-index: 999;
}

.video-wrapper {
    position: relative;
    height: 90vh;
    margin: 0 auto;
    padding-top: 4rem;
}

.close-popup {
    position: absolute;
    top: 0;
    background: 0 0;
    height: 3rem;
    width: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(45deg);
    font-size: 4.2rem;
    color: var(--sky);
}

.footer {
    min-height: 3.2rem;
    width: 100%;
}

.summer-collection {
    max-width: 1920px;
    width: 100%;
}

.summer-collection img {
    background-color: #e0ed2c;
    width: 100%;
    background-size: cover;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
    top: var(--swiper-navigation-top-offset, 40%);
}

ul.pattern {
    height: 80px;
}

.swiper-button-next:after,
.swiper-button-prev::before {
    background-image: url("../../assets/images/right-arrow.svg");
    background-repeat: no-repeat;
    color: transparent;
    position: absolute;
    width: 19px;
    height: 19px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    background-image: url("../../assets/images/left-arrow.svg");
    background-repeat: no-repeat;
    color: transparent;
    position: absolute;
    width: 19px;
    height: 19px;
}

.sign-up-for-prizes .swiper-button-next:after,
.swiper-button-prev::before {
    background-image: url("../../assets/images/white-left.svg");
    color: transparent;
    background-size: cover;
    position: absolute;
    width: 19px;
    height: 19px;
}

.sign-up-for-prizes .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    background-image: url("../../assets/images/white-right.svg");
    color: transparent;
    background-size: cover;
    position: absolute;
    width: 19px;
    height: 19px;
}

.about-container .container {
    width: 100%;
    margin-left: -7rem;
}

.section-intro.pink-maritime {
    padding-bottom: 0;
}

.pink-maritime {
    background-image: url("../../assets/images/why-marative.svg");
    background-repeat: no-repeat;
}

.swiper {
    padding: 0 30px 27px !important;
}

.swiper-pagination {
    bottom: 0 !important;
    z-index: 999;
}

.swiper-pagination-bullet {
    border: 1px solid #02b5f3;
    background: 0 0;
    opacity: 1;
    width: 16px;
    height: 16px;
    margin: 0 20px !important;
}

.swiper-pagination-bullet-active {
    background: #02b5f3;
}

.pnik-pattern-container {
    position: absolute;
    max-width: 931px;
    width: 100%;
    background-image: url("../../assets/images/patter-pink.svg");
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 28%;
    transform: translateY(20px);
    z-index: 99;
}

.pnik-pattern-container h2 {
    color: #fff;
    font-size: 60px;
    padding: 48px 0;
    margin-left: 124px;
}

.pnik-pattern-container h2 .vip-content {
    color: #083143;
}

.section.maritimeONE.vip-pass .advertisements:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: -8rem;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.find-maritime-today {
    color: #fff;
    font-size: 30px;
}

.job-portal {
    display: block;
    margin-left: 40px;
    color: #e0ed2c;
    text-decoration: underline #e0ed2c;
}

.sign-up-for-prizes .list-blue {
    font-size: 6rem;
    font-weight: 400 !important;
    display: block;
    color: #02b5f3;
    margin-left: 1px;
}

.why-maritime .swiper-button-prev {
    display: block;
    left: 34%;
    bottom: -13px;
    top: auto;
    z-index: 999;
}

.why-maritime .swiper-button-next {
    display: block;
    right: 35%;
    bottom: -13px;
    top: auto;
    z-index: 999;
}

.swiper-button-next:after,
.swiper-button-prev::before,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    width: 32px;
    height: 32px;
    padding: 8px;
}

span.bar {
    width: 56px !important;
    height: 10px !important;
    background: #083143 !important;
}

.hamburger {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
}

.section-intro h2 {
    margin-left: -5px;
}

.contents.vip-maratine h2 {
    margin-left: 0 !important;
}

.video-swiper .video iframe body,
.video-swiper .video iframe body .css-g03djc {
    background: 0 0 !important;
}

.stay-tuned {
    text-align: center;
}

.stay-tuned h2 {
    margin-top: 40px;
}

.about-heading {
    margin-bottom: 38px;
}

.para-about {
    max-width: 50%;
}

.ml-0 {
    margin-left: 0;
}

.tiktok-embed [data-e2e="browse-card-video"],
.tiktok-embed [data-testid="card-component"],
.tiktok-embed a,
.tiktok-embed a[target="_blank"],
.tiktok-embed svg,
div[data-testid="card-component"] {
    display: none !important;
}

div#embed-video-container {
    background-color: #f1f1f1;
}

.bg-white {
    background: #fff;
}

.swiper-rtl .swiper-button-next:after,
.why-maritime .swiper-button-prev:after {
    background-image: url(../../assets/images/left-blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
}

.swiper-button-prev::before,
.why-maritime .swiper-button-next:after {
    background-image: url(../../assets/images/dark-blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
}

section#maritime-reel .video-swiper {
    padding-bottom: 60px !important;
}

.about-container .scattered-pattern,
.advertisements .bg-img {
    height: auto;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: 200px;
    gap: 15px;
    max-width: 1000px;
    margin: auto;
}

.grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.why-maritime .swiper-wrapper {
    /* gap: 20px */
}

.why-maritime .swiper-slide {
    /* max-width: 300px; */
    width: 100%;
}

.reels {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.form-footer {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}

.form-footer.space {
    padding-top: 20px;
}

.form-footer .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    position: relative;
}

.site-footer {
    background-color: #fff;
    padding: 1.5rem;
    text-align: center;
    color: #333;
    border-top: 1px solid #ddd;
}

.footer-content p {
    color: #333;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Popup container */
.popup-container {
    position: relative;
    max-width: 100%;
}

/* Trigger */
.popup-trigger {
    font-weight: 600;
    color: #083143;
    cursor: pointer;
    text-decoration: underline;
}

.popup-trigger:hover {
    text-decoration: none;
}

/* Overlay background */
.popup-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

/* Popup box */
.popup-box {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    max-width: 680px;
    width: 90%;
    /* max-height: 70vh; */
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    z-index: 20;
    box-sizing: border-box;
    font-size: 16px;
}

/* Close button */
.popup-close {
    padding: 10px 20px;
    font-size: 1rem;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.popup-close:hover {
    background-color: #555;
}

/* Text content */
.popup-text {
    margin-bottom: 1.5rem;
}

/* List styling */
.popup-list {
    margin-left: 1.5rem;
    padding-left: 1rem;
}

.popup-list > ol {
    list-style-type: decimal;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.popup-list ol ol {
    list-style-type: lower-alpha;
    margin-top: 0.5rem;
    margin-left: 1.5rem;
}

.popup-list li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.popup-list {
    margin-left: 1.5rem;
    padding-left: 1rem;
}

/* Top-level list: 1, 2, 3 */
.popup-list {
    list-style-type: decimal;
}

/* Nested list: a, b, c, d */
.popup-list > li > ol {
    list-style-type: lower-alpha;
    margin-top: 0.5rem;
    margin-left: 1.5rem;
}

/* Common spacing for all list items */
.popup-list li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.popup-list .order-list {
    margin-bottom: 18px;
}

.popup-description {
    font-size: 2.2rem;
    margin-bottom: 4rem;
}

.why-maritime .reels-description {
    padding-right: 0 !important;
    max-width: 50%;
}

.yellow .summer {
    /* background-color: #E0EC2D; */
}

@media only screen and (min-width: 1040px) {
    .mmobile-hero {
        display: none;
    }
}

@media only screen and (min-width: 1440px) {
    .hero-bg {
        margin-top: 138px;
    }
}

@media only screen and (max-width: 1680px) {
    .hero-bg {
        margin-top: 138px;
    }

    .content.absolute {
        top: 70px;
    }

    .pnik-pattern-container {
        max-width: 906px;
    }

    .inner-container h2 {
        padding: 42px 132px;
        font-size: 52px;
    }

    .banner-ship .ship {
        max-width: 224px;
        right: 10%;
        bottom: 60%;
    }

    /* 
    .para-about {
        max-width: 64%;
    } */
    .para-about {
        max-width: 72%;
    }

    .why-maritime .reels-description {
        max-width: 72%;
    }

    .hero-container h1 {
        font-size: 10rem;
    }

    .hero-container .group {
        top: 42px;
        padding-inline: 20rem;
    }

    .hero-container .group {
        top: -42px;
    }

    .advertisements .img.t-shirt {
        max-width: 396px;
    }

    .advertisements .img.bag {
        max-width: 296px;
    }

    .advertisements .bg-img {
        max-width: 86rem;
    }

    .advertisements .img.cap {
        max-width: 342px;
        right: 19%;
    }
    .terms_condition + .error {
        margin-left: 8px;
    }
}
@media(max-width: 1539px){
     body {
        font-size: 2.2rem;
        padding-top: 10rem;
    }
        .hero-container h1 {
        font-size: 9rem;
    }
    .hero-container .section-paragraph p {
        font-size: 2.5rem;
    }
  .hero-bg {
        margin-bottom: 200px;
    }
}

@media only screen and (max-width: 1440px) {
    body {
        font-size: 2.2rem;
        padding-top: 10rem;
    }
     .hero-bg {
            margin-bottom: 0px;
    }
    /* .hero-bg {
        margin-top: unset;
    } */

    .hamburger {
        height: 10rem;
        width: 10rem;
        padding: 2rem;
    }

    .navigations .navigations-container h3,
    .navigations .navigations-container ul li .coming-soon,
    .navigations .navigations-container ul li a {
        font-size: 2.6rem;
    }

    .pattern li {
        height: 10rem;
        min-width: 10rem;
    }

    .navigations .navigations-container .group {
        padding: 7rem;
        gap: 7rem;
    }

    .navigations .navigations-container ul.current li:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .section {
        padding-block: 7rem;
    }

    .section-heading,
    .summer h4 {
        font-size: 5rem;
    }

    .half-circle,
    .hero-container .image img {
        max-width: 20rem;
    }

    .hero-container .icon.bottom-left {
        max-width: 75.5rem;
    }

    .hero-container h1 {
        font-size: 9rem;
    }

    .hero-container .section-paragraph p {
        font-size: 2.5rem;
    }

    .about-container {
        margin-top: -52rem;
    }

    .card .card-header {
        margin-bottom: 3.5rem;
    }

    .advertisements .bg-img,
    .stories .section-paragraph {
        max-width: 76rem;
    }

    .advertisements .img.bag {
        left: 50%;
        bottom: 20rem;
        max-width: 24rem;
    }

    .advertisements .bg-img {
        max-width: 82rem;
    }

    .advertisements .img.t-shirt {
        max-width: 364px;
    }

    .advertisements .img.bag {
        max-width: 241px;
    }

    .advertisements .img.cap {
        max-width: 26rem;
        right: 21%;
        top: 16%;
    }

    .summer,
    .yellow.summer {
        min-height: 20rem;
    }

    .advertisements .img.t-shirt {
        max-width: 50rem;
        bottom: 10rem;
    }

    .vip-pass .internal-layer .contents h2 {
        font-size: 8rem;
    }

    .announcements .board {
        min-height: 20rem;
        justify-content: flex-start;
        padding-left: 6rem;
    }

    .announcements .board h2 {
        font-size: 4.2rem;
    }

    .panel-left .contents h3 {
        font-size: 3.2rem;
    }

    .panel-left .contents p {
        max-width: 33rem;
    }

    .bg-yellow .panel-left .contents p {
        max-width: 57rem;
    }

    .form-wrapper :where(input[type="text"], input[type="email"]),
    .form-wrapper label {
        font-size: 2rem;
    }

    .compaign-merch .section-paragraph {
        max-width: 60rem;
    }

    .stories-wrapper .story .episode {
        font-size: 2rem;
    }

    .stories-wrapper .story h3 {
        font-size: 4rem;
    }

    .stories-wrapper .story .excerpt {
        font-size: 2.4rem;
    }

    .pnik-pattern-container {
        max-width: 642px;
    }

    .pnik-pattern-container h2 {
        color: #fff;
        font-size: 41px;
        padding: 36px 0;
        margin-left: 64px;
    }

    .section.maritimeONE.vip-pass .advertisements:after {
        top: -7rem;
    }

    .inner-container h2 {
        font-size: 42px;
        padding: 40px 124px;
    }

    .banner-ship .ship {
        max-width: 196px;
        right: 4%;
        bottom: 64%;
    }

    .advertisements .img.t-shirt {
        max-width: 32rem;
    }

    .advertisements .img.bag {
        left: 48%;
        max-width: 20rem;
    }

    .para-about {
        max-width: 56%;
    }

    .popup-description {
        font-size: 2rem;
    }

    .why-maritime .reels-description {
        max-width: 56%;
    }

    .hero-container .group {
        top: -68px;
    }

    .vip-pass .internal-layer {
        background-position: 53% 81.6%, 54% 7%, 36% 80%, 8% 94%, 84% 26%;
        background-size: 7rem, 12rem, 10rem, 16rem, 10rem;
    }

    .overlay.vip-pass .internal-layer {
        background-position: 53.2% 78.6%, 54% 7%, 36% 80%, 8% 94%, 84% 26%;
        background-size: 6rem, 12rem, 10rem, 16rem, 10rem;
    }
}

@media only screen and (max-width: 1366px) {
    .stories-wrapper .story .episode,
    body {
        font-size: 1.8rem;
    }

    body {
        padding-top: 8rem;
    }

    .hamburger,
    .hero::after {
        height: 8rem;
        width: 8rem;
    }

    span.bar {
        width: 42px !important;
        height: 7px !important;
        background: #083143 !important;
    }

    .logo img {
        height: 6rem;
    }

    .navigations .navigations-container .group {
        padding: 5rem 4rem;
    }

    .navigations .navigations-container h3,
    .navigations .navigations-container ul li .coming-soon,
    .navigations .navigations-container ul li a {
        font-size: 2.4rem;
    }

    .navigations .navigations-container ul li a::before {
        height: 2.5rem;
        width: 2.5rem;
    }

    .about-container {
        margin-top: -51rem;
    }

    .section-intro {
        background-size: 10rem;
        padding: 1rem 0 1rem 14rem;
    }

    .bg-sky,
    .section {
        padding-block: 6rem;
    }

    .section-heading {
        font-size: 4.2rem;
        margin-bottom: 1rem;
    }

    .hero-container .icon.bottom-left {
        max-width: 71rem;
    }

    .half-circle {
        max-width: 16rem;
    }

    .hero-container h1 {
        font-size: 8rem;
    }

    .hero-container .section-paragraph p {
        font-size: 2rem;
        max-width: 54rem;
    }

    .icon-box {
        gap: 2rem;
    }

    .icon-box img {
        width: 4rem;
    }

    .card .card-header {
        margin-bottom: 2.5rem;
    }

    .advertisements .bg-img {
        max-width: 60rem;
    }

    .advertisements .img.t-shirt {
        max-width: 28rem;
    }

    .advertisements .img.bag {
        max-width: 20rem;
        left: 50%;
        bottom: 18rem;
    }

    .advertisements .img.cap,
    .panel-left .contents p {
        max-width: 24rem;
        top: 12%;
        right: 17.3%;
    }

    .summer,
    .yellow.summer {
        min-height: 16rem;
    }

    .sign-up-for-prizes .list-blue,
    .summer h4 {
        font-size: 4.2rem;
    }

    .panel-left .contents h3 {
        font-size: 2.8rem;
    }

    .bg-yellow .panel-left .contents p {
        max-width: 46rem;
    }

    .form-wrapper .field {
        margin-bottom: 3rem;
    }

    .form-footer button,
    .form-wrapper :where(input[type="text"], input[type="email"]),
    .form-wrapper label,
    .form-wrapper textarea {
        font-size: 1.6rem;
    }

    .form-wrapper textarea {
        padding: 1.2rem;
    }

    .form-footer {
        gap: 1rem;
    }
    .form-footer.space {
        padding-top: 18px;
    }

    .form-footer .form-group {
        /* width: 42% */
    }

    .form-footer button {
        /* max-width: 55% */
    }

    .vip-pass .internal-layer {
        background-position: 65.4% 79.8%, 49% 9%, 37% 80%, 8% 94%, 88% 26%;
        background-size: 7rem, 11rem, 10rem, 16rem, 8rem;
    }

    .overlay.vip-pass .internal-layer {
        background-position: 65.4% 74.8%, 49% 9%, 37% 89%, 8% 94%, 88% 12%;
        background-size: 7rem, 11rem, 10rem, 16rem, 8rem;
    }

    .vip-pass .internal-layer .contents h2 {
        font-size: 9rem;
    }

    .vip-pass .internal-layer .contents p {
        font-size: 2.6rem;
        max-width: 55rem;
    }

    .stories .section-paragraph {
        max-width: 56rem;
    }

    .stories-wrapper {
        gap: 4rem;
    }

    .stories-wrapper .story {
        width: calc(50% - 2rem);
    }

    .stories-wrapper .story h3 {
        font-size: 3.6rem;
    }

    .stories-wrapper .story .excerpt {
        font-size: 2rem;
    }

    .scroll-to-top {
        max-width: 6rem;
    }

    .scroll-to-top img {
        width: 100%;
    }

    ul.pattern {
        height: 80px;
    }

    .pnik-pattern-container {
        max-width: 696px;
    }

    .pnik-pattern-container h2 {
        font-size: 42px;
        padding: 40px 0;
        margin-left: 105px;
    }

    .section.maritimeONE.vip-pass .advertisements:after {
        top: -6rem;
    }

    .find-maritime-today {
        font-size: 24px;
    }

    .inner-container h2 {
        font-size: 36px;
        padding: 30px 92px;
    }

    .banner-ship .ship {
        max-width: 132px;
        right: 8%;
        bottom: 62%;
    }

    .popup-description {
        font-size: 1.6rem;
    }

    .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
    }

    .swiper-button-next:after,
    .swiper-button-prev::before,
    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        width: 24px !important;
        height: 24px !important;
    }

    .swiper-pagination-bullet {
        margin: 0 16px !important;
    }

    .why-maritime .swiper-button-prev {
        bottom: -18px;
    }

    .why-maritime .swiper-button-next {
        bottom: -18px;
    }

    .hero-bg {
        margin-top: 96px;
    }

    .hero-container .group {
        top: -56px;
    }
}

@media only screen and (max-width: 1300px) {
    .hero-container .icon.bottom-left {
        max-width: 66rem;
    }

    .content.absolute {
        top: -87px;
    }

    .hero-container .group {
        top: 154px;
    }

    .vip-pass .internal-layer {
        background-position: 63% 80.6%, 49% 9%, 37% 80%, 8% 94%, 86% 26%;
        background-size: 6rem, 11rem, 11rem, 15rem, 7rem;
    }

    .overlay.vip-pass .internal-layer {
        background-position: 63% 80.6%, 49% 9%, 37% 80%, 8% 94%, 86% 26%;
        background-size: 6rem, 11rem, 11rem, 15rem, 7rem;
    }
}

@media only screen and (max-width: 1200px) {
    body {
        font-size: 1.6rem;
    }

    .hero-container .icon.bottom-left {
        max-width: 58%;
        margin-top: 10rem;
    }

    .about-container {
        margin-top: -36rem;
    }

    .bg-sky,
    .section {
        padding-block: 5rem;
    }

    .vip-pass .internal-layer .contents h2 {
        font-size: 7.2rem;
    }

    .vip-pass .internal-layer .contents p {
        font-size: 2rem;
    }

    .summer h4 {
        font-size: 3.6rem;
    }

    .stories-wrapper .story h3 {
        font-size: 3.2rem;
    }

    .stories .section-paragraph {
        max-width: 60%;
    }

    .pnik-pattern-container {
        max-width: 572px;
    }

    .pnik-pattern-container h2 {
        font-size: 32px;
        padding: 52px 0;
        margin-left: 76px;
    }

    .section.maritimeONE.vip-pass .advertisements:after {
        top: -5rem;
    }

    .inner-container h2 {
        font-size: 36px;
        padding: 26px 86px;
    }

    .hero-container .group {
        top: 108px;
    }

    .hero-container h1 {
        font-size: 7rem;
    }

    .advertisements .img.t-shirt {
        max-width: 26rem;
    }

    .advertisements .img.bag {
        max-width: 16rem;
        left: 48%;
        bottom: 15rem;
    }

    .advertisements .img.cap,
    .panel-left .contents p {
        max-width: 22rem;
        right: 20%;
    }

    .vip-pass .internal-layer {
        background-position: 60% 80.7%, 49% 9%, 37% 80%, 8% 94%, 86% 26%;
        background-size: 6rem, 10rem, 10rem, 15rem, 8rem;
    }

    .overlay.vip-pass .internal-layer {
        background-position: 60.2% 76.7%, 49% 9%, 37% 82%, 8% 94%, 86.1% 12.8%;
        background-size: 6rem, 10rem, 10rem, 15rem, 8rem;
    }
}

@media only screen and (max-width: 1024px) {
    .navigations .navigations-container h3,
    .navigations .navigations-container ul li .coming-soon,
    .navigations .navigations-container ul li a {
        font-size: 2rem;
    }

    .hero-container .group {
        padding-inline: 10rem;
        top: 10rem;
    }

    .hero-container .image {
        margin-bottom: 3.2rem;
    }

    .hero-container h1 {
        font-size: 6rem;
    }

    .hero-container .section-paragraph p {
        font-size: 1.6rem;
    }

    .half-circle {
        max-width: 12rem;
    }

    .about-container {
        margin-top: -26rem;
        background: #e0ed2c;
    }

    .card .card-header {
        margin-bottom: 2rem;
    }

    .section-intro {
        background-size: 8rem;
        padding-left: 10rem;
    }

    .section-heading,
    .sign-up-for-prizes .list-blue {
        font-size: 3.6rem;
    }

    .advertisements .img.t-shirt {
        max-width: 24rem;
        bottom: 5rem;
        left: 3%;
    }

    .advertisements .img.bag {
        max-width: 16rem;
        left: 45%;
        bottom: 11rem;
    }

    .advertisements .img.cap,
    .panel-left .contents p {
        max-width: 22rem;
        top: 9%;
        right: 15%;
    }

    .advertisements .bg-img {
        max-width: 48rem;
    }

    .vip-pass .internal-layer .contents h2 {
        font-size: 6.2vw;
    }

    .announcements .board {
        padding-left: 4rem;
    }

    .announcements .board h2 {
        font-size: 3.4rem;
    }

    .stories-wrapper .story .excerpt {
        font-size: 1.8rem;
    }

    ul.pattern {
        height: 55px;
    }

    .navigations .navigations-container .group {
        gap: 6rem;
    }

    .mmobile-hero {
        display: none;
    }

    .pnik-pattern-container {
        top: 24%;
        max-width: 507px;
    }

    .pnik-pattern-container h2 {
        font-size: 24px;
        padding: 36px 0;
        margin-left: 76px;
    }

    .inner-container h2 {
        padding: 25px 76px;
        font-size: 32px;
    }

    .about-container .para-about {
        max-width: 60%;
    }

    .form-footer {
        flex-wrap: wrap;
        gap: 24px;
        justify-content: center;
    }
    .form-footer.space {
        padding-top: 16px;
    }

    .swiper-pagination-bullet {
        margin: 0 13px !important;
    }

    .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
    }

    .why-maritime .swiper-button-next {
        right: 33%;
        bottom: -2.3%;
    }

    .why-maritime .swiper-button-prev {
        left: 32%;
        bottom: -2.3%;
    }

    .vip-pass .internal-layer {
        background-position: 62% 80.8%, 54% 7%, 37% 80%, 8% 94%, 87% 26%;
        background-size: 5rem, 10rem, 8rem, 14rem, 7rem;
    }

    .overlay.vip-pass .internal-layer {
        background-position: 62.8% 75.8%, 54% 7%, 37% 83%, 8% 94%, 88% 10%;
        background-size: 5rem, 10rem, 8rem, 14rem, 7rem;
    }
}

@media only screen and (max-width: 991px) {
    .hamburger,
    .hero::after {
        height: 7rem;
        width: 7rem;
    }

    body {
        padding-top: 7rem;
    }

    .navigations .navigations-container ul li .coming-soon,
    .navigations .navigations-container ul li a {
        padding-left: 2.5rem;
    }

    .navigations .navigations-container ul.current li:not(:last-child) {
        margin-bottom: 2rem;
    }

    .navigations .navigations-container ul li a::before {
        height: 2rem;
        width: 2rem;
    }

    .hamburger {
        padding: 2.2rem;
        grid-gap: 0.5rem;
    }

    .pattern li {
        height: 7rem;
        min-width: 7rem;
    }

    .bg-sky,
    .section {
        padding-block: 4rem;
    }

    .advertisements .img.t-shirt {
        left: 5%;
        max-width: 20rem;
    }

    .advertisements .img.bag {
        max-width: 13rem;
        left: 46%;
        bottom: 9rem;
    }

    .advertisements .img.cap,
    .panel-left .contents p {
        max-width: 19rem;
        top: 11%;
        right: 17%;
    }

    .advertisements .bg-img {
        max-width: 50%;
    }

    .vip-pass .internal-layer {
        background-position: 60% 80.6%, 49% 9%, 37% 80%, 8% 94%, 86% 26%;
        background-size: 5rem, 9rem, 8rem, 13rem, 7rem;
    }

    .overlay.vip-pass .internal-layer {
        background-position: 60% 76.6%, 49% 9%, 37% 80%, 8% 94%, 87% 10%;
        background-size: 5rem, 9rem, 8rem, 13rem, 7rem;
    }

    .announcements .board h2 {
        font-size: 3rem;
    }

    .stories-wrapper .story h3 {
        font-size: 2.8rem;
    }

    .form-wrapper .half {
        max-width: 42%;
    }

    .form-footer button {
        /* max-width: unset */
    }

    .terms_condition {
        display: flex !important;
        align-items: center;
        justify-content: left;
        white-space: nowrap;
    }

    .hero-container .group {
        top: 92px;
    }

    .banner-ship .ship {
        max-width: 108px;
        right: 8%;
        bottom: 62%;
    }

    .pnik-pattern-container {
        max-width: 422px;
    }

    .pnik-pattern-container h2 {
        font-size: 20px;
        padding: 32px 0;
        margin-left: 64px;
    }

    .section.maritimeONE.vip-pass .advertisements:after {
        top: -4rem;
    }

    span.bar {
        width: 32px !important;
        height: 7px !important;
    }

    .inner-container h2 {
        padding: 22px 68px;
        font-size: 30px;
    }

    .about-container .container {
        margin-left: -4rem;
    }

    .about-container .para-about {
        max-width: 72%;
    }

    .experience-gallery .para-about {
        max-width: 72%;
    }

    .why-maritime .reels-description {
        max-width: 72%;
    }

    .swiper-pagination-bullet {
        margin: 0 11px !important;
    }

    .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
    }

    .why-maritime .swiper-button-next {
        right: 33%;
        bottom: -2.9%;
        z-index: 999;
    }

    .why-maritime .swiper-button-prev {
        left: 32%;
        bottom: -2.9%;
        display: block;
        z-index: 999;
    }
}

@media only screen and (max-width: 767px) {
    .hero,
    .summer {
        background: var(--gray);
    }

    body {
        padding-top: 4.8rem;
    }

    .stories-wrapper .story video {
        border-radius: 2rem;
    }

    .hamburger {
        height: auto;
        width: 4.8rem;
        padding: 1.2rem;
        grid-gap: 0.4rem;
    }

    .logo img {
        height: 4rem;
    }

    .pattern li {
        height: 5.3rem;
        min-width: 5.3rem;
    }

    .navigations .navigations-container,
    .panel-left .contents {
        width: 100%;
    }

    .navigations .navigations-container ul.current li:not(:last-child) {
        margin-bottom: 1.7rem;
    }

    .navigations .navigations-container h3,
    .navigations .navigations-container ul li .coming-soon,
    .navigations .navigations-container ul li a {
        font-size: 1.6rem;
    }

    .navigations .navigations-container ul li a::before {
        height: 1.2rem;
        width: 1.2rem;
    }

    .advertisements .bg-img.desktop,
    .half-circle.desktop,
    .hero-bg,
    .hero::after,
    .sign-up-for-prizes {
        display: none;
    }

    .advertisements .bg-img.mobile,
    .half-circle.mobile,
    .sign-up-for-prizes.mobile {
        display: block;
    }

    .hero-container .image {
        text-align: right;
        padding-right: 4rem;
        padding-top: 1rem;
    }

    .hero-container .icon.bottom-left {
        max-width: 25.6rem;
        margin-top: 6rem;
        width: auto;
        height: auto;
    }

    .hero-container h1 {
        font-size: 4rem;
    }

    .hero-container .section-paragraph p {
        margin-top: 10px;
        font-size: 1.4rem;
    }

    .content.absolute {
        position: static;
        transform: unset;
    }

    .about-container {
        margin-top: -6px;
        padding-top: 4.5rem;
    }

    .about-container::before {
        content: "";
        position: absolute;
        top: -6px;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .announcements .board h2,
    .section-heading,
    .sign-up-for-prizes .list-blue,
    .summer h4 {
        font-size: 2.6rem;
    }

    .vip-pass .internal-layer {
        background-position: 68% 80.6%, 58% 7%, 37% 80%, 8% 94%, 86% 26%;
        background-size: 5rem, 8rem, 7rem, 11rem, 7rem;
    }

    .overlay.vip-pass .internal-layer {
        background-position: 68% 76.6%, 57% 7%, 37% 80%, 8% 94%, 86% 26%;
        background-size: 5rem, 8rem, 7rem, 11rem, 7rem;
    }

    .vip-pass .internal-layer .contents {
        max-width: 70%;
    }

    .announcements .board {
        width: 75%;
    }

    .advertisements .img.t-shirt {
        max-width: 28rem;
    }

    .advertisements .img.bag {
        max-width: 22rem;
        bottom: 0;
        left: 56%;
    }

    .advertisements .img.cap {
        top: 15%;
        max-width: 24rem;
    }

    .summer,
    .yellow.summer {
        background-image: none;
        min-height: 9rem;
        justify-content: flex-start;
        background-color: #e0ec2d;
    }

    .dark-blue.summer {
        min-height: unset;
    }

    .panel-left .contents p,
    .stories .section-paragraph {
        max-width: unset;
    }

    .form-wrapper :where(input[type="text"], input[type="email"]),
    .form-wrapper label,
    .form-wrapper textarea {
        font-size: 1.6rem;
    }

    .form-wrapper .field {
        margin-bottom: 2rem;
    }

    .form-wrapper .field label[for="cv"],
    .form-wrapper .field select {
        font-size: 1.4rem;
        border-radius: 1.6rem;
        min-height: 3.2rem;
    }

    .filename,
    .stories-wrapper .story .excerpt {
        font-size: 1.4rem;
    }

    .form-footer {
        justify-content: center;
    }
    .form-footer.space {
        padding-top: 12px;
    }

    .form-footer button {
        font-size: 1.2rem;
    }

    .form-wrapper .required {
        font-size: 1rem;
    }

    .hero-container img {
        opacity: 1;
        visibility: visible;
    }

    .hero-container .group {
        padding-inline: 10rem;
        top: 69px;
    }

    .pnik-pattern-container {
        max-width: 387px;
    }

    .pnik-pattern-container h2 {
        font-size: 20px;
        padding: 26px 0;
        margin-left: 37px;
    }

    .form-footer > div label a {
        margin-left: 4px;
    }

    .find-maritime-today {
        font-size: 16px;
    }

    .navigations .navigations-container .group {
        padding: 3.6rem 2.6rem;
        justify-content: unset;
        gap: 36px;
    }

    span.bar {
        width: 24px !important;
        height: 5px !important;
    }

    .inner-container h2 {
        padding: 20px 64px;
        font-size: 26px;
    }

    .about-container .scattered-pattern {
        height: auto;
    }

    .logo {
        padding: 0;
    }

    .about-container .para-about {
        max-width: 72%;
    }

    .why-maritime .reels-description {
        max-width: 72%;
    }

    .stories .section-paragraph {
        max-width: 56rem;
    }

    .why-maritime .swiper-button-next {
        right: 32%;
        bottom: -1.6%;
    }

    .why-maritime .swiper-button-prev {
        left: 32%;
        bottom: -1.6%;
    }
}

@media only screen and (max-width: 720px) {
    .hero-container .section-paragraph {
        max-width: unset;
        margin-right: 0;
        margin-top: 20px;
    }

    #about-swiper.swiper {
        padding: 0 25px !important;
    }

    .why-maritime .section-paragraph {
        padding-right: 30px;
    }

    .icon-box img {
        width: 2.6rem;
    }

    .icon-box {
        gap: 1rem;
    }

    .hero-container .icon-box {
        padding-left: 5rem;
    }

    .half-circle {
        max-width: 7rem;
    }

    .about-container .card {
        width: 100%;
        padding: 1rem 0;
    }

    .what-is-vip-pass {
        gap: 2rem;
    }

    .panel,
    .stories-wrapper .story {
        width: 100%;
    }

    ul.pattern {
        height: 55px;
    }

    .logo img {
        padding-top: 5px;
    }

    .terms_condition {
        display: flex !important;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

    .pnik-pattern-container {
        max-width: 320px;
    }

    .pnik-pattern-container h2 {
        font-size: 17px;
        padding: 20px 0;
        margin-left: 32px;
    }

    .para-about {
        max-width: 75%;
    }

    .hero-container .icon.bottom-left {
        max-width: 25.6rem;
        margin-top: 18rem;
        width: auto;
        height: auto;
    }

    .hero-container .group {
        padding-inline: 10rem;
        top: 136px;
    }

    .banner-ship .ship {
        max-width: 156px;
        right: 8%;
        bottom: 109%;
    }

    .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }

    .swiper-button-next:after,
    .swiper-button-prev::before,
    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        width: 20px !important;
        height: 20px !important;
    }

    .why-maritime .swiper-button-next {
        right: 31%;
        bottom: -2.8%;
    }

    .why-maritime .swiper-button-prev {
        left: 30%;
        bottom: -2.8%;
    }

    .banner-ship .ship {
        max-width: 104px;
        width: 100%;
    }

    .vip-pass .internal-layer {
        background-position: 68% 81.6%, 54% 5%, 37% 80%, 8% 94%, 86% 26%;
        background-size: 4rem, 8rem, 6rem, 10rem, 6rem;
    }

    .overlay.vip-pass .internal-layer {
        background-position: 68% 78.6%, 53% 5%, 37% 80%, 8% 94%, 86% 26%;
        background-size: 4rem, 8rem, 6rem, 10rem, 6rem;
    }
}

@media only screen and (max-width: 576px) {
    .why-maritime .swiper-button-next {
        right: 25%;
        bottom: -2.5%;
    }

    .why-maritime .swiper-button-prev {
        left: 24%;
        bottom: -2.5%;
    }

    .vip-pass .internal-layer {
        background-position: 68% 80.6%, 62% 10%, 37% 80%, 8% 94%, 86% 26%;
        background-size: 4rem, 7rem, 6rem, 10rem, 6rem;
    }

    .overlay.vip-pass .internal-layer {
        background-position: 68% 76.6%, 62% 10%, 37% 80%, 8% 94%, 86% 26%;
        background-size: 4rem, 7rem, 6rem, 10rem, 6rem;
    }
}

@media only screen and (max-width: 520px) {
    .section-heading,
    .sign-up-for-prizes .list-blue {
        font-size: 2.4rem;
    }

    .hero-container .section-paragraph p,
    body {
        font-size: 1.4rem;
    }

    .hero-container h1 {
        font-size: 3.4rem;
    }

    .section-intro {
        background-size: 5rem;
        padding: 0.5rem 0 0.5rem 6rem;
    }

    .section-heading {
        margin-bottom: 0.5rem;
        width: 100%;
    }

    .merch-now {
        max-width: 320px;
    }

    .announcements .board h2,
    .panel-left .contents h3,
    .summer h4 {
        font-size: 2rem;
    }

    .desktop-hero,
    .panel-left .contents h3 .desktop {
        display: none;
    }

    .panel-left .contents h3 .mobile,
    .swiper-button-next,
    .swiper-button-prev {
        display: block;
    }

    .compaign-merch .section-paragraph {
        max-width: 27rem;
    }

    .video-swiper {
        margin-top: 3rem;
        padding-inline: 5.5rem;
    }

    .announcements .board {
        padding-left: 2rem;
        min-height: 12rem;
    }

    .stories-wrapper .story .video {
        margin-bottom: 0.8rem;
    }

    .stories-wrapper .story video {
        width: 100%;
    }

    .stories-wrapper .story .episode {
        font-size: 1.2rem;
    }

    .stories-wrapper .story h3 {
        font-size: 1.8rem;
    }

    .footer {
        min-height: 2.2rem;
    }

    .scroll-to-top {
        bottom: 2.2rem;
        max-width: 2.8rem;
    }

    .form-footer label::before {
        /* left: -63px */
    }

    .form-footer label a,
    .form-footer > div label {
        white-space: nowrap;
    }

    .about-container .swiper-button-prev {
        left: 0;
    }

    .hamburger {
        height: auto;
        width: 4.8rem;
        grid-gap: 0.4rem;
    }

    ul.pattern {
        height: 55px;
    }

    .logo img {
        padding-top: 5px;
    }

    .close {
        padding-right: 16px;
    }

    .pnik-pattern-container {
        max-width: 268px;
    }

    .pnik-pattern-container h2 {
        font-size: 14px;
        padding: 16px 0;
        margin-left: 12px;
    }

    .navigations .navigations-container .group {
        gap: 24px;
    }

    .inner-container h2 {
        padding: 18px 56px;
        font-size: 24px;
    }

    .about-container .container {
        margin-left: -3rem;
    }

    .why-maritime .swiper-button-prev {
        left: 16%;
        bottom: -3%;
    }

    .why-maritime .swiper-button-next {
        right: 15%;
        bottom: -3%;
    }

    .swiper-button-next:after,
    .swiper-button-prev::before,
    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        width: 20px !important;
        height: 20px !important;
    }

    .swiper-button-prev::before,
    .swiper-rtl .swiper-button-next:after,
    .why-maritime .swiper-button-next:after,
    .why-maritime .swiper-button-prev:after {
        background-size: 19px;
        width: 19px;
        height: 19px;
        left: 0;
        z-index: 999;
    }

    .swiper-button-next:after,
    .swiper-button-prev::before,
    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        width: 19px;
        height: 19px;
        padding: 4px;
    }

    .about-container .swiper-button-next {
        display: block;
        right: -8px;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 11px !important;
    }

    .hero-container .icon.bottom-left {
        margin-top: 32rem;
    }

    .hero-container .group {
        padding-inline: 5rem;
        padding-top: 1rem;
    }

    .banner-ship .ship {
        max-width: 96px;
        right: 8%;
        bottom: 108%;
    }

    .about-container .para-about {
        max-width: 92%;
    }

    .why-maritime .reels-description {
        max-width: 92%;
    }

    .experience-gallery .para-about {
        max-width: 92%;
    }

    .vip-pass .internal-layer {
        background-position: 68% 79%, 58% 7%, 37% 80%, 8% 94%, 86% 26%;
        background-size: 4rem, 7rem, 6rem, 9rem, 6rem;
    }

    .overlay.vip-pass .internal-layer {
        background-position: 68% 76%, 58% 7%, 37% 80%, 8% 94%, 86% 26%;
        background-size: 4rem, 7rem, 6rem, 9rem, 6rem;
    }
    .job-portal {
        margin-left: 25px;
    }
    .terms_condition + .error {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 420px) {
    .pnik-pattern-container {
        top: 18%;
        max-width: 220px;
    }

    .pnik-pattern-container h2 {
        font-size: 13px;
        padding: 12px 0;
        margin-left: 10px;
    }

    .inner-container h2 {
        padding: 16px 52px;
        font-size: 20px;
    }

    .why-maritime .swiper-button-prev {
        left: 10%;
        bottom: -3.6%;
    }

    .why-maritime .swiper-button-next {
        right: 10%;
        bottom: -3.6%;
    }

    .vip-pass .internal-layer {
        background-position: 68% 79%, 69% 5%, 37% 80%, 8% 94%, 86% 26%;
        background-size: 3rem, 5rem, 4rem, 7rem, 4rem;
    }

    .overlay.vip-pass .internal-layer {
        background-position: 68% 72%, 69% 5%, 37% 80%, 8% 94%, 86% 26%;
        background-size: 3rem, 5rem, 4rem, 7rem, 4rem;
    }
}

.masonry-layout .item:nth-child(2) {
    grid-column: span 3;
}

.masonry-layout .item:nth-child(3) {
    grid-column: span 2;
}

.masonry-layout .item:nth-child(4) {
    grid-column: span 2;
}

.masonry-layout .item:nth-child(5) {
    grid-column: span 3;
}

#maritime_checkbox_error {
    left: 10%;
}

@media (max-width: 1024px) {
    .job-portal {
        margin-left: 25px !important;
    }
}

@media (max-width: 768px) {
    .masonry-layout .item:nth-child(3) {
        grid-column: span 3;
    }

    .masonry-layout .item:nth-child(4) {
        grid-column: span 3;
    }
}

p.section-paragraph{
    margin-left: -3px;
}

