  @font-face {
    font-family: "Sansation";
    src: url(../fontfamily/Sansation_Regular.ttf);
  }
  @font-face {
    font-family: "Sansationlight";
    src: url(../fontfamily/Sansation_Light.ttf);
  }
  @font-face {
    font-family: "Rubik";
    src: url(../fontfamily/Rubik-VariableFont_wght.ttf);
  }
  @font-face {
    font-family: "Inknut";
    src: url(../fontfamily/InknutAntiqua-Regular.ttf);
  }
  @font-face {
    font-family: "Montserrat";
    src: url(../fontfamily/Montserrat-VariableFont_wght.ttf);
  }
  body,
  html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
  }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding: 20px 0;
    z-index: 1000;
    transition: background-color 0.3s ease;
  }
  /* header{
      position: fixed;
      top: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0);
      padding: 20px 0;
      z-index: 1000;
      transition: background-color 0.3s ease;
  } */
  .headerRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logoDiv {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logoDiv img {
    width: 20%;
  }
  #navbar.black-text a {
    color: black !important;
  }
  header nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 10%;
  }
  header nav ul li a {
    color: white;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 24px;
    font-family: "Sansation";
    transition: color 0.3s ease;
  }
  header nav ul li a:hover {
    color: #ffd700;
  }
  .btnDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
  }
  .btnDiv a {
    color: white;
    font-family: "Sansation";
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    color: white;
    padding: 5px 30px;
    background-color: #00000027;
    border: 2px solid #a6cdd233;
    border-radius: 10px;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    background-color: rgba(0, 0, 0, 0.108);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .btnDiv a:hover {
    font-weight: 500;
    color: #57a1bc;
    background-color: rgba(255, 255, 255, 0.025);
    transform: translateY(-3px);
  }
  .parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .parallax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header-content {
    margin-bottom: 100px;
  }
  .image-container {
    max-width: 100%;
    position: relative;
  }
  .header-content h1 {
    font-size: 6.5em;
    font-weight: 600;
    font-family: "Sansation";
    margin-bottom: 30px;
  }
  .header-content .btn {
    display: inline-block;
    padding: 5px 30px;
    font-size: 24px;
    color: white;
    background-color: #00000027;
    border: 2px solid #a6cdd233;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    background-color: rgba(0, 0, 0, 0.108);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .header-content .btn:hover {
    font-weight: 500;
    color: #57a1bc;
    background-color: rgba(255, 255, 255, 0.025);
    transform: translateY(-3px);
  }
  .home-image {
    max-width: 100%;
    height: 100%;
    margin-bottom: -28%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  .aboutSection::after {
    display: block;
    height: 100%;
    content: "";
    top: -180px;
    left: 0px;
    width: 100%;
    position: relative;
    background-image: url(../img/sectionTwoAfter.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .aboutContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
    position: relative;
    top: 30%;
  }
  .aboutContent h6 {
    font-size: 36px;
    font-family: "Sansation";
    font-weight: 700;
    color: black;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
  }
  .aboutContent h1 {
    font-size: 96px;
    font-family: "Sansation";
    font-weight: 700;
    color: black;
  }
  .gift-box {
    position: absolute;
    z-index: 9;
    top: 20%; /* Middle of the page */
    left: 30%; /* Initially centered horizontally */
    transform: translate(-50%, -50%);
    transition: transform 0.5s ease-out;
  }

  .gift-box img {
    height: 500px;
  }
  .packages {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
  }
  .div1 {
    background-image: url(../img/sectionThreeLeftBg.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh; /* Adjust the height as needed */
    width: 98vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .div1 h6 {
    margin-left: 20%;
    text-align: start;
    max-width: 60%;
    font-family: "Rubik";
    font-size: 20px;
    font-weight: 600;
    color: black;
  }
  .div1 h1 {
    margin-left: 20%;
    text-align: start;
    max-width: 60%;
    font-family: "Sansation";
    font-size: 64px;
    font-weight: 700;
    color: black;
  }
  .div1 p {
    margin-left: 20%;
    text-align: start;
    max-width: 60%;
    font-family: "Rubik";
    font-size: 24px;
    font-weight: 400;
    color: black;
  }

  .div2 {
    border-radius: 20px 0px 0px 20px;
    background-color: #a6cdd2;
    height: 100vh; /* Adjust the height as needed */
    width: 98vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .packageimg {
    margin-top: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
    border-radius: 10px;
    max-width: 80%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  }
  .packageimg img {
    border-radius: 10px;
    width: 100%;
  }
  .packagecontent {
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .packagecontent p {
    max-width: 80%;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 400;
    color: black;
    border-radius: 10px;
    border: 1px solid black;
    text-align: center;
    padding: 10px 35px;
  }
  .packagescard {
    background-color: #152629;
    height: 1350px;
  }
  .packagescard::before {
    display: block;
    height: 100%;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-image: url(../img/Rectangle\ 767.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .packagescard .packagescardDiv {
    position: relative;
    z-index: 9;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
  .packagescard .packagescardDiv h6 {
    color: white;
    font-size: 24px;
    font-weight: 400;
    font-family: "Rubik";
  }
  .packagescard .packagescardDiv h1 {
    color: white;
    font-size: 64px;
    font-weight: 600;
    font-family: "Sansation";
    margin-bottom: 80px;
  }
  .packagescard .packagescardDiv a {
    margin-top: 160px;
    text-decoration: none;
    font-family: "Rubik";
    font-size: 24px;
    font-weight: 400;
    background-color: #152629;
    border: none;
    border-radius: 20px;
    padding: 20px 60px;
    color: white !important;
  }
  .packagescard .packagescardDiv2 {
    position: relative;
    z-index: 9;
    height: 40vh; /* Adjust the height as needed */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6%;
  }
  .packagescard .packagescardDiv3 {
    position: relative;
    z-index: 9;
    height: 20vh; /* Adjust the height as needed */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6%;
  }
  .card1 {
    border-radius: 5px;
    max-width: 18%;
    background-color: white;
    transition: transform 0.4s ease, clip-path 0.4s ease; /* Add smooth transition */
    --scale-factor: 1.1; /* Slight zoom in */
    cursor: pointer;
  }
  .card1:hover {
    transform: scale(var(--scale-factor));
  }
  .card1 .cardHead {
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: white;
    font-family: "Rubik";
    background: rgb(21, 38, 41);
    background: linear-gradient(
      70deg,
      rgba(21, 38, 41, 0.9556197478991597) 41%,
      rgba(73, 133, 143, 1) 61%
    );
  }
  .card1 .cardPara {
    margin: 20px 0px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 5px;
    color: rgb(0, 0, 0);
  }
  .card1 .cardBottom {
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: white;
    font-family: "Rubik";
    background: rgb(21, 38, 41);
    background: linear-gradient(
      70deg,
      rgba(21, 38, 41, 0.9556197478991597) 41%,
      rgba(73, 133, 143, 1) 61%
    );
  }
  .packagescard .packagescardDiv3 a {
    color: rgb(0, 0, 0);
    background-color: #a6cdd2;
    padding: 20px 60px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 400;
  }

  .howItWorks {
    background-color: #152629;
    background-image: url('../img/howitworksbg.webp'); /* Add the path to your image */
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 10%;
  }
  .howItWorks .articleSecDiv {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 99;
  }
  .howItWorks .articleSecDiv h6{
      color: white;
      font-size: 24px;
      font-weight: 400;
      font-family: 'Rubik';
  }
  .howItWorks .articleSecDiv h1{
      border: none;
      color: white;
      font-size: 64px;
      font-weight: 600;
      font-family: 'Sansation';
      margin-bottom: 60px;
  }

  .howItWorks .articleSecInner {
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      padding: 0;
      gap: 20px;
      height: 100%;
      width: 100%;
  }
  #Inner2{
    margin-top: 4%;
  }
  .howItWorks .articleSecCol{
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 25%;
      gap: 2px;
      border: 1px solid #00000013;
      padding: 20px 20px;
      border-radius: 57px;
      box-shadow: 10px 5px 4px rgb(0 0 0 / 30%) inset;
      background: rgba(33, 33, 33, 0.067);
      transition: .3s;
      cursor: pointer;
  }

  .howItWorks .articleSecCol:hover {
      background: #0000009a;
  }

  .howItWorks .articleSecCol h4 {
    color: #ffffff;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 400;
  }

  .howItWorks .articleSecCol:hover h4 {
      color: #ffffff;
  }

  .howItWorks .articleSecColBody {
      flex: 1;
  }

  .howItWorks .articleSecColBody p {
      font-size: 24px;
      color: white;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      text-align: center;
      margin-top: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; 
  }

  .howItWorks .articleSecCol:hover p {
      color: #fff;
      display: unset;
      -webkit-line-clamp: unset;
  }

  .howItWorks h4 {
      font-size: 24px;
      font-family: "Rubik", sans-serif;
      font-weight: 600;
      text-align: center;
  }

  /* Contact Form CSS Start */

  .contact {
    background-color: #152629;
  }
  .contactdiv1 {
    background-image: url(../img/form.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
  }

  .contactdiv1 h2 {
    font-size: 48px;
    font-family: "Montserrat" !important;
    font-weight: 600;
    color: #000000;
    margin-top: 20%;
    margin-bottom: 20px;
    margin-left: 20%;
    letter-spacing: 1px;
    word-spacing: 1px;
  }
  .contactdiv1 .callbtn {
    text-decoration: none;
    font-size: 36px;
    font-family: "Montserrat" !important;
    font-weight: 550;
    background-color: #152629;
    color: white;
    padding: 5px 60px;
    border-radius: 15px;
    margin-left: 20%;
  }
  .contactdiv2Outer {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .contactdiv2 {
    background-color: #e0e2ef;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 80%;
    max-width: 70%;
    padding: 0px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.75);
  }
  .contactdiv2 a {
    margin-top: 0px;
    margin-bottom: 30px;
    text-decoration: none;
    font-size: 20px;
    font-family: "Inknut";
    color: white;
    background-color: #152629;
    padding: 6px 20px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.75);
  }
  .inputSocialDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12%;
    margin-top: 3px;
    margin-bottom: 5px;
  }

  /* Base label styles */
  .inputSocialDiv label {
    margin-top: 0px;
    background-color: #d9d9d9;
    width: 300px;
    color: black;
    font-size: 16px;
    font-weight: 300;
    font-family: "Rubik";
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  /* Hide radio buttons */
  .inputSocialDiv input[type="radio"] {
    display: none;
  }

  /* Highlight label when radio button is checked */
  .inputSocialDiv input[type="radio"]:checked + label {
    background-color: #a0a0a0; /* Change this color for selected state */
    color: white; /* Change text color for better contrast */
  }

  /* Hover effect */
  .inputSocialDiv label:hover {
    background-color: #c0c0c0;
  }
  .date-picker {
    width: 100%;
  }
  .date-picker input {
    margin-top: 10px;
    background-color: #d9d9d9;
    font-size: 16px;
    font-weight: 300;
    font-family: "Rubik";
    outline: none;
    width: 420px;
    text-align: center;
    border: none;
    padding: 10px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.75);
  }
  .inputheading1 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Rubik";
    display: block;
    width: 98%;
    margin-top: 20px;
  }
  .inputDiv1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    margin-top: 20px;
    width: 100%;
  }
  .inputDiv1 input {
    background-color: #d9d9d9;
    font-size: 16px;
    font-weight: 300;
    font-family: "Rubik";
    outline: none;
    border: none;
    padding: 10px 10px;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.75);
  }
  .inputDiv1 input::placeholder {
    color: black;
    font-size: 16px;
    font-weight: 300;
    font-family: "Rubik";
  }
  .inputDiv2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    margin-top: 10px;
    width: 100%;
  }
  .inputDiv2 input {
    background-color: #d9d9d9;
    font-size: 16px;
    font-weight: 300;
    font-family: "Rubik";
    outline: none;
    border: none;
    padding: 10px 10px;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.75);
  }
  .inputDiv2 input::placeholder {
    color: black;
    font-size: 16px;
    font-weight: 300;
    font-family: "Rubik";
  }
  .inputDiv3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
    flex-wrap: wrap;
  }

  .inputDiv3 .input {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row-reverse;
    max-width: 45%;
    width: 100%;
    gap: 10%;
    background-color: #d9d9d9;
    font-size: 16px;
    font-family: "Rubik";
    font-weight: 300;
    color: #000000;
    outline: none;
    border: none;
    padding: 7px 10px;
    border-radius: 10px;
    margin-bottom: 7px;
    -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.75);
  }

  .inputDiv3 input::placeholder {
    color: black;
    font-size: 16px;
    font-weight: 300 !important;
    font-family: "Rubik" !important;
  }

  /* Hide default radio appearance */
  .inputDiv3 input[type="radio"] {
    appearance: none;
  }

  .inputDiv3 input[type="radio"]:checked + span {
    background: #152629; /* Highlight selected radio */
  }

  .inputDiv3 span {
    height: 30px;
    width: 35px;
    border-radius: 50%;
    padding: 0px;
    margin: 0;
    background: #a6cdd2;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* When radio is checked, show inner circle */
  .inputDiv3 span::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #a6cdd2;
    border-radius: 50%;
  }

  .inputDiv4 {
    flex-direction: column;
    width: 100%;
    align-items: start;
  }

  .inputDiv4 .input {
    width: 100%;
    max-width: 70%;
  }
  .formBtn {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    margin-top: 16px !important;
  }
  .formBtn .submitBtnInner {
    color: black;
    background-color: #a6cdd2 !important;
    font-family: "Rubik" !important;
    border: none; /* Remove default button border */
    padding: 10px 20px; /* Adjust padding for button */
    cursor: pointer; /* Add pointer cursor for buttons */
    text-align: center;
    display: inline-block;
    border-radius: 10px; /* Add border-radius for rounded corners */
    font-size: 16px; /* Ensure consistent font size */
    font-weight: 300; /* Ensure consistent font weight */
  }

  .formBtn .submitBtnInner:hover {
    color: #57a1bc;
    background-color: rgba(255, 255, 255, 0.211) !important;
    transform: translateY(-2px);
  }

  /* Contact Form CSS End */

  /* Footer CSS Start */

  .footer {
    padding: 0px 0px;
    margin-top: 80px;
    border-radius: 20px 20px 0px 0px;
    background-color: #152629;
  }
  .footer .footertop {
    padding-top: 40px;
  }
  .footer .footerDiv1 {
    border-right: 2px solid white;
    border-right-style: dashed;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer .footerDiv1 img {
    width: 60%;
  }
  .footer .footerDiv2 {
    border-right: 2px solid white;
    border-right-style: dashed;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
  }
  .footer .footerDiv2 h1 {
    color: white;
    font-size: 32px;
    font-weight: 500;
    word-spacing: 2px;
    letter-spacing: 10px;
    font-family: "Montserrat";
  }
  .footer .footerDiv2 .footerDiv2Inner {
    margin-top: 10%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .footer .footerDiv2 .footerDiv2Inner .email {
    font-size: 15px;
    font-weight: 400;
    font-family: "Montserrat";
    color: white;
    text-decoration: underline;
  }
  .footer .footerDiv2 .footerDiv2Inner .phone {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Montserrat";
    text-decoration: none;
    color: white;
  }
  .footer .footerDiv2 .footerDiv2Inner .address {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Montserrat";
    text-decoration: none;
    color: white;
  }
  .footer .footerDiv3 {
    border-right: 2px solid white;
    border-right-style: dashed;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
  }
  .footer .footerDiv3 h1 {
    color: white;
    font-size: 32px;
    font-weight: 500;
    word-spacing: 2px;
    letter-spacing: 10px;
    font-family: "Montserrat";
  }
  .footer .footerDiv3 .footerDiv3Inner {
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
  }
  .footer .footerDiv3 .footerDiv3Inner .line1 {
    border-right: 2px solid #49858f;
    border-right-style: dashed;
    padding: 0px 20px;
  }
  .footer .footerDiv3 .footerDiv3Inner .line1 li {
    list-style: none;
    margin-top: 20%;
  }
  .footer .footerDiv3 .footerDiv3Inner .line1 li a {
    font-weight: 500;
    color: white;
    font-size: 15px;
    font-family: "Montserrat";
    text-decoration: none;
  }
  .footer .footerDiv3 .footerDiv3Inner .line2 {
    padding: 0px 20px;
  }
  .footer .footerDiv3 .footerDiv3Inner .line2 li {
    list-style: none;
  }
  .footer .footerDiv3 .footerDiv3Inner .line2 li a {
    font-weight: 500;
    color: white;
    font-size: 15px;
    font-family: "Montserrat";
    text-decoration: none;
  }
  .footer .footerDiv4 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
  }
  .footer .footerDiv4 h1 {
    color: white;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: "Montserrat";
  }
  .footer .footerDiv4 .footerDiv4Inner {
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
  }
  .footer .footerDiv4 .footerDiv4Inner .line1 li {
    list-style: none;
    margin-top: 50%;
  }
  .footer .footerDiv4 .footerDiv4Inner .line1 li a {
    color: white;
    font-size: 20px;
    text-decoration: none;
  }
  .footer .footerDiv4 .footerDiv4Inner .line2 li {
    list-style: none;
    margin-top: 50%;
  }
  .footer .footerDiv4 .footerDiv4Inner .line2 li a {
    color: white;
    font-size: 20px;
    text-decoration: none;
  }
  .footer .footerDiv4 .footerDiv4Inner .line3 li {
    list-style: none;
  }
  .footer .footerDiv4 .footerDiv4Inner .line3 li a {
    color: white;
    font-size: 20px;
    text-decoration: none;
  }
  .footer .footerDiv4 .footerDiv4Inner .line1 {
    border-right: 2px solid #49858f;
    border-right-style: dashed;
    padding: 0px 20px;
    margin-right: 10px;
  }
  .footer .footerDiv4 .footerDiv4Inner .line2 {
    padding: 0px 20px;
    margin-right: 10px;
  }
  .footer .footerDiv4 .footerDiv4Inner .line3 {
    border-left: 2px solid #49858f;
    border-left-style: dashed;
    padding: 0px 20px;
  }

  .footerbottom {
    padding: 10px 60px;
    margin-top: 6%;
    border-top: 1px solid #90b3b8;
  }
  .footerbottomDiv1 {
    display: flex;
    justify-content: start;
    align-items: start;
  }
  .footerbottomDiv1 h1 {
    margin: 0;
    margin-top: 10px;
    color: white;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 500;
  }
  .footerbottomDiv2 {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
  }
  .footerbottomDiv2 ul {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footerbottomDiv2 li {
    list-style: none;
  }
  .footerbottomDiv2 li a {
    color: white;
    font-size: 15px;
    font-family: "Sansation";
    text-decoration: none;
    padding: 0px 20px;
  }
  .footerbottomDiv2 ul .TOS {
    border-right: 1px solid #ffd700;
    border-right-style: dashed;
  }
  /* Footer CSS End */
