*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --blue-color: #007aff;
  --primary-color: #ff9d3d;
  --max-width-laptop: 1200px;
  --max-width-desktop: 1700px;
}

.main-carrier {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
}

@keyframes mainmover {
  0% {
    right: 0%;
  }
  33% {
    right: 0%;
  }
  35% {
    right: 100%;
  }
  63% {
    right: 100%;
  }
  65% {
    right: 200%;
  }
  98% {
    right: 200%;
  }
  99% {
    right: 300%;
  }
  100% {
    right: 300%;
  }
}

.main-carrier .images {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 400%;
  height: 100%;
  overflow: hidden;

  animation: 60s mainmover infinite;
}

.main-carrier .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.main-carrier .words {
  position: absolute;
  bottom: 25%;
  left: 7%;
  height: fit-content;
  width: fit-content;
  column-gap: 6px;

  color: white;
  background: linear-gradient(to left, #00000000 30%, #00000070 70%);
  padding: 18px 12px;
  border-radius: 6px;
}

.main-carrier .words h1,
.main-carrier .words h2 {
  font-size: clamp(21px, 2vw, 48px);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.28;
}

.main-carrier .words p {
  margin: 6px 0;
  font-size: 17px;
  letter-spacing: 0.49px;
}

.main-carrier .words p a {
  color: var(--primary-color);
  text-decoration: none;

  &:hover {
    color: #ffffff70;
  }
}

.main-carrier .words .quotation {
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.service-card {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 32px;
  column-gap: 18px;
  margin: 5dvh 0 0 0;
}

.service-card a {
  text-decoration: none;
  color: var(--primary-color);
  background-color: #c0c0c01c;
  text-align: center;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;

  &:hover {
    color: white;
    background-color: var(--primary-color);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 0.8s;
  }
}

.service-card a .card {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 150px;
  min-height: fit-content;
  overflow: hidden;

  padding: 32px 8px 8px 8px;
}

.destination {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;

  margin: 10dvh 0 15dvh 0;
}

.destination .destandword {
  text-align: center;
  margin: 32px 0 18px 0;
}

.destination .js-index-destination-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: fit-content;
  justify-content: center;
  align-items: center;
  column-gap: 32px;
  row-gap: 8px;
  margin: 0 auto;
  max-width: var(--max-width-laptop);
}

.js-index-destination-holder .dest-carrier {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  height: 390px;
  margin: 12px 0;
  overflow: hidden;

  border-radius: 64px;
}

/*media min width*/

.dest-carrier img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  object-position: center;
}

.dest-carrier .iterm-holder {
  display: inline-flex;
  flex-direction: column;
  column-gap: 3px;
  justify-content: center;
  position: absolute;
  bottom: 12px;
  left: 4%;
  text-align: center;

  width: 92%;
  height: fit-content;
  background-color: white;

  padding: 0 2px 8px 2px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;

  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
}

.iterm-holder .white {
  position: relative;
  margin: 0 auto;
  top: -18px;
  width: fit-content;
  padding: 11px 8px 0 8px;
  background-color: white;

  border-radius: 16px;
}

.white a {
  padding: 5px 13px;
  border-radius: 9px;
  color: white;
  font-weight: 550;
  background-color: var(--primary-color);
  text-decoration: none;

  &:hover {
    background-color: var(--blue-color);
    transition: all 0.49s;
  }
}

.iterm-holder a .material-symbols-outlined {
  color: var(--primary-color);
  margin: 12px 0;

  border: 1px solid var(--primary-color);
  border-radius: 50%;

  &:hover {
    transform: translateX(2px);
    color: var(--blue-color);
    border: 1px solid var(--blue-color);
    transition: all 0.58s;
  }
}

/*initiator 3rd part*/
.initiate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5dvh auto 12dvh auto;
  padding: 0 12px 12px 12px;
  max-width: var(--max-width-desktop);
}

.initiate .left-with-word {
  display: inline-flex;
  flex: 1;
  min-width: 300px;
  padding: 0 12px 0 0;
}

.left-with-word .words {
  padding: 0 8px 0 8px;
  position: relative;
  text-align: center;
  text-wrap-mode: break-word;
  margin: 18px 6px;
}

.words h2,
.words .h3-dec {
  text-transform: capitalize;
  line-height: 1.35;
}

.words .h3-dec {
  color: var(--primary-color);
  margin-bottom: 12px;
}

.initiate .right-with-pic {
  display: inline-flex;
  flex: 1;
  min-width: 450px;
  height: 100%;
  overflow: hidden;
  margin: 8px 0;
}

.initiate .le {
  border-top-left-radius: 64px;
  border-bottom-right-radius: 64px;
}

.initiate .ri {
  border-top-right-radius: 64px;
  border-bottom-left-radius: 64px;
}

.right-with-pic img {
  width: 100%;
  height: 100%;
  max-height: 350px;
  object-fit: cover;
  object-position: center;
}

.left-with-word .words a {
  text-decoration: none;
  font-size: 21px;
  font-weight: 550;
  color: var(--primary-color);
  padding: 32px 24px 4px 24px;

  &:hover {
    color: var(--blue-color);
    transition: all 0.56s;
  }
}

/*exercusion*/
.exercusion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin: 10dvh auto 10dvh auto;
  padding: 0 12px 0 12px;
  column-gap: 12px;
  max-width: var(--max-width-laptop);
}

.exercusion .a {
  text-align: center;
  margin-bottom: 32px;
}

.exercusion h3 {
  text-align: center;
}

.exercusion .ex-holder {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  column-gap: 32px;
  row-gap: 12px;
}

.ex-holder .exc {
  display: inline-flex;
  flex-direction: column;
  column-gap: 12px;
  background-color: rgba(179, 179, 179, 0.021);
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  height: fit-content;
  max-height: 400px;

  box-shadow: 1px 2px 5px #c0c0c050;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}

.exc img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 6px;
}

.exc .material-symbols-outlined {
  margin-bottom: 6px;
  margin-left: 6px;
  color: var(--blue-color);
}

.exc h4 {
  color: var(--primary-color);
}

.exc h4,
.exc p {
  margin-bottom: 2px;
  margin-left: 6px;
}

.exc a {
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin: 18px auto 0 auto;
  padding: 2px 12px 6px 12px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;

  background-color: var(--primary-color);
  color: #ffffff;

  &:hover {
    background-color: var(--blue-color);
    transition: all 0.4s;
  }
}
