/* Removing default styles */
* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /* Header styles */
  .content {
    /* background-color: #af0040; */
    background-image: url(images/photo_2025-01-19_12-41-44.jpg);
    font: 14px Lato, Ariel, Helvetica, sans-serif;
    padding-top: 15px;
    width: 100vw;
    
  }
  .content-1 {
    display: flex;
    justify-content: space-between;
    margin-inline: 30px;
  }
  .content-1 ul li {
    list-style: none;
  }
  .content-1 a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
  }
  .column {
    display: flex;
  }
  .text-item {
    padding: 7px;
    letter-spacing: 0.2px;
    transition: all;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
  }
  .text-item a:hover {
    transition: all ease 0.3s;
    color: rgba(211, 209, 209, 0.9);
  }
  .content-end {
    display: flex;
    margin-right: 20px;
  }
  .social-item {
    flex: 1;
    padding: 5px;
    padding: 7px;
    letter-spacing: 0.2px;
    transition: all;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
  }
  .social-item a:hover {
    transition: all ease 0.3s;
    color: rgba(211, 209, 209, 0.9);
  }
  .img {
    width: 100px;
    height: 100px;
    cursor: pointer;
  }
  .image-div {
    display: flex;
    justify-content: center;
    align-items: center;
   
  }
  a img {
    border: none;
  }
  .nav-link {
    padding: 15px;
  }
  header {
    color: #333333;
    font-size: 20px;
    height: rem;
    z-index: 1;
  }
  header ul li .active {
    color: #af0040;
  }
  nav i {
    color: rgb(92, 93, 94, 0.5);
    font-weight: 100;
  }
  
  /* Main navigation container */
  .main-navigation {
    padding: 15px;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 30px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border-bottom: 2px solid #af0040;
    background-color: #ffffff;
  }
  /* Main menu */
  .main-header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
  .sub-menu {
    text-transform: capitalize;
  }
  .sub-menu a:hover {
    color: #ffffff;
    
  }
  .main-header-menu > li {
    position: relative;
    margin-left: 10px;
    padding-left: 5px;
  }
  .main-header-menu a:hover {
    color: #d88f18;
    transition: ease 0.1s;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
  }
  .main-header-menu a {
    text-decoration: none;
    font-weight: bold;
    position: relative;
  }
  
  .menu-item > a {
    color: #333333;
    font: 14px Ariel, Helvetica, verdana, sans-serif;
    font-weight: 500;
  }
  .down-arrow {
    background: none;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    color: #af0040;
    font-size: 10px;
    font-weight: 100;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
  .main-navigation ul li ul {
    min-width: 250px;
    min-height: fit-content;
    background: #af0040;
    padding: 15px;
    border-radius: 10px;
    line-height: 60px;
    background-color: #fff;
    color: #af0040;
    border-radius: 5px;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
  .main-navigation ul ul li {
    position: relative;
  }
  .main-navigation ul ul li a {
    display: block;
    padding: 1px 1px;
    line-height: 1.1rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
  
  .sub-menu {
    display: none;
    position: absolute;
  }
  .sub-menu li {
    list-style: none;
    padding-top: 15px;
  }
  .close-btn {
    display: none;
  }
  
  .sub-menu a {
    text-decoration: none;
    color: #f9f5f5;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font: 13px Ariel, Helvetica, verdana, sans-serif;
    font-weight: 500;
  }
  
  /* Show the sub-menu on hover */
  .main-header-menu li:hover > .sub-menu {
    display: block;
    color: #fffdfe;
    background-color: #af0040;


  }
  .fa-bars,
  span {
    cursor: pointer;
  }
  .menus,
  .fa-bars {
    display: none;
  }
  .content-end i {
    font-size: 15px;
  }
@media(min-width:1000px) {
  .menu-btn {
    display: none;
  }
}


  /* responsiv section*/
  @media (max-width: 1000px) {
    .content-end {
      display: flex;
      justify-content: center;
      margin-left: 15px;
    }
    nav {
      display: none;
    }
    .menu-item a:hover {
      color: initial;
    }
    .sub-menu a:hover {
      color: #c6c0c2;
      
    }
    .text {
      display: none;
    }
    .image-div {
      display: flex;
      justify-content: center;
    }
    .content-1 {
      display: flex;
      justify-content: center;
      align-self: center;
    }
    .social-item {
      justify-content: center;
    }
    .main-navigation > ul {
      position: absolute;
      background-color: #ffffffa5;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      flex-direction: column;
      margin-top: 40px;
    }
    .main-navigation > ul a {
      /* font-size: 20px; */
      line-height: 50px;
    }
    .main-navigation ul li ul {
      min-width: 200px;
      background: #af0040;
      padding: .7rem;
      border-radius: 0;
    }
    .main-navigation ul ul li {
      position: relative;
    }
    .main-navigation ul ul li a {
      display: block;
      padding: 5px 8px;
      line-height: 1.1rem;
      border-bottom: 1px solid #33333314;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
    }

    .main-navigation  {
      display: block;
      border-bottom: 1px solid #af0040;

    }
    .close-btn {
      display: block;
    }
    .down-arrow {
      display: none;
    }
    .dropdown {
      visibility: visible;
      color: #5c5656cc;
    }
    .menu-item a .dropdown {

      position: absolute;
      left: 14em;
      margin: 2px;
      padding: 10px;
      line-height: 16px;
      border-left: 1px solid #33333317;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
    }
    .menu-item {
      border-bottom: 1px solid #33333317;
    }
    
    .main {
      background: #ffffff;
      width: 250px;
      right: -250px; /* Start offscreen to the right */
      height: 100vh;
      position: fixed;
      top: 0;
      overflow-y: auto;
      transition: 0.5s ease;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow-x: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow-x: hidden;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all;
      -o-transition: all;
    }
    .sub-menu {
      position: relative;
    }
    .main.active {
      right: 0; /* Bring it into view */
    }
    .main::-webkit-scrollbar {
      width: 0px;
    }
    .menu-item .sub-menu a {
      padding-left: 0px;
    }
    .rotate {
      transform: rotate(90deg);
      padding: 20px;
      color: #cccc;
      background: #af0040;
      border-radius: 2px;
    }
  
    .menus,
    .fa-bars {
      display: block;
    }
    .close-btn {
      position: absolute;
      right: 0px;
      top: 0px;
      cursor: pointer;
      margin: 15px;
      transition: all;
      -webkit-transition: all;
      -moz-transition: all;
      -ms-transition: all;
      -o-transition: all;
      color: #5c5656cc;
    }
    .main-header-menu li:hover > .sub-menu {
      display: none;
    }
    .menu-btn {
      position: absolute;
      right: 20px; /* Adjust as needed */
      top: 20px; /* Adjust as needed */
      font-size: 25px;
      z-index: 10; /* Ensure it is above other content */
      margin-top: 1rem;
      
    }
    .menus {
      display: inline-block;
      position: absolute;
      left: 1.3em;
      top: 0em;
      font-weight: 100;
      color: #fffeff;
      right: 2em;
    }
    .menu-btn span:hover {
      transition: all 0.5s;
      color: rgba(204, 185, 185, 0.9);
    }
    .menu-btn span {
      transition: all;
      -webkit-transition: all;
      -moz-transition: all;
      -ms-transition: all;
      -o-transition: all;
    }
    .img {
      width: 50px;
      height: 50px;
    }
    .Menu {
      display: flex;
      flex-direction: column;
      position: absolute;
      color: #af0040;
      left: 5em;
      bottom: 22em;
    }
    .main {
      display: block;
    }
  }
  
  @media (max-width: 720px) {
    .menus {
      display: none;
    }
  }
  @media (min-width: 1000px) {
    .dropdown {
      display: none;
      opacity: 0;
      
    }
    .main-navigation ul li ul {
      box-shadow: 0 0 10px rgba(189, 185, 185, 0.226);
    }
  }

  /* Profile button styles */
  .btn-profile {
    border: none; /* Remove border */
    border-radius: 50%; /* Make it round */
    width: 10px; /* Button size */
    height: 15px; /* Button size */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .btn-profile i {
    font-size: 16px; /* Icon size */
    color: #f5f4f4; /* Icon color */
  }

  /* Modal styles */
  .modal {
    display: none; /* Hidden by default */
  }
  /* Modal styles */
  .modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.7); /* Black with opacity */
  }

  .modal-content {
    background-color: #fff;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Width of modal */
    max-width: 500px; /* Maximum width */
  }

  .close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close-modal:hover,
  .close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
