html, body{
  overflow-x: hidden;
}
.section1Wrapper {
    background: linear-gradient(to bottom, #ffffff 50%, #f7f7f7 70%, #caccdc);
}
.headerText{
  font-size: 40px;
  font-weight: 500;
}
.blueText{
  font-size: 1.2em;
  font-weight: 700;
  color: #0F2078;
}
.mediumText{
  font-size: 1.3em;
  font-family: 'Inter', 'Roboto', sans-serif;
  font-weight: 500;
}
.section2Wrapper, .section3Wrapper, .section4Wrapper, .section5Wrapper, .section7Wrapper{
  padding-left: 5%;
  padding-right: 5%;
}

.cleanCard{
  position: relative;
  border: solid #3c4245 1px;
  border-radius: 7px;
  min-height: 80px;
}
.cleanImg{
  position: absolute;
  top: -50px;
  left: -50px;
}
.cleanImg img{
  max-width: 140px;
  border-radius: 12px;
}
.cleanHeader{
  background-color: #caccdc;
  font-family: 'Inter', 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.15em;
  min-height: 69px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top-right-radius: 7px;
}
.cleanText{
  padding: 40px 10px 10px 10px;
  font-family: 'Roboto', sans-serif;
}
.section4 .cirleImg{
  border-radius: 50%;
  max-width: 180px;
  box-shadow: #a1a1a1 0px 5px 20px
}
 .section4 .cirleText{
  max-width: 250px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
 }
.section5{
  background: linear-gradient(to top, #feffff 0%, #eaecf7 75%, #e9edf2 100%);
}
.section7{
  background: #F5F5F5;
}
.section7 ul{
  list-style-type: none;
  padding-left: 0 !important;
}
.section7 li{
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 30px;
  font-size: 1.05em;
  font-family: 'Inter', 'Roboto', sans-serif;
  font-weight: 500;
}

.section7 li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('../images_j20/check.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.section6{
  font-family: 'Inter', 'Roboto', sans-serif;
  
}

.specs{
  background-color: #0c0c0c;
  background-image: url(../images_j20/specsBG.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #f7f7f7;
  font-size: 20px;
  font-family: 'Roboto', 'Inter', sans-serif;
}
.specsH{
  font-weight: 600;
  font-size: 1.1em;
}
.specsC{
  font-weight: 300;
}
.specs hr{
  margin: 0.3rem 0 !important;
}
@media screen and (min-width:1200px) {
  .section2Wrapper, .section3Wrapper, .section4Wrapper, .section5Wrapper, .section7Wrapper{
    padding-left: 12%;
    padding-right: 12%;
  }
  .specs hr{
    display: none;
  }
  .specs{
  background-color: #0c0c0c;
  background-image: url(../images_j20/specsBG.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  }
}
@media screen and (max-width:1200px) {
  .headerText{
    font-size: 34px;
  }
  .section2Wrapper, .section3Wrapper, .section4Wrapper, .section5Wrapper, .section7Wrapper{
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media screen and (max-width:800px) {
  .headerText{
    font-size: 28px;
  }
  .section2Wrapper, .section3Wrapper, .section4Wrapper, .section5Wrapper, .section7Wrapper{
    padding-left: 4%;
    padding-right: 4%;
  }
  .specsH{
    font-size: 1em;
  }
  .specsC{
    font-size: 0.9em;
  }
  .mediumText{
  font-size: 1.05em;
  }
  .section6 .caseImg {
    max-width: 45vw;
  }
  .tilesText{
    font-size: 0.9em !important;
  }
  .cleanImg {
    left: -37px;
  }
}
@media screen and (max-width:550px) {
  .headerText{
    font-size: 24px;
  }
  .mediumText{
    font-size: 1em;
  }
  .cirleImg{
    max-width: 150px !important;
  }
  .tilesText{
    font-size: 0.8em !important;
  }
}





.bottomReveal,
.reveal {
  position: relative;
  opacity: 0;
}
.bottomReveal.active,
.reveal.active {
  opacity: 1;
}
.active.fade-left {
  animation: 0.8s ease-in fade-left;
}
@keyframes fade-left {
  0% {
    transform: translateX(-240px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.active.fade-bottom {
  animation: 0.6s ease-in fade-bottom;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.footer1 {
	margin-top: 15px;
	margin-bottom: 10px;
	opacity: 0.8;
	width: 180px;
}
.footer {
	width: 200px;
	margin-top: 3px;
  opacity: 0.8;
}
.footstyle1 {
  font-weight: 700;
  font-size: 20px;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif !important;
  color: white;
}
@media screen and (max-width: 800px) {
  .navbar .navbar-brand img{
    width: 150px !important;
  }
}
.img-4{
  width: 80%;
  max-width: 550px;
}
.img-4-1{
  width: 80%;
  max-width: 400px !important;
}
@media screen and (max-width: 990px) {
  .navbar .navbar-brand img{
    max-width: 450px;
  }
}
.topScroll{
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border-radius: 100%;
  padding: 8px;
  opacity: 0.3;
  background-color: #eeeeee;
  cursor: pointer;
}
.topScroll:hover{
  background-color: #eeeeee;
  opacity: 0.8;
}

.grecaptcha-badge { 
  visibility: hidden !important;
}
.nav-item {
  position: relative;
}
@media screen and (min-width:1200px) {
  .nav-item::after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 97%;
  height: 2px;
  background-color: #3c4245;
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.2s;
  transform-origin: center;
}
.nav-item:hover::after {
  transform-origin: center;
  transform: scaleX(1);
}
}
.nav-link{
  font-family: 'Roboto', 'Inter', sans-serif;
  font-size: 1.1em !important;
}
@media screen and (min-width:550px) {
.dropdown-menu.dropdown-2col.show {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row;
  width: 500px;
  padding: 0.5rem;
}
.dropdown-2col li{
  width: 50%;
}
/* Two items per row */
.dropdown-2col .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
  padding: 0.5rem;
  border: none;
  order: initial;
}
}
.menuRobots {
  max-height: 90px;
  max-width: 45px;
  flex-shrink: 0;
}