* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
  margin: auto;
  max-width: 1140px;
  padding: 0 15px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000000a3;
}

/* =============================== Header Css Start ================================= */

.header-main {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
  padding: 20px 0;
}

.header {
  width: 100%;
  float: left;
}
.logo {
  width: 200px;
  height: auto;
  float: right;
  outline: 3px solid #fff;
  border-radius: 50px;
  padding: 5px 25px;
  background: linear-gradient(45deg, #111, #000);
  outline-offset: 5px;
  border: 2px solid #fff;
}
.logo img {
  width: 100%;
  height: 100%;
}

/* =============================== Header Css End ================================= */

/* =============================== Banner section Css Start ================================= */
.banner-section {
  width: 100%;
  display: flex;
  background: url("../images/bg-2.jpg") no-repeat center bottom / cover;
  align-items: center;
  padding: 150px 0;
  position: relative;
}
.banner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000040;
}
.banner-main {
  width: 100%;
  float: left;
}
.banner-content {
  position: relative;
  z-index: 9;
  width: 100%;
  float: left;
}
.banner-content .sub-heading {
  color: #fff;
}
.banner-content h1 {
  font-size: 55px;
  color: #fff;
  margin-bottom: 10px;
}
.banner-content p {
  color: #ffffffc4;
}

/* =============================== Banner section Css End ================================= */

/* =============================== About section Css Start ================================= */

.about-main {
  padding: 65px 0 0;
  width: 100%;
  float: left;
}
.about-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-img {
  width: 45%;
  display: flex;
  border-radius: 15px;
  position: relative;
  justify-content: center;
  align-items: start;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.prim-image {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  outline: 5px solid #ddd;
  outline-offset: 20px;
}
.prim-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sec-img {
  width: 365px;
  position: absolute;
  right: 80px;
  top: 75px;
  height: 300px;
  transform: rotate(18deg) scale(0.8);
  animation: fly 2000ms 1;
}
.sec-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: ImgAnimate 3s infinite cubic-bezier(0.4, 0, 1, 1) 0.2s;
}
div#about {
  width: 55%;
  float: right;
}
span.sub-heading {
  font-size: 36px;
  display: inline-block;
  color: #0077bd;
  line-height: 1;
  font-family: "Arizonia", cursive;
}
.about-main #about h2,
.title-heading h2 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #000c;
}
.about-main #about p {
  text-align: justify;
}
/* =============================== About section Css End ================================= */

/* =============================== destination section Css Start ================================= */

.destination-sec {
  width: 100%;
  float: left;
  position: relative;
  background: url("../images/world-map.jpg") no-repeat center / cover;
  padding: 50px 0 85px;
  overflow: hidden;
}
.title-heading {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 25px;
}
.dest-main,
.top-dest-main {
  width: 100%;
  float: left;
}
.dest-box {
  padding: 0 25px;
}
.dest-box a {
  width: 100%;
  float: left;
  position: relative;
}
.dest-image {
  width: 100%;
  height: 345px;
  float: left;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid red;
}
.dest-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text {
  width: 100%;
  float: left;
}
.text h3 {
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: 22px;
  left: -7px;
  display: block;
  background: red;
  color: #fff;
  padding: 4px 10px;
  width: 104.5%;
}
.text h3::before,
.text h3:after,
.text span::after {
  position: absolute;
  top: -5px;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 0 7px;
  border-color: transparent transparent transparent red;
  z-index: -1;
}
.text h3::before {
  right: auto;
  left: 0;
  border-color: transparent red transparent transparent;
  border-width: 5px 7px 0px 0px;
}
.text span {
  position: absolute;
  bottom: 30px;
  right: -5px;
  background: red;
  padding: 7px 15px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  border-radius: 25px 0 0 25px;
}
.text span::after {
  content: "";
  border-width: 5px 0 0 5px;
}

.dest-main .slick-dots li {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid red;
  border-radius: 50%;
  transition: 0.3s;
}
.dest-main .slick-dots li button {
  width: 15px;
  height: 15px;
}
.dest-main .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
}
.dest-main .slick-dots li.slick-active {
  background-color: red;
}

.dest-main ul.slick-dots {
  bottom: -60px;
}

/* =============================== destination section Css End ================================= */

/* =============================== top-dest section Css Start ================================= */

.top-dest-section {
  width: 100%;
  float: left;
  padding: 50px 0;
}
.top-dest-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-body {
  width: 85%;
  float: left;
  margin: 0 20px;
  margin-top: -35px;
  background: #fff;
  padding: 10px 15px;
  box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
}

.card-body span {
  font-size: 12px;
  color: red;
}
.card-body h3 {
  color: #111;
  font-weight: 600;
  font-size: 24px;
}

/* =============================== top-dest section Css End ================================= */

/* =============================== Newsletter section Css Start ================================= */

.newsletter-section {
  width: 100%;
  float: left;
  padding: 70px 0;
  background: url("../images/newsletter-bg.jpg") no-repeat center / cover;
  position: relative;
}
.newsletter-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00000073;
}
.newsletter-main {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
}
.newsletter-main h4 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #fff;
}
.newsletter-main p {
  color: #ffffffb8;
  margin-bottom: 10px;
}

.newsletter-main a {
  background: #0077bd;
  padding: 15px 30px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: 0.5s;
}

.newsletter-main a:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
/* =============================== Newsletter section Css End ================================= */

/* =============================== Footer section Css Start ================================= */

.footer-sec {
  width: 100%;
  float: left;
  padding: 25px 0 0;
  background: url("../images/FT-BG.jpg") no-repeat bottom center / cover;
}
.quick-link {
  width: 100%;
  float: left;
  padding: 30px 0px 50px;
}
.quick-link h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000c;
}
a.ft-mail {
  width: auto;
  display: inline-block;
  text-decoration: none;
  color: #111;
}
a.ft-mail i {
  color: #0077bd;
  margin-right: 5px;
  font-size: 20px;
}
.copyright {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0 10px;
}
.copyright a {
  text-decoration: none;
  color: #0077bd;
}

/* =============================== Footer section Css End ================================= */

/* ====================================== Responsive Css ========================================== */

@media (width <= 992px) {
  .about-cont {
    justify-content: center;
  }
  div#about {
    width: 100%;
  }

  .about-img {
    width: 60%;
  }
}

/* ============================= Keyframes ===================== */

@keyframes fly {
  0% {
    transform: rotate(18deg) scale(0.3);
    right: -130px;
    opacity: 0;
  }

  100% {
    transform: rotate(18deg) scale(0.8);
    right: 80px;
    opacity: 1;
  }
}

@keyframes ImgAnimate {
  0% {
    transform: rotate(0) translate(-10px) rotate(0);
  }
  100% {
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
