@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Style+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=DM+Serif+Display&family=Style+Script&display=swap');

.pos_rel {
    position: relative;
  }

 .transbg{
    background: #fff !important;
    color:#000000;
}
.logo{
  font-family: 'Cinzel', serif;
  font-size: 20px;
}
.text-lower{
  text-transform: lowercase !important;
  font-weight: 700;
  font-size: 30px;
}
  .dmsd_serif {
    font-family: 'DM Serif Display', serif;
    /* font-family: 'Style Script', cursive; */
  }
 
  .banner_bg {
    /* background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/Chic.jpg);
     */
     background-image: url(../images/Chic.jpg);
    height: 100vh !important;
    background-size: cover;
    background-attachment: fixed;
  }
  .about{
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner_content {
    align-items: center;
    justify-content: center;
  }
.companies{
  background-image: url(../images/bg1.png);
}
  .banner_content .banner_heading {
    color: #FFF;
    text-align: center;
    font-family: DM Serif Display;
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
  }

  .team{
    background-color: #F4F4F4;
  }

  .banner_content .banner_text {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    text-transform: uppercase;
  }

  .about_img2 {
    width: 410px;
    height: 274.327px;
  }

  .about_img {

    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mt-n1 {
    margin-top: -50px;
  }
  section,.footer{
    padding: 50px 0;
  }
  .sub_footer a{
    text-decoration: none;
  }

  .yellow_text{
    color:#FBAD18 !important;
    font-weight: 400;
    font-size: 14px;
  }
  .f-16{
    font-size: 16px !important;
  }
  .f-14{
    font-size:14px !important;
  }