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

html,
body {
    cursor: url(./icons/Microsoft\ Edge\ Logo\ Animated--pointer--SweezyCursors\ \(1\)\ \(2\).png) , auto;
    max-width: 100vw;
    /* max-height: 100vh; */
    /* overflow: hidden; */
}

/* header{
    margin: 0px; 
    height: 28px;
    background-color: aqua;
} */


.logo {
    margin-top: -8px;

    height: 25px;
    width: 25px;
}

.logo-li {
    margin-top: -7px;
}


#userLogo {
    /* margin-top: 40px; */
    color: #262626;
    font-size: 19px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    letter-spacing: -0.5px;

}


nav ul {
    list-style: none;

}

.nav-left {
    display: flex;
    gap: 25px;
    margin-top: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    margin-left: 3rem;

}

.nav-right {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    margin-right: 5rem;
    margin-top: -23px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    /* margin-left: rem; */

}

.sign {
    margin-top: -3px;
}

.hero-sec {
    display: flex;
    /* justify-content: space-around; */
    flex-wrap: wrap;
    /* background-color: red; */
    height: 500px;
}

/* .left{
    max-width: 35%;
}*/

.right img {
    width: 100vw;
}

.right {
    max-width: 100%;
    overflow-x: hidden;
}

.left {
    color: white;
    position: absolute;
    top: 180px;
    left: 150px;
}

.left .p1 {

    font-weight: bold;
    font-size: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card-title {
    font-size: 29px;
}

.cards {
    /* height: 100vh; */
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    /* box-shadow: 30px 30px solid black; */
}

.hero2 {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 500px;

}

.hero2 img {
    height: 430px;

}


.box {
    padding-top: 40px;
    padding-left: 20px;
    position: relative;
    top: -320px;
    left: 55%;
    height: 240px;
    z-index: 2;
    background-color: white;
    width: 500px;

}

.btn-1 {
    background-color: #0067b8;
    color: white;
    border: none;
    padding: 10px 20px;
}

.card2 {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.for {
    text-align: left;
    margin-left: 6rem;
}

.p1 {
    font-size: 19px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

footer {
    background-color: #F2F2F2;
    /* height: 400px; */
    width: 100%;
    color: #616161;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-wrap: wrap;
    row-gap: 80px;
}

footer ul {
    font-size: 11px;
    list-style: none;
    margin-left: 90px;


}

footer ul li {
    margin-top: 17px;
}

.last {
    display: flex;
    margin-top: 900px;
}

ol {
    list-style: none;
    margin: -30px;
    background-color: #F2F2F2;
    /* height: 400px; */
    width: 100%;
    color: #616161;
    font-size: 10px;
    display: flex;
    gap: 20px;
    padding-top: 20px;
    flex-wrap: wrap;
    /* justify-content: space-around; */
}




@media (min-width:0px) and (max-width:767px) {

    html,
    body {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .logo {


        height: 20px;
        width: 20px;
    }



    #userLogo {
        /* margin-top: -2px; */
        color: #262626;
        font-size: 15px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        /* letter-spacing: -0.5px; */

    }


    .nav-left {
        display: flex;
        gap: 8px;
        /* margin-top: 3px; */
        font-size: 8px;
        margin-left: -1.5rem;

    }

    /* .nav-right{
   visibility: hidden;
   position: absolute;
   top: 0px;
margin-left: 5.5rem;

} */



    .nav-right {
        visibility: visible;
        /* parent visible */
        font-size: 0px;
        margin-left: 18.5rem;
    }

    .nav-right li:not(.sign) {
        display: none;
        /* baqi sab hide */
    }

    .pro {
        display: inline-block;
        height: 20px;
    }

    .sign {
        margin-top: 3px;
    }

    .logo-li {
        margin-top: -6px;
    }

    .supp {
        display: none;
    }

    /* 
.pro{
     margin-top: 20px;
    height: 20px;
    visibility: visible;
    margin-left: 5.5rem;
} */





    .right img {
        width: 100%;
        height: auto;
    }

    .right {
        max-width: 100%;
        overflow-x: hidden;
    }

    .cards {
        /* height: 100vh; */
        margin-top: 20px;

    }

    .left {
        display: none;
    }

    .hero-sec {
    height: auto;

}

.box {
   display: none;

}
.card2{
    margin-top: -10px;

}

.hero2 img {
    height: 300px;
    width: 100%;

}


.for {
    text-align: left;
    margin-left: 1.5rem;
    margin-top: -120px;
}

/* .p1 {
    font-size: 19px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
} */
}

@media (min-width:767px) and (max-width:1200px) {
     html,
    body {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .logo {


        height: 30px;
        width: 30px;
    }



    #userLogo {
        /* margin-top: -2px; */
        color: #262626;
        font-size: 25px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        /* letter-spacing: -0.5px; */

    }


    .nav-left {
        display: flex;
        gap: 8px;
        /* margin-top: 3px; */
        font-size: 16px;
        margin-left: 1rem;
        margin-top: 9px;

    }


    .nav-right li:not(.sign) {
        display: none;
        /* baqi sab hide */
    }

    .pro {
        display: inline-block;
        height: 30px;
    }

    .sign {
        margin-top: -7px;
    }

   

    







    .right img {
          width: 100vw;
    max-width: none;
    height: 400px;
    display: block;
    }

    .right {
        max-width: 100%;
        overflow-x: hidden;
    }

    .left {
        /* display: block; */
    color: white;
    position: absolute;
    top: 100px;
    left: 50px;
}

.left .p1 {

    font-weight: bold;
    font-size: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    .cards {
        /* height: 100vh; */
        margin-top: 20px;

    }

   

    .hero-sec {
    height: auto;

}

.box {
   /* display: none; */
    padding: 20px 50px 30px 15px;
    position: relative;
    top: -250px;
    left: 25%;
    /* height: 240px; */
    z-index: 2;
    background: white;
    /* width: 500px; */

}
.card2{
    margin-top: -10px;

}

.hero2 img {
    height: 300px;
    width: 100%;

}


.for {
    text-align: left;
    margin-left: 1.5rem;
    margin-top: -120px;
}


    
}