body
{
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}

*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
nav 
{
background-image: url('orangepicwaLL.jpg');
background-position: center;
width: 100%;
height: 80px;
}

nav ul
{
    float: right;
    list-style-type: none;
    margin-top: 10px;
    min-height: 10px;
    margin-right: 60px;
    font-size: 16px;
    
    
}
nav ul li
{
    display: inline-block;
    list-style: none;
    justify-content: space-between;
    
}
 nav ul li a
{
  text-decoration: none;
  color: #ffffff;  
  font-size: 20px;
  text-transform: capitalize;
  text-decoration: none;
    font-weight: 400;
    color: black;
    display: block;
    transition: all 0.3s ease;
    justify-content: space-between;

}
nav  .btn
{
    border: 1px solid grey;
    color: black;
    padding: 1.1rem 1.2rem;
    margin-top:0.5rem;
    text-decoration: none;
    display: inline-block;
    justify-content: space-evenly;
    border-radius: 25px;
    border:hidden
}
nav ul li a:hover
{
    color: #ffffff;
    padding-right: 8px;
}
.container
{
    max-width: 1170px;  
    margin: auto;
}
.row
{
    display: flex;
    flex-wrap: wrap;
}
ul
{
    list-style: none;
}
.img{
    width: 300px;
    height: 250px;
}
.slide
{
    margin-top: 13%;
}

#carousel {
  position: relative;
  height: 300px;
  top: 30%;
  transform: translateY(-50%);
  overflow: hidden;
}
#carousel div {
  position: absolute;
  transition: transform 400ms, left 400ms, opacity 400ms, z-index 0s;
  opacity: 1;
}
#carousel div img {
  width: 400px;
  transition: width 400ms;
   -webkit-user-drag: none;
   box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
   border-radius: 10px;
}
#carousel div.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideLeft img {
  width: 200px;
}
#carousel div.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideRight img {
  width: 200px;
}
#carousel div.prev {
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
}
#carousel img:hover {
  cursor: pointer;
}
#carousel div.prev img {
  width: 300px;
}
#carousel div.prevLeftSecond {
  z-index: 4;
  left: 15%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.prevLeftSecond img {
  width: 200px;
}
#carousel div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}
#carousel div.next {
  z-index: 5;
  left: 70%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.next img {
  width: 300px;
}
#carousel div.nextRightSecond {
  z-index: 4;
  left: 85%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.nextRightSecond img {
  width: 200px;
}

/*previous or next buttons css*/

.buttons {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
}

.button-82-pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 2px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-82-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-radius: 10px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

.button-82-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    to left,
    hsl(24, 100%, 16%) 0%,
    hsl(22, 100%, 32%) 8%,
    hsl(27, 100%, 32%) 92%,
    hsl(340deg 100% 16%) 100%
  );
}

.button-82-front {
  display: block;
  position: relative;
  padding: 10px 5px;
  border-radius: 12px;
  font-size: 1.1rem;
  align-items: right;
  color: white;
  background: rgb(240, 76, 0);
  will-change: transform;
  transform: translateY(-4px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
  .button-82-front {
    font-size: 1.25rem;
    padding: 12px 42px;
  }
}

.button-82-pushable:hover {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}

.button-82-pushable:hover .button-82-front {
  transform: translateY(-6px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
  transform: translateY(4px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible)
{
  outline: none;
}

.block1
{
  background-color: #bbbbbb;
  height: 90px;
  width: 200px;
  border: 5px solid #bbb;
  border-radius: 12px;
  text-align: center;
  text-size-adjust: 25px;
  font-size: larger;
  float: left;
  margin: 10px;
 
}
.curvewave
{
  
  color: black;
  
}
.block#text1
{
  
}
.block#text2
{
  justify-items: right;
}
.curvewave .block2
{
  background-color: #bbbbbb;
  height: 90px;
  width: 200px;
  border: 5px solid #bbb;
  border-radius: 12px;
  text-align: center;
  text-size-adjust: 25px;
  font-size: larger;
  float: left;
  margin: 10px;
}
.block#text3
{
  
 
  
  
}
.block#text4
{
  
  
}

.curvewave.block::before
{
content: "";
position: absolute;
top: 0;
left: 0;
width: 200%;
height: 98px;
background: orangered;
transform: scaleY(0);
transform-origin: top;
transition: transform 0.5s;
}
.curvewave.block:hover::before
{
transform: scaleY(1);
transform-origin: bottom;
transition: transform 0.5s;
}
table, th, td
{
width: 1300px;
margin-bottom: 50px;
}
td{
  height: 150px;
}
.points h1
{
width: 200px;
max-width: 800;
}
.points ul li h4
{
  color: orangered;
}
.points ul
{
min-width: 200px;
display: inline-block;
text-transform: uppercase;
}
.details 
{
  
  width: 300px;
max-width: 700;
text-transform: capitalize;
}
.para
{
  width:800px;
  background: orangered;
  padding: 15px;
  margin: 0 auto;
  box-sizing: 0 0 10px rgba(0,0,0,0.5);
  box-shadow: 5em;
}
.para h2
{
  margin: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.para p
{
  line-height: 1.4;
  text-align: justify;
}
.footer
{
    background-color: black;
    color: gray;
    height: 400px;
    padding: 45px 0;
}
.footer-col
{
  width: 25%;
  padding: 0 15px ;
}
.footer-col h4
{
    font-size: 25px;
    font-style: italic;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
}
  .footer-col h4::before
  {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e91ee9;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
  }
     .footer-col ul li:not(:last-child)
     {
        margin-bottom: 10px;
}
.footer-col ul li a
{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover
{
    color: #ffffff;
    padding-left: 8px;
}
   .footer-col .social-Link a 
   {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(10, 1, 1, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
   }
   .footer-col .social-Link a:hover
   {
    color: #24262b;
    background-color: #ffffff ;
   }
  /*responsive*/
  @media(max-width: 767px)  
  {
    .footer-col
    {
        width: 50%;
        margin-bottom: 30px;
    }
  }
@media(max-width: 574px) 
{
   .footer-col
   {
    width: 100%;
   } 
}
