html{
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000;
  font-family: "Acme", sans-serif;
}
body{
  /* overflow-x: hidden; */
}





.fab{
  padding: 1rem;
}
.fas{
  padding: 1rem;
}

.icon-bar{
  position: fixed;
  top: 50%;

  z-index: 3;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  color: #fff;
}

.icon-bar a{
  text-decoration: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 2rem;
  
  transform: translateX(-140px);
  -webkit-transform: translateX(-140px);
  -ms-transform: translateX(-140px);
  opacity: .6;
  transition: .3s linear;
}


.icon-bar a i{
  padding-left: 20px;
  color: #fff;
}

.icon-bar a:hover{
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  opacity: 1;
  padding: .5rem ;
  
}

.facebook{
  
  background-color: #1877f2;
  color: #fff;
  
}
.whatsapp{
  background-color: #0dc143;
  
}
.insta{
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  
}





.nav {
  position: absolute;
  width: 100%;
  display: flex;
  
  justify-content: space-between;
  height: 100vh;
}
.logo{
  height: 16rem;
  padding: 1rem  2rem;
  top: 0px;
  position: fixed;
  z-index: 4;
  -webkit-filter: drop-shadow(5px 5px 5px #222222);
  filter: drop-shadow(5px 5px 5px #222222);
}

.container {
  height: 100vh;
}
.container img {
  width: 100%;
  position: absolute;
  height: 110vh;
  object-fit: cover;
  z-index: -1;
}
.main-title {
  position: absolute;
  top: 30%;
  left: 50%;
  font-size: 6rem;
  transform: translate(-50%, -30%);
  /* font-family: "Monoton", serif; */

  background-color: red;
  
  /* Create the gradient. */
  background-image: linear-gradient(to bottom, #6a11cb 0%, #2575fc 100%);
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;

}

.content {
  padding-top: 50px;
  width: 100%;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, #ffd1ff 50%);
  min-height: 100vh;
  z-index: 2;
  position: absolute;
  text-align: center;
}
.content-images {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-height: 60vh;
  text-align: center;
}

.text {
  padding: .8rem 0;
  font-size: 2rem;

  background-image: linear-gradient(to bottom, #6a11cb 0%, #2575fc 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.image{
  border-radius: 20px;
}


.navari{
  height: 110vh;
  text-align: center;
}



.blank{
  height: 80rem;
  width: 1px;
}

.ton{
  display: flex;
  text-align: center;
  justify-content: center;
}

.ton img{
  padding: 1rem 0;
  border-radius: 50px;
}


.infotext{
  display: inline;
  padding: 5rem 5rem ;
  font-size: 3rem;
  color: #000;
}








.map{
  background-color: rgb(59, 59, 59);
  padding: 2rem;
  width: 100vw;
  height: 50vh;
}
.foot-in{
  padding: 2rem;
  min-height: 30vh;
  width: 100vw;
  justify-content: space-around;
  
  background-color: rgb(59, 59, 59);
  text-align: left;
  
}
.foot-in div{
  /* padding: 1rem; */
}
.foot-in i{
  color: #fff;
  padding: 0;
  padding-right: 20px;
  
}.foot-in div h5{
  color: #fff;
}


/* cont us*/


.blouse{
  border-radius: 20px;
  width: 380px;
}



@media only screen and (max-width: 877px) {
  .infotext{
    position: absolute;
    padding: 20rem 0;
    text-shadow: 0 0 3px #fff;
  }
  
  .blank{
    height: 150rem;
    width: 1px;
  } 
  .content-images{
    display: block;
  }
  .logo{
    height: 10rem;
    /* transform: translateX(50vw)translateX(-50%); */
  }
  .icon-bar a{
    opacity: .4;
    height: 40px;
    
  }
  
  
}



@media only screen and (max-width: 400px) {
  .blouse{
    width: 90vw;
  }
  .image{
    width: 90vw;
  }
  
}
@media only screen and (min-width: 1077px) {
  .foot-in{
    display: flex;
  }
  .foot-in div{
    width: 40vw;
  }
}

.foot-in h1{
  color: #fff;
}

/* footer*/

.contact-us{
  color: #fff;
}
.inputbox{
  display: flex;
  color: #fff;
  text-transform: capitalize;
  /* margin: 10px; */
  justify-content: space-around;
  /* place-items: center; */
  padding-bottom: 20px;
}
.inputbox input{
  flex: 1;
  transform: translateX(20px);
  border-radius: 999px;
  outline: 0;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  font-size: 20px;
}
.inputbox textarea{
  flex: 1;
  transform: translateX(20px);
  border-radius: 20px;
  outline: 0;
  padding: 20px;
  font-size: 20px;
  resize: none;
}
.inputbox button{
  width: 100px;
  height: 50px;
  border-radius: 999px;
  background-color: #eb2d92;
  font-size: 20px;
  color:  #fff;
}
.inputbox h3{
  /* margin-right: 20px; */
}
.contact-us, .contact{
  padding: 30px
}