body {
  font-family: "Montserrat", sans-serif;
  margin: auto;
}

body {
  padding-top: 103px;
}

:root {
  --mon: "Montserrat", sans-serif;
  --blue: #aa6bff;
  --darkblue: #0a0a36;
}

.emailinfo {
  text-transform: unset !important;
}

section {
  display: block;
  overflow: hidden;
  overflow-y: auto;
}

.post-content a {
  color: #7e7e7e;
  font-weight: bold;
  text-decoration: unset !important;
}
.post-content a u {
  text-decoration: unset !important;
}

.ctbxtopart {
  position: relative;
}
.ctbxtopart .page-title {
  padding: 20px 0 0;
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  background-size: cover;
}
.ctbxtopart .auto-container {
  position: relative;
  z-index: 9;
}
.ctbxtopart .auto-container h2.title {
  text-transform: capitalize;
}
.ctbxtopart .auto-container .breadcrumb {
  justify-content: center;
}
.ctbxtopart .auto-container .breadcrumb li {
  text-transform: capitalize;
}
.ctbxtopart .auto-container .breadcrumb a {
  color: #ffd700;
  text-transform: capitalize;
}
.ctbxtopart .auto-container .breadcrumb .breadcrumb-item.active {
  color: #e9e9e9;
}
.ctbxtopart .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(67, 68, 48, 0.59);
  content: "";
  left: 0px;
  top: 0px;
}

.mtyuiu {
  align-items: center;
}

.head h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 300;
  margin-bottom: 30px;
}
.head h2 img.borderbx {
  width: 15%;
  display: block;
  margin: auto;
  margin-top: 15px;
}

.btn {
  border-radius: 0px;
}

a {
  text-transform: capitalize;
  text-decoration: none;
}

p {
  font-size: 15px;
  color: #272935;
}

.p-r-0 {
  padding-right: 0px;
}

ul {
  padding: 0px;
  margin: 0px;
}

.container-fluid {
  padding: 0px 40px;
  max-width: 1440px;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  background-color: #ffd700;
  color: #000000;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
.totop:hover {
  color: #fff;
}

.menuButton {
  position: fixed;
  top: 25%;
  right: -44px;
  background: rgba(35, 25, 11, 0.35);
  color: white;
  padding: 3px 10px;
  cursor: pointer;
  z-index: 999;
  transform: rotate(270deg);
  text-transform: capitalize;
  border-radius: 5px 5px 0px 0px;
  height: 33px;
  width: 117px;
  text-align: center;
  animation: effect1 0.8s infinite;
  top: 47%;
  background: linear-gradient(45deg, rgb(234, 180, 21), rgb(229, 121, 8));
  width: 155px;
  right: -62px;
  animation: effect1 0.8s infinite;
}

header {
  padding: 10px 0px;
  background: transparent;
  z-index: 999;
  transition: 0.3s ease-in-out;
  width: 100%;
}
header .navbar-brand {
  width: 170px;
  display: block;
  transition: 0.3s ease-in-out;
  padding: 0px;
  border-radius: 5px;
}
header .navbar-brand:focus-within {
  outline: unset;
}
header .topbar {
  text-align: center;
  color: #000000;
}
header .topbar p {
  margin: 0px;
  color: #000000;
  font-size: 14px;
  padding: 5px 0px;
}
header .topbar ul {
  padding: 5px;
  align-items: center;
}
header .topbar ul li {
  display: inline-block;
}
header .topbar ul li a {
  color: #fff;
  font-size: 12px;
  transition: 0.3s ease-in-out;
  text-transform: lowercase;
}
header .topbar ul li a i {
  margin-right: 5px;
}
header .topbar ul li a:hover {
  color: #000 !important;
}
header .topbar .socialbx {
  text-align: right;
  display: inline-flex;
}
header .topbar .socialbx li {
  background-color: transparent;
}
header .topbar .socialbx li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: end;
  align-items: center;
  color: #000 !important;
}
header .topbar .socialbx li a i {
  margin: 0px;
  color: #000;
}
header .topbar .socialbx li a:hover i {
  color: #000 !important;
}
header .topbar .tpright {
  font-size: 12px;
  text-align: right;
}
header .topbar .tpright .callinfo i {
  background-color: rgba(255, 255, 255, 0.15);
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 100px;
}
header .topbar .tpright span a {
  margin-right: 10px;
}
header .topbar .tpright a {
  font-size: 14px;
  color: white;
}
header .topbar .tpright a i {
  margin: 0px;
}
header .topbar .tpright a:hover {
  color: #FF9800 !important;
}
header .topbar .left {
  text-align: left;
}
header .topbar .ftsocial {
  text-align: right;
}
header .topbar .ftsocial li a {
  font-size: 18px;
}
header .navbar {
  padding: 0px;
}
header ul li a {
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
}
header ul li a:hover {
  color: #FFD700 !important;
}
header ul li a i.fa-solid.fa-house {
  font-size: 9px;
  /* margin-top: 7px; */
  position: relative;
  top: -1px;
}
header ul li .nav-link {
  padding: 20px 10px;
  transition: 0.3s ease-in-out;
}
header ul li .nav-link svg {
  width: 28px;
  height: 28px;
}
header .dropdown-menu {
  top: 122%;
  min-width: 200px;
  background-color: #FFD700;
  transition: 0.4s;
}
header .dropdown-menu li {
  line-height: 30px;
}
header .dropdown-menu .dropdown-item {
  padding-left: 5px;
  padding-right: 5px;
  color: #000 !important;
}
header .dropdown-menu .ulinner {
  padding: 0px 15px;
}
header .dropdown-menu .ulinner .col-md-6:nth-child(odd) {
  padding-right: 0px;
}
header .dropdown-menu .ulinner h5 {
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
  display: none;
  position: relative;
}
header .dropdown-menu .ulinner h5:after {
  position: absolute;
  width: 30%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #8a8585;
}
header .dropdown-menu .ulinner ul li {
  list-style: none;
}
header .dropdown-menu .ulinner ul li a {
  transition: 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 700;
}
header .dropdown-menu .ulinner ul li a:hover {
  background-color: #180e01;
  text-decoration: none;
  color: #000 !important;
}
header .dropdown-menu li a {
  color: #000 !important;
  font-weight: 600;
}
header .dropdown-menu li a:hover {
  color: #6f6868 !important;
}
header .cninfo {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 0px 15px;
  background-color: #f0f0ed;
}
header .cninfo li {
  display: inline-flex;
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.168627451);
  line-height: 40px;
  align-items: center;
}
header .cninfo li span {
  width: 20px;
  color: #bb69b8;
  margin-right: 5px;
  display: inline-flex;
}
header .cninfo li span img {
  width: 20px;
}
header .cninfo li a {
  margin-right: 5px;
  text-transform: capitalize;
}
header .cninfo li .right span {
  display: flex;
  width: 100%;
  text-transform: capitalize;
}
@media only screen and (min-width: 1024px) {
  header .dropdown .dropdown-menu {
    display: unset;
    visibility: hidden;
    border: 0px;
    border-radius: 0px;
    opacity: 0;
    transform: translateY(16px);
  }
  header .dropdown .dropdown-menu li a {
    padding: 10px;
  }
  header .dropdown:hover .dropdown-menu {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    display: block;
    border: 0px;
  }
}

header.hidden {
  opacity: 0;
}

.sthead {
  background: #000;
  top: 0px;
  position: fixed;
}
.sthead ul li .nav-link {
  padding: 25px 10px;
}

#ftbook {
  overflow: visible;
  background: #fffaf1;
  /* Custom Dropdown Container */
  /* Replace text arrow with Font Awesome icon */
  /* Dropdown Items */
}
#ftbook .search-form {
  width: 100%;
  padding: 20px;
  background-color: #140e07;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#ftbook .search-form h2 {
  text-align: center;
  margin-bottom: 20px;
}
#ftbook .form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#ftbook .form-row .form-group {
  width: 22%;
  position: relative;
}
#ftbook .form-group label {
  font-size: 14px;
  color: #a2a2a2;
  margin-bottom: 8px;
  display: block;
  padding-left: 10px;
}
#ftbook .form-group label i {
  margin-right: 10px;
}
#ftbook .form-group input,
#ftbook .form-group .custom-select-dropdown {
  width: 100%;
  padding: 10px;
  border: 0px solid #ddd;
  border-radius: 4px;
  background-color: transparent;
  font-size: 14px;
  color: #a2a2a2;
  padding-right: 30px;
  box-shadow: unset;
  font-weight: bold;
}
#ftbook .form-group input:focus-visible,
#ftbook .form-group .custom-select-dropdown:focus-visible {
  border-color: transparent;
  outline: unset;
}
#ftbook .form-group input[readonly] {
  background-color: #2e2a26;
}
#ftbook button {
  padding: 12px 30px;
  background-color: #FFD700;
  color: #140e07;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  position: relative;
  font-weight: bold;
  overflow: hidden;
}
#ftbook button i {
  transition: 0.3s ease-in-out;
}
#ftbook button .spspan {
  position: relative;
  z-index: 99;
}
#ftbook button:after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: #000;
  transform: skewX(45deg) scale(0, 1);
  z-index: 9;
  transition: transform 0.5s ease-out;
}
#ftbook button:hover {
  color: #fff;
}
#ftbook button:hover i {
  z-index: 999;
  color: #fff;
}
#ftbook button:hover:after {
  transform: skewX(45deg) scale(1, 1);
}
#ftbook button i {
  margin-right: 10px;
}
#ftbook button:hover {
  color: #fff;
}
#ftbook .custom-select-dropdown {
  position: relative;
}
#ftbook .custom-select-dropdown input {
  cursor: pointer;
  padding-right: 40px;
  /* Space for the arrow */
}
#ftbook .custom-select-dropdown::after {
  content: "\f078";
  /* Font Awesome chevron-down */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /* Solid icon */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #333;
  pointer-events: none;
}
#ftbook .custom-select-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #140e07;
  max-height: 150px;
  overflow-y: auto;
}
#ftbook .custom-select-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#ftbook .custom-select-wrap ul li {
  padding: 8px;
  cursor: pointer;
}
#ftbook .custom-select-wrap ul li:hover {
  background-color: #FFD700;
  color: #000;
}
#ftbook .form-group input:focus + .custom-select-wrap {
  display: block;
}
#ftbook .custom-select-wrap::-webkit-scrollbar {
  width: 8px;
}
#ftbook .custom-select-wrap::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 4px;
}
#ftbook .custom-select-wrap::-webkit-scrollbar-track {
  background-color: #333;
  border-radius: 4px;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
#menuContainer {
  position: fixed;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  background-color: #6f3231;
  transition: right 0.3s;
  overflow-y: auto;
  z-index: 999;
}
#menuContainer .menuside label {
  color: #fff;
}
#menuContainer #menuContent {
  padding: 20px;
  padding-right: 40px;
}
#menuContainer #menuContent .form-group {
  margin-bottom: 15px;
}
#menuContainer #menuContent select {
  word-wrap: normal;
  width: 100%;
  border-radius: 0.375rem;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}
#menuContainer #menuContent input {
  border-radius: 0.375rem;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  padding-right: 10px;
}
#menuContainer #menuContent p {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75em;
  color: #ffffff;
  text-align: justify;
  margin-bottom: 15px;
}
#menuContainer label {
  display: block;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 5px;
}
#menuContainer form.contact__form select,
#menuContainer form.contact__form input {
  border: 1px solid #d3c1ab;
  height: 40px;
  margin: 0px !important;
}
#menuContainer form.contact__form .form-check-input {
  height: 25px !important;
  width: 25px !important;
  margin-right: 10px !important;
  cursor: pointer;
}
#menuContainer form.contact__form .mradio {
  color: #fff;
  display: flex;
}
#menuContainer form.contact__form .form-check {
  padding-left: 0px;
  color: #fff;
}
#menuContainer form.contact__form .form-check input {
  padding: 0px !important;
  border-radius: 100px !important;
}
#menuContainer form.contact__form .form-check-input:checked {
  background-color: #b05f5d;
  border-color: #b05f5d;
  height: 25px !important;
  width: 25px !important;
  margin-right: 10px !important;
  cursor: pointer;
}
#menuContainer form.contact__form .form-check-input[type=radio] {
  border-radius: 50%;
}
#menuContainer .butn-dark2 {
  position: relative;
  line-height: 1.2em;
  font-weight: 300;
  background: #b05f5d;
  color: #fff;
  padding: 16px 24px;
  margin: 0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 0px;
}
#menuContainer .butn-dark2 span {
  position: relative;
  z-index: 2;
}
#menuContainer .butn-dark2 span:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #1b1b1b;
  color: #fff;
  transition: all 0.3s ease;
}
#menuContainer .butn-dark2:hover:after {
  width: 100%;
  left: 0;
  transition: width 0.3s ease;
}

.mshown {
  right: 0px !important;
}

.testimonials {
  padding: 30px 0px;
  background: linear-gradient(359deg, rgba(2, 2, 2, 0.42), rgba(248, 245, 180, 0.47)), url(../img/tstt.jpg);
  background-attachment: fixed;
  background-size: cover;
  /* Custom styles for the Owl Carousel */
  /* Optional: Adjust position if necessary */
}
.testimonials p {
  color: #fff;
}
.testimonials h2 {
  max-width: 100%;
  color: #fff;
}
.testimonials .item {
  color: #fff;
  text-align: center;
  padding: 30px;
}
.testimonials .item p {
  color: #fff;
  padding: 15px 30px;
}
.testimonials .item .icon {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 100px;
  overflow: hidden;
  margin: auto;
  border: 5px solid rgba(191, 183, 182, 0.34);
}
.testimonials .item b {
  text-transform: capitalize;
}
.testimonials .item img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.testimonials .owl-nav button {
  background: rgba(32, 29, 29, 0.19) !important;
  border: none;
  color: #fff !important;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 0.3s ease;
}
.testimonials .owl-nav .owl-prev {
  left: 10px;
}
.testimonials .owl-nav .owl-next {
  right: 10px;
}
.testimonials .owl-nav button:hover {
  background: #202020;
  /* Darker blue on hover */
}
.testimonials .owl-carousel {
  position: relative;
}

.blog-section {
  padding: 65px 0 65px;
  background: #f9f9f9;
}
.blog-section .blog-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.blog-section .blog-header {
  margin-bottom: 50px;
}
.blog-section .blog-header .blog-tagline {
  display: block;
  font-size: 14px;
  color: #f84747;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-section .blog-header .blog-title {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
}
.blog-section .blog-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.blog-section .blog-row .blog-col {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blog-section .blog-row .blog-col {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blog-section .blog-row .blog-col {
    width: 33.333%;
  }
}
.blog-section .blog-row .blog-col .blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.blog-section .blog-row .blog-col .blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}
.blog-section .blog-row .blog-col .blog-card .blog-inner .blog-image img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}
.blog-section .blog-row .blog-col .blog-card .blog-inner .blog-image img:hover {
  transform: scale(1.03);
}
.blog-section .blog-row .blog-col .blog-card .blog-inner .blog-content {
  padding: 20px;
}
.blog-section .blog-row .blog-col .blog-card .blog-inner .blog-content .blog-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  font-size: 14px;
  color: #f84747;
}
.blog-section .blog-row .blog-col .blog-card .blog-inner .blog-content .blog-meta li {
  margin-right: 15px;
}
.blog-section .blog-row .blog-col .blog-card .blog-inner .blog-content .blog-meta li a {
  color: #f84747;
  text-decoration: none;
}
.blog-section .blog-row .blog-col .blog-card .blog-inner .blog-content .blog-meta li a:hover {
  color: #e67e22;
}
.blog-section .blog-row .blog-col .blog-card .blog-inner .blog-content .blog-meta li i {
  margin-right: 5px;
  color: #f84747;
}
.blog-section .blog-row .blog-col .blog-card .blog-inner .blog-content .blog-post-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #2c3e50;
}
.blog-section .blog-row .blog-col .blog-card .blog-inner .blog-content .blog-post-title a {
  color: inherit;
  text-decoration: none;
}
.blog-section .blog-row .blog-col .blog-card .blog-inner .blog-content .blog-post-title a:hover {
  color: #e67e22;
}

.features {
  padding: 60px 20px;
  background-color: #fefefe;
}
.features .container {
  max-width: 1200px;
  margin: 0 auto;
}
.features__header {
  margin-bottom: 40px;
}
.features__header .features__tagline {
  display: block;
  color: #f84747;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.features__header .features__title {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 700;
}
.features__header .features__description {
  color: #333;
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
}
.features__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.feature-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  flex: 1 1 calc(33.333% - 20px);
  min-width: 280px;
  max-width: 350px;
  transition: transform 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
}
.feature-card__icon {
  font-size: 40px;
  color: #f84747;
  background: #f9f9f9;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.feature-card__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.feature-card__text {
  font-size: 15px;
  color: #333;
}

@media (max-width: 992px) {
  .feature-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .feature-card {
    flex: 1 1 100%;
  }
  .features__header .features__title {
    font-size: 26px;
  }
}
.destination {
  padding: 30px 0px;
}

.fadeindown {
  animation: fadeindown 0.5s ease-in-out;
}

.fadeup {
  animation: fadeinup 0.5s ease-in-out;
}

.fadeinleft {
  animation: fadeinleft 0.5s ease-in-out;
}

@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(45px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    transform: none;
  }
}
a.whatsapp {
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 999;
  width: 40px;
  display: flex;
  border-radius: 5px;
  background: #27f519;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-decoration: none;
  font-size: 24px;
}

a.callbtn {
  position: fixed;
  bottom: 138px;
  right: 15px;
  z-index: 9;
  background: #e35c61;
  color: #fff;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.marquee {
  overflow: hidden;
  background-color: #eee;
}
.marquee .bg-danger {
  background-color: #911814 !important;
}
.marquee .container-fluid {
  padding: 0px;
  max-width: 100%;
}
.marquee .container-fluid marquee a {
  color: #525252;
}

#slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto;
  background: #fffaf1;
  display: flex;
  align-items: center;
}
#slider .mtiop {
  font-size: 52px;
  color: #fff;
}
#slider .carousel-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 30px 30px 0 0;
  position: relative;
  margin: auto;
  margin-top: 20px;
}
#slider .carousel-control-next-icon,
#slider .carousel-control-prev-icon {
  width: 2rem;
  height: 3rem;
  border-radius: 0px;
}
#slider .carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 100%;
}
#slider .carousel-item video {
  height: 100%;
}
#slider .carousel-item img {
  animation: scaleUp 50s infinite;
}
#slider .carousel-indicators {
  z-index: 999;
}
#slider .overlay {
  background: #000;
  width: 100%;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
}
#slider .carousel-caption {
  position: absolute;
  z-index: 9;
  top: 25%;
}
#slider .carousel-caption .center {
  text-align: center;
}
#slider .carousel-caption .center .ptn1 {
  position: relative;
  background: #FFD700;
  padding: 10px 20px;
  color: #000;
  border-radius: 5px;
  overflow: hidden;
  font-weight: bold;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  transition: 0.5s ease-out;
}
#slider .carousel-caption .center .ptn1 .spspan {
  position: relative;
  z-index: 99;
}
#slider .carousel-caption .center .ptn1:after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: #000;
  transform: skewX(45deg) scale(0, 1);
  z-index: 9;
  transition: transform 0.5s ease-out;
}
#slider .carousel-caption .center .ptn1:hover {
  color: #fff;
}
#slider .carousel-caption .center .ptn1:hover:after {
  transform: skewX(45deg) scale(1, 1);
}
#slider .carousel-caption .center h2 {
  font-size: 50px;
  font-weight: bold;
}
#slider .carousel-caption .center h3 {
  font-size: 40px;
  margin-bottom: 15px;
}
#slider .carousel-caption .center h4 {
  font-size: 18px;
}
#slider .carousel-caption h3 {
  font-size: 2.8em;
  margin: 0px;
  font-family: "Lobster", sans-serif;
  font-optical-sizing: auto;
}
#slider .carousel-caption .btn {
  color: #000;
  font-size: 14px;
  background: #ffffff;
  border-radius: 100px;
  padding: 5px 25px;
  transition: 0.3s ease-in-out;
}
#slider .carousel-caption .btn:hover {
  background: #bb69b8;
}
#slider .carousel-caption .bookpanel {
  display: flex;
  margin-top: 150px;
  justify-content: center;
}
#slider .carousel-caption .bookpanel .fwid {
  min-width: 140px;
}
#slider .carousel-caption .bookpanel .flex {
  background-color: #262626;
  display: flex;
}
#slider .carousel-caption .bookpanel .flex .sicon {
  width: 40px;
  position: absolute;
  left: 0px;
  color: #ed8cde;
  top: 0px;
  display: inline-block;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider .carousel-caption .bookpanel .form-control {
  background-color: transparent;
  border: 0px;
  height: 37px;
  color: #fff;
  border-radius: 0px;
  text-align: center;
  width: 160px;
}
#slider .carousel-caption .bookpanel .form-control:focus {
  box-shadow: unset;
  background-color: #0e0c0c;
}
#slider .carousel-caption .bookpanel .msel {
  position: relative;
  padding-left: 40px;
}
#slider .carousel-caption .bookpanel .msel:last-child {
  padding-left: 0px;
}
#slider .carousel-caption .bookpanel .btn {
  color: #000;
  font-size: 14px;
  background: #ffffff;
  border-radius: 1px;
  padding: 8px 15px;
  transition: 0.3s ease-in-out;
  height: 37px;
}
#slider .carousel-control-next,
#slider .carousel-control-prev {
  z-index: 99;
}
#slider .carousel-inner,
#slider .carousel-item,
#slider .carousel-item img {
  height: 600px;
}
#slider .carousel-control-next-icon,
#slider .carousel-control-prev-icon {
  background: #100f10;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
#slider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.sidebar {
  height: 100%;
  width: 0;
  position: absolute;
  top: -11px;
  right: 0;
  background-color: #000000;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
  color: white;
  height: 100vh;
  z-index: 1000;
  min-width: 250px;
  transform: translateX(290px);
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
  cursor: pointer;
}
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidebar a:hover {
  color: #fff;
}
.sidebar .closebtn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  text-decoration: none;
  color: #fff;
}
.sidebar ul {
  list-style: none;
  padding: 0;
}
.sidebar ul li {
  border-bottom: 1px solid #444;
}
.sidebar ul li a {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  color: #ddd;
  font-size: 18px;
  transition: background 0.3s, color 0.3s;
}
.sidebar ul li a i {
  margin-right: 15px;
  transition: transform 0.3s;
}
.sidebar ul li a:hover {
  background-color: #FFD700;
  color: #000 !important;
}
.sidebar ul li a:hover i {
  transform: scale(1.2);
}

.open {
  transform: translateX(0px);
}

.sidebarbtn {
  color: #000 !important;
  padding: 10px;
  cursor: pointer;
  background: #ffd700;
  padding: 14px 30px !important;
  border-radius: 100px;
  margin-top: 6%;
}
.sidebarbtn:hover {
  background: #fff;
  color: #000 !important;
}

body.sidebar-open {
  background-color: #fff;
}

.aboutus {
  background-color: #fdfff1;
}
.aboutus h2 {
  font-size: 40px;
}
.aboutus p {
  text-align: justify;
}
.aboutus .ptn1 {
  position: relative;
  background: #FFD700;
  padding: 10px 20px;
  color: #000;
  border-radius: 5px;
  overflow: hidden;
  font-weight: bold;
  display: block;
  width: -moz-max-content;
  width: max-content;
  transition: 0.5s ease-out;
}
.aboutus .ptn1 .spspan {
  position: relative;
  z-index: 99;
}
.aboutus .ptn1:after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: #000;
  transform: skewX(45deg) scale(0, 1);
  z-index: 9;
  transition: transform 0.5s ease-out;
}
.aboutus .ptn1:hover {
  color: #fff;
}
.aboutus .ptn1:hover:after {
  transform: skewX(45deg) scale(1, 1);
}

.rajtrip {
  background: #fff;
}
.rajtrip .photos-grid-container {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0;
  align-items: start;
}
@media (max-width: 580px) {
  .rajtrip .photos-grid-container {
    grid-template-columns: 1fr;
  }
}
.rajtrip .photos-grid-container .img-box {
  border: 1px solid #ffffff;
  position: relative;
}
.rajtrip .photos-grid-container .img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.6);
}
.rajtrip .photos-grid-container .img-box:hover .caption {
  transform: translateY(-5px);
}
.rajtrip .photos-grid-container img {
  max-width: 100%;
  display: block;
  height: auto;
}
.rajtrip .photos-grid-container .caption {
  color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
  font-size: 1.5rem;
}
.rajtrip .photos-grid-container .transparent-box {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rajtrip .photos-grid-container .main-photo {
  grid-row: 1;
  grid-column: 1;
}
.rajtrip .photos-grid-container .sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 0em;
}
.rajtrip .photos-grid-container .sub:nth-child(0) {
  grid-column: 1;
  grid-row: 1;
}
.rajtrip .photos-grid-container .sub:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}
.rajtrip .photos-grid-container .sub:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.rajtrip .photos-grid-container .sub:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.rajtrip .hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media screen and (min-width: 1280px) {
  .rajtrip .container {
    margin: 0 auto;
    width: 1250px;
  }
}

.tourpack {
  /* Custom styles for the Owl Carousel */
  /* Optional: Adjust position if necessary */
}
.tourpack .mtrel {
  position: relative;
  overflow: hidden;
}
.tourpack .mtrel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 600ms linear;
  background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
  border-radius: 10px;
  z-index: 1;
}
.tourpack .mtrel:after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  transition: all 600ms linear;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.tourpack .card {
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.tourpack .card:hover .mtrel:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.tourpack .tour_price {
  position: absolute;
  bottom: 0px;
  background: #f84747;
  color: #fff;
  z-index: 9;
  font-weight: bold;
  padding: 10px;
}
.tourpack .mtflwex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tourpack .ptn1 {
  position: relative;
  background: #FFD700;
  padding: 10px 20px;
  color: #000;
  border-radius: 5px;
  overflow: hidden;
  font-weight: bold;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  transition: 0.5s ease-out;
}
.tourpack .ptn1 .spspan {
  position: relative;
  z-index: 99;
}
.tourpack .ptn1:after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: #000;
  transform: skewX(45deg) scale(0, 1);
  z-index: 9;
  transition: transform 0.5s ease-out;
}
.tourpack .ptn1:hover {
  color: #fff;
}
.tourpack .ptn1:hover:after {
  transform: skewX(45deg) scale(1, 1);
}
.tourpack .owl-nav button {
  background: rgba(32, 29, 29, 0.19) !important;
  border: none;
  color: #fff !important;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s ease;
}
.tourpack .owl-nav .owl-prev {
  left: 10px;
}
.tourpack .owl-nav .owl-next {
  right: 10px;
}
.tourpack .owl-nav button:hover {
  background: #202020;
  /* Darker blue on hover */
}
.tourpack .owl-carousel {
  position: relative;
}

.activities .nav-pills {
  grid-gap: 5px;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
  list-style-type: none;
  margin: 0;
  padding: 10px;
}
.activities .nav-pills .nav-link {
  color: #000000;
}
.activities .nav-pills .nav-link.active,
.activities .nav-pills .show > .nav-link {
  color: #000000;
  background-color: transparent;
}
.activities .icon {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  overflow: hidden;
  margin: auto;
  background: #fcfae4;
  padding: 15px;
  margin-bottom: 10px;
}
.activities .active .icon {
  background-color: #f5f0b9;
}
.activities h6 {
  text-align: center;
}

.taxi-services {
  background-color: #f9f9f9;
  padding: 60px 0;
}
.taxi-services .section-header {
  margin-bottom: 40px;
}
.taxi-services .section-header .subtitle {
  color: #f84747;
  font-weight: 600;
  text-transform: uppercase;
}
.taxi-services .section-header .title {
  font-size: 2.2rem;
  color: #222;
  font-weight: 700;
}
.taxi-services .section-header .description {
  color: #555;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
}
.taxi-services .city-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.taxi-services .city-columns .city-block {
  flex: 1 1 300px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
}
.taxi-services .city-columns .city-block:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.taxi-services .city-columns .city-block .city-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 2px solid #f4b400;
  padding-bottom: 5px;
}
.taxi-services .city-columns .city-block .cab-list {
  list-style: none;
  padding: 0;
}
.taxi-services .city-columns .city-block .cab-list .cab-item {
  margin-bottom: 12px;
}
.taxi-services .city-columns .city-block .cab-list .cab-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  background: #fafafa;
  padding: 10px;
  border-radius: 6px;
  transition: background 0.2s;
}
.taxi-services .city-columns .city-block .cab-list .cab-item a:hover {
  background: #fffde7;
}
.taxi-services .city-columns .city-block .cab-list .cab-item a img {
  width: 40px;
  margin-right: 15px;
}
.taxi-services .city-columns .city-block .cab-list .cab-item a .cab-info {
  flex-grow: 1;
}
.taxi-services .city-columns .city-block .cab-list .cab-item a .cab-info h4 {
  margin: 0;
  font-size: 1rem;
  color: #000;
}
.taxi-services .city-columns .city-block .cab-list .cab-item a .cab-info span {
  font-size: 0.9rem;
  color: #666;
}
.taxi-services .city-columns .city-block .cab-list .cab-item a .cab-rating {
  background-color: #f4b400;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.9rem;
}

.footer {
  position: relative;
  background: url("../img/ft12312.jpg");
  background-size: cover;
  color: #ccc;
  padding: 40px 20px;
  padding-bottom: 0px;
  font-family: Arial, sans-serif;
}
.footer .copyright {
  padding-bottom: 15px;
  text-align: center;
  margin-top: 22px;
}
.footer .copyright p {
  color: #ccc;
}
.footer .ovr {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(143, 90, 9, 0.68), rgba(0, 0, 0, 0.95));
  content: "";
  left: 0px;
  top: 0px;
}

.footer .container {
  z-index: 9;
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.footer-col {
  flex: 1 1 220px;
}

.footer-col h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
  border-bottom: 2px solid #ffd700;
  display: inline-block;
  padding-bottom: 5px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffd700;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
}

.cntinner .contact-title h2 {
  font-size: 28px;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
}
.cntinner .contact-title h2 span {
  color: #ffd700;
}
.cntinner .contact-title p {
  color: #555;
  margin-bottom: 20px;
}
.cntinner .contact-details-wrap {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
.cntinner .contact-details li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
  color: #444;
}
.cntinner .contact-details li i {
  color: #ffd700;
  margin-right: 10px;
}
.cntinner .contact-details a {
  color: #7d7d7d;
  text-decoration: none;
}
.cntinner .contact-form {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
.cntinner .form-control {
  margin-bottom: 15px;
  height: 45px;
  border-radius: 5px;
  box-shadow: none;
}
.cntinner textarea.form-control {
  height: auto;
  resize: none;
}
.cntinner .default-btn {
  background-color: #ffd700;
  color: #000;
  padding: 10px 25px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.3s ease;
}
.cntinner .default-btn:hover {
  background-color: #000;
  color: #fff;
}
.cntinner #form-messages {
  margin-top: 15px;
}

.bgtin {
  /* Content Styling */
  /* Button / Link */
}
.bgtin .gtclassic-post {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.bgtin .post-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s ease;
}
.bgtin .post-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.bgtin .post-thumb {
  position: relative;
}
.bgtin .post-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.bgtin .post-category {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffd700;
  color: #000000;
  padding: 5px 10px;
  font-size: 0.85rem;
  border-radius: 4px;
  text-decoration: none;
}
.bgtin .post-content-wrap {
  padding: 1.5rem;
}
.bgtin .post-content h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #333;
}
.bgtin .post-content p {
  margin-bottom: 0.75rem;
  line-height: 1.6;
  color: #555;
}
.bgtin .post-content span {
  font-weight: bold;
  color: #000;
}
.bgtin .read-more {
  display: inline-block;
  margin-top: 1rem;
  background-color: #ffd700;
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
}
.bgtin .read-more:hover {
  background: #000;
  color: #fff;
}
.bgtin .sidebar-widget {
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fffdf4;
}
.bgtin .widget-title h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #333;
}
.bgtin .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bgtin .category-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}
.bgtin .category-list li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.bgtin .category-list li a:hover {
  color: #ffd700;
}
.bgtin .category-list span {
  color: #000;
}

@media (max-width: 768px) {
  .footer-grid {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1441px) {
  .container-fluid {
    max-width: 1360px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 0px;
  }
  header {
    overflow: hidden;
  }
  #slider .carousel-caption {
    position: absolute;
    z-index: 9;
    top: -5%;
  }
  .tourpack .ptn1 {
    padding: 10px 10px;
    font-size: 14px;
  }
  #slider .carousel-inner {
    border-radius: 0px;
  }
  .aboutus {
    padding: 0px 10px;
  }
  .aboutus h2 {
    font-size: 28px;
  }
  #slider .carousel-inner {
    margin-top: 0px;
  }
  #ftbook .search-form {
    border-radius: 0px;
  }
  #ftbook .form-row .form-group {
    width: 100%;
  }
  #ftbook .form-row {
    flex-wrap: wrap;
  }
  #menuContainer {
    width: 100%;
  }
  #slider .carousel-inner,
  #slider .carousel-item,
  #slider .carousel-item img {
    height: 550px;
  }
  #slider .carousel-item img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sthead {
    position: relative;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
    position: absolute;
    right: 10px;
    color: #fff;
    top: 20px;
  }
  a.whatsapp,
  .totop {
    right: 10px;
  }
  #slider .carousel-caption .center h2 {
    font-size: 29px;
  }
  #slider .carousel-caption .center h3 {
    font-size: 26px;
  }
  .container-fluid {
    padding: 0px 10px;
  }
  header {
    padding-top: 10px;
    background: #133161;
    position: fixed;
    z-index: 999;
    width: 100%;
  }
  header .navbar-brand {
    width: 120px;
    left: 10px;
    position: relative;
    border: 0px;
    left: 0px;
    bottom: unset;
  }
  .navbar-light .navbar-toggler {
    margin-left: auto;
  }
  .topbar {
    display: none;
  }
  header .cninfo {
    border-radius: 0px;
  }
  header ul li .nav-link {
    padding: 10px 10px;
  }
  .pagesubheader {
    height: 110px;
  }
  .sthead {
    padding-bottom: 8px;
  }
  ul.navbar-nav.ms-auto {
    padding: 15px;
  }
  header .dropdown-menu {
    max-width: 100%;
    min-width: 100%;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
  }
  .navbar-light .navbar-toggler:focus {
    box-shadow: unset;
    background: transparent;
  }
  .btns {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */