body {
    font-size: 16px;
    line-height: 1.2;
    background-color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 40px 10px;
}
.container-service , .container-fe{
    background-color: #f5f5f5;
}
.nav-link {

    font-size: 17px;
    font-weight: 400;
}

.navbar {
    background: url(../images/bg.jpg);
    height: auto;
    width: auto;
}

.navbar-nav li {
    margin-left: 20px;
}

.dropdown-menu {
    width: 14vw;
    height: auto;
    border-radius: 0;
    background-color: whitesmoke;
    margin: auto;
    padding: 0px;
    border: 2px solid snow;
    border-top: 3px solid #d6a354;
}

.dropdown-menu li {
    margin-left: 0px;

}

.dropdown-menu li a {
    padding: 10px 0px 10px 10px;
}

.navbar .nav-item .dropdown-menu {
    display: none;
}


.navbar .nav-item:hover .dropdown-menu {
    display: block;
}

.d-i {
    border-bottom: 0.1px solid #545454;
}

.navbar {
    margin: 0px;
    padding: 0;
}

.social-icons ul a img {
    width: 36px;
    height: 36px;
    margin: 18px 22px 3px 0px;
}

.social-icons ul {
    margin: 26vh 4px 2px 10px;
}
.social-icons ul li{
    list-style: none;
}

.left {
    display: flex;
}

.hometext {
    display: flex;
    margin: 26vh 0px 0px 0px;
}

h1 {
    color: white;
    font-size: 3.5rem;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    color: black;
}

p {
    font-family:  sans-serif;
    letter-spacing: 0.8px;
    line-height: 1.9rem;
    color: black;
    text-align: justify;
}

h2 {
    /* margin: 100px 0 18px 0; */
    font-weight: 900;
    font-size: 40px;
}

h4 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 14px;
    font-weight: 700;
}
.homeimg1 img{
    text-align: right;
   /* float: inline-end; */
   float: right;
   
}

.hometext p {
    color: white;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
}

#introdaction {
    background: url(../images/bg.jpg);
    height: auto;
}

.btn {
    background-color: #d6a354;
    font-size: 20px;
    border-radius: 0%;
    color: #f5f5f5;
    border: none;
}


.btn:hover{
    color: rgb(214, 163, 84);
    background-color: #f5f5f5;
}

.header-main {
    background: url(../images/bg.jpg);
}

.navbar-nav {
    color: white;
    text-transform: capitalize;
    position: relative;
}

.feature-img img {
    height: 30vh;
    width: 40vw;
}

.feature-img img {
    height: 196px;
    width: 326px;   
}

.logo ul {
    padding: 20% 3%;
}

.logo ul li {
    list-style: none;
    margin-top: auto;
}

.Aboutsection {
    display: flex;
}

.Aboutsection .imgsec img {
    width: 300px;
    height: 330px;
    margin: 60px 70px;
}

.Aboutsection .textsec {
    margin: 60px auto;
    color: white;
}

.Aboutsection .textsec h3 {
    font-size: 40px;
    color: #545454;
}

.Aboutsection .textsec p {
    text-align: left;
    font-size: 22px;
    line-height: 1.7;
}

.textsection {
    display: flex;
    flex-direction: column;
}
 h2 {
    letter-spacing: 16px;
}
.text-center p{
    margin-top: 0;
    margin-bottom: 3rem;
    text-transform: capitalize;
}
.secpart {
    position: relative;
    top: 120px;
}
.about-img img {
    height: auto;
    width: 90%;
}
.signimg{
    margin-top: -10px;
}

.about-col {
    margin-top: 100px;
}

.title-col h2 {
    /* font-size: 46px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px; */
    margin-top: 0px;
}

/* .title-col span {
    font-size: 140px;
    line-height: 1.0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #D6A354;
    position: relative;
    z-index: 0;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    opacity: 0.2;
} */


h1,h2 , h3, h4, h5, h6 
    {
    font-family: 'Oswald', sans-serif;
    color: #222222;
    color: #d6a354;
    line-height: 1.2;
    font-weight: 700;
    /* margin-bottom: 10px; */
    padding: 0;
    text-transform: capitalize;
}

.container-service{
    margin-top: 100px;
    padding-top: 0px;
}

.about-t {
   
    line-height: 42px;
    
}

.about-img {
    position: relative;
}

.col-lg-6 {
    flex: 0 0 auto;
  }

  .container {
    max-width: 1280px;
  }

  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
  }
  .service-area .row {
    align-items: center;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
  }
  
  
  .fas{
    text-align: justify;
  }
  .footer-about ul{
    display: flex;
    flex-direction: row;
  }
  .footer-about ul li{
    list-style: none;
  }
  li a img{
    height: 46px;
    width:  46px;
  }
  .news-img img{
    width: 70px;
    height: 70px;
    margin: 0px 7px 0px 0px;
    margin-bottom: 20px;
  }
  .news-item{
    display:  flex;
  }
   a{
    text-decoration: none;
    color: #222222;
  }
  .f-r{
    display: flex;
    justify-content: right;
    margin: 100px 0px 0px 0px;
    background-color: #f5f5f5;
}
.footer-contact ul li{
    margin-top: 20px;
}
.copyright p{
    display: flex;
    justify-content: center;
  }
  .footer-col h4{
    margin: 20px 5px 10px 0px;
    font-size: 30px;
  }
  
  .footer-about ul{
    justify-content: start;
  }
  footer-about ul  li {
    margin-left: 10px;
  }

  .f-r {
    display: flex;
}
.f-r .col-md-6{
    margin: 10px auto;
  }
  .footer-area{
    background-color: #f5f5f5;
    /* padding: 20px 0px; */
    margin-top: 100px;
  }
  .footer-col ul li{
    font-size: 20px;
  }
  .news-item > p , .footer-col p{
    /* font-size: 20px; */
    font-weight: 300;
  }

  /* About Page css  */
  .about-tab{
    margin-bottom: 0px;
    width: auto;
    height: auto;
  }
  
.container-fluid-abt{
    background: url(../images/bg.jpg);
  }
  .team-img img{
    width: 310px;
    height: 380px;
  }

  /* service page css */
  .service-img{
    position: relative;
}
  .service-img img {width: 100%;}
  .service-img .btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }


  .feature-img{
    position: relative;
  }
  .feature-img img{
    width: 100%;

  }
  .feature-img .btn{
    position: absolute;
    bottom: 0;
    right: 0;
  }

 .service-page-row {
    margin-top: 100px;
 }

 section.hero_sec {
    /* background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; */
    padding: 100px 15px;
}

/* map css */
.map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
  }
  .map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    margin: 20px 0px 0px 0px;
  }
.form-c {
    margin: 6px 1px 0px 0px;
  }
  .footer-about ul{
    padding-left: 0px;
  }
  .title-col, .about-area , .review {
    margin-top: 100px;
  }

/* Responsive css */

@media only screen and (max-width:991px) {
    .navbar .nav-item .dropdown-menu {
        margin: 0;
        width: 100%;
    }
    
   	.about-area {
		overflow: hidden;
	}
	.about-col {
		margin-bottom: 50px;
	}
	.service-col-img {
		display: none;
	}
	.dis-none-991 , .social-icons {
		display: none;
	}
    
    .about-title h2 {
        letter-spacing: 10px;
    }
    p{
        letter-spacing: 0.6px;  
      }
    
      .signature{
        margin-top: 2px;
    
      }
     
    
      .hometext p {
        font-size: 18px;
        line-height: 28px;
        color: #D6A354;
        margin-left: 10px;
        font-weight: 600;
    }
    
      /* service page css */
      .service-img-ser .btn {
        font-size: 15px;
      }
      
        .footer-contact ul li{
            margin-left: 0px;
        }
        h1{
          font-size: 53px;
          margin-left: 10px;
        }   
        .h-b{
          margin: 13px 10px;
        }   
}


@media only screen and (max-width:767px) {
	.haircut-img {
		max-width: 80%;
	}
    .d-flex-767 {
        display: flex;
        flex-direction: column;
    }
    .about-img img{
        width: 100%;
        height: auto;
        margin: 10px 2px;
    }
    .about-img{
        margin-top: 100px;
        height: auto;
        width: 100%;
    }
    h1{
        font-size: 60px;
    }
    .homeimg{
      /* background-image: url(../images/about-home2.jpg); */
      background-image: url(../images/barber-index3.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: auto;
      width: auto;
     }
     .dis-none-767{
      display: none;
     }
}

@media only screen and (max-width:575px) {
    h1{
        font-size: 50px;
        }
    p{
        line-height: 1.6;
    }
    .text-center h2, h2 {
        letter-spacing: 6px;
        font-size: 30px;
 }
 .about-t{
    line-height: 34px;
 
  }
  /* .title-col span {
    font-size: 50px;
} */
}
