
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600;1,700&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

/* global css  */

p {
  font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 30px;
/* or 154% */

/* letter-spacing: 0.1em; */

color: #585757;
}

input, select, textarea{
  color: #ff0000;
}

textarea:focus, input:focus {
  color: #ff0000;
}




.hero {
    /* background: url('./assets2/PNG/Rectangle\ 389.png'); */
    background: #FF725E;
    min-height: 100vh;
    clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 39%);
}

.heading1 {
    font-family: 'Futura';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 60px;
/* or 100% */

letter-spacing: 0.05em;
text-transform: uppercase;
}

.block1 {
    width: 100%;
height: 178.54px;
background: #565656;
}

.block2 {
  width: 258.65px;
height: 42.5px;
background: #FFFFFF;
margin-left: auto;
}

.category {
margin: 0 auto;
margin-top: -170px;
background: #263238;
color: #fff;
}

.circle1 {
  clip-path: circle(50% at 50% 50%);
  width: 300px;
  height: 300px;
  background: #FF725E;
  position: relative;
  z-index: -2;
  /* text-align: center; */
}
.circle2 {
  clip-path: circle(50% at 50% 50%);
  width: 300px;
  height: 300px;
  background: #565656;
  position: relative;
  z-index: -2;
  margin-top: 240px;
}

.block3 {
  width: 40vw;
height: 343.96px;
background: rgba(38, 50, 56, 0.8);
border-radius: 20px 0px 0px 20px;
}
.block4 {
  width: 40vw;
height: 343.96px;
background: rgba(255, 114, 94, 0.8);
border-radius: 20px 0px 0px 20px;
}

.bg1 {
  background: #263238;
}

.bar1 {
  width: 400.54px;
height: 15.31px;


background: #FF725E;
border-radius: 120.822px;
}
.bar2 {
  width: 25%;
height: 12.31px;


background: #FF725E;
border-radius: 120.822px;
}
.bar3 {
  width: 15%;
height: 8.31px;


background: #FF725E;
border-radius: 120.822px;
}


.w-33 {
width: 33%;
}
.w-40 {
width: 40%;
}

.contact {
height: 150vh;
background-image: url('./assets2/PNG/Rectangle\ 439.png');
background-repeat: no-repeat;
background-position: center center;
background-size:cover;

}


.mid-mobile {
  margin-top: -80px;
}

.text1 {
  width: 50%!important;
}
  
.item {
  width: 22px;
}

.myul {
  line-height: 45px;
  font-size: 18px;
}

.mobile3 {
  margin-top: -600px;
}

.thirdParty {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

.showcaseBlock {
  height: 30vh;
  background:#263238;
}

.showcase {
  display: grid;
    grid-template-columns:repeat(4,1fr);
    gap: 20px;
}

.mobile33 {
  margin-top: -200px;
}
  

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {


  .hero {
    /* background: url('./assets2/PNG/Rectangle\ 389.png'); */
    background: #FF725E;
    min-height: 100vh;
    /* clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 39%); */
    clip-path: polygon(0 0, 100% 0, 100% 59%, 0 59%);
}
  .heading1 {


    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    /* or 100% */
    
    letter-spacing: 0.05em;
    text-transform: uppercase;
    }
    
    .mobile {
      margin-top: -330px;
      
    }
    
    .right-mobile {
      float: right;
    }
    
    .category {
    margin: 0 auto;
    margin-top: 0px;
    
    }
    
    .block3 {
      width: 100%;
    
    }
    .block4 {
      width: 100%;
    
    }
    
    .bar1 {
      width: 200.54px;
    
    }

    .img1 {
      position: relative;
      margin-top: -150px;
       z-index: -2;
    }

    .img2 {
      position: relative;
      margin-bottom: -100px;
       z-index: -2;
    }

    /* .............................. */
    .heading1 {
      text-align: center;
      margin-top: -50px;
    }

    .left-mobile {
      margin-top: 50px;
    }
    .right-mobile {
      margin-right: 50px;
    }

    .boy1 {
      margin-left: 40px;
    }

    .small-mobile {
      width: 70%;
      position: relative;
      left: 15%;
      
    }

   .girl1 {
    margin-right: 100px;
   }

   .mid-mobile {
    margin: 30px 0px;
   }
   .text1 {
    width: 75%!important;
  }

  .myul {
    line-height: 45px;
    font-size: 14px;
  }

  .item {
    width: 10px;
  }

  .circle2 {
    /* margin-top: 300px; */
    margin-top: 50px;

  }

  .mobile3 {
    margin-top: -300px;
  }

  .thirdParty {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }

  .thirdParty img {
    width: 50%;
  }
 
  .showcase {
    display: grid;
    grid-template-columns:repeat(2,1fr);
    gap: 20px;
    
    
  }

  .showcaseBlock {
    /* height: 100vh; */
    background:#263238;
  }

  .mobile33 {
    margin-top: 0px;
  }

  .text1 {
    width: 100%!important;
  }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .img1 {
    position: relative;
    margin-top: -200px;
     z-index: -2;
  }

  .img2 {
    position: relative;
    margin-bottom: -400px;
     z-index: -2;
  }

  .category {
    margin: 0 auto;
    margin-top: 0px;
    background: #263238;
    color: #fff;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}




/* carousel  */


/* slider  */

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
      display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
      display: block;
  }
  }
  
  .carousel-inner .carousel-item.active,
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
  display: flex;
  }
  
  
  
  /* medium and up screens */
  @media (min-width: 768px) {
  
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
      transform: translateX(25%);
  }
  
  .carousel-inner .carousel-item-start.active, 
  .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
  }
  }
  
  .carousel-inner .carousel-item-end,
  .carousel-inner .carousel-item-start { 
  transform: translateX(0);
  }
  
  .mytext {
  position: absolute;
  top: 45%;
  left: 45%;
  color: #fff;
  }
  