*{
    margin: 0%;
    padding: 0%;
    font-family: 'Roboto',sans-serif;
}

body{
    background-color: #e7e4e4ee;
}

nav{
    display: flex;
    justify-content: space-between;
    background-color: #e4ddddee;
    padding: 17px;
    box-shadow: 0px 2px 2px 2px rgb(124, 121, 121);
    
}

nav.logo{
    margin-left: 22px;
    font-size: 24px;
}

ul{
    margin-right: 45px;
    margin-top: 7px;
}

nav ul li{
    list-style: none;
}

ul li a{
    margin-inline: 25px;
    font-size: 15px;
}

ul li i{
    font-size: 22px;
}        

ul li #home{
    color: rgb(12, 107, 145);
}

ul li a:hover{
    border-bottom: 2px solid rgb(8, 7, 7);
    cursor: pointer;
}

ul li i:hover{
    color: gray;
    cursor: pointer;
}

.main{
    background: url('https://images.pexels.com/photos/5632402/pexels-photo-5632402.jpeg');
    background-size: cover;
    display: flex;
    justify-content: space-around;
}

.main .mainText{
    margin-top: 145px;
}

.mainText h1{
    font-size: 64px;
}

.mainText .top{
    color: rgb(30, 142, 142);
}

.mainText button{
    width: 145px;
    cursor: pointer;
    height: 40px;
    background-color: rgb(30, 142, 142);
    border: none;
    font-size: 22px;
    color: white;
    margin-top: 24px;
}

.mainText p{
    margin-top: 12px;
}

.mainText button:hover{
    border: 3px solid rgb(17, 164, 164);
    background-color: transparent;
    color: rgb(10, 143, 143);
}

.main img{
    margin-top: 60px;
    height: 800px;
    width: 400px;
}

.head{
    text-align: center;
    padding: 33px;
    margin-top: 32px;
}

.head span{
    color: rgb(10, 126, 126);
}
.card{
    display: flex;
    justify-content: center;
}

.card .crd{
    width: 300px;
    height: 500px;
    background-color: #fff;
    margin-inline: 11px;
    /* padding: 22px;*/
}

.crd img{
    width: 85%;
    padding: 22px;
    border-radius: 31px;
}

.crdText{
    margin-left: 16px;
    padding: 8px;
}

.crdText button{
    cursor: pointer;
    width: 110px;
    height: 33px;
    border: none;
    background-color: rgb(5, 170, 170);
    color: white;
    font-size: 19px;
    margin-top: 11px;
}

.crdText i{
    color: rgb(252, 206, 40);
}

.blog{
    display: flex;
    justify-content: center;
    width: S00px;
    height: 300px;
    background-color: #fff;
    margin-inline: 22px;
    border-radius: 11px;
}

.blog:hover{
    /*transition: 0.6s ease;*/
    width: 520px;
    height: 320px;
}

.blog img{
    padding: 22px;
    width: 85%;
}

.blogText{
    padding: 12px;
    margin-top: 33px;
}

.blogText a{
    width: 130px;
    padding: 4px;
    height: 18px;
    background-color: rgb(5, 170, 170);
    color: white;
    font-size: 18px;
    border-radius: 5px;
    position: relative;
    top: 33px;
}

.letter{
    display: flex;
    justify-content: space-between;
    color: white;
    background-color: rgb(3, 3, 95);
    padding: 43px;
}

.inp{
    display: flex;
}

.inp input{
    width: 330px;
    height: 36px;
    outline: none;
    font-size: 18px;
}

.inp button{
    width: 100px;
    height: 39px;
    background-color: rgb(5, 170, 170);
    color: white;
    border: none;
}

.footer{
    display: flex;
    justify-content: center;
    padding: 53px;
}

.footer .footerText{
    margin-inline: 85px;
}

.footerText p{
    margin-top: 11px;
}

/* about */

.about{
    display: none;
}

.aboutus{
    background-color: rgb(2, 2, 70);
    color: white;
    padding: 56px;
    font-size: 22px;
}

.me{
    display: flex;
    justify-content: center;
    width: 700px;
    background-color: #fff;
    padding: 33px;
    margin-left: 17%;
    margin-top: 5%;
}

.me img{
    width: 54%;
}

/*/contact */

.contact{
    display: none;
}

.contactus{
    background-color: rgb(2, 2, 70);
    color: white;
    padding: 56px;
    font-size: 19px;
}

.contactMe{
    display: flex;
    justify-content: center;
    width: 900px;
    margin-top: 5%;
    background-color: #fff;
    margin-left: 10%;

    margin-left: 17%;
    margin-top: 5%;
}

.contactMe img{
    width: 55%;
}

.contactText{
    padding: 22px;
    width:600px ;
}

.contactText p{
    margin-top: 12px;    
}


.form{
    display: none;
}

.form{
    text-align: center;
    margin-top: 5%;
    padding: 22px;
}

.form input{
    width: 300px;
    padding: 5px;
    height: 27px;
    margin-top: 11px;
}

.form button{
    width: 300px;
    height: 36px;
    background-color: rgb(6, 118, 118);
    color: white;
    font-size: 22px;
    border: none;
    margin-top: 22px;
}

/* cart */

.cart{
    display: flex;
    justify-content: center;
    display: none;
}

.cartText{
    padding: 22px;
    margin-top: 22px;
}

.cardText p{
    margin-top: 12px;
}

.cartText h2{
    margin-top: 11px;
}

.cartText .btn button{
    cursor: pointer;
    width: 140px;
    height: 40px;
    background-color: rgb(225, 93, 11);
    color: white;
    border: none;
    font-size: 22px;
    margin-inline: 11px;
    margin-top: 22px;
}

.cartText .back{
    width: 140px;
    height: 40px;
    background-color: rgb(4, 80, 13);
    color: white;
    border: none;
    font-size: 22px;
    margin-inline: 11px;
    margin-top: 22px;
}