.mobile-display img {
  border: 5px solid #817171;
}


@media only screen and (max-width : 400px) {}


.card .detail {
  font-size: larger;
}

img {
  max-width: 100%;
  max-height: 100%;
  border: dotted 2px white;
}





.container {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  border: 2px dotted #ccc;
  border-radius: 100px;
  padding: 100px;
  padding-left: 200px;
  padding-right: 700px;
  font-size: large;


  flex-direction: row;
  align-items: center;
}

.container .image img {
  justify-content: center;
  padding-right: x;
  margin: 0 500px;
}

.image {
  max-width: 100%;
  border-radius: 5px;
  margin: 0 10px;
  flex: 0 0 50%;
  padding-right: 1px;
  align-content: center;
  position: center;
  display: flex;
}

.image img {
  width: 50%;
  height: auto;
  margin-right: 1px;
}

.imagesss img {
  width: 300px;
  height: 300px;
}

.container.text p {
  font-size: larger;
  font-family: 'Times New Roman', Times, serif;
}

.text {
  flex: 0 0 50%;
  text-align: center;
  padding: 20px;
  font-family: 'Times New Roman', Times, serif;
  font-size: larger;
  text size: 20;
}

.text h1 {
  font-size: x-large;
  margin-top: 0;
}

.text p {
  font-size: x-large;
  line-height: 1.5em;
  text-align: justify;
  font-size: larger;
}


#image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.image-wrapper {
  width: 300px;
  /* Set width to contain all images */
  height: 300px;
  /* Set height to contain all images */
  position: relative;

}

.image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  transform-origin: center;
}

.image-wrapper:nth-child(1) img {
  transform: rotate(-30deg) translateY(-50%);
}

.image-wrapper:nth-child(2) img {
  transform: rotate(deg) translateY(-50%);
}

.image-wrapper:nth-child(3) img {
  transform: rotate(30deg) translateY(-50%);
}

@media (max-width: 50em) {
  #image-container img {
    width: 50%;
  }
}

@media (max-width: 25em) {
  #image-container img {
    width: 50%;
  }
}

.card {
  width: 300px;
  background-color: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  ;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 50px auto;
  align-content: center;
  font-size: xx-large;
}

.info {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid black;
  font-size: larger;
}

.user-img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;

}

.user-info {
  margin-left: 20px;
}

.user-info h4 {
  margin: 0;
  color: #333333;
}

.detail {
  padding: 20px;
  font-size: larger;
}

.detail p {
  margin: 5;
  color: black;
  font-size: larger;
}

.tokonomics {
  font-size: 100%;
  font-family: 'Times New Roman', Times, serif;
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border: 2px dotted #ccc;
  border-radius: 100px;
  padding: 50px;
  padding-left: 20px;
  padding-right: 60px;
  flex-direction: row;
  align-items: center;
}

.tokonomics h3 {

  margin: 0;
}

.tokonomics p {

  margin: 0;
}

.tokonomics ul {
  list-style: square;
  padding: 10;
  margin: 0;
}

.tokonomics h4 {
  padding: 10px;
  margin: 0;
}

.mobile-display {
  display: none
}

.desktop-display {
  display: block
}

@media (max-width:800px) {
  . desktop-display {
    display: none
  }

  . mobile-display {
    display: block
  }
}

.container .image img {
  justify-content: center;
  padding-right: x;
  margin: 0 120px;
}

.image {
  max-width: 100%;
  border-radius: 5px;
  margin: 0 10px;
  flex: 0 0 50%;
  padding-right: 1px;
  align-content: center;
  position: center;
  display: flex;
}

.image img {
  width: 50%;
  height: auto;
  margin-right: 1px;
}

.imagesss img {
  width: 300px;
  height: 300px;
}

.text {
  flex: 0 0 50%;
  text-align: center;
  padding: 20px;
  font-family: 'Times New Roman', Times, serif;
  font-size: larger;
  text size: 20;
}

.text h1 {
  font-size: 1.5em;
  margin-top: 0;
}

.text p {
  font-size: xx-large;
  line-height: 1.5;
  text-align: justify;
  width: 500px;
}


#image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.image-wrapper {
  width: 300px;
  /* Set width to contain all images */
  height: 300px;
  /* Set height to contain all images */
  position: relative;

}

.image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  transform-origin: center;
}

.image-wrapper:nth-child(1) img {
  transform: rotate(-30deg) translateY(-50%);
}

.image-wrapper:nth-child(2) img {
  transform: rotate(deg) translateY(-50%);
}

.image-wrapper:nth-child(3) img {
  transform: rotate(30deg) translateY(-50%);
}

@media (max-width: 50em) {
  #image-container img {
    width: 50%;
  }
}

@media (max-width: 25em) {
  #image-container img {
    width: 50%;
  }
}

.card {
  width: 300px;
  background-color: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  ;
  border-radius: 100px;
  padding: 100px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 50px auto;
  align-content: center;
  font-size: xx-large;
  font-family: 'Times New Roman', Times, serif;
  ;
  width: 25%;
}

.card.detail {
  font-size: large;
}

.info {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid black;
}

.user-img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;

}

.user-info {
  margin-left: 20px;
}

.user-info h4 {
  margin: 0;
  color: #333333;
}

.detail {
  padding: 20px;
}

.detail p {
  margin: 5;
  color: black;
  font-size: 14px;
}


body {
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);

  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  font-size: xx-large;
}

.tokonomics {
  font-size: larger;
  padding: 150px;
  padding: auto;

}


















/* Global Styles */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500&display=swap');

html,
body {
  height: 100%;
}

html {
  display: table;
  margin: auto;
}

body {
  display: table-cell;
  vertical-align: middle;
}

body {
  font-family: 'Nunito', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
  color: #333;
}

/* Header Styles */
header {
  background-color: #ff69b4;
  color: white;
  padding-left: 10px;
  padding: 10px;
  text-align: center;
  border-bottom: 2px solid #ccc;
  margin: 0 auto;
  /* Ensures it doesn't exceed the width of the viewport */
  box-sizing: border-box;
  width: 1700px;
  margin: auto;
  border-radius: 75px;

}

.logo img {
  width: 100px;
  border-radius: 50%;
  height: auto;
  margin-right: 10px;
}

.social-icons {
  list-style: none;
  padding: 0;
}

.social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.social-icons li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-icons li a:hover {
  background-color: #555;
}

/* Main Content Styles */



/* Responsive Styles */
@media (max-width: 768px) {
  .logo img {
    width: 70px;
  }
}

body {
  /* background-image: url('https://images.unsplash.com/photo-1596367407372-96cb88503db6?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8d2hpdGUlMjAlMjBiYWNrZ3JvdW5kfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=600&q=60'); */
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 200%;

  width: 100%;
  height: 100%;

}

.courses {
  margin: 100px 0 10px 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.dis-course .icon,
h3 {
  text-align: center;
}

.dis-course h3 {
  padding: 10px 0;
}

.testi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 20px;
  align-items: start;
  gap: 10px;
  margin: 60px 0;
}

.card {
  background-color: var(--main-color);
  color: black;
  padding: 10px 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}

.card {
  padding: 10px 15px;
}

.card .info {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  align-items: center;
  margin-bottom: 5px;
}


.user-img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.logo {
  background-position: center;
}



footer {
  text-align: center: auto;
  margin: 50px auto;
  margin-top: auto;
  /* Push the footer to the bottom of the wrapper */
  text-align: center;


}