*{
    padding: 0px;
    margin: 0px;
    box-sizing: 0px;
}
body{
    background-color: bisque;
}
.main{
    width: 90%;
    margin: auto;
}
.box{
    width: 500px;
    height: 500px;
    background-color: green;
    margin: 10px;
}
.logo{
    font-size: 50px;
    padding: 20px;
    font-family: sans-serif;
}
nav{
    display: flex;
    gap: 50%;
    align-items: center;
    background: transparent;
    height: 100px;
    /* position: fixed; */
}
nav ul{
    display: flex;
    gap: 0px;
    margin-left: 1px;
}
nav ul li{
    list-style-type: none;
    margin-left: 10px;
}
nav ul li a{
    text-decoration: none;
    justify-content: space-between;
    margin-left: 20px;
    font-size: 20px;
}
.dropdown li a:hover{
    color: red;
}
.ain{
    /* background-color: lawngreen; */
    width: 100%;
}
.con1{
    padding: 25px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.text{
    display: flex;
    flex-direction: row;
    width: 150%;
    gap: 10px;
}
.img1{
    width: 100%;
}
.bri{
    width: 32%;
}
.h1{
    font-size: 50px;
}
.lik{
    width: 35%;
    font-size: 20px;
    color: hsl(236, 13%, 42%);
}
@font-face{
    font-family: sans-serif;
    src: url(assets/fonts/static/Inter-Bold.ttf);
}
.h1{
    font-family: sans-serif;
}
.mor{
    background-color: hsl(5, 85%, 63%);
    /* font-family: sans-serif;  */
    font-size: 15px;
    width: 30%;
    text-align: center;
    height: 40px;
    margin-top: 30px;
    align-content: center;
    color: black;
}
.mor:hover{
    color: white;
    background-color: hsl(240, 100%, 5%);
    cursor: pointer;
    width: 39%;
    transition: 3s;
    font-family: sans-serif;
    align-content: center;
}
.con2{
    background-color: hsl(240, 100%, 5%);
    width: 50%;
    height: 465px;
    padding: 20px;
}
.nw{
    color: hsl(35, 77%, 62%);
    font-family: sans-serif;
}
.hy{
    color: white;
    font-size: 20px;
    font-family: cursive;
}
.crs{
    color: hsl(236, 13%, 42%);
    font-family: sans-serif;
    font-size: 20px;
}
.pics{
    display: flex;
    flex-direction: row;
    gap: 20px;
    /* display: grid; */
    /* grid-template-columns: 400px 400px 400px; */
}
.pics{
    padding: 20px;
}
.pic1{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.hy:hover{
    color: hsl(35, 77%, 62%);
    cursor: pointer;
}
.tyr{
    width: 100%;
    height: 120px;
}
.po:hover{
    color: hsl(35, 77%, 62%);
    cursor: pointer;
}
.poi{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.hjg{
    color: hsl(236, 13%, 42%);
    font-size: 20px;
}
.div{
    display: none;
}
@media screen and (max-width: 360px) {
    body{
        background-color: white;
    }
    .dip{
        display: none;
    }
    .con1{
        display: flex;
        flex-direction: column;
    }
    .text{
        display: flex;
        flex-direction: column;
    }
    .pics{
        display: flex;
        flex-direction: column;
    }
    .img1{
        height: 300px;
    }
    .text{
        margin-top: 30px;
    }
    .bri{
        width: 400px;
    }
    .lik{
        width: 493px;
        margin-top: 20px;
        font-size: 25px;
    }
    .mor{
        width: 50%;
        margin-top: 20px;
        font-size: 20px;
        align-content: center;
        text-align: center;
        justify-content: center;    
        height: 50px;
    }
    .con2{
        width: 92%;
        height: 100%;
    }
    .pics{
        gap: 30px;
        /* background-color: blue; */
        width: 100%px;
    }
}