html{
    scroll-behavior: smooth;
 }
 #progress{
   position: fixed;
   bottom: 20px;
   right: 10px;
   height: 70px;
   width: 70px;
   display: none;
   place-items: center;
   border-radius: 50%;
   box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
   z-index: 100;
   cursor: pointer;
 }
 #progress-value{
    display: block;
    height: 55px;
    width: 55px;
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 35px;
    color: #0b213c;
 }
 /* End Progress Back To top Button CSS */
.header{
    background-color:#fff;
  }
  .header .topbar{
    background-color: green;
    padding: 5px 0;
  }
  .header .content{
    float: center;
  }
  .header .content li{
    display: inline-block;
    color: #fff;
    margin-left: 50px;
    font-weight: 400;
    justify-content: space-between;
    margin-right: -30px;
  }
  .header .content li:last-child{
    margin-right: 0;
    padding-right: -20px;
    border-right: 0;
  }
  .header .content li i{
    margin-right: 0;
    color: rgb(231, 241, 82);
  }
  .header .content li a{
    color: #cccccc;
    font-size: 18px;

  }
  .header .social{
    margin-right: 30px;
  }
  .header .topbar-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .header .social li{
    display: inline-block;
    margin: 0;
    margin-right: 0;
  }
  .header .social li:last-child{
    margin-right: 0px;
  
  }
  .header .social li a{
    color: #fffdfd;
  }
  .header .social li a:hover{
    color: rgb(2, 2, 2);
  }
/* Start of Second-Navigation */
.header .header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fffdfd;
    border-bottom: 1px solid hsla(216, 84%, 43%, 0.2);
    z-index: 999;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
/* ==CSS For logo img */
header .hiddenlogo img{
    /* vertical-align: middle; */
    width: 100px;
    height: 95px;
    margin-left: 80px;
    cursor: pointer;
}
.header .menu{
    padding: 10px 0px;
    z-index: 999;
    background-color: #fffdfd;
    width: 1150px;
    /* display: flex;
    width: 200px;
    z-index: 1000;
    background-color: #fff; */

}
.header .menu .head{
    display: none;
}
.header .menu ul{
    list-style: none;
    margin-top: 20px;
    margin-left: 580px;
    gap: 200px;
    
}
.header .menu > ul> li{
    display: inline-block;
    margin-left: 20px;
}
.header .menu > ul> li:not(:last-child){
    /* margin-right: 40px; */
}
.header .menu .dropdown{
    position: relative;
}
.header .menu a{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    color: #02093b; 
    line-height: 1.5;
    display: block;
    font-weight: 500;
}
.header .menu > ul >li > a{
    padding: 0 0;
}
.header .menu > ul >.dropdown > a{
    padding-right: 15px;
}
.header .menu i{
    font-size: 10px;
    pointer-events: none;
    user-select: none;
    position: absolute;
    color: green;
    top: calc(50% - 5px);
}
.header .menu > ul > li >i{
    right: 0;
}
.header .menu .sub-menu{
    position: absolute;
    left: -600px;
    width: 180px;
    top: 90px;
    padding: 15px 0;
    border-top: 3px solid cyan;
    opacity: 0;
    visibility: hidden;
    transition: .9s;
    background-color: azure;
    margin-bottom: 20px;
    box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.5);
}
.header .menu .sub-menu-right{
    left: -10%;
    top: 50px;
}
.header .menu .sub-menu-left{
    left: -210%;
    top: 50px;
}
/* showing sub-menu items on hover 
   */
.header .menu li:hover > .sub-menu {
    opacity: 1;
    z-index: 1000;
    transform: none;
    margin-top: -40px;
    visibility: visible;
    transition: all 0.1s ease;
}

.header .menu .sub-menu a{
    font-size: 18px;
    color: #02093b; 
    padding: 6px 24px;
}
.header .menu .sub-menu .dropdown > a{
    padding-right: 34px;
}
.header .menu .sub-menu span{
    background-image: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%));
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size 0.5s ease;
}
.header .menu .sub-menu li:hover > a > span{
    background-size: 100% 1px;
}
.header .menu .sub-menu i{
    transform: rotate(-90deg);
    right: 24px;
}
.header-right{
    display: flex;
}
.header-right .icon-btn{
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: hsl(0, 90%, 51%);
    font-size: 16px;
}
.header-right .open-menu-btn{
    display: none;
}
/* hero section */
.hero{
    min-height: 100vh;
    background-color: rgb(253, 252, 251);
    background-size:cover;
    background-position: center;
    z-index: 10;
}

@media only screen and (max-width: 768px){
    html,body{
        overflow-x: hidden;
        /* scroll-behavior: smooth; */
    }
    .header {
        padding: 12px;
        
    } 

    .header .topbar{
        margin-top: 0px;
        display: none;
    }
     .header-menu {
        z-index: 999;
        height: 7vh;
        margin-bottom: -20px;
    }
    .header-menu .menu{
        position: fixed;
        right: 0;
        top:0;
        width: 300px;
        height: 60vh;
        background-color: #0b213c;
        /* padding: 5px 30px 30px; */
        overflow-y: auto;
        z-index: 40;
        transform: translateX(100%);
        overflow-x: hidden;
     }
     .header .menu .logo{
        display: none;
     }
     .header-menu .menu.open {
        transform: none;
     }
     .header .menu .head{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;

     }
     .header-menu .hiddenlogo img{
        vertical-align: middle;
        width: 10px;
        height: 120px;
        margin-left: 0px;
    }
     .menu .head .logo1 img{
        vertical-align: middle;
        width: 100px;
        height: 70px;
        margin-left: 0px;
    }
     /* .header .menu .logo{
        display: none;
     } */
     .header .menu .logo1 img{
        vertical-align: middle;
        width: 100px;
        height: 70px;
        margin-left:-30px;
        margin-bottom: 50px;
     }
    
     /* .header-right{
        display: none;
     } */
    .header .close-menu-btn{
        height: 35px;
        width: 35px;
        position: relative;
        display: inline-flex;
        align-items: right;
        justify-content: space-between;
        margin-left: 200px;
        background-color: transparent;
        cursor: pointer;
        border: none;
        
    }
    .header .menu .close-menu-btn::before,
    .header .menu .close-menu-btn::after{
        content: '';
        position: absolute;
        width: 80%;
        height: 2px;
        margin-top: 20px;
        margin-left: 40px;
        background-color: #fff;
        
    }
    .header .menu .close-menu-btn::before{
        transform: rotate(45deg);
    }
    .header .menu .close-menu-btn::after{
        transform: rotate(-45deg);
    }
    .header .menu > ul >li{
       /* list-style: none; */
        /* margin-top: 50px; */
        margin-left: -550px; 
        margin-right: 20px;
        display: block;
        color: #fff;
        /* justify-content: safe; */
    }
    .header .menu > ul > li:not(:last-child){
        margin-right: 350px;
    }
    .header .menu li{
        border-bottom: 1px solid hsla(0, 0%, 4%, 0.25);
    }
    .header .menu li:first-child{
        border-top: 1px solid hsla(0, 0%, 4%, 0.25);
    }
    .header .menu > ul > li > a{
        padding: 12px 0;
        color: white;
    }
    .header .menu > ul > .dropdown >a{
        padding-right: 840px;
    }
    .header .menu i{
        height: 24px;
        width: 24px;
        border: 1px solid hsla(0, 0%, 4%, 0.25);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        pointer-events: auto;
        cursor: pointer;
        top: 7px;
    }
    /* After javascript */
    .header .menu .dropdown.active > i{
        /* background-color: hsla(0, 0%, 100%, 0.25); */
        background-color: hsla(0, 95%, 50%, 0.25);
        transform: rotate(180deg);

    }
    .header .menu .sub-menu{
        position: static;
        opacity: 1;
        transform: none;
        visibility: visible;
        padding: 0;
        transition: none;
        box-shadow: none;
        width: 100%;
        height: 20vh;
        margin-left: 20PX;
        margin-top: 100px;
        display: none;
        background-color: #ebebeb;
        
    }
    .header .menu .dropdown.active > .sub-menu{
        display: block;
        margin-top: 5px;
    }
    .header .menu .sub-menu li:last-child{
        border:none;
    }
    .header .menu .sub-menu a{
        padding: 12px 0 12px 15px;
    }
    .header .menu .sub-menu .sub-menu a{
        padding-left: 30px;
    }
    .header .menu .sub-menu .sub-menu .sub-menu a{
        padding-left: 45px;
    }
    .header .menu .sub-menu span{
        background-image: none;
    }
    .header .menu .sub-menu i{
        transform: none;
        right: 0;
    }
    .header-right .search-btn, 
    .header-right .cart-btn {
        display: none;
    }
    .header .hiddenlogo{
        display: flex;

    }
    .header .hiddenlogo img{
        display: flex;
        width: 70px;
        height: 65px;
    }
    header .header-right .open-menu-btn{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        width: 35px;
        cursor: pointer;
        position: relative;
        background: transparent;
        margin-left: 160px;
        margin-top: -20px;
        border: none;
    }
    .header-right .open-menu-btn .line{
        height: 4px;
        width: 30px;
        background-color: #0b213c;
        position: absolute;
    }
    .header-right .open-menu-btn .line-1{
        transform: translateY(-8px);
    }
    .header-right .open-menu-btn .line-3{
        transform: translateY(8px);
    }
    /* .header-right .open-menu-btn .line-3{
        transform: translateY(-8px);
    } */
    #progress{
        margin-bottom: 40px;
      }

    }