/* IVECO CSS */


/*
primary color - #1554ff - IVECO Blue
light grey back - #1554ff - IVECO Light grey
yellow - #000001 - IVECO Black
*/

.mb-3 {
    margin-bottom:16px !important;
}
.mb-4 {  
    margin-bottom: 24px !important;
}
.mb-5 {
    margin-bottom: 48px !important;
}

h4 {
  text-transform: uppercase;
  color: #1554ff;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 4rem;
}



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

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

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

@media only screen and (min-width:1200px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }

  .text-fluid-image-block > .row {
    max-width: 1600px;
    margin: 0 auto;
  }
}

body {
  margin: 0;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}

#main {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#main h1 {
  color: #ffffff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 83px;
  margin-bottom: 30px;
  line-height: 100%;
  margin-top: 40px;
  text-transform: uppercase;
}

#main h1 span {
  color: #000001;
}

#main h2 {
  color: #000000;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 30px;
}

#main h2.alt {
  color: #ffffff;
}

#main h3 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

#main p {
  font-size: 18px;
}

#main ul {
  color: #393939;
  font-size: 17px;
}

#main li {
  padding-bottom: 5px;
}

#main article {
  margin-bottom: 30px;
}

.text-fluid-image-block > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: inherit;
  padding: 0;
}

.text-container {
  padding: 50px;
  display: block;
}

#main img {
  max-width: 100%;
}


#sectionHome02 {
  padding: 50px 50px 20px 50px;
  background-color: #fff;
}

#sectionHome03 {
  padding: 120px 50px 0 50px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 100%;
  background: #f7f9fc;
  position: relative;
  height: 100%;
  min-height: 200px;
  margin-bottom: 0px;
}

#sectionHome03 .text-fluid-image-block {
  margin-bottom: 0px;
}
#sectionRewards02 {
padding: 50px 50px 20px 50px;
  background-color: #fff;
}
#sectionRewards02 .text-background {
  background-color: #ffffff;
}

#sectionRewards02 .text-container {
  padding: 25px 50px 40px;
  position: relative;
}

#sectionRewards02 .text-container div.tier {
  margin: 0 auto;
}

#sectionRewards02 .text-container h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1554ff;
}

#sectionRewards02 .text-container div.text {
  position: relative;
  min-height: 90px;
  list-style: none;
}

#sectionRewards02 .home-image {
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #f8f8f8 35%,
    #f2f2f2 70%,
    #ffffff 100%
);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}





#sectionHome02 .text-background {
  background-color: #ffffff;
}

#sectionHome02 .text-container {
  padding: 25px 50px 40px;
  position: relative;
}

#sectionHome02 .text-container div.tier {
  margin: 0 auto;
}

#sectionHome02 .text-container h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1554ff;
}

#sectionHome02 .text-container div.text {
  position: relative;
  min-height: 90px;
  list-style: none;
}

#sectionHome02 .home-image {
    /* background: linear-gradient(
    135deg,
    #ffffff 0%,
    #f8f8f8 35%,
    #f2f2f2 70%,
    #ffffff 100%
); */
    background-color: #1554ff !important;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.text-fluid-image-block {
  position: relative;
}

#sectionHomeFooter {
    padding: 50px 50px 20px 50px;
    background-color: #1554ff;
    background-image: url("../img/banner-blue.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#sectionHomeFooter02 {
    padding: 50px 50px 20px 50px;
    background-color: #1554ff;
    background-image: url("../img/banner-blue-2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.tier-01 {
  margin-bottom: 10px;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 22px;
  line-height: inherit;
  padding-top: 14px;
  font-weight: 600;
  background-color: #1554ff;
  filter: drop-shadow(6px 2px 3px #ccc);
}

.top-block-container {
  background-color: #ffffff;
  margin-bottom: 30px;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
}

.footer-container {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  background-color: #000000;
  position: relative;
  border-top: 1px solid #555;
}

.footer-container .wrapper {
  width: 80%;
  max-width: none;
  margin: 0 10%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-container span {
  width: 100%;
  display: inline-block;
  padding-top: 8px;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  ul.navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #sectionHome02 {
    padding: 15px;
  }
  #sectionRewards02 {
    padding: 15px;
  }
}

@media (min-width: 868px) {
  ul.navbar-nav {
    padding-left: 40px;
    float: right;
  }
}

.navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 15px;
}






@media only screen and (max-width: 768px) {
  #sectionHome03 .text-container {
    border-radius: 20px;
  }

  #main h1 {
    font-size: 58px;
  }

  #sectionHome03 {
    background-size: inherit;
  }

  .footer-container .align-left {
    margin-bottom: 40px;
  }

  .footer-container .align-right {
    margin-bottom: 20px;
    text-align: left;
  }

  


  .navbar-nav {
    padding: 20px 15px;
  }
}






.part-1, .part-2, .part-3, .part-5 {
  padding: 30px;
  text-align: center;
}

.equal-card {
  margin: 0 auto;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.part-1 .home-image {
  text-align: center;
}

.part-1 .home-image .mobile-move-1 {
  transform: scale(1) rotate(0deg) translate(0px, 0px);
  transition: all 0.3s ease-out;
  filter: drop-shadow(3px 4px 8px rgba(0,0,0,0.2));
}

.part-1 .home-image .mobile-move-1:hover {
  transform: scale(0.9) rotate(3deg) translate(0px, -50px);
}
/*
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
  .part-1 .home-image .mobile-move-1 {
    transform: scale(0.5) rotate(0deg) translate(0px, -540px);
    transition: all 0.3s ease-out;
  }

  .part-1 .home-image .mobile-move-1:hover {
    transform: scale(0.6) rotate(3deg) translate(0px, -550px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .part-1 .home-image .mobile-move-1 {
    transform: scale(0.5) rotate(0deg) translate(0px, -340px);
    transition: all 0.3s ease-out;
  }

  .part-1 .home-image .mobile-move-1:hover {
    transform: scale(0.6) rotate(3deg) translate(0px, -350px);
  }
}

@media only screen and (max-width: 1200px) {
  .part-1 .home-image {
    overflow: hidden !important;
  }

  .part-1 .home-image .mobile-move-1, .part-1 .home-image .mobile-move-1:hover {
    transform: scale(0.4) rotate(0deg) translate(0px, -640px);
    filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.5));
  }
}

@media only screen and (max-width: 600px) {
  .part-1 .home-image {
    overflow: hidden !important;
  }

  .part-1 .home-image .mobile-move-1, .part-1 .home-image .mobile-move-1:hover {
    transform: scale(0.4) rotate(0deg) translate(0px, -440px);
    filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.5));
  }
}

@media only screen and (min-width: 560px) and (max-width: 990px) {
  .equal-card {
    max-width: 500px;
  }
}
*/
.part-2 .home-image {
  text-align: center;
  overflow: hidden;
}

    .part-2 .home-image .mobile-move-2 {
        transform: scale(1) rotate(0deg) translate(0px, 0px);
        transition: all 0.3s ease-out;
        filter: drop-shadow(3px 4px 8px rgba(0,0,0,0.2));
    }

.part-2 .home-image .mobile-move-2:hover {
  transform: scale(1.4) rotate(6deg) translate(0px, 10px);
}
/*
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
  .part-2 .home-image .mobile-move-2 {
    transform: scale(0.6) rotate(0deg) translate(0px, -400px);
    transition: all 0.3s ease-out;
  }

  .part-2 .home-image .mobile-move-2:hover {
    transform: scale(0.8) rotate(3deg) translate(0px, -430px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .part-2 .home-image .mobile-move-2 {
    transform: scale(0.6) rotate(0deg) translate(0px, -330px);
    transition: all 0.3s ease-out;
  }

  .part-2 .home-image .mobile-move-2:hover {
    transform: scale(0.8) rotate(3deg) translate(0px, -360px);
  }
}

@media only screen and (max-width: 1200px) {
  .part-2 .home-image {
    overflow: hidden !important;
  }

  .part-2 .home-image .mobile-move-2, .part-2 .home-image .mobile-move-2:hover {
    transform: scale(0.6) rotate(0deg) translate(0px, -600px);
    filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.5));
  }
}

@media only screen and (max-width: 600px) {
  .part-2 .home-image {
    overflow: hidden !important;
  }

  .part-2 .home-image .mobile-move-2, .part-2 .home-image .mobile-move-2:hover {
    transform: scale(0.6) rotate(0deg) translate(0px, -400px);
    filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.5));
  }
}
*/
.part-3 .home-image {
  text-align: center;
}

    .part-3 .home-image .mobile-move-3 {
        transform: scale(1) rotate(0deg) translate(0px, 0px);
        transition: all 0.3s ease-out;
        filter: drop-shadow(3px 4px 8px rgba(0,0,0,0.2));
    }

.part-3 .home-image .mobile-move-3:hover {
  transform: scale(1) rotate(3deg) translate(0px, -30px);
}
/*
@media only screen and (max-width: 1200px) {
  .part-3 .home-image {
    overflow: hidden !important;
  }

  .part-3 .home-image .mobile-move-3, .part-3 .home-image .mobile-move-3:hover {
    transform: scale(0.8) rotate(0deg) translate(0px, -10px);
    filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.5));
  }
}

@media only screen and (max-width: 600px) {
  .part-3 .home-image {
    overflow: hidden !important;
  }

  .part-3 .home-image .mobile-move-3, .part-3 .home-image .mobile-move-3:hover {
    transform: scale(0.8) rotate(0deg) translate(0px, 10px);
    filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.5));
  }
}
    */
.home-image-6 {
  text-align: center;
}

.promotions-block {
  margin-top: 50px;
  margin-bottom: 50px;
}

.feature-list {
    max-width: 900px; /* increase this to let it spread further right */
    padding-top: 30px;
}

    .feature-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 60px;
    }

    .feature-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 16px;
        font-size: 18px;
        font-weight: 500;
        color: #1f2937;
    }

        .feature-list li::before {
            content: "✓";
            display: flex;
            align-items: center;
            justify-content: center;
            width: 26px;
            height: 26px;
            background: #2f55ff;
            color: #fff;
            border-radius: 50%;
            font-size: 15px;
            font-weight: bold;
            flex-shrink: 0;
        }

@media (max-width: 600px) {
    .feature-list ul {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 768px) {
  .top-block-container {
    background-size: 170px;
  }

  #sectionHome02 .text-container {
    padding: 15px 20px 20px 20px;
  }

  #sectionHome02 .text-container div.text {
    margin-left: 0px;
  }
	
	#sectionRewards02 .text-container {
    padding: 15px 20px 20px 20px;
  }

  #sectionRewards02 .text-container div.text {
    margin-left: 0px;
  }

  .tier-01 {
    filter: drop-shadow(0px 0px 0px #ccc);
    background-color: #000001;
    color: #1554ff;
    font-weight: 700;
  }

  .part-1, .part-2, .part-3, .part-5 {
    padding: 10px 10px 25px 10px;
  }

  #sectionHome03 {
    padding: 30px 20px 10px 20px;
  }

  .home-image-6 {
    display: none !important;
  }

  #sectionHome03 .text-container {
    padding: 20px;
  }

  .promotions-block {
    margin-top: 25px;
    margin-bottom: 0px;
  }

  #sectionHomeFooter {
    padding: 20px 20px 10px 20px;
  }
    #sectionHomeFooter2 {
        padding: 20px 20px 10px 20px;
    }
  #main h1 {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .text-fluid-image-block > .row {
    display: block !important;
  }

  .home-image {
    min-height: 200px;
  }
}

@media only screen and (max-width: 992px) {
  .top-block-container {
    background-size: 200px;
  }
}



.hero {
  position: relative;
  overflow: hidden;
  padding: 70px 20px 180px;
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 180%;
  height: 1120px;
  background: #1554ff;
  background-image: url("../img/back-blue.png");
  border-radius: 0 0 50% 50%;
  z-index: 0;
}

.hero > * {
  position: relative;
  z-index: 1;
}



.hero h1 {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
}

p.lead {
  max-width: 700px;
  margin: 0 auto;
  font-size: 2.4rem !important;
  line-height: 1.4;
  color: rgba(255,255,255,.95);
}



.hero-rewards {
  position: relative;
  overflow: hidden;
  padding: 70px 20px 180px;
  color: #fff;
}

.hero-rewards::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 180%;
  height: 1120px;
  background: #1554ff;
  background-image: url("../img/back-blue.png");
  background-size: contain;
	background-position: 50%;
  border-radius: 0 0 50% 50%;
  z-index: 0;
}

.hero-rewards > * {
  position: relative;
  z-index: 1;
}



.hero-rewards h1 {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
}

.hero-rewards .lead {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255,255,255,.95);
}








.devices {
  margin-top: 60px;
}

.devices img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .hero::before {
    width: 160%;
    height: 720px;
  }

  .hero h1 {
    font-size: 2.4rem;
  }

  .devices img {
    max-width: 450px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 50px 20px 60px;
  }

  .hero::before {
    top: -270px;
    width: 200%;
    height: 600px;
  }

  

  .hero h1 {
    font-size: 2rem;
  }

  .hero .lead {
    font-size: 1rem;
  }

  

  

  .devices {
    margin-top: 40px;
  }

  .devices img {
    max-width: 320px;
  }
}

.home-image img {
  width: 100% !important;
  height: auto !important;
}

.home-image {
  padding-top: 30px !important;
}











.btnEnter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 12px 28px;
    border-radius: 50px;
    /* background: linear-gradient(135deg, #1554ff 0%, #0056d6 100%); */
	background: linear-gradient(135deg, #ffffff 0%, #cccccc 100%);
   
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    border: none;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    transition: all .2s ease;
	color:#000 !important;
}

.btnEnter:hover, .btnEnter:focus {
    color: #666 !important;
    text-decoration: none;
    /* background: linear-gradient(135deg, #1554ff 0%, #0066ff 100%); */
	background: linear-gradient(135deg, #ffffff 0%, #cccccc 100%);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
}

.btnEnter:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
	
}

.btnEnter > a:hover,
.btnEnter > a:focus {
    background: transparent !important;
	color:#fff !important;
}


/* Navbar buttons */
.navbar-nav > li > a {
    color: rgba(255,255,255,0.9);
    padding: 10px 18px;
    margin: 0 4px;
    border-radius: 20px;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* Hover */
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    background: rgba(255,255,255,0.12);
    color: #fff;
    text-decoration: none;
}

/* Active */
.navbar-nav > li.active > a,
.navbar-nav > li.active > a:hover,
.navbar-nav > li.active > a:focus {
    background: rgba(255,255,255,0.18);
    color: #fff;
}



.equal-card {
    background: #fff;
    border-radius: 16px;
    box-shadow:
        0 1px 3px rgba(0,0,0,.04),
        0 8px 24px rgba(0,0,0,.05);
	border-radius:20px;
}
















