@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  font-family: 'Poppins' !important;
}

body {
  color: #212121;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff url('../img/logo/logo.png') 50% 50% no-repeat;
  background-size: 5%;
  z-index: 99999;
  left: 0px;
  top: 0px;
  opacity: 1; /* Initial opacity */
  transition: opacity 0.5s ease; /* Transition effect */
}

.loading-hidden {
  opacity: 0 !important; /* Set opacity to 0 when hidden */
}


.text-main {
  color: #2E6B60;
}

.text-logo {
  color: #005f56;
}

.logo {
  width: 150px;
}

.text-danger {
  color: #B52100 !important;
}

/* BUTTON */

.btn-main {
  color: #fff;
  background-color: #2E6B60;
  border-color: #2E6B60;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-main:hover {
  color: #fff;
  background-color: #05a88c;
  border-color: #05a88c;
}

.btn-check:focus+.btn-main,
.btn-main:focus {
  color: #fff;
  background-color: #05a88c;
  border-color: #05a88c;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(59, 222, 166, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(59, 222, 166, 0.5);
}

.btn-check:checked+.btn-main,
.btn-check:active+.btn-main,
.btn-main:active,
.btn-main.active,
.show>.btn-main.dropdown-toggle {
  color: #fff;
  background-color: #05a88c;
  border-color: #05a88c;
}

.btn-check:checked+.btn-main:focus,
.btn-check:active+.btn-main:focus,
.btn-main:active:focus,
.btn-main.active:focus,
.show>.btn-main.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0 rgba(59, 222, 166, 0.5);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0 rgba(59, 222, 166, 0.5);
}

.btn-main:disabled,
.btn-main.disabled {
  color: #fff;
  background-color: #2E6B60;
  border-color: #2E6B60;
}

.btn-hero {
  color: #024741;
  font-size: 24px;
  font-weight: 600;
  background-color: #F5C343;
  border-color: #F5C343;
  box-shadow: rgb(1, 94, 86) 10px 10px;
  border-radius: 12px;
  /* -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075); */
}

.btn-hero:hover {
  color: #024741;
  background-color: #FFB700;
  border-color: #FFB700;
}

.btn-check:focus+.btn-hero,
.btn-hero:focus {
  color: #024741;
  background-color: #FFB700;
  border-color: #FFB700;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(59, 222, 166, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(59, 222, 166, 0.5);
}

.btn-hero:active,
.btn-hero.active,
.show>.btn-hero.dropdown-toggle {
  color: #024741;
  background-color: #FFB700;
  border-color: #FFB700;
}

.btn-hero:active:focus,
.btn-hero.active:focus,
.show>.btn-hero.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0 rgba(59, 222, 166, 0.5);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0 rgba(59, 222, 166, 0.5);
}

.btn-hero:disabled,
.btn-hero.disabled {
  color: #024741;
  background-color: #ecddb6;
  border-color: #ecddb6;
}



.nav-link {
  font-weight: 500;
  color: #008471 !important;

}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #029B81 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.navbar-light .navbar-toggler,
.navbar-dark .navbar-toggler {
  border: none;
}

.other .nav-link {
  color: #006156 !important;
}

.other .logo-nav {
  filter: brightness(0) saturate(100%) invert(26%) sepia(55%) saturate(1426%) hue-rotate(139deg) brightness(91%) contrast(101%);
}

.shadow-transition .nav-link {
  font-weight: 500;
  color: #006156 !important;
}

.shadow-transition .logo-nav {
  filter: brightness(0) saturate(100%) invert(26%) sepia(55%) saturate(1426%) hue-rotate(139deg) brightness(91%) contrast(101%);
}

/* HERO  */

.section-hero {
  background-image: url('../img/new-illustrations/home_4x.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-splash {
  position: relative; 
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.banner-splash img {
  height: 100vh;
  object-fit: cover;
}


@media (max-width: 1440px) {
  .banner-splash img {
    height: unset;
    object-fit: unset;
  }

.banner-splash::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/new-illustrations/hero-splash.jpg');
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(2px);
  z-index: -1;
}
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); 
  z-index: -1;
}
}

.section-hero .logo-hero {
  width: 100%;
}


.section-hero .title-hero {
  color: #212121;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif !important;
}

.section-hero .title-hero-normal {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;

}

.section-hero .subscribe-feature {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}

.section-hero .subscribe-feature .btn-subs {
  color: #FFF;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 30px 34px;
  border-radius: 40px;
  background: #2E6B60;
  transition: all ease-in-out .2s;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10), 0px 9px 9px 0px rgba(0, 0, 0, 0.09), 0px 20px 12px 0px rgba(0, 0, 0, 0.05), 0px 36px 14px 0px rgba(0, 0, 0, 0.01), 0px 56px 16px 0px rgba(0, 0, 0, 0.00);
}

.section-hero .subscribe-feature .btn-subs:hover{
  text-decoration: none;
  background-color: #05a88c;
  border-color: #05a88c;

}

.section-hero .subscribe-feature .checklist-feature p {
  color: #212121;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif !important;

}

.fx-36 {
  font-size: 36px;
}

.hero-title {
  font-family: 'Poppins';
}

.hero-first {

  background-position: bottom center;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  /* margin-top: -100px; */
}

.new-hero-title {
  text-align: center;

}

.new-hero-title h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 20px 20px;
  color: #fff;
  line-height: 79.92px;
  width: 40%;
}

.hero-title-2 h1 {
  font-size: 42px;
  font-weight: 700;
  margin: 20px 20px;
  color: #fff;
  line-height: 79.92px;
  width: 100%;
  text-align: center;
}

.hero-col p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 20px;
}

.new-hero-subtitle {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.hero-illustration-2 {
  position: relative;
  bottom: -30px;
  text-align: center;
}

.hero-illustration-2 img {
  width: 60%;
}

.device-img {
  width: 100%;
}


#second-section {
  margin-top: 20px;
}

/* CAROUSEL */

.carousel-control-prev {
  left: 0 !important;
}

.carousel-control-prev-icon {
  background-image: url("../img/icons/arrow-left-white.svg") !important;
}

.carousel-control-next-icon {
  background-image: url("../img/icons/arrow-right-white.svg") !important;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 45vh;
  align-items: normal !important;
}

.carousel-inner {
  overflow: inherit;
}

/* ACCORDION */

.first-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23029B81'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.first-accordion .accordion-item {
  padding-bottom: 10px;
}

.first-accordion .accordion-button {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.first-accordion .accordion-button,
.first-accordion .accordion-collapse {
  border: none;
  border-left: 4px solid #2E6B60;
  border-top-left-radius: 0;
}

.first-accordion .accordion-item:first-of-type .accordion-button,
.first-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.first-accordion .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
}

.first-accordion .accordion-button:focus {
  border: none;
  border-left: 4px solid #2E6B60;
  box-shadow: none;
}



.second_accordion .accordion-item {
  padding-bottom: 10px;
}

.second_accordion .accordion-body {
  font-size: 14px;
  text-align: left;
}

.second_accordion .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.second_accordion .accordion-button,
.second_accordion .accordion-collapse {
  border: none;
  border-bottom: 1px solid #EEEEEE;
  border-top-left-radius: 0;
}

.second_accordion .accordion-item:first-of-type .accordion-button,
.second_accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.second_accordion .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
}

.second_accordion .accordion-button:focus {
  border-bottom: 1px solid #EEEEEE;
  box-shadow: none;
}

.second_accordion .accordion-button.collapsed::after {

  background: url('../img/illustrations/plus.svg');

}

.second_accordion .accordion-button:not(.collapsed)::after {

  background: url('../img/illustrations/minus.svg');

}

/* CARD */

.card-two {
  background: linear-gradient(156.84deg, #387D71 0.01%, #23574E 99.38%);
  color: #fff !important;
}

.price-card {
  /* box-shadow: 0px 12.521552085876465px 10.017241477966309px 0px #00000009; */
  box-shadow: 0px 30px 80px 0px #00000012;
  position: relative;

}


/* RIBBON */
.card-ribbon {
  position: absolute;
  overflow: hidden;
  top: -10px;
  right: -8px;
  width: 114px;
  height: 112px;
  border-radius: 8px;
}

.card-ribbon span {
  position: absolute;
  display: block;
  width: 160px;
  padding: 10px 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  left: -55px;
  top: 25px;
  transform: translate(29.3%) rotate(45deg);
}

.card-ribbon span.orange-color{
  background-color: #FAA607;
}

.card-ribbon span.red-color{
  background-color: #e9333c;
}

.card-ribbon::before,
.card-ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: none;
  border: 5px solid #FAA607;
  border-top-color: transparent;
  border-left-color: transparent;
}

.card-ribbon::before {
  top: 0;
  right: 0;
}

.card-ribbon::after {
  bottom: 0;
  left: 0;
}

.download-card .card-ribbon span {
  background-color: #e07518;
}


/* PAGINATION */

.paginationjs .paginationjs-pages li:first-child,
.paginationjs .paginationjs-pages li:first-child>a,
.paginationjs .paginationjs-pages li:last-child,
.paginationjs .paginationjs-pages li:last-child>a {
  /* border: 1px solid #aaa !important; */
  border-radius: 50% !important;
  background-color: #005f56;
  color: #fff;
}

.paginationjs .paginationjs-pages li {
  border: none !important;
  margin: 5px;
}

.paginationjs .paginationjs-pages li>a:hover {
  background-color: #04786c !important;
}


.paginationjs-prev {
  margin-right: 20px !important
}

.paginationjs-next {
  margin-left: 20px !important;
}

.paginationjs .paginationjs-nav {
  position: absolute !important;
  margin-left: 40px !important;
  bottom: 32px !important;
}

/* FOOTER */

.sosmed-box {
  border: 2px solid #eeeeee;
  border-radius: 13px;
}

.sosmed-box:hover {
  -webkit-box-shadow: 0 0.4375rem 0.875rem 0 rgba(65, 69, 88, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 0.4375rem 0.875rem 0 rgba(65, 69, 88, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07) !important;
}


/* Owl Carousel */

.owl-carousel.mobile-carousel .owl-item img {
  width: 300px !important;
  margin: auto;
  padding-top: 65px !important;
}

.owl-carousel.flags-carousel .owl-item img {
  height: 120px !important;
  width: auto !important;
  margin: auto;
  padding-top: 65px !important;
}

.customNavigation a {
  position: absolute;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #fff; */
  /* border-radius: 50%; */
  opacity: 1;
  margin-top: auto;
  margin-bottom: auto;
  /* box-shadow: -2px 1px 10px #bdbdbd; */
  top: 70px;
  cursor: pointer;
}

.customNavigation .prev {
  left: 60px;
  user-select: none;
}

.customNavigation .next {
  right: 60px;
  user-select: none;

}


.subscribe-card {
  box-shadow: 0px 3.0051724910736084px 10.017241477966309px 0px #00000009;

  box-shadow: 0px 24px 80px 0px #00000012;

}



/* map section */
.map-section{
  background-image: url('/static/assets/img/maps.png'); 
  background-size: 100%; background-position: center center; 
  background-repeat: no-repeat;
  background-size: contain;
}
/* end section */

/* =========== SPONSORSHIP SECTION ========== */
.sponsorship-section {
  width: 100%;
  height: 100%;
  background: linear-gradient(119deg, #099480 0.75%, #006B5B 98.08%);
}

.card-sponsor {
  background-color: #fff;
  border-radius: 24px;
}

.card-sponsor h3 {
  color: #008471;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.card-sponsor .sumut-logo {
  margin: 0 50px;
}

.cards-appear {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.card-appear {
  border-radius: 12px;
  background-color: #fff;
  height: 125px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card-appear img {
  aspect-ratio: 5;
  object-fit: contain;
  object-position: center;
  width: 60%;
}

/* =========== END SPONSORSHIP SECTION ======= */


/* Floating Button */

.floatingButtonWrap {
  display: block;
  position: fixed;
  bottom: 45px;
  right: 45px;
  z-index: 999999999;
}

.floatingButtonInner {
  position: relative;
}

.floatingButton {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  background: -webkit-linear-gradient(136deg, #387D71 0%, #23574E 100%);
  background: -o-linear-gradient(136deg, #387D71 0%, #23574E 100%);
  background: linear-gradient(136deg, #387D71 0%, #23574E 100%);
  color: #fff;
  line-height: 50px;
  position: absolute;
  border-radius: 50% 50%;
  bottom: 0px;
  right: 0px;
  /* border: 2px solid #afe7dd; */
  /* opacity: 0.3; */
  opacity: 1;
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.floatingButton .fas {
  font-size: 15px !important;
}

.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
  opacity: 1;
  color: #fff;
}


.floatingMenu {
  position: absolute;
  bottom: 70px;
  right: 0px;
  width: 300px;
  display: none;
}

.floatingMenu li {
  width: 100%;
  float: right;
  list-style: none;
  text-align: right;
  margin-bottom: 5px;
}

.floatingMenu .card {
  background-color: #e9eeed;
}

.floatingMenu .form-control {
  font-size: 12px;
  padding: 0.5rem;
}

.floatingMenu .form-label {
  font-size: 14px;
}



/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

  #loading {
    background-size: 10%;
  }
  .section-hero {
    margin-top: 30px;
    height: auto;
  }

  .section-hero .title-hero {
    font-size: 28px;
  }

  .section-hero .subscribe-feature .btn-subs {
    font-size: 18px;
    padding: 16px 30px;
  }

  .section-hero .subscribe-feature .checklist-feature p {
    font-size: 16px;
  }


  .reset-card {
    padding: 10px !important;
  }

  .card-email-verif {
    padding: 20px !important;
  }

  .hero-col {
    width: 100% !important;
  }

  .new-hero-title h1,
  .hero-title-2 h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .new-hero-subtitle {
    font-size: 24px;
  }

  .btn-hero {
    font-size: 18px;
  }


  .device-hero-row {
    width: 100% !important;
  }

  #second-section {
    margin-top: 200px;
  }

  .hero-second .row {
    margin-top: 20px !important;
  }

  .countries-col {
    padding: 20px;
  }

  .subscribe-card {
    padding: 20px !important;
  }

  .first-accordion .accordion-button {
    font-size: 18px;
  }

  .body-faq {
    width: 100% !important;
  }

  .feature-img {
    width: 100%;
  }
}


/* mall devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

  

  .card-sponsor h3 {

    font-size: 24px;

  }

  .cards-appear {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
  }



  .hero-illustration {
    width: 75%;
  }

  .hero-col {
    width: 100% !important;
  }

  .new-hero-title h1,
  .hero-title-2 h1 {
    font-size: 24px !important;
    line-height: 40px;
  }

  .new-hero-subtitle {
    font-size: 20px !important;
  }

  .hero-col p {
    font-size: 16px;
  }

  .btn-hero {
    font-size: 16px !important;
  }

  .plus-img {
    width: 20%;
  }

  .device-img {
    margin-bottom: 20px;
  }

  .device-hero-row {
    width: 75% !important;
  }

  #second-section {
    margin-top: 200px;
  }

  .feature-img {
    width: 70%;
  }

  .subscribe-card img {
    width: 50%;
  }

  .customNavigation .prev {
    left: 0px;
  }

  .customNavigation .next {
    right: 0px;
  }

  .owl-carousel.flags-carousel .owl-item img {
    height: 100px !important;
  }

  .customNavigation a {
    height: 20px;
  }

  .paginationjs .paginationjs-nav {
    height: 10px !important;
  }
}


/* X-Small devices (portrait phones, less than 576px */
@media (max-width: 575.98px) {
  #loading{
    background-size: 20%;
  }
  .hero-illustration {
    /* display: none; */
  }


  .hero-col {
    width: 100% !important;
  }

  .new-hero-title h1,
  .hero-title-2 h1 {
    font-size: 18px !important;
    line-height: 40px;
    margin: 20px 0;
  }

  .new-hero-subtitle {
    font-size: 20px !important;
  }

  .hero-col p {
    font-size: 16px;
    padding: 15px;
    margin: 15px;
  }

  .btn-hero {
    font-size: 16px !important;
  }

  .plus-img {
    width: 20% !important;
  }

  .device-img {
    margin-bottom: 20px;
    width: 80%;
  }

  .hero-illustration-2 {
    bottom: 10px;
  }

  .hero-illustration-2 img {
    width: 75%;
  }

  .hero-second .row {
    margin-top: 10px !important;
  }

  .hero-second h5 {
    font-size: 1rem;
  }


  .hero-title {
    font-size: 1.5rem !important;
  }

  .hero-text-2 {
    font-size: 1.5rem;
  }

  .hero-btn-img {
    width: 100px;
  }

  .hero-col {
    margin-top: 120px !important;
  }

  .device-hero-row {
    width: 100% !important;
  }

  #second-section {
    margin-top: 150px;
  }

  .second_accordion .accordion-button {
    font-size: 14px;
  }

  .subscribe-card h1 {
    font-size: 1.5rem;
  }

  .subscribe-card img {
    width: 100%;
  }

  .feature-img {
    width: 40% !important;
  }

  .hero-features h5 {
    font-size: 1rem;
  }


  .plan-card-title {
    font-size: 16px !important;
    margin: 0px;
  }

  .price-card h2 {
    font-size: 1.5rem;
  }

  .price-card h5 {
    font-size: 1rem;
  }

  .countries-col {
    padding: 0px !important;
  }

  .floatingButtonWrap {
    bottom: 15px;
    right: 15px;
  }

}


@media (max-width: 400px) {
  .subscribe-card img {
    width: 70% !important;
  }

  .subscribe-card h1 {
    font-size: 1.2rem !important;
  }

  .hero-first {
    height: 75vh;
  }

  .hero-col {
    width: 100% !important;
    margin-top: 100px !important;
  }

  .new-hero-title h1,
  .hero-title-2 h1 {
    font-size: 16px !important;
    line-height: 30px !important;
    margin: 20px 0;
  }

  .new-hero-subtitle {
    font-size: 14px !important;
  }

  .hero-col p {
    font-size: 12px !important;
  }

  .btn-hero {
    font-size: 14px !important;
    padding: 10px 15px !important;
    border-radius: 8px;
  }

  .plus-img {
    width: 20% !important;
  }

  .device-img {
    margin-bottom: 20px;
    width: 80%;
  }
}


@media (max-width: 400px) {
  .section-hero{
    padding: 100px 0;
  }
  .section-hero .title-hero {
    font-size: 24px;
  }
  .plus-img {
    width: 15% !important;
  }
}

/* handle screen under <=300 */
@media (max-width: 300px){
.logo{
  width: 130px;
}
}