*{
    box-sizing: border-box;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: capitalize;
}
.topbar{
    display: flex;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
    height: 2%;
    width: 100%;
    padding: 10px 50px 13px 60px;
    position: sticky;
    top: 0;
}


body,html{
    overflow-x: hidden;
}



.list ul{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: black;
}
li:hover{
    border-bottom: 1px solid  rgb(255, 251, 0);
}
.list ul{
    display: flex;
    gap: 20px;
    font-size: 20px;
    font-weight: 600;
}
.topbar h1{
    font-weight: 700;
    font-size: 21px;
}
/* hero-section */
.one{
    padding: 9px 60px;
    display: flex;
    justify-content: space-between;
}
.text h3{
    font-size: 25px;
    font-weight: 400;
}
.text h1{
    font-size: 60px;
    padding-top: 110px;
}
.hero-section img{
    border-radius: 40px;
}
/* border-section */
.long-bar{
    display: flex;
    margin: 10px 50px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
    box-shadow: 0px 5px 4px rgba(221, 221, 221, 0.25);
}
.para{
    padding: 0px 30px;
}
.status{
    display: flex;
    justify-content: space-between;
}
.btn{
    background-color: transparent;
    border: none;
    font-weight: bold;
}
.btn:hover{
    border-bottom:1px solid #e2e2e2 ;
}
.vcard{
    display: flex;
  flex-direction: column-reverse;
  max-width: 320px;
  box-shadow: 0px 5px 4px rgba(221, 221, 221, 0.25);
  border: 1px solid #e2e2e2;
  border-radius: 0.5rem;
  overflow: hidden;
}
.card-container{
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.card{
    display: grid;
    justify-content: center;
}
.vcard img{
    width: 100%;
    height: 100%;
}
.vcard h1,p,.status{
    padding: 6px 10px;
}
/* footer */
footer p{
    font-size: 15px;
}
/* divider */
.divider{
    border: 1px solid #ccc;
   margin: 20px 7px;
}
.icon img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
/* list */
.list{
    display: flex;
    justify-content: end;
    /* margin-left: 750px; */
}
/* second html */
/* images */
.images img{
    height: 100vh;
    padding: 6px 60px;
    width: 100%;
}
/* coo */
.cooo .h1{
    font-size: 30px;
    font-weight: 700;
    padding: 6px 60px;

}
.cooo .divider{
    margin: 6px 60px;
}
.h-3,.p1 {
    display: inline-block;
    padding: 6px 60px;

}
/* section-1 */
.sec1 h1{
 font-size: 26px;   
 padding: 6px 60px;
}
h2{
    font-size: 20px;
    padding: 6px 60px;

}
.cooo p{
    font-size: 14px;
    font-weight: 400;
    padding: 6px 60px;
}


@media (max-width:582px){
    .list ul{
        display: none;
    }
}



@media (max-width:1250px){
    .text h1{
        font-size: 50px;
    }
}



@media (max-width:1155px){
    .text h1{
        font-size: 40px;
    }
}


@media (max-width:1070px){
    .text h1{
        font-size: 30px;
    }
}



@media (max-width:1022px){
    .one{
        flex-direction: column-reverse;
        text-align: center;
    }
    .text h1{
        font-size: 50px;
    }
    .text{
        margin-bottom: 40px;
        margin-top: -50px;
        margin-left: 20px;
    }
}



@media (max-width:743px){
    .one{
        flex-direction: column-reverse;
        text-align: center;
    }
    .text h1{
        font-size: 40px;
    }
    .text{
        margin-bottom: 40px;
        margin-top: -50px;
        margin-left: 20px;
    }
    .hero img{
        width: 500px;
    }
}


@media (max-width:652px){
    .one{
        margin-top: 40px;
        flex-direction: column-reverse;
        text-align: center;
    }
    .text h1{
        font-size: 40px;
    }
    .text{
        margin-bottom: 40px;
        margin-top: -50px;
        margin-left: 20px;
    }
    .hero img{
        width: 400px;
    }
}



@media (max-width:523px){
    .one{
        flex-direction: column-reverse;
        text-align: center;
    }
    .text h1{
        font-size: 30px;
    }

    .text h3{
        font-size: 20px;
    }
    .text{
        margin-bottom: 40px;
        margin-top: -50px;
        margin-left: 20px;
    }
    .hero img{
        width: 300px;
    }
}






@media (max-width:942px){
    .long-bar{
        text-align: center;
        flex-direction: column-reverse;
    }
}



@media (max-width:520px){
    .sta{        
        text-align: center;
        flex-direction: column;
    }
}











.checkbtn{
    position: absolute;
    top: 20px;
    right: 90px;
    display: none;
}
#check{
    display: none;
}
.logo-1{
    display: none;
}
@media (max-width:890px){
    .checkbtn{
        display: block;
    }
    .icon{
        margin-right: 300px;
    }
    ul{
        
        flex-direction: column;
        z-index: 100;
        position: fixed;
        width: 50%;
        background-color: #2c3e50;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .7s;
    }
    .list{
        height: 50px;
    }
    .list ul li{
        color: #fff;
        margin: 10px 0;
        line-height: 30px;
    }
    #check:checked~ul{
        left: 0;
    }
    label .logo-1{
        font-size: 22px;
    }
}



@media (max-width:805px){
    .icon{
        margin-right: 250px;
    }
}



@media (max-width:744px){
    .icon{
        margin-right: 220px;
    }
}


@media (max-width:663px){
    .icon{
        margin-right: 200px;
    }
}


@media (max-width:608px){
    .checkbtn{
        display: block;
    }
    .icon{
        margin-right: 150px;
    }
}



@media (max-width:566px){
    .icon{
        margin-right: 120px;
    }
}


@media (max-width:529px){
    .icon{
        margin-right: 100px;
    }
}



@media (max-width:467px){
    .icon{
        display: none;
    }
    
    
}



@media (max-width: 393px){
    .hero>img{
        margin-left: -20px;
    }
    .icon{
        display: none;
    }
    
    
}



@media (max-width: 359px){
    .hero>img{
        margin-left: -40px;
    }
    .icon{
        display: none;
    }
    
    .long-bar{
        padding: 10px;
    }
    
}