* {
   margin: 0;
   padding: 0;
}

:root {
   --primary-color: "Roboto",
      sans-serif;
}

body {
   font-family: var(--primary-color);
}

@media (min-width: 0) {
   .stick {
      position: sticky !important;
   }

   #primary {
      background-color: #000;
   }

   #secondary {
      background-color: #fff;
   }

   #secondary img {
      width: 160px;
   }

   #secondary .nav-item a {
      color: white;
   }

   #hero {
      position: relative;
   }

   #hero img {
      width: 100%;
      height: 80vh;
      object-fit: cover;
   }

   #hero .carousel-inner .carousel-item {
      position: relative;
   }

   #hero .carousel-inner .carousel-item .overlay {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
   }

   #hero .carousel-inner .carousel-item .carousel-caption {
      top: 30%;
      left: 0%;
      text-align: center;
      margin: 0;
      width: 100%;
      height: 100%;
   }

   #hero .carousel-inner .carousel-item .carousel-caption h5 {
      font-size: 2rem;
   }

   #hero .carousel-inner .carousel-item .carousel-caption button {
      color: white;
      border: 2px solid #fff;
   }

   #hero .carousel-inner .carousel-item .carousel-caption button:hover {
      color: black;
      background-color: #fff;
   }

   #about img {
      width: 100%;
   }

   #about .bttn {
      text-align: center !important;
   }

   #packages h3 {
      font-weight: 600;
   }

   #packages .card img {
      width: 100%;
      height: 250px;
   }

   #packages .card h4 {
      font-size: 1rem;
   }

   #packages .card .duration {
      font-size: 13px;
   }

   #packages .card .price {
      font-size: 13px;
   }

   #packages .card .dprice {
      color: #F65724;
      font-weight: 700;
   }

   #packages .card .free {
      border: 2px solid #F65724;
      color: white;
      font-size: 13px;
      background-color: #F65724;
   }

   #packages .card .view {
      border: 2px solid #F65724;
      color: #F65724;
      font-size: 13px;
   }

   #attraction img {
      width: 100%;
      height: 300px !important;
      border-radius: 10px !important;
      object-fit: cover;
      box-shadow: 0 0 10px #646363;
   }

   #footer ul li a {
      color: white !important;
      text-decoration: none;
   }

   #footer input {
      border: 2px solid #dad0d0;
   }

   #footer input[type="submit"] {
      border: 2px solid #dad0d0;
      background-color: #F65724;
      border: none;
      padding: 5px 0;
      color: #fff;
   }

   #call {
      background-color: #fff;
      box-shadow: -0 -0 10px #e6e3e3;
   }

   #call button {
      border: 2px solid #F65724;
      border-radius: 10px;
   }

   .stick {
      box-shadow: 0 0 10px #dad0d0 !important;
   }

   #detailed-page .stick {
      position: sticky;
      top: 10%
   }

   #detailed-page #mprize {
      z-index: 999;
      display: inline;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      animation: upDown 3s alternate infinite;
   }

   #detailed-page #mprize .price {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
   }

   #detailed-page #mprize .whi {
      border-bottom-left-radius: 6px;
   }

   #detailed-page h5 {
      font-weight: 550
   }

   #detailed-page th {
      font-weight: 500 !important
   }

   #detailed-page h4 {
      font-weight: 600
   }

   #detailed-page h6 {
      font-size: 1.1rem
   }

   #detailed-page .shadow {
      box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0 !important
   }

   #detailed-page #hero img {
      width: 100%;
      height: 80vh;
      object-fit: cover
   }

   #detailed-page #hero .overlay {
      position: absolute;
      top: 0;
      background-color: rgba(0, 0, 0, .2);
      width: 100%;
      height: 100%;
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center
   }

   #detailed-page #hero h3 {
      font-size: 35px;
      font-weight: 700
   }

   #detailed-page #hero a {
      color: #fff;
      text-decoration: none
   }

   #detailed-page #content h4 {
      color: #e26644;
      font-size: 25px;
      font-weight: 600
   }

   #detailed-page #hero .bt {
      background-color: #e26644;
      color: #fff;
      padding: 5px 18px;
      outline: 0;
      border: none;
      font-size: 18px;
      border-radius: 5px
   }

   #detailed-page #accord h2 button {
      color: #010101;
      font-size: 1.2rem;
      font-weight: 600
   }

   #query .form {
      z-index: 100;
      top: 40%;
      right: -75px;
      rotate: -90deg;
      border-radius: 10px;
   }

   #query .form1 {
      z-index: 100;
      font-weight: 600;
      top: 50%;
      left: -69px;
      rotate: 90deg;
      border-radius: 10px;
   }

   #query .social {
      z-index: 100;
      top: 50%;
      left: 0
   }

   #query .social div {
      background-color: #26d367;
      padding: 15px
   }

   #query .social div a {
      color: #fff
   }

   #query .social div i {
      font-size: 17px
   }

   #query .form button,
   #query .form1 button {
      background-color: #F65724;
      color: #fff;
      font-weight: 500;
      padding: 6px 30px
   }

   #query #m-social {
      display: flex;
      align-items: center;
      justify-content: space-between;
      z-index: 999;
      bottom: 0;
      width: 100%;
      padding: 25px;
   }

   #query #m-social div {
      background-color: #26d367;
      padding: 20px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      box-shadow: 3px 2px 10px #3d3939 !important;
   }

   #query #m-social div a {
      color: #fff;
      font-size: 18px
   }

   #contact span {
      font-size: 18px
   }

   #contact input,
   #contact select,
   #detailed-page input,
   #detailed-page select {
      outline: 0;
      padding: 4px 0 4px 10px
   }

   #contact .bt {
      color: #fff;
      border: none;
      font-weight: 700;
      padding: 8px 0
   }

   #form input,
   #form select {
      outline: none !important;
      padding: 2px 5px;
   }

   #form label {
      color: #E26644 !important;
   }

   #form input[type="submit"] {
      background-color: #E26644;
      color: white;
      border: 2px solid #E26644;
   }
}

@media (min-width: 576px) {
   #hero .carousel-inner .carousel-item .carousel-caption {
      top: 32%;
   }

   #hero .carousel-inner .carousel-item .carousel-caption h5 {
      font-size: 2.5rem;
   }

   #about img {
      width: 75%;
   }

   #about .bttn {
      text-align: left !important;
   }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
   #detailed-page #hero img {
      width: 100%;
      height: 70vh;
      object-fit: cover
   }

   #detailed-page #hero h3 {
      font-weight: 500;
      font-size: 50px
   }

   #contact input,
   #contact select,
   #detailed-page input,
   #detailed-page select {
      outline: 0;
      padding: 8px 0 8px 10px
   }
}

@media (min-width: 1400px) {}