*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Old Standard TT', serif;
    overflow-x: hidden;
    /* overflow-x: hidden; */
}

header{
    position: relative;
    max-width: 1500px;  /* Make 100% for Full Size Box */
    margin: 0px auto;
    padding: 2px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.logo { 
    color: rgb(255, 255, 255);
    height: 60px;   /*height of logo */
    font-size: 36px;
    line-height: 50px; /* defines the space between two inline elements.  */
    text-decoration: none;
    padding: 0 20px;
    float: left;
}
.logo img{
    position:relative;  /* For sticking Logo at Top #IMPORTANT */
    width: auto;
    height: 109px;   /* height of logo */
    line-height: 0px;  /* defines the space between two inline elements.  */ 
    text-decoration: none;
    padding: 0 0px;
    float: left;
    top: 0;
}
nav{
    float: right;
  
}
.clearify{
    clear: both;
}
nav ul{
    margin: 0;
    padding: 0;
    display: flex;
}
nav ul {
    list-style: none;
}
nav ul li a {
    display: block;
    margin: 35px 0;
    padding: 10px 20px;   /* sizing between nav links */
    text-decoration: none;
    color: #262626;
    font-size: 20px;
}
nav ul li a.active,nav ul li button.active,
nav ul li a:hover{
    background: orange;
    color: #fff;
    transition: 0.2s;
    text-decoration: none;

    box-shadow: inset 0 0 5px 0 red;
}
nav ul div a button{
    text-decoration: none;
    background: orange ;
    margin: 30px;  /* Make Distance of button from Top */
    border-radius: 20px;
    list-style: none;
    border: none;
    color: white;
    padding:15px 24px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
@media (max-width: 1200px)
{
    header
    {
        margin: 5px;
    }
}
@media (max-width: 768px)
{
.logo img{
        height: 90px;
    }
    .menu-toggle
    {
        display: block;
        width:40px;
        height: 40px;
        margin: 25px;
        border-style: solid;
        box-shadow: black;
        border-radius: 9px;
        float: right;
        cursor: pointer;
        text-align: center;
        font-size: 29px;
         background:white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* For Boxing and background  */
        color: #C04118;
    }
 .menu-toggle::before
    {
        content: '\f0c9';
        border: black;
        font-family: fontAwesome;
        line-height: 40px;
    } 
    .menu-toggle.active:before
    {
        content: '\f00d';
    }
 nav 
    {
        display: none;
    }

 nav.active 
    {
        display:block;
        width: 100%;
    }
nav.active ul
    {
        display: block;
        text-align: center;
   
    }
}
section center
    {
        padding: 10%;
    }


label{
    margin: 0 40px 0 0;
    font-size: 26px;
    line-height: 70px;
    display: none;
    width: 26px;
    float: right;

}






.bd
{
  display: flex;
  
  align-items: center;
  justify-content: center;

}
.laptop{
  width: 100%;
  max-width: 550px;
position: relative;
}
.laptop img{
  width: 100%;

}
.laptop video{
  position: absolute;
  width: 85%;
  height: 90.3;
  background: #000;
  top: 25.1%;
  left: 7.5%;
  border: hidden;
}
.mehga {
    background-color: whitesmoke;
    display: block;
    padding-top: 30px;
    border-radius: 0px 20px 20px 0px;
}
@media only screen and (max-width:700px){

section {
    font-size: smaller;
}

}


/* css of Glimpses */
 
#imgglimpse{
    top: ;
}












