:root {
  --cadet-blue-crayola: hsl(240, 10%, 70%);
  --gold-web-golden: hsl(50, 100%, 54%);
  --vivid-sky-blue: hsl(196, 84%, 63%);
  --midnight-blue: hsl(231, 83%, 25%);
  --minion-yellow: hsl(50, 100%, 64%);
  --independence: hsl(225, 24%, 27%);
  --independence2: hsl(225, 24%, 19%);
  --orange-soda: hsl(34, 100%, 56%);
  --space-cadet: hsl(243, 23%, 18%);
  --fiery-rose: hsl(353, 83%, 65%);
  --klein-blue: hsl(230, 80%, 39%);
  --bluetiful: hsl(222, 88%, 55%);
  --glaucous: hsl(230, 52%, 63%);
  --manatee: hsl(254, 7%, 65%);
  --black: hsl(0, 0%, 0%);
  --white: hsl(0, 0%, 100%);
  --ff-open-sans: 'Open Sans', sans-serif;
  --ff-barlow: 'Poppins', sans-serif;
  --ff-poppins: 'Poppins', sans-serif;
  --fs-1: 3.5rem;
  --fs-2: 3rem;
  --fs-3: 2.4rem;
  --fs-4: 2rem;
  --fs-5: 1.8rem;
  --fs-05: 1.65rem;
  --fs-6: 1.4rem;
  --fw-600: 600;
  --fw-700: 700;
  --radius-5: 5px;
  --radius-10: 10px;
  --radius-15: 15px;
  --radius-20: 20px;
  --section-padding: 60px;
  --shadow: 0 -5px 10px var(--manatee);
  --transition-1: 0.05s ease;
  --transition-2: 0.25s ease;
  --cubic-out: cubic-bezier(0.33, 0.85, 0.56, 1.02);
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a,
img,
span,
input,
strong,
button,
textarea,
ion-icon {
  display: block;
}


#swap:hover {
  -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -o-animation-play-state:paused;
  animation-play-state:paused;
  cursor: pointer;
}

#swap:after {
  content:"Convenience, Transparency & Efficiency";
  animation: swap 100s ease infinite;
  animation-iteration-count: 2;
}

@keyframes swap {
  0% { content:"24/7 Stay Connected, Stay Satisfied"; }
  10% { content:"Instant Communication, Hassle-Free."; }
  20% { content:"Quick Check-In/Check-Out, No Lines."; }
  30% { content:"Real-Time Updates, Stay in the Know."; }
  40% { content:"Contactless, One Tap Payment"; }
  50% { content: "Smooth Shift/Work Handover"; }
  60% { content: "Local Guides, Interactive Maps."; }
  70% { content: "Transparency, Trust & Competitive Edge"; }
  80% { content: "Multilingual Support, Seamless Communication."; }
  90% { content: "Collect Feedbacks & Complaints With Ease"; }
  100% { content: "Convenience Anywhere & Anytime."; }
}

#flip {
  height:45px;
  overflow:hidden;
}

#flip > div > div {
  color:#fff;
  padding-top: 9px;
  /* padding-left: 12px; */
  padding-right: 12px;
  padding-bottom: 0px;
  height:50px;
  font-size: 1.9rem;
  margin-bottom:50px;
  display:inline-block;
}

#flip div:first-child {
  animation: show 25s linear infinite;
}

/* #flip div div {
  background:#42c58a;
}
#flip div:first-child div {
  background:#4ec7f3;
}
#flip div:last-child div {
  background:#DC143C;
} */

@keyframes show {
  0% {margin-top:-450px;}
  10% {margin-top:-360px;}
  20% {margin-top:-360px;}
  30% {margin-top:-270px;}
  40% {margin-top:-270px;}
  50% {margin-top:-180px;}
  60% {margin-top:-180px;}
  70% {margin-top:-90px;}
  80% {margin-top:-90px;}
  90% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-450px;}
}


img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
ion-icon {
  pointer-events: none;
  color: var(--white);
}
button,
input,
textarea {
  background: none;
  border: none;
  font: inherit;
}
button {
  cursor: pointer;
}
input,
textarea {
  width: 100%;
}
address {
  font-style: normal;
}
html {
  font-size: 10px;
  background-color: var(--space-cadet);
  font-family: var(--ff-open-sans);
  scroll-behavior: smooth;
}
body,
html {
  background-color: var(--space-cadet);
  background: linear-gradient(var(--space-cadet), var(--independence));
}
body {
  color: var(--cadet-blue-crayola);
  font-size: 1.8rem;
  line-height: 1.6;
  overflow-x: hidden;
}
:focus-visible {
  outline-offset: 4px;
}



::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  background-color: hsl(0, 0%, 95%);
}
::-webkit-scrollbar-thumb {
  background-color: hsl(0, 0%, 80%);
}
::-webkit-scrollbar-thumb:hover {
  background-color: hsl(0, 0%, 70%);
}
.container {
  padding-inline: 20px;
}
.loader {
  display: none;
  margin: auto;
  padding-top: 25px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.loading {
  border: 5px solid #ccc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-top-color: var(--orange-soda);
  border-left-color: var(--orange-soda);
  animation: spin 1s infinite ease-in;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  width: 100%;
  /* Set a default minimum width */
  right: 0%;
  margin: -50px 0 0 -50px;
  justify-content: center;
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  bottom: 30px;
  /* 30px from the bottom */
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.accordion {
  font-family: var(--ff-barlow);
  font-size: var(--fs-05);
  font-weight: var(--fw-600);
  color: var(--white);
  cursor: pointer;
  padding: 10px;
  margin: auto;
  width: 95%;
  max-width: 620px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.active,
.accordion:hover {
  background-color: #cccccc0c;
}

.panel {
  margin: auto;
  width: 90%;
  max-width: 560px;
  padding-bottom: 10px;
  font-size: var(--fs-05);
  display: none;
  overflow: hidden;
}

.accordion:after {
  /* Unicode character for "plus" sign (+) */
  content: "\02795";
  font-size: 13px;
  color: #ffffff;
  float: right;
  margin-left: 5px;
}

.active:after {
  /* Unicode character for "minus" sign (-) */
  content: "\2796";
  color: #ffffff;
}


.btn {
  color: var(--white);
  font-family: var(--ff-barlow);
  font-size: var(--fs-5);
  font-weight: var(--fw-600);
  max-width: max-content;
  padding: var(--padding, 10px 40px);
  border-radius: 50px;
  transition: var(--transition-2);
}
.btn-primary.blue {
  background-color: var(--bluetiful);
}
.btn-primary.blue:is(:hover, :focus) {
  background-color: var(--orange-soda);
}
.img-cover {
  width: 100%;
  height: 80%;
  max-width: 100%;
  object-fit: fill;
}

.img-stuff {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  animation: rotate 70s linear alternate-reverse infinite;
  transform-box: fill-box;
  transform-origin: center;
  object-fit: fill;
  position:absolute; top:0; left:0
}

@keyframes rotate {
  from { transform: rotate(15deg); }
  to { transform: rotate(-15deg); }
}

.img-stuff2 {
  transform: scale(1.1);
  max-width: 100vw;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.img-land {
  max-width: 900vw;
  width: 100%;
  height: 100%;
  transform: scale(1.05);

  object-fit: fill;
}

.img-layer {
  max-width: 100vw;
  width: 100%;
  transform: scale(1.1);
  height: 100%;
  padding: 0px!important;
  margin: 0px!important;
  object-fit: fill;
}

.stack {
  position:relative
}

.section {
  padding-block: var(--section-padding);
}
.section-subtitle {
  color: var(--orange-soda);
  font-family: var(--ff-barlow);
  font-size: var(--fs-4);
  text-align: center;
}
.h2,
.h3 {
  color: var(--white);
  font-family: var(--ff-barlow);
  font-weight: var(--fw-600);
  line-height: 1.2;
}
 #swap {
  color: var(--black);
  font-family: var(--ff-barlow);
  font-weight: var(--fw-600);
  line-height: 1.2;
}
.h2 {
  font-size: var(--fs-2);
}
.h3 {
  font-size: var(--fs-3);
}
.section-title,
.section-text {
  text-align: center;
}
.header {
  position: fixed;
  padding: 6px;
  width: 100%;
  background-color: var(--space-cadet);
  overflow: hidden;
  transition: 0.25s var(--cubic-out);
  z-index: 4;
}
.header.active {
  background-color: var(--space-cadet);
  box-shadow: var(--shadow);
  padding-block: 10px;
}
.header>.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  color: var(--white);
  font-family: var(--ff-poppins);
  font-size: 2.4rem;
}

.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block: 100px var(--section-padding);
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.newhero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 50px;
  display: grid;
  place-items: center;
}

.hero-banner {
  width: 40.5vh;
  height: 40.5vh;
  border-radius: var(--radius-10);
  margin-inline: auto;
  margin-block-end: 20px;
}
.hero-banner img {
  border-radius: inherit;
}
.hero-content {
  text-align: center;
  color: var(--white);
}
.hero-title {
  font-family: var(--ff-barlow);
  font-size: var(--fs-5);
  font-weight: var(--fw-600);
  line-height: 1.3;
  margin-block-end: 14px;
}
.hero-title strong {
  font-size: var(--fs-1);
  font-weight: inherit;
  margin-block-end: 8px;
}
.hero-text {
  margin-block-end: 25px;
}
.btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.contact-card {
  background-color: var(--independence2);
  padding: 15px 25px;
  border-radius: var(--radius-20);
}
.contact-card .card-subtitle {
  color: var(--orange-soda);
  font-family: var(--ff-barlow);
  font-size: var(--fs-4);
  font-weight: var(--fw-600);
}
.contact .section-title {
  text-align: left;
  margin-block-end: 30px;
}
.contact-form {
  margin-block-end: 30px;
}
.contact-input {
  background-color: var(--white);
  color: var(--manatee);
  border-radius: var(--radius-5);
  padding: 15px 25px;
  font-size: var(--fs-5);
  margin-block-end: 15px;
}
.contact-input::placeholder {
  color: inherit;
}
textarea.contact-input {
  resize: vertical;
  min-height: 100px;
  height: 180px;
  max-height: 300px;
}
.btn-submit {
  background-color: var(--orange-soda);
  color: var(--white);
  font-family: var(--ff-barlow);
  font-size: var(--fs-5);
  width: 100%;
  padding: 10px;
  border-radius: var(--radius-5);
  transition: var(--transition-2);
}
.btn-submit:is(:hover, :focus) {
  background-color: var(--cadet-blue-crayola);
  color: var(--black);
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-item:not(:last-child) {
  margin-block-end: 20px;
}
.contact-icon {
  background-color: var(--glaucous);
  font-size: 2.4rem;
  padding: 20px;
  border-radius: 50%;
}
.contact-item-title {
  color: var(--white);
  font-family: var(--ff-barlow);
  font-size: var(--fs-4);
  font-weight: var(--fw-600);
}
.contact-item-link {
  transition: var(--transition-1);
}
.contact-item-link:not(address):is(:hover, :focus) {
  color: var(--white);
}
.blog {
  padding-block-end: 120px;
}
.blog .section-title {
  margin-block-end: 20px;
}
.blog .section-text {
  margin-block-end: 80px;
}
.blog-list {
  display: grid;
  gap: 40px;
}
.blog-card {
  font-family: var(--ff-barlow);
}
.blog-card .card-banner {
  background-color: var(--space-cadet);
  border-radius: var(--radius-15);
  overflow: hidden;
  margin-block-end: 20px;
}
.blog-card .card-banner img {
  transition: var(--transition-2);
}
.blog-card .card-banner a:is(:hover, :focus) img {
  transform: scale(1.1);
}
.blog-card .card-banner:focus-within {
  outline: 2px solid var(--white);
  outline-offset: 4px;
}
.blog-card .card-tag {
  color: var(--orange-soda);
  margin-block-end: 5px;
}

.card-head {
  font-weight:500;
  color: var(--orange-soda);
  margin-block-end: 5px;
}

.blog-card .card-title {
  color: var(--black);
  font-weight: var(--fw-600);
  line-height: 1.3;
}
.blog-card .card-title a {
  transition: var(--transition-2);
}
.blog-card .card-title a:is(:hover, :focus) {
  color: var(--orange-soda);
}

.copyright {
  max-width: max-content;
  margin-inline: auto;
  margin-block-end: 10px;
}
.copyright-link {
  display: inline-block;
  transition: var(--transition-2);
  font-weight: var(--fw-600);
}
.copyright-link:is(:hover, :focus) {
  color: var(--white);
}

/**
 * responsive for larger than 600px screen
 */
@media (min-width: 600px) {
  .hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .newhero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .hero-content {
    text-align: left;
  }
  .btn-group {
    justify-content: flex-start;
  }
  .hero-title span {
    font-size: 2rem;
  }
  .hero-title {
    --fs-5: 2.0rem;
    margin-block-end: 25px;
  }
  .hero-text {
    margin-block-end: 25px;
    font-size: var(--fs-05);
  }
  .hero-banner {
    position: relative;
    margin-block-end: 0;
    order: 1;
    width: 240px;
    height: 290px;
    margin-inline: 0;
    margin-inline-start: auto;
  }
}
/**
 * responsive for larger than 768px screen
 */
@media (min-width: 768px) {
  .hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .newhero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .hero-content {
    text-align: left;
  }
  .btn-group {
    justify-content: flex-start;
  }
  .hero-title span {
    font-size: 3rem;
  }
  .hero-title {
    --fs-5: 2.0rem;
    margin-block-end: 25px;
  }
  .hero-text {
    margin-block-end: 25px;
    font-size: var(--fs-05);
  }
  .hero-banner {
    position: relative;
    margin-block-end: 0;
    order: 1;
    width: 280px;
    height: 330px;
    margin-inline: 0;
    margin-inline-start: auto;
  }
  .blog-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
}
/**
 * responsive for larger than 992px screen
 */
@media (min-width: 992px) {
  /**
   * CUSTOM PROPERTY
   */
  :root {
    /**
     * typography
     */
    --fs-1: 6.4rem;
    --fs-2: 3.5rem;
    --fs-3: 3.6rem;
    /**
     * spacing
     */
    --section-padding: 80px;
  }
  /**
   * REUSED STYLE
   */
  .container {
    max-width: 1100px;
    margin-inline: auto;
  }
  /**
   * HERO
   */
  .hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .newhero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .hero-content {
    text-align: left;
  }
  .btn-group {
    justify-content: flex-start;
  }
  .hero-title span {
    font-size: 3rem;
  }
  .hero-title {
    --fs-5: 2.2rem;
    margin-block-end: 25px;
  }
  .hero-text {
    margin-block-end: 25px;
    font-size: var(--fs-05);
  }
  .hero-banner {
    position: relative;
    margin-block-end: 0;
    order: 1;
    width: 340px;
    height: 390px;
    margin-inline: 0;
    margin-inline-start: auto;
  }

  .contact-card {
    padding: 30px;
  }
  .contact .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px 15px;
  }
  .contact-form {
    margin-block-end: 0;
  }
  .contact-item {
    gap: 25px;
  }
  .contact-icon {
    padding: 30px;
  }
  /**
   * BLOG
   */
  .blog {
    padding-block-end: 180px;
  }
  .blog-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  /**
   * FOOTER
   */
  .footer .container {
    display: flex;
    justify-content: space-between;
  }
  .copyright,
  .footer-list {
    margin-inline: 0;
  }
}