*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
    
    font-family: Lato,Helvetica,sans-serif;
}
nav{
    width: 100%;
    height: 6vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:20px;
    background-color: #33a137;
    color: white;
    font-family: Lato,Helvetica,sans-serif;
    cursor: pointer;
}
nav > .link > ul{
    display: flex;
    list-style: none;
    gap: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}
nav > .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
nav > .icon > input{
    width: 20vh;
    height: 4vh;
    border-radius: 6px;
    padding: 5px;
    border: solid white 1px;
    background-color: transparent;
    outline: none;
    margin-right: 5px;
}
nav  >.icon > input > ::placeholder{
    color: white;
}
nav > .icon > button{
    width: 20vh;
    height: 4vh;
    border-radius: 6px;
    padding: 5px;
    border: solid white 1px;
    margin-left: 5px;
}
nav > .icon > img{
    width: 5vh;
    height: 80%;
}

.n2{
    width: 100%;
    height: 6vh;
    color: gray;
    font-size: 0.8rem;
    font-weight: bold;
    display: flex;
    background-color: whitesmoke;
    align-items: center;
    justify-content: flex-start;
    padding-left: 50px ;
}
.n2 > .logo{
    width: 30vh;
    height: 80%;
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: flex;
    margin-top: 2vh;
}
.n2 > .link > ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    gap:2vh ;
}
.sp{
    width: 100%;
    height: 85vh;
    background-image: url(https://www.zameen.com/assets/imageBackgroundLarge.deeb0c70dcee6ae1d029e18e0dcc4d89.webp);
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center center;
    margin-top: 0;
    padding: 50px;
}
.sp > .sp-con{
    padding: 0px auto;
    width:40%;
    text-align: center;
    margin: 0 auto;
    margin-top: 15vh;

}
.sp > .sp-con  >h3{
    font-size: 1.5rem;
    margin-bottom: 2vh;
    color: white;
    text-shadow: 0 0 10px black ;
}
.sp > .sp-con > button{
    width: 18vh;
    height: 6vh;
    background-color: rgba(0, 0, 0, 0.122);
    border: solid 2px white;
    color: white;
    font-weight: bold;
}
.sp > .inp{
     padding: 20px;
    width:50%;
    text-align: center;
    margin: 0 auto;
    margin-top: 4vh;
    background-color: rgba(0, 0, 0, 0.659);
    color: white;
}
.sp > .inp > select{
    width: 20%;
    height: 6vh;
    border: none;
    outline: none;
    border-radius: 5px;
}
.sp > .inp > input{
    width: 60%;
    height: 6vh;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 10px;
}
.sp > .inp > button{
    width: 18%;
    height: 6vh;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 10px;
    background-color: #33a137;
    color: white;
    font-weight: bold;
}
.sp > .inp > button:hover{
    background-color: #3fc844;
}
.sp > .inp > ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 2vh;
    font-size: 0.8rem;
    margin-top: 2vh;

}

.pr{
    width: 100%;
    height: 50vh;
    margin-top: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5vh;
}
.pr > .card{
    display: flex;
    width: 90%;
    height: auto;
    align-items: center;
    justify-content: center;
    gap: 2vh;
}
.pr > .card > .box{
    width: 30%;
    height: 100%;
    border: 1px solid gray;
    border-radius: 12px;
    box-shadow: 0 0 5px black;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3vh;
    cursor: pointer;
}
.pr > .card > .box > h5{
    font-size: 1.1rem;
    margin-right: 30vh;
}
.pr > .card > .box > ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vh;
    list-style: none;
    color: gray;
    margin-top: 1vh;
    font-weight: bold;
    margin-right: 19vh ;
}

.pr > .card > .box > ul > li:hover{
    color: #33a137;
}
.pr > .card > .box > hr{
    width: 100%;
}
.pr > .card > .box > .c1,.c2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vh;
}
.pr > .card > .box > .c1 > .b ,.c2 > .b{
    border: 1px solid gray;
    width: 15vh;
    border-radius: 12px;
    height: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2vh;   
}
.pr > .card > .box > .c1 > .b > h6 ,.c2 > .b >  h6{
    font-size: 1.1rem;
}
.pr > .card > .box > .c1 > .b> p ,.c2 > .b > p{
    color: gray;
    font-size: 0.9rem;
}

.ex{
    width: 100%;
    height: 50vh;
    background-color: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5vh;
    margin-top: 10vh;
    font-family: Lato,Helvetica,sans-serif;
}
.ex > .b1,.b2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4vh;
    width: 100%;
} 
.ex > .b1 > .sc , .b2 > .sc{
    width: 20%;
    display: flex;
    height: 15vh;
    gap: 2vh;
    align-items: center;
    justify-content: center;
    padding: 10px;

}

.ex > .b1 > .sc > .img , .b2 > .sc > .img{
    width: 10vh;
    height: 10vh;
}
.ex > .b1 > .sc > .img > img , .b > .sc > .img > img{
    width: 100%;
    height: 100%;
}
.ex > .b1 > .sc > .con > p, .b2 > .sc > .con > p{
    color: gray;
    margin-top: 2vh;
}
.ex> .b1 > .sc:hover,.b2 > .sc:hover{
    border: 2px solid #33a137;
    border-radius: 12px;
    cursor: pointer;
}

.pro{
    width: 80%;
    height: 70vh;
    background-color: rgba(74, 191, 230, 0.156);
    border-radius: 12px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    padding-top: 0px;
}
.pro > .con{
    width: 100%;
    height: 6vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2vh;
    margin-left: 10vh;
}
.pro > .con > button{
    width: 20vh;
    height: 6vh;
    border-radius: 15px;
    background-color: red;
    color: white;
    border: none;
}
.pro > .con > p{
    margin-left:90vh;
    color: rgb(48, 48, 241);
}
.pro > .card{
    margin-top: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vh;
    width: 100%
}
.pro > .card > .box{
    width: 30%;
    display: flex;
    flex-direction: column;
}
.pro > .card > .box > img{
    border-radius: 12px;
    margin-bottom: 2vh;
}
.pro > .card > .box > h5{
    font-size: 0.9rem;
    margin-bottom: 2vh;
}
.pro > .card > .box > h6{
    font-size: 0.8rem;
    margin-top: 2vh;
}
footer{
    width: 100%;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
    gap: 5vh;
}
footer > div{
    width: 30%;
    font-size: 0.8rem;
}
footer > div > ul{
    list-style: none;
    line-height: 5vh;
}
footer > .roshan > ul > li > i{
    font-size: 1.1rem;
}
.footer{
    width: 100%;
    height: 6vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
}