@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300&display=swap');
* {
    scroll-behavior: smooth;
}

body,
div,
a,
p,
h1,h2,h3,h4,h5,h6,.moto-text_normal {
    font-family: 'Titillium Web', sans-serif !important;
}

.header {
    background-image: url(/layer/Layer-42.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.wt-title {
    font-size: 25px !important;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #008DD2; /* #008DD2 */
}

.wt-title-sub {
   font-weight: bolder;
}

.wt-bg{
    background-image: url('/mt-demo/78300/78303/mt-content/uploads/2019/02/mt-1763-home-bg3.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.wt-bg1 {
    width: 400px;
    height: 300px;
}

.wt-color *  {
    color: #000 !important;
}

.wt-color .moto-text_normal{
    color: #000 !important;
    font-size: 16px !important;
}

.wt-img1 {
  width: 500px !important;
}

.wt-container {
  height: 40vh;
}


@media (max-width: 1500px)  { 
  .wt-img1 {
      width: 380px !important;
  }

  .wt-container {
    height: 50vh ;
  }

  .moto-widget-carousel-item img {
    width: 75px !important;
  }

  .wt-title {
    font-size: 20px !important;
    margin-bottom: 10px;
  }

  .wt-title-big {
    font-size: 30px !important;
  }

  .wt-title-some {
    font-size: 20px !important;
  }

  .moto-spacing-bottom-large {
    padding: 25px !important;;
  }
}

@media (max-width: 1075px)  { 
  
  .wt-img1 {
      width: 280px !important;
      margin-top: 20px;;
   }
  
   .wt-container {
     height: 100vh;
   }

  .wt-title-big {
    font-size: 25px !important;
  }

  .wt-title-some {
    font-size: 15px !important;
  }
   
  .moto-widget-carousel-item img {
    width: 75px !important;
  }
  .wt-title {
    font-size: 20px !important;
    margin-bottom: 10px;

}
}


  /* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 5px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #000; 
    border-radius: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #000; 
  }