body {
  margin: 0;
  background-color: #252954;
}
a {
  color: inherit;
  text-decoration: none;
}

.hidden {
  display: none;
}

.landingpage {
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #1F1D2B;
}
.landingpage::before {
  content: "";
  position: absolute;
  width: 123px;
  height: 123px;
  left: 60%;
  top: 138px;
  filter: blur(90px);
  background-color: #FB37FF;
}
.landingpage::after {
  content: "";
  position: absolute;
  width: 123px;
  height: 123px;
  left: 80%;
  top: 550px;
  background-color: #18B2DE;
  filter: blur(80px);
}
.landingpage .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  width: 100%;
}
.langicon img {
  margin: -44px 0 -10px 0;
  max-width: 32px;

}
.landingpage .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.landingpage .box .blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 90px;
}
.landingpage .auction {
  margin-top: 100px;
}
.landingpage .discover {
  display: flex;
  flex-direction: column;
}
.landingpage .footer {
  /* margin: 73px 0 30px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landingpage .footer2 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-top: 1px solid #F2F2F2;
}

.hamburger {
  display: none;
  cursor: pointer;
  padding-left: 30%;
}
.bar {
  width: 25px;
  height: 3px;
  background-color:#D7D7D7;
  margin: 6px 0;
}
.navlinkwrap {
  padding-left: 45%;
}

.navlinkwrap.show {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #4a2255;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 50px 39px;
  width: 100%;
  /* height: 100%; */
  align-items: flex-start;
  margin: -16px -49px 0 -31px;
}
.navlinkwrap.show .navlink {
  font-size: 20px;
}
/* .navbar .hamburgerlogowrap {
  display: flex;
  align-items: center;
} */
/* .navbar .hamburger {
  display: none;
  color: #D7D7D7;
  background-color: #1F1D2B;
  border: none;
  margin-right: 10px;
} */
.navbar .createbtn {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 126px;
  height: 45px;
  color: #BCBCBC;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
}
.navbar .createbtn.selectedbtn {
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  margin: 0 30px 0 0;
}
.navbar .navlogo {
  height: 100%;
    background: linear-gradient(93.51deg, #9B51E0 2.84%, #3081ED 99.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
}
.navbar .navlink {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #BCBCBC;
  line-height: 30px;
}
.navbar .navlink:hover {
  background: linear-gradient(93.51deg, #9B51E0 2.84%, #3081ED 99.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* border-bottom: 1.5px solid #9B51E0; */
}
.navbar .navlink:not(:last-child) {
  margin-right: 32px;
}

.box .infobox {
  animation-name: leftslide;
  animation-duration: 0.8s;
  max-height: 500px;
  max-width: 90%;
  overflow: hidden;
}
.box .infobox-boldtext {
  margin: 0;
  font-family: Montserrat;
  color: #FFFFFF;
  font-size: 96px;
  font-weight: 800;
  line-height: 81px;
  letter-spacing: 0px;
  text-align: left;
}
.box .infobox-boldtext-blog {
  margin: 0;
  font-family: Montserrat;
  color: #FFFFFF;
  font-size: 76px;
  font-weight: 800;
  line-height: 81px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 90px;

}
.box .infobox-slimtext {
  margin: 24px 0;
  font-family: Montserrat;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.2px;
  text-align: left;
  max-width: 65%;
}
.box .infobox-btnwrapper {
  display: flex;
}
.box .infobox-explorebtn {
  cursor: pointer;
  /* margin-left: 20px; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1F1D2B;
  padding: 8px 38px;
  border-radius: 16px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}
.box .infobox-createbtn {
  cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 8px 38px;
    border: 1px solid #D7D7D7;
    border-radius: 16px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0, 5px;
    color: #FFFFFF;
}
.box .infobox .selected {
  border: none;
  background: linear-gradient(103.91deg, #9B51E0 21.01%, rgba(48, 129, 237, 0.8) 100%);
}
.box .display {
  animation-name: rightslide;
  animation-duration: 0.8s;
  padding: 14px;
  border: 1px solid;
  background: linear-gradient(169.44deg, rgba(58, 129, 191, 0.08) 1.85%, rgba(65, 48, 90, 0.08) 98.72%);
  border-radius: 35px;
  max-height: 450px;
  max-width: 50%;
  overflow: hidden;
}
.box .display-nft {
  object-fit: cover;
  flex-shrink: 0;
  width: 300px;
  height: 300px;
  border-radius: 20px;
}
.box .display .infowrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.box .display .info {
  display: flex;
  align-items: center;
  font-family: "Montserrat";
  font-style: normal;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
}
.box .display .info p {
  margin: 0;
}
.box .display .info-img {
  object-fit: cover;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.box .display .info2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: "Montserrat";
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
}
.box .display .info2 p {
  margin: 0;
}
.box .display .info2 .iconwrapper {
  display: flex;
  align-items: center;
}
.box .display .info2 .iconwrapper svg {
  margin-right: 5px;
}

/* .auction .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
.auction .title .titlebold {
  margin: 0;
  font-family: "Montserrat";
  font-style: normal;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 48px;
  line-height: 72px;
}
.auction .title .titleslim {
  margin: 0;
  font-family: "Montserrat";
  font-style: normal;
  color: #D7D7D7;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -1px;
}
.auction .nft {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  justify-content: space-between;
} */

.started {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}
.started-boldtext {
  margin: 0;
  align-self: center;
  font-family: "Montserrat";
  font-style: normal;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 60px;
  line-height: 49px;
  margin-top: 40px;
}
.started-slimtext {
  margin: 0;
  align-self: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  line-height: 45px;
  color: #E2E2E2;
}
.started-items {
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 20px;
    padding-top: 60px;
}
.started-items-links {
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 20px;
    padding-top: 60px;
    padding-bottom: 240px;
}
.started-items:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  top: 80px;
  filter: blur(80px);
  background: linear-gradient(93.51deg, #9B51E0 2.84%, #3081ED 99.18%);
}
.itemwrapper {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.started-items .itemwrapper p {
  width: 272px;
  margin: 0;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  color: #FFFFFF;
}
.started-items .itemwrapper .img-desc {
  width: 272px;
  margin: 0;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  color: #FFFFFF;
}
.started-items .itemwrapper p {
  width: 272px;
  margin: 0;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}
.started-items-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.infoboxexplorebtn-icon {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 38px;
  border-radius: 7px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}

.fa-rocket, .fa-linkedin, .fa-medium {
  color: white;
  font-size: 20px;
}

.items-serv {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  grid-row-gap: 20px;
  padding-top: 60px;
  justify-content: space-around;
}
.items-serv:before {
content: "";
position: absolute;
width: 100%;
height: 100px;
top: 80px;
filter: blur(80px);
background: linear-gradient(93.51deg, #9B51E0 2.84%, #3081ED 99.18%);
}
/* .items-serv .itemwrapper p {
  width: 272px;
  margin: 0;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  color: #FFFFFF;
} */

.items-serv .itemwrapper p {
  width: 500px;
  margin-top: 10px;
  text-align: left;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
}
.items-serv .itemwrapper .img-desc {
  width: 500px;
    margin: 0;
    text-align: left;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 27px;
    color: #FFFFFF;
}
.items-serv-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.discover-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.discover-title p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -1px;
  color: #FFFFFF;
}
.discover-items {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  justify-content: space-between;
}
.discover-loadbtn {
  cursor: pointer;
  margin-top: 20px;
  align-self: center;
  width: 161px;
  height: 40px;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  background-color: transparent;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #BCBCBC;
}

.footer {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  grid-row-gap: 47px;
  padding: 46px;
}

.footer-main {
  max-width: 40%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
}
.footer-navigate {
  display: flex;
}
.footer-navigate .nav {
  margin-left: 60px;
}
.footer-navigate .nav h5 {
  margin: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}
.footer-navigate .nav p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #D7D7D7;
}

.footer2 {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  /* grid-row-gap: 47px; */
  padding: 0px;
}

.footer2 p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 36px;
  color: #828282;
}

.parallaxcta{
  margin-top: 100px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0 !important;
 /*  margin-top: 90px; */
  border-radius: 10px;
  .newparalax{
    z-index:-100000;
    background-attachment:fixed;
  background-size:cover!important;
  background-position:center;
  background-blend-mode:screen;
  background-size:cover;
    height:100%;
    width:100%;
    position:relative;
    background-color: #000;
    background-image:url('/images/web.jpg');   
 }
  .newparalax::before {
    content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);   
 }
}

.startedbtn {
  /* margin-top: 100px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 80px;
}
.startedboldtext {
  margin: 0;
  align-self: center;
  font-family: "Montserrat";
  font-style: normal;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 49px;
  z-index: 1;
}
.startedboldtextsub {
  margin: 0;
  align-self: center;
  font-family: "Montserrat";
  font-style: normal;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 40px;
  line-height: 80px;
  z-index: 1;
}
.startedslimtext {
  margin: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #E2E2E2;
  align-items: center;
  text-align: center;
  z-index: 1;
}
.selected2 {
  border: none;
  background: #9B51E0;
  max-width: 279px;
  margin-top: 44px;
  z-index: 1;
}

.infoboxexplorebtn {
  cursor: pointer;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 38px;
  border-radius: 16px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}

.startedslimtextcont {
  margin: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #E2E2E2;
  align-items: center;  
  z-index: 1;
  text-align: end;
}

.item {
  display: flex;
  flex-direction: column;
  justify-self: center;
}
.item-img {
  object-fit: cover;
  flex-shrink: 0;
  width: 200px;
  height: 220px;
  border-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
}
.item-img:hover {
  transform: scale(1.05);
}
.item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid white;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
}
.item-date {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #BCBCBC;
}

.filters {
  display: flex;
  align-items: center;
}
.filters .filter {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
}
.filters .filter svg {
  margin-right: 5px;
  margin-left: 5px;
}
.filters .filterbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  background: linear-gradient(93.51deg, #9B51E0 2.84%, #3081ED 99.18%);
  border: none;
  border-radius: 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
}
.filters .filterbtn svg {
  margin-right: 5px;
}
.floating-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(63.51deg, #5c01b1 31.84%, #3081ED 99.18%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}
.hidden {
  display: none;
}
.floating-btn:hover {
  opacity: 0.8;
}


.icinfoboxboldtext {
  margin: 0;
  font-family: Montserrat;
  color: #FFFFFF;
  font-size: 88px;
  font-weight: 800;
  line-height: 0px;
  letter-spacing: 0px;
  text-align: center;
}
.icinfoboxboldtext i{
  font-size: 35px !important;
    padding-right: 35px;
}


.sobre {
  display: block;
  margin: auto;
  width: 1920px;
  padding: 60px 0;
}
.sobreimg {    
  box-sizing: border-box;
  text-align: left;
  display: inline-block;
  padding: 12px;
  width: 50%;
  vertical-align: top;
  max-width: 484px;
  margin-top: 40px;
}
.sobreimg img{    
  max-width: 324px;
  border-radius: 8px
}
.sobretext {
  box-sizing: border-box;
  text-align: left;
  display: inline-block;
  padding: 8px;
  width: 50%;
  vertical-align: top;
  max-width: 720px;
  margin: 0px;
  line-height: 23px;
  text-align: justify;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.sobretext2 {
  margin: 0px;
  line-height: 23px;
  text-align: justify;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.starteditemseu .itemwrapper p {
  width: 100px;
  margin: 0;
  margin-top: 10px;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}

.img-portfolio {
  max-width: 200%;
  border-radius: 8px;
}
.itemwrapper:hover .img-portfolio {
  transform: scale(1.05) translateZ(0);
}


@media screen and (max-width: 1200px) {
  .box {
    flex-direction: column;
  }
  .box .infobox {
    max-height: none;
    max-width: none;
    margin-bottom: 50px;
  }
  .box .display {
    display: block;
    max-height: none;
    max-width: none;
  }
  .started-items {
    display: flex;
    flex-direction: column;
    align-items: center; 
  }
  .items-serv {
    display: flex;
    flex-direction: column;
    align-items: center; 
  }

  .itemwrapper {
    padding: 10px;
  }
  .box .infobox-boldtext {
    font-size: 81px;
    line-height: 71px;
  }
  .box .infobox-slimtext {
    margin: 24px 0;
    font-family: Montserrat;
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.2px;
    text-align: left;
    max-width: 70%;
  }
  .started {
    margin-top: 6px;
  }
  .started-slimtext { 
    font-size: 15px;
    margin-bottom: 23px
  }
  .started-items .itemwrapper .img-desc {
    width: 360px;
    font-size: 30px;
  }
  .started-items .itemwrapper p  {
    width: 440px;
    font-size: 24px;
  }
  .items-serv  .itemwrapper .img-desc {
    width: 440px;
    font-size: 30px;
  }
  .items-serv .itemwrapper p  {
    width: 440px;
    font-size: 24px;
  }
  .startedslimtextcont {
    font-size: 20px;
  }
  .startedboldtext {
    font-size: 54px;
    z-index: 1;
    text-align: center;
  }
  .startedboldtextsub {
    font-size: 42px;
  }
  .startedslimtext {
    font-size: 25px;
  }
  .startedbtn {
    padding: 80px 22px 80px;
  }
  .started-items {
    padding-top: 19px;
  }
  .items-serv {
    padding-top: 19px;
  }
  .sobre {
    display: block;
    margin: auto;
    width: 1920px;
    padding: 56px 0;
    margin: 0 52px auto;
}

  .footer2 p {
    font-size: 18px;
  }
  .sobreimg {    
    box-sizing: border-box;
    text-align: left;
    display: grid !important;
    padding: 12px;
    width: 50%;
    vertical-align: top;
    max-width: 484px;
  }
  .started-items {
    display: flex;
    flex-direction: column;
    align-items: center; 
  }
  .items-serv {
    display: flex;
    flex-direction: column;
    align-items: center; 
  }

  .itemwrapper {
    padding: 10px;
  }
}

@media screen and (max-width: 925px) {
  .navlinkwrap {
    display: none;
  }

  .buttonwrap {
    display: none;
  }

  /* .hamburger {
    display: flex !important;
    align-items: center;
  } */

  .hamburger {
    display: block;    
    padding-left: 30%;
}
  .started-slimtext {
    text-align: center;
  }

  /* 
.sobreimg img{    
  max-width: 685px;
}
.sobretext {
  box-sizing: border-box;
  text-align: left;
  display: inline-block;
  padding: 8px;
  width: 90%;
  vertical-align: top;
  max-width: 720px;
  margin: 0px;
  line-height: 23px;
  text-align: justify;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
} */
}

@media screen and (max-width: 768px) {
  .box {
    flex-direction: column;
  }
  .box .infobox {
    max-height: none;
    max-width: none;
    margin-bottom: 50px;
  }
  .box .display {
    display: block;
    max-height: none;
    max-width: none;
  }
  .started-items {
    display: flex;
    flex-direction: column;
    align-items: center; 
  }
  .items-serv {
    display: flex;
    flex-direction: column;
    align-items: center; 
  }

  .landingpage .navbar {
    position: relative;
  }
  .navlinkwrap.show {
    position: absolute;
  }

  .itemwrapper {
    padding: 10px;
  }
  .box .infobox-boldtext {
    font-size: 56px;
    line-height: 57px;
  }
  .box .infobox-slimtext {
    margin: 24px 0;
    font-family: Montserrat;
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.2px;
    text-align: left;
    max-width: 90%;
  }
  .started {
    margin-top: 6px;
  }
  .started-slimtext { 
    font-size: 15px;
  }
  .started-items .itemwrapper .img-desc {
    width: 360px;
    font-size: 30px;
  }
  .started-items .itemwrapper p  {
    width: 440px;
    font-size: 24px;
  }
  .items-serv .itemwrapper .img-desc {
    width: 440px;
    font-size: 30px;
  }
  .items-serv .itemwrapper p  {
    width: 440px;
    font-size: 24px;
  }
  .startedslimtextcont {
    font-size: 15px;
  }
  .startedboldtext {
    font-size: 47px;
    z-index: 1;
    text-align: center;
  }
  .startedboldtextsub {
    font-size: 34px;
  }
  .startedslimtext {
    font-size: 16px;
  }
  .startedbtn {
    padding: 80px 22px 80px;
  }
  .started-items {
    padding-top: 19px;
  }
  .items-serv {
    padding-top: 19px;
  }
  .footer2 p {
    font-size: 12px;
  }
  .sobre {
    display: block;
    margin: 0 -53px auto;
    width: 652px;
    padding: 60px 0;
}
  .blog {
    display: block;
    margin: 0 -35px -151px;
    width: 652px;
    padding: 60px 0;
}
  .sobreimg {    
    box-sizing: border-box;
    text-align: left;
    display: grid !important;
    padding: 0;
    width: 50%;
    vertical-align: top;
    max-width: 484px;
    margin: 0px;
  }
  .sobreimg img {
    max-width: 289px;
}
  .started-items {
    display: flex;
    flex-direction: column;
    align-items: center; 
  }
  .items-serv {
    display: flex;
    flex-direction: column;
    align-items: center; 
  }
  .sobretext2 {
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    padding: 8px;
    /* width: 50%; */
    vertical-align: top;
    max-width: 328px;
    margin: 0px;
    line-height: 23px;
    text-align: justify;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
  }
  .box .infobox-boldtext-blog {
    font-family: Montserrat;
    color: #FFFFFF;
    font-size: 43px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 0px;
    text-align: left;
    margin: -6px 333px 14px 0;
}

  .itemwrapper {
    padding: 10px;
  }
  .newparalax {
    background-attachment: inherit !important;
  }
}


@media screen and (max-width: 467px) {
  .box {
    flex-direction: column;
  }
  .box .infobox {
    max-height: none;
    max-width: none;
    margin-bottom: 50px;
  }
  .box .display {
    display: block;
    max-height: none;
    max-width: none;
  }
  .started-items {
    display: flex;
    flex-direction: column;
    align-items: center; 
  }
  .items-serv {
    display: flex;
    flex-direction: column;
    align-items: center; 
  }

  .itemwrapper {
    padding: 10px;
  }
  .box .infobox-boldtext {
    font-size: 34px;
    line-height: 37px;
  }
  .box .infobox-slimtext {
    margin: 24px 0;
    font-family: Montserrat;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.2px;
    text-align: left;
    max-width: 90%;
  }
  .box .infobox-createbtn {
    font-size: 10px;
  }
  .img-portfolio {
    max-width: 80%;
    border-radius: 8px;
}
  .started {
    margin-top: 6px;
  }
  .started-slimtext { 
    font-size: 15px;
  }
  .started-items .itemwrapper .img-desc {
    width: 360px;
    font-size: 22px;
  }
  .started-items .itemwrapper p  {
    width: 440px;
    font-size: 18px;
  }
  .items-serv .itemwrapper .img-desc {
    width: 440px;
    font-size: 22px;
  }
  
  .items-serv .itemwrapper {
    padding: 10px;
    margin-left: 78px;
  }
  .items-serv .itemwrapper p  {
    width: 367px;
    font-size: 18px;
  }
  .startedslimtextcont {
    font-size: 15px;
  }
  .startedboldtext {
    font-size: 32px;
    z-index: 1;
    text-align: center;
  }
  .startedboldtextsub {
    font-size: 23px;
  }
  .startedslimtext {
    font-size: 13px;
  }
  .infoboxexplorebtn {
    font-size: 13px;
  }
  .startedbtn {
    padding: 80px 22px 80px;
  }
  .started-items {
    padding-top: 19px;
  }
  .items-serv {
    padding-top: 19px;
  }
  .footer {
    grid-row-gap: 0px;
    padding: 35px;
}
  .landingpage .footer {
    margin: 0px -352px 0px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* text-align: center; */
    flex-direction: column;
    width: 818px;
  }
  .landingpage .navbar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* padding: 20px 0;
    width: 100%; */
}
.navbar .navlogo {
  height: 100%;
  background: linear-gradient(93.51deg, #9B51E0 2.84%, #3081ED 99.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
  .footer2 p {
    font-size: 12px;
  }
  .sobreimg {    
    box-sizing: border-box;
    text-align: left;
    display: grid !important;
    padding: 12px;
    width: 50%;
    vertical-align: top;
    max-width: 484px;
    margin: 0px;
  }
  .started-items {
    display: flex;
    flex-direction: column;
    align-items: center; 
  }
  .items-serv {
    display: flex;
    flex-direction: column;
    align-items: center; 
  }

  .itemwrapper {
    padding: 10px;
  }
  .parallaxcta {
    width: 120%;
  }
.contato {
  margin-left: -61px;
}
}

@keyframes leftslide {
  from {
    transform: translateX(-700px);
  }
  to {
    transform: translateX(0px);
  }
}
@keyframes rightslide {
  from {
    transform: translateX(550px);
  }
  to {
    transform: translateX(0px);
  }
}