html, body {
  font-family: 'Gilroy-Regular', sans-serif;
  height: 100%;
  scroll-behavior: smooth;
}
body{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  overflow: auto;
  position: relative;
  scroll-behavior: smooth;
}
header,
footer,
section,
main {
  overflow: auto;
}
body p {
  line-height: 25px;
}
.open2{
  overflow-y: hidden;
}
section::-webkit-scrollbar{
  display: none;
}
a{
  text-decoration: none;
}

/*Header Styles*/
header {
  background: rgba(28, 28, 34, 1);
  color: rgba(255, 255, 255, 1);
  padding: 20px 40px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500;
}
.imgH{
  cursor: pointer;
}
.nav {
  display: none;
}
.wait{
  display: none;
}
.nav ul {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  gap: 1.2em;
  width: 100%;
  font-size: 15px;
  white-space: nowrap;
  cursor: pointer;
}
.nav li {
  list-style: none;
}
.nav li:hover{
  color: rgba(249, 207, 0, 1);
}
.button1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: .8em 1.5em;
  background: rgba(28, 28, 34, 1);
  color: rgba(249, 207, 0, 1);
  border: 1px solid rgba(249, 207, 0, 1);
  margin-right: 20px;
  cursor: pointer;
}
.button1:hover{
  background-color: rgba(249, 207, 0, 1);
  color: black;
}
.button{
  border: none;
  background-color: rgba(249, 207, 0, 1);
  padding: 1em 2.5em;
  cursor: pointer;
}
.button:hover {
  background-color: rgba(28, 28, 34, 1);
  border: 1px solid rgba(249, 207, 0, 1);
  color: rgba(249, 207, 0, 1);
}
#hamburgerBtn {
  margin: auto 0;
  cursor: pointer;
  position: relative;
}
#hamburgerBtn div{
  width: 30px;
  height: 3px;
  background-color: rgba(249, 207, 0, 1);
  margin: 6px 0px;
  transition: 0.4s;
}
.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}
.open .bar2 {
  opacity: 0;
}
.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}
.arrow{
  font-size: larger;
}

/*Nav Styles*/
nav {
  background-color: rgba(28, 28, 34, 1);
  margin-top: 0;
  overflow-y: hidden;
  height: 0;
  position: fixed;
  z-index: 3;
  top: 1em;
  width: 100%;
}
nav li {
  list-style: none;
  padding: 15px 0;
  cursor: pointer;
}
nav li:hover{
  color: darkorange;
}
.sideMenu {
  background-color: rgba(28, 28, 34, 1);
  padding-left: 0;
  padding-top: 5px;
  font-size: 30px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: .01px rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3em;
}
.open1 {
  height: 100vh;
  transition: 1s;
}
.button3{
  border: none;
  background-color: rgba(249, 207, 0, 1);
  padding: 1em 3.5em;
  font-size: 15px;
}
.button3:hover{
  background-color: rgba(28, 28, 34, 1);
  border: 1px solid rgba(249, 207, 0, 1);
  color: rgba(249, 207, 0, 1);
}
.button4:hover{
  background-color: rgba(249, 207, 0, 1);
  color: black;
}
.button4{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 1em 2.5em;
  background: rgba(28, 28, 34, 1);
  color: rgba(249, 207, 0, 1);
  border: 1px solid rgba(249, 207, 0, 1);
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 15px;
}


/*Main Styles*/
main {
  margin-top: 5em;
}

button {
  transition: all 0.35s ease-in-out;
}

/*Section 1 Styles*/
.section1 {
  background-color: rgba(28, 28, 34, 1);
  margin-bottom: 1.5em;
  color: rgba(255, 255, 255, 1);
  padding: 2em 40px;
  padding-bottom: 0;
}
.section1 hr{
  background: rgba(114, 114, 114, 1);
  margin: 30px 0;
}
.section1 p{
  font-size: small;
  padding: 0;
  line-height: normal;
  padding-bottom: 30px;
}
.section1 h1{
  font-size: 30px;
  padding: 0;
}
.span{
  color: rgba(249, 207, 0, 1);
}
.button5{
  border: none;
  background-color: rgba(249, 207, 0, 1);
  padding: 1em 2.5em;
  cursor: pointer;
  max-height: 40px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button5:hover {
  background-color: rgba(28, 28, 34, 1);
  border: 1px solid rgba(249, 207, 0, 1);
  color: rgba(249, 207, 0, 1);
}

.card02 {
  display: grid;
  /* align-items: center; */
  grid: min-content / 1fr 1fr;
  gap: 1em;
  margin-bottom: 25px;
}

.card02 img {
  height: 35px;
}

.sent{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.firr{
  margin-top: 1rem;
}
@media (max-width:1380px) {
  .firr{
    margin-top:0;
  }
}
@media (max-width:450px) {
  .firr{
    margin-top:1rem;
  }
}

/*Section 2 Styles*/
.section2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  padding: 20px 40px;
}
.why{
  position: relative;
  padding: 20px 40px;
  background: rgba(248, 248, 254, 1);
}
.one{
 width: 100%; 
}
.two{
  width: 60%;
  position: absolute;
  top: 40%;
  right: -30px;
}
.section2 h1{
  margin-bottom: 20px;
  font-size: 30px;
  font-family: 'Gilroy-Bold', sans-serif;
}
.section2 p{font-size: small;}
.section2 h4{
  font-weight: 800; 
  font-family: 'Gilroy-Medium', sans-serif;
  margin: 0;
}
.card {
  display: grid;
  grid-auto-flow: column;
  gap: 1em;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  border-radius: 10px;
  border: 1px solid #EDEDED;
  margin-bottom: 15px;
  height: min-content;
  padding: 20px 10px;
  background: #FFFFFF;
} 
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.cardBorder{
  border: 1px solid #1C1C22
}
.cardHide{
  display: none;
}


/*Section 3 Styles*/
.section3 {
  margin: 3em 0px;
  padding: 20px 40px;
  display: grid;
  justify-items: center;
  border-radius: 15px;
  background: rgba(28, 28, 34, 1);
  color: rgba(255, 255, 255, 1);
}
.section3 p{
  font-size: small;
  color: #b0a7a7;
}
.section3 h1{
  margin-bottom: 20px;
  font-size: 30px;
  font-family: 'Gilroy-Bold', sans-serif;
}
.arrows{
  display: grid;
  grid-auto-flow: column;
  grid: min-content / 1fr 4fr;
  padding: 40px 20px;
  align-items: start;
  gap: .5em;
  border-radius: 15px;
  background: rgba(35, 35, 41, 1);
  margin-bottom: 30px;
}
.arrows h3{
  padding: 0;
  margin: 0;
}
.shift{
  margin-top: -15px;
}


/*Section 4 Styles*/
.section4 {
  margin-bottom: 20px;
  margin: 20px 40px;
}
.section4 h1{
  font-size: 30px;
  font-family: 'Gilroy-Bold', sans-serif;
}
.section4 p{
  color: rgb(105, 102, 102);
}
.button6{
  border: none;
  background-color: rgba(249, 207, 0, 1);
  margin-top: 1em;
  padding: 1em 3.0em;
  font-size: 16px; 
  cursor: pointer;
}
.button6:hover{
  background-color: rgba(249, 207, 0, .7);
  border: 1px solid rgba(35, 35, 41, 1);
}


/*Section 5 Styles*/
/* .section5{
  margin: 20px 40px;
  overflow-x: auto;
  position: relative;
}
.stick{
  font-size: 20px;
  font-family: 'Gilroy-Bold', sans-serif;
  text-align: center;
}
.second{
  background: #FFFFFF;
  border: 1px solid #d2d3da;
  box-sizing: border-box;
  box-shadow: 0px 5px 14px rgba(8, 15, 52, 0.04);
  border-radius: 20px;
  margin-bottom: 20px;
  width: 500px;
  height: 355px;
  margin-right: 30px;
  padding: 30px;
  flex: 0 0 auto;
}
.third{
  display: grid;
  grid-auto-flow: column;
  grid: min-content / 1fr 1fr 2fr;
  gap: .1em;
  white-space: nowrap;
  align-items: center;
}
.third h4, .third p{
  margin: 0;
  padding: 0;
}
.first{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.left{
  display: none;
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  top: 48%;
  cursor: pointer;
}
.right{
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
}
.scroll{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  transition: 0.5s all ease-out;
}
.scroll::-webkit-scrollbar{
  display: none;
} */


/*Section 6 Styles*/
.section6{
  padding: 20px 40px;
  background: #F8F8F8;
}
.section6::-webkit-scrollbar{
  display: none;
}
.section6 h1{
  font-size: 30px;
  font-family: 'Gilroy-Bold', sans-serif;
}
.section6 input{
  display: block;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #1C1C22;
  width: 80%;
  padding: 15px;
  font-size: 16px;
}
.button7{
  display: grid;
  grid-auto-flow: column;
  gap: .5em;
  border: none;
  background-color: rgba(249, 207, 0, 1);
  margin-top: 1em;
  padding: 1em 2em;
  font-size: 16px; 
  cursor: pointer;
}
.button7:hover{
  background-color: rgba(249, 207, 0, .7);
  border: 1px solid rgba(35, 35, 41, 1);
}
.section6 textarea{
  border-radius: 8px;
  border: 1px solid #1C1C22;
  padding: 20px;
  font-size: 16px;
  width: 80%;
}
.section6 img{
  width: 100%;
}

/*Section 7 Styles*/
.section7{
  background: #F8F8F8;
  padding-top: 60px;
  display: grid;
}
.yellow{
  background: rgba(249, 207, 0, 1);
  padding: 0px 40px;
  display: grid;
  gap: 1em;
  grid-auto-flow: column;
  align-items: center;
  grid: min-content / 1fr 1fr;
  border-radius: 0 30px 0 0;
}
.yellow img{
  margin-top: -60px;
  align-self: end;
}
.black{
  background: rgba(28, 28, 34, 1);
  padding: 00px 40px;
  display: grid;
  gap: 1em;
  grid-auto-flow: column;
  align-items: center;
  grid: min-content / 1fr 1fr;
  border-radius: 30px 0 0 0;
  color: rgba(255, 255, 255, 1);
}
.black h1{
  text-align: end;
}
.blackl{
  display: grid;
  justify-content: end;
}
.black img{
  align-self: start;
}
.click2{
  border: none;
  background-color: rgba(249, 207, 0, 1);
  padding: .5em 2em;
  white-space: nowrap;
  margin-left: 30px;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.click2:hover{
  background-color: black;
  color: rgba(249, 207, 0, 1);
  border: 1px solid rgba(249, 207, 0, 1);
}
.click1{
  border: none;
  background-color: rgba(28, 28, 34, 1);
  padding: .5em 2em;
  white-space: nowrap;
  color: rgba(249, 207, 0, 1);
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.click1:hover{
  border: 1px solid black;
  background-color: rgba(249, 207, 0, 1);
  color: black;
}


/*Footer Styles*/
footer{
  background: rgba(233, 233, 233, 1);
  padding: 30px 40px;
}
footer li{
  list-style: none;
  padding-bottom: 10px;
  font-size: 13px;
}
footer a{
  text-decoration: none;
  color: #1C1C22;
  font-size: 13px;
}
footer li:nth-child(1){
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: bolder;
  font-size: 16px;
}
.fa{
  padding-top: 20px;
}
.fa img{
  border-radius: 50%;
  background-color: rgba(196, 196, 196, 1);
  padding: 8px;
  margin-right: 1em;
}
.fa img:hover{
  background-color: rgb(116, 114, 114);
}
.firstList{
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  padding-left: 0;
  justify-content: space-evenly;
}
.foot{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
.bit{
  display: flex;
  justify-items: center;
  align-items: center;
  gap: .5em;
}
.bottomz hr{
  margin-bottom: 30px;
}
.small{
  text-align: center;
  padding-bottom: 40px;
}

.link {
  color: black !important;
  text-decoration: underline;
}

/*Animation*/
.mask img{transform-origin: left; object-fit: cover;}
.mask{visibility: hidden; overflow: hidden;}

