*{
    font-family: Arial, Helvetica, sans-serif;
}
body,html{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* overflow-x: hidden; */
    overflow-x: hidden;

}
nav{
    height: 125px;
    width: 100%;
    /* border: 1px solid green; */
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 1;
}
nav>#nav-top{
    padding: 0px 120px;
    height: 60%;
    /* border: 2px solid saddlebrown; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #0078AD;
}
.icon{
    display: flex;
    align-items: center;
    width: 15%;
    /* border: 1px solid greenyellow; */
    gap: 5px;
}
.icon>i{
    color: white;
    font-size: 13px;
    font-weight: 600;
}
.icon>h1{
    font-size: 14px;
    color: white;
    font-size: 13px;
    font-weight: 600;
}

#sbar{
    width: 45%;
    /* border: 1px solid sienna; */
    height: 55%;
    border-radius: 25px;
    background-color: #0C5273;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}
#sbar>div>i,i{
    font-size: 16px;
    color: #fff;
}
#sbar>div>input{
    width: 80%;
    height: 90%;
    background-color: #0C5273;
    border: none;
    font-weight: 600;
    color: white;
    font-size: 16px;
    outline: none;
}
input::placeholder{
    color: #fff;
}
.icon>div{
    margin-left: 25px;
    display: flex;
    align-items: center;
    gap: 5px;
}
nav>#nav-btm{
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #0C5273;
    padding: 0px 250px 0px 130px;
}
#nav-btm>a{
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
#main{
    margin-top: 10px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
#main>#card{
    width: 25%;
    height: 70%;
    /* background-color: red; */
}
#card>img{
    height: 100%;
    width: 100%;
    border-radius: 25px;

}
section{
    height: 800px;
    /* background-color: red; */
}
section>#card{
    height: 200px;
    margin: auto;
    width: 78%;
    /* border: 1px solid salmon; */
    margin-top: 50px;
    margin-bottom: 50px;
}
#page1{
    height: 250px;
    /* background-color: brown; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: -50px;
}
#page1>.card{
    width: 25%;
    height: 90%;
    /* background-color: red; */
    /* border-radius: 25px; */
}
#page1>.card>img{
    height: 100%;
    width: 100%;
    border-radius: 25px;
}
#page2{
    height: 120px;
    margin-top: 50px;
    /* background-color: black; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
#page2>.card{
    height: 90%;
    width: 25%;
    /* background-color: red; */
}
#page2>.card>img{
    height: 100%;
    width: 100%;
    border-radius: 25px;
}
#page3{
    height: 450px;
    margin-top: 50px;
    background-color: #E5F1F7;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 15px;
    align-items: center;
    padding: 10px 200px;
}
#page3>.card{
    height: 80%;
    width: auto;
    /* background-color: rebeccapurple; */
    position: relative;
}
#page3>.card>#status{
    /* background-color: red; */
    /* height: 35px;
    width: 35px;
    border-radius: 50%; */
    position: absolute;
    top: 12px;
    right: 15px;
}
#page3>.card>#status>i{
    text-align: center;
    font-size: 20px;
    height: 100%;
    width: 100%;
    color: #111;
    padding: 4px;
    border-radius: 50%;
    background-color: #fff;
    font-weight: 100;
    /* z-index: 1; */

}
#page3>.card>#card-top{
    height: 50%;
    width: 100%;
    /* background-color: #E5F1F7; */
}
#page3>.card>#card-top>img{
    height: 100%;
    width: 100%;
    border-radius: 25px;

}
#page3>.card>#card-btm{
    height: 50%;
    width: 100%;
}
#page3>.card>#card-btm>h1,h2{
    font-size: 14px;
    font-weight: 500;
}
#page3>.card>#card-btm>div{
    display: flex;
    align-items: center;
    justify-content: start;
}
#page3>.card>#card-btm>div>h3{
    color: #b5b5b5;
    text-decoration: line-through;
}
#page3>.card>#card-btm>div>h4{
    color: #03753c;
}
#page3>.card>#card-btm>button{
    padding: 10px 70px;
    border: 1px solid #b5b5b5;
    border-radius: 25px;
    font-size: 14px;
    background-color: transparent;
    font-weight: 500;
}
#page4{
    height: 350px;
    /* background-color: #cdc4c4; */
    padding: 10px 0px 0px 170px;
}
#page4>h1{
    font-size: 24px;
    font-weight: 900;
    padding-left: 10px;
}
#page4>div{
    height: 60%;
    width: 100%;
display: flex;
align-items: center;
justify-content: start;
padding-left: 10px;
gap: 20px;
/* border: 1px solid green; */
}
#page4>div>#card{
    height: 100%;
    width: 12%;
    /* background-color: red; */
}
#page4>div>#card>img{
    height: 100%;
    width: 100%;
}
#page5{
    padding: 10px 60px 0px 170px;
}
#page5>h1{
    font-size: 24px;
    font-weight: 900;
    padding-left: 10px;

}
#page5>div{
    display: grid;
    width: 90%;
    grid-template-columns: repeat(6,1fr);
    gap: 15px;
}
#page5>div>#card{
    height: 250px;
    width: 180px;
    /* background-color: #0C5273; */
}
#page5>div>#card>img{
    height: 100%;
    width: 100%;
}
#page6{
    height: 200px;
    margin: 50px 170px;
    /* background-color: #0C5273; */
}
#page6>img{
    height: 100%;
    width: 100%;
    border-radius: 25px;

}
#break{
    height: 700px;
    border: 1px solid red;
}
footer{
    margin: auto;
    height: 510px;
    padding-left: 170px;
    width: calc(90% -170px);
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    /* border: 1px solid red; */
    background-color: #F5F5F5;
}
footer>.containt{
    width: 15%;
    height: 90%;
    /* border: 1px solid saddlebrown; */
}
footer>.containt>h1{
    font-size: 17px;
    font-weight: 900;
}
footer>.containt>h2{
    font-size: 17px;
    font-weight: 500;
    color: #000000a6;
}
#last{
    height: 50px;
    /* border: 1px solid goldenrod; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#last>#left{
    display: flex;
    gap: 10px;
}
#last>#left>h1,#right>h1{
    font-size: 12px;
    line-height: 16px;
    color: #000000a6;
}