/* pract{
    background: rgb(54, 54, 208);
    background: rgb(4, 4, 3);
} */

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-padding-top: 2rem;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
    font-family: "poppins", sans-serif;

}


:root{
    --main-color:rgb(186, 142, 22);
    --second-color:red;
}







img{
    width: 100%;
}
header{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: rgb(56, 56, 230); */
    background: white;
    
    box-shadow: 0 4px 41px rgb(202, 157, 22);
    /* box-shadow: 0 4px 41px rgb(14 55 54 / 14%); */
    padding: 15px 10%;
    transition: 0.2s;
    width: 100%;
}



.logo{
    display: flex;
    align-items: center;
    max-height: 1vh;
}
.logo img{
    width: 180px;
    height: 30vh;
    margin-top: 20px;
}

.navbar{
    display: flex;
}

.navbar a{
    font-size: 14px;
    padding: 11px 20px;
   
    color: rgb(119, 117, 117);
    /* color: black; */
    font-weight: 600;
    text-transform: uppercase;
}

.navbar a:hover{
    /* background-color: rgba(34, 174, 34, 0.541); */
    /* background-color: rgb(50, 50, 225); */
    background-color: transparent;
    /* background-color: white; */
    color: rgb(14, 14, 102);
}

#menu-icon{
    font-size: 24px;
    cursor: pointer;
    z-index: 1001;
    display: none;
}


.logoo{
    font-size: 15px;
    color: rgb(14, 14, 102);
    font-weight: 950;
    margin-left: -50px;
}


.submenu{
    position: absolute;
  
    background-color:white;
    width: 95px;
    height: 13vh;
    margin-left: 0px;
    display: none;
    margin-top: 10px;
}

.submenu li a{
    padding: 10px;

}

.navbar li:hover > .submenu{
    display: block;
    background-color: white;
}


.navbar  ul li a:hover{
  
    background-color: white;
    color: black;
}






@media only screen and (min-width:20px) and (max-width: 280px) {


    header{
        padding: 11px 4%;
    }

    .logoo{
   
        font-size: 10px;
    }

   
    #menu-icon{
        display: initial;
    }

    header .navbar{
        position: absolute;
        top: -1000px;
        left: 0;
        right: 0;
       
        display: flex;
        flex-direction: column;
    
        background: rgb(67, 67, 213);
        box-shadow: 0 4px 4px rgb(67 67 213 / 14%);
        border-top: 2px solid var(--main-color);
        transition: 0.2s;
        text-align: left;
        height: 95vh;

    }

    .navbar a{
       
        padding: 10px;
        color: white;
        display: block;
        font-size: 20px;
        margin-top: 20px;
    }




    .navbar.active{
        top: 100%;
    }

 
} 



@media only screen and (min-width:281px) and (max-width: 320px) {


    header{
        padding: 11px 4%;
    }

   
    #menu-icon{
        display: initial;
    }

    header .navbar{
        position: absolute;
        top: -1000px;
        left: 0;
        right: 0;
       
        display: flex;
        flex-direction: column;
    
        background: rgb(67, 67, 213);
        box-shadow: 0 4px 4px rgb(67 67 213 / 14%);
        border-top: 2px solid var(--main-color);
        transition: 0.2s;
        text-align: left;
        height: 100vh;

    }

    .navbar a{
       
        padding: 10px;
        color: white;
        display: block;
        font-size: 20px;
        margin-top: 50px;
    }

    header .logoo{
        font-size: 11px;
    }




    .navbar.active{
        top: 100%;
    }

 
} 




@media only screen and (min-width:321px) and (max-width: 380px) {


    header{
        padding: 11px 4%;
    }

   
    #menu-icon{
        display: initial;
    }

    header .navbar{
        position: absolute;
        top: -1000px;
        left: 0;
        right: 0;
       
        display: flex;
        flex-direction: column;
    
        background: rgb(67, 67, 213);
        box-shadow: 0 4px 4px rgb(67 67 213 / 14%);
        border-top: 2px solid var(--main-color);
        transition: 0.2s;
        text-align: left;
        height: 100vh;

    }

    .navbar a{
       
        padding: 10px;
        color: white;
        display: block;
        font-size: 20px;
        margin-top: 50px;
    }




    .navbar.active{
        top: 100%;
    }

 
} 


@media only screen and (min-width:381px) and (max-width: 700px) {


    header{
        padding: 11px 4%;
    }

   
    #menu-icon{
        display: initial;
    }

    header .navbar{
        position: absolute;
        top: -1000px;
        left: 0;
        right: 0;
       
        display: flex;
        flex-direction: column;
    
        background: rgb(67, 67, 213);
        box-shadow: 0 4px 4px rgb(67 67 213 / 14%);
        /* box-shadow: 0 4px 4px rgb(14 55 54 / 14%); */
        border-top: 2px solid var(--main-color);
        transition: 0.2s;
        text-align: left;
        height: 100vh;

    }

    .navbar a{
       
        padding: 10px;
        color: white;
        display: block;
        font-size: 20px;
        margin-top: 50px;
    }




    .navbar.active{
        top: 100%;
    }

 
} 



@media only screen and (min-width:701px) and (max-width: 712px) {


    header{
        padding: 11px 4%;
    }

   
    #menu-icon{
        display: initial;
    }

    header .navbar{
        position: absolute;
        top: -1000px;
        left: 0;
        right: 0;
       
        display: flex;
        flex-direction: column;
    
        background: white;
        box-shadow: 0 4px 4px rgb(14 55 54 / 14%);
        border-top: 2px solid var(--main-color);
        transition: 0.2s;
        text-align: left;
        height: 100vh;
        

    }

    .navbar a{
       
        padding: 10px;
        color: white;
        display: block;
        font-size: 20px;
        margin-top: 50px;
    }




    .navbar.active{
        top: 100%;
    }

 
} 



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


    header{
        padding: 11px 4%;
    }

   
    #menu-icon{
        display: initial;
    }

    header .navbar{
        position: absolute;
        top: -1000px;
        left: 0;
        right: 0;
       
        display: flex;
        flex-direction: column;
    
        background: white;
        box-shadow: 0 4px 4px rgb(14 55 54 / 14%);
        border-top: 2px solid var(--main-color);
        transition: 0.2s;
        text-align: left;
        height: 100vh;

    }

    .navbar a{
       
        padding: 10px;
        color: white;
        display: block;
        font-size: 20px;
        margin-top: 50px;
    }




    .navbar.active{
        top: 100%;
    }

 
} 




@media only screen and (min-width: 768px) and (max-width:1024px){
    header{
        padding: 11px 4%;
    }

    .logoo{
        margin-left: -70px;
    }


    .navbar{
        display: flex;
        margin-left: -10px;
    }
    .navbar a{
       
        padding: 10px;
        color: rgb(119, 117, 117);
        display: block;
        font-size: 11px;
    }

    .navbar.active{
        top: 100%;
    }

 
} 





@media only screen and (min-width: 1025px) and (max-width:1599px){
    header{
        padding: 11px 4%;
    }

    .logoo{
        margin-left: -70px;
        font-size: 21px;
    }



    .navbar a{
       
        padding: 10px;
        color: rgb(119, 117, 117);
        display: block;
        font-size: 12px;
    }

    .navbar.active{
        top: 100%;
    }

 
} 




@media only screen and (min-width: 1600px) and (max-width:2600px){
    header{
        padding: 11px 4%;
    }

    .logoo{
        margin-left: 10px;
        font-size: 26px;
        font-weight: 100;
    }



    .navbar a{
       
        padding: 10px;
        color: rgb(119, 117, 117);
        display: block;
        font-weight: 100;
        font-size: 16px;
    }

    .navbar.active{
        top: 100%;
    }

 
} 





@media only screen and (min-width: 2601px) and (max-width:4200px){
    header{
        padding: 11px 4%;
    }

    .logoo{
        margin-left: 10px;
        font-size: 40px;
    }



    .navbar a{
       
        padding: 10px;
        color: rgb(119, 117, 117);
        display: block;
        font-size: 21px;
        font-weight: 100;
    }

    .navbar.active{
        top: 100%;
    }

 
} 





@media only screen and (min-width: 4201px) and (max-width:6000px){
    header{
        padding: 11px 4%;
    }

    .logoo{
        margin-left: 10px;
        font-size: 50px;
    }



    .navbar a{
       
        padding: 10px;
        color: rgb(119, 117, 117);
        display: block;
        font-size: 36px;
    }

    .navbar.active{
        top: 100%;
    }

 
} 







