@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@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;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}
.topbar{
    /* position: fixed; */
    top: 0px;
    z-index: 9999;
    width: 100%;
    /* background: red; */
   
    background: #891c1c;
    height: 40px;
    overflow: hidden;
}
.topbar ul li {
  list-style: none;
  margin: 4px 6px;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 100%;
}
.topbar ul li a{
  text-align: center;
  display: flex;
  margin: -4px 5px;
}
.topbar ul li i{
  font-size: 18px;
  line-height: 40px;
}
.wrapper{
  /* background: #012245; */
  background: white;
  /* position: fixed; */
  width: 100%;
  top: 40px;
  z-index: 9999;
}
.wrapper nav{
  position: relative;
  display: flex;
  max-width: calc(100% - 200px);
  margin: 0 auto;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
nav .content{
  display: flex;
  align-items: center;
}
nav .content .links{
  margin-left: 20px;
  /* margin: 0px 20px 5px -40px; */
  display: flex;
  margin-top: 15px;
}
.wrapper button{
  width: 170px;
  border: none;
  border-radius: 6px;
  padding: 3px 7px;
  margin: 0px 6px;
  background-color: red;


}
.wrapper button a{
  color: white;
  text-decoration: none;
}
.wrapper i{
  font-size: 13px;
}
.content .logo a{
  color: black;
  font-size: 26px;
  font-weight: 600;
}
.content .logo a:hover{
  text-decoration: none;
}
.content .links li{
  list-style: none;
  line-height: 70px;
}
.content .links li a,
.content .links li label{
  /* color: #fff; */
  color: black;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 15px;
  text-transform: capitalize;

  border-radius: 5px;
  transition: all 0.3s ease;
}
.content .links li label{
  display: none;
}
.content .links li a:hover,
.content .links li label:hover{
  background: red;
  text-decoration: none;
  color: white;
  text-transform: capitalize;
}
.wrapper .search-icon,
.wrapper .menu-icon{
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  line-height: 70px;
  width: 35px;
  text-align: center;
}
.logo{
  
  /* margin: 5px 23px 6px -25px; */
  margin: 4px 17px 1px -26px;

}
.logo a{
  text-decoration: none;
}
.wrapper .menu-icon{
  display: none;
}
.wrapper #show-search:checked ~ .search-icon i::before{
  content: "\f00d";
}

.wrapper .search-box{
  position: absolute;
  height: 100%;
  max-width: calc(100% - 50px);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.wrapper #show-search:checked ~ .search-box{
  opacity: 1;
  pointer-events: auto;
}
.search-box input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 17px;
  color: #fff;
  background: #171c24;
  padding: 0 100px 0 15px;
}
.search-box input::placeholder{
  color: #f2f2f2;
}
.search-box .go-icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 60px;
  width: 70px;
  background: #171c24;
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.wrapper input[type="checkbox"]{
  display: none;
}

/* Dropdown Menu code start */
.content .links ul{
  position: absolute;
  background: #012245;
  top: 80px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.content .links li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.content .links ul li a{
  display: block;
  width: 100%;
  text-decoration: none;
  line-height: 30px;
  color: white;
  border-radius: 0px!important;
}
.content .links ul ul{
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.content .links ul li{
  position: relative;
}
.content .links ul li:hover ul{
  top: 0;
  right: -89%;
}
.karal{
    margin-top: 109px;
    z-index: -1;
} 

.carousel-inner {
  position: relative;
  width: 100%;
  /* top: 108px; */
  overflow: hidden;
}

/* egni css start? */
.engi{
  /* position: absolute;
    top: 10px;
    right: 43px;
    width: 100px;
    background: #012245; */
    position: absolute;
    top: 0;
    /* background: red; */
    left: 150px;

}
.marqi-2 a{
  color: white;
}
.marqi-2{
  width: 101%;
}
/* .engi-1{
  
    position: absolute;
      top: 10px;
      right: 43px;
      width: 100px;
      background: #012245;
}.engi-2{
  
  position: absolute;
  top: 10px;
  right: 43px;
  width: 100px;
  background: #012245;
} */

nav button{
  width: 180px;
  height: 36px;
  background: blue;

}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
}

#myBtn:hover {
  background-color: #555;
}

/* Responsive code start */
@media screen and (max-width: 1250px){
  .wrapper nav{
    max-width: 100%;
    padding: 0 20px;
  }
  nav .content .links{
    margin-left: 30px;
  }
  .content .links li a{
    padding: 8px 13px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 100px);
  }
  .wrapper .search-box input{
    padding: 0 100px 0 15px;
  }
}

@media screen and (max-width: 900px){
 
 
 /* .engi,.engi-1,.engi-2{
 opacity: 1;
 } */
  .wrapper .menu-icon{
    display: block;
  }
  .wrapper{
    /* position: fixed; */
  }

  .topbar{
    /* position: fixed; */
  }
  .wrapper #show-menu:checked ~ .menu-icon i::before{
    content: "\f00d";
  }
  nav .content .links{
    display: block;
    /* position: fixed;
    background: #14181f;
    height: 80%;
    width: 100%;
    top: 95px; */
    /* position: absolute;
    height: 80%;
    width: 100%;
    top: 95px;
    background: #14181f;

    left: -100%;
    z-index: 9999;
    margin-left: 0;
    max-width: 350px;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease; */

    /* // */


    display: block;
    position: absolute;
    /* height: auto; */
    height: 80vh;
    width: 101%;
    top: 66px;
    background: #012245;
    left: -100%;
    z-index: 9999;
    margin-left: 0px;
    max-width: 400px;
    overflow-y: auto;
    max-height: 640px;
    padding-bottom: 100px;
    transition: all 0.3s ease;
  }
  nav #show-menu:checked ~ .content .links{
    left: 0%;
    top: 55px;
  }
  .content .links li{
    margin: 15px 20px;
  }
  .content .links li a,
  .content .links li label{
    line-height: 40px;
    font-size: 16px;
    display: block;
    padding: 0px 18px;
    cursor: pointer;color: white;
  }
  .content .links li a.desktop-link{
    display: none;
  }
  .ibar i{
    background: red;
    width: 20px;
    height: 18px;
    color: white;
    line-height: 18px;
  }

  /* dropdown responsive code start */
  .content .links ul,
  .content .links ul ul{
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .content .links #show-features:checked ~ ul,
  .content .links #show-features-1:checked ~ ul,
  .content .links #show-services:checked ~ ul,
  .content .links #show-items:checked ~ ul,
  .content .links #show-items-1:checked ~ ul,
  .content .links #show-items-2:checked ~ ul,
  .content .links #show-items-3:checked ~ ul,
  .content .links #show-items-4:checked ~ ul{
    /* max-height: 100%; */
    max-height: 100vh;
    /* height: 100px; */
  }
  .content .links ul li{
    margin: 7px 20px;
  }
  .content .links ul li a{
    font-size: 16px;
    line-height: 30px;
    border-radius: 5px!important;
  }
}
@media (max-width: 480px){
  .logo {
    margin: 20px;
  }

}



@media screen and (max-width: 400px){
  .wrapper nav{
    padding: 0 10px;
  }
  .content .logo a{
    font-size: 27px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 70px);
  }
  .wrapper .search-box .go-icon{
    width: 30px;
    right: 0;
  }
  .wrapper .search-box input{
    padding-right: 30px;
  }
}

/* .dummy-text{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: -1;
  padding: 0 20px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.dummy-text h2{
  font-size: 45px;
  margin: 5px 0;
} */
.inner{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}
@media(max-width:480px){
  .tabbu .none{
    display: none;
    visibility: hidden;
  }
}