@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&display=swap');
:root {
  background-color: #161b22;
  color: white;
  margin: 0;
  padding: 0;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Fredoka One", cursive;
  /* font-family: 'Montserrat', sans-serif; */
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  width: 2px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #F0B74F; 
  width: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #008080a4; 
}
body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: white;
}
p {
  font-size: 16px;
}
.navbar {
  /* position: fixed;
  width: 100%; */
  z-index: 2;
  background: linear-gradient(120deg, #1c242f, #1c242f10);
  padding: 1rem 0;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main {
  padding: 1rem 0px;
}
h1 {
  font-size: 72px;
  padding: 0;
  margin: 0;
  line-height: 120%;
}
.header {
  padding-top: 80px;
  animation: gradAnim ease-in-out 1500ms infinite;
  /* border-radius: 32px; */
  position: relative;
  background: linear-gradient(60deg, #00fff223, #ffe60011, #d400ff0e);
}

.header-txt p {
  font-size: 20px;
}

.header-div {
  position: relative;
  background: linear-gradient(120deg, #ffffff23, #ffffff1e);
  box-shadow: 0 8px 32px 0 rgba(8, 10, 34, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  /* border-radius: 32px; */
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 192px;
}
.header-txt {
  max-width: 600px;
}
.grad-title {
  background: -webkit-linear-gradient(#f0b74f, #fff2db);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-img {
  border-radius: 1rem;
  max-width: 350px;
  width: 100%;
}
.header-img-div {
  padding: 1rem 0.5rem 0.8rem 0.5rem;
  position: relative;
  max-width: 350px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.header-txt p {
  margin: 1.5rem 0;
}
.action {
  outline: none;
  padding: 0.6rem 1rem;
  transition: all 0.3s;
  cursor: pointer;
  margin: 1rem 0;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Fredoka One", cursive;
  border-radius: 5px;
  border: none;
  color: black;
  font-size: 18px;
}
.action:hover {
  transform: translateY(-10px);
  box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.adv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.adv .grad-title {
  font-size: 48px;
}

.img-border {
  background: linear-gradient(120deg, #f2bc5b, #f3bf65b6, #ffffff);
  border-radius: 1rem;
  padding: 1rem 0.5rem 0.8rem 0.5rem;
  position: relative;
  max-width: 350px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.icon-back {
  height: 120px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 15px;
  margin: 2rem 0;
}
.adv {
  margin: 8rem 0rem;
}
.adv-items {
  margin: 3rem 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.adv-item {
  width: 250px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.adv-item h3 {
  padding: 0;
  margin: 0;
  font-size: 24px;
}
.adv-item p {
  margin: 5px;
  width: 200px;
  text-align: center;
}

.info {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  padding: 6rem 0;
  margin: 4rem 0;
  /* background: rgba( 255, 255, 255, 0.05 );
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px ); */
  /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
}
.info h2 {
  font-size: 38px;
  margin: 0;
}

.info-img-div {
  height: 505px;
  transform: rotate(16deg);
  border-radius: 1rem;
  padding: 0.2rem 0.2rem 0rem 0.2rem;
  position: relative;
  max-width: 300px;
  background: -webkit-linear-gradient(#f0b74f, #fff2db);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.info-img {
  height: 500px;
  width: auto;
  border-radius: 1rem;
  max-width: 300px;
}
.rev {
  flex-direction: row-reverse;
}
.rev .info-img-div {
  transform: rotate(-16deg);
}
.down-info {
  margin: 0;
  margin-top: 16rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.down-img-div {
  border-radius: 1rem;
  padding: 0.3rem 0.3rem 0rem 0.3rem;
  position: relative;
  width: 85%;
  max-width: 1400px;
  background: -webkit-linear-gradient(#f0b84fab, #fff2db00);
  /* box-shadow: 0 -8px 5px 5px rgba(0, 0, 0, 0.1); */
  position: relative;
}
.down-txt {
  z-index: 2;
  margin-top: -4rem;
}
.down-img {
  border-radius: 1rem;
  width: 100%;
}
.down-img-back {
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  background: linear-gradient(#161b2200, #161b22);
  width: 100%;
  height: 100%;
}
.down-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
}
.down-txt h2 {
  font-size: 38px;
  margin: 15px;
  text-align: center;
}
.down-txt p {
  max-width: 400px;
  text-align: center;
  margin: 0;
  text-align: center;
}
.row {
  max-width: 300px;
  width: 100%;
  margin: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.atno {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.atno-txt {
  max-width: 600px;
}
.atno-txt h2 {
  font-size: 38px;
}

.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.num-list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
}
.num-list .num-info {
  margin-right: 2rem;
}



@media screen and (max-width: 1200px) {
  .header-div {
    flex-direction: column;
  }
  .header-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .header-img-div {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 900px) {
  .main {
    padding: 1rem;
  }
  h1 {
    font-size: 42px;
  }
  .header-img-div {
    margin-bottom: 4rem;
  }
  h2 {
    text-align: center;
  }
  .header-div {
    padding: 1rem;
  }
  .adv-items {
    flex-direction: column;
  }
  .adv-item {
    margin: 1rem;
  }
  .adv {
    margin: 0;
  }
  .info {
    flex-direction: column;
    margin: 1rem 0;
  }
  .info-img-div {
    transform: rotate(0deg);
    margin: 3rem 0rem;
  }
  .rev .info-img-div {
    transform: rotate(0deg);
  }
  .down-info {
    margin: 0;
  }
  .row {
    flex-direction: column;
  }
  .num-list {
    flex-direction: column;
  }
  .num-list .num-info {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-right {
  animation: fadeInRight ease 2s;
  -webkit-animation: fadeInRight ease 2s;
  -moz-animation: fadeInRight ease 2s;
  -o-animation: fadeInRight ease 2s;
  -ms-animation: fadeInRight ease 2s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-in-left {
  animation: fadeInLeft ease 2s;
  -webkit-animation: fadeInLeft ease 2s;
  -moz-animation: fadeInLeft ease 2s;
  -o-animation: fadeInLeft ease 2s;
  -ms-animation: fadeInLeft ease 3s;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes gradAnim {
  0% {
    background: linear-gradient(0deg, #00fff223, #ffe60011, #d400ff0e);
  }
  15% {
    background: linear-gradient(30deg, #00fff223, #ffe60011, #d400ff0e);
  }
  25% {
    background: linear-gradient(60deg, #00fff223, #ffe60011, #d400ff0e);
  }
  35% {
    background: linear-gradient(90deg, #00fff223, #ffe60011, #d400ff0e);
  }
  50% {
    background: linear-gradient(120deg, #00fff223, #ffe60011, #d400ff0e);
  }
  65% {
    background: linear-gradient(150deg, #00fff223, #ffe60011, #d400ff0e);
  }
  75% {
    background: linear-gradient(180deg, #00fff223, #ffe60011, #d400ff0e);
  }
  85% {
    background: linear-gradient(210deg, #00fff223, #ffe60011, #d400ff0e);
  }
  100% {
    background: linear-gradient(240deg, #00fff223, #ffe60011, #d400ff0e);
  }
}
@-moz-keyframes gradAnim {
  0% {
    background: linear-gradient(0deg, #00fff223, #ffe60011, #d400ff0e);
  }
  15% {
    background: linear-gradient(30deg, #00fff223, #ffe60011, #d400ff0e);
  }
  25% {
    background: linear-gradient(60deg, #00fff223, #ffe60011, #d400ff0e);
  }
  35% {
    background: linear-gradient(90deg, #00fff223, #ffe60011, #d400ff0e);
  }
  50% {
    background: linear-gradient(120deg, #00fff223, #ffe60011, #d400ff0e);
  }
  65% {
    background: linear-gradient(150deg, #00fff223, #ffe60011, #d400ff0e);
  }
  75% {
    background: linear-gradient(180deg, #00fff223, #ffe60011, #d400ff0e);
  }
  85% {
    background: linear-gradient(210deg, #00fff223, #ffe60011, #d400ff0e);
  }
  100% {
    background: linear-gradient(240deg, #00fff223, #ffe60011, #d400ff0e);
  }
}

@-o-keyframes gradAnim {
  0% {
    background: linear-gradient(0deg, #00fff223, #ffe60011, #d400ff0e);
  }
  15% {
    background: linear-gradient(30deg, #00fff223, #ffe60011, #d400ff0e);
  }
  25% {
    background: linear-gradient(60deg, #00fff223, #ffe60011, #d400ff0e);
  }
  35% {
    background: linear-gradient(90deg, #00fff223, #ffe60011, #d400ff0e);
  }
  50% {
    background: linear-gradient(120deg, #00fff223, #ffe60011, #d400ff0e);
  }
  65% {
    background: linear-gradient(150deg, #00fff223, #ffe60011, #d400ff0e);
  }
  75% {
    background: linear-gradient(180deg, #00fff223, #ffe60011, #d400ff0e);
  }
  85% {
    background: linear-gradient(210deg, #00fff223, #ffe60011, #d400ff0e);
  }
  100% {
    background: linear-gradient(240deg, #00fff223, #ffe60011, #d400ff0e);
  }
}
@-webkit-keyframes gradAnim {
  0% {
    background: linear-gradient(0deg, #00fff223, #ffe60011, #d400ff0e);
  }
  15% {
    background: linear-gradient(30deg, #00fff223, #ffe60011, #d400ff0e);
  }
  25% {
    background: linear-gradient(60deg, #00fff223, #ffe60011, #d400ff0e);
  }
  35% {
    background: linear-gradient(90deg, #00fff223, #ffe60011, #d400ff0e);
  }
  50% {
    background: linear-gradient(120deg, #00fff223, #ffe60011, #d400ff0e);
  }
  65% {
    background: linear-gradient(150deg, #00fff223, #ffe60011, #d400ff0e);
  }
  75% {
    background: linear-gradient(180deg, #00fff223, #ffe60011, #d400ff0e);
  }
  85% {
    background: linear-gradient(210deg, #00fff223, #ffe60011, #d400ff0e);
  }
  100% {
    background: linear-gradient(240deg, #00fff223, #ffe60011, #d400ff0e);
  }
}
@-ms-keyframes gradAnim {
  0% {
    background: linear-gradient(0deg, #00fff223, #ffe60011, #d400ff0e);
  }
  15% {
    background: linear-gradient(30deg, #00fff223, #ffe60011, #d400ff0e);
  }
  25% {
    background: linear-gradient(60deg, #00fff223, #ffe60011, #d400ff0e);
  }
  35% {
    background: linear-gradient(90deg, #00fff223, #ffe60011, #d400ff0e);
  }
  50% {
    background: linear-gradient(120deg, #00fff223, #ffe60011, #d400ff0e);
  }
  65% {
    background: linear-gradient(150deg, #00fff223, #ffe60011, #d400ff0e);
  }
  75% {
    background: linear-gradient(180deg, #00fff223, #ffe60011, #d400ff0e);
  }
  85% {
    background: linear-gradient(210deg, #00fff223, #ffe60011, #d400ff0e);
  }
  100% {
    background: linear-gradient(240deg, #00fff223, #ffe60011, #d400ff0e);
  }
}
