#navPart {
    position: sticky;
    top: 0;
}

header {
    background-color: rgb(51, 51, 51);
    width: 100%;
    height: 50px;
}

#logo {
    color: white;
    font-size: 22px;
    position: absolute;
    top: 8px;
    left: 12%;
    float: left;
    margin-top: 1px;
}

#logo:hover {
    cursor: pointer;
    opacity: .6;
    transition: .3s;
}

nav {
    position: absolute;
    left: 19%;
    margin-top: 10px;
}

nav a {
    text-decoration: none;
    color: #f5f5f7;
    margin-right: 65px;
    font-size: 12px;
    margin-left: 20px;
    
}

nav a:hover {
    opacity: .5;
    transition: .3s;
}

.right {
    float: right;
}

#search {
    position: absolute;
    right: 244px;
    margin-top: 7px;
    color: white;
    font-weight: normal;
}

#search:hover {
    opacity: .5;
    transition: .3s;
    cursor: pointer;
}

#lock {
    color: white;
    margin-top: 6px;
    margin-right: -3px;
}

#lock:hover {
    opacity: .5;
    transition: .3s;
    cursor: pointer;
}

.banner {
    background: url("http://mateen.kurdzman.net/ban.png") no-repeat;
    width: 100%;
    height: 585px;
    background-position: center;
    background-size: cover;
}

/* nav bar */
#head {
    font-size: 30px;
    line-height: 1.08349;
    font-weight: 600;
    letter-spacing: -.003em;
    font-family: SF Pro Display, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    padding-left: 15%;
}

#Category {
    margin-left: 15%;
    padding-bottom: 3%;
    padding-top: 2%;

}

#Category a {
    text-decoration: none;
    color: #1d1d1f;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 600;
    font-family: SF Pro Display, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

#Category a:hover {
    text-decoration: underline;
}

.rs-shop-subheader,
.rs-shop-sub {
    color: #6e6e73;
    margin-left: -180px
}

.rs-shop-header,
.rs-shop-subheader {
    font-size: 45px;
    line-height: 1.08349;

    font-weight: 600;
    letter-spacing: -.003em;
    font-family: SF Pro Display, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;



}

.rs-shop-h,
.rs-shop-sub {
    font-size: 30px;
    line-height: 1.08349;
    font-weight: 600;


    letter-spacing: -.003em;
    font-family: SF Pro Display, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: inline;
    padding-left: 15%;


}

#banner1 {
    display: flex;
    gap: 20px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 70px;
    padding-left: 15%;
}
@media screen and (min-width:300px) and (max-width:850px) {
    #banner1 {
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
}
#banner1 div {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    width: 410px;
    height: 450px;
}

#banner1 div img:hover {
    width: 260px;

}

#banner1 div img {
    width: 250px;
    /* margin-bottom: 20%; */
}

#banner1 h4 {
    text-align: center;
    font-size: 18px;
    line-height: 1.14286;
    font-weight: 600;
    letter-spacing: .007em;
    font-family: SF Pro Display, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #1d1d1f;
    margin: 0 0 9px;
    padding-top: 10px;
}

#banner1 button {
    margin-left: 70%;
    padding: 15px 20px;
    border-radius: 15px;
    border: 0px;
    background-color: #0071e3;
    color: white;
    margin-bottom: -100%;

}

#banner1 p {
    margin-left: 5%;
    font-size: 14px;
    line-height: 1.28577;
    font-weight: 400;
    letter-spacing: -.016em;
    font-family: SF Pro Text, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;


}

#model,
#Specialist {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50px;
    width: 300px;
}

#model:hover,
#Specialist:hover {
    width: 305px;
}

#written {
    margin-left: 50px;

}

#written p {
    color: #6e6e73;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: SF Pro Text, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
}

#written h3 {
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 600;
    letter-spacing: .007em;
    font-family: SF Pro Display, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

#Guide {
    display: flex;
    gap: 20px;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 15%;
}

    @media screen and (min-width:300px) and (max-width:850px) {
        #Guide{
            display: grid;
            grid-template-columns: repeat(1,1fr);
        }
    }

#model div img,
#Specialist div img {
    width: 100%;
    border-radius: 30px;
}

#banner2 {
    display: flex;
    gap: 20px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 70px;
    padding-left: 15%;
}

#banner2 div {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    width: 500px;
}
@media screen and (min-width:300px) and (max-width:850px) {
    #banner2{
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
}
#banner2 div img {
    width: 250px;
}

#banner2 h4 {
    text-align: center;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.14286;
    font-weight: 600;
    letter-spacing: .007em;
    font-family: SF Pro Display, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #1d1d1f;

    padding-top: 24px;
}

#banner2 p {
    margin-left: 5%;
    font-size: 14px;
    line-height: 1.28577;
    font-weight: 400;
    letter-spacing: -.016em;
    font-family: SF Pro Text, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

/* footer                      footer */
#ul_table{
    display: flex;
    /* border: 1px solid red; */
    justify-content: space-between;
    text-align: left;

}
#ul_table>div>ul{
 color: black;
 margin-top: -5px;
}
/* 
#third{
    margin-right: 20%;
} */

#ul_table>div>ul>a{
    text-decoration: none;
    /* text-align:end; */
    color:rgb(110,110,115);


}

   #ul_table>div>ul:hover{
    /* border-bottom: 1px solid black; */
    text-decoration: underline;
    
   }

   #main{
    width: 75%;
    /* margin-c: 10%; */
    margin: auto;

   
   }

   body{
    background-color: #f5f5f7;
   }

   p{
    color: #939397;
    font-size: 15px;
   }

   #link{
    color:#6c7378;
    text-decoration: none;
    /* text-decoration: underline; */
   }

   a{
    color:rgb(110,110,115);
    font-size: 13px;
    font-weight: 400; 
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    /* margin-top: 20px;
    margin-bottom: 20px; */
   } 

  #last{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* margin-top: -10px; */
    /* margin-left: -10%; */
    padding: auto;
  }
   
  #last>div>a{
    /* font-family: Arial, Helvetica, sans-serif; */
    text-decoration: none;
    color:rgb(110,110,115);
    /* font-size: 13px; */
    /* font-weight: 400; */
    margin-top: 10px;
  }
  
  h5{
    color: #4d4d4f;
    /* text-align: left; */
    margin-left: 40px;
    margin-bottom: 15px;
  }