

/* section 1 Home */
body{
    font-family: roma, sans-serif !important;
font-style: normal;
font-weight: 200;
}
.btn-hamburger img{
height: 50px !important;
}
.logo{
    width: 600px;
    bottom: 20px;
    position: fixed;
    left: 30%;
    z-index: 4;
}
.center_logo{
    z-index: 2;
    top: 50%;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.padding-five-tb {
    padding-top: 5%;
    padding-bottom: 15%;
}
.section_1,.section_2 {
    padding: 0px 0;
    overflow: hidden;
    /* height: 100vh; */
}
.img_grid{
text-align: center;
}
.image1 {
    padding-top: 20px;
    position: relative;
    z-index: 3;
    height: 75%;
}
.image2{
    position: relative;
    z-index: 2;
    height: 70%;
    padding-top: 100px;
}
.hamburger-menu {
    position: fixed;
    right: 25px;
    top: 25px;
}
.hamburger-menu2 {
    position: fixed;
    right: 50px;
    top: 25%;
}
.section_3,.section_4,section,.section_5
{
    padding: 0px ;
}
.section_5,.section_7{
    height: inherit;
    /* margin-top: -100px; */
}
.section_6{
    margin-top: -100px;;
}
.image_11{
 margin-top: 11%;
}
.section_8{
    padding: 80px 0;
}
.last_img{
    margin-top: 5%;
    position: relative;
    z-index: 2;
}
.images_home{

    position: relative;
    z-index: 2;
}
.heading {
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    letter-spacing: 0px !important;
    line-height: 2px;
}
/* section 2 home */
.hero-section {
    width: 100%;
    height: 70rem;
    overflow: hidden;
    position: relative;
  }
  .subheading{
     font-size: 20px;
     font-weight: 300;
  }
  .hero-section img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
  }
  a{
    color: #000000 !important;
  }
  h1{
    font-weight: 200 !important;
  }

  .hamburger-menu-wrepper {

    background: #fff;

}
section img{
    position: relative;
    z-index:2 !important;

}
.Hamburger_Close{
 position: fixed;
 z-index: 5 !important;
}
.first-page{
    position: fixed;
    left: 25px;
    top: 45%;
    /* top: 50%;
    left: 15%;
    transform: translate(-45%, -50%); */
    color: #000000;
    font-size: 4.5rem !important;
    text-transform: uppercase;
    
    padding: 0px 0px !important;
}
body{
    overflow-x: hidden;
}
.second-page{
    position: fixed;
    right: 50px;
    top: 45%;
    color: #000000;
    font-size: 4.5rem !important;
    text-transform: uppercase;
    padding: 0px 0px !important;
}
img:hover{
    filter: grayscale(100%);
    cursor: pointer;
}
.img-hamburger {
    margin: auto;
    position: relative;
    left: 0%;
}
.text-small {
    font-size: 12px;
    line-height: 13px;
    font-weight: 400 !important;
}
.img_label{
   
   
    display: none;
    color:black;
    margin-top:10px;
    position: absolute;
   
    /* text-align: -webkit-right; */
   
}
.section_wrapper{
 padding: 0px 15px 0px 15px;
}
.img_label div{
    background-color: #FFD166;
    padding: 5px 15px 5px 15px;
    letter-spacing: 1px;
    width: min-content;
    font-size:18px;
}
img:hover + div{
    display: block;
}   
