/* @font-face {
  font-family: sm-font-2;
  src: url(../Fonts/test/orlean-regular.otf);
} */
@font-face {
  font-family: sm-font-3;
  src: url(../Fonts/test/frista-regular.otf);
}
/* Fade in Transition */
body {
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.section1-container {
  margin-top: 50px;
  margin-bottom: 15px;
  height: 80vh;
  display: flex;
  gap: 70px;
  flex-wrap: wrap;
  flex-direction: column;
}
.abt-dp {
  width: 400px;
  height: 500px;
  object-fit: cover;
  border-radius: 18px;
  object-position: center;
  pointer-events: none;
  transition: transform 0.1s ease-out;
}
.card {
  position: relative;
  margin-left: 112px;
  perspective: 1000px;
  cursor: pointer;
}
.img-txt {
  position: absolute;
  font-family: sm-font-2;
  font-size: 150px;  
  letter-spacing: 10px;
  rotate: 270deg;
  background-color: transparent;
  top: 155px;
  left: -220px;
  /* color: transparent;
  -webkit-text-stroke: 1px whitesmoke; */    
}
.txt-abts {
  width: 800px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.abt-head {
  font-size: 40px;
  font-weight: 350;
  /* letter-spacing: 1px; */
  /* display: flex; */
  
}
.inv-c{
  /* font-family: sm-font-3; */
  color: #F46036;
  font-size: 50px;
  letter-spacing: 10px;
}

.who-abt {
  text-align: center;
  font-size: 60px;
  font-family: sm-font-3;
  letter-spacing: 4.5px;
}
.abtme-pg{
  font-size: 18px;
  text-align: center;
  margin: 15px 180px 15px 180px;
  padding: 0 20px 0 20px;
}
.abtpg-contact{
  display: flex;
  justify-content: center;
}
.abt-contact-btn{
  width: 250px;
  height: 60px;
  padding: 5px;
  border: none;
  font-family: poppins;
  background-color: #f46036;
  color: #060607;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.8s ease;
  font-size: 20px;
  font-weight: 550;
  margin-top: 10px;
  text-decoration: none;
  transition: 0.8s ease;
  }  
  .abt-contact-btn:hover {
    background-color: #b7fcb7;
  }

