/*
Theme Name: idootech
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
  font-family: "Nunito", sans-serif;
  background: #394049;
  color: #ffffff;
  font-size: 14px;
}
.special{
 height: 100vh;
 overflow: hidden;
}
.row-special{
  margin-top: 25vh;
}
.col img{
  width: 200px;
}
.heading-title{
  font-family: "Nunito", Sans-serif;
    font-size: 95px;
    font-weight: 600;
}
.separator{
  max-width: 80%;
  margin: 0 auto;
  border: solid 3px #e9b418;
  margin-top: 15px;
}
.btn-inootech{
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
  border-radius: 2px !important;
}
@media (max-width: 575.98px){
  .row-special{
    margin-top: 15vh;
  }
  .heading-title{
      font-size: 45px;
  }
}
@media (max-width: 991.98px){
  .special{
    overflow: auto;
   }
   .row-special {
    margin-top: 10vh;
  }
}
