 * {
    margin: 0px;
    padding: 0px;
 }

 html {
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth;
    background-color: #e9edf6;
    /*-webkit-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-o-user-select: none;*/
    /*user-select: none;*/
    font-family: Blanco, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
 }

 html::-webkit-scrollbar {
    width: 10px;
    height: 10px;
 }

 html::-webkit-scrollbar-thumb {
    background: #0000ff;
    box-shadow: inset 2px 2px 2px #ffffff, inset -2px -2px 2px #0000ff;
 }

 html::-webkit-scrollbar-track {
    background-color: #e9edf6;
 }

 body {
    color: #000;
    box-sizing: border-box;
 }

 h1 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -1px;
 }

 h2 {
    font-size: 24px;
    letter-spacing: -1px;
 }

 h3 {
    font-size: 20px;
 }

 h4 {
    font-size: 18px;
 }

 h5 {
    font-size: 17px;
 }

 h6 {
    font-size: 16px;
 }

 .main_menu {
    width: 99.4%;
    height: 60px;
    margin-left: 0.6%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background-color: #205A28;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 500;
 }
 .main_menu input{
  display: none;
 }
 .main_menu img{
  width: 250px;
  padding-right: 200px;
  padding-left: 15px;
 }
 .m2ulnv {
  width: 100%;
  display: -webkit-flex;
    display: flex;
    align-items: center;
}
 .m2ulnv li:last-child {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 15px;
    background-color: #C72B32;
    display: inline-flex;
    align-items: center;
 }

 .main_menu li {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    list-style: none;
 }
 .main_menu li:first-child{
   margin-left: 15px;
 }

 .main_menu li a {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
 }

 .main_menu li:not(:last-child) {
    margin-right: 20px;
 }
 .mob_main_menu{
  display: none;
 }

 .main_hero {
    width: 99.4%;
    height: 60vh;
    margin-left: 0.6%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid #C72B32;
    overflow: hidden;
    z-index: -1;
 }
 .main_hero::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.342);
  z-index: -1;
}
 .main_hero h1{
  padding-bottom: 15px;
 }

 .main_hero img {
    position: absolute;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: -5;
 }
 .trvlmainhr{
  width: 60%;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
 }
 .trvfbe{
   height: 20px;
   width: 99.4%;
   margin-left: 0.6%;
   display: inline-flex;
   justify-content: center;
   background-color: #205A28;
   padding: 10px 0;
   font-weight: bold;
   color: #ffffff;
 }
 .tvlsntrspg{
  width: 99.4%;
  margin-left: 0.6%;
 }
 .tvlsntrspgmin{
   width: calc(99.4% - 80px);
   margin-left: 0.6%;
 }
 .tvlsntrspgmin{
  background-color: #ffffff;
  padding: 0 40px;
  padding-bottom: 50px;
 }
 .tvlsntrspgmin h2{
   padding: 50px 0px 30px;
 }
 .tvlsntrspg{
   height: 50vh;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-bottom: 1px solid #C72B32;
 }
 .e404pgic{
  display: inline-flex;
  justify-content: end;
 }
 .e404pgdtl{
  padding: 120px;
 }
 .e404pgdtl ul{
  margin-top: 10px;
 }
 .e404pgdtl ul li{
  margin-left: 18px;
 }
 .tvlsntrspg{
  position: relative;
  overflow: hidden;
 }
 .tvlsntrspg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.342);
  z-index: -1;
}
 .tvlsntrspg h1{
   size: 40px;
   margin-bottom: 20px;
 }
 .tvlsntrspg img{
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: -1;
 }
 .tvlsntrspghin{
  width: 50%;
  color: #ffffff;
  font-weight: bold;
 }
 .tvlsntrspghin.optrs{
  text-align: center;
 }
 .tvlsntrspgh{
  width: 60%;
  color: #ffffff;
  font-weight: bold;
 }
 .tvlsntrspgh ul{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
 }
 .tvlsntrspgh ul li{
  list-style: none;
  padding: 5px 15px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-top: 10px;
  margin-right: 20px;
 }
 .hvlnpgbcindis{
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 25px;
 }
 .tvlsnthhh{
  margin-bottom: 30px;
 }
 .tvlsnthhh h2{
  padding: 50px 0px 10px;
 }
 .lvlytimg{
   position: relative;
   overflow: hidden;
   height: 200px;
 }
 .lvlytimg img{
   width: 100%;
   position: absolute;
   transform: translate(-50%, -50%);
   top: 50%;
   left: 50%;
   border-radius: 5px 5px 0px 0px;

 }
 .lstoftrsuwlll{
   box-shadow: 0 2px 2px 0 rgba(92, 91, 91, 0.2), 0 6px 20px 0 rgba(87, 86, 86, 0.19);
   border-radius: 5px;
   
 }
 .lvlytbtmcj h3{
   text-align: center;
   padding: 10px 0;
 }
 .lvlytbtmcj p{
   text-align: center;
   font-weight: bolder;
   font-size: 14px;
 }
 p#lvlytbtmcj{
   border-top: 1px dashed #205A28;
   padding: 15px 0 30px;
 }
 p#lvlytbtmcj span{
   font-weight: normal;
   color: #C72B32;
   padding-bottom: 5px;
 }
 .lvlytbtmcj p span{
   display: block;
 }
 .lvlytbtmcj p a{
  text-decoration: none;
  cursor: pointer;
  color: #000;
 }
 .lvlytbdtls{
   display: -webkit-flex;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 20px;
 }
 .lvlytbdtls ul li{
   list-style: none;
   font-weight: bold;
 }
 .lvlytbdtls ul li span{
   font-weight: normal;
   font-size: 15px;
 }
 .lvlytbdtls p{
   font-size: 13px;
   font-weight: bold;
   font-style: italic;
   font-weight: bold;
   border: 1px solid #C72B32;
   border-radius: 3px;
   margin-left: 20px;
   padding: 5px 10px;
 }
 .lvlytbdtls p span{
   font-size: 12px;
 }
 .lvlytbdtls p em{
   color: #C72B32;
 }
 .tvlsntrspgint{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin-left: 10%;
  margin-top: 50px;
  border: 1px solid #205A28;
  border-radius: 10px;
  padding: 8px;
 }
 .tvlptinfo{
  flex: 0 60%;
  padding: 10px;
 }
 .tvlptinfo p{
  font-size: 15px;
 }
 .tvlptinfo h2{
  padding: 10px 0;
 }
 .tvlptinfoimg{
  flex: 0 40%;
  height: 180px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
 }
 .tvlptinfoimg img{
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 10px;
 }
 .tvlptinfo a{
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #205A28;
  margin-top: 15px;

 }
 .tvlsnthscrddisp{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
 }
 .tvlsncrd{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  box-shadow: 0 2px 2px 0 rgba(92, 91, 91, 0.2), 0 6px 20px 0 rgba(87, 86, 86, 0.19);
  border-radius: 3px;
 }
 .tvlsncrdlgo{
  height: 150px;
 }
 .tvlsncrdlgo img{
  width: 150px;
 }
 .tvlsncrdtals{
  margin-left: 20px;
 }
 .tvlsncrdtals ul li{
  list-style: none;
  font-size: 15px;
 }
 .tvlsncrdssoc{
  margin-top: 10px;
 }
 .tvlsncrdssoc ul{
  display: -webkit-flex;
  display: flex;
  align-items: center;
 }
 .tvlsncrdssoc ul li a{
  width: 20px;
  height: 20px;
  margin-right: 20px;
 }
 .tvlsncrdssoc ul li a img{
  width: 20px;
 }