@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
/* @font-face {
  font-family: "Poppins";
  src: url("{{ asset('font/Poppins-Regular.ttf') }}");
  font-weight: 400;
  font-style: normal;
} */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.star-front{
  width: 20px;
  /* height: 40px; */
  padding: 0px !important;
  display: flex;
}
.star-front img{
  height: 100%;
  width: 100%;
}
.title-font{
    font-family: 'DM Serif Display', serif;
    font-style: italic;
    /* font-weight: bold; */
/* font-family: 'Open Sans', sans-serif; */
}
.table-img {
  height: 200px;
  width: 200px;
  object-fit: contain;
}
.star {
  background-color: transparent;
  border: none;
}
.star img {
  width: 100%;
}
.star .filled {
  display: none;
}
.star .unfilled {
  display: block;
}
.star-1 .filled {
  display: block;
}
.star-1 .unfilled {
  display: none;
}
.w-100 {
  width: 100%;
}
.custom-header {
  position: fixed;
  z-index: 111;
  padding-bottom: 10px;
  padding-top: 10px;
  top: 0px;
  left: 0px;
}
.p-relative {
  position: relative;
}
.fit-view {
  height: 100vh;
  width: 100%;
}
.header-logo {
  width: 70px;
  /* margin-top: 10px; */
}
.card-icon{
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-screen {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1111111;
  height: 100vh;
  width: 100%;
  display: none;
  background-color: white;
}
.home-entrance {
  background-image: url('../storage/system/bg.jpg');
  background-color: #1b1f29;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;

  /* background-size: cover; */
}
.container {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.black-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-color: rgba(0, 0, 0, .7);
}
.small-show {
  display: none;
}
.small-hide {
  display: block;
}
.title-heading {
  font-size: 5.472vw;
}
.title {
  font-size: 3.472vw;
  font-weight: bold;
}
.text{
  font-size: 1vw;
  
}
.text *{
  font-size: 1vw;
  
}
.h3{
  font-size: 1.572vw;
}
.custom-btn{
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 0px;
    width: auto;
    margin: 10px  auto 0px;
}
.custom-btn:hover{
    background-color: rgb(10,50,255);
}
.float-img{
  clear: none;
  
  width: 45%;
  margin-right: 5%;
}
.title-design,.title-design *{
  width: auto;
  font-weight: normal;
  display: flex;
  text-align: center;
  display: inline-block;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, .3);
  margin-bottom: 40px;
}
.video{
  height: 600px;
}
.flex-1{
  flex: 1;
}
.quate{
  font-weight: normal !important;
}
.small-line{
  width: 50%;
  max-width: 150px;
  margin: 20px auto;
}
@media (max-width: 992px) {
  /* .title-heading {
    font-size: 6.167vw;
  }
  .title {
    font-size: 6vw;
  }
  */
  .h3{
    font-size: 2.5vw;
  } 
  .text{
    font-size: 1.1vw;
    text-align: left;
  }
  .text *{
    font-size: 1.1vw;
    text-align: left;
    
  }
}
@media (max-width: 768px) {
  .list-container{
    margin-left: 0px;
    padding-left: 0px;
  }
  .list{
    margin-left: 0px;
    width: 100%;
    padding: 15px 10px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-bottom: 0.1px solid rgba(0, 0, 0, .1);
  }
  .float-img{
    width: 100%;
    clear: both;
    margin-right: 0px;
    float: none;
  }
  .home-entrance {
    background-size: auto;
    background-size: cover;
  }
  .title-heading {
    font-size: 6.167vw;
  }
  .title {
    font-size: 6vw;
  }
  .h3{
    font-size: 3.472vw;
  }
  .text{
    font-size: 3vw;
    text-align: left;
  }
  .text *{
    font-size: 3vw;
    text-align: left;
  }
  .hamburger {
    /* height: 40px; */
    /* height: 30px;
    width: 30px; */
    font-size: 16px;
  }

  .header-logo {
    width: 50px;
    margin-top: 0px;
  }
  .small-show {
    display: block;
  }
  .small-hide {
    display: none !important;
  }
  .video{
    height: 400px;
  }
}
@media (max-width: 576px) {
  .title {
    font-size: 8.167vw;
  }
  .text{
    font-size: 4.167vw;
    text-align: left;
  }
  .text *{
    font-size: 4.167vw;
    text-align: left;
  }
 
  .title-heading {
    font-size: 7.692vw;
  }
}
