*,
*::before,
*::after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;    
  box-sizing: border-box;        
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: url('../images/bg_body.jpg') center/cover no-repeat;
  color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  font-family: "Figtree", sans-serif;
  font-style: normal;
}

.overlay {
  position: fixed;
  inset: 0;
  background: #032C51;
  background-color: rgba(3, 44, 81, 0.75);

}
.main_section{
    position: relative;
  text-align: center;
  z-index: 2;
  width: 100%;
  max-width: 1250px;
  padding: 80px 25px;

}

.logo_part {
  margin-bottom: 71px;
}

.logo_part img{
  max-width: 438px;
}

.main_section h1{
font-size: 47px;
  font-family: "Figtree", sans-serif;
  color: #fff;
  font-weight: 500;
  line-height: 44px;
  text-transform: uppercase;
}
.main_section h1>span{
  color: #ffc900;
}

.location_header{
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  color: #ffc900;
  font-size: 25px;
  line-height: 30px;
  position: relative;
  margin-top: 38px;
}

.location_header::after {
    content: "";
    right: 73px;
    height: 1px;
    background: #b3b3b3;
    position: absolute;
    width: 38%;
    top: 18px;
}
.location_header::before{
    content: "";
    left: 55px;
    height: 1px;
    background: #b3b3b3;
    position: absolute;
    width: 39.1%;
    top: 18px;
}

.location_section{
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;     
  text-align: center;      /* টেক্সটও মাঝখানে দেখাবে */
 
}


.location_section > .location_item {
    flex: 0 0 33.333%;
    box-sizing: border-box;
    padding: 22px 15px;
    position: relative;
}
.location_section > .location_item a{
  display: block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  list-style: none;
   flex: 0 0 100%;
   text-decoration: none;
     transition: transform 0.5s ease; 

 }


.location_section > .location_item a > span {
display: block;
  background: #ffc900;
  color: #032c51;
  min-width: 58px;
  width: 132px;
  margin: auto;
  border-radius: 6px;
  padding: 8px 0px;
  margin-bottom: 9px;
  text-align: center;
}

.location_item +  .location_item:before{
  
height: 53%;
  width: 1px;
  background: #b3b3b3;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.main_section p{
   font-weight: 300;
   color: #fff;
   font-size: 24px;
   line-height: 29px;
 }


.desktop_border_none:before{
  display: none;
}


@media(max-width: 1148px){
  .location_header::before{
        width: 37.1%;
        left: 55px;
  }
  .location_header::after{
    width:35%;
  }
 
    .location_section > .location_item {
      flex: 0 0 50%;
    }

    .show__porder1148:before{
      display: block;
    }
    .none__porder1148:before{
      display: none;
    }

.location_item:nth-child(5):before {
  display: none !important;
}



}

@media(max-width:960px){
    .location_header::before{
        width: 37.1%;
        left: 18px;
  }
  .location_header::after{
    width:35%;
    right: 40px;
  }
  .p_tag br{
    display: none;
  }
}

@media(max-width:780px){
    .location_header::before{
       
        left: 6px;
  }
  .location_header::after{
    
    right: 15px;
  }
}


@media(max-width:648px){
    .location_header::before{
       
        left: 0px;
  }
  .location_header::after{
    
    right: 10px;
  }
    .location_section > .location_item{
      flex: 0 0 100%;
    }
  .location_item:before{
    display: none;
  }
  .main_section h1{
        font-size: 28px;
            line-height: 33px;
  }
}


@media(max-width: 530px){
  .logo_part img{
    width: 100%;
  }

      .location_header::before {
        left: 0px;
        width: 31%;
    }

        .location_header::after {
        right: 0px;
        width: 30%;
    }
}

hr.custom-hr {
    width: 91%;
    color: #b3b3b3;
      background-color: #b3b3b3; 
        border: none;        /* default border বন্ধ করে দেয় */
        height: 1px;
}

.location_section > .location_item a:hover{
  color: #ffc900; 
}

/*.location_section > .location_item a span:hover{
  background: #fff;

}
*/
