    .dropdown-toggle-right::after {
      font-family: "Unicons"; /* Assuming Unicons includes a right arrow */
  display: inline-block;
  margin-left: 0.1rem;
  vertical-align: -3px;
  font-weight: 700 !important;
  content: "\e930"; /* Replace with the appropriate code for a right arrow */
  border: 0;
}
.cardsFordesk{
  display: flex !important;
  justify-content: space-between;
}
.tint {
  position: relative;
  float: left;
  cursor: pointer;
  top: 0;
}

.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0, 0.3);
}
.dropdown-toggle-right:hover::after {
  transform: translateX(2px);
}
    nav ul li {
      position: relative; 
    }
          nav ul.submenu {
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            visibility: hidden;
            opacity: 0;
            position: absolute;
      top: 0;
      left: 100.5%;
      min-height: 150px;
      min-width: 200px;
      transition: all 0.3s;
      list-style-type: none;
      padding: 0;
      margin: 0;
      background-color: #fff;
    }
    #submenuEvents{
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 100.5%;
    min-height: 30px;
    min-width: 200px;
    transition: all 0.3s;
    list-style-type: none;
    padding: 0;
    margin: 0;
  background-color: #fff;
    }
    nav ul li:hover > ul.submenu {
      justify-content: space-around;
      flex-direction: column;
      display: flex;
      gap: 5%;
      align-items: flex-start;
      top: 0;
      visibility: visible;
      opacity: 1;
    }
    
    nav ul li a{
      color: rgb(52, 63, 82);
      font-weight: 600;
      margin: 0px 15px;
    }
    /* Sub-submenus (if any) will be positioned beside the parent submenu */
    nav ul.submenu ul {
      left: 100%;
      top: 0;
    }
    
    nav ul.submenu li:hover > ul {
      top: 0;
    }
    #submenuEvents:hover{
      top: 0;
    }
    .modal {
      justify-content: center;
      align-items: center;
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 99999; /* Sit on top */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height:100%; /* Full height */
      background-color: rgba(0,0,0,0.8);
      overflow: hidden; /* Black background with opacity */
    }
    
    /* Modal content (image inside the pop-up) */
    .modal-content {
      position: relative;
      margin: 15% auto;
      display: flex;
      flex-direction: row;
      width:500px; /* You can adjust the size */
      height: 500px;
      background-color: #ccc; /* Set a max size for the image */
    }
  
    
    /* Close button styling */
    .close {
      position: absolute;
      top: -46px;
      right: -45px;
      color: white;
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
    }
    .modal-content img{
      max-width: 100%;
      max-height: 100%;
    }
    
    .close:hover, .close:focus {
      color: #bbb;
      text-decoration: none;
      cursor: pointer;
    }
    @media only screen and (min-width: 768px) {
      #dropdownForMobile {
        display: none;
      }
    }
    @media only screen and (max-width:768px){
      #dropdownForDesktop{
        display: none;
      }
      .camp-web{
        display: flex !important;
        margin-left: 70px !important;
      }
    }
    .cardsForMob{
      display: none !important;
      width: 100%;
      flex-direction: column;
    }
    .teamForMob{
      display: none !important;
      flex-direction: column;
    }
    .row-1{
      display: flex;
      height: 273px;
      width: 100%;
      justify-content: space-around;
      flex:1;
    }
    .footer-img-mob{
      display: none;
    }
    #title-mob{
      display: none;
    }
    .register button{
      padding: 10px;
      margin-top:5%;
      background: rgba(0, 147, 233,0.8);
      border-radius: 5px;
      font-weight: 500;
      transition: all .3s;
    }
    .register button:hover{
      background: rgba(0, 147, 233,0.6);
      scale: 1.1;
    }
    @media (min-width: 0px) and (max-width:1100px){
      .cardsForDesk{
        display: none;
      }
      .register button{
        margin: 2%;
        font-size: 10px;
        font-weight: 500;
      }
      #title-mob{
        display: block;
      }
      .mg-none{
        margin: 0% !important;
      }
      .cardsForMob{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
      }
      .teamForMob{
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        height: 50vh;
      }
      .team{
        display: none !important;
      }

      .profile{
        height: 35%;
      width: 50%;
      align-items: center;
      }
      .profile-img img{
        scale: 0.3;
      }
      .profile-img{
        border-radius: 20%;
      }
      .profile-name p{
        font-weight: 300;
        font-size: 12px;
      }
    .footer-img-mob{
      display: block;
      height: 545px;
      background-size: cover; /* Ensures the image covers the entire div */
      background-position: center; /* Centers the image */
      background-repeat: no-repeat;
    }
    .book button{
      padding: 8px;
  
      
    }
    .footer-img{
      display: none;
    }
    .social-2{
      bottom: 3%;
      height: 30px;
      width: 90% !important;
    }
    .media{
      justify-content: space-evenly;
    }
    .mydiv2{
      margin-top: 0 !important;
    }
      /* .margin-btm{
        margin-bottom: 10px !important;
      } */
      
    }