@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@400;600;700&display=swap");

:root {
  --color-main: #55c57a;
  --color-secondary: #f67b6f;
  --color-main-white-4: #ddf3e4;
  --color-gredient: linear-gradient(
    to bottom right,
    rgba(125, 213, 111, 0.85),
    rgba(40, 180, 135, 0.85)
  );
  --color-text: #444;
  --color-main-dark-2: #3b8a55;
  --color-main-dark-3: #2b633d;
  --color-main-dark-4: #193b25;
  --footer-color: #0b2149;
  --font-default: "Inter", Helvetica, Arial;
}

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

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

body {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333;
  font-family: "Inter", Helvetica, Arial;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}

.container {
  max-width: 135rem;
  margin: 0 auto;
}

.btn {
  text-decoration: none;
  padding: 1.2rem 2rem;
  border-radius: 0.3rem;
  color: inherit;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-outline {
  color: #fff;
  border: 1px solid #fff;
}

.btn-outline:hover {
  color: #fff;
  background-image: var(--color-gredient);
}

.border-round {
  border-radius: 50%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Serif Pro", serif;
}

.section {
  padding: 7.6rem 0;
}

.section__heading {
  text-align: center;
}

.section__heading h1 {
  font-weight: 600;
  font-size: 3.2rem;
}

.section__heading > p {
  color: #f8f9fa;
  font-size: 2.2rem;
  width: 90%;
  margin: 1.2rem auto;
}

.center-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*********************** HEADER *******************************/
header {
  background-color: #f5ffff;
}

.container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2.4rem;
}

.header__logo img {
  height: 5.6rem;
}

.mobile-nav-btn {
  background: none;
  border: none;
}

.mobile-nav-btn svg {
  height: 3.2rem;
}

.nav-list {
  list-style: none;
  display: flex;
}

.nav-list li:not(:last-child) {
  margin-right: 3.2rem;
}

.nav-link:visited,
.nav-link:link {
  padding: 1.2rem;
  font-size: 1.7rem;
  text-decoration: none;
  display: inline-block;
  color: var(--color-text);
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: var(--color-main);
  text-decoration: underline;
}

.btn-create {
  color: #fff !important;
  border-radius: 3rem;
  padding: 1rem 2.8rem !important;
  background-image: var(--color-gredient);
  border-radius: 50px;
  border: 0;
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
  letter-spacing: 1.5px;
  transition: all 0.5s ease;
}

.btn-create:hover {
  background-color: rgba(85, 197, 122, 0.753);
  box-shadow: rgb(85 197 122 / 75%) 0px 4px 10px 0px;
  text-decoration: none;
}

/*********************** SECTION HERO *******************************/
.section-hero {
  background: url(/assets/img/join_item_atlas.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 75rem;
  overflow: hidden;
}

/* @media (max-width: ) */

.hero {
  text-align: center;
  padding: 7.6rem;
  padding-top: 2.4rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__heading {
  margin-top: 9.6rem;
}

.hero__heading h4 {
  font-size: 1.7rem;
  font-family: var(--font-default);
  text-transform: uppercase;
  letter-spacing: 4.5px;
  font-weight: 700;
  color: var(--color-main-dark-3);
}

.hero__heading h2 {
  font-size: 4.6rem;
  font-weight: 600;
  width: 85%;
  margin: 0 auto;
  margin-top: 1.2rem;
}

.hero__btn {
  background-image: var(--color-gredient);
  color: #fff;
  font-weight: 400;
  margin: 4.6rem 0 2.4rem 0;
  font-size: 2.2rem;
  padding: 1.8rem 3.7rem;
  border-radius: 4rem;
}

.hero > img {
  height: 46.5rem;
}

/*********************** SECTION NEWS *******************************/
.section-news {
  background-image: url("https://rasta.com.bd/assets/icons/stacked-waves (1).svg");
  background-size: cover;
}

.section-news h1 {
  color: #fff;
  font-size: 4.6rem;
}

.news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.4rem;
  max-width: 115rem;
  margin: 1.8rem auto;
}

.card__details {
  padding: 1.2rem 0;
}

.btn-news {
  border-radius: 3rem;
  margin-top: 2.4rem;
}

.card {
  padding: 2.4rem;
  background-color: #fff;
  border-radius: 0.4rem;
}

.news_card {
  border-radius: 1.4rem;
}

.card__image {
  height: 22rem;
}

.card__image img {
  height: 100%;
  width: 100%;
  border-radius: 0.3rem;
  object-fit: cover;
}

/*********************** SECTION ONL  *******************************/
.section-chkonl {
  background: #4db4d7;
  color: #fff;
  padding: 10.4rem;
  padding-bottom: 15.4rem;
  padding-top: 8.6rem;
  margin-top: 47rem;
}

.section-chkonl > .container {
  position: relative;
}
.section-chkonl > .container {
  max-width: 105rem;
}

.section-haeder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-header h3 {
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12.6rem;
  text-align: center;
}

.chkonl__boxs {
  display: flex;
  margin: 0 auto;
  position: absolute;
  top: 128%;
}

.chkonl__boxs div {
  color: #333;
  margin-right: 2.4rem;
  padding: 5.4rem 4.8rem;
  text-align: center;
  background: #caf0f8;
  display: flex;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  border-radius: 0.5rem;
  flex-direction: column;
  align-items: center;
  font-size: 1.8rem;
}

.chkonl__boxs div > h2 {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-family: var(--font-default);
  color: #555;
}

.chkonl__boxs div > p {
  font-size: 1.8rem;
  margin-bottom: 1.4rem;
}

.chkonl__boxs div > .btn-create {
  padding: 1.3rem 4.2rem !important;
  font-size: 2rem;
  margin-top: 1.4rem;
}

/*********************** SECTION TRAVEL *******************************/
.section-travel {
  background-color: var(--color-main-white-4);
  padding-top: 12.6rem;
  padding-bottom: 12.6rem;
}

.travel {
  max-width: 100rem;
  margin: 2.4rem auto;
  display: flex;
  flex-direction: column;
  align-items: end;
  position: relative;
}

.travel__imagebox {
  height: 45rem;
  width: 45rem;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 23%;
  background: url("/SVG/wave-haikei.svg");
  left: -8%;
}

.travel__imagebox img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  background-color: #95d8eb;
}

.travel__textbox {
  width: 90%;
  margin: 0 auto;
}

.card-travel {
  padding: 4.6rem 2.4rem 4.6rem 36.8rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  border-radius: 3rem;
  align-items: flex-start;
}

.card-travel h2 {
  font-size: 4.6rem;
  font-weight: 500;
}

.card-travel > p {
  font-size: 1.9rem;
  line-height: 1.7;
}

.btn-travel {
  background-image: var(--color-gredient);
  color: #fff;
  border-radius: 3rem;
  font-size: 1.8rem;
}

/*********************** SECTION Features ***************************
****/
.section-feature {
  padding: 7.6rem 0;

  margin-top: 17.6rem;
}

.section-feature .container > h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-main);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: var(--font-default);
  margin-bottom: 1.8rem;
}

.feature-boxs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem 1.6rem;
  padding-top: 2.4rem;
  transform: translateX(-3rem);
}

.card-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 111;
  background-color: transparent;
}

.card-feature h3 {
  font-family: var(--font-default) !important;
  color: var(--color-main-dark-3);
  font-weight: 600;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.feature-icon svg {
  height: 5.2rem;
  fill: var(--color-main);
}

.feature-icon > img {
  height: 4.6rem;
}

.card-feature .feature-icon {
  margin-bottom: 1.2rem;
}

.card-feature:nth-child(2) {
  transform: translateY(-1.3rem);
}

.card-feature:nth-child(2) > .feature-icon img {
  height: 7.6rem;
}

/*********************** SECTION HERO *******************************/
.section-funn {
  padding-top: 0;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  position: relative;
}

.fun-content {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 111;
}

@media (min-width: 1400px) {
  .fun-content {
    left: 59%;
  }
}

.fun-content > div {
  position: relative;
}

.card-fun {
  position: absolute;
  top: 45%;
  transform: translateX(37rem);
  background: var(--color-main);
  color: #fff;
  width: 75%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  font-size: 1.8rem;
  padding: 6.6rem 2.4rem;
  line-height: 1.6;
  border-radius: 3rem;
}
.card-fun h2 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
}

.btn-fun {
  background-color: #fff;
  color: #444;
  border-radius: 3rem;
}

.fun__image img {
  height: 60rem;
  width: 60rem;
  object-fit: cover;
  border-radius: 50%;
}

.fun-content > div > p {
  transform: translateX(-16rem);
  font-size: 2.2rem;
  width: 75%;
  font-style: italic;
  text-transform: inherit;
  line-height: 1.7;
  margin-top: 6.4rem;
}

@media (min-width: 1600px) {
  .fun-content > div > p {
    transform: translateX(-30rem);
  }
}

.rect {
  width: 100%;
  height: 56rem;
}

.rect-big {
  background-image: url("https://rasta.com.bd/assets/icons/stacked-peaks.svg");
  background-size: cover;
}

.rect-small {
  background-color: rgba(126, 214, 112, 0.418);
  transform: translateY(20rem);
  height: 38rem;
}

/*********************** SECTION US *******************************/
.section-us {
  background: var(--color-main);
  padding-bottom: 36.6rem;
}

.section-us img {
  height: 30rem;
}

.section-us .container {
  padding: 4.6rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-us .card-fun {
  position: absolute;
  transform: translate(0);
  background-color: var(--color-text);
  top: 64%;
  right: 10%;
  width: 33%;
  padding: 6.6rem 2.4rem;
}

.us-image__box {
  position: relative;
}

.img--small img {
  height: 28rem;
  width: 28rem;
  border-radius: 50%;
  margin-top: -30rem;
  transform: translate(-12rem, 6rem);
}

.img--bg img {
  height: 55rem;
  width: 55rem;
  border-radius: 50%;
  border: 2rem solid var(--color-main-white-4);
}

.circle--small {
  height: 8rem;
  width: 8rem;
  outline: 2rem solid var(--color-main-white-4);
  border-radius: 50%;
  opacity: 0.8;
  position: absolute;
  left: -33%;
  bottom: -22%;
}
.circle--big {
  height: 16rem;
  width: 16rem;
  outline: 4rem solid var(--color-main-white-4);
  border-radius: 50%;
  position: absolute;
  left: 14rem;
  top: 125%;
}

/*********************** SECTION US *******************************/
.section-about {
  background: url("https://rasta.com.bd/assets/icons/stacked-waves.svg");
  background-size: cover;
}

.section-about .container {
  max-width: 120rem;
  color: #7dd56f;
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.2rem 4.6rem;
  color: #fff;
  padding: 2.4rem;
}

.about__box1 {
  display: flex;
  flex-direction: column;
}
.about__box1 span {
  font-size: 2rem;
  margin-bottom: 2.4rem;
}

.about__box1 h1 {
  font-size: 4.5rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 2.2rem;
}

.about__box1 p {
  font-size: 1.8rem;
}

.about__box2 > p {
  font-size: 1.8rem;
  line-height: 1.7;
}

.about__box2 > .count {
  display: flex;
  gap: 2.4rem;
  margin-top: 5.4rem;
  text-align: center;
}

.about__box2 > h2 {
  font-family: var(--font-default);
  margin: 2.4rem 0 0 0;
  font-weight: 600;
}
.count a:link,
.count a:visited {
  color: var(--color-main-dark-4);
}

.about__box2 h1 {
  font-size: 6.2rem;
  font-family: var(--font-default);
}

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

.backtotop {
  padding: 0;
}

.footer.section {
  padding-bottom: 2.6rem;
}

.backtotop a {
  color: #fff;
  font-weight: 500;
  padding: 1rem;
  text-align: center;
  font-size: 1.3rem;
  text-decoration: none;

  display: block;
  background-color: #353675;
}

.backtotop a:hover {
  background-color: rgba(53, 54, 117, 0.911);
}

.footer {
  background-color: var(--footer-color);
  padding-bottom: 4.6rem;
}

.footer-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4.6rem 0 0 2.4rem;
}

.footer-container .footer-btm {
  text-align: center;
}

.footer-container > .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2, 4rem;
}

.footer-logo-translate {
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: 2.4rem 0;
}

.footer-container li {
  list-style: none;
}

.footer-container a:link {
  text-decoration: none;
}

.translate {
  border: 1px solid #ccc;
  padding: 0.8rem;
  color: #ccc;
}

#translate {
  background: none;
  border: none;
  color: #ccc;
  font-size: 1.4rem;
}

#translate:focus {
  color: #222;
  outline: none;
}

.footer-contract {
  display: flex;
  color: #fff;
  align-items: center;
  margin-top: 2.4rem;
}

.footer-contract h3 {
  margin-right: 2.4rem;
  font-size: 1.4rem;
}

.footer .copyright {
  color: #fff;
  font-size: 1.2rem;
}

.footer .copyright a {
  font-weight: 600;
  color: #fff;
  font-size: 1.4rem;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.footer-logo {
  width: 16rem;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.widget h4 {
  color: #fff;
  font-family: var(--font-default);
  font-weight: 600;
  margin-bottom: 1.7rem !important;
}

.widget .footer-menu a {
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
}

.widget .footer-menu a:hover {
  text-decoration: underline;
}

.footer-contract i {
  font-size: 2.2rem;
}

.widget-footer {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
}

/* .footer-socials li a {
    width: 45px;
    height: 45px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    padding-top: 12px;
  } */

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.divider {
  display: none;
}

.mobile-nav-btn {
  display: none;
  font-size: 2.2rem;
  cursor: pointer;
}

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

.textbox_0 {
  color: #fff;
  width: 45%;
  margin: 0 auto;
  padding: 7.6rem 0;
}

.textbox_0 h2 {
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

/**************************** MEDIA QUERIES *****************************************/

/**************************/
/* BELOW 1260 (Small-Desktop) */
/**************************/
@media (max-width: 1400px) {
  .textbox_0 {
    width: 80%;
    margin: 0 auto 0 1.2rem;
    padding: 2.6rem 0;
  }
}

@media (max-width: 78.75em) {
  .travel {
    transform: translateX(-3.3rem);
  }
  .feature-boxs {
    flex: 0 0 64%;
  }

  .section-us .card-fun {
    width: 45%;
  }
}
/**************************/
/* BELOW 1175 (Small-Desktop) */
/**************************/

@media (max-width: 74.06em) {
  html {
    font-size: 50%;
  }
  .travel {
    transform: translateX(-3.3rem) scale(0.9);
  }
  .news {
    padding: 0 1.2rem;
  }
  .section-funn {
    padding-bottom: 12.6rem;
  }
  .fun-content {
    transform: translateX(-50%) scale(0.9);
  }
  .feature-boxs {
    flex: 0 0 70%;
  }
  .feature {
    transform: translateX(-16rem) scale(0.9);
  }
}

/**************************/
/* BELOW 1035 (Small-Desktop) */
/**************************/
@media (max-width: 64.68em) {
  .section-travel {
    padding-top: 1.6rem;
  }
  .travel {
    transform: scale(0.8);
  }

  .section-funn {
    padding-bottom: 0;
  }
  .section-chkonl {
    margin-top: 31rem;
  }

  .section-feature {
    margin-top: 0;
  }

  .fun-content {
    transform: translate(-50%, -10%) scale(0.8);
  }
  .section-us .card-fun {
    width: 44%;
  }

  .chkonl__boxs {
    position: static;
  }

  .section-header h3 {
    margin-bottom: 4.6rem;
  }

  .feature-boxs {
    flex: 0 0 80%;
  }
}

/**************************/
/* BELOW 944 (Small-Desktop) */
/**************************/
@media (max-width: 59em) {
  .section-hero {
    height: 60rem;
  }
  .hero__btn {
    margin-top: 2.4rem;
  }
  .news {
    grid-template-columns: repeat(2, 1fr);
  }

  .card-feature h3 {
    font-size: 1.5rem;
  }

  .mobile-nav-btn {
    display: block;
    z-index: 11111;
  }

  .scroll-lock {
    overflow: hidden;
    height: 100vh;
  }

  .navbar-nav {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    /* gap: 2.4rem; */

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s ease;
  }

  .nav-list {
    flex-direction: column;
    align-items: center;
  }
  .nav-list li {
    margin: 1.2rem 0;
    margin-right: 0 !important;
  }

  .nav-link:visited,
  .nav-link:link {
    font-size: 2.8rem;
  }

  .nav-open .navbar-nav {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
    z-index: 22;
  }

  .nav-open .mobile-nav-btn svg[name="menu-outline"] {
    display: none;
  }

  .nav-open .mobile-nav-btn svg[name="close-outline"] {
    display: block;
    height: 4.2rem;
  }

  .section-travel {
    /* padding-top: 0; */
    padding-bottom: 25rem;
  }

  .card-travel {
    padding: 5.6rem 11.4rem 16.6rem 16.8rem;
  }
  .travel__imagebox {
    top: 72%;
  }

  .card-fun {
    transform: translateX(26rem);
  }

  .fun-content > div > p {
    transform: translate(-6rem, 21rem);
    width: 75%;
  }

  .section-us .card-fun {
    width: 95%;
    left: 3%;
    top: 132%;
  }

  .section-us {
    padding-bottom: 66.6rem;
  }

  .circle--small {
    left: 0;
    top: 106%;
  }

  .fun-content {
    transform: translate(-53%, -15%) scale(0.8);
  }

  .feature-boxs {
    transform: translate(0);
  }
  .feature-boxs .card {
    padding: 1.6rem;
  }
  .circle--big {
    top: 109%;
    left: 23rem;
  }

  .section-funn {
    padding-bottom: 20.6rem;
  }

  .section-chkonl {
    padding: 7.6rem 0;
  }

  .chkonl__boxs {
    flex-direction: column;
    margin: 0 2.4rem;
  }

  .chkonl__boxs div {
    margin: 0;
  }
  .chkonl__boxs div:not(:last-child) {
    margin-bottom: 2.4rem;
  }

  .section-header h3 {
    font-size: 2.8rem;
    padding: 0 2.4rem;
  }
}

/**************************/
/* BELOW 785 (Small-Desktop) */
/**************************/
@media (max-width: 49em) {
  .hero__heading h2 {
    font-size: 3.6rem;
    width: 90%;
    line-height: 1.2;
  }
  .section-hero {
    height: 50rem;
  }

  .hero__btn {
    font-size: 2rem;
    padding: 1.6rem 2.8rem;
  }

  .section-us {
    padding-bottom: 80.6rem;
  }
  .section-us .card-fun {
    top: 150%;
  }
  .img--small img {
    transform: translate(0, 11rem);
  }

  .circle {
    transform: translate(0, 17rem);
  }

  .card-travel {
    padding-right: 2.4rem;
  }
  .feature-boxs {
  }
  /* .card-feature {
    flex: 0 0 31%;
  } */
  .us-image__box {
    transform: scale(0.9);
  }
  .section-us .container {
    padding: 2.4rem 0 1.4rem 0;
  }

  .about {
    grid-template-columns: 1fr;
  }
  .card-fun {
    transform: translate(30rem, 0rem);
  }
  .fun-content > div > p {
    margin-top: 11.4rem;
  }
}

/**************************/
/* BELOW 639 (Small-Desktop) */
/**************************/
@media (max-width: 39.93em) {
  .hero__heading h2 {
    width: 100%;
  }

  .section-news {
    padding: 4.6rem 1.2rem;
  }

  .about__box1 h1 {
    font-size: 3.6rem;
  }
  .section-news h1 {
    font-size: 3.6rem;
    margin-bottom: 1.4rem;
  }

  .hero__heading {
    margin-top: 9.6rem;
  }
  .hero {
    padding: 3.2rem;
  }
  .hero__heading h4 {
    font-size: 1.6rem;
  }

  .news {
    grid-template-columns: 1fr;
  }
  .travel {
    margin: 0rem auto 5.6rem auto;
  }
  .travel__imagebox {
    top: 78%;
    left: -6%;
  }
  .card-travel {
    padding-left: 4.2rem;
  }

  .travel__textbox {
    width: 100%;
  }
  .section-funn {
    padding-bottom: 13.6rem;
  }

  .feature-boxs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.4rem;
  }

  .card-feature:last-child {
    grid-column: 1 / span 2;
    align-self: center;
  }

  .section-chkonl {
    margin-top: 18rem;
  }
  .section-us .container {
    padding: 0 0 0;
  }

  .section-us {
    padding-bottom: 66.6rem;
  }
  .section-us .card-fun {
    top: 135%;
  }

  .section-about {
    padding: 3.2rem 0;
  }
  .about__box1 h1 {
    font-size: 3.2rem;
    font-family: var(--font-default);
  }
  .fun-content {
    transform: translate(-54%, -23%) scale(0.7);
  }
  .fun-content > div > p {
    transform: translate(0rem, 21rem);
    width: 100%;
  }
  .us-image__box {
    transform: scale(0.8);
  }
  .img--small img {
    transform: translate(8rem, 13rem);
  }
  .circle {
    transform: translate(8rem, 18rem);
  }
  .card-feature {
    flex: 0 0 29%;
  }
  .footer-container {
    padding-top: 0;
  }

  .footer-container > .row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-container .footer-logos-col {
    grid-row: 2;
    grid-column: 1/ -1;
    justify-self: center;
  }

  .us-image__box {
    transform: scale(0.7);
  }
  .img--bg img {
    height: 62rem;
    width: 62rem;
  }
}

/**************************/
/* BELOW 542 (Small-Desktop) */
/**************************/
@media (max-width: 33.93em) {
  .section-hero {
    background-position-y: 51px;
    background-repeat: repeat;
  }
  .hero__heading h4 {
    font-size: 1.5rem;
  }

  .card__details {
    padding: 1.8rem 0 0.2rem 0;
  }
  .card__details h3 {
    font-size: 2rem;
    font-family: var(--font-default);
    margin-bottom: 0.6rem;
  }

  .section-news h1 {
    font-size: 3.2rem;
  }

  .hero__heading h2 {
    font-size: 3.3rem;
  }
  .hero__btn {
    font-size: 1.8rem;
  }

  .hero {
    padding: 0 0.8rem;
  }
  .card-feature {
    flex: 0 0 100%;
  }
  .ui-shape {
    transform: translate(22rem, 7rem) scale(0.7);
    bottom: -10rem;
    right: -21rem;
  }
}

/**************************/
/* BELOW 438 (Small-Desktop) */
/**************************/
@media (max-width: 28em) {
  .fun__image img {
    width: 52rem;
    height: 52rem;
  }
  .travel__imagebox {
    transform: scale(0.8);
  }

  .section-travel {
    padding-bottom: 13rem;
  }
  .section-funn {
    padding-bottom: 16rem;
  }

  .fun-content {
    transform: translate(-49%, -28%) scale(0.6);
  }
  .travel__imagebox {
    top: 73%;
    left: -15%;
  }

  .card-fun {
    top: 51%;
    left: -39%;
    width: 100%;
  }

  .fun-content > div > p {
    transform: translate(0rem, 29rem);
  }
  .section-chkonl {
    margin-top: 6.4rem;
  }
  .hero__heading {
    margin-top: 10.6rem;
  }
  .chkonl__boxs div {
    padding: 4.6rem 2.4rem;
  }
  .circle--small {
    top: -5rem;
  }
}
