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

font-family: "Market Sans", Arial, sans-serif;
}

@font-face {
    font-family: my-family;
    src: url(assect/fonts/AftaSansThin-Regular.otf);
}

body {
    font-family: my-family;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

#menu {
    border-color: antiquewhite;
    display: flex;
    justify-content: space-between;
}

#menu ul {
    list-style: none;
    display: flex;
}

#menu li,
span {
    padding: 10px;
    /* border-bottom: 1px solid gainsboro; */
}

#menu a {
    color: rgba(0, 0, 0, 0.479);
}

#sc2 {
    display: flex;
    height: 85px;
    margin-top: -1%;
    /* border:1px solid red; */
}

#sc21 {
    height: 55%;
    width: 9%;
    margin-left: 3%;
    margin-top: 1.4%;
    /* border:1px solid red; */
}

#sc21>img {
    height: 100%;
    width: 100%;
}

#sc22 {
    width: 4%;
    padding-top: 1%;
    color: #888585;
    display: flex;
    margin-left: 1%;
    /* border: 1px solid red; */

    font-size: 14px;
}

#sc22>i {
    margin-top: 50%;
    margin-left: 0.5%;
    /* border: 1px solid red; */
}

#sc23 {
    height: 50%;
    width: 60%;
    border: 3px solid black;
    margin: 1.4% 0% 0% 1.5%;
    display: flex;
    /* border:1px solid red; */
}

#sc23>i {
    font-size: 22px;
    margin-top: 1%;
}

#sc23>input {
    height: 70%;
    width: 80%;
    border: transparent;
    padding: 5px;
    font-size: 22px;
    /* border:1px solid green; */
}

#sc23>div>button {
    height: 98%;
    width: 92%;
    margin-left: -5px;
    border: transparent;
    /* padding: 20px; */
    background-color: transparent;
    font-size: 14px;
    /* border: 1px solid red; */
}

#sc23>div {
    width: 18%;
}

#sc23>div>i {
    margin-left: -15%;
    /* border: 1px solid red; */
}

#sc2>button {
    height: 54%;
    width: 13%;
    background-color: #3665f3;
    color: white;
    font-size: 15px;
    border: transparent;
    margin: 1.5% 0% 0% 0.5%;
    /* border: 1px solid red; */
}

.nav3 ul {
    display: flex;
    list-style: none;
    justify-content: space-around;
}

.nav3 ul a {
    color: #888585;
    text-decoration: none;
}

.blod {
    font-weight: 900;
    font-size: large;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
}

.footer-main ul li {
    list-style: none;
}

.footer-main ul li a {
    color: #767676;
}

.margin li {
    margin-bottom: 20px;
}

#blo {
    font-size: large;
}

.left {
    display: flex;
    justify-content: flex-end;

    margin-right: 20px;
}

.left button {
    width: 120px;
    height: 60px;
    border: none;
    cursor: pointer;
}

.main-1 {
    height: 400px;
   max-width: 1327px;
   min-height: 330px;
    display: flex;
    justify-content: space-around;
    margin: 20px 0px;

}

.sec2 {
    height: 100%;
    max-width: 288px;
    background-size: cover;
    /* background-color: red; */
}
.div3{
    background-color: #ddd;
}
.inside-div p span {
    font-size: 2.5em;
    font-weight: bold;
    
    
    
}
.inside-div #bottom{
    background-color: #ddd;
 margin-top: 100px;
}
.inside-div button{
    margin-top: 20px;
    width: 100px;
   height: 40px;
   cursor: pointer;
   margin-left: 20px;
   
}
.inside-div button:hover{
    color: white;
    background-color: rgba(0, 0, 0, 0.493);
    border-radius: 5px;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
   transition: all 0.3s ease;
}
.lower{
    height: 270px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}
.inside-lower{
    height: 100%;
    width: 18%;
    background-size: cover;
    /* background-color: red; */
}
.upper{
    display: flex;
}
.upper div span{
font-size: 1.5em;
cursor: pointer;
}
.last-upper{
    display: flex;
   justify-content: end;
   margin-left: 20px;
   font-size: 2em;
   scroll-behavior: smooth;
}
.last{
    font-size: 12px;
    margin-left: 40px;
}
.last img{
    width: 25px;
    height: 11px;
}



