@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

*{
  margin: 0;
  padding: 0;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.nav{
  position: relative;
  display: flex;
  align-items: center;
  height: 9vw;
  width: 100%;
box-shadow: 0 10px 60px rgba(0, 00, 0, 1);
  background-image: url('assets/navBar.png');
  position: sticky;
  top: 0px;
}
.nav img{
  height: 8vw;
  width:8vw;
  border-radius: 50%;
  position: absolute;
   margin: 3px 10px;
   border: 1px solid white;
}
ul{
  display: flex;
  position: absolute;
  right: 10vw;
  gap: 2vw;
}
ul li{
  list-style: none;
  padding: 5px;
  font-size: 0.8em;
  font-weight: bolder;
  color: whitesmoke;
  position: relative;
}
ul a{
  text-decoration: none;
}
ul a li:hover {
  color: aqua;
}
.banner{
  height: 50vw;
  width: 100%;
}
.baner img{
  height: 50vw;
  width: 100%;


}
.sec-1{
  height: 38vw;
  width: 100%;
  border: 2px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px  10px 10px 10px ;
  background-image: url('assets/navBar.png');
  
}
.sec-1 img{
  height: 30vw;
  width: 30vw;
  border-radius: 20px ;
 margin: 10px;
}
.sec-1 p{
  color: papayawhip;
  font-size:3vw;
  padding: 5px;
}.sec-2{
  height: 38vw;
  width: 100%;
  border: 2px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url('assets/right1bg.jpg');
  flex-direction: row-reverse;
  padding: 10px  10px 10px 10px ;
}
.sec-2 img{
  height: 30vw;
  width: 30vw;
  border-radius: 20px ;
  
 margin: 10px;
}
.sec-2 p{
  color: lightsalmon;
  font-size:3vw;
  padding: 5px;
  
}.sec-3{
  height: 38vw;
  width: 100%;
  border: 2px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url('assets/left2bg.jpg');
  padding: 10px  10px 10px 10px ;
}
.sec-3 img{
  height: 30vw;
  width: 30vw;
  border-radius: 20px ;
 margin: 10px;
}
.sec-3 p{
  color: lightpink;
  font-size:3vw;
  padding: 5px;
}.sec-4{
  height: 38vw;
  width: 100%;
  border: 2px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url('assets/right2bg.jpg');
  flex-direction: row-reverse;
  padding: 10px  10px 10px 10px ;

}
.sec-4 img{
  height: 30vw;
  width: 30vw;
  border-radius: 20px ;
 margin: 10px;
}
.sec-4 p{
  color: lemonchiffon;
  font-size:3vw;
}