@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}



.wtd_main {
  height: 820px;
  background: #104d91;

}

.bg_over {
  height: 895px;
  background-position: center;
  background-size: cover;
  background-image: url("../images/background/wtdbackground.jpeg");
  /* opacity: 0.55; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* z-index: 99; */
}


.motor{
  height: 220px;
  background-image: url(../images/illustration/3.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 101;
}

.slogan {
  background-color: rgb(165, 182, 185);
  /* width: 90%; */
  z-index: 102;
  border-radius: 50px ;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
}

.wtd_info{
  background-color: rgb(227, 238, 252);
}

.detail_card{
  background-color: white;
  border-radius: 5px;
  box-shadow:0px 0px 10px 1px #7a9fca;
}

.detail_card i {
  font-size: 80px;
  color: #104d91;
}

.features_card{
  background-color: #104d91;
  border-radius: 5px;
  box-shadow:0px 0px 10px 1px rgb(79, 78, 78);
  color: #D6F5F9;
}

.newi{
  font-size: 80px;
  color: #D6F5F9;
}

.wtd_impact{
  padding-top: 80px;
}

.impact_card{
  background-color: white;
  /* border-radius: 10px; */
  box-shadow:0px 0px 10px 1px #819dbd;
}

.wrapper-nav {
    background-color: #DFEAF7;
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 200;
}
.wrapper-div{
  width: 90%;
}
.header-img {
    width: 200px;
}

.wrapper-contact-image {
    width: 200px;
}

.offcanvas-btn {
    background-color: transparent;
    border: none;
}

.main-sec {
    margin-top: 140px;
}

.contact-icon {
    font-size: 35px;
    color: black;
}


.footer {
    background-color: #303F9F;
    width: 100%;
    /* height: 820px; */
}
.rights{
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.footer-texthead{
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.footer-text{
  font-size: 14px;
}

.footer-hr {
    color: white;
}

.nav-a {
    color: black;
    font-weight: bold;
    font-size: 15px;
}

.wtd_img{
  position: sticky;
  top: 0px;
}

.wtd_fixer{
  overflow-y: scroll;
  /* border: 2px solid red; */
  height: 500px;
  width: 320px; 
}

.detail_card_list {
  position: relative;
  z-index: 99;
}

.wtd_head h1{
  font-size: 44px;
}


@media(min-width:768px) {

  .detail_card{
    height: 470px;
    width: 300px;
  }

  .features_card{
    height: 400px;
  }

  .motor{
    width: 500px;
    height: 500px;
  }

  .wtd_fixer{
    display: flex;
    width: 100%;
  }

   
}

@media(min-width:992px) {
 

  .wtd_main{
    height: 550px;
  }

  .bg_over{
    height: 620px;
  }

  .wtd_head{
    width: 50%;
    height: 450px;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .wtd_head h1 {
    font-size: 50px;
    padding-bottom: 20px;
  }

  .wtd_head p {
    font-size: 20px;
  }

  .main {
    display: flex;
    align-items: center;
  }

  .motor{
    height: 350px;
    background-position: top;
  }

  .slogan{
    width: 60%;
    color: black;
  }

  .detail_card{
    height: 350px;
    width: 520px;
  }

  .wtd_img img{
    width: 370px;
  }

  .features_card{
    /* width: 350px; */
    height: 350px;
  }

  .footer {
    height: 220px;
}
.rights{
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.footer-texthead{
  font-size: 18px;
  margin: 0;
  padding: 0;
}

  .footer-text{
    font-size: 14px;
  }

  .wtd_fixer::-webkit-scrollbar-track {
    border: 1px solid transparent;
    padding: 2px 0;
    background-color: transparent;
  }
  
  .wtd_fixer::-webkit-scrollbar {
    width: 1px;
  }
  
  .wtd_fixer::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(121, 208, 255, 0.3);
    background-color: #ffffff;
    border: 1px solid #ffffff;
  }
}