/* @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); */
@font-face {
  font-family: 'palameciatitling';
  src: url('../css/fonts/palameciatitling.eot');
  src: url('../css/fonts/palameciatitling.eot') format('embedded-opentype'),
    url('../css/fonts/palameciatitling.woff2') format('woff2'),
    url('../css/fonts/palameciatitling.woff') format('woff'),
    url('../css/fonts/palameciatitling.ttf') format('truetype'),
    url('../css/fonts/palameciatitling.svg#palameciatitling') format('svg');
}

@font-face {
  font-family: 'GTUltraUltraTrialVF';
  src: url('../css/fonts/GTUltraUltraTrialVF.eot');
  src: url('../css/fonts/GTUltraUltraTrialVF.eot') format('embedded-opentype'),
    url('../css/fonts/GTUltraUltraTrialVF.woff2') format('woff2'),
    url('../css/fonts/GTUltraUltraTrialVF.woff') format('woff'),
    url('../css/fonts/GTUltraUltraTrialVF.ttf') format('truetype'),
    url('../css/fonts/GTUltraUltraTrialVF.svg#GTUltraUltraTrialVF') format('svg');
}

@font-face {
  font-family: 'RubikVariableFont_wght';
  src: url('../css/fonts/RubikVariableFont_wght.eot');
  src: url('../css/fonts/RubikVariableFont_wght.eot') format('embedded-opentype'),
    url('../css/fonts/RubikVariableFont_wght.woff2') format('woff2'),
    url('../css/fonts/RubikVariableFont_wght.woff') format('woff'),
    url('../css/fonts/RubikVariableFont_wght.ttf') format('truetype'),
    url('../css/fonts/RubikVariableFont_wght.svg#RubikVariableFont_wght') format('svg');
}

@font-face {
  font-family: 'UbuntuSansMonoVariableFont_wght';
  src: url('../css/fonts/UbuntuSansMonoVariableFont_wght.eot');
  src: url('../css/fonts/UbuntuSansMonoVariableFont_wght.eot') format('embedded-opentype'),
    url('../css/fonts/UbuntuSansMonoVariableFont_wght.woff2') format('woff2'),
    url('../css/fonts/UbuntuSansMonoVariableFont_wght.woff') format('woff'),
    url('../css/fonts/UbuntuSansMonoVariableFont_wght.ttf') format('truetype'),
    url('../css/fonts/UbuntuSansMonoVariableFont_wght.svg#UbuntuSansMonoVariableFont_wght') format('svg');
}

@font-face {
  font-family: 'fonnts_comAnzeigen_Grotesk';
  src: url('../css/fonts/fonnts_comAnzeigen_Grotesk.eot');
  src: url('../css/fonts/fonnts_comAnzeigen_Grotesk.eot') format('embedded-opentype'),
    url('../css/fonts/fonnts_comAnzeigen_Grotesk.woff2') format('woff2'),
    url('../css/fonts/fonnts_comAnzeigen_Grotesk.woff') format('woff'),
    url('../css/fonts/fonnts_comAnzeigen_Grotesk.ttf') format('truetype'),
    url('../css/fonts/fonnts_comAnzeigen_Grotesk.svg#fonnts_comAnzeigen_Grotesk') format('svg');
}

/*COMMON CSS==================================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  height: 100%;
  width: 100%;
  font-family: "Inter", serif;
  color: #ffffff;
  font-size: 1.6rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  background-color: rgba(241, 240, 246, 1);
}

body,
html,
div,
p,
span,
ul,
li,
ol,
a,
img,
label,
form,
iframe,
i,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px;
  text-decoration: none;
  list-style-type: none;
}


/*--------------------*/
p.e, label.error {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #B42318;
    text-align: left;
    margin: 6px 0 0;
    font-family: "Rubik", sans-serif;
}
em{display: inline-block; color: red;}
a {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: inline-block;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  width: 100%;
  line-height: normal;
  padding: 0;
  width: 100%;
  color: #39393F;
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

h6 {
  font-size: 1.4rem;
}

p {
  margin-bottom: 15px;
  padding: 0;
  font-size: 1.5rem;
  width: 100%;
  line-height: 2.2rem;
  font-weight: 300;
  color: rgba(57, 57, 62, 1);
  font-family: "Rubik", sans-serif;
}

a {
  display: inline-block;
  cursor: pointer;
}

/*--------------------*/

input[type='text'],
div.select-box,
div.select-box select,
input[type='password'],
input[type='email'],
input[type='search'],
input[type='number'],
textarea {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(57, 57, 63, 0.6);
  padding: 12px 15px;
  resize: none;
  background-color: #F1F0F6;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  border: 0px solid #D0D5DD;
  border-radius: 8px;
  margin: 0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  transform: scale(1);
  -webkit-transform: scale(1);
}



.img-box img {
  max-width: 100%;
}

/*PROGRESS BAR==================================================*/
div.mxdialog,
div#mxloader {position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-y: auto;
  scrollbar-width: thin;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10011;
  background: rgba(0, 0, 0, 0.75);}
div#mxloader {display: block;z-index: 99;}
div#mxmsg {display: none;min-height: 30px;min-width: 100%;padding: 10px;text-align: center;vertical-align: middle;font-size: 2.0rem;color: #ee3c2d;background-color: #FFF;}
div.progress {display: block;width: 100%;height: 1px;margin: 0;padding: 0;position: absolute;top: 50%;background: rgba(0, 0, 0, 0.50);display: none;}
.spinner {width: 100%;height: 100%;background-image: url(../images/loader.svg);background-repeat: no-repeat;background-position: center;font-size: 1.8rem;line-height: 1.8rem;text-align: right;vertical-align: top;color: #dc0000;padding: 3px;}
.spinner div {display: none;}

/*MX SCROLLBAR CSS==================================================*/
::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}

::-webkit-scrollbar-track {
  background: #D0D5DD;
}

::-webkit-scrollbar-thumb {
  background: #667085;
  padding: 0px 0px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(16, 24, 40, 0.051);
  background: #D0D5DD;
}

.slick-arrow {
  height: 80px;
  width: 80px;
  display: inline-block;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  z-index: 1;
  cursor: pointer;
}

.slick-prev {
  left: 0px;
}

.slick-next {
  right: 0px;
}

.slick-prev:before {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  background-size: 100%;
  transform: rotate(-180deg);
}

.slick-next:before {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  background-size: 100%;
}


#iteration {
  position: relative;
}

.iterat-list {
  height: 100vh;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.iterat-list>li {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  /* position: absolute;left: 0;top: 0; */
  background-color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 0;
  align-items: center;
  align-content: center;
  /* visibility: hidden; display: none; */
}

.iterat-list>li.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
  z-index: 2;
  display: block;
}

.iterat-list>li.home {
  background-color: #EC3F48;
}

.iterat-list>li.hobbies {
  background-color: #7FD2EF;
}

.iterat-list>li.books {
  background-color: #FCF7EB;
}

.iterat-list>li.photo {
  background-color: #FCFAF0;
}

.iterat-list>li.reward {
  background-color: #fca9de;
}

.content-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 100px;
  justify-content: space-between;
  flex-flow: row wrap;
  position: relative;
}

.data {
  width: 30%;
}

.data h2 {
  color: #000000;
  font-size: 30px;
  font-family: 'RubikVariableFont_wght';
  margin-bottom: 10px;
}

.data h1 {
  color: #000000;
  font-size: 85px;
  line-height: 85px;
  font-family: 'GTUltraUltraTrialVF';
  margin-bottom: 10px;
}

.data p {
  font-family: "Rubik", sans-serif;
  margin-bottom: 20px;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.content-wrap .img-box {
  width: 65%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  -webkit-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
  padding: 0px 0px 0 0;
}

.content-wrap .img-box img {
  width: auto;
  height: 90vh;
  position: absolute;
}

.iterat-list li.home p {
  color: #EEFFED;
}

h1 img,
.books.slide .content-wrap h1 img {
  width: 180px;
  margin-bottom: 40px;
}

.photo-grpy .content-wrap h1 img {
  width: 300px;
}

.books.slide .content-wrap h1 img {
  margin: 20px 0 0;
}

.books.photo.slide .content-wrap h1 img {
  width: 270px;
}

a.blue {
  display: flex;
  justify-content: center;
  font-weight: 500;
  text-transform: capitalize;
  align-items: center;
  width: 140px;
  height: 40px;
  background-image: url(../images/blue-btn.png);
  background-size: cover;
  border-radius: 40px;
  background-repeat: no-repeat;
  font-family: 'RubikVariableFont_wght';
  font-size: 18px;
  color: #000;
  text-align: center;
  font-family: "Rubik", sans-serif;
}

a.yellow {
  display: flex;
  justify-content: center;
  font-weight: 500;
  text-transform: capitalize;
  align-items: center;
  width: 140px;
  height: 40px;
  background-image: url(../images/yellow-btn.png);
  background-size: cover;
  border-radius: 40px;
  background-repeat: no-repeat;
  font-family: 'RubikVariableFont_wght';
  font-size: 18px;
  color: #000;
  text-align: center;
  font-family: "Rubik", sans-serif;
}

.pink-star {
  width: 50px;
  position: absolute;
  top: 70px;
  left: 14%;
}

.yelw-star {
  width: 50px;
  position: absolute;
  bottom: 26%;
  left: 40%;
}

.red-star {
  width: 50px;
  position: absolute;
  top: 30%;
  left: 37%;
}

.menu {
  width: auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 2;
}

.menu li {
  margin-bottom: 10px;
}

.menu li a {
  width: auto;
  display: inline-block;
  color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  font-weight: 200;
}

.menu li a:hover,
.menu li a.active {
  background-color: #000;
  color: #ffffff;
}



.iterat-list li.hobbies h1 {
  text-align: center;
}



.iterat-list li.hobbies .content-wrap {
  padding-right: 0;
}

.iterat-list li.hobbies .content-wrap .img-box img {
  width: auto;
  height: 100vh;
}


.top-img {
  width: 100%;
  display: block;
  position: absolute;
  top: 30px;
  right: 60px;
  width: 450px;
}

.content-wrap .top-img img {
  height: auto;
}


div#mxalert,
div.mxdialog,
div.mxpopup {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 49999 !important;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

div#mxalert div.body,
div.mxdialog div.body,
div.mxpopup div.body {
  max-width: 950px;
  padding: 45px 30px 30px 30px;
  background: #fff;
  border: 0;
  text-align: left;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

div.mxdialog.contact-form div.body {
  max-width: 550px;
}

div.mxdialog.alert-popup div.body {
  max-width: 550px;
}

div.mxdialog.alert-popup div.body h2 {
  font-size: 20px;
}

div.mxdialog.alert-popup div.body .content {
  color: #000000;
}


a.close,
a.del {
  width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  border: 0;
  background: #6e625f;
  transition: all ease-in-out 0.3s;
}

a.del,
a.add {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  vertical-align: middle;
  color: #fff;
  background-color: #16224d;
  border-color: #16224d;
}

div.mxdialog a.close,
div.mxdialog a.del {
  position: absolute;
  width: 42px;
  height: 42px;
  background-color: #eb0254;
}

a.close:before,
a.del:before {
  transform: rotate(45deg);
}

a.close:before,
a.close:after,
a.del:before,
a.del:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all ease-in-out 0.3s;
  width: 1px;
  height: 16px;
  margin-left: -0.5px;
  margin-top: -7.5px;
  background: #ffffff;
}

a.del:before,
a.del:after,
a.add:before,
a.add:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all ease-in-out 0.3s;
  background-color: #ffffff;
}

a.del:before,
a.del:after {
  width: 16px;
  height: 1px;
  margin-top: -1px;
  margin-left: -8px;
}

a.del:before {
  transform: rotate(-45deg);
}

div.mxdialog a.close::before,
div.mxdialog a.del::before,
div.mxdialog a.close::after,
div.mxdialog a.del::after {
  width: 24px;
  margin-left: -12px;
}

a.del::after {
  transform: rotate(45deg);
}

/* form */
ul.form-list {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  gap: 0;
  padding: 0;
}

ul.form-list>li {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  transition: all ease-in-out 0.3s;
}

label {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-family: "Rubik", sans-serif;
}

.fa-save:before {
  font-size: 0;
}

/* form */

.listing {
  width: 100%;
  display: flex;
}

.listing li {
  width: 100%;
}

.content-wrap .listing .img-box {
  width: 100%;
  height: auto;
  justify-content: center;
  display: inline-block;
}

.content-wrap .listing .img-box img {
  position: relative;
  width: auto;
  height: auto;
}

.listing .data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
}

.listing .data .info {
  flex: 1;
}

.listing .data .info p {
  margin-bottom: 5px;
}

.listing.col50 {
  gap: 50px;
  margin-top: 185px;
}

.listing.col50 li {
  width: 350px;
}

.listing.col50 li .img-box img {
  width: 100%;
}

.listing .rot {
  transform: rotate(-3deg);
}

.books.slide .content-wrap>.img-box {
  width: 100%;
  justify-content: center;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.books.slide .content-wrap .img-box img {
  height: auto;
  position: relative;
}

.books.slide .content-wrap .listing {
  padding: 0 12%;
}



.iterat-list li.photo-grpy {
  height: auto;
}

/* .photo-grpy .content-wrap .img-box img{height: auto;} */
.photo-grpy .listing.col50 {
  gap: 70px;
}

.photo-grpy .listing.col50 li {
  width: 345px;
}

.photogrpy-list .listing {
  gap: 30px;
  padding: 30px 0;
  flex-flow: row wrap;
}

.photogrpy-list .listing li {
  width: calc(33.33% - 25px);
}

.photo-grpy .top-img {
  top: -10px;
  width: 560px;
}

.content-wrap .img-box img.flow-pink {
  height: auto;
  top: 0;
}

.content-wrap .img-box img.flow-bot {
  height: auto;
  width: 50px;
  right: -60px;
  bottom: 100px;
}

.content-wrap .img-box img.flow-bot2 {
  height: auto;
  width: 80px;
  right: 0px;
  bottom: 0px;
}

.reward .top-img {
  top: 0px;
  right: 140px;
  width: 400px;
}

.reward .data {
  width: 50%;
}

.reward .img-box {
  width: 40%;
}

.reward .image-box {
  width: 100%;
}

.reward .image-box img {
  height: auto;
  position: relative;
}

.content-wrap .img-box img.rew-bot {
  width: 90px;
  bottom: 60px;
  height: auto;
}


.button-wrap {
  width: 100%;
  display: flex;
}

.button-wrap a {
  margin-right: 10px;
}

/* slider */

.listing.slider .img-box {
  width: 100%;
  height: 460px;
}

.listing.slider .img-box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.listing.slider .list-wrap {
  padding: 0 90px;
}

.listing.slider {
  display: block;
}

@media screen and (max-width:1200px) {
  .content-wrap {
    padding: 0 50px;
  }

  .data h2 {
    font-size: 20px;
  }

  .data h1 {
    font-size: 52px;
    line-height: 52px;
  }

  .data p {
    font-size: 14px;
    line-height: 18px;
  }

  .content-wrap .img-box>img {
    height: 70vh;
  }


  .photo-grpy .top-img {
    width: 460px;
    right: 90px;
  }




}

@media screen and (max-width:1023px) {

  .data,
  .content-wrap .img-box {
    width: 100%;
  }

  .iterat-list>li {
    height: auto;
  }

  .content-wrap .img-box {
    justify-content: center;
    flex-flow: row wrap;
  }

  .content-wrap {
    padding: 40px;
  }

  .content-wrap .img-box>img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }

  .listing.col50 {
    justify-content: center;
    margin-top: 160px;
    gap: 0;
  }

  .pink-star {
    left: 50%;
  }

  .listing {
    flex-flow: row wrap;
  }

  .iterat-list>li.books .content-wrap .img-box {
    height: auto;
  }

  .photogrpy-list .listing li {
    width: 100%;
    gap: 0;
    margin-bottom: 20px;
  }

  .photo-grpy .listing.col50 {
    gap: 0;
  }

  .top-img {
    width: 310px;
  }

  .data {
    padding-top: 100px;
  }
}


@media screen and (max-width:767px) {
  .content-wrap .img-box {
    height: 45vh;
  }

  h1 img,
  .books.slide .content-wrap h1 img {
    width: 130px;
    margin-bottom: 20px;
  }

  .iterat-list li.hobbies h1 {
    text-align: left;
  }

  .listing.col50 li {
    width: 100%;
  }

  .menu li a {
    font-size: 14px;
  }

  .photo-grpy .content-wrap h1 img {
    width: 200px
  }

  .photo-grpy .listing.col50 li {
    width: 100%;
  }

  .listing.col50 li {
    width: 100%;
    margin-bottom: 20px;
  }

  .iterat-list li.photo-grpy .content-wrap .img-box {
    height: auto;
  }

  .books.slide .content-wrap .listing {
    padding: 0 10px;
    margin-top: 50px;
  }

  a.yellow,
  a.blue {
    width: 100px;
    height: 30px;
    font-size: 13px;
  }

  .data p {
    font-size: 12px;
    line-height: 18px;
  }

  .slick-prev:before,
  .slick-next:before {
    width: 50px;
    height: 50px;
  }

  .slick-arrow {
    width: 45px;
    height: 45px;
    top: 40%;
  }

  .slick-prev {
    left: -30px;
  }

  .slick-next {
    right: -20px;
  }

  .photo-grpy .top-img {
    width: 100%;
    right: 0;
  }

  .content-wrap .img-box img.flow-bot {
    width: 25px;
    right: -33px;
  }

  .photogrpy-list .listing {
    gap: 0;
  }

  .content-wrap .img-box img.flow-bot2 {
    width: 50px;
  }

  .books.photo.slide .content-wrap h1 img {
    width: 180px;
  }

  .reward .data {
    width: 100%;
  }

  .content-wrap .img-box img.rew-bot {
    width: 30px;
    bottom: 0px;
    height: auto;
  }

  .red-star {
    width: 30px;
    position: absolute;
    top: 30px;
    left: 170px;
  }


  .listing.slider .list-wrap {
    padding: 0;
  }

  .listing.slider .img-box {
    height: 280px;
  }

  div#mxalert div.body,
  div.mxdialog div.body,
  div.mxpopup div.body,
  div.mxdialog.alert-popup div.body {
    width: 90%;
  }


  /* .iterat-list > li.books.reward .content-wrap .img-box{height: 45vh;} */
  .reward .top-img {
    position: relative;
    top: auto;
    right: auto;
    height: 150px;
  }
}