body{
    width: 100%;
    margin: 0px;
    padding: 0px;
    flex-direction: column;
    background-image: url(../Image/Normal_Bg/2.png);
    background-size: 100% auto;
    
}

/* IBanny code*/


/* .image{
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Bg1{
    background-image: url(../Image/Normal_Bg/Bg1.png);
    
    
}
.Bg2{
    background-image: url(../Image/Normal_Bg/Bg2.png);
}

.Bg3{
    background-image: url(../Image/Normal_Bg/bbg_3.png);
}

.Bg4{
    background-image: url(../Image/Normal_Bg/bg4.png);
} */





/*IBannny end*/

/* Navi */

/* @import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700"); */

*,::after,::before{

  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  /* font-family: Montserrat; */
  scroll-behavior: smooth;
}

header.active{
    top: var(--_top);
  }
  
header.clr{
    background-color: black;
    box-shadow : 0 10px 12px #0005;
    
  }

header{
    width: 100vw;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* background-color: black; */
    /* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
    position: sticky;
    transition: background-color .3s ease-in-out, color .3s ease-in;
}
.extraSpace{
    width: 500px;
}

.navilogo{
    width: 80px;
    height: 70%;
  
    align-items: center;
}

.naviitem{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;

    
    width: 530px;
    height: 100%;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  
    
}
.naviitemSelf{
    margin-right: 10px;
    
}

.naviitem div{
    width: 130px;
    height: 60px;
    text-align: center;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.naviitem a{
    padding-top: 7px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: large;
}

.naviitem a:hover{
    /* color: rgb(16, 174, 87); */
    /* color: #87c19a; */
    color:greenyellow;

}
/* Navi */
/*
.head{
    width: 100%;
    height: 50rem;
    background-image: url('../Image/Normal_Bg/Bg1.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
   position: absolute;
    left: 0%;
    top: 0%;
    z-index: -1;
}
.Bg2{
    width: 100%;
    height: 50rem;
    background-image: url('../Image/Normal_Bg/Bg2.png');
    background-repeat: no-repeat;
    margin-top: 50rem;
    padding-top: 20rem;
    background-size: 100% auto;
   position: absolute;
    left: 0%;
    top: 0%;
    z-index: -1;
}
.Bg3{
    width: 100%;
    height: 50rem;
    background-image: url('../Image/Normal_Bg/bbg_3.png');
    background-repeat: no-repeat;
    margin-top: 70rem;
    background-size: 100% auto;
   position: absolute;
    left: 0%;
    
    z-index: -1;
}

*/
.banner{
    width: 100%;
    height: 42rem;
}

@media (min-aspect-ratio:16/9) {
    /* .head{
        width: 100%;
        height: auto;
    } */
    /* .banner{
        width: 100%;
        height: auto;
    } */
}

@media (max-aspect-ratio:16/9) {
    /* .head{
        width: auto;
        height: 100%;
    } */
    /* .banner{
        width: auto;
        height: 100%;
    } */
}

@media only screen and (max-width:767px){

    body{
        background: url('../Image/Normal_Bg/2.png');
       background-size: contain;
       /* background-repeat:repeat-y; */
       margin: 0px;
    }

    header{
        width: 100%;
        height: 70px;
        padding: 0px;
    }

    .extraSpace{
        width: 0px;
    }
    .naviitem{
        width: 100%;
    }
    .naviitem a{
        font-size:10.5px;
      
    }
    .naviitemSelf{
        margin-right:5px;
        padding: 0;
        
    }
    .navibtn1{
        width: 20px;
        margin-right: 15px;
        font-size: 10px;
    }
    .navibtn2{
        width:50px;
        margin-right: 15px;
    }
    .navibtn3{
        width: 56px;
    }
    .navilogo{

        width: 70px;
        height: 65px;
    }
    
}