@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Poppins&display=swap");
.navbar_style {
  background-color: #fff !important;
}
.navbar_style nav {
  background-color: #ffffff;
}
.navbar_style .navbar-brand {
  color: #ff8c00 !important;
}

.nav-item a {
  color: #000 !important;
}
.nav-item {
  margin: 0rem 1rem 0rem 0rem !important;
}
.login_btn {
  background-color: #ff8c00 !important;
  box-shadow: 0px 4px 10px rgba(255, 140, 0, 0.3) !important;
  border-radius: 3px !important;
  color: #fff !important;

  margin-left: 2rem !important;

  width: 100px;
  height: 34px;
  font-family: Poppins !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.nav-item a:hover {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 140, 0, 0.24) 100%
  ) !important;
  border-bottom: 1px solid #ff8c00;
}
.navbar {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08) !important;
}
#notification_bell {
  margin-left: 3rem !important;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 333px;
  min-height: 333px;
  width: 100%;
  background: #fff;
}
.bg-video-wrap video {
  min-width: 100%;

  z-index: 1;
}

.line_2_1 {
  height: 468px;
  width: 100%;
  background-image: url("../imgs/line_2_1_back_imgs.png");
  background-size: 100% 100%;
}

.line_2_1_p_1 {
  margin-left: 1rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */

  color: #ff8c00;
}

.line_2_1_p_2 {
  margin-left: 1rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;

  color: #000000;
}

.line_2_1__btn_1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;

  position: absolute;
  width: 131px;
  height: 34px;
  left: 40px;
  top: 790px;

  background: #ff8c00;
  border: 1px solid #ff8c00;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
}

.line_2_2_p_1 {
  margin-top: 2rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */

  color: #000000;
}
.line_2_2_p_2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  padding: 0rem 5rem 2rem 5rem;
  color: #000000;
}
.hax_2 {
  position: absolute;
  right: 52.7%;
  margin: 7rem 0rem 0rem 0rem;
}
.hax_3 {
  position: absolute;
  margin: 7rem 0rem 0rem 0rem;
  left: 52.7%;
}
.hax_4 {
  position: absolute;
  margin: 28rem 0rem 0rem 0rem;
  
}

.hax_5 {
  position: absolute;
  margin: 21rem 0rem 0rem 0rem;
  right: 52.7%;
}
.hax_6 {
  position: absolute;
  margin: 21rem 0rem 0rem 0rem;
  left: 52.7%;
}

.hax_7 {
  position: absolute;
  margin: 14rem 0rem 0rem 0rem;
  /* right: 33rem; */
}

.line_2_3 {
  position: relative;
  height: 695.3px;
  display: flex;

  justify-content: center;

  background-image: url("../imgs/line_2_4_bck.png");

  background-size: 100% 100%;
}

.line_2_4 {
  position: relative;
  background-image: url("../imgs/line_2_5_bg.png");
  background-size: 100% 100%;
  min-height: 600px;
}

.line_2_4_2 {
  padding: 0rem 9rem;
}

.line_2_4_2_card {
  width: 524px !important;
  height: 190px !important;
  padding: 1rem 2rem 2rem 1rem !important;
}

.line_2_4_devider {
  opacity: 0.1 !important;
  width: 70% !important;
}
.line_2_4_card {
  border: none !important;
  background: #ffffff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

.line_2_4_card .card-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height */

  color: #ff8c00;
  animation: shake 3s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
  
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.line_2_4_card .card-textt {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;

  color: #000000;
}

.line_2_5 {
  margin-top: 5rem;
  width: 100%;
  height: 716px;
  background-image: url("../imgs/layer_2_5_back.png");
  background-size: 100% 100%;
}
.line_2_5_div1 {
  position: absolute;
  margin-top: 5%;
  right:52%;


  
  width: 537px;
  height: 538px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  /* Note: backdrop-filter has minimal browser support */
}
.line_2_5_div2 {

  position: absolute;
  margin-top: 5%;
  left:52%;



  width: 537px;
  height: 538px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  /* Note: backdrop-filter has minimal browser support */
}

.line_2_5_bottom_div1 {
  position: absolute;
  width: 74px;
  height: 68px;
  left: 0px;
  top: 87.3%;
  background: #ff8c00;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line_2_5_bottom_div2 {
  position: absolute;
  width: 74px;
  height: 68px;
  left: 0px;
  top: 87.3%;
  background: #929292;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line_2_5_bottom_div1_p {
  position: absolute;
  width: 74px;
  height: 68px;
  left: 30px;
  top: 25%;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 37px;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.footer_div {
  margin-top: -2rem !important;
  background-color: #ff8c00;
}

.line_2_5_heading1 {
  margin-top: 2rem;
  position: absolute;
  width: auto;
  height: 53px;
  left: 4rem;

  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 52px;
  /* identical to box height */

  text-align: center;

  color: #ff8c00;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.line_2_5_heading2 {
  margin-top: 2rem;
  position: absolute;
  width: auto;
  height: 53px;
  left: 4rem;

  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 52px;
  /* identical to box height */

  text-align: center;

  color: #ffffff;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.line_2_5_heading2:hover{
  color: #ff8c00;
}
.line_2_5_heading1:hover{
  color: #fff;
}

.line_2_ul {
  margin-top: 6.5rem;
}
.line_2_5_list_item {
  margin-top: 1rem;
  margin-left: 4rem;
  margin-right: 4rem;

  width: 408px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;

  color: #ffffff;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}




.footer_div {
  margin-top: -2rem !important;
  background-color: #ffffff;
  



  height: 299px;


  border-radius: 0px;

}

.line_2_footer_txt{
  margin-top: 2rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;

  color: #000000;
}

.line_2_footer_text_2{
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
/* identical to box height */


color: #000000;
}
.footer_search_imput{

  width: 232px;
  height: 29px;
  

  
  background: #F8F8F8 !important;
  border-radius: 4px !important;
}
.footer_search_div{

  /* position: absolute;r */
  width: 232px;
  height: 29px;

}

.footer_search_btn{
  margin: -4.2rem 0rem 0rem 12rem !important;
}

.footer_left_side{
  border-right: 0.5px solid #CACACA;
  padding-right: 2rem;
  
}
.footer_right_side_p{


  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FF8C00;
}



.footer_menus ul li{
  text-decoration: none;
  list-style: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-top: 1rem;

}

.footer_menus ul li a{



  text-decoration: none;
  list-style: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.footer_social_btn{
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  margin: 0rem 0.2rem;
  padding:0.6rem ;
  background: #EEEEEE;
  border-radius: 5px;
  text-decoration: none;
}

.footer_social{
  margin-left: 2.3rem;
  margin-top: 2rem;
}

.footer_last_p{
  padding-top: 0.5rem;

  position:absolute;
  height: 32px;
  background: #FF8C00;
  width: 100%;
  



  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
/* identical to box height */

text-align: center;

color: #FFFFFF;

text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}


@media screen and (min-width: 777px) and (max-width: 877px) {
  .poligonal_2 , .poligonal_4{
    left: 10rem;
  }

}

