* {
  margin: 0px;
  padding: 0px;
  font-family: poppins;
}
.con {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

nav {
  width: 100%;
  height: 15vh;
  position: sticky;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Poppins;
  padding: 0px 130px;
  box-sizing: border-box;
  z-index: 50;
  background-color: #f1f1f1;
}
nav .logo {
  width: 150px;
  height: 50px;
  margin-left: 30px;
}
nav .menu {
  display: flex;
  gap: 40px;
}
.menu a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #2a2a2a;
}
.menu a:hover {
  color: #aaaaaa;
}
.logo {
  width: 30%;
}
.menu a i {
  font-size: 7px;
}
.bnr {
  border-top: 3px dotted rgba(152, 149, 149, 0.3);
  width: 100%;
  height: 85vh;
  display: flex;
  box-sizing: border-box;
}
.leftbnr {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.leftbnr img {
  width: 95%;
  height: 94.5%;
}

.leftlayer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  padding-left: 100px;
  box-sizing: border-box;
  left: 0px;
  top: 0px;
  color: #ffffff;
  gap: 25px;
}
.leftlayer h1 {
  font-weight: 700;
  font-size: 52px;
}
.leftlayer p {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
.leftlayer button {
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.leftlayer button:hover {
  background-color: #ffffff;
  color: black;
}
.rightbnr {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  box-sizing: border-box;
}

.bnrcon {
  width: 50%;
  height: 50%;
  position: relative;
}
.bnrcon img {
  width: 95%;
  height: 95%;
}
.rightlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  left: 0px;
  top: 0px;
  color: white;
}
.rightbnr h1 {
  font-size: 25px;
}
.rightlayer p {
  font-style: italic;
}
.layer1 {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0px;
  top: 0px;
}

.layer2 {
  width: 70%;
  height: 70%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(18, 16, 16, 0.9);
  color: #ffffff;
  gap: 20px;

  box-sizing: border-box;
}
.layer2 button {
  padding: 10px 20px;
  background-color: black;
  color: white;
  border: 2px solid white;
}
.layer2 button:hover {
  background-color: white;
  color: black;
}

.layer1:hover .layer2 {
  display: flex;
}

/* dropdown list */
.pages,
.features {
  position: relative;
}
.pages:hover i,
.features:hover i {
  transform: rotate(180deg);
  transition: transform 0.4s ease-in-out;
}

.pagesubmenu,
.fetusubmenu {
  position: absolute;
  width: 200px;
  text-decoration: none;
  display: none;
  flex-direction: column-reverse;
  justify-content: space-evenly;
  align-items: flex-start;
  top: 40px;
  left: 0px;
  background-color: white;
  z-index: 1;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
.pagesubmenu a,
.fetusubmenu a {
  font-weight: 300;
}
.pages:hover .pagesubmenu,
.features:hover .fetusubmenu {
  display: flex;
}

/* men section */
.mensection {
  border-top: 4px dotted rgba(121, 120, 120, 0.5);
  padding: 50px 5%;
}
.mensection > h1 {
  font-size: 35px;
}
.mensection > p {
  color: #a1a1a1;
  font-style: italic;
  padding-bottom: 5px;
}
.menscardcon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.menscard {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menimg {
  width: 100%;
  height: 400px;
  position: relative;
}
.menimg img {
  width: 100%;
  height: 100%;
}
.cardtitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.menscard > p {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 400;
}

/* hover icon */
.cicon {
  width: 100%;
  height: 50px;
  background: transparent;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0px;
  gap: 30px;
  bottom: 0%;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.cicon .ic {
  width: 50px;
  height: 50px;
  background-color: white;
  line-height: 50px;
  text-align: center;
}
.menimg:hover .cicon {
  opacity: 1;
  bottom: 10%;
}

/* Expolre section */
.explore {
  width: 90%;
  height: 80vh;
  display: flex;
  justify-content: space-evenly;
  /* flex-wrap: wrap; */
  padding-left: 30px;
  padding: 40px 5%;
  border-top: 3px dotted #c4c1c19a;
  box-sizing: border-box;
}
.expleft {
  width: 45%;
  height: 60vh;
  display: flex;
  flex-direction: column;
  gap: 25px;
  box-sizing: border-box;
}
.expleft h1 {
  font-size: 35px;
}
.expleft p {
  font-size: 14px;
  color: #a1a1a1;
  text-align: justify;
}
.expleft>span {
  font-size: 14px;
  font-style: italic;
}
.expleft button {
  width: 150px;
  padding: 10px 15px;
}
button:hover {
  color: #f1f1f1;
  background-color: #2a2a2a;
}

.expright {
  width: 45%;
  height: 60vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.x {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.x h1 {
  font-size: 25px;
}
.x p {
  font-style: italic;
  color: #a1a1a1;
  font-size: 14px;
}
.supportus a{
  text-decoration: none;
  color: #007bff;
}

/* social section */
.social {
  border-top: 3px dotted #a1a1a1;
  width: 90%;
  height: 50vh;
  padding: 40px 5%;
}
.socialtext {
  display: flex;
  flex-direction: column;
  padding: 40px 0px;
}
.socialtext h1 {
  font-size: 35px;
}
.socialtext p {
  font-size: 14px;
  color: #aaaaaa;
  font-style: italic;
}

.socialimgcon{
  width: 80%;
  display: grid;
  grid-template-columns: repeat(6,1fr);

}
.socialimgcon .socialimg{
  width: 100%;
  height:100%;
  position:relative;
}

.sociallayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 97%;
  background: rgba(41, 40, 40, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.sociallayer{
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  box-sizing: border-box;
}

.socialimg:hover .sociallayer {
  opacity: 1;
}

.subinfo{
  width: 90%;
  padding:40px 5% ;
  display: flex;
}
.subinfoleft{
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px;
}
.subinfoleft h1{
  font-size: 35px;
  color: #2a2a2a;
}
.subinfoleft p{
  font-style: italic;
  color: #a1a1a1;
  font-size: 14px;
}
.subinfoleft form{
  display: flex;
  padding-top: 40px;
  gap: 20px;
}
.subinfoleft form input{
  width:250px;
  height: 40px;
}
.subinfoleft form button i{
  width: 40px;
  height: 40px;
  padding: 2px;
  box-sizing: border-box;
  font-size: 30px;
}
::placeholder{
  padding-left: 10px;
}
.subinforight{
  width: 35%;
  gap: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap:wrap;
  padding: 20px;
}
.subinforight .col div h1{
  font-size: 16px;
  color: #2a2a2a;
}
.subinforight .col div p{
  color:#a1a1a1;
}
.subinforight .col{
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 20px;
}
footer{
  width: 100%;
  height: 60vh;
  padding: 40px 5%;
  background-color: #212529;
  box-sizing: border-box;
}
.details{
  width: 100%;
  height:35vh;
  display: flex;
 justify-content: center;
 align-items: center;
  border-bottom:0.5px solid rgba(255, 255, 255, 0.604);
}
.footleft{
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 15px;
  box-sizing: border-box;
}
.footleft img{
  width: 70%;
  height:60px;
  
}
.footleft p a{
  color: #f1f1f1;
  text-decoration: none;
  overflow: hidden;
  font-size: 14px;
}
.footleft p{
  color: #f1f1f1;
}
.footright{
  width: 60%;
  display: flex;
  gap: 120px;
  color: #f1f1f1;
  padding: 20px;
}
.footright h3{
  font-size: 16px;
}
.footcol{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footbottom{
  width:100%;
  height: 18vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:10px;
  box-sizing: border-box;
}
.footbottom p{
  color:#f1f1f1;
}
