@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
p{
    font-size: 14px;
    line-height: 1.8;
    font-weight: 300;
}
h2{
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
}
.main-desc{
    max-width: 70%;
    margin: auto;
}
ul{
    list-style: none;
    padding: 0;
}
::placeholder{
    font-size: 14px;
}
html,body{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
:root{
    --header-height:3.5rem;

    --main-color: #003060;

    --secondary-color: #0b7ba9;


    --primary-shadow: 0 2px 8px hsla(220, 68%, 12%, .1);

}
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Courgette&family=Kavoon&display=swap'); */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* background: #f8f8f8; */
    /* font-family: var(--primary-font); */
    font-family: var(--secondary-font);
    position: relative;
    overflow-x: hidden;
}

.large-device-only {
    display: block;
}

.small-device-only {
    display: none;
}

html {
    scroll-behavior: smooth;
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    text-decoration: none;
}
input:focus,
textarea:focus,
select:focus{
    box-shadow: none !important;
    outline: none !important;
}
.main-btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 2px;
    border: none;
    outline: none;
    line-height: 28px;
    display: inline-flex;
    transition: all 0.3s ease-in-out;
    /* background: linear-gradient(90deg, rgba(32, 74, 158, 1) 0%, rgba(24, 110, 187, 1) 100%); */
    /* background: linear-gradient(90deg, rgba(175,9,233,1) 0%, rgba(220,71,145,1) 49%, rgba(249,112,84,1) 86%); */
    background: var(--secondary-color);
    color: #fff !important;
    gap: 5px;
}

.main-btn i {
    font-size: 18px;
    transition: transform .3s;
}

.main-btn:hover {
    color: #fff;
}

.main-btn:hover i {
    transform: translateX(.25rem);
}

.main-btn-2 {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    background: #fff !important;
    border: 2px solid var(--primary-color) !important;
    color: var(--primary-color);
}

.main-btn-2:hover {
    color: var(--primary-color);
}

.main_heading {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: var(--primary-font);
    color: #000;
}

section {
    padding: 50px 0;
}

.grid {
    display: grid;
    margin-bottom: 0px;
}
.section-padding{
    padding: 70px 0;
}

/* Custom Css end */






.header_top{
    background: var(--secondary-color);
    height: 35px;
    padding: 4px 0;
    /* border-bottom: 1px solid #ffffff26; */
}
.header_top .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_top .email-phone{
    display: flex;
    gap: 20px;
}
.header_top .email-phone a{
    display: inline-flex;
    gap: 5px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
.header_top .social-icons a{
    display: inline-flex;
    gap: 5px;
    color: #fff;
}
.header_top .social_links{
    display: flex;
    gap: 10px;
}
.header_top .social_links a{
    color: #fff;
}

header.active{
    visibility: visible;
    transform: translateX(300px);
}




nav {
    background: var(--main-color);
    /* position: fixed; */
    width: 100%;
    /* z-index: 999; */
    height: 100px;
    line-height: 75px;
    
    /* box-shadow: var(--primary-shadow); */
}

nav .wrapper {
    position: relative;
   
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper .logo{
    width: 130px;
}

.wrapper .nav-links {
    display: inline-flex;
    margin-bottom: 0;
}

.nav-links li .nav-link {
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    padding: 9px 25px;
    font-size: 16px;
    font-weight: 500;
}

.btn-li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-links .drop-menu {
    background-color: #fff;
    width: 250px;
    top: 85px;
    line-height: 45px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    box-shadow: var(--primary-shadow);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.nav-links .administration-menu{
    width: 250px !important;
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    z-index: 9999;
    top: 90px;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}
.drop-menu li:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.drop-menu li:hover{
    background-color: #f7f7f7;
}
.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    color: #000;
}
/* .logo-img{
    margin-top: -20px;
} */
/* .mega-box .content .row{
    width: calc(25% - 30px);
    line-height: 45px;
} */
.nav-links .mobile-item{
    display: none;
}
.nav-links a{
    display: inline-flex;
    gap: 3px;
}

.wrapper .btn{
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    display: none;
}
.wrapper .btn.cancel-btn{
    position: absolute;
    right: 5px;
    top: 12px;
}
.wrapper .main-btn{
    margin-left: 20px;
}



@media screen and (max-width:970px){
    .wrapper .btn{
        display: block;
    }
    .wrapper .nav-links{
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        background-color: var(--secondary-color);
        display: block;
        top: 0;
        left: -100%;
        line-height: 50px;
        overflow-y: auto;
        padding: 50px 10px;
        box-shadow: 0 15px 15px rgba(0,0,0,0.15);
        transition: all .3s ease-in;
        z-index: 99999;
    }
    

    #menu-btn:checked ~ .nav-links{
        left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn{
        display: none;
    }

    .nav-links::-webkit-scrollbar{
        width: 0px;
    }
    .nav-links li{
        margin: 0px 10px;
    }
    .nav-links li a{
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }
    .nav-links .drop-menu{
        position: static;
        opacity: 1;
        visibility: visible;
        top: 65px;
        /* padding-left: 20px; */
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        transition: all .5s ease-in;
    }
    
    #showProducts:checked ~ .drop-menu{
        max-height: 100%;
    }
    .nav-links .drop-menu li{
        margin: 0;
    }
    .nav-links .drop-menu li a{
        font-size: 18px;
        border-radius: 5px;
    }
    .nav-links .desktop-item{
        display: none;
    }
    .nav-links .mobile-item{
        display: block;
        font-size: 20px;
        color: #000;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all .3s ease;
    }
    .top_menu.mobile-item{
        padding-left: 0;
    }

    .mega-box{
        position: static;
        top: 65px;
        width: 100%;
        opacity: 1;
        visibility: visible;
        max-height: 0px;
        overflow: hidden;
        transition: all .3s ease;
    }
    .mega-box .content{
        grid-template-columns: 1fr;
        padding: 20px 20px 0 20px;
    }
    .mega-box .content .row{
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255,255,255,0.08);
    }
}
.wrapper input{
    display: none !important;
}


nav.header-scrolled{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
    background-color: rgba(255,255,255,100) !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: var(--primary-shadow);
}
nav.header-scrolled .nav-links li .nav-link{
    color: #000;
}
nav.header-scrolled .wrapper .btn{
    color: #000;
}

nav.header-scrolled .cancel-btn{
    color: #fff !important;
}
