* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #F9F9F9;
}

.carou_sel {
  width: 100%;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
}

.carou_sel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
  padding-bottom: 70px;
}

.card_s {
  min-width: 33.33%;
  box-sizing: border-box;
  padding: 10px;
}

.card_s img {
  /* background-color: rgba(248, 247, 216, 0.7); */
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card_s-content {
  position: relative;
  text-shadow: 1px 1px 2px red, 0 0 1em rgb(255, 0, 242), 0 0 0.2em rgb(0, 47, 255);
  top: 18px;
  color: #f5f6ff;
  border-radius: 10px;
  margin-top: -20px;
  padding: 20px;
  /* background: -webkit-linear-gradient(#2803fc, #e101ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.d_button button {
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
  border-radius: 50%;
  z-index: 1;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1024px) {
  .card_s {
    flex: 0 0 50%;
    /* 2 cards visible */
  }
}

@media (max-width: 768px) {
  .card_s {
    flex: 0 0 100%;
    /* 1 card visible */
  }
}



/*START EVENT CSS*/
.slider-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 659px;
}

.slider_event {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 70%;
  height: 250px;
  cursor: pointer;
  perspective: 1000px;
}

.card-item {
  position: absolute;
  transition: transform 0.5s, z-index 0.5s;
  opacity: 0.7;
}

.card {
  width: 350px;
  height: auto;
  background-color: #111122 !important;
  box-shadow: rgb(87 3 245) 0px 0px 7px, rgb(87 3 245) 0px 3px 6px;
  border-radius: 10px !important;
}

.card_text h5 {
  color: #fff;
  text-shadow: rgb(195, 0, 255) 1px 0 10px;
}

.card_text p {
  color: #afafaf;
  line-height: 20px;
  font-size: 14px;
}

.card img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px;
  border-radius: 15px;
}

.prev_event,
.next_event {
  background-color: #5b00ed !important;
  border-color: #5b00ed !important;
  border-radius: 50% !important;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.prev_event {
  left: 10px;
  z-index: 1;
}

.next_event {
  right: 10px;
}

.active {
  opacity: 1;
}

.center-card {
  transform: translateX(0) scale(1.2) translateZ(50px);
  z-index: 3;
}

.left-card {
  transform: translateX(-350px) scale(1) translateZ(-80px);
  z-index: 2;
}

.right-card {
  transform: translateX(350px) scale(1) translateZ(-30px);
  z-index: 2;
}

.behind-left-card {
  transform: translateX(-580px) scale(0.8) translateZ(-50px);
  z-index: 1;
}

.behind-right-card {
  transform: translateX(580px) scale(0.8) translateZ(-50px);
  z-index: 1;
}



/* Responsive breakpoints */
@media (max-width: 768px) {
  .slider-container {
    height: 668px;
  }

  .card img {
    padding: 4px;
    border-radius: 9px;
  }

  .card_text {
    padding: 5px !important;
  }

  .card_text .card-title {
    font-size: 7px;
    margin-bottom: 5px;
  }

  .card_text .card-text {
    font-size: 4px;
    line-height: 1;
  }

  .event_card {
    width: 100px;
    height: 150px;
  }

  .center-card {
    transform: translateX(0) scale(2.2) translateZ(340px);
  }

  .event_card {
    width: 140px;
    height: 190px;
  }

  .left-card,
  .right-card {
    transform: translateX(80px) scale(0.75) translateZ(-20px);
  }

  .behind-left-card,
  .behind-right-card {
    transform: translateX(-160px) scale(0.65) translateZ(-40px);
  }

  .prev,
  .next {
    font-size: 20px;
    padding: 8px;
  }
}

@media (max-width: 576px) {
  .slider-container {
    height: 543px;
  }

  .card img {
    padding: 4px;
    border-radius: 9px;
  }

  .card_text {
    padding: 5px !important;
  }

  .card_text .card-title {
    font-size: 7px;
    margin-bottom: 5px;
  }

  .card_text .card-text {
    font-size: 4px;
    line-height: 1;
  }

  .event_card {
    width: 100px;
    height: 150px;
  }

  .center-card {
    transform: translateX(0) scale(2.2) translateZ(340px);
  }

  .event_card {
    width: 120px;
    height: 170px;
  }

  .left-card,
  .right-card {
    transform: translateX(60px) scale(0.7) translateZ(-20px);
  }

  .behind-left-card,
  .behind-right-card {
    transform: translateX(-120px) scale(0.6) translateZ(-40px);
  }

  .prev_event,
  .next_event {
    font-size: 18px;
    padding: 6px;
  }
}

@media (max-width: 400px) {
  .slider-container {
    height: 543px;
  }

  .card img {
    padding: 4px;
    border-radius: 9px;
  }

  .card_text {
    padding: 5px !important;
  }

  .card_text .card-title {
    font-size: 7px;
    margin-bottom: 5px;
  }

  .card_text .card-text {
    font-size: 4px;
    line-height: 1;
  }

  .event_card {
    width: 100px;
    height: 150px;
  }

  .center-card {
    transform: translateX(0) scale(2.2) translateZ(340px);
  }

  .left-card,
  .right-card {
    transform: translateX(50px) scale(0.65) translateZ(-20px);
  }

  .behind-left-card,
  .behind-right-card {
    transform: translateX(-100px) scale(0.55) translateZ(-40px);
  }
}






#carousel {
  height: 280px;
  position: relative;
  margin: 3rem 0;
}

#carousel .shadow {
  -moz-box-shadow: 0px 16px 26px #888888;
  -webkit-box-shadow: 0px 16px 26px #888888;
  box-shadow: 0px 16px 26px #888888;
}

#carousel .slide {
  position: absolute;
  /* overflow: hidden; */
}

#carousel .slide a:hover img {
  margin-top: 2px;
}

#carousel .slide img {
  width: 100%;
  height: 100%;
  box-shadow: rgb(87 3 245) 0px 0px 7px, rgb(87 3 245) 0px 3px 6px;
}

#carousel .slide p {
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%
}

#carousel .slide span {
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
  font-family: sans-serif;
  position: absolute;
  padding: 5px;
  width: 100%;
  bottom: 0;
  z-index: 99;
}

#carousel .navigate-left {
  cursor: pointer;
  position: absolute;
  top: 128px;
  left: 120px;
}

#carousel .navigate-right {
  cursor: pointer;
  position: absolute;
  top: 128px;
  right: 120px;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}

/* END EVENT CSS */
/*START EVENT CSS*/

/* The grid: Four equal columns that floats next to each other */
.c_olumn {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Style the images inside the grid */
.c_olumn img {
  opacity: 0.8;
  cursor: pointer;
  border-radius: 10px;
}

.c_olumn img:hover {
  opacity: 1;
  transform: translate(0, -5px);
  transition: all 0.4s ease-in;
  box-shadow: 0px 0px 8px 3px #a900ff;
}

/* Clear floats after the columns */
.r_ow:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container */
.c_ontainer {
  position: relative;
  display: none;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

/* END THAILAND */


/* START DUBAI */
.event_bg {
  background: linear-gradient(0deg, rgba(13, 0, 36, 1) 16%, rgba(0, 2, 9, 1) 50%);
}


/* END EVENT CSS */



/* NAVBAR */
.nav-link {
  color: #1f1f1f !important;
  font-weight: 500;
  font-size: 17px;
  cursor: pointer;
}

#mob_img {
  width: 100%;
  display: none;
}

.nav_bar button {
  background: radial-gradient(circle, rgba(63, 94, 251, 1) 6%, rgba(136, 21, 220, 1) 67%);
  align-items: center;
  /* background: transparent; */
  border: none;
  border-radius: 9px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 17px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 100px;
  padding: 13px 2px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  margin-left: 1rem;
}

.nav_bar button:active,
.nav_bar button:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border: none;
  background: radial-gradient(circle, rgba(63, 94, 251, 1) 6%, rgba(136, 21, 220, 1) 67%);
}


/* NAVBAR */

/* button CSS */

.button-37 {
  background: linear-gradient(90deg, rgba(84, 132, 255, 1) 8%, rgba(1, 102, 254, 1) 53%, rgba(84, 132, 255, 1) 96%);
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  outline: 0;
  padding: 10px 25px;
  margin-right: 20px;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-37:hover {
  background: linear-gradient(90deg, rgb(81, 129, 253) 8%, rgb(1, 95, 235) 53%, rgba(81, 129, 253) 96%);
  box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
  transform: translateY(-2px);
}

.button-38 {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  outline: 0;
  padding: 14px 35px;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-38:hover {
  box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
  transform: translateY(-2px);
}

@media (min-width: 768px) {
  .button-37 {
    padding: 14px 35px;
  }
}

/* SEC1 CSS */
.bg-img {
  background-image: url(../landing_page_images/bg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sec1_2 {
  margin-bottom: -380px;
}

.lsec1_2_1_img_1 {
  width: 100px;
  position: relative;
  left: 60px;
  animation:
    4s linear 0s infinite alternate rise,
    4s linear 0s infinite alternate bounce;
}

@keyframes MoveUpDown {

  90%,
  100% {
    bottom: 0;
  }

  95% {
    bottom: 5px;
  }
}

.lsec1_2_1_img_2 {
  width: 32px;
  position: relative;
  left: 170px;
  animation:
    4s linear 0s infinite alternate rise,
    4s linear 0s infinite alternate bounce;
}

@keyframes MoveUpDown {

  0%,
  100% {
    bottom: 0;
  }

  50% {
    bottom: 5px;
  }
}

.lsec1_2_1_img_3 {
  width: 140px;
  position: relative;
  left: 250px;
  animation:
    4s linear 0s infinite alternate rise,
    4s linear 0s infinite alternate bounce;
}

@keyframes MoveUpDown {
  50% {
    bottom: 30px;
  }

  0%,
  100% {
    bottom: 0;
  }

}


/* .lsec1_2_2 {
    display: inline-flex;
} */

.lsec1_2_1_img_4 {
  position: relative;
  top: -65px;
  width: 356px;
  left: 101px;
  z-index: 1;
  /* animation: zoom-in-zoom-out 8s ease infinite; */
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.05, 1.05);
  }

  100% {
    transform: scale(1, 1);
  }
}

.lsec1_2_1_img_5 {
  position: relative;
  bottom: 334px;
  width: 200px;
  left: 365px;
  animation:
    6s linear 0s infinite alternate down,
    4s linear 0s infinite alternate bounce;
}

@keyframes down {
  from {
    transform: translateY(20px);
  }

  to {
    transform: translateY(0px);
  }
}

@keyframes rise {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(20px);
  }
}



.lsec1_2_3 {
  position: relative;
  bottom: 300px;
}

.lsec1_2_1_img_6 {
  width: 130px;
  position: relative;
  left: 0px;
  z-index: 1;
  bottom: 70px;
  animation:
    4s linear 0s infinite alternate down,
    4s linear 0s infinite alternate bounce;
}

.lsec1_2_1_img_7 {
  width: 40px;
  position: relative;
  bottom: 50px;
  left: 67px;
  z-index: 1;
  animation: MoveUpDown 6s linear infinite;
}

.lsec1_2_1_img_8 {
  width: 60px;
  position: relative;
  right: 0px;
  top: 32px;
  animation:
    4s linear 0s infinite alternate rise,
    4s linear 0s infinite alternate bounce;
}

.lsec1_2_1_img_9 {
  width: 40px;
  position: relative;
  left: 23px;
  top: 22px;
  animation:
    4s linear 0s infinite alternate rise,
    4s linear 0s infinite alternate bounce;
}

.lsec1_2_1_img_10 {
  width: 130px;
  position: relative;
  left: 100px;
  animation:
    4s linear 0s infinite alternate rise,
    4s linear 0s infinite alternate bounce;
}

.sec_1_1 img {
  width: 50px;
}

.sec_1_1 h1 {
  color: white;
  font-size: 80px;
  line-height: 70px;
}

.sec_1_1 h4 {
  color: white;
  padding: 12px 0;
  font-size: 2rem;
}

.sec_1_1 h6 {
  color: #f5f6ff;
  padding: 5px 0;
  font-size: 1.25rem;
}

.sec_1_1 h6 span {
  color: #fff;
  padding: 8px 0;
  font-size: 1.25rem;
}

.sec_1_1 p {
  color: white;
  font-size: 17px;
}

/* SEC1 CSS */


/* SEC2 CSS */
.bg_img2 {
  background-image: url(../landing_page_images/sec2_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: justify;
  padding-bottom: 140px;
  /* margin: 0 47px; */
}

.bg_img2 p {
  color: #2738cf;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.sec_2_1 {
  text-align: center;
}

.sec_2_1 h3 {
  /* padding-top: 75px; */
  margin: 20px 0;
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 9px;
  background-color: #3E45FB;
  /* Create the gradient. */
  background-image: linear-gradient(45deg, #e978f3, #2738cf);
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.sec_event h3 {
  text-align: center;
  margin: 20px 0;
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 9px;
  background-color: #3E45FB;
  background-image: linear-gradient(45deg, #e978f3, #2738cf);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.sec_2_1 p {
  font-size: 27px;
}

.sec_event p {
  text-align: center;
  font-size: 20px;
  text-shadow: #ff00d7 1px 0 10px;
  color: #ffffff;
}

.sec_2_2_1 {
  height: 350px;
  position: relative;
  top: 148px;
  padding: 0px 48px;
}

.sec_2_2_2 {
  height: 250px;
  position: relative;
  padding: 0px 48px;
  bottom: -278px;
}

.sec_2_2_3 {
  height: 500px;
  position: relative;
  bottom: -142px;
  padding: 0px 48px;
}

.sec_2_2_1 h4 {
  text-align: center;
}

.sec_2_2_2 h4 {
  text-align: center;
}

.sec_2_2_3 h4 {
  text-align: center;
}

/* SEC2 CSS */


/* START OF COINSTORE CSS */
.bg_coinimg {
  background-image: url(../landing_page_images/coin_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: justify;
}

.bg_coinig {
  background-color: #030928;
}

.coin_content {
  padding: 2rem 0rem;
}

.coin_content h2 {
  color: aliceblue;
  font-size: 2.75rem;
}

.coin_content h2 span {
  color: #3E45FB;
}

.coin_content p {
  color: white;
  font-size: 17px;
}

.coin_content button {
  background: radial-gradient(circle, rgba(63, 94, 251, 1) 6%, rgba(136, 21, 220, 1) 67%);
  align-items: center;
  /* background: transparent; */
  border: 1px solid rgb(184, 179, 253);
  border-radius: 9px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #fff;
  /* display: flex; */
  font-family: Phantomsans, sans-serif;
  font-size: 18px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 17px 24px;
  /* text-decoration: none; */
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

/* END OF COINSTORE CSS */

/* SEC3 CSS */
.button_join {
  width: 100px;
  border-radius: 20px;
  text-align: center;
  border: none;
  background: radial-gradient(circle, rgba(63, 94, 251, 1) 6%, rgba(136, 21, 220, 1) 67%);
  color: #fff;
  margin: 5px 0px;
  padding: 3px 0px;
}

.text_center {
  display: flex;
  align-items: center;
}

.text_center h2 {
  color: #fff;
  font-size: 2.75rem;
}

.text_center h2 span {
  color: #3E45FB;
}

.drad_ient {
  background: linear-gradient(165deg, rgb(9, 1, 53) 26%, rgb(34 0 34) 69%);
}

.bg_img3 {
  background-image: url(../landing_page_images/sec3_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.pad_70 {
  padding: 110px 0;
}

.mar_90 {
  margin-top: 90px;
}

.sec_3_2 {
  background-color: rgb(32 32 32 / 72%);
  padding: 20px 20px;
  border-radius: 20px;
  margin: 25px 0;
}

.sec_3_2_4 {
  display: inline-flex;
}

.sec_3_2_4 h6 {
  margin: 10px 10px;
}

.sec_3_2 h5 {
  padding-left: 10px;
  border-left: 1px solid rgb(53, 141, 156);
  color: #fff;
}

.sec_3_2 p {
  margin: 14px 0px;
  line-height: 20px;
  text-align: justify;
  font-size: 16px;
  color: #fff
}

.sec_3_2 h3 span {
  color: #fff
}

.sec_3_2 h3 {
  color: #fff
}

.sec_3_2 h6 {
  color: #6e6e6e;
  font-weight: 400;
}

/* SEC3 CSS */

/* START GLOBAL CSS */
.grad__ient {
  background: linear-gradient(175deg, rgb(34 0 34) 28%, rgba(0, 0, 0, 1) 74%);
}

.global_col_8 {
  display: flex;
  align-items: center;
}

.join_call {
  background: radial-gradient(circle, rgba(63, 94, 251, 1) 6%, rgba(136, 21, 220, 1) 67%);
  align-items: center;
  border: 1px solid rgb(184, 179, 253);
  border-radius: 9px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #fff;
  font-family: Phantomsans, sans-serif;
  font-size: 18px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 17px 24px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  margin-bottom: 20px;
}

.global_sec_text {
  color: aliceblue;
}

.global_image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: rgb(87 3 245) 0px 0px 11px, rgb(87 3 245) 0px 6px 6px;
}

.slider {
  width: 100%;
  overflow: hidden;
  background: #000000;
  color: white;
  display: flex;
  align-items: center;
}

.slider .text-wrapper {
  display: inline-block;
  white-space: nowrap;
  padding-left: 350px;
  /* Ensures it starts off-screen on the right */
  animation: slide 20s linear infinite;
  /* Adjust time for speed */
}

.slider span {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  padding-left: 50px;
  /* Optional spacing between repeating text */
  background: -webkit-linear-gradient(#ff00bc, #bc14ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes slide {
  0% {
    transform: translateX(100%);
    /* Starts from the right */
  }

  100% {
    transform: translateX(-100%);
    /* Moves fully left, then resets */
  }
}



.scroll {
  display: flex;
  position: relative;
  width: 100%;
  height: 15%;
  min-height: 50px;
  margin: auto;
  background-color: #000000;
  overflow: hidden;
  z-index: 1;
}

.m-scroll {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transform: scale(2);
  transition: all 1s ease;
}

.m-scroll>div {
  display: flex;
  animation: scrollText 30s infinite linear;
}

.m-scroll h1 {
  margin: 0;
  margin-right: 150px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  /* background-color: #f3ec78;
  background-image: linear-gradient(45deg, #fb00e8, #7000ff); */
  /* background-size: 100%; */
  /* -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-text-fill-color: transparent; */
  transition: all 2s ease;
}

.headline_tuw {
  font-weight: 600;
  background-image: linear-gradient(45deg, #fb00b0, #9900ff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.headline_tuw1 {
  font-weight: 600;
  background-image: linear-gradient(45deg, #9900ff, #fb00b0);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

@keyframes scrollText {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

/* END GLOBAL CSS */


/* SEC4 CSS */
.F9F9F9 {
  background-color: #F9F9F9;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.align_center_4 {
  display: flex;
  align-items: center;
}

.sec_4_2 img {
  width: 100%;
}


.sec_4_1 h2 {
  /* line-height: 47px;
    font-weight: 700; */
  line-height: 52px;
  font-weight: 700;
  font-size: 43px;
}

.sec_4_1 h2 span {
  color: #2738cf;
}

.sec_4_1 p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

/* SEC4 CSS */

/* FOOTER CSS */
.footer_bg {
  background-image: url(../landing_page_images/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer1 p {
  margin: 20px 40px 13px 0;
  color: #fff;
  font-size: 20px;
}

.footer1 button {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
  border: 1px solid #fff;
  width: 279px;
  padding: 16px 19px;
  font-size: 15px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}

.footer1 h6 {
  color: #d5d5d5bf;
  padding: 26;
  position: relative;
  top: 10px;
  font-size: 14px;
  font-weight: 100;
}

.footer2 h4 {
  color: #fff;
  font-weight: 700;
}

.footer2 a {
  text-decoration: none;
  font-weight: 600;
  color: #fff !important;
}

.footer3 a {
  text-decoration: none;
  color: #ffffffe8 !important;
}

.footer2 ul li {
  padding: 10px 0;
  font-size: 17px;
  display: inline;
}

.foter {
  display: flex;
  align-items: center;
}

/* FOOTER CSS */


/* MEDIA-QUIRY */
@media only screen and (max-width: 990px) {
  .nav_bar button {
    margin: 0;
  }

  .sec_1_1 h1 {
    font-size: 60px;
    line-height: 56px;
  }

  .sec_1_1 h4 {
    font-size: 1.5rem;
  }

  .button-38 {
    padding: 14px 17px;
  }

  .sec_2_1 h3 {
    font-size: 45px;
    letter-spacing: 5px;
  }

  .sec_2_1 p {
    font-size: 19px;
  }

  .sec_3_2 {
    margin-top: 0px;
  }

  .sec_4_1 h2 {
    line-height: 40px;
    font-size: 36px;
  }

  .bg_img2 {
    background-image: none;
    margin: 0px 15px;
  }

  .sec_2_2_1 {
    height: 200px;
    position: relative;
    top: 33px;
    padding: 0;
  }

  .sec_2_2_2 {
    height: 0px;
    position: relative;
    padding: 0px 0px;
    bottom: 20px;
  }

  .sec_2_2_3 {
    height: 200px;
    position: relative;
    padding: 0;
  }

  .sec1_2 {
    margin-bottom: 0px;
  }

  .mar_90 {
    margin-top: 0;
  }

  #mob_img {
    display: block;
  }

  .lsec1_2_1 img {
    display: none;
  }

  .lsec1_2_2 img {
    display: none;
  }

  .lsec1_2_3 img {
    display: none;
  }

  /* .lsec1_2_1_img_4 {
        left: 49px;
        width: 300px;
    }

    .lsec1_2_1_img_3 {
        left: 180px;
        width: 80px;
    }

    .lsec1_2_1_img_5 {
        left: 260px;
        bottom: 293px;
        width: 139px;
    }

    .lsec1_2_1_img_6 {
        width: 100px;
    }

    .lsec1_2_1_img_10 {
        left: 36px;
        width: 102px;
    } */

  .lst_bdr a {
    margin: 0 !important;
    padding: 0 !important;
  }

  .lst_bdr i {
    margin: 0 !important;
    padding: 0 !important;
  }

  .carousel {
    padding: 0 !important;
  }

  .carousel-slide img {
    border-radius: 13px !important;
  }
}

/* @media only screen and (max-width: 449px) {
    .nav_bar button {
        margin: 0;
    }

    .sec_1_1 h1 {
        font-size: 60px;
        line-height: 56px;
    }

    .sec_1_1 h4 {
        font-size: 1.5rem;
    }

    .button-38 {
        padding: 14px 17px;
    }

    .sec_2_1 h3 {
        font-size: 45px;
        letter-spacing: 5px;
    }

    .sec_2_1 p {
        font-size: 19px;
    }

    .sec_3_2 {
        margin-top: 0px;
    }

    .sec_4_1 h2 {
        line-height: 40px;
        font-size: 36px;
    }

    .bg_img2 {
        background-image: none;
        margin: 0px 15px;
    }

    .sec_2_2_1 {
        height: 200px;
        position: relative;
        top: 33px;
        padding: 0;
    }

    .sec_2_2_2 {
        height: 0px;
        position: relative;
        padding: 0px 0px;
        bottom: 20px;
    }

    .sec_2_2_3 {
        height: 200px;
        position: relative;
        padding: 0;
    }
    .mar_90 {
        margin-top: 0;
    }
    .sec1_2 {
        margin-bottom: -200px;
    }

    .lsec1_2_1_img_1 {
        width: 62px;
        left: 0px;
    }

    .lsec1_2_1_img_2 {
        left: 82px;
        bottom: 33px;
    }

    .lsec1_2_1_img_4 {
        left: 20px;
        width: 250px;
    }

    .lsec1_2_1_img_3 {
        left: 100px;
        width: 83px;    
    }

    .lsec1_2_1_img_5 {
        left: 204px;
        bottom: 234px;
        width: 107px;
    }

    .lsec1_2_1_img_6 {
        top: 60px;
        width: 70px;
    }
    .lsec1_2_1_img_7 {
        top: 72px;
    }

    .lsec1_2_1_img_10 {
        width: 81px;
        left: -21px;
        top: 75px;
    }
    .lst_bdr a {
        margin: 0 !important;
        padding: 0 !important;
    }

    .lst_bdr i {
        margin: 0 !important;
        padding: 0 !important;
    }
} */

@media only screen and (min-width: 1400px) {
  .lsec1_2_1_img_5 {
    /* position: inherit; */
  }

  .lsec1_2_1_img_10 {
    left: 58px;
    top: -20px;
  }

  .lsec1_2_1_img_6 {
    bottom: 40px;
  }

  .lsec1_2_1_img_7 {
    bottom: 0;
    top: 0px;
  }
}



/* FAQ's CSS */
.faqs_body {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(336deg, rgba(62, 7, 149, 1) 29%, rgba(54, 6, 177, 1) 78%);
  margin: 50px 0;
}

.faqs_body h2 {
  text-align: center;
}


.collapsible {
  background: #00000000;
  border-bottom: 1px solid #f7f7f73d;
  border-left: none;
  border-top: none;
  border-right: none;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsible:hover {
  background-color: #00000040;
}

.collapsible:after {
  content: '\002B';
  color: 00000040;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  border: none;
}


.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #00000040;
}


/* SLID IMAGES CSS */
.cloud {
  width: 100px;
  height: 100px;
}

.cloud img {
  width: 300px;
}

.fcloud01 {
  top: 0px;
  z-index: 100;
  animation: drift 12s linear infinite;
  background-color: red;
}

.fcloud01 {
  top: 100px;
  z-index: 100;
  animation: drift 12s .5s linear infinite;
  background-color: green;
}

.fcloud03 {
  top: 200px;
  z-index: 500;
  animation: drift 12s 1s linear infinite both;
  background-color: orange;
}

.fcloud04 {
  top: 200px;
  z-index: 500;
  animation: drift 12s 1.5s linear infinite both;
  background-color: white;
}

.fcloud05 {
  top: 200px;
  z-index: 500;
  animation: drift 12s 2.5s linear infinite both;
  background-color: black;
}


@keyframes drift {
  from {
    transform: translateX(-110px);
  }

  to {
    transform: translateX(1250px);
  }
}


/* new css for gallery */


.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}



.img-cont img {
  width: 350px;
  padding: 10px 0px;
  border-radius: 10px;
}

.album .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.album .responsive-container-block.bg {
  max-width: 1320px;
  margin: 0 0 0 0;
  justify-content: space-between;
}

.album .img {
  width: 100%;
  margin: 0 0 20px 0;
}

.album #i9rb {
  color: black;
}

.album #ir6i {
  color: black;
}

.album #ikz3b {
  color: black;
}

.album .responsive-container-block.img-cont {
  flex-direction: column;
  max-width: 33.3%;
  min-height: auto;
  margin: 0 0 0 0;
  height: 100%;
}

.album #ipix {
  color: black;
}

.album #ipzoh {
  color: black;
}

.album #ig5q8 {
  color: black;
}

.album #imtzl {
  color: black;
}

.album #i53es {
  color: black;
}

.album .img.img-big {
  height: 50%;
  margin: 0 0 16px 0;
}

@media (max-width: 1024px) {
  .album .img {
    margin: 0 0 18px 0;
  }
}

@media (max-width: 768px) {
  .album .img {
    max-width: 32.5%;
    margin: 0 0 0 0;
  }

  .album .responsive-container-block.bg {
    flex-direction: column;
  }

  .album .responsive-container-block.img-cont {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .album .img.img-big {
    max-width: 49%;
    margin: 0 0 0 0;
  }
}

@media (max-width: 500px) {
  .album .img {
    max-width: 94%;
    margin: 0 0 25px 0;
  }

  .album .responsive-container-block.img-cont {
    flex-direction: column;
    align-items: center;
    padding: 10px 10px 10px 10px;
  }

  .album .img.img-big {
    max-width: 94%;
    margin: 0 0 25px 0;
  }

  .album .img.img-last {
    margin: 0 0 5px 0;
  }
}



/* Position the image container (needed to position the left and right arrows) */
/* .video_ad_modal{
  max-width: 360px !important;
} */
.video_ad_content {
  background-color: transparent !important;
  border: none !important;
}

.video_ad_modal {
  margin: 5.75rem auto !important;
}

.video_ad_header {
  background: linear-gradient(45deg, rgba(135, 39, 207, 1) 21%, rgb(232 87 245) 74%);
  color: #f5f6ff;
  border-top-left-radius: 14px !important;
  border-top-right-radius: 14px !important;
  border: none;
  align-items: center !important;
}

.video_ad_button:hover {
  background-color: rgb(255 255 255 / 80%);
}

.container_ad {
  position: relative;
}

/* Hide the images by default */
.mySlides_ad {
  display: none;
}

.mySlides_ad iframe {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.video_ad {
  padding: 0px !important;
}

.mySlides_ad video {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor_ad {
  cursor: pointer;
}

/* Next & previous buttons */
.prev_ad,
.next_ad {
  cursor: pointer;
  position: absolute;
  top: 54%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #262626;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next_ad {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev_ad {
  left: 0;
  border-radius: 0 3px 3px 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev_ad:hover,
.next_ad:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #ffffff;
  font-size: 12px;
  padding: 16px 12px;
  position: absolute;
  bottom: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/* END MODAL & AD CSS */


/* css of last section for horizonttal images */
/* section {
  /* css of last section for horizonttal images */
/* section {
    width: 100%;
  }
  
  .outer-wrapper {
    max-width: 70vw;
    overflow-x: scroll;
    position: relative;
    scrollbar-color: #d5ac68 #f1db9d;
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
  
  .pseduo-track {
    background-color: #f1db9d;
    height: 2px;
    width: 100%;
    position: relative;
    top: -3px;
    z-index: -10;
  }
  
  @media (any-hover: none) {
    .pseduo-track {
      display: none;
    }
  }
  
  .outer-wrapper::-webkit-scrollbar {
    height: 5px;
  }
  
  .outer-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  }
  
  .outer-wrapper::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #d5ac68;
  }
  
  .outer-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #f1db9d;
  }
  
  .outer-wrapper::-webkit-scrollbar:vertical {
    display: none;
  }
  
  .inner-wrapper {
    display: flex;
    padding-bottom: 10px;
  }
  
  .pseudo-item {
    height: 200px;
    width: 200px;
    margin-right: 59px;
    flex-shrink: 0;
    background-color: gray;
  }
  
  .pseudo-item:nth-of-type(2n) {
    background-color: lightgray;
  } */

/* .gallery  {
    --d: 12s; 
    
    display: grid;
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg,#0000,#000 0% 100%,#0000);
  }
  .gallery > img {
    grid-area: 1/1;
    height: 200px;
    aspect-ratio: 1.5;
    object-fit: cover;
    animation: r var(--d) linear infinite;
  }
  .gallery > img:nth-child(1) {animation-delay: calc(1*var(--d)/-4)}
  .gallery > img:nth-child(2) {animation-delay: calc(2*var(--d)/-4)}
  .gallery > img:nth-child(3) {animation-delay: calc(3*var(--d)/-4)}
  .gallery > img:nth-child(4) {animation-delay: calc(4*var(--d)/-4)}
  
  @keyframes r {
    75%    {transform: translate(-300%)}
    75.01% {transform: translate( 100%)}
  } */










/* chat gpt */
.carousel {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 2rem 0;
  border-radius: 30px;
  background: linear-gradient(336deg, rgba(24, 6, 97, 1) 19%, rgba(54, 6, 177, 1) 51%, rgba(116, 7, 149, 1) 78%);
}

.carousel-track-container {
  display: flex;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  animation: scroll 30s linear infinite;
}

.carousel-slide {
  min-width: 35%;
  /* Adjust to show the number of images */
  list-style-type: none;
}

.carousel-slide img {
  width: 100%;
  display: block;
  padding: 10px;
  border-radius: 30px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }
}



.album .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.album .responsive-container-block.bg {
  max-width: 1320px;
  margin: 0 0 0 0;
  justify-content: space-between;
}

.album .img {
  width: 100%;
  margin: 0 0 20px 0;
}

.album #i9rb {
  color: black;
}

.album #ir6i {
  color: black;
}

.album #ikz3b {
  color: black;
}

.album .responsive-container-block.img-cont {
  flex-direction: column;
  max-width: 33.3%;
  min-height: auto;
  margin: 0 0 0 0;
  height: 100%;
}

.album #ipix {
  color: black;
}

.album #ipzoh {
  color: black;
}

.album #ig5q8 {
  color: black;
}

.album #imtzl {
  color: black;
}

.album #i53es {
  color: black;
}

.album .img.img-big {
  height: 50%;
  margin: 0 0 16px 0;
}

@media (max-width: 1024px) {
  .album .img {
    margin: 0 0 18px 0;
  }
}

@media (max-width: 768px) {
  .album .img {
    max-width: 32.5%;
    margin: 0 0 0 0;
  }

  .album .responsive-container-block.bg {
    flex-direction: column;
  }

  .album .responsive-container-block.img-cont {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .album .img.img-big {
    max-width: 49%;
    margin: 0 0 0 0;
  }
}

@media (max-width: 500px) {
  .album .img {
    max-width: 94%;
    margin: 0 0 25px 0;
  }

  .album .responsive-container-block.img-cont {
    flex-direction: column;
    align-items: center;
    padding: 10px 10px 10px 10px;
  }

  .album .img.img-big {
    max-width: 94%;
    margin: 0 0 25px 0;
  }

  .album .img.img-last {
    margin: 0 0 5px 0;
  }
}