  .dropdown_menu {
                position: relative;
                display: inline-block;
            }

            .dropdown_menu-content {
                display: none;
                margin-left: -75px;
                position: absolute;
                background-color: #0000009e;
                min-width: 220px;
                box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
                z-index: 1;
            }

            .dropdown_menu-content a {
                border-bottom: 1px solid rgb(242 244 248 / 13%);
                color: #fff !important;
                padding: 8px 24px;
                line-height: 30px !important;
                text-decoration: none;
                display: block;
            }

            .dropdown_menu-content a:hover {
                background-color: #ddd;
            }

            .dropdown_menu:hover .dropdown_menu-content {
                display: block;
            }

            .langs a {
                float: left;
            }

            #nav li:hover ul ul {
                display: none;
            }

            /* hides sub-sublists */

            #nav li:hover ul {
                display: block;
            }

            /* shows sublist on hover */

            #nav li li:hover ul {
                display: block;
                /* shows sub-sublist on hover */
                margin-left: 200px;
                /* this should be the same width as the parent list item */
                margin-top: -35px;
                /* aligns top of sub menu with top of list item */
            }

            #lits-menu {
                list-style: none inside;
                margin: 0;
                padding: 0;
                text-align: center;
            }

            #lits-menu li {
                display: block;
                position: relative;

                /* menu background color */
            }
            #lits-menu ul {
                background-color: #0000009e;
                min-width: 220px;
                box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
                z-index: 1;
            }

            #lits-menu li a {
                display: block;
                padding: 0;
                font-family: "PT Sans", sans-serif;
                text-decoration: none;
                font-size: 14px;
                /* this is the width of the menu items */
                line-height: 35px;
                /* this is the hieght of the menu items */
                color: #ffffff;
                /* list item font color */
            }

          

            /* smaller font size for sub menu items */

            /* highlights current hovered list item and the parent list items when hovering over sub menues */

            #lits-menu ul {
                position: absolute;
                padding: 0;
                left: 0;
                display: none;
                /* hides sublists */
            }

            #lits-menu li:hover ul ul {
                display: none;
            }

            /* hides sub-sublists */

            #lits-menu li:hover ul {
                display: block;
            }

            /* shows sublist on hover */

            #lits-menu li li:hover ul {
                display: block;
                /* shows sub-sublist on hover */
                margin-left: 200px;
                /* this should be the same width as the parent list item */
                margin-top: -35px;
                /* aligns top of sub menu with top of list item */
            }
            .sub-lines {
                border-bottom: 1px solid rgb(242 244 248 / 13%);
                color: #fff !important;
                padding: 8px 24px;
                line-height: 30px !important;
            }
            .langs a img {
                margin-right:10px;
            }
            .sub-menu-subs li{
                    width: 100%;
                        padding-top: 5px;
    padding-bottom: 5px;
            }

            .sub-menu-subs  {
                     margin-left: -50px;
                         
             }

             #lits-menu {
                 margin-top: 16px;
             }

             .triumph-hotel-thumbnail-wrap img {
                 width: 100%;
    height: 355px;
    object-fit: cover;
             }

             .triumph-hotel-text {
    background-color: #202121c9;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: PT Sans;
    width: 100%;
    text-transform: uppercase;
    left: 0;
    bottom: 47px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    opacity: 1;
}

 #main-video:before {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background-color: #000;
                        opacity: 0.3;
                        z-index: 100;
                    }



                          .dropdown_menu {
      position: relative;
      display: inline-block;
  }
  .dropdown_menu-content {
      display: none;
      margin-left: -75px;
      position: absolute;
      background-color: #0000009e;
      min-width: 220px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1;
  }
  .dropdown_menu-content a {
      border-bottom: 1px solid rgb(242 244 248 / 13%);
      color: #fff !important;
      padding: 8px 24px;
      line-height: 30px !important;
      text-decoration: none;
      display: block;
  }
  .dropdown_menu-content a:hover {
      background-color: #ddd;
  }
  .dropdown_menu:hover .dropdown_menu-content {
      display: block;
  }
  .langs a {
      float: left;
  }
  #nav li:hover ul ul {
      display: none;
  }
  /* hides sub-sublists */
  #nav li:hover ul {
      display: block;
  }
  /* shows sublist on hover */
  #nav li li:hover ul {
      display: block;
      /* shows sub-sublist on hover */
      margin-left: 200px;
      /* this should be the same width as the parent list item */
      margin-top: -35px;
      /* aligns top of sub menu with top of list item */
  }
  #lits-menu {
      list-style: none inside;
      margin: 0;
      padding: 0;
      text-align: center;
  }
  #lits-menu li {
      display: block;
      position: relative;
      /* menu background color */
  }
  #lits-menu ul {
      background-color: #0000009e;
      min-width: 220px;
      box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
      z-index: 1;
  }
  #lits-menu li a {
      display: block;
      padding: 0;
      font-family: "PT Sans", sans-serif;
      text-decoration: none;
      font-size: 14px;
      /* this is the width of the menu items */
      line-height: 35px;
      /* this is the hieght of the menu items */
      color: #ffffff;
      /* list item font color */
  }
  /* smaller font size for sub menu items */
  /* highlights current hovered list item and the parent list items when hovering over sub menues */
  #lits-menu ul {
      position: absolute;
      padding: 0;
      left: 0;
      display: none;
      /* hides sublists */
  }
  #lits-menu li:hover ul ul {
      display: none;
  }
  /* hides sub-sublists */
  #lits-menu li:hover ul {
      display: block;
  }
  /* shows sublist on hover */
  #lits-menu li li:hover ul {
      display: block;
      /* shows sub-sublist on hover */
      margin-left: 200px;
      /* this should be the same width as the parent list item */
      margin-top: -35px;
      /* aligns top of sub menu with top of list item */
  }
  .sub-lines {
      border-bottom: 1px solid rgb(242 244 248 / 13%);
      color: #fff !important;
      padding: 8px 24px;
      line-height: 30px !important;
  }
  .langs a img {
      margin-right: 10px;
  }
  .sub-menu-subs li {
      width: 100%;
      padding-top: 5px;
      padding-bottom: 5px;
  }
  .sub-menu-subs {
      margin-left: -50px;
  }
  #lits-menu {
      margin-top: 16px;
  }
  .triumph-hotel-thumbnail-wrap img {
      width: 100%;
      height: 355px;
      object-fit: cover;
  }
  .triumph-hotel-text {
      background-color: #202121c9;
      position: absolute;
      padding-top: 10px;
      padding-bottom: 10px;
      font-family: PT Sans;
      width: 100%;
      text-transform: uppercase;
      left: 0;
      bottom: 47px;
      color: #fff;
      font-size: 18px;
      line-height: 26px;
      transition: .4s;
      -webkit-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
      opacity: 1;
  }
  #main-video:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0.3;
      z-index: 100;
  }