.head{
    font-weight: bold;
  }
  .navbar{
    background-color: rgba(24, 22, 22, 0.5);
  }
  .img-main{
    width: 100%;
      height: 95vh;
      background-image: linear-gradient(rgba(24, 22, 22, 0.5),rgba(24, 22, 22, 0.5)) ,url(../images/bg_1.jpg);
      background-size: cover;
      background-position: center;
  } 
  .img-main1{
    width: 100%;
      height: 95vh;
      background-image: linear-gradient(rgba(24, 22, 22, 0.5),rgba(24, 22, 22, 0.5)) ,url(../images/bg_2.jpg);
      background-size: cover;
      background-position: center;
  }
  .img-main2{
    width: 100%;
      height: 95vh;
      background-image: linear-gradient(rgba(24, 22, 22, 0.5),rgba(24, 22, 22, 0.5)) ,url(../images/bg_3.jpg);
      background-size: cover;
      background-position: center;
  }
  
      
  
  
  .head1{
    font-size: 60px;
  color: #c8a97e;
  font-weight: normal;
  font-family: "Great Vibes", cursive;
  margin-bottom: 0;
  line-height: 1;
  position: absolute;
  bottom: 30%;
  left: 20%;
}
.head2{

font-size: 38px;
color: white;
position: absolute;
bottom: 10%;
left: 15%;
font-weight: bold;

} 
 .head3{
font-size: 70px;
color: white;
position: absolute;
bottom: 35%;
left: 20%;
font-weight: bold;
}
.head4{
font-size: 70px;
color: white;
position: absolute;
bottom: 35%;
left: 20%;
font-weight: bold;
}
.hh{
  position: absolute;
  left: 32%;
  top: 8%;
}
.hhh{
  position: absolute;
  left: 58%;
  top: 20%;
  line-height: 28px;
  
  
}

.abo{
  color: #c8a97e;
  font-weight: normal;
  font-family: "Great Vibes", cursive;
  font-size: 65px;
  
  
}
.number{
  font-weight: bold;
  color: #c8a97e;
}
.time{
  font-weight: bold;
  margin-bottom: 30px;
}
.fe{
  font-size: 50px;
 
}
.aa{
  font-weight: bold;
  color: #c8a97e;
}
.sec{
  margin-bottom: 70px;
}
.he1{
  color: #c8a97e;
  font-weight: normal;
  font-family: "Great Vibes", cursive;
 font-size: 90px;
 
  
  
  
}
.he2{
  font-weight: bold;
  font-size: 40px;
 
  
}
.ii{
  height: 120px;
  width: 120px
  
}
/* <!-----------------------------------------------------------------------------------------------------------------hover> */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.7" /><feFuncG type="linear" slope="0.7" /><feFuncB type="linear" slope="0.7" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.7);
  -webkit-filter: brightness(0.7);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  width: 100%;
}

.hovereffect:hover h2 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
  transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect .rotate {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  position: absolute;
}

.hovereffect hr {
  width: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.hovereffect  hr:nth-child(2) {
  -webkit-transform: translate3d(-50%,-50%,0) rotate(0deg) scale3d(0,0,1);
  transform: translate3d(-50%,-50%,0) rotate(0deg) scale3d(0,0,1);
}

.hovereffect  hr:nth-child(3) {
  -webkit-transform: translate3d(-50%,-50%,0) rotate(90deg) scale3d(0,0,1);
  transform: translate3d(-50%,-50%,0) rotate(90deg) scale3d(0,0,1);
}

.hovereffect h2, .hovereffect hr {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
}

.group1, .group2 {
  left: 50%;
  position: absolute;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
}

.group1 {
  top: 44%;
}

.group2 {
  top: 55%;
}

.hovereffect p {
  width: 30%;
  text-transform: none;
  font-size: 15px;
  line-height: 2;
}

.hovereffect p a {
  color: #fff;
}

.hovereffect p a:hover,
.hovereffect p a:focus {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.hovereffect  a i {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  padding: 10px;
  font-size: 20px;
}

.group1 a:first-child i {
  -webkit-transform: translate3d(-60px,-60px,0) rotate(45deg) scale(2);
  transform: translate3d(-60px,-60px,0) rotate(45deg) scale(2);
}

.group1 a:nth-child(2) i {
  -webkit-transform: translate3d(60px,-60px,0) rotate(45deg) scale(2);
  transform: translate3d(60px,-60px,0)  rotate(45deg) scale(2);
}

.group2 a:first-child i {
  -webkit-transform: translate3d(-60px,60px,0) rotate(45deg) scale(2);
  transform: translate3d(-60px,60px,0) rotate(45deg) scale(2);
}

.group2 a:nth-child(2) i {
  -webkit-transform: translate3d(60px,60px,0)  rotate(45deg) scale(2);
  transform: translate3d(60px,60px,0)  rotate(45deg) scale(2);
}

.hovereffect:hover hr:nth-child(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(-50%,-50%,0) rotate(0deg) scale3d(1,1,1);
  transform: translate3d(-50%,-50%,0) rotate(0deg) scale3d(1,1,1);
}

.hovereffect:hover hr:nth-child(3) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(-50%,-50%,0) rotate(90deg) scale3d(1,1,1);
  transform: translate3d(-50%,-50%,0) rotate(90deg) scale3d(1,1,1);
}

.hovereffect:hover .group1 i:empty, .hovereffect:hover .group2 i:empty {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0) rotate(45deg) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
/* <!-------------------------------------------------------------------------------------------------------------------------hover> */

.hero1{
  background-image: linear-gradient(rgba(0,0,0, 0.5), rgba(0,0,0, 0.5)), url(../images/bg_3.jpg);
  background-size: cover;
 height: 90vh;
  background-attachment: fixed;
  position: relative;
  
}
.fo{
  position: absolute;
  top: 10%;
}
.mak{
  color: #c8a97e;
  font-weight: normal;
  font-family: "Great Vibes", cursive;
}
.person{
  height: 150px;
  width: 150px;
  border-radius: 50%;
  
}
.hhhh{
  margin-bottom: 150px;
}
.mas{
  margin-bottom: 150px;
}
.cus{
  margin-bottom: 100px;
}
.blog{
  height: 250px;
  width: 250px;
 border-radius: 8%;
}
.blo{
  margin-bottom: 150px;
}
.icon{
  font-size: 20px;
}
.hov:hover{
  color: #c8a97e;
}



@media only screen and (min-width:768px){
  .head1{
    font-size: 70px;
    top: 32%;
    left: 35%;
  }
  .head2{
    font-size: 45px;
    top: 40%;
    left: 22%;
  }
  .blog{
    height: 170px;
    width: 170px;
  }
 
  
 
}
@media only screen and (min-width:992px){
  .head1{
    font-size: 90px;
    top: 38%;
    left: 40%;
  }
  .head2{
    font-size: 60px;
    top: 48%;
    left: 32%;
  }
  .blog{
    height: 250px;
    width: 250px;
  }
}
