body{
  user-select: none;
}
.parallax {
  /* The image used */
  background-image: url("bgg.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.setting{
  height: 45px;
  width:auto;
  display: flex;
  margin-right: 35px;
  margin-bottom: 12px;
  }
  
  
 
 /* ============ only desktop view ============ */
  @media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
    .navbar .nav-item:hover .nav-link{ color: #000000;font-weight: 300;font-size: large;  }
    .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
    .navbar .dropdown-menu.fade-up{ top:180%;  }
    .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
  }	
  /* ============ desktop view .end// ============ */
  

/* whatsapp */

.side-button {
  position: fixed;
  top: 70%;
  right: 0;
  transform: translateY(-50%);
  background-color: #4CAF50;
  color: white;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  z-index: 9999;
}

/* call button */

.call-button {
  position: fixed;
  top: 80%;
  right: 0;
  transform: translateY(-50%);
  background-color: #ced4da;
  color: rgb(0, 0, 0);
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  z-index: 9999;
}

@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@900&family=Sumana:wght@700&display=swap");
.person {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 280px;
}
.container1 {
  border-radius: 50%;
  height: 312px;
  -webkit-tap-highlight-color: transparent;
  transform: scale(0.48);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 400px;
}
.container1:after {
  
  height: 10px;
  position:relative;
  top: 390px;
  width: 100%;
}
.container1:hover {
  transform: scale(0.50);
}
.container-inner {
  clip-path: path(
    "M 390,400 C 390,504.9341 304.9341,590 200,590 95.065898,590 10,504.9341 10,400 V 10 H 200 390 Z"
  );
  position: relative;
  transform-origin: 50%;
  top: -200px;
}
.circle {
  background-color: #fee7d3;
  border-radius: 50%;
  cursor: pointer;
  height: 380px;
  left: 10px;
  pointer-events: none;
  position: absolute;
  top: 210px;
  width: 380px;
}
.img {
  pointer-events: none;
  position: relative;
  transform: translateY(20px) scale(1.15);
  transform-origin: 50% bottom;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.container:hover .img {
  transform: translateY(0) scale(1.2);
}
.img1 {
  left: 22px;
  top: 164px;
  width: 340px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.img2 {
  left: -46px;
  top: 174px;
  width: 444px;
}
.img3 {
  left: -16px;
  top: 144px;
  width: 466px;
}
.divider {
  background-color: #ca6060;
  height: 1px;
  width: 160px;
}
.name {
  color: #404245;
  font-size: 36px;
  font-weight: 600;
  margin-top: 16px;
  text-align: center;
}
.title {
  color: #6e6e6e;
  font-family: arial;
  font-size: 14px;
  font-style: italic;
  margin-top: 4px;
}
/* @media only screen and (max-width: 400px) {
  .circle,.img2{
    margin-left:10%;
    background-color: #000000;
  }
} */