body{
    /* background-color: #EBC999 !important; */
     background-size: 100% 100%;
     background-repeat: no-repeat;
     /* color:  hsl(198 100 43) !important; */
     color: #5f2c3e !important;
 }
.wave {
    animation-name: wave-animation;  /* Refers to the name of your @keyframes element below */
    animation-duration: 2.5s;        /* Change to speed up or slow down */
    animation-iteration-count: infinite;  /* Never stop waving :) */
    transform-origin: 70% 70%;       /* Pivot around the bottom-left palm */
    display: inline-block;
  }
  
  @keyframes wave-animation {
      0% { transform: rotate( 0.0deg) }
     10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
     20% { transform: rotate(-8.0deg) }
     30% { transform: rotate(14.0deg) }
     40% { transform: rotate(-4.0deg) }
     50% { transform: rotate(10.0deg) }
     60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
    100% { transform: rotate( 0.0deg) }
  }
  
  
  .hello h1,p{
    text-align: center;
  }
  .hello p{
    line-height: 30px;
  }
  .high{
    /* background-color: #242424; */
    background: linear-gradient(#000000ec,#000000ca), url(ppp.jpg);
    /* background-color: grey; */
    height: auto !important;
    border-radius: 12px;
    background-attachment: fixed;
    background-size: cover;
    margin: 10px 5px auto;
  }
  .high h1,h6{
    text-align: center;
    color: white;
  }
  .high h1{
    padding-top: 80px;
  }
  .high h6{
    letter-spacing: 3px;
    padding-top: 5px;
  }
.high2{
    /* border: 1px solid red; */
    height: auto !important;
}  
.high3{
    /* border: 1px solid white; */
    color: white;
}
.hg4{
    border: 1px solid white;
    height: 100px;
    width: 100px;
    border-radius: 50px;
  margin-left: 160px;
}
.high3 img{
/* border: 1px solid red; */
height: 80px;
padding-top: 20px;
padding-left: 19px;
/* padding: 10px; */
}
.high3 h2{
    margin-left: 47px ;
    margin-top: 10px;
    /* font-size: 25px; */
}
.high3 p{
    font-size: 16px;
    margin-left: 50px ;
    color: white !important;
}
.value img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.valve h2{
    margin-top: 120px;
}

/*hover*/
*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font: calibri;
    --size-pri: 1px;
    --size-sec: 100px;
    --main-clr: rgb(220 38 38);
    --sec-clr: rgb(69 10 10);;
    /* --twitter-clr: #1D9BF0; */
    --twitter-clr: #5f2c3e;
    --twitter-dark-clr: rgb(30 64 175);;
    --white:#fff;
}

.main {
    display: grid;
    grid-template-columns: repeat(1 1fr);
    /* place-items: center; */
    /* border: 1px solid red; */
    /* height: 100vh; */
    width: 200px;
}

body {
    background-color: rgb(226 232 240);
}

.shape {
    display: inline-block;
    font-family: var(--font);
    position: relative;
    text-align: center;
    letter-spacing: 3px;
    text-decoration: none;
    line-height: 50px;
    opacity: 1;
    text-transform: uppercase;
}
.shape::after {
    opacity: 0;
    width: 100%;
    color:var(--white);
    display: block;
    transition: 0.5s;
    position: absolute;
    background: var(--main-clr);
    border-radius: 100px;
    top: 0;
    left: 0;
    content: attr(data-ocxigin);
    transform: translateX(-50%) rotateY(180deg);
    box-shadow: 0 1px 2px 10px rgb(0 0 0 / 0.05);
}
.shape::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-brands);
    content: "\2192";
    color: var(--white);
    display: block;
    border-radius: 100px;
    padding: 0 3rem;
    line-height: 50px;
    font-size: 43px;
    transition: 500ms ease;
    position: relative;
    top: 0;
    left: 0;
    background: var(--twitter-clr);
    transform: translateX(0) rotateY(0);
    box-shadow: 0 1px 2px 10px rgb(0 0 0 / 0.05);
    opacity: 1;
}

.shape:hover::before {
    opacity: 0;
    transform: translateX(50%) rotateY(360deg);
}

.shape:hover::after {
    opacity: 1;
    transform: rotateY(0) translateX(0);
}

.shape:active {
    transform: translateY(4px);
}
.me{
  /* border: 1px solid red; */
  height: 300px;
}
.me1{
  background-image: url(t1.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
}
.me2{
  background-image: url(t2.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
}
.me3{
  background-image: url(t3.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
}
.me4{
  background-image: url(t4.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
}
.me h3,h6{
  text-align: center !important;
  margin-top: 15px;
  color: #5f2c3e !important;
  letter-spacing: 2px;
}
.bd{
  /* border: 1px solid red; */
  height: 70px;
  margin-top: 100px;
}
.bd1{
  background-image: url(d1.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
  border: 1px solid #5f2c3e;
  border-radius: 12px;
}
.bd1:hover{
  background-image: url(ppp.jpg);
}

.bd2{
  background-image: url(d2.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
  border: 1px solid #5f2c3e;
  border-radius: 12px;
}
.bd2:hover{
  background-image: url(ppp.jpg);
}

.bd3{
  background-image: url(d3.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
  border: 1px solid #5f2c3e;
  border-radius: 12px;
}
.bd3:hover{
  background-image: url(ppp.jpg);
}

.bd4{
  background-image: url(d4.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
  border: 1px solid #5f2c3e;
  border-radius: 12px;
}
.bd4:hover{
  background-image: url(ppp.jpg);
}

.bd5{
  background-image: url(d5.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
  border: 1px solid #5f2c3e;
  border-radius: 12px;
}
.bd5:hover{
  background-image: url(ppp.jpg);
}

.bd6{
  background-image: url(d6.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
  border: 1px solid #5f2c3e;
  border-radius: 12px;
}
.bd6:hover{
  background-image: url(ppp.jpg);
}

/*counter*/

.c1{
  padding-top: 15px;
}
.c1 h2{
  text-align: right;
  font-size: 70px;
}
.c11 p{
  text-align: left !important;
}
.c11 {
  text-align: left;

  padding-top: 25px;
  margin-left: -20px;
}
/*end*/

*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bottom{
  /* background: linear-gradient(#000000ec,#000000ca), url(ppp.jpg); */
  /* background: grey; */
  /* background-color: grey; */
  background: linear-gradient(#00000013,#0000009f),url(hitss.jpg);
  height: auto !important;
  background-attachment: fixed;
  background-size: cover;
  margin: 10px 5px auto;
}
.ii{
 
  gap: 30px; 
align-items: center !important;
text-align: center !important;
}
.bottom i{
font-size: 20px;

border: 1px solid red;
padding: 10px;
border-radius: 25px;
height: 45px;
width: 45px;

border: 1px solid grey;
}




.bottom{
  color: black !important;
}
.bottom img{
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
  height: 90px;
  margin-left: 100px;
}
.bottom p{
  justify-content: space-evenly !important;
  text-align: left !important;
  margin-left: 20px;
  color: black !important;
}
.bt{

  padding-top: 40px;
}
.bt h6{
line-height: 40px;
}
.bt-1 h6{
  line-height: 20px;
  margin-top: 15px;
}

.i1{
  background-color: transparent;
  border: 2px solid grey;
  border-radius: 25px;
  height: 40px;
  /* gap: 10px; */
 display: inline;
  margin: 3px;
}
.i1::placeholder{
  color: black !important;
  text-align: center;
}
.bt-1 button{
  background-color: #b37f2b;
  color: white;
 outline: none;
 border: 0;
 display: inline;

  border-radius: 25px;
  height: 40px;
  width: 115px;
}
.form-check{
  margin-top: 25px;
}
.bottom h6{
  color: black !important;
  text-align: left !important;
  /* float: left !important; */
}