@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
*{
    font-family: 'Roboto Flex', sans-serif;
}
#body{
    background-color: rgb(240,241,247);
    margin: 0%;
    padding: 0%;
}
/* -------------------------------left section--------------------------------- */
header{
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0%;
}
#head-main {
    padding: 1%;
    background-color: rgb(240, 241, 247);
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#section-left {
    width: 20%;
}

#section-left-div {
    width: 100%;
}

#section-left-div img {
    width: 100%;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48
}
.material-symbols-outlined >p{
    font-size:70%;
}
#categories-tag{
    display: flex;
    margin-top: 5px;
}
#categories-tag:hover{
    color: rgb(0, 180, 197);
    cursor: pointer;
}
#categories-tag p{
    margin: 0;
    margin-top: 2px;
    margin-left: 3px;
}
/* -------------------------------right section--------------------------------- */
#section-right{
    width: 80%;
    margin-left: 50px;
    margin-right: 10px;
}
#section-right-top{
    display: flex;
    justify-content: space-between;
}
#section-right-top-left{
    width: 60%;
}
#section-right-btm{
    display: flex;
    width: 99%;
    justify-content: space-between;
}
#search-bar{
    display: flex;
    width: 100%;
    height: 43px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid black;
    border-radius: 20px;
    background-color: white;
}
#header-select{
    border: 0ch;
    margin-left: 2px;
}
#header-input-div{
    width: 73%;
    height: 28px;
}
#header-input{
    width: 100%;
    height: 98%;
    border: 0;
}
#header-input:focus{
    outline: none;
}
#header-search-button{
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    background-color: rgb(32,35,64);
    border: 0;
    height: 43px;
}
#header-search-button:hover{
    cursor: pointer;
}
#header-search-button .material-symbols-outlined{
    color: white;
}
#header-right-image{
    width: 25%;
    display: block;
    flex-direction: row;
}
#header-right-image img{
    width: 100%;
}
a{
    text-decoration: none;
    color: black;
}
#header-right-btm-list{
    display: flex;
    width: 50%;
    margin-top: 10px;
    justify-content: space-between;
}
#header-right-btm-list p{
    margin-bottom: 0%;
}
#header-right-btm-list a:hover{
    color: rgb(15,171,162);
}
#header-right-btm-btn{
    display: flex;
    width: 25%;
    margin-top: 10px;
    justify-content: space-between;
}
#header-right-btm-btn {
    padding-top: 7px;
    align-items: center;
}
#header-right-btm-btn > div p{
    margin-top: 3px;
}
.login-btn-text{
    margin-bottom: 0%;
}
#header-right-btm-btn > div >a{
    display: flex;
}
#header-right-btm-btn > div >a:hover{
    color: rgb(0, 180, 197);
}
#container {
    margin-top: 20vh;
    margin-left: 25vw;

    display: flex;
    flex-direction: row;
    width: 50vw;

    height: 300px;


    margin-bottom: 20px;
}

.con-1 {

    width: 50vw;
    text-align: left;


    margin-left: 10px;

}

h1 {
    margin-bottom: 25px;
}

input {
    width: 20vw;
    height: 3vh;
}

a {
    text-decoration: none;
    color: gray;
}


.con-2 {
    width: 50vw;




    font-family: sans-serif;
    font-size: 15px;
    color: #202340;
    padding-top: 50px;
}

#sign-in {
    width: 80%;
    height: 15%;
    border-radius: 20px;
    text-align: center;
    margin-left: 10px;
    color: white;
    background-color: #202340;
    justify-content: center;
}

#btn {
    width: 60%;
    height: 15%;
    border-radius: 20px;
    color: black;
    font-size: larger;
    font-weight: 600;
    padding: auto;
    background-color: white;
    text-align: center;
    margin-left: 20px;
    justify-content: center;
}


/* ------------sign up----------------- */

#signup-main{
    width: 60%;
    padding-top: 10%;
    margin: auto;
}
#signup-main input{
    padding: 7px;
}
#signup-main-div2{
    display: flex;
    justify-content: space-between;
}
#signup-main-div4{
    display: flex;
    justify-content: space-between;
}
#signup-main-div5{
    display: flex;
    align-items: center;
}
#signup-main-div5 input{
    width: 10%;
}
#signup-main-div5 p{
    margin: 0%;
}
#signup-main-div6 input{
    width: 50%;
}
#signup-main-div7{
    display: flex;
    align-items: center;
}
#signup-main-div7 input{
    width: 10%;
}
#signup-main-div8{
    display: flex;
}
#signup-main-div8 input{
    width: 10%;
}
#signup-main-div9 input:first-child{
    background-color: rgb(237, 237, 237);
    border: 1px solid black;
}
#signup-main-div10{
    width: 70%;
    margin-top: 15px;
}
#signup-main-div10 button{
    background-color: rgb(65,68,103);
    width: 100%;
    color: white;
    padding: 10px;
    border-radius: 30px;
}

/* ------------------------------footer section--------------------- */

#footer-main{
    width: 100%;
    margin-top: 20px;
}
/* #footer-main hr{
    margin: 0%;
    color: white;
    background-color: white;
} */
#footer-div-1{
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: right;
    padding: 0 10px;
    background-color: rgb(84,88,113);
    color: white;
    border-bottom: 1px solid white;
}
#footer-div-1 button{
    border: 0ch;
    padding: 5px;
    border-radius: 12px;
    background-color: white;
    color: black;
}
#footer-div-1 button:hover{
    background-color: black;
    color: white;
}
#footer-div-2{
    display: flex;
    background-color: rgb(84,88,113);
    color: white;
    height: 50px;
    padding: 0 10px;
    align-items: center;
}
#footer-div-2 a>b{
    color: white;
}
#footer-div-3{
    border-bottom: 1px solid black;
    padding: 0 10px;
}
#footer-div-3 p{
    font-size: 80%;
}
#footer-div-4{
    width: 100%;
    justify-content: center;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}
#footer-div-4 img{
    width: 5%;
    margin: 0px 7px;
}
#footer-div-5{
    display: flex;
    justify-content: center;
}