* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "poppins", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #555;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

/****************************************************/
/* GENRAL RTEAUSABLE CODE */
/****************************************************/

.grid {
  display: grid;
  column-gap: 2rem;
  margin-bottom: 9.6rem;
  align-items: center;
}

.grid- {
  display: grid;
  column-gap: 4rem;
  margin-bottom: 9.6rem;
  align-items: center;
}

.grid-f {
  display: grid;
  column-gap: 2rem;
  align-items: flex-start;
  row-gap: 5rem;
}

.grid-4-cols {
  grid-template-columns: repeat(4, 1fr);
}

.grid-3-cols {
  grid-template-columns: repeat(3, 1fr);
}

.grid-2-cols {
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
}

/****************************************************/
/* Header */
/****************************************************/

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../img/color.png);
  background-repeat: no-repeat;
  background-position: top right;
  height: 9.6rem;
  padding: 0 10rem;
  position: relative;
}

.logo {
  height: 3.4rem;
}

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #212832;
  font-weight: 500;
  font-size: 1.7rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #f1a501;
}

.nav-cta:link,
.nav-cta:visited {
  box-shadow: inset 0 0 0 2px #212832;
  padding: 1.6rem 3.2rem;
  border-radius: 9px;
}

.nav-cta:hover,
.nav-cta:active {
  color: #f1a501;
  background-color: #181e4b;
  transition: background-color 0.3s;
}

.down-outline {
  width: 1.6rem;
  height: 1.3rem;
  margin-left: 0.3rem;
}

/* MOBILE */

.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #f1a501;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/* STICKY NAVIGATION */

.sticky .header {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #1c9cea;
  z-index: 999;
  height: 8rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

.sticky .section-hero {
  margin-top: 9.6rem;
}

/****************************************************/
/* section hero */
/****************************************************/

.section-hero {
  padding: 1rem 0;
  background-image: url(../img/color.png);
  background-repeat: no-repeat;
  background-position: top -8rem right;
  z-index: 3;
}

.hero {
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 6rem;
  display: grid;
  grid-template-columns: 1fr 1.1fr;

  align-items: center;
  gap: 0.5rem;
}

.subheading-hero {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #df6951;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.heading-primary {
  font-family: "volkhov", serif;
  font-size: 8.4rem;
  font-weight: 700;
  line-height: 89px;
  letter-spacing: -4px;
  color: #181e4b;
  margin-bottom: 2.8rem;
}

.heading-primary::after {
  position: absolute;
  left: 22rem;
  top: 11rem;
  content: " ";
  background-image: url(../img/Decore.png);
  width: 30rem;
  height: 1rem;
  z-index: -1;
}

.hero-description {
  font-size: 1.6rem;
  font-weight: 400;
  color: #5e6282;
  line-height: 1.5;
  padding-bottom: 3.5rem;
  padding-right: 2.8rem;
}

.btn:link,
.btn:visited {
  display: inline-block;
  background-color: #f1a501;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2.5rem 2.5rem;
  border-radius: 1rem;
  text-decoration: none;
  margin-right: 4rem;

  box-shadow: 0px 15px 20px rgba(241, 165, 1, 0.4);
  transition: all 0.3s ease 0s;
}

.btn:hover,
.btn:active {
  background-color: #d99501;
}

.play-icon {
  height: 1.8rem;
  width: 1.8rem;
  color: #fff;
  background-color: #df6951;
  box-shadow: 0px 15px 20px rgb(223, 105, 81, 0.4);

  padding: 2rem;
  border-radius: 50%;
  margin-right: 3rem;
}

.btn-play-demo {
  border: none;
  background-color: transparent;
  font-size: 1.7rem;
  font-weight: 400;
  color: #686d77;
}

.btn-all {
  display: flex;
  align-items: center;
}

.hero-text-box {
  position: relative;
  z-index: 1;
}

.hero-img-box {
  z-index: 1;
  position: relative;
}

.hero-img-box::before {
  content: " ";
  position: absolute;
  top: 10.8rem;
  right: 1rem;
  background-image: url(../img/plane.webp);
  width: 14rem;
  height: 20rem;
  z-index: -1;
}

.hero-img {
  width: 100%;
}

.hero-img-box::after {
  content: " ";
  position: absolute;
  top: 5rem;
  left: 1rem;
  background-image: url(../img/plane.webp);
  width: 14rem;
  height: 20rem;
}

/****************************************************/
/* SECTION CATEGORY */
/****************************************************/

.section-category {
  padding: 4.8rem 0 9.6rem 0;
  position: relative;
}

.container {
  max-width: 120rem;
  padding: 0 6rem;
  margin: 0 auto;
}

.heading-category {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #5e6282;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  letter-spacing: 0.75px;
}

.heading-secondary {
  font-size: 5rem;
  font-weight: 700;
  font-family: "volkhov", serif;
  color: #14183e;
  margin-bottom: 9.6rem;
}

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

.center-text-::after {
  position: absolute;
  content: " ";
  right: 6rem;
  top: 3rem;
  background-image: url(../img/group-4.png);
  width: 15rem;
  height: 17rem;
}

.img {
  width: 30%;
}

.img-p {
  width: 40%;
}

.feature-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1e1d4c;
  margin-top: 3rem;
}

.feature-text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #5e6282;
  line-height: 1.8;
  padding: 2rem 4rem 4rem 4rem;
  background-color: #fff;
  border-radius: 36px;
}

.feature {
  text-align: center;
  cursor: pointer;
  border-radius: 36px;
  transition: all 0.4s;
  padding-top: 2rem;
}

.feature-plane {
  position: relative;
  z-index: 1;
}

.feature:hover {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  transform: translatey(-1.2rem);
}

.feature-plane::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -13%;
  left: -14%;
  padding-bottom: 30%;
  width: 40%;
  height: 9%;
  background-color: #df6951;
  z-index: -2;
  border-radius: 30px 0 10px 0;
}

/****************************************************/
/* SECTION SELLING */
/****************************************************/

.section-selling {
  padding: 4.8rem 0;
}
.center-text {
  text-align: center;
}

.heading-selling {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #5e6282;
  margin-bottom: 1.6rem;
}

.trip-box {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 24px;
  transition: all 0.4s;
}

.trip-box:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 3.4rem 6.4rem rgba(0, 0, 0, 0.06);
}

.trip-img {
  width: 100%;
}

.trip-title {
  font-size: 1.8rem;
  font-weight: 400;
  color: #5e6282;
}

.price {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  color: #5e6282;
}

.trip-name {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trip-icon {
  height: 1.8rem;
  width: 1.8rem;
  color: #080809;
}

.trip-attribute {
  font-size: 1.6rem;
  font-weight: 400;
  color: #5e6282;
  display: flex;
  gap: 1.6rem;
  align-items: center;
}

.trip-content {
  padding: 3rem 3rem 4.8rem 3rem;
  border-radius: 24px;
  z-index: 1;
  position: relative;
  background-color: #fff;
}

.trip-box-europe {
  position: relative;
}

.trip-box-europe::before {
  position: absolute;
  right: -6rem;
  top: 17rem;
  content: " ";
  background-image: url(../img/line.png);
  width: 9.8rem;
  height: 25.4rem;
  z-index: -1;
}

/****************************************************/
/* SECTION SELLING */
/****************************************************/
.section-book {
  padding: 9.6rem 0;
  position: relative;
}

.heading-s {
  margin-bottom: 4.8rem;
}

.trip-icon-box {
  position: relative;
}

.globe-icon {
  height: 3.4rem;
  width: 3.4rem;
  color: #fff;
  position: relative;
  padding: 0.8rem;
  background-color: #f0bb1f;
  border-radius: 13px;
  z-index: -1;
}

.location-icon {
  height: 2rem;
  width: 2rem;
  color: #df6951;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
}

.payment-icon {
  height: 3.4rem;
  width: 5.4rem;
  color: #fff;
  padding: 0.8rem;
  background-color: #f15a2b;
  border-radius: 13px;
}

.car-icon {
  background-color: #006380;
}

.book-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #5e6282;
  margin-bottom: 1rem;
}

.book-pragraph {
  font-size: 1.6rem;
  font-weight: 400;
  color: #5e6282;
  line-height: 1.2;
  padding-right: 6rem;
}

.attribute {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.attributes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.girl-img {
  width: 100%;
}

.title-greece {
  font-size: 1.8rem;
  color: #080809;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}

.trip-date {
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.date {
  font-size: 1.6rem;
  color: #5e6282;
  border-right: 2px solid #5e6282;
  padding-right: 0.5rem;
}

.autho-name {
  font-size: 1.6rem;
  color: #5e6282;
}

.icon-group {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.icon-g {
  color: #84829a;
  height: 2rem;
  width: 2rem;
  background-color: #f5f5f5;
  padding: 1rem;
  border-radius: 50%;
}

.icon-g-l {
  color: #84829a;
  height: 2rem;
  width: 2rem;
  background-color: #f5f5f5;
  padding: 1rem;
  border-radius: 50%;
  transform: rotate(90deg);
}

.pepole-trip {
  display: flex;
  justify-content: space-between;
}

.heart-icon {
  width: 2rem;
  height: 2rem;
  color: #4152ca;
}

.pepole-trip-icon {
  display: flex;
  gap: 1rem;
  align-items: first baseline;
}

.business-icon {
  width: 1.8rem;
  height: 1.8rem;
  color: #84829a;
}

.img-trip-box {
  width: 70%;
  padding: 2.4rem;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075),
    3rem -3.5rem 10rem -6rem #59b1e6;
  border-radius: 26px;
  margin-left: 7rem;
  position: relative;
}

.rome-img {
  height: 4.8rem;
  width: 4.8rem;
}

.title-ongoing {
  font-size: 1.4rem;
  color: #5e6282;
}

.title-rome {
  font-size: 1.8rem;
  color: #080809;
}

.bar-graph-content {
  font-size: 1.4rem;
  /* color: #8a79df; */
  color: #6e61b2;
}

.bar-graph-content strong {
  color: #080809;
}

.bar-graph {
  display: flex;
  width: 17rem;
  height: 0.4rem;
  background-color: #f5f5f5;
  border-radius: 30px;
  overflow: hidden;
}

.bar-graph-fill {
  width: 40%;
  height: 100%;
  background-color: #8a79df;
  border-radius: 30px;
}

.ongoing-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ongoing-trip-box {
  display: flex;
  gap: 1rem;

  padding: 2rem;
}

.ongoing-trip {
  position: absolute;
  bottom: 4.6rem;
  right: -12.5rem;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  z-index: 1;
}

/****************************************************/
/* SECTION TESTIMONIAL */
/****************************************************/
.section-testimonial {
  padding: 9.6rem 0 15rem 0;
  position: relative;
}

.dot {
  height: 1.2rem;
  width: 1.2rem;
  background-color: #e5e5e5;
  border-radius: 50px;
  display: inline-block;
  margin-right: 2rem;
}

.dot-black {
  background-color: #39425d;
}

.wrapper {
  position: relative;
}

.testimonial-box {
  width: 90%;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border-radius: 10px;
}

.customer-view-box {
  padding: 1rem 0 4rem 2.5rem;
}

.testimonial-img {
  height: 4.8rem;
  width: 4.8rem;
}

.testimonial-img {
  position: absolute;
  top: -2rem;
  left: -2.5rem;
  z-index: 1;
}

.customer-view {
  font-size: 1.6rem;
  color: #5e6282;
  margin-bottom: 2.5rem;
  margin-top: 2rem;
  line-height: 1.5;
  padding-right: 7rem;
}

.customer-name {
  font-size: 1.8rem;
  font-weight: 600;
  color: #5e6282;
  margin-bottom: 1rem;
}

.customer-add {
  font-size: 1.4rem;
  color: #5e6282;
}

.author-box {
  width: 90%;
  padding: 14rem 9rem 2rem 2.4rem;
  border: 2px solid #f7f7f7;
  border-radius: 10px;
  position: absolute;
  left: 3.6rem;
  bottom: -7rem;
  z-index: -1;
}

.testimonial-icon {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: absolute;
  right: 12rem;
  bottom: 20rem;
}

.arrow {
  height: 2rem;
  width: 2rem;
  color: #3e2e4d;
}

.arrow-up {
  height: 2rem;
  width: 2rem;
  color: #bcb7c2;
}

/****************************************************/
/* SECTION FEATURED */
/****************************************************/
/* 190px */
.featured {
  padding: 9.6rem 0;
  max-height: 1.9rem;
}

.logos {
  display: flex;
  justify-content: space-around;
  /* transition: all 0.4s; */
}

.logos img {
  height: 2.8rem;
  filter: grayscale(100%);
}

.logos img:hover {
  height: 5rem;
  filter: brightness(100%);
}

.featured-logo {
  transition: all 0.4s;
}

.featured-logo:hover {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  padding: 0 3rem 2rem 3rem;
  background-color: #fff;
  transform: translate(0.5rem);
}

/****************************************************/
/* SECTION CTA */
/****************************************************/

.section-cta {
  padding: 9.6rem 0;
  position: relative;
}

.container-cta {
  max-width: 120rem;
  padding: 0 9rem;
  margin: 0 auto;
}

.center-text-cta {
  text-align: center;
}

.center-text-cta::after {
  position: absolute;
  content: " ";
  right: 12.6rem;
  bottom: 1rem;
  background-image: url(../img/group-4.png);
  height: 18.4rem;
  width: 15.4rem;
  transform: rotate(90deg);
  z-index: -1;
}

.cta-box {
  padding: 7rem 9rem;
  background-color: #f5f3fd;
  border-radius: 100px 20px 20px 20px;
  position: relative;
}

.heading-cta {
  font-size: 3.2rem;
  font-weight: 600;
  color: #5e6282;
  line-height: 1.5;
  margin-bottom: 6rem;
  position: relative;
  z-index: 2;
}

.cta-box::after {
  position: absolute;
  content: " ";
  left: 2rem;
  bottom: 0rem;
  background-image: url(../img/line-icon.png);
  height: 22.1rem;
  width: 30rem;
  opacity: 20%;
}

.cta-box::before {
  position: absolute;
  content: " ";
  right: 0rem;
  top: 0rem;
  background-image: url(../img/line-icon-2.png);
  height: 23.1rem;
  width: 17rem;
  opacity: 20%;
}

.cta-form-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.cta-form-group span {
  display: flex;
  flex-direction: row;
}

.mail {
  width: 2.1rem;
  height: 2rem;
  color: #39425d;
  padding: 2rem 0.5rem 2rem 2.5rem;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}

.email {
  font-size: 1.4rem;
  color: #39425d;
  padding: 2rem 18rem 2rem 0.5rem;
  border: none;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  margin-right: 2rem;
  position: relative;
  z-index: 2;
}

.btn-cta {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  border: none;
  padding: 2rem 4rem;
  background: linear-gradient(#ff946d 100%, #ff7d68 100%);
  border-radius: 10px;
}

.cta-icon {
  height: 3.4rem;
  width: 3.4rem;
  color: #fff;
  background: linear-gradient(#747def 8%, #5e3be1 100%);
  padding: 1.4rem;
  border-radius: 50%;
  /* transform: rotate(30deg); */
  position: absolute;
  top: -1rem;
  right: -1.6rem;
}

/****************************************************/
/* FOOTER*/
/****************************************************/

.footer {
  padding: 9.6rem 0;
}

.grid-footer {
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr;
}

.footer-logo-heading {
  font-size: 4.4rem;
  color: #181e4b;
  margin-bottom: 2rem;
}

.footer-description {
  font-size: 1.3rem;
  color: #5e6282;
  line-height: 1.4;
}

.footer-heading {
  font-size: 2.1rem;
  font-weight: 700;
  color: #080809;
  margin-bottom: 3.5rem;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.8rem;
  color: #5e6282;
}

.footer-link:hover,
.footer-link:active {
  color: #d99501;
}

.footer-links {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}

.social-icon {
  height: 2.4rem;
  width: 2.4rem;
  color: #080809;
  background-color: #fff;
  border-radius: 50%;
  padding: 1rem;
  /* box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075); */
  box-shadow: 0 0 5rem #ccc;
}

.facebook:hover {
  color: #fff;
  background-color: #0866ff;
}
.insta:hover {
  color: #fff;
  background-color: rgb(221, 42, 129);
}
.twiter:hover {
  color: #1c9cea;
  background-color: #fff;
}

.logo-col-description {
  font-size: 2rem;
  color: #5e6282;
  margin-bottom: 2rem;
}

.btns {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.footer-img {
  width: 40%;
  border-radius: 15px;
}

.copyright {
  font-size: 1.4rem;
  color: #5e6282;
  text-align: center;
  margin-top: 9.6rem;
}
