@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Jost", sans-serif;
}

header {

  font-size: 16px;
  background: transparent;
  height: 85px;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  color: #fff;
  text-decoration: none;
}

.logo h5 {
  margin: 0;
  font-size: 25px;
}

.nav-bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.nav-bar ul li {
  margin-left: 30px;
}

.nav-bar ul li:first-child {
  margin: 0;
}

.phone-bar {
  margin-left: 20px;
  display: none;
}

.phone-bar button {
  border: 0;
  background: transparent;
  font-size: 25px;
  display: flex;
  color: #fff;
}

.nav-bar ul li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

section#about {
  padding-top: 75px;
}

img.about-img {
  border-radius: 10px;
}

.about-content {
  padding: 50px 0 0;
}

h5.sub-title {
  font-size: 12px;
  font-weight: 400;
  margin: 1rem 0 0.2rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgb(177, 121, 57);
  line-height: normal;
}

h2.main-title {
  margin-bottom: 10px;
  font-size: 37px;
}

.inner-content {
  max-width: 500px;
}

section#product {
  padding-top: 75px;
}

.title-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

h6.sub-heading {
  font-size: 12px;
  font-weight: 400;
  margin: 1rem 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgb(177, 121, 57);
  line-height: normal;
}

.main-heading {
  text-align: center;
}

p.description {
  margin: 0;
}

h2.title {
  margin: 0;
  text-transform: capitalize;
}

.in-view {
  animation: fadeInUp1 1.5s ease both;
}

.packers {
  margin-top: 30px;
}

.packers h1 {
  font-weight: 800;
  font-size: 50px;
  color: #fff;
  margin-bottom: 25px;
}

.packers p {
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}

.banner-animated {
  opacity: 1;
  transform: translateZ(0);
}

.main-banner-1 {
  max-width: 350px;
  position: relative;
  margin: auto;
}

.main-banner-1 img {
  width: 100%;
}

img.main-animated-2 {
  position: absolute;
  top: 8px;
  right: 275px;
  max-width: 140px !important;
  animation: bouncing alternate infinite 1s;
}

img.main-animated-3 {
  position: absolute;
  max-width: 159px !important;
  bottom: 15px;
  right: -79px;
  animation: bouncing alternate infinite 2s;
}

img.main-animated-4 {
  position: absolute;
  max-width: 95px !important;
  bottom: 45px;
  left: 39px;
  animation: bouncing1 alternate infinite 2s;
}

@keyframes bouncing1 {
  100% {
    transform: translateX(-5px);
  }
}

@keyframes bouncing {
  100% {
    transform: translateY(-10px);
  }
}

.packers {
  margin-top: 100px;
}

section#banner {
  background: radial-gradient(black, transparent);
}

@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

header.header.back {
  background: #0d233e;
  box-shadow: 0px 3px 53px rgb(197 197 197 / 27%);
}

.card-content {
  padding: 1rem 1rem 1rem;
  text-align: center;
}

h3.card__heading {
  margin: 0;
  font-size: 20px;
}

.product-img {
  position: relative;
  overflow: hidden;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-img a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  background-color: rgba(67, 215, 215, 1);
  border: 0;
  width: 197px;
  height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 3px 0px black;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.product-img a:hover {
  background-color: rgb(177, 121, 57);
}

.product-card:hover .product-img a {
  bottom: 20px;
}

section#banner {
  padding-bottom: 200px;
  padding-top: 100px;
  background: linear-gradient(102.93deg, #374b5c 0%, #c10037 100%);
}

section#contact {
  padding-top: 75px;
}

.collapsible-contact {
  margin-bottom: 6rem;
}

.collapsible-contact p {
  font-size: 12px;
  font-weight: 400;
  margin: 1rem 0 0.2rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgb(177, 121, 57);
  line-height: normal;
}

h2.address-block-heading {
  margin: 0 0 10px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 39px;
}

.address-blocks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.address-blocks li {
  margin-bottom: 2rem;
}

.address-blocks li {
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
}

.address-blocks li .contact-icons {
  display: flex;
  justify-content: flex-start;
  margin-right: 15px;
}

.address-1 p.address-block-desc {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

p.address-block-desc {
  margin: 0;
}

.address-blocks li a {
  width: max-content;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.address-blocks li a:hover {
  color: rgb(192, 121, 57);
}

address {
  margin: 0;
}

.contact-form {
  background: #c10037;
  padding: 2rem;
  height: fit-content;
  position: sticky;
  top: 0;
  margin-top: 30px !important;
  margin-bottom: 30px;
}

.contact-header {
  margin-bottom: 30px;
}

.contact-header h2 {
  color: #fff;
  margin-bottom: 15px;
}

.contact-header p {
  color: #fff;
  margin: 0;
}

.field {
  margin-bottom: 2rem;
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow 180ms ease;
}

.field--with-error {
  flex-wrap: wrap;
}

.field .field__input {
  padding: 1rem 2rem;
  border: 1px solid #fff;
  background-color: transparent;
  flex-grow: 1;
  height: 50px;
  appearance: none;
  color: #fff;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}

::placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

input[type]:focus {
  border: 1px solid rgb(177, 121, 57);
}

.field .field-message {
  height: 150px;
}

textarea[type]:focus {
  border: 1px solid rgb(177, 121, 57);
}

#form-contact #captcha span {
  color: #fff;
  font-size: 20px;
}

#form-contact #captcha input {
  background: url(../images/captcha.png) no-repeat scroll 0 0 transparent;
  margin: 5px 0 0px 10px;
  padding: 0;
  border: medium none;
  cursor: pointer;
  width: 15px;
  height: 20px;
}

span#captcha {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.captcha-div {
  display: flex;
  align-items: center;
}

.send_bt button {
  border: 0;
  background: #fff;
  color: #000;
  font-size: 16px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 140px;
  width: 100%;
  letter-spacing: 3px;
  transition: all 0.3s ease-in-out;
}

.send_bt button:hover {
  background-color: #fff;
  color: #000;
}

section#map {
  padding-top: 70px;
}

section#footer {
  padding: 20px;
  background: #0d233e;
}

p.copyright_text {
  color: #fff;
  margin: 0;
  text-align: center;
}

.copyright_text a {
  color: #fff;
  text-decoration: none;
}

header.header.sticky-top {
  box-shadow: 0px 0px 5px 0px #00000080;
}

input.captcha.field__input {
  width: auto;
}

.header-seven .header-navbar-rht li>a.header-login {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  box-shadow: inset 0 0 0 #ffffff;
  border-radius: 4px;
}

a.nav-link.header-login {
  /* border: 1px solid #000; */
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  box-shadow: inset 0 0 0 #ffffff;
  border-radius: 4px;
  padding: 10px 22px;
  font-weight: 700;
  transition: all 0.7s;
  line-height: normal;
}

a.nav-link.header-login:hover {
  background-color: #fff;
  border: 1px solid #c10037;
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: #c10037;
}

header.header.back a.nav-link.header-login {
  background-color: #c10037;
  border: 1px solid #c10037;
  color: #fff;
}

header.header.back a.nav-link.header-login:hover {
  background-color: #fff;
  border: 1px solid #c10037;
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: #c10037;
}

.local {
  background-color: #c10037;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.main-part {
  display: flex;
  align-items: center;
  gap: 1vw;
  font-weight: 500;
  text-transform: capitalize;
}

.choose-us {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}

.about-us {
  background: #ffffff;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  overflow: hidden;
}

.service {
  padding: 50px 0;
  background: #c10037;
}

.destination-widget {
  position: relative;
  margin-right: 15px;
  overflow: hidden;
}

.destination-widget a.desti-link {
  display: block;
  min-height: 450px;
}

.destination-widget a.desti-link img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 30px;
}

.destination-widget a.desti-link .desti-country-list {
  position: absolute;
  bottom: 0px;
  padding: 0px 14px 14px;
  width: 100%;
  display: block;
  text-align: center;
}

.destination-widget a.desti-link span {
  background: #fff;
  border-radius: 100px;
  font-size: 16px;
  line-height: 35px;
  color: #374b5c;
  display: block;
  width: 100%;
  font-weight: 700;
  text-transform: capitalize;
  padding: 10px 0px;
}

.overlay-blk {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 14px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(3px);
  border-radius: 30px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.4s ease;
}

.overlay-blk h3 {
  color: #fff;
  margin-bottom: 15px;
}

.overlay-blk p {
  color: #ffffff;
  font-size: 14px;
}

.destination-widget:hover .overlay-blk {
  opacity: 1;
  transform: translateY(0px);
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section#service {
  margin-top: 70px;
}

h2.offer {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  margin-top: 65px;
}

/* .why {
  padding-top: 50px;
} */

.top h2 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
}

.shadow-box {
  background: #ffffff;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  padding: 7px;
  align-items: center;
}

.shadow-box .icon-blk img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.shadow-box h4 {
  font-size: 20px;
  color: #374b5c;
  margin-bottom: 5px;
}

.row-gap-14 {
  row-gap: 14px;
  margin-top: 40px;
}

#destinations {
  margin-top: 70px;
}

.foods-title a {
  padding: 2px 8px;
  color: #0d233e;
  background-color: #ffffff;
  margin-right: 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.foods-title {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.logo img {
  width: 300px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: -webkit-fill-available;
  padding: 0;
  list-style: none;
  text-align: center;
}

.logo h1 {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .nav-bar ul {
    display: none;
  }

  .phone-bar {
    display: block;
  }

  ul.menu {
    position: fixed;
    display: block;
    top: 71px;
    background: #fff;
    padding: 30px;
    left: -100%;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out;
    z-index: 99999;
  }

  ul.menu.show {
    left: 0;
  }

  .nav-bar ul li {
    margin: 0 0 10px 0;
  }

  .nav-bar ul li:first-child {
    margin: 0 0 10px 0;
  }

  .nav-bar ul li a {
    color: #000;
  }

  a.nav-link.header-login {
    background-color: #c10037;
    border: 1px solid #c10037;
    color: #fff;
  }

  section#banner {
    padding-bottom: 75px;
    padding-top: 25px;
  }

  .about-content {
    padding: 0px 10px 10px;
  }

  .collapsible-contact {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .banner-animated {
    display: none;
  }

  .service {
    background: none;
    display: flex;
    justify-content: center;
  }
}