@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: Roboto Mono;
    src: url(fonts/RobotoMono-VariableFont_wght.ttf);
}

@font-face {
    font-family: Roboto Bold;
    src: url(fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: Inter;
    src: url(fonts/Inter-VariableFont_opsz,wght.ttf);
}

:root {
    --site-color-01: #FF5A5F;
    --site-color-01-hover: #bb4246;
}

body {background-color: #ffffff;}

.wrapper-main {
    width: 1200;
    margin: 0 auto;
}

h1 {
    font-size: 34px;
    line-height: 34px;
    color: #ffffff;
    font-family: Inter;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    font-family: Roboto Bold;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

h3 {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-family: Roboto Bold;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

p {
  font-size: 16px;
    line-height: 20px;
    color: #616161;
    word-spacing: -5px;
    font-family: Roboto Mono;
    font-weight: 700;  
}

a {
    cursor: pointer;
}

/* Privacy Policy Styles */

body {
    width: 100%;
    font-family: Roboto, sans-serif; /* Change to your desired font-family */
    font-size: 14px;
    padding: 0;
    margin: 0; /* Ensure there is no margin */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    display: flex;
    flex-direction: column; /* Change to column to stack elements vertically */
    align-items: center; /* Center the content horizontally */
    overflow-x: hidden; /* Prevent horizontal overflow */
}

main {
    width: 100%;
    max-width: 1200px; /* Set a max-width for the main content */
    padding: 20px; /* Add padding to the main content */
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the content horizontally */
}

.main-privacy-policy {
    width: 100%;
    background-color: #ffffff; /* Change to your desired background color */
    text-align: center; /* Center the text */
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the content horizontally */
}

.privacy-policy {
    width: 100%;
    max-width: 1200px; /* Set a max-width for the privacy policy content */
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the content horizontally */
    gap: 20px;
}

.privacy-policy h1, .privacy-policy h2, .privacy-policy h3, .privacy-policy h4 {
    text-align: center; /* Align text to the left */
    width: 100%; /* Ensure the headings take full width */
    padding: 20px 0; /* Optional: Adjust the padding as needed */
}

.privacy-policy h1 {
    font-size: 34px; /* Change this value to your desired font size */
    line-height: 34px; /* Adjust the line-height accordingly */
    color: #333; /* Optional: Change the color if needed */
}

.privacy-policy h2 {
    font-size: 24px; /* Change this value to your desired font size */
    line-height: 28px; /* Adjust the line-height accordingly */
    color: #333; /* Optional: Change the color if needed */
}

.privacy-policy h3 {
    font-size: 18px; /* Change this value to your desired font size */
    line-height: 24px; /* Adjust the line-height accordingly */
    color: #484848; /* Optional: Change the color if needed */
}

.privacy-policy h4 {
    font-family: Roboto Bold;
    font-size: 16px; /* Change this value to your desired font size */
    line-height: 20px; /* Adjust the line-height accordingly */
    color: #484848; /* Optional: Change the color if needed */
}

.privacy-policy p {
    font-size: 16px; /* Change this value to your desired font size */
    line-height: 20px; /* Adjust the line-height accordingly */
    color: #616161; /* Optional: Change the color if needed */
    text-align: left; /* Optional: Change the text alignment */
}

.privacy-policy .bullet-list li {
    font-size: 16px; /* Change this value to your desired font size */
    line-height: 20px; /* Adjust the line-height accordingly */
    color: #919191; /* Optional: Change the color if needed */
    text-align: left; /* Optional: Change the text alignment */
    list-style-type: disc; /* Use disc bullets */
    margin: 0; /* Remove default margin */
    padding-left: 20px; /* Add some padding to the left */
    font-family: Roboto Mono;
    font-weight: 700;
    text-transform: uppercase; 
}

.privacy-policy p,
.privacy-policy ul {
    width: 100%;
    max-width: 800px; /* Set a max-width for the paragraphs and lists */
    text-align: left; /* Align text to the left */
}

.privacy-policy strong {
    font-family: Roboto Bold;
    font-weight: 800;
    text-transform: uppercase;
    color:#FF5A5F;
}

.privacy-policy a {
    font-family: Roboto Bold;
    color:#bb4246; /* Change the link color */
    text-decoration: none; /* Remove underline */
    font-weight: 700; /* Add bold font weight */
}

/* Privacy Policy Styles End */

/* HEADER SECTION */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
    font-family: "Roboto Bold", sans-serif;
  }

  nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 0 15%;
    height: 100px;
    line-height: 75px;
  }

  .navbar__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }

  nav .navbar__brand {
    color: #101010;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.5px;
    z-index: 4;
  }
  
  nav .navbar__list {
    display: flex;
  }
  
  nav .navbar__list .navbar__list-item {
    cursor: pointer;
    height: 100%;
    padding: 0 15px;
    transition: 0.4s;
  }

  nav .navbar__list .navbar__list-item a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-shadow: -1px 3px 2px #000000;
  }

  nav .navbar__list .navbar__list-item a:hover {
    color: #FF5A5F;
  }

  nav .navbar__toggler {
    display: none;
    height: min-content;
    margin: 0px -10px 0 0;
    cursor: pointer;
    z-index: 4;
  }

  nav .navbar__toggler .bar {
    width: 40px;
    height: 5px;
    margin-bottom: 5px;
    background: #FF5A5F;
    border-radius: 10%;
    transition: 0.4s;
  }

  #nav__container input {
    display: none;
  }
  
  #nav__container input:checked ~ nav .navbar__content {
    transform: translateY(0);
  }
  
  #nav__container input:checked ~ nav .navbar__toggler {
    margin-top: 35px;
  }
  #nav__container input:checked ~ nav .navbar__toggler .bar:nth-child(1) {
    position: absolute;
    transform: rotate(45deg);
  }
  
  #nav__container input:checked ~ nav .navbar__toggler .bar:nth-child(2) {
    display: none;
  }
  #nav__container input:checked ~ nav .navbar__toggler .bar:nth-child(3) {
    transform: rotate(-45deg);
  }

.logo {
    width: 22%; /* Adjust to make logo bigger or smaller */
    padding-left: 40px;
    padding-top: 60px;
}

.content {
    width: 75%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
}

.content h1 {
    width: 60%;
    height: 29vh;
    font-size: 92px;
    color: #ffffff;
    font-family: Inter;
    font-weight: 800;
    text-shadow: -1px 3px 2px #000000;
    line-height: 95px;
    margin-top: 100px;
    text-align: center;
    justify-content: center;
} 

.back-video {
    width: 75%;
    height: 45vh;
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: -1;
    clip-path: circle(0% at 0 50%);
    transition: opacity 2s ease, clip-path 2s ease;
    object-fit: cover;
    justify-content: center;
}

.back-video.active {
    opacity: 1;
    clip-path: circle(150% at 0 50%);
}

 .slider-navigation {
    z-index: 0;
    position: relative;
    bottom: 20px; /* Adjust as needed */
    top: 150px;
    right: 28%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.slider-navigation .nav-btn {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    transition: 0.3s ease;
}

.slider-navigation .nav-btn.active {
    background-color: #FF5A5F; /* Change color for active button */
}

.slider-navigation .nav-btn:hover {
    transform: scale(1.5);
}


/* HEADER SECTION END */

/* FOOTER SECTION */

.footer-main {
    width: 75%;
    height: 20vh;
    margin-top: 40px;
    background-color: #FF5A5F;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    row-gap: 100px;
    z-index: 5;
}

.footer-main-logo {
    width: 100%;
    order: 1;
    padding-left: 90px;
}

.footer-image {
    width: 200px;
}

.footer-main-copyright {
    width: 30%;
    order: 2;
    padding-left: 90px;
}

.footer-main-copyright h3 {
    font-size: 14px;
    text-align: left;
}

.footer-main-privacy {
    width: 30%;
    order: 3;
    padding-right: 90px;
}

.footer-main-privacy h3 {
    font-size: 14px;
    text-align: right;
}

.footer-privacy-policy {
    width: 100%;
    background-color: #ffffff; /* Change to your desired background color */
    text-align: center; /* Center the text */
    position: relative; /* Ensure the footer is positioned correctly */
    bottom: 0; /* Ensure the footer is at the bottom */
    clear: both; /* Ensure the footer clears any floated elements */
    padding: 20px; /* Add padding to the footer */
}

#back-to-top {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed position */
    bottom: 20px; /* 20px from the bottom */
    right: 20px; /* 20px from the right */
    z-index: 8; /* Ensure it is above other elements */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #bb4246; /* Background color */
    color: white; /* Text color */
    cursor: pointer; /* Pointer cursor on hover */
    width: 50px; /* Set width */
    height: 50px; /* Set height */
    border-radius: 50%; /* Rounded corners for circular shape */
    font-size: 16px; /* Increase font size */
    font-family: Roboto Bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: Add shadow for better visibility */
    transition: background-color 0.3s, transform 0.3s; /* Smooth transition for hover effects */
    display: flex; /* Use flexbox to center the text */
    align-items: center; /* Center the text vertically */
    justify-content: center; /* Center the text horizontally */
}

#back-to-top:hover {
    background-color: #555; /* Darker background on hover */
}

/* FOOTER SECTION END */


/* MOBILE VERSION */
/* <600px, 601px, 768px, 992px, 1200px */

    /* HEADER SECTION 

 /* Media Queries 
 @media (max-width: 935px) {
    nav {
      padding: 0 2rem;
    }

    nav .navbar__list .navbar__list-item {
      padding: 0 20px;
    }
  }
  
  @media (max-width: 675px) {
    nav .navbar__list {
      display: block;
      margin-top: 300px;
    }

    nav .navbar__content {
      display: grid;
      justify-content: center;
      position: absolute;
      background: #323131;
      width: 100%;
      height: 65%;
      left: 0;
      transform: translateY(-100%);
      z-index: 1;
      transition: 0.6s;
    }
  
    nav .navbar__list .navbar__list-item {
      padding-left: 35px;
      text-align: left;
    }
  
    nav .navbar__toggler {
      display: grid !important;
    }

    .header-main-nav .logo {
        width: 25%;
    }

    .header-main-nav ul li {
        display: none;
    }

    .logo {
        width: 35%;
        padding-left: 0px;
        padding-top: 20px;
    }

    .content {
        width: 100%;
        padding-bottom: 0px;
        margin-bottom: 80px;
        display: flex;
        justify-content: center;
    }

    .content h1 {
        width: 100%;
        height: 35px;
        font-size: 35px;
        line-height: 40px;
        margin-top: 0px;
        margin-left: 40px;
    } 

    .back-video {
        width: 100%;
        height: 30vh;
    }

    .slider-navigation {
        right: 40%;
    }


/* FOOTER SECTION 

.footer-main {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    row-gap: 35px;
}

.footer-main-logo {
    padding-left: 20px;
    margin-top: 20px;
}

.footer-image {
    width: 150px;
}

.footer-main-copyright {
    width: 50%;
    padding-left: 20px;
    padding-bottom: 20px;
}

.footer-main-copyright h3 {
    font-size: 8px;
}

.footer-main-privacy {
    width: 50%;
    padding-right: 20px;
    padding-bottom: 20px;
}

.footer-main-privacy h3 {
    font-size: 8px;
}

}

/* FOOTER SECTION END 

/* MOBILE VERSION END */