@font-face {
    font-family: "Gilroy Bold";
    src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
  }
  
  
  @font-face {
    font-family: "Gilroy Regular";
    src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Gilroy Medium";
    src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Gilroy Light";
    src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
  }
  
  :root{
      --color-1: #101828;
      --color-2: #00B0A2;
      --color-3: #475467;
      --color-4: #543D04;
      --color-5: #0E3241;
      --color-6: #022926;
      --color-7: #FFF8F4;
      --color-8: #4E6785;
      --color-9: #FFDD85;
      --color-10: #F04438;
      --color-11: #0B2445;
      --custom-color: #101828;
      --thin: "Gilroy Light", Arial, Helvetica, sans-serif;
      --regular: "Gilroy Regular", Arial, Helvetica, sans-serif;
      --medium: "Gilroy Medium", Arial, Helvetica, sans-serif;
      --bold: "Gilroy Bold", Arial, Helvetica, sans-serif;
  }
  
  html{
      font-size: 16px;
  }
  
  body{
      font-size: 1rem;
      font-family: var(--regular);
      color: var(--custom-color);
      line-height: 1.6313rem;
      overflow-x: hidden;
  }
  
  .hero-heading{
      font-family: var(--bold);
      font-size: 4rem;
      font-weight: 400;
      line-height: 4.9519rem;
      letter-spacing: -0.01em;
      text-align: center;
  
  }
  
  .bg-hero{
      background-color: #FFF5F1;
  }
  
  .rounded-20{
      border-radius: 1.25rem;
  }
  
  .main-content{
      margin-top: 2.375rem;
  }
  
  .color-1{
      color: var(--color-1);
  }
  
  .color-2{
      color: var(--color-2);
  }
  
  .color-3{
      color: var(--color-3);
  }
  
  .color-4{
      color: var(--color-4)
  }
  
  .color-5{
      color: var(--color-5);
  }
  
  .color-6{
      color: var(--color-6);
  }
  
  .custom-text{
      color: var(--custom-color);
  }
  
  .color-7{
      color: var(--color-7);
  }
  
  .color-8{
      color: var(--color-8);
  }
  
  .color-11{
      color: var(--color-11);
  }
  
  .color-9{
      color: var(--color-9);
  }
  
  .bg-color-2{
      background-color: #ecffed;
  }
  
  .bg-color-7{
      background-color: var(--color-7);
  }
  
  .bg-color-9{
      background-color: var(--color-9);
  }
  
  .bg-color-6{
      background-color: var(--color-6);
  }
  
  .bg-color-4{
      background-color: var(--custom-color);
  }
  
  .bg-color-10{
      background-color: var(--color-10);
  }
  
  .bg-color-11{
      background-color: var(--color-11);
  }
  
  .bg-main-6{
      background-color: #00262b;
  }
  
  .bg-main-1{
      background-color: #F9FAFB;
  }
  
  .hero-space{
      margin-top: 6rem;
  }
  
  .w-60{
      width: 60%;
  }
  
  .sm-thumbnail{
      height: 40px;
      width: 47px;
      overflow: hidden;
      position: relative;
      border-radius: 4px;
  }
  
  .hero-gradient{
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 35%;
      width: 100%;
  }
  
  .page-banner__video-overlay-2 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      background-image: linear-gradient(180deg, #00262b38, rgba(0, 0, 0, 1));
      opacity: 1;
  }
  
  .card-height-2{
      height: 353px;
  }
  
  .navbar-main{
      width: 95%;
      max-width: 50rem;
      margin: 0 auto;
      margin-top: 3.4375rem;
      border-radius: 50px;
      background-color: #FFFFFFC7 !important;
      backdrop-filter: blur(5px);
  }
  
  .nav-shadow{
      box-shadow: 0px 24px 48px -12px #B4AC9826;
      border: 1px solid #9393931F;
  }
  
  .text-custom-heading{
      font-family: "Playfair Display", serif;
      font-weight: 400;
      text-transform: uppercase;
  }
  
  .nav-link{
      font-family: var(--medium);
      font-weight: 500;
  }
  
  .text-medium{
      font-family: var(--medium);
      font-weight: 500;
  }
  
  .text-bold{
      font-family: var(--bold);
      font-weight: bold;
  }
  
  .text-main-light{
      font-family: var(--light);
      font-weight: 300;
  }
  
  .text-regular{
      font-family: var(--regular);
      font-weight: 400;
  }
  
  .btn-custom {
      box-shadow: 0px 6px 7.4px 0px #FFFFFF26 inset;
      /* box-shadow: 0px 2px 4px 0px #101828 inset;
      box-shadow: 0px -1px 4px 0px #FFFFFF3D inset;
      box-shadow: 0px 1px 1.6px 0px #141B341C;
      box-shadow: 0px 0px 0px 1px #141B342B; */
  }
  
  .btn-main-primary{
      background-color: var(--color-1);
      color: #fff;
  }
  
  .btn-outline-main-primary-2.in-cart{
      border: 1px solid var(--color-1) !important;
      background-color: var(--color-1) !important;
      color: #fff !important;
  }
  
  .btn-main-primary:hover{
      border: 1px solid var(--color-1);
      color: var(--color-1);
      background-color: #fff;
  }
  
  .btn-outline-main-primary{
      border: 1px solid var(--color-1);
      color: var(--color-1);
      background-color: transparent;
  }
  
  .btn-outline-main-primary-2{
      border: 1px solid var(--color-1);
      color: var(--color-1);
      background-color: white;
  }
  
  .btn-outline-main-primary-2:hover{
      border: 1px solid var(--color-1);
      background-color: var(--color-1);
      color: #fff;
  }
  
  .btn-outline-main-light{
      border: 1px solid #fff;
      color: #fff;
      background-color: transparent;
  }
  
  .btn-main-danger-2{
      background-color: #FEE4E2;
      color: var(--color-10);
      border: 1px solid #FDA29B;
  }
  
  .btn-main-danger-2:hover{
      background-color: var(--color-10);
      color: #fff;
      border: 1px solid #FDA29B;
  }
  
  .btn-main-danger{
      background-color: var(--color-10);
       color: #fff;
  }
  
  .btn-main-danger:hover{
      background-color: var(--color-10);
      color: #fff;
      opacity: 0.9;
  }
  
  .btn-outline-main-light:hover{
      border: 1px solid var(--color-1);
      color: #fff;
      background-color: var(--color-1);
  }
  
  .btn-outline-main-primary:hover{
      background-color: var(--color-1);
      color: #fff;
  }
  
  .btn-nav{
      font-size: 14px;
  }
  
  .btn-font{
      font-size: 1.125rem;
      line-height: 1.1362rem;
  }
  
  .cursor-pointer{
      cursor: pointer;
  }
  
  .gap-30{
      gap: 30px;
  }
  
  .gap-20{
      gap: 20px;
  }
  
  .btn-size{
      padding: 15px 18px 15px 18px;
  }
  
  .text-size-1{
      font-size: 1.125rem;
  }
  
  .btn-size-2{
      padding: 13px 14px 13px 14px;
  }
  
  .border-custom{
      border: 1px solid #D0D5DD
  }
  
  .hero-text-2{
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.43rem;
      text-align: left;
  }
  
  .hero-text-3 p{
      font-family: var(--medium);
      font-size: 1.25rem;
      line-height: 1.5163rem;
      letter-spacing: 0.01em;
  }
  
  .top-tag{
      font-size: .875rem;
      font-weight: 400;
      line-height: 20.02px;
      letter-spacing: 0.16em;
      color: rgba(51, 38, 40, 0.5);
  }
  
  .bottom-tag{
      color: var(--custom-color);
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 28.6px;
  }
  
  .heading-tag{
      font-size: 2.5rem;
      font-family: var(--bold);
      font-weight: 700;
      line-height: 3.3325rem;
      letter-spacing: -0.01em;
  }
  
  .pt-100{
      padding-top: 100px;
  }
  
  .pb-100{
      padding-bottom: 100px;
  }
  
  .pt-120{
      padding-top: 120px;
  }
  
  .pb-120{
      padding-bottom: 120px;
  }
  
  .pt-60{
      padding-top: 60px;
  }
  
  .pb-60{
      padding-bottom: 60px;
  }
  
  .box-image h4{
      font-family: var(--bold);
      font-size: 1.5rem;
      line-height: 2.145rem;
      color: #00262b;
  }
  
  .box-image p{
      font-size: 1rem;
      line-height: 27.88px;
  }
  
  .pricing-heading{
      font-size: 2.75rem;
      font-weight: 400;
      line-height: 3.6656rem;
      letter-spacing: -0.01em;
      text-align: center;
      font-style: normal;
  }
  
  .font-italic{
      font-style: italic !important;
  }
  
  .footer-heading{
      font-size: 5rem;
      font-style: italic;
      font-weight: 500;
      line-height: 5.5rem;
      letter-spacing: -0.01em;
      flex-basis: 700px;
  }
  
  .footer a{
      color: var(--color-3);
      font-family: var(--medium);
  }
  
  .footer-pattern{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 55%;
      height: 100%;
  }
  
  .social-media-links a{
      font-size: 1rem;
      font-family: var(--regular) !important;
      line-height: 22.88px;
      letter-spacing: 0.14em;
  }
  
  .nav-pill-radius.nav-pills .nav-link {
      border-radius: 0;
      font-family: var(--medium);
      font-weight: 500;
  }
  
  .nav-pill-radius.nav-pills .nav-link {
      border-radius: 0;
      font-family: var(--medium);
      font-weight: 500;
      color: #332628;
  }
  
  .nav-pill-radius.nav-pills .nav-link.active, .nav-pill-radius.nav-pills .show>.nav-link {
      color: #fff;
      background-color: var(--color-11);
  }
  
  .gallery-img{
      height: 400px;
      width: 100%;
      position: relative;
      overflow: hidden;
  }
  
  .pricing-sm-heading{
      font-size: 1.5rem;
      font-weight: 500;
      font-family: var(--medium);
      line-height: 2.145rem;
  }
  
  .form-control-height{
      padding: 16px 20px 16px 20px;
  }
  
  .form-control{
      border-radius: 8px;
      border: 1px solid #EAECF0;
  }
  
  .border-left-50{
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px;
  }
  
  .border-right-50{
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
  }
  
  .pricing-num{
      font-size: 4rem;
      font-family: var(--medium);
      line-height: 4.72rem;
      color: #422442;
  }
  
  .perk-list li{
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.43rem;
      letter-spacing: 0.01em;
      color: #5F4C5F;
      gap: 15px;
      margin-bottom: 10px;
  }
  
  .perk-list{
      column-count: 2;
  }
  
  .perks-title{
      font-size: .875rem;
      font-weight: 650;
      font-family: var(--medium);
      line-height: 1.2512rem;
      letter-spacing: 0.42em;
      color: #5F4C5F;
  }
  
  .add-image{
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      background-attachment: fixed;
  }
  
  .add-image-2{
      background-repeat: no-repeat !important;
      background-position: center center !important;
      background-size: cover !important;
  }
  
  .vh-90{
      height: 90vh;
  }
  
  .main-footer .footer-link {
      gap: 1rem;
      display: flex;
      flex-direction: column;
  }
  
  .main-footer .footer-link a{
      font-size: 0.9rem;
      color: #474646;
      text-decoration: none;
  }
  
  .ft-sm {
      font-size: 11px;
      line-height: 17px;
  }
  
  .ft-md {
      font-size: 13px;
      line-height: 17px;
  }
  
  .alert-warning-custom{
      background-color: #FFFAEB;
      border: 1px solid #FEF0C7;
      color: #7A2E0E;
  }
  
  .dropdown-item:focus, .dropdown-item:hover {
      background-color: var(--color-11);
      color: #fff;
      border-radius: 12px;
  }
  
  .dropdown-item:hover .media-box-body {
      color: #fff;
  }
  
  .bg-main-dark{
      background-color: #1d1f39;
  }
  
  .accord-faq .accordion-header{
      font-size: 1.5rem;
      font-family: var(--medium);
      font-weight: 500;
  }
  
  .accord-faq .accordion-button{
      font-size: 1.5rem;
      font-family: var(--medium);
      font-weight: 500;
  }
  
  .accord-faq .accordion-button:not(.collapsed) {
      color: var(--color-1);
      background-color: unset;
      box-shadow: unset;
  }
  
  .accord-faq .accordion-item:last-of-type {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }
  
  .nav-dropdown-size {
      width: 550px !important;
      border-radius: 10px !important;
      /* left: -250px !important; */
  }
  
  .nav-dropdown-size a{
      color: var(--custom-color);
  }
  
  .top-pos {
      top: 30px !important;
  }
  
  .heading-text{
      font-family: var(--bold);
      font-size: 2.75rem;
      font-weight: 700;
      line-height: 3.4044rem;
      letter-spacing: -0.01em;
  }
  
  .thumb-img{
      height: 240px;
      width: 100%;
      position: relative;
      overflow: hidden;
  }
  
  .object-fit-cover{
      object-fit: cover;
  }
  
  .object-fit-contain{
      object-fit: contain;
  }
  
  .object-position-center{
      object-position: center;
  }
  
  .heading-text-sm{
      font-family: var(--medium);
      font-size: 2rem;
      font-weight: 500;
      line-height: 2.9rem;
      letter-spacing: 0.01em;
  }
  
  .heading-text-md{
      font-family: var(--bold);
      font-size: 2.5rem;
      font-weight: 400;
      line-height: 3.095rem;
      letter-spacing: -0.01em;
      text-align: center;
  }
  
  .text-pos{
      position: absolute;
      bottom: 2.875rem;
      right: 3.9375rem;
      width: 25rem;
  }
  
  .text-title-heading{
      font-family: var(--bold);
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 2.175rem;
      letter-spacing: 0.01em;
  }
  
  .grid-box-title{
      font-family: var(--bold);
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.8rem;
  }
  
  .text-title-para{
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.45rem;
      letter-spacing: 0.01em;
      text-align: left;
  }
  
  .gradient-1{
      background: linear-gradient(177.32deg, #FFF6E1 -16.26%, #FFB600 119.52%);
  }
  
  .gradient-2{
      background: linear-gradient(180deg, #FF120C 0%, #FF928F 100%);
  }
  
  .gradient-3{
      background: linear-gradient(269.29deg, #00AAF4 -76.05%, #DDF5FF 120.58%);
  }
  
  .gradient-4{
      background: linear-gradient(180deg, #FFFFFF 0%, #FFEFC5 100%);
  }
  
  .bg-main-gray{
      background-color: #F2F4F7;
  }
  
  .grid-item-container{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 2rem;
  }
  
  .card-height{
      height: 279px;
  }
  
  .item-pos-1{
      position: absolute;
      bottom: 0;
      right: 0;
  }
  
  .z-index-1{
      z-index: 1;
  }
  
  .grid-text-space{
      font-family: var(--regular);
      font-size: 15.74px;
      font-weight: 400;
      line-height: 18.89px;
      letter-spacing: 0.11em;
      text-transform: uppercase;
  }
  
  .mb-grid-1{
      margin-bottom: 18px;
  }
  
  .custom-tile{
      width: 65%;
      bottom: -55px;
  }
  
  .w-55{
      width: 55%;
  }
  
  .bg-set-1{
      background-image: url(./images/img-grid.png);
      background-position: center 130px;
      background-size: contain;
      background-repeat: no-repeat;
  }
  
  .mix-blend-overlay{
      mix-blend-mode: overlay;
  }
  
  .sub-heading{
      font-family: var(--bold);
      font-size: 3.5rem;
      font-weight: 400;
      line-height: 4.3331rem;
      letter-spacing: -0.01em;
      text-align: center;
  }
  
  .sidebar-nav{
      gap: 10px;
      display: flex;
      flex-direction: column;
  }
  
  .sidebar-nav li{
      padding: 10px 15px;
  }
  
  .sidebar-nav a{
      text-decoration: none;
      color: #98A2B3;
  }
  
  .sidebar-nav li.active a{
      color: #344054;
      font-weight: 700;
      font-family: var(--bold);
  }
  
  .sidebar-nav li.active{
      background-color: #F9FAFB;
      border-radius: 10px;
  }
  
  .placeholder-text{
      font-family: var(--medium);
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 18.18px;
  }
  
  .thumb-img img{
      transition: all .3s ease-in-out;
  }
  
  .thumb-img:hover img{
      transform: scale(1.1);
  }
  
  /* .action-btns-for-products .added-product:hover .remove-product{
      display: block !important;
  } */
  
  .checkout-details{
      font-family: var(--bold);
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.8125rem;
      letter-spacing: 0.01em;
  }
  
  .text-custom-1{
      font-family: var(--bold);
      font-size: 2rem;
      font-weight: 700;
      line-height: 2.4762rem;
      letter-spacing: -0.01em;
  }
  
  .text-custom-2{
      font-family: var(--medium);
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.8194rem;
      letter-spacing: -0.01em;
  }
  
  .btn-num{
      border: 0;
      background-color: transparent;
  }
  
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  
  .border-custom-2{
      border: 1px solid var(--color-1);
  }
  
  .border-custom-3{
      border: 1px solid #F2F4F7
  }
  
  .max-width-truncate{
      max-width: 140px;
  }
  
  .min-height-100{
      min-height: 100vh;
  }
  
  .card-list{
      margin-bottom: 20px;
  }
  
  .card-list:last-child{
      margin-bottom: 0;
  }
  
  .mt-6{
      margin-top: 2rem;
  }
  
  .success-line{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
  }
  
  .toast-con{
      padding: 17px;
      border-radius: 10px;
      position: fixed;
      bottom: 10px;
      left: 0;
      right: 0;
      background-color: #fff;
      width: 95%;
      max-width: 70rem;
      margin: 0 auto;
      z-index: 10;
  }
  
  .table>:not(caption)>*>* {
      padding: 1rem 1rem;
      border-bottom-width: 0px;
  }
  
  .table{
      font-size: 14px;
  }

  .bg-black-2{
    background-color: rgba(33, 28, 28, 0.9);
    border-radius: 12px;
  }
  
  .product-details-img{
    height: 400px;
    position: relative;
    overflow: hidden;
  }
  
  @media screen and (max-width: 768px){
      .hero-heading{
          font-size: 2.5rem;
          line-height: 3.3325rem;
      }
  
      .min-card-height-2{
          height: 353px !important;
      }
  
      .add-image {
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover;
          background-attachment: unset;
      }
  
      .heading-text {
          font-family: var(--bold);
          font-size: 2rem;
          font-weight: 700;
          line-height: 3rem;
          letter-spacing: -0.01em;
      }
  
      .w-55 {
          width: 100%;
      }
  
      .w-60 {
          width: 100%;
      }
  
      .bg-set-1 {
          background-image: url(./images/img-grid.png);
          background-position: center 210px;
          background-size: contain;
          background-repeat: no-repeat;
      }
  
      .mobile-nav.navbar-main{
          border-radius: 15px;
      }
  
      .w-lg-100{
          width: 100%;
      }
  
      .footer-pattern {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
      }
  
      .gap-30{
          gap: 1rem;
      }
  
      .custom-bottom{
          border-bottom: 1px solid rgba(95, 76, 95, 0.2);
          padding-top: 15px;
          padding-bottom: 15px;
      }
  
      .footer-heading {
          font-size: 4rem;
          font-style: italic;
          font-weight: 500;
          line-height: 4.4rem;
          letter-spacing: -0.01em;
          flex-basis: 700px;
      }
  
      .perk-list{
          column-count: 1;
      }
  
      .nav-dropdown-size {
          width: 550px !important;
          border-radius: 10px !important;
          /* left: -250px !important; */
      }
  
  }
  
  @media screen and (min-width: 991px){
  
      .hide-image-sm{
          background-image: url(../images/nav-img.jpg);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
          min-height: 325px;
      }
  
      .vh-lg-100{
          height: 100vh;
      }
  
  }
  
  @media (min-width: 768px) and (max-width: 1400px) {
    
    .perk-list{
          column-count: 1;
      }
    
  }
  
  @media (min-width: 1400px) {
      .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
          max-width: 1200px;
      }
  }