:root {
	--details: #274a91;
	--hover: #0e153a;
  --text: #AAAAAA;
}
a, input, button {
  text-decoration: none;
  transition: 0.5s;
}
.navbar-brand {
  padding: 0.3rem 1rem 0.3rem 0 !important;
}
.logo-main {
  max-width: 250px;
}
.nav-btn {
  display: flex;
  margin: auto 0;
  padding: 4px 20px;
  background-color: var(--details);
  color: #fff !important;
}
.nav-btn:hover {
  background-color: var(--hover);
}
@media (max-width: 991.98px) {
  .navbar-toggler {
    border: none !important;
    box-shadow: none !important;
  }
  .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nav-btn {
    margin: 20px 0 0;
  }
}
@media (max-width: 767.98px) {
  .navbar-brand {
    margin-right: 0;
    padding: 0.3rem 1rem !important;
  }
  .logo-main {
    max-width: 180px;
  }
}
#home {
  position: relative;
  z-index: 1;
}
#home::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
@media (max-width: 767.98px) {
  #home .col-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #home .col-12 * {
    text-align: center;
  }
  #home h1 {
    font-size: 2.5rem;
  }
  #home p {
    font-size: 18px;
    line-height: 140%;
  }
}
#services .col-12 {
  display: flex;
}
#services .col-12 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px;
  border-radius: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767.98px) {
  #services .row {
    row-gap: 20px;
  }
}
#four .col-12 {
  display: flex;
}
#four .dtr-promobox {
  height: 100%;
}
#four .dtr-promobox-img {
  height: 20%;
}
#four .dtr-promobox-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#four .dtr-promobox-content {
  padding: 20px;
  height: 80%;
}
@media (max-width: 1199.98px) {
  #four h4 {
    font-size: 1.2rem;
  }
  #four p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  #four .dtr-promobox, #four .dtr-promobox-content {
    height: auto;
  }
  #four .dtr-promobox-img {
    height: 350px;
  }
}

/*footer*/
.footer-custom {
  background-color: var(--details);
}
.footer-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 80px 10px 40px;
  column-gap: 30px;
}
.column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 33%;
}
.column img {
  max-width: 250px;
  margin-bottom: 14px;
}
.column h3 {
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0;
  color: #fff;
}
.column p {
  font-size: 14px;
  color: #fff;
}
.column li a {
  font-size: 14px;
  color: #fff;
  transition: 0.5s;
  font-weight: 400 !important;
  line-height: normal;
  letter-spacing: 0;
}
.column a:hover {
  color: var(--hover);
}
.column ul {
  align-self: flex-end;
  width: 90%;
  padding-left: 0;
}
.column li {
  list-style-type: disc;
  margin-bottom: 0;
}
.column.form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.column.form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  width: 100%;
  padding-top: 10px;
}
.custom-form-control:focus {
  border-color: var(--hover);
}
.submitBnt:hover {
  background-color: #fff !important;
  color: var(--hover) !important;
}
.copyright {
  width: 100%;
  margin-bottom: 0;
  padding: 14px 0;
  background-color: var(--hover);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.copyright a {
  color: #fff;
}
@media (max-width: 767.98px) {
  .footer-area {
      max-width: 500px;
      flex-direction: column;
  }
  .column {
      align-items: center;
      width: 100%;
      margin-bottom: 1rem;
  }
  .column p, .column a {
      max-width: 90%;
      text-align: center;
  }
  .column ul {
      align-self: center;
      width: 90%;
  }
  .copyright {
      padding: 20px 0 !important;
      font-size: 12px;
  }
}
@media (max-width: 460px) {
  .column {
      align-items: flex-start;
  }
  .column p, .column a {
      text-align: start;
  }
  .column ul {
      width: 100%;
  }
}
/*Footer End*/

/*page*/
#hotels .rating {
  display: flex;
  justify-content: center;
  column-gap: 4px;
  margin-bottom: 16px;
}
#hotels .rating img {
  width: 20px;
  height: auto;
}
#hotels .dtr-servicebox-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#hotels h5 {
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  #hotels {
    padding-top: 50px !important;
  }
  #hotels h2 {
    margin-bottom: 0;
  }
}

/*Thanks area*/
.thanks-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto auto;
  padding: 150px 10px;
}
.thanks-icon {
  width: 100px;
  height: auto;
  margin-bottom: 30px;
}
.thanks-text {
  max-width: 900px;
  font-size: 18px;
  text-align: center;
}
.thanks-text b {
  color: var(--details);
}
@media (max-width: 767.98px) {
  .thanks-area {
      max-width: 490px;
  }
  .thanks-text {
    font-size: 16px;
  }
}
/*Thanks area End*/

/*Docs*/
.wrapper{
	padding: 140px 0 60px;
}
.wrapper h1 {
	text-align: center;
	margin-bottom: 16px;
	font-size: calc(1rem + 1.5vw);
}
.wrapper h1 {
  color: inherit;
}
.wrapper ul {
  padding-left: 20px;
  list-style: disc !important;
}
.wrapper p, .wrapper li {
  font-weight: 400 !important;
  color: inherit;
}
.wrapper p:last-child {
	margin-bottom: 0;
}
.wrapper p:not(:last-child) {
	margin-bottom: 16px;
}
.wrapper a {
	text-decoration: none;
	cursor: pointer;
  color: var(--details);
  transition: 0.5s;
}
.wrapper a:hover {
  color: var(--hover);
}
@media (max-width: 767.98px) {
  .wrapper{
    padding: 180px 0 40px;
  }
}
/*Docs End*/