/* Desktop Large (1440px+) */
@media (min-width: 1400px) {

    body {

        font-size: 20px;
      
    }


    nav {
        padding: 40px 180px !important;

    }

    /* Header */
    .header nav .left svg {
        width: 120px;
        height: auto;
    }

    .header nav .right img {
        width: 55px;
    }

    /* Hero section */
    .hero-sec {
        height: 65rem;
        margin-top: 14rem;
    }

    .hero-sec .hero-main .hero-content h1 {
        font-size: 5.5em;
        line-height: 1.4;
    }

    .hero-sec .hero-main .hero-vid video {
        width: 100%;
        height: auto;
    }

    .hero-sec .hero-main .hero-vid {
        width: 100%;
        right: 1%;
        top: -5%;
    }


    .sidebar {
        position: fixed;
        top: 0;
        left: 0px;
        width: 400px;
        height: 100vh;
        background: #ffffff;
        padding: 150px 40px;
        box-shadow: 5px 0 20px rgba(0, 0, 0, 0.15);
        z-index: 999;
    }

    .sidebar ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* .cookies-box {
        width: 520px;
        height: 220px;
       
    }

    .cookies-box p {
        font-size: 20px;
    }

    .cookies-box .box-btns .btn1,
    .cookies-box .box-btns .btn2 {
        padding: 14px 28px;
        font-size: 18px;
    } */

    /* Section 2 */
    .sec2-main .sec2-heading p {
        font-size: 30px;
    }

    .sec2-main .sec2-heading h2 {
        font-size: 80px;
    }

    .sec2-img-content .img img {
        width: 680px;
        height: 650px;
    }

    .sec2-img-content .content h2 {
        font-size: 44px !important;
    }

    .sec2-img-content .content p {
        font-size: 22px;
    }

    .sec2-img-content .content .content1 button {
        font-size: 18px;
        padding: 14px 30px;
    }

    /* Section 3 FAQ */
    .sec3-faqs h2 {
        font-size: 48px;
    }

    .faq-box {
        padding: 55px 40px;
    }

    .faq-box h3 {
        font-size: 28px;
    }

    .faq-content {
        font-size: 20px;
    }

    /* Section 4 */
    .sec4-content h2 {
        font-size: 150px;
    }

    .sec4-content h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .sec4-main .coinimg img {
        width: 480px;
        height: auto;
    }

    .sec4-main .coinimg {
        position: absolute;
        top: 2%;
        left: 10%;
    }

    .sec4-main .ship-img img {
        width: 520px;
    }

    .email-container {
        width: 650px;
        height: 100px;
    }

    .email-container p {
        font-size: 20px;
    }

    .sub-btn button {
        font-size: 18px;
        width: 180px;
        height: 60px;
    }

    /* Footer */
    .logo-content img {
        width: 340px;
        height: 340px;
    }

    .logo-content p {
        font-size: 16px;
        line-height: 35px;
    }

    .all-rights {
        padding: 60px 200px;
    }

    .all-rights .copy-text,
    .all-rights .term-text {
        font-size: 16px;
    }

    /* terms and policy css  */

    /* Section spacing */
    .term-sec1,
    .policy-sec1 {
        margin: 10rem 0;
        margin-bottom: 6rem;
    }

    /* PAGE TITLES */
    .term-sec1 .title h1,
    .policy-sec1 .title h1 {
        font-size: 80px;
    }

    .term-sec1 .title p,
    .policy-sec1 .title p {
        font-size: 20px;
        width: 70%;
    }

    /* HEADER IMAGE */
    .term-img img,
    .policy-img img {
        width: 1200px;
        height: 420px;
    }

    /* MAIN CONTENT WRAPPER */
    .term-sec2 .term-main-content,
    .policy-sec2 .policy-main-content {
        width: 68%;
        gap: 8rem;
    }

    /* CONTENT HEADINGS */
    .term-sec2 .term-main-content .term-content1 h2,
    .policy-sec2 .policy-main-content .policy-content1 h2 {
        font-size: 48px;
    }

    /* PARAGRAPH TEXT */
    .term-sec2 .term-main-content p,
    .policy-sec2 .policy-main-content p {
        font-size: 24px;
        line-height: 36px;
    }

    /* SUB CONTENT SPACING */
    .term-sec2 .term-main-content .term-content1,
    .policy-sec2 .policy-main-content .policy-content1 {
        gap: 40px;
    }

    /* POLICY POINTS */
    .policy-sec2 .policy-points p {
        font-size: 24px;
        line-height: 38px;
    }

    /* Cookies box */
    .cookies-box {
        width: 35%;
        height: 32vh;
        gap: 4rem;
        right: 1%;
        bottom: 3%;
        border-radius: 18px;
        box-shadow: 4px 25px 30px #8787871A, 5px 33px 60px #87878717;
    }

    .cookies-box p {
        width: 90%;
        font-size: 28px;
        line-height: 1.2;
    }

    .cookies-box .cookies-box-buttons {
        gap: 3.5rem;
        margin-right: 4rem;
    }

    .cookies-box .cookies-box-buttons .btn1,
    .cookies-box .cookies-box-buttons .btn2 {
        padding: 20px 40px;
        border-radius: 40px;
        font-size: 28px;
    }

    .cookie-setting {
        top: 10%;
        right: 2%;
        width: 40%;
        max-height: 85vh;
        padding: 40px 60px;
        border-radius: 12px;
    }

    .setting-box-title {
        font-size: 1.8em;
        line-height: 1.2;
    }

    .cookie-setting p {
        font-size: 34px;
        line-height: 1.2;
        margin: 40px 0;
    }

    .cookie-setting .setting-box .setting-box-title {
        font-size: 2em;
    }

    .cookie-setting hr {
        border-width: 3px;
        margin: 40px 0;
    }

    .cookie-setting .cookies-box-buttons {
        gap: 4rem;
        margin: 40px 0;
    }

    .cookie-setting .cookies-box-buttons .btn1,
    .cookie-setting .cookies-box-buttons .btn2 {
        font-size: 28px;
        padding: 20px 40px;
        border-radius: 10px;
    }

    /* Switch Big */
    .custom-switch {
        width: 100px;
        height: 50px;
    }

    .custom-switch .switch-slider {
        width: 45px;
        height: 45px;
        top: 2px;
        left: 2px;
    }

    .custom-switch.active .switch-slider {
        transform: translateX(50px);
    }

    .cookie-setting .setting-box {
        gap: 3.1rem;
    }

    .cookie-setting .setting-box .setting-box-item {
        padding-bottom: 1.5rem;
    }

    .cookie-setting .setting-box .setting-box-item h4 {
        font-size: 1.4em;
    }

    .cookie-setting .setting-box .setting-box-item p {
        font-size: 34px;
        line-height: 1.2;
    }




}




@media (min-width: 1600px) and (max-width: 1799px) {
    body {
        font-size: 22px;

    }

    /* slightly bigger */

    .hero-sec .hero-main .hero-content h1 {
        font-size: 4.5em;
        line-height: 1.2;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    body {
        font-size: 22px;

    }

    /* slightly bigger */

    .hero-sec .hero-main .hero-content h1 {
        font-size: 3.5em;
        line-height: 1.3;
    }
}





@media (min-width: 1800px) and (max-width: 2300px) {
    /* scale fonts, spacing slightly */

    body {
    
        font-size: 25px;
    }


    html {
        height: auto !important;
        overflow: hidden !important;
    }

    .data-scroll-container {
        padding-bottom: 400px !important;

    }

    /* sidebar */
    .sidebar {
        position: fixed;
        top: 0;
        left: 0px;
        width: 25%;
        height: 100vh;
        background: #ffffff;
        padding: 130px 60px;
    }

    .close-icon {
        position: absolute;
        top: 3%;
        right: 8%;
        width: 85px;
        cursor: pointer;
    }

    .sidebar ul {
        align-items: start;
    }

    .sidebar ul a li {
        font-size: 3.5em;
        text-align: left;
        margin-bottom: 60px;
    }

    .hero-sec .hero-main .hero-content h1 {
        font-size: 5em;
        line-height: 1.3;
    }


    .sec2-img-content .content .content1 button {
        font-size: 18px;
        padding: 14px 23px;
    }

    .email-container input {
        width: 280px;
        height: 40px;
        border-radius: 10px;
        padding: 5px 10px;
        font-size: 28px;
    }

    .clients .client-img img {
        width: 50px;
        height: 50px;
    }

    .clients .text p {

        font-size: 24px;
    }

    .logo-content p {
        font-size: 20px;
        line-height: 1.5;
    }


    .all-rights .copy-text,
    .all-rights .term-text {
        font-size: 18px;
    }


}







/* Ultra Large Screens (2500px+) */

@media (min-width: 2500px) {

    body {
        font-size: 30px;
   

    }

    html {
        height: auto !important;
        overflow: hidden !important;
    }

    .data-scroll-container {
        padding-bottom: 400px !important;

    }

    nav {
        padding: 40px 180px !important;
    }


    /* sidebar */
    .sidebar {
        position: fixed;
        top: 0;
        left: 0px;
        width: 25%;
        height: 100vh;
        background: #ffffff;
        padding: 150px 60px;
    }

    .close-icon {
        position: absolute;
        top: 3.5%;
        right: 10%;
        width: 95px;
        cursor: pointer;
    }

    .sidebar ul {
        align-items: start;
    }

    .sidebar ul a li {
        font-size: 5.1em;
        text-align: left;
        margin-bottom: 80px;
    }

    /* Header */

    .header nav .left svg {
        width: 150px;
        height: auto;
    }

    .header nav .right img {
        width: 100px;
        height: auto;
    }

    .hero-sec .hero-main .hero-content {
        width: 70%;

    }

    .hero-sec .hero-main .hero-content h1 {
        font-size: 5.1em;
        line-height: 1.2;
    }

    .hero-sec {
        height: 100rem;
        margin-top: 20rem;
    }

    .hero-sec .hero-main .hero-vid {
        width: 100%;
        right: 1%;
        top: -5%;

    }

    .hero-sec .hero-main .hero-vid video {
        width: 100%;
        height: auto;
    }


    .sec2-main .sec2-heading p {
        font-size: 45px;
    }

    .sec2-main .sec2-heading h2 {
        font-size: 110px;
    }

    .sec2-img-content {
        margin: 10rem auto;

    }

    .sec2-img-content .img {
        width: 40%;
        height: 120vh;
    }

    .sec2-img-content .img img {
        width: 100%;
        height: 108vh;

    }

    .sec2-img-content .content {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        width: 45%;
    }

    .sec2-img-content .content .content1 {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .sec2-img-content .content .content1 p {
        font-size: 40px;
        width: 95%;
    }

    .sec2-img-content .content .content1 button {
        font-size: 30px;
        padding: 25px 15px;
        width: 21%;
    }

    .sec2-img-content .content .content1 .sec2-btn3 {
        width: 281px;
    }

    .sec2-img-content .content .content1 hr {
        height: 15px;
        width: 100%;
    }

    .sec2-img-content .content h2 {
        font-size: 2.5em !important;
    }

    .sec2-img-content .content .content1 p {
        font-size: 40px;
        width: 95%;
    }

    .sec3-faqs {
        margin: 10rem auto;
    }

    .sec3-faqs h2 {
        font-size: 80px;
    }

    .sec3-faqs .faqs {
        gap: 2.5rem;
        width: 90%;
        margin: 0 auto;
    }

    .faq-box {
        padding: 50px 40px;
    }

    .faq-box h3 {
        font-size: 1.3em;
        line-height: 1.3;
        width: 100%;
    }

    .faq-content {
        font-size: 28px;
        margin-top: 2rem;
        line-height: 1.6;
        width: 95%;
    }

    .faq-toggle {
        width: 60px;
        height: 60px;
    }

    .sec4-main .coinimg {
        position: absolute;
        top: 80px;
        left: 45px;
    }

    .sec4-main .coinimg img {
        width: 35%;
        height: auto;
    }

    .sec4-content {
        width: 55%;
        margin: auto;
        text-align: center;
        padding: 14rem 0;
    }

    .sec4-content h2 {
        font-size: 7em;
        text-align: center;
    }

    .sec4-content h4 {
        font-size: 60px;
        line-height: 80px;
    }

    .email-container {
        width: 60%;
        height: 135px;
    }

    .email-container input {
        width: 400px;
        height: 60px;
        border-radius: 10px;
        padding: 2px 28px;
        font-size: 40px;
    }

    .sub-btn button {
        font-size: 24px;
        width: 290px;
        height: 84px;
    }

    .sub-btn img {
        width: 60px;
    }

    .clients {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 21px;
        margin-top: 2rem;
    }

    .clients .client-img img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
    }

    .clients .text p {
        font-family: var(--font-primary);
        font-size: 35px;
        font-weight: 400;
    }

    .sec4-main .ship-img img {
        width: 865px;
        height: auto;
    }

    /* Footer code */
    /* Footer */
    .logo-content img {
        width: 420px;
        height: 420px;
    }

    .logo-content p {
        font-size: 26px;
    }

    .all-rights {
        padding: 80px 260px;
    }

    .all-rights .copy-text,
    .all-rights .term-text {
        font-size: 26px;
    }


    /* Terms and Policy Pages */

    /* Section spacing */
    .term-sec1,
    .policy-sec1 {
        margin: 15rem 0;
        margin-bottom: 10rem;
    }

    .policy-sec1 .title {
        /* background: red; */
        width: 45%;
        margin: auto;
        margin-bottom: 8rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    /* Page Titles */
    .term-sec1 .title h1,
    .policy-sec1 .title h1 {
        font-size: 120px;
    }

    .term-sec1 .title {
        width: 45%;
        gap: 30px;
        margin-bottom: 8rem;
    }

    .term-sec1 .title p,
    .policy-sec1 .title p {
        font-size: 34px;
        width: 75%;
    }

    /* Header Image */
    .term-img img,
    .policy-img img {
        width: 1600px;
        height: 600px;
    }

    /* Main Content Wrapper */
    .term-sec2 .term-main-content,
    .policy-sec2 .policy-main-content {
        width: 1600px;
        gap: 8rem;
    }

    .term-sec2 .term-main-content,
    .policy-sec2 .policy-main-content {
        width: 68%;
        gap: 8rem;
    }

    /* Content Heading */
    .term-sec2 .term-main-content .term-content1 h2,
    .policy-sec2 .policy-main-content .policy-content1 h2 {
        font-size: 70px;
    }

    /* Paragraph text */
    .term-sec2 .term-main-content p,
    .policy-sec2 .policy-main-content p {
        font-size: 36px;
        line-height: 52px;
    }

    /* Sub content spacing */
    .term-sec2 .term-main-content .term-content1,
    .policy-sec2 .policy-main-content .policy-content1 {
        gap: 60px;
    }

    /* Policy points */
    .policy-sec2 .policy-points p {
        font-size: 36px;
        line-height: 55px;
    }

    /* Cookies box */
    .cookies-box {
        width: 35%;
        height: 32vh;
        gap: 4rem;
        right: 1%;
        bottom: 3%;
        border-radius: 18px;
        box-shadow: 4px 25px 30px #8787871A, 5px 33px 60px #87878717;
    }

    .cookies-box p {
        width: 92%;
        font-size: 32px;
        line-height: 50px;
    }

    .cookies-box .cookies-box-buttons {
        gap: 3.5rem;
        margin-right: 4rem;
    }

    .cookies-box .cookies-box-buttons .btn1,
    .cookies-box .cookies-box-buttons .btn2 {
        padding: 26px 50px;
        border-radius: 40px;
        font-size: 34px;
    }

    .cookie-setting {
        top: 10%;
        right: 2%;
        width: 40%;
        max-height: 85vh;
        padding: 40px 60px;
        border-radius: 12px;
    }

    .setting-box-title {
        font-size: 2em;
        line-height: 55px;
    }

    .cookie-setting p {
        font-size: 40px;
        line-height: 50px;
        margin: 40px 0;
    }

    .cookie-setting .setting-box .setting-box-title {
        font-size: 2em;
    }

    .cookie-setting hr {
        border-width: 3px;
        margin: 40px 0;
    }

    .cookie-setting .cookies-box-buttons {
        gap: 4rem;
        margin: 40px 0;
    }

    .cookie-setting .cookies-box-buttons .btn1,
    .cookie-setting .cookies-box-buttons .btn2 {
        font-size: 30px;
        padding: 20px 50px;
        border-radius: 10px;
    }

    /* Switch Big */
    .custom-switch {
        width: 100px;
        height: 50px;
    }

    .custom-switch .switch-slider {
        width: 45px;
        height: 45px;
        top: 2px;
        left: 2px;
    }

    .custom-switch.active .switch-slider {
        transform: translateX(50px);
    }

    .cookie-setting .setting-box {
        gap: 3.1rem;
    }

    .cookie-setting .setting-box .setting-box-item {
        padding-bottom: 2rem;
    }

    .cookie-setting .setting-box .setting-box-item h4 {
        font-size: 2em;
    }

    .cookie-setting .setting-box .setting-box-item p {
        font-size: 40px;
        line-height: 50px;
    }




}




/* ======================= */
/* Tablet (768px – 1024px) */
@media (max-width: 1024px) {

    body {
        font-size: 14px;
        /* global font smaller */
    }

    /* Headings */
    h1 {
        font-size: 2.2em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.4em;
    }

    /* Navbar */
    nav {
        padding: 20px 40px !important;
    }

    nav img,
    nav svg {
        width: 120px;
    }

    /* Hero Section */
    .hero-sec {
        margin-top: 6rem;
        height: 5rem;
            min-height: 60vh;
    }

    .hero-sec .hero-main .hero-content {
        margin-top: 10rem;
    }



    .hero-sec .hero-main .hero-content h1 {
        font-size: 3em;
        line-height: 1.2;
    }

    .hero-sec .hero-main .hero-vid {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        z-index: -1;
    }

    .hero-sec .hero-main .hero-vid video {
        width: 100%;
    }

    .cookies-box {
          right: 1%;
    bottom: 35%;
    height: auto;
    }


    /* Section 2 */
    .sec2-main .sec2-heading h2 {
        font-size: 2.5em;
    }

    .sec2-img-content {
        flex-direction: column;
        gap: 3rem;

    }

    .sec2-img-content .content {
        width: 80%;
    }

    .sec2-img-content .img {
        width: 90%;
        height: auto;
        text-align: center;
    }

    .sec2-img-content .img img {
        height: auto;
    }

    .sec2-img-content .content p {
        font-size: 1.1em;
    }

    /* FAQs */
    .sec3-faqs h2 {
        font-size: 2.8em;
    }

    .faq-box {
        padding: 30px;
    }

    .faq-box h3 {
        font-size: 1.6em;
    }

    .faq-content {
        font-size: 1.1em;
    }

    /* Section 4 */
    .sec4-content h2 {
        font-size: 5em;
    }


    .sec4-main .coinimg {
        position: absolute;
        top: 14px;
        left: 13px;
    }

    .sec4-main .coinimg img {
        width: 302px;
        height: 302px;
    }

    .sec4-content {
        width: 51%;
        padding: 99px 0;
    }

    .sec4-main .ship-img {
        position: absolute;
        bottom: 195px;
        right: 0;
    }

    .email-container {
        width: 80%;
        height: 90px;
    }

    .email-container input {
        font-size: 18px;
    }

    .sub-btn button {
        font-size: 18px;
    }

    /* Footer */
    .logo-content img {
        width: 220px;
        height: auto;
    }


    .logo-content {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .logo-content p {
        font-size: 14px;
    }

    .all-rights {
        padding: 40px 80px;
    }

    .all-rights p {
        font-size: 14px;
    }

    /* Cookie Panel */
    .cookie-setting {
        width: 80%;
        padding: 20px;
        right: 10%;
    }

    .cookie-setting p,
    .cookie-setting h4 {
        font-size: 1em;
    }

    .custom-switch {
        transform: scale(0.8);
    }

    .logo-content img {
        width: 220px;
        height: auto;
    }

    .logo-content p {
        font-size: 14px;
        line-height: 22px;
        width: 35%;
        /* margin: auto; */
    }

    .all-rights {
        padding: 30px 40px;
        text-align: center;
        /* flex-direction: column; */
        justify-content: space-around;
        gap: 1rem;
    }

    .all-rights .copy-text,
    .all-rights .term-text {
        font-size: 14px;
    }

    /* Page top section spacing */
    .term-sec1,
    .policy-sec1 {
        margin: 6rem 0;
        margin-bottom: 4rem;
    }

    /* Page Titles */
    .term-sec1 .title,
    .policy-sec1 .title {
        width: 100%;
        padding: 0 20px;
    }

    .term-sec1 .title h1,
    .policy-sec1 .title h1 {
        font-size: 40px;
        line-height: 1.2;
    }

    .term-sec1 .title p,
    .policy-sec1 .title p {
        font-size: 14px;
        width: 80%;
        line-height: 22px;
    }

    /* Header Images */
    .term-img img,
    .policy-img img {
        width: 90%;
        height: 220px;
        object-fit: cover;
    }

    /* Content Wrapper */
    .term-sec2 .term-main-content,
    .policy-sec2 .policy-main-content {
        width: 90%;
        margin: auto;
        gap: 3rem;
    }

    /* Headings inside content */
    .term-sec2 .term-main-content .term-content1 h2,
    .policy-sec2 .policy-main-content .policy-content1 h2 {
        font-size: 26px;
    }

    /* Paragraphs */
    .term-sec2 .term-main-content p,
    .policy-sec2 .policy-main-content p {
        font-size: 15px;
        line-height: 24px;
    }

    /* Section spacing */
    .term-sec2 .term-main-content .term-content1,
    .policy-sec2 .policy-main-content .policy-content1 {
        gap: 20px;
    }

    /* Policy bullet points */
    .policy-sec2 .policy-points {
        gap: 1.5rem;
    }

    .policy-sec2 .policy-points p {
        font-size: 15px;
        line-height: 24px;
        font-weight: 500;
    }

    /* Cookie Settings Panel */
    .cookie-setting {
        width: 85%;
        right: 7%;
        top: 10%;
        padding: 20px;
    }

    .cookie-setting p {
        font-size: 14px;
        line-height: 22px;
    }

    .cookie-setting .setting-box-title {
        font-size: 20px;
    }

    .cookie-setting .setting-box .setting-box-item h4 {
        font-size: 1.2em;
    }

    .cookie-setting .setting-box .setting-box-item p {
        font-size: 1em;
    }

    .custom-switch {
        transform: scale(0.85);
    }

    .cookie-setting .cookies-box-buttons .btn1,
    .cookie-setting .cookies-box-buttons .btn2 {
        font-size: 14px;
        padding: 8px 16px;
    }


}








/* ======================= */
/*  Mobile (0 – 767px) */
@media (max-width: 767px) {

    /* GLOBAL */
    body {
        font-size: 12px;
        line-height: 1.4;
    }

    h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.2em;
    }

    /* NAVBAR */
    nav {
        padding: 15px 20px !important;
    }

    nav img,
    nav svg {
        width: 100px;
    }

    /* HERO */
    .hero-sec {
        margin-top: 4rem;
        

    }

    .hero-sec .hero-main {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }

    .hero-sec .hero-main .hero-content {
        margin-top: 10rem;
        width: 90%;
    }

    .hero-sec .hero-main .hero-content h1 {
        font-size: 3.2em;
        line-height: 1.2;
    }

    .hero-sec .hero-main .hero-vid {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        z-index: -1;
    }

    .hero-sec .hero-main .hero-vid video {
        width: 100%;
        margin: auto;
        position: static !important;
    }

    .cookies-box {
              right: 1%;
    }

    /* SECTION 2 */
    .sec2-main .sec2-heading h2 {
        font-size: 2em;
        text-align: center;
    }

    .sec2-img-content {
        flex-direction: column;
        gap: 2rem;
    }

    .sec2-img-content .img {
        width: 100%;
        height: auto;
    }

    .sec2-img-content .img img {
        height: auto;
    }

    .sec2-img-content .content p {
        font-size: 1em;
        width: 100%;
    }

    .sec2-img-content .content button {
        width: 50%;
        font-size: 14px;
    }

    /* FAQ */
    .sec3-faqs h2 {
        font-size: 2em;
    }

    .faq-box {
        padding: 20px;
    }

    .faq-box h3 {
        font-size: 1.3em;
    }

    .faq-content {
        font-size: 1em;
    }

    .faq-box img {
        width: 35px;
    }

    /* SECTION 4 */
    .sec4-content h2 {
        font-size: 3.5em;
    }

    .sec4-content h4 {
        width: 100%;
        padding: 3rem 0;
        font-size: 28px;
        line-height: 40px;
    }

    .sec4-main .coinimg img {
        width: 302px;
        height: 302px;
    }

    .sec4-main .coinimg {
        position: absolute;
        top: 29px;
        left: 165px;
    }

    .sec4-content {
        width: 80%;
        padding: 318px 0;
    }

    .email-container {
        width: 95%;
        height: auto;
        /* flex-direction: column; */
        gap: 1rem;
        padding: 15px;
    }

    .email-container input {
        width: 100%;
        font-size: 16px;
    }

    .sub-btn button {
        width: 100%;
        font-size: 16px;
    }

    /* CLIENTS */
    .clients {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .clients .client-img img {
        width: 45px;
        height: 45px;
    }

    .clients .text p {
        font-size: 14px;
    }

    .sec4-main .ship-img {
        position: absolute;
        bottom: 29px;
        right: -12px;
    }

    /* FOOTER */
    .logo-content img {
        width: 160px;
    }

    .logo-content p {
        font-size: 12px;
        text-align: center;
        width: 80%;
    }

    .logo-content {
        flex-direction: column;
    }

    .all-rights {
        padding: 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.5rem;
    }

    .all-rights .copy-text,
    .all-rights .term-text {
        font-size: 12px;
    }

    /* TERMS + POLICY */
    .term-sec1,
    .policy-sec1 {
        margin: 4rem 0;
    }

    .term-sec1 .title h1,
    .policy-sec1 .title h1 {
        font-size: 28px;
    }

    .term-sec1 .title p,
    .policy-sec1 .title p {
        font-size: 13px;
        width: 90%;
    }

    .term-img img,
    .policy-img img {
        width: 95%;
        height: 180px;
    }

    .term-sec2 .term-main-content,
    .policy-sec2 .policy-main-content {
        width: 90%;
        gap: 2rem;
    }

    .term-sec2 .term-main-content p,
    .policy-sec2 .policy-main-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .term-sec2 .term-main-content .term-content1 h2,
    .policy-sec2 .policy-main-content .policy-content1 h2 {
        font-size: 20px;
    }

    .policy-sec2 .policy-points p {
        font-size: 14px;
        line-height: 22px;
    }

    /* COOKIE SETTINGS */
    .cookie-setting {
        width: 90%;
        right: 5%;
        top: 8%;
        padding: 15px;
    }

    .cookie-setting p {
        font-size: 13px;
        line-height: 20px;
    }

    .cookie-setting .setting-box-title {
        font-size: 18px;
    }

    .cookie-setting .setting-box .setting-box-item h4 {
        font-size: 1.1em;
    }

    .custom-switch {
        transform: scale(0.75);
    }

    .cookie-setting .cookies-box-buttons .btn1,
    .cookie-setting .cookies-box-buttons .btn2 {
        font-size: 13px;
        padding: 6px 12px;
    }

}


@media (max-width: 450px) {
    .hero-sec {
        margin-top: 4rem;
        margin-bottom: 6rem;
                min-height: 65vh;
    }

    .hero-sec .hero-main .hero-vid {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        z-index: -1;
    }

    .cookies-box {
        width: 80%;
      height: auto;
        margin-top: 12rem;
        margin: auto;
        padding: 10px 5px;
        margin-top: 10rem;
        z-index: 10;
        bottom: 0%;
        right: 5%;

    }

    .cookies-box p {
        width: 90%;
    }

    .cookies-box .cookies-box-buttons {
        display: flex;
        gap: 2rem;
        flex-direction: column;
    }


    .sec4-main .coinimg {
        top: 0;
        left: 0;
    }

    .email-container {
        flex-direction: column;
    }

}