@import url("https://fonts.googleapis.com/css?family=Raleway");
body {
  margin: 100;
  padding: 100;
  
  font-family: "Raleway", sans-serif;
}


h1 {
  color: #00d08b;
  font-weight: 700;
}
section{  
  border:1px solid pink;  
  padding:15px;  
  margin:10px;  
  }  

  .flex-container{
    position: absolute;
    height: 50vh;
    width: 100%;
    display:inline-grid;
    grid-column-start: auto;
    grid-column-end:auto ;
    grid-row-start:  auto;
    grid: row end 765px;
    grid-template-columns: repeat(5, 1fr);
   

    column-gap: 10px;
  row-gap: 10px;

  }










/* .flex-container { 
  position: absolute;
  height: 50vh;
  width: 100%;
  display: grid;
  grid-column: 5;
  grid-row: 9;

  
  order: 9;
  align-content:  stretch;
    flex-grow: 10;
  flex-basis:  auto; 
  gap: 5px;
  gap: 5px 5px; 
  row-gap: 5px;
  column-gap: 15px;
  
  
}
/* Safari */


@media screen and (max-width: 768px) {
  .flex-container {
    flex-direction:column-reverse;
  }
}

.flex-title {
  color: #000;
  position: relative;
  font-size: 2.5vw;
  padding-top: 22px;
  margin: 25px;;
  text-align: center;
  transform: rotate(-90deg);
  top: 15%;
  transition: all 900ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 768px) {
  .flex-title {
    transform: rotate(-90deg) !important;
  }
}

.flex-about {
  opacity: 0;
  color: #000;
  position: relative;
  width: 100%;
  height: fit-content;
  font-size: 1vw;
  padding: 2%;
  top: 2%;
  border: 2px solid #000;
  border-radius: 10px;
  line-height: 1.3;
  margin: auto;
  text-align: left;
  transform: rotate(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 768px) {
  .flex-about {
    padding: 0%;
    border: 0px solid #000;
  }
}

.flex-slide {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 768px) {
  .flex-slide {
    overflow: auto;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  .flex-slide p {
    font-size: 1em;
  }
}

@media screen and (max-width: 768px) {
  .flex-slide ul li {
    font-size: 1em;
  }
}

.flex-slide:hover {
  -webkit-flex-grow: 3;
  flex-grow: 3;
}




.home {
  height: 100%;
  padding: 5%;
  top: 20%;
  background: linear-gradient(rgba(118, 243, 233, 0.5), rgba(212, 165, 252, 0.5));
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media screen and (min-width: 500px) {
  .home {
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
}

@keyframes aboutFlexSlide {
  0% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  50% {
    -webkit-flex-grow: 3;
    flex-grow: 3;
  }
  100% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 500px) {
  .flex-title-home {
    transform: rotate(-90deg);
    top: 15%;
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
}

@keyframes homeFlextitle {
  0% {
    transform: rotate(90deg);
    top: 15%;
  }
  50% {
    transform: rotate(0deg);
    top: 15%;
  }
  100% {
    transform: rotate(90deg);
    top: 15%;
  }
}
.flex-about-home {
  opacity: 0;
}
@media screen and (min-width: 500px) {
  .flex-about-home {
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
}

@keyframes flexAboutHome {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.about {
  background: linear-gradient(rgba(180, 164, 252, 0.5), rgba(230, 238, 124, 0.5));
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}


.contact {
  background: linear-gradient(rgba(208, 247, 176, 0.5), rgba(243, 160, 160, 0.5));
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.work {
  background: linear-gradient(rgba(240, 139, 231, 0.5), rgba(157, 240, 184, 0.5));
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.Raj {
  background: linear-gradient(rgba(188, 136, 223, 0.5), rgba(242, 250, 136, 0.5));
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.Ram {
  background: linear-gradient(rgba(248, 190, 219, 0.5), rgba(222, 178, 243, 0.5));
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.mukund {
  background: linear-gradient(rgba(248, 190, 219, 0.5), rgba(222, 178, 243, 0.5));
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.darshan {
  background: linear-gradient(rgba(248, 190, 219, 0.5), rgba(222, 178, 243, 0.5));
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.yogesh {
  background: linear-gradient(rgba(248, 190, 219, 0.5), rgba(222, 178, 243, 0.5));
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.vishnu {
  background: linear-gradient(rgba(248, 190, 219, 0.5), rgba(222, 178, 243, 0.5));
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.ramesh {
  background: linear-gradient(rgba(248, 190, 219, 0.5), rgba(222, 178, 243, 0.5));
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}



/* ------------------------------------------------------------------ */




/* ------------------------------------------- */


.product__info {
	padding: 0.8em 0;
}


	

.buy--btn {
	padding: 1.5em 3.1em;
	border: none;
	border-radius: 7px;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 1.3px;
	color: rgb(0, 0, 0);
  background: linear-gradient(#ff08b53b, rgba(172, 211, 248, 0.5)) ;
	box-shadow: 2px 2px 25px -7px ;
	cursor: pointer;
}
	:active {
		transform: scale(0.97);
	}



/* ---------------------------------------------------------- */


