#home{
   background:rgb(255, 255, 255);
    overflow-y: scroll;
    width: 100%;
    min-height: 100%;
    position: relative;
}
#home::-webkit-scrollbar {
    background: rgb(2, 2, 2);
    width: 0.8rem;
}
#home::-webkit-scrollbar-thumb {
    background: rgb(80, 79, 79);
    border-radius: 5px;
}
.paragraphImg1{
    position: fixed;
    font-weight: bold;
    font-style: italic;
    right: 6%;
    top: 2%;
    color: rgb(50, 44, 36);
    padding: 0 .8rem;
    border-radius: 10px;
    z-index: 1;
    font-size:2.5rem;
}
.paragraphImg2{
  position: fixed;
  font-weight: bold;
  font-style: italic;
  right: 5%;
  top: 90%;
  padding: 0 .5rem;
  border-radius: 10px;
  color: rgb(50, 44, 36);
  background-color:white;
  z-index: 1;
  font-size: 2.5rem;
}
#homeText3{
    display: none;
}
.test{
    width: 49.99%;
    height: 75%;
    background-color: rgb(0, 0, 0);
    padding:5rem;
    text-align: center;
    color: white;
    overflow-y: hidden;
}
.top-stick{
    position: absolute;
    padding-top: 4rem;
    top: -25%;
    left: 0%;
    overflow-y: scroll;
    }
  .first-relative{
    position: relative;
    width: 100%;
    height: 100%;
  }
.welcome{
  position: fixed;
  top: 0%;
  left: 0%;
  height: 25%;
  width:50%;
  color: rgb(18, 17, 17);
  display: grid;
  place-items:center;
  font-size: 2.5rem;
  font-style: italic;
}
.welcome h2 {
  align-self: end;
  margin-bottom: 1rem;
}
.title-items{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 25%;
  width:50%;
  background-image: url('../assets/images/homeDL.jpg');
  background-size: cover;
  background-position: center center;
}
.homeUpRight{
  position: absolute;
  right: 0;
  top: 0;
  height: 75%;
  width:50%;
  z-index: 1;
  background-image: url('../assets/images/homeUpRight.png');
  background-size: cover;
  background-position: center center;
}
.homeUpLeft{
  position: absolute;
  right: 0;
  bottom: -50%;
  height: 75%;
  width:50%;
  z-index: 0;
  background-image: url('../assets/images/homeDownRight.png');
  background-size: cover;
  background-position: center center;
}
.bottom-fix{
position: absolute;
bottom:-25%;
right: 0%;
z-index: 10;
padding-top: 1rem;
padding-bottom: 0rem;
}
#homeText3{
position: absolute;
bottom: 2%;
right: 10%;
left: 10%;
} 

.design{
position: absolute;
z-index: 11;
top: 32%;
bottom: 18%;
right: 10%;
 width: 80%;
 height: 50%;
background-color:transparent;
}
.design-relative {
position: relative;
width: 100%;
height: 100%;
background-color: transparent;
}
#homeAnimate {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
display: grid;
transform: translate(0%, 0%);
overflow: hidden;
place-items: center;
background: transparent;
}
.top-stick::-webkit-scrollbar,
.bottom-fix::-webkit-scrollbar {
 width: 0;
}
.midlle{
position: absolute;
top: -50%;
bottom: -50%;
left: 49.99%;
right: 49.99%;
background-color:rgb(0, 0, 0) ;
}
.test p {
color: white;
text-align: justify;
margin-top: 2rem;
font-size: 1rem;
}
@media  screen and (max-width:1450px) {
.paragraphImg1{
position: fixed;
right: 5%;
top: 3%;
color: rgb(50, 44, 36);
z-index: 1;
font-size:2.5rem;
}
.paragraphImg2{
position: fixed;
right: 5%;
top: 80%;
color: rgb(50, 44, 36);
z-index: 1;
font-size: 2.5rem;
}
}
@media  screen and (max-width:1200px) {
.paragraphImg1{
font-size:2rem;
}
.paragraphImg2{
font-size: 2rem;
}
}
@media  screen and (max-width:1000px) {
.paragraphImg1{
font-size:1.5rem;
}
.paragraphImg2{
font-size: 1.5rem;
}
.welcome h2{
font-size: 2rem;
}
.row-item2 h2{
font-size: 2rem;
}
}
@media screen and (min-width:1030px) {
#mobile{
display: none;
}
}
@media screen and (max-width:1030px) {
#mobile{
display:block;
}
#laptop{
display: none;
}
#home::-webkit-scrollbar {
width: 0;
}
.common{
 width: 100vw;
 height: 100vh;
 }
 .up{
  position: relative;
 }
 .imgUp1{
position: absolute;
top: 0%;
height: 25%;
z-index: 0;
width:100vw;
color: rgb(18, 17, 17);
display: grid;
place-items:center;
font-size: 2.5rem;
font-style: italic;
background: white;
}
.imgUp1 h2{
align-self: end;
margin-bottom: 2rem;
font-size: 2.3rem;
}
.slide1{
position: absolute;
bottom: 0%;
width: 100%;
height: 75%;
z-index: 1;
background: rgb(0, 0, 0);
color: rgb(255, 255, 255);
text-align: justify;
padding: 0rem;
}
.slide1::-webkit-scrollbar{
width: 0%;
}
.slide1 h1{
text-align: center;
margin-bottom: .2rem;
}
.slide1 h3{
text-align: center;
margin-bottom: 1rem;
}
.slide1 p{
font-size: 1.2rem;
background:linear-gradient(transparent, rgba(50, 50, 50, 0.3));
}
.imgUp2{
position: absolute;
bottom: 0;
z-index: 0;
height: 35%;
width:100vw;
background-image: url('../assets/images/homeDL.jpg');
background-size: cover;
background-position: center center;
} 
#downDiv{
position: absolute;
}
.downFirstText{
position: absolute;
top: 0;
height: 30%;
width:100%;
z-index: 1;
background:rgb(0, 0, 0);
color: white;
text-align: justify;
padding: .5rem;
}
.downFirstText p{
font-size: 1rem;
margin-top: 9%;
}
.downImg1{
position: absolute;
bottom: 0;
height: 70%;
width:100%;
z-index: 1;
background-image: url('../assets/images/homeUpRight.png');
background-size: cover;
background-position: center center;
}
.downSecondText{
display: none;
position: absolute;
bottom: 0%;
height: 0%;
width:100%;
z-index: 2;
background:rgb(1, 1, 1);
color: white;
text-align: justify;
padding: .5rem;
}
.downSecondText p{
margin-top: 12%;
font-size: 1rem;
display: none;
}
.downImg2{
position: absolute;
bottom: 0%;
height: 0%;
width:100%;
z-index: 2;
background-image: url('../assets/images/homeDownRight.png');
background-size: cover; 
background-position: center center;
}
.paragraphImg1-2{
position: absolute;
font-weight: bold;
font-style: italic;
right: 3%;
top: 10%;
color: rgb(50, 44, 36);
z-index: 1;
font-size:2.5rem;
}
.paragraphImg2-2{
display: none;
position: absolute;
font-weight: bold;
font-style: italic;
right: 3%;
top: 3%;
padding: 0 .5rem;
border-radius: 10px;
color: rgb(50, 44, 36);
background-color:white;
z-index: 3;
font-size: 2rem;
}
}
@keyframes downSliderText {
0%{height: 0%; bottom: 0%;}
100%{height: 30%;bottom: 70%;}
}
@keyframes downSliderImg{
0%{height: 0%;}
100%{height: 70%;}
}  
@keyframes downSliderTextRev {
0%{height: 30%; bottom: 70%;}
100%{height: 0%;bottom: 0%;}
}
@keyframes downSliderImgRev{
0%{height: 70%;}
100%{height: 0%;}
}  
.animate-text{
animation: downSliderText .7s linear  forwards;
}
.animate-img{
animation: downSliderImg .7s linear  forwards;
}
.animate-text-rev{
animation: downSliderTextRev .7s linear   forwards;
}
.animate-img-rev{
animation: downSliderImgRev 7.s linear   forwards;
}
@media screen and (max-width:852px){
  .downSecondText p {
    margin-top: 15%;
  }
}
@media screen and (max-width:700px) {
.slide1 p{
font-size: 1.04rem;
}
.downSecondText p {
  margin-top: 17%;
}
}
@media  screen and (max-width:610px) {
  .downSecondText p {
    margin-top: 19%;
  }
}
@media screen and (max-width:550px) {
.slide1 p{
font-size: 1rem;
}
.downSecondText,
.downFirstText{
padding: .2rem;
}
}
@media screen  and (max-width:500px) {
.slide1 p{
font-size: 0.92rem;
}
}
@media screen and (max-width:440px) {
.slide1 p{
font-size: 0.89rem;
}
.paragraphImg1-2{
font-size:2rem;
}
.paragraphImg2-2{
font-size: 1.5rem;
}
}
@media screen and (max-width:400px){
.downFirstText p{
 margin-top: 5%;
}
.downSecondText p{
margin-top: 25%;
display: none;
}
}
@media  screen and (max-width:350px) {
.downSecondText p{
font-size:.9rem ;
margin-top: 28%;
}
}
@media  screen and (max-height:350px) {
.slide1 p{
font-size: .9rem;
background-color: rgba(156, 149, 149, 0.3);
}
}














